diff --git a/GAMS/IntExtOpt.gms b/GAMS/IntExtOpt.gms
index 7a3367c7215bc74917cd3253e0cd0d53483372d8..17dc52dc25a9bacab6d9f410b16f302da153a752 100644
--- a/GAMS/IntExtOpt.gms
+++ b/GAMS/IntExtOpt.gms
@@ -1,12 +1,12 @@
- SET all_types              / monogastrics, ruminants, cereals, wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops, pasture, setaside /;
+ SET all_types              / monogastrics, ruminants, cereals, wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops, pasture, setaside /;
  
- SET crop(all_types)                                          / wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops, pasture, setaside /;
- SET crop_less_pasture(crop)                                  / wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops,          setaside/;
+ SET crop(all_types)                                          / wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops, pasture, setaside /;
+ SET crop_less_pasture(crop)                                  / wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops,          setaside/;
  SET cereal_crop(crop)                                        / wheat, maize, rice /;
- SET non_cereal_crop(crop)                                                        / oilcrops, pulses, starchyRoots, energycrops, pasture, setaside /;
- SET feed_crop(crop)                                          / wheat, maize, rice, oilcrops, pulses, starchyRoots,              pasture/;
- SET feed_crop_less_pasture(feed_crop)                        / wheat, maize, rice, oilcrops, pulses, starchyRoots /;
- SET import_crop(all_types) / monogastrics, ruminants,          wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops /;
+ SET non_cereal_crop(crop)                                                        / oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops, pasture, setaside /;
+ SET feed_crop(crop)                                          / wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar,              pasture/;
+ SET feed_crop_less_pasture(feed_crop)                        / wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar /;
+ SET import_crop(all_types) / monogastrics, ruminants,          wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops /;
  
  SET location;
  PARAMETER suitableLandArea(location)        areas of land in Mha;
@@ -77,6 +77,8 @@ $gdxin
               oilcrops      0.96  
               pulses        0.31
               starchyRoots  0.25
+              fruitveg      0.1
+              sugar         1
               pasture       1    / ; 
    
  PARAMETER prodCost(crop)  cost per ha before intensity values not including fertiliser or irrigation i.e. seed spray and other.  In 1000 $ per ha
@@ -86,6 +88,8 @@ $gdxin
               oilcrops          0.2
               pulses            0.31
               starchyRoots      3.14 
+              fruitveg          1.0
+              sugar             0.3             
               energyCrops       0.34 / ;
 
  PARAMETER baseCost(crop);
diff --git a/GAMS/LUOpt.gms b/GAMS/LUOpt.gms
index 8cdc449b7c8e19f552e26d6cfea0ebf72d4f2907..5b03aa481dce88c8ddbb9a9e1d0605c9cb9ffb43 100644
--- a/GAMS/LUOpt.gms
+++ b/GAMS/LUOpt.gms
@@ -1,15 +1,16 @@
- SET all_types              / monogastrics, ruminants, cereals, wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops, pasture, setaside /;
+ SET all_types              / monogastrics, ruminants, cereals, oilcropspulses, wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops, pasture, setaside /;
  
- SET crop(all_types)                                          / wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops, pasture, setaside /;
- SET crop_less_pasture(crop)                                  / wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops,          setaside/;
- SET feed_crop(crop)                                          / wheat, maize, rice, oilcrops, pulses, starchyRoots,              pasture/;
- SET feed_crop_less_pasture(feed_crop)                        / wheat, maize, rice, oilcrops, pulses, starchyRoots /;
- SET traded_commodity(all_types) / monogastrics, ruminants,     wheat, maize, rice, oilcrops, pulses, starchyRoots, energycrops /;
- SET non_traded(all_types) /                           cereals,                                                                  pasture, setaside /;
+ SET crop(all_types)                                          				  / wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops, pasture, setaside /;
+ SET crop_less_pasture(crop)                                 				  / wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops,          setaside/;
+ SET feed_crop(crop)                                          				  / wheat, maize, rice, oilcrops, pulses, starchyRoots,                               pasture/;
+ SET feed_crop_less_pasture(feed_crop)                        				  / wheat, maize, rice, oilcrops, pulses, starchyRoots /;
+ SET traded_commodity(all_types) / monogastrics, ruminants,     				wheat, maize, rice, oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops /;
+ SET non_traded(all_types) /                           cereals, oilcropspulses,                                                                   pasture, setaside /;
  SET animal_product(all_types) / monogastrics, ruminants /;
  
- SET cereal_crop(crop)                                             / wheat, maize, rice /;
- SET non_cereal_crop(crop)                                                             / oilcrops, pulses, starchyRoots, energycrops, pasture /;
+ SET cereal_crop(crop)                                        				  / wheat, maize, rice /;
+ SET oilcrop_crop(crop)																			  / oilcrops, pulses /;
+ SET non_cereal_crop(crop)                                                        				  / oilcrops, pulses, starchyRoots, fruitveg, sugar, energycrops, pasture /;
  SET location;
  PARAMETER suitableLandArea(location)        areas of land in Mha;
  PARAMETER previousArea(crop, location)      areas for previous timestep in Mha;
@@ -35,6 +36,7 @@
  PARAMETER irrigMaxRate(crop, location)      max water application rate irrigation in litre per m2;
  PARAMETER irrigConstraint(location)         max water available for irrigation in litre per m2;
  PARAMETER minDemandPerCereal(cereal_crop)   min demand for each cereal crop as factor of all cereals;
+ PARAMETER minDemandPerOilcrop(oilcrop_crop) min demand for each oilcrop and pulse crop as factor of all oilcrops and pulses;
  PARAMETER seedAndWasteRate(all_types)       rate of use for seed and waste combined;
  PARAMETER subsidyRate(crop)                 rates of subsidy compared to costs;
  
@@ -60,7 +62,7 @@ $load location, suitableLandArea, demand, agriExpansionCost, cropIncCost, pastur
 $load previousArea, previousFertIntensity, previousIrrigIntensity, previousOtherIntensity, previousRuminantFeed, previousMonogastricFeed, previousImportAmount, previousExportAmount
 $load yieldNone, yieldFertOnly, yieldIrrigOnly, yieldBoth
 $load fertParam, irrigParam, otherIParam, exportPrices, importPrices, maxProduction, minProduction, unhandledCropRate, setAsideRate, maxLandExpansionRate, subsidyRate
-$load meatEfficency, otherICost, irrigCost, irrigMaxRate, irrigConstraint, fertiliserUnitCost, domesticPriceMarkup, minDemandPerCereal, seedAndWasteRate, animalFeedFromOtherSources
+$load meatEfficency, otherICost, irrigCost, irrigMaxRate, irrigConstraint, fertiliserUnitCost, domesticPriceMarkup, minDemandPerCereal, minDemandPerOilcrop, seedAndWasteRate, animalFeedFromOtherSources
 
 $gdxin    
  
@@ -71,6 +73,7 @@ $gdxin
  ruminantOtherFeed = animalFeedFromOtherSources * 0.25;
  monogastricOtherFeed = animalFeedFromOtherSources * 0.75;
  demand(cereal_crop) = demand('cereals') * minDemandPerCereal(cereal_crop);
+ demand(oilcrop_crop) = demand('oilcropspulses') * minDemandPerOilcrop(oilcrop_crop);
  
  previousArea(crop_less_pasture, location) = previousArea(crop_less_pasture, location) * (1.0 - unhandledCropRate);
  
@@ -81,6 +84,8 @@ $gdxin
               oilcrops      0.96  
               pulses        0.31
               starchyRoots  0.25
+              fruitveg      0.1
+              sugar         1
               pasture       1    / ; 
    
  PARAMETER prodCost(crop)  cost per ha before intensity values not including fertiliser or irrigation i.e. seed spray and other.  In 1000 $ per ha
@@ -90,6 +95,8 @@ $gdxin
               oilcrops          0.2
               pulses            0.31
               starchyRoots      3.14
+              fruitveg          1.0
+              sugar             0.3
               energyCrops       0.34 / ;
 
  PARAMETER baseCost(crop);
@@ -247,6 +254,7 @@ $gdxin
  display domesticallyProducedFoodSupply.l, demand, domesticallyMetDemand.l, importForFeed.l;
  display export.l, production.l, maxProduction, minProduction;
 
+ 
 * Calculate summary information used in Java process 
  parameter totalProd(all_types);
  parameter totalProdCost(all_types);
diff --git a/GAMS/convertDemandParams.gms b/GAMS/convertDemandParams.gms
new file mode 100644
index 0000000000000000000000000000000000000000..cfdf791849bd61124d676b7864306a5bcbb59ef7
--- /dev/null
+++ b/GAMS/convertDemandParams.gms
@@ -0,0 +1,44 @@
+Set i;
+
+variable
+  alpha(i)     Parameter of MAIDADS
+  beta(i)      Parameter of MAIDADS
+  kappa        Parameter of MAIDADS
+  delta(i)     Parameter of MAIDADS
+  tau(i)       Parameter of MAIDADS
+  omega        Parameter of MAIDADS
+;
+
+$gdxin ../data/DemandParameters.gdx
+$load i, alpha, beta, kappa, delta, tau, omega
+$gdxin
+
+Set plumi(*) Sector index / 'nonfood', 'cereals', 'oilcropspulses', 'ruminants', 'monogastrics', 'fruitveg', 'starchyRoots', 'sugar' /;
+
+set mapindx(i,plumi) /
+'3905'.'cereals'
+'3906'.'starchyRoots'
+'3908'.'oilcropspulses'
+'3909'.'sugar'
+'3918'.'fruitveg'
+'3943'.'ruminants'
+'3944'.'monogastrics'
+'5000'.'nonfood' /;
+
+parameter 
+  alphaConv(plumi)
+  betaConv(plumi)
+  kappaConv
+  deltaConv(plumi)
+  tauConv(plumi)
+  omegaConv
+;
+
+alphaConv(plumi) = sum(mapindx(i, plumi), alpha.l(i));
+betaConv(plumi) = sum(mapindx(i, plumi), beta.l(i));
+kappaConv = kappa.l;
+deltaConv(plumi) = sum(mapindx(i, plumi), delta.l(i));
+tauConv(plumi) = sum(mapindx(i, plumi), tau.l(i));
+omegaConv = omega.l;
+
+EXECUTE_UNLOAD "../data/DemandParamConv.gdx" plumi=i, alphaConv=alpha, betaConv=beta, deltaConv=delta, tauConv=tau, omegaConv=omega, kappaConv=kappa;
diff --git a/GAMS/demand.gms b/GAMS/demand.gms
deleted file mode 100644
index 165808224955cf378ca971074d52a5614539653f..0000000000000000000000000000000000000000
--- a/GAMS/demand.gms
+++ /dev/null
@@ -1,132 +0,0 @@
- 
- SET com        / monogastrics, ruminants, wheat, maize, rice, oilcrops, pulses, starchyRoots /;
- ALIAS (com, com2);
- ALIAS (com, com3);
-      
-      
- SCALAR income;
-      
-$gdxin %demandgdx% 
-$load income
-$gdxin    
-      
- TABLE subElasticities(com, com2)
-                     ruminants  wheat   maize    rice  oilcrops  pulses  starchyRoots
-     monogastrics          0.7   0.15     0.1     0.1      0.1      0.1          0.1
-     ruminants                    0.1     0.1     0.1      0.1      0.1          0.1
-     wheat                                0.6     0.6      0.3      0.3          0.3
-     maize                                        0.6      0.3      0.3          0.3
-     rice                                                  0.3      0.3          0.3
-     oilcrops                                                       0.5          0.5
-     pulses                                                                      0.5 ;
-     
- subElasticities(com, com2)$subElasticities(com2, com) = subElasticities(com2, com);     
- 
- PARAMETER calories(com)
-   / monogastrics          1.5,
-     ruminants             1.7,
-     wheat                 1.02,
-     maize                 0.95,
-     rice                  1,
-     oilcrops              1.3,
-     pulses                1.05,
-     starchyRoots          0.9  / ;
- 
- PARAMETER idealDiet(com)
-   / monogastrics          1.1,
-     ruminants             1,
-     wheat                 0.9,
-     maize                 0.4,
-     rice                  0.5,
-     oilcrops              0.6,
-     pulses                0.5,
-     starchyRoots          0.8  / ;
-      
- PARAMETER price(com)
-   / monogastrics          5,
-     ruminants             7.7,
-     wheat                 1.4,
-     maize                 1.25,
-     rice                  1.5,
-     oilcrops              3,
-     pulses                1.5,
-     starchyRoots          1  / ;
-       
- PARAMETER comUtility(com);
- comUtility(com) = 1;
-      
-      
- Variables 
-     consumption(com)
-     diffIncrease(com)
-     diffDecrease(com)
-     subIncrease(com, com2)        proportion of each off-setting or substitution consumption matrix
-     subDecrease(com, com2)        proportion of each off-setting or substitution consumption matrix
-     totalCost
-     foodUtility
-     netUtility;
-     
- Positive Variable consumption, subIncrease, subDecrease, diffIncrease, diffDecrease;
-     
- Equations
-     budget_constraint
-     diff_constrainta(com)           
-     diff_constraintb(com)          
-     diff_constraintc(com)           
-     diff_constraintd(com)           can not decrease more than whole ideal consumption as would imply negative consumption
-     
-     subs_constraint1a(com)          
-     subs_constraint1b(com)           
-     subs_constraint2a(com)          
-     subs_constraint2b(com)           
-     subs_constraint3a(com2)          the different to ideal adds to the total used for substituting for alternative commodities
-     subs_constraint3b(com2)          the different to ideal adds to the total used for substituting for alternative commodities
- 
-     food_utility_change_calc
-     total_cost_calc
-     net_utility_calc;
-
- budget_constraint .. totalCost =l= income;
- 
- diff_constrainta(com) .. diffIncrease(com) =g= (consumption(com) - idealDiet(com));
- diff_constraintb(com) .. diffDecrease(com) =g= -(consumption(com) - idealDiet(com));
- diff_constraintc(com) .. diffIncrease(com) - diffDecrease(com) =e= consumption(com) - idealDiet(com);
- diff_constraintd(com) .. diffDecrease(com) =l= idealDiet(com);
- 
- subs_constraint1a(com) ..   subIncrease(com, com) =e= 0;
- subs_constraint1b(com) ..   subDecrease(com, com) =e= 0;
- 
- subs_constraint2a(com) ..   sum(com2, subDecrease(com, com2) * calories(com2)) =e= diffIncrease(com) * calories(com);
- subs_constraint2b(com) ..   sum(com2, subIncrease(com, com2) * calories(com2)) =e= diffDecrease(com) * calories(com);
- 
- subs_constraint3a(com2) ..  sum(com, subDecrease(com, com2) * calories(com)) =e= diffDecrease(com2) * calories(com2);
- subs_constraint3b(com2) ..  sum(com, subIncrease(com, com2) * calories(com)) =e= diffIncrease(com2) * calories(com2);
-  
- food_utility_change_calc .. foodUtility =e= sum(com, 
-        comUtility(com) * ( (diffIncrease(com) + diffDecrease(com))**2 - 
-                              sum(com2, (subIncrease(com, com2) + subDecrease(com, com2))**2 * subElasticities(com, com2))
-                          ) );
- 
- total_cost_calc ..  totalCost =e= sum(com, consumption(com) * price(com));
- 
- net_utility_calc ..  netUtility =e=   ((totalCost/income)) * 30 + foodUtility;
-
- MODEL DEMAND /ALL/ ;
- 
- consumption.l(com) = idealDiet(com);
- 
- SOLVE DEMAND USING NLP MINIMIZING netUtility;
-
- display foodUtility.l, totalCost.l, subElasticities, idealDiet, subDecrease.l, subIncrease.l, consumption.l, diffIncrease.l, diffDecrease.l;
- 
- PARAMETER diff(com);
- diff(com) = consumption.l(com) - idealDiet(com);
- display diff;
-  
- PARAMETER check(com);
- check(com) = 0;
-*display check;
-
- Scalar ms 'model status', ss 'solve status'; 
- ms=DEMAND.modelstat;
- ss=DEMAND.solvestat;
\ No newline at end of file
diff --git a/GAMS/elasticDemand.gms b/GAMS/elasticDemand.gms
new file mode 100755
index 0000000000000000000000000000000000000000..9d62dd08e2e6a67fa59ee9abce4383e66845ed09
--- /dev/null
+++ b/GAMS/elasticDemand.gms
@@ -0,0 +1,100 @@
+$ondotl
+
+Set i(*);
+ALIAS (i,j);
+
+PARAMETER
+  alpha(i)     Parameter of MAIDADS
+  beta(i)      Parameter of MAIDADS
+  kappa        Parameter of MAIDADS
+  delta(i)     Parameter of MAIDADS
+  tau(i)       Parameter of MAIDADS
+  omega        Parameter of MAIDADS
+  previousU
+  previousSubs(i)
+  previousDisc(i)
+;
+
+$gdxin %gdx_parameters% 
+$load i, alpha, beta, kappa, delta, tau, omega
+$gdxin
+
+VARIABLE
+  u                  Utility;
+
+POSITIVE VARIABLE
+  DiscretionaryC(i)  Discretionary consumption
+  SubsistenceC(i)    Subsistence consumption
+  w(i)               Budget share by commodity
+;
+
+PARAMETER
+  p(i)               Price,
+  m                  GDP per capita
+  maxIncomePropFoodSpend	Maximum proportion of income spent on food,
+  desiredConsumpFactor	Affordable consumption used when below minimum subsistence level 
+;
+
+$gdxin %gdx_prices_and_gdp% 
+*$gdxin "../../GAMS/PricesAndGdp.gdx" 
+$load maxIncomePropFoodSpend, p=price, m=gdp_pc, previousU, previousSubs, previousDisc
+$gdxin
+
+display maxIncomePropFoodSpend, p, m, alpha, beta, kappa, delta, tau, omega;
+
+w.up(j) = 1;
+
+EQUATIONS
+  EQ_w(i)      "Definition of budget share"
+  EQ_u         "Implicit definition of utility"
+  EQ_DiscretionaryC(i)
+  EQ_SubsistenceC(j)
+;
+
+EQ_w(j)..
+  w(j) =e= (SubsistenceC(j)+DiscretionaryC(j))*p(j)/m;
+
+EQ_u..
+  sum(i, (alpha(i)+beta(i)*exp(u))/(1+exp(u))*log(DiscretionaryC(i)))-u =e= kappa ;
+
+EQ_DiscretionaryC(i)$p(i).. DiscretionaryC(i) =e=
+    [(alpha(i)+beta(i)*exp(u))/(1+exp(u))]/p(i)*
+    [m-sum(j,p(j)*SubsistenceC(j))];
+
+EQ_SubsistenceC(j)..
+  SubsistenceC(j) =e= (delta(j)+tau(j)*exp(omega*u))/(1+exp(omega*u));
+
+model MAIDADS_Sim "MAIDADS model for simulation" /
+      EQ_w.w
+      EQ_u.u
+      EQ_DiscretionaryC.DiscretionaryC
+      EQ_SubsistenceC.SubsistenceC
+ / ;
+
+MAIDADS_Sim.optfile = 1;
+option cns=path;
+
+desiredConsumpFactor =  m * maxIncomePropFoodSpend / sum(i, p(i)*delta(i));
+display desiredConsumpFactor;
+
+Scalar ms 'model status', ss 'solve status'; 
+u = previousU;
+
+If (desiredConsumpFactor > 1.0,
+	SubsistenceC(i)  = previousSubs(i);
+	DiscretionaryC(i) = previousDisc(i);
+	DiscretionaryC.LO(i) = 1E-11;
+	SubsistenceC.LO(j) = 0;
+	w(j) = (SubsistenceC(j)+DiscretionaryC(j))*p(j)/m;
+	desiredConsumpFactor = 1;
+	
+	solve MAIDADS_Sim using cns;
+	
+	ms=MAIDADS_Sim.modelstat;
+	ss=MAIDADS_Sim.solvestat;
+
+else
+	SubsistenceC(i)  = delta(i) * desiredConsumpFactor;
+);
+
+display SubsistenceC.l, DiscretionaryC.l;
diff --git a/data/375_250/country_boundaries.asc b/data/375_250/country_boundaries.asc
deleted file mode 100644
index 5f95c17251b1beda613593baf49d80c2aa7363c5..0000000000000000000000000000000000000000
--- a/data/375_250/country_boundaries.asc
+++ /dev/null
@@ -1,78 +0,0 @@
-ncols        96
-nrows        72
-xllcorner    -180.000000000000
-yllcorner    -90.000000000000
-dx           3.750000000000
-dy           2.500000000000
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 124 124 124 124 124 124 0 304 304 304 304 304 304 304 304 304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 124 124 124 124 124 124 124 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 0 0 0 0 0 0 0 0 578 578 0 0 0 0 0 643 643 643 643 643 643 0 0 0 0 0 0 643 643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 124 124 124 124 124 124 124 124 124 304 304 304 304 304 304 304 304 304 304 304 304 304 304 0 0 0 0 0 0 0 578 578 578 578 578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 643 643 643 643 643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 124 124 124 124 124 124 124 124 124 124 124 0 0 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 0 0 0 0 0 0 0 578 578 578 578 0 0 0 0 0 0 0 0 0 643 643 0 0 0 0 0 643 0 643 643 643 643 643 0 0 0 0 0 0 0 0 0 643 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 124 124 124 124 124 124 124 124 124 124 124 124 124 0 0 0 0 0 304 304 304 304 304 304 304 304 304 304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 643 643 0 0 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 0 0 643 643 643 0 0 0 0 0 0 0 0
- 643 0 0 0 0 840 840 840 840 0 0 0 0 0 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 0 0 0 304 304 304 304 304 304 304 304 304 0 0 0 0 0 0 0 0 0 0 0 0 578 578 578 0 0 0 0 0 643 643 0 0 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 0 0 0 0 643
- 643 0 0 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 0 0 0 304 304 304 304 304 304 304 304 304 0 0 0 0 0 0 0 0 0 578 578 578 246 246 643 643 0 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643
- 643 643 643 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 0 124 124 124 124 124 0 0 304 304 304 304 304 0 0 0 0 352 0 0 0 0 0 0 0 578 752 752 246 246 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643
- 0 0 840 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 0 124 124 124 124 124 124 0 0 0 304 304 304 304 0 0 0 0 352 352 0 0 0 0 0 578 578 752 752 752 246 246 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643
- 0 0 0 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 0 0 0 124 124 124 124 124 0 0 0 304 304 304 0 0 0 0 0 0 0 0 0 0 826 0 578 578 752 752 248 246 246 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 0 0
- 0 0 0 0 0 840 840 840 0 0 840 840 124 124 124 124 124 124 124 124 124 124 124 0 0 0 124 124 124 124 124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 826 0 0 578 578 752 752 752 233 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 0 0 0 0
- 0 0 0 0 0 840 840 840 0 0 0 840 840 124 124 124 124 124 124 124 124 124 124 124 124 0 124 124 124 124 124 124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 826 826 0 0 208 752 752 752 428 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 0 0 0 0 643 643 0 0 0 0
- 0 840 840 840 0 0 0 0 0 0 0 0 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 0 0 0 0 0 0 0 0 0 0 0 372 826 826 826 528 276 276 616 616 112 112 112 643 643 643 643 643 643 643 398 398 398 398 398 643 643 643 643 643 643 643 643 643 643 643 156 156 643 643 643 643 0 0 0 0 643 0 0 0 0 0
- 840 840 0 0 0 0 0 0 0 0 0 0 0 0 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 0 0 0 0 0 0 0 0 0 0 0 372 826 826 250 56 276 276 616 616 804 804 804 804 643 643 643 643 643 643 398 398 398 398 398 398 643 643 643 643 496 643 643 643 643 643 156 156 643 643 643 643 0 0 0 643 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 124 124 840 840 124 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 0 0 0 0 0 0 0 0 0 0 0 0 250 250 250 250 276 203 203 703 804 804 804 804 643 643 643 398 398 398 398 398 398 398 398 398 398 496 496 496 496 496 496 496 496 156 156 156 643 643 643 643 643 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 840 840 840 840 840 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 0 0 0 0 0 0 0 0 0 0 0 0 250 250 250 250 380 40 348 348 642 498 804 804 643 643 643 398 398 398 398 398 398 398 398 398 156 156 496 496 496 496 496 496 496 496 156 156 156 156 643 643 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 840 840 840 840 840 840 840 840 840 840 840 124 840 840 840 124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 724 724 250 250 380 380 70 499 100 100 0 0 643 643 643 0 398 860 860 860 398 398 398 398 156 156 156 156 496 496 496 496 156 156 156 156 156 643 643 392 392 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 724 724 724 0 380 380 380 8 300 792 792 792 792 268 31 31 795 795 860 860 860 417 417 156 156 156 156 156 156 156 156 156 156 156 156 156 408 0 0 392 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 840 840 840 840 840 840 840 840 840 840 840 840 840 840 0 0 0 0 0 0 0 0 0 0 0 620 0 0 0 0 620 724 724 724 724 380 0 380 300 792 792 792 792 792 792 364 31 795 795 795 860 762 762 156 156 156 156 156 156 156 156 156 156 156 156 156 408 0 0 0 392 0 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 840 840 840 840 840 840 840 840 840 840 840 840 0 0 0 0 0 0 0 0 0 0 0 0 0 620 0 0 0 0 724 724 12 12 788 380 0 300 300 792 792 792 792 368 364 364 364 364 795 795 4 586 156 156 156 156 156 156 156 156 156 156 156 156 156 0 410 392 392 392 0 0 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 840 840 840 840 840 840 840 840 840 840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 620 0 504 504 504 12 12 788 434 434 434 0 0 0 376 368 368 364 364 364 364 4 4 586 586 356 156 156 156 156 156 156 156 156 156 156 156 156 0 392 392 392 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 484 484 484 840 840 840 840 840 840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 504 504 12 12 12 434 434 434 434 818 818 818 376 682 368 368 364 364 364 4 4 586 586 356 356 156 156 156 156 156 156 156 156 156 156 156 0 392 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 484 484 484 484 840 840 840 840 840 840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 724 0 504 12 12 12 12 434 434 434 434 818 818 818 818 682 682 682 414 364 364 364 586 586 356 356 356 156 156 156 156 156 156 156 156 156 156 156 0 392 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 484 484 484 484 484 0 0 0 0 840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 504 504 12 12 12 12 434 434 434 434 818 818 818 818 682 682 682 682 364 364 364 586 356 356 356 356 524 356 356 356 156 156 156 156 156 156 156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 484 484 484 484 0 0 0 192 192 0 44 0 0 0 0 0 0 0 0 0 0 0 0 0 0 504 -99 478 466 12 12 12 12 562 148 434 818 818 818 818 682 682 682 682 512 512 0 0 356 356 356 356 356 356 50 104 156 156 156 156 156 156 158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 484 484 484 0 484 484 0 192 192 192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 478 478 478 466 466 12 12 562 562 148 148 729 729 729 729 682 682 682 682 512 512 0 0 356 356 356 356 356 356 104 104 104 418 704 156 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 0 0 0 0 0 0 0 0 0 0 0 0 484 484 484 484 484 484 0 136 388 332 214 630 0 0 0 0 0 0 0 0 0 0 0 0 478 478 478 466 466 466 12 562 562 148 148 729 729 729 729 682 682 682 682 512 512 0 0 0 356 356 356 356 0 0 104 764 418 704 156 0 0 608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 484 484 484 320 0 0 0 0 0 850 250 0 0 0 0 0 0 0 0 0 0 0 478 478 478 466 466 466 562 562 562 148 148 729 729 729 729 0 887 887 887 512 0 0 0 0 356 356 356 0 0 0 104 764 764 418 0 0 0 608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 222 558 0 0 0 170 0 670 0 0 0 0 0 0 0 0 0 0 0 686 686 466 466 854 562 566 566 566 148 148 729 729 729 729 231 887 887 0 0 0 0 0 0 356 356 356 0 0 356 0 764 116 116 704 0 0 608 608 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 558 0 170 170 862 862 780 0 0 0 0 0 0 0 0 0 0 0 624 324 324 854 854 204 566 566 566 148 148 729 729 729 729 231 -99 -99 706 0 0 0 0 0 0 356 356 0 0 356 0 104 116 704 704 0 608 608 608 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 188 591 170 170 862 862 862 328 0 0 0 0 0 0 0 0 0 0 0 694 324 384 288 204 566 566 120 148 148 728 728 728 231 231 231 -99 706 0 0 0 0 0 0 356 144 0 0 0 0 764 0 704 0 0 608 608 608 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 591 170 170 862 862 862 328 0 0 0 0 0 0 0 0 0 0 0 694 430 384 288 204 566 566 120 140 140 140 728 728 231 231 231 231 706 0 0 0 0 0 0 0 144 0 0 0 0 764 0 0 0 458 458 608 608 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 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 170 170 170 862 76 328 740 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 120 120 178 180 180 180 800 800 404 706 706 0 0 0 0 0 0 0 0 0 0 0 0 360 360 458 0 360 360 360 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 170 170 170 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 266 266 178 180 180 180 800 800 404 706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 360 360 0 360 360 360 360 360 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 0 0 218 218 170 170 76 76 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 266 266 178 180 180 180 800 404 404 706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 360 360 360 360 360 360 360 360 360 360 360 360 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 218 604 604 604 76 76 76 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 266 178 180 180 180 180 834 834 404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 360 360 360 360 360 360 360 0 360 360 360 360 0 0 598 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 604 604 604 76 76 76 76 76 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 24 24 180 180 180 834 834 834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 360 360 360 0 0 0 360 360 0 360 598 598 598 598 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 604 604 604 76 76 76 76 76 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 24 24 24 180 180 894 834 834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 360 360 360 360 0 0 360 360 598 598 598 0 90 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 604 604 604 76 76 76 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 24 24 24 180 180 894 834 508 174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 360 36 36 0 0 0 598 598 0 0 90 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 604 604 604 68 76 76 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 24 24 24 894 894 894 454 508 0 0 450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 604 604 68 68 76 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 516 24 24 24 894 716 716 508 508 450 450 450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 36 36 36 0 0 0 0 0 0 548 0 242
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 68 68 68 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 516 516 516 72 716 716 508 0 450 450 450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 36 36 36 36 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 68 600 600 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 516 516 516 72 716 716 508 0 450 450 450 250 480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 36 36 36 36 36 36 0 0 0 540 540 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 600 600 76 76 76 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 516 516 516 72 710 508 508 0 450 450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 36 36 36 36 36 36 36 0 0 0 540 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 32 32 600 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 516 516 710 710 710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 36 36 36 36 36 36 36 36 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 32 32 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 710 710 710 710 710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 36 36 36 36 36 36 36 36 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 32 32 32 76 76 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 710 710 710 710 710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 36 36 36 36 36 36 36 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 32 32 858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 710 710 710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 36 0 36 36 36 36 36 36 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 32 32 32 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 36 0 0 0 0 0 0 554 554
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 32 32 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 0 0 0 0 0 0 554 554
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 32 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 0 0 0 0 0 0 554 0
- 0 554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 36 36 0 0 0 0 0 554 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 554 554 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 152 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 152 32 0 0 238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 152 152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 10 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0 0 0 10 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 10 10 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 0 0 0 10 10 10 10 10 10 10 10 10 10 10 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0 0 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0
- 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 10 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 0 0 0 0 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0
- 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0 0
- 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 10 0 0 0 0 10 10 10 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0 0
- 0 0 0 0 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0 0 0
- 0 0 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 0 0
- 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
- 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
diff --git a/data/375_250/irrigation_cost.asc b/data/375_250/irrigation_cost.asc
deleted file mode 100644
index 42814e4331701249122df9e63e4dc5fad888a077..0000000000000000000000000000000000000000
--- a/data/375_250/irrigation_cost.asc
+++ /dev/null
@@ -1,78 +0,0 @@
-ncols        96
-nrows        72
-xllcorner    -180.000000000000
-yllcorner    -90.000000000000
-dx           3.750000000000
-dy           2.500000000000
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.31028008460998535156 0.16483442485332489014 0.31309586763381958008 0.2328211367130279541 0.12772572040557861328 0.24303202331066131592 0.25513133406639099121 nan 0.30441460013389587402 0.30374550819396972656 0.28845262527465820312 0.29909840226173400879 0.22130377590656280518 0.28228768706321716309 0.26476714015007019043 0.26117917895317077637 0.31288090348243713379 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.30160093307495117188 0.35341295599937438965 0.31877511739730834961 0.24473997950553894043 0.14488510787487030029 0.19616101682186126709 0.24711111187934875488 0.212637290358543396 0.31537270545959472656 0.25489667057991027832 0.2399832308292388916 0.14019975066184997559 0.22156585752964019775 0.099701367318630218506 0.17212411761283874512 0.030232746154069900513 0.19065690040588378906 0.14394401013851165771 0.18406639993190765381 0.22620569169521331787 0.16723163425922393799 0.30288046598434448242 0.28278356790542602539 nan nan nan nan nan nan nan nan 0.21571958065032958984 0.19592367112636566162 nan 0.19890794157981872559 0.19930309057235717773 nan nan 0.21370115876197814941 0.22908100485801696777 0.23915943503379821777 0.21005339920520782471 0.2268571704626083374 0.26611599326133728027 nan nan nan nan nan nan 0.31140270829200744629 0.23033320903778076172 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.32875487208366394043 0.30151998996734619141 0.3058433234691619873 0.3347606956958770752 0.32031339406967163086 0.27093702554702758789 0.2593136131763458252 0.14319558441638946533 0.32161670923233032227 0.26438191533088684082 0.25865560770034790039 0.27785351872444152832 0.2056274116039276123 0.16317263245582580566 0.027225675061345100403 0.067975543439388275146 0.017510779201984405518 0 0 0 0.014075793325901031494 0.069957017898559570312 0.2203798145055770874 0.31250649690628051758 0.30611410737037658691 nan nan nan nan nan nan 0.16030956804752349854 0.12080698460340499878 0.12737897038459777832 0.17405277490615844727 0.16801351308822631836 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.30650961399078369141 0.20961451530456542969 0.26654326915740966797 0.25408834218978881836 0.27439087629318237305 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.34652093052864074707 0.33411753177642822266 0.35513821244239807129 0.37075874209403991699 0.36851379275321960449 0.32021754980087280273 0.32202050089836120605 0.31107497215270996094 0.30116868019104003906 0.33174747228622436523 0.3247400820255279541 0.26494297385215759277 nan nan 0.2963867485523223877 0.17337976396083831787 0.14666296541690826416 0.20147685706615447998 0.058051425963640213013 0.021508991718292236328 0 0 0 0 0 0 0 0.28718486428260803223 0.30266690254211425781 nan nan nan nan nan nan nan 0.17281274497509002686 0.15461835265159606934 0.18724323809146881104 nan nan nan nan nan nan nan nan nan nan 0.25735777616500854492 0.24447749555110931396 nan nan nan nan nan nan nan 0.28689873218536376953 0.27237367630004882812 0.25127083063125610352 0.28095540404319763184 0.27998629212379455566 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.32269150018692016602 0.3271458745002746582 0.31677591800689697266 0.35270354151725769043 0.35425645112991333008 0.3979619443416595459 0.38095441460609436035 0.36325794458389282227 0.29171746969223022461 0.31769073009490966797 0.30305469036102294922 0.33338204026222229004 0.19302210211753845215 0.20813439786434173584 nan nan nan nan nan 0.25238087773323059082 0.049009628593921661377 0 0 0 0 0 0 0.10920280218124389648 0.22438153624534606934 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.18231038749217987061 0.25196149945259094238 nan nan 0.28683608770370483398 0.25805142521858215332 0.23344101011753082275 0.21537759900093078613 0.24327217042446136475 0.24974636733531951904 0.26359865069389343262 0.24323624372482299805 0.28871867060661315918 0.29598274827003479004 0.29649183154106140137 0.3130270838737487793 0.33827361464500427246 0.34839674830436706543 0.33566737174987792969 0.32114669680595397949 0.34773197770118713379 nan nan 0.38238373398780822754 0.35594913363456726074 0.35194447636604309082 nan nan nan nan nan nan nan nan
- 0.28834104537963867188 nan nan nan nan 0.33889102935791015625 0.3479264378547668457 0.38518306612968444824 0.38274550437927246094 nan nan nan nan nan 0.3229929804801940918 0.31952655315399169922 0.33230766654014587402 0.31678691506385803223 0.37291982769966125488 0.35937941074371337891 0.35788235068321228027 0.35648086667060852051 0.3054561614990234375 0.31341958045959472656 0.33087933063507080078 0.30309131741523742676 0.27096131443977355957 0.28150066733360290527 0.25357016921043395996 0.18554848432540893555 nan nan nan 0.25645074248313903809 0.12927824258804321289 0.040735810995101928711 0 0 nan 0 0 0 nan nan nan nan nan nan nan nan nan nan nan 0.19454967975616455078 0.21076898276805877686 0.22393536567687988281 0.20446719229221343994 nan nan nan nan nan 0.26322019100189208984 0.27336984872817993164 nan nan 0.28543683886528015137 0.23802351951599121094 0.22679463028907775879 0.22497478127479553223 0.23294438421726226807 0.25993680953979492188 0.2690976262092590332 0.27466577291488647461 0.29655349254608154297 0.29534101486206054688 0.29166811704635620117 0.27770143747329711914 0.32870218157768249512 0.33619725704193115234 0.32745400071144104004 0.29796689748764038086 0.33883377909660339355 0.36150860786437988281 0.35472637414932250977 0.37844079732894897461 0.35097464919090270996 0.35181200504302978516 0.37359830737113952637 0.38724660873413085938 0.39433613419532775879 nan nan nan nan 0.30736181139945983887
- 0.21982717514038085938 nan nan 0.29072785377502441406 0.32864958047866821289 0.29659113287925720215 0.34132429957389831543 0.38134971261024475098 0.37706646323204040527 0.37480822205543518066 0.3603540956974029541 0.34483098983764648438 0.35038825869560241699 0.37864387035369873047 0.32123744487762451172 0.32742771506309509277 0.32351633906364440918 0.32023763656616210938 0.36570429801940917969 0.37398323416709899902 0.35304456949234008789 0.36498603224754333496 0.32820007205009460449 0.32502585649490356445 0.32121726870536804199 0.28730067610740661621 0.30399692058563232422 0.29312211275100708008 0.29905217885971069336 0.25158041715621948242 nan nan nan 0.24620048701763153076 0.12185323238372802734 0.038804162293672561646 0 0 0 0 0 0.011479376815259456635 nan nan nan nan nan nan nan nan nan 0.11831385642290115356 0.16169467568397521973 0.19617432355880737305 0.24591419100761413574 0.24598771333694458008 0.21000163257122039795 0.24655972421169281006 nan 0.25478294491767883301 0.26802375912666320801 0.27119323611259460449 0.26365372538566589355 0.27713346481323242188 0.27915251255035400391 0.27597507834434509277 0.254993438720703125 0.24752461910247802734 0.2325881272554397583 0.22699534893035888672 0.2394282221794128418 0.25633454322814941406 0.18990406394004821777 0.23120708763599395752 0.31365662813186645508 0.32388451695442199707 0.28666692972183227539 0.31277099251747131348 0.33254691958427429199 0.33172079920768737793 0.32581749558448791504 0.30733028054237365723 0.31287378072738647461 0.37152501940727233887 0.30944663286209106445 0.32303559780120849609 0.35197782516479492188 0.3219509124755859375 0.35555222630500793457 0.38080781698226928711 0.39033684134483337402 0.3472302556037902832 0.36814558506011962891 0.3550510406494140625 0.34738439321517944336 0.29036167263984680176
- 0.22038926184177398682 0.218454703688621521 0.24798987805843353271 0.26534223556518554688 0.30210626125335693359 0.30604419112205505371 0.30087044835090637207 0.31612384319305419922 0.33899131417274475098 0.4114894866943359375 0.36642736196517944336 0.32072627544403076172 0.34441223740577697754 0.35885182023048400879 0.33319532871246337891 0.32496035099029541016 0.32129940390586853027 0.31519180536270141602 0.3561515510082244873 0.33853933215141296387 0.35160648822784423828 0.33984711766242980957 0.31856989860534667969 0.29774838685989379883 0.27870664000511169434 0.31547129154205322266 nan 0.28348845243453979492 0.27330487966537475586 0.26810252666473388672 0.25419306755065917969 0.19601829349994659424 nan nan 0.27866867184638977051 0.083032086491584777832 0 0 0 nan nan nan nan 0.1674938499927520752 nan nan nan nan nan nan nan 0.12310270965099334717 0.13238833844661712646 0.2679080963134765625 0.25844672322273254395 0.2633705437183380127 0.25931844115257263184 0.26496836543083190918 0.27142757177352905273 0.26938274502754211426 0.27130901813507080078 0.271884918212890625 0.25908920168876647949 0.26090627908706665039 0.26994657516479492188 0.26412379741668701172 0.26607275009155273438 0.24310728907585144043 0.24002948403358459473 0.24133256077766418457 0.24943283200263977051 0.25090843439102172852 0.25770089030265808105 0.24297209084033966064 0.27133730053901672363 0.32363578677177429199 0.31904068589210510254 0.31972873210906982422 0.32778477668762207031 0.33780071139335632324 0.32703626155853271484 0.3226909339427947998 0.31408578157424926758 0.36668926477432250977 0.38928174972534179688 0.33660280704498291016 0.2953987419605255127 0.34373131394386291504 0.36747130751609802246 0.36899706721305847168 0.34419539570808410645 0.31672134995460510254 0.31735873222351074219 0.31803995370864868164 0.25817099213600158691 0.23260188102722167969
- nan nan 0.22988151013851165771 0.22853176295757293701 0.26499739289283752441 0.27524033188819885254 0.28216579556465148926 0.26793587207794189453 0.27633869647979736328 0.36424112319946289062 0.3675022125244140625 0.36651083827018737793 0.33440098166465759277 0.28738868236541748047 0.2916698753833770752 0.33464080095291137695 0.35673341155052185059 0.34510093927383422852 0.31886854767799377441 0.32269150018692016602 0.32127878069877624512 0.32486698031425476074 0.30346605181694030762 0.29947912693023681641 nan 0.30497851967811584473 0.28434455394744873047 0.22735734283924102783 0.26243609189987182617 0.26136165857315063477 0.18545541167259216309 nan nan nan 0.079867921769618988037 0 0 0.1431430429220199585 nan nan nan nan 0.076464615762233734131 0.11174039542675018311 nan nan nan nan nan 0.063967250287532806396 0.20814885199069976807 0.23749034106731414795 0.26148307323455810547 0.26225307583808898926 0.26330077648162841797 0.26562955975532531738 0.25616490840911865234 0.26295411586761474609 0.26843276619911193848 0.26820775866508483887 0.27922666072845458984 0.2693576812744140625 0.25667166709899902344 0.24342261254787445068 0.28141170740127563477 0.27438485622406005859 0.25627106428146362305 0.25318279862403869629 0.27272316813468933105 0.25885161757469177246 0.2606894075870513916 0.25323942303657531738 0.26931735873222351074 0.26680862903594970703 0.31009632349014282227 0.3154614865779876709 0.33275100588798522949 0.32281515002250671387 0.34886655211448669434 0.35446763038635253906 0.36221274733543395996 0.35315603017807006836 0.386127471923828125 0.37349769473075866699 0.36145755648612976074 0.27334728837013244629 0.29490238428115844727 0.30455702543258666992 0.30992874503135681152 0.33284145593643188477 0.30653035640716552734 0.30368852615356445312 0.27138277888298034668 0.23160143196582794189 0.24355162680149078369 0.24373163282871246338
- nan nan nan 0.20225858688354492188 0.24658562242984771729 0.25773280858993530273 0.26644670963287353516 0.25975266098976135254 0.19249927997589111328 0.21751649677753448486 0.12794825434684753418 0.37353497743606567383 0.33805084228515625 0.30827173590660095215 0.31413000822067260742 0.32847896218299865723 0.33829748630523681641 0.34694188833236694336 0.33275043964385986328 0.30767408013343811035 0.31019106507301330566 0.30542841553688049316 0.29369601607322692871 nan nan nan 0.28361037373542785645 0.24906362593173980713 0.23289665579795837402 0.24118697643280029297 0.25793638825416564941 nan nan nan 0.15898199379444122314 0.039251361042261123657 0 nan nan nan nan nan nan nan nan nan nan 0.14499478042125701904 nan 0.033897563815116882324 0.25667393207550048828 0.25472271442413330078 0.27413043379783630371 0.28114342689514160156 0.266109466552734375 0.26162827014923095703 0.26295942068099975586 0.26748505234718322754 0.27139684557914733887 0.28165575861930847168 0.28708314895629882812 0.27245199680328369141 0.25931367278099060059 0.26097777485847473145 0.29954865574836730957 0.27897754311561584473 0.27678912878036499023 0.27208045125007629395 0.28076702356338500977 0.28552541136741638184 0.27344873547554016113 0.27870476245880126953 0.29699793457984924316 0.26579013466835021973 0.32313227653503417969 0.32865926623344421387 0.33589383959770202637 0.32337045669555664062 0.33650088310241699219 0.35523530840873718262 0.3547757565975189209 0.31547597050666809082 0.35419642925262451172 0.37073311209678649902 0.32172104716300964355 0.26589414477348327637 0.2744629979133605957 0.29542252421379089355 0.26625549793243408203 0.29366126656532287598 0.25941902399063110352 0.27135425806045532227 0.24898645281791687012 0.23640529811382293701 nan nan
- nan nan nan nan nan 0.24274414777755737305 0.24973472952842712402 0.23324978351593017578 nan nan 0.059648931026458740234 0.13686625659465789795 0.27089589834213256836 0.25842681527137756348 0.31048223376274108887 0.337970733642578125 0.33621066808700561523 0.33570387959480285645 0.34411370754241943359 0.31349992752075195312 0.2968730628490447998 0.29512727260589599609 0.27905035018920898438 nan nan nan 0.26834085583686828613 0.25430986285209655762 0.23959442973136901855 0.23894041776657104492 0.20328789949417114258 0.22819933295249938965 nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.21105600893497467041 nan nan 0.10708350688219070435 0.22319881618022918701 0.26412943005561828613 0.2938289940357208252 0.29593285918235778809 0.25838842988014221191 0.26341211795806884766 0.26624333858489990234 0.27949151396751403809 0.27350458502769470215 0.27928256988525390625 0.27166655659675598145 0.27363190054893493652 0.27531722187995910645 0.25539430975914001465 0.30745223164558410645 0.30864068865776062012 0.28658568859100341797 0.29033425450325012207 0.2853056788444519043 0.29863265156745910645 0.29106402397155761719 0.29733511805534362793 0.28101244568824768066 0.28940445184707641602 0.34538915753364562988 0.3515854179859161377 0.33032122254371643066 0.32750159502029418945 0.32776182889938354492 0.36807578802108764648 0.32323321700096130371 0.28846916556358337402 0.3359375298023223877 0.32653915882110595703 0.25305336713790893555 0.22022996842861175537 0.28168562054634094238 0.27911779284477233887 0.26104918122291564941 0.26462864875793457031 0.24088245630264282227 0.25584661960601806641 nan nan nan nan
- nan nan nan nan nan 0.21743421256542205811 0.22408653795719146729 0.124406471848487854 nan nan nan 0.092219009995460510254 0.14142571389675140381 0.15594924986362457275 0.31436830759048461914 0.31659606099128723145 0.34868159890174865723 0.34252467751502990723 0.32987433671951293945 0.3228587806224822998 0.30043250322341918945 0.30550113320350646973 0.29694384336471557617 0.28662970662117004395 0.27938291430473327637 nan 0.26218712329864501953 0.23388952016830444336 0.23465213179588317871 0.2386941760778427124 0.23347385227680206299 0.2132796943187713623 nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.22350767254829406738 0.25937283039093017578 nan nan 0.28384301066398620605 0.25830337405204772949 0.28774762153625488281 0.28958663344383239746 0.27956300973892211914 0.28376907110214233398 0.28733161091804504395 0.28342750668525695801 0.29239964485168457031 0.28333023190498352051 0.28714317083358764648 0.30104124546051025391 0.29735705256462097168 0.30262389779090881348 0.31363207101821899414 0.31063371896743774414 0.31564018130302429199 0.31158962845802307129 0.3151365816593170166 0.32466357946395874023 0.29755303263664245605 0.32861450314521789551 0.32229036092758178711 0.31549599766731262207 0.35921621322631835938 0.34250432252883911133 0.33984851837158203125 0.34380364418029785156 0.2701072990894317627 0.27356448769569396973 0.30038040876388549805 0.2551644444465637207 0.29999810457229614258 0.29509818553924560547 0.27391088008880615234 0.20725172758102416992 nan nan nan nan 0.25539162755012512207 0.21565626561641693115 nan nan nan nan
- nan nan 0.17676237225532531738 0.16626445949077606201 nan nan nan nan nan nan nan nan 0.092623949050903320312 0.073258683085441589355 0.33439758419990539551 0.24750155210494995117 0.23179857432842254639 0.33041599392890930176 0.34715050458908081055 0.37917640805244445801 0.3368231654167175293 0.33132645487785339355 0.30765950679779052734 0.27839052677154541016 0.26730328798294067383 0.27220159769058227539 0.26623284816741943359 0.23702988028526306152 0.22355747222900390625 0.20042389631271362305 0.22077313065528869629 0.19826565682888031006 0.18916703760623931885 0.15656958520412445068 nan nan nan nan nan nan nan nan nan nan nan 0.19326096773147583008 0.15139155089855194092 0.28980302810668945312 0.28708389401435852051 0.26496845483779907227 0.30385288596153259277 0.32355096936225891113 0.33040696382522583008 0.29367038607597351074 0.29829251766204833984 0.29689338803291320801 0.30339121818542480469 0.29883581399917602539 0.3246212005615234375 0.31930646300315856934 0.31452021002769470215 0.32317620515823364258 0.34736803174018859863 0.37469831109046936035 0.40283966064453125 0.38708448410034179688 0.38011515140533447266 0.37901824712753295898 0.38815024495124816895 0.36396741867065429688 0.33232948184013366699 0.33752143383026123047 0.36263740062713623047 0.27398589253425598145 0.33938375115394592285 0.32467341423034667969 0.33232507109642028809 0.30223712325096130371 0.33285194635391235352 0.34669312834739685059 0.3387241363525390625 0.31745308637619018555 0.29942020773887634277 0.28797742724418640137 0.29934734106063842773 0.27425611019134521484 nan nan nan nan 0.18378335237503051758 nan nan nan nan nan
- 0.12436655908823013306 0.11858004331588745117 nan nan nan nan nan nan nan nan nan nan nan nan 0.22997583448886871338 0.28862851858139038086 0.2907600700855255127 0.28500249981880187988 0.40793359279632568359 0.37958553433418273926 0.36610674858093261719 0.33584311604499816895 0.31294617056846618652 0.27880936861038208008 0.26602587103843688965 0.2695700526237487793 0.26016601920127868652 0.25420618057250976562 0.231325492262840271 0.21175232529640197754 0.20939971506595611572 0.19220037758350372314 0.19707706570625305176 0.16964291036128997803 nan nan nan nan nan nan nan nan nan nan nan 0.18331578373908996582 0.22380782663822174072 0.28488180041313171387 0.27461284399032592773 0.27033707499504089355 0.3089860379695892334 0.33222556114196777344 0.32758465409278869629 0.31284081935882568359 0.30794101953506469727 0.31038817763328552246 0.31396239995956420898 0.31154364347457885742 0.34261247515678405762 0.33650475740432739258 0.36883902549743652344 0.36904680728912353516 0.39441752433776855469 0.37952369451522827148 0.42621213197708129883 0.44506165385246276855 0.38900977373123168945 0.40256148576736450195 0.41913050413131713867 0.44005432724952697754 0.27635407447814941406 0.33273702859878540039 0.37307712435722351074 0.28020334243774414062 0.33383017778396606445 0.20232872664928436279 0.37044104933738708496 0.33966913819313049316 0.38421905040740966797 0.33453407883644104004 0.34170675277709960938 0.32147705554962158203 0.27373993396759033203 0.25572413206100463867 0.26020920276641845703 0.27835199236869812012 nan nan nan 0.13711865246295928955 nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.1802482306957244873 0.36025255918502807617 0.2835496068000793457 0.26433363556861877441 0.4111817777156829834 0.4270413517951965332 0.36932662129402160645 0.36105233430862426758 0.29296013712882995605 0.29499313235282897949 0.28158894181251525879 0.27962774038314819336 0.27017369866371154785 0.23709782958030700684 0.23076485097408294678 0.23096519708633422852 0.19621573388576507568 0.19658575952053070068 0.163845062255859375 0.20997542142868041992 nan nan nan nan nan nan nan nan nan nan nan nan 0.2598845362663269043 0.29247432947158813477 0.31641280651092529297 0.31434848904609680176 0.28868636488914489746 0.29911410808563232422 0.29104349017143249512 0.33096912503242492676 0.30419430136680603027 0.31398144364356994629 0.33074977993965148926 0.35097548365592956543 0.35288992524147033691 0.37756583094596862793 0.43857902288436889648 0.46207505464553833008 0.44175621867179870605 0.42039152979850769043 0.48387837409973144531 0.48122483491897583008 0.45862665772438049316 0.4085324704647064209 0.4130820930004119873 0.3736845850944519043 0.39295819401741027832 0.38362416625022888184 0.53627568483352661133 0.43109965324401855469 0.38401091098785400391 0.42123726010322570801 0.38308233022689819336 0.35851261019706726074 0.41509649157524108887 0.36337950825691223145 0.32322517037391662598 0.33515283465385437012 0.31458985805511474609 0.31407597661018371582 0.2813797295093536377 0.24289673566818237305 0.21425399184226989746 nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.088726468384265899658 0.14477393031120300293 0.51025247573852539062 0.32520180940628051758 0.41954270005226135254 0.41817045211791992188 0.38118854165077209473 0.38229849934577941895 0.3091716468334197998 0.28848731517791748047 0.28035047650337219238 0.27945339679718017578 0.2740065157413482666 0.26390722393989562988 0.25462245941162109375 0.2115097343921661377 0.23200234770774841309 0.20945301651954650879 0.15361630916595458984 0.1714573204517364502 nan nan nan nan nan nan nan nan nan nan nan nan 0.25476294755935668945 0.29189676046371459961 0.30239003896713256836 0.30052891373634338379 0.1527799069881439209 0.23799388110637664795 0.31173455715179443359 0.35550785064697265625 0.2940158843994140625 0.33588296175003051758 0.37813302874565124512 0.3705807030200958252 0.35202381014823913574 0.37720897793769836426 0.42921179533004760742 0.5043513178825378418 0.53334313631057739258 0.51340150833129882812 0.50377452373504638672 0.51404273509979248047 0.46467241644859313965 0.50533092021942138672 0.45443746447563171387 0.44241318106651306152 0.40381589531898498535 0.4987538754940032959 0.44426679611206054688 0.56939649581909179688 0.42209810018539428711 0.47207668423652648926 0.44734683632850646973 0.46772783994674682617 0.47273927927017211914 0.39476984739303588867 0.32826912403106689453 0.37534895539283752441 0.27922132611274719238 0.3091824650764465332 0.20124806463718414307 0.18839719891548156738 nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.19058454036712646484 0.42159199714660644531 0.47191223502159118652 0.42510843276977539062 0.26289653778076171875 0.40873572230339050293 0.43294498324394226074 0.38824251294136047363 0.32366105914115905762 0.29837158322334289551 0.30654260516166687012 0.29206261038780212402 0.29238632321357727051 0.27601873874664306641 0.25949424505233764648 0.26478418707847595215 0.1902538686990737915 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.35272461175918579102 0.23291181027889251709 0.31386768817901611328 0.33831620216369628906 0.30566921830177307129 0.31334489583969116211 0.26601633429527282715 0.25616732239723205566 0.36306023597717285156 0.34514188766479492188 nan nan 0.27703693509101867676 0.36504375934600830078 0.27035030722618103027 0.50908178091049194336 0.58238327503204345703 0.55767118930816650391 0.57428383827209472656 0.53295618295669555664 0.33314627408981323242 0.44730105996131896973 0.42660999298095703125 0.34980118274688720703 0.43567767739295959473 0.61432152986526489258 0.49157211184501647949 0.47131660580635070801 0.50987637042999267578 0.55982637405395507812 0.54496204853057861328 0.57074791193008422852 0.43841657042503356934 0.3704293370246887207 0.39773225784301757812 0.32174944877624511719 0.32544368505477905273 0.28038308024406433105 0.25906360149383544922 0.20962060987949371338 0.21905490756034851074 nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.31028860807418823242 0.3807887732982635498 0.4820995628833770752 0.46241101622581481934 0.47284835577011108398 0.26943135261535644531 0.42768281698226928711 0.38529375195503234863 0.31171247363090515137 0.30350920557975769043 0.30144935846328735352 0.2930062711238861084 0.26962578296661376953 0.27253115177154541016 0.2690944373607635498 0.2609183192253112793 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.42668747901916503906 0.3639831840991973877 0.34383249282836914062 nan 0.29496687650680541992 0.26687011122703552246 0.34716457128524780273 0.25951087474822998047 0.32597452402114868164 0.30656477808952331543 0.29427510499954223633 0.39321681857109069824 0.3246333003044128418 0.35853919386863708496 0.31233489513397216797 0.42392262816429138184 0.57208228111267089844 0.58721846342086791992 0.57805478572845458984 0.51793181896209716797 0.44487112760543823242 0.44378629326820373535 0.35412299633026123047 0.44616004824638366699 0.63139718770980834961 0.75284671783447265625 0.70740485191345214844 0.73977780342102050781 0.60478967428207397461 0.58029997348785400391 0.56897264719009399414 0.45655915141105651855 0.37242585420608520508 0.35212194919586181641 0.33841153979301452637 0.25758433341979980469 0.21729405224323272705 nan nan 0.22017244994640350342 nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.2358166128396987915 0.30176511406898498535 0.52341181039810180664 0.4457804262638092041 0.49417439103126525879 0.26745048165321350098 0.42196315526962280273 0.39046651124954223633 0.31211438775062561035 0.3011925816535949707 0.29150232672691345215 0.29201364517211914062 0.29139530658721923828 0.29851549863815307617 0.28188404440879821777 nan nan nan nan nan nan nan nan nan nan nan 0.22205904126167297363 nan nan nan nan 0.30557078123092651367 0.37300655245780944824 0.41670936346054077148 0.29918599128723144531 nan 0.41120865941047668457 nan 0.31712970137596130371 0.28827127814292907715 0.35356360673904418945 0.33464932441711425781 0.36191591620445251465 0.43053087592124938965 0.35403335094451904297 0.30742868781089782715 0.35826858878135681152 0.34160122275352478027 0.50932776927947998047 0.519657135009765625 0.58127003908157348633 0.51732873916625976562 0.18888343870639801025 0.32942238450050354004 0.61064881086349487305 0.69189906120300292969 0.81018489599227905273 0.79057252407073974609 0.79958641529083251953 0.47805964946746826172 0.59514909982681274414 0.57966786623001098633 0.46861860156059265137 0.38845640420913696289 0.40245097875595092773 0.34381070733070373535 0.31903445720672607422 0.28783178329467773438 nan nan nan 0.18721510469913482666 nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.31231361627578735352 0.47464153170585632324 0.52023065090179443359 0.41505959630012512207 0.28606379032135009766 0.46171540021896362305 0.38117557764053344727 0.2957776486873626709 0.30703204870223999023 0.2909348905086517334 0.27440509200096130371 0.29405072331428527832 0.29716470837593078613 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.27252233028411865234 nan nan nan nan 0.37955957651138305664 0.32872214913368225098 0.36540266871452331543 0.32499143481254577637 0.3679021298885345459 0.37421634793281555176 0.37770870327949523926 0.29361414909362792969 0.32797670364379882812 0.30608966946601867676 0.30694460868835449219 0.40779042243957519531 0.46244969964027404785 0.3405303955078125 0.42708596587181091309 0.47508248686790466309 0.51017946004867553711 0.45636451244354248047 0.49602013826370239258 0.49165430665016174316 0.19757799804210662842 0.50021916627883911133 0.69984775781631469727 0.71786642074584960938 0.77539402246475219727 0.53615736961364746094 0.69354206323623657227 0.69255828857421875 0.3148441612720489502 0.49859753251075744629 0.42562410235404968262 0.38652020692825317383 0.39312076568603515625 0.35952457785606384277 0.31482657790184020996 nan 0.2305367887020111084 0.1940851062536239624 0.1692514270544052124 0.20086149871349334717 nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.45956999063491821289 0.63104408979415893555 0.43881633877754211426 0.51696813106536865234 0.45301973819732666016 0.39860746264457702637 0.29618513584136962891 0.28708043694496154785 0.2817935645580291748 0.29135304689407348633 0.30724918842315673828 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.33604028820991516113 nan 0.4328129887580871582 0.38223281502723693848 0.57950305938720703125 0.58056783676147460938 0.64817517995834350586 0.57533448934555053711 0.53693127632141113281 0.50420665740966796875 0.48447707295417785645 nan nan nan 0.45858410000801086426 0.60174238681793212891 0.64232665300369262695 0.53497475385665893555 0.50714325904846191406 0.67016559839248657227 0.55884462594985961914 0.61223453283309936523 0.45737412571907043457 0.49415820837020874023 0.32354918122291564941 0.45884230732917785645 0.44478979706764221191 0.44421654939651489258 0.43918645381927490234 0.33962360024452209473 0.30032187700271606445 0.31395176053047180176 0.25827702879905700684 0.30562606453895568848 0.28374493122100830078 0.3327547907829284668 0.35709747672080993652 0.27396675944328308105 nan 0.18536943197250366211 0.17176517844200134277 0.14623442292213439941 nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.60950440168380737305 0.44082188606262207031 0.53200381994247436523 0.49464118480682373047 0.4471181333065032959 0.28240239620208740234 0.27636316418647766113 0.26013815402984619141 0.28471004962921142578 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.45126560330390930176 0.66491538286209106445 0.72481638193130493164 0.74773818254470825195 0.74544709920883178711 0.75392735004425048828 0.74344098567962646484 0.63939535617828369141 0.62121403217315673828 0.68497061729431152344 0.68297290802001953125 0.71291255950927734375 0.43205305933952331543 0.63966405391693115234 0.66282582283020019531 0.66172939538955688477 0.54235911369323730469 0.69379746913909912109 0.65067523717880249023 0.70740908384323120117 0.62646669149398803711 0.52616536617279052734 0.48222067952156066895 0.3422133326530456543 0.21984128654003143311 0.43575039505958557129 0.41028681397438049316 0.36890774965286254883 0.35436597466468811035 0.30268016457557678223 0.28615981340408325195 0.27938094735145568848 0.21815963089466094971 0.28091993927955627441 0.25964653491973876953 0.26092267036437988281 nan 0.19064848124980926514 nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.61449545621871948242 0.43291503190994262695 0.4881642460823059082 0.53873032331466674805 0.402576446533203125 0.27409118413925170898 0.26730576157569885254 0.26128184795379638672 0.2746175229549407959 0.29709646105766296387 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.36343276500701904297 nan 0.61837065219879150391 0.85468566417694091797 0.86748921871185302734 0.80356550216674804688 0.79500460624694824219 0.84991258382797241211 0.82846558094024658203 0.84991258382797241211 0.89201718568801879883 1 1 1 0.952159881591796875 0.68259567022323608398 0.57610642910003662109 0.64950650930404663086 0.65546751022338867188 0.53052157163619995117 0.69043338298797607422 0.59483802318572998047 0.66968619823455810547 0.59749704599380493164 0.60009169578552246094 0.49880579113960266113 0.32382985949516296387 0.42876905202865600586 0.43885031342506408691 0.40131801366806030273 0.29610389471054077148 0.30711773037910461426 0.28416210412979125977 0.28564926981925964355 0.25889539718627929688 0.24767504632472991943 0.22903905808925628662 0.23299804329872131348 nan 0.16294719278812408447 nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.63114780187606811523 0.4646981656551361084 0.43191266059875488281 0.47997301816940307617 0.43957206606864929199 nan nan nan nan 0.31217238306999206543 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.76701515913009643555 0.79728144407272338867 0.92689287662506103516 1 1 0.86515003442764282227 0.9105961918830871582 0.95901352167129516602 0.99471032619476318359 1 1 1 1 1 0.6438140869140625 0.57549756765365600586 0.57523995637893676758 0.64031088352203369141 0.57492154836654663086 0.54205673933029174805 0.61035394668579101562 0.62327045202255249023 0.62598502635955810547 0.46397927403450012207 0.39254835247993469238 0.37177905440330505371 0.33442464470863342285 0.24450676143169403076 0.22318515181541442871 0.17968758940696716309 0.30922979116439819336 0.30350172519683837891 0.26807919144630432129 0.28614965081214904785 0.25759938359260559082 0.2412214130163192749 0.2463493645191192627 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.45823952555656433105 0.31570398807525634766 0.36626097559928894043 0.4779128730297088623 nan nan nan 0.28903505206108093262 0.30524286627769470215 0.36894944310188293457 0.33884388208389282227 nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.72332930564880371094 0.74799513816833496094 0.83872628211975097656 0.94565826654434204102 0.93360179662704467773 0.87300497293472290039 0.81898885965347290039 1 1 1 1 1 1 1 1 0.68629658222198486328 0.65855842828750610352 0.6784089207649230957 0.74001908302307128906 0.68708056211471557617 0.59377276897430419922 nan nan 0.46775406599044799805 0.39248353242874145508 0.37654328346252441406 0.30903601646423339844 0.32263004779815673828 0.28712198138236999512 0.20952416956424713135 0.24571990966796875 0.28039684891700744629 0.25064921379089355469 0.25478717684745788574 0.26071962714195251465 0.22024209797382354736 0.25513991713523864746 0.22735653817653656006 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.33927303552627563477 0.37531074881553649902 0.35621976852416992188 nan 0.36158895492553710938 0.33303192257881164551 nan 0.32387512922286987305 0.3141530156135559082 0.27838099002838134766 0.36904057860374450684 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.83529973030090332031 0.73343735933303833008 0.7598730921745300293 0.88639223575592041016 0.80097436904907226562 0.80683106184005737305 0.8219884037971496582 1 1 0.89283961057662963867 1 1 1 1 1 0.54465496540069580078 0.66198658943176269531 0.71795701980590820312 0.74394303560256958008 0.73574811220169067383 0.74494373798370361328 nan nan 0.40906915068626403809 0.40688660740852355957 0.40422713756561279297 0.34312894940376281738 0.30553385615348815918 0.25720983743667602539 0.18966238200664520264 0.19372762739658355713 0.28574597835540771484 0.27315095067024230957 0.21682825684547424316 0.26198655366897583008 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan 0.19703121483325958252 nan nan nan nan nan nan nan nan nan nan nan nan 0.41725450754165649414 0.42442390322685241699 0.40477752685546875 0.26948583126068115234 0.28431314229965209961 0.3359457850456237793 nan 0.3112665712833404541 0.21687906980514526367 0.25635689496994018555 0.36093172430992126465 0.2088279426097869873 nan nan nan nan nan nan nan nan nan nan nan nan 0.71506392955780029297 0.62895673513412475586 0.71555876731872558594 0.81450879573822021484 0.71969038248062133789 0.69581234455108642578 0.70750099420547485352 0.91645950078964233398 0.89964050054550170898 0.81018489599227905273 1 0.89619344472885131836 0.81363189220428466797 0.96478593349456787109 0.87442308664321899414 0.53359407186508178711 0.61129599809646606445 0.73298031091690063477 0.73668462038040161133 0.7586053013801574707 0.73072004318237304688 nan nan nan 0.4352646172046661377 0.40056475996971130371 0.29793608188629150391 0.30636572837829589844 nan nan 0.14782993495464324951 0.29148310422897338867 0.269775390625 0.22995531558990478516 0.32868719100952148438 nan nan 0.2575353085994720459 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.3030255734920501709 0.33149456977844238281 0.2431580275297164917 0.29628208279609680176 nan nan nan nan nan 0.30632522702217102051 0.18654938042163848877 nan nan nan nan nan nan nan nan nan 0.52388358116149902344 nan 0.63019591569900512695 0.56581842899322509766 0.55110132694244384766 0.63966447114944458008 0.64628934860229492188 0.60712534189224243164 0.60950589179992675781 0.81898885965347290039 0.7855942845344543457 0.77238136529922485352 0.69446521997451782227 0.69059550762176513672 0.73072004318237304688 0.70713007450103759766 0.69140851497650146484 nan 0.64788746833801269531 0.7071310877799987793 0.65364742279052734375 0.69438147544860839844 nan nan nan nan 0.2771905064582824707 0.41064161062240600586 0.3733285069465637207 nan nan nan 0.21612237393856048584 0.33751824498176574707 0.30686324834823608398 0.24993744492530822754 nan nan nan 0.25321355462074279785 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.28812330961227416992 0.20615890622138977051 nan nan nan 0.5027370452880859375 nan 0.22842273116111755371 nan nan nan nan nan nan nan nan nan nan nan 0.39332091808319091797 0.41292563080787658691 0.34053075313568115234 0.41487738490104675293 0.43967914581298828125 0.43906915187835693359 0.45975786447525024414 0.49603706598281860352 0.48821237683296203613 0.54304724931716918945 0.44073513150215148926 0.53697890043258666992 0.50221985578536987305 0.54642480611801147461 0.47992879152297973633 0.40305170416831970215 0.50723195075988769531 0.69766521453857421875 nan nan nan nan nan nan 0.13769993185997009277 0.38591897487640380859 0.36205914616584777832 nan nan 0.17668153345584869385 nan 0.29901584982872009277 0.30191898345947265625 0.23978132009506225586 0.26417547464370727539 nan nan 0.23545037209987640381 0.19222199916839599609 nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.19647960364818572998 nan 0.32922986149787902832 0.3402646481990814209 0.39259824156761169434 0.28061515092849731445 0.28384864330291748047 nan nan nan nan nan nan nan nan nan nan nan 0.2416419684886932373 0.25546431541442871094 0.33068296313285827637 0.35000258684158325195 0.38194805383682250977 0.35431528091430664062 0.36226531863212585449 0.42078801989555358887 0.42818117141723632812 0.43815475702285766602 0.39919418096542358398 0.49497663974761962891 0.44918540120124816895 0.41825249791145324707 0.41582056879997253418 0.43651068210601806641 0.55775719881057739258 0.511127471923828125 0.62406980991363525391 nan nan nan nan nan nan 0.37414109706878662109 0.34961771965026855469 nan nan 0.17957079410552978516 nan 0.31635233759880065918 0.18606466054916381836 0.24686026573181152344 0.27266395092010498047 nan 0.25456705689430236816 0.23079364001750946045 0.19053579866886138916 nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.22457842528820037842 0.25257244706153869629 0.2567196190357208252 0.21954520046710968018 0.29589897394180297852 0.34593501687049865723 0.28105401992797851562 0.20390675961971282959 nan nan nan nan nan nan nan nan nan nan nan 0.22432246804237365723 0.28911358118057250977 0.33345571160316467285 0.34784480929374694824 0.3512166440486907959 0.3322855532169342041 0.31825581192970275879 0.31927949190139770508 0.39068353176116943359 0.3614686131477355957 0.35554012656211853027 0.37126502394676208496 0.39841473102569580078 0.31292232871055603027 0.41744318604469299316 0.4437007606029510498 0.59769225120544433594 0.62934982776641845703 nan nan nan nan nan nan 0.36770480871200561523 0.38982596993446350098 nan nan nan nan 0.25800794363021850586 nan 0.27269232273101806641 nan nan 0.24919769167900085449 0.23275373876094818115 0.24054571986198425293 nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.24638612568378448486 0.1710742563009262085 0.25827136635780334473 0.28823706507682800293 0.26393970847129821777 0.29975357651710510254 0.25180014967918395996 nan nan nan nan nan nan nan nan nan nan nan 0.17300929129123687744 0.16481381654739379883 0.35026371479034423828 0.32508483529090881348 0.34595000743865966797 0.2927284538745880127 0.27783405780792236328 0.29868778586387634277 0.33877152204513549805 0.34420847892761230469 0.3200778663158416748 0.35886862874031066895 0.38352745771408081055 0.36111888289451599121 0.31896221637725830078 0.4971904754638671875 0.54123389720916748047 0.59896296262741088867 nan nan nan nan nan nan nan 0.17330293357372283936 nan nan nan nan 0.25443768501281738281 nan nan nan 0.2240632176399230957 0.20308996737003326416 0.22030560672283172607 0.24537457525730133057 nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.15019080042839050293 0.29517906904220581055 0.21935883164405822754 0.24392330646514892578 0.26502743363380432129 0.27270609140396118164 0.31944990158081054688 0.23214899003505706787 0.18347196280956268311 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.22055333852767944336 0.29185035824775695801 0.28739681839942932129 0.2899551689624786377 0.27008658647537231445 0.29810976982116699219 0.30913451313972473145 0.3428039848804473877 0.48492571711540222168 0.474925994873046875 0.50214964151382446289 nan nan nan nan nan nan nan nan nan nan nan nan 0.19394181668758392334 0.24539650976657867432 0.26029419898986816406 0.22928602993488311768 0.22151392698287963867 0.16969184577465057373 0.21077807247638702393 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.23347066342830657959 0.21590684354305267334 0.21724303066730499268 0.20134994387626647949 0.23870894312858581543 0.25476828217506408691 0.27453514933586120605 0.26727071404457092285 0.1968173682689666748 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.26168715953826904297 0.28041818737983703613 0.28654301166534423828 0.26719352602958679199 0.27863594889640808105 0.29636672139167785645 0.31758233904838562012 0.3550892174243927002 0.48738962411880493164 0.43594884872436523438 nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.22949241101741790771 0.24280811846256256104 nan 0.19210229814052581787 0.168241158127784729 0.26160627603530883789 0.24060270190238952637 0.23453815281391143799 nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.31529295444488525391 nan nan 0.21027091145515441895 0.1923113018274307251 0.21125841140747070312 0.20118017494678497314 0.24392345547676086426 0.24246799945831298828 0.25373801589012145996 0.25022533535957336426 0.23927573859691619873 0.24988573789596557617 0.27692863345146179199 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.25425198674201965332 0.28752744197845458984 0.28553441166877746582 0.26038303971290588379 0.27084070444107055664 0.29415303468704223633 0.30428993701934814453 0.34602534770965576172 0.49972358345985412598 0.45877853035926818848 nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.2526188194751739502 0.24349899590015411377 nan 0.20488406717777252197 0.19649106264114379883 0.24044018983840942383 0.24379774928092956543 0.2906125187873840332 0.18542434275150299072 0.22164689004421234131 0.21797029674053192139 0.21787700057029724121 nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.3640658259391784668 0.22300969064235687256 0.21389940381050109863 0.21875621378421783447 0.21152605116367340088 0.22926959395408630371 0.24431678652763366699 0.25118690729141235352 0.24616537988185882568 0.25755006074905395508 0.28850638866424560547 0.40762799978256225586 nan nan nan nan nan nan nan nan nan nan nan nan 0.27518808841705322266 0.26000142097473144531 0.29413652420043945312 0.27912986278533935547 0.28427416086196899414 0.23625735938549041748 0.34434691071510314941 0.35474759340286254883 0.37207865715026855469 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.19224721193313598633 0.24563653767108917236 0.22224979102611541748 0.21270154416561126709 0.23152396082878112793 0.19626069068908691406 0.23305302858352661133 nan 0.1816224902868270874 0.21178528666496276855 0.17740771174430847168 0.20817776024341583252 nan nan 0.18904562294483184814 nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.82602775096893310547 0.34536698460578918457 0.24656967818737030029 0.24180191755294799805 0.23831059038639068604 0.23053181171417236328 0.24440100789070129395 0.26155716180801391602 0.27821519970893859863 0.32243299484252929688 0.35241624712944030762 0.37791785597801208496 0.35753664374351501465 nan nan nan nan nan nan nan nan nan nan nan nan 0.41977745294570922852 0.30326959490776062012 0.29322636127471923828 0.35311934351921081543 0.33928209543228149414 0.37324595451354980469 0.3866443634033203125 0.31635007262229919434 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.26407375931739807129 0.15619467198848724365 0.35988593101501464844 nan nan nan 0.24505893886089324951 0.23938451707363128662 nan 0.26111835241317749023 0.25002309679985046387 0.2068665921688079834 0.14308914542198181152 0.17222285270690917969 nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.69263738393783569336 0.29502588510513305664 0.28102073073387145996 0.27966898679733276367 0.25467401742935180664 0.24995565414428710938 0.25014463067054748535 0.25734770298004150391 0.28906357288360595703 0.33539810776710510254 0.35788771510124206543 0.42259728908538818359 0.28793615102767944336 nan nan nan nan nan nan nan nan nan nan nan nan 0.37139666080474853516 0.33062610030174255371 0.31974956393241882324 0.3327999114990234375 0.38324201107025146484 0.33130082488059997559 0.32979056239128112793 0.34635886549949645996 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.27310073375701904297 0.29906851053237915039 0.25667321681976318359 0.27045348286628723145 nan nan 0.25624668598175048828 0.29270812869071960449 0.29393038153648376465 0.21868945658206939697 0.21818806231021881104 nan 0.18467368185520172119 nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.33040478825569152832 0.27602413296699523926 0.2733306884765625 0.29239600896835327148 0.27544823288917541504 0.27630540728569030762 0.28408393263816833496 0.27562323212623596191 0.30501821637153625488 0.38811478018760681152 0.3663730919361114502 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.33712491393089294434 0.33449390530586242676 0.32505959272384643555 0.32443395256996154785 0.29870042204856872559 0.30457693338394165039 0.32652986049652099609 0.34367337822914123535 0.21936650574207305908 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.35861611366271972656 0.30454286932945251465 0.28045776486396789551 0.31610798835754394531 nan nan nan 0.23682679235935211182 0.22826710343360900879 nan 0.17608712613582611084 0.16450689733028411865 nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.84447252750396728516 0.34628272056579589844 0.32214653491973876953 0.31182321906089782715 0.30268460512161254883 0.27889403700828552246 0.29682907462120056152 0.27031248807907104492 0.31169694662094116211 0.36262840032577514648 0.35193219780921936035 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.30943772196769714355 0.30884206295013427734 0.35685971379280090332 0.33482086658477783203 0.32310149073600769043 0.34426572918891906738 0.35846674442291259766 0.3428007960319519043 nan nan 0.2906309962272644043 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.32150176167488098145 0.34407377243041992188 0.32736292481422424316 nan nan nan nan nan nan nan nan nan nan nan
- 0.21210935711860656738 nan nan nan nan nan nan nan 0.23949873447418212891 nan 0.25632989406585693359 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 1 0.52724993228912353516 0.2020384371280670166 0.3701871335506439209 0.32538235187530517578 0.32076352834701538086 0.2900097966194152832 0.32815521955490112305 0.34706896543502807617 0.34922766685485839844 nan nan nan nan nan nan nan nan nan nan nan nan 0.76332682371139526367 0.60442680120468139648 0.42736211419105529785 0.42270949482917785645 0.41506218910217285156 0.38082143664360046387 0.38585528731346130371 0.39606830477714538574 0.33029136061668395996 0.32694271206855773926 0.30774483084678649902 0.22438019514083862305 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.40555545687675476074 0.39552524685859680176 0.43994781374931335449 0.44937077164649963379 0.4329045712947845459 0.36039361357688903809 0.3518238067626953125 nan nan nan nan nan nan 0.20534013211727142334 nan 0.19500161707401275635
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 1 0.3730710446834564209 0.39043027162551879883 0.33621588349342346191 0.30491295456886291504 0.310436248779296875 0.31224963068962097168 0.29016995429992675781 0.32247975468635559082 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.49155628681182861328 0.46604433655738830566 0.45666876435279846191 0.44691312313079833984 0.39653697609901428223 0.3820164799690246582 0.36854967474937438965 nan 0.34654664993286132812 0.29841223359107971191 0.30067467689514160156 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.43020144104957580566 0.48166203498840332031 0.45825338363647460938 0.4781894981861114502 0.45723593235015869141 0.41603374481201171875 0.38329052925109863281 0.34540852904319763184 nan nan nan nan nan 0.23328641057014465332 nan nan
- nan nan nan nan nan 0.18947766721248626709 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 1 0.41527405381202697754 0.41010445356369018555 0.33234381675720214844 0.29827260971069335938 0.32762405276298522949 0.29441347718238830566 0.30660298466682434082 0.31732651591300964355 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.74269062280654907227 0.60515803098678588867 0.46142145991325378418 0.47882065176963806152 0.41226208209991455078 0.45353513956069946289 0.39295846223831176758 nan 0.37422412633895874023 0.2863311767578125 0.21387128531932830811 0.21732732653617858887 0.23143301904201507568 nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.50995033979415893555 0.51827585697174072266 0.49569925665855407715 0.51299172639846801758 0.49724212288856506348 0.5023085474967956543 0.51038539409637451172 0.45895245671272277832 0.40684959292411804199 0.40327948331832885742 nan nan nan 0.24056702852249145508 0.21306368708610534668 nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 1 0.37608498334884643555 0.42187982797622680664 0.32122090458869934082 0.2998682558536529541 0.31515997648239135742 0.2527007758617401123 0.26531037688255310059 0.31129160523414611816 nan nan nan nan nan nan nan nan nan nan nan nan nan 0.8615620732307434082 0.52225959300994873047 0.49578359723091125488 0.46184438467025756836 0.49527812004089355469 0.47146832942962646484 0.35233148932456970215 nan 0.41090235114097595215 0.38241413235664367676 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.55039227008819580078 0.50388324260711669922 0.53842210769653320312 0.55541568994522094727 0.52998757362365722656 0.50393688678741455078 0.54675310850143432617 0.54113709926605224609 0.42598047852516174316 0.35529106855392456055 0.3495248258113861084 nan nan nan 0.2308883368968963623 nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.69481426477432250977 0.34796386957168579102 0.33385226130485534668 0.3290494382381439209 0.27156355977058410645 0.25393512845039367676 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.58985310792922973633 0.58333563804626464844 0.4415816962718963623 0.37410312891006469727 0.35198321938514709473 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.50341588258743286133 0.52947968244552612305 0.53863376379013061523 0.5719897150993347168 0.54176992177963256836 0.57409369945526123047 0.60630369186401367188 0.58177518844604492188 0.46589782834053039551 0.4221401214599609375 0.35251033306121826172 0.2951011955738067627 nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.68190199136734008789 0.43717262148857116699 0.35403606295585632324 0.32233640551567077637 0.30634522438049316406 0.26511731743812561035 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.66764819622039794922 0.58079993724822998047 0.41268366575241088867 0.37984600663185119629 0.36131864786148071289 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.492488861083984375 0.54262810945510864258 0.53265917301177978516 0.56245595216751098633 0.56788134574890136719 0.5686390995979309082 0.58785599470138549805 0.5639362335205078125 0.49132809042930603027 0.42445287108421325684 0.3578771054744720459 0.28251749277114868164 nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.44231343269348144531 0.43291488289833068848 0.34950882196426391602 0.31713455915451049805 0.27373000979423522949 0.26553463935852050781 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.57071912288665771484 0.56139141321182250977 0.41629505157470703125 0.40031716227531433105 0.28744322061538696289 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.38375923037528991699 0.49760156869888305664 0.49362680315971374512 0.51229685544967651367 0.54230952262878417969 0.52093225717544555664 0.55468130111694335938 0.54945212602615356445 0.4464702606201171875 0.42692551016807556152 0.39324161410331726074 nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.27873918414115905762 nan nan 0.35662630200386047363 0.36124014854431152344 0.33387011289596557617 0.30502212047576904297 0.2913303375244140625 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.58207905292510986328 0.4777927696704864502 0.35244211554527282715 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.32153904438018798828 0.44544270634651184082 0.39590254426002502441 0.46822643280029296875 nan 0.47568389773368835449 0.45869201421737670898 0.51876205205917358398 0.44828489422798156738 0.33842620253562927246 0.26860707998275756836 nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.25938186049461364746 0.34260725975036621094 0.45080572366714477539 0.36385625600814819336 0.37273991107940673828 0.30914977192878723145 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.33293548226356506348 0.31146341562271118164 0.20839576423168182373 nan nan nan nan nan nan 0.25840464234352111816 0.1793832927942276001
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.25217700004577636719 0.46822437644004821777 0.44662833213806152344 0.38186028599739074707 0.34197685122489929199 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.32121267914772033691 0.34865105152130126953 nan nan nan nan nan nan 0.15829461812973022461 0.22176152467727661133
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.1344890296459197998 0.4226538240909576416 0.45165398716926574707 0.43604290485382080078 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.15096607804298400879 0.30748865008354187012 nan nan nan nan nan nan 0.23706218600273132324 nan
- nan 0.24718865752220153809 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.14144250750541687012 0.51023393869400024414 0.51332211494445800781 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.2298733144998550415 0.31904098391532897949 nan nan nan nan nan 0.062731400132179260254 nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.037772711366415023804 0.11481618136167526245 0.48824319243431091309 0.48082193732261657715 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.22240120172500610352 0.24444234371185302734 nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0 0.34672513604164123535 0.47889465093612670898 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.23533453047275543213 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0 0.28890538215637207031 0.46925660967826843262 nan nan 0.28607690334320068359 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan 0.20669996738433837891 0.29511272907257080078 nan nan 0.29197472333908081055 nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
- nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan nan
diff --git a/data/375_250/netfract_hurtt_2000.txt b/data/375_250/netfract_hurtt_2000.txt
deleted file mode 100644
index 87128a1899fad8c5fb980224be86c47c16aa86b6..0000000000000000000000000000000000000000
--- a/data/375_250/netfract_hurtt_2000.txt
+++ /dev/null
@@ -1,2387 +0,0 @@
-x y URBAN CROPLAND PASTURE FOREST NATURAL BARREN
--91.875 83.75 0 0 0 0 0.327148207659722 0.672851793777778
--88.125 83.75 0 0 0 0 -0.0949480676736111 1.09494809092882
--84.375 83.75 0 0 0 0 0.0293392019840731 0.9706607990391
--80.625 83.75 0 0 0 0 0.143617138072917 0.856382866333786
--76.875 83.75 0 0 0 0 0.251346962045844 0.748653051565519
--73.125 83.75 0 0 0 0 0.175074947328023 0.824925052041375
--69.375 83.75 0 0 0 0 0.37054133163034 0.629458661853408
--65.625 83.75 0 0 0 0 0.586887075274759 0.413112924155344
--61.875 83.75 0 0 0 0 0.68192708545084 0.318072901664608
--58.125 83.75 0 0 0 0 0.0250894938055556 0.974910508708334
--54.375 83.75 0 0 0 0 0.157390260215278 0.842609731889881
--50.625 83.75 0 0 0 0 0.425901518929688 0.574098483835938
--46.875 83.75 0 0 0 0 0.143332073938091 0.856667924016435
--43.125 83.75 0 0 0 0 0.347817722473958 0.652182277393229
--39.375 83.75 0 0 0 0 0.391449524193296 0.608550467413064
--35.625 83.75 0 0 0 0 0.534029473478738 0.465970531351545
--31.875 83.75 0 0 0 0 0.613372729018979 0.386627268362831
--28.125 83.75 0 0 0 0 0.579257532544358 0.420742459009484
--24.375 83.75 0 0 0 0 0.450658703657609 0.549341290883605
--20.625 83.75 0 0 0 0 0.258881298933036 0.741118702033234
--16.875 83.75 0 0 0 0 0.078984366441799 0.921015634662698
--99.375 81.25 0 0 0 0 0.014782 0.98521799
--95.625 81.25 0 0 0 0 0.166091999333333 0.833908000666667
--91.875 81.25 0 0 0 0 0.327148207659722 0.672851793777778
--88.125 81.25 0 0 0 0 0.210622796822917 0.789377203797743
--84.375 81.25 0 0 0 0 0.234253626971807 0.765746370885794
--80.625 81.25 0 0 0 0 0.195791478567708 0.804208523329182
--76.875 81.25 0 0 0 0 0.23098811795554 0.769011878207277
--73.125 81.25 0 0 0 0 0.312053678640319 0.68794631389347
--69.375 81.25 0 0 0 0 0.352543808942358 0.647456187933736
--65.625 81.25 0 0 0 0 0.430850807921196 0.569149187812123
--61.875 81.25 0 0 0 0 0.573934305157074 0.426065696114199
--58.125 81.25 0 0 0 0 0.470369694569444 0.529630305618056
--54.375 81.25 0 0 0 0 0.583178557732639 0.416821447234623
--50.625 81.25 0 0 0 0 0.575837467195747 0.424162533134983
--46.875 81.25 0 0 0 0 0.434380131255562 0.565619870622173
--43.125 81.25 0 0 0 0 0.151554030134549 0.848445968697483
--39.375 81.25 0 0 0 0 0.104335011919121 0.895664995709717
--35.625 81.25 0 0 0 0 0.263835568843678 0.736164428141924
--31.875 81.25 0 0 0 0 0.22627496372357 0.773725037390083
--28.125 81.25 0 0 0 0 0.471608022624436 0.528391977110774
--24.375 81.25 0 0 0 0 0.666182812742754 0.33381718754612
--20.625 81.25 0 0 0 0 0.384848559896577 0.615151440340526
--16.875 81.25 0 0 0 0 0.078984366441799 0.921015634662698
--13.125 81.25 0 0 0 0 0.018519 0.981480996666667
--114.375 78.75 0 0 0 0 0.150277030069444 0.8497229675
--110.625 78.75 0 0 0 0 0.346593996284722 0.653406005520833
--106.875 78.75 0 0 0 0 0.241683661979167 0.7583163234375
--103.125 78.75 0 0 0 0 0.396106518773148 0.603893480783476
--99.375 78.75 0 0 0 0 0.477832620833333 0.5221673725
--95.625 78.75 0 0 0 0 0.369849063579546 0.630150938046086
--91.875 78.75 0 0 0 0 0.292323842708333 0.707676161215278
--88.125 78.75 0 0 0 0 0.500122973766606 0.499877030797856
--84.375 78.75 0 0 0 0 0.614112151604771 0.385887849324426
--80.625 78.75 0 0 0 0 0.31635706394525 0.683642933960346
--76.875 78.75 0 0 0 0 0.172993822705027 0.82700617900463
--73.125 78.75 0 0 0 0 0.266297854037698 0.733702146815476
--69.375 78.75 0 0 0 0 0.394746362321429 0.605253633363095
--65.625 78.75 0 0 0 0 0.223290339427083 0.77670965546875
--61.875 78.75 0 0 0 0 0.101433218940972 0.898566791927083
--58.125 78.75 0 0 0 0 0.559425734722222 0.440574265
--54.375 78.75 0 0 0 0 0.668336217236111 0.331663790303571
--50.625 78.75 0 0 0 0 0.605824656848958 0.394175342994792
--46.875 78.75 0 0 0 0 0.492589742719056 0.507410259943321
--43.125 78.75 0 0 0 0 0.112301291666667 0.887698706958333
--39.375 78.75 0 0 0 0 0.0469121094642857 0.953087901369048
--35.625 78.75 0 0 0 0 0.209796787916667 0.7902032075
--31.875 78.75 0 0 0 0 0.148855410664488 0.851144591195534
--28.125 78.75 0 0 0 0 0.322772150441176 0.677227852107843
--24.375 78.75 0 0 0 0 0.199624795145833 0.800375206833333
--20.625 78.75 0 0 0 0 0.346476369927083 0.6535236323125
--16.875 78.75 0 0 0 0 0.0819332924016204 0.918066708923611
-9.375 78.75 0 0 0 0 0.15040875 0.84959124
-13.125 78.75 0 0 0 0 0.2929516366875 0.707048372479167
-16.875 78.75 0 0 0 0 0.401346094097222 0.59865390375
-20.625 78.75 0 0 0 0 0.229265267364583 0.770734730034722
-24.375 78.75 0 0 0 0 0.0485783010833333 0.951421696736111
-95.625 78.75 0 0 0 0 0.256948002037037 0.743051989953704
-99.375 78.75 0 0 0 0 0.271764423828348 0.728235575730057
-103.125 78.75 0 0 0 0 0.284677184040751 0.71532281657967
-106.875 78.75 0 0 0 0 0.026991 0.973009025
--121.875 76.25 0 0 0 0 0.592021189184028 0.407978809239583
--118.125 76.25 0 0 0 0 0.586845442689331 0.413154561387248
--114.375 76.25 0 0 0 0 0.508286433043155 0.491713566912202
--110.625 76.25 0 0 0 0 0.518262274831321 0.481737729431226
--106.875 76.25 0 0 0 0 0.336893362393663 0.663106629720052
--103.125 76.25 0 0 0 0 0.376615109210872 0.623384895782738
--99.375 76.25 0 0 0 0 0.400988009880515 0.599011987090891
--95.625 76.25 0 0 0 0 0.429901614840934 0.57009838483688
--91.875 76.25 0 0 0 0 0.455544641362832 0.544455358584095
--88.125 76.25 0 0 0 0 0.398745427697483 0.601254572078993
--84.375 76.25 0 0 0 0 0.406926777325603 0.593073224231268
--80.625 76.25 0 0 0 0 0.158238459943589 0.841761538497786
--76.875 76.25 0 0 0 0 0.0170652277881944 0.982934771982639
--73.125 76.25 0 0 0 0 0.0809232256127451 0.919076799117647
--69.375 76.25 0 0 0 0 0.160286648103554 0.839713357310049
--65.625 76.25 0 0 0 0 0.106299964142992 0.893700035104167
--61.875 76.25 0 0 0 0 0.0286168320707071 0.971383174166667
--58.125 76.25 0 0 0 0 0.0277614375 0.9722385753125
--28.125 76.25 0 0 0 0 0.0544339145432692 0.945566090088141
--24.375 76.25 0 0 0 0 0.28156092464221 0.718439072061594
--20.625 76.25 0 0 0 0 0.486114559926593 0.513885437554348
--16.875 76.25 0 0 0 0 0.54526089624566 0.4547390978125
-16.875 76.25 0 0 0 0 0.345132168333333 0.654867825833333
-58.125 76.25 0 0 0 0 0.251237509619709 0.748762494993386
-61.875 76.25 0 0 0 0 0.113687236527778 0.886312761284722
-65.625 76.25 0 0 0 0 0.133522200486111 0.866477786006945
-69.375 76.25 0 0 0 0 0.170701482118056 0.829298506342593
-88.125 76.25 0 0 0 0 0.77973059797743 0.220269393289931
-91.875 76.25 0 0 0 0 0.875714648062996 0.124285354082341
-95.625 76.25 0 0 0 0 0.620639015373264 0.379360989934896
-99.375 76.25 0 0 0 0 0.442070327703993 0.557929677677951
-103.125 76.25 0 0 0 0 0.89383126671441 0.106168736323785
-106.875 76.25 0 0 0 0 0.70419232064813 0.295807680006874
-110.625 76.25 0 0 0 0 0.632865878276656 0.367134123994436
-114.375 76.25 0 0 0 0 0.486550545074405 0.513449456607143
-136.875 76.25 0 0 0 0 0.313476004792493 0.686524004081515
-140.625 76.25 0 0 0 0 0.323732951475694 0.676267046799768
-144.375 76.25 0 0 0 0 0.392304244560185 0.607695753449074
-148.125 76.25 0 0 0 0 0.381552069684343 0.618447927632576
-151.875 76.25 0 0 0 0 0.0617297093402778 0.938270280729167
--125.625 73.75 0 0 0 0 0.850422856071428 0.149577141190476
--121.875 73.75 0 0 0 0 0.774895002232143 0.225105000369048
--118.125 73.75 0 0 0 0 0.609944555658884 0.390055445038001
--114.375 73.75 0 0 0 0 0.651861292862554 0.34813871003585
--110.625 73.75 0 0 0 0 0.605968878777225 0.394031123897175
--106.875 73.75 0 0 0 0 0.719208340955481 0.280791655141989
--103.125 73.75 0 0 0 0 0.415450589565002 0.584549409238483
--99.375 73.75 0 0 0 0 0.594789414912072 0.405210586627433
--95.625 73.75 0 0 0 0 0.587411023949544 0.412588975497623
--91.875 73.75 0 0 0 0 0.67780499458241 0.32219500574135
--88.125 73.75 0 0 0 0 0.681250061781741 0.31874993753978
--84.375 73.75 0 0 0 0 0.51262169138241 0.487378307127617
--80.625 73.75 0 0 0 0 0.307583099949074 0.692416899921296
--76.875 73.75 0 0 0 0 0.203392412720486 0.796607584859375
--73.125 73.75 0 0 0 0 0.0299445 0.97005549
--58.125 73.75 0 0 0 0 0.109545529246795 0.890454477427885
--54.375 73.75 0 0 0 0 0.270546319541667 0.729453672645833
--28.125 73.75 0 0 0 0 0.127819179455605 0.872180824115823
--24.375 73.75 0 0 0 0 0.406759956976525 0.593240042250226
--20.625 73.75 0 0 0 0 0.549866454255737 0.450133537205163
-54.375 73.75 0 0 0 0 0.451822298849206 0.548177697896825
-58.125 73.75 0 0 0 0 0.264613352828208 0.735386650745701
-61.875 73.75 0 0 0 0 0.132587211006944 0.867412793055556
-65.625 73.75 0 0 0 0 0.155938700902778 0.844061297638889
-69.375 73.75 0 0 0 0 0.458771251145833 0.54122874359375
-73.125 73.75 0 0 0 0 0.243127405520833 0.75687260811756
-76.875 73.75 0 0 0 0 0.2752736565 0.724726339583333
-80.625 73.75 0 0 0 0 0.55790222825 0.442097772388889
-84.375 73.75 0 2.04772727272727e-05 3.15530303030303e-06 0 0.597469571890783 0.402506790482955
-88.125 73.75 0 1.20454545454545e-06 1.85606060606061e-07 0 0.870516523239031 0.129482083374763
-91.875 73.75 0 0 0 0 0.935090046488095 0.064909955687004
-95.625 73.75 0 0 0 0 0.955806970824653 0.0441930270399306
-99.375 73.75 0 0 0 0 0.912087040694444 0.0879129607465278
-103.125 73.75 0 0 0 0 0.94241639828125 0.0575836022743055
-106.875 73.75 0 0 0 0 0.886950770944294 0.113049228028759
-110.625 73.75 0 0 0 0 0.762954321542443 0.237045675068582
-114.375 73.75 0 0 0 0 0.855475462111244 0.144524538426037
-118.125 73.75 0 0 0 0 0.869266864316064 0.130733133930921
-121.875 73.75 0 0 0 0 0.815008617638889 0.184991377916667
-125.625 73.75 0 0 0 0 0.734465120761574 0.2655348831875
-129.375 73.75 0 0 0 0 0.285953720717593 0.714046259166667
-136.875 73.75 0 1.59375e-05 2.04427083333333e-05 0 0.358729284841683 0.641234344692047
-140.625 73.75 0 4.14375e-05 6.6046875e-05 0 0.453738651640625 0.546153865257523
-144.375 73.75 0 0 8.20643939393939e-06 0 0.403883946168981 0.596107846462542
-148.125 73.75 0 0 0 0 0.293715142515783 0.706284853267677
--178.125 71.25 0 0 0 0 0.435480506 0.564519498
--163.125 71.25 0 0 0 0 0.249405866851852 0.750594118009259
--159.375 71.25 0 0 0 0 0.631507065759259 0.368492936657407
--155.625 71.25 0 0 0 0 0.608118991055555 0.391881007444445
--151.875 71.25 0 0 0 0 0.67647792828125 0.323522081190972
--148.125 71.25 0 0 0 0 0.526545886770833 0.473454106076389
--144.375 71.25 0 0 0 0 0.158983369409722 0.841016640590278
--129.375 71.25 0 0 0 0 0.227554122638889 0.7724458840625
--125.625 71.25 0 0 0 0 0.501061009897693 0.498938994293155
--121.875 71.25 0 0 0 0 0.694853911652293 0.30514609122114
--118.125 71.25 0 0 0 0 0.684753150653131 0.315246847858315
--114.375 71.25 0 0 0 0 0.788369760372869 0.21163023979285
--110.625 71.25 0 0 0 0 0.844466678177083 0.155533320277778
--106.875 71.25 0 0 0 0 0.849307917901786 0.150692081600942
--103.125 71.25 0 0 0 0 0.592331175191727 0.407668823216712
--99.375 71.25 0 0 0 0 0.442468265035693 0.557531729495396
--95.625 71.25 0 0 0 0 0.743604116498134 0.25639588561577
--91.875 71.25 0 0 0 0 0.526812372113405 0.473187633605658
--88.125 71.25 0 0 0 0 0.753335036656929 0.246664956072407
--84.375 71.25 0 0 0 0 0.824947966818954 0.175052035527061
--80.625 71.25 0 0 0 0 0.787902742777778 0.212097258802083
--76.875 71.25 0 0 0 0 0.701022256011285 0.298977742252604
--73.125 71.25 0 0 0 0 0.309083740386285 0.69091625891493
--69.375 71.25 0 0 0 0 0.330677384777778 0.669322620111111
--58.125 71.25 0 0 0 0 0.51433527609976 0.485664720799279
--54.375 71.25 0 0 0 0 0.446576951489583 0.553423044364583
--50.625 71.25 0 0 0 0 0.279522943960069 0.720477053998264
--28.125 71.25 0 0 0 0 0.261544993048115 0.738455004662078
--24.375 71.25 0 0 0 0 0.485697976949653 0.514302021335937
--20.625 71.25 0 0 0 0 0.619966352356771 0.380033644578125
-20.625 71.25 0 0 0.000123979166666667 0 0.292942949541667 0.706933077458333
-24.375 71.25 0 0 0.000110959722222222 0 0.523688341319444 0.476200696347222
-28.125 71.25 0 0 1.88611111111111e-06 0 0.601497494694444 0.398500620888889
-31.875 71.25 0 0 0 0 0.266042202 0.733957804
-50.625 71.25 0 0 0 0 0.561040895464286 0.438959098837798
-54.375 71.25 0 0 0 0 0.631850575296627 0.368149424262401
-58.125 71.25 0 0 0 0 0.223104611634177 0.776895389020337
-65.625 71.25 0 0 0 0 0.543329084739583 0.456670918333333
-69.375 71.25 0 0 0 0 0.792759433867188 0.207240567669271
-73.125 71.25 0 0 0 0 0.510682987210937 0.489317013722098
-76.875 71.25 0 0 0 0 0.642714515559659 0.35728548488518
-80.625 71.25 0 0 0 0 0.727909214510417 0.272090785141493
-84.375 71.25 0 1.02386363636364e-05 1.57765151515152e-06 0 0.87589632405303 0.124091860623422
-88.125 71.25 0 6.02272727272727e-07 9.28030303030303e-08 0 0.976776695263179 0.0232226100315657
-91.875 71.25 0 0 0 0 0.99598150000434 0.0040185
-95.625 71.25 0 0 0 0 0.989253579375 0.0107464197048611
-99.375 71.25 0 1.294921875e-05 0 0 0.981259122486979 0.0187279288932292
-103.125 71.25 0 1.873046875e-05 0 0 0.990745025212674 0.00923624479600695
-106.875 71.25 0 0 0 0 0.956415997576993 0.0435840017753623
-110.625 71.25 0 0 0 0 0.94264032126019 0.0573596777898551
-114.375 71.25 0 0 0 0 0.973514112627716 0.0264858877409789
-118.125 71.25 0 0 0 0 0.965602555427974 0.0343974423368969
-121.875 71.25 0 0 0 0 0.951068599539931 0.0489313965625
-125.625 71.25 0 0.000214514322916667 4.70651041666667e-05 0 0.908527209409143 0.0912112131276042
-129.375 71.25 0 0.000136509114583333 8.18470052083333e-05 0 0.647623318200231 0.352158322044271
-133.125 71.25 0 0 0.000634786067708333 0 0.818731707778646 0.180633510671875
-136.875 71.25 0 7.96875e-06 2.44549851190476e-05 0 0.8221498329177 0.177817737785012
-140.625 71.25 0 2.071875e-05 7.00308779761905e-05 0 0.77491919296131 0.224990058867188
-144.375 71.25 0 0 4.1032196969697e-06 0 0.775472557686632 0.224523338814315
-148.125 71.25 0 0 0 0 0.71471818374566 0.285281813905382
-151.875 71.25 0 0 0 0 0.771138950243056 0.228861052109375
-155.625 71.25 0 0 0 0 0.860620601215278 0.139379400277778
-159.375 71.25 0 0 0 0 0.5796094725625 0.420390524118056
-170.625 71.25 0 0 0 0 0.023694 0.97630602
-178.125 71.25 0 0 0 0 0.267413 0.73258701
--178.125 68.75 0 0 0 0 0.586206220231482 0.413793788888889
--174.375 68.75 0 0 0 0 0.095706 0.90429401
--166.875 68.75 0 0 0 0 0.614571671666667 0.38542832
--163.125 68.75 0 0 0 0 0.864491435538195 0.135508562986111
--159.375 68.75 0 0 0 0 0.991812071996528 0.008187921875
--155.625 68.75 0 0 0 0 0.975792260434028 0.0242077395833333
--151.875 68.75 0 0 0 0 0.968935282395833 0.0310647204861111
--148.125 68.75 0 0 0 0 0.991797702604167 0.008202296875
--144.375 68.75 0 0 0 0 0.957985695972222 0.0420143034375
--140.625 68.75 0 0 0 0 0.817771151979167 0.182228850760732
--136.875 68.75 0 0 0 0 0.724293880026042 0.275706120705492
--133.125 68.75 0 0 0 0 0.678451730088384 0.321548271276831
--129.375 68.75 0 0 0 0 0.851103841232639 0.148896158020833
--125.625 68.75 0 0 0 0 0.833077700260416 0.166922299660669
--121.875 68.75 0 0 0 0 0.860469235 0.139530769564394
--118.125 68.75 0 0 0 0 0.742370525375906 0.257629472240716
--114.375 68.75 0 0 0 0 0.735749578067633 0.264250418857689
--110.625 68.75 0 0 0 0 0.728076189993056 0.27192381356713
--106.875 68.75 0 0 0 0 0.593978729458333 0.406021272871528
--103.125 68.75 0 0 0 0 0.490718719861111 0.509281286347222
--99.375 68.75 0 0 0 0 0.369427907145229 0.630572092895531
--95.625 68.75 0 0 0 0 0.521166219259717 0.478833779374176
--91.875 68.75 0 0 0 0 0.670416437405303 0.329583562878788
--88.125 68.75 0 0 0 0 0.668997246864177 0.331002754897186
--84.375 68.75 0 0 0 0 0.665612680505952 0.334387323035714
--80.625 68.75 0 0 0 0 0.329660325757576 0.670339673592172
--76.875 68.75 0 0 0 0 0.495837415231482 0.504162588958333
--73.125 68.75 0 0 0 0 0.7342463081484 0.265753695030193
--69.375 68.75 0 0 0 0 0.646439476108047 0.353560520964052
--65.625 68.75 0 0 0 0 0.143924146887255 0.856075838088235
--54.375 68.75 0 0 0 0 0.518569141692708 0.481430856875
--50.625 68.75 0 0 0 0 0.458643745745739 0.541356250123106
--46.875 68.75 0 0 0 0 0.36164205886048 0.638357938772096
--35.625 68.75 0 0 0 0 0.00965 0.99035001
--31.875 68.75 0 0 0 0 0.0264808888888889 0.973519117916667
--28.125 68.75 0 0 0 0 0.0510841144570707 0.948915885772727
--24.375 68.75 0 0 0 0 0.347517518821023 0.652482482575758
-13.125 68.75 0 9.51666666666667e-05 0 0 0.253416331666667 0.746488511666667
-16.875 68.75 0 0.000108898148148148 0.000299689814814815 0 0.606780573501157 0.39281083703125
-20.625 68.75 0 0 4.01232638888889e-05 0 0.905914954739583 0.0940449203645833
-24.375 68.75 0 7.66475694444445e-05 2.55329861111111e-05 0 0.981363052517361 0.018534765625
-28.125 68.75 0 0.000141829861111111 0.000817098958333333 0 0.907251941024306 0.0917891302083333
-31.875 68.75 0 0 0.00249725925925926 0 0.792718041770833 0.204784696880787
-35.625 68.75 0 0 0.0126558310185185 0 0.718339035902778 0.26900513837963
-39.375 68.75 0 0 0.00729860795454546 0 0.266587785719697 0.726113616685606
-43.125 68.75 0 0 0.000649427083333333 0 0.330217130625 0.669133435729167
-46.875 68.75 0 0 0.000410616161616162 0 0.521425922209596 0.478163459368687
-50.625 68.75 0 0 0.000379465909090909 0 0.393038564957912 0.606581970627104
-54.375 68.75 0 0 1.05e-05 0 0.571471781273148 0.42851772849537
-58.125 68.75 0 0 0 0 0.510418373317308 0.489581617654914
-61.875 68.75 0 0 0 0 0.739399298707374 0.260600703970588
-65.625 68.75 0 0 0 0 0.753297315084423 0.246702684217048
-69.375 68.75 0 0 0 0 0.849254924837963 0.15074507193287
-73.125 68.75 0 0 0 0 0.598796093987573 0.401203902881944
-76.875 68.75 0 0 0 0 0.777143493923611 0.222856505364583
-80.625 68.75 0 0 0 0 0.990602261840278 0.00939773611111111
-84.375 68.75 0 0 0 0 0.961475978298611 0.0385240193923611
-88.125 68.75 0 0 0 0 0.917678104010417 0.0823218975868056
-91.875 68.75 0 0 0 0 0.942068366232639 0.0579316368229167
-95.625 68.75 0 0 0 0 0.992496551927083 0.00750344791666667
-99.375 68.75 0 0 0 0 0.996703665243055 0.00329633333333333
-103.125 68.75 0 0 0 0 0.987206609184028 0.0127933871527778
-106.875 68.75 0 0 0 0 0.999510897326389 0.000489102430555556
-110.625 68.75 0 0 0 0 0.99914909203125 0.000850909722222222
-114.375 68.75 0 0 0 0 0.99546206 0.00453794097222222
-118.125 68.75 0 0 0 0 0.991942815451389 0.00805718055555556
-121.875 68.75 0 5.10815972222222e-05 5.49513888888889e-05 0 0.992105007413194 0.00778896006944444
-125.625 68.75 0 8.34444444444444e-05 2.20746527777778e-05 0 0.980228256163195 0.0196662239583333
-129.375 68.75 0 2.81822916666667e-05 0.000154475694444444 0 0.999505478090278 0.000311864583333333
-133.125 68.75 0 0 0.000324682291666667 0 0.985933918420139 0.0137413993055556
-136.875 68.75 0 0 0 0 0.99830337640625 0.00169662326388889
-140.625 68.75 0 2.05104166666667e-05 1.77604166666667e-06 0 0.9944734415625 0.00550427083333333
-144.375 68.75 0 4.14739583333333e-05 1.13020833333333e-06 0 0.96967600765625 0.0302813868576389
-148.125 68.75 0 0.000102815972222222 1.56128472222222e-05 0 0.981498881649306 0.0183826926909722
-151.875 68.75 0 0 0 0 0.889562593697917 0.11043740640625
-155.625 68.75 0 0 0 0 0.897707239444444 0.102292760538194
-159.375 68.75 0 0 0 0 0.79494483576231 0.205055165118371
-163.125 68.75 0 0 0 0 0.815173688712121 0.184826311382576
-166.875 68.75 0 0 0 0 0.794601848915945 0.205398151194986
-170.625 68.75 0 0 0 0 0.800683133092758 0.199316870575397
-174.375 68.75 0 0 0 0 0.895470157170139 0.104529842309028
-178.125 68.75 0 0 0 0 0.814673769770834 0.18532623353125
--178.125 66.25 0 0 0 0 0.794176478314394 0.205823523501026
--174.375 66.25 0 0 0 0 0.726886220519566 0.273113778592146
--170.625 66.25 0 0 0 0 0.522797563114035 0.477202430720943
--166.875 66.25 0 0 0 0 0.406877178357843 0.593122829954657
--163.125 66.25 0 0 0 0 0.707813839670921 0.29218616185683
--159.375 66.25 0 0 5.15625e-07 0 0.934235449929612 0.0657640341149607
--155.625 66.25 0 0 3.28125e-07 0 0.998426273168403 0.00157339713541667
--151.875 66.25 0 0 0.000248427951388889 0 0.998599221449653 0.00115234852430556
--148.125 66.25 0 0 0.000620012152777778 0 0.996116443428819 0.00326354470486111
--144.375 66.25 0 0 2.46063368055556e-05 0 0.996360069904514 0.00361532421875
--140.625 66.25 0 0 0 0 0.986694435121528 0.0133055655381944
--136.875 66.25 0 0 0 0 0.994621329244792 0.00537867057291667
--133.125 66.25 0 0 0 0 0.962443226827257 0.0375567703993056
--129.375 66.25 0 0 0 0 0.950825071453993 0.0491749285286458
--125.625 66.25 0 0 0 0 0.887518495234375 0.112481503988715
--121.875 66.25 0 0 0 0 0.694807666762153 0.305192333862847
--118.125 66.25 0 0 0 0 0.778269612482639 0.221730386788194
--114.375 66.25 0 0 0 0 0.817502242777778 0.182497757612847
--110.625 66.25 0 0 0 0 0.795154427703993 0.204845572261285
--106.875 66.25 0 0 0 0 0.874111733810764 0.125888266497396
--103.125 66.25 0 0 0 0 0.91027776515191 0.0897222313324653
--99.375 66.25 0 0 0 0 0.84391326328125 0.156086733676215
--95.625 66.25 0 0 0 0 0.866349201336805 0.133650799631076
--91.875 66.25 0 0 0 0 0.962105514882812 0.0378944822916667
--88.125 66.25 0 0 0 0 0.825698848166408 0.174301153220756
--84.375 66.25 0 0 0 0 0.725514274235378 0.274485730064031
--80.625 66.25 0 0 0 0 0.3057770330625 0.694222979142361
--76.875 66.25 0 0 0 0 0.596732054652778 0.403267953292824
--73.125 66.25 0 0 0 0 0.698627851375814 0.30137214867449
--69.375 66.25 0 0 0 0 0.778133559078001 0.221866439562252
--65.625 66.25 0 0 0 0 0.574948828077144 0.425051168070388
--61.875 66.25 0 0 0 0 0.377342611431008 0.622657384812198
--54.375 66.25 0 0 0 0 0.657465096992187 0.342534904296875
--50.625 66.25 0 0 0 0 0.594764697040054 0.405235304229911
--46.875 66.25 0 0 0 0 0.0248822545223214 0.975117739800595
--43.125 66.25 0 0 0 0 0.00218925 0.997810742083333
--39.375 66.25 0 0 0 0 0.0460495162083333 0.953950477833333
--35.625 66.25 0 0 0 0 0.0628056342321429 0.937194364
--24.375 66.25 0 1.3984623015873e-05 0.0724755240525794 0 0.164534119960317 0.762976374991071
--20.625 66.25 0 0.000125840711805556 0.0898772315755208 0 0.277368151675347 0.632628769143229
--16.875 66.25 0 0.00224985807291667 0.130987106762153 0 0.396232234079861 0.470530806736111
--13.125 66.25 0 0 0.0629677223125 0 0.195696793885417 0.741335490177083
-13.125 66.25 0 0.00385484758101852 0.00260085318287037 0 0.614965600670139 0.378578701082465
-16.875 66.25 0 0.000568762152777778 0.00038812109375 0 0.918688588411458 0.080354530360243
-20.625 66.25 0 0.00216553732638889 0.000229858940972222 0 0.914384433077257 0.0832201695442708
-24.375 66.25 0 0.0234744317647947 0.000269957125603865 0 0.894091439061745 0.0821641768961353
-28.125 66.25 0 0.00771709313179348 0.00016951741772343 0 0.934432565198332 0.0576808256923687
-31.875 66.25 0 0.00160681806687802 0.000818676747632215 0 0.813737753777124 0.183836753082014
-35.625 66.25 0 0.000334705546265329 0.00342999272359803 0 0.752555367772713 0.243679933044354
-39.375 66.25 0 0.00287145709498835 0.00573064243699009 0 0.730494590151539 0.260903306366924
-43.125 66.25 0 0.000799983467487374 0.00354155871212121 0 0.796080725245548 0.199577737594116
-46.875 66.25 0 0.000261605902777778 0.00151148567708333 0 0.786127427421875 0.21209948233941
-50.625 66.25 0 0.000255821180555556 0.0003631328125 0 0.947841716032986 0.0515393293532986
-54.375 66.25 0 6.54470486111111e-05 0.000137088107638889 0 0.987607737356771 0.0121897282986111
-58.125 66.25 0 5.44184027777778e-06 0.000118845052083333 0 0.992331482278646 0.00754422309027778
-61.875 66.25 0 4.11584201388889e-05 5.17204861111111e-05 0 0.992006412999132 0.00790070611979167
-65.625 66.25 0 1.47747395833333e-05 8.74934895833333e-05 0 0.969259871423611 0.0306378590234375
-69.375 66.25 0 2.85286458333333e-06 0.000365562065972222 0 0.84820427656684 0.15142730672309
-73.125 66.25 0 0 0.00224906261421784 0 0.759295524409037 0.238455411056287
-76.875 66.25 0 0 0.00104273784722222 0 0.955297713993055 0.0436595473697916
-80.625 66.25 0 0 0.000144397135416667 0 0.976034849930555 0.0238207520008681
-84.375 66.25 0 3.87296006944444e-05 2.96089409722222e-05 0 0.972741641540799 0.0271900182291667
-88.125 66.25 0 2.54479166666667e-05 8.93055555555556e-06 0 0.948341008671875 0.0516246106423611
-91.875 66.25 0 0 6.76215277777778e-07 0 0.979680033980035 0.0203192875130208
-95.625 66.25 0 6.11111111111111e-06 3.65711805555556e-06 0 0.988479896158854 0.0115103363715278
-99.375 66.25 0 3.88888888888889e-06 3.97265625e-06 0 0.997389173337674 0.00260296310763889
-103.125 66.25 0 9.11414930555556e-06 1.50434027777778e-06 0 0.995501793485243 0.00448758940972222
-106.875 66.25 0 1.01627604166667e-05 1.0546875e-06 0 0.99958283344184 0.00040594921875
-110.625 66.25 0 4.78216145833333e-05 2.7421875e-06 0 0.999593374652778 0.000356062065972222
-114.375 66.25 0 4.46362847222222e-05 1.44839409722222e-05 0 0.99851637891059 0.00142450086805556
-118.125 66.25 0 1.82465277777778e-06 6.49605034722222e-05 0 0.999330099947917 0.000603115885416667
-121.875 66.25 0 5.35026041666667e-06 0.00540000130208333 0 0.975134265173611 0.0194603832899306
-125.625 66.25 0 1.2375e-05 0.000408310329861111 0 0.964483244774306 0.0350960717274306
-129.375 66.25 0 0.0001056875 8.69505208333333e-05 0 0.998012385703125 0.00179497569444444
-133.125 66.25 0 0.00022176953125 2.65924479166667e-05 0 0.999534215256076 0.000217423611111111
-136.875 66.25 0 3.68619791666667e-05 1.25099826388889e-05 0 0.995657488797743 0.00429313932291667
-140.625 66.25 0 5.88098958333333e-05 8.06380208333333e-06 0 0.995293467048611 0.00463966059027778
-144.375 66.25 0 6.144140625e-05 7.19010416666667e-06 0 0.983783895260417 0.0161474752604167
-148.125 66.25 0 1.84231770833333e-05 2.7265625e-06 0 0.991365449292535 0.00861339973958333
-151.875 66.25 0 0 5.03949652777778e-06 0 0.960585683723958 0.0394092756727431
-155.625 66.25 0 0 1.11944444444444e-05 0 0.977670113823785 0.0223186933116319
-159.375 66.25 0 2.13606770833333e-05 0 0 0.992371728532986 0.00760691276041667
-163.125 66.25 0 1.25651041666667e-06 0 0 0.998079237608507 0.00191950824652778
-166.875 66.25 0 0 0 0 0.999280492756076 0.000719506510416667
-170.625 66.25 0 0 0 0 0.996164669188368 0.00383533159722222
-174.375 66.25 0 0 0 0 0.986055009088542 0.0139449899435764
-178.125 66.25 0 0 0 0 0.952361267855283 0.0476387327883184
--178.125 63.75 0 0 0 0 0.471882708068182 0.528117296224747
--174.375 63.75 0 0 0 0 0.591033397565241 0.408966603034174
--170.625 63.75 0 0 0 0 0.331045194673011 0.668954806583255
--166.875 63.75 0 0 0.00134102777777778 0 0.458904438054972 0.539754537480742
--163.125 63.75 0 0 0.00222913586956522 0 0.78932291290804 0.208447954633799
--159.375 63.75 0 0 0.000110037288647343 0 0.947837806554952 0.0520521559208937
--155.625 63.75 0 0 5.45225694444444e-06 0 0.996694678229167 0.00329986892361111
--151.875 63.75 0 0 0.000506227430555555 0 0.931480698350694 0.068013073984375
--148.125 63.75 0 0 0.00104182378472222 0 0.967471014722222 0.0314871589322917
--144.375 63.75 0 0 2.41605902777778e-05 0 0.963394099348958 0.036581739453125
--140.625 63.75 0 0 0 0 0.994401305399305 0.00559869450520833
--136.875 63.75 0 0 0 0 0.99110515171007 0.00889485069444444
--133.125 63.75 0 0 0 0 0.994603359991319 0.00539664149305556
--129.375 63.75 0 0 0 0 0.992315344513889 0.00768465625
--125.625 63.75 0 0 0 0 0.981779439131945 0.0182205607638889
--121.875 63.75 0 0 0 0 0.809826663888889 0.190173337673611
--118.125 63.75 0 0 0 0 0.859440717291667 0.140559280260417
--114.375 63.75 0 0 0 0 0.875450230425347 0.124549769592014
--110.625 63.75 0 0 0 0 0.853926283263889 0.146073712491319
--106.875 63.75 0 0 0 0 0.949004413784722 0.0509955818229167
--103.125 63.75 0 0 0 0 0.921278572890625 0.0787214211631944
--99.375 63.75 0 0 0 0 0.834400681814236 0.165599315208333
--95.625 63.75 0 0 0 0 0.853963207439236 0.146036795859375
--91.875 63.75 0 0 0 0 0.783063685396242 0.216936314377553
--88.125 63.75 0 0 0 0 0.474250886931648 0.52574911933352
--84.375 63.75 0 0 0 0 0.609751776839082 0.390248222530322
--80.625 63.75 0 0 0 0 0.324613947267495 0.675386056342949
--76.875 63.75 0 0 0 0 0.50168733413929 0.498312665378383
--73.125 63.75 0 0 0 0 0.605554711273599 0.394445291914806
--69.375 63.75 0 0 0 0 0.775628145223551 0.224371854465243
--65.625 63.75 0 0 0 0 0.446404762504572 0.553595236182669
--61.875 63.75 0 0 0 0 0.345570922505952 0.6544290726875
--50.625 63.75 0 0 0 0 0.510434069191468 0.48956593452381
--46.875 63.75 0 0 0 0 0.0210752748462302 0.978924731646825
--43.125 63.75 0 0 0 0 0.0359639607696759 0.964036037210648
--39.375 63.75 0 0 0 0 0.08457087625 0.9154291225
--24.375 63.75 0 6.96775793650794e-05 0.0935545408134921 0 0.173855508774802 0.73252028452381
--20.625 63.75 0 0.000904743923611111 0.168835249308449 0 0.471383046087963 0.358876966148727
--16.875 63.75 0 5.06119791666667e-05 0.101468462887731 0 0.438225005266204 0.46025592115162
-5.625 63.75 0 0.0449438541666667 0.00689158101851852 0 0.430069242407408 0.5180953175
-9.375 63.75 0 0.0230245314351852 0.00315612876157407 0 0.664450700135995 0.309368638958333
-13.125 63.75 0 0.0100326096412037 0.00333823553240741 0 0.896813550911458 0.0898156048524306
-16.875 63.75 0 0.00356509035669192 0.000512478929924242 0 0.89292525483507 0.102997177189078
-20.625 63.75 0 0.0162305863658911 0.000403996606691919 0 0.716426047620288 0.266939372256832
-24.375 63.75 0 0.059193131758756 0.000487217202596618 0 0.738642401413421 0.201677256865187
-28.125 63.75 0 0.0257149516889342 0.000157818689613527 0 0.837112500787289 0.137014732530571
-31.875 63.75 0 0.00498206857638889 0.000780643274853801 0 0.864254422783717 0.129982866085526
-35.625 63.75 0 0.00270683613782051 0.00160201265885065 0 0.736456269183711 0.259234878797796
-39.375 63.75 0 0.00861288120386558 0.00398772845036908 0 0.820091047320622 0.167308340888088
-43.125 63.75 0 0.00281392179608586 0.00251606968118687 0 0.98442567568024 0.01024433
-46.875 63.75 0 0.000687168402777778 0.00123181944444444 0 0.995243077039931 0.00283793663194444
-50.625 63.75 0 0.000804170138888889 0.000870381944444444 0 0.995272698151042 0.00305275
-54.375 63.75 0 0.000727858506944444 0.000519279513888889 0 0.995240022309028 0.00351283767361111
-58.125 63.75 0 0.0003113203125 0.00192672048611111 0 0.994285436892361 0.00347652256944444
-61.875 63.75 0 0.000329397569444444 0.000287424479166667 0 0.987288786440972 0.0120943889756944
-65.625 63.75 0 9.34982638888889e-05 0.000230270833333333 0 0.965748327578125 0.0339279004947917
-69.375 63.75 0 0.000250823784722222 0.00230571527777778 0 0.968590133020833 0.0288533255815972
-73.125 63.75 0 1.26154513888889e-05 0.00744772482638889 0 0.946140967682292 0.0463986905729167
-76.875 63.75 0 0 0.00875076649305556 0 0.962885214340278 0.0283640208333333
-80.625 63.75 0 8.03993055555556e-06 0.00270709809027778 0 0.98208615703993 0.0151987074652778
-84.375 63.75 0 0.000430426215277778 0.00368773784722222 0 0.992230133038194 0.00365169965277778
-88.125 63.75 0 0.00430693142361111 0.000938131076388889 0 0.972280237803819 0.0224746972482639
-91.875 63.75 0 0.000193029513888889 9.01076388888889e-05 0 0.995139270989583 0.00457759114583333
-95.625 63.75 0 0.000132076388888889 0.000299907986111111 0 0.996075781753472 0.00349223697916667
-99.375 63.75 0 3.64088541666667e-05 0.000198095486111111 0 0.99674015375 0.00302534288194444
-103.125 63.75 0 1.89713541666667e-05 0.000371197916666667 0 0.998068715078125 0.00154111545138889
-106.875 63.75 0 0 3.51032986111111e-05 0 0.995590562083333 0.00437433506944444
-110.625 63.75 0 7.90625e-06 0.000131855902777778 0 0.982745366302083 0.0171148714322917
-114.375 63.75 0 1.97881944444444e-05 8.11371527777778e-05 0 0.991125361484375 0.00877371434895833
-118.125 63.75 0 8.68055555555555e-07 1.99192708333333e-05 0 0.998154980034722 0.00182423350694444
-121.875 63.75 0 0.000257712673611111 0.00506944444444444 0 0.974713312395833 0.0199595312065972
-125.625 63.75 0 8.97690972222222e-05 0.0020610390625 0 0.961905296267361 0.0359438965885417
-129.375 63.75 0 0.00277048958333333 0.001263171875 0 0.972271927065972 0.0236944105902778
-133.125 63.75 0 0.000177765625 0.000110053819444444 0 0.986931969435764 0.0127802100694444
-136.875 63.75 0 0 7.09201388888889e-05 0 0.9899086015625 0.0100204765625
-140.625 63.75 0 0 0 0 0.998484572482639 0.00151542881944444
-144.375 63.75 0 0 0 0 0.998393828229167 0.00160617274305556
-148.125 63.75 0 0 0 0 0.996963381814236 0.0030366171875
-151.875 63.75 0 0 3.29513888888889e-05 0 0.985501424357639 0.0144656232638889
-155.625 63.75 0 0 2.88550347222222e-05 0 0.995153651814236 0.00481749305555555
-159.375 63.75 0 0 1.67196180555556e-05 0 0.998543549010417 0.00143973263888889
-163.125 63.75 0 0 3.77960069444445e-05 0 0.953298931371528 0.0466632697916667
-166.875 63.75 0 0 0 0 0.995543585164931 0.0044564140625
-170.625 63.75 0 0 0 0 0.995984713715278 0.00401528732638889
-174.375 63.75 0 0 0 0 0.941185038776041 0.0588149604947917
-178.125 63.75 0 0 0 0 0.763392376217612 0.236607625922838
--174.375 61.25 0 0 0 0 0.129705368828125 0.870294631171875
--170.625 61.25 0 0 0 0 0.252529102228423 0.747470901819197
--166.875 61.25 0 0 0.00126178377525253 0 0.399681540273268 0.599056677133387
--163.125 61.25 0 0 0.0146792215806159 0 0.815733715151155 0.169587064856771
--159.375 61.25 0 9.89856770833333e-05 0.00447358635265701 0 0.967166717735884 0.0282607132595486
--155.625 61.25 0 6.29908854166667e-05 0.00115747612847222 0 0.949372177730035 0.0494073562456597
--151.875 61.25 0 2.53059895833333e-05 0.000657116753472222 0 0.733684086085069 0.265633494861111
--148.125 61.25 0 0 0.000345561197916667 0 0.666877885546875 0.332776551440972
--144.375 61.25 0 1.24466145833333e-05 0.0003078515625 0 0.634607101527778 0.365072599244792
--140.625 61.25 0 7.92057291666667e-06 2.1984375e-05 0 0.645990038639915 0.353980056448075
--136.875 61.25 0 0 0 0 0.96233935931976 0.0376606409213226
--133.125 61.25 0 0 0 0 0.984171064079861 0.0158289370659722
--129.375 61.25 0 0 0 0 0.995307640763889 0.00469236197916667
--125.625 61.25 0 0 0 0 0.997409824592014 0.00259017578125
--121.875 61.25 0 0 0 0 0.979072138007812 0.0209278606770833
--118.125 61.25 0 0 0 0 0.906095082050471 0.0939049144618056
--114.375 61.25 0 0 0 0 0.790597955593378 0.209402045321181
--110.625 61.25 0 0 0 0 0.84096545374566 0.159034541744792
--106.875 61.25 0 0 0 0 0.926405450607639 0.0735945464192708
--103.125 61.25 0 0 0 0 0.88538102812934 0.114618971189236
--99.375 61.25 0 0 0 0 0.842267585230035 0.157732415855035
--95.625 61.25 0 0 0 0 0.788605447065972 0.21139455406684
--91.875 61.25 0 0 0 0 0.620176304677032 0.379823696554585
--88.125 61.25 0 0 0 0 0.205386200925926 0.794613810023148
--84.375 61.25 0 0 0 0 0.588673197503561 0.411326800441595
--80.625 61.25 0 0 0 0 0.314638226093149 0.685361775592148
--76.875 61.25 0 0 0 0 0.713901215651242 0.286098777754006
--73.125 61.25 0 0 0 0 0.758947720851716 0.241052280455729
--69.375 61.25 0 0 0 0 0.462688616636562 0.537311385706522
--65.625 61.25 0 0 0 0 0.219585689272127 0.780414312854231
--61.875 61.25 0 0 0 0 0.239903614494048 0.760096384427083
--50.625 61.25 0 0 0 0 0.512973399129464 0.487026611026786
--46.875 61.25 0 0 0 0 0.265207159062725 0.734792845907287
--43.125 61.25 0 0 0 0 0.162584290727386 0.837415710764779
--20.625 61.25 0 0.001306125 0.123384622314815 0 0.367869117662037 0.507440147037037
--16.875 61.25 0 7.37083333333333e-05 0.0614174201851852 0 0.271855525775463 0.666653343587963
--9.375 61.25 0 0.00474052083333333 0 0 0.16651969984375 0.82873978625
--5.625 61.25 0 0.00489960416666667 0 0 0.17474599171875 0.82035441125
--1.875 61.25 0 0.00744375 0.07042125 0 0.1260457525 0.796089245
-1.875 61.25 0 0.0672481737973485 0.0136788461174242 0 0.405070276472538 0.514002693612689
-5.625 61.25 0 0.0375448385558712 0.00895390117319023 0 0.619010930064447 0.334490326922348
-9.375 61.25 0 0.0136881453993056 0.00212947540509259 0 0.895462711481481 0.0887196706944444
-13.125 61.25 0 0.0247201011284722 0.00350830251736111 0 0.932074348559028 0.03969724609375
-16.875 61.25 0 0.0234921393229167 0.00305702817234849 0 0.740364417427005 0.233086412694523
-20.625 61.25 0 0.114192173336176 0.00268752754172156 0 0.453981212087733 0.429139092127623
-24.375 61.25 0 0.113686184126472 0.00164804430857488 0 0.665749427919309 0.21891634466995
-28.125 61.25 0 0.0697322960478671 0.0211584330357143 0 0.686548493638393 0.222560771112351
-31.875 61.25 0 0.0226750966362847 0.0278147800347222 0 0.653305218970486 0.296204904355903
-35.625 61.25 0 0.0219417550390625 0.0677775230034722 0 0.769687733888889 0.140592984861111
-39.375 61.25 0 0.0245351200043403 0.0606066812022569 0 0.885841396223958 0.0290168042621528
-43.125 61.25 0 0.0216573602300347 0.0388796932638889 0 0.937913351979167 0.00154959071180556
-46.875 61.25 0 0.00684921788194444 0.0153181857638889 0 0.975956409314236 0.0018761875
-50.625 61.25 0 0.00190571571180556 0.00626266623263889 0 0.99026660703993 0.00156501128472222
-54.375 61.25 0 0.00186860590277778 0.00721994357638889 0 0.98961181874566 0.00129963064236111
-58.125 61.25 0 0.000447925347222222 0.00347064409722222 0 0.995846094774306 0.000235337673611111
-61.875 61.25 0 0.00179965364583333 0.00218437065972222 0 0.988191841380208 0.00782413283420139
-65.625 61.25 0 0.00216027777777778 0.00263084114583333 0 0.96411329874566 0.0310955854166667
-69.375 61.25 0 0.00313478819444444 0.00271350520833333 0 0.959102058927951 0.0350496483463542
-73.125 61.25 0 0.000941767361111111 0.00760361935763889 0 0.942288606983507 0.0491660066102431
-76.875 61.25 0 0.00164523046875 0.00556591232638889 0 0.968011593880208 0.02477726171875
-80.625 61.25 0 0.00209695746527778 0.00336786805555556 0 0.979736062860243 0.01479911328125
-84.375 61.25 0 0.00382737803819445 0.00308365972222222 0 0.990016006189236 0.00307295399305556
-88.125 61.25 0 0.0107132808159722 0.00767608940972222 0 0.966841750815972 0.0147688828125
-91.875 61.25 0 0.000801937934027778 0.00108370963541667 0 0.991886838936632 0.00622751171875
-95.625 61.25 0 0.000968352864583333 0.00317136458333333 0 0.995104340486111 0.000755943576388889
-99.375 61.25 0 0.000396599392361111 0.00208301649305556 0 0.997205076037326 0.00031530859375
-103.125 61.25 0 3.18741319444444e-05 0.000248058159722222 0 0.999256305590278 0.000463762586805555
-106.875 61.25 0 6.46067708333333e-05 0.000914892795138889 0 0.997206872456597 0.00181362847222222
-110.625 61.25 0 0.00012329296875 0.000394496961805555 0 0.990815764852431 0.00866644526475694
-114.375 61.25 0 6.29231770833333e-05 6.24244791666667e-05 0 0.99062746155816 0.00924719354600695
-118.125 61.25 0 0.00204266796875 0.00334390407986111 0 0.991646310954861 0.00296711805555556
-121.875 61.25 0 0.00100576649305556 0.00222917534722222 0 0.985927947222222 0.0108371141493056
-125.625 61.25 0 0.000531971788194445 0.000980706597222222 0 0.982729784518229 0.0157575368923611
-129.375 61.25 0 0.00841242838541667 0.00298087890625 0 0.970098713962673 0.0185079782986111
-133.125 61.25 0 0.00797909244791667 0.00276527170138889 0 0.975869099865451 0.0133865381944444
-136.875 61.25 0 2.22578125e-05 0.000277763888888889 0 0.985699505290799 0.01400047265625
-140.625 61.25 0 3.59453125e-05 0.000114055989583333 0 0.997651809778646 0.00219818793402778
-144.375 61.25 0 1.86302083333333e-05 3.71067708333333e-05 0 0.998918084466146 0.00102618012152778
-148.125 61.25 0 0 3.25520833333333e-07 0 0.994945615768229 0.00505405989583333
-151.875 61.25 0 0 1.14361979166667e-05 0 0.984147519706559 0.0158410436443237
-155.625 61.25 0 0 3.23307291666667e-06 0 0.802329055751812 0.197667708353714
-159.375 61.25 0 0 9.04379340277778e-05 0 0.640868619585503 0.359040940062934
-163.125 61.25 0 0 0.00345834487847222 0 0.782921308891059 0.213620345179253
-166.875 61.25 0 0 3.14192708333333e-06 0 0.895364569203249 0.104632288232887
-170.625 61.25 0 0 0 0 0.862705704042039 0.137294295555556
-174.375 61.25 0 0 0 0 0.486501358971354 0.513498639730903
-178.125 61.25 0 0 0 0 0.689433355115656 0.310566648739277
--166.875 58.75 0 0 1.71382575757576e-05 0 0.218543430340909 0.781439428118687
--163.125 58.75 0 0 0.00433908518518519 0 0.278957295564815 0.716703621759259
--159.375 58.75 0 0.000984280797101449 0.00528209742351047 0 0.765000485692432 0.228733137697263
--155.625 58.75 0 0.000709847249670619 0.0038949393115942 0 0.699694948428853 0.295700265790514
--151.875 58.75 0 0.00201961515151515 0.00331384166666667 0 0.422547154977273 0.572119379655303
--148.125 58.75 0 0 0.00015630625 0 0.201218775173611 0.798624913826389
--144.375 58.75 0 6.34791666666667e-05 0.000415052083333333 0 0.358399769826389 0.641121703506945
--140.625 58.75 0 4.03958333333333e-05 0.000166297348484848 0 0.229023603390152 0.770769705056818
--136.875 58.75 0 6.84583333333333e-05 0.000626511363636364 0 0.506738910113636 0.492566117613636
--133.125 58.75 0 0.000533767361111111 0.000333824652777778 0 0.821726208993056 0.177406197256944
--129.375 58.75 0 0.00174382118055556 0.000624633680555556 0 0.997117054913194 0.000514493055555556
--125.625 58.75 0 0.00750855381944445 0.00274914583333333 0 0.983244200451389 0.00649810243055555
--121.875 58.75 0 0.0150954409722222 0.00625310763888889 0 0.974753361024305 0.00389808680555555
--118.125 58.75 0 0.00723136979166667 0.00499068923611111 0 0.970437402395833 0.0173405381944444
--114.375 58.75 0 0.0192551076388889 0.01477878125 0 0.929949749427083 0.0360163580208333
--110.625 58.75 0 0.00555003298611111 0.0143898142361111 0 0.78487005296875 0.195190098611111
--106.875 58.75 0 0.00113328993055556 0.00386882118055556 0 0.887359831857639 0.107638059791667
--103.125 58.75 0 0.000383302083333333 0.000124583333333333 0 0.902240173697917 0.0972519426215278
--99.375 58.75 0 0.000117354166666667 6.82881944444444e-05 0 0.953489804479166 0.0463245516666667
--95.625 58.75 0 9.34548611111111e-06 1.0609375e-05 0 0.82887261349537 0.171107434878472
--91.875 58.75 0 0 0 0 0.157998808101852 0.842001192152778
--80.625 58.75 0 0 0 0 0.198617990125 0.801382010458333
--76.875 58.75 0 0 0 0 0.829242301572916 0.170757696829861
--73.125 58.75 0 0 0 0 0.930585231027325 0.0694147647493961
--69.375 58.75 0 0 0 0 0.762965159521739 0.237034836403986
--65.625 58.75 0 0 0 0 0.68169460069697 0.318305397443182
--61.875 58.75 0 0 0 0 0.280126307449495 0.719873702247475
--46.875 58.75 0 0 0 0 0.347495187632576 0.652504814734849
--9.375 58.75 0 0.0148275069444444 0.115495377083333 0 0.147740334375 0.721936768368056
--5.625 58.75 0 0.0340903673989899 0.181112791628788 0 0.187904857613636 0.596891973661616
--1.875 58.75 0 0.00404530674242424 0.041720919229798 0 0.0391974810606061 0.915036311906566
-1.875 58.75 0 0.0791857990309344 0.0198418907828283 0 0.388202404782197 0.512769901445707
-5.625 58.75 0 0.0834782890972222 0.0172683177083333 0 0.524928997847222 0.374324392100694
-9.375 58.75 0 0.0769502835648148 0.00916035011574074 0 0.696283562777778 0.217605797540509
-13.125 58.75 0 0.0977398860358796 0.0142580978009259 0 0.644414494774305 0.243587525949074
-16.875 58.75 0 0.106445413465909 0.0181255265151515 0 0.656800757765152 0.218628307140152
-20.625 58.75 0 0.0495631701388889 0.00920706111111111 0 0.400422717458333 0.540807065486111
-24.375 58.75 0 0.133944669179293 0.0197507282828283 0 0.485375455087121 0.360929141218434
-28.125 58.75 0 0.058726869280303 0.0933834433333333 0 0.678211941174242 0.169677733958333
-31.875 58.75 0 0.0828701142534722 0.131785908402778 0 0.755431212395833 0.0299127621527778
-35.625 58.75 0 0.0998337498090278 0.184875717239583 0 0.661794024149306 0.0534965094444444
-39.375 58.75 0 0.09413651 0.263427492170139 0 0.601506252708333 0.0409297470138889
-43.125 58.75 0 0.0529305364409722 0.179189315121528 0 0.764764548784722 0.00311559895833333
-46.875 58.75 0 0.0751193663194444 0.0471610869791667 0 0.877659224982639 6.03211805555556e-05
-50.625 58.75 0 0.0693923051736111 0.0545474483680556 0 0.875799500381944 0.000260743055555556
-54.375 58.75 0 0.0337033712847222 0.0376320329861111 0 0.900169216736111 0.02849537703125
-58.125 58.75 0 0.00719263888888889 0.0150779670138889 0 0.97452176109375 0.00320763890625
-61.875 58.75 0 0.0462621407118056 0.0221344427083333 0 0.928958755746528 0.00264465972222222
-65.625 58.75 0 0.0964353545833333 0.0347301684027778 0 0.851183412916667 0.0176510659722222
-69.375 58.75 0 0.0319678143576389 0.0132370121527778 0 0.940931119097222 0.0138640520833333
-73.125 58.75 0 0.00307350520833333 0.00185149826388889 0 0.994551690729167 0.000523302083333333
-76.875 58.75 0 0.0116197743055556 0.00567325520833333 0 0.980225245520833 0.00248172569444444
-80.625 58.75 0 0.0295315902777778 0.0168708246527778 0 0.947675230972222 0.00592235590277778
-84.375 58.75 0 0.0141080104166667 0.00794586805555555 0 0.974282350277778 0.00366377430555556
-88.125 58.75 0 0.00801947222222222 0.00262813020833333 0 0.9875872 0.00176519965277778
-91.875 58.75 0 0.00986353819444444 0.00236080208333333 0 0.975721019826389 0.012054640625
-95.625 58.75 0 0.000796880208333333 0.000373081597222222 0 0.985323680642361 0.0135063576388889
-99.375 58.75 0 0.000341112847222222 0.000287092013888889 0 0.984753652708333 0.0146181440972222
-103.125 58.75 0 0.00181561805555556 0.00161072743055556 0 0.987446333125 0.00912732465277778
-106.875 58.75 0 0.00358285763888889 0.00472448784722222 0 0.991371684930555 0.000320967013888889
-110.625 58.75 0 0.00964006597222222 0.00375160069444444 0 0.984237760121528 0.00237057291666667
-114.375 58.75 0 0.00229754513888889 0.00333411805555556 0 0.993372126128472 0.000996211805555556
-118.125 58.75 0 0.000294119791666667 0.00253180208333333 0 0.986649620381944 0.0105244565972222
-121.875 58.75 0 5.72586805555556e-05 0.00125944097222222 0 0.996670320954861 0.00201297743055556
-125.625 58.75 0 0.00131944444444444 0.00169313715277778 0 0.995474517118055 0.00151290104166667
-129.375 58.75 0 0.0228185659722222 0.0107665208333333 0 0.958314782517361 0.00810012847222222
-133.125 58.75 0 0.0102694114583333 0.00758770486111111 0 0.970240806805556 0.0119020763888889
-136.875 58.75 0 0.00263827604166667 0.00122571527777778 0 0.983862692447917 0.0122733176215278
-140.625 58.75 0 0.00524262152777778 0.00263631215277778 0 0.863425201243056 0.128695863177083
-144.375 58.75 0 0.00229273958333333 0.000772777083333333 0 0.654696768145833 0.342237711458333
-148.125 58.75 0 3.75590277777778e-05 0.000485517992424242 0 0.572650778279672 0.426826139299242
-151.875 58.75 0 0 3.36458333333333e-05 0 0.57832270390625 0.421643649225694
-155.625 58.75 0 0 0.000258270833333333 0 0.492087714739583 0.507654014947917
-159.375 58.75 0 0 0.00130179375 0 0.673927506020833 0.324770700666667
-163.125 58.75 0 0 0.000248714583333333 0 0.445466954914352 0.554284330888889
-166.875 58.75 0 0 3.44375e-05 0 0.0911926458333333 0.908772922916667
-170.625 58.75 0 0 0 0 0.347012708660714 0.652987308244048
-174.375 58.75 0 0 0 0 0.337551319652778 0.662448678402778
--163.125 56.25 0 0.000686360977564103 0.0018908766025641 0 0.333145023589744 0.664277739214744
--159.375 56.25 0 0.000482676531862745 0.00319172230392157 0 0.482341040006127 0.513984556901961
--155.625 56.25 0 0.00238760372103387 0.00294427896613191 0 0.443815102541778 0.55085301279746
--151.875 56.25 0 0.00036599053030303 0.000382188446969697 0 0.279487487424242 0.719764319185606
--136.875 56.25 0 0.00149033333333333 0.00981633333333333 0 0.539517321666667 0.449176003333333
--133.125 56.25 0 0.000949607071314103 0.00726467269449301 0 0.510806869152371 0.480978856099031
--129.375 56.25 0 0.000417753472222222 0.00495997739109848 0 0.904868365206755 0.089753900856613
--125.625 56.25 0 0.000718262586805556 0.000673084635416667 0 0.972867881124132 0.0257407698177083
--121.875 56.25 0 0.0278812778125 0.0156404249131944 0 0.951250875724826 0.00522741796006944
--118.125 56.25 0 0.135005195742187 0.0520650281727431 0 0.80651720171875 0.00641257638888889
--114.375 56.25 0 0.0501810289670139 0.0313248520529514 0 0.897631198198784 0.0208629236111111
--110.625 56.25 0 0.0395761950911458 0.0309349863975694 0 0.863276044153646 0.0662127758289931
--106.875 56.25 0 0.00582894573350694 0.0124258598003472 0 0.866719059123264 0.115026138302951
--103.125 56.25 0 0.00177526432291667 0.00302973133680556 0 0.827123403233507 0.168071600646701
--99.375 56.25 0 0.00281214756944444 0.00404003645833333 0 0.879544663146701 0.113603150438368
--95.625 56.25 0 0.00069005859375 0.000721495225694444 0 0.918997033029514 0.0795914124001736
--91.875 56.25 0 0.000434812728435672 0.000548467699195906 0 0.827649133481131 0.171367580526773
--88.125 56.25 0 0 0 0 0.801027579293155 0.198972419816468
--84.375 56.25 0 0 0 0 0.749901015992063 0.25009898999504
--80.625 56.25 0 0 0 0 0.360233200270833 0.639766795583333
--76.875 56.25 0 0 0 0 0.796521904178385 0.203478092114583
--73.125 56.25 0 0 0 0 0.95364693297309 0.0463530702300347
--69.375 56.25 0 1.344921875e-05 6.98958333333333e-06 0 0.962644548428819 0.0373350104730903
--65.625 56.25 0 8.55859375e-06 4.44791666666667e-06 0 0.94275734922309 0.0572296482899305
--61.875 56.25 0 1.60720486111111e-06 0 0 0.651707905041233 0.348290488819444
--9.375 56.25 0 0.0433387232002315 0.159846749363426 0 0.170169475219907 0.62664504878125
--5.625 56.25 0 0.0736042491127591 0.291078678074112 0 0.274578899765373 0.360738171750868
--1.875 56.25 0 0.133872737306197 0.281392347554537 0 0.15513247088353 0.429602440247396
-5.625 56.25 0 0.285060335077381 0.0599616702380952 0 0.194630141627976 0.460347851955357
-9.375 56.25 0 0.280614575809896 0.0554724982074653 0 0.204818439486545 0.459094485217882
-13.125 56.25 0 0.208185824175967 0.0399228105512153 0 0.458678905499442 0.293212459040179
-16.875 56.25 0 0.114231126261336 0.0289028067274306 0 0.435181928308415 0.421684137226001
-20.625 56.25 0 0.202615880200521 0.0541525880338542 0 0.332523581871528 0.410707943911458
-24.375 56.25 0 0.23001552443316 0.0848140162022569 0 0.599734628934028 0.0854358238862847
-28.125 56.25 0 0.186766070421007 0.203363928515625 0 0.593654803342014 0.0162151970876736
-31.875 56.25 0 0.0987875744140625 0.318441380681424 0 0.573948872734375 0.00882217274305556
-35.625 56.25 0 0.15846834921441 0.26851912749566 0 0.563285635104167 0.00972688671875
-39.375 56.25 0 0.232816681510417 0.277380034609375 0 0.483808611328125 0.00599467013888889
-43.125 56.25 0 0.197618563958333 0.20459999062066 0 0.578458895034722 0.0193225536848958
-46.875 56.25 0 0.285833761106771 0.129159659040799 0 0.552779677547743 0.0322269019487847
-50.625 56.25 0 0.344373115503472 0.153557158181424 0 0.480966030421007 0.0211036968489583
-54.375 56.25 0 0.255901641184896 0.134530629227431 0 0.588719104887153 0.0208486236067708
-58.125 56.25 0 0.10466816530816 0.0766677964887153 0 0.81625767014757 0.00240636892361111
-61.875 56.25 0 0.218539645403646 0.166524280212674 0 0.599381976310764 0.0155540986067708
-65.625 56.25 0 0.330096447174479 0.216421937378472 0 0.445947859648438 0.00753375737847222
-69.375 56.25 0 0.348482727061632 0.200910348259549 0 0.435980898368056 0.0146260260416667
-73.125 56.25 0 0.312431508537326 0.141309523289931 0 0.542820416072049 0.00343855555555556
-76.875 56.25 0 0.204267323185764 0.0929852849913194 0 0.690826497131076 0.0119208983550347
-80.625 56.25 0 0.183264792204861 0.0665609290190972 0 0.742397724136285 0.00777655642361111
-84.375 56.25 0 0.194024951918403 0.0560797953776042 0 0.746481305889757 0.00341394748263889
-88.125 56.25 0 0.128119928563368 0.0330870189713542 0 0.837663018945312 0.00113003342013889
-91.875 56.25 0 0.135737723797743 0.0346695894921875 0 0.820209673680556 0.00938301483940972
-95.625 56.25 0 0.0848758196788194 0.0217016766493056 0 0.89243894750434 0.000983558159722222
-99.375 56.25 0 0.02621840484375 0.00781112847222222 0 0.948078386493055 0.0178920790755208
-103.125 56.25 0 0.00797168662760417 0.00500510286458333 0 0.932049782764757 0.0549734239409722
-106.875 56.25 0 0.0102069722222222 0.00718483463541667 0 0.969979700460069 0.0126284935546875
-110.625 56.25 0 0.00742635199652778 0.0100858125 0 0.949292795546875 0.0331950405338542
-114.375 56.25 0 0.00471382118055556 0.00578135460069444 0 0.985605417196181 0.00389940798611111
-118.125 56.25 0 0.000387301649305556 0.00147738758680556 0 0.995760330546875 0.00237497916666667
-121.875 56.25 0 0.001779296875 0.00271021701388889 0 0.994302958736979 0.00120752951388889
-125.625 56.25 0 0.00389724522569445 0.00157700737847222 0 0.988850673342014 0.00567507556857639
-129.375 56.25 0 0.00341672829861111 0.00265380295138889 0 0.988102795772569 0.00582667450954861
-133.125 56.25 0 0.0112173211805556 0.0042823828125 0 0.982570300846354 0.00192999522569444
-136.875 56.25 0 0.00433052677762681 0.00329201500226449 0 0.778090727525476 0.214286735955616
-140.625 56.25 0 0.00120263541666667 0.00327659375 0 0.401315932630208 0.594204843125
-151.875 56.25 0 0 0.0016211953125 0 0.401916063776042 0.596462746432292
-155.625 56.25 0 9.23828125e-06 0.000824590277777778 0 0.59103658875434 0.408129585390625
-159.375 56.25 0 1.13443418560606e-05 0.000344858349116162 0 0.951139724271228 0.0485040754734848
-163.125 56.25 0 3.21496212121212e-07 0.000408351799242424 0 0.465651517897727 0.53393981499053
--174.375 53.75 0 0 0 0 0.120754 0.879245995
--170.625 53.75 0 0 0 0 0.1364555 0.86354451
--166.875 53.75 0 0 0 0 0.23330737875 0.766692626458333
--163.125 53.75 0 0.000795751602564103 0.0021380641025641 0 0.303066321089744 0.693999863589744
--159.375 53.75 0 0.000725720833333333 0.00195373333333333 0 0.222583153083333 0.774737381416667
--133.125 53.75 0 0.000757728899572649 0.0308892846250971 0 0.400909322698343 0.56744366762713
--129.375 53.75 0 0.00144976822916667 0.0146909686710859 0 0.679830517076456 0.30402874442776
--125.625 53.75 0 0.00246452256944444 0.003287765625 0 0.937141109722222 0.0571066017100695
--121.875 53.75 0 0.0146302498003472 0.00487463628472222 0 0.966329148506945 0.0141659670225694
--118.125 53.75 0 0.136046894210069 0.0624033554079861 0 0.787233587690972 0.0143161623263889
--114.375 53.75 0 0.309675123663194 0.138858477335069 0 0.528178485277778 0.0232879140625
--110.625 53.75 0 0.403942858697917 0.125898692074653 0 0.427246705876736 0.0429117430555555
--106.875 53.75 0 0.283551715911458 0.0504700408159722 0 0.585685650182292 0.0802925896788194
--103.125 53.75 0 0.138049125911458 0.0255531284722222 0 0.732226031206597 0.104171713385417
--99.375 53.75 0 0.0297557044451993 0.0112643178592995 0 0.722430694413874 0.236549278914553
--95.625 53.75 0 0.00319810880887681 0.00349576871980676 0 0.825341800020003 0.167964318460145
--91.875 53.75 0 0.000426526909722222 0.003028484375 0 0.927843929418403 0.0687010575607639
--88.125 53.75 0 1.68559027777778e-05 0.000712196180555556 0 0.918384332077133 0.0808866181200397
--84.375 53.75 0 0.00048684375 7.22369791666667e-05 0 0.819784384584574 0.179656536238839
--80.625 53.75 0 0.000309809659090909 6.11329816017316e-05 0 0.559208500393939 0.440420557626488
--76.875 53.75 0 6.65243055555555e-05 7.10238095238095e-05 0 0.884634895526041 0.115227552750496
--73.125 53.75 0 0.000197598090277778 0.000110138888888889 0 0.946899733463542 0.0527925288541667
--69.375 53.75 0 0.0009725859375 0.0004999375 0 0.958166172612847 0.0403613038368056
--65.625 53.75 0 0.000587197048611111 0.000290680555555556 0 0.919406758776041 0.0797153650954861
--61.875 53.75 0 6.41423611111111e-05 8.48697916666667e-06 0 0.920044233159722 0.0798831333940972
--58.125 53.75 0 0 0 0 0.720002309370265 0.279997687133613
--54.375 53.75 0 0 0 0 0.669495542727273 0.330504448181818
--13.125 53.75 0 0.0786863333333333 0.202292453787879 0 0.203544228181818 0.51547698530303
--9.375 53.75 0 0.0906352170775463 0.299909340092856 0 0.239960826659827 0.369494616943655
--5.625 53.75 0 0.0974894523781625 0.322304390070499 0 0.212508173820277 0.36769798352898
--1.875 53.75 0 0.265429756078073 0.381328256623496 0 0.220267714011317 0.132974270862714
-1.875 53.75 0 0.268797540291667 0.235774080958333 0 0.145173424375 0.350254952
-5.625 53.75 0 0.201617200497024 0.163572860119048 0 0.255198590116071 0.379611347571429
-9.375 53.75 0 0.313777594530461 0.138524442310606 0 0.301785251366793 0.245912710712595
-13.125 53.75 0 0.283929881259921 0.0962292065364583 0 0.292427273728919 0.327413637533482
-16.875 53.75 0 0.373837655322917 0.106209637673611 0 0.305775010079861 0.214177699170139
-20.625 53.75 0 0.408200594574653 0.122731665928819 0 0.356670009140625 0.112397730104167
-24.375 53.75 0 0.367409820069444 0.116569451927083 0 0.503153943585069 0.0128667819965278
-28.125 53.75 0 0.322983909322917 0.134038966736111 0 0.537924094001736 0.00505303385416667
-31.875 53.75 0 0.230380767803819 0.295027179513889 0 0.474014644270833 0.000577404513888889
-35.625 53.75 0 0.351981377239583 0.266513379852431 0 0.380792703133681 0.000712539930555556
-39.375 53.75 0 0.431062328967014 0.239770207378472 0 0.328260919279514 0.000906544270833333
-43.125 53.75 0 0.462606688342014 0.197149663116319 0 0.339901681493056 0.000341965277777778
-46.875 53.75 0 0.476466230529514 0.186303483463542 0 0.319425220460069 0.0178050651475694
-50.625 53.75 0 0.477944200399306 0.215390283463542 0 0.255641995286458 0.0510235215277778
-54.375 53.75 0 0.427565253315972 0.222192740182292 0 0.342831552413194 0.00741045467881944
-58.125 53.75 0 0.232000200980903 0.161349268715278 0 0.603936190720486 0.00271434201388889
-61.875 53.75 0 0.357358793585069 0.341462826267361 0 0.280848943289931 0.0203294402690972
-65.625 53.75 0 0.333031031935764 0.397459244427083 0 0.253324732222222 0.0161849921875
-69.375 53.75 0 0.323687696171875 0.419446438637153 0 0.24365018938368 0.0132156762152778
-73.125 53.75 0 0.341540287109375 0.435304015477431 0 0.217750709878472 0.00540498611111111
-76.875 53.75 0 0.392093856996528 0.324372879427083 0 0.255522455815972 0.0280108070833333
-80.625 53.75 0 0.442303171831597 0.195657428350694 0 0.338025695243056 0.024013706484375
-84.375 53.75 0 0.345619827725694 0.141012827439236 0 0.506020850894097 0.00734649392361111
-88.125 53.75 0 0.129739858142361 0.038596846953125 0 0.8291056434375 0.00255765104166667
-91.875 53.75 0 0.196415694774306 0.0709649821006944 0 0.707353874904514 0.0252654480815972
-95.625 53.75 0 0.0579181464930556 0.018298453125 0 0.921369519652778 0.00241388194444444
-99.375 53.75 0 0.0434856683420139 0.0159767473958333 0 0.928765375616319 0.0117722102170139
-103.125 53.75 0 0.0564715991579861 0.0325119644097222 0 0.878444475095486 0.0325719633506944
-106.875 53.75 0 0.0302365079774305 0.0248765546875 0 0.812376155625 0.132510781588542
-110.625 53.75 0 0.0189429409722222 0.0375686693663194 0 0.838309112803819 0.105179276493056
-114.375 53.75 0 0.0122501128472222 0.0296104384288194 0 0.955690136710069 0.00244931510416667
-118.125 53.75 0 0.0026563671875 0.00692180555555556 0 0.990056959001736 0.000364868055555555
-121.875 53.75 0 0.00645143663194444 0.0203545329427083 0 0.971456451223958 0.00173757899305556
-125.625 53.75 0 0.0144437569444444 0.0301251004861111 0 0.942032758680555 0.0133983837760417
-129.375 53.75 0 0.0151376362847222 0.0282645659114583 0 0.947793940842014 0.00880385769965277
-133.125 53.75 0 0.00781138107638889 0.00496342708333333 0 0.987020861284722 0.000204331597222222
-136.875 53.75 0 0.0180588955691425 0.011643662817029 0 0.654165934582201 0.316131508143871
-140.625 53.75 0 0.00158459293300654 0.00462079891748366 0 0.496620066563521 0.497174548539114
-144.375 53.75 0 0.000554058823529412 0.00352585294117647 0 0.421039871176471 0.574880227058824
-151.875 53.75 0 0 0.002800625 0 0.35562537625 0.64157399875
-155.625 53.75 0 2.14557291666667e-05 0.00182710590277778 0 0.616200670338542 0.381950767647569
-159.375 53.75 0 0.00470425951704545 0.00102097714646465 0 0.781820181080019 0.212454578342961
-163.125 53.75 0 0.000275917992424242 4.84494318181818e-05 0 0.0777127054204546 0.921962946106061
--178.125 51.25 0 0 0 0 0.076410625 0.92358938265625
--174.375 51.25 0 0 0 0 0.114568854166667 0.885431144010417
--166.875 51.25 0 0 0 0 0.23330737875 0.766692626458333
--133.125 51.25 0 0.000868097222222222 0.0481606597222222 0 0.416004545505952 0.534966699295635
--129.375 51.25 0 0.00214171875 0.0152487274305556 0 0.514477220847594 0.468132332321429
--125.625 51.25 0 0.00574125043402778 0.0154738107638889 0 0.842958230863716 0.135826705681424
--121.875 51.25 0 0.00808998480902778 0.0214013815104167 0 0.951097367226562 0.0194112699522569
--118.125 51.25 0 0.0310788341362847 0.0179345371744792 0 0.937370586905382 0.0136160438368056
--114.375 51.25 0 0.35374154125 0.150299558580729 0 0.491827825260417 0.00413107638888889
--110.625 51.25 0 0.635750432317708 0.242694579522569 0 0.115604333823785 0.00595065451388889
--106.875 51.25 0 0.702638010672743 0.137796371818576 0 0.138356838350694 0.0212087760416667
--103.125 51.25 0 0.581507003190104 0.0863881860763889 0 0.294121315924479 0.0379834931423611
--99.375 51.25 0 0.318223716111488 0.0702502956744414 0 0.40796054350034 0.203565445008492
--95.625 51.25 0 0.0806993262664176 0.0253639984180631 0 0.715421871003925 0.178514802454899
--91.875 51.25 0 0.00087399609375 0.00404912413194444 0 0.853278123619792 0.141798756180556
--88.125 51.25 0 9.38472222222222e-05 0.00193428038194444 0 0.918317137934028 0.0796547349522569
--84.375 51.25 0 0.000432309895833333 0.000572497395833333 0 0.966221905559896 0.0327732849435764
--80.625 51.25 0 0.000403624485342556 0.00147912751888058 0 0.799111909042531 0.199005336472891
--76.875 51.25 0 0.000228438217089372 0.00394240451119306 0 0.925936996641191 0.0698921573642652
--73.125 51.25 0 0.000803297743055555 0.00257174782986111 0 0.945082218446181 0.0515427357986111
--69.375 51.25 0 0.00252874479166667 0.00213407291666667 0 0.946157197838541 0.0491799850260417
--65.625 51.25 0 0.00376417795138889 0.00229307986111111 0 0.880347015998264 0.113595724804688
--61.875 51.25 0 0.000558943142361111 0.00041753515625 0 0.877969104852431 0.121054417291667
--58.125 51.25 0 0 1.621875e-05 0 0.681102038080748 0.318881742709122
--54.375 51.25 0 0 0 0 0.547559668710664 0.452440329441288
--13.125 51.25 0 0.0882107265625 0.214872522594697 0 0.230454290350379 0.466462455627367
--9.375 51.25 0 0.0868031285677083 0.240145723599669 0 0.21788242300584 0.455168723133286
--5.625 51.25 0 0.113459212245593 0.292923731244992 0 0.162983253733307 0.430633805844351
--1.875 51.25 0 0.29296112249729 0.353348848101728 0 0.221369201967206 0.132320831104355
-1.875 51.25 0 0.290350449897135 0.18547925400317 0 0.244855045502717 0.279315250546705
-5.625 51.25 0 0.265653691177083 0.163332646353034 0 0.474792188288836 0.0962214752164855
-9.375 51.25 0 0.352170411249605 0.130933051124921 0 0.505356882445549 0.0115396536852904
-13.125 51.25 0 0.374025948263889 0.130565799878472 0 0.484390740759549 0.0110175130208333
-16.875 51.25 0 0.488024608190104 0.129344866458333 0 0.379476912907986 0.00315361588541667
-20.625 51.25 0 0.470625696519097 0.136271201740451 0 0.389043560099826 0.00405954296875
-24.375 51.25 0 0.491468205377604 0.120575006232639 0 0.386226559809028 0.00173022916666667
-28.125 51.25 0 0.463126160008681 0.112696866961806 0 0.423802744986979 0.000374226128472222
-31.875 51.25 0 0.402754661128472 0.192739981627604 0 0.394841843710937 0.00966351128472222
-35.625 51.25 0 0.56656505812934 0.201751207573785 0 0.231420122478299 0.000263613715277778
-39.375 51.25 0 0.614238775603299 0.205154422712674 0 0.17994997094184 0.000656832465277778
-43.125 51.25 0 0.575351005499132 0.240638632135417 0 0.183940212782118 7.01453993055556e-05
-46.875 51.25 0 0.390102896345486 0.369146072313368 0 0.211925073398437 0.0288259563932292
-50.625 51.25 0 0.293263410099826 0.535307721792535 0 0.162164582703993 0.00926428657118055
-54.375 51.25 0 0.335346070694444 0.474822486579861 0 0.188736019210069 0.00109542274305556
-58.125 51.25 0 0.33900950546875 0.406486680746528 0 0.250375299756944 0.00412851692708333
-61.875 51.25 0 0.265699234592014 0.559324071866319 0 0.171064397508681 0.00391229600694444
-65.625 51.25 0 0.181557058142361 0.652516766827257 0 0.159164748624132 0.00676142867621528
-69.375 51.25 0 0.22332910483941 0.586501468975694 0 0.183310953302951 0.00685847603732639
-73.125 51.25 0 0.161309136983507 0.690762247677951 0 0.142351906236979 0.00557670833333333
-76.875 51.25 0 0.184278643567708 0.64655000108941 0 0.163089627404514 0.00608173305121528
-80.625 51.25 0 0.287952783880208 0.388573741940104 0 0.314827979071181 0.00864549603732639
-84.375 51.25 0 0.218977584522569 0.167896926935764 0 0.610828502994792 0.00229698567708333
-88.125 51.25 0 0.035545656015625 0.0177285751171875 0 0.941718423893229 0.00500734548611111
-91.875 51.25 0 0.0795606214930556 0.220724396206597 0 0.652669125282118 0.0470458585112847
-95.625 51.25 0 0.0303804443489583 0.207677205290799 0 0.755070503858507 0.0068718465234375
-99.375 51.25 0 0.0216028616189236 0.435809674144965 0 0.510755063151042 0.0318324016970486
-103.125 51.25 0 0.0676820592664931 0.169532955993924 0 0.712262575863715 0.0505224064322917
-106.875 51.25 0 0.0373218846310764 0.15119731640625 0 0.719817726115451 0.0916630730859375
-110.625 51.25 0 0.0360944544270833 0.069060155282118 0 0.874597122430555 0.0202482682855903
-114.375 51.25 0 0.0822989991232639 0.186680450954861 0 0.722619225533854 0.00840132378472222
-118.125 51.25 0 0.0643049303949653 0.148447024722222 0 0.786586986805556 0.000661059027777778
-121.875 51.25 0 0.0265460372612847 0.310515894874132 0 0.662138862682292 0.000799209201388889
-125.625 51.25 0 0.0567967075824653 0.198767808606771 0 0.739409635868055 0.00502584678819444
-129.375 51.25 0 0.0591278085546875 0.110835234314236 0 0.826732791835937 0.00330416319444444
-133.125 51.25 0 0.0164535360112847 0.0278133632942708 0 0.955142235837674 0.000590861979166667
-136.875 51.25 0 0.0269408246527778 0.034094046875 0 0.883261338411458 0.0557037894704861
-140.625 51.25 0 0.00488004807495915 0.00707083374183007 0 0.768088350344414 0.219960767903135
-144.375 51.25 0 0.00153342401960784 0.00353919975490196 0 0.653177563952206 0.341749815870098
-151.875 51.25 0 0.000343579861111111 0.00166889583333333 0 0.191728102326389 0.806259423819444
-155.625 51.25 0 0.000866951388888889 0.00134899045138889 0 0.391077663116319 0.606706390811632
-159.375 51.25 0 0.00975015902777778 0.00176587309027778 0 0.570672722102431 0.41781123230816
--178.125 48.75 0 0 0 0 0.0759036458333333 0.924096362083333
--129.375 48.75 0 0.00213631365740741 0.0115813460648148 0 0.51699008994213 0.469292266724537
--125.625 48.75 0 0.0121429871031746 0.0147065456349206 0 0.540344804325397 0.432805669781746
--121.875 48.75 0 0.0605685010887897 0.0312239590773809 0 0.811988614804067 0.0962189282837302
--118.125 48.75 0 0.0439779684201389 0.0974298552430556 0 0.848786581927083 0.00980559895833333
--114.375 48.75 0 0.196485386961806 0.183365791857639 0 0.612667264375 0.00748155729166667
--110.625 48.75 0 0.445450176701389 0.420061686180556 0 0.133362991493056 0.00112514756944444
--106.875 48.75 0 0.562045420243055 0.361721931510417 0 0.0760318615277778 0.00020078125
--103.125 48.75 0 0.712163436788194 0.235263617899306 0 0.0482221791493056 0.00435076041666667
--99.375 48.75 0 0.7387748571875 0.143853003506944 0 0.110262406059028 0.00710972916666667
--95.625 48.75 0 0.2888751065625 0.0607447009722222 0 0.553666277395833 0.0967139143402778
--91.875 48.75 0 0.0208640277430556 0.0155058749826389 0 0.876820155399306 0.0868099438715278
--88.125 48.75 0 0.00924783652518978 0.00974197455141477 0 0.742017060503796 0.238993127560386
--84.375 48.75 0 0.00881155140398551 0.00960526071859904 0 0.915609000840127 0.0659741879347826
--80.625 48.75 0 0.0364501440972222 0.0214531440972222 0 0.90150798125 0.0405887271354167
--76.875 48.75 0 0.0155078315972222 0.0108996579861111 0 0.909122134565972 0.0644703732465278
--73.125 48.75 0 0.0201109791666667 0.0133493315972222 0 0.891403378350694 0.0751363088715278
--69.375 48.75 0 0.0397930163043478 0.0190793371074879 0 0.738917268467693 0.202210378108394
--65.625 48.75 0 0.0322977613224638 0.0152159949048913 0 0.532800945584239 0.419685302871377
--61.875 48.75 0 0.00976493958333333 0.00409428802083333 0 0.365939437645833 0.620201336875
--58.125 48.75 0 0.000399850603864734 0.000781301449275362 0 0.729873890125604 0.268944959692029
--54.375 48.75 0 0.000290443236714976 0.00103940126811594 0 0.598195533596014 0.400474627074275
--9.375 48.75 0 0.0770807256944444 0.208010334861111 0 0.203166038194444 0.511742897534722
--5.625 48.75 0 0.147480321805556 0.168543317361111 0 0.189255767037037 0.49472060125
--1.875 48.75 0 0.240213481864035 0.21201506247076 0 0.231567898628168 0.316203564422515
-1.875 48.75 0 0.448286092534722 0.171507815798611 0 0.347787915920139 0.0324181794791667
-5.625 48.75 0 0.3839823059375 0.160323058194444 0 0.455305382361111 0.000389255208333333
-9.375 48.75 0 0.333016969236111 0.119276735868056 0 0.54745731609375 0.000248979166666667
-13.125 48.75 0 0.347365826388889 0.131537177621528 0 0.5204678153125 0.000629177083333333
-16.875 48.75 0 0.430538553020833 0.165158386336806 0 0.404080463802083 0.000222597222222222
-20.625 48.75 0 0.347278542413194 0.115375998524306 0 0.536663189583333 0.000682272569444444
-24.375 48.75 0 0.527506184965278 0.10522938703125 0 0.366685866371528 0.000578564236111111
-28.125 48.75 0 0.572962306284722 0.1248399678125 0 0.300761802552083 0.00143592708333333
-31.875 48.75 0 0.554043874722222 0.134048027378472 0 0.275406714947917 0.0365013839236111
-35.625 48.75 0 0.612531397118055 0.136676703611111 0 0.237184865972222 0.0136070344965278
-39.375 48.75 0 0.616043654114583 0.184646350868056 0 0.197999373194444 0.00131062847222222
-43.125 48.75 0 0.438710922152778 0.372458315052083 0 0.159298626892361 0.0295321346180556
-46.875 48.75 0 0.103167045381944 0.694906073454861 0 0.190119091111111 0.0118077916666667
-50.625 48.75 0 0.0124515243055556 0.817489446059028 0 0.168605333402778 0.00145369270833333
-54.375 48.75 0 0.00838146701388889 0.831062261336805 0 0.160395794600694 0.000160477430555556
-58.125 48.75 0 0.0196407309027778 0.841073603472222 0 0.139257042447917 2.86232638888889e-05
-61.875 48.75 0 0.00670310590277778 0.817191049375 0 0.173694981336806 0.00241086458333333
-65.625 48.75 0 0.00432175868055556 0.823644640225694 0 0.171146888090278 0.000886713541666667
-69.375 48.75 0 0.01207821875 0.860215974722222 0 0.127508121996528 0.000197684027777778
-73.125 48.75 0 0.0563140451388889 0.803940196440972 0 0.13836910046875 0.00137665798611111
-76.875 48.75 0 0.0547517719097222 0.810726145208333 0 0.131913674270833 0.00260841145833333
-80.625 48.75 0 0.107066260034722 0.725759493541667 0 0.143444625572917 0.0237296182465278
-84.375 48.75 0 0.145148344947917 0.571315791163195 0 0.255615416145833 0.0279204515104167
-88.125 48.75 0 0.0479781332638889 0.591014094739583 0 0.356431109600694 0.00457665625
-91.875 48.75 0 0.00500478645833333 0.842755504340278 0 0.124483190798611 0.0277565157118056
-95.625 48.75 0 0.0106060052083333 0.879278429201389 0 0.0859918691493055 0.02412369640625
-99.375 48.75 0 0.0124300017361111 0.950063967291666 0 0.0328998193229167 0.00460620833333333
-103.125 48.75 0 0.0196169548611111 0.900939732743055 0 0.0791219421701389 0.000321371527777778
-106.875 48.75 0 0.0150117863715278 0.725870245555555 0 0.259019682916667 9.82847222222222e-05
-110.625 48.75 0 0.0378784650520833 0.617593581371528 0 0.3444635884375 6.43645833333333e-05
-114.375 48.75 0 0.0633656660763889 0.848915890277778 0 0.0826197327604167 0.00509871006944444
-118.125 48.75 0 0.190578040034722 0.718230358559028 0 0.0451491575868056 0.0460424369618055
-121.875 48.75 0 0.0996433827604167 0.528077647725694 0 0.372209370625 6.96006944444445e-05
-125.625 48.75 0 0.153353069149306 0.353064426822917 0 0.490718615989583 0.00286389236111111
-129.375 48.75 0 0.0598137895833333 0.146640165052083 0 0.789217594878472 0.00432844791666667
-133.125 48.75 0 0.1118692221875 0.157425435225694 0 0.727299253315972 0.00340608854166667
-136.875 48.75 0 0.106989278107639 0.0871619184027777 0 0.758176418524306 0.04767238640625
-140.625 48.75 0 0.00849956778846154 0.00971925400641026 0 0.787133845669872 0.194647333403846
-144.375 48.75 0 0.00294948878205128 0.0032398766025641 0 0.389015230176282 0.604795415961539
-151.875 48.75 0 0.000708729166666667 0.000886277777777778 0 0.156541679236111 0.841863301041667
-155.625 48.75 0 0.00123140740740741 0.000896606481481482 0 0.26129767337963 0.736574292962963
--125.625 46.25 0 0.06255883821875 0.0283645994791667 0 0.690198864439236 0.218877695524306
--121.875 46.25 0 0.117520294724826 0.140169079913194 0 0.725816107481771 0.0164945197777778
--118.125 46.25 0 0.265076630703125 0.307897870368924 0 0.416691279179687 0.0103342200520833
--114.375 46.25 0 0.0817070041710069 0.208475168068576 0 0.705196158823785 0.00462166927083333
--110.625 46.25 0 0.186406131931424 0.484322385750868 0 0.328043600711805 0.00122788100260417
--106.875 46.25 0 0.150877920234375 0.79362131234809 0 0.0438868820920139 0.0116138858463542
--103.125 46.25 0 0.326611818107639 0.642849010351562 0 0.0229964361979167 0.00754273931423611
--99.375 46.25 0 0.605704531675347 0.304070490303819 0 0.0812523282118055 0.00897265141927083
--95.625 46.25 0 0.452983224826389 0.0927435587543403 0 0.413786954123264 0.0404862608420139
--91.875 46.25 0 0.150039071614583 0.0343065425347222 0 0.633827335976562 0.181827048315972
--88.125 46.25 0 0.0618305457803263 0.01430286551694 0 0.563570194256343 0.360296388531208
--84.375 46.25 0 0.0453008171824943 0.0131588591982107 0 0.587544518899824 0.353995800524313
--80.625 46.25 0 0.0663994015987319 0.0230762981393418 0 0.76975947579578 0.140764824123201
--76.875 46.25 0 0.0520809473550725 0.0145327731544384 0 0.887382681291705 0.0460036006614206
--73.125 46.25 0 0.0944314706423611 0.0322417337543403 0 0.832599551189236 0.0407272424001736
--69.375 46.25 0 0.0485943099100942 0.0191305919518849 0 0.856069110660962 0.0762059884784226
--65.625 46.25 0 0.0484810424016833 0.0184778328238225 0 0.639944913806801 0.293096213433726
--61.875 46.25 0 0.0477975568955136 0.0257998617704781 0 0.399021222482151 0.527381360010501
--58.125 46.25 0 0.00347776215277778 0.00266588715277778 0 0.43090547984375 0.562950876961806
--54.375 46.25 0 0.00134358425925926 0.00160330648148148 0 0.449683943092593 0.547369165546296
--5.625 46.25 0 0.165771996666667 0.108949 0 0.185596326666667 0.539682686666667
--1.875 46.25 0 0.316481258522569 0.169673510914931 0 0.336995957800347 0.176849269984375
-1.875 46.25 0 0.403972300095486 0.218129511267361 0 0.377863325421007 3.48619791666667e-05
-5.625 46.25 0 0.267110696983507 0.207246283229167 0 0.505404040920139 0.0202389824435764
-9.375 46.25 0 0.179369487921007 0.212790683168403 0 0.572498291918403 0.0353415383463542
-13.125 46.25 0 0.126122688631536 0.171263216571691 0 0.59902844527982 0.103585651551266
-16.875 46.25 0 0.332967967821181 0.167445335008681 0 0.489656891019965 0.00992980346788195
-20.625 46.25 0 0.487101282252604 0.151892480525174 0 0.35929139453559 0.00171484114583333
-24.375 46.25 0 0.375572719670139 0.171320697847222 0 0.452535868038194 0.000570715711805556
-28.125 46.25 0 0.552033053702257 0.199888614455098 0 0.200929142130287 0.0471491896511995
-31.875 46.25 0 0.447893079777513 0.104763057076729 0 0.145129981057455 0.302213876967467
-35.625 46.25 0 0.441837062923735 0.120325826712426 0 0.173122140464575 0.264714971460565
-39.375 46.25 0 0.529284922202257 0.173635677581597 0 0.199147729742187 0.0979316700373264
-43.125 46.25 0 0.322090009639757 0.46350623109809 0 0.185094863376736 0.0293088936762153
-46.875 46.25 0 0.113509945361238 0.483840833519176 0 0.295390644094512 0.107258578567914
-50.625 46.25 0 0.0311406610592532 0.490932993912755 0 0.249091897670252 0.22883444424743
-54.375 46.25 0 0.00139167760416667 0.604239444363715 0 0.350011242336806 0.0443576346822917
-58.125 46.25 0 0.000203645833333333 0.639001560067998 0 0.270999150557002 0.0897956437630208
-61.875 46.25 0 0.00531934330381944 0.622373307881076 0 0.263603834138889 0.108703517076389
-65.625 46.25 0 0.00583691015625 0.729476873511285 0 0.264496247999132 0.000189967447916667
-69.375 46.25 0 0.00254490451388889 0.777889951210938 0 0.219399067612847 0.000166072048611111
-73.125 46.25 0 0.00533796267361111 0.690724778220486 0 0.213059336011285 0.0908779221744792
-76.875 46.25 0 0.0194404921875 0.630457224765625 0 0.282333829322917 0.0677684526909722
-80.625 46.25 0 0.118152544118924 0.64537461000434 0 0.18638530452691 0.0500875393532986
-84.375 46.25 0 0.128284680429687 0.531486336848958 0 0.31252040187934 0.0277085812847222
-88.125 46.25 0 0.083084982061632 0.599714921592882 0 0.302747679618056 0.0144524160850694
-91.875 46.25 0 0.0140166909722222 0.680851207751736 0 0.298727244453125 0.00640485701822917
-95.625 46.25 0 0.00259440234375 0.751368098988715 0 0.242938749118924 0.00309875086805555
-99.375 46.25 0 0.00831067751736111 0.873227045651042 0 0.117061959605035 0.00140031597222222
-103.125 46.25 0 0.00524489019097222 0.927428109179687 0 0.066946038828125 0.000380959201388889
-106.875 46.25 0 0.00313368359375 0.951784181775174 0 0.0450648888888889 1.72447916666667e-05
-110.625 46.25 0 0.0096584609375 0.965089376154514 0 0.0252282716449653 2.3890625e-05
-114.375 46.25 0 0.0216036901779514 0.967163459171007 0 0.0110592443576389 0.000173606770833333
-118.125 46.25 0 0.131156737617187 0.844070402365451 0 0.0152270187630208 0.00954583810763889
-121.875 46.25 0 0.325119987131076 0.495848066150174 0 0.176597295802951 0.00243465327690972
-125.625 46.25 0 0.292677848342014 0.253096356032986 0 0.448748263632813 0.00547753055121528
-129.375 46.25 0 0.198925951688368 0.157587426597222 0 0.643335800295139 0.000150817708333333
-133.125 46.25 0 0.169418744006076 0.200884412274306 0 0.605056462439236 0.0246403794401042
-136.875 46.25 0 0.017525996186756 0.0181835906194196 0 0.834460429511719 0.129829980289248
-140.625 46.25 0 0.0106617209249084 0.00875376842948718 0 0.497301441082875 0.483283065276442
-144.375 46.25 0 0.0240425913461538 0.00751421153846154 0 0.228599799334936 0.739843392079327
-148.125 46.25 0 0.0201924625 0.00590093125 0 0.1780943103125 0.795812299458333
-151.875 46.25 0 0.007856 0.00782266666666667 0 0.0326823333333333 0.951638996666667
--125.625 43.75 0 0.0951342687307692 0.0379431111538462 0 0.689223143115384 0.177699472538462
--121.875 43.75 0 0.0983931633064904 0.166198671098424 0 0.72114961782078 0.0142585439946581
--118.125 43.75 0 0.0825173319704861 0.293161926579861 0 0.620683381927083 0.00363735590277778
--114.375 43.75 0 0.131059568203125 0.170927979166667 0 0.69585507344618 0.00215738020833333
--110.625 43.75 0 0.0934528013107639 0.35712046171875 0 0.546398951631944 0.00302778717881944
--106.875 43.75 0 0.0710412582725694 0.769527887526042 0 0.159215779314236 0.000215073776041667
--103.125 43.75 0 0.160596255052083 0.805395848342014 0 0.0313039192708333 0.00270397912326389
--99.375 43.75 0 0.493972980104167 0.477532302708333 0 0.0183192510590278 0.010175464296875
--95.625 43.75 0 0.698277463706597 0.126570509366319 0 0.168056405078125 0.00709562065972222
--91.875 43.75 0 0.463208315095486 0.095643605234375 0 0.429403683246528 0.0117443975694444
--88.125 43.75 0 0.273890603388786 0.0535236243220246 0 0.49551517672577 0.177070589439593
--84.375 43.75 0 0.207508865734107 0.0299452360150417 0 0.410973127315821 0.351572768846298
--80.625 43.75 0 0.242630147285079 0.0527711149096948 0 0.409268227471728 0.295330509688781
--76.875 43.75 0 0.164679031781401 0.0412479797614734 0 0.660742757607563 0.133330230005661
--73.125 43.75 0 0.117375345008681 0.0378850902777778 0 0.7895365996875 0.0552029648133681
--69.375 43.75 0 0.0131275491691468 0.00609280109126984 0 0.613854517936508 0.366925135303199
--65.625 43.75 0 0.00747311896135266 0.00480375332125604 0 0.513634843490338 0.474088284888285
--61.875 43.75 0 0.0249724790157005 0.0184682749094203 0 0.492481449163647 0.464077791176027
--9.375 43.75 0 0.0616148037896825 0.022450003968254 0 0.409878575813492 0.506056615029762
--5.625 43.75 0 0.333026728209064 0.090236730994152 0 0.480791767726608 0.0959447727850877
--1.875 43.75 0 0.281771345188623 0.102602523999452 0 0.490786717644633 0.124839413443766
-1.875 43.75 0 0.304765300644841 0.168254427996032 0 0.483574295229415 0.0434059730406746
-5.625 43.75 0 0.21960094114418 0.0996482521779927 0 0.453872864207589 0.2268779419833
-9.375 43.75 0 0.286964311860532 0.102984308972801 0 0.398708380208333 0.211342999797454
-13.125 43.75 0 0.297374162477855 0.109586308848523 0 0.289210366164001 0.303829165115884
-16.875 43.75 0 0.23105568532719 0.193852625331197 0 0.387020173314637 0.18807151499399
-20.625 43.75 0 0.331235087578125 0.184309222256944 0 0.461061235416667 0.0233944535416667
-24.375 43.75 0 0.382833983480903 0.185508340625 0 0.430669885173611 0.000987790798611111
-28.125 43.75 0 0.369801269071181 0.16041119834596 0 0.238846404573074 0.230941125361427
-31.875 43.75 0 0.109429784548611 0.0542285369791667 0 0.0460505291087963 0.790291138090278
-35.625 43.75 0 0.224953013909722 0.0881771652847222 0 0.155213901599537 0.531655911090278
-39.375 43.75 0 0.2867121315 0.150622108577877 0 0.371222868626488 0.191442891178571
-43.125 43.75 0 0.339398460833333 0.286544255649802 0 0.367219769807788 0.00683751308035714
-46.875 43.75 0 0.166937612004831 0.255920908619792 0 0.292095768539402 0.285045713975317
-50.625 43.75 0 0.0204128313492063 0.26636925469122 0 0.218869432400794 0.494348484124504
-54.375 43.75 0 0.000198451388888889 0.476992809565972 0 0.480278439270833 0.0425302982638889
-58.125 43.75 0 0.0535107374479167 0.308950879788773 0 0.452240280211227 0.185298103229167
-61.875 43.75 0 0.0148934218506944 0.507852212333333 0 0.373685056663194 0.103569310151042
-65.625 43.75 0 0.0259018625607639 0.679412460920139 0 0.294669459696181 1.621875e-05
-69.375 43.75 0 0.0612137175520833 0.7270758278125 0 0.210479635355903 0.00123081944444444
-73.125 43.75 0 0.0575496228559028 0.672613064982639 0 0.230916846579861 0.0389204676128472
-76.875 43.75 0 0.0693244210503472 0.60864487734375 0 0.271304979314236 0.0507257241232639
-80.625 43.75 0 0.143196520659722 0.590748558585069 0 0.256375862534722 0.00967905902777778
-84.375 43.75 0 0.120764627994792 0.516958542925347 0 0.355102270104167 0.00717455729166667
-88.125 43.75 0 0.0432668116145833 0.473815093663195 0 0.480858935772569 0.00205915885416667
-91.875 43.75 0 0.00424293489583333 0.306366596857639 0 0.688743430173611 0.000647039930555555
-95.625 43.75 0 0.00188354079861111 0.417733804548611 0 0.580230056909722 0.000152598090277778
-99.375 43.75 0 0.000101021701388889 0.53958287358507 0 0.45693106921875 0.00338503472222222
-103.125 43.75 0 3.19565972222222e-05 0.740159360251736 0 0.259615087829861 0.00019359375
-106.875 43.75 0 0 0.839257701788194 0 0.160742298897569 0
-110.625 43.75 0 0.00415477256944444 0.927850838871528 0 0.0679943851909722 0
-114.375 43.75 0 0.0621187560763889 0.911776889722222 0 0.0240471319444444 0.00205722135416667
-118.125 43.75 0 0.242479938767361 0.701639901805555 0 0.0546597023263889 0.0012204609375
-121.875 43.75 0 0.430308370138889 0.476595688671875 0 0.0915721326215278 0.00152380642361111
-125.625 43.75 0 0.315278376076389 0.282784105598958 0 0.398650981467014 0.00328653385416667
-129.375 43.75 0 0.130690957612847 0.165342436835317 0 0.667917711779514 0.0360488925297619
-133.125 43.75 0 0.0685510742708333 0.0734632536210317 0 0.696302372204861 0.1616833015594
-136.875 43.75 0 0.0106692822627315 0.00566577271412037 0 0.63005964141059 0.353605314561632
-140.625 43.75 0 0.0485032672284544 0.00548665607193732 0 0.413120330251068 0.532889744441774
-144.375 43.75 0 0.0734106838733142 0.00969013201902265 0 0.448551890227637 0.468347289960872
-148.125 43.75 0 0.0219804074107143 0.00613772217261905 0 0.187924939114583 0.783956934889881
--125.625 41.25 0 0.0265636929754274 0.0151013681410256 0 0.76414184018563 0.194193100411993
--121.875 41.25 0 0.0542750088815438 0.137176204451122 0 0.797936426220286 0.0106123576622596
--118.125 41.25 0 0.0205525186024306 0.136102976657986 0 0.838492264882812 0.00485223679253472
--114.375 41.25 0 0.0664807631727431 0.146594176918403 0 0.755212940269097 0.0317121189192708
--110.625 41.25 0 0.0555983937239583 0.360455967868924 0 0.564183585833333 0.0197620558289931
--106.875 41.25 0 0.0712504612065972 0.493082290086805 0 0.435665635846354 1.61067708333333e-06
--103.125 41.25 0 0.213822977894965 0.711461547894965 0 0.07313573828125 0.00157973697916667
--99.375 41.25 0 0.550163101853299 0.43948651875868 0 0.00768915755208333 0.00266121875
--95.625 41.25 0 0.768598876297743 0.151893742712674 0 0.0769545290798611 0.00255284852430556
--91.875 41.25 0 0.675693943927951 0.119855405017361 0 0.196293272430555 0.00815737630208333
--88.125 41.25 0 0.586687392105587 0.0607755770123106 0 0.292303760382813 0.0602332691351799
--84.375 41.25 0 0.494751455460464 0.0669758695549242 0 0.327318607630208 0.110954067256155
--80.625 41.25 0 0.252714391158391 0.0592170145238389 0 0.577630401221333 0.110438191411294
--76.875 41.25 0 0.161659535684066 0.0523055539658816 0 0.733254194348015 0.0527807151617225
--73.125 41.25 0 0.0592246167057292 0.0233983192708333 0 0.677631572104167 0.23974549265408
--69.375 41.25 0 0.0196991803385417 0.00905945746527778 0 0.264366845164931 0.706874523348524
--65.625 41.25 0 0.00263759722222222 0.00167213888888889 0 0.370618638888889 0.62507162375
--9.375 41.25 0 0.0922143438901289 0.0622589668514385 0 0.36457204469556 0.48095464203869
--5.625 41.25 0 0.353013760437683 0.19182853152458 0 0.414834754366548 0.0403229552796053
--1.875 41.25 0 0.394152249501521 0.209709095301078 0 0.385054299401858 0.0110843562540466
-1.875 41.25 0 0.242567454620536 0.122636261235119 0 0.361065799902034 0.273730485768849
-5.625 41.25 0 0.0908236237318122 0.0360473244874339 0 0.238169243097718 0.634959818274636
-9.375 41.25 0 0.109386559765212 0.044567984292328 0 0.412931092132937 0.433114364515542
-13.125 41.25 0 0.290911439480102 0.0986093801931724 0 0.367863349719534 0.242615834898045
-16.875 41.25 0 0.282382367069845 0.143692171951189 0 0.262431714277978 0.311493748555155
-20.625 41.25 0 0.254625991710069 0.178000973428819 0 0.406715539331597 0.160657495273438
-24.375 41.25 0 0.321492953540483 0.172604784023043 0 0.346595122926926 0.159307141154119
-28.125 41.25 0 0.309075684265862 0.0679700395782039 0 0.325093037993608 0.297861237020044
-31.875 41.25 0 0.249603102192708 0.070049811203125 0 0.497012715880208 0.183334367583333
-35.625 41.25 0 0.240699988616728 0.0837001503048407 0 0.437693308959865 0.237906543535539
-39.375 41.25 0 0.168986731783088 0.109160005588673 0 0.546302753728992 0.175550509801296
-43.125 41.25 0 0.220306090281352 0.239749689969764 0 0.531678355487789 0.00826586634205765
-46.875 41.25 0 0.20979402125434 0.246906797005208 0 0.409516745833333 0.133782438821615
-50.625 41.25 0 0.0746874159106952 0.215334938308675 0 0.348348157397169 0.361629490124509
-54.375 41.25 0 0.000101295506143162 0.334429601399239 0 0.595416205411992 0.0700528985670406
-58.125 41.25 0 0.0393712173828125 0.611065934409722 0 0.324870824874132 0.0246920286458333
-61.875 41.25 0 0.0532442256944444 0.663081023389757 0 0.278031020638021 0.00564373385850694
-65.625 41.25 0 0.132718864730903 0.629321643836806 0 0.234306134453125 0.00365335821614583
-69.375 41.25 0 0.205244619730903 0.575705935807292 0 0.212754263997396 0.00629518021267361
-73.125 41.25 0 0.120414784288194 0.575282493541667 0 0.302021989973958 0.00228073741319444
-76.875 41.25 0 0.0471561051866319 0.5053505353125 0 0.417909531375868 0.0295838286414931
-80.625 41.25 0 0.074168986796875 0.385918914887153 0 0.538732479279514 0.00117961892361111
-84.375 41.25 0 0.0522751470442708 0.299538135460069 0 0.644855331024306 0.00333138324652778
-88.125 41.25 0 0.0172154357638889 0.169822810017361 0 0.807322926171875 0.00563883159722222
-91.875 41.25 0 0.00294093402777778 0.110485613802083 0 0.886250891584201 0.000322562934027778
-95.625 41.25 0 0.00639389539930555 0.208071217569444 0 0.785431420768229 0.00010346875
-99.375 41.25 0 0.002065171875 0.340358835425347 0 0.657116684626736 0.000459308159722222
-103.125 41.25 0 4.52677951388889e-05 0.61451244530816 0 0.38541915046441 2.31449652777778e-05
-106.875 41.25 0 0.0577172038802083 0.768323701397569 0 0.171329284244792 0.00262981380208333
-110.625 41.25 0 0.0859586770138889 0.858955987734375 0 0.0508179520572917 0.00426738020833333
-114.375 41.25 0 0.166411074904514 0.613426136002604 0 0.217976851276042 0.00218593619791667
-118.125 41.25 0 0.200307364631076 0.36658454233941 0 0.43215513844184 0.000952958767361111
-121.875 41.25 0 0.280048612890248 0.278892661070162 0 0.33501505714957 0.106043666433424
-125.625 41.25 0 0.155248665698785 0.123971990008681 0 0.709499011384549 0.0112803314539931
-129.375 41.25 0 0.120962216219618 0.054970463734499 0 0.635591658980035 0.188475659715402
-133.125 41.25 0 0.0191428415277778 0.0145758034424603 0 0.716678992517361 0.249602366593502
-136.875 41.25 0 0.0135526782407407 0.00213671548821549 0 0.635195418974116 0.349115212099116
-140.625 41.25 0 0.0590105250405093 0.00575501131102694 0 0.523352959624369 0.411881509780619
-144.375 41.25 0 0.103131371855384 0.0130762573728355 0 0.592056086117424 0.29173628354099
--125.625 38.75 0 0.0274798159722222 0.0302627849702381 0 0.58732328672123 0.354934107085814
--121.875 38.75 0 0.160570736111111 0.14432759672619 0 0.662233211262401 0.0328684508110119
--118.125 38.75 0 0.0188783628472222 0.0959154283159722 0 0.878337938072917 0.00686826909722222
--114.375 38.75 0 0.0255098315972222 0.162707492986111 0 0.810186761666667 0.00159591666666667
--110.625 38.75 0 0.0427268524305555 0.255689177361111 0 0.7005683934375 0.00101558333333333
--106.875 38.75 0 0.136661395833333 0.216227557534722 0 0.647111041684028 0
--103.125 38.75 0 0.333812777552083 0.471063728142361 0 0.193732251736111 0.00139124826388889
--99.375 38.75 0 0.5964338528125 0.398065274670139 0 0.00209323263888889 0.00340763715277778
--95.625 38.75 0 0.630179703732639 0.305468268159722 0 0.0550763072916667 0.00927572048611111
--91.875 38.75 0 0.446580294947917 0.274489291388889 0 0.267213889427083 0.0117165225694444
--88.125 38.75 0 0.620992215017361 0.0659976337673611 0 0.307969340190972 0.0050408125
--84.375 38.75 0 0.333124327847222 0.102320002534722 0 0.562740604548611 0.00181506423611111
--80.625 38.75 0 0.144504121822917 0.126140783315972 0 0.729095185121528 0.00025990625
--76.875 38.75 0 0.254351021059028 0.0712224096180555 0 0.504701271840278 0.169725302881944
--73.125 38.75 0 0.0683807876944444 0.0180779435185185 0 0.337808758148148 0.575732520564815
--9.375 38.75 0 0.1822253396875 0.132305094913194 0 0.332421700607639 0.353047877725695
--5.625 38.75 0 0.347490870520833 0.272970310364583 0 0.372160558350695 0.00737825855902778
--1.875 38.75 0 0.406478945920139 0.241626762447917 0 0.273600556111111 0.0782937353125
-1.875 38.75 0 0.0519388391203704 0.0380903559606482 0 0.0665481443981481 0.843422662118056
-5.625 38.75 0 0.0914350604166667 0.0584969736458333 0 0.190503411083333 0.659564554895833
-9.375 38.75 0 0.0876039767708333 0.05807635625 0 0.363722816645833 0.490596855625
-13.125 38.75 0 0.0406659584375 0.01710546875 0 0.149071221041667 0.793157366354167
-16.875 38.75 0 0.107554600208333 0.0599268817261905 0 0.291918109761905 0.540600408809524
-20.625 38.75 0 0.142441928083333 0.168986038927083 0 0.2300553898125 0.458516639833333
-24.375 38.75 0 0.120321973125 0.129093029635417 0 0.195078206822917 0.55550678578125
-28.125 38.75 0 0.417444384652778 0.108713199652778 0 0.444287783802083 0.0295546316840278
-31.875 38.75 0 0.454349520260417 0.1832018265625 0 0.35044224546875 0.0120064078993056
-35.625 38.75 0 0.313210535746528 0.321827322013889 0 0.348436249322917 0.0165258956076389
-39.375 38.75 0 0.261388534236111 0.273336707986111 0 0.458515140607639 0.00675961979166667
-43.125 38.75 0 0.255784417517361 0.272196331163194 0 0.414435732465278 0.0575835165625
-46.875 38.75 0 0.338152963647412 0.347404636942866 0 0.260289540954861 0.0541528617597853
-50.625 38.75 0 0.126034067840909 0.150950962159091 0 0.309000098697917 0.414014872457386
-54.375 38.75 0 0.0270066545138889 0.364475689791667 0 0.415514528420139 0.193003124635417
-58.125 38.75 0 0.00950933159722222 0.618782806545139 0 0.371519595607639 0.000188272569444444
-61.875 38.75 0 0.026270671875 0.61402435515625 0 0.358455284652778 0.0012496875
-65.625 38.75 0 0.139340357065972 0.582451843524306 0 0.274623303333333 0.00358449652777778
-69.375 38.75 0 0.0999362829166667 0.434006557847222 0 0.44654762765625 0.0195095298090278
-73.125 38.75 0 0.00647402605902778 0.219010692100694 0 0.684669171684028 0.0898461068576389
-76.875 38.75 0 0.102425054149306 0.333014991649306 0 0.555497892447917 0.0090620625
-80.625 38.75 0 0.00620136111111111 0.0484943350694445 0 0.944253128645833 0.001051171875
-84.375 38.75 0 0.000870659722222222 0.02979261140625 0 0.969336727586805 0
-88.125 38.75 0 0.000499236111111111 0.1807638825 0 0.818736882083333 0
-91.875 38.75 0 0.000496666666666667 0.166800571857639 0 0.830592824079861 0.00210994097222222
-95.625 38.75 0 0.00650034914930555 0.317156612204861 0 0.670641216736111 0.00570182291666667
-99.375 38.75 0 0.0439367125173611 0.540209916493055 0 0.412859425329861 0.00299394618055556
-103.125 38.75 0 0.0139381983506944 0.499636665451389 0 0.48623574203125 0.000189390625
-106.875 38.75 0 0.07997836046875 0.774838204722222 0 0.140589315138889 0.00459412326388889
-110.625 38.75 0 0.202003805729167 0.603441551371528 0 0.19247634484375 0.00207830034722222
-114.375 38.75 0 0.410765920086806 0.284011706614583 0 0.304187843333333 0.00103452777777778
-118.125 38.75 0 0.282820405318627 0.132303812669526 0 0.296807079578227 0.288068705130719
-121.875 38.75 0 0.172225896171652 0.136414420032051 0 0.268928461406695 0.422431222631766
-125.625 38.75 0 0.278658569846491 0.0189465552412281 0 0.488554343486842 0.213840532894737
-129.375 38.75 0 0.153872642200292 0.00360897112573099 0 0.580933915369152 0.261584469203216
-136.875 38.75 0 0.0627932370972222 0.00642635176767677 0 0.587186414271465 0.343594000188131
-140.625 38.75 0 0.087506323984127 0.00626379722222222 0 0.653679054234127 0.25255082331746
-144.375 38.75 0 0.0867696067162698 0.0051026875 0 0.622354180674603 0.285773525882936
--121.875 36.25 0 0.185512471398437 0.191180413648438 0 0.425362243604167 0.197944873330729
--118.125 36.25 0 0.0839814408680556 0.174841984027778 0 0.728510784071181 0.0126657927213542
--114.375 36.25 0 0.0164874422743056 0.243755204934896 0 0.736675455234375 0.00308189930555556
--110.625 36.25 0 0.0274226263020833 0.38982651328125 0 0.582741414796007 9.45182291666667e-06
--106.875 36.25 0 0.0785497262630208 0.407551724149306 0 0.513898549782986 0
--103.125 36.25 0 0.152169941163194 0.654104871488715 0 0.192359786545139 0.00136539930555556
--99.375 36.25 0 0.39206240859375 0.59651730030816 0 0.00644156206597222 0.00497872916666667
--95.625 36.25 0 0.443752210980903 0.37488276187066 0 0.165434090351563 0.0159309357638889
--91.875 36.25 0 0.265464618993056 0.276681084761285 0 0.4524413134375 0.00541298611111111
--88.125 36.25 0 0.440874386805555 0.222187568710938 0 0.319218163020833 0.0177198836805556
--84.375 36.25 0 0.217782454852431 0.184115348793403 0 0.58944754125 0.00865465842013889
--80.625 36.25 0 0.153424471831597 0.117140169561632 0 0.724705990577257 0.00472936935763889
--76.875 36.25 0 0.142509562462674 0.0731688263098958 0 0.499916979262153 0.284404634138889
--9.375 36.25 0 0.3101332921875 0.156455542434896 0 0.192358063417969 0.341053105032552
--5.625 36.25 0 0.351663511578125 0.228208454213914 0 0.216188097369978 0.203939936236793
--1.875 36.25 0 0.270587739088294 0.281271484229663 0 0.143214743483631 0.304926032357143
-1.875 36.25 0 0.398644342072917 0.295957426841146 0 0.0190930635850694 0.286305171486111
-5.625 36.25 0 0.422025653364737 0.357930951321998 0 0.0346015923879187 0.185441804895833
-9.375 36.25 0 0.415910534205985 0.181511456469822 0 0.0483701744544015 0.354207837416667
-13.125 36.25 0 0.248304449557292 0.0913004699080883 0 0.185725747977941 0.474669322534926
-16.875 36.25 0 0.058245525 0.0380666833333333 0 0.122791821833333 0.78089596925
-20.625 36.25 0 0.0494113793933824 0.121629324304534 0 0.116208216565564 0.712751093468137
-24.375 36.25 0 0.050623336213673 0.108333084470851 0 0.0781347240986082 0.762908857061231
-28.125 36.25 0 0.168776801570166 0.083517590116342 0 0.281035126835881 0.466670477266752
-31.875 36.25 0 0.204782851964962 0.115426910094697 0 0.380373920681818 0.299416318091856
-35.625 36.25 0 0.308325480406487 0.209146201334044 0 0.323430932873737 0.159097381308475
-39.375 36.25 0 0.360178626649306 0.28180220625 0 0.353749783107639 0.00426938358940972
-43.125 36.25 0 0.353828480998264 0.189160075117187 0 0.453093946514757 0.00391749469184028
-46.875 36.25 0 0.335265815017361 0.454152255720486 0 0.162632289409722 0.0479496400043403
-50.625 36.25 0 0.239488370263641 0.363974331915799 0 0.243531996413442 0.153005303214286
-54.375 36.25 0 0.154700826106771 0.283473757855903 0 0.48588588734809 0.07593952796875
-58.125 36.25 0 0.0899494124826389 0.470899066085069 0 0.439115329913194 3.618359375e-05
-61.875 36.25 0 0.132853200221354 0.715361578372396 0 0.150859744075521 0.000925477864583333
-65.625 36.25 0 0.165914442330729 0.641260088311632 0 0.191886331540799 0.000939131076388889
-69.375 36.25 0 0.199352834717882 0.422207799809028 0 0.35899497327691 0.0194443901909722
-73.125 36.25 0 0.0700443367317709 0.104086839010417 0 0.701042523315972 0.124826298515625
-76.875 36.25 0 0.0125518040711806 0.357938991189236 0 0.507834283858507 0.121674926232639
-80.625 36.25 0 0.0116524068532986 0.421234060655382 0 0.560376836032986 0.00673669965277778
-84.375 36.25 0 0.00154545746527778 0.528284534144965 0 0.465789583858507 0.00438042664930556
-88.125 36.25 0 0.000251061631944444 0.694548032977431 0 0.285274692309028 0.0199262078993056
-91.875 36.25 0 0.00264748784722222 0.44811365937934 0 0.540807143710937 0.00843170529513889
-95.625 36.25 0 0.0122315933159722 0.369248653554688 0 0.612825996944444 0.00569375477430556
-99.375 36.25 0 0.09493619546875 0.563654232413195 0 0.303750558407118 0.0376590136848958
-103.125 36.25 0 0.174848087938368 0.667378318546007 0 0.154329692065972 0.0034438984765625
-106.875 36.25 0 0.365553985989583 0.497002242131076 0 0.135851917365451 0.00159185633680556
-110.625 36.25 0 0.46203254031684 0.303224834726563 0 0.231642343146701 0.00310027994791667
-114.375 36.25 0 0.553416736111111 0.202997918012153 0 0.238257383736979 0.00532795876736111
-118.125 36.25 0 0.489681686830414 0.106744922807371 0 0.330441510623027 0.0731318811209754
-121.875 36.25 0 0.239714393450521 0.0434239244791667 0 0.244204818144531 0.472656870175781
-125.625 36.25 0 0.187660837090008 0.00351508934019832 0 0.422932893391972 0.385891198614607
-129.375 36.25 0 0.0947375322201564 0.00259497105739893 0 0.515276722327088 0.387390776318197
-133.125 36.25 0 0.0416120155208333 0.00322110625 0 0.273146417958333 0.682020453739583
-136.875 36.25 0 0.103121027260417 0.0119073291193182 0 0.646369072082939 0.238602572490294
-140.625 36.25 0 0.104448099392361 0.0100939296875 0 0.690072160690104 0.195385804952257
--121.875 33.75 0 0.063585189375 0.110182500625 0 0.19656099875 0.629671304375
--118.125 33.75 0 0.0548736044184028 0.17541847412037 0 0.518990675506366 0.250717252167245
--114.375 33.75 0 0.0361834628993056 0.333976006336806 0 0.623578566154514 0.00626196527777778
--110.625 33.75 0 0.0209996467013889 0.419672792717014 0 0.55922630999132 0.000101250868055556
--106.875 33.75 0 0.0255593819444444 0.619039169626736 0 0.354541230251736 0.000860223958333333
--103.125 33.75 0 0.0897121237239583 0.784290654809028 0 0.122995570807292 0.0030016484375
--99.375 33.75 0 0.211364365295139 0.760716841059028 0 0.0194767123871528 0.00844207986111111
--95.625 33.75 0 0.267438135321181 0.401821523420139 0 0.314624197881944 0.0161161432291667
--91.875 33.75 0 0.366451714748264 0.177260028949653 0 0.450053450876736 0.00623480208333333
--88.125 33.75 0 0.199816676137153 0.157539008142361 0 0.635669016710069 0.00697529861111111
--84.375 33.75 0 0.14619285265625 0.103717782777778 0 0.739363364079861 0.0107259973958333
--80.625 33.75 0 0.1707481249938 0.0735421667063492 0 0.650485176195436 0.105224528625992
--76.875 33.75 0 0.133516242850942 0.0481187955022322 0 0.502010376046627 0.316354585456349
--16.875 33.75 0 0.0310965 0.0387475 0 0.0938885 0.8362675
--9.375 33.75 0 0.439972535885417 0.065018666875 0 0.023686296875 0.471322503802083
--5.625 33.75 0 0.376529405692551 0.404625322486269 0 0.083799654795928 0.135045618610795
--1.875 33.75 0 0.151920362499504 0.540861732691716 0 0.211541847152034 0.0956760574375
-1.875 33.75 0 0.0850424774305555 0.575686910503472 0 0.338478434791667 0.000792177951388889
-5.625 33.75 0 0.0391276648524306 0.552641960477431 0 0.408230375381944 0
-9.375 33.75 0 0.0478916438624698 0.416274132444143 0 0.418165300818237 0.117668923469203
-13.125 33.75 0 0.0567924199604743 0.332281927981526 0 0.0623869043180365 0.548538736674102
-16.875 33.75 0 0.117908472222222 0.318917837916667 0 0.108823374305556 0.454350299722222
-20.625 33.75 0 0.164200704861111 0.312061691145833 0 0.0704511555902778 0.453286452777778
-24.375 33.75 0 0.0810112669101731 0.242567712390422 0 0.0867380373904221 0.589682986093074
-28.125 33.75 0 0.0128849365079365 0.0405801189880952 0 0.0218235813492063 0.924711356765873
-31.875 33.75 0 0.0847953755208333 0.00759973947916667 0 0.292807315729167 0.614797576145833
-35.625 33.75 0 0.199343573020833 0.204406411960069 0 0.349119841142361 0.2471301705
-39.375 33.75 0 0.0748382011458333 0.285583801710069 0 0.638744131232639 0.000833863715277778
-43.125 33.75 0 0.152233824322917 0.108969263151042 0 0.718717755842014 0.0200791553819444
-46.875 33.75 0 0.250942395251736 0.386692328237847 0 0.361897184001736 0.000468090277777778
-50.625 33.75 0 0.09110432859375 0.409982120217014 0 0.498505271189236 0.00040828125
-54.375 33.75 0 0.0149660032899306 0.136349183845486 0 0.848684813619792 0
-58.125 33.75 0 0.0167992784461806 0.218777277847222 0 0.764423444774306 0
-61.875 33.75 0 0.139557188819444 0.490121897838542 0 0.370316901892361 4.01475694444444e-06
-65.625 33.75 0 0.121747614244792 0.631954543263889 0 0.245968459913194 0.000329381076388889
-69.375 33.75 0 0.244333461623264 0.370451407604167 0 0.380281294019097 0.00493383333333333
-73.125 33.75 0 0.455988544748264 0.109018723888889 0 0.413156500572917 0.0218362339756944
-76.875 33.75 0 0.123814127274306 0.184067891267361 0 0.564104820286458 0.128013163315972
-80.625 33.75 0 0.0012476953125 0.630872749505208 0 0.347721944652778 0.0201576102430556
-84.375 33.75 0 0.000132827256944444 0.789525345078125 0 0.197615802769097 0.0127260260416667
-88.125 33.75 0 0.000218806423611111 0.783627709279514 0 0.198369811701389 0.017783671875
-91.875 33.75 0 0.00429730381944444 0.657632854114583 0 0.320788825737847 0.0172810138888889
-95.625 33.75 0 0.0204287761371528 0.701765418098958 0 0.273314224513889 0.00449158420138889
-99.375 33.75 0 0.0389654339409722 0.726404180364583 0 0.232045320989583 0.00258506336805556
-103.125 33.75 0 0.171442362569444 0.612024566909722 0 0.21602838390625 0.000504684895833333
-106.875 33.75 0 0.4716447634375 0.168010135329861 0 0.358902141067708 0.0014429609375
-110.625 33.75 0 0.412301866085069 0.244364185052083 0 0.335995897855903 0.00733805034722222
-114.375 33.75 0 0.541741431223958 0.225908587638889 0 0.221487537960069 0.0108624444444444
-118.125 33.75 0 0.411598437821181 0.0966844479513889 0 0.406774007934028 0.084943106171875
-121.875 33.75 0 0.170350042045455 0.0233854772727273 0 0.289581161136364 0.516683327954545
-125.625 33.75 0 0.115594322894737 0.00380485526315789 0 0.429511095789474 0.451089727171053
-129.375 33.75 0 0.0793627853185046 0.00406472048350042 0 0.480512893317565 0.436059597344533
-133.125 33.75 0 0.0682517393849206 0.00430470724206349 0 0.555803110943452 0.371640444650298
-136.875 33.75 0 0.0579758076736111 0.00390562247474747 0 0.577525068184975 0.360593499100379
-140.625 33.75 0 0.0414314 0.0054999 0 0.350093762666667 0.602974923
--118.125 31.25 0 0.0226262413628472 0.0982700559100116 0 0.382896095470197 0.496207618431713
--114.375 31.25 0 0.0239352126004464 0.373682231103051 0 0.445659171077629 0.156723384466766
--110.625 31.25 0 0.0236166801215278 0.54338112984809 0 0.404147175551215 0.0288550102256944
--106.875 31.25 0 0.0136838342013889 0.813144810677083 0 0.172388207829861 0.000783149739583333
--103.125 31.25 0 0.0388527550607639 0.923694447738715 0 0.0357034163975694 0.00174938064236111
--99.375 31.25 0 0.209442563689236 0.768266767421875 0 0.0159383462109375 0.00635232378472222
--95.625 31.25 0 0.255208560755208 0.322017129097222 0 0.404651631206597 0.0181226788194444
--91.875 31.25 0 0.215149517430556 0.099982778828125 0 0.660994786011285 0.0238729168315972
--88.125 31.25 0 0.0979062281770833 0.0805085020269097 0 0.698414718511285 0.123170548867187
--84.375 31.25 0 0.142312155551215 0.112265814105903 0 0.658512780659722 0.0869092491840278
--80.625 31.25 0 0.121158255890377 0.0622935157260665 0 0.586405177946429 0.230143047087054
--13.125 31.25 0 0.335655163242187 0.202243177460937 0 0.0138785325520833 0.448223126914063
--9.375 31.25 0 0.310172832981771 0.456170947070312 0 0.0150106549479167 0.218645565377604
--5.625 31.25 0 0.1133333948619 0.470228700524384 0 0.40779053570786 0.00864736975852273
--1.875 31.25 0 0.003954635 0.188433088394097 0 0.807482962703993 0.000129315104166667
-1.875 31.25 0 0.00368277647569444 0.0866789123220486 0 0.909638310438368 0
-5.625 31.25 0 0.00648690407986111 0.0614460052907986 0 0.932067089835069 0
-9.375 31.25 0 0.00215546088088768 0.0911014901022796 0 0.882141495014153 0.0246015560054348
-13.125 31.25 0 0.0239289235219038 0.266920336465487 0 0.663527363738369 0.0456233771146245
-16.875 31.25 0 0.0297528993055556 0.257071710520833 0 0.460669871805556 0.252505512638889
-20.625 31.25 0 0.0421944822048611 0.29870209175 0 0.475308044238715 0.183795381256944
-24.375 31.25 0 0.00374560114562747 0.0951807499390646 0 0.796725137692122 0.104348512241024
-28.125 31.25 0 0.0240602078005115 0.00192250005434783 0 0.745750943432438 0.228266350494459
-31.875 31.25 0 0.322286336860119 0.00956671423363095 0 0.505687141138393 0.162459807313988
-35.625 31.25 0 0.0751026237113095 0.206735385987475 0 0.636362264069196 0.0817997250997024
-39.375 31.25 0 0.00803144184027778 0.491810472013889 0 0.500158088537326 0
-43.125 31.25 0 0.0568673331684028 0.151795662591146 0 0.783912756015625 0.00742424836371528
-46.875 31.25 0 0.129927059392361 0.200511134466146 0 0.662067317421875 0.00749448734809028
-50.625 31.25 0 0.119325667756076 0.364641424427083 0 0.500597767799479 0.0154351404557292
-54.375 31.25 0 0.0321794385199653 0.18316105109809 0 0.784550893784722 0.000108618489583333
-58.125 31.25 0 0.00257678342013889 0.0876044743619792 0 0.909818746484375 0
-61.875 31.25 0 0.0657481335112847 0.218268096588542 0 0.711869745815972 0.00411402039930555
-65.625 31.25 0 0.0736299538151042 0.348514489960937 0 0.577623758220486 0.000231801649305556
-69.375 31.25 0 0.275931810260417 0.142177495177951 0 0.573672475998264 0.00821821788194445
-73.125 31.25 0 0.711435327803819 0.0467052624913194 0 0.230538749652778 0.0113206610243056
-76.875 31.25 0 0.473835317534722 0.162279014939236 0 0.327966718003472 0.0359189529774306
-80.625 31.25 0 0.0447936675347222 0.598039828511285 0 0.323850612543403 0.0333158904557292
-84.375 31.25 0 0.000309262152777778 0.779024592092014 0 0.191551668567708 0.0291144765538194
-88.125 31.25 0 6.46853298611111e-05 0.755490703485243 0 0.199073000325521 0.0453716091840278
-91.875 31.25 0 0.021551920703125 0.756720559201389 0 0.195484541762153 0.0262429771831597
-95.625 31.25 0 0.0599039435286458 0.724238288606771 0 0.203936879661458 0.0119208901909722
-99.375 31.25 0 0.0241636719053819 0.723292967287326 0 0.252470566697049 7.27960069444444e-05
-103.125 31.25 0 0.256078509648438 0.436390542539062 0 0.307079472361111 0.00045148046875
-106.875 31.25 0 0.469658867565104 0.183599890195313 0 0.340791433350695 0.00594981032986111
-110.625 31.25 0 0.277400851436632 0.290269582408854 0 0.42410255171875 0.00822701215277778
-114.375 31.25 0 0.370812083133681 0.266466440768229 0 0.329040950125868 0.0336805240928819
-118.125 31.25 0 0.268679929045139 0.114534445182292 0 0.562918299179688 0.0538673229296875
-121.875 31.25 0 0.242591262617536 0.0833862259564394 0 0.333040424163882 0.340982086579768
-129.375 31.25 0 0.0487501726537698 0.00392091676587302 0 0.392782326106151 0.554546582345238
-133.125 31.25 0 0.0382540593799603 0.00271347549603175 0 0.53413803671131 0.42489443072619
-136.875 31.25 0 0.0246587222222222 0.00204184722222222 0 0.455373050277778 0.51792637875
--118.125 28.75 0 0.00184796990740741 0.134870069212963 0 0.500454353310185 0.362827603113426
--114.375 28.75 0 0.00698051291666667 0.218563358550195 0 0.396168430448343 0.378287696281676
--110.625 28.75 0 0.0457386564409722 0.383662267877376 0 0.475317067929459 0.0952820073391813
--106.875 28.75 0 0.0607285364409722 0.778035540173611 0 0.153921366822917 0.00731455729166666
--103.125 28.75 0 0.04812258765625 0.818873452048611 0 0.132039722048611 0.000964237847222222
--99.375 28.75 0 0.274733241527778 0.611332857986111 0 0.0697955049479167 0.0441383952604167
--95.625 28.75 0 0.326623870956439 0.270683355333018 0 0.0879762724005682 0.31471650714173
--91.875 28.75 0 0.17705824452862 0.102773327899832 0 0.238061223956229 0.482107211447811
--88.125 28.75 0 0.01713184375 0.0218059548611111 0 0.0788181388888889 0.882244062013889
--84.375 28.75 0 0.0496597897149123 0.0961331108625731 0 0.372528289225146 0.481678819225146
--80.625 28.75 0 0.0730702676973684 0.150625204002193 0 0.434078391754386 0.342226133004386
--16.875 28.75 0 0.00855814285714286 0.0926638585714286 0 0.104635858571429 0.794142144285714
--13.125 28.75 0 0.00019593137254902 0.150814615178571 0 0.143129391081933 0.705860060623249
--9.375 28.75 0 0.00168768198529412 0.411044834947917 0 0.481656753438521 0.105610724215686
--5.625 28.75 0 0.00318956770833333 0.117876805902778 0 0.8789336221875 0
--1.875 28.75 0 0.00520187847222222 0.0270269917013889 0 0.967771128125 0
-1.875 28.75 0 0.00396819965277778 0.228806847534722 0 0.767224959392361 0
-5.625 28.75 0 0.000500701388888889 0.103767812048611 0 0.895731484895833 0
-9.375 28.75 0 0.000810746527777778 0.0932884238715278 0 0.905900827048611 0
-13.125 28.75 0 3.70451388888889e-05 0.106202260069444 0 0.893760691875 0
-16.875 28.75 0 0.00537816145833333 0.0204196510416667 0 0.974202189236111 0
-20.625 28.75 0 0.00110050347222222 0.00531722743055556 0 0.993582269704861 0
-24.375 28.75 0 0.00330450520833333 0.00164293055555556 0 0.995052564184028 0
-28.125 28.75 0 0.00086271875 7.82100694444444e-05 0 0.9990590715625 0
-31.875 28.75 0 0.0575051982465278 0.0510566496527778 0 0.818806779722222 0.0726313743576389
-35.625 28.75 0 0.00112946006944444 0.4524067715625 0 0.486429090381944 0.0600346779861111
-39.375 28.75 0 0.000429623263888889 0.802107401267361 0 0.197462973993056 0
-43.125 28.75 0 2.87795138888889e-05 0.776670401423611 0 0.223300819375 0
-46.875 28.75 0 0.00358369444444444 0.393577686510417 0 0.486490668038194 0.116347951180556
-50.625 28.75 0 0.0676496182465278 0.271369466951389 0 0.359604834263889 0.30137608175
-54.375 28.75 0 0.0573445903993056 0.302600154045139 0 0.632741669739583 0.007313578125
-58.125 28.75 0 0.0113968888888889 0.162089429270833 0 0.826513674635417 0
-61.875 28.75 0 0.00553175868055555 0.0530290643229167 0 0.941439182795139 0
-65.625 28.75 0 0.0754891053298611 0.0527398248784722 0 0.871771068472222 0
-69.375 28.75 0 0.290708038350694 0.0528113194444445 0 0.647857687708333 0.00862295486111111
-73.125 28.75 0 0.390205662482639 0.0581230972222222 0 0.551103314131944 0.000567927083333333
-76.875 28.75 0 0.669458848090278 0.0119006857638889 0 0.317716618350694 0.000923847222222222
-80.625 28.75 0 0.378413052951389 0.103007077361111 0 0.508433129357639 0.0101467413194444
-84.375 28.75 0 0.0555134121180556 0.503898905989583 0 0.410571667309028 0.0300160138888889
-88.125 28.75 0 0.00195783508680556 0.790113911666667 0 0.200872023072917 0.00705623090277778
-91.875 28.75 0 0.0813263755208333 0.634576852673611 0 0.261798802083333 0.02229797015625
-95.625 28.75 0 0.228065594513889 0.354571362239583 0 0.405090425920139 0.0122726197916667
-99.375 28.75 0 0.0806673913541667 0.49753710828125 0 0.415352076788195 0.00644342708333333
-103.125 28.75 0 0.333641198993056 0.305361680069444 0 0.358795630173611 0.00220149131944444
-106.875 28.75 0 0.4815222228125 0.211983221510417 0 0.296561538854167 0.00993301736111111
-110.625 28.75 0 0.273167563715278 0.288607623333333 0 0.424377536076389 0.0138472797048611
-114.375 28.75 0 0.261060910208333 0.305529392065972 0 0.372870029270833 0.0605396688194444
-118.125 28.75 0 0.149650010416667 0.311381260399306 0 0.531081054097222 0.00788767189236111
-121.875 28.75 0 0.14161247625 0.274964781580882 0 0.381224210183824 0.202198535490196
-129.375 28.75 0 0.0307767666666667 0.004724175 0 0.307046423020833 0.6574526435625
-133.125 28.75 0 0.0321922333333333 0.004484575 0 0.343632521354167 0.6196906745625
--114.375 26.25 0 0.000729939338235294 0.165654683986928 0 0.466937545477941 0.366677827495915
--110.625 26.25 0 0.0909052778758268 0.239838317230949 0 0.393115218237258 0.27614118646836
--106.875 26.25 0 0.0735392819298869 0.441040949856771 0 0.467681597321322 0.0177381693323864
--103.125 26.25 0 0.0537632208854167 0.747738046362847 0 0.195428092951389 0.00307063628472222
--99.375 26.25 0 0.118229054799144 0.574912146619288 0 0.195572383689966 0.111286415577439
--95.625 26.25 0 0.145256710919993 0.497908718463323 0 0.132435560676646 0.224399015091036
--84.375 26.25 0 0.0883254569978633 0.172079438434829 0 0.331249627649573 0.408345476578526
--80.625 26.25 0 0.0850461572039072 0.137677856768277 0 0.381524611193758 0.395751377229625
--76.875 26.25 0 0.00469491220238095 0.00508382413839286 0 0.142590199110119 0.847631072556548
--20.625 26.25 0 0.001476 0.031951 0 0.025482 0.941091
--16.875 26.25 0 0.00343291666666667 0.07215284375 0 0.132661641822917 0.79175260734375
--13.125 26.25 0 4.24500868055556e-05 0.191134557667535 0 0.703019042178819 0.105803950472222
--9.375 26.25 0 0.000486532986111111 0.0306834334244792 0 0.968830036662326 0
--5.625 26.25 0 0.000277618923611111 0.00737950962239583 0 0.992342876163194 0
--1.875 26.25 0 0.00571526388888889 0.01362415421875 0 0.980660583103298 0
-1.875 26.25 0 0.00175510546875 0.0568518786805556 0 0.941393017356771 0
-5.625 26.25 0 0.000273547309027778 0.0631794084765625 0 0.936547042864583 0
-9.375 26.25 0 0.00128028559027778 0.0946592908723958 0 0.904060423546007 0
-13.125 26.25 0 0.048334077391493 0.0424499803732639 0 0.909215942747396 0
-16.875 26.25 0 0.00597850520833333 0.0216541419270833 0 0.972347018867187 2.03359375e-05
-20.625 26.25 0 0.0214497067447917 0.0101208328993056 0 0.968429461302083 0
-24.375 26.25 0 0.0133915267274306 0.00734122395833333 0 0.979267248498264 0
-28.125 26.25 0 0.00288225520833333 0.000255986545138889 0 0.996861755512153 0
-31.875 26.25 0 0.0510071085318113 0.01784425234375 0 0.866850073802801 0.0642985639189119
-35.625 26.25 0 0.000612265797190587 0.41150822709329 0 0.384755605956268 0.20312390263193
-39.375 26.25 0 0.000170413781658497 0.85460973446972 0 0.122054021140727 0.023165831863511
-43.125 26.25 0 0.00185531857638889 0.851446359144965 0 0.146698323854167 0
-46.875 26.25 0 0.00034853125 0.751381884557292 0 0.201477429405382 0.0467921574435764
-50.625 26.25 0 0.00262693967013889 0.252188087786458 0 0.414618881028646 0.330566099327257
-54.375 26.25 0 0.0112613040364583 0.157203183320312 0 0.558585961861979 0.272949548613281
-58.125 26.25 0 0.00331326072048611 0.120268184735243 0 0.737714594715278 0.13870395441276
-61.875 26.25 0 0.0112982356770833 0.0853646282248264 0 0.844642732630208 0.0586944053819444
-65.625 26.25 0 0.1361347909406 0.0488446984747024 0 0.752898694149305 0.0621218175768849
-69.375 26.25 0 0.179457521280382 0.0722591605902778 0 0.735605684448785 0.0126776315451389
-73.125 26.25 0 0.429869990460069 0.0513929613715278 0 0.518359444895833 0.000377605034722222
-76.875 26.25 0 0.651800311362847 0.0293990381944444 0 0.315459909396701 0.00334074609375
-80.625 26.25 0 0.793491765373264 0.0161748372395833 0 0.179310649969618 0.0110227491319444
-84.375 26.25 0 0.678051387065972 0.0341659455251736 0 0.273250886866319 0.0145317834201389
-88.125 26.25 0 0.501218232534722 0.0807588455034722 0 0.399703186228299 0.0183197443576389
-91.875 26.25 0 0.409510564644097 0.0356462057291667 0 0.548445561957465 0.00639766579861111
-95.625 26.25 0 0.20259179858941 0.0419551951171875 0 0.755183427547743 0.000269575954861111
-99.375 26.25 0 0.0653531970659722 0.339804647417535 0 0.593845133658854 0.000997020399305556
-103.125 26.25 0 0.232032192873264 0.450490136818576 0 0.314061698771701 0.00341596865017361
-106.875 26.25 0 0.257623168220486 0.262971472400174 0 0.479115097139757 0.000290258680555556
-110.625 26.25 0 0.166180655355903 0.299408158033854 0 0.533160896519097 0.00125029079861111
-114.375 26.25 0 0.176321430429688 0.226839849913194 0 0.593683582977431 0.00315513888888889
-118.125 26.25 0 0.0601453958417855 0.122978825781022 0 0.73073874152595 0.0861370335562866
-121.875 26.25 0 0.0792841233680556 0.0513066585648148 0 0.317167358409722 0.552241870650463
-125.625 26.25 0 0.0282303916666667 0.00342688888888889 0 0.17159390925 0.796748818305556
--159.375 23.75 0 0.057219 0.0653725 0 0.0493335 0.82807499
--110.625 23.75 0 0.0480525537405303 0.141575686820549 0 0.305491924216383 0.50487983640625
--106.875 23.75 0 0.114745002746941 0.189261429453125 0 0.538494711411895 0.157498855623907
--103.125 23.75 0 0.108892470442708 0.604889491180556 0 0.282653436397569 0.00356460329861111
--99.375 23.75 0 0.102149259977679 0.42921474218874 0 0.376583096920883 0.0920529008035714
--95.625 23.75 0 0.122638946011905 0.352408321309524 0 0.324369719702381 0.200583012738095
--84.375 23.75 0 0.100297340277778 0.0768189492361111 0 0.221591712652778 0.601292002638889
--80.625 23.75 0 0.127559683804182 0.0858203883394383 0 0.256173799419567 0.530446131317155
--76.875 23.75 0 0.00862971608745421 0.00513376649954212 0 0.113529180931777 0.872707342834249
--73.125 23.75 0 0.0008775 0.00010225 0 0.0383274375 0.960692809375
--16.875 23.75 0 0 0.00347475 0 0.592655168333333 0.403870088333333
--13.125 23.75 0 2.43012152777778e-05 0.0436649177430556 0 0.933626131137153 0.0226846475694444
--9.375 23.75 0 7.13472222222222e-05 0.0126705946180556 0 0.987258057282986 0
--5.625 23.75 0 8.16805555555556e-05 0.00649136212673611 0 0.993426957621528 0
--1.875 23.75 0 4.59071180555556e-05 0.00234694271701389 0 0.997607151163194 0
-1.875 23.75 0 0.00143141840277778 0.00850562938368056 0 0.990062953897569 0
-5.625 23.75 0 0.00178902083333333 0.0310642440364583 0 0.967146734314236 0
-9.375 23.75 0 0.00208240625 0.0228453265364583 0 0.975072266614583 0
-13.125 23.75 0 0.00288239236111111 0.0231883834895833 0 0.973929223732639 0
-16.875 23.75 0 0.001088 0.00792453559027778 0 0.990946791944444 4.0671875e-05
-20.625 23.75 0 0.0090288515625 0.0153719982638889 0 0.975599150451389 0
-24.375 23.75 0 0.00913823263888889 0.0102254157986111 0 0.98063635453125 0
-28.125 23.75 0 0.00393445833333333 0.000368450520833333 0 0.995697089288194 0
-31.875 23.75 0 0.0111465821454678 0.000116815972222222 0 0.947151731968202 0.0415848663770102
-35.625 23.75 0 0.00124793412414308 0.197780993049428 0 0.568509401271415 0.232461668820408
-39.375 23.75 0 3.73588133169935e-05 0.697785019902982 0 0.197546617758885 0.104631001374591
-43.125 23.75 0 0.000275059027777778 0.5346774925 0 0.464920878802083 0.000126568576388889
-46.875 23.75 0 0.000249106770833333 0.571926976015625 0 0.419394914696181 0.00842900169270833
-50.625 23.75 0 0.00245717361111111 0.192822726770833 0 0.653327516380208 0.151392586293403
-54.375 23.75 0 0.0190683988715278 0.116418560842014 0 0.696142079296875 0.168370963302951
-58.125 23.75 0 0.00192832736855159 0.0333855288144841 0 0.60545306903621 0.359233074414559
-61.875 23.75 0 0.00818609375 0.0409489097222222 0 0.716087375104167 0.234777621527778
-65.625 23.75 0 0.0741942294766865 0.0239332181299603 0 0.538334084982639 0.363538464441964
-69.375 23.75 0 0.259940175060764 0.0452608723958333 0 0.541241554817708 0.1535573984375
-73.125 23.75 0 0.519452338020833 0.0347108611111111 0 0.440278482109375 0.00555831859375
-76.875 23.75 0 0.477846811423611 0.0455545789930556 0 0.470983190555555 0.00561541753472222
-80.625 23.75 0 0.564962915694444 0.0400879887152778 0 0.388355069322917 0.00659402690972222
-84.375 23.75 0 0.771215209392361 0.0193322404513889 0 0.198674007690972 0.0107785425347222
-88.125 23.75 0 0.798156001171875 0.0196761493055556 0 0.168416088272569 0.0137517638888889
-91.875 23.75 0 0.366522182465278 0.0212474253472222 0 0.565343356866319 0.0468870386892361
-95.625 23.75 0 0.0995814981510417 0.0264244698090278 0 0.873434662378472 0.000559369791666667
-99.375 23.75 0 0.0791317864322917 0.259570771284722 0 0.660089688680556 0.00120775260416667
-103.125 23.75 0 0.205274991510417 0.348243092404514 0 0.442499158663194 0.00398275761284722
-106.875 23.75 0 0.192421757152778 0.285208953472222 0 0.522024267248264 0.000345021701388889
-110.625 23.75 0 0.225982735920139 0.309509300859375 0 0.450390596414931 0.0141173665104167
-114.375 23.75 0 0.151487625260417 0.177987969655671 0 0.586953962314815 0.0835704399131944
-118.125 23.75 0 0.0903785289491959 0.143768634163316 0 0.299146709148544 0.466706126800073
-121.875 23.75 0 0.102820796655983 0.0979371540473647 0 0.290402766575855 0.508839285279558
--163.125 21.25 0 0.0325892743055556 0.0419789809027778 0 0.0386623732638889 0.886769367048611
--159.375 21.25 0 0.0212457534722222 0.0382970283564815 0 0.0682741313657407 0.872183083923611
--155.625 21.25 0 0.0126124861111111 0.0668430601851852 0 0.0951790925925926 0.825365356597222
--106.875 21.25 0 0.122747237419872 0.186042832083333 0 0.287449668441506 0.403760256734776
--103.125 21.25 0 0.19765577203125 0.450844618693576 0 0.345197060963542 0.00630254947916667
--99.375 21.25 0 0.273485298522263 0.28383048230673 0 0.355749006308466 0.0869352149438317
--95.625 21.25 0 0.279125711561989 0.176275425964052 0 0.349816875208844 0.194781989998979
--91.875 21.25 0 0.279756326666667 0.12255467 0 0.251577326666667 0.346111673333333
--88.125 21.25 0 0.138991013721591 0.0525267817234848 0 0.448083671306818 0.36039853289536
--84.375 21.25 0 0.0705452456423611 0.0474571520833333 0 0.179755870197917 0.70224173358507
--80.625 21.25 0 0.234250827618857 0.104845093966346 0 0.183469154779848 0.47743492616453
--76.875 21.25 0 0.232175875287618 0.120596377415655 0 0.194418294813966 0.452809452057397
--73.125 21.25 0 0.0262628125 0.0174774280729167 0 0.166881018177083 0.789378744179687
--69.375 21.25 0 0.003483 0 0 0.076189 0.92032802
--16.875 21.25 0 0 0.00301789675245098 0 0.79344331331393 0.203538789496528
--13.125 21.25 0 2.08802083333333e-05 0.00423774565972222 0 0.995741375303819 0
--9.375 21.25 0 4.08203125e-06 0.00200309418402778 0 0.997992823997396 0
--5.625 21.25 0 1.242578125e-05 0.000692926649305555 0 0.999294647517361 0
--1.875 21.25 0 2.12821180555556e-05 0.000107913194444444 0 0.999870805069444 0
-1.875 21.25 0 0.00173159331597222 0.0238497732508681 0 0.974418633641493 0
-5.625 21.25 0 0.00373005815972222 0.00430553125 0 0.991964408368056 0
-9.375 21.25 0 0.00231627951388889 0.00167439713541667 0 0.996009322638889 0
-13.125 21.25 0 0.00500905078125 0.000697503038194444 0 0.994293447243924 0
-16.875 21.25 0 0.00184579427083333 0.00923229774305556 0 0.98892190594618 0
-20.625 21.25 0 0.00979521484375 0.0193091584201389 0 0.970895625290799 0
-24.375 21.25 0 0.00681112326388889 0.00707504644097222 0 0.986113830759549 0
-28.125 21.25 0 0.00091665625 0.000525910590277778 0 0.998557433702257 0
-31.875 21.25 0 0.00040392578125 0.00156329079861111 0 0.982996658537326 0.0150361264496528
-35.625 21.25 0 9.04066220238095e-05 0.0190849409548611 0 0.81661983781188 0.164204814079241
-39.375 21.25 0 0.000166559273097826 0.54729947478091 0 0.302857787127302 0.149676178056688
-43.125 21.25 0 0.000211150928442029 0.503852068332956 0 0.492849404164402 0.00308738074199879
-46.875 21.25 0 0.000105811197916667 0.256512343524305 0 0.743381843415799 0
-50.625 21.25 0 0.000248459635416667 0.201802092139757 0 0.797822298055555 0.000127149305555556
-54.375 21.25 0 0.000297091579861111 0.353767432092014 0 0.645854561545139 8.09131944444445e-05
-58.125 21.25 0 0.000444240431808688 0.028983664973991 0 0.753070934171888 0.217501160948987
-69.375 21.25 0 0.265564356583333 0.0328468920138889 0 0.313165383475694 0.388423366282986
-73.125 21.25 0 0.424769316866872 0.0319235792929293 0 0.430312077470171 0.112995026143782
-76.875 21.25 0 0.448976392421875 0.04437533203125 0 0.505060448094618 0.00158782595486111
-80.625 21.25 0 0.509838472799479 0.0443945894097222 0 0.440662605577257 0.00510433463541666
-84.375 21.25 0 0.665930215598958 0.035553328125 0 0.267011313671875 0.0315051447612847
-88.125 21.25 0 0.458666896671007 0.00601581467013889 0 0.194101821306424 0.341215465646701
-91.875 21.25 0 0.215086645338542 0.0127016636284722 0 0.549203905130208 0.223007788875868
-95.625 21.25 0 0.210293830173611 0.00516241753472222 0 0.782184414657118 0.00235933940972222
-99.375 21.25 0 0.0792344726475694 0.0656740896310764 0 0.854734027413194 0.000357413194444444
-103.125 21.25 0 0.0990391847960069 0.0818335443185764 0 0.817403347864583 0.001723921875
-106.875 21.25 0 0.239457827515501 0.121018412234003 0 0.476930486283482 0.162593279446925
-110.625 21.25 0 0.168074657601562 0.192964091114583 0 0.33326939162066 0.305691867362847
-114.375 21.25 0 0.134731945260417 0.150327851715856 0 0.478088960584491 0.236851243151042
-118.125 21.25 0 0.0698539227083333 0.102190486087963 0 0.112468747662037 0.715486843333333
-121.875 21.25 0 0.0512469538862179 0.0527041906009615 0 0.0968515641266026 0.799197279751603
--159.375 18.75 0 0.00723836111111111 0.0163579305555556 0 0.0236225277777778 0.952781175972222
--155.625 18.75 0 0.00885870238095238 0.0838336716071428 0 0.239441082440476 0.667866540654762
--151.875 18.75 0 0.0112483363095238 0.0963818087797619 0 0.215729381696429 0.676640470818452
--106.875 18.75 0 0.0844580084375 0.0755108625 0 0.167722231145833 0.672308917361111
--103.125 18.75 0 0.252694695793651 0.288072586118552 0 0.329137266202877 0.130095452867064
--99.375 18.75 0 0.283452358732639 0.213339756145833 0 0.473738698680556 0.0294691894270833
--95.625 18.75 0 0.213430093292824 0.116690806591435 0 0.368995428096065 0.30088366947338
--91.875 18.75 0 0.0925077189733116 0.053982845043573 0 0.542688364098584 0.310821071228213
--88.125 18.75 0 0.0638526370238095 0.0205013700396825 0 0.619354155138889 0.296291833685516
--84.375 18.75 0 0.0489627627083333 0.0364030833333333 0 0.161520064791667 0.753114089270833
--80.625 18.75 0 0.082566668125 0.0373858958333333 0 0.202106855625 0.677940591875
--76.875 18.75 0 0.0834293083333333 0.0636950009583333 0 0.184766296166667 0.668109394
--73.125 18.75 0 0.212143958665459 0.128767524018116 0 0.210833351887681 0.448255165247585
--69.375 18.75 0 0.146862782391304 0.216512270588768 0 0.228131579682971 0.408493364574275
--65.625 18.75 0 0.0355512048611111 0.0479000920138889 0 0.193994707986111 0.722553998402778
--16.875 18.75 0 0 0.0204304815155229 0 0.781880007926879 0.197689511336806
--13.125 18.75 0 0 0.0550671934375 0 0.944932808125 0
--9.375 18.75 0 0 0.0288126711979167 0 0.971187328576389 0
--5.625 18.75 0 0 6.96527777777778e-06 0 0.999993035607639 0
--1.875 18.75 0 1.940625e-05 0.000991246527777778 0 0.998989346076389 0
-1.875 18.75 0 0.00114081597222222 0.0236525347222222 0 0.975206650486111 0
-5.625 18.75 0 0.004992234375 0.0140260434027778 0 0.980981725295139 0
-9.375 18.75 0 0.00214720138888889 0.00289300520833333 0 0.994959796267361 0
-13.125 18.75 0 0.00103178819444444 7.42013888888889e-05 0 0.998894008923611 0
-16.875 18.75 0 0.000625274305555556 0.00366122743055555 0 0.99571349875 0
-20.625 18.75 0 0.000435171875 0.0151439043229167 0 0.984420922204861 0
-24.375 18.75 0 0.000261871527777778 0.00831414223958333 0 0.99142398875 0
-28.125 18.75 0 6.5625e-05 0.00156112847222222 0 0.998373247118056 0
-31.875 18.75 0 0.00204116493055556 0.0262119548611111 0 0.965485336302083 0.00626154340277778
-35.625 18.75 0 0.00152864930555556 0.0680991906770833 0 0.841152799340278 0.0892193616579861
-39.375 18.75 0 0.000799604166666667 0.505791152552083 0 0.24547811 0.247931129942708
-43.125 18.75 0 0.000275263888888889 0.785710867829861 0 0.202726959513889 0.011286904125
-46.875 18.75 0 7.65277777777778e-06 0.303469989427083 0 0.696522357690972 0
-50.625 18.75 0 1.45138888888889e-06 0.244908468194444 0 0.75509007890625 0
-54.375 18.75 0 9.23611111111111e-07 0.117086419305556 0 0.845656654513889 0.0372560026215278
-58.125 18.75 0 0.000316888888888889 0.0121332100868056 0 0.556390003420139 0.431159900815972
-73.125 18.75 0 0.377028509590278 0.0388685666666667 0 0.431866594097222 0.152236334833333
-76.875 18.75 0 0.475126119722222 0.0471896788194445 0 0.471688643368056 0.00599555902777778
-80.625 18.75 0 0.424414542361111 0.0400236788194444 0 0.528709563958333 0.00685221701388889
-84.375 18.75 0 0.423173433289141 0.0307027110164141 0 0.242696018319129 0.303427842247475
-88.125 18.75 0 0.343705409425505 0.00223817550505051 0 0.188938400214646 0.465118011925505
-91.875 18.75 0 0.146052398368056 0.00911839814814815 0 0.54256672650463 0.302262478425926
-95.625 18.75 0 0.150324022107639 0.00427082395833333 0 0.749818603288194 0.0955865483055556
-99.375 18.75 0 0.115794435347222 0.0143355954861111 0 0.868920021388889 0.000949944444444444
-103.125 18.75 0 0.0636267889756944 0.0263256840277778 0 0.904187279236111 0.00586025480902778
-106.875 18.75 0 0.209217157742375 0.0566793789624183 0 0.500978353839869 0.233125107696078
-110.625 18.75 0 0.0796675245098039 0.108227815857843 0 0.176076718455882 0.636027936593137
-114.375 18.75 0 0.0444696883854167 0.0553189331770833 0 0.123124607708333 0.777086771354167
-121.875 18.75 0 0.0904539143518519 0.0135016458333333 0 0.242683670300926 0.653360765439815
--103.125 16.25 0 0.0456055471726191 0.046297380952381 0 0.106798749404762 0.80129832860119
--99.375 16.25 0 0.160761495739087 0.170880722594246 0 0.44132980234995 0.227027978541047
--95.625 16.25 0 0.201500990451389 0.164120064014757 0 0.429153434774306 0.205225514327257
--91.875 16.25 0 0.17229175140625 0.1644097525 0 0.619802866927083 0.0434956235026042
--88.125 16.25 0 0.0792863841232639 0.0823678367838542 0 0.69337400749566 0.144971777276476
--84.375 16.25 0 0.0682577251537698 0.118470669484127 0 0.547017919171627 0.26625368515129
--76.875 16.25 0 0.06544825 0.06138275 0 0.08004675 0.7931222475
--69.375 16.25 0 0.0202502291666667 0.0698042291666667 0 0.0740119791666667 0.835933537916667
--65.625 16.25 0 0.00999808333333333 0.0154029166666667 0 0.0516684166666667 0.922930595833333
--61.875 16.25 0 0.025495996875 0.0153935302083333 0 0.0837792620208333 0.875331199927084
--28.125 16.25 0 0.0117340503472222 0.00526287152777778 0 0.0780152482638889 0.904987825607639
--24.375 16.25 0 0.0109923055555556 0.00812696701388889 0 0.108590154513889 0.87229057234375
--20.625 16.25 0 0.011926109375 0.00991198090277778 0 0.131974770833333 0.846187146006944
--16.875 16.25 0 0.124153323602431 0.442860115135995 0 0.265330914137732 0.167655651004051
--13.125 16.25 0 0.0485521544097222 0.714246993107639 0 0.236284307352431 0.000916543836805556
--9.375 16.25 0 0.0366216609201389 0.737623429505208 0 0.225754909331597 0
--5.625 16.25 0 0.0226582977126736 0.513449265112847 0 0.459663457148437 0.00422897873263889
--1.875 16.25 0 0.00427458854166667 0.347939912330729 0 0.643857766822917 0.00392773524305555
-1.875 16.25 0 0.0428142063888889 0.270561228289931 0 0.68489743391493 0.00172712803819444
-5.625 16.25 0 0.0926436424392361 0.288445196506076 0 0.618911163090278 0
-9.375 16.25 0 0.0428698380078125 0.150247874227431 0 0.806882288020833 0
-13.125 16.25 0 0.00902447611545139 0.0878599185460069 0 0.903115605243055 0
-16.875 16.25 0 0.000666588107638889 0.121535371792535 0 0.877798037465278 0
-20.625 16.25 0 0.00190220703125 0.229292141757812 0 0.768805649696181 0
-24.375 16.25 0 0.00179253559027778 0.150535664782986 0 0.847671799791667 0
-28.125 16.25 0 0.000192206597222222 0.0786438408029514 0 0.92116395702691 0
-31.875 16.25 0 0.00996169413628472 0.155765174153646 0 0.831049145768229 0.00322398524305556
-35.625 16.25 0 0.0314649817881944 0.383973939561632 0 0.573309633168403 0.0112514444487847
-39.375 16.25 0 0.0177329673003472 0.215323179466146 0 0.296302224965278 0.470641633449219
-43.125 16.25 0 0.0357192456927083 0.566698516830729 0 0.252839951851562 0.144742287410156
-46.875 16.25 0 0.000847044819078947 0.357579843909677 0 0.636253370888386 0.00531973813048246
-50.625 16.25 0 0.00719220897752193 0.278323482821409 0 0.623674549845395 0.0908097579621711
-54.375 16.25 0 0.0155764956439394 0.091635864185606 0 0.628527196116477 0.264260442754735
-73.125 16.25 0 0.317605301432292 0.0269911015625 0 0.488962121686198 0.166441475898437
-76.875 16.25 0 0.639539195044023 0.0460674503968254 0 0.303244667635789 0.0111486901289683
-80.625 16.25 0 0.490163938229477 0.0181373975074405 0 0.25458185078404 0.237116809795387
-84.375 16.25 0 0.222367405240885 0.00740957552083333 0 0.191450749641927 0.578772253203125
-91.875 16.25 0 0.221429721638889 0.00278603055555556 0 0.317923664657986 0.457860582795139
-95.625 16.25 0 0.234304292729167 0.00437752395833333 0 0.524626452151042 0.23669173203125
-99.375 16.25 0 0.327687577387153 0.0134692124763258 0 0.621086146521859 0.0377570644207702
-103.125 16.25 0 0.462400182013889 0.021770484375 0 0.509656145529514 0.00617318836805556
-106.875 16.25 0 0.0914224883816964 0.0317373311011905 0 0.633354817684152 0.243485366312004
-110.625 16.25 0 0.0764113694270833 0.00660142708333333 0 0.302489462447917 0.614497751197917
-118.125 16.25 0 0.118287072916667 0.013620640625 0 0.145806590729167 0.722285700520833
-121.875 16.25 0 0.211154051951389 0.0289485384837963 0 0.346782557628472 0.41311484270081
--95.625 13.75 0 0.0893722118055556 0.0947343905902778 0 0.192111075659722 0.623782327777778
--91.875 13.75 0 0.144529690972222 0.158811920451389 0 0.2447321121875 0.451926274513889
--88.125 13.75 0 0.189734331112351 0.210063573256448 0 0.42523485328869 0.174967243814484
--84.375 13.75 0 0.104181230797371 0.162464232504216 0 0.51105251708755 0.222302018273561
--80.625 13.75 0 0.0495447428571429 0.146541798285714 0 0.385872628285714 0.418040823714286
--73.125 13.75 0 0.000948875 0.135321582916667 0 0.05242075 0.81130876875
--69.375 13.75 0 0.0049743875 0.108374390583333 0 0.0923113458333333 0.794339868
--61.875 13.75 0 0.028536075 0.00590265 0 0.086935199 0.878626073
--58.125 13.75 0 0.0282505 0.0033235 0 0.0416835 0.926742495
--24.375 13.75 0 0.0147870972222222 0.00523068055555556 0 0.0858963055555556 0.8940859225
--16.875 13.75 0 0.2720498565625 0.183306378715278 0 0.365059441527778 0.179584322048611
--13.125 13.75 0 0.100238755 0.451954774322917 0 0.445927461267361 0.00187901041666667
--9.375 13.75 0 0.103820918194444 0.599351238394097 0 0.293515768142361 0.00331207378472222
--5.625 13.75 0 0.128193944809028 0.545267420894097 0 0.320987324748264 0.00555130729166667
--1.875 13.75 0 0.151674607144097 0.401553865026042 0 0.44629253032118 0.000478998263888889
-1.875 13.75 0 0.315809966553819 0.441767130503472 0 0.238285394427083 0.00413750694444444
-5.625 13.75 0 0.416150724019097 0.508651424496528 0 0.0751391377170139 5.87135416666667e-05
-9.375 13.75 0 0.292545152239583 0.491562919583333 0 0.215876164661458 1.57604166666667e-05
-13.125 13.75 0 0.170115341831597 0.375653579401042 0 0.410757854973958 0.0434732198177083
-16.875 13.75 0 0.0454611863802083 0.565648847291667 0 0.388193511571181 0.000696452256944445
-20.625 13.75 0 0.0755410310243056 0.68199463641493 0 0.242464331727431 0
-24.375 13.75 0 0.0584260821701389 0.646551583958333 0 0.29502233328125 0
-28.125 13.75 0 0.0149183472048611 0.609319988324653 0 0.375761666493055 0
-31.875 13.75 0 0.097613970390625 0.599900377126736 0 0.299443959496528 0.00304169357638889
-35.625 13.75 0 0.166373305746528 0.546344094053819 0 0.281227908220486 0.00605469261284722
-39.375 13.75 0 0.0740365717534722 0.254692790998264 0 0.566441126501736 0.104829514960937
-43.125 13.75 0 0.0896976988581349 0.370181122712798 0 0.318383605595486 0.221737574052455
-46.875 13.75 0 0.00640161275169458 0.359682888666642 0 0.455682974314278 0.178232527806021
-50.625 13.75 0 0.0493414920559211 0.286337108837719 0 0.344720709756579 0.319600692536184
-54.375 13.75 0 0.177242170729167 0.0311588958333333 0 0.0698116982083333 0.721787237895833
-73.125 13.75 0 0.16552555 0.0106459166666667 0 0.4556606465 0.3681678805
-76.875 13.75 0 0.593758433933532 0.0415466421130952 0 0.328198781469494 0.0364961459871032
-80.625 13.75 0 0.355516854320932 0.0115508851190476 0 0.120850083690476 0.512082164080357
-91.875 13.75 0 0.0798221197916667 8.03125e-05 0 0.226237192447917 0.693860368645833
-95.625 13.75 0 0.0526807109375 0.00145244270833333 0 0.337014834401042 0.608852019348958
-99.375 13.75 0 0.304557273368554 0.0117955993695175 0 0.530530680215643 0.15311644808384
-103.125 13.75 0 0.37515827526727 0.0360135193256579 0 0.551465097522387 0.0373631091931652
-106.875 13.75 0 0.116348353993056 0.0311054973958333 0 0.803467869904514 0.0490782778125
-110.625 13.75 0 0.133566234083333 0.009712675 0 0.631387303916667 0.2253337835
-118.125 13.75 0 0.039038 0.00654525 0 0.078751 0.875665755
-121.875 13.75 0 0.1504842931281 0.021161865224041 0 0.264109613832465 0.564244222507647
-125.625 13.75 0 0.0588935315625 0.00926890625 0 0.1705758140625 0.7612617396875
--88.125 11.25 0 0.19986222878469 0.233438917233154 0 0.250412031485778 0.316286823503877
--84.375 11.25 0 0.0890693061497168 0.196157271719892 0 0.410287518241 0.304485906184485
--80.625 11.25 0 0.0297229291666667 0.123973736854167 0 0.472096326229167 0.374207007770833
--76.875 11.25 0 0.03892 0.351813996666667 0 0.15047033 0.45879567
--73.125 11.25 0 0.0471815030513393 0.337700675119048 0 0.271010134524554 0.344107682213542
--69.375 11.25 0 0.0398860477678572 0.170695828987408 0 0.374715689349817 0.41470243492468
--65.625 11.25 0 0.028775484375 0.0758827788461538 0 0.330353067171474 0.564988674468483
--61.875 11.25 0 0.0425243546875 0.0202049322916667 0 0.204587929135417 0.732682774065972
--16.875 11.25 0 0.103874756833147 0.100222480771019 0 0.236134033694196 0.559768730651972
--13.125 11.25 0 0.0741651527777778 0.406728584887153 0 0.471657992825521 0.0474482689105903
--9.375 11.25 0 0.0363715052083333 0.553855153376736 0 0.406201334348958 0.00357200434027778
--5.625 11.25 0 0.0768821174001736 0.402442149943576 0 0.518651751540799 0.00202397960069444
--1.875 11.25 0 0.152482927269965 0.284675345572917 0 0.562810032907986 3.16948784722222e-05
-1.875 11.25 0 0.295029404179687 0.200227827756076 0 0.500147262634549 0.00459550954861111
-5.625 11.25 0 0.416324834700521 0.425248682799479 0 0.150047506484375 0.00837897786458333
-9.375 11.25 0 0.461514708671875 0.444845051293403 0 0.0918954175130208 0.00174482552083333
-13.125 11.25 0 0.387239674722222 0.35247586108941 0 0.23801405453559 0.0222704106901042
-16.875 11.25 0 0.0804964579600694 0.626870074835069 0 0.291844854049479 0.000788612847222222
-20.625 11.25 0 0.105338729197049 0.633450096749132 0 0.260705728967014 0.000505442708333333
-24.375 11.25 0 0.182999339804687 0.711080880607639 0 0.105919781653646 0
-28.125 11.25 0 0.141672534466146 0.813252104596354 0 0.0450753628472222 0
-31.875 11.25 0 0.164306622165799 0.701477654266493 0 0.133463691688368 0.000752030815972222
-35.625 11.25 0 0.157337542374132 0.360180867686632 0 0.472717657777778 0.00976393137586806
-39.375 11.25 0 0.118389262834201 0.142951378142361 0 0.730939291436632 0.0077200655078125
-43.125 11.25 0 0.0163753486755952 0.371618554469246 0 0.39997494375 0.212031147643849
-46.875 11.25 0 0.00359535680465368 0.365188591820887 0 0.364693504668561 0.266522551079545
-50.625 11.25 0 0.0227370041145833 0.317146424411458 0 0.237313825520833 0.422802740463542
-54.375 11.25 0 0.161420884114583 0.0288068223697917 0 0.0325448463541667 0.777227446692708
-76.875 11.25 0 0.430256328065972 0.0146980468315972 0 0.447506963143229 0.107538664419271
-80.625 11.25 0 0.598366172799479 0.0120874537760417 0 0.263522938151042 0.126023432148438
-91.875 11.25 0 0.04614078125 0 0 0.147025385416667 0.806833835416667
-95.625 11.25 0 0.0369744433854167 0.000634239211309524 0 0.22880593203311 0.733585396065848
-99.375 11.25 0 0.131783863873355 0.00513678796600877 0 0.488175423150356 0.374903927391036
-103.125 11.25 0 0.210543855608257 0.0375445828858682 0 0.490576353712684 0.261335208011615
-106.875 11.25 0 0.276979827157145 0.025837200464221 0 0.57690769541575 0.120275278311767
-110.625 11.25 0 0.148198717017609 0.00853654427083333 0 0.511578740646081 0.331685991711309
-118.125 11.25 0 0.0333571302083333 0.00635547265625 0 0.175484929309896 0.784802474882812
-121.875 11.25 0 0.166466897092775 0.0215990141566333 0 0.197080157307647 0.614853935571479
-125.625 11.25 0 0.125518157749171 0.0175092834398674 0 0.262172366892164 0.594800193924597
--88.125 8.75 0 0.0714186583333333 0.229265187333333 0 0.226837044 0.472479104916667
--84.375 8.75 0 0.0405200398125 0.199899477854167 0 0.2845443361875 0.475036143020833
--80.625 8.75 0 0.0499779272291667 0.142017102099537 0 0.380519206729167 0.427485765400463
--76.875 8.75 0 0.0613537152777778 0.37348994875 0 0.282980252523148 0.282176079722222
--73.125 8.75 0 0.0872144776736111 0.3238893790625 0 0.552982796805555 0.03591334765625
--69.375 8.75 0 0.05521113171875 0.3441496221875 0 0.533308820538195 0.0673304264756944
--65.625 8.75 0 0.0385579982638889 0.432872023663195 0 0.52356238609375 0.00500759201388889
--61.875 8.75 0 0.027631871031746 0.107390363670635 0 0.710168701440972 0.154809061626984
--58.125 8.75 0 0.011034 0.029687 0 0.44860851 0.510670505
--13.125 8.75 0 0.083220685068109 0.262030279129274 0 0.508666259569979 0.146082776410256
--9.375 8.75 0 0.0674685466493056 0.342000651423611 0 0.59053079515625 0
--5.625 8.75 0 0.0550945798611111 0.422424988715278 0 0.52247042375 1.00052083333333e-05
--1.875 8.75 0 0.0281143576388889 0.3885271425 0 0.571366932743055 0.0119915742534722
-1.875 8.75 0 0.169588005034722 0.230676133454861 0 0.596919765277778 0.00281610243055556
-5.625 8.75 0 0.182050983385417 0.476319037413194 0 0.336647674548611 0.00498230208333333
-9.375 8.75 0 0.288618542065972 0.508285036354167 0 0.198725123454861 0.00437129340277778
-13.125 8.75 0 0.16990205828125 0.28896155421875 0 0.530456368940972 0.0106800104166667
-16.875 8.75 0 0.0420057934027778 0.554675742135417 0 0.403227913055555 9.0546875e-05
-20.625 8.75 0 0.0188349600694444 0.295119673055555 0 0.686045370538194 0
-24.375 8.75 0 0.0326232986111111 0.632336927743055 0 0.335039777013889 0
-28.125 8.75 0 0.0463078697916667 0.802505879288195 0 0.151186252586806 0
-31.875 8.75 0 0.0798338625173611 0.63692054 0 0.283245596163194 0
-35.625 8.75 0 0.141312716822917 0.343874246267361 0 0.513858175520833 0.000954861111111111
-39.375 8.75 0 0.159502009149306 0.219388660989583 0 0.619619346892361 0.00148998611111111
-43.125 8.75 0 0.0254158003819444 0.327520925850694 0 0.647011366232639 5.19027777777778e-05
-46.875 8.75 0 0 0.609716770599747 0 0.373506786336806 0.0167764490530303
-50.625 8.75 0 0.000122489583333333 0.368567362566288 0 0.241677215208333 0.389632928475379
-76.875 8.75 0 0.31225311279292 0.00609334555137845 0 0.381007052296366 0.300646486093358
-80.625 8.75 0 0.170752377434211 0.0208517960526316 0 0.348777908607456 0.459617909890351
-91.875 8.75 0 0.00250720833333333 0 0 0.0311793333333333 0.966313464166667
-95.625 8.75 0 0.0599328072916667 0.003290890625 0 0.21558388421875 0.721192414739583
-99.375 8.75 0 0.198501431041667 0.00820905160984848 0 0.361564175033144 0.431725343129735
-103.125 8.75 0 0.161814221666667 0.00634001641414141 0 0.133594340239899 0.698251424835859
-106.875 8.75 0 0.326191509858631 0.01515525 0 0.292347638452381 0.366305596636905
-118.125 8.75 0 0.108234767005208 0.0151814921875 0 0.179178012890625 0.697405730416667
-121.875 8.75 0 0.200417361728261 0.026781902173913 0 0.162572715713768 0.610228027666667
-125.625 8.75 0 0.123553361376812 0.0196719352355072 0 0.33908936361413 0.517685340416667
--80.625 6.25 0 0.0694294178472222 0.114915648194444 0 0.246057244236111 0.56959768875
--76.875 6.25 0 0.0759452541701389 0.361670585142361 0 0.483292872973958 0.0790912910572917
--73.125 6.25 0 0.0478797492144097 0.47448263750868 0 0.476631632508681 0.00100598220486111
--69.375 6.25 0 0.02451227734375 0.389842676757812 0 0.581364811827257 0.004280234375
--65.625 6.25 0 0.0135678324652778 0.167143633658854 0 0.809775695664062 0.00951283550347222
--61.875 6.25 0 0.0169647330729167 0.0987593507074653 0 0.873947566688368 0.0103283480902778
--58.125 6.25 0 0.0319835036254085 0.06112489453125 0 0.80167283546492 0.105218765178717
--54.375 6.25 0 0.00616570808531746 0.00200375124007937 0 0.886697667904266 0.105132872137897
--13.125 6.25 0 0.0454094417613636 0.167772773754735 0 0.425288716344697 0.361529083934659
--9.375 6.25 0 0.139338340793087 0.243524764020123 0 0.479550407092566 0.137586489370739
--5.625 6.25 0 0.298998692204861 0.337598418689236 0 0.314939634944444 0.0484632541510417
--1.875 6.25 0 0.409164631364707 0.280648475267237 0 0.237414617940228 0.0727722728943452
-1.875 6.25 0 0.289542598007813 0.159544106940104 0 0.316567278111979 0.234346011848958
-5.625 6.25 0 0.246661941792912 0.279550855299479 0 0.334145839258379 0.139641359990376
-9.375 6.25 0 0.260767951270758 0.248835875924479 0 0.470925912904401 0.0194702596746679
-13.125 6.25 0 0.177372970538194 0.0457452629947917 0 0.77482648094618 0.00205528428819444
-16.875 6.25 0 0.0630462809809028 0.106943283111979 0 0.829791743541667 0.000218689236111111
-20.625 6.25 0 0.0151244188368056 0.01670933984375 0 0.967442946202257 0.000723293836805556
-24.375 6.25 0 0.0163572712673611 0.175206229574653 0 0.808338049943576 9.84466145833333e-05
-28.125 6.25 0 0.0639420238715278 0.745505557404514 0 0.190552421163194 0
-31.875 6.25 0 0.0737071059461805 0.713230496414931 0 0.212795219375 0.000267178819444444
-35.625 6.25 0 0.141666706753472 0.337601380594618 0 0.507990904266493 0.0127410114756944
-39.375 6.25 0 0.105884273962674 0.17683025375434 0 0.709619619348958 0.00766585689236111
-43.125 6.25 0 0.00379463282552083 0.244898340039063 0 0.751307026831597 0
-46.875 6.25 0 1.82907986111111e-05 0.463004879076761 0 0.481458868858507 0.0555179589539931
-50.625 6.25 0 0 0.498270069910714 0 0.225404900520833 0.276325032760417
-80.625 6.25 0 0.255083937476326 0.0587721614583333 0 0.423349317159091 0.262794589805871
-91.875 6.25 0 0.0603880972222222 0.00934162202380952 0 0.186768969821429 0.743501315411706
-95.625 6.25 0 0.0570006784214744 0.00783900377747253 0 0.167449717245879 0.7677106086962
-99.375 6.25 0 0.19944746568109 0.0104099857371795 0 0.367003816229701 0.423138734469551
-103.125 6.25 0 0.171423023990642 0.00558340627228164 0 0.321047671643234 0.501945906023061
-110.625 6.25 0 0.0511794583333333 0.00657229166666667 0 0.119446416666667 0.822801807916667
-114.375 6.25 0 0.12123373930784 0.00530286060855263 0 0.358354628440241 0.515108759239309
-118.125 6.25 0 0.0895937696062074 0.0033614315880848 0 0.40728540881981 0.499759381746376
-121.875 6.25 0 0.118712335195043 0.0163647208100744 0 0.173987028350778 0.69093591009802
-125.625 6.25 0 0.195290839162098 0.0299140436769006 0 0.299149467554825 0.475645641047149
-129.375 6.25 0 0.0781117056423611 0.0169757777777778 0 0.275448725347222 0.629463773645833
--80.625 3.75 0 0.0760476666666667 0.165183996666667 0 0.232807336666667 0.525961003333333
--76.875 3.75 0 0.0907713756319445 0.433084203131944 0 0.388223164559028 0.0879212539201389
--73.125 3.75 0 0.04048363140625 0.483723753602431 0 0.475194422369792 0.000598197048611111
--69.375 3.75 0 0.00560371701388889 0.272069555946181 0 0.72104296172743 0.001283765625
--65.625 3.75 0 0.00776532291666667 0.0548279833246528 0 0.936672509166667 0.000734185763888889
--61.875 3.75 0 0.0199206909722222 0.135720767161458 0 0.844084540677083 0.000274003472222222
--58.125 3.75 0 0.0147399270833333 0.0480357347048611 0 0.928916819887153 0.00830751657986111
--54.375 3.75 0 0.00329165178571428 0.0051216480766369 0 0.936361662137897 0.0552250367633929
--50.625 3.75 0 0.001746109375 0.0123113628472222 0 0.561155457699653 0.424787069722222
--9.375 3.75 0 0.0819376958333334 0.149478773916667 0 0.4043714986875 0.3642120335625
--5.625 3.75 0 0.275044459131945 0.240503378090278 0 0.304720124152778 0.1797320374375
--1.875 3.75 0 0.397109445094246 0.197193479558532 0 0.163368710094246 0.242328362410714
-1.875 3.75 0 0.14252574453125 0.1610841371875 0 0.14760086796875 0.548789236875
-5.625 3.75 0 0.111710452952144 0.0916953375347222 0 0.313806920704257 0.482787284746377
-9.375 3.75 0 0.143143564675196 0.0631720569131944 0 0.607084333485885 0.186600049057669
-13.125 3.75 0 0.101836952876736 0.0228177595590278 0 0.872625487197917 0.00271980040972222
-16.875 3.75 0 0.0509838892621528 0.0482238994704861 0 0.899567549618056 0.00122466145833333
-20.625 3.75 0 0.0307927969878472 0.0239788871527778 0 0.940173257612847 0.00505505555555556
-24.375 3.75 0 0.0187387517361111 0.0165084982638889 0 0.962345723237847 0.00240702517361111
-28.125 3.75 0 0.0441523689236111 0.295438477239583 0 0.660277260243056 0.000131889756944444
-31.875 3.75 0 0.112897744861111 0.540450950720486 0 0.343047479895833 0.00360382291666667
-35.625 3.75 0 0.112128883854167 0.368185096597222 0 0.495228188125 0.0244578266753472
-39.375 3.75 0 0.0264601710677083 0.310132912144097 0 0.650680016788194 0.0127268994878472
-43.125 3.75 0 0.00517782204861111 0.564694089296875 0 0.430128081857639 0
-46.875 3.75 0 0.0126602758550347 0.556881406202257 0 0.247047820321181 0.183410495499132
-91.875 3.75 0 0.1164035 0.0205348571428571 0 0.208062211428571 0.654999426428571
-95.625 3.75 0 0.148060297942486 0.0270981962123525 0 0.348560204931573 0.47628130006601
-99.375 3.75 0 0.234075021205625 0.0239899823783551 0 0.468233657480113 0.273701336901456
-103.125 3.75 0 0.235962754655166 0.00915212360944976 0 0.575154484095573 0.179730639791866
-106.875 3.75 0 0.0249849513888889 0.00482136805555556 0 0.0575652638888889 0.912628412847222
-110.625 3.75 0 0.0616798967851307 0.00718352655228758 0 0.24579731808415 0.685339244199346
-114.375 3.75 0 0.0774760596869625 0.00575267577184383 0 0.718921718380687 0.197849545240261
-118.125 3.75 0 0.0865731648501462 0.00733333644005848 0 0.581117814893092 0.324975682598075
-121.875 3.75 0 0.0246210065972222 0.004229375 0 0.118455611111111 0.85269399625
-125.625 3.75 0 0.034787651875 0.00898942013888889 0 0.145219868055556 0.811003048368056
-129.375 3.75 0 0.0175325 0.00967025 0 0.2018485 0.7709487425
--91.875 1.25 0 0 0 0 0.040477 0.959523003333333
--80.625 1.25 0 0.121715042118056 0.190235312638889 0 0.368619684965278 0.319429955486111
--76.875 1.25 0 0.0835514152465278 0.358233197491319 0 0.525345845501736 0.0328695372013889
--73.125 1.25 0 0.0131226940928819 0.165783042860243 0 0.82081459217882 0.000279673611111111
--69.375 1.25 0 0.00217246267361111 0.0420935496397569 0 0.954908402252604 0.00082558203125
--65.625 1.25 0 0.00340927430555556 0.0125632916362847 0 0.983511914596354 0.000515517795138889
--61.875 1.25 0 0.00756479079861111 0.0427054313237847 0 0.949310024874132 0.00041975
--58.125 1.25 0 0.00460056553819444 0.0239151434592014 0 0.971432196792535 5.20911458333333e-05
--54.375 1.25 0 0.00124982204861111 0.0249764814496528 0 0.972248119926215 0.00152557508680556
--50.625 1.25 0 0.00281134505208333 0.0208949513888889 0 0.686938245716146 0.289355455555556
--46.875 1.25 0 0.00279848090277778 0.0206575011574074 0 0.51937055541088 0.457173460827546
-5.625 1.25 0 0.0115416579861111 0.00379840972222222 0 0.179777642760417 0.804882295677083
-9.375 1.25 0 0.0492687171804046 0.0732175564276117 0 0.537284864817935 0.340228866244565
-13.125 1.25 0 0.0196095213026872 0.0581743474267059 0 0.916135993878434 0.00608013624048913
-16.875 1.25 0 0.0147012014105903 0.0496877539279514 0 0.928067296293403 0.00754374696180555
-20.625 1.25 0 0.0246155317404514 0.0179646792534722 0 0.946244188515625 0.0111755985243056
-24.375 1.25 0 0.0239521736111111 0.0146021875 0 0.954238063081597 0.00720757508680555
-28.125 1.25 0 0.0425667162803819 0.0697044388324653 0 0.885453808346354 0.00227503602430556
-31.875 1.25 0 0.306183685520833 0.217670327578125 0 0.411090155546875 0.0650558320920139
-35.625 1.25 0 0.198227281853299 0.32800206202691 0 0.441999196996528 0.031771455390625
-39.375 1.25 0 0.0156492925347222 0.502606509492187 0 0.476926969240451 0.004817224453125
-43.125 1.25 0 0.0841175125520833 0.623550121449653 0 0.193497736050347 0.0988346328819444
-46.875 1.25 0 0.0128184656835938 0.198948825983073 0 0.0871413993619792 0.701091321985677
-95.625 1.25 0 0.116051027398727 0.0205714888599537 0 0.203632290376157 0.65974518483941
-99.375 1.25 0 0.20928919691391 0.0381831994624147 0 0.490090152744731 0.262437451741594
-103.125 1.25 0 0.196802170970542 0.0199827127584586 0 0.3805628036637 0.40265231424019
-106.875 1.25 0 0.0489179902503655 0.00942484576023392 0 0.11936911349598 0.822288049406067
-110.625 1.25 0 0.14243660030046 0.0262923934159464 0 0.580458280854712 0.250812723958226
-114.375 1.25 0 0.0611697436345997 0.0158631387357026 0 0.905256014955831 0.0177111039797794
-118.125 1.25 0 0.0439390451008598 0.013625806609623 0 0.611151982550843 0.331283163711144
-121.875 1.25 0 0.0585065277777778 0.0164577708333333 0 0.346513246753472 0.578522449565972
-125.625 1.25 0 0.0266078833085317 0.00966725892857143 0 0.300895909355159 0.662828947915427
-129.375 1.25 0 0.0145471599702381 0.00658696800595238 0 0.277253952455357 0.701611929248512
--91.875 -1.25 0 0 0 0 0.236887926614583 0.763112078350694
--88.125 -1.25 0 0 0 0 0.0533496666666667 0.946650346666667
--80.625 -1.25 0 0.161364183342995 0.258954314145531 0 0.469914120822464 0.109767380796498
--76.875 -1.25 0 0.0377337573648853 0.0675022973105374 0 0.890102741234903 0.00466119851751208
--73.125 -1.25 0 0.00299994618055556 0.0380972465277778 0 0.956496818298611 0.00240598611111111
--69.375 -1.25 0 0.00266322743055555 0.0151880555555556 0 0.976209840902778 0.005938875
--65.625 -1.25 0 0.00304530208333333 0.00259013368055556 0 0.977447455451389 0.0169171076388889
--61.875 -1.25 0 0.00530090625 0.00632541666666667 0 0.948791222604167 0.0395824540625
--58.125 -1.25 0 0.001572359375 0.0103590520833333 0 0.983089256041667 0.00497933159722222
--54.375 -1.25 0 0.00402926736111111 0.03754334375 0 0.917372174791667 0.0410552150868055
--50.625 -1.25 0 0.0109877256944444 0.0779074126041667 0 0.742932135138889 0.168172725572917
--46.875 -1.25 0 0.0354233836805556 0.179974070069444 0 0.551085482013889 0.233517056362847
--43.125 -1.25 0 0.014047 0.08331 0 0.534168 0.36847499
-5.625 -1.25 0 0.00204260416666667 0.0207673958333333 0 0.103578623645833 0.873611364479167
-9.375 -1.25 0 0.0133507586805556 0.130290162604167 0 0.545878771979167 0.310480300902778
-13.125 -1.25 0 0.0153112170138889 0.263518110138889 0 0.718202369774305 0.00296829868055556
-16.875 -1.25 0 0.0124467690972222 0.204106449079861 0 0.760111860798611 0.0233349188194444
-20.625 -1.25 0 0.0106741927083333 0.00781444965277778 0 0.96956448890625 0.0119468648090278
-24.375 -1.25 0 0.0245236736111111 0.0149153559027778 0 0.956632702083333 0.00392826909722222
-28.125 -1.25 0 0.166197815972222 0.0785427881944444 0 0.709564788263889 0.0456946072395833
-31.875 -1.25 0 0.249163650270833 0.1658365166875 0 0.335107937770833 0.249891894520833
-35.625 -1.25 0 0.165368039350694 0.267607187142361 0 0.4549137390625 0.112111030319444
-39.375 -1.25 0 0.0552720693229167 0.373808947326389 0 0.530382613715278 0.0405363709722222
-43.125 -1.25 0 0.065937734375 0.366035036197917 0 0.169414754965278 0.398612480972222
-95.625 -1.25 0 0.0248887237673611 0.0051413515625 0 0.204043202048611 0.765926717560764
-99.375 -1.25 0 0.111085927453704 0.0234038518518519 0 0.476481195439815 0.389029022430556
-103.125 -1.25 0 0.205952405002104 0.0406713072390572 0 0.520525566163721 0.232850719829545
-106.875 -1.25 0 0.179330204253472 0.0363150590277778 0 0.292903276909722 0.491451465477431
-110.625 -1.25 0 0.107577732638889 0.0361211788194444 0 0.707765325121528 0.148535765963542
-114.375 -1.25 0 0.0903691643787741 0.0382897142964976 0 0.853953141644777 0.017387981884058
-118.125 -1.25 0 0.0743509540694993 0.0232152040513834 0 0.437816921874177 0.464616922691041
-121.875 -1.25 0 0.0483298681041667 0.017732196875 0 0.399458335395833 0.534479595291667
-125.625 -1.25 0 0.0168865260416667 0.00573368229166667 0 0.277351021805556 0.700028763506944
-129.375 -1.25 0 0.0157747166666667 0.00419805555555556 0 0.314796833743056 0.665230393520833
-133.125 -1.25 0 0.0232592981481482 0.0443259959027778 0 0.619103348347222 0.313311356592593
-136.875 -1.25 0 0.0079919071969697 0.00329479734848485 0 0.318936851420455 0.66977644155303
-140.625 -1.25 0 0.0079995 0.0034215 0 0.487447995 0.501131
-144.375 -1.25 0 0.002001 0 0 0.047993 0.95000601
-148.125 -1.25 0 0.000246291666666667 0 0 0.0613497708333333 0.938403937916667
--80.625 -3.75 0 0.0837445724980272 0.191399125993529 0 0.448187119100773 0.276669183112768
--76.875 -3.75 0 0.0256746345750473 0.0416738004462595 0 0.926994187020991 0.00565737407709912
--73.125 -3.75 0 0.00735150824652778 0.0128490017361111 0 0.975332839618056 0.0044666484375
--69.375 -3.75 0 0.00191048307291667 0.00721344357638889 0 0.983927476766493 0.00694859114583333
--65.625 -3.75 0 0.00124578255208333 0.00306578428819444 0 0.976821844956597 0.0188665859375
--61.875 -3.75 0 0.00445169835069445 0.005439203125 0 0.93584796671875 0.0542611332465278
--58.125 -3.75 0 0.00596099305555556 0.0122799457465278 0 0.923188538654514 0.0585705187934028
--54.375 -3.75 0 0.00533090494791667 0.0360158424479167 0 0.914494408641493 0.0441588427864583
--50.625 -3.75 0 0.0126379071180556 0.0824120347309028 0 0.888484827222222 0.0164652299609375
--46.875 -3.75 0 0.0310607131076389 0.159346059956597 0 0.805135158940972 0.00445807247829861
--43.125 -3.75 0 0.0504657073484152 0.143725601177004 0 0.65753514407624 0.148273545814951
--39.375 -3.75 0 0.0993688999764604 0.111168614988715 0 0.439492254762919 0.349970224018178
--35.625 -3.75 0 0.247262536427083 0.104964435828125 0 0.249151650270833 0.398621370739583
-9.375 -3.75 0 0.0394446869212963 0.229274965572917 0 0.388533163686343 0.34274718693287
-13.125 -3.75 0 0.0163137964409722 0.355881694500868 0 0.60099514609809 0.0268093593402778
-16.875 -3.75 0 0.01320181640625 0.20733908453559 0 0.768866172217882 0.0105929252821181
-20.625 -3.75 0 0.0191920850694444 0.0363584201302083 0 0.93769008655816 0.0067594073828125
-24.375 -3.75 0 0.0326476002604167 0.0533579807942708 0 0.911338831601562 0.0026555859375
-28.125 -3.75 0 0.151762465442708 0.156185379162326 0 0.619756871640625 0.0722952810850694
-31.875 -3.75 0 0.131439673385417 0.26207791437066 0 0.529704990985243 0.0767774195833333
-35.625 -3.75 0 0.143964973984375 0.375801187903646 0 0.449682855455729 0.0305509822048611
-39.375 -3.75 0 0.0925524092881944 0.257047335016121 0 0.389394829347718 0.261005425684524
-43.125 -3.75 0 0.0777448382217262 0.162862000744048 0 0.299885879025298 0.459507287150298
-99.375 -3.75 0 0.0881367 0.0175236 0 0.410364702 0.483975013
-103.125 -3.75 0 0.31106019311849 0.06156128671875 0 0.513441102824219 0.11393741871224
-106.875 -3.75 0 0.223735500970052 0.0450287704613095 0 0.31202004100186 0.419215688706287
-110.625 -3.75 0 0.0959041816447368 0.0434868312969925 0 0.429054508995927 0.431554477257989
-114.375 -3.75 0 0.11547683554523 0.0404774840734649 0 0.482216334727522 0.361829351771656
-118.125 -3.75 0 0.0968964032211174 0.0374313603061869 0 0.493561219390152 0.372111015679135
-121.875 -3.75 0 0.0521327985694444 0.0187999743055556 0 0.460387781703125 0.468679441487847
-125.625 -3.75 0 0.0130555673611111 0.00670791597222222 0 0.207292399256944 0.772944112069444
-129.375 -3.75 0 0.0240172875 0.0146473638888889 0 0.355254074444444 0.606081275305556
-133.125 -3.75 0 0.0214926580492424 0.00789782907196969 0 0.514151878967803 0.456457636992424
-136.875 -3.75 0 0.0255311278231506 0.0826191911611539 0 0.730807161481275 0.161042517429743
-140.625 -3.75 0 0.0268697652490361 0.0411415537124907 0 0.826331743936966 0.105656938842438
-144.375 -3.75 0 0.0123110887976318 0.00193846497729701 0 0.519359178013155 0.466391278221154
-148.125 -3.75 0 0.00229762905092593 0.000294710069444444 0 0.190193029973958 0.807214626111111
-151.875 -3.75 0 0.00643189713541667 0.000416671223958333 0 0.258027313873698 0.735124120859375
--84.375 -6.25 0 0.005078125 0.04730174875 0 0.11125262625 0.83636750875
--80.625 -6.25 0 0.0630491329484954 0.170995819050926 0 0.473686737983218 0.292268310552662
--76.875 -6.25 0 0.0473983142997685 0.0704901188570602 0 0.876755865159143 0.00535570076678241
--73.125 -6.25 0 0.00777313888888889 0.0123695078125 0 0.977282236996528 0.00257511892361111
--69.375 -6.25 0 0.000742087673611111 0.00344785590277778 0 0.99495298703125 0.000857069444444444
--65.625 -6.25 0 0.00129615277777778 0.00378527604166667 0 0.990678209401042 0.00424036371527778
--61.875 -6.25 0 0.00148886805555556 0.00264070920138889 0 0.984881288003472 0.0109891354166667
--58.125 -6.25 0 0.00343344704861111 0.0121116484375 0 0.978634259592014 0.00582063975694444
--54.375 -6.25 0 0.00318847743055555 0.0288548550347222 0 0.964201529019097 0.00375513628472222
--50.625 -6.25 0 0.0222643619791667 0.172914704730903 0 0.792035906701389 0.0127850276302083
--46.875 -6.25 0 0.0400996640625 0.233672497569444 0 0.724435794678819 0.00179204513020833
--43.125 -6.25 0 0.0535122734375 0.131231473463542 0 0.813443340737847 0.00181291232638889
--39.375 -6.25 0 0.0783739516180555 0.220884766340278 0 0.666873192631944 0.0338680895763889
--35.625 -6.25 0 0.268309229868055 0.174545386647569 0 0.319742828076389 0.23740255559375
--31.875 -6.25 0 0.35054704 0.136058292083333 0 0.208247080416667 0.305147587916667
-13.125 -6.25 0 0.0418484897569444 0.318962715217014 0 0.544081557803819 0.0951072355868056
-16.875 -6.25 0 0.0149038177083333 0.149365811961806 0 0.834317961423611 0.00141241059027778
-20.625 -6.25 0 0.0249495007725694 0.107856300442708 0 0.866378855598958 0.00081534375
-24.375 -6.25 0 0.0217497673003472 0.0875738812847222 0 0.888425770651042 0.00225058159722222
-28.125 -6.25 0 0.0372514166666667 0.101789031458333 0 0.737425359852431 0.123534193715278
-31.875 -6.25 0 0.100077038611111 0.229161193784722 0 0.607034803203125 0.0637269616840278
-35.625 -6.25 0 0.154570971371528 0.314190124331597 0 0.524559344331597 0.006679560859375
-39.375 -6.25 0 0.0811897168191964 0.145228707411954 0 0.343324406812996 0.430257175536954
-43.125 -6.25 0 0.0704229397619048 0.0888127738095238 0 0.237692788809524 0.603071506309524
-106.875 -6.25 0 0.330167688229167 0.0576873684895833 0 0.274919451882812 0.337225493294271
-110.625 -6.25 0 0.25435543005787 0.0516145861111111 0 0.223134542104167 0.470895435282407
-114.375 -6.25 0 0.0855443744212963 0.0218408784722222 0 0.102751274114583 0.789863474571759
-118.125 -6.25 0 0.1078875175 0.0411629236111111 0 0.369460529427083 0.481489025034722
-121.875 -6.25 0 0.040762436375 0.0137212375 0 0.228131971527778 0.71738436475
-125.625 -6.25 0 0.00982132638888889 0.00554515972222222 0 0.200220254131944 0.784413270833333
-129.375 -6.25 0 0.0329106041666667 0.00954547916666667 0 0.212594093020833 0.744949822013889
-133.125 -6.25 0 0.0249064197916667 0.00868299583333333 0 0.298622317802083 0.667788266434028
-136.875 -6.25 0 0.0264395864757525 0.0619589778399062 0 0.447514686306235 0.464086752676514
-140.625 -6.25 0 0.0368838257050121 0.0486865745018116 0 0.875147003134058 0.0392825979589372
-144.375 -6.25 0 0.015048169849537 0.00337860590277778 0 0.890457904453125 0.0911153198697917
-148.125 -6.25 0 0.00757012384259259 0.00165409114583333 0 0.412217269704861 0.578558515656829
-151.875 -6.25 0 0.00402957204861111 0.00056655078125 0 0.415916829986979 0.579487043767361
-155.625 -6.25 0 0.00512136180555556 0.000383075 0 0.251999462604167 0.742496097868056
-159.375 -6.25 0 0.00332530416666667 0.000156658333333333 0 0.13780826725 0.858709762583333
--80.625 -8.75 0 0.0137640554108796 0.113995212029803 0 0.381027982863137 0.491212750792824
--76.875 -8.75 0 0.0511432532175926 0.162668195379051 0 0.773058682128183 0.0131298674710648
--73.125 -8.75 0 0.00815292708333333 0.00976684722222222 0 0.980759046861979 0.00132118055555556
--69.375 -8.75 0 0.00377065711805556 0.0217022553515625 0 0.974513390707465 1.36961805555556e-05
--65.625 -8.75 0 0.00662671701388889 0.0301786765190972 0 0.961806584001736 0.00138801909722222
--61.875 -8.75 0 0.00421941666666667 0.0243723692100694 0 0.969436931111111 0.00197128342013889
--58.125 -8.75 0 0.00428901302083333 0.0209230465711806 0 0.972826843680555 0.00196109678819444
--54.375 -8.75 0 0.00727338194444444 0.0446796921788195 0 0.945648982144097 0.00239794184027778
--50.625 -8.75 0 0.0188956410590278 0.233444546163194 0 0.74181700468316 0.00584280989583333
--46.875 -8.75 0 0.0302480121527778 0.305707931861979 0 0.663452041145833 0.000592009982638889
--43.125 -8.75 0 0.0541322113932292 0.159067133415799 0 0.776825318893229 0.00997533383246528
--39.375 -8.75 0 0.124163285351562 0.267470407960069 0 0.595778993246528 0.0125873136805556
--35.625 -8.75 0 0.306457141905382 0.207392748563368 0 0.276198684926215 0.209951426627604
--31.875 -8.75 0 0.364197319570313 0.163508381050347 0 0.186332504926215 0.285961798532986
-13.125 -8.75 0 0.0458844348958333 0.343802390813802 0 0.485916892682292 0.124396278502604
-16.875 -8.75 0 0.00534148697916667 0.242606913710937 0 0.752051601697049 0
-20.625 -8.75 0 0.00914266271267361 0.170594951302083 0 0.82026238266059 0
-24.375 -8.75 0 0.0351129537413194 0.132705667868924 0 0.822608968567708 0.00957240928819444
-28.125 -8.75 0 0.051854600546875 0.150258568949653 0 0.71340809217882 0.0844787312413194
-31.875 -8.75 0 0.0837808941623264 0.24412431843316 0 0.578127214665799 0.0939675736024305
-35.625 -8.75 0 0.105277905711806 0.253490644952257 0 0.627632864730903 0.0135985848524306
-39.375 -8.75 0 0.0516153910894097 0.113280501857639 0 0.58672352984375 0.248380570447049
-43.125 -8.75 0 0.0365696805555556 0.0826189461805556 0 0.46878069359375 0.412030672829861
-106.875 -8.75 0 0.296185595859375 0.063638859375 0 0.276317760963542 0.363857787057292
-110.625 -8.75 0 0.227354211133846 0.0638314432787698 0 0.17522478925 0.533589552845073
-114.375 -8.75 0 0.153988616513533 0.0384252741720085 0 0.235238060222356 0.572348049769854
-118.125 -8.75 0 0.105741508769587 0.0453245542200855 0 0.233227373389646 0.61570655254229
-121.875 -8.75 0 0.0828118405675748 0.0445028934288194 0 0.223203604511886 0.64948166899773
-125.625 -8.75 0 0.0541730826979167 0.033252259171875 0 0.212071715135417 0.700502942973958
-129.375 -8.75 0 0.0193908583333333 0.009276578125 0 0.113010546994792 0.858322018149305
-133.125 -8.75 0 0.0322727604166667 0.0123087604166667 0 0.422792576145833 0.532625898402778
-136.875 -8.75 0 0.0610712344504831 0.0290853481280193 0 0.33916993459843 0.570673485406099
-140.625 -8.75 0 0.0462420715197854 0.0206020510376705 0 0.612676326242274 0.320479551534616
-144.375 -8.75 0 0.0134238456086601 0.00293227080780229 0 0.669129278531658 0.314514601151808
-148.125 -8.75 0 0.0140656476988017 0.00399690443729575 0 0.730735591027982 0.251201856323921
-151.875 -8.75 0 0.00194712977430556 0.000195328125 0 0.24605233 0.751805211948785
-155.625 -8.75 0 0.00557978194444444 0.0003352125 0 0.279743640229167 0.714341360913195
-159.375 -8.75 0 0.00541513958333333 0.000574964583333333 0 0.229554707083333 0.76445518221875
-163.125 -8.75 0 0.00453581319444445 0.000566425694444444 0 0.200618405909722 0.794279346222222
--80.625 -11.25 0 0.00108443489583333 0.0480477892447917 0 0.212835303411458 0.738032472083333
--76.875 -11.25 0 0.0415922916666667 0.227568668333333 0 0.6186019975 0.112237041666667
--73.125 -11.25 0 0.0189932170138889 0.0382430399305556 0 0.942273366041667 0.000490371527777778
--69.375 -11.25 0 0.00493752430555555 0.0293236714930556 0 0.964381163506945 0.001357640625
--65.625 -11.25 0 0.00965755729166667 0.0703773223784722 0 0.917498063211805 0.00246705902777778
--61.875 -11.25 0 0.0495285646354167 0.19027145671875 0 0.760105675694444 9.43003472222222e-05
--58.125 -11.25 0 0.0206264722222222 0.09029225453125 0 0.888497276336806 0.000584
--54.375 -11.25 0 0.0277076840277778 0.164560148020833 0 0.80645663640625 0.00127553472222222
--50.625 -11.25 0 0.0194182569444444 0.290554289131944 0 0.686350042309028 0.00367741145833333
--46.875 -11.25 0 0.0506449066493056 0.364735756875 0 0.584446789149306 0.000172546875
--43.125 -11.25 0 0.0905979928993055 0.276849859027778 0 0.628776491006944 0.00377565625
--39.375 -11.25 0 0.130484133258406 0.294090204897661 0 0.510297616150402 0.0651280428216374
--35.625 -11.25 0 0.285695436970943 0.206050623388158 0 0.253725457793311 0.254528482461623
-13.125 -11.25 0 0.0518335456730769 0.409559488508614 0 0.320376720340545 0.218230235594952
-16.875 -11.25 0 0.0205236909722222 0.39908836359375 0 0.580387939635417 0
-20.625 -11.25 0 0.00228355729166667 0.282198624010417 0 0.71551781734375 0
-24.375 -11.25 0 0.0162948385416667 0.176762108003472 0 0.805023086736111 0.00191996701388889
-28.125 -11.25 0 0.0546162717708333 0.162468979114583 0 0.754067140034722 0.0288476059027778
-31.875 -11.25 0 0.0590102391666667 0.226266399149306 0 0.677594219253472 0.0371291405381944
-35.625 -11.25 0 0.0936746610416666 0.26051508515625 0 0.553021084878472 0.0927891699131944
-39.375 -11.25 0 0.0513410876760913 0.269139461364087 0 0.547966222398313 0.13155323764881
-43.125 -11.25 0 0.130431803571429 0.024937235327381 0 0.0457069108630952 0.798924055535714
-110.625 -11.25 0 0.193360400119048 0.0628159107142857 0 0.14674363625 0.597080048244048
-114.375 -11.25 0 0.15570659323718 0.0387759326923077 0 0.267299598942308 0.538217874423077
-118.125 -11.25 0 0.106066764570869 0.0453646047008547 0 0.23492179363604 0.613646825943732
-121.875 -11.25 0 0.111053326041667 0.0202265125 0 0.0961837104166667 0.772536454708333
-125.625 -11.25 0 0.104820420208333 0.0307735208333333 0 0.147227772458333 0.717178288708333
-129.375 -11.25 0 0.0111375303571429 0.135173200357143 0 0.16741963089881 0.686269629261905
-133.125 -11.25 0 0.00500584623015873 0.215525970119048 0 0.157943164632936 0.621525024990079
-136.875 -11.25 0 0.0144552456018518 0.0206965185185185 0 0.0987648106481482 0.86608342087963
-140.625 -11.25 0 0.0638472362037037 0.112817548888889 0 0.289818890601852 0.533516320092593
-144.375 -11.25 0 0.0251365404166667 0.0611817209259259 0 0.427942209527778 0.485739520666667
-148.125 -11.25 0 0.00907204583333333 0.000517986111111111 0 0.358699473027778 0.631710486791667
-151.875 -11.25 0 0.00467655902777778 0.000327857638888889 0 0.211135573402778 0.783860007847222
-155.625 -11.25 0 0.00416790625 0.000227815972222222 0 0.144108020833333 0.851496250763889
-159.375 -11.25 0 0.0026235875 0.000195569444444444 0 0.203397794416667 0.793783050986111
-163.125 -11.25 0 0.00142349166666667 3.7875e-05 0 0.16119384575 0.837344782958333
-166.875 -11.25 0 0.0222413333333333 0.001611 0 0.054287 0.921860676666667
--174.375 -13.75 0 0.061209859375 0 0 0.119426444444444 0.819363702083333
--170.625 -13.75 0 0.0330652447916667 0 0 0.0627766666666667 0.90415809
--76.875 -13.75 0 0.0110670597222222 0.169680336201389 0 0.615159075628472 0.204093527225694
--73.125 -13.75 0 0.0508337586805555 0.247649479040799 0 0.688951559045139 0.012565202734375
--69.375 -13.75 0 0.0282127087673611 0.192614740164931 0 0.767313401766493 0.0118591507204861
--65.625 -13.75 0 0.0257542526041667 0.288721020273437 0 0.678851973958333 0.00667275434027778
--61.875 -13.75 0 0.0259140542534722 0.166874561961806 0 0.806197056276042 0.00101432725694444
--58.125 -13.75 0 0.0419818472439236 0.264799717426215 0 0.693210539444444 7.89626736111111e-06
--54.375 -13.75 0 0.0619268326215278 0.300031785920139 0 0.637542632382813 0.000498747395833333
--50.625 -13.75 0 0.0663973397048611 0.46804290484809 0 0.456911884006076 0.00864787001302083
--46.875 -13.75 0 0.0749277591189236 0.492264118424479 0 0.432206567065972 0.000601552096354167
--43.125 -13.75 0 0.118736283046875 0.330889531688368 0 0.549479835967882 0.000894345486111111
--39.375 -13.75 0 0.0720809987146577 0.205247335997024 0 0.473712787481399 0.248958878467262
--35.625 -13.75 0 0.0317896378968254 0.075522918328373 0 0.26263393187004 0.630053512723214
-13.125 -13.75 0 0.0456497185968137 0.528471939696436 0 0.334670685182547 0.0912076590081189
-16.875 -13.75 0 0.0313276764626736 0.296328093472222 0 0.672273185364583 7.10438368055556e-05
-20.625 -13.75 0 0.00654623307291667 0.349363527131076 0 0.644090240147569 0
-24.375 -13.75 0 0.0100999036458333 0.28915070124566 0 0.699976995980903 0.000772400607638889
-28.125 -13.75 0 0.0600832415538195 0.215158829001736 0 0.72387111985243 0.000886812065972222
-31.875 -13.75 0 0.121970421306424 0.318390575946181 0 0.524320578077257 0.035318425625
-35.625 -13.75 0 0.102726306497396 0.442468262999132 0 0.378443798363715 0.0763616326258681
-39.375 -13.75 0 0.0421645840277778 0.49607683446441 0 0.344795311292535 0.116963269902778
-43.125 -13.75 0 0.05268745 0.0245150783541667 0 0.0227490153055556 0.900048459430556
-46.875 -13.75 0 0.0203217837760417 0.145662033845486 0 0.173523559210069 0.660492635494792
-50.625 -13.75 0 0.0770986665989583 0.336209253413194 0 0.279425638960069 0.307266437939236
-125.625 -13.75 0 0.00290164583333333 0.2379978505625 0 0.254049688989583 0.505050813802083
-129.375 -13.75 0 0.00562478977272727 0.347634774166864 0 0.301846561335425 0.34489387470131
-133.125 -13.75 0 0.00776301215277778 0.508218281547309 0 0.452953520188802 0.0310651787717014
-136.875 -13.75 0 0.00661392886904762 0.347008931154762 0 0.273274761561012 0.373102377949901
-140.625 -13.75 0 0.0978740136979167 0.426950085479497 0 0.299999767824074 0.175176133472222
-144.375 -13.75 0 0.0919056562768308 0.364599572645202 0 0.27106628864899 0.272428479469697
-166.875 -13.75 0 0.0101904127604167 0.00484729557291667 0 0.103221961432292 0.881740334388021
--178.125 -16.25 0 0 0 0 0.0166045 0.983395485
--170.625 -16.25 0 0.0142843541666667 0 0 0.026134 0.95958164875
--73.125 -16.25 0 0.0118579882246377 0.172111978323898 0 0.656979132066727 0.159050902456975
--69.375 -16.25 0 0.028499825634058 0.307575083248037 0 0.61952717640474 0.0443979177423007
--65.625 -16.25 0 0.0361566216753472 0.277728153376736 0 0.680842819704861 0.00527240798611111
--61.875 -16.25 0 0.0443245427430556 0.257185385998264 0 0.697481203368056 0.00100886979166667
--58.125 -16.25 0 0.0606343177517361 0.415470758012153 0 0.522030932456597 0.00186399305555556
--54.375 -16.25 0 0.109327972239583 0.504142806302083 0 0.386485642760417 4.35807291666667e-05
--50.625 -16.25 0 0.107445012534722 0.579568243671875 0 0.312936753229167 4.99921875e-05
--46.875 -16.25 0 0.0872854262413194 0.588852888532986 0 0.323637197942708 0.000224486979166667
--43.125 -16.25 0 0.0929033956684028 0.470133538133681 0 0.431168540833333 0.00579452508680556
--39.375 -16.25 0 0.0492813655642361 0.196613783819444 0 0.308872944288194 0.445231904600694
--35.625 -16.25 0 0.00287866666666667 0.00905366666666667 0 0.0490001666666667 0.939067495
-9.375 -16.25 0 0 0.000574375 0 0.32301963 0.6764059975
-13.125 -16.25 0 0.0553814244791667 0.534798067717014 0 0.351552943046875 0.0582675634635417
-16.875 -16.25 0 0.0606536701388889 0.530848106631944 0 0.408476715998264 2.15069444444444e-05
-20.625 -16.25 0 0.0185296146788194 0.565895119947917 0 0.415575267395833 0
-24.375 -16.25 0 0.0696717901388889 0.362434116753472 0 0.566349293993055 0.00154480121527778
-28.125 -16.25 0 0.134431086414931 0.250517026449653 0 0.585716739140625 0.0293351512413194
-31.875 -16.25 0 0.120306712925347 0.432654032222222 0 0.431669151128472 0.0153701033767361
-35.625 -16.25 0 0.0746660601215278 0.474508763333333 0 0.408694656848958 0.04213052015625
-39.375 -16.25 0 0.0318520860953283 0.404292827913668 0 0.329351963745107 0.234503121748737
-43.125 -16.25 0 0.006880078125 0.432241605256944 0 0.275614334621528 0.285263980798611
-46.875 -16.25 0 0.0319217127256944 0.521788987664931 0 0.252228430112847 0.194060872100694
-50.625 -16.25 0 0.0870043919166667 0.3937688305 0 0.397076883583333 0.12214989225
-121.875 -16.25 0 0.000656522041062802 0.283420511378321 0 0.381721881342089 0.334201082777778
-125.625 -16.25 0 0.00171783786231884 0.400000628149607 0 0.433813212044988 0.164468320251736
-129.375 -16.25 0 0.0016723226010101 0.469405429848485 0 0.473007904645675 0.0559143420935922
-133.125 -16.25 0 0.00333975694444444 0.480949977986111 0 0.513660115286458 0.00205014928819444
-136.875 -16.25 0 0.00226242237103175 0.359699609299355 0 0.373848734091022 0.264189234472966
-140.625 -16.25 0 0.0213476476736111 0.372116228705605 0 0.368298085032986 0.238238033673611
-144.375 -16.25 0 0.0596881777998737 0.367053660550032 0 0.391764929003314 0.181493231436237
-148.125 -16.25 0 0.0669455686096257 0.335371965347594 0 0.369496535026738 0.228185930802139
-166.875 -16.25 0 0.0158609765625 0.0052783046875 0 0.17270433828125 0.806156379661458
-170.625 -16.25 0 0.010963875 0.005414125 0 0.13158724875 0.852034745
-178.125 -16.25 0 0.0690364991666667 0.0421450841666667 0 0.266649583333333 0.622168833333333
--73.125 -18.75 0 0.00286689929394277 0.0627850522906215 0 0.648591318045917 0.285756732208055
--69.375 -18.75 0 0.00532155170591787 0.257468366823671 0 0.644557947685877 0.0926521369006642
--65.625 -18.75 0 0.0314676248611111 0.393387801909722 0 0.569698332274306 0.00544624392361111
--61.875 -18.75 0 0.0660727692144097 0.45598394452691 0 0.477849871124132 9.34188368055555e-05
--58.125 -18.75 0 0.0391323975694444 0.485806920394965 0 0.470759452851563 0.0043012265625
--54.375 -18.75 0 0.0861967339409722 0.570544873845486 0 0.342747011341146 0.000511381510416667
--50.625 -18.75 0 0.162717664856771 0.47116518141493 0 0.351683235030382 0.0144339166666667
--46.875 -18.75 0 0.121496514887153 0.480357957404514 0 0.38832734014757 0.00981818489583333
--43.125 -18.75 0 0.105724205646701 0.466865616662326 0 0.408536532703993 0.0188736436197917
--39.375 -18.75 0 0.0909409752300347 0.221761394105035 0 0.201527905985243 0.485769721258681
-9.375 -18.75 0 0 1.92942708333333e-05 0 0.219199153645833 0.780781567239583
-13.125 -18.75 0 0.00971447526041667 0.372291141659564 0 0.526478691437816 0.0915156938257576
-16.875 -18.75 0 0.02919544921875 0.525453595820313 0 0.445350956202257 0
-20.625 -18.75 0 0.0179456628081597 0.491572286046007 0 0.490482053875868 0
-24.375 -18.75 0 0.0458736672048611 0.272866202456597 0 0.681260133463542 0
-28.125 -18.75 0 0.0740015024739583 0.227642422296007 0 0.684534258702257 0.0138218221484375
-31.875 -18.75 0 0.0775401558984375 0.337078611759133 0 0.572985159416893 0.0123960749735809
-35.625 -18.75 0 0.0191084947352431 0.365622722419233 0 0.483384022945728 0.131884756389644
-39.375 -18.75 0 0.0184972884469697 0.304036813054924 0 0.283860064668561 0.393605830117424
-43.125 -18.75 0 0.00565590026041667 0.409963127088542 0 0.304282836914063 0.2800981354375
-46.875 -18.75 0 0.0327286078756313 0.639486642846827 0 0.289919895334991 0.0378648571369949
-50.625 -18.75 0 0.111253568497475 0.301965977727273 0 0.418879614996844 0.167900838049242
-118.125 -18.75 0 0 0.014914 0 0.028783 0.956303
-121.875 -18.75 0 0.000494485412892512 0.447649644174404 0 0.3350856387266 0.21677023156033
-125.625 -18.75 0 5.62796082427536e-05 0.570367665639908 0 0.408368845754265 0.0212072068446181
-129.375 -18.75 0 3.90173611111111e-05 0.552271857977431 0 0.446430748220486 0.00125837453559028
-133.125 -18.75 0 0.00426503168402778 0.596186082022569 0 0.399548884348958 0
-136.875 -18.75 0 0.00639231814236111 0.570886919639757 0 0.396336935690104 0.0263838234939236
-140.625 -18.75 0 0.0186194294270833 0.506530442659722 0 0.418070083022569 0.0567800451284722
-144.375 -18.75 0 0.0480539344176136 0.430647286014441 0 0.454623185147964 0.0666755987152778
-148.125 -18.75 0 0.036268857968193 0.21515614004512 0 0.201109677803587 0.54746530522978
-166.875 -18.75 0 0.0107909609375 0.0040537109375 0 0.157608070807292 0.827547261927083
-170.625 -18.75 0 0.0130269835069444 0.00821000434027778 0 0.146539044227431 0.832223969427083
-178.125 -18.75 0 0.0325777356460814 0.0202488120969742 0 0.164307828993056 0.782865621150794
--174.375 -21.25 0 0.0470368333333333 0 0 0.0110704583333333 0.941892706666667
--73.125 -21.25 0 6.95144230769231e-05 0.10104087900641 0 0.682607782561432 0.216281828446848
--69.375 -21.25 0 0 0.137428020642361 0 0.733592536215278 0.128979444965278
--65.625 -21.25 0 0.0112192621527778 0.42083769625 0 0.567939280225694 3.75520833333333e-06
--61.875 -21.25 0 0.0653283298611111 0.579736692552083 0 0.354934975677083 0
--58.125 -21.25 0 0.0245510660590278 0.63212616328125 0 0.342229175677083 0.00109358854166667
--54.375 -21.25 0 0.107019805208333 0.656210062013889 0 0.2285395534375 0.00823057831597222
--50.625 -21.25 0 0.396364195590278 0.423070879149306 0 0.155443129965278 0.0251217969965278
--46.875 -21.25 0 0.190738941302083 0.423645523298611 0 0.364362885416667 0.0212526493055556
--43.125 -21.25 0 0.147134130074786 0.407257998453526 0 0.403858543894231 0.0417493299145299
--39.375 -21.25 0 0.177206102804487 0.371076001184295 0 0.275660529054487 0.176057364086538
-13.125 -21.25 0 0 0.181041555863095 0 0.606271555178571 0.212686887053571
-16.875 -21.25 0 0.000324637152777778 0.530535255451389 0 0.469140107395833 0
-20.625 -21.25 0 0.000715496527777778 0.547519449982639 0 0.451765053298611 0
-24.375 -21.25 0 0.00291806423611111 0.425349116336806 0 0.571732819010417 0
-28.125 -21.25 0 0.0609858489583333 0.392899002274305 0 0.546115149947917 0
-31.875 -21.25 0 0.0844037665743786 0.409007942611477 0 0.474866140643275 0.0317221481907895
-35.625 -21.25 0 0.0238451776315789 0.41202425371345 0 0.369207345950292 0.194923215921053
-43.125 -21.25 0 0.0294675138888889 0.452842173107639 0 0.283206561579861 0.234483748159722
-46.875 -21.25 0 0.0484075527777778 0.607561940086806 0 0.258873726371528 0.0851567795138889
-50.625 -21.25 0 0.105689155347222 0.207058088298611 0 0.329208674895833 0.358044086597222
-54.375 -21.25 0 0.03555375 0.0078055 0 0.1748547525 0.781785995
-58.125 -21.25 0 0.0976606979166667 0.000325229166666667 0 0.0471896563541667 0.854824397291667
-114.375 -21.25 0 2.48506944444444e-05 0.277572601284722 0 0.173019615763889 0.549382936388889
-118.125 -21.25 0 0.00113016066919192 0.579121373260732 0 0.315186013251263 0.104562453061869
-121.875 -21.25 0 3.21944444444444e-05 0.67295794875 0 0.327009853663194 0
-125.625 -21.25 0 6.26961805555555e-05 0.662090675347222 0 0.337846627065972 0
-129.375 -21.25 0 0.000332734375 0.667304850104167 0 0.332362412847222 0
-133.125 -21.25 0 0.00785223958333333 0.635214839288194 0 0.356932929392361 0
-136.875 -21.25 0 0.00696637673611111 0.650044376215278 0 0.342935900972222 5.33420138888889e-05
-140.625 -21.25 0 0.0148198856076389 0.639739412934028 0 0.345302013854167 0.000138689236111111
-144.375 -21.25 0 0.0707354497743056 0.546879872795139 0 0.382234188975694 0.000150491319444444
-148.125 -21.25 0 0.051882146412037 0.411409103344907 0 0.444799242065972 0.0919095041435185
-163.125 -21.25 0 0.0039484 0.0621486 0 0.298259402 0.635643594
-166.875 -21.25 0 0.00117493402777778 0.02566959375 0 0.2265048465625 0.746650621805556
-170.625 -21.25 0 0.00466819444444444 0.00381654861111111 0 0.0684532430555555 0.923062023125
--73.125 -23.75 0 0 0.145899287140925 0 0.673042651558494 0.181058062671775
--69.375 -23.75 0 8.26432291666667e-06 0.123110462111545 0 0.78654749453125 0.090333778296441
--65.625 -23.75 0 0.0114814986979167 0.0890324964583333 0 0.89917746327691 0.000308540798611111
--61.875 -23.75 0 0.0677774231770833 0.338842588381076 0 0.593347429982639 3.25551215277778e-05
--58.125 -23.75 0 0.059986635625 0.505659224149306 0 0.428287302161458 0.00606683500434028
--54.375 -23.75 0 0.24099338953125 0.525481344644097 0 0.215206694288194 0.0183185711545139
--50.625 -23.75 0 0.357565835412326 0.440224769392361 0 0.179355299197049 0.0228540919661458
--46.875 -23.75 0 0.160876918090278 0.349290890082465 0 0.341761566453993 0.148070632560764
--43.125 -23.75 0 0.06514154775 0.286099910944444 0 0.362767071027778 0.28599147275
--39.375 -23.75 0 0.04108 0.154854663333333 0 0.149498666666667 0.654566666666667
-13.125 -23.75 0 0 0.0387721692708333 0 0.602891158003472 0.358336690911458
-16.875 -23.75 0 0.00123531206597222 0.463667855546875 0 0.535096828302951 0
-20.625 -23.75 0 0.00116867144097222 0.511270093506944 0 0.487561231814236 0
-24.375 -23.75 0 0.0162851597960069 0.532624749361979 0 0.45106622327691 2.38693576388889e-05
-28.125 -23.75 0 0.189545654283854 0.589000464557291 0 0.221448729578993 5.14756944444444e-06
-31.875 -23.75 0 0.170394778333333 0.478435496371528 0 0.30799303405816 0.0431766893663194
-35.625 -23.75 0 0.0333450383637153 0.498403374322917 0 0.273280524565972 0.194971058689236
-43.125 -23.75 0 0.078085003796503 0.557630269594494 0 0.190557639458705 0.173727083937872
-46.875 -23.75 0 0.0428153134309896 0.498725088326823 0 0.171257360117188 0.287202233092448
-50.625 -23.75 0 0.005655 0.024566 0 0.021714 0.94806498
-110.625 -23.75 0 0.019530328125 0.255394823151042 0 0.182361507578125 0.542713339609375
-114.375 -23.75 0 0.00971628819444444 0.524225107677951 0 0.297335620186632 0.168722983763021
-118.125 -23.75 0 0.000273868055555556 0.605242711970486 0 0.393474194583333 0.0010092244140625
-121.875 -23.75 0 3.24088541666667e-06 0.66931038766059 0 0.330686371888021 0
-125.625 -23.75 0 1.21171875e-05 0.665574144887153 0 0.334413737695312 0
-129.375 -23.75 0 0.00279377039930556 0.654413703706597 0 0.342792521358507 0
-133.125 -23.75 0 0.0175730690104167 0.556040981905382 0 0.426385949427083 0
-136.875 -23.75 0 0.00530103172743055 0.623629186736111 0 0.371063663541667 6.11545138888889e-06
-140.625 -23.75 0 0.0116579762413194 0.61287047858941 0 0.375455643767361 1.59001736111111e-05
-144.375 -23.75 0 0.0850143763107639 0.574096602552083 0 0.340889018411458 0
-148.125 -23.75 0 0.118938963667535 0.4906118709375 0 0.370423655499132 0.0200255130208333
-151.875 -23.75 0 0.0653245994196429 0.255674958968254 0 0.305173478774802 0.373826968244048
-166.875 -23.75 0 0.000811 0.02902 0 0.1900867475 0.7800822575
--73.125 -26.25 0 0 0.169229350533088 0 0.653401208970588 0.177369444871324
--69.375 -26.25 0 9.25546875e-05 0.129649079342576 0 0.774105526959763 0.0961528416664114
--65.625 -26.25 0 0.0406135496267361 0.0713977794791667 0 0.886021796536458 0.00196687586805556
--61.875 -26.25 0 0.0581373482986111 0.167873874878472 0 0.773854441909722 0.000134331597222222
--58.125 -26.25 0 0.0632728358072917 0.337925670659722 0 0.584063643168403 0.0147378498263889
--54.375 -26.25 0 0.231791158315972 0.341742982291667 0 0.413240102213542 0.0132257552083333
--50.625 -26.25 0 0.240383951762942 0.305968644591225 0 0.388380387549716 0.0652670182638889
--46.875 -26.25 0 0.0420781321456755 0.227836645823075 0 0.298705589821654 0.4313796403125
-16.875 -26.25 0 0.00203831846316425 0.448891571256794 0 0.528631168026117 0.0204389410778986
-20.625 -26.25 0 0.00975089139756944 0.642808885277778 0 0.347440222039931 0
-24.375 -26.25 0 0.112915249513889 0.653694906744792 0 0.232467830399306 0.000922013888888889
-28.125 -26.25 0 0.282106307986111 0.563629093984375 0 0.151447902395833 0.00281669184027778
-31.875 -26.25 0 0.161942247560764 0.409337565581597 0 0.341094718732639 0.0876254683767361
-110.625 -26.25 0 0.011268 0.1530523105 0 0.1365255125 0.699154181
-114.375 -26.25 0 0.00948440190972222 0.497185628609375 0 0.275976280963542 0.217353688060764
-118.125 -26.25 0 0.000667136284722222 0.675807475017361 0 0.322735170460069 0.000790218741319444
-121.875 -26.25 0 2.60972222222222e-05 0.677919595833333 0 0.322054306137153 0
-125.625 -26.25 0 6.27430555555556e-06 0.674345810954861 0 0.325647912352431 0
-129.375 -26.25 0 0.000127027777777778 0.660152413220486 0 0.339720561076389 0
-133.125 -26.25 0 0.00583998871527778 0.637131845225694 0 0.357028164227431 0
-136.875 -26.25 0 0.00376844973958333 0.553920943081597 0 0.442286571875 2.40364583333333e-05
-140.625 -26.25 0 0.0166698075173611 0.579473155243055 0 0.40379454015625 6.24947916666667e-05
-144.375 -26.25 0 0.0500701682552083 0.575563774001736 0 0.374366057022569 0
-148.125 -26.25 0 0.0786464915104167 0.529039189357639 0 0.392314324166667 0
-151.875 -26.25 0 0.103842308214286 0.319921145254216 0 0.406863475752728 0.169373067633929
-155.625 -26.25 0 0.0151968333333333 0.0377454583333333 0 0.248131670833333 0.698926034166667
--73.125 -28.75 0 0.0025083078125 0.171713825801777 0 0.727881760088235 0.0978961071256127
--69.375 -28.75 0 0.00276482317708333 0.116416263942555 0 0.833390360313215 0.0474285520784314
--65.625 -28.75 0 0.0283087084071181 0.0996045909114583 0 0.867180253246528 0.00490644791666667
--61.875 -28.75 0 0.116393725633681 0.294130678654514 0 0.586968739513889 0.00250685546875
--58.125 -28.75 0 0.0849366060026042 0.54267357688368 0 0.363819681506076 0.00857013541666667
--54.375 -28.75 0 0.278515750108507 0.439601626931424 0 0.276785990360243 0.00509663324652778
--50.625 -28.75 0 0.303698028327217 0.264903162480074 0 0.306836747728851 0.12456206343533
--46.875 -28.75 0 0.23577199847242 0.234375807491122 0 0.371226691334044 0.158625505410156
-16.875 -28.75 0 0.00465264887691943 0.581035740736284 0 0.274167846359289 0.140143760717521
-20.625 -28.75 0 0.0123315333723958 0.815586240980903 0 0.172082219635417 0
-24.375 -28.75 0 0.0937743633984375 0.788161630169271 0 0.117399889631076 0.000664114149305555
-28.125 -28.75 0 0.222695313003472 0.582104351067708 0 0.192910414418403 0.00228992100694444
-31.875 -28.75 0 0.173616883858507 0.30513406587963 0 0.362625592262731 0.158623461216725
-114.375 -28.75 0 0.0779229006026786 0.334447994179935 0 0.298009848810764 0.289619258919147
-118.125 -28.75 0 0.00534641658978175 0.599872604046379 0 0.390628458784722 0.00415252188740079
-121.875 -28.75 0 0.000139072048611111 0.634267369383681 0 0.365593560021701 0
-125.625 -28.75 0 6.44574652777778e-06 0.673911693819444 0 0.326081858064236 0
-129.375 -28.75 0 4.296875e-06 0.679350974934896 0 0.3206447265625 0
-133.125 -28.75 0 3.55373263888889e-05 0.670964622204861 0 0.328999837048611 0
-136.875 -28.75 0 0.000608073350694445 0.507087780481771 0 0.4922982421875 5.90277777777778e-06
-140.625 -28.75 0 0.0125007634548611 0.559512206193576 0 0.427956343849826 3.06870659722222e-05
-144.375 -28.75 0 0.0730894506684028 0.540415399188368 0 0.386485386896701 9.76171875e-06
-148.125 -28.75 0 0.0377309881553819 0.516962013611111 0 0.444628259305556 0.000678739583333333
-151.875 -28.75 0 0.10955508172309 0.293572974518229 0 0.502520386631945 0.0943515530381945
-155.625 -28.75 0 0.010389953125 0.0598582005208333 0 0.455959127118056 0.473792707118055
--73.125 -31.25 0 0.00665827569444444 0.157674201932292 0 0.727723656765625 0.107943869473958
--69.375 -31.25 0 0.0068570625 0.0899793157465278 0 0.830989795 0.0721738283506945
--65.625 -31.25 0 0.142580962100694 0.235257076388889 0 0.618492396423611 0.00366956423611111
--61.875 -31.25 0 0.35565231171875 0.305289565173611 0 0.302836848003472 0.0362212735069444
--58.125 -31.25 0 0.128438267708333 0.629002991579861 0 0.229871278194444 0.0126874666840278
--54.375 -31.25 0 0.205732834809028 0.595032935555555 0 0.119704086996528 0.0795301471875
--50.625 -31.25 0 0.177794330517361 0.241506574131944 0 0.09173093484375 0.488968161965278
--46.875 -31.25 0 0.227134336653646 0.194599094752604 0 0.164446761119792 0.413819808971354
-16.875 -31.25 0 0.0206748802083333 0.669057293350695 0 0.0378689149305556 0.272398907899305
-20.625 -31.25 0 0.0114794496527778 0.908407721371528 0 0.0704040243055555 0.00970881053819445
-24.375 -31.25 0 0.0209615920138889 0.838163467552084 0 0.136228483819444 0.00464646006944444
-28.125 -31.25 0 0.100389451388889 0.493636688003472 0 0.356522661788194 0.0494511940451389
-31.875 -31.25 0 0.230563354402778 0.0818311966435185 0 0.262699751912037 0.424905692071759
-114.375 -31.25 0 0.213831037680556 0.229278610180556 0 0.441872054416667 0.115018294375
-118.125 -31.25 0 0.177212092548611 0.336739994059028 0 0.481320361385417 0.00472755263888889
-121.875 -31.25 0 0.00423862152777778 0.527212645503472 0 0.468548735190972 0
-125.625 -31.25 0 0.000766951388888889 0.635772122309028 0 0.353887180729167 0.00957374286458333
-129.375 -31.25 0 0.000348241319444444 0.574344441215278 0 0.279550015329861 0.145757298489583
-133.125 -31.25 0 0.01728706984375 0.640207235659722 0 0.328274250607639 0.0142314409722222
-136.875 -31.25 0 0.002093828125 0.548660233090278 0 0.449245941631944 0
-140.625 -31.25 0 0.0248308211805556 0.56028290375 0 0.414789032274306 9.72430555555556e-05
-144.375 -31.25 0 0.0646337763368056 0.519175975121528 0 0.416128374548611 6.18819444444444e-05
-148.125 -31.25 0 0.10848884203125 0.4400087165625 0 0.451502441788195 0
-151.875 -31.25 0 0.0850546455034722 0.204677818125 0 0.543678874930555 0.166588663194444
-155.625 -31.25 0 0.00159759375 0.0202019479166667 0 0.342073582951389 0.636126880034722
--73.125 -33.75 0 0.0657772665147569 0.147204131684028 0 0.4111078146875 0.37591078156684
--69.375 -33.75 0 0.0362523399001736 0.18075762750434 0 0.728563331215278 0.0544267042578125
--65.625 -33.75 0 0.250916960303819 0.249676768467882 0 0.498633160833333 0.000773109809027778
--61.875 -33.75 0 0.404776065438368 0.393623722903646 0 0.193949733763021 0.00765047569444444
--58.125 -33.75 0 0.198198521543063 0.54114042595354 0 0.201736159580125 0.0589248937399985
--54.375 -33.75 0 0.078129585750868 0.576350944450025 0 0.122545565532614 0.222973903737599
--50.625 -33.75 0 0.0765384411458333 0.375824370126488 0 0.109984235863095 0.437652942276786
-16.875 -33.75 0 0.0532727372178819 0.17981835441985 0 0.0269387906684028 0.739970124293981
-20.625 -33.75 0 0.0656366878602431 0.651172828002025 0 0.127545977664931 0.155644504768519
-24.375 -33.75 0 0.0334033072916667 0.574451486588542 0 0.185646029010417 0.206499184622396
-28.125 -33.75 0 0.117476988364583 0.317327130786458 0 0.31956851675 0.245627366393229
-114.375 -33.75 0 0.106358416225818 0.309787875812872 0 0.367441512239583 0.216412197979911
-118.125 -33.75 0 0.222664861524058 0.244980065748388 0 0.443959192161458 0.0883958825558036
-121.875 -33.75 0 0.0567783500347222 0.466319999470486 0 0.392114886328125 0.0847867648177083
-125.625 -33.75 0 0.00796782604166667 0.337645100213542 0 0.273750080692708 0.380637000244792
-133.125 -33.75 0 0.114807998181818 0.182151181818182 0 0.182108543636364 0.520932263636364
-136.875 -33.75 0 0.147919430564236 0.341914047730035 0 0.313192274856771 0.196974246045139
-140.625 -33.75 0 0.20306293046441 0.438239345742188 0 0.330419845364583 0.0282778778689236
-144.375 -33.75 0 0.291541634240451 0.398534058967014 0 0.307543784396701 0.00238052213541667
-148.125 -33.75 0 0.374562129474826 0.248647258155382 0 0.373583567261285 0.00320704817708333
-151.875 -33.75 0 0.0277470388327206 0.104590830137868 0 0.659978132625613 0.207683999060202
-174.375 -33.75 0 0.0783639129340278 0.254724411684028 0 0.118926932291667 0.547984729826389
--73.125 -36.25 0 0.0834163671988515 0.166221343987714 0 0.477165542217548 0.273196745846688
--69.375 -36.25 0 0.0374725743142361 0.198330017074653 0 0.762635227829861 0.00156218229166667
--65.625 -36.25 0 0.198258580711806 0.245431606588542 0 0.556060824609375 0.000248987847222222
--61.875 -36.25 0 0.391695668689236 0.452168877604167 0 0.152935608237847 0.00319984375
--58.125 -36.25 0 0.299021010915987 0.377369441707428 0 0.155465112858167 0.168144434910553
--54.375 -36.25 0 0.0639330585763889 0.338116184479167 0 0.123168207048611 0.474782544340278
-20.625 -36.25 0 0.114382440972222 0.301713095497685 0 0.105880711805556 0.478023758657407
-24.375 -36.25 0 0.0540036354166667 0.141627948645833 0 0.112229135416667 0.692139298333333
-118.125 -36.25 0 0.133132312309028 0.221408401371528 0 0.319339050208333 0.3261202378125
-136.875 -36.25 0 0.125287337811711 0.0694476473090278 0 0.15520678063447 0.650058235246054
-140.625 -36.25 0 0.375925004768782 0.191105355164931 0 0.324440539502052 0.108529103323074
-144.375 -36.25 0 0.440418965677083 0.197976460581597 0 0.357347328133681 0.00425724392361111
-148.125 -36.25 0 0.245143219496528 0.155968198428819 0 0.547642727152778 0.0512458543663194
-151.875 -36.25 0 0.0114614375 0.0266288125 0 0.3962983125 0.565611445625
-170.625 -36.25 0 0.039491188125 0.140877813125 0 0.0665253125 0.75310568875
-174.375 -36.25 0 0.0658135983940972 0.238557847131076 0 0.127087213515625 0.568541336449653
-178.125 -36.25 0 0.0236542599131944 0.114055237677951 0 0.333855314314236 0.528435184592014
--73.125 -38.75 0 0.110702695129541 0.129657951847289 0 0.614930079715545 0.144709275133547
--69.375 -38.75 0 0.0110112311111111 0.298918304027778 0 0.679830638637153 0.010239828125
--65.625 -38.75 0 0.1121613278125 0.40212534687066 0 0.481587384440104 0.00412594140625
--61.875 -38.75 0 0.299271248450521 0.486997807886029 0 0.112426591004647 0.101304352586806
--58.125 -38.75 0 0.262587941727431 0.308871244483507 0 0.100137356979167 0.328403455512153
-136.875 -38.75 0 0.0207792151515152 0.0175545416666667 0 0.0379097535984848 0.923756486695076
-140.625 -38.75 0 0.206784741081439 0.0561083425824653 0 0.193393916232797 0.54371299120928
-144.375 -38.75 0 0.229588843418403 0.0833687028211806 0 0.333808790797743 0.353233665623264
-148.125 -38.75 0 0.0647307814583333 0.0849205180902778 0 0.245847733085937 0.604500971167535
-170.625 -38.75 0 0.0498142291666667 0.123923083333333 0 0.0575970625 0.768665635
-174.375 -38.75 0 0.090360229930933 0.300469694258662 0 0.24210373714957 0.367066340754642
-178.125 -38.75 0 0.0434195982884209 0.192128836014398 0 0.322150599548422 0.442300958114244
--73.125 -41.25 0 0.0910557539583333 0.1499934788654 0 0.552147595765931 0.206803163872549
--69.375 -41.25 0 0.00279002951388889 0.609685619826389 0 0.380941601579861 0.00658275
--65.625 -41.25 0 0.00631823611111111 0.585706227725694 0 0.317382267146991 0.0905932665972222
--61.875 -41.25 0 0.060032375 0.366440676847222 0 0.112678873148148 0.460848063319444
-140.625 -41.25 0 0.023950125 0.0109635416666667 0 0.0323789166666667 0.932707405833333
-144.375 -41.25 0 0.0817987142857143 0.157653231636905 0 0.220867280714286 0.539680773869048
-148.125 -41.25 0 0.217319663208874 0.14057971079816 0 0.207308012927489 0.434792620936147
-170.625 -41.25 0 0.0402570005208333 0.21107708125 0 0.309745197916667 0.438920720416667
-174.375 -41.25 0 0.0795300637202381 0.270426644047619 0 0.262779043184524 0.387264253571429
-178.125 -41.25 0 0.0494433773743386 0.213544323386243 0 0.311527379904101 0.425484910079365
--178.125 -43.75 0 0.00845486458333333 0.0390822760416667 0 0.0126749375 0.939787941875
--174.375 -43.75 0 0.00848744791666667 0.0392343177083333 0 0.0127244375 0.939553816875
--73.125 -43.75 0 0.00327841493619228 0.18843449443892 0 0.451444755228456 0.356842332554958
--69.375 -43.75 0 0.00107676649305556 0.761423309205729 0 0.2209005878125 0.0165993362109375
--65.625 -43.75 0 0.000269482836174242 0.595614928670691 0 0.123796793710346 0.280318792233665
--61.875 -43.75 0 0.000136627604166667 0.493001266484375 0 0.10583480889974 0.401027294830729
-144.375 -43.75 0 0.136428079230769 0.305461078461538 0 0.23579208 0.322318772307692
-148.125 -43.75 0 0.197950366686699 0.152797543737981 0 0.207863051822917 0.441389030981571
-166.875 -43.75 0 0.0433179328153935 0.325303544796007 0 0.293486560056424 0.337891960475984
-170.625 -43.75 0 0.0803019023735119 0.386673707064112 0 0.223145915984003 0.309878472734995
-174.375 -43.75 0 0.14143390141245 0.295322083456101 0 0.157296722321429 0.405947295740327
--76.875 -46.25 0 0 0.032619 0 0.20606225 0.76131874
--73.125 -46.25 0 0.000803094645503952 0.222598182471591 0 0.549400802783302 0.227197922186779
--69.375 -46.25 0 0.000775624479166666 0.6998940501875 0 0.243696697710069 0.055633627921875
--65.625 -46.25 0 0.000129305776515151 0.453655898888258 0 0.131737182454545 0.414477617785038
--61.875 -46.25 0 2.5375e-05 0.358502 0 0.09820225 0.54327038125
-166.875 -46.25 0 0.0550250030613426 0.273263907300347 0 0.231161592223958 0.440549497688079
-170.625 -46.25 0 0.13202983578125 0.301726536668403 0 0.0939118955295139 0.472331735255208
--76.875 -48.75 0 0 0.067290349702381 0 0.31033295671131 0.62237669203869
--73.125 -48.75 0 0.000620437632095411 0.295130742591146 0 0.454103127452257 0.250145688328238
--69.375 -48.75 0 0.000171017866625817 0.685883696917433 0 0.239655788626021 0.0742894984301471
--65.625 -48.75 0 2.79729779411765e-05 0.22933598945527 0 0.0959490511348039 0.674686983977328
--61.875 -48.75 0 0 0.127795090989583 0 0.0580201979166667 0.814184713333333
-166.875 -48.75 0 0.0495303416666667 0.173141886666667 0 0.183933714083333 0.59339405875
--76.875 -51.25 0 0 0.0350932931547619 0 0.253223510610119 0.711683201160714
--73.125 -51.25 0 0.00120221354166667 0.306321349131944 0 0.400372823315972 0.29210361359375
--69.375 -51.25 0 9.40017361111111e-05 0.503741373715278 0 0.183980372569444 0.312184254809028
--65.625 -51.25 0 0 0.0843449444444444 0 0.0350206379166667 0.8806344125
--61.875 -51.25 0 0 0.000703791666666667 0 0.175572866666667 0.823723343166667
--58.125 -51.25 0 0 0 0 0.357115101 0.642884904
--73.125 -53.75 0 0.0001988671875 0.0688528435414478 0 0.374664581013327 0.556283709937194
--69.375 -53.75 0 0.0005170546875 0.182734438757864 0 0.406142811117868 0.410605693745847
--65.625 -53.75 0 0 0.103543984378472 0 0.188978323584491 0.707477693575232
--61.875 -53.75 0 0 0.00285696666666667 0 0.197207911958333 0.799935131041667
--58.125 -53.75 0 0 0 0 0.1298672525 0.87013276
--73.125 -56.25 0 -0.000132578125 -0.0283917282106384 0 0.0353794127292689 0.993144883234273
--69.375 -56.25 0 -0.000344703125 0.0163540149430147 0 0.434410920717627 0.549579762961193
--65.625 -56.25 0 0 0.0855870981458333 0 0.223096202340278 0.691316701659722
--61.875 -56.25 0 0 0.00285696666666667 0 0.197207911958333 0.799935131041667
diff --git a/data/3deg/blue_water_available_pseudoCRU_rcp8p5_2004_2013_grid_allhdyro_mm.txt b/data/3deg/blue_water_available_pseudoCRU_rcp8p5_2004_2013_grid_allhdyro_mm.txt
deleted file mode 100644
index 10335dde9c3d5a8f0a71af98245e408d86d9910b..0000000000000000000000000000000000000000
--- a/data/3deg/blue_water_available_pseudoCRU_rcp8p5_2004_2013_grid_allhdyro_mm.txt
+++ /dev/null
@@ -1,2189 +0,0 @@
-Lon   Lat   Max_irr_water
--180.00   63.00  100.850
--180.00   66.00  100.850
--180.00   69.00  100.850
--177.00   63.00  100.850
--177.00   66.00  100.850
--174.00   63.00  100.850
--174.00   66.00  100.850
--171.00   51.00  263.190
--171.00   63.00  182.020
--171.00   66.00  100.850
--168.00   51.00  263.190
--168.00   60.00  263.190
--168.00   63.00  263.190
--168.00   66.00  263.190
--165.00   54.00  263.190
--165.00   60.00  263.190
--165.00   63.00  263.190
--165.00   66.00  263.190
--165.00   69.00  263.190
--162.00   54.00  263.190
--162.00   57.00  263.190
--162.00   60.00  263.190
--162.00   63.00  263.190
--162.00   66.00  263.190
--162.00   69.00  263.190
--159.00   18.00   96.040
--159.00   54.00  263.190
--159.00   57.00  263.190
--159.00   60.00  263.190
--159.00   63.00  263.190
--159.00   66.00  263.190
--159.00   69.00  263.190
--156.00   18.00   96.040
--156.00   57.00  263.190
--156.00   60.00  263.190
--156.00   63.00  263.190
--156.00   66.00  263.190
--156.00   69.00  263.190
--153.00   57.00  263.190
--153.00   60.00  263.190
--153.00   63.00  263.190
--153.00   66.00  263.190
--153.00   69.00  263.190
--150.00   57.00  263.190
--150.00   60.00  263.190
--150.00   63.00  263.190
--150.00   66.00  263.190
--150.00   69.00  263.190
--147.00   60.00  263.190
--147.00   63.00  263.190
--147.00   66.00  263.190
--147.00   69.00  263.190
--144.00   60.00  263.190
--144.00   63.00  263.190
--144.00   66.00  263.190
--144.00   69.00  263.190
--141.00   57.00  263.190
--141.00   60.00  263.190
--141.00   63.00  217.802
--141.00   66.00  263.190
--141.00   69.00  263.190
--138.00   57.00  263.190
--138.00   60.00  263.190
--138.00   63.00  172.415
--138.00   66.00  202.673
--138.00   69.00   81.640
--135.00   51.00  263.190
--135.00   54.00  263.190
--135.00   57.00  263.190
--135.00   60.00  263.190
--135.00   63.00  172.415
--135.00   66.00   81.640
--135.00   69.00   81.640
--132.00   51.00  263.190
--132.00   54.00  263.190
--132.00   57.00  217.802
--132.00   60.00  167.372
--132.00   63.00  137.114
--132.00   66.00   94.259
--132.00   69.00   81.640
--129.00   48.00  263.190
--129.00   51.00  263.190
--129.00   54.00  237.975
--129.00   57.00  127.028
--129.00   60.00   81.640
--129.00   63.00   81.640
--129.00   66.00  121.301
--129.00   69.00  146.540
--126.00   36.00   96.040
--126.00   39.00   96.040
--126.00   42.00  148.374
--126.00   45.00  225.339
--126.00   48.00  263.190
--126.00   51.00  263.190
--126.00   54.00  157.286
--126.00   57.00   81.640
--126.00   60.00   81.640
--126.00   63.00   88.851
--126.00   66.00  144.737
--126.00   69.00  146.540
--126.00   72.00  146.540
--123.00   33.00   96.040
--123.00   36.00   96.040
--123.00   39.00   86.323
--123.00   42.00  117.227
--123.00   45.00  160.150
--123.00   48.00  230.499
--123.00   51.00  263.190
--123.00   54.00  106.855
--123.00   57.00   81.640
--123.00   60.00   81.640
--123.00   63.00   81.640
--123.00   66.00  146.540
--123.00   69.00  146.540
--123.00   72.00  146.540
--123.00   75.00  146.540
--120.00   30.00   96.040
--120.00   33.00   93.449
--120.00   36.00   56.693
--120.00   39.00   30.930
--120.00   42.00  129.747
--120.00   45.00  130.710
--120.00   48.00  112.016
--120.00   51.00  125.189
--120.00   54.00   81.640
--120.00   57.00   81.640
--120.00   60.00   81.640
--120.00   63.00  132.118
--120.00   66.00  146.540
--120.00   69.00  146.540
--120.00   72.00  146.540
--120.00   75.00  146.540
--117.00   27.00   23.160
--117.00   30.00   30.908
--117.00   33.00   54.551
--117.00   36.00   19.833
--117.00   39.00   40.372
--117.00   42.00  130.710
--117.00   45.00  130.710
--117.00   48.00   86.951
--117.00   51.00   68.412
--117.00   54.00   81.640
--117.00   57.00   81.640
--117.00   60.00  102.501
--117.00   63.00  146.540
--117.00   66.00  146.540
--117.00   69.00  146.540
--117.00   72.00  146.540
--117.00   75.00  146.540
--114.00   24.00   23.160
--114.00   27.00   23.160
--114.00   30.00   20.387
--114.00   33.00   17.430
--114.00   36.00   19.592
--114.00   39.00   25.359
--114.00   42.00  102.986
--114.00   45.00   66.425
--114.00   48.00   61.869
--114.00   51.00   66.020
--114.00   54.00   81.206
--114.00   57.00   81.640
--114.00   60.00  109.173
--114.00   63.00  146.540
--114.00   66.00  146.540
--114.00   69.00  146.540
--114.00   72.00  146.540
--114.00   75.00  146.540
--114.00   78.00  146.540
--111.00   21.00   23.160
--111.00   24.00   23.160
--111.00   27.00   23.160
--111.00   30.00   20.295
--111.00   33.00   17.632
--111.00   36.00   17.430
--111.00   39.00   17.430
--111.00   42.00   45.244
--111.00   45.00   38.140
--111.00   48.00   56.727
--111.00   51.00   66.888
--111.00   54.00   81.640
--111.00   57.00   81.640
--111.00   60.00   99.668
--111.00   63.00  146.540
--111.00   66.00  146.540
--111.00   69.00  146.540
--111.00   72.00  146.540
--111.00   75.00  146.540
--111.00   78.00  146.540
--108.00   18.00   62.490
--108.00   21.00   32.993
--108.00   24.00   33.375
--108.00   27.00   17.200
--108.00   30.00   19.525
--108.00   33.00   19.478
--108.00   36.00   20.542
--108.00   39.00   29.511
--108.00   42.00   37.565
--108.00   45.00   38.140
--108.00   48.00   56.727
--108.00   51.00   67.756
--108.00   54.00   81.640
--108.00   57.00   85.246
--108.00   60.00  144.737
--108.00   63.00  146.540
--108.00   66.00  146.540
--108.00   69.00  146.540
--108.00   72.00  146.540
--108.00   75.00  146.540
--108.00   78.00  146.540
--105.00   18.00   62.490
--105.00   21.00   58.120
--105.00   24.00   54.942
--105.00   27.00   27.126
--105.00   30.00   28.598
--105.00   33.00   40.033
--105.00   36.00   27.747
--105.00   39.00   37.843
--105.00   42.00   38.140
--105.00   45.00   38.140
--105.00   48.00   54.044
--105.00   51.00   66.020
--105.00   54.00   81.707
--105.00   57.00   91.473
--105.00   60.00  146.540
--105.00   63.00  146.540
--105.00   66.00  146.540
--105.00   69.00  146.540
--105.00   72.00  146.540
--105.00   75.00  146.540
--105.00   78.00  146.540
--102.00   15.00  194.483
--102.00   18.00   62.490
--102.00   21.00   62.490
--102.00   24.00   31.651
--102.00   27.00   16.456
--102.00   30.00   65.992
--102.00   33.00   47.404
--102.00   36.00   29.232
--102.00   39.00   38.140
--102.00   42.00   38.140
--102.00   45.00   35.458
--102.00   48.00   48.680
--102.00   51.00   66.020
--102.00   54.00   99.570
--102.00   57.00  137.526
--102.00   60.00  146.540
--102.00   63.00  146.540
--102.00   66.00  146.540
--102.00   69.00  146.540
--102.00   72.00  146.540
--102.00   75.00  146.540
--102.00   78.00  146.540
- -99.00   15.00  228.802
- -99.00   18.00  186.234
- -99.00   21.00   87.239
- -99.00   24.00   40.949
- -99.00   27.00   52.904
- -99.00   30.00   75.340
- -99.00   33.00   35.432
- -99.00   36.00   29.232
- -99.00   39.00   38.140
- -99.00   42.00   36.128
- -99.00   45.00   20.035
- -99.00   48.00   48.185
- -99.00   51.00   69.117
- -99.00   54.00   81.677
- -99.00   57.00  146.540
- -99.00   60.00  146.540
- -99.00   63.00  146.540
- -99.00   66.00  146.540
- -99.00   69.00  146.540
- -99.00   72.00  146.540
- -99.00   75.00  146.540
- -99.00   78.00  146.540
- -96.00   15.00  260.480
- -96.00   18.00  260.480
- -96.00   27.00  131.967
- -96.00   30.00   80.185
- -96.00   33.00   39.849
- -96.00   36.00   74.244
- -96.00   39.00  111.145
- -96.00   42.00  199.768
- -96.00   45.00  233.556
- -96.00   48.00   57.549
- -96.00   51.00  106.280
- -96.00   54.00  112.990
- -96.00   57.00  143.558
- -96.00   60.00  146.540
- -96.00   63.00  146.540
- -96.00   66.00  146.540
- -96.00   69.00  146.540
- -96.00   72.00  146.540
- -96.00   75.00  146.540
- -96.00   78.00  146.540
- -96.00   81.00  146.540
- -93.00   -3.00  270.180
- -93.00   12.00  411.267
- -93.00   15.00  271.184
- -93.00   18.00  260.480
- -93.00   27.00  330.160
- -93.00   30.00  205.707
- -93.00   33.00  237.665
- -93.00   36.00  232.820
- -93.00   39.00  305.825
- -93.00   42.00  330.160
- -93.00   45.00  222.478
- -93.00   48.00  130.344
- -93.00   51.00  146.540
- -93.00   54.00  146.540
- -93.00   57.00  146.540
- -93.00   60.00  146.540
- -93.00   63.00  146.540
- -93.00   66.00  146.540
- -93.00   69.00  146.540
- -93.00   72.00  146.540
- -93.00   75.00  146.540
- -93.00   78.00  146.540
- -93.00   81.00  146.540
- -90.00   12.00  472.350
- -90.00   15.00  361.528
- -90.00   18.00  260.880
- -90.00   21.00  260.480
- -90.00   27.00  330.160
- -90.00   30.00  188.860
- -90.00   33.00  209.990
- -90.00   36.00  177.173
- -90.00   39.00  271.735
- -90.00   42.00  250.873
- -90.00   45.00  257.454
- -90.00   48.00  151.870
- -90.00   51.00  146.540
- -90.00   54.00  146.540
- -90.00   63.00  146.540
- -90.00   66.00  146.540
- -90.00   69.00  146.540
- -90.00   72.00  146.540
- -90.00   75.00  146.540
- -90.00   78.00  146.540
- -87.00    9.00  472.350
- -87.00   12.00  472.350
- -87.00   15.00  472.350
- -87.00   21.00  201.180
- -87.00   27.00  188.860
- -87.00   30.00  188.860
- -87.00   33.00  149.669
- -87.00   36.00  100.680
- -87.00   39.00  120.814
- -87.00   42.00  121.130
- -87.00   45.00  142.467
- -87.00   48.00  149.048
- -87.00   51.00  146.688
- -87.00   54.00  146.540
- -87.00   63.00  146.540
- -87.00   66.00  146.540
- -87.00   69.00  146.540
- -87.00   72.00  146.540
- -87.00   75.00  146.540
- -87.00   78.00  146.540
- -87.00   81.00  146.540
- -84.00   -6.00   23.580
- -84.00    6.00  472.350
- -84.00    9.00  472.350
- -84.00   12.00  472.350
- -84.00   15.00  472.350
- -84.00   21.00  141.880
- -84.00   24.00  188.860
- -84.00   27.00  188.860
- -84.00   30.00  188.860
- -84.00   33.00  179.062
- -84.00   36.00  103.129
- -84.00   39.00  108.116
- -84.00   42.00  135.219
- -84.00   45.00  148.955
- -84.00   48.00  146.540
- -84.00   51.00  146.540
- -84.00   54.00  146.540
- -84.00   60.00  146.540
- -84.00   63.00  146.540
- -84.00   66.00  146.540
- -84.00   69.00  146.540
- -84.00   72.00  146.540
- -84.00   75.00  146.540
- -84.00   78.00  146.540
- -84.00   81.00  146.540
- -81.00  -12.00   23.580
- -81.00   -9.00   43.064
- -81.00   -6.00   89.838
- -81.00   -3.00  192.732
- -81.00    0.00  392.712
- -81.00    6.00  472.350
- -81.00    9.00  472.350
- -81.00   21.00  141.880
- -81.00   24.00  182.988
- -81.00   27.00  188.860
- -81.00   30.00  188.860
- -81.00   33.00  188.860
- -81.00   36.00  179.306
- -81.00   39.00  141.520
- -81.00   42.00  142.991
- -81.00   45.00  151.870
- -81.00   48.00  146.836
- -81.00   51.00  146.540
- -81.00   54.00  146.540
- -81.00   57.00  146.540
- -81.00   60.00  146.540
- -81.00   63.00  146.540
- -81.00   69.00  146.540
- -81.00   72.00  146.540
- -81.00   75.00  146.540
- -78.00  -51.00  280.160
- -78.00  -48.00  280.160
- -78.00  -18.00   23.580
- -78.00  -15.00   40.772
- -78.00  -12.00   89.482
- -78.00   -9.00  121.000
- -78.00   -6.00  121.000
- -78.00   -3.00   57.868
- -78.00    0.00  370.614
- -78.00    3.00  668.410
- -78.00    6.00  643.902
- -78.00    9.00  668.410
- -78.00   18.00  163.349
- -78.00   21.00  141.880
- -78.00   33.00  188.860
- -78.00   36.00  210.855
- -78.00   39.00  214.680
- -78.00   42.00  138.018
- -78.00   45.00  148.613
- -78.00   48.00  146.540
- -78.00   51.00  146.540
- -78.00   54.00  146.540
- -78.00   57.00  146.540
- -78.00   60.00  146.540
- -78.00   63.00  146.540
- -78.00   66.00  146.540
- -78.00   69.00  146.540
- -78.00   72.00  146.540
- -75.00  -57.00  280.160
- -75.00  -54.00  271.090
- -75.00  -51.00  191.724
- -75.00  -48.00  272.299
- -75.00  -45.00  280.160
- -75.00  -42.00  280.160
- -75.00  -39.00  280.160
- -75.00  -36.00  280.160
- -75.00  -18.00   23.580
- -75.00  -15.00  107.469
- -75.00  -12.00  148.994
- -75.00   -9.00  372.945
- -75.00   -6.00  176.988
- -75.00   -3.00  141.528
- -75.00    0.00  175.689
- -75.00    3.00  358.271
- -75.00    6.00  539.079
- -75.00    9.00  594.480
- -75.00   18.00  150.405
- -75.00   39.00  214.680
- -75.00   42.00  204.286
- -75.00   45.00  146.688
- -75.00   48.00  146.540
- -75.00   51.00  146.540
- -75.00   54.00  146.540
- -75.00   57.00  146.540
- -75.00   60.00  146.540
- -75.00   63.00  146.540
- -75.00   66.00  146.540
- -75.00   69.00  146.540
- -75.00   78.00  139.456
- -72.00  -57.00  280.160
- -72.00  -54.00  189.990
- -72.00  -51.00   44.330
- -72.00  -48.00   63.982
- -72.00  -45.00   63.982
- -72.00  -42.00   58.111
- -72.00  -39.00  123.619
- -72.00  -36.00  175.151
- -72.00  -33.00  153.698
- -72.00  -30.00  227.656
- -72.00  -27.00  280.160
- -72.00  -24.00  280.160
- -72.00  -21.00  263.055
- -72.00  -18.00   70.807
- -72.00  -15.00  119.087
- -72.00  -12.00  357.035
- -72.00   -9.00  624.890
- -72.00   -6.00  486.973
- -72.00   -3.00  244.638
- -72.00    0.00  245.863
- -72.00    3.00  221.810
- -72.00    6.00  397.632
- -72.00    9.00  464.400
- -72.00   12.00  668.410
- -72.00   18.00  151.180
- -72.00   39.00  214.680
- -72.00   42.00  214.680
- -72.00   45.00  171.146
- -72.00   48.00  146.540
- -72.00   51.00  146.540
- -72.00   54.00  146.540
- -72.00   57.00  146.540
- -72.00   60.00  146.540
- -72.00   63.00  146.540
- -72.00   66.00  146.540
- -72.00   69.00  146.540
- -72.00   75.00  114.660
- -72.00   78.00  118.202
- -69.00  -57.00   87.208
- -69.00  -54.00  145.400
- -69.00  -51.00   44.330
- -69.00  -48.00   44.330
- -69.00  -45.00   44.330
- -69.00  -42.00   41.267
- -69.00  -39.00   35.608
- -69.00  -36.00   37.482
- -69.00  -33.00   43.570
- -69.00  -30.00   48.253
- -69.00  -27.00  160.648
- -69.00  -24.00  203.187
- -69.00  -21.00   86.327
- -69.00  -18.00   52.130
- -69.00  -15.00   52.130
- -69.00  -12.00  338.510
- -69.00   -9.00  624.890
- -69.00   -6.00  624.890
- -69.00   -3.00  624.890
- -69.00    0.00  491.380
- -69.00    3.00  358.561
- -69.00    6.00  449.728
- -69.00    9.00  456.240
- -69.00   18.00  205.714
- -69.00   42.00  214.680
- -69.00   45.00  167.361
- -69.00   48.00  146.540
- -69.00   51.00  146.540
- -69.00   54.00  146.540
- -69.00   57.00  146.540
- -69.00   60.00  146.540
- -69.00   63.00  146.540
- -69.00   66.00  146.540
- -69.00   69.00  146.540
- -69.00   75.00  114.660
- -69.00   78.00  123.769
- -66.00  -57.00   44.330
- -66.00  -48.00   44.330
- -66.00  -45.00   44.330
- -66.00  -42.00   38.422
- -66.00  -39.00   44.038
- -66.00  -36.00   64.857
- -66.00  -33.00   96.998
- -66.00  -30.00   90.570
- -66.00  -27.00  225.565
- -66.00  -24.00  228.694
- -66.00  -21.00   80.925
- -66.00  -18.00   52.130
- -66.00  -15.00   99.860
- -66.00  -12.00  545.340
- -66.00   -9.00  624.890
- -66.00   -6.00  624.890
- -66.00   -3.00  624.890
- -66.00    0.00  554.619
- -66.00    3.00  479.664
- -66.00    6.00  456.240
- -66.00    9.00  456.240
- -66.00   18.00  242.070
- -66.00   42.00  146.540
- -66.00   45.00  146.540
- -66.00   48.00  146.540
- -66.00   51.00  146.540
- -66.00   54.00  146.540
- -66.00   57.00  146.540
- -66.00   60.00  146.540
- -66.00   63.00  146.540
- -66.00   66.00  146.540
- -66.00   78.00  114.660
- -66.00   81.00  143.352
- -63.00  -54.00   44.330
- -63.00  -42.00   37.247
- -63.00  -39.00   52.000
- -63.00  -36.00  135.568
- -63.00  -33.00  212.708
- -63.00  -30.00  276.992
- -63.00  -27.00  283.420
- -63.00  -24.00  173.967
- -63.00  -21.00   96.430
- -63.00  -18.00   68.040
- -63.00  -15.00  354.420
- -63.00  -12.00  624.890
- -63.00   -9.00  624.890
- -63.00   -6.00  624.890
- -63.00   -3.00  624.890
- -63.00    0.00  624.890
- -63.00    3.00  522.992
- -63.00    6.00  401.654
- -63.00    9.00  456.240
- -63.00   42.00  146.540
- -63.00   45.00  146.540
- -63.00   48.00  146.540
- -63.00   51.00  146.540
- -63.00   54.00  146.540
- -63.00   57.00  146.540
- -63.00   63.00  146.540
- -63.00   66.00  146.540
- -63.00   81.00  128.323
- -60.00  -54.00   44.330
- -60.00  -39.00   52.000
- -60.00  -36.00  213.107
- -60.00  -33.00  265.111
- -60.00  -30.00  270.791
- -60.00  -27.00  216.064
- -60.00  -24.00  126.251
- -60.00  -21.00  117.823
- -60.00  -18.00  146.076
- -60.00  -15.00  549.391
- -60.00  -12.00  624.890
- -60.00   -9.00  624.890
- -60.00   -6.00  624.890
- -60.00   -3.00  624.890
- -60.00    0.00  515.566
- -60.00    3.00  392.576
- -60.00    6.00  378.910
- -60.00   45.00  146.540
- -60.00   48.00  146.540
- -60.00   51.00  146.540
- -60.00   54.00  146.540
- -60.00   81.00  114.660
- -57.00  -39.00   52.000
- -57.00  -36.00  223.500
- -57.00  -33.00  223.373
- -57.00  -30.00  237.291
- -57.00  -27.00  144.495
- -57.00  -24.00   96.752
- -57.00  -21.00   81.300
- -57.00  -18.00   99.783
- -57.00  -15.00  534.292
- -57.00  -12.00  624.890
- -57.00   -9.00  624.890
- -57.00   -6.00  624.890
- -57.00   -3.00  624.890
- -57.00    0.00  563.395
- -57.00    3.00  378.910
- -57.00   45.00  146.540
- -57.00   48.00  146.540
- -57.00   51.00  146.540
- -57.00   69.00  114.660
- -57.00   72.00  114.660
- -57.00   81.00  114.660
- -54.00  -36.00  223.348
- -54.00  -33.00  223.148
- -54.00  -30.00  223.120
- -54.00  -27.00  112.226
- -54.00  -24.00   81.300
- -54.00  -21.00   81.300
- -54.00  -18.00  241.482
- -54.00  -15.00  481.868
- -54.00  -12.00  562.318
- -54.00   -9.00  607.012
- -54.00   -6.00  615.951
- -54.00   -3.00  624.890
- -54.00    0.00  604.392
- -54.00    3.00  418.267
- -54.00   45.00  146.540
- -54.00   48.00  146.540
- -54.00   63.00  114.660
- -54.00   66.00  114.660
- -54.00   69.00  114.660
- -54.00   81.00  114.660
- -51.00  -33.00  131.460
- -51.00  -30.00  158.194
- -51.00  -27.00  111.438
- -51.00  -24.00   81.300
- -51.00  -21.00   81.300
- -51.00  -18.00  161.391
- -51.00  -15.00  303.090
- -51.00  -12.00  303.090
- -51.00   -9.00  320.968
- -51.00   -6.00  356.723
- -51.00   -3.00  526.467
- -51.00    0.00  624.890
- -51.00   60.00  114.660
- -51.00   63.00  114.660
- -51.00   66.00  114.660
- -51.00   69.00  114.660
- -51.00   81.00  114.660
- -48.00  -27.00  131.460
- -48.00  -24.00   97.065
- -48.00  -21.00  102.200
- -48.00  -18.00  129.848
- -48.00  -15.00  226.810
- -48.00  -12.00  226.924
- -48.00   -9.00  221.069
- -48.00   -6.00  192.541
- -48.00   -3.00  200.386
- -48.00   60.00  114.660
- -48.00   81.00  114.660
- -45.00  -24.00  123.434
- -45.00  -21.00  130.067
- -45.00  -18.00  131.460
- -45.00  -15.00  131.460
- -45.00  -12.00  142.273
- -45.00   -9.00  174.710
- -45.00   -6.00  174.710
- -45.00   -3.00  174.710
- -45.00   60.00  114.660
- -45.00   81.00  114.660
- -42.00  -24.00  131.460
- -42.00  -21.00  131.460
- -42.00  -18.00  131.460
- -42.00  -15.00  131.460
- -42.00  -12.00  131.460
- -42.00   -9.00  159.092
- -42.00   -6.00  174.710
- -39.00  -57.00   44.330
- -39.00  -15.00  131.460
- -39.00  -12.00  135.934
- -39.00   -9.00  163.898
- -39.00   -6.00  174.710
- -36.00  -12.00  174.710
- -36.00   -9.00  174.710
- -36.00   -6.00  174.710
- -27.00   69.00  114.660
- -27.00   72.00  114.660
- -27.00   78.00  114.660
- -24.00   63.00  365.230
- -24.00   66.00  365.230
- -24.00   69.00  129.399
- -24.00   72.00  114.660
- -24.00   75.00  114.660
- -24.00   78.00  114.660
- -24.00   81.00  114.660
- -21.00   63.00  365.230
- -21.00   72.00  114.660
- -21.00   75.00  114.660
- -18.00    9.00  426.910
- -18.00   12.00  147.231
- -18.00   15.00   35.377
- -18.00   18.00    3.510
- -18.00   21.00    2.934
- -18.00   24.00    2.780
- -18.00   27.00    2.780
- -18.00   63.00  365.230
- -18.00   66.00  365.230
- -15.00    6.00  885.080
- -15.00    9.00  433.885
- -15.00   12.00  121.526
- -15.00   15.00   32.686
- -15.00   18.00    3.860
- -15.00   21.00    2.674
- -15.00   24.00    2.780
- -15.00   27.00   14.388
- -15.00   63.00  365.230
- -12.00    3.00  782.760
- -12.00    6.00  716.845
- -12.00    9.00  225.468
- -12.00   12.00   54.795
- -12.00   15.00   30.485
- -12.00   18.00    7.335
- -12.00   21.00    2.030
- -12.00   24.00    2.280
- -12.00   27.00   25.351
- -12.00   30.00   31.800
- -12.00   36.00  115.530
- -12.00   39.00  115.530
- -12.00   51.00  317.290
- -12.00   54.00  317.290
-  -9.00    3.00  557.320
-  -9.00    6.00  319.475
-  -9.00    9.00   83.200
-  -9.00   12.00   54.017
-  -9.00   15.00   16.338
-  -9.00   18.00    3.798
-  -9.00   21.00    1.927
-  -9.00   24.00    1.923
-  -9.00   27.00    9.834
-  -9.00   30.00   31.800
-  -9.00   33.00   31.800
-  -9.00   36.00  115.530
-  -9.00   39.00  115.530
-  -9.00   42.00  115.530
-  -9.00   51.00  317.290
-  -9.00   54.00  317.290
-  -9.00   57.00  255.180
-  -6.00    3.00  222.913
-  -6.00    6.00  172.970
-  -6.00    9.00   79.448
-  -6.00   12.00   50.127
-  -6.00   15.00   70.670
-  -6.00   18.00   33.142
-  -6.00   21.00    1.100
-  -6.00   24.00    1.318
-  -6.00   27.00    1.330
-  -6.00   30.00    9.041
-  -6.00   33.00   31.800
-  -6.00   36.00  115.530
-  -6.00   39.00  115.530
-  -6.00   42.00  115.530
-  -6.00   45.00  187.220
-  -6.00   48.00  224.289
-  -6.00   51.00  255.180
-  -6.00   54.00  259.616
-  -6.00   57.00  255.180
-  -3.00    3.00  189.970
-  -3.00    6.00  188.773
-  -3.00    9.00  132.338
-  -3.00   12.00   20.669
-  -3.00   15.00   78.000
-  -3.00   18.00   18.189
-  -3.00   21.00    1.189
-  -3.00   24.00    1.330
-  -3.00   27.00    1.330
-  -3.00   30.00    2.424
-  -3.00   33.00   28.951
-  -3.00   36.00  115.530
-  -3.00   39.00   96.667
-  -3.00   42.00  130.740
-  -3.00   45.00  187.220
-  -3.00   48.00  207.608
-  -3.00   51.00  255.180
-  -3.00   54.00  255.180
-  -3.00   57.00  255.180
-   0.00    3.00  189.970
-   0.00    6.00  167.941
-   0.00    9.00  104.830
-   0.00   12.00   27.770
-   0.00   15.00   74.495
-   0.00   18.00   26.765
-   0.00   21.00    1.317
-   0.00   24.00    1.330
-   0.00   27.00    1.330
-   0.00   30.00    1.330
-   0.00   33.00   22.178
-   0.00   36.00   27.210
-   0.00   39.00   79.790
-   0.00   42.00  166.331
-   0.00   45.00  187.220
-   0.00   48.00  163.479
-   0.00   51.00  255.180
-   3.00    3.00  613.930
-   3.00    6.00  498.926
-   3.00    9.00  132.838
-   3.00   12.00   79.107
-   3.00   15.00   46.906
-   3.00   18.00   14.255
-   3.00   21.00    1.330
-   3.00   24.00    1.330
-   3.00   27.00    1.330
-   3.00   30.00    1.330
-   3.00   33.00   22.897
-   3.00   36.00   27.210
-   3.00   39.00   79.790
-   3.00   42.00  227.390
-   3.00   45.00  215.542
-   3.00   48.00  135.757
-   3.00   51.00  357.988
-   3.00   57.00  382.460
-   3.00   60.00  382.460
-   6.00    3.00  599.841
-   6.00    6.00  388.964
-   6.00    9.00  127.983
-   6.00   12.00   71.092
-   6.00   15.00   23.680
-   6.00   18.00    2.046
-   6.00   21.00    1.367
-   6.00   24.00    1.330
-   6.00   27.00    1.330
-   6.00   30.00    2.010
-   6.00   33.00   26.740
-   6.00   36.00   26.975
-   6.00   39.00  154.030
-   6.00   42.00  201.155
-   6.00   45.00  172.752
-   6.00   48.00  217.336
-   6.00   51.00  254.383
-   6.00   54.00  157.293
-   6.00   57.00  382.460
-   6.00   60.00  382.460
-   6.00   63.00  382.460
-   9.00  -18.00   39.690
-   9.00   -6.00  626.495
-   9.00   -3.00  967.152
-   9.00    0.00  827.864
-   9.00    3.00  360.330
-   9.00    6.00  167.109
-   9.00    9.00   93.310
-   9.00   12.00   58.998
-   9.00   15.00    7.473
-   9.00   18.00    2.898
-   9.00   21.00    1.697
-   9.00   24.00    0.640
-   9.00   27.00    0.580
-   9.00   30.00   14.190
-   9.00   33.00   25.800
-   9.00   36.00   25.800
-   9.00   39.00  154.030
-   9.00   42.00  154.030
-   9.00   45.00  130.781
-   9.00   48.00  151.381
-   9.00   51.00  185.349
-   9.00   54.00  161.324
-   9.00   57.00  310.491
-   9.00   60.00  382.460
-   9.00   63.00  382.460
-  12.00  -27.00    3.910
-  12.00  -24.00    3.910
-  12.00  -21.00    7.330
-  12.00  -18.00   60.240
-  12.00  -15.00   75.470
-  12.00  -12.00   75.470
-  12.00   -9.00   79.988
-  12.00   -6.00  292.572
-  12.00   -3.00  777.174
-  12.00    0.00  694.534
-  12.00    3.00  334.277
-  12.00    6.00  201.182
-  12.00    9.00   74.182
-  12.00   12.00   80.766
-  12.00   15.00   15.387
-  12.00   18.00    4.195
-  12.00   21.00    1.458
-  12.00   24.00    0.250
-  12.00   27.00    4.164
-  12.00   30.00   12.306
-  12.00   36.00  154.030
-  12.00   39.00  154.030
-  12.00   42.00  154.030
-  12.00   45.00  115.374
-  12.00   48.00  127.449
-  12.00   51.00  119.038
-  12.00   54.00  145.235
-  12.00   57.00  155.380
-  12.00   60.00  186.919
-  12.00   63.00  272.164
-  12.00   66.00  382.460
-  12.00   75.00  382.460
-  15.00  -33.00   40.620
-  15.00  -30.00   18.037
-  15.00  -27.00    9.904
-  15.00  -24.00    7.092
-  15.00  -21.00   17.316
-  15.00  -18.00   66.735
-  15.00  -15.00   75.470
-  15.00  -12.00   78.733
-  15.00   -9.00  144.602
-  15.00   -6.00  371.787
-  15.00   -3.00  478.880
-  15.00    0.00  540.186
-  15.00    3.00  120.005
-  15.00    6.00  113.273
-  15.00    9.00  149.278
-  15.00   12.00  131.738
-  15.00   15.00   41.189
-  15.00   18.00   11.391
-  15.00   21.00    9.238
-  15.00   24.00    0.250
-  15.00   27.00    1.318
-  15.00   30.00   11.637
-  15.00   36.00  154.030
-  15.00   39.00  154.030
-  15.00   42.00  166.450
-  15.00   45.00  139.121
-  15.00   48.00  127.695
-  15.00   51.00  106.890
-  15.00   54.00  129.270
-  15.00   57.00  155.380
-  15.00   60.00  155.380
-  15.00   63.00  155.380
-  15.00   66.00  287.843
-  15.00   69.00  382.460
-  15.00   75.00  382.460
-  15.00   78.00  382.460
-  18.00  -36.00   40.620
-  18.00  -33.00   40.620
-  18.00  -30.00   20.329
-  18.00  -27.00   10.841
-  18.00  -24.00    7.853
-  18.00  -21.00   20.191
-  18.00  -18.00   50.279
-  18.00  -15.00   31.377
-  18.00  -12.00   90.193
-  18.00   -9.00  222.120
-  18.00   -6.00  338.320
-  18.00   -3.00  338.320
-  18.00    0.00  346.093
-  18.00    3.00  224.970
-  18.00    6.00   66.154
-  18.00    9.00  153.023
-  18.00   12.00   34.018
-  18.00   15.00   25.875
-  18.00   18.00   13.660
-  18.00   21.00    3.603
-  18.00   24.00    0.250
-  18.00   27.00    2.741
-  18.00   30.00   13.060
-  18.00   39.00  165.674
-  18.00   42.00  166.450
-  18.00   45.00  156.047
-  18.00   48.00  130.418
-  18.00   51.00  106.890
-  18.00   54.00  136.839
-  18.00   57.00  155.380
-  18.00   60.00  155.380
-  18.00   63.00  155.380
-  18.00   66.00  186.919
-  18.00   69.00  382.460
-  21.00  -36.00   40.620
-  21.00  -33.00   31.002
-  21.00  -30.00   13.761
-  21.00  -27.00   12.047
-  21.00  -24.00   15.430
-  21.00  -21.00   17.138
-  21.00  -18.00   38.199
-  21.00  -15.00   41.015
-  21.00  -12.00  173.541
-  21.00   -9.00  297.308
-  21.00   -6.00  338.320
-  21.00   -3.00  338.320
-  21.00    0.00  338.320
-  21.00    3.00  212.375
-  21.00    6.00   76.465
-  21.00    9.00   90.527
-  21.00   12.00   38.041
-  21.00   15.00   13.484
-  21.00   18.00   10.308
-  21.00   21.00    0.250
-  21.00   24.00    0.250
-  21.00   27.00    3.453
-  21.00   30.00   13.060
-  21.00   33.00  166.450
-  21.00   36.00  166.450
-  21.00   39.00  165.484
-  21.00   42.00  158.544
-  21.00   45.00  151.470
-  21.00   48.00  111.523
-  21.00   51.00  103.411
-  21.00   54.00  140.146
-  21.00   57.00  127.020
-  21.00   60.00  121.580
-  21.00   63.00  137.486
-  21.00   66.00  159.546
-  21.00   69.00  369.416
-  24.00  -36.00   40.620
-  24.00  -33.00   32.204
-  24.00  -30.00   18.980
-  24.00  -27.00   14.516
-  24.00  -24.00   15.968
-  24.00  -21.00   23.896
-  24.00  -18.00   58.089
-  24.00  -15.00   60.300
-  24.00  -12.00  307.429
-  24.00   -9.00  338.320
-  24.00   -6.00  338.320
-  24.00   -3.00  338.320
-  24.00    0.00  338.320
-  24.00    3.00  261.354
-  24.00    6.00   84.178
-  24.00    9.00   82.570
-  24.00   12.00   20.501
-  24.00   15.00   12.492
-  24.00   18.00    9.352
-  24.00   21.00    2.441
-  24.00   24.00    0.175
-  24.00   27.00    1.604
-  24.00   30.00    5.632
-  24.00   33.00  136.510
-  24.00   36.00  136.510
-  24.00   39.00  134.881
-  24.00   42.00  151.470
-  24.00   45.00  151.470
-  24.00   48.00   92.748
-  24.00   51.00   82.521
-  24.00   54.00  127.020
-  24.00   57.00  127.020
-  24.00   60.00  121.580
-  24.00   63.00  122.604
-  24.00   66.00  128.827
-  24.00   69.00  328.110
-  27.00  -36.00   40.620
-  27.00  -33.00   36.307
-  27.00  -30.00   20.844
-  27.00  -27.00   17.300
-  27.00  -24.00   16.640
-  27.00  -21.00   50.823
-  27.00  -18.00   65.865
-  27.00  -15.00   62.954
-  27.00  -12.00   96.120
-  27.00   -9.00  115.388
-  27.00   -6.00  205.841
-  27.00   -3.00  215.576
-  27.00    0.00  331.454
-  27.00    3.00  217.656
-  27.00    6.00   78.566
-  27.00    9.00   38.521
-  27.00   12.00   32.514
-  27.00   15.00   64.550
-  27.00   18.00   16.497
-  27.00   21.00    5.539
-  27.00   24.00   31.863
-  27.00   27.00   49.830
-  27.00   30.00    0.990
-  27.00   36.00  106.570
-  27.00   39.00  105.473
-  27.00   42.00  151.470
-  27.00   45.00  130.478
-  27.00   48.00   94.426
-  27.00   51.00   46.265
-  27.00   54.00  149.816
-  27.00   57.00  225.769
-  27.00   60.00  131.696
-  27.00   63.00  122.160
-  27.00   66.00  126.797
-  27.00   69.00  285.500
-  30.00  -33.00   40.620
-  30.00  -30.00   41.861
-  30.00  -27.00   48.888
-  30.00  -24.00   64.218
-  30.00  -21.00   46.259
-  30.00  -18.00  156.834
-  30.00  -15.00   94.813
-  30.00  -12.00   61.621
-  30.00   -9.00   91.868
-  30.00   -6.00   63.580
-  30.00   -3.00   37.860
-  30.00    0.00   99.033
-  30.00    3.00   98.669
-  30.00    6.00   80.568
-  30.00    9.00   68.554
-  30.00   12.00   60.546
-  30.00   15.00   82.570
-  30.00   18.00   82.570
-  30.00   21.00   81.153
-  30.00   24.00  116.404
-  30.00   27.00  152.016
-  30.00   30.00  111.103
-  30.00   33.00   57.790
-  30.00   36.00   97.855
-  30.00   39.00  104.080
-  30.00   45.00   91.070
-  30.00   48.00   91.070
-  30.00   51.00   48.258
-  30.00   54.00   76.202
-  30.00   57.00  128.492
-  30.00   60.00  163.358
-  30.00   63.00  140.131
-  30.00   66.00  142.450
-  30.00   69.00  197.837
-  33.00  -27.00   82.850
-  33.00  -24.00  121.805
-  33.00  -21.00  300.999
-  33.00  -18.00  246.861
-  33.00  -15.00  137.023
-  33.00  -12.00   97.486
-  33.00   -9.00   73.370
-  33.00   -6.00   67.810
-  33.00   -3.00   61.604
-  33.00    0.00   40.977
-  33.00    3.00   67.151
-  33.00    6.00   49.801
-  33.00    9.00   56.215
-  33.00   12.00   81.106
-  33.00   15.00   82.570
-  33.00   18.00   82.570
-  33.00   21.00  133.209
-  33.00   24.00  160.830
-  33.00   27.00   25.431
-  33.00   30.00   25.274
-  33.00   33.00   75.446
-  33.00   36.00   71.710
-  33.00   39.00   66.471
-  33.00   42.00   91.070
-  33.00   45.00   91.070
-  33.00   48.00   88.790
-  33.00   51.00   49.909
-  33.00   54.00   68.532
-  33.00   57.00  115.428
-  33.00   60.00  140.425
-  33.00   63.00  142.450
-  33.00   66.00  142.450
-  33.00   69.00  142.450
-  36.00  -21.00  258.183
-  36.00  -18.00  156.970
-  36.00  -15.00  156.970
-  36.00  -12.00  106.884
-  36.00   -9.00   67.810
-  36.00   -6.00   65.397
-  36.00   -3.00   54.134
-  36.00    0.00   53.330
-  36.00    3.00   66.130
-  36.00    6.00   67.789
-  36.00    9.00   32.231
-  36.00   12.00   32.772
-  36.00   15.00   43.844
-  36.00   18.00   82.570
-  36.00   21.00   71.490
-  36.00   24.00    4.660
-  36.00   27.00    4.752
-  36.00   30.00   10.636
-  36.00   33.00   51.080
-  36.00   36.00   64.212
-  36.00   39.00   95.941
-  36.00   42.00   88.260
-  36.00   45.00   89.717
-  36.00   48.00   58.453
-  36.00   51.00   83.886
-  36.00   54.00  109.803
-  36.00   57.00  113.685
-  36.00   60.00  142.450
-  36.00   63.00  142.450
-  36.00   66.00  142.450
-  39.00  -18.00  156.970
-  39.00  -15.00  156.970
-  39.00  -12.00  123.646
-  39.00   -9.00   67.810
-  39.00   -6.00   55.743
-  39.00   -3.00   50.985
-  39.00    0.00   48.640
-  39.00    3.00   66.415
-  39.00    6.00   72.530
-  39.00    9.00   66.604
-  39.00   12.00   28.246
-  39.00   15.00   19.200
-  39.00   18.00    4.660
-  39.00   21.00    4.660
-  39.00   24.00    4.660
-  39.00   27.00    4.660
-  39.00   30.00   10.904
-  39.00   33.00   70.501
-  39.00   36.00   41.573
-  39.00   39.00   97.753
-  39.00   42.00  102.410
-  39.00   45.00   88.260
-  39.00   48.00   77.048
-  39.00   51.00   93.963
-  39.00   54.00  110.436
-  39.00   57.00  120.658
-  39.00   60.00  142.450
-  39.00   63.00  142.450
-  39.00   66.00  142.450
-  42.00  -27.00  292.610
-  42.00  -24.00  292.610
-  42.00  -21.00  292.610
-  42.00  -18.00  292.610
-  42.00   -3.00   39.260
-  42.00    0.00   39.260
-  42.00    3.00   54.047
-  42.00    6.00   72.530
-  42.00    9.00   46.657
-  42.00   12.00   10.818
-  42.00   15.00    7.559
-  42.00   18.00    4.660
-  42.00   21.00    4.660
-  42.00   24.00    4.660
-  42.00   27.00    7.557
-  42.00   30.00   28.008
-  42.00   33.00   88.880
-  42.00   36.00   55.367
-  42.00   39.00   96.141
-  42.00   42.00  102.410
-  42.00   45.00   90.161
-  42.00   48.00   91.428
-  42.00   51.00   92.695
-  42.00   54.00  111.070
-  42.00   57.00  117.172
-  42.00   60.00  142.450
-  42.00   63.00  142.450
-  42.00   66.00  142.450
-  45.00  -27.00  292.610
-  45.00  -24.00  292.610
-  45.00  -21.00  292.610
-  45.00  -18.00  292.610
-  45.00  -15.00  292.610
-  45.00    0.00   39.260
-  45.00    3.00   41.276
-  45.00    6.00   54.971
-  45.00    9.00   39.260
-  45.00   12.00    8.940
-  45.00   15.00    6.800
-  45.00   18.00    4.660
-  45.00   21.00    4.660
-  45.00   24.00    4.660
-  45.00   27.00   15.707
-  45.00   30.00   83.263
-  45.00   33.00   54.263
-  45.00   36.00   23.274
-  45.00   39.00  133.284
-  45.00   42.00   92.033
-  45.00   45.00  104.553
-  45.00   48.00   85.909
-  45.00   51.00  110.436
-  45.00   54.00  111.070
-  45.00   57.00  114.557
-  45.00   60.00  142.450
-  45.00   63.00  142.450
-  45.00   66.00  142.450
-  48.00  -24.00  292.610
-  48.00  -21.00  292.610
-  48.00  -18.00  292.610
-  48.00  -15.00  292.610
-  48.00    3.00   39.260
-  48.00    6.00   39.260
-  48.00    9.00   39.260
-  48.00   12.00    8.940
-  48.00   15.00    8.940
-  48.00   18.00    5.017
-  48.00   21.00    4.660
-  48.00   24.00    4.725
-  48.00   27.00   11.504
-  48.00   30.00   36.359
-  48.00   33.00   21.400
-  48.00   36.00   32.136
-  48.00   39.00  141.531
-  48.00   42.00   19.320
-  48.00   45.00   40.430
-  48.00   48.00   32.198
-  48.00   51.00  103.891
-  48.00   54.00  111.070
-  48.00   57.00  113.685
-  48.00   60.00  142.450
-  48.00   63.00  142.450
-  48.00   66.00  142.450
-  48.00   69.00  142.450
-  51.00   15.00    7.047
-  51.00   18.00    4.399
-  51.00   21.00    6.029
-  51.00   24.00    9.930
-  51.00   27.00   21.400
-  51.00   30.00   21.400
-  51.00   33.00   21.400
-  51.00   36.00   21.400
-  51.00   39.00   11.290
-  51.00   42.00   19.043
-  51.00   45.00   19.770
-  51.00   48.00   19.320
-  51.00   51.00   75.318
-  51.00   54.00  111.070
-  51.00   57.00  111.070
-  51.00   60.00  131.118
-  51.00   63.00  142.450
-  51.00   66.00  142.450
-  51.00   69.00  100.850
-  51.00   72.00  100.850
-  54.00  -24.00  292.610
-  54.00   15.00    2.450
-  54.00   18.00    2.584
-  54.00   21.00    4.912
-  54.00   24.00   10.163
-  54.00   27.00   21.400
-  54.00   30.00   21.400
-  54.00   33.00   21.400
-  54.00   36.00   19.428
-  54.00   39.00   18.898
-  54.00   42.00   23.077
-  54.00   45.00   19.320
-  54.00   48.00   19.871
-  54.00   51.00   63.330
-  54.00   54.00  111.070
-  54.00   57.00  111.070
-  54.00   60.00  131.990
-  54.00   63.00  142.450
-  54.00   66.00  142.450
-  54.00   69.00  100.850
-  54.00   72.00  100.850
-  54.00   75.00  100.850
-  57.00  -21.00  292.610
-  57.00   18.00    2.450
-  57.00   21.00    2.450
-  57.00   24.00   21.400
-  57.00   27.00   21.400
-  57.00   30.00   21.400
-  57.00   33.00   21.400
-  57.00   36.00   19.006
-  57.00   39.00   47.297
-  57.00   42.00   35.886
-  57.00   45.00   20.475
-  57.00   48.00   19.871
-  57.00   51.00   47.096
-  57.00   54.00  106.096
-  57.00   57.00  109.680
-  57.00   60.00  123.076
-  57.00   63.00  135.600
-  57.00   66.00  142.450
-  57.00   69.00  142.450
-  57.00   72.00  100.850
-  60.00   24.00   17.087
-  60.00   27.00   18.120
-  60.00   30.00   16.404
-  60.00   33.00   15.981
-  60.00   36.00   20.792
-  60.00   39.00   38.293
-  60.00   42.00   30.727
-  60.00   45.00   26.274
-  60.00   48.00   19.595
-  60.00   51.00   47.980
-  60.00   54.00  107.327
-  60.00   57.00  107.220
-  60.00   60.00  107.220
-  60.00   63.00  113.092
-  60.00   66.00  142.450
-  60.00   69.00  142.450
-  63.00   24.00    9.000
-  63.00   27.00    9.763
-  63.00   30.00   13.580
-  63.00   33.00   13.824
-  63.00   36.00   32.748
-  63.00   39.00   29.277
-  63.00   42.00   30.531
-  63.00   45.00   32.864
-  63.00   48.00   19.320
-  63.00   51.00   22.962
-  63.00   54.00   98.424
-  63.00   57.00  107.220
-  63.00   60.00  107.220
-  63.00   63.00  107.220
-  63.00   66.00  133.642
-  63.00   69.00  142.450
-  66.00  -51.00  292.610
-  66.00   21.00   42.900
-  66.00   24.00  126.729
-  66.00   27.00  118.008
-  66.00   30.00   26.333
-  66.00   33.00   17.965
-  66.00   36.00   28.267
-  66.00   39.00   27.934
-  66.00   42.00   38.500
-  66.00   45.00   29.256
-  66.00   48.00   24.351
-  66.00   51.00   27.917
-  66.00   54.00   83.032
-  66.00   57.00  107.220
-  66.00   60.00  107.372
-  66.00   63.00  108.132
-  66.00   66.00  120.031
-  66.00   69.00  112.690
-  66.00   72.00  112.690
-  66.00   75.00  100.850
-  69.00  -51.00  292.610
-  69.00   18.00   59.830
-  69.00   21.00   49.672
-  69.00   24.00   87.512
-  69.00   27.00  105.257
-  69.00   30.00   55.241
-  69.00   33.00   39.119
-  69.00   36.00   27.840
-  69.00   39.00   18.787
-  69.00   42.00   26.777
-  69.00   45.00   22.900
-  69.00   48.00   22.900
-  69.00   51.00   28.060
-  69.00   54.00   80.833
-  69.00   57.00  107.220
-  69.00   60.00  108.132
-  69.00   63.00  111.019
-  69.00   66.00  116.141
-  69.00   69.00  112.690
-  69.00   72.00  112.690
-  72.00   12.00  607.250
-  72.00   15.00  355.113
-  72.00   18.00  316.437
-  72.00   21.00  202.458
-  72.00   24.00   66.885
-  72.00   27.00   49.197
-  72.00   30.00   61.081
-  72.00   33.00   61.708
-  72.00   36.00   35.810
-  72.00   39.00    8.660
-  72.00   42.00   20.726
-  72.00   45.00   23.515
-  72.00   48.00   23.187
-  72.00   51.00   30.021
-  72.00   54.00  107.220
-  72.00   57.00  107.220
-  72.00   60.00  107.828
-  72.00   63.00  112.690
-  72.00   66.00  112.462
-  72.00   69.00  112.690
-  72.00   72.00  112.690
-  75.00    6.00  607.250
-  75.00    9.00  436.299
-  75.00   12.00  175.603
-  75.00   15.00  133.726
-  75.00   18.00  221.651
-  75.00   21.00  161.426
-  75.00   24.00   53.940
-  75.00   27.00  132.516
-  75.00   30.00   68.446
-  75.00   33.00   40.807
-  75.00   36.00    4.940
-  75.00   39.00    6.182
-  75.00   42.00   24.146
-  75.00   45.00   23.651
-  75.00   48.00   24.763
-  75.00   51.00   31.024
-  75.00   54.00  105.021
-  75.00   57.00  107.220
-  75.00   60.00  109.803
-  75.00   63.00  112.690
-  75.00   66.00  112.690
-  75.00   69.00  112.690
-  75.00   72.00  112.690
-  78.00    6.00  321.700
-  78.00    9.00  383.863
-  78.00   12.00  140.541
-  78.00   15.00  152.348
-  78.00   18.00  230.150
-  78.00   21.00  204.389
-  78.00   24.00  135.582
-  78.00   27.00  204.734
-  78.00   30.00  103.312
-  78.00   33.00   29.772
-  78.00   36.00    4.940
-  78.00   39.00    5.062
-  78.00   42.00   22.049
-  78.00   45.00   25.153
-  78.00   48.00   27.057
-  78.00   51.00   85.231
-  78.00   54.00  107.220
-  78.00   57.00  107.220
-  78.00   60.00  111.778
-  78.00   63.00  112.690
-  78.00   66.00  112.690
-  78.00   69.00  112.690
-  78.00   72.00  109.307
-  81.00    6.00  321.700
-  81.00   15.00  216.836
-  81.00   18.00  260.146
-  81.00   21.00  268.682
-  81.00   24.00  250.127
-  81.00   27.00  109.302
-  81.00   30.00   47.741
-  81.00   33.00   20.283
-  81.00   36.00    4.940
-  81.00   39.00    4.940
-  81.00   42.00    4.940
-  81.00   45.00   20.671
-  81.00   48.00   30.259
-  81.00   51.00  107.220
-  81.00   54.00  107.220
-  81.00   57.00  107.372
-  81.00   60.00  112.690
-  81.00   63.00  112.690
-  81.00   66.00  112.690
-  81.00   69.00  111.645
-  81.00   72.00  100.850
-  84.00   18.00  261.013
-  84.00   21.00  290.768
-  84.00   24.00  687.294
-  84.00   27.00   82.100
-  84.00   30.00   53.568
-  84.00   33.00   26.517
-  84.00   36.00    4.940
-  84.00   39.00    4.940
-  84.00   42.00    4.940
-  84.00   45.00    8.743
-  84.00   48.00   58.446
-  84.00   51.00  107.220
-  84.00   54.00  107.220
-  84.00   57.00  107.676
-  84.00   60.00  112.538
-  84.00   63.00  112.690
-  84.00   66.00  112.690
-  84.00   69.00  108.086
-  84.00   72.00  100.850
-  87.00   21.00  973.079
-  87.00   24.00  956.648
-  87.00   27.00  117.337
-  87.00   30.00   53.568
-  87.00   33.00   14.804
-  87.00   36.00    4.940
-  87.00   39.00    4.940
-  87.00   42.00    4.940
-  87.00   45.00    4.767
-  87.00   48.00   59.150
-  87.00   51.00  109.499
-  87.00   54.00  107.220
-  87.00   57.00  108.132
-  87.00   60.00  112.690
-  87.00   63.00  112.690
-  87.00   66.00  111.703
-  87.00   69.00  100.850
-  87.00   72.00  100.850
-  87.00   75.00  100.850
-  90.00   12.00  626.550
-  90.00   18.00  626.550
-  90.00   21.00 1094.069
-  90.00   24.00  730.515
-  90.00   27.00  130.600
-  90.00   30.00   59.276
-  90.00   33.00   64.450
-  90.00   36.00    4.940
-  90.00   39.00    4.940
-  90.00   42.00    4.940
-  90.00   45.00    5.144
-  90.00   48.00   27.276
-  90.00   51.00  112.386
-  90.00   54.00  107.828
-  90.00   57.00  110.867
-  90.00   60.00  112.690
-  90.00   63.00  112.690
-  90.00   66.00  111.046
-  90.00   69.00  100.850
-  90.00   72.00  100.850
-  90.00   75.00  100.850
-  93.00    3.00  603.770
-  93.00   15.00  626.550
-  93.00   18.00  626.550
-  93.00   21.00  618.573
-  93.00   24.00  538.801
-  93.00   27.00  338.223
-  93.00   30.00   62.897
-  93.00   33.00   75.073
-  93.00   36.00    4.940
-  93.00   39.00    4.940
-  93.00   42.00    5.006
-  93.00   45.00    5.280
-  93.00   48.00   32.757
-  93.00   51.00  111.778
-  93.00   54.00  111.778
-  93.00   57.00  112.690
-  93.00   60.00  112.690
-  93.00   63.00  112.690
-  93.00   66.00  111.703
-  93.00   69.00  100.850
-  93.00   72.00  100.850
-  93.00   75.00  100.850
-  96.00   -3.00  603.770
-  96.00    0.00  603.770
-  96.00    3.00  603.770
-  96.00    6.00  481.180
-  96.00    9.00  553.865
-  96.00   12.00  594.246
-  96.00   15.00  537.765
-  96.00   18.00  521.227
-  96.00   21.00  626.550
-  96.00   24.00  466.667
-  96.00   27.00  274.303
-  96.00   30.00   70.251
-  96.00   33.00   46.320
-  96.00   36.00    6.830
-  96.00   39.00    5.398
-  96.00   42.00    5.362
-  96.00   45.00    5.343
-  96.00   48.00   30.836
-  96.00   51.00  103.623
-  96.00   54.00  112.690
-  96.00   57.00  112.690
-  96.00   60.00  112.690
-  96.00   63.00  112.690
-  96.00   66.00  108.086
-  96.00   69.00  100.850
-  96.00   72.00  100.850
-  96.00   75.00  100.850
-  99.00   -6.00  603.770
-  99.00   -3.00  603.770
-  99.00    0.00  602.388
-  99.00    3.00  566.057
-  99.00    6.00  490.888
-  99.00    9.00  522.714
-  99.00   12.00  304.332
-  99.00   15.00  209.580
-  99.00   18.00  272.729
-  99.00   21.00  161.857
-  99.00   24.00   73.231
-  99.00   27.00   97.796
-  99.00   30.00  100.550
-  99.00   33.00   27.987
-  99.00   36.00   16.007
-  99.00   39.00    5.690
-  99.00   42.00    5.348
-  99.00   45.00    6.030
-  99.00   48.00    7.530
-  99.00   51.00   86.361
-  99.00   54.00  112.690
-  99.00   57.00  112.690
-  99.00   60.00  112.690
-  99.00   63.00  112.690
-  99.00   66.00  102.166
-  99.00   69.00  100.850
-  99.00   72.00  100.850
-  99.00   75.00  100.850
-  99.00   78.00  100.850
- 102.00   -6.00  603.770
- 102.00   -3.00  603.770
- 102.00    0.00  572.771
- 102.00    3.00  563.700
- 102.00    9.00  370.868
- 102.00   12.00  308.947
- 102.00   15.00  209.580
- 102.00   18.00  365.586
- 102.00   21.00  271.784
- 102.00   24.00  160.609
- 102.00   27.00  100.550
- 102.00   30.00   93.953
- 102.00   33.00   45.578
- 102.00   36.00   13.976
- 102.00   39.00    6.551
- 102.00   42.00    5.280
- 102.00   45.00    6.343
- 102.00   48.00   10.493
- 102.00   51.00  100.850
- 102.00   54.00  107.099
- 102.00   57.00  112.690
- 102.00   60.00  112.690
- 102.00   63.00  110.059
- 102.00   66.00  100.850
- 102.00   69.00  100.850
- 102.00   72.00  100.850
- 102.00   75.00  100.850
- 102.00   78.00  100.850
- 105.00   -9.00  415.670
- 105.00   -6.00  603.770
- 105.00   -3.00  603.770
- 105.00    9.00  463.804
- 105.00   12.00  379.984
- 105.00   15.00  390.731
- 105.00   18.00  474.162
- 105.00   21.00  345.045
- 105.00   24.00  194.678
- 105.00   27.00  100.550
- 105.00   30.00  114.720
- 105.00   33.00  101.515
- 105.00   36.00   22.934
- 105.00   39.00   17.017
- 105.00   42.00    5.314
- 105.00   45.00    5.968
- 105.00   48.00   10.917
- 105.00   51.00   71.570
- 105.00   54.00  100.850
- 105.00   57.00  110.717
- 105.00   60.00  112.690
- 105.00   63.00  106.441
- 105.00   66.00  100.850
- 105.00   69.00  100.850
- 105.00   72.00  100.850
- 105.00   75.00  100.850
- 108.00   -9.00  415.670
- 108.00   -3.00  676.050
- 108.00    0.00  696.186
- 108.00    3.00  676.050
- 108.00    9.00  481.720
- 108.00   12.00  481.720
- 108.00   15.00  481.720
- 108.00   18.00  229.950
- 108.00   21.00  236.882
- 108.00   24.00  164.231
- 108.00   27.00   93.830
- 108.00   30.00  206.825
- 108.00   33.00  150.551
- 108.00   36.00   43.776
- 108.00   39.00   19.981
- 108.00   42.00    5.360
- 108.00   45.00    5.280
- 108.00   48.00   23.430
- 108.00   51.00   48.797
- 108.00   54.00  100.850
- 108.00   57.00  102.166
- 108.00   60.00  103.481
- 108.00   63.00  101.179
- 108.00   66.00  100.850
- 108.00   69.00  100.850
- 108.00   72.00  100.850
- 108.00   75.00  100.850
- 111.00  -27.00   16.410
- 111.00  -24.00   16.410
- 111.00   -9.00  415.670
- 111.00   -6.00  676.050
- 111.00   -3.00  676.050
- 111.00    0.00  717.041
- 111.00    3.00  751.560
- 111.00   21.00  327.385
- 111.00   24.00  158.739
- 111.00   27.00  127.794
- 111.00   30.00  275.464
- 111.00   33.00  106.462
- 111.00   36.00   40.556
- 111.00   39.00   26.996
- 111.00   42.00    5.644
- 111.00   45.00    5.280
- 111.00   48.00   57.031
- 111.00   51.00   71.945
- 111.00   54.00  100.850
- 111.00   57.00  100.850
- 111.00   60.00  100.850
- 111.00   63.00  100.850
- 111.00   66.00  100.850
- 111.00   69.00  100.850
- 111.00   72.00  100.850
- 111.00   75.00  100.850
- 114.00  -36.00   16.410
- 114.00  -33.00   16.410
- 114.00  -30.00   16.410
- 114.00  -27.00   16.410
- 114.00  -24.00   16.410
- 114.00  -21.00   16.410
- 114.00   -9.00  415.670
- 114.00   -6.00  676.050
- 114.00   -3.00  676.050
- 114.00    0.00  686.837
- 114.00    3.00  759.282
- 114.00    6.00  751.560
- 114.00   21.00  344.330
- 114.00   24.00  349.657
- 114.00   27.00  355.610
- 114.00   30.00  206.993
- 114.00   33.00   66.348
- 114.00   36.00   38.977
- 114.00   39.00   31.332
- 114.00   42.00    8.707
- 114.00   45.00    5.371
- 114.00   48.00   54.461
- 114.00   51.00  117.662
- 114.00   54.00  101.430
- 114.00   57.00  100.850
- 114.00   60.00  100.850
- 114.00   63.00  100.850
- 114.00   66.00  100.850
- 114.00   69.00  100.850
- 114.00   72.00  100.850
- 117.00  -36.00   16.410
- 117.00  -33.00   16.410
- 117.00  -30.00   16.410
- 117.00  -27.00   17.299
- 117.00  -24.00   16.410
- 117.00  -21.00   19.967
- 117.00  -12.00  415.670
- 117.00   -9.00  415.670
- 117.00   -6.00  597.310
- 117.00   -3.00  611.626
- 117.00    0.00  676.050
- 117.00    3.00  737.402
- 117.00    6.00  686.740
- 117.00    9.00  492.280
- 117.00   21.00  344.330
- 117.00   24.00  346.065
- 117.00   27.00  353.103
- 117.00   30.00  300.856
- 117.00   33.00   71.828
- 117.00   36.00   50.658
- 117.00   39.00   34.062
- 117.00   42.00   34.669
- 117.00   45.00   27.404
- 117.00   48.00   81.393
- 117.00   51.00  121.140
- 117.00   54.00  102.589
- 117.00   57.00  100.850
- 117.00   60.00  100.850
- 117.00   63.00  100.850
- 117.00   66.00  100.850
- 117.00   69.00  100.850
- 117.00   72.00  100.850
- 120.00  -36.00   16.410
- 120.00  -33.00   16.410
- 120.00  -30.00   19.967
- 120.00  -27.00   43.085
- 120.00  -24.00   36.861
- 120.00  -21.00   45.859
- 120.00  -18.00   48.420
- 120.00  -12.00  415.670
- 120.00   -9.00  415.670
- 120.00   -6.00  597.310
- 120.00   -3.00  597.310
- 120.00    0.00  597.310
- 120.00    6.00  492.280
- 120.00    9.00  492.280
- 120.00   12.00  492.280
- 120.00   15.00  492.280
- 120.00   18.00  492.280
- 120.00   21.00  475.250
- 120.00   24.00  475.250
- 120.00   27.00  355.610
- 120.00   30.00  246.103
- 120.00   33.00   74.020
- 120.00   36.00   49.180
- 120.00   39.00   36.480
- 120.00   42.00   38.627
- 120.00   45.00   40.618
- 120.00   48.00   48.022
- 120.00   51.00   76.133
- 120.00   54.00  104.328
- 120.00   57.00  100.850
- 120.00   60.00  100.850
- 120.00   63.00  100.850
- 120.00   66.00  100.850
- 120.00   69.00  100.850
- 120.00   72.00  100.850
- 123.00  -36.00   16.410
- 123.00  -33.00   30.532
- 123.00  -30.00   46.642
- 123.00  -27.00   48.420
- 123.00  -24.00   48.420
- 123.00  -21.00   48.420
- 123.00  -18.00   48.420
- 123.00  -15.00   48.420
- 123.00  -12.00  415.670
- 123.00   -9.00  415.670
- 123.00   -3.00  597.310
- 123.00    0.00  597.310
- 123.00    3.00  492.280
- 123.00    6.00  492.280
- 123.00    9.00  492.280
- 123.00   12.00  492.280
- 123.00   36.00  179.300
- 123.00   39.00   78.109
- 123.00   42.00   39.560
- 123.00   45.00   39.560
- 123.00   48.00   39.560
- 123.00   51.00   71.207
- 123.00   54.00  111.865
- 123.00   57.00  100.850
- 123.00   60.00  100.850
- 123.00   63.00  100.850
- 123.00   66.00  100.850
- 123.00   69.00  100.850
- 123.00   72.00  100.850
- 126.00  -33.00   48.420
- 126.00  -30.00   48.420
- 126.00  -27.00   48.420
- 126.00  -24.00   48.420
- 126.00  -21.00   48.420
- 126.00  -18.00   48.420
- 126.00  -15.00   48.420
- 126.00   -9.00  415.670
- 126.00   -6.00  597.310
- 126.00   -3.00  597.310
- 126.00    0.00  597.310
- 126.00    6.00  492.280
- 126.00   33.00  265.810
- 126.00   36.00  243.485
- 126.00   39.00  156.010
- 126.00   42.00   45.378
- 126.00   45.00   40.618
- 126.00   48.00   71.373
- 126.00   51.00  114.707
- 126.00   54.00  114.763
- 126.00   57.00  100.850
- 126.00   60.00  100.850
- 126.00   63.00  100.850
- 126.00   66.00  100.850
- 126.00   69.00  100.850
- 126.00   72.00  100.850
- 129.00  -33.00   48.420
- 129.00  -30.00   48.420
- 129.00  -27.00   48.420
- 129.00  -24.00   48.420
- 129.00  -21.00   48.420
- 129.00  -18.00   48.420
- 129.00  -15.00   48.420
- 129.00  -12.00   48.420
- 129.00   -9.00  597.310
- 129.00   -6.00  597.310
- 129.00   -3.00  597.310
- 129.00   30.00  455.040
- 129.00   33.00  420.635
- 129.00   36.00  265.810
- 129.00   39.00  179.300
- 129.00   42.00   93.412
- 129.00   45.00   62.107
- 129.00   48.00  109.447
- 129.00   51.00  121.720
- 129.00   54.00  114.763
- 129.00   57.00  100.850
- 129.00   60.00  100.850
- 129.00   63.00  100.850
- 129.00   66.00  100.850
- 129.00   69.00  100.850
- 132.00  -36.00   48.420
- 132.00  -33.00   48.420
- 132.00  -30.00   48.420
- 132.00  -27.00   48.420
- 132.00  -24.00   48.420
- 132.00  -21.00   48.420
- 132.00  -18.00   48.420
- 132.00  -15.00   48.420
- 132.00  -12.00   48.420
- 132.00   -9.00  597.310
- 132.00   -6.00  597.310
- 132.00   -3.00  597.310
- 132.00   30.00  455.040
- 132.00   33.00  455.040
- 132.00   42.00  121.720
- 132.00   45.00   84.900
- 132.00   48.00  119.967
- 132.00   51.00  121.720
- 132.00   54.00  113.024
- 132.00   57.00  100.850
- 132.00   60.00  100.850
- 132.00   63.00  100.850
- 132.00   66.00  100.850
- 132.00   69.00  100.850
- 135.00  -36.00   48.420
- 135.00  -33.00   48.420
- 135.00  -30.00   48.420
- 135.00  -27.00   48.420
- 135.00  -24.00   48.420
- 135.00  -21.00   48.420
- 135.00  -18.00   48.420
- 135.00  -15.00   48.420
- 135.00   -6.00  597.310
- 135.00   -3.00  597.310
- 135.00   33.00  455.040
- 135.00   36.00  455.040
- 135.00   42.00  121.720
- 135.00   45.00  121.720
- 135.00   48.00  121.720
- 135.00   51.00  121.720
- 135.00   54.00  106.067
- 135.00   57.00  100.850
- 135.00   60.00  100.850
- 135.00   63.00  100.850
- 135.00   66.00  100.850
- 135.00   69.00  100.850
- 135.00   75.00  100.850
- 138.00  -39.00   99.530
- 138.00  -36.00   31.264
- 138.00  -33.00   46.173
- 138.00  -30.00   48.420
- 138.00  -27.00   48.420
- 138.00  -24.00   48.420
- 138.00  -21.00   48.420
- 138.00  -18.00   48.420
- 138.00   -9.00  597.310
- 138.00   -6.00  597.310
- 138.00   -3.00  597.310
- 138.00   33.00  455.040
- 138.00   36.00  455.040
- 138.00   39.00  425.378
- 138.00   42.00  306.730
- 138.00   45.00  121.720
- 138.00   48.00  121.720
- 138.00   51.00  121.720
- 138.00   54.00  114.763
- 138.00   57.00  100.850
- 138.00   60.00  100.850
- 138.00   63.00  100.850
- 138.00   66.00  100.850
- 138.00   69.00  100.850
- 138.00   72.00  100.850
- 138.00   75.00  100.850
- 141.00  -39.00   66.094
- 141.00  -36.00   28.200
- 141.00  -33.00   33.817
- 141.00  -30.00   47.297
- 141.00  -27.00   48.420
- 141.00  -24.00   48.420
- 141.00  -21.00   48.420
- 141.00  -18.00   48.420
- 141.00  -15.00   48.420
- 141.00  -12.00  363.579
- 141.00   -9.00  783.790
- 141.00   -6.00  783.790
- 141.00   -3.00  783.790
- 141.00   36.00  455.040
- 141.00   39.00  455.040
- 141.00   42.00  306.730
- 141.00   45.00  146.601
- 141.00   48.00  100.850
- 141.00   51.00  104.145
- 141.00   54.00  100.850
- 141.00   57.00  100.850
- 141.00   60.00  100.850
- 141.00   63.00  100.850
- 141.00   66.00  100.850
- 141.00   69.00  100.850
- 141.00   72.00  100.850
- 141.00   75.00  100.850
- 144.00  -45.00  248.790
- 144.00  -42.00  248.790
- 144.00  -39.00   61.636
- 144.00  -36.00   28.200
- 144.00  -33.00   28.200
- 144.00  -30.00   29.323
- 144.00  -27.00   40.896
- 144.00  -24.00   56.220
- 144.00  -21.00   60.652
- 144.00  -18.00   49.256
- 144.00  -15.00   48.420
- 144.00   -9.00  783.790
- 144.00   -6.00  783.790
- 144.00   42.00  306.730
- 144.00   48.00  100.850
- 144.00   57.00  100.850
- 144.00   60.00  100.850
- 144.00   63.00  100.850
- 144.00   66.00  100.850
- 144.00   69.00  100.850
- 144.00   72.00  100.850
- 144.00   75.00  100.850
- 147.00  -45.00  248.790
- 147.00  -42.00  248.790
- 147.00  -39.00   85.264
- 147.00  -36.00   42.070
- 147.00  -33.00   32.396
- 147.00  -30.00   28.200
- 147.00  -27.00   52.331
- 147.00  -24.00   65.970
- 147.00  -21.00   65.970
- 147.00  -12.00  783.790
- 147.00   -9.00  783.790
- 147.00   -6.00  783.790
- 147.00   45.00  306.730
- 147.00   57.00  100.850
- 147.00   60.00  100.850
- 147.00   63.00  100.850
- 147.00   66.00  100.850
- 147.00   69.00  100.850
- 147.00   72.00  100.850
- 147.00   75.00  100.850
- 150.00  -36.00   99.530
- 150.00  -33.00   77.915
- 150.00  -30.00   50.463
- 150.00  -27.00   63.681
- 150.00  -24.00   65.970
- 150.00  -12.00  783.790
- 150.00   -9.00  783.790
- 150.00   -6.00  783.790
- 150.00   57.00  100.850
- 150.00   60.00  100.850
- 150.00   63.00  100.850
- 150.00   66.00  100.850
- 150.00   69.00  100.850
- 153.00  -33.00   99.530
- 153.00  -30.00   86.106
- 153.00  -27.00   65.970
- 153.00   -9.00  783.790
- 153.00   -6.00  783.790
- 153.00   48.00  100.850
- 153.00   54.00  100.850
- 153.00   57.00  100.850
- 153.00   60.00  100.850
- 153.00   63.00  100.850
- 153.00   66.00  100.850
- 153.00   69.00  100.850
- 156.00   -9.00  482.750
- 156.00   51.00  100.850
- 156.00   54.00  100.850
- 156.00   57.00  100.850
- 156.00   60.00  100.850
- 156.00   63.00  100.850
- 156.00   66.00  100.850
- 156.00   69.00  100.850
- 159.00  -12.00  482.750
- 159.00   -9.00  482.750
- 159.00   51.00  100.850
- 159.00   54.00  100.850
- 159.00   57.00  100.850
- 159.00   60.00  100.850
- 159.00   63.00  100.850
- 159.00   66.00  100.850
- 159.00   69.00  100.850
- 162.00  -21.00  482.750
- 162.00   54.00  100.850
- 162.00   57.00  100.850
- 162.00   60.00  100.850
- 162.00   63.00  100.850
- 162.00   66.00  100.850
- 162.00   69.00  100.850
- 165.00  -48.00  382.330
- 165.00  -45.00  382.330
- 165.00  -24.00  482.750
- 165.00  -18.00  482.750
- 165.00   60.00  100.850
- 165.00   63.00  100.850
- 165.00   66.00  100.850
- 165.00   69.00  100.850
- 168.00  -48.00  382.330
- 168.00  -45.00  382.330
- 168.00   60.00  100.850
- 168.00   63.00  100.850
- 168.00   66.00  100.850
- 168.00   69.00  100.850
- 171.00  -45.00  382.330
- 171.00  -42.00  382.330
- 171.00  -36.00  382.330
- 171.00   60.00  100.850
- 171.00   63.00  100.850
- 171.00   66.00  100.850
- 171.00   69.00  100.850
- 174.00  -42.00  382.330
- 174.00  -39.00  382.330
- 174.00  -36.00  382.330
- 174.00   60.00  100.850
- 174.00   63.00  100.850
- 174.00   66.00  100.850
- 174.00   69.00  100.850
- 177.00  -39.00  382.330
- 177.00  -21.00  482.750
- 177.00  -18.00  482.750
- 177.00   60.00  100.850
- 177.00   63.00  100.850
- 177.00   66.00  100.850
- 177.00   69.00  100.850
diff --git a/data/3deg/country_boundaries.asc b/data/3deg/country_boundaries.asc
deleted file mode 100644
index 007aa2e59a87234a9dd78bcfbb994a6c0cf5a5fb..0000000000000000000000000000000000000000
--- a/data/3deg/country_boundaries.asc
+++ /dev/null
@@ -1,66 +0,0 @@
-NCOLS 120 
-NROWS 60 
-XLLCORNER -180 
-YLLCORNER -90 
-CELLSIZE 3 
-NODATA_value -9999 
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 124 124 124 124 124 124 124 124 124 124 124 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 578 578 578 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 124 -9999 124 124 124 124 124 124 124 124 124 124 124 124 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 578 578 578 578 578 578 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 304 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 578 578 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 643 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 -9999 -9999 304 304 304 304 304 304 304 304 304 304 304 304 304 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 -9999 -9999 643 643 -9999 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 -9999 -9999 -9999 643 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
-643 -9999 -9999 -9999 -9999 -9999 840 840 840 840 840 -9999 -9999 -9999 -9999 -9999 -9999 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 304 304 304 304 304 304 304 304 304 304 304 304 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 578 578 578 578 -9999 -9999 -9999 -9999 -9999 -9999 643 643 643 -9999 -9999 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 643
-643 643 643 -9999 840 840 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 124 124 124 124 124 124 -9999 -9999 304 304 304 304 304 304 304 -9999 -9999 -9999 352 352 352 352 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 578 752 752 246 246 246 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643
--9999 -9999 840 840 840 840 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 304 304 304 304 304 -9999 -9999 -9999 -9999 -9999 352 352 352 352 -9999 -9999 -9999 -9999 -9999 -9999 578 578 752 752 752 246 246 246 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643
--9999 -9999 -9999 -9999 840 840 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 124 124 124 124 124 124 -9999 -9999 -9999 -9999 304 304 304 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 234 -9999 826 -9999 -9999 578 578 752 752 752 246 246 246 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 -9999
--9999 -9999 -9999 -9999 -9999 -9999 840 840 840 840 -9999 -9999 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 826 826 -9999 -9999 -9999 578 752 752 752 752 233 233 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 840 840 840 840 -9999 -9999 -9999 -9999 -9999 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 124 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 826 826 826 -9999 -9999 208 208 752 752 752 440 428 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 643 643 643 -9999 -9999 -9999 -9999 -9999
--9999 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 372 372 826 826 826 56 276 276 276 616 616 616 804 804 804 804 643 643 643 643 643 643 643 643 398 398 398 398 398 398 398 643 643 643 643 643 496 496 643 643 643 643 643 643 156 156 643 643 643 643 643 643 -9999 -9999 -9999 -9999 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 124 124 840 840 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 124 124 124 124 124 124 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 250 250 250 250 276 276 203 203 703 804 804 804 804 804 804 643 643 643 398 398 398 398 398 398 398 398 398 398 398 398 156 496 496 496 496 496 496 496 496 496 496 156 156 156 156 643 643 643 643 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 840 840 840 840 840 840 840 840 840 840 840 840 840 840 124 124 124 124 124 124 124 124 -9999 124 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 250 250 250 380 380 40 191 348 642 642 498 804 804 643 643 643 643 643 398 398 398 398 398 398 398 398 398 398 156 156 156 496 496 496 496 496 496 496 496 496 156 156 156 156 156 643 643 643 643 -9999 643 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 840 840 840 840 840 840 840 840 840 840 840 840 840 840 124 124 840 840 840 124 124 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 724 724 250 250 250 380 380 380 191 70 100 100 642 -9999 804 643 643 643 643 -9999 398 860 860 860 398 398 398 398 398 398 156 156 156 156 156 496 496 496 496 496 156 156 156 156 156 156 643 643 643 -9999 392 392 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 724 724 724 724 724 380 380 380 380 8 300 792 792 792 792 792 792 268 31 31 795 795 795 860 860 398 417 417 417 156 156 156 156 156 156 156 156 156 156 156 156 156 156 156 156 408 408 -9999 -9999 -9999 392 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 724 724 12 12 12 788 788 380 -9999 -9999 300 300 792 792 792 760 760 368 364 364 364 364 364 795 795 4 4 586 156 156 156 156 156 156 156 156 156 156 156 156 156 156 156 156 -9999 410 -9999 392 392 392 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 620 -9999 -9999 504 504 12 12 12 788 788 434 -9999 -9999 -9999 -9999 -9999 -9999 196 760 368 368 364 364 364 364 364 4 4 4 586 586 356 356 156 156 156 156 156 156 156 156 156 156 156 156 156 156 -9999 392 392 392 392 392 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 484 484 484 484 840 840 840 840 840 840 840 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 504 12 12 12 12 12 434 434 434 434 434 818 818 818 818 682 682 368 368 364 364 364 364 364 4 586 586 586 356 356 156 156 156 156 156 156 156 156 156 156 156 156 156 156 -9999 392 392 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 484 484 484 484 484 484 840 840 840 840 840 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 724 724 504 504 12 12 12 12 12 12 434 434 434 434 434 818 818 818 818 682 682 682 682 414 364 364 364 364 586 586 586 356 356 356 524 156 156 156 156 156 156 156 156 156 156 156 156 156 -9999 392 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 484 484 484 484 484 484 -9999 -9999 -9999 -9999 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 504 504 12 12 12 12 12 12 434 434 434 434 434 818 818 818 818 682 682 682 682 682 364 364 364 364 586 586 356 356 356 356 356 356 356 356 356 156 156 156 156 156 156 156 156 156 -9999 392 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 484 484 484 484 -9999 484 484 484 192 192 192 192 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 478 478 478 478 466 466 12 12 562 562 562 148 148 434 729 729 729 729 682 682 682 682 682 682 512 512 -9999 -9999 356 356 356 356 356 356 356 356 50 104 104 418 704 704 156 156 -9999 -9999 158 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 840 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 484 484 484 484 484 484 484 -9999 -9999 388 388 332 214 630 850 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 478 478 478 478 466 466 466 466 562 562 562 148 148 148 729 729 729 729 729 682 682 682 682 512 512 512 -9999 -9999 -9999 -9999 356 356 356 356 -9999 -9999 -9999 104 764 418 418 704 156 -9999 -9999 -9999 608 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 484 484 484 320 320 340 -9999 -9999 -9999 -9999 -9999 -9999 -9999 250 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 686 478 478 478 466 466 466 562 562 562 562 148 148 148 729 729 729 729 232 -9999 887 887 887 512 -9999 -9999 -9999 -9999 -9999 -9999 356 356 356 -9999 -9999 -9999 -9999 104 764 764 764 418 704 -9999 -9999 -9999 608 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 320 222 558 -9999 -9999 -9999 -9999 -9999 -9999 -9999 670 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 686 686 466 466 466 854 562 562 562 562 148 148 148 729 729 729 729 729 231 231 887 887 887 -9999 -9999 -9999 -9999 -9999 -9999 -9999 356 356 356 -9999 -9999 -9999 -9999 356 764 764 116 116 704 -9999 -9999 -9999 608 608 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 558 -9999 -9999 170 170 862 862 862 780 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 624 324 324 466 854 854 854 566 566 566 566 148 148 729 729 729 729 729 231 231 -99 -99 -99 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 356 356 -9999 -9999 -9999 -9999 356 104 -9999 116 704 704 -9999 -9999 608 608 608 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 591 170 170 170 170 862 862 862 328 740 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 430 384 384 288 768 566 566 120 120 140 140 140 140 728 728 728 231 231 231 706 706 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 764 458 458 -9999 -9999 -9999 458 458 608 608 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 170 170 170 170 862 862 76 328 740 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 384 -9999 -9999 -9999 -9999 120 120 120 140 180 180 180 180 728 800 231 404 706 706 706 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 360 458 458 -9999 360 458 360 458 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 296 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 218 170 170 170 76 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 226 266 266 178 180 180 180 180 800 800 404 706 706 706 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 360 360 458 -9999 360 360 360 360 360 360 360 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 218 -9999 -9999 218 218 218 170 170 76 76 76 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 266 266 266 178 180 180 180 180 800 834 404 404 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 360 360 360 360 360 360 360 360 360 360 360 360 360 360 360 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 604 218 604 604 604 76 76 76 76 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 178 178 180 180 180 180 180 834 834 404 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 360 360 360 360 360 360 360 360 360 360 360 360 360 360 598 598 -9999 598 598 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 604 604 604 76 76 76 76 76 76 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 24 24 24 180 180 180 894 834 834 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 360 360 360 360 360 360 -9999 360 -9999 -9999 360 598 598 598 598 -9999 90 90 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 604 604 604 604 68 76 76 76 76 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 24 24 24 180 180 894 894 454 834 508 174 -9999 450 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 360 -9999 36 36 36 -9999 36 -9999 598 598 -9999 -9999 90 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 882 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 604 604 604 68 68 68 76 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 24 24 24 24 894 894 894 894 454 508 508 -9999 -9999 450 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 -9999 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 604 604 68 68 68 76 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 24 24 24 24 894 894 894 716 508 508 508 450 450 450 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 36 36 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 548 548 -9999 -9999 242
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 258 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 604 68 68 68 68 76 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 516 516 516 516 72 716 716 716 508 -9999 -9999 450 450 450 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 36 36 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 242
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 32 600 600 76 76 76 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 516 516 516 72 72 710 710 508 -9999 -9999 450 450 450 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 32 32 600 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 516 516 710 710 710 710 508 -9999 -9999 450 450 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 32 32 32 76 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 516 516 710 710 710 710 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 36 36 36 36 36 36 36 36 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 32 32 858 76 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 710 710 710 710 710 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 36 36 36 36 36 36 36 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 32 32 858 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 710 710 710 710 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 36 -9999 -9999 36 36 36 36 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 152 32 32 32 32 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 554 554 554
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 32 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 36 -9999 -9999 -9999 -9999 -9999 -9999 -9999 554 554 -9999
--9999 554 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 32 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 36 36 -9999 -9999 -9999 -9999 -9999 -9999 554 554 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 32 32 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 554 554 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 152 32 32 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 260 260 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 152 32 32 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 239 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 152 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 10 10 10 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 -9999 10 10 10 10 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 -9999 -9999 -9999 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 10 -9999 -9999 -9999 -9999 -9999 -9999 10 10 10 10 10 10 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 10 -9999 10 10 10 10 10 10 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999 -9999 10 10 10 10 -9999 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 -9999 -9999 -9999 -9999
-10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
-10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
-10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10
diff --git a/data/3deg/irrigation_cost.asc b/data/3deg/irrigation_cost.asc
deleted file mode 100644
index a7aad3ba8b37dec5c42338506bafd19d90f7ddde..0000000000000000000000000000000000000000
--- a/data/3deg/irrigation_cost.asc
+++ /dev/null
@@ -1,66 +0,0 @@
-NCOLS 120 
-NROWS 60 
-XLLCORNER -180 
-YLLCORNER -90 
-CELLSIZE 3 
-NODATA_value -9999 
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.319038593544464 0.320798156742589 0.297823439599597 0.234248421578284 0.26914834141937 0.297837822241883 -9999 -9999 -9999 -9999 -9999 -9999 0.290452026722715 0.283135650009819 0.279043951155416 0.254250543828174 0.248761080396866 0.251636398062961 0.285225679575991 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.321847925381274 0.29926182657253 0.303442826304012 0.338920845521489 0.325426108708866 0.297312112158138 0.278853623474195 0.264163273531828 0.242441454803093 0.234412320705698 0.258410481423708 0.281841111057318 0.26123092770921 0.214058091850007 0.199655315870852 0.197983647756853 0.193779352691125 0.237340389727142 0.234059094822352 0.2027432370668 0.19883646503943 0.205238743202624 0.219899389432994 0.230467823886672 0.266855305920032 0.271670124796644 0.252421850008264 0.287351722325319 0.272375781919916 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.203095738416328 0.197335933181465 -9999 -9999 0.197856541817215 0.199105519438185 -9999 -9999 -9999 0.223933371289181 0.229230344243531 0.229486559443907 0.225573985299693 0.240062156209471 0.239215977513537 0.243617442608447 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.306300722077108 0.267517173420751 0.271764675512229 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.359443363454943 -9999 0.346776273030595 0.305826065946083 0.314290270594218 0.322162003609454 0.305141228940615 0.275224518579927 0.31037016782645 0.324348440618918 0.28309023454567 0.238207337632109 0.250734321454787 0.258620012680073 0.264453246645535 0.2433535095299 0.234599189784133 0.203230214630751 0.144635578495142 0.105391290540737 0.0929334240186159 0.0844828294322865 0.0718912424161513 0.0594904430469197 0.0393663208752145 0.0381302958181381 0.056399099293579 0.0922441010084599 0.137287849141986 0.180920715794709 0.231464021029199 0.271443289668362 0.290052447514343 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.154058042675187 0.155888070318889 0.192400200064885 0.193646752893333 0.186716755448211 0.172078120786659 -9999 0.197856541817215 -9999 -9999 -9999 -9999 0.223933371289181 0.229230344243531 0.229486559443907 0.225573985299693 0.240062156209471 0.239215977513537 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.305107989529912 0.274410241047906 0.25699157102371 0.252413715724687 0.236069851070388 0.269683910551457 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.339127775328521 0.329421861976736 0.328735678145905 0.346507712356186 0.373433143830699 0.379384465905091 0.349068181805131 0.323474644602382 0.315053410812367 0.314532866170859 0.315194215494074 0.314747951604883 0.28853320918168 0.261433715972282 0.27184300580021 0.274196423481846 0.289288816682995 0.284837364804329 0.265305528736541 0.216077386078591 0.194149817202715 0.180042589844806 0.123693688533065 0.0761730436623716 0.0458518213364878 0.0129312027273846 0.000884370595760464 0.0003801533768686 0.000363086020157859 0.00136157378863668 0.00619851236107932 0.0251240883601378 0.0821921520888978 0.199294314187415 0.265503225383535 0.281527913099479 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.169432356777173 0.183226916692086 0.189597187669193 0.182165679276816 0.170249094312749 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.217426984490789 0.211343120080168 0.226196983333783 0.251008686924112 0.251349955197058 -9999 -9999 -9999 -9999 -9999 -9999 0.272369556238676 0.264862139029219 0.268539375079642 0.271921196346924 0.267061984834857 0.256623399602152 0.262933920275686 0.271090777362597 0.306594872134065 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.349261300492406 0.364649084612042 0.381165388047878 0.373764614044422 0.37187290391923 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 0.337446281718502 0.344512901649051 0.365134157388245 0.384073118720251 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.364358871643217 0.340987092050557 0.325481868389566 0.32132343763621 0.330793306520095 0.351380746440096 0.372349192460123 0.38007660710762 0.377024690138356 0.35345131286869 0.330160784383807 0.31031150377056 0.307467721669375 0.317233387764058 0.292097246499149 0.261915425465303 0.230016311288968 0.297079584472363 0.243551054705624 0.249081359107014 -9999 -9999 -9999 0.242337381873882 0.213158498702239 0.12093329523856 0.062777656660791 0.0130731613613903 0.000302527804642589 0 0 0 0.000238300513344329 0.0283996792326118 0.0969526441263922 0.163625574656811 0.230695007359166 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.189416567789088 0.208277980822016 0.231412000468544 0.230211842886973 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.24819963485204 0.231986311180982 0.232063824601799 0.263464745383903 -9999 0.29300579922501 0.275738496917682 0.239969023841764 0.231069304749241 0.212245196454201 0.217466359442992 0.245323360500195 0.259423507277585 0.263072973987888 0.266081366801498 0.273571661210988 0.280158297547879 0.285395685110032 0.295430462990704 0.309150414734749 0.32622867761933 0.339531057845164 0.346193867342206 0.331717368959627 0.318760002925739 0.325667058254764 0.345690497122561 0.357726195410121 0.349193736617982 0.377783783291585 0.379707928057047 0.3568490050348 0.362758481405305 0.361516620910366 0.380364252781239 0.390169057946835 -9999 -9999 -9999 -9999 -9999 -9999 -9999
-0.262585560437529 -9999 -9999 -9999 -9999 0.306176369505973 0.329353462564429 0.335884997107816 0.353025721373591 0.372198517726007 0.372778750217888 0.363313052406018 0.355423920839431 0.342691270865066 0.328973055000613 0.349399335155829 0.365699425953047 0.361639758640353 0.331241945360149 0.319628423815656 0.324800116749977 0.323261264879804 0.342693987726456 0.363771371166344 0.362458912356713 0.359850759907446 0.361383485379154 0.345685739616922 0.320774569063443 0.31495547546276 0.315905476627788 0.299594027069663 0.274926820150312 0.278448851774207 0.26118905168877 0.251807017521263 0.249990230937653 0.244519724822851 0.250666485066346 -9999 -9999 0.237765143270949 0.208959642169613 0.155116627709694 0.0575985103826307 0.0047737724673792 0 0 0.00490132346702936 0.0113158088953973 0.0535466817993893 0.0904232679367539 0.169315963627273 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.148649603695842 0.197251882232945 0.21950322189832 0.241594258701261 0.238377536765341 0.21582843944319 0.238891976191918 0.24646523615818 0.25456480556138 0.263967304360997 0.268272611828022 0.269850569405429 0.254731336746586 0.255405438712912 0.27080116322887 0.276440366984373 0.279608539990285 0.286926348326232 0.26854131504974 0.238456162021694 0.227828272358964 0.224180737145463 0.231381715377436 0.24415750028687 0.252680314620501 0.247958241961113 0.252875633704872 0.269946581058333 0.293677794008896 0.305391107741409 0.297854517119047 0.302820048419807 0.320267029168418 0.333290557478203 0.336721631882347 0.323526558359202 0.30557000030071 0.299448262094276 0.333950211358696 0.360981150762762 0.348495370856664 0.360269720707815 0.368387619989823 0.354136887065767 0.342138127748412 0.361349576859727 0.379261632804882 0.386587829688136 0.380783249067929 0.35508390950029 0.340656707070792 0.352363835598284 0.333336181169622 0.289207472201688 0.277776955721227
-0.221028545646516 0.216567019937185 0.224508081331135 -9999 0.271228196495654 0.290756723692443 0.306665512851801 0.312793916045832 0.316201008544279 0.336209159191448 0.355318634994122 0.376342355404133 0.371690492422193 0.345204616305523 0.325268928133935 0.339091953717934 0.352634625945207 0.348557353910364 0.331460425946374 0.326246108574248 0.326516067715886 0.319977374196401 0.329175628681724 0.345354597152811 0.343404213101425 0.344747776671499 0.350457167729544 0.342809288103183 0.318643968042538 0.295823905302109 0.29458527706524 0.294995248748919 0.274683049471462 0.291679024920298 0.277304706619877 0.26944453546555 0.254304829986391 0.222197180334452 0.220224003190248 0.188214101880736 -9999 0.217277983555391 0.236518463188401 0.201527222295484 0.0755507227624696 0.0105560318247162 0.0219437690270442 0.0296277853897072 0.0381640579228535 0.0339085925575117 0.0204738744640102 0.0737467417324877 0.14667375358319 0.162622805586173 0.142537158094408 0.0863843987316821 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.113990970716401 0.17672064582948 0.237246214135652 0.258099304395672 0.268102898937049 0.25776474475088 0.245217180212597 0.249628419269072 0.254602860296851 0.259739261787219 0.266214024654744 0.269288582356689 0.269386950953033 0.262766516012057 0.262157645611525 0.266639970663492 0.266705765704648 0.267661677520841 0.266784247179809 0.259770012028087 0.241220673245922 0.23667148463682 0.238536612750489 0.242286804192494 0.247639597298934 0.245135964177663 0.234959901313596 0.235372186004022 0.254660820795908 0.2978745753339 0.320010871446533 0.311401442724391 0.309851992540592 0.315073066027804 0.326957281436462 0.334711325725695 0.33093840243676 0.321323590337364 0.292786212488923 0.321643066765657 0.360796367709827 0.34406942199954 0.317976573199128 0.34251498190598 0.341079342644462 0.341293696376793 0.359391382171631 0.363842839987829 0.361910601642743 0.355749357102133 0.337092384941204 0.31909437294146 0.327535200239558 0.318830622666651 0.289245755241853 0.241791412833268
-0.217408836628977 0.206034082431565 0.213169716513202 0.230450533538687 0.249912539241969 0.267222116901609 0.293772510499157 0.303457259352499 0.309908287194795 0.307024839380732 0.329440499002538 0.368843386345974 0.378383265017591 0.353280477769033 0.340083120499247 0.326694353996162 0.309945323241553 0.302678515736761 0.324229111425807 0.340869513440582 0.344445023537923 0.337409491095578 0.32308083921758 0.323540213758124 0.325385283202487 0.327921678266665 0.327275230441189 0.317410925401774 0.302068770406022 0.290755170201962 0.289624471759639 0.29764386949525 0.285430729011532 0.268939653873803 0.247932349139405 0.257422274466691 0.237550735954482 0.199001051923799 0.204099175430414 0.187031736915793 -9999 -9999 0.202359345061221 0.132257656734602 0.03300661454308 0.0161335536113535 0.0650725558917119 0.0592555707794145 0.0599903709556092 -9999 -9999 0.138815957849089 0.141951465778485 0.124888091748926 0.0990167906411642 0.0883423994360124 -9999 -9999 -9999 -9999 -9999 -9999 0.156190364775742 0.178469425676083 0.182414554556661 0.243102241265255 0.263213229624632 0.274675162365894 0.273792301296693 0.261097157818483 0.256086254042756 0.264543232156015 0.264102817425315 0.267502247711045 0.27069064604062 0.270858088735244 0.266789687441771 0.261464967268285 0.25885312777682 0.254361007313486 0.271970048872754 0.269486498539722 0.262245950915695 0.256670644538286 0.250347498808984 0.252671496844307 0.256302676848387 0.25610006043774 0.257125379970696 0.253910988865903 0.250593742854186 0.259731736278365 0.279804531964925 0.307207825056206 0.321101805778384 0.324983085813142 0.323371334048417 0.324257451319984 0.33608735503514 0.351401165313732 0.352988685742617 0.349147087724104 0.338645232535295 0.344709437221146 0.34302298105847 0.329371408719161 0.290923369686784 0.322194280375081 0.31660770956839 0.32294712223511 0.341553078771787 0.338122079639131 0.313975152794768 0.306604008977703 0.295271950256001 0.284690195706081 0.287270252454904 0.290389157044182 0.277961333242275 0.246211947792899
--9999 -9999 0.208310417305516 0.229462954806673 0.218393661191986 0.25249310468889 0.282072983765496 0.275783102363089 0.268765466573641 0.266273330846026 0.240858179549674 0.26007159737432 0.220306498160388 0.276590950181592 0.34674730240292 0.345604644453793 0.29866201390461 0.279258133485613 0.307916077783914 0.335797034229306 0.351532737589206 0.346913597388709 0.341435273980007 0.329315940517628 0.318507324024066 0.311915731231047 0.309807048705098 0.299091678989627 0.293422953588387 0.292880679930569 0.291123469821751 0.299879941372742 0.292272659275253 0.277001103134829 0.248554864086026 0.233410086414178 0.244677733940082 0.232875412646665 0.242753777925676 0.240819023816988 -9999 -9999 -9999 0.128795742990042 0.0820662403939945 0.0483503678031721 -9999 -9999 -9999 -9999 -9999 -9999 0.136835899879126 0.108716071532963 0.0803652045897739 -9999 -9999 -9999 -9999 0.144994782303513 -9999 0.104696086098315 0.138652730685304 0.229850106421273 0.249297313700288 0.268519482841853 0.277616140807136 0.273139109011214 0.268402158442727 0.262033041492694 0.263127113807472 0.263833285677424 0.26856661877925 0.270777149927046 0.276397892030822 0.28032439978524 0.274473363434184 0.270039205256951 0.26117774447427 0.258134327680642 0.292748053788585 0.286254887427071 0.277937668370274 0.27229062516629 0.266985739769764 0.275936633577017 0.279911165498696 0.276702812075273 0.274594499236409 0.277300105680972 0.269264898989105 0.272517537386747 0.295449681759944 0.320606427845115 0.327525401293847 0.335014427903855 0.333796960814665 0.326327821910558 0.338771486190837 0.357045072535715 0.351553265985895 0.343135145540819 0.351036319770913 0.362695273372215 0.360639452751067 0.323298110136332 0.264524272516187 0.264389076334475 0.275677504198143 0.276561103152018 0.282588203357268 0.282224125077723 0.278213748858494 0.276199519495075 0.270287991312918 0.258567592796294 0.240144159881019 0.243273750242991 0.261381884517546 0.247090822945384
--9999 -9999 -9999 -9999 -9999 0.181016567081796 0.230602627464391 0.252761035796103 0.207290664016882 0.199723354185536 -9999 -9999 0.0608236588889893 0.106555829720205 0.165960517724681 0.22343755409649 0.274398889839871 0.294255031304082 0.307902553686753 0.328182708538765 0.334687637130414 0.334747038032783 0.336770607670865 0.331847996816194 0.317856523316047 0.294294418077475 0.295293665404772 0.289506419431971 0.284954454762499 0.280170389107899 0.278220473967181 0.280834013968417 -9999 0.264674789942893 0.250812523602591 0.239936023299222 0.24413459492659 0.248091493084493 0.223047823575231 0.199295374614891 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.173761357604535 0.18623452047011 0.247016251740248 -9999 -9999 0.147064894707329 0.22898815602085 0.263820418901873 0.288203386842244 0.285823626802065 0.26955711946399 0.270675923917184 0.273346988916909 0.280418362933544 0.273916326729841 0.285437114071767 0.284361963481819 0.279777846195282 0.280080163765977 0.276383809659108 0.280234975241301 0.277464967233758 0.268610334556613 0.309021157246513 0.310931168530668 0.305988576475296 0.303807717659126 0.301117423458968 0.300330458360419 0.304625005642566 0.305769478197043 0.299130893422234 0.304758671124366 0.30763241857838 0.309205429051334 0.334930445236241 0.350329262924542 0.341085387743771 0.331027675268568 0.328629817335484 0.308958533030116 0.309168222814799 0.335238059974714 0.328463727822918 0.29143788015354 0.290628365978235 0.31183423414336 0.316130768151592 0.28201001111691 0.235043192440786 0.257053662729341 0.273938807224726 0.262660402605487 0.251163718413452 0.252341297074493 0.247775400644394 0.23054577777922 0.244024565394683 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 0.169591776074533 0.175224555257686 0.21101686184562 0.246307021560417 0.176961402609072 -9999 -9999 -9999 -9999 -9999 0.080475727066458 0.0872043091876922 0.162275321775251 0.259114307177496 0.296591917818234 0.291650679785536 0.314904413725622 0.327725877162798 0.330811637571538 0.331996833371457 0.323098030502349 0.311624251353393 0.310987496490221 0.305091977043194 0.295376325531513 0.279894726716899 0.276121180768651 0.279442588387065 0.284719625986189 0.262181828159683 0.236311068857446 0.225728482274945 0.222277138158174 0.225736941845484 0.220315580253402 0.203789172751748 0.19827537734727 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.19546655421119 0.180448957046603 0.193113542444343 0.250077541004139 -9999 -9999 0.255430419225525 0.268851122935076 0.273536518457879 0.295281563577602 0.286275529506039 0.278371144872248 0.284957008751787 0.287888497541038 0.290877082597615 0.288285649811202 0.292020428333285 0.297790013827051 0.299761830490395 0.304378610953201 0.306917445724458 0.310063332341808 0.3114768686618 0.309852272496912 0.333876085131339 0.344366616827638 0.347313325424303 0.348172031231974 0.346617713975457 0.348681417777661 0.346902355982344 0.334102201564479 0.318226235235223 0.323186103840928 0.3271783124053 0.314521072734624 0.335388859591167 0.350336759680589 0.344607128317642 0.334107544812652 0.326825649311867 0.315002356153404 0.313596849691201 0.306328524652599 0.318044472871008 0.292218036508312 0.278451934715454 0.272603444350886 0.254937923596154 0.243337668820842 0.226662363808169 0.249577211960161 -9999 -9999 -9999 0.198945925718635 0.197902248554919 0.202738531900222 0.225907235160612 -9999 -9999 -9999 -9999 -9999
--9999 0.121473301207545 -9999 -9999 0.169591776074533 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.0999218599896629 0.102055940075866 0.171999827596908 0.289172258359312 0.292772764342153 0.275702984118778 0.304858449711657 0.356086865191738 0.36675643599321 0.362130966517333 0.341201967682155 0.332896826942518 0.321486761528218 0.299139406007689 0.276619532522344 0.271208245708082 0.273821595705244 0.279220499787346 0.264504661637322 0.24198047093793 0.225839120500123 0.213706943756947 0.21144716897009 0.209789090001187 0.19944979690475 0.184422623176136 0.178349387844786 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.159106151274239 0.212911012404163 0.22259036731717 0.268301446542208 0.291580017207026 0.271811787785555 0.267015574353204 0.289993124544679 0.311402480281771 0.307038749637289 0.309787070667641 0.309286284486017 0.304326706785068 0.301915500830681 0.306397930858506 0.305088803428886 0.310241307733124 0.324007574976321 0.331567046146848 0.340670816208173 0.35465057674643 0.362478892852998 0.364273089891176 0.369785584462109 0.390360581189123 0.401814378864694 0.39805323533634 0.387956430718034 0.384375761393354 0.399453309761725 0.392560940735696 0.345420273110991 0.325101495403704 0.333321598833148 0.342637300820644 0.307388315533853 0.323161171913361 0.336768848487693 0.318017104456371 0.344603306907891 0.348461933986138 0.34810866359377 0.352961591609436 0.343428091752849 0.32971804573626 0.320611726443897 0.311601329256983 0.289724448076086 0.255561221685014 0.280385442246221 0.267753024117565 0.247081036768983 0.234426558646291 -9999 -9999 0.174121000858885 0.170526993336028 0.184066790939466 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.0987968215568517 0.110981712823566 0.196097204535121 0.266438605673543 0.336365318191953 0.297979275293729 0.370466449149567 0.401591124290565 0.403075089427336 0.379359953811683 0.359420825332108 0.342239675123025 0.309885933667552 0.285498457985382 0.274711877816861 0.266939806072985 0.272228332596728 0.262107247285996 0.243975875946931 0.235088478650516 0.227241355509044 0.223056736852953 0.210209055755826 0.196793458153438 0.174892979594526 0.19659197607794 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.157768167044894 0.209988023926533 0.235534621193324 0.283387830482584 0.303290864275171 0.290626193365318 0.276876447453672 0.284135321599017 0.283326473085179 0.307411992715137 0.306886163313621 0.302624412526621 0.305185010464037 0.312971004912564 0.326440018011578 0.332840325960039 0.333371084162579 0.346995089535739 0.371475078100929 0.405618837817244 0.439657709796109 0.452695320454128 0.441030980502152 0.436984040152136 0.459563887733761 0.462517566466901 0.449329123749288 0.435944759448873 0.418399789388638 0.413168304796863 0.405376321232704 0.370953416113829 0.361838249507068 0.397064625867285 0.43468367148968 0.431456302350099 0.390411527851846 0.378371275893286 0.368523978848425 0.38250734446818 0.360364980791876 0.395182350666252 0.415839491160782 0.383362762612172 0.334268552440756 0.333548740656397 0.318308501350818 0.300113925957648 0.283194767167787 0.272895203965565 0.235356753493355 0.230802612254811 0.225428044459964 -9999 -9999 -9999 0.166530860394497 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.175899583805486 0.269286182730438 0.407954372234246 0.332499787667716 0.368946698785572 0.391693709916513 0.419708701443239 0.399933390495919 0.381269065925347 0.354995992318957 0.319139971791173 0.295239385124266 0.288266000326492 0.278259213534085 0.271243796321329 0.264652649754038 0.262161325794697 0.249102658864865 0.243228640303125 0.244439420482793 0.231128976246417 0.199053144992836 0.170325372167676 0.176403419371578 0.180905854512935 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.288964208874961 0.298018976145631 0.280628973756952 0.226754468584646 0.243279776864714 0.228529342041233 0.292161396417494 0.334609310437641 0.321768329763619 0.311248979655956 0.346239539783762 0.35304516077137 0.367213441610621 0.343777288049132 0.350901495452145 0.396094211641407 0.450446106093011 0.49107653959385 0.520156147544199 0.520039343301102 0.512920877752193 0.524878082053788 0.520918860862391 0.513449504225689 0.503644839294158 0.495312447155519 0.453114780491847 0.417112274313638 0.410642976200228 0.483844033865572 0.492290871477558 0.498775410349626 0.51943756957309 0.480699452942465 0.436868124197287 0.448189507272244 0.468292762913369 0.458422303769694 0.451818063433268 0.441781542103407 0.392570374891828 0.359388181799163 0.360337030905181 0.327277721095427 0.322711641284447 0.305699491531543 0.239433149626352 0.212042183411625 0.218402849183495 0.221745376237551 0.137906729471876 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.245348499910445 0.34230661078475 0.427082841315319 0.406234157945598 0.391485252337328 0.397797054342761 0.409924037236706 0.402059907772256 0.385761351241917 0.351432403178267 0.317739983792455 0.302086414522259 0.299407304733993 0.29661555950444 0.290111980935799 0.281395540364011 0.273024792077003 0.262928985232019 0.253560138945629 0.229484045589327 0.209404189345097 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.248093231406108 0.268506427314916 0.290918187433567 0.279962317252712 0.302283941473398 0.298903136710254 0.272499344691655 0.296729539796103 0.295825991770854 0.25873702724257 0.278312715526603 0.324662508342775 0.341392266938957 0.354403105787704 0.342048194599587 0.345867178353158 0.324270408599431 0.282429513646356 0.316446566558259 0.388189708651316 0.472245785978951 0.537474136794106 0.560819916589643 0.559494529227643 0.567815947651204 0.551951595770977 0.508292053316251 0.466377978040128 0.435084662192526 0.404895693766034 0.399512032485589 0.430905965982925 0.461406510015304 0.541377559653873 0.63209398822897 0.618436012656437 0.629068459640498 0.590279411400526 0.556588250160433 0.549817035978992 0.531188749693772 0.48002270111357 0.416519373989254 0.38339225564826 0.382434868797782 0.338483710149417 0.311177616136884 0.309892053410507 0.275227037463475 0.260222779533865 0.219904603858103 0.216450128502047 0.194468900764785 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.283405137883301 0.356280585728879 0.47660986233486 0.454456512921788 0.439177820359435 0.43804701715116 0.384924870645132 0.422851926523868 0.384339092371509 0.34200646509769 0.311175217859774 0.302755785560234 0.29739237922517 0.292697355450896 0.291656470308316 0.280160957652299 0.282894458735966 0.266193629838217 0.260134212839565 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.297180338130265 0.319920001523636 0.376948682426281 0.378847290763179 0.332561991693137 0.309146892273299 0.331346466923578 0.325621560460509 0.318411295672701 0.317301232355797 0.284063630185359 0.337548260347801 0.34924629759529 0.345896066362073 0.35735893580008 0.368247645591883 0.359668699341317 0.322376321219215 0.333682648312421 0.36231216732695 0.410155538144984 0.505064603520537 0.555563989342935 0.57163879064922 0.577487831378927 0.538314292049695 0.450593477949932 0.366206583446946 0.36784368141578 0.485089302994233 0.563539271607766 0.665336789810031 0.697742410275224 0.681613486812808 0.737689736120511 0.671701899891594 0.574278198976694 0.607728020374877 0.602045441728174 0.5353530561306 0.442179397189762 0.402725761770834 0.379741576715001 0.35610326391076 0.338714251991375 0.288761026804263 0.265211516750233 0.289215146905986 -9999 -9999 0.204086500932179 0.216384147122061 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.38905235359682 0.477226481082362 0.51117351759136 0.476281119822996 0.456080975185211 0.392495017487256 0.434082323519287 0.397976520383528 0.344419611074562 0.307012268952466 0.299557978206239 0.288628816122601 0.280770607477345 0.28217080831936 0.290209505091707 0.287876205273407 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.356327758106472 0.363869763366714 0.391878032717278 0.40084223367868 0.392320158374527 0.368068067841558 0.390312644600095 0.430605226142261 0.37628061021765 0.333303824212322 0.289043853706321 0.32636169392088 0.338707806004372 0.346712286931845 0.36897643381711 0.391059275841548 0.40706251334926 0.416399698167331 0.392877904685461 0.401196516477428 0.398596486685501 0.451344703033175 0.517784333403405 0.521880211939745 0.537831590039648 0.499967735190704 0.424877132701135 0.298414397390489 0.37608718516312 0.582829922977209 0.675735786736623 0.698266557488085 0.641024622576049 0.557793773424816 0.574768797286998 0.567213290452689 0.430918393502461 0.411300297149823 0.467859936583935 0.44064359417101 0.391497696796387 0.375883603238894 0.375123927221882 0.34795150105491 0.315388576971645 0.285595379992496 0.250300580865977 0.241097121967122 0.205273071971161 0.189665563117835 0.207885715126954 0.221057453775386 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.424280624237115 0.455924846841239 0.550079014360582 0.506253754727096 0.452074646519838 0.448941060215084 0.444847862732572 0.401092784100457 0.346033394790464 0.302743365586156 0.289143096318711 0.280260531937121 0.278622288568439 0.289939885179563 0.295270450720579 0.276970676041602 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.336040282705503 -9999 0.411676580920519 0.405062661282364 0.421193223291631 0.45071630382942 0.479318461767466 0.538699676622786 0.559386893477904 0.5228699173103 0.461521554493717 -9999 0.368618734818114 0.338867801588189 0.323130512954017 0.338861892708382 0.347826766884019 0.397585378955931 0.504085752363189 0.572380976149447 0.544522826373693 0.454287694259897 0.472842613522787 0.566335771976528 0.611093592708393 0.562610347747826 0.532711992200648 0.472092293838245 0.436258017806857 0.380867784267643 0.352090922480898 0.432693267328098 0.546241615128802 0.542124927272734 0.479267850382449 0.429053186866736 0.394393010670006 0.391780931830498 0.355209058672204 0.32444257483306 0.337958371853454 0.343312256493784 0.338808795112514 0.349706530941396 0.348115604215792 0.324938958007745 0.298824882390894 0.253744703865471 0.234347334083393 0.199496902024239 0.211060952500482 0.195546732727925 0.205973558510576 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.446727510880047 0.557088639609011 0.548132826540923 0.474053358849456 0.510114371804304 0.476643834214524 0.412702652405822 0.353537677870672 0.306142258943926 0.282116838474052 0.278062799239353 0.289803736739142 0.301108779725473 0.295402899544346 0.272923711967944 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.450997429960337 0.4846050109871 0.599955244631392 0.622875927347578 0.69148211077915 0.742280593092738 0.746496852796134 0.680019437182331 0.627970022022117 0.594529787330548 0.609381091929298 0.662812899404551 0.6731185931691 0.649701043539902 0.691604908687073 0.59249335036779 0.620143612606392 0.651487681791424 0.658373991362699 0.605657089762414 0.521093753143533 0.559235484780679 0.62279430663802 0.654856934832693 0.666668334217199 0.608399870613286 0.506289890355435 0.51625121262561 0.465724428117347 0.338697265487642 0.31794801999306 0.374606126535888 0.424244143678228 0.409025682817385 0.371151460324701 0.333779681583288 0.327701616967403 0.303828296376201 0.285091425111279 0.291021763784604 0.275368493189293 0.293092119506456 0.282100742219521 0.277225573910456 0.280056565166059 -9999 0.224550865905273 0.189371365239007 0.213375942872431 0.197810338057784 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.632976154197241 0.566375258395719 0.435780413642014 0.44672526564558 0.488633842568079 0.436932410859732 0.362560653810824 0.292175367430269 0.26686023344128 0.264424840474182 0.283851399894803 0.305104948239988 0.295077864284133 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.403264099892514 0.367415909609431 0.711939354958159 0.646564031598924 0.731949712552586 0.855380803825788 0.848499135872621 0.851826513002678 0.819373345837389 0.825659832865759 0.834612550367043 0.838074568070854 0.816585793296821 0.832425903033666 0.939575502698582 0.955189988307047 0.927489018250241 0.918996513165781 0.831750928388385 0.719157465481859 0.64824163829759 0.598668081317121 0.593783255393519 0.60493151222551 0.533727320559149 0.553862871254867 0.640422972308546 0.650415465578297 0.652620135492695 0.587443913094228 0.600207787487324 0.540472101957324 0.427723545313349 0.326855970535066 0.299878422717023 0.342477068703974 0.379113599219642 0.374317070841494 0.290424028594715 0.276660985233794 0.293177991809503 0.28321083740767 0.278876817494156 0.257573359285738 0.25458244494383 0.254580544600936 0.226211699788651 0.238078890210562 -9999 0.171641179476862 0.173959575998497 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.607186141365235 0.484736988533307 0.385095325839089 0.480977128195884 0.451973011045894 0.385002657329863 -9999 -9999 -9999 -9999 0.294716590141783 0.301230759781602 0.312136346574898 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.750249598824703 0.785748130761143 0.880022100754897 0.952658660798365 0.968860894630989 0.922390039119179 0.844171029920064 0.833730929272336 0.900181352664877 0.96763844931704 0.980328183344708 0.995596716194995 0.999692431010549 0.999413734910076 0.999916247844297 0.997456940522206 0.919405921524466 0.725221663016656 0.64720456231946 0.596123151953825 0.611581689941532 0.669191204573158 0.64947930949184 0.614158434426776 0.603870845369249 0.610198034824043 0.60540548990874 0.578830447830609 0.550526214252373 0.455348014075172 0.392285084500127 0.360181541381745 0.339633357197609 0.320502078362333 0.258353484942716 0.207096455436068 0.23364326259126 0.242774233743208 0.296218154921847 0.299141806929464 0.276606115789501 0.262477116475466 0.25127729197958 0.244803888118472 0.247882666730305 0.229807915932754 -9999 0.191927149041167 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 0.243178986713421 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.502108196922405 0.341691629707509 0.405782155411017 0.418361216027684 0.334546499934926 -9999 0.357372822676192 0.349349872110287 0.313749522694817 0.299953314517688 0.314279459813624 0.322122807481088 0.319411961982967 0.369040576086274 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.756356240086662 0.743920193713209 0.79257848480439 0.864408463312554 0.910045784133193 0.883452016044678 0.82484639340589 0.818255209480719 0.847261711435533 0.930357618666112 0.965118380038266 0.922986650676713 0.966125809754393 0.998324683594342 0.993117732430123 0.996979686369538 0.996161698106152 0.917121290473137 0.7630815274714 0.663969298189111 0.651323488935389 0.695760566679041 0.723460567410255 0.731485076418805 0.706772387517406 0.655834454504193 -9999 -9999 0.500320987561014 0.444947220159717 0.379881432185979 0.368793194068825 0.335491293198634 0.321693311270877 0.314739155873903 0.280533971656504 0.212564816038542 0.26561664605167 0.296134874302087 0.289620080820369 0.283077307901988 0.266164194567679 0.251785258784031 0.246662556987712 0.242703583890665 0.268779650200618 0.176847222259615 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 0.26612985311905 0.264599795358675 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.38280168353572 0.361748020464798 0.363046132252844 0.328778214659998 0.263245241745008 0.313516280639296 0.331616406914067 0.314907447005158 0.303860344152676 0.28717639852599 0.260189648314988 0.307967206441797 0.312459059105472 0.260122356841781 0.284437316424212 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.720324475697493 0.68116634741251 0.698941545061302 0.750706900572738 0.780764791242712 0.744673055711137 0.701385523300954 0.73253729876315 0.784216186130302 0.876943100393485 0.890027420257898 0.831924999311512 0.903476876161234 0.909945973702522 0.881362642670458 0.89363830036831 0.904534890699957 0.817319841821717 0.683146461314319 0.592383903178247 0.620991335739359 0.725385680323545 0.727387856558998 0.750403292933093 0.754386372328455 0.698397975594408 -9999 -9999 -9999 0.405324935423346 0.346570054061828 0.382759889416187 0.339307144648123 0.309916920532867 0.302184825183663 0.266543626969153 0.196254326411725 0.252456779387721 0.312708516821551 0.304239446619425 0.260579179003478 0.251921665195992 0.269279617693149 0.245792637123426 -9999 -9999 0.20356118045472 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.35415936994762 0.325065201633046 0.328523116487619 0.296413830421421 0.261328942239485 0.255955816391023 0.253841381558934 -9999 -9999 0.230266422977039 0.312684420255512 0.298773442167722 0.260122356841781 0.284437316424212 0.198526960891518 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.55362050866155 0.551606454236554 0.561567751293872 0.579007665730992 0.585367594078891 0.581756507418812 0.583054810120042 0.588071308588884 0.622307472231791 0.720768571605988 0.744421365789469 0.724224075520174 0.735867489880219 0.681228533310844 0.675632266805895 0.690871321153727 0.694114515789707 0.63905514090713 0.559761362012057 0.54048393777086 0.602026585908276 0.688489427940151 0.659247678198936 0.671349327804547 0.707449221159361 0.728769449743714 -9999 -9999 -9999 -9999 0.286673248647891 0.404353726312273 0.377344632188676 0.322865669322728 0.302356638947328 -9999 0.208499717963719 0.206427203384757 0.250289469907449 0.31698535805126 0.306668822040538 0.244964349644847 0.242329547490539 -9999 -9999 -9999 0.219633499517574 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.22664870557348 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.276525705922351 0.284145144445164 0.271999430088289 0.20429731390486 -9999 -9999 0.314361366256252 0.385317990135739 0.335524793830186 0.290764604995128 0.235060473449747 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.390101063515093 0.388420175753091 0.392459865513197 0.415415916250249 0.432547105793369 0.44856472285034 0.469851274728953 0.466113801660133 0.47816513639383 0.5223766665605 0.53786799966558 0.53026656817537 0.512078952070572 0.488427301806262 0.524707274142177 0.53539335655833 0.530495680324201 0.469627633593587 0.408026488472286 0.513828738969779 0.567788647200579 0.635754799090984 0.68969020516645 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.168382584672407 0.364962562125009 0.372911041239398 -9999 -9999 -9999 0.177333168767105 0.176993185170673 0.252888165400108 0.289235470023931 0.304975790778898 0.258342463110324 0.268930878372739 -9999 -9999 -9999 0.21518743998676 0.193926173205936 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.278004407643839 0.254589366969384 0.203495699485741 0.226646464767963 0.309157417191029 0.300021867299424 0.360799256945849 0.331513062425366 0.305493180204886 0.259639169593552 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.265310063681163 0.259788706842624 0.306927737142481 0.341467887693122 0.362212285108242 0.36979283612325 0.367713265481651 0.362791961488213 0.358290214273532 0.381206920584393 0.396430385809656 0.409010462351957 0.399639629476946 0.410277460229781 0.437163672499567 0.431594200906817 0.419230525151693 0.37931561977232 0.323705715416282 0.438425572911693 0.551625132606823 0.644958331082081 0.668274514206917 0.702211791307526 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.282050011107663 0.340795595213371 -9999 -9999 -9999 -9999 0.178098131859077 0.234461115964868 0.250073787860033 0.25217472431366 0.2625041812536 0.275856945163794 -9999 -9999 0.258387353123708 0.201743431988813 0.220849177109103 0.192800696092629 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.241783719615919 0.206310508080612 0.207343146171588 0.219026780796042 0.255529897778844 0.279664434509191 0.286491774465794 0.290653492416222 0.275619368681641 0.225153649591847 0.24496871156708 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.209480998783743 0.240503106683136 0.293740339022415 0.322951352077574 0.322439862447153 0.334743680510957 0.314091971894253 0.296972206919291 0.30817941273961 0.32184531870787 0.341599644821192 0.346198433354643 0.340670206530671 0.348986002299837 0.367696267492897 0.387766484553582 0.359474138509399 0.331489312248132 0.407120601980353 0.484933093608601 0.573000393193025 0.618709444921633 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.253393473279938 0.336360476049875 0.264668696395662 -9999 -9999 -9999 -9999 0.247955863162515 0.249641462108657 0.198761261788205 -9999 -9999 -9999 0.222804437336424 0.242381430282326 0.24716228702253 0.239870386423139 0.232575861293051 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.160567248029649 0.198691280071609 0.239262630040287 0.238303027113114 0.228368634808054 0.230868063641401 0.276692250534429 0.262006105686804 0.241328260363883 0.213559930548317 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.206286232074325 0.239538929979549 0.294622149624861 0.301859252996709 0.330260189165406 0.275282835360067 0.220748203830925 0.251439423137768 0.289408771935309 0.305062740920514 0.301819546364301 0.297148987055566 0.296643507666448 0.310243981057307 0.355206428313096 0.416714054849397 0.448409096480264 0.478625448496751 0.492877357186494 0.531707423733069 0.556038244293854 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.233509640257838 0.235707983355366 0.239751347208322 0.214896498122084 0.228508814149341 0.21350499206269 0.18275239810377 0.190664497087306 0.224785108568331 0.273469293120526 0.261834684697849 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.205122288765149 0.220575654511914 0.230483917587909 0.211894467924 0.210540663724635 0.242831423002415 0.274258545953129 0.266827862732994 0.255443958528983 0.232471655641757 0.209459489286202 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.223552638650543 -9999 -9999 -9999 0.245534052922432 0.239493712110832 0.246509511900115 0.286092853503058 0.286993215618843 0.277153295417124 0.272966244161344 0.275040097556207 0.289414941761337 0.333751451281916 0.363169978527031 0.463324226971489 0.493118829585027 0.450341464679406 0.45293615559884 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.211178338388995 0.211120250620565 0.226250455981588 0.230352311576851 0.226793686329572 0.202856904900232 0.18480082036162 0.189736358882412 0.253546000071972 0.253792214777724 0.247628836823012 0.234440137587522 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.342046172900074 -9999 -9999 0.46029549294188 0.311938218786774 0.219568377926155 0.216741164063968 0.206411504105436 0.205200546796579 0.227520883001229 0.242796986983164 0.24597081622084 0.254255507829795 0.25270735062378 0.234344226467002 0.246024535261558 0.278493043940752 0.348644359253064 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.244669580555142 0.263743506544499 0.268288930450762 0.281706628759586 0.267663965431198 0.269319331802143 0.273091582758444 0.292791292556639 0.324781694602265 0.337367184044687 0.39377526135874 0.436053215177141 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.192989321277564 0.213644625644137 0.232935861175381 0.225278852852613 0.202474772783445 0.20680629153959 0.212352884533071 0.232511040762992 0.244376812368928 0.248056980327293 0.243452457390306 0.207074674486334 0.203242448644051 0.199148923365545 0.206972993195399 0.216425207298149 0.211915730860642 -9999 0.201036467469 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.630613572982004 0.410202303561727 0.264903914696223 0.233313343930037 0.227637574756744 0.224186012547915 0.232676606902333 0.235673476427289 0.250320669290223 0.260793271187305 0.26992655303473 0.268153815330432 0.300459942096291 0.312107822398036 0.357816237639506 0.376912803354858 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.311504000055866 0.303299716270067 0.295448180964119 0.287232733257766 0.288660874521875 0.303319040622066 0.308651356540368 0.353120751453711 0.380442772301004 0.377910293729692 0.36511068010743 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.207761903835125 0.219767112891465 0.22502962123835 0.204854489568703 0.236687915657074 0.229693417526494 0.220103062834348 0.23929948689156 0.246374973468257 0.215591525086569 0.205146373868396 0.211730610469001 0.182186887220748 0.192290886662299 0.203707115498832 0.210817129406782 0.183837579965897 0.189125484950259 0.205892147022031 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.550827700269561 0.310708575702363 0.264270205841888 0.253757190520275 0.251290774234306 0.249728324252053 0.245573170707516 0.256853480153405 0.258916151019636 0.274092147837369 0.28497389915433 0.326053586130607 0.363647170701609 0.404332193657551 0.386436569533588 0.3739817951809 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.35924008550751 0.317396793151228 0.303563164475941 0.308003609252493 0.332822186937585 0.337699198012811 0.348445299085025 0.360783700524069 0.344758907371386 0.334653880094342 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.227343226112138 0.22265654536815 0.267851061534743 0.257376762166575 0.254145158493376 0.267136532272386 0.282666275297598 -9999 0.245058944739683 0.231735690862122 0.222736172507674 0.221524965370276 0.210124881783861 0.21850754762674 0.203678926214305 0.184183053185365 0.176097594808027 0.173682474227609 0.186335699963493 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.695482479457818 0.39857479725057 0.285788743108582 0.266528899160315 0.280799257844877 0.281083500403583 0.273682728593948 0.273421096464403 0.272210988102903 0.28158915480334 0.294443017967065 0.322372055215007 0.38737198312596 0.405800737726911 0.361145894361767 0.33637716171366 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.370035981466694 0.322406291554478 0.320277076259438 0.322403637836309 0.329783049683566 0.329250581977357 0.332004974795619 0.32799811895452 0.328776769634341 0.343050089270438 0.231776943594003 -9999 0.318323093880326 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.215605740725558 0.265663079236982 0.258666232803463 0.272705427559967 0.333727719033924 0.296263698661582 -9999 0.278178966873015 0.31525609460528 0.302712928927753 0.260555567522633 0.260866240695196 0.236671708009205 0.230454481126991 0.216999578135119 0.160187892281136 0.173063273127263 0.179098396207032 0.180707270976629 -9999 -9999 -9999 -9999 -9999
--9999 -9999 0.187101687971028 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.618087887964417 0.335780743309634 0.291389702849954 0.279847944446551 0.304214101396018 0.301155182644615 0.282810034807959 0.289582060436208 0.298474563555056 0.296161890238713 0.315447636665575 0.377392208690325 0.359273229728678 0.310640723025186 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.368710746158496 0.339641607356291 0.350840842512498 0.354101006337802 0.347190531117298 0.343760171790714 0.353051425658121 0.340274833617944 0.341027189850842 0.358342367926094 0.233627533043532 0.301744336806644 0.294376000329453 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.353208778342565 0.312442478836759 0.346031906228439 0.344961402301441 0.349270614691539 0.334588186096716 0.293545051414595 0.306128760364572 0.294455269101044 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
-0.212109363981195 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.652702503846716 0.517936176311158 0.326281786427226 0.292033224768436 0.339780683178273 0.317951504153072 0.312032105383192 0.295237973197011 0.297142674337795 0.322775533566947 0.350582395730389 0.34202355409218 0.308476514880514 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.656144421043381 0.487215217694569 0.419653422945051 0.405695796114473 0.398725084653956 0.387521482804689 0.386534776545744 0.385059088721819 0.365453277315266 0.323262462932244 0.341504550678968 0.326760807479282 0.304430600973029 0.262843680200452 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.410600164495723 0.393182821355323 0.396249319015744 0.416724119668363 0.423315727535611 0.399713921967305 0.371487176287411 0.364774133274249 0.295133989071834 0.337533884839311 -9999 -9999 -9999 -9999 -9999 0.169241131299453 0.211488310190858 -9999 -9999 0.198456261789701
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.23949872906397 -9999 0.256329886135302 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.85239802203999 0.539057066808444 0.408101940299604 0.405571010952562 0.349838575771183 0.313651037109386 0.304731097306954 0.310117237879771 0.300415224247823 0.305485242984426 0.315213735419204 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.670323877754382 0.591956762288068 0.47556781477988 0.45084588899067 0.455394457638918 0.446616357610257 0.419493119460229 0.391014244193752 0.348281159272629 0.347303814288975 -9999 0.351639074863212 0.302913270262722 0.249689055835501 -9999 -9999 0.230022454207031 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.515916885304205 0.508619341533459 0.47832350547619 0.485827077630426 0.490150707883303 0.478267135006416 0.476982326307164 0.479720939092119 0.450473708299421 0.427178480917421 0.381570961293332 0.352530788569449 -9999 -9999 -9999 -9999 -9999 0.248544995047582 0.233286412866634 -9999 -9999 0.188802789825966
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.926844999453144 0.669838550140501 0.435146467602444 0.414137814946106 0.354882131302978 0.302407783419508 0.304676247769545 0.306016386442253 0.279729920373033 0.281453518976589 0.314221506761351 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.768327635040688 0.54230270889256 0.495969168821479 0.484539573685302 0.465603551101394 0.438370198219023 0.416569215039701 0.387627966087681 0.356213981023756 -9999 0.413838479093009 0.327675378219258 0.221172967697204 -9999 -9999 0.230022454207031 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.533484635890593 0.52949806697769 0.518332944224802 0.53113316165202 0.548928333633588 0.538264006574176 0.508473539081897 0.508506164298932 0.531299870305086 0.521059619408969 0.485522109186919 0.436144817003617 0.384819491522961 0.344846378294197 0.279020301615949 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.887045301082715 0.814130329131225 0.624055166176818 0.436394217153988 0.389190290258665 0.3285798395818 0.284086874964728 0.271395680295456 0.270138665978269 0.264542753035301 0.271707447435913 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.607483768635737 0.554344919799094 0.502260299631091 0.437912140855146 0.397266588852466 0.374689740763072 0.368833606369019 -9999 -9999 0.447471171286757 0.393702358038115 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.532726687862374 0.547162535521619 0.539088229323697 0.544675757162553 0.570977094666708 0.551491436238742 0.52340751374685 0.543933291438706 0.586031873794111 0.567474735400132 0.518915294940361 0.453803540850148 0.40952441483987 0.363347121161002 0.286039864368664 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.71902331410308 0.637658556896287 0.524397523940044 0.427965090269182 0.362396737885431 0.315200237277425 0.27639098026609 0.256438817737939 0.254690495799988 0.257565329180246 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.645155486071999 0.590127831857621 0.512169927750603 0.433578859825149 0.360617772075611 0.349936100252621 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.471605819170602 0.489880716292313 0.522320627365236 0.533123733904128 0.552401678392121 0.563581402489057 0.558594162887053 0.566905136796787 0.593494947855983 0.572501369727062 0.527915586980918 0.475029949911019 0.429249799386038 0.365412605471686 0.293561378271134 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.438668144455138 0.494321709760101 0.493949468205372 0.392064532230844 0.344083134862298 0.314518290965835 0.292072538259735 0.277178816883259 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.485550776986421 0.532183917176264 0.508955775274365 0.431778124453789 0.353025191963275 0.304987295993745 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.409245611211032 0.47090909420226 0.48893231354226 0.506485520198296 0.515976122457342 0.533005397677926 0.520189596834013 0.536663618630612 0.521510201727212 0.510626418878597 0.463033415000781 0.403790221504942 0.327937057790922 0.262233555156091 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.278739193049088 -9999 -9999 0.276928355630499 0.396857093630977 0.452332749036405 0.389970202843049 0.341084710050385 0.320421794685896 0.304207157236809 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.439973653070285 0.461214090251236 0.407994039994074 0.33785529283109 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.350966111142324 0.423113227157411 0.42427165901119 0.437331277283126 -9999 -9999 0.443817708624293 0.41830045751326 0.449184398561361 0.464039757835039 0.422692693308461 0.354964974754244 0.303906093586809 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.208610517433723 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.259772159335362 0.377189936943255 0.491811276009394 0.423840784382835 0.354335455583788 0.331493422275107 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.335946737115307 0.387810162126934 0.372943146257085 0.341131804165326 0.309885807693007 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.208702237549386 0.212230491458921 0.208083676591784
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.211789593789737 0.370480072402099 0.506085717855037 0.468272805702078 0.371152387638088 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.301453320422463 0.253743473765384 0.297263522441071 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.18057486355899 0.23246970764169 0.210838723927886
--9999 0.246377787530233 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.15563086527466 0.389937970112882 0.509382281011619 0.483492516001472 0.470326039739164 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.220776994552022 0.27713138376277 -9999 -9999 -9999 -9999 -9999 -9999 0.166107588531172 0.24498765889809 0.256823969344877 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.169402116356024 0.423537375372391 0.479141489697575 0.468010487055622 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.233925939458499 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.174146214618838 0.277957073880677 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.0140463481322744 0.179811561216484 0.443019648074003 0.459989653118144 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.230639213405068 0.233925939458499 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.148034816164197 0.341278816006064 0.340521495459284 0.282176235318945 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.0995061972857834 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.113861346105004 0.233879295340004 0.262698809841741 0.275650058195131 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 0.244763465553613 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
--9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999 -9999
diff --git a/data/3deg/netfract_hurtt_2000.txt b/data/3deg/netfract_hurtt_2000.txt
deleted file mode 100644
index 7193fc4e931fbc5868372e584002dde5f53506b5..0000000000000000000000000000000000000000
--- a/data/3deg/netfract_hurtt_2000.txt
+++ /dev/null
@@ -1,2372 +0,0 @@
-    Lon    Lat CROPLAND PASTURE NATURAL  BARREN
--180.00 -18.00  0.00000 0.00000 0.00092 0.99908
--180.00  51.00  0.00000 0.00000 0.00370 0.99630
--180.00  63.00  0.00000 0.00000 0.12329 0.87671
--180.00  66.00  0.00000 0.00000 0.81049 0.18951
--180.00  69.00  0.00000 0.00000 0.12097 0.87903
--177.00 -45.00  0.00071 0.00327 0.00106 0.99496
--177.00 -24.00  0.00194 0.00000 0.00044 0.99762
--177.00  51.00  0.00000 0.00000 0.01288 0.98712
--177.00  63.00  0.00000 0.00000 0.30489 0.69511
--177.00  66.00  0.00000 0.00000 0.44706 0.55294
--174.00 -21.00  0.00056 0.00000 0.00015 0.99929
--174.00 -15.00  0.00833 0.00000 0.01625 0.97542
--174.00  60.00  0.00000 0.00000 0.00239 0.99761
--174.00  63.00  0.00000 0.00000 0.36538 0.63462
--174.00  66.00  0.00000 0.00000 0.29171 0.70829
--171.00 -15.00  0.00046 0.00000 0.00084 0.99870
--171.00  51.00  0.00000 0.00000 0.01516 0.98484
--171.00  63.00  0.00000 0.00000 0.08312 0.91688
--171.00  66.00  0.00000 0.00000 0.04118 0.95882
--168.00  51.00  0.00000 0.00000 0.03959 0.96041
--168.00  57.00  0.00000 0.00000 0.01782 0.98218
--168.00  60.00  0.00000 0.00048 0.15905 0.84047
--168.00  63.00  0.00000 0.00000 0.30300 0.69700
--168.00  66.00  0.00000 0.00000 0.14781 0.85219
--165.00  54.00  0.00030 0.00068 0.10347 0.89555
--165.00  57.00  0.00000 0.00064 0.02171 0.97765
--165.00  60.00  0.00000 0.01673 0.84374 0.13953
--165.00  63.00  0.00000 0.00027 0.54304 0.45669
--165.00  66.00  0.00000 0.00000 0.62748 0.37252
--165.00  69.00  0.00000 0.00000 0.11971 0.88029
--162.00  21.00  0.00423 0.00555 0.00524 0.98498
--162.00  54.00  0.00019 0.00106 0.17920 0.81954
--162.00  57.00  0.00000 0.00164 0.37255 0.62581
--162.00  60.00  0.00000 0.00463 0.96283 0.03254
--162.00  63.00  0.00000 0.00000 0.83603 0.16397
--162.00  66.00  0.00000 0.00000 0.91504 0.08496
--162.00  69.00  0.00000 0.00000 0.47495 0.52505
--159.00  18.00  0.00249 0.00660 0.01265 0.97827
--159.00  21.00  0.00210 0.00460 0.01475 0.97855
--159.00  54.00  0.00003 0.00103 0.10723 0.89171
--159.00  57.00  0.00178 0.00676 0.67254 0.31892
--159.00  60.00  0.00019 0.00339 0.99196 0.00445
--159.00  63.00  0.00000 0.00002 0.99281 0.00717
--159.00  66.00  0.00000 0.00000 0.99684 0.00316
--159.00  69.00  0.00000 0.00000 0.61723 0.38277
--156.00  18.00  0.00293 0.02657 0.06944 0.90106
--156.00  54.00  0.00015 0.00013 0.00674 0.99297
--156.00  57.00  0.00085 0.00198 0.53342 0.46376
--156.00  60.00  0.00000 0.00005 0.93887 0.06108
--156.00  63.00  0.00000 0.00000 0.99846 0.00153
--156.00  66.00  0.00000 0.00000 0.99561 0.00439
--156.00  69.00  0.00000 0.00000 0.55633 0.44367
--153.00  57.00  0.00061 0.00097 0.14474 0.85368
--153.00  60.00  0.00002 0.00062 0.72933 0.27003
--153.00  63.00  0.00000 0.00069 0.96241 0.03690
--153.00  66.00  0.00000 0.00000 0.99845 0.00155
--153.00  69.00  0.00000 0.00000 0.46462 0.53538
--150.00  57.00  0.00000 0.00000 0.01426 0.98573
--150.00  60.00  0.00000 0.00027 0.70532 0.29441
--150.00  63.00  0.00000 0.00174 0.97633 0.02193
--150.00  66.00  0.00000 0.00011 0.99659 0.00330
--150.00  69.00  0.00000 0.00000 0.43220 0.56780
--147.00  60.00  0.00000 0.00045 0.70012 0.29943
--147.00  63.00  0.00000 0.00006 0.94438 0.05556
--147.00  66.00  0.00000 0.00002 0.99813 0.00185
--147.00  69.00  0.00000 0.00000 0.34504 0.65496
--144.00  57.00  0.00001 0.00001 0.00565 0.99434
--144.00  60.00  0.00002 0.00007 0.64175 0.35815
--144.00  63.00  0.00000 0.00000 0.99829 0.00171
--144.00  66.00  0.00000 0.00000 0.99464 0.00536
--144.00  69.00  0.00000 0.00000 0.29475 0.70525
--141.00  57.00  0.00000 0.00006 0.08600 0.91394
--141.00  60.00  0.00000 0.00000 0.66688 0.33312
--141.00  63.00  0.00000 0.00000 0.99952 0.00048
--141.00  66.00  0.00000 0.00000 0.97468 0.02532
--141.00  69.00  0.00000 0.00000 0.14961 0.85039
--138.00  54.00  0.00009 0.00018 0.00889 0.99085
--138.00  57.00  0.00021 0.00187 0.41104 0.58688
--138.00  60.00  0.00000 0.00000 0.97750 0.02250
--138.00  63.00  0.00000 0.00000 0.99088 0.00912
--138.00  66.00  0.00000 0.00000 0.95698 0.04302
--138.00  69.00  0.00000 0.00000 0.02792 0.97208
--135.00  51.00  0.00012 0.00952 0.07192 0.91844
--135.00  54.00  0.00050 0.00715 0.27991 0.71244
--135.00  57.00  0.00063 0.00066 0.66024 0.33847
--135.00  60.00  0.00000 0.00000 0.98269 0.01731
--135.00  63.00  0.00000 0.00000 0.99516 0.00484
--135.00  66.00  0.00000 0.00000 0.90189 0.09811
--135.00  69.00  0.00000 0.00000 0.12475 0.87525
--132.00  51.00  0.00055 0.00547 0.13887 0.85512
--132.00  54.00  0.00087 0.01819 0.67343 0.30751
--132.00  57.00  0.00134 0.00048 0.97873 0.01945
--132.00  60.00  0.00000 0.00000 0.99362 0.00638
--132.00  63.00  0.00000 0.00000 0.99718 0.00282
--132.00  66.00  0.00000 0.00000 0.96260 0.03740
--132.00  69.00  0.00000 0.00000 0.22316 0.77684
--129.00  48.00  0.00153 0.00433 0.20740 0.78674
--129.00  51.00  0.00148 0.01127 0.72701 0.26024
--129.00  54.00  0.00101 0.00414 0.97442 0.02043
--129.00  57.00  0.00099 0.00036 0.99799 0.00066
--129.00  60.00  0.00000 0.00000 0.99632 0.00368
--129.00  63.00  0.00000 0.00000 0.98460 0.01540
--129.00  66.00  0.00000 0.00000 0.93419 0.06581
--129.00  69.00  0.00000 0.00000 0.31905 0.68095
--126.00  36.00  0.00174 0.00254 0.02641 0.96932
--126.00  39.00  0.00957 0.00726 0.33812 0.64505
--126.00  42.00  0.03987 0.01880 0.35984 0.58149
--126.00  45.00  0.02491 0.01058 0.32637 0.63813
--126.00  48.00  0.01214 0.02046 0.60755 0.35986
--126.00  51.00  0.00514 0.00427 0.95936 0.03123
--126.00  54.00  0.00145 0.00053 0.94287 0.05515
--126.00  57.00  0.00692 0.00253 0.98289 0.00766
--126.00  60.00  0.00000 0.00000 0.99788 0.00212
--126.00  63.00  0.00000 0.00000 0.97409 0.02591
--126.00  66.00  0.00000 0.00000 0.88152 0.11848
--126.00  69.00  0.00000 0.00000 0.26539 0.73461
--126.00  72.00  0.00000 0.00000 0.42180 0.57820
--123.00  33.00  0.02720 0.04717 0.08025 0.84538
--123.00  36.00  0.17742 0.15931 0.45729 0.20598
--123.00  39.00  0.08814 0.13405 0.77292 0.00489
--123.00  42.00  0.05981 0.16694 0.76545 0.00779
--123.00  45.00  0.14494 0.14983 0.69773 0.00751
--123.00  48.00  0.04529 0.03355 0.86190 0.05925
--123.00  51.00  0.00618 0.00851 0.96342 0.02189
--123.00  54.00  0.03629 0.01709 0.94218 0.00444
--123.00  57.00  0.01063 0.00453 0.98233 0.00251
--123.00  60.00  0.00000 0.00000 0.98119 0.01881
--123.00  63.00  0.00000 0.00000 0.74202 0.25798
--123.00  66.00  0.00000 0.00000 0.77679 0.22321
--123.00  69.00  0.00000 0.00000 0.41015 0.58985
--123.00  72.00  0.00000 0.00000 0.80387 0.19613
--123.00  75.00  0.00000 0.00000 0.15809 0.84191
--120.00  30.00  0.00005 0.00102 0.01324 0.98569
--120.00  33.00  0.06528 0.16385 0.49343 0.27743
--120.00  36.00  0.08022 0.14392 0.77272 0.00313
--120.00  39.00  0.01075 0.07325 0.90852 0.00749
--120.00  42.00  0.03817 0.33875 0.62013 0.00295
--120.00  45.00  0.32369 0.35216 0.31297 0.01118
--120.00  48.00  0.04037 0.08001 0.86696 0.01266
--120.00  51.00  0.00118 0.00083 0.98123 0.01675
--120.00  54.00  0.24266 0.09547 0.66001 0.00185
--120.00  57.00  0.00983 0.00455 0.97321 0.01242
--120.00  60.00  0.00000 0.00000 0.95764 0.04236
--120.00  63.00  0.00000 0.00000 0.80872 0.19128
--120.00  66.00  0.00000 0.00000 0.78032 0.21968
--120.00  69.00  0.00000 0.00000 0.21836 0.78164
--120.00  72.00  0.00000 0.00000 0.59997 0.40003
--120.00  75.00  0.00000 0.00000 0.35023 0.64977
--117.00  27.00  0.00000 0.03971 0.15434 0.80595
--117.00  30.00  0.05233 0.19528 0.44688 0.30552
--117.00  33.00  0.01937 0.27997 0.69038 0.01028
--117.00  36.00  0.01246 0.11851 0.86426 0.00477
--117.00  39.00  0.00975 0.09170 0.89843 0.00012
--117.00  42.00  0.12033 0.17019 0.70638 0.00310
--117.00  45.00  0.04884 0.11866 0.82492 0.00758
--117.00  48.00  0.03223 0.03764 0.92161 0.00851
--117.00  51.00  0.18545 0.10085 0.70661 0.00709
--117.00  54.00  0.09828 0.05544 0.80528 0.04100
--117.00  57.00  0.01962 0.01145 0.95814 0.01079
--117.00  60.00  0.00000 0.00000 0.69856 0.30144
--117.00  63.00  0.00000 0.00000 0.93753 0.06247
--117.00  66.00  0.00000 0.00000 0.79718 0.20282
--117.00  69.00  0.00000 0.00000 0.70914 0.29086
--117.00  72.00  0.00000 0.00000 0.49053 0.50947
--117.00  75.00  0.00000 0.00000 0.41899 0.58101
--117.00  78.00  0.00000 0.00000 0.00035 0.99965
--114.00  24.00  0.00169 0.08878 0.24234 0.66718
--114.00  27.00  0.00817 0.23194 0.29320 0.46668
--114.00  30.00  0.01578 0.50872 0.31601 0.15948
--114.00  33.00  0.01882 0.37011 0.61074 0.00034
--114.00  36.00  0.03427 0.30416 0.66054 0.00103
--114.00  39.00  0.04372 0.19724 0.69848 0.06056
--114.00  42.00  0.19054 0.14401 0.66283 0.00261
--114.00  45.00  0.11067 0.33932 0.55001 0.00000
--114.00  48.00  0.45513 0.32660 0.21503 0.00325
--114.00  51.00  0.68548 0.24024 0.06925 0.00502
--114.00  54.00  0.15047 0.08355 0.74322 0.02275
--114.00  57.00  0.01007 0.01664 0.92706 0.04623
--114.00  60.00  0.00000 0.00000 0.79314 0.20686
--114.00  63.00  0.00000 0.00000 0.86512 0.13488
--114.00  66.00  0.00000 0.00000 0.58374 0.41626
--114.00  69.00  0.00000 0.00000 0.86521 0.13479
--114.00  72.00  0.00000 0.00000 0.39268 0.60732
--114.00  75.00  0.00000 0.00000 0.39383 0.60617
--114.00  78.00  0.00000 0.00000 0.05217 0.94783
--111.00  21.00  0.00506 0.02271 0.06316 0.90908
--111.00  24.00  0.05004 0.10939 0.15539 0.68517
--111.00  27.00  0.09272 0.36368 0.48476 0.05884
--111.00  30.00  0.02433 0.54312 0.43217 0.00038
--111.00  33.00  0.02209 0.41762 0.56029 0.00000
--111.00  36.00  0.03724 0.34582 0.61694 0.00000
--111.00  39.00  0.03736 0.39394 0.56867 0.00003
--111.00  42.00  0.05249 0.37346 0.56943 0.00462
--111.00  45.00  0.20703 0.58392 0.20905 0.00000
--111.00  48.00  0.50911 0.39375 0.09521 0.00193
--111.00  51.00  0.65400 0.18609 0.14813 0.01178
--111.00  54.00  0.07654 0.03910 0.78393 0.10043
--111.00  57.00  0.00343 0.01666 0.79668 0.18323
--111.00  60.00  0.00000 0.00000 0.83199 0.16801
--111.00  63.00  0.00000 0.00000 0.88446 0.11554
--111.00  66.00  0.00000 0.00000 0.63380 0.36620
--111.00  69.00  0.00000 0.00000 0.91773 0.08227
--111.00  72.00  0.00000 0.00000 0.22753 0.77247
--111.00  75.00  0.00000 0.00000 0.39639 0.60361
--111.00  78.00  0.00000 0.00000 0.08009 0.91991
--108.00  18.00  0.01457 0.01808 0.03811 0.92923
--108.00  21.00  0.05664 0.07326 0.17766 0.69244
--108.00  24.00  0.08622 0.27777 0.59447 0.04154
--108.00  27.00  0.06275 0.74896 0.18150 0.00679
--108.00  30.00  0.01420 0.81674 0.16875 0.00031
--108.00  33.00  0.02626 0.61243 0.36011 0.00120
--108.00  36.00  0.11703 0.30425 0.57872 0.00000
--108.00  39.00  0.10043 0.32335 0.57622 0.00000
--108.00  42.00  0.04170 0.77167 0.18663 0.00000
--108.00  45.00  0.16008 0.82008 0.00907 0.01077
--108.00  48.00  0.62915 0.28882 0.07413 0.00791
--108.00  51.00  0.61804 0.10882 0.25343 0.01972
--108.00  54.00  0.00879 0.00834 0.85693 0.12594
--108.00  57.00  0.00189 0.00686 0.88189 0.10936
--108.00  60.00  0.00000 0.00000 0.93326 0.06674
--108.00  63.00  0.00000 0.00000 0.95417 0.04583
--108.00  66.00  0.00000 0.00000 0.71635 0.28365
--108.00  69.00  0.00000 0.00000 0.83248 0.16752
--108.00  72.00  0.00000 0.00000 0.29204 0.70796
--108.00  75.00  0.00000 0.00000 0.26585 0.73415
--108.00  78.00  0.00000 0.00000 0.01314 0.98686
--105.00  15.00  0.00039 0.00036 0.00080 0.99844
--105.00  18.00  0.21234 0.30883 0.29321 0.18561
--105.00  21.00  0.16181 0.50184 0.33628 0.00007
--105.00  24.00  0.06665 0.77544 0.15196 0.00596
--105.00  27.00  0.02181 0.82462 0.15355 0.00002
--105.00  30.00  0.01631 0.91841 0.06392 0.00136
--105.00  33.00  0.09099 0.75977 0.14605 0.00319
--105.00  36.00  0.12145 0.59343 0.28396 0.00117
--105.00  39.00  0.24461 0.61690 0.13743 0.00106
--105.00  42.00  0.11423 0.83346 0.05216 0.00015
--105.00  45.00  0.25827 0.72992 0.00618 0.00562
--105.00  48.00  0.73051 0.20402 0.06067 0.00479
--105.00  51.00  0.44177 0.06517 0.47221 0.02084
--105.00  54.00  0.00302 0.00414 0.84144 0.15141
--105.00  57.00  0.00031 0.00024 0.85333 0.14613
--105.00  60.00  0.00000 0.00000 0.89253 0.10747
--105.00  63.00  0.00000 0.00000 0.96801 0.03199
--105.00  66.00  0.00000 0.00000 0.66727 0.33273
--105.00  69.00  0.00000 0.00000 0.51262 0.48738
--105.00  72.00  0.00000 0.00000 0.02558 0.97442
--105.00  75.00  0.00000 0.00000 0.17558 0.82442
--105.00  78.00  0.00000 0.00000 0.18130 0.81870
--102.00  15.00  0.06422 0.06703 0.15669 0.71205
--102.00  18.00  0.30626 0.25790 0.43336 0.00248
--102.00  21.00  0.13290 0.45441 0.41257 0.00012
--102.00  24.00  0.09318 0.54624 0.35653 0.00406
--102.00  27.00  0.13362 0.72097 0.14086 0.00456
--102.00  30.00  0.10643 0.88764 0.00185 0.00408
--102.00  33.00  0.16770 0.82505 0.00388 0.00337
--102.00  36.00  0.46590 0.53249 0.00127 0.00033
--102.00  39.00  0.47622 0.52009 0.00105 0.00264
--102.00  42.00  0.29790 0.69009 0.00037 0.01164
--102.00  45.00  0.52864 0.42786 0.03223 0.01127
--102.00  48.00  0.70697 0.15236 0.12944 0.01123
--102.00  51.00  0.17315 0.03952 0.57183 0.21550
--102.00  54.00  0.01022 0.01183 0.85136 0.12659
--102.00  57.00  0.00018 0.00051 0.93192 0.06739
--102.00  60.00  0.00000 0.00000 0.80927 0.19073
--102.00  63.00  0.00000 0.00000 0.84353 0.15647
--102.00  66.00  0.00000 0.00000 0.57969 0.42031
--102.00  69.00  0.00000 0.00000 0.10730 0.89270
--102.00  72.00  0.00000 0.00000 0.37882 0.62118
--102.00  75.00  0.00000 0.00000 0.35256 0.64744
--102.00  78.00  0.00000 0.00000 0.18943 0.81057
- -99.00  15.00  0.11703 0.13701 0.40732 0.33864
- -99.00  18.00  0.26700 0.17276 0.41030 0.14994
- -99.00  21.00  0.13591 0.10335 0.18605 0.57469
- -99.00  24.00  0.07073 0.30371 0.11628 0.50928
- -99.00  27.00  0.32408 0.44164 0.01879 0.21549
- -99.00  30.00  0.31462 0.62854 0.04632 0.01052
- -99.00  33.00  0.30369 0.66459 0.02032 0.01139
- -99.00  36.00  0.49038 0.49237 0.00827 0.00898
- -99.00  39.00  0.71339 0.27444 0.00905 0.00313
- -99.00  42.00  0.73361 0.23396 0.02549 0.00694
- -99.00  45.00  0.67381 0.18620 0.13475 0.00524
- -99.00  48.00  0.63826 0.10651 0.16247 0.09276
- -99.00  51.00  0.06192 0.02494 0.52751 0.38563
- -99.00  54.00  0.00203 0.00208 0.86296 0.13293
- -99.00  57.00  0.00025 0.00027 0.94036 0.05911
- -99.00  60.00  0.00000 0.00000 0.86850 0.13150
- -99.00  63.00  0.00000 0.00000 0.85911 0.14089
- -99.00  66.00  0.00000 0.00000 0.74215 0.25785
- -99.00  69.00  0.00000 0.00000 0.33259 0.66741
- -99.00  72.00  0.00000 0.00000 0.41861 0.58139
- -99.00  75.00  0.00000 0.00000 0.25320 0.74680
- -99.00  78.00  0.00000 0.00000 0.12953 0.87047
- -96.00  15.00  0.18890 0.13358 0.33861 0.33891
- -96.00  18.00  0.04821 0.02026 0.08156 0.84997
- -96.00  27.00  0.08965 0.05669 0.03490 0.81876
- -96.00  30.00  0.22774 0.18902 0.56158 0.02165
- -96.00  33.00  0.25017 0.31116 0.42132 0.01735
- -96.00  36.00  0.54103 0.31011 0.13150 0.01735
- -96.00  39.00  0.76365 0.15528 0.07757 0.00351
- -96.00  42.00  0.74138 0.08990 0.16449 0.00423
- -96.00  45.00  0.36131 0.05543 0.53177 0.05149
- -96.00  48.00  0.08440 0.03336 0.74442 0.13782
- -96.00  51.00  0.00377 0.00497 0.88000 0.11126
- -96.00  54.00  0.00050 0.00082 0.89168 0.10701
- -96.00  57.00  0.00005 0.00002 0.70974 0.29019
- -96.00  60.00  0.00000 0.00000 0.65093 0.34907
- -96.00  63.00  0.00000 0.00000 0.84963 0.15037
- -96.00  66.00  0.00000 0.00000 0.72677 0.27323
- -96.00  69.00  0.00000 0.00000 0.72071 0.27929
- -96.00  72.00  0.00000 0.00000 0.54273 0.45727
- -96.00  75.00  0.00000 0.00000 0.41382 0.58618
- -96.00  78.00  0.00000 0.00000 0.17942 0.82058
- -96.00  81.00  0.00000 0.00000 0.00564 0.99436
- -93.00  -3.00  0.00000 0.00000 0.05357 0.94643
- -93.00   0.00  0.00000 0.00000 0.00337 0.99663
- -93.00  12.00  0.07332 0.07423 0.10949 0.74296
- -93.00  15.00  0.16907 0.17840 0.63969 0.01284
- -93.00  18.00  0.06302 0.03461 0.28022 0.62215
- -93.00  21.00  0.00191 0.00054 0.00146 0.99609
- -93.00  27.00  0.04300 0.02479 0.06086 0.87134
- -93.00  30.00  0.20957 0.09547 0.67221 0.02275
- -93.00  33.00  0.40858 0.19042 0.39618 0.00483
- -93.00  36.00  0.22192 0.29920 0.47211 0.00677
- -93.00  39.00  0.66800 0.16193 0.16080 0.00927
- -93.00  42.00  0.52378 0.10603 0.35725 0.01295
- -93.00  45.00  0.13460 0.03509 0.66369 0.16662
- -93.00  48.00  0.01148 0.01108 0.86993 0.10751
- -93.00  51.00  0.00030 0.00382 0.87734 0.11855
- -93.00  54.00  0.00042 0.00124 0.96864 0.02971
- -93.00  57.00  0.00000 0.00000 0.08610 0.91390
- -93.00  60.00  0.00000 0.00000 0.06337 0.93663
- -93.00  63.00  0.00000 0.00000 0.85716 0.14284
- -93.00  66.00  0.00000 0.00000 0.93183 0.06817
- -93.00  69.00  0.00000 0.00000 0.22510 0.77490
- -93.00  72.00  0.00000 0.00000 0.32665 0.67335
- -93.00  75.00  0.00000 0.00000 0.42091 0.57909
- -93.00  78.00  0.00000 0.00000 0.34245 0.65755
- -93.00  81.00  0.00000 0.00000 0.02841 0.97159
- -90.00  -3.00  0.00000 0.00000 0.00445 0.99555
- -90.00  12.00  0.16512 0.17761 0.24637 0.41089
- -90.00  15.00  0.06166 0.06944 0.51385 0.35506
- -90.00  18.00  0.09231 0.04131 0.66414 0.20225
- -90.00  21.00  0.05134 0.00982 0.08666 0.85218
- -90.00  27.00  0.00193 0.00214 0.00421 0.99172
- -90.00  30.00  0.07918 0.06246 0.73695 0.12141
- -90.00  33.00  0.24815 0.19835 0.54603 0.00747
- -90.00  36.00  0.57610 0.16584 0.23988 0.01819
- -90.00  39.00  0.66098 0.05612 0.25649 0.02641
- -90.00  42.00  0.32149 0.06405 0.35599 0.25846
- -90.00  45.00  0.04573 0.01244 0.54380 0.39804
- -90.00  48.00  0.00502 0.00674 0.70317 0.28507
- -90.00  51.00  0.00006 0.00168 0.90047 0.09779
- -90.00  54.00  0.00000 0.00000 0.82878 0.17122
- -90.00  63.00  0.00000 0.00000 0.48380 0.51620
- -90.00  66.00  0.00000 0.00000 0.74044 0.25956
- -90.00  69.00  0.00000 0.00000 0.35013 0.64987
- -90.00  72.00  0.00000 0.00000 0.55456 0.44544
- -90.00  75.00  0.00000 0.00000 0.36588 0.63412
- -90.00  78.00  0.00000 0.00000 0.43910 0.56090
- -90.00  81.00  0.00000 0.00000 0.04641 0.95359
- -87.00   9.00  0.06709 0.16345 0.19271 0.57675
- -87.00  12.00  0.18095 0.21188 0.58579 0.02138
- -87.00  15.00  0.01959 0.02271 0.23684 0.72086
- -87.00  18.00  0.00064 0.00009 0.00248 0.99679
- -87.00  21.00  0.00783 0.00403 0.02780 0.96034
- -87.00  27.00  0.00135 0.00263 0.01953 0.97649
- -87.00  30.00  0.15949 0.13251 0.64210 0.06590
- -87.00  33.00  0.15596 0.12017 0.71260 0.01126
- -87.00  36.00  0.36535 0.20631 0.42100 0.00735
- -87.00  39.00  0.60504 0.07018 0.31214 0.01265
- -87.00  42.00  0.20504 0.02480 0.53301 0.23716
- -87.00  45.00  0.03008 0.00677 0.36913 0.59402
- -87.00  48.00  0.00755 0.00685 0.89152 0.09407
- -87.00  51.00  0.00017 0.00028 0.97891 0.02064
- -87.00  54.00  0.00000 0.00000 0.48095 0.51905
- -87.00  63.00  0.00000 0.00000 0.58554 0.41446
- -87.00  66.00  0.00000 0.00000 0.65993 0.34007
- -87.00  69.00  0.00000 0.00000 0.65881 0.34119
- -87.00  72.00  0.00000 0.00000 0.47122 0.52878
- -87.00  75.00  0.00000 0.00000 0.37462 0.62538
- -87.00  78.00  0.00000 0.00000 0.53565 0.46435
- -87.00  81.00  0.00000 0.00000 0.05786 0.94214
- -84.00  -9.00  0.00000 0.00038 0.00096 0.99866
- -84.00  -6.00  0.00113 0.00899 0.02088 0.96900
- -84.00   6.00  0.01881 0.05612 0.15688 0.76819
- -84.00   9.00  0.00829 0.06764 0.15968 0.76439
- -84.00  12.00  0.01573 0.04606 0.10689 0.83132
- -84.00  15.00  0.00117 0.00381 0.01662 0.97840
- -84.00  21.00  0.07553 0.04849 0.10445 0.77153
- -84.00  24.00  0.01813 0.04304 0.07206 0.86677
- -84.00  27.00  0.07830 0.13613 0.38079 0.40478
- -84.00  30.00  0.14758 0.10327 0.65844 0.09072
- -84.00  33.00  0.10388 0.06205 0.81947 0.01461
- -84.00  36.00  0.11033 0.16669 0.72061 0.00236
- -84.00  39.00  0.37752 0.07458 0.43318 0.11472
- -84.00  42.00  0.28646 0.04601 0.26016 0.40737
- -84.00  45.00  0.03007 0.01237 0.62096 0.33660
- -84.00  48.00  0.00359 0.00608 0.96942 0.02091
- -84.00  51.00  0.00138 0.00036 0.81556 0.18270
- -84.00  54.00  0.00000 0.00000 0.22059 0.77941
- -84.00  60.00  0.00000 0.00000 0.10291 0.89709
- -84.00  63.00  0.00000 0.00000 0.29569 0.70431
- -84.00  66.00  0.00000 0.00000 0.57778 0.42222
- -84.00  69.00  0.00000 0.00000 0.80955 0.19045
- -84.00  72.00  0.00000 0.00000 0.58069 0.41931
- -84.00  75.00  0.00000 0.00000 0.31385 0.68615
- -84.00  78.00  0.00000 0.00000 0.56801 0.43199
- -84.00  81.00  0.00000 0.00000 0.04687 0.95313
- -81.00 -12.00  0.00022 0.00881 0.04178 0.94919
- -81.00  -9.00  0.02914 0.13243 0.37166 0.46676
- -81.00  -6.00  0.10938 0.21588 0.60358 0.07117
- -81.00  -3.00  0.14342 0.25177 0.45412 0.15069
- -81.00   0.00  0.06613 0.09801 0.19998 0.63588
- -81.00   6.00  0.03392 0.06398 0.14878 0.75332
- -81.00   9.00  0.00737 0.02150 0.07779 0.89334
- -81.00  18.00  0.00556 0.00239 0.00895 0.98310
- -81.00  21.00  0.15930 0.06691 0.10248 0.67131
- -81.00  24.00  0.01860 0.02982 0.14023 0.81136
- -81.00  27.00  0.01518 0.02523 0.06385 0.89575
- -81.00  30.00  0.00356 0.00222 0.05541 0.93881
- -81.00  33.00  0.21162 0.07737 0.59201 0.11900
- -81.00  36.00  0.13526 0.12625 0.73598 0.00251
- -81.00  39.00  0.14228 0.06983 0.78292 0.00497
- -81.00  42.00  0.29900 0.07103 0.34561 0.28436
- -81.00  45.00  0.03372 0.01522 0.82210 0.12896
- -81.00  48.00  0.03286 0.01899 0.90767 0.04047
- -81.00  51.00  0.00024 0.00039 0.39385 0.60553
- -81.00  54.00  0.00000 0.00000 0.15778 0.84222
- -81.00  57.00  0.00000 0.00000 0.02737 0.97263
- -81.00  60.00  0.00000 0.00000 0.06842 0.93158
- -81.00  63.00  0.00000 0.00000 0.04473 0.95527
- -81.00  66.00  0.00000 0.00000 0.01396 0.98604
- -81.00  69.00  0.00000 0.00000 0.63157 0.36843
- -81.00  72.00  0.00000 0.00000 0.25534 0.74466
- -81.00  75.00  0.00000 0.00000 0.02698 0.97302
- -81.00  78.00  0.00000 0.00000 0.16360 0.83640
- -81.00  81.00  0.00000 0.00000 0.10212 0.89788
- -78.00 -54.00  0.00000 0.00134 0.00646 0.99220
- -78.00 -51.00  0.00000 0.01792 0.08893 0.89315
- -78.00 -48.00  0.00000 0.00362 0.02290 0.97348
- -78.00 -18.00  0.00000 0.00056 0.01322 0.98622
- -78.00 -15.00  0.00627 0.09606 0.34672 0.55096
- -78.00 -12.00  0.04359 0.22140 0.65467 0.08034
- -78.00  -9.00  0.05825 0.11564 0.82465 0.00146
- -78.00  -6.00  0.02474 0.02818 0.94453 0.00255
- -78.00  -3.00  0.02932 0.05592 0.91371 0.00105
- -78.00   0.00  0.08419 0.38763 0.51729 0.01089
- -78.00   3.00  0.07468 0.36219 0.35140 0.21173
- -78.00   6.00  0.07308 0.36183 0.43085 0.13424
- -78.00   9.00  0.00992 0.09258 0.03805 0.85945
- -78.00  15.00  0.00727 0.00682 0.00889 0.97701
- -78.00  18.00  0.13458 0.07515 0.13508 0.65519
- -78.00  21.00  0.05008 0.02792 0.05017 0.87183
- -78.00  24.00  0.00043 0.00007 0.03705 0.96245
- -78.00  33.00  0.05104 0.01834 0.19356 0.73705
- -78.00  36.00  0.14102 0.06598 0.43931 0.35369
- -78.00  39.00  0.21785 0.05994 0.68557 0.03663
- -78.00  42.00  0.16914 0.04560 0.62442 0.16084
- -78.00  45.00  0.05737 0.01349 0.89247 0.03668
- -78.00  48.00  0.00948 0.00880 0.91420 0.06752
- -78.00  51.00  0.00014 0.00166 0.92288 0.07532
- -78.00  54.00  0.00000 0.00000 0.73896 0.26104
- -78.00  57.00  0.00000 0.00000 0.76223 0.23777
- -78.00  60.00  0.00000 0.00000 0.68751 0.31249
- -78.00  63.00  0.00000 0.00000 0.31835 0.68165
- -78.00  66.00  0.00000 0.00000 0.24402 0.75598
- -78.00  69.00  0.00000 0.00000 0.74381 0.25619
- -78.00  72.00  0.00000 0.00000 0.08971 0.91029
- -78.00  75.00  0.00000 0.00000 0.00126 0.99874
- -78.00  78.00  0.00000 0.00000 0.11790 0.88210
- -78.00  81.00  0.00000 0.00000 0.17938 0.82062
- -75.00 -57.00  0.00000 0.00075 0.01156 0.98769
- -75.00 -54.00  0.00098 0.08531 0.41513 0.49858
- -75.00 -51.00  0.00037 0.20523 0.44602 0.34839
- -75.00 -48.00  0.00092 0.09839 0.61358 0.28711
- -75.00 -45.00  0.00286 0.04601 0.43201 0.51912
- -75.00 -42.00  0.07122 0.03164 0.38992 0.50721
- -75.00 -39.00  0.07319 0.08257 0.27939 0.56484
- -75.00 -36.00  0.00752 0.01458 0.03918 0.93872
- -75.00 -18.00  0.00190 0.06826 0.34738 0.58245
- -75.00 -15.00  0.05316 0.28846 0.65813 0.00025
- -75.00 -12.00  0.01872 0.03463 0.94575 0.00089
- -75.00  -9.00  0.00712 0.00823 0.98321 0.00144
- -75.00  -6.00  0.01374 0.01768 0.96388 0.00470
- -75.00  -3.00  0.00361 0.03156 0.96237 0.00246
- -75.00   0.00  0.01477 0.15323 0.83166 0.00034
- -75.00   3.00  0.06045 0.59714 0.34160 0.00081
- -75.00   6.00  0.06119 0.40878 0.52752 0.00251
- -75.00   9.00  0.06738 0.35972 0.35918 0.21372
- -75.00  12.00  0.00000 0.00329 0.00110 0.99561
- -75.00  18.00  0.09677 0.04023 0.11657 0.74643
- -75.00  21.00  0.00041 0.00004 0.02229 0.97726
- -75.00  24.00  0.00000 0.00000 0.00084 0.99916
- -75.00  36.00  0.00012 0.00009 0.00052 0.99928
- -75.00  39.00  0.04376 0.01483 0.44624 0.49517
- -75.00  42.00  0.08739 0.03842 0.85647 0.01772
- -75.00  45.00  0.15135 0.04031 0.77213 0.03621
- -75.00  48.00  0.01161 0.01039 0.90874 0.06925
- -75.00  51.00  0.00038 0.00077 0.96078 0.03808
- -75.00  54.00  0.00000 0.00000 0.92597 0.07403
- -75.00  57.00  0.00000 0.00000 0.95523 0.04477
- -75.00  60.00  0.00000 0.00000 0.68973 0.31027
- -75.00  63.00  0.00000 0.00000 0.46320 0.53680
- -75.00  66.00  0.00000 0.00000 0.46250 0.53750
- -75.00  69.00  0.00000 0.00000 0.50755 0.49245
- -75.00  72.00  0.00000 0.00000 0.00166 0.99834
- -75.00  75.00  0.00000 0.00000 0.00162 0.99838
- -75.00  78.00  0.00000 0.00000 0.10079 0.89921
- -75.00  81.00  0.00000 0.00000 0.25235 0.74765
- -72.00 -57.00  0.00000 0.01172 0.20111 0.78717
- -72.00 -54.00  0.00096 0.38516 0.40260 0.21127
- -72.00 -51.00  0.00019 0.75719 0.22772 0.01490
- -72.00 -48.00  0.00029 0.71788 0.26064 0.02118
- -72.00 -45.00  0.00210 0.70508 0.28932 0.00350
- -72.00 -42.00  0.00549 0.43134 0.54838 0.01479
- -72.00 -39.00  0.03917 0.21797 0.74004 0.00281
- -72.00 -36.00  0.08056 0.23900 0.64590 0.03454
- -72.00 -33.00  0.01292 0.15544 0.68691 0.14472
- -72.00 -30.00  0.00252 0.13285 0.60092 0.26371
- -72.00 -27.00  0.00000 0.11757 0.41846 0.46396
- -72.00 -24.00  0.00000 0.05224 0.38002 0.56774
- -72.00 -21.00  0.00006 0.07451 0.34980 0.57563
- -72.00 -18.00  0.01602 0.25008 0.61224 0.12167
- -72.00 -15.00  0.04125 0.19819 0.75935 0.00120
- -72.00 -12.00  0.00078 0.00671 0.99251 0.00000
- -72.00  -9.00  0.00123 0.00925 0.98950 0.00002
- -72.00  -6.00  0.00122 0.00555 0.98771 0.00553
- -72.00  -3.00  0.00235 0.02205 0.97229 0.00331
- -72.00   0.00  0.00088 0.05073 0.94832 0.00006
- -72.00   3.00  0.00164 0.49324 0.50485 0.00027
- -72.00   6.00  0.04828 0.38633 0.56516 0.00023
- -72.00   9.00  0.05541 0.21771 0.41563 0.31126
- -72.00  12.00  0.00063 0.02779 0.01402 0.95756
- -72.00  15.00  0.00163 0.00623 0.00495 0.98719
- -72.00  18.00  0.12778 0.18895 0.12968 0.55359
- -72.00  21.00  0.00010 0.00000 0.00212 0.99779
- -72.00  39.00  0.00927 0.00419 0.07172 0.91482
- -72.00  42.00  0.01421 0.00729 0.60770 0.37079
- -72.00  45.00  0.05352 0.02257 0.86236 0.06156
- -72.00  48.00  0.02212 0.01122 0.88185 0.08481
- -72.00  51.00  0.00095 0.00054 0.96976 0.02875
- -72.00  54.00  0.00000 0.00000 0.94522 0.05478
- -72.00  57.00  0.00000 0.00000 0.89750 0.10250
- -72.00  60.00  0.00000 0.00000 0.34932 0.65068
- -72.00  63.00  0.00000 0.00000 0.87233 0.12767
- -72.00  66.00  0.00000 0.00000 0.83659 0.16341
- -72.00  69.00  0.00000 0.00000 0.37607 0.62393
- -72.00  75.00  0.00000 0.00000 0.07866 0.92134
- -72.00  78.00  0.00000 0.00000 0.20313 0.79687
- -72.00  81.00  0.00000 0.00000 0.29617 0.70383
- -69.00 -57.00  0.00000 0.07577 0.20991 0.71431
- -69.00 -54.00  0.00000 0.06116 0.09230 0.84654
- -69.00 -51.00  0.00003 0.29545 0.11975 0.58476
- -69.00 -48.00  0.00027 0.52047 0.19403 0.28523
- -69.00 -45.00  0.00049 0.85191 0.14611 0.00149
- -69.00 -42.00  0.00028 0.66300 0.33244 0.00428
- -69.00 -39.00  0.00009 0.23318 0.76112 0.00561
- -69.00 -36.00  0.00900 0.13888 0.85169 0.00043
- -69.00 -33.00  0.00574 0.06402 0.93022 0.00002
- -69.00 -30.00  0.00196 0.06520 0.93048 0.00235
- -69.00 -27.00  0.00001 0.06532 0.93450 0.00018
- -69.00 -24.00  0.00001 0.16489 0.83480 0.00029
- -69.00 -21.00  0.00057 0.27614 0.71179 0.01150
- -69.00 -18.00  0.02890 0.37329 0.58347 0.01434
- -69.00 -15.00  0.02266 0.22145 0.75197 0.00393
- -69.00 -12.00  0.01204 0.06591 0.92008 0.00197
- -69.00  -9.00  0.00086 0.00249 0.99664 0.00002
- -69.00  -6.00  0.00078 0.00404 0.99336 0.00182
- -69.00  -3.00  0.00325 0.00359 0.98166 0.01150
- -69.00   0.00  0.00268 0.01008 0.98580 0.00144
- -69.00   3.00  0.01407 0.18016 0.80269 0.00307
- -69.00   6.00  0.02592 0.34225 0.62433 0.00750
- -69.00   9.00  0.03069 0.19515 0.34713 0.42704
- -69.00  12.00  0.00030 0.00000 0.00456 0.99513
- -69.00  15.00  0.00026 0.00055 0.00156 0.99763
- -69.00  18.00  0.01868 0.02730 0.05730 0.89671
- -69.00  42.00  0.00111 0.00048 0.10839 0.89002
- -69.00  45.00  0.03653 0.01220 0.89726 0.05402
- -69.00  48.00  0.03203 0.01601 0.69237 0.25959
- -69.00  51.00  0.00403 0.00232 0.95280 0.04085
- -69.00  54.00  0.00003 0.00001 0.96149 0.03847
- -69.00  57.00  0.00000 0.00000 0.48645 0.51355
- -69.00  60.00  0.00000 0.00000 0.19926 0.80074
- -69.00  63.00  0.00000 0.00000 0.71154 0.28846
- -69.00  66.00  0.00000 0.00000 0.59978 0.40022
- -69.00  69.00  0.00000 0.00000 0.13453 0.86547
- -69.00  75.00  0.00000 0.00000 0.13368 0.86632
- -69.00  78.00  0.00000 0.00000 0.23186 0.76814
- -69.00  81.00  0.00000 0.00000 0.29659 0.70341
- -66.00 -57.00  0.00000 0.00952 0.01706 0.97342
- -66.00 -51.00  0.00000 0.00047 0.00026 0.99927
- -66.00 -48.00  0.00000 0.01352 0.00605 0.98043
- -66.00 -45.00  0.00010 0.28001 0.06457 0.65531
- -66.00 -42.00  0.01089 0.46223 0.29629 0.23059
- -66.00 -39.00  0.25237 0.29212 0.45413 0.00138
- -66.00 -36.00  0.33116 0.28940 0.37917 0.00027
- -66.00 -33.00  0.24245 0.31331 0.44021 0.00403
- -66.00 -30.00  0.04438 0.11434 0.83418 0.00710
- -66.00 -27.00  0.04900 0.06550 0.88477 0.00073
- -66.00 -24.00  0.01012 0.22776 0.76209 0.00003
- -66.00 -21.00  0.02971 0.47425 0.49604 0.00001
- -66.00 -18.00  0.04380 0.25143 0.70206 0.00271
- -66.00 -15.00  0.02935 0.31339 0.65041 0.00685
- -66.00 -12.00  0.00968 0.06514 0.92297 0.00222
- -66.00  -9.00  0.00327 0.01336 0.98226 0.00111
- -66.00  -6.00  0.00128 0.00300 0.97665 0.01907
- -66.00  -3.00  0.00227 0.00234 0.97511 0.02028
- -66.00   0.00  0.00325 0.01072 0.98603 0.00000
- -66.00   3.00  0.00766 0.02440 0.96793 0.00000
- -66.00   6.00  0.01242 0.23463 0.74051 0.01244
- -66.00   9.00  0.02913 0.17327 0.26375 0.53386
- -66.00  15.00  0.00028 0.00038 0.00138 0.99796
- -66.00  18.00  0.00130 0.00142 0.01397 0.98331
- -66.00  42.00  0.00209 0.00148 0.24006 0.75637
- -66.00  45.00  0.03787 0.01648 0.46063 0.48502
- -66.00  48.00  0.01312 0.00608 0.45661 0.52418
- -66.00  51.00  0.00162 0.00101 0.93668 0.06068
- -66.00  54.00  0.00000 0.00000 0.90295 0.09705
- -66.00  57.00  0.00000 0.00000 0.75826 0.24174
- -66.00  60.00  0.00000 0.00000 0.05552 0.94448
- -66.00  63.00  0.00000 0.00000 0.24259 0.75741
- -66.00  66.00  0.00000 0.00000 0.35917 0.64083
- -66.00  75.00  0.00000 0.00000 0.02662 0.97338
- -66.00  78.00  0.00000 0.00000 0.27050 0.72950
- -66.00  81.00  0.00000 0.00000 0.21018 0.78982
- -63.00 -54.00  0.00000 0.00000 0.03653 0.96347
- -63.00 -42.00  0.01650 0.11457 0.03131 0.83762
- -63.00 -39.00  0.38156 0.49978 0.09931 0.01935
- -63.00 -36.00  0.40784 0.42177 0.16545 0.00495
- -63.00 -33.00  0.37622 0.32038 0.27521 0.02819
- -63.00 -30.00  0.12886 0.28270 0.58634 0.00210
- -63.00 -27.00  0.03099 0.18371 0.78527 0.00003
- -63.00 -24.00  0.06873 0.47323 0.45803 0.00001
- -63.00 -21.00  0.08060 0.50887 0.41052 0.00001
- -63.00 -18.00  0.05418 0.31202 0.63268 0.00113
- -63.00 -15.00  0.02430 0.13895 0.83634 0.00041
- -63.00 -12.00  0.03621 0.14428 0.81950 0.00000
- -63.00  -9.00  0.00171 0.00764 0.98596 0.00469
- -63.00  -6.00  0.00412 0.00494 0.94833 0.04260
- -63.00  -3.00  0.00480 0.00635 0.94805 0.04081
- -63.00   0.00  0.01161 0.03477 0.95302 0.00061
- -63.00   3.00  0.01937 0.16471 0.81587 0.00004
- -63.00   6.00  0.01666 0.08466 0.84560 0.05309
- -63.00   9.00  0.02203 0.02811 0.23738 0.71247
- -63.00  12.00  0.00537 0.00139 0.01562 0.97762
- -63.00  15.00  0.00599 0.00309 0.01972 0.97120
- -63.00  42.00  0.00012 0.00008 0.01307 0.98673
- -63.00  45.00  0.02217 0.01335 0.24011 0.72437
- -63.00  48.00  0.00134 0.00061 0.28962 0.70844
- -63.00  51.00  0.00035 0.00023 0.96947 0.02994
- -63.00  54.00  0.00000 0.00000 0.71717 0.28283
- -63.00  57.00  0.00000 0.00000 0.13919 0.86081
- -63.00  63.00  0.00000 0.00000 0.01924 0.98076
- -63.00  66.00  0.00000 0.00000 0.09505 0.90495
- -63.00  75.00  0.00000 0.00000 0.00435 0.99565
- -63.00  78.00  0.00000 0.00000 0.25316 0.74684
- -63.00  81.00  0.00000 0.00000 0.17585 0.82415
- -60.00 -54.00  0.00000 0.00000 0.11363 0.88637
- -60.00 -39.00  0.32311 0.34840 0.11899 0.20950
- -60.00 -36.00  0.26024 0.40476 0.19837 0.13664
- -60.00 -33.00  0.15019 0.58941 0.24622 0.01418
- -60.00 -30.00  0.05883 0.53004 0.39708 0.01404
- -60.00 -27.00  0.04351 0.32449 0.62522 0.00679
- -60.00 -24.00  0.04543 0.56143 0.39132 0.00182
- -60.00 -21.00  0.02849 0.51779 0.44941 0.00431
- -60.00 -18.00  0.04645 0.40621 0.54420 0.00313
- -60.00 -15.00  0.03787 0.27265 0.68948 0.00000
- -60.00 -12.00  0.01405 0.05416 0.93040 0.00139
- -60.00  -9.00  0.00148 0.00860 0.98820 0.00172
- -60.00  -6.00  0.00617 0.00873 0.94659 0.03851
- -60.00  -3.00  0.00258 0.00483 0.97482 0.01778
- -60.00   0.00  0.00953 0.03116 0.95930 0.00000
- -60.00   3.00  0.01444 0.04945 0.93198 0.00413
- -60.00   6.00  0.02218 0.04361 0.36019 0.57402
- -60.00  12.00  0.00157 0.00018 0.00232 0.99593
- -60.00  45.00  0.00068 0.00052 0.09554 0.90327
- -60.00  48.00  0.00016 0.00028 0.38564 0.61391
- -60.00  51.00  0.00000 0.00001 0.86681 0.13318
- -60.00  54.00  0.00000 0.00000 0.21517 0.78483
- -60.00  75.00  0.00000 0.00000 0.00438 0.99562
- -60.00  78.00  0.00000 0.00000 0.04466 0.95534
- -60.00  81.00  0.00000 0.00000 0.25200 0.74800
- -57.00 -39.00  0.00628 0.01293 0.00796 0.97282
- -57.00 -36.00  0.06086 0.44594 0.09042 0.40278
- -57.00 -33.00  0.14910 0.73145 0.11109 0.00836
- -57.00 -30.00  0.17985 0.51540 0.29281 0.01193
- -57.00 -27.00  0.12215 0.35721 0.50112 0.01951
- -57.00 -24.00  0.06031 0.71856 0.21182 0.00931
- -57.00 -21.00  0.05085 0.63865 0.31049 0.00000
- -57.00 -18.00  0.10468 0.47907 0.41621 0.00004
- -57.00 -15.00  0.06361 0.27595 0.66044 0.00000
- -57.00 -12.00  0.02720 0.14669 0.82592 0.00019
- -57.00  -9.00  0.00221 0.01821 0.97958 0.00000
- -57.00  -6.00  0.00195 0.02504 0.96427 0.00874
- -57.00  -3.00  0.00578 0.03547 0.89250 0.06625
- -57.00   0.00  0.00113 0.03338 0.96548 0.00002
- -57.00   3.00  0.00555 0.00150 0.95548 0.03748
- -57.00  45.00  0.00085 0.00070 0.17566 0.82280
- -57.00  48.00  0.00030 0.00077 0.59328 0.40565
- -57.00  51.00  0.00000 0.00000 0.29637 0.70363
- -57.00  69.00  0.00000 0.00000 0.06335 0.93665
- -57.00  72.00  0.00000 0.00000 0.16301 0.83699
- -57.00  78.00  0.00000 0.00000 0.00138 0.99862
- -57.00  81.00  0.00000 0.00000 0.35972 0.64028
- -54.00 -36.00  0.01110 0.06800 0.02137 0.89953
- -54.00 -33.00  0.16993 0.41335 0.12178 0.29494
- -54.00 -30.00  0.41410 0.32796 0.25376 0.00418
- -54.00 -27.00  0.34195 0.33867 0.31717 0.00221
- -54.00 -24.00  0.36404 0.50283 0.11437 0.01875
- -54.00 -21.00  0.11998 0.53849 0.33082 0.01071
- -54.00 -18.00  0.11118 0.55959 0.32922 0.00002
- -54.00 -15.00  0.07360 0.35997 0.56544 0.00100
- -54.00 -12.00  0.01760 0.11741 0.86109 0.00390
- -54.00  -9.00  0.00681 0.04594 0.94167 0.00558
- -54.00  -6.00  0.00389 0.03830 0.95244 0.00537
- -54.00  -3.00  0.00461 0.03838 0.90157 0.05544
- -54.00   0.00  0.00145 0.01653 0.98166 0.00036
- -54.00   3.00  0.00144 0.00112 0.64856 0.34888
- -54.00  45.00  0.00013 0.00038 0.12073 0.87876
- -54.00  48.00  0.00001 0.00014 0.05949 0.94036
- -54.00  63.00  0.00000 0.00000 0.20453 0.79547
- -54.00  66.00  0.00000 0.00000 0.57388 0.42612
- -54.00  69.00  0.00000 0.00000 0.27966 0.72034
- -54.00  72.00  0.00000 0.00000 0.04227 0.95773
- -54.00  78.00  0.00000 0.00000 0.00340 0.99660
- -54.00  81.00  0.00000 0.00000 0.27341 0.72659
- -51.00 -33.00  0.02319 0.02024 0.00950 0.94707
- -51.00 -30.00  0.18784 0.18227 0.26070 0.36919
- -51.00 -27.00  0.19309 0.30693 0.39223 0.10775
- -51.00 -24.00  0.39815 0.43814 0.14680 0.01690
- -51.00 -21.00  0.30782 0.37667 0.28704 0.02846
- -51.00 -18.00  0.11176 0.58920 0.29904 0.00000
- -51.00 -15.00  0.06670 0.53050 0.39230 0.01050
- -51.00 -12.00  0.01622 0.34110 0.63818 0.00450
- -51.00  -9.00  0.03362 0.29429 0.66530 0.00679
- -51.00  -6.00  0.01919 0.13631 0.82611 0.01838
- -51.00  -3.00  0.01355 0.08960 0.74968 0.14717
- -51.00   0.00  0.00106 0.00723 0.17721 0.81450
- -51.00  60.00  0.00000 0.00000 0.11770 0.88230
- -51.00  63.00  0.00000 0.00000 0.30907 0.69093
- -51.00  66.00  0.00000 0.00000 0.30889 0.69111
- -51.00  69.00  0.00000 0.00000 0.11393 0.88607
- -51.00  78.00  0.00000 0.00000 0.01606 0.98394
- -51.00  81.00  0.00000 0.00000 0.34751 0.65249
- -48.00 -27.00  0.00590 0.03750 0.04891 0.90770
- -48.00 -24.00  0.18962 0.40393 0.36497 0.04148
- -48.00 -21.00  0.14044 0.43762 0.40386 0.01808
- -48.00 -18.00  0.09221 0.57968 0.32781 0.00031
- -48.00 -15.00  0.07440 0.50814 0.41746 0.00000
- -48.00 -12.00  0.04298 0.35855 0.59847 0.00000
- -48.00  -9.00  0.04003 0.27532 0.68373 0.00092
- -48.00  -6.00  0.03185 0.17778 0.78804 0.00233
- -48.00  -3.00  0.02740 0.13707 0.50745 0.32808
- -48.00  60.00  0.00000 0.00000 0.10332 0.89668
- -48.00  63.00  0.00000 0.00000 0.00014 0.99986
- -48.00  66.00  0.00000 0.00000 0.00018 0.99982
- -48.00  78.00  0.00000 0.00000 0.00316 0.99684
- -48.00  81.00  0.00000 0.00000 0.32258 0.67742
- -45.00 -24.00  0.07516 0.28113 0.31460 0.32910
- -45.00 -21.00  0.11217 0.44453 0.44306 0.00024
- -45.00 -18.00  0.07254 0.53261 0.39479 0.00006
- -45.00 -15.00  0.13728 0.33134 0.53117 0.00021
- -45.00 -12.00  0.07194 0.24586 0.67262 0.00958
- -45.00  -9.00  0.05289 0.11808 0.82656 0.00247
- -45.00  -6.00  0.03666 0.13583 0.82253 0.00498
- -45.00  -3.00  0.00683 0.03485 0.14618 0.81214
- -45.00  60.00  0.00000 0.00000 0.08228 0.91772
- -45.00  63.00  0.00000 0.00000 0.00225 0.99775
- -45.00  78.00  0.00000 0.00000 0.00146 0.99854
- -45.00  81.00  0.00000 0.00000 0.15517 0.84483
- -42.00 -24.00  0.03386 0.05481 0.05322 0.85811
- -42.00 -21.00  0.13878 0.31372 0.22210 0.32541
- -42.00 -18.00  0.07853 0.37945 0.50818 0.03384
- -42.00 -15.00  0.10700 0.28965 0.59866 0.00469
- -42.00 -12.00  0.09967 0.28736 0.59807 0.01490
- -42.00  -9.00  0.07299 0.19491 0.73156 0.00054
- -42.00  -6.00  0.11389 0.17012 0.69930 0.01669
- -42.00  -3.00  0.00945 0.00573 0.02136 0.96346
- -42.00  63.00  0.00000 0.00000 0.01879 0.98121
- -42.00  66.00  0.00000 0.00000 0.00016 0.99984
- -42.00  81.00  0.00000 0.00000 0.14488 0.85512
- -39.00 -18.00  0.00029 0.00088 0.00530 0.99352
- -39.00 -15.00  0.01037 0.02426 0.08112 0.88425
- -39.00 -12.00  0.18633 0.27478 0.32334 0.21555
- -39.00  -9.00  0.08202 0.31197 0.60034 0.00566
- -39.00  -6.00  0.05379 0.10741 0.34153 0.49726
- -39.00  66.00  0.00000 0.00000 0.02662 0.97338
- -39.00  81.00  0.00000 0.00000 0.15748 0.84252
- -36.00 -12.00  0.02060 0.01693 0.00778 0.95469
- -36.00  -9.00  0.18426 0.07331 0.09568 0.64675
- -36.00  -6.00  0.03509 0.01262 0.02562 0.92666
- -36.00  66.00  0.00000 0.00000 0.00984 0.99016
- -36.00  78.00  0.00000 0.00000 0.00210 0.99790
- -36.00  81.00  0.00000 0.00000 0.43362 0.56638
- -33.00  66.00  0.00000 0.00000 0.00898 0.99102
- -33.00  69.00  0.00000 0.00000 0.00009 0.99991
- -33.00  78.00  0.00000 0.00000 0.00081 0.99919
- -33.00  81.00  0.00000 0.00000 0.37599 0.62401
- -30.00  66.00  0.00000 0.00000 0.00785 0.99215
- -30.00  69.00  0.00000 0.00000 0.18155 0.81845
- -30.00  72.00  0.00000 0.00000 0.08486 0.91514
- -30.00  78.00  0.00000 0.00000 0.01868 0.98132
- -30.00  81.00  0.00000 0.00000 0.41609 0.58391
- -27.00  12.00  0.00060 0.00021 0.00394 0.99526
- -27.00  15.00  0.00171 0.00083 0.01140 0.98606
- -27.00  63.00  0.00000 0.00303 0.00415 0.99283
- -27.00  69.00  0.00000 0.00000 0.22275 0.77725
- -27.00  72.00  0.00000 0.00000 0.35771 0.64229
- -27.00  75.00  0.00000 0.00000 0.08333 0.91667
- -27.00  78.00  0.00000 0.00000 0.21384 0.78616
- -27.00  81.00  0.00000 0.00000 0.44752 0.55248
- -24.00  12.00  0.00009 0.00009 0.00195 0.99787
- -24.00  15.00  0.00199 0.00121 0.01602 0.98078
- -24.00  63.00  0.00009 0.12248 0.25690 0.62053
- -24.00  66.00  0.00000 0.00840 0.03130 0.96030
- -24.00  69.00  0.00000 0.00000 0.27677 0.72323
- -24.00  72.00  0.00000 0.00000 0.48703 0.51297
- -24.00  75.00  0.00000 0.00000 0.34086 0.65914
- -24.00  78.00  0.00000 0.00000 0.44956 0.55044
- -24.00  81.00  0.00000 0.00000 0.19460 0.80540
- -21.00  27.00  0.00004 0.00089 0.00071 0.99836
- -21.00  63.00  0.00088 0.18324 0.54115 0.27473
- -21.00  66.00  0.00000 0.00483 0.01764 0.97753
- -21.00  72.00  0.00000 0.00000 0.07275 0.92725
- -21.00  75.00  0.00000 0.00000 0.23255 0.76745
- -21.00  78.00  0.00000 0.00000 0.19403 0.80597
- -21.00  81.00  0.00000 0.00000 0.04400 0.95600
- -18.00   9.00  0.01422 0.01373 0.03241 0.93964
- -18.00  12.00  0.20265 0.11212 0.27137 0.41386
- -18.00  15.00  0.07331 0.23915 0.15437 0.53317
- -18.00  18.00  0.00000 0.00694 0.42064 0.57242
- -18.00  21.00  0.00000 0.00309 0.47918 0.51773
- -18.00  24.00  0.00000 0.00000 0.02173 0.97827
- -18.00  27.00  0.00205 0.02623 0.02474 0.94698
- -18.00  30.00  0.00173 0.00215 0.00522 0.99090
- -18.00  63.00  0.00000 0.09844 0.43128 0.47028
- -18.00  66.00  0.00052 0.02185 0.05568 0.92194
- -18.00  78.00  0.00000 0.00000 0.01632 0.98368
- -18.00  81.00  0.00000 0.00000 0.00128 0.99872
- -15.00   6.00  0.01237 0.05076 0.11147 0.82540
- -15.00   9.00  0.08663 0.30236 0.39505 0.21597
- -15.00  12.00  0.09631 0.34011 0.56276 0.00082
- -15.00  15.00  0.05157 0.71847 0.22806 0.00190
- -15.00  18.00  0.00000 0.03781 0.96219 0.00000
- -15.00  21.00  0.00002 0.00615 0.99383 0.00000
- -15.00  24.00  0.00000 0.13050 0.71612 0.15338
- -15.00  27.00  0.00000 0.06058 0.10269 0.83673
- -15.00  63.00  0.00000 0.04185 0.12084 0.83731
- -15.00  66.00  0.00000 0.00069 0.00256 0.99675
- -15.00  81.00  0.00000 0.00000 0.00154 0.99846
- -12.00   3.00  0.00271 0.01286 0.05259 0.93184
- -12.00   6.00  0.08828 0.24588 0.54029 0.12555
- -12.00   9.00  0.03651 0.47327 0.48949 0.00072
- -12.00  12.00  0.08650 0.54789 0.36169 0.00392
- -12.00  15.00  0.03645 0.82267 0.14087 0.00000
- -12.00  18.00  0.00000 0.03546 0.96454 0.00000
- -12.00  21.00  0.00000 0.00463 0.99537 0.00000
- -12.00  24.00  0.00016 0.03219 0.96765 0.00000
- -12.00  27.00  0.00057 0.24746 0.46545 0.28652
- -12.00  30.00  0.09290 0.08100 0.00361 0.82249
- -12.00  36.00  0.00328 0.00199 0.01393 0.98081
- -12.00  39.00  0.00493 0.00202 0.01442 0.97864
- -12.00  42.00  0.00103 0.00024 0.00928 0.98945
- -12.00  51.00  0.03852 0.09446 0.09502 0.77199
- -12.00  54.00  0.00508 0.01390 0.01511 0.96591
-  -9.00   3.00  0.08650 0.12039 0.24153 0.55158
-  -9.00   6.00  0.18822 0.34992 0.46186 0.00000
-  -9.00   9.00  0.02282 0.48452 0.48980 0.00286
-  -9.00  12.00  0.14157 0.53263 0.32080 0.00500
-  -9.00  15.00  0.02080 0.71267 0.26653 0.00000
-  -9.00  18.00  0.00000 0.00000 1.00000 0.00000
-  -9.00  21.00  0.00002 0.00618 0.99379 0.00000
-  -9.00  24.00  0.00027 0.01351 0.98622 0.00000
-  -9.00  27.00  0.00218 0.21828 0.77955 0.00000
-  -9.00  30.00  0.33731 0.64433 0.01485 0.00352
-  -9.00  33.00  0.23032 0.02843 0.01459 0.72667
-  -9.00  36.00  0.22547 0.16817 0.24234 0.36402
-  -9.00  39.00  0.22168 0.18344 0.54455 0.05033
-  -9.00  42.00  0.06562 0.02555 0.40656 0.50227
-  -9.00  51.00  0.09870 0.32070 0.21709 0.36351
-  -9.00  54.00  0.03544 0.19343 0.13857 0.63256
-  -9.00  57.00  0.00320 0.02961 0.04008 0.92712
-  -9.00  60.00  0.00058 0.00000 0.02102 0.97841
-  -6.00   3.00  0.10806 0.08344 0.08372 0.72478
-  -6.00   6.00  0.24958 0.39915 0.34682 0.00444
-  -6.00   9.00  0.04624 0.37159 0.58217 0.00000
-  -6.00  12.00  0.16665 0.46730 0.36312 0.00293
-  -6.00  15.00  0.01034 0.48498 0.49604 0.00865
-  -6.00  18.00  0.00000 0.00001 0.99999 0.00000
-  -6.00  21.00  0.00001 0.00006 0.99993 0.00000
-  -6.00  24.00  0.00014 0.00618 0.99367 0.00000
-  -6.00  27.00  0.00230 0.02499 0.97272 0.00000
-  -6.00  30.00  0.02121 0.43390 0.54489 0.00000
-  -6.00  33.00  0.33344 0.40825 0.05843 0.19988
-  -6.00  36.00  0.32943 0.22864 0.26877 0.17316
-  -6.00  39.00  0.40685 0.25554 0.33652 0.00109
-  -6.00  42.00  0.22369 0.05772 0.20677 0.51182
-  -6.00  45.00  0.01381 0.00908 0.01547 0.96164
-  -6.00  48.00  0.07738 0.10954 0.07987 0.73321
-  -6.00  51.00  0.06631 0.17571 0.09568 0.66230
-  -6.00  54.00  0.09320 0.30406 0.25464 0.34810
-  -6.00  57.00  0.03872 0.17636 0.17736 0.60756
-  -3.00   3.00  0.15566 0.07579 0.06205 0.70650
-  -3.00   6.00  0.28589 0.31973 0.37492 0.01946
-  -3.00   9.00  0.08270 0.35011 0.56719 0.00000
-  -3.00  12.00  0.20157 0.31260 0.48583 0.00000
-  -3.00  15.00  0.00235 0.38674 0.60729 0.00361
-  -3.00  18.00  0.00001 0.00069 0.99930 0.00000
-  -3.00  21.00  0.00006 0.00030 0.99964 0.00000
-  -3.00  24.00  0.00113 0.00393 0.99494 0.00000
-  -3.00  27.00  0.00769 0.02813 0.96418 0.00000
-  -3.00  30.00  0.00195 0.20030 0.79763 0.00012
-  -3.00  33.00  0.16968 0.51027 0.12429 0.19576
-  -3.00  36.00  0.21774 0.14785 0.15282 0.48160
-  -3.00  39.00  0.42264 0.24037 0.31363 0.02335
-  -3.00  42.00  0.19944 0.08171 0.41559 0.30326
-  -3.00  45.00  0.25251 0.13132 0.21641 0.39976
-  -3.00  48.00  0.15668 0.15213 0.14903 0.54216
-  -3.00  51.00  0.34938 0.39673 0.24178 0.01211
-  -3.00  54.00  0.10891 0.20498 0.11540 0.57072
-  -3.00  57.00  0.01583 0.04683 0.02305 0.91429
-  -3.00  60.00  0.00083 0.00782 0.01401 0.97734
-   0.00   3.00  0.00890 0.01001 0.00521 0.97588
-   0.00   6.00  0.31369 0.15188 0.44479 0.08964
-   0.00   9.00  0.17889 0.13632 0.68376 0.00103
-   0.00  12.00  0.37117 0.35751 0.26580 0.00552
-   0.00  15.00  0.01121 0.30389 0.68287 0.00203
-   0.00  18.00  0.00043 0.03983 0.95974 0.00000
-   0.00  21.00  0.00203 0.00767 0.99030 0.00000
-   0.00  24.00  0.00070 0.00423 0.99507 0.00000
-   0.00  27.00  0.00449 0.21739 0.77812 0.00000
-   0.00  30.00  0.00231 0.01420 0.98348 0.00000
-   0.00  33.00  0.13497 0.71492 0.14877 0.00133
-   0.00  36.00  0.13390 0.02421 0.00784 0.83405
-   0.00  39.00  0.11999 0.06174 0.15580 0.66248
-   0.00  42.00  0.32439 0.17612 0.49893 0.00056
-   0.00  45.00  0.39726 0.22058 0.38216 0.00000
-   0.00  48.00  0.38546 0.14151 0.28968 0.18336
-   0.00  51.00  0.13467 0.11399 0.06783 0.68351
-   3.00   3.00  0.01668 0.01970 0.07827 0.88535
-   3.00   6.00  0.22722 0.31987 0.37272 0.08020
-   3.00   9.00  0.26123 0.42098 0.30317 0.01461
-   3.00  12.00  0.49581 0.44174 0.06235 0.00010
-   3.00  15.00  0.10585 0.34958 0.54457 0.00000
-   3.00  18.00  0.00456 0.01395 0.98149 0.00000
-   3.00  21.00  0.00287 0.00394 0.99319 0.00000
-   3.00  24.00  0.00054 0.01656 0.98290 0.00000
-   3.00  27.00  0.00027 0.13138 0.86836 0.00000
-   3.00  30.00  0.01219 0.06025 0.92755 0.00000
-   3.00  33.00  0.02046 0.86282 0.11672 0.00000
-   3.00  36.00  0.16749 0.09535 0.00988 0.72728
-   3.00  39.00  0.00915 0.00723 0.01284 0.97078
-   3.00  42.00  0.17972 0.06498 0.31696 0.43834
-   3.00  45.00  0.33427 0.20463 0.46069 0.00041
-   3.00  48.00  0.39065 0.18614 0.42273 0.00048
-   3.00  51.00  0.10906 0.10054 0.21838 0.57202
-   3.00  57.00  0.01528 0.00372 0.05135 0.92966
-   3.00  60.00  0.02260 0.00550 0.17127 0.80063
-   6.00  -3.00  0.00012 0.00158 0.00432 0.99397
-   6.00   0.00  0.00009 0.00000 0.00961 0.99030
-   6.00   3.00  0.18288 0.11631 0.23703 0.46378
-   6.00   6.00  0.25874 0.44450 0.28675 0.01001
-   6.00   9.00  0.36564 0.48783 0.14377 0.00275
-   6.00  12.00  0.48858 0.46631 0.04506 0.00005
-   6.00  15.00  0.05356 0.33274 0.61370 0.00000
-   6.00  18.00  0.00652 0.00681 0.98667 0.00000
-   6.00  21.00  0.00170 0.00924 0.98906 0.00000
-   6.00  24.00  0.00084 0.14336 0.85580 0.00000
-   6.00  27.00  0.00041 0.00708 0.99251 0.00000
-   6.00  30.00  0.00039 0.00084 0.99876 0.00000
-   6.00  33.00  0.07733 0.52116 0.40151 0.00000
-   6.00  36.00  0.27999 0.03347 0.00911 0.67743
-   6.00  39.00  0.03475 0.01404 0.09311 0.85810
-   6.00  42.00  0.11243 0.06417 0.26695 0.55645
-   6.00  45.00  0.18759 0.19980 0.57673 0.03588
-   6.00  48.00  0.30274 0.12410 0.57316 0.00000
-   6.00  51.00  0.30139 0.18533 0.37857 0.13471
-   6.00  54.00  0.08784 0.02122 0.05742 0.83351
-   6.00  57.00  0.05183 0.00808 0.52385 0.41624
-   6.00  60.00  0.00579 0.00192 0.84021 0.15208
-   6.00  63.00  0.00197 0.00062 0.05616 0.94126
-   9.00 -21.00  0.00000 0.00000 0.00357 0.99643
-   9.00 -18.00  0.00000 0.00004 0.05208 0.94788
-   9.00  -6.00  0.01249 0.06852 0.09181 0.82718
-   9.00  -3.00  0.01912 0.17879 0.66625 0.13584
-   9.00   0.00  0.06060 0.09016 0.63025 0.21898
-   9.00   3.00  0.12921 0.04520 0.73498 0.09060
-   9.00   6.00  0.29810 0.33646 0.36081 0.00463
-   9.00   9.00  0.43548 0.44485 0.11740 0.00227
-   9.00  12.00  0.33170 0.58025 0.08804 0.00001
-   9.00  15.00  0.00097 0.05370 0.94534 0.00000
-   9.00  18.00  0.00075 0.00020 0.99905 0.00000
-   9.00  21.00  0.00141 0.00088 0.99771 0.00000
-   9.00  24.00  0.00266 0.05005 0.94729 0.00000
-   9.00  27.00  0.00118 0.12040 0.87842 0.00000
-   9.00  30.00  0.00092 0.14497 0.85411 0.00000
-   9.00  33.00  0.04121 0.35423 0.20229 0.40227
-   9.00  36.00  0.20734 0.00672 0.00734 0.77861
-   9.00  39.00  0.02138 0.01455 0.13391 0.83016
-   9.00  42.00  0.23803 0.07488 0.30611 0.38098
-   9.00  45.00  0.22111 0.21118 0.54306 0.02465
-   9.00  48.00  0.33970 0.11352 0.54653 0.00025
-   9.00  51.00  0.38227 0.15040 0.45962 0.00771
-   9.00  54.00  0.27388 0.07262 0.19890 0.45460
-   9.00  57.00  0.07625 0.01036 0.36382 0.54957
-   9.00  60.00  0.01301 0.00175 0.95651 0.02873
-   9.00  63.00  0.01834 0.00232 0.38044 0.59889
-   9.00  78.00  0.00000 0.00000 0.01671 0.98329
-  12.00 -27.00  0.00000 0.00343 0.04929 0.94728
-  12.00 -24.00  0.00000 0.02606 0.21899 0.75495
-  12.00 -21.00  0.00054 0.25404 0.49614 0.24928
-  12.00 -18.00  0.06383 0.55483 0.37559 0.00575
-  12.00 -15.00  0.03099 0.45098 0.25830 0.25972
-  12.00 -12.00  0.02967 0.24049 0.21188 0.51795
-  12.00  -9.00  0.03188 0.27621 0.37270 0.31920
-  12.00  -6.00  0.03212 0.30500 0.63297 0.02991
-  12.00  -3.00  0.01119 0.30137 0.68744 0.00000
-  12.00   0.00  0.01481 0.05209 0.93310 0.00000
-  12.00   3.00  0.12755 0.02461 0.84784 0.00000
-  12.00   6.00  0.14149 0.08165 0.77047 0.00639
-  12.00   9.00  0.35883 0.35402 0.28406 0.00309
-  12.00  12.00  0.21973 0.48417 0.23562 0.06048
-  12.00  15.00  0.00288 0.01105 0.98607 0.00000
-  12.00  18.00  0.00165 0.00014 0.99821 0.00000
-  12.00  21.00  0.00400 0.00133 0.99467 0.00000
-  12.00  24.00  0.03285 0.04079 0.92637 0.00000
-  12.00  27.00  0.01414 0.08574 0.90011 0.00000
-  12.00  30.00  0.03021 0.29743 0.58824 0.08412
-  12.00  33.00  0.00100 0.00000 0.00201 0.99700
-  12.00  36.00  0.10988 0.04101 0.09659 0.75252
-  12.00  39.00  0.09994 0.03568 0.13776 0.72662
-  12.00  42.00  0.22059 0.07108 0.18045 0.52788
-  12.00  45.00  0.13903 0.16405 0.58305 0.11387
-  12.00  48.00  0.35843 0.12440 0.51668 0.00049
-  12.00  51.00  0.36461 0.14602 0.46148 0.02789
-  12.00  54.00  0.22696 0.04370 0.19366 0.53568
-  12.00  57.00  0.09597 0.01571 0.69893 0.18939
-  12.00  60.00  0.02696 0.00358 0.93723 0.03223
-  12.00  63.00  0.00394 0.00337 0.89525 0.09744
-  12.00  66.00  0.00080 0.00088 0.26262 0.73570
-  12.00  78.00  0.00000 0.00000 0.16619 0.83381
-  15.00 -33.00  0.00370 0.06958 0.00322 0.92350
-  15.00 -30.00  0.00250 0.33871 0.24575 0.41304
-  15.00 -27.00  0.00192 0.41765 0.56983 0.01060
-  15.00 -24.00  0.00068 0.45102 0.54830 0.00000
-  15.00 -21.00  0.01746 0.48931 0.49323 0.00000
-  15.00 -18.00  0.08881 0.60323 0.30796 0.00000
-  15.00 -15.00  0.02137 0.27378 0.70474 0.00010
-  15.00 -12.00  0.01897 0.40234 0.57869 0.00000
-  15.00  -9.00  0.00531 0.18872 0.80597 0.00000
-  15.00  -6.00  0.02118 0.18213 0.79026 0.00642
-  15.00  -3.00  0.01050 0.27078 0.69915 0.01957
-  15.00   0.00  0.01212 0.05527 0.92809 0.00452
-  15.00   3.00  0.06888 0.06321 0.86791 0.00000
-  15.00   6.00  0.06294 0.28935 0.64763 0.00008
-  15.00   9.00  0.06937 0.60422 0.32613 0.00028
-  15.00  12.00  0.06079 0.68857 0.24946 0.00117
-  15.00  15.00  0.00084 0.03390 0.96526 0.00000
-  15.00  18.00  0.00076 0.00252 0.99671 0.00000
-  15.00  21.00  0.00008 0.00389 0.99604 0.00000
-  15.00  24.00  0.00236 0.01831 0.97926 0.00007
-  15.00  27.00  0.00845 0.02382 0.96773 0.00000
-  15.00  30.00  0.00218 0.11112 0.33783 0.54886
-  15.00  36.00  0.02649 0.01052 0.07491 0.88808
-  15.00  39.00  0.21402 0.08279 0.19848 0.50472
-  15.00  42.00  0.14032 0.13250 0.25304 0.47414
-  15.00  45.00  0.27765 0.17853 0.53694 0.00689
-  15.00  48.00  0.46110 0.15508 0.38353 0.00029
-  15.00  51.00  0.50428 0.13534 0.35453 0.00586
-  15.00  54.00  0.08505 0.02363 0.17987 0.71144
-  15.00  57.00  0.08432 0.01433 0.58219 0.31915
-  15.00  60.00  0.01430 0.00278 0.79116 0.19176
-  15.00  63.00  0.00207 0.00033 0.94348 0.05411
-  15.00  66.00  0.00018 0.00051 0.81584 0.18347
-  15.00  69.00  0.00000 0.00004 0.05565 0.94431
-  15.00  75.00  0.00000 0.00000 0.11504 0.88496
-  15.00  78.00  0.00000 0.00000 0.28768 0.71232
-  18.00 -36.00  0.07053 0.29305 0.07900 0.55742
-  18.00 -33.00  0.02588 0.85297 0.08165 0.03950
-  18.00 -30.00  0.00396 0.76971 0.22633 0.00000
-  18.00 -27.00  0.00399 0.60984 0.38617 0.00000
-  18.00 -24.00  0.00004 0.54599 0.45397 0.00000
-  18.00 -21.00  0.01082 0.54404 0.44514 0.00000
-  18.00 -18.00  0.01917 0.70526 0.27557 0.00000
-  18.00 -15.00  0.00270 0.23023 0.76707 0.00000
-  18.00 -12.00  0.00217 0.23385 0.76398 0.00000
-  18.00  -9.00  0.00734 0.19591 0.79676 0.00000
-  18.00  -6.00  0.01837 0.08314 0.89265 0.00584
-  18.00  -3.00  0.00767 0.00728 0.96376 0.02129
-  18.00   0.00  0.02163 0.01708 0.94418 0.01711
-  18.00   3.00  0.03167 0.03042 0.93384 0.00407
-  18.00   6.00  0.02609 0.09907 0.87484 0.00000
-  18.00   9.00  0.04061 0.61263 0.34594 0.00083
-  18.00  12.00  0.05906 0.72622 0.21472 0.00000
-  18.00  15.00  0.00007 0.17900 0.82093 0.00000
-  18.00  18.00  0.00029 0.01285 0.98686 0.00000
-  18.00  21.00  0.00936 0.02910 0.96153 0.00000
-  18.00  24.00  0.00220 0.00762 0.99019 0.00000
-  18.00  27.00  0.00111 0.00862 0.99027 0.00000
-  18.00  30.00  0.02303 0.19018 0.15744 0.62935
-  18.00  36.00  0.00377 0.00978 0.01040 0.97606
-  18.00  39.00  0.11907 0.08331 0.24825 0.54937
-  18.00  42.00  0.28338 0.17383 0.48686 0.05593
-  18.00  45.00  0.53345 0.15383 0.31028 0.00244
-  18.00  48.00  0.35084 0.12948 0.51879 0.00089
-  18.00  51.00  0.49593 0.13338 0.36216 0.00852
-  18.00  54.00  0.10654 0.03399 0.07349 0.78598
-  18.00  57.00  0.02055 0.00361 0.09247 0.88336
-  18.00  60.00  0.00972 0.00053 0.04320 0.94655
-  18.00  63.00  0.00369 0.00028 0.81432 0.18171
-  18.00  66.00  0.00034 0.00003 0.95047 0.04917
-  18.00  69.00  0.00000 0.00000 0.27600 0.72400
-  18.00  78.00  0.00000 0.00000 0.06371 0.93629
-  21.00 -36.00  0.01579 0.28654 0.08330 0.61437
-  21.00 -33.00  0.00881 0.92040 0.07078 0.00000
-  21.00 -30.00  0.02054 0.87112 0.10834 0.00000
-  21.00 -27.00  0.01502 0.60165 0.38332 0.00000
-  21.00 -24.00  0.00021 0.47060 0.52919 0.00000
-  21.00 -21.00  0.01172 0.37749 0.61079 0.00000
-  21.00 -18.00  0.02442 0.54922 0.42637 0.00000
-  21.00 -15.00  0.00958 0.45050 0.53992 0.00000
-  21.00 -12.00  0.00415 0.23739 0.75845 0.00000
-  21.00  -9.00  0.02253 0.12503 0.85244 0.00000
-  21.00  -6.00  0.04135 0.04683 0.91182 0.00000
-  21.00  -3.00  0.01214 0.00837 0.97948 0.00000
-  21.00   0.00  0.03759 0.02204 0.93397 0.00640
-  21.00   3.00  0.01226 0.00804 0.97824 0.00146
-  21.00   6.00  0.00910 0.02645 0.96445 0.00000
-  21.00   9.00  0.09802 0.49006 0.41192 0.00000
-  21.00  12.00  0.14989 0.72442 0.12569 0.00000
-  21.00  15.00  0.00013 0.30082 0.69905 0.00000
-  21.00  18.00  0.00116 0.01737 0.98147 0.00000
-  21.00  21.00  0.01990 0.01647 0.96363 0.00000
-  21.00  24.00  0.02123 0.01127 0.96750 0.00000
-  21.00  27.00  0.02274 0.00277 0.97450 0.00000
-  21.00  30.00  0.01341 0.23815 0.62407 0.12437
-  21.00  33.00  0.00252 0.00736 0.00538 0.98475
-  21.00  36.00  0.10562 0.18318 0.18269 0.52851
-  21.00  39.00  0.28186 0.23856 0.30430 0.17528
-  21.00  42.00  0.32275 0.19427 0.48104 0.00194
-  21.00  45.00  0.43418 0.14933 0.41648 0.00001
-  21.00  48.00  0.44882 0.11007 0.44062 0.00049
-  21.00  51.00  0.38562 0.14472 0.46170 0.00796
-  21.00  54.00  0.40041 0.10219 0.46298 0.03442
-  21.00  57.00  0.04194 0.01193 0.17579 0.77034
-  21.00  60.00  0.16768 0.00229 0.61704 0.21299
-  21.00  63.00  0.01462 0.00026 0.34155 0.64357
-  21.00  66.00  0.00188 0.00028 0.98603 0.01181
-  21.00  69.00  0.00000 0.00008 0.43703 0.56289
-  21.00  78.00  0.00000 0.00000 0.06725 0.93275
-  24.00 -36.00  0.01389 0.19974 0.09118 0.69519
-  24.00 -33.00  0.02696 0.78648 0.18216 0.00439
-  24.00 -30.00  0.12874 0.75289 0.11643 0.00193
-  24.00 -27.00  0.13169 0.63260 0.23562 0.00009
-  24.00 -24.00  0.00626 0.51860 0.47514 0.00000
-  24.00 -21.00  0.02015 0.24028 0.73957 0.00000
-  24.00 -18.00  0.11498 0.29105 0.59106 0.00291
-  24.00 -15.00  0.00485 0.23549 0.75967 0.00000
-  24.00 -12.00  0.03018 0.13100 0.83631 0.00252
-  24.00  -9.00  0.02797 0.10420 0.85574 0.01209
-  24.00  -6.00  0.03142 0.09692 0.86690 0.00476
-  24.00  -3.00  0.02816 0.01970 0.94783 0.00431
-  24.00   0.00  0.01964 0.01169 0.96201 0.00666
-  24.00   3.00  0.01577 0.01917 0.96277 0.00229
-  24.00   6.00  0.03039 0.46534 0.50427 0.00000
-  24.00   9.00  0.16959 0.77201 0.05840 0.00000
-  24.00  12.00  0.04823 0.78215 0.16962 0.00000
-  24.00  15.00  0.00000 0.04907 0.95093 0.00000
-  24.00  18.00  0.00083 0.00342 0.99576 0.00000
-  24.00  21.00  0.00882 0.00596 0.98522 0.00000
-  24.00  24.00  0.00045 0.00749 0.99206 0.00000
-  24.00  27.00  0.00330 0.00371 0.99298 0.00000
-  24.00  30.00  0.00037 0.02948 0.53572 0.43444
-  24.00  33.00  0.01887 0.03838 0.01701 0.92573
-  24.00  36.00  0.02233 0.03702 0.04256 0.89810
-  24.00  39.00  0.20791 0.10284 0.22722 0.46203
-  24.00  42.00  0.45599 0.19828 0.34467 0.00106
-  24.00  45.00  0.30086 0.16178 0.53702 0.00034
-  24.00  48.00  0.59585 0.10579 0.29789 0.00048
-  24.00  51.00  0.38475 0.12117 0.49322 0.00086
-  24.00  54.00  0.31545 0.09702 0.57363 0.01390
-  24.00  57.00  0.14314 0.04075 0.59166 0.22444
-  24.00  60.00  0.07133 0.00111 0.71002 0.21753
-  24.00  63.00  0.08585 0.00061 0.73998 0.17356
-  24.00  66.00  0.00545 0.00001 0.97252 0.02201
-  24.00  69.00  0.00000 0.00002 0.56605 0.43393
-  24.00  78.00  0.00000 0.00000 0.00024 0.99976
-  27.00 -36.00  0.00184 0.01985 0.00999 0.96832
-  27.00 -33.00  0.10089 0.38595 0.32338 0.18978
-  27.00 -30.00  0.23634 0.59154 0.16956 0.00257
-  27.00 -27.00  0.26538 0.55416 0.17837 0.00209
-  27.00 -24.00  0.14857 0.53267 0.31876 0.00000
-  27.00 -21.00  0.06127 0.26085 0.67788 0.00000
-  27.00 -18.00  0.14114 0.25639 0.56178 0.04069
-  27.00 -15.00  0.06514 0.21369 0.72113 0.00004
-  27.00 -12.00  0.05808 0.17579 0.72132 0.04481
-  27.00  -9.00  0.03913 0.12211 0.75003 0.08874
-  27.00  -6.00  0.09443 0.11676 0.65499 0.13382
-  27.00  -3.00  0.18027 0.11635 0.65992 0.04346
-  27.00   0.00  0.04595 0.06818 0.88412 0.00176
-  27.00   3.00  0.04565 0.39607 0.55820 0.00008
-  27.00   6.00  0.06029 0.80916 0.13055 0.00000
-  27.00   9.00  0.13450 0.80258 0.06292 0.00000
-  27.00  12.00  0.01823 0.79843 0.18334 0.00000
-  27.00  15.00  0.00043 0.01517 0.98440 0.00000
-  27.00  18.00  0.00012 0.00123 0.99865 0.00000
-  27.00  21.00  0.00180 0.00008 0.99812 0.00000
-  27.00  24.00  0.00429 0.00000 0.99571 0.00000
-  27.00  27.00  0.00103 0.00000 0.99897 0.00000
-  27.00  30.00  0.01184 0.00000 0.35026 0.63790
-  27.00  33.00  0.00077 0.00281 0.00158 0.99484
-  27.00  36.00  0.29167 0.09387 0.38162 0.23284
-  27.00  39.00  0.31188 0.06782 0.33907 0.28123
-  27.00  42.00  0.20584 0.08949 0.14352 0.56114
-  27.00  45.00  0.56338 0.20679 0.18712 0.04271
-  27.00  48.00  0.57165 0.11958 0.30777 0.00101
-  27.00  51.00  0.40093 0.11510 0.48306 0.00090
-  27.00  54.00  0.19961 0.18619 0.60201 0.01219
-  27.00  57.00  0.10365 0.12715 0.60648 0.16272
-  27.00  60.00  0.05212 0.01712 0.62325 0.30751
-  27.00  63.00  0.02729 0.00017 0.87806 0.09448
-  27.00  66.00  0.00236 0.00053 0.94090 0.05621
-  27.00  69.00  0.00000 0.00016 0.54507 0.45477
-  30.00 -33.00  0.03295 0.00836 0.03484 0.92384
-  30.00 -30.00  0.15754 0.23899 0.30562 0.29784
-  30.00 -27.00  0.19454 0.42016 0.35542 0.02988
-  30.00 -24.00  0.16558 0.48182 0.35242 0.00018
-  30.00 -21.00  0.08602 0.31950 0.59433 0.00014
-  30.00 -18.00  0.11776 0.41155 0.45261 0.01808
-  30.00 -15.00  0.12237 0.31688 0.56008 0.00067
-  30.00 -12.00  0.06288 0.24720 0.68871 0.00121
-  30.00  -9.00  0.07389 0.20602 0.55079 0.16930
-  30.00  -6.00  0.10130 0.22777 0.66841 0.00252
-  30.00  -3.00  0.19331 0.15900 0.31724 0.33045
-  30.00   0.00  0.29790 0.19926 0.43812 0.06471
-  30.00   3.00  0.07346 0.66008 0.26646 0.00000
-  30.00   6.00  0.06084 0.71757 0.22159 0.00000
-  30.00   9.00  0.14929 0.73530 0.11540 0.00000
-  30.00  12.00  0.09487 0.73728 0.16478 0.00307
-  30.00  15.00  0.00355 0.05565 0.93758 0.00322
-  30.00  18.00  0.00167 0.01719 0.97542 0.00571
-  30.00  21.00  0.00091 0.00058 0.97194 0.02657
-  30.00  24.00  0.04694 0.00000 0.95247 0.00059
-  30.00  27.00  0.06968 0.00000 0.88860 0.04172
-  30.00  30.00  0.19882 0.00000 0.24163 0.55955
-  30.00  33.00  0.00548 0.00021 0.03241 0.96190
-  30.00  36.00  0.30082 0.14822 0.37570 0.17525
-  30.00  39.00  0.30771 0.08365 0.40953 0.19912
-  30.00  45.00  0.36504 0.07711 0.11423 0.44362
-  30.00  48.00  0.50639 0.13971 0.31742 0.03648
-  30.00  51.00  0.30393 0.22938 0.46541 0.00128
-  30.00  54.00  0.14009 0.34231 0.51276 0.00484
-  30.00  57.00  0.07484 0.18362 0.71363 0.02791
-  30.00  60.00  0.01761 0.01224 0.60697 0.36319
-  30.00  63.00  0.00611 0.00077 0.87974 0.11338
-  30.00  66.00  0.00071 0.00082 0.85675 0.14171
-  30.00  69.00  0.00000 0.00087 0.26165 0.73748
-  33.00 -27.00  0.00684 0.15589 0.09085 0.74642
-  33.00 -24.00  0.03604 0.48648 0.27548 0.20200
-  33.00 -21.00  0.01884 0.33389 0.43986 0.20741
-  33.00 -18.00  0.09104 0.53852 0.35800 0.01244
-  33.00 -15.00  0.14860 0.30627 0.41162 0.13351
-  33.00 -12.00  0.06955 0.20137 0.59570 0.13338
-  33.00  -9.00  0.16552 0.33895 0.49282 0.00271
-  33.00  -6.00  0.17187 0.35468 0.45734 0.01610
-  33.00  -3.00  0.15238 0.21684 0.37730 0.25348
-  33.00   0.00  0.32694 0.26903 0.36683 0.03720
-  33.00   3.00  0.14762 0.51117 0.33023 0.01097
-  33.00   6.00  0.09868 0.43212 0.46920 0.00000
-  33.00   9.00  0.10695 0.50924 0.38322 0.00060
-  33.00  12.00  0.24156 0.63237 0.12474 0.00133
-  33.00  15.00  0.01264 0.37958 0.60367 0.00411
-  33.00  18.00  0.00061 0.02253 0.97546 0.00140
-  33.00  21.00  0.00032 0.00097 0.94221 0.05650
-  33.00  24.00  0.00218 0.00000 0.55251 0.44531
-  33.00  27.00  0.00078 0.20779 0.51533 0.27610
-  33.00  30.00  0.07671 0.03625 0.53117 0.35587
-  33.00  33.00  0.07087 0.00554 0.10536 0.81823
-  33.00  36.00  0.27831 0.20688 0.34286 0.17195
-  33.00  39.00  0.34743 0.16064 0.45473 0.03720
-  33.00  42.00  0.02512 0.00921 0.03525 0.93042
-  33.00  45.00  0.47590 0.13722 0.15088 0.23601
-  33.00  48.00  0.60709 0.14314 0.23523 0.01453
-  33.00  51.00  0.38655 0.28410 0.32933 0.00002
-  33.00  54.00  0.18540 0.26717 0.54578 0.00165
-  33.00  57.00  0.08601 0.19500 0.70929 0.00970
-  33.00  60.00  0.01972 0.06391 0.71521 0.20116
-  33.00  63.00  0.00043 0.00036 0.67622 0.32299
-  33.00  66.00  0.00001 0.00213 0.77321 0.22465
-  33.00  69.00  0.00000 0.00110 0.07283 0.92606
-  36.00 -21.00  0.00083 0.02792 0.03407 0.93719
-  36.00 -18.00  0.02097 0.34316 0.50009 0.13578
-  36.00 -15.00  0.05839 0.63113 0.31048 0.00000
-  36.00 -12.00  0.11242 0.29820 0.58938 0.00000
-  36.00  -9.00  0.08500 0.20993 0.69726 0.00781
-  36.00  -6.00  0.14212 0.36288 0.48819 0.00682
-  36.00  -3.00  0.13376 0.38891 0.47027 0.00706
-  36.00   0.00  0.04307 0.39978 0.54115 0.01599
-  36.00   3.00  0.05940 0.22269 0.67463 0.04328
-  36.00   6.00  0.20322 0.16950 0.60834 0.01895
-  36.00   9.00  0.16811 0.18849 0.63070 0.01270
-  36.00  12.00  0.17118 0.26368 0.54962 0.01553
-  36.00  15.00  0.02176 0.53325 0.42785 0.01713
-  36.00  18.00  0.00102 0.05090 0.44047 0.50760
-  36.00  21.00  0.00001 0.02646 0.17542 0.79810
-  36.00  24.00  0.00003 0.62577 0.06671 0.30748
-  36.00  27.00  0.00077 0.73034 0.26888 0.00000
-  36.00  30.00  0.03924 0.34650 0.61426 0.00000
-  36.00  33.00  0.19714 0.47578 0.32358 0.00350
-  36.00  36.00  0.39693 0.28470 0.30175 0.01662
-  36.00  39.00  0.17924 0.16226 0.37451 0.28398
-  36.00  42.00  0.02232 0.01455 0.05783 0.90530
-  36.00  45.00  0.36591 0.09885 0.13792 0.39733
-  36.00  48.00  0.62150 0.14716 0.22842 0.00293
-  36.00  51.00  0.62890 0.20889 0.16200 0.00020
-  36.00  54.00  0.24430 0.25474 0.49498 0.00597
-  36.00  57.00  0.13516 0.23471 0.55148 0.07864
-  36.00  60.00  0.01952 0.05710 0.84749 0.07590
-  36.00  63.00  0.00423 0.00146 0.46699 0.52732
-  36.00  66.00  0.00000 0.01230 0.78499 0.20272
-  36.00  69.00  0.00000 0.00003 0.00292 0.99705
-  39.00 -18.00  0.01136 0.14239 0.08492 0.76132
-  39.00 -15.00  0.02400 0.28284 0.23080 0.46236
-  39.00 -12.00  0.01342 0.09830 0.28122 0.60706
-  39.00  -9.00  0.00982 0.02085 0.08814 0.88119
-  39.00  -6.00  0.03408 0.05342 0.08703 0.82546
-  39.00  -3.00  0.02505 0.30660 0.47447 0.19388
-  39.00   0.00  0.00347 0.56191 0.43462 0.00000
-  39.00   3.00  0.02259 0.26079 0.71662 0.00000
-  39.00   6.00  0.10224 0.19522 0.70171 0.00083
-  39.00   9.00  0.13348 0.16752 0.69799 0.00101
-  39.00  12.00  0.05272 0.13523 0.71502 0.09703
-  39.00  15.00  0.00332 0.06792 0.03859 0.89017
-  39.00  18.00  0.00016 0.42963 0.02829 0.54192
-  39.00  21.00  0.00009 0.74913 0.23490 0.01587
-  39.00  24.00  0.00005 0.87925 0.12071 0.00000
-  39.00  27.00  0.00027 0.84141 0.15832 0.00000
-  39.00  30.00  0.00007 0.48050 0.51942 0.00000
-  39.00  33.00  0.04445 0.27691 0.67851 0.00013
-  39.00  36.00  0.39021 0.26500 0.34060 0.00419
-  39.00  39.00  0.15922 0.11019 0.46937 0.26122
-  39.00  42.00  0.14670 0.11562 0.35678 0.38090
-  39.00  45.00  0.61313 0.19798 0.17262 0.01627
-  39.00  48.00  0.61679 0.20996 0.17310 0.00015
-  39.00  51.00  0.59688 0.20341 0.19874 0.00098
-  39.00  54.00  0.24713 0.28457 0.46747 0.00083
-  39.00  57.00  0.14040 0.28205 0.56640 0.01114
-  39.00  60.00  0.02239 0.05323 0.91861 0.00576
-  39.00  63.00  0.01183 0.00451 0.79144 0.19222
-  39.00  66.00  0.00000 0.00295 0.37302 0.62403
-  42.00 -27.00  0.01517 0.10948 0.03386 0.84148
-  42.00 -24.00  0.03951 0.33136 0.12731 0.50183
-  42.00 -21.00  0.00324 0.13641 0.11708 0.74328
-  42.00 -18.00  0.00129 0.09647 0.06126 0.84099
-  42.00 -15.00  0.00445 0.00050 0.00072 0.99433
-  42.00 -12.00  0.00749 0.00088 0.00132 0.99031
-  42.00  -3.00  0.00565 0.03047 0.01276 0.95113
-  42.00   0.00  0.06107 0.54556 0.15795 0.23542
-  42.00   3.00  0.00223 0.51137 0.48640 0.00000
-  42.00   6.00  0.00062 0.20796 0.79142 0.00000
-  42.00   9.00  0.01296 0.35486 0.36801 0.26417
-  42.00  12.00  0.08151 0.28546 0.26481 0.36822
-  42.00  15.00  0.02488 0.54187 0.24852 0.18473
-  42.00  18.00  0.00037 0.70140 0.29823 0.00000
-  42.00  21.00  0.00000 0.43829 0.56171 0.00000
-  42.00  24.00  0.00097 0.75100 0.24803 0.00000
-  42.00  27.00  0.00101 0.81094 0.18805 0.00000
-  42.00  30.00  0.06371 0.12598 0.80012 0.01019
-  42.00  33.00  0.15845 0.11376 0.71005 0.01774
-  42.00  36.00  0.36455 0.23471 0.35994 0.04080
-  42.00  39.00  0.24517 0.25389 0.49960 0.00134
-  42.00  42.00  0.31199 0.25303 0.43423 0.00075
-  42.00  45.00  0.31318 0.47783 0.18198 0.02701
-  42.00  48.00  0.46738 0.34804 0.16405 0.02054
-  42.00  51.00  0.60293 0.20266 0.19437 0.00004
-  42.00  54.00  0.27213 0.21314 0.50745 0.00727
-  42.00  57.00  0.07600 0.17314 0.73826 0.01260
-  42.00  60.00  0.01936 0.03507 0.94393 0.00164
-  42.00  63.00  0.00255 0.00110 0.99016 0.00618
-  42.00  66.00  0.00000 0.00148 0.28326 0.71525
-  45.00 -27.00  0.02504 0.21680 0.09234 0.66582
-  45.00 -24.00  0.04825 0.68906 0.21703 0.04567
-  45.00 -21.00  0.01624 0.72208 0.26140 0.00028
-  45.00 -18.00  0.01453 0.59680 0.21379 0.17488
-  45.00 -15.00  0.00100 0.01891 0.01909 0.96099
-  45.00   0.00  0.01297 0.07665 0.02800 0.88238
-  45.00   3.00  0.00139 0.61648 0.26807 0.11406
-  45.00   6.00  0.00000 0.44214 0.55786 0.00000
-  45.00   9.00  0.00063 0.34883 0.26755 0.38299
-  45.00  12.00  0.00382 0.27635 0.23747 0.48236
-  45.00  15.00  0.00107 0.30222 0.69671 0.00000
-  45.00  18.00  0.00011 0.29239 0.70750 0.00000
-  45.00  21.00  0.00005 0.39346 0.60649 0.00000
-  45.00  24.00  0.00024 0.87385 0.12590 0.00000
-  45.00  27.00  0.00046 0.58148 0.41398 0.00409
-  45.00  30.00  0.11874 0.13654 0.74287 0.00186
-  45.00  33.00  0.32245 0.37816 0.29891 0.00048
-  45.00  36.00  0.36916 0.44580 0.13671 0.04833
-  45.00  39.00  0.25992 0.29211 0.43074 0.01724
-  45.00  42.00  0.22306 0.25440 0.34095 0.18158
-  45.00  45.00  0.12141 0.48037 0.34673 0.05150
-  45.00  48.00  0.19152 0.59652 0.18813 0.02383
-  45.00  51.00  0.46812 0.22000 0.29479 0.01710
-  45.00  54.00  0.37102 0.15548 0.44271 0.03079
-  45.00  57.00  0.11819 0.05866 0.82315 0.00000
-  45.00  60.00  0.00722 0.01506 0.97569 0.00202
-  45.00  63.00  0.00080 0.00148 0.99397 0.00375
-  45.00  66.00  0.00003 0.00110 0.40075 0.59813
-  48.00 -24.00  0.00416 0.01637 0.01282 0.96665
-  48.00 -21.00  0.05200 0.09394 0.16848 0.68558
-  48.00 -18.00  0.05352 0.27382 0.28189 0.39077
-  48.00 -15.00  0.06006 0.23463 0.19309 0.51222
-  48.00   3.00  0.00000 0.04960 0.02996 0.92044
-  48.00   6.00  0.00000 0.37169 0.19544 0.43287
-  48.00   9.00  0.00096 0.48029 0.31112 0.20762
-  48.00  12.00  0.00057 0.05083 0.09358 0.85501
-  48.00  15.00  0.00282 0.38980 0.60313 0.00425
-  48.00  18.00  0.00000 0.12324 0.87676 0.00000
-  48.00  21.00  0.00000 0.16201 0.83799 0.00000
-  48.00  24.00  0.00119 0.28935 0.55441 0.15505
-  48.00  27.00  0.00412 0.12865 0.12787 0.73936
-  48.00  30.00  0.15008 0.41706 0.40781 0.02505
-  48.00  33.00  0.12688 0.61953 0.25259 0.00101
-  48.00  36.00  0.20029 0.27901 0.12878 0.39193
-  48.00  39.00  0.11265 0.13348 0.18771 0.56615
-  48.00  42.00  0.00338 0.02654 0.01574 0.95434
-  48.00  45.00  0.04357 0.37967 0.12059 0.45617
-  48.00  48.00  0.05263 0.79467 0.15114 0.00156
-  48.00  51.00  0.44801 0.30253 0.21169 0.03778
-  48.00  54.00  0.43198 0.18519 0.32044 0.06239
-  48.00  57.00  0.18921 0.09672 0.71387 0.00019
-  48.00  60.00  0.00188 0.00827 0.98785 0.00200
-  48.00  63.00  0.00070 0.00049 0.99749 0.00132
-  48.00  66.00  0.00006 0.00046 0.64810 0.35138
-  48.00  69.00  0.00000 0.00007 0.05004 0.94989
-  51.00   9.00  0.00003 0.01460 0.01260 0.97277
-  51.00  12.00  0.02105 0.00009 0.00068 0.97818
-  51.00  15.00  0.00983 0.14871 0.47723 0.36423
-  51.00  18.00  0.00000 0.36049 0.63950 0.00000
-  51.00  21.00  0.00145 0.24352 0.75429 0.00074
-  51.00  24.00  0.00264 0.02630 0.13675 0.83431
-  51.00  27.00  0.08780 0.30422 0.43102 0.17696
-  51.00  30.00  0.09084 0.27619 0.63264 0.00033
-  51.00  33.00  0.02840 0.23234 0.73926 0.00000
-  51.00  36.00  0.10926 0.07583 0.08448 0.73043
-  51.00  39.00  0.00006 0.07166 0.25903 0.66925
-  51.00  42.00  0.00020 0.50212 0.29484 0.20285
-  51.00  45.00  0.00393 0.33196 0.32545 0.33866
-  51.00  48.00  0.03541 0.80206 0.15949 0.00304
-  51.00  51.00  0.46052 0.35572 0.18320 0.00056
-  51.00  54.00  0.37757 0.17703 0.40947 0.03592
-  51.00  57.00  0.08330 0.05746 0.85887 0.00037
-  51.00  60.00  0.00226 0.00341 0.99248 0.00184
-  51.00  63.00  0.00029 0.00024 0.99401 0.00546
-  51.00  66.00  0.00009 0.00016 0.76637 0.23338
-  51.00  69.00  0.00000 0.00000 0.15298 0.84702
-  51.00  72.00  0.00000 0.00000 0.11229 0.88771
-  54.00 -24.00  0.00310 0.00071 0.01616 0.98002
-  54.00 -21.00  0.00085 0.00015 0.00326 0.99573
-  54.00  12.00  0.01157 0.00000 0.00057 0.98786
-  54.00  15.00  0.00368 0.01050 0.14052 0.84530
-  54.00  18.00  0.00000 0.13604 0.82889 0.03506
-  54.00  21.00  0.00052 0.27012 0.72936 0.00000
-  54.00  24.00  0.02223 0.04606 0.35791 0.57380
-  54.00  27.00  0.01903 0.26308 0.70360 0.01429
-  54.00  30.00  0.00849 0.12597 0.86554 0.00000
-  54.00  33.00  0.00722 0.11831 0.87447 0.00000
-  54.00  36.00  0.13593 0.43340 0.42990 0.00077
-  54.00  39.00  0.00091 0.36746 0.63013 0.00150
-  54.00  42.00  0.00000 0.48273 0.51727 0.00000
-  54.00  45.00  0.00000 0.62991 0.37009 0.00000
-  54.00  48.00  0.06875 0.77927 0.15192 0.00007
-  54.00  51.00  0.46053 0.27253 0.26665 0.00029
-  54.00  54.00  0.30995 0.17930 0.50492 0.00583
-  54.00  57.00  0.08492 0.05672 0.81717 0.04120
-  54.00  60.00  0.00218 0.00806 0.98878 0.00098
-  54.00  63.00  0.00008 0.00019 0.99566 0.00407
-  54.00  66.00  0.00000 0.00006 0.76316 0.23678
-  54.00  69.00  0.00000 0.00000 0.28010 0.71990
-  54.00  72.00  0.00000 0.00000 0.40170 0.59830
-  54.00  75.00  0.00000 0.00000 0.00017 0.99983
-  57.00 -21.00  0.00279 0.00000 0.00116 0.99606
-  57.00  18.00  0.00006 0.00364 0.24164 0.75466
-  57.00  21.00  0.00104 0.02782 0.67323 0.29791
-  57.00  24.00  0.00002 0.04697 0.41513 0.53787
-  57.00  27.00  0.00964 0.16398 0.82638 0.00000
-  57.00  30.00  0.00173 0.06751 0.93076 0.00000
-  57.00  33.00  0.02258 0.27145 0.70597 0.00000
-  57.00  36.00  0.07707 0.55951 0.36329 0.00013
-  57.00  39.00  0.01170 0.69912 0.28051 0.00867
-  57.00  42.00  0.07445 0.24317 0.45198 0.23039
-  57.00  45.00  0.00019 0.61528 0.23276 0.15177
-  57.00  48.00  0.07797 0.77436 0.14744 0.00024
-  57.00  51.00  0.37701 0.23853 0.37883 0.00563
-  57.00  54.00  0.12449 0.10068 0.77381 0.00102
-  57.00  57.00  0.02574 0.02382 0.94856 0.00189
-  57.00  60.00  0.00049 0.00385 0.99540 0.00025
-  57.00  63.00  0.00012 0.00084 0.99463 0.00441
-  57.00  66.00  0.00000 0.00006 0.82504 0.17490
-  57.00  69.00  0.00000 0.00000 0.03949 0.96051
-  57.00  72.00  0.00000 0.00000 0.14616 0.85384
-  57.00  75.00  0.00000 0.00000 0.01046 0.98954
-  60.00  24.00  0.00808 0.06125 0.52654 0.40413
-  60.00  27.00  0.00880 0.06519 0.92601 0.00000
-  60.00  30.00  0.06267 0.17809 0.75466 0.00458
-  60.00  33.00  0.15479 0.49478 0.35043 0.00000
-  60.00  36.00  0.08602 0.67411 0.23893 0.00094
-  60.00  39.00  0.04366 0.73923 0.21686 0.00026
-  60.00  42.00  0.00953 0.45965 0.40176 0.12905
-  60.00  45.00  0.00966 0.55709 0.23297 0.20027
-  60.00  48.00  0.06252 0.77621 0.15862 0.00265
-  60.00  51.00  0.37060 0.42005 0.20340 0.00595
-  60.00  54.00  0.29397 0.22492 0.45076 0.03035
-  60.00  57.00  0.05440 0.03501 0.90674 0.00386
-  60.00  60.00  0.00138 0.00169 0.99566 0.00126
-  60.00  63.00  0.00048 0.00038 0.99745 0.00169
-  60.00  66.00  0.00000 0.00000 0.94875 0.05125
-  60.00  69.00  0.00000 0.00000 0.16626 0.83374
-  60.00  72.00  0.00000 0.00000 0.00947 0.99053
-  60.00  75.00  0.00000 0.00000 0.03318 0.96682
-  63.00  24.00  0.00224 0.02244 0.53536 0.43995
-  63.00  27.00  0.00390 0.05284 0.94326 0.00000
-  63.00  30.00  0.08232 0.37562 0.54188 0.00018
-  63.00  33.00  0.16232 0.66436 0.17333 0.00000
-  63.00  36.00  0.08201 0.75027 0.16686 0.00085
-  63.00  39.00  0.09625 0.56866 0.33113 0.00396
-  63.00  42.00  0.01087 0.66707 0.32206 0.00000
-  63.00  45.00  0.00770 0.68301 0.30926 0.00002
-  63.00  48.00  0.01931 0.80679 0.17275 0.00114
-  63.00  51.00  0.25450 0.54434 0.19222 0.00894
-  63.00  54.00  0.35873 0.28797 0.34541 0.00789
-  63.00  57.00  0.15812 0.06708 0.76946 0.00534
-  63.00  60.00  0.00207 0.00285 0.97353 0.02154
-  63.00  63.00  0.00009 0.00006 0.93449 0.06536
-  63.00  66.00  0.00000 0.00000 0.98644 0.01356
-  63.00  69.00  0.00000 0.00000 0.07961 0.92039
-  63.00  75.00  0.00000 0.00000 0.02586 0.97414
-  66.00  21.00  0.01858 0.00170 0.05097 0.92875
-  66.00  24.00  0.22682 0.04913 0.55101 0.17304
-  66.00  27.00  0.22493 0.05207 0.72171 0.00129
-  66.00  30.00  0.08832 0.30566 0.60539 0.00063
-  66.00  33.00  0.06837 0.68839 0.24294 0.00030
-  66.00  36.00  0.24816 0.49651 0.25394 0.00138
-  66.00  39.00  0.24176 0.57414 0.17710 0.00701
-  66.00  42.00  0.05316 0.75292 0.19392 0.00000
-  66.00  45.00  0.00080 0.74429 0.25453 0.00038
-  66.00  48.00  0.04685 0.80929 0.13695 0.00691
-  66.00  51.00  0.28787 0.50413 0.20070 0.00729
-  66.00  54.00  0.35307 0.31227 0.31365 0.02100
-  66.00  57.00  0.16252 0.06250 0.75166 0.02332
-  66.00  60.00  0.00168 0.00183 0.96541 0.03108
-  66.00  63.00  0.00017 0.00043 0.99052 0.00888
-  66.00  66.00  0.00000 0.00002 0.79714 0.20284
-  66.00  69.00  0.00000 0.00000 0.45261 0.54739
-  66.00  72.00  0.00000 0.00000 0.00881 0.99119
-  66.00  75.00  0.00000 0.00000 0.07320 0.92680
-  69.00  18.00  0.01471 0.00098 0.01265 0.97165
-  69.00  21.00  0.34850 0.05052 0.45923 0.14174
-  69.00  24.00  0.20515 0.06271 0.73073 0.00141
-  69.00  27.00  0.26389 0.06675 0.66101 0.00834
-  69.00  30.00  0.35453 0.07048 0.56166 0.01332
-  69.00  33.00  0.29498 0.30573 0.39518 0.00412
-  69.00  36.00  0.14194 0.39527 0.42548 0.03731
-  69.00  39.00  0.16100 0.46207 0.36906 0.00787
-  69.00  42.00  0.09322 0.70657 0.19791 0.00231
-  69.00  45.00  0.00054 0.78586 0.21360 0.00000
-  69.00  48.00  0.06440 0.79038 0.14331 0.00191
-  69.00  51.00  0.26603 0.52739 0.19975 0.00683
-  69.00  54.00  0.39966 0.29330 0.29308 0.01397
-  69.00  57.00  0.08501 0.03036 0.87466 0.00997
-  69.00  60.00  0.00309 0.00329 0.94857 0.04505
-  69.00  63.00  0.00040 0.00253 0.97617 0.02090
-  69.00  66.00  0.00000 0.00000 0.81012 0.18988
-  69.00  69.00  0.00000 0.00000 0.95921 0.04079
-  69.00  72.00  0.00000 0.00000 0.25809 0.74191
-  72.00  12.00  0.02274 0.00124 0.09306 0.88296
-  72.00  15.00  0.20276 0.01728 0.29784 0.48212
-  72.00  18.00  0.32001 0.02963 0.36854 0.28182
-  72.00  21.00  0.47628 0.03435 0.43459 0.05478
-  72.00  24.00  0.53504 0.03546 0.42873 0.00077
-  72.00  27.00  0.36270 0.06208 0.57518 0.00004
-  72.00  30.00  0.73534 0.04311 0.20887 0.01269
-  72.00  33.00  0.37659 0.11982 0.47846 0.02513
-  72.00  36.00  0.00302 0.07913 0.77592 0.14193
-  72.00  39.00  0.08447 0.47525 0.41172 0.02856
-  72.00  42.00  0.07038 0.70173 0.22751 0.00038
-  72.00  45.00  0.00703 0.65392 0.21902 0.12003
-  72.00  48.00  0.09082 0.76150 0.14495 0.00273
-  72.00  51.00  0.16601 0.68745 0.13975 0.00679
-  72.00  54.00  0.46685 0.20133 0.32967 0.00216
-  72.00  57.00  0.03840 0.01444 0.94555 0.00161
-  72.00  60.00  0.00073 0.00807 0.91884 0.07236
-  72.00  63.00  0.00000 0.00683 0.97753 0.01564
-  72.00  66.00  0.00000 0.00071 0.48921 0.51007
-  72.00  69.00  0.00000 0.00000 0.50291 0.49709
-  72.00  72.00  0.00000 0.00000 0.04442 0.95558
-  75.00   6.00  0.05894 0.00067 0.04738 0.89301
-  75.00   9.00  0.27010 0.00479 0.38851 0.33659
-  75.00  12.00  0.54583 0.04425 0.40086 0.00906
-  75.00  15.00  0.64281 0.05244 0.30078 0.00396
-  75.00  18.00  0.50763 0.04976 0.43801 0.00460
-  75.00  21.00  0.44426 0.04858 0.50364 0.00352
-  75.00  24.00  0.53209 0.03804 0.42460 0.00528
-  75.00  27.00  0.69176 0.01627 0.29144 0.00053
-  75.00  30.00  0.57082 0.11510 0.27310 0.04098
-  75.00  33.00  0.08352 0.05087 0.68980 0.17580
-  75.00  36.00  0.04155 0.42908 0.43417 0.09520
-  75.00  39.00  0.06839 0.46274 0.46373 0.00515
-  75.00  42.00  0.06447 0.64794 0.20417 0.08342
-  75.00  45.00  0.00756 0.56892 0.35880 0.06472
-  75.00  48.00  0.06517 0.80605 0.12622 0.00256
-  75.00  51.00  0.26335 0.56440 0.16469 0.00756
-  75.00  54.00  0.36647 0.17149 0.42923 0.03281
-  75.00  57.00  0.01480 0.00678 0.97744 0.00097
-  75.00  60.00  0.00149 0.01005 0.96288 0.02558
-  75.00  63.00  0.00000 0.00572 0.96743 0.02685
-  75.00  66.00  0.00000 0.00006 0.81634 0.18360
-  75.00  69.00  0.00000 0.00000 0.73400 0.26600
-  75.00  72.00  0.00000 0.00000 0.03815 0.96185
-  78.00   6.00  0.11549 0.02515 0.23737 0.62198
-  78.00   9.00  0.34243 0.00717 0.18766 0.46274
-  78.00  12.00  0.53740 0.01659 0.16837 0.27764
-  78.00  15.00  0.63540 0.02463 0.25724 0.08273
-  78.00  18.00  0.37900 0.03310 0.58538 0.00252
-  78.00  21.00  0.37446 0.04349 0.58019 0.00186
-  78.00  24.00  0.66802 0.03125 0.29393 0.00680
-  78.00  27.00  0.70886 0.01034 0.27778 0.00302
-  78.00  30.00  0.07276 0.48150 0.40813 0.03760
-  78.00  33.00  0.00221 0.53946 0.43580 0.02253
-  78.00  36.00  0.01516 0.25231 0.73213 0.00040
-  78.00  39.00  0.04506 0.31475 0.63873 0.00145
-  78.00  42.00  0.11748 0.60269 0.27460 0.00522
-  78.00  45.00  0.08055 0.67919 0.19605 0.04421
-  78.00  48.00  0.07063 0.77312 0.15544 0.00080
-  78.00  51.00  0.41547 0.32510 0.23795 0.02148
-  78.00  54.00  0.33775 0.15565 0.48780 0.01879
-  78.00  57.00  0.02208 0.01279 0.96045 0.00468
-  78.00  60.00  0.00137 0.00414 0.97580 0.01869
-  78.00  63.00  0.00000 0.00123 0.97276 0.02601
-  78.00  66.00  0.00000 0.00000 0.97433 0.02567
-  78.00  69.00  0.00000 0.00000 0.94773 0.05227
-  78.00  72.00  0.00000 0.00000 0.07709 0.92291
-  81.00   6.00  0.05382 0.01231 0.11264 0.82124
-  81.00  15.00  0.16425 0.00552 0.14251 0.68772
-  81.00  18.00  0.51284 0.05267 0.42380 0.01068
-  81.00  21.00  0.63885 0.05018 0.30605 0.00492
-  81.00  24.00  0.81071 0.01386 0.15610 0.01933
-  81.00  27.00  0.31104 0.14687 0.52501 0.01708
-  81.00  30.00  0.00084 0.76412 0.21012 0.02493
-  81.00  33.00  0.00000 0.69700 0.28280 0.02019
-  81.00  36.00  0.00454 0.24787 0.74748 0.00011
-  81.00  39.00  0.03308 0.15194 0.81494 0.00003
-  81.00  42.00  0.14517 0.57978 0.26241 0.01264
-  81.00  45.00  0.19417 0.58418 0.17474 0.04691
-  81.00  48.00  0.18029 0.53299 0.25082 0.03590
-  81.00  51.00  0.43563 0.19503 0.35990 0.00944
-  81.00  54.00  0.30107 0.09529 0.58578 0.01786
-  81.00  57.00  0.05364 0.02206 0.92003 0.00427
-  81.00  60.00  0.00244 0.00517 0.98489 0.00749
-  81.00  63.00  0.00002 0.00054 0.99388 0.00555
-  81.00  66.00  0.00000 0.00000 0.98672 0.01328
-  81.00  69.00  0.00000 0.00000 0.73989 0.26011
-  81.00  72.00  0.00000 0.00000 0.44464 0.55536
-  84.00  18.00  0.33609 0.01609 0.12944 0.51839
-  84.00  21.00  0.70564 0.02652 0.25738 0.01046
-  84.00  24.00  0.87701 0.01251 0.09368 0.01680
-  84.00  27.00  0.10428 0.44383 0.42563 0.02627
-  84.00  30.00  0.00000 0.79576 0.17660 0.02764
-  84.00  33.00  0.00025 0.80573 0.18296 0.01105
-  84.00  36.00  0.00085 0.35370 0.64477 0.00068
-  84.00  39.00  0.01487 0.12205 0.85958 0.00349
-  84.00  42.00  0.13233 0.59482 0.27075 0.00210
-  84.00  45.00  0.07758 0.43335 0.47124 0.01783
-  84.00  48.00  0.13250 0.41670 0.43865 0.01215
-  84.00  51.00  0.25571 0.13752 0.60423 0.00254
-  84.00  54.00  0.28008 0.09215 0.62662 0.00114
-  84.00  57.00  0.03393 0.00876 0.95482 0.00249
-  84.00  60.00  0.00429 0.00600 0.98877 0.00094
-  84.00  63.00  0.00005 0.00018 0.99667 0.00310
-  84.00  66.00  0.00004 0.00000 0.96011 0.03985
-  84.00  69.00  0.00000 0.00000 0.97708 0.02292
-  84.00  72.00  0.00004 0.00001 0.52422 0.47574
-  87.00  21.00  0.57415 0.01056 0.15996 0.25533
-  87.00  24.00  0.76137 0.02692 0.20226 0.00945
-  87.00  27.00  0.04334 0.58876 0.35187 0.01603
-  87.00  30.00  0.00000 0.75975 0.19963 0.04062
-  87.00  33.00  0.00029 0.77797 0.20133 0.02041
-  87.00  36.00  0.00031 0.53815 0.44721 0.01433
-  87.00  39.00  0.00112 0.08990 0.90482 0.00416
-  87.00  42.00  0.05406 0.44612 0.49715 0.00267
-  87.00  45.00  0.06841 0.60389 0.31500 0.01270
-  87.00  48.00  0.04207 0.39937 0.55466 0.00390
-  87.00  51.00  0.03582 0.01384 0.94665 0.00369
-  87.00  54.00  0.18927 0.05046 0.75732 0.00295
-  87.00  57.00  0.01340 0.00375 0.98171 0.00114
-  87.00  60.00  0.01248 0.00751 0.96408 0.01593
-  87.00  63.00  0.00129 0.00022 0.97395 0.02455
-  87.00  66.00  0.00000 0.00000 0.93117 0.06883
-  87.00  69.00  0.00000 0.00000 0.95995 0.04005
-  87.00  72.00  0.00000 0.00000 0.95964 0.04036
-  87.00  75.00  0.00000 0.00000 0.04432 0.95568
-  90.00   9.00  0.00362 0.00000 0.01266 0.98372
-  90.00  12.00  0.00754 0.00000 0.02162 0.97083
-  90.00  18.00  0.01081 0.00028 0.03343 0.95548
-  90.00  21.00  0.27165 0.02089 0.41834 0.28912
-  90.00  24.00  0.56633 0.02269 0.40892 0.00206
-  90.00  27.00  0.05352 0.51583 0.40640 0.02425
-  90.00  30.00  0.00654 0.79058 0.17883 0.02405
-  90.00  33.00  0.00028 0.60343 0.36906 0.02723
-  90.00  36.00  0.00185 0.37765 0.61861 0.00188
-  90.00  39.00  0.00000 0.06007 0.93993 0.00000
-  90.00  42.00  0.00480 0.24037 0.75375 0.00109
-  90.00  45.00  0.01645 0.67310 0.30454 0.00591
-  90.00  48.00  0.01454 0.69415 0.22996 0.06135
-  90.00  51.00  0.15169 0.10584 0.72873 0.01374
-  90.00  54.00  0.22122 0.06250 0.68590 0.03038
-  90.00  57.00  0.02501 0.00552 0.96191 0.00757
-  90.00  60.00  0.00085 0.00089 0.99099 0.00727
-  90.00  63.00  0.00000 0.00000 0.99452 0.00547
-  90.00  66.00  0.00000 0.00000 0.95045 0.04955
-  90.00  69.00  0.00000 0.00000 0.98465 0.01535
-  90.00  72.00  0.00000 0.00000 0.99565 0.00435
-  90.00  75.00  0.00000 0.00000 0.16965 0.83035
-  93.00   0.00  0.00346 0.00056 0.00374 0.99224
-  93.00   3.00  0.02103 0.00406 0.05474 0.92018
-  93.00   6.00  0.00184 0.00000 0.00931 0.98885
-  93.00  12.00  0.00040 0.00000 0.00174 0.99787
-  93.00  15.00  0.15258 0.00193 0.20877 0.63673
-  93.00  18.00  0.21532 0.00326 0.57025 0.21117
-  93.00  21.00  0.23158 0.00412 0.76405 0.00025
-  93.00  24.00  0.18482 0.00578 0.80940 0.00000
-  93.00  27.00  0.32142 0.17258 0.50330 0.00269
-  93.00  30.00  0.06867 0.70913 0.20270 0.01951
-  93.00  33.00  0.01636 0.66975 0.31266 0.00123
-  93.00  36.00  0.00442 0.14316 0.84673 0.00569
-  93.00  39.00  0.00578 0.15910 0.83512 0.00000
-  93.00  42.00  0.00457 0.40298 0.59244 0.00001
-  93.00  45.00  0.00011 0.64795 0.34709 0.00485
-  93.00  48.00  0.01709 0.68131 0.26889 0.03272
-  93.00  51.00  0.04493 0.07421 0.87847 0.00239
-  93.00  54.00  0.16495 0.03992 0.79393 0.00119
-  93.00  57.00  0.00993 0.00293 0.97699 0.01016
-  93.00  60.00  0.00098 0.00145 0.99732 0.00026
-  93.00  63.00  0.00005 0.00016 0.99448 0.00532
-  93.00  66.00  0.00000 0.00000 0.98062 0.01938
-  93.00  69.00  0.00000 0.00000 0.99057 0.00943
-  93.00  72.00  0.00000 0.00000 0.99727 0.00273
-  93.00  75.00  0.00000 0.00000 0.28633 0.71367
-  93.00  78.00  0.00000 0.00000 0.01556 0.98444
-  96.00  -3.00  0.00021 0.00009 0.03391 0.96579
-  96.00   0.00  0.04870 0.01041 0.14623 0.79465
-  96.00   3.00  0.12685 0.02300 0.34390 0.50625
-  96.00   6.00  0.01659 0.00103 0.05605 0.92633
-  96.00   9.00  0.02580 0.00091 0.12827 0.84502
-  96.00  12.00  0.02490 0.00093 0.20998 0.76420
-  96.00  15.00  0.14472 0.00414 0.53794 0.31320
-  96.00  18.00  0.11490 0.00504 0.87777 0.00229
-  96.00  21.00  0.07626 0.00978 0.91393 0.00002
-  96.00  24.00  0.05128 0.07464 0.87277 0.00131
-  96.00  27.00  0.15037 0.35518 0.47969 0.01476
-  96.00  30.00  0.04516 0.75805 0.19673 0.00005
-  96.00  33.00  0.01173 0.70212 0.27456 0.01159
-  96.00  36.00  0.01910 0.42808 0.54461 0.00821
-  96.00  39.00  0.01102 0.33046 0.65826 0.00027
-  96.00  42.00  0.00008 0.26674 0.73317 0.00000
-  96.00  45.00  0.00490 0.89965 0.09489 0.00055
-  96.00  48.00  0.00876 0.71840 0.26704 0.00581
-  96.00  51.00  0.01235 0.08605 0.89599 0.00562
-  96.00  54.00  0.04895 0.01052 0.94029 0.00024
-  96.00  57.00  0.00241 0.00135 0.98816 0.00808
-  96.00  60.00  0.00090 0.00471 0.99429 0.00010
-  96.00  63.00  0.00004 0.00013 0.99596 0.00387
-  96.00  66.00  0.00000 0.00000 0.99530 0.00470
-  96.00  69.00  0.00000 0.00000 0.99186 0.00814
-  96.00  72.00  0.00000 0.00000 0.98723 0.01277
-  96.00  75.00  0.00000 0.00000 0.27837 0.72163
-  96.00  78.00  0.00000 0.00000 0.08497 0.91503
-  99.00  -6.00  0.00561 0.00121 0.01717 0.97601
-  99.00  -3.00  0.09702 0.02008 0.39127 0.49164
-  99.00   0.00  0.23270 0.04431 0.55186 0.17113
-  99.00   3.00  0.17693 0.00912 0.29153 0.52242
-  99.00   6.00  0.16647 0.00655 0.26506 0.56192
-  99.00   9.00  0.03596 0.00148 0.11467 0.84789
-  99.00  12.00  0.32426 0.01266 0.43098 0.23210
-  99.00  15.00  0.40352 0.01714 0.57661 0.00273
-  99.00  18.00  0.10449 0.01654 0.87857 0.00040
-  99.00  21.00  0.08028 0.19719 0.72253 0.00000
-  99.00  24.00  0.07397 0.43120 0.49279 0.00204
-  99.00  27.00  0.04516 0.48832 0.46636 0.00017
-  99.00  30.00  0.01212 0.72487 0.26294 0.00008
-  99.00  33.00  0.05658 0.71067 0.23266 0.00008
-  99.00  36.00  0.12336 0.63861 0.19298 0.04505
-  99.00  39.00  0.01439 0.33084 0.65474 0.00003
-  99.00  42.00  0.00006 0.54402 0.45454 0.00139
-  99.00  45.00  0.00847 0.89217 0.09451 0.00485
-  99.00  48.00  0.01877 0.92065 0.04407 0.01651
-  99.00  51.00  0.03066 0.19884 0.74589 0.02462
-  99.00  54.00  0.04680 0.01531 0.90390 0.03399
-  99.00  57.00  0.00054 0.00027 0.98718 0.01202
-  99.00  60.00  0.00016 0.00086 0.99893 0.00004
-  99.00  63.00  0.00000 0.00001 0.99591 0.00408
-  99.00  66.00  0.00000 0.00000 0.99729 0.00271
-  99.00  69.00  0.00002 0.00000 0.99453 0.00545
-  99.00  72.00  0.00000 0.00000 0.87997 0.12003
-  99.00  75.00  0.00000 0.00000 0.45222 0.54778
-  99.00  78.00  0.00000 0.00000 0.08801 0.91199
- 102.00  -6.00  0.23452 0.04345 0.34704 0.37499
- 102.00  -3.00  0.23208 0.04754 0.51751 0.20287
- 102.00   0.00  0.17590 0.01531 0.30100 0.50778
- 102.00   3.00  0.10356 0.00417 0.31562 0.57664
- 102.00   6.00  0.00878 0.00029 0.00978 0.98114
- 102.00   9.00  0.10285 0.01704 0.21586 0.66425
- 102.00  12.00  0.30206 0.04242 0.60870 0.04682
- 102.00  15.00  0.50079 0.02093 0.47275 0.00553
- 102.00  18.00  0.05425 0.02614 0.91554 0.00406
- 102.00  21.00  0.17006 0.17878 0.64944 0.00173
- 102.00  24.00  0.21501 0.44512 0.33354 0.00633
- 102.00  27.00  0.32131 0.34818 0.32867 0.00184
- 102.00  30.00  0.24598 0.42464 0.32896 0.00042
- 102.00  33.00  0.20984 0.63148 0.15799 0.00070
- 102.00  36.00  0.10365 0.61423 0.28099 0.00112
- 102.00  39.00  0.00000 0.57316 0.42683 0.00001
- 102.00  42.00  0.00004 0.69265 0.30731 0.00000
- 102.00  45.00  0.00450 0.95259 0.04263 0.00028
- 102.00  48.00  0.04326 0.70872 0.24778 0.00024
- 102.00  51.00  0.07247 0.05299 0.81915 0.05538
- 102.00  54.00  0.01490 0.00534 0.93374 0.04603
- 102.00  57.00  0.00263 0.00351 0.96467 0.02920
- 102.00  60.00  0.00002 0.00050 0.99945 0.00003
- 102.00  63.00  0.00003 0.00004 0.99797 0.00197
- 102.00  66.00  0.00000 0.00000 0.98778 0.01222
- 102.00  69.00  0.00002 0.00000 0.99698 0.00300
- 102.00  72.00  0.00000 0.00000 0.93134 0.06866
- 102.00  75.00  0.00000 0.00000 0.78259 0.21741
- 102.00  78.00  0.00000 0.00000 0.11140 0.88860
- 105.00  -9.00  0.14732 0.02868 0.14254 0.68146
- 105.00  -6.00  0.13225 0.02133 0.13022 0.71620
- 105.00  -3.00  0.07707 0.01462 0.09057 0.81774
- 105.00   0.00  0.00051 0.00009 0.00143 0.99797
- 105.00   3.00  0.00049 0.00009 0.00126 0.99816
- 105.00   6.00  0.00589 0.00025 0.00682 0.98704
- 105.00   9.00  0.32115 0.02250 0.37984 0.27651
- 105.00  12.00  0.09839 0.03260 0.86682 0.00219
- 105.00  15.00  0.10187 0.03847 0.67372 0.18594
- 105.00  18.00  0.12898 0.01254 0.23630 0.62218
- 105.00  21.00  0.22502 0.19237 0.55719 0.02543
- 105.00  24.00  0.19273 0.24354 0.56350 0.00022
- 105.00  27.00  0.49822 0.21414 0.27933 0.00831
- 105.00  30.00  0.49900 0.14431 0.35053 0.00616
- 105.00  33.00  0.58808 0.16808 0.24323 0.00060
- 105.00  36.00  0.18470 0.71526 0.09688 0.00315
- 105.00  39.00  0.05601 0.73505 0.20648 0.00246
- 105.00  42.00  0.00000 0.79425 0.20575 0.00000
- 105.00  45.00  0.00122 0.95773 0.04103 0.00002
- 105.00  48.00  0.02518 0.64013 0.33457 0.00012
- 105.00  51.00  0.03760 0.05335 0.70988 0.19917
- 105.00  54.00  0.01957 0.00940 0.97050 0.00054
- 105.00  57.00  0.00173 0.00457 0.99366 0.00004
- 105.00  60.00  0.00002 0.00087 0.99910 0.00001
- 105.00  63.00  0.00000 0.00001 0.99638 0.00361
- 105.00  66.00  0.00000 0.00000 0.99960 0.00040
- 105.00  69.00  0.00000 0.00000 1.00000 0.00000
- 105.00  72.00  0.00000 0.00000 0.84262 0.15738
- 105.00  75.00  0.00000 0.00000 0.56596 0.43404
- 105.00  78.00  0.00000 0.00000 0.00150 0.99850
- 108.00  -9.00  0.18236 0.03829 0.16570 0.61365
- 108.00  -6.00  0.00173 0.00049 0.00392 0.99386
- 108.00  -3.00  0.07045 0.02312 0.32817 0.57826
- 108.00   0.00  0.10850 0.02124 0.25696 0.61330
- 108.00   3.00  0.00531 0.00111 0.00966 0.98392
- 108.00   9.00  0.02867 0.00133 0.07984 0.89017
- 108.00  12.00  0.06682 0.00477 0.33348 0.59493
- 108.00  15.00  0.01715 0.00143 0.05955 0.92187
- 108.00  18.00  0.08128 0.10247 0.18129 0.63495
- 108.00  21.00  0.26596 0.31683 0.27657 0.14064
- 108.00  24.00  0.13739 0.35037 0.51131 0.00094
- 108.00  27.00  0.19060 0.30656 0.50256 0.00028
- 108.00  30.00  0.16728 0.28524 0.54528 0.00220
- 108.00  33.00  0.47558 0.16822 0.34958 0.00663
- 108.00  36.00  0.32887 0.48036 0.18824 0.00253
- 108.00  39.00  0.06075 0.87745 0.05591 0.00589
- 108.00  42.00  0.00000 0.89799 0.10201 0.00000
- 108.00  45.00  0.00873 0.95510 0.03616 0.00001
- 108.00  48.00  0.02946 0.35100 0.61946 0.00009
- 108.00  51.00  0.01376 0.05946 0.83354 0.09323
- 108.00  54.00  0.01948 0.01534 0.80759 0.15759
- 108.00  57.00  0.00912 0.00572 0.98391 0.00126
- 108.00  60.00  0.00019 0.00071 0.99474 0.00437
- 108.00  63.00  0.00000 0.00000 0.99007 0.00992
- 108.00  66.00  0.00004 0.00000 0.99979 0.00016
- 108.00  69.00  0.00000 0.00000 1.00000 0.00000
- 108.00  72.00  0.00000 0.00000 0.73970 0.26030
- 108.00  75.00  0.00000 0.00000 0.51159 0.48841
- 111.00 -30.00  0.00003 0.00136 0.00160 0.99701
- 111.00 -27.00  0.00385 0.05730 0.04881 0.89003
- 111.00 -24.00  0.00290 0.03304 0.02275 0.94130
- 111.00  -9.00  0.22849 0.04875 0.16260 0.56016
- 111.00  -6.00  0.00778 0.00686 0.06657 0.91880
- 111.00  -3.00  0.10906 0.04773 0.83929 0.00391
- 111.00   0.00  0.10917 0.01699 0.82066 0.05318
- 111.00   3.00  0.01698 0.00058 0.07453 0.90792
- 111.00  18.00  0.00005 0.00005 0.00002 0.99988
- 111.00  21.00  0.14670 0.15776 0.39377 0.30177
- 111.00  24.00  0.20288 0.23193 0.56327 0.00192
- 111.00  27.00  0.30676 0.29308 0.37958 0.02058
- 111.00  30.00  0.41505 0.31172 0.25604 0.01719
- 111.00  33.00  0.43410 0.28641 0.27275 0.00674
- 111.00  36.00  0.41537 0.27831 0.30601 0.00031
- 111.00  39.00  0.20566 0.70801 0.08346 0.00288
- 111.00  42.00  0.01171 0.94457 0.04372 0.00000
- 111.00  45.00  0.00859 0.98005 0.01132 0.00004
- 111.00  48.00  0.05274 0.53344 0.41375 0.00006
- 111.00  51.00  0.04342 0.07677 0.87323 0.00658
- 111.00  54.00  0.00355 0.00473 0.98771 0.00401
- 111.00  57.00  0.00566 0.00522 0.98661 0.00251
- 111.00  60.00  0.00003 0.00017 0.97803 0.02176
- 111.00  63.00  0.00000 0.00001 0.98807 0.01193
- 111.00  66.00  0.00004 0.00000 0.99879 0.00117
- 111.00  69.00  0.00000 0.00000 0.99971 0.00029
- 111.00  72.00  0.00000 0.00000 0.56987 0.43013
- 111.00  75.00  0.00000 0.00000 0.29922 0.70078
- 114.00 -36.00  0.03793 0.14353 0.15143 0.66710
- 114.00 -33.00  0.11926 0.13338 0.25936 0.48800
- 114.00 -30.00  0.08567 0.40471 0.34581 0.16381
- 114.00 -27.00  0.00416 0.66047 0.31816 0.01722
- 114.00 -24.00  0.00381 0.52455 0.30558 0.16606
- 114.00 -21.00  0.00000 0.01447 0.00843 0.97710
- 114.00 -12.00  0.00007 0.00003 0.00132 0.99858
- 114.00  -9.00  0.04361 0.01238 0.10702 0.83699
- 114.00  -6.00  0.04868 0.01327 0.13658 0.80147
- 114.00  -3.00  0.10135 0.03975 0.75472 0.10418
- 114.00   0.00  0.03578 0.01399 0.95023 0.00000
- 114.00   3.00  0.07964 0.00584 0.69649 0.21803
- 114.00   6.00  0.01780 0.00070 0.03829 0.94322
- 114.00  21.00  0.06593 0.07160 0.25658 0.60588
- 114.00  24.00  0.14760 0.19480 0.65621 0.00139
- 114.00  27.00  0.20447 0.28231 0.46247 0.05075
- 114.00  30.00  0.38040 0.24478 0.33384 0.04098
- 114.00  33.00  0.59887 0.19560 0.19732 0.00821
- 114.00  36.00  0.55650 0.18580 0.25383 0.00387
- 114.00  39.00  0.27041 0.35131 0.37751 0.00078
- 114.00  42.00  0.08208 0.89245 0.02160 0.00387
- 114.00  45.00  0.03816 0.95276 0.00887 0.00020
- 114.00  48.00  0.09979 0.73120 0.15473 0.01428
- 114.00  51.00  0.03816 0.08544 0.87638 0.00002
- 114.00  54.00  0.00392 0.00482 0.98900 0.00226
- 114.00  57.00  0.00111 0.00397 0.99266 0.00227
- 114.00  60.00  0.00007 0.00007 0.99322 0.00664
- 114.00  63.00  0.00003 0.00005 0.99716 0.00275
- 114.00  66.00  0.00003 0.00000 0.99504 0.00493
- 114.00  69.00  0.00000 0.00000 0.99979 0.00021
- 114.00  72.00  0.00000 0.00000 0.49133 0.50867
- 117.00 -36.00  0.12585 0.16498 0.26568 0.44349
- 117.00 -33.00  0.20822 0.30270 0.48890 0.00018
- 117.00 -30.00  0.00093 0.61443 0.38463 0.00000
- 117.00 -27.00  0.00034 0.67930 0.32036 0.00000
- 117.00 -24.00  0.00006 0.60066 0.39928 0.00000
- 117.00 -21.00  0.00066 0.14420 0.07735 0.77778
- 117.00 -12.00  0.02029 0.00932 0.02294 0.94745
- 117.00  -9.00  0.03288 0.01376 0.09381 0.85956
- 117.00  -6.00  0.03500 0.01221 0.13309 0.81970
- 117.00  -3.00  0.03357 0.01263 0.22123 0.73256
- 117.00   0.00  0.02449 0.00768 0.31999 0.64784
- 117.00   3.00  0.07503 0.00293 0.32268 0.59936
- 117.00   6.00  0.01924 0.00175 0.06706 0.91194
- 117.00   9.00  0.02360 0.00365 0.06906 0.90369
- 117.00  12.00  0.00031 0.00011 0.00268 0.99691
- 117.00  15.00  0.00751 0.00094 0.00827 0.98329
- 117.00  21.00  0.00560 0.00837 0.00792 0.97812
- 117.00  24.00  0.07371 0.12515 0.51306 0.28808
- 117.00  27.00  0.10706 0.24502 0.64450 0.00341
- 117.00  30.00  0.27126 0.10988 0.56372 0.05514
- 117.00  33.00  0.41978 0.08880 0.39473 0.09668
- 117.00  36.00  0.33439 0.08727 0.24668 0.33166
- 117.00  39.00  0.22494 0.21130 0.46388 0.09988
- 117.00  42.00  0.25744 0.67131 0.07084 0.00041
- 117.00  45.00  0.14108 0.83856 0.01078 0.00958
- 117.00  48.00  0.17647 0.58073 0.21093 0.03187
- 117.00  51.00  0.01205 0.02712 0.96041 0.00042
- 117.00  54.00  0.00026 0.00063 0.99826 0.00085
- 117.00  57.00  0.00026 0.00251 0.98870 0.00854
- 117.00  60.00  0.00189 0.00311 0.99271 0.00228
- 117.00  63.00  0.00000 0.00001 0.99807 0.00192
- 117.00  66.00  0.00000 0.00006 0.99566 0.00428
- 117.00  69.00  0.00000 0.00000 0.99692 0.00308
- 117.00  72.00  0.00000 0.00000 0.38515 0.61485
- 120.00 -36.00  0.03842 0.12448 0.13099 0.70611
- 120.00 -33.00  0.01054 0.52524 0.46422 0.00000
- 120.00 -30.00  0.00017 0.63262 0.36721 0.00000
- 120.00 -27.00  0.00001 0.67667 0.32332 0.00000
- 120.00 -24.00  0.00000 0.66866 0.33134 0.00000
- 120.00 -21.00  0.00036 0.43323 0.24055 0.32586
- 120.00 -18.00  0.00002 0.04409 0.06284 0.89305
- 120.00 -12.00  0.02828 0.00856 0.02291 0.94025
- 120.00  -9.00  0.02494 0.01465 0.09381 0.86660
- 120.00  -6.00  0.05282 0.01861 0.34507 0.58350
- 120.00  -3.00  0.04586 0.01663 0.39873 0.53878
- 120.00   0.00  0.02862 0.00788 0.16073 0.80277
- 120.00   3.00  0.00151 0.00026 0.01034 0.98790
- 120.00   6.00  0.03421 0.00439 0.04673 0.91467
- 120.00   9.00  0.08476 0.01072 0.06560 0.83891
- 120.00  12.00  0.10570 0.01583 0.22573 0.65274
- 120.00  15.00  0.22896 0.03052 0.33003 0.41049
- 120.00  18.00  0.02500 0.00348 0.06730 0.90422
- 120.00  21.00  0.05448 0.05490 0.10401 0.78661
- 120.00  24.00  0.02443 0.02422 0.09465 0.85669
- 120.00  27.00  0.07413 0.14588 0.22930 0.55070
- 120.00  30.00  0.16462 0.05636 0.22335 0.55567
- 120.00  33.00  0.03021 0.00398 0.05072 0.91509
- 120.00  36.00  0.13657 0.03413 0.12943 0.69987
- 120.00  39.00  0.20635 0.18388 0.25586 0.35391
- 120.00  42.00  0.41137 0.53594 0.05239 0.00030
- 120.00  45.00  0.33568 0.52332 0.14044 0.00057
- 120.00  48.00  0.05755 0.53670 0.40572 0.00004
- 120.00  51.00  0.01187 0.13925 0.84700 0.00187
- 120.00  54.00  0.00180 0.00120 0.99577 0.00123
- 120.00  57.00  0.00011 0.00270 0.99514 0.00205
- 120.00  60.00  0.00100 0.00201 0.98864 0.00835
- 120.00  63.00  0.00041 0.00705 0.97592 0.01662
- 120.00  66.00  0.00003 0.00392 0.99265 0.00340
- 120.00  69.00  0.00000 0.00000 0.99843 0.00157
- 120.00  72.00  0.00000 0.00000 0.27380 0.72620
- 123.00 -36.00  0.00238 0.05111 0.04019 0.90633
- 123.00 -33.00  0.00407 0.55853 0.37389 0.06351
- 123.00 -30.00  0.00001 0.66734 0.33266 0.00000
- 123.00 -27.00  0.00001 0.68332 0.31667 0.00000
- 123.00 -24.00  0.00000 0.66729 0.33271 0.00000
- 123.00 -21.00  0.00004 0.63333 0.36663 0.00000
- 123.00 -18.00  0.00125 0.31781 0.37054 0.31040
- 123.00 -15.00  0.00030 0.02005 0.02070 0.95895
- 123.00 -12.00  0.06049 0.02577 0.08715 0.82659
- 123.00  -9.00  0.01729 0.01245 0.07335 0.89692
- 123.00  -6.00  0.00123 0.00046 0.01897 0.97934
- 123.00  -3.00  0.00614 0.00209 0.07401 0.91776
- 123.00   0.00  0.01512 0.00492 0.12219 0.85778
- 123.00   3.00  0.00823 0.00140 0.01622 0.97415
- 123.00   6.00  0.25547 0.03739 0.33628 0.37086
- 123.00   9.00  0.11811 0.01590 0.21573 0.65025
- 123.00  12.00  0.04864 0.00754 0.13634 0.80748
- 123.00  24.00  0.00213 0.00030 0.01316 0.98441
- 123.00  36.00  0.07728 0.00049 0.05581 0.86642
- 123.00  39.00  0.15818 0.07416 0.58327 0.18439
- 123.00  42.00  0.44369 0.31292 0.24178 0.00161
- 123.00  45.00  0.34014 0.35300 0.29456 0.01231
- 123.00  48.00  0.17453 0.45036 0.37489 0.00022
- 123.00  51.00  0.00748 0.07977 0.91019 0.00257
- 123.00  54.00  0.01420 0.00321 0.98244 0.00015
- 123.00  57.00  0.00016 0.00039 0.99945 0.00000
- 123.00  60.00  0.00002 0.00003 0.99237 0.00757
- 123.00  63.00  0.00004 0.00485 0.93142 0.06369
- 123.00  66.00  0.00000 0.00016 0.95169 0.04815
- 123.00  69.00  0.00005 0.00001 0.98236 0.01758
- 123.00  72.00  0.00000 0.00000 0.43930 0.56070
- 126.00 -33.00  0.00041 0.47028 0.23550 0.29382
- 126.00 -30.00  0.00001 0.68572 0.31428 0.00000
- 126.00 -27.00  0.00000 0.65860 0.34140 0.00000
- 126.00 -24.00  0.00002 0.66218 0.33780 0.00000
- 126.00 -21.00  0.00009 0.62464 0.37527 0.00000
- 126.00 -18.00  0.00016 0.48679 0.49475 0.01830
- 126.00 -15.00  0.00061 0.09771 0.11801 0.78366
- 126.00 -12.00  0.00005 0.00003 0.00097 0.99895
- 126.00  -9.00  0.00883 0.00655 0.07186 0.91276
- 126.00  -6.00  0.00728 0.00433 0.12484 0.86355
- 126.00  -3.00  0.00308 0.00122 0.09356 0.90214
- 126.00   0.00  0.00822 0.00389 0.16735 0.82054
- 126.00   3.00  0.00083 0.00049 0.00860 0.99009
- 126.00   6.00  0.02634 0.00426 0.07880 0.89060
- 126.00   9.00  0.00093 0.00018 0.00944 0.98945
- 126.00  24.00  0.00331 0.00035 0.02007 0.97626
- 126.00  27.00  0.00104 0.00009 0.00600 0.99287
- 126.00  30.00  0.00164 0.00015 0.00905 0.98915
- 126.00  33.00  0.09574 0.00278 0.33582 0.56566
- 126.00  36.00  0.14939 0.00325 0.69544 0.15193
- 126.00  39.00  0.10080 0.04096 0.68831 0.16993
- 126.00  42.00  0.15034 0.23617 0.61264 0.00086
- 126.00  45.00  0.23853 0.14237 0.61893 0.00017
- 126.00  48.00  0.09002 0.23495 0.66677 0.00825
- 126.00  51.00  0.04203 0.09273 0.85870 0.00654
- 126.00  54.00  0.00468 0.00179 0.96089 0.03264
- 126.00  57.00  0.00189 0.00274 0.99317 0.00220
- 126.00  60.00  0.00115 0.00050 0.98614 0.01221
- 126.00  63.00  0.00000 0.00024 0.97066 0.02910
- 126.00  66.00  0.00001 0.00001 0.99979 0.00018
- 126.00  69.00  0.00048 0.00010 0.95773 0.04169
- 126.00  72.00  0.00000 0.00000 0.33398 0.66602
- 129.00 -33.00  0.00031 0.35841 0.17649 0.46478
- 129.00 -30.00  0.00000 0.68452 0.31548 0.00000
- 129.00 -27.00  0.00024 0.64853 0.35123 0.00000
- 129.00 -24.00  0.00359 0.66192 0.33449 0.00000
- 129.00 -21.00  0.00013 0.58668 0.41319 0.00000
- 129.00 -18.00  0.00013 0.48502 0.50958 0.00526
- 129.00 -15.00  0.00668 0.34135 0.26539 0.38658
- 129.00 -12.00  0.00084 0.03541 0.03156 0.93219
- 129.00  -9.00  0.00781 0.00216 0.03912 0.95091
- 129.00  -6.00  0.00636 0.00381 0.08434 0.90549
- 129.00  -3.00  0.00899 0.00272 0.16132 0.82698
- 129.00  27.00  0.00168 0.00027 0.01617 0.98189
- 129.00  30.00  0.02569 0.00243 0.29308 0.67880
- 129.00  33.00  0.04249 0.00271 0.27617 0.67863
- 129.00  36.00  0.00971 0.00019 0.06173 0.92837
- 129.00  39.00  0.02517 0.00074 0.08917 0.88492
- 129.00  42.00  0.09082 0.12359 0.64340 0.14219
- 129.00  45.00  0.18272 0.16496 0.65207 0.00025
- 129.00  48.00  0.05989 0.10606 0.83144 0.00260
- 129.00  51.00  0.02799 0.07004 0.90119 0.00078
- 129.00  54.00  0.00927 0.00214 0.98600 0.00259
- 129.00  57.00  0.02102 0.01100 0.96019 0.00779
- 129.00  60.00  0.01315 0.00487 0.96694 0.01504
- 129.00  63.00  0.00041 0.00021 0.97677 0.02261
- 129.00  66.00  0.00013 0.00005 0.99906 0.00076
- 129.00  69.00  0.00000 0.00018 0.64376 0.35606
- 129.00  72.00  0.00000 0.00000 0.00715 0.99285
- 132.00 -36.00  0.00563 0.00828 0.01081 0.97528
- 132.00 -33.00  0.04147 0.47715 0.26553 0.21585
- 132.00 -30.00  0.00008 0.66904 0.33088 0.00000
- 132.00 -27.00  0.00803 0.62670 0.36526 0.00000
- 132.00 -24.00  0.01870 0.55696 0.42435 0.00000
- 132.00 -21.00  0.00342 0.64608 0.35050 0.00000
- 132.00 -18.00  0.00270 0.47378 0.52352 0.00000
- 132.00 -15.00  0.00798 0.51653 0.45441 0.02108
- 132.00 -12.00  0.00084 0.03616 0.02629 0.93671
- 132.00  -9.00  0.00366 0.00140 0.04862 0.94633
- 132.00  -6.00  0.01011 0.00314 0.25617 0.73058
- 132.00  -3.00  0.02010 0.02637 0.49593 0.45759
- 132.00  30.00  0.00113 0.00008 0.01208 0.98671
- 132.00  33.00  0.07469 0.00462 0.53677 0.38393
- 132.00  36.00  0.00059 0.00007 0.00450 0.99485
- 132.00  42.00  0.03628 0.03732 0.56823 0.35817
- 132.00  45.00  0.17296 0.20534 0.58679 0.03491
- 132.00  48.00  0.08887 0.12476 0.78369 0.00268
- 132.00  51.00  0.00109 0.00428 0.99453 0.00010
- 132.00  54.00  0.01335 0.00611 0.97971 0.00083
- 132.00  57.00  0.00943 0.00580 0.97581 0.00897
- 132.00  60.00  0.00698 0.00242 0.97649 0.01412
- 132.00  63.00  0.00000 0.00003 0.99139 0.00857
- 132.00  66.00  0.00020 0.00004 0.99353 0.00623
- 132.00  69.00  0.00000 0.00056 0.79089 0.20855
- 135.00 -39.00  0.00002 0.00037 0.00036 0.99926
- 135.00 -36.00  0.14334 0.11272 0.18040 0.56354
- 135.00 -33.00  0.01413 0.55732 0.42225 0.00629
- 135.00 -30.00  0.00032 0.51358 0.48610 0.00000
- 135.00 -27.00  0.00110 0.54915 0.44976 0.00000
- 135.00 -24.00  0.00695 0.65523 0.33782 0.00000
- 135.00 -21.00  0.00565 0.63962 0.35471 0.00002
- 135.00 -18.00  0.00140 0.38062 0.40602 0.21195
- 135.00 -15.00  0.00425 0.19859 0.14640 0.65076
- 135.00 -12.00  0.00003 0.00136 0.00124 0.99736
- 135.00  -9.00  0.00250 0.00116 0.01300 0.98334
- 135.00  -6.00  0.01855 0.08222 0.46675 0.43249
- 135.00  -3.00  0.00555 0.00228 0.26441 0.72776
- 135.00  33.00  0.06133 0.00333 0.48875 0.44659
- 135.00  36.00  0.02855 0.00407 0.16652 0.80087
- 135.00  42.00  0.00112 0.00097 0.13415 0.86376
- 135.00  45.00  0.01913 0.02111 0.87201 0.08775
- 135.00  48.00  0.10383 0.08655 0.77733 0.03229
- 135.00  51.00  0.02893 0.02921 0.89356 0.04830
- 135.00  54.00  0.00728 0.00452 0.62151 0.36669
- 135.00  57.00  0.00197 0.00067 0.98833 0.00904
- 135.00  60.00  0.00002 0.00035 0.97721 0.02241
- 135.00  63.00  0.00000 0.00002 0.99601 0.00397
- 135.00  66.00  0.00004 0.00001 0.99537 0.00458
- 135.00  69.00  0.00000 0.00000 0.75721 0.24279
- 135.00  72.00  0.00000 0.00000 0.00198 0.99802
- 135.00  75.00  0.00000 0.00000 0.06323 0.93677
- 138.00 -39.00  0.09434 0.03488 0.11442 0.75636
- 138.00 -36.00  0.24496 0.26408 0.36584 0.12512
- 138.00 -33.00  0.03715 0.54968 0.41317 0.00000
- 138.00 -30.00  0.00177 0.53754 0.46062 0.00008
- 138.00 -27.00  0.01728 0.53911 0.44353 0.00008
- 138.00 -24.00  0.00875 0.60993 0.38132 0.00000
- 138.00 -21.00  0.00724 0.58970 0.40289 0.00017
- 138.00 -18.00  0.00159 0.12971 0.12612 0.74258
- 138.00 -12.00  0.00020 0.00007 0.00116 0.99858
- 138.00  -9.00  0.06388 0.02891 0.60138 0.30583
- 138.00  -6.00  0.03636 0.12067 0.83401 0.00897
- 138.00  -3.00  0.00886 0.00592 0.27077 0.71446
- 138.00  33.00  0.03008 0.00338 0.25445 0.71209
- 138.00  36.00  0.10133 0.00948 0.64489 0.24431
- 138.00  39.00  0.02570 0.00270 0.27025 0.70135
- 138.00  42.00  0.01009 0.00129 0.10745 0.88116
- 138.00  45.00  0.00176 0.00096 0.13932 0.85796
- 138.00  48.00  0.00886 0.01212 0.74991 0.22911
- 138.00  51.00  0.00545 0.00819 0.86783 0.11853
- 138.00  54.00  0.00015 0.00068 0.04822 0.95095
- 138.00  57.00  0.00409 0.00425 0.82927 0.16240
- 138.00  60.00  0.00001 0.00011 0.99662 0.00326
- 138.00  63.00  0.00000 0.00000 0.99917 0.00083
- 138.00  66.00  0.00000 0.00000 0.99976 0.00024
- 138.00  69.00  0.00000 0.00005 0.84636 0.15359
- 138.00  72.00  0.00003 0.00004 0.11650 0.88342
- 138.00  75.00  0.00000 0.00000 0.27016 0.72984
- 141.00 -42.00  0.00579 0.00069 0.00028 0.99323
- 141.00 -39.00  0.44564 0.11501 0.25950 0.17985
- 141.00 -36.00  0.34577 0.37634 0.27641 0.00149
- 141.00 -33.00  0.06629 0.57224 0.35704 0.00443
- 141.00 -30.00  0.02427 0.59481 0.38089 0.00003
- 141.00 -27.00  0.01991 0.62266 0.35744 0.00000
- 141.00 -24.00  0.00672 0.66825 0.32503 0.00000
- 141.00 -21.00  0.04037 0.55621 0.40342 0.00000
- 141.00 -18.00  0.02214 0.41842 0.47325 0.08618
- 141.00 -15.00  0.08585 0.34102 0.21266 0.36047
- 141.00 -12.00  0.01646 0.05080 0.08215 0.85059
- 141.00  -9.00  0.01685 0.00279 0.90914 0.07123
- 141.00  -6.00  0.01925 0.00505 0.89900 0.07669
- 141.00  -3.00  0.00002 0.00000 0.02612 0.97385
- 141.00  36.00  0.00862 0.00055 0.03652 0.95431
- 141.00  39.00  0.02098 0.00125 0.18089 0.79688
- 141.00  42.00  0.08888 0.00770 0.57675 0.32667
- 141.00  45.00  0.00700 0.00772 0.19802 0.78726
- 141.00  48.00  0.00273 0.00134 0.42841 0.56751
- 141.00  51.00  0.00114 0.00357 0.42959 0.56570
- 141.00  54.00  0.00000 0.00005 0.01457 0.98538
- 141.00  57.00  0.00236 0.00051 0.30714 0.68998
- 141.00  60.00  0.00006 0.00010 0.99866 0.00119
- 141.00  63.00  0.00000 0.00000 0.99778 0.00222
- 141.00  66.00  0.00014 0.00002 0.98438 0.01546
- 141.00  69.00  0.00000 0.00000 0.97483 0.02517
- 141.00  72.00  0.00000 0.00003 0.31918 0.68078
- 141.00  75.00  0.00000 0.00000 0.19614 0.80386
- 144.00 -45.00  0.04927 0.11031 0.08515 0.75528
- 144.00 -42.00  0.04504 0.08479 0.12263 0.74754
- 144.00 -39.00  0.24303 0.11779 0.46373 0.17544
- 144.00 -36.00  0.50753 0.26876 0.22258 0.00113
- 144.00 -33.00  0.06712 0.48583 0.44705 0.00000
- 144.00 -30.00  0.11033 0.52050 0.36917 0.00000
- 144.00 -27.00  0.03440 0.56174 0.40386 0.00000
- 144.00 -24.00  0.14766 0.51893 0.33326 0.00014
- 144.00 -21.00  0.04320 0.43253 0.42653 0.09773
- 144.00 -18.00  0.04073 0.22507 0.27994 0.45425
- 144.00 -15.00  0.00801 0.03478 0.02455 0.93265
- 144.00 -12.00  0.00012 0.00002 0.00461 0.99524
- 144.00  -9.00  0.00885 0.00205 0.68804 0.30107
- 144.00  -6.00  0.00928 0.00188 0.40807 0.58077
- 144.00  -3.00  0.00048 0.00000 0.01036 0.98915
- 144.00  42.00  0.02523 0.00362 0.13457 0.83657
- 144.00  48.00  0.00007 0.00018 0.01468 0.98507
- 144.00  57.00  0.00030 0.00020 0.20692 0.79259
- 144.00  60.00  0.00000 0.00001 0.99850 0.00150
- 144.00  63.00  0.00000 0.00000 0.99895 0.00105
- 144.00  66.00  0.00006 0.00000 0.96625 0.03369
- 144.00  69.00  0.00000 0.00000 0.90393 0.09607
- 144.00  72.00  0.00000 0.00000 0.06426 0.93574
- 144.00  75.00  0.00000 0.00000 0.06251 0.93749
- 147.00 -45.00  0.04458 0.03248 0.04592 0.87701
- 147.00 -42.00  0.07132 0.04453 0.06307 0.82108
- 147.00 -39.00  0.04097 0.09901 0.47439 0.38564
- 147.00 -36.00  0.43009 0.17299 0.39388 0.00303
- 147.00 -33.00  0.16436 0.40993 0.42451 0.00120
- 147.00 -30.00  0.03447 0.51565 0.44925 0.00063
- 147.00 -27.00  0.09380 0.52952 0.37668 0.00000
- 147.00 -24.00  0.09400 0.43042 0.38452 0.09106
- 147.00 -21.00  0.01459 0.11391 0.11077 0.76073
- 147.00 -12.00  0.00617 0.00114 0.30252 0.69016
- 147.00  -9.00  0.00524 0.00174 0.26359 0.72943
- 147.00  -6.00  0.00132 0.00012 0.09932 0.89924
- 147.00  -3.00  0.00008 0.00001 0.01135 0.98856
- 147.00  42.00  0.00085 0.00020 0.00402 0.99493
- 147.00  45.00  0.00191 0.00062 0.02094 0.97652
- 147.00  57.00  0.00000 0.00015 0.17434 0.82552
- 147.00  60.00  0.00000 0.00000 0.99411 0.00589
- 147.00  63.00  0.00000 0.00000 0.99811 0.00189
- 147.00  66.00  0.00009 0.00001 0.98544 0.01447
- 147.00  69.00  0.00000 0.00000 0.91925 0.08075
- 147.00  72.00  0.00000 0.00000 0.08316 0.91684
- 147.00  75.00  0.00000 0.00000 0.06102 0.93898
- 150.00 -39.00  0.00004 0.00016 0.00582 0.99398
- 150.00 -36.00  0.00644 0.02200 0.27069 0.70086
- 150.00 -33.00  0.08428 0.22042 0.59425 0.10104
- 150.00 -30.00  0.15464 0.36288 0.48173 0.00074
- 150.00 -27.00  0.09308 0.35844 0.43031 0.11818
- 150.00 -24.00  0.01820 0.07336 0.07556 0.83288
- 150.00 -12.00  0.00119 0.00008 0.07570 0.92303
- 150.00  -9.00  0.00007 0.00001 0.02326 0.97666
- 150.00  -6.00  0.00388 0.00050 0.26358 0.73203
- 150.00  -3.00  0.00074 0.00001 0.02574 0.97351
- 150.00  45.00  0.00065 0.00065 0.00272 0.99597
- 150.00  57.00  0.00000 0.00001 0.23436 0.76563
- 150.00  60.00  0.00000 0.00001 0.99350 0.00649
- 150.00  63.00  0.00000 0.00002 0.98478 0.01519
- 150.00  66.00  0.00000 0.00000 0.91461 0.08539
- 150.00  69.00  0.00000 0.00000 0.65191 0.34809
- 150.00  72.00  0.00000 0.00000 0.01174 0.98826
- 150.00  75.00  0.00000 0.00000 0.00344 0.99656
- 153.00 -33.00  0.00001 0.00024 0.00789 0.99185
- 153.00 -30.00  0.00288 0.01600 0.11323 0.86789
- 153.00 -27.00  0.00113 0.00177 0.02639 0.97072
- 153.00 -12.00  0.00015 0.00003 0.01006 0.98976
- 153.00  -9.00  0.00082 0.00008 0.05740 0.94169
- 153.00  -6.00  0.00126 0.00009 0.03653 0.96212
- 153.00  48.00  0.00012 0.00016 0.02984 0.96988
- 153.00  51.00  0.00000 0.00006 0.00206 0.99788
- 153.00  54.00  0.00000 0.00039 0.08252 0.91709
- 153.00  57.00  0.00000 0.00002 0.14191 0.85807
- 153.00  60.00  0.00000 0.00000 0.91851 0.08149
- 153.00  63.00  0.00000 0.00007 0.99025 0.00968
- 153.00  66.00  0.00000 0.00000 0.90350 0.09650
- 153.00  69.00  0.00000 0.00000 0.59343 0.40657
- 156.00  -9.00  0.00206 0.00006 0.08760 0.91028
- 156.00  48.00  0.00022 0.00003 0.00975 0.98999
- 156.00  51.00  0.00023 0.00097 0.67761 0.32119
- 156.00  54.00  0.00005 0.00023 0.98980 0.00992
- 156.00  57.00  0.00000 0.00047 0.23560 0.76393
- 156.00  60.00  0.00000 0.00000 0.46444 0.53556
- 156.00  63.00  0.00000 0.00000 0.99913 0.00087
- 156.00  66.00  0.00000 0.00000 0.97189 0.02811
- 156.00  69.00  0.00000 0.00000 0.60476 0.39524
- 159.00 -12.00  0.00202 0.00041 0.10407 0.89350
- 159.00  -9.00  0.00047 0.00002 0.04460 0.95492
- 159.00  51.00  0.00184 0.00028 0.07891 0.91898
- 159.00  54.00  0.00002 0.00021 0.86772 0.13205
- 159.00  57.00  0.00000 0.00102 0.78842 0.21055
- 159.00  60.00  0.00000 0.00010 0.56431 0.43559
- 159.00  63.00  0.00000 0.00000 0.99768 0.00232
- 159.00  66.00  0.00003 0.00000 0.95394 0.04603
- 159.00  69.00  0.00000 0.00000 0.22151 0.77849
- 162.00 -24.00  0.00011 0.00146 0.00510 0.99333
- 162.00 -21.00  0.00044 0.00717 0.03632 0.95607
- 162.00 -12.00  0.00008 0.00000 0.00886 0.99106
- 162.00  54.00  0.00000 0.00004 0.10033 0.89963
- 162.00  57.00  0.00000 0.00024 0.30878 0.69098
- 162.00  60.00  0.00000 0.00270 0.66078 0.33652
- 162.00  63.00  0.00000 0.00000 0.99998 0.00002
- 162.00  66.00  0.00000 0.00000 0.99784 0.00216
- 162.00  69.00  0.00000 0.00000 0.19024 0.80976
- 165.00 -48.00  0.01633 0.08314 0.08939 0.81114
- 165.00 -45.00  0.00046 0.01190 0.01625 0.97140
- 165.00 -24.00  0.00042 0.01291 0.09757 0.88911
- 165.00 -21.00  0.00000 0.00093 0.01489 0.98418
- 165.00 -18.00  0.00567 0.00169 0.05350 0.93914
- 165.00 -15.00  0.00098 0.00043 0.01203 0.98656
- 165.00 -12.00  0.00185 0.00013 0.00452 0.99349
- 165.00  54.00  0.00000 0.00011 0.00914 0.99075
- 165.00  57.00  0.00000 0.00000 0.00595 0.99405
- 165.00  60.00  0.00000 0.00000 0.89681 0.10319
- 165.00  63.00  0.00000 0.00000 0.99893 0.00107
- 165.00  66.00  0.00000 0.00000 0.99972 0.00028
- 165.00  69.00  0.00000 0.00000 0.17030 0.82970
- 168.00 -48.00  0.07696 0.29140 0.06571 0.56592
- 168.00 -45.00  0.02815 0.30476 0.14378 0.52331
- 168.00 -24.00  0.00000 0.00010 0.00249 0.99741
- 168.00 -21.00  0.00132 0.00085 0.01336 0.98447
- 168.00 -18.00  0.00186 0.00096 0.02299 0.97419
- 168.00  57.00  0.00000 0.00000 0.00086 0.99914
- 168.00  60.00  0.00000 0.00000 0.85751 0.14249
- 168.00  63.00  0.00000 0.00000 0.99729 0.00271
- 168.00  66.00  0.00000 0.00000 0.96118 0.03882
- 168.00  69.00  0.00000 0.00000 0.10327 0.89673
- 171.00 -48.00  0.00025 0.00024 0.00003 0.99948
- 171.00 -45.00  0.09017 0.26744 0.14242 0.49997
- 171.00 -42.00  0.01347 0.09391 0.15604 0.73658
- 171.00 -39.00  0.00055 0.00184 0.00067 0.99693
- 171.00 -36.00  0.01312 0.04786 0.02418 0.91485
- 171.00  60.00  0.00000 0.00000 0.61359 0.38641
- 171.00  63.00  0.00000 0.00000 0.99157 0.00843
- 171.00  66.00  0.00000 0.00000 0.99640 0.00360
- 171.00  69.00  0.00000 0.00000 0.29462 0.70538
- 174.00 -42.00  0.09283 0.25570 0.18391 0.46756
- 174.00 -39.00  0.05046 0.23572 0.20727 0.50655
- 174.00 -36.00  0.00719 0.02258 0.01026 0.95997
- 174.00  60.00  0.00000 0.00000 0.28702 0.71298
- 174.00  63.00  0.00000 0.00000 0.95405 0.04595
- 174.00  66.00  0.00000 0.00000 0.99957 0.00043
- 174.00  69.00  0.00000 0.00000 0.25130 0.74870
- 177.00 -42.00  0.00125 0.00632 0.00440 0.98803
- 177.00 -39.00  0.01234 0.05518 0.10309 0.82940
- 177.00 -21.00  0.00384 0.00244 0.02494 0.96878
- 177.00 -18.00  0.02301 0.01405 0.08888 0.87406
- 177.00  60.00  0.00000 0.00000 0.12403 0.87597
- 177.00  63.00  0.00000 0.00000 0.68049 0.31951
- 177.00  66.00  0.00000 0.00000 0.99811 0.00189
- 177.00  69.00  0.00000 0.00000 0.16302 0.83698
diff --git a/data/3deg/protected_areas.txt b/data/3deg/protected_areas.txt
deleted file mode 100644
index d1f6d927682bfe4343306baa5d644ae329fda7bf..0000000000000000000000000000000000000000
--- a/data/3deg/protected_areas.txt
+++ /dev/null
@@ -1,366 +0,0 @@
-ncols         720
-nrows         360
-xllcorner     -180
-yllcorner     -90
-cellsize      0.5
-NODATA_value  -9999
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004689937 0.05264331 0.1394316 0.2021295 0.2372717 0.2722856 0.3057533 0.329102 0.3504882 0.3718393 0.3931552 0.414436 0.4356816 0.4506434 0.4539421 0.4569767 0.4600105 0.4630436 0.466076 0.4682008 0.442712 0.4041461 0.3654554 0.3266402 0.2877009 0.2486379 0.2094515 0.1494997 0.05909203 0.000993732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09718361 0.1688194 0.1455721 0.1132559 0.06800927 0.09716006 0.1220515 0.02955392 0.03071984 0.16377 0.2045439 0.1484765 0.08890539 0.2008438 0.223874 0.1711705 0.03794052 0.007942935 0.00489355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007596431 0.08243525 0.1714783 0.2590338 0.3461178 0.4232423 0.4908492 0.5581284 0.604459 0.632966 0.6614132 0.6898003 0.7184514 0.7622045 0.8139541 0.8655073 0.9168635 0.9731418 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.966931 0.8803091 0.7487156 0.5994883 0.462659 0.3319705 0.1998845 0.06640016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05670075 0.5050112 0.712119 0.7823585 0.8569264 1 1 0.9790599 0.7675247 0.8355161 0.9129904 1 0.9786198 0.8925005 0.9882696 1 0.9934209 1 0.9225596 0.8826004 0.6742744 0.3765124 0.2068627 0.02325091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02887653 0.1176073 0.2077403 0.2974173 0.3866361 0.4753945 0.5636698 0.6513391 0.7384514 0.8250969 0.9112733 0.987875 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.999988 0.9352458 0.811448 0.6677952 0.5107946 0.3518427 0.1577437 0.001779629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1422166 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.979549 0.8393445 0.7503849 0.6687907 0.5866598 0.5039957 0.4208011 0.3358049 0.1903488 0.0334435 0 0 0 0.0007230482 0.08654726 0.2300049 0.3326227 0.3885696 0.4442732 0.4969224 0.541442 0.6019945 0.6868212 0.7715738 0.8578368 0.9442285 0.9991814 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9023148 0.6597389 0.4357969 0.3247483 0.2274266 0.12948 0.03263821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001303836 0.1954441 0.3528583 0.4837241 0.6815119 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9722228 0.939396 0.9239455 0.9185083 0.9107518 0.8449489 0.7511722 0.6617591 0.5526665 0.5397835 0.4885956 0.3575866 0.2372051 0.3358327 0.5533491 0.711587 0.8281909 0.9509259 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9981181 0.9347697 0.8412886 0.7472085 0.6525332 0.556707 0.4417086 0.3165491 0.1904067 0.03251966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04545828 0.2875473 0.302197 0.3245323 0.4708588 0.5493141 0.59086 0.623542 0.6289168 0.6324184 0.6359206 0.6394235 0.6429271 0.6464313 0.6499363 0.6534418 0.6568055 0.6463255 0.6083636 0.493304 0.4281119 0.3272756 0.2162526 0.1164547 0.01838527 0 0 0 0 0 0 0.01221962 0.267873 0.6676059 0.9838012 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9653133 0.6831918 0.4152002 0.001565621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01430795 0.0537282 0.03323621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.101887 0.5903442 0.9089503 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9887644 0.8808722 0.6464614 0.1259332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008398232 0.1458167 0.3254663 0.5310435 0.8425807 0.9912726 1 1 0.9410142 0.8094706 0.6786149 0.5518901 0.5210676 0.5910295 0.6607205 0.7182426 0.7193339 0.6458846 0.4863445 0.3102459 0.1027576 0 0 0 0 0 0 0 0 0 0.001528907 0.02739443 0.01108992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003181529 0.1728838 0.4018601 0.6526185 0.8265092 0.965205 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9433396 0.6838696 0.5151315 0.388094 0.2618312 0.1363478 0.02192874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005536234 0.1002687 0.1891815 0.2130086 0.1583105 0.1120148 0.1891711 0.3816115 0.4686464 0.4290504 0 0 0 0.2999561 0.9485474 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9703719 0.7272603 0.681697 0.6001261 0.3702747 0 0.1734228 0.6268312 0.7921411 0.9129031 0.9805046 1 0.99639 0.9355589 0.7397419 0.1282076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005214819 0.1072595 0.2467933 0.3874675 0.5292731 0.6722015 0.8162439 0.9574518 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.8389301 0.2710326 0.02001928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02498405 0.7849129 0.9600962 1 1 1 1 1 1 0.8373558 0.402402 0.0448154 0 0 0 0.1161812 0.8667193 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9712839 0.7739862 0.5410838 0.2778502 0.06289753 0 0.01022147 0.1787604 0.3004557 0.3276213 0.2833546 0.2195204 0.1558702 0.09115654 0.01065339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002936495 0.09781661 0.2373454 0.3779437 0.5196037 0.6623174 0.8060772 0.9490283 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9720381 0.128909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4368214 0.9993738 0.9897639 0.9229396 0.8533278 0.8152273 0.7324309 0.6007432 0.3737368 0.001517194 0 0.2566744 0.7361739 0.6201988 0.01533711 0.1368289 0.5315424 0.6873999 0.8442727 0.9813016 1 1 1 1 1 1 1 1 1 0.9880632 0.8903178 0.7671828 0.6466752 0.5482665 0.3549124 0.1629528 0.2511702 0.33268 0.3616157 0.3886119 0.4155738 0.4399249 0.4135766 0.2417791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001306396 0.08835566 0.2278842 0.368419 0.5099529 0.6524791 0.7959905 0.9399385 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.6740597 0.002199735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04552341 0.8091171 1 0.9774152 0.633836 0.1526223 0.03024368 0.007553764 0 0.09136832 0.6207551 0.737913 0.80812 0.7016436 0.2458417 0.3061224 0.2232919 0.09489951 0 0 0.02082825 0.1565564 0.4543296 0.6914765 0.9357768 1 1 0.7687035 0.2876697 0.09871443 0.01251764 0 0.1064036 0.7812322 0.9998247 1 1 0.9186433 0.9071863 0.9435186 0.8691189 0.7034934 0.5358096 0.4040838 0.2026886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003268995 0.07887851 0.2184104 0.3588917 0.5003161 0.6426774 0.7859692 0.9301855 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9296376 0.07027517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01009679 0.3139454 0.6041192 0.8579643 0.9759465 0.7211854 0.1532368 0.3356921 0.4231989 0.4497927 0.2996586 0.1647043 0.1494796 0.187935 0.4419703 0.5344754 0.4951607 0.03222217 0 0 0.02329444 1 1 1 1 1 1 0.9897639 0.7568403 0.4592137 0.2550669 0.09821492 0.002945522 0.06347051 0.1149512 0.06270451 0.0002619461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.511541e-006 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9953921 0.2639545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0235752 0.2027902 0.67682 0.5376816 0.479815 0.4416026 0.372031 0.0777004 0 0 0 0 0 0 0.5083604 1 1 1 1 1 1 1 1 1 0.9967301 0.8859861 0.659366 0.05669518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.387433e-006 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.2714756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02831451 0.5644498 0.9337855 1 1 0.9993179 1 0.9319465 0.8541597 0.8170633 0.8037646 0.449908 0 0 0.1649526 0.4546453 0.938692 1 1 1 1 1 0.8424658 0.4186729 0.0529256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03550792 0.1854613 0.3066891 0.3160926 0.3178392 0.2590283 0.2400902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.263607e-006 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.754819 0.006137176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01043921 0.1893883 0.5240968 0.8508663 1 1 0.9996375 1 0.9573953 0.1273023 0 0 0 0 0.2393284 0.6055756 0.6575223 0.5887717 0.3847581 0.1481425 0.0001052191 0.2436715 0.6436849 0.8086217 0.8078714 0.3691793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.242447 0.4323507 0.5419945 0.5160678 0.1287253 0.710754 0.9149199 1 1 1 0.9975712 0.9153049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09606976 0.05988711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0551457 0.7586837 0.8817405 0.86198 0.7949326 0.7079669 0.5844663 0.4595307 0.3339498 0.2077268 0.06019914 0 0 0 0 0 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.139779e-006 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.4035637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004771381 0.2428124 0.4623514 0.4982735 0.3916784 0.12054 0 0 0 0 0 0 0 0 0 0 0 0 0.3153922 0.4914398 0.4714524 0.2485651 0.0007816703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1620747 0.2951001 0.5597534 0.6844144 0.6316001 0.7038841 0.7418989 0.6793873 0.8032483 0.9000358 0.5072252 0.5834548 0.4963056 0.08779673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05266175 0.2229754 0.01821456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01158753 0.0556686 0.1017651 0.1479404 0.2185822 0.4916174 0.9320967 0.9815549 0.9267473 0.6932305 0.3416957 0.005103329 0 0 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.015949e-006 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9311386 0.1903404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.334308e-005 0 0 0 0 0 0 0 0 0 0 0.03867969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006665594 0.0001465509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.921168e-007 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9278693 0.3983233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.682831e-007 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9880811 0.8267866 0.4611021 0.09063707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2413123 0.403279 0.4162759 0.2412102 1.839305e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4486222 0.7945563 0.6053709 0.4584623 0.3623745 0.3037427 0.534166 0.2378731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0516949 0.02274053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.444481e-007 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9998354 0.6000454 0.03048092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004344376 0.3893689 0.6783851 0.7027984 0.4913321 0.003138744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03784159 0.1078972 0.02102551 0 0 0.04002268 0.559781 1 0.9937139 1 0.9963233 1 0.9916967 0.2407148 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.09385e-005 0.0008884943 0 0 0 0 0 0 0 0 0 0 0 0.08845704 0.2606804 0.4185205 0.456041 0.4266323 0.07625937 0.3323469 0.4722111 0.3709742 0.2764416 0.3213178 0.3328086 0.1933681 0.04335039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.206115e-007 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9437453 0.3488689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2522269 0.9455411 1 0.9962647 0.9343959 0.8595948 0.5096734 5.092857e-006 0.08155595 0.4854649 1 0.7763446 0.4619414 0.3229668 0.0002668625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01383055 0.08754376 0.1949423 0.4663482 0.9761094 1 1 0.7015225 0.5411946 0.6407142 1 1 1 1 1 0.9437004 0.5525254 0.09621881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.967738e-007 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9759412 0.5518163 0.09826471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1126301 0.7773967 0.9980114 1 1 1 1 0.5132729 0 0 0.03399612 0.1014628 0.06182555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3508317 0.7034419 0.8097117 0.534088 0.302908 0.02424508 0.3806498 0.4921626 0.3438632 0.2197176 0.2031768 0.2700291 0.327141 0.2383453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.72935e-007 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9871917 0.3286573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2339636 0.8636383 1 1 1 1 0.9968887 0.6218187 0.02051689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2101201 0.5545691 0.5234257 0.4705729 0.3886606 0.0099678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.490951e-007 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5419208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.384876e-007 0.04383343 0.02216106 0.3394145 0.5153654 0.5934725 0.3698895 0.1474919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03130032 0.2611852 0.3830843 0.2290021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.075085e-008 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9576795 0.9779481 1 0.9818559 0.3779726 0.2705052 0.1802181 0.1501753 0.1559295 0.08509388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9999999 1 1 1 1 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9999999 0.9720614 0.8550389 0.6927409 0.5552155 0.4281372 0.1898919 0.02005203 0.1630565 0.1970613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008950294 0.1781357 0.4883386 0.6888542 0.6848881 0.1686721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008804238 0.005664029 0.007128031 0 0 0 0 0.001650596 0.01203481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1594056 0.7084061 0.7014374 0.4877971 0.3235618 0.03106748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002930553 0.001036676 0.006347176 0 0.002015575 0 0 0 0.002618772 0.002374382 0.03071743 0.002258591 0.0153802 0.01814784 0.02476433 0.03448481 0.1737885 0.01344602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003786515 0.008446692 0.002159113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07565291 0.2656372 0.06743771 0.000779217 0.1181351 0.252044 0.256614 0.08007597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0009002167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002300484 0.1806969 0.1450524 0.05192832 0.02322142 0.01186977 0.006642016 0 0 0.04615527 0.2523198 0.01021441 0.2148757 0.2569545 0.01483286 0.01117201 0 0.001258455 0.001408156 0.02569673 0.01971702 0.004196135 0.3709353 0.6864484 0.560587 0.2829264 0.001855318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007651494 0.006124082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6824878 1 0.9879118 0.9607704 1 1 0.9993932 0.9916179 0.7992806 0.5777473 0.3662517 0.2359448 0.1972879 0.1677533 0.1145958 0.02262976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3032652 0.4101691 0.03422671 0 0 0 0 0 0 0 0 0 0 0.2473511 0.3741111 0.3315532 0.1545695 0.01778015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02303237 0.1558252 0.1722742 0.06169601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006181563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002489106 0.03650031 0.01975822 0 0.1297168 0.3852156 0.007663684 0.03147876 0.1855606 0.08753486 0.07511547 0.007308418 0 0.1721201 0.2504694 0.008647962 0.006591133 0.5325569 0.8127074 0.6412488 0.9738318 0.7545255 0.2639281 0.07702455 0.02088853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001083609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007565483 0.04242391 0.03649464 0.03980307 0 0 0 0 0 0 0 0 0 0 0 0.07874765 0.2529259 0.6119683 0.6242054 0.7361662 1 1 1 0.9985074 1 1 1 1 1 0.9915254 1 1 1 0.973536 0.6603873 0.1748515 0 0 0 0 0.01341443 0.3406453 0.08011358 0 0 0 0 0 0 0 0 0 0 0 0.07259393 0.1248488 0 0 0 0 0 0 0 0 0 0.2117526 0.8947608 1 1 1 0.6298014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01974327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01082512 0.02319052 0.02362739 0.0197771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002379234 0 0 0 0 0.0648949 0.2210247 0.3840049 0.7701902 0.9509454 0.7498438 0.004652808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005888592 0.0535463 0.001949083 0.02056594 0.1436068 0.01035441 0.004670769 0.01331656 0.00472666 0.3307605 0.0645384 0.03086842 0.5728397 0.7648923 0.3746073 0.002666041 0 0.0002076207 0 0 0.05112058 0.2514917 0.8883042 0.7108186 0.3835676 0.3489675 0.7268277 0.6923104 0.2713358 0.02641776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2431473 0.134771 0 0.0001810588 0.0002028108 0 0 0 0.002382523 0.06206653 0.1011758 0.0739139 0.1791579 0.2570837 0.1767849 0.03359536 0 0 0 0 0.0004778995 0.2183156 0.2017647 0.219833 0.2426398 0.2309886 0.02113922 0.2530292 0.01210218 0 0 0 0 0.1035242 0.2155961 0.2338985 0.9472128 0.9998139 0.9935718 1 1 0.9989898 0.9957563 1 1 0.9951711 1 1 0.9942902 1 0.9940109 0.9985022 0.9986553 0.9870416 0.711022 0.416946 0.04809401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6649327 1 1 1 1 0.6432717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01666746 0.04503888 0 0 0 0.06646169 0.2604012 0.1658458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004737824 0.01769499 0.05113271 0.05949679 0.002664169 0.007126794 0.001078408 0.002171628 0.08506595 0.1485642 0.2467634 0.369545 0.2487277 0 0.2355012 0.6430394 0.5430812 0.3911711 0.1365498 0.4274638 0.7571485 0.8092504 0.9793125 0.7393173 0.7206428 0.5363069 0.1251557 0 0.1241092 0.03046336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 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.713207e-005 0.07413495 0.3397374 0.08586575 0 0 0 0 0.2907159 0.9548099 0.9862813 1 1 1 1 1 0.9727693 0.8005611 0.6226848 0.5811311 0.4240886 0.299333 0.7852669 0.6882861 0.6840835 0.7557623 0.8059368 0.9648583 0.6679497 0.4715067 0.2137109 0.3565339 0.6350724 0.7337809 0.5955704 0.4447766 0.618265 0.6628862 0.9941614 1 1 1 0.8601454 0.8059564 1 0.9949954 0.9997082 1 0.9990385 1 0.9994369 0.999281 0.6968688 0.4962956 0.8273731 0.6813869 0.9751008 0.6866886 0.3499415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08730849 0.4640733 0.8628383 1 1 0.6415439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005812371 0.7579781 0.5070413 0.105412 0.09385255 0.09451719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0569918 0.1736968 0.2213843 0.1664941 0.05752556 0.003841239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001140808 0.010784 0.0155556 0.001470434 0.1371849 0.03401823 0.01305502 0.00943584 0.0007860883 0 9.096196e-005 0.07005581 0.06492617 0.4507926 0.639734 0.7381474 0.663461 0.2794216 0.1727087 0.424302 0.04911239 0.3859195 0.369564 0.4821021 0.4551492 0.4668335 0.497452 0.1854589 0.3779909 0.6537366 0.7606332 0.4200209 0.1510377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005497443 0.0002510791 0.104894 0.5488659 0.2391635 0.3756653 0.9996458 0.99806 0.7900638 0.7703807 0.8954386 1 1 1 0.9999566 1 0.938078 0.9649481 0.9847878 0.9899034 1 1 1 1 0.9976966 0.903566 0.903407 0.8399895 0.9346486 1 0.972286 0.3287168 0 0 0.03965285 0.3318661 0.5552161 0.9724518 0.8120092 0.004731441 0.3090642 1 0.9952475 1 1 1 1 1 0.9916477 0.4264097 0.1568603 0 0.06077887 0.6539787 0.1779285 0.01628806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00571641 0.2811708 0.5009397 0.4784066 0.236358 0.01202029 0 0 0 0 0 0 0 0 0.007043493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00789184 1 1 0.998886 0.9995518 0.9502196 0.6848022 0.5218971 0.4712513 0.4899643 0.6364927 0.6967788 0.6424313 0.5310906 0.5391181 0.6153084 0.3571604 0.152302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2992843 0.9298016 0.6186832 0.8638718 0.8755166 0.7904931 0.7309817 0.1239983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007710549 0.007821579 2.603081e-005 0 0 0.07417483 0.01820565 0.002739138 0.07947432 0.3631597 0.2122587 0.4859293 0.467306 0.3061371 0.2474413 0.4940778 0.4836075 0.3493379 0.1653334 0.3223811 0.1111578 0.341267 0.047374 0.009690423 0.3856271 0.08218521 0.07805018 0.05258684 0.2155899 0.1552751 0 0 0.00556606 0.2662288 0.2615585 0.2095487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5000674 0.6310654 0.3434972 0.6103268 0.1225364 0 0 0.3023575 0.9148793 0.9904508 0.9973683 0.6768201 0.2032049 0.02166449 0.00679629 0.1927337 0.4777544 0.4859208 0.7852772 0.9992709 0.6963835 0.3810074 0.04729144 0 0 0.2938223 0.8518775 0.1639309 0.02935648 0 0.03864717 0.1061697 0.09903511 0.1467031 0.3382733 0.03342081 0.0003540084 0.6689072 0.9997386 1 0.9994758 0.9974568 1 1 1 0.9916982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003631588 0.8689542 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.8131532 0.2243108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1228673 0.6896155 0.9516268 1 1 1 0.8390809 0.5411599 0.1116669 0 0.0008836373 0.000820316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0484059 0.01053361 0 0 0.06578658 0.07336995 0.1218993 0.258866 0.1809125 0.4549071 0.6654576 0.7400227 0.981424 0.642509 0.5104091 0.8652561 0.8708492 0.681867 0.4006702 0.02667576 0.09706496 0.02295881 0.05422197 0.01586769 0.01355935 0.04920704 0.007350252 0.03551215 0.04897799 0.02163461 0.08734957 0.04828147 0.03632393 0.008562043 0.2216935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06844642 0.17255 0.1058702 0 0.001375813 0.000276083 0.2449328 0.3085856 0.3226814 0.3956514 0.7289588 0.9607939 0.9999766 0.9991096 0.2652167 0.07180726 0.1114864 0.000302092 0.3620896 0.52956 0.6297274 0.2742737 0.02637423 0 0.009955283 0.3419374 0.5564477 0.4232902 0 0.01834935 0.5431929 0.8769447 0.9641522 0.9993734 0.9878583 0.8383852 0.9200966 0.7843173 0.08945274 0.4620669 0.790859 0.7640844 0.4473689 0.6964729 0.998486 0.9769883 0.2889016 0.3846078 0 0.322571 0.8138688 0.6847682 0.2930914 0.03193154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01976332 0.4141244 1 1 1 1 1 1 1 1 1 1 1 1 0.9684932 0.06071484 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000638986 0.001889535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002626622 0.3149721 0.2615944 0 0 0 0 0 0 0 0 0 0 0 0.04281899 0.6752761 0.6374524 0.8863292 0.6680642 0.371212 0.03238993 0 0 0 0.03934127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001832705 0.02599089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02706082 0.02305808 0.212304 0.3660835 0.6590704 0.797555 0.4660714 0.1034565 0.004484287 0.04106928 0.4938219 0.5988755 0.4488966 0.1188718 0.07760292 0.3683412 0.004723458 0.1049524 0.1353098 0.009944648 0.0117938 0.0352321 0.01033484 0 0.004179493 0 0 0.00127364 0.01477611 0.008416213 0 0 0.01484498 0.003296385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1201962 0.1080257 0.1763814 0.7964417 0.9998424 1 0.403394 0.09532672 4.604337e-005 0 0.02359981 0.001218336 0.0001635814 0.2209583 0.5534484 0.936883 0.932913 0.8971922 0.6496549 0.429758 0.4842474 0.2346596 0.1616444 0.01265767 0 0 0.05807654 0.04491915 0.5050372 0.8520343 0.9459745 0.6077596 0.0001388683 0.006333478 0.7123131 0.6357725 0.7207688 0.9984022 0.6125708 0.5128251 0.7956152 0.5665992 0.2123862 0.4815859 0.8317895 0.6899441 0.1559592 0.711078 0.914179 0.6897756 0 0 0 0.6647455 0.99697 0.9918155 0.4304883 0.0006468185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1599013 0.4873518 0.4939793 0.372491 0.09535523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.594416e-007 0.2067102 0.3306744 0.3306564 0.3306384 0.3306205 0.3306025 0.3305845 0.3305665 0.3305485 0.3305305 0.3305126 0.3304946 0.3304766 0.2662519 0 0 0 0 0 0 0 0 0 0 0.105814 0.8538722 0.8244726 0.6382167 0.8602567 0.877116 0.6196628 0.6717718 0.814941 0.07906969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4229308 0.851729 0.9984439 0.4425391 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02479484 0.0553017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0137143 0.03130358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04795305 0.2685347 0.153333 0 0 0 0 0 0 0 0 0 0 0.002387416 0.006772231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0203837 0.05470498 0.01136131 0.004590979 0.01751153 0.04234677 0.2308672 0.4248883 0.5762859 0.3374991 0.5101922 0.35122 0.3544441 0.2431798 0.3814638 0.5973045 0.1638259 0.03008559 0.04128482 0.01479013 0.02392298 0.0100337 0.01825916 0.01241404 0.002289786 0 0.08621801 0.06839292 0.04982697 0.001702676 3.811221e-005 0.0002622826 0.01188019 0.05107566 0.0436045 0.1788918 0.05167716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005895026 0 0.02013781 0.2950538 0.2427481 0.08578236 0.08576433 0.08574826 0.3825503 0.7583472 1 0.7044261 0.2684225 0 7.562844e-005 0 0 0 0 0.02231446 0.01351493 0.358874 0.7763146 0.998709 0.6162103 0.3742192 0.8608371 0.9221642 0.6828699 0.5208024 0.333572 0.1897281 0.3067398 0.640753 0.6398162 0.759304 0.1854558 0 0.01543436 0.1570595 0.1671583 0.3285605 0.3472177 0.2961611 0.3973382 0.9789935 0.9687436 0.7702609 0.3473693 0.06488494 0.144501 0.1929206 0.08855206 0 0 0 0 3.123431e-006 4.158508e-008 2.74583e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001862346 0 0 0 0 0 0.1165629 0.1712273 0.02208993 0.143252 0.05772446 0.1823116 0.03686482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05214157 0.1844214 0.2423562 0.06968381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1183857 0.3972035 0.4552121 0.6818496 0.8240712 0.6526403 0.4420731 0.646777 0.6575267 0.158095 0.0006491902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09146246 0.5782918 0.9999993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01099299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1617129 0.1741644 0.0446424 0.0003116459 0 0 0.0002596119 0.01161537 0 0.02452115 0.001035925 0 0.09268514 0.09042539 0.03973995 0 0 0 0 6.984884e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1751268 0.02300515 0.3743455 0.1423431 0.02971832 0.04260406 0.2427338 0.4039975 0.6306743 0.8788362 0.622039 0.2609516 0.04222263 0.0284132 0.05974508 0.1113009 0.02387102 0.02921706 0.005247499 0.003076793 0.009071616 0.02848438 0.05426723 0.0712561 0.08820935 0.1245778 0.007867724 0.1357573 0.03071699 0.2147942 0.01851013 0.02071551 0.1573087 0.07002223 0.01063692 0 0.00769259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008466751 0.01081154 0.0002963937 0 0 0 0 0.06616547 0.3942702 0.3294425 0.1797685 0 0 0 0 0 0.08404827 0.7070065 0.8680872 0.3747794 0.8256594 0.9359898 0.9932849 0.9412587 0.4560464 0.2004474 0 8.348726e-005 0.05912753 0.2442474 0.2129271 0.3877661 0.288101 0.0581571 0 0 0.02183989 0.1891809 0.2422266 0 0.06051001 0.03518686 0.02764276 0.2402021 0.3862676 0.5958308 0.5523015 0.528369 0.8330865 0.9209059 0.9157048 0.6688865 0.6131127 0.2629416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08667738 0.1207891 0 0 0 0 0 0 0 0 0.1785647 0.9042933 0.6280953 0.08076478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03170106 0.3509937 0.5434054 0.8952217 1 1 0.9931149 0.4363305 0.07307606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007373508 0.2663708 0.07469922 0.0537273 0.526043 0.8577764 0.4803218 0.0007512177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009276053 0.2440813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03193855 0.2841205 0.8855817 0.5201682 0.1785066 0 0 6.839723e-007 0.01205177 0.05277789 0 0 0 0.2722152 0.5201449 0.2934178 0 0 0 0.002178082 0.002693602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005254115 0.02739115 0.1557043 0.01349733 0.1490265 0.3017359 0.6225271 0.4249165 0.002429901 0.3137631 0.2735285 0.1252882 0.01470187 0.001190068 0.02477949 0.004129536 0.02259109 0.01362714 0.007305308 0.003540613 0.002035961 0.003752361 0.1725215 0.07445712 0.02072723 0 0 0 0.04630686 0.00631904 8.095029e-005 0.05263765 0.03480755 0.1546413 0.01890959 2.422022e-005 0.01030669 0.003424824 0.06333137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007957685 0 0 0 4.601903e-006 0 1.187526e-006 0.002121104 0.003013639 0.01125447 0.02284361 0 2.071689e-007 0 5.651754e-005 8.606382e-005 0 0.6492141 0.65979 0.3864447 0.1423509 0.3010333 0.2904583 0.1527898 0.02275159 0.03628668 0.09505577 0.7200045 0.9038974 1 1 0.3278315 0.04396768 0 0 0 0 0.3588309 0.3966435 0.2650569 0 0.005451551 4.08549e-005 0.1428577 0.4690965 0 0 0 0.1186033 0.9203815 0.9533982 0.4353639 0.06434409 0.04886901 0.0400766 0 0 0 0.0889302 0.540345 0.4560387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1981598 0.04635992 0 0 0 0.3526092 0.03490873 0 0 0 0 0 0.01622396 0.3898229 0.06145348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5893047 0.7927984 0.808385 0.9982105 1 1 1 1 1 1 0.9826199 0.4874156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007039971 0.1242382 0.0657343 0.004032074 0.0009416398 0.002219904 3.709821e-006 0.09611988 6.140587e-007 0.004002324 0.2335746 0.2695284 0.09187347 0.6694782 0.9818757 0.8251351 0.576983 0.7156394 0.4164353 0 0.001638721 0.001481542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04945666 0.003825271 0.04812097 0.02612931 0.01074743 0.01250023 0.05284023 0.1526174 0.2802782 0.2306719 0.2664105 0.1715772 0.0297452 0.007845686 0.05945344 0.0005839805 0.005142798 0.00743037 0.01565455 0.008002589 0.0008648008 0.0184109 5.706274e-005 0 0 0 0 0.01358677 0.01222125 0.06110929 0.006071871 0.003073241 0.05448157 0.05902047 0.005497996 0.02134981 0.003605168 0.0376225 0.03913176 0.001991882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001869232 0.000288442 0.0002459384 0.0002042699 0.0001624562 0.0001191339 7.783253e-005 3.562518e-005 1.73581e-006 0 0 0 0.002190885 0 3.335727e-006 0.00269699 0 0 0 0.02503536 0 0.003209525 0.006479668 0.0006534863 0 0.8096784 0.3011946 0.01582993 0.2536765 0.3098364 0.05208357 0 0 0 0 0.07718676 0.5573798 0.5027777 0.2129465 0.0604334 0 0.01948695 0 0 0 0 0 0 0 0 0 0.00010293 0 0 0 0 0 4.584466e-005 0.06204248 0.07749724 0.1741315 0.2006058 0.09001891 0 0 0 0.0314803 0.2854517 0.1342697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.367677 0.2690967 0 0.002233936 0.04698482 0.001693691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01498762 0.4815879 0.9995595 0.9992567 0.9994107 0.9995601 0.9997061 0.9998526 1 1 1 1 0.9858228 0.2809814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.244669 0.1009298 0.01051481 0 0 0 0 0 0 0 0 0.01373336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1546862 0.2816897 0.0004418034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004438475 0.07825257 0.1267964 0.04362328 0.006058759 0 0.1517878 0.1873813 0.784704 0.7305409 0.8742536 0.985351 0.7153339 0.3931072 0.06939749 0.0005963874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02807394 0.1749129 3.089511e-005 0.0161578 0.07940064 0.02781054 0.01008899 0.09599692 0.4433304 0.7475594 0.2489327 0.4580754 0.468319 0.0333514 0.003111142 0.03321494 0.01894499 0.01709176 0.0269019 0.007250299 0.009091264 0.009430562 0.004327009 0.009407763 0.006666607 0.008469353 0.007052658 0 0 0 0.01238872 0.0001956794 0.0006292394 0.004649783 0.0002229103 0.02791019 0.04799603 0.0188024 0.0003119371 0.0004673329 0.01009302 0.003251966 0.03798144 0.08363822 0.0003330402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7943134 1 1 1 1 1 1 1 0.1956341 0 0 0 0 0 0 0 0 0 0 0.05460532 0.044113 0.0001715059 1.578259e-005 0 0.01911316 0.01487026 0.2895177 0.929332 0.9440974 0.932653 0.7858917 0.5213486 0.06543353 0 0 0.03516508 0.008054457 0 0 0.2262226 0.5050955 0.9937901 0.9944639 0.9934424 0.9914336 0.8641016 0.7013735 0.1882915 0 0 0 0 0 0.01488302 0.1920805 0.05097387 0 0 0 0 0.04580769 0.006799876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02480419 0.1689512 0.01530718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009379796 0.3806912 0.6814438 0.9796402 1 1 1 1 0.9999807 1 0.9997644 0.8479251 0.3701866 0.02200125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2351136 0.6712393 0 0 0 0 0 0 0.1731562 0.09005507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01974692 0.08701844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001056994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09063286 0.1591546 2.014167e-005 0 0.004130624 0.0004722159 0.1431911 0.08503021 0.02011766 1.5527e-005 0.02786764 0.05369321 0.001984633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01479463 0.0004967502 0.1458599 0.04347308 0.02996099 0.02319284 0.01983665 0.01591501 0.0756307 0.2845423 0.3911409 0.04422419 0.00425607 0.01538413 0.08407956 0.002124346 0.005799379 0.00435912 0.01259793 0.006686744 0.01408918 0.03815493 0.001718846 0.004616498 0.05896296 0.02558337 0.1705709 0.0223423 0 0 0.05404954 0 0.002452658 0.02209846 0.02036952 0.0008031302 0.00647797 0.003868271 0 0.01320333 0 0.0420475 0.004772714 0.04458573 0.01614894 0.02088301 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.8050815 1 1 1 1 1 1 1 0.1952688 0 0 0 0 0 0 0.09114983 0.493517 0.4119828 0.1211739 0.4173538 0.823263 0.5087849 0.06930467 0 0 0.2130136 0.9735574 0.9956982 1 0.8218895 0.2671523 0 0 0 0 0 0 0 0 0.2147415 0.9132757 1 1 0.9970831 0.985249 0.6066786 0.3647685 0.04539343 0 0 0 0 0.0132561 0.07841165 0 0 0 0 0 0 0.07045136 0.01116726 0 0 0 0 0 0 0 0 0 0.00146983 0.2367466 0.563891 0.3670347 0.01497793 0 0 0 0 0 0 0 0 0 0 0 0.004774984 0.04444015 0.0001963812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00151175 0.2124154 0.3580093 0.4556767 0.4238558 0.5631403 0.6423725 0.3529586 0.1120173 0.005743851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.582482 0.1613105 0.0003181588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001050936 0.001712979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01052774 0.1450116 0.04207239 0.01972893 0.003883767 0.04726377 0.01386352 0.02365262 0.1479888 0.2259989 0.1946112 0.5027747 0.200402 0.02443995 0.008161509 0.003692268 0.01220351 0.004543358 0.01004948 0.005671981 0.004073231 0.00272618 0.02085738 0.02666397 0.02359604 0.1541489 0.138562 0.01902576 0.2134484 0.0494493 0.0003294552 0 1.524062e-005 0.01132155 0.03933029 0.06885839 0.01166336 0.0001651695 0 0 0 0 0.004213042 0.006923644 0.0007170926 0.02063986 0.002338547 0.136439 0.0002198965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4793504 0.5979663 0.5979663 0.5979662 0.5979662 0.5979657 0.5979657 0.5979657 0.1187533 0 0 0 0 0 0.03547936 0.7896271 1 1 0.9971382 1 0.998034 0.9664122 0.3536925 0 0 0.1277674 0.3794717 0.546446 0.5464287 0.2479986 0 0 0 0 0 0 0 0 0 0.1644293 0.5841528 0.9509978 0.9460409 0.8352595 0.8535427 0.348403 0.009950446 0 0 0 0 0.01668544 0.1100906 0.1713953 0 0.006716827 0.3028034 0.3489981 0.25508 0.3143253 0.5651397 0.6774149 0.4783296 0 0 0 0 0 0 0 0 0.02273493 0.005661649 0.0298214 0.007625874 0 0 0 0 0 0 0 0 0 0 0.1765337 0.5803441 0.4110315 0.9736076 0.6948512 0.1168351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01458761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2224335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0009933753 0.01263051 0.02220199 0.0170697 0.02336201 0.2437855 0.4876258 0.6128455 0.1413941 0.2217972 0.6663209 0.1897388 0.1175791 0.1621514 0.05591732 0.1333402 0.1063696 0.03432667 0.0010814 0.02837482 0.02462304 0.00463755 0.01818527 0.009563274 0.005214183 0.05650093 0.006374959 0 0 0 0 0 0.006983425 0.0231149 0 0.0004540496 0 0.006455958 0.007758623 0.009927043 0.0007038673 0 0.0006802764 0 3.597574e-005 0.0005167166 9.533949e-006 0.001693622 0.002220066 0.002618681 0.009820675 0.0276251 0.004538185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001027904 0.1730799 0.8362442 1 1 0.9961168 1 1 1 0.7720925 0.003992986 0.0007107253 0.0004173483 0.0004653874 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3177478 0.4126476 0.1917223 0.1275866 0.08523034 0.09378938 0.04102224 0.02230164 0 0 0 0 0 0 1.280182e-005 0.1235834 0.6153135 1 0.998771 0.9989106 0.9980404 1 1 0.9926402 0 0 0 0 0 0 0 0 0 0.005800556 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2358477 0.3677304 0.7767746 1 0.8670081 0.553583 0.4558539 0.2971085 0.1301188 0.003484474 0.0418788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001254653 0.01023273 0.01437561 0.01083721 0.03888457 0.3835138 0.7765701 0.7748772 0.7288024 0.7504438 0.7246526 0.3010167 0.09129706 0.02767805 0.1607882 0.8287356 0.4460379 0.082738 0.057347 0.002203302 0.0003602245 0.008952331 0.01388768 0.01187366 0.009808132 0.007598029 0.02173615 0 0 0 0 0 0 0.00139707 0.00426386 0.08125282 0.02160759 0.02339816 0.03798537 0.001380514 0.0007620868 0.001653779 0.0009065078 0.001441787 0 0.002066565 0.002189776 0.02645578 0.08017839 0.0005290935 2.156045e-005 0.003217837 0.0001299168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1972598 0.7988741 1 1 1 1 1 1 0.9535509 0.3423506 0.6491317 0.9484454 0.7826368 0.2753255 0.03366023 0 0 0 0 0 0 0 0 0 0 0 0.025095 0.002725911 0 0.01264473 0.125146 0.06232065 0.1141777 0.07969423 0.0896756 0.1661786 0.07994625 0 0.004478124 0 0 0 0.006042151 0.3634828 0.6237001 0.979724 0.9992771 0.9996766 0.9982751 0.998991 0.9961015 0.5498641 0.3894985 0.03389808 0 0 0 0 0 0 0.0475363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002865348 0.4149179 0.8409811 1 1 1 0.9907047 0.7724967 0.9947364 0.5111236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03188617 0.03940179 0.1384842 0.2666282 0.3542327 0.6315654 0.7550858 0.6529934 0.4785771 0.05160524 0.4303234 0.1498737 0.06934845 0.2454316 0.1875082 0.280213 0.3086371 0.1104549 0.008379434 0.09059927 0.03416312 0.01467163 0.001698742 0.004885318 0.007895343 0.03913386 0.006168946 0 0 0 0 0 0 0 0.01049878 0.008454438 9.127636e-005 0.03051074 0.009011212 0.006646852 0.007762327 0.01016594 0.004312763 0.018035 0 0.003534641 0.003261859 0 0.004960489 0.004944143 9.735493e-006 2.957934e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01232507 0.484669 0.9467199 1 1 1 1 1 1 1 1 1 0.9388839 0.4139586 0.1947362 0 0 0 0 0 0 0 0 0 0 0.3261172 0.9615332 0.1269709 0.00682015 0.176366 0.02036546 0.4093173 0.4430199 0.1867688 0.7134216 0.2437891 0.2507629 0.6729954 0.9136596 0.542944 0.002327804 0 0 0.4548522 0.9173322 0.9977946 0.9537743 0.9611433 0.9994864 1 0.9981095 1 0.999935 0.7766168 0.5032616 0.2377804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0667171 0.9608836 1 1 1 0.9886478 1 0.7044256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09936662 0.5196184 0.1389903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1608556 0.2247374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001074468 0.05060044 0.003114653 0.003886888 0.1312 0.1542631 0.09572827 0.1498326 0.2691455 0.1193895 0.1860467 0.2188791 0.02460202 0.08433934 0.129362 0.01267335 0.01876601 0.09667452 0.01024094 0.009938028 0.07685985 0.04995991 0.009605403 0.0008776046 0.003448848 0.005996857 0.04725906 0 0 0 0 0 0 0 0.0003838499 0.00245254 0.0003139048 0.01864811 0.001622309 2.717447e-005 0.001542488 0 0.01344932 0.00281449 0.0007804647 0.0198778 0.0006100379 0.0001312101 3.493205e-006 0 0.0001423921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0.02413329 0.02975491 0 0 0 0 0 0 0 0 0 0 0.002681656 0.1320861 0.2628974 0.2431396 0.3416054 1 1 1 1 1 1 1 1 1 0.9332641 0.1848004 0.003626025 0.03846074 0 0 0 0 0 0 0 0 0.1679033 0.9163757 1 0.8077782 0.4821922 0.3505197 0.09323078 0.5494483 0.9073128 0.2723177 0.09523164 0.3127096 0.5283933 0.2907672 0.1625058 0.01700331 0.02138342 0.003793254 0 0.09810286 0.2805101 0.5279964 0.878644 0.9539405 0.9998131 1 0.9963297 1 1 1 1 0.9994038 0.7255247 0.5499362 0.204101 0.01342628 0.351846 0.1022051 0 0.009864628 0.003498578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3487568 0.3838132 0.3193107 0.3771496 0.1719123 0.1819121 0.00422211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007415086 0.03621568 0.03654872 0.03688175 0.08655608 0.2486767 2.544854e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03395088 0.1213294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001002264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004204268 0.06159591 0.03914153 0 0 0 0 0 0 0 0 0 0 0.01540115 0.0009726874 0.004727156 0.1241226 0.2042896 0.2375973 0.354806 0.03419551 0.02193757 0.06048079 0.0894938 0.007431306 0.01194722 0.02769665 0.02084425 0.00957833 0.01916705 0.03124904 0.00668624 0.002160221 0.006654217 0.008720621 0.01007282 0.001880141 0.001667439 0.02566888 0.01549847 0.01054145 0 0 0 0 0 1.435706e-005 0.000301649 0.03178161 0 0.0007126751 0.03377955 0.005597192 0.00328155 0.0008680641 0 0.0001776371 0.01283162 5.724149e-005 0.0001996282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0.003044694 0.1156252 0.04216878 0 0 0 0 0 0 0 0 0.4426337 0.9315318 1 1 1 0.9391365 0.4971313 0.9185564 1 1 1 1 1 1 1 0.9982091 0.5837954 0.4575706 0.9362441 0.419162 0 0 0 0 0 0 0.0007114241 0.2110037 0.880924 0.9962051 0.7223899 0.002952831 0.01123838 0.2821625 0.9549481 0.9970629 0.548553 0.1991952 0.9428829 0.6573714 0.2022638 0.006788741 1.237529e-005 0.04219481 0.3016113 0.4663522 0.592976 0.01964894 0 0.1352365 0.07626843 0.2140834 0.8566898 0.8687586 0.9998538 1 0.9883689 1 0.9999929 0.9999866 1 0.6330893 0.1032814 0.995492 0.439408 0 9.731057e-010 0.003180119 0.4156975 0.05552252 0.03150717 0.004048949 0 0 0 0 0 0 0 0 0 0.01043119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1853572 1 1 1 1 0.9997598 0.4051764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3035891 0.1391493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002825033 0.02111683 0.0125131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008579235 0.00556081 0.01101937 0 0 0 0 0 0 0 0 0 0 0 0.0006186597 0.005142951 0.02327482 0.2084956 0.2938096 0.728237 0.8584419 0.2652633 0.005221933 0.09969511 0.06475828 0.01158246 0.04943943 0.01556955 0.005165513 0.002396472 0.01689049 0.00747743 0.01322258 0.007223447 0.009911917 0.08166679 0.007506129 0.005301007 0.1006885 0.03326243 0.03663482 0.03928936 0.01997926 0 0 0 0 0.06116503 0.02377748 0.01772709 0.0001770527 0.0009072344 0.001909617 0.01481751 0.02369064 0.01492709 0.01325397 0.002428754 0.001439935 0.003114217 0.0005733739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04219273 0.3932187 0.6302842 0.7317966 0.6449099 0.3041847 0 0.1219872 0.3995212 0.325307 0.09636655 0.06846455 0.5518295 0.9736493 1 1 1 0.9240556 0.9899585 0.4418368 0.0156498 0 0 0 0 0 0.009784042 0.004282217 0.04109119 0.2219039 0.1407345 0 0.2807152 0.497617 0.765749 0.7670735 0.3710582 0.05377004 0.0957968 0.03375128 3.570124e-005 0 0 0 0 0 0.0009514295 0.01247179 1.593031e-005 0 0 0 2.376182e-005 0.03632058 0.5437476 0.5534745 0.3136129 0.6574519 0.3440582 0.8382149 1 0.9999931 0.7545986 0.02408591 1.154244e-011 0.03027766 0.05496974 0.1087742 0.3082454 0.1753599 0.2451781 0 0 0 0 0 0 0.11523 0.1439638 0.01007987 0 0 0.01447771 0.003383901 0.01955198 0 0.05849095 0 0 0.175695 0 0 0 0 0 0.1301908 0 0 0 0 0 0 0 0 0.1340445 1 1 1 1 1 0.9975815 0.8709798 0.6236841 0.03929244 0.1353306 0.2747161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003076471 0.5666757 0.3761954 0 0.4317597 0.9940847 0.7936639 0.0714055 0.1121838 0.1514629 0.6551555 0.8255457 0.9988543 0.4766951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5947853 0.7862778 0.1136478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003585869 0.003280242 0 0 0 0 0 0 0 0 0 0 0 0 0.00880224 0.006790583 0.1492791 0.1739753 0.4452888 0.1563065 0.3063289 0.1257729 0.01852609 0.04112689 0.03395459 0.02773181 0.06207124 0.02066103 0.08006272 0.002780031 0.000642098 0.06814753 0.01225753 0.03370119 0.2259745 0.06217926 0.0220325 0.07214944 0.01575849 0.04892338 0.01582788 0.01739376 0.02554911 0.02539704 0 0 0.0328967 0.1149489 0.01799377 0.07810247 0.02472111 0.02418729 0.004501631 0.02591125 0.01052742 0.1153802 0.03042756 0.006983963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04748002 0.4321902 0.8553088 0.6198041 0.9882829 0.6445274 0.2272298 0.04183007 0 0 0.00161055 0.03683919 0.1593546 0.3998699 0.5286916 0.4580049 0.01635159 0.04396177 0 1.412949e-006 0.09007468 0.5111055 0.3117837 0.0299741 0 0 0 0 0 0 0 0.00565815 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09885905 0.285782 0.6529722 1 0.9960871 0.9989469 0.4745536 0.201936 0.03978538 0 0.4620417 0.7544271 0.504869 0.2631246 0.0362829 0.001252328 0 0.06625807 0.04709902 0 0.06811949 0.6850489 0.4381411 0 0.001175873 0 0.03618067 0.3451804 0.1898339 0.09596808 0 0 0.0009338912 0 0 0 0.0004062185 0 0 0 0 0 0 0 0 0 0 0.4177293 0.969189 0.9784036 0.9409444 1 1 1 1 0.9939779 0.2101552 0.03069377 0.04993822 0.005029505 0.2628248 0.3050746 0.3700236 0.06648342 0 0 0 0 0 0 0 0 0 0 0.003378886 0.09103766 0 0 0.009437765 0.3546093 0.1947717 0 0 0.03598802 0.5543881 0.701112 0.5201212 0.07122386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03611638 0 0.1048746 0.9020653 0.7483681 0.163457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.479998e-005 0.0008009953 0 1.275272e-005 0.0001021234 0 0.05156456 0.01724799 0.003804313 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001759416 0.008759103 0.01277037 0.04773609 0.4362345 0.6004772 3.877758e-005 0.01392279 0.04856863 0.03528167 0.0282889 0.01300342 0.1607169 0.01573977 0.0648028 0.08960535 0.03947385 0.04749319 0.08553495 0.04075384 0.03180456 0.02206306 0.003187137 0.02986662 0.05990681 0.03151957 0.08686447 0.1279345 0.2053469 0.03871575 0.00753677 0 0 0 0 0.008116091 0.08085322 0.2203323 0.2557131 0.1236139 0.07129093 0.1024397 0.2515002 0.03822165 0.08610388 0.1160948 0.1631187 0.00195055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.160016 0.6835809 0.5304371 0.23806 0.0707323 0.3529105 0.6620221 0.2821245 0.003751262 0 1.600138e-005 0.02071154 0.5686553 0.9935467 0.9609512 0.9823267 0.999587 0.7782428 0.1430579 0.1198619 0.175595 0.001779383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04215962 0.7649853 1 0.9984013 1 0.9606302 0.2218938 0.1034829 0.1632143 0.1015643 0.5602837 0.4210241 0.004864599 0 0 0 0 0.003082279 0 0 0.04191158 0.1067924 0.3022933 0.1854425 0.03513651 0.3015016 0.07702556 0.2903543 0.2011168 0.004799953 0 0.0035898 0 0 0 0.009111775 0.01441435 0 0.1594341 0.1427687 0 0 0 0 0 0.107635 0.1881033 0.1901755 0.08605552 0.9999866 1 1 1 1 0.5478229 0.01138327 9.344583e-006 1.134464e-010 0.09587333 0.1190296 0.08160054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.810399e-005 0.2508555 0.3894987 0.7859866 0.9912666 0.9891793 0.8720263 0.1278643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.447257e-006 0 0.01689577 0.05378573 0.02747625 0.02987283 0.106084 0.001353669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05574224 0.08889387 0.1399731 0.1500635 0.4599068 0.01526746 0.05847919 0.02715299 0.006202854 0.00711923 0.0004682422 0.191788 0.2385494 0.02434229 0.02534078 0.03041611 0.2395363 0.04875722 0.01316638 0.04202655 0.006447965 0.004091202 0.02842166 0.04317674 0.1177489 0.2144192 0.09495552 0.02443452 0 0 0 0 0 0.02913014 0.08981885 0.4155686 0.7909409 0.3717872 0.1982192 0.1191223 0.1427271 0.04204245 0.1438765 0.09617057 0.2638691 0.009163016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02720112 0 0 0 0 0.02917206 0.07989948 0 0.009949489 0.0009711878 0.6326551 0.9972597 0.9999771 1 0.9334232 0.5336807 0.003235157 0.3444144 0.9429965 0.778871 0.1499406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001372952 0.2088266 0.5948662 0.6924405 0.2904263 0.02146093 0.1258318 0.201594 0.02219065 0.1212077 0 0 0 2.565635e-006 0.1824575 0.1260601 0.07012902 0.01887473 0.252324 0.122912 0.1492216 0.3189247 0.5640189 0.3943512 0.5594711 0.09328786 0.760189 0.9996639 0.4656185 0 0.01441738 0.1584764 0.008806474 0 0.001673804 0 0 0 0 0 0 0 0.002395434 0 0.001078729 0 0 0.01603791 0.8420101 0.8420185 0.8419643 0.8419388 0.8132933 0.3286112 0.1267646 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001557508 0 0 0 0 0 0 0 0.01864394 0.2494896 0.1859448 0.1124515 0.05592646 0.006992957 0.001997417 0.09585848 0.167646 0.08384335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004811487 0.1669381 0.2826654 0.1548061 0.03315915 0.001096237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003560254 0.008785496 0.02822155 0.004969432 0 0.1140833 0.3283475 0.3943043 0.3566005 0.08420049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.613786e-005 0.009739462 0.0401505 0.007640596 0.05113471 0.01973723 0.0158655 0 0 0 0 0.08493916 0.1514488 0.05933816 0.02679561 0.008214635 0.06339809 0.02125487 0.03859725 0.008922702 0.01832657 0.01624855 0.09563033 0.02299411 0 0 0 0.02728079 0 0 0 0 0.1923587 0.3738976 0.3481914 0.1027921 0.2285478 0.5555626 0.2237196 0.2566969 0.08923198 0.3914371 0.05030144 0.02731704 0.01399141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04274904 0.03102196 0.8978941 0.9873652 0.7472033 0.3421957 0.01950252 0.1551982 0.5747044 0.7759303 0.08687463 0.04908843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01846101 0.4481643 0.4052749 0.1089627 0.3985815 0.8736751 0.1907921 0.8534758 0.4044225 0 0 0.1336821 0.9579841 0.1930326 0.6166773 0.8771198 1 0.8797385 0.3894756 0.1209108 0.1448229 0.1582986 0.1142411 0.480297 0.6342403 0.7022513 0.4981584 0.03717736 0.0006840751 0.00795541 0 0 0 0.007650489 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1439014 0.2818282 0.04207135 0 0.003892246 0.1196199 0.7894167 0 0 0 0 0 0 0 0 0 0 0 0 0.0003433495 0 0 0 0 0 0 0.1272509 0.8097077 0.7216724 0.5146185 0.5525689 0.5982065 0.7490371 0.261701 0.7654369 0.6967652 0.1060153 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.90909e-007 0 0 0 0 0 0 0 0 0 0.004717753 0.0005771288 0.007431658 0.08449538 0.03988166 0.0248479 0.04331521 0.2002163 0.1529108 0.1282056 0.05310964 0.01000186 0.004555586 0.008258238 0.008484005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.255979e-005 0.001776606 0.01583673 0 0 0 0.01083959 0.07050917 0.01641908 0.009555276 0.1428525 0.06186634 0.006300272 0.003939707 0.03574477 0.02474977 0.004284072 0.009600827 0.002634747 0.0008577583 0.08123636 0 0 0.006110239 0.04240192 0.02170567 0 0 0 0 0.2651912 0.4442204 0.1465269 0.005118513 0 0.322161 0.9938864 0.8745877 0.5119792 0.1790363 0.1522582 0.07504772 0.02183671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00579945 6.721352e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09022033 0.2913336 0.7154259 0.972743 0.2976888 0 0 0.2639509 0.8026637 0.935464 0.6584437 0.0417262 0.003317464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.410921e-005 0.1049934 0.0002800437 0.1579551 0.5815212 0.06374265 0.09244761 0.1987753 0.1180502 0 0 0.3189187 0.06921673 0.2286764 0.12491 0.4745197 0.7161579 0.6987759 0.2544933 0.07572741 0.1155713 0.239201 0 0 0.1101042 0.3282285 0.001884315 0.003666236 0.02017897 0 0 0 0.03904086 0.33181 0.1309988 0 0 0 0.06027961 0 0 0 0 0 0 0.03028598 0.2028289 0.1818237 0 0.002460967 0 0 0.2694335 0 2.37455e-005 0.2817876 0.1659659 0 0 0 0 0 0 0.001610629 0.09961181 0.07445125 0 0 0 0 0 0 0.2614258 0.06061812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1073107 0.5164495 0.2444934 0.002455817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04362788 0.1544958 0.07468304 0.006671735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03338093 0.006660453 0.1538826 0.09988969 0.1613045 0.1215937 0.2247847 0.7060012 0.6334067 0.1029137 0.004999643 0.007847176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004423676 0.09381726 0.08056689 0.09961934 0.09413223 0.01997873 0.02180904 0.018061 0.06448139 0.009148491 0.03771668 0.05717939 0.01450317 0.008492483 0.006607218 0.008179155 0.01708107 0.06484693 0.01274277 0.006709167 0.02819369 0.02687513 0 0 0 0 0.02928272 0.04676464 0.1111615 0.06813863 0.1067763 0.004945075 0.1481674 0.3248327 0.402921 0.06716829 0.02713557 0.03263874 0.04989597 0.05876446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008930523 0.0001396721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.768139e-006 0.1138365 0.4547193 0.7961715 0.7840629 0.4050231 0.07026674 4.50067e-005 0 0 0.1524722 0.3639165 0.2722868 0.0007601547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001652763 0.2329249 0.4937819 0.06277469 0.001729766 0.111269 0.07428151 0.7279288 0.2163399 0.0427704 0.001629632 0.09762602 0.008597755 0 0 0 0.06655939 0.2142219 0.03995131 0 0 0.09696882 0.04569719 0 0.3067059 0.1132706 0 0 0 0 0 0 0.01471641 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01150621 0.04175342 0.03524602 0 0.0284432 0.1065255 0.3003645 0.3999135 0.1988209 0.04342163 0 0 0 0 0 0.08279154 0.7711523 0.77882 0.2824132 0 0.2088216 0.06274766 0 0 0 0 0 0 0.05561322 0.5341704 0.4945405 0.07834529 0 0 0 0 0 0 0 0 0 0.09856387 0.1482694 0.0584482 0.3428258 0.2596326 0.00514495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06287113 0.838324 1 0.8920978 0.7113637 0.6649112 0.4615874 0.5101463 0.1185962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005344845 7.417203e-005 0.03043593 0.07447627 0.09530144 0.06127562 0.2458279 0.3875927 0.5463495 0.4194773 0.06359447 0.006289877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09722345 0.07840475 0.08929852 0.1184149 0.08528492 0.003082643 0 0.01140839 0.001835679 0.01699704 0.03136782 0.01245114 0.02758986 0.03754585 0.01585556 0.008237152 0.03364022 0.03510824 0 0 0.007710294 0 0 0 0 0 0.04158391 0.02257017 0.0290892 0.06063739 0.123289 0.1133583 0.006989646 0.02516115 0.06237856 0.1285022 0.2198213 0.2968529 0.06839424 0.0293522 0.01934198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02573605 0.007364942 0.02822723 0.4175947 0.8484392 0.5336147 0.1656614 0.02250244 0.00202112 0.501586 1.021491e-008 0 0 0.1266259 0.009708432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002067194 0.02345688 0.1903006 0.1151571 0.1269227 0 0.1085147 0.08992094 0.3323383 0.7058179 0.1433482 0.003108261 0.1386196 0.02973492 0.02712484 0.04262701 0 0.3754615 0.03670873 0 0.0637526 0.05804006 0.01745994 0.0245845 0.1190652 0.02125094 0.03966607 0 0.0002931059 0.003392945 0.01629156 0.05349048 0.02948869 0.04638109 0 0.03150845 0.05711256 0 0 0 0 0 0 0 0 0.06534025 0 0 0.08488694 0.005688084 0.09807681 0 0 0.0002545475 0 0 0 0 0 0 0.02113236 0.04827401 0.001276755 0 0.0004827779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1262508 0.3552088 0.05051952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08360585 0.9104297 1 1 1 1 1 0.8869087 0.09512015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.560013e-007 0.006405553 0.05586919 0.05138206 0.07073431 0.6646122 0.4199112 0.03505083 0.04602159 0.04216203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1047518 0.09766121 0.1351978 0.1448266 0.05521797 0.05426956 4.45058e-005 0.001032436 0.03194103 0.04111645 0.0147956 0.001408097 0.01359913 0.02840475 0.04437222 0.01907483 0.04201029 0.006693163 0 0 0 0 0 0 0 0.009993853 0.1180004 0.1739942 0.04944308 0.1127866 0.1796152 0.07857193 0.02141961 0.161684 0.0621913 0.0855924 0.06163491 0.04464418 0.1755859 0.1891149 0.1867819 0.07234928 0.00461781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001018371 0.1390677 0.2358847 0.4339921 0.3477464 0.3885135 0.3037435 0.07193209 0.06379449 0.0006114958 0 0.0004767684 0.1008435 7.192087e-009 0.06804602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.997062e-005 0.04419722 0.07332984 0.00251618 0.09615463 0.09061689 0.04251817 0.473737 0.8861536 0.5600141 0 0 0.2456889 0.05912205 0.0042483 0.04313491 0.03195708 0.002233562 0.000822077 0.1112359 0.4102363 0.2448957 0.001670537 0.02617739 0.02897016 0 0.0005926084 0.02756183 0.0003116335 0.0007146432 0 0.006321237 0.01985836 0.04194998 0.02881473 0.0001352796 0.1067845 0.01034958 0.0143133 0.003479963 0.002721943 0 0 0 0 0.01013234 0 0 0 0 0 0 0 1.761655e-005 0 0 0.002128313 0 0 0 0.1308104 0.01334622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.703095 0.4448091 0.1824467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1704612 0.1513634 0.2659189 0.3661507 0.3288832 0.4288873 0.4663679 0.3838819 0.1045609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002004841 0.1162986 0.02568395 0.1219193 0.0723493 0.07153231 0.03549386 0.08806614 0.04390162 0.08279265 0.1132885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1530088 0.1240859 0.1012586 0.06228396 0.0561903 0.02064456 0.06603013 0.09931411 0.1375228 0.07267403 0.04156101 0.03086484 0.03192272 0 0 0.009830385 0 0 0 0 0 0 0 0 0 0 0.1678781 0.113421 0.1879873 0.06702461 0.2411542 0.04039256 0.08113883 0.07393577 0.1830473 0.1111072 0.2850702 0.2325168 0.3962794 0.1495161 0.05158537 0.04476468 0.08798147 0.009891492 0.003991202 0.005000623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06836803 0.2753602 0.8328515 0.618027 0.4252208 0.2521189 0.2563508 0.1687817 0.1346472 0.02070056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1075487 0.02793006 0.006878213 0.09840198 0.001451925 0.192511 0.6756045 0.6308369 0.06509114 0.04265684 0.07393789 0.06152281 0.003539087 0.002219559 0.02038972 0.004634585 0.164844 0.08314667 0.0009248211 0.004261998 0 0.01198697 0.1206992 0.117006 0.003162796 0.1597107 0.05458561 0.04611953 0 0.006494493 0.0003479746 0 0.01832535 0 0 0.002662797 0.004768464 0.04995333 0.05331365 0.005088537 0.03051543 0.01309146 0.03494833 0 0 0 0 0.002606146 0.09505651 0.1231899 0.5086554 0.1191872 0.0009307582 0 0.037469 0.0008283076 0 0.3638377 0.8426538 0.3511198 0 0.007399784 0.0363417 0.0779618 0.09631131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9668752 0.9998242 0.995769 0.619149 0.4792171 0.5305786 0.5255683 0.4191328 0.3105252 0.09134071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002403407 0 0.01156181 0.02584847 0.226743 0.01130247 0.02194704 0.04476729 0.1036401 0.05296061 0.03304233 0.1071999 0.5312868 0.08800039 0.002071427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05315054 0.08629555 0.05521974 0.04569462 0.06339211 0.03351143 0.02667912 0.08499216 0.0425597 0.2379533 0.001383757 0.002425585 0.01009025 0.01942922 0.007845216 0 0 0 0 0 0 0 0 0 0 0.01883531 0.3737662 0.08675709 0.1403935 0.03055747 0.1115104 0.1171108 0.08004756 0.1288905 0.1038947 0.4509358 0.2088765 0.1295811 0.0533062 0.03928766 0.06473815 0.0001731493 0.2102409 0.02605751 0.002627749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3628178 0.7348769 0.7387255 0.3361454 0.0663313 0.0855488 0.001847679 0 0 0.02861554 0.02755857 0.07433333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05741293 0.01109783 0.001795945 0.1506907 0 0.007822562 0.4331804 0.2333866 0.3807305 0.006342859 0.004666729 0.1628552 8.525143e-005 0.03676068 0.1345768 0.01258636 0.01449005 0.2332494 0.002679012 0.003508271 0.02518879 0.1908983 0.002665926 0.0006782115 0 0.2401105 0.06049611 0 0 0 0.01005484 0 0 0 0 0 0.007076486 0.0004878716 0.0005038076 0.05383356 0.01291481 0.001193654 0.06191526 0.001556133 0.102384 0.2331552 0 0.03232659 0.2199752 5.382308e-005 0.1721938 0.08059153 0.0008010949 0.05534039 0.08390768 0 0.0001586344 0.08646685 0.07686911 0.3265292 0.0001775654 0.02652166 0.1563415 0.002897282 0.0008159439 0.01088905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01441122 0.01744099 0.02375086 0.02569313 0.006183054 0 0 0.4996017 1 1 0.4779373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004648815 0.004941276 0.02804771 0.4038036 0.3071707 0.3070208 0.1251631 0.003032841 0.04327184 0.06103611 0.063714 0.533251 0.3530708 0.7947642 0.1229964 0.04626271 0.07267644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2896748 0.4434158 0.04797135 0.125327 0.01841108 0.0167657 0.02177892 0.03512708 0.01305998 0.07149991 0.1469205 0.05092631 0 3.443811e-005 0.002455706 0 0 0.002838335 0.1723292 0.02130047 0.1377236 0.04220807 0 0 0 0 0 0 0 0.01653658 0.006032258 0.1217785 0.1984851 0.1873286 0.06635659 0.111721 0.1093392 0.1502017 7.750498e-005 0.009087458 0.4490907 0.01473952 0.07017365 0 0.003481565 0.1154358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1100274 0.1859283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005181306 0.04678801 0.2164631 0.07240382 0.1656606 0.04049445 0 0 0.07250069 0.0113948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06292839 0.2501438 0.02016695 0.08332282 2.151348e-007 0.102357 0.06299192 0.2866234 0.4334185 0.01805206 0.005325128 0.3161724 0.04485419 0.01733962 0.001798983 0.01237628 0.04366749 0.05683615 0.0309117 0.07079308 0.03835846 0.006170358 0.001483202 0.05568745 0.1190111 0.1510727 0.5245041 0.2466564 0.001004154 0 0 0 0 0 0 0.009737868 0.00186634 0.05929313 0.0002398027 0.003109549 0.008756769 0.01530629 7.840352e-005 0.000411981 0.0005965875 0.004044614 0.009471918 0.3166932 0.3979126 0.2609809 0.1613201 0.0187493 0.0003035045 0.3325101 0.6468381 0.003524326 0.2415058 0.2638783 0.01604472 0.73331 0.218594 2.572757e-005 0.009914123 0 0.06484227 0.007185576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1811614 0.1582644 0.006277154 0.006817332 0 0 0 0.03077972 0 0 0 0 0.0002689417 0 0.4995029 0.9998448 0.9998445 0.264287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1501925 0.1213631 9.885469e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001065672 0.03014317 0.003302941 0.001764394 0.03297644 0.05649843 0.0356972 0.014854 0.2626538 0.1554845 0.003341321 0.01073516 0.002868812 0.003754593 0.555343 0.5799153 0.8726115 0.4892561 0.3297813 0.5087556 0.07934261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.748359e-006 0.03189152 0.1972461 0.06531043 0.1050151 0.2031944 0.06231936 0.00595268 0.1003282 0.2345543 0.456055 0.3246162 0.2459944 0.007874025 0.002414897 0.001831771 0.003624075 0.004953162 0.001210248 0.1748275 0.1591827 0.1426559 0.02062476 0.07852962 0.0535752 0.002884496 0.0002504064 0.003038155 0.02548088 0.03194487 0.1404212 0.2093349 0.2409768 0.2953879 0.09374708 0.144197 0.08585359 0.04378752 0.02408931 0 0.0006844384 0.01027205 0.004580421 0.04397423 0 0 0 0.009847878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004860657 0.4085658 0.3920904 0.009005649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05111393 0.02374071 0.1524751 0.7819434 0.2573247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1205877 0.3732198 0.09278024 0.2406741 0 0.07562647 0.08160245 0.3118089 0.429092 0.09599829 0.01722 0.2457667 0.08109178 0.2306793 0.4802703 0.02633052 0.04817019 0.008375893 0.06089714 0.006563841 0.01752444 0.01414054 0.0005297652 0.1376979 0.005404635 0.08697197 0.2785858 0.8216332 0.7069072 0.5436602 0.2155996 0.03577308 0.02661831 0.01530291 0.001029786 0 0.001765822 0.005470834 0.003320606 0.01100353 0.002022728 0.1372259 0.005665703 0 0.0002417722 0.007002039 0.00107239 0.1229793 0.04878017 0.09586328 0.03205107 0.01769225 0.1088247 0.4382897 0.8594832 0.09135282 0.2137184 0.08054247 0.04063391 0.04530359 0.06740825 0.0001618907 0.01963202 0.03644895 0 0.002735381 0 0 0.02598675 0 0 0 0 0 0 0 0 0 0 0.2045553 0.5571074 0.6051162 0.06287289 0 0 0.1167081 0.01427707 0.01323142 0.007383093 0 0 0 0.02261554 0.003976969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01083364 0.3579437 0.8028512 0.7219619 0.9458319 0.4479493 0.001019451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004795115 0.004998053 0.01091541 0.006235856 0.01767171 0.009638315 0.01218252 0.00189349 0.001182856 0 0 0 0 0 0.05689959 0.1977767 0.2110292 0.1829005 0.01094829 0.06027108 0.1000903 0.08430894 0 0 0 0 0 0 0 0 0 0 0 0.007155459 0.4486537 0.386025 0.3205348 0.6385185 0.1440042 0.07676554 0.08587871 0.2707128 0.184501 0.1760907 0.198918 0.3415561 0.3957085 0.05904582 0.2879218 0.2177441 0.03387818 0.003459923 0.005783262 0.2098989 0.01289898 0.07842457 0.4503857 0.1647689 0.005356807 0.04976294 0.1347735 0.01876923 0.01468871 0.1096136 0.2264864 0.0020244 7.985942e-005 0.02756389 0.1237636 0.2200622 0.01035823 0.01382846 0.03649889 0.3063426 0.135638 0.003449667 0.006979271 0.006994404 0 0.02536312 0.0003429685 0.0003357405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02105614 0.2183142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01450897 0 0.2601825 0.4540315 0.2300041 0.1741879 0.0493291 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1463597 0.2508107 0.02957446 0 0.003563746 0.01472327 0.1399324 0.1993988 0.3125737 0.3286859 0.7914138 0.5135429 0.9125499 0.9170182 0.6103333 0.2517304 0 0.04836455 0.07546114 0 0.01946889 0.002575345 0.000880059 0.4180679 0.4698472 0.05091347 0.1408129 0.7983751 0.999311 0.9689484 0.4163217 0.01544314 0.006210716 0 0 0.00259117 0.02418278 0.001975705 5.9709e-005 0.0003960258 0.09895182 0.02306657 0 0 0.004056 0 0.0177594 0.07696738 0.02917699 0.07130652 0.105131 0.3864965 0.0627745 0.02068782 0.03303373 0.02334404 0.006597276 0.009506634 0.03645732 0.1083889 0.07315333 0.1125359 0.03160682 0.00311427 0 0 0.01219478 0.005245138 0 0 0.02286113 0.5528932 0.6129904 0.6453966 0.3119355 0 0 0 0.1551134 0.5452328 0.3602549 0.03170583 0 0 0 0 0 0 0 0 0.2799431 0.3816777 0 0 0.01130664 0.007107999 0 0 0 0 0 0 0 0.3766228 0.04403032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04047884 0.3789712 0.892214 0.7190071 0.1568357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00017227 0.02631713 0.01204205 0.04360022 0.009407225 0.006613127 0.001760886 0 0 0 0.04276989 0.2590356 0.2756588 0.2435425 0.05060433 0.07237308 0.6593977 0.02126694 0.009715569 0.2291095 0.0930218 0.0001544664 0 0 0 0 0 0 0 0.02269492 0 0.01817043 0.05840278 0.08159177 0.07645087 0.1028849 0.1888133 0.1658933 0.1085531 0.2751198 0.1900177 0.2244544 0.2903169 0.3497506 0.1739024 0.5713228 0.6418693 0.5308688 0.1799293 0.05801062 0.05564308 0.09346768 0.02607264 0.005328609 0.1526836 0.1249445 0.001803808 0.002699959 0.08721857 0.2709715 0.00461592 0.00183952 0.003360844 0.004201198 0.04266215 0.002631558 0.2814854 0.1487215 0.1019389 0.1391473 0.03645567 0.1039506 0 0.00256114 0 0.0126683 0.02353112 0 0.03755848 0 0.02359962 0.05465075 0.1019857 0.002327037 0.03296689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.236235 0.3017934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003051155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01295288 0.09554718 0.05270121 0.1025979 0.006944255 0.07027538 0.001166965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1397801 0.2971151 0.03353812 0 0 0.0153327 0.04452563 0.4248135 0.2193767 0.840121 0.6089587 0.5242547 0.9257419 0.583979 0.2718746 0.3202729 0.005804234 0.007820194 0.003915624 0.0008558777 0.01110358 0.002463368 0.01803655 0.2900066 0.747824 0.2375885 0.08486883 0.5139753 0.9640866 0.9993299 0.7121586 0.1410368 0.01960465 0.004834133 0.002001236 0.00358603 0.005480343 0.001367986 0.0006864998 0 3.650383e-006 0 0 0.01532918 0.06671329 0.1625258 0.1111626 0.08344866 0.01987478 0.02958301 0.1597449 0.0501751 0.05979342 0.01814107 0.1235267 0.061107 0.05367709 0.1392339 0.1338648 0.06468529 0.1166646 0.06455114 0.06283435 0 0.008947616 0.1244775 0.04084183 0.00987563 0.002108675 0.007796872 0.1189411 0.5716192 0.7014658 0.8358341 0.4765568 0 0 0 0 0 0 0 0 0 0.02034995 0.04876426 0.01077284 0 0 0.03051342 0.0001124281 0 0.004750874 0.02282349 0 0 0 0 0 0 0 0 0.3723927 0.3092253 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003675589 0 0.001180873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0647162 0.000367892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002446123 0.006053516 0.01008309 0.004923563 0.003611914 0.0001853889 0 0 0 0 0.05299025 0.2527837 0.6439568 0.1590466 0.1729598 0.02673816 0.03529911 0.01722851 0.02009794 0.01382088 0.09824139 0.2061709 0.1137598 0.1122821 0 0 0 0 0 0.002887846 0 0.01880042 0.08626324 0.02585761 0.1181917 0.1480148 0.1974932 0.2084671 0.2121201 0.2190019 0.36803 0.2935058 0.1680043 0.2577958 0.5455289 0.4091939 0.4595617 0.493612 0.3839871 0.137878 0.1176125 0.03996657 0.1755468 0.0009611347 0.09880944 0.01905434 0.06013657 0.0005524873 0.1494664 0.0390374 0.0001264169 0.0003504065 0.01751053 0.1734916 0.1257728 0.0004652115 0.001620194 0.3524204 0.3407436 0.1226472 0.0109244 0.4240026 0.06044934 0.01543541 0.1461591 0 0 0 0.00713485 0.08451314 0.01059774 0.07715136 0.08208238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00348637 0.2945518 0.1773683 0.0120613 0.008456951 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0.0001222721 0.07296909 0.003682523 0.04516602 0.1435627 0.3727121 0.1495052 0.08642014 0.04592831 0.06695926 0 0.01988216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07550245 0.3543216 0.009265569 0 0 0 0.02890825 0.1500815 0.1995312 0.1559688 0.1244758 0.12421 0.6232518 0 0 0.009901859 0.04243189 0.03017932 0.002287014 0.004649958 0 0.001803051 0.01247015 0.8576427 0.923609 0.01354695 0.005371533 0.1996416 0.5590845 0.8669406 0.3755682 0.02646214 0.002390579 0.01599755 0.002989917 0.000583943 0.0003385644 0.003952837 0.004467828 0.001272191 0 0 0 0 0.01781152 0.04306046 0.007025907 0.0126861 0.1052974 0.04434513 0.01636403 0.02202567 0.04146547 0.0514713 0.02413606 0.03981247 0.06414753 0.1555247 0.07670981 0.04874778 0.050211 0.00588756 0.0432938 0.1244555 0.4347604 0.2250323 0 0.01949695 0.04750988 0.02381097 0.006323502 0.05946805 0.4874139 0.4971081 0.1054087 0.3312154 0.07407587 0.2595449 0.01726047 0 0 0.0152964 0.02298292 0.2518732 0 0 0.01270055 0.09008613 0.09759745 0.03257781 0.01710105 0.05306366 0 0 0 0 0 0 0 0 2.77989e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04696209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000638784 0.003817576 0.001855725 0 0.009395868 0 0.0004211899 0 0 0.007136431 0.05238112 0.01405127 0.1868159 0.1649752 0.1750573 0.1039432 0.09959242 0.01668735 0.0195439 0.0210869 0.02488801 0.1613826 0.1101575 0.1539991 0 0 0 0 0 0.0196145 0.05970125 0.04086362 0.03110223 0.01445601 0.081171 0.1346587 0.2938991 0.08490432 0.361596 0.3124677 0.2599633 0.2680741 0.3060646 0.1934859 0.4647346 0.4762873 0.5461819 0.6101668 0.2249562 0.1082691 0.04028105 0.04545733 0.01050564 0.1910423 0.04516923 0.1875971 0.0599494 0.0002956656 0.02597181 0.01246968 0.1479474 0.1568024 0.1076949 0.01495423 0.006088288 0.124344 0.09729836 0.01274273 0.01440418 0.05240746 0.07058502 0.0005679126 0.04070817 0.04474697 0.09335336 0.1650797 0.09288757 0 0.01069449 0 0 0.0009475654 0.01678764 0.01883215 0.00818814 0.02145296 0.044625 0.05503755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08795501 0.0457109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08144969 0.2767988 0.399848 0.2150749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0260725 0.08851316 0 0 0 0.01033325 0 0 0.0003993769 0.0553537 0.01541652 0 0 0.01002838 
-0 0.001242875 0.05127291 0.1057284 0.1888765 0.1692848 0.3540564 0.1584323 0.03563506 0.001186239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01050077 5.278153e-005 0 0 0 0 0.2621542 0.2218084 0.1989962 0.2228368 0 0.2764263 0.05931032 0.01091392 0.07430922 0.1150159 0.007333752 0.01045302 0.04822798 0.02219869 0.01455181 0.0358158 0.196808 0.2258418 0.03256447 0.05003577 0.007731286 0 0.05416543 0.6116295 0.8650094 0.4337448 0.06280222 0.001405646 0.000938288 0 0.006831381 0.1192435 0.001127757 0.001962167 0 0 0.002088043 0.118868 0.1805525 0.07575016 0.0368783 0.05726102 0.1264802 0.2657306 0.03887573 0.05273007 0.09271294 0.1039778 0.2337708 0.05383347 0.08820494 0.08759779 0.01474654 0.2081218 0.1982393 0.04989073 0.04039877 0 0.01627753 0.01735575 0 0.07888855 0.1133598 0.02498423 0.5830475 0.9355162 0.6751986 0.3749712 0.6299953 0.1173183 0.1208898 0.08503842 0 0 0.01768787 0.07364322 0.02878513 0.02184836 0.03875227 0.06357701 0.01309552 0.001100511 0 0.003448124 0.01238177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004589372 0 0 0 0.006799627 0.008912748 0.04991918 0.2308071 0.2894013 0.004110369 0.001166051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003447364 0 0.006525568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001058143 0.004202068 0.004809174 0 0.0001494545 0 0 0 0 1.252373e-005 0.118432 0.1657287 0.1650727 0.3188645 0.3941769 0.1158462 0.381172 0.5241627 0.2406226 0.3320863 0.06477802 0.02364903 0.1738145 0.0727673 0 0 0 0 0.1097102 0.05095941 0.0470494 0.02306326 0.009797359 0.08185678 0.08858433 0.05513944 0.05345917 0.04392393 0.09712812 0.1885383 0.4116655 0.5166112 0.3507975 0.1921297 0.08698808 0.2442598 0.3858099 0.1174591 0.2853307 0.2574831 0.1715807 3.008829e-005 0.05780057 0.102249 0.0375909 0.1356154 0.08028411 0.0005997753 0.03032264 0.00771583 0.05743593 0.1142007 0.01437221 0.06231323 0.03162641 0.005900094 0.02095101 0.001385659 0.09711958 0.08143371 0.1092269 0.05887288 0.2873595 0.138372 0.02526755 0.1402447 0.1764788 0.1494591 0 0.02046751 0.6154825 0.3599918 0.01664638 0.03667415 0.05063934 0.02500577 0.04319405 0.02398616 0.03094994 0.01486798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00319055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02244198 0.1916563 0.04878409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2115303 0.7951097 0.858691 0.3514263 0.4660758 0.330471 0.05781588 4.260728e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1135072 0.8060557 0.3460268 0 0 0.0004960072 0.2303097 0.0004158795 0.3619661 0.1083096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07002774 0.02635516 0.03387512 0.0964982 0.01365237 0.1014888 
-0 0.01821908 0.01682161 0.0008573516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01029354 0.105366 0.166015 0.120038 0.03952435 0.03580514 0.01350428 0.1110276 0.5099947 0.4979953 0.4684846 0.09863631 0.1796503 0.1611421 0.02275958 0.0264517 0.07759841 0.0624519 0.0229246 0.04241308 0.08801922 0.4276555 0.3333459 0.3110927 0.8045567 0.9994184 0.665402 0.001827948 0.007043744 0 0 0.003175203 0.01191651 0 0 0 0.00132283 0.1441441 0.1304488 0.05060155 0.07401044 0.1230383 0.03177965 0.1565979 0.1203028 0.04298259 0.1419144 0.005897866 0.08373548 0.0388345 0.186188 0.05169318 0.05408179 0.1102905 0.01621466 0.01039451 0.06426071 0.005637461 0.002720369 0.04045573 0.1261644 0.09540434 0.05136207 0.1798788 0.1023944 0.3325665 0.8538692 0.9752898 0.3827859 0.03753724 0.3400788 0.002407118 0.007958564 0.006454956 0 0 0.02086929 0.1461785 0.6365932 0.2276336 0.1054136 0.07591521 0.09159318 0.05499989 0 0 0 0 0 0 0 0 0 0 0 0.004804899 0.0138537 0.1041705 0 0 0 0 0.0001307207 0.002912381 0.00128441 0 0.002080719 0.002830082 0 0 0 0.002198981 0.008318026 0.01478901 0.008580996 0.01239614 0.005747591 0.01263522 0.006345633 0.1085959 0.1805779 0.1469059 0.01495958 0.00907014 0.008318263 0 0 0 0.0009464879 0 0 0 0 0 0 0 0 0 0 0 0.0003887685 0 0.001025292 5.51046e-005 0.01592958 0.002502959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02362817 0.1121043 0.3365682 0.1668208 0.1725354 0.3542176 0.5664636 0.3163114 0.2000446 0.2306795 0.483488 0.3506067 0.1897677 0 0.003278389 0.002284769 1.47228e-005 0 0.05665464 0 0.0002709155 0.01437395 0.05552569 0.05446859 0.08313039 0.0509389 0.2721969 0.1603691 0.05771072 0.217459 0.2945175 0.1315373 0.1067898 0.1200299 0.1657053 0.4330873 0.2661397 0.4665689 0.3276301 0.1805508 0.0005711412 0.1061076 0.04543091 0.07955489 0.1488232 0.02770776 0.0006031284 0.1886587 0.001754232 0.1096313 0.02119494 0.122856 0.05293984 0.08389066 0.04877047 0.1294419 0.128623 0.2270966 0.0316784 0.05368934 0.01862518 0.03436479 0.0003799492 0.09243108 0.08788586 0.04616347 0.02309004 0 0.0006018048 0.0468991 0.08489331 0.02794989 0.03572277 0.05220635 0.03084544 0.02259095 0.2341202 0.344761 0.03399813 0.003844809 0.006813656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2482047 0.2018799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1417039 0.01759403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1244052 0.9587892 0.9746541 0.06371696 0.004806723 0.7514661 0.9924496 0.9593592 0.7048403 0.1768839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01230409 0.1499561 0.1451603 0 0 0.001267258 0.797937 0.3090284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07598785 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006069145 0.01013589 0.07108571 0.02799555 0.006176498 0.03668049 0.05160938 0.2146034 0.01804568 0.001272429 0.07434235 0.3343823 0.07602853 0.1213838 0.04195079 0.02963432 0.04633637 0.09338781 0.0584998 0.006787038 0.02150748 0.03116136 0.1032944 0.0001207236 0.008853558 0.07094672 0.1830554 0.4911734 0.8801672 0.4158767 0.02740255 0.001062271 0 0 0 0.01592266 0.05114412 0.04396327 0.09555571 0.1111449 0.2940249 0.1590661 0.08145071 0.3598229 0.08035793 0.06598156 0.07316105 0.01774202 0.03518987 0.02059991 0.008695483 0.01310092 0.006558775 0.02045971 0.02238272 0.04894098 0.08400813 0.3408504 0.5857291 0.5744551 0.1298194 0.05454366 0.02011441 0.08028658 0.02338105 0.01290056 0.004634072 0.01800471 0.3884495 0.7099211 0.1304647 0.05359164 0.03998458 0.02064916 0.09759752 0.006553078 0.1494184 0.2902104 0.08781543 0.9419413 0.8910304 0.6256524 0.2775251 0.04710996 0.07961664 0.04222926 0.02070524 0.01414436 0.004053302 0 0 0 0 0 0.005713872 0.01053511 0.009289633 0 0.01051328 0.007777538 0 0 0.0001661456 0.0001338713 0 0.01215316 0.00635378 0.0119362 0.005335234 0.005777904 0.003521882 0 0.01233419 0.01623512 0.01657586 0.0149175 0.007391963 0.02099927 0.01422241 0.01307242 0.0140486 0.002356669 0.01469492 0.01492381 0.01791912 0.01418571 0.004668518 0.1435631 0.002202191 0 0.008507805 0 0 0.002801157 0.001951434 0 0 0 0 0 0 0 0 0 0 0 0 8.930312e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01119864 0.2377934 0.1928325 0.2980206 0.3370349 0.341363 0.4252298 0.3815955 0.2187838 0.06556275 0.01587594 0.1708378 0.1507915 0 0.4358984 0.2435716 0.0001706452 0.007026143 0.001335668 0 0 0 0.00255624 0.1223309 0.07051674 0.1177615 0.07282332 0.3085141 0.06171634 0.05903292 0.2627917 0.4730351 0.3970183 0.3806835 0.2079465 0.141876 0.2139272 0.2379901 0.4073859 0.7959076 0.2535157 0.2899063 0.2886658 0.2882834 0.09095814 0.007335057 0.236118 0.06743581 0.1980098 0.161925 0.05923272 0.1369075 0.1957624 0.0617694 0.00138675 0.1631187 0.1639409 0.248781 0.05435828 0.03293894 0.04901773 0.0161347 0.01840327 0.001107775 0 0.01423406 0.0005579325 0 0 0.000210015 0.0006537148 0.006306361 0.003036927 0.01336266 0.01426002 0.04606525 0.05476688 0.02619779 0.006717762 0.007846273 0.01478866 0.001518913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02824176 0.3168615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0703789 0.2338349 0.0639274 0 0 0 0 0 0 0 0 0 0.06839264 0.3136958 0.1461069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1446527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01350122 0.2979613 0.2231001 0.1970149 0.08897161 0 0 0 0 0 0 0.05927967 0.8915538 0.7351027 0.1547555 0.7598282 0.9133792 0.5397463 0.1112743 0.05124336 0.1010238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001622728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1833827 0.08255644 0.07580431 0.04584617 0.004652034 0.04073511 0.06953274 2.441671e-005 0.178312 0.1196986 0.3272364 0.4469538 0.2755287 0.00677061 0.0008807895 0.01126195 0.0170188 0.04961665 0.03063857 0.03038289 0.06669161 0.4922944 0.428906 0.3787822 0.04355231 0.183429 0.1838118 0.07652032 0 0 0 0 0.002660078 0 0.1583237 0.04372923 0.1378129 0.4115446 0.2107061 0.1313727 0.005446139 0.03033336 0.1082962 0.2142326 0.2175047 0.01763979 0.006156745 0.003814628 0.02630573 0.01174762 0.01243104 0.03432945 0.05549347 0.09383792 0.01507617 0.003220487 0.00418958 0.05539026 0.05700689 0.09700049 0.06773955 0.01821696 0.0307789 0.005505703 0.1391951 0.3924138 0.001417172 0.04073323 0.07435571 0.003769016 0.03318594 0.01677449 0.01148118 0.01021593 0.002140824 0.5222489 0.692181 0.1828436 0.2700774 0.12962 0.005915337 0.02350895 0.03625388 0.053452 0.0019198 0.2439795 0 0.01744536 0 0.05210813 0.01040681 0.008720476 0.08227854 0 0.3439646 0.4266072 0 0.000647385 0.001934104 0.0001803827 0 0.004169601 0.004664763 0.01046555 0.01217098 0.003458014 0.01346634 0.009791505 0.004184368 0.02450273 0.01739734 0.004448873 0.03309091 0.013147 0.01606961 0.01893011 0.01413106 0.002599599 0.01326411 0.02583715 0.006375884 0.01695457 0.005671169 0.0641578 0.1735479 0.005876694 0.00590062 0.001052956 3.279875e-005 0.0002824365 3.32252e-005 3.474904e-005 0 0 0 0.0002748698 0.0008719841 0 0 0 0.0005903398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1249959 0.1714751 0.1279772 0.1305842 0.2961026 0.002799381 0 0 0 0 0 0 0 0 0.002322884 0.03237057 0.00010832 0.0003058302 0.1727499 0.4470972 0.1982964 0.001886618 0 0.03318751 0.07072842 0.02914089 0.01054033 0.002462694 0.02635106 0.1776006 0.2446794 0.5443887 0.2721599 0.3094706 0.3390808 0.3911766 0.2710752 0.2740176 0.01006484 0.2205225 0.04941219 0.06823622 0.03846243 0.005722015 0.1190807 0.1658322 0.3369451 0.007406851 0.1731005 0.1126457 0.03518496 0.3772551 0.02698445 0.118566 0.0002182936 0.00477019 0.0007095022 0.01810828 0.2341885 0.03686812 0.01051855 0.02666098 0.001603604 0.02982774 0.02559797 0.002277408 0.009028628 0.0004106831 0 0 0 0.003256739 0 0.05168048 0.001327019 0.002933403 0.00834323 0.0395061 0.01533484 0.01386572 0.009801481 0.02582022 0.0215256 0 0.001794972 0.0007845231 0.006537576 0.001227302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01974719 0.184736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.311863 0.4013672 0.1867619 0 0 0 0 0 0 0 0 0 0 0 0.2447391 0.2541717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1158266 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0365907 0.139993 0.02225183 0.4061004 0.9840845 0.4817636 0.01019529 0 0.07424086 0.0001540448 0 0 0 0 0 0.3745904 0.2033739 0 0.005836438 0.1992891 0.02560822 0 0.006973186 2.815304e-007 0.04597314 0.4670254 0.3378573 0.4151396 0.04025732 0 0 0.173243 0.1297391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2378677 0.002851069 0 0 0 0 0 0 0 0.138904 0.3034435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002101931 0.01697874 0.06827261 0.7245888 0.1683072 0.008638391 0.0243516 0.05274578 0.1503767 0.6670268 0.1707843 0.02166731 0.02965682 0.001587552 0.007282387 0.08724528 0.03990134 0.1178475 0.1264785 0.1883425 0.2756723 0.09733634 0.1855847 0.004913902 0.0441569 0.001290699 0.1039031 0 0 0 0 0 0 0.001627224 0.1058483 0.1844297 0.1631067 0.1118559 0.06354843 0.1154331 0.003457907 0.0227935 0.003297637 0.02414685 0.1289486 0.08221869 0.0775723 0.06216367 0.008644242 0.1206762 0.1553497 0.02762935 0.007899733 0.008641319 0.0005178007 0.03331534 0.1448102 0.009666705 0.007946755 6.0032e-005 0.002613465 0.0005543074 0.002859742 0.01531229 0.125793 0.1009561 0.1098382 0.2349947 0.05357706 0.04363248 0.04365611 0.07839832 0.06029252 0.06648864 0.1292903 0.1573675 0.1820573 0.2729885 0.1432762 0.004861718 0.0004190684 0.00713118 0.002754174 0.05071127 0.009753698 0.06002551 0.008476131 0.02926964 0.02034662 0 0.03323532 0.1121741 0.05428756 0.3288459 0.03479199 0.04072886 0.006910508 0.01181811 0.000662227 0.0002139734 0.001835927 0.000147538 0.005971986 0.00481467 0.008647952 0.004329605 0.007902655 0.04917155 0.006425691 0.01923433 0.01337454 0.01826314 0.01214383 0.009809037 0.00733424 0.00650758 0.005529821 0.006204842 0.01775891 0.008717444 0.005727356 0 0 0 0 0 9.871772e-005 0 0 0.08719972 0.009860147 0 0 0 0 0 0 0 0.01413125 0.6155574 0.1294094 0.009467739 0.0004301248 0 0 0.001624243 0 0 9.323982e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08499927 0 0.02202016 0 0 0 0 0 0 0.006095683 0.01684271 0 0 0.01054587 0.08944707 0.0005949904 0 0.0005191275 0.0001414276 0.0007112994 0.0009359875 0.01278237 0.001450093 0.0001085759 0.1328194 0.1929797 0.07294107 0.04501243 0.0007164643 0.05081318 0.1843734 0.4567968 0.1631496 0.2499816 0.3673138 0.5015627 0.3243523 0.4684992 0.2298771 0.001496278 0.1537607 0.07416654 0.02483542 0.003153831 0.3278809 0.1784571 0.01408138 0.1033287 0.01996516 0.1219765 0.2656013 0.3410445 0.03430915 0.0806729 0.1278898 0.09098749 0.1260818 0.2473827 0.2597255 0.006927387 0.07366402 0.02106695 0.005678176 0.01861834 0.04524195 0.004648302 0.004115707 0.01760416 0.001808004 0.0008970801 0 0.001070433 0.002789033 0.0009783693 0.0005584845 0.0162055 0.008870312 0.009780698 0.05949582 0.008529859 8.734794e-005 0.01548194 0.07907052 0.01474448 0.001640078 7.438079e-005 0.04403711 0.001680254 0.001903609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009071068 0.06667241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06692237 0 0 0 0.01292498 0.1025156 0.3781424 0 0 0.5371334 0.01136149 0.001555477 0.04064483 0 0 0.0656125 0.5350435 0.434554 1.142502e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3002363 0.7560872 0.6448036 0.02316459 0 0 0.03325818 0.02041284 0 0.1039601 0.09089376 0 0 0 0 0 0 0 0 0 0 0 0 0.1120317 0.09516311 0.02068695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05327119 0.01154644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02157543 0.08972 0.236528 0.1169644 0.009069693 0.01160149 0.009271218 0.02184595 0.1707457 0.1358738 0.02893441 0.2372118 0.3661933 0.1838552 0.2288572 0.02283482 0.001131542 0.1998808 0.03161627 0.06194125 0.131785 0.04702277 0.01475173 0.005130463 7.164977e-005 0.1387848 0.1652621 0.001168363 0.009652343 0.09480178 0.01329357 0 0.04464223 0.04714131 0.4821046 0.4559467 0.1266701 0.2922075 0.3819484 0.3535718 0.2567168 0.07249662 0.111202 0.1384687 0.2011245 0.1336119 0.1538407 0.09241708 0.05634658 0.06913773 0.005906092 0.002849015 0 0.08827959 0.03910346 0.006328581 0.008721425 0.006819264 0 7.797993e-005 0.07719911 0.0369735 0.003867688 0.0003622966 0.119031 0.08999241 0.0423246 0.05405271 0.007769485 0.07597186 0.2728256 0.01753706 0.04810026 0.04145841 0.008932255 0 0.2085305 0.1602372 0.1257657 0.05543067 0.0863627 0.03037327 0 0.007276206 0.1173365 0.003656449 0 0.01948675 0.01845722 0.0168848 0.005138625 0.0421163 0.02739845 0.03378009 0.0006746045 0.01042312 0.008731444 0.006319756 0.007802151 0.009056779 0.005555561 0.002774145 0.01226719 0.005936716 0.01284415 0.01235308 0.01109233 0.007327298 0.01763324 0.01060341 0.0140297 0.0138201 0.01007536 0.01430799 0.0144612 0.01247367 0.009641267 0.007406031 0.0006873028 0.001683834 0 0.002201175 0.04961751 0.004171396 0.001461358 0 0 0.04012362 0.1578354 0.009248916 0.01351114 0 0 0 0 0 0 0.05155097 0.1942265 0.01020193 0 0.005266808 0 0.0005511739 0.0019913 0 0.001758682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1361765 0.5444849 0.05438179 0.002997744 0.1188052 0.2502125 0.007029847 0.248702 0.1897781 0.1953686 0.0001396866 0.1465126 0.1153236 0 0.006352888 0.1852127 0.04611415 0.182676 0.3386575 0.11502 0.06923778 0.2525516 0.1989692 0.1989997 0.2748479 0.2365881 0.4226809 0.2879262 0.5440879 0.7353156 0.4636851 0.1485701 0.005206705 0.1776216 0.005230935 0.002129806 0.01961491 0.05034028 0.006151908 0.1396231 0.6224597 0.2445785 0.4291047 0.314836 0.2885046 0.2337338 0.01403902 0.2041454 0.4874005 0.4430925 0.09036668 0.0259376 0.005007128 0.01120423 0.02829692 0.05297228 0.2630233 0.01915305 0.01397142 0.01214089 0.002516588 0.01153895 0.001416544 0.006456858 0.00108199 0.002029358 0 0 0 0.001028854 0.01897984 0.0347218 0.01815387 0.01789072 0.01414211 0.00122496 0 0.003342079 0.01613885 0.06976315 0.004634887 0 0 0.001949885 0.002199577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2000979 0.06346551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0213953 0 0.284527 0.2183942 0.308733 0.2771167 0.1113176 0.0470773 0 0.0006165893 0.05050345 0.06723092 0.01366429 0 0.2471775 0.6549621 0.4799626 0.2134434 0.4555271 0.2223078 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1465777 0.002002755 0.3109567 0 0 0 0 0 0 0 0.2695534 0.776552 0.9436704 0.6799771 0.6037028 0.004916508 0 0.129664 0.4609773 0.3244086 0.3692681 0 0 0.2252813 0.08258615 0.03577612 0 0 0 0 0.003820812 0.1026659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03269419 0.5999902 0.6561 0.04241122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002654161 0.06265462 0.1595498 0.01145742 0.01959343 0.2471269 0.3408591 0.02154035 0.3668587 0.9007893 0.6485948 0.5110797 0.1802396 0.0271572 0.001260334 0.01483363 0.01619609 0.08870361 0.01425448 0.01362973 0.0143488 0.002647415 0.08418185 0.5553378 0.9402491 0.1320628 0 0.000184706 0.005192525 0.003895578 0.001309655 0.006682395 0.001005112 0.005079539 0.0005050586 0.001715312 0.01050946 0.003540887 0.1442575 0 3.491452e-006 0.00282953 0.001363525 0.04247651 0.01758529 0.01378444 0.01556085 0.08448958 0.04272386 0.003182658 0.1069027 0.04971373 0.02649069 0.02273503 0.0303919 0.02054938 0.03292256 0.03359031 0.1056421 0.2671762 0.1069273 0.1864296 0.1286777 0.04296792 0.001234882 0.04274955 0.01782551 0.07177387 0.3090232 0.331863 0.02508709 0.02372514 0.02873889 0.009262535 0.01620875 0.03182339 0.07412841 0.02967856 0.07051513 0.04612342 0.03603451 0.06075827 0.008012104 0.004679981 0.0101989 0.1817175 0.00398472 0.2848788 0.1278151 0.003134155 0.02221821 0.02166195 0.05469297 0.004865672 0.08949347 0.006105721 0.006832534 0.007763247 0.01528289 0.009925037 0.007337894 0.01038875 0.001653693 0.0109778 0.01785239 0.01686931 0.01074903 0.02637556 0.02971482 0.006425526 0.08828536 0.01509987 0.01338655 0.01270188 3.030331e-005 1.354919e-006 1.117436e-005 0 0.04803545 0.2427724 0.06830168 0.002245221 0.08861344 0.001238057 0 0 0 0 0 0 0 0 0 0 0 0 0.5055144 0.1642928 0 0 0 0 0 0.01475593 0.1081281 9.389908e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003563698 0.002129082 0.03984726 0.004402996 0.00595448 0.001044823 0.00178106 0.0002048728 0.2668523 0.2604266 0.1560575 0.1957638 0.0292918 0.2378516 0.09935867 0.01616941 0 0.0002879916 0.00134826 0.02825366 0.003252823 0.4711617 0.05374149 0.2803334 0.2579875 0.1600085 0.3410161 0.2922232 0.3828808 0.3593187 0.1274301 0.2637931 0.3184083 0.1737698 0.07067509 0.1827435 0.4465324 0.5120671 0.2515358 0.1703378 0.09170385 0.1567898 0.03983175 0.1090716 0.1947352 0.3417765 0.137916 0.1962259 0.2810385 0.2843211 0.2659349 0.1626547 0.02358049 0.02425297 0.1107059 0.05416925 0.02624412 0.1616684 0.01471251 0.009259271 0.1976067 0.1253852 0.5472857 0.5238078 0.08602018 0.004719458 0.0005064528 0.00260201 0.005380663 0 0 0 0 0 0 0 0.002447166 0.008225476 0.03493606 0.01590316 0.005551636 0.00727333 0.0005335168 0 0.001167876 0.1350587 0.01676288 0 0.004377037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4139915 0.6079748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3680613 0.0002993034 0.405407 0.8766341 0.5516428 0.9425535 0.4084068 0 0 0 0.3249076 0.3168904 0.3068304 0 5.840144e-006 0.2283588 0.1172227 0 0 0.02088869 0.09318762 0 0 0 0 0 0.006617666 0 0 0 0 0 0 0 0.02450943 0 0 0 0 0 0 0 0 0.6776451 1 0.9817277 0.9425846 0.8926805 0.02872234 0 0.2743925 0.3396762 0.03740462 0.01159515 0 0 0.01932254 0.6136065 0.4651813 0 0 0 0.008287982 0.7262763 0.4776374 0 0.2808144 0.09780712 0 0 0 0 0 0 0 0 0 0 0 0 0.01235585 0.3733459 0.002346358 0 0 0.5627021 0.8464105 0.1119071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2232829 0.004462546 0.1272502 0.1538704 0.1899018 0.0392904 0.1513906 0.6921344 0.8000191 0.212027 0.03600959 6.853854e-005 0 0 0.06999839 0.007986681 0.003015237 0.007716692 0.179914 0.002553378 0.02681372 0.03084707 0.4869296 0.5421999 0.1984777 0 0 0 0 0.01419971 0 0.0003803476 0.001021027 0.02650601 0.03978033 0.003160079 0.0228393 0.02127579 0 0 0.009453024 0.0417558 0.03323821 0.002056955 0.005443813 0.01627082 0.03216068 0.000954375 0.005229054 0.01924915 0.02624723 0.05526233 0.022066 0.0308958 0.004340062 0.03977189 0.008606922 0.1007033 0.2720131 0.3744601 0.3906977 0.09982928 0.01926745 0.0249494 0.0006188254 0.4504709 0.9387786 0.9990122 0.3367226 0.1482334 0.04096578 0.03250523 0.4491965 0.170821 0 0 0 0.2395353 0.628239 0.07159833 0.01011588 0.0003005482 0.2481187 0.06360932 0.08424307 0.04405661 0.05905647 0 0.07350218 0.007413204 0.0555103 0.01019552 0.1551226 0.005551428 0.004809838 0.01033164 0.009334033 0.00926798 0.007676136 0.005536842 0.01571949 0.01276467 0.007027031 0.0144121 0.02357996 0.01485301 0.008143427 0.02268348 0.02301844 0.1391878 0.03707188 0.003127615 0.01699788 0.004909601 0.009478484 0.00621633 0.007522793 0.02509113 0.006764682 0.02242438 0.0005975019 0.002013918 0 0 0 0 0 0 0 0 0 0 0 0.01433048 0.06527579 0 0 0 0 0.6159737 0.6191023 0.1404467 0.01746697 0.003756894 0.002604074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007963652 0.03753524 0.2670844 0.2664507 0.0008471672 0.0002167898 0.0002926035 6.453941e-006 2.756844e-007 0.08381479 0.3264302 0.2164103 0.5655603 0.09738947 0 0.2014162 0.1333147 0.005436079 0.0006251312 0.2900558 0.1068199 0.001811712 5.66699e-005 0.0006135249 0.1825651 0.3666842 0.08724453 0.1369708 0.2224605 0.2535121 0.1952206 0.1571333 0.3171132 0.1984009 0.243126 0.02431323 0.02113466 0.01414999 0.002659407 0.002502242 0.04147235 0.2172699 0.148607 0.3654042 0.151904 0.2211829 0.003357897 0.0737857 0.2903864 0.06395081 0.0910155 0.174599 0.1384073 0.1486048 0.08574142 0.1081369 0.0435226 0.01300292 0.1767327 0.2158027 0.2724446 0.07225803 0.06796726 0.0463652 0.0184584 0 0.0004653698 0.001818402 0.005144035 0.03940343 0.01127381 0.0347411 0.002194269 0.000759067 0 0 0 0 0.002480421 0 0.005581578 0.008530838 0.00134602 0.004073444 0.001799826 0 0.0008060326 0 0.0002591558 0 0.001578451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1865816 0.07764909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3889987 0.301899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06539951 0.6340071 0.5128352 0.008547836 0.004497665 0.02562916 0.01844631 0.03226372 0.6907564 0.6156553 0.6053742 0.001482562 0 0.005795307 0.3616071 0.5556453 0.2076794 0 0.02720785 0.5446377 0.6877753 0.7609712 0.07909825 0.3812362 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02125124 0.5495546 0.9751171 0.2301051 0.0002155217 0.02263475 0 0.02770374 0 0 0 0.2976843 0.6652842 0.5496364 0.376684 0 0 0 0 0 0.003961925 0.3283944 0.08424783 0 0.03114031 0.03715579 0.03651552 0.1805878 0 0 0 0 0 0 0 0 0 0.1208833 0 0 0 0.009015935 0 0 0.2325943 0.09007113 0 0 0 0 0 0 0 0 0.1806114 0.2256976 0.05794164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.165926 0.2067881 0.8576986 0.7279328 0.02856047 0.01156929 0.3658718 0.7360872 0.2390051 0.04493253 0.04926124 0.007682174 0.01502781 0.02501838 0.003454268 0.001816677 0.00746694 0.00236947 0.01541531 0.0006719566 0.0002294132 0.009612645 0.2571149 0.898249 0.4017293 0.05076019 0.00159668 0.02367735 0.003270219 0.0509419 0.09547124 0.1020691 0.2890909 0.3717211 0.3136692 0.3374429 0.4985491 0.3028508 0 0 0 0.0003976403 0.007726996 0.04649231 0.000903047 0.009190831 0.01080784 0.0760521 0.0226368 0.07591478 0.01429708 0.01072645 0.02410996 0.01121898 0.01117843 0.01339892 0.002623312 0.1167198 0.03715418 0.004083158 0.01149897 0.04311451 0.007682037 0.01150794 0.0003184512 0.1461145 0.1370029 0.4068083 0.2783884 0.03249258 0.001681898 0.3107726 0.2203699 0 0 0 0 0 0.1784925 0.02792112 0.5742342 0.01568189 0.1141158 0.06379357 0.05002671 0 0.00979972 0.02217829 0.05671791 0.04241323 0.06827577 0.01215871 0.006757732 0.01136168 0.1836751 0.04683268 0.01531288 0.01491321 0.01320153 0.01282646 0.01702005 0.01479417 0.01355684 0.01186821 0.02042318 0.02087542 0.02400317 0.01865564 0.2127634 0.06854792 0.03140273 0.0002672404 0.0882788 0.04930289 0.0486608 0.02281486 0.04505999 0.07458175 0.0536381 0.01593401 0.0002067594 0 0 0 0 0 0.000269608 0.009100788 0 0 0 0.001313205 0 0 0.001756673 0 0 0 0.003249372 0.2197207 0.1383548 0 0.002248363 0 0.003009344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005985278 0.003234482 0.003087075 0.003598341 0.01022808 0.0003225379 0 0 0.003741721 0 0 0.003787392 0.03323296 0.0008691382 9.854646e-005 0.004071295 0.004259077 0 0.0006295872 0.003393924 0.00502351 0.08426109 0.4737549 0.1927908 0.1608862 0.3751852 0.1059625 0.1209668 0.1359023 0.1455276 0.2113905 0.3140925 0.2945339 0.2352711 0.2530362 0.1939707 0.2517498 0.2556409 0.5298505 0.7438345 0.4780808 0.1673327 0.3236882 0.09656898 0.07643168 0.04662528 0.2630289 0.09493918 0.05829214 0.1063443 0.2101204 0.2229318 0.01919285 0.005352338 0.02205817 0.0215041 0.003249864 0.2872835 0.5974845 0.03355101 0.0005612051 0.001743154 0.0007051726 0.001693206 0 0 0 0 0 0 0.0001742652 0.02510516 0.009190016 0 0 0 0 0.0005449359 0.0006388798 0.01742036 0.003953701 0.002542036 0.005521233 0.01205289 9.188333e-005 0.001782045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0458808 0.01352121 0 0.5231549 0.2533159 0.2441044 0.06783266 0.9331186 0.6809481 0.5194474 0.0586816 0.1081906 0.333101 0.1415585 0.00726292 0 0 0.3809831 0.5541893 0.04832064 0.0002239433 0.2024006 0.2030198 0 0 0.006335941 0 0 0.10698 0 0.1289502 0 0 0 0.1964127 0.08270274 0.1106937 0.211635 0.142303 0 0 0 0 0.02217805 0.0009498019 0 0.0611021 0.2686104 0.3237514 0.2473045 0.08958699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01488766 0.09884237 0.1758295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1594497 0.006346944 0.2839527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1558602 0.03538445 0.003168873 0.02623201 0.006568672 0.3398183 0.3051505 0.1328157 0.2321761 0.05998612 0.0238897 0.0009750219 0.00447762 0.03889753 0.001088029 0.01292857 0.03096584 0.05334934 0.02730146 0.001762415 0.09062645 0.3129411 0.5036408 0.4792542 7.638687e-005 0.004502568 1.315315e-005 0.004586664 0.003748208 0.002528503 0 0.009079837 0.005916595 0.1300644 0.002547953 0 0.004621495 0 0 5.471722e-006 0 0.00780157 0.009871622 0.0121288 0.001339232 0.00890905 0.02016623 0.02420797 0.05289584 0.02148925 0.0547707 0.03033062 0.008785085 0.01158825 0.004234855 0.003001604 0.05882344 0.07791581 0.00782996 0.03444904 0.1362202 0.0408527 0.003582005 0.005901474 0.000346749 0.005955317 0.03705689 0.02311334 0.01928801 0 0 0.002357611 0.008377672 0.005229413 0 0 0 0 0 0.1796228 0.0297841 0.2061396 0.1192049 0.1072385 0.1885289 0.0817761 0.04590919 0.3262867 0.3909439 0.02374547 0.03852539 0.008209521 0.01827783 0.01084491 0.01348111 0.00701752 0.01390917 0.01523001 0.01528956 0.01478933 0.01792653 0.01435049 0.01286079 0.01480582 0.009823573 0.02634379 0.3196977 0.01451449 0.00033643 0.04121767 0.001026832 0.01874876 0.003919626 0.003908577 0.01290635 0.1502134 0.002149958 0.06922077 0.02796996 0.000929334 0.0004861941 0 0 0 0 9.256662e-005 0 0.009534322 0 0 0 0 0 0 0 0 0.001121605 0.001138574 0.0002537999 0 2.362498e-005 0.001743962 0.3315356 0.007308722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001989373 0.000552106 0.25311 0.02466704 0.0007103854 0.0001066834 0.5626329 0.6278223 0.05314843 0 0.004355064 0.0001962347 0.005940567 0.00100206 0.4714972 0.5719734 0.003690435 0.001062416 0.009186219 0.0115168 0.009099085 0.02682197 0.005982135 0.01468568 0.03374829 0.03683186 0.09293982 0.2012692 0.07285518 0.5348583 0.2933024 0.3573052 0.3604386 0.3241166 0.4641291 0.3271759 0.3355689 0.1704437 0.294679 0.2117804 0.008863211 0.006325524 0.057922 0.08943357 0.01565311 0.09415372 0.01909901 0.03837528 0.09458263 0.12733 0.05877165 0.000170174 0.0002400225 0.0001736102 0.008340097 0.0001540193 0.04829469 0.1213536 0.015315 0.1461808 0.0007138818 0.002192925 0.01430383 0.0006853449 0 0 0 0 0 0 0 0 0 0 0 0.0003505961 0.007770077 0.004660824 0.001530612 0.001010577 0.006500654 0.0006257539 0 0.002797885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01485981 0.04965394 0.4567694 0.1890242 0.2156636 0.09991224 0 0 0.02149122 0.1648366 0.2943158 0.2076899 0 0 0 0.00395832 0 0.01639358 0.3699317 0.1039798 0.7081142 0.4195076 0.1863117 0.03698965 0.01398743 0.509905 0 0.2724075 0.09622929 0 0 0 0 0 0 0 0 0 0.02116599 0 0.01590164 0.002969371 0 0 0 0.1110164 0.6956815 0.3242485 0 0 0 0 0 0 0 0 0 0 0.1845387 0.2550568 0 0 0 0 0 0 0 0.100358 0.5879323 0.02316053 0 0 0 0 0 0 0 0.07936703 0.04890828 0 0 0 0 0.002081061 0.004662866 0.04780687 0 0 0.0286715 0.004919176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01475358 0.02981206 0.01372619 0.007763198 0.002536668 0.5216202 0.4915867 0.2153936 0.04365312 0.1591583 0.1459335 0.0006928995 0 0 2.076092e-005 0.0001423195 0.000734187 0.01085467 0.004072998 0.01752097 0.153595 0.09040789 0.1059158 0.06128449 0.01422652 0.06966601 0 0.07459769 0.08618094 0.0316525 0.1376461 0.02157002 0.002318957 0.0002099666 0 0 0 0.04614563 0.03527349 0 7.102445e-005 0.02355136 0.05654682 0.002496952 0.003156514 0.001149167 0.002796442 0.03677987 0.03506536 0.03406622 0.02223747 0.004953284 0.01191215 0.0131147 0.00605886 0.003075957 0.08460182 0.09597905 0.008783544 0.01767042 0.009220067 0.03865814 0.1249352 0.004306675 0.06223555 0.007627898 0.2138401 0.09073028 0.03200886 0.2809688 0.2377766 0.3776458 0.05637477 0.02245966 0.00118689 0.01838707 0.1397878 0.07249929 0.1011741 0.04357752 0.02014131 0.08098061 0.1688278 0.163594 0.09569092 0.1784957 0.02049582 0.04215157 0.05684294 0.03046679 0.1637133 0.02450805 0.01081275 0.01059332 0.01545782 0.01465657 0.02513322 0.009213024 0.03050102 0.03048173 0.204825 0.01375651 0.01818847 0.01079338 0.0535408 0.04304209 0.02819254 0.03499657 0.005265933 0.004534931 0.02106559 0 0.002953027 0.02293409 0.01100437 0.06105544 0.07246836 0.02157827 0.04119438 0.07320651 0.007256075 0.002273144 0.0008404297 0 0 0 0.0005467944 0.4990098 0.1266059 0 0 0 0 0 0 0 0.00551163 6.548222e-005 0 0 0.005266095 0 0.2094156 0.000535185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0009181153 0.001065531 0 0 0.001176396 0.04574914 0.06844798 0.7124586 0.02762973 0.001246404 0.0005139309 0.001536914 0.1325098 0.1843369 0.001768123 0.007267973 0.1234134 0.252527 0.02451739 0.05361456 0.07416063 0.09065738 0.1110496 0.1132297 0.0298173 0.1882553 0.3864432 0.2028793 0.1183435 0.3723492 0.08451933 0.03445954 0.02130558 0 0.009120085 0.2654197 0.1402683 0.463668 0.04414653 0.1850298 0.1122746 0.002827304 0.05028757 0.1394499 0.04226949 0.1021341 0.02029834 0.03637113 0.03194582 0.002187763 0.2947126 0.02249677 0.006949175 0.0008478053 0.01042167 0.03931959 0.07127139 0.003595858 0.0002003899 0 0.0006676905 0.00442477 0 0 0 0 0.003241714 0.001395865 0 0.002017856 0.002381751 0 0.02467122 0.02000687 0.001400411 0.1034199 0.005246372 0.002942534 0.005279621 0.003351155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05758585 0.04124165 0.02410733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2907786 0.6478206 0.02200518 0.1172068 0 0 0 0 0 0.1202387 0.00439515 0 0 0 0.06508603 0 0.05555044 9.727567e-007 0.3569369 0.4290209 0.8469558 0.6404543 0.3796008 0.03754293 0 0 0 0 0 0 0 0 0 0 0 0 0.02281802 0 0 0 0 0 0 0 0 0.006824789 0 0 0 0 0.1316885 0.2761677 0.5066669 0.4030931 0.1911122 0 0.4498992 0.5827152 0 0 0 0 0 0 0 0.08633874 0.342534 0 0 0 0.001000899 0.01152869 0 0 0 0 0 0 0.005072248 0.2638774 0.04055493 0 0.09452846 0.0007846381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003075338 0.07301093 0.01526878 0.005935371 0.2263753 0.1154182 0.06916034 0.0009349617 0.01096569 0.1089655 0.02238085 0.03905826 0.000425758 0.2285695 0.08378372 0.1332217 0.0003132305 0.03235957 0.4818076 0.8274428 0.3732387 0.1643327 0.08084927 0.02732567 0.008708909 0.01482761 0.04066698 0 0 0.0235463 0.01055504 0.01222105 0 0 0.0002368448 0 8.970217e-005 0.0001496647 0 0 0 0.001286231 0.004731521 0.005056412 0.008537579 0 0.001445778 0.001130824 0.003362604 0.0009567877 0.04899372 0.01591703 0.01671508 0.02244 0.02431811 0.01467036 0.04726822 0.04451754 0.01761652 0.03317093 0.03138863 0.07036503 0.0126191 0.02381621 0.03890832 0.01563795 0.3618718 0.418928 0.05373153 0.4588418 0.5560213 0.5217775 0.02313368 0.01725285 0.02566169 0.5772488 0.7591451 0.1369917 0.122411 0.5876679 0.03598855 0.01887299 0.05930936 0.1310508 0.06769832 0.08897265 0.2575972 0.05782165 0.07926262 0.0771246 0.1036096 0.310015 0.2452707 0.140363 0.01946026 0.01270246 0.01714513 0.1422689 0.06725204 0.2052764 0.2987351 0.05153719 0.02436552 0.05845836 0.02367063 0 3.618648e-006 1.545743e-005 0.2273154 0.09199123 0.2408206 0.1286997 0.0007213406 0.006143395 0.02860424 0.01891411 0.03438545 0.01287988 0.1083919 2.332909e-005 0.0001614038 0.003451452 0.00985403 0.03567429 0.02057013 7.621144e-006 0.03917706 0.163728 0.006455569 0.006426496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002374958 0.04846991 0.01256894 0.02046536 0 0.003100368 0.05764972 0.001291688 0.0007821278 0.001947566 0.01051011 0.00779431 0 0.01042034 0.007704969 0.4398392 0.1188606 0.09008042 0.1176063 0.1022562 0.09611571 0.04808971 0.02288262 0.03655924 0.1945947 0.5128891 0.04459526 0.1610682 0.1543669 0.1263251 0.04784529 0.3858975 0.1052077 0.03915897 0.02431229 0.1138685 0.06390353 0.1187501 0.1241917 0.04964207 0.04398155 0.09846303 0.006822936 0.04307387 0.06938234 0.0820789 0.04667254 0.0005245674 0.003369249 0.04832961 0.009540771 0.002406566 0 0.0007618542 0.00171795 0.00772894 0.01046535 0.01228381 0.0003130412 0.000963916 0.006099285 0 0.0006096695 0 0 0.005497147 0 0 0.006966749 0 0.0004841576 0.07788128 0.2029212 0.006735467 0.09950229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2219623 0.5461899 0.2219003 0.1168084 0 0 0.1545185 0.2815496 0.1200984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01131957 0.348557 0.366672 0.4570465 0.2699405 0.3881277 0.7347138 0.004914161 0.5616905 0.236399 0.0371416 0.1418393 0 0 0 0 0.02428558 0 0 0 0 0.0002567355 0.02547345 0.004249354 0 0 0 0 0 0 0 0.008558504 0.004137398 0 0 0 0 0.02453904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4540905 0.2636775 0.1348597 0 0 0 0 0 0 0 0 0 0 0 0 0.1027839 0.005913842 0.06460919 0 0 0 0 0 0 0 0 0 0.009931132 0 0.02488117 0.01168349 0 0 0.001714855 0.1802161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.015748e-006 0.01578772 0.001780868 0.0412075 0.03655799 0.1420236 0.0623364 0.01599043 0.01646258 0.04362937 0.01137414 0.003684184 0.03785701 0.1625419 0.02946716 0.2668226 0.02265393 0.3214034 0.2552397 0.9264888 0.29116 0.1647519 0.3554593 0.02342973 0.002816819 0.06411533 0.1153005 0.008363325 0.06448485 0.0004419852 0.007581165 0 0.0006183391 0 0.00146413 0 0 0 0 0.005967384 0 0.002287447 0.002563227 0.0001990359 0.01505566 0.0005917635 9.565309e-006 0 0.003596344 0.009781037 0.02898162 0.01159325 0.07606337 0.0205883 0.03752942 0.0401144 0.03498847 0.05710163 0.05775684 0.01819105 0.01644252 0.06782727 0.02922083 0.2002668 0.04624195 0.02565199 0.04731196 0.2829745 0.3016023 0.1559287 0.1773979 0.5685536 0.1262244 0.02091443 0.0007888576 0.2350837 0.01229875 0.02141677 0.001868094 0.1095088 0.02531971 0.0001629712 0.01141568 0.02516961 0.001126951 0.005305045 0.03588545 0.2463722 0.1466413 0.09495179 0.1249033 0.9732612 0.8869436 0.5591622 0.00500382 0.0153042 0.03850273 0.01803408 0.04085998 0.01322294 0.01689741 0.006605852 0.05751273 0 2.106113e-005 0 0.0766054 0.0003187821 0.180904 0.08878559 0.2336034 0.2398534 0.009689099 0.1081488 0.03519011 0.002951655 0.04518397 0.006239247 0.07720267 0.08023569 0.103915 0.01849913 0.01757386 0.001860662 0.03800308 0 0.008366616 0.004542607 0.05393325 0.006405403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04413158 0.004055281 0.001832706 0.007387038 0.5423351 0.1359815 0.5752616 0.6848356 0.4146814 0.3556797 0.5513802 0.0001708673 0.05252647 0.009969927 0.1057249 0.3646348 0.0984432 0.2345859 0.07246729 0.04372999 0.07309845 0.04576171 0.00760446 0.009150597 0.04627815 0.04146872 0 0.01597993 0 0.01102272 0.0779045 0.1532815 0.01927462 0.1002782 0.1380833 0.1038586 0.01410073 0.03939154 0.1875793 0.064725 0.2707701 0.009342572 0 0.01036069 0.0009841254 0.008521253 0.0006091388 0.00267111 0.2212943 0.1972692 0.04455614 0.010193 0.05222994 0.0861146 0.02117686 0.0781357 0.08819145 0.003665928 0.004624683 0.0172069 0 0 0 0 0 0 0 0 0 0 0 0.01083992 0.009650434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07798743 0.01834513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.168861 0.028383 0 0 0 0 0 0 0 0 0 0 0 0 0.2248787 0.2998751 0.03450553 0.02877679 0 0 0 0 0 0 0 0 0 0 0 0 0.001342427 0.2813874 0.1785341 0 0 0.01180694 0.1511772 0.1902951 0.2449549 0.03492451 0.1784161 0.3154858 0.3183038 0.5351173 0.1211254 0.2390755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2017657 0 0 0 0 0 0 0 0.045593 0 0 0.04039101 0.03114178 0 0.1679966 0.06086283 0 0 0 0.1973386 0.2804957 0.00807516 0 0 0 0 0 0 0 0 0.4206523 0.02891482 0 0 0 0 0 0.02258815 0.003179683 0 0 0.006829088 0 0 0 0 0 0 0.02163369 0.09195454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02776372 0.04517015 0.1384852 0.08649658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002427762 0.04024373 0.009428899 0.008244709 0.1151791 0.2959124 0.1272372 0.07934967 0.03595478 0 0 0.09448253 0.01819746 0.2219744 0.4521017 0.3188695 0.03602827 0.1568324 0.9261467 0.9197776 0.1048856 0.005359781 0.06168384 0.03001488 0.06639598 0.1213985 0.4784983 0.4058572 0.8985258 0.5751261 0.0894876 0.000484175 0.04160427 0.00123728 0.0006776103 0 0.0009804699 0 0 0 0.0008450068 0 0 0.007697667 0.0005139598 0.0002870967 0.0068516 0 0.001928965 0.007152454 0.001028593 0.01078377 0.01932607 0.03885976 0.0487121 0.009433961 0.1076259 0.05217315 0.06780326 0.03662725 0.01471277 0.04529493 0.04051901 0.05297816 0.02215473 0.007258993 0.02294152 0.1905458 0.07714596 0.03260706 0.005807053 0.2970935 0.1926197 0.00669957 0.0202051 0.005755621 0.03588269 0.0186079 0.008861661 0.006397684 0.01277709 0.01135582 0.008188677 0 0 0.08610202 0.04319225 0.002142648 0.08448784 0.06439774 0.02451754 0.1351691 0.2956233 0.01967479 0.008268061 0.004778985 0.00812847 0.04953727 0.006539998 0.000293295 0.05178707 0.09464962 0.003401114 0.01352441 0.04723975 0 0.07835886 0.03469272 0.003104969 0.0001960627 0.00542817 0.0138843 0.001456453 0.009252217 0.06500378 0.01582595 0.1098862 0 0.009880957 0.03593977 0.01036814 0.02217969 0.0004158514 0.00290871 0.07247516 0.02710903 0.08438091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01463854 0.008954444 0 0.02881395 0.1293944 0.01769866 0.1348584 0.1397391 0.9268718 0.2305475 0.4352481 0.1215033 0.2208012 0.1630996 0.5051765 0.2022441 0.3072409 0.2129022 0.05472726 0.01800259 0.07251867 0.03400691 0.004602293 0.003239358 0.01157469 0.001460205 0.068067 0.01489298 0 0 0.01546928 0.09566505 0.03859243 0.02189639 0.01330678 0.02466353 0.1712846 0.05411796 0.1530787 0.005530074 0.0005000557 0.04165535 0.1089062 0.04521705 0.005788407 0.02106753 0.1444577 0.07709807 0.5585861 0.165496 0.00383538 0.09787025 0.04076637 0.1507028 0.02372803 0.001017893 0.0006965067 0.01156056 0.03058979 0.06658006 5.861758e-005 0.06637377 0.02079169 0 0 0 0 0 0.001053217 0.001249994 0 0 0 0 0.004861649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02707811 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3100133 0.3940181 0.3467771 0.09100702 0 0 0 0 0 0 0 0 0.2588181 0.4738458 0.4552171 0.2924696 0.246592 0 0 0 0 0 0 0 0 0 0 0 0 0.1277419 0.8423968 1 0.5550805 0.01630246 0 0.4303005 0.8618233 0.8891652 0.9525704 0.3649625 0.03760739 0 0 0 0.001955468 0 0 0 0 0 0 0.1592311 0.1953714 0.003396915 0 0 0 0 0 0 0.07904141 0.1885669 0 0 0 0 0 0 0 0.1049466 0 0 0 0 0 0 0 0 0.0133 0.2153604 0.06409825 0.0388435 0 0.03760105 0 0 0 0 0 0 0 0 0 0 0 0.1402432 0.2273711 0.03794535 0 0.04252016 0.2907509 0 0 0 0 0 0.07604859 0.09838106 0.002683191 0.174292 0 0 0.04534099 0 0.259582 0.00246315 0.31876 0.6213956 0.1247987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1914733 0.9874399 0.3923722 0.4820605 0.3583785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004848725 0.003163462 0.02340537 0.003066114 0.1470251 0.1913574 0.01780518 0.003915274 0.1294338 0.01649145 0 0.149835 0.0743828 0.0132376 0.01049607 0.08449503 0.0003117305 0.01678787 0.7709698 0.9550202 0.1849554 0.01100274 0.02284988 0.06053372 0.05802523 0.2848155 0.337903 1 0.9989388 0.703097 0.0775872 0.04645745 0.04644417 0.03335049 0.1250409 0.03139366 0.01292203 5.624138e-005 0 0.003301378 0.01552177 0.002266871 0.001484575 0 0.0003681742 0 0.0002219336 0.001947393 0.007331903 0.01442556 0.007438364 0.005582382 0.007613596 0.02490361 0.03269176 0.0170157 0.04842602 0.0324275 0.0438781 0.02079532 0.02105528 0.03453208 0.02781994 0.02469651 0.01858691 0.02822262 0.008451013 0.001275236 0.0092996 0.07424729 0.001963183 0.03604466 0.009483641 0.01535118 0.005591501 0 0.06036089 0.03725906 0.002546113 0.0334456 0.2686818 0.2952365 0.02906501 0 0 0 0.005110968 0.002061155 0.009845537 0.08511026 0.1101747 0.0953287 0.1890865 0.0009244662 0.1055947 0.05434079 0.0208148 0.007237004 0.02659801 0.02820486 0.129968 0.1319612 0.01938985 0.06616411 0.01712765 0.1120682 0.09568762 0.01913573 0.03673892 0.000586135 0.002911394 0.02661585 0.04476203 0.03815746 0.03023488 0.001025392 0 0 0.02268681 0.06266469 0.006176113 0.07997748 0.1143088 0.1028091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06926529 0.3666891 0.007822442 0.002924116 0.003476725 0.01914698 0.5297887 0 0.1057843 0.001895014 0.05788355 0.7101785 0.1647738 0.3727627 0.2604258 0.7363249 0.3590218 0.02741251 0.03006979 0.01475334 0.05282722 0.02156761 0.007241146 0.02020464 0.002739093 0 0.007768843 0.09889156 0.005949504 0 0.01945842 0.003619441 0.1718635 0.2843744 0.1304239 0 0.006181451 0.000330015 0 0 2.297043e-005 0.00477245 0.03543536 0.01261656 0.01799347 0.164767 0.4733307 0.4534412 0.4612117 1.549117e-005 1.00109e-005 0.001287273 7.57301e-005 2.11271e-005 7.475491e-005 0.0008438697 0 0 0.06387465 0.002159397 0.02536054 0.06702599 0.0195838 0 0 0 0 0 0 0 0.02977536 0.2098486 0.02394444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1218981 0.4636399 0.1052616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2677698 0.5358134 0.398869 0.009718837 0 0 0 0.02741459 0.07550563 0 0 0 0 0 0.2155625 0.4898448 0.5571331 0.2836349 0 0 0 0 0 0.1101007 0.4060316 0 0 0 0 0 0 0 0 0 0.4757999 1 1 0.9306439 0.2408954 0 0 0 0 0.002730208 0.000154286 0 0 0 0.01581532 0.3960904 0.1875482 0.06944609 0 0 0 0 0 0.2642392 0.5201534 0.05271809 0 0 0 0 0 0 0 0 0 0 0.3053322 0.3810376 0.3718854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1018584 0.2285234 0 0 0 0 0 0 0 0 0 0.04101216 0.410616 0.2489298 0.06460351 0.00285877 0.1118856 0 0 0 0 0 0.01559442 0 0 0 0.05115327 0 0.02512685 0.04496634 0.006029143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2282637 0.5265338 0.1124122 0.4431905 0.4246897 0.01239286 0 0 0.0003307508 0.002023091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0309974 0.01483759 0.03006942 0.003595854 0.1348241 0.4333444 0.03655698 0.03592445 0.09501914 0.08138645 0.05743558 0.1355805 0.09856647 0.005067215 0.00799087 0.0169006 0.001319005 0.03337253 0.5202233 0.1301728 0.2527235 0.1167057 0.06854256 0.01061196 0.0004253855 0.0540472 0.1597299 0.9621233 0.9996495 0.8073901 0.1535937 0.00740042 0.0865109 0.05768103 0.3379035 0.03283753 0.007883969 0.01232119 0 0 0.002409603 0.007503272 0.005451072 0.001376863 0 0.0001634564 0.0001331647 0.004055928 0.009872989 0.005596497 0.009061424 0.009503678 0.01304277 0.007220908 0.02802927 0.02203841 0.03552326 0.04527739 0.03169993 0.03098965 0.02671846 0.0233665 0.02696002 0.004637198 0.05609854 0.1027059 0.02103653 0.1255446 0.2046135 0.03534822 0.008857301 0.0346134 0.02660578 0.01993327 0 0.002224226 0.1821894 0.3424597 0.009874961 0.06857175 0.03198219 0.1843019 0.03268143 0 0 0.001582761 0.005308496 0 0.01655312 0.002618388 0.001680478 0.0003843955 0.002285791 0.002620432 0.005458333 0.0001511377 0.01292547 0.0142176 0.124183 0.3371745 0.637005 0.4655374 0.02193871 0.06486735 0.0002737013 0.06800594 0.1493002 0.04143384 0.003265091 0.00106638 0.0200611 0.02338767 0.0839365 0.01253751 9.233941e-007 0 0.0002378704 0.2406138 0.5414647 0.006513535 0 0.009378348 0 0 0 0 0 0 0 0.001086357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001664014 0.6778541 0.4028767 0.005604568 0.002859281 0.01064337 0.2824592 0 0.3206772 0.5911871 0.8318209 0.2533963 0.008953854 0.0189102 0.009201242 0.02893831 0.3941338 0.3507796 0.03853428 0.01672648 0.03174057 0.01820212 0.04551701 0.1921702 0.06344048 0.05390228 0.01430274 0.01077918 0 0 0 0 0.004277469 0.1779456 0.2906427 0.05887997 0 0.003817062 0 0 0 0.001294957 0.008345756 0.0001810677 0.01587749 0 0.01549059 0.07810186 0.001465676 0.002882974 0.002544557 0 0.0002533936 0 0.01716876 0.1153652 0.00913401 0.006320443 0.002533056 0.001823342 0.0002575878 0 0 0 0 0 0 0 0 0 0.103318 0.02411206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008051124 0.0825296 0.01296494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007179083 0.1781791 0.02962627 0 0 0 0 0 0 0 0 0 0.05027626 0.3194048 0.1773588 0 0 0.1572589 0 0.0002436953 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1653241 0.4574071 0.5266734 0.0620773 0 0 0 0 0 0 0 0 0 0.04170939 0.6223903 1 1 0.9186515 0.2776082 0 0 0.03457595 0.3358817 0.6130455 0.5477335 0.2861 0.1351378 0.3232714 0.3514571 0.08386801 0 0 0 0 0 0 0.000215286 0.05513116 0.1283351 0.1155972 0 0 0 0 0.1622333 0 0 0 0 0 0 0 0 0 0.4032019 0.9956431 0.4419679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03281183 0.02637166 0 0 0 0.03783253 0.2072443 0.0593923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4621274 0.3753037 0.07342096 0.04808876 0.1968766 0.5288486 0.4314628 0.23911 0.6406775 0.1997678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003045263 0.0003334046 0.001567922 0.003627816 0.1990587 0.1752486 0.03310047 0.03350136 0.1347814 0.01346247 0.000366147 0.02184696 0.0106039 0.1156404 0.08409516 0.108657 0.09854249 0.02301781 0.1455542 0.0478147 0.01368604 0.07784382 0.078525 0.01372854 0.07284451 0.04826839 0.0414517 0.7184908 0.4419262 0.4903689 0.342055 0.01138783 0.03999133 0.03655417 0.02127616 0.03201154 2.680303e-005 0 0 0.005686842 0 0.03891871 0.2138691 0.03843984 0.2172349 0.02207051 0.001122826 0 0.001279075 0.003531399 0.01908521 0.006562674 0.006554962 0.01874367 0.01453245 0.008782427 0.0133139 0.01883915 0.04742584 0.01606336 0.01977332 0.020484 0.03389746 0.01030226 0.01284803 0.008320495 0.1130831 0.008350646 0.01459018 0.03698126 0.0809331 0.07675526 0.07322109 0.004006901 0 0.00631683 0.1734105 0.282786 0.001955311 0.002699909 0.008418941 0.005925898 0.002710073 0.00502914 0 0.001532449 0 0 0.002929235 2.811908e-005 0.008378887 0.0009280654 0 0.003429375 0.006982245 0.003547638 0.002093557 0.009458829 0.3069934 0.6450521 0.6402126 0.3999937 0.04424849 0.04137682 0.005176787 0.02234324 0.08144602 0.03004372 0.0125433 0.01344043 0.001476932 5.779217e-005 0 0 0 0 0 0.00741919 0.1009566 0.01985856 0 0 0 0 0 0 0 0 0.002985564 0.01055352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.489688e-005 3.228665e-006 0.001703533 0.0004636464 0.02688753 0.00418447 0 0 0 0 0 0 0.0002512598 0.01168589 0.005573175 0.006450558 0 0 0.007159335 0 0.1902282 0.9701658 0.5351065 0.06379707 0.080653 0.359977 0.4878803 0.574545 0.4972357 0.1643274 0.07768307 0.04236646 1.190587e-005 0 0 0 0.07966629 0.00598175 0.005954743 0.1753702 0.03890743 0.02580459 0.001357675 0.02279972 0 0 0.1638983 0.08518095 0.01259978 0.002580797 0 0 0 0 0.131699 0.03507359 0.0005187827 0 3.308072e-005 0.002842263 0.1027673 0.006354449 0.0009802432 0.0008213634 0.002515573 0.02488432 0.07622819 0.001572139 0.02274564 0.0005353562 0.002670101 0.02259726 0.003778521 0.004482468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004694757 0.01742612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02405534 0.1596119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2360942 0.3172165 0.1082336 0 0 0 0 0.0006798818 0 0 0 0 0 0 0 0 0 0 0 0 0.4475252 0.4187394 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5775115 1 1 1 0.9963013 0.7679985 0.03502464 0.09034386 1 0.6688834 0.860577 1 1 0.8566387 0.9831006 0.7788851 0.6548786 0.07325239 0 0 0 0 0 0 0 0.02156288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08148354 0.4758853 0.3479351 0.1442744 0 0 0 0 0 0 0 0 0 0 0.03143388 0.004365898 0 0 0 0 0 0.0006712487 0.4059792 0.07623033 0 0 0.1981533 0.02153537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0170118 0.005569181 0.6045917 0.17894 0.03201396 0.3011435 0.197199 0.007817612 0.2958183 0.2346608 0.4448521 0.04028745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01356577 0.003865946 0.002196396 0.05747628 0.2518919 0.06394002 0.00724468 0.1220815 0.04421612 0 0.1126819 0.2229264 0.0689595 0.2879078 0.2816198 0.03657913 0.6237054 0.2147577 0.0650266 0.08669734 0.09074835 0.4618268 0.3628041 0.06650867 0.09821411 0.01918167 0.0709718 0.354367 0.3269938 0.7048203 0.0814423 0.03106726 0.04183358 0 0.0107754 0 0 0 0 0.006522282 0 0.03105647 0.02471013 0.0007838857 0 0.03457687 0 0 0.0001384674 0.00149057 0.01571195 0.02722171 0.009583564 0.006862014 0.00937766 0.008146906 0.003378777 0.001227488 0.03027152 0.0540599 0.01799639 0.03331211 0.02538566 0.002729703 0.004946153 0.01800694 0.08470918 0.01828766 0.01980091 0.05187032 0.02699486 0.04728308 0.01610421 0.001770546 0 0 0.0675837 0.03185251 0.001426196 0.002978882 0.0166317 0.007935285 0.0006083979 0.0008943208 0.001273148 0.01007939 0 4.544567e-005 0 0.003029423 0.002861008 0.00449319 0.02135944 0.0181109 0.002701753 0.009638854 0.00601245 0.01384064 0.03934614 0.4647333 0.430253 0.05674615 0.03044644 0.03716475 0.01412302 0.006773933 0.01273726 0.05038631 0.009580555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001182531 0 0 0.09992491 0.295724 0.1541678 0.4647312 0.338327 0.1545144 0.04331366 0.03338913 0.1933108 0.03364119 0.06001496 0.002113337 0.01589651 0.06407136 0.001587134 0.005429352 0.2461028 0.02515623 0.07870587 0.332429 0.1215699 0.01229103 0.0498227 0.1745439 0.02459817 0.005057893 0.05524433 0.01040918 0 0 0 0 0.0007117954 0.1318549 0.003285653 0.07077092 0.03910069 0.01125437 0.0576492 0.1111456 0.069006 0.003572152 0 0 9.505949e-006 2.08145e-005 0.003300777 0.03760197 0.07495063 0.006050711 0 0.07119005 0 0.02690986 0.0004303549 0.05308202 4.067212e-006 0.00200223 0.079357 0.3681359 0.09065297 0.04837545 0.003027065 0.0110648 0.002543907 0.0009974035 0.0009297386 0.01864233 0.002390814 0.007676317 0.01140511 0.0005315714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02717955 0.1180161 0.09947595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007550819 0.3926312 0 0 0 0 0.1385004 0.4813387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4642113 0.734463 0.2391284 0 0 0 0 0 0 0.04456019 0.09117994 0 0 0 0.1056312 0.006663484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1066576 0.90499 1 1 1 1 0.9072097 0.4764594 0.2434348 0.02058637 0.1547941 0.2532068 0.2172517 0.004212791 0.1067363 0.08721414 0.02689855 0.2584776 0 0 0 0 0 0 0 0 0.160997 0.1038491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.10259 0.0541869 0 0 0 0 0 0 0 0 0 0 0 0 0.001312365 0 0 0.002810031 0 0.008178266 0.5480232 0.5237929 0.002624847 0.0008484611 0 0 0.2922751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4308589 0.3858709 0.4811281 0.02503323 0.1631301 0.4165069 0.2571003 0.04127737 0.2602191 0.1345337 0.5210243 0.809333 0.1583524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002407502 0.09388591 0.07806943 0.00396924 0.01662194 0.4355416 0.0866893 0.06502949 0.2621863 0.0555545 0.1900462 0.09895675 0.7153047 0.7225197 0.2670002 0.1046508 0.1150416 0.17627 0.2350833 0.00818517 0.01685654 0.02209651 0.04337408 0.2043316 0.002785565 0.02003068 0.02455967 0.0114523 0.008750706 0.004641077 0.1268323 0.420316 0.1370666 0.00658493 0.01749494 0.06549767 0.01596555 0.01684221 0 0.0001099646 0 0 0.03530538 0.01333455 0.01114511 0.0006769532 0 0.0007583116 0.06352977 0.1315154 0.03231819 0.000857876 0.00134886 0.05964887 0.01034334 0.03414062 0.05860044 0.002914984 0.001681031 0.007325368 0.0101467 0.003094882 0.0101985 0.004684546 0.01728546 0.01404643 0.004784098 0.04038948 0.02511051 0.005909865 0.01395116 0.03321489 0.0325546 0.03155027 0.0004530789 0 0 0.01084825 0.002809389 0.009186828 0.003247922 0.00781118 0.01257231 0.01622507 0.0106852 0.002243436 0 0.001276109 0.001772899 0.02362058 0.001662822 0.001301698 0.0119704 0.002342832 0.004901941 0.004334477 0.01275946 0.002304254 0.003000728 0.00464045 0.003773179 0.002905337 0.01176904 0.1030327 0.04795677 0.03628529 0.03077756 0.01782446 0.03673101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002553167 0.001159685 2.012232e-005 0 0.0003946382 0.07356621 0.0108744 0.01448414 0.1218777 0.2994718 0.08839247 0.203664 0.1683485 0.06578138 0.1814599 0.05016759 0.01080495 0.240075 0.3409425 0.4114708 0.4422806 0.8720176 0.2700123 0.3178138 0.05437398 0.02495985 0 0 0 0 0 0.007708033 0 0 0 0 0.00869883 0.05153972 0.01977321 0.06133633 0.02196158 0.04212371 0.05278959 0.03677475 0.009347803 0.4877917 0.104481 5.658739e-005 0 0 0 0.001364052 0.0639065 0.05964571 0.05316136 0.004834431 0 0 0.004745523 0.01619347 0 0.0003211062 0 0.05635661 0.0005022754 0.09860905 0.005682 0.1006854 0.1637698 0.1518161 0.0359939 0.0564112 0.007119696 0.01309233 0.009745466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005339847 0 0 0 0.006718414 0.1225308 0.2270427 0.01828536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.29267 0.1024796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05524123 0.03337184 0.008101821 0 0 3.509823e-005 0.1330234 0.3062805 0.5382956 0.2778614 0.01728645 0.031232 0 0 0 0 0 0 0 0.007302854 0.4971914 0.5823406 0.09760399 0 0 0 0 0 0 0 0 0 0 0 0 6.575747e-005 0.05971956 0.1427137 0 0 0 0 0 0 0 0.1492018 0.4403259 0.3936705 0.4919545 0.6204908 0.6897924 0.7803886 0.1628774 0 0 0 0 0 0 0 0 0 0 0.1156492 0.2320947 0.4059267 0.06157603 0 0.3860697 0.7809035 0.749896 0.540343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009129557 0.05324348 0.04250403 0 0 0 0 0 0 0.008586314 0.00120274 0 0 0 0 0.04852653 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2732209 0.3343014 0.2142446 0.4347991 0.1611493 0.01554543 0.4719011 0.01619883 0.5133801 0.6796286 0.5994433 0.43782 0.1281613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.930413e-007 0.09057658 0.2683059 0.02349935 0.05452256 0.2041876 0.05797976 0.01325031 0.02324396 0.009071275 0.3514959 0.4770118 0.4196748 0.3807797 0.1658201 0.4743078 0.3718388 0.08180888 0.1424469 0.03977022 0.00586153 0.002984845 0.02223236 0.0002975579 0.004371744 0.00139906 0.003984182 0.05540482 0.04553541 0.02661411 0 0.05292201 0.1446986 0.01854556 0.007143658 0.04935028 0.03293382 0.02453879 0.002022994 0.01635391 0.001483601 0.002069534 0.005336809 0 0 0.001164224 0.005764381 0 0.04229099 0.02904584 0.008618315 0.006746692 0.01324774 0.00496627 0.002412286 0.0005157287 0.0007792339 0.02683143 0.006140614 0.007435571 0.004427656 0.003742825 0.009631796 0.002783973 0.003439805 0.005270798 0.006783715 0.005909028 0.009892031 0.07756644 0.00248238 0.01493406 0.01072507 0.05018816 0.01861448 0 0.001234613 0.007651932 0.001798207 0.005687516 0.002516099 0.07541145 0.01511259 0.007734443 0.0003055671 0.00208757 0.01615555 0 0 0.004656555 0.001912034 0.004840952 0.005932745 0.002208149 0.000911694 0.0005958527 0.003922926 0.002039391 0.002594023 0.003649262 0.1146621 0.2370083 0.01116158 0.06882299 0.02891091 0.03206287 0.01359097 0.03693989 0.009483692 0.02536515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007195781 0.02962818 0.03492838 0 0.02481232 0.1166948 0.003835457 0 0 0 0 0 0.1189984 0.5044187 0.06461062 0.06311926 0.1243682 0.007274005 0.165522 0.04222757 0.1710456 0.3661981 0.4194325 0.4414503 0.2452537 0.1937152 0 0 0 0 0 0 0 0 0 0 0.5019442 0.6003543 0.001972236 0.06599465 0.003922378 0.06090727 0.01089237 0.1610536 0.1206555 0.1803892 0.4839065 0.1704049 0.002534252 0.0009192176 0.0004711872 0 0 0 0 0 1.091096e-006 0.1245399 0.09915964 0.04554229 1.091199e-006 8.871922e-006 0.01151418 0.0004110762 0.002683223 0.2594033 0.1998689 0.01009911 0.001352696 0.04256699 0.001308257 0.0003991487 0.003461209 0.1518337 0.2859947 0.002383219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0009976206 0.1886486 0.005352131 0.02398365 5.892614e-005 0 0.03048846 0.0004214159 0.3257912 0.2347516 0.0001207642 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0116411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.118935 0.633195 0.4027473 0.04694732 0.05878138 0.06467085 0 0.005411453 0.03612816 0 0 0.009327974 0.170991 0.5261732 0.6651295 0.3983517 0.2303461 0.1840045 0.04149326 0.03791546 0.5260155 0.2789599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04965307 0.3923192 0.5036708 0.6108811 0.5049548 0.505674 0.5392587 0.9908053 0.9362087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1026023 0.8685492 0.9957123 0.8948566 0.2913212 0.0001417844 0.1708624 0.112155 0.1524185 0.1013329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03053092 0 0 0 0.0008510438 0 0.01057046 0.005659879 0.06147255 0.0121464 0.001178055 0.1969947 0.3121824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2301903 0.6782679 0.2802344 0.7548656 0.5260963 0.3684673 0.5679886 0.4631939 0.4974275 0.6640934 0.0003653193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1187831 0.3727178 0.2518831 0.008937093 0.04784144 0.1664591 0.1086213 0.05863275 0.000427563 0.3520712 0.8072725 0.2254139 0.02820517 0.03485657 0.1056679 0.04898912 0.002919822 0.01801927 0.1941853 0.01623909 0 0.0003366915 0.003013713 0.02470087 0.1066048 0.1250559 0.03042082 0.02567605 0.0003624561 0.04517081 0.01375786 0.02982393 0.01656309 0.03103992 0.01571869 0.03378351 0.05557668 0.002488415 0.04958826 0 0.01483183 0.03180312 0.004923508 0.009950528 0.07358775 0.0005340588 0 0 0.002756812 0.003756286 0.003216519 0.001123472 0.000624801 0.002484621 0.006049982 0.006116278 0.02936026 0.004606239 0.0009551588 0.008180439 0.01133624 0.005869094 0.02794028 0.006022454 0.03422796 0.008342342 0.007825936 0.01237474 0.05195594 0.005382285 0.02167531 0.002008075 0.02590972 0.01784659 0.02826168 0.03085487 0.003841293 0.001812587 0.02557619 0.01150831 0.004903135 0.01482182 0.0300435 0.008533655 4.32481e-005 2.818701e-006 0.01192595 0.01733788 0.02764115 0.02915638 0.04228598 0.01368804 0.001122021 0.04148733 0.03384056 0.0159553 0.001574491 0.006400818 0.006347722 0.06749472 0.1001031 0.009200953 0.0293818 0.013545 0.008584809 0.06810383 0.0422989 0.05472889 0.03811245 0.05106459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03942493 0.2144843 0.05287883 0.0835686 0.2519253 0.09663291 0.1284926 0.01294306 0 0 0.02147729 0.04421211 0.001461633 0.01462015 0.07762083 0.006879217 0.006652514 0 0.0005671617 0.2079792 0.2450358 0.1262791 0.3067921 0.2052802 0.06079325 0 0 0 0 0 0 0 0 0 0 0.02586634 0.5151792 0 0 0 0 0.0003595076 0.1406333 0.08112614 0.1368855 0.2284284 0.1194136 0.0005814303 0.02228408 0.3711923 0.1268813 0 0 0 0 0 0.07039066 0.06982024 0.05240944 0.3183317 0.06566851 0.0260021 0.009718251 0.002118387 0.1750896 0.04177281 0.1026696 0.03082771 0.004786427 0.02442634 0.005033219 5.413356e-007 0.01039777 0.07127181 0.002516977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1027177 0.04041417 0.05581438 0.2871348 0.1253853 0.0345506 0.07187051 0.03070234 0.007087647 0.1883557 0.1672722 0.002673756 0 0.1057897 0.02407825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004578016 0.5188041 0.4544438 0.01685574 0 0 0 0.01377136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01345908 0.3570139 0.824235 0.3938217 0.1058058 0.08580068 0.008345644 0 0 0.009597157 0 0 0.1796457 0 0 0 0 0 0.1519204 0 0 0.00863843 0.1053083 0.0467828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07779882 0.7707565 0.5067378 0.2571372 0 0 0 0.5908542 0.9999026 0.04635836 0 0 0 0 0 0 0 0.05417709 0.5593095 0.3506501 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6544253 0.5424213 0.1169858 0.02525557 0.005284832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04940419 0.003194308 0 0.02326779 0.08872413 0 0 0.1669523 0.002905193 0 0.0115925 0.0023645 0.0670929 0 0 0.007657562 0 0 0 0.4289367 0.1498556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1511453 0.7055904 0.21681 0.4533563 0.2803221 0 0 0.227597 0.5865216 0.07419311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09801203 0.1384497 0.5330971 0.2590378 0.1259388 0.003275446 0.09466569 0.02078875 0.1796666 0.1313467 0.7611734 0.686261 0.04824268 0.02115666 0.01718415 0.08519413 0 0 0.01720281 0.0008091793 0.003717677 0.001943127 0 0 0.1170437 0.03589964 0.03989543 0.002113625 0.000912137 0.04321592 0.01905433 0 0.1510082 0.02358728 0.08975771 0.08178557 0.1151302 0.02654663 0.09709799 0.000187618 0.0003044122 0 0 0 0.01108998 0.006525094 0.02791408 0.003422139 0.000310416 0.003698001 6.561378e-005 0.001608409 0.004354518 0.01343518 0.00287641 0.005913261 0.004947264 0.01531203 0.001163038 0.002584375 0.009211221 0.009520083 0.01318009 0.006770433 0.007191934 0.008202564 0.05474797 0.02950483 0.004493605 0.004955736 0.01508922 0.00984474 0.02030945 0.02692963 0.03274031 0.0420693 0.007068375 0.01888131 0.005035935 0.002365771 0.001226114 0.001733923 0.004568105 0.002741726 0.005361059 0.004493389 0.01023051 0.01289697 0.007618544 0.04866268 0.05131086 0.02040232 0.116925 0.08083822 0.03678995 0.007496527 0.02302765 0.05062263 0.05393226 0.1221078 0.06921995 0.02895496 0.02342979 0.01597787 0.01846999 0.07030283 0.01444608 0.00913677 0.01746702 0.004012199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01029424 0 0.03094722 0 0.3369571 0.208637 4.993256e-005 0.03655648 0 0 0.0234008 0.0003171417 2.429978e-006 8.780064e-005 0 0 0 0.0006956644 0.07614008 0.2755368 0.1980495 0.1574566 0.04346452 0 0 0 0 0 0 0 0 0 0 0 0.01977082 0.08385308 0.2968453 0.01375548 0 0 0 0 0 0.008834175 0.05608211 0.09700319 0.134759 0.103596 0 0.07561259 0.193115 0.002137244 0.0006005236 0 0 0 0.01251847 0.114241 0.1496591 0.1501147 0.03892321 0.05068163 0.06458291 0.1406149 0.3438803 0.08243427 0.2020315 0.1738665 0.1427137 0.05710508 0.2194392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02685088 0 0 0.06677729 0.09065839 0.0006823416 0.0006391922 0.06831115 0.02516387 0.05939104 0.1234229 0.04995785 0.1863907 0.1108011 0.03504978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001848878 0.4449593 0.928952 0.1319973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007941806 0.6743127 0.6199207 0.06731038 0 0 0 0 0.02267297 0.1212298 0 0 0 0 0 0.1169563 0.09838882 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4182311 0.8033457 0.8037188 0 0 0 0 0 0 0 0 0 0 0 0 0.2026807 0.901547 0.1557966 0 0 0 0 0 0 0 0.5260992 0.6556912 0.1826729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03381263 0.05309312 0 0 0 0 0 0 0 0 0.006141678 0 0 0 0 0 0 0 0 0.08959996 0.01357903 0 0 0.01364877 0 0.01973885 0.3379454 0.01214479 0 0 0 0 0.07135829 0.0007768314 0.02027268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02837176 0.2999966 0.3856959 0.2603016 0.3017124 0.001355096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01588107 0.03385896 0.3085978 0.1861193 0.02122713 0.04898293 0.1159825 0.08349874 0.1572136 0.5102256 0.3224908 0.1963126 0.01174922 0 0.01718469 0.005568018 0 0.02230468 0.1513181 0.06947559 0.1509264 0.0521649 0.006059035 0.1435346 0.009463485 0.1035186 0.01702505 0.3560187 0.4284489 0.01232578 0.2034549 0.2380634 0.01195266 0.01590908 0.03510139 0.2847529 0.08741981 0.2811291 0.1369386 0.01613247 0.01918254 0 0.007637132 0.004982683 0.002930169 0.001008835 0.0006643232 0.007100861 0.001533067 0.01140794 0.003258622 0.009234193 0.01170491 0.006752639 0.00651812 0.01680136 0.0008435435 0.03409628 0.002682201 0.0002873531 0.01954122 0.01043829 0.0166719 0.02532671 0.01331755 0.01279065 0.01555671 0.007853078 0.00672068 0.01690447 0.003382018 0.001747143 0.001781702 0.009451054 0.009513882 0.001518369 0.000190536 0.002955789 0.01720404 0.003817033 0.0003660327 0.003282488 0.0059624 0.0005304536 0.00915607 0.0002623466 0.004941435 0.008031844 0.04281837 0.003486828 0.004886517 0.01157381 0.007693241 0.01711725 0.02894152 0.002089856 0.008136849 0.04484305 0.03036589 0.08916647 0.03799482 0.04804755 0.03348574 0.04875273 0.002938427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004246596 0 0.01068588 0.07904308 0.1858814 0.05235151 0 0 0 0.02329 0.1901777 0.000866123 0 0.2380428 0.1603207 0.004503037 0 0.001596644 0.2050837 0.3323252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0246386 0 0 0 0 0 0 0 0 0 0.001188325 0.001583394 0.07035151 0.2231852 0.2193747 0.05656022 0.1730524 0.1444101 0.08431377 0.01466354 0.01014793 0 0.1239033 0.03919616 0.114962 0.2300624 0.3205072 0.1359951 0.04711415 0.1281376 0.2065869 0.1264666 0.0490733 0.2119486 0.08017628 0.01851596 0.0908463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00247097 0.03069943 0.1866399 0.1917848 0.05953876 0.02248654 0.07386618 0.04052938 0.0805679 0.2231213 0.05167463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2451574 0.7086855 0.03554633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06974173 0 0 0 0 0 0 0.05980726 0 0 0 0 0 0.01429554 0.01431503 0 0 0.0851215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1072421 0.1646354 0.1361686 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7898677 0.2761505 0.01372635 0.05935397 0 0 0.5500461 0.8694801 0.2777726 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001039076 0.002727609 0 0 0 0 0 0 0 0 0 0 0 0 0.07007794 0 0 0.03052085 0.02586051 0 0.005052707 0 0.03534694 0.005655769 0 0 0.06581509 0.01170834 0.006553623 0 0.01125302 0 0.04145849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01351632 0.07251175 0.1843086 0.2716042 0.1646859 0.05805921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2308997 0.0929537 0.167687 0.1280029 0.08524346 0.2030342 0.1136997 0.02015332 0.1711267 0.1947195 0.05994281 0.022927 0 0.07045271 0.01849849 0 0 0.04649364 0.09699811 0.06505004 0.06670816 0.03390734 0.01755516 0.07811479 0.00117279 0.06132676 0.03948911 0.1580784 0.01645032 0.03761042 0.09779474 0.2261625 0.07319756 0.01491562 0.128985 0.08362872 0.03392994 0.5983245 0.03876244 0.001142867 0.003444551 0.00859687 0.003660643 0.0008126455 0.007246519 0 0.001085736 0 0.0001280921 0.0001768406 0.006911144 0.003156863 0.002577584 0.004450956 0.006532439 0.001767144 0.009911829 0.01531052 0.03969562 0.003460702 0.01983497 0.01307833 0.01083201 0.03310367 0.01119262 0.02568754 0.02479836 0.001951199 0.04156528 0.02773615 0.00435148 0.003617859 0.001673147 0.01270634 0.006671081 0.001715001 0.0007164027 0.001841499 0.002703479 0.001133899 0.001029763 0.006374859 0.00595912 0.003310655 0.0004851849 0.001517809 0.006150867 0.005844126 0.009623862 0.001271898 0.03120715 0.03087289 0.007858016 0.003287455 0.01651612 0.00935681 0.0009286316 0.02644574 0.03656051 0.04875614 0.0609182 0.005635206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002982343 0 0.2160936 0.1261849 0.01690609 0.08192356 0.1438348 0.2453763 0.04981606 0.002820591 0.1791641 0.02508887 0 0.004439383 0.1388761 0.0289402 0.0007895099 0.008889563 0.00365905 0 0 0 0 0 0 0 0.003377712 0 0 0 0 0 0 0 0 1.048149e-005 0.147933 0.07859949 0 0 0 0 0 0 0 0 0 0.03142732 0.5741529 0.3226554 0.3325054 0.00926098 0.001933212 0.01348951 0.01485927 0.002365421 0.05558843 0.02352775 0.1560955 0.2025463 0.1837584 0.1069316 0.1983802 0.03818899 0.04238623 0.09262349 0.001997937 0 0.002170029 0.003625534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002178725 0.08060183 0.4525008 0.1411356 0.05627621 0 0 0.04526605 0 0 0 0 0.003322054 0 0 0 0 0 0.005126721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02121138 0 0 0 0 0 0 0 0 0 0 0 0.02844181 0.009671299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7639249 0.6105263 0.9963307 0.595023 0 0 0.5338326 0.8708976 0.2840597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002185404 0.01670697 0.0005408603 0 0 0.006148723 0 0 0 0.0266403 0 0 0 0 0 0 0.08526885 1.013848e-005 0.009997789 0.01039762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001238616 0.09253816 0.1827653 0.1974808 0.07857075 0.1902538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01503969 0.09892178 0.1630601 0.04697033 0.01836181 0.08488972 0.05563173 0.02578033 0.05065189 0.003719464 0.009376904 0.1307839 0.3997923 0.344342 0.005200526 0.08387413 0.02583989 0 0 0.06242434 0.005383252 0.1165457 0.1428017 0 0.01589815 0.1078738 0.05389703 0.03794123 0.1922734 0.06637786 0.05871317 0.1168143 0.01298224 0.0219111 0.2953998 0.09811722 0.2808999 0.2399699 0.03544666 0.03334104 0.01039446 0 0 0.02114204 0.04254165 0.002771673 0.0001021255 2.693228e-005 0.003550189 0.007119534 0.01977243 0.00177951 0.0114751 0.007011668 0.001439398 0.0001994677 0.001424776 0 0.01364987 0.01626314 0.007390084 0.02659695 0.07360204 0.04031618 0.01003443 0.007339746 0.02794393 0.01757836 0.01598684 0.001566359 0.0009356557 0.01349735 0.001535014 0.003208179 0.01404411 0.009653502 0.005600155 0.0005193882 0.002165209 0.003176359 0.003590037 0.003833345 0.01221005 0.01083855 0.002817923 0.001057139 0.001267462 0.01395236 0.005010409 0.02904852 0.06216071 0.04885978 0.02971729 0.02082125 0.03952201 0.01755409 0.01283637 0.06825205 0.03148765 0.3063799 0.3686627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003268489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004317712 0.0002099522 0.08812282 0 0.01175872 0.2102017 0.05077114 0.1109761 0.0592178 6.419998e-005 0.02683223 0 0.0001692105 0 0 0 0.001285636 0 0.02805296 0.1693216 0 8.144533e-005 0 0 0.001153833 0.002086577 0.01484926 0 0.01842951 0 0 0 0 0 0 0 0 0 0.0859347 0 0 0 0 0 0 0 0 0 0 0 0.0008591961 0.1840578 0.3298604 0.002547154 0 0.0001448073 0.0141105 0 0 0.009534205 0.1398998 0.3186973 0.4754444 0.06184635 0.09515744 0.1118703 0.005188007 0.009265129 0.03549996 0 0.03376843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05023124 0.2108024 0.1488885 0.1080569 0.055258 0 0.03298685 0 0 0.2817226 0 0 0 0 0 0 0.02515362 0.6647227 0.1280478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001549758 0.2595569 0 0 0 0 0 0 0 0 0.0227173 0 0.1790101 0.1483438 0 0 0 0 0 0 0 0.04996643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003320872 0.7492366 0.8978677 1 0.5414911 0.1282495 0.053664 0 0.3758469 0.5281968 0.423689 0.3842624 0.009151405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2163478 0.07035194 0.04443928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03310308 0.06488751 0.04251322 0 0 0 0.009149342 0 0 0.03918066 0 0 0 0 0 0 0.003415355 0.04768387 0.1321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1046419 0.1702221 0.3742189 0.1799565 0.1394484 0.03480708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05123323 0.01447495 0.1128796 0.05205777 0.0835271 0.04330545 0.02093659 0.09901397 0.06108934 0.03112844 0.01501638 0.04320448 0.1207591 0.0004331097 0 0.008052259 0.02410853 0.1446751 0.2165385 0.1912006 0.0931083 0.2527616 0.01528239 0.02233385 0.04647482 0.001027279 0.1319275 0.379873 0.3400586 0.1914961 0.2334603 0.05201619 0.003942048 0.2282902 0.4258698 0.1882388 0.12296 0.1427646 0.05374356 0.02814106 0.007137009 1.612411e-005 0 0 0.002763446 0.0007825067 1.72321e-005 0.0007692759 0.0001143434 0.001086843 0.002080944 0.01635565 0.001674813 0.003482401 0.02132844 0.03086587 0.0006786732 0.003702154 0.008702635 0.01263513 0.01016338 0.03441941 0.02826941 0.01277753 0.008148395 0.01020273 0.0533013 0.001425551 0.00103218 0.01109655 0.003619576 0.00486406 0.024721 0.02776252 0.02358407 0.181668 0.006917018 0.001850472 0.009993298 0.001990612 0.0006147254 0.0193445 0.03401645 0.01251249 0.003064413 0.02765709 0.01960828 0.01546579 0.02273862 0.08322323 0.03789468 0.005863247 0.01907751 0.01379812 0.07978103 0.009477879 0.04534231 0.161739 0.2139561 0.08333581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005993163 0.00228765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02640512 0.03305278 0.07637654 0 0.010124 0.2489548 0.3676694 0.2819973 0.007510847 0.143418 0.07041448 0.07375014 0.01257533 0.001131939 0 0 0 0 0 0.0876417 0 0 0 0 0 0.04188224 0.003198369 0 0 0 0 0 0 0 0 0 1.219439e-005 0.01313548 0.006127146 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04923982 0.2715915 0 0 0 0 0 0.0007238134 0.01866637 0.1517943 0.2141152 0.05633642 0.02559179 0.05061554 0.01601061 0.2846188 0.6394686 0 0 0.06452111 0.03905866 0.001239843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005628962 0.2330123 0.3432176 0.2447857 0.2314402 0 0 0 0.1096466 0.08111127 0 0 0 0 0 0 0 0 0.0001604433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05255086 0.09276073 0.07478184 0.01626401 0 0 0.062016 0.00465459 0.0005994396 0.009121236 0.3192258 0.6909765 0.6330003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03979887 0.4334497 0.5414414 0.649341 0.7571481 0.8648623 0.9692746 0.9681288 0.6316211 0.5901009 0.243158 0.2096447 0.006122759 0.1841373 0.9619889 1 0.9623727 0.6084483 0.04770849 0 0 0 0 0.01023401 0.01500891 0 0 0 0.17584 0.2714736 0.2375592 0.009055479 0 0 0.4506703 0.694164 0.00771705 0.04577148 0 0 0 0 0 0 0.0532597 0 0 0 0 0 0.04818607 0.3275807 0 0 0 0 0 0 0.07864359 0 0 0 0 0 0 0.003752816 0.0108544 0 0.01039858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001964036 0.192773 0.1933087 0.1853638 0.03939617 0.2046501 0.02285103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02845457 0.09342781 0.04609476 0.1189589 0.03325491 0.01063734 0.007243519 0.1943682 0.2088405 0.08964439 0.004870032 0.1352385 0 0.2072787 0.2194139 0.3215094 0.0135914 0.2176867 0.2620134 0.2559924 0.2194756 0.03271428 0 0.01086143 0.01087106 0.07128181 0.2709033 0.1135914 0.1450754 0.09619619 0.1411546 0.3530677 0.1830774 0.3650414 0.123897 0.1765345 0.01887943 0.06709215 0.02603664 0.003467759 0.08621689 0.07912941 0.007648534 0 5.022635e-005 0.006966267 0.02175882 0.0006131121 0.01914894 0 0.006721672 0.0006478754 0.004962321 0.0005133324 0.004985283 0.003324579 0.004224917 0.01548132 0.001323167 0.009438108 0.020427 0.01394824 0.03047658 0.03119612 0.03378577 0.01529078 0.06890117 0.03297871 0.001021055 0.01948801 0.04813313 0.05823857 0.02137558 0.03836166 0.06848509 0.06211539 0.07478527 0.006361195 0.004595056 0.002285631 0.001910336 0.06608338 0.004868872 0.02700665 0.02288742 0.01894284 0.06488261 0.0479934 0.04609181 0.03358286 0.01123307 0.1763401 0.007997122 0.04354081 0.03323127 0.004371523 0.02832326 0.04714723 0.007549347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01447551 0.01244133 0 0.0002190045 0 0 0 0 0 0 0 0 0 0 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.515678e-006 0.09117867 0.08620027 0.00359687 0 0 2.600808e-005 0.04313017 0.01886171 0.03185083 0 0.003442643 0.00174095 0 0.0005403938 0.002148078 4.61106e-005 0 0.007176754 0.007518856 0.008861446 0 0.0009642474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008077389 0 0.001538985 0.007262622 0.005495565 0 0.07067292 5.660463e-005 0 0 0 0 0 0 0 0.04467237 0.1408194 0.1087621 0.1149932 0.09067842 0.04182714 0.02723899 0.02643313 0.00946385 8.823966e-005 0.01872441 0.003080334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3060283 0.3298845 0.2696649 0.2864462 0.01942993 0 0.001920572 0.1867874 0.0148593 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04995136 0.01724952 0 0 0 0 0 0 0 0 0 0 0 0 0.1681396 0 0 0 0 0 0 0 0.1852215 0.02640722 0.1665064 0.000207571 0.05267845 0.03085887 0 0 0.5034804 0.7333319 0.8154896 1 0.9831361 0.07427784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008858467 0.8349268 0.9866317 0.8350599 0.6637122 0.4988022 0.2597093 0.03111695 0 0 0 0 0 0 0.2353593 0.7236788 0.9371088 0 0 0 0 0 0 0 0.004644234 0 0 0 0.2877977 0.5068277 0 0 0 0 0.7588372 0.1393558 0 0 0 0 0 0 0 0.0774931 0 0 0.1294306 0.03555487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01347085 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001105456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004732618 0.1972141 0.1948306 0.3796836 0.1201657 0.1932007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01170484 0.1668387 0.1009713 0.06955194 0.05917733 0.000788641 0.01754243 0.6439565 0.3056546 0.05049951 0.001547421 0 0 0.0496125 0.282441 0.178017 0.1525418 0.03041058 0.1268862 0.01708086 0 0.003764016 0.01378414 0.002288462 0.3054584 0.1834518 0.355152 0.530337 0.01577437 0.06321184 0.03797663 0.09971478 0.2580667 0.05976731 0.06981818 0.2385318 0.07358229 0.03948496 0.01823079 0.02535756 0.03733578 0.01129765 0.002410914 0.0006891736 0 0.00125607 0.001782756 0.0008631916 0 0.05582774 0.02011615 0.007929361 0.003703387 0.03872913 0.012161 0.03010256 0.003648489 0.04130138 0.04946227 0.08308706 0.02535413 0.04017288 0.01354094 0.007109954 0.03846384 0.02964075 0.06228549 0.03794195 0.0008067364 0.01044649 0.005504376 0.01523073 0.03476171 0.1250722 0.09364433 0.04142516 0.003561825 0.01767674 0.003854622 0.01755538 0.001859443 8.599013e-005 0.07737816 0.01596746 0.04121102 0.02646601 0.1099764 0.03808928 0.03459783 0.132161 0.05489774 0.01846545 0.02526152 0.009833961 0.08929489 0.07357603 0.08019972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002242013 0.04816006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04055821 0.1019466 0 0 0.003806181 0.2281891 0.02679162 0.152197 0.03158861 0 0.3845664 0.1096197 0.005902928 0.5919994 0.03532426 0.003588367 0.06429859 0.0199591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009986574 0.007966461 0.002789189 0.01210053 0.03623656 0.01625735 0.1519847 0.115817 0 0 0 0 0 0 0 0.009858424 0.03045392 0.2424067 0.06970568 0.1334015 0.02978779 0.04200109 0.07794036 0.0454951 0 0 0.007841194 0.004284598 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3558043 0.008859542 0 0 0 0 0 0.09364448 0 0 0 0 0 0 0 0 0 0.02735594 0 0 0 0 0.07634912 0.0320789 0 0.02657535 0 0 0 0 0 0 0 0 0 0 0.002840415 0 0 0 0 0 0 0 0 0 0 0 0 0.04027495 0.04479681 0 0.03624101 0.3675115 0.5941164 0.9993721 0.9219592 0.04957275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04765547 0.01232185 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19547 0 0 0 0 0 0 0.08246271 0.5961094 0.2809412 0.0004274264 0 0.2168547 0.2969665 0.01487326 0 0 0 0.2312815 0.1750769 0.1178331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02235036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002512472 0.00742327 0.1223732 0.3004974 0.03143583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1487153 0.05014785 0.1200163 0.4015574 0.2185326 0.4853807 0.2646475 0.0763465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001403141 0.1012292 0.1052129 0.04686822 0.01749524 0.005417411 0.04855432 0.6003048 0.7700281 0.1535876 0.3780296 0.07023433 0 0.02546875 0.2221331 0.05065079 0.1152617 0.02231177 0.01303622 0.000717595 0.007984627 0.03675507 0.05730889 0.2709645 0.3968073 0.2704493 0.2427685 0.1632665 0.09426785 0.05298387 0.08279508 0.3101699 0.499386 0.2464692 0.04196038 0.5095224 0.110071 0.009719164 0.1016638 0.03954431 0.02789904 0.00341269 0.01262883 0 0 0.006113086 0.001328041 0.000635594 0.002118572 0.009632026 0.007645129 0.02656313 0.0003815492 0.005186293 0.005885536 0.002608509 0.007344381 0.01437246 0.03728164 0.04055438 0.009023839 0.02945081 0.01375872 0.01330505 0.02767002 0.07423855 0.02270899 0.0555055 0.1930031 0.09486239 0.123995 0.0334089 0.002850726 0.02361671 0.005660345 0.02954764 0.002425269 0.008619182 0.00609469 0.02997347 2.622839e-005 1.266836e-006 0.02702557 0.03342998 0.07013153 0.08670114 0.03105266 0.07802551 0.09454137 0.03004958 0.008089692 0.008886461 0.00158368 0.04383253 0.003245791 0.06622569 0.03774094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01190032 0.05185834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1711051 0 0.2844445 0.0219409 0.3136571 0.40789 0.4345335 0.2560868 0.002402577 0.03244467 0.02100139 0.1012508 0.2504454 0.09205875 0.06016764 0.09745049 0.02001099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008689069 0.007106254 0.06772797 0.1151144 0.1786384 0.3753064 0.1265218 0.004961175 0.0002046372 0 0 0 0 0 0 0 0 0.04308816 0.01089403 0.02857227 0.1534645 0.01781544 0.02547437 0.002506595 0.02905941 0.01780203 0.004544826 0 0 0.04346669 0.001226677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5634807 0.2486144 0 0 0 0 0 0.09321454 0 0 0 0 0 0 0 0 0 0.1599946 0 0 0 0.01649509 0.007043346 0.004453564 0 0.08470988 0.1602767 0.09765796 0 0 0 0 0 0 0 0 0 0 0.03421201 0.1506726 0 0 0.1672341 0.1837806 0 0 0 0 0 0 0.3456004 0 0 0.02252789 0.2447145 0.4759664 0.1709551 0 0 0 0 0.002647586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06711681 0.3927436 0.7550014 0.8568127 0.6827744 0.5117935 0.2899145 0.006365024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.255001 0.4811827 0 0.005708168 0 0 0 0 0 0 0.005670919 0.005777883 0 0 0 0 0 0 0 0 0.07389367 0.02187904 0.01119932 0 0 0 0 0 0 0.03380853 0 0 0 0 0.0655079 0.6209809 0.008526924 0 0 0.00984685 0 0 0 0 0 0 0 0.002362293 0 8.741535e-005 0.002900055 0.05596464 0.116726 0.01600455 0.05680017 0.2690199 0.001435027 0 0 0.004339172 0 0 0 0 0 0 0 0 0 0 0 0.1201329 0.05172873 0 0.1599131 0.2089697 0.2020658 0.3247776 0.3368854 0.1284539 0.1716635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.413225e-005 0.1613434 0.117259 0.1309129 0.07620136 0.04206333 0.008114695 0.2331471 0.8081805 0.2308362 0.7127736 0.398853 0.008328142 0 0.3133571 0.4579431 0.3348729 0.2944237 0.2140734 0.3400805 0.2522558 0.1458798 0.4461677 0.3534555 0.003396641 0.122651 0.2262711 0.0218776 0.04190221 0.09721624 0.05416799 0.0468571 0.2537839 0.1181735 0.08700604 0.1159353 0.02563615 0 0.0004592317 0.04085145 0.00299659 0.01624123 0 0 0.0004840971 0.003138211 0.00466703 0 0.001090459 0.0001464618 0 0.001910139 0.0003532374 0 0.00385121 0.02370228 0.02540394 0.004130933 0.02860485 0.009212809 0.005408923 0.001611584 0.1185934 0.2927179 0.07634252 0.07493025 0.009391948 0.1771136 0.133085 0.03965024 0.008386062 0.0386443 0.03314742 0.08522648 0.004348067 0.005307985 0.003986801 0.005643476 0.002053541 0.0001437855 0.01384559 0 0.0178078 0.04639986 0.02211984 0.07012846 0.02289602 0.0003630187 0.009764958 0.006824525 0.01743651 0.01566512 0.02730456 0.01447053 0.06304295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002830041 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002784736 0.186929 0.0120041 0.04939739 0.03363196 0.1230011 0.2002913 0.0004196454 0.0002511145 0.01511064 0.09889607 0.05466029 0.3781683 0.4514774 0.04961467 0.02062898 0.007814244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004007146 0.002173138 0.03565291 0.02592854 0.01553061 0 0 0 0 0 0 0 0 0 0 0.0002494169 0.002397238 0.04076179 0.02627825 0.02607898 0.01871408 0 0.002670546 0.00379065 0.01583688 0.003604734 0.0001359864 0.009665119 0.002402506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07763293 0.2289492 0 0.2453773 0.3819425 0 0 0 0 0 0.02043765 0.1622227 0.01327453 0.00441742 0 0 0 0 0 0 0.05599578 0.03886057 0.004136411 0 0.2226002 0.2887906 0.05451808 0.0922946 0.07697551 0 0.1274289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01154877 0 0.1107309 0.09931611 0.07518294 0 0.001471602 0 0 0 0 0 0 0.09898364 0.02220483 0.4518221 0.5007745 0.87871 0.3953231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07703827 0.4931656 0.9383979 1 1 1 1 1 1 0.8807577 0.3526323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05352329 0.2769457 0.4593579 0.03752601 0 0 0.001604972 0.03633382 0 0.1025039 0 0.05335541 0 0 0.1260815 0 0 0 0 0 0 0 0 0 0 0 0.03814211 0 0 0 0 0 0 0 0 0 0 0 0.003880767 0.1915473 0 0 0 0 0 0 0.03652963 0.03802623 0 0 0 0 0 0.0001658732 0.002435428 0.01768394 0.07501566 0.03734274 0.08027369 0.201875 0.05359527 0 0 0.003308404 0 0.001147795 0 0 0 0 0 0 0 0 0 0.2732739 0.1516127 0.0695336 0.3035592 0.1060377 0.7048093 0.4293946 0.2514112 0.1178557 0.1159065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009313874 0.04140027 0.03772025 0.03206985 0.03274369 0.00594597 0.00185547 0.7607492 0.5996979 0.926579 1 0.4179249 0.002822101 0.6530574 0.9893921 0.4725077 0.6067138 0.2782232 0.0001015402 0.1022203 0.04001274 0.1612111 0 0.0003844413 0.0002042414 0 0 0.008201098 0.01020065 0.0435059 0.009386417 0.07583364 0.06073251 0.08171008 0.1234925 0.005828741 0.006721157 0.001291381 3.24564e-005 0.002673337 0.001026205 0 0.02248153 0.04394576 0 0.02185623 0.02101589 0.0001583626 0.05600778 0.000898408 0.002139825 0.0338239 0.1189393 0.04372928 0.003556476 0.001707076 0.02023527 0.02442472 0.04114533 0.05459092 0.02815405 0.02355397 0.06219645 0.0306132 0.06210753 0.01327136 0.05448972 0.01980342 0.01562844 0.001790186 0.001396532 0.001524144 0.0006662879 0.001716564 8.867578e-005 0.008738096 0.01047597 0.03708089 0.03776355 0.03286033 0.01340262 0.0663683 0.03889951 0.01992352 0.03623493 0.00545475 0.004738416 0.006228694 0.002477761 0.0005136471 0.01883598 0.052086 0.1457722 0.05470043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004058744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004825231 0 0.01559907 0 0.00337088 0.1725591 0.1577298 0.3048465 0.062381 0.04766972 0.15561 0.08324375 0.02011788 0.1583391 0.04204972 0 0 0 0 0 0 0 0 0 0 0 2.538151e-005 0 0 0 0 0 0 0 0.2453193 0.081368 0 0 0 0 0 0.003654079 0.007125755 0 0 0 0.005146102 0.007195851 0.01730587 0 0 0 0 0 0 0 0 0 0 0 0 0.01446395 0.0051636 0.03432535 0.005098021 0 0.002502443 0.008319386 0.02148343 0.001783831 0.02400446 0.008190833 0.03093869 0.002823562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01441494 0.144737 0 0 0 0 0 0.2099728 0.2666153 0 0 0.02578166 0 0 0.0452914 0.07902303 0.1728637 0 0.005426862 0.02801532 0.2201173 0.1376364 0.01224837 0.1909192 0.4053755 0.01080083 0.2963891 0 0.04756598 0 0.1801326 0 0 0.185306 0.1537101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07048359 0.7227299 0.7352386 0.6666403 0.06248262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05661424 0.3699093 0.713633 0.9807718 1 1 1 1 1 1 1 1 0.6404409 0.02304911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02991015 0.3774275 0.7210981 0.4486217 0 0 0.008111907 0.4886414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.075739 0 0.004798017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001695467 0 0 0 0 0 0 8.044743e-005 0.1406724 0.01131464 0.02328146 0.1499662 0.2192775 0.08010785 0.09013581 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03511388 0.2913665 0.1449894 0.4863611 0.3131203 0.4270167 0.3843229 0.3490985 0.1649003 0.1984894 0.002369107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.295949 0.1694339 0.04895916 0.01657583 0.00323166 0.00831515 0.3020071 0.6577889 0.2519323 0.7553921 0.9185405 0.4992455 0.5619729 0.4427571 0.3149649 0.5221725 0.2363545 0.1832546 0.3855389 0.6588891 0.3386137 0 0 0 0 0 0 0.07992394 0.06933212 0.005345193 0.1566402 0.0008058226 0.07343783 0.01452337 0.001133218 0 0 0 0 0 0 0 0 0.001425376 0.01282348 0.005593873 0.01894831 0.007528876 0 0.001236786 0.0195966 0.03198088 0.007061055 0.02250979 0.03823921 0.001268589 0.03083778 0.01802209 0.01779666 0.2314191 0.001827193 0.02495653 0.05286855 0.02166093 0.05292663 0.07125028 0.02233895 0.01327769 0.01694477 0.03668803 0.002166432 0.002225936 0.001442205 0.008471671 0.1254384 0.2331531 0.001641359 0.002090745 0.01602593 0.03516014 0.04699269 0.02522297 0.002499456 0.005671542 0.0006697324 0.001612881 0.003692779 0 0.005255191 0.01288632 0.01943718 0.01804763 0.03212965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02933623 0.4694115 0.09974266 7.730187e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003329973 0.06233926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004484971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001090373 0.01457091 0 0 0 0.003469183 0 0 0.0001284388 0.01448234 0.01077185 0.03038242 0 0.000395547 0.0001948046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03929289 0.1188839 0 0 0 0 0 0 0.5085058 0.7286034 0.0003071812 0.01459801 0.05274544 0.03769616 0 0 0 0.006008035 0.7033356 0.260074 0 0.08491421 0.01901476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1079374 0 0 0 0 0.0847163 0 0.1714753 0.4363853 0.9923205 0.8573568 0.04860991 0 0 0 0 0 0 0 0 0 0 0 0.03973716 0.3374606 0.6811748 0.9683024 1 1 1 0.9999976 0.9998474 0.9997625 0.9998963 1 0.9999106 1 0.999981 0.9997742 0.3299752 0.05753975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2203551 0.1624709 0.0147375 0 0 0 0 0 0 0 0 0 0 0 0.04572519 0 0 0 0 0 0 0 0 0 0.0181128 0 0 0 0 0 0 0 0 0 0 0 0.04960123 0.002037458 0.06251176 0.03562498 0 0 0.05393474 0.132667 0 0 0 0 0 0 0 0 0 0 0.02828015 0.02066923 0.09683511 0.1605878 0.03166326 0.04575158 0.08179379 8.615256e-005 0 0 0 0 0 0.03312812 0.2837779 0 0 0 0 0.003386928 0.1634151 0.4537073 0.1468915 0.4137864 0.2383392 0.2627013 0.1444541 0.07695433 0.2068222 0.2115205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06772152 0.02422671 0 0.08767097 0.0524716 0.0003471638 0.5147464 0.181836 0.1707659 0.700029 0.6666863 0.5995724 0.2587028 0.4135042 0.09880161 0.1776924 0.1342237 0 0.007916273 0.01976098 0.05157775 0 0 0 0 0 0.001328167 0.002053363 0.1376092 0.03916969 0.08038269 0.3143682 0.05704443 0.01572604 0.01432414 0 0 0 0 0.001895409 0 0 0.01785845 0.03308598 0.01386507 0 0.0002150599 0.005323782 0.0009167089 0.01183124 0.04483655 0.01090055 0.08800331 0.03355359 0.001324873 0.04049139 0.09421737 0.07549585 0.03738324 0.002704217 0.03700897 0.01075662 0.09203079 0.1037412 0.03409807 0.007348991 0.00527024 0.01862404 0.003780431 0.02101517 0.002030871 0.003914142 0.05282059 0.02602967 0.01149351 0.3340276 0.398681 0.007181742 0.02506103 0.06952041 0.0002979434 0.00146226 0 0.009192797 0.003680183 0.009180326 0.0007089591 0.002230151 0.0218511 0.07972693 0.3538399 0.3735597 0.00926559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001674006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02861272 0.0419954 0 0 0 0 0 0 0 0 0 0 0 1.878921e-005 0.002364046 0 0 0.01606342 0.001414734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009309062 0.005115455 0 0 0 0.0003725535 0.0003922626 0.01921038 0.0006343496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.576147e-006 0.0001289314 0 0 0 0 0 0 0.2178407 0.4977971 0.01195017 0 3.876479e-007 0 0 0 0.3798627 0.8539322 0.9999812 0.3785601 0 0 0 0 0 0 0.01667651 0.06647474 0.1489296 0.2813341 0.1079283 0.02284588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05860611 0 0 0 0.006290835 0.08868825 0.146771 0.1733851 0 0.2529136 0.6138057 0.02146235 0 0 0 0 0 0 0 0 0 0.2003716 0.6517642 0.9536917 1 1 1 1 0.9999477 0.9993225 1 1 1 1 1 1 0.9994104 1 1 1 0.9974149 0.8413531 0.7409149 0.5660281 0.4477511 0.2832479 0.02720919 0 0 0 0 0 0 0 0.1008421 0.7696973 0.998642 0.4907591 0 0 1.023015e-005 0 0.1487677 0 0.04405272 0.08800791 0 0.002468297 0 0.3587229 0.03838863 0 0 0 0 0 0 0 0.0497555 0 0 0 0 0 0 0.01308803 0 0 0 0 0 0.01162152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005560744 0.07094453 0.06314643 0.1709117 0.049805 0.1075037 0.09596477 9.779864e-005 0 0 0 0 0 0.01242498 0.07273292 0.03428951 0.06834238 0.1123223 0.1467349 0.1317914 0.32442 0.3234839 0.1967996 0.2169356 0.3757511 0.4280762 0.4460852 0.09630356 0.09993418 0.2229549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04872215 0.08029089 0.08819653 0.02928314 0.09987748 0.2155135 0.1951478 0.2207714 0.01396108 0.4197861 0.9033022 0.8291157 0.6464028 0.1741169 0.05155288 0.001409188 0 0.009025361 0.09353672 0.02782598 0 0 0.07394124 0 0 0.006552897 0.04647593 0.02496961 0.008180889 0.08770452 0 0.001172044 0 0 0 0 0 0 0 0.0007130175 0 0.004995326 0.0283427 0.002734874 0.004223403 0.003299613 0.001292028 0.01931227 0.004778252 0.0001430551 0.0339219 0.05315703 0.01274785 0.008938337 0.1050124 0.06277102 0.01903987 0.001679656 0.04663935 0.1393467 0.04513639 0.0439532 0.00504663 0.02438158 0.005987097 0.02260355 0.01833769 0.007451174 0.0009011873 0.007812776 0.03018021 0.02029899 0.02429433 0.05426266 0.1433486 0.04911961 0.2327467 0.04494454 0.001319712 0.006821301 0.0006640827 0.01387411 0.00203654 0.004087717 0.001455735 3.666928e-005 0.0002643964 0.01104136 0.007652854 0.1676002 0.03107884 0.00436388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.241568 0.001690919 0.1767825 0.007465909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09945911 0.1084171 0.04924246 0.02856776 0.041967 0.01340421 0.001141911 0.00385243 0 0 0 0 0 0 0 0 0 0 0.001006978 0.003510094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008357532 0.06361257 0 0 0 0 0 0 0 0 0 0.03425698 0.2403485 0.09864783 0 0 0 0 0 0.3036176 0.5156737 0.6916355 0.8243006 0.02610809 0 0 0 0 0 0 0 0 0 0.03816551 0 0 0 0 0 0 0 0 0 0.004227575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04306487 0.1781494 0 0 0 0 0 0 0 0 0 0.3694696 0.7186787 0.698852 0.5677549 0.9771756 1 1 0.9999047 0.9995237 1 1 1 1 1 1 1 1 1 1 0.9990769 1 1 1 1 1 1 1 0.9994671 1 0.9255181 0.6581116 0.2907448 0.5943887 0.7161633 0.7093303 0.6679934 0.8518034 0.988534 1 1 0.9714903 0.8435471 0.7821231 0.7975838 0.07989732 0 0 0.0651808 0 0 0 0 0.1389273 0.1045895 0 0 0 0 0 0 0 0.0007342846 0.001316689 0.09269507 0.2034864 0.08218461 0 0 0.04665974 0.004207494 0 0 0 0.1697617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.383602e-005 0.1288411 0.06943028 0.08627288 0.2799451 0.02863146 0.05480437 0.0690633 0 0 0 0 0 0.07381762 0.1405878 0.1718183 0.2337347 0.178162 0.3167281 0.1031531 0.2055126 0.4291647 0.1064181 0.1979423 0.2131573 0.228104 0.338825 0.2411941 0.1737464 0.2664601 0.07168073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002339711 0.05235702 0.3310421 0.449336 0.1806303 0.003804755 0.00150864 0.03836617 0.4118513 0.39758 0.5954251 0.8870594 0.6751714 0.2768437 0.05933296 0.05112663 0.03666463 0.06477097 0.1342337 0.01873733 0.001074316 0 0.02576935 0 0 0.2816611 0.2909507 0.01076607 0.002871769 0.05978168 0 0 0.002701855 0 0 0 0 0.01298681 0 0.001959225 0.0008533616 0 0.00262175 0.01250154 0.09806379 0 0.001660218 0.0004204289 0.004274851 0.00626673 0.01517255 0.05383488 0.1644474 0.4674119 0.7117088 0.4710228 0.1669488 0.04769301 0.0263284 0.1768243 0.0548793 0.01044864 0.00107412 0.0249031 0.004206861 0.07932991 0.03768774 0.001766302 0.05603198 0.0836553 0.0305597 0.05499953 0.07759584 0.07880546 0.1364089 0.04108786 0.03040712 0.001875941 0.01230381 0.006268514 0.007730445 0.07204125 0.003401513 0.004019648 0.0205231 0.006420989 0.001162824 0.1667881 0.1171159 0.04826846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004921756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01262567 0.01041294 0.001862137 0.001644994 0 0 0 0 0 0 0 0 0 0 0 0 0.05480617 0.0179863 0.0006125178 0.001926932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02190428 0.03606616 0.1777569 0 0 0 0 0 0 0 0.006287297 0.3374093 0.9333136 0.6672916 0.00723883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.230723 0 0 0 0 0 0 0 0 0 0 0 0 0.01198971 0 0 0 0 0 0 0.4296618 0.2602424 0 0 0 0 0.3263892 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9998498 1 0.9999604 0.9992965 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.8492793 0.03841285 0.0666751 0.01010079 0.001395784 0.003947071 0.003854583 0 0 0 0 0 0 0 0 0 0 0 0.03722876 0.0136203 0 0 0.01512157 0.02077204 0.01760047 0.0608624 0.06571746 0 0 0 0.08103514 0.2099053 0 0 0 0.01636255 0 0 0 0 0 0 0 0 0 0 0 0.1171974 0.091919 0.01888982 0.1295524 0.2980607 0.1910358 0.08634814 0.1089282 0.08355278 0.00628799 0 0 0.04312348 0.1888597 0.1472261 0.04567569 0.04760396 0.10686 0.4083419 0.2657512 0.1485193 0.1424376 0.2464033 0.28413 0.2449714 0.1705438 0.1336478 0.1205449 0.1200945 0.06897765 0.001013628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08456756 0.1176911 0.03429586 0.04493032 0.03000738 0.1895517 0.006276294 0.3040499 0.2019632 0.5051298 0.5016474 0.6711047 0.2469667 0.249281 0.2188691 0.02083813 0.04149162 0.3785395 0.113729 0.0004140081 0.0004356894 0.0004005657 0.008638095 0.103783 0.0008089018 0.002021337 0.1291796 0.3932306 0.001418145 0 0 0 0.001000318 0.002789173 0.005131526 9.618654e-005 0 0.0003556377 0 0.004016909 0.04080528 0 0.001074413 0.0123022 0.02150572 0.00144449 0.007243869 0.0458029 0.007269105 0.03339667 0.1555016 0.03165047 0.1814926 0.2814616 0.04874504 0 0.007131013 0.05549871 0.2126819 0.02860809 0.05635164 0.008205229 0.06113319 0.02548509 0.03771944 0.01739591 0.04681655 0.0006051672 0.0004686901 0.02329496 0.03249313 0.03744566 0.03748452 0.01461827 0.004879112 0.01647472 0.002673288 0.007390205 0.000367686 0.01826383 0.01549138 0.009098014 0.02241694 0.0134338 0.01041754 0.0127709 8.658554e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0542895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02085714 0.03893576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05340401 6.717588e-008 0.1428305 0 0 0.06043047 0.007321347 0.01464801 0.3360649 0.07042727 0 0 0.2621025 0.1188075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0025745 0 0 0.005494968 0.1105624 0.01993314 0.250424 0.024135 0.01177593 0 0.1775115 0.003406167 0.09155551 0.01925237 0 0 0.1133633 0.9467953 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9994372 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.7758884 0.4295777 0.8248346 0.5111499 0.4385996 0.08867509 0 0 0 0.04344514 0 0.02057028 0.01259771 0.0007382527 0.03377706 0 0 0 0 0.001980332 0.01307806 0 0 0 0 0 0 0 0 0 0 0 0 0.06984162 0 0 0 0 0.09557042 0.1609805 0 0 0 0 0 0 0 0 0 2.445604e-005 0.1150244 0.129088 0.4809091 0.1177226 0.07664731 0 0 0.1610939 0 0.007869625 0.1359594 0.2029828 0.1054735 0.4003414 0.453354 0.6597918 0.4821806 0.2970007 0.1605056 0.1198315 0.3005374 0.4953666 0.3454629 0.0008751011 0 0 0 0.1057276 0.02882194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09256505 0.07305654 0.004111098 0 0.005076752 0.07312686 0.07738152 0.1685333 0.4015714 0.7070801 0.5216896 0.2901786 0.05530563 0.08347207 0.1314483 0.00130075 0.01677974 0.0501624 0.2151915 0.1065093 0 0.01049008 0.2094424 0.02656133 0.09660774 0.02843715 0.1137689 0.1633989 0.0012058 0.07124869 0.06440809 0 0.02051635 0.007444502 0.09334866 0.01157729 0 0.001506107 0 0.0002610803 0 4.825781e-005 0 0 0 0.0006551627 0.0359499 0.02627216 0.001175529 0.01421648 0.007265997 0.05185242 0.06129406 0.04246266 0.0291452 0.002158959 0.001107861 0.01251198 0.03947847 0.04691731 0.06103812 0.0008326976 0.001069806 0.03675986 0.002978739 0.01214121 0.007534485 0.001710649 4.89603e-005 0.03550683 0.002114255 0.03935881 0.01698483 0.01340842 0.004066996 0.006525032 0.007620627 0.005431539 0.008710114 0.05511309 0.04422248 0.0147001 0.1637836 0.03349126 0.001042272 0.01218249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08149441 0.0272361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0755804 0.05131384 0 0.1265402 0.1603974 0 0.1008664 0.001584048 0.04271529 0.6167277 0.02206084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007715018 0 0 0.0635186 0.05647033 0.001728757 0.04360495 0.04660607 0.02048579 0.1035672 0.3164541 0 0.7509888 0.1249203 0.6399553 0.4666533 0 0 0 0.2855448 0.732265 0.9848004 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9994803 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9981899 0.9294118 0.861542 1 1 1 0.9916407 0.5525051 0.3827806 0.56279 0.6923452 0.0162451 0 0 0 0 0 0.2357135 0 0.05243509 0.4814192 0.1499773 0.07455612 0.009283079 0 0 0.1601268 0.1662385 0.1671224 0.04907989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008562917 0.2044459 0.05814213 0 0 0 0 0 0 0 0 0 0 0.03942267 0.007016996 0 0 0 0 0.0003053516 0.1187392 0.2746852 0.2653674 0.6844616 0.4693091 0.4684513 0.2841567 0.1508069 0.1776258 0.1574166 0.08003108 0.1064102 0.1637179 0.05528533 0 0 0 0 0.004872756 0 0.01637089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01021898 0.01101051 0.05798754 3.764942e-005 0.03372306 0.1677561 0.6801628 0.09977628 0.06773559 0.244919 0.4245336 0.4739699 0.1620223 0.1797011 0.05618426 0.0006677563 0.1750411 0.01446113 0.004663863 0.01650859 0.1434018 0.2789754 0.6332443 0.2768624 0 0.01305829 0.001633768 0.07028488 0.007737455 0 0.01853697 0.01629589 0.0002657662 0.01635909 9.757703e-006 0 0.005424654 0 0 0.002130409 0.0004656866 0 0 0.0005590293 0.000371865 0.001730012 0.003449513 0.007625246 0.003692587 0.001176073 0.006542268 0.07346949 0.003505574 0.003584383 0.143181 0.0438326 0.03410459 0.05073462 0.08878285 0.000350933 0.04032775 0.09801967 0 0.01079693 0.00932388 0.01465013 0.009704356 0.0115892 0.002473167 0.01275227 0.01030964 0.07952669 0.0321917 0.01233823 0.001793355 0.02434275 0.0103104 0.007761122 0.0515206 0.1339402 0.1955917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3654037 0.09984928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01378774 0.006840725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04284935 0 0 0.001403814 0.3058275 0 0 0.1648703 0.02767518 0 0 0 0 0 0 0 0 0.1219983 0.2622267 0.3037482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07109372 0 0 0.00651812 0.003029684 0 0 0 0 0 0.07579101 0.09403046 0.1172814 0.289357 0.02429459 0.5962406 0.8344393 0.00185441 0 0 0 0 0.08179564 0.4149421 0.9353743 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0.6313067 0.9697464 1 1 1 1 1 1 1 1 1 0.9993082 1 0.4444021 0.4717321 0.3266448 0.9521526 1 1 1 1 0.8204316 0.7531409 0.3961915 0.1353114 0.2649882 0.1598116 0.03869826 0 0.02015006 0 0 0.02346843 0.04930997 0 0 0 0 0 0.000273936 0.1395834 0.1962117 0.06287037 0 0 0 0 0 0 0 0 0 0 0 0.03790078 0 0 0 0.1017236 0.2954727 0 0 0 0 0 0 0 0 0 0 0.04089877 0.05752963 0 0 0 0.01883678 0.21138 0.2876387 0.2966003 0.2857061 0.4174185 0.2732056 0.2368633 0.0431773 0.09005564 0.03157585 0.03881646 0 0 0.03015517 0 0 0 0 0 0 0 0.05056461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01397687 0.1679959 0.4372149 0.181061 0.08456787 0.07194458 0.06857841 0.01128407 0.008514463 0.007019815 0.1436276 0.06339316 0.01725919 0.02584053 0.1858803 0.1073306 0.04023254 0.06006348 0.002897368 0.04094259 0.01877829 0.07431525 0.2388484 0.01760778 0 0 0.04992314 0 0 0 0 0 0 0 0 0 0 0 0.001166746 0.0004986089 0.006127574 0.006276787 0.001930559 0.001242772 0.02105694 0.002124373 0.02601906 0.00294448 0.02477151 0.03296768 0.1252909 0.02210685 0.04113577 0.2736866 0.01261549 0.01260914 0.009693734 0.01358658 0.001339975 0.01592178 0.001330859 0.0007272033 0.04703533 0.009344813 0.01122916 0.03685281 0.02159731 0.02525268 0.0231765 0.01248036 0.02807103 0.0069288 0.07370874 0.09651615 0.1374454 0.04256421 6.335811e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09461091 0.1030766 0.002496493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.229896 0.0006289664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005321063 0.0471147 0.01108845 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1186122 0 0 0 0 0 0 0.0001439304 0.311156 0 0 0 0 0 0 0.05777807 0.09578424 0.2659102 0.8492787 0.9836695 0.7370718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02015202 0.03260162 0.008104929 0.2180904 0.001851543 0 0.004179158 0 0 0 0.002379691 0.03935556 0.2091374 0 0 0.1023571 0.47705 0.1297708 0 0 0 0 0 0 0.1368975 0.6776215 0.9937481 1 1 1 1 1 1 1 1 1 1 1 1 1 0.9648825 0.3129233 0.09138457 0.4106048 0.5372543 0.773586 0.92776 0.9328358 0.8487272 1 1 1 1 0.9577703 0.7097243 0.03127034 0 0.173433 0.482555 0.7231236 0.7846153 0.8945954 0.6278151 0.323876 0.002830502 0.0485281 0.3488657 0.4616052 0.6317961 0.3290707 0.01733004 0.01637842 0.1909655 0.01381776 0 0 0 0 0 0 0.004745605 0.05218058 0 0.003276854 0 0 0 0 0 0 0 0 0 0 0 0.001306533 0.00117189 0 0 0 0.3143879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.207699 0.08744625 0.1999395 0.5312901 0.3217906 0.3860465 0.2287326 0.09739999 0.1137875 0.01785596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01918163 0 0.06816904 0.4554169 0.8028111 0.8767745 0.3397675 0 0.02360013 0.08043548 0.2297181 0.09057687 0.02094225 0.06161422 0.003306728 7.047382e-005 0.05710746 0.08567081 0.1343401 0.0007310259 0.008819082 0.02488234 0.1357718 0.0292142 0.009234063 0 0 0 0.000126863 0 0 0 0 0.000558571 0 0 0 0.0002253673 0.0001831171 0.01307492 0 0.0004171284 0.000293551 0.0100136 0.00720607 0.02620852 0.07865561 0.02284357 0.03278895 0.2340789 0.005805464 0.0001823744 0.03747059 0.05644609 0.001906465 9.554148e-005 0.005087854 0.002929126 0.01153125 0.004412601 0.002684628 0.02162204 0.02055964 0.003359188 0.02456037 0.02819974 0.007423735 0.004640365 0.004820592 0.0578806 0.04556975 0.05784011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006211915 0.01504435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03692326 0.1753669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003175912 0.0008701641 0.006188183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0534279 0.02055315 0.04770039 0 0 0 0.01640333 0.1569497 0.04985446 0 0 0 0 0.1169657 0.5465271 0.02783508 0.1004247 0.8994204 0.9995123 0.06042108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04356149 0 0.02028903 0 0.0108101 0 0 0.02047486 0 0.02539218 0.04443578 0.1356526 0.04234777 0.2436609 0.01541086 0 0 0 0 0 0 0 0 0 0 0.06487126 0.1095161 0.2808445 0.6167521 0.750847 0.7993918 0.8042613 0.7602123 0.6940335 0.6566117 0.6417118 0.4652792 0.2929591 0.1590701 0.03577257 0.07062768 0.05195803 0 0 0.003215475 0.02121493 0.02236062 0.06269668 0.5600454 1 1 0.9631382 0.5845398 0.01910531 0.01163649 0 0 0 0.008369802 0.5046776 0.1102902 0.01642055 0.002292386 0.2273883 0 0.2143346 0.2308195 0.003501004 0.03671112 0.0495746 0 0 0.009861714 0 0.006002367 0.1405333 0 0.002467572 0 0.06723333 0.03385532 0 0 0 0.03798875 0 0 0 0 0 0 0 0 0.01337061 0.01374252 0 0.03962078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0102257 0 0 0.04754977 0.3956907 0.1677311 0.1987848 0.0571382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005505511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2093595 0.8710098 0.8634861 1 0.6817172 0.1776031 0 0.0465958 0.1307984 0.1251135 0.08059405 0.01138106 0.16352 0.2316353 0.1265997 5.990527e-007 0.1807228 0.0002767223 0.000941403 0 0.006571845 0.1329346 0 0 0 0 1.024067e-006 0 0 0 0 0 0.0005292737 0.003028281 0.0009598059 0.0002764832 0.01586686 0.0006777852 0.020016 0.02740759 0.008166531 0.0003904737 0.003013577 0.005884338 0.05733363 0.2586622 0.115297 0.1133298 0.06817528 0.01106775 0.00010595 0 0.0192379 0.01955771 0 0.03339374 0.008226031 0.001300767 0.0005102757 0.004426465 0.03122838 0.004648417 0.009049599 0.004266519 0.0001534688 0.033119 0.03400471 0.07936968 0.1485344 0.02340313 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06064651 0.03584272 0 0 0 0 0 0 0.001064822 0.006514617 0.02531448 0 0.01137236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03853779 0.08007053 0 0 0 0.1629243 0 0 0 0 0 0 0.02725087 0.0888774 0.01718483 0 0 0.08327541 0.2321964 0.009876312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002282876 0.02599192 0.06075726 0.1925912 0.5650777 0.172587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2848151 0.6494561 0.9290908 0.7856855 0.04239907 0 0 0.4273283 0.5031795 0 0 0 0 0 0 0.05470171 0.5029452 0.4880117 0.2916242 0 0 0 0.07352898 0.1444449 0 0.001837459 0.01659379 0.00792757 0.1244086 0.2511131 0 0 0.2186846 0.3458818 0.04742619 0.1154759 0.05150687 0.1202465 0 0 0 0 0.2363949 0.1723466 0 0.0819139 0.01453056 0.037689 0 0 0.2052245 0.3691283 0 0.09999907 0.02170827 0.005695737 0.06925404 0 0 0 0 0 0 0 0 0 0 0 0.01380274 0 0 0 0 0 0 0 0 0 0 0 0 0.003603818 0 0 0.07795715 0.1427382 0.2813817 0.104415 0.001109019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03010015 0.04855847 0.7880633 0.6226308 0.3144871 0.008757199 0 0 0.004221108 0.01907368 0.0055063 0.08588696 6.777822e-005 0.1071679 0.6271744 0.3069981 0 0 0.06497374 0.1744093 0 0 0.0167274 0 0 0 0.006415124 0 0 0 0.0003308756 0.01156226 0 1.860635e-006 0 0 0 4.1908e-006 0.0002407144 0 0.004151917 0.004262453 0.003968686 0.02894244 0.02078217 0.1462815 0.2318927 0.04590282 0.1291204 0.08837271 0.04382066 0.0001112805 0.01332132 0.005665834 0.092764 0.0299477 0.0521077 0.0001804234 0 0.01105461 0.0003110738 0.00436425 0.02797357 0.06860179 0.008858451 0.01377546 0.019917 0.1295302 0.1157931 0.07379026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009844015 0.123393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2385416 0.01037433 0 0.06483668 0 0.08589369 0.009189381 0.003911244 0.00632024 0.009267271 0.05388683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.226115 0.2778593 0 0 0 0 0 0 0 0.1920733 0.005719935 0 0 0 0 0.08192027 0.5605996 0.1431339 0 0 0 0 0 0 0 0 0 0 0 0.4672068 0.08919601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000580631 0 0.01515689 0.1237553 0.02555677 0.0193196 0.3129908 0.1345868 0.07723948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1963051 0.4580474 0.1919999 0.1108703 0.001731836 0 0 0.1369168 0.2477237 0 0 0 0 0 0 0 0.05435745 0.1593315 0 0 0 0 0 0.08835705 0.1219944 0.1488783 0.1547616 0.442378 0.1155555 0.1806046 0.07857195 0.5658755 0.3695309 0.01693629 0 0.0689662 0.009544669 0 0 0 0 0 0 0 0 0.217187 0.02397923 0 0 0 0.02052687 0.05334956 0.02058513 0 0 0 0.1982016 0 0 0 0 0.0778086 0.3312279 0.4733573 0.07830595 0 0.01326635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00340752 0 0.09459418 0.2074108 0.08308864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06986093 0.1559812 0 0 0 0.0001799909 0 0 0 0 0.04612499 0 0 0 0.5828868 0.4324617 0 0 0 0 0 0 0 0.1364352 0.02176473 0 5.961676e-005 0 0.001265027 0 0 0 0.006799899 0.01007858 0 0.0325543 0.008484735 0.0212627 0.0005787684 0 0.002055696 0 0 0.0004605632 0 0.04089509 0.006086523 0.02030243 0.02749806 0.01124184 0.003397916 0.01075477 0.07563273 0.03825299 0.1675042 0.0198634 0.09831417 0.02883538 0.01268178 0.0009040965 0.006193516 0.003829653 0.03497905 0.01355697 0.009396125 0.005093248 0.01492072 0.5688823 0.04404107 0.08034833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.833389e-007 0.007594257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2600136 0 0 0 0 0 0 0 0 0 0 0.2943502 0.172254 0.04658971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01911639 0.005672389 0 0.1135235 0.2194421 0.001951291 0 0 0.03200498 0.1074771 0.1535024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02741373 0.5131615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0267863 0 0 0 0 0 0.0007303432 0 0 0 0 0 0 0.1002228 0.006905731 0 0.08060673 0.28474 0.04261503 0.001512877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2155191 0.6171638 0.2830265 0.1637303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4022243 0.7095707 0.3392643 0.3507247 0 0.052467 0.1278288 0.6100328 0.4092334 0 0 0.002584722 0.002339388 0 0.004409033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01135772 0.8821063 0.7689548 0.6956481 0.09770992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.193482e-005 0.007703421 0.01260884 0.06485113 0.05702702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001566898 0.01538932 3.824317e-006 0.0003068465 0.0002167146 0 0 0 0 0 0 0 0 0 0 0.161292 0.1995292 0 0 0 0 0 0 0.01870209 0.05272267 0.01542405 0.01221758 0 0 0.03602557 0.01440055 0.001889071 0.002828431 0.02134029 0.004897596 0.001369123 0.01953296 0.04808926 0.003940417 0 0 0.004904023 0.003287156 0.03724248 0.008874427 0.01679071 0.01256856 0.01232617 0.0023665 0.0320091 0.0009086211 0.00311981 0.007104679 0.1307518 0.03873919 0.157912 0.07618701 0.0279736 0.0717319 0.05456005 0.01475508 0.003145643 0.05639333 0.06034712 0.1991093 0.03146385 0.004182691 0.006093605 0.03920837 0.03316405 0.1247863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01652875 0.01885388 0 0 0 0 0 0 0 0 0 0 0 0.1046896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006150851 0 0 0 0 0 0 0.2450791 0.09038314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0615967 0.05912147 0.1745589 0.734858 0.01842273 0 0 0.01261989 0 0.01433361 0 0 0 0.008055445 0.0938627 0 0 0 0.1409146 0.3384534 0 0 0 0 0 0 0 0.01945484 0.02164775 0 0 0 0 0 0 0 0 0 0.01761571 0.1423378 0.2632177 0.07056694 0 0 0 0 0 0 0 0 0 0 0 0 0.0701248 0 0 0 0.02492002 0 0.02964388 0.1390118 0.09625864 0 0 0.2162423 0.01594668 0.1556863 0.06502485 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006091256 0.3270506 0 0 0 0 0 0 0 0 0 0 0 0.2440532 0.09782403 0 0 0 0 0 0 0 0 0.01965073 0.05608335 0.09637373 0 0.02176928 0.133623 0.211382 0.01749521 0 0 0 0 0 0 0 0 0 0 0.143884 0.1531166 0.001488064 0.04563824 0.3186888 0.01005034 0 0 0 0 0 0 0 0 0 0.00482254 0.003509231 0.1075652 0.2517522 0.131995 0.2102342 0.1982057 0.01137319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001339046 0.0923676 0.1408817 0.002657898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001792205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2683013 0.9279302 0.9932768 0.4903615 0.1355395 0.02429488 0 0 0 0 0 0 0 0 0.1897925 0.1579757 0 0 0 0 0 0 0.03465795 0.02472202 0.00401536 0.1961861 0.1197378 0.001281543 0.01003913 0.01284965 0.08733921 0.009155772 0.01614206 0.01653345 0.02628092 0.007967125 0.002005773 0 0 0.01667874 0.001579933 0.001952651 0.08419612 0.1688295 0.1702957 0.09007135 0.1774466 0.02863663 0.1040528 0.008400906 0.00891747 0.03872036 0.001368158 0.0006469131 0.03609349 0 0 0 0 0 0 0.1554071 0.1768005 0.01257084 0 0 0.02825049 0.1086719 0.08400005 0.05281143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07021458 0 0 0 0 0 0.160846 0.3228943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03179239 0.1133034 0 0.1469634 0.1549878 0 0 0 0 0 0 0.08956957 0.2906701 0.02369878 0 0 0 0 0 0 0.2033899 0.01393843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02951751 0.1573112 0.21932 0.1807743 0 0 0 0 0 0 0.1657524 0.05288143 0.1816443 0.1939683 0.4767902 0.2066684 0.2005372 0 0 0 0.1647785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0134069 0 0.1304274 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04159397 0 0 0.003019599 0 0 0 0.09319608 0.2386116 0.04788469 0 0.08331346 0.4482273 0.04054306 0.009748409 0.09076543 0.4094544 0.1067159 0 0 0 0 0 0 0 0 0.0004515448 0.000818764 0.001350105 0.01896251 0 0 0.07971481 0.3448663 0.1923255 0 0 0 0 0.08878519 0.2547567 0.9584178 0.4608235 0.02195026 0 0 0 0.2583491 0.3856628 0 0.2918625 0.5348316 0 0 0.4628373 0.3132059 0.1132538 0.1337152 0 0 0 0 0 0.1266979 0.0002761561 0 0 0 0.005145423 0.06646526 0.3309666 0.4346255 0.5045796 0.1278125 0 0.009158916 0.06486782 0.162366 0.0253227 0 6.418299e-005 0 0.04039382 0.06283541 0.03657741 0.0007043945 0.1589973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06055847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07116526 0.6524317 1 0.9867538 0.7042527 0.0004438845 0.2053255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3036127 0.5271229 0.8648582 0.684268 0.0586755 0.001273137 0 0.0001580236 0 0.006252543 0.002610085 0.001313365 0.00193423 0 0 0.005011564 0.003568603 0.03278714 0.08762824 0.01823913 0 0 0 0 0 0.005827964 0 0.004474952 5.81203e-005 0.0002630427 0.07959832 0 0 0 0 0 0 0 0 0 0 0 0.1209942 0.05588356 0.0138479 0.1258973 0.09219868 0.002700399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1432352 0.07961503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05371631 0.4476077 0 0.4043486 0.4228741 0 0 0 0 0 0 0.6030679 0.1732509 0 0 0 0 0 0.007342034 0.1311777 0.3885798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3024117 0.001039352 0.02331726 0 0 0 0 0.00111863 0.1412121 0 0.03061044 0 0 0.009374966 0.4797384 0.1768384 0.7347261 0.4308042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08983103 0 0 0 0 0 0 0 0 0 0.003351499 0.02355601 0 0 0 0 0 0 0 0 0 0 0 0 0.0001523904 7.456465e-009 0 0.01210009 0.001658709 0.1755436 0.001254984 0.0635891 0.8476129 0.3959954 0.395836 0.2165382 0.3654957 0.5475114 0.3995423 0.2099083 0.1832745 0.04777692 0.3011706 0.3671702 0.2817266 0.3198581 0.04040827 0 0.002105496 0 0 0 0 0 0 0 0.05226791 0.8591338 0.6463253 0.0296635 0.0268666 0.03188918 0 0.03071648 0.5097046 0.01924408 0.01381345 0.5374163 0.000294422 0.1031611 0.731673 0.1221432 0.04267335 0 0 0.002552539 0 0 0 0.022346 0 0.1432537 0.1040212 0 0 0 0.1015704 0.7831803 0.9335363 0.3213426 0 0.01594621 0.4781541 0.1060358 0 0.04475904 0.05640188 0.02611964 0.02536806 0.1435572 0 0.009431276 0.005110062 0.06837271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01096001 0.007567187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01885167 0.6209368 0.9994234 0.9302257 0.1555134 0.2232449 0.0006748761 0 0 0 0 0 0.1663803 0.555767 0.2999469 0.001246345 0.00623106 0.01114491 0 0 0 0.0008669479 0.1480503 0.6735526 0.5819751 0.8330504 0.7943827 0.02237022 0 0 0 0 0 0 0.01243061 0 0.01866808 0.02207078 0.08580486 0.03285618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1332044 0.005415332 0.01023389 0.1001524 0.2363655 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002218114 0.08740587 0 0 0.05062284 0 0 0 0.009166166 0.06800177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3110718 0.7674192 0.0005462251 0 0 0 0 0 0 0 0.004639378 0 0 0 0.06826252 0.4202401 0.6369904 0.1376285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1090696 0.002197453 0 0 0 0 0 0 0 0 0 0 0 0 0.04650776 0.02333588 0 0.4928282 0.1162619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2463738 0.1128462 0.1534019 0.01712734 0 0.2146416 0.2081667 0.8748893 0.787319 0.9113969 0.9974688 0.9997381 1 1 0.948941 0.2834398 0 0 0 0 0.006009241 0.4651878 0.07240547 0 0 0 0 0 0 0.12547 0.002865034 0.1042683 0 0.1080434 0.4456097 0.02157393 0 0.09873448 0.07302226 0.006757305 0.2323594 5.530277e-005 0 0.009732227 0.08117893 0.101562 0.2815823 0.006598088 0.01981459 0.1253189 0.05997809 0.05267919 0.210834 0 0.1055044 0 0.1235101 0 0 0 0.1287033 0.06944913 0 0 0.2833246 0.2329363 0 0 0.0003222731 0.03308507 0.01781912 0 0.001989925 0 0 0 0 0 0 0 0.01721449 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004289477 0.002227645 0.008153147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1957972 0.999996 0.9997239 0.03258168 0.1109886 0 0 0 0 0 0 0.1515701 0.4558573 0.7274519 0.006292524 0 0 0 0 0 0 0 0.05815699 0.03668752 0.3125364 0.7790485 0.124652 0 0 0 0.0226109 0 0 0.003820741 0.0814493 0.2463239 0.01973681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03619284 0.01437295 0.02226531 0.0264261 0.05060194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004067837 0.04462874 0.2507078 0.06075203 0.06690425 0.0125346 0.0001732931 0.1115899 0.03326249 0 0 0.1407863 0.0209082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3083738 0.8502378 0.01169141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07866374 0 0 0 0 0 0 0 0 0 0.04719644 0 0.03015682 0.002426767 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08018039 0.2833193 0 0 0 0 0 0.0037729 0.003774662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006572288 0 0 0 0 0 0 0.02551591 0.1454093 0.3351596 0.4151512 0.09003036 0.01085589 0.0226342 0.2402354 0.3563651 0.2042861 0.5490971 0.9974446 0.9973773 0.9963973 1 0.7299826 0 0 0.008611617 0.3586017 0.2378385 0.09606795 0.03307831 0 0 0 0 0 0 0.04643429 0.001905552 0.1853031 4.617555e-007 0 0.3284063 0.8328812 0.4116529 0.04288046 0.4491883 5.625361e-006 0.3627979 0 0 0 0 0 0.02701849 0.02743756 0.004901746 0.2117463 0.06732072 0.1755142 0.09740537 0 0.008359855 0 0 0.005307242 0.01284963 0 0 0 0 0 0 0 0 0 0.03356736 0.008664938 0 0 0.005822554 0 0 0.09042186 0.1625405 0.02557654 0 0 0.004338278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2257707 0.07454161 0.007705739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0.1405601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1368578 0.621919 0.9134874 1 1 0.7969871 0.1048249 0 0.001431769 0.004407811 0 0 0 0 0 0.08425072 0 0 0 0 0 0 0 0 0 0 0.2330209 0.214242 0.04655254 0.01511521 0 0 0 0 0.002222631 0.001652369 0.04346611 0.003064477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02136996 0.05275856 0.02541018 0.1174881 0.07177238 0.02698541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0376382 0.01847698 0 1.242291e-005 0 0.1608449 0.009001244 0 0 0 0 0 0.4392737 0.00571845 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2014028 0.2396581 0 0 0 0 0 0 0 0 0 0 0.2638329 0.0803075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06523883 0.03623902 0 0 0 0 0 0.2154415 0.2381266 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03532837 0 0 0.001363286 0 0.3920544 0.1174237 0.01825674 0.01052487 0 0 0 0 0 0 0.01161488 0.01837514 0 0 0.05273747 0.06345013 0 0 0 0 0 0 0 0 0 0.02222409 0.1175112 0 0 0.04139146 0.2513611 0.1032799 0.08596286 0.2040513 0.6357589 0.7609947 0.8043578 0.6650314 0.7212601 0.06554644 0.3458121 0.74167 0.8372048 0.7715076 0.7973483 0.1009596 0 0 0 0 0 0.02000355 0.06070228 0.006464996 0 0.05175431 0.3416209 0.4788108 0.6843565 0.1397793 0.4424857 0.03910746 0.0326964 0.03002392 0 0 0.0420245 0 0 0 0 0.07076716 0 0 0.009886856 0 0 0 0 0.1218725 0.001858066 0 0.008738776 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01226525 0.4295641 0.005038023 0 0.1025056 0.02980706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05125632 0.01426344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1134114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1047405 0.8507006 1 0.9961521 0.3871094 0.1886068 0.004153478 0 0.01073678 0.001751937 0.001541506 0.00763242 0.1524725 8.525759e-006 0 0 0 0 0 0 0 0 0 0.01775178 0.02319253 0.4192769 0.4043852 0 0 0 0 0 0 0 0 0.1033743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007615696 0.1213162 0.04814651 0.09575596 0.04392919 0.07368086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.189151 0.43582 0.07578453 0 0 0 0 0.0128683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06789096 0 0 0 0.01154546 0.2764956 0.007661309 0.1490132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2267846 0.2272673 0.08754186 0.05460225 0 0 0 0.2342494 0.8736851 0.3590392 0.04806872 0.03442116 0 0 0 0 0 0 0 0 0 0.03652778 0.1720884 0.06817151 0.00120907 0.009191255 0 0 0 0 0 0 0 0 0 0 0 0.3004797 0.1734485 0.4456598 0.006250596 0 0 0.009793252 0.03279805 0.05696648 0.190363 0.09344818 0.1862584 0.07270531 0.5860488 0.5567078 0.1835177 0.2448593 0.1544405 0.3564706 0.04183077 0.05658185 0.0187858 0 0 0.02549949 0.402792 0.607728 0.3577661 0 0 0 0.06205581 0 0.1759889 0 0 0 0.006838602 0.00402474 0.102072 0 0.0001176321 0 0 0 0 0 0 0.0004954032 0.03464191 0 0 0 0 0 0 0 0 0.05624654 0 0 0 0 0 0 0.2217383 0.001832533 0.01281286 0 0 0.0005903261 0.02539405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01802472 0.04012424 0.04159285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00668842 0 0 0.1644374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01347428 0.4075972 0.6327413 0.07739889 0 0.0001511356 0.0003759756 0 0 0.0006368644 0.02309966 0.1514456 0.003169103 0 0 0 0 0 0 0 0.01196195 0.8286532 0.05704758 0.02170461 0.6626462 0.7643925 0.2039357 0 0 0 0.0806559 0.5584384 0.5644524 0.2165869 0.1719745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1207099 0.03007804 0.03293141 0.01637547 0.08586987 0 0 0.000144068 5.756371e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001948568 0 0.05498585 0 0.2375787 0.02012976 0 0 0.02366701 0.02470074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0009320806 0 0 0 0.05838031 0.2528057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6141661 0.160228 0 0.342366 0 0 0 0 0 0 0 0 0 0.005536675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01716882 0 0 0 0 0.06264142 0.05411826 0 0.05771639 0.005624882 0.01777673 0.06775917 0.1434884 0.3847688 0.1739016 0.1560092 0.09778836 0.1243143 0.1058167 0.01033475 2.91338e-006 0 0 0.2086256 0.7640455 0.9765874 0.4692285 0 0 0.1105086 0.1291913 0 0.0288669 0 0 0.0389214 0 0 0 0 0.02563259 0 0 0 0 0 0 0 0.02410826 0 0 0 5.777758e-005 0.04938524 0.01790961 0 0 0 0 0 0.09767308 0 0 0.00787536 0 0 0 0.000670194 0.0712594 0 0.003460626 0.01907331 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00232449 0.004075842 0.1596586 0.1667841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.171358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0.0005793145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.930216e-005 0.05131042 0 0 0.1752002 0 0 0 0.002974414 0 0 0 0.007040087 0.004583077 0 0 0 0 0 0.3325888 0.01136843 0 0.005783705 0.1240424 0.002636312 0 0 3.340614e-005 0.03866475 0.3798505 0.7748802 0.9323498 0.6207355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0135661 0.09185454 0.1189848 0.007358598 0.0206951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1863018 0.4732783 0.9049019 0.530225 0.9842417 0.9056501 0.7387468 0.8039359 0.9245133 0.08725525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002947474 0.007510073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01692326 0.03834149 0.0002309675 0 0.05420006 0.08295972 0 0.6353784 0 0 0 0 0 0 0 0 0 0 0.07050176 0.06710979 0 0.1271541 0.05877032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00109996 0 0 0.00862421 3.497689e-005 0 0 0 0 0.02724285 0.0004561408 0 0.02125004 0 0 0 0.5360975 0.5801036 0.3782569 0.3688839 0 0 0.07690194 0.1240478 0.01090427 0.0002548334 0 0 0.1071853 0 0.05119399 0.03899364 0.04417327 0.2867437 0.005637117 0 0 0 0 0.01215669 0 0.1307775 0 0 0 0.03625746 0.08701809 0.05043381 0.009644851 0 0 0 0.0642665 0.03827718 0 0 0.006689322 0 0 0.003358337 0.01684885 0 0 0 0.002552123 0.0001236612 0 0 0 0 0 0 0 0 0 0 0 0 0.0655546 0.2790056 0.391233 0.03390327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007541213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002543668 0 1.681424e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003841509 0 0.4119837 0.1613138 0 0 0.01455723 0.002094751 0 0 0.006968807 0.01429491 0 0 0 0 0 0 0 0 0 0 0 0.1984364 0.1473428 0 0 0 0 0.04276204 0.4685011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1626502 0.4343359 0.4022017 0.01440163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3788519 0.9899474 1 1 1 1 1 0.4328364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07379894 0.2594088 0.1513359 0.2491784 0.009687699 0.5976108 0.1548417 0.7647651 0.5773747 0 0 0 0 0 0.003712964 0 0 0 0 0 0 0 0 0 0.1200664 0.04577741 0.01612597 0.1205793 0.02768176 0.06645709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01390274 0 0.00167547 0 0 0.003094763 0 0 0.004641122 0 0 0.07344589 0.05704043 0.01579214 0.001438046 0.07301597 0.3052918 0.2372565 0.7307281 0.1472929 0 0 0.1109678 0.02382508 0.048888 0.2182479 0.002264582 0.00434934 0 0.004176811 0.02269214 0.01506425 0.06117479 0.1750245 0 0 0 0 0 0 0 0 0 0.002179545 0.2020373 0.3175857 0.009471269 0.06076364 0 0 0 0 0.09275982 0.005813711 0 0 0 0 0 0.002022656 0.01694349 0.05466051 0 0 0.01369948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01532084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.503691e-007 5.159029e-009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02884002 0.03092385 0 0 0.0006706842 0.03025165 0.02686122 0.00178062 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14912 0.7035946 0.03682923 0 0 0 0.5526826 0.1750235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3193429 0.9281208 0.1176128 0 0 0 0 0 1.676644e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3700108 0.7612832 0.9922059 1 1 1 0.9762606 0.05321661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06153489 0.1815962 0.06093341 0.1863371 0 0.01191229 0 0.4238712 0.1896964 0.008788479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0126777 0 0 0 0.03497512 0.00525297 0 0 0 0.00358509 0.03574093 0.04624686 0 0 0 0.02286886 0.0001865054 0.004738739 0 0.02105387 0.0002801859 0.2055791 0.07494529 0 0 0 0.0008781526 0.00246979 0 0.003295666 0.007026066 0 0 0 0.109573 0.03296914 0.0004925346 0 0 0.3092695 0.2487752 0.1718756 0.06918534 0.02792898 0 0 0 0.0002152102 0.01818162 0.01411835 0.01280751 0.04441471 0.005497008 0 0.3716881 0 0 0 0.0204611 0 0 0.02521568 0.05059165 0.05818352 0.1424181 0.03736116 0.2156808 0.04252969 0.2814378 0.04446805 0.3419478 0.2551312 0.07306194 0.06510248 0.02642861 0.07502449 0 0 0 0.003252465 0 0.1172072 0.04381151 0.0841564 0.01437276 8.705531e-005 0 0 0 0 0 0.00333917 0.03957686 7.950565e-005 0 0 0 0 0 0.04778684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01305086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.986189e-007 9.023273e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05593232 0.01313202 5.297473e-006 0 0 0.06233628 0.004429928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1311659 0.0236479 0 0 0 0.4844748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002786319 0.01973486 0.1853986 0.1501103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3491398 0.6642013 0.3718183 0.7991303 1 0.3455335 0.04760895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01703936 0.5972908 0.406065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01487058 0.03410345 0.06823034 0.7302645 0.4715361 0.331892 0.3034745 0.1990321 0 0.006203926 0.1907163 0 0.0886545 0.01408149 0 0.02533422 0.3200549 0.01452012 0 0 0 0 0 0 0.1293207 0.08678164 0 0.07452407 0 0.02912559 0.1651655 0.1874197 0.6282095 0.07303544 0 0.1722913 0 0.1144191 0.004398612 0 0 0 0 0 0 0.02965076 0 0 0.002782891 0 0.0002150424 4.634784e-005 0.003038395 0 0 0 0 0.03412096 0 0 0.1216558 0 0 0 0 0 0.2113677 0.03489966 0.0127577 0 0.5888221 0.01852309 0.0012219 0.002964733 0.2123256 0.003949891 0.01860721 0.04222446 0.1690925 0.0004077558 0 0 0.003859618 0 0.02187026 0.2005856 0.1260793 0.1734048 0.04753442 0 0.2526027 0.09604823 0.0223498 0.06407283 0.001025654 0.01123422 0 0.004753808 0.0009786619 0 0 0.01208443 0.03270293 0 0 0 0.005127609 0.1447834 0.05413895 0 0 0 0 0.03745305 0.03982733 0.2710282 1.306662e-007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02884704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03208451 0.04920655 0 0 0 0.001879678 0.0006983561 0 0 0 0 0 0.0008442695 0 0 0 0 0 0.03335349 0 0.00287448 0.05084555 0 0 0 0.2395707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002808421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02711261 0.8374372 0.9964925 0.988995 0.6246393 0.1498149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001436835 0 0 0 0.6207904 0.6164235 0.1892087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006148352 0.03256826 0 0.2236535 0.6791435 0.8811517 0.9998863 1 0.5940784 0 0.05565398 0.3569565 0.003639277 0.0134461 0.0383816 0.000617189 0 0.04937432 0 0 0 0 0 0 0 0.09502777 0.005245265 0 0.001304957 0.08003919 0.0008854716 0.0005135532 0 0 0.05862973 0.08703673 0.1614278 0.06279881 0 0 0 0 0 0 0 0.0004881132 0.03529879 0 0.000864599 0.02650527 0.004424869 0 0 0.07906087 0 0 0 0 0 0 0 0.1630599 0.002755173 0 0.02502959 0.05525375 0 0.04376083 0.139724 0 0.03268022 0.002227591 0 0 0 0.09407905 0.1815371 0.004106603 0.1351505 0.1666149 0 0 0 0 0 0.002834771 0.483229 0.006206786 0 0.03649978 0 0.001875585 0.1350736 0.08502078 0.00923813 0 0 0 0 0 0 0 0.02356472 0 0 0 0.008539674 0.01210223 0.5963529 0.1232701 0 0.01249145 0.0121291 0.2633227 0.1943085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01130283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001775136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.152541 0 0 7.238366e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1072708 0.1428493 0.0001554771 0 0 0 8.103502e-005 0.1797249 2.531013e-006 0 0 0.3172071 0.1102552 0.003986321 0 0 0 0 0 0 0 0.04202244 0 0 0 0.2173964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5760489 1 1 1 0.7080827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00569202 0.6450909 0.6450909 0.4253236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3518549 0.5980118 0.4672933 0.3316617 0.7347535 0.3318952 0.636261 0.01054521 0 0 0 0 0.1487482 0.02359038 0 0 0 0 0 0 0 0 0.1336825 0 0 0.156535 0.07694159 0.2278672 0.3710195 0.232133 0.09699431 0.06959011 0.4640225 0 0 0 0.01339114 0 0 0.01353872 0.0169012 0 0 0.001527078 0 0 0.007530364 0.1656119 0.219207 0 0.07031336 0 0 0 0.02233825 0.0771911 0 0 0 0.02699555 0 0 0.03687273 0 0 0 1.698739e-007 0.02849428 0.0008404347 0 0 0 0 0 0 0 0.3604027 0.1313021 0.09099074 0.009771687 0.04847862 0.00445727 0 0.1778639 0.1294455 0 0 0.00894331 0.0009139042 0.000807726 0 0.006138106 0 0.02601559 0.006519519 0 0 0 0.007467997 9.938393e-005 0 0 0 0.0001309444 0.00139644 0.06615219 0.4352583 0.001199412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002627438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03319772 0.1147109 0.02492271 0 0 0 0 0.001189862 0.0005136396 0 0.2200275 0.5876942 0.7252455 0.2313984 0.001144961 0 0 0 0 0 0 0 0 0 3.790979e-005 0.02006799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006268625 0.01618752 0.01163126 0.04698499 0.04043275 0.1264222 0.001371515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1372203 0.9690715 1 0.7756572 0.2103686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008823592 1 1 0.7872689 0.00080917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01274006 0.09170799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005452344 0.02655421 0 0 0.05478905 0.3627447 0.7506348 0.2719523 0 0 0 0 0 0 0 0 0 0 0 0.2351519 0.01355094 0 0.3536494 0 0 0.0001029821 0.001168583 0 0 0 0.01742392 0.01597774 0.02214729 0 0 0 0 0 0.05333731 0 0 0.02223969 0 0 0 0 0.0888932 0.02637557 0.1767035 0.01435811 0 0 0 0 0 0.0008428225 0.08345201 0 0 0 0 0.02177813 0.1436432 0 0.0008734026 0.03721992 0 0.001170171 0.045278 0 0.0009775755 0.06950437 0.01980487 0.05302874 0 0.1304734 0.05807364 0.07763848 0 0.003231105 0.05017579 0.1124492 0 0 0 0 0 0.005210103 0 0.003298833 0 0.005295208 0.02898378 0.007095059 0 0 0 0 0 0 0 0 0.001367967 0.001426871 0.01787205 0.2536882 0.2903073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01405841 0 0 0 0 0 0 5.414824e-005 0.01165901 0.0520758 0.4399925 0.2644225 0.2738945 0.2085925 0.02320871 0.05551843 0 0 0 0 0 0.002844264 0 0.0007115347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001898432 0.4981562 0.04283427 0 0 0 0 0 0 0 0 0 0 0.03827532 0.08292275 0.06576347 0.001161439 0.1143986 0.1441253 0 0.079294 0.2322668 0.3317966 0.3709662 0.01941243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5778315 0.3585871 0.003821722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001403052 1 1 1 1 1 0.9854217 0.4890487 0.06859899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02293319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009888255 0.02599414 0.04941977 0.01183667 0 0.001865757 0.01581186 0 0 0.0267317 0.1052953 0.003888609 0 0 0 0.02667774 0.0009279411 0.002556909 0.1691257 0.004444339 0 0 0 0 0 0.03528492 0 0 0 0.04032344 0 0 0 0 0.2078422 0.01427992 0 0 0 0 0 0 0 0 0 0.01883514 0.01982311 0.009408952 0.01933116 0 0.0905757 0.05811101 0 0 0.03928705 0 0 0 0 0 0 0 0 0 0.01581605 0 0.2430235 0.0687191 0.1195899 0.1383912 0.02760495 0.04489189 0.00944483 0.07389379 0.02545692 0.1165658 0.1443675 0.089917 0 0 0 0 0 0 0 0 0 0.009372105 0 0 5.050601e-005 0.008555522 0 0 0 0 0 0 0 0 0 0 3.43398e-005 0.3641135 0.003789656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003854597 0.0213621 0.0004143928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01879129 0 0.2059091 0.2366302 0.3811349 0.2191621 0.1078284 0.05422653 0.3723087 0.08248641 0 0 0.04780462 0 0 0.0002307989 0.07509394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004755398 0.5470914 0.08101446 0 0 0 0 0 0 0 0.0168127 0.01408951 0.03480011 0.01532668 0 0 0.07898507 0.7718344 0.8986048 0.3011158 0.01972152 0.02608346 0.3820409 0.185356 0.2626058 0.4294312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004139931 0.9868021 0.9840322 0.9812624 0.9784926 0.9822255 0.9928246 0.9994639 0.6368786 0.01284348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05151575 0.07542729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1204738 0.08192421 0 0 0 0.0001343896 0.01564695 0 0 0.03309883 0 0.04123699 0 0 0 0 0 0.04209106 0.2764592 0.01341292 0 0 0.002056917 0.3243186 0.0257937 0.1559699 0 0 0 0 0 0 0 0.01007792 0.1669835 0.003643396 0 0 0.01026726 0.1231104 0 0.01713135 0 0.01447873 0.04224919 0.0006260935 0.02909356 0.04277525 0 0 0.3112392 0.1089864 0.02671774 0.03315086 0.002215397 0.01176567 0 0 0 0 0 0.009639962 0.03876939 0.3820184 0.2182947 0.005883318 0.4581833 0.02423638 0.008023707 0.1040219 0 0.0003264653 0.07214589 0.003068293 0 0.1264134 0.095792 0.01737603 0.166564 0 0 0.0208896 0 0 0 0.01421791 0 0 0 0.01324996 0.04558123 0.0007788904 0 0 0 0 0 0 0 0 0 0 0 0.08914988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001796952 0 0 0.0003388305 0 0.002731778 0.00149376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00965822 0.8002577 0.3470813 0.04679257 0.08252631 0.5339896 0.2553509 0.3481641 0.1340306 0.1434101 0.01525122 0.00929511 0.01605663 0.1168293 0.1812161 0.04206598 0.09021305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.047668 0.08514066 0.2902828 3.081467e-005 0 0 0.04517672 0.2393677 0.2192036 0 0.08497727 0.3184891 0.05961589 0.0001854203 0.2187533 0 0.0720469 0.05109271 0.004337323 0.005575871 0.00418333 0.3164222 0.189556 0 0 0 0 0 0 0 0 0 0.0140596 0.1331241 0.0003623597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002973334 0.003016094 0.001056756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07219856 0 0 0 0 0 0 0 0.1155781 0.01704253 0 0 0 0 0 0.3395569 0.01724303 0 0 0.3167913 0.04941035 0 0 0 0 0.0001311245 0.001372368 0.0559817 0.1201878 0 0 0 0.0591691 0.7359908 0.06034722 0 0 0.008073712 0.6030442 0.5369068 0.1324638 0.01794198 0.02161934 0 0.005752788 0.05205597 0 0 0 0 0 0 0.01062083 0.009576644 0.003491205 0 0 0 0 0 0 0.004131224 0.09691057 0.1519638 0.3315894 0.1671605 0.1500337 0 0.0469689 0 0.0468145 0.03670316 0.07759555 0.04011067 0.005828859 0 0.384936 0.2335171 0 0.198467 0.04943893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07652654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001064851 0.0007673671 0.001995247 0.02048241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2115871 0.8064217 0.0387859 0.05329604 0.1541001 0.4055256 0.1983512 0.331392 0 0 0 0 0 0.4081328 0.826725 0.609517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001866052 0 0 0 0.09678923 0.2437 0.0446348 0 0 0 0 0 0 0.01683819 0.07493887 0.004712869 0 0 0 0 0 0.2070361 0.03975265 0.06082791 0.01179667 0.02997994 0.09428197 0.0267839 0.0001759528 0 0 0 0 0 0 0 0 0.001375567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006550822 0.4024508 0.1212663 0 0 0 0 0 0.006282088 0 0 0.03516169 0 0.02736712 0.2817947 0 0 0 0.009301181 0.001997233 0.05582543 0 0 0 0.0721207 0.01058783 0.0441439 0 0 0 0 0 0.04989636 0 0 0 0 0 0 0 0 0 0 0.004332551 0.06174845 0 0 0 0 0.0001507374 0 0.005817578 0.08145574 0 0 0 0 0 0 0 0 0 0.3313945 0.1267288 0 0 0.003787982 0.02339708 0 0.04068957 0.03742892 0.04567792 0.005832312 0.04906526 0.004226279 0 0 0 0.0192719 0.01246274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06262634 0.07652816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004492981 0.004801353 0.1107024 0.5113332 0.2372187 0.1253701 0.02164011 0 0 0 2.748013e-005 0.01712944 0.007357288 0.001493873 0.08153073 0.2196639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03488792 0.2972359 0 0 0.0001645849 0.0004866205 0.01863542 0 0.1439586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0759829 0.3064251 0.1652187 0.020423 0.1990755 0.001564067 0.01776958 0.01534774 0.07656939 0.09274966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3391148 0.5032164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04675233 0.020157 0 0 0 0 0.05146037 0 0 0 0.04201315 0 0 0.1337814 0.01179464 0 0.0263442 0 0 0.05387188 0 0 0 0.01360233 0.03864796 0 0 0 0.1525815 0.05851807 0 0 0.0146009 0 0 0 0 0 0 0 0 0 0 0.0196492 0 0 0 0 0.001530356 0.0339303 0 0.03983027 0.05302126 0.02442705 0 0 0 0 0 0 0.03116767 0.4308978 0 0 0 0.1431344 0.3093356 0 0.08841796 0.07992049 0.01511546 0 0.01405468 0.07206225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01289585 0.8793182 0.1901127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007261551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02011011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000779868 1.121542e-005 0.1331491 0.128086 0.01265245 0 0 0 0 0 0 0.001449966 0 0.0003684569 0.1046851 0.1280622 0.03601523 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4138272 0.3169484 0 0 0 0 0.05001093 0.07818558 0.03981792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09064427 0.09807038 0.01078739 0.1205113 0.08638202 0.5349231 0.04124038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.508699 0.8894632 0.002192026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4047945 0.5818805 0.7796441 0.8306934 0.8823903 0.8106362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002518455 0.1617256 0.02622042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003457332 0.007563975 0 0 0.04751282 0 0 0 0 0 0.00267931 0.1034672 0.101402 0 0 0 0.1537517 0.2371085 0.1066054 0 0 0 0.1015876 0.01863768 0.01607187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05107426 0.1500791 0 0 0 0.07965619 0 0 0 0 0.1018062 0 0 0 0 0 0 0 0.5594575 0.2944204 0.06995223 0.1926915 0.005094425 0.07977476 0.001495991 0.04873374 0 0 0 0 0 0.003651539 0.0005293712 0.01040076 0 0 0 0 0 0 0 0 0 0 0 0.1530538 0.007514069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007289667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001782647 0.03167292 0.158692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.967171e-005 0 0 0 0 0 0 0 0 0 0 0.0232289 0.006531693 0.3045661 0.05367929 0 0 0.003459106 0 0.007969714 0.0201898 0.1302303 0 0.0006683735 0.0001700083 0.007975344 0.001267936 0.02311094 0 0 0 0 0 0 0 0 0 0 0 0 0.1463328 0.05024139 0 0.106029 0.00756387 0 0.663611 0.2437633 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006282823 0.0004510256 0 0 0 0.08811168 0.07335197 0.06391607 0 0.1005552 0.07885845 0.006033444 0 0 0 0 0 0.0852728 0.1933618 0.03038407 0.02856467 0.002568747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.500534 0.9100397 0.004455789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002533392 0.9283734 1 0.9999996 0.9999931 0.9999998 0.8800799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005580185 0.6856091 0.09480751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04763937 0.06305259 0.01255069 0 0.07800162 0 0 0 0 0 0.03584708 0.05408644 0 0.04001548 0.003154815 0 0 0 0.005022107 0 0.05048604 0.1364603 0 0 0 0.02451838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01442211 0.04434358 0.03879202 0.3730614 0.4081325 0.2414095 0.1727624 0.0803656 0.03055435 0.07230913 0 0 0 0.1366001 0 0 0 0.04342819 0.02024675 0 0 0 0 0 0 0.1219296 0.0734474 0.01873042 0.06047734 0.000801042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002514309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2969059 0.3114013 0.0002056096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1367688 0.05183324 0.01429205 0.4762016 0 0 0 0 0 0 0 0 0 0 0.006324977 0.0186458 0.05780759 0.1054502 0 0 0.07848565 0.001737057 0 0 0.4579839 0.3158702 0.1541925 0.1626858 0.1160779 0.0463887 0.07557104 1.913594e-005 0.07912464 0.1456536 0 0 0 0 0 0 0 0 0.1499758 0 0 0.09588213 0.2893791 0.1196567 0.03579424 0.9009774 0.1574006 0 0 0 0 0 0 0 0 0 0 0 0.009606258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03338278 0.547316 0.200929 0.03425902 0.1656906 0.05306569 0.006429175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1640814 0.2802904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3260948 1 0.999972 0.9999707 1 0.889423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02058269 0.02321012 0.138389 0.01817518 0 0 0 0 0 0 0 0.00913144 0.3054833 0.06578149 0.0404922 0.152348 0.215183 0.007711553 0 0 0 0 0 0.06335334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1303578 0.5144033 0.5425374 0.5437397 0.4001296 0.282281 0.2246979 0.2879963 0 0 0 0 0 0.02642062 0.2112393 0.003113045 0 0 0 0 0 0 0.01196363 0.06283074 0.0430343 0.0164835 0.003928881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04161983 0 0 0 0 0.1421335 0.05379818 0.3398283 0.427264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2562457 0.4636778 0.0003889342 0 0 0.01898408 0.09427961 0.03972697 0 0.05859853 0.2175634 0.004342359 0 0 0.1808038 0.03855515 0 0 0 0.03748937 0.4362044 0.6162596 0.5982566 0 0 0.3773977 0.326584 0 0.0001717963 0.1518775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05731174 0.04233756 0 0 0 0 0 0.1311394 0.2552839 0.4583672 0.1203547 0.09054355 0.03520243 0.01139152 0.01919016 0 0 0 0 0.0131523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04433998 0.06934466 0 0 0 0 0 0 0 0.01986506 0.9506586 1 1 0.9999453 0.898766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01857512 0 0 0.111861 0.0463908 0 0 0 0 0 0 0 0 0.005850337 0.1019158 0.01482569 0.0002298445 0.02509187 0.0527351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01803033 0.2428465 0.07809333 0.1982961 0.2259294 0.0310546 0.1960278 0.02292219 0.7829683 0 0.01006967 0.03481146 0.09008878 0.004822465 0.1668466 0.2779067 0.09136333 0 0 0 0 0 0 0.1123116 0.207983 0.1192735 0.06016149 0.001303623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01976578 0 0 0.009402687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5003983 0.001095247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007516588 0.0002515314 0.06628747 0.1182611 0 0 0 0.0004240258 0.1014168 0.04103609 0 0.2358199 0.5881233 0.01867833 0.002323492 0 0.05411376 0.2564651 0.005641057 0 0 0.3926034 0.8178921 0.3695234 0.02754376 0 0.1057475 0.8480271 0.05585463 0 0.2912481 0.1262623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007682168 0.1009487 0.06030653 0.1020272 0.05249903 0 0.219335 0.184886 0 0 0 0 0 0.3377632 0.3042954 0.1966203 0.02469871 0.005106342 0.01775388 0.2789114 2.859072e-007 0 0.00682423 0.06166435 0.02521791 0.07318821 0.04044577 0.02098815 0 0 0.006688916 0.005411108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06889441 0.1731719 0 0 0 0 0 0 0 0 0.2980689 0.9993052 1 1 0.9121938 0.1364546 0.2340205 0.3178908 0.4014488 0.04623685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003921704 0 0 0.1421393 0.3755164 0 0 0 0 0 0.04154966 0 0 0.01657564 0.4384122 0.1108521 0.0873035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05703915 0.4867792 0.08447795 0.2340116 0.2338057 0.04751813 0.1428858 0.4591244 0.3060896 0 0.2218862 0.3093991 0.1816766 0.04835218 0.4152559 0.2060427 0.5351592 0.1203748 0.03267135 0 0 0 0 0 0.007224935 0.01681127 0.005567404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01859262 0 0.01313514 0.05372094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004072715 0.000551283 0.002973218 4.726427e-006 0.00116252 0.001179557 0.03753967 0.004193921 0.01697513 0.4724241 0.305553 0.1119414 0.01568229 0 0 0 0 0 0.002012447 0.009512594 0 0 0.2075063 0.6418886 0.8061419 0.4540676 0.3139888 0.03241535 0.1035351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001184766 0.5351468 0.1385383 0.01492534 0 0 0 0 0 0 0 0 0.3649517 0.1910341 0 0 0 0 0 0 0 0.003342884 0.01908233 0.004929494 0.0001523483 0.01070179 0.002517618 0 0 0 0.004353283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04241364 0.482014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003735453 0.8118457 1 0.9999768 0.9989192 1 1 1 0.9027542 0.003201759 0 0 0 0 0 0 0 0 0 0 0 0.1074501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.37025 0.4557324 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02072438 0 0 0 0 0 0.01063081 0 0 0.04346592 0.2715864 0.08422319 0.009440656 0.02364952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03518061 0.02291598 0.02695793 0.01571678 0.5071037 0.1669327 0.06519336 0.2357287 0.5652023 0.05041208 0 0 0 0 0 0.03398827 0.6535429 0.6559466 0.4729883 0.1685549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01233281 0.0009951513 0.02389463 0.1701819 0.271828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001994995 0.001644022 0.002727451 0.002803892 0.01433812 0.1118647 0.01330886 0.001592062 0 0.02609291 0.00666254 0.008783694 0.003028145 0.01156973 0 0.1065646 0 0 0.01432331 0.01270126 0.1537853 0.58102 0.6692034 0.801702 0.5932881 0.2194309 0.1450273 0.311979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004905512 0 0 0 0 0 0 0 0 0 0 0.006269521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.380647 0.3244896 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7002758 0.9999643 1 1 1 1 1 0.6344794 0 0 0 0 0 0 0 0 0 0 0 0.0004581936 0.8409108 0.1873898 0 0 0.2028511 0.05164229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05201621 0.8352931 0.03811905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4634161 0.3534748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05852726 0.01693282 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06947219 0.0901826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04940004 0.0003688493 0.07559966 0.6905803 0.2663278 0.01160145 0.01737022 0.3412355 0.2412387 0.173958 0.00443919 3.334006e-006 0.02146587 0.1955951 0.00576827 0.01031602 0.0665369 0.1701614 0.2342409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006099432 0.0210066 0.05232709 0.01976232 0.7340348 0.02869152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001440821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4011861 0.376359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01226788 0 0.03301514 0.0003376231 0 0 0 0.02860334 0.007513368 0.03563075 0.0199155 0.05153095 0.184655 0.1326 0 0 0.01273407 0.465466 0.4832604 0.3171973 0.108262 0.7360946 0.8910893 0.07095136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003769489 0.002005756 0.002227172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03980103 0.1594981 0 0 0 0 0 0.5061728 0.4864626 0 0 0 0 0 0 0 0 0.08578596 0.5017472 0.08380942 0 0 0.3489151 1 1 1 1 1 1 0.3630671 0 0 0 0 0 0 0 0 0 0 0.1428397 0.7233018 1 0.9995342 0.305007 0 0.2803088 0.05560083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02118565 0.1906723 0.0107051 0.1249768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005871944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1321463 0.09170437 0.04662597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2045471 0.08564019 0.08999696 0 0.4307582 0.2615715 0.5500085 0.1506903 0.08983044 0 0.1619193 0.3460555 0.00728713 0.003378445 0.2879092 0.2094155 0 0.04206389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003364008 0.2226022 0.012697 0.0006047587 0.3942213 0.0009132364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004680688 0 0.02193208 0 0 0.0003835913 0.002513761 0.005832698 0 0.04679996 0.4913321 0.217273 0.0007753533 0 0.02168429 0.4424594 0.2685915 0.3466916 0.3532615 0.3911861 0.3809031 0.004871587 0 0 0 0.001690385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008791978 0.6936889 0.0842289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1433694 0.06728708 0 0 0.05245521 0.0001205395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.124617 0.8316792 0.6089059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3875532 1 0.3579961 0 0 0.05942513 0.8825343 1 1 1 1 0.9964806 0.09523677 0 0 0 0 0 0 0 0 0 0 0.2974435 0.9997485 1 1 0.9169714 0.07445001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4529893 0.001095223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09481088 0.01663507 0.03710363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01810579 0 0 0 0 0 0.04146721 0.1955149 0.5300233 0 0 0.01638388 0.3504622 0.4448954 0.05941742 0.003511858 0 0 0 0.08681653 0 0.06140353 0.4547649 0.005490059 0.09514339 0.1961441 0.007601509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03691296 0.2951112 0.4046189 0.4784838 0.02498815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02841655 0.0003676177 0.004302999 0.04366918 0.04855945 0 0 0 0.0007171458 0.3182797 0.2937438 0 0.01978637 0.05214496 0.06708346 0 0.003247433 0.07037267 0.4679485 0.2988335 0.2637801 0.1284788 0.3344583 0.01085029 0.1060369 0.4689379 0.846747 0.2349378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009984231 0.01977504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6806164 0.425201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2365504 0.9921076 1 0.2981127 0.005474797 0 0 0.3537792 0.6226737 0.7861894 0.7811412 0.3681427 9.024282e-006 0 0 0 0 0 0 0.01279643 0.220204 0.009719771 0 0 0 0.5036039 0.9347155 1 1 1 0.8202422 0 0 0 0 0 0 0 0 0 0 0 0.4840999 1 1 1 1 0.3160869 0 0 0 0 0 0 0 0 0 0 0 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.863736e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1289549 0.04291434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001920796 0 0.02777797 0 0 0 0 0 0 0.7516899 0.6964836 0 0 0 0.124887 0.1362213 0.02865791 0 0 0 0 0 0.03580661 0.5325472 0.1696034 0 0 0.02737956 0.008260312 0.004117235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01847125 0.009318932 0.03784935 0.3530505 0.02769661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09505042 0.3044161 0.02315964 0.005633066 0 0.006478636 0.1292214 0.4809498 0.2853166 0.0406459 0.005511103 0.03874966 0.06390273 0.05154822 0.1374609 0.2416974 0.8599508 0.767183 0.03431192 0.02999278 0.1675952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04010146 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5681043 0.5612936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08814479 0.4730889 0.8367621 1 0.9733567 0.3059401 0.08535566 0 0.5482694 0.6019511 0.3830622 0.3347918 0.3069889 0.01050794 0 0 0 0 0 0 0 0.09297002 0 0 0 0 0 0.002175142 0.1192364 0.3014703 0.4837797 0.3730162 0 0 0 0 0 0 0 0 0 0.00398795 0.3423273 0.9729956 1 1 1 1 0.09474443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2635454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01302931 0.3282372 0.1284828 0 0 0 0 0 0.1657526 0.06107846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2532386 0.9269838 0.7610675 0 0 0 0.01727139 0 0 0 0 0 0 0 0.01701525 0.2263172 0.1334695 0 0.185574 0.2551465 0.003763043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006197947 0 0.01271047 0.1804675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00148299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08630319 0.0004997583 0.03833705 0.4563682 0.02272739 0.001556127 0.01075385 0.0528437 0.06807596 0.04683027 0.1369969 0.03666642 0 0.0344162 0.1923828 0.4420193 0.3824719 0.04184218 0.000781413 0.4618055 0.5033455 0.04188972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1509574 0.06825653 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5868889 0.9434677 0.004728259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09430841 0.4369065 0.850399 0.834391 0.9295321 0.9996326 0.3516198 0.03183171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1759149 0.8798853 1 1 1 1 0.9981925 0.05512444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009609421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07572135 0.01356387 0 0.02118702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6676469 0.735679 0.5448557 0.005471454 0 0 0.03344942 0 0.04588627 0 0 0 0.009782431 0 0.08625359 0.1842456 0.5468271 0.003909285 0.420625 0.1340727 0 0.02463493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1318157 0.01232445 0.4451299 0.1532084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00267416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004243177 0 0.001177186 0.001897959 0.003411986 0.008508498 0.06113289 0.02144686 5.36778e-005 0.04625943 0.1047363 0 0 0.4132785 0.9944403 0.7268351 0.02476364 0.06092644 0.5239139 0.8103663 0.1034821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009964203 0.02096362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1236407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2292674 0.778258 0.6780409 0.9085785 0.5694672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02678076 0.4158784 0.7280156 0.9598973 0.6666396 0.160271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003173572 0.2840199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1769115 0 0 0 0 0 0 0 0 0 0.0361451 0.008502231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006788793 0.1797187 0.369795 0.359172 0 0 0.01423803 0.3313791 0.5214268 0.7061104 0.4198531 0.2777283 0.1163424 0.5744513 0.5507199 0.5266253 0.2330951 0.3430894 0.4348114 0.527916 0.1166131 0.1407383 0.02155088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003792021 0.07098061 0.111487 0.03910444 0.002265339 0.02246721 0 0 0.001413507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006604308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002301334 0.01642768 0.003752032 0 0 0 0 3.34546e-006 0.0006879642 0.1044118 0.08267243 0.4038634 0.1904831 0.02608474 0.3567009 0.03815887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01275332 0.02951901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.251406 0.004848619 0.03149245 0 0.003181148 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08305927 0.02076571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1023631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1279222 0.2208682 0.1486203 0 0 0 0 0 0 0.06100244 0.03714513 0.1715922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00533014 0 0 0 0 0 0 0 0.000822762 0.04035779 0.005177286 0.05275778 0.01604829 0.3897949 0.3334028 0.06966786 0.09091024 0 0.0004641361 0.01560862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00913953 0.04028503 0.04641097 0.002743795 0.004025474 0.02207714 0.03375934 0.003034643 0.1621985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02551466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1152778 0.1192109 0.02933712 0.04164837 0.05819549 0.01325606 0 0.002596355 0.08885241 0 0 0 0 0.003376118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02583951 0 0 0.0005158206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02657172 0 0.07435204 0 0 0 0.1493792 0.5333839 0.6848125 0.05949974 0 0 0.01962714 0.0007757433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1502637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001622294 0.2866361 0.05218155 0 0 0 0 0 0 0.0436056 0.02605461 0.04273926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003939506 0 0 0 0 0 0 0 0 0 0.4500482 0.06712081 0 4.529361e-005 0.04903274 0.3501732 0.1958815 0 0.1696246 0.3677361 0.1108759 0.5008727 0.2702801 0 0 0.5380533 0.8380952 0.1707805 0 0.04555852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05143164 0 0.02553485 0.03498958 0.00434801 0.003264998 3.970826e-005 0.01917025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02244788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04846554 0.2532469 0.08056095 0.0164437 0.04791526 0.06205088 0 0 0 0 0 0 0.0001472032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03082529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1085728 0.7215828 0.5063138 0.07335503 0 0 0.4818435 0.2054279 0 0.02673317 0.2137704 0.0381337 0 0.02107847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2249726 0.02863457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07330246 0.05093351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001140165 0.7685459 0.5785432 0.1184938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001247674 0.0348204 0 0.01774464 0 0.04705901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03831122 0 0 0 0 0 0 0 0 0 0 0 0 0.4350617 0.196173 0 0 0 0.02720209 0.2131001 0.3067635 0.03257377 0.07276172 0.345649 0.09974658 0.0004768911 0 0 0.6070282 0.7411798 0.3301088 0.009005025 3.306234e-006 0.07135654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001704758 0.3531699 0 0.008561556 0.0004737959 0 0 0.1133487 0.006287678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04462538 0.0159429 0.009831895 0.06814222 0 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.617275e-005 0.04676747 0.08879208 0 0 0.009285359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01013194 0.001842748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01410792 0 0 0 0 0 0 0 0 0 0 0 0.1235972 0 0.148146 0.1356594 0.004417326 0.0101155 0 0.1522224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001878544 0.8521867 0.7512858 0.02008458 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09736679 0.006584379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.248797 0.003876887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2257024 0.8516634 0.01970888 0 0 0 0 0 0 0 0 0 0.06355895 0.2257537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05725252 0.03612221 0.1273995 0.006605579 0.05816221 0.09500097 0 0 0.02366728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003924527 0 0 0 0 0 0 0 0 0 0 0.04433784 0.2947392 0.008807324 0 0 0 0.09414709 0.5406357 0.7948819 0.2277519 0.2313956 0.02048179 0 0 0.01017365 0.2274249 0.144558 0.1039355 0.2755494 0.1051764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01187503 0 0 0 0 0.02424608 0.1274745 0 0.001725433 0.008908073 0.2563562 0.3207361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04041469 0.05102473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004832774 0.0001212621 0 0 0 0 0.2391775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007846264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03950657 0 0 0 0 0 0.04877717 0 0.08565138 0.176649 0 0.06465448 0.1439589 0 0 0 0.6459468 0.4490028 0.1179783 0.8641126 0.9270843 0.2015192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002391115 0.2410578 0 0 0 0 0 0 0.08716459 0.01978615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04975369 0.1803358 0 0 0 0 0 0 0 0 0 0 0.6701689 0.6632407 0.1199076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01777336 0.4093448 0.3251346 0 0.0144547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0688832 0 0 0 0 0 0 0 0 0 0 0 0 0.01071747 0.09218971 0 0 0 0 0.1085575 0.0625619 0.3245984 0.7600118 0.31769 0 0 0.05503277 0 0.01142489 0.1081216 0.04524902 0.08313539 0.1328748 0.08000498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02241536 0.05287993 0 0 0.0003911934 0 0.03391954 0.5548961 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09507655 0.0324883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04293352 0.0608449 0.057162 0.003284585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08796955 0.08320245 0.3102927 0.1940981 0.04724335 0.1636282 0 0 0 0 0.4412114 0.07140242 0 0 0 0 0 0 0 0 0 0.001390654 0.002931467 0 0 0 0 0 0.02327835 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04579194 0 0 0 0 0 0 0.001797442 0 0.007750906 0.0229535 0 0 0.2374475 0.05623524 0 0 0.5068593 0.9998509 0.8643324 0.3002627 0.1255133 0.02693536 0 0 0 0 0 0 0 0 0 0 0.2269596 0 0 0 0 0 0 0 0 0 0 0.01566086 0.4479196 0.1952025 0 0 0 0 0 0 0.002723302 0.7513002 0.7636846 0.2073432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009075606 0.5816095 0.9960815 0.1688464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03745516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04887792 0 0 0 0 0 0 0 0 0 0 0.002251989 0 0.1183177 0 0 0 0 0 0 0.0003003112 0.03060176 0.1218674 0.1334973 0 0 0 0.04218321 0 0.1095116 0.0849935 0.07049575 0.01965462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4041829 0.08523987 0 0 0 0 0.1252278 0.00259247 0.008554096 0.03792055 0.01803159 0.007431313 0.3570147 0.03824795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2531431 0.7800267 0.3424212 0.08864909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05543701 0.107514 0.09510171 0.06467933 0.3473766 0.08182698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009951606 0.08850072 0.07366154 0.597909 0.280238 0.4233895 0.4297841 0.08362558 0.1632687 0.4400947 0.02135387 0 0.05810548 0.3406801 0.1658206 0 0.01402026 0.154592 0.1764024 0 0 0 0.01792294 0.01445655 0 0.06676383 0.1170339 0.03269153 0.1455272 0.004152759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4567097 0.1168611 0 0 0 0 0 0 0 0.04309775 0 0.09836983 0 0 0 0 0.009762956 0.001025353 0.4474864 0.0194671 0 0 0 0 0 0 0 0 0.114455 0 0 0 0 0.255601 0.4054137 0.01690672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1487496 0.4026908 0.1815429 1 0.9999055 0.5452271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07061093 0.2927986 0 0 0 0 0 0 0 0 0 0.8008741 0.9078267 0.009780076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01260066 0.07516551 0.01586569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003005012 0.07298037 0.1223646 0.0877915 0 0 0 0 0 0 0 0 0.2135051 0.2566468 0 0.00449022 0.02020502 0 0 0.01521198 0.04780477 7.990775e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6657382 0.2636069 0.002486388 0 0 0 0.0359136 0 0.370061 0.04405679 0 0.002372043 0 0.1894303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001516027 0.08073444 0.1626413 0.2592704 0.2593338 0.1521391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1915193 0.000440748 0 0 0.0003741019 0.001002485 0.4103009 0.09350193 0.01737485 0.02079138 0.6925542 0.05472688 0.2055523 0.2683183 0.6436254 0.7300567 0.06664426 0.1347944 0.3824265 0.1464847 0.1029703 0 0.1961559 0.6444805 0.5919927 0.1711985 0.161351 0 0.02231801 0.2769915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1641816 0.02061525 0 0 0 0 0 0 0 0 0 0.08015824 0.05533551 0.0467646 0 0 0.08762841 0.3367268 0 0 0 0 0 0.3776671 0.5227366 0.0007791548 0 0 0 0 0 0 0 0 0.05134358 0 0.03533289 0.01339106 0 0 0 0 0 0 0 0 0 0 0 0 0 0.140964 0.6483272 0.5657439 1 0.7689632 0.02896619 0 0.03041228 0.2694952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07959977 0.1879661 0 0 0 0 0 0 0 0 0 0.7665539 0.8669563 0.09464549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01904221 0.2525159 0.2151169 0 0 0.01583145 0.01736003 0.05547768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2268047 0.105831 0 0 0 0 0 0 0 0 0.04435766 0.06498437 0.002760496 0 0 0 0 0.006180511 5.625518e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2059636 0.5598769 0.08303279 0 0 0 0 0.001856106 0.003101803 0.1024261 0.08619177 0.03336053 6.239085e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02733931 0.0670664 0.04823754 0.05889792 0.3029157 0.3673948 0.125532 0.0007676672 0 0 0 0 0.003155445 0.01356389 0 0 0 0 0 0 0.2415649 0.02303915 0.1860354 0 0 0.0817415 0.4563723 0.09442578 0.02499648 0 0.3413277 0.3797913 0.2977028 0.1637548 0.05101277 0.3919263 0.02129338 0.09297361 0.111148 0.1153369 0.1453148 0 0.02078839 0.2849071 0.05812281 0.001939526 0 0 0.08796509 0.2816874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1459808 0.09641403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1094111 0.1771208 0.006248639 0 0.1322309 0.6681908 0.04897622 0 0 0.0002739374 0.008365237 0.02620568 0 0 0 0 0.2815247 0.20703 0.3102904 0.2872133 0.05405412 0 0 0 0 0 0 0 0 0.4187304 0.3999565 0 0 0 0 0 0 0.2196636 0.1347959 0 0 0 0 0 0.06082789 0.006347783 0.6240191 0.6024756 0.05307491 0 0.0295823 0.8027381 0.3467793 0.007845295 0 0.4043618 0.128235 0 0 0 0 0 0 0 0 0 0 0 0 0.06142974 0.1076564 0.01961646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03568514 0.9292722 0.9999351 0.7460793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008894608 0.1050837 0 0 0 0 0 0.003661519 0.0005357748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06796468 0.5441286 0 0.03439995 0 0 0 0 0 0 0 0 0 0 0.0268926 0.009007639 0 0.01775275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1411317 0.3912217 0.0001686657 0 0 0 0 0 0 0.03050032 0.001055147 0.004673079 0.1326311 0.001045176 0.003273684 0.009910397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004916658 0.1160191 0.3743886 0.3024397 0.2218018 0 0 0 0 0.2382706 0.2848664 0 0 0 0 0 0.0002456045 0.320913 0.005653083 0.0269107 0.001232532 0 0.5914505 0.4711052 0.3729112 0.234827 0.08328759 0.4982373 0.9666697 0.3670326 0 0.3318675 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2430216 0.3640974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08814824 0 0 0 0 0 0 0 0 0 0 0 0 0 0.677993 1 0.5350116 0 0.2726535 0.256376 0 0 0 0 0.1024822 0.005136292 0 0 0 0 0.0006447879 0.006821238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009098229 0.09703896 0 0 0 0 0 0.08681575 0.1591137 0 0 0 0.008707 0.7492892 0.9999598 0.9894897 0.8755196 0.1161239 0.7991962 0.1246645 0 0 0 0 0.00281437 0.1490026 0 0 0 0 0 0 0.5154043 0.895179 0.1730036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2096374 0.995617 0.5675862 0.002112082 0 0.3899747 0.3719744 0.1830314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01160282 0.2340361 0 0.006304583 0.06237062 0.02885363 0 0.4856846 0.3018793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1339466 0.7069274 0 0.01373854 0 0 0 0 0 0 0 0 0 0.03059515 0 0.0004730028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2488344 0.5346257 0.04307076 0 0 0 0 0 0 0 0 0.02655044 7.913574e-005 0 0.01226806 0 0.116023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002422608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1816131 0.1544894 0.1036823 0.2537622 0.002288739 0 0.08185083 0.005144484 0.01702788 0 0 0 0 0.09003699 0.09448916 0.001381685 0.03733491 0 0 0 0.001534812 0.2231306 0.003034135 0 0.04588748 0.4798762 0.5880289 0.3029369 0.1191858 0 0.1303171 0 0 0 0.5145333 0.06962469 0 0 0 0 0 0 0 0.1071533 0.1621843 0.1872589 0.1817573 0.1953417 0.001567088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03324855 0 0.04697871 0 0 0 0 0 0 0 0 0 0.06728074 0 0 0.03994745 0.7873092 0.5103185 0.05475245 0.2003938 0 0 0 0 0 0.46388 0.1047485 0 0 0 0 0.2633707 0.1223267 0 0 0 0 0 0 0 0 0 0 0 0.0199678 0.120613 0 0 0 0.0002453252 0 0.1415094 0.05278345 0.6298913 0 0 0 0 0 0 0 0 0.4198454 0.5884472 0.2959991 0.1954059 0.9983235 0.988393 0.8772327 0.1043312 0.5870566 0.04862014 0.2358867 0.1958812 0 0 0.5673184 0.6692634 0 0 0 0 0 0 0.4883445 0.6106683 0 0 0 0 0 0 0.2062971 0.004609612 0 0 0 0 0 0 0 0 0 0.3207295 0.3117132 0 0 0 0.9161448 1 0.8828799 0.05483067 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2555841 0 0.02589034 0 0 0.05018976 0.5230975 0.3340551 0.130288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001379763 0 0.004581344 0 0 0 0 0 0 0 0 0.07324288 0.3537984 0.07670771 0.3403179 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02390998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2362717 0.5067257 0.01740449 0 0 0 0 0 0 0 0 0 0.001902848 0.001037715 0.001189693 0.02618604 0.01041983 0.05870412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02355932 0.04616017 0 0 0 0 0.005107564 0.01438976 0 0 0 0 0.02689888 0.6263914 0.0447222 0.01691592 0.01784881 0.3020347 0.1755115 0 0 0.01159673 0 0.0005294704 0.4033835 0.7225753 0.3973779 0.02862461 0.03262547 0 0.03533627 0 0 0 0.8068515 0.2669931 0 0 0 0 0 0 0 0.4806422 0.8188803 1 1 0.9771206 0.2002308 0.07134596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05388052 0 0 0.0363334 0 0 0 0 0 0 0 0 0.113674 0 0 0.09852867 8.084399e-005 0 0 0 0 0.01432716 0.3496998 0 0 0 0 0 0.1365629 0 0 0 0 0 0.3657379 0.01937646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4307436 0.7317593 0.001422344 0.46866 0.0246361 0.1452051 0 0 0 0 0 0 0 0.001431689 0.9426492 1 0.534902 0.07724299 0.7374051 0.4660039 0 0 0 0 0.04198604 0.01741851 0 0 0.3055478 0.07495604 0 0 0 0 0.4024468 0.1038786 0.2825151 0.4474351 0 0 0 0 0 0.4964751 0.9990678 0.3055157 0 0 0 0 0 0 0 0 0.2345955 0.5972835 0.1766275 0 0 0 0.7886152 1 0.8372633 0.09538317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09137459 0.0060028 0 0 0 0.2106173 0.2346437 0.3003744 0.3863582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006404084 0 0 0 0 0 0 0 0 0.1199104 0.2054998 0.003084853 0.1442745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05831929 6.345057e-005 0 0 0 0 0 0 0 0 0 0 0 0.1722154 0.0373669 0.165043 0.005819685 0.1334566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2950915 0.6953266 0.5462227 0.07573035 0.7692149 0.215018 0 0 0 0 0.02626363 0.06621175 0.3615825 0.293242 0.3169399 0.2815637 0.1685756 0.01047334 0.07639119 0 0 0 0 0.171586 0.08680049 0 0 0.04577984 0.1830843 0 0 0 0 0.04785912 0.8416398 0.8515275 0.1488943 0 0.1792765 0.1048105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007371468 0.1438437 0 0 0 0 0.06313775 0 0.1806762 0 0 0 0 0 0 0 0 0 0 0.04988516 0 0.03444469 0.2312935 0.002710758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5150291 0.1693191 0.1286242 0 0.03272812 0 0 0 0 0 0 0.2186885 0.3864578 0 0.02354989 0.8904925 0.9936224 0.3931043 0 5.007827e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09985533 0.8237283 0.01770152 0.01030859 0.1452525 0 0 0 0 0 0.6733857 0.8920877 0.06489369 0.0002405364 0.2963286 0.002356595 0 0 0 0.2514803 0.2872311 0.9731355 0.4087093 0.1892272 0 0 0 0.936796 0.9318205 0.1098332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01548123 0.09540381 0.368252 0.4756546 0.04780384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08617693 0.05566201 0.2519853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004294921 0 0.09720907 0.01744203 0.4670496 0.2807449 0 0.0003158786 0.04272788 0.0003755172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03473258 0.01581309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1092916 0.07958773 0 0 0 0.02827996 0.1631495 0 0.05594857 0.5070158 0.2223035 0 0 0 0.1956045 0.1016269 0.09639402 0.5054864 0.2788137 0.1678355 0.3107639 0 0 0 0.02383756 0.04446591 0.002931739 0.06826758 0 0 0.2811498 0.8669695 0.9936855 0.9958133 0.1528793 0 0 0 0 0.486043 0.8310314 0.1398052 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08572249 0 0 0 0 0 0 0 0.05176011 0 0.1764765 0.1545698 6.160441e-009 0 0 0 0 0 0 0 0.1193549 0.06158474 0.4511987 0.1267458 0 0 0 0 0 0 0 0 0 0 0 0.008490433 0.01865038 0 0 0 0 0 0.02989061 0.04571829 0 0.4374574 0.6379407 0 0 0 0 0 0.09759412 0.08790392 0 0 0 0.1007713 0.05251983 0 0 0.1445844 0.2426606 0.1320404 0 0 0 0 0 0 0 0 0.01310769 0.4937053 0.3114977 0 0 0.2028944 0.27648 0 0 0.001310052 0 0 0.1637108 0 0 0 0 0.4239256 0.3929913 0.4561319 0.2004592 0.2472369 0.4850369 0.0002687219 0 0 0 0.0890359 0.3568697 0.9806394 0.7694267 0.4793622 0.009835734 0 0 0.6206424 0.6999899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00206533 0.0201653 0.2541808 0.2533283 0.2254548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1152135 0 0 0 0 0 0 0 0 0 0.002968331 0.1029732 0.2920837 0.1044711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.169869e-005 0 0 0 0 0 0 0 0 0 0.05265338 0 0.003868588 0 0.0175881 0.09556542 0.02763035 0.001267429 0.02574123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004606009 0.01175139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01774747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2517112 0.1349268 0 0.01716503 0 0.3479909 0.5295117 0 0.4622844 0.1155271 0 0 0 0 0 0.1061403 0.1936876 0.9295293 0.7938825 0 0 0.4375416 1 1 0.999624 0.8711247 0.8533247 0.4168432 0.09472456 0.5437281 0.5565571 0.3459563 0.03038722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05062072 0 0.0435993 0.01228336 0.05120876 0.01604934 0 0 0.04384799 0 0 0.002871244 0.0159669 0 0 0 0.001257438 0.04304215 0.04478023 0 0 0 0 0 0 3.420837e-005 0 0.04712251 0.07375877 0 0 0 0 0 0.2841101 0.31249 0 0.009191524 0.009101436 0 0 0 0 0 0.05732929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.548789 0.9982516 0.3542812 0 0.06749175 0.5298005 0.0738369 0.4485213 0.4733908 0.3121708 0 0.01443446 0.3598043 0.03430312 0 0 0 0.4010662 1 0.8255562 0.7917961 0.544973 0.08135002 0.07758456 0 0.1116088 0 0 0.3507673 0.9967386 0.999915 0.6744571 0.1345196 0 0 0.7420782 0.2569352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003856403 0.04779011 0.1754782 0.2783237 0.381697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06281085 0 0 0 0 0 0 0 0 0 0 0 0 0.1121951 0.05329961 0.03634605 0.02433092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01334924 0.01811007 0 0 0 0 0 0 0 0 0 0.02627999 0 0 0 0.005690249 0.01603794 0.1220672 0.0001693137 0.09930412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.623503e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005142841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.10148 0 0.07908183 0.1163653 0.08964319 0.01638863 0.1710774 0.5001465 0.2952153 0.2558576 0.3972155 0.04885878 0.03205334 0 0 0 0 0 0 0.02368947 0.07484204 0 0 0.1419812 1 1 1 0.999756 0.9998274 0.9824373 0.7874887 0.9758368 0.6158311 0 0 0 0 0 0 0 0 0 0 0.1045731 0.06453935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4174576 3.55743e-005 0 0 0.006162652 0.002427968 0 0 0.05573775 0.001391281 0 0 0 0 0 0.02351629 0.00191793 0 0 0 0 0 0.00160047 0 0 0.4456316 0 0 0 0 0 0 0 0.3952011 0.006508794 0.003289078 0 0 0 0 0.2972573 0.009849436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6476042 0.7024489 0 0 0 0 0.264507 0.9363024 0.9098732 0.9481971 0.200144 0 0 0 0 0 0 0.1268144 0.9116328 0.8739654 0.143081 0.2543268 0.4540556 0.3884502 0 0.007145446 0.1135717 0.04446194 0 0.1025485 0.1435085 0.05632102 0.01779412 0 0 0.01527145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0942563 0.1288395 0.2691825 0.07024623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004537503 0.01856912 0.07361528 0.1597621 0.006105168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006909633 0.2460403 0.007503643 0.0001864299 0 0 0 0 0 0 0.0006886222 0 0 0 0 0 5.421532e-005 0.3226072 0.04493526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03387704 0.017586 0 0 0 0.03160984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.10975 0 0.06253426 0.1544592 0.0122234 0.02664027 0.1251179 0.01602195 0.1402722 0.2701817 0.01571488 0 0.0002451455 0.00621318 0 0 0 0.01164058 0.02238585 0 0 0.2880903 0.07281583 0.05109446 0.5520184 1 0.999586 1 1 0.9995316 1 1 0.4453284 0 0 0 0 0 0 0 0 0 0.2288187 0.3935224 0.1202841 0.1018145 0.2581376 0.2797943 0.06467181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6753564 0.1827152 0 0 0 0 0 0 0 0 0 0 0.02118724 0 0 0.001118694 0 0 0 0 0 0 0 0 0 0.02045167 0 0 0 0 0 0.1383986 0.3462206 0.001038196 0.03920287 0 0 0 0 0.1006715 0.8190542 0.1835248 0.0007488606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3783111 0.02473597 0 0 0 0 0.1693178 0.2596221 0.1827096 0.8994375 0.1827931 0 0 0 0.2883033 0.7303888 0.3666303 0 0.2684486 0.8955921 0.01772131 0.3660071 0.9971676 0.6694704 0 0 0.2942613 0.002761369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.809237e-005 0.00276758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03819098 0 0 0 0 0 0 0 0 0 0.02206338 0 0.1430509 0.07489787 0 0.006011761 0.008807869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02122885 0.2818301 0.0386006 0.1786742 0.02369634 0.02101154 0.04430687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008542982 0 0.009712036 0.003637361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1291754 0.05889445 0.04853842 0.05680051 0.06645614 0.1687572 0.03642932 0.03336608 0.003538694 0.08632302 0.002623636 0.03348205 0 0 0.154484 0.6614202 0.7924176 0.2765165 0.8363014 0.4816313 0.01309476 0 0.4646189 0.9997985 1 1 1 0.9995782 1 0.9995785 0.9720708 0.4788422 0.2256032 0.08929139 0.1098377 0 0 0 0 0 0 0.06586365 0.01986853 0.06805713 0 0.1001465 0.09165456 0.03736286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2615735 0.09160168 0 0 0 0.07724911 0.008516958 0.0004837958 0 0.1558777 0.01122907 0 0.05245483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06814069 0.5253913 0.1803432 0.2892565 0.02105078 0 0 0.3175098 0 0 0.1669164 0.04693401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04615973 0.02576447 0.2333849 0.5468184 0.3501329 0.1674556 0.275109 0.000312946 0 0 0.04268541 0.03097436 0 0 0 0.3041706 0.8903649 0.2549279 0 0 0.08926537 0.0001273868 0.1037068 0.4869991 0.7769359 0.4169016 0.426739 0.1590249 0.007092263 0.09404808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07878807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006505258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1782593 0.07488037 0.03177748 0.0401246 0.0523335 0.01142337 0.4452423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001150278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01821174 0.197024 0.2590548 0.00143635 0.1032242 0.2533987 0.03210111 0 0 0.007386965 0.002097392 0 0 0 0 0 0.0008424147 0.6714397 0.9691436 0.3720236 0.2804979 0.0496472 0.1544331 0.7030155 0.9999475 1 1 1 0.9129944 0.6638979 0.9370037 0.414094 0.01838819 0 0.08255114 0.3699529 0 0 0 0.02424401 0.3739882 0.08648385 0.04698802 0 0.04222212 0.3183449 0.2046262 0.1747001 0.5226612 0.01976215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03266153 0 0.01086966 0 0 0 0.0003332949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0906802 0.348787 0.5620678 0.9001223 0.9178277 0.9833177 1 0.9998382 0.9803159 0.6492103 0.1691186 0.01033263 0 0.03242685 0.3363965 0.02806041 0 0.01573488 0.1237688 0.0008321424 0 0 0 0 0 0 0.2444679 0.9056739 0.8807083 0.9965776 0.9778353 0.8465294 0.697397 0.3362934 0.4077457 0.5634837 0.09181565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02884808 0.04800835 0 0 0 0 0 0 0.007505096 0.0432527 0.03432486 0.6074421 0.6146103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01090524 0.07870283 0.05123969 0.04081006 0 0.1986558 0.0225898 0.2444262 0.1390063 0.02576537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.677617e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.8666939 0.6355858 0 0 0 0 0 0 0.008205116 0.06904025 0.01055248 0.02846427 0.03004693 0.001762946 0.003091416 0.1983016 0.1190872 0.0007868733 0 0.002465358 0 0 0 0 0 0 0 0 0.4632061 0.7546075 0.4082766 0.1483678 0.4205491 0.29748 0.4041026 0.595768 0.9742916 1 0.9547443 0.7474852 0.4112774 0.04721205 0 0 0 0.1304684 0.6232734 0.0048895 0 0 0.4808062 0.9480953 0.1249937 0 0 0.2004556 0.1099995 0.2271311 0.6539536 0.2757055 0.3773836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1895503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01778385 0.490592 0.7817491 0.9583135 0.9934447 0.6792796 0.8740404 0.1413865 0.01755213 0 0 0.04825871 0.399646 0.828344 0.9998556 0.2405434 0 0 0 0 0.1153288 0.3647613 0.1818361 0 0 0 0 0.2729229 0.1249658 0.5536632 0.9890858 1 1 1 1 0.920825 0.5540257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08620227 0.1188042 0.001012806 0.006926877 0 0 0 0 0 0.08788347 0.06684481 0.2482506 0.0005846641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01185573 0.05988301 0.2697923 0.1250001 0.3404441 0.2141742 0 0.0267392 0.08861692 0.07968493 0.002193599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09349312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9333123 0.6844383 0 0 0 0 0 0 0.02746707 0.241365 0.3801372 0.2073923 0.3424281 7.296443e-005 0.0006310569 0.4458979 0.09117869 0 0.001292714 0 0 0 0 0 0 0 0 0 0.0002485808 0.05992756 0.7988179 0.1446193 0.9996433 1 0.9534588 0.6611204 0.04043801 0.2540639 0.300623 0 0.02107052 0 0 0 0.0006127123 0.06974505 0.1492119 0 0 0.04516967 0.8725604 0.5401303 0.104014 0 0 0.2615123 0.2033776 0.3461503 0.0715467 0.006751151 0.03033157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09509541 0 0.002258523 0.01253088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003075387 0.04064622 0.02292121 0.04105441 0 0 0 0 0 0.5963548 0.9534307 0.5577642 0.02124721 0 0.1351937 0.1042482 0.01205065 0.232542 0.3134458 0.5914844 0.02410175 0 0 0 0.2815483 0.006555513 0 0.2392087 0.7516012 0.8581795 0.9850757 0.6244788 0.01530584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05491278 0.6934175 0.7456957 0.2283023 0.04181987 0 0 0 0 0.01660791 0.02734799 0.1961278 0 0.006163453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01265523 0.01263321 0.03486609 0.03431345 0 0.4698989 0.03388385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07790628 0 0.09468222 0.4605075 0.07485279 0.1978998 0.11665 0.1068476 0.135844 0.08239226 0.004106771 0 0 0 0 0 0 0 0 0 0 0 0 0.1517445 0.08322497 0.9233368 0.9884014 1 0.5751224 0 0 0 0.0009876236 0.5286325 0.02700306 0 0 0.08213709 0.8199615 0.6745961 0 0 0 0.03687363 0.1387743 0 0 0 0.2455627 0.9655776 0.165066 0.02989273 0.608588 0.0001709714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03905178 0.1371246 0 0 0 0 0 0 0.009296849 0.6312999 0.6894724 0.0542753 0 0 0 0.210906 0.346527 0.04848615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007921376 0 0.2034706 0.1296474 0 0 0.02172216 0.03810705 0 0 0 0.2535529 0.111028 0.041795 0 0 0.001447722 0 0 0 0 0 0.03633645 0.02743257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1042007 0.6596392 0.2521372 0.07262467 0 0 0 0 0.0004821797 0.02986279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05579086 0.01033639 0 0 0.01355111 0.8168578 0.1407836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3086796 0 0.08894395 0.07913656 0.108451 0.293119 0.09689195 0.5899073 0.6900337 0.5952356 0.5032951 0.05976101 0 0 0 0 0 0.1082095 0.6415758 0.3174035 0 0 0 0 0.241721 0.9399291 1 1 0.5160889 0 0 0 0 0.3110482 0 0.0001700345 0 0 0.06587771 0.1231272 0 0 0 0 0 0 0 0 0.4315133 0.728163 0.084801 0.05712995 0.9515721 0.09492563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2853901 0.2316033 0 0 0 0.1117561 0.2136692 0.2081966 0.2136504 0.5938561 0.3360021 6.320301e-006 0.8551502 0.5115208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1159423 0.2787627 0.4458067 0 0 0 0 0.4511349 0.03102143 0 0 0 0 0.04829515 0.04225293 0 0 0 0.1210277 0.624557 0.187225 0 0 0 0.01256939 0 0.08273699 0.01267638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01716345 0.168772 0.0200005 0.0006652965 0.01622976 0.002595555 0 0 0 0 0.01057079 0 0.2172618 0.003153689 0.04743951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6705113 0.5659959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001422411 0.09024362 0 0.02359951 0.0455114 0.256688 0.06877689 0.1021053 0 0.2927223 0.3175056 0.2431615 0.00948534 0.1762088 0.4460782 0.4782168 0.1626449 0 0.1814557 0.9991388 0.4534056 0 0 0 0.07710306 0.9814734 0.9476742 0.9222288 1 0.9374167 0.6953286 0.4220107 0.01306307 0 0 0 0 0 0 0 0 0 0 0.004111286 0 0.1610454 0.03223845 0 0.2995971 0.4224273 0.5948637 0.5228269 0.8535453 1 0.5737787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1579759 0.2825686 0.0413477 0 0.07735649 0.009365694 0 0 0.3051498 0.1732484 0.4407388 0.03026743 0.5469925 0.5300951 0.4909764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3931488 0.5271751 0.2645413 0 0 0 0 0.4199873 0.5181407 0 0 0 0 0.06367122 0.9285533 0.3193884 0 0 0.07485606 0.4686165 0.191012 0 0 0 0 0 0.2898302 0.06157231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1045469 0 0.001678503 0.05351932 0.0001742602 0 0 0 0.0001766908 0 0.01946743 0.1461537 0.2929447 0.0110855 0.005480809 0 0 0 0 0 0 0 0 0 0.004681062 0 0 0.03481921 0 0 0 0 0 0 0.1896255 0.5630226 0.2081557 0 0 0 0.005049267 0.1912573 0.03978432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2336498 0.2663256 0.0214652 0 0 0 0 0.1341866 0.03612793 0.03500783 0.7864945 0.6274981 0.08288442 0 0.07949577 0.5345679 0.2466456 0 0 0 0.03144005 0.9996178 0.4624075 0.9040492 1 0.966014 0.9956431 1 0.5390698 0 0.1319085 0.5295314 0 0 0.02569119 0.6243073 0.6397809 0.1860705 0.3787416 0.8863521 0.8197513 0.4834808 0.05217507 0 0.5595662 1 1 0.784323 0.9956982 0.9858322 0.9572047 0.09958763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01720551 0.2837559 0.1026157 0.01702673 0 0 0 0 0 0 0.1439185 0.1183317 0 0 0 0.2100824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02212292 0.9893293 0.9479671 0.06797362 0 0 0.007434472 0.07500408 0.2162898 0.01046428 0 0 0 0.4146273 0.5836073 0.04167322 0.3348493 0 0 0.1471444 0.2919113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02346187 0 0 0 0.04020323 0 0.006831152 0 0.01158679 0 0 0 0 0.08903683 0 0 0 0 0 0 0 0 0 0 0.05565014 0.08424699 0.01965631 0.001186756 0.09601612 0.01888319 0.3555628 0.1327928 0.01549301 0 0 0 0 0 0 0 0 0.08283973 0.1444695 0.1703935 0 0 0 0 0 0 0 0 0 0 0 0 0.02153701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01221879 0.01505061 0.1377953 0.1946431 0.4178802 0.01031698 0 0 0 0 0.7551429 0.6177178 0.02128241 0.0767341 0.01426227 0 0 0 0 0 0 0 0 0.02298165 0.979221 0.9500977 0.9917578 0.9679072 0.585677 0.849999 0.9998059 0.8319145 0.01002132 0.9783047 0.9202021 0.07827973 0 0 0.1948296 0.8776329 0.9999087 1 1 1 0.4949021 0 0 0.09570988 0.7395036 0.9996421 0.6250544 0.3261222 0.2606556 0.9384149 0.1429306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01814387 0.2121511 0.1264656 0.01242315 0.2621742 0 0 0 0 0 0.2786674 0.9287853 0.7468852 0 0 0.004133419 0.8797718 0.008550852 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05367664 0 0 0 0 0 0.01119587 0.8575515 0.6823823 0.01052551 0 0.04122387 0.03666114 0.005189559 0 0 0 0 0 0.1495767 0.2656393 0.0008757315 0 0 0.001697149 4.345952e-006 0.1476062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07141487 0 0 0 0.05020911 0.05731391 0 0 0.06218259 0.3086632 0.01655676 0 0 0.01355194 0.003200684 0 0 0 0 0 0 0 0 0 0 0.07246464 0.0008139079 0 0.04639785 0.03628331 0.3731997 0.4447146 0.6227271 0.6119127 0.187723 0 0 0 0 0 0 0 0.03437196 0.2569799 0 0 0 0.03882217 0.03185376 0 0 0 0 0 0 0.0226197 0.006193449 0 0 0 0 0 0.1878393 0.08998862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09983695 0 0 0 0 0 0.002054264 0.1322127 0.6724898 1 0.6214588 0.02164934 0 0 0 0 0 0 0 0 0 0.6694869 0.9800419 0.9567063 0.9241982 0.315526 0 0.01942565 0.4315407 0.3975096 0.9846975 0.9389313 0.1304088 0.541948 0 0 0 0.1812791 0.4750735 0.8358328 0.9999974 1 0.6315351 0.3706102 0.4886021 0 0.1065066 0.9679749 0.8435555 0.4746737 0.2786892 0.02502213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07318211 0.9094651 0.7562274 0 0 0 0.3637894 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03851862 0.6328884 0 0 0 0 0 0 0.004560343 0.000228859 0 0.3484361 0.3533138 0.01332203 0 0 0 0 0 0 0.03699522 0 0 0.02096352 0 0.0554765 0.01112395 0.1811535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1149201 0.1402936 0 0 0.02098617 0.005425167 0.08471581 0.02096528 0 0 0.05063538 0 0 0 0 0 0 0 0 0.0005207065 0.00982621 0.1074697 0.1174081 0 0 0.05397039 0.358172 0 0.05891498 0.3595185 0.1447713 0.3410909 0.008469005 0 0 0.008666386 0.0702843 0.002225633 0 0 0 0 0.167253 0.1168757 0 0.05492222 0.1987469 0.0301347 0.2462 0.3343564 0.1813221 0 0 0 0 0 0 0.2012535 2.57044e-007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2133743 0.80474 0.2126368 0 0.7523929 0.9928581 1 1 0.6002319 0 0 0 0 0 0 0 0 0 0.670357 0.9996915 1 0.9978092 0.2068921 0 0 0 0 0.9000799 0.5944364 0 0.1425366 0 0 0 0 0 0.4272703 0.9988998 1 0.7826839 0.3666154 0.9061205 0.3464107 0.3335001 0.9581707 0.9781755 0.9969749 0.2454338 0 0.05802203 0.01305672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05348091 0.3068869 0.1975287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04058252 0.2273159 0.01280427 0.02087228 0.5937863 0.380909 0.07794222 0 0 0.01635789 0.00101959 0.01632397 0 0 0 0 0 0.03820754 0 0.004159313 0 0.3886096 0.290493 0.09414328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02718547 0 0.01350512 0.01049214 0.04148783 3.981686e-005 0 0.04872239 0.0762855 0 0 0 0 0 0 0 0 0 0 0 0 0.009361191 0 0 0 6.044386e-005 0.004294964 0 0 0 0 0.08260042 0.04612357 0 0 0 0.1925748 0.4947979 0.05911619 0 0 0 0 0.05545431 0.006054937 0 0.01294476 0.0006016138 0 0.07505179 0.1348411 0.008364469 0 0 0 0 0 0 0.05115718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03003587 0.7439431 0.2708703 0 0.001434034 0.04634009 0.1626215 0.2540337 0.2097059 0.1968594 0.4471032 0.2273458 0.1320472 0 0 0 0 0 0.001206898 0.08655275 0.5018785 0.5838002 0 0 0 0 0 0.5522421 0.416099 0 0 0 0 0 0 0 0 0.6910101 1 0.920692 0.1142848 0.9695005 0.9936119 1 1 0.9998553 0.8976792 0.4534337 0.1148773 0.0004826473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07334845 0.6567695 0.8383975 0.3034671 0 0.1728647 0.7593326 0.1971897 0 0 0 0 0 0 0 1.779152e-005 0.001452285 0 0 0.06186027 0.2016372 0.1874403 0 0.1877355 0.6597497 0.01535095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03314024 0.2149235 0.2597217 0.2312353 0.1032994 0.13668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004515748 0 0 0 0 0 0.01600328 0 0.03658201 0 0 0 0 0 0 0 0 0 0.5044922 0.455466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1061803 0.5286733 0.1708951 0 0.002484872 0.007642681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4244824 0.6430322 0.02184377 0 0 0 0 0 0.02449408 0.395553 0.8943776 0.7233803 0.007472306 0 0 0 0 0 0 0 0 0 0 0 0.0009826807 7.147805e-005 0.8136085 0.3582918 0 0 0.02880583 0.2004478 0.3040453 0 0 0.09287593 0.6509944 0.9999841 0.6841166 0.6521093 1 1 1 0.9965911 0.7000726 0.02399156 0.6354264 0.6773322 0.209427 0 0.02191677 0 0 0 0.05584488 0.1452452 0.00904441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07111365 0.8052905 0.5351901 0 0 0.5447772 0.4100766 0 0.08799529 0.03107447 0 0 0 0 0 0.04104089 0 0 0 0.03913492 0.04898481 0 0.0148109 0 0.006131874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03880757 0 0.1406152 0 0.1819124 0.05753943 0 0.008232545 0.0001854066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2768049 0.4934795 0 0 0 0.01384792 0 0 0 0.122075 0.08106156 0 0 0 0 0.02357486 0.02013481 0 0 0.2038112 0.03603777 0.009725719 0.01041126 0 0 0 0 0 0 0 0.01638039 0.05731504 0 0 0 0 0 0.154257 0.01286549 0 0.2512544 0.624854 0.4268679 0.1011431 0.001502438 0 0.04398192 0.1053934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09691737 0.7935785 0.2525462 0.141404 0.2345934 0.03975636 0 0 0 0 0 0 0 0 0.002060911 0.02732784 0.03967737 0.1630322 0.07227165 0.1173567 0.1954246 0 0 0.3310447 0.8151236 0.9824761 0.1482969 0 0.6331562 0.8330144 0.9173275 0.2997912 0.3176849 0.4055974 0.3108861 0.5324873 0.3015862 0.007958094 0 0.02467483 0.07142505 0.3972211 0.00893153 0.4288029 0.4068281 0 0 0.02439484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3354112 0.6197705 0.396473 0.136237 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4578014 0.1767005 0 0.08295423 0 0 0 0 0 0 0 0.1645361 0.1751271 0 0 0.03780376 0.006492063 0 0 0 0 0 0.1776346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4009118 0.008366024 0 0 0.378594 0.006026236 0 0.06219537 0.1665303 0.002145229 0.002197062 0.415532 0 0 0 0 0 0 0 0 0.00205717 0.1087814 0.01385905 0.3215649 0 0 0 0 0 0 0 0 0.005404106 0 0 0 0.0001823254 0.01684752 0 0 0 0 0.05000054 0.3330972 0 0.00567587 0.08348394 0.03992134 0 0 0 0 0 0 0 0 0 0 0.01426173 0 0 0.2000297 0.3489639 2.039701e-006 0.09252755 0.009260818 0.007464025 0.03169693 0.3026651 0.7987021 0.2257197 0.1967508 0 0 0 0.1071166 0 0 0.007242947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1196931 0.001815561 0 0 0 0 0 0 0 0.3821901 0.640204 0.5883369 0.7657108 0.02024729 0 0.3020374 0.5189348 5.145987e-006 0.002779367 0.2591933 0.1344737 0.1109788 0.7602208 0.9621653 0.9737651 0.992539 0.9966671 0.9102677 0.9011407 0.2382321 0.2223333 0.3017916 0.4404873 0.427557 0 0 0.08432686 0.4826809 0.7600647 0.443901 0 0 0 0.01818543 0.001623762 0.08437161 0.7354884 0.3864782 0.5126928 0.1538534 0 0.06865176 0.003005718 0 0 0.003107991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1391679 0.1141467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4452042 0.3750112 0.6319323 1 0.9398293 0.1044807 0 0 0 0 0 0 0 0 0 0.5921541 0.1576961 0 0.1077084 0.005254326 0 0.2486914 0 0 0 0 0 0 0 0.4562318 0.5706214 0 0 0 0 0 0 0.5763339 0.003598798 0 0.08155689 0 0.05796156 0.009474284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1369808 0.03070009 0 0 0.2391865 0.6154987 0.2902726 0 0.181538 0.05185265 0 0.444378 0.1896185 0 0 0 0 0 0 0 0.2669671 0.3020971 0 0 0 0 0 0 0 0.0001983078 0.02496898 0 0 0 0 0.17158 0.01499838 0 0 0 0 0 0 0.3399043 0.02869206 0.2316089 0.3722062 0 0 0 0 0.002805297 0.03160303 0 0 0.006755459 0 0 0.03811594 0.01154133 0 0 0.1231772 0.1780982 0 0 0 0 0 0.001761759 4.680968e-005 0 0 0 0.04071887 0.233238 0.09266225 0 0.2387979 0.2714739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4077193 0.7298965 0.03053309 0 0 0 0 0 0 0 0.158503 0.6129012 0.6820917 0.01556208 0.3068448 0.7321966 0.0763925 0.1450741 0.4003491 0.8848667 0.9415092 0.8085706 0.9666028 0.9947512 0.833317 0.9992613 1 0.9997138 0.7166845 0.9352095 0.9864393 0.7177764 0.4006852 0.3244682 0.5961039 0.5234178 0 0.00535983 0.4561956 0.1001212 0 0.05939312 0 0.1874734 0.2153606 0.9951037 1 0.6036038 0.4194534 0.01824186 0 0.1450741 0.1003397 0 0 0 0 0 0 0 0 0 0.03036849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5099381 0.5063072 0.07825248 0 0 0 0 0 0 0 0 0.1029458 0.06441782 0 0 0 0 0 0 0 0 0.2311186 0.9513963 0.3343286 0.4938011 0.6011856 0.01136598 0 0 0 0 0 0 0 0 0.001674891 0.3621587 0.6501619 0.1696639 0.1354916 0.002404252 0 0 0 0.06858435 0 0 0 0.06298153 0.6117994 0.749855 0.4587279 0 0 0 0 0.1104227 0.3989797 0.9561312 0.03730217 0 0 0 0.01046825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3971606 0.5522424 0 8.326935e-005 0.000228699 0.1371104 0.08433196 0.3188052 0 0 0 0 0 0 0 0 0 0 0.02328113 0.004990188 0 0 0 0 0.06445762 0.6620963 0.03835526 0 0 0 0.1152242 0.05666415 0 0 0 0 0 0 9.287651e-005 0.2153556 0.1895142 0 0 0 0 0 0.001469112 0 0 0 0 0 0 0 0 0 0 0.002050231 0.05564003 0 0 0 0 0 0 0.3279825 0.02278882 0.0005824092 0 0 0 0 0 0.1610502 0.6945978 0.1301528 0 0 0.02308035 0.023113 0 0 0 0 0 0 0 0 0 0 0 0 0.01966279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.472114e-008 0 0 0 0 0.6210526 0.03309288 0 0 0 0 0 0 0 0 0 0 0.1927031 0.4724988 0.08705249 0.09339602 0.2521896 0.307568 0.0306475 0.1171408 0.4543472 0.9287338 0.9661405 0.6628456 0.5384278 0.7517395 0.2155857 0.002608365 0.5382709 0.7664965 0.742314 0 0 0.0004338023 0.0744759 0 0.004021121 0.08994497 0 0.2782485 0.633797 0.08874156 0 0.009365889 0.1284979 0.4523063 0.2623207 0 0 0 0.002745304 0.02452013 0 0 0 0 0 0 0 0 0 0 0.01559831 0 0 0.0002927953 0 0 0 0 0.01283252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009851654 0.05088513 0.09891631 0 0.1187954 0 0 0 0 0 0 0.6404797 0.2627664 0 0 0 0 0 0 0 0 0.01217393 0.8596365 0.9852687 0.3774945 0 0 0 0 0 0 0 0 0 0 0 0 0.2239416 0.03273582 0.281624 0.01359279 0.02237516 0.009943026 0 0 0 0 0 0 0.2606817 0.951581 0.3192924 0 0 0 0.2992079 0.2080503 0.7851429 0.9999345 0.3483054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03556389 0.6168826 0.5472212 0.03973866 0 0.02587323 0 0.0001638642 0.1967654 0 0 0 0 0 0 0 0 0 0.4121698 0.04060733 0.1999854 0.2869138 0.2708295 0 0.317986 0.6795362 0.112467 0 0.0007822454 0 0.1255971 0 0 0 0 0 0 0 0.003145527 0 0.1384914 0.10287 0 0 0 0 0 0 0 0 0 0 0 0 0.006547659 0 0.01637771 0.09884971 0 0 0 0.00238934 0.05953776 0.001209977 0 0.07683439 0.004585517 0.2303556 0 0 0 0 0 0.009609599 0.4075742 0.9792665 0.1444169 0 0.008507741 0.05366153 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009679257 0 0 0 0.166095 0.0532942 0 0 0 0 0.09647091 0.0362819 0 0 0 0 0 0 0 0 0.4228327 0.09788534 0 0 0 0.5908833 0.6511869 0 0.03264898 0.2183944 0.00847648 0.1663478 0.3191404 0 0 0 0 0 0 0.1562084 0.3952775 0.00102208 0 0 0 0 0 0 0 0.7626981 0.7194829 0.1185554 0 0 0 0 0 0 0 0 0 0.1816664 0 0 0 0 0 0.1818613 0 0 0 0 0 0 0 0 0 0.4202212 0.744974 0.1582999 3.057581e-005 0 0.001622332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005817173 0.03969387 0 0.009773567 0 0 0 0 0.5183262 0.1157405 0 0 0 0 0 0 0 0 0.02090946 0.5396149 0.3805658 0.0684064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03158734 0.0493145 0.1360132 0.04109482 0.1321496 0 0 0 0 0 0.1752654 0.4515195 0.0006773382 0.01850882 0 0.03624474 0.3536684 0.4242842 0.5182593 0.9078395 0.3544628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04481426 0.3091698 0.3779913 0 0 0 0.003401728 0.08713233 0 0 0 0 0 0 0 0 0 0 0 0 0.3633431 0.392688 0 0.01496502 0.03508523 0.01011688 0.0049985 0.1477411 0 0.1093554 0 0 0 0 0 0.002175411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01486428 0.04935147 0.04699174 0 0.2872327 0.1666511 0 0 0 0 0.002750234 0.04430028 0.006157973 0.1447874 0 0 0 0.01459289 0 0 0.1408685 0.237858 0.4035945 0.6807178 0.4980921 0.05941247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05810047 0.2806334 0 0 0 0.1406399 0.001070153 0 0 0 0 0 0 0 0.1042158 0.0568924 0 0 0 0 0 0.3088818 0.02465258 0 0 0 0.06158727 0.3969887 0 0.1912564 0.2694006 0.7607147 0.02097983 0.4460154 0.1061209 0 0 0 0 0 0 0 0 0.01461668 0.04512833 0.3953389 0.3645737 0.00469658 0.06183679 0.4502143 0.147047 0.651561 0.324151 0 0 0 0 0 0 0 0 0 0.3828107 0.001885252 0 0 0 0 0.5925962 0.007188788 0 0 0 0 0.03004974 0.004516901 0 0 0.9120955 0.8348792 0.1432284 0.05866424 4.79158e-006 0.00277438 0.01438363 0.001346257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4820373 0.4538909 0.04329062 0.04078009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.191085 0.0001171016 0 0.0006795691 0.008743166 0.001924333 0.4032806 0.5761945 0 0 0 0 0 0 0 0 0.08995403 0.3277734 0 0 0.3695346 0.584222 0.1539589 0.05851366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01692338 0.06965625 0.1561816 0.04570746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03368784 0 0 0 0 0.0006472099 0.05856066 0.1494107 0.0005294053 0.03450541 0 0 0 0 0 0 0.0009241208 0 0 0 0.009422936 0.0001302764 0.02535719 0 0 0 0 0 0 0 0 0.007426271 0.001963104 0 0 0 0 0 0 0 0 0 0.1602307 0.347305 0.3337806 0.1916641 0.04515363 0 0.4442634 0.54497 0.3234616 0.3368708 0.2760949 0.1049795 0.0006506165 0.03637747 0.4658398 0.2350855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4014819 0.02923111 0 0 0 0.1786624 0.05657955 0 0 0 0 0 0.005819831 0.002783249 0.03170842 0.01151316 0 0 0 0 0 0 0 0 0.01985834 0.08167237 0 0 0 0.4087842 0.8795871 0.5674978 0.05347332 0.07238126 0.001384754 0 0.1041717 0.6135567 0.2311554 0 0 0 0 0.0143733 0 0.4791003 0.858458 0.6358722 0.9087449 0.272977 0 0.1211152 0.04990353 0 0.1512601 0.450838 0.2244797 0 0 0 0 0 0.7118961 0.2608119 0 0 0 0 0.1014026 0 0 0 0 0 0.00401485 0.0004098643 0 0 0.6309043 0.7024435 0.01130553 0 0.0006711308 0.03090008 0.08057354 0.009623623 0.002219083 1.397456e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4902862 0.213951 0 0 0 0 0 0 0 0.05972168 0.09048524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6537809 0.2207257 0 0.002504284 0.01517403 0 0.649278 0.7613521 0 0 0 0 0 0 0 0 0.07751063 0.6765119 0 0 0.07253069 0.655786 0.2430883 0.06286697 0.03270082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005261912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00113368 0.001254279 0.001908711 0.009639136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02614846 0 0 0 0 0 0 0 0 0 0.005119744 0 0 0.08688471 0.181295 0.1286481 0.1582576 0.02784268 0 0 0 0 0 0 0 0 0 0 0 0 0.0003659641 0 0 0 0 0 0.09351552 0.4100218 0.1370908 0.1442301 0.1550328 0 0 0.04240853 0.007081694 0.6431706 0.9442099 0.9986633 0.8112661 0.0827324 0.5637285 0.8902999 0.2805122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.035562e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002751464 0.3367995 0.7711664 0.8454154 0.5697126 0.005508586 0 0 0 0 0 0 0 0.2201314 0.8575057 0.6102532 0 0.04135519 0 0.05192155 0.007532747 0 0 0 0 0.2755262 0.5614294 0.4440229 0 0 0 0 0 0 0 0.5910983 0.761361 0.980223 0.8143711 0.3415418 0.3575217 0.919935 0.6906927 0.8438327 0.9988616 0.9997481 0.4773072 0 0 0 0 0 0.1292611 0.3650045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3332811 0.469271 0 0 0.0006534256 0.000545529 0.001139222 0 0.02372711 0.08548854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01885314 0 0 0 0 0 0 0 0.1840826 0.3731885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01264826 0.1951158 0 0 0.01118879 0 0.385047 0.7684401 4.345054e-009 0 0 0 0 0 0 0 0 0.0270294 0 0 0 0.07409272 0.07904126 0.01528405 0.000690494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002261633 0.001713324 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04658803 0.2833067 0.1513813 0 0 0.2964974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1116483 0.0122715 0 0 0.02351316 0.1346007 0.1733531 0.08127497 0 0 0 0 0 0 0 0 0 0 0 0 0.009712691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6962489 0.9722595 0.5165285 0.2007528 0.09674397 0 0.1961316 0.3026799 0 0 0 0 0 0 0 0 0 0.02644298 0.03339937 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1048114 0 0.1062365 0.0832949 1.658382e-008 0 0 0.1402206 1 1 0.4785759 0.369649 0.3117034 0 0 0 0 0 0 0.01491849 0.9036089 1 0.4200644 0.4023684 0.5929148 0.007729711 0 0 0 0 0 0 0.4660195 0.8082269 0.5474877 0.2951166 0 0.0186609 0.05357894 0 0 0.3411604 0.9734668 0.7183959 0.590861 0.7796257 0.7061164 0.8308945 0.9969925 0.6208206 0.9511939 1 0.9988169 0.3127973 0 0 0 0 0 0 1.831452e-007 0 0.01604407 0.04000301 0.01651149 0 0 0 0 0 0 0 0 0.0005488598 0 0 0 1.584434e-005 0 0 0 8.845722e-005 0 0 0 0.00179954 7.057151e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009766663 0.009333129 0.02476164 0.04589678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03029887 0 0 0.03967457 0.4235345 0 0.04383038 0.1221571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06514575 0.0005633124 0 0 0 0 0.09394399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2665075 0.5564458 0.01456975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004737978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09816142 0.3681588 0.06198943 0 0 0.03401531 0.9983274 0.5921023 0.004590606 0.5036089 0.03892945 0 0 0 0 0 0 0 0.8603683 1 0.5343338 0.9176016 0.4719701 5.997961e-005 0 0 0 0 0 0 0.09449971 0.8401126 0.9907323 0.6024892 0.001438442 0.1649677 0.8119968 0.04961969 0 0.3610521 0.7495039 0.5839328 0.6451206 0.9853704 0.9994371 0.9766816 0.9929262 0.4030016 0.877049 0.997516 0.999346 0.7232156 0 0 0.1694916 0.8554413 0.2620999 0.0006187931 0 0 0 0 0.02080619 0 0 0 0 0 0 0 0 0 0 0 0 0.0007180874 0 0 0 0.01670837 0.02437301 0 0 0.0007134137 0 0 0.02538254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4439427 0.1761438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.84358e-006 0 0.2923673 0.9278107 0.6089468 0 0 0 0 0 0 0 0 0 0.02526919 0.04287469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008252754 0 0 0 0.09972435 0.1933123 0.02725099 0.003748047 0 0.0002059625 0 0 0 0 0 0 0.005251808 0 0 0 0 0.01472644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01144474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02700749 0.02289336 0.0268305 0 0.02088632 0.05960541 0 0 0.001394578 0.2175697 0.03762969 0 0.2333544 0.5344439 0 0 0 0 0 0 0.3453229 0.7319047 0.5916952 0.06806247 0.05666775 0 0 0 0 0 0 0 0.0003180326 0.1489001 0.4714815 0.06847981 0.08943729 0 0.1157597 0.6741139 0.008550369 0 0.1427346 0.008607105 0.09459499 0.9668067 0.9989634 0.8791956 0.3683414 0.4039417 0.9107305 0.9997911 0.999931 0.9995082 0.9528003 0.09444133 0 0.05115103 0.1954015 0.8731507 0.0731758 0 0.1008092 0.1284621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002472256 0 0 0 0.1634318 0.003487971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3688711 0.1089533 0 0.3639324 0.8714301 0.07437675 0 0 0.02696137 0.4507393 0.06954426 0 0 0 0.006862283 0.0007623507 0.00304525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03808751 0.0166564 0.005446393 0.0004438008 0 0 0 0 0 0 0 0.004643399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1016121 0.09858204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003368939 0.03433245 0.005515058 0 0 0 0 0.03987778 0.7169187 0.06420503 0.0499722 0.1408367 0.4945337 0.1453222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002822841 0.6596303 0.718196 0.1564803 0 0 0 0 1.674672e-005 0 0 0.002019792 0.08722362 0.006843473 0 0.8192179 0.6371199 0.5775513 0.7981776 0 0.1381737 0.7053268 0.9998412 0.9998453 1 0.7700906 0.00376255 0 0 0.008939634 0.002573794 0 0.0005747209 0 0 0.06999801 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04307699 0 0 0 0.0005386825 0 0.003675951 0 0 0.0005630948 0.02045077 0.01222915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03131292 0.06665944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.278422 0.7202916 0.9287249 0.3886773 0.1531955 7.143944e-007 0 0.3385466 0.7111043 0.1180198 0 0.003770517 0.03455575 0.009594633 0.02191427 0.002172773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2956089 0.06637505 0.1786654 0.1371742 0.01103641 0.05777199 0.0525285 0 2.243016e-005 0.01363822 0 6.889212e-006 0 0.0002184447 0 0 0 0 0 0 0.001036907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002578182 0 0 0 0 0 0 0 0 0 0.009635984 0 0 0 0 0 0.01931624 0 0 0 0 0 0 0 0 0 0 0 0.003914155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03473658 0.1289462 0 0.0660812 0.01990588 0.1300213 0.5291604 5.953234e-005 0.5312268 0.7784814 0.674933 0.05036633 0 0 0 0 0 0 0 0 0 0 0 0 0.0707152 0.2389104 0.0859765 0.1692359 0.177097 0.7969122 0.7194676 0.3481238 0 0 0 0 0 0 0.1434645 0.7278634 0.9905251 0.6352171 2.454518e-005 0.4715834 0.9992912 0.9993981 0.8370211 0 0 0.005038991 0.4711231 0.3868727 0.322837 0.02121616 0 0 0 0 0 0 0 0.05108215 0.08112869 0.3772021 0.07659052 0 0 0 0 0 0 0 0 0 0 0 0.3956809 0.8065108 0.7155753 0.361549 0 0 0 0.0005314854 0 0.007037724 5.278171e-005 0 0.0005814032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0697775 0.0005215317 0 0 0 0 0 0 0 0 0 0.5248879 0.3901787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08360614 0.5594031 0.4200037 0.04102537 0 3.337816e-005 0.3036306 0.8693751 0.5020927 0 0.04048914 0.1764707 0.5624228 0.01067984 0.195333 0.001587535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03654834 3.894206e-005 0.06944288 0.06116012 0.0183628 0 0.000286052 0.0004926587 0.01911524 0 8.231369e-005 0.0001011702 0 0 0 0 0 0 0.0002642133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05293956 0.01950447 0 0 0 0 0 0 0 0 0 0 0 0 0.002299355 0 0 0 0.2101733 0.1522454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01451975 0.01724425 0.008049998 0.7593452 0.1336451 0.7364581 0.5842086 0 0.155108 0.5494083 0.9959543 0.272844 0 0.1586966 0.01282175 0 0 0 0 0 0.008788182 0.01070992 0 0 0.2969536 0.6825781 0.6464638 0.3335719 0.06483077 0.931226 0.5226001 0.04107472 0.5027956 0.1629033 0 0.00450161 0.2967512 0 0.7655567 0.9904569 0.9999112 1 0.1764371 0.04084678 0.799363 0.9983967 0.9697475 0.02804008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01466665 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3032544 0.1801962 0.126081 0.2995267 0.003203429 0 0 0 0 0 0 0.06775434 0.03775218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006371723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2231811 0.03228072 0 0 0 0 0 0 0 0 0 0.2522905 0.1532974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2522902 1 0.8683087 0.0766715 0.03826378 0.05814286 0.61382 0.808746 0.307734 0.3656397 0 0.0006261721 0.1904766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006490516 0.0002784957 0.005097414 0.0009903177 0 0.02203883 0.002018535 0.001358036 0.0007372206 0.04403508 0.1018893 0.003567511 0.03594488 0.09749092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06232452 0.08581515 0 0 0 0 0 0 0 0 0 0.1083975 0.04647279 0 0 0 0 0 0 0 0 0 0 0 0.1467143 0.7281778 0.02693891 0 0 0.003837094 0.2607278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0399867 0 0.03822189 0.001172495 0.4107757 0.5907709 0 0 0.02422537 0.2879628 0.5364709 0.1809954 0.5173916 0.1512522 0 0 0 0 0 0.1602906 0.6197997 0.8506409 0.1329902 0.3829991 0.9150252 0.9997435 0.9872087 0.6674005 0.781715 0.3932876 0.7451749 0.4990413 0.6580119 0.2707751 0.521966 0.9420885 0.3984379 0.8380952 0.9995444 0.9997258 0.9999992 0.20478 0 0.04222148 0.0002066877 0.6660226 0.2876424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01553231 2.902485e-005 0 0 0 0 0 0 0 0 0 0 0.003717769 0.09186411 0 0 2.986835e-005 0.0003141944 0.000781077 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1236799 0.0522351 0.02608855 0 0 0 0.01407623 0.05198031 0.3702211 0.02249472 0 0 0 0 0 0.01352596 0.4631137 0.3500332 0 0.01228331 0.04495675 0.1623221 0.7982458 1 0.9348412 0.01943463 0.0006432987 0.101752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.26043e-005 0.001406287 0 0 0 0.09551568 0.04108336 0.1426531 0.03360178 0.02322744 0.01871309 0 0.09569015 0.02718741 0.01981241 0.1584171 0.1782425 0.00662336 0.08343559 0.03615522 0 0.006235381 0.03992864 0 0.02225759 0.000140355 0 0.004585594 0.002056558 0.01832584 0 0 0 0.0009352309 0.2598067 0 0 0 0 0 0 0 0.0009472506 0 0 0 0 0 0 0 0 0 0 0 0 0.4576897 0.7803441 0.4258677 1.55331e-005 0 0.005240098 0.4968058 0.05110892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003714385 0.181343 0.1869306 0.0001077957 0 0.08249043 0.4191812 0 0.1013618 0.004098121 0 0.3386343 0.4470548 0.6004599 0.2930733 0 0 0 0 0 0 0.05594611 0.5375124 0.01131599 0.2552404 0.8310024 0.9105526 0.9921395 0.9868268 0.3488549 0.09868956 0.2195365 0.2489157 0.4135147 0.659806 0.6532686 0.8396268 0.6458803 0.6036749 0.9572688 0.9997984 1 0.3638935 0 0 0 9.483482e-009 0.07084583 0.5402909 0.07427832 0 0 0 0 0 0 0 0 0.1805495 0.4323984 0 0 0 0 0 0 0 0.3918466 0.02805034 0.04815515 0.6267265 0.6997522 0.2661566 0.06503636 0 0.000390536 0.001015767 0 0 0.00226815 0 0.002053815 0.004206305 0.1048458 0 0.003815909 0.08528004 0.02670556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6601636 0.9779246 0.4467159 0 0 0 0.3425987 0.9081598 0.938356 0.1343445 0 0 0 0 0 0 0 0 0.05009885 0.01593287 0.004780937 0.1160973 0.9947881 1 1 0.339319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001015945 0.03654655 0.09661827 0.04426247 0.004261917 0.006413755 0.1508715 0.003762378 0.0006269108 0 0 0.000221669 0.1790178 0.3441211 0.03075468 0.09709444 0 0.02489036 0.005323406 0 0 0 0 0 0 0 0 0.02742333 0.1246639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002738048 0.7810989 0.05884418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01069543 0.03589995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1591289 0.3528656 0 0.008347891 0.007382528 0 0.3763815 0.0207871 0 0 0.6256225 0.7874957 0.098652 0.1234935 0.4247036 0.06181684 0.4066332 0.8178805 0.1186553 0.03540266 0.06810028 0.005296723 0.7370055 0.04131823 0.06504755 0.6584254 0.6090609 0.1080929 0.1491022 0.2606914 0.5071691 0.2497005 0.151787 0.0120411 0.2054157 0.1407941 0 0.0007374115 0.07857031 0.3068264 0.1243547 0 0 0 0.08834053 0.01518934 0.4455542 0.06532606 0 0 0 0 0 0 0 0.06142714 0.8943116 0.888122 0.06329308 0 0 0 0 4.998279e-006 0.0530669 0.0242739 0 0.3251584 0.6322693 0.1889815 0 0.01139498 0.03236614 0.5794796 0.413991 0 0 0 0 0.03469042 0.001536517 0.0002319168 0 0.04672943 0.3054982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3688466 0.3337299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7503647 0.9788647 0.4219508 0 0 0 0.2307055 0.003772939 0.02787198 0 0 0 0 0 0 0 0 0 0 0 0.252057 0.6235026 0.9137658 0.3863387 0.3822702 0.07549284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1124761 0.003235704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001576291 0 0 0 0 0 0.0003072812 0 0 0 0 0 0 0 0 7.529485e-006 0 0.001527035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05727141 0.01419931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3932323 0 0 0 0.01037274 0.2751235 0.2644963 0 0 0 0 5.244511e-005 0.1498145 0.1819421 0.9390109 0.9974129 0.6144639 0 0 0 0.01339165 0.01490239 0 0 0.08809838 0.03745204 0.5836454 0.06096771 0 0.009736826 0.1109187 0.7410842 0.002785027 0.05434959 0.03875419 0 0 0 0 0 0 0 0.005542138 0.08504623 0.008073431 0 0 0 0 0.2543576 0.05962362 0 0 0 0.3648302 1 0.6357479 0 0.1706968 0 0 0.1650728 0.4444643 0.5985204 0.001515708 0 0.1732541 1.735203e-005 0.2252817 0.1487126 0.7141685 0.9084871 0.6339307 0.06912224 0 0 0 0.4875402 0.0905329 0.04415511 0 0 0.0001699124 0.03262009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4794917 0.9438942 0.004618072 0 0 0 0 0.2103034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00606078 0.5047414 0.7654697 0.8439389 0 0 0 0.06635195 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7385989 1 0.3707647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007303943 0.2421983 0.008075343 0 0 0 0 0 0 0 0.04242381 0.02079264 0.002218127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001512007 4.956696e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02609166 0 0 0.0943965 0.4554845 0.2270941 0.6138128 0 0 0 0.6814614 0.9995411 0.6592861 0.8126863 0.7925665 0.3448663 0.5734141 0.4521432 0.5098454 0.01858314 0 0 0 0 0 0.1003468 0.1665609 0 0 0 0 0.3278795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000223504 0 0 0 0 0.7585467 0.6960753 0.4126192 0.07540577 0.3692369 0 0.01805481 0.5239373 0.7670134 0.7529458 0.2104245 0 0 0 0.7558056 0.9745581 0.4348907 0.01201455 0 0 0 0 0 0.0001606819 6.494038e-005 0.0003393199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07337918 0.5906991 0.03900516 0 0 0 0.0071966 0.350583 0.07888356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5471513 0.3483093 0 0 0 0 0 0 0 0 0 0.07450648 0.001393703 0.3303822 0.05915143 0 0 0 0.1701742 0.6195896 0.5062557 0 0 0 0 0 0.1654662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02093007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1218866 0 0 0 0 0 0 0.01490776 0.02390251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001707581 7.299186e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.109176 0.0001969522 0.1111061 0.3076665 0.1534165 0 0 0 0.8375461 1 1 0.7762716 0.2318185 0.433597 0.396397 0.4666388 0.1064992 0 0 0 0 0 0.108657 0.8058617 0.4728032 0.6245934 0.1377335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5989612 0.07523044 0 0 0 0 0.3294908 0.9970055 0.7152792 0.608697 0.4075298 0.03117172 0.01170981 0 0.7640694 0.6518206 0 0 0.01451266 0 1.361504e-005 0.0006825448 0 0 0 0 0.02692236 0.0001149887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3341465 0.6598611 0.1445748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05281477 0.6038653 0.07208867 0 0 0 0 0.2869835 0 0 0.3347742 0.998431 0.3823054 0.6061715 0.05791416 0 0 0 0 0 0 0 0 0 0 0 0.01624729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008053781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004249648 0 0 0 0 0 0 0 0 0 0 0 0 0 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.108704e-005 0.003856088 0.01507678 1.60643e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01677564 0 0.08836591 0.02378353 0.154051 0.04646994 0.0749757 0.2165098 0.07490155 0 0.4216112 1 0.9596389 0.2440082 0.06187599 0 0 0 0 0 0 0 0 0 0.07063412 0.6262971 0.6373595 0.3314896 0.7124618 0.4480249 0 0.000301278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2558202 0.02446497 0 0 0 0 0.0471646 0.5628486 0.3599817 0.6607928 0.5004046 0.1715822 0.4210036 0.1102517 0.1709696 0.1866194 0 0 0.1559156 0.009345332 0 0.001019962 0 0 0 4.501633e-005 0.002524271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06278624 0.5689341 0 0 0 0 0 0 0.09845348 0.2239908 0 0 0 0 0 0 0 0 0 0 0 0.001292845 0.01730848 0 0 0 0.2036986 0.4718075 0 0 0.6326571 0.9999628 0.6613604 0.06170016 0 0 0 0.05210301 0.002698389 0 0 0.1666015 0.3516469 0.3356251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005006487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1294538 0.4892767 0.07635199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2175971 0.6086926 0.000230238 1.251982e-005 2.499859e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01699863 0.2509684 0 0 0.002858687 0.6895496 0.3166768 0 0.7083672 1 0.6150931 0 0 0 0 0 0 0 0 0 0 0 0 0.4893388 0.9330552 0.06765157 0 0.1548194 0 0 0 0 0 0 0.2100016 0 0 0 0 0 0 0.0002035381 0.0001482106 0 0 0 0 0 0 0 0 0 0 0 0 0.1656356 0.000703241 0 0 0 0.1839044 0.3783405 0.2008715 0 0 0 0 0 0 0 0.0295445 0.001201211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001888204 0.547331 0.1362522 0 0 0 0 0.2474142 0.992275 0.9859401 0.2250887 0 0 0 0 0 0 0 0 0 0 0 0 0.006846922 0.1553137 0.339499 0.7326937 0.2699967 0 0.1646121 0.9546777 0.8532866 0.01918521 0 0 0 0 0.2987683 0.7305427 0.6843056 0.7097684 0.9002342 0.9618862 0.5672054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008631436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02672703 0.02671892 0 0.09406108 0.06922776 0.01321809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04391697 0.3818991 0.000619444 0 8.166226e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008746353 0.05104528 0.4162896 0 0 0 0.4579097 0.501865 0.201242 0.6910433 1 0.8773672 0.203433 0 0 0 0 0 0 0 0 0 0 0 0.1316113 0.2136316 0.09715968 0.4437942 0.3104231 0.1971512 0.0003361698 0 0 0 0.06644931 0.4408663 3.025211e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03193812 0 0 1.804159e-008 0.1317569 0 0 0 0.07364002 0.1583926 0.004563474 0.03645586 0.0305029 0 0 0 0 0.2291479 0.1417404 0.01400731 0.01058072 0 0 0 0.0001213002 0.001205413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03120559 0.4966201 0.6361355 0.7496022 0.02193976 0 0 0.04714597 0.2120114 0.1074442 0 0.04218967 0 0 0 0 0.02749795 0.5694541 0.6255608 0.9860767 0.3739116 0.0224054 0.9373326 0.999888 0.4389619 0 0 0 0 0 0.07702076 0.5557528 1 1 0.9975412 0.446019 0 0.1294284 0.06918622 0.6658903 0.08064871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009670855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01075719 0.1236014 0.1177715 0.5326012 0.5983707 0.2366802 0.4175053 0.9118566 0.5027689 0 0 0.03235919 0.3650922 0 0 0 0 0 0 0 0 0 0 0.2977875 0.332778 0.0005947219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004457637 0 0 0.008566239 0.8029673 0.4649933 0.5368266 0.0001039418 0.05618492 0.4686697 0.3591568 0 0.02376949 0.07029888 0 0 0 0 0 7.799713e-005 0.007593065 0.2802255 0.8456821 0.4266877 0.2327031 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1148911 0.1559915 0 0 0 0 0 0 0.3385393 0.07289751 0 0 0 0.1252249 0.0221306 0 0 5.028556e-005 0 0 0 0.01219451 0 0 0 0 0.02139823 0.3539993 0 0 0 0 0.3620418 0.02931494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07135844 0.1105595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4003269 0.4970079 0.7120386 0 0 0 0 0 0 0 0 0.1156812 0.3873203 0.05889089 0.3192473 0.9999843 0.9999449 0.6662597 0.4782166 0.1660109 0.2744433 0 0 0 0.1137631 0.6281345 0.6437996 0.1747909 0 0 0.3820573 0.6036522 0.6543787 0.1090541 0 0 0 0 0 0 0 0 0.006072698 0 0 0 0 0 0 0 0.227918 0.07033372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002086479 0.01203666 0.158575 0.2550734 0.9764128 0.9516907 1 1 0.7838728 0.2241275 0 0.05515375 0.7707357 0.1732261 0 0 0 0 0 0 0 0 0 0 0.001877657 0.3353352 0.5263889 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.044338e-005 0 0 0 0.001002884 0 0 0.06127391 0.0630474 0.09470633 0.1498695 0.1290918 0.2519217 0.9701447 1 0.2527404 0 0.2261163 0.2525108 0 0 0 0 0 0 0 0 0.00458457 0.2032877 0.7641497 0.1768985 0 0 0 0 0 0 0 0 0 0 0 0 0.03670731 0.03439389 0 0 0 0 0 0 0.6554438 0.01605787 0 0 0 0.01926368 0.006505372 0.002295229 0 0.0247963 0 0 0 0 0 0 0 0.01644998 0.2173715 0.1736295 0 0 0 0 0.08674055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1345934 0.2073236 0.002588277 0 0 0.2249694 0.4660305 0.182728 0 0 0 0 0 0.01233633 0.7522435 1 0.7010534 0.09089344 0.2502819 0.04274332 0.1318628 0 0 0 0 0.04138947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.645456e-005 0 0 0 0 0 0.005285407 0 0.001764339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4405437 0.03581289 0.223805 0.9429442 0.9999862 0.7241467 0.6687364 0.03420896 0 0 0.2329911 0.3912052 0.02472438 0 0 0 0 0 0 0 0 0 0 0.1813139 0.526917 0.2035596 0.01243178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01126252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00183614 0.2641627 0 0 0 0 0 0 0.01287581 0 0 0 0 0.01447201 0.3953345 0.753938 0.05122535 0 0 0 0.09408073 0.1126945 0 0 0 0 0 0 0 0 0.01084422 0 0 0 0 0 0 0 0 0 0 0 0 0.02622755 0 0 0 0.01208022 0 0 0 0 0.1728492 0 0 0 0 0.2775529 0.8822148 0.5851333 0.006718138 0.3123312 0 0.1263697 0.008618705 0 0 0 0 0 0.01092956 0.03670589 0 0 0.008088172 5.222764e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.40746 0.09870399 0 0 0 0.170274 0.09620618 0.5047232 0.1944841 0.1989205 0.5754291 0.1030478 0 0 0 0 0.3310729 0.04708739 0.7475002 0.2604053 0.006964613 0 0 0 0 0.0003933765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06136362 0.1097791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003272321 0.0386045 0.007814256 0.05039684 0 0 0 0 0.2085559 0 0.01727325 0 0.003598478 0.4412857 0.9957969 0.000161454 0.01122611 0 0 0 0 0.1378419 0.3090798 0 0 0 0 0 0 0 0 0 0.0008550666 0.3200785 0.67279 0.6827306 0.008242197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004644068 0 0.005122549 0 0.0005971118 0.008738237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003830383 0.8538999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1194652 0.008626728 0 0 0 0 0 0 0 0 0 0 0 0.1938532 0 0 0 0 0 0 0 0 0.2207259 0.6484351 0.1393974 0 0 0 0 0 0 0 0 0 0 0 0 0.1221486 0.7650904 0.3831305 0 0.3751678 0.1358996 0.1769126 0.03386902 0 0 0 0 0 0 0.0007892098 0 0.003102318 0.0008491096 0.02420573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9742821 0.9719613 0.3648154 0 0 0.018331 0.7842501 0.9608526 0.9507171 0.5255347 0.4827563 0 0 0 0 0.1714942 0.8466298 0 0 0 0 0 0 0 0 0.02370758 0.0003947473 0 0 0 0 0 0 0.07071536 0.453649 0 0 0.06679549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07786707 0.05489753 0 0.1665807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01132227 0 0 0 0.0011967 0 0 0 0.07918517 0.3052224 0.03630725 0.3181611 0.3758855 0 0 0 0.02377458 0 0 0 0 0.3330374 0.3825972 0 0 0 0 0 0 0.07627535 0.3369347 0 0 0 0 0 0 0 0 0 0 0.3486951 0.9118124 0.5012979 0.2737098 0.2699973 0.1256422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05217464 0.2125071 0 0.02665271 0 0.007664752 0.5822984 0.1351895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2960802 0 0 0 0 0 0 0 0 0.141723 0.4209281 0.01536522 0 0 0 0 0 0 0.04093793 0.01674207 0 0 0 0 0 0 0 0 0.2028045 0.2769258 0.3805658 0.5432431 0.09390678 0.1844554 0.04912992 0.05412683 0 0 0 2.974351e-005 0.1598049 0.006426347 0.03968458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1603395 0.07332678 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9867355 0.9388386 0.1012073 0 0 0.01214815 0.2155472 0.9905831 0.9872794 0.4144808 0 0 0 0.07409346 0.6466697 0.9079527 0.6009029 0 0 0 0 0 0 0 0 0 0.1349758 0 0 0 0 0 0.09192432 0.06046483 0.2126353 0.0006452713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01361626 0 0.04962382 0.04538846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.447288 0.5661994 0.02353681 0.322378 0.9465533 0.9748269 0.1822348 0.0175825 0 0 0 0 0.4077115 0.06664304 0.005030257 0 0.04239945 0 0 0.3520449 0.243683 0.01315754 0 0 0 0 0 0 0 0 0 0 0 0 0.04062768 0.4945263 0.2214351 0.4396721 0.5468335 0.5470259 0.03062611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01283158 0.2429015 0 0 0 0.2979469 0.5804405 0.006988445 0 0 0 0 0.02378738 0 0 0 0 0 0 0 0 0 0.1510128 0 0 0 0 0 0 0 0 0.03965939 0 0 0 0 0 0.007528243 0 0.03893458 0.5687376 0.01740394 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07901232 0.3530465 0 0 0.02436921 0.4843254 0.585823 0.8902091 0.3983718 0.176915 0.08255971 0.006456543 0.124208 0 0 0 0 0 0.06352202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5009748 0.06917983 0 0 0.3615443 0.9924458 0.536416 0.1521736 0 0 0 0 0 0 0 0 0.0694633 0.3217998 0.358285 0 0.3465251 0.4169094 0 0 0 0 0.2947179 0.982483 0.8724265 0.721777 0.2272478 0.1153656 0 0.09011609 0.6660005 0.9625877 0.5324303 0 0 0 0 0 0 0 0 0 0.02277119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06240834 0.2986891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04006287 0.3917904 0.7690174 0.7987099 0.1388142 0.5461941 0.8403993 0.7737398 0.1686846 0.01490538 0.1071894 0.1829444 0 0 0.4154483 0.0001349013 0 0 0.00426224 0 0.005029104 0.1678958 0.6827988 0.3137007 0 3.847995e-005 0 0 0 0 0 0 0 0 0.0002610344 0.01298592 0.1742211 0.2194301 0.0207002 0.2776347 0.6070079 0.428673 0.02680254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0116601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03765085 4.518262e-005 0 0.01396555 0.3414505 0.01595737 0.01136188 0.08604339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05177494 0.2551927 0 0 0 0.08406823 0 0.0002604453 0.1634798 0.06988633 0 0 0 0 0 0.0371259 0 0 8.273712e-005 0.04119082 0 0 0.07427772 0.4494744 0.9356914 0.2893297 0 0 0.03501211 0.1632606 0.09682619 0 0 0 0.1659817 0.009006479 0 0 0 0 0 0.0001580561 0.001163721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2180784 0.6946183 0.5024256 0 0 0.0431954 0.3101559 0.421441 0.4704667 0 0 0 0 0 0 0 0 0.04153909 0.4718239 0.5946687 0.03352034 0.6430957 0.2062234 0.002280584 0 0 0 0.3844734 0.9880493 0.5367242 0.372043 0.9053941 0.2958933 0 0.1939242 0.9295252 0.9906638 0.7010326 0 0 0 0 0 0 0 0.02910315 0.1919501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01796315 0.006877176 0 0 0 0 0 0 0 0.02217812 0.3367392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0009167137 0 0.1385704 0.8997781 0.9960343 0.8294168 0.02303651 0.02746882 0.5203657 0.2663454 0.1267362 0.007225982 0.5157856 0.001175815 0.4536822 0.05058843 0.4016107 0.001078698 0 0 0 0 0 0.01588531 0.652374 0.1693646 0.04333681 0.1835687 0.0672192 0 0 0 0 0 0 0 0.08369076 0.6853637 0.03929618 0 0 0 0.03277674 0 0.2514462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007202945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05262459 0.7057766 0.109283 0 0 0 0 0.05201945 0.1552396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02345122 0.07612116 0 0 0 0 0 0 0 0 0 0 0 0 0.03193439 0 0 0 0 0.1075704 0 0.1741112 0.01414057 0.04510761 0.09699033 0.03404365 0 0.007926203 0 0 0 0 0 0 0.08602618 0 0 0.1258639 0.04621712 0.02042152 0.009020338 0.03416356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3801302 0.7364603 0.4131443 0 0 0 0 0.4236015 0.4608327 0 0 0 0 0 0 0 0 0 0 0 0 0.8546916 0.8151647 0.3119742 0 0 0 0.4357745 0.9921212 0.6896587 0.0416666 0.02497211 0 0 0.2920977 0.8867538 0.6233286 0.4041364 0 0 0 0 0 0 0 0 0.08566409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009164982 0.2293699 0.0116735 0 0.2613833 0.1953867 0 0.07634939 0.1043682 0 0.06054537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05008881 0.07660775 0.2724536 0.09908292 0.3421972 0.6136766 0.8609658 0.1715498 0.3696212 0.9676722 0.3484367 0 0 0.001958647 0.04628985 0.999516 0.4253234 0.00107126 0 0 0 0 0 0.0115161 0 0.01321114 0.5088448 0.1642948 0 0 0 0 0 0.04248606 0.06356261 0 0 0.01722557 0.0182367 0 0.1996942 0.002240162 0 0.02251778 0.07450826 0.5388639 5.55367e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0.01277283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01965591 0.01953164 0 0 0 0 0.02176542 0 0 0 0 0 0 0 0.09146257 0 0.05817593 0.05338874 0.001648742 0 0 0 0 0 0 0 0 0.001152444 0.0316201 0 0.03192847 0 0 0 0 0 0 0.0412283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.386229 1 0.9260308 0.2471336 0 0 0 0 0.007582983 0 0 0 0 0 0 0 0 0 0 0 0 0.3836462 0.9653851 0.8862574 0.4109171 0 0 0.3243768 0.8521825 0.0683954 0.01336917 0 0.0567752 0.3070584 0.7221643 0.2914067 0.01271624 0.0514682 0 0 0.1391042 0.00391154 0 0 0 0 0.04182075 0.07344452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03352937 0.002938947 0.02032781 0 0 0 0 0 0 0.03348947 0.08428501 0.01976668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005568816 0.2534055 0.05005963 0.004251336 0 0.3157679 0.2624207 0.4291228 0.1307746 0.5005089 0.9372022 0.161744 0 0.01868065 3.843858e-005 0.02107546 0.9901617 0.5358155 0 0 0 0 0 0 0.02756785 0 0.001703059 0.01630097 0 0 0 0 0.09154611 0.2592044 0.2603936 0.02220798 0 0 0 0 0.309467 0.6096356 0.467427 0 0 0.06378958 0.3071356 0.1285861 0.0001684156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002412281 0 0.001102344 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00234371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03047602 0.311815 0.01530207 0 0 0 0 0 0 0 0 0 0 0 0 0.07694217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0219394 0 0 0 0 0 0 0.08408857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4897822 0.4978402 0.2626344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02132235 0.9844984 0.953583 0.9958246 0.9775254 0.2138799 0 0.001886061 0.002767874 0 0 0.00659191 0.514291 0.08490555 0.122882 0 0 0 0 0 0.1114919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0072857 0.01734653 0 0.07783311 0.0002372224 0 0 0 0 0.004218433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09575345 0 0 0 0.00249038 0.03996236 0.465023 0.3714516 0 0.02005928 0.1292596 0 0.2816555 0.7519495 0.001007971 0 0.2990234 0.06719787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05280096 0.1502888 0.04125299 0 0 0 0 0 0 0.003840105 0.04345969 0.003284974 0.008552403 0.02199383 0.4045555 0.01408673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002775471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02367525 0.06537325 0 0 0 0.0001468137 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1662203 0.295081 0 0 0 0 0 0 0 0.003971178 0.08034905 0 0 0 0 0 0 0 0.04143454 0 0 0 0 0 0 0 0 0.0751405 0.4230941 0.003324251 0.01051056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4578269 0.2144067 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6352345 0.5311419 0.33499 0.1672413 0.00282888 0.1772525 0.3473054 0.2299457 0 0 0.08509388 0.4649422 0.6273093 0.002754424 0.006383987 0.11449 0.002185848 0.08835869 0 0 0 0 0 0 0 0 4.634754e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1368714 0.009936572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03534266 0 0 0 0 0.01443959 0.1305478 0.005437966 0 0 0 0 0.6203106 0.5156919 0.0004494143 0 0 0 0 0 0 0 0.2210999 0.2535921 0 0 0 0 0 0 0 0 0 0 0.006947764 0.09082134 0 0.008910093 0.01775993 0 0 0 0.006025257 0.2721842 0.04016491 0 0.01020728 0.6038899 0.04476559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.042319e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01875561 0.2636966 0.02390667 0.08566821 0.0281085 0.00905103 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000104074 0.1184113 0.6349164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008595814 0.03449775 0 0 0 0 0 0 0 0.170919 0.3041862 0 0 0 0 0 0 0 0.00320264 0 0.0001016899 0.0001334678 0.0002909294 0 0 0.004731075 0 0.0008526873 0.06946213 0.2792561 0.03722463 0 0 0 0 0.008118441 0.02417418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14758 0.5881116 0 0 0 0 0 0 0.0003682286 0.002715225 0.00302761 0.0002796526 0 0 0 0 0 0 0.1362425 0 0.0001388282 0 0 0.06556859 0.3644651 0.4430094 0.9216694 0.5804614 0.5192785 0.2619021 0.01545817 0 0.002045816 0.1891586 0 0 0.03563209 0 0 0 0 0 0.09863238 0 0 0.3682221 0.001064737 0.6760194 0.06029255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1931598 0.08309124 0 0 0 0.01690871 0 0 0.03663553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02323977 0.1828043 0.1602564 0.05769241 0 0 0 0.009862413 0.03475586 0 0 0 0.09459753 0.5535418 0.004685952 0 0 0.4670577 0.4260433 0.3522855 0.3511049 0.01556598 0 0.0005627343 0.0001039263 0 0 0 0 0 0 0 0.005432221 0.4372644 0.009586953 0 0 0 0 0 0 0 0.01574266 0 0.0121798 0.01389582 0.2909812 0.0809352 0.5667667 0.2520717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000597129 0.002807274 0.003334668 0 0.04689559 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4841377 0.02225018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009850628 0.01098407 0 0 0 0 0 0 0 0 0 0 0 0.007477067 0 0.0001465914 0.0006113418 0 0 0 0 0 0.01255345 0.0130407 0.01140636 0.007917616 0.00368294 0 1.71044e-005 0.03643411 0.02963468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3904105 0.2660393 0 0 0.01533068 0.6236268 0.7648496 0.9042901 1 1 0.1346523 0 0 0 0 0 0 0.8684402 0 0 0 0.00122243 0 0.23526 1 0.811219 0.1011507 0.7555753 0.9999848 0.8649276 0.1887505 0 0 0 0 0 0.01919362 0 0 0 0 0 0 0 0 0.0003091818 0.189885 0.0006923281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2708804 0 0 0 0 0 0 0.04499192 0.01101362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4460896 0.5191768 1 0.6912945 0 0 0 0 0 0 0 0 0.1151809 0.08271897 0 0.07708483 0.6343129 0.9088828 1 1 1 0.04669099 0 0 0 0 0 0 0 0.03427553 0.05443902 0 0.00190777 0.5440505 0.04717682 0 0 0 0 0 0 0 0.1018922 0.1208104 0.01022819 0.002756868 0.01286605 0.01055154 0.1478935 0.1588561 0.000944767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01014773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03163011 0.06151893 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2807215 0.2308026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00661022 0 0.03838469 0 0 0 0 0.03824059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001923239 0 0 0 0 0.02372701 0.3212856 0.2209949 0.0002910959 0.009845457 0 0.04595396 0.05995546 0.0520535 0.0120229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001075949 0.5850634 0.08550155 0 0.1414696 0.5175415 0.4472816 0.5664976 0.7764028 0.8538029 0.1199941 0 0 0 0 0 0 0.3122108 0 0 0 0.5040519 0.7128611 0.4790664 0.008635833 0.001572447 1.203862e-006 0.01603836 0.8768178 0.9206703 0.4817973 0 0 0 0 0 0.009280179 0 0 0 0 0.006041483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07238919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1126262 0.8326391 1 0.8667469 0 0 0 0 0 0 0 0 0.004999658 0 0 0.02088989 0.1713009 0.7942805 1 1 1 0.0484406 0 0 0 0 0 0 0 0 0 0 0 0.02751345 0.2226174 0.02369544 0.004870218 0.003665499 0 0 0 6.347755e-005 0.002752328 0.1038797 0.02764161 0.08791612 0 0 0.05208751 0.3578016 0.07580098 0.1287112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01835852 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05838493 0.07850558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08246248 0.01687868 0.01475002 0 0.04511888 0.0572828 0 0 0.230118 0.01899955 0 0 0 0 0 0 0 0 0 0 0 0 0.001496273 0 0 0 0 0.0001357618 0 0.00269934 0 0 0 0.03349754 0.1389775 0.02977079 0.1165257 0.007278324 0 0 0.01228058 0.01403425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1964126 0.6286769 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003720737 0.07402665 0.01115508 0 0.5790561 0 0 0.1901712 0.3825879 0 0 0 0 0 0 0 0 0 0 0 0.03530157 0.09123276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002141132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002274302 0.0001427972 0 0 0 0 0.2855497 0.6254209 0.8509145 0.9214004 0 0 0 0 0.04265266 0.005480983 0 0.1776791 0.3401414 0 0 0.04832912 0.707496 0.7784315 0.7810011 0.9415582 1 0.3798977 0.3542554 0.1155837 0 0 0 0 0 0 0 0 0 0.014892 0 0 0 0.03164753 0 0 0 0 0 0 0.01911536 0.1231502 0.003669497 0.06748485 0.09494446 0.005976879 0.04032311 0.01274156 0.03014051 0.002792944 7.397607e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001166201 0.07968112 0 0.03443762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01594284 0.5673405 0.9586673 0.6809081 0 0 0 0 0 0 0 0.02385089 0.05135423 0.001075206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007134648 0.4415035 0.1254618 0.001194482 0 3.815545e-006 0.009259981 0.1730193 0.0244079 0.0009088638 0.0002940047 0.08526487 0.000121588 0.0001950711 0.01032284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6303127 0.1571381 0 0 0 0 0 0 0.1216294 0 0 0 0 0 0 0 0 0 0 0 0.01012287 0 0.1561194 0.7938278 0.1198582 0.07133137 0.1983274 0 0 0 0.003337676 0.0159968 0 0 0 0.06814784 0.04095177 0 0.07828049 0.01658833 0.000998072 2.66161e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00832512 0.01873559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01892483 0.00447154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.708104e-006 0.01172629 0 0.01921354 0.001339206 0 0 0 0 0 0 0 0 0 0 0 0.07148303 0 0 0 0.5598564 0.9995785 0.8986456 0.8777003 0.5881611 0.4097314 0 0 0 0.08147595 0.2319807 0.1291986 0.6098653 1 1 1 0.3223418 0 0 0 0 0 0 0 0 0 0.03263104 0 0 0 0 0 0 0 0 0 0 0 0.01673953 0.2501748 0.1366714 0.0351041 0 6.783916e-006 0 0.02452671 0.006718257 0.201034 0.02097408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2053776 0.05579722 0 0 0 0 0 0 0 0 0 0 0 0 7.043524e-006 0.0005343613 0.04584369 0 0 0.07460153 0.08432618 0 0 0 0 0 0.09631394 0 0.001841563 0.001395596 0 0 0 0 0 0 0.000254771 0 0 0 6.277796e-005 0 0.000141978 0 0 0 0.00234892 0.1151312 0 0 0 0 0 0 0.003792994 0.1270791 0.05772797 0.007558063 0.001866982 2.477602e-007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2376345 0.6597364 0 0 0 0 0 0 0.01527886 0 0 0 0 0 0 0 0 0 0 0 0.0002673572 4.457985e-008 0.1048891 0.666783 0.1677459 0.00882035 0.0535933 0 0 0 0.0518298 0.07424759 0 0 0 0 0.01595458 0.01653462 0 0 0 0.03191984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03487075 0.2466781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02773636 0.02345765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08977741 0.006383516 0.006825424 0.04112159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1633127 0.6037534 0.8018407 0.601224 0.007779813 0 0 0 0.4664274 0.6120825 1 1 1 1 1 1 0.3222064 0 0.006160136 0.2346744 0.2089112 0 0 0 0 0 0 0 0 0.09358808 0.267123 0.01854874 0 0 0 0 0 0 0.0007332712 0.05113811 0.2115839 0 0 0 0 0.001903444 0.0482757 0.1062008 0.01860371 0.004439792 4.132558e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002713323 0.01929918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0.01123078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09232969 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2414116 0.2159225 0.09741626 0 0 0 0 0 0 0 0 0 0.1710881 0.0001649993 0 0 0 0 0 0 0 0 0.01449186 0.01700288 0 0 0 0 0 0 0.005209825 0 0 0 0.06048772 0 0 0.01649965 0.001238406 0.0001277553 0.0002470551 0.01392404 0.0002742268 0.01134366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1718587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4035894 0.9983562 0.9653727 0.1966637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1917935 0.4841427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1072105 0.03385453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08324332 0.1054136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00364803 0.003857748 0.005738954 0 0 0.4740962 0.1641772 0.06114925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9977906 1 1 1 1 1 1 0.6032176 0.04984596 0 0 0 0 0 0 0 0 0 0 0 0 0.003556656 0.1962877 0.03764937 0 0 0 0 0 0 0 0.07438418 0.02862461 0 0 0.005733496 0 0.01590958 0.07113498 0.1582284 0.006871992 0.003408775 0.0005064884 0 0 6.971255e-007 8.749318e-007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01905171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006106971 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001036614 0 0 0 0 0 0 0 0 0 0.02693517 0 0 0 0 0 0 0 0.03867556 0.00290515 0 0.1340793 0.22116 0.0007451381 0.0349919 0.0009524444 0 0.0002555781 0.0003973489 6.410405e-005 0.07962865 0.003238014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003078839 0.0003758532 0 0 0 0 0.004824227 0.00271539 0 0 0 0 0 0 0 0 0 0 0.4048413 1 1 0.8780396 0.07981841 0 0 0 0 0 0 0 0.000506248 0.09258602 0 0 0 0.1471754 0.7136419 0.1113634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0156821 0.01962643 0.001563267 0 0.0322913 0 0 0.1132136 0.07925016 0.2562814 0.05204819 0 0 0 0 0 0 0 0.1670812 0.2245429 0 0 0 0 0 0 0 0 0 0 0 0.997894 1 0.991236 0.7243045 0.7360452 0.7367362 0.6267779 0.4341833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1024733 0.02592224 0 0 0 0 0.004672634 0.005798956 0 0.001910731 0.0851294 0 0.001039044 0 0.0442977 0.02981091 0.005000541 0.01285423 0.0005978348 1.764542e-005 0 0.0001765248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001327454 0.01282089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05155233 0.03891376 0.03509329 0.2505813 0.2192243 0.03442622 0.1112764 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02545424 0.01300456 0 0 5.76734e-005 0 0.1232624 0.2882633 0.003847891 0.06207135 0 0 0 0 0.007899813 0.001082343 0 0.0002897781 0.01551506 0.003463139 0 0.02207937 0.005427285 0.1563853 0.6604559 0.265507 0.00364705 0.1442771 0.09324523 0.2703771 0.03147381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009339941 1.251022e-006 0 0 0 0 0 0 0 0 0 0 0.4051513 1 1 1 0.7438888 0.01672498 0 0 0 0 0 0 0.06885527 0.2332164 0 0 0 0.06001194 0.06886621 0 2.839587e-007 1.934603e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02457831 0.1869168 0 0 0.1049053 0.009244238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1351104 0.01621464 0.006617896 0.110291 0.3756425 0 0 0 0.009378813 0.4253022 0.1377983 0 0 0 0 0 0.236324 0.3411736 0.9432174 0.6704198 0 0 0 0 0 0.5028094 0.5031531 0.504928 0.5058616 0.5059028 0.5059113 0.9991491 1 0.9666344 0.1078366 0.1824029 0.6779523 0 0 0 0.1874721 0.03466871 0 0.01324028 0.001707407 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002620802 0.01242133 0 0 0 0.02072647 0 0.006149592 0.01358579 0.01445746 0.002508102 0 0 0.002867226 0.00649501 0.007005055 0.0002667363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007436838 0.09744304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04184293 0 0.1894096 0.3954344 0 0.05216576 0.603565 0.2736797 0.03774302 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04223534 9.692177e-006 0.03127791 0.02103418 0 0 0 0.693523 0.6220168 0.04354772 0.08587783 0 0 0 0.01567365 0 0.0111284 0 0.0009799516 0.0002872057 0.001521789 0 0.3514795 0.5996758 0.3344568 0.1149017 0.1218632 0.07032403 0.2528434 0.1526691 0.323653 0.001101048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4737943 0.78497 0.2049148 0 0.01193643 0 0 0 0 0 0 0 0 0 0 0 0.4056265 1 1 1 1 0.5637533 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1841377 0.9727168 0.6209123 0 0 0 0.022191 0.02226437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1050572 0.1171367 0 0 0.007248425 0 0.005188129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005543291 0 0 0 0.1421474 0.9364986 0.12875 0 0 0 0 0 0.4777411 0.6664453 0.6289451 0.1481816 0 0 0 0 0 0.9962227 1 1 1 1 1 1 1 0.9929044 0.6533045 0.3503743 0.185762 0 0 0.0002990321 0.06428704 0.03882561 0 0.002457044 0.0485351 0 0 0 0.001620483 0.4073295 0.0006936541 0 0 0 0 0 0 0.0001880535 0.06526828 0.2192348 0 0 0 0 0 0.07907643 0.02523042 0.0009883092 0.001282924 0.007625489 0.0150308 0.02069897 0.01028282 0.003665438 0.05240722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01821757 3.013702e-005 0 0 0 0.05355882 0.01533426 0.2787817 0.2733904 0.08608291 0.3596647 0.7482099 0.0166739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2583498 0.7909741 0.05587126 0 0 0 0 0 0 0 0 0 0.004810166 0.01900475 0.0002372803 0.03874057 0.255463 0.249358 0.328057 0.102296 0.0675516 0.004137147 0.001638409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04077858 0.8525273 1 0.4465096 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2613162 0.6418126 0.6964386 0.9990001 0.6953428 0.4218115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2426329 0.1090906 0 0 0 0 3.321109e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05548383 0.1986001 0.0177191 0.01336191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.09265e-005 0 0 0 0.3064689 0.05860083 0 0 0 0.3725698 0.06075316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.9962017 1 1 1 1 1 0.04471646 0.04186719 0.04186307 0.04197588 0.0006611866 0 0.03412073 0 0 0 0 0.0263116 0.01593748 0 0 0 0 0.002212118 0.7108533 0.4975979 0 0 0 0.01552894 0.1523612 0 0.004799449 0 0 0 0 0 0 0 0.04575875 0 0.04064637 0.0006910851 0.002692976 0.001050812 0.007160063 0.08997343 0.003487748 0.03200478 0.002187215 0.0004822215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00762347 0.008861428 0 0 0 0.0003550442 0.03995905 0.4848514 0.5929308 0.6353866 0.244014 0.2736114 0.2551072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002956403 0 0.4079831 0.1968773 0 0.03087624 0 0 0 0 0 0 0.0006882008 0.0150483 0.002208762 0 0.08509307 0.1055278 0.1556716 0.2699802 0.2073223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01779704 0.9911593 1 0.5964301 0.002421475 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0805387 0.3520115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002278938 0 0.00160857 0 0 0 0.1986296 0.3687133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002679285 0.00269418 0.002701785 0.002709389 0.002716993 0.002726254 0.002737188 0.002748146 0.002759129 7.424795e-006 0 0.3306389 1 1 1 1 1 0.002783653 0 0 0 0 0 0.08563056 0.3932338 0.5051437 0.1659196 0.008740017 0.0009783402 0.008622801 0 0 0 0 0.001420484 0.6544007 0.632175 0 0 0.001064089 0.3572736 0.8977788 0.2541281 0.09243114 0 0 0 0 0 0 0.003989669 0 0 0.002138812 0 0.006311534 0.006453053 0.2015358 0 0.01326229 0.02219208 0.06853591 0.004856381 0.000499911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1865849 0.6077731 0.9555708 0.8614798 0.7573787 0.3292907 0.09711997 0 0.09802264 0.06482614 0.02244798 0 0 0.03102176 0 0 0 0 0 0 0 0 0 0 0 0.02423642 0.2086956 0 0.08073777 0 0 0 0 0 0 0 0.2263675 0.4242708 0.05239343 0.08453666 0.2020135 0.09692477 0.2047396 0.1127764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02449538 0.9247597 1 0.7104484 0.3627913 0 0 0.04227946 0 0 0 0.001569261 0.5955452 0.1820903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1628204 0 0 0 0 0 0 1.152969e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.879967e-006 0 0 0.02663341 0.1433757 0 0 0.03263059 0 0 0 0 0.06508449 0.02893983 0 0.9971939 1 1 1 1 1 1 1 1 0.1672382 0.1651288 0.4428104 1 1 1 1 1 0.002692814 0 0 0 0.1332131 0.2408509 0 0.1615298 0.2576932 0.06574761 0 0 0 0 0 0 0 0.001107958 0.6400895 0.0001907456 0 0 0.1963659 0.4914666 0.05157554 0.01313105 0 0 0.08823035 0 0 0 0 0 0.0639523 0.2153982 0.08274865 0.0181624 0.02737731 0.03408715 0.02137872 0.006038828 0.0004614948 0.1203621 0.1156145 0.1143286 0.0005160447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05514137 0.5955217 0.6611255 0.9699176 0.9368015 0.8909468 0.3955666 0.2564147 0.03682762 0.1430905 4.893798e-005 0 0 0 0 0 0.2081099 0.01192349 0 0 0 0.02831206 0.03017399 0 0 0 0 0 0.09377669 0.003478502 0.04794684 0 0 0 0.0001437387 0 0 0.0001319097 0.3518595 0.007219737 0 0.04063006 0.00160502 0.02058234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5375281 1 0.5146651 0 0 0 0.04436138 0 0 0 0.0008642008 0.8488758 0.9993051 0.7712402 0.3864807 0.09264817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2585147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01487165 0.001821673 0 0.07475774 0.2624879 0 0 0 0 0 0 0.2820328 0.3830435 0.08042082 0 0.9972572 0.9171461 0.9331654 1 1 1 1 1 0.9999998 1 1 0.9276996 1 1 1 1 1 0.00258978 0 0 0 0 0.02199049 0.7146834 0 0.001445952 0.001215272 0 0 0 0 0 0 0 0.001035076 0.8153163 0 0 0 0 0 0 0 0 0 0.1076197 0.08830012 0 0.3132748 0 0 0.1336051 0.2939803 0.2820333 0.5184198 0.1333688 0.03712374 0.07162052 0.001061098 0.0006659522 0.01573808 0.06218577 0.1518165 0.02614162 0 0.1018332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1480798 0.168592 0.2205111 0.1425974 0.5361264 0.3405346 0.2850103 0.2551264 0 0 0 0 0 0 0 0.106009 0.1609174 0.07634225 0 0 0 0 0.1407747 0.01119349 0.05560993 0 0 0 0 0.05661302 0.03163594 0.3692524 0 0 0 0 0.2389501 0.04257994 0.08725472 0.2745887 0.1337437 0.004395678 0.008096659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3247183 1 0.7549627 0 0 0 0 0 0 0 0 0.07663632 0.9267043 1 0.8899008 0.2335236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001154879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006228098 0.0178331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.7145085 0.6163545 0.5968085 0.4957823 0.9307952 0.9564231 0.8832626 0.8529324 0.8882897 0.8317237 0.8814504 1 1 1 1 1 1 0.002498325 0 0 0.2549055 0.2231951 0.01242757 0.3965195 0 0 0 0 0 0.002211364 0.008694833 0 0 0 0.0009646465 0.8603584 0.01016637 0 0 0 0 0 0 0 0 0.2570727 0.0276601 0.005535973 0.4721106 0 0 0 0 0 0.09277693 0.1747 0.1792227 0.1670269 0.03730578 0.05884254 0.01038482 0.0570509 0.05430209 0.1061095 0.05296025 0.3510825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03285539 0 0 0 0 0 0 0 0.2690484 0.4648963 0.07544179 0 0 0 0 0 0 0.2407618 0.3662682 0 0 0 0 0 0 0.007293161 0.0005927739 0.00916591 0 0.09207992 0 0 0.05239804 0.5420346 0.1200769 0 0 0.004376611 0 0.3002704 0.1110169 0 0.1445895 0.1282665 0.6673415 0.009509401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2448035 1 0.9797693 0.09039777 0 0 0 0 0 0 0 0 0.5276534 0.9341698 0.1385404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00322861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01048064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06498086 0.1814615 0.1803565 0.1204442 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003740605 0.05250051 0.064648 0 0.03962268 0 0.01041641 0.1576756 0 0.2960319 1 1 1 1 1 1 0.005177603 0.001446503 0 0.000420369 0.001377731 0 0 0 0 0 0 0 0.001759253 0.002331473 0.002204293 0.002170837 0.001695168 0.003034317 0.9957553 0.2967696 0 0 0 0 0 0 0 0 0 0 0.04115849 0.0007259527 0.02857096 0 0 0 0 0 0 0.02092705 0.06484722 0.0001779719 0 0.01614794 0.01257445 0.02580481 0.1416195 0.05259484 0.1445871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000588232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1235105 0.0002366598 0 0 0 0 0 0 0.1221789 0.3736988 0.2900274 0 0 0 0 0 0 0.07316022 0.02372629 0 0 0.07674735 0.003770877 0 0.01165458 0 0 0 0.02026645 0 0.1981061 0.008441558 0.008036932 0.03657965 0.1260011 0 0.0022625 0.02043312 0.01048181 0.04413056 0.04204645 0.01609127 0 0.004911311 0.02460416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.049847e-006 0.299 1 0.5872607 0 0 0 0 0 0 0 0 0.3924534 0.2924441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07457231 0.09887469 0.03801579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03424852 0.03352853 0.03064566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2481204 0.8361451 0.8340799 0.9995 1 1 1 0.999991 0.51 0 0.1772199 0.7358589 0 0 0 0 0 0 0.0007798642 0.7164117 1 1 1 1 1 1 0.4565781 0 0 0 0 0 0 0 0 0 0 0 0.009723428 0.0846866 0 0 0 0.1394347 0.000946693 0.005502101 0 0 0.0009195703 0 0.0001436732 0.01773878 0.01139391 0.1043635 0.1061531 0.131965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001450477 0 0 0.01779768 0.0004346484 0 0 0 0 0 0.09559403 0.08224001 0 0 0 0 0 0 0 0 0 0 0.05418699 0 0 0.002887083 0 0 0 0 0.08352288 0 0.01870602 0.05625313 0.08257765 0 0 0.005077236 0.09230982 0.004890075 0 0 0.04102831 0.002230177 3.272593e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09995592 0.1601004 0.07075497 0 0 0.03998866 0.02098775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002167715 0.03647104 0.04008348 0.3765893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006895554 0.09744272 0.3751169 0.5337943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5005664 0.5006016 0.5006349 0.5006682 0.9980126 0.764097 0.3196781 0.5598686 0.9668529 0.3214768 0.04552403 0.1178205 0 0 0 0 0.1242956 0.4727259 0.713316 0.9813445 1 1 0.896894 0.163621 0 0.02389329 0.3695365 0.2487617 0 0 0 0 0 0 0 0 0 0 0 0 0.05597322 0.01636576 0 0 0 0 0 0.0007117221 0.001524055 0.07615422 0.03346318 0.2136232 0.03721569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01816281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01255482 0 0 0.153034 0.02525604 0 0 0 0 0.01459363 0.1671238 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03980191 0 0 0.02465744 0.1085201 0 0.003816742 0.002446666 0.03238567 0.04840198 0.07984201 0 0.005847099 0.002642574 0 0 0 0 0 0.2077582 0.001536614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06953974 0.0732757 0.0006097741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01391416 0.1674528 0.2537144 0.3161283 0 0 0 0 0 0 0 0 0 0 0.1914996 0 0 0 0.2605518 0 0 0 0 0 0 0 0 0 0 0 0 0.9952895 1 0.9710712 0.8519803 0.75199 0.9935678 0.9967774 0.9829773 0 0 0 0 0 0 0 0.4847375 1 1 0.5080323 0 0 0.2554398 1 1 0 0 0 0 0 0 0 0 0 0.1198109 0 0 0 0 0 0 0.004188375 0.003148967 0 0 0.006516263 0.004089166 0.0542936 0.1877118 0.08670674 4.056201e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00617025 0 0 0 0 0 0 0.007038636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02321826 0.01176161 0.5352255 0.8040278 0.03127882 0.004285575 0.001408253 0 0 0 0 0 0 0.004240278 0.005148768 0.007484749 0 0.0008774736 0.015573 0.000669508 0.00089338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1057144 0.5484073 0.3348219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4409142 0.1782089 0.0009484351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01261402 0 0.003121491 0.4345737 0.1442981 0 0.001514902 0.001522412 7.542432e-006 0 0 0 0 0.8424905 0.5431746 0.1102953 0 0.3885604 1 1 0.4683813 0 0 0.001390052 0 0 0 0 0.163609 0.2757471 0.06712405 0.01089572 0 0 0.05054302 0.4447739 0.9854122 0 0 0 0 0 0 0.01904437 0.00487058 0 0 0.00449816 0.0004120519 0.004029736 0.09381313 0 0.0003920468 0.001594814 0 0.03082314 0 0 0.0001681491 0.06359178 0.01476365 0.07875132 0.0005094215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1166079 0.04804933 0 0.1097547 0.7794597 0.3486578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03928864 0.4596179 0.9946007 0.4466753 0 0 0 0 0 0 0 0 0.005058464 0 0.001018725 0.0174338 0 0.1117979 0.06384784 0.0009607733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05877613 0.3270484 0.1020459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00113188 0.001562314 0.2103879 0.0302993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001275562 0.4280532 0.1694798 0 0.9959995 1 0.003993548 0 0 0 0 0.7644234 0.7670642 0.7665984 0.7661326 0.09250201 0.231789 0.2262056 0.1141266 0.7931681 0.8521144 0.4850235 0.01723198 0 0 0 0.1055782 0.9792785 0.8877505 0.4852649 0 0 0.4521893 0.1179145 0.6406564 0 0 0 0 0 0 0.02773507 0.0004896478 0 0 0 0.1448792 0.04489988 0 0 0 0.0004463953 0 0 0.004135646 0.01254881 0 0.1226128 0.1874401 0.2221026 0.007787187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4540494 0.8401697 0.1965379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01083214 0.3536377 0.4435082 0.1493381 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001117532 0.02663813 0.00036623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006690883 0.04127104 0.009419029 6.222763e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3313982 0.3323676 0.0009625427 0.0004787713 6.519673e-005 0 0.0005358295 0.9955068 0.5017879 0.4974096 0.4972212 0.001074489 0 0 0.006583893 1 0.8308274 0.4933699 0.1744025 0 0 0 0.1843661 0.8882939 0.8905859 0.01358318 0 0.5427286 0.9799206 0.07987628 2.575928e-006 0.001663299 0.001566722 0.3391488 0.5712194 0 0 0.3440095 0.2261333 0 0.04943432 0 0.1446894 0.08369054 0 0 0 0.01491909 0.001855361 0 0.1079413 0.01219742 0.09557858 0.1176509 0.1006466 0.05871562 0.009997612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0.01095307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003186248 0 0 0.003328118 0.8423033 0.7673551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006044544 0.006590597 0 0 0 0 0 0 0 0 0 0 0 0.007835328 0.0009910356 0 0 0 0.002113704 0.3378553 0.03708768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01936164 0.03158841 0.001382199 0.009649149 0 0.08721292 0.01271007 0 0 0 0 0 0 0.0009156701 0 0 0 0 0 0 0.2222273 0.2799464 0 0 0.1651091 0.5930043 0.9988404 0.9975827 0.9994558 1 0.005755947 0 0 0 0 0 0.003588509 0.964469 0.6516669 0 0 0 0 0 0.04563066 0.3444966 0.2168594 0.005468637 0 0.04707038 0.4437518 0.1533838 0.0008631271 0.3895068 0.4841156 0.3274716 0 0 0 0 0 0 0 0.1780236 0.08619297 0.06062667 0 0.0409232 0 0.01596197 0.003209258 0.02167405 0.05315391 0.0608413 0.1165784 0.3031099 0.1306092 0.1630442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002566829 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5267476 0.1708723 0 0.2136085 0.4653791 0 0 0 0 0.002633517 0.3438199 0 0 0.2441094 0.0990836 0 0 0 0 0 0.007027102 0 0 0 0 0 0 0 0.01975449 0 0 0 0 0 0 8.60678e-005 0 0 0.3081057 0.03707575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02593266 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02612171 0.2637421 0.09294099 0.003250829 0.00654259 0.08169799 0.06957205 0.4992435 0.01265922 0.05060047 0.3157802 0 0 0.03938155 0.1095317 0 0 0 0 0 0.2866304 0.3613116 0 0 0.07412419 0.4305595 1 1 1 1 0.004838882 0 0 0 0 0 0 0.0007731846 0.0208744 0 0 0 0 0 0 0.0006919926 0 0 0 0 0 0.1846574 0.0004547527 0 0 0.002241783 0 0 0.03464692 0.2296923 0 0 0 0 0.0009733972 0.08067964 0.0194161 0.03945683 4.553707e-006 0 0.004912698 0.005847306 0.04821463 0.05431458 0.007929676 0.5019101 0.1032451 0.1561807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0.000923113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000484415 0 0 0 0.05236328 0.05444393 0.2757938 0 0 0 0 0.199467 0.1876157 0 0.01055582 0.8239427 0.8758964 0.2183192 0 0 0 0 0 0 0 0 0.004397903 0 0 0 0.631383 0.08155482 0 0 0 0 0 0 0 0.02592806 0.1602227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006034691 0.2689829 0.2610906 0.004659494 0.007789975 0.008602661 0.1250141 0.4650025 0.01291136 0.08528834 0.7941801 0.001595887 0.008738314 0.02957298 0.06228017 0 0 0.3974347 0.4397082 0 0 0 0 0 0 0.1830984 0.6151619 0.6165132 0.6140456 0.3315309 0.001402122 0 0 0.002881028 0.05634942 0.01821329 0.0002807569 0 0 0 0 0 0 0 0 0.1973474 0.06745954 0 0.01087459 0.2205362 0.1028816 0.0291256 0 0 0 0 0 0 0 0.0009625707 0 0.2891262 0.200918 0 0 0.02895593 0.01000516 0 0.02037659 0.02449039 0.02937276 0.1918871 0.012324 0.02422341 0.01124164 0.3236244 0.2580017 0.03535749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0.0001785619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0328423 0 0 0 0 0.03747889 0 0.01254337 0.9502221 0.2122782 0 0 0 0 0 0 0 0.3156983 0.8436472 0.517643 0 0 0 0 0 0.09253693 0.2834367 0 0 0 0 0 0.3844232 0.07392666 0 0 0 0 0.01371326 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1567367 0.02712361 0.002949259 0.01885469 0.01042629 0.01326758 0.02088618 0.1442688 0.05261345 7.359194e-005 0.00310151 0.001473086 0.005698992 0.04228208 0 0.1347627 0.1342279 0.09696263 0 0 0 0 0 0 0 0 0 0 0.5173672 0.6241508 0.7332966 0.847206 0.9629806 1 0.9960882 0.9121175 0.8924149 0.5750695 0.3544868 0.0527712 0.0001286501 0 0 0 0.06924642 0.7219827 0.01923214 0.05038129 0.3805273 0.8051614 0.01306978 0 0 0 0 0.0240145 0.1866602 0.1618063 0 0 0 0.1622393 0 0 0.003876663 0.07785378 0 0.1597015 0.3859774 0.2086282 0.005558738 0.02027806 0.01196848 0.1540317 0.4876043 0.1736864 0.01116435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0.0001868284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.004554068 0 0 0 0.1140992 0.02528448 0.009652428 1 0.5021909 0 0 0 0.01895351 0.1476816 0.01597804 0 0 0 0 0 0 0 0.007042654 0 0 0 0 0 0 0 0.01425906 0.09529242 0 0 0.0005756844 0 0 0 1.237807e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001373725 0.1778196 0.01194784 0.003422965 0.008894789 0.0112866 0.05886486 0.02360558 0.01229739 0.1564246 0.2050593 0.2859408 0.0615883 0.01403395 0 0.003057175 0.003525704 0 0 0 0 0 0 0 0 0 0 0 0.9965215 0.9990649 1 0.9979971 0.9829458 0.9991758 0.9828574 0.7056945 1 0.9997175 0.9992566 0.3448665 0.3276314 0.4575529 0.09012952 0 0.004332288 0.6329034 0.1856336 0.3322619 0 0.05874695 0 0 0 0 0.2008994 0.0571612 0.0005447696 0.2065277 0.1027375 0.0026825 0 0 0 0 0.0001484433 0.0007518406 0.0007135296 0.04419 0.1649121 0.03735082 0.01825043 0.005308877 0.008186441 0.1398633 0.5334647 0.1498565 0.01516828 0 0 0 0 0 0 0 0 0 0 0 4.544961e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0120607 0 0 0.07444173 0.2955773 0.0384492 0.003416518 0.2223661 0.02634923 0 0 0 0 0.4117516 0 0 0 0 0 0 0 0.006115706 0.002147223 0 0 0 0.0393112 0 0 0 0 0 0 0 0 5.659956e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01992452 0.13009 0.04801458 0.003939747 0.0182611 0.01351701 0.02526558 0.02626785 0.6058562 0.09542927 0 0.000770423 0.004808619 0 0 0 0 0 0 0 0.04205763 0.003360429 0 0 0 0 0.014152 0.3097959 0.2180363 0.1662987 0.1810834 0.0549065 0.4231552 0.568885 0.161596 0.6165265 0.7693349 0.9880971 0.3103524 0.04982506 0.2991937 0.4607156 0 8.917847e-005 0.2680695 0.04269097 0.07646619 0 0 0.09897402 0 0 0 0 0 0 0.05396951 0.1126886 0 0.001902882 0 0 0.01819201 0 0 0 0.1292789 0.05846094 0.01362544 0.05876961 0.0389437 0.08957917 0.2137207 0.09481101 0.09616946 0 0 0 0 0 0 0 0 0 0 0 0 0.005063709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04786584 0.039015 0.07547827 0.07163927 0.08149109 0.006290385 0 0 0 0.02810586 0 0 0 0 0 0 0 0.0357552 0.01524212 0.002342091 0 0 0 0.02676128 0.04973284 0 0 0 0 0 0 0 0 0.01903848 0.001802309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01439095 0.1799246 0.158705 0.01798265 0.008808281 0.04038642 0.03904212 0.02917677 0.05929826 0.007412341 0 0 0.06764872 0.7097922 0.4492889 0.2034323 0.001598845 0 0 0.006914732 0.3464005 0.3641385 0.163952 0.1557506 0.008456491 0 0 0 0 0 0 0 0 0.01170813 0.01834554 0.02597565 0.04859782 0.2638235 0.3039544 0.1602149 0.1049415 0.2042444 0 0 0.01430405 0.008526139 0 0 0 0.1768979 0.0005787378 0 0 0.06179593 0 0 0 0 0 0.04897341 0.06618515 0.006454942 0 0 0 0 0.1091463 0.03100871 0.1292126 0.2910652 0.05391066 0.1336861 0.1483093 0.2078288 0.01899589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00027815 0.03015945 0.01205347 0.08843374 0.5432062 0.183698 0.001955449 0 0 0.1934323 0.002197572 0 0 0 0 0 0 0 0 0 0 0 0.2690935 0.7690127 0.007630635 0 0 0.06806455 0.0001270649 0 0 0 0 0 0.001134711 0.01601584 0 0.01337255 0.04024322 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06569738 0.07835938 0.01469421 0.02142566 0.01698817 0.03003939 0.08982021 0.1437179 0.0377964 0.1443913 0.02860647 0.153764 0.1767115 0.502194 0.5041382 0.4828014 4.720515e-005 0.09912109 0.1994989 0.150285 0.01437843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003936822 8.087762e-005 0.02921768 0.1225691 0.3378505 0.5561087 0.04239066 0.1694387 0 0.03812139 0.06618134 0.001711883 0 0.03045354 0 0 0 0 0.1093423 0 0 0 0 0.05338256 0.1487284 0.3363051 0.03075997 0.03612102 0 0.007570237 0.1022137 0.00795301 0 0.009679193 0.565039 0.6477776 0.1001412 0.113997 0.0628921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01786888 0.02457086 0 0.2781115 0.6406448 0.1466646 0 0 0 0 0 0 0 0 0 0 0.004938839 0 0 0 0 0 0.02404213 0.4288298 0.1656937 0 0 0.002393036 0 5.857709e-005 0.003341077 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0762895 0.1391185 0.004672137 0.02782299 0.0420146 0.07951793 0.09328483 0.1776958 0.2028198 0.09283243 0.01734006 0.02708559 0.03796332 0.04347134 0.04952374 0.2181765 0.4811488 0.1456033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01657799 0.2101596 0.2026472 0.294799 0.137826 0.3554492 0.1844797 0.002975768 0.01914171 0.0001814227 0.02330324 0 0.05496826 0.8149328 0.134275 0.01689512 0 0.1092589 0.1171651 0 0.001237219 0.04200896 0.03096511 0.3272436 0.0863937 0.0004989528 0.0002257034 0.0113774 0.05992919 0.05176253 0.009801194 0.05967859 0.5898298 0.8075418 0.3260647 0.01409571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02028555 0 0 0 0.01772969 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002213677 0.003299183 0.007375723 0.1315545 0.001165501 0.03630105 0 0 0.01801125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007049097 0.007492105 0.01406098 0 0 0 0.04415324 0 0 0 0 0 0.01625645 0.02363007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01007225 0.0704698 0.02917495 0.08507313 0.01636904 0.005638813 0.01919569 0.0306415 0.131845 0.3605249 0.45148 0.08354253 0.06389694 0.07950671 0.03763087 0.1549388 0.07107485 0.5370981 0.4880838 0.001367619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002070403 0.006031617 0.1379103 0.2474306 0.1459851 0.03643537 0.02381797 0.0002098702 0.001249335 0.005978198 0.01569132 0.03573204 0.1926473 0.4483899 0.005623088 0 0 0.009371318 0.2630346 0 0 0.01745548 0.003956463 0.00640628 0.01067327 0.0005890491 0.005124193 0.01640922 0.04949693 0 0.02080424 0.01857579 0.6457594 0.211702 0.1447105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01877842 0.02156728 0.08389676 0.4055385 0.3350894 0 0 0.03257576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02961777 0.003237035 0 0 0 0.01242198 0 0 0 0 0.09525608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0006441356 0.1872127 0.3654392 0.1051347 0.2935935 0.0106051 0.2091593 0.2610596 0.0202212 0.3327273 0.1394231 0 0.0001616993 0 0.004079271 0.01132832 0.001449233 0.007262654 0.002028365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000231302 0 0.03622774 0.016838 0.01721271 0 0.0007414157 0.001740934 0.016807 0.001665545 0.06715433 0.07193887 0.08051523 0.1291977 0.3407586 0.09433303 0.0755563 0.2047685 0 0.06462425 0.05010907 0.03132606 0.0001983089 0 0.04598217 0 0.0137533 0.00343021 0.01578651 0.01745794 0.03204076 0.2360777 0.6029244 0.1772144 0.06438282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00194552 0.01623991 0.004148637 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002308453 0 0 0.07289698 0.06443658 0 0 0.005495676 0 0 0.01824716 0 0 0 0 0.06003932 0 0 0 0 0 0 0 0 0 0 0 0.002619078 0.02245315 0.03629255 0 0.08597127 0.2424686 0 0 0.06657002 0.2192765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1363592 0.5397664 0.7715992 0.4192308 0.06142349 0.07220619 0.006676391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0007473049 0.1090464 0.1865984 0.1759607 0 0.003032668 0.003863851 0.00173295 0.04410491 0.02201683 0.06422364 0.1819309 0.2025309 0.903313 0.8878297 0.4426233 0.1596396 0.01785055 0.2199779 0.01127638 0.01077821 0.08742058 0.01341864 0.03853861 0.0009753954 0.01080507 0.01896613 0.00433716 0.02224343 0.006703962 0.02946947 0.4366892 0.08555158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007471895 0.02700452 0.003067243 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005967921 0 0.00385115 0.01632592 0 0 0 0.009078746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000516723 0 0.381876 0.3667971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001579849 0.04722231 0.02357906 0.03179245 0.007224165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00109206 0.05825045 0.0495379 0.06325098 0.00102959 0.004610944 0.03669185 0.05058264 0.0203505 0.1046863 0.1161691 0.1410911 0.4847198 0.1143976 0.06336543 0.0278214 0.0142389 0.0006529471 0 0.006244579 0.001910283 0.002043767 0 0.01652241 0.01266196 0.1258271 0.3147675 0.0588067 0.08176088 0.5250838 0.06104256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.112326 0.105188 0.06620706 0.001115528 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002290976 0.003803598 0 0.01191036 0.04031083 0 0.002389375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1491353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3195706 0.1292683 0.05699715 0.06661377 0.01892464 0.09602918 0.08542591 0.428367 0.7396396 0.6272736 0.7179451 0.1983434 0.002911243 0.006636843 0.06596404 0.05213137 0.1039637 0.1593917 0.01741646 0.0005363075 0.003336332 0.09317239 0.1200437 0.4485168 0.7777684 0.2438382 0.497208 0.09131624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02018108 0.127378 0.06673821 0.01204744 0.0006434832 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001002969 0 0 0 0.004362779 0.002215644 0.08903839 0.7127864 0.7397344 0.01802435 0.006240603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5386867 0.1790796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03301113 0.03173808 0.01136165 0 0 0.0006493839 0.2205629 0.05565374 0.02816459 0.01935759 0.1251255 0.005257341 0.001935468 0.008822825 0.03518145 0.02912271 0.04232664 0.04716 0.008822577 0.07558238 0.1061599 0.0731751 0.1768801 0.7968609 0.1503184 0.07092638 0.5351785 0.03184686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003017281 0.05650841 0.009372389 0.06969628 0.001914155 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009411358 0 0 0.01896755 0.1783321 0.1460277 0.2354576 0 0.2518504 0.6163603 0.1879398 0 0 0.008939365 0.02001607 0 0 0 0.03905652 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4510484 0.558934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01840834 0.04127056 0.06614245 0.2437114 0.3087533 0.07768069 0.01513316 0.1124325 0.08690542 0.0879913 0.0756297 0.03740484 0.02457057 0.1057242 0.2287535 0.3399956 0.39492 0.8642265 0.3626681 0.1160306 0.3011798 0.006008568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006011606 0.01257391 0.02818265 0.1171765 0.0004551172 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01177446 0.3098244 0.0006913188 0.09927305 0.02259905 0 0 0.1496934 0 0 0 0.03368672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05726256 0.06254838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03846879 0.02139426 0.04866185 0.07955266 0.02569251 0.4840969 0.1728873 0.04212354 0.02811027 0.0331277 0.008378813 0.07610603 0.1233481 0.1553994 0.7547939 0.2672791 0.05723187 0.4742037 0.3950254 0.3081332 0.2724287 0.009330754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005299476 0.02947555 0.2518215 0.005413933 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01143899 0.0157806 0 0.05149414 0.127046 0.04405479 0 0 0.1429257 0.1696473 0 0 0 0 0 0.09539363 0.01500253 0 0 0.02016981 0.002165856 0 0.00014859 0 0 0 0 0 0 0 0 0.03007848 0.1974895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04909355 0.0351815 0.03816306 0.003162838 0.06027524 0.004698665 0.009973433 0.0258257 0.0939896 0.02653053 0.06255341 0.3011315 0.1351351 0.3018903 0.1125337 0.0659226 0.1325319 0.09295994 0.196389 0.1365036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0249869 0.04555174 0.1633182 0.06327575 0.01639812 0.005221057 0.2461759 0.1033773 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.008947758 0.0003731393 0 0 0.2276256 0.02499131 0.002374598 0 0 0 0 0 0 0.0368203 0 0 0.02286332 0 0 0 0 0 0 0.01519815 0.01357817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.009270209 0.2145094 0.06581667 0.006280527 0.007644417 0.03286648 0.05339576 0.09559023 0.02189343 0.06309784 0.01719793 0.04671832 0.07882722 0.0956903 0.02479626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1179532 0.07015775 0.1101095 0.1136249 0.2296018 0.5673441 0.1850769 0.01432768 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0003561325 0 0.2666165 0.04977144 0.1043978 0.009832792 0 0 0 0.006298016 0 0 0 0 0 0 0.03273164 0 0 0.03223971 0.0001459238 0.1532599 0.01853334 0.03971707 0.002345014 0 0 0.006551037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.005092105 0.1306276 0.2272392 0.0001296194 1.108645e-006 0.005002212 0.02134786 0.2999983 0.1158323 0.001138189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001652751 0.2966692 0.1137222 0.2285818 0.08313173 0.5408971 0.3899462 0.005424128 3.229187e-005 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000515217 0.2537602 0.4605981 0 0.03864651 0 0.03275139 0.4051962 0.2354154 0 0 0 0 0 0 0 0 0 0 0 0.3746974 0.3614878 0.1289214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07330889 0.0007437323 0.09806198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03492076 0.1283622 0.492374 0.3534389 0.4478244 0.3864404 0.03784848 0.005762159 0.00168709 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02051605 0 0.03095495 0.361176 0.458111 0 0 0 0 0.3102753 0.05427869 0 0 0 0 0 0 0 0 0 0 0 0.2666681 0.2544374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01243805 0.04683781 0 0 0 0 0 0.03274017 0.08683937 0.04763695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006252257 0.08324429 0.05996715 0.02290892 0.3395972 0.003348266 2.512129e-005 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03850523 0.5306987 0.3566092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02330839 0.9094202 0.3677748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01339851 0.003856978 0.04130417 0 0 0 0 0 0.02843547 0.1433536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003337554 0.06860062 0.05098617 0.0009733202 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0184075 0 0 0.4318447 0.9706003 0.8283301 0.001449167 0 0 0 0 0 0.04121445 0.3931678 0.5307144 0.3240337 0.03767784 0.08492094 0.2596207 0.008565876 0 0 0.03374725 0.5089759 0.0612337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.054199 0.03444288 0.01828826 0 5.357654e-006 0.01025672 0.1039867 0.1127872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3884618 0.4330081 0.03867762 0.02890016 0.002114516 0.007437463 0.3738845 0.1028819 0.01051973 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008595753 0.1201923 0.6190161 0.8877956 0.5233402 0.0001763804 0 0 0 0 0 0.5241782 1 1 0.9397745 0.1351268 0.03457004 0.01171247 0.03038321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3540999 0.5134673 0.1106007 0.06470361 0.09839645 0.06984679 0.1504448 0.1342902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.006010805 0.7821534 0.4980756 0.1998352 0.3435004 0.09146246 0.03153677 0.2125997 0.008473593 0.0005036616 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001051055 0 0.08904296 0.1934883 0.4390503 0.03628636 0 0 0 0 0 0 0.2366434 0.6731897 0.7114335 0.4023028 0 0.06349427 0.2391695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1007133 0.5535197 0.7543959 0.6782414 0.2915441 0.09173944 0.1979371 0.1679408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03404542 0.4842589 0.8243358 0.6929488 0.5577528 0.124313 0.01192514 0 0.02266296 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1177062 0.01779321 0 0.002754527 0.4778353 0.4023575 0.03664386 0 0 0 0 0 0 0 0 0 0 0 0.000593778 0.04924897 0.5839995 0.5630892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3799172 0.8678114 0.7236209 0.06865841 0.064215 0.154678 0.09856267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2652685 0.744448 0.919951 0.6293509 0.1919806 0.2811146 5.108458e-006 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05134666 0.006453187 0 0.3254454 0.7817386 0.703921 0 0 0.000575983 0 0 0 0 0 0 0 0 0 0 0.007526404 0.3744106 0.4855716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2323508 0.9888476 0.9184723 0.376756 0.159069 0.08323978 0.05069679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1226433 0.5524543 0.8769384 0.5143055 0.06902218 0.00708403 0.0002697744 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0522017 0.6372591 0.08843543 0.2921388 0.001439178 0 0.004503924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3609311 0.992092 0.6256446 0.1013096 0.05251596 0.0008623538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08086728 0.5569252 0.8180326 0.5002933 0.3269572 0.1286276 0.00942873 0.0003506429 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0.005526401 0.005687822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07860211 0.4457496 0.1256686 0.1506814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05868527 0.1482583 0.001404963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06895215 0.5494785 0.8153018 0.6299536 0.4266743 0.2148222 0.03190798 0.002965348 0.02293527 0.00698218 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0.01219574 0.01665526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01164719 0.2126414 0.01082538 0.1361639 0.1254271 0.4510544 0.03148715 0.0105801 0 0 0 0 0 0 0 0 0 0 0 0.001068361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05753472 0.7013314 0.9584295 0.7182618 0.5324005 0.07838728 0.04524362 0.00373899 1.778723e-006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06550017 0.08299128 0.5912972 0.3978433 0.4710704 0.1309652 0.2090643 0.09013264 0.01209211 0 0 0 0 0 0 0 0 0 0 0.0008822826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1866012 0.7887882 0.7982246 0.2992406 0.2396317 0.2306419 0.2427158 0.06375697 0.005118625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02464925 0.514883 0.248044 0.0009697387 0 0.08989415 0.01055647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2261672 0.9146655 0.7850744 0.6060644 0.2204204 0.1140995 0.01457619 0.06983192 0.03421394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02807791 0.389618 0.6584827 0.1741396 0.06144726 0.009433939 0.3212188 0.0402469 0 0 0 0 0.008635441 8.874624e-005 0 0.0003612825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.04944556 0.7666157 1 0.4348952 0.1089428 0.05102667 0.1534242 0.1470763 0.05819703 0.01590209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2020618 0.8034987 0.7936126 0.188333 0.1367581 0.003467347 0.2056795 0.1581202 0 0 0 0 0 0 0 0.001277221 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000621022 0.3096827 0.3835751 0.1345741 0.01339173 0.04751543 0.1768386 0.0130531 0.00517663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.125584 0.4450514 0.5356228 0.6322132 0.8833307 0.9429228 0.197926 0.5698317 0.1459001 0.01647604 0 0 0 0.01721738 0.1011448 0.3471377 0.6488667 0.04200238 0.01042124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0004424891 0 0.3178433 0.08843157 0.04036757 0.1108643 0.006789238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5588729 0.9800296 0.9449847 0.1606662 0.04960072 0.05369869 0.2273443 0.04832295 0 0 0 0 0.002256558 0.1255182 0 0 0 0.0173807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01129438 0.3084597 0.06222515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1719113 0.3594376 0.7000861 0.5813053 0.3671342 0.006900018 0.7337737 0.01642317 0 0 0 0 0 0 0.2535012 0.1230477 0 0.0003313236 0.0291277 0.01125246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002751008 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02388846 0.6529732 0.686336 0.9936219 0.8893009 0.48009 0.06111604 0.5020382 0.1225056 0.05873951 0 0 0 0 0 0 0 0 0 0.02510874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.552817e-005 0.001740395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1470438 0.7606377 0.7952449 0.8372467 1 0.9641385 0.3989319 0.3285493 0.01262459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09797294 0.676178 0.9078636 0.8168322 0.9775382 0.9441428 0.3706369 0 0.04585617 0 0 0 0 0 0 0 0.05851876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07279085 0.5685842 0.7671013 0.6730216 0.9145173 1 0.3545153 0 0.01977523 0.1601222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01061422 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07930853 0.3480999 0.7138852 0.9437562 0.9974595 0.3649464 0.03474113 0.007155169 0.003450551 0 0 0 0.1469173 0.1718335 0.001217251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002438023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002059452 0.2722374 0.4775616 0.6801087 0.8340073 0.9644476 0.4061583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.290248e-005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05557782 0.2314425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1139206 0.5574914 0.3802713 0.7859299 0.7961306 0.1325282 0.000598275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001814318 0.006197418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.121441 0.3821421 0.3070284 0.519112 0.5997065 0.02087579 0.01132531 0.0001331189 0 0.013682 0 0 0.02122245 0.005078788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.003157765 0 0.009421977 0.001441489 0 0 0 0.0001979149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01324721 0.3777946 0.3511208 0.3795553 0.135751 0 0 0 0 0 0 0.03367579 0 0 0.01281216 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0001841326 0.0008366443 0.001837921 0 0.004973317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.007273937 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09264781 0.1445292 0.1873358 0.0002109168 0.3347373 0.1335395 0 0 0 0 0 0 0 0.01531936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000799393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.311927e-005 0.050458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.232397 0.3233783 0.3699524 0.7390001 0.2396729 0 0.2287388 0.004620654 0.009352355 0 0 0.03499719 0.1084165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09878249 0.3477158 0.7727841 0.6302347 0.1894634 0.01810749 0 0 0 0 0 0.01984562 0.1855466 0.009414691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07347104 0.1368549 0.3492473 0.5274628 0.6190143 0.3474611 0.3015884 0.2346944 0.1312996 0.0376223 0.1511096 0.2051593 0.0465105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07654173 0.03344986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01838228 0.2315765 0.352901 0.5707041 0.6880707 0.7293472 0.7977238 0.5973621 0.07475069 0.06517503 0.04990286 0 0 0 0 0.08590284 0.1485204 0.04157775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3025531 0.006470834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.002499167 0.1288563 0.0711464 0.4081372 0.5370173 0.3141483 0 0.0001218426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06109151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00315464 0.01353727 0 0.1552629 0.1818951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0009109979 0.00922045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.000219438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0008425853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0002542392 0.0004537541 0 0 0 0 0 0 0 0.008676204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.001927145 0.01813524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01286611 0.1995827 0.01765962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
diff --git a/data/DemandParamConv.gdx b/data/DemandParamConv.gdx
new file mode 100644
index 0000000000000000000000000000000000000000..367740a04f2fe10495f1a46372fbc16a7d7c0177
Binary files /dev/null and b/data/DemandParamConv.gdx differ
diff --git a/data/base_cereal_demand.csv b/data/base_cereal_demand.csv
deleted file mode 100644
index 432b54bfb34c46f57a295117e4fdfdd94e930882..0000000000000000000000000000000000000000
--- a/data/base_cereal_demand.csv
+++ /dev/null
@@ -1,628 +0,0 @@
-Country,Item,food
-Afghanistan,WheatBarleyOats,4.782364
-Africa,WheatBarleyOats,51.777111
-Albania,WheatBarleyOats,0.453534
-Algeria,WheatBarleyOats,7.523797
-Americas,WheatBarleyOats,67.744379
-Angola,WheatBarleyOats,0.870144
-Antigua and Barbuda,WheatBarleyOats,0.005647
-Argentina,WheatBarleyOats,4.596214
-Armenia,WheatBarleyOats,0.407698
-Asia,WheatBarleyOats,269.145242
-Australia,WheatBarleyOats,1.974856
-Australia & New Zealand,WheatBarleyOats,2.446641
-Austria,WheatBarleyOats,0.889296
-Azerbaijan,WheatBarleyOats,2.090559
-Bahamas,WheatBarleyOats,0.014545
-Bangladesh,WheatBarleyOats,2.642998
-Barbados,WheatBarleyOats,0.020614
-Belarus,WheatBarleyOats,0.969003
-Belgium,WheatBarleyOats,2.565982
-Belize,WheatBarleyOats,0.022086
-Benin,WheatBarleyOats,0.098237
-Bermuda,WheatBarleyOats,0.004198
-Bolivia (Plurinational State of),WheatBarleyOats,0.633798
-Bosnia and Herzegovina,WheatBarleyOats,0.375092
-Botswana,WheatBarleyOats,0.082429
-Brazil,WheatBarleyOats,12.361642
-Brunei Darussalam,WheatBarleyOats,0.01684
-Bulgaria,WheatBarleyOats,1.12203
-Burkina Faso,WheatBarleyOats,0.154015
-Cabo Verde,WheatBarleyOats,0.020042
-Cambodia,WheatBarleyOats,0.092157
-Cameroon,WheatBarleyOats,0.498752
-Canada,WheatBarleyOats,3.177105
-Caribbean,WheatBarleyOats,1.599538
-Central African Republic,WheatBarleyOats,0.046253
-Central America,WheatBarleyOats,6.488262
-Central Asia,WheatBarleyOats,9.934609
-Chad,WheatBarleyOats,0.122106
-Chile,WheatBarleyOats,1.956027
-China,WheatBarleyOats,91.157324
-China Hong Kong SAR,WheatBarleyOats,0.405379
-China Macao SAR,WheatBarleyOats,0.028932
-China mainland,WheatBarleyOats,89.537811
-China Taiwan Province of,WheatBarleyOats,1.185202
-Colombia,WheatBarleyOats,1.837518
-Congo,WheatBarleyOats,0.209666
-Costa Rica,WheatBarleyOats,0.229258
-Cote d'Ivoire,WheatBarleyOats,0.419928
-Croatia,WheatBarleyOats,0.537263
-Cuba,WheatBarleyOats,0.61973
-Cyprus,WheatBarleyOats,0.094091
-Czech Republic,WheatBarleyOats,1.51106
-Democratic People's Republic of Korea,WheatBarleyOats,0.633869
-Denmark,WheatBarleyOats,0.75555
-Djibouti,WheatBarleyOats,0.098348
-Dominica,WheatBarleyOats,0.00531
-Dominican Republic,WheatBarleyOats,0.377222
-Eastern Africa,WheatBarleyOats,8.978648
-Eastern Asia,WheatBarleyOats,102.074512
-Eastern Europe,WheatBarleyOats,42.520865
-Ecuador,WheatBarleyOats,0.714175
-Egypt,WheatBarleyOats,11.642827
-El Salvador,WheatBarleyOats,0.189936
-Estonia,WheatBarleyOats,0.194138
-Ethiopia,WheatBarleyOats,4.38122
-Europe,WheatBarleyOats,99.012347
-European Union,WheatBarleyOats,66.055651
-Fiji,WheatBarleyOats,0.078058
-Finland,WheatBarleyOats,0.617259
-France,WheatBarleyOats,8.575071
-French Polynesia,WheatBarleyOats,0.021618
-Gabon,WheatBarleyOats,0.119896
-Gambia,WheatBarleyOats,0.063908
-Georgia,WheatBarleyOats,0.781735
-Germany,WheatBarleyOats,9.354434
-Ghana,WheatBarleyOats,0.499143
-Greece,WheatBarleyOats,1.496183
-Grenada,WheatBarleyOats,0.007342
-Guatemala,WheatBarleyOats,0.554745
-Guinea,WheatBarleyOats,0.185037
-Guinea-Bissau,WheatBarleyOats,0.019451
-Guyana,WheatBarleyOats,0.052792
-Haiti,WheatBarleyOats,0.164804
-Honduras,WheatBarleyOats,0.311537
-Hungary,WheatBarleyOats,1.184766
-Iceland,WheatBarleyOats,0.036511
-India,WheatBarleyOats,73.235246
-Indonesia,WheatBarleyOats,5.771824
-Iran (Islamic Republic of),WheatBarleyOats,11.532611
-Iraq,WheatBarleyOats,4.585532
-Ireland,WheatBarleyOats,0.719466
-Israel,WheatBarleyOats,0.951451
-Italy,WheatBarleyOats,9.223802
-Jamaica,WheatBarleyOats,0.222785
-Japan,WheatBarleyOats,7.00327
-Jordan,WheatBarleyOats,0.966009
-Kazakhstan,WheatBarleyOats,1.897172
-Kenya,WheatBarleyOats,1.548198
-Kiribati,WheatBarleyOats,0.005236
-Kuwait,WheatBarleyOats,0.307426
-Kyrgyzstan,WheatBarleyOats,0.817775
-Land Locked Developing Countries,WheatBarleyOats,26.933978
-Lao People's Democratic Republic,WheatBarleyOats,0.039673
-Latvia,WheatBarleyOats,0.249471
-Least Developed Countries,WheatBarleyOats,23.591723
-Lebanon,WheatBarleyOats,0.558978
-Lesotho,WheatBarleyOats,0.112922
-Liberia,WheatBarleyOats,0.072688
-Lithuania,WheatBarleyOats,0.446614
-Low Income Food Deficit Countries,WheatBarleyOats,111.54
-Luxembourg,WheatBarleyOats,0.062467
-Madagascar,WheatBarleyOats,0.205122
-Malawi,WheatBarleyOats,0.15478
-Malaysia,WheatBarleyOats,1.633961
-Maldives,WheatBarleyOats,0.025714
-Mali,WheatBarleyOats,0.167144
-Malta,WheatBarleyOats,0.06375
-Mauritania,WheatBarleyOats,0.366329
-Mauritius,WheatBarleyOats,0.147479
-Melanesia,WheatBarleyOats,0.135183
-Mexico,WheatBarleyOats,4.805432
-Micronesia,WheatBarleyOats,0.005236
-Middle Africa,WheatBarleyOats,1.878035
-Mongolia,WheatBarleyOats,0.390247
-Montenegro,WheatBarleyOats,0.08988
-Morocco,WheatBarleyOats,6.948005
-Mozambique,WheatBarleyOats,0.479612
-Myanmar,WheatBarleyOats,0.339219
-Namibia,WheatBarleyOats,0.122601
-Nepal,WheatBarleyOats,1.375422
-Net Food Importing Developing Countries,WheatBarleyOats,75.105747
-Netherlands,WheatBarleyOats,1.707366
-New Caledonia,WheatBarleyOats,0.022995
-New Zealand,WheatBarleyOats,0.471784
-Nicaragua,WheatBarleyOats,0.182739
-Niger,WheatBarleyOats,0.066829
-Nigeria,WheatBarleyOats,4.242694
-Northern Africa,WheatBarleyOats,29.962061
-Northern America,WheatBarleyOats,32.883389
-Northern Europe,WheatBarleyOats,13.073013
-Norway,WheatBarleyOats,0.612852
-Oceania,WheatBarleyOats,2.620614
-Oman,WheatBarleyOats,0.189914
-Pakistan,WheatBarleyOats,20.07921
-Panama,WheatBarleyOats,0.19253
-Paraguay,WheatBarleyOats,0.239365
-Peru,WheatBarleyOats,1.887272
-Philippines,WheatBarleyOats,2.257869
-Poland,WheatBarleyOats,5.265059
-Polynesia,WheatBarleyOats,0.033554
-Portugal,WheatBarleyOats,1.205467
-Republic of Korea,WheatBarleyOats,2.889801
-Republic of Moldova,WheatBarleyOats,0.253682
-Romania,WheatBarleyOats,3.278006
-Russian Federation,WheatBarleyOats,22.22701
-Rwanda,WheatBarleyOats,0.170791
-Saint Kitts and Nevis,WheatBarleyOats,0.004215
-Saint Lucia,WheatBarleyOats,0.019922
-Saint Vincent and the Grenadines,WheatBarleyOats,0.007642
-Samoa,WheatBarleyOats,0.011934
-Sao Tome and Principe,WheatBarleyOats,0.011219
-Saudi Arabia,WheatBarleyOats,2.535709
-Senegal,WheatBarleyOats,0.440635
-Serbia,WheatBarleyOats,1.114364
-Sierra Leone,WheatBarleyOats,0.071659
-Slovakia,WheatBarleyOats,0.891469
-Slovenia,WheatBarleyOats,0.245877
-Small Island Developing States,WheatBarleyOats,2.125369
-Solomon Islands,WheatBarleyOats,0.022556
-South Africa,WheatBarleyOats,3.611021
-South America,WheatBarleyOats,26.773188
-South-Eastern Asia,WheatBarleyOats,12.686136
-Southern Africa,WheatBarleyOats,3.987292
-Southern Asia,WheatBarleyOats,114.486924
-Southern Europe,WheatBarleyOats,19.402518
-Spain,WheatBarleyOats,4.358561
-Sri Lanka,WheatBarleyOats,0.81336
-Sudan (former),WheatBarleyOats,1.561723
-Suriname,WheatBarleyOats,0.037125
-Swaziland,WheatBarleyOats,0.058322
-Sweden,WheatBarleyOats,1.062701
-Switzerland,WheatBarleyOats,0.861337
-Tajikistan,WheatBarleyOats,1.038228
-Thailand,WheatBarleyOats,1.178971
-The former Yugoslav Republic of Macedonia,WheatBarleyOats,0.238743
-Togo,WheatBarleyOats,0.083335
-Trinidad and Tobago,WheatBarleyOats,0.129762
-Tunisia,WheatBarleyOats,2.285708
-Turkey,WheatBarleyOats,12.880541
-Turkmenistan,WheatBarleyOats,0.96884
-Uganda,WheatBarleyOats,0.415986
-Ukraine,WheatBarleyOats,5.818778
-United Arab Emirates,WheatBarleyOats,0.855004
-United Kingdom,WheatBarleyOats,8.378454
-United Republic of Tanzania,WheatBarleyOats,0.762093
-United States of America,WheatBarleyOats,29.702086
-Uruguay,WheatBarleyOats,0.402099
-Uzbekistan,WheatBarleyOats,5.212595
-Vanuatu,WheatBarleyOats,0.011575
-Venezuela (Bolivarian Republic of),WheatBarleyOats,2.055159
-Viet Nam,WheatBarleyOats,1.343872
-Western Africa,WheatBarleyOats,6.971076
-Western Asia,WheatBarleyOats,29.963061
-Western Europe,WheatBarleyOats,24.01595
-World,WheatBarleyOats,490.299691
-Yemen,WheatBarleyOats,2.758414
-Zambia,WheatBarleyOats,0.163968
-Zimbabwe,WheatBarleyOats,0.451051
-Afghanistan,MaizeMilletSorghum,0.0873
-Africa,MaizeMilletSorghum,72.571927
-Albania,MaizeMilletSorghum,0.010653
-Algeria,MaizeMilletSorghum,0.558881
-Americas,MaizeMilletSorghum,59.8327
-Angola,MaizeMilletSorghum,0.940284
-Antigua and Barbuda,MaizeMilletSorghum,0.00026
-Argentina,MaizeMilletSorghum,0.799449
-Armenia,MaizeMilletSorghum,9.4e-05
-Asia,MaizeMilletSorghum,72.308829
-Australia,MaizeMilletSorghum,0.156707
-Australia & New Zealand,MaizeMilletSorghum,0.174076
-Austria,MaizeMilletSorghum,0.681366
-Azerbaijan,MaizeMilletSorghum,0.097917
-Bahamas,MaizeMilletSorghum,0.001326
-Bangladesh,MaizeMilletSorghum,0.079184
-Barbados,MaizeMilletSorghum,0.003787
-Belarus,MaizeMilletSorghum,0.004485
-Belgium,MaizeMilletSorghum,0.023077
-Belize,MaizeMilletSorghum,0.010098
-Benin,MaizeMilletSorghum,0.529799
-Bermuda,MaizeMilletSorghum,0
-Bolivia (Plurinational State of),MaizeMilletSorghum,0.396172
-Bosnia and Herzegovina,MaizeMilletSorghum,0.438546
-Botswana,MaizeMilletSorghum,0.128301
-Brazil,MaizeMilletSorghum,4.865429
-Brunei Darussalam,MaizeMilletSorghum,0.005766
-Bulgaria,MaizeMilletSorghum,0.443741
-Burkina Faso,MaizeMilletSorghum,3.554107
-Cabo Verde,MaizeMilletSorghum,0.018194
-Cambodia,MaizeMilletSorghum,0.167745
-Cameroon,MaizeMilletSorghum,1.696706
-Canada,MaizeMilletSorghum,1.862745
-Caribbean,MaizeMilletSorghum,0.661714
-Central African Republic,MaizeMilletSorghum,0.21638
-Central America,MaizeMilletSorghum,18.616339
-Central Asia,MaizeMilletSorghum,0.362364
-Chad,MaizeMilletSorghum,1.240469
-Chile,MaizeMilletSorghum,0.373454
-China,MaizeMilletSorghum,18.658467
-China Hong Kong SAR,MaizeMilletSorghum,0.036585
-China Macao SAR,MaizeMilletSorghum,0
-China mainland,MaizeMilletSorghum,18.369303
-China Taiwan Province of,MaizeMilletSorghum,0.252579
-Colombia,MaizeMilletSorghum,1.425353
-Congo,MaizeMilletSorghum,0.015096
-Costa Rica,MaizeMilletSorghum,0.049384
-Cote d'Ivoire,MaizeMilletSorghum,0.500403
-Croatia,MaizeMilletSorghum,0.13723
-Cuba,MaizeMilletSorghum,0.280002
-Cyprus,MaizeMilletSorghum,0.001319
-Czech Republic,MaizeMilletSorghum,0.039732
-Democratic People's Republic of Korea,MaizeMilletSorghum,1.577682
-Denmark,MaizeMilletSorghum,0.026471
-Djibouti,MaizeMilletSorghum,0.002319
-Dominica,MaizeMilletSorghum,0.000989
-Dominican Republic,MaizeMilletSorghum,0.062663
-Eastern Africa,MaizeMilletSorghum,24.046077
-Eastern Asia,MaizeMilletSorghum,26.119667
-Eastern Europe,MaizeMilletSorghum,5.26718
-Ecuador,MaizeMilletSorghum,0.087713
-Egypt,MaizeMilletSorghum,5.42488
-El Salvador,MaizeMilletSorghum,0.558915
-Estonia,MaizeMilletSorghum,0.011209
-Ethiopia,MaizeMilletSorghum,6.685153
-Europe,MaizeMilletSorghum,13.169274
-European Union,MaizeMilletSorghum,9.277577
-Fiji,MaizeMilletSorghum,0.001471
-Finland,MaizeMilletSorghum,0.004168
-France,MaizeMilletSorghum,2.136771
-French Polynesia,MaizeMilletSorghum,1.6e-05
-Gabon,MaizeMilletSorghum,0.026186
-Gambia,MaizeMilletSorghum,0.170073
-Georgia,MaizeMilletSorghum,0.124
-Germany,MaizeMilletSorghum,1.45537
-Ghana,MaizeMilletSorghum,1.02361
-Greece,MaizeMilletSorghum,0.047608
-Grenada,MaizeMilletSorghum,0.00048
-Guatemala,MaizeMilletSorghum,1.494413
-Guinea,MaizeMilletSorghum,0.116255
-Guinea-Bissau,MaizeMilletSorghum,0.051118
-Guyana,MaizeMilletSorghum,0.001572
-Haiti,MaizeMilletSorghum,0.279679
-Honduras,MaizeMilletSorghum,0.629196
-Hungary,MaizeMilletSorghum,0.555953
-Iceland,MaizeMilletSorghum,0.002903
-India,MaizeMilletSorghum,25.051477
-Indonesia,MaizeMilletSorghum,8.318598
-Iran (Islamic Republic of),MaizeMilletSorghum,0.188552
-Iraq,MaizeMilletSorghum,0.01
-Ireland,MaizeMilletSorghum,0.0425
-Israel,MaizeMilletSorghum,0.126351
-Italy,MaizeMilletSorghum,0.710605
-Jamaica,MaizeMilletSorghum,0.018381
-Japan,MaizeMilletSorghum,3.629724
-Jordan,MaizeMilletSorghum,0.041672
-Kazakhstan,MaizeMilletSorghum,0.02271
-Kenya,MaizeMilletSorghum,3.428217
-Kiribati,MaizeMilletSorghum,2e-06
-Kuwait,MaizeMilletSorghum,0.019647
-Kyrgyzstan,MaizeMilletSorghum,0.145033
-Land Locked Developing Countries,MaizeMilletSorghum,29.020604
-Lao People's Democratic Republic,MaizeMilletSorghum,0.093266
-Latvia,MaizeMilletSorghum,0.003549
-Least Developed Countries,MaizeMilletSorghum,40.359338
-Lebanon,MaizeMilletSorghum,0.001832
-Lesotho,MaizeMilletSorghum,0.352675
-Liberia,MaizeMilletSorghum,0.000131
-Lithuania,MaizeMilletSorghum,0.036709
-Low Income Food Deficit Countries,MaizeMilletSorghum,87.644452
-Luxembourg,MaizeMilletSorghum,0.005967
-Madagascar,MaizeMilletSorghum,0.391383
-Malawi,MaizeMilletSorghum,2.155509
-Malaysia,MaizeMilletSorghum,0.267936
-Maldives,MaizeMilletSorghum,0.000427
-Mali,MaizeMilletSorghum,2.110512
-Malta,MaizeMilletSorghum,0.002267
-Mauritania,MaizeMilletSorghum,0.081551
-Mauritius,MaizeMilletSorghum,0.003437
-Melanesia,MaizeMilletSorghum,0.001818
-Mexico,MaizeMilletSorghum,15.377882
-Micronesia,MaizeMilletSorghum,2e-06
-Middle Africa,MaizeMilletSorghum,4.138767
-Mongolia,MaizeMilletSorghum,0
-Montenegro,MaizeMilletSorghum,0.000988
-Morocco,MaizeMilletSorghum,1.190704
-Mozambique,MaizeMilletSorghum,1.7418
-Myanmar,MaizeMilletSorghum,0.249807
-Namibia,MaizeMilletSorghum,0.140749
-Nepal,MaizeMilletSorghum,1.484332
-Net Food Importing Developing Countries,MaizeMilletSorghum,58.159378
-Netherlands,MaizeMilletSorghum,0.273287
-New Caledonia,MaizeMilletSorghum,0.000266
-New Zealand,MaizeMilletSorghum,0.017368
-Nicaragua,MaizeMilletSorghum,0.406481
-Niger,MaizeMilletSorghum,3.157076
-Nigeria,MaizeMilletSorghum,14.234351
-Northern Africa,MaizeMilletSorghum,11.150678
-Northern America,MaizeMilletSorghum,29.702689
-Northern Europe,MaizeMilletSorghum,1.138397
-Norway,MaizeMilletSorghum,0.005529
-Oceania,MaizeMilletSorghum,0.175913
-Oman,MaizeMilletSorghum,0.039892
-Pakistan,MaizeMilletSorghum,2.860168
-Panama,MaizeMilletSorghum,0.08997
-Paraguay,MaizeMilletSorghum,0.467988
-Peru,MaizeMilletSorghum,0.590313
-Philippines,MaizeMilletSorghum,1.646479
-Poland,MaizeMilletSorghum,0.117648
-Polynesia,MaizeMilletSorghum,1.6e-05
-Portugal,MaizeMilletSorghum,0.223482
-Republic of Korea,MaizeMilletSorghum,2.253794
-Republic of Moldova,MaizeMilletSorghum,0.353333
-Romania,MaizeMilletSorghum,0.898125
-Russian Federation,MaizeMilletSorghum,1.446801
-Rwanda,MaizeMilletSorghum,0.324125
-Saint Kitts and Nevis,MaizeMilletSorghum,4e-05
-Saint Lucia,MaizeMilletSorghum,0.00076
-Saint Vincent and the Grenadines,MaizeMilletSorghum,0.001187
-Samoa,MaizeMilletSorghum,0
-Sao Tome and Principe,MaizeMilletSorghum,0.003646
-Saudi Arabia,MaizeMilletSorghum,0.744503
-Senegal,MaizeMilletSorghum,0.793352
-Serbia,MaizeMilletSorghum,0.380064
-Sierra Leone,MaizeMilletSorghum,0.094665
-Slovakia,MaizeMilletSorghum,0.220686
-Slovenia,MaizeMilletSorghum,0.085762
-Small Island Developing States,MaizeMilletSorghum,0.847196
-Solomon Islands,MaizeMilletSorghum,6.2e-05
-South Africa,MaizeMilletSorghum,5.431582
-South America,MaizeMilletSorghum,10.851955
-South-Eastern Asia,MaizeMilletSorghum,12.618328
-Southern Africa,MaizeMilletSorghum,6.151703
-Southern Asia,MaizeMilletSorghum,29.815129
-Southern Europe,MaizeMilletSorghum,2.17494
-Spain,MaizeMilletSorghum,0.087617
-Sri Lanka,MaizeMilletSorghum,0.063688
-Sudan (former),MaizeMilletSorghum,3.970533
-Suriname,MaizeMilletSorghum,0.000937
-Swaziland,MaizeMilletSorghum,0.098397
-Sweden,MaizeMilletSorghum,0.010091
-Switzerland,MaizeMilletSorghum,0.012918
-Tajikistan,MaizeMilletSorghum,0.058
-Thailand,MaizeMilletSorghum,0.818212
-The former Yugoslav Republic of Macedonia,MaizeMilletSorghum,0.050118
-Timor-Leste,MaizeMilletSorghum,0.094217
-Togo,MaizeMilletSorghum,0.649504
-Trinidad and Tobago,MaizeMilletSorghum,0.012162
-Tunisia,MaizeMilletSorghum,0.005679
-Turkey,MaizeMilletSorghum,1.384898
-Turkmenistan,MaizeMilletSorghum,1e-06
-Uganda,MaizeMilletSorghum,2.312682
-Ukraine,MaizeMilletSorghum,1.186676
-United Arab Emirates,MaizeMilletSorghum,0.006539
-United Kingdom,MaizeMilletSorghum,0.995267
-United Republic of Tanzania,MaizeMilletSorghum,3.709118
-United States of America,MaizeMilletSorghum,27.839945
-Uruguay,MaizeMilletSorghum,0.115579
-Uzbekistan,MaizeMilletSorghum,0.13662
-Vanuatu,MaizeMilletSorghum,2e-05
-Venezuela (Bolivarian Republic of),MaizeMilletSorghum,1.727997
-Viet Nam,MaizeMilletSorghum,0.956304
-Western Africa,MaizeMilletSorghum,27.084702
-Western Asia,MaizeMilletSorghum,3.393341
-Western Europe,MaizeMilletSorghum,4.588757
-World,MaizeMilletSorghum,218.05864
-Yemen,MaizeMilletSorghum,0.794676
-Zambia,MaizeMilletSorghum,1.674827
-Zimbabwe,MaizeMilletSorghum,1.617506
-Afghanistan,Rice (Paddy Equivalent),0.713046
-Africa,Rice (Paddy Equivalent),33.758311
-Albania,Rice (Paddy Equivalent),0.031055
-Algeria,Rice (Paddy Equivalent),0.120352
-Americas,Rice (Paddy Equivalent),29.00191
-Angola,Rice (Paddy Equivalent),0.220046
-Antigua and Barbuda,Rice (Paddy Equivalent),0.001397
-Argentina,Rice (Paddy Equivalent),0.476681
-Armenia,Rice (Paddy Equivalent),0.013775
-Asia,Rice (Paddy Equivalent),495.679088
-Australia,Rice (Paddy Equivalent),0.372284
-Australia & New Zealand,Rice (Paddy Equivalent),0.418574
-Austria,Rice (Paddy Equivalent),0.052324
-Azerbaijan,Rice (Paddy Equivalent),0.029784
-Bahamas,Rice (Paddy Equivalent),0.014636
-Bangladesh,Rice (Paddy Equivalent),39.560811
-Barbados,Rice (Paddy Equivalent),0.007001
-Belarus,Rice (Paddy Equivalent),0.041224
-Belgium,Rice (Paddy Equivalent),0.139476
-Belize,Rice (Paddy Equivalent),0.014451
-Benin,Rice (Paddy Equivalent),0.786501
-Bermuda,Rice (Paddy Equivalent),0.000682
-Bolivia (Plurinational State of),Rice (Paddy Equivalent),0.405666
-Bosnia and Herzegovina,Rice (Paddy Equivalent),0.010944
-Botswana,Rice (Paddy Equivalent),0.032689
-Brazil,Rice (Paddy Equivalent),11.024712
-Brunei Darussalam,Rice (Paddy Equivalent),0.044674
-Bulgaria,Rice (Paddy Equivalent),0.037794
-Burkina Faso,Rice (Paddy Equivalent),0.497115
-Cabo Verde,Rice (Paddy Equivalent),0.036194
-Cambodia,Rice (Paddy Equivalent),3.486906
-Cameroon,Rice (Paddy Equivalent),0.685273
-Canada,Rice (Paddy Equivalent),0.503475
-Caribbean,Rice (Paddy Equivalent),2.699071
-Central African Republic,Rice (Paddy Equivalent),0.044761
-Central America,Rice (Paddy Equivalent),2.663325
-Central Asia,Rice (Paddy Equivalent),0.625602
-Chad,Rice (Paddy Equivalent),0.161345
-Chile,Rice (Paddy Equivalent),0.286698
-China,Rice (Paddy Equivalent),166.261966
-China Hong Kong SAR,Rice (Paddy Equivalent),0.508674
-China Macao SAR,Rice (Paddy Equivalent),0.034784
-China mainland,Rice (Paddy Equivalent),164.024083
-China Taiwan Province of,Rice (Paddy Equivalent),1.694426
-Colombia,Rice (Paddy Equivalent),2.07303
-Congo,Rice (Paddy Equivalent),0.127029
-Costa Rica,Rice (Paddy Equivalent),0.350759
-Cote d'Ivoire,Rice (Paddy Equivalent),1.893873
-Croatia,Rice (Paddy Equivalent),0.015958
-Cuba,Rice (Paddy Equivalent),1.076027
-Cyprus,Rice (Paddy Equivalent),0.008614
-Czech Republic,Rice (Paddy Equivalent),0.070265
-Democratic People's Republic of Korea,Rice (Paddy Equivalent),2.758832
-Denmark,Rice (Paddy Equivalent),0.046211
-Djibouti,Rice (Paddy Equivalent),0.056429
-Dominica,Rice (Paddy Equivalent),0.000785
-Dominican Republic,Rice (Paddy Equivalent),0.798409
-Eastern Africa,Rice (Paddy Equivalent),7.310901
-Eastern Asia,Rice (Paddy Equivalent),184.071099
-Eastern Europe,Rice (Paddy Equivalent),1.701274
-Ecuador,Rice (Paddy Equivalent),1.015874
-Egypt,Rice (Paddy Equivalent),4.703011
-El Salvador,Rice (Paddy Equivalent),0.117248
-Estonia,Rice (Paddy Equivalent),0.004853
-Ethiopia,Rice (Paddy Equivalent),0.197136
-Europe,Rice (Paddy Equivalent),5.492431
-European Union,Rice (Paddy Equivalent),3.983925
-Fiji,Rice (Paddy Equivalent),0.060175
-Finland,Rice (Paddy Equivalent),0.036345
-France,Rice (Paddy Equivalent),0.54333
-French Polynesia,Rice (Paddy Equivalent),0.013558
-Gabon,Rice (Paddy Equivalent),0.082304
-Gambia,Rice (Paddy Equivalent),0.176558
-Georgia,Rice (Paddy Equivalent),0.015775
-Germany,Rice (Paddy Equivalent),0.377454
-Ghana,Rice (Paddy Equivalent),1.273704
-Greece,Rice (Paddy Equivalent),0.122576
-Grenada,Rice (Paddy Equivalent),0.001962
-Guatemala,Rice (Paddy Equivalent),0.117974
-Guinea,Rice (Paddy Equivalent),1.611933
-Guinea-Bissau,Rice (Paddy Equivalent),0.22276
-Guyana,Rice (Paddy Equivalent),0.148314
-Haiti,Rice (Paddy Equivalent),0.651281
-Honduras,Rice (Paddy Equivalent),0.19329
-Hungary,Rice (Paddy Equivalent),0.041523
-Iceland,Rice (Paddy Equivalent),0.001735
-India,Rice (Paddy Equivalent),130.204357
-Indonesia,Rice (Paddy Equivalent),48.62198
-Iran (Islamic Republic of),Rice (Paddy Equivalent),3.303771
-Iraq,Rice (Paddy Equivalent),1.451015
-Ireland,Rice (Paddy Equivalent),0.026368
-Israel,Rice (Paddy Equivalent),0.104447
-Italy,Rice (Paddy Equivalent),0.477834
-Jamaica,Rice (Paddy Equivalent),0.10377
-Japan,Rice (Paddy Equivalent),8.745974
-Jordan,Rice (Paddy Equivalent),0.203156
-Kazakhstan,Rice (Paddy Equivalent),0.203191
-Kenya,Rice (Paddy Equivalent),0.647822
-Kiribati,Rice (Paddy Equivalent),0.00897
-Kuwait,Rice (Paddy Equivalent),0.300256
-Kyrgyzstan,Rice (Paddy Equivalent),0.04022
-Land Locked Developing Countries,Rice (Paddy Equivalent),10.431229
-Lao People's Democratic Republic,Rice (Paddy Equivalent),1.753078
-Latvia,Rice (Paddy Equivalent),0.011706
-Least Developed Countries,Rice (Paddy Equivalent),79.231562
-Lebanon,Rice (Paddy Equivalent),0.07808
-Lesotho,Rice (Paddy Equivalent),0.017631
-Liberia,Rice (Paddy Equivalent),0.554101
-Lithuania,Rice (Paddy Equivalent),0.014776
-Low Income Food Deficit Countries,Rice (Paddy Equivalent),205.733536
-Luxembourg,Rice (Paddy Equivalent),0.003314
-Madagascar,Rice (Paddy Equivalent),3.367733
-Malawi,Rice (Paddy Equivalent),0.10995
-Malaysia,Rice (Paddy Equivalent),3.445965
-Maldives,Rice (Paddy Equivalent),0.025395
-Mali,Rice (Paddy Equivalent),1.245027
-Malta,Rice (Paddy Equivalent),0.00283
-Mauritania,Rice (Paddy Equivalent),0.226219
-Mauritius,Rice (Paddy Equivalent),0.095902
-Melanesia,Rice (Paddy Equivalent),0.127397
-Mexico,Rice (Paddy Equivalent),1.130271
-Micronesia,Rice (Paddy Equivalent),0.00897
-Middle Africa,Rice (Paddy Equivalent),1.326715
-Mongolia,Rice (Paddy Equivalent),0.020827
-Montenegro,Rice (Paddy Equivalent),0.00202
-Morocco,Rice (Paddy Equivalent),0.028609
-Mozambique,Rice (Paddy Equivalent),0.796138
-Myanmar,Rice (Paddy Equivalent),13.816741
-Namibia,Rice (Paddy Equivalent),0.012858
-Nepal,Rice (Paddy Equivalent),3.531217
-Net Food Importing Developing Countries,Rice (Paddy Equivalent),99.400694
-Netherlands,Rice (Paddy Equivalent),0.078359
-New Caledonia,Rice (Paddy Equivalent),0.006507
-New Zealand,Rice (Paddy Equivalent),0.04629
-Nicaragua,Rice (Paddy Equivalent),0.386574
-Niger,Rice (Paddy Equivalent),0.255604
-Nigeria,Rice (Paddy Equivalent),7.420629
-Northern Africa,Rice (Paddy Equivalent),4.990196
-Northern America,Rice (Paddy Equivalent),4.659713
-Northern Europe,Rice (Paddy Equivalent),0.909902
-Norway,Rice (Paddy Equivalent),0.035101
-Oceania,Rice (Paddy Equivalent),0.571926
-Oman,Rice (Paddy Equivalent),0.240534
-Pakistan,Rice (Paddy Equivalent),3.279105
-Panama,Rice (Paddy Equivalent),0.352758
-Paraguay,Rice (Paddy Equivalent),0.053911
-Peru,Rice (Paddy Equivalent),2.077447
-Philippines,Rice (Paddy Equivalent),16.931908
-Poland,Rice (Paddy Equivalent),0.064114
-Polynesia,Rice (Paddy Equivalent),0.016985
-Portugal,Rice (Paddy Equivalent),0.259677
-Republic of Korea,Rice (Paddy Equivalent),6.283499
-Republic of Moldova,Rice (Paddy Equivalent),0.014955
-Romania,Rice (Paddy Equivalent),0.127687
-Russian Federation,Rice (Paddy Equivalent),1.048304
-Rwanda,Rice (Paddy Equivalent),0.131094
-Saint Kitts and Nevis,Rice (Paddy Equivalent),0.001696
-Saint Lucia,Rice (Paddy Equivalent),0.002496
-Saint Vincent and the Grenadines,Rice (Paddy Equivalent),0.001508
-Samoa,Rice (Paddy Equivalent),0.003427
-Sao Tome and Principe,Rice (Paddy Equivalent),0.005957
-Saudi Arabia,Rice (Paddy Equivalent),1.551978
-Senegal,Rice (Paddy Equivalent),1.406845
-Serbia,Rice (Paddy Equivalent),0.02057
-Sierra Leone,Rice (Paddy Equivalent),0.863541
-Slovakia,Rice (Paddy Equivalent),0.010471
-Slovenia,Rice (Paddy Equivalent),0.012102
-Small Island Developing States,Rice (Paddy Equivalent),3.574246
-Solomon Islands,Rice (Paddy Equivalent),0.045025
-South Africa,Rice (Paddy Equivalent),1.333429
-South America,Rice (Paddy Equivalent),18.979801
-South-Eastern Asia,Rice (Paddy Equivalent),120.677847
-Southern Africa,Rice (Paddy Equivalent),1.430379
-Southern Asia,Rice (Paddy Equivalent),184.02904
-Southern Europe,Rice (Paddy Equivalent),1.629499
-Spain,Rice (Paddy Equivalent),0.665158
-Sri Lanka,Rice (Paddy Equivalent),3.411339
-Sudan (former),Rice (Paddy Equivalent),0.114934
-Suriname,Rice (Paddy Equivalent),0.064966
-Swaziland,Rice (Paddy Equivalent),0.033771
-Sweden,Rice (Paddy Equivalent),0.088096
-Switzerland,Rice (Paddy Equivalent),0.057499
-Tajikistan,Rice (Paddy Equivalent),0.083582
-Thailand,Rice (Paddy Equivalent),12.345037
-The former Yugoslav Republic of Macedonia,Rice (Paddy Equivalent),0.008777
-Timor-Leste,Rice (Paddy Equivalent),0.107201
-Togo,Rice (Paddy Equivalent),0.229517
-Trinidad and Tobago,Rice (Paddy Equivalent),0.038103
-Tunisia,Rice (Paddy Equivalent),0.023289
-Turkey,Rice (Paddy Equivalent),1.085051
-Turkmenistan,Rice (Paddy Equivalent),0.129379
-Uganda,Rice (Paddy Equivalent),0.293026
-Ukraine,Rice (Paddy Equivalent),0.244937
-United Arab Emirates,Rice (Paddy Equivalent),0.672094
-United Kingdom,Rice (Paddy Equivalent),0.644711
-United Republic of Tanzania,Rice (Paddy Equivalent),1.37423
-United States of America,Rice (Paddy Equivalent),4.155556
-Uruguay,Rice (Paddy Equivalent),0.098458
-Uzbekistan,Rice (Paddy Equivalent),0.169231
-Vanuatu,Rice (Paddy Equivalent),0.01569
-Venezuela (Bolivarian Republic of),Rice (Paddy Equivalent),1.254043
-Viet Nam,Rice (Paddy Equivalent),20.124359
-Western Africa,Rice (Paddy Equivalent),18.70012
-Western Asia,Rice (Paddy Equivalent),6.2755
-Western Europe,Rice (Paddy Equivalent),1.251756
-World,Rice (Paddy Equivalent),564.503665
-Yemen,Rice (Paddy Equivalent),0.520942
-Zambia,Rice (Paddy Equivalent),0.054526
-Zimbabwe,Rice (Paddy Equivalent),0.186916
-Timor-Leste,WheatBarleyOats,0.011753
diff --git a/data/base_consump.csv b/data/base_consump.csv
index 690530b72de82f8570477eec17f642a5e96ef110..9163c9eaf14e56cd5b7a63c525c55781fcc81354 100644
--- a/data/base_consump.csv
+++ b/data/base_consump.csv
@@ -2,1049 +2,1225 @@ Country,basePop,Item,baseCpc,popForGrouping
 Afghanistan,27.962207,Ruminants,0.26951123707796,27.962207
 Afghanistan,27.962207,Cereals,0.193989766258436,27.962207
 Afghanistan,27.962207,Monogastrics,0.00979360820839356,27.962207
-Afghanistan,27.962207,Oilcrops,0.00289193910909822,27.962207
-Afghanistan,27.962207,Pulses,0.00234609521344292,27.962207
+Afghanistan,27.962207,FruitVeg,0.0607012171821774,27.962207
+Afghanistan,27.962207,OilcropsPulses,0.00523803432254114,27.962207
 Afghanistan,27.962207,Starchy Roots,0.00686819892292479,27.962207
+Afghanistan,27.962207,Sugar,0.00889164435410982,27.962207
 Albania,2.913021,Ruminants,0.749762222792077,2.913021
 Albania,2.913021,Cereals,0.169031050582883,2.913021
 Albania,2.913021,Monogastrics,0.13249049697891,2.913021
-Albania,2.913021,Oilcrops,0.0289486412902619,2.913021
-Albania,2.913021,Pulses,0.00540160884525034,2.913021
+Albania,2.913021,FruitVeg,0.41469148351488,2.913021
+Albania,2.913021,OilcropsPulses,0.0343502501355122,2.913021
 Albania,2.913021,Starchy Roots,0.0420529065873538,2.913021
+Albania,2.913021,Sugar,0.0436265306703934,2.913021
 Algeria,36.036159,Ruminants,0.318976622897019,36.036159
 Algeria,36.036159,Cereals,0.223774598175127,36.036159
 Algeria,36.036159,Monogastrics,0.0400904963262039,36.036159
-Algeria,36.036159,Oilcrops,0.021250849736788,36.036159
-Algeria,36.036159,Pulses,0.00695126803053566,36.036159
+Algeria,36.036159,FruitVeg,0.233383807636102,36.036159
+Algeria,36.036159,OilcropsPulses,0.0282021177673237,36.036159
 Algeria,36.036159,Starchy Roots,0.0675755981651652,36.036159
+Algeria,36.036159,Sugar,0.0319762436390626,36.036159
 Angola,21.219954,Ruminants,0.186668543202309,21.219954
 Angola,21.219954,Cereals,0.0894009006805575,21.219954
 Angola,21.219954,Monogastrics,0.0833212692167005,21.219954
-Angola,21.219954,Oilcrops,0.00834653081717331,21.219954
-Angola,21.219954,Pulses,0.00802489958272294,21.219954
+Angola,21.219954,FruitVeg,0.166324724360854,21.219954
+Angola,21.219954,OilcropsPulses,0.0163714303998962,21.219954
 Angola,21.219954,Starchy Roots,0.24572861939286,21.219954
+Angola,21.219954,Sugar,0.0120038431751549,21.219954
 Antigua and Barbuda,0.087233,Ruminants,0.484165396123027,0.087233
 Antigua and Barbuda,0.087233,Cereals,0.0920408560980363,0.087233
 Antigua and Barbuda,0.087233,Monogastrics,0.269356780117616,0.087233
-Antigua and Barbuda,0.087233,Oilcrops,0.00643105246867585,0.087233
-Antigua and Barbuda,0.087233,Pulses,0.00236149163733908,0.087233
+Antigua and Barbuda,0.087233,FruitVeg,0.226932468217303,0.087233
+Antigua and Barbuda,0.087233,OilcropsPulses,0.00879254410601493,0.087233
 Antigua and Barbuda,0.087233,Starchy Roots,0.0216546490433666,0.087233
+Antigua and Barbuda,0.087233,Sugar,0.0312954959705616,0.087233
 Argentina,41.222875,Ruminants,1.53559193045124,41.222875
 Argentina,41.222875,Cereals,0.142568658784716,41.222875
 Argentina,41.222875,Monogastrics,0.190502770609765,41.222875
-Argentina,41.222875,Oilcrops,0.0614197820991378,41.222875
-Argentina,41.222875,Pulses,0.000495792687919026,41.222875
+Argentina,41.222875,FruitVeg,0.195272794534588,41.222875
+Argentina,41.222875,OilcropsPulses,0.0619155747870568,41.222875
 Argentina,41.222875,Starchy Roots,0.0430353292922922,41.222875
+Argentina,41.222875,Sugar,0.0464845549952545,41.222875
 Armenia,2.963496,Ruminants,0.667606333870537,2.963496
 Armenia,2.963496,Cereals,0.143711008889501,2.963496
 Armenia,2.963496,Monogastrics,0.113549976109298,2.963496
-Armenia,2.963496,Oilcrops,0.00562916231369977,2.963496
-Armenia,2.963496,Pulses,1.11354967241393e-05,2.963496
+Armenia,2.963496,FruitVeg,0.340200897858475,2.963496
+Armenia,2.963496,OilcropsPulses,0.0056402978104239,2.963496
 Armenia,2.963496,Starchy Roots,0.0673107033044755,2.963496
+Armenia,2.963496,Sugar,0.0403661756250051,2.963496
 Australia,22.03175,Ruminants,1.3677015262065,22.03175
 Australia,22.03175,Cereals,0.117634640915951,22.03175
 Australia,22.03175,Monogastrics,0.294521293133773,22.03175
-Australia,22.03175,Oilcrops,0.0409293859997504,22.03175
-Australia,22.03175,Pulses,0.00256493469651753,22.03175
+Australia,22.03175,FruitVeg,0.271712324259308,22.03175
+Australia,22.03175,OilcropsPulses,0.0434943206962679,22.03175
 Australia,22.03175,Starchy Roots,0.0573720199257889,22.03175
+Australia,22.03175,Sugar,0.0462099470082949,22.03175
 Austria,8.363404,Ruminants,0.877704724057334,8.363404
 Austria,8.363404,Cereals,0.181391213434147,8.363404
 Austria,8.363404,Monogastrics,0.54313408750791,8.363404
-Austria,8.363404,Oilcrops,0.0270157940474955,8.363404
-Austria,8.363404,Pulses,0.000803022310054614,8.363404
+Austria,8.363404,FruitVeg,0.260005854075685,8.363404
+Austria,8.363404,OilcropsPulses,0.0278188163575501,8.363404
 Austria,8.363404,Starchy Roots,0.0639662988897822,8.363404
+Austria,8.363404,Sugar,0.0473434022797416,8.363404
 Azerbaijan,9.054332,Ruminants,0.565299582564456,9.054332
 Azerbaijan,9.054332,Cereals,0.249266207600958,9.054332
 Azerbaijan,9.054332,Monogastrics,0.0482180905228569,9.054332
-Azerbaijan,9.054332,Oilcrops,0.00358800627147315,9.054332
-Azerbaijan,9.054332,Pulses,0,9.054332
+Azerbaijan,9.054332,FruitVeg,0.255883371628078,9.054332
+Azerbaijan,9.054332,OilcropsPulses,0.00358800627147315,9.054332
 Azerbaijan,9.054332,Starchy Roots,0.0745941279820532,9.054332
+Azerbaijan,9.054332,Sugar,0.0156837633079944,9.054332
 Bahamas,0.36083,Ruminants,0.705311919740598,0.36083
 Bahamas,0.36083,Cereals,0.0896987501039271,0.36083
 Bahamas,0.36083,Monogastrics,0.376924590527395,0.36083
-Bahamas,0.36083,Oilcrops,0.00767674528171161,0.36083
-Bahamas,0.36083,Pulses,0.00109746972258404,0.36083
+Bahamas,0.36083,FruitVeg,0.364853254995427,0.36083
+Bahamas,0.36083,OilcropsPulses,0.00877421500429565,0.36083
 Bahamas,0.36083,Starchy Roots,0.0364049552420808,0.36083
+Bahamas,0.36083,Sugar,0.0432281129617826,0.36083
 Bangladesh,151.616777,Ruminants,0.0706801767722579,151.616777
 Bangladesh,151.616777,Cereals,0.275731596642501,151.616777
 Bangladesh,151.616777,Monogastrics,0.00773810209670926,151.616777
-Bangladesh,151.616777,Oilcrops,0.00564425004232876,151.616777
-Bangladesh,151.616777,Pulses,0.00639049991149726,151.616777
+Bangladesh,151.616777,FruitVeg,0.0513066703693352,151.616777
+Bangladesh,151.616777,OilcropsPulses,0.012034749953826,151.616777
 Bangladesh,151.616777,Starchy Roots,0.0459985770572079,151.616777
+Bangladesh,151.616777,Sugar,0.00959312701918205,151.616777
 Barbados,0.279566,Ruminants,0.554711588676735,0.279566
 Barbados,0.279566,Cereals,0.113143229148037,0.279566
 Barbados,0.279566,Monogastrics,0.219884749933826,0.279566
-Barbados,0.279566,Oilcrops,0.0222738101199717,0.279566
-Barbados,0.279566,Pulses,0.00771910747372714,0.279566
+Barbados,0.279566,FruitVeg,0.201390727055507,0.279566
+Barbados,0.279566,OilcropsPulses,0.0299929175936988,0.279566
 Barbados,0.279566,Starchy Roots,0.0558472775659415,0.279566
+Barbados,0.279566,Sugar,0.0606690370073614,0.279566
 Belarus,9.49,Ruminants,0.652602339304531,9.49
 Belarus,9.49,Cereals,0.104237934668072,9.49
 Belarus,9.49,Monogastrics,0.374421306638567,9.49
-Belarus,9.49,Oilcrops,0.0175054794520548,9.49
-Belarus,9.49,Pulses,1.24341412012645e-05,9.49
+Belarus,9.49,FruitVeg,0.228641622760801,9.49
+Belarus,9.49,OilcropsPulses,0.0175179135932561,9.49
 Belarus,9.49,Starchy Roots,0.196257955742887,9.49
+Belarus,9.49,Sugar,0.0369669125395153,9.49
 Belgium,10.895586,Ruminants,0.900439297161254,10.895586
 Belgium,10.895586,Cereals,0.253463374985063,10.895586
 Belgium,10.895586,Monogastrics,0.329144279160387,10.895586
-Belgium,10.895586,Oilcrops,0.0477262994390572,10.895586
-Belgium,10.895586,Pulses,0.00224246772959252,10.895586
+Belgium,10.895586,FruitVeg,0.200985243014924,10.895586
+Belgium,10.895586,OilcropsPulses,0.0499687671686498,10.895586
 Belgium,10.895586,Starchy Roots,0.0846029759207077,10.895586
+Belgium,10.895586,Sugar,0.0661747794014934,10.895586
 Belize,0.321609,Ruminants,0.239817604606836,0.321609
 Belize,0.321609,Cereals,0.145972283113968,0.321609
 Belize,0.321609,Monogastrics,0.195827853076251,0.321609
-Belize,0.321609,Oilcrops,0.00710490067131206,0.321609
-Belize,0.321609,Pulses,0.0106962180784742,0.321609
+Belize,0.321609,FruitVeg,0.28590617799875,0.321609
+Belize,0.321609,OilcropsPulses,0.0178011187497862,0.321609
 Belize,0.321609,Starchy Roots,0.0158577651744821,0.321609
+Belize,0.321609,Sugar,0.0430274028400947,0.321609
 Benin,9.509798,Ruminants,0.109178943653693,9.509798
 Benin,9.509798,Cereals,0.141740655269439,9.509798
 Benin,9.509798,Monogastrics,0.0354966740618465,9.509798
-Benin,9.509798,Oilcrops,0.0250885455190531,9.509798
-Benin,9.509798,Pulses,0.0119076136002048,9.509798
+Benin,9.509798,FruitVeg,0.0813638733441026,9.509798
+Benin,9.509798,OilcropsPulses,0.0369961591192578,9.509798
 Benin,9.509798,Starchy Roots,0.276684846513038,9.509798
+Benin,9.509798,Sugar,0.00533891466464377,9.509798
 Bermuda,0.065124,Ruminants,0.874871015293901,0.065124
 Bermuda,0.065124,Cereals,0.0756403169338493,0.065124
 Bermuda,0.065124,Monogastrics,0.297372704379338,0.065124
-Bermuda,0.065124,Oilcrops,0.000875253362815552,0.065124
-Bermuda,0.065124,Pulses,0.00138197899391929,0.065124
+Bermuda,0.065124,FruitVeg,0.200279466863215,0.065124
+Bermuda,0.065124,OilcropsPulses,0.00225723235673484,0.065124
 Bermuda,0.065124,Starchy Roots,0.020791106197408,0.065124
+Bermuda,0.065124,Sugar,0.0461888090412137,0.065124
 Bolivia (Plurinational State of),9.918245,Ruminants,0.60046802634942,9.918245
 Bolivia (Plurinational State of),9.918245,Cereals,0.141185562566765,9.918245
 Bolivia (Plurinational State of),9.918245,Monogastrics,0.193961008222725,9.918245
-Bolivia (Plurinational State of),9.918245,Oilcrops,0.0291157356971924,9.918245
-Bolivia (Plurinational State of),9.918245,Pulses,0.00361818043413931,9.918245
+Bolivia (Plurinational State of),9.918245,FruitVeg,0.107391983158311,9.918245
+Bolivia (Plurinational State of),9.918245,OilcropsPulses,0.0327339161313317,9.918245
 Bolivia (Plurinational State of),9.918245,Starchy Roots,0.0852291912530896,9.918245
+Bolivia (Plurinational State of),9.918245,Sugar,0.0263213905282638,9.918245
 Bosnia and Herzegovina,3.835258,Ruminants,0.384261554242244,3.835258
 Bosnia and Herzegovina,3.835258,Cereals,0.215499974186873,3.835258
 Bosnia and Herzegovina,3.835258,Monogastrics,0.0998497884627318,3.835258
-Bosnia and Herzegovina,3.835258,Oilcrops,0.0097675306328805,3.835258
-Bosnia and Herzegovina,3.835258,Pulses,0.00590390529137805,3.835258
+Bosnia and Herzegovina,3.835258,FruitVeg,0.296137313317644,3.835258
+Bosnia and Herzegovina,3.835258,OilcropsPulses,0.0156714359242586,3.835258
 Bosnia and Herzegovina,3.835258,Starchy Roots,0.0766198779847405,3.835258
+Bosnia and Herzegovina,3.835258,Sugar,0.0188826931591043,3.835258
 Botswana,2.047831,Ruminants,0.492958305641432,2.047831
 Botswana,2.047831,Cereals,0.117232330206936,2.047831
 Botswana,2.047831,Monogastrics,0.0251511477265458,2.047831
-Botswana,2.047831,Oilcrops,0.00959698334481703,2.047831
-Botswana,2.047831,Pulses,0.00449695311771333,2.047831
+Botswana,2.047831,FruitVeg,0.0854543172752048,2.047831
+Botswana,2.047831,OilcropsPulses,0.0140939364625304,2.047831
 Botswana,2.047831,Starchy Roots,0.0491266124987853,2.047831
+Botswana,2.047831,Sugar,0.0327683290271512,2.047831
 Brazil,198.614208,Ruminants,1.09080885844783,198.614208
 Brazil,198.614208,Cereals,0.140666487464985,198.614208
 Brazil,198.614208,Monogastrics,0.218892712348152,198.614208
-Brazil,198.614208,Oilcrops,0.0444777747219373,198.614208
-Brazil,198.614208,Pulses,0.0163547564532745,198.614208
+Brazil,198.614208,FruitVeg,0.181392179153669,198.614208
+Brazil,198.614208,OilcropsPulses,0.0608325311752118,198.614208
 Brazil,198.614208,Starchy Roots,0.0610289974823956,198.614208
+Brazil,198.614208,Sugar,0.0417500645271057,198.614208
 Brunei Darussalam,0.393302,Ruminants,0.36059109793492,0.393302
 Brunei Darussalam,0.393302,Cereals,0.170146604899034,0.393302
 Brunei Darussalam,0.393302,Monogastrics,0.270518329426242,0.393302
-Brunei Darussalam,0.393302,Oilcrops,0.010210982908808,0.393302
-Brunei Darussalam,0.393302,Pulses,0.000973806387966499,0.393302
+Brunei Darussalam,0.393302,FruitVeg,0.157677815012382,0.393302
+Brunei Darussalam,0.393302,OilcropsPulses,0.0111847892967745,0.393302
 Brunei Darussalam,0.393302,Starchy Roots,0.0234349176968335,0.393302
+Brunei Darussalam,0.393302,Sugar,0.0504345261402179,0.393302
 Bulgaria,7.395599,Ruminants,0.318076750781106,7.395599
 Bulgaria,7.395599,Cereals,0.213462898677984,7.395599
 Bulgaria,7.395599,Monogastrics,0.256625271326907,7.395599
-Bulgaria,7.395599,Oilcrops,0.0303840162237028,7.395599
-Bulgaria,7.395599,Pulses,0.00266726197566958,7.395599
+Bulgaria,7.395599,FruitVeg,0.146489959772021,7.395599
+Bulgaria,7.395599,OilcropsPulses,0.0330512781993724,7.395599
 Bulgaria,7.395599,Starchy Roots,0.0312349276914554,7.395599
+Bulgaria,7.395599,Sugar,0.0261408169912944,7.395599
 Burkina Faso,15.632066,Ruminants,0.277359627319895,15.632066
 Burkina Faso,15.632066,Cereals,0.265747214731565,15.632066
 Burkina Faso,15.632066,Monogastrics,0.0269542106590389,15.632066
-Burkina Faso,15.632066,Oilcrops,0.0369107960521661,15.632066
-Burkina Faso,15.632066,Pulses,0.0145386412774869,15.632066
+Burkina Faso,15.632066,FruitVeg,0.023884047060702,15.632066
+Burkina Faso,15.632066,OilcropsPulses,0.051449437329653,15.632066
 Burkina Faso,15.632066,Starchy Roots,0.0118548629464589,15.632066
+Burkina Faso,15.632066,Sugar,0.0048399232705389,15.632066
 Cabo Verde,0.490379,Ruminants,0.242911910991294,0.490379
 Cabo Verde,0.490379,Cereals,0.151354360606796,0.490379
 Cabo Verde,0.490379,Monogastrics,0.21805256750391,0.490379
-Cabo Verde,0.490379,Oilcrops,0.0112015400333212,0.490379
-Cabo Verde,0.490379,Pulses,0.00970473857975158,0.490379
+Cabo Verde,0.490379,FruitVeg,0.166738379906154,0.490379
+Cabo Verde,0.490379,OilcropsPulses,0.0209062786130727,0.490379
 Cabo Verde,0.490379,Starchy Roots,0.0448163563284725,0.490379
+Cabo Verde,0.490379,Sugar,0.0221237043184965,0.490379
 Cambodia,14.363586,Ruminants,0.136384556057241,14.363586
 Cambodia,14.363586,Cereals,0.255859992066048,14.363586
 Cambodia,14.363586,Monogastrics,0.0596625800827175,14.363586
-Cambodia,14.363586,Oilcrops,0.0121159855206075,14.363586
-Cambodia,14.363586,Pulses,0.00464967453113728,14.363586
+Cambodia,14.363586,FruitVeg,0.0607869093414416,14.363586
+Cambodia,14.363586,OilcropsPulses,0.0167656600517447,14.363586
 Cambodia,14.363586,Starchy Roots,0.0336230102984032,14.363586
+Cambodia,14.363586,Sugar,0.0218548487821913,14.363586
 Cameroon,20.590666,Ruminants,0.214580995097487,20.590666
 Cameroon,20.590666,Cereals,0.133661630954531,20.590666
 Cameroon,20.590666,Monogastrics,0.0242609928207276,20.590666
-Cameroon,20.590666,Oilcrops,0.0239526977903483,20.590666
-Cameroon,20.590666,Pulses,0.0197643437079694,20.590666
+Cameroon,20.590666,FruitVeg,0.278374482884624,20.590666
+Cameroon,20.590666,OilcropsPulses,0.0437170414983177,20.590666
 Cameroon,20.590666,Starchy Roots,0.150869282227199,20.590666
+Cameroon,20.590666,Sugar,0.00944248233641399,20.590666
 Canada,34.005274,Ruminants,1.10698697796112,34.005274
 Canada,34.005274,Cereals,0.171095577703623,34.005274
 Canada,34.005274,Monogastrics,0.304184753812012,34.005274
-Canada,34.005274,Oilcrops,0.0317121691182374,34.005274
-Canada,34.005274,Pulses,0.0101132547851254,34.005274
+Canada,34.005274,FruitVeg,0.247624589056392,34.005274
+Canada,34.005274,OilcropsPulses,0.0418254239033628,34.005274
 Canada,34.005274,Starchy Roots,0.0841386838994445,34.005274
+Canada,34.005274,Sugar,0.0410327233357979,34.005274
 Central African Republic,4.444973,Ruminants,0.674818159750352,4.444973
 Central African Republic,4.444973,Cereals,0.068024485188099,4.444973
 Central African Republic,4.444973,Monogastrics,0.0324323904779624,4.444973
-Central African Republic,4.444973,Oilcrops,0.0325313562084629,4.444973
-Central African Republic,4.444973,Pulses,0.00831253643160487,4.444973
+Central African Republic,4.444973,FruitVeg,0.0746942669842989,4.444973
+Central African Republic,4.444973,OilcropsPulses,0.0408438926400678,4.444973
 Central African Republic,4.444973,Starchy Roots,0.256689748171699,4.444973
+Central African Republic,4.444973,Sugar,0.00495706048158223,4.444973
 Chad,11.89638,Ruminants,0.276944633577609,11.89638
 Chad,11.89638,Cereals,0.123234462920653,11.89638
 Chad,11.89638,Monogastrics,0.00245683140585623,11.89638
-Chad,11.89638,Oilcrops,0.027098327390349,11.89638
-Chad,11.89638,Pulses,0.00868549928633752,11.89638
+Chad,11.89638,FruitVeg,0.0163334560597425,11.89638
+Chad,11.89638,OilcropsPulses,0.0357838266766865,11.89638
 Chad,11.89638,Starchy Roots,0.0563567236419818,11.89638
+Chad,11.89638,Sugar,0.00901400257893578,11.89638
 Chile,17.015048,Ruminants,0.665931815179129,17.015048
 Chile,17.015048,Cereals,0.149915709905726,17.015048
 Chile,17.015048,Monogastrics,0.273196008615433,17.015048
-Chile,17.015048,Oilcrops,0.0128191821733327,17.015048
-Chile,17.015048,Pulses,0.00383595744190672,17.015048
+Chile,17.015048,FruitVeg,0.232579831687809,17.015048
+Chile,17.015048,OilcropsPulses,0.0166551396152394,17.015048
 Chile,17.015048,Starchy Roots,0.0597057968922568,17.015048
+Chile,17.015048,Sugar,0.0489588392580497,17.015048
 China,1337.705,Ruminants,0.233444380412722,1337.705
 China,1337.705,Cereals,0.201794461409653,1337.705
 China,1337.705,Monogastrics,0.326457357788152,1337.705
-China,1337.705,Oilcrops,0.0268870984260356,1337.705
-China,1337.705,Pulses,0.0012310658927043,1337.705
+China,1337.705,FruitVeg,0.426027921701721,1337.705
+China,1337.705,OilcropsPulses,0.0281181643187399,1337.705
 China,1337.705,Starchy Roots,0.0763202836200807,1337.705
+China,1337.705,Sugar,0.0113849809935673,1337.705
 Colombia,45.918101,Ruminants,0.519038960256654,45.918101
 Colombia,45.918101,Cereals,0.109565855086211,45.918101
 Colombia,45.918101,Monogastrics,0.132423625271437,45.918101
-Colombia,45.918101,Oilcrops,0.0139431506542485,45.918101
-Colombia,45.918101,Pulses,0.00685716510793859,45.918101
+Colombia,45.918101,FruitVeg,0.170217644671325,45.918101
+Colombia,45.918101,OilcropsPulses,0.0208003157621871,45.918101
 Colombia,45.918101,Starchy Roots,0.0787930450346803,45.918101
+Colombia,45.918101,Sugar,0.0551650644263359,45.918101
 Congo,4.066078,Ruminants,0.227024026592702,4.066078
 Congo,4.066078,Cereals,0.0830493168109416,4.066078
 Congo,4.066078,Monogastrics,0.0488516206526289,4.066078
-Congo,4.066078,Oilcrops,0.00746985178346308,4.066078
-Congo,4.066078,Pulses,0.00304273553040547,4.066078
+Congo,4.066078,FruitVeg,0.100340180390047,4.066078
+Congo,4.066078,OilcropsPulses,0.0105125873138685,4.066078
 Congo,4.066078,Starchy Roots,0.274138863051816,4.066078
+Congo,4.066078,Sugar,0.0136819805227544,4.066078
 Costa Rica,4.545273,Ruminants,0.6233469804784,4.545273
 Costa Rica,4.545273,Cereals,0.135757522155435,4.545273
 Costa Rica,4.545273,Monogastrics,0.16262088107799,4.545273
-Costa Rica,4.545273,Oilcrops,0.0217608491283142,4.545273
-Costa Rica,4.545273,Pulses,0.011452337406356,4.545273
+Costa Rica,4.545273,FruitVeg,0.163165336823553,4.545273
+Costa Rica,4.545273,OilcropsPulses,0.0332131865346702,4.545273
 Costa Rica,4.545273,Starchy Roots,0.0245164591873799,4.545273
+Costa Rica,4.545273,Sugar,0.0574603549665774,4.545273
 Cote d'Ivoire,20.131707,Ruminants,0.191339169599478,20.131707
 Cote d'Ivoire,20.131707,Cereals,0.138754652052109,20.131707
 Cote d'Ivoire,20.131707,Monogastrics,0.0157253480790278,20.131707
-Cote d'Ivoire,20.131707,Oilcrops,0.016032371224159,20.131707
-Cote d'Ivoire,20.131707,Pulses,0.00219280958142298,20.131707
+Cote d'Ivoire,20.131707,FruitVeg,0.110666075161932,20.131707
+Cote d'Ivoire,20.131707,OilcropsPulses,0.018225180805582,20.131707
 Cote d'Ivoire,20.131707,Starchy Roots,0.290333998999687,20.131707
+Cote d'Ivoire,20.131707,Sugar,0.00930820223044176,20.131707
 Croatia,4.417781,Ruminants,0.484497103862776,4.417781
 Croatia,4.417781,Cereals,0.155995509963033,4.417781
 Croatia,4.417781,Monogastrics,0.312858785892737,4.417781
-Croatia,4.417781,Oilcrops,0.0202719419545695,4.417781
-Croatia,4.417781,Pulses,0.00063878223026447,4.417781
+Croatia,4.417781,FruitVeg,0.200850155315531,4.417781
+Croatia,4.417781,OilcropsPulses,0.020910724184834,4.417781
 Croatia,4.417781,Starchy Roots,0.0462370135595223,4.417781
+Croatia,4.417781,Sugar,0.0623652462627731,4.417781
 Cuba,11.308133,Ruminants,0.356531533543159,11.308133
 Cuba,11.308133,Cereals,0.161710602448698,11.308133
 Cuba,11.308133,Monogastrics,0.201046335411867,11.308133
-Cuba,11.308133,Oilcrops,0.0174143689325196,11.308133
-Cuba,11.308133,Pulses,0.0141809439277023,11.308133
+Cuba,11.308133,FruitVeg,0.270458881231765,11.308133
+Cuba,11.308133,OilcropsPulses,0.0315953128602219,11.308133
 Cuba,11.308133,Starchy Roots,0.0970521835921102,11.308133
+Cuba,11.308133,Sugar,0.0601085961758674,11.308133
 Cyprus,1.103685,Ruminants,0.388385635394157,1.103685
 Cyprus,1.103685,Cereals,0.0952291641183852,1.103685
 Cyprus,1.103685,Monogastrics,0.346583218943811,1.103685
-Cyprus,1.103685,Oilcrops,0.0292637845037307,1.103685
-Cyprus,1.103685,Pulses,0.0037646611125457,1.103685
+Cyprus,1.103685,FruitVeg,0.215280628077758,1.103685
+Cyprus,1.103685,OilcropsPulses,0.0330284456162764,1.103685
 Cyprus,1.103685,Starchy Roots,0.0320236299306414,1.103685
+Cyprus,1.103685,Sugar,0.0315434204505815,1.103685
 Czech Republic,10.47441,Ruminants,0.576774825503298,10.47441
 Czech Republic,10.47441,Cereals,0.150106402174442,10.47441
 Czech Republic,10.47441,Monogastrics,0.405742480960741,10.47441
-Czech Republic,10.47441,Oilcrops,0.0288810539209368,10.47441
-Czech Republic,10.47441,Pulses,0.00279729359457955,10.47441
+Czech Republic,10.47441,FruitVeg,0.152586446396503,10.47441
+Czech Republic,10.47441,OilcropsPulses,0.0316783475155164,10.47441
 Czech Republic,10.47441,Starchy Roots,0.067093707426003,10.47441
+Czech Republic,10.47441,Sugar,0.0408216787389457,10.47441
 Democratic People's Republic of Korea,24.500506,Ruminants,0.120205366370801,24.500506
 Democratic People's Republic of Korea,24.500506,Cereals,0.199574000634926,24.500506
 Democratic People's Republic of Korea,24.500506,Monogastrics,0.0450592571435055,24.500506
-Democratic People's Republic of Korea,24.500506,Oilcrops,0.00765714797890297,24.500506
-Democratic People's Republic of Korea,24.500506,Pulses,0.0107923485335364,24.500506
+Democratic People's Republic of Korea,24.500506,FruitVeg,0.196499574335322,24.500506
+Democratic People's Republic of Korea,24.500506,OilcropsPulses,0.0184494965124394,24.500506
 Democratic People's Republic of Korea,24.500506,Starchy Roots,0.0606316865455758,24.500506
+Democratic People's Republic of Korea,24.500506,Sugar,0.00471275980994025,24.500506
 Democratic Republic of the Congo,65.9387278576882,Ruminants,0.090733112324155,65.9387278576882
 Democratic Republic of the Congo,65.9387278576882,Cereals,0.156708367005592,65.9387278576882
 Democratic Republic of the Congo,65.9387278576882,Monogastrics,0.0212904838947302,65.9387278576882
-Democratic Republic of the Congo,65.9387278576882,Oilcrops,0.0150129751038333,65.9387278576882
-Democratic Republic of the Congo,65.9387278576882,Pulses,0.0170308732182591,65.9387278576882
+Democratic Republic of the Congo,65.9387278576882,FruitVeg,0.0876748429771404,65.9387278576882
+Democratic Republic of the Congo,65.9387278576882,OilcropsPulses,0.0320438483220924,65.9387278576882
 Democratic Republic of the Congo,65.9387278576882,Starchy Roots,0.193954985516415,65.9387278576882
+Democratic Republic of the Congo,65.9387278576882,Sugar,0.0125503865178082,65.9387278576882
 Denmark,5.547683,Ruminants,1.18627495478743,5.547683
 Denmark,5.547683,Cereals,0.154597153442257,5.547683
 Denmark,5.547683,Monogastrics,0.260991426510851,5.547683
-Denmark,5.547683,Oilcrops,0.0211791120725535,5.547683
-Denmark,5.547683,Pulses,0.00111560087337362,5.547683
+Denmark,5.547683,FruitVeg,0.224685512852843,5.547683
+Denmark,5.547683,OilcropsPulses,0.0222947129459272,5.547683
 Denmark,5.547683,Starchy Roots,0.174665531538121,5.547683
+Denmark,5.547683,Sugar,0.0529186689289925,5.547683
 Djibouti,0.830802,Ruminants,0.326600080404236,0.830802
 Djibouti,0.830802,Cereals,0.182474283884728,0.830802
 Djibouti,0.830802,Monogastrics,0.0112590003394311,0.830802
-Djibouti,0.830802,Oilcrops,0.00332931312153798,0.830802
-Djibouti,0.830802,Pulses,0.0147628436137612,0.830802
+Djibouti,0.830802,FruitVeg,0.0872265593968238,0.830802
+Djibouti,0.830802,OilcropsPulses,0.0180921567352991,0.830802
 Djibouti,0.830802,Starchy Roots,0.0166188815144884,0.830802
+Djibouti,0.830802,Sugar,0.0305391657699428,0.830802
 Dominica,0.071167,Ruminants,0.421133390475923,0.071167
 Dominica,0.071167,Cereals,0.0929363328509,0.071167
 Dominica,0.071167,Monogastrics,0.227058889653913,0.071167
-Dominica,0.071167,Oilcrops,0.0868520522152121,0.071167
-Dominica,0.071167,Pulses,0.00437000295080585,0.071167
+Dominica,0.071167,FruitVeg,0.409599955035339,0.071167
+Dominica,0.071167,OilcropsPulses,0.091222055166018,0.071167
 Dominica,0.071167,Starchy Roots,0.136467744881757,0.071167
+Dominica,0.071167,Sugar,0.0443323450475642,0.071167
 Dominican Republic,9.897983,Ruminants,0.356075252907587,9.897983
 Dominican Republic,9.897983,Cereals,0.122112252567013,9.897983
 Dominican Republic,9.897983,Monogastrics,0.206084643709734,9.897983
-Dominican Republic,9.897983,Oilcrops,0.021828689744163,9.897983
-Dominican Republic,9.897983,Pulses,0.00973087143107843,9.897983
+Dominican Republic,9.897983,FruitVeg,0.269441663013565,9.897983
+Dominican Republic,9.897983,OilcropsPulses,0.0315595611752415,9.897983
 Dominican Republic,9.897983,Starchy Roots,0.0330650194084997,9.897983
+Dominican Republic,9.897983,Sugar,0.0328144633103532,9.897983
 Ecuador,14.934692,Ruminants,0.642298950657971,14.934692
 Ecuador,14.934692,Cereals,0.11867047542728,14.934692
 Ecuador,14.934692,Monogastrics,0.173375132208954,14.934692
-Ecuador,14.934692,Oilcrops,0.0128631377198807,14.934692
-Ecuador,14.934692,Pulses,0.00244658544012826,14.934692
+Ecuador,14.934692,FruitVeg,0.204447805150585,14.934692
+Ecuador,14.934692,OilcropsPulses,0.0153097231600089,14.934692
 Ecuador,14.934692,Starchy Roots,0.0255953052128561,14.934692
+Ecuador,14.934692,Sugar,0.0190427763759708,14.934692
 Egypt,82.040994,Ruminants,0.434155249264776,82.040994
 Egypt,82.040994,Cereals,0.255283840173853,82.040994
 Egypt,82.040994,Monogastrics,0.0448566676313064,82.040994
-Egypt,82.040994,Oilcrops,0.0152275824449421,82.040994
-Egypt,82.040994,Pulses,0.0080203196952977,82.040994
+Egypt,82.040994,FruitVeg,0.303511668812789,82.040994
+Egypt,82.040994,OilcropsPulses,0.0232479021402398,82.040994
 Egypt,82.040994,Starchy Roots,0.0367648641604708,82.040994
+Egypt,82.040994,Sugar,0.0281252930699499,82.040994
 El Salvador,6.038306,Ruminants,0.351340110951648,6.038306
 El Salvador,6.038306,Cereals,0.147145076781468,6.038306
 El Salvador,6.038306,Monogastrics,0.0980662126099605,6.038306
-El Salvador,6.038306,Oilcrops,0.0173749061408945,6.038306
-El Salvador,6.038306,Pulses,0.0139385118938987,6.038306
+El Salvador,6.038306,FruitVeg,0.12778136782071,6.038306
+El Salvador,6.038306,OilcropsPulses,0.0313134180347932,6.038306
 El Salvador,6.038306,Starchy Roots,0.0211360603454015,6.038306
+El Salvador,6.038306,Sugar,0.0406519643091953,6.038306
 Estonia,1.331475,Ruminants,0.551849189808295,1.331475
 Estonia,1.331475,Cereals,0.152218404401134,1.331475
 Estonia,1.331475,Monogastrics,0.259956289077902,1.331475
-Estonia,1.331475,Oilcrops,0.0025325297132879,1.331475
-Estonia,1.331475,Pulses,0.00516645074071988,1.331475
+Estonia,1.331475,FruitVeg,0.179492667905894,1.331475
+Estonia,1.331475,OilcropsPulses,0.00769898045400778,1.331475
 Estonia,1.331475,Starchy Roots,0.10854878987589,1.331475
+Estonia,1.331475,Sugar,0.0394044199102499,1.331475
 Ethiopia,87.561814,Ruminants,0.204177863423432,87.561814
 Ethiopia,87.561814,Cereals,0.124955862609242,87.561814
 Ethiopia,87.561814,Monogastrics,0.00321185556982636,87.561814
-Ethiopia,87.561814,Oilcrops,0.00316722538434391,87.561814
-Ethiopia,87.561814,Pulses,0.0174451844956067,87.561814
+Ethiopia,87.561814,FruitVeg,0.0258162993288376,87.561814
+Ethiopia,87.561814,OilcropsPulses,0.0206124098799506,87.561814
 Ethiopia,87.561814,Starchy Roots,0.0638379762210043,87.561814
+Ethiopia,87.561814,Sugar,0.00523382258846305,87.561814
 Fiji,0.859952,Ruminants,0.425038490520401,0.859952
 Fiji,0.859952,Cereals,0.174537648612946,0.859952
 Fiji,0.859952,Monogastrics,0.101321236534132,0.859952
-Fiji,0.859952,Oilcrops,0.120414860364299,0.859952
-Fiji,0.859952,Pulses,0.00887142538188178,0.859952
+Fiji,0.859952,FruitVeg,0.0798718998269671,0.859952
+Fiji,0.859952,OilcropsPulses,0.129286285746181,0.859952
 Fiji,0.859952,Starchy Roots,0.100602126630324,0.859952
+Fiji,0.859952,Sugar,0.0359043295439745,0.859952
 Finland,5.363352,Ruminants,0.877259202826889,5.363352
 Finland,5.363352,Cereals,0.123820513738423,5.363352
 Finland,5.363352,Monogastrics,0.314527127811115,5.363352
-Finland,5.363352,Oilcrops,0.0105668992078088,5.363352
-Finland,5.363352,Pulses,0.00122908211133634,5.363352
+Finland,5.363352,FruitVeg,0.169834088831015,5.363352
+Finland,5.363352,OilcropsPulses,0.0117959813191452,5.363352
 Finland,5.363352,Starchy Roots,0.0673114500036544,5.363352
+Finland,5.363352,Sugar,0.029703812093631,5.363352
 France,65.027512,Ruminants,1.05031733337729,65.027512
 France,65.027512,Cereals,0.171544545637852,65.027512
 France,65.027512,Monogastrics,0.3221539769198,65.027512
-France,65.027512,Oilcrops,0.0194622546838329,65.027512
-France,65.027512,Pulses,0.00185489181871206,65.027512
+France,65.027512,FruitVeg,0.31029889318232,65.027512
+France,65.027512,OilcropsPulses,0.021317146502545,65.027512
 France,65.027512,Starchy Roots,0.0607290649533078,65.027512
+France,65.027512,Sugar,0.03639871690001,65.027512
 French Polynesia,0.268065,Ruminants,1.06372745416224,0.268065
 French Polynesia,0.268065,Cereals,0.135989405554623,0.268065
 French Polynesia,0.268065,Monogastrics,0.265206199988809,0.268065
-French Polynesia,0.268065,Oilcrops,0.24093783224218,0.268065
-French Polynesia,0.268065,Pulses,0.00286497677802026,0.268065
+French Polynesia,0.268065,FruitVeg,0.137395780874042,0.268065
+French Polynesia,0.268065,OilcropsPulses,0.2438028090202,0.268065
 French Polynesia,0.268065,Starchy Roots,0.0601868949695037,0.268065
+French Polynesia,0.268065,Sugar,0.0244231809449201,0.268065
 Gabon,1.541936,Ruminants,0.513299125255523,1.541936
 Gabon,1.541936,Cereals,0.141324931774081,1.541936
 Gabon,1.541936,Monogastrics,0.144181146299198,1.541936
-Gabon,1.541936,Oilcrops,0.00958989218748379,1.541936
-Gabon,1.541936,Pulses,0.000190669392244555,1.541936
+Gabon,1.541936,FruitVeg,0.218756809621152,1.541936
+Gabon,1.541936,OilcropsPulses,0.00978056157972834,1.541936
 Gabon,1.541936,Starchy Roots,0.169779420157516,1.541936
+Gabon,1.541936,Sugar,0.0159870448578929,1.541936
 Gambia,1.693002,Ruminants,0.130827016152373,1.693002
 Gambia,1.693002,Cereals,0.231554363196263,1.693002
 Gambia,1.693002,Monogastrics,0.0169172275047519,1.693002
-Gambia,1.693002,Oilcrops,0.0326048049559304,1.693002
-Gambia,1.693002,Pulses,0.0010100401535261,1.693002
+Gambia,1.693002,FruitVeg,0.0473460751966034,1.693002
+Gambia,1.693002,OilcropsPulses,0.0336148451094565,1.693002
 Gambia,1.693002,Starchy Roots,0.00990902550617188,1.693002
+Gambia,1.693002,Sugar,0.0250903424803987,1.693002
 Georgia,3.926,Ruminants,0.36185514518594,3.926
 Georgia,3.926,Cereals,0.227295211411105,3.926
 Georgia,3.926,Monogastrics,0.102273204279165,3.926
-Georgia,3.926,Oilcrops,0.00708914926133469,3.926
-Georgia,3.926,Pulses,1.85939887926643e-05,3.926
+Georgia,3.926,FruitVeg,0.144270759042282,3.926
+Georgia,3.926,OilcropsPulses,0.00710774325012736,3.926
 Georgia,3.926,Starchy Roots,0.0500588385124809,3.926
+Georgia,3.926,Sugar,0.0283632195618951,3.926
 Germany,81.77693,Ruminants,0.736686799076463,81.77693
 Germany,81.77693,Cereals,0.136764965375932,81.77693
 Germany,81.77693,Monogastrics,0.443251199329689,81.77693
-Germany,81.77693,Oilcrops,0.0202998082711102,81.77693
-Germany,81.77693,Pulses,0.000763772863569224,81.77693
+Germany,81.77693,FruitVeg,0.182734433782242,81.77693
+Germany,81.77693,OilcropsPulses,0.0210635811346794,81.77693
 Germany,81.77693,Starchy Roots,0.0653252818368212,81.77693
+Germany,81.77693,Sugar,0.0495157008217354,81.77693
 Ghana,24.317734,Ruminants,0.139921268980078,24.317734
 Ghana,24.317734,Cereals,0.110655499398094,24.317734
 Ghana,24.317734,Monogastrics,0.0289586480385056,24.317734
-Ghana,24.317734,Oilcrops,0.0260735231333643,24.317734
-Ghana,24.317734,Pulses,0.00105412782292955,24.317734
+Ghana,24.317734,FruitVeg,0.20525909198612,24.317734
+Ghana,24.317734,OilcropsPulses,0.0271276509562939,24.317734
 Ghana,24.317734,Starchy Roots,0.404135887003287,24.317734
+Ghana,24.317734,Sugar,0.0130122732652639,24.317734
 Greece,11.121341,Ruminants,1.00186385796461,11.121341
 Greece,11.121341,Cereals,0.144379621126625,11.121341
 Greece,11.121341,Monogastrics,0.257276528073368,11.121341
-Greece,11.121341,Oilcrops,0.194973429912814,11.121341
-Greece,11.121341,Pulses,0.00495632675951578,11.121341
+Greece,11.121341,FruitVeg,0.38862417760592,11.121341
+Greece,11.121341,OilcropsPulses,0.199929756672329,11.121341
 Greece,11.121341,Starchy Roots,0.0682218987800122,11.121341
+Greece,11.121341,Sugar,0.0266443588052916,11.121341
 Grenada,0.104677,Ruminants,0.276008101111037,0.104677
 Grenada,0.104677,Cereals,0.0801226630491894,0.104677
 Grenada,0.104677,Monogastrics,0.226971541026204,0.104677
-Grenada,0.104677,Oilcrops,0.0517783276173371,0.104677
-Grenada,0.104677,Pulses,0.00802468546098952,0.104677
+Grenada,0.104677,FruitVeg,0.180622295251106,0.104677
+Grenada,0.104677,OilcropsPulses,0.0598030130783267,0.104677
 Grenada,0.104677,Starchy Roots,0.029815527766367,0.104677
+Grenada,0.104677,Sugar,0.0382127879094739,0.104677
 Guatemala,14.732261,Ruminants,0.191406872305616,14.732261
 Guatemala,14.732261,Cereals,0.145090560098005,14.732261
 Guatemala,14.732261,Monogastrics,0.117711728023282,14.732261
-Guatemala,14.732261,Oilcrops,0.011296568802304,14.732261
-Guatemala,14.732261,Pulses,0.0145621232205973,14.732261
+Guatemala,14.732261,FruitVeg,0.128624384267968,14.732261
+Guatemala,14.732261,OilcropsPulses,0.0258586920229013,14.732261
 Guatemala,14.732261,Starchy Roots,0.0124971991739761,14.732261
+Guatemala,14.732261,Sugar,0.048850139160581,14.732261
 Guinea,11.012406,Ruminants,0.169178197752607,11.012406
 Guinea,11.012406,Cereals,0.169083395581311,11.012406
 Guinea,11.012406,Monogastrics,0.010165190059284,11.012406
-Guinea,11.012406,Oilcrops,0.0222684307135062,11.012406
-Guinea,11.012406,Pulses,0.0045277117461888,11.012406
+Guinea,11.012406,FruitVeg,0.147323754681765,11.012406
+Guinea,11.012406,OilcropsPulses,0.026796142459695,11.012406
 Guinea,11.012406,Starchy Roots,0.112633606134754,11.012406
+Guinea,11.012406,Sugar,0.0134891503273672,11.012406
 Guinea-Bissau,1.634196,Ruminants,0.136837931313013,1.634196
 Guinea-Bissau,1.634196,Cereals,0.180155868696289,1.634196
 Guinea-Bissau,1.634196,Monogastrics,0.0612834078653968,1.634196
-Guinea-Bissau,1.634196,Oilcrops,0.0454119334522909,1.634196
-Guinea-Bissau,1.634196,Pulses,0.00259944339601859,1.634196
+Guinea-Bissau,1.634196,FruitVeg,0.0706292268491662,1.634196
+Guinea-Bissau,1.634196,OilcropsPulses,0.0480113768483095,1.634196
 Guinea-Bissau,1.634196,Starchy Roots,0.0757644737840504,1.634196
+Guinea-Bissau,1.634196,Sugar,0.0124593378028095,1.634196
 Guyana,0.753362,Ruminants,0.172988151778295,0.753362
 Guyana,0.753362,Cereals,0.258969791415017,0.753362
 Guyana,0.753362,Monogastrics,0.130889930737149,0.753362
-Guyana,0.753362,Oilcrops,0.0725467968917997,0.753362
-Guyana,0.753362,Pulses,0.00710946397614958,0.753362
+Guyana,0.753362,FruitVeg,0.118648139938038,0.753362
+Guyana,0.753362,OilcropsPulses,0.0796562608679493,0.753362
 Guyana,0.753362,Starchy Roots,0.0396914099728948,0.753362
+Guyana,0.753362,Sugar,0.0418696456683507,0.753362
 Haiti,9.999617,Ruminants,0.154746346785082,9.999617
 Haiti,9.999617,Cereals,0.112385504364817,9.999617
 Haiti,9.999617,Monogastrics,0.046334054594291,9.999617
-Haiti,9.999617,Oilcrops,0.00921655299397967,9.999617
-Haiti,9.999617,Pulses,0.0225759646594465,9.999617
+Haiti,9.999617,FruitVeg,0.0867832237974714,9.999617
+Haiti,9.999617,OilcropsPulses,0.0317925176534261,9.999617
 Haiti,9.999617,Starchy Roots,0.108329649025558,9.999617
+Haiti,9.999617,Sugar,0.0172631611790732,9.999617
 Honduras,7.503875,Ruminants,0.296501700787926,7.503875
 Honduras,7.503875,Cereals,0.14378864253469,7.503875
 Honduras,7.503875,Monogastrics,0.120589335509987,7.503875
-Honduras,7.503875,Oilcrops,0.0104924455697889,7.503875
-Honduras,7.503875,Pulses,0.00917952391264513,7.503875
+Honduras,7.503875,FruitVeg,0.130744048908064,7.503875
+Honduras,7.503875,OilcropsPulses,0.0196719694824341,7.503875
 Honduras,7.503875,Starchy Roots,0.00798400826239776,7.503875
+Honduras,7.503875,Sugar,0.0519150438939881,7.503875
 Hungary,10.000023,Ruminants,0.422458098346374,10.000023
 Hungary,10.000023,Cereals,0.189737863602914,10.000023
 Hungary,10.000023,Monogastrics,0.372984882134771,10.000023
-Hungary,10.000023,Oilcrops,0.0173591600739318,10.000023
-Hungary,10.000023,Pulses,0.00315819273615671,10.000023
+Hungary,10.000023,FruitVeg,0.158999234301761,10.000023
+Hungary,10.000023,OilcropsPulses,0.0205173528100885,10.000023
 Hungary,10.000023,Starchy Roots,0.0420219033496223,10.000023
+Hungary,10.000023,Sugar,0.0325761250749123,10.000023
 Iceland,0.318041,Ruminants,1.03023195122641,0.318041
 Iceland,0.318041,Cereals,0.134422920315305,0.318041
 Iceland,0.318041,Monogastrics,0.21749774400156,0.318041
-Iceland,0.318041,Oilcrops,0.0109356969698875,0.318041
-Iceland,0.318041,Pulses,0.000808071915256209,0.318041
+Iceland,0.318041,FruitVeg,0.192289673344003,0.318041
+Iceland,0.318041,OilcropsPulses,0.0117437688851437,0.318041
 Iceland,0.318041,Starchy Roots,0.0648501293858339,0.318041
+Iceland,0.318041,Sugar,0.0484968919101625,0.318041
 India,1230.984504,Ruminants,0.128776945757556,1230.984504
 India,1230.984504,Cereals,0.185676403933026,1230.984504
 India,1230.984504,Monogastrics,0.0131705410160062,1230.984504
-India,1230.984504,Oilcrops,0.0238734833009726,1230.984504
-India,1230.984504,Pulses,0.0130851062281122,1230.984504
+India,1230.984504,FruitVeg,0.126624238967674,1230.984504
+India,1230.984504,OilcropsPulses,0.0369585895290848,1230.984504
 India,1230.984504,Starchy Roots,0.0282461402942242,1230.984504
+India,1230.984504,Sugar,0.0213937429061252,1230.984504
 Indonesia,241.613126,Ruminants,0.0815130573659314,241.613126
 Indonesia,241.613126,Cereals,0.252644299631304,241.613126
 Indonesia,241.613126,Monogastrics,0.0505339461565511,241.613126
-Indonesia,241.613126,Oilcrops,0.0699168926774285,241.613126
-Indonesia,241.613126,Pulses,0.0012460043251127,241.613126
+Indonesia,241.613126,FruitVeg,0.0969034852849841,241.613126
+Indonesia,241.613126,OilcropsPulses,0.0711628970025412,241.613126
 Indonesia,241.613126,Starchy Roots,0.0597607184636153,241.613126
+Indonesia,241.613126,Sugar,0.0149993506561394,241.613126
 Iran (Islamic Republic of),74.253373,Ruminants,0.282669393348636,74.253373
 Iran (Islamic Republic of),74.253373,Cereals,0.204215665731441,74.253373
 Iran (Islamic Republic of),74.253373,Monogastrics,0.0987473646483373,74.253373
-Iran (Islamic Republic of),74.253373,Oilcrops,0.0161045748049722,74.253373
-Iran (Islamic Republic of),74.253373,Pulses,0.00987986094584552,74.253373
+Iran (Islamic Republic of),74.253373,FruitVeg,0.362177688547563,74.253373
+Iran (Islamic Republic of),74.253373,OilcropsPulses,0.0259844357508177,74.253373
 Iran (Islamic Republic of),74.253373,Starchy Roots,0.0457850985436042,74.253373
+Iran (Islamic Republic of),74.253373,Sugar,0.0290847528232825,74.253373
 Iraq,30.868156,Ruminants,0.114145772102486,30.868156
 Iraq,30.868156,Cereals,0.193995909571016,30.868156
 Iraq,30.868156,Monogastrics,0.0511855032739889,30.868156
-Iraq,30.868156,Oilcrops,0.0104716653628419,30.868156
-Iraq,30.868156,Pulses,0.00302807203643781,30.868156
+Iraq,30.868156,FruitVeg,0.185672574675339,30.868156
+Iraq,30.868156,OilcropsPulses,0.0134997373992797,30.868156
 Iraq,30.868156,Starchy Roots,0.00753504679709407,30.868156
+Iraq,30.868156,Sugar,0.0191624987252235,30.868156
 Ireland,4.560155,Ruminants,0.945161030710579,4.560155
 Ireland,4.560155,Cereals,0.174005488848515,4.560155
 Ireland,4.560155,Monogastrics,0.291815168563349,4.560155
-Ireland,4.560155,Oilcrops,0.0158450754415146,4.560155
-Ireland,4.560155,Pulses,0.00510684395596202,4.560155
+Ireland,4.560155,FruitVeg,0.242007563339404,4.560155
+Ireland,4.560155,OilcropsPulses,0.0209519193974766,4.560155
 Ireland,4.560155,Starchy Roots,0.109587283765574,4.560155
+Ireland,4.560155,Sugar,0.0371465443608825,4.560155
 Israel,7.6236,Ruminants,0.813130069783305,7.6236
 Israel,7.6236,Cereals,0.158966236423737,7.6236
 Israel,7.6236,Monogastrics,0.251968426989874,7.6236
-Israel,7.6236,Oilcrops,0.0351215960963324,7.6236
-Israel,7.6236,Pulses,0.00710281231963902,7.6236
+Israel,7.6236,FruitVeg,0.277761425048534,7.6236
+Israel,7.6236,OilcropsPulses,0.0422244084159714,7.6236
 Israel,7.6236,Starchy Roots,0.0415269688860906,7.6236
+Israel,7.6236,Sugar,0.0268236791017367,7.6236
 Italy,59.277417,Ruminants,0.995564140387561,59.277417
 Italy,59.277417,Cereals,0.1744730712541,59.277417
 Italy,59.277417,Monogastrics,0.360729537186143,59.277417
-Italy,59.277417,Oilcrops,0.0738407005824832,59.277417
-Italy,59.277417,Pulses,0.00572411918690722,59.277417
+Italy,59.277417,FruitVeg,0.40168631166908,59.277417
+Italy,59.277417,OilcropsPulses,0.0795648197693904,59.277417
 Italy,59.277417,Starchy Roots,0.0410543698285639,59.277417
+Italy,59.277417,Sugar,0.0295765417713798,59.277417
 Jamaica,2.690824,Ruminants,0.22166678311179,2.690824
 Jamaica,2.690824,Cereals,0.12575999024834,2.690824
 Jamaica,2.690824,Monogastrics,0.226283993304653,2.690824
-Jamaica,2.690824,Oilcrops,0.060050750253454,2.690824
-Jamaica,2.690824,Pulses,0.003110942967656,2.690824
+Jamaica,2.690824,FruitVeg,0.190561329912324,2.690824
+Jamaica,2.690824,OilcropsPulses,0.06316169322111,2.690824
 Jamaica,2.690824,Starchy Roots,0.0737119930549155,2.690824
+Jamaica,2.690824,Sugar,0.0507208944174721,2.690824
 Japan,128.07,Ruminants,0.29014775747638,128.07
 Japan,128.07,Cereals,0.151965511048645,128.07
 Japan,128.07,Monogastrics,0.2320623471539,128.07
-Japan,128.07,Oilcrops,0.023986023268525,128.07
-Japan,128.07,Pulses,0.00178838916217693,128.07
+Japan,128.07,FruitVeg,0.148373530100726,128.07
+Japan,128.07,OilcropsPulses,0.025774412430702,128.07
 Japan,128.07,Starchy Roots,0.0344363707347544,128.07
+Japan,128.07,Sugar,0.0261069102834387,128.07
 Jordan,6.517912,Ruminants,0.303947813348815,6.517912
 Jordan,6.517912,Cereals,0.174099926479523,6.517912
 Jordan,6.517912,Monogastrics,0.125427330102033,6.517912
-Jordan,6.517912,Oilcrops,0.0381655965898281,6.517912
-Jordan,6.517912,Pulses,0.00753354755326552,6.517912
+Jordan,6.517912,FruitVeg,0.177299417359424,6.517912
+Jordan,6.517912,OilcropsPulses,0.0456991441430937,6.517912
 Jordan,6.517912,Starchy Roots,0.031680697744922,6.517912
+Jordan,6.517912,Sugar,0.0470495766128785,6.517912
 Kazakhstan,16.321581,Ruminants,1.0337032484782,16.321581
 Kazakhstan,16.321581,Cereals,0.14916955655215,16.321581
 Kazakhstan,16.321581,Monogastrics,0.150748711169586,16.321581
-Kazakhstan,16.321581,Oilcrops,0.0281297504206241,16.321581
-Kazakhstan,16.321581,Pulses,6.13298429851863e-05,16.321581
+Kazakhstan,16.321581,FruitVeg,0.22401046810355,16.321581
+Kazakhstan,16.321581,OilcropsPulses,0.0281910802636093,16.321581
 Kazakhstan,16.321581,Starchy Roots,0.113921010470738,16.321581
+Kazakhstan,16.321581,Sugar,0.0257347618469069,16.321581
 Kenya,40.328313,Ruminants,0.433387027620025,40.328313
 Kenya,40.328313,Cereals,0.130312244898516,40.328313
 Kenya,40.328313,Monogastrics,0.00858258315937986,40.328313
-Kenya,40.328313,Oilcrops,0.00443182436121243,40.328313
-Kenya,40.328313,Pulses,0.0129881951670034,40.328313
+Kenya,40.328313,FruitVeg,0.123314754078605,40.328313
+Kenya,40.328313,OilcropsPulses,0.0174200195282158,40.328313
 Kenya,40.328313,Starchy Roots,0.0850031589469165,40.328313
+Kenya,40.328313,Sugar,0.0175846681213767,40.328313
 Kiribati,0.102648,Ruminants,0.0927363416725119,0.102648
 Kiribati,0.102648,Cereals,0.133134595900553,0.102648
 Kiribati,0.102648,Monogastrics,0.113389447432001,0.102648
-Kiribati,0.102648,Oilcrops,0.301915283298262,0.102648
-Kiribati,0.102648,Pulses,1.94840620372535e-05,0.102648
+Kiribati,0.102648,FruitVeg,0.124279089704622,0.102648
+Kiribati,0.102648,OilcropsPulses,0.301934767360299,0.102648
 Kiribati,0.102648,Starchy Roots,0.112296391551711,0.102648
+Kiribati,0.102648,Sugar,0.0428551944509391,0.102648
 Kuwait,3.059473,Ruminants,0.580729655074583,3.059473
 Kuwait,3.059473,Cereals,0.186236649252992,3.059473
 Kuwait,3.059473,Monogastrics,0.270074061774691,3.059473
-Kuwait,3.059473,Oilcrops,0.0111898356350914,3.059473
-Kuwait,3.059473,Pulses,0.00612425734758895,3.059473
+Kuwait,3.059473,FruitVeg,0.206287488073926,3.059473
+Kuwait,3.059473,OilcropsPulses,0.0173140929826803,3.059473
 Kuwait,3.059473,Starchy Roots,0.020636560610275,3.059473
+Kuwait,3.059473,Sugar,0.0348089360487901,3.059473
 Kyrgyzstan,5.4479,Ruminants,0.63849628297142,5.4479
 Kyrgyzstan,5.4479,Cereals,0.180802694616274,5.4479
 Kyrgyzstan,5.4479,Monogastrics,0.0698279153435269,5.4479
-Kyrgyzstan,5.4479,Oilcrops,0.0143778336606766,5.4479
-Kyrgyzstan,5.4479,Pulses,0.00180895390884561,5.4479
+Kyrgyzstan,5.4479,FruitVeg,0.17746489473008,5.4479
+Kyrgyzstan,5.4479,OilcropsPulses,0.0161867875695222,5.4479
 Kyrgyzstan,5.4479,Starchy Roots,0.0983013638282641,5.4479
+Kyrgyzstan,5.4479,Sugar,0.0226424860955598,5.4479
 Lao People's Democratic Republic,6.260544,Ruminants,0.194956300922092,6.260544
 Lao People's Democratic Republic,6.260544,Cereals,0.291033974044428,6.260544
 Lao People's Democratic Republic,6.260544,Monogastrics,0.0772829964935954,6.260544
-Lao People's Democratic Republic,6.260544,Oilcrops,0.00638570705676695,6.260544
-Lao People's Democratic Republic,6.260544,Pulses,0.00293984037169933,6.260544
+Lao People's Democratic Republic,6.260544,FruitVeg,0.194274171701373,6.260544
+Lao People's Democratic Republic,6.260544,OilcropsPulses,0.00932554742846628,6.260544
 Lao People's Democratic Republic,6.260544,Starchy Roots,0.0430013749603868,6.260544
+Lao People's Democratic Republic,6.260544,Sugar,0.00607870498154793,6.260544
 Latvia,2.097555,Ruminants,0.521345995694988,2.097555
 Latvia,2.097555,Cereals,0.131339106721874,2.097555
 Latvia,2.097555,Monogastrics,0.341497982174484,2.097555
-Latvia,2.097555,Oilcrops,0.0155748001840238,2.097555
-Latvia,2.097555,Pulses,5.91164474829027e-05,2.097555
+Latvia,2.097555,FruitVeg,0.161418890088699,2.097555
+Latvia,2.097555,OilcropsPulses,0.0156339166315067,2.097555
 Latvia,2.097555,Starchy Roots,0.118961838902913,2.097555
+Latvia,2.097555,Sugar,0.0518899385236621,2.097555
 Lebanon,4.337156,Ruminants,0.635873138987853,4.337156
 Lebanon,4.337156,Cereals,0.142993473142308,4.337156
 Lebanon,4.337156,Monogastrics,0.0980750980596501,4.337156
-Lebanon,4.337156,Oilcrops,0.0384226437785498,4.337156
-Lebanon,4.337156,Pulses,0.00759898883046863,4.337156
+Lebanon,4.337156,FruitVeg,0.295024204801487,4.337156
+Lebanon,4.337156,OilcropsPulses,0.0460216326090184,4.337156
 Lebanon,4.337156,Starchy Roots,0.0598698778646652,4.337156
+Lebanon,4.337156,Sugar,0.0524966129878658,4.337156
 Lesotho,2.010586,Ruminants,0.268060654953332,2.010586
 Lesotho,2.010586,Cereals,0.238348421803395,2.010586
 Lesotho,2.010586,Monogastrics,0.0343018900957233,2.010586
-Lesotho,2.010586,Oilcrops,0.000845524638090587,2.010586
-Lesotho,2.010586,Pulses,0.0110221597086621,2.010586
+Lesotho,2.010586,FruitVeg,0.0385176262044996,2.010586
+Lesotho,2.010586,OilcropsPulses,0.0118676843467526,2.010586
 Lesotho,2.010586,Starchy Roots,0.0487917452921686,2.010586
+Lesotho,2.010586,Sugar,0.0170940213450208,2.010586
 Liberia,3.95799,Ruminants,0.0585409766068131,3.95799
 Liberia,3.95799,Cereals,0.152711098310001,3.95799
 Liberia,3.95799,Monogastrics,0.0424209257729302,3.95799
-Liberia,3.95799,Oilcrops,0.00624205720580396,3.95799
-Liberia,3.95799,Pulses,0.00196488621749929,3.95799
+Liberia,3.95799,FruitVeg,0.0720630926303503,3.95799
+Liberia,3.95799,OilcropsPulses,0.00820694342330324,3.95799
 Liberia,3.95799,Starchy Roots,0.139678725817902,3.95799
+Liberia,3.95799,Sugar,0.00726252466529728,3.95799
 Libya,6.27843782577394,Ruminants,0.318976622897019,6.27843782577394
 Libya,6.27843782577394,Cereals,0.223774598175127,6.27843782577394
 Libya,6.27843782577394,Monogastrics,0.0400904963262039,6.27843782577394
-Libya,6.27843782577394,Oilcrops,0.021250849736788,6.27843782577394
-Libya,6.27843782577394,Pulses,0.00695126803053566,6.27843782577394
+Libya,6.27843782577394,FruitVeg,0.233383807636102,6.27843782577394
+Libya,6.27843782577394,OilcropsPulses,0.0282021177673237,6.27843782577394
 Libya,6.27843782577394,Starchy Roots,0.0675755981651652,6.27843782577394
+Libya,6.27843782577394,Sugar,0.0319762436390626,6.27843782577394
 Lithuania,3.097282,Ruminants,0.419905807737235,3.097282
 Lithuania,3.097282,Cereals,0.162858596666368,3.097282
 Lithuania,3.097282,Monogastrics,0.402279514748738,3.097282
-Lithuania,3.097282,Oilcrops,0.0114603707379567,3.097282
-Lithuania,3.097282,Pulses,0.00431442794036836,3.097282
+Lithuania,3.097282,FruitVeg,0.144443095591554,3.097282
+Lithuania,3.097282,OilcropsPulses,0.0157747986783251,3.097282
 Lithuania,3.097282,Starchy Roots,0.104985919913008,3.097282
+Lithuania,3.097282,Sugar,0.050853942262926,3.097282
 Luxembourg,0.506953,Ruminants,1.0333222211921,0.506953
 Luxembourg,0.506953,Cereals,0.145855730215622,0.506953
 Luxembourg,0.506953,Monogastrics,0.380530147765177,0.506953
-Luxembourg,0.506953,Oilcrops,0.00980367016271726,0.506953
-Luxembourg,0.506953,Pulses,0.000863985418766631,0.506953
+Luxembourg,0.506953,FruitVeg,0.318554185496486,0.506953
+Luxembourg,0.506953,OilcropsPulses,0.0106676555814839,0.506953
 Luxembourg,0.506953,Starchy Roots,0.0619051470254639,0.506953
+Luxembourg,0.506953,Sugar,0.0494740143563605,0.506953
 Madagascar,21.079532,Ruminants,0.227110625605919,21.079532
 Madagascar,21.079532,Cereals,0.182905673617422,21.079532
 Madagascar,21.079532,Monogastrics,0.0300373841316781,21.079532
-Madagascar,21.079532,Oilcrops,0.00617276512590507,21.079532
-Madagascar,21.079532,Pulses,0.00419259782427807,21.079532
+Madagascar,21.079532,FruitVeg,0.0653361279557819,21.079532
+Madagascar,21.079532,OilcropsPulses,0.0103653629501831,21.079532
 Madagascar,21.079532,Starchy Roots,0.15099851362924,21.079532
+Madagascar,21.079532,Sugar,0.00775605454618252,21.079532
 Malawi,14.769824,Ruminants,0.090733112324155,14.769824
 Malawi,14.769824,Cereals,0.156708367005592,14.769824
 Malawi,14.769824,Monogastrics,0.0212904838947302,14.769824
-Malawi,14.769824,Oilcrops,0.0150129751038333,14.769824
-Malawi,14.769824,Pulses,0.0170308732182591,14.769824
+Malawi,14.769824,FruitVeg,0.0876748429771404,14.769824
+Malawi,14.769824,OilcropsPulses,0.0320438483220924,14.769824
 Malawi,14.769824,Starchy Roots,0.193954985516415,14.769824
+Malawi,14.769824,Sugar,0.0125503865178082,14.769824
 Malaysia,28.1195,Ruminants,0.190204377744981,28.1195
 Malaysia,28.1195,Cereals,0.186608403421113,28.1195
 Malaysia,28.1195,Monogastrics,0.217154085243336,28.1195
-Malaysia,28.1195,Oilcrops,0.116709436512029,28.1195
-Malaysia,28.1195,Pulses,0.00306651967495866,28.1195
+Malaysia,28.1195,FruitVeg,0.112950016892192,28.1195
+Malaysia,28.1195,OilcropsPulses,0.119775956186988,28.1195
 Malaysia,28.1195,Starchy Roots,0.0133740286989456,28.1195
+Malaysia,28.1195,Sugar,0.0445549529685805,28.1195
 Maldives,0.367,Ruminants,0.236907629427793,0.367
 Maldives,0.367,Cereals,0.134899182561308,0.367
 Maldives,0.367,Monogastrics,0.06241689373297,0.367
-Maldives,0.367,Oilcrops,0.0129400544959128,0.367
-Maldives,0.367,Pulses,0.00260490463215259,0.367
+Maldives,0.367,FruitVeg,0.161226158038147,0.367
+Maldives,0.367,OilcropsPulses,0.0155449591280654,0.367
 Maldives,0.367,Starchy Roots,0.0210599455040872,0.367
+Maldives,0.367,Sugar,0.0324632152588556,0.367
 Mali,15.167286,Ruminants,0.484390331928863,15.167286
 Mali,15.167286,Cereals,0.222518056295635,15.167286
 Mali,15.167286,Monogastrics,0.0114997699654375,15.167286
-Mali,15.167286,Oilcrops,0.0271763847533435,15.167286
-Mali,15.167286,Pulses,0.0101765734489348,15.167286
+Mali,15.167286,FruitVeg,0.081730047155437,15.167286
+Mali,15.167286,OilcropsPulses,0.0373529582022782,15.167286
 Mali,15.167286,Starchy Roots,0.0266071992049204,15.167286
+Mali,15.167286,Sugar,0.00989511241496996,15.167286
 Malta,0.414508,Ruminants,0.758688613971262,0.414508
 Malta,0.414508,Cereals,0.168684319723624,0.414508
 Malta,0.414508,Monogastrics,0.331245235315121,0.414508
-Malta,0.414508,Oilcrops,0.00958485722832852,0.414508
-Malta,0.414508,Pulses,0.00457168498557326,0.414508
+Malta,0.414508,FruitVeg,0.289104190992695,0.414508
+Malta,0.414508,OilcropsPulses,0.0141565422139018,0.414508
 Malta,0.414508,Starchy Roots,0.0653497640576298,0.414508
+Malta,0.414508,Sugar,0.0637213274532699,0.414508
 Mauritania,3.5914,Ruminants,0.593188227432199,3.5914
 Mauritania,3.5914,Cereals,0.186274433368603,3.5914
 Mauritania,3.5914,Monogastrics,0.0142948710809155,3.5914
-Mauritania,3.5914,Oilcrops,0.00822993818566575,3.5914
-Mauritania,3.5914,Pulses,0.0137676115164003,3.5914
+Mauritania,3.5914,FruitVeg,0.02993790722281,3.5914
+Mauritania,3.5914,OilcropsPulses,0.021997549702066,3.5914
 Mauritania,3.5914,Starchy Roots,0.00853789608509216,3.5914
+Mauritania,3.5914,Sugar,0.0357930055131703,3.5914
 Mauritius,1.2504,Ruminants,0.313108525271913,1.2504
 Mauritius,1.2504,Cereals,0.211940978886756,1.2504
 Mauritius,1.2504,Monogastrics,0.152961292386436,1.2504
-Mauritius,1.2504,Oilcrops,0.0214347408829175,1.2504
-Mauritius,1.2504,Pulses,0.0103039027511196,1.2504
+Mauritius,1.2504,FruitVeg,0.128502879078695,1.2504
+Mauritius,1.2504,OilcropsPulses,0.0317386436340371,1.2504
 Mauritius,1.2504,Starchy Roots,0.0217426423544466,1.2504
+Mauritius,1.2504,Sugar,0.0315251119641715,1.2504
 Mexico,118.617542,Ruminants,0.535008700483778,118.617542
 Mexico,118.617542,Cereals,0.177206175794808,118.617542
 Mexico,118.617542,Monogastrics,0.226399730151212,118.617542
-Mexico,118.617542,Oilcrops,0.0211968395028789,118.617542
-Mexico,118.617542,Pulses,0.0120171685904603,118.617542
+Mexico,118.617542,FruitVeg,0.153124653350176,118.617542
+Mexico,118.617542,OilcropsPulses,0.0332140080933392,118.617542
 Mexico,118.617542,Starchy Roots,0.0161772531081448,118.617542
+Mexico,118.617542,Sugar,0.0491270759935322,118.617542
 Mongolia,2.712657,Ruminants,1.36358525976561,2.712657
 Mongolia,2.712657,Cereals,0.149958140671674,2.712657
 Mongolia,2.712657,Monogastrics,0.00988805440569891,2.712657
-Mongolia,2.712657,Oilcrops,0.00616296125901653,2.712657
-Mongolia,2.712657,Pulses,0.000457485041418801,2.712657
+Mongolia,2.712657,FruitVeg,0.0702237695366572,2.712657
+Mongolia,2.712657,OilcropsPulses,0.00662044630043533,2.712657
 Mongolia,2.712657,Starchy Roots,0.0509692157910123,2.712657
+Mongolia,2.712657,Sugar,0.0129758388178085,2.712657
 Montenegro,0.619428,Ruminants,0.602373318610073,0.619428
 Montenegro,0.619428,Cereals,0.15485577016215,0.619428
 Montenegro,0.619428,Monogastrics,0.384713316156196,0.619428
-Montenegro,0.619428,Oilcrops,0.0152850694511711,0.619428
-Montenegro,0.619428,Pulses,0.00613792079143984,0.619428
+Montenegro,0.619428,FruitVeg,0.450714207300929,0.619428
+Montenegro,0.619428,OilcropsPulses,0.0214229902426109,0.619428
 Montenegro,0.619428,Starchy Roots,0.0473937245329562,0.619428
+Montenegro,0.619428,Sugar,0.0425553898112452,0.619428
 Morocco,32.107739,Ruminants,0.310666017311278,32.107739
 Morocco,32.107739,Cereals,0.250833732017069,32.107739
 Morocco,32.107739,Monogastrics,0.0771936977561702,32.107739
-Morocco,32.107739,Oilcrops,0.0432401982587438,32.107739
-Morocco,32.107739,Pulses,0.00666406314066524,32.107739
+Morocco,32.107739,FruitVeg,0.2137511146456,32.107739
+Morocco,32.107739,OilcropsPulses,0.049904261399409,32.107739
 Morocco,32.107739,Starchy Roots,0.0440729258450743,32.107739
+Morocco,32.107739,Sugar,0.037304246181894,32.107739
 Mozambique,24.321457,Ruminants,0.047109891483886,24.321457
 Mozambique,24.321457,Cereals,0.123567185962584,24.321457
 Mozambique,24.321457,Monogastrics,0.0339668548639993,24.321457
-Mozambique,24.321457,Oilcrops,0.0223746463873443,24.321457
-Mozambique,24.321457,Pulses,0.0111644627211273,24.321457
+Mozambique,24.321457,FruitVeg,0.0418824003841546,24.321457
+Mozambique,24.321457,OilcropsPulses,0.0335391091084716,24.321457
 Mozambique,24.321457,Starchy Roots,0.246701174193635,24.321457
+Mozambique,24.321457,Sugar,0.0110093733282509,24.321457
 Myanmar,51.733013,Ruminants,0.171060575961427,51.733013
 Myanmar,51.733013,Cereals,0.28261470098407,51.733013
 Myanmar,51.733013,Monogastrics,0.153730388755822,51.733013
-Myanmar,51.733013,Oilcrops,0.0471576631347569,51.733013
-Myanmar,51.733013,Pulses,0.0157911931400555,51.733013
+Myanmar,51.733013,FruitVeg,0.118367395303266,51.733013
+Myanmar,51.733013,OilcropsPulses,0.0629488562748124,51.733013
 Myanmar,51.733013,Starchy Roots,0.0209544725338151,51.733013
+Myanmar,51.733013,Sugar,0.0243266132595061,51.733013
 Myanmar,51.7330131028006,Ruminants,0.101556259561113,51.733013
 Myanmar,51.7330131028006,Cereals,0.217375424083696,51.733013
 Myanmar,51.7330131028006,Monogastrics,0.148097279218876,51.733013
-Myanmar,51.7330131028006,Oilcrops,0.0315159875789645,51.733013
-Myanmar,51.7330131028006,Pulses,0.00294306557557767,51.733013
+Myanmar,51.7330131028006,FruitVeg,0.156277488294552,51.733013
+Myanmar,51.7330131028006,OilcropsPulses,0.0344590531545421,51.733013
 Myanmar,51.7330131028006,Starchy Roots,0.0226414780873947,51.733013
+Myanmar,51.7330131028006,Sugar,0.0391030867499238,51.733013
 Namibia,2.193643,Ruminants,0.451582823640857,2.193643
 Namibia,2.193643,Cereals,0.120010867766542,2.193643
 Namibia,2.193643,Monogastrics,0.0469173425210939,2.193643
-Namibia,2.193643,Oilcrops,0.00863814212248757,2.193643
-Namibia,2.193643,Pulses,0.00770909395922673,2.193643
+Namibia,2.193643,FruitVeg,0.0524447232298054,2.193643
+Namibia,2.193643,OilcropsPulses,0.0163472360817143,2.193643
 Namibia,2.193643,Starchy Roots,0.136179861536266,2.193643
+Namibia,2.193643,Sugar,0.0166800158457871,2.193643
 Nepal,26.87591,Ruminants,0.274651146696056,26.87591
 Nepal,26.87591,Cereals,0.235301613973257,26.87591
 Nepal,26.87591,Monogastrics,0.00870108584230264,26.87591
-Nepal,26.87591,Oilcrops,0.0124541271346719,26.87591
-Nepal,26.87591,Pulses,0.00817877422569134,26.87591
+Nepal,26.87591,FruitVeg,0.155228715976501,26.87591
+Nepal,26.87591,OilcropsPulses,0.0206329013603632,26.87591
 Nepal,26.87591,Starchy Roots,0.0805845829964455,26.87591
+Nepal,26.87591,Sugar,0.00424874915863314,26.87591
 Netherlands,16.615394,Ruminants,0.923845838383369,16.615394
 Netherlands,16.615394,Cereals,0.122259273538744,16.615394
 Netherlands,16.615394,Monogastrics,0.310882606816305,16.615394
-Netherlands,16.615394,Oilcrops,0.0251812867031621,16.615394
-Netherlands,16.615394,Pulses,0.00141778160662335,16.615394
+Netherlands,16.615394,FruitVeg,0.20266350590302,16.615394
+Netherlands,16.615394,OilcropsPulses,0.0265990683097855,16.615394
 Netherlands,16.615394,Starchy Roots,0.102894941883412,16.615394
+Netherlands,16.615394,Sugar,0.0465565848152623,16.615394
 New Caledonia,0.25,Ruminants,0.6425376,0.25
 New Caledonia,0.25,Cereals,0.115868,0.25
 New Caledonia,0.25,Monogastrics,0.2547204,0.25
-New Caledonia,0.25,Oilcrops,0.040876,0.25
-New Caledonia,0.25,Pulses,0.001892,0.25
+New Caledonia,0.25,FruitVeg,0.147396,0.25
+New Caledonia,0.25,OilcropsPulses,0.042768,0.25
 New Caledonia,0.25,Starchy Roots,0.05546,0.25
+New Caledonia,0.25,Sugar,0.025204,0.25
 New Zealand,4.3507,Ruminants,1.04005805962259,4.3507
 New Zealand,4.3507,Cereals,0.127002091617441,4.3507
 New Zealand,4.3507,Monogastrics,0.269662215275703,4.3507
-New Zealand,4.3507,Oilcrops,0.0122743466568598,4.3507
-New Zealand,4.3507,Pulses,0.0055545084699014,4.3507
+New Zealand,4.3507,FruitVeg,0.299028202358241,4.3507
+New Zealand,4.3507,OilcropsPulses,0.0178288551267612,4.3507
 New Zealand,4.3507,Starchy Roots,0.0963849495483485,4.3507
+New Zealand,4.3507,Sugar,0.0583471625255706,4.3507
 Nicaragua,5.737722,Ruminants,0.20858767643326,5.737722
 Nicaragua,5.737722,Cereals,0.165090779929735,5.737722
 Nicaragua,5.737722,Monogastrics,0.0876133420197075,5.737722
-Nicaragua,5.737722,Oilcrops,0.0150838608074773,5.737722
-Nicaragua,5.737722,Pulses,0.0193505366764022,5.737722
+Nicaragua,5.737722,FruitVeg,0.058287592183797,5.737722
+Nicaragua,5.737722,OilcropsPulses,0.0344343974838795,5.737722
 Nicaragua,5.737722,Starchy Roots,0.0142962660094023,5.737722
+Nicaragua,5.737722,Sugar,0.0522735329456534,5.737722
 Niger,16.29199,Ruminants,0.391000945863581,16.29199
 Niger,16.29199,Cereals,0.205611653333939,16.29199
 Niger,16.29199,Monogastrics,0.00451683311860614,16.29199
-Niger,16.29199,Oilcrops,0.0179428664024469,16.29199
-Niger,16.29199,Pulses,0.0340948527466565,16.29199
+Niger,16.29199,FruitVeg,0.0706370431113695,16.29199
+Niger,16.29199,OilcropsPulses,0.0520377191491033,16.29199
 Niger,16.29199,Starchy Roots,0.0112996018288742,16.29199
+Niger,16.29199,Sugar,0.00474024351844066,16.29199
 Nigeria,159.424742,Ruminants,0.118672018926648,159.424742
 Nigeria,159.424742,Cereals,0.162100353281425,159.424742
 Nigeria,159.424742,Monogastrics,0.0245613168375082,159.424742
-Nigeria,159.424742,Oilcrops,0.0265907784878209,159.424742
-Nigeria,159.424742,Pulses,0.0103069007946082,159.424742
+Nigeria,159.424742,FruitVeg,0.128974610477965,159.424742
+Nigeria,159.424742,OilcropsPulses,0.0368976792824291,159.424742
 Nigeria,159.424742,Starchy Roots,0.230119933328793,159.424742
+Nigeria,159.424742,Sugar,0.0103942774453416,159.424742
 Norway,4.889252,Ruminants,0.897769924724682,4.889252
 Norway,4.889252,Cereals,0.132371577492835,4.889252
 Norway,4.889252,Monogastrics,0.233687095694802,4.889252
-Norway,4.889252,Oilcrops,0.0211688822748347,4.889252
-Norway,4.889252,Pulses,0.00549879613486889,4.889252
+Norway,4.889252,FruitVeg,0.199536657141011,4.889252
+Norway,4.889252,OilcropsPulses,0.0266676784097036,4.889252
 Norway,4.889252,Starchy Roots,0.0586034428170199,4.889252
+Norway,4.889252,Sugar,0.0379117296469889,4.889252
 Oman,2.943747,Ruminants,0.675585367900163,2.943747
 Oman,2.943747,Cereals,0.140607871532438,2.943747
 Oman,2.943747,Monogastrics,0.108047736439307,2.943747
-Oman,2.943747,Oilcrops,0.00591117375236391,2.943747
-Oman,2.943747,Pulses,0.00451533368866278,2.943747
+Oman,2.943747,FruitVeg,0.396327537658637,2.943747
+Oman,2.943747,OilcropsPulses,0.0104265074410267,2.943747
 Oman,2.943747,Starchy Roots,0.0220127612868905,2.943747
+Oman,2.943747,Sugar,0.0327463603359935,2.943747
 Pakistan,170.043918,Ruminants,0.427326903864918,170.043918
 Pakistan,170.043918,Cereals,0.150939541395418,170.043918
 Pakistan,170.043918,Monogastrics,0.0202081641049932,170.043918
-Pakistan,170.043918,Oilcrops,0.0203980597530104,170.043918
-Pakistan,170.043918,Pulses,0.00603246509528203,170.043918
+Pakistan,170.043918,FruitVeg,0.0624057486137199,170.043918
+Pakistan,170.043918,OilcropsPulses,0.0264305248482924,170.043918
 Pakistan,170.043918,Starchy Roots,0.0169092316492025,170.043918
+Pakistan,170.043918,Sugar,0.0304059448924248,170.043918
 Panama,3.620506,Ruminants,0.616947741558777,3.620506
 Panama,3.620506,Cereals,0.168600742548141,3.620506
 Panama,3.620506,Monogastrics,0.178754185188479,3.620506
-Panama,3.620506,Oilcrops,0.0161372471140774,3.620506
-Panama,3.620506,Pulses,0.00605744058979601,3.620506
+Panama,3.620506,FruitVeg,0.117574449538269,3.620506
+Panama,3.620506,OilcropsPulses,0.0221946877038734,3.620506
 Panama,3.620506,Starchy Roots,0.0242814125981286,3.620506
+Panama,3.620506,Sugar,0.0314008594378797,3.620506
 Paraguay,6.209877,Ruminants,0.420119013629417,6.209877
 Paraguay,6.209877,Cereals,0.12304865297654,6.209877
 Paraguay,6.209877,Monogastrics,0.232239269795521,6.209877
-Paraguay,6.209877,Oilcrops,0.0348051982350053,6.209877
-Paraguay,6.209877,Pulses,0.00865186218664234,6.209877
+Paraguay,6.209877,FruitVeg,0.139145107060897,6.209877
+Paraguay,6.209877,OilcropsPulses,0.0434570604216476,6.209877
 Paraguay,6.209877,Starchy Roots,0.139626920146728,6.209877
+Paraguay,6.209877,Sugar,0.0265572087820741,6.209877
 Peru,29.373644,Ruminants,0.185823995824284,29.373644
 Peru,29.373644,Cereals,0.158420759780434,29.373644
 Peru,29.373644,Monogastrics,0.0745836063104734,29.373644
-Peru,29.373644,Oilcrops,0.0104278515801444,29.373644
-Peru,29.373644,Pulses,0.00786020964916712,29.373644
+Peru,29.373644,FruitVeg,0.178526981534875,29.373644
+Peru,29.373644,OilcropsPulses,0.0182880612293116,29.373644
 Peru,29.373644,Starchy Roots,0.123836865456666,29.373644
+Peru,29.373644,Sugar,0.0298969375403338,29.373644
 Philippines,93.038902,Ruminants,0.168301961474137,93.038902
 Philippines,93.038902,Cereals,0.223063767455037,93.038902
 Philippines,93.038902,Monogastrics,0.162829380768058,93.038902
-Philippines,93.038902,Oilcrops,0.151117894749016,93.038902
-Philippines,93.038902,Pulses,0.00156593636498419,93.038902
+Philippines,93.038902,FruitVeg,0.182600198785665,93.038902
+Philippines,93.038902,OilcropsPulses,0.152683831114,93.038902
 Philippines,93.038902,Starchy Roots,0.0315850030130407,93.038902
+Philippines,93.038902,Sugar,0.0232127631944754,93.038902
 Poland,38.042794,Ruminants,0.354740608694514,38.042794
 Poland,38.042794,Cereals,0.141912631338277,38.042794
 Poland,38.042794,Monogastrics,0.419618438119976,38.042794
-Poland,38.042794,Oilcrops,0.0140416868435058,38.042794
-Poland,38.042794,Pulses,0.0020977691596469,38.042794
+Poland,38.042794,FruitVeg,0.176110671576856,38.042794
+Poland,38.042794,OilcropsPulses,0.0161394560031527,38.042794
 Poland,38.042794,Starchy Roots,0.116232971742296,38.042794
+Poland,38.042794,Sugar,0.0436021602409119,38.042794
 Portugal,10.5731,Ruminants,0.75973135598831,10.5731
 Portugal,10.5731,Cereals,0.164329288477362,10.5731
 Portugal,10.5731,Monogastrics,0.396796738893986,10.5731
-Portugal,10.5731,Oilcrops,0.0593001106581797,10.5731
-Portugal,10.5731,Pulses,0.00339512536531386,10.5731
+Portugal,10.5731,FruitVeg,0.393882494254287,10.5731
+Portugal,10.5731,OilcropsPulses,0.0626952360234936,10.5731
 Portugal,10.5731,Starchy Roots,0.0610490773756041,10.5731
+Portugal,10.5731,Sugar,0.0285869801666493,10.5731
 Republic of Korea,49.410366,Ruminants,0.355073046817747,49.410366
 Republic of Korea,49.410366,Cereals,0.227311188101703,49.410366
 Republic of Korea,49.410366,Monogastrics,0.269720705974937,49.410366
-Republic of Korea,49.410366,Oilcrops,0.0278014131690504,49.410366
-Republic of Korea,49.410366,Pulses,0.00139784433088393,49.410366
+Republic of Korea,49.410366,FruitVeg,0.264761791078415,49.410366
+Republic of Korea,49.410366,OilcropsPulses,0.0291992574999343,49.410366
 Republic of Korea,49.410366,Starchy Roots,0.0418369497607041,49.410366
+Republic of Korea,49.410366,Sugar,0.0364008030217789,49.410366
 Republic of Moldova,3.562045,Ruminants,0.225340106596071,3.562045
 Republic of Moldova,3.562045,Cereals,0.181038420345616,3.562045
 Republic of Moldova,3.562045,Monogastrics,0.187031831433909,3.562045
-Republic of Moldova,3.562045,Oilcrops,0.0134731593789523,3.562045
-Republic of Moldova,3.562045,Pulses,0.00162855887558972,3.562045
+Republic of Moldova,3.562045,FruitVeg,0.195678886706934,3.562045
+Republic of Moldova,3.562045,OilcropsPulses,0.015101718254542,3.562045
 Republic of Moldova,3.562045,Starchy Roots,0.0574484600840248,3.562045
+Republic of Moldova,3.562045,Sugar,0.0276599537625156,3.562045
 Romania,20.246871,Ruminants,0.48192543430538,20.246871
 Romania,20.246871,Cereals,0.207270841998252,20.246871
 Romania,20.246871,Monogastrics,0.29761458449555,20.246871
-Romania,20.246871,Oilcrops,0.0305256056602524,20.246871
-Romania,20.246871,Pulses,0.00223965471010311,20.246871
+Romania,20.246871,FruitVeg,0.305417859381827,20.246871
+Romania,20.246871,OilcropsPulses,0.0327652603703555,20.246871
 Romania,20.246871,Starchy Roots,0.10707585384428,20.246871
+Romania,20.246871,Sugar,0.0254910499503849,20.246871
 Russian Federation,142.849449,Ruminants,0.688226581118979,142.849449
 Russian Federation,142.849449,Cereals,0.17056704922957,142.849449
 Russian Federation,142.849449,Monogastrics,0.251163756326424,142.849449
-Russian Federation,142.849449,Oilcrops,0.0214228407699353,142.849449
-Russian Federation,142.849449,Pulses,0.00182877849252327,142.849449
+Russian Federation,142.849449,FruitVeg,0.18281081364199,142.849449
+Russian Federation,142.849449,OilcropsPulses,0.0232516192624586,142.849449
 Russian Federation,142.849449,Starchy Roots,0.108464254559358,142.849449
+Russian Federation,142.849449,Sugar,0.0501907081209673,142.849449
 Rwanda,10.293669,Ruminants,0.140768680244138,10.293669
 Rwanda,10.293669,Cereals,0.0573332987489689,10.293669
 Rwanda,10.293669,Monogastrics,0.00625578693078241,10.293669
-Rwanda,10.293669,Oilcrops,0.00670548081544103,10.293669
-Rwanda,10.293669,Pulses,0.0327033053034831,10.293669
+Rwanda,10.293669,FruitVeg,0.335231296051971,10.293669
+Rwanda,10.293669,OilcropsPulses,0.0394087861189242,10.293669
 Rwanda,10.293669,Starchy Roots,0.296293576177746,10.293669
+Rwanda,10.293669,Sugar,0.00570865451375987,10.293669
 Saint Kitts and Nevis,0.052352,Ruminants,0.417260085574572,0.052352
 Saint Kitts and Nevis,0.052352,Cereals,0.113653728606357,0.052352
 Saint Kitts and Nevis,0.052352,Monogastrics,0.245954309290953,0.052352
-Saint Kitts and Nevis,0.052352,Oilcrops,0.0257487775061125,0.052352
-Saint Kitts and Nevis,0.052352,Pulses,0.00515739608801956,0.052352
+Saint Kitts and Nevis,0.052352,FruitVeg,0.117321210268949,0.052352
+Saint Kitts and Nevis,0.052352,OilcropsPulses,0.030906173594132,0.052352
 Saint Kitts and Nevis,0.052352,Starchy Roots,0.0319758557457213,0.052352
+Saint Kitts and Nevis,0.052352,Sugar,0.0471424205378973,0.052352
 Saint Lucia,0.177397,Ruminants,0.367864169067121,0.177397
 Saint Lucia,0.177397,Cereals,0.126715784370649,0.177397
 Saint Lucia,0.177397,Monogastrics,0.354597879332796,0.177397
-Saint Lucia,0.177397,Oilcrops,0.0201638133677571,0.177397
-Saint Lucia,0.177397,Pulses,0.00813993472268415,0.177397
+Saint Lucia,0.177397,FruitVeg,0.138457809320338,0.177397
+Saint Lucia,0.177397,OilcropsPulses,0.0283037480904412,0.177397
 Saint Lucia,0.177397,Starchy Roots,0.030169619553882,0.177397
+Saint Lucia,0.177397,Sugar,0.049899378230748,0.177397
 Saint Vincent and the Grenadines,0.109316,Ruminants,0.427873321380219,0.109316
 Saint Vincent and the Grenadines,0.109316,Cereals,0.0899227926378572,0.109316
 Saint Vincent and the Grenadines,0.109316,Monogastrics,0.333437923085367,0.109316
-Saint Vincent and the Grenadines,0.109316,Oilcrops,0.0341578542939734,0.109316
-Saint Vincent and the Grenadines,0.109316,Pulses,0.00740056350397014,0.109316
+Saint Vincent and the Grenadines,0.109316,FruitVeg,0.361237147352629,0.109316
+Saint Vincent and the Grenadines,0.109316,OilcropsPulses,0.0415584177979436,0.109316
 Saint Vincent and the Grenadines,0.109316,Starchy Roots,0.0501390464341908,0.109316
+Saint Vincent and the Grenadines,0.109316,Sugar,0.0467543634966519,0.109316
 Samoa,0.186029,Ruminants,0.438842331034409,0.186029
 Samoa,0.186029,Cereals,0.0777566938488085,0.186029
 Samoa,0.186029,Monogastrics,0.312982922017535,0.186029
-Samoa,0.186029,Oilcrops,0.520295222787845,0.186029
+Samoa,0.186029,FruitVeg,0.212085212520629,0.186029
+Samoa,0.186029,OilcropsPulses,0.520295222787845,0.186029
 Samoa,0.186029,Starchy Roots,0.13540361986572,0.186029
+Samoa,0.186029,Sugar,0.0277752393444033,0.186029
 Sao Tome and Principe,0.17088,Ruminants,0.128083450374532,0.17088
 Sao Tome and Principe,0.17088,Cereals,0.120663623595506,0.17088
 Sao Tome and Principe,0.17088,Monogastrics,0.0699169007490637,0.17088
-Sao Tome and Principe,0.17088,Oilcrops,0.16940543071161,0.17088
-Sao Tome and Principe,0.17088,Pulses,0.00794709737827715,0.17088
+Sao Tome and Principe,0.17088,FruitVeg,0.250491573033708,0.17088
+Sao Tome and Principe,0.17088,OilcropsPulses,0.177352528089888,0.17088
 Sao Tome and Principe,0.17088,Starchy Roots,0.162640449438202,0.17088
+Sao Tome and Principe,0.17088,Sugar,0.0236189138576779,0.17088
 Saudi Arabia,28.090647,Ruminants,0.334913104707058,28.090647
 Saudi Arabia,28.090647,Cereals,0.169838345126049,28.090647
 Saudi Arabia,28.090647,Monogastrics,0.156366167002134,28.090647
-Saudi Arabia,28.090647,Oilcrops,0.00894112549276633,28.090647
-Saudi Arabia,28.090647,Pulses,0.00545170782289208,28.090647
+Saudi Arabia,28.090647,FruitVeg,0.168879663042293,28.090647
+Saudi Arabia,28.090647,OilcropsPulses,0.0143928333156584,28.090647
 Saudi Arabia,28.090647,Starchy Roots,0.0104971950272274,28.090647
+Saudi Arabia,28.090647,Sugar,0.0318147175463776,28.090647
 Senegal,12.956791,Ruminants,0.216023249892662,12.956791
 Senegal,12.956791,Cereals,0.198323412023857,12.956791
 Senegal,12.956791,Monogastrics,0.0213092501067587,12.956791
-Senegal,12.956791,Oilcrops,0.0415751863250708,12.956791
-Senegal,12.956791,Pulses,0.00500092962833158,12.956791
+Senegal,12.956791,FruitVeg,0.0781226616991815,12.956791
+Senegal,12.956791,OilcropsPulses,0.0465761159534023,12.956791
 Senegal,12.956791,Starchy Roots,0.0224722309713879,12.956791
+Senegal,12.956791,Sugar,0.0156628288593989,12.956791
 Serbia,7.291436,Ruminants,0.526340490405456,7.291436
 Serbia,7.291436,Cereals,0.214428406146608,7.291436
 Serbia,7.291436,Monogastrics,0.29847256425209,7.291436
-Serbia,7.291436,Oilcrops,0.031322499436325,7.291436
-Serbia,7.291436,Pulses,0.0116034756390922,7.291436
+Serbia,7.291436,FruitVeg,0.309250468631968,7.291436
+Serbia,7.291436,OilcropsPulses,0.0429259750754172,7.291436
 Serbia,7.291436,Starchy Roots,0.0517815695015358,7.291436
+Serbia,7.291436,Sugar,0.0318501046981692,7.291436
 Sierra Leone,5.775902,Ruminants,0.0832363672375328,5.775902
 Sierra Leone,5.775902,Cereals,0.172436789959386,5.775902
 Sierra Leone,5.775902,Monogastrics,0.0199882373350517,5.775902
-Sierra Leone,5.775902,Oilcrops,0.0140966726928539,5.775902
-Sierra Leone,5.775902,Pulses,0.0106875082021821,5.775902
+Sierra Leone,5.775902,FruitVeg,0.0957876362860727,5.775902
+Sierra Leone,5.775902,OilcropsPulses,0.024784180895036,5.775902
 Sierra Leone,5.775902,Starchy Roots,0.120139850018231,5.775902
+Sierra Leone,5.775902,Sugar,0.00363423756150987,5.775902
 Slovakia,5.391428,Ruminants,0.409087239966851,5.391428
 Slovakia,5.391428,Cereals,0.191233009139694,5.391428
 Slovakia,5.391428,Monogastrics,0.314826702684335,5.391428
-Slovakia,5.391428,Oilcrops,0.0174106006794489,5.391428
-Slovakia,5.391428,Pulses,0.00141947550815851,5.391428
+Slovakia,5.391428,FruitVeg,0.166776594252951,5.391428
+Slovakia,5.391428,OilcropsPulses,0.0188300761876074,5.391428
 Slovakia,5.391428,Starchy Roots,0.0541717333515351,5.391428
+Slovakia,5.391428,Sugar,0.0575912355687584,5.391428
 Slovenia,2.048583,Ruminants,0.839199778578657,2.048583
 Slovenia,2.048583,Cereals,0.15949463604843,2.048583
 Slovenia,2.048583,Monogastrics,0.361555816874396,2.048583
-Slovenia,2.048583,Oilcrops,0.014735063211986,2.048583
-Slovenia,2.048583,Pulses,0.00182516402801351,2.048583
+Slovenia,2.048583,FruitVeg,0.22024492051335,2.048583
+Slovenia,2.048583,OilcropsPulses,0.0165602272399996,2.048583
 Slovenia,2.048583,Starchy Roots,0.0579620156957273,2.048583
+Slovenia,2.048583,Sugar,0.0255420454040671,2.048583
 Solomon Islands,0.526177,Ruminants,0.125551667974845,0.526177
 Solomon Islands,0.526177,Cereals,0.123133470296117,0.526177
 Solomon Islands,0.526177,Monogastrics,0.0418279400277853,0.526177
-Solomon Islands,0.526177,Oilcrops,0.153157587655865,0.526177
-Solomon Islands,0.526177,Pulses,0.00830138907629942,0.526177
+Solomon Islands,0.526177,FruitVeg,0.0736083105114819,0.526177
+Solomon Islands,0.526177,OilcropsPulses,0.161458976732164,0.526177
 Solomon Islands,0.526177,Starchy Roots,0.335077359899806,0.526177
+Solomon Islands,0.526177,Sugar,0.0130602439863392,0.526177
 Somalia,9.26772566595466,Ruminants,0.276944633577609,9.26772566595466
 Somalia,9.26772566595466,Cereals,0.123234462920653,9.26772566595466
 Somalia,9.26772566595466,Monogastrics,0.00245683140585623,9.26772566595466
-Somalia,9.26772566595466,Oilcrops,0.027098327390349,9.26772566595466
-Somalia,9.26772566595466,Pulses,0.00868549928633752,9.26772566595466
+Somalia,9.26772566595466,FruitVeg,0.0163334560597425,9.26772566595466
+Somalia,9.26772566595466,OilcropsPulses,0.0357838266766865,9.26772566595466
 Somalia,9.26772566595466,Starchy Roots,0.0563567236419818,9.26772566595466
+Somalia,9.26772566595466,Sugar,0.00901400257893578,9.26772566595466
 South Africa,50.771826,Ruminants,0.523761445964146,50.771826
 South Africa,50.771826,Cereals,0.199696737320419,50.771826
 South Africa,50.771826,Monogastrics,0.155377846760918,50.771826
-South Africa,50.771826,Oilcrops,0.0187323181955284,50.771826
-South Africa,50.771826,Pulses,0.00308403325891805,50.771826
+South Africa,50.771826,FruitVeg,0.10643351688789,50.771826
+South Africa,50.771826,OilcropsPulses,0.0218163514544464,50.771826
 South Africa,50.771826,Starchy Roots,0.0339297231500006,50.771826
+South Africa,50.771826,Sugar,0.0363756466036892,50.771826
 South Sudan,9.72719437395262,Ruminants,0.276944633577609,9.72719437395262
 South Sudan,9.72719437395262,Cereals,0.123234462920653,9.72719437395262
 South Sudan,9.72719437395262,Monogastrics,0.00245683140585623,9.72719437395262
-South Sudan,9.72719437395262,Oilcrops,0.027098327390349,9.72719437395262
-South Sudan,9.72719437395262,Pulses,0.00868549928633752,9.72719437395262
+South Sudan,9.72719437395262,FruitVeg,0.0163334560597425,9.72719437395262
+South Sudan,9.72719437395262,OilcropsPulses,0.0357838266766865,9.72719437395262
 South Sudan,9.72719437395262,Starchy Roots,0.0563567236419818,9.72719437395262
+South Sudan,9.72719437395262,Sugar,0.00901400257893578,9.72719437395262
 Spain,46.576897,Ruminants,0.598745528281972,46.576897
 Spain,46.576897,Cereals,0.112182655705896,46.576897
 Spain,46.576897,Monogastrics,0.428327574076049,46.576897
-Spain,46.576897,Oilcrops,0.172998106765249,46.576897
-Spain,46.576897,Pulses,0.00942153789248777,46.576897
+Spain,46.576897,FruitVeg,0.333661256996146,46.576897
+Spain,46.576897,OilcropsPulses,0.182419644657737,46.576897
 Spain,46.576897,Starchy Roots,0.0630642698245871,46.576897
+Spain,46.576897,Sugar,0.0236364178575486,46.576897
 Sri Lanka,20.118,Ruminants,0.0703142111541903,20.118
 Sri Lanka,20.118,Cereals,0.211015607913312,20.118
 Sri Lanka,20.118,Monogastrics,0.0229287205487623,20.118
-Sri Lanka,20.118,Oilcrops,0.0913683268714584,20.118
-Sri Lanka,20.118,Pulses,0.0092252211949498,20.118
+Sri Lanka,20.118,FruitVeg,0.0759549159956258,20.118
+Sri Lanka,20.118,OilcropsPulses,0.100593548066408,20.118
 Sri Lanka,20.118,Starchy Roots,0.0186880902674222,20.118
+Sri Lanka,20.118,Sugar,0.0299038174768864,20.118
 Sudan,34.9341313459923,Ruminants,0.276944633577609,34.9341313459923
 Sudan,34.9341313459923,Cereals,0.123234462920653,34.9341313459923
 Sudan,34.9341313459923,Monogastrics,0.00245683140585623,34.9341313459923
-Sudan,34.9341313459923,Oilcrops,0.027098327390349,34.9341313459923
-Sudan,34.9341313459923,Pulses,0.00868549928633752,34.9341313459923
+Sudan,34.9341313459923,FruitVeg,0.0163334560597425,34.9341313459923
+Sudan,34.9341313459923,OilcropsPulses,0.0357838266766865,34.9341313459923
 Sudan,34.9341313459923,Starchy Roots,0.0563567236419818,34.9341313459923
+Sudan,34.9341313459923,Sugar,0.00901400257893578,34.9341313459923
 Suriname,0.518141,Ruminants,0.341407261729915,0.518141
 Suriname,0.518141,Cereals,0.195408199698538,0.518141
 Suriname,0.518141,Monogastrics,0.194944812319427,0.518141
-Suriname,0.518141,Oilcrops,0.0318735633736763,0.518141
-Suriname,0.518141,Pulses,0.00207858478676654,0.518141
+Suriname,0.518141,FruitVeg,0.156588650579668,0.518141
+Suriname,0.518141,OilcropsPulses,0.0339521481604428,0.518141
 Suriname,0.518141,Starchy Roots,0.0269907226025348,0.518141
+Suriname,0.518141,Sugar,0.0482667845239037,0.518141
 Swaziland,1.193148,Ruminants,0.487381112820874,1.193148
 Swaziland,1.193148,Cereals,0.154538246722117,1.193148
 Swaziland,1.193148,Monogastrics,0.0315164589807803,1.193148
-Swaziland,1.193148,Oilcrops,0.0073402461387858,1.193148
-Swaziland,1.193148,Pulses,0.00335582844709961,1.193148
+Swaziland,1.193148,FruitVeg,0.103605755530747,1.193148
+Swaziland,1.193148,OilcropsPulses,0.0106960745858854,1.193148
 Swaziland,1.193148,Starchy Roots,0.055196002507652,1.193148
+Swaziland,1.193148,Sugar,0.0324343669016752,1.193148
 Sweden,9.378126,Ruminants,1.08515851674418,9.378126
 Sweden,9.378126,Cereals,0.126319053508132,9.378126
 Sweden,9.378126,Monogastrics,0.323900265362184,9.378126
-Sweden,9.378126,Oilcrops,0.0179916541961582,9.378126
-Sweden,9.378126,Pulses,0.00188715741289891,9.378126
+Sweden,9.378126,FruitVeg,0.211013053140894,9.378126
+Sweden,9.378126,OilcropsPulses,0.0198788116090571,9.378126
 Sweden,9.378126,Starchy Roots,0.0586494572583051,9.378126
+Sweden,9.378126,Sugar,0.0399069067743385,9.378126
 Switzerland,7.824909,Ruminants,0.943131095837664,7.824909
 Switzerland,7.824909,Cereals,0.117303728388407,7.824909
 Switzerland,7.824909,Monogastrics,0.295687413106018,7.824909
-Switzerland,7.824909,Oilcrops,0.0166580850972197,7.824909
-Switzerland,7.824909,Pulses,0.00191951114064074,7.824909
+Switzerland,7.824909,FruitVeg,0.227439833485603,7.824909
+Switzerland,7.824909,OilcropsPulses,0.0185775962378604,7.824909
 Switzerland,7.824909,Starchy Roots,0.0436433190469052,7.824909
+Switzerland,7.824909,Sugar,0.0569118439588243,7.824909
 Tajikistan,7.581696,Ruminants,0.216153325060778,7.581696
 Tajikistan,7.581696,Cereals,0.156263057764384,7.581696
 Tajikistan,7.581696,Monogastrics,0.0225615218547407,7.581696
-Tajikistan,7.581696,Oilcrops,0.0148230686115613,7.581696
-Tajikistan,7.581696,Pulses,0.00114750050648298,7.581696
+Tajikistan,7.581696,FruitVeg,0.167254925547002,7.581696
+Tajikistan,7.581696,OilcropsPulses,0.0159705691180443,7.581696
 Tajikistan,7.581696,Starchy Roots,0.0368651024783901,7.581696
+Tajikistan,7.581696,Sugar,0.0178681656452593,7.581696
 Thailand,66.692024,Ruminants,0.101556259561113,66.692024
 Thailand,66.692024,Cereals,0.217375424083696,66.692024
 Thailand,66.692024,Monogastrics,0.148097279218876,66.692024
-Thailand,66.692024,Oilcrops,0.0315159875789645,66.692024
-Thailand,66.692024,Pulses,0.00294306557557767,66.692024
+Thailand,66.692024,FruitVeg,0.156277488294552,66.692024
+Thailand,66.692024,OilcropsPulses,0.0344590531545421,66.692024
 Thailand,66.692024,Starchy Roots,0.0226414780873947,66.692024
+Thailand,66.692024,Sugar,0.0391030867499238,66.692024
 The former Yugoslav Republic of Macedonia,2.062443,Ruminants,0.421628234089379,2.062443
 The former Yugoslav Republic of Macedonia,2.062443,Cereals,0.141321723800367,2.062443
 The former Yugoslav Republic of Macedonia,2.062443,Monogastrics,0.144042477779992,2.062443
-The former Yugoslav Republic of Macedonia,2.062443,Oilcrops,0.0265806133793758,2.062443
-The former Yugoslav Republic of Macedonia,2.062443,Pulses,0.00734177865764048,2.062443
+The former Yugoslav Republic of Macedonia,2.062443,FruitVeg,0.359357325269111,2.062443
+The former Yugoslav Republic of Macedonia,2.062443,OilcropsPulses,0.0339223920370163,2.062443
 The former Yugoslav Republic of Macedonia,2.062443,Starchy Roots,0.0604196091722293,2.062443
+The former Yugoslav Republic of Macedonia,2.062443,Sugar,0.039717946144451,2.062443
 Togo,6.390851,Ruminants,0.0824476427317739,6.390851
 Togo,6.390851,Cereals,0.1464873770332,6.390851
 Togo,6.390851,Monogastrics,0.0318682754456331,6.390851
-Togo,6.390851,Oilcrops,0.01811480192544,6.390851
-Togo,6.390851,Pulses,0.0113446550388986,6.390851
+Togo,6.390851,FruitVeg,0.0358108802724395,6.390851
+Togo,6.390851,OilcropsPulses,0.0294594569643386,6.390851
 Togo,6.390851,Starchy Roots,0.19415160829129,6.390851
+Togo,6.390851,Sugar,0.0102454274086503,6.390851
 Trinidad and Tobago,1.328095,Ruminants,0.287597197489637,1.328095
 Trinidad and Tobago,1.328095,Cereals,0.131041830591938,1.328095
 Trinidad and Tobago,1.328095,Monogastrics,0.23877794886661,1.328095
-Trinidad and Tobago,1.328095,Oilcrops,0.0254153505585067,1.328095
-Trinidad and Tobago,1.328095,Pulses,0.00987128179836533,1.328095
+Trinidad and Tobago,1.328095,FruitVeg,0.111283454873334,1.328095
+Trinidad and Tobago,1.328095,OilcropsPulses,0.0352866323568721,1.328095
 Trinidad and Tobago,1.328095,Starchy Roots,0.0443070714067894,1.328095
+Trinidad and Tobago,1.328095,Sugar,0.0572549403468878,1.328095
 Tunisia,10.5471,Ruminants,0.333634743199552,10.5471
 Tunisia,10.5471,Cereals,0.215913284220307,10.5471
 Tunisia,10.5471,Monogastrics,0.0675918214485498,10.5471
-Tunisia,10.5471,Oilcrops,0.0993936721942525,10.5471
-Tunisia,10.5471,Pulses,0.00892292668126783,10.5471
+Tunisia,10.5471,FruitVeg,0.349009585573286,10.5471
+Tunisia,10.5471,OilcropsPulses,0.10831659887552,10.5471
 Tunisia,10.5471,Starchy Roots,0.030331370708536,10.5471
+Tunisia,10.5471,Sugar,0.0348596296612339,10.5471
 Turkey,72.310416,Ruminants,0.42151855964983,72.310416
 Turkey,72.310416,Cereals,0.216360447988572,72.310416
 Turkey,72.310416,Monogastrics,0.0762292475263868,72.310416
-Turkey,72.310416,Oilcrops,0.0565636076550853,72.310416
-Turkey,72.310416,Pulses,0.0132434724203495,72.310416
+Turkey,72.310416,FruitVeg,0.354409024558786,72.310416
+Turkey,72.310416,OilcropsPulses,0.0698070800754348,72.310416
 Turkey,72.310416,Starchy Roots,0.0518096867261834,72.310416
+Turkey,72.310416,Sugar,0.0318521055113277,72.310416
 Turkmenistan,5.041995,Ruminants,1.18657295376136,5.041995
 Turkmenistan,5.041995,Cereals,0.216475621257062,5.041995
 Turkmenistan,5.041995,Monogastrics,0.0343980507715696,5.041995
-Turkmenistan,5.041995,Oilcrops,0.0899967175691368,5.041995
-Turkmenistan,5.041995,Pulses,0,5.041995
+Turkmenistan,5.041995,FruitVeg,0.225253892556419,5.041995
+Turkmenistan,5.041995,OilcropsPulses,0.0899967175691368,5.041995
 Turkmenistan,5.041995,Starchy Roots,0.0317334705805936,5.041995
+Turkmenistan,5.041995,Sugar,0.00816403030943109,5.041995
 Uganda,33.149417,Ruminants,0.196786272289495,33.149417
 Uganda,33.149417,Cereals,0.0837013212027228,33.149417
 Uganda,33.149417,Monogastrics,0.0305200571099033,33.149417
-Uganda,33.149417,Oilcrops,0.0196761228108476,33.149417
-Uganda,33.149417,Pulses,0.0166484074214639,33.149417
+Uganda,33.149417,FruitVeg,0.239272051149497,33.149417
+Uganda,33.149417,OilcropsPulses,0.0363245302323115,33.149417
 Uganda,33.149417,Starchy Roots,0.181895566971811,33.149417
+Uganda,33.149417,Sugar,0.0114767930911123,33.149417
 Ukraine,45.8707,Ruminants,0.391791511792931,45.8707
 Ukraine,45.8707,Cereals,0.166689520761619,45.8707
 Ukraine,45.8707,Monogastrics,0.218441988022856,45.8707
-Ukraine,45.8707,Oilcrops,0.0262228830168277,45.8707
-Ukraine,45.8707,Pulses,0.00152404476059881,45.8707
+Ukraine,45.8707,FruitVeg,0.202421436777725,45.8707
+Ukraine,45.8707,OilcropsPulses,0.0277469277774266,45.8707
 Ukraine,45.8707,Starchy Roots,0.152047014761057,45.8707
+Ukraine,45.8707,Sugar,0.0472498566623139,45.8707
 United Arab Emirates,8.329453,Ruminants,0.499834454915587,8.329453
 United Arab Emirates,8.329453,Cereals,0.182701673207112,8.329453
 United Arab Emirates,8.329453,Monogastrics,0.139223968248575,8.329453
-United Arab Emirates,8.329453,Oilcrops,0.0196068097148756,8.329453
-United Arab Emirates,8.329453,Pulses,0.0211701776815356,8.329453
+United Arab Emirates,8.329453,FruitVeg,0.157143212165313,8.329453
+United Arab Emirates,8.329453,OilcropsPulses,0.0407769873964112,8.329453
 United Arab Emirates,8.329453,Starchy Roots,0.00982261380189071,8.329453
+United Arab Emirates,8.329453,Sugar,0.0394281593281095,8.329453
 United Kingdom,62.766365,Ruminants,0.794887607399281,62.766365
 United Kingdom,62.766365,Cereals,0.157442939383219,62.766365
 United Kingdom,62.766365,Monogastrics,0.29369589428988,62.766365
-United Kingdom,62.766365,Oilcrops,0.0204474163829624,62.766365
-United Kingdom,62.766365,Pulses,0.00295336522992848,62.766365
+United Kingdom,62.766365,FruitVeg,0.214580675493953,62.766365
+United Kingdom,62.766365,OilcropsPulses,0.0234007816128909,62.766365
 United Kingdom,62.766365,Starchy Roots,0.0984215033003743,62.766365
+United Kingdom,62.766365,Sugar,0.0357511383684558,62.766365
 United Republic of Tanzania,45.648525,Ruminants,0.189804881975924,45.648525
 United Republic of Tanzania,45.648525,Cereals,0.119234060684327,45.648525
 United Republic of Tanzania,45.648525,Monogastrics,0.00962624312614701,45.648525
-United Republic of Tanzania,45.648525,Oilcrops,0.023849949149507,45.648525
-United Republic of Tanzania,45.648525,Pulses,0.0197706059505756,45.648525
+United Republic of Tanzania,45.648525,FruitVeg,0.12735822241792,45.648525
+United Republic of Tanzania,45.648525,OilcropsPulses,0.0436205551000826,45.648525
 United Republic of Tanzania,45.648525,Starchy Roots,0.145332581939942,45.648525
+United Republic of Tanzania,45.648525,Sugar,0.00973775165791228,45.648525
 United States of America,309.346863,Ruminants,1.22191983146117,309.346863
 United States of America,309.346863,Cereals,0.198664545694779,309.346863
 United States of America,309.346863,Monogastrics,0.38828186048229,309.346863
-United States of America,309.346863,Oilcrops,0.0415478530325358,309.346863
-United States of America,309.346863,Pulses,0.00408429226579873,309.346863
+United States of America,309.346863,FruitVeg,0.23540758194144,309.346863
+United States of America,309.346863,OilcropsPulses,0.0456321452983346,309.346863
 United States of America,309.346863,Starchy Roots,0.0577063909001075,309.346863
+United States of America,309.346863,Sugar,0.0596144270582114,309.346863
 Uruguay,3.374414,Ruminants,1.25694858425789,3.374414
 Uruguay,3.374414,Cereals,0.180354574157172,3.374414
 Uruguay,3.374414,Monogastrics,0.166249695502686,3.374414
-Uruguay,3.374414,Oilcrops,0.0125438076062985,3.374414
-Uruguay,3.374414,Pulses,0.00305386357453472,3.374414
+Uruguay,3.374414,FruitVeg,0.166632191544962,3.374414
+Uruguay,3.374414,OilcropsPulses,0.0155976711808332,3.374414
 Uruguay,3.374414,Starchy Roots,0.0537977853339869,3.374414
+Uruguay,3.374414,Sugar,0.0362590363837988,3.374414
 Uzbekistan,28.5624,Ruminants,0.747308100859872,28.5624
 Uzbekistan,28.5624,Cereals,0.191053202812089,28.5624
 Uzbekistan,28.5624,Monogastrics,0.0192756140940537,28.5624
-Uzbekistan,28.5624,Oilcrops,0.05661933170882,28.5624
-Uzbekistan,28.5624,Pulses,3.04246141780803e-05,28.5624
+Uzbekistan,28.5624,FruitVeg,0.273774122622749,28.5624
+Uzbekistan,28.5624,OilcropsPulses,0.0566497563229981,28.5624
 Uzbekistan,28.5624,Starchy Roots,0.0511161527042545,28.5624
+Uzbekistan,28.5624,Sugar,0.00994139147970759,28.5624
 Vanuatu,0.236299,Ruminants,0.220138891827727,0.236299
 Vanuatu,0.236299,Cereals,0.115810900596278,0.236299
 Vanuatu,0.236299,Monogastrics,0.141937122036064,0.236299
-Vanuatu,0.236299,Oilcrops,0.575516612427475,0.236299
-Vanuatu,0.236299,Pulses,4.23192649990055e-06,0.236299
+Vanuatu,0.236299,FruitVeg,0.148240153365016,0.236299
+Vanuatu,0.236299,OilcropsPulses,0.575520844353975,0.236299
 Vanuatu,0.236299,Starchy Roots,0.219873973228833,0.236299
+Vanuatu,0.236299,Sugar,0.0198900545495326,0.236299
 Venezuela (Bolivarian Republic of),28.995745,Ruminants,0.736718780634883,28.995745
 Venezuela (Bolivarian Republic of),28.995745,Cereals,0.177434999514584,28.995745
 Venezuela (Bolivarian Republic of),28.995745,Monogastrics,0.205002861626766,28.995745
-Venezuela (Bolivarian Republic of),28.995745,Oilcrops,0.0166187142285877,28.995745
-Venezuela (Bolivarian Republic of),28.995745,Pulses,0.00767040129508657,28.995745
+Venezuela (Bolivarian Republic of),28.995745,FruitVeg,0.124045855693654,28.995745
+Venezuela (Bolivarian Republic of),28.995745,OilcropsPulses,0.0242891155236742,28.995745
 Venezuela (Bolivarian Republic of),28.995745,Starchy Roots,0.0408967591624219,28.995745
+Venezuela (Bolivarian Republic of),28.995745,Sugar,0.0405258771588728,28.995745
 Viet Nam,86.9325,Ruminants,0.178466824260202,86.9325
 Viet Nam,86.9325,Cereals,0.255548442757312,86.9325
 Viet Nam,86.9325,Monogastrics,0.270114136830299,86.9325
-Viet Nam,86.9325,Oilcrops,0.0204121818652403,86.9325
-Viet Nam,86.9325,Pulses,0.00308784401690967,86.9325
+Viet Nam,86.9325,FruitVeg,0.159375619014753,86.9325
+Viet Nam,86.9325,OilcropsPulses,0.0235000258821499,86.9325
 Viet Nam,86.9325,Starchy Roots,0.0173009863974923,86.9325
+Viet Nam,86.9325,Sugar,0.0107361458602939,86.9325
 Yemen,23.591972,Ruminants,0.195291720420828,23.591972
 Yemen,23.591972,Cereals,0.165474848817216,23.591972
 Yemen,23.591972,Monogastrics,0.0396127123243449,23.591972
-Yemen,23.591972,Oilcrops,0.00276390629829503,23.591972
-Yemen,23.591972,Pulses,0.00667896689602717,23.591972
+Yemen,23.591972,FruitVeg,0.0815529113038961,23.591972
+Yemen,23.591972,OilcropsPulses,0.0094428731943222,23.591972
 Yemen,23.591972,Starchy Roots,0.0118446647868182,23.591972
+Yemen,23.591972,Sugar,0.0275567892332188,23.591972
 Zambia,13.917439,Ruminants,0.191609727910429,13.917439
 Zambia,13.917439,Cereals,0.126270357642667,13.917439
 Zambia,13.917439,Monogastrics,0.0278671815985685,13.917439
-Zambia,13.917439,Oilcrops,0.0160963522096271,13.917439
-Zambia,13.917439,Pulses,0.0015637934536663,13.917439
+Zambia,13.917439,FruitVeg,0.0331266406125437,13.917439
+Zambia,13.917439,OilcropsPulses,0.0176601456632934,13.917439
 Zambia,13.917439,Starchy Roots,0.0967877782686887,13.917439
+Zambia,13.917439,Sugar,0.00970307827467395,13.917439
 Zimbabwe,13.973897,Ruminants,0.27263996578764,13.973897
 Zimbabwe,13.973897,Cereals,0.153461843893654,13.973897
 Zimbabwe,13.973897,Monogastrics,0.0387179825355805,13.973897
-Zimbabwe,13.973897,Oilcrops,0.0195044374522011,13.973897
-Zimbabwe,13.973897,Pulses,0.0049009234861256,13.973897
+Zimbabwe,13.973897,FruitVeg,0.0306930843987186,13.973897
+Zimbabwe,13.973897,OilcropsPulses,0.0244053609383267,13.973897
 Zimbabwe,13.973897,Starchy Roots,0.0184979179394266,13.973897
+Zimbabwe,13.973897,Sugar,0.0243707964929182,13.973897
diff --git a/data/base_demand_fracts.csv b/data/base_demand_fracts.csv
new file mode 100644
index 0000000000000000000000000000000000000000..89e2d615594489f9fac965e7b504eb1330ed6c46
--- /dev/null
+++ b/data/base_demand_fracts.csv
@@ -0,0 +1,1071 @@
+Country,plumDemandItem,Item,food
+Afghanistan,Cereals,WheatBarleyOats,4.782364
+Africa,Cereals,WheatBarleyOats,51.777111
+Albania,Cereals,WheatBarleyOats,0.453534
+Algeria,Cereals,WheatBarleyOats,7.523797
+Americas,Cereals,WheatBarleyOats,67.744379
+Angola,Cereals,WheatBarleyOats,0.870144
+Antigua and Barbuda,Cereals,WheatBarleyOats,0.005647
+Argentina,Cereals,WheatBarleyOats,4.596214
+Armenia,Cereals,WheatBarleyOats,0.407698
+Asia,Cereals,WheatBarleyOats,269.145242
+Australia,Cereals,WheatBarleyOats,1.974856
+Australia & New Zealand,Cereals,WheatBarleyOats,2.446641
+Austria,Cereals,WheatBarleyOats,0.889296
+Azerbaijan,Cereals,WheatBarleyOats,2.090559
+Bahamas,Cereals,WheatBarleyOats,0.014545
+Bangladesh,Cereals,WheatBarleyOats,2.642998
+Barbados,Cereals,WheatBarleyOats,0.020614
+Belarus,Cereals,WheatBarleyOats,0.969003
+Belgium,Cereals,WheatBarleyOats,2.565982
+Belize,Cereals,WheatBarleyOats,0.022086
+Benin,Cereals,WheatBarleyOats,0.098237
+Bermuda,Cereals,WheatBarleyOats,0.004198
+Bolivia (Plurinational State of),Cereals,WheatBarleyOats,0.633798
+Bosnia and Herzegovina,Cereals,WheatBarleyOats,0.375092
+Botswana,Cereals,WheatBarleyOats,0.082429
+Brazil,Cereals,WheatBarleyOats,12.361642
+Brunei Darussalam,Cereals,WheatBarleyOats,0.01684
+Bulgaria,Cereals,WheatBarleyOats,1.12203
+Burkina Faso,Cereals,WheatBarleyOats,0.154015
+Cabo Verde,Cereals,WheatBarleyOats,0.020042
+Cambodia,Cereals,WheatBarleyOats,0.092157
+Cameroon,Cereals,WheatBarleyOats,0.498752
+Canada,Cereals,WheatBarleyOats,3.177105
+Caribbean,Cereals,WheatBarleyOats,1.599538
+Central African Republic,Cereals,WheatBarleyOats,0.046253
+Central America,Cereals,WheatBarleyOats,6.488262
+Central Asia,Cereals,WheatBarleyOats,9.934609
+Chad,Cereals,WheatBarleyOats,0.122106
+Chile,Cereals,WheatBarleyOats,1.956027
+China,Cereals,WheatBarleyOats,91.157324
+China Hong Kong SAR,Cereals,WheatBarleyOats,0.405379
+China Macao SAR,Cereals,WheatBarleyOats,0.028932
+China mainland,Cereals,WheatBarleyOats,89.537811
+China Taiwan Province of,Cereals,WheatBarleyOats,1.185202
+Colombia,Cereals,WheatBarleyOats,1.837518
+Congo,Cereals,WheatBarleyOats,0.209666
+Costa Rica,Cereals,WheatBarleyOats,0.229258
+Cote d'Ivoire,Cereals,WheatBarleyOats,0.419928
+Croatia,Cereals,WheatBarleyOats,0.537263
+Cuba,Cereals,WheatBarleyOats,0.61973
+Cyprus,Cereals,WheatBarleyOats,0.094091
+Czech Republic,Cereals,WheatBarleyOats,1.51106
+Democratic People's Republic of Korea,Cereals,WheatBarleyOats,0.633869
+Denmark,Cereals,WheatBarleyOats,0.75555
+Djibouti,Cereals,WheatBarleyOats,0.098348
+Dominica,Cereals,WheatBarleyOats,0.00531
+Dominican Republic,Cereals,WheatBarleyOats,0.377222
+Eastern Africa,Cereals,WheatBarleyOats,8.978648
+Eastern Asia,Cereals,WheatBarleyOats,102.074512
+Eastern Europe,Cereals,WheatBarleyOats,42.520865
+Ecuador,Cereals,WheatBarleyOats,0.714175
+Egypt,Cereals,WheatBarleyOats,11.642827
+El Salvador,Cereals,WheatBarleyOats,0.189936
+Estonia,Cereals,WheatBarleyOats,0.194138
+Ethiopia,Cereals,WheatBarleyOats,4.38122
+Europe,Cereals,WheatBarleyOats,99.012347
+European Union,Cereals,WheatBarleyOats,66.055651
+Fiji,Cereals,WheatBarleyOats,0.078058
+Finland,Cereals,WheatBarleyOats,0.617259
+France,Cereals,WheatBarleyOats,8.575071
+French Polynesia,Cereals,WheatBarleyOats,0.021618
+Gabon,Cereals,WheatBarleyOats,0.119896
+Gambia,Cereals,WheatBarleyOats,0.063908
+Georgia,Cereals,WheatBarleyOats,0.781735
+Germany,Cereals,WheatBarleyOats,9.354434
+Ghana,Cereals,WheatBarleyOats,0.499143
+Greece,Cereals,WheatBarleyOats,1.496183
+Grenada,Cereals,WheatBarleyOats,0.007342
+Guatemala,Cereals,WheatBarleyOats,0.554745
+Guinea,Cereals,WheatBarleyOats,0.185037
+Guinea-Bissau,Cereals,WheatBarleyOats,0.019451
+Guyana,Cereals,WheatBarleyOats,0.052792
+Haiti,Cereals,WheatBarleyOats,0.164804
+Honduras,Cereals,WheatBarleyOats,0.311537
+Hungary,Cereals,WheatBarleyOats,1.184766
+Iceland,Cereals,WheatBarleyOats,0.036511
+India,Cereals,WheatBarleyOats,73.235246
+Indonesia,Cereals,WheatBarleyOats,5.771824
+Iran (Islamic Republic of),Cereals,WheatBarleyOats,11.532611
+Iraq,Cereals,WheatBarleyOats,4.585532
+Ireland,Cereals,WheatBarleyOats,0.719466
+Israel,Cereals,WheatBarleyOats,0.951451
+Italy,Cereals,WheatBarleyOats,9.223802
+Jamaica,Cereals,WheatBarleyOats,0.222785
+Japan,Cereals,WheatBarleyOats,7.00327
+Jordan,Cereals,WheatBarleyOats,0.966009
+Kazakhstan,Cereals,WheatBarleyOats,1.897172
+Kenya,Cereals,WheatBarleyOats,1.548198
+Kiribati,Cereals,WheatBarleyOats,0.005236
+Kuwait,Cereals,WheatBarleyOats,0.307426
+Kyrgyzstan,Cereals,WheatBarleyOats,0.817775
+Land Locked Developing Countries,Cereals,WheatBarleyOats,26.933978
+Lao People's Democratic Republic,Cereals,WheatBarleyOats,0.039673
+Latvia,Cereals,WheatBarleyOats,0.249471
+Least Developed Countries,Cereals,WheatBarleyOats,23.591723
+Lebanon,Cereals,WheatBarleyOats,0.558978
+Lesotho,Cereals,WheatBarleyOats,0.112922
+Liberia,Cereals,WheatBarleyOats,0.072688
+Lithuania,Cereals,WheatBarleyOats,0.446614
+Low Income Food Deficit Countries,Cereals,WheatBarleyOats,111.54
+Luxembourg,Cereals,WheatBarleyOats,0.062467
+Madagascar,Cereals,WheatBarleyOats,0.205122
+Malawi,Cereals,WheatBarleyOats,0.15478
+Malaysia,Cereals,WheatBarleyOats,1.633961
+Maldives,Cereals,WheatBarleyOats,0.025714
+Mali,Cereals,WheatBarleyOats,0.167144
+Malta,Cereals,WheatBarleyOats,0.06375
+Mauritania,Cereals,WheatBarleyOats,0.366329
+Mauritius,Cereals,WheatBarleyOats,0.147479
+Melanesia,Cereals,WheatBarleyOats,0.135183
+Mexico,Cereals,WheatBarleyOats,4.805432
+Micronesia,Cereals,WheatBarleyOats,0.005236
+Middle Africa,Cereals,WheatBarleyOats,1.878035
+Mongolia,Cereals,WheatBarleyOats,0.390247
+Montenegro,Cereals,WheatBarleyOats,0.08988
+Morocco,Cereals,WheatBarleyOats,6.948005
+Mozambique,Cereals,WheatBarleyOats,0.479612
+Myanmar,Cereals,WheatBarleyOats,1.25374698299872
+Namibia,Cereals,WheatBarleyOats,0.122601
+Nepal,Cereals,WheatBarleyOats,1.375422
+Net Food Importing Developing Countries,Cereals,WheatBarleyOats,75.105747
+Netherlands,Cereals,WheatBarleyOats,1.707366
+New Caledonia,Cereals,WheatBarleyOats,0.022995
+New Zealand,Cereals,WheatBarleyOats,0.471784
+Nicaragua,Cereals,WheatBarleyOats,0.182739
+Niger,Cereals,WheatBarleyOats,0.066829
+Nigeria,Cereals,WheatBarleyOats,4.242694
+Northern Africa,Cereals,WheatBarleyOats,29.962061
+Northern America,Cereals,WheatBarleyOats,32.883389
+Northern Europe,Cereals,WheatBarleyOats,13.073013
+Norway,Cereals,WheatBarleyOats,0.612852
+Oceania,Cereals,WheatBarleyOats,2.620614
+Oman,Cereals,WheatBarleyOats,0.189914
+Pakistan,Cereals,WheatBarleyOats,20.07921
+Panama,Cereals,WheatBarleyOats,0.19253
+Paraguay,Cereals,WheatBarleyOats,0.239365
+Peru,Cereals,WheatBarleyOats,1.887272
+Philippines,Cereals,WheatBarleyOats,2.257869
+Poland,Cereals,WheatBarleyOats,5.265059
+Polynesia,Cereals,WheatBarleyOats,0.033554
+Portugal,Cereals,WheatBarleyOats,1.205467
+Republic of Korea,Cereals,WheatBarleyOats,2.889801
+Republic of Moldova,Cereals,WheatBarleyOats,0.253682
+Romania,Cereals,WheatBarleyOats,3.278006
+Russian Federation,Cereals,WheatBarleyOats,22.22701
+Rwanda,Cereals,WheatBarleyOats,0.170791
+Saint Kitts and Nevis,Cereals,WheatBarleyOats,0.004215
+Saint Lucia,Cereals,WheatBarleyOats,0.019922
+Saint Vincent and the Grenadines,Cereals,WheatBarleyOats,0.007642
+Samoa,Cereals,WheatBarleyOats,0.011934
+Sao Tome and Principe,Cereals,WheatBarleyOats,0.011219
+Saudi Arabia,Cereals,WheatBarleyOats,2.535709
+Senegal,Cereals,WheatBarleyOats,0.440635
+Serbia,Cereals,WheatBarleyOats,1.114364
+Sierra Leone,Cereals,WheatBarleyOats,0.071659
+Slovakia,Cereals,WheatBarleyOats,0.891469
+Slovenia,Cereals,WheatBarleyOats,0.245877
+Small Island Developing States,Cereals,WheatBarleyOats,2.125369
+Solomon Islands,Cereals,WheatBarleyOats,0.022556
+South-Eastern Asia,Cereals,WheatBarleyOats,12.686136
+South Africa,Cereals,WheatBarleyOats,3.611021
+South America,Cereals,WheatBarleyOats,26.773188
+Southern Africa,Cereals,WheatBarleyOats,3.987292
+Southern Asia,Cereals,WheatBarleyOats,114.486924
+Southern Europe,Cereals,WheatBarleyOats,19.402518
+Spain,Cereals,WheatBarleyOats,4.358561
+Sri Lanka,Cereals,WheatBarleyOats,0.81336
+Sudan (former),Cereals,WheatBarleyOats,1.561723
+Suriname,Cereals,WheatBarleyOats,0.037125
+Swaziland,Cereals,WheatBarleyOats,0.058322
+Sweden,Cereals,WheatBarleyOats,1.062701
+Switzerland,Cereals,WheatBarleyOats,0.861337
+Tajikistan,Cereals,WheatBarleyOats,1.038228
+Thailand,Cereals,WheatBarleyOats,1.178971
+The former Yugoslav Republic of Macedonia,Cereals,WheatBarleyOats,0.238743
+Togo,Cereals,WheatBarleyOats,0.083335
+Trinidad and Tobago,Cereals,WheatBarleyOats,0.129762
+Tunisia,Cereals,WheatBarleyOats,2.285708
+Turkey,Cereals,WheatBarleyOats,12.880541
+Turkmenistan,Cereals,WheatBarleyOats,0.96884
+Uganda,Cereals,WheatBarleyOats,0.415986
+Ukraine,Cereals,WheatBarleyOats,5.818778
+United Arab Emirates,Cereals,WheatBarleyOats,0.855004
+United Kingdom,Cereals,WheatBarleyOats,8.378454
+United Republic of Tanzania,Cereals,WheatBarleyOats,0.762093
+United States of America,Cereals,WheatBarleyOats,29.702086
+Uruguay,Cereals,WheatBarleyOats,0.402099
+Uzbekistan,Cereals,WheatBarleyOats,5.212595
+Vanuatu,Cereals,WheatBarleyOats,0.011575
+Venezuela (Bolivarian Republic of),Cereals,WheatBarleyOats,2.055159
+Viet Nam,Cereals,WheatBarleyOats,1.343872
+Western Africa,Cereals,WheatBarleyOats,6.971076
+Western Asia,Cereals,WheatBarleyOats,29.963061
+Western Europe,Cereals,WheatBarleyOats,24.01595
+World,Cereals,WheatBarleyOats,490.299691
+Yemen,Cereals,WheatBarleyOats,2.758414
+Zambia,Cereals,WheatBarleyOats,0.163968
+Zimbabwe,Cereals,WheatBarleyOats,0.451051
+Libya,Cereals,WheatBarleyOats,1.31084147115248
+Sudan,Cereals,WheatBarleyOats,0.358568492443394
+South Sudan,Cereals,WheatBarleyOats,0.0998411950715981
+Somalia,Cereals,WheatBarleyOats,0.0951251481683553
+Democratic Republic of the Congo,Cereals,WheatBarleyOats,0.691003244034118
+Afghanistan,Cereals,MaizeMilletSorghum,0.0873
+Africa,Cereals,MaizeMilletSorghum,72.571927
+Albania,Cereals,MaizeMilletSorghum,0.010653
+Algeria,Cereals,MaizeMilletSorghum,0.558881
+Americas,Cereals,MaizeMilletSorghum,59.8327
+Angola,Cereals,MaizeMilletSorghum,0.940284
+Antigua and Barbuda,Cereals,MaizeMilletSorghum,0.00026
+Argentina,Cereals,MaizeMilletSorghum,0.799449
+Armenia,Cereals,MaizeMilletSorghum,9.4e-05
+Asia,Cereals,MaizeMilletSorghum,72.308829
+Australia,Cereals,MaizeMilletSorghum,0.156707
+Australia & New Zealand,Cereals,MaizeMilletSorghum,0.174076
+Austria,Cereals,MaizeMilletSorghum,0.681366
+Azerbaijan,Cereals,MaizeMilletSorghum,0.097917
+Bahamas,Cereals,MaizeMilletSorghum,0.001326
+Bangladesh,Cereals,MaizeMilletSorghum,0.079184
+Barbados,Cereals,MaizeMilletSorghum,0.003787
+Belarus,Cereals,MaizeMilletSorghum,0.004485
+Belgium,Cereals,MaizeMilletSorghum,0.023077
+Belize,Cereals,MaizeMilletSorghum,0.010098
+Benin,Cereals,MaizeMilletSorghum,0.529799
+Bermuda,Cereals,MaizeMilletSorghum,0
+Bolivia (Plurinational State of),Cereals,MaizeMilletSorghum,0.396172
+Bosnia and Herzegovina,Cereals,MaizeMilletSorghum,0.438546
+Botswana,Cereals,MaizeMilletSorghum,0.128301
+Brazil,Cereals,MaizeMilletSorghum,4.865429
+Brunei Darussalam,Cereals,MaizeMilletSorghum,0.005766
+Bulgaria,Cereals,MaizeMilletSorghum,0.443741
+Burkina Faso,Cereals,MaizeMilletSorghum,3.554107
+Cabo Verde,Cereals,MaizeMilletSorghum,0.018194
+Cambodia,Cereals,MaizeMilletSorghum,0.167745
+Cameroon,Cereals,MaizeMilletSorghum,1.696706
+Canada,Cereals,MaizeMilletSorghum,1.862745
+Caribbean,Cereals,MaizeMilletSorghum,0.661714
+Central African Republic,Cereals,MaizeMilletSorghum,0.21638
+Central America,Cereals,MaizeMilletSorghum,18.616339
+Central Asia,Cereals,MaizeMilletSorghum,0.362364
+Chad,Cereals,MaizeMilletSorghum,1.240469
+Chile,Cereals,MaizeMilletSorghum,0.373454
+China,Cereals,MaizeMilletSorghum,18.658467
+China Hong Kong SAR,Cereals,MaizeMilletSorghum,0.036585
+China Macao SAR,Cereals,MaizeMilletSorghum,0
+China mainland,Cereals,MaizeMilletSorghum,18.369303
+China Taiwan Province of,Cereals,MaizeMilletSorghum,0.252579
+Colombia,Cereals,MaizeMilletSorghum,1.425353
+Congo,Cereals,MaizeMilletSorghum,0.015096
+Costa Rica,Cereals,MaizeMilletSorghum,0.049384
+Cote d'Ivoire,Cereals,MaizeMilletSorghum,0.500403
+Croatia,Cereals,MaizeMilletSorghum,0.13723
+Cuba,Cereals,MaizeMilletSorghum,0.280002
+Cyprus,Cereals,MaizeMilletSorghum,0.001319
+Czech Republic,Cereals,MaizeMilletSorghum,0.039732
+Democratic People's Republic of Korea,Cereals,MaizeMilletSorghum,1.577682
+Denmark,Cereals,MaizeMilletSorghum,0.026471
+Djibouti,Cereals,MaizeMilletSorghum,0.002319
+Dominica,Cereals,MaizeMilletSorghum,0.000989
+Dominican Republic,Cereals,MaizeMilletSorghum,0.062663
+Eastern Africa,Cereals,MaizeMilletSorghum,24.046077
+Eastern Asia,Cereals,MaizeMilletSorghum,26.119667
+Eastern Europe,Cereals,MaizeMilletSorghum,5.26718
+Ecuador,Cereals,MaizeMilletSorghum,0.087713
+Egypt,Cereals,MaizeMilletSorghum,5.42488
+El Salvador,Cereals,MaizeMilletSorghum,0.558915
+Estonia,Cereals,MaizeMilletSorghum,0.011209
+Ethiopia,Cereals,MaizeMilletSorghum,6.685153
+Europe,Cereals,MaizeMilletSorghum,13.169274
+European Union,Cereals,MaizeMilletSorghum,9.277577
+Fiji,Cereals,MaizeMilletSorghum,0.001471
+Finland,Cereals,MaizeMilletSorghum,0.004168
+France,Cereals,MaizeMilletSorghum,2.136771
+French Polynesia,Cereals,MaizeMilletSorghum,1.6e-05
+Gabon,Cereals,MaizeMilletSorghum,0.026186
+Gambia,Cereals,MaizeMilletSorghum,0.170073
+Georgia,Cereals,MaizeMilletSorghum,0.124
+Germany,Cereals,MaizeMilletSorghum,1.45537
+Ghana,Cereals,MaizeMilletSorghum,1.02361
+Greece,Cereals,MaizeMilletSorghum,0.047608
+Grenada,Cereals,MaizeMilletSorghum,0.00048
+Guatemala,Cereals,MaizeMilletSorghum,1.494413
+Guinea,Cereals,MaizeMilletSorghum,0.116255
+Guinea-Bissau,Cereals,MaizeMilletSorghum,0.051118
+Guyana,Cereals,MaizeMilletSorghum,0.001572
+Haiti,Cereals,MaizeMilletSorghum,0.279679
+Honduras,Cereals,MaizeMilletSorghum,0.629196
+Hungary,Cereals,MaizeMilletSorghum,0.555953
+Iceland,Cereals,MaizeMilletSorghum,0.002903
+India,Cereals,MaizeMilletSorghum,25.051477
+Indonesia,Cereals,MaizeMilletSorghum,8.318598
+Iran (Islamic Republic of),Cereals,MaizeMilletSorghum,0.188552
+Iraq,Cereals,MaizeMilletSorghum,0.01
+Ireland,Cereals,MaizeMilletSorghum,0.0425
+Israel,Cereals,MaizeMilletSorghum,0.126351
+Italy,Cereals,MaizeMilletSorghum,0.710605
+Jamaica,Cereals,MaizeMilletSorghum,0.018381
+Japan,Cereals,MaizeMilletSorghum,3.629724
+Jordan,Cereals,MaizeMilletSorghum,0.041672
+Kazakhstan,Cereals,MaizeMilletSorghum,0.02271
+Kenya,Cereals,MaizeMilletSorghum,3.428217
+Kiribati,Cereals,MaizeMilletSorghum,2e-06
+Kuwait,Cereals,MaizeMilletSorghum,0.019647
+Kyrgyzstan,Cereals,MaizeMilletSorghum,0.145033
+Land Locked Developing Countries,Cereals,MaizeMilletSorghum,29.020604
+Lao People's Democratic Republic,Cereals,MaizeMilletSorghum,0.093266
+Latvia,Cereals,MaizeMilletSorghum,0.003549
+Least Developed Countries,Cereals,MaizeMilletSorghum,40.359338
+Lebanon,Cereals,MaizeMilletSorghum,0.001832
+Lesotho,Cereals,MaizeMilletSorghum,0.352675
+Liberia,Cereals,MaizeMilletSorghum,0.000131
+Lithuania,Cereals,MaizeMilletSorghum,0.036709
+Low Income Food Deficit Countries,Cereals,MaizeMilletSorghum,87.644452
+Luxembourg,Cereals,MaizeMilletSorghum,0.005967
+Madagascar,Cereals,MaizeMilletSorghum,0.391383
+Malawi,Cereals,MaizeMilletSorghum,2.155509
+Malaysia,Cereals,MaizeMilletSorghum,0.267936
+Maldives,Cereals,MaizeMilletSorghum,0.000427
+Mali,Cereals,MaizeMilletSorghum,2.110512
+Malta,Cereals,MaizeMilletSorghum,0.002267
+Mauritania,Cereals,MaizeMilletSorghum,0.081551
+Mauritius,Cereals,MaizeMilletSorghum,0.003437
+Melanesia,Cereals,MaizeMilletSorghum,0.001818
+Mexico,Cereals,MaizeMilletSorghum,15.377882
+Micronesia,Cereals,MaizeMilletSorghum,2e-06
+Middle Africa,Cereals,MaizeMilletSorghum,4.138767
+Mongolia,Cereals,MaizeMilletSorghum,0.0
+Montenegro,Cereals,MaizeMilletSorghum,0.000988
+Morocco,Cereals,MaizeMilletSorghum,1.190704
+Mozambique,Cereals,MaizeMilletSorghum,1.7418
+Myanmar,Cereals,MaizeMilletSorghum,0.884494172140235
+Namibia,Cereals,MaizeMilletSorghum,0.140749
+Nepal,Cereals,MaizeMilletSorghum,1.484332
+Net Food Importing Developing Countries,Cereals,MaizeMilletSorghum,58.159378
+Netherlands,Cereals,MaizeMilletSorghum,0.273287
+New Caledonia,Cereals,MaizeMilletSorghum,0.000266
+New Zealand,Cereals,MaizeMilletSorghum,0.017368
+Nicaragua,Cereals,MaizeMilletSorghum,0.406481
+Niger,Cereals,MaizeMilletSorghum,3.157076
+Nigeria,Cereals,MaizeMilletSorghum,14.234351
+Northern Africa,Cereals,MaizeMilletSorghum,11.150678
+Northern America,Cereals,MaizeMilletSorghum,29.702689
+Northern Europe,Cereals,MaizeMilletSorghum,1.138397
+Norway,Cereals,MaizeMilletSorghum,0.005529
+Oceania,Cereals,MaizeMilletSorghum,0.175913
+Oman,Cereals,MaizeMilletSorghum,0.039892
+Pakistan,Cereals,MaizeMilletSorghum,2.860168
+Panama,Cereals,MaizeMilletSorghum,0.08997
+Paraguay,Cereals,MaizeMilletSorghum,0.467988
+Peru,Cereals,MaizeMilletSorghum,0.590313
+Philippines,Cereals,MaizeMilletSorghum,1.646479
+Poland,Cereals,MaizeMilletSorghum,0.117648
+Polynesia,Cereals,MaizeMilletSorghum,1.6e-05
+Portugal,Cereals,MaizeMilletSorghum,0.223482
+Republic of Korea,Cereals,MaizeMilletSorghum,2.253794
+Republic of Moldova,Cereals,MaizeMilletSorghum,0.353333
+Romania,Cereals,MaizeMilletSorghum,0.898125
+Russian Federation,Cereals,MaizeMilletSorghum,1.446801
+Rwanda,Cereals,MaizeMilletSorghum,0.324125
+Saint Kitts and Nevis,Cereals,MaizeMilletSorghum,4e-05
+Saint Lucia,Cereals,MaizeMilletSorghum,0.00076
+Saint Vincent and the Grenadines,Cereals,MaizeMilletSorghum,0.001187
+Samoa,Cereals,MaizeMilletSorghum,0
+Sao Tome and Principe,Cereals,MaizeMilletSorghum,0.003646
+Saudi Arabia,Cereals,MaizeMilletSorghum,0.744503
+Senegal,Cereals,MaizeMilletSorghum,0.793352
+Serbia,Cereals,MaizeMilletSorghum,0.380064
+Sierra Leone,Cereals,MaizeMilletSorghum,0.094665
+Slovakia,Cereals,MaizeMilletSorghum,0.220686
+Slovenia,Cereals,MaizeMilletSorghum,0.085762
+Small Island Developing States,Cereals,MaizeMilletSorghum,0.847196
+Solomon Islands,Cereals,MaizeMilletSorghum,6.2e-05
+South-Eastern Asia,Cereals,MaizeMilletSorghum,12.618328
+South Africa,Cereals,MaizeMilletSorghum,5.431582
+South America,Cereals,MaizeMilletSorghum,10.851955
+Southern Africa,Cereals,MaizeMilletSorghum,6.151703
+Southern Asia,Cereals,MaizeMilletSorghum,29.815129
+Southern Europe,Cereals,MaizeMilletSorghum,2.17494
+Spain,Cereals,MaizeMilletSorghum,0.087617
+Sri Lanka,Cereals,MaizeMilletSorghum,0.063688
+Sudan (former),Cereals,MaizeMilletSorghum,3.970533
+Suriname,Cereals,MaizeMilletSorghum,0.000937
+Swaziland,Cereals,MaizeMilletSorghum,0.098397
+Sweden,Cereals,MaizeMilletSorghum,0.010091
+Switzerland,Cereals,MaizeMilletSorghum,0.012918
+Tajikistan,Cereals,MaizeMilletSorghum,0.058
+Thailand,Cereals,MaizeMilletSorghum,0.818212
+The former Yugoslav Republic of Macedonia,Cereals,MaizeMilletSorghum,0.050118
+Timor-Leste,Cereals,MaizeMilletSorghum,0.094217
+Togo,Cereals,MaizeMilletSorghum,0.649504
+Trinidad and Tobago,Cereals,MaizeMilletSorghum,0.012162
+Tunisia,Cereals,MaizeMilletSorghum,0.005679
+Turkey,Cereals,MaizeMilletSorghum,1.384898
+Turkmenistan,Cereals,MaizeMilletSorghum,1e-06
+Uganda,Cereals,MaizeMilletSorghum,2.312682
+Ukraine,Cereals,MaizeMilletSorghum,1.186676
+United Arab Emirates,Cereals,MaizeMilletSorghum,0.006539
+United Kingdom,Cereals,MaizeMilletSorghum,0.995267
+United Republic of Tanzania,Cereals,MaizeMilletSorghum,3.709118
+United States of America,Cereals,MaizeMilletSorghum,27.839945
+Uruguay,Cereals,MaizeMilletSorghum,0.115579
+Uzbekistan,Cereals,MaizeMilletSorghum,0.13662
+Vanuatu,Cereals,MaizeMilletSorghum,2e-05
+Venezuela (Bolivarian Republic of),Cereals,MaizeMilletSorghum,1.727997
+Viet Nam,Cereals,MaizeMilletSorghum,0.956304
+Western Africa,Cereals,MaizeMilletSorghum,27.084702
+Western Asia,Cereals,MaizeMilletSorghum,3.393341
+Western Europe,Cereals,MaizeMilletSorghum,4.588757
+World,Cereals,MaizeMilletSorghum,218.05864
+Yemen,Cereals,MaizeMilletSorghum,0.794676
+Zambia,Cereals,MaizeMilletSorghum,1.674827
+Zimbabwe,Cereals,MaizeMilletSorghum,1.617506
+Libya,Cereals,MaizeMilletSorghum,0.0973716319352007
+Sudan,Cereals,MaizeMilletSorghum,3.64268012425896
+South Sudan,Cereals,MaizeMilletSorghum,1.01428191415058
+Somalia,Cereals,MaizeMilletSorghum,0.966371819757027
+Democratic Republic of the Congo,Cereals,MaizeMilletSorghum,9.62310189652887
+Afghanistan,OilcropsPulses,Oilcrops,0.083876
+Africa,OilcropsPulses,Oilcrops,19.576187
+Albania,OilcropsPulses,Oilcrops,0.076649
+Algeria,OilcropsPulses,Oilcrops,0.959158
+Americas,OilcropsPulses,Oilcrops,34.532545
+Angola,OilcropsPulses,Oilcrops,0.217728
+Antigua and Barbuda,OilcropsPulses,Oilcrops,0.000518
+Argentina,OilcropsPulses,Oilcrops,2.66555200000001
+Armenia,OilcropsPulses,Oilcrops,0.020588
+Asia,OilcropsPulses,Oilcrops,123.136971
+Australia,OilcropsPulses,Oilcrops,1.232627
+Australia & New Zealand,OilcropsPulses,Oilcrops,1.275032
+Austria,OilcropsPulses,Oilcrops,0.207217
+Azerbaijan,OilcropsPulses,Oilcrops,0.034375
+Bahamas,OilcropsPulses,Oilcrops,0.002939
+Bangladesh,OilcropsPulses,Oilcrops,0.862525
+Barbados,OilcropsPulses,Oilcrops,0.007318
+Belarus,OilcropsPulses,Oilcrops,0.186378
+Belgium,OilcropsPulses,Oilcrops,0.532625
+Belize,OilcropsPulses,Oilcrops,0.002016
+Benin,OilcropsPulses,Oilcrops,0.233877
+Bermuda,OilcropsPulses,Oilcrops,6.8e-05
+Bolivia (Plurinational State of),OilcropsPulses,Oilcrops,0.240488
+Bosnia and Herzegovina,OilcropsPulses,Oilcrops,0.041892
+Botswana,OilcropsPulses,Oilcrops,0.022537
+Brazil,OilcropsPulses,Oilcrops,9.76569500000001
+Brunei Darussalam,OilcropsPulses,Oilcrops,0.003412
+Bulgaria,OilcropsPulses,Oilcrops,0.206421
+Burkina Faso,OilcropsPulses,Oilcrops,0.498074
+Cabo Verde,OilcropsPulses,Oilcrops,0.005421
+Cambodia,OilcropsPulses,Oilcrops,0.180883
+Cameroon,OilcropsPulses,Oilcrops,0.498741
+Canada,OilcropsPulses,Oilcrops,1.019465
+Caribbean,OilcropsPulses,Oilcrops,0.750807
+Central African Republic,OilcropsPulses,Oilcrops,0.150945
+Central America,OilcropsPulses,Oilcrops,3.325285
+Central Asia,OilcropsPulses,Oilcrops,2.737702
+Chad,OilcropsPulses,Oilcrops,0.338744
+Chile,OilcropsPulses,Oilcrops,0.238019
+China,OilcropsPulses,Oilcrops,35.222733
+China Hong Kong SAR,OilcropsPulses,Oilcrops,0.085083
+China Macao SAR,OilcropsPulses,Oilcrops,0.006669
+China mainland,OilcropsPulses,Oilcrops,34.156137
+China Taiwan Province of,OilcropsPulses,Oilcrops,0.974844
+Colombia,OilcropsPulses,Oilcrops,0.707127
+Congo,OilcropsPulses,Oilcrops,0.029932
+Costa Rica,OilcropsPulses,Oilcrops,0.101707
+Cote d'Ivoire,OilcropsPulses,Oilcrops,0.421492
+Croatia,OilcropsPulses,Oilcrops,0.085618
+Cuba,OilcropsPulses,Oilcrops,0.205015
+Cyprus,OilcropsPulses,Oilcrops,0.034146
+Czech Republic,OilcropsPulses,Oilcrops,0.295955
+Democratic People's Republic of Korea,OilcropsPulses,Oilcrops,0.193975
+Denmark,OilcropsPulses,Oilcrops,0.121716
+Djibouti,OilcropsPulses,Oilcrops,0.00332
+Dominica,OilcropsPulses,Oilcrops,0.006204
+Dominican Republic,OilcropsPulses,Oilcrops,0.229839
+Eastern Africa,OilcropsPulses,Oilcrops,4.239782
+Eastern Asia,OilcropsPulses,Oilcrops,39.869094
+Eastern Europe,OilcropsPulses,Oilcrops,6.394102
+Ecuador,OilcropsPulses,Oilcrops,0.20333
+Egypt,OilcropsPulses,Oilcrops,1.309413
+El Salvador,OilcropsPulses,Oilcrops,0.105518
+Estonia,OilcropsPulses,Oilcrops,-0.001798
+Ethiopia,OilcropsPulses,Oilcrops,0.465395
+Europe,OilcropsPulses,Oilcrops,28.538785
+European Union,OilcropsPulses,Oilcrops,23.426596
+Fiji,OilcropsPulses,Oilcrops,0.109212
+Finland,OilcropsPulses,Oilcrops,0.056679
+France,OilcropsPulses,Oilcrops,1.242162
+French Polynesia,OilcropsPulses,Oilcrops,0.08742
+Gabon,OilcropsPulses,Oilcrops,0.017523
+Gambia,OilcropsPulses,Oilcrops,0.037254
+Georgia,OilcropsPulses,Oilcrops,0.01459
+Germany,OilcropsPulses,Oilcrops,1.670383
+Ghana,OilcropsPulses,Oilcrops,0.612785
+Greece,OilcropsPulses,Oilcrops,2.037314
+Grenada,OilcropsPulses,Oilcrops,0.005266
+Guatemala,OilcropsPulses,Oilcrops,0.183371
+Guinea,OilcropsPulses,Oilcrops,0.251419
+Guinea-Bissau,OilcropsPulses,Oilcrops,0.075245
+Guyana,OilcropsPulses,Oilcrops,0.057932
+Haiti,OilcropsPulses,Oilcrops,0.094909
+Honduras,OilcropsPulses,Oilcrops,0.084701
+Hungary,OilcropsPulses,Oilcrops,0.186853
+Iceland,OilcropsPulses,Oilcrops,0.003254
+India,OilcropsPulses,Oilcrops,29.007218
+Indonesia,OilcropsPulses,Oilcrops,17.098696
+Iran (Islamic Republic of),OilcropsPulses,Oilcrops,1.160266
+Iraq,OilcropsPulses,Oilcrops,0.364212
+Ireland,OilcropsPulses,Oilcrops,0.069535
+Israel,OilcropsPulses,Oilcrops,0.319973
+Italy,OilcropsPulses,Oilcrops,4.35742
+Jamaica,OilcropsPulses,Oilcrops,0.160188
+Japan,OilcropsPulses,Oilcrops,2.994924
+Jordan,OilcropsPulses,Oilcrops,0.219126
+Kazakhstan,OilcropsPulses,Oilcrops,0.406376
+Kenya,OilcropsPulses,Oilcrops,0.187662
+Kiribati,OilcropsPulses,Oilcrops,0.039812
+Kuwait,OilcropsPulses,Oilcrops,0.035548
+Kyrgyzstan,OilcropsPulses,Oilcrops,0.076841
+Land Locked Developing Countries,OilcropsPulses,Oilcrops,7.785342
+Lao People's Democratic Republic,OilcropsPulses,Oilcrops,0.045799
+Latvia,OilcropsPulses,Oilcrops,0.033174
+Least Developed Countries,OilcropsPulses,Oilcrops,12.458426
+Lebanon,OilcropsPulses,Oilcrops,0.173725
+Lesotho,OilcropsPulses,Oilcrops,0.0017
+Liberia,OilcropsPulses,Oilcrops,0.024601
+Lithuania,OilcropsPulses,Oilcrops,0.043422
+Low Income Food Deficit Countries,OilcropsPulses,Oilcrops,46.61742
+Luxembourg,OilcropsPulses,Oilcrops,0.0045
+Madagascar,OilcropsPulses,Oilcrops,0.121028
+Malawi,OilcropsPulses,Oilcrops,0.233306
+Malaysia,OilcropsPulses,Oilcrops,3.670724
+Maldives,OilcropsPulses,Oilcrops,0.004684
+Mali,OilcropsPulses,Oilcrops,0.453586
+Malta,OilcropsPulses,Oilcrops,0.004053
+Mauritania,OilcropsPulses,Oilcrops,0.028749
+Mauritius,OilcropsPulses,Oilcrops,0.027304
+Melanesia,OilcropsPulses,Oilcrops,0.331413
+Mexico,OilcropsPulses,Oilcrops,2.701309
+Micronesia,OilcropsPulses,Oilcrops,0.039812
+Middle Africa,OilcropsPulses,Oilcrops,1.283526
+Mongolia,OilcropsPulses,Oilcrops,0.013376
+Montenegro,OilcropsPulses,Oilcrops,0.008518
+Morocco,OilcropsPulses,Oilcrops,1.252077
+Mozambique,OilcropsPulses,Oilcrops,0.579168
+Myanmar,OilcropsPulses,Oilcrops,4.13929776182578
+Namibia,OilcropsPulses,Oilcrops,0.012818
+Nepal,OilcropsPulses,Oilcrops,0.394216
+Net Food Importing Developing Countries,OilcropsPulses,Oilcrops,23.710884
+Netherlands,OilcropsPulses,Oilcrops,0.353346
+New Caledonia,OilcropsPulses,Oilcrops,0.010116
+New Zealand,OilcropsPulses,Oilcrops,0.042405
+Nicaragua,OilcropsPulses,Oilcrops,0.089702
+Niger,OilcropsPulses,Oilcrops,0.337543
+Nigeria,OilcropsPulses,Oilcrops,4.296876
+Northern Africa,OilcropsPulses,Oilcrops,5.012676
+Northern America,OilcropsPulses,Oilcrops,15.46324
+Northern Europe,OilcropsPulses,Oilcrops,1.809435
+Norway,OilcropsPulses,Oilcrops,0.088969
+Oceania,OilcropsPulses,Oilcrops,1.83022
+Oman,OilcropsPulses,Oilcrops,0.019556
+Pakistan,OilcropsPulses,Oilcrops,3.520063
+Panama,OilcropsPulses,Oilcrops,0.056962
+Paraguay,OilcropsPulses,Oilcrops,0.223116
+Peru,OilcropsPulses,Oilcrops,0.351459
+Philippines,OilcropsPulses,Oilcrops,9.401103
+Poland,OilcropsPulses,Oilcrops,0.525199
+Polynesia,OilcropsPulses,Oilcrops,0.183963
+Portugal,OilcropsPulses,Oilcrops,0.638277
+Republic of Korea,OilcropsPulses,Oilcrops,1.444086
+Republic of Moldova,OilcropsPulses,Oilcrops,0.050784
+Romania,OilcropsPulses,Oilcrops,0.565066
+Russian Federation,OilcropsPulses,Oilcrops,3.066111
+Rwanda,OilcropsPulses,Oilcrops,0.052563
+Saint Kitts and Nevis,OilcropsPulses,Oilcrops,0.001422
+Saint Lucia,OilcropsPulses,Oilcrops,0.003657
+Saint Vincent and the Grenadines,OilcropsPulses,Oilcrops,0.003755
+Samoa,OilcropsPulses,Oilcrops,0.096543
+Sao Tome and Principe,OilcropsPulses,Oilcrops,0.029913
+Saudi Arabia,OilcropsPulses,Oilcrops,0.291155
+Senegal,OilcropsPulses,Oilcrops,0.607103
+Serbia,OilcropsPulses,Oilcrops,0.203591
+Sierra Leone,OilcropsPulses,Oilcrops,0.084686
+Slovakia,OilcropsPulses,Oilcrops,0.088741
+Slovenia,OilcropsPulses,Oilcrops,0.033729
+Small Island Developing States,OilcropsPulses,Oilcrops,1.526938
+Solomon Islands,OilcropsPulses,Oilcrops,0.079166
+South-Eastern Asia,OilcropsPulses,Oilcrops,36.946148
+South Africa,OilcropsPulses,Oilcrops,0.897014
+South America,OilcropsPulses,Oilcrops,14.993213
+Southern Africa,OilcropsPulses,Oilcrops,0.942231
+Southern Asia,OilcropsPulses,Oilcrops,36.85183
+Southern Europe,OilcropsPulses,Oilcrops,16.182019
+Spain,OilcropsPulses,Oilcrops,8.640358
+Sri Lanka,OilcropsPulses,Oilcrops,1.81898
+Sudan (former),OilcropsPulses,Oilcrops,0.751132
+Suriname,OilcropsPulses,Oilcrops,0.01191
+Swaziland,OilcropsPulses,Oilcrops,0.008162
+Sweden,OilcropsPulses,Oilcrops,0.125268
+Switzerland,OilcropsPulses,Oilcrops,0.142996
+Tajikistan,OilcropsPulses,Oilcrops,0.123899
+Thailand,OilcropsPulses,Oilcrops,2.093636
+The former Yugoslav Republic of Macedonia,OilcropsPulses,Oilcrops,0.054598
+Timor-Leste,OilcropsPulses,Oilcrops,0.006451
+Togo,OilcropsPulses,Oilcrops,0.129262
+Trinidad and Tobago,OilcropsPulses,Oilcrops,0.029777
+Tunisia,OilcropsPulses,Oilcrops,0.740897
+Turkey,OilcropsPulses,Oilcrops,4.894043
+Turkmenistan,OilcropsPulses,Oilcrops,0.502681
+Uganda,OilcropsPulses,Oilcrops,0.764128
+Ukraine,OilcropsPulses,Oilcrops,1.222596
+United Arab Emirates,OilcropsPulses,Oilcrops,0.253719
+United Kingdom,OilcropsPulses,Oilcrops,1.269216
+United Republic of Tanzania,OilcropsPulses,Oilcrops,1.246166
+United States of America,OilcropsPulses,Oilcrops,14.443707
+Uruguay,OilcropsPulses,Oilcrops,0.046879
+Uzbekistan,OilcropsPulses,Oilcrops,1.627905
+Vanuatu,OilcropsPulses,Oilcrops,0.132919
+Venezuela (Bolivarian Republic of),OilcropsPulses,Oilcrops,0.481707
+Viet Nam,OilcropsPulses,Oilcrops,1.93018
+Western Africa,OilcropsPulses,Oilcrops,8.097971
+Western Asia,OilcropsPulses,Oilcrops,6.732195
+Western Europe,OilcropsPulses,Oilcrops,4.153231
+World,OilcropsPulses,Oilcrops,207.614707
+Yemen,OilcropsPulses,Oilcrops,0.057439
+Zambia,OilcropsPulses,Oilcrops,0.248531
+Zimbabwe,OilcropsPulses,Oilcrops,0.31121
+Libya,OilcropsPulses,Oilcrops,0.167110314617429
+Sudan,OilcropsPulses,Oilcrops,0.994733472591395
+South Sudan,OilcropsPulses,Oilcrops,0.276977427672133
+Somalia,OilcropsPulses,Oilcrops,0.263894265565503
+Democratic Republic of the Congo,OilcropsPulses,Oilcrops,1.04157644949363
+Afghanistan,OilcropsPulses,Pulses,0.080919
+Africa,OilcropsPulses,Pulses,10.458633
+Albania,OilcropsPulses,Pulses,0.015905
+Algeria,OilcropsPulses,Pulses,0.299074
+Americas,OilcropsPulses,Pulses,7.947183
+Angola,OilcropsPulses,Pulses,0.182606
+Antigua and Barbuda,OilcropsPulses,Pulses,0.000264
+Argentina,OilcropsPulses,Pulses,0.018266
+Armenia,OilcropsPulses,Pulses,0
+Asia,OilcropsPulses,Pulses,26.62295
+Australia,OilcropsPulses,Pulses,0.08972
+Australia & New Zealand,OilcropsPulses,Pulses,0.112508
+Austria,OilcropsPulses,Pulses,0.006857
+Azerbaijan,OilcropsPulses,Pulses,0
+Bahamas,OilcropsPulses,Pulses,0.000462
+Bangladesh,OilcropsPulses,Pulses,0.592616
+Barbados,OilcropsPulses,Pulses,0.002646
+Belarus,OilcropsPulses,Pulses,0.000253
+Belgium,OilcropsPulses,Pulses,0.023284
+Belize,OilcropsPulses,Pulses,0.004241
+Benin,OilcropsPulses,Pulses,0.102179
+Bermuda,OilcropsPulses,Pulses,9e-05
+Bolivia (Plurinational State of),OilcropsPulses,Pulses,0.049488
+Bosnia and Herzegovina,OilcropsPulses,Pulses,0.021943
+Botswana,OilcropsPulses,Pulses,0.009322
+Brazil,OilcropsPulses,Pulses,3.310784
+Brunei Darussalam,OilcropsPulses,Pulses,0.000463
+Bulgaria,OilcropsPulses,Pulses,0.016459
+Burkina Faso,OilcropsPulses,Pulses,0.225024
+Cabo Verde,OilcropsPulses,Pulses,0.005907
+Cambodia,OilcropsPulses,Pulses,0.072125
+Cameroon,OilcropsPulses,Pulses,0.432828
+Canada,OilcropsPulses,Pulses,0.392293
+Caribbean,OilcropsPulses,Pulses,0.555066
+Central African Republic,OilcropsPulses,Pulses,0.037176
+Central America,OilcropsPulses,Pulses,1.688766
+Central Asia,OilcropsPulses,Pulses,0.036173
+Chad,OilcropsPulses,Pulses,0.103927
+Chile,OilcropsPulses,Pulses,0.059106
+China,OilcropsPulses,Pulses,1.871094
+China Hong Kong SAR,OilcropsPulses,Pulses,0.010267
+China Macao SAR,OilcropsPulses,Pulses,0.002062
+China mainland,OilcropsPulses,Pulses,1.791445
+China Taiwan Province of,OilcropsPulses,Pulses,0.06732
+Colombia,OilcropsPulses,Pulses,0.311268
+Congo,OilcropsPulses,Pulses,0.014774
+Costa Rica,OilcropsPulses,Pulses,0.052018
+Cote d'Ivoire,OilcropsPulses,Pulses,0.046041
+Croatia,OilcropsPulses,Pulses,0.003911
+Cuba,OilcropsPulses,Pulses,0.209803
+Cyprus,OilcropsPulses,Pulses,0.003366
+Czech Republic,OilcropsPulses,Pulses,0.028265
+Democratic People's Republic of Korea,OilcropsPulses,Pulses,0.300414
+Denmark,OilcropsPulses,Pulses,0.005738
+Djibouti,OilcropsPulses,Pulses,0.012221
+Dominica,OilcropsPulses,Pulses,0.000286
+Dominican Republic,OilcropsPulses,Pulses,0.116269
+Eastern Africa,OilcropsPulses,Pulses,4.954844
+Eastern Asia,OilcropsPulses,Pulses,2.472662
+Eastern Europe,OilcropsPulses,Pulses,0.54736
+Ecuador,OilcropsPulses,Pulses,0.040136
+Egypt,OilcropsPulses,Pulses,0.488711
+El Salvador,OilcropsPulses,Pulses,0.09645
+Estonia,OilcropsPulses,Pulses,0.005699
+Ethiopia,OilcropsPulses,Pulses,1.665536
+Europe,OilcropsPulses,Pulses,2.0062
+European Union,OilcropsPulses,Pulses,1.49121
+Fiji,OilcropsPulses,Pulses,0.009017
+Finland,OilcropsPulses,Pulses,0.006341
+France,OilcropsPulses,Pulses,0.126914
+French Polynesia,OilcropsPulses,Pulses,0.000721
+Gabon,OilcropsPulses,Pulses,0.000349
+Gambia,OilcropsPulses,Pulses,0.001717
+Georgia,OilcropsPulses,Pulses,7.2e-05
+Germany,OilcropsPulses,Pulses,0.08618
+Ghana,OilcropsPulses,Pulses,0.045463
+Greece,OilcropsPulses,Pulses,0.052857
+Grenada,OilcropsPulses,Pulses,0.000863
+Guatemala,OilcropsPulses,Pulses,0.217281
+Guinea,OilcropsPulses,Pulses,0.049982
+Guinea-Bissau,OilcropsPulses,Pulses,0.004318
+Guyana,OilcropsPulses,Pulses,0.005491
+Haiti,OilcropsPulses,Pulses,0.196248
+Honduras,OilcropsPulses,Pulses,0.080207
+Hungary,OilcropsPulses,Pulses,0.034842
+Iceland,OilcropsPulses,Pulses,0.000166
+India,OilcropsPulses,Pulses,17.298681
+Indonesia,OilcropsPulses,Pulses,0.376618
+Iran (Islamic Republic of),OilcropsPulses,Pulses,0.763927
+Iraq,OilcropsPulses,Pulses,0.088415
+Ireland,OilcropsPulses,Pulses,0.012577
+Israel,OilcropsPulses,Pulses,0.057672
+Italy,OilcropsPulses,Pulses,0.29126
+Jamaica,OilcropsPulses,Pulses,0.011578
+Japan,OilcropsPulses,Pulses,0.232832
+Jordan,OilcropsPulses,Pulses,0.053291
+Kazakhstan,OilcropsPulses,Pulses,0.006019
+Kenya,OilcropsPulses,Pulses,0.716445
+Kiribati,OilcropsPulses,Pulses,4e-06
+Kuwait,OilcropsPulses,Pulses,0.016919
+Kyrgyzstan,OilcropsPulses,Pulses,0.007867
+Land Locked Developing Countries,OilcropsPulses,Pulses,4.585564
+Lao People's Democratic Republic,OilcropsPulses,Pulses,0.019799
+Latvia,OilcropsPulses,Pulses,9.6e-05
+Least Developed Countries,OilcropsPulses,Pulses,8.492239
+Lebanon,OilcropsPulses,Pulses,0.036979
+Lesotho,OilcropsPulses,Pulses,0.020282
+Liberia,OilcropsPulses,Pulses,0.008207
+Lithuania,OilcropsPulses,Pulses,0.016333
+Low Income Food Deficit Countries,OilcropsPulses,Pulses,28.058178
+Luxembourg,OilcropsPulses,Pulses,0.000374
+Madagascar,OilcropsPulses,Pulses,0.092407
+Malawi,OilcropsPulses,Pulses,0.285383
+Malaysia,OilcropsPulses,Pulses,0.09253
+Maldives,OilcropsPulses,Pulses,0.001026
+Mali,OilcropsPulses,Pulses,0.159416
+Malta,OilcropsPulses,Pulses,0.001895
+Mauritania,OilcropsPulses,Pulses,0.045459
+Mauritius,OilcropsPulses,Pulses,0.011877
+Melanesia,OilcropsPulses,Pulses,0.013815
+Mexico,OilcropsPulses,Pulses,1.099688
+Micronesia,OilcropsPulses,Pulses,4e-06
+Middle Africa,OilcropsPulses,Pulses,0.77308
+Mongolia,OilcropsPulses,Pulses,0.001387
+Montenegro,OilcropsPulses,Pulses,0.003616
+Morocco,OilcropsPulses,Pulses,0.223557
+Mozambique,OilcropsPulses,Pulses,0.330317
+Myanmar,OilcropsPulses,Pulses,0.944132554052644
+Namibia,OilcropsPulses,Pulses,0.016749
+Nepal,OilcropsPulses,Pulses,0.288435
+Net Food Importing Developing Countries,OilcropsPulses,Pulses,12.467568
+Netherlands,OilcropsPulses,Pulses,0.023718
+New Caledonia,OilcropsPulses,Pulses,0.000333
+New Zealand,OilcropsPulses,Pulses,0.022788
+Nicaragua,OilcropsPulses,Pulses,0.118802
+Niger,OilcropsPulses,Pulses,0.580187
+Nigeria,OilcropsPulses,Pulses,1.556852
+Northern Africa,OilcropsPulses,Pulses,1.504689
+Northern America,OilcropsPulses,Pulses,1.406157
+Northern Europe,OilcropsPulses,Pulses,0.235764
+Norway,OilcropsPulses,Pulses,0.020828
+Oceania,OilcropsPulses,Pulses,0.127048
+Oman,OilcropsPulses,Pulses,0.01291
+Pakistan,OilcropsPulses,Pulses,1.126194
+Panama,OilcropsPulses,Pulses,0.020079
+Paraguay,OilcropsPulses,Pulses,0.056177
+Peru,OilcropsPulses,Pulses,0.2267
+Philippines,OilcropsPulses,Pulses,0.144829
+Poland,OilcropsPulses,Pulses,0.080166
+Polynesia,OilcropsPulses,Pulses,0.000721
+Portugal,OilcropsPulses,Pulses,0.036786
+Republic of Korea,OilcropsPulses,Pulses,0.066935
+Republic of Moldova,OilcropsPulses,Pulses,0.003608
+Romania,OilcropsPulses,Pulses,0.04321
+Russian Federation,OilcropsPulses,Pulses,0.261141
+Rwanda,OilcropsPulses,Pulses,0.333754
+Saint Kitts and Nevis,OilcropsPulses,Pulses,0.000289
+Saint Lucia,OilcropsPulses,Pulses,0.001704
+Saint Vincent and the Grenadines,OilcropsPulses,Pulses,0.000846
+Samoa,OilcropsPulses,Pulses,0
+Sao Tome and Principe,OilcropsPulses,Pulses,0.00142
+Saudi Arabia,OilcropsPulses,Pulses,0.162312
+Senegal,OilcropsPulses,Pulses,0.067358
+Serbia,OilcropsPulses,Pulses,0.088848
+Sierra Leone,OilcropsPulses,Pulses,0.064914
+Slovakia,OilcropsPulses,Pulses,0.008513
+Slovenia,OilcropsPulses,Pulses,0.004125
+Small Island Developing States,OilcropsPulses,Pulses,0.61512
+Solomon Islands,OilcropsPulses,Pulses,0.004463
+South-Eastern Asia,OilcropsPulses,Pulses,1.984416
+South Africa,OilcropsPulses,Pulses,0.143728
+South America,OilcropsPulses,Pulses,4.297194
+Southern Africa,OilcropsPulses,Pulses,0.193738
+Southern Asia,OilcropsPulses,Pulses,20.361664
+Southern Europe,OilcropsPulses,Pulses,0.940929
+Spain,OilcropsPulses,Pulses,0.403458
+Sri Lanka,OilcropsPulses,Pulses,0.209866
+Sudan (former),OilcropsPulses,Pulses,0.396674
+Suriname,OilcropsPulses,Pulses,0.001154
+Swaziland,OilcropsPulses,Pulses,0.003657
+Sweden,OilcropsPulses,Pulses,0.017386
+Switzerland,OilcropsPulses,Pulses,0.01482
+Tajikistan,OilcropsPulses,Pulses,0.0215
+Thailand,OilcropsPulses,Pulses,0.175575
+The former Yugoslav Republic of Macedonia,OilcropsPulses,Pulses,0.016325
+Timor-Leste,OilcropsPulses,Pulses,0.00999
+Togo,OilcropsPulses,Pulses,0.069258
+Trinidad and Tobago,OilcropsPulses,Pulses,0.013808
+Tunisia,OilcropsPulses,Pulses,0.096673
+Turkey,OilcropsPulses,Pulses,0.99103
+Turkmenistan,OilcropsPulses,Pulses,0
+Uganda,OilcropsPulses,Pulses,0.528053
+Ukraine,OilcropsPulses,Pulses,0.070903
+United Arab Emirates,OilcropsPulses,Pulses,0.215664
+United Kingdom,OilcropsPulses,Pulses,0.1506
+United Republic of Tanzania,OilcropsPulses,Pulses,0.897316
+United States of America,OilcropsPulses,Pulses,1.013774
+Uruguay,OilcropsPulses,Pulses,0.010153
+Uzbekistan,OilcropsPulses,Pulses,0.000787
+Vanuatu,OilcropsPulses,Pulses,2e-06
+Venezuela (Bolivarian Republic of),OilcropsPulses,Pulses,0.20847
+Viet Nam,OilcropsPulses,Pulses,0.284548
+Western Africa,OilcropsPulses,Pulses,3.032282
+Western Asia,OilcropsPulses,Pulses,1.768035
+Western Europe,OilcropsPulses,Pulses,0.282147
+World,OilcropsPulses,Pulses,47.162015
+Yemen,OilcropsPulses,Pulses,0.129406
+Zambia,OilcropsPulses,Pulses,0.025203
+Zimbabwe,OilcropsPulses,Pulses,0.056333
+Libya,OilcropsPulses,Pulses,0.0521064832216307
+Sudan,OilcropsPulses,Pulses,0.305185230162028
+South Sudan,OilcropsPulses,Pulses,0.084976953468347
+Somalia,OilcropsPulses,Pulses,0.080963026171463
+Democratic Republic of the Congo,OilcropsPulses,Pulses,1.27407015630048
+Afghanistan,Cereals,Rice (Paddy Equivalent),0.713046
+Africa,Cereals,Rice (Paddy Equivalent),33.758311
+Albania,Cereals,Rice (Paddy Equivalent),0.031055
+Algeria,Cereals,Rice (Paddy Equivalent),0.120352
+Americas,Cereals,Rice (Paddy Equivalent),29.00191
+Angola,Cereals,Rice (Paddy Equivalent),0.220046
+Antigua and Barbuda,Cereals,Rice (Paddy Equivalent),0.001397
+Argentina,Cereals,Rice (Paddy Equivalent),0.476681
+Armenia,Cereals,Rice (Paddy Equivalent),0.013775
+Asia,Cereals,Rice (Paddy Equivalent),495.679088
+Australia,Cereals,Rice (Paddy Equivalent),0.372284
+Australia & New Zealand,Cereals,Rice (Paddy Equivalent),0.418574
+Austria,Cereals,Rice (Paddy Equivalent),0.052324
+Azerbaijan,Cereals,Rice (Paddy Equivalent),0.029784
+Bahamas,Cereals,Rice (Paddy Equivalent),0.014636
+Bangladesh,Cereals,Rice (Paddy Equivalent),39.560811
+Barbados,Cereals,Rice (Paddy Equivalent),0.007001
+Belarus,Cereals,Rice (Paddy Equivalent),0.041224
+Belgium,Cereals,Rice (Paddy Equivalent),0.139476
+Belize,Cereals,Rice (Paddy Equivalent),0.014451
+Benin,Cereals,Rice (Paddy Equivalent),0.786501
+Bermuda,Cereals,Rice (Paddy Equivalent),0.000682
+Bolivia (Plurinational State of),Cereals,Rice (Paddy Equivalent),0.405666
+Bosnia and Herzegovina,Cereals,Rice (Paddy Equivalent),0.010944
+Botswana,Cereals,Rice (Paddy Equivalent),0.032689
+Brazil,Cereals,Rice (Paddy Equivalent),11.024712
+Brunei Darussalam,Cereals,Rice (Paddy Equivalent),0.044674
+Bulgaria,Cereals,Rice (Paddy Equivalent),0.037794
+Burkina Faso,Cereals,Rice (Paddy Equivalent),0.497115
+Cabo Verde,Cereals,Rice (Paddy Equivalent),0.036194
+Cambodia,Cereals,Rice (Paddy Equivalent),3.486906
+Cameroon,Cereals,Rice (Paddy Equivalent),0.685273
+Canada,Cereals,Rice (Paddy Equivalent),0.503475
+Caribbean,Cereals,Rice (Paddy Equivalent),2.699071
+Central African Republic,Cereals,Rice (Paddy Equivalent),0.044761
+Central America,Cereals,Rice (Paddy Equivalent),2.663325
+Central Asia,Cereals,Rice (Paddy Equivalent),0.625602
+Chad,Cereals,Rice (Paddy Equivalent),0.161345
+Chile,Cereals,Rice (Paddy Equivalent),0.286698
+China,Cereals,Rice (Paddy Equivalent),166.261966
+China Hong Kong SAR,Cereals,Rice (Paddy Equivalent),0.508674
+China Macao SAR,Cereals,Rice (Paddy Equivalent),0.034784
+China mainland,Cereals,Rice (Paddy Equivalent),164.024083
+China Taiwan Province of,Cereals,Rice (Paddy Equivalent),1.694426
+Colombia,Cereals,Rice (Paddy Equivalent),2.07303
+Congo,Cereals,Rice (Paddy Equivalent),0.127029
+Costa Rica,Cereals,Rice (Paddy Equivalent),0.350759
+Cote d'Ivoire,Cereals,Rice (Paddy Equivalent),1.893873
+Croatia,Cereals,Rice (Paddy Equivalent),0.015958
+Cuba,Cereals,Rice (Paddy Equivalent),1.076027
+Cyprus,Cereals,Rice (Paddy Equivalent),0.008614
+Czech Republic,Cereals,Rice (Paddy Equivalent),0.070265
+Democratic People's Republic of Korea,Cereals,Rice (Paddy Equivalent),2.758832
+Denmark,Cereals,Rice (Paddy Equivalent),0.046211
+Djibouti,Cereals,Rice (Paddy Equivalent),0.056429
+Dominica,Cereals,Rice (Paddy Equivalent),0.000785
+Dominican Republic,Cereals,Rice (Paddy Equivalent),0.798409
+Eastern Africa,Cereals,Rice (Paddy Equivalent),7.310901
+Eastern Asia,Cereals,Rice (Paddy Equivalent),184.071099
+Eastern Europe,Cereals,Rice (Paddy Equivalent),1.701274
+Ecuador,Cereals,Rice (Paddy Equivalent),1.015874
+Egypt,Cereals,Rice (Paddy Equivalent),4.703011
+El Salvador,Cereals,Rice (Paddy Equivalent),0.117248
+Estonia,Cereals,Rice (Paddy Equivalent),0.004853
+Ethiopia,Cereals,Rice (Paddy Equivalent),0.197136
+Europe,Cereals,Rice (Paddy Equivalent),5.492431
+European Union,Cereals,Rice (Paddy Equivalent),3.983925
+Fiji,Cereals,Rice (Paddy Equivalent),0.060175
+Finland,Cereals,Rice (Paddy Equivalent),0.036345
+France,Cereals,Rice (Paddy Equivalent),0.54333
+French Polynesia,Cereals,Rice (Paddy Equivalent),0.013558
+Gabon,Cereals,Rice (Paddy Equivalent),0.082304
+Gambia,Cereals,Rice (Paddy Equivalent),0.176558
+Georgia,Cereals,Rice (Paddy Equivalent),0.015775
+Germany,Cereals,Rice (Paddy Equivalent),0.377454
+Ghana,Cereals,Rice (Paddy Equivalent),1.273704
+Greece,Cereals,Rice (Paddy Equivalent),0.122576
+Grenada,Cereals,Rice (Paddy Equivalent),0.001962
+Guatemala,Cereals,Rice (Paddy Equivalent),0.117974
+Guinea,Cereals,Rice (Paddy Equivalent),1.611933
+Guinea-Bissau,Cereals,Rice (Paddy Equivalent),0.22276
+Guyana,Cereals,Rice (Paddy Equivalent),0.148314
+Haiti,Cereals,Rice (Paddy Equivalent),0.651281
+Honduras,Cereals,Rice (Paddy Equivalent),0.19329
+Hungary,Cereals,Rice (Paddy Equivalent),0.041523
+Iceland,Cereals,Rice (Paddy Equivalent),0.001735
+India,Cereals,Rice (Paddy Equivalent),130.204357
+Indonesia,Cereals,Rice (Paddy Equivalent),48.62198
+Iran (Islamic Republic of),Cereals,Rice (Paddy Equivalent),3.303771
+Iraq,Cereals,Rice (Paddy Equivalent),1.451015
+Ireland,Cereals,Rice (Paddy Equivalent),0.026368
+Israel,Cereals,Rice (Paddy Equivalent),0.104447
+Italy,Cereals,Rice (Paddy Equivalent),0.477834
+Jamaica,Cereals,Rice (Paddy Equivalent),0.10377
+Japan,Cereals,Rice (Paddy Equivalent),8.745974
+Jordan,Cereals,Rice (Paddy Equivalent),0.203156
+Kazakhstan,Cereals,Rice (Paddy Equivalent),0.203191
+Kenya,Cereals,Rice (Paddy Equivalent),0.647822
+Kiribati,Cereals,Rice (Paddy Equivalent),0.00897
+Kuwait,Cereals,Rice (Paddy Equivalent),0.300256
+Kyrgyzstan,Cereals,Rice (Paddy Equivalent),0.04022
+Land Locked Developing Countries,Cereals,Rice (Paddy Equivalent),10.431229
+Lao People's Democratic Republic,Cereals,Rice (Paddy Equivalent),1.753078
+Latvia,Cereals,Rice (Paddy Equivalent),0.011706
+Least Developed Countries,Cereals,Rice (Paddy Equivalent),79.231562
+Lebanon,Cereals,Rice (Paddy Equivalent),0.07808
+Lesotho,Cereals,Rice (Paddy Equivalent),0.017631
+Liberia,Cereals,Rice (Paddy Equivalent),0.554101
+Lithuania,Cereals,Rice (Paddy Equivalent),0.014776
+Low Income Food Deficit Countries,Cereals,Rice (Paddy Equivalent),205.733536
+Luxembourg,Cereals,Rice (Paddy Equivalent),0.003314
+Madagascar,Cereals,Rice (Paddy Equivalent),3.367733
+Malawi,Cereals,Rice (Paddy Equivalent),0.10995
+Malaysia,Cereals,Rice (Paddy Equivalent),3.445965
+Maldives,Cereals,Rice (Paddy Equivalent),0.025395
+Mali,Cereals,Rice (Paddy Equivalent),1.245027
+Malta,Cereals,Rice (Paddy Equivalent),0.00283
+Mauritania,Cereals,Rice (Paddy Equivalent),0.226219
+Mauritius,Cereals,Rice (Paddy Equivalent),0.095902
+Melanesia,Cereals,Rice (Paddy Equivalent),0.127397
+Mexico,Cereals,Rice (Paddy Equivalent),1.130271
+Micronesia,Cereals,Rice (Paddy Equivalent),0.00897
+Middle Africa,Cereals,Rice (Paddy Equivalent),1.326715
+Mongolia,Cereals,Rice (Paddy Equivalent),0.020827
+Montenegro,Cereals,Rice (Paddy Equivalent),0.00202
+Morocco,Cereals,Rice (Paddy Equivalent),0.028609
+Mozambique,Cereals,Rice (Paddy Equivalent),0.796138
+Myanmar,Cereals,Rice (Paddy Equivalent),23.3927880678706
+Namibia,Cereals,Rice (Paddy Equivalent),0.012858
+Nepal,Cereals,Rice (Paddy Equivalent),3.531217
+Net Food Importing Developing Countries,Cereals,Rice (Paddy Equivalent),99.400694
+Netherlands,Cereals,Rice (Paddy Equivalent),0.078359
+New Caledonia,Cereals,Rice (Paddy Equivalent),0.006507
+New Zealand,Cereals,Rice (Paddy Equivalent),0.04629
+Nicaragua,Cereals,Rice (Paddy Equivalent),0.386574
+Niger,Cereals,Rice (Paddy Equivalent),0.255604
+Nigeria,Cereals,Rice (Paddy Equivalent),7.420629
+Northern Africa,Cereals,Rice (Paddy Equivalent),4.990196
+Northern America,Cereals,Rice (Paddy Equivalent),4.659713
+Northern Europe,Cereals,Rice (Paddy Equivalent),0.909902
+Norway,Cereals,Rice (Paddy Equivalent),0.035101
+Oceania,Cereals,Rice (Paddy Equivalent),0.571926
+Oman,Cereals,Rice (Paddy Equivalent),0.240534
+Pakistan,Cereals,Rice (Paddy Equivalent),3.279105
+Panama,Cereals,Rice (Paddy Equivalent),0.352758
+Paraguay,Cereals,Rice (Paddy Equivalent),0.053911
+Peru,Cereals,Rice (Paddy Equivalent),2.077447
+Philippines,Cereals,Rice (Paddy Equivalent),16.931908
+Poland,Cereals,Rice (Paddy Equivalent),0.064114
+Polynesia,Cereals,Rice (Paddy Equivalent),0.016985
+Portugal,Cereals,Rice (Paddy Equivalent),0.259677
+Republic of Korea,Cereals,Rice (Paddy Equivalent),6.283499
+Republic of Moldova,Cereals,Rice (Paddy Equivalent),0.014955
+Romania,Cereals,Rice (Paddy Equivalent),0.127687
+Russian Federation,Cereals,Rice (Paddy Equivalent),1.048304
+Rwanda,Cereals,Rice (Paddy Equivalent),0.131094
+Saint Kitts and Nevis,Cereals,Rice (Paddy Equivalent),0.001696
+Saint Lucia,Cereals,Rice (Paddy Equivalent),0.002496
+Saint Vincent and the Grenadines,Cereals,Rice (Paddy Equivalent),0.001508
+Samoa,Cereals,Rice (Paddy Equivalent),0.003427
+Sao Tome and Principe,Cereals,Rice (Paddy Equivalent),0.005957
+Saudi Arabia,Cereals,Rice (Paddy Equivalent),1.551978
+Senegal,Cereals,Rice (Paddy Equivalent),1.406845
+Serbia,Cereals,Rice (Paddy Equivalent),0.02057
+Sierra Leone,Cereals,Rice (Paddy Equivalent),0.863541
+Slovakia,Cereals,Rice (Paddy Equivalent),0.010471
+Slovenia,Cereals,Rice (Paddy Equivalent),0.012102
+Small Island Developing States,Cereals,Rice (Paddy Equivalent),3.574246
+Solomon Islands,Cereals,Rice (Paddy Equivalent),0.045025
+South-Eastern Asia,Cereals,Rice (Paddy Equivalent),120.677847
+South Africa,Cereals,Rice (Paddy Equivalent),1.333429
+South America,Cereals,Rice (Paddy Equivalent),18.979801
+Southern Africa,Cereals,Rice (Paddy Equivalent),1.430379
+Southern Asia,Cereals,Rice (Paddy Equivalent),184.02904
+Southern Europe,Cereals,Rice (Paddy Equivalent),1.629499
+Spain,Cereals,Rice (Paddy Equivalent),0.665158
+Sri Lanka,Cereals,Rice (Paddy Equivalent),3.411339
+Sudan (former),Cereals,Rice (Paddy Equivalent),0.114934
+Suriname,Cereals,Rice (Paddy Equivalent),0.064966
+Swaziland,Cereals,Rice (Paddy Equivalent),0.033771
+Sweden,Cereals,Rice (Paddy Equivalent),0.088096
+Switzerland,Cereals,Rice (Paddy Equivalent),0.057499
+Tajikistan,Cereals,Rice (Paddy Equivalent),0.083582
+Thailand,Cereals,Rice (Paddy Equivalent),12.345037
+The former Yugoslav Republic of Macedonia,Cereals,Rice (Paddy Equivalent),0.008777
+Timor-Leste,Cereals,Rice (Paddy Equivalent),0.107201
+Togo,Cereals,Rice (Paddy Equivalent),0.229517
+Trinidad and Tobago,Cereals,Rice (Paddy Equivalent),0.038103
+Tunisia,Cereals,Rice (Paddy Equivalent),0.023289
+Turkey,Cereals,Rice (Paddy Equivalent),1.085051
+Turkmenistan,Cereals,Rice (Paddy Equivalent),0.129379
+Uganda,Cereals,Rice (Paddy Equivalent),0.293026
+Ukraine,Cereals,Rice (Paddy Equivalent),0.244937
+United Arab Emirates,Cereals,Rice (Paddy Equivalent),0.672094
+United Kingdom,Cereals,Rice (Paddy Equivalent),0.644711
+United Republic of Tanzania,Cereals,Rice (Paddy Equivalent),1.37423
+United States of America,Cereals,Rice (Paddy Equivalent),4.155556
+Uruguay,Cereals,Rice (Paddy Equivalent),0.098458
+Uzbekistan,Cereals,Rice (Paddy Equivalent),0.169231
+Vanuatu,Cereals,Rice (Paddy Equivalent),0.01569
+Venezuela (Bolivarian Republic of),Cereals,Rice (Paddy Equivalent),1.254043
+Viet Nam,Cereals,Rice (Paddy Equivalent),20.124359
+Western Africa,Cereals,Rice (Paddy Equivalent),18.70012
+Western Asia,Cereals,Rice (Paddy Equivalent),6.2755
+Western Europe,Cereals,Rice (Paddy Equivalent),1.251756
+World,Cereals,Rice (Paddy Equivalent),564.503665
+Yemen,Cereals,Rice (Paddy Equivalent),0.520942
+Zambia,Cereals,Rice (Paddy Equivalent),0.054526
+Zimbabwe,Cereals,Rice (Paddy Equivalent),0.186916
+Libya,Cereals,Rice (Paddy Equivalent),0.0209684541909016
+Sudan,Cereals,Rice (Paddy Equivalent),0.473795173155122
+South Sudan,Cereals,Rice (Paddy Equivalent),0.131925356811516
+Somalia,Cereals,Rice (Paddy Equivalent),0.125693799086231
+Democratic Republic of the Congo,Cereals,Rice (Paddy Equivalent),0.49086320378312
+Timor-Leste,Cereals,WheatBarleyOats,0.011753
diff --git a/data/bio_demand.csv b/data/bio_demand.csv
index d3a5058ba0609c7d12922a68ed18a2a9e378492f..00d8b4d7886c7ee991fd134504fe575d5a7d737e 100644
--- a/data/bio_demand.csv
+++ b/data/bio_demand.csv
@@ -208,427 +208,427 @@ World,2010,Cereals,228.283746
 Yemen,2010,Cereals,0
 Zambia,2010,Cereals,0.000916
 Zimbabwe,2010,Cereals,0
+Afghanistan,2010,FruitVeg,0
+Africa,2010,FruitVeg,0.248724
+Albania,2010,FruitVeg,0
+Algeria,2010,FruitVeg,0
+Americas,2010,FruitVeg,0.24745
+Angola,2010,FruitVeg,0
+Antigua and Barbuda,2010,FruitVeg,0.00025
+Argentina,2010,FruitVeg,0
+Armenia,2010,FruitVeg,0.148608
+Asia,2010,FruitVeg,1.303663
+Australia,2010,FruitVeg,0
+Australia & New Zealand,2010,FruitVeg,0
+Austria,2010,FruitVeg,0
+Azerbaijan,2010,FruitVeg,0.003004
+Bahamas,2010,FruitVeg,0.010724
+Bangladesh,2010,FruitVeg,0
+Barbados,2010,FruitVeg,0.001522
+Belarus,2010,FruitVeg,0
+Belgium,2010,FruitVeg,0
+Belize,2010,FruitVeg,0.00075
+Benin,2010,FruitVeg,0
+Bermuda,2010,FruitVeg,0.002006
+Bolivia (Plurinational State of),2010,FruitVeg,0
+Bosnia and Herzegovina,2010,FruitVeg,0
+Botswana,2010,FruitVeg,0
+Brazil,2010,FruitVeg,0
+Brunei Darussalam,2010,FruitVeg,0.00028
+Bulgaria,2010,FruitVeg,0
+Burkina Faso,2010,FruitVeg,0
+Cabo Verde,2010,FruitVeg,0
+Cambodia,2010,FruitVeg,0
+Cameroon,2010,FruitVeg,0.21
+Canada,2010,FruitVeg,0
+Caribbean,2010,FruitVeg,0.077216
+Central African Republic,2010,FruitVeg,0
+Central America,2010,FruitVeg,0.001023
+Central Asia,2010,FruitVeg,0.210364
+Chad,2010,FruitVeg,0
+Chile,2010,FruitVeg,0
+China,2010,FruitVeg,0.042005
+China Hong Kong SAR,2010,FruitVeg,0.039282
+China Macao SAR,2010,FruitVeg,0.000337
+China mainland,2010,FruitVeg,0
+China Taiwan Province of,2010,FruitVeg,0.002386
+Colombia,2010,FruitVeg,0
+Congo,2010,FruitVeg,0
+Costa Rica,2010,FruitVeg,0.000273
+Cote d'Ivoire,2010,FruitVeg,0
+Croatia,2010,FruitVeg,0
+Cuba,2010,FruitVeg,0.04
+Cyprus,2010,FruitVeg,0.009818
+Czech Republic,2010,FruitVeg,0
+Democratic People's Republic of Korea,2010,FruitVeg,0
+Denmark,2010,FruitVeg,0
+Djibouti,2010,FruitVeg,0
+Dominica,2010,FruitVeg,0.00407
+Dominican Republic,2010,FruitVeg,0
+Eastern Africa,2010,FruitVeg,0.015829
+Eastern Asia,2010,FruitVeg,0.052809
+Eastern Europe,2010,FruitVeg,0.231208
+Ecuador,2010,FruitVeg,0.046291
+Egypt,2010,FruitVeg,0
+El Salvador,2010,FruitVeg,0
+Estonia,2010,FruitVeg,0
+Ethiopia,2010,FruitVeg,0
+Europe,2010,FruitVeg,0.828876
+European Union,2010,FruitVeg,0.598652
+Fiji,2010,FruitVeg,0.001041
+Finland,2010,FruitVeg,0
+France,2010,FruitVeg,0
+French Polynesia,2010,FruitVeg,0.002162
+Gabon,2010,FruitVeg,0
+Gambia,2010,FruitVeg,0
+Georgia,2010,FruitVeg,0.007
+Germany,2010,FruitVeg,0
+Ghana,2010,FruitVeg,0
+Greece,2010,FruitVeg,0.175888
+Grenada,2010,FruitVeg,0.001491
+Guatemala,2010,FruitVeg,0
+Guinea,2010,FruitVeg,0
+Guinea-Bissau,2010,FruitVeg,0
+Guyana,2010,FruitVeg,0
+Haiti,2010,FruitVeg,0.01733
+Honduras,2010,FruitVeg,0
+Hungary,2010,FruitVeg,0.001935
+Iceland,2010,FruitVeg,0
+India,2010,FruitVeg,0
+Indonesia,2010,FruitVeg,0
+Iran (Islamic Republic of),2010,FruitVeg,0
+Iraq,2010,FruitVeg,0
+Ireland,2010,FruitVeg,0
+Israel,2010,FruitVeg,0.035842
+Italy,2010,FruitVeg,0.008334
+Jamaica,2010,FruitVeg,0
+Japan,2010,FruitVeg,0
+Jordan,2010,FruitVeg,0
+Kazakhstan,2010,FruitVeg,0.210364
+Kenya,2010,FruitVeg,6e-06
+Kiribati,2010,FruitVeg,0.001432
+Kuwait,2010,FruitVeg,0
+Kyrgyzstan,2010,FruitVeg,0
+Land Locked Developing Countries,2010,FruitVeg,0.601078
+Lao People's Democratic Republic,2010,FruitVeg,0
+Latvia,2010,FruitVeg,0
+Least Developed Countries,2010,FruitVeg,0.036493
+Lebanon,2010,FruitVeg,0.02025
+Lesotho,2010,FruitVeg,0
+Liberia,2010,FruitVeg,0
+Lithuania,2010,FruitVeg,0
+Low Income Food Deficit Countries,2010,FruitVeg,0.242517
+Luxembourg,2010,FruitVeg,0
+Madagascar,2010,FruitVeg,0.015119
+Malawi,2010,FruitVeg,0
+Malaysia,2010,FruitVeg,0.001266
+Maldives,2010,FruitVeg,0.003867
+Mali,2010,FruitVeg,0
+Malta,2010,FruitVeg,0.009316
+Mauritania,2010,FruitVeg,0
+Mauritius,2010,FruitVeg,0.000642
+Melanesia,2010,FruitVeg,0.003878
+Mexico,2010,FruitVeg,0
+Micronesia,2010,FruitVeg,0.001432
+Middle Africa,2010,FruitVeg,0.21
+Mongolia,2010,FruitVeg,0
+Montenegro,2010,FruitVeg,0
+Morocco,2010,FruitVeg,3e-06
+Mozambique,2010,FruitVeg,0
+Myanmar,2010,FruitVeg,0
+Namibia,2010,FruitVeg,0
+Nepal,2010,FruitVeg,0
+Net Food Importing Developing Countries,2010,FruitVeg,0.132686
+Netherlands,2010,FruitVeg,0
+Netherlands Antilles (former),2010,FruitVeg,0.000675
+New Caledonia,2010,FruitVeg,0.000264
+New Zealand,2010,FruitVeg,0
+Nicaragua,2010,FruitVeg,0
+Niger,2010,FruitVeg,0
+Nigeria,2010,FruitVeg,0
+Northern Africa,2010,FruitVeg,0.021141
+Northern America,2010,FruitVeg,0.11092
+Northern Europe,2010,FruitVeg,0
+Norway,2010,FruitVeg,0
+Oceania,2010,FruitVeg,0.011704
+Oman,2010,FruitVeg,0
+Pakistan,2010,FruitVeg,0
+Panama,2010,FruitVeg,0
+Paraguay,2010,FruitVeg,0
+Peru,2010,FruitVeg,0.012
+Philippines,2010,FruitVeg,0
+Poland,2010,FruitVeg,0
+Polynesia,2010,FruitVeg,0.006394
+Portugal,2010,FruitVeg,0
+Republic of Korea,2010,FruitVeg,0.010804
+Republic of Moldova,2010,FruitVeg,0.228169
+Romania,2010,FruitVeg,0.000173
+Russian Federation,2010,FruitVeg,0
+Rwanda,2010,FruitVeg,0
+Saint Kitts and Nevis,2010,FruitVeg,0.000513
+Saint Lucia,2010,FruitVeg,0.000641
+Saint Vincent and the Grenadines,2010,FruitVeg,0
+Samoa,2010,FruitVeg,0.004232
+Sao Tome and Principe,2010,FruitVeg,0
+Saudi Arabia,2010,FruitVeg,0
+Senegal,2010,FruitVeg,0
+Serbia,2010,FruitVeg,0
+Sierra Leone,2010,FruitVeg,0
+Slovakia,2010,FruitVeg,0
+Slovenia,2010,FruitVeg,0
+Small Island Developing States,2010,FruitVeg,0.09551
+Solomon Islands,2010,FruitVeg,0
+South Africa,2010,FruitVeg,0.001704
+South America,2010,FruitVeg,0.058291
+South-Eastern Asia,2010,FruitVeg,0.001546
+Southern Africa,2010,FruitVeg,0.001754
+Southern Asia,2010,FruitVeg,0.013867
+Southern Europe,2010,FruitVeg,0.597586
+Spain,2010,FruitVeg,0.393188
+Sri Lanka,2010,FruitVeg,0.01
+Sudan (former),2010,FruitVeg,0
+Suriname,2010,FruitVeg,0
+Swaziland,2010,FruitVeg,5e-05
+Sweden,2010,FruitVeg,0
+Switzerland,2010,FruitVeg,8.2e-05
+Tajikistan,2010,FruitVeg,0
+Thailand,2010,FruitVeg,0
+The former Yugoslav Republic of Macedonia,2010,FruitVeg,0.01086
+Timor-Leste,2010,FruitVeg,0
+Togo,2010,FruitVeg,0
+Trinidad and Tobago,2010,FruitVeg,0
+Tunisia,2010,FruitVeg,0.021138
+Turkey,2010,FruitVeg,0
+Turkmenistan,2010,FruitVeg,0
+Uganda,2010,FruitVeg,0
+Ukraine,2010,FruitVeg,0.000931
+United Arab Emirates,2010,FruitVeg,0.800555
+United Kingdom,2010,FruitVeg,0
+United Republic of Tanzania,2010,FruitVeg,3.9e-05
+United States of America,2010,FruitVeg,0.108914
+Uruguay,2010,FruitVeg,0
+Uzbekistan,2010,FruitVeg,0
+Vanuatu,2010,FruitVeg,0.002573
+Venezuela (Bolivarian Republic of),2010,FruitVeg,0
+Viet Nam,2010,FruitVeg,0
+Western Africa,2010,FruitVeg,0
+Western Asia,2010,FruitVeg,1.025077
+Western Europe,2010,FruitVeg,8.2e-05
+World,2010,FruitVeg,2.640417
+Yemen,2010,FruitVeg,0
+Zambia,2010,FruitVeg,0
+Zimbabwe,2010,FruitVeg,2.3e-05
 Timor-Leste,2010,Cereals,0
-Afghanistan,2010,Oilcrops,0
-Africa,2010,Oilcrops,2.347678
-Albania,2010,Oilcrops,0.023025
-Algeria,2010,Oilcrops,0.002564
-Americas,2010,Oilcrops,9.409555
-Angola,2010,Oilcrops,0.018063
-Antigua and Barbuda,2010,Oilcrops,0
-Argentina,2010,Oilcrops,1.952674
-Armenia,2010,Oilcrops,0.001
-Asia,2010,Oilcrops,30.056871
-Australia,2010,Oilcrops,0.114482
-Australia & New Zealand,2010,Oilcrops,0.146759
-Austria,2010,Oilcrops,0.184425
-Azerbaijan,2010,Oilcrops,0.001183
-Bahamas,2010,Oilcrops,0.000203
-Bangladesh,2010,Oilcrops,0.098633
-Barbados,2010,Oilcrops,0.001795
-Belarus,2010,Oilcrops,0.010763
-Belgium,2010,Oilcrops,0.673923
-Belize,2010,Oilcrops,0.000583
-Benin,2010,Oilcrops,0.016656
-Bermuda,2010,Oilcrops,0
-Bolivia (Plurinational State of),2010,Oilcrops,0.065183
-Bosnia and Herzegovina,2010,Oilcrops,0.02165
-Botswana,2010,Oilcrops,0.000256
-Brazil,2010,Oilcrops,3.345672
-Brunei Darussalam,2010,Oilcrops,0.000168
-Bulgaria,2010,Oilcrops,0.032489
-Burkina Faso,2010,Oilcrops,0
-Cabo Verde,2010,Oilcrops,0.004579
-Cambodia,2010,Oilcrops,0.001368
-Cameroon,2010,Oilcrops,0.06515
-Canada,2010,Oilcrops,0.224083
-Caribbean,2010,Oilcrops,0.240618
-Central African Republic,2010,Oilcrops,0.017143
-Central America,2010,Oilcrops,1.299043
-Central Asia,2010,Oilcrops,0.054446
-Chad,2010,Oilcrops,0.00043
-Chile,2010,Oilcrops,0.123483
-China,2010,Oilcrops,13.774115
-China Hong Kong SAR,2010,Oilcrops,0.055415
-China Macao SAR,2010,Oilcrops,1.4e-05
-China mainland,2010,Oilcrops,13.672807
-China Taiwan Province of,2010,Oilcrops,0.045879
-Colombia,2010,Oilcrops,0.060516
-Congo,2010,Oilcrops,0
-Costa Rica,2010,Oilcrops,0.008971
-Cote d'Ivoire,2010,Oilcrops,0
-Croatia,2010,Oilcrops,0.044556
-Cuba,2010,Oilcrops,0.018963
-Cyprus,2010,Oilcrops,0.009058
-Czech Republic,2010,Oilcrops,0.0732
-Democratic People's Republic of Korea,2010,Oilcrops,0.079171
-Denmark,2010,Oilcrops,0.163844
-Djibouti,2010,Oilcrops,0
-Dominica,2010,Oilcrops,0.002995
-Dominican Republic,2010,Oilcrops,0.045024
-Eastern Africa,2010,Oilcrops,0.132332
-Eastern Asia,2010,Oilcrops,13.876498
-Eastern Europe,2010,Oilcrops,1.811492
-Ecuador,2010,Oilcrops,0.0628
-Egypt,2010,Oilcrops,0.519321
-El Salvador,2010,Oilcrops,0.0012
-Estonia,2010,Oilcrops,0.014675
-Ethiopia,2010,Oilcrops,0
-Europe,2010,Oilcrops,9.728353
-European Union,2010,Oilcrops,8.677282
-Fiji,2010,Oilcrops,0.109179
-Finland,2010,Oilcrops,0.043516
-France,2010,Oilcrops,1.725502
-French Polynesia,2010,Oilcrops,0.016837
-Gabon,2010,Oilcrops,0.00079
-Gambia,2010,Oilcrops,0.002795
-Georgia,2010,Oilcrops,0.024621
-Germany,2010,Oilcrops,2.210677
-Ghana,2010,Oilcrops,0.020468
-Greece,2010,Oilcrops,0.233433
-Grenada,2010,Oilcrops,0.000326
-Guatemala,2010,Oilcrops,0.041707
-Guinea,2010,Oilcrops,0.05968
-Guinea-Bissau,2010,Oilcrops,0.00269
-Guyana,2010,Oilcrops,0.002002
-Haiti,2010,Oilcrops,0.005889
-Honduras,2010,Oilcrops,0.013447
-Hungary,2010,Oilcrops,0.13948
-Iceland,2010,Oilcrops,0.003075
-India,2010,Oilcrops,1.165435
-Indonesia,2010,Oilcrops,4.707639
-Iran (Islamic Republic of),2010,Oilcrops,0.120021
-Iraq,2010,Oilcrops,0
-Ireland,2010,Oilcrops,0.035352
-Israel,2010,Oilcrops,0.004
-Italy,2010,Oilcrops,0.518004
-Jamaica,2010,Oilcrops,0.154856
-Japan,2010,Oilcrops,0.023206
-Jordan,2010,Oilcrops,2.2e-05
-Kazakhstan,2010,Oilcrops,0.006686
-Kenya,2010,Oilcrops,7e-06
-Kiribati,2010,Oilcrops,0.10175
-Kuwait,2010,Oilcrops,0.010363
-Kyrgyzstan,2010,Oilcrops,0.01
-Land Locked Developing Countries,2010,Oilcrops,0.330899
-Lao People's Democratic Republic,2010,Oilcrops,0.000915
-Latvia,2010,Oilcrops,0.065032
-Least Developed Countries,2010,Oilcrops,1.699774
-Lebanon,2010,Oilcrops,0.030542
-Lesotho,2010,Oilcrops,0
-Liberia,2010,Oilcrops,0
-Lithuania,2010,Oilcrops,0.05467
-Low Income Food Deficit Countries,2010,Oilcrops,3.145205
-Luxembourg,2010,Oilcrops,0.00066
-Madagascar,2010,Oilcrops,0.00322
-Malawi,2010,Oilcrops,0.000422
-Malaysia,2010,Oilcrops,1.931067
-Maldives,2010,Oilcrops,8e-05
-Mali,2010,Oilcrops,0.12045
-Malta,2010,Oilcrops,0.001744
-Mauritania,2010,Oilcrops,0
-Mauritius,2010,Oilcrops,0.015069
-Melanesia,2010,Oilcrops,0.532798
-Mexico,2010,Oilcrops,1.196616
-Micronesia,2010,Oilcrops,0.10175
-Middle Africa,2010,Oilcrops,0.102976
-Mongolia,2010,Oilcrops,6e-06
-Montenegro,2010,Oilcrops,0.004035
-Morocco,2010,Oilcrops,0.213373
-Mozambique,2010,Oilcrops,0
-Myanmar,2010,Oilcrops,0.362068
-Namibia,2010,Oilcrops,0
-Nepal,2010,Oilcrops,0.027776
-Net Food Importing Developing Countries,2010,Oilcrops,3.631593
-Netherlands,2010,Oilcrops,0.465014
-Netherlands Antilles (former),2010,Oilcrops,0.000462
-New Caledonia,2010,Oilcrops,0.010364
-New Zealand,2010,Oilcrops,0.032277
-Nicaragua,2010,Oilcrops,0.014028
-Niger,2010,Oilcrops,4e-06
-Nigeria,2010,Oilcrops,0.673609
-Northern Africa,2010,Oilcrops,1.005227
-Northern America,2010,Oilcrops,1.787983
-Northern Europe,2010,Oilcrops,0.959461
-Norway,2010,Oilcrops,0.158853
-Oceania,2010,Oilcrops,0.855108
-Oman,2010,Oilcrops,0.00626
-Pakistan,2010,Oilcrops,0.455842
-Panama,2010,Oilcrops,0.022491
-Paraguay,2010,Oilcrops,0.017204
-Peru,2010,Oilcrops,0.31795
-Philippines,2010,Oilcrops,3.055173
-Poland,2010,Oilcrops,0.578686
-Polynesia,2010,Oilcrops,0.073801
-Portugal,2010,Oilcrops,0.31546
-Republic of Korea,2010,Oilcrops,0
-Republic of Moldova,2010,Oilcrops,0.00288
-Romania,2010,Oilcrops,0.066834
-Russian Federation,2010,Oilcrops,0.764379
-Rwanda,2010,Oilcrops,4e-06
-Saint Kitts and Nevis,2010,Oilcrops,0.000156
-Saint Lucia,2010,Oilcrops,0.000382
-Saint Vincent and the Grenadines,2010,Oilcrops,4.1e-05
-Samoa,2010,Oilcrops,0.056964
-Sao Tome and Principe,2010,Oilcrops,0.0014
-Saudi Arabia,2010,Oilcrops,0.041977
-Senegal,2010,Oilcrops,0.125455
-Serbia,2010,Oilcrops,0.025956
-Sierra Leone,2010,Oilcrops,0
-Slovakia,2010,Oilcrops,0.108972
-Slovenia,2010,Oilcrops,0.031672
-Small Island Developing States,2010,Oilcrops,0.978172
-Solomon Islands,2010,Oilcrops,0.244808
-South Africa,2010,Oilcrops,0.079608
-South America,2010,Oilcrops,6.081911
-South-Eastern Asia,2010,Oilcrops,13.536433
-Southern Africa,2010,Oilcrops,0.080182
-Southern Asia,2010,Oilcrops,1.867791
-Southern Europe,2010,Oilcrops,1.687672
-Spain,2010,Oilcrops,0.465958
-Sri Lanka,2010,Oilcrops,3e-06
-Sudan (former),2010,Oilcrops,0.224414
-Suriname,2010,Oilcrops,0.003264
-Swaziland,2010,Oilcrops,0.000318
-Sweden,2010,Oilcrops,0.209671
-Switzerland,2010,Oilcrops,0.009526
-Tajikistan,2010,Oilcrops,0
-Thailand,2010,Oilcrops,0.571795
-The former Yugoslav Republic of Macedonia,2010,Oilcrops,0.002178
-Timor-Leste,2010,Oilcrops,0
-Togo,2010,Oilcrops,0.000575
-Trinidad and Tobago,2010,Oilcrops,0.009526
-Tunisia,2010,Oilcrops,0.045555
-Turkey,2010,Oilcrops,0.477981
-Turkmenistan,2010,Oilcrops,6e-05
-Uganda,2010,Oilcrops,2e-06
-Ukraine,2010,Oilcrops,0.033809
-United Arab Emirates,2010,Oilcrops,0.114528
-United Kingdom,2010,Oilcrops,0.210772
-United Republic of Tanzania,2010,Oilcrops,0.094509
-United States of America,2010,Oilcrops,1.5639
-Uruguay,2010,Oilcrops,0.016646
-Uzbekistan,2010,Oilcrops,0.0377
-Vanuatu,2010,Oilcrops,0.168447
-Venezuela (Bolivarian Republic of),2010,Oilcrops,0.114517
-Viet Nam,2010,Oilcrops,2.90624
-Western Africa,2010,Oilcrops,1.026961
-Western Asia,2010,Oilcrops,0.721705
-Western Europe,2010,Oilcrops,5.269728
-World,2010,Oilcrops,52.397563
-Yemen,2010,Oilcrops,0.00017
-Zambia,2010,Oilcrops,3.9e-05
-Zimbabwe,2010,Oilcrops,0.01906
-Afghanistan,2010,Pulses,0
-Africa,2010,Pulses,0.3
-Albania,2010,Pulses,0
-Algeria,2010,Pulses,0
-Americas,2010,Pulses,0.012221
-Angola,2010,Pulses,0
-Antigua and Barbuda,2010,Pulses,0
-Argentina,2010,Pulses,0
-Armenia,2010,Pulses,0
-Asia,2010,Pulses,0.344701
-Australia,2010,Pulses,0
-Australia & New Zealand,2010,Pulses,0
-Austria,2010,Pulses,0
-Azerbaijan,2010,Pulses,0
-Bahamas,2010,Pulses,0
-Bangladesh,2010,Pulses,0
-Barbados,2010,Pulses,0
-Belarus,2010,Pulses,0
-Belgium,2010,Pulses,0
-Belize,2010,Pulses,0
-Benin,2010,Pulses,0
-Bermuda,2010,Pulses,0
-Bolivia (Plurinational State of),2010,Pulses,0
-Bosnia and Herzegovina,2010,Pulses,0
-Botswana,2010,Pulses,0
-Brazil,2010,Pulses,0
-Brunei Darussalam,2010,Pulses,0
-Bulgaria,2010,Pulses,0
-Burkina Faso,2010,Pulses,0.29
-Cabo Verde,2010,Pulses,0
-Cambodia,2010,Pulses,0
-Cameroon,2010,Pulses,0
-Canada,2010,Pulses,0
-Caribbean,2010,Pulses,0.005121
-Central African Republic,2010,Pulses,0
-Central America,2010,Pulses,0
-Central Asia,2010,Pulses,0
-Chad,2010,Pulses,0
-Chile,2010,Pulses,0.007
-China,2010,Pulses,3.8e-05
-China Hong Kong SAR,2010,Pulses,0
-China Macao SAR,2010,Pulses,3.8e-05
-China mainland,2010,Pulses,0
-China Taiwan Province of,2010,Pulses,0
-Colombia,2010,Pulses,0
-Congo,2010,Pulses,0
-Costa Rica,2010,Pulses,0
-Cote d'Ivoire,2010,Pulses,0
-Croatia,2010,Pulses,0
-Cuba,2010,Pulses,0.005
-Cyprus,2010,Pulses,0
-Czech Republic,2010,Pulses,0
-Democratic People's Republic of Korea,2010,Pulses,0
-Denmark,2010,Pulses,0
-Djibouti,2010,Pulses,0
-Dominica,2010,Pulses,5e-06
-Dominican Republic,2010,Pulses,0
-Eastern Africa,2010,Pulses,0
-Eastern Asia,2010,Pulses,3.8e-05
-Eastern Europe,2010,Pulses,5.3e-05
-Ecuador,2010,Pulses,0
-Egypt,2010,Pulses,0
-El Salvador,2010,Pulses,0
-Estonia,2010,Pulses,0
-Ethiopia,2010,Pulses,0
-Europe,2010,Pulses,0.051071
-European Union,2010,Pulses,0.001071
-Fiji,2010,Pulses,0
-Finland,2010,Pulses,0
-France,2010,Pulses,0
-French Polynesia,2010,Pulses,0
-Gabon,2010,Pulses,0
-Gambia,2010,Pulses,0
-Georgia,2010,Pulses,0
-Germany,2010,Pulses,0
-Ghana,2010,Pulses,0
-Greece,2010,Pulses,0.000898
-Grenada,2010,Pulses,4.8e-05
-Guatemala,2010,Pulses,0
-Guinea,2010,Pulses,0
-Guinea-Bissau,2010,Pulses,0
-Guyana,2010,Pulses,0
-Haiti,2010,Pulses,0
-Honduras,2010,Pulses,0
-Hungary,2010,Pulses,5.3e-05
-Iceland,2010,Pulses,0
-India,2010,Pulses,0
-Indonesia,2010,Pulses,0
-Iran (Islamic Republic of),2010,Pulses,0
-Iraq,2010,Pulses,0
-Ireland,2010,Pulses,0
-Israel,2010,Pulses,0
-Italy,2010,Pulses,0
-Jamaica,2010,Pulses,0
-Japan,2010,Pulses,0
-Jordan,2010,Pulses,0
-Kazakhstan,2010,Pulses,0
-Kenya,2010,Pulses,0
-Kiribati,2010,Pulses,0
-Kuwait,2010,Pulses,0
-Kyrgyzstan,2010,Pulses,0
-Land Locked Developing Countries,2010,Pulses,0.29
-Lao People's Democratic Republic,2010,Pulses,0
-Latvia,2010,Pulses,0
-Least Developed Countries,2010,Pulses,0.615
-Lebanon,2010,Pulses,0.001
-Lesotho,2010,Pulses,0
-Liberia,2010,Pulses,0
-Lithuania,2010,Pulses,0
-Low Income Food Deficit Countries,2010,Pulses,0.3
-Luxembourg,2010,Pulses,0
-Madagascar,2010,Pulses,0
-Malawi,2010,Pulses,0
-Malaysia,2010,Pulses,0
-Maldives,2010,Pulses,5e-05
-Mali,2010,Pulses,0
-Malta,2010,Pulses,0.00012
-Mauritania,2010,Pulses,0
-Mauritius,2010,Pulses,0
-Melanesia,2010,Pulses,0
-Mexico,2010,Pulses,0
-Micronesia,2010,Pulses,0
-Middle Africa,2010,Pulses,0
-Mongolia,2010,Pulses,0
-Montenegro,2010,Pulses,0
-Morocco,2010,Pulses,0
-Mozambique,2010,Pulses,0
-Myanmar,2010,Pulses,0.315
-Namibia,2010,Pulses,0
-Nepal,2010,Pulses,0
-Net Food Importing Developing Countries,2010,Pulses,0.635271
-Netherlands,2010,Pulses,0
-Netherlands Antilles (former),2010,Pulses,0
-New Caledonia,2010,Pulses,0
-New Zealand,2010,Pulses,0
-Nicaragua,2010,Pulses,0
-Niger,2010,Pulses,0
-Nigeria,2010,Pulses,0
-Northern Africa,2010,Pulses,0
-Northern America,2010,Pulses,0
-Northern Europe,2010,Pulses,0.05
-Norway,2010,Pulses,0.05
-Oceania,2010,Pulses,0
-Oman,2010,Pulses,0
-Pakistan,2010,Pulses,0
-Panama,2010,Pulses,0
-Paraguay,2010,Pulses,0
-Peru,2010,Pulses,1e-04
-Philippines,2010,Pulses,0
-Poland,2010,Pulses,0
-Polynesia,2010,Pulses,0
-Portugal,2010,Pulses,0
-Republic of Korea,2010,Pulses,0
-Republic of Moldova,2010,Pulses,0
-Romania,2010,Pulses,0
-Russian Federation,2010,Pulses,0
-Rwanda,2010,Pulses,0
-Saint Kitts and Nevis,2010,Pulses,2.9e-05
-Saint Lucia,2010,Pulses,7e-06
-Saint Vincent and the Grenadines,2010,Pulses,3.2e-05
-Samoa,2010,Pulses,0
-Sao Tome and Principe,2010,Pulses,0
-Saudi Arabia,2010,Pulses,0
-Senegal,2010,Pulses,0.01
-Serbia,2010,Pulses,0
-Sierra Leone,2010,Pulses,0
-Slovakia,2010,Pulses,0
-Slovenia,2010,Pulses,0
-Small Island Developing States,2010,Pulses,0.005171
-Solomon Islands,2010,Pulses,0
-South Africa,2010,Pulses,0
-South America,2010,Pulses,0.0071
-South-Eastern Asia,2010,Pulses,0.315
-Southern Africa,2010,Pulses,0
-Southern Asia,2010,Pulses,0.01505
-Southern Europe,2010,Pulses,0.001018
-Spain,2010,Pulses,0
-Sri Lanka,2010,Pulses,0.015
-Sudan (former),2010,Pulses,0
-Suriname,2010,Pulses,0
-Swaziland,2010,Pulses,0
-Sweden,2010,Pulses,0
-Switzerland,2010,Pulses,0
-Tajikistan,2010,Pulses,0
-Thailand,2010,Pulses,0
-The former Yugoslav Republic of Macedonia,2010,Pulses,0
-Timor-Leste,2010,Pulses,0
-Togo,2010,Pulses,0
-Trinidad and Tobago,2010,Pulses,0
-Tunisia,2010,Pulses,0
-Turkey,2010,Pulses,0
-Turkmenistan,2010,Pulses,0
-Uganda,2010,Pulses,0
-Ukraine,2010,Pulses,0
-United Arab Emirates,2010,Pulses,0.013613
-United Kingdom,2010,Pulses,0
-United Republic of Tanzania,2010,Pulses,0
-United States of America,2010,Pulses,0
-Uruguay,2010,Pulses,0
-Uzbekistan,2010,Pulses,0
-Vanuatu,2010,Pulses,0
-Venezuela (Bolivarian Republic of),2010,Pulses,0
-Viet Nam,2010,Pulses,0
-Western Africa,2010,Pulses,0.3
-Western Asia,2010,Pulses,0.014613
-Western Europe,2010,Pulses,0
-World,2010,Pulses,0.707993
-Yemen,2010,Pulses,0
-Zambia,2010,Pulses,0
-Zimbabwe,2010,Pulses,0
+Afghanistan,2010,OilcropsPulses,0
+Africa,2010,OilcropsPulses,2.647678
+Albania,2010,OilcropsPulses,0.023025
+Algeria,2010,OilcropsPulses,0.002564
+Americas,2010,OilcropsPulses,9.421776
+Angola,2010,OilcropsPulses,0.018063
+Antigua and Barbuda,2010,OilcropsPulses,0
+Argentina,2010,OilcropsPulses,1.952674
+Armenia,2010,OilcropsPulses,0.001
+Asia,2010,OilcropsPulses,30.401572
+Australia,2010,OilcropsPulses,0.114482
+Australia & New Zealand,2010,OilcropsPulses,0.146759
+Austria,2010,OilcropsPulses,0.184425
+Azerbaijan,2010,OilcropsPulses,0.001183
+Bahamas,2010,OilcropsPulses,0.000203
+Bangladesh,2010,OilcropsPulses,0.098633
+Barbados,2010,OilcropsPulses,0.001795
+Belarus,2010,OilcropsPulses,0.010763
+Belgium,2010,OilcropsPulses,0.673923
+Belize,2010,OilcropsPulses,0.000583
+Benin,2010,OilcropsPulses,0.016656
+Bermuda,2010,OilcropsPulses,0
+Bolivia (Plurinational State of),2010,OilcropsPulses,0.065183
+Bosnia and Herzegovina,2010,OilcropsPulses,0.02165
+Botswana,2010,OilcropsPulses,0.000256
+Brazil,2010,OilcropsPulses,3.345672
+Brunei Darussalam,2010,OilcropsPulses,0.000168
+Bulgaria,2010,OilcropsPulses,0.032489
+Burkina Faso,2010,OilcropsPulses,0.29
+Cabo Verde,2010,OilcropsPulses,0.004579
+Cambodia,2010,OilcropsPulses,0.001368
+Cameroon,2010,OilcropsPulses,0.06515
+Canada,2010,OilcropsPulses,0.224083
+Caribbean,2010,OilcropsPulses,0.245739
+Central African Republic,2010,OilcropsPulses,0.017143
+Central America,2010,OilcropsPulses,1.299043
+Central Asia,2010,OilcropsPulses,0.054446
+Chad,2010,OilcropsPulses,0.00043
+Chile,2010,OilcropsPulses,0.130483
+China,2010,OilcropsPulses,13.774153
+China Hong Kong SAR,2010,OilcropsPulses,0.055415
+China Macao SAR,2010,OilcropsPulses,5.2e-05
+China mainland,2010,OilcropsPulses,13.672807
+China Taiwan Province of,2010,OilcropsPulses,0.045879
+Colombia,2010,OilcropsPulses,0.060516
+Congo,2010,OilcropsPulses,0
+Costa Rica,2010,OilcropsPulses,0.008971
+Cote d'Ivoire,2010,OilcropsPulses,0
+Croatia,2010,OilcropsPulses,0.044556
+Cuba,2010,OilcropsPulses,0.023963
+Cyprus,2010,OilcropsPulses,0.009058
+Czech Republic,2010,OilcropsPulses,0.0732
+Democratic People's Republic of Korea,2010,OilcropsPulses,0.079171
+Denmark,2010,OilcropsPulses,0.163844
+Djibouti,2010,OilcropsPulses,0
+Dominica,2010,OilcropsPulses,0.003
+Dominican Republic,2010,OilcropsPulses,0.045024
+Eastern Africa,2010,OilcropsPulses,0.132332
+Eastern Asia,2010,OilcropsPulses,13.876536
+Eastern Europe,2010,OilcropsPulses,1.811545
+Ecuador,2010,OilcropsPulses,0.0628
+Egypt,2010,OilcropsPulses,0.519321
+El Salvador,2010,OilcropsPulses,0.0012
+Estonia,2010,OilcropsPulses,0.014675
+Ethiopia,2010,OilcropsPulses,0
+Europe,2010,OilcropsPulses,9.779424
+European Union,2010,OilcropsPulses,8.678353
+Fiji,2010,OilcropsPulses,0.109179
+Finland,2010,OilcropsPulses,0.043516
+France,2010,OilcropsPulses,1.725502
+French Polynesia,2010,OilcropsPulses,0.016837
+Gabon,2010,OilcropsPulses,0.00079
+Gambia,2010,OilcropsPulses,0.002795
+Georgia,2010,OilcropsPulses,0.024621
+Germany,2010,OilcropsPulses,2.210677
+Ghana,2010,OilcropsPulses,0.020468
+Greece,2010,OilcropsPulses,0.234331
+Grenada,2010,OilcropsPulses,0.000374
+Guatemala,2010,OilcropsPulses,0.041707
+Guinea,2010,OilcropsPulses,0.05968
+Guinea-Bissau,2010,OilcropsPulses,0.00269
+Guyana,2010,OilcropsPulses,0.002002
+Haiti,2010,OilcropsPulses,0.005889
+Honduras,2010,OilcropsPulses,0.013447
+Hungary,2010,OilcropsPulses,0.139533
+Iceland,2010,OilcropsPulses,0.003075
+India,2010,OilcropsPulses,1.165435
+Indonesia,2010,OilcropsPulses,4.707639
+Iran (Islamic Republic of),2010,OilcropsPulses,0.120021
+Iraq,2010,OilcropsPulses,0
+Ireland,2010,OilcropsPulses,0.035352
+Israel,2010,OilcropsPulses,0.004
+Italy,2010,OilcropsPulses,0.518004
+Jamaica,2010,OilcropsPulses,0.154856
+Japan,2010,OilcropsPulses,0.023206
+Jordan,2010,OilcropsPulses,2.2e-05
+Kazakhstan,2010,OilcropsPulses,0.006686
+Kenya,2010,OilcropsPulses,7e-06
+Kiribati,2010,OilcropsPulses,0.10175
+Kuwait,2010,OilcropsPulses,0.010363
+Kyrgyzstan,2010,OilcropsPulses,0.01
+Land Locked Developing Countries,2010,OilcropsPulses,0.620899
+Lao People's Democratic Republic,2010,OilcropsPulses,0.000915
+Latvia,2010,OilcropsPulses,0.065032
+Least Developed Countries,2010,OilcropsPulses,2.314774
+Lebanon,2010,OilcropsPulses,0.031542
+Lesotho,2010,OilcropsPulses,0
+Liberia,2010,OilcropsPulses,0
+Lithuania,2010,OilcropsPulses,0.05467
+Low Income Food Deficit Countries,2010,OilcropsPulses,3.445205
+Luxembourg,2010,OilcropsPulses,0.00066
+Madagascar,2010,OilcropsPulses,0.00322
+Malawi,2010,OilcropsPulses,0.000422
+Malaysia,2010,OilcropsPulses,1.931067
+Maldives,2010,OilcropsPulses,0.00013
+Mali,2010,OilcropsPulses,0.12045
+Malta,2010,OilcropsPulses,0.001864
+Mauritania,2010,OilcropsPulses,0
+Mauritius,2010,OilcropsPulses,0.015069
+Melanesia,2010,OilcropsPulses,0.532798
+Mexico,2010,OilcropsPulses,1.196616
+Micronesia,2010,OilcropsPulses,0.10175
+Middle Africa,2010,OilcropsPulses,0.102976
+Mongolia,2010,OilcropsPulses,6e-06
+Montenegro,2010,OilcropsPulses,0.004035
+Morocco,2010,OilcropsPulses,0.213373
+Mozambique,2010,OilcropsPulses,0
+Myanmar,2010,OilcropsPulses,0.677068
+Namibia,2010,OilcropsPulses,0
+Nepal,2010,OilcropsPulses,0.027776
+Net Food Importing Developing Countries,2010,OilcropsPulses,4.266864
+Netherlands,2010,OilcropsPulses,0.465014
+Netherlands Antilles (former),2010,OilcropsPulses,0.000462
+New Caledonia,2010,OilcropsPulses,0.010364
+New Zealand,2010,OilcropsPulses,0.032277
+Nicaragua,2010,OilcropsPulses,0.014028
+Niger,2010,OilcropsPulses,4e-06
+Nigeria,2010,OilcropsPulses,0.673609
+Northern Africa,2010,OilcropsPulses,1.005227
+Northern America,2010,OilcropsPulses,1.787983
+Northern Europe,2010,OilcropsPulses,1.009461
+Norway,2010,OilcropsPulses,0.208853
+Oceania,2010,OilcropsPulses,0.855108
+Oman,2010,OilcropsPulses,0.00626
+Pakistan,2010,OilcropsPulses,0.455842
+Panama,2010,OilcropsPulses,0.022491
+Paraguay,2010,OilcropsPulses,0.017204
+Peru,2010,OilcropsPulses,0.31805
+Philippines,2010,OilcropsPulses,3.055173
+Poland,2010,OilcropsPulses,0.578686
+Polynesia,2010,OilcropsPulses,0.073801
+Portugal,2010,OilcropsPulses,0.31546
+Republic of Korea,2010,OilcropsPulses,0
+Republic of Moldova,2010,OilcropsPulses,0.00288
+Romania,2010,OilcropsPulses,0.066834
+Russian Federation,2010,OilcropsPulses,0.764379
+Rwanda,2010,OilcropsPulses,4e-06
+Saint Kitts and Nevis,2010,OilcropsPulses,0.000185
+Saint Lucia,2010,OilcropsPulses,0.000389
+Saint Vincent and the Grenadines,2010,OilcropsPulses,7.3e-05
+Samoa,2010,OilcropsPulses,0.056964
+Sao Tome and Principe,2010,OilcropsPulses,0.0014
+Saudi Arabia,2010,OilcropsPulses,0.041977
+Senegal,2010,OilcropsPulses,0.135455
+Serbia,2010,OilcropsPulses,0.025956
+Sierra Leone,2010,OilcropsPulses,0
+Slovakia,2010,OilcropsPulses,0.108972
+Slovenia,2010,OilcropsPulses,0.031672
+Small Island Developing States,2010,OilcropsPulses,0.983343
+Solomon Islands,2010,OilcropsPulses,0.244808
+South Africa,2010,OilcropsPulses,0.079608
+South America,2010,OilcropsPulses,6.089011
+South-Eastern Asia,2010,OilcropsPulses,13.851433
+Southern Africa,2010,OilcropsPulses,0.080182
+Southern Asia,2010,OilcropsPulses,1.882841
+Southern Europe,2010,OilcropsPulses,1.68869
+Spain,2010,OilcropsPulses,0.465958
+Sri Lanka,2010,OilcropsPulses,0.015003
+Sudan (former),2010,OilcropsPulses,0.224414
+Suriname,2010,OilcropsPulses,0.003264
+Swaziland,2010,OilcropsPulses,0.000318
+Sweden,2010,OilcropsPulses,0.209671
+Switzerland,2010,OilcropsPulses,0.009526
+Tajikistan,2010,OilcropsPulses,0
+Thailand,2010,OilcropsPulses,0.571795
+The former Yugoslav Republic of Macedonia,2010,OilcropsPulses,0.002178
+Timor-Leste,2010,OilcropsPulses,0
+Togo,2010,OilcropsPulses,0.000575
+Trinidad and Tobago,2010,OilcropsPulses,0.009526
+Tunisia,2010,OilcropsPulses,0.045555
+Turkey,2010,OilcropsPulses,0.477981
+Turkmenistan,2010,OilcropsPulses,6e-05
+Uganda,2010,OilcropsPulses,2e-06
+Ukraine,2010,OilcropsPulses,0.033809
+United Arab Emirates,2010,OilcropsPulses,0.128141
+United Kingdom,2010,OilcropsPulses,0.210772
+United Republic of Tanzania,2010,OilcropsPulses,0.094509
+United States of America,2010,OilcropsPulses,1.5639
+Uruguay,2010,OilcropsPulses,0.016646
+Uzbekistan,2010,OilcropsPulses,0.0377
+Vanuatu,2010,OilcropsPulses,0.168447
+Venezuela (Bolivarian Republic of),2010,OilcropsPulses,0.114517
+Viet Nam,2010,OilcropsPulses,2.90624
+Western Africa,2010,OilcropsPulses,1.326961
+Western Asia,2010,OilcropsPulses,0.736318
+Western Europe,2010,OilcropsPulses,5.269728
+World,2010,OilcropsPulses,53.105556
+Yemen,2010,OilcropsPulses,0.00017
+Zambia,2010,OilcropsPulses,3.9e-05
+Zimbabwe,2010,OilcropsPulses,0.01906
 Afghanistan,2010,Starchy Roots,0
 Africa,2010,Starchy Roots,14.465226
 Albania,2010,Starchy Roots,0.00328
@@ -839,3 +839,213 @@ World,2010,Starchy Roots,44.402613
 Yemen,2010,Starchy Roots,0.000647
 Zambia,2010,Starchy Roots,0.000136
 Zimbabwe,2010,Starchy Roots,0.000905
+Afghanistan,2010,Sugar,0
+Africa,2010,Sugar,1.536311
+Albania,2010,Sugar,0.007909
+Algeria,2010,Sugar,0.190217
+Americas,2010,Sugar,6.869004
+Angola,2010,Sugar,0.069
+Antigua and Barbuda,2010,Sugar,0.001435
+Argentina,2010,Sugar,0.000364
+Armenia,2010,Sugar,0.004948
+Asia,2010,Sugar,6.73316
+Australia,2010,Sugar,1.001962
+Australia & New Zealand,2010,Sugar,1.002684
+Austria,2010,Sugar,0.192505
+Azerbaijan,2010,Sugar,7.5e-05
+Bahamas,2010,Sugar,0.001249
+Bangladesh,2010,Sugar,0.437026
+Barbados,2010,Sugar,0.017287
+Belarus,2010,Sugar,0.001023
+Belgium,2010,Sugar,0.430738
+Belize,2010,Sugar,0.00163
+Benin,2010,Sugar,0
+Bermuda,2010,Sugar,0.000397
+Bolivia (Plurinational State of),2010,Sugar,0.122462
+Bosnia and Herzegovina,2010,Sugar,0.093318
+Botswana,2010,Sugar,0.018325
+Brazil,2010,Sugar,4.350786
+Brunei Darussalam,2010,Sugar,0.001651
+Bulgaria,2010,Sugar,0.01071
+Burkina Faso,2010,Sugar,0
+Cabo Verde,2010,Sugar,0.004892
+Cambodia,2010,Sugar,0
+Cameroon,2010,Sugar,0
+Canada,2010,Sugar,0.024678
+Caribbean,2010,Sugar,0.044647
+Central African Republic,2010,Sugar,0
+Central America,2010,Sugar,0.75204
+Central Asia,2010,Sugar,0.477849
+Chad,2010,Sugar,0
+Chile,2010,Sugar,0.005027
+China,2010,Sugar,0.014654
+China Hong Kong SAR,2010,Sugar,0.006525
+China Macao SAR,2010,Sugar,0.000365
+China mainland,2010,Sugar,0
+China Taiwan Province of,2010,Sugar,0.007764
+Colombia,2010,Sugar,0.00236
+Congo,2010,Sugar,0
+Costa Rica,2010,Sugar,0.026359
+Cote d'Ivoire,2010,Sugar,1.5e-05
+Croatia,2010,Sugar,0.000122
+Cuba,2010,Sugar,0.01356
+Cyprus,2010,Sugar,0.000932
+Czech Republic,2010,Sugar,0.07157
+Democratic People's Republic of Korea,2010,Sugar,0
+Denmark,2010,Sugar,0.323832
+Djibouti,2010,Sugar,0
+Dominica,2010,Sugar,0.000109
+Dominican Republic,2010,Sugar,0
+Eastern Africa,2010,Sugar,0.000201
+Eastern Asia,2010,Sugar,0.285762
+Eastern Europe,2010,Sugar,0.328949
+Ecuador,2010,Sugar,0.27302
+Egypt,2010,Sugar,0.83975
+El Salvador,2010,Sugar,0.020666
+Estonia,2010,Sugar,0.000681
+Ethiopia,2010,Sugar,0
+Europe,2010,Sugar,5.090977
+European Union,2010,Sugar,4.876865
+Fiji,2010,Sugar,0.018627
+Finland,2010,Sugar,0.051348
+France,2010,Sugar,1.499742
+French Polynesia,2010,Sugar,0.004216
+Gabon,2010,Sugar,2e-06
+Gambia,2010,Sugar,0.045657
+Georgia,2010,Sugar,1e-06
+Germany,2010,Sugar,0.496472
+Ghana,2010,Sugar,0.000856
+Greece,2010,Sugar,0.079994
+Grenada,2010,Sugar,0.00066
+Guatemala,2010,Sugar,0.130997
+Guinea,2010,Sugar,0
+Guinea-Bissau,2010,Sugar,0
+Guyana,2010,Sugar,0.003804
+Haiti,2010,Sugar,0
+Honduras,2010,Sugar,0.00017
+Hungary,2010,Sugar,0.044642
+Iceland,2010,Sugar,0.00704
+India,2010,Sugar,3.215378
+Indonesia,2010,Sugar,0.303749
+Iran (Islamic Republic of),2010,Sugar,0.006536
+Iraq,2010,Sugar,0.027175
+Ireland,2010,Sugar,0.043249
+Israel,2010,Sugar,0.260869
+Italy,2010,Sugar,0.137488
+Jamaica,2010,Sugar,0
+Japan,2010,Sugar,0
+Jordan,2010,Sugar,0
+Kazakhstan,2010,Sugar,4.2e-05
+Kenya,2010,Sugar,0
+Kiribati,2010,Sugar,0.000496
+Kuwait,2010,Sugar,0
+Kyrgyzstan,2010,Sugar,1e-06
+Land Locked Developing Countries,2010,Sugar,0.892684
+Lao People's Democratic Republic,2010,Sugar,0.016305
+Latvia,2010,Sugar,0.003498
+Least Developed Countries,2010,Sugar,0.7835
+Lebanon,2010,Sugar,0.021978
+Lesotho,2010,Sugar,0
+Liberia,2010,Sugar,0
+Lithuania,2010,Sugar,0.003142
+Low Income Food Deficit Countries,2010,Sugar,4.333433
+Luxembourg,2010,Sugar,0.000137
+Madagascar,2010,Sugar,0
+Malawi,2010,Sugar,0
+Malaysia,2010,Sugar,0.017141
+Maldives,2010,Sugar,0.001861
+Mali,2010,Sugar,0
+Malta,2010,Sugar,0.010973
+Mauritania,2010,Sugar,0.087807
+Mauritius,2010,Sugar,0
+Melanesia,2010,Sugar,0.02259
+Mexico,2010,Sugar,0.504142
+Micronesia,2010,Sugar,0.000496
+Middle Africa,2010,Sugar,0.069002
+Mongolia,2010,Sugar,0
+Montenegro,2010,Sugar,0.004869
+Morocco,2010,Sugar,0
+Mozambique,2010,Sugar,0
+Myanmar,2010,Sugar,0
+Namibia,2010,Sugar,0
+Nepal,2010,Sugar,0
+Net Food Importing Developing Countries,2010,Sugar,2.222767
+Netherlands,2010,Sugar,0.261579
+Netherlands Antilles (former),2010,Sugar,0.006522
+New Caledonia,2010,Sugar,0.003963
+New Zealand,2010,Sugar,0.000722
+Nicaragua,2010,Sugar,0.0361
+Niger,2010,Sugar,0
+Nigeria,2010,Sugar,0
+Northern Africa,2010,Sugar,1.029968
+Northern America,2010,Sugar,1.043458
+Northern Europe,2010,Sugar,1.339881
+Norway,2010,Sugar,0.008644
+Oceania,2010,Sugar,1.03379
+Oman,2010,Sugar,0.003602
+Pakistan,2010,Sugar,0
+Panama,2010,Sugar,0.031976
+Paraguay,2010,Sugar,0.011598
+Peru,2010,Sugar,0.245158
+Philippines,2010,Sugar,0.130967
+Poland,2010,Sugar,0.158177
+Polynesia,2010,Sugar,0.00802
+Portugal,2010,Sugar,0.019781
+Republic of Korea,2010,Sugar,0.271108
+Republic of Moldova,2010,Sugar,0
+Romania,2010,Sugar,0.029183
+Russian Federation,2010,Sugar,0.008761
+Rwanda,2010,Sugar,0
+Saint Kitts and Nevis,2010,Sugar,0.000395
+Saint Lucia,2010,Sugar,0.001203
+Saint Vincent and the Grenadines,2010,Sugar,0.002228
+Samoa,2010,Sugar,0.003804
+Sao Tome and Principe,2010,Sugar,0
+Saudi Arabia,2010,Sugar,0.001467
+Senegal,2010,Sugar,0.038043
+Serbia,2010,Sugar,0.011904
+Sierra Leone,2010,Sugar,0.000774
+Slovakia,2010,Sugar,0.00287
+Slovenia,2010,Sugar,0.03002
+Small Island Developing States,2010,Sugar,0.088359
+Solomon Islands,2010,Sugar,0
+South Africa,2010,Sugar,0
+South America,2010,Sugar,5.028859
+South-Eastern Asia,2010,Sugar,1.340042
+Southern Africa,2010,Sugar,0.258604
+Southern Asia,2010,Sugar,3.689275
+Southern Europe,2010,Sugar,0.472248
+Spain,2010,Sugar,0.075033
+Sri Lanka,2010,Sugar,0.028474
+Sudan (former),2010,Sugar,0
+Suriname,2010,Sugar,0.006543
+Swaziland,2010,Sugar,0.240279
+Sweden,2010,Sugar,0.007318
+Switzerland,2010,Sugar,0.068726
+Tajikistan,2010,Sugar,0.1201
+Thailand,2010,Sugar,0.000664
+The former Yugoslav Republic of Macedonia,2010,Sugar,0.000837
+Timor-Leste,2010,Sugar,0
+Togo,2010,Sugar,0.000491
+Trinidad and Tobago,2010,Sugar,0
+Tunisia,2010,Sugar,0
+Turkey,2010,Sugar,0.024776
+Turkmenistan,2010,Sugar,0.094586
+Uganda,2010,Sugar,0
+Ukraine,2010,Sugar,0.002013
+United Arab Emirates,2010,Sugar,0.506708
+United Kingdom,2010,Sugar,0.891129
+United Republic of Tanzania,2010,Sugar,0.000194
+United States of America,2010,Sugar,1.018383
+Uruguay,2010,Sugar,4.8e-05
+Uzbekistan,2010,Sugar,0.26312
+Vanuatu,2010,Sugar,0
+Venezuela (Bolivarian Republic of),2010,Sugar,0.007689
+Viet Nam,2010,Sugar,0.869565
+Western Africa,2010,Sugar,0.178536
+Western Asia,2010,Sugar,0.940233
+Western Europe,2010,Sugar,2.949899
+World,2010,Sugar,21.263241
+Yemen,2010,Sugar,0.087701
+Zambia,2010,Sugar,7e-06
+Zimbabwe,2010,Sugar,0
diff --git a/data/bioenergy_futures_BAU.csv b/data/bioenergy_futures_BAU.csv
index b0eccc3bdbcd3dbb2fe4b6aa5fcc9f2b329958a7..c2caef9d2a6e29b26fbdb3878ac775ff98dd04e9 100644
--- a/data/bioenergy_futures_BAU.csv
+++ b/data/bioenergy_futures_BAU.csv
@@ -1,24 +1,24 @@
 MODEL,SCENARIO,REGION,Variable,Unit,Year,value
 PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2000,20
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2005,27
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2010,34
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2015,41
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2020,31
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2025,23
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2030,33
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2035,40
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2040,45
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2045,40
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2050,30
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2055,25
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2060,24
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2065,23
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2070,23
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2005,23
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2010,27
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2015,30
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2020,34
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2025,38
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2030,41
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2035,43
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2040,43
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2045,41
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2050,38
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2055,32
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2060,29
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2065,26
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2070,25
 PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2075,24
 PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2080,24
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2085,24
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2090,24
-PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2095,23
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2085,23
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2090,23
+PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2095,22
 PLUM,BAU,World,Agricultural Demand|Bioenergy|1st generation,million t DM/yr,2100,22
 PLUM,BAU,World,Agricultural Demand|Bioenergy|2nd generation,million t DM/yr,2000,0
 PLUM,BAU,World,Agricultural Demand|Bioenergy|2nd generation,million t DM/yr,2005,0
diff --git a/data/com_curves.csv b/data/com_curves.csv
index 7041077698d9d6bdc3f9f721ae4c14644d7503a5..9b0aae5b224a8e3b4ef31ca61797d821d76977e6 100644
--- a/data/com_curves.csv
+++ b/data/com_curves.csv
@@ -1,19 +1,8 @@
 Item,a,b,c,r2,p,fitType
-Cereals,-0.0206577978647309,0.0580498384487535,-0.00397194236293647,0.101696290406322,4.47491138783142e-74,kuznets
-Cereals,1.00048589429102,6268.65732443401,2896.72880946959,NA,NA,logistic
 Cereals,0.223409527193242,-0.00553761539916704,0,0.0462063692678041,5.67006108182527e-70,loglinear
-Monogastrics,0.138285682584985,-0.0613202414855592,0.00745156233648738,0.554771163022384,0,kuznets
-Monogastrics,0.306708341921034,6443.16844213767,4534.78436787436,NA,NA,logistic
+FruitVeg,-0.158671060763403,0.041542396550764,0,0.369414848114513,0,loglinear
 Monogastrics,-0.319596814386762,0.0579729991686164,0,0.534246579719605,0,loglinear
-Oilcrops,-0.0810573684228205,0.0236736484976079,-0.0011891238679672,0.110347929799198,9.94722824473007e-148,kuznets
-Oilcrops,0.306708341921034,6443.16844213767,4534.78436787436,NA,NA,logistic
-Oilcrops,-0.00798776309077866,0.00463673446233414,0,0.09576909240751,1.70352161852831e-145,loglinear
-Pulses,0.0245940545947842,-0.00346018451019719,0.000142098294733098,0.121546737776994,8.31743816793509e-179,kuznets
-Pulses,0.306708341921034,6443.16844213767,4534.78436787436,NA,NA,logistic
-Pulses,0.0158629432987077,-0.00118529758142638,0,0.117735953352481,4.32338648600872e-178,loglinear
-Ruminants,1.20269696155937,-0.419978329805189,0.0387604364792389,0.630473856433495,0,kuznets
-Ruminants,1.00048589429102,6268.65732443401,2896.72880946959,NA,NA,logistic
+OilcropsPulses,0.00784587554573456,0.00345301416821365,0,0.0541471265660914,5.72386463106703e-82,loglinear
 Ruminants,-1.17904858889051,0.200543631627987,0,0.579984375622061,0,loglinear
-Starchy Roots,0.118408429271006,-0.0152748026387942,0.0010186547373238,0.00313986302284852,0.00833837634223135,kuznets
-Starchy Roots,0.306708341921034,6443.16844213767,4534.78436787436,NA,NA,logistic
 Starchy Roots,0.0558142840950307,0.00103300225308121,0,0.000901754485021944,0.00841131525174795,loglinear
+Sugar,-0.0369938572152066,0.00791446218626439,0,0.580755581980457,0,loglinear
diff --git a/data/global_stocks.csv b/data/global_stocks.csv
index 1093d898cd6ccbee3229f2b87a94d18b76f41f65..93aa2466ea31def9812136dfa274a371364a2dc3 100644
--- a/data/global_stocks.csv
+++ b/data/global_stocks.csv
@@ -1,9 +1,11 @@
 plumCropItem,V1
 WheatBarleyOats,861.152752
+FruitVeg,62.779591
 MaizeMilletSorghum,786.643177
 Oilcrops,151.986028
 Pulses,31.213211
 Rice (Paddy Equivalent),519.947679
 Starchy Roots,295.535599
+Sugar,167.490865
 Ruminants,417.4074032
 Monogastrics,46.025635
diff --git a/data/net_imports.csv b/data/net_imports.csv
index 028bd3f341133d416f9582245da1fca0127c3e46..ae775e8ae26579061ab01516aeccdaf9e64a3119 100644
--- a/data/net_imports.csv
+++ b/data/net_imports.csv
@@ -628,6 +628,216 @@ Monogastrics,World,2010,-9.4783195,1172.089895
 Monogastrics,Yemen,2010,0.3486757,0.6149199
 Monogastrics,Zambia,2010,-0.0004002,0.400532
 Monogastrics,Zimbabwe,2010,0.0793913,0.4745988
+FruitVeg,Afghanistan,2010,-0.113856,2.011035
+FruitVeg,Africa,2010,-3.818773,151.480491
+FruitVeg,Albania,2010,0.090741,1.240261
+FruitVeg,Algeria,2010,0.466482,8.522748
+FruitVeg,Americas,2010,-15.150692,220.902478
+FruitVeg,Angola,2010,0.09568,4.072982
+FruitVeg,Antigua and Barbuda,2010,0.008991,0.01193
+FruitVeg,Argentina,2010,-2.170256,10.996564
+FruitVeg,Armenia,2010,0.045098,1.191593
+FruitVeg,Asia,2010,-12.127309,1109.967711
+FruitVeg,Australia,2010,0.83992,5.230992
+FruitVeg,Australia & New Zealand,2010,0.00107900000000016,7.482229
+FruitVeg,Austria,2010,0.888804,1.480701
+FruitVeg,Azerbaijan,2010,-0.054365,2.439457
+FruitVeg,Bahamas,2010,0.070648,0.074048
+FruitVeg,Bangladesh,2010,0.916558,7.59596
+FruitVeg,Barbados,2010,0.044694,0.014025
+FruitVeg,Belarus,2010,0.374806,3.152071
+FruitVeg,Belgium,2010,-0.530115,3.103705
+FruitVeg,Belize,2010,-0.228782,0.347232
+FruitVeg,Benin,2010,0.086722,0.746379
+FruitVeg,Bermuda,2010,0.010935,0.004113
+FruitVeg,Bolivia (Plurinational State of),2010,-0.040065,1.326529
+FruitVeg,Bosnia and Herzegovina,2010,0.187495,1.054029
+FruitVeg,Botswana,2010,0.1345,0.045754
+FruitVeg,Brazil,2010,-7.36232,50.026766
+FruitVeg,Brunei Darussalam,2010,0.045515,0.018395
+FruitVeg,Bulgaria,2010,0.272626,0.94929
+FruitVeg,Burkina Faso,2010,0.012174,0.394335
+FruitVeg,Cabo Verde,2010,0.040583,0.044966
+FruitVeg,Cambodia,2010,0.043375,0.913383
+FruitVeg,Cameroon,2010,-0.231646,6.978309
+FruitVeg,Canada,2010,5.714991,3.03681
+FruitVeg,Caribbean,2010,-0.0932819999999999,9.391037
+FruitVeg,Central African Republic,2010,0.001289,0.36025
+FruitVeg,Central America,2010,-14.897916,42.59102
+FruitVeg,Central Asia,2010,-0.542206,18.585771
+FruitVeg,Chad,2010,0.000745,0.2169
+FruitVeg,Chile,2010,-3.826127,8.290569
+FruitVeg,China,2010,-12.690797,673.881147
+FruitVeg,China Hong Kong SAR,2010,1.385964,0.040589
+FruitVeg,China Macao SAR,2010,0.078657,0
+FruitVeg,China mainland,2010,-14.799165,668.7064
+FruitVeg,China Taiwan Province of,2010,0.643747,5.134158
+FruitVeg,Colombia,2010,-1.436755,10.45356
+FruitVeg,Congo,2010,0.034153,0.400213
+FruitVeg,Costa Rica,2010,-4.38788,5.167524
+FruitVeg,Cote d'Ivoire,2010,-0.178774,2.83332
+FruitVeg,Croatia,2010,0.277663,0.66743
+FruitVeg,Cuba,2010,-0.041884,4.058362
+FruitVeg,Cyprus,2010,-0.018896,0.285418
+FruitVeg,Czech Republic,2010,1.311019,0.350478
+FruitVeg,Democratic People's Republic of Korea,2010,0.005987,5.392608
+FruitVeg,Denmark,2010,0.944405,0.354269
+FruitVeg,Djibouti,2010,0.036056,0.040828
+FruitVeg,Dominica,2010,-0.003789,0.05742
+FruitVeg,Dominican Republic,2010,-0.321468,3.346551
+FruitVeg,Eastern Africa,2010,-0.125818,35.355037
+FruitVeg,Eastern Asia,2010,-3.557833,705.926261
+FruitVeg,Eastern Europe,2010,13.801901,48.210323
+FruitVeg,Ecuador,2010,-5.781665,9.802065
+FruitVeg,Egypt,2010,-1.311732,29.087106
+FruitVeg,El Salvador,2010,0.384631,0.485734
+FruitVeg,Estonia,2010,0.16208,0.079065
+FruitVeg,Ethiopia,2010,-0.057727,2.48321
+FruitVeg,Europe,2010,30.710021,163.689394
+FruitVeg,European Union,2010,16.570893,126.236341
+FruitVeg,Fiji,2010,0.032775,0.038397
+FruitVeg,Finland,2010,0.679338,0.268132
+FruitVeg,France,2010,7.385457,14.389674
+FruitVeg,French Polynesia,2010,0.018633,0.021893
+FruitVeg,Gabon,2010,0.045758,0.407169
+FruitVeg,Gambia,2010,0.061445,0.0208
+FruitVeg,Georgia,2010,0.031648,0.4772
+FruitVeg,Germany,2010,10.30675,5.527198
+FruitVeg,Ghana,2010,0.383138,5.119465
+FruitVeg,Greece,2010,-1.508423,6.781305
+FruitVeg,Grenada,2010,0.005985,0.017409
+FruitVeg,Guatemala,2010,-2.112445,5.39637
+FruitVeg,Guinea,2010,0.060384,1.7826
+FruitVeg,Guinea-Bissau,2010,0.004587,0.133175
+FruitVeg,Guyana,2010,0.016442,0.080096
+FruitVeg,Haiti,2010,0.060766,1.059129
+FruitVeg,Honduras,2010,-0.811642,2.0975
+FruitVeg,Hungary,2010,-0.518844,2.214013
+FruitVeg,Iceland,2010,0.05656,0.005034
+FruitVeg,India,2010,-2.589997,175.52581
+FruitVeg,Indonesia,2010,0.940779,24.661332
+FruitVeg,Iran (Islamic Republic of),2010,-1.946676,32.12404
+FruitVeg,Iraq,2010,1.955188,4.585337
+FruitVeg,Ireland,2010,0.913361,0.271001
+FruitVeg,Israel,2010,-0.605186,2.928302
+FruitVeg,Italy,2010,-5.745967,31.794428
+FruitVeg,Jamaica,2010,0.022208,0.533159
+FruitVeg,Japan,2010,6.868326,13.966874
+FruitVeg,Jordan,2010,-0.53855,1.899287
+FruitVeg,Kazakhstan,2010,0.361891,3.92076
+FruitVeg,Kenya,2010,-0.202558,5.702248
+FruitVeg,Kiribati,2010,0.000657,0.014291
+FruitVeg,Kuwait,2010,0.236876,0.333674
+FruitVeg,Kyrgyzstan,2010,-0.164104,1.167195
+FruitVeg,Land Locked Developing Countries,2010,-0.75972,58.203627
+FruitVeg,Lao People's Democratic Republic,2010,0.025276,1.290352
+FruitVeg,Latvia,2010,0.18056,0.165526
+FruitVeg,Least Developed Countries,2010,1.73116,73.575047
+FruitVeg,Lebanon,2010,-0.273874,1.737549
+FruitVeg,Lesotho,2010,0.040824,0.045827
+FruitVeg,Liberia,2010,0.017044,0.2956
+FruitVeg,Lithuania,2010,0.211144,0.242512
+FruitVeg,Low Income Food Deficit Countries,2010,-2.29989,300.243087
+FruitVeg,Luxembourg,2010,0.14736,0.018554
+FruitVeg,Madagascar,2010,-0.014233,1.57488
+FruitVeg,Malawi,2010,0.006835,1.425898
+FruitVeg,Malaysia,2010,1.076429,2.245057
+FruitVeg,Maldives,2010,0.051376,0.012556
+FruitVeg,Mali,2010,0.031159,1.254596
+FruitVeg,Malta,2010,0.045016,0.091914
+FruitVeg,Mauritania,2010,0.084159,0.029188
+FruitVeg,Mauritius,2010,0.072554,0.095109
+FruitVeg,Melanesia,2010,0.066971,0.122083
+FruitVeg,Mexico,2010,-7.574567,28.031993
+FruitVeg,Micronesia,2010,0.000657,0.014291
+FruitVeg,Middle Africa,2010,-0.051112,12.483823
+FruitVeg,Mongolia,2010,0.126291,0.081879
+FruitVeg,Montenegro,2010,0.075771,0.223631
+FruitVeg,Morocco,2010,-1.192767,8.679859
+FruitVeg,Mozambique,2010,0.021203,1.096994
+FruitVeg,Myanmar,2010,-0.187272,6.910202
+FruitVeg,Namibia,2010,0.017896,0.102225
+FruitVeg,Nepal,2010,0.136582,4.405897
+FruitVeg,Net Food Importing Developing Countries,2010,-2.892989,162.344492
+FruitVeg,Netherlands,2010,-1.841419,5.614121
+FruitVeg,Netherlands Antilles (former),2010,0.022457,0
+FruitVeg,New Caledonia,2010,0.0271,0.011702
+FruitVeg,New Zealand,2010,-0.838841,2.251237
+FruitVeg,Nicaragua,2010,0.080834,0.278498
+FruitVeg,Niger,2010,-0.069067,1.300954
+FruitVeg,Nigeria,2010,0.334949,22.593035
+FruitVeg,Northern Africa,2010,-2.188782,56.452719
+FruitVeg,Northern America,2010,20.99748,64.650952
+FruitVeg,Northern Europe,2010,16.817509,5.017974
+FruitVeg,Norway,2010,0.841728,0.178156
+FruitVeg,Oceania,2010,0.0894130000000002,7.68991
+FruitVeg,Oman,2010,0.588404,0.692256
+FruitVeg,Pakistan,2010,-0.407224,11.419236
+FruitVeg,Panama,2010,-0.248067,0.786169
+FruitVeg,Paraguay,2010,0.097105,0.890051
+FruitVeg,Peru,2010,-0.887442,7.738477
+FruitVeg,Philippines,2010,-2.064284,22.484394
+FruitVeg,Poland,2010,-0.995338,7.931062
+FruitVeg,Polynesia,2010,0.020706,0.071307
+FruitVeg,Portugal,2010,-0.010265,4.589796
+FruitVeg,Republic of Korea,2010,2.13236,12.603753
+FruitVeg,Republic of Moldova,2010,-0.285103,1.239995
+FruitVeg,Romania,2010,0.754351,6.050735
+FruitVeg,Russian Federation,2010,11.809038,15.747261
+FruitVeg,Rwanda,2010,0.015632,3.738489
+FruitVeg,Saint Kitts and Nevis,2010,0.004198,0.002647
+FruitVeg,Saint Lucia,2010,-0.005328,0.034666
+FruitVeg,Saint Vincent and the Grenadines,2010,-0.00655,0.089078
+FruitVeg,Samoa,2010,0.002073,0.049414
+FruitVeg,Sao Tome and Principe,2010,0.002909,0.048
+FruitVeg,Saudi Arabia,2010,1.266072,3.776005
+FruitVeg,Senegal,2010,0.185781,0.921546
+FruitVeg,Serbia,2010,-0.266512,2.710575
+FruitVeg,Sierra Leone,2010,0.013699,0.597281
+FruitVeg,Slovakia,2010,0.56858,0.381528
+FruitVeg,Slovenia,2010,0.202575,0.319496
+FruitVeg,Small Island Developing States,2010,-0.102551,10.549447
+FruitVeg,Solomon Islands,2010,0.002749,0.037878
+FruitVeg,South Africa,2010,-2.748246,8.591181
+FruitVeg,South America,2010,-21.156975,104.269469
+FruitVeg,South-Eastern Asia,2010,-3.170014,87.721179
+FruitVeg,Southern Africa,2010,-2.551309,8.918092
+FruitVeg,Southern Asia,2010,-3.75188,234.613772
+FruitVeg,Southern Europe,2010,-17.327674,79.555105
+FruitVeg,Spain,2010,-10.339262,28.860711
+FruitVeg,Sri Lanka,2010,0.201359,1.519238
+FruitVeg,Sudan (former),2010,0.065552,5.831016
+FruitVeg,Suriname,2010,-0.050965,0.144732
+FruitVeg,Swaziland,2010,0.003717,0.133105
+FruitVeg,Sweden,2010,1.753453,0.34554
+FruitVeg,Switzerland,2010,1.061448,0.772039
+FruitVeg,Tajikistan,2010,-0.242404,1.974116
+FruitVeg,Thailand,2010,-2.880129,13.699828
+FruitVeg,The former Yugoslav Republic of Macedonia,2010,-0.336506,1.221529
+FruitVeg,Timor-Leste,2010,0.005214,0.04075
+FruitVeg,Togo,2010,0.030265,0.20358
+FruitVeg,Trinidad and Tobago,2010,0.045789,0.092613
+FruitVeg,Tunisia,2010,-0.216317,4.33199
+FruitVeg,Turkey,2010,-5.151918,39.844627
+FruitVeg,Turkmenistan,2010,0.034296,1.2967
+FruitVeg,Uganda,2010,0.012876,11.1908
+FruitVeg,Ukraine,2010,0.510766,10.19389
+FruitVeg,United Arab Emirates,2010,1.293344,1.029376
+FruitVeg,United Kingdom,2010,11.07488,3.108739
+FruitVeg,United Republic of Tanzania,2010,-0.065529,7.07716
+FruitVeg,United States of America,2010,15.271554,61.610029
+FruitVeg,Uruguay,2010,-0.046857,0.680267
+FruitVeg,Uzbekistan,2010,-0.531885,10.227
+FruitVeg,Vanuatu,2010,0.004347,0.034106
+FruitVeg,Venezuela (Bolivarian Republic of),2010,0.33193,3.839793
+FruitVeg,Viet Nam,2010,-0.174916,15.457486
+FruitVeg,Western Africa,2010,1.098248,38.27082
+FruitVeg,Western Asia,2010,-1.105376,63.120728
+FruitVeg,Western Europe,2010,17.418285,30.905992
+FruitVeg,World,2010,-0.297339000000001,1653.729984
+FruitVeg,Yemen,2010,0.120782,1.900647
+FruitVeg,Zambia,2010,0.035518,0.478149
+FruitVeg,Zimbabwe,2010,0.013554,0.451272
 MaizeMilletSorghum,Afghanistan,2010,-4.5e-05,0.316
 MaizeMilletSorghum,Africa,2010,12.985841,105.097713
 MaizeMilletSorghum,Albania,2010,0.07075,0.362
@@ -1678,44 +1888,264 @@ Starchy Roots,World,2010,4.883246,730.881713
 Starchy Roots,Yemen,2010,0.004789,0.303798
 Starchy Roots,Zambia,2010,0.005032,1.427506
 Starchy Roots,Zimbabwe,2010,0.010735,0.265625
+Sugar,Afghanistan,2010,0.278796,0.0024
+Sugar,Africa,2010,6.473109,10.181722
+Sugar,Albania,2010,0.124473,0.004
+Sugar,Algeria,2010,1.342518,0
+Sugar,Americas,2010,-28.804154,81.945079
+Sugar,Angola,2010,0.306332,0.05
+Sugar,Antigua and Barbuda,2010,0.004017,0
+Sugar,Argentina,2010,-0.441748,2.338619
+Sugar,Armenia,2010,0.1123,0.003534
+Sugar,Asia,2010,13.418442,66.042349
+Sugar,Australia,2010,-3.057663,4.60379
+Sugar,Australia & New Zealand,2010,-2.853865,4.62377
+Sugar,Austria,2010,-0.1559,0.782717
+Sugar,Azerbaijan,2010,0.158572,0.008835
+Sugar,Bahamas,2010,0.014728,0
+Sugar,Bangladesh,2010,1.069775,0.682676
+Sugar,Barbados,2010,0.009643,0.0255
+Sugar,Belarus,2010,-0.106811,0.45865
+Sugar,Belgium,2010,0.233388,0.827
+Sugar,Belize,2010,-0.060514,0.088
+Sugar,Benin,2010,0.045207,0.004
+Sugar,Bermuda,2010,0.002596,0
+Sugar,Bolivia (Plurinational State of),2010,-0.072477,0.456
+Sugar,Bosnia and Herzegovina,2010,0.141305,0.0245
+Sugar,Botswana,2010,0.084967,0.000463
+Sugar,Brazil,2010,-28.679123,40.415537
+Sugar,Brunei Darussalam,2010,0.022394,0
+Sugar,Bulgaria,2010,0.080537,0.0995
+Sugar,Burkina Faso,2010,0.035658,0.04
+Sugar,Cabo Verde,2010,0.01474,0
+Sugar,Cambodia,2010,0.456089,0.01
+Sugar,Cameroon,2010,0.078427,0.116
+Sugar,Canada,2010,0.980845,0.438033
+Sugar,Caribbean,2010,-0.4694,1.851242
+Sugar,Central African Republic,2010,0.01088,0.011154
+Sugar,Central America,2010,-1.62624,9.790908
+Sugar,Central Asia,2010,1.395019,0.0593
+Sugar,Chad,2010,0.069579,0.037655
+Sugar,Chile,2010,0.515761,0.3
+Sugar,China,2010,1.478231,12.751712
+Sugar,China Hong Kong SAR,2010,0.260282,0.000628
+Sugar,China Macao SAR,2010,0.01982,0
+Sugar,China mainland,2010,0.708495,12.608
+Sugar,China Taiwan Province of,2010,0.489635,0.143084
+Sugar,Colombia,2010,-0.737978,3.319321
+Sugar,Congo,2010,-0.039107,0.073
+Sugar,Costa Rica,2010,-0.187679,0.371003
+Sugar,Cote d'Ivoire,2010,0.011666,0.154
+Sugar,Croatia,2010,-0.18828,0.33252
+Sugar,Cuba,2010,-0.55468,1.161
+Sugar,Cyprus,2010,0.036982,0
+Sugar,Czech Republic,2010,-0.10508,0.560755
+Sugar,Democratic People's Republic of Korea,2010,0.115465,0
+Sugar,Denmark,2010,-0.148805,0.474474
+Sugar,Djibouti,2010,0.050368,5e-06
+Sugar,Dominica,2010,0.002977,0
+Sugar,Dominican Republic,2010,-0.260581,0.525042
+Sugar,Eastern Africa,2010,-0.0295399999999999,3.456088
+Sugar,Eastern Asia,2010,4.158126,15.537112
+Sugar,Eastern Europe,2010,2.148556,9.063061
+Sugar,Ecuador,2010,0.043418,0.514
+Sugar,Egypt,2010,0.967063,2.1801
+Sugar,El Salvador,2010,-0.377192,0.566993
+Sugar,Estonia,2010,0.047695,0.0048
+Sugar,Ethiopia,2010,0.181909,0.352461
+Sugar,Europe,2010,4.54831,26.999555
+Sugar,European Union,2010,1.981337,20.226664
+Sugar,Fiji,2010,-0.084055,0.135
+Sugar,Finland,2010,0.123891,0.093956
+Sugar,France,2010,-1.665705,5.3577
+Sugar,French Polynesia,2010,0.010763,0
+Sugar,Gabon,2010,0.000653,0.024
+Sugar,Gambia,2010,0.126179,0
+Sugar,Georgia,2010,0.13,0.00055
+Sugar,Germany,2010,-0.351912,4.227324
+Sugar,Ghana,2010,0.317598,0
+Sugar,Greece,2010,0.245825,0.113
+Sugar,Grenada,2010,0.005796,0
+Sugar,Guatemala,2010,-1.774828,2.518468
+Sugar,Guinea,2010,0.111196,0.025
+Sugar,Guinea-Bissau,2010,0.020361,0
+Sugar,Guyana,2010,-0.132553,0.2208
+Sugar,Haiti,2010,0.19367,0.0214
+Sugar,Honduras,2010,-0.068141,0.449083
+Sugar,Hungary,2010,-0.345256,0.423711
+Sugar,Iceland,2010,0.013909,0.008496
+Sugar,India,2010,-0.241893,27.917899
+Sugar,Indonesia,2010,1.912615,2.13
+Sugar,Iran (Islamic Republic of),2010,1.771554,1.392
+Sugar,Iraq,2010,0.508735,0.00125
+Sugar,Ireland,2010,0.246487,0.0075
+Sugar,Israel,2010,0.389608,0.002586
+Sugar,Italy,2010,1.245757,0.8343
+Sugar,Jamaica,2010,0.013704,0.1165
+Sugar,Japan,2010,1.348307,1.989
+Sugar,Jordan,2010,0.303491,0
+Sugar,Kazakhstan,2010,0.408416,0.013
+Sugar,Kenya,2010,0.24779,0.568652
+Sugar,Kiribati,2010,0.004273,0
+Sugar,Kuwait,2010,0.090192,0
+Sugar,Kyrgyzstan,2010,0.078214,0.0163
+Sugar,Land Locked Developing Countries,2010,2.075401,3.487695
+Sugar,Lao People's Democratic Republic,2010,0.04049,0.008436
+Sugar,Latvia,2010,0.11139,0.00095
+Sugar,Least Developed Countries,2010,4.764893,5.093372
+Sugar,Lebanon,2010,0.257271,0
+Sugar,Lesotho,2010,0.034369,0
+Sugar,Liberia,2010,0.024245,0.0045
+Sugar,Lithuania,2010,-0.018445,0.1483
+Sugar,Low Income Food Deficit Countries,2010,6.857465,33.541169
+Sugar,Luxembourg,2010,0.025217,0
+Sugar,Madagascar,2010,0.076222,0.087272
+Sugar,Malawi,2010,-0.095533,0.2809
+Sugar,Malaysia,2010,1.310052,0.090387
+Sugar,Maldives,2010,0.013775,0
+Sugar,Mali,2010,0.094342,0.034
+Sugar,Malta,2010,0.037386,0
+Sugar,Mauritania,2010,0.216354,0
+Sugar,Mauritius,2010,-0.412054,0.452473
+Sugar,Melanesia,2010,-0.062218,0.135
+Sugar,Mexico,2010,1.157578,5.087639
+Sugar,Micronesia,2010,0.004273,0
+Sugar,Middle Africa,2010,0.428897,0.311809
+Sugar,Mongolia,2010,0.036486,0
+Sugar,Montenegro,2010,0.030728,5e-04
+Sugar,Morocco,2010,0.784133,0.413563
+Sugar,Mozambique,2010,-0.165507,0.324575
+Sugar,Myanmar,2010,0.073869,1.236594
+Sugar,Namibia,2010,0.046373,0
+Sugar,Nepal,2010,0.053252,0.079415
+Sugar,Net Food Importing Developing Countries,2010,7.690967,17.996073
+Sugar,Netherlands,2010,-0.178189,1.213323
+Sugar,Netherlands Antilles (former),2010,0.019192,0
+Sugar,New Caledonia,2010,0.010265,0
+Sugar,New Zealand,2010,0.203799,0.01998
+Sugar,Nicaragua,2010,-0.297213,0.547558
+Sugar,Niger,2010,0.031069,0.022246
+Sugar,Nigeria,2010,1.525748,0.0444
+Sugar,Northern Africa,2010,3.69147,3.218195
+Sugar,Northern America,2010,1.811286,20.919507
+Sugar,Northern Europe,2010,1.999144,2.684226
+Sugar,Norway,2010,0.188759,0.0045
+Sugar,Oceania,2010,-2.892077,4.75877
+Sugar,Oman,2010,0.125781,0
+Sugar,Pakistan,2010,0.5259,4.056025
+Sugar,Panama,2010,-0.018253,0.162164
+Sugar,Paraguay,2010,-0.028276,0.2542
+Sugar,Peru,2010,0.134358,1.050213
+Sugar,Philippines,2010,0.463305,1.796407
+Sugar,Poland,2010,-0.100781,1.687031
+Sugar,Polynesia,2010,0.019734,0
+Sugar,Portugal,2010,0.274526,0.004
+Sugar,Republic of Korea,2010,1.179636,0.7964
+Sugar,Republic of Moldova,2010,-0.016652,0.114409
+Sugar,Romania,2010,0.348763,0.140391
+Sugar,Russian Federation,2010,2.297969,3.426163
+Sugar,Rwanda,2010,0.048568,0.010195
+Sugar,Saint Kitts and Nevis,2010,0.002966,0
+Sugar,Saint Lucia,2010,0.005979,0
+Sugar,Saint Vincent and the Grenadines,2010,0.005156,0.0018
+Sugar,Samoa,2010,0.008972,0
+Sugar,Sao Tome and Principe,2010,0.002134,0
+Sugar,Saudi Arabia,2010,1.132653,0
+Sugar,Senegal,2010,0.138793,0.102191
+Sugar,Serbia,2010,-0.402963,0.6471
+Sugar,Sierra Leone,2010,0.013765,0.008
+Sugar,Slovakia,2010,-0.084296,0.31244
+Sugar,Slovenia,2010,0.073451,0.012895
+Sugar,Small Island Developing States,2010,-1.042023,2.754515
+Sugar,Solomon Islands,2010,0.006872,0
+Sugar,South Africa,2010,-0.287323,2.134181
+Sugar,South America,2010,-28.5198,49.383422
+Sugar,South-Eastern Asia,2010,-0.130125,13.734557
+Sugar,Southern Africa,2010,-0.465286,2.757293
+Sugar,Southern Asia,2010,4.063527,34.163795
+Sugar,Southern Europe,2010,2.418869,2.603162
+Sugar,Spain,2010,0.758428,0.626827
+Sugar,Sri Lanka,2010,0.592367,0.03338
+Sugar,Sudan (former),2010,0.250687,0.621
+Sugar,Suriname,2010,0.026038,0.007
+Sugar,Swaziland,2010,-0.343671,0.622649
+Sugar,Sweden,2010,-0.010069,0.35925
+Sugar,Switzerland,2010,0.07484,0.241042
+Sugar,Tajikistan,2010,0.255571,0
+Sugar,Thailand,2010,-4.799078,7.039733
+Sugar,The former Yugoslav Republic of Macedonia,2010,0.078233,0.00352
+Sugar,Timor-Leste,2010,0.010255,0
+Sugar,Togo,2010,0.120645,0
+Sugar,Trinidad and Tobago,2010,0.068033,0
+Sugar,Tunisia,2010,0.34707,0.003532
+Sugar,Turkey,2010,-0.28271,2.524659
+Sugar,Turkmenistan,2010,0.105749,0.03
+Sugar,Uganda,2010,0.052449,0.328
+Sugar,Ukraine,2010,0.180165,1.840011
+Sugar,United Arab Emirates,2010,0.0742529999999999,0
+Sugar,United Kingdom,2010,1.444332,1.582
+Sugar,United Republic of Tanzania,2010,0.151176,0.293632
+Sugar,United States of America,2010,0.827845,20.481474
+Sugar,Uruguay,2010,0.124753,0.009999
+Sugar,Uzbekistan,2010,0.547069,0
+Sugar,Vanuatu,2010,0.0047,0
+Sugar,Venezuela (Bolivarian Republic of),2010,0.728028,0.497733
+Sugar,Viet Nam,2010,0.379885,1.423
+Sugar,Western Africa,2010,2.847568,0.438337
+Sugar,Western Asia,2010,3.931897,2.547585
+Sugar,Western Europe,2010,-2.018259,12.649106
+Sugar,World,2010,-7.25636900000001,189.927475
+Sugar,Yemen,2010,0.894767,0.006171
+Sugar,Zambia,2010,-0.273358,0.409494
+Sugar,Zimbabwe,2010,0.10843,0.348429
 WheatBarleyOats,Timor-Leste,2010,0.014367,0
 Ruminants,Libya,2010,0.523992561692467,1.49900186486765
 WheatBarleyOats,Libya,2010,0.915408259696871,0.697191170962333
 Monogastrics,Libya,2010,0.000536267797789776,0.262523244972677
+FruitVeg,Libya,2010,0.0812733186642528,1.48488476318298
 MaizeMilletSorghum,Libya,2010,0.456929433694156,8.10151156505022e-05
 Oilcrops,Libya,2010,0.252695902373005,0.0614643388704568
 Pulses,Libya,2010,0.0359003240225374,0.0126158828803624
 Rice (Paddy Equivalent),Libya,2010,0.0269365677104886,3.6239019473773e-05
 Starchy Roots,Libya,2010,0.0252854273857148,0.575000340565032
+Sugar,Libya,2010,0.233901615124475,0
 Ruminants,Sudan,2010,0.0281625413159806,9.69174668398855
 WheatBarleyOats,Sudan,2010,0.369645100910598,0.027897078589195
 Monogastrics,Sudan,2010,0.00313357605921368,0.0884278660585713
+FruitVeg,Sudan,2010,0.00218771826831055,0.636934352210146
 MaizeMilletSorghum,Sudan,2010,0.198172036693876,4.34607119073774
 Oilcrops,Sudan,2010,-0.000839848892264185,1.09650201528478
 Pulses,Sudan,2010,0.00648093183645824,0.357082605941695
 Rice (Paddy Equivalent),Sudan,2010,0.0479301175508253,0.499210880017173
 Starchy Roots,Sudan,2010,0.000440480188250447,2.37712474925824
+Sugar,Sudan,2010,0.204321140121852,0.110575209923804
 Ruminants,South Sudan,2010,0.00784168670838988,2.69860735578538
 WheatBarleyOats,South Sudan,2010,0.102925408687719,0.00776777024208623
 Monogastrics,South Sudan,2010,0.000872525013192655,0.0246221963473624
+FruitVeg,South Sudan,2010,0.000609156718984657,0.177350459527211
 MaizeMilletSorghum,South Sudan,2010,0.0551797868197042,1.21013683771449
 Oilcrops,South Sudan,2010,-0.00023385076728807,0.305314253515263
 Pulses,South Sudan,2010,0.00180457567624046,0.0994274590987038
 Rice (Paddy Equivalent),South Sudan,2010,0.0133458469359296,0.139002204332069
 Starchy Roots,South Sudan,2010,0.000122649003822414,0.661895790628296
+Sugar,South Sudan,2010,0.0568919669130651,0.0307889882595534
 Ruminants,Somalia,2010,0.00747128086247846,2.57113733848247
 WheatBarleyOats,Somalia,2010,0.0980636774698724,0.00740085587603702
 Monogastrics,Somalia,2010,0.000831310874244116,0.0234591550521161
+FruitVeg,Somalia,2010,0.000580382908173429,0.168973225211835
 MaizeMilletSorghum,Somalia,2010,0.0525733430309851,1.1529754417405
 Oilcrops,Somalia,2010,-0.000222804713741746,0.290892587801286
 Pulses,Somalia,2010,0.00171933567562249,0.0947309552132738
 Rice (Paddy Equivalent),Somalia,2010,0.0127154494324922,0.132436368308031
 Starchy Roots,Somalia,2010,0.000116855619095321,0.630630824384417
+Sugar,Somalia,2010,0.0542046474735557,0.0293346555802288
 Ruminants,Democratic Republic of the Congo,2010,0.172891440302929,5.82618639648885
 WheatBarleyOats,Democratic Republic of the Congo,2010,0.777371952905316,0.0104512120059689
 Monogastrics,Democratic Republic of the Congo,2010,0.00632296094150098,1.43514650366287
+FruitVeg,Democratic Republic of the Congo,2010,0.0305143246735573,6.36581046428325
 MaizeMilletSorghum,Democratic Republic of the Congo,2010,0.0247954000346653,15.6158161461385
 Oilcrops,Democratic Republic of the Congo,2010,-0.11175787703777,1.39933737444464
 Pulses,Democratic Republic of the Congo,2010,-0.161424572281856,1.98932414087985
 Rice (Paddy Equivalent),Democratic Republic of the Congo,2010,-0.00343314055215297,0.491559653622048
 Starchy Roots,Democratic Republic of the Congo,2010,-0.00308045121064441,34.2638766736859
+Sugar,Democratic Republic of the Congo,2010,-0.426499631168829,1.25405615227538
diff --git a/data/sims/ssp_sims3.csv b/data/sims/ssp_sims3.csv
deleted file mode 100644
index efe173aea343fef170052c3b0263900fe3d3401d..0000000000000000000000000000000000000000
--- a/data/sims/ssp_sims3.csv
+++ /dev/null
@@ -1,751 +0,0 @@
-Ensemble,Scenario,AGRI_LAND_EXPANSION_COST_FACTOR,ANNUAL_MAX_IMPORT_CHANGE,BIOENERGY_DEMAND_SHIFT,CROP_TO_PASTURE_COST_FACTOR,FERTILISER_COST_PER_T,INITIAL_PRICE_SHIFT,IRRIG_COST_SCALE_FACTOR,IRRIGATION_EFFICIENCY,LAND_CHANGE_COST,MARKET_LAMBA,MEAT_EFFICIENCY,MIN_NATURAL_RATE,OTHER_INTENSITY_COST,PASTURE_HARVEST_FRACTION,SSP_GDP_PC_FACTOR,SSP_POPULATION_FACTOR,SSP_SCENARIO,TECHNOLOGY_CHANGE_ANNUAL_RATE,TRADE_BARRIER_ADJ,TRANSPORT_COST,RCP,BIOENERGY_FUTURE_DEMAND_FILENAME,YIELD_DIR_TOP,BIOENERGY_DEMAND_SCENARIO
-ssp3/SSP1,s1,1.32562129665415,0.0228770160929893,1,1,2.45478849592337,1,0.000595900536432978,0.543143007232545,0.273082824305185,0.4,1.01533023412577,0.195035080482664,0.692464749320561,0.5,1,1,SSP1_v9_130325,0.00453302341257665,0.810684004351103,0.0625529531354358,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s2,1.55527223228714,0.0214839384786384,1.05,0.9,2.61331205428652,0.9,0.000640565156638916,0.522883961636984,0.260497349959828,0.45,1.00172299275499,0.219856253222114,0.662938815233838,0.55,0.95,1.05,SSP1_v9_130325,0.00317229927549911,0.906263499136442,0.0534306136855851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s3,1.07191176395631,0.0242169546991675,0.95,1.1,2.27763289140303,1.1,0.000549464615954612,0.560804997269742,0.284824516367045,0.35,1.02739549215156,0.168227382610388,0.718885342381086,0.45,1.05,0.95,SSP1_v9_130325,0.00573954921515635,0.719751001717084,0.0707791804420796,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s4,1.20697230364145,0.0222238146836663,1.025,0.85,2.71138114822018,1.15,0.000516155221532434,0.55187750477836,0.251190281847944,0.475,1.00900560184625,0.207081890146159,0.640803236535344,0.475,1.025,0.925,SSP1_v9_130325,0.00390056018462464,0.767050434233256,0.0757348286419711,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s5,1.6897577237565,0.0251160485505954,0.925,1.05,2.37306648304096,0.95,0.000617277303134053,0.507738565320178,0.278743046214026,0.375,1.03435622986656,0.148829077375294,0.705387725330026,0.575,0.925,1.025,SSP1_v9_130325,0.00643562298665592,0.975581514081939,0.0583130649033555,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s6,1.43879347060676,0.020484656645973,0.975,0.95,2.14481941921207,1.05,0.000670534951686513,0.571197905518257,0.267233889736522,0.325,0.992019633340972,0.182541367124365,0.67884441384016,0.525,1.075,1.075,SSP1_v9_130325,0.00220196333409721,0.855357549915867,0.0665902063269412,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s7,0.89480719793856,0.0235183190940216,1.075,1.15,2.53232635198016,0.85,0.000574127156122211,0.533822367498968,0.292533770487903,0.425,1.02130421583428,0.235574858511474,0.735230191370029,0.425,0.975,0.975,SSP1_v9_130325,0.00513042158342796,0.659206904835919,0.0468469071878789,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s8,0.991742625137279,0.0218711945581873,0.9625,1.075,2.49362745293572,0.875,0.000489233647613475,0.578207463425012,0.256377522723662,0.3125,1.02430218052628,0.227088490947081,0.698937908822619,0.5375,0.9375,1.0375,SSP1_v9_130325,0.00145599127524907,0.612907873297784,0.0730918071675773,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s9,1.49598392227497,0.0246241323378201,1.0625,0.875,2.03497915088738,1.075,0.000606509744141288,0.538606920741212,0.28168325290689,0.4125,0.997353970652949,0.175733923722865,0.622496525147897,0.4375,1.0375,0.9375,SSP1_v9_130325,0.00483324973432524,0.832619739985262,0.0559918173191546,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s10,1.7779985600881,0.0196770094284043,1.0125,1.175,2.32793270700347,0.975,0.000654137744594003,0.556262112241531,0.270217915435747,0.4625,1.03887858921521,0.133273645501426,0.726440118671977,0.4875,0.9875,0.9875,SSP1_v9_130325,0.00355392090120363,0.937095842491668,0.0645757939740144,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s11,1.26753706759354,0.0231952923242386,0.9125,0.975,2.65864071203186,1.175,0.000562373151939577,0.516162902682039,0.298377913202044,0.3625,1.01224215526975,0.201046402644416,0.671322117833912,0.5875,1.0875,1.0875,SSP1_v9_130325,0.00606853344549015,0.744235302709055,0.0416571447465924,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s12,1.14247077944909,0.0210382539570081,1.0875,1.025,2.41492833517119,1.125,0.000534608465233601,0.528650717535519,0.243472066157053,0.4875,1.0306853344549,0.18891464280766,0.711970455897592,0.5625,1.0125,1.0125,SSP1_v9_130325,0.00422421552697463,0.789001905527626,0.0504828149221249,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26_RCP26
-ssp3/SSP1,s13,1.61864423074685,0.0238548764408695,0.9875,0.825,2.78136285408064,0.925,0.000628495881362316,0.565677298115535,0.275901716090602,0.3875,1.00553920901204,0.246949634996918,0.653148466474403,0.4625,0.9125,0.9125,SSP1_v9_130325,0.00688785892152049,1.03212967650528,0.0686397189380529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s14,1.38236485705956,0.0225558377330524,0.9375,1.125,2.57182273538555,1.025,0.000693564028767276,0.495423807573882,0.26403872163715,0.3375,1.01833249734325,0.213287937490116,0.74689380901344,0.4125,1.0625,0.9625,SSP1_v9_130325,0.00273539706529493,0.879577030475797,0.0604805817202432,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s15,0.761189952199091,0.0258069208630183,1.0375,0.925,2.21889079884642,0.825,0.000585194591101746,0.547535881251776,0.288331312697671,0.4375,0.984559912752491,0.159570712415042,0.685821389195198,0.5125,0.9625,1.0625,SSP1_v9_130325,0.00543021805262787,0.692288788493118,0.0791261610664094,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s16,0.835091715767501,0.0227172636029591,1.06875,0.9625,2.30358671313929,0.9375,0.000601201580027229,0.568325269254885,0.286517618217063,0.38125,1.01064691506828,0.231115668477521,0.730621204693656,0.43125,1.05625,1.00625,SSP1_v9_130325,0.004683857101328,0.755793968723278,0.0615256204984147,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s17,1.41055444150041,0.0263712188277735,0.96875,1.1625,2.63533573115677,1.1375,0.00046629003063549,0.531295690688755,0.26232253470166,0.48125,1.0364540366315,0.179205742117026,0.675167778483337,0.53125,0.95625,0.90625,SSP1_v9_130325,0.000863340016303197,0.955019066895646,0.0815823652897331,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s18,1.65287782722142,0.0212705568935967,0.91875,0.8625,2.47428003469886,0.8375,0.000556101750950335,0.549707447065478,0.274493776424475,0.43125,0.994849324786775,0.142006026603364,0.702156508417857,0.58125,1.00625,0.95625,SSP1_v9_130325,0.00590073003037522,0.843850495466427,0.0520182898740626,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s19,1.1753247626442,0.0240317602701755,1.01875,1.0625,1.9401477712308,1.0375,0.000647105272406837,0.502350082190083,0.236739566424148,0.33125,1.02279604851805,0.204052583101622,0.632839320513339,0.48125,0.90625,1.05625,SSP1_v9_130325,0.0033684746457452,0.638687749996949,0.0696939749689246,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s20,1.29681333576129,0.0201316261330207,0.99375,0.9125,2.55190930035269,1.0875,0.000622808865182566,0.540898938609465,0.295128975867128,0.40625,0.978633400163032,0.191996965965197,0.755770657027304,0.45625,0.98125,1.03125,SSP1_v9_130325,0.00664540366314995,0.706508756376474,0.0655814751487526,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s21,1.83885093177464,0.0233557083756051,1.09375,1.1125,2.18448469200481,0.8875,0.000526001806115803,0.583231363955926,0.26874589329275,0.30625,1.01683857101328,0.255689604491029,0.689173857953081,0.55625,1.08125,0.93125,SSP1_v9_130325,0.00406469150682832,0.892530459324922,0.044557165974058,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s22,1.52526388549807,0.0220508149404081,1.04375,0.8125,2.39431738486793,1.1875,0.000579724245495502,0.51967541566605,0.280195290178982,0.35625,1.00368474645745,0.216511708904191,0.715370870725848,0.50625,0.93125,0.98125,SSP1_v9_130325,0.00527960485180521,1.08073008915199,0.0743565139852493,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s23,1.03334646179923,0.0248554512834591,0.94375,1.0125,2.74297788830736,0.9875,0.000680729976702151,0.558504999926227,0.253968110396014,0.45625,1.02900730030375,0.164083689130355,0.658269374155104,0.40625,1.03125,1.08125,SSP1_v9_130325,0.00248493247867749,0.799843467175398,0.0571761511691971,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s24,0.946093632834516,0.0207800541834741,1.00625,1.1375,2.68372722816193,0.9625,0.000611856945853502,0.512240779865518,0.303105987633539,0.39375,1.03245528481595,0.12022140652854,0.667264452189882,0.51875,1.09375,0.94375,SSP1_v9_130325,0.00498187667977155,0.732266431332542,0.0676075487702521,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s25,1.46721920237211,0.023684265955477,0.90625,0.9375,2.35100667090002,1.1625,0.000504387537767356,0.554058005002777,0.271660437589344,0.49375,1.00730739276995,0.198046072945306,0.722555955192795,0.41875,0.99375,1.04375,SSP1_v9_130325,0.00187023121420185,0.921008855345001,0.0487817091507921,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s26,1.73059851511886,0.0223917273648651,0.95625,1.0375,2.09703592308004,0.8625,0.000568360498013602,0.536253280766916,0.283220602855105,0.44375,1.01981876679772,0.223362933705274,0.606691295205134,0.46875,1.04375,1.09375,SSP1_v9_130325,0.00624552848159517,0.821587569198913,0.0772852679885396,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s27,1.23764536122364,0.0254218993010645,1.05625,0.8375,2.51293905050714,1.0625,0.000661848376115305,0.574412868682777,0.258530937889774,0.34375,0.988702312142019,0.172089956943029,0.695713339116476,0.56875,0.94375,0.99375,SSP1_v9_130325,0.00373073927699456,0.575218992076624,0.0594119487544212,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s28,1.1081227450125,0.0216830525285101,0.93125,1.1875,2.24961624493063,1.0125,0.000634392009005849,0.54535147250112,0.290311982169189,0.41875,1.02583169442174,0.21015318097886,0.682386230811322,0.59375,0.96875,0.91875,SSP1_v9_130325,0.00719735111998021,0.67671972457945,0.0547483489585553,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s29,1.58627898150604,0.0244131581722051,1.03125,0.9875,2.59222522435509,0.8125,0.000542351896453224,0.485036704150227,0.265669725137652,0.31875,0.999625836478426,0.154556683620141,0.740496314717893,0.49375,1.06875,1.01875,SSP1_v9_130325,0.00438005545257155,0.867230585187407,0.0719066858073614,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s30,1.3540958087412,0.0189887009190647,1.08125,1.0875,2.83462394216382,1.1125,0.000590575453431968,0.563185370303434,0.277315149110296,0.36875,1.0419735111998,0.185769666047509,0.647414115334135,0.44375,0.91875,1.06875,SSP1_v9_130325,0.00558316944217444,1.00023859154822,0.0374046210246963,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s31,0.656892770166578,0.0230360474008169,0.98125,0.8875,2.43504314771848,0.9125,0.000712373960925784,0.525859103605898,0.247839446560467,0.46875,1.01380055452572,0.240694805462358,0.708651550058782,0.54375,1.01875,0.96875,SSP1_v9_130325,0.00296258364784258,0.778094042613963,0.0635679709735429,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26_RCP26
-ssp3/SSP1,s32,0.714888292436199,0.0215850485819163,1.021875,1.03125,2.58195169554694,1.05625,0.000552834952730544,0.55515621770952,0.276607200944839,0.309375,0.998514806365428,0.151800301468419,0.67702491808638,0.434375,0.921875,0.953125,SSP1_v9_130325,0.00167687114651486,1.05309779269465,0.0610056678510581,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s33,1.36824815043632,0.0243134765478343,0.921875,0.83125,2.2346429681656,0.85625,0.000643782551594476,0.514261654608745,0.245829309737366,0.409375,1.025063385544,0.208611020891597,0.732861135411184,0.534375,1.021875,1.053125,SSP1_v9_130325,0.0049076166988598,0.794426832757666,0.0802368523091994,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s34,1.60226441546817,0.0183842511356623,0.971875,1.13125,2.42503951847378,1.15625,0.000598552117599757,0.57621384756696,0.289297016857167,0.459375,1.01302543111715,0.238031407711161,0.637034587452873,0.584375,0.971875,1.003125,SSP1_v9_130325,0.00364329769628883,0.699540544872122,0.0512681806171,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s35,1.12550428559436,0.0229565635279927,1.071875,0.93125,2.80510590601845,0.95625,0.000446141704522077,0.537438726544033,0.264863621698202,0.359375,1.04030029737014,0.184167338582068,0.703769334448981,0.484375,1.071875,0.903125,SSP1_v9_130325,0.0061556793435628,0.885968192504113,0.0691635781788458,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s36,1.25267798651484,0.0206379771111341,0.946875,1.08125,2.33961110127273,0.90625,0.000576944062404588,0.490912113236617,0.282444781245835,0.484375,1.00643297696289,0.196542931605521,0.690825763502698,0.459375,1.046875,0.978125,SSP1_v9_130325,0.00430254311171517,0.83820566273192,0.0650785835717352,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26_RCP26
-ssp3/SSP1,s37,1.75322053451828,0.0236007978508278,1.046875,0.88125,2.67092112366603,1.10625,0.000675394871128403,0.546445980544009,0.257481211575321,0.384375,1.03155679343563,0.108987391046496,0.762779327856603,0.559375,0.946875,1.078125,SSP1_v9_130325,0.00703002973701369,0.626688844734356,0.0432097466401402,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s38,1.48154886105833,0.0223083218721376,1.096875,1.18125,2.5032808911642,0.80625,0.000620026595027592,0.52727530474142,0.300450120409411,0.334375,0.986768711465149,0.170189440533195,0.660652861039199,0.509375,1.096875,1.028125,SSP1_v9_130325,0.00285148063654276,0.750058630675911,0.073712462195102,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s39,0.969504973707924,0.0252618461338521,0.996875,0.98125,2.0684340434528,1.00625,0.00052126590370447,0.564415010086095,0.270942258317708,0.434375,1.0190761669886,0.221586232308193,0.717111495007372,0.409375,0.996875,0.928125,SSP1_v9_130325,0.00550633855439977,0.9457874918506,0.0565905789965042,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s40,1.05296052729429,0.019921601966237,1.059375,0.85625,2.16544535706401,1.03125,0.000565398026530387,0.532572295838503,0.279465457015692,0.321875,1.01608662993605,0.250837208304055,0.724466917028993,0.521875,0.934375,1.090625,SSP1_v9_130325,0.000383840685700084,0.987263187891106,0.067097431863091,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26_RCP26
-ssp3/SSP1,s41,1.54016177108633,0.0232752920863302,0.959375,1.05625,2.54208538061694,0.83125,0.0006578932100356,0.569727762996911,0.252634948783757,0.421875,0.973838406857001,0.190462442187806,0.669322915580527,0.421875,1.034375,0.990625,SSP1_v9_130325,0.00460866299360455,0.772593799621196,0.047849332114685,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s42,1.88197383940773,0.0219619407959116,0.909375,0.95625,2.72656155066586,1.13125,0.000609176402877673,0.505183345811703,0.293772525899798,0.471875,1.0281943877959,0.16188027512144,0.697327501707018,0.471875,0.984375,0.940625,SSP1_v9_130325,0.00327188347078446,0.668257109641532,0.0764832656829684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s43,1.31126720540541,0.024736796301068,1.009375,1.15625,2.38378178716749,0.93125,0.000497386732207901,0.550791938272817,0.267995602590323,0.371875,1.00271883470784,0.214886888765617,0.615680375921186,0.571875,1.084375,1.040625,SSP1_v9_130325,0.00581943877959017,0.861242103762566,0.0588667431707831,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s44,1.1912837658752,0.022636821138127,0.984375,0.80625,2.62418796488175,0.98125,0.000587894037937568,0.586956769856429,0.273789201029705,0.496875,1.03537466725633,0.177488905589627,0.743505237442308,0.596875,1.009375,1.065625,SSP1_v9_130325,0.00398326500611051,0.81612387776026,0.0540998857818529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s45,1.67092236513762,0.0260536763013908,1.084375,1.00625,2.29083578342518,1.18125,0.00070178921004636,0.542026170479686,0.230697732428277,0.396875,1.00983265006111,0.229057722565815,0.684115563615827,0.496875,0.909375,0.965625,SSP1_v9_130325,0.00653746672563284,0.543421171625809,0.0713368046911516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s46,1.42465946273639,0.0211571360362112,1.034375,0.90625,1.8562868911937,0.88125,0.000631413968407841,0.559646548551115,0.285658214959052,0.346875,1.02204886079987,0.202547708479507,0.710302579786147,0.446875,1.059375,0.915625,SSP1_v9_130325,0.00234829462792418,0.726087033364052,0.0338439609785496,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s47,0.866256859290758,0.0239424190522352,0.934375,1.10625,2.46455905078736,1.08125,0.000538571201207041,0.52131266617212,0.261425338411811,0.446875,0.993482946279242,0.137962953237442,0.65037121890932,0.546875,0.959375,1.015625,SSP1_v9_130325,0.00520488607998658,0.913491906299154,0.0630616774885665,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s48,0.800499939086385,0.0213792819235055,0.953125,1.19375,2.87667596713962,1.19375,0.000650550183559132,0.539759739927855,0.266459174969821,0.378125,1.00816436434926,0.262637870976655,0.694093175131226,0.403125,1.065625,1.059375,SSP1_v9_130325,0.00505611558693926,0.873337018956919,0.0397953617643258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60_RCP60
-ssp3/SSP1,s49,1.39646165329179,0.0241231691102142,1.053125,0.99375,2.44495458101619,0.99375,0.000559277542807956,0.580484872178224,0.291386404499331,0.478125,1.03338614163865,0.193520458553231,0.592714481865616,0.503125,0.965625,0.959375,SSP1_v9_130325,0.0020436750459244,0.684703019204536,0.0640724667974429,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP1,s50,1.63548718871956,0.0227972886316323,1.003125,1.09375,2.2639171662352,1.09375,0.000479312144666999,0.517962695398141,0.249605516970966,0.428125,0.990436750459244,0.16619543101947,0.720697994146959,0.553125,1.015625,0.909375,SSP1_v9_130325,0.00633861416386523,0.783560467048688,0.055378324179763,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45_RCP45
-ssp3/SSP2,s1,1.00270570504362,0.02,1,1,1.9,1,5e-04,0.5,0.2,0.4,1,0.102766896900118,0.6,0.5,1,1,SSP2_v9_130325,0.00202342116339691,1.00270570504362,0.05,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s2,1.08881024283543,0.0187532681030967,1.05,0.9,2.02467318969033,0.9,0.000541557729896778,0.491729061297757,0.189688362297416,0.45,0.995864530648878,0.122695883337939,0.579221135051611,0.55,0.95,1.05,SSP2_v9_130325,0.00159228340182682,1.08881024283543,0.0458442270103222,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s3,0.917791416959696,0.0212467318969033,0.95,1.1,1.77532681030967,1.1,0.000458442270103223,0.508270938702243,0.210311637702584,0.35,1.00413546935112,0.0840110432944513,0.620778864948389,0.45,1.05,0.95,SSP2_v9_130325,0.00246490779643675,0.917791416959696,0.0541557729896778,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s4,0.962371126606633,0.0194097808551165,1.025,0.85,2.11153483560056,1.15,0.000429488388133146,0.503912534258511,0.182453074797474,0.475,0.998043732870745,0.112067534446962,0.564744194066573,0.475,1.025,0.925,SSP2_v9_130325,0.00181814461145277,0.962371126606633,0.0570511611866855,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s5,1.14963194830296,0.0221153483560056,0.925,1.05,1.84097808551165,0.95,0.000519673971496117,0.485939911903543,0.204875861938752,0.375,1.00703004404823,0.0717421347364521,0.609836985748058,0.575,0.925,1.025,SSP2_v9_130325,0.00277977501353571,1.14963194830296,0.0480326028503884,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s6,1.0433064919148,0.0178846516439944,0.975,0.95,1.68846516439944,1.05,0.000570511611866854,0.514060088096457,0.195124138061248,0.325,0.992969955951772,0.0937292467329929,0.590163014251942,0.525,1.075,1.075,SSP2_v9_130325,0.0012970316549085,1.0433064919148,0.0519673971496117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s7,0.859223353463669,0.0205902191448835,1.075,1.15,1.95902191448835,0.85,0.000480326028503883,0.496087465741489,0.217546925202526,0.425,1.00195626712926,0.13716683564989,0.635255805933427,0.425,0.975,0.975,SSP2_v9_130325,0.00223101166729394,0.859223353463669,0.0429488388133145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s8,0.891450975589134,0.0190953765627878,0.9625,1.075,1.92915219840989,0.875,0.00040653770963441,0.518678231924779,0.186448969904585,0.3125,1.00299925739028,0.129136314317571,0.604858699734982,0.5375,0.9375,1.0375,SSP2_v9_130325,0.00106556158357417,0.813096171379299,0.0554552181300731,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s9,1.06505118195357,0.0216365654390219,1.0625,0.875,1.61961312890323,1.075,0.000509717399469965,0.498067840937043,0.207476646078755,0.4125,0.994567484769308,0.0890295783085543,0.553268854817205,0.4375,1.0375,0.9375,SSP2_v9_130325,0.0021256521073644,1.02272456468286,0.0469845885426258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s10,1.19840199579126,0.0171961312890323,1.0125,1.175,1.80953765627878,0.975,0.000554552181300731,0.505998514780556,0.197592329419876,0.4625,1.00933911596239,0.0625340908685169,0.627276090650366,0.4875,0.9875,0.9875,SSP2_v9_130325,0.00170966984634298,1.1160153750757,0.0509717399469965,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s11,0.982751760054265,0.0202915219840989,0.9125,0.975,2.06365654390219,1.175,0.000469845885426259,0.489134969538616,0.223338277151756,0.3625,0.999033920468521,0.107329128847991,0.584922942713129,0.5875,1.0875,1.0875,SSP2_v9_130325,0.0026054155571597,0.940986091779811,0.040653770963441,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s12,0.940986091779811,0.0183634345609781,1.0875,1.025,1.87084780159011,1.125,0.000445447818699269,0.494001485219444,0.176661722848244,0.4875,1.00543251523069,0.0982688263923714,0.615077057286871,0.5625,1.0125,1.0125,SSP2_v9_130325,0.00192175443964621,0.982751760054265,0.0445447818699269,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45_RCP45
-ssp3/SSP2,s13,1.1160153750757,0.0209046234372122,0.9875,0.825,2.18038687109677,0.925,0.000530154114573742,0.510865030461384,0.202407670580124,0.3875,0.997000742609722,0.148925149489487,0.572723909349634,0.4625,0.9125,0.9125,SSP2_v9_130325,0.00303428330693984,1.19840199579126,0.0530154114573742,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s14,1.02272456468286,0.0197084780159011,0.9375,1.125,1.99046234372122,1.025,0.00059346229036559,0.481321768075221,0.192523353921245,0.3375,1.00096607953148,0.117121950805333,0.646731145182795,0.4125,1.0625,0.9625,SSP2_v9_130325,0.00145929860281724,1.06505118195357,0.0490282600530036,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s15,0.813096171379299,0.0228038687109677,1.0375,0.925,1.73634345609781,0.825,0.000490282600530036,0.501932159062957,0.213551030095415,0.4375,0.99066088403761,0.0784184778805496,0.595141300265018,0.5125,0.9625,1.0625,SSP2_v9_130325,0.00234261324376566,0.891450975589134,0.059346229036559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s16,0.838936628598551,0.019854673045992,1.06875,0.9625,1.79287640216452,0.9375,0.000504844231800267,0.512358658313402,0.211865411467367,0.38125,0.998543463029183,0.132878053312248,0.631009964453943,0.43125,1.05625,1.00625,SSP2_v9_130325,0.002074312303826,0.951846840390753,0.0495155768199733,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s17,1.03291136442742,0.0233820923755463,0.96875,1.1625,2.04338786830197,1.1375,0.000387263587481792,0.495061943938999,0.191143438475156,0.48125,1.00804212984432,0.0914079694121371,0.587586267131419,0.53125,0.95625,0.90625,SSP2_v9_130325,0.000872716364643248,1.13171639018015,0.0612736412518208,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s18,1.13171639018015,0.0185661213169803,0.91875,0.8625,1.9145326954008,0.8375,0.000464292134054839,0.502913073941635,0.201200175357153,0.43125,0.993820670843299,0.0676398384297281,0.607324847750061,0.58125,1.00625,0.95625,SSP2_v9_130325,0.00253220359551133,1.03291136442742,0.0452204043899344,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s19,0.951846840390753,0.0210712359783548,1.01875,1.0625,1.56179076244538,1.0375,0.000547795956100656,0.483915740311364,0.171744497345687,0.33125,1.0024690280305,0.109668531494414,0.559704880922574,0.48125,0.90625,1.05625,SSP2_v9_130325,0.00165241860655482,0.838936628598551,0.0535707865945161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s20,0.992750502589807,0.0175822928553545,0.99375,0.9125,1.97448239721149,1.0875,0.000524827465737162,0.499036836585544,0.220082752879293,0.40625,0.988707784626618,0.100516380004557,0.656368206259104,0.45625,0.98125,1.03125,SSP2_v9_130325,0.00289096934995855,0.905134571932685,0.0514649695500123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s21,1.23978657714,0.0204394908650037,1.09375,1.1125,1.71394021327634,0.8875,0.000437980071092115,0.522584430746765,0.196369873731948,0.30625,1.00048158170723,0.158966697118053,0.597577884099866,0.55625,1.08125,0.93125,SSP2_v9_130325,0.00187035895981311,1.07660913450403,0.0419409761845149,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s22,1.07660913450403,0.0192551760278851,1.04375,0.8125,1.85605091349963,1.1875,0.000485350304499877,0.490484428386516,0.206154317712805,0.35625,0.996447590486767,0.11982714399116,0.617853932972581,0.50625,0.93125,0.98125,SSP2_v9_130325,0.00228579845885838,1.23978657714,0.0562019928907885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s23,0.905134571932685,0.0218605978672366,0.94375,1.0125,2.14177071446455,0.9875,0.000580590238154851,0.507104819026467,0.184581901942803,0.45625,1.00475778580674,0.0813091291920646,0.576102021949672,0.40625,1.03125,1.08125,SSP2_v9_130325,0.00138322976531061,0.992750502589807,0.0475172534262838,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s24,0.876354680679698,0.0181394021327634,1.00625,1.1375,2.08605978672366,0.9625,0.000514649695500123,0.487641341686598,0.228255502654313,0.39375,1.0061793291567,0.0551812402963527,0.582146067027419,0.51875,1.09375,0.94375,SSP2_v9_130325,0.00217776598328101,0.929680406310921,0.0524827465737162,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s25,1.05398865733613,0.0207448239721149,0.90625,0.9375,1.82551760278851,1.1625,0.000419409761845149,0.504938056061001,0.198799824642847,0.49375,0.997530971969499,0.105033358975607,0.623897978050328,0.41875,0.99375,1.04375,SSP2_v9_130325,0.00119512228331316,1.10185260278312,0.0437980071092115,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s26,1.17098433737838,0.0195605091349963,0.95625,1.0375,1.65822928553545,0.8625,0.000475172534262838,0.497086926058365,0.208856561524844,0.44375,1.00145653697082,0.125776267704655,0.543631793740896,0.46875,1.04375,1.09375,SSP2_v9_130325,0.00268674794411037,1.01267703789828,0.0580590238154851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s27,0.972647609487078,0.0224177071446455,1.05625,0.8375,1.94394908650037,1.0625,0.000562019928907885,0.516084259688636,0.188134588532633,0.34375,0.991957870155682,0.086572829030894,0.602422115900134,0.56875,0.94375,0.99375,SSP2_v9_130325,0.00176473032363813,0.77453776633762,0.0485350304499877,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s28,0.929680406310921,0.0189287640216452,0.93125,1.1875,1.75661213169803,1.0125,0.000535707865945161,0.500963163414456,0.215418098057197,0.41875,1.00355240951323,0.114544615444696,0.592675152249939,0.59375,0.96875,0.91875,SSP2_v9_130325,0.00325180718899339,0.876354680679698,0.0464292134054839,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s29,1.10185260278312,0.0214338786830197,1.03125,0.9875,2.00712359783548,0.8125,0.000452204043899344,0.477415569253235,0.193845682287195,0.31875,0.995242214193258,0.075267494117995,0.640295119077426,0.49375,1.06875,1.01875,SSP2_v9_130325,0.00197267022187896,1.05398865733613,0.0547795956100656,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s30,1.01267703789828,0.0166179076244538,1.08125,1.0875,2.23820923755462,1.1125,0.000495155768199733,0.509515571613484,0.203630126268052,0.36875,1.01129221537338,0.0960110838479138,0.568990035546058,0.44375,0.91875,1.06875,SSP2_v9_130325,0.00240205808130995,1.17098433737838,0.0387263587481792,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s31,0.77453776633762,0.020145326954008,0.98125,0.8875,1.8854673045992,0.9125,0.000612736412518208,0.492895180973533,0.179917247120707,0.46875,0.999518418292772,0.142301633353188,0.612413732868581,0.54375,1.01875,0.96875,SSP2_v9_130325,0.00152834115670784,0.972647609487078,0.0504844231800267,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45_RCP45
-ssp3/SSP2,s32,0.796341896710618,0.018842279314632,1.021875,1.03125,1.99869615444702,1.05625,0.000461409310487733,0.505463293992315,0.203016528943982,0.309375,0.994912432599381,0.0735613289478371,0.588883995050195,0.434375,0.921875,0.953125,SSP2_v9_130325,0.00113504050692775,1.21631356371134,0.0492724643586085,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s33,1.01768743751822,0.0213386389518634,0.921875,0.83125,1.74670250883446,0.85625,0.000544621298395446,0.488409385920721,0.178412097197638,0.409375,1.00327257514255,0.113295032769038,0.633055478770089,0.534375,1.021875,1.053125,SSP2_v9_130325,0.00215159088625506,0.987760357663285,0.0601827736512852,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s34,1.10877203636058,0.016116082039542,0.971875,1.13125,1.87817393075826,1.15625,0.000502420321794622,0.517284248488172,0.214457834601928,0.459375,0.999276719573082,0.139600785408261,0.562349758067505,0.584375,0.971875,1.003125,SSP2_v9_130325,0.0017374371084199,0.898441381196409,0.0448900836278152,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s35,0.93539666234482,0.0200726096538387,1.071875,0.93125,2.20548320953855,0.95625,0.000370536067984734,0.497579271220939,0.193190786898576,0.359375,1.0101850417905,0.0948740933363367,0.608574067432745,0.484375,1.071875,0.903125,SSP2_v9_130325,0.00264488663739519,1.07075992620586,0.0532898718149006,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s36,0.977716888253514,0.0180166712737947,0.946875,1.08125,1.81760182898329,0.90625,0.00048285186513451,0.479629916419,0.20815841700185,0.484375,0.997268353003843,0.103897315063726,0.598789839102689,0.459375,1.046875,0.978125,SSP2_v9_130325,0.00194725222451244,1.02779641807157,0.0512174183679686,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45_RCP45
-ssp3/SSP2,s37,1.18366076643728,0.0206669602969883,1.046875,0.88125,2.07454403427935,1.10625,0.000575300483864991,0.501446560853835,0.187310859866783,0.384375,1.00579530703964,0.0490978578907907,0.664731966007633,0.559375,0.946875,1.078125,SSP2_v9_130325,0.00312824644827406,0.826960220373012,0.0413448545382897,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s38,1.05946579681448,0.0194855559540353,1.096875,1.18125,1.93652255103906,0.80625,0.00052223200989961,0.493454849714893,0.225465658372929,0.334375,0.991357875755914,0.0853070158829352,0.577689350802277,0.509375,1.096875,1.028125,SSP2_v9_130325,0.00149455857871777,0.946464742705004,0.0558181344759784,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s39,0.884110844736288,0.0222590145159497,0.996875,0.98125,1.64034563614869,1.00625,0.000433889042459823,0.510175134801239,0.198197458118366,0.434375,1.00121036438953,0.124205956113247,0.619295344756133,0.409375,0.996875,0.928125,SSP2_v9_130325,0.00237196339500092,1.12363950449395,0.0472533942994431,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s40,0.911572963861336,0.0174034563614869,1.059375,0.85625,1.70166712737947,1.03125,0.000472533942994431,0.495578478754152,0.205510351268521,0.321875,1.00024061005448,0.153266239613174,0.625549581860924,0.521875,0.934375,1.090625,SSP2_v9_130325,0.000706370377360694,1.15976530286993,0.052223200989961,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45_RCP45
-ssp3/SSP2,s41,1.08261836811777,0.0203652255103906,0.959375,1.05625,1.96669602969883,0.83125,0.000558181344759784,0.513177928755965,0.18355711504471,0.421875,0.986999778404291,0.0993930442900924,0.583550640925497,0.421875,1.034375,0.990625,SSP2_v9_130325,0.00204883016344649,0.967535379026526,0.0433889042459823,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s42,1.27605149287882,0.0191760182898329,0.909375,0.95625,2.12590145159497,1.13125,0.000512174183679686,0.484978814531427,0.218750501843069,0.471875,1.00444101061408,0.0798911741110968,0.603637678206958,0.471875,0.984375,0.940625,SSP2_v9_130325,0.00162276254790413,0.86809679354151,0.0575300483864991,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s43,0.997729796325203,0.0217454403427935,1.009375,1.15625,1.84855559540353,0.93125,0.000413448545382897,0.503410041783073,0.195750473640111,0.371875,0.996160315026128,0.118456564160205,0.549086131743574,0.571875,1.084375,1.040625,SSP2_v9_130325,0.00249792071504126,1.04860627483493,0.048285186513451,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s44,0.957145125712222,0.0197817393075825,0.984375,0.80625,2.03386389518634,0.98125,0.000492724643586085,0.526000443191419,0.200599633858356,0.496875,1.00751059273429,0.0902271392344536,0.643275727308552,0.596875,1.009375,1.065625,SSP2_v9_130325,0.00184437674203277,1.00768564028167,0.0461409310487733,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85_RCP85
-ssp3/SSP2,s45,1.14033920440852,0.0230548320953856,1.084375,1.00625,1.7842279314632,1.18125,0.000601827736512852,0.499518779891035,0.167426884375108,0.396875,0.998294979108464,0.130951138779837,0.593912908160157,0.496875,0.909375,0.965625,SSP2_v9_130325,0.00283250095940417,0.741192434886144,0.0544621298395445,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s46,1.0380782442471,0.0184670250883446,1.034375,0.90625,1.5116082039542,0.88125,0.000532898718149006,0.507679369947745,0.211074399431108,0.346875,1.00221076062292,0.108492425591735,0.613733028502785,0.446875,1.059375,0.915625,SSP2_v9_130325,0.00134166300077629,0.923819024583484,0.0370536067984734,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s47,0.84957798506096,0.0209869615444702,0.934375,1.10625,1.90726096538387,1.08125,0.000448900836278152,0.491117978771844,0.190426594167979,0.446875,0.993411035622017,0.0652563684600634,0.570909327620108,0.546875,0.959375,1.015625,SSP2_v9_130325,0.0022581841813778,1.09521121112396,0.0502420321794622,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s48,0.826960220373012,0.0186613610481366,0.953125,1.19375,2.2883917960458,1.19375,0.000551099163721848,0.498553439146165,0.194489648731479,0.378125,0.997789239377076,0.167785735381728,0.601210160897311,0.403125,1.065625,1.059375,SSP2_v9_130325,0.00220422323937771,1.05946579681448,0.0398172263487148,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s49,1.02779641807157,0.021157720685368,1.053125,0.99375,1.89273903461613,0.99375,0.000467101281850994,0.520370083581,0.21644288495529,0.478125,1.00658896437798,0.101640459140967,0.535268033992367,0.503125,0.965625,0.959375,SSP2_v9_130325,0.0012485566917126,0.884110844736288,0.0507275356413915,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP2,s50,1.12363950449395,0.0199273903461613,1.003125,1.09375,1.76613610481366,1.09375,0.000398172263487148,0.489824865198761,0.181249498156931,0.428125,0.992489407265713,0.0826802421232276,0.622310649197723,0.553125,1.015625,0.909375,SSP2_v9_130325,0.00273149202385966,0.977716888253514,0.0467101281850994,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60_RCP60
-ssp3/SSP3,s1,0.598864839488112,0.0144521138994884,1,1,1.74996893009364,1,0.000315070463316282,0.456856935948328,0.2,0.4,1,0.0445126831921568,0.56324510448156,0.5,1,1,SSP3_v9_130325,0.000182337114264667,1.4404211095802,0.0426490208963119,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s2,0.787533704469028,0.0128668802502573,1.05,0.9,2.21576868292866,0.9,0.000374122252914156,0.439195017296463,0.178992610808213,0.45,0.991499566495146,0.057952756518755,0.509099799539873,0.55,0.95,1.05,SSP3_v9_130325,-0.000365797308379448,1.61149440986203,0.0318199599079746,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s3,0.44596030776412,0.0162236675874247,0.95,1.1,1.31494452402692,1.1,0.000262229341675242,0.477115892757839,0.221007389191787,0.35,1.00850043350485,0.0330090823549182,0.621568949329572,0.45,1.05,0.95,SSP3_v9_130325,0.000806935090396357,1.24712127550608,0.0543137898659143,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s4,0.521574096144017,0.0136767363178329,1.025,0.85,2.50628515703454,1.15,0.000229539677606427,0.466177534970001,0.164507765991119,0.475,0.995961271646254,0.0506301059058289,0.476813814608971,0.475,1.025,0.925,SSP3_v9_130325,-8.69552580870668e-05,1.35108488524839,0.0622443170156101,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s5,0.934798765455142,0.0175518005237929,0.925,1.05,1.53427294323604,0.95,0.000342311098459612,0.428802142902719,0.209962527654382,0.375,1.01429697586053,0.0261085152314528,0.590726165466602,0.575,0.925,1.025,SSP3_v9_130325,0.00128466335224942,1.71322121485587,0.0373432953175058,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s6,0.684248584812254,0.0118861903281928,0.975,0.95,1.07500688880179,1.05,0.000418393350793097,0.492261225015423,0.190037472345618,0.325,0.985703024139469,0.0388290458435607,0.536716476587529,0.525,1.075,1.075,SSP3_v9_130325,-0.000700366340584098,1.52473658100745,0.0481452330933205,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s7,0.363500477551112,0.0152693329537884,1.075,1.15,1.97281094120852,0.85,0.000289224543927763,0.448122475133549,0.235492234008881,0.425,1.00403872835375,0.0684984107814919,0.661221585078051,0.425,0.975,0.975,SSP3_v9_130325,0.000468782433115579,1.10485332227496,0.0253627629217942,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s8,0.406451964618374,0.0132817729600999,0.9625,1.075,1.85981822722675,0.875,0.000206212461923629,0.504575935346175,0.172468896435625,0.3125,1.00618145203469,0.0625634106275243,0.576741762503836,0.5375,0.9375,1.0375,SSP3_v9_130325,-0.000937186452476641,0.99075251101882,0.0579273940735087,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s9,0.732709525848218,0.0168110877200933,1.0625,0.875,0.932703060835255,1.075,0.000328357166234461,0.452464080654622,0.215259115964058,0.4125,0.988879099276111,0.0359763457745679,0.455379009321426,0.4375,1.0375,0.9375,SSP3_v9_130325,0.000321705015834422,1.4827552622949,0.0346392703707599,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s10,1.05726786804118,0.0111863738577089,1.0125,1.175,1.42583134525654,0.975,0.00039370292400311,0.471349162143331,0.195077423316527,0.4625,1.01875730938355,0.0212752105246864,0.639636970367544,0.4875,0.9875,0.9875,SSP3_v9_130325,-0.000223245201688338,1.65908736898817,0.0453483525007672,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s11,0.55962724113107,0.0148507149870338,0.9125,0.975,2.35192701579772,1.175,0.000276059098669995,0.434322733430041,0.246810280948907,0.3625,0.998003618940327,0.0474795830984112,0.523196351853799,0.5875,1.0875,1.0875,SSP3_v9_130325,0.00101716164657486,1.30180981457685,0.0210758018642853,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s12,0.483960698117324,0.0124135941659385,1.0875,1.025,1.64187652582395,1.125,0.000247119805531285,0.443737885164081,0.153189719051093,0.4875,1.01112090072389,0.0416515974026395,0.605516603490663,0.5625,1.0125,1.0125,SSP3_v9_130325,4.7154665251532e-05,1.3968600022538,0.0287881492012403,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s13,0.852351934319589,0.0157206701096158,0.9875,0.825,2.69684088202267,0.925,0.000357355670320526,0.483836922726778,0.204922576683473,0.3875,0.993818547965311,0.0775703616307693,0.493940746006202,0.4625,0.9125,0.9125,SSP3_v9_130325,0.00168666917057657,1.78227997610236,0.0511033206981325,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s14,0.640080936178262,0.0140637248259714,0.9375,1.125,2.09066322966688,1.025,0.000455006725706386,0.421792601348496,0.184740884035942,0.3375,1.00199638105967,0.0540682418451556,0.690444612692345,0.4125,1.0625,0.9625,SSP3_v9_130325,-0.000520845235578079,1.56727399181025,0.0399963313939076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s15,0.312350587084402,0.0186502017711916,1.0375,0.925,1.19932416411097,0.825,0.000302124160865715,0.461393002738633,0.227531103564375,0.4375,0.981242690616446,0.0298003250301597,0.549981656969538,0.5125,0.9625,1.0625,SSP3_v9_130325,0.000628199566161882,1.18373673003578,0.0680889225384691,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s16,0.339518431966467,0.0142571987623592,1.06875,0.9625,1.37081367921929,0.9375,0.000321652237503375,0.48775902900401,0.224143233858206,0.38125,0.996991278062809,0.065302867139981,0.649838942298195,0.43125,1.05625,1.00625,SSP3_v9_130325,0.000251294010417501,1.32698415285286,0.0413197878776082,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s17,0.661723579058873,0.0195985143852098,0.96875,1.1625,2.28213706651508,1.1375,0.000188458777175222,0.445941983708228,0.181939076280475,0.48125,1.01627309112316,0.0374111562328369,0.530006002549957,0.53125,0.95625,0.90625,SSP3_v9_130325,-0.00111642332792515,1.68502506198627,0.0725512803614935,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s18,0.890583404459221,0.0126466437255164,0.91875,0.8625,1.80459220790584,0.8375,0.000269258276967298,0.463746632396479,0.202454185131145,0.43125,0.987386431760511,0.0239173092884741,0.583655238172763,0.58125,1.00625,0.95625,SSP3_v9_130325,0.000906996256245,1.50373580989538,0.0303389380491837,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s19,0.502760361353962,0.015964129720352,1.01875,1.0625,0.845715536913342,1.0375,0.00038346112245899,0.425587188070505,0.143837087682405,0.33125,1.00509351712245,0.0490262448414212,0.466919514919475,0.48125,0.90625,1.05625,SSP3_v9_130325,-0.000293423051947212,1.05474328043773,0.0526695722297691,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s20,0.579050903557255,0.0115702232101006,0.99375,0.9125,2.03100163003904,1.0875,0.000349664359346351,0.454648480147089,0.240483788222152,0.40625,0.977620125513487,0.0430732221145738,0.712756401807467,0.45625,0.98125,1.03125,SSP3_v9_130325,0.00145873556246089,1.21681385288596,0.0467310476345527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s21,1.1619351797665,0.015056824217946,1.09375,1.1125,1.13862351525075,0.8875,0.00023875764204494,0.514963003757962,0.192580010111127,0.30625,1.00099540748345,0.08569132650396,0.556598939388041,0.55625,1.08125,0.93125,SSP3_v9_130325,-1.98409924650153e-05,1.58908755393989,0.0233839029838949,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s22,0.75915150567533,0.0134809070724927,1.04375,0.8125,1.58809301641197,1.1875,0.000295686969755815,0.436814652767195,0.212568415431031,0.35625,0.992687244895838,0.0559413014759793,0.613347861148846,0.50625,0.93125,0.98125,SSP3_v9_130325,0.000546588620023384,1.83200928125438,0.059967788459639,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s23,0.426486144469545,0.0171551483258582,0.94375,1.0125,2.5948949389289,0.9875,0.000434321161788444,0.474140763802046,0.168735823211885,0.45625,1.00976177220272,0.0314458240278456,0.501694690245919,0.40625,1.03125,1.08125,SSP3_v9_130325,-0.000606351750848015,1.41885115795655,0.0360012005099914,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s24,0.385590104756074,0.0121627292613482,1.00625,1.1375,2.42613774808185,0.9625,0.000335227473931534,0.431674770744033,0.256162912317595,0.39375,1.01261356823949,0.0176436458572584,0.516244932226122,0.51875,1.09375,0.94375,SSP3_v9_130325,0.000394027038959527,1.2753014593859,0.0495993182910273,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s25,0.707836294474951,0.0154899307803905,0.90625,0.9375,1.48024745488133,1.1625,0.000219007440336686,0.468704200644584,0.197545814868855,0.49375,0.994906482877554,0.0459784397954695,0.630283941937718,0.41875,0.99375,1.04375,SSP3_v9_130325,-0.000807481421320898,1.6347245969261,0.0271423218512004,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s26,0.988133540896924,0.0138706090926744,0.95625,1.0375,1.00717384984105,0.8625,0.000282696902416422,0.450292523919821,0.218060923719525,0.44375,1.00300872193719,0.0601415494078447,0.440463461741404,0.46875,1.04375,1.09375,SSP3_v9_130325,0.00114107196111464,1.46168602007663,0.0648725499235077,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s27,0.540498921265732,0.0180296348536533,1.05625,0.8375,1.91582518428232,1.0625,0.000405171610861941,0.497649686736965,0.175856766141794,0.34375,0.98372690887684,0.0345134929526982,0.569949277198485,0.56875,0.94375,0.99375,SSP3_v9_130325,-0.000154602573299324,0.8957357495543,0.038672841315128,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s28,0.465068430428088,0.0130777483090189,0.93125,1.1875,1.25791487522971,1.0125,0.0003654709906784,0.459100994861385,0.231264176788115,0.41875,1.00731275510416,0.0523050743679224,0.54336420657564,0.59375,0.96875,0.91875,SSP3_v9_130325,0.00203932701367251,1.1469308403807,0.0332489864452243,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s29,0.818361284698372,0.0165038336737697,1.03125,0.9875,2.15211796246568,0.8125,0.000254888124183879,0.416768707496232,0.187431584568969,0.31875,0.990238227797279,0.0280388222972649,0.674362749617539,0.49375,1.06875,1.01875,SSP3_v9_130325,0.000114420409776723,1.5458732275178,0.0560567883875436,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s30,0.619170708388455,0.0106537633152567,1.08125,1.0875,2.82454011554852,1.1125,0.000308573292078638,0.480324424806119,0.207419989888873,0.36875,1.02237987448651,0.0402396243374653,0.485711609256002,0.44375,0.91875,1.06875,SSP3_v9_130325,0.000714566956819501,1.74484951991503,0.0180926923482808,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s31,0.278627078782115,0.0146495671251013,0.98125,0.8875,1.69578308494039,0.9125,0.00048661714617366,0.44149500609107,0.159516211777848,0.46875,0.999004592516552,0.0724034223024143,0.597996591455137,0.54375,1.01875,0.96875,SSP3_v9_130325,-0.000441219041877114,1.37431977296402,0.043989855439697,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s32,0.296716490149367,0.0129733109720757,1.021875,1.03125,2.1211435264499,1.05625,0.000265777032402524,0.470010285097953,0.206166688102545,0.309375,0.98957276973737,0.0270992248228053,0.533371244530374,0.434375,0.921875,0.953125,SSP3_v9_130325,-0.000868542162569474,1.80479798882651,0.0406576984754846,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s33,0.629542705117486,0.0163608246538591,0.921875,0.83125,1.22884456502291,0.85625,0.000378694155128635,0.433021793012478,0.156579096495441,0.409375,1.00674094875661,0.0514577218695133,0.655354670503562,0.534375,1.021875,1.053125,SSP3_v9_130325,0.000357596340022876,1.40791588460441,0.0700817927814972,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s34,0.834904767934227,0.0102332432437813,0.971875,1.13125,1.66880464361019,1.15625,0.000318348430704862,0.500853063073453,0.229346913632218,0.459375,0.998505155686726,0.0703386026715292,0.472020463464638,0.584375,0.971875,1.003125,SSP3_v9_130325,-0.000188767972972485,1.20067186595739,0.029573619318909,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s35,0.474533355149973,0.0145504529211459,1.071875,0.93125,2.75598876459485,0.95625,0.000174441441459376,0.451377397061156,0.186098342856838,0.359375,1.02034495374429,0.0395346895536722,0.587168548115483,0.484375,1.071875,0.903125,SSP3_v9_130325,0.0010771003106176,1.57811880506682,0.0518777783427293,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s36,0.550031934395075,0.0120283335504247,0.946875,1.08125,1.4531006769315,0.90625,0.000292461321700118,0.419515196259654,0.216644240942627,0.484375,0.994367245130433,0.0452417256011648,0.559916605851753,0.459375,1.046875,0.978125,SSP3_v9_130325,8.07299820078998e-05,1.49324991375193,0.0460362410170027,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s37,1.02003309418705,0.0153785025533054,1.046875,0.88125,2.38840094159148,1.10625,0.000425930638960665,0.46024018858523,0.174199232143061,0.384375,1.01184764242732,0.0148031350967496,0.730128131506638,0.559375,0.946875,1.078125,SSP3_v9_130325,0.00183809045208839,1.02508750714141,0.0222839317447655,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s38,0.720096198485519,0.0137738396510035,1.096875,1.18125,1.88771227271453,0.80625,0.000345950085110179,0.442622347980932,0.250888689924797,0.334375,0.982570553546133,0.0337674534500714,0.505434635816726,0.509375,1.096875,1.028125,SSP3_v9_130325,-0.000480417526964519,1.31454599031592,0.0589229755276167,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s39,0.396145387184071,0.01777791916882,0.996875,0.98125,0.971000163417804,1.00625,0.000234277785014158,0.482037137702794,0.196314299148371,0.434375,1.00250075197768,0.0590219982729302,0.617403900804674,0.409375,0.996875,0.928125,SSP3_v9_130325,0.000670719229267086,1.67182415820404,0.0353232121583577,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s40,0.436279815378192,0.0113896879958913,1.059375,0.85625,1.10724508718071,1.03125,0.000279394846926889,0.447034321013769,0.211256302948057,0.321875,1.00049735855374,0.0810378804500765,0.634869526651112,0.521875,0.934375,1.090625,SSP3_v9_130325,-0.00125736685532966,1.728500786732,0.0488667067754516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45_RCP45
-ssp3/SSP3,s41,0.773072343543528,0.0149530643869095,0.959375,1.05625,2.0017401421183,0.83125,0.000399257411655447,0.489922998122563,0.166696492971557,0.421875,0.974586466924887,0.04236069416707,0.519741343542522,0.421875,1.034375,0.990625,SSP3_v9_130325,0.000216660447253616,1.36279915077763,0.0262724782538528,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s42,1.2527402293215,0.0133818454078067,0.909375,0.95625,2.54930968674739,1.13125,0.000331768812896984,0.427248031919999,0.237867817164624,0.471875,1.00912058864837,0.0306351511458141,0.573332509136688,0.471875,0.984375,0.940625,SSP3_v9_130325,-0.000329287937322607,1.12668308303246,0.0635040041711875,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s43,0.588902935755797,0.0169777223496634,1.009375,1.15625,1.56119781171064,0.93125,0.000212989599863043,0.464951347484512,0.191315459824333,0.371875,0.992101409620163,0.0549894467329411,0.448554844621913,0.571875,1.084375,1.040625,SSP3_v9_130325,0.000855874549106693,1.53528027915126,0.038009216711496,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s44,0.512159245393631,0.0141603491304286,0.984375,0.80625,2.24857443816435,0.98125,0.000305344971014286,0.523904499970975,0.201226211635558,0.496875,1.01523907563258,0.0366965171715267,0.681916365157939,0.596875,1.009375,1.065625,SSP3_v9_130325,-5.33582315228234e-05,1.45108475283995,0.0325400620786092,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s45,0.911793496770375,0.0190591702069732,1.084375,1.00625,1.34300316527217,1.18125,0.000468639006899106,0.455748992428962,0.13585879165911,0.396875,0.996478904308206,0.063886494011803,0.546674795850917,0.496875,0.909375,0.965625,SSP3_v9_130325,0.00136688546424173,0.814937059593052,0.0551713739108151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s46,0.672865347486231,0.0125319861391495,1.034375,0.90625,0.791716334898957,0.88125,0.000361354069445756,0.47560264345403,0.222548251928452,0.346875,1.00456253746093,0.0482465373259842,0.601721868107964,0.446875,1.059375,0.915625,SSP3_v9_130325,-0.000652073533940972,1.26144543063349,0.0159627815729846,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s47,0.351804706737752,0.0158406220833727,0.934375,1.10625,1.77721578947521,1.08125,0.000251066204638316,0.438016598269552,0.18048639850898,0.446875,0.986573454726325,0.0226719889756416,0.489895584417615,0.546875,0.959375,1.015625,SSP3_v9_130325,0.000507260850189851,1.62298958378386,0.0433176173490803,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s48,0.326460197176842,0.0127581212657565,0.953125,1.19375,2.91109090750905,1.19375,0.000388452207976959,0.453553976757496,0.188743697051943,0.378125,0.995437462539068,0.0931223885794789,0.566588086745402,0.403125,1.065625,1.059375,SSP3_v9_130325,0.000431064617466705,1.55653189253671,0.0197109689243826,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85_RCP85
-ssp3/SSP3,s49,0.650801933188933,0.0160916388454601,1.053125,0.99375,1.7228313178704,0.99375,0.000272682782587786,0.509087613826087,0.233303507028443,0.478125,1.01342654527367,0.0437902048863725,0.429813907864923,0.503125,0.965625,0.959375,SSP3_v9_130325,-0.000751868838788613,1.16587793405296,0.0446665018273376,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP3,s50,0.870849587806861,0.0143544084768124,1.003125,1.09375,1.28659714675416,1.09375,0.000198298116758555,0.43558501722496,0.162132182835376,0.428125,0.98476092436742,0.0322360912639921,0.625856869554076,0.553125,1.015625,0.909375,SSP3_v9_130325,0.00120989528266041,1.38566712476339,0.0339482687085044,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60_RCP60
-ssp3/SSP4,s1,0.829789516366302,0.0171229837882688,1,1,2.12052874275472,1,5e-04,0.5,0.223224848256224,0.4,1,0.0617946629980457,0.63675479045912,0.5,1,1,SSP4_v9_130325,0.00211824530146859,1.19341005436656,0.057350958091824,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s2,0.990635701586279,0.0157830458101546,1.05,0.9,2.44540176353163,0.9,0.00058696742088384,0.47825814477904,0.200109409407399,0.45,0.991499566495146,0.0721511689357051,0.578430727670076,0.55,0.95,1.05,SSP4_v9_130325,0.00117529525437673,1.32453676333578,0.0456861455340151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s3,0.680862481687397,0.0185160607259331,0.95,1.1,1.77058436602045,1.1,0.00041303257911616,0.52174185522096,0.245602104047409,0.35,1.00850043350485,0.0522332070850587,0.690900293921938,0.45,1.05,0.95,SSP4_v9_130325,0.0031073721050908,1.05952429308909,0.0681800587843877,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s4,0.757508659263698,0.0164816810924002,1.025,0.85,2.63911822036366,1.15,0.000355038939539856,0.510368611745326,0.18380421752541,0.475,0.995961271646254,0.0665930165455536,0.538777971110566,0.475,1.025,0.925,SSP4_v9_130325,0.00166362297378765,1.13023352141878,0.0746372740121221,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s5,1.10702553157996,0.0195153420744095,0.925,1.05,1.95564174279705,0.95,0.000541474446981304,0.463759734884964,0.233937129448582,0.375,1.01429697586053,0.0460025680312655,0.663283519442843,0.575,0.925,1.025,SSP4_v9_130325,0.00380151109291787,1.41308243796291,0.0518547247599017,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s6,0.904751795579638,0.014883952352434,0.975,0.95,1.5326678266634,1.05,0.000644961060460144,0.536240265115036,0.212346886972287,0.325,0.985703024139469,0.0571740490794656,0.609273623799508,0.525,1.075,1.075,SSP4_v9_130325,0.000566229941729453,1.25596759516129,0.0626567038885685,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s7,0.586550850910511,0.0177761848815033,1.075,1.15,2.27970111665706,0.85,0.000458525553018697,0.489631388254674,0.260527881418834,0.425,1.00403872835375,0.0798896931694546,0.72318637006061,0.425,0.975,0.975,SSP4_v9_130325,0.00258327082161359,0.965814799062106,0.0377555942221132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s8,0.637469055799734,0.0161451239025991,0.9625,1.075,2.20010973398956,0.875,0.000311775765135834,0.547056058716041,0.192800029046496,0.3125,1.00618145203469,0.075567884872693,0.650018288998261,0.5375,0.9375,1.0375,SSP4_v9_130325,0.000120282175426774,0.891887448437578,0.0712118788776287,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85_RCP85
-ssp3/SSP4,s9,0.945596455475206,0.0189617450307193,1.0625,0.875,1.35732930035908,1.075,0.000520517940325328,0.494870514918668,0.239559992470989,0.4125,0.988879099276111,0.0547823376612273,0.50955488339318,0.4375,1.0375,0.9375,SSP4_v9_130325,0.00234690178747525,1.22440066684258,0.0488966261241963,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s10,1.20035812176558,0.0141930803193253,1.0125,1.175,1.86689878372589,0.975,0.000613383146545596,0.515846543233086,0.217869810476089,0.4625,1.01875730938355,0.0413016340925494,0.706059394388144,0.4875,0.9875,0.9875,SSP4_v9_130325,0.00142716031068459,1.36461978407775,0.0600036577996521,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s11,0.793721583838461,0.0174441619932556,0.9125,0.975,2.53635636632886,1.175,0.000436613827067657,0.471654213363601,0.271862456961672,0.3625,0.998003618940327,0.0641418863274146,0.594483130620982,0.5875,1.0875,1.0875,SSP4_v9_130325,0.00341953258414604,1.09640926660958,0.0319109766786359,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s12,0.720272375635691,0.0153758683533846,1.0875,1.025,2.03954848167161,1.125,0.000386616853454404,0.484153456766914,0.170882402478323,0.4875,1.01112090072389,0.059490777086047,0.676803693360084,0.5625,1.0125,1.0125,SSP4_v9_130325,0.00189212964131879,1.16226839988369,0.042072529455344,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s13,1.04257572211652,0.0181288048352215,0.9875,0.825,2.76772726788106,0.925,0.000563386172932343,0.528345786636399,0.228539454307542,0.3875,0.993818547965311,0.0863631989549471,0.56036264727672,0.4625,0.9125,0.9125,SSP4_v9_130325,0.00434336043324653,1.48105451529319,0.0653607386720167,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s14,0.866512141959439,0.016804707709303,0.9375,1.125,2.3608221601605,1.025,0.000688224234864166,0.452943941283958,0.20650071606887,0.3375,1.00199638105967,0.0692249318363585,0.744621211313509,0.4125,1.0625,0.9625,SSP4_v9_130325,0.000896139186659616,1.28895732080542,0.0546516160557205,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s15,0.518302192562448,0.020322988909203,1.0375,0.925,1.66217588366032,0.825,0.000479482059674672,0.505129485081332,0.252379396183799,0.4375,0.981242690616446,0.049394653560423,0.623258080278603,0.5125,0.9625,1.0625,SSP4_v9_130325,0.00283371938387078,1.01745066881039,0.0789242422627019,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s16,0.555831169475855,0.0169639525567127,1.06875,0.9625,1.81991106803149,0.9375,0.000510232392164219,0.532072887785893,0.248870715627623,0.38125,0.996991278062809,0.0775725104376386,0.714288553773823,0.43125,1.05625,1.00625,SSP4_v9_130325,0.00223194813907541,1.1136120735209,0.0560101183634688,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s17,0.885382002284004,0.0210112971026069,0.96875,1.1625,2.48983256136251,1.1375,0.000277848930839431,0.486931788753277,0.203391402543625,0.48125,1.01627309112316,0.055992015535489,0.602003170457882,0.53125,0.95625,0.90625,SSP4_v9_130325,-0.000225091702494338,1.38740830077277,0.0819073529055653,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s18,1.07265989452058,0.0155868424254259,0.91875,0.8625,2.16040588717377,0.8375,0.000425089492359366,0.50772799490402,0.225879639960793,0.43125,0.987386431760511,0.0439127712797183,0.656635764536351,0.58125,1.00625,0.95625,SSP4_v9_130325,0.00325726148425954,1.24006378303779,0.0439431411351161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s19,0.739080914484894,0.0183169467731472,1.01875,1.0625,1.22345844130309,1.0375,0.000599717454854304,0.458923714778798,0.160097388294773,0.33125,1.00509351712245,0.0653502143516571,0.525636775704323,0.48125,0.90625,1.05625,SSP4_v9_130325,0.00130374527494105,0.933283568730589,0.0667510274482302,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s20,0.811723561813091,0.0145781017285156,0.99375,0.9125,2.31996410908637,1.0875,0.000552272844986891,0.497441901958945,0.265564342235259,0.40625,0.977620125513487,0.0606408001396804,0.759536764527826,0.45625,0.98125,1.03125,SSP4_v9_130325,0.00404088993625876,1.03932781670073,0.0613271529072703,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s21,1.27867155479907,0.0176082722818934,1.09375,1.1125,1.60096386893526,0.8875,0.000371708448856429,0.555537767290142,0.215138053000053,0.30625,1.00099540748345,0.0920543123124768,0.630050591817344,0.55625,1.08125,0.93125,SSP4_v9_130325,0.00177849673178632,1.30632908027424,0.0351273551408646,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s22,0.967460255879985,0.0163157343086944,1.04375,0.8125,1.9980674682256,1.1875,0.000469088020383919,0.475070636286424,0.23671003978916,0.35625,0.992687244895838,0.0706417989913451,0.683755137241151,0.50625,0.93125,0.98125,SSP4_v9_130325,0.00270625549579996,1.53632338145798,0.0728577107547646,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s23,0.659822399016372,0.0192199446791976,0.94375,1.0125,2.6984841376197,0.9875,0.000664305140884809,0.518727626910159,0.188591856067305,0.45625,1.00976177220272,0.0508618061690498,0.569715705675581,0.40625,1.03125,1.08125,SSP4_v9_130325,0.000739890426361109,1.17790268992326,0.0504006340915763,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85_RCP85
-ssp3/SSP4,s24,0.613305990859829,0.015144549508532,1.00625,1.1375,2.58573132264294,0.9625,0.000530911979616082,0.467927112214107,0.280986369139756,0.39375,1.01261356823949,0.0375112185092667,0.586651844671915,0.51875,1.09375,0.94375,SSP4_v9_130325,0.00246376591881312,1.0784533549657,0.0639988036362123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s25,0.924765545372052,0.0179491845405465,0.90625,0.9375,1.91201902274729,1.1625,0.000335694859115191,0.513068211246723,0.220560007965538,0.49375,0.994906482877554,0.0629592943575224,0.698305426893752,0.41875,0.99375,1.04375,SSP4_v9_130325,0.000366018065413358,1.34384431300944,0.0400321289645085,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s26,1.14796383573652,0.0166442917340933,0.95625,1.0375,1.45382065422594,0.8625,0.000447727155013109,0.49227200509598,0.242513038619577,0.44375,1.00300872193719,0.0737802784962002,0.487243073550515,0.46875,1.04375,1.09375,SSP4_v9_130325,0.00359859388839283,1.20887988083378,0.0766161379206566,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s27,0.775684501313513,0.0198683724187485,1.05625,0.8375,2.23981458721811,1.0625,0.000628291551143571,0.541076285221202,0.196603135948373,0.34375,0.98372690887684,0.0535340026332321,0.643400981195628,0.56875,0.94375,0.99375,SSP4_v9_130325,0.00154678751195927,0.830370088760757,0.0532689156075198,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s28,0.700929747371526,0.0159682401547554,0.93125,1.1875,1.71829423405349,1.0125,0.000574910507640634,0.502558098041055,0.256217545619715,0.41875,1.00731275510416,0.0678804830131246,0.616344578037599,0.59375,0.96875,0.91875,SSP4_v9_130325,0.00478677313697751,0.993276921222517,0.0473303689343829,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s29,1.01549786215778,0.0187294422070409,1.03125,0.9875,2.40253082344691,0.8125,0.000400282545145696,0.444462232709858,0.209475875237224,0.31875,0.990238227797279,0.0477946545044833,0.733080689603283,0.49375,1.06875,1.01875,SSP4_v9_130325,0.00200517406641431,1.2722224594138,0.0696610853787504,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s30,0.848018203244923,0.0136287825630473,1.08125,1.0875,2.85722058716696,1.1125,0.000489767607835781,0.524929363713576,0.231219762961236,0.36875,1.02237987448651,0.0583376300831982,0.550160644822543,0.44375,0.91875,1.06875,SSP4_v9_130325,0.00296689703957184,1.44319932957314,0.0274486147101029,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s31,0.46586237592482,0.0172827362013648,0.98125,0.8875,2.08030355090406,0.9125,0.000722151069160569,0.481272373089841,0.178123799591846,0.46875,0.999004592516552,0.0826936740969877,0.669994018181062,0.54375,1.01875,0.96875,SSP4_v9_130325,0.00104017670701321,1.14641307202108,0.0586801962391255,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s32,0.494976752878488,0.0158768313564909,1.021875,1.03125,2.3815522829684,1.05625,0.000419136521178,0.514446154763424,0.229876046028221,0.309375,0.98957276973737,0.0469276791700665,0.605666241765819,0.434375,0.921875,0.953125,SSP4_v9_130325,0.000250780125770076,1.50526102395078,0.0553334693605635,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s33,0.857225345794546,0.01862071723007,0.921875,0.83125,1.69078063630198,0.85625,0.000593243708872467,0.469836096843401,0.174767597067827,0.409375,1.00674094875661,0.0672304563969397,0.718637782740069,0.534375,1.021875,1.053125,SSP4_v9_130325,0.00240505145122026,1.17010713461203,0.0802890762142756,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s34,1.02871834604817,0.013151494534199,0.971875,1.13125,2.06000408081691,1.15625,0.000505112898801159,0.543874583760257,0.25425004597765,0.459375,0.998505155686726,0.0812146094650681,0.532479519836024,0.584375,0.971875,1.003125,SSP4_v9_130325,0.00148738042307358,1.02863167563546,0.043026021210066,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s35,0.710678668092512,0.0172027112112672,1.071875,0.93125,2.80867228642827,0.95625,0.000250484097467678,0.493575552096927,0.208003028930843,0.359375,1.02034495374429,0.0577576235940544,0.659953900041263,0.484375,1.071875,0.903125,SSP4_v9_130325,0.00350660648147003,1.2975523484527,0.0660517427656132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s36,0.784713748937226,0.015018674595073,0.946875,1.08125,1.88966727977774,0.90625,0.000463831841757581,0.449188904502972,0.241021766816909,0.484375,0.994367245130433,0.0623751928418155,0.633411795269669,0.459375,1.046875,0.978125,SSP4_v9_130325,0.00194868641612365,1.23220850256575,0.0606650325435928,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s37,1.17222227565844,0.0178619599742902,1.046875,0.88125,2.56062740433711,1.10625,0.000654215429533299,0.503841285234415,0.194744369169865,0.384375,1.01184764242732,0.0343359424517551,0.770186307528287,0.559375,0.946875,1.078125,SSP4_v9_130325,0.00453740774121244,0.914087606720689,0.0336166290294885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s38,0.935066564406939,0.0165633286287811,1.096875,1.18125,2.21995097630778,0.80625,0.000546839541824804,0.482727477646748,0.275869473811529,0.334375,0.982570553546133,0.0528911708280976,0.574142792824766,0.509375,1.096875,1.028125,SSP4_v9_130325,0.000969447121987984,1.10509316432649,0.0720209134779038,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s39,0.625653666207457,0.0196827596390536,0.996875,0.98125,1.40849887088466,1.00625,0.00036363784185786,0.52660463943465,0.219219062445631,0.434375,1.00250075197768,0.0729486742027431,0.687299771106626,0.409375,0.996875,0.928125,SSP4_v9_130325,0.00289950490513997,1.37571819185351,0.0496555759925912,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s40,0.670482607284226,0.0143990007676931,1.059375,0.85625,1.5678694071073,1.03125,0.000442215380946305,0.488290114543799,0.235315383830358,0.321875,1.00049735855374,0.08880345577479,0.702132032234809,0.521875,0.934375,1.090625,SSP4_v9_130325,-0.000501221609615387,1.42744234596471,0.0633257527754635,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s41,0.978863354196337,0.0175258148397065,0.959375,1.05625,2.2997725832639,0.83125,0.000620655612626395,0.534090539535535,0.186285421106372,0.421875,0.974586466924887,0.0600657395499625,0.590610828316342,0.421875,1.034375,0.990625,SSP4_v9_130325,0.00217497970030118,1.1383707657823,0.0389289802369101,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s42,1.34607564708019,0.0162311046566854,0.909375,0.95625,2.66787838860157,1.13125,0.000525697791612292,0.461446142616675,0.262932033175233,0.471875,1.00912058864837,0.0501421548077504,0.646711440929383,0.471875,0.984375,0.940625,SSP4_v9_130325,0.0012402405991124,0.980041903108993,0.0755959462867191,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s43,0.820742409740865,0.0190870381658273,1.009375,1.15625,1.97698752802897,0.93125,0.000324501664958974,0.509042039560605,0.21375109981878,0.371875,0.992101409620163,0.0699231899009564,0.499590519710984,0.571875,1.084375,1.040625,SSP4_v9_130325,0.0031809795469817,1.26404361492191,0.0525662509342991,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s44,0.748333874899711,0.0168844156669,0.984375,0.80625,2.46739281717268,0.98125,0.000484634859062338,0.562378975633081,0.224552560060982,0.496875,1.01523907563258,0.0553912684262123,0.738580554539994,0.596875,1.009375,1.065625,SSP4_v9_130325,0.00172125798876062,1.20114415132458,0.0465191581348445,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85_RCP85
-ssp3/SSP4,s45,1.08919818723262,0.0206206338596022,1.084375,1.00625,1.79557474404534,1.18125,0.00070324438198811,0.49872177529971,0.15082822295922,0.396875,0.996478904308206,0.0765382717981715,0.619818624455739,0.496875,0.909375,0.965625,SSP4_v9_130325,0.00391548430873012,0.777608542828672,0.0689130939057559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s46,0.894995966955985,0.0154834951368821,1.034375,0.90625,1.1192280923699,0.88125,0.000569090089413008,0.5202158697055,0.247210684327461,0.346875,1.00456253746093,0.0647423148103763,0.673383972208288,0.446875,1.059375,0.915625,SSP4_v9_130325,0.000655677465786176,1.06912671881298,0.0239742697456634,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s47,0.571811555845319,0.0182216730638835,0.934375,1.10625,2.14049981166476,1.08125,0.000393581442261402,0.476689072781883,0.201774838984524,0.446875,0.986573454726325,0.0426955036550285,0.555384724808751,0.546875,0.959375,1.015625,SSP4_v9_130325,0.00264427021571521,1.33403311783359,0.0580166603888253,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s48,0.538208450072947,0.0156865240050789,0.953125,1.19375,2.92111784516972,1.19375,0.000606418557738598,0.496158714765585,0.210922772029275,0.378125,0.995437462539068,0.0971988357708336,0.640083301944127,0.403125,1.065625,1.059375,SSP4_v9_130325,0.00252313890626854,1.28052087526604,0.0299181039421968,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP4,s49,0.875892712855531,0.0184149506719484,1.053125,0.99375,2.10047077161802,0.99375,0.000430909910586993,0.550811095497028,0.258301516946853,0.478125,1.01342654527367,0.0612168212045382,0.469871348728317,0.503125,0.965625,0.959375,SSP4_v9_130325,0.000470275876885648,1.00570099961244,0.0593422881858766,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45_RCP45
-ssp3/SSP4,s50,1.05717760075177,0.0170434363914586,1.003125,1.09375,1.7448567569486,1.09375,0.00029675561801189,0.47339536056535,0.181104524380354,0.428125,0.98476092436742,0.0515576973712925,0.694565469528779,0.553125,1.015625,0.909375,SSP4_v9_130325,0.00369646682208385,1.15437454544587,0.0481221656632684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60_RCP60
-ssp3/SSP5,s1,0.829789516366302,0.0255478849592337,1,1,1.42604936100282,1,0.000374470532300597,0.518835921530899,0.154964919394384,0.4,1.00976578836866,0.0445126831921568,0.507535231658141,0.5,1,1,SSP5_v9_130325,0.0039765788368659,0.809860386529016,0.0374470532300597,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s2,0.990635701586279,0.0237763289140303,1.05,0.9,1.73043518805055,0.9,0.000465694046538295,0.504908658487231,0.130143746947899,0.45,1.00535092206312,0.057952756518755,0.481114670837621,0.55,0.95,1.05,SSP5_v9_130325,0.00353509220631231,1.13335060440038,0.0292208157420578,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s3,0.680862481687397,0.0271331205428652,0.95,1.1,1.16465293972623,1.1,0.000292208157420578,0.532271087533741,0.181772616931047,0.35,1.01407716596062,0.0330090823549182,0.537061126457078,0.45,1.05,0.95,SSP5_v9_130325,0.00440771659606246,0.536757866865578,0.0465694046538295,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s4,0.757508659263698,0.0247306648304096,1.025,0.85,1.95469178672338,1.15,0.000242651625750109,0.525268234769637,0.114425141818419,0.475,1.00768988334135,0.0506301059058289,0.464769838803214,0.475,1.025,0.925,SSP5_v9_130325,0.00376898833413467,0.671344249340324,0.0531531191676086,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s5,1.10702553157996,0.0281138114822018,0.925,1.05,1.29566808952084,0.95,0.000416869470585662,0.495007754878345,0.167458632596606,0.375,1.01702968341419,0.0261085152314528,0.521155549229806,0.575,0.925,1.025,SSP5_v9_130325,0.00470296834141868,1.35811642362836,0.0334097948543317,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s6,0.904751795579638,0.0224481941921206,0.975,0.95,1.0173527916633,1.05,0.000531531191676087,0.541248926790519,0.142918109877283,0.325,1.00220224990988,0.0388290458435607,0.494612271963882,0.525,1.075,1.075,SSP5_v9_130325,0.00322022499098756,0.960006429904691,0.0416869470585662,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s7,0.586550850910511,0.0263232635198016,1.075,1.15,1.56618988795323,0.85,0.000334097948543317,0.512293272169141,0.201170921929993,0.425,1.0118185538767,0.0684984107814919,0.559196675396549,0.425,0.975,0.975,SSP5_v9_130325,0.00418185538766952,0.396715705353578,0.0242651625750109,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s8,0.637469055799734,0.0242793270700347,0.9625,1.075,1.49419684387772,0.875,0.000208738277397614,0.548097210546723,0.122911509299956,0.3125,1.01290330152184,0.0625634106275243,0.514178583117231,0.5375,0.9375,1.0375,SSP5_v9_130325,0.00296571669900166,0.317654756843783,0.0495172071217179,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s9,0.945596455475206,0.0275864071203186,1.0625,0.875,0.923152127055958,1.075,0.000395194273741454,0.515617011061736,0.174266075912534,0.4125,1.00394584446383,0.0359763457745679,0.453106230961815,0.4375,1.0375,0.9375,SSP5_v9_130325,0.00407824556004982,0.882919652404947,0.0313602797328327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s10,1.20035812176558,0.0213497915088738,1.0125,1.175,1.23094388830593,0.975,0.000495172071217179,0.528643312224093,0.14895359730641,0.4625,1.01934438411581,0.0212752105246864,0.546851462001555,0.4875,0.9875,0.9875,SSP5_v9_130325,0.00365738675829258,1.23589676450312,0.0395194273741454,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s11,0.793721583838461,0.0259362745293572,0.9125,0.975,1.83058616285321,1.175,0.000313602797328327,0.500480502898645,0.216726353627597,0.3625,1.00874347893471,0.0474795830984112,0.488029549334998,0.5875,1.0875,1.0875,SSP5_v9_130325,0.00454070139436039,0.604030111091829,0.0208738277397614,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s12,0.720272375635691,0.0231889079884642,1.0875,1.025,1.36028939867388,1.125,0.000269081865342875,0.508769378924824,0.103050365427075,0.4875,1.0154070139436,0.0416515974026395,0.528677835160263,0.5625,1.0125,1.0125,SSP5_v9_130325,0.00387434789347137,0.739656627031907,0.0269081865342875,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45_RCP45
-ssp3/SSP5,s13,1.04257572211652,0.0267182273538555,0.9875,0.825,2.13209356123812,0.925,0.000440081976996717,0.536343731863701,0.16108535699324,0.3875,1.00657386758293,0.0775703616307693,0.473559902765642,0.4625,0.9125,0.9125,SSP5_v9_130325,0.00493443841158129,1.52077306545605,0.0440081976996717,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s14,0.866512141959439,0.0251492833517119,0.9375,1.125,1.64396644463383,1.025,0.000583428870538094,0.487091491163653,0.136712062605948,0.3375,1.0107824556005,0.0540682418451556,0.577503362853193,0.4125,1.0625,0.9625,SSP5_v9_130325,0.00339458444638262,1.04269953764955,0.0354242097637093,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s15,0.518302192562448,0.0288136285408064,1.0375,0.925,1.09470488765068,0.825,0.000354242097637093,0.522027912056015,0.190429287019419,0.4375,0.999657166990017,0.0298003250301597,0.501062080432857,0.5125,0.9625,1.0625,SSP5_v9_130325,0.00429033015218374,0.468304546840174,0.0583428870538094,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s16,0.555831169475855,0.0253504314771848,1.06875,0.9625,1.1981031729533,0.9375,0.000384743872167725,0.538652769892149,0.18591631035963,0.38125,1.00822234017848,0.065302867139981,0.552585805430971,0.43125,1.05625,1.00625,SSP5_v9_130325,0.00402732977810051,0.637618888538133,0.0364320340674248,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s17,0.885382002284004,0.0293462394216383,0.96875,1.1625,1.7783486346486,1.1375,0.000184176225589994,0.510563519816143,0.133488291228588,0.48125,1.01804877712492,0.0374111562328369,0.491348451208211,0.53125,0.95625,0.90625,SSP5_v9_130325,0.00274819281814002,1.29377340629257,0.0625954143813232,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s18,1.07265989452058,0.0234961624493063,0.91875,0.8625,1.45974101951372,0.8375,0.000303060224569368,0.523637076103708,0.158003033874154,0.43125,1.0031325205989,0.0239173092884741,0.517613736965767,0.58125,1.00625,0.95625,SSP5_v9_130325,0.00447165884083776,0.920873552173339,0.0280933091360405,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s19,0.739080914484894,0.0269222522435509,1.01875,1.0625,0.859482893776748,1.0375,0.000479817302591742,0.491536597780831,0.0943103959874701,0.33125,1.0123526967519,0.0490262448414212,0.459503720168343,0.48125,0.90625,1.05625,SSP5_v9_130325,0.00359794192108405,0.358609364410854,0.0452516676815704,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s20,0.811723561813091,0.0219703592308003,0.99375,0.9125,1.6042045505433,1.0875,0.000428238622935884,0.517234485554232,0.207993972622753,0.40625,0.9974819281814,0.0430732221145738,0.59330857308683,0.45625,0.98125,1.03125,SSP5_v9_130325,0.00480487771249159,0.502774842646106,0.0405880617536309,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s21,1.27867155479907,0.0261293905050714,1.09375,1.1125,1.05731479875718,0.8875,0.000256434784736817,0.553641497833926,0.145947416885585,0.30625,1.01027329778101,0.08569132650396,0.504286646039319,0.55625,1.08125,0.93125,SSP5_v9_130325,0.00382223401784776,1.08683638323247,0.022714721998117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s22,0.967460255879985,0.0245100667090002,1.04375,0.8125,1.32791186735856,1.1875,0.00034418527303489,0.502786366132187,0.170794257562009,0.35625,1.00597941921084,0.0559413014759793,0.5327354953392,0.50625,0.93125,0.98125,SSP5_v9_130325,0.00423526967519018,1.64056409415327,0.0512183149516782,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s23,0.659822399016372,0.0278372722816193,0.94375,1.0125,2.03298624616597,0.9875,0.000554428629031092,0.530416127348123,0.118884331809971,0.45625,1.01471658840838,0.0314458240278456,0.477444062091939,0.40625,1.03125,1.08125,SSP5_v9_130325,0.00331325205989018,0.774464951216024,0.032392451151527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s24,0.613305990859829,0.0228448469200481,1.00625,1.1375,1.88859543680006,0.9625,0.000405880617536309,0.497923833029033,0.229778592466511,0.39375,1.01616770231466,0.0176436458572584,0.484629138483649,0.51875,1.09375,0.94375,SSP5_v9_130325,0.00412964103959777,0.570455580971836,0.0428238622935884,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s25,0.924765545372052,0.0265190930035269,0.90625,0.9375,1.26340178270675,1.1625,0.00022714721998117,0.526932625299861,0.151953926968848,0.49375,1.00714201542879,0.0459784397954695,0.541730561229495,0.41875,0.99375,1.04375,SSP5_v9_130325,0.00310903065518684,1.18278674084955,0.0256434784736817,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s26,1.14796383573652,0.0249431738486793,0.95625,1.0375,0.973497139848872,0.8625,0.00032392451151527,0.513973586227379,0.177910042646664,0.44375,1.01129641039598,0.0601415494078447,0.444229388587611,0.46875,1.04375,1.09375,SSP5_v9_130325,0.00461677023146569,0.84596656010592,0.0554428629031092,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s27,0.775684501313513,0.0284297788830736,1.05625,0.8375,1.52960693325418,1.0625,0.000512183149516782,0.544287563640795,0.126637066502729,0.34375,1.00109030655187,0.0345134929526982,0.510826118751688,0.56875,0.94375,0.99375,SSP5_v9_130325,0.00371420154287917,0.271219489459405,0.034418527303489,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s28,0.700929747371526,0.0240358671313929,0.93125,1.1875,1.13031072912146,1.0125,0.000452516676815704,0.520430667391534,0.19544331575343,0.41875,1.0134758139166,0.0523050743679224,0.497843484877907,0.59375,0.96875,0.91875,SSP5_v9_130325,0.00512728362958118,0.433079170378261,0.0303060224569368,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s29,1.01549786215778,0.0273533573115677,1.03125,0.9875,1.68587190261596,0.8125,0.000280933091360405,0.480422518995141,0.139846819080816,0.31875,1.00467796407618,0.0280388222972649,0.567160580894222,0.49375,1.06875,1.01875,SSP5_v9_130325,0.00392568769672171,1.00052954189557,0.0479817302591742,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s30,0.848018203244923,0.020401477712308,1.08125,1.0875,2.27684609453492,1.1125,0.000364320340674248,0.534234671628144,0.164230333714001,0.36875,1.02127283629581,0.0402396243374653,0.46937882102247,0.44375,0.91875,1.06875,SSP5_v9_130325,0.00434758139166003,1.43184008027925,0.0184176225589995,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s31,0.46586237592482,0.0257428003469886,0.98125,0.8875,1.39295143543564,0.9125,0.000625954143813233,0.506892354878546,0.109305194912642,0.46875,1.00925687696722,0.0724034223024143,0.524832179673176,0.54375,1.01875,0.96875,SSP5_v9_130325,0.00346779640761783,0.705320046933742,0.0384743872167725,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45_RCP45
-ssp3/SSP5,s32,0.494976752878488,0.0239083578342518,1.021875,1.03125,1.66462240889916,1.05625,0.000297679254622976,0.527781270695451,0.162648785475922,0.309375,1.00432045397671,0.0270992248228053,0.492985769179681,0.434375,0.921875,0.953125,SSP5_v9_130325,0.00304284634812519,1.5748867606918,0.0359275375894697,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s33,0.857225345794546,0.0272418796488175,0.921875,0.83125,1.11269383225339,0.85625,0.000472622006295732,0.499239000315916,0.106368075012158,0.409375,1.01318642838976,0.0514577218695133,0.555759023672102,0.534375,1.021875,1.053125,SSP5_v9_130325,0.00410386289508131,0.756994757881581,0.0602046717249145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s34,1.02871834604817,0.0195628689119369,0.971875,1.13125,1.3765754755607,1.15625,0.000379588527538187,0.546062060159831,0.192862933458628,0.459375,1.00900093651959,0.0703386026715292,0.462239774047237,0.584375,0.971875,1.003125,SSP5_v9_130325,0.00368608202981111,0.485615380940897,0.0275091227141327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s35,0.710678668092512,0.0256455905078735,1.071875,0.93125,2.19558694769315,0.95625,0.000165813700848493,0.514799195970277,0.138288854849879,0.359375,1.02018301220445,0.0395346895536722,0.519369667585754,0.484375,1.071875,0.903125,SSP5_v9_130325,0.0045777007647797,1.06449897560519,0.0446216916408331,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s36,0.784713748937226,0.0226544535706401,0.946875,1.08125,1.2472080851791,0.90625,0.000339148782574894,0.484198017420206,0.176063934626703,0.484375,1.00686082029811,0.0452417256011648,0.505906807946873,0.459375,1.046875,0.978125,SSP5_v9_130325,0.00390009365195899,0.901761024614156,0.0400504008981708,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45_RCP45
-ssp3/SSP5,s37,1.17222227565844,0.0264208538061694,1.046875,0.88125,1.85875185832105,1.10625,0.000542424951137921,0.521228398704013,0.124806033425309,0.384375,1.0157770076478,0.0148031350967496,0.607285370023932,0.559375,0.946875,1.078125,SSP5_v9_130325,0.0050183012204453,0.338593044704906,0.021842496211076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s38,0.935066564406939,0.0248378178716749,1.096875,1.18125,1.51176973084215,0.80625,0.000422501087837271,0.507842563718182,0.222399403254789,0.334375,1.00042846348125,0.0337674534500714,0.479302021095942,0.509375,1.096875,1.028125,SSP5_v9_130325,0.00343204539767146,0.620814807062667,0.0503436073887525,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s39,0.625653666207457,0.0282656155066586,0.996875,0.98125,0.949392799440172,1.00625,0.00024971373195203,0.535268145711333,0.150453452136176,0.434375,1.01103862895081,0.0590219982729302,0.534860647424336,0.409375,0.996875,0.928125,SSP5_v9_130325,0.0043186428389757,1.26415185498058,0.0318786426344541,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s40,0.670482607284226,0.021684340434528,1.059375,0.85625,1.03772044976025,1.03125,0.000318786426344542,0.511435442678212,0.169111360863951,0.321875,1.01001952840025,0.0810378804500765,0.54422610398848,0.521875,0.934375,1.090625,SSP5_v9_130325,0.00255630553933359,1.39354444725893,0.0422501087837271,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s41,0.978863354196337,0.026032808911642,0.959375,1.05625,1.58500009956153,0.83125,0.000503436073887525,0.539907518380715,0.116719779162328,0.421875,0.995563055393336,0.04236069416707,0.486341391293893,0.421875,1.034375,0.990625,SSP5_v9_130325,0.0040019528400247,0.688293915749401,0.024971373195203,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s42,1.34607564708019,0.0243961110127273,0.909375,0.95625,1.99193773788207,1.13125,0.000400504008981708,0.493359652416935,0.204410276758331,0.471875,1.01439141932741,0.0306351511458141,0.512493388112557,0.471875,0.984375,0.940625,SSP5_v9_130325,0.00356700005385707,0.415070374632029,0.0542424951137921,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s43,0.820742409740865,0.0277092112366603,1.009375,1.15625,1.31178281980559,0.93125,0.00021842496211076,0.524449237818174,0.144436784923168,0.371875,1.00567000053857,0.0549894467329411,0.449149058379277,0.571875,1.084375,1.040625,SSP5_v9_130325,0.00443914193274139,0.980079405766155,0.0339148782574894,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s44,0.748333874899711,0.0252503951847378,0.984375,0.80625,1.75392052385204,0.98125,0.000359275375894697,0.558285202632829,0.156479541305052,0.496875,1.01751443304365,0.0366965171715267,0.571927554611336,0.596875,1.009375,1.065625,SSP5_v9_130325,0.00379577676189999,0.82781646901177,0.0297679254622976,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s45,1.08919818723262,0.0290510590601845,1.084375,1.00625,1.18147028650052,1.18125,0.000602046717249145,0.518036615779975,0.0873621295303796,0.396875,1.007957767619,0.063886494011803,0.499453176087923,0.496875,0.909375,0.965625,SSP5_v9_130325,0.00475144330436488,0.243399117728275,0.0472622006295732,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s46,0.894995966955985,0.023346429681656,1.034375,0.90625,0.815130726652156,0.88125,0.000446216916408331,0.531331870954475,0.183804568496687,0.346875,1.01208386502939,0.0482465373259842,0.526731438730719,0.446875,1.059375,0.915625,SSP5_v9_130325,0.00326850798039253,0.55363153440391,0.0165813700848493,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s47,0.571811555845319,0.0268195169554694,0.934375,1.10625,1.44281069321152,1.08125,0.000275091227141327,0.5038672630447,0.131833423677469,0.446875,1.00268507980393,0.0226719889756416,0.471513169613941,0.546875,0.959375,1.015625,SSP5_v9_130325,0.00420838650293882,1.15766245767979,0.0379588527538187,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s48,0.538208450072947,0.0236391716623519,0.953125,1.19375,2.39700073798537,1.19375,0.000487318404551527,0.516428354390212,0.141388979149952,0.378125,1.00741815820204,0.0931223885794789,0.509174215352431,0.403125,1.065625,1.059375,SSP5_v9_130325,0.00415562325723436,1.02139042696757,0.0197631359640276,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP5,s49,0.875892712855531,0.0270266897004423,1.053125,0.99375,1.40943626713933,0.99375,0.00030836419868959,0.550527962762005,0.198199697872104,0.478125,1.01658336995783,0.0437902048863725,0.437220720729688,0.503125,0.965625,0.959375,SSP5_v9_130325,0.00316749904541451,0.450806647777158,0.0389943405497477,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60_RCP60
-ssp3/SSP5,s50,1.05717760075177,0.0254495458101619,1.003125,1.09375,1.14761394551198,1.09375,0.000197631359640276,0.50165990751928,0.111968592640887,0.428125,1.00167499045415,0.0322360912639921,0.539347077564318,0.553125,1.015625,0.909375,SSP5_v9_130325,0.00465833699578265,0.722436363502344,0.030836419868959,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85_RCP85
-ssp3/SSP1,s1,1.32562129665415,0.0228770160929893,1,1,2.45478849592337,1,0.000595900536432978,0.543143007232545,0.273082824305185,0.4,1.01533023412577,0.195035080482664,0.692464749320561,0.5,1,1,SSP1_v9_130325,0.00453302341257665,0.810684004351103,0.0625529531354358,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s2,1.55527223228714,0.0214839384786384,1.05,0.9,2.61331205428652,0.9,0.000640565156638916,0.522883961636984,0.260497349959828,0.45,1.00172299275499,0.219856253222114,0.662938815233838,0.55,0.95,1.05,SSP1_v9_130325,0.00317229927549911,0.906263499136442,0.0534306136855851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s3,1.07191176395631,0.0242169546991675,0.95,1.1,2.27763289140303,1.1,0.000549464615954612,0.560804997269742,0.284824516367045,0.35,1.02739549215156,0.168227382610388,0.718885342381086,0.45,1.05,0.95,SSP1_v9_130325,0.00573954921515635,0.719751001717084,0.0707791804420796,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s4,1.20697230364145,0.0222238146836663,1.025,0.85,2.71138114822018,1.15,0.000516155221532434,0.55187750477836,0.251190281847944,0.475,1.00900560184625,0.207081890146159,0.640803236535344,0.475,1.025,0.925,SSP1_v9_130325,0.00390056018462464,0.767050434233256,0.0757348286419711,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s5,1.6897577237565,0.0251160485505954,0.925,1.05,2.37306648304096,0.95,0.000617277303134053,0.507738565320178,0.278743046214026,0.375,1.03435622986656,0.148829077375294,0.705387725330026,0.575,0.925,1.025,SSP1_v9_130325,0.00643562298665592,0.975581514081939,0.0583130649033555,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s6,1.43879347060676,0.020484656645973,0.975,0.95,2.14481941921207,1.05,0.000670534951686513,0.571197905518257,0.267233889736522,0.325,0.992019633340972,0.182541367124365,0.67884441384016,0.525,1.075,1.075,SSP1_v9_130325,0.00220196333409721,0.855357549915867,0.0665902063269412,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s7,0.89480719793856,0.0235183190940216,1.075,1.15,2.53232635198016,0.85,0.000574127156122211,0.533822367498968,0.292533770487903,0.425,1.02130421583428,0.235574858511474,0.735230191370029,0.425,0.975,0.975,SSP1_v9_130325,0.00513042158342796,0.659206904835919,0.0468469071878789,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s8,0.991742625137279,0.0218711945581873,0.9625,1.075,2.49362745293572,0.875,0.000489233647613475,0.578207463425012,0.256377522723662,0.3125,1.02430218052628,0.227088490947081,0.698937908822619,0.5375,0.9375,1.0375,SSP1_v9_130325,0.00145599127524907,0.612907873297784,0.0730918071675773,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s9,1.49598392227497,0.0246241323378201,1.0625,0.875,2.03497915088738,1.075,0.000606509744141288,0.538606920741212,0.28168325290689,0.4125,0.997353970652949,0.175733923722865,0.622496525147897,0.4375,1.0375,0.9375,SSP1_v9_130325,0.00483324973432524,0.832619739985262,0.0559918173191546,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s10,1.7779985600881,0.0196770094284043,1.0125,1.175,2.32793270700347,0.975,0.000654137744594003,0.556262112241531,0.270217915435747,0.4625,1.03887858921521,0.133273645501426,0.726440118671977,0.4875,0.9875,0.9875,SSP1_v9_130325,0.00355392090120363,0.937095842491668,0.0645757939740144,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s11,1.26753706759354,0.0231952923242386,0.9125,0.975,2.65864071203186,1.175,0.000562373151939577,0.516162902682039,0.298377913202044,0.3625,1.01224215526975,0.201046402644416,0.671322117833912,0.5875,1.0875,1.0875,SSP1_v9_130325,0.00606853344549015,0.744235302709055,0.0416571447465924,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s12,1.14247077944909,0.0210382539570081,1.0875,1.025,2.41492833517119,1.125,0.000534608465233601,0.528650717535519,0.243472066157053,0.4875,1.0306853344549,0.18891464280766,0.711970455897592,0.5625,1.0125,1.0125,SSP1_v9_130325,0.00422421552697463,0.789001905527626,0.0504828149221249,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s13,1.61864423074685,0.0238548764408695,0.9875,0.825,2.78136285408064,0.925,0.000628495881362316,0.565677298115535,0.275901716090602,0.3875,1.00553920901204,0.246949634996918,0.653148466474403,0.4625,0.9125,0.9125,SSP1_v9_130325,0.00688785892152049,1.03212967650528,0.0686397189380529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s14,1.38236485705956,0.0225558377330524,0.9375,1.125,2.57182273538555,1.025,0.000693564028767276,0.495423807573882,0.26403872163715,0.3375,1.01833249734325,0.213287937490116,0.74689380901344,0.4125,1.0625,0.9625,SSP1_v9_130325,0.00273539706529493,0.879577030475797,0.0604805817202432,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s15,0.761189952199091,0.0258069208630183,1.0375,0.925,2.21889079884642,0.825,0.000585194591101746,0.547535881251776,0.288331312697671,0.4375,0.984559912752491,0.159570712415042,0.685821389195198,0.5125,0.9625,1.0625,SSP1_v9_130325,0.00543021805262787,0.692288788493118,0.0791261610664094,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s16,0.835091715767501,0.0227172636029591,1.06875,0.9625,2.30358671313929,0.9375,0.000601201580027229,0.568325269254885,0.286517618217063,0.38125,1.01064691506828,0.231115668477521,0.730621204693656,0.43125,1.05625,1.00625,SSP1_v9_130325,0.004683857101328,0.755793968723278,0.0615256204984147,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s17,1.41055444150041,0.0263712188277735,0.96875,1.1625,2.63533573115677,1.1375,0.00046629003063549,0.531295690688755,0.26232253470166,0.48125,1.0364540366315,0.179205742117026,0.675167778483337,0.53125,0.95625,0.90625,SSP1_v9_130325,0.000863340016303197,0.955019066895646,0.0815823652897331,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s18,1.65287782722142,0.0212705568935967,0.91875,0.8625,2.47428003469886,0.8375,0.000556101750950335,0.549707447065478,0.274493776424475,0.43125,0.994849324786775,0.142006026603364,0.702156508417857,0.58125,1.00625,0.95625,SSP1_v9_130325,0.00590073003037522,0.843850495466427,0.0520182898740626,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s19,1.1753247626442,0.0240317602701755,1.01875,1.0625,1.9401477712308,1.0375,0.000647105272406837,0.502350082190083,0.236739566424148,0.33125,1.02279604851805,0.204052583101622,0.632839320513339,0.48125,0.90625,1.05625,SSP1_v9_130325,0.0033684746457452,0.638687749996949,0.0696939749689246,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s20,1.29681333576129,0.0201316261330207,0.99375,0.9125,2.55190930035269,1.0875,0.000622808865182566,0.540898938609465,0.295128975867128,0.40625,0.978633400163032,0.191996965965197,0.755770657027304,0.45625,0.98125,1.03125,SSP1_v9_130325,0.00664540366314995,0.706508756376474,0.0655814751487526,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s21,1.83885093177464,0.0233557083756051,1.09375,1.1125,2.18448469200481,0.8875,0.000526001806115803,0.583231363955926,0.26874589329275,0.30625,1.01683857101328,0.255689604491029,0.689173857953081,0.55625,1.08125,0.93125,SSP1_v9_130325,0.00406469150682832,0.892530459324922,0.044557165974058,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s22,1.52526388549807,0.0220508149404081,1.04375,0.8125,2.39431738486793,1.1875,0.000579724245495502,0.51967541566605,0.280195290178982,0.35625,1.00368474645745,0.216511708904191,0.715370870725848,0.50625,0.93125,0.98125,SSP1_v9_130325,0.00527960485180521,1.08073008915199,0.0743565139852493,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s23,1.03334646179923,0.0248554512834591,0.94375,1.0125,2.74297788830736,0.9875,0.000680729976702151,0.558504999926227,0.253968110396014,0.45625,1.02900730030375,0.164083689130355,0.658269374155104,0.40625,1.03125,1.08125,SSP1_v9_130325,0.00248493247867749,0.799843467175398,0.0571761511691971,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s24,0.946093632834516,0.0207800541834741,1.00625,1.1375,2.68372722816193,0.9625,0.000611856945853502,0.512240779865518,0.303105987633539,0.39375,1.03245528481595,0.12022140652854,0.667264452189882,0.51875,1.09375,0.94375,SSP1_v9_130325,0.00498187667977155,0.732266431332542,0.0676075487702521,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s25,1.46721920237211,0.023684265955477,0.90625,0.9375,2.35100667090002,1.1625,0.000504387537767356,0.554058005002777,0.271660437589344,0.49375,1.00730739276995,0.198046072945306,0.722555955192795,0.41875,0.99375,1.04375,SSP1_v9_130325,0.00187023121420185,0.921008855345001,0.0487817091507921,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s26,1.73059851511886,0.0223917273648651,0.95625,1.0375,2.09703592308004,0.8625,0.000568360498013602,0.536253280766916,0.283220602855105,0.44375,1.01981876679772,0.223362933705274,0.606691295205134,0.46875,1.04375,1.09375,SSP1_v9_130325,0.00624552848159517,0.821587569198913,0.0772852679885396,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s27,1.23764536122364,0.0254218993010645,1.05625,0.8375,2.51293905050714,1.0625,0.000661848376115305,0.574412868682777,0.258530937889774,0.34375,0.988702312142019,0.172089956943029,0.695713339116476,0.56875,0.94375,0.99375,SSP1_v9_130325,0.00373073927699456,0.575218992076624,0.0594119487544212,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s28,1.1081227450125,0.0216830525285101,0.93125,1.1875,2.24961624493063,1.0125,0.000634392009005849,0.54535147250112,0.290311982169189,0.41875,1.02583169442174,0.21015318097886,0.682386230811322,0.59375,0.96875,0.91875,SSP1_v9_130325,0.00719735111998021,0.67671972457945,0.0547483489585553,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s29,1.58627898150604,0.0244131581722051,1.03125,0.9875,2.59222522435509,0.8125,0.000542351896453224,0.485036704150227,0.265669725137652,0.31875,0.999625836478426,0.154556683620141,0.740496314717893,0.49375,1.06875,1.01875,SSP1_v9_130325,0.00438005545257155,0.867230585187407,0.0719066858073614,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s30,1.3540958087412,0.0189887009190647,1.08125,1.0875,2.83462394216382,1.1125,0.000590575453431968,0.563185370303434,0.277315149110296,0.36875,1.0419735111998,0.185769666047509,0.647414115334135,0.44375,0.91875,1.06875,SSP1_v9_130325,0.00558316944217444,1.00023859154822,0.0374046210246963,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s31,0.656892770166578,0.0230360474008169,0.98125,0.8875,2.43504314771848,0.9125,0.000712373960925784,0.525859103605898,0.247839446560467,0.46875,1.01380055452572,0.240694805462358,0.708651550058782,0.54375,1.01875,0.96875,SSP1_v9_130325,0.00296258364784258,0.778094042613963,0.0635679709735429,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s32,0.714888292436199,0.0215850485819163,1.021875,1.03125,2.58195169554694,1.05625,0.000552834952730544,0.55515621770952,0.276607200944839,0.309375,0.998514806365428,0.151800301468419,0.67702491808638,0.434375,0.921875,0.953125,SSP1_v9_130325,0.00167687114651486,1.05309779269465,0.0610056678510581,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s33,1.36824815043632,0.0243134765478343,0.921875,0.83125,2.2346429681656,0.85625,0.000643782551594476,0.514261654608745,0.245829309737366,0.409375,1.025063385544,0.208611020891597,0.732861135411184,0.534375,1.021875,1.053125,SSP1_v9_130325,0.0049076166988598,0.794426832757666,0.0802368523091994,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s34,1.60226441546817,0.0183842511356623,0.971875,1.13125,2.42503951847378,1.15625,0.000598552117599757,0.57621384756696,0.289297016857167,0.459375,1.01302543111715,0.238031407711161,0.637034587452873,0.584375,0.971875,1.003125,SSP1_v9_130325,0.00364329769628883,0.699540544872122,0.0512681806171,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s35,1.12550428559436,0.0229565635279927,1.071875,0.93125,2.80510590601845,0.95625,0.000446141704522077,0.537438726544033,0.264863621698202,0.359375,1.04030029737014,0.184167338582068,0.703769334448981,0.484375,1.071875,0.903125,SSP1_v9_130325,0.0061556793435628,0.885968192504113,0.0691635781788458,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s36,1.25267798651484,0.0206379771111341,0.946875,1.08125,2.33961110127273,0.90625,0.000576944062404588,0.490912113236617,0.282444781245835,0.484375,1.00643297696289,0.196542931605521,0.690825763502698,0.459375,1.046875,0.978125,SSP1_v9_130325,0.00430254311171517,0.83820566273192,0.0650785835717352,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s37,1.75322053451828,0.0236007978508278,1.046875,0.88125,2.67092112366603,1.10625,0.000675394871128403,0.546445980544009,0.257481211575321,0.384375,1.03155679343563,0.108987391046496,0.762779327856603,0.559375,0.946875,1.078125,SSP1_v9_130325,0.00703002973701369,0.626688844734356,0.0432097466401402,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s38,1.48154886105833,0.0223083218721376,1.096875,1.18125,2.5032808911642,0.80625,0.000620026595027592,0.52727530474142,0.300450120409411,0.334375,0.986768711465149,0.170189440533195,0.660652861039199,0.509375,1.096875,1.028125,SSP1_v9_130325,0.00285148063654276,0.750058630675911,0.073712462195102,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s39,0.969504973707924,0.0252618461338521,0.996875,0.98125,2.0684340434528,1.00625,0.00052126590370447,0.564415010086095,0.270942258317708,0.434375,1.0190761669886,0.221586232308193,0.717111495007372,0.409375,0.996875,0.928125,SSP1_v9_130325,0.00550633855439977,0.9457874918506,0.0565905789965042,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s40,1.05296052729429,0.019921601966237,1.059375,0.85625,2.16544535706401,1.03125,0.000565398026530387,0.532572295838503,0.279465457015692,0.321875,1.01608662993605,0.250837208304055,0.724466917028993,0.521875,0.934375,1.090625,SSP1_v9_130325,0.000383840685700084,0.987263187891106,0.067097431863091,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s41,1.54016177108633,0.0232752920863302,0.959375,1.05625,2.54208538061694,0.83125,0.0006578932100356,0.569727762996911,0.252634948783757,0.421875,0.973838406857001,0.190462442187806,0.669322915580527,0.421875,1.034375,0.990625,SSP1_v9_130325,0.00460866299360455,0.772593799621196,0.047849332114685,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s42,1.88197383940773,0.0219619407959116,0.909375,0.95625,2.72656155066586,1.13125,0.000609176402877673,0.505183345811703,0.293772525899798,0.471875,1.0281943877959,0.16188027512144,0.697327501707018,0.471875,0.984375,0.940625,SSP1_v9_130325,0.00327188347078446,0.668257109641532,0.0764832656829684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s43,1.31126720540541,0.024736796301068,1.009375,1.15625,2.38378178716749,0.93125,0.000497386732207901,0.550791938272817,0.267995602590323,0.371875,1.00271883470784,0.214886888765617,0.615680375921186,0.571875,1.084375,1.040625,SSP1_v9_130325,0.00581943877959017,0.861242103762566,0.0588667431707831,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s44,1.1912837658752,0.022636821138127,0.984375,0.80625,2.62418796488175,0.98125,0.000587894037937568,0.586956769856429,0.273789201029705,0.496875,1.03537466725633,0.177488905589627,0.743505237442308,0.596875,1.009375,1.065625,SSP1_v9_130325,0.00398326500611051,0.81612387776026,0.0540998857818529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s45,1.67092236513762,0.0260536763013908,1.084375,1.00625,2.29083578342518,1.18125,0.00070178921004636,0.542026170479686,0.230697732428277,0.396875,1.00983265006111,0.229057722565815,0.684115563615827,0.496875,0.909375,0.965625,SSP1_v9_130325,0.00653746672563284,0.543421171625809,0.0713368046911516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s46,1.42465946273639,0.0211571360362112,1.034375,0.90625,1.8562868911937,0.88125,0.000631413968407841,0.559646548551115,0.285658214959052,0.346875,1.02204886079987,0.202547708479507,0.710302579786147,0.446875,1.059375,0.915625,SSP1_v9_130325,0.00234829462792418,0.726087033364052,0.0338439609785496,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s47,0.866256859290758,0.0239424190522352,0.934375,1.10625,2.46455905078736,1.08125,0.000538571201207041,0.52131266617212,0.261425338411811,0.446875,0.993482946279242,0.137962953237442,0.65037121890932,0.546875,0.959375,1.015625,SSP1_v9_130325,0.00520488607998658,0.913491906299154,0.0630616774885665,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s48,0.800499939086385,0.0213792819235055,0.953125,1.19375,2.87667596713962,1.19375,0.000650550183559132,0.539759739927855,0.266459174969821,0.378125,1.00816436434926,0.262637870976655,0.694093175131226,0.403125,1.065625,1.059375,SSP1_v9_130325,0.00505611558693926,0.873337018956919,0.0397953617643258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s49,1.39646165329179,0.0241231691102142,1.053125,0.99375,2.44495458101619,0.99375,0.000559277542807956,0.580484872178224,0.291386404499331,0.478125,1.03338614163865,0.193520458553231,0.592714481865616,0.503125,0.965625,0.959375,SSP1_v9_130325,0.0020436750459244,0.684703019204536,0.0640724667974429,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s50,1.63548718871956,0.0227972886316323,1.003125,1.09375,2.2639171662352,1.09375,0.000479312144666999,0.517962695398141,0.249605516970966,0.428125,0.990436750459244,0.16619543101947,0.720697994146959,0.553125,1.015625,0.909375,SSP1_v9_130325,0.00633861416386523,0.783560467048688,0.055378324179763,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s51,1.15906500205345,0.0268485070159576,0.903125,0.89375,2.60266897004423,0.89375,0.000603852810954767,0.557377653739593,0.278026699289599,0.328125,1.02056115586939,0.218166576473849,0.665139297237531,0.453125,0.915625,1.009375,SSP1_v9_130325,0.00381643643492597,1.0149517978341,0.0724908716086786,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s52,1.28224257894903,0.0221380395491408,1.078125,1.14375,2.12220752471724,0.84375,0.000686700011130399,0.566978242762461,0.272373593243085,0.403125,1.00069346895864,0.180888638836244,0.707014230102823,0.478125,0.990625,1.084375,SSP1_v9_130325,0.00741525939022973,0.928858755658233,0.0781574931742689,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s53,1.80590035833493,0.0249813262509002,0.978125,0.94375,2.52261600669389,1.04375,0.000582472828234949,0.529989600478549,0.307076746429889,0.303125,1.0266085313173,0.233280221146081,0.644240892844002,0.578125,1.090625,0.984375,SSP1_v9_130325,0.00445685095238333,0.738309855598668,0.0599496088984039,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s54,1.51054723100148,0.0203172390011488,0.928125,1.04375,2.6971668124671,0.94375,0.000530432025371599,0.548622569405358,0.259534258359377,0.353125,1.01456850952383,0.205563215082166,0.73776025844431,0.528125,0.940625,0.934375,SSP1_v9_130325,0.00566085313173026,0.59641402310712,0.0681213566609771,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s55,1.01297757182787,0.0234366715191806,1.028125,0.84375,2.36214950851828,1.14375,0.000625629854896841,0.499146693594416,0.284012982728342,0.453125,1.0441525939023,0.145589722509047,0.680630297861248,0.428125,1.040625,1.034375,SSP1_v9_130325,0.0030693468958637,0.827083344235759,0.0496564156634605,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s56,0.921289985158815,0.0224741848470485,0.915625,0.91875,2.40469338169496,1.11875,0.000666044208363339,0.544250955513721,0.269486214765927,0.390625,1.03761258358197,0.157137065946163,0.628072340575467,0.540625,1.078125,0.996875,SSP1_v9_130325,0.00475869122297526,0.899286718064098,0.0750286186422673,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s57,1.45297392356857,0.025601000333912,1.015625,1.11875,2.76103142465385,0.91875,0.000571267984971361,0.476095182595801,0.296642720317802,0.490625,1.01144968632742,0.211711145227961,0.700546815194034,0.440625,0.978125,1.096875,SSP1_v9_130325,0.00119414368944698,0.713234329414131,0.0577499039222785,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s58,1.70956594097081,0.020912960761148,1.065625,0.81875,2.56181547871688,1.01875,0.000510574633371625,0.561983420553383,0.25521046746881,0.440625,1.02354679320078,0.243631925386757,0.673268516878788,0.490625,1.028125,1.046875,SSP1_v9_130325,0.005983665755427,0.805259864249477,0.0660851235576479,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s59,1.22241781746501,0.0237688956469052,0.965625,1.01875,2.20222731345592,0.81875,0.000614555717306019,0.524397217549412,0.280934017896574,0.340625,0.996135440799882,0.187351214305413,0.728486853944338,0.590625,0.928125,0.946875,SSP1_v9_130325,0.00346239432633468,1.12374676937348,0.0457575324626031,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s60,1.09027732881771,0.01937936434001,1.040625,0.96875,2.48396501024211,0.86875,0.000728283567198587,0.510076801772601,0.263192609096074,0.415625,1.01758691222975,0.19954654779636,0.6557738280276,0.565625,0.953125,0.971875,SSP1_v9_130325,0.00676125835819714,0.964901241776808,0.0527378185937084,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s61,1.57063093358768,0.023115584328643,0.940625,1.16875,1.99408225552712,1.06875,0.000593242954387742,0.552965663312151,0.287406946798531,0.315625,0.98194143689447,0.127600595814185,0.71365861592449,0.465625,1.053125,1.071875,SSP1_v9_130325,0.00414496863274217,0.761454042204503,0.0702320713424417,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s62,1.33989213212557,0.0217783262842387,0.990625,0.86875,2.31593749348316,0.96875,0.000545976064116848,0.535048560382581,0.240579111098079,0.365625,1.02983665755427,0.173936064986129,0.687506586412297,0.415625,0.903125,1.021875,SSP1_v9_130325,0.00535467932007801,0.649420933182497,0.0620411542831179,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s63,0.573932161171843,0.024516505506774,1.090625,1.06875,2.64680150217396,1.16875,0.000637438970340474,0.572752020685808,0.275197597434089,0.465625,1.00462394326335,0.225193966802059,0.750850984336409,0.515625,1.003125,0.921875,SSP1_v9_130325,0.0026135440799882,0.84956421885406,0.083418617674964,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s64,0.620211240513503,0.0223501524593192,0.9890625,1.121875,2.24221979055701,1.146875,0.00057833841531064,0.556818547280145,0.26002049090671,0.3734375,1.02392383542062,0.201796743194169,0.702962380191674,0.4671875,1.0015625,0.9671875,SSP1_v9_130325,0.00648587188703036,0.870268122651806,0.0768766894797087,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s65,1.34700137165045,0.0253398400519821,1.0890625,0.921875,2.58706885834197,0.946875,0.000677994668399403,0.517074506952472,0.284416178033844,0.4734375,0.996752481210514,0.135715151217977,0.634997848458748,0.5671875,0.9015625,1.0671875,SSP1_v9_130325,0.00394208087613474,0.680765668658049,0.0591403453261786,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s66,1.57841596985462,0.0207102769851093,1.0390625,1.021875,2.8189010940814,1.046875,0.000621413261136242,0.579302460878134,0.272728631920377,0.4234375,1.03822979010502,0.17661646499844,0.731726657372948,0.5171875,1.0515625,1.0171875,SSP1_v9_130325,0.00516762814963656,0.78083092046341,0.0673520802538309,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s67,1.09926134515461,0.0236423978340873,0.9390625,0.821875,2.43005379953251,0.846875,0.000523675899503643,0.539185139955906,0.310493398567387,0.3234375,1.01184713750429,0.228062968923826,0.676101322219475,0.4171875,0.9515625,0.9171875,SSP1_v9_130325,0.00227646511326963,1.00734148398593,0.0483234184198469,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s68,1.23005735201667,0.0187290511325941,1.0640625,1.171875,2.67725237052155,0.896875,0.000554480466332252,0.497363024949978,0.250417615374839,0.4484375,1.03025838040725,0.16073978986608,0.716237348450623,0.4421875,0.9265625,0.9921875,SSP1_v9_130325,0.00457090429554745,0.92488906019135,0.035853051652029,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s69,1.71990975245203,0.022996306139105,0.9640625,0.971875,2.34534227559952,1.096875,0.000645429765191182,0.548079539608031,0.278384195867511,0.3484375,1.00508440803555,0.214084421215982,0.659474151595673,0.5421875,1.0265625,1.0921875,SSP1_v9_130325,-8.56363566262459e-06,0.735303959772651,0.0633150883431532,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s70,1.46008726832567,0.0216344139899676,0.9140625,1.071875,2.08323523916028,0.996875,0.0005998768713035,0.529324480629818,0.266848261974332,0.3984375,1.01795999678051,0.248804885759086,0.758870329004589,0.5921875,0.9765625,1.0421875,SSP1_v9_130325,0.00577933251185931,0.586610658558181,0.0544265652291138,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s71,0.933881865717503,0.0243628929557355,1.0140625,0.871875,2.50810851104138,1.196875,0.000457635037753137,0.566322512786044,0.291949958822614,0.4984375,0.983314165060225,0.189690346173284,0.690001576253358,0.4921875,1.0765625,0.9421875,SSP1_v9_130325,0.00322248754798487,0.824330920165656,0.0716200932526221,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s72,1.02326280914897,0.021214477582355,0.9265625,0.996875,2.5469881739785,1.171875,0.000589236738933384,0.523647401913018,0.242110138378543,0.3609375,0.991244864062312,0.169216594348684,0.611554955878429,0.5796875,1.0390625,1.0796875,SSP1_v9_130325,0.00695656701909891,0.895882776590122,0.051647327908042,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s73,1.51788471961496,0.0239868488598171,1.0265625,1.196875,2.17514319483944,0.971875,0.000706682919101119,0.561391502665774,0.275549553296511,0.4609375,1.02093254574361,0.220715828135288,0.696521030147352,0.4796875,0.9390625,0.9796875,SSP1_v9_130325,0.00426348758295141,0.709899618630192,0.0694278899120291,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s74,1.82155293767913,0.0226771021680015,1.0765625,0.896875,2.38907075306132,1.071875,0.000632894961993904,0.468298539624587,0.263618480134251,0.4109375,1.00858684976949,0.195789722920413,0.668301530706107,0.4296875,1.0890625,0.9296875,SSP1_v9_130325,0.00546819783286324,0.802551195851296,0.0612662403884945,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s75,1.28954366505952,0.0262004875730336,0.9765625,1.096875,2.73459410579391,0.871875,0.0005404825860785,0.543698000374238,0.287864388400183,0.3109375,1.03386577575944,0.0991605692276767,0.723504274921649,0.5296875,0.9890625,1.0296875,SSP1_v9_130325,0.00279410673820629,1.09916828839872,0.0808708888771347,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s76,1.16723449618308,0.0220065973905825,1.0015625,0.946875,2.29726431684675,0.821875,0.000566886579686082,0.571963231282653,0.255802592543003,0.4359375,1.01495009352757,0.23678046884143,0.648917185662287,0.5046875,0.9140625,1.0546875,SSP1_v9_130325,0.004870451896155,0.959870648536149,0.0740312994161648,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s77,1.64410800384836,0.0247953057194009,0.9015625,1.146875,2.62972517055313,1.021875,0.000659843523980029,0.534438293078018,0.281307214856468,0.3359375,1.04571365784745,0.183357496540632,0.709475161468635,0.4046875,1.0140625,0.9546875,SSP1_v9_130325,0.00157051843692785,0.758632665527108,0.056884924488304,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s78,1.40350754323346,0.0200301757200792,0.9515625,0.846875,2.46942488778287,0.921875,0.000610514672293518,0.552421162585275,0.269853061965878,0.3859375,1.00121270002756,0.150344460942152,0.683254023425635,0.4546875,0.9640625,0.9046875,SSP1_v9_130325,0.00611179718889245,0.644189409004061,0.0653299761261467,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s79,0.818289881395707,0.0233154401688055,1.0515625,1.046875,1.90417316012884,1.121875,0.000501005857335973,0.508931804509369,0.29747712538847,0.4859375,1.02700063868498,0.207844991916846,0.741961244057359,0.5546875,1.0640625,1.0046875,SSP1_v9_130325,0.00359886400075944,0.846698095041088,0.043904777410437,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s80,0.880820040556175,0.0204029294835738,1.0328125,1.059375,2.44988033300514,1.009375,0.00068999800843971,0.53684828279867,0.301679492340717,0.3421875,1.02859894933611,0.173019406671835,0.664049066632852,0.4984375,0.9578125,1.0734375,SSP1_v9_130325,0.00410496608516624,1.04201662802261,0.066337442198485,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s81,1.43172177111558,0.0234774008202857,0.9328125,0.859375,2.9106711945746,0.809375,0.000583836774887151,0.575293155107131,0.271302046046171,0.4421875,1.00320531970132,0.224271127734387,0.719786435500027,0.5984375,1.0578125,0.9734375,SSP1_v9_130325,0.00670219560204039,0.791715914516673,0.0463143819596613,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s82,1.68023109286124,0.0221810965619459,0.9828125,1.159375,2.60796361634281,1.109375,0.000532549232877941,0.513267491045441,0.28283077072783,0.4921875,1.01646310353258,0.198796516097791,0.580165392868524,0.5484375,0.9078125,0.9234375,SSP1_v9_130325,0.00255015465557092,0.695953005686774,0.0753770117253084,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s83,1.19916006688879,0.0250474594562183,1.0828125,0.959375,2.27084335263023,0.909375,0.000627056817834895,0.554606267524125,0.258012310767634,0.3921875,0.976523125084089,0.124199370557125,0.693280137431075,0.4484375,1.0078125,1.0234375,SSP1_v9_130325,0.00531709102526132,0.882752532152556,0.058032736536237,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s84,1.31845567885569,0.0228371821722042,0.9078125,1.009375,2.52746606859425,0.959375,0.000652324683995268,0.563796440242982,0.289797767541933,0.4671875,1.02242207491356,0.242123724165684,0.679741320598178,0.4234375,1.0828125,1.0984375,SSP1_v9_130325,0.00104022323365957,0.835405936562341,0.0622974788284654,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s85,1.91304490242595,0.0272614223196126,1.0078125,0.809375,2.1337924442004,1.159375,0.000560834750805535,0.526572592226005,0.265268883280986,0.3671875,0.994177098437708,0.186562867003624,0.736472670078421,0.5234375,0.9828125,0.9984375,SSP1_v9_130325,0.00472131387022938,0.620065483851605,0.0848190003153934,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s86,1.54768831361053,0.0214320839779155,1.0578125,1.109375,2.36763465956865,0.859375,0.000484551200514041,0.545899389716939,0.276960797080654,0.3171875,1.03590576389846,0.155866862716203,0.642558754825418,0.5734375,1.0328125,0.9484375,SSP1_v9_130325,0.00341575011713559,0.747158812152112,0.0530873441133283,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s87,1.06251387143506,0.024169743662913,0.9578125,0.909375,2.70416660820245,1.059375,0.000605180315928678,0.48820454408579,0.246870051079704,0.4171875,1.01024129737423,0.210930005053133,0.706199798666245,0.4734375,0.9328125,1.0484375,SSP1_v9_130325,0.00594197555467345,0.941380003880794,0.0705044103546281,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s88,0.980758890129053,0.0218250425241661,1.0953125,0.834375,2.77085785814501,1.084375,0.000742047410653753,0.550249650693638,0.286084457799138,0.3296875,1.01341394917732,0.2048070391708,0.727453490457369,0.5609375,0.9953125,0.9859375,SSP1_v9_130325,0.00441853684885145,0.981281526371772,0.0556870162144189,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s89,1.48875183586924,0.0245697405198581,0.9953125,1.034375,2.40982738199585,0.884375,0.000594572739073472,0.503806285722063,0.261877542874199,0.4296875,1.04109593942708,0.143846931190356,0.67230154690355,0.4609375,1.0953125,1.0859375,SSP1_v9_130325,0.00729687335317662,0.769828110526996,0.0727890741690877,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s90,1.76529265631524,0.0195365360154212,0.9453125,0.934375,2.2106824912188,1.184375,0.000547736132597184,0.56901889945407,0.274141648447241,0.4796875,0.99907611677908,0.180051188011677,0.69974240768675,0.4109375,0.9453125,1.0359375,SSP1_v9_130325,0.00301647240561595,0.663813572992666,0.0407744647052324,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s91,1.26012794184544,0.0231554094778603,1.0453125,1.134375,2.5668052301431,0.984375,0.000638991455430434,0.531937486830902,0.234159743877208,0.3796875,1.02544656658154,0.232183308132895,0.625406008975208,0.5109375,1.0453125,0.9359375,SSP1_v9_130325,0.00562189516006627,0.858287657965768,0.0643242371470924,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s92,1.13403661202191,0.0209764769863382,0.9703125,0.884375,2.01570149551386,0.934375,0.000668248648540608,0.520502837552757,0.294433966437631,0.4546875,0.98776426917624,0.165150223794506,0.748784055981722,0.5359375,1.0703125,0.9609375,SSP1_v9_130325,0.00195909809249892,0.813401472308254,0.0683799116472229,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s93,1.61040104345822,0.0238117045350469,1.0703125,1.084375,2.48879820557016,1.134375,0.000572703218731529,0.559073838164001,0.26837208220983,0.3546875,1.01944754734732,0.217335104364175,0.68666639371084,0.4359375,0.9703125,1.0609375,SSP1_v9_130325,0.00501899332133918,0.515964323819433,0.050075158275998,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s94,1.37530997768358,0.0225151032466145,1.0203125,0.984375,2.65267052444235,0.834375,0.000513430982785794,0.541463950449715,0.279829356744698,0.3046875,1.00687247957782,0.258757539437507,0.712811771951781,0.4859375,1.0203125,1.0109375,SSP1_v9_130325,0.00377379479807565,0.722940009401151,0.0786275592281522,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s95,0.739120095102945,0.0256999402531913,0.9203125,1.184375,2.32197700159385,1.034375,0.000615913360676191,0.58490812352972,0.25331402735517,0.4046875,1.03200235645365,0.192759954438782,0.654478636911385,0.5859375,0.9203125,0.9109375,SSP1_v9_130325,0.00629162810813877,0.909844095573496,0.0602158799624959,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s96,0.687831303993557,0.0205628782335949,1.0859375,0.940625,2.45968082458645,0.990625,0.000518762607786495,0.506491356456268,0.280563445067213,0.3640625,1.02018993321339,0.215695816254517,0.721620861758854,0.4953125,1.0234375,0.9140625,SSP1_v9_130325,0.00710959394270804,0.764259512953648,0.0648272162742877,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s97,1.36117741404069,0.0235594449856908,0.9859375,1.140625,1.78099235721115,1.190625,0.000618648166189693,0.551334493821656,0.254599571578639,0.4640625,0.989590980924989,0.162994276498732,0.666210719474457,0.5953125,0.9234375,1.0140625,SSP1_v9_130325,0.00434139491773191,0.970130513003546,0.0424640700645071,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP1,s98,1.59422620122576,0.0222662160565412,0.9359375,0.840625,2.28429439979712,0.890625,0.000672913070910949,0.533200476091321,0.295862950299669,0.4140625,1.03291628108139,0.191231221001024,0.694904147963811,0.5453125,1.0734375,1.0640625,SSP1_v9_130325,0.00554465665815387,0.852450230610634,0.0733994591425672,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp3/SSP1,s99,1.11686829148649,0.0251873921273285,1.0359375,1.040625,2.61871861300016,1.090625,0.000575540535218039,0.570453475725538,0.26911721369481,0.3140625,1.00773794798076,0.253102345866401,0.600695526688139,0.4453125,0.9734375,0.9640625,SSP1_v9_130325,0.00290761167790796,0.654417247550031,0.0562929387998813,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp3/SSP1,s100,1.24518466693057,0.0215349076315759,0.9609375,0.990625,2.37844792358907,1.040625,0.000428105108514588,0.560223478119265,0.27484571572647,0.4390625,1.04296873353177,0.140051326303648,0.739099017632318,0.4203125,0.9484375,0.9390625,SSP1_v9_130325,0.00494475473473202,0.716516899716893,0.0607438125438526,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp3/SSP2,s1,1.00270570504362,0.02,1,1,1.9,1,5e-04,0.5,0.2,0.4,1,0.102766896900118,0.6,0.5,1,1,SSP2_v9_130325,0.00202342116339691,1.00270570504362,0.05,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s2,1.08881024283543,0.0187532681030967,1.05,0.9,2.02467318969033,0.9,0.000541557729896778,0.491729061297757,0.189688362297416,0.45,0.995864530648878,0.122695883337939,0.579221135051611,0.55,0.95,1.05,SSP2_v9_130325,0.00159228340182682,1.08881024283543,0.0458442270103222,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s3,0.917791416959696,0.0212467318969033,0.95,1.1,1.77532681030967,1.1,0.000458442270103223,0.508270938702243,0.210311637702584,0.35,1.00413546935112,0.0840110432944513,0.620778864948389,0.45,1.05,0.95,SSP2_v9_130325,0.00246490779643675,0.917791416959696,0.0541557729896778,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s4,0.962371126606633,0.0194097808551165,1.025,0.85,2.11153483560056,1.15,0.000429488388133146,0.503912534258511,0.182453074797474,0.475,0.998043732870745,0.112067534446962,0.564744194066573,0.475,1.025,0.925,SSP2_v9_130325,0.00181814461145277,0.962371126606633,0.0570511611866855,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s5,1.14963194830296,0.0221153483560056,0.925,1.05,1.84097808551165,0.95,0.000519673971496117,0.485939911903543,0.204875861938752,0.375,1.00703004404823,0.0717421347364521,0.609836985748058,0.575,0.925,1.025,SSP2_v9_130325,0.00277977501353571,1.14963194830296,0.0480326028503884,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s6,1.0433064919148,0.0178846516439944,0.975,0.95,1.68846516439944,1.05,0.000570511611866854,0.514060088096457,0.195124138061248,0.325,0.992969955951772,0.0937292467329929,0.590163014251942,0.525,1.075,1.075,SSP2_v9_130325,0.0012970316549085,1.0433064919148,0.0519673971496117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s7,0.859223353463669,0.0205902191448835,1.075,1.15,1.95902191448835,0.85,0.000480326028503883,0.496087465741489,0.217546925202526,0.425,1.00195626712926,0.13716683564989,0.635255805933427,0.425,0.975,0.975,SSP2_v9_130325,0.00223101166729394,0.859223353463669,0.0429488388133145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s8,0.891450975589134,0.0190953765627878,0.9625,1.075,1.92915219840989,0.875,0.00040653770963441,0.518678231924779,0.186448969904585,0.3125,1.00299925739028,0.129136314317571,0.604858699734982,0.5375,0.9375,1.0375,SSP2_v9_130325,0.00106556158357417,0.813096171379299,0.0554552181300731,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s9,1.06505118195357,0.0216365654390219,1.0625,0.875,1.61961312890323,1.075,0.000509717399469965,0.498067840937043,0.207476646078755,0.4125,0.994567484769308,0.0890295783085543,0.553268854817205,0.4375,1.0375,0.9375,SSP2_v9_130325,0.0021256521073644,1.02272456468286,0.0469845885426258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s10,1.19840199579126,0.0171961312890323,1.0125,1.175,1.80953765627878,0.975,0.000554552181300731,0.505998514780556,0.197592329419876,0.4625,1.00933911596239,0.0625340908685169,0.627276090650366,0.4875,0.9875,0.9875,SSP2_v9_130325,0.00170966984634298,1.1160153750757,0.0509717399469965,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s11,0.982751760054265,0.0202915219840989,0.9125,0.975,2.06365654390219,1.175,0.000469845885426259,0.489134969538616,0.223338277151756,0.3625,0.999033920468521,0.107329128847991,0.584922942713129,0.5875,1.0875,1.0875,SSP2_v9_130325,0.0026054155571597,0.940986091779811,0.040653770963441,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s12,0.940986091779811,0.0183634345609781,1.0875,1.025,1.87084780159011,1.125,0.000445447818699269,0.494001485219444,0.176661722848244,0.4875,1.00543251523069,0.0982688263923714,0.615077057286871,0.5625,1.0125,1.0125,SSP2_v9_130325,0.00192175443964621,0.982751760054265,0.0445447818699269,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s13,1.1160153750757,0.0209046234372122,0.9875,0.825,2.18038687109677,0.925,0.000530154114573742,0.510865030461384,0.202407670580124,0.3875,0.997000742609722,0.148925149489487,0.572723909349634,0.4625,0.9125,0.9125,SSP2_v9_130325,0.00303428330693984,1.19840199579126,0.0530154114573742,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s14,1.02272456468286,0.0197084780159011,0.9375,1.125,1.99046234372122,1.025,0.00059346229036559,0.481321768075221,0.192523353921245,0.3375,1.00096607953148,0.117121950805333,0.646731145182795,0.4125,1.0625,0.9625,SSP2_v9_130325,0.00145929860281724,1.06505118195357,0.0490282600530036,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s15,0.813096171379299,0.0228038687109677,1.0375,0.925,1.73634345609781,0.825,0.000490282600530036,0.501932159062957,0.213551030095415,0.4375,0.99066088403761,0.0784184778805496,0.595141300265018,0.5125,0.9625,1.0625,SSP2_v9_130325,0.00234261324376566,0.891450975589134,0.059346229036559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s16,0.838936628598551,0.019854673045992,1.06875,0.9625,1.79287640216452,0.9375,0.000504844231800267,0.512358658313402,0.211865411467367,0.38125,0.998543463029183,0.132878053312248,0.631009964453943,0.43125,1.05625,1.00625,SSP2_v9_130325,0.002074312303826,0.951846840390753,0.0495155768199733,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s17,1.03291136442742,0.0233820923755463,0.96875,1.1625,2.04338786830197,1.1375,0.000387263587481792,0.495061943938999,0.191143438475156,0.48125,1.00804212984432,0.0914079694121371,0.587586267131419,0.53125,0.95625,0.90625,SSP2_v9_130325,0.000872716364643248,1.13171639018015,0.0612736412518208,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s18,1.13171639018015,0.0185661213169803,0.91875,0.8625,1.9145326954008,0.8375,0.000464292134054839,0.502913073941635,0.201200175357153,0.43125,0.993820670843299,0.0676398384297281,0.607324847750061,0.58125,1.00625,0.95625,SSP2_v9_130325,0.00253220359551133,1.03291136442742,0.0452204043899344,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s19,0.951846840390753,0.0210712359783548,1.01875,1.0625,1.56179076244538,1.0375,0.000547795956100656,0.483915740311364,0.171744497345687,0.33125,1.0024690280305,0.109668531494414,0.559704880922574,0.48125,0.90625,1.05625,SSP2_v9_130325,0.00165241860655482,0.838936628598551,0.0535707865945161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s20,0.992750502589807,0.0175822928553545,0.99375,0.9125,1.97448239721149,1.0875,0.000524827465737162,0.499036836585544,0.220082752879293,0.40625,0.988707784626618,0.100516380004557,0.656368206259104,0.45625,0.98125,1.03125,SSP2_v9_130325,0.00289096934995855,0.905134571932685,0.0514649695500123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s21,1.23978657714,0.0204394908650037,1.09375,1.1125,1.71394021327634,0.8875,0.000437980071092115,0.522584430746765,0.196369873731948,0.30625,1.00048158170723,0.158966697118053,0.597577884099866,0.55625,1.08125,0.93125,SSP2_v9_130325,0.00187035895981311,1.07660913450403,0.0419409761845149,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s22,1.07660913450403,0.0192551760278851,1.04375,0.8125,1.85605091349963,1.1875,0.000485350304499877,0.490484428386516,0.206154317712805,0.35625,0.996447590486767,0.11982714399116,0.617853932972581,0.50625,0.93125,0.98125,SSP2_v9_130325,0.00228579845885838,1.23978657714,0.0562019928907885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s23,0.905134571932685,0.0218605978672366,0.94375,1.0125,2.14177071446455,0.9875,0.000580590238154851,0.507104819026467,0.184581901942803,0.45625,1.00475778580674,0.0813091291920646,0.576102021949672,0.40625,1.03125,1.08125,SSP2_v9_130325,0.00138322976531061,0.992750502589807,0.0475172534262838,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s24,0.876354680679698,0.0181394021327634,1.00625,1.1375,2.08605978672366,0.9625,0.000514649695500123,0.487641341686598,0.228255502654313,0.39375,1.0061793291567,0.0551812402963527,0.582146067027419,0.51875,1.09375,0.94375,SSP2_v9_130325,0.00217776598328101,0.929680406310921,0.0524827465737162,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s25,1.05398865733613,0.0207448239721149,0.90625,0.9375,1.82551760278851,1.1625,0.000419409761845149,0.504938056061001,0.198799824642847,0.49375,0.997530971969499,0.105033358975607,0.623897978050328,0.41875,0.99375,1.04375,SSP2_v9_130325,0.00119512228331316,1.10185260278312,0.0437980071092115,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s26,1.17098433737838,0.0195605091349963,0.95625,1.0375,1.65822928553545,0.8625,0.000475172534262838,0.497086926058365,0.208856561524844,0.44375,1.00145653697082,0.125776267704655,0.543631793740896,0.46875,1.04375,1.09375,SSP2_v9_130325,0.00268674794411037,1.01267703789828,0.0580590238154851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s27,0.972647609487078,0.0224177071446455,1.05625,0.8375,1.94394908650037,1.0625,0.000562019928907885,0.516084259688636,0.188134588532633,0.34375,0.991957870155682,0.086572829030894,0.602422115900134,0.56875,0.94375,0.99375,SSP2_v9_130325,0.00176473032363813,0.77453776633762,0.0485350304499877,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s28,0.929680406310921,0.0189287640216452,0.93125,1.1875,1.75661213169803,1.0125,0.000535707865945161,0.500963163414456,0.215418098057197,0.41875,1.00355240951323,0.114544615444696,0.592675152249939,0.59375,0.96875,0.91875,SSP2_v9_130325,0.00325180718899339,0.876354680679698,0.0464292134054839,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s29,1.10185260278312,0.0214338786830197,1.03125,0.9875,2.00712359783548,0.8125,0.000452204043899344,0.477415569253235,0.193845682287195,0.31875,0.995242214193258,0.075267494117995,0.640295119077426,0.49375,1.06875,1.01875,SSP2_v9_130325,0.00197267022187896,1.05398865733613,0.0547795956100656,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s30,1.01267703789828,0.0166179076244538,1.08125,1.0875,2.23820923755462,1.1125,0.000495155768199733,0.509515571613484,0.203630126268052,0.36875,1.01129221537338,0.0960110838479138,0.568990035546058,0.44375,0.91875,1.06875,SSP2_v9_130325,0.00240205808130995,1.17098433737838,0.0387263587481792,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s31,0.77453776633762,0.020145326954008,0.98125,0.8875,1.8854673045992,0.9125,0.000612736412518208,0.492895180973533,0.179917247120707,0.46875,0.999518418292772,0.142301633353188,0.612413732868581,0.54375,1.01875,0.96875,SSP2_v9_130325,0.00152834115670784,0.972647609487078,0.0504844231800267,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s32,0.796341896710618,0.018842279314632,1.021875,1.03125,1.99869615444702,1.05625,0.000461409310487733,0.505463293992315,0.203016528943982,0.309375,0.994912432599381,0.0735613289478371,0.588883995050195,0.434375,0.921875,0.953125,SSP2_v9_130325,0.00113504050692775,1.21631356371134,0.0492724643586085,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s33,1.01768743751822,0.0213386389518634,0.921875,0.83125,1.74670250883446,0.85625,0.000544621298395446,0.488409385920721,0.178412097197638,0.409375,1.00327257514255,0.113295032769038,0.633055478770089,0.534375,1.021875,1.053125,SSP2_v9_130325,0.00215159088625506,0.987760357663285,0.0601827736512852,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s34,1.10877203636058,0.016116082039542,0.971875,1.13125,1.87817393075826,1.15625,0.000502420321794622,0.517284248488172,0.214457834601928,0.459375,0.999276719573082,0.139600785408261,0.562349758067505,0.584375,0.971875,1.003125,SSP2_v9_130325,0.0017374371084199,0.898441381196409,0.0448900836278152,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s35,0.93539666234482,0.0200726096538387,1.071875,0.93125,2.20548320953855,0.95625,0.000370536067984734,0.497579271220939,0.193190786898576,0.359375,1.0101850417905,0.0948740933363367,0.608574067432745,0.484375,1.071875,0.903125,SSP2_v9_130325,0.00264488663739519,1.07075992620586,0.0532898718149006,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s36,0.977716888253514,0.0180166712737947,0.946875,1.08125,1.81760182898329,0.90625,0.00048285186513451,0.479629916419,0.20815841700185,0.484375,0.997268353003843,0.103897315063726,0.598789839102689,0.459375,1.046875,0.978125,SSP2_v9_130325,0.00194725222451244,1.02779641807157,0.0512174183679686,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s37,1.18366076643728,0.0206669602969883,1.046875,0.88125,2.07454403427935,1.10625,0.000575300483864991,0.501446560853835,0.187310859866783,0.384375,1.00579530703964,0.0490978578907907,0.664731966007633,0.559375,0.946875,1.078125,SSP2_v9_130325,0.00312824644827406,0.826960220373012,0.0413448545382897,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s38,1.05946579681448,0.0194855559540353,1.096875,1.18125,1.93652255103906,0.80625,0.00052223200989961,0.493454849714893,0.225465658372929,0.334375,0.991357875755914,0.0853070158829352,0.577689350802277,0.509375,1.096875,1.028125,SSP2_v9_130325,0.00149455857871777,0.946464742705004,0.0558181344759784,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s39,0.884110844736288,0.0222590145159497,0.996875,0.98125,1.64034563614869,1.00625,0.000433889042459823,0.510175134801239,0.198197458118366,0.434375,1.00121036438953,0.124205956113247,0.619295344756133,0.409375,0.996875,0.928125,SSP2_v9_130325,0.00237196339500092,1.12363950449395,0.0472533942994431,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s40,0.911572963861336,0.0174034563614869,1.059375,0.85625,1.70166712737947,1.03125,0.000472533942994431,0.495578478754152,0.205510351268521,0.321875,1.00024061005448,0.153266239613174,0.625549581860924,0.521875,0.934375,1.090625,SSP2_v9_130325,0.000706370377360694,1.15976530286993,0.052223200989961,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s41,1.08261836811777,0.0203652255103906,0.959375,1.05625,1.96669602969883,0.83125,0.000558181344759784,0.513177928755965,0.18355711504471,0.421875,0.986999778404291,0.0993930442900924,0.583550640925497,0.421875,1.034375,0.990625,SSP2_v9_130325,0.00204883016344649,0.967535379026526,0.0433889042459823,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s42,1.27605149287882,0.0191760182898329,0.909375,0.95625,2.12590145159497,1.13125,0.000512174183679686,0.484978814531427,0.218750501843069,0.471875,1.00444101061408,0.0798911741110968,0.603637678206958,0.471875,0.984375,0.940625,SSP2_v9_130325,0.00162276254790413,0.86809679354151,0.0575300483864991,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s43,0.997729796325203,0.0217454403427935,1.009375,1.15625,1.84855559540353,0.93125,0.000413448545382897,0.503410041783073,0.195750473640111,0.371875,0.996160315026128,0.118456564160205,0.549086131743574,0.571875,1.084375,1.040625,SSP2_v9_130325,0.00249792071504126,1.04860627483493,0.048285186513451,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s44,0.957145125712222,0.0197817393075825,0.984375,0.80625,2.03386389518634,0.98125,0.000492724643586085,0.526000443191419,0.200599633858356,0.496875,1.00751059273429,0.0902271392344536,0.643275727308552,0.596875,1.009375,1.065625,SSP2_v9_130325,0.00184437674203277,1.00768564028167,0.0461409310487733,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s45,1.14033920440852,0.0230548320953856,1.084375,1.00625,1.7842279314632,1.18125,0.000601827736512852,0.499518779891035,0.167426884375108,0.396875,0.998294979108464,0.130951138779837,0.593912908160157,0.496875,0.909375,0.965625,SSP2_v9_130325,0.00283250095940417,0.741192434886144,0.0544621298395445,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s46,1.0380782442471,0.0184670250883446,1.034375,0.90625,1.5116082039542,0.88125,0.000532898718149006,0.507679369947745,0.211074399431108,0.346875,1.00221076062292,0.108492425591735,0.613733028502785,0.446875,1.059375,0.915625,SSP2_v9_130325,0.00134166300077629,0.923819024583484,0.0370536067984734,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s47,0.84957798506096,0.0209869615444702,0.934375,1.10625,1.90726096538387,1.08125,0.000448900836278152,0.491117978771844,0.190426594167979,0.446875,0.993411035622017,0.0652563684600634,0.570909327620108,0.546875,0.959375,1.015625,SSP2_v9_130325,0.0022581841813778,1.09521121112396,0.0502420321794622,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s48,0.826960220373012,0.0186613610481366,0.953125,1.19375,2.2883917960458,1.19375,0.000551099163721848,0.498553439146165,0.194489648731479,0.378125,0.997789239377076,0.167785735381728,0.601210160897311,0.403125,1.065625,1.059375,SSP2_v9_130325,0.00220422323937771,1.05946579681448,0.0398172263487148,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s49,1.02779641807157,0.021157720685368,1.053125,0.99375,1.89273903461613,0.99375,0.000467101281850994,0.520370083581,0.21644288495529,0.478125,1.00658896437798,0.101640459140967,0.535268033992367,0.503125,0.965625,0.959375,SSP2_v9_130325,0.0012485566917126,0.884110844736288,0.0507275356413915,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s50,1.12363950449395,0.0199273903461613,1.003125,1.09375,1.76613610481366,1.09375,0.000398172263487148,0.489824865198761,0.181249498156931,0.428125,0.992489407265713,0.0826802421232276,0.622310649197723,0.553125,1.015625,0.909375,SSP2_v9_130325,0.00273149202385966,0.977716888253514,0.0467101281850994,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s51,0.946464742705004,0.023883917960458,0.903125,0.89375,2.0157720685368,0.89375,0.000507275356413915,0.506545150285107,0.204249526359889,0.328125,1.00170502089154,0.121238422174653,0.580704655243866,0.453125,0.915625,1.009375,SSP2_v9_130325,0.00179161349603729,1.18366076643728,0.0551099163721848,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s52,0.987760357663285,0.0193330397030117,1.078125,1.14375,1.67409854840503,0.84375,0.000586551454617103,0.511590614079279,0.199400366141644,0.403125,0.995558989385922,0.0925745757902094,0.611116004949805,0.478125,0.990625,1.084375,SSP2_v9_130325,0.00344369446882995,1.10877203636058,0.0586551454617103,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s53,1.21631356371134,0.0219833287262053,0.978125,0.94375,1.95144440459647,1.04375,0.000487825816320314,0.494536706007685,0.232573115624892,0.303125,1.00383968497387,0.134939842091999,0.566944521229911,0.578125,1.090625,0.984375,SSP2_v9_130325,0.00199804716009635,0.93539666234482,0.0487825816320314,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s54,1.07075992620586,0.0177409854840503,0.928125,1.04375,2.09833287262053,0.94375,0.000441818655240216,0.502420728779061,0.188925600568892,0.353125,0.999759389945517,0.110859498853681,0.637650241932495,0.528125,0.940625,0.934375,SSP2_v9_130325,0.00243299994871173,0.796341896710618,0.0527466057005569,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s55,0.898441381196409,0.0205144440459647,1.028125,0.84375,1.83330397030117,1.14375,0.000527466057005569,0.482715751511828,0.209573405832021,0.453125,1.01300022159571,0.0697816846410387,0.591425932567255,0.428125,1.040625,1.034375,SSP2_v9_130325,0.00156085806497866,1.01768743751822,0.0441818655240216,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s56,0.86809679354151,0.0196347744896094,0.915625,0.91875,1.86347744896094,1.11875,0.000566110957540177,0.500481220108965,0.196983471056018,0.390625,1.00864212424409,0.0768813189799123,0.556724272691448,0.540625,1.078125,0.996875,SSP2_v9_130325,0.00209990634873225,1.08261836811777,0.0566110957540177,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s57,1.04860627483493,0.0225965436385131,1.015625,1.11875,2.15965436385131,0.91875,0.00047776799010039,0.473999556808581,0.221587902802362,0.490625,0.99878963561047,0.115819178630868,0.606087091839843,0.440625,0.978125,1.096875,SSP2_v9_130325,0.000981698774299729,0.911572963861336,0.047776799010039,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s58,1.15976530286993,0.0182545596572065,1.065625,0.81875,1.98239817101671,1.01875,0.000424699516135009,0.508882021228156,0.185542165398072,0.440625,1.00273164699616,0.145360271832498,0.586266971497215,0.490625,1.028125,1.046875,SSP2_v9_130325,0.00256795460565951,0.997729796325203,0.051714813486549,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s59,0.967535379026526,0.0208239817101671,0.965625,1.01875,1.72545596572065,0.81875,0.00051714813486549,0.492320630052255,0.206809213101424,0.340625,0.994204692960361,0.0971420728392571,0.629090672379892,0.590625,0.928125,0.946875,SSP2_v9_130325,0.00168135715939656,1.27605149287882,0.0424699516135009,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s60,0.923819024583484,0.0169451679046144,1.040625,0.96875,1.92182606924174,0.86875,0.000629463932015267,0.486822071244035,0.19184158299815,0.415625,1.00072328042692,0.106176714986306,0.574450418139076,0.565625,0.953125,0.971875,SSP2_v9_130325,0.00295715365738876,1.14033920440852,0.0455378701604555,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s61,1.09521121112396,0.0202182606924175,0.940625,1.16875,1.59451679046144,1.06875,0.000497579678205378,0.504421521245848,0.212689140133217,0.315625,0.9898149582095,0.0592988119847027,0.616449359074503,0.465625,1.053125,1.071875,SSP2_v9_130325,0.00189613710447246,0.957145125712222,0.0538590689512267,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s62,1.00768564028167,0.0190130384555298,0.990625,0.86875,1.80130384555298,0.96875,0.000455378701604555,0.496589958216927,0.174534341627071,0.365625,1.00508756740062,0.0878125106995561,0.596362321793042,0.415625,0.903125,1.021875,SSP2_v9_130325,0.00231391797208512,0.84957798506096,0.0497579678205378,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s63,0.741192434886144,0.0215329749116554,1.090625,1.06875,2.05329749116554,1.16875,0.000538590689512267,0.515021185468573,0.201802541881634,0.465625,0.996727424857447,0.127415989228307,0.650913868256426,0.515625,1.003125,0.921875,SSP2_v9_130325,0.00142229923220217,1.0380782442471,0.0629463932015267,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s64,0.760157475095509,0.0195231266924378,0.9890625,1.121875,1.75170920743673,1.146875,0.000484104223081258,0.50627030937161,0.189310264933467,0.3734375,1.00286478548486,0.107909299114928,0.607947888459371,0.4671875,1.0015625,0.9671875,SSP2_v9_130325,0.00280551304130566,1.05671457374408,0.0577873845974737,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s65,1.01017943844205,0.0223362153792421,1.0890625,0.921875,2.00288404824802,0.946875,0.000577873845974737,0.489484015624217,0.209939663853412,0.4734375,0.99438851162196,0.0639459074242493,0.561063077012632,0.5671875,0.9015625,1.0671875,SSP2_v9_130325,0.00183129489870797,0.880289585381125,0.0484104223081258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s66,1.0984996699914,0.0180790786252498,1.0390625,1.021875,2.22055152320853,1.046875,0.000523524716225764,0.519477271877353,0.199700239684813,0.4234375,1.00897603161362,0.0896306166421103,0.632015356245836,0.5171875,1.0515625,1.0171875,SSP2_v9_130325,0.0022445464315186,0.97518707287262,0.0523524716225765,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s67,0.92676910181206,0.0207057414867729,0.9390625,0.821875,1.88182401076466,0.846875,0.000435969287508327,0.498310962641442,0.236447226998703,0.3234375,0.998911988436384,0.130030915771394,0.588237641887118,0.4171875,0.9515625,0.9171875,SSP2_v9_130325,0.00131977301209942,1.17710986457753,0.0435969287508328,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s68,0.970097416356393,0.0164016858406561,1.0640625,1.171875,2.0802161213194,0.896875,0.00046286055377765,0.48204793677276,0.181865288986884,0.4484375,1.00525799218789,0.0791622270280297,0.618569723111175,0.4421875,0.9265625,0.9921875,SSP2_v9_130325,0.00203611891456241,1.10527491878463,0.0380056194688535,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s69,1.16521972163134,0.020108948089051,0.9640625,0.971875,1.82157703126252,1.096875,0.000546193726840332,0.502176023127232,0.204561753289874,0.3484375,0.996864845314195,0.117785032255764,0.576903136579834,0.5421875,1.0265625,1.0921875,SSP2_v9_130325,0.000559621090635308,0.932555472831645,0.0503631602968366,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s70,1.05128640947762,0.0188858166133295,0.9140625,1.071875,1.64958122066464,0.996875,0.000503631602968366,0.494270429030281,0.194807992609467,0.3984375,1.00084451867928,0.150973592562041,0.659971902655732,0.5921875,0.9765625,1.0421875,SSP2_v9_130325,0.0024812664970818,0.786296454526541,0.046286055377765,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s71,0.872294774563444,0.02138581180521,1.0140625,0.871875,1.94022802530742,1.196875,0.000380056194688535,0.511222976756081,0.216983890279884,0.4984375,0.990261364061323,0.0988311480929652,0.598184198515817,0.4921875,1.0765625,0.9421875,SSP2_v9_130325,0.00160763309511523,1.01517938496022,0.0546193726840332,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s72,0.901822275024974,0.0185170920743673,0.9265625,0.996875,1.97057414867729,1.171875,0.000493941336921553,0.492027119448935,0.175657413125114,0.3609375,0.992735232352504,0.0846630745292048,0.546574746131912,0.5796875,1.0390625,1.0796875,SSP2_v9_130325,0.00307861292488723,1.07959241436686,0.0450569735812243,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s73,1.07366581359557,0.0210288404824802,1.0265625,1.196875,1.70790786252498,0.971875,0.000606850507736176,0.508573868204053,0.20210470133125,0.4609375,1.00183026929255,0.123443898185472,0.603029331539223,0.4796875,0.9390625,0.9796875,SSP2_v9_130325,0.00193451576122158,0.908383285786872,0.053429468274934,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s74,1.22710475646454,0.0198182401076466,1.0765625,0.896875,1.85231266924378,1.071875,0.00053429468274934,0.470947307078019,0.192184381834787,0.4109375,0.997916923869,0.103331506350625,0.58285265862533,0.4296875,1.0890625,0.9296875,SSP2_v9_130325,0.00235720112872678,0.995241037008325,0.0493941336921553,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s75,0.990257257480051,0.0232055152320853,0.9765625,1.096875,2.13362153792421,0.871875,0.000450569735812243,0.50024056494489,0.213114928281335,0.3109375,1.00680513512258,0.0439480426557494,0.624715132093878,0.5296875,0.9890625,1.0296875,SSP2_v9_130325,0.00147712828099838,1.25537057431197,0.0606850507736177,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s76,0.949167033070012,0.0192157703126252,1.0015625,0.946875,1.78858166133295,0.821875,0.000473859010420839,0.514529535294993,0.186001666981286,0.4359375,0.999879717527555,0.138354729834595,0.5699639797801,0.5046875,0.9140625,1.0546875,SSP2_v9_130325,0.00213859471597285,1.13595267468035,0.0560072040439799,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s77,1.12761611750657,0.021802161213194,0.9015625,1.146875,2.038581180521,1.021875,0.000560072040439799,0.496339461414893,0.207141254824611,0.3359375,1.01452634646099,0.0943027720776718,0.61307049478958,0.4046875,1.0140625,0.9546875,SSP2_v9_130325,0.00110171266481573,0.954505713475237,0.0473859010420839,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s78,1.03034796452842,0.0174958122066465,0.9515625,0.846875,1.9108948089051,0.921875,0.000513409341769139,0.504166152262001,0.197288428405422,0.3859375,0.995713065897973,0.0726674088194831,0.593295329115431,0.4546875,0.9640625,0.9046875,SSP2_v9_130325,0.00262487826187567,0.844399509464846,0.0513409341769138,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s79,0.833143100153297,0.0204022802530741,1.0515625,1.046875,1.54016858406561,1.121875,0.000416527073554882,0.48638972975485,0.22242618928667,0.4859375,1.00398644027553,0.11267869275007,0.641736463222559,0.5546875,1.0640625,1.0046875,SSP2_v9_130325,0.00172361700360793,1.03548773844963,0.0416527073554882,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s80,0.854509173670732,0.0178144555633303,1.0328125,1.059375,1.89637018876287,1.009375,0.000589864185115225,0.497333622381354,0.226747883984161,0.3421875,1.00459789104107,0.0871957057971308,0.579968520213332,0.4984375,0.9578125,1.0734375,SSP2_v9_130325,0.00188327078398495,1.20685874773347,0.0518407336919467,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s81,1.04068408060101,0.020552220107584,0.9328125,0.859375,2.33287664844047,0.809375,0.000489056295829941,0.516664272124272,0.198498927496885,0.4421875,0.996304945890158,0.126586806796163,0.621538298710049,0.5984375,1.0578125,0.9734375,SSP2_v9_130325,0.00292293489557486,0.985258848100999,0.0427148518777678,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s82,1.14489250851466,0.0193715404963904,0.9828125,1.159375,2.02018887872001,1.109375,0.000443657145117322,0.488031163975285,0.208505304729307,0.4921875,1.00036102797582,0.105604015475633,0.527853891926588,0.5484375,0.9078125,0.9234375,SSP2_v9_130325,0.00140304728692868,0.894986339183052,0.0568268284203425,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s83,0.959766482268102,0.0220480485261028,1.0828125,0.959375,1.77077020773971,0.909375,0.000528803479371196,0.505199510365526,0.187727127851017,0.3921875,0.987973477246908,0.057388497002383,0.600604968539521,0.4484375,1.0078125,1.0234375,SSP2_v9_130325,0.0022997908350881,1.0678891167032,0.047905134987968,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s84,1.00021771023821,0.0199637018876287,0.9078125,1.009375,1.9552220107584,0.959375,0.000552805437537412,0.509841852386283,0.214930662316459,0.4671875,1.00233938780047,0.143778769417356,0.590796331540267,0.4234375,1.0828125,1.0984375,SSP2_v9_130325,0.000931467607996598,1.02525563748205,0.0498790062920958,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s85,1.30849420755354,0.0243287664844047,1.0078125,0.809375,1.68144555633303,1.159375,0.00046848112798679,0.493176754068512,0.193519697203376,0.3671875,0.993619378521354,0.0965772163520768,0.636425740611161,0.5234375,0.9828125,0.9984375,SSP2_v9_130325,0.00208709287976333,0.820311784323948,0.0644292216146823,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s86,1.0856899226904,0.0187077020773971,1.0578125,1.109375,1.83715404963904,0.859375,0.000402583671696378,0.501204634166315,0.203322670184948,0.3171875,1.00776907649099,0.076084873451806,0.565865857898287,0.5734375,1.0328125,0.9484375,SSP2_v9_130325,0.00166697155252583,0.943738337094896,0.0456923402579903,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s87,0.914707746388844,0.0212018887872001,0.9578125,0.909375,2.10480485261028,1.059375,0.000508494777509173,0.478611551392502,0.179189916305619,0.4171875,0.99841953745864,0.115178581243852,0.61047432506016,0.4734375,0.9328125,1.0484375,SSP2_v9_130325,0.00254988164075266,1.11977575566236,0.0540062959573336,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s88,0.88782839275807,0.0190544338396037,1.0953125,0.834375,2.16959255534567,1.084375,0.000644292216146823,0.50316092508272,0.211466114841286,0.3296875,0.999397682916842,0.11026202355214,0.628171427441339,0.5609375,0.9953125,0.9859375,SSP2_v9_130325,0.00198536143134297,1.15458042159008,0.046848112798679,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s89,1.06224405605402,0.0215841631261224,0.9953125,1.034375,1.86716888748982,0.884375,0.000498790062920958,0.484461847018023,0.190787512341641,0.4296875,1.01069422430375,0.0687365931861379,0.585598260314402,0.4609375,1.0953125,1.0859375,SSP2_v9_130325,0.00333411512597701,0.964960346417296,0.0552805437537412,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s90,1.19072083954619,0.0170775101508913,0.9453125,0.934375,1.73097143535196,1.184375,0.000456923402579903,0.512761242957292,0.200899734159902,0.4796875,0.995079073806858,0.0919929029527896,0.605471852085029,0.4109375,0.9453125,1.0359375,SSP2_v9_130325,0.00154474617540292,0.863745569739212,0.0402583671696378,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s91,0.980238108304832,0.0202548433252752,1.0453125,1.134375,1.98641043811359,0.984375,0.000540062959573336,0.495321224399057,0.169890443754297,0.3796875,1.00341162296574,0.133890405318954,0.555067907442388,0.5109375,1.0453125,0.9359375,SSP2_v9_130325,0.00241741611394415,1.04594677308952,0.0508494777509173,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s92,0.938206180146269,0.0183097143535196,0.9703125,0.884375,1.60775101508913,0.934375,0.000568268284203425,0.490804217917867,0.219398237048476,0.4546875,0.991667863937864,0.0820001049832644,0.648708164151811,0.5359375,1.0703125,0.9609375,SSP2_v9_130325,0.00122254756730848,1.00519470609983,0.0528803479371197,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s93,1.11234996040313,0.0208641043811359,1.0703125,1.084375,1.92548433252752,1.134375,0.00047905134987968,0.507390108219684,0.196060968029328,0.3546875,1.00133318880932,0.120527372626486,0.595752611245413,0.4359375,0.9703125,1.0609375,SSP2_v9_130325,0.00219095636048064,0.711715638830698,0.0443657145117322,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s94,1.02020216770953,0.0196716888748982,1.0203125,0.984375,2.05841631261224,0.834375,0.000427148518777678,0.499277944048358,0.205831062427465,0.3046875,0.997400244817237,0.162755702332286,0.615759436006605,0.4859375,1.0203125,1.0109375,SSP2_v9_130325,0.00177821941402775,0.920827445419895,0.0589864185115225,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s95,0.805173309744126,0.0226959255534567,0.9203125,1.184375,1.80544338396037,1.034375,0.000518407336919467,0.524053045506184,0.184078391255818,0.4046875,1.00598441801236,0.101078225651319,0.573597281231294,0.5859375,0.9203125,0.9109375,SSP2_v9_130325,0.00270872323910216,1.09198276087113,0.0489056295829941,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s96,0.786296454526541,0.0179519514738972,1.0859375,0.940625,1.90362981123713,0.990625,0.000431731715796575,0.485470464705007,0.206480302796624,0.3640625,1.00158046254136,0.119137078268579,0.623096863420166,0.4953125,1.0234375,0.9140625,SSP2_v9_130325,0.00318499011438964,0.959766482268102,0.0510943704170059,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s97,1.01517938496022,0.0206284595036096,0.9859375,1.140625,1.46712335155953,1.190625,0.00052094865012032,0.503660538585107,0.185069337683541,0.4640625,0.992230923509012,0.0806064639972978,0.581430276888825,0.5953125,0.9234375,1.0140625,SSP2_v9_130325,0.00195996875703063,1.14489250851466,0.0410135814884775,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp3/SSP2,s98,1.10527491878463,0.019447779892416,0.9359375,0.840625,1.77981112127999,0.890625,0.000572851481222322,0.495833847737999,0.220810083694381,0.4140625,1.00638062147865,0.0999547203749279,0.601815801484183,0.5453125,1.0734375,1.0640625,SSP2_v9_130325,0.00238691159342285,1.04068408060101,0.0556342854882679,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP2,s99,0.932555472831645,0.0221855444366697,1.0359375,1.040625,2.02922979226029,1.090625,0.000481592663080533,0.51361027024515,0.196677329815052,0.3140625,0.997660612199528,0.155885594367206,0.540028097344268,0.4453125,0.9734375,0.9640625,SSP2_v9_130325,0.00151162030150537,0.854509173670732,0.0471196520628804,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp3/SSP2,s100,0.97518707287262,0.0187981112127999,0.9609375,0.990625,1.8447779892416,1.040625,0.000355707783853177,0.507972880551065,0.201501072503115,0.4390625,1.01202652275309,0.0664832178990877,0.638936922987368,0.4203125,0.9484375,0.9390625,SSP2_v9_130325,0.00216464609648487,0.914707746388844,0.0491505222490827,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp3/SSP3,s1,0.598864839488112,0.0144521138994884,1,1,1.74996893009364,1,0.000315070463316282,0.456856935948328,0.2,0.4,1,0.0445126831921568,0.56324510448156,0.5,1,1,SSP3_v9_130325,0.000182337114264667,1.4404211095802,0.0426490208963119,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s2,0.787533704469028,0.0128668802502573,1.05,0.9,2.21576868292866,0.9,0.000374122252914156,0.439195017296463,0.178992610808213,0.45,0.991499566495146,0.057952756518755,0.509099799539873,0.55,0.95,1.05,SSP3_v9_130325,-0.000365797308379448,1.61149440986203,0.0318199599079746,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s3,0.44596030776412,0.0162236675874247,0.95,1.1,1.31494452402692,1.1,0.000262229341675242,0.477115892757839,0.221007389191787,0.35,1.00850043350485,0.0330090823549182,0.621568949329572,0.45,1.05,0.95,SSP3_v9_130325,0.000806935090396357,1.24712127550608,0.0543137898659143,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s4,0.521574096144017,0.0136767363178329,1.025,0.85,2.50628515703454,1.15,0.000229539677606427,0.466177534970001,0.164507765991119,0.475,0.995961271646254,0.0506301059058289,0.476813814608971,0.475,1.025,0.925,SSP3_v9_130325,-8.69552580870668e-05,1.35108488524839,0.0622443170156101,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s5,0.934798765455142,0.0175518005237929,0.925,1.05,1.53427294323604,0.95,0.000342311098459612,0.428802142902719,0.209962527654382,0.375,1.01429697586053,0.0261085152314528,0.590726165466602,0.575,0.925,1.025,SSP3_v9_130325,0.00128466335224942,1.71322121485587,0.0373432953175058,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s6,0.684248584812254,0.0118861903281928,0.975,0.95,1.07500688880179,1.05,0.000418393350793097,0.492261225015423,0.190037472345618,0.325,0.985703024139469,0.0388290458435607,0.536716476587529,0.525,1.075,1.075,SSP3_v9_130325,-0.000700366340584098,1.52473658100745,0.0481452330933205,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s7,0.363500477551112,0.0152693329537884,1.075,1.15,1.97281094120852,0.85,0.000289224543927763,0.448122475133549,0.235492234008881,0.425,1.00403872835375,0.0684984107814919,0.661221585078051,0.425,0.975,0.975,SSP3_v9_130325,0.000468782433115579,1.10485332227496,0.0253627629217942,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s8,0.406451964618374,0.0132817729600999,0.9625,1.075,1.85981822722675,0.875,0.000206212461923629,0.504575935346175,0.172468896435625,0.3125,1.00618145203469,0.0625634106275243,0.576741762503836,0.5375,0.9375,1.0375,SSP3_v9_130325,-0.000937186452476641,0.99075251101882,0.0579273940735087,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s9,0.732709525848218,0.0168110877200933,1.0625,0.875,0.932703060835255,1.075,0.000328357166234461,0.452464080654622,0.215259115964058,0.4125,0.988879099276111,0.0359763457745679,0.455379009321426,0.4375,1.0375,0.9375,SSP3_v9_130325,0.000321705015834422,1.4827552622949,0.0346392703707599,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s10,1.05726786804118,0.0111863738577089,1.0125,1.175,1.42583134525654,0.975,0.00039370292400311,0.471349162143331,0.195077423316527,0.4625,1.01875730938355,0.0212752105246864,0.639636970367544,0.4875,0.9875,0.9875,SSP3_v9_130325,-0.000223245201688338,1.65908736898817,0.0453483525007672,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s11,0.55962724113107,0.0148507149870338,0.9125,0.975,2.35192701579772,1.175,0.000276059098669995,0.434322733430041,0.246810280948907,0.3625,0.998003618940327,0.0474795830984112,0.523196351853799,0.5875,1.0875,1.0875,SSP3_v9_130325,0.00101716164657486,1.30180981457685,0.0210758018642853,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s12,0.483960698117324,0.0124135941659385,1.0875,1.025,1.64187652582395,1.125,0.000247119805531285,0.443737885164081,0.153189719051093,0.4875,1.01112090072389,0.0416515974026395,0.605516603490663,0.5625,1.0125,1.0125,SSP3_v9_130325,4.7154665251532e-05,1.3968600022538,0.0287881492012403,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s13,0.852351934319589,0.0157206701096158,0.9875,0.825,2.69684088202267,0.925,0.000357355670320526,0.483836922726778,0.204922576683473,0.3875,0.993818547965311,0.0775703616307693,0.493940746006202,0.4625,0.9125,0.9125,SSP3_v9_130325,0.00168666917057657,1.78227997610236,0.0511033206981325,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s14,0.640080936178262,0.0140637248259714,0.9375,1.125,2.09066322966688,1.025,0.000455006725706386,0.421792601348496,0.184740884035942,0.3375,1.00199638105967,0.0540682418451556,0.690444612692345,0.4125,1.0625,0.9625,SSP3_v9_130325,-0.000520845235578079,1.56727399181025,0.0399963313939076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s15,0.312350587084402,0.0186502017711916,1.0375,0.925,1.19932416411097,0.825,0.000302124160865715,0.461393002738633,0.227531103564375,0.4375,0.981242690616446,0.0298003250301597,0.549981656969538,0.5125,0.9625,1.0625,SSP3_v9_130325,0.000628199566161882,1.18373673003578,0.0680889225384691,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s16,0.339518431966467,0.0142571987623592,1.06875,0.9625,1.37081367921929,0.9375,0.000321652237503375,0.48775902900401,0.224143233858206,0.38125,0.996991278062809,0.065302867139981,0.649838942298195,0.43125,1.05625,1.00625,SSP3_v9_130325,0.000251294010417501,1.32698415285286,0.0413197878776082,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s17,0.661723579058873,0.0195985143852098,0.96875,1.1625,2.28213706651508,1.1375,0.000188458777175222,0.445941983708228,0.181939076280475,0.48125,1.01627309112316,0.0374111562328369,0.530006002549957,0.53125,0.95625,0.90625,SSP3_v9_130325,-0.00111642332792515,1.68502506198627,0.0725512803614935,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s18,0.890583404459221,0.0126466437255164,0.91875,0.8625,1.80459220790584,0.8375,0.000269258276967298,0.463746632396479,0.202454185131145,0.43125,0.987386431760511,0.0239173092884741,0.583655238172763,0.58125,1.00625,0.95625,SSP3_v9_130325,0.000906996256245,1.50373580989538,0.0303389380491837,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s19,0.502760361353962,0.015964129720352,1.01875,1.0625,0.845715536913342,1.0375,0.00038346112245899,0.425587188070505,0.143837087682405,0.33125,1.00509351712245,0.0490262448414212,0.466919514919475,0.48125,0.90625,1.05625,SSP3_v9_130325,-0.000293423051947212,1.05474328043773,0.0526695722297691,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s20,0.579050903557255,0.0115702232101006,0.99375,0.9125,2.03100163003904,1.0875,0.000349664359346351,0.454648480147089,0.240483788222152,0.40625,0.977620125513487,0.0430732221145738,0.712756401807467,0.45625,0.98125,1.03125,SSP3_v9_130325,0.00145873556246089,1.21681385288596,0.0467310476345527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s21,1.1619351797665,0.015056824217946,1.09375,1.1125,1.13862351525075,0.8875,0.00023875764204494,0.514963003757962,0.192580010111127,0.30625,1.00099540748345,0.08569132650396,0.556598939388041,0.55625,1.08125,0.93125,SSP3_v9_130325,-1.98409924650153e-05,1.58908755393989,0.0233839029838949,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s22,0.75915150567533,0.0134809070724927,1.04375,0.8125,1.58809301641197,1.1875,0.000295686969755815,0.436814652767195,0.212568415431031,0.35625,0.992687244895838,0.0559413014759793,0.613347861148846,0.50625,0.93125,0.98125,SSP3_v9_130325,0.000546588620023384,1.83200928125438,0.059967788459639,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s23,0.426486144469545,0.0171551483258582,0.94375,1.0125,2.5948949389289,0.9875,0.000434321161788444,0.474140763802046,0.168735823211885,0.45625,1.00976177220272,0.0314458240278456,0.501694690245919,0.40625,1.03125,1.08125,SSP3_v9_130325,-0.000606351750848015,1.41885115795655,0.0360012005099914,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s24,0.385590104756074,0.0121627292613482,1.00625,1.1375,2.42613774808185,0.9625,0.000335227473931534,0.431674770744033,0.256162912317595,0.39375,1.01261356823949,0.0176436458572584,0.516244932226122,0.51875,1.09375,0.94375,SSP3_v9_130325,0.000394027038959527,1.2753014593859,0.0495993182910273,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s25,0.707836294474951,0.0154899307803905,0.90625,0.9375,1.48024745488133,1.1625,0.000219007440336686,0.468704200644584,0.197545814868855,0.49375,0.994906482877554,0.0459784397954695,0.630283941937718,0.41875,0.99375,1.04375,SSP3_v9_130325,-0.000807481421320898,1.6347245969261,0.0271423218512004,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s26,0.988133540896924,0.0138706090926744,0.95625,1.0375,1.00717384984105,0.8625,0.000282696902416422,0.450292523919821,0.218060923719525,0.44375,1.00300872193719,0.0601415494078447,0.440463461741404,0.46875,1.04375,1.09375,SSP3_v9_130325,0.00114107196111464,1.46168602007663,0.0648725499235077,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s27,0.540498921265732,0.0180296348536533,1.05625,0.8375,1.91582518428232,1.0625,0.000405171610861941,0.497649686736965,0.175856766141794,0.34375,0.98372690887684,0.0345134929526982,0.569949277198485,0.56875,0.94375,0.99375,SSP3_v9_130325,-0.000154602573299324,0.8957357495543,0.038672841315128,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s28,0.465068430428088,0.0130777483090189,0.93125,1.1875,1.25791487522971,1.0125,0.0003654709906784,0.459100994861385,0.231264176788115,0.41875,1.00731275510416,0.0523050743679224,0.54336420657564,0.59375,0.96875,0.91875,SSP3_v9_130325,0.00203932701367251,1.1469308403807,0.0332489864452243,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s29,0.818361284698372,0.0165038336737697,1.03125,0.9875,2.15211796246568,0.8125,0.000254888124183879,0.416768707496232,0.187431584568969,0.31875,0.990238227797279,0.0280388222972649,0.674362749617539,0.49375,1.06875,1.01875,SSP3_v9_130325,0.000114420409776723,1.5458732275178,0.0560567883875436,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s30,0.619170708388455,0.0106537633152567,1.08125,1.0875,2.82454011554852,1.1125,0.000308573292078638,0.480324424806119,0.207419989888873,0.36875,1.02237987448651,0.0402396243374653,0.485711609256002,0.44375,0.91875,1.06875,SSP3_v9_130325,0.000714566956819501,1.74484951991503,0.0180926923482808,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s31,0.278627078782115,0.0146495671251013,0.98125,0.8875,1.69578308494039,0.9125,0.00048661714617366,0.44149500609107,0.159516211777848,0.46875,0.999004592516552,0.0724034223024143,0.597996591455137,0.54375,1.01875,0.96875,SSP3_v9_130325,-0.000441219041877114,1.37431977296402,0.043989855439697,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s32,0.296716490149367,0.0129733109720757,1.021875,1.03125,2.1211435264499,1.05625,0.000265777032402524,0.470010285097953,0.206166688102545,0.309375,0.98957276973737,0.0270992248228053,0.533371244530374,0.434375,0.921875,0.953125,SSP3_v9_130325,-0.000868542162569474,1.80479798882651,0.0406576984754846,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s33,0.629542705117486,0.0163608246538591,0.921875,0.83125,1.22884456502291,0.85625,0.000378694155128635,0.433021793012478,0.156579096495441,0.409375,1.00674094875661,0.0514577218695133,0.655354670503562,0.534375,1.021875,1.053125,SSP3_v9_130325,0.000357596340022876,1.40791588460441,0.0700817927814972,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s34,0.834904767934227,0.0102332432437813,0.971875,1.13125,1.66880464361019,1.15625,0.000318348430704862,0.500853063073453,0.229346913632218,0.459375,0.998505155686726,0.0703386026715292,0.472020463464638,0.584375,0.971875,1.003125,SSP3_v9_130325,-0.000188767972972485,1.20067186595739,0.029573619318909,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s35,0.474533355149973,0.0145504529211459,1.071875,0.93125,2.75598876459485,0.95625,0.000174441441459376,0.451377397061156,0.186098342856838,0.359375,1.02034495374429,0.0395346895536722,0.587168548115483,0.484375,1.071875,0.903125,SSP3_v9_130325,0.0010771003106176,1.57811880506682,0.0518777783427293,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s36,0.550031934395075,0.0120283335504247,0.946875,1.08125,1.4531006769315,0.90625,0.000292461321700118,0.419515196259654,0.216644240942627,0.484375,0.994367245130433,0.0452417256011648,0.559916605851753,0.459375,1.046875,0.978125,SSP3_v9_130325,8.07299820078998e-05,1.49324991375193,0.0460362410170027,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s37,1.02003309418705,0.0153785025533054,1.046875,0.88125,2.38840094159148,1.10625,0.000425930638960665,0.46024018858523,0.174199232143061,0.384375,1.01184764242732,0.0148031350967496,0.730128131506638,0.559375,0.946875,1.078125,SSP3_v9_130325,0.00183809045208839,1.02508750714141,0.0222839317447655,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s38,0.720096198485519,0.0137738396510035,1.096875,1.18125,1.88771227271453,0.80625,0.000345950085110179,0.442622347980932,0.250888689924797,0.334375,0.982570553546133,0.0337674534500714,0.505434635816726,0.509375,1.096875,1.028125,SSP3_v9_130325,-0.000480417526964519,1.31454599031592,0.0589229755276167,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s39,0.396145387184071,0.01777791916882,0.996875,0.98125,0.971000163417804,1.00625,0.000234277785014158,0.482037137702794,0.196314299148371,0.434375,1.00250075197768,0.0590219982729302,0.617403900804674,0.409375,0.996875,0.928125,SSP3_v9_130325,0.000670719229267086,1.67182415820404,0.0353232121583577,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s40,0.436279815378192,0.0113896879958913,1.059375,0.85625,1.10724508718071,1.03125,0.000279394846926889,0.447034321013769,0.211256302948057,0.321875,1.00049735855374,0.0810378804500765,0.634869526651112,0.521875,0.934375,1.090625,SSP3_v9_130325,-0.00125736685532966,1.728500786732,0.0488667067754516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s41,0.773072343543528,0.0149530643869095,0.959375,1.05625,2.0017401421183,0.83125,0.000399257411655447,0.489922998122563,0.166696492971557,0.421875,0.974586466924887,0.04236069416707,0.519741343542522,0.421875,1.034375,0.990625,SSP3_v9_130325,0.000216660447253616,1.36279915077763,0.0262724782538528,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s42,1.2527402293215,0.0133818454078067,0.909375,0.95625,2.54930968674739,1.13125,0.000331768812896984,0.427248031919999,0.237867817164624,0.471875,1.00912058864837,0.0306351511458141,0.573332509136688,0.471875,0.984375,0.940625,SSP3_v9_130325,-0.000329287937322607,1.12668308303246,0.0635040041711875,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s43,0.588902935755797,0.0169777223496634,1.009375,1.15625,1.56119781171064,0.93125,0.000212989599863043,0.464951347484512,0.191315459824333,0.371875,0.992101409620163,0.0549894467329411,0.448554844621913,0.571875,1.084375,1.040625,SSP3_v9_130325,0.000855874549106693,1.53528027915126,0.038009216711496,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s44,0.512159245393631,0.0141603491304286,0.984375,0.80625,2.24857443816435,0.98125,0.000305344971014286,0.523904499970975,0.201226211635558,0.496875,1.01523907563258,0.0366965171715267,0.681916365157939,0.596875,1.009375,1.065625,SSP3_v9_130325,-5.33582315228234e-05,1.45108475283995,0.0325400620786092,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s45,0.911793496770375,0.0190591702069732,1.084375,1.00625,1.34300316527217,1.18125,0.000468639006899106,0.455748992428962,0.13585879165911,0.396875,0.996478904308206,0.063886494011803,0.546674795850917,0.496875,0.909375,0.965625,SSP3_v9_130325,0.00136688546424173,0.814937059593052,0.0551713739108151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s46,0.672865347486231,0.0125319861391495,1.034375,0.90625,0.791716334898957,0.88125,0.000361354069445756,0.47560264345403,0.222548251928452,0.346875,1.00456253746093,0.0482465373259842,0.601721868107964,0.446875,1.059375,0.915625,SSP3_v9_130325,-0.000652073533940972,1.26144543063349,0.0159627815729846,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s47,0.351804706737752,0.0158406220833727,0.934375,1.10625,1.77721578947521,1.08125,0.000251066204638316,0.438016598269552,0.18048639850898,0.446875,0.986573454726325,0.0226719889756416,0.489895584417615,0.546875,0.959375,1.015625,SSP3_v9_130325,0.000507260850189851,1.62298958378386,0.0433176173490803,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s48,0.326460197176842,0.0127581212657565,0.953125,1.19375,2.91109090750905,1.19375,0.000388452207976959,0.453553976757496,0.188743697051943,0.378125,0.995437462539068,0.0931223885794789,0.566588086745402,0.403125,1.065625,1.059375,SSP3_v9_130325,0.000431064617466705,1.55653189253671,0.0197109689243826,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s49,0.650801933188933,0.0160916388454601,1.053125,0.99375,1.7228313178704,0.99375,0.000272682782587786,0.509087613826087,0.233303507028443,0.478125,1.01342654527367,0.0437902048863725,0.429813907864923,0.503125,0.965625,0.959375,SSP3_v9_130325,-0.000751868838788613,1.16587793405296,0.0446665018273376,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s50,0.870849587806861,0.0143544084768124,1.003125,1.09375,1.28659714675416,1.09375,0.000198298116758555,0.43558501722496,0.162132182835376,0.428125,0.98476092436742,0.0322360912639921,0.625856869554076,0.553125,1.015625,0.909375,SSP3_v9_130325,0.00120989528266041,1.38566712476339,0.0339482687085044,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s51,0.493365142623232,0.0204371222014359,0.903125,0.89375,2.18363958464726,0.89375,0.000324986776225113,0.472724568886105,0.208684540175667,0.328125,1.00352109569179,0.0569275968488927,0.512700310393046,0.453125,0.915625,1.009375,SSP3_v9_130325,-0.000120684814278001,1.76260100367043,0.0569739053302223,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s52,0.569296335354666,0.0135791461507808,1.078125,1.14375,1.04172998352297,0.84375,0.000443855109222673,0.485738162741675,0.198773788364442,0.403125,0.990879411351632,0.0381215881960799,0.594333533877258,0.478125,0.990625,1.084375,SSP3_v9_130325,0.00235592827463371,1.64674076985379,0.0663832730315877,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s53,1.10260157592535,0.0173455414203261,0.978125,0.94375,1.9441823597082,1.04375,0.000298906352175845,0.444843775360469,0.26414120834089,0.303125,1.00789859037984,0.0668316435078186,0.481362391269264,0.578125,1.090625,0.984375,SSP3_v9_130325,0.000148273447238321,1.28874131571218,0.0393349591701833,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s54,0.745713693757829,0.0117343864428342,0.928125,1.04375,2.46534421114369,0.94375,0.000243026339227881,0.462561191821335,0.177451748071548,0.353125,0.999502641446258,0.0498202179097674,0.667520020855937,0.528125,0.940625,0.934375,SSP3_v9_130325,0.000759908078051356,0.949336622063529,0.0503443736215927,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s55,0.41655357114995,0.0151621800551452,1.028125,0.84375,1.50729697227775,1.14375,0.000353462877461438,0.423786213263945,0.21951360149102,0.453125,1.02541353307511,0.0250538892337124,0.54004608355748,0.428125,1.040625,1.034375,SSP3_v9_130325,-0.000403063939958127,1.47223840763487,0.0279791168835229,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s56,0.37473166912813,0.0139671905652753,0.915625,0.91875,1.61497922215298,1.11875,0.000411518047344203,0.457973767878779,0.193833311897455,0.390625,1.01742944645387,0.0289367767231113,0.461419658723828,0.540625,1.078125,0.996875,SSP3_v9_130325,0.000286290437024905,1.60020387378589,0.0610709341007125,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s57,0.695896845340213,0.0183156532766802,1.015625,1.11875,2.6437243340773,0.91875,0.000285971538359362,0.413043302596869,0.243420903504559,0.490625,0.99749924802232,0.0531744061831788,0.580181205085014,0.440625,0.978125,1.096875,SSP3_v9_130325,-0.0010171908956261,1.23226812749629,0.0366742489060749,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s58,0.960036839982189,0.0122907901768364,1.065625,0.81875,2.06062998173465,1.01875,0.000224479548094473,0.478687181387667,0.170653086367782,0.440625,1.00563275486957,0.0747710755531785,0.526616060791788,0.490625,1.028125,1.046875,SSP3_v9_130325,0.000960625750129699,1.42968131113326,0.0474337096230966,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s59,0.531016789742912,0.0156038863238431,0.965625,1.01875,1.1692800847628,0.81875,0.000338739335171507,0.440353461747286,0.213901657143162,0.340625,0.988152357572678,0.0409449146256166,0.644614877638083,0.590625,0.928125,0.946875,SSP3_v9_130325,-0.000258104386707344,1.86902115952555,0.0244040926929276,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s60,0.455549951054506,0.0109489435027566,1.040625,0.96875,1.8321191123503,0.86875,0.000514570740047864,0.430272281218815,0.183355759057373,0.415625,1.00149484431327,0.0467239845953097,0.497868096594545,0.565625,0.953125,0.971875,SSP3_v9_130325,0.0015635218414899,1.69878359446941,0.0310869271633452,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s61,0.802603211008252,0.0147496032867534,0.940625,1.16875,0.891457036796246,1.06875,0.000311813615893746,0.467427601122263,0.225800767856939,0.315625,0.979655046255711,0.0196514790902114,0.609388891713647,0.465625,1.053125,1.071875,SSP3_v9_130325,1.3646989145463e-05,1.33915472050509,0.0534807801609348,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s62,0.608949559809856,0.0131804834776336,0.990625,0.86875,1.39841222125747,0.96875,0.000258604042191883,0.449208037193229,0.149111310075204,0.365625,1.01042723026263,0.0352492002780661,0.553288492377423,0.415625,0.903125,1.021875,SSP3_v9_130325,0.000586864552678502,1.08105646233109,0.0419833211703506,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s63,0.255644604859955,0.0166535662393088,1.090625,1.06875,2.31655065896691,1.16875,0.000369721294848671,0.494816434257187,0.203685700851629,0.465625,0.993259051243385,0.0613189399707269,0.700408963907486,0.515625,1.003125,0.921875,SSP3_v9_130325,-0.000562729087576623,1.51422665870151,0.0760256263013275,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s64,0.26804307722748,0.0138222568464148,0.9890625,1.121875,1.24343186777829,1.146875,0.000294075228213825,0.472032046596037,0.178228475628553,0.3734375,1.00590584085002,0.0478615558487602,0.585406677948799,0.4671875,1.0015625,0.9671875,SSP3_v9_130325,0.00132472635934299,1.55119327077479,0.0641729103554716,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s65,0.614042200028035,0.0179001233471802,1.0890625,0.921875,2.1365658148017,0.946875,0.000430004111572673,0.434958303637212,0.22025500606488,0.4734375,0.98852021015201,0.0219961663022764,0.469513296027692,0.5671875,0.9015625,1.0671875,SSP3_v9_130325,-7.0143534775584e-05,1.15655237730772,0.0383412659534898,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s66,0.810390559752054,0.0120964021662929,1.0390625,1.021875,2.78875911511688,1.046875,0.000347797274373815,0.506708292474754,0.199387004082855,0.4234375,1.018067723113,0.0363372100792574,0.652557020006986,0.5171875,1.0515625,1.0171875,SSP3_v9_130325,0.000487921234071158,1.38001389919367,0.0492315417079716,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s67,0.460316942675196,0.0154339182312145,0.9390625,0.821875,1.68228635800761,0.846875,0.000236546738876429,0.4530085399654,0.271087862346198,0.3234375,0.997751834736047,0.0632142945567605,0.531691409959907,0.4171875,0.9515625,0.9171875,SSP3_v9_130325,-0.00067586340422996,1.75352307463059,0.026711914780074,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s68,0.535752208426922,0.0104677830864866,1.0640625,1.171875,2.40709969282465,0.896875,0.000267525323514527,0.422817914605104,0.163346205096004,0.4484375,1.01077026012854,0.0302210206524409,0.615363041256995,0.4421875,0.9265625,0.9921875,SSP3_v9_130325,0.000199463204219649,1.64069467111848,0.01712333702624,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s69,0.973678485381836,0.0145999040918065,0.9640625,0.971875,1.46668776331503,1.096875,0.000381051570831751,0.461975061258093,0.209321711548691,0.3484375,0.993540239530873,0.0545252288257091,0.503574706538322,0.5421875,1.0265625,1.0921875,SSP3_v9_130325,-0.00137096095246791,1.28207045847226,0.0436532338693479,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s70,0.701828421297409,0.0130257597054358,0.9140625,1.071875,0.989315706096896,0.996875,0.000319996803060216,0.444291909287523,0.189392712377975,0.3984375,1.00174530492167,0.0791984855832841,0.720482430085167,0.5921875,0.9765625,1.0421875,SSP3_v9_130325,0.000831150042118836,0.924587697679794,0.032895820974514,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s71,0.380202709818791,0.0164315471249525,1.0140625,0.871875,1.90173982026413,1.196875,0.000182259436216221,0.484773828613107,0.234377145196372,0.4984375,0.980489477079716,0.0420057804881516,0.55825664490481,0.4921875,1.0765625,0.9421875,SSP3_v9_130325,-0.000347455394376414,1.46696748768408,0.0556103766188327,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s72,0.421538986373774,0.0125897446035098,0.9265625,0.996875,2.01632726323911,1.171875,0.000306957912079797,0.439776534314558,0.151258542512287,0.3609375,0.985242021425207,0.0333899447887047,0.444715755176885,0.5796875,1.0390625,1.0796875,SSP3_v9_130325,0.00175792227514655,1.59462568072198,0.0299586093201074,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s73,0.752375478088977,0.015901905093268,1.0265625,1.196875,1.12303236588127,0.971875,0.000476889836723789,0.477893820244892,0.20430335313101,0.4609375,1.0037791989306,0.0584815045736845,0.571637893136508,0.4796875,0.9390625,0.9796875,SSP3_v9_130325,6.39308964961501e-05,1.22462115946643,0.0522713849093441,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s74,1.12990589335293,0.0142087373623939,1.0765625,0.896875,1.57464781486402,1.071875,0.000363396836442265,0.410221083339182,0.184052011585124,0.4109375,0.995700199302997,0.0448763157066961,0.517998720469135,0.4296875,1.0890625,0.9296875,SSP3_v9_130325,0.000649302814119613,1.42427843668641,0.0409886077315462,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s75,0.574162194260224,0.0193066951017137,0.9765625,1.096875,2.57174561961458,0.871875,0.000252991486783661,0.457414148033486,0.226656108928242,0.3109375,1.01385379960775,0.0125230268556349,0.632555567265004,0.5296875,0.9890625,1.0296875,SSP3_v9_130325,-0.000500464653437344,1.84865287258032,0.0712377541474862,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s76,0.498063083602771,0.0134314904473852,1.0015625,0.946875,1.35693708505996,0.821875,0.000281049681579506,0.493508428843543,0.171572584033392,0.4359375,0.999751363788332,0.0693940935638734,0.487822451518421,0.5046875,0.9140625,1.0546875,SSP3_v9_130325,0.000339587274261943,1.69182781381653,0.0594387132444316,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s77,0.880548475165517,0.0170649642272238,0.9015625,1.146875,2.26525562686785,1.021875,0.000402165474240794,0.44866548387149,0.214577153178575,0.3359375,1.0280044522494,0.0391820242625879,0.599851018100972,0.4046875,1.0140625,0.9546875,SSP3_v9_130325,-0.000901734622359548,1.33310111776847,0.0356628852132727,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s78,0.656236498266459,0.0114823275235919,0.9515625,0.846875,1.79088651236121,0.921875,0.000333491891000368,0.466799423637855,0.194456392101864,0.3859375,0.991191936838812,0.0266109640855814,0.545020202198513,0.4546875,0.9640625,0.9046875,SSP3_v9_130325,0.00104666990773666,1.06825767634738,0.0463827224502246,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s79,0.333100246589653,0.0150047567300111,1.0515625,1.046875,0.82018525952668,1.121875,0.00021607758411973,0.429546570594676,0.245047783307544,0.4859375,1.00819737547029,0.0510415773546824,0.678037243919332,0.5546875,1.0640625,1.0046875,SSP3_v9_130325,-0.000205963380513077,1.50897974422508,0.0228453502367464,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s80,0.357717548248244,0.0118116416747187,1.0328125,1.059375,1.73638771829,1.009375,0.000449187765524779,0.45083482249299,0.253323632254315,0.3421875,1.00943836304641,0.0348825227217052,0.510907560491809,0.4984375,0.9578125,1.0734375,SSP3_v9_130325,-3.09643400529629e-06,1.79310174625474,0.0477882977407451,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s81,0.678525366494811,0.0152155186199868,0.9328125,0.859375,2.97014265083192,0.809375,0.00030051516516737,0.499197578765118,0.196930612296556,0.4421875,0.992396197789486,0.0607224830926315,0.623696596398567,0.5984375,1.0578125,0.9734375,SSP3_v9_130325,0.00150923960549938,1.40240402048393,0.0248902315491554,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s82,0.923047785541504,0.0136280119773566,0.9828125,1.159375,2.19962410615676,1.109375,0.000245093064072658,0.432354574771625,0.217348374451732,0.4921875,1.0007462533785,0.0463500335958235,0.422089719203723,0.5484375,0.9078125,0.9234375,SSP3_v9_130325,-0.000584302691192563,1.19231092181056,0.0616479602273633,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s83,0.516863924477537,0.0174464695666899,1.0828125,0.959375,1.30080966733167,0.909375,0.00035539681481451,0.469353359653392,0.175036410126113,0.3921875,0.976299478948078,0.0187116510935365,0.564914554496673,0.4484375,1.0078125,1.0234375,SSP3_v9_130325,0.000566601444457756,1.57268228336441,0.0370092162728582,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s84,0.593869358672809,0.0144031906760114,0.9078125,1.009375,1.9584609515886,0.959375,0.000391042586715288,0.481170678245682,0.230291703534853,0.4671875,1.00482706541053,0.0735429484328951,0.538382969330279,0.4234375,1.0828125,1.0984375,SSP3_v9_130325,-0.00106359838865424,1.48800452732158,0.0423158548471061,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s85,1.33226021682169,0.0211900667194453,1.0078125,0.809375,1.05851154296466,1.159375,0.000274376468546403,0.44206029622638,0.186767790227347,0.3671875,0.986986403561789,0.0405921597335454,0.664310759756222,0.5234375,0.9828125,0.9984375,SSP3_v9_130325,0.000268743479735035,1.00861958836011,0.0787639291990411,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s86,0.780231497051561,0.012812814723728,1.0578125,1.109375,1.52079272183618,0.859375,0.00020243197068946,0.459668994657057,0.206792064289982,0.3171875,1.01574300011386,0.0284925097237324,0.479115541011033,0.5734375,1.0328125,0.9484375,SSP3_v9_130325,-0.000275701103349416,1.30821719843263,0.0314551793048552,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s87,0.441132743579228,0.0161570525934351,0.9578125,0.909375,2.4855784298675,1.059375,0.000326667159424116,0.418219273712346,0.158094404197847,0.4171875,0.996735693791555,0.0527368423095629,0.592523272299371,0.4734375,0.9328125,1.0484375,SSP3_v9_130325,0.000933474574662571,1.66540275433123,0.053894396546344,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s88,0.40132681934557,0.0132312940563921,1.0953125,0.834375,2.66966039236004,1.084375,0.000539668890648176,0.464346447721761,0.223338487809786,0.3296875,0.998755091662233,0.0494213485975028,0.642097577833905,0.5609375,0.9953125,0.9859375,SSP3_v9_130325,0.000131323619029256,1.72074342866281,0.034294725359225,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s89,0.726356459861351,0.0167312776014586,0.9953125,1.034375,1.62842524765395,0.884375,0.00031343968920038,0.42643272029283,0.181217538776597,0.4296875,1.0212870979835,0.0244972542343533,0.524910260947233,0.4609375,1.0953125,1.0859375,SSP3_v9_130325,0.00217457277307878,1.35696756633908,0.0574457739377593,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s90,1.03785185890448,0.0110729591206838,0.9453125,0.934375,1.18437272556422,1.184375,0.000260427157457602,0.48882139440675,0.201839867530832,0.4796875,0.989908760697161,0.0377668191377511,0.578457441106267,0.4109375,0.9453125,1.0359375,SSP3_v9_130325,-0.000422021378833977,1.11598704982392,0.0204173176779488,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s91,0.554821085917624,0.0148000147827235,1.0453125,1.134375,2.07559346443137,0.984375,0.000371901753114502,0.446488778197578,0.140382321959153,0.3796875,1.0070252112025,0.0660517884072212,0.458478810376083,0.5109375,1.0453125,0.9359375,SSP3_v9_130325,0.000737039520299784,1.53000326145875,0.0450067255135508,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s92,0.479250779972832,0.0123527919221798,0.9703125,0.884375,0.912520419129617,0.934375,0.000414882318889665,0.437418810354752,0.239141531380391,0.4546875,0.983166506817662,0.0318433001963943,0.695205408096375,0.5359375,1.0703125,0.9609375,SSP3_v9_130325,-0.000779090919954572,1.44576158119983,0.0507220139028351,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s93,0.843506985850109,0.0156619044444353,1.0703125,1.084375,1.84594574926636,1.134375,0.000287600399245221,0.474865658244725,0.191949274419031,0.3546875,1.00275423783093,0.0564298841077536,0.55163484945556,0.4359375,0.9703125,1.0609375,SSP3_v9_130325,0.000412465533145145,0.745314673329077,0.0283868194523358,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s94,0.63479003724309,0.0140154549550211,1.0203125,0.984375,2.33411068050476,0.834375,0.000227054722490624,0.455197896929335,0.211909898797632,0.3046875,0.99463796841346,0.0888488504135085,0.607442509606481,0.4859375,1.0203125,1.0109375,SSP3_v9_130325,-0.00013761655250738,1.25434543987719,0.0672072658712812,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s95,0.30476618298099,0.0184756329657434,0.9203125,1.184375,1.41214229717062,1.034375,0.000340517287332892,0.518829507694793,0.167732935678597,0.4046875,1.01222526414387,0.0434310921280504,0.495918002805918,0.5859375,0.9203125,0.9109375,SSP3_v9_130325,0.00117481658153436,1.61721434278785,0.0396656918138001,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s96,0.288070751847677,0.0119583356602882,1.0859375,0.940625,1.76357744676294,0.990625,0.000231944522009606,0.4280368192341,0.213232209772653,0.3640625,1.00326430620844,0.0554613191864037,0.628051883094164,0.4953125,1.0234375,0.9140625,SSP3_v9_130325,0.00193022257653999,1.34514826433048,0.0456914882212535,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s97,0.62433691372913,0.0153236511160605,0.9859375,1.140625,0.757904984731502,1.190625,0.000344121703868683,0.465561612103237,0.169708296465147,0.4640625,0.98425699988614,0.0310432559946271,0.51447910487257,0.5953125,0.9234375,1.0140625,SSP3_v9_130325,9.75578448086287e-05,1.70590851731211,0.0216957620752167,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp3/SSP3,s98,0.826528031118336,0.0137253390919011,0.9359375,0.840625,1.32900728277499,0.890625,0.000422069004247369,0.447578819537436,0.241905595802154,0.4140625,1.01301359643821,0.0427164655408044,0.568266169346739,0.5453125,1.0734375,1.0640625,SSP3_v9_130325,0.000692467320388317,1.51947833250927,0.058419515566781,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP3,s99,0.469806554908328,0.0176620701274211,1.0359375,1.040625,2.23208225284064,1.090625,0.000290844636396702,0.491067990685933,0.193207935710018,0.3140625,0.995172934589471,0.0831618510721107,0.4356166851312,0.4453125,0.9734375,0.9640625,SSP3_v9_130325,-0.000460677073010216,1.09323029185342,0.0349820521894466,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp3/SSP3,s100,0.545258354989355,0.0129203645692986,0.9609375,0.990625,1.54774040465701,1.040625,0.000163109701328432,0.476352455812942,0.203069387703444,0.4390625,1.02370052105192,0.0233104125768541,0.670864551777358,0.4203125,0.9484375,0.9390625,SSP3_v9_130325,0.000375740173559078,1.23976503738243,0.0403269698911121,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp3/SSP4,s1,0.829789516366302,0.0171229837882688,1,1,2.12052874275472,1,5e-04,0.5,0.223224848256224,0.4,1,0.0617946629980457,0.63675479045912,0.5,1,1,SSP4_v9_130325,0.00211824530146859,1.19341005436656,0.057350958091824,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s2,0.990635701586279,0.0157830458101546,1.05,0.9,2.44540176353163,0.9,0.00058696742088384,0.47825814477904,0.200109409407399,0.45,0.991499566495146,0.0721511689357051,0.578430727670076,0.55,0.95,1.05,SSP4_v9_130325,0.00117529525437673,1.32453676333578,0.0456861455340151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s3,0.680862481687397,0.0185160607259331,0.95,1.1,1.77058436602045,1.1,0.00041303257911616,0.52174185522096,0.245602104047409,0.35,1.00850043350485,0.0522332070850587,0.690900293921938,0.45,1.05,0.95,SSP4_v9_130325,0.0031073721050908,1.05952429308909,0.0681800587843877,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s4,0.757508659263698,0.0164816810924002,1.025,0.85,2.63911822036366,1.15,0.000355038939539856,0.510368611745326,0.18380421752541,0.475,0.995961271646254,0.0665930165455536,0.538777971110566,0.475,1.025,0.925,SSP4_v9_130325,0.00166362297378765,1.13023352141878,0.0746372740121221,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s5,1.10702553157996,0.0195153420744095,0.925,1.05,1.95564174279705,0.95,0.000541474446981304,0.463759734884964,0.233937129448582,0.375,1.01429697586053,0.0460025680312655,0.663283519442843,0.575,0.925,1.025,SSP4_v9_130325,0.00380151109291787,1.41308243796291,0.0518547247599017,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s6,0.904751795579638,0.014883952352434,0.975,0.95,1.5326678266634,1.05,0.000644961060460144,0.536240265115036,0.212346886972287,0.325,0.985703024139469,0.0571740490794656,0.609273623799508,0.525,1.075,1.075,SSP4_v9_130325,0.000566229941729453,1.25596759516129,0.0626567038885685,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s7,0.586550850910511,0.0177761848815033,1.075,1.15,2.27970111665706,0.85,0.000458525553018697,0.489631388254674,0.260527881418834,0.425,1.00403872835375,0.0798896931694546,0.72318637006061,0.425,0.975,0.975,SSP4_v9_130325,0.00258327082161359,0.965814799062106,0.0377555942221132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s8,0.637469055799734,0.0161451239025991,0.9625,1.075,2.20010973398956,0.875,0.000311775765135834,0.547056058716041,0.192800029046496,0.3125,1.00618145203469,0.075567884872693,0.650018288998261,0.5375,0.9375,1.0375,SSP4_v9_130325,0.000120282175426774,0.891887448437578,0.0712118788776287,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp3/SSP4,s9,0.945596455475206,0.0189617450307193,1.0625,0.875,1.35732930035908,1.075,0.000520517940325328,0.494870514918668,0.239559992470989,0.4125,0.988879099276111,0.0547823376612273,0.50955488339318,0.4375,1.0375,0.9375,SSP4_v9_130325,0.00234690178747525,1.22440066684258,0.0488966261241963,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s10,1.20035812176558,0.0141930803193253,1.0125,1.175,1.86689878372589,0.975,0.000613383146545596,0.515846543233086,0.217869810476089,0.4625,1.01875730938355,0.0413016340925494,0.706059394388144,0.4875,0.9875,0.9875,SSP4_v9_130325,0.00142716031068459,1.36461978407775,0.0600036577996521,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s11,0.793721583838461,0.0174441619932556,0.9125,0.975,2.53635636632886,1.175,0.000436613827067657,0.471654213363601,0.271862456961672,0.3625,0.998003618940327,0.0641418863274146,0.594483130620982,0.5875,1.0875,1.0875,SSP4_v9_130325,0.00341953258414604,1.09640926660958,0.0319109766786359,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s12,0.720272375635691,0.0153758683533846,1.0875,1.025,2.03954848167161,1.125,0.000386616853454404,0.484153456766914,0.170882402478323,0.4875,1.01112090072389,0.059490777086047,0.676803693360084,0.5625,1.0125,1.0125,SSP4_v9_130325,0.00189212964131879,1.16226839988369,0.042072529455344,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s13,1.04257572211652,0.0181288048352215,0.9875,0.825,2.76772726788106,0.925,0.000563386172932343,0.528345786636399,0.228539454307542,0.3875,0.993818547965311,0.0863631989549471,0.56036264727672,0.4625,0.9125,0.9125,SSP4_v9_130325,0.00434336043324653,1.48105451529319,0.0653607386720167,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s14,0.866512141959439,0.016804707709303,0.9375,1.125,2.3608221601605,1.025,0.000688224234864166,0.452943941283958,0.20650071606887,0.3375,1.00199638105967,0.0692249318363585,0.744621211313509,0.4125,1.0625,0.9625,SSP4_v9_130325,0.000896139186659616,1.28895732080542,0.0546516160557205,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s15,0.518302192562448,0.020322988909203,1.0375,0.925,1.66217588366032,0.825,0.000479482059674672,0.505129485081332,0.252379396183799,0.4375,0.981242690616446,0.049394653560423,0.623258080278603,0.5125,0.9625,1.0625,SSP4_v9_130325,0.00283371938387078,1.01745066881039,0.0789242422627019,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s16,0.555831169475855,0.0169639525567127,1.06875,0.9625,1.81991106803149,0.9375,0.000510232392164219,0.532072887785893,0.248870715627623,0.38125,0.996991278062809,0.0775725104376386,0.714288553773823,0.43125,1.05625,1.00625,SSP4_v9_130325,0.00223194813907541,1.1136120735209,0.0560101183634688,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s17,0.885382002284004,0.0210112971026069,0.96875,1.1625,2.48983256136251,1.1375,0.000277848930839431,0.486931788753277,0.203391402543625,0.48125,1.01627309112316,0.055992015535489,0.602003170457882,0.53125,0.95625,0.90625,SSP4_v9_130325,-0.000225091702494338,1.38740830077277,0.0819073529055653,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s18,1.07265989452058,0.0155868424254259,0.91875,0.8625,2.16040588717377,0.8375,0.000425089492359366,0.50772799490402,0.225879639960793,0.43125,0.987386431760511,0.0439127712797183,0.656635764536351,0.58125,1.00625,0.95625,SSP4_v9_130325,0.00325726148425954,1.24006378303779,0.0439431411351161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s19,0.739080914484894,0.0183169467731472,1.01875,1.0625,1.22345844130309,1.0375,0.000599717454854304,0.458923714778798,0.160097388294773,0.33125,1.00509351712245,0.0653502143516571,0.525636775704323,0.48125,0.90625,1.05625,SSP4_v9_130325,0.00130374527494105,0.933283568730589,0.0667510274482302,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s20,0.811723561813091,0.0145781017285156,0.99375,0.9125,2.31996410908637,1.0875,0.000552272844986891,0.497441901958945,0.265564342235259,0.40625,0.977620125513487,0.0606408001396804,0.759536764527826,0.45625,0.98125,1.03125,SSP4_v9_130325,0.00404088993625876,1.03932781670073,0.0613271529072703,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s21,1.27867155479907,0.0176082722818934,1.09375,1.1125,1.60096386893526,0.8875,0.000371708448856429,0.555537767290142,0.215138053000053,0.30625,1.00099540748345,0.0920543123124768,0.630050591817344,0.55625,1.08125,0.93125,SSP4_v9_130325,0.00177849673178632,1.30632908027424,0.0351273551408646,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s22,0.967460255879985,0.0163157343086944,1.04375,0.8125,1.9980674682256,1.1875,0.000469088020383919,0.475070636286424,0.23671003978916,0.35625,0.992687244895838,0.0706417989913451,0.683755137241151,0.50625,0.93125,0.98125,SSP4_v9_130325,0.00270625549579996,1.53632338145798,0.0728577107547646,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s23,0.659822399016372,0.0192199446791976,0.94375,1.0125,2.6984841376197,0.9875,0.000664305140884809,0.518727626910159,0.188591856067305,0.45625,1.00976177220272,0.0508618061690498,0.569715705675581,0.40625,1.03125,1.08125,SSP4_v9_130325,0.000739890426361109,1.17790268992326,0.0504006340915763,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp3/SSP4,s24,0.613305990859829,0.015144549508532,1.00625,1.1375,2.58573132264294,0.9625,0.000530911979616082,0.467927112214107,0.280986369139756,0.39375,1.01261356823949,0.0375112185092667,0.586651844671915,0.51875,1.09375,0.94375,SSP4_v9_130325,0.00246376591881312,1.0784533549657,0.0639988036362123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s25,0.924765545372052,0.0179491845405465,0.90625,0.9375,1.91201902274729,1.1625,0.000335694859115191,0.513068211246723,0.220560007965538,0.49375,0.994906482877554,0.0629592943575224,0.698305426893752,0.41875,0.99375,1.04375,SSP4_v9_130325,0.000366018065413358,1.34384431300944,0.0400321289645085,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s26,1.14796383573652,0.0166442917340933,0.95625,1.0375,1.45382065422594,0.8625,0.000447727155013109,0.49227200509598,0.242513038619577,0.44375,1.00300872193719,0.0737802784962002,0.487243073550515,0.46875,1.04375,1.09375,SSP4_v9_130325,0.00359859388839283,1.20887988083378,0.0766161379206566,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s27,0.775684501313513,0.0198683724187485,1.05625,0.8375,2.23981458721811,1.0625,0.000628291551143571,0.541076285221202,0.196603135948373,0.34375,0.98372690887684,0.0535340026332321,0.643400981195628,0.56875,0.94375,0.99375,SSP4_v9_130325,0.00154678751195927,0.830370088760757,0.0532689156075198,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s28,0.700929747371526,0.0159682401547554,0.93125,1.1875,1.71829423405349,1.0125,0.000574910507640634,0.502558098041055,0.256217545619715,0.41875,1.00731275510416,0.0678804830131246,0.616344578037599,0.59375,0.96875,0.91875,SSP4_v9_130325,0.00478677313697751,0.993276921222517,0.0473303689343829,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s29,1.01549786215778,0.0187294422070409,1.03125,0.9875,2.40253082344691,0.8125,0.000400282545145696,0.444462232709858,0.209475875237224,0.31875,0.990238227797279,0.0477946545044833,0.733080689603283,0.49375,1.06875,1.01875,SSP4_v9_130325,0.00200517406641431,1.2722224594138,0.0696610853787504,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s30,0.848018203244923,0.0136287825630473,1.08125,1.0875,2.85722058716696,1.1125,0.000489767607835781,0.524929363713576,0.231219762961236,0.36875,1.02237987448651,0.0583376300831982,0.550160644822543,0.44375,0.91875,1.06875,SSP4_v9_130325,0.00296689703957184,1.44319932957314,0.0274486147101029,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s31,0.46586237592482,0.0172827362013648,0.98125,0.8875,2.08030355090406,0.9125,0.000722151069160569,0.481272373089841,0.178123799591846,0.46875,0.999004592516552,0.0826936740969877,0.669994018181062,0.54375,1.01875,0.96875,SSP4_v9_130325,0.00104017670701321,1.14641307202108,0.0586801962391255,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s32,0.494976752878488,0.0158768313564909,1.021875,1.03125,2.3815522829684,1.05625,0.000419136521178,0.514446154763424,0.229876046028221,0.309375,0.98957276973737,0.0469276791700665,0.605666241765819,0.434375,0.921875,0.953125,SSP4_v9_130325,0.000250780125770076,1.50526102395078,0.0553334693605635,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s33,0.857225345794546,0.01862071723007,0.921875,0.83125,1.69078063630198,0.85625,0.000593243708872467,0.469836096843401,0.174767597067827,0.409375,1.00674094875661,0.0672304563969397,0.718637782740069,0.534375,1.021875,1.053125,SSP4_v9_130325,0.00240505145122026,1.17010713461203,0.0802890762142756,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s34,1.02871834604817,0.013151494534199,0.971875,1.13125,2.06000408081691,1.15625,0.000505112898801159,0.543874583760257,0.25425004597765,0.459375,0.998505155686726,0.0812146094650681,0.532479519836024,0.584375,0.971875,1.003125,SSP4_v9_130325,0.00148738042307358,1.02863167563546,0.043026021210066,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s35,0.710678668092512,0.0172027112112672,1.071875,0.93125,2.80867228642827,0.95625,0.000250484097467678,0.493575552096927,0.208003028930843,0.359375,1.02034495374429,0.0577576235940544,0.659953900041263,0.484375,1.071875,0.903125,SSP4_v9_130325,0.00350660648147003,1.2975523484527,0.0660517427656132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s36,0.784713748937226,0.015018674595073,0.946875,1.08125,1.88966727977774,0.90625,0.000463831841757581,0.449188904502972,0.241021766816909,0.484375,0.994367245130433,0.0623751928418155,0.633411795269669,0.459375,1.046875,0.978125,SSP4_v9_130325,0.00194868641612365,1.23220850256575,0.0606650325435928,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s37,1.17222227565844,0.0178619599742902,1.046875,0.88125,2.56062740433711,1.10625,0.000654215429533299,0.503841285234415,0.194744369169865,0.384375,1.01184764242732,0.0343359424517551,0.770186307528287,0.559375,0.946875,1.078125,SSP4_v9_130325,0.00453740774121244,0.914087606720689,0.0336166290294885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s38,0.935066564406939,0.0165633286287811,1.096875,1.18125,2.21995097630778,0.80625,0.000546839541824804,0.482727477646748,0.275869473811529,0.334375,0.982570553546133,0.0528911708280976,0.574142792824766,0.509375,1.096875,1.028125,SSP4_v9_130325,0.000969447121987984,1.10509316432649,0.0720209134779038,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s39,0.625653666207457,0.0196827596390536,0.996875,0.98125,1.40849887088466,1.00625,0.00036363784185786,0.52660463943465,0.219219062445631,0.434375,1.00250075197768,0.0729486742027431,0.687299771106626,0.409375,0.996875,0.928125,SSP4_v9_130325,0.00289950490513997,1.37571819185351,0.0496555759925912,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s40,0.670482607284226,0.0143990007676931,1.059375,0.85625,1.5678694071073,1.03125,0.000442215380946305,0.488290114543799,0.235315383830358,0.321875,1.00049735855374,0.08880345577479,0.702132032234809,0.521875,0.934375,1.090625,SSP4_v9_130325,-0.000501221609615387,1.42744234596471,0.0633257527754635,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s41,0.978863354196337,0.0175258148397065,0.959375,1.05625,2.2997725832639,0.83125,0.000620655612626395,0.534090539535535,0.186285421106372,0.421875,0.974586466924887,0.0600657395499625,0.590610828316342,0.421875,1.034375,0.990625,SSP4_v9_130325,0.00217497970030118,1.1383707657823,0.0389289802369101,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s42,1.34607564708019,0.0162311046566854,0.909375,0.95625,2.66787838860157,1.13125,0.000525697791612292,0.461446142616675,0.262932033175233,0.471875,1.00912058864837,0.0501421548077504,0.646711440929383,0.471875,0.984375,0.940625,SSP4_v9_130325,0.0012402405991124,0.980041903108993,0.0755959462867191,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s43,0.820742409740865,0.0190870381658273,1.009375,1.15625,1.97698752802897,0.93125,0.000324501664958974,0.509042039560605,0.21375109981878,0.371875,0.992101409620163,0.0699231899009564,0.499590519710984,0.571875,1.084375,1.040625,SSP4_v9_130325,0.0031809795469817,1.26404361492191,0.0525662509342991,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s44,0.748333874899711,0.0168844156669,0.984375,0.80625,2.46739281717268,0.98125,0.000484634859062338,0.562378975633081,0.224552560060982,0.496875,1.01523907563258,0.0553912684262123,0.738580554539994,0.596875,1.009375,1.065625,SSP4_v9_130325,0.00172125798876062,1.20114415132458,0.0465191581348445,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp3/SSP4,s45,1.08919818723262,0.0206206338596022,1.084375,1.00625,1.79557474404534,1.18125,0.00070324438198811,0.49872177529971,0.15082822295922,0.396875,0.996478904308206,0.0765382717981715,0.619818624455739,0.496875,0.909375,0.965625,SSP4_v9_130325,0.00391548430873012,0.777608542828672,0.0689130939057559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s46,0.894995966955985,0.0154834951368821,1.034375,0.90625,1.1192280923699,0.88125,0.000569090089413008,0.5202158697055,0.247210684327461,0.346875,1.00456253746093,0.0647423148103763,0.673383972208288,0.446875,1.059375,0.915625,SSP4_v9_130325,0.000655677465786176,1.06912671881298,0.0239742697456634,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s47,0.571811555845319,0.0182216730638835,0.934375,1.10625,2.14049981166476,1.08125,0.000393581442261402,0.476689072781883,0.201774838984524,0.446875,0.986573454726325,0.0426955036550285,0.555384724808751,0.546875,0.959375,1.015625,SSP4_v9_130325,0.00264427021571521,1.33403311783359,0.0580166603888253,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s48,0.538208450072947,0.0156865240050789,0.953125,1.19375,2.92111784516972,1.19375,0.000606418557738598,0.496158714765585,0.210922772029275,0.378125,0.995437462539068,0.0971988357708336,0.640083301944127,0.403125,1.065625,1.059375,SSP4_v9_130325,0.00252313890626854,1.28052087526604,0.0299181039421968,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s49,0.875892712855531,0.0184149506719484,1.053125,0.99375,2.10047077161802,0.99375,0.000430909910586993,0.550811095497028,0.258301516946853,0.478125,1.01342654527367,0.0612168212045382,0.469871348728317,0.503125,0.965625,0.959375,SSP4_v9_130325,0.000470275876885648,1.00570099961244,0.0593422881858766,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s50,1.05717760075177,0.0170434363914586,1.003125,1.09375,1.7448567569486,1.09375,0.00029675561801189,0.47339536056535,0.181104524380354,0.428125,0.98476092436742,0.0515576973712925,0.694565469528779,0.553125,1.015625,0.909375,SSP4_v9_130325,0.00369646682208385,1.15437454544587,0.0481221656632684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s51,0.729733129099275,0.0216157466191332,0.903125,0.89375,2.42379862663976,0.89375,0.000515365140937662,0.517272522353252,0.232572714800262,0.328125,1.00352109569179,0.0713834253746953,0.582595790674223,0.453125,0.915625,1.009375,SSP4_v9_130325,0.00160549920857535,1.46081893070183,0.0704264064469618,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp3/SSP4,s52,0.802720712817059,0.0163992023743097,1.078125,1.14375,1.49487711901614,0.84375,0.000675498335041027,0.530163903156599,0.221894627977964,0.403125,0.990879411351632,0.056585879420649,0.666628763877317,0.478125,0.990625,1.084375,SSP4_v9_130325,0.00515940292651812,1.3540198535379,0.0777161109079988,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s53,1.23439641952874,0.0193620216829822,0.978125,0.94375,2.25972340024758,1.04375,0.000474302208387708,0.485553845236576,0.288578736059946,0.303125,1.00789859037984,0.0786837792177586,0.544644901184551,0.578125,1.090625,0.984375,SSP4_v9_130325,0.00206166858018247,1.08753782927394,0.0539637248911478,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s54,0.956383607760221,0.0147381548300386,0.928125,1.04375,2.61182669644041,0.94375,0.000379344387373606,0.506424447903073,0.198388225075501,0.353125,0.999502641446258,0.0659667100983391,0.727979731433596,0.528125,0.940625,0.934375,SSP4_v9_130325,0.00303610543409301,0.865107267726073,0.0646767944416576,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s55,0.648836200551852,0.0176916777341158,1.028125,0.84375,1.93399745059492,1.14375,0.000557784619053695,0.456125416239743,0.244038154409929,0.453125,1.02541353307511,0.0450045960073215,0.612831254671496,0.428125,1.040625,1.034375,SSP4_v9_130325,0.00110869207393354,1.21662830601221,0.0410769449617502,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s56,0.600318674973966,0.016724707985246,0.915625,0.91875,2.01891174673443,1.11875,0.00063636215814214,0.50127822470029,0.216510193864708,0.390625,1.01742944645387,0.0486142641844221,0.518083145147443,0.540625,1.078125,0.996875,SSP4_v9_130325,0.00228922865606686,1.31531380820965,0.0737275565480138,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s57,0.914668165183705,0.0200783964861302,1.015625,1.11875,2.73148332723996,0.91875,0.000453160458175197,0.437621024366919,0.268500440173898,0.490625,0.99749924802232,0.0685447075007673,0.653325162717964,0.440625,0.978125,1.096875,SSP4_v9_130325,-3.30612875006544e-05,1.04960680452879,0.0511332483531638,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s58,1.12646166054999,0.0152632044394725,1.065625,0.81875,2.34030383324973,1.01875,0.000345784570466701,0.523310927218117,0.190755388445881,0.440625,1.00563275486957,0.0843804891987847,0.598277879962956,0.490625,1.028125,1.046875,SSP4_v9_130325,0.00333661739966889,1.18566658668673,0.0619907800082525,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s59,0.766620709539006,0.0180380586417363,0.965625,1.01875,1.63230834885251,0.81875,0.000536168158242419,0.4797841302945,0.23812388664564,0.340625,0.988152357572678,0.0589150389500399,0.710104567389519,0.590625,0.928125,0.946875,SSP4_v9_130325,0.00136599707016629,1.58275990716352,0.0364959039672047,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s60,0.691000542064812,0.0139463249745464,1.040625,0.96875,2.1802686455763,0.86875,0.000749515902532322,0.465909460464465,0.20496499452564,0.415625,1.00149484431327,0.0635478770236543,0.56513010605033,0.565625,0.953125,0.971875,SSP4_v9_130325,0.00418148955041384,1.39981012668405,0.0448285585649532,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s61,1.00282741098012,0.0173631786273513,0.940625,1.16875,1.29754311826591,1.06875,0.000494887101198841,0.511709885456201,0.250590334344928,0.315625,0.979655046255711,0.0396390428175227,0.680258713828066,0.465625,1.053125,1.071875,SSP4_v9_130325,0.00183542631548227,1.1219861371864,0.0674599542213253,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s62,0.838877247830311,0.0160575813316503,0.990625,0.86875,1.84366496989805,0.96875,0.000406756291127533,0.490957960439395,0.166190658433894,0.365625,1.01042723026263,0.0541637851461856,0.626667346802818,0.415625,0.903125,1.021875,SSP4_v9_130325,0.00276935697853297,0.950347136829304,0.0566823590539338,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s63,0.424172777182277,0.0188428630092598,1.090625,1.06875,2.51279219340885,1.16875,0.000580863478822,0.538553857383325,0.227207969365302,0.465625,0.993259051243385,0.0746512134216042,0.751445381071378,0.515625,1.003125,0.921875,SSP4_v9_130325,0.000819806377417763,1.24797905314855,0.0840372615056573,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s64,0.44745476633261,0.016603886945643,0.9890625,1.121875,1.70466443746401,1.146875,0.000466465675234737,0.516556123096364,0.199256262713175,0.3734375,1.00590584085002,0.0644412339738668,0.658293647594876,0.4671875,1.0015625,0.9671875,SSP4_v9_130325,0.00385724698795202,1.276355611482,0.0760973807544965,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s65,0.843440272460339,0.0197729674002278,1.0890625,0.921875,2.39200805774518,0.946875,0.000659141768351799,0.472533658849049,0.244814933844939,0.4734375,0.98852021015201,0.042025037356167,0.529134981202825,0.5671875,0.9015625,1.0671875,SSP4_v9_130325,0.00169249565474815,0.999580942305156,0.0529186263123544,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s66,1.0090986542521,0.0150826050551009,1.0390625,1.021875,2.83170682959017,1.046875,0.000549547048122293,0.548844460341425,0.222560169306169,0.4234375,1.018067723113,0.0550879123094088,0.716440594653703,0.5171875,1.0515625,1.0171875,SSP4_v9_130325,0.00261365493656142,1.15040306826931,0.0636617209232399,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s67,0.695989374667134,0.0179053790462862,0.9390625,0.821875,2.07017181610611,0.846875,0.000367732701860374,0.495515349392826,0.295033272546422,0.3234375,0.997751834736047,0.0760457894739791,0.603842060251878,0.4171875,0.9515625,0.9171875,SSP4_v9_130325,0.000611677971464887,1.45173828079546,0.0394885118817595,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp3/SSP4,s68,0.771157764952847,0.013421677160602,1.0640625,1.171875,2.57306623556026,0.896875,0.000422130665391491,0.454591723927657,0.182485038063392,0.4484375,1.01077026012854,0.0497721746807548,0.685520970619266,0.4421875,0.9265625,0.9921875,SSP4_v9_130325,0.00214658804850395,1.34888306930543,0.0259034089602733,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s69,1.13691840834118,0.0172426790881466,0.9640625,0.971875,1.90089242143193,1.096875,0.00059645415773631,0.50577600919557,0.233253344600618,0.3484375,0.993540239530873,0.0695716691532624,0.571947771920144,0.5421875,1.0265625,1.0921875,SSP4_v9_130325,-0.000726527558462139,1.08302394786574,0.0583486538586424,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s70,0.919692870067928,0.0159228124818269,0.9140625,1.071875,1.43177364297717,0.996875,0.000507671407197564,0.484856645011865,0.211637491138469,0.3984375,1.00174530492167,0.0875110438287194,0.764383538067851,0.5921875,0.9765625,1.0421875,SSP4_v9_130325,0.00314386372097009,0.849084658899425,0.0469273314819439,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s71,0.606900152989945,0.0186745347484799,1.0140625,0.871875,2.22987857589436,1.196875,0.000265807432758147,0.52924443136717,0.25939495916183,0.4984375,0.980489477079716,0.0597783002842708,0.631733706178125,0.4921875,1.0765625,0.9421875,SSP4_v9_130325,0.00120796081408739,1.21275180951041,0.0692850809432574,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s72,0.654373234899583,0.0155356624694509,0.9265625,0.996875,2.3098516276972,1.171875,0.000487203311108749,0.479026170021766,0.168663038948157,0.3609375,0.985242021425207,0.052564222629891,0.493810707946421,0.5796875,1.0390625,1.0796875,SSP4_v9_130325,0.00443535731320678,1.31079365802537,0.0434888145821335,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s73,0.961883557577014,0.0182689900107204,1.0265625,1.196875,1.58465535645279,0.971875,0.000712048624369167,0.522520637615038,0.227873196750464,0.4609375,1.0037791989306,0.072545948562079,0.645056888295425,0.4796875,0.9390625,0.9796875,SSP4_v9_130325,0.00192042146515141,1.04451573167883,0.066400268591506,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s74,1.25480377086291,0.0169241980719756,1.0765625,0.896875,1.98755878937063,1.071875,0.000571984782191327,0.4320032650977,0.205737296801689,0.4109375,0.995700199302997,0.062084537179095,0.588642788394922,0.4296875,1.0890625,0.9296875,SSP4_v9_130325,0.002866423336834,1.18178788839093,0.0556723938702037,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s75,0.8072209029534,0.0208001583227291,0.9765625,1.096875,2.6829214226349,0.871875,0.00039696250503304,0.500639009503238,0.25147548762409,0.3109375,1.01385379960775,0.0316090615715916,0.700207076398155,0.5296875,0.9890625,1.0296875,SSP4_v9_130325,0.000933141135193658,1.55651549800616,0.0810568943196723,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s76,0.734419970093712,0.0162735760788322,1.0015625,0.946875,1.80781994445832,0.821875,0.000444981756690858,0.537374152672682,0.191791302666272,0.4359375,0.999751363788332,0.0805353974880494,0.552806028576638,0.5046875,0.9140625,1.0546875,SSP4_v9_130325,0.00237591164999295,1.3935114152989,0.072435541185342,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s77,1.06479882003912,0.0191524522684996,0.9015625,1.146875,2.47855242829772,1.021875,0.000624424128640877,0.490296372430946,0.238838952921789,0.3359375,1.0280044522494,0.0574663450383224,0.671685600806011,0.4046875,1.0140625,0.9546875,SSP4_v9_130325,0.000187803320850344,1.11781603377788,0.0500297473810642,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s78,0.880622796606995,0.0144913240561033,0.9515625,0.846875,2.15045961575927,0.921875,0.000528300124875681,0.511037268556256,0.217191430048608,0.3859375,0.991191936838812,0.046473197539047,0.618086210635786,0.4546875,0.9640625,0.9046875,SSP4_v9_130325,0.00346250675871785,0.942042884634438,0.0609959525298121,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s79,0.547257657326853,0.0175669342391833,1.0515625,1.046875,1.1771022688082,1.121875,0.000330257974026667,0.464852854409527,0.270117740161486,0.4859375,1.00819737547029,0.0669102573147732,0.735773457843744,0.5546875,1.0640625,1.0046875,SSP4_v9_130325,0.00145737980367696,1.2440131085783,0.0343924547659055,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp3/SSP4,s80,0.579317188996693,0.0148126088056005,1.0328125,1.059375,2.11051200394119,1.009375,0.000681633104289374,0.49292496878108,0.278241094969718,0.3421875,1.00943836304641,0.053850405850563,0.580527701525003,0.4984375,0.9578125,1.0734375,SSP4_v9_130325,0.0018069949010006,1.49253638641912,0.0623234040982213,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp3/SSP4,s81,0.899855019143568,0.0177337835292473,0.9328125,0.859375,2.96746286162872,0.809375,0.00047689596321772,0.542435506493333,0.219890448159599,0.4421875,0.992396197789486,0.074210460750737,0.692724202889803,0.5984375,1.0578125,0.9734375,SSP4_v9_130325,0.00410898352223059,1.166193899544,0.0371377577355294,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s82,1.09793323028632,0.0164405552200531,0.9828125,1.159375,2.43455516198901,1.109375,0.00038302227453132,0.468893967839781,0.241763457326926,0.4921875,1.0007462533785,0.0632529674220854,0.456179855414432,0.5484375,0.9078125,0.9234375,SSP4_v9_130325,0.000780336617165909,1.0231065830947,0.0741769276748586,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s83,0.75293004869389,0.0194371205243713,1.0828125,0.959375,1.7578184398516,0.909375,0.000560573419952539,0.513754560827286,0.195683648926355,0.3921875,0.976299478948078,0.0386536791178468,0.638420627141357,0.4484375,1.0078125,1.0234375,SSP4_v9_130325,0.00273765803719099,1.2932336332958,0.0514953020336587,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s84,0.825261661795763,0.0170831948764027,0.9078125,1.009375,2.26970212294664,0.959375,0.000609865364603802,0.52575937374174,0.255220583780523,0.4671875,1.00482706541053,0.0835066982210716,0.611058307335293,0.4234375,1.0828125,1.0984375,SSP4_v9_130325,-0.00012261719664908,1.22829941393684,0.0570170667980398,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s85,1.40503657753419,0.0221568442708298,1.0078125,0.809375,1.51413273206588,1.159375,0.000433775507614542,0.482003804452168,0.208742906591926,0.3671875,0.986986403561789,0.0586266004120846,0.725549032101061,0.5234375,0.9828125,0.9984375,SSP4_v9_130325,0.00226054442282184,0.90343806467002,0.0855820953876241,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s86,0.984700431230514,0.0157351517215861,1.0578125,1.109375,1.94485906100976,0.859375,0.0003046221586343,0.503199172222813,0.230546884425806,0.3171875,1.01574300011386,0.0482098207813434,0.541759762806459,0.5734375,1.0328125,0.9484375,SSP4_v9_130325,0.00133501702140129,1.10077318632816,0.0452606146617201,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s87,0.675705032264855,0.0184650915978416,0.9578125,0.909375,2.62530783024576,1.059375,0.000517938602428698,0.446987843907708,0.176500364685015,0.4171875,0.996735693791555,0.0682107128098516,0.664953920861497,0.4734375,0.9328125,1.0484375,SSP4_v9_130325,0.00329652715813223,1.37010137438748,0.0678185053996335,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s88,0.631622187999039,0.0161015619675181,1.0953125,0.834375,2.7491284407279,1.084375,0.000771986939609198,0.508383581191316,0.248033794996191,0.3296875,0.998755091662233,0.065657314093165,0.708066048860165,0.5609375,0.9953125,0.9859375,SSP4_v9_130325,0.00203341575035915,1.42010981030168,0.0485114434959919,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s89,0.940301207888278,0.0189015669897656,0.9953125,1.034375,2.02925437039694,0.884375,0.000497443961987046,0.46021455791205,0.202588839933537,0.4296875,1.0212870979835,0.0444720688882851,0.596389671592078,0.4609375,1.0953125,1.0859375,SSP4_v9_130325,0.00494889920626412,1.13431493265015,0.0708164263646073,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s90,1.18570908762596,0.0140761023452603,0.9453125,0.934375,1.64741219337185,1.184375,0.000409917449539846,0.533066824534906,0.225216061753657,0.4796875,0.989908760697161,0.0562897312290082,0.651671493206699,0.4109375,0.9453125,1.0359375,SSP4_v9_130325,0.00107469102719965,0.973065960299599,0.0309588162879465,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s91,0.789219540594644,0.0174035947943131,1.0453125,1.134375,2.35053866900048,0.984375,0.000583895319912934,0.487613237969427,0.156091050903024,0.3796875,1.0070252112025,0.0781175402945365,0.51396317369759,0.5109375,1.0453125,0.9359375,SSP4_v9_130325,0.00300125992122665,1.25999374068448,0.0596730180378727,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s92,0.715493473335341,0.0153202202938517,0.9703125,0.884375,1.3287644886384,0.934375,0.00064058858236189,0.475886460565923,0.264215704674477,0.4546875,0.983166506817662,0.0512124961963379,0.747913635153926,0.5359375,1.0703125,0.9609375,SSP4_v9_130325,0.000419325726844653,1.19727758653455,0.0650179556333493,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s93,1.03556125749624,0.0180831828121818,1.0703125,1.084375,2.19019054113618,1.134375,0.000455850925774977,0.519467333652127,0.214446576782987,0.3546875,1.00275423783093,0.0710095525920971,0.624966221803548,0.4359375,0.9703125,1.0609375,SSP4_v9_130325,0.00249336399478023,0.731470324825917,0.0415804064457283,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s94,0.861857921823855,0.0167647520035298,1.0203125,0.984375,2.52449279093822,0.834375,0.000350503389309272,0.498082148200609,0.236010493164056,0.3046875,0.99463796841346,0.0942465677479248,0.678526424503403,0.4859375,1.0203125,1.0109375,SSP4_v9_130325,0.00157622335352755,1.06436228627868,0.0783042813575966,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s95,0.50717068806773,0.0201954947707847,0.9203125,1.184375,1.85534330487976,1.034375,0.000538814510276217,0.558548141810463,0.187458272034343,0.4046875,1.01222526414387,0.0609286369054288,0.562770755502023,0.5859375,0.9203125,0.9109375,SSP4_v9_130325,0.00364672311611281,1.32924834083789,0.0543084790132312,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s96,0.481385927587362,0.0149525414178584,1.0859375,0.940625,2.13052376284814,0.990625,0.00035941141763811,0.462625847327318,0.237414379805292,0.3640625,1.00326430620844,0.0702797929890664,0.696425404716287,0.4953125,1.0234375,0.9140625,SSP4_v9_130325,0.00465278185372184,1.12612459603223,0.0603342986413398,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s97,0.852612672972746,0.0178189029824413,0.9859375,1.140625,1.03707913248659,1.190625,0.000544149074225023,0.509703627569054,0.189689834330558,0.4640625,0.98425699988614,0.0505051870807199,0.58463665740972,0.5953125,0.9234375,1.0140625,SSP4_v9_130325,0.00197693410835292,1.40632557381056,0.032792634739518,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s98,1.02203433786678,0.0165225993468778,0.9359375,0.840625,1.78316620915002,0.890625,0.000649496610690728,0.488962731443744,0.266988247442673,0.4140625,1.01301359643821,0.0603532035250996,0.641743269293212,0.5453125,1.0734375,1.0640625,SSP4_v9_130325,0.00293298772078513,1.25196330132389,0.071613209772033,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP4,s99,0.705825103214257,0.0195970691976215,1.0359375,1.040625,2.45634521733882,1.090625,0.000461185489723783,0.535147145590473,0.215825828617196,0.3140625,0.995172934589471,0.0902904195980152,0.479517044801367,0.4453125,0.9734375,0.9640625,SSP4_v9_130325,0.00100510979151101,0.958255107121718,0.0492779343184155,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp3/SSP4,s100,0.780202610705913,0.0158302568249875,0.9609375,0.990625,1.96634984401176,1.040625,0.000228013060390802,0.520973829978234,0.226543530160916,0.4390625,1.02370052105192,0.0433223987695319,0.730486903772483,0.4203125,0.9484375,0.9390625,SSP4_v9_130325,0.00243433236864228,1.05460764509215,0.0549932443607096,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp3/SSP5,s1,0.829789516366302,0.0255478849592337,1,1,1.42604936100282,1,0.000374470532300597,0.518835921530899,0.154964919394384,0.4,1.00976578836866,0.0445126831921568,0.507535231658141,0.5,1,1,SSP5_v9_130325,0.0039765788368659,0.809860386529016,0.0374470532300597,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s2,0.990635701586279,0.0237763289140303,1.05,0.9,1.73043518805055,0.9,0.000465694046538295,0.504908658487231,0.130143746947899,0.45,1.00535092206312,0.057952756518755,0.481114670837621,0.55,0.95,1.05,SSP5_v9_130325,0.00353509220631231,1.13335060440038,0.0292208157420578,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s3,0.680862481687397,0.0271331205428652,0.95,1.1,1.16465293972623,1.1,0.000292208157420578,0.532271087533741,0.181772616931047,0.35,1.01407716596062,0.0330090823549182,0.537061126457078,0.45,1.05,0.95,SSP5_v9_130325,0.00440771659606246,0.536757866865578,0.0465694046538295,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s4,0.757508659263698,0.0247306648304096,1.025,0.85,1.95469178672338,1.15,0.000242651625750109,0.525268234769637,0.114425141818419,0.475,1.00768988334135,0.0506301059058289,0.464769838803214,0.475,1.025,0.925,SSP5_v9_130325,0.00376898833413467,0.671344249340324,0.0531531191676086,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s5,1.10702553157996,0.0281138114822018,0.925,1.05,1.29566808952084,0.95,0.000416869470585662,0.495007754878345,0.167458632596606,0.375,1.01702968341419,0.0261085152314528,0.521155549229806,0.575,0.925,1.025,SSP5_v9_130325,0.00470296834141868,1.35811642362836,0.0334097948543317,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s6,0.904751795579638,0.0224481941921206,0.975,0.95,1.0173527916633,1.05,0.000531531191676087,0.541248926790519,0.142918109877283,0.325,1.00220224990988,0.0388290458435607,0.494612271963882,0.525,1.075,1.075,SSP5_v9_130325,0.00322022499098756,0.960006429904691,0.0416869470585662,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s7,0.586550850910511,0.0263232635198016,1.075,1.15,1.56618988795323,0.85,0.000334097948543317,0.512293272169141,0.201170921929993,0.425,1.0118185538767,0.0684984107814919,0.559196675396549,0.425,0.975,0.975,SSP5_v9_130325,0.00418185538766952,0.396715705353578,0.0242651625750109,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s8,0.637469055799734,0.0242793270700347,0.9625,1.075,1.49419684387772,0.875,0.000208738277397614,0.548097210546723,0.122911509299956,0.3125,1.01290330152184,0.0625634106275243,0.514178583117231,0.5375,0.9375,1.0375,SSP5_v9_130325,0.00296571669900166,0.317654756843783,0.0495172071217179,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s9,0.945596455475206,0.0275864071203186,1.0625,0.875,0.923152127055958,1.075,0.000395194273741454,0.515617011061736,0.174266075912534,0.4125,1.00394584446383,0.0359763457745679,0.453106230961815,0.4375,1.0375,0.9375,SSP5_v9_130325,0.00407824556004982,0.882919652404947,0.0313602797328327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s10,1.20035812176558,0.0213497915088738,1.0125,1.175,1.23094388830593,0.975,0.000495172071217179,0.528643312224093,0.14895359730641,0.4625,1.01934438411581,0.0212752105246864,0.546851462001555,0.4875,0.9875,0.9875,SSP5_v9_130325,0.00365738675829258,1.23589676450312,0.0395194273741454,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s11,0.793721583838461,0.0259362745293572,0.9125,0.975,1.83058616285321,1.175,0.000313602797328327,0.500480502898645,0.216726353627597,0.3625,1.00874347893471,0.0474795830984112,0.488029549334998,0.5875,1.0875,1.0875,SSP5_v9_130325,0.00454070139436039,0.604030111091829,0.0208738277397614,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s12,0.720272375635691,0.0231889079884642,1.0875,1.025,1.36028939867388,1.125,0.000269081865342875,0.508769378924824,0.103050365427075,0.4875,1.0154070139436,0.0416515974026395,0.528677835160263,0.5625,1.0125,1.0125,SSP5_v9_130325,0.00387434789347137,0.739656627031907,0.0269081865342875,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp3/SSP5,s13,1.04257572211652,0.0267182273538555,0.9875,0.825,2.13209356123812,0.925,0.000440081976996717,0.536343731863701,0.16108535699324,0.3875,1.00657386758293,0.0775703616307693,0.473559902765642,0.4625,0.9125,0.9125,SSP5_v9_130325,0.00493443841158129,1.52077306545605,0.0440081976996717,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s14,0.866512141959439,0.0251492833517119,0.9375,1.125,1.64396644463383,1.025,0.000583428870538094,0.487091491163653,0.136712062605948,0.3375,1.0107824556005,0.0540682418451556,0.577503362853193,0.4125,1.0625,0.9625,SSP5_v9_130325,0.00339458444638262,1.04269953764955,0.0354242097637093,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s15,0.518302192562448,0.0288136285408064,1.0375,0.925,1.09470488765068,0.825,0.000354242097637093,0.522027912056015,0.190429287019419,0.4375,0.999657166990017,0.0298003250301597,0.501062080432857,0.5125,0.9625,1.0625,SSP5_v9_130325,0.00429033015218374,0.468304546840174,0.0583428870538094,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s16,0.555831169475855,0.0253504314771848,1.06875,0.9625,1.1981031729533,0.9375,0.000384743872167725,0.538652769892149,0.18591631035963,0.38125,1.00822234017848,0.065302867139981,0.552585805430971,0.43125,1.05625,1.00625,SSP5_v9_130325,0.00402732977810051,0.637618888538133,0.0364320340674248,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s17,0.885382002284004,0.0293462394216383,0.96875,1.1625,1.7783486346486,1.1375,0.000184176225589994,0.510563519816143,0.133488291228588,0.48125,1.01804877712492,0.0374111562328369,0.491348451208211,0.53125,0.95625,0.90625,SSP5_v9_130325,0.00274819281814002,1.29377340629257,0.0625954143813232,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s18,1.07265989452058,0.0234961624493063,0.91875,0.8625,1.45974101951372,0.8375,0.000303060224569368,0.523637076103708,0.158003033874154,0.43125,1.0031325205989,0.0239173092884741,0.517613736965767,0.58125,1.00625,0.95625,SSP5_v9_130325,0.00447165884083776,0.920873552173339,0.0280933091360405,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s19,0.739080914484894,0.0269222522435509,1.01875,1.0625,0.859482893776748,1.0375,0.000479817302591742,0.491536597780831,0.0943103959874701,0.33125,1.0123526967519,0.0490262448414212,0.459503720168343,0.48125,0.90625,1.05625,SSP5_v9_130325,0.00359794192108405,0.358609364410854,0.0452516676815704,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s20,0.811723561813091,0.0219703592308003,0.99375,0.9125,1.6042045505433,1.0875,0.000428238622935884,0.517234485554232,0.207993972622753,0.40625,0.9974819281814,0.0430732221145738,0.59330857308683,0.45625,0.98125,1.03125,SSP5_v9_130325,0.00480487771249159,0.502774842646106,0.0405880617536309,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s21,1.27867155479907,0.0261293905050714,1.09375,1.1125,1.05731479875718,0.8875,0.000256434784736817,0.553641497833926,0.145947416885585,0.30625,1.01027329778101,0.08569132650396,0.504286646039319,0.55625,1.08125,0.93125,SSP5_v9_130325,0.00382223401784776,1.08683638323247,0.022714721998117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s22,0.967460255879985,0.0245100667090002,1.04375,0.8125,1.32791186735856,1.1875,0.00034418527303489,0.502786366132187,0.170794257562009,0.35625,1.00597941921084,0.0559413014759793,0.5327354953392,0.50625,0.93125,0.98125,SSP5_v9_130325,0.00423526967519018,1.64056409415327,0.0512183149516782,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s23,0.659822399016372,0.0278372722816193,0.94375,1.0125,2.03298624616597,0.9875,0.000554428629031092,0.530416127348123,0.118884331809971,0.45625,1.01471658840838,0.0314458240278456,0.477444062091939,0.40625,1.03125,1.08125,SSP5_v9_130325,0.00331325205989018,0.774464951216024,0.032392451151527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s24,0.613305990859829,0.0228448469200481,1.00625,1.1375,1.88859543680006,0.9625,0.000405880617536309,0.497923833029033,0.229778592466511,0.39375,1.01616770231466,0.0176436458572584,0.484629138483649,0.51875,1.09375,0.94375,SSP5_v9_130325,0.00412964103959777,0.570455580971836,0.0428238622935884,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s25,0.924765545372052,0.0265190930035269,0.90625,0.9375,1.26340178270675,1.1625,0.00022714721998117,0.526932625299861,0.151953926968848,0.49375,1.00714201542879,0.0459784397954695,0.541730561229495,0.41875,0.99375,1.04375,SSP5_v9_130325,0.00310903065518684,1.18278674084955,0.0256434784736817,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s26,1.14796383573652,0.0249431738486793,0.95625,1.0375,0.973497139848872,0.8625,0.00032392451151527,0.513973586227379,0.177910042646664,0.44375,1.01129641039598,0.0601415494078447,0.444229388587611,0.46875,1.04375,1.09375,SSP5_v9_130325,0.00461677023146569,0.84596656010592,0.0554428629031092,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s27,0.775684501313513,0.0284297788830736,1.05625,0.8375,1.52960693325418,1.0625,0.000512183149516782,0.544287563640795,0.126637066502729,0.34375,1.00109030655187,0.0345134929526982,0.510826118751688,0.56875,0.94375,0.99375,SSP5_v9_130325,0.00371420154287917,0.271219489459405,0.034418527303489,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s28,0.700929747371526,0.0240358671313929,0.93125,1.1875,1.13031072912146,1.0125,0.000452516676815704,0.520430667391534,0.19544331575343,0.41875,1.0134758139166,0.0523050743679224,0.497843484877907,0.59375,0.96875,0.91875,SSP5_v9_130325,0.00512728362958118,0.433079170378261,0.0303060224569368,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s29,1.01549786215778,0.0273533573115677,1.03125,0.9875,1.68587190261596,0.8125,0.000280933091360405,0.480422518995141,0.139846819080816,0.31875,1.00467796407618,0.0280388222972649,0.567160580894222,0.49375,1.06875,1.01875,SSP5_v9_130325,0.00392568769672171,1.00052954189557,0.0479817302591742,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s30,0.848018203244923,0.020401477712308,1.08125,1.0875,2.27684609453492,1.1125,0.000364320340674248,0.534234671628144,0.164230333714001,0.36875,1.02127283629581,0.0402396243374653,0.46937882102247,0.44375,0.91875,1.06875,SSP5_v9_130325,0.00434758139166003,1.43184008027925,0.0184176225589995,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s31,0.46586237592482,0.0257428003469886,0.98125,0.8875,1.39295143543564,0.9125,0.000625954143813233,0.506892354878546,0.109305194912642,0.46875,1.00925687696722,0.0724034223024143,0.524832179673176,0.54375,1.01875,0.96875,SSP5_v9_130325,0.00346779640761783,0.705320046933742,0.0384743872167725,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp3/SSP5,s32,0.494976752878488,0.0239083578342518,1.021875,1.03125,1.66462240889916,1.05625,0.000297679254622976,0.527781270695451,0.162648785475922,0.309375,1.00432045397671,0.0270992248228053,0.492985769179681,0.434375,0.921875,0.953125,SSP5_v9_130325,0.00304284634812519,1.5748867606918,0.0359275375894697,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s33,0.857225345794546,0.0272418796488175,0.921875,0.83125,1.11269383225339,0.85625,0.000472622006295732,0.499239000315916,0.106368075012158,0.409375,1.01318642838976,0.0514577218695133,0.555759023672102,0.534375,1.021875,1.053125,SSP5_v9_130325,0.00410386289508131,0.756994757881581,0.0602046717249145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s34,1.02871834604817,0.0195628689119369,0.971875,1.13125,1.3765754755607,1.15625,0.000379588527538187,0.546062060159831,0.192862933458628,0.459375,1.00900093651959,0.0703386026715292,0.462239774047237,0.584375,0.971875,1.003125,SSP5_v9_130325,0.00368608202981111,0.485615380940897,0.0275091227141327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s35,0.710678668092512,0.0256455905078735,1.071875,0.93125,2.19558694769315,0.95625,0.000165813700848493,0.514799195970277,0.138288854849879,0.359375,1.02018301220445,0.0395346895536722,0.519369667585754,0.484375,1.071875,0.903125,SSP5_v9_130325,0.0045777007647797,1.06449897560519,0.0446216916408331,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s36,0.784713748937226,0.0226544535706401,0.946875,1.08125,1.2472080851791,0.90625,0.000339148782574894,0.484198017420206,0.176063934626703,0.484375,1.00686082029811,0.0452417256011648,0.505906807946873,0.459375,1.046875,0.978125,SSP5_v9_130325,0.00390009365195899,0.901761024614156,0.0400504008981708,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp3/SSP5,s37,1.17222227565844,0.0264208538061694,1.046875,0.88125,1.85875185832105,1.10625,0.000542424951137921,0.521228398704013,0.124806033425309,0.384375,1.0157770076478,0.0148031350967496,0.607285370023932,0.559375,0.946875,1.078125,SSP5_v9_130325,0.0050183012204453,0.338593044704906,0.021842496211076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s38,0.935066564406939,0.0248378178716749,1.096875,1.18125,1.51176973084215,0.80625,0.000422501087837271,0.507842563718182,0.222399403254789,0.334375,1.00042846348125,0.0337674534500714,0.479302021095942,0.509375,1.096875,1.028125,SSP5_v9_130325,0.00343204539767146,0.620814807062667,0.0503436073887525,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s39,0.625653666207457,0.0282656155066586,0.996875,0.98125,0.949392799440172,1.00625,0.00024971373195203,0.535268145711333,0.150453452136176,0.434375,1.01103862895081,0.0590219982729302,0.534860647424336,0.409375,0.996875,0.928125,SSP5_v9_130325,0.0043186428389757,1.26415185498058,0.0318786426344541,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s40,0.670482607284226,0.021684340434528,1.059375,0.85625,1.03772044976025,1.03125,0.000318786426344542,0.511435442678212,0.169111360863951,0.321875,1.01001952840025,0.0810378804500765,0.54422610398848,0.521875,0.934375,1.090625,SSP5_v9_130325,0.00255630553933359,1.39354444725893,0.0422501087837271,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s41,0.978863354196337,0.026032808911642,0.959375,1.05625,1.58500009956153,0.83125,0.000503436073887525,0.539907518380715,0.116719779162328,0.421875,0.995563055393336,0.04236069416707,0.486341391293893,0.421875,1.034375,0.990625,SSP5_v9_130325,0.0040019528400247,0.688293915749401,0.024971373195203,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s42,1.34607564708019,0.0243961110127273,0.909375,0.95625,1.99193773788207,1.13125,0.000400504008981708,0.493359652416935,0.204410276758331,0.471875,1.01439141932741,0.0306351511458141,0.512493388112557,0.471875,0.984375,0.940625,SSP5_v9_130325,0.00356700005385707,0.415070374632029,0.0542424951137921,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s43,0.820742409740865,0.0277092112366603,1.009375,1.15625,1.31178281980559,0.93125,0.00021842496211076,0.524449237818174,0.144436784923168,0.371875,1.00567000053857,0.0549894467329411,0.449149058379277,0.571875,1.084375,1.040625,SSP5_v9_130325,0.00443914193274139,0.980079405766155,0.0339148782574894,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s44,0.748333874899711,0.0252503951847378,0.984375,0.80625,1.75392052385204,0.98125,0.000359275375894697,0.558285202632829,0.156479541305052,0.496875,1.01751443304365,0.0366965171715267,0.571927554611336,0.596875,1.009375,1.065625,SSP5_v9_130325,0.00379577676189999,0.82781646901177,0.0297679254622976,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s45,1.08919818723262,0.0290510590601845,1.084375,1.00625,1.18147028650052,1.18125,0.000602046717249145,0.518036615779975,0.0873621295303796,0.396875,1.007957767619,0.063886494011803,0.499453176087923,0.496875,0.909375,0.965625,SSP5_v9_130325,0.00475144330436488,0.243399117728275,0.0472622006295732,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s46,0.894995966955985,0.023346429681656,1.034375,0.90625,0.815130726652156,0.88125,0.000446216916408331,0.531331870954475,0.183804568496687,0.346875,1.01208386502939,0.0482465373259842,0.526731438730719,0.446875,1.059375,0.915625,SSP5_v9_130325,0.00326850798039253,0.55363153440391,0.0165813700848493,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s47,0.571811555845319,0.0268195169554694,0.934375,1.10625,1.44281069321152,1.08125,0.000275091227141327,0.5038672630447,0.131833423677469,0.446875,1.00268507980393,0.0226719889756416,0.471513169613941,0.546875,0.959375,1.015625,SSP5_v9_130325,0.00420838650293882,1.15766245767979,0.0379588527538187,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s48,0.538208450072947,0.0236391716623519,0.953125,1.19375,2.39700073798537,1.19375,0.000487318404551527,0.516428354390212,0.141388979149952,0.378125,1.00741815820204,0.0931223885794789,0.509174215352431,0.403125,1.065625,1.059375,SSP5_v9_130325,0.00415562325723436,1.02139042696757,0.0197631359640276,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s49,0.875892712855531,0.0270266897004423,1.053125,0.99375,1.40943626713933,0.99375,0.00030836419868959,0.550527962762005,0.198199697872104,0.478125,1.01658336995783,0.0437902048863725,0.437220720729688,0.503125,0.965625,0.959375,SSP5_v9_130325,0.00316749904541451,0.450806647777158,0.0389943405497477,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s50,1.05717760075177,0.0254495458101619,1.003125,1.09375,1.14761394551198,1.09375,0.000197631359640276,0.50165990751928,0.111968592640887,0.428125,1.00167499045415,0.0322360912639921,0.539347077564318,0.553125,1.015625,0.909375,SSP5_v9_130325,0.00465833699578265,0.722436363502344,0.030836419868959,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s51,0.729733129099275,0.0297667596713962,0.903125,0.89375,1.70778314911056,0.89375,0.000389943405497477,0.529520821983684,0.165832661159331,0.328125,1.01155623257234,0.0569275968488927,0.482888516201262,0.453125,0.915625,1.009375,SSP5_v9_130325,0.00374181582020399,1.47382324707312,0.0487318404551527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s52,0.802720712817059,0.0246214950851828,1.078125,1.14375,0.996028972879576,0.84375,0.000567902836361975,0.537468835569617,0.153457068290144,0.403125,1.00502079287894,0.0381215881960799,0.52297504255509,0.478125,0.990625,1.084375,SSP5_v9_130325,0.0052936296161001,1.20882439980609,0.0567902836361975,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s53,1.23439641952874,0.027971668124671,0.978125,0.94375,1.54773673204681,1.04375,0.000349214195212358,0.509675554077237,0.241012607846698,0.303125,1.0137723745015,0.0668316435078186,0.467138892507079,0.578125,1.090625,0.984375,SSP5_v9_130325,0.00395116983695848,0.587249207310057,0.0349214195212358,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s54,0.956383607760221,0.0222220752471724,0.928125,1.04375,1.92043531466204,0.94375,0.000262875308854259,0.522830395183591,0.128413767880704,0.353125,1.00951169836958,0.0498202179097674,0.562965319480333,0.528125,0.940625,0.934375,SSP5_v9_130325,0.0043772374501499,0.295425067263818,0.0434094352368263,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s55,0.648836200551852,0.0262261600669389,1.028125,0.84375,1.27954792260159,1.14375,0.000434094352368263,0.48947937101066,0.179810559032723,0.453125,1.022936296161,0.0250538892337124,0.496230660850059,0.428125,1.040625,1.034375,SSP5_v9_130325,0.0035020792878943,0.864328106885224,0.0262875308854259,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s56,0.600318674973966,0.0250469338169496,0.915625,0.91875,1.34407443766777,1.11875,0.000521506930862326,0.519633557220317,0.147452291489538,0.390625,1.01864959488574,0.0289367767231113,0.456494799931521,0.540625,1.078125,0.996875,SSP5_v9_130325,0.00405274777532542,1.1097660950817,0.0521506930862326,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s57,0.914668165183705,0.0286103142465385,1.015625,1.11875,2.0790535444962,0.91875,0.000329025686871838,0.474635863742612,0.212037045943074,0.490625,1.00848409114726,0.0531744061831788,0.515884406448492,0.440625,0.978125,1.096875,SSP5_v9_130325,0.00287175355818504,0.519813474795797,0.0329025686871838,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s58,1.12646166054999,0.0230222731345592,1.065625,0.81875,1.6238445708474,1.01875,0.000235167249160906,0.533237303932244,0.120942277701243,0.440625,1.01262562890259,0.0747710755531785,0.489697423463445,0.490625,1.028125,1.046875,SSP5_v9_130325,0.00450544141864737,0.792081794110723,0.0411332680587818,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s59,0.766620709539006,0.0266181547871688,0.965625,1.01875,1.07627381073269,0.81875,0.000411332680587818,0.505915601314045,0.172511094067823,0.340625,1.0035511336637,0.0409449146256166,0.549628705827724,0.590625,0.928125,0.946875,SSP5_v9_130325,0.00362803660722308,1.72962614037429,0.0235167249160906,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp3/SSP5,s60,0.691000542064812,0.0209408225552711,1.040625,0.96875,1.47686208332822,0.86875,0.000661560766620688,0.496520043783179,0.135113111348752,0.415625,1.01052747775325,0.0467239845953097,0.475533102319158,0.565625,0.953125,0.971875,SSP5_v9_130325,0.00486495948857371,1.32499419084783,0.0286631908726235,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s61,1.00282741098012,0.0258396501024211,0.940625,1.16875,0.893815526009862,1.06875,0.000369383282117716,0.526095511648352,0.188119724341361,0.315625,0.99871753558185,0.0196514790902114,0.530677034722878,0.465625,1.053125,1.071875,SSP5_v9_130325,0.00384840911472648,0.654457245350105,0.0459001316972414,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s62,0.838877247830311,0.0241593749348316,0.990625,0.86875,1.21458452743123,0.96875,0.000286631908726235,0.513138778947585,0.0991627921464147,0.365625,1.01505441418647,0.0352492002780661,0.502672485507143,0.415625,0.903125,1.021875,SSP5_v9_130325,0.00426256289025873,0.37793220710901,0.0369383282117716,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s63,0.424172777182277,0.0274680150217396,1.090625,1.06875,1.80385070756925,1.16875,0.000459001316972414,0.542698654602518,0.159537557632424,0.465625,1.00628036607223,0.0613189399707269,0.584319503449553,0.515625,1.003125,0.921875,SSP5_v9_130325,0.00335511336636963,0.940280313861362,0.0661560766620687,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s64,0.44745476633261,0.0248907075306132,0.9890625,1.121875,1.12154490159617,1.146875,0.000341668391066578,0.529079994730353,0.129284172044142,0.3734375,1.01276382994995,0.0478615558487602,0.518488174440762,0.4671875,1.0015625,0.9671875,SSP5_v9_130325,0.00472666553435282,1.01090639752578,0.0548269141967933,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s65,0.843440272460339,0.0283459410579391,1.0890625,0.921875,1.67516892777644,0.946875,0.000548269141967933,0.501077347669966,0.180783405205086,0.4734375,1.00375121741776,0.0219961663022764,0.460901016046085,0.5671875,0.9015625,1.0671875,SSP5_v9_130325,0.00378242715083157,0.441974589052743,0.0341668391066577,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s66,1.0090986542521,0.0227514319483944,1.0390625,1.021875,2.23324395363182,1.046875,0.000425355878727439,0.549250688153351,0.154210276965961,0.4234375,1.01898287330519,0.0363372100792574,0.55414271953857,0.5171875,1.0515625,1.0171875,SSP5_v9_130325,0.00419508035884052,0.71386607430329,0.0425355878727439,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s67,0.695989374667134,0.026469881739785,0.9390625,0.821875,1.38475104061436,0.846875,0.000253112717264533,0.516023411670369,0.250839429589032,0.3234375,1.00861405284936,0.0632142945567605,0.492168637945375,0.4171875,0.9515625,0.9171875,SSP5_v9_130325,0.00324485822815503,1.45230501740648,0.0253112717264533,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s68,0.771157764952847,0.0200417316012883,1.0640625,1.171875,1.87344596529371,0.896875,0.000300380145382877,0.488335077165291,0.113219531499449,0.4484375,1.01522871716274,0.0302210206524409,0.533789226633266,0.4421875,0.9265625,0.9921875,SSP5_v9_130325,0.00398926784207621,1.19568435638473,0.0175927926825029,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s69,1.13691840834118,0.0256942488778287,0.9640625,0.971875,1.25531227672978,1.096875,0.000476184001665101,0.522428706755931,0.166642503190595,0.3484375,1.00642798873414,0.0545252288257091,0.478379154502523,0.5421875,1.0265625,1.0921875,SSP5_v9_130325,0.00238355977913255,0.578855059418575,0.0382161110043279,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s70,0.919692870067928,0.0239726431684674,0.9140625,1.071875,0.96167060512045,0.996875,0.000382161110043279,0.509224887779097,0.142155008115648,0.3984375,1.01065484238545,0.0791984855832841,0.599304334434218,0.5921875,0.9765625,1.0421875,SSP5_v9_130325,0.00442330249208641,0.283634524985008,0.0300380145382877,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s71,0.606900152989945,0.0272972517055313,1.0140625,0.871875,1.52065357833093,1.196875,0.000175927926825029,0.536899564045776,0.199655538381053,0.4984375,0.999213870812989,0.0420057804881516,0.505095836155698,0.4921875,1.0765625,0.9421875,SSP5_v9_130325,0.003551175038531,0.855119770377917,0.0476184001665101,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp3/SSP5,s72,0.654373234899583,0.0234221979055701,0.9265625,0.996875,1.59455056784548,1.171875,0.000361796004590873,0.50541615379862,0.101195114677955,0.3609375,1.00194486963362,0.0333899447887047,0.44684986179851,0.5796875,1.0390625,1.0796875,SSP5_v9_130325,0.00497410939421977,1.09822350629915,0.0278031462382447,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s73,0.961883557577014,0.0268706885834197,1.0265625,1.196875,1.04760481413322,0.971875,0.000613112464306555,0.532750577756098,0.160309653637309,0.4609375,1.01168705100487,0.0584815045736845,0.511657675696599,0.4796875,0.9390625,0.9796875,SSP5_v9_130325,0.00388724227794583,0.511307519480412,0.0449345006404731,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s74,1.25480377086291,0.0253005379953251,1.0765625,0.896875,1.31984434329254,1.071875,0.000449345006404732,0.469518855731525,0.135915578889223,0.4109375,1.00755453569986,0.0448763157066961,0.485488531822783,0.4296875,1.0890625,0.9296875,SSP5_v9_130325,0.00430441352483851,0.78325411119791,0.0361796004590873,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s75,0.8072209029534,0.029189010940814,0.9765625,1.096875,2.01192281805798,0.871875,0.000278031462382447,0.519234876508615,0.189260209582707,0.3109375,1.01680226984346,0.0125230268556349,0.542963301960808,0.5296875,0.9890625,1.0296875,SSP5_v9_130325,0.00341354584686349,1.68071784783515,0.0613112464306555,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s76,0.734419970093712,0.0244534227559952,1.0015625,0.946875,1.18980764067565,0.821875,0.000321360605674977,0.541958591908687,0.121937031333173,0.4359375,1.00963881085771,0.0693940935638734,0.470457962878548,0.5046875,0.9140625,1.0546875,SSP5_v9_130325,0.00409103674583959,1.30916693901247,0.0507743952990035,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s77,1.06479882003912,0.0277725237052155,0.9015625,1.146875,1.76600910797369,1.021875,0.000507743952990035,0.512717461319953,0.173383534648046,0.3359375,1.02440378902187,0.0391820242625879,0.52577624429122,0.4046875,1.0140625,0.9546875,SSP5_v9_130325,0.00300592875207657,0.646032874138135,0.0321360605674977,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s78,0.880622796606995,0.0218323523916028,0.9515625,0.846875,1.45125339884669,0.921875,0.000403183432521597,0.525680743825683,0.148203256765774,0.3859375,1.0051873350576,0.0266109640855814,0.498648573783413,0.4546875,0.9640625,0.9046875,SSP5_v9_130325,0.00455896486509037,0.368346555550412,0.0403183432521597,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s79,0.547257657326853,0.0260810851104138,1.0515625,1.046875,0.839171693147007,1.121875,0.000222887278589973,0.495778955476705,0.214284847937659,0.4859375,1.01392366902857,0.0510415773546824,0.569460691871035,0.5546875,1.0640625,1.0046875,SSP5_v9_130325,0.00367181108688425,0.930538635326826,0.0222887278589973,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s80,0.579317188996693,0.0223379244420039,1.0328125,1.059375,1.41772554873299,1.009375,0.000575359609561608,0.514387451025259,0.225800628477151,0.3421875,1.01455253822231,0.0348825227217052,0.482006076154976,0.4984375,0.9578125,1.0734375,SSP5_v9_130325,0.00383535390457008,1.54673733207645,0.0414089874613628,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s81,0.899855019143568,0.0262746606859424,0.9328125,0.859375,2.49781520154359,0.809375,0.000351727871405313,0.545147824180697,0.151203483825567,0.4421875,1.00582583888537,0.0607224830926315,0.538192714724281,0.5984375,1.0578125,0.9734375,SSP5_v9_130325,0.00483394934476077,0.748310079644911,0.023896837155159,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s82,1.09793323028632,0.0246763465956865,0.9828125,1.159375,1.71901113976516,1.109375,0.000266005342486746,0.498591465652411,0.176980592929502,0.4921875,1.01014638568707,0.0463500335958235,0.431554850664216,0.5484375,0.9078125,0.9234375,SSP5_v9_130325,0.00333450915693556,0.476980978757347,0.0526422232304575,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s83,0.75293004869389,0.0280416660820245,1.0828125,0.959375,1.15616366778258,0.909375,0.00043707075824249,0.52735539438581,0.125728872483264,0.3921875,0.99665884881601,0.0187116510935365,0.508353257752573,0.4484375,1.0078125,1.0234375,SSP5_v9_130325,0.00424886118265981,1.0535351301064,0.033156495343536,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s84,0.825261661795763,0.0254988033300514,0.9078125,1.009375,1.55692085897906,0.959375,0.000491197853620976,0.534746548125496,0.194133136673187,0.4671875,1.01221780584875,0.0735429484328951,0.495422318198351,0.4234375,1.0828125,1.0984375,SSP5_v9_130325,0.00281500989238008,0.892307815045409,0.0371923469526345,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s85,1.40503657753419,0.030106711945746,1.0078125,0.809375,1.00682414509488,1.159375,0.000310990994118861,0.50737057012563,0.139069995015619,0.3671875,1.00291276765022,0.0405921597335454,0.561034502123685,0.5234375,0.9828125,0.9984375,SSP5_v9_130325,0.00404003124287804,0.328257729725394,0.0691784242546918,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s86,0.984700431230514,0.0237084335263023,1.0578125,1.109375,1.2876099478872,0.859375,0.000203403545504935,0.520829383327157,0.163437132767833,0.3171875,1.01777452428636,0.0284925097237324,0.465972261004803,0.5734375,1.0328125,0.9484375,SSP5_v9_130325,0.00361308840888559,0.612420991611512,0.0289434202639899,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s87,0.675705032264855,0.0270796361634281,0.9578125,0.909375,1.9372300329754,1.059375,0.000392561962027102,0.482459779962953,0.107876276221142,0.4171875,1.00809043640722,0.0527368423095629,0.522060851934341,0.4734375,0.9328125,1.0484375,SSP5_v9_130325,0.00448837969595081,1.24986595270096,0.046232007707976,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s88,0.631622187999039,0.0242197700159384,1.0953125,0.834375,2.10453503928641,1.084375,0.000691784242546918,0.524042389090648,0.184849775708683,0.3296875,1.00912907120856,0.0494213485975028,0.548219511430165,0.5609375,0.9953125,0.9859375,SSP5_v9_130325,0.00393844031272992,1.37551166467103,0.0310990994118861,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp3/SSP5,s89,0.940301207888278,0.0275267052444235,0.9953125,1.034375,1.35217419786406,0.884375,0.000371923469526345,0.492473086562984,0.132664895777856,0.4296875,1.02068532386507,0.0244972542343533,0.488865799217044,0.4609375,1.0953125,1.0859375,SSP5_v9_130325,0.00519906706484913,0.679810383692972,0.0491197853620976,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s90,1.18570908762596,0.0211570149551386,0.9453125,0.934375,1.08554955248284,1.184375,0.000289434202639899,0.539270410554453,0.157240045410056,0.4796875,1.00450118362476,0.0377668191377511,0.515028740860401,0.4109375,0.9453125,1.0359375,SSP5_v9_130325,0.00348510809402784,0.405940943201204,0.0203403545504935,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s91,0.789219540594644,0.0258879820557016,1.0453125,1.134375,1.63384216400492,0.984375,0.00046232007707976,0.511001360161067,0.0912424610554351,0.3796875,1.01333028445768,0.0660517884072212,0.454857062301314,0.5109375,1.0453125,0.9359375,SSP5_v9_130325,0.00436231349776763,0.969997737410622,0.0392561962027102,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s92,0.715493473335341,0.023106824912188,0.9703125,0.884375,0.908956434588944,0.934375,0.000526422232304575,0.503332104177218,0.206153068056863,0.4546875,1.00077065109749,0.0318433001963943,0.580716301324777,0.5359375,1.0703125,0.9609375,SSP5_v9_130325,0.00313908553278746,0.818815229028893,0.043707075824249,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s93,1.03556125749624,0.026668052301431,1.0703125,1.084375,1.48550126231735,1.134375,0.00033156495343536,0.530871264930111,0.145192960825475,0.3546875,1.01116729215497,0.0564298841077536,0.501866953975118,0.4359375,0.9703125,1.0609375,SSP5_v9_130325,0.00414260384189126,0.226548395767924,0.0266005342486746,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s94,0.861857921823855,0.0250982738199585,1.0203125,0.984375,1.81705296778163,0.834375,0.00023896837155159,0.517635976593098,0.169948811677988,0.3046875,1.00700209166728,0.0888488504135085,0.52967045139306,0.4859375,1.0203125,1.0109375,SSP5_v9_130325,0.00372806771969166,0.54520217228686,0.0575359609561608,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s95,0.50717068806773,0.0287085785814501,0.9203125,1.184375,1.22277772367644,1.034375,0.000414089874613628,0.555662254296233,0.117816692164991,0.4046875,1.01596952709952,0.0434310921280504,0.474554932982267,0.5859375,0.9203125,0.9109375,SSP5_v9_130325,0.00463720993998689,1.14541062317282,0.0351727871405313,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s96,0.481385927587362,0.0225535252895251,1.0859375,0.940625,1.43441022070623,0.990625,0.000246229798017195,0.494202778849167,0.171648181647984,0.3640625,1.01142603841891,0.0554613191864037,0.540525785415876,0.4953125,1.0234375,0.9140625,SSP5_v9_130325,0.00506853238650661,0.662893783894415,0.0397841294818687,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp3/SSP5,s97,0.852612672972746,0.0263719879199747,0.9859375,1.140625,0.783662586451842,1.190625,0.000419672757962024,0.524857793950824,0.119925405088111,0.4640625,1.00139085532787,0.0310432559946271,0.483762661757264,0.5953125,0.9234375,1.0140625,SSP5_v9_130325,0.00391290712085604,1.34129525006277,0.0213724298637874,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s98,1.02203433786678,0.0247844792358907,0.9359375,0.840625,1.17308688329055,0.890625,0.000536856449972357,0.511866004633971,0.209948672900291,0.4140625,1.01637209939987,0.0427164655408044,0.509998401530108,0.5453125,1.0734375,1.0640625,SSP5_v9_130325,0.00433302844576812,0.950101793843032,0.0499248642671373,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp3/SSP5,s99,0.705825103214257,0.0281883602047052,1.0359375,1.040625,1.74206729767487,1.090625,0.000336625592993387,0.540566202937417,0.146700435117652,0.3140625,1.00728067719692,0.0831618510721107,0.44112971810811,0.4453125,0.9734375,0.9640625,SSP5_v9_130325,0.0034501183624763,0.387383678548194,0.0316200873357315,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp3/SSP5,s100,0.780202610705913,0.0238429439979711,0.9609375,0.990625,1.30372488415993,1.040625,0.000151809878766983,0.531798337594869,0.158768778828791,0.4390625,1.02199067064849,0.0233104125768541,0.565002055786337,0.4203125,0.9484375,0.9390625,SSP5_v9_130325,0.00411672921549748,0.5282959177066,0.0356757669146448,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
diff --git a/data/sims/ssp_sims6.csv b/data/sims/ssp_sims6.csv
deleted file mode 100644
index 918643525103169dad578fdfb8e808d39d1a866b..0000000000000000000000000000000000000000
--- a/data/sims/ssp_sims6.csv
+++ /dev/null
@@ -1,251 +0,0 @@
-Ensemble,Scenario,AGRI_LAND_EXPANSION_COST_FACTOR,ANNUAL_MAX_IMPORT_CHANGE,BIOENERGY_DEMAND_SHIFT,CROP_TO_PASTURE_COST_FACTOR,FERTILISER_COST_PER_T,INITIAL_PRICE_SHIFT,IRRIG_COST_SCALE_FACTOR,IRRIGATION_EFFICIENCY,LAND_CHANGE_COST,MARKET_LAMBA,MEAT_EFFICIENCY,MIN_NATURAL_RATE,OTHER_INTENSITY_COST,PASTURE_HARVEST_FRACTION,SSP_GDP_PC_FACTOR,SSP_POPULATION_FACTOR,SSP_SCENARIO,TECHNOLOGY_CHANGE_ANNUAL_RATE,TRADE_BARRIER_ADJ,TRANSPORT_COST,RCP,BIOENERGY_FUTURE_DEMAND_FILENAME,YIELD_DIR_TOP,BIOENERGY_DEMAND_SCENARIO
-ssp6/SSP1,s1,1.30660468251533,0.0228770160929893,1,1,2.35478849592337,1,0.000495900536432978,0.543143007232545,0.273082824305185,0.4,1.01533023412577,0.195035080482664,0.692464749320561,0.5,1,1,SSP1_v9_130325,0.0043697548242007,0.804684232679383,0.0625529531354358,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s2,1.54790984303127,0.0214839384786384,1.05,0.9,2.51331205428652,0.9,0.000540565156638916,0.522883961636984,0.260497349959828,0.45,1.00172299275499,0.219856253222114,0.662938815233838,0.55,0.95,1.05,SSP1_v9_130325,0.00284782774978011,0.892981559287351,0.0534306136855851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s3,1.03445985509982,0.0242169546991675,0.95,1.1,2.17763289140303,1.1,0.000449464615954613,0.560804997269742,0.284824516367045,0.35,1.02739549215156,0.168227382610388,0.718885342381086,0.45,1.05,0.95,SSP1_v9_130325,0.00567673525237017,0.718456680365365,0.0707791804420796,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s4,1.18011203692493,0.0222238146836663,1.025,0.85,2.61138114822018,1.15,0.000416155221532434,0.55187750477836,0.251190281847944,0.475,1.00900560184625,0.207081890146159,0.640803236535344,0.475,1.025,0.925,SSP1_v9_130325,0.00366905314915087,0.763628922290554,0.0757348286419711,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s5,1.68712459733118,0.0251160485505954,0.925,1.05,2.27306648304096,0.95,0.000517277303134053,0.507738565320178,0.278743046214026,0.375,1.03435622986656,0.148829077375294,0.705387725330026,0.575,0.925,1.025,SSP1_v9_130325,0.00641323525127281,0.955955002707142,0.0583130649033555,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s6,1.42608431668559,0.020484656645973,0.975,0.95,2.04481941921207,1.05,0.000570534951686513,0.571197905518257,0.267233889736522,0.325,0.992019633340972,0.182541367124365,0.67884441384016,0.525,1.075,1.075,SSP1_v9_130325,0.00172654612000884,0.846202333458787,0.0665902063269412,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s7,0.840392666819443,0.0235183190940216,1.075,1.15,2.43232635198016,0.85,0.000474127156122211,0.533822367498968,0.292533770487903,0.425,1.02130421583428,0.235574858511474,0.735230191370029,0.425,0.975,0.975,SSP1_v9_130325,0.00502166031087259,0.659406330981701,0.0468469071878789,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s8,0.947079413058987,0.0218711945581873,0.9625,1.075,2.39362745293572,0.875,0.000389233647613476,0.578207463425012,0.256377522723662,0.3125,1.02430218052628,0.227088490947081,0.698937908822619,0.5375,0.9375,1.0375,SSP1_v9_130325,0.00083953812772664,0.613112316714834,0.0730918071675773,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s9,1.48604361052557,0.0246241323378201,1.0625,0.875,1.93497915088738,1.075,0.000506509744141288,0.538606920741212,0.28168325290689,0.4125,0.997353970652949,0.175733923722865,0.622496525147897,0.4375,1.0375,0.9375,SSP1_v9_130325,0.0046985541914294,0.82513042147288,0.0559918173191546,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s10,1.7775717843041,0.0196770094284043,1.0125,1.175,2.22793270700347,0.975,0.000554137744594003,0.556262112241531,0.270217915435747,0.4625,1.03887858921521,0.133273645501426,0.726440118671977,0.4875,0.9875,0.9875,SSP1_v9_130325,0.00328017089364283,0.921083111431939,0.0645757939740144,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s11,1.24484310539493,0.0231952923242386,0.9125,0.975,2.55864071203186,1.175,0.000462373151939578,0.516162902682039,0.298377913202044,0.3625,1.01224215526975,0.201046402644416,0.671322117833912,0.5875,1.0875,1.0875,SSP1_v9_130325,0.00602647513117423,0.741933969268597,0.0416571447465924,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s12,1.11078418024073,0.0210382539570081,1.0875,1.025,2.31492833517119,1.125,0.000434608465233602,0.528650717535519,0.243472066157053,0.4875,1.0306853344549,0.18891464280766,0.711970455897592,0.5625,1.0125,1.0125,SSP1_v9_130325,0.00402901787611907,0.784350887929241,0.0504828149221249,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp6/SSP1,s13,1.61370668909803,0.0238548764408695,0.9875,0.825,2.68136285408064,0.925,0.000528495881362316,0.565677298115535,0.275901716090602,0.3875,1.00553920901204,0.246949634996918,0.653148466474403,0.4625,0.9125,0.9125,SSP1_v9_130325,0.00688423826790286,1.00685666138797,0.0686397189380529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s14,1.36664994686505,0.0225558377330524,0.9375,1.125,2.47182273538555,1.025,0.000593564028767276,0.495423807573882,0.26403872163715,0.3375,1.01833249734325,0.213287937490116,0.74689380901344,0.4125,1.0625,0.9625,SSP1_v9_130325,0.00234707351141291,0.868522648753132,0.0604805817202432,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s15,0.691198255049814,0.0258069208630183,1.0375,0.925,2.11889079884642,0.825,0.000485194591101746,0.547535881251776,0.288331312697671,0.4375,0.984559912752491,0.159570712415042,0.685821389195198,0.5125,0.9625,1.0625,SSP1_v9_130325,0.00534528090611675,0.691859720563448,0.0791261610664094,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s16,0.774046242840372,0.0227172636029591,1.06875,0.9625,2.20358671313929,0.9375,0.000501201580027229,0.568325269254885,0.286517618217063,0.38125,1.01064691506828,0.231115668477521,0.730621204693656,0.43125,1.05625,1.00625,SSP1_v9_130325,0.00453524422735963,0.752946064727626,0.0615256204984147,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s17,1.39637533595431,0.0263712188277735,0.96875,1.1625,2.53533573115677,1.1375,0.00036629003063549,0.531295690688755,0.26232253470166,0.48125,1.0364540366315,0.179205742117026,0.675167778483337,0.53125,0.95625,0.90625,SSP1_v9_130325,0.000115775990310355,0.937349588822074,0.0815823652897331,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s18,1.64910569631903,0.0212705568935967,0.91875,0.8625,2.37428003469886,0.8375,0.000456101750950335,0.549707447065478,0.274493776424475,0.43125,0.994849324786775,0.142006026603364,0.702156508417857,0.58125,1.00625,0.95625,SSP1_v9_130325,0.00584844611252293,0.835553196656202,0.0520182898740626,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s19,1.14614785539891,0.0240317602701755,1.01875,1.0625,1.8401477712308,1.0375,0.000547105272406837,0.502350082190083,0.236739566424148,0.33125,1.02279604851805,0.204052583101622,0.632839320513339,0.48125,0.90625,1.05625,SSP1_v9_130325,0.00307064388380374,0.639024456662632,0.0696939749689246,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s20,1.27601109051431,0.0201316261330207,0.99375,0.9125,2.4519093003527,1.0875,0.000522808865182567,0.540898938609465,0.295128975867128,0.40625,0.978633400163032,0.191996965965197,0.755770657027304,0.45625,0.98125,1.03125,SSP1_v9_130325,0.00663251334571629,0.705668231341568,0.0655814751487526,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s21,1.83947022399604,0.0233557083756051,1.09375,1.1125,2.08448469200481,0.8875,0.000426001806115803,0.583231363955926,0.26874589329275,0.30625,1.01683857101328,0.255689604491029,0.689173857953081,0.55625,1.08125,0.93125,SSP1_v9_130325,0.00385196767215257,0.880411616261989,0.044557165974058,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s22,1.51663388843489,0.0220508149404081,1.04375,0.8125,2.29431738486793,1.1875,0.000479724245495502,0.51967541566605,0.280195290178982,0.35625,1.00368474645745,0.216511708904191,0.715370870725848,0.50625,0.93125,0.98125,SSP1_v9_130325,0.00518299163770826,1.05036143779868,0.0743565139852493,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s23,0.992516729568517,0.0248554512834591,0.94375,1.0125,2.64297788830736,0.9875,0.000580729976702151,0.558504999926227,0.253968110396014,0.45625,1.02900730030375,0.164083689130355,0.658269374155104,0.40625,1.03125,1.08125,SSP1_v9_130325,0.00205702749140692,0.794534044375792,0.0571761511691971,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s24,0.896986495735498,0.0207800541834741,1.00625,1.1375,2.58372722816194,0.9625,0.000511856945853503,0.512240779865518,0.303105987633539,0.39375,1.03245528481595,0.12022140652854,0.667264452189882,0.51875,1.09375,0.94375,SSP1_v9_130325,0.00486044163277267,0.730483721310964,0.0676075487702521,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s25,1.45592097036104,0.023684265955477,0.90625,0.9375,2.25100667090002,1.1625,0.000404387537767357,0.554058005002777,0.271660437589344,0.49375,1.00730739276995,0.198046072945306,0.722555955192795,0.41875,0.99375,1.04375,SSP1_v9_130325,0.0013350742380405,0.906440719102265,0.0487817091507921,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s26,1.72908073262999,0.0223917273648651,0.95625,1.0375,1.99703592308003,0.8625,0.000468360498013602,0.536253280766916,0.283220602855105,0.44375,1.01981876679772,0.223362933705274,0.606691295205134,0.46875,1.04375,1.09375,SSP1_v9_130325,0.00621342539211015,0.8148624607652,0.0772852679885396,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s27,1.21293830136567,0.0254218993010645,1.05625,0.8375,2.41293905050714,1.0625,0.000561848376115305,0.574412868682777,0.258530937889774,0.34375,0.988702312142019,0.172089956943029,0.695713339116476,0.56875,0.94375,0.99375,SSP1_v9_130325,0.00347898009526367,0.57454327292865,0.0594119487544212,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s28,1.07369492914904,0.0216830525285101,0.93125,1.1875,2.14961624493063,1.0125,0.000534392009005849,0.54535147250112,0.290311982169189,0.41875,1.02583169442174,0.21015318097886,0.682386230811322,0.59375,0.96875,0.91875,SSP1_v9_130325,0.00720258435408656,0.676645953062123,0.0547483489585553,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s29,1.58014600607504,0.0244131581722051,1.03125,0.9875,2.49222522435509,0.8125,0.000442351896453224,0.485036704150227,0.265669725137652,0.31875,0.999625836478426,0.154556683620141,0.740496314717893,0.49375,1.06875,1.01875,SSP1_v9_130325,0.00420129676177031,0.857159691771676,0.0719066858073614,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s30,1.3367714202656,0.0189887009190647,1.08125,1.0875,2.73462394216383,1.1125,0.000490575453431969,0.563185370303434,0.277315149110296,0.36875,1.0419735111998,0.185769666047509,0.647414115334135,0.44375,0.91875,1.06875,SSP1_v9_130325,0.00550948428280008,0.97819386999171,0.0374046210246963,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s31,0.57266800326064,0.0230360474008169,0.98125,0.8875,2.33504314771848,0.9125,0.000612373960925784,0.525859103605898,0.247839446560467,0.46875,1.01380055452572,0.240694805462358,0.708651550058782,0.54375,1.01875,0.96875,SSP1_v9_130325,0.00260826082536347,0.774071791962623,0.0635679709735429,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp6/SSP1,s32,0.638828737889396,0.0215850485819163,1.021875,1.03125,2.48195169554694,1.05625,0.000452834952730544,0.55515621770952,0.276607200944839,0.309375,0.998514806365428,0.151800301468419,0.67702491808638,0.434375,0.921875,0.953125,SSP1_v9_130325,0.00110473797168692,1.02564928965481,0.0610056678510581,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s33,1.35173824459505,0.0243134765478343,0.921875,0.83125,2.1346429681656,0.85625,0.000543782551594476,0.514261654608745,0.245829309737366,0.409375,1.025063385544,0.208611020891597,0.732861135411184,0.534375,1.021875,1.053125,SSP1_v9_130325,0.00477962888830426,0.789450444902488,0.0802368523091994,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s34,1.5967331510854,0.0183842511356623,0.971875,1.13125,2.32503951847378,1.15625,0.000498552117599757,0.57621384756696,0.289297016857167,0.459375,1.01302543111715,0.238031407711161,0.637034587452873,0.584375,0.971875,1.003125,SSP1_v9_130325,0.00338078012685337,0.698911715743553,0.0512681806171,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s35,1.09247886526694,0.0229565635279927,1.071875,0.93125,2.70510590601845,0.95625,0.000346141704522078,0.537438726544033,0.264863621698202,0.359375,1.04030029737014,0.184167338582068,0.703769334448981,0.484375,1.071875,0.903125,SSP1_v9_130325,0.00611863042325782,0.874392679000185,0.0691635781788458,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s36,1.22899372654843,0.0206379771111341,0.946875,1.08125,2.23961110127273,0.90625,0.000476944062404588,0.490912113236617,0.282444781245835,0.484375,1.00643297696289,0.196542931605521,0.690825763502698,0.459375,1.046875,0.978125,SSP1_v9_130325,0.00411569155998542,0.830318177251013,0.0650785835717352,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp6/SSP1,s37,1.75225167163943,0.0236007978508278,1.046875,0.88125,2.57092112366603,1.10625,0.000575394871128403,0.546445980544009,0.257481211575321,0.384375,1.03155679343563,0.108987391046496,0.762779327856603,0.559375,0.946875,1.078125,SSP1_v9_130325,0.00703092121997707,0.62700810138555,0.0432097466401402,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s38,1.4709358640156,0.0223083218721376,1.096875,1.18125,2.4032808911642,0.80625,0.000520026595027592,0.52727530474142,0.300450120409411,0.334375,0.986768711465149,0.170189440533195,0.660652861039199,0.509375,1.096875,1.028125,SSP1_v9_130325,0.00248075062175509,0.747487421683979,0.073712462195102,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s39,0.922708815997641,0.0252618461338521,0.996875,0.98125,1.9684340434528,1.00625,0.000421265903704471,0.564415010086095,0.270942258317708,0.434375,1.0190761669886,0.221586232308193,0.717111495007372,0.409375,0.996875,0.928125,SSP1_v9_130325,0.00542707761001431,0.928977327479037,0.0565905789965042,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s40,1.01386937917274,0.019921601966237,1.059375,0.85625,2.06544535706401,1.03125,0.000465398026530388,0.532572295838503,0.279465457015692,0.321875,1.01608662993605,0.250837208304055,0.724466917028993,0.521875,0.934375,1.090625,SSP1_v9_130325,-0.000484996957750369,0.966500191880834,0.067097431863091,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp6/SSP1,s41,1.53217062634605,0.0232752920863302,0.959375,1.05625,2.44208538061694,0.83125,0.000557893210035601,0.569727762996911,0.252634948783757,0.421875,0.973838406857001,0.190462442187806,0.669322915580527,0.421875,1.034375,0.990625,SSP1_v9_130325,0.00445282018053252,0.768875348406554,0.047849332114685,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s42,1.88305187804595,0.0219619407959116,0.909375,0.95625,2.62656155066586,1.13125,0.000509176402877673,0.505183345811703,0.293772525899798,0.471875,1.0281943877959,0.16188027512144,0.697327501707018,0.471875,0.984375,0.940625,SSP1_v9_130325,0.00296108779613806,0.668332600155259,0.0764832656829684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s43,1.29137019047667,0.024736796301068,1.009375,1.15625,2.28378178716749,0.93125,0.000397386732207901,0.550791938272817,0.267995602590323,0.371875,1.00271883470784,0.214886888765617,0.615680375921186,0.571875,1.084375,1.040625,SSP1_v9_130325,0.00576193012652328,0.851636836275559,0.0588667431707831,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s44,1.1632872869852,0.022636821138127,0.984375,0.80625,2.52418796488175,0.98125,0.000487894037937568,0.586956769856429,0.273789201029705,0.496875,1.03537466725633,0.177488905589627,0.743505237442308,0.596875,1.009375,1.065625,SSP1_v9_130325,0.0037613188024312,0.809766032689299,0.0540998857818529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s45,1.66772283277305,0.0260536763013908,1.084375,1.00625,2.19083578342518,1.18125,0.00060178921004636,0.542026170479686,0.230697732428277,0.396875,1.00983265006111,0.229057722565815,0.684115563615827,0.496875,0.909375,0.965625,SSP1_v9_130325,0.00651985426096958,0.541274075472139,0.0713368046911516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s46,1.41122311738785,0.0211571360362112,1.034375,0.90625,1.75628689119369,0.88125,0.000531413968407841,0.559646548551115,0.285658214959052,0.346875,1.02204886079987,0.202547708479507,0.710302579786147,0.446875,1.059375,0.915625,SSP1_v9_130325,0.00189782828719081,0.724552509580825,0.0338439609785496,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s47,0.808735009184881,0.0239424190522352,0.934375,1.10625,2.36455905078735,1.08125,0.000438571201207041,0.52131266617212,0.261425338411811,0.446875,0.993482946279242,0.137962953237442,0.65037121890932,0.546875,0.959375,1.015625,SSP1_v9_130325,0.00510226104138507,0.899584143008251,0.0630616774885665,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s48,0.735374229302972,0.0213792819235055,0.953125,1.19375,2.77667596713962,1.19375,0.000550550183559133,0.539759739927855,0.266459174969821,0.378125,1.00816436434926,0.262637870976655,0.694093175131226,0.403125,1.065625,1.059375,SSP1_v9_130325,0.00494108676449497,0.862783594417025,0.0397953617643258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp6/SSP1,s49,1.38152333977196,0.0241231691102142,1.053125,0.99375,2.34495458101619,0.99375,0.000459277542807956,0.580484872178224,0.291386404499331,0.478125,1.03338614163865,0.193520458553231,0.592714481865616,0.503125,0.965625,0.959375,SSP1_v9_130325,0.00154031656652989,0.684459846440433,0.0640724667974429,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP1,s50,1.63113586871256,0.0227972886316323,1.003125,1.09375,2.16391716623519,1.09375,0.000379312144666999,0.517962695398141,0.249605516970966,0.428125,0.990436750459244,0.16619543101947,0.720697994146959,0.553125,1.015625,0.909375,SSP1_v9_130325,0.00631139704784248,0.779227420894493,0.055378324179763,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp6/SSP2,s1,1,0.02,1,1,1.8,1,4e-04,0.5,0.2,0.4,1,0.102766896900118,0.6,0.5,1,1,SSP2_v9_130325,0.002,1,0.05,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s2,1.08270938702243,0.0187532681030967,1.05,0.9,1.92467318969033,0.9,0.000441557729896778,0.491729061297757,0.189688362297416,0.45,0.995864530648878,0.122695883337939,0.579221135051611,0.55,0.95,1.05,SSP2_v9_130325,0.00158753449189663,1.08270938702243,0.0458442270103222,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s3,0.91729061297757,0.0212467318969033,0.95,1.1,1.67532681030967,1.1,0.000358442270103222,0.508270938702243,0.210311637702584,0.35,1.00413546935112,0.0840110432944513,0.620778864948389,0.45,1.05,0.95,SSP2_v9_130325,0.00241246550810337,0.91729061297757,0.0541557729896778,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s4,0.960874657414893,0.0194097808551165,1.025,0.85,2.01153483560056,1.15,0.000329488388133145,0.503912534258511,0.182453074797474,0.475,0.998043732870745,0.112067534446962,0.564744194066573,0.475,1.025,0.925,SSP2_v9_130325,0.00180496552244993,0.960874657414893,0.0570511611866855,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s5,1.14060088096457,0.0221153483560056,0.925,1.05,1.74097808551165,0.95,0.000419673971496117,0.485939911903543,0.204875861938752,0.375,1.00703004404823,0.0717421347364521,0.609836985748058,0.575,0.925,1.025,SSP2_v9_130325,0.00270187700810103,1.14060088096457,0.0480326028503884,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s6,1.03912534258511,0.0178846516439944,0.975,0.95,1.58846516439944,1.05,0.000470511611866855,0.514060088096457,0.195124138061248,0.325,0.992969955951772,0.0937292467329929,0.590163014251942,0.525,1.075,1.075,SSP2_v9_130325,0.00129812299189897,1.03912534258511,0.0519673971496117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s7,0.859399119035433,0.0205902191448835,1.075,1.15,1.85902191448835,0.85,0.000380326028503883,0.496087465741489,0.217546925202526,0.425,1.00195626712926,0.13716683564989,0.635255805933427,0.425,0.975,0.975,SSP2_v9_130325,0.00219503447755007,0.859399119035433,0.0429488388133145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s8,0.891349695386158,0.0190953765627878,0.9625,1.075,1.82915219840989,0.875,0.00030653770963441,0.518678231924779,0.186448969904585,0.3125,1.00299925739028,0.129136314317571,0.604858699734982,0.5375,0.9375,1.0375,SSP2_v9_130325,0.00106646891392977,0.813217680752207,0.0554552181300731,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s9,1.05998514780556,0.0216365654390219,1.0625,0.875,1.51961312890323,1.075,0.000409717399469964,0.498067840937043,0.207476646078755,0.4125,0.994567484769308,0.0890295783085543,0.553268854817205,0.4375,1.0375,0.9375,SSP2_v9_130325,0.00209630682320497,1.01932159062957,0.0469845885426258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s10,1.18678231924779,0.0171961312890323,1.0125,1.175,1.70953765627878,0.975,0.000454552181300731,0.505998514780556,0.197592329419876,0.4625,1.00933911596239,0.0625340908685169,0.627276090650366,0.4875,0.9875,0.9875,SSP2_v9_130325,0.00170093415684978,1.10865030461384,0.0509717399469965,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s11,0.980678409370429,0.0202915219840989,0.9125,0.975,1.96365654390219,1.175,0.000369845885426258,0.489134969538616,0.223338277151756,0.3625,0.999033920468521,0.107329128847991,0.584922942713129,0.5875,1.0875,1.0875,SSP2_v9_130325,0.00254204120381658,0.940014852194445,0.040653770963441,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s12,0.940014852194445,0.0183634345609781,1.0875,1.025,1.77084780159011,1.125,0.000345447818699269,0.494001485219444,0.176661722848244,0.4875,1.00543251523069,0.0982688263923714,0.615077057286871,0.5625,1.0125,1.0125,SSP2_v9_130325,0.00190369317679503,0.980678409370429,0.0445447818699269,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp6/SSP2,s13,1.10865030461384,0.0209046234372122,0.9875,0.825,2.08038687109677,0.925,0.000430154114573742,0.510865030461384,0.202407670580124,0.3875,0.997000742609722,0.148925149489487,0.572723909349634,0.4625,0.9125,0.9125,SSP2_v9_130325,0.00293353108607023,1.18678231924779,0.0530154114573742,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s14,1.01932159062957,0.0197084780159011,0.9375,1.125,1.89046234372122,1.025,0.00049346229036559,0.481321768075221,0.192523353921245,0.3375,1.00096607953148,0.117121950805333,0.646731145182795,0.4125,1.0625,0.9625,SSP2_v9_130325,0.00145795879618342,1.05998514780556,0.0490282600530036,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s15,0.813217680752207,0.0228038687109677,1.0375,0.925,1.63634345609781,0.825,0.000390282600530036,0.501932159062957,0.213551030095415,0.4375,0.99066088403761,0.0784184778805496,0.595141300265018,0.5125,0.9625,1.0625,SSP2_v9_130325,0.00229906584315022,0.891349695386158,0.059346229036559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s16,0.839157403113636,0.019854673045992,1.06875,0.9625,1.69287640216452,0.9375,0.000404844231800267,0.512358658313402,0.211865411467367,0.38125,0.998543463029183,0.132878053312248,0.631009964453943,0.43125,1.05625,1.00625,SSP2_v9_130325,0.00204800701428613,0.95061943938999,0.0495155768199733,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s17,1.02913073941635,0.0233820923755463,0.96875,1.1625,1.94338786830197,1.1375,0.000287263587481792,0.495061943938999,0.191143438475156,0.48125,1.00804212984432,0.0914079694121371,0.587586267131419,0.53125,0.95625,0.90625,SSP2_v9_130325,0.000869779893827476,1.12358658313402,0.0612736412518208,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s18,1.12358658313402,0.0185661213169803,0.91875,0.8625,1.8145326954008,0.8375,0.000364292134054838,0.502913073941635,0.201200175357153,0.43125,0.993820670843299,0.0676398384297281,0.607324847750061,0.58125,1.00625,0.95625,SSP2_v9_130325,0.00247461645869469,1.02913073941635,0.0452204043899344,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s19,0.95061943938999,0.0210712359783548,1.01875,1.0625,1.46179076244538,1.0375,0.000447795956100656,0.483915740311364,0.171744497345687,0.33125,1.0024690280305,0.109668531494414,0.559704880922574,0.48125,0.90625,1.05625,SSP2_v9_130325,0.00164573753900624,0.839157403113636,0.0535707865945161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s20,0.990368365855445,0.0175822928553545,0.99375,0.9125,1.87448239721149,1.0875,0.000424827465737162,0.499036836585544,0.220082752879293,0.40625,0.988707784626618,0.100516380004557,0.656368206259104,0.45625,0.98125,1.03125,SSP2_v9_130325,0.00280331011517172,0.904844283865163,0.0514649695500123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s21,1.22584430746765,0.0204394908650037,1.09375,1.1125,1.61394021327635,0.8875,0.000337980071092115,0.522584430746765,0.196369873731948,0.30625,1.00048158170723,0.158966697118053,0.597577884099866,0.55625,1.08125,0.93125,SSP2_v9_130325,0.00185479494927791,1.07104819026467,0.0419409761845149,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s22,1.07104819026467,0.0192551760278851,1.04375,0.8125,1.75605091349963,1.1875,0.000385350304499877,0.490484428386516,0.206154317712805,0.35625,0.996447590486767,0.11982714399116,0.617853932972581,0.50625,0.93125,0.98125,SSP2_v9_130325,0.00224617270851218,1.22584430746765,0.0562019928907885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s23,0.904844283865163,0.0218605978672366,0.94375,1.0125,2.04177071446455,0.9875,0.000480590238154852,0.507104819026467,0.184581901942803,0.45625,1.00475778580674,0.0813091291920646,0.576102021949672,0.40625,1.03125,1.08125,SSP2_v9_130325,0.00138327607771214,0.990368365855445,0.0475172534262838,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s24,0.87641341686598,0.0181394021327634,1.00625,1.1375,1.98605978672366,0.9625,0.000414649695500123,0.487641341686598,0.228255502654313,0.39375,1.0061793291567,0.0551812402963527,0.582146067027419,0.51875,1.09375,0.94375,SSP2_v9_130325,0.00214520505072209,0.928951809735333,0.0524827465737162,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s25,1.04938056061001,0.0207448239721149,0.90625,0.9375,1.72551760278851,1.1625,0.000319409761845148,0.504938056061001,0.198799824642847,0.49375,0.997530971969499,0.105033358975607,0.623897978050328,0.41875,0.99375,1.04375,SSP2_v9_130325,0.00119668988482828,1.09515571613484,0.0437980071092115,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s26,1.16084259688636,0.0195605091349963,0.95625,1.0375,1.55822928553545,0.8625,0.000375172534262838,0.497086926058365,0.208856561524844,0.44375,1.00145653697082,0.125776267704655,0.543631793740896,0.46875,1.04375,1.09375,SSP2_v9_130325,0.00261672392228786,1.00963163414456,0.0580590238154851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s27,0.970869260583654,0.0224177071446455,1.05625,0.8375,1.84394908650037,1.0625,0.000462019928907885,0.516084259688636,0.188134588532633,0.34375,0.991957870155682,0.086572829030894,0.602422115900134,0.56875,0.94375,0.99375,SSP2_v9_130325,0.00175382729148782,0.774155692532353,0.0485350304499877,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s28,0.928951809735333,0.0189287640216452,0.93125,1.1875,1.65661213169803,1.0125,0.000435707865945162,0.500963163414456,0.215418098057197,0.41875,1.00355240951323,0.114544615444696,0.592675152249939,0.59375,0.96875,0.91875,SSP2_v9_130325,0.00313022010617252,0.87641341686598,0.0464292134054839,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s29,1.09515571613484,0.0214338786830197,1.03125,0.9875,1.90712359783548,0.8125,0.000352204043899344,0.477415569253235,0.193845682287195,0.31875,0.995242214193258,0.075267494117995,0.640295119077426,0.49375,1.06875,1.01875,SSP2_v9_130325,0.00195199298571387,1.04938056061001,0.0547795956100656,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s30,1.00963163414456,0.0166179076244538,1.08125,1.0875,2.13820923755462,1.1125,0.000395155768199733,0.509515571613484,0.203630126268052,0.36875,1.01129221537338,0.0960110838479138,0.568990035546058,0.44375,0.91875,1.06875,SSP2_v9_130325,0.00235426246099376,1.16084259688636,0.0387263587481792,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s31,0.774155692532353,0.020145326954008,0.98125,0.8875,1.7854673045992,0.9125,0.000512736412518208,0.492895180973533,0.179917247120707,0.46875,0.999518418292772,0.142301633353188,0.612413732868581,0.54375,1.01875,0.96875,SSP2_v9_130325,0.00152538354130531,0.970869260583654,0.0504844231800267,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp6/SSP2,s32,0.796299164190004,0.018842279314632,1.021875,1.03125,1.89869615444702,1.05625,0.000361409310487733,0.505463293992315,0.203016528943982,0.309375,0.994912432599381,0.0735613289478371,0.588883995050195,0.434375,0.921875,0.953125,SSP2_v9_130325,0.00113648388790552,1.20370083581,0.0492724643586085,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s33,1.01446560853835,0.0213386389518634,0.921875,0.83125,1.64670250883446,0.85625,0.000444621298395446,0.488409385920721,0.178412097197638,0.409375,1.00327257514255,0.113295032769038,0.633055478770089,0.534375,1.021875,1.053125,SSP2_v9_130325,0.00212066115775929,0.985534391461647,0.0601827736512852,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s34,1.10175134801239,0.016116082039542,0.971875,1.13125,1.77817393075826,1.15625,0.000402420321794622,0.517284248488172,0.214457834601928,0.459375,0.999276719573082,0.139600785408261,0.562349758067505,0.584375,0.971875,1.003125,SSP2_v9_130325,0.00172763147594306,0.898248651987613,0.0448900836278152,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s35,0.934548497148935,0.0200726096538387,1.071875,0.93125,2.10548320953855,0.95625,0.000270536067984733,0.497579271220939,0.193190786898576,0.359375,1.0101850417905,0.0948740933363367,0.608574067432745,0.484375,1.071875,0.903125,SSP2_v9_130325,0.00257831338407713,1.06545150285106,0.0532898718149006,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s36,0.975792712209396,0.0180166712737947,0.946875,1.08125,1.71760182898329,0.90625,0.00038285186513451,0.479629916419,0.20815841700185,0.484375,0.997268353003843,0.103897315063726,0.598789839102689,0.459375,1.046875,0.978125,SSP2_v9_130325,0.00192789832473464,1.0242072877906,0.0512174183679686,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp6/SSP2,s37,1.17284248488172,0.0206669602969883,1.046875,0.88125,1.97454403427935,1.10625,0.000475300483864991,0.501446560853835,0.187310859866783,0.384375,1.00579530703964,0.0490978578907907,0.664731966007633,0.559375,0.946875,1.078125,SSP2_v9_130325,0.00301862633491716,0.827157515118281,0.0413448545382897,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s38,1.05463293992315,0.0194855559540353,1.096875,1.18125,1.83652255103906,0.80625,0.00042223200989961,0.493454849714893,0.225465658372929,0.334375,0.991357875755914,0.0853070158829352,0.577689350802277,0.509375,1.096875,1.028125,SSP2_v9_130325,0.00149243439467131,0.945367060076852,0.0558181344759784,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s39,0.884093859207212,0.0222590145159497,0.996875,0.98125,1.54034563614869,1.00625,0.000333889042459823,0.510175134801239,0.198197458118366,0.434375,1.00121036438953,0.124205956113247,0.619295344756133,0.409375,0.996875,0.928125,SSP2_v9_130325,0.002326336680074,1.11590614079279,0.0472533942994431,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s40,0.911179787718436,0.0174034563614869,1.059375,0.85625,1.60166712737947,1.03125,0.000372533942994431,0.495578478754152,0.205510351268521,0.321875,1.00024061005448,0.153266239613174,0.625549581860924,0.521875,0.934375,1.090625,SSP2_v9_130325,0.000697075375004313,1.15021185468573,0.052223200989961,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp6/SSP2,s41,1.07679369947744,0.0203652255103906,0.959375,1.05625,1.86669602969883,0.83125,0.000458181344759784,0.513177928755965,0.18355711504471,0.421875,0.986999778404291,0.0993930442900924,0.583550640925497,0.421875,1.034375,0.990625,SSP2_v9_130325,0.00202398535433423,0.96589958216927,0.0433889042459823,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s42,1.26000443191419,0.0191760182898329,0.909375,0.95625,2.02590145159497,1.13125,0.000412174183679686,0.484978814531427,0.218750501843069,0.471875,1.00444101061408,0.0798911741110968,0.603637678206958,0.471875,0.984375,0.940625,SSP2_v9_130325,0.00161706376671916,0.868220712440347,0.0575300483864991,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s43,0.995187798910348,0.0217454403427935,1.009375,1.15625,1.74855559540353,0.93125,0.000313448545382897,0.503410041783073,0.195750473640111,0.371875,0.996160315026128,0.118456564160205,0.549086131743574,0.571875,1.084375,1.040625,SSP2_v9_130325,0.00244297597724432,1.04421521245848,0.048285186513451,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s44,0.955784787541515,0.0197817393075825,0.984375,0.80625,1.93386389518634,0.98125,0.000392724643586085,0.526000443191419,0.200599633858356,0.496875,1.00751059273429,0.0902271392344536,0.643275727308552,0.596875,1.009375,1.065625,SSP2_v9_130325,0.00183001894560446,1.00481220108965,0.0461409310487733,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp6/SSP2,s45,1.13177928755965,0.0230548320953856,1.084375,1.00625,1.6842279314632,1.18125,0.000501827736512852,0.499518779891035,0.167426884375108,0.396875,0.998294979108464,0.130951138779837,0.593912908160157,0.496875,0.909375,0.965625,SSP2_v9_130325,0.00275002007372277,0.739995568085812,0.0544621298395445,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s46,1.03410041783073,0.0184670250883446,1.034375,0.90625,1.4116082039542,0.88125,0.000432898718149006,0.507679369947745,0.211074399431108,0.346875,1.00221076062292,0.108492425591735,0.613733028502785,0.446875,1.059375,0.915625,SSP2_v9_130325,0.00134228460178841,0.923206300522555,0.0370536067984734,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s47,0.849788145314266,0.0209869615444702,0.934375,1.10625,1.80726096538387,1.08125,0.000348900836278152,0.491117978771844,0.190426594167979,0.446875,0.993411035622017,0.0652563684600634,0.570909327620108,0.546875,0.959375,1.015625,SSP2_v9_130325,0.00222041405074086,1.08882021228156,0.0502420321794622,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s48,0.827157515118281,0.0186613610481366,0.953125,1.19375,2.1883917960458,1.19375,0.000451099163721848,0.498553439146165,0.194489648731479,0.378125,0.997789239377076,0.167785735381728,0.601210160897311,0.403125,1.065625,1.059375,SSP2_v9_130325,0.00216998105439554,1.05463293992315,0.0398172263487148,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s49,1.0242072877906,0.021157720685368,1.053125,0.99375,1.79273903461613,0.99375,0.000367101281850994,0.520370083581,0.21644288495529,0.478125,1.00658896437798,0.101640459140967,0.535268033992367,0.503125,0.965625,0.959375,SSP2_v9_130325,0.00124997992627723,0.884093859207212,0.0507275356413915,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP2,s50,1.11590614079279,0.0199273903461613,1.003125,1.09375,1.66613610481366,1.09375,0.000298172263487148,0.489824865198761,0.181249498156931,0.428125,0.992489407265713,0.0826802421232276,0.622310649197723,0.553125,1.015625,0.909375,SSP2_v9_130325,0.00265771539821159,0.975792712209396,0.0467101281850994,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp6/SSP3,s1,0.52024973082015,0.0144521138994884,1,1,1.64996893009364,1,0.000215070463316282,0.456856935948328,0.2,0.4,1,0.0445126831921568,0.56324510448156,0.5,1,1,SSP3_v9_130325,3.69271604227922e-05,1.43143007232545,0.0426490208963119,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s2,0.626836319372511,0.0128668802502573,1.05,0.9,2.11576868292866,0.9,0.000274122252914156,0.439195017296463,0.178992610808213,0.45,0.991499566495146,0.057952756518755,0.509099799539873,0.55,0.95,1.05,SSP3_v9_130325,-0.000403161804191794,1.60804997269742,0.0318199599079746,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s3,0.42240292862359,0.0162236675874247,0.95,1.1,1.21494452402692,1.1,0.000162229341675242,0.477115892757839,0.221007389191787,0.35,1.00850043350485,0.0330090823549182,0.621568949329572,0.45,1.05,0.95,SSP3_v9_130325,0.000493430076903505,1.22883961636984,0.0543137898659143,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s4,0.472828658836114,0.0136767363178329,1.025,0.85,2.40628515703454,1.15,0.000129539677606427,0.466177534970001,0.164507765991119,0.475,0.995961271646254,0.0506301059058289,0.476813814608971,0.475,1.025,0.925,SSP3_v9_130325,-0.000173264707884575,1.33822367498968,0.0622443170156101,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s5,0.706212456808112,0.0175518005237929,0.925,1.05,1.43427294323604,0.95,0.000242311098459612,0.428802142902719,0.209962527654382,0.375,1.01429697586053,0.0261085152314528,0.590726165466602,0.575,0.925,1.025,SSP3_v9_130325,0.000823126072871327,1.71197905518257,0.0373432953175058,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s6,0.569627876199485,0.0118861903281928,0.975,0.95,0.975006888801793,1.05,0.000318393350793098,0.492261225015423,0.190037472345618,0.325,0.985703024139469,0.0388290458435607,0.536716476587529,0.525,1.075,1.075,SSP3_v9_130325,-0.00070170222053337,1.5187750477836,0.0481452330933205,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s7,0.35950033211296,0.0152693329537884,1.075,1.15,1.87281094120852,0.85,0.000189224543927763,0.448122475133549,0.235492234008881,0.425,1.00403872835375,0.0684984107814919,0.661221585078051,0.425,0.975,0.975,SSP3_v9_130325,0.000250787709514898,1.07738565320178,0.0253627629217942,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s8,0.393630352957537,0.0132817729600999,0.9625,1.075,1.75981822722675,0.875,0.000106212461923629,0.504575935346175,0.172468896435625,0.3125,1.00618145203469,0.0625634106275243,0.576741762503836,0.5375,0.9375,1.0375,SSP3_v9_130325,-0.000934322350810428,0.95423807573882,0.0579273940735087,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s9,0.596725537287047,0.0168110877200933,1.0625,0.875,0.832703060835255,1.075,0.000228357166234461,0.452464080654622,0.215259115964058,0.4125,0.988879099276111,0.0359763457745679,0.455379009321426,0.4375,1.0375,0.9375,SSP3_v9_130325,0.000142076929961531,1.47535881251776,0.0346392703707599,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s10,0.772118515732619,0.0111863738577089,1.0125,1.175,1.32583134525654,0.975,0.00029370292400311,0.471349162143331,0.195077423316527,0.4625,1.01875730938355,0.0212752105246864,0.639636970367544,0.4875,0.9875,0.9875,SSP3_v9_130325,-0.000283850702175425,1.65677298115535,0.0453483525007672,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s11,0.496581834326826,0.0148507149870338,0.9125,0.975,2.25192701579772,1.175,0.000176059098669995,0.434322733430041,0.246810280948907,0.3625,0.998003618940327,0.0474795830984112,0.523196351853799,0.5875,1.0875,1.0875,SSP3_v9_130325,0.000640104406809248,1.28650717535519,0.0210758018642853,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s12,0.448372907805104,0.0124135941659385,1.0875,1.025,1.54187652582395,1.125,0.000147119805531285,0.443737885164081,0.153189719051093,0.4875,1.01112090072389,0.0416515974026395,0.605516603490663,0.5625,1.0125,1.0125,SSP3_v9_130325,-6.73281335909865e-05,1.38606920741212,0.0287881492012403,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s13,0.661941125390965,0.0157206701096158,0.9875,0.825,2.59684088202267,0.925,0.000257355670320526,0.483836922726778,0.204922576683473,0.3875,0.993818547965311,0.0775703616307693,0.493940746006202,0.4625,0.9125,0.9125,SSP3_v9_130325,0.00109241301722055,1.78207463425012,0.0511033206981325,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s14,0.544394982472392,0.0140637248259714,0.9375,1.125,1.99066322966688,1.025,0.000355006725706386,0.421792601348496,0.184740884035942,0.3375,1.00199638105967,0.0540682418451556,0.690444612692345,0.4125,1.0625,0.9625,SSP3_v9_130325,-0.000537894160527322,1.56262112241531,0.0399963313939076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s15,0.312787733072893,0.0186502017711916,1.0375,0.925,1.09932416411097,0.825,0.000202124160865715,0.461393002738633,0.227531103564375,0.4375,0.981242690616446,0.0298003250301597,0.549981656969538,0.5125,0.9625,1.0625,SSP3_v9_130325,0.00036633241249757,1.16162902682039,0.0680889225384691,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s16,0.338640005932466,0.0142571987623592,1.06875,0.9625,1.27081367921929,0.9375,0.000221652237503376,0.48775902900401,0.224143233858206,0.38125,0.996991278062809,0.065302867139981,0.649838942298195,0.43125,1.05625,1.00625,SSP3_v9_130325,8.92310348345679e-05,1.31295690688755,0.0413197878776082,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s17,0.556832559506353,0.0195985143852098,0.96875,1.1625,2.18213706651508,1.1375,8.8458777175222e-05,0.445941983708228,0.181939076280475,0.48125,1.01627309112316,0.0374111562328369,0.530006002549957,0.53125,0.95625,0.90625,SSP3_v9_130325,-0.0011272613780548,1.68325269254885,0.0725512803614935,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s18,0.682497794728983,0.0126466437255164,0.91875,0.8625,1.70459220790584,0.8375,0.000169258276967298,0.463746632396479,0.202454185131145,0.43125,0.987386431760511,0.0239173092884741,0.583655238172763,0.58125,1.00625,0.95625,SSP3_v9_130325,0.000563591088161863,1.49707447065478,0.0303389380491837,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s19,0.460732574991729,0.015964129720352,1.01875,1.0625,0.745715536913342,1.0375,0.00028346112245899,0.425587188070505,0.143837087682405,0.33125,1.00509351712245,0.0490262448414212,0.466919514919475,0.48125,0.90625,1.05625,SSP3_v9_130325,-0.000342086453629696,1.02350082190082,0.0526695722297691,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s20,0.508391233048539,0.0115702232101006,0.99375,0.9125,1.93100163003904,1.0875,0.000249664359346351,0.454648480147089,0.240483788222152,0.40625,0.977620125513487,0.0430732221145738,0.712756401807467,0.45625,0.98125,1.03125,SSP3_v9_130325,0.000940455927008916,1.1967541566605,0.0467310476345527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s21,0.829522551235457,0.015056824217946,1.09375,1.1125,1.03862351525075,0.8875,0.00013875764204494,0.514963003757962,0.192580010111127,0.30625,1.00099540748345,0.08569132650396,0.556598939388041,0.55625,1.08125,0.93125,SSP3_v9_130325,-0.000119916385583345,1.58504999926227,0.0233839029838949,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s22,0.611308641099266,0.0134809070724927,1.04375,0.8125,1.48809301641197,1.1875,0.000195686969755815,0.436814652767195,0.212568415431031,0.35625,0.992687244895838,0.0559413014759793,0.613347861148846,0.50625,0.93125,0.98125,SSP3_v9_130325,0.000307458781073132,1.83231363955926,0.059967788459639,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s23,0.408480618606568,0.0171551483258582,0.94375,1.0125,2.4948949389289,0.9875,0.000334321161788444,0.474140763802046,0.168735823211885,0.45625,1.00976177220272,0.0314458240278456,0.501694690245919,0.40625,1.03125,1.08125,SSP3_v9_130325,-0.000614764189157017,1.40898938609465,0.0360012005099914,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s24,0.377493571760586,0.0121627292613482,1.00625,1.1375,2.32613774808185,0.9625,0.000235227473931534,0.431674770744033,0.256162912317595,0.39375,1.01261356823949,0.0176436458572584,0.516244932226122,0.51875,1.09375,0.94375,SSP3_v9_130325,0.000195804145932684,1.25859103605898,0.0495993182910273,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s25,0.582883993998352,0.0154899307803905,0.90625,0.9375,1.38024745488133,1.1625,0.000119007440336686,0.468704200644584,0.197545814868855,0.49375,0.994906482877554,0.0459784397954695,0.630283941937718,0.41875,0.99375,1.04375,SSP3_v9_130325,-0.000804264241124149,1.63185370303434,0.0271423218512004,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s26,0.73482835513841,0.0138706090926744,0.95625,1.0375,0.907173849841054,0.8625,0.000182696902416422,0.450292523919821,0.218060923719525,0.44375,1.00300872193719,0.0601415494078447,0.440463461741404,0.46875,1.04375,1.09375,SSP3_v9_130325,0.000725334887370545,1.4535147250112,0.0648725499235077,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s27,0.484751908233516,0.0180296348536533,1.05625,0.8375,1.81582518428232,1.0625,0.000305171610861941,0.497649686736965,0.175856766141794,0.34375,0.98372690887684,0.0345134929526982,0.569949277198485,0.56875,0.94375,0.99375,SSP3_v9_130325,-0.000227759350302095,0.850367041502266,0.038672841315128,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s28,0.435641398365635,0.0130777483090189,0.93125,1.1875,1.15791487522971,1.0125,0.0002654709906784,0.459100994861385,0.231264176788115,0.41875,1.00731275510416,0.0523050743679224,0.54336420657564,0.59375,0.96875,0.91875,SSP3_v9_130325,0.00132472075621744,1.12240779865518,0.0332489864452243,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s29,0.643583573906374,0.0165038336737697,1.03125,0.9875,2.05211796246568,0.8125,0.000154888124183879,0.416768707496232,0.187431584568969,0.31875,0.990238227797279,0.0280388222972649,0.674362749617539,0.49375,1.06875,1.01875,SSP3_v9_130325,-1.51544568117497e-05,1.54058005002777,0.0560567883875436,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s30,0.532226852322871,0.0106537633152567,1.08125,1.0875,2.72454011554852,1.1125,0.000208573292078639,0.480324424806119,0.207419989888873,0.36875,1.02237987448651,0.0402396243374653,0.485711609256002,0.44375,0.91875,1.06875,SSP3_v9_130325,0.000428047792829293,1.74412868682777,0.0180926923482808,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s31,0.275757479424467,0.0146495671251013,0.98125,0.8875,1.59578308494039,0.9125,0.00038661714617366,0.44149500609107,0.159516211777848,0.46875,0.999004592516552,0.0724034223024143,0.597996591455137,0.54375,1.01875,0.96875,SSP3_v9_130325,-0.000468000425627058,1.36253280766916,0.043989855439697,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s32,0.296466411222276,0.0129733109720757,1.021875,1.03125,2.0211435264499,1.05625,0.000165777032402524,0.470010285097953,0.206166688102545,0.309375,0.98957276973737,0.0270992248228053,0.533371244530374,0.434375,0.921875,0.953125,SSP3_v9_130325,-0.000864621860852087,1.80484872178224,0.0406576984754846,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s33,0.538282321337298,0.0163608246538591,0.921875,0.83125,1.12884456502291,0.85625,0.000278694155128635,0.433021793012478,0.156579096495441,0.409375,1.00674094875661,0.0514577218695133,0.655354670503562,0.534375,1.021875,1.053125,SSP3_v9_130325,0.000168807983382013,1.39759739927855,0.0700817927814972,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s34,0.652530284119423,0.0102332432437813,0.971875,1.13125,1.56880464361019,1.15625,0.000218348430704862,0.500853063073453,0.229346913632218,0.459375,0.998505155686726,0.0703386026715292,0.472020463464638,0.584375,0.971875,1.003125,SSP3_v9_130325,-0.000255573968557356,1.17962695398141,0.029573619318909,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s35,0.442061309626941,0.0145504529211459,1.071875,0.93125,2.65598876459485,0.95625,7.44414414593758e-05,0.451377397061156,0.186098342856838,0.359375,1.02034495374429,0.0395346895536722,0.587168548115483,0.484375,1.071875,0.903125,SSP3_v9_130325,0.00068143657946962,1.57377653739593,0.0518777783427293,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s36,0.49067387446802,0.0120283335504247,0.946875,1.08125,1.3531006769315,0.90625,0.000192461321700118,0.419515196259654,0.216644240942627,0.484375,0.994367245130433,0.0452417256011648,0.559916605851753,0.459375,1.046875,0.978125,SSP3_v9_130325,-4.12099863259206e-05,1.48622569405358,0.0460362410170027,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s37,0.751994124197098,0.0153785025533054,1.046875,0.88125,2.28840094159148,1.10625,0.000325930638960665,0.46024018858523,0.174199232143061,0.384375,1.01184764242732,0.0148031350967496,0.730128131506638,0.559375,0.946875,1.078125,SSP3_v9_130325,0.00119250962226488,0.991466935944162,0.0222839317447655,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s38,0.589722713649382,0.0137738396510035,1.096875,1.18125,1.78771227271453,0.80625,0.000245950085110179,0.442622347980932,0.250888689924797,0.334375,0.982570553546133,0.0337674534500714,0.505434635816726,0.509375,1.096875,1.028125,SSP3_v9_130325,-0.000502214440510783,1.29989600478549,0.0589229755276167,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s39,0.38575174399872,0.01777791916882,0.996875,0.98125,0.871000163417804,1.00625,0.000134277785014158,0.482037137702794,0.196314299148371,0.434375,1.00250075197768,0.0590219982729302,0.617403900804674,0.409375,0.996875,0.928125,SSP3_v9_130325,0.000396788601598527,1.66978242762461,0.0353232121583577,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s40,0.415540528922815,0.0113896879958913,1.059375,0.85625,1.00724508718071,1.03125,0.000179394846926889,0.447034321013769,0.211256302948057,0.321875,1.00049735855374,0.0810378804500765,0.634869526651112,0.521875,0.934375,1.090625,SSP3_v9_130325,-0.00129311471917413,1.72752020685808,0.0488667067754516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp6/SSP3,s41,0.618939298118075,0.0149530643869095,0.959375,1.05625,1.9017401421183,0.83125,0.000299257411655447,0.489922998122563,0.166696492971557,0.421875,0.974586466924887,0.04236069416707,0.519741343542522,0.421875,1.034375,0.990625,SSP3_v9_130325,6.30316170892138e-05,1.35048560382581,0.0262724782538528,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s42,0.880879645481611,0.0133818454078067,0.909375,0.95625,2.44930968674739,1.13125,0.000231768812896984,0.427248031919999,0.237867817164624,0.471875,1.00912058864837,0.0306351511458141,0.573332509136688,0.471875,0.984375,0.940625,SSP3_v9_130325,-0.00037221805578775,1.10076801772601,0.0635040041711875,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s43,0.514310031283657,0.0169777223496634,1.009375,1.15625,1.46119781171064,0.93125,0.000112989599863043,0.464951347484512,0.191315459824333,0.371875,0.992101409620163,0.0549894467329411,0.448554844621913,0.571875,1.084375,1.040625,SSP3_v9_130325,0.000527828527400726,1.52965663312151,0.038009216711496,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s44,0.466807567120004,0.0141603491304286,0.984375,0.80625,2.14857443816435,0.98125,0.000205344971014286,0.523904499970975,0.201226211635558,0.496875,1.01523907563258,0.0366965171715267,0.681916365157939,0.596875,1.009375,1.065625,SSP3_v9_130325,-0.000146472591229215,1.44250955513721,0.0325400620786092,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s45,0.693877673627158,0.0190591702069732,1.084375,1.00625,1.24300316527217,1.18125,0.000368639006899106,0.455748992428962,0.13585879165911,0.396875,0.996478904308206,0.063886494011803,0.546674795850917,0.496875,0.909375,0.965625,SSP3_v9_130325,0.000878700539170142,0.760951825958012,0.0551713739108151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s46,0.563179473245883,0.0125319861391495,1.034375,0.90625,0.691716334898957,0.88125,0.000261354069445756,0.47560264345403,0.222548251928452,0.346875,1.00456253746093,0.0482465373259842,0.601721868107964,0.446875,1.059375,0.915625,SSP3_v9_130325,-0.00065670969091705,1.24397217549412,0.0159627815729846,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s47,0.349521187349304,0.0158406220833727,0.934375,1.10625,1.67721578947521,1.08125,0.000151066204638316,0.438016598269552,0.18048639850898,0.446875,0.986573454726325,0.0226719889756416,0.489895584417615,0.546875,0.959375,1.015625,SSP3_v9_130325,0.000278882476414841,1.61983420553383,0.0433176173490803,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s48,0.326556776513809,0.0127581212657565,0.953125,1.19375,2.81109090750905,1.19375,0.000288452207976959,0.453553976757496,0.188743697051943,0.378125,0.995437462539068,0.0931223885794789,0.566588086745402,0.403125,1.065625,1.059375,SSP3_v9_130325,0.000223113532090373,1.5515621770952,0.0197109689243826,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp6/SSP3,s49,0.550574853450248,0.0160916388454601,1.053125,0.99375,1.6228313178704,0.99375,0.000172682782587786,0.509087613826087,0.233303507028443,0.478125,1.01342654527367,0.0437902048863725,0.429813907864923,0.503125,0.965625,0.959375,SSP3_v9_130325,-0.000750517087479325,1.14261654608744,0.0446665018273376,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP3,s50,0.671896351685626,0.0143544084768124,1.003125,1.09375,1.18659714675416,1.09375,9.8298116758555e-05,0.43558501722496,0.162132182835376,0.428125,0.98476092436742,0.0322360912639921,0.625856869554076,0.553125,1.015625,0.909375,SSP3_v9_130325,0.000772329164164012,1.37438726544033,0.0339482687085044,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp6/SSP4,s1,0.811640789284124,0.0171229837882688,1,1,2.02052874275472,1,4e-04,0.5,0.223224848256224,0.4,1,0.0617946629980457,0.63675479045912,0.5,1,1,SSP4_v9_130325,0.002,1.18835921530899,0.057350958091824,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s2,0.950913447119588,0.0157830458101546,1.05,0.9,2.34540176353163,0.9,0.00048696742088384,0.47825814477904,0.200109409407399,0.45,0.991499566495146,0.0721511689357051,0.578430727670076,0.55,0.95,1.05,SSP4_v9_130325,0.00115970443232851,1.32271087533741,0.0456861455340151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s3,0.677289103652929,0.0185160607259331,0.95,1.1,1.67058436602045,1.1,0.00031303257911616,0.52174185522096,0.245602104047409,0.35,1.00850043350485,0.0522332070850587,0.690900293921938,0.45,1.05,0.95,SSP4_v9_130325,0.00284029556767149,1.04908658487231,0.0681800587843877,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s4,0.747317644437761,0.0164816810924002,1.025,0.85,2.53911822036366,1.15,0.000255038939539856,0.510368611745326,0.18380421752541,0.475,0.995961271646254,0.0665930165455536,0.538777971110566,0.475,1.025,0.925,SSP4_v9_130325,0.00160149889382473,1.12293272169141,0.0746372740121221,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s5,1.04992250232152,0.0195153420744095,0.925,1.05,1.85564174279705,0.95,0.000441474446981303,0.463759734884964,0.233937129448582,0.375,1.01429697586053,0.0460025680312655,0.663283519442843,0.575,0.925,1.025,SSP4_v9_130325,0.00341968936035525,1.41248926790519,0.0518547247599017,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s6,0.877067295765406,0.014883952352434,0.975,0.95,1.4326678266634,1.05,0.000544961060460144,0.536240265115036,0.212346886972287,0.325,0.985703024139469,0.0571740490794656,0.609273623799508,0.525,1.075,1.075,SSP4_v9_130325,0.000580310639644753,1.25268234769637,0.0626567038885685,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s7,0.58751069527749,0.0177761848815033,1.075,1.15,2.17970111665706,0.85,0.000358525553018697,0.489631388254674,0.260527881418834,0.425,1.00403872835375,0.0798896931694546,0.72318637006061,0.425,0.975,0.975,SSP4_v9_130325,0.00239850110617527,0.950077548783454,0.0377555942221132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s8,0.63656265300707,0.0161451239025991,0.9625,1.075,2.10010973398956,0.875,0.000211775765135834,0.547056058716041,0.192800029046496,0.3125,1.00618145203469,0.075567884872693,0.650018288998261,0.5375,0.9375,1.0375,SSP4_v9_130325,0.00012758876204373,0.870914911636531,0.0712118788776287,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp6/SSP4,s9,0.912306235156161,0.0189617450307193,1.0625,0.875,1.25732930035908,1.075,0.000420517940325328,0.494870514918668,0.239559992470989,0.4125,0.988879099276111,0.0547823376612273,0.50955488339318,0.4375,1.0375,0.9375,SSP4_v9_130325,0.00219690306733894,1.22027912056015,0.0488966261241963,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s10,1.12908515409343,0.0141930803193253,1.0125,1.175,1.76689878372589,0.975,0.000513383146545596,0.515846543233086,0.217869810476089,0.4625,1.01875730938355,0.0413016340925494,0.706059394388144,0.4875,0.9875,0.9875,SSP4_v9_130325,0.00138963536143769,1.36343731863701,0.0600036577996521,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s11,0.779720877816221,0.0174441619932556,0.9125,0.975,2.43635636632886,1.175,0.000336613827067657,0.471654213363601,0.271862456961672,0.3625,0.998003618940327,0.0641418863274146,0.594483130620982,0.5875,1.0875,1.0875,SSP4_v9_130325,0.00310124414257501,1.08769378924824,0.0319109766786359,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s12,0.713566863489621,0.0153758683533846,1.0875,1.025,1.93954848167161,1.125,0.000286616853454404,0.484153456766914,0.170882402478323,0.4875,1.01112090072389,0.059490777086047,0.676803693360084,0.5625,1.0125,1.0125,SSP4_v9_130325,0.00180309693266106,1.15617011061736,0.042072529455344,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s13,0.995195011634652,0.0181288048352215,0.9875,0.825,2.66772726788106,0.925,0.000463386172932343,0.528345786636399,0.228539454307542,0.3875,0.993818547965311,0.0863631989549471,0.56036264727672,0.4625,0.9125,0.9125,SSP4_v9_130325,0.00387241123795627,1.48097210546723,0.0653607386720167,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s14,0.843829900291353,0.016804707709303,0.9375,1.125,2.2608221601605,1.025,0.000588224234864166,0.452943941283958,0.20650071606887,0.3375,1.00199638105967,0.0692249318363585,0.744621211313509,0.4125,1.0625,0.9625,SSP4_v9_130325,0.000898755857424991,1.28643312224093,0.0546516160557205,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s15,0.519027846808799,0.020322988909203,1.0375,0.925,1.56217588366032,0.825,0.000379482059674672,0.505129485081332,0.252379396183799,0.4375,0.981242690616446,0.049394653560423,0.623258080278603,0.5125,0.9625,1.0625,SSP4_v9_130325,0.00261036463856231,1.00480502898645,0.0789242422627019,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s16,0.557124321789315,0.0169639525567127,1.06875,0.9625,1.71991106803149,0.9375,0.000410232392164219,0.532072887785893,0.248870715627623,0.38125,0.996991278062809,0.0775725104376386,0.714288553773823,0.43125,1.05625,1.00625,SSP4_v9_130325,0.00209816740524581,1.10563519816143,0.0560101183634688,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s17,0.860264151870598,0.0210112971026069,0.96875,1.1625,2.38983256136251,1.1375,0.000177848930839431,0.486931788753277,0.203391402543625,0.48125,1.01627309112316,0.055992015535489,0.602003170457882,0.53125,0.95625,0.90625,SSP4_v9_130325,-0.000246516492703782,1.38652769892149,0.0819073529055653,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s18,1.02076171525843,0.0155868424254259,0.91875,0.8625,2.06040588717377,0.8375,0.000325089492359366,0.50772799490402,0.225879639960793,0.43125,0.987386431760511,0.0439127712797183,0.656635764536351,0.58125,1.00625,0.95625,SSP4_v9_130325,0.00296572935432823,1.23637076103708,0.0439431411351161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s19,0.730673735963497,0.0183169467731472,1.01875,1.0625,1.12345844130309,1.0375,0.000499717454854304,0.458923714778798,0.160097388294773,0.33125,1.00509351712245,0.0653502143516571,0.525636775704323,0.48125,0.90625,1.05625,SSP4_v9_130325,0.00127756305121901,0.915365977808311,0.0667510274482302,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s20,0.795693327564796,0.0145781017285156,0.99375,0.9125,2.21996410908637,1.0875,0.000452272844986891,0.497441901958945,0.265564342235259,0.40625,0.977620125513487,0.0606408001396804,0.759536764527826,0.45625,0.98125,1.03125,SSP4_v9_130325,0.00361935152888607,1.02786366132187,0.0613271529072703,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s21,1.19577488740464,0.0176082722818934,1.09375,1.1125,1.50096386893525,0.8875,0.000271708448856429,0.555537767290142,0.215138053000053,0.30625,1.00099540748345,0.0920543123124768,0.630050591817344,0.55625,1.08125,0.93125,SSP4_v9_130325,0.00170320040444509,1.30416127348123,0.0351273551408646,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s22,0.931076479312992,0.0163157343086944,1.04375,0.8125,1.8980674682256,1.1875,0.000369088020383919,0.475070636286424,0.23671003978916,0.35625,0.992687244895838,0.0706417989913451,0.683755137241151,0.50625,0.93125,0.98125,SSP4_v9_130325,0.00250273661724123,1.53641497833926,0.0728577107547646,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s23,0.657653259134776,0.0192199446791976,0.94375,1.0125,2.5984841376197,0.9875,0.000564305140884809,0.518727626910159,0.188591856067305,0.45625,1.00976177220272,0.0508618061690498,0.569715705675581,0.40625,1.03125,1.08125,SSP4_v9_130325,0.000749432928475399,1.17234485554232,0.0504006340915763,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp6/SSP4,s24,0.613472268681278,0.015144549508532,1.00625,1.1375,2.48573132264294,0.9625,0.000430911979616081,0.467927112214107,0.280986369139756,0.39375,1.01261356823949,0.0375112185092667,0.586651844671915,0.51875,1.09375,0.94375,SSP4_v9_130325,0.00229679959555491,1.06892354878546,0.0639988036362123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s25,0.894364822706604,0.0179491845405465,0.90625,0.9375,1.81201902274729,1.1625,0.000235694859115191,0.513068211246723,0.220560007965538,0.49375,0.994906482877554,0.0629592943575224,0.698305426893752,0.41875,0.99375,1.04375,SSP4_v9_130325,0.000380648471113933,1.34234671628144,0.0400321289645085,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s26,1.08463407980186,0.0166442917340933,0.95625,1.0375,1.35382065422594,0.8625,0.000347727155013109,0.49227200509598,0.242513038619577,0.44375,1.00300872193719,0.0737802784962002,0.487243073550515,0.46875,1.04375,1.09375,SSP4_v9_130325,0.0032505670715246,1.20430667391534,0.0766161379206566,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s27,0.763629234229313,0.0198683724187485,1.05625,0.8375,2.13981458721811,1.0625,0.000528291551143571,0.541076285221202,0.196603135948373,0.34375,0.98372690887684,0.0535340026332321,0.643400981195628,0.56875,0.94375,0.99375,SSP4_v9_130325,0.00149726338275877,0.804225189951406,0.0532689156075198,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s28,0.695838708934955,0.0159682401547554,0.93125,1.1875,1.61829423405348,1.0125,0.000474910507640634,0.502558098041055,0.256217545619715,0.41875,1.00731275510416,0.0678804830131246,0.616344578037599,0.59375,0.96875,0.91875,SSP4_v9_130325,0.00424651649270378,0.979238330290331,0.0473303689343829,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s29,0.972136374818411,0.0187294422070409,1.03125,0.9875,2.30253082344691,0.8125,0.000300282545145696,0.444462232709858,0.209475875237224,0.31875,0.990238227797279,0.0477946545044833,0.733080689603283,0.49375,1.06875,1.01875,SSP4_v9_130325,0.00190183259475419,1.26932625299861,0.0696610853787504,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s30,0.827655152188344,0.0136287825630473,1.08125,1.0875,2.75722058716696,1.1125,0.000389767607835781,0.524929363713576,0.231219762961236,0.36875,1.02237987448651,0.0583376300831982,0.550160644822543,0.44375,0.91875,1.06875,SSP4_v9_130325,0.002722436948781,1.44287563640795,0.0274486147101029,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s31,0.463584966099395,0.0172827362013648,0.98125,0.8875,1.98030355090406,0.9125,0.000622151069160569,0.481272373089841,0.178123799591846,0.46875,0.999004592516552,0.0826936740969877,0.669994018181062,0.54375,1.01875,0.96875,SSP4_v9_130325,0.00103427064567177,1.13973586227379,0.0586801962391255,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s32,0.494720321096072,0.0158768313564909,1.021875,1.03125,2.2815522829684,1.05625,0.000319136521178,0.514446154763424,0.229876046028221,0.309375,0.98957276973737,0.0469276791700665,0.605666241765819,0.434375,0.921875,0.953125,SSP4_v9_130325,0.000263163859817644,1.50527962762005,0.0553334693605635,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s33,0.835716465411465,0.01862071723007,0.921875,0.83125,1.59078063630198,0.85625,0.000493243708872467,0.469836096843401,0.174767597067827,0.409375,1.00674094875661,0.0672304563969397,0.718637782740069,0.534375,1.021875,1.053125,SSP4_v9_130325,0.0022466675241018,1.16428354390212,0.0802890762142756,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s34,0.983400963140301,0.013151494534199,0.971875,1.13125,1.9600040808169,1.15625,0.000405112898801159,0.543874583760257,0.25425004597765,0.459375,0.998505155686726,0.0812146094650681,0.532479519836024,0.584375,0.971875,1.003125,SSP4_v9_130325,0.00144393371427352,1.0165990751928,0.043026021210066,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s35,0.704791764248517,0.0172027112112672,1.071875,0.93125,2.70867228642827,0.95625,0.000150484097467678,0.493575552096927,0.208003028930843,0.359375,1.02034495374429,0.0577576235940544,0.659953900041263,0.484375,1.071875,0.903125,SSP4_v9_130325,0.00317387654528872,1.29520821983684,0.0660517427656132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s36,0.771696044987225,0.015018674595073,0.946875,1.08125,1.78966727977774,0.90625,0.000363831841757581,0.449188904502972,0.241021766816909,0.484375,0.994367245130433,0.0623751928418155,0.633411795269669,0.459375,1.046875,0.978125,SSP4_v9_130325,0.00185257196593483,1.22830395183591,0.0606650325435928,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s37,1.10520635129364,0.0178619599742902,1.046875,0.88125,2.46062740433711,1.10625,0.000554215429533299,0.503841285234415,0.194744369169865,0.384375,1.01184764242732,0.0343359424517551,0.770186307528287,0.559375,0.946875,1.078125,SSP4_v9_130325,0.00403554759699186,0.894793710106596,0.0336166290294885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s38,0.903244481846346,0.0165633286287811,1.096875,1.18125,2.11995097630778,0.80625,0.000446839541824804,0.482727477646748,0.275869473811529,0.334375,0.982570553546133,0.0528911708280976,0.574142792824766,0.509375,1.096875,1.028125,SSP4_v9_130325,0.00096796928572246,1.09675554077237,0.0720209134779038,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s39,0.625311613966561,0.0196827596390536,0.996875,0.98125,1.30849887088465,1.00625,0.00026363784185786,0.52660463943465,0.219219062445631,0.434375,1.00250075197768,0.0729486742027431,0.687299771106626,0.409375,0.996875,0.928125,SSP4_v9_130325,0.00266576963770506,1.37468835569616,0.0496555759925912,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s40,0.667626937902106,0.0143990007676931,1.059375,0.85625,1.4678694071073,1.03125,0.000342215380946305,0.488290114543799,0.235315383830358,0.321875,1.00049735855374,0.08880345577479,0.702132032234809,0.521875,0.934375,1.090625,SSP4_v9_130325,-0.000565648333635599,1.42698654602518,0.0633257527754635,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s41,0.940844016876726,0.0175258148397065,0.959375,1.05625,2.1997725832639,0.83125,0.000520655612626394,0.534090539535535,0.186285421106372,0.421875,0.974586466924887,0.0600657395499625,0.590610828316342,0.421875,1.034375,0.990625,SSP4_v9_130325,0.00204904846542231,1.13138778947585,0.0389289802369101,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s42,1.25364144934333,0.0162311046566854,0.909375,0.95625,2.56787838860157,1.13125,0.000425697791612292,0.461446142616675,0.262932033175233,0.471875,1.00912058864837,0.0501421548077504,0.646711440929383,0.471875,0.984375,0.940625,SSP4_v9_130325,0.00121945594035921,0.965200437831786,0.0755959462867191,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s43,0.803664430831349,0.0190870381658273,1.009375,1.15625,1.87698752802897,0.93125,0.000224501664958974,0.509042039560605,0.21375109981878,0.371875,0.992101409620163,0.0699231899009564,0.499590519710984,0.571875,1.084375,1.040625,SSP4_v9_130325,0.0029019300771381,1.26095511648352,0.0525662509342991,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s44,0.739044874070737,0.0168844156669,0.984375,0.80625,2.36739281717268,0.98125,0.000384634859062338,0.562378975633081,0.224552560060982,0.496875,1.01523907563258,0.0553912684262123,0.738580554539994,0.596875,1.009375,1.065625,SSP4_v9_130325,0.00165261839297331,1.19633557220317,0.0465191581348445,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp6/SSP4,s45,1.03479961040107,0.0206206338596022,1.084375,1.00625,1.69557474404533,1.18125,0.00060324438198811,0.49872177529971,0.15082822295922,0.396875,0.996478904308206,0.0765382717981715,0.619818624455739,0.496875,0.909375,0.965625,SSP4_v9_130325,0.00351471268658497,0.746358637426121,0.0689130939057559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s46,0.868612226313865,0.0154834951368821,1.034375,0.90625,1.0192280923699,0.88125,0.000469090089413008,0.5202158697055,0.247210684327461,0.346875,1.00456253746093,0.0647423148103763,0.673383972208288,0.446875,1.059375,0.915625,SSP4_v9_130325,0.000667859718862291,1.05915601314045,0.0239742697456634,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s47,0.573013414752132,0.0182216730638835,0.934375,1.10625,2.04049981166476,1.08125,0.000293581442261402,0.476689072781883,0.201774838984524,0.446875,0.986573454726325,0.0426955036550285,0.555384724808751,0.546875,0.959375,1.015625,SSP4_v9_130325,0.00245025211792227,1.33237303932244,0.0580166603888253,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s48,0.539379353792156,0.0156865240050789,0.953125,1.19375,2.82111784516972,1.19375,0.000506418557738598,0.496158714765585,0.210922772029275,0.378125,0.995437462539068,0.0971988357708336,0.640083301944127,0.403125,1.065625,1.059375,SSP4_v9_130325,0.00234738160702669,1.27781270695451,0.0299181039421968,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP4,s49,0.852008052815441,0.0184149506719484,1.053125,0.99375,2.00047077161802,0.99375,0.000330909910586992,0.550811095497028,0.258301516946853,0.478125,1.01342654527367,0.0612168212045382,0.469871348728317,0.503125,0.965625,0.959375,SSP4_v9_130325,0.000485287313415033,0.992390003159159,0.0593422881858766,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp6/SSP4,s50,1.00761003986067,0.0170434363914586,1.003125,1.09375,1.6448567569486,1.09375,0.00019675561801189,0.47339536056535,0.181104524380354,0.428125,0.98476092436742,0.0515576973712925,0.694565469528779,0.553125,1.015625,0.909375,SSP4_v9_130325,0.00333214028113771,1.14799195970277,0.0481221656632684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp6/SSP5,s1,0.811640789284124,0.0255478849592337,1,1,1.32604936100282,1,0.000274470532300597,0.518835921530899,0.154964919394384,0.4,1.00976578836866,0.0445126831921568,0.507535231658141,0.5,1,1,SSP5_v9_130325,0.00396307283703912,0.635905109239572,0.0374470532300597,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s2,0.950913447119588,0.0237763289140303,1.05,0.9,1.63043518805055,0.9,0.000365694046538295,0.504908658487231,0.130143746947899,0.45,1.00535092206312,0.057952756518755,0.481114670837621,0.55,0.95,1.05,SSP5_v9_130325,0.00350656990464916,0.803172883434773,0.0292208157420578,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s3,0.677289103652929,0.0271331205428652,0.95,1.1,1.06465293972623,1.1,0.000192208157420578,0.532271087533741,0.181772616931047,0.35,1.01407716596062,0.0330090823549182,0.537061126457078,0.45,1.05,0.95,SSP5_v9_130325,0.00440316181646114,0.483175490607284,0.0465694046538295,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s4,0.747317644437761,0.0247306648304096,1.025,0.85,1.85469178672338,1.15,0.000142651625750109,0.525268234769637,0.114425141818419,0.475,1.00768988334135,0.0506301059058289,0.464769838803214,0.475,1.025,0.925,SSP5_v9_130325,0.00374921228054304,0.561543291189036,0.0531531191676086,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s5,1.04992250232152,0.0281138114822018,0.925,1.05,1.19566808952084,0.95,0.000316869470585662,0.495007754878345,0.167458632596606,0.375,1.01702968341419,0.0261085152314528,0.521155549229806,0.575,0.925,1.025,SSP5_v9_130325,0.00470170224237687,0.92597876013111,0.0334097948543317,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s6,0.877067295765406,0.0224481941921206,0.975,0.95,0.9173527916633,1.05,0.000431531191676086,0.541248926790519,0.142918109877283,0.325,1.00220224990988,0.0388290458435607,0.494612271963882,0.525,1.075,1.075,SSP5_v9_130325,0.00317687389702778,0.713535210739204,0.0416869470585662,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s7,0.58751069527749,0.0263232635198016,1.075,1.15,1.46618988795323,0.85,0.000234097948543317,0.512293272169141,0.201170921929993,0.425,1.0118185538767,0.0684984107814919,0.559196675396549,0.425,0.975,0.975,SSP5_v9_130325,0.00417326471250381,0.387371373137462,0.0242651625750109,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s8,0.63656265300707,0.0242793270700347,0.9625,1.075,1.39419684387772,0.875,0.000108738277397614,0.548097210546723,0.122911509299956,0.3125,1.01290330152184,0.0625634106275243,0.514178583117231,0.5375,0.9375,1.0375,SSP5_v9_130325,0.00290758694314781,0.318435110768064,0.0495172071217179,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s9,0.912306235156161,0.0275864071203186,1.0625,0.875,0.823152127055958,1.075,0.000295194273741454,0.515617011061736,0.174266075912534,0.4125,1.00394584446383,0.0359763457745679,0.453106230961815,0.4375,1.0375,0.9375,SSP5_v9_130325,0.00406732813461995,0.673867127371789,0.0313602797328327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s10,1.12908515409343,0.0213497915088738,1.0125,1.175,1.13094388830593,0.975,0.000395172071217179,0.528643312224093,0.14895359730641,0.4625,1.01934438411581,0.0212752105246864,0.546851462001555,0.4875,0.9875,0.9875,SSP5_v9_130325,0.00363366757352137,0.85777615593929,0.0395194273741454,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s11,0.779720877816221,0.0259362745293572,0.9125,0.975,1.73058616285321,1.175,0.000213602797328327,0.500480502898645,0.216726353627597,0.3625,1.00874347893471,0.0474795830984112,0.488029549334998,0.5875,1.0875,1.0875,SSP5_v9_130325,0.00453789417717395,0.523410750165081,0.0208738277397614,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s12,0.713566863489621,0.0231889079884642,1.0875,1.025,1.26028939867388,1.125,0.000169081865342875,0.508769378924824,0.103050365427075,0.4875,1.0154070139436,0.0416515974026395,0.528677835160263,0.5625,1.0125,1.0125,SSP5_v9_130325,0.00385792306387318,0.598740947829691,0.0269081865342875,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp6/SSP5,s13,0.995195011634652,0.0267182273538555,0.9875,0.825,2.03209356123812,0.925,0.000340081976996717,0.536343731863701,0.16108535699324,0.3875,1.00657386758293,0.0775703616307693,0.473559902765642,0.4625,0.9125,0.9125,SSP5_v9_130325,0.00493432237975771,1.025712139091,0.0440081976996717,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s14,0.843829900291353,0.0251492833517119,0.9375,1.125,1.54396644463383,1.025,0.000483428870538094,0.487091491163653,0.136712062605948,0.3375,1.0107824556005,0.0540682418451556,0.577503362853193,0.4125,1.0625,0.9625,SSP5_v9_130325,0.00335989556956724,0.75606799012989,0.0354242097637093,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s15,0.519027846808799,0.0288136285408064,1.0375,0.925,0.994704887650683,0.825,0.000254242097637093,0.522027912056015,0.190429287019419,0.4375,0.999657166990017,0.0298003250301597,0.501062080432857,0.5125,0.9625,1.0625,SSP5_v9_130325,0.00428385071050064,0.439013436502893,0.0583428870538094,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s16,0.557124321789315,0.0253504314771848,1.06875,0.9625,1.0981031729533,0.9375,0.000284743872167725,0.538652769892149,0.18591631035963,0.38125,1.00822234017848,0.065302867139981,0.552585805430971,0.43125,1.05625,1.00625,SSP5_v9_130325,0.00401515445605952,0.542657557123211,0.0364320340674248,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s17,0.860264151870598,0.0293462394216383,0.96875,1.1625,1.6783486346486,1.1375,8.41762255899945e-05,0.510563519816143,0.133488291228588,0.48125,1.01804877712492,0.0374111562328369,0.491348451208211,0.53125,0.95625,0.90625,SSP5_v9_130325,0.00267527919596774,0.88954811156418,0.0625954143813232,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s18,1.02076171525843,0.0234961624493063,0.91875,0.8625,1.35974101951372,0.8375,0.000203060224569368,0.523637076103708,0.158003033874154,0.43125,1.0031325205989,0.0239173092884741,0.517613736965767,0.58125,1.00625,0.95625,SSP5_v9_130325,0.00446800044001369,0.693423916044026,0.0280933091360405,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s19,0.730673735963497,0.0269222522435509,1.01875,1.0625,0.759482893776748,1.0375,0.000379817302591742,0.491536597780831,0.0943103959874701,0.33125,1.0123526967519,0.0490262448414212,0.459503720168343,0.48125,0.90625,1.05625,SSP5_v9_130325,0.00357195219102361,0.356303485222235,0.0452516676815704,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s20,0.795693327564796,0.0219703592308003,0.99375,0.9125,1.5042045505433,1.0875,0.000328238622935884,0.517234485554232,0.207993972622753,0.40625,0.9974819281814,0.0430732221145738,0.59330857308683,0.45625,0.98125,1.03125,SSP5_v9_130325,0.00480426426614274,0.461744792099424,0.0405880617536309,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s21,1.19577488740464,0.0261293905050714,1.09375,1.1125,0.957314798757178,0.8875,0.000156434784736817,0.553641497833926,0.145947416885585,0.30625,1.01027329778101,0.08569132650396,0.504286646039319,0.55625,1.08125,0.93125,SSP5_v9_130325,0.00380419584603859,0.778907118932001,0.022714721998117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s22,0.931076479312992,0.0245100667090002,1.04375,0.8125,1.22791186735856,1.1875,0.00024418527303489,0.502786366132187,0.170794257562009,0.35625,1.00597941921084,0.0559413014759793,0.5327354953392,0.50625,0.93125,0.98125,SSP5_v9_130325,0.00422775935675324,1.11038416597317,0.0512183149516782,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s23,0.657653259134776,0.0278372722816193,0.94375,1.0125,1.93298624616597,0.9875,0.000454428629031092,0.530416127348123,0.118884331809971,0.45625,1.01471658840838,0.0314458240278456,0.477444062091939,0.40625,1.03125,1.08125,SSP5_v9_130325,0.00327466508599108,0.617275376098746,0.032392451151527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s24,0.613472268681278,0.0228448469200481,1.00625,1.1375,1.78859543680006,0.9625,0.000305880617536309,0.497923833029033,0.229778592466511,0.39375,1.01616770231466,0.0176436458572584,0.484629138483649,0.51875,1.09375,0.94375,SSP5_v9_130325,0.00411991638839917,0.503647524410799,0.0428238622935884,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s25,0.894364822706604,0.0265190930035269,0.90625,0.9375,1.16340178270675,1.1625,0.00012714721998117,0.526932625299861,0.151953926968848,0.49375,1.00714201542879,0.0459784397954695,0.541730561229495,0.41875,0.99375,1.04375,SSP5_v9_130325,0.00305954403873498,0.829271202786607,0.0256434784736817,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s26,1.08463407980186,0.0249431738486793,0.95625,1.0375,0.873497139848872,0.8625,0.00022392451151527,0.513973586227379,0.177910042646664,0.44375,1.01129641039598,0.0601415494078447,0.444229388587611,0.46875,1.04375,1.09375,SSP5_v9_130325,0.00461476420826058,0.654733152408547,0.0554428629031092,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s27,0.763629234229313,0.0284297788830736,1.05625,0.8375,1.42960693325418,1.0625,0.000412183149516782,0.544287563640795,0.126637066502729,0.34375,1.00109030655187,0.0345134929526982,0.510826118751688,0.56875,0.94375,0.99375,SSP5_v9_130325,0.00369254120700669,0.265670906889895,0.034418527303489,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s28,0.695838708934955,0.0240358671313929,0.93125,1.1875,1.03031072912146,1.0125,0.000352516676815704,0.520430667391534,0.19544331575343,0.41875,1.0134758139166,0.0523050743679224,0.497843484877907,0.59375,0.96875,0.91875,SSP5_v9_130325,0.00512726141260409,0.414483520703615,0.0303060224569368,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s29,0.972136374818411,0.0273533573115677,1.03125,0.9875,1.58587190261596,0.8125,0.000180933091360405,0.480422518995141,0.139846819080816,0.31875,1.00467796407618,0.0280388222972649,0.567160580894222,0.49375,1.06875,1.01875,SSP5_v9_130325,0.00391076896082654,0.734354698973289,0.0479817302591742,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s30,0.827655152188344,0.020401477712308,1.08125,1.0875,2.17684609453492,1.1125,0.000264320340674248,0.534234671628144,0.164230333714001,0.36875,1.02127283629581,0.0402396243374653,0.46937882102247,0.44375,0.91875,1.06875,SSP5_v9_130325,0.0043420864638875,0.969576973119535,0.0184176225589995,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s31,0.463584966099395,0.0257428003469886,0.98125,0.8875,1.29295143543564,0.9125,0.000525954143813232,0.506892354878546,0.109305194912642,0.46875,1.00925687696722,0.0724034223024143,0.524832179673176,0.54375,1.01875,0.96875,SSP5_v9_130325,0.00343640889091718,0.580199158362434,0.0384743872167725,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp6/SSP5,s32,0.494720321096072,0.0239083578342518,1.021875,1.03125,1.56462240889916,1.05625,0.000197679254622976,0.527781270695451,0.162648785475922,0.309375,1.00432045397671,0.0270992248228053,0.492985769179681,0.434375,0.921875,0.953125,SSP5_v9_130325,0.00298947309349185,1.0623961756384,0.0359275375894697,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s33,0.835716465411465,0.0272418796488175,0.921875,0.83125,1.01269383225339,0.85625,0.000372622006295732,0.499239000315916,0.106368075012158,0.409375,1.01318642838976,0.0514577218695133,0.555759023672102,0.534375,1.021875,1.053125,SSP5_v9_130325,0.00409354957316118,0.608002623707458,0.0602046717249145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s34,0.983400963140301,0.0195628689119369,0.971875,1.13125,1.2765754755607,1.15625,0.000279588527538187,0.546062060159831,0.192862933458628,0.459375,1.00900093651959,0.0703386026715292,0.462239774047237,0.584375,0.971875,1.003125,SSP5_v9_130325,0.0036634161610961,0.450568104544773,0.0275091227141327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s35,0.704791764248517,0.0256455905078735,1.071875,0.93125,2.09558694769315,0.95625,6.58137008484926e-05,0.514799195970277,0.138288854849879,0.359375,1.02018301220445,0.0395346895536722,0.519369667585754,0.484375,1.071875,0.903125,SSP5_v9_130325,0.00457530088897626,0.767329973065652,0.0446216916408331,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s36,0.771696044987225,0.0226544535706401,0.946875,1.08125,1.1472080851791,0.90625,0.000239148782574894,0.484198017420206,0.176063934626703,0.484375,1.00686082029811,0.0452417256011648,0.505906807946873,0.459375,1.046875,0.978125,SSP5_v9_130325,0.00388443433828232,0.683584860394812,0.0400504008981708,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp6/SSP5,s37,1.10520635129364,0.0264208538061694,1.046875,0.88125,1.75875185832105,1.10625,0.000442424951137921,0.521228398704013,0.124806033425309,0.384375,1.0157770076478,0.0148031350967496,0.607285370023932,0.559375,0.946875,1.078125,SSP5_v9_130325,0.00501831787010877,0.338509863475497,0.021842496211076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s38,0.903244481846346,0.0248378178716749,1.096875,1.18125,1.41176973084215,0.80625,0.000322501087837271,0.507842563718182,0.222399403254789,0.334375,1.00042846348125,0.0337674534500714,0.479302021095942,0.509375,1.096875,1.028125,SSP5_v9_130325,0.00339907000879667,0.533088306191632,0.0503436073887525,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s39,0.625311613966561,0.0282656155066586,0.996875,0.98125,0.849392799440172,1.00625,0.00014971373195203,0.535268145711333,0.150453452136176,0.434375,1.01103862895081,0.0590219982729302,0.534860647424336,0.409375,0.996875,0.928125,SSP5_v9_130325,0.00431266129638509,0.873183546651869,0.0318786426344541,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s40,0.667626937902106,0.021684340434528,1.059375,0.85625,0.937720449760251,1.03125,0.000218786426344541,0.511435442678212,0.169111360863951,0.321875,1.01001952840025,0.0810378804500765,0.54422610398848,0.521875,0.934375,1.090625,SSP5_v9_130325,0.00246858020073259,0.946649948643442,0.0422501087837271,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s41,0.940844016876726,0.026032808911642,0.959375,1.05625,1.48500009956153,0.83125,0.000403436073887525,0.539907518380715,0.116719779162328,0.421875,0.995563055393336,0.04236069416707,0.486341391293893,0.421875,1.034375,0.990625,SSP5_v9_130325,0.00398912181456716,0.570892442828458,0.024971373195203,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s42,1.25364144934333,0.0243961110127273,0.909375,0.95625,1.89193773788207,1.13125,0.000300504008981708,0.493359652416935,0.204410276758331,0.471875,1.01439141932741,0.0306351511458141,0.512493388112557,0.471875,0.984375,0.940625,SSP5_v9_130325,0.00353978061813724,0.401316545896097,0.0542424951137921,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s43,0.803664430831349,0.0277092112366603,1.009375,1.15625,1.21178281980559,0.93125,0.00011842496211076,0.524449237818174,0.144436784923168,0.371875,1.00567000053857,0.0549894467329411,0.449149058379277,0.571875,1.084375,1.040625,SSP5_v9_130325,0.00443504084463754,0.723845719952587,0.0339148782574894,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s44,0.739044874070737,0.0252503951847378,0.984375,0.80625,1.65392052385204,0.98125,0.000259275375894697,0.558285202632829,0.156479541305052,0.496875,1.01751443304365,0.0366965171715267,0.571927554611336,0.596875,1.009375,1.065625,SSP5_v9_130325,0.00377688645893135,0.645287775345277,0.0297679254622976,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s45,1.03479961040107,0.0290510590601845,1.084375,1.00625,1.08147028650052,1.18125,0.000502046717249145,0.518036615779975,0.0873621295303796,0.396875,1.007957767619,0.063886494011803,0.499453176087923,0.496875,0.909375,0.965625,SSP5_v9_130325,0.00475051711084206,0.223839698592246,0.0472622006295732,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s46,0.868612226313865,0.023346429681656,1.034375,0.90625,0.715130726652156,0.88125,0.000346216916408331,0.531331870954475,0.183804568496687,0.346875,1.01208386502939,0.0482465373259842,0.526731438730719,0.446875,1.059375,0.915625,SSP5_v9_130325,0.00322767080753396,0.493514064568919,0.0165813700848493,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s47,0.573013414752132,0.0268195169554694,0.934375,1.10625,1.34281069321152,1.08125,0.000175091227141327,0.5038672630447,0.131833423677469,0.446875,1.00268507980393,0.0226719889756416,0.471513169613941,0.546875,0.959375,1.015625,SSP5_v9_130325,0.00420034242614859,0.815962045766108,0.0379588527538187,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s48,0.539379353792156,0.0236391716623519,0.953125,1.19375,2.29700073798537,1.19375,0.000387318404551527,0.516428354390212,0.141388979149952,0.378125,1.00741815820204,0.0931223885794789,0.509174215352431,0.403125,1.065625,1.059375,SSP5_v9_130325,0.00414647259494396,0.745086417827886,0.0197631359640276,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp6/SSP5,s49,0.852008052815441,0.0270266897004423,1.053125,0.99375,1.30943626713933,0.99375,0.00020836419868959,0.550527962762005,0.198199697872104,0.478125,1.01658336995783,0.0437902048863725,0.437220720729688,0.503125,0.965625,0.959375,SSP5_v9_130325,0.00312129942876066,0.427013312264802,0.0389943405497477,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp6/SSP5,s50,1.00761003986067,0.0254495458101619,1.003125,1.09375,1.04761394551198,1.09375,9.76313596402756e-05,0.50165990751928,0.111968592640887,0.428125,1.00167499045415,0.0322360912639921,0.539347077564318,0.553125,1.015625,0.909375,SSP5_v9_130325,0.00465670971134789,0.589477493752596,0.030836419868959,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
diff --git a/data/sims/ssp_sims7.csv b/data/sims/ssp_sims7.csv
deleted file mode 100644
index 89f8a0bf59559d8141eaaa02346bb17891a91cd0..0000000000000000000000000000000000000000
--- a/data/sims/ssp_sims7.csv
+++ /dev/null
@@ -1,251 +0,0 @@
-Ensemble,Scenario,AGRI_LAND_EXPANSION_COST_FACTOR,ANNUAL_MAX_IMPORT_CHANGE,BIOENERGY_DEMAND_SHIFT,CROP_TO_PASTURE_COST_FACTOR,FERTILISER_COST_PER_T,INITIAL_PRICE_SHIFT,IRRIG_COST_SCALE_FACTOR,IRRIGATION_EFFICIENCY,LAND_CHANGE_COST,MARKET_LAMBA,MEAT_EFFICIENCY,MIN_NATURAL_RATE,OTHER_INTENSITY_COST,PASTURE_HARVEST_FRACTION,SSP_GDP_PC_FACTOR,SSP_POPULATION_FACTOR,SSP_SCENARIO,TECHNOLOGY_CHANGE_ANNUAL_RATE,TRADE_BARRIER_ADJ,TRANSPORT_COST,RCP,BIOENERGY_FUTURE_DEMAND_FILENAME,YIELD_DIR_TOP,BIOENERGY_DEMAND_SCENARIO
-ssp7/SSP1,s1,1.30660468251533,0.0228770160929893,1,1,2.15478849592337,1,0.000444027526753226,0.543143007232545,0.273082824305185,0.4,1.01533023412577,0.195035080482664,0.692464749320561,0.5,1,1,SSP1_v9_130325,0.0043697548242007,0.804684232679383,0.0625529531354358,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s2,1.54790984303127,0.0214839384786384,1.05,0.9,2.31331205428652,0.9,0.000490318106655024,0.522883961636984,0.260497349959828,0.45,1.00172299275499,0.219856253222114,0.662938815233838,0.55,0.95,1.05,SSP1_v9_130325,0.00284782774978011,0.892981559287351,0.0534306136855851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s3,1.03445985509982,0.0242169546991675,0.95,1.1,1.97763289140303,1.1,0.000395218234137198,0.560804997269742,0.284824516367045,0.35,1.02739549215156,0.168227382610388,0.718885342381086,0.45,1.05,0.95,SSP1_v9_130325,0.00567673525237017,0.718456680365365,0.0707791804420796,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s4,1.18011203692493,0.0222238146836663,1.025,0.85,2.41138114822018,1.15,0.000360054042238597,0.55187750477836,0.251190281847944,0.475,1.00900560184625,0.207081890146159,0.640803236535344,0.475,1.025,0.925,SSP1_v9_130325,0.00366905314915087,0.763628922290554,0.0757348286419711,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s5,1.68712459733118,0.0251160485505954,0.925,1.05,2.07306648304096,0.95,0.000466293245535949,0.507738565320178,0.278743046214026,0.375,1.03435622986656,0.148829077375294,0.705387725330026,0.575,0.925,1.025,SSP1_v9_130325,0.00641323525127281,0.955955002707142,0.0583130649033555,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s6,1.42608431668559,0.020484656645973,0.975,0.95,1.84481941921207,1.05,0.000520760402526387,0.571197905518257,0.267233889736522,0.325,0.992019633340972,0.182541367124365,0.67884441384016,0.525,1.075,1.075,SSP1_v9_130325,0.00172654612000884,0.846202333458787,0.0665902063269412,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s7,0.840392666819443,0.0235183190940216,1.075,1.15,2.23232635198016,0.85,0.000421196987553364,0.533822367498968,0.292533770487903,0.425,1.02130421583428,0.235574858511474,0.735230191370029,0.425,0.975,0.975,SSP1_v9_130325,0.00502166031087259,0.659406330981701,0.0468469071878789,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s8,0.947079413058987,0.0218711945581873,0.9625,1.075,2.19362745293572,0.875,0.000331673839358269,0.578207463425012,0.256377522723662,0.3125,1.02430218052628,0.227088490947081,0.698937908822619,0.5375,0.9375,1.0375,SSP1_v9_130325,0.00083953812772664,0.613112316714834,0.0730918071675773,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s9,1.48604361052557,0.0246241323378201,1.0625,0.875,1.73497915088738,1.075,0.000455099655365642,0.538606920741212,0.28168325290689,0.4125,0.997353970652949,0.175733923722865,0.622496525147897,0.4375,1.0375,0.9375,SSP1_v9_130325,0.0046985541914294,0.82513042147288,0.0559918173191546,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s10,1.7775717843041,0.0196770094284043,1.0125,1.175,2.02793270700347,0.975,0.000504179949030715,0.556262112241531,0.270217915435747,0.4625,1.03887858921521,0.133273645501426,0.726440118671977,0.4875,0.9875,0.9875,SSP1_v9_130325,0.00328017089364283,0.921083111431939,0.0645757939740144,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s11,1.24484310539493,0.0231952923242386,0.9125,0.975,2.35864071203186,1.175,0.000408827251468637,0.516162902682039,0.298377913202044,0.3625,1.01224215526975,0.201046402644416,0.671322117833912,0.5875,1.0875,1.0875,SSP1_v9_130325,0.00602647513117423,0.741933969268597,0.0416571447465924,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s12,1.11078418024073,0.0210382539570081,1.0875,1.025,2.11492833517119,1.125,0.000379537376727434,0.528650717535519,0.243472066157053,0.4875,1.0306853344549,0.18891464280766,0.711970455897592,0.5625,1.0125,1.0125,SSP1_v9_130325,0.00402901787611907,0.784350887929241,0.0504828149221249,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp7/SSP1,s13,1.61370668909803,0.0238548764408695,0.9875,0.825,2.48136285408064,0.925,0.000477901257328245,0.565677298115535,0.275901716090602,0.3875,1.00553920901204,0.246949634996918,0.653148466474403,0.4625,0.9125,0.9125,SSP1_v9_130325,0.00688423826790286,1.00685666138797,0.0686397189380529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s14,1.36664994686505,0.0225558377330524,0.9375,1.125,2.27182273538555,1.025,0.00054368182051549,0.495423807573882,0.26403872163715,0.3375,1.01833249734325,0.213287937490116,0.74689380901344,0.4125,1.0625,0.9625,SSP1_v9_130325,0.00234707351141291,0.868522648753132,0.0604805817202432,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s15,0.691198255049814,0.0258069208630183,1.0375,0.925,1.91889079884642,0.825,0.000432817588084797,0.547535881251776,0.288331312697671,0.4375,0.984559912752491,0.159570712415042,0.685821389195198,0.5125,0.9625,1.0625,SSP1_v9_130325,0.00534528090611675,0.691859720563448,0.0791261610664094,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s16,0.774046242840372,0.0227172636029591,1.06875,0.9625,2.00358671313929,0.9375,0.000449564818196465,0.568325269254885,0.286517618217063,0.38125,1.01064691506828,0.231115668477521,0.730621204693656,0.43125,1.05625,1.00625,SSP1_v9_130325,0.00453524422735963,0.752946064727626,0.0615256204984147,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s17,1.39637533595431,0.0263712188277735,0.96875,1.1625,2.33533573115677,1.1375,0.000307586644982392,0.531295690688755,0.26232253470166,0.48125,1.0364540366315,0.179205742117026,0.675167778483337,0.53125,0.95625,0.90625,SSP1_v9_130325,0.000115775990310355,0.937349588822074,0.0815823652897331,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s18,1.64910569631903,0.0212705568935967,0.91875,0.8625,2.17428003469886,0.8375,0.000402218105751783,0.549707447065478,0.274493776424475,0.43125,0.994849324786775,0.142006026603364,0.702156508417857,0.58125,1.00625,0.95625,SSP1_v9_130325,0.00584844611252293,0.835553196656202,0.0520182898740626,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s19,1.14614785539891,0.0240317602701755,1.01875,1.0625,1.6401477712308,1.0375,0.000497011944917156,0.502350082190083,0.236739566424148,0.33125,1.02279604851805,0.204052583101622,0.632839320513339,0.48125,0.90625,1.05625,SSP1_v9_130325,0.00307064388380374,0.639024456662632,0.0696939749689246,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s20,1.27601109051431,0.0201316261330207,0.99375,0.9125,2.25190930035269,1.0875,0.000472024261348483,0.540898938609465,0.295128975867128,0.40625,0.978633400163032,0.191996965965197,0.755770657027304,0.45625,0.98125,1.03125,SSP1_v9_130325,0.00663251334571629,0.705668231341568,0.0655814751487526,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s21,1.83947022399604,0.0233557083756051,1.09375,1.1125,1.88448469200481,0.8875,0.000370449551145466,0.583231363955926,0.26874589329275,0.30625,1.01683857101328,0.255689604491029,0.689173857953081,0.55625,1.08125,0.93125,SSP1_v9_130325,0.00385196767215257,0.880411616261989,0.044557165974058,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s22,1.51663388843489,0.0220508149404081,1.04375,0.8125,2.09431738486793,1.1875,0.000427077492291726,0.51967541566605,0.280195290178982,0.35625,1.00368474645745,0.216511708904191,0.715370870725848,0.50625,0.93125,0.98125,SSP1_v9_130325,0.00518299163770826,1.05036143779868,0.0743565139852493,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s23,0.992516729568517,0.0248554512834591,0.94375,1.0125,2.44297788830736,0.9875,0.000530964813168646,0.558504999926227,0.253968110396014,0.45625,1.02900730030375,0.164083689130355,0.658269374155104,0.40625,1.03125,1.08125,SSP1_v9_130325,0.00205702749140692,0.794534044375792,0.0571761511691971,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s24,0.896986495735498,0.0207800541834741,1.00625,1.1375,2.38372722816194,0.9625,0.000460664365629006,0.512240779865518,0.303105987633539,0.39375,1.03245528481595,0.12022140652854,0.667264452189882,0.51875,1.09375,0.94375,SSP1_v9_130325,0.00486044163277267,0.730483721310964,0.0676075487702521,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s25,1.45592097036104,0.023684265955477,0.90625,0.9375,2.05100667090002,1.1625,0.000347638303777328,0.554058005002777,0.271660437589344,0.49375,1.00730739276995,0.198046072945306,0.722555955192795,0.41875,0.99375,1.04375,SSP1_v9_130325,0.0013350742380405,0.906440719102265,0.0487817091507921,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s26,1.72908073262999,0.0223917273648651,0.95625,1.0375,1.79703592308003,0.8625,0.00041513140165963,0.536253280766916,0.283220602855105,0.44375,1.01981876679772,0.223362933705274,0.606691295205134,0.46875,1.04375,1.09375,SSP1_v9_130325,0.00621342539211015,0.8148624607652,0.0772852679885396,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s27,1.21293830136567,0.0254218993010645,1.05625,0.8375,2.21293905050714,1.0625,0.000512001041589818,0.574412868682777,0.258530937889774,0.34375,0.988702312142019,0.172089956943029,0.695713339116476,0.56875,0.94375,0.99375,SSP1_v9_130325,0.00347898009526367,0.57454327292865,0.0594119487544212,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s28,1.07369492914904,0.0216830525285101,0.93125,1.1875,1.94961624493063,1.0125,0.00048397705501186,0.54535147250112,0.290311982169189,0.41875,1.02583169442174,0.21015318097886,0.682386230811322,0.59375,0.96875,0.91875,SSP1_v9_130325,0.00720258435408656,0.676645953062123,0.0547483489585553,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s29,1.58014600607504,0.0244131581722051,1.03125,0.9875,2.29222522435509,0.8125,0.000387712283098175,0.485036704150227,0.265669725137652,0.31875,0.999625836478426,0.154556683620141,0.740496314717893,0.49375,1.06875,1.01875,SSP1_v9_130325,0.00420129676177031,0.857159691771676,0.0719066858073614,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s30,1.3367714202656,0.0189887009190647,1.08125,1.0875,2.53462394216383,1.1125,0.000438455986631412,0.563185370303434,0.277315149110296,0.36875,1.0419735111998,0.185769666047509,0.647414115334135,0.44375,0.91875,1.06875,SSP1_v9_130325,0.00550948428280008,0.97819386999171,0.0374046210246963,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s31,0.57266800326064,0.0230360474008169,0.98125,0.8875,2.13504314771848,0.9125,0.000562025688993098,0.525859103605898,0.247839446560467,0.46875,1.01380055452572,0.240694805462358,0.708651550058782,0.54375,1.01875,0.96875,SSP1_v9_130325,0.00260826082536347,0.774071791962623,0.0635679709735429,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp7/SSP1,s32,0.638828737889396,0.0215850485819163,1.021875,1.03125,2.28195169554694,1.05625,0.000398773365955545,0.55515621770952,0.276607200944839,0.309375,0.998514806365428,0.151800301468419,0.67702491808638,0.434375,0.921875,0.953125,SSP1_v9_130325,0.00110473797168692,1.02564928965481,0.0610056678510581,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s33,1.35173824459505,0.0243134765478343,0.921875,0.83125,1.9346429681656,0.85625,0.000493614338240747,0.514261654608745,0.245829309737366,0.409375,1.025063385544,0.208611020891597,0.732861135411184,0.534375,1.021875,1.053125,SSP1_v9_130325,0.00477962888830426,0.789450444902488,0.0802368523091994,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s34,1.5967331510854,0.0183842511356623,0.971875,1.13125,2.12503951847378,1.15625,0.000446798463051018,0.57621384756696,0.289297016857167,0.459375,1.01302543111715,0.238031407711161,0.637034587452873,0.584375,0.971875,1.003125,SSP1_v9_130325,0.00338078012685337,0.698911715743553,0.0512681806171,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s35,1.09247886526694,0.0229565635279927,1.071875,0.93125,2.50510590601845,0.95625,0.000286554762655872,0.537438726544033,0.264863621698202,0.359375,1.04030029737014,0.184167338582068,0.703769334448981,0.484375,1.071875,0.903125,SSP1_v9_130325,0.00611863042325782,0.874392679000185,0.0691635781788458,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s36,1.22899372654843,0.0206379771111341,0.946875,1.08125,2.03961110127273,0.90625,0.000424157414663092,0.490912113236617,0.282444781245835,0.484375,1.00643297696289,0.196542931605521,0.690825763502698,0.459375,1.046875,0.978125,SSP1_v9_130325,0.00411569155998542,0.830318177251013,0.0650785835717352,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp7/SSP1,s37,1.75225167163943,0.0236007978508278,1.046875,0.88125,2.37092112366603,1.10625,0.000525635478853884,0.546445980544009,0.257481211575321,0.384375,1.03155679343563,0.108987391046496,0.762779327856603,0.559375,0.946875,1.078125,SSP1_v9_130325,0.00703092121997707,0.62700810138555,0.0432097466401402,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s38,1.4709358640156,0.0223083218721376,1.096875,1.18125,2.2032808911642,0.80625,0.000469143414707323,0.52727530474142,0.300450120409411,0.334375,0.986768711465149,0.170189440533195,0.660652861039199,0.509375,1.096875,1.028125,SSP1_v9_130325,0.00248075062175509,0.747487421683979,0.073712462195102,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s39,0.922708815997641,0.0252618461338521,0.996875,0.98125,1.7684340434528,1.00625,0.000365449181269126,0.564415010086095,0.270942258317708,0.434375,1.0190761669886,0.221586232308193,0.717111495007372,0.409375,0.996875,0.928125,SSP1_v9_130325,0.00542707761001431,0.928977327479037,0.0565905789965042,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s40,1.01386937917274,0.019921601966237,1.059375,0.85625,1.86544535706401,1.03125,0.000412012935037832,0.532572295838503,0.279465457015692,0.321875,1.01608662993605,0.250837208304055,0.724466917028993,0.521875,0.934375,1.090625,SSP1_v9_130325,-0.000484996957750369,0.966500191880834,0.067097431863091,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp7/SSP1,s41,1.53217062634605,0.0232752920863302,0.959375,1.05625,2.24208538061694,0.83125,0.000507994380557868,0.569727762996911,0.252634948783757,0.421875,0.973838406857001,0.190462442187806,0.669322915580527,0.421875,1.034375,0.990625,SSP1_v9_130325,0.00445282018053252,0.768875348406554,0.047849332114685,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s42,1.88305187804595,0.0219619407959116,0.909375,0.95625,2.42656155066586,1.13125,0.000457876197122563,0.505183345811703,0.293772525899798,0.471875,1.0281943877959,0.16188027512144,0.697327501707018,0.471875,0.984375,0.940625,SSP1_v9_130325,0.00296108779613806,0.668332600155259,0.0764832656829684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s43,1.29137019047667,0.024736796301068,1.009375,1.15625,2.08378178716749,0.93125,0.000340258880490323,0.550791938272817,0.267995602590323,0.371875,1.00271883470784,0.214886888765617,0.615680375921186,0.571875,1.084375,1.040625,SSP1_v9_130325,0.00576193012652328,0.851636836275559,0.0588667431707831,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s44,1.1632872869852,0.022636821138127,0.984375,0.80625,2.32418796488175,0.98125,0.000435647252149692,0.586956769856429,0.273789201029705,0.496875,1.03537466725633,0.177488905589627,0.743505237442308,0.596875,1.009375,1.065625,SSP1_v9_130325,0.0037613188024312,0.809766032689299,0.0540998857818529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s45,1.66772283277305,0.0260536763013908,1.084375,1.00625,1.99083578342518,1.18125,0.000551749001796816,0.542026170479686,0.230697732428277,0.396875,1.00983265006111,0.229057722565815,0.684115563615827,0.496875,0.909375,0.965625,SSP1_v9_130325,0.00651985426096958,0.541274075472139,0.0713368046911516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s46,1.41122311738785,0.0211571360362112,1.034375,0.90625,1.5562868911937,0.88125,0.000480910541583206,0.559646548551115,0.285658214959052,0.346875,1.02204886079987,0.202547708479507,0.710302579786147,0.446875,1.059375,0.915625,SSP1_v9_130325,0.00189782828719081,0.724552509580825,0.0338439609785496,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s47,0.808735009184881,0.0239424190522352,0.934375,1.10625,2.16455905078735,1.08125,0.00038372123554255,0.52131266617212,0.261425338411811,0.446875,0.993482946279242,0.137962953237442,0.65037121890932,0.546875,0.959375,1.015625,SSP1_v9_130325,0.00510226104138507,0.899584143008251,0.0630616774885665,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s48,0.735374229302972,0.0213792819235055,0.953125,1.19375,2.57667596713962,1.19375,0.00050052723652782,0.539759739927855,0.266459174969821,0.378125,1.00816436434926,0.262637870976655,0.694093175131226,0.403125,1.065625,1.059375,SSP1_v9_130325,0.00494108676449497,0.862783594417025,0.0397953617643258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp7/SSP1,s49,1.38152333977196,0.0241231691102142,1.053125,0.99375,2.14495458101619,0.99375,0.000405565613300465,0.580484872178224,0.291386404499331,0.478125,1.03338614163865,0.193520458553231,0.592714481865616,0.503125,0.965625,0.959375,SSP1_v9_130325,0.00154031656652989,0.684459846440433,0.0640724667974429,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP1,s50,1.63113586871256,0.0227972886316323,1.003125,1.09375,1.9639171662352,1.09375,0.000321243051738999,0.517962695398141,0.249605516970966,0.428125,0.990436750459244,0.16619543101947,0.720697994146959,0.553125,1.015625,0.909375,SSP1_v9_130325,0.00631139704784248,0.779227420894493,0.055378324179763,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp7/SSP2,s1,1,0.02,1,1,1.6,1,0.00035,0.5,0.2,0.4,1,0.102766896900118,0.6,0.5,1,1,SSP2_v9_130325,0.002,1,0.05,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s2,1.08270938702243,0.0187532681030967,1.05,0.9,1.72467318969033,0.9,0.00039173453155307,0.491729061297757,0.189688362297416,0.45,0.995864530648878,0.122695883337939,0.579221135051611,0.55,0.95,1.05,SSP2_v9_130325,0.00158753449189663,1.08270938702243,0.0458442270103222,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s3,0.91729061297757,0.0212467318969033,0.95,1.1,1.47532681030967,1.1,0.00030826546844693,0.508270938702243,0.210311637702584,0.35,1.00413546935112,0.0840110432944513,0.620778864948389,0.45,1.05,0.95,SSP2_v9_130325,0.00241246550810337,0.91729061297757,0.0541557729896778,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s4,0.960874657414893,0.0194097808551165,1.025,0.85,1.81153483560056,1.15,0.000279305056322007,0.503912534258511,0.182453074797474,0.475,0.998043732870745,0.112067534446962,0.564744194066573,0.475,1.025,0.925,SSP2_v9_130325,0.00180496552244993,0.960874657414893,0.0570511611866855,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s5,1.14060088096457,0.0221153483560056,0.925,1.05,1.54097808551165,0.95,0.000369771009709667,0.485939911903543,0.204875861938752,0.375,1.00703004404823,0.0717421347364521,0.609836985748058,0.575,0.925,1.025,SSP2_v9_130325,0.00270187700810103,1.14060088096457,0.0480326028503884,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s6,1.03912534258511,0.0178846516439944,0.975,0.95,1.38846516439944,1.05,0.000420694943677993,0.514060088096457,0.195124138061248,0.325,0.992969955951772,0.0937292467329929,0.590163014251942,0.525,1.075,1.075,SSP2_v9_130325,0.00129812299189897,1.03912534258511,0.0519673971496117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s7,0.859399119035433,0.0205902191448835,1.075,1.15,1.65902191448835,0.85,0.000330228990290333,0.496087465741489,0.217546925202526,0.425,1.00195626712926,0.13716683564989,0.635255805933427,0.425,0.975,0.975,SSP2_v9_130325,0.00219503447755007,0.859399119035433,0.0429488388133145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s8,0.891349695386158,0.0190953765627878,0.9625,1.075,1.62915219840989,0.875,0.00025647617255158,0.518678231924779,0.186448969904585,0.3125,1.00299925739028,0.129136314317571,0.604858699734982,0.5375,0.9375,1.0375,SSP2_v9_130325,0.00106646891392977,0.813217680752207,0.0554552181300731,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s9,1.05998514780556,0.0216365654390219,1.0625,0.875,1.31961312890323,1.075,0.000359766763581405,0.498067840937043,0.207476646078755,0.4125,0.994567484769308,0.0890295783085543,0.553268854817205,0.4375,1.0375,0.9375,SSP2_v9_130325,0.00209630682320497,1.01932159062957,0.0469845885426258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s10,1.18678231924779,0.0171961312890323,1.0125,1.175,1.50953765627878,0.975,0.000404749647252107,0.505998514780556,0.197592329419876,0.4625,1.00933911596239,0.0625340908685169,0.627276090650366,0.4875,0.9875,0.9875,SSP2_v9_130325,0.00170093415684978,1.10865030461384,0.0509717399469965,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s11,0.980678409370429,0.0202915219840989,0.9125,0.975,1.76365654390219,1.175,0.000319705111918773,0.489134969538616,0.223338277151756,0.3625,0.999033920468521,0.107329128847991,0.584922942713129,0.5875,1.0875,1.0875,SSP2_v9_130325,0.00254204120381658,0.940014852194445,0.040653770963441,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s12,0.940014852194445,0.0183634345609781,1.0875,1.025,1.57084780159011,1.125,0.000295250352747893,0.494001485219444,0.176661722848244,0.4875,1.00543251523069,0.0982688263923714,0.615077057286871,0.5625,1.0125,1.0125,SSP2_v9_130325,0.00190369317679503,0.980678409370429,0.0445447818699269,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp7/SSP2,s13,1.10865030461384,0.0209046234372122,0.9875,0.825,1.88038687109677,0.925,0.000380294888081227,0.510865030461384,0.202407670580124,0.3875,0.997000742609722,0.148925149489487,0.572723909349634,0.4625,0.9125,0.9125,SSP2_v9_130325,0.00293353108607023,1.18678231924779,0.0530154114573742,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s14,1.01932159062957,0.0197084780159011,0.9375,1.125,1.69046234372122,1.025,0.00044352382744842,0.481321768075221,0.192523353921245,0.3375,1.00096607953148,0.117121950805333,0.646731145182795,0.4125,1.0625,0.9625,SSP2_v9_130325,0.00145795879618342,1.05998514780556,0.0490282600530036,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s15,0.813217680752207,0.0228038687109677,1.0375,0.925,1.43634345609781,0.825,0.000340233236418595,0.501932159062957,0.213551030095415,0.4375,0.99066088403761,0.0784184778805496,0.595141300265018,0.5125,0.9625,1.0625,SSP2_v9_130325,0.00229906584315022,0.891349695386158,0.059346229036559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s16,0.839157403113636,0.019854673045992,1.06875,0.9625,1.49287640216452,0.9375,0.000354869013703526,0.512358658313402,0.211865411467367,0.38125,0.998543463029183,0.132878053312248,0.631009964453943,0.43125,1.05625,1.00625,SSP2_v9_130325,0.00204800701428613,0.95061943938999,0.0495155768199733,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s17,1.02913073941635,0.0233820923755463,0.96875,1.1625,1.74338786830197,1.1375,0.000237423631202521,0.495061943938999,0.191143438475156,0.48125,1.00804212984432,0.0914079694121371,0.587586267131419,0.53125,0.95625,0.90625,SSP2_v9_130325,0.000869779893827476,1.12358658313402,0.0612736412518208,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s18,1.12358658313402,0.0185661213169803,0.91875,0.8625,1.6145326954008,0.8375,0.000314132042034792,0.502913073941635,0.201200175357153,0.43125,0.993820670843299,0.0676398384297281,0.607324847750061,0.58125,1.00625,0.95625,SSP2_v9_130325,0.00247461645869469,1.02913073941635,0.0452204043899344,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s19,0.95061943938999,0.0210712359783548,1.01875,1.0625,1.26179076244538,1.0375,0.000397985775572389,0.483915740311364,0.171744497345687,0.33125,1.0024690280305,0.109668531494414,0.559704880922574,0.48125,0.90625,1.05625,SSP2_v9_130325,0.00164573753900624,0.839157403113636,0.0535707865945161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s20,0.990368365855445,0.0175822928553545,0.99375,0.9125,1.67448239721149,1.0875,0.000374947047141794,0.499036836585544,0.220082752879293,0.40625,0.988707784626618,0.100516380004557,0.656368206259104,0.45625,0.98125,1.03125,SSP2_v9_130325,0.00280331011517172,0.904844283865163,0.0514649695500123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s21,1.22584430746765,0.0204394908650037,1.09375,1.1125,1.41394021327635,0.8875,0.000287783105288317,0.522584430746765,0.196369873731948,0.30625,1.00048158170723,0.158966697118053,0.597577884099866,0.55625,1.08125,0.93125,SSP2_v9_130325,0.00185479494927791,1.07104819026467,0.0419409761845149,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s22,1.07104819026467,0.0192551760278851,1.04375,0.8125,1.55605091349963,1.1875,0.00033527677260649,0.490484428386516,0.206154317712805,0.35625,0.996447590486767,0.11982714399116,0.617853932972581,0.50625,0.93125,0.98125,SSP2_v9_130325,0.00224617270851218,1.22584430746765,0.0562019928907885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s23,0.904844283865163,0.0218605978672366,0.94375,1.0125,1.84177071446455,0.9875,0.000430736696378509,0.507104819026467,0.184581901942803,0.45625,1.00475778580674,0.0813091291920646,0.576102021949672,0.40625,1.03125,1.08125,SSP2_v9_130325,0.00138327607771214,0.990368365855445,0.0475172534262838,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s24,0.87641341686598,0.0181394021327634,1.00625,1.1375,1.78605978672366,0.9625,0.00036472322739351,0.487641341686598,0.228255502654313,0.39375,1.0061793291567,0.0551812402963527,0.582146067027419,0.51875,1.09375,0.94375,SSP2_v9_130325,0.00214520505072209,0.928951809735333,0.0524827465737162,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s25,1.04938056061001,0.0207448239721149,0.90625,0.9375,1.52551760278851,1.1625,0.000269263303621491,0.504938056061001,0.198799824642847,0.49375,0.997530971969499,0.105033358975607,0.623897978050328,0.41875,0.99375,1.04375,SSP2_v9_130325,0.00119668988482828,1.09515571613484,0.0437980071092115,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s26,1.16084259688636,0.0195605091349963,0.95625,1.0375,1.35822928553545,0.8625,0.000325052952858206,0.497086926058365,0.208856561524844,0.44375,1.00145653697082,0.125776267704655,0.543631793740896,0.46875,1.04375,1.09375,SSP2_v9_130325,0.00261672392228786,1.00963163414456,0.0580590238154851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s27,0.970869260583654,0.0224177071446455,1.05625,0.8375,1.64394908650037,1.0625,0.000412216894711683,0.516084259688636,0.188134588532633,0.34375,0.991957870155682,0.086572829030894,0.602422115900134,0.56875,0.94375,0.99375,SSP2_v9_130325,0.00175382729148782,0.774155692532353,0.0485350304499877,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s28,0.928951809735333,0.0189287640216452,0.93125,1.1875,1.45661213169803,1.0125,0.000385867957965208,0.500963163414456,0.215418098057197,0.41875,1.00355240951323,0.114544615444696,0.592675152249939,0.59375,0.96875,0.91875,SSP2_v9_130325,0.00313022010617252,0.87641341686598,0.0464292134054839,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s29,1.09515571613484,0.0214338786830197,1.03125,0.9875,1.70712359783548,0.8125,0.000302014224427611,0.477415569253235,0.193845682287195,0.31875,0.995242214193258,0.075267494117995,0.640295119077426,0.49375,1.06875,1.01875,SSP2_v9_130325,0.00195199298571387,1.04938056061001,0.0547795956100656,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s30,1.00963163414456,0.0166179076244538,1.08125,1.0875,1.93820923755462,1.1125,0.000345130986296474,0.509515571613484,0.203630126268052,0.36875,1.01129221537338,0.0960110838479138,0.568990035546058,0.44375,0.91875,1.06875,SSP2_v9_130325,0.00235426246099376,1.16084259688636,0.0387263587481792,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s31,0.774155692532353,0.020145326954008,0.98125,0.8875,1.5854673045992,0.9125,0.000462576368797479,0.492895180973533,0.179917247120707,0.46875,0.999518418292772,0.142301633353188,0.612413732868581,0.54375,1.01875,0.96875,SSP2_v9_130325,0.00152538354130531,0.970869260583654,0.0504844231800267,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp7/SSP2,s32,0.796299164190004,0.018842279314632,1.021875,1.03125,1.69869615444702,1.05625,0.000311240480156958,0.505463293992315,0.203016528943982,0.309375,0.994912432599381,0.0735613289478371,0.588883995050195,0.434375,0.921875,0.953125,SSP2_v9_130325,0.00113648388790552,1.20370083581,0.0492724643586085,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s33,1.01446560853835,0.0213386389518634,0.921875,0.83125,1.44670250883446,0.85625,0.00039480515731002,0.488409385920721,0.178412097197638,0.409375,1.00327257514255,0.113295032769038,0.633055478770089,0.534375,1.021875,1.053125,SSP2_v9_130325,0.00212066115775929,0.985534391461647,0.0601827736512852,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s34,1.10175134801239,0.016116082039542,0.971875,1.13125,1.57817393075826,1.15625,0.000352432725056149,0.517284248488172,0.214457834601928,0.459375,0.999276719573082,0.139600785408261,0.562349758067505,0.584375,0.971875,1.003125,SSP2_v9_130325,0.00172763147594306,0.898248651987613,0.0448900836278152,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s35,0.934548497148935,0.0200726096538387,1.071875,0.93125,1.90548320953856,0.95625,0.000220998016813257,0.497579271220939,0.193190786898576,0.359375,1.0101850417905,0.0948740933363367,0.608574067432745,0.484375,1.071875,0.903125,SSP2_v9_130325,0.00257831338407713,1.06545150285106,0.0532898718149006,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s36,0.975792712209396,0.0180166712737947,0.946875,1.08125,1.51760182898329,0.90625,0.000332766480136591,0.479629916419,0.20815841700185,0.484375,0.997268353003843,0.103897315063726,0.598789839102689,0.459375,1.046875,0.978125,SSP2_v9_130325,0.00192789832473464,1.0242072877906,0.0512174183679686,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp7/SSP2,s37,1.17284248488172,0.0206669602969883,1.046875,0.88125,1.77454403427935,1.10625,0.000425469280669775,0.501446560853835,0.187310859866783,0.384375,1.00579530703964,0.0490978578907907,0.664731966007633,0.559375,0.946875,1.078125,SSP2_v9_130325,0.00301862633491716,0.827157515118281,0.0413448545382897,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s38,1.05463293992315,0.0194855559540353,1.096875,1.18125,1.63652255103906,0.80625,0.000372340461864121,0.493454849714893,0.225465658372929,0.334375,0.991357875755914,0.0853070158829352,0.577689350802277,0.509375,1.096875,1.028125,SSP2_v9_130325,0.00149243439467131,0.945367060076852,0.0558181344759784,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s39,0.884093859207212,0.0222590145159497,0.996875,0.98125,1.34034563614869,1.00625,0.000283696797309238,0.510175134801239,0.198197458118366,0.434375,1.00121036438953,0.124205956113247,0.619295344756133,0.409375,0.996875,0.928125,SSP2_v9_130325,0.002326336680074,1.11590614079279,0.0472533942994431,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s40,0.911179787718436,0.0174034563614869,1.059375,0.85625,1.40166712737947,1.03125,0.00032240356787449,0.495578478754152,0.205510351268521,0.321875,1.00024061005448,0.153266239613174,0.625549581860924,0.521875,0.934375,1.090625,SSP2_v9_130325,0.000697075375004313,1.15021185468573,0.052223200989961,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp7/SSP2,s41,1.07679369947744,0.0203652255103906,0.959375,1.05625,1.66669602969883,0.83125,0.000408379818483487,0.513177928755965,0.18355711504471,0.421875,0.986999778404291,0.0993930442900924,0.583550640925497,0.421875,1.034375,0.990625,SSP2_v9_130325,0.00202398535433423,0.96589958216927,0.0433889042459823,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s42,1.26000443191419,0.0191760182898329,0.909375,0.95625,1.82590145159497,1.13125,0.000362235697939323,0.484978814531427,0.218750501843069,0.471875,1.00444101061408,0.0798911741110968,0.603637678206958,0.471875,0.984375,0.940625,SSP2_v9_130325,0.00161706376671916,0.868220712440347,0.0575300483864991,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s43,0.995187798910348,0.0217454403427935,1.009375,1.15625,1.54855559540353,0.93125,0.000263335766562442,0.503410041783073,0.195750473640111,0.371875,0.996160315026128,0.118456564160205,0.549086131743574,0.571875,1.084375,1.040625,SSP2_v9_130325,0.00244297597724432,1.04421521245848,0.048285186513451,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s44,0.955784787541515,0.0197817393075825,0.984375,0.80625,1.73386389518634,0.98125,0.000342687532734115,0.526000443191419,0.200599633858356,0.496875,1.00751059273429,0.0902271392344536,0.643275727308552,0.596875,1.009375,1.065625,SSP2_v9_130325,0.00183001894560446,1.00481220108965,0.0461409310487733,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp7/SSP2,s45,1.13177928755965,0.0230548320953856,1.084375,1.00625,1.4842279314632,1.18125,0.000451808154194728,0.499518779891035,0.167426884375108,0.396875,0.998294979108464,0.130951138779837,0.593912908160157,0.496875,0.909375,0.965625,SSP2_v9_130325,0.00275002007372277,0.739995568085812,0.0544621298395445,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s46,1.03410041783073,0.0184670250883446,1.034375,0.90625,1.2116082039542,0.88125,0.000383049424868713,0.507679369947745,0.211074399431108,0.346875,1.00221076062292,0.108492425591735,0.613733028502785,0.446875,1.059375,0.915625,SSP2_v9_130325,0.00134228460178841,0.923206300522555,0.0370536067984734,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s47,0.849788145314266,0.0209869615444702,0.934375,1.10625,1.60726096538387,1.08125,0.000298706382988741,0.491117978771844,0.190426594167979,0.446875,0.993411035622017,0.0652563684600634,0.570909327620108,0.546875,0.959375,1.015625,SSP2_v9_130325,0.00222041405074086,1.08882021228156,0.0502420321794622,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s48,0.827157515118281,0.0186613610481366,0.953125,1.19375,1.9883917960458,1.19375,0.000401293617011259,0.498553439146165,0.194489648731479,0.378125,0.997789239377076,0.167785735381728,0.601210160897311,0.403125,1.065625,1.059375,SSP2_v9_130325,0.00216998105439554,1.05463293992315,0.0398172263487148,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s49,1.0242072877906,0.021157720685368,1.053125,0.99375,1.59273903461613,0.99375,0.000316950575131287,0.520370083581,0.21644288495529,0.478125,1.00658896437798,0.101640459140967,0.535268033992367,0.503125,0.965625,0.959375,SSP2_v9_130325,0.00124997992627723,0.884093859207212,0.0507275356413915,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP2,s50,1.11590614079279,0.0199273903461613,1.003125,1.09375,1.46613610481366,1.09375,0.000248191845805272,0.489824865198761,0.181249498156931,0.428125,0.992489407265713,0.0826802421232276,0.622310649197723,0.553125,1.015625,0.909375,SSP2_v9_130325,0.00265771539821159,0.975792712209396,0.0467101281850994,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp7/SSP3,s1,0.52024973082015,0.0144521138994884,1,1,1.44996893009364,1,0.000188358633353765,0.456856935948328,0.2,0.4,1,0.0445126831921568,0.56324510448156,0.5,1,1,SSP3_v9_130325,3.69271604227922e-05,1.43143007232545,0.0426490208963119,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s2,0.626836319372511,0.0128668802502573,1.05,0.9,1.91576868292866,0.9,0.000271342555501401,0.439195017296463,0.178992610808213,0.45,0.991499566495146,0.057952756518755,0.509099799539873,0.55,0.95,1.05,SSP3_v9_130325,-0.000403161804191794,1.60804997269742,0.0318199599079746,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s3,0.42240292862359,0.0162236675874247,0.95,1.1,1.01494452402692,1.1,0.000118779340839986,0.477115892757839,0.221007389191787,0.35,1.00850043350485,0.0330090823549182,0.621568949329572,0.45,1.05,0.95,SSP3_v9_130325,0.000493430076903505,1.22883961636984,0.0543137898659143,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s4,0.472828658836114,0.0136767363178329,1.025,0.85,2.20628515703454,1.15,8.02667361160186e-05,0.466177534970001,0.164507765991119,0.475,0.995961271646254,0.0506301059058289,0.476813814608971,0.475,1.025,0.925,SSP3_v9_130325,-0.000173264707884575,1.33822367498968,0.0622443170156101,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s5,0.706212456808112,0.0175518005237929,0.925,1.05,1.23427294323604,0.95,0.000226294347972906,0.428802142902719,0.209962527654382,0.375,1.01429697586053,0.0261085152314528,0.590726165466602,0.575,0.925,1.025,SSP3_v9_130325,0.000823126072871327,1.71197905518257,0.0373432953175058,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s6,0.569627876199485,0.0118861903281928,0.975,0.95,0.775006888801793,1.05,0.000333970289560037,0.492261225015423,0.190037472345618,0.325,0.985703024139469,0.0388290458435607,0.536716476587529,0.525,1.075,1.075,SSP3_v9_130325,-0.00070170222053337,1.5187750477836,0.0481452330933205,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s7,0.35950033211296,0.0152693329537884,1.075,1.15,1.67281094120852,0.85,0.000153461991591614,0.448122475133549,0.235492234008881,0.425,1.00403872835375,0.0684984107814919,0.661221585078051,0.425,0.975,0.975,SSP3_v9_130325,0.000250787709514898,1.07738565320178,0.0253627629217942,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s8,0.393630352957537,0.0132817729600999,0.9625,1.075,1.55981822722675,0.875,5.59376310325583e-05,0.504575935346175,0.172468896435625,0.3125,1.00618145203469,0.0625634106275243,0.576741762503836,0.5375,0.9375,1.0375,SSP3_v9_130325,-0.000934322350810428,0.95423807573882,0.0579273940735087,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s9,0.596725537287047,0.0168110877200933,1.0625,0.875,0.632703060835255,1.075,0.000206749998208455,0.452464080654622,0.215259115964058,0.4125,0.988879099276111,0.0359763457745679,0.455379009321426,0.4375,1.0375,0.9375,SSP3_v9_130325,0.000142076929961531,1.47535881251776,0.0346392703707599,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s10,0.772118515732619,0.0111863738577089,1.0125,1.175,1.12583134525654,0.975,0.000299142850832666,0.471349162143331,0.195077423316527,0.4625,1.01875730938355,0.0212752105246864,0.639636970367544,0.4875,0.9875,0.9875,SSP3_v9_130325,-0.000283850702175425,1.65677298115535,0.0453483525007672,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s11,0.496581834326826,0.0148507149870338,0.9125,0.975,2.05192701579772,1.175,0.000136279499429523,0.434322733430041,0.246810280948907,0.3625,0.998003618940327,0.0474795830984112,0.523196351853799,0.5875,1.0875,1.0875,SSP3_v9_130325,0.000640104406809248,1.28650717535519,0.0210758018642853,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s12,0.448372907805104,0.0124135941659385,1.0875,1.025,1.34187652582395,1.125,0.000100424617542228,0.443737885164081,0.153189719051093,0.4875,1.01112090072389,0.0416515974026395,0.605516603490663,0.5625,1.0125,1.0125,SSP3_v9_130325,-6.73281335909865e-05,1.38606920741212,0.0287881492012403,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s13,0.661941125390965,0.0157206701096158,0.9875,0.825,2.39684088202267,0.925,0.000247545023900919,0.483836922726778,0.204922576683473,0.3875,0.993818547965311,0.0775703616307693,0.493940746006202,0.4625,0.9125,0.9125,SSP3_v9_130325,0.00109241301722055,1.78207463425012,0.0511033206981325,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s14,0.544394982472392,0.0140637248259714,0.9375,1.125,1.79066322966688,1.025,0.000384560868350114,0.421792601348496,0.184740884035942,0.3375,1.00199638105967,0.0540682418451556,0.690444612692345,0.4125,1.0625,0.9625,SSP3_v9_130325,-0.000537894160527322,1.56262112241531,0.0399963313939076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s15,0.312787733072893,0.0186502017711916,1.0375,0.925,0.899324164110969,0.825,0.000170710539887158,0.461393002738633,0.227531103564375,0.4375,0.981242690616446,0.0298003250301597,0.549981656969538,0.5125,0.9625,1.0625,SSP3_v9_130325,0.00036633241249757,1.16162902682039,0.0680889225384691,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s16,0.338640005932466,0.0142571987623592,1.06875,0.9625,1.07081367921929,0.9375,0.000197438076730194,0.48775902900401,0.224143233858206,0.38125,0.996991278062809,0.065302867139981,0.649838942298195,0.43125,1.05625,1.00625,SSP3_v9_130325,8.92310348345679e-05,1.31295690688755,0.0413197878776082,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s17,0.556832559506353,0.0195985143852098,0.96875,1.1625,1.98213706651508,1.1375,3.96551545041814e-05,0.445941983708228,0.181939076280475,0.48125,1.01627309112316,0.0374111562328369,0.530006002549957,0.53125,0.95625,0.90625,SSP3_v9_130325,-0.0011272613780548,1.68325269254885,0.0725512803614935,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s18,0.682497794728983,0.0126466437255164,0.91875,0.8625,1.50459220790584,0.8375,0.000127597315891749,0.463746632396479,0.202454185131145,0.43125,0.987386431760511,0.0239173092884741,0.583655238172763,0.58125,1.00625,0.95625,SSP3_v9_130325,0.000563591088161863,1.49707447065478,0.0303389380491837,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s19,0.460732574991729,0.015964129720352,1.01875,1.0625,0.545715536913342,1.0375,0.000284609936652374,0.425587188070505,0.143837087682405,0.33125,1.00509351712245,0.0490262448414212,0.466919514919475,0.48125,0.90625,1.05625,SSP3_v9_130325,-0.000342086453629696,1.02350082190082,0.0526695722297691,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s20,0.508391233048539,0.0115702232101006,0.99375,0.9125,1.73100163003904,1.0875,0.000236663053352123,0.454648480147089,0.240483788222152,0.40625,0.977620125513487,0.0430732221145738,0.712756401807467,0.45625,0.98125,1.03125,SSP3_v9_130325,0.000940455927008916,1.1967541566605,0.0467310476345527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s21,0.829522551235457,0.015056824217946,1.09375,1.1125,0.838623515250748,0.8875,9.06618265892088e-05,0.514963003757962,0.192580010111127,0.30625,1.00099540748345,0.08569132650396,0.556598939388041,0.55625,1.08125,0.93125,SSP3_v9_130325,-0.000119916385583345,1.58504999926227,0.0233839029838949,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s22,0.611308641099266,0.0134809070724927,1.04375,0.8125,1.28809301641197,1.1875,0.000162056783993367,0.436814652767195,0.212568415431031,0.35625,0.992687244895838,0.0559413014759793,0.613347861148846,0.50625,0.93125,0.98125,SSP3_v9_130325,0.000307458781073132,1.83231363955926,0.059967788459639,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s23,0.408480618606568,0.0171551483258582,0.94375,1.0125,2.2948949389289,0.9875,0.000356173914467727,0.474140763802046,0.168735823211885,0.45625,1.00976177220272,0.0314458240278456,0.501694690245919,0.40625,1.03125,1.08125,SSP3_v9_130325,-0.000614764189157017,1.40898938609465,0.0360012005099914,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s24,0.377493571760586,0.0121627292613482,1.00625,1.1375,2.12613774808185,0.9625,0.000216348033517759,0.431674770744033,0.256162912317595,0.39375,1.01261356823949,0.0176436458572584,0.516244932226122,0.51875,1.09375,0.94375,SSP3_v9_130325,0.000195804145932684,1.25859103605898,0.0495993182910273,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s25,0.582883993998352,0.0154899307803905,0.90625,0.9375,1.18024745488133,1.1625,6.8908097573601e-05,0.468704200644584,0.197545814868855,0.49375,0.994906482877554,0.0459784397954695,0.630283941937718,0.41875,0.99375,1.04375,SSP3_v9_130325,-0.000804264241124149,1.63185370303434,0.0271423218512004,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s26,0.73482835513841,0.0138706090926744,0.95625,1.0375,0.707173849841054,0.8625,0.000144884430333174,0.450292523919821,0.218060923719525,0.44375,1.00300872193719,0.0601415494078447,0.440463461741404,0.46875,1.04375,1.09375,SSP3_v9_130325,0.000725334887370545,1.4535147250112,0.0648725499235077,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s27,0.484751908233516,0.0180296348536533,1.05625,0.8375,1.61582518428232,1.0625,0.000315367831939791,0.497649686736965,0.175856766141794,0.34375,0.98372690887684,0.0345134929526982,0.569949277198485,0.56875,0.94375,0.99375,SSP3_v9_130325,-0.000227759350302095,0.850367041502266,0.038672841315128,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s28,0.435641398365635,0.0130777483090189,0.93125,1.1875,0.957914875229707,1.0125,0.000259054999352725,0.459100994861385,0.231264176788115,0.41875,1.00731275510416,0.0523050743679224,0.54336420657564,0.59375,0.96875,0.91875,SSP3_v9_130325,0.00132472075621744,1.12240779865518,0.0332489864452243,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s29,0.643583573906374,0.0165038336737697,1.03125,0.9875,1.85211796246568,0.8125,0.00010975326403645,0.416768707496232,0.187431584568969,0.31875,0.990238227797279,0.0280388222972649,0.674362749617539,0.49375,1.06875,1.01875,SSP3_v9_130325,-1.51544568117497e-05,1.54058005002777,0.0560567883875436,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s30,0.532226852322871,0.0106537633152567,1.08125,1.0875,2.52454011554852,1.1125,0.000179464015248339,0.480324424806119,0.207419989888873,0.36875,1.02237987448651,0.0402396243374653,0.485711609256002,0.44375,0.91875,1.06875,SSP3_v9_130325,0.000428047792829293,1.74412868682777,0.0180926923482808,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s31,0.275757479424467,0.0146495671251013,0.98125,0.8875,1.39578308494039,0.9125,0.000426651347452611,0.44149500609107,0.159516211777848,0.46875,0.999004592516552,0.0724034223024143,0.597996591455137,0.54375,1.01875,0.96875,SSP3_v9_130325,-0.000468000425627058,1.36253280766916,0.043989855439697,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s32,0.296466411222276,0.0129733109720757,1.021875,1.03125,1.8211435264499,1.05625,0.000123209421935769,0.470010285097953,0.206166688102545,0.309375,0.98957276973737,0.0270992248228053,0.533371244530374,0.434375,0.921875,0.953125,SSP3_v9_130325,-0.000864621860852087,1.80484872178224,0.0406576984754846,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s33,0.538282321337298,0.0163608246538591,0.921875,0.83125,0.928844565022913,0.85625,0.000277838359904189,0.433021793012478,0.156579096495441,0.409375,1.00674094875661,0.0514577218695133,0.655354670503562,0.534375,1.021875,1.053125,SSP3_v9_130325,0.000168807983382013,1.39759739927855,0.0700817927814972,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s34,0.652530284119423,0.0102332432437813,0.971875,1.13125,1.36880464361019,1.15625,0.000192872388256747,0.500853063073453,0.229346913632218,0.459375,0.998505155686726,0.0703386026715292,0.472020463464638,0.584375,0.971875,1.003125,SSP3_v9_130325,-0.000255573968557356,1.17962695398141,0.029573619318909,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s35,0.442061309626941,0.0145504529211459,1.071875,0.93125,2.45598876459485,0.95625,2.84098660768285e-05,0.451377397061156,0.186098342856838,0.359375,1.02034495374429,0.0395346895536722,0.587168548115483,0.484375,1.071875,0.903125,SSP3_v9_130325,0.00068143657946962,1.57377653739593,0.0518777783427293,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s36,0.49067387446802,0.0120283335504247,0.946875,1.08125,1.1531006769315,0.90625,0.000157754582335454,0.419515196259654,0.216644240942627,0.484375,0.994367245130433,0.0452417256011648,0.559916605851753,0.459375,1.046875,0.978125,SSP3_v9_130325,-4.12099863259206e-05,1.48622569405358,0.0460362410170027,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s37,0.751994124197098,0.0153785025533054,1.046875,0.88125,2.08840094159148,1.10625,0.000344509519317315,0.46024018858523,0.174199232143061,0.384375,1.01184764242732,0.0148031350967496,0.730128131506638,0.559375,0.946875,1.078125,SSP3_v9_130325,0.00119250962226488,0.991466935944162,0.0222839317447655,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s38,0.589722713649382,0.0137738396510035,1.096875,1.18125,1.58771227271453,0.80625,0.000231420684231754,0.442622347980932,0.250888689924797,0.334375,0.982570553546133,0.0337674534500714,0.505434635816726,0.509375,1.096875,1.028125,SSP3_v9_130325,-0.000502214440510783,1.29989600478549,0.0589229755276167,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s39,0.38575174399872,0.01777791916882,0.996875,0.98125,0.671000163417804,1.00625,8.55596762411426e-05,0.482037137702794,0.196314299148371,0.434375,1.00250075197768,0.0590219982729302,0.617403900804674,0.409375,0.996875,0.928125,SSP3_v9_130325,0.000396788601598527,1.66978242762461,0.0353232121583577,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s40,0.415540528922815,0.0113896879958913,1.059375,0.85625,0.80724508718071,1.03125,0.00014058834652913,0.447034321013769,0.211256302948057,0.321875,1.00049735855374,0.0810378804500765,0.634869526651112,0.521875,0.934375,1.090625,SSP3_v9_130325,-0.00129311471917413,1.72752020685808,0.0488667067754516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp7/SSP3,s41,0.618939298118075,0.0149530643869095,0.959375,1.05625,1.7017401421183,0.83125,0.000307009133576258,0.489922998122563,0.166696492971557,0.421875,0.974586466924887,0.04236069416707,0.519741343542522,0.421875,1.034375,0.990625,SSP3_v9_130325,6.30316170892138e-05,1.35048560382581,0.0262724782538528,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s42,0.880879645481611,0.0133818454078067,0.909375,0.95625,2.24930968674739,1.13125,0.000211509600984714,0.427248031919999,0.237867817164624,0.471875,1.00912058864837,0.0306351511458141,0.573332509136688,0.471875,0.984375,0.940625,SSP3_v9_130325,-0.00037221805578775,1.10076801772601,0.0635040041711875,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s43,0.514310031283657,0.0169777223496634,1.009375,1.15625,1.26119781171064,0.93125,6.26884150315972e-05,0.464951347484512,0.191315459824333,0.371875,0.992101409620163,0.0549894467329411,0.448554844621913,0.571875,1.084375,1.040625,SSP3_v9_130325,0.000527828527400726,1.52965663312151,0.038009216711496,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s44,0.466807567120004,0.0141603491304286,0.984375,0.80625,1.94857443816435,0.98125,0.000175072257804194,0.523904499970975,0.201226211635558,0.496875,1.01523907563258,0.0366965171715267,0.681916365157939,0.596875,1.009375,1.065625,SSP3_v9_130325,-0.000146472591229215,1.44250955513721,0.0325400620786092,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s45,0.693877673627158,0.0190591702069732,1.084375,1.00625,1.04300316527217,1.18125,0.000402925620803686,0.455748992428962,0.13585879165911,0.396875,0.996478904308206,0.063886494011803,0.546674795850917,0.496875,0.909375,0.965625,SSP3_v9_130325,0.000878700539170142,0.760951825958012,0.0551713739108151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s46,0.563179473245883,0.0125319861391495,1.034375,0.90625,0.491716334898957,0.88125,0.000253213144251205,0.47560264345403,0.222548251928452,0.346875,1.00456253746093,0.0482465373259842,0.601721868107964,0.446875,1.059375,0.915625,SSP3_v9_130325,-0.00065670969091705,1.24397217549412,0.0159627815729846,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s47,0.349521187349304,0.0158406220833727,0.934375,1.10625,1.47721578947521,1.08125,0.000105133871587463,0.438016598269552,0.18048639850898,0.446875,0.986573454726325,0.0226719889756416,0.489895584417615,0.546875,0.959375,1.015625,SSP3_v9_130325,0.000278882476414841,1.61983420553383,0.0433176173490803,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s48,0.326556776513809,0.0127581212657565,0.953125,1.19375,2.61109090750905,1.19375,0.000291695799601819,0.453553976757496,0.188743697051943,0.378125,0.995437462539068,0.0931223885794789,0.566588086745402,0.403125,1.065625,1.059375,SSP3_v9_130325,0.000223113532090373,1.5515621770952,0.0197109689243826,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp7/SSP3,s49,0.550574853450248,0.0160916388454601,1.053125,0.99375,1.4228313178704,0.99375,0.000131951471219458,0.509087613826087,0.233303507028443,0.478125,1.01342654527367,0.0437902048863725,0.429813907864923,0.503125,0.965625,0.959375,SSP3_v9_130325,-0.000750517087479325,1.14261654608744,0.0446665018273376,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP3,s50,0.671896351685626,0.0143544084768124,1.003125,1.09375,0.986597146754163,1.09375,4.84170452972098e-05,0.43558501722496,0.162132182835376,0.428125,0.98476092436742,0.0322360912639921,0.625856869554076,0.553125,1.015625,0.909375,SSP3_v9_130325,0.000772329164164012,1.37438726544033,0.0339482687085044,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp7/SSP4,s1,0.811640789284124,0.0171229837882688,1,1,1.82052874275472,1,0.00035,0.5,0.223224848256224,0.4,1,0.0617946629980457,0.63675479045912,0.5,1,1,SSP4_v9_130325,0.002,1.18835921530899,0.057350958091824,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s2,0.950913447119588,0.0157830458101546,1.05,0.9,2.14540176353163,0.9,0.000438843217365443,0.47825814477904,0.200109409407399,0.45,0.991499566495146,0.0721511689357051,0.578430727670076,0.55,0.95,1.05,SSP4_v9_130325,0.00115970443232851,1.32271087533741,0.0456861455340151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s3,0.677289103652929,0.0185160607259331,0.95,1.1,1.47058436602045,1.1,0.000261156782634557,0.52174185522096,0.245602104047409,0.35,1.00850043350485,0.0522332070850587,0.690900293921938,0.45,1.05,0.95,SSP4_v9_130325,0.00284029556767149,1.04908658487231,0.0681800587843877,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s4,0.747317644437761,0.0164816810924002,1.025,0.85,2.33911822036366,1.15,0.000203166735004973,0.510368611745326,0.18380421752541,0.475,0.995961271646254,0.0665930165455536,0.538777971110566,0.475,1.025,0.925,SSP4_v9_130325,0.00160149889382473,1.12293272169141,0.0746372740121221,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s5,1.04992250232152,0.0195153420744095,0.925,1.05,1.65564174279705,0.95,0.000392520177326193,0.463759734884964,0.233937129448582,0.375,1.01429697586053,0.0460025680312655,0.663283519442843,0.575,0.925,1.025,SSP4_v9_130325,0.00341968936035525,1.41248926790519,0.0518547247599017,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s6,0.877067295765406,0.014883952352434,0.975,0.95,1.2326678266634,1.05,0.000496833264995027,0.536240265115036,0.212346886972287,0.325,0.985703024139469,0.0571740490794656,0.609273623799508,0.525,1.075,1.075,SSP4_v9_130325,0.000580310639644753,1.25268234769637,0.0626567038885685,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s7,0.58751069527749,0.0177761848815033,1.075,1.15,1.97970111665706,0.85,0.000307479822673807,0.489631388254674,0.260527881418834,0.425,1.00403872835375,0.0798896931694546,0.72318637006061,0.425,0.975,0.975,SSP4_v9_130325,0.00239850110617527,0.950077548783454,0.0377555942221132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s8,0.63656265300707,0.0161451239025991,0.9625,1.075,1.90010973398956,0.875,0.000161175066809345,0.547056058716041,0.192800029046496,0.3125,1.00618145203469,0.075567884872693,0.650018288998261,0.5375,0.9375,1.0375,SSP4_v9_130325,0.00012758876204373,0.870914911636531,0.0712118788776287,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp7/SSP4,s9,0.912306235156161,0.0189617450307193,1.0625,0.875,1.05732930035908,1.075,0.000371051721159864,0.494870514918668,0.239559992470989,0.4125,0.988879099276111,0.0547823376612273,0.50955488339318,0.4375,1.0375,0.9375,SSP4_v9_130325,0.00219690306733894,1.22027912056015,0.0488966261241963,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s10,1.12908515409343,0.0141930803193253,1.0125,1.175,1.56689878372589,0.975,0.000465447755661322,0.515846543233086,0.217869810476089,0.4625,1.01875730938355,0.0413016340925494,0.706059394388144,0.4875,0.9875,0.9875,SSP4_v9_130325,0.00138963536143769,1.36343731863701,0.0600036577996521,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s11,0.779720877816221,0.0174441619932556,0.9125,0.975,2.23635636632886,1.175,0.000285105965709569,0.471654213363601,0.271862456961672,0.3625,0.998003618940327,0.0641418863274146,0.594483130620982,0.5875,1.0875,1.0875,SSP4_v9_130325,0.00310124414257501,1.08769378924824,0.0319109766786359,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s12,0.713566863489621,0.0153758683533846,1.0875,1.025,1.73954848167161,1.125,0.000234552244338678,0.484153456766914,0.170882402478323,0.4875,1.01112090072389,0.059490777086047,0.676803693360084,0.5625,1.0125,1.0125,SSP4_v9_130325,0.00180309693266106,1.15617011061736,0.042072529455344,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s13,0.995195011634652,0.0181288048352215,0.9875,0.825,2.46772726788106,0.925,0.000414894034290431,0.528345786636399,0.228539454307542,0.3875,0.993818547965311,0.0863631989549471,0.56036264727672,0.4625,0.9125,0.9125,SSP4_v9_130325,0.00387241123795627,1.48097210546723,0.0653607386720167,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s14,0.843829900291353,0.016804707709303,0.9375,1.125,2.0608221601605,1.025,0.000538824933190655,0.452943941283958,0.20650071606887,0.3375,1.00199638105967,0.0692249318363585,0.744621211313509,0.4125,1.0625,0.9625,SSP4_v9_130325,0.000898755857424991,1.28643312224093,0.0546516160557205,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s15,0.519027846808799,0.020322988909203,1.0375,0.925,1.36217588366032,0.825,0.000328948278840136,0.505129485081332,0.252379396183799,0.4375,0.981242690616446,0.049394653560423,0.623258080278603,0.5125,0.9625,1.0625,SSP4_v9_130325,0.00261036463856231,1.00480502898645,0.0789242422627019,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s16,0.557124321789315,0.0169639525567127,1.06875,0.9625,1.51991106803149,0.9375,0.000360500582809728,0.532072887785893,0.248870715627623,0.38125,0.996991278062809,0.0775725104376386,0.714288553773823,0.43125,1.05625,1.00625,SSP4_v9_130325,0.00209816740524581,1.10563519816143,0.0560101183634688,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s17,0.860264151870598,0.0210112971026069,0.96875,1.1625,2.18983256136251,1.1375,0.000129338066649723,0.486931788753277,0.203391402543625,0.48125,1.01627309112316,0.055992015535489,0.602003170457882,0.53125,0.95625,0.90625,SSP4_v9_130325,-0.000246516492703782,1.38652769892149,0.0819073529055653,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s18,1.02076171525843,0.0155868424254259,0.91875,0.8625,1.86040588717377,0.8375,0.000273381996017612,0.50772799490402,0.225879639960793,0.43125,0.987386431760511,0.0439127712797183,0.656635764536351,0.58125,1.00625,0.95625,SSP4_v9_130325,0.00296572935432823,1.23637076103708,0.0439431411351161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s19,0.730673735963497,0.0183169467731472,1.01875,1.0625,0.923458441303086,1.0375,0.000451718278274013,0.458923714778798,0.160097388294773,0.33125,1.00509351712245,0.0653502143516571,0.525636775704323,0.48125,0.90625,1.05625,SSP4_v9_130325,0.00127756305121901,0.915365977808311,0.0667510274482302,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s20,0.795693327564796,0.0145781017285156,0.99375,0.9125,2.01996410908637,1.0875,0.000403558082752795,0.497441901958945,0.265564342235259,0.40625,0.977620125513487,0.0606408001396804,0.759536764527826,0.45625,0.98125,1.03125,SSP4_v9_130325,0.00361935152888607,1.02786366132187,0.0613271529072703,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s21,1.19577488740464,0.0176082722818934,1.09375,1.1125,1.30096386893525,0.8875,0.000219670063881033,0.555537767290142,0.215138053000053,0.30625,1.00099540748345,0.0920543123124768,0.630050591817344,0.55625,1.08125,0.93125,SSP4_v9_130325,0.00170320040444509,1.30416127348123,0.0351273551408646,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s22,0.931076479312992,0.0163157343086944,1.04375,0.8125,1.6980674682256,1.1875,0.000318294017713083,0.475070636286424,0.23671003978916,0.35625,0.992687244895838,0.0706417989913451,0.683755137241151,0.50625,0.93125,0.98125,SSP4_v9_130325,0.00250273661724123,1.53641497833926,0.0728577107547646,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s23,0.657653259134776,0.0192199446791976,0.94375,1.0125,2.3984841376197,0.9875,0.0005157739233765,0.518727626910159,0.188591856067305,0.45625,1.00976177220272,0.0508618061690498,0.569715705675581,0.40625,1.03125,1.08125,SSP4_v9_130325,0.000749432928475399,1.17234485554232,0.0504006340915763,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp7/SSP4,s24,0.613472268681278,0.015144549508532,1.00625,1.1375,2.28573132264294,0.9625,0.000381705982286917,0.467927112214107,0.280986369139756,0.39375,1.01261356823949,0.0375112185092667,0.586651844671915,0.51875,1.09375,0.94375,SSP4_v9_130325,0.00229679959555491,1.06892354878546,0.0639988036362123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s25,0.894364822706604,0.0179491845405465,0.90625,0.9375,1.61201902274729,1.1625,0.0001842260766235,0.513068211246723,0.220560007965538,0.49375,0.994906482877554,0.0629592943575224,0.698305426893752,0.41875,0.99375,1.04375,SSP4_v9_130325,0.000380648471113933,1.34234671628144,0.0400321289645085,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s26,1.08463407980186,0.0166442917340933,0.95625,1.0375,1.15382065422594,0.8625,0.000296441917247205,0.49227200509598,0.242513038619577,0.44375,1.00300872193719,0.0737802784962002,0.487243073550515,0.46875,1.04375,1.09375,SSP4_v9_130325,0.0032505670715246,1.20430667391534,0.0766161379206566,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s27,0.763629234229313,0.0198683724187485,1.05625,0.8375,1.93981458721811,1.0625,0.000480329936118967,0.541076285221202,0.196603135948373,0.34375,0.98372690887684,0.0535340026332321,0.643400981195628,0.56875,0.94375,0.99375,SSP4_v9_130325,0.00149726338275877,0.804225189951406,0.0532689156075198,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s28,0.695838708934955,0.0159682401547554,0.93125,1.1875,1.41829423405348,1.0125,0.000426618003982388,0.502558098041055,0.256217545619715,0.41875,1.00731275510416,0.0678804830131246,0.616344578037599,0.59375,0.96875,0.91875,SSP4_v9_130325,0.00424651649270378,0.979238330290331,0.0473303689343829,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s29,0.972136374818411,0.0187294422070409,1.03125,0.9875,2.10253082344691,0.8125,0.000248281721725987,0.444462232709858,0.209475875237224,0.31875,0.990238227797279,0.0477946545044833,0.733080689603283,0.49375,1.06875,1.01875,SSP4_v9_130325,0.00190183259475419,1.26932625299861,0.0696610853787504,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s30,0.827655152188344,0.0136287825630473,1.08125,1.0875,2.55722058716696,1.1125,0.000339499417190272,0.524929363713576,0.231219762961236,0.36875,1.02237987448651,0.0583376300831982,0.550160644822543,0.44375,0.91875,1.06875,SSP4_v9_130325,0.002722436948781,1.44287563640795,0.0274486147101029,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s31,0.463584966099395,0.0172827362013648,0.98125,0.8875,1.78030355090406,0.9125,0.000570661933350277,0.481272373089841,0.178123799591846,0.46875,0.999004592516552,0.0826936740969877,0.669994018181062,0.54375,1.01875,0.96875,SSP4_v9_130325,0.00103427064567177,1.13973586227379,0.0586801962391255,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s32,0.494720321096072,0.0158768313564909,1.021875,1.03125,2.0815522829684,1.05625,0.000267340317289372,0.514446154763424,0.229876046028221,0.309375,0.98957276973737,0.0469276791700665,0.605666241765819,0.434375,0.921875,0.953125,SSP4_v9_130325,0.000263163859817644,1.50527962762005,0.0553334693605635,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s33,0.835716465411465,0.01862071723007,0.921875,0.83125,1.39078063630198,0.85625,0.000445188369795074,0.469836096843401,0.174767597067827,0.409375,1.00674094875661,0.0672304563969397,0.718637782740069,0.534375,1.021875,1.053125,SSP4_v9_130325,0.0022466675241018,1.16428354390212,0.0802890762142756,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s34,0.983400963140301,0.013151494534199,0.971875,1.13125,1.76000408081691,1.15625,0.000355247154743638,0.543874583760257,0.25425004597765,0.459375,0.998505155686726,0.0812146094650681,0.532479519836024,0.584375,0.971875,1.003125,SSP4_v9_130325,0.00144393371427352,1.0165990751928,0.043026021210066,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s35,0.704791764248517,0.0172027112112672,1.071875,0.93125,2.50867228642827,0.95625,0.00010457206642621,0.493575552096927,0.208003028930843,0.359375,1.02034495374429,0.0577576235940544,0.659953900041263,0.484375,1.071875,0.903125,SSP4_v9_130325,0.00317387654528872,1.29520821983684,0.0660517427656132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s36,0.771696044987225,0.015018674595073,0.946875,1.08125,1.58966727977774,0.90625,0.000312910698022812,0.449188904502972,0.241021766816909,0.484375,0.994367245130433,0.0623751928418155,0.633411795269669,0.459375,1.046875,0.978125,SSP4_v9_130325,0.00185257196593483,1.22830395183591,0.0606650325435928,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s37,1.10520635129364,0.0178619599742902,1.046875,0.88125,2.26062740433711,1.10625,0.000505924963965975,0.503841285234415,0.194744369169865,0.384375,1.01184764242732,0.0343359424517551,0.770186307528287,0.559375,0.946875,1.078125,SSP4_v9_130325,0.00403554759699186,0.894793710106596,0.0336166290294885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s38,0.903244481846346,0.0165633286287811,1.096875,1.18125,1.91995097630778,0.80625,0.0003980068180557,0.482727477646748,0.275869473811529,0.334375,0.982570553546133,0.0528911708280976,0.574142792824766,0.509375,1.096875,1.028125,SSP4_v9_130325,0.00096796928572246,1.09675554077237,0.0720209134779038,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s39,0.625311613966561,0.0196827596390536,0.996875,0.98125,1.10849887088466,1.00625,0.000211660587948333,0.52660463943465,0.219219062445631,0.434375,1.00250075197768,0.0729486742027431,0.687299771106626,0.409375,0.996875,0.928125,SSP4_v9_130325,0.00266576963770506,1.37468835569616,0.0496555759925912,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s40,0.667626937902106,0.0143990007676931,1.059375,0.85625,1.2678694071073,1.03125,0.000290816380629257,0.488290114543799,0.235315383830358,0.321875,1.00049735855374,0.08880345577479,0.702132032234809,0.521875,0.934375,1.090625,SSP4_v9_130325,-0.000565648333635599,1.42698654602518,0.0633257527754635,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s41,0.940844016876726,0.0175258148397065,0.959375,1.05625,1.9997725832639,0.83125,0.000472720799436317,0.534090539535535,0.186285421106372,0.421875,0.974586466924887,0.0600657395499625,0.590610828316342,0.421875,1.034375,0.990625,SSP4_v9_130325,0.00204904846542231,1.13138778947585,0.0389289802369101,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s42,1.25364144934333,0.0162311046566854,0.909375,0.95625,2.36787838860157,1.13125,0.000376362538880874,0.461446142616675,0.262932033175233,0.471875,1.00912058864837,0.0501421548077504,0.646711440929383,0.471875,0.984375,0.940625,SSP4_v9_130325,0.00121945594035921,0.965200437831786,0.0755959462867191,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s43,0.803664430831349,0.0190870381658273,1.009375,1.15625,1.67698752802897,0.93125,0.000173384067519424,0.509042039560605,0.21375109981878,0.371875,0.992101409620163,0.0699231899009564,0.499590519710984,0.571875,1.084375,1.040625,SSP4_v9_130325,0.0029019300771381,1.26095511648352,0.0525662509342991,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s44,0.739044874070737,0.0168844156669,0.984375,0.80625,2.16739281717268,0.98125,0.000334233381254999,0.562378975633081,0.224552560060982,0.496875,1.01523907563258,0.0553912684262123,0.738580554539994,0.596875,1.009375,1.065625,SSP4_v9_130325,0.00165261839297331,1.19633557220317,0.0465191581348445,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp7/SSP4,s45,1.03479961040107,0.0206206338596022,1.084375,1.00625,1.49557474404533,1.18125,0.000553056775483306,0.49872177529971,0.15082822295922,0.396875,0.996478904308206,0.0765382717981715,0.619818624455739,0.496875,0.909375,0.965625,SSP4_v9_130325,0.00351471268658497,0.746358637426121,0.0689130939057559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s46,0.868612226313865,0.0154834951368821,1.034375,0.90625,0.819228092369901,0.88125,0.000420701098682668,0.5202158697055,0.247210684327461,0.346875,1.00456253746093,0.0647423148103763,0.673383972208288,0.446875,1.059375,0.915625,SSP4_v9_130325,0.000667859718862291,1.05915601314045,0.0239742697456634,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s47,0.573013414752132,0.0182216730638835,0.934375,1.10625,1.84049981166476,1.08125,0.000241539607304634,0.476689072781883,0.201774838984524,0.446875,0.986573454726325,0.0426955036550285,0.555384724808751,0.546875,0.959375,1.015625,SSP4_v9_130325,0.00245025211792227,1.33237303932244,0.0580166603888253,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s48,0.539379353792156,0.0156865240050789,0.953125,1.19375,2.62111784516972,1.19375,0.000458460392695366,0.496158714765585,0.210922772029275,0.378125,0.995437462539068,0.0971988357708336,0.640083301944127,0.403125,1.065625,1.059375,SSP4_v9_130325,0.00234738160702669,1.27781270695451,0.0299181039421968,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP4,s49,0.852008052815441,0.0184149506719484,1.053125,0.99375,1.80047077161802,0.99375,0.000279298901317332,0.550811095497028,0.258301516946853,0.478125,1.01342654527367,0.0612168212045382,0.469871348728317,0.503125,0.965625,0.959375,SSP4_v9_130325,0.000485287313415033,0.992390003159159,0.0593422881858766,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp7/SSP4,s50,1.00761003986067,0.0170434363914586,1.003125,1.09375,1.4448567569486,1.09375,0.000146943224516694,0.47339536056535,0.181104524380354,0.428125,0.98476092436742,0.0515576973712925,0.694565469528779,0.553125,1.015625,0.909375,SSP4_v9_130325,0.00333214028113771,1.14799195970277,0.0481221656632684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp7/SSP5,s1,0.811640789284124,0.0255478849592337,1,1,1.12604936100282,1,0.000261040236512784,0.518835921530899,0.154964919394384,0.4,1.00976578836866,0.0445126831921568,0.507535231658141,0.5,1,1,SSP5_v9_130325,0.00396307283703912,0.635905109239572,0.0374470532300597,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s2,0.950913447119588,0.0237763289140303,1.05,0.9,1.43043518805055,0.9,0.00038565529229838,0.504908658487231,0.130143746947899,0.45,1.00535092206312,0.057952756518755,0.481114670837621,0.55,0.95,1.05,SSP5_v9_130325,0.00350656990464916,0.803172883434773,0.0292208157420578,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s3,0.677289103652929,0.0271331205428652,0.95,1.1,0.864652939726232,1.1,0.000151489960247784,0.532271087533741,0.181772616931047,0.35,1.01407716596062,0.0330090823549182,0.537061126457078,0.45,1.05,0.95,SSP5_v9_130325,0.00440316181646114,0.483175490607284,0.0465694046538295,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s4,0.747317644437761,0.0247306648304096,1.025,0.85,1.65469178672338,1.15,9.26668951085963e-05,0.525268234769637,0.114425141818419,0.475,1.00768988334135,0.0506301059058289,0.464769838803214,0.475,1.025,0.925,SSP5_v9_130325,0.00374921228054304,0.561543291189036,0.0531531191676086,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s5,1.04992250232152,0.0281138114822018,0.925,1.05,0.995668089520843,0.95,0.000319431306558628,0.495007754878345,0.167458632596606,0.375,1.01702968341419,0.0261085152314528,0.521155549229806,0.575,0.925,1.025,SSP5_v9_130325,0.00470170224237687,0.92597876013111,0.0334097948543317,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s6,0.877067295765406,0.0224481941921206,0.975,0.95,0.7173527916633,1.05,0.000469919335577226,0.541248926790519,0.142918109877283,0.325,1.00220224990988,0.0388290458435607,0.494612271963882,0.525,1.075,1.075,SSP5_v9_130325,0.00317687389702778,0.713535210739204,0.0416869470585662,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s7,0.58751069527749,0.0263232635198016,1.075,1.15,1.26618988795323,0.85,0.000206122209874628,0.512293272169141,0.201170921929993,0.425,1.0118185538767,0.0684984107814919,0.559196675396549,0.425,0.975,0.975,SSP5_v9_130325,0.00417326471250381,0.387371373137462,0.0242651625750109,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s8,0.63656265300707,0.0242793270700347,0.9625,1.075,1.19419684387772,0.875,5.79814973387053e-05,0.548097210546723,0.122911509299956,0.3125,1.01290330152184,0.0625634106275243,0.514178583117231,0.5375,0.9375,1.0375,SSP5_v9_130325,0.00290758694314781,0.318435110768064,0.0495172071217179,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s9,0.912306235156161,0.0275864071203186,1.0625,0.875,0.623152127055958,1.075,0.000289584476967994,0.515617011061736,0.174266075912534,0.4125,1.00394584446383,0.0359763457745679,0.453106230961815,0.4375,1.0375,0.9375,SSP5_v9_130325,0.00406732813461995,0.673867127371789,0.0313602797328327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s10,1.12908515409343,0.0213497915088738,1.0125,1.175,0.930943888305931,0.975,0.000424311095002066,0.528643312224093,0.14895359730641,0.4625,1.01934438411581,0.0212752105246864,0.546851462001555,0.4875,0.9875,0.9875,SSP5_v9_130325,0.00363366757352137,0.85777615593929,0.0395194273741454,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s11,0.779720877816221,0.0259362745293572,0.9125,0.975,1.53058616285321,1.175,0.000178981119154063,0.500480502898645,0.216726353627597,0.3625,1.00874347893471,0.0474795830984112,0.488029549334998,0.5875,1.0875,1.0875,SSP5_v9_130325,0.00453789417717395,0.523410750165081,0.0208738277397614,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s12,0.713566863489621,0.0231889079884642,1.0875,1.025,1.06028939867388,1.125,0.000123054072513271,0.508769378924824,0.103050365427075,0.4875,1.0154070139436,0.0416515974026395,0.528677835160263,0.5625,1.0125,1.0125,SSP5_v9_130325,0.00385792306387318,0.598740947829691,0.0269081865342875,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp7/SSP5,s13,0.995195011634652,0.0267182273538555,0.9875,0.825,1.83209356123812,0.925,0.000351168692382094,0.536343731863701,0.16108535699324,0.3875,1.00657386758293,0.0775703616307693,0.473559902765642,0.4625,0.9125,0.9125,SSP5_v9_130325,0.00493432237975771,1.025712139091,0.0440081976996717,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s14,0.843829900291353,0.0251492833517119,0.9375,1.125,1.34396644463383,1.025,0.000529863790167673,0.487091491163653,0.136712062605948,0.3375,1.0107824556005,0.0540682418451556,0.577503362853193,0.4125,1.0625,0.9625,SSP5_v9_130325,0.00335989556956724,0.75606799012989,0.0354242097637093,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s15,0.519027846808799,0.0288136285408064,1.0375,0.925,0.794704887650683,0.825,0.000233348518863466,0.522027912056015,0.190429287019419,0.4375,0.999657166990017,0.0298003250301597,0.501062080432857,0.5125,0.9625,1.0625,SSP5_v9_130325,0.00428385071050064,0.439013436502893,0.0583428870538094,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s16,0.557124321789315,0.0253504314771848,1.06875,0.9625,0.898103172953304,0.9375,0.000275179857509599,0.538652769892149,0.18591631035963,0.38125,1.00822234017848,0.065302867139981,0.552585805430971,0.43125,1.05625,1.00625,SSP5_v9_130325,0.00401515445605952,0.542657557123211,0.0364320340674248,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s17,0.860264151870598,0.0293462394216383,0.96875,1.1625,1.4783486346486,1.1375,3.67113013100861e-05,0.510563519816143,0.133488291228588,0.48125,1.01804877712492,0.0374111562328369,0.491348451208211,0.53125,0.95625,0.90625,SSP5_v9_130325,0.00267527919596774,0.88954811156418,0.0625954143813232,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s18,1.02076171525843,0.0234961624493063,0.91875,0.8625,1.15974101951372,0.8375,0.000165310948902195,0.523637076103708,0.158003033874154,0.43125,1.0031325205989,0.0239173092884741,0.517613736965767,0.58125,1.00625,0.95625,SSP5_v9_130325,0.00446800044001369,0.693423916044026,0.0280933091360405,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s19,0.730673735963497,0.0269222522435509,1.01875,1.0625,0.559482893776748,1.0375,0.000404336392433614,0.491536597780831,0.0943103959874701,0.33125,1.0123526967519,0.0490262448414212,0.459503720168343,0.48125,0.90625,1.05625,SSP5_v9_130325,0.00357195219102361,0.356303485222235,0.0452516676815704,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s20,0.795693327564796,0.0219703592308003,0.99375,0.9125,1.3042045505433,1.0875,0.00033501859151874,0.517234485554232,0.207993972622753,0.40625,0.9974819281814,0.0430732221145738,0.59330857308683,0.45625,0.98125,1.03125,SSP5_v9_130325,0.00480426426614274,0.461744792099424,0.0405880617536309,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s21,1.19577488740464,0.0261293905050714,1.09375,1.1125,0.757314798757178,0.8875,0.000108198025981824,0.553641497833926,0.145947416885585,0.30625,1.01027329778101,0.08569132650396,0.504286646039319,0.55625,1.08125,0.93125,SSP5_v9_130325,0.00380419584603859,0.778907118932001,0.022714721998117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s22,0.931076479312992,0.0245100667090002,1.04375,0.8125,1.02791186735856,1.1875,0.000219700476406552,0.502786366132187,0.170794257562009,0.35625,1.00597941921084,0.0559413014759793,0.5327354953392,0.50625,0.93125,0.98125,SSP5_v9_130325,0.00422775935675324,1.11038416597317,0.0512183149516782,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s23,0.657653259134776,0.0278372722816193,0.94375,1.0125,1.73298624616597,0.9875,0.000497195084118098,0.530416127348123,0.118884331809971,0.45625,1.01471658840838,0.0314458240278456,0.477444062091939,0.40625,1.03125,1.08125,SSP5_v9_130325,0.00327466508599108,0.617275376098746,0.032392451151527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s24,0.613472268681278,0.0228448469200481,1.00625,1.1375,1.58859543680006,0.9625,0.00030431268790947,0.497923833029033,0.229778592466511,0.39375,1.01616770231466,0.0176436458572584,0.484629138483649,0.51875,1.09375,0.94375,SSP5_v9_130325,0.00411991638839917,0.503647524410799,0.0428238622935884,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s25,0.894364822706604,0.0265190930035269,0.90625,0.9375,0.963401782706753,1.1625,7.61325236160167e-05,0.526932625299861,0.151953926968848,0.49375,1.00714201542879,0.0459784397954695,0.541730561229495,0.41875,0.99375,1.04375,SSP5_v9_130325,0.00305954403873498,0.829271202786607,0.0256434784736817,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s26,1.08463407980186,0.0249431738486793,0.95625,1.0375,0.673497139848872,0.8625,0.000192566040546442,0.513973586227379,0.177910042646664,0.44375,1.01129641039598,0.0601415494078447,0.444229388587611,0.46875,1.04375,1.09375,SSP5_v9_130325,0.00461476420826058,0.654733152408547,0.0554428629031092,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s27,0.763629234229313,0.0284297788830736,1.05625,0.8375,1.22960693325418,1.0625,0.000445970076805504,0.544287563640795,0.126637066502729,0.34375,1.00109030655187,0.0345134929526982,0.510826118751688,0.56875,0.94375,0.99375,SSP5_v9_130325,0.00369254120700669,0.265670906889895,0.034418527303489,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s28,0.695838708934955,0.0240358671313929,0.93125,1.1875,0.830310729121459,1.0125,0.000367998082338173,0.520430667391534,0.19544331575343,0.41875,1.0134758139166,0.0523050743679224,0.497843484877907,0.59375,0.96875,0.91875,SSP5_v9_130325,0.00512726141260409,0.414483520703615,0.0303060224569368,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s29,0.972136374818411,0.0273533573115677,1.03125,0.9875,1.38587190261596,0.8125,0.000137438395012696,0.480422518995141,0.139846819080816,0.31875,1.00467796407618,0.0280388222972649,0.567160580894222,0.49375,1.06875,1.01875,SSP5_v9_130325,0.00391076896082654,0.734354698973289,0.0479817302591742,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s30,0.827655152188344,0.020401477712308,1.08125,1.0875,1.97684609453492,1.1125,0.000247112796064773,0.534234671628144,0.164230333714001,0.36875,1.02127283629581,0.0402396243374653,0.46937882102247,0.44375,0.91875,1.06875,SSP5_v9_130325,0.0043420864638875,0.969576973119535,0.0184176225589995,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s31,0.463584966099395,0.0257428003469886,0.98125,0.8875,1.09295143543564,0.9125,0.000573452020357661,0.506892354878546,0.109305194912642,0.46875,1.00925687696722,0.0724034223024143,0.524832179673176,0.54375,1.01875,0.96875,SSP5_v9_130325,0.00343640889091718,0.580199158362434,0.0384743872167725,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp7/SSP5,s32,0.494720321096072,0.0239083578342518,1.021875,1.03125,1.36462240889916,1.05625,0.000158423882870342,0.527781270695451,0.162648785475922,0.309375,1.00432045397671,0.0270992248228053,0.492985769179681,0.434375,0.921875,0.953125,SSP5_v9_130325,0.00298947309349185,1.0623961756384,0.0359275375894697,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s33,0.835716465411465,0.0272418796488175,0.921875,0.83125,0.812693832253395,0.85625,0.000394853137494665,0.499239000315916,0.106368075012158,0.409375,1.01318642838976,0.0514577218695133,0.555759023672102,0.534375,1.021875,1.053125,SSP5_v9_130325,0.00409354957316118,0.608002623707458,0.0602046717249145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s34,0.983400963140301,0.0195628689119369,0.971875,1.13125,1.0765754755607,1.15625,0.000268080333804679,0.546062060159831,0.192862933458628,0.459375,1.00900093651959,0.0703386026715292,0.462239774047237,0.584375,0.971875,1.003125,SSP5_v9_130325,0.0036634161610961,0.450568104544773,0.0275091227141327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s35,0.704791764248517,0.0256455905078735,1.071875,0.93125,1.89558694769315,0.95625,2.3402114349464e-05,0.514799195970277,0.138288854849879,0.359375,1.02018301220445,0.0395346895536722,0.519369667585754,0.484375,1.071875,0.903125,SSP5_v9_130325,0.00457530088897626,0.767329973065652,0.0446216916408331,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s36,0.771696044987225,0.0226544535706401,0.946875,1.08125,0.947208085179099,0.90625,0.000212905551430221,0.484198017420206,0.176063934626703,0.484375,1.00686082029811,0.0452417256011648,0.505906807946873,0.459375,1.046875,0.978125,SSP5_v9_130325,0.00388443433828232,0.683584860394812,0.0400504008981708,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp7/SSP5,s37,1.10520635129364,0.0264208538061694,1.046875,0.88125,1.55875185832105,1.10625,0.000483048650076049,0.521228398704013,0.124806033425309,0.384375,1.0157770076478,0.0148031350967496,0.607285370023932,0.559375,0.946875,1.078125,SSP5_v9_130325,0.00501831787010877,0.338509863475497,0.021842496211076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s38,0.903244481846346,0.0248378178716749,1.096875,1.18125,1.21176973084215,0.80625,0.000327160917124807,0.507842563718182,0.222399403254789,0.334375,1.00042846348125,0.0337674534500714,0.479302021095942,0.509375,1.096875,1.028125,SSP5_v9_130325,0.00339907000879667,0.533088306191632,0.0503436073887525,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s39,0.625311613966561,0.0282656155066586,0.996875,0.98125,0.649392799440172,1.00625,0.00010053333337161,0.535268145711333,0.150453452136176,0.434375,1.01103862895081,0.0590219982729302,0.534860647424336,0.409375,0.996875,0.928125,SSP5_v9_130325,0.00431266129638509,0.873183546651869,0.0318786426344541,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s40,0.667626937902106,0.021684340434528,1.059375,0.85625,0.737720449760251,1.03125,0.000185780538380429,0.511435442678212,0.169111360863951,0.321875,1.01001952840025,0.0810378804500765,0.54422610398848,0.521875,0.934375,1.090625,SSP5_v9_130325,0.00246858020073259,0.946649948643442,0.0422501087837271,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s41,0.940844016876726,0.026032808911642,0.959375,1.05625,1.28500009956153,0.83125,0.00043489885322801,0.539907518380715,0.116719779162328,0.421875,0.995563055393336,0.04236069416707,0.486341391293893,0.421875,1.034375,0.990625,SSP5_v9_130325,0.00398912181456716,0.570892442828458,0.024971373195203,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s42,1.25364144934333,0.0243961110127273,0.909375,0.95625,1.69193773788207,1.13125,0.000296904183285264,0.493359652416935,0.204410276758331,0.471875,1.01439141932741,0.0306351511458141,0.512493388112557,0.471875,0.984375,0.940625,SSP5_v9_130325,0.00353978061813724,0.401316545896097,0.0542424951137921,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s43,0.803664430831349,0.0277092112366603,1.009375,1.15625,1.01178281980559,0.93125,6.73180560950529e-05,0.524449237818174,0.144436784923168,0.371875,1.00567000053857,0.0549894467329411,0.449149058379277,0.571875,1.084375,1.040625,SSP5_v9_130325,0.00443504084463754,0.723845719952587,0.0339148782574894,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s44,0.739044874070737,0.0252503951847378,0.984375,0.80625,1.45392052385204,0.98125,0.00024021322500799,0.558285202632829,0.156479541305052,0.496875,1.01751443304365,0.0366965171715267,0.571927554611336,0.596875,1.009375,1.065625,SSP5_v9_130325,0.00377688645893135,0.645287775345277,0.0297679254622976,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s45,1.03479961040107,0.0290510590601845,1.084375,1.00625,0.881470286500516,1.18125,0.000549614700304164,0.518036615779975,0.0873621295303796,0.396875,1.007957767619,0.063886494011803,0.499453176087923,0.496875,0.909375,0.965625,SSP5_v9_130325,0.00475051711084206,0.223839698592246,0.0472622006295732,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s46,0.868612226313865,0.023346429681656,1.034375,0.90625,0.515130726652156,0.88125,0.000359490089486696,0.531331870954475,0.183804568496687,0.346875,1.01208386502939,0.0482465373259842,0.526731438730719,0.446875,1.059375,0.915625,SSP5_v9_130325,0.00322767080753396,0.493514064568919,0.0165813700848493,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s47,0.573013414752132,0.0268195169554694,0.934375,1.10625,1.14281069321152,1.08125,0.000130295419654566,0.5038672630447,0.131833423677469,0.446875,1.00268507980393,0.0226719889756416,0.471513169613941,0.546875,0.959375,1.015625,SSP5_v9_130325,0.00420034242614859,0.815962045766108,0.0379588527538187,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s48,0.539379353792156,0.0236391716623519,0.953125,1.19375,2.09700073798537,1.19375,0.000414141238727088,0.516428354390212,0.141388979149952,0.378125,1.00741815820204,0.0931223885794789,0.509174215352431,0.403125,1.065625,1.059375,SSP5_v9_130325,0.00414647259494396,0.745086417827886,0.0197631359640276,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp7/SSP5,s49,0.852008052815441,0.0270266897004423,1.053125,0.99375,1.10943626713933,0.99375,0.000172160526358212,0.550527962762005,0.198199697872104,0.478125,1.01658336995783,0.0437902048863725,0.437220720729688,0.503125,0.965625,0.959375,SSP5_v9_130325,0.00312129942876066,0.427013312264802,0.0389943405497477,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp7/SSP5,s50,1.00761003986067,0.0254495458101619,1.003125,1.09375,0.84761394551198,1.09375,4.79118744760529e-05,0.50165990751928,0.111968592640887,0.428125,1.00167499045415,0.0322360912639921,0.539347077564318,0.553125,1.015625,0.909375,SSP5_v9_130325,0.00465670971134789,0.589477493752596,0.030836419868959,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
diff --git a/data/sims/ssp_sims9.csv b/data/sims/ssp_sims9.csv
deleted file mode 100644
index b93e55fc402be80c0dda76354399392c835f9d42..0000000000000000000000000000000000000000
--- a/data/sims/ssp_sims9.csv
+++ /dev/null
@@ -1,251 +0,0 @@
-Ensemble,Scenario,AGRI_LAND_EXPANSION_COST_FACTOR,ANNUAL_MAX_IMPORT_CHANGE,BIOENERGY_DEMAND_SHIFT,CROP_TO_PASTURE_COST_FACTOR,FERTILISER_COST_PER_T,INITIAL_PRICE_SHIFT,IRRIG_COST_SCALE_FACTOR,IRRIGATION_EFFICIENCY,LAND_CHANGE_COST,MARKET_LAMBA,MEAT_EFFICIENCY,MIN_NATURAL_RATE,OTHER_INTENSITY_COST,PASTURE_HARVEST_FRACTION,SSP_GDP_PC_FACTOR,SSP_POPULATION_FACTOR,SSP_SCENARIO,TECHNOLOGY_CHANGE_ANNUAL_RATE,TRADE_BARRIER_ADJ,TRANSPORT_COST,RCP,BIOENERGY_FUTURE_DEMAND_FILENAME,YIELD_DIR_TOP,BIOENERGY_DEMAND_SCENARIO
-ssp9/SSP1,s1,1.30660468251533,0.0228770160929893,1,1,1.95478849592337,1,0.000390070160965327,0.543143007232545,0.273082824305185,0.4,1.01533023412577,0.195035080482664,0.792464749320561,0.5,1,1,SSP1_v9_130325,0.0043697548242007,0.804684232679383,0.0625529531354358,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s2,1.54790984303127,0.0214839384786384,1.05,0.9,2.11331205428652,0.9,0.000439712506444229,0.522883961636984,0.260497349959828,0.45,1.00172299275499,0.219856253222114,0.762938815233838,0.55,0.95,1.05,SSP1_v9_130325,0.00284782774978011,0.892981559287351,0.0534306136855851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s3,1.03445985509982,0.0242169546991675,0.95,1.1,1.77763289140303,1.1,0.000336454765220775,0.560804997269742,0.284824516367045,0.35,1.02739549215156,0.168227382610388,0.818885342381086,0.45,1.05,0.95,SSP1_v9_130325,0.00567673525237017,0.718456680365365,0.0707791804420796,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s4,1.18011203692493,0.0222238146836663,1.025,0.85,2.21138114822018,1.15,0.000297658154750587,0.55187750477836,0.251190281847944,0.475,1.00900560184625,0.207081890146159,0.740803236535345,0.475,1.025,0.925,SSP1_v9_130325,0.00366905314915087,0.763628922290554,0.0757348286419711,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s5,1.68712459733118,0.0251160485505954,0.925,1.05,1.87306648304096,0.95,0.000414163780292317,0.507738565320178,0.278743046214026,0.375,1.03435622986656,0.148829077375294,0.805387725330027,0.575,0.925,1.025,SSP1_v9_130325,0.00641323525127281,0.955955002707142,0.0583130649033555,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s6,1.42608431668559,0.020484656645973,0.975,0.95,1.64481941921207,1.05,0.000471149717022949,0.571197905518257,0.267233889736522,0.325,0.992019633340972,0.182541367124365,0.77884441384016,0.525,1.075,1.075,SSP1_v9_130325,0.00172654612000884,0.846202333458787,0.0665902063269412,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s7,0.840392666819443,0.0235183190940216,1.075,1.15,2.03232635198016,0.85,0.000365082734248729,0.533822367498968,0.292533770487903,0.425,1.02130421583428,0.235574858511474,0.83523019137003,0.425,0.975,0.975,SSP1_v9_130325,0.00502166031087259,0.659406330981701,0.0468469071878789,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s8,0.947079413058987,0.0218711945581873,0.9625,1.075,1.99362745293572,0.875,0.000266547291002851,0.578207463425012,0.256377522723662,0.3125,1.02430218052628,0.227088490947081,0.798937908822619,0.5375,0.9375,1.0375,SSP1_v9_130325,0.00083953812772664,0.613112316714834,0.0730918071675773,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s9,1.48604361052557,0.0246241323378201,1.0625,0.875,1.53497915088738,1.075,0.000402092805288833,0.538606920741212,0.28168325290689,0.4125,0.997353970652949,0.175733923722865,0.722496525147897,0.4375,1.0375,0.9375,SSP1_v9_130325,0.0046985541914294,0.82513042147288,0.0559918173191546,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s10,1.7775717843041,0.0196770094284043,1.0125,1.175,1.82793270700347,0.975,0.000454176981894161,0.556262112241531,0.270217915435747,0.4625,1.03887858921521,0.133273645501426,0.826440118671977,0.4875,0.9875,0.9875,SSP1_v9_130325,0.00328017089364283,0.921083111431939,0.0645757939740144,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s11,1.24484310539493,0.0231952923242386,0.9125,0.975,2.15864071203186,1.175,0.00035146784744573,0.516162902682039,0.298377913202044,0.3625,1.01224215526975,0.201046402644416,0.771322117833912,0.5875,1.0875,1.0875,SSP1_v9_130325,0.00602647513117423,0.741933969268597,0.0416571447465924,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s12,1.11078418024073,0.0210382539570081,1.0875,1.025,1.91492833517119,1.125,0.000319141424830085,0.528650717535519,0.243472066157053,0.4875,1.0306853344549,0.18891464280766,0.811970455897592,0.5625,1.0125,1.0125,SSP1_v9_130325,0.00402901787611907,0.784350887929241,0.0504828149221249,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp9/SSP1,s13,1.61370668909803,0.0238548764408695,0.9875,0.825,2.28136285408064,0.925,0.000426575874980232,0.565677298115535,0.275901716090602,0.3875,1.00553920901204,0.246949634996918,0.753148466474404,0.4625,0.9125,0.9125,SSP1_v9_130325,0.00688423826790286,1.00685666138797,0.0686397189380529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s14,1.36664994686505,0.0225558377330524,0.9375,1.125,2.07182273538555,1.025,0.000493899269993835,0.495423807573882,0.26403872163715,0.3375,1.01833249734325,0.213287937490116,0.84689380901344,0.4125,1.0625,0.9625,SSP1_v9_130325,0.00234707351141291,0.868522648753132,0.0604805817202432,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s15,0.691198255049814,0.0258069208630183,1.0375,0.925,1.71889079884642,0.825,0.000377829285615319,0.547535881251776,0.288331312697671,0.4375,0.984559912752491,0.159570712415042,0.785821389195198,0.5125,0.9625,1.0625,SSP1_v9_130325,0.00534528090611675,0.691859720563448,0.0791261610664094,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s16,0.774046242840372,0.0227172636029591,1.06875,0.9625,1.80358671313929,0.9375,0.000396092145890613,0.568325269254885,0.286517618217063,0.38125,1.01064691506828,0.231115668477521,0.830621204693656,0.43125,1.05625,1.00625,SSP1_v9_130325,0.00453524422735963,0.752946064727626,0.0615256204984147,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s17,1.39637533595431,0.0263712188277735,0.96875,1.1625,2.13533573115677,1.1375,0.000240442813057081,0.531295690688755,0.26232253470166,0.48125,1.0364540366315,0.179205742117026,0.775167778483337,0.53125,0.95625,0.90625,SSP1_v9_130325,0.000115775990310355,0.937349588822074,0.0815823652897331,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s18,1.64910569631903,0.0212705568935967,0.91875,0.8625,1.97428003469886,0.8375,0.000344179913886057,0.549707447065478,0.274493776424475,0.43125,0.994849324786775,0.142006026603364,0.802156508417857,0.58125,1.00625,0.95625,SSP1_v9_130325,0.00584844611252293,0.835553196656202,0.0520182898740626,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s19,1.14614785539891,0.0240317602701755,1.01875,1.0625,1.4401477712308,1.0375,0.000446725867410549,0.502350082190083,0.236739566424148,0.33125,1.02279604851805,0.204052583101622,0.732839320513339,0.48125,0.90625,1.05625,SSP1_v9_130325,0.00307064388380374,0.639024456662632,0.0696939749689246,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s20,1.27601109051431,0.0201316261330207,0.99375,0.9125,2.05190930035269,1.0875,0.000420306361957719,0.540898938609465,0.295128975867128,0.40625,0.978633400163032,0.191996965965197,0.855770657027304,0.45625,0.98125,1.03125,SSP1_v9_130325,0.00663251334571629,0.705668231341568,0.0655814751487526,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s21,1.83947022399604,0.0233557083756051,1.09375,1.1125,1.68448469200481,0.8875,0.000309113367240281,0.583231363955926,0.26874589329275,0.30625,1.01683857101328,0.255689604491029,0.789173857953081,0.55625,1.08125,0.93125,SSP1_v9_130325,0.00385196767215257,0.880411616261989,0.044557165974058,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s22,1.51663388843489,0.0220508149404081,1.04375,0.8125,1.89431738486793,1.1875,0.000371539332095019,0.51967541566605,0.280195290178982,0.35625,1.00368474645745,0.216511708904191,0.815370870725848,0.50625,0.93125,0.98125,SSP1_v9_130325,0.00518299163770826,1.05036143779868,0.0743565139852493,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s23,0.992516729568517,0.0248554512834591,0.94375,1.0125,2.24297788830736,0.9875,0.000481389610924716,0.558504999926227,0.253968110396014,0.45625,1.02900730030375,0.164083689130355,0.758269374155105,0.40625,1.03125,1.08125,SSP1_v9_130325,0.00205702749140692,0.794534044375792,0.0571761511691971,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s24,0.896986495735498,0.0207800541834741,1.00625,1.1375,2.18372722816194,0.9625,0.000408105166203244,0.512240779865518,0.303105987633539,0.39375,1.03245528481595,0.12022140652854,0.767264452189882,0.51875,1.09375,0.94375,SSP1_v9_130325,0.00486044163277267,0.730483721310964,0.0676075487702521,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s25,1.45592097036104,0.023684265955477,0.90625,0.9375,1.85100667090002,1.1625,0.000284012053206729,0.554058005002777,0.271660437589344,0.49375,1.00730739276995,0.198046072945306,0.822555955192795,0.41875,0.99375,1.04375,SSP1_v9_130325,0.0013350742380405,0.906440719102265,0.0487817091507921,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s26,1.72908073262999,0.0223917273648651,0.95625,1.0375,1.59703592308003,0.8625,0.000358411484234051,0.536253280766916,0.283220602855105,0.44375,1.01981876679772,0.223362933705274,0.706691295205134,0.46875,1.04375,1.09375,SSP1_v9_130325,0.00621342539211015,0.8148624607652,0.0772852679885396,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s27,1.21293830136567,0.0254218993010645,1.05625,0.8375,2.01293905050714,1.0625,0.000462231336955041,0.574412868682777,0.258530937889774,0.34375,0.988702312142019,0.172089956943029,0.795713339116476,0.56875,0.94375,0.99375,SSP1_v9_130325,0.00347898009526367,0.57454327292865,0.0594119487544212,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s28,1.07369492914904,0.0216830525285101,0.93125,1.1875,1.74961624493063,1.0125,0.000433023417808382,0.54535147250112,0.290311982169189,0.41875,1.02583169442174,0.21015318097886,0.782386230811322,0.59375,0.96875,0.91875,SSP1_v9_130325,0.00720258435408656,0.676645953062123,0.0547483489585553,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s29,1.58014600607504,0.0244131581722051,1.03125,0.9875,2.09222522435509,0.8125,0.00032816737826071,0.485036704150227,0.265669725137652,0.31875,0.999625836478426,0.154556683620141,0.840496314717893,0.49375,1.06875,1.01875,SSP1_v9_130325,0.00420129676177031,0.857159691771676,0.0719066858073614,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s30,1.3367714202656,0.0189887009190647,1.08125,1.0875,2.33462394216383,1.1125,0.000383993931930394,0.563185370303434,0.277315149110296,0.36875,1.0419735111998,0.185769666047509,0.747414115334135,0.44375,0.91875,1.06875,SSP1_v9_130325,0.00550948428280008,0.97819386999171,0.0374046210246963,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s31,0.57266800326064,0.0230360474008169,0.98125,0.8875,1.93504314771848,0.9125,0.000511379208982059,0.525859103605898,0.247839446560467,0.46875,1.01380055452572,0.240694805462358,0.808651550058783,0.54375,1.01875,0.96875,SSP1_v9_130325,0.00260826082536347,0.774071791962623,0.0635679709735429,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp9/SSP1,s32,0.638828737889396,0.0215850485819163,1.021875,1.03125,2.08195169554694,1.05625,0.00034037888106639,0.55515621770952,0.276607200944839,0.309375,0.998514806365428,0.151800301468419,0.77702491808638,0.434375,0.921875,0.953125,SSP1_v9_130325,0.00110473797168692,1.02564928965481,0.0610056678510581,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s33,1.35173824459505,0.0243134765478343,0.921875,0.83125,1.7346429681656,0.85625,0.000443172464616387,0.514261654608745,0.245829309737366,0.409375,1.025063385544,0.208611020891597,0.832861135411184,0.534375,1.021875,1.053125,SSP1_v9_130325,0.00477962888830426,0.789450444902488,0.0802368523091994,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s34,1.5967331510854,0.0183842511356623,0.971875,1.13125,1.92503951847378,1.15625,0.000393085863211042,0.57621384756696,0.289297016857167,0.459375,1.01302543111715,0.238031407711161,0.737034587452873,0.584375,0.971875,1.003125,SSP1_v9_130325,0.00338078012685337,0.698911715743553,0.0512681806171,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s35,1.09247886526694,0.0229565635279927,1.071875,0.93125,2.30510590601845,0.95625,0.000217974782092993,0.537438726544033,0.264863621698202,0.359375,1.04030029737014,0.184167338582068,0.803769334448981,0.484375,1.071875,0.903125,SSP1_v9_130325,0.00611863042325782,0.874392679000185,0.0691635781788458,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s36,1.22899372654843,0.0206379771111341,0.946875,1.08125,1.83961110127273,0.90625,0.000368334677164136,0.490912113236617,0.282444781245835,0.484375,1.00643297696289,0.196542931605521,0.790825763502698,0.459375,1.046875,0.978125,SSP1_v9_130325,0.00411569155998542,0.830318177251013,0.0650785835717352,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp9/SSP1,s37,1.75225167163943,0.0236007978508278,1.046875,0.88125,2.17092112366603,1.10625,0.000476062815422321,0.546445980544009,0.257481211575321,0.384375,1.03155679343563,0.108987391046496,0.862779327856603,0.559375,0.946875,1.078125,SSP1_v9_130325,0.00703092121997707,0.62700810138555,0.0432097466401402,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s38,1.4709358640156,0.0223083218721376,1.096875,1.18125,2.0032808911642,0.80625,0.000417222041783194,0.52727530474142,0.300450120409411,0.334375,0.986768711465149,0.170189440533195,0.760652861039199,0.509375,1.096875,1.028125,SSP1_v9_130325,0.00248075062175509,0.747487421683979,0.073712462195102,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s39,0.922708815997641,0.0252618461338521,0.996875,0.98125,1.5684340434528,1.00625,0.000303600602936838,0.564415010086095,0.270942258317708,0.434375,1.0190761669886,0.221586232308193,0.817111495007372,0.409375,0.996875,0.928125,SSP1_v9_130325,0.00542707761001431,0.928977327479037,0.0565905789965042,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s40,1.01386937917274,0.019921601966237,1.059375,0.85625,1.66544535706401,1.03125,0.000354977811179255,0.532572295838503,0.279465457015692,0.321875,1.01608662993605,0.250837208304055,0.824466917028993,0.521875,0.934375,1.090625,SSP1_v9_130325,-0.000484996957750369,0.966500191880834,0.067097431863091,rcp26,bioenergy_scenario_data.csv,rcp26,SSP1_RCP26
-ssp9/SSP1,s41,1.53217062634605,0.0232752920863302,0.959375,1.05625,2.04208538061694,0.83125,0.00045811544513163,0.569727762996911,0.252634948783757,0.421875,0.973838406857001,0.190462442187806,0.769322915580527,0.421875,1.034375,0.990625,SSP1_v9_130325,0.00445282018053252,0.768875348406554,0.047849332114685,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s42,1.88305187804595,0.0219619407959116,0.909375,0.95625,2.22656155066586,1.13125,0.000405095416959013,0.505183345811703,0.293772525899798,0.471875,1.0281943877959,0.16188027512144,0.797327501707018,0.471875,0.984375,0.940625,SSP1_v9_130325,0.00296108779613806,0.668332600155259,0.0764832656829684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s43,1.29137019047667,0.024736796301068,1.009375,1.15625,1.88378178716749,0.93125,0.000275925906474884,0.550791938272817,0.267995602590323,0.371875,1.00271883470784,0.214886888765617,0.715680375921186,0.571875,1.084375,1.040625,SSP1_v9_130325,0.00576193012652328,0.851636836275559,0.0588667431707831,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s44,1.1632872869852,0.022636821138127,0.984375,0.80625,2.12418796488175,0.98125,0.000380924884375612,0.586956769856429,0.273789201029705,0.496875,1.03537466725633,0.177488905589627,0.843505237442308,0.596875,1.009375,1.065625,SSP1_v9_130325,0.0037613188024312,0.809766032689299,0.0540998857818529,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s45,1.66772283277305,0.0260536763013908,1.084375,1.00625,1.79083578342518,1.18125,0.000501674416608109,0.542026170479686,0.230697732428277,0.396875,1.00983265006111,0.229057722565815,0.784115563615827,0.496875,0.909375,0.965625,SSP1_v9_130325,0.00651985426096958,0.541274075472139,0.0713368046911516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s46,1.41122311738785,0.0211571360362112,1.034375,0.90625,1.3562868911937,0.88125,0.000429773777531234,0.559646548551115,0.285658214959052,0.346875,1.02204886079987,0.202547708479507,0.810302579786147,0.446875,1.059375,0.915625,SSP1_v9_130325,0.00189782828719081,0.724552509580825,0.0338439609785496,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s47,0.808735009184881,0.0239424190522352,0.934375,1.10625,1.96455905078735,1.08125,0.000323760550242881,0.52131266617212,0.261425338411811,0.446875,0.993482946279242,0.137962953237442,0.750371218909321,0.546875,0.959375,1.015625,SSP1_v9_130325,0.00510226104138507,0.899584143008251,0.0630616774885665,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s48,0.735374229302972,0.0213792819235055,0.953125,1.19375,2.37667596713962,1.19375,0.000450387933604119,0.539759739927855,0.266459174969821,0.378125,1.00816436434926,0.262637870976655,0.794093175131226,0.403125,1.065625,1.059375,SSP1_v9_130325,0.00494108676449497,0.862783594417025,0.0397953617643258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP1_RCP60
-ssp9/SSP1,s49,1.38152333977196,0.0241231691102142,1.053125,0.99375,1.94495458101619,0.99375,0.000347872129972258,0.580484872178224,0.291386404499331,0.478125,1.03338614163865,0.193520458553231,0.692714481865616,0.503125,0.965625,0.959375,SSP1_v9_130325,0.00154031656652989,0.684459846440433,0.0640724667974429,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP1,s50,1.63113586871256,0.0227972886316323,1.003125,1.09375,1.7639171662352,1.09375,0.000255201191628371,0.517962695398141,0.249605516970966,0.428125,0.990436750459244,0.16619543101947,0.820697994146959,0.553125,1.015625,0.909375,SSP1_v9_130325,0.00631139704784248,0.779227420894493,0.055378324179763,rcp45,bioenergy_scenario_data.csv,rcp45,SSP1_RCP45
-ssp9/SSP2,s1,1,0.02,1,1,1.4,1,3e-04,0.5,0.2,0.4,1,0.102766896900118,0.7,0.5,1,1,SSP2_v9_130325,0.002,1,0.05,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s2,1.08270938702243,0.0187532681030967,1.05,0.9,1.52467318969033,0.9,0.000342014778383574,0.491729061297757,0.189688362297416,0.45,0.995864530648878,0.122695883337939,0.679221135051611,0.55,0.95,1.05,SSP2_v9_130325,0.00158753449189663,1.08270938702243,0.0458442270103222,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s3,0.91729061297757,0.0212467318969033,0.95,1.1,1.27532681030967,1.1,0.000257985221616426,0.508270938702243,0.210311637702584,0.35,1.00413546935112,0.0840110432944513,0.720778864948389,0.45,1.05,0.95,SSP2_v9_130325,0.00241246550810337,0.91729061297757,0.0541557729896778,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s4,0.960874657414893,0.0194097808551165,1.025,0.85,1.61153483560056,1.15,0.000229015531982238,0.503912534258511,0.182453074797474,0.475,0.998043732870745,0.112067534446962,0.664744194066573,0.475,1.025,0.925,SSP2_v9_130325,0.00180496552244993,0.960874657414893,0.0570511611866855,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s5,1.14060088096457,0.0221153483560056,0.925,1.05,1.34097808551165,0.95,0.000319925055308764,0.485939911903543,0.204875861938752,0.375,1.00703004404823,0.0717421347364521,0.709836985748058,0.575,0.925,1.025,SSP2_v9_130325,0.00270187700810103,1.14060088096457,0.0480326028503884,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s6,1.03912534258511,0.0178846516439944,0.975,0.95,1.18846516439944,1.05,0.000370984468017762,0.514060088096457,0.195124138061248,0.325,0.992969955951772,0.0937292467329929,0.690163014251942,0.525,1.075,1.075,SSP2_v9_130325,0.00129812299189897,1.03912534258511,0.0519673971496117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s7,0.859399119035433,0.0205902191448835,1.075,1.15,1.45902191448835,0.85,0.000280074944691236,0.496087465741489,0.217546925202526,0.425,1.00195626712926,0.13716683564989,0.735255805933427,0.425,0.975,0.975,SSP2_v9_130325,0.00219503447755007,0.859399119035433,0.0429488388133145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s8,0.891349695386158,0.0190953765627878,0.9625,1.075,1.42915219840989,0.875,0.000206379438102187,0.518678231924779,0.186448969904585,0.3125,1.00299925739028,0.129136314317571,0.704858699734982,0.5375,0.9375,1.0375,SSP2_v9_130325,0.00106646891392977,0.813217680752207,0.0554552181300731,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s9,1.05998514780556,0.0216365654390219,1.0625,0.875,1.11961312890323,1.075,0.000309845153366947,0.498067840937043,0.207476646078755,0.4125,0.994567484769308,0.0890295783085543,0.653268854817205,0.4375,1.0375,0.9375,SSP2_v9_130325,0.00209630682320497,1.01932159062957,0.0469845885426258,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s10,1.18678231924779,0.0171961312890323,1.0125,1.175,1.30953765627878,0.975,0.00035506220712875,0.505998514780556,0.197592329419876,0.4625,1.00933911596239,0.0625340908685169,0.727276090650366,0.4875,0.9875,0.9875,SSP2_v9_130325,0.00170093415684978,1.10865030461384,0.0509717399469965,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s11,0.980678409370429,0.0202915219840989,0.9125,0.975,1.56365654390219,1.175,0.000269481768071885,0.489134969538616,0.223338277151756,0.3625,0.999033920468521,0.107329128847991,0.684922942713129,0.5875,1.0875,1.0875,SSP2_v9_130325,0.00254204120381658,0.940014852194445,0.040653770963441,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s12,0.940014852194445,0.0183634345609781,1.0875,1.025,1.37084780159011,1.125,0.00024493779287125,0.494001485219444,0.176661722848244,0.4875,1.00543251523069,0.0982688263923714,0.715077057286871,0.5625,1.0125,1.0125,SSP2_v9_130325,0.00190369317679503,0.980678409370429,0.0445447818699269,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp9/SSP2,s13,1.10865030461384,0.0209046234372122,0.9875,0.825,1.68038687109677,0.925,0.000330518231928115,0.510865030461384,0.202407670580124,0.3875,0.997000742609722,0.148925149489487,0.672723909349634,0.4625,0.9125,0.9125,SSP2_v9_130325,0.00293353108607023,1.18678231924779,0.0530154114573742,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s14,1.01932159062957,0.0197084780159011,0.9375,1.125,1.49046234372122,1.025,0.000393620561897813,0.481321768075221,0.192523353921245,0.3375,1.00096607953148,0.117121950805333,0.746731145182795,0.4125,1.0625,0.9625,SSP2_v9_130325,0.00145795879618342,1.05998514780556,0.0490282600530036,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s15,0.813217680752207,0.0228038687109677,1.0375,0.925,1.23634345609781,0.825,0.000290154846633053,0.501932159062957,0.213551030095415,0.4375,0.99066088403761,0.0784184778805496,0.695141300265018,0.5125,0.9625,1.0625,SSP2_v9_130325,0.00229906584315022,0.891349695386158,0.059346229036559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s16,0.839157403113636,0.019854673045992,1.06875,0.9625,1.29287640216452,0.9375,0.00030490837026229,0.512358658313402,0.211865411467367,0.38125,0.998543463029183,0.132878053312248,0.731009964453943,0.43125,1.05625,1.00625,SSP2_v9_130325,0.00204800701428613,0.95061943938999,0.0495155768199733,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s17,1.02913073941635,0.0233820923755463,0.96875,1.1625,1.54338786830197,1.1375,0.000187674175364811,0.495061943938999,0.191143438475156,0.48125,1.00804212984432,0.0914079694121371,0.687586267131419,0.53125,0.95625,0.90625,SSP2_v9_130325,0.000869779893827476,1.12358658313402,0.0612736412518208,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s18,1.12358658313402,0.0185661213169803,0.91875,0.8625,1.4145326954008,0.8375,0.00026387815256095,0.502913073941635,0.201200175357153,0.43125,0.993820670843299,0.0676398384297281,0.707324847750061,0.58125,1.00625,0.95625,SSP2_v9_130325,0.00247461645869469,1.02913073941635,0.0452204043899344,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s19,0.95061943938999,0.0210712359783548,1.01875,1.0625,1.06179076244538,1.0375,0.000348286467716412,0.483915740311364,0.171744497345687,0.33125,1.0024690280305,0.109668531494414,0.659704880922574,0.48125,0.90625,1.05625,SSP2_v9_130325,0.00164573753900624,0.839157403113636,0.0535707865945161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s20,0.990368365855445,0.0175822928553545,0.99375,0.9125,1.47448239721149,1.0875,0.000325136830862061,0.499036836585544,0.220082752879293,0.40625,0.988707784626618,0.100516380004557,0.756368206259104,0.45625,0.98125,1.03125,SSP2_v9_130325,0.00280331011517172,0.904844283865163,0.0514649695500123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s21,1.22584430746765,0.0204394908650037,1.09375,1.1125,1.21394021327634,0.8875,0.00023747164642377,0.522584430746765,0.196369873731948,0.30625,1.00048158170723,0.158966697118053,0.697577884099866,0.55625,1.08125,0.93125,SSP2_v9_130325,0.00185479494927791,1.07104819026467,0.0419409761845149,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s22,1.07104819026467,0.0192551760278851,1.04375,0.8125,1.35605091349963,1.1875,0.000285160020222254,0.490484428386516,0.206154317712805,0.35625,0.996447590486767,0.11982714399116,0.717853932972581,0.50625,0.93125,0.98125,SSP2_v9_130325,0.00224617270851218,1.22584430746765,0.0562019928907885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s23,0.904844283865163,0.0218605978672366,0.94375,1.0125,1.64177071446455,0.9875,0.000380967576444303,0.507104819026467,0.184581901942803,0.45625,1.00475778580674,0.0813091291920646,0.676102021949672,0.40625,1.03125,1.08125,SSP2_v9_130325,0.00138327607771214,0.990368365855445,0.0475172534262838,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s24,0.87641341686598,0.0181394021327634,1.00625,1.1375,1.58605978672366,0.9625,0.000314839979777746,0.487641341686598,0.228255502654313,0.39375,1.0061793291567,0.0551812402963527,0.682146067027419,0.51875,1.09375,0.94375,SSP2_v9_130325,0.00214520505072209,0.928951809735333,0.0524827465737162,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s25,1.04938056061001,0.0207448239721149,0.90625,0.9375,1.32551760278851,1.1625,0.000219032423555697,0.504938056061001,0.198799824642847,0.49375,0.997530971969499,0.105033358975607,0.723897978050328,0.41875,0.99375,1.04375,SSP2_v9_130325,0.00119668988482828,1.09515571613484,0.0437980071092115,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s26,1.16084259688636,0.0195605091349963,0.95625,1.0375,1.15822928553545,0.8625,0.000274863169137939,0.497086926058365,0.208856561524844,0.44375,1.00145653697082,0.125776267704655,0.643631793740896,0.46875,1.04375,1.09375,SSP2_v9_130325,0.00261672392228786,1.00963163414456,0.0580590238154851,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s27,0.970869260583654,0.0224177071446455,1.05625,0.8375,1.44394908650037,1.0625,0.00036252835357623,0.516084259688636,0.188134588532633,0.34375,0.991957870155682,0.086572829030894,0.702422115900133,0.56875,0.94375,0.99375,SSP2_v9_130325,0.00175382729148782,0.774155692532353,0.0485350304499877,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s28,0.928951809735333,0.0189287640216452,0.93125,1.1875,1.25661213169803,1.0125,0.00033612184743905,0.500963163414456,0.215418098057197,0.41875,1.00355240951323,0.114544615444696,0.692675152249939,0.59375,0.96875,0.91875,SSP2_v9_130325,0.00313022010617252,0.87641341686598,0.0464292134054839,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s29,1.09515571613484,0.0214338786830197,1.03125,0.9875,1.50712359783548,0.8125,0.000251713532283588,0.477415569253235,0.193845682287195,0.31875,0.995242214193258,0.075267494117995,0.740295119077426,0.49375,1.06875,1.01875,SSP2_v9_130325,0.00195199298571387,1.04938056061001,0.0547795956100656,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s30,1.00963163414456,0.0166179076244538,1.08125,1.0875,1.73820923755462,1.1125,0.000295091629737709,0.509515571613484,0.203630126268052,0.36875,1.01129221537338,0.0960110838479138,0.668990035546058,0.44375,0.91875,1.06875,SSP2_v9_130325,0.00235426246099376,1.16084259688636,0.0387263587481792,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s31,0.774155692532353,0.020145326954008,0.98125,0.8875,1.3854673045992,0.9125,0.000412325824635189,0.492895180973533,0.179917247120707,0.46875,0.999518418292772,0.142301633353188,0.712413732868581,0.54375,1.01875,0.96875,SSP2_v9_130325,0.00152538354130531,0.970869260583654,0.0504844231800267,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp9/SSP2,s32,0.796299164190004,0.018842279314632,1.021875,1.03125,1.49869615444702,1.05625,0.00026097279701796,0.505463293992315,0.203016528943982,0.309375,0.994912432599381,0.0735613289478371,0.688883995050195,0.434375,0.921875,0.953125,SSP2_v9_130325,0.00113648388790552,1.20370083581,0.0492724643586085,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s33,1.01446560853835,0.0213386389518634,0.921875,0.83125,1.24670250883446,0.85625,0.000345096503856905,0.488409385920721,0.178412097197638,0.409375,1.00327257514255,0.113295032769038,0.733055478770089,0.534375,1.021875,1.053125,SSP2_v9_130325,0.00212066115775929,0.985534391461647,0.0601827736512852,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s34,1.10175134801239,0.016116082039542,0.971875,1.13125,1.37817393075826,1.15625,0.000302452423271115,0.517284248488172,0.214457834601928,0.459375,0.999276719573082,0.139600785408261,0.662349758067505,0.584375,0.971875,1.003125,SSP2_v9_130325,0.00172763147594306,0.898248651987613,0.0448900836278152,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s35,0.934548497148935,0.0200726096538387,1.071875,0.93125,1.70548320953856,0.95625,0.00017171758331822,0.497579271220939,0.193190786898576,0.359375,1.0101850417905,0.0948740933363367,0.708574067432745,0.484375,1.071875,0.903125,SSP2_v9_130325,0.00257831338407713,1.06545150285106,0.0532898718149006,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s36,0.975792712209396,0.0180166712737947,0.946875,1.08125,1.31760182898329,0.90625,0.000282630919648666,0.479629916419,0.20815841700185,0.484375,0.997268353003843,0.103897315063726,0.698789839102689,0.459375,1.046875,0.978125,SSP2_v9_130325,0.00192789832473464,1.0242072877906,0.0512174183679686,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp9/SSP2,s37,1.17284248488172,0.0206669602969883,1.046875,0.88125,1.57454403427935,1.10625,0.000375735634329248,0.501446560853835,0.187310859866783,0.384375,1.00579530703964,0.0490978578907907,0.764731966007633,0.559375,0.946875,1.078125,SSP2_v9_130325,0.00301862633491716,0.827157515118281,0.0413448545382897,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s38,1.05463293992315,0.0194855559540353,1.096875,1.18125,1.43652255103906,0.80625,0.000322512605896113,0.493454849714893,0.225465658372929,0.334375,0.991357875755914,0.0853070158829352,0.677689350802277,0.509375,1.096875,1.028125,SSP2_v9_130325,0.00149243439467131,0.945367060076852,0.0558181344759784,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s39,0.884093859207212,0.0222590145159497,0.996875,0.98125,1.14034563614869,1.00625,0.000233392985943115,0.510175134801239,0.198197458118366,0.434375,1.00121036438953,0.124205956113247,0.719295344756133,0.409375,0.996875,0.928125,SSP2_v9_130325,0.002326336680074,1.11590614079279,0.0472533942994431,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s40,0.911179787718436,0.0174034563614869,1.059375,0.85625,1.20166712737947,1.03125,0.000272196685713676,0.495578478754152,0.205510351268521,0.321875,1.00024061005448,0.153266239613174,0.725549581860924,0.521875,0.934375,1.090625,SSP2_v9_130325,0.000697075375004313,1.15021185468573,0.052223200989961,rcp45,bioenergy_scenario_data.csv,rcp45,SSP2_RCP45
-ssp9/SSP2,s41,1.07679369947744,0.0203652255103906,0.959375,1.05625,1.46669602969883,0.83125,0.000358693827264436,0.513177928755965,0.18355711504471,0.421875,0.986999778404291,0.0993930442900924,0.683550640925497,0.421875,1.034375,0.990625,SSP2_v9_130325,0.00202398535433423,0.96589958216927,0.0433889042459823,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s42,1.26000443191419,0.0191760182898329,0.909375,0.95625,1.62590145159497,1.13125,0.00031233337620509,0.484978814531427,0.218750501843069,0.471875,1.00444101061408,0.0798911741110968,0.703637678206958,0.471875,0.984375,0.940625,SSP2_v9_130325,0.00161706376671916,0.868220712440347,0.0575300483864991,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s43,0.995187798910348,0.0217454403427935,1.009375,1.15625,1.34855559540353,0.93125,0.000213158192990882,0.503410041783073,0.195750473640111,0.371875,0.996160315026128,0.118456564160205,0.649086131743574,0.571875,1.084375,1.040625,SSP2_v9_130325,0.00244297597724432,1.04421521245848,0.048285186513451,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s44,0.955784787541515,0.0197817393075825,0.984375,0.80625,1.53386389518634,0.98125,0.000292628598296741,0.526000443191419,0.200599633858356,0.496875,1.00751059273429,0.0902271392344536,0.743275727308552,0.596875,1.009375,1.065625,SSP2_v9_130325,0.00183001894560446,1.00481220108965,0.0461409310487733,rcp85,bioenergy_scenario_data.csv,rcp85,SSP2_RCP85
-ssp9/SSP2,s45,1.13177928755965,0.0230548320953856,1.084375,1.00625,1.2842279314632,1.18125,0.000401777379849593,0.499518779891035,0.167426884375108,0.396875,0.998294979108464,0.130951138779837,0.693912908160157,0.496875,0.909375,0.965625,SSP2_v9_130325,0.00275002007372277,0.739995568085812,0.0544621298395445,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s46,1.03410041783073,0.0184670250883446,1.034375,0.90625,1.0116082039542,0.88125,0.000333288481885253,0.507679369947745,0.211074399431108,0.346875,1.00221076062292,0.108492425591735,0.713733028502785,0.446875,1.059375,0.915625,SSP2_v9_130325,0.00134228460178841,0.923206300522555,0.0370536067984734,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s47,0.849788145314266,0.0209869615444702,0.934375,1.10625,1.40726096538387,1.08125,0.000248398464286123,0.491117978771844,0.190426594167979,0.446875,0.993411035622017,0.0652563684600634,0.670909327620108,0.546875,0.959375,1.015625,SSP2_v9_130325,0.00222041405074086,1.08882021228156,0.0502420321794622,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s48,0.827157515118281,0.0186613610481366,0.953125,1.19375,1.7883917960458,1.19375,0.000351601535713877,0.498553439146165,0.194489648731479,0.378125,0.997789239377076,0.167785735381728,0.701210160897311,0.403125,1.065625,1.059375,SSP2_v9_130325,0.00216998105439554,1.05463293992315,0.0398172263487148,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s49,1.0242072877906,0.021157720685368,1.053125,0.99375,1.39273903461613,0.99375,0.000266711518114747,0.520370083581,0.21644288495529,0.478125,1.00658896437798,0.101640459140967,0.635268033992367,0.503125,0.965625,0.959375,SSP2_v9_130325,0.00124997992627723,0.884093859207212,0.0507275356413915,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP2,s50,1.11590614079279,0.0199273903461613,1.003125,1.09375,1.26613610481366,1.09375,0.000198222620150407,0.489824865198761,0.181249498156931,0.428125,0.992489407265713,0.0826802421232276,0.722310649197723,0.553125,1.015625,0.909375,SSP2_v9_130325,0.00265771539821159,0.975792712209396,0.0467101281850994,rcp60,bioenergy_scenario_data.csv,rcp60,SSP2_RCP60
-ssp9/SSP3,s1,0.52024973082015,0.0144521138994884,1,1,1.24996893009364,1,0.000181512340250704,0.456856935948328,0.2,0.4,1,0.0445126831921568,0.663245104481559,0.5,1,1,SSP3_v9_130325,3.69271604227922e-05,1.43143007232545,0.0426490208963119,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s2,0.626836319372511,0.0128668802502573,1.05,0.9,1.71576868292866,0.9,0.000257608797012638,0.439195017296463,0.178992610808213,0.45,0.991499566495146,0.057952756518755,0.609099799539873,0.55,0.95,1.05,SSP3_v9_130325,-0.000403161804191794,1.60804997269742,0.0318199599079746,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s3,0.42240292862359,0.0162236675874247,0.95,1.1,0.81494452402692,1.1,0.000116163234931558,0.477115892757839,0.221007389191787,0.35,1.00850043350485,0.0330090823549182,0.721568949329571,0.45,1.05,0.95,SSP3_v9_130325,0.000493430076903505,1.22883961636984,0.0543137898659143,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s4,0.472828658836114,0.0136767363178329,1.025,0.85,2.00628515703454,1.15,7.93381979158249e-05,0.466177534970001,0.164507765991119,0.475,0.995961271646254,0.0506301059058289,0.576813814608971,0.475,1.025,0.925,SSP3_v9_130325,-0.000173264707884575,1.33822367498968,0.0622443170156101,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s5,0.706212456808112,0.0175518005237929,0.925,1.05,1.03427294323604,0.95,0.000216547471988307,0.428802142902719,0.209962527654382,0.375,1.01429697586053,0.0261085152314528,0.690726165466602,0.575,0.925,1.025,SSP3_v9_130325,0.000823126072871327,1.71197905518257,0.0373432953175058,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s6,0.569627876199485,0.0118861903281928,0.975,0.95,0.575006888801793,1.05,0.000313672946680845,0.492261225015423,0.190037472345618,0.325,0.985703024139469,0.0388290458435607,0.636716476587529,0.525,1.075,1.075,SSP3_v9_130325,-0.00070170222053337,1.5187750477836,0.0481452330933205,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s7,0.35950033211296,0.0152693329537884,1.075,1.15,1.47281094120852,0.85,0.000148917022380211,0.448122475133549,0.235492234008881,0.425,1.00403872835375,0.0684984107814919,0.761221585078051,0.425,0.975,0.975,SSP3_v9_130325,0.000250787709514898,1.07738565320178,0.0253627629217942,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s8,0.393630352957537,0.0132817729600999,0.9625,1.075,1.35981822722675,0.875,5.57880317639894e-05,0.504575935346175,0.172468896435625,0.3125,1.00618145203469,0.0625634106275243,0.676741762503836,0.5375,0.9375,1.0375,SSP3_v9_130325,-0.000934322350810428,0.95423807573882,0.0579273940735087,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s9,0.596725537287047,0.0168110877200933,1.0625,0.875,0.432703060835255,1.075,0.000198549210969431,0.452464080654622,0.215259115964058,0.4125,0.988879099276111,0.0359763457745679,0.555379009321426,0.4375,1.0375,0.9375,SSP3_v9_130325,0.000142076929961531,1.47535881251776,0.0346392703707599,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s10,0.772118515732619,0.0111863738577089,1.0125,1.175,0.925831345256541,0.975,0.000282646540713303,0.471349162143331,0.195077423316527,0.4625,1.01875730938355,0.0212752105246864,0.739636970367543,0.4875,0.9875,0.9875,SSP3_v9_130325,-0.000283850702175425,1.65677298115535,0.0453483525007672,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s11,0.496581834326826,0.0148507149870338,0.9125,0.975,1.85192701579772,1.175,0.000132735972076483,0.434322733430041,0.246810280948907,0.3625,0.998003618940327,0.0474795830984112,0.623196351853799,0.5875,1.0875,1.0875,SSP3_v9_130325,0.000640104406809248,1.28650717535519,0.0210758018642853,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s12,0.448372907805104,0.0124135941659385,1.0875,1.025,1.14187652582395,1.125,9.86762219126707e-05,0.443737885164081,0.153189719051093,0.4875,1.01112090072389,0.0416515974026395,0.705516603490663,0.5625,1.0125,1.0125,SSP3_v9_130325,-6.73281335909865e-05,1.38606920741212,0.0287881492012403,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s13,0.661941125390965,0.0157206701096158,0.9875,0.825,2.19684088202267,0.925,0.000235991611158458,0.483836922726778,0.204922576683473,0.3875,0.993818547965311,0.0775703616307693,0.593940746006202,0.4625,0.9125,0.9125,SSP3_v9_130325,0.00109241301722055,1.78207463425012,0.0511033206981325,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s14,0.544394982472392,0.0140637248259714,0.9375,1.125,1.59066322966688,1.025,0.000358023390309529,0.421792601348496,0.184740884035942,0.3375,1.00199638105967,0.0540682418451556,0.790444612692345,0.4125,1.0625,0.9625,SSP3_v9_130325,-0.000537894160527322,1.56262112241531,0.0399963313939076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s15,0.312787733072893,0.0186502017711916,1.0375,0.925,0.699324164110969,0.825,0.00016507234966847,0.461393002738633,0.227531103564375,0.4375,0.981242690616446,0.0298003250301597,0.649981656969538,0.5125,0.9625,1.0625,SSP3_v9_130325,0.00036633241249757,1.16162902682039,0.0680889225384691,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s16,0.338640005932466,0.0142571987623592,1.06875,0.9625,0.870813679219287,0.9375,0.00018993525487843,0.48775902900401,0.224143233858206,0.38125,0.996991278062809,0.065302867139981,0.749838942298195,0.43125,1.05625,1.00625,SSP3_v9_130325,8.92310348345679e-05,1.31295690688755,0.0413197878776082,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s17,0.556832559506353,0.0195985143852098,0.96875,1.1625,1.78213706651508,1.1375,3.98707234441869e-05,0.445941983708228,0.181939076280475,0.48125,1.01627309112316,0.0374111562328369,0.630006002549957,0.53125,0.95625,0.90625,SSP3_v9_130325,-0.0011272613780548,1.68325269254885,0.0725512803614935,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s18,0.682497794728983,0.0126466437255164,0.91875,0.8625,1.30459220790584,0.8375,0.000124525793238326,0.463746632396479,0.202454185131145,0.43125,0.987386431760511,0.0239173092884741,0.683655238172763,0.58125,1.00625,0.95625,SSP3_v9_130325,0.000563591088161863,1.49707447065478,0.0303389380491837,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s19,0.460732574991729,0.015964129720352,1.01875,1.0625,0.345715536913342,1.0375,0.00026958715866215,0.425587188070505,0.143837087682405,0.33125,1.00509351712245,0.0490262448414212,0.566919514919475,0.48125,0.90625,1.05625,SSP3_v9_130325,-0.000342086453629696,1.02350082190082,0.0526695722297691,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s20,0.508391233048539,0.0115702232101006,0.99375,0.9125,1.53100163003904,1.0875,0.000226051137635826,0.454648480147089,0.240483788222152,0.40625,0.977620125513487,0.0430732221145738,0.812756401807467,0.45625,0.98125,1.03125,SSP3_v9_130325,0.000940455927008916,1.1967541566605,0.0467310476345527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s21,0.829522551235457,0.015056824217946,1.09375,1.1125,0.638623515250748,0.8875,8.93286996892946e-05,0.514963003757962,0.192580010111127,0.30625,1.00099540748345,0.08569132650396,0.656598939388041,0.55625,1.08125,0.93125,SSP3_v9_130325,-0.000119916385583345,1.58504999926227,0.0233839029838949,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s22,0.611308641099266,0.0134809070724927,1.04375,0.8125,1.08809301641197,1.1875,0.00015697796683964,0.436814652767195,0.212568415431031,0.35625,0.992687244895838,0.0559413014759793,0.713347861148846,0.50625,0.93125,0.98125,SSP3_v9_130325,0.000307458781073132,1.83231363955926,0.059967788459639,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s23,0.408480618606568,0.0171551483258582,0.94375,1.0125,2.0948949389289,0.9875,0.000333246561541492,0.474140763802046,0.168735823211885,0.45625,1.00976177220272,0.0314458240278456,0.601694690245918,0.40625,1.03125,1.08125,SSP3_v9_130325,-0.000614764189157017,1.40898938609465,0.0360012005099914,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s24,0.377493571760586,0.0121627292613482,1.00625,1.1375,1.92613774808185,0.9625,0.000207401733313545,0.431674770744033,0.256162912317595,0.39375,1.01261356823949,0.0176436458572584,0.616244932226122,0.51875,1.09375,0.94375,SSP3_v9_130325,0.000195804145932684,1.25859103605898,0.0495993182910273,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s25,0.582883993998352,0.0154899307803905,0.90625,0.9375,0.980247454881332,1.1625,6.8374284962218e-05,0.468704200644584,0.197545814868855,0.49375,0.994906482877554,0.0459784397954695,0.730283941937718,0.41875,0.99375,1.04375,SSP3_v9_130325,-0.000804264241124149,1.63185370303434,0.0271423218512004,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s26,0.73482835513841,0.0138706090926744,0.95625,1.0375,0.507173849841054,0.8625,0.000140850445676688,0.450292523919821,0.218060923719525,0.44375,1.00300872193719,0.0601415494078447,0.540463461741404,0.46875,1.04375,1.09375,SSP3_v9_130325,0.000725334887370545,1.4535147250112,0.0648725499235077,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s27,0.484751908233516,0.0180296348536533,1.05625,0.8375,1.41582518428232,1.0625,0.000297148859200015,0.497649686736965,0.175856766141794,0.34375,0.98372690887684,0.0345134929526982,0.669949277198485,0.56875,0.94375,0.99375,SSP3_v9_130325,-0.000227759350302095,0.850367041502266,0.038672841315128,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s28,0.435641398365635,0.0130777483090189,0.93125,1.1875,0.757914875229706,1.0125,0.00024646797565399,0.459100994861385,0.231264176788115,0.41875,1.00731275510416,0.0523050743679224,0.64336420657564,0.59375,0.96875,0.91875,SSP3_v9_130325,0.00132472075621744,1.12240779865518,0.0332489864452243,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s29,0.643583573906374,0.0165038336737697,1.03125,0.9875,1.65211796246568,0.8125,0.000107577682280365,0.416768707496232,0.187431584568969,0.31875,0.990238227797279,0.0280388222972649,0.774362749617538,0.49375,1.06875,1.01875,SSP3_v9_130325,-1.51544568117497e-05,1.54058005002777,0.0560567883875436,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s30,0.532226852322871,0.0106537633152567,1.08125,1.0875,2.32454011554852,1.1125,0.000173237858858911,0.480324424806119,0.207419989888873,0.36875,1.02237987448651,0.0402396243374653,0.585711609256002,0.44375,0.91875,1.06875,SSP3_v9_130325,0.000428047792829293,1.74412868682777,0.0180926923482808,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s31,0.275757479424467,0.0146495671251013,0.98125,0.8875,1.19578308494039,0.9125,0.000394211523633729,0.44149500609107,0.159516211777848,0.46875,0.999004592516552,0.0724034223024143,0.697996591455137,0.54375,1.01875,0.96875,SSP3_v9_130325,-0.000468000425627058,1.36253280766916,0.043989855439697,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s32,0.296466411222276,0.0129733109720757,1.021875,1.03125,1.6211435264499,1.05625,0.000120367571625129,0.470010285097953,0.206166688102545,0.309375,0.98957276973737,0.0270992248228053,0.633371244530375,0.434375,0.921875,0.953125,SSP3_v9_130325,-0.000864621860852087,1.80484872178224,0.0406576984754846,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s33,0.538282321337298,0.0163608246538591,0.921875,0.83125,0.728844565022913,0.85625,0.000263480130963011,0.433021793012478,0.156579096495441,0.409375,1.00674094875661,0.0514577218695133,0.755354670503562,0.534375,1.021875,1.053125,SSP3_v9_130325,0.000168807983382013,1.39759739927855,0.0700817927814972,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s34,0.652530284119423,0.0102332432437813,0.971875,1.13125,1.16880464361019,1.15625,0.00018570267330288,0.500853063073453,0.229346913632218,0.459375,0.998505155686726,0.0703386026715292,0.572020463464638,0.584375,0.971875,1.003125,SSP3_v9_130325,-0.000255573968557356,1.17962695398141,0.029573619318909,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s35,0.442061309626941,0.0145504529211459,1.071875,0.93125,2.25598876459485,0.95625,2.8782681663039e-05,0.451377397061156,0.186098342856838,0.359375,1.02034495374429,0.0395346895536722,0.687168548115483,0.484375,1.071875,0.903125,SSP3_v9_130325,0.00068143657946962,1.57377653739593,0.0518777783427293,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s36,0.49067387446802,0.0120283335504247,0.946875,1.08125,0.953100676931505,0.90625,0.000152945704951397,0.419515196259654,0.216644240942627,0.484375,0.994367245130433,0.0452417256011648,0.659916605851753,0.459375,1.046875,0.978125,SSP3_v9_130325,-4.12099863259206e-05,1.48622569405358,0.0460362410170027,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s37,0.751994124197098,0.0153785025533054,1.046875,0.88125,1.88840094159148,1.10625,0.000322984434470518,0.46024018858523,0.174199232143061,0.384375,1.01184764242732,0.0148031350967496,0.830128131506637,0.559375,0.946875,1.078125,SSP3_v9_130325,0.00119250962226488,0.991466935944162,0.0222839317447655,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s38,0.589722713649382,0.0137738396510035,1.096875,1.18125,1.38771227271453,0.80625,0.000221250024890383,0.442622347980932,0.250888689924797,0.334375,0.982570553546133,0.0337674534500714,0.605434635816726,0.509375,1.096875,1.028125,SSP3_v9_130325,-0.000502214440510783,1.29989600478549,0.0589229755276167,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s39,0.38575174399872,0.01777791916882,0.996875,0.98125,0.471000163417804,1.00625,8.44301124400627e-05,0.482037137702794,0.196314299148371,0.434375,1.00250075197768,0.0590219982729302,0.717403900804674,0.409375,0.996875,0.928125,SSP3_v9_130325,0.000396788601598527,1.66978242762461,0.0353232121583577,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s40,0.415540528922815,0.0113896879958913,1.059375,0.85625,0.607245087180709,1.03125,0.000136802021294775,0.447034321013769,0.211256302948057,0.321875,1.00049735855374,0.0810378804500765,0.734869526651112,0.521875,0.934375,1.090625,SSP3_v9_130325,-0.00129311471917413,1.72752020685808,0.0488667067754516,rcp45,bioenergy_scenario_data.csv,rcp45,SSP3_RCP45
-ssp9/SSP3,s41,0.618939298118075,0.0149530643869095,0.959375,1.05625,1.5017401421183,0.83125,0.000289687964580263,0.489922998122563,0.166696492971557,0.421875,0.974586466924887,0.04236069416707,0.619741343542522,0.421875,1.034375,0.990625,SSP3_v9_130325,6.30316170892138e-05,1.35048560382581,0.0262724782538528,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s42,0.880879645481611,0.0133818454078067,0.909375,0.95625,2.04930968674739,1.13125,0.000202942432710537,0.427248031919999,0.237867817164624,0.471875,1.00912058864837,0.0306351511458141,0.673332509136688,0.471875,0.984375,0.940625,SSP3_v9_130325,-0.00037221805578775,1.10076801772601,0.0635040041711875,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s43,0.514310031283657,0.0169777223496634,1.009375,1.15625,1.06119781171064,0.93125,6.2348199860043e-05,0.464951347484512,0.191315459824333,0.371875,0.992101409620163,0.0549894467329411,0.548554844621913,0.571875,1.084375,1.040625,SSP3_v9_130325,0.000527828527400726,1.52965663312151,0.038009216711496,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s44,0.466807567120004,0.0141603491304286,0.984375,0.80625,1.74857443816435,0.98125,0.000169143868890174,0.523904499970975,0.201226211635558,0.496875,1.01523907563258,0.0366965171715267,0.781916365157939,0.596875,1.009375,1.065625,SSP3_v9_130325,-0.000146472591229215,1.44250955513721,0.0325400620786092,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s45,0.693877673627158,0.0190591702069732,1.084375,1.00625,0.843003165272172,1.18125,0.000373896736923288,0.455748992428962,0.13585879165911,0.396875,0.996478904308206,0.063886494011803,0.646674795850917,0.496875,0.909375,0.965625,SSP3_v9_130325,0.000878700539170142,0.760951825958012,0.0551713739108151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s46,0.563179473245883,0.0125319861391495,1.034375,0.90625,0.291716334898957,0.88125,0.000241155602224791,0.47560264345403,0.222548251928452,0.346875,1.00456253746093,0.0482465373259842,0.701721868107963,0.446875,1.059375,0.915625,SSP3_v9_130325,-0.00065670969091705,1.24397217549412,0.0159627815729846,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s47,0.349521187349304,0.0158406220833727,0.934375,1.10625,1.27721578947521,1.08125,0.000103173458063349,0.438016598269552,0.18048639850898,0.446875,0.986573454726325,0.0226719889756416,0.589895584417615,0.546875,0.959375,1.015625,SSP3_v9_130325,0.000278882476414841,1.61983420553383,0.0433176173490803,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s48,0.326556776513809,0.0127581212657565,0.953125,1.19375,2.41109090750905,1.19375,0.000275962676892314,0.453553976757496,0.188743697051943,0.378125,0.995437462539068,0.0931223885794789,0.666588086745402,0.403125,1.065625,1.059375,SSP3_v9_130325,0.000223113532090373,1.5515621770952,0.0197109689243826,rcp85,bioenergy_scenario_data.csv,rcp85,SSP3_RCP85
-ssp9/SSP3,s49,0.550574853450248,0.0160916388454601,1.053125,0.99375,1.2228313178704,0.99375,0.000128646131857808,0.509087613826087,0.233303507028443,0.478125,1.01342654527367,0.0437902048863725,0.529813907864923,0.503125,0.965625,0.959375,SSP3_v9_130325,-0.000750517087479325,1.14261654608744,0.0446665018273376,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP3,s50,0.671896351685626,0.0143544084768124,1.003125,1.09375,0.786597146754163,1.09375,4.84538815024655e-05,0.43558501722496,0.162132182835376,0.428125,0.98476092436742,0.0322360912639921,0.725856869554076,0.553125,1.015625,0.909375,SSP3_v9_130325,0.000772329164164012,1.37438726544033,0.0339482687085044,rcp60,bioenergy_scenario_data.csv,rcp60,SSP3_RCP60
-ssp9/SSP4,s1,0.811640789284124,0.0171229837882688,1,1,1.62052874275472,1,3e-04,0.5,0.223224848256224,0.4,1,0.0617946629980457,0.73675479045912,0.5,1,1,SSP4_v9_130325,0.002,1.18835921530899,0.057350958091824,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s2,0.950913447119588,0.0157830458101546,1.05,0.9,1.94540176353163,0.9,0.000392219996545916,0.47825814477904,0.200109409407399,0.45,0.991499566495146,0.0721511689357051,0.678430727670076,0.55,0.95,1.05,SSP4_v9_130325,0.00115970443232851,1.32271087533741,0.0456861455340151,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s3,0.677289103652929,0.0185160607259331,0.95,1.1,1.27058436602045,1.1,0.000207780003454084,0.52174185522096,0.245602104047409,0.35,1.00850043350485,0.0522332070850587,0.790900293921938,0.45,1.05,0.95,SSP4_v9_130325,0.00284029556767149,1.04908658487231,0.0681800587843877,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s4,0.747317644437761,0.0164816810924002,1.025,0.85,2.13911822036366,1.15,0.000149872893774089,0.510368611745326,0.18380421752541,0.475,0.995961271646254,0.0665930165455536,0.638777971110566,0.475,1.025,0.925,SSP4_v9_130325,0.00160149889382473,1.12293272169141,0.0746372740121221,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s5,1.04992250232152,0.0195153420744095,0.925,1.05,1.45564174279705,0.95,0.000344420554391967,0.463759734884964,0.233937129448582,0.375,1.01429697586053,0.0460025680312655,0.763283519442843,0.575,0.925,1.025,SSP4_v9_130325,0.00341968936035525,1.41248926790519,0.0518547247599017,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s6,0.877067295765406,0.014883952352434,0.975,0.95,1.0326678266634,1.05,0.000450127106225911,0.536240265115036,0.212346886972287,0.325,0.985703024139469,0.0571740490794656,0.709273623799508,0.525,1.075,1.075,SSP4_v9_130325,0.000580310639644753,1.25268234769637,0.0626567038885685,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s7,0.58751069527749,0.0177761848815033,1.075,1.15,1.77970111665706,0.85,0.000255579445608033,0.489631388254674,0.260527881418834,0.425,1.00403872835375,0.0798896931694546,0.82318637006061,0.425,0.975,0.975,SSP4_v9_130325,0.00239850110617527,0.950077548783454,0.0377555942221132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s8,0.63656265300707,0.0161451239025991,0.9625,1.075,1.70010973398956,0.875,0.000110146094662154,0.547056058716041,0.192800029046496,0.3125,1.00618145203469,0.075567884872693,0.750018288998261,0.5375,0.9375,1.0375,SSP4_v9_130325,0.00012758876204373,0.870914911636531,0.0712118788776287,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp9/SSP4,s9,0.912306235156161,0.0189617450307193,1.0625,0.875,0.857329300359078,1.075,0.000322023747407471,0.494870514918668,0.239559992470989,0.4125,0.988879099276111,0.0547823376612273,0.60955488339318,0.4375,1.0375,0.9375,SSP4_v9_130325,0.00219690306733894,1.22027912056015,0.0488966261241963,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s10,1.12908515409343,0.0141930803193253,1.0125,1.175,1.36689878372589,0.975,0.000419131787359978,0.515846543233086,0.217869810476089,0.4625,1.01875730938355,0.0413016340925494,0.806059394388144,0.4875,0.9875,0.9875,SSP4_v9_130325,0.00138963536143769,1.36343731863701,0.0600036577996521,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s11,0.779720877816221,0.0174441619932556,0.9125,0.975,2.03635636632886,1.175,0.000232375834983508,0.471654213363601,0.271862456961672,0.3625,0.998003618940327,0.0641418863274146,0.694483130620982,0.5875,1.0875,1.0875,SSP4_v9_130325,0.00310124414257501,1.08769378924824,0.0319109766786359,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s12,0.713566863489621,0.0153758683533846,1.0875,1.025,1.53954848167161,1.125,0.000180868212640022,0.484153456766914,0.170882402478323,0.4875,1.01112090072389,0.059490777086047,0.776803693360084,0.5625,1.0125,1.0125,SSP4_v9_130325,0.00180309693266106,1.15617011061736,0.042072529455344,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s13,0.995195011634652,0.0181288048352215,0.9875,0.825,2.26772726788106,0.925,0.000367624165016492,0.528345786636399,0.228539454307542,0.3875,0.993818547965311,0.0863631989549471,0.66036264727672,0.4625,0.9125,0.9125,SSP4_v9_130325,0.00387241123795627,1.48097210546723,0.0653607386720167,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s14,0.843829900291353,0.016804707709303,0.9375,1.125,1.8608221601605,1.025,0.000489853905337846,0.452943941283958,0.20650071606887,0.3375,1.00199638105967,0.0692249318363585,0.844621211313509,0.4125,1.0625,0.9625,SSP4_v9_130325,0.000898755857424991,1.28643312224093,0.0546516160557205,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s15,0.519027846808799,0.020322988909203,1.0375,0.925,1.16217588366032,0.825,0.000277976252592529,0.505129485081332,0.252379396183799,0.4375,0.981242690616446,0.049394653560423,0.723258080278602,0.5125,0.9625,1.0625,SSP4_v9_130325,0.00261036463856231,1.00480502898645,0.0789242422627019,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s16,0.557124321789315,0.0169639525567127,1.06875,0.9625,1.31991106803149,0.9375,0.000310989207707598,0.532072887785893,0.248870715627623,0.38125,0.996991278062809,0.0775725104376386,0.814288553773823,0.43125,1.05625,1.00625,SSP4_v9_130325,0.00209816740524581,1.10563519816143,0.0560101183634688,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s17,0.860264151870598,0.0210112971026069,0.96875,1.1625,1.98983256136251,1.1375,8.18176996866594e-05,0.486931788753277,0.203391402543625,0.48125,1.01627309112316,0.055992015535489,0.702003170457882,0.53125,0.95625,0.90625,SSP4_v9_130325,-0.000246516492703782,1.38652769892149,0.0819073529055653,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s18,1.02076171525843,0.0155868424254259,0.91875,0.8625,1.66040588717377,0.8375,0.000220298370045377,0.50772799490402,0.225879639960793,0.43125,0.987386431760511,0.0439127712797183,0.756635764536352,0.58125,1.00625,0.95625,SSP4_v9_130325,0.00296572935432823,1.23637076103708,0.0439431411351161,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s19,0.730673735963497,0.0183169467731472,1.01875,1.0625,0.723458441303088,1.0375,0.000405305981262073,0.458923714778798,0.160097388294773,0.33125,1.00509351712245,0.0653502143516571,0.625636775704323,0.48125,0.90625,1.05625,SSP4_v9_130325,0.00127756305121901,0.915365977808311,0.0667510274482302,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s20,0.795693327564796,0.0145781017285156,0.99375,0.9125,1.81996410908637,1.0875,0.000355889939652071,0.497441901958945,0.265564342235259,0.40625,0.977620125513487,0.0606408001396804,0.859536764527826,0.45625,0.98125,1.03125,SSP4_v9_130325,0.00361935152888607,1.02786366132187,0.0613271529072703,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s21,1.19577488740464,0.0176082722818934,1.09375,1.1125,1.10096386893526,0.8875,0.000166055155596902,0.555537767290142,0.215138053000053,0.30625,1.00099540748345,0.0920543123124768,0.730050591817344,0.55625,1.08125,0.93125,SSP4_v9_130325,0.00170320040444509,1.30416127348123,0.0351273551408646,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s22,0.931076479312992,0.0163157343086944,1.04375,0.8125,1.4980674682256,1.1875,0.000266849344976752,0.475070636286424,0.23671003978916,0.35625,0.992687244895838,0.0706417989913451,0.783755137241151,0.50625,0.93125,0.98125,SSP4_v9_130325,0.00250273661724123,1.53641497833926,0.0728577107547646,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s23,0.657653259134776,0.0192199446791976,0.94375,1.0125,2.1984841376197,0.9875,0.000468330247067602,0.518727626910159,0.188591856067305,0.45625,1.00976177220272,0.0508618061690498,0.669715705675581,0.40625,1.03125,1.08125,SSP4_v9_130325,0.000749432928475399,1.17234485554232,0.0504006340915763,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp9/SSP4,s24,0.613472268681278,0.015144549508532,1.00625,1.1375,2.08573132264294,0.9625,0.000333150655023248,0.467927112214107,0.280986369139756,0.39375,1.01261356823949,0.0375112185092667,0.686651844671915,0.51875,1.09375,0.94375,SSP4_v9_130325,0.00229679959555491,1.06892354878546,0.0639988036362123,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s25,0.894364822706604,0.0179491845405465,0.90625,0.9375,1.41201902274729,1.1625,0.000131669752932398,0.513068211246723,0.220560007965538,0.49375,0.994906482877554,0.0629592943575224,0.798305426893752,0.41875,0.99375,1.04375,SSP4_v9_130325,0.000380648471113933,1.34234671628144,0.0400321289645085,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s26,1.08463407980186,0.0166442917340933,0.95625,1.0375,0.953820654225939,0.8625,0.000244110060347929,0.49227200509598,0.242513038619577,0.44375,1.00300872193719,0.0737802784962002,0.587243073550515,0.46875,1.04375,1.09375,SSP4_v9_130325,0.0032505670715246,1.20430667391534,0.0766161379206566,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s27,0.763629234229313,0.0198683724187485,1.05625,0.8375,1.73981458721811,1.0625,0.000433944844403098,0.541076285221202,0.196603135948373,0.34375,0.98372690887684,0.0535340026332321,0.743400981195628,0.56875,0.94375,0.99375,SSP4_v9_130325,0.00149726338275877,0.804225189951406,0.0532689156075198,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s28,0.695838708934955,0.0159682401547554,0.93125,1.1875,1.21829423405348,1.0125,0.000379701629954623,0.502558098041055,0.256217545619715,0.41875,1.00731275510416,0.0678804830131246,0.716344578037599,0.59375,0.96875,0.91875,SSP4_v9_130325,0.00424651649270378,0.979238330290331,0.0473303689343829,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s29,0.972136374818411,0.0187294422070409,1.03125,0.9875,1.90253082344691,0.8125,0.000194694018737927,0.444462232709858,0.209475875237224,0.31875,0.990238227797279,0.0477946545044833,0.833080689603283,0.49375,1.06875,1.01875,SSP4_v9_130325,0.00190183259475419,1.26932625299861,0.0696610853787504,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s30,0.827655152188344,0.0136287825630473,1.08125,1.0875,2.35722058716696,1.1125,0.000289010792292401,0.524929363713576,0.231219762961236,0.36875,1.02237987448651,0.0583376300831982,0.650160644822543,0.44375,0.91875,1.06875,SSP4_v9_130325,0.002722436948781,1.44287563640795,0.0274486147101029,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s31,0.463584966099395,0.0172827362013648,0.98125,0.8875,1.58030355090406,0.9125,0.000518182300313341,0.481272373089841,0.178123799591846,0.46875,0.999004592516552,0.0826936740969877,0.769994018181062,0.54375,1.01875,0.96875,SSP4_v9_130325,0.00103427064567177,1.13973586227379,0.0586801962391255,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s32,0.494720321096072,0.0158768313564909,1.021875,1.03125,1.8815522829684,1.05625,0.000214101388838425,0.514446154763424,0.229876046028221,0.309375,0.98957276973737,0.0469276791700665,0.705666241765819,0.434375,0.921875,0.953125,SSP4_v9_130325,0.000263163859817644,1.50527962762005,0.0553334693605635,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s33,0.835716465411465,0.01862071723007,0.921875,0.83125,1.19078063630198,0.85625,0.000398682599331987,0.469836096843401,0.174767597067827,0.409375,1.00674094875661,0.0672304563969397,0.818637782740069,0.534375,1.021875,1.053125,SSP4_v9_130325,0.0022466675241018,1.16428354390212,0.0802890762142756,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s34,0.983400963140301,0.013151494534199,0.971875,1.13125,1.56000408081691,1.15625,0.000305491790151611,0.543874583760257,0.25425004597765,0.459375,0.998505155686726,0.0812146094650681,0.632479519836024,0.584375,0.971875,1.003125,SSP4_v9_130325,0.00144393371427352,1.0165990751928,0.043026021210066,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s35,0.704791764248517,0.0172027112112672,1.071875,0.93125,2.30867228642827,0.95625,6.11855085525525e-05,0.493575552096927,0.208003028930843,0.359375,1.02034495374429,0.0577576235940544,0.759953900041263,0.484375,1.071875,0.903125,SSP4_v9_130325,0.00317387654528872,1.29520821983684,0.0660517427656132,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s36,0.771696044987225,0.015018674595073,0.946875,1.08125,1.38966727977774,0.90625,0.000261235631914523,0.449188904502972,0.241021766816909,0.484375,0.994367245130433,0.0623751928418155,0.733411795269669,0.459375,1.046875,0.978125,SSP4_v9_130325,0.00185257196593483,1.22830395183591,0.0606650325435928,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s37,1.10520635129364,0.0178619599742902,1.046875,0.88125,2.06062740433711,1.10625,0.000458917760513509,0.503841285234415,0.194744369169865,0.384375,1.01184764242732,0.0343359424517551,0.870186307528287,0.559375,0.946875,1.078125,SSP4_v9_130325,0.00403554759699186,0.894793710106596,0.0336166290294885,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s38,0.903244481846346,0.0165633286287811,1.096875,1.18125,1.71995097630778,0.80625,0.000350126475969639,0.482727477646748,0.275869473811529,0.334375,0.982570553546133,0.0528911708280976,0.674142792824766,0.509375,1.096875,1.028125,SSP4_v9_130325,0.00096796928572246,1.09675554077237,0.0720209134779038,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s39,0.625311613966561,0.0196827596390536,0.996875,0.98125,0.908498870884657,1.00625,0.000158167080160153,0.52660463943465,0.219219062445631,0.434375,1.00250075197768,0.0729486742027431,0.787299771106626,0.409375,0.996875,0.928125,SSP4_v9_130325,0.00266576963770506,1.37468835569616,0.0496555759925912,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s40,0.667626937902106,0.0143990007676931,1.059375,0.85625,1.0678694071073,1.03125,0.000238280586697066,0.488290114543799,0.235315383830358,0.321875,1.00049735855374,0.08880345577479,0.802132032234809,0.521875,0.934375,1.090625,SSP4_v9_130325,-0.000565648333635599,1.42698654602518,0.0633257527754635,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s41,0.940844016876726,0.0175258148397065,0.959375,1.05625,1.7997725832639,0.83125,0.000426395215297403,0.534090539535535,0.186285421106372,0.421875,0.974586466924887,0.0600657395499625,0.690610828316342,0.421875,1.034375,0.990625,SSP4_v9_130325,0.00204904846542231,1.13138778947585,0.0389289802369101,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s42,1.25364144934333,0.0162311046566854,0.909375,0.95625,2.16787838860157,1.13125,0.000327572599506606,0.461446142616675,0.262932033175233,0.471875,1.00912058864837,0.0501421548077504,0.746711440929383,0.471875,0.984375,0.940625,SSP4_v9_130325,0.00121945594035921,0.965200437831786,0.0755959462867191,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s43,0.803664430831349,0.0190870381658273,1.009375,1.15625,1.47698752802897,0.93125,0.000121452672202606,0.509042039560605,0.21375109981878,0.371875,0.992101409620163,0.0699231899009564,0.599590519710984,0.571875,1.084375,1.040625,SSP4_v9_130325,0.0029019300771381,1.26095511648352,0.0525662509342991,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s44,0.739044874070737,0.0168844156669,0.984375,0.80625,1.96739281717268,0.98125,0.000283502068021622,0.562378975633081,0.224552560060982,0.496875,1.01523907563258,0.0553912684262123,0.838580554539994,0.596875,1.009375,1.065625,SSP4_v9_130325,0.00165261839297331,1.19633557220317,0.0465191581348445,rcp85,bioenergy_scenario_data.csv,rcp85,SSP4_RCP85
-ssp9/SSP4,s45,1.03479961040107,0.0206206338596022,1.084375,1.00625,1.29557474404533,1.18125,0.000502739140783556,0.49872177529971,0.15082822295922,0.396875,0.996478904308206,0.0765382717981715,0.719818624455739,0.496875,0.909375,0.965625,SSP4_v9_130325,0.00351471268658497,0.746358637426121,0.0689130939057559,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s46,0.868612226313865,0.0154834951368821,1.034375,0.90625,0.619228092369903,0.88125,0.00037361443221553,0.5202158697055,0.247210684327461,0.346875,1.00456253746093,0.0647423148103763,0.773383972208288,0.446875,1.059375,0.915625,SSP4_v9_130325,0.000667859718862291,1.05915601314045,0.0239742697456634,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s47,0.573013414752132,0.0182216730638835,0.934375,1.10625,1.64049981166476,1.08125,0.000187886806106612,0.476689072781883,0.201774838984524,0.446875,0.986573454726325,0.0426955036550285,0.655384724808751,0.546875,0.959375,1.015625,SSP4_v9_130325,0.00245025211792227,1.33237303932244,0.0580166603888253,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s48,0.539379353792156,0.0156865240050789,0.953125,1.19375,2.42111784516972,1.19375,0.000412113193893388,0.496158714765585,0.210922772029275,0.378125,0.995437462539068,0.0971988357708336,0.740083301944127,0.403125,1.065625,1.059375,SSP4_v9_130325,0.00234738160702669,1.27781270695451,0.0299181039421968,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP4,s49,0.852008052815441,0.0184149506719484,1.053125,0.99375,1.60047077161802,0.99375,0.00022638556778447,0.550811095497028,0.258301516946853,0.478125,1.01342654527367,0.0612168212045382,0.569871348728317,0.503125,0.965625,0.959375,SSP4_v9_130325,0.000485287313415033,0.992390003159159,0.0593422881858766,rcp45,bioenergy_scenario_data.csv,rcp45,SSP4_RCP45
-ssp9/SSP4,s50,1.00761003986067,0.0170434363914586,1.003125,1.09375,1.2448567569486,1.09375,9.72608592164437e-05,0.47339536056535,0.181104524380354,0.428125,0.98476092436742,0.0515576973712925,0.794565469528779,0.553125,1.015625,0.909375,SSP4_v9_130325,0.00333214028113771,1.14799195970277,0.0481221656632684,rcp60,bioenergy_scenario_data.csv,rcp60,SSP4_RCP60
-ssp9/SSP5,s1,0.811640789284124,0.0255478849592337,1,1,0.926049361002817,1,0.000181512340250704,0.518835921530899,0.154964919394384,0.4,1.00976578836866,0.0445126831921568,0.607535231658141,0.5,1,1,SSP5_v9_130325,0.00396307283703912,0.635905109239572,0.0374470532300597,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s2,0.950913447119588,0.0237763289140303,1.05,0.9,1.23043518805055,0.9,0.000257608797012638,0.504908658487231,0.130143746947899,0.45,1.00535092206312,0.057952756518755,0.581114670837621,0.55,0.95,1.05,SSP5_v9_130325,0.00350656990464916,0.803172883434773,0.0292208157420578,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s3,0.677289103652929,0.0271331205428652,0.95,1.1,0.664652939726232,1.1,0.000116163234931558,0.532271087533741,0.181772616931047,0.35,1.01407716596062,0.0330090823549182,0.637061126457078,0.45,1.05,0.95,SSP5_v9_130325,0.00440316181646114,0.483175490607284,0.0465694046538295,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s4,0.747317644437761,0.0247306648304096,1.025,0.85,1.45469178672338,1.15,7.93381979158249e-05,0.525268234769637,0.114425141818419,0.475,1.00768988334135,0.0506301059058289,0.564769838803214,0.475,1.025,0.925,SSP5_v9_130325,0.00374921228054304,0.561543291189036,0.0531531191676086,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s5,1.04992250232152,0.0281138114822018,0.925,1.05,0.795668089520843,0.95,0.000216547471988307,0.495007754878345,0.167458632596606,0.375,1.01702968341419,0.0261085152314528,0.621155549229806,0.575,0.925,1.025,SSP5_v9_130325,0.00470170224237687,0.92597876013111,0.0334097948543317,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s6,0.877067295765406,0.0224481941921206,0.975,0.95,0.5173527916633,1.05,0.000313672946680845,0.541248926790519,0.142918109877283,0.325,1.00220224990988,0.0388290458435607,0.594612271963882,0.525,1.075,1.075,SSP5_v9_130325,0.00317687389702778,0.713535210739204,0.0416869470585662,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s7,0.58751069527749,0.0263232635198016,1.075,1.15,1.06618988795323,0.85,0.000148917022380211,0.512293272169141,0.201170921929993,0.425,1.0118185538767,0.0684984107814919,0.659196675396549,0.425,0.975,0.975,SSP5_v9_130325,0.00417326471250381,0.387371373137462,0.0242651625750109,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s8,0.63656265300707,0.0242793270700347,0.9625,1.075,0.994196843877722,0.875,5.57880317639894e-05,0.548097210546723,0.122911509299956,0.3125,1.01290330152184,0.0625634106275243,0.614178583117231,0.5375,0.9375,1.0375,SSP5_v9_130325,0.00290758694314781,0.318435110768064,0.0495172071217179,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s9,0.912306235156161,0.0275864071203186,1.0625,0.875,0.423152127055958,1.075,0.000198549210969431,0.515617011061736,0.174266075912534,0.4125,1.00394584446383,0.0359763457745679,0.553106230961815,0.4375,1.0375,0.9375,SSP5_v9_130325,0.00406732813461995,0.673867127371789,0.0313602797328327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s10,1.12908515409343,0.0213497915088738,1.0125,1.175,0.730943888305931,0.975,0.000282646540713303,0.528643312224093,0.14895359730641,0.4625,1.01934438411581,0.0212752105246864,0.646851462001555,0.4875,0.9875,0.9875,SSP5_v9_130325,0.00363366757352137,0.85777615593929,0.0395194273741454,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s11,0.779720877816221,0.0259362745293572,0.9125,0.975,1.33058616285321,1.175,0.000132735972076483,0.500480502898645,0.216726353627597,0.3625,1.00874347893471,0.0474795830984112,0.588029549334998,0.5875,1.0875,1.0875,SSP5_v9_130325,0.00453789417717395,0.523410750165081,0.0208738277397614,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s12,0.713566863489621,0.0231889079884642,1.0875,1.025,0.86028939867388,1.125,9.86762219126707e-05,0.508769378924824,0.103050365427075,0.4875,1.0154070139436,0.0416515974026395,0.628677835160263,0.5625,1.0125,1.0125,SSP5_v9_130325,0.00385792306387318,0.598740947829691,0.0269081865342875,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp9/SSP5,s13,0.995195011634652,0.0267182273538555,0.9875,0.825,1.63209356123812,0.925,0.000235991611158458,0.536343731863701,0.16108535699324,0.3875,1.00657386758293,0.0775703616307693,0.573559902765642,0.4625,0.9125,0.9125,SSP5_v9_130325,0.00493432237975771,1.025712139091,0.0440081976996717,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s14,0.843829900291353,0.0251492833517119,0.9375,1.125,1.14396644463383,1.025,0.000358023390309529,0.487091491163653,0.136712062605948,0.3375,1.0107824556005,0.0540682418451556,0.677503362853193,0.4125,1.0625,0.9625,SSP5_v9_130325,0.00335989556956724,0.75606799012989,0.0354242097637093,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s15,0.519027846808799,0.0288136285408064,1.0375,0.925,0.594704887650683,0.825,0.00016507234966847,0.522027912056015,0.190429287019419,0.4375,0.999657166990017,0.0298003250301597,0.601062080432857,0.5125,0.9625,1.0625,SSP5_v9_130325,0.00428385071050064,0.439013436502893,0.0583428870538094,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s16,0.557124321789315,0.0253504314771848,1.06875,0.9625,0.698103172953304,0.9375,0.00018993525487843,0.538652769892149,0.18591631035963,0.38125,1.00822234017848,0.065302867139981,0.65258580543097,0.43125,1.05625,1.00625,SSP5_v9_130325,0.00401515445605952,0.542657557123211,0.0364320340674248,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s17,0.860264151870598,0.0293462394216383,0.96875,1.1625,1.2783486346486,1.1375,3.98707234441869e-05,0.510563519816143,0.133488291228588,0.48125,1.01804877712492,0.0374111562328369,0.591348451208211,0.53125,0.95625,0.90625,SSP5_v9_130325,0.00267527919596774,0.88954811156418,0.0625954143813232,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s18,1.02076171525843,0.0234961624493063,0.91875,0.8625,0.959741019513719,0.8375,0.000124525793238326,0.523637076103708,0.158003033874154,0.43125,1.0031325205989,0.0239173092884741,0.617613736965767,0.58125,1.00625,0.95625,SSP5_v9_130325,0.00446800044001369,0.693423916044026,0.0280933091360405,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s19,0.730673735963497,0.0269222522435509,1.01875,1.0625,0.359482893776748,1.0375,0.00026958715866215,0.491536597780831,0.0943103959874701,0.33125,1.0123526967519,0.0490262448414212,0.559503720168343,0.48125,0.90625,1.05625,SSP5_v9_130325,0.00357195219102361,0.356303485222235,0.0452516676815704,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s20,0.795693327564796,0.0219703592308003,0.99375,0.9125,1.1042045505433,1.0875,0.000226051137635826,0.517234485554232,0.207993972622753,0.40625,0.9974819281814,0.0430732221145738,0.69330857308683,0.45625,0.98125,1.03125,SSP5_v9_130325,0.00480426426614274,0.461744792099424,0.0405880617536309,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s21,1.19577488740464,0.0261293905050714,1.09375,1.1125,0.557314798757178,0.8875,8.93286996892946e-05,0.553641497833926,0.145947416885585,0.30625,1.01027329778101,0.08569132650396,0.604286646039319,0.55625,1.08125,0.93125,SSP5_v9_130325,0.00380419584603859,0.778907118932001,0.022714721998117,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s22,0.931076479312992,0.0245100667090002,1.04375,0.8125,0.827911867358561,1.1875,0.00015697796683964,0.502786366132187,0.170794257562009,0.35625,1.00597941921084,0.0559413014759793,0.6327354953392,0.50625,0.93125,0.98125,SSP5_v9_130325,0.00422775935675324,1.11038416597317,0.0512183149516782,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s23,0.657653259134776,0.0278372722816193,0.94375,1.0125,1.53298624616597,0.9875,0.000333246561541492,0.530416127348123,0.118884331809971,0.45625,1.01471658840838,0.0314458240278456,0.577444062091939,0.40625,1.03125,1.08125,SSP5_v9_130325,0.00327466508599108,0.617275376098746,0.032392451151527,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s24,0.613472268681278,0.0228448469200481,1.00625,1.1375,1.38859543680006,0.9625,0.000207401733313545,0.497923833029033,0.229778592466511,0.39375,1.01616770231466,0.0176436458572584,0.584629138483649,0.51875,1.09375,0.94375,SSP5_v9_130325,0.00411991638839917,0.503647524410799,0.0428238622935884,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s25,0.894364822706604,0.0265190930035269,0.90625,0.9375,0.763401782706753,1.1625,6.8374284962218e-05,0.526932625299861,0.151953926968848,0.49375,1.00714201542879,0.0459784397954695,0.641730561229495,0.41875,0.99375,1.04375,SSP5_v9_130325,0.00305954403873498,0.829271202786607,0.0256434784736817,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s26,1.08463407980186,0.0249431738486793,0.95625,1.0375,0.473497139848872,0.8625,0.000140850445676688,0.513973586227379,0.177910042646664,0.44375,1.01129641039598,0.0601415494078447,0.544229388587611,0.46875,1.04375,1.09375,SSP5_v9_130325,0.00461476420826058,0.654733152408547,0.0554428629031092,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s27,0.763629234229313,0.0284297788830736,1.05625,0.8375,1.02960693325418,1.0625,0.000297148859200015,0.544287563640795,0.126637066502729,0.34375,1.00109030655187,0.0345134929526982,0.610826118751688,0.56875,0.94375,0.99375,SSP5_v9_130325,0.00369254120700669,0.265670906889895,0.034418527303489,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s28,0.695838708934955,0.0240358671313929,0.93125,1.1875,0.630310729121459,1.0125,0.00024646797565399,0.520430667391534,0.19544331575343,0.41875,1.0134758139166,0.0523050743679224,0.597843484877907,0.59375,0.96875,0.91875,SSP5_v9_130325,0.00512726141260409,0.414483520703615,0.0303060224569368,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s29,0.972136374818411,0.0273533573115677,1.03125,0.9875,1.18587190261596,0.8125,0.000107577682280365,0.480422518995141,0.139846819080816,0.31875,1.00467796407618,0.0280388222972649,0.667160580894222,0.49375,1.06875,1.01875,SSP5_v9_130325,0.00391076896082654,0.734354698973289,0.0479817302591742,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s30,0.827655152188344,0.020401477712308,1.08125,1.0875,1.77684609453492,1.1125,0.000173237858858911,0.534234671628144,0.164230333714001,0.36875,1.02127283629581,0.0402396243374653,0.56937882102247,0.44375,0.91875,1.06875,SSP5_v9_130325,0.0043420864638875,0.969576973119535,0.0184176225589995,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s31,0.463584966099395,0.0257428003469886,0.98125,0.8875,0.892951435435643,0.9125,0.000394211523633729,0.506892354878546,0.109305194912642,0.46875,1.00925687696722,0.0724034223024143,0.624832179673176,0.54375,1.01875,0.96875,SSP5_v9_130325,0.00343640889091718,0.580199158362434,0.0384743872167725,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp9/SSP5,s32,0.494720321096072,0.0239083578342518,1.021875,1.03125,1.16462240889916,1.05625,0.000120367571625129,0.527781270695451,0.162648785475922,0.309375,1.00432045397671,0.0270992248228053,0.592985769179681,0.434375,0.921875,0.953125,SSP5_v9_130325,0.00298947309349185,1.0623961756384,0.0359275375894697,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s33,0.835716465411465,0.0272418796488175,0.921875,0.83125,0.612693832253394,0.85625,0.000263480130963011,0.499239000315916,0.106368075012158,0.409375,1.01318642838976,0.0514577218695133,0.655759023672102,0.534375,1.021875,1.053125,SSP5_v9_130325,0.00409354957316118,0.608002623707458,0.0602046717249145,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s34,0.983400963140301,0.0195628689119369,0.971875,1.13125,0.876575475560696,1.15625,0.00018570267330288,0.546062060159831,0.192862933458628,0.459375,1.00900093651959,0.0703386026715292,0.562239774047237,0.584375,0.971875,1.003125,SSP5_v9_130325,0.0036634161610961,0.450568104544773,0.0275091227141327,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s35,0.704791764248517,0.0256455905078735,1.071875,0.93125,1.69558694769315,0.95625,2.8782681663039e-05,0.514799195970277,0.138288854849879,0.359375,1.02018301220445,0.0395346895536722,0.619369667585754,0.484375,1.071875,0.903125,SSP5_v9_130325,0.00457530088897626,0.767329973065652,0.0446216916408331,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s36,0.771696044987225,0.0226544535706401,0.946875,1.08125,0.747208085179099,0.90625,0.000152945704951397,0.484198017420206,0.176063934626703,0.484375,1.00686082029811,0.0452417256011648,0.605906807946873,0.459375,1.046875,0.978125,SSP5_v9_130325,0.00388443433828232,0.683584860394812,0.0400504008981708,rcp45,bioenergy_scenario_data.csv,rcp45,SSP5_RCP45
-ssp9/SSP5,s37,1.10520635129364,0.0264208538061694,1.046875,0.88125,1.35875185832105,1.10625,0.000322984434470518,0.521228398704013,0.124806033425309,0.384375,1.0157770076478,0.0148031350967496,0.707285370023932,0.559375,0.946875,1.078125,SSP5_v9_130325,0.00501831787010877,0.338509863475497,0.021842496211076,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s38,0.903244481846346,0.0248378178716749,1.096875,1.18125,1.01176973084215,0.80625,0.000221250024890383,0.507842563718182,0.222399403254789,0.334375,1.00042846348125,0.0337674534500714,0.579302021095942,0.509375,1.096875,1.028125,SSP5_v9_130325,0.00339907000879667,0.533088306191632,0.0503436073887525,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s39,0.625311613966561,0.0282656155066586,0.996875,0.98125,0.449392799440172,1.00625,8.44301124400627e-05,0.535268145711333,0.150453452136176,0.434375,1.01103862895081,0.0590219982729302,0.634860647424335,0.409375,0.996875,0.928125,SSP5_v9_130325,0.00431266129638509,0.873183546651869,0.0318786426344541,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s40,0.667626937902106,0.021684340434528,1.059375,0.85625,0.537720449760251,1.03125,0.000136802021294775,0.511435442678212,0.169111360863951,0.321875,1.01001952840025,0.0810378804500765,0.644226103988479,0.521875,0.934375,1.090625,SSP5_v9_130325,0.00246858020073259,0.946649948643442,0.0422501087837271,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s41,0.940844016876726,0.026032808911642,0.959375,1.05625,1.08500009956153,0.83125,0.000289687964580263,0.539907518380715,0.116719779162328,0.421875,0.995563055393336,0.04236069416707,0.586341391293893,0.421875,1.034375,0.990625,SSP5_v9_130325,0.00398912181456716,0.570892442828458,0.024971373195203,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s42,1.25364144934333,0.0243961110127273,0.909375,0.95625,1.49193773788207,1.13125,0.000202942432710537,0.493359652416935,0.204410276758331,0.471875,1.01439141932741,0.0306351511458141,0.612493388112557,0.471875,0.984375,0.940625,SSP5_v9_130325,0.00353978061813724,0.401316545896097,0.0542424951137921,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s43,0.803664430831349,0.0277092112366603,1.009375,1.15625,0.811782819805589,0.93125,6.2348199860043e-05,0.524449237818174,0.144436784923168,0.371875,1.00567000053857,0.0549894467329411,0.549149058379278,0.571875,1.084375,1.040625,SSP5_v9_130325,0.00443504084463754,0.723845719952587,0.0339148782574894,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s44,0.739044874070737,0.0252503951847378,0.984375,0.80625,1.25392052385204,0.98125,0.000169143868890174,0.558285202632829,0.156479541305052,0.496875,1.01751443304365,0.0366965171715267,0.671927554611336,0.596875,1.009375,1.065625,SSP5_v9_130325,0.00377688645893135,0.645287775345277,0.0297679254622976,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s45,1.03479961040107,0.0290510590601845,1.084375,1.00625,0.681470286500516,1.18125,0.000373896736923288,0.518036615779975,0.0873621295303796,0.396875,1.007957767619,0.063886494011803,0.599453176087922,0.496875,0.909375,0.965625,SSP5_v9_130325,0.00475051711084206,0.223839698592246,0.0472622006295732,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s46,0.868612226313865,0.023346429681656,1.034375,0.90625,0.315130726652156,0.88125,0.000241155602224791,0.531331870954475,0.183804568496687,0.346875,1.01208386502939,0.0482465373259842,0.626731438730719,0.446875,1.059375,0.915625,SSP5_v9_130325,0.00322767080753396,0.493514064568919,0.0165813700848493,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s47,0.573013414752132,0.0268195169554694,0.934375,1.10625,0.942810693211519,1.08125,0.000103173458063349,0.5038672630447,0.131833423677469,0.446875,1.00268507980393,0.0226719889756416,0.571513169613941,0.546875,0.959375,1.015625,SSP5_v9_130325,0.00420034242614859,0.815962045766108,0.0379588527538187,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s48,0.539379353792156,0.0236391716623519,0.953125,1.19375,1.89700073798537,1.19375,0.000275962676892314,0.516428354390212,0.141388979149952,0.378125,1.00741815820204,0.0931223885794789,0.609174215352431,0.403125,1.065625,1.059375,SSP5_v9_130325,0.00414647259494396,0.745086417827886,0.0197631359640276,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
-ssp9/SSP5,s49,0.852008052815441,0.0270266897004423,1.053125,0.99375,0.909436267139329,0.99375,0.000128646131857808,0.550527962762005,0.198199697872104,0.478125,1.01658336995783,0.0437902048863725,0.537220720729688,0.503125,0.965625,0.959375,SSP5_v9_130325,0.00312129942876066,0.427013312264802,0.0389943405497477,rcp60,bioenergy_scenario_data.csv,rcp60,SSP5_RCP60
-ssp9/SSP5,s50,1.00761003986067,0.0254495458101619,1.003125,1.09375,0.64761394551198,1.09375,4.84538815024655e-05,0.50165990751928,0.111968592640887,0.428125,1.00167499045415,0.0322360912639921,0.639347077564318,0.553125,1.015625,0.909375,SSP5_v9_130325,0.00465670971134789,0.589477493752596,0.030836419868959,rcp85,bioenergy_scenario_data.csv,rcp85,SSP5_RCP85
diff --git a/data/subsidyrates.csv b/data/subsidyrates.csv
index 172ff763d32b7f37ef2f04d4ced1ac7719b69311..a18e42210fa6407726fdeeb3b7884b2fe337ad0b 100644
--- a/data/subsidyrates.csv
+++ b/data/subsidyrates.csv
@@ -1,1219 +1,1567 @@
 country,crop,rate
-Afghanistan,wheat,0.031638122
-Albania,wheat,0.031638122
-Algeria,wheat,0.031638122
-Angola,wheat,0.031638122
-Antigua and Barbuda,wheat,0.031638122
-Argentina,wheat,0.031638122
-Armenia,wheat,0.031638122
-Australia,wheat,0.022773016
-Austria,wheat,0.060512763
-Azerbaijan,wheat,0.031638122
-Bahamas,wheat,0.031638122
-Bangladesh,wheat,0.031638122
-Barbados,wheat,0.031638122
-Belarus,wheat,0.031638122
-Belgium,wheat,0.060512763
-Belize,wheat,0.031638122
-Benin,wheat,0.031638122
-Bermuda,wheat,0.031638122
-Bolivia (Plurinational State of),wheat,0.031638122
-Bosnia and Herzegovina,wheat,0.031638122
-Botswana,wheat,0.031638122
-Brazil,wheat,0.034722689
-Brunei Darussalam,wheat,0.031638122
-Bulgaria,wheat,0.060512763
-Burkina Faso,wheat,0.031638122
-Cabo Verde,wheat,0.031638122
-Cambodia,wheat,0.031638122
-Cameroon,wheat,0.031638122
-Canada,wheat,0.076668031
-Central African Republic,wheat,0.031638122
-Chad,wheat,0.031638122
-Chile,wheat,0.031638122
-China,wheat,0.156507445
-Colombia,wheat,0.073782493
-Congo,wheat,0.031638122
-Costa Rica,wheat,0.031638122
-Cote d'Ivoire,wheat,0.031638122
-Croatia,wheat,0.060512763
-Cuba,wheat,0.031638122
-Cyprus,wheat,0.060512763
-Czech Republic,wheat,0.060512763
-Democratic People's Republic of Korea,wheat,0.031638122
-Democratic Republic of the Congo,wheat,0.031638122
-Denmark,wheat,0.060512763
-Djibouti,wheat,0.031638122
-Dominica,wheat,0.031638122
-Dominican Republic,wheat,0.031638122
-Ecuador,wheat,0.031638122
-Egypt,wheat,0.031638122
-El Salvador,wheat,0.031638122
-Estonia,wheat,0.060512763
-Ethiopia,wheat,0.031638122
-Fiji,wheat,0.031638122
-Finland,wheat,0.060512763
-France,wheat,0.060512763
-French Polynesia,wheat,0.031638122
-Gabon,wheat,0.031638122
-Gambia,wheat,0.031638122
-Georgia,wheat,0.031638122
-Germany,wheat,0.060512763
-Ghana,wheat,0.031638122
-Greece,wheat,0.060512763
-Grenada,wheat,0.031638122
-Guatemala,wheat,0.031638122
-Guinea,wheat,0.031638122
-Guinea-Bissau,wheat,0.031638122
-Guyana,wheat,0.031638122
-Haiti,wheat,0.031638122
-Honduras,wheat,0.031638122
-Hungary,wheat,0.060512763
-Iceland,wheat,0.031638122
-India,wheat,0.026796898
-Indonesia,wheat,0.004977818
-Iran (Islamic Republic of),wheat,0.031638122
-Iraq,wheat,0.031638122
-Ireland,wheat,0.060512763
-Israel,wheat,0.031638122
-Italy,wheat,0.060512763
-Jamaica,wheat,0.031638122
-Japan,wheat,0.879916597
-Jordan,wheat,0.031638122
-Kazakhstan,wheat,0.031638122
-Kenya,wheat,0.031638122
-Kiribati,wheat,0.031638122
-Kuwait,wheat,0.031638122
-Kyrgyzstan,wheat,0.031638122
-Lao People's Democratic Republic,wheat,0.031638122
-Latvia,wheat,0.060512763
-Lebanon,wheat,0.031638122
-Lesotho,wheat,0.031638122
-Liberia,wheat,0.031638122
-Libya,wheat,0.031638122
-Lithuania,wheat,0.060512763
-Luxembourg,wheat,0.060512763
-Madagascar,wheat,0.031638122
-Malawi,wheat,0.031638122
-Malaysia,wheat,0.031638122
-Maldives,wheat,0.031638122
-Mali,wheat,0.031638122
-Malta,wheat,0.060512763
-Mauritania,wheat,0.031638122
-Mauritius,wheat,0.031638122
-Mexico,wheat,0.198859838
-Mongolia,wheat,0.031638122
-Montenegro,wheat,0.031638122
-Morocco,wheat,0.031638122
-Mozambique,wheat,0.031638122
-Myanmar,wheat,0.031638122
-Namibia,wheat,0.031638122
-Nepal,wheat,0.031638122
-Netherlands,wheat,0.060512763
-New Caledonia,wheat,0.031638122
-New Zealand,wheat,0.017424233
-Nicaragua,wheat,0.031638122
-Niger,wheat,0.031638122
-Nigeria,wheat,0.031638122
-Norway,wheat,0.879916597
-Oman,wheat,0.031638122
-Pakistan,wheat,0.031638122
-Panama,wheat,0.031638122
-Paraguay,wheat,0.031638122
-Peru,wheat,0.031638122
-Philippines,wheat,0.031638122
-Poland,wheat,0.060512763
-Portugal,wheat,0.060512763
-Republic of Korea,wheat,0.879916597
-Republic of Moldova,wheat,0.031638122
-Romania,wheat,0.060512763
-Russian Federation,wheat,0.088487243
-Rwanda,wheat,0.031638122
-Saint Kitts and Nevis,wheat,0.031638122
-Saint Lucia,wheat,0.031638122
-Saint Vincent and the Grenadines,wheat,0.031638122
-Samoa,wheat,0.031638122
-Sao Tome and Principe,wheat,0.031638122
-Saudi Arabia,wheat,0.031638122
-Senegal,wheat,0.031638122
-Serbia,wheat,0.031638122
-Sierra Leone,wheat,0.031638122
-Slovakia,wheat,0.060512763
-Slovenia,wheat,0.060512763
-Solomon Islands,wheat,0.031638122
-Somalia,wheat,0.031638122
-South Africa,wheat,0.016154055
-South Sudan,wheat,0.031638122
-Spain,wheat,0.060512763
-Sri Lanka,wheat,0.031638122
-Sudan,wheat,0.031638122
-Suriname,wheat,0.031638122
-Swaziland,wheat,0.031638122
-Sweden,wheat,0.060512763
-Switzerland,wheat,0.879916597
-Tajikistan,wheat,0.031638122
-Thailand,wheat,0.031638122
-The former Yugoslav Republic of Macedonia,wheat,0.031638122
-Togo,wheat,0.031638122
-Trinidad and Tobago,wheat,0.031638122
-Tunisia,wheat,0.031638122
-Turkey,wheat,0.106520784
-Turkmenistan,wheat,0.031638122
-Uganda,wheat,0.031638122
-Ukraine,wheat,0.031638122
-United Arab Emirates,wheat,0.031638122
-United Kingdom,wheat,0.060512763
-United Republic of Tanzania,wheat,0.031638122
-United States of America,wheat,0.11612624
-Uruguay,wheat,0.031638122
-Uzbekistan,wheat,0.031638122
-Vanuatu,wheat,0.031638122
-Venezuela (Bolivarian Republic of),wheat,0.031638122
-Viet Nam,wheat,0.031638122
-Yemen,wheat,0.031638122
-Zambia,wheat,0.031638122
-Zimbabwe,wheat,0.031638122
-Afghanistan,maize,0.031638122
-Albania,maize,0.031638122
-Algeria,maize,0.031638122
-Angola,maize,0.031638122
-Antigua and Barbuda,maize,0.031638122
-Argentina,maize,0.031638122
-Armenia,maize,0.031638122
-Australia,maize,0.022773016
-Austria,maize,0.060512763
-Azerbaijan,maize,0.031638122
-Bahamas,maize,0.031638122
-Bangladesh,maize,0.031638122
-Barbados,maize,0.031638122
-Belarus,maize,0.031638122
-Belgium,maize,0.060512763
-Belize,maize,0.031638122
-Benin,maize,0.031638122
-Bermuda,maize,0.031638122
-Bolivia (Plurinational State of),maize,0.031638122
-Bosnia and Herzegovina,maize,0.031638122
-Botswana,maize,0.031638122
-Brazil,maize,0.034722689
-Brunei Darussalam,maize,0.031638122
-Bulgaria,maize,0.060512763
-Burkina Faso,maize,0.031638122
-Cabo Verde,maize,0.031638122
-Cambodia,maize,0.031638122
-Cameroon,maize,0.031638122
-Canada,maize,0.076668031
-Central African Republic,maize,0.031638122
-Chad,maize,0.031638122
-Chile,maize,0.031638122
-China,maize,0.156507445
-Colombia,maize,0.073782493
-Congo,maize,0.031638122
-Costa Rica,maize,0.031638122
-Cote d'Ivoire,maize,0.031638122
-Croatia,maize,0.060512763
-Cuba,maize,0.031638122
-Cyprus,maize,0.060512763
-Czech Republic,maize,0.060512763
-Democratic People's Republic of Korea,maize,0.031638122
-Democratic Republic of the Congo,maize,0.031638122
-Denmark,maize,0.060512763
-Djibouti,maize,0.031638122
-Dominica,maize,0.031638122
-Dominican Republic,maize,0.031638122
-Ecuador,maize,0.031638122
-Egypt,maize,0.031638122
-El Salvador,maize,0.031638122
-Estonia,maize,0.060512763
-Ethiopia,maize,0.031638122
-Fiji,maize,0.031638122
-Finland,maize,0.060512763
-France,maize,0.060512763
-French Polynesia,maize,0.031638122
-Gabon,maize,0.031638122
-Gambia,maize,0.031638122
-Georgia,maize,0.031638122
-Germany,maize,0.060512763
-Ghana,maize,0.031638122
-Greece,maize,0.060512763
-Grenada,maize,0.031638122
-Guatemala,maize,0.031638122
-Guinea,maize,0.031638122
-Guinea-Bissau,maize,0.031638122
-Guyana,maize,0.031638122
-Haiti,maize,0.031638122
-Honduras,maize,0.031638122
-Hungary,maize,0.060512763
-Iceland,maize,0.031638122
-India,maize,0.026796898
-Indonesia,maize,0.004977818
-Iran (Islamic Republic of),maize,0.031638122
-Iraq,maize,0.031638122
-Ireland,maize,0.060512763
-Israel,maize,0.031638122
-Italy,maize,0.060512763
-Jamaica,maize,0.031638122
-Japan,maize,0.879916597
-Jordan,maize,0.031638122
-Kazakhstan,maize,0.031638122
-Kenya,maize,0.031638122
-Kiribati,maize,0.031638122
-Kuwait,maize,0.031638122
-Kyrgyzstan,maize,0.031638122
-Lao People's Democratic Republic,maize,0.031638122
-Latvia,maize,0.060512763
-Lebanon,maize,0.031638122
-Lesotho,maize,0.031638122
-Liberia,maize,0.031638122
-Libya,maize,0.031638122
-Lithuania,maize,0.060512763
-Luxembourg,maize,0.060512763
-Madagascar,maize,0.031638122
-Malawi,maize,0.031638122
-Malaysia,maize,0.031638122
-Maldives,maize,0.031638122
-Mali,maize,0.031638122
-Malta,maize,0.060512763
-Mauritania,maize,0.031638122
-Mauritius,maize,0.031638122
-Mexico,maize,0.198859838
-Mongolia,maize,0.031638122
-Montenegro,maize,0.031638122
-Morocco,maize,0.031638122
-Mozambique,maize,0.031638122
-Myanmar,maize,0.031638122
-Namibia,maize,0.031638122
-Nepal,maize,0.031638122
-Netherlands,maize,0.060512763
-New Caledonia,maize,0.031638122
-New Zealand,maize,0.017424233
-Nicaragua,maize,0.031638122
-Niger,maize,0.031638122
-Nigeria,maize,0.031638122
-Norway,maize,0.879916597
-Oman,maize,0.031638122
-Pakistan,maize,0.031638122
-Panama,maize,0.031638122
-Paraguay,maize,0.031638122
-Peru,maize,0.031638122
-Philippines,maize,0.031638122
-Poland,maize,0.060512763
-Portugal,maize,0.060512763
-Republic of Korea,maize,0.879916597
-Republic of Moldova,maize,0.031638122
-Romania,maize,0.060512763
-Russian Federation,maize,0.088487243
-Rwanda,maize,0.031638122
-Saint Kitts and Nevis,maize,0.031638122
-Saint Lucia,maize,0.031638122
-Saint Vincent and the Grenadines,maize,0.031638122
-Samoa,maize,0.031638122
-Sao Tome and Principe,maize,0.031638122
-Saudi Arabia,maize,0.031638122
-Senegal,maize,0.031638122
-Serbia,maize,0.031638122
-Sierra Leone,maize,0.031638122
-Slovakia,maize,0.060512763
-Slovenia,maize,0.060512763
-Solomon Islands,maize,0.031638122
-Somalia,maize,0.031638122
-South Africa,maize,0.016154055
-South Sudan,maize,0.031638122
-Spain,maize,0.060512763
-Sri Lanka,maize,0.031638122
-Sudan,maize,0.031638122
-Suriname,maize,0.031638122
-Swaziland,maize,0.031638122
-Sweden,maize,0.060512763
-Switzerland,maize,0.879916597
-Tajikistan,maize,0.031638122
-Thailand,maize,0.031638122
-The former Yugoslav Republic of Macedonia,maize,0.031638122
-Togo,maize,0.031638122
-Trinidad and Tobago,maize,0.031638122
-Tunisia,maize,0.031638122
-Turkey,maize,0.106520784
-Turkmenistan,maize,0.031638122
-Uganda,maize,0.031638122
-Ukraine,maize,0.031638122
-United Arab Emirates,maize,0.031638122
-United Kingdom,maize,0.060512763
-United Republic of Tanzania,maize,0.031638122
-United States of America,maize,0.11612624
-Uruguay,maize,0.031638122
-Uzbekistan,maize,0.031638122
-Vanuatu,maize,0.031638122
-Venezuela (Bolivarian Republic of),maize,0.031638122
-Viet Nam,maize,0.031638122
-Yemen,maize,0.031638122
-Zambia,maize,0.031638122
-Zimbabwe,maize,0.031638122
-Afghanistan,rice,0.031638122
-Albania,rice,0.031638122
-Algeria,rice,0.031638122
-Angola,rice,0.031638122
-Antigua and Barbuda,rice,0.031638122
-Argentina,rice,0.031638122
-Armenia,rice,0.031638122
-Australia,rice,0.022773016
-Austria,rice,0.060512763
-Azerbaijan,rice,0.031638122
-Bahamas,rice,0.031638122
-Bangladesh,rice,0.031638122
-Barbados,rice,0.031638122
-Belarus,rice,0.031638122
-Belgium,rice,0.060512763
-Belize,rice,0.031638122
-Benin,rice,0.031638122
-Bermuda,rice,0.031638122
-Bolivia (Plurinational State of),rice,0.031638122
-Bosnia and Herzegovina,rice,0.031638122
-Botswana,rice,0.031638122
-Brazil,rice,0.034722689
-Brunei Darussalam,rice,0.031638122
-Bulgaria,rice,0.060512763
-Burkina Faso,rice,0.031638122
-Cabo Verde,rice,0.031638122
-Cambodia,rice,0.031638122
-Cameroon,rice,0.031638122
-Canada,rice,0.076668031
-Central African Republic,rice,0.031638122
-Chad,rice,0.031638122
-Chile,rice,0.031638122
-China,rice,0.156507445
-Colombia,rice,0.073782493
-Congo,rice,0.031638122
-Costa Rica,rice,0.031638122
-Cote d'Ivoire,rice,0.031638122
-Croatia,rice,0.060512763
-Cuba,rice,0.031638122
-Cyprus,rice,0.060512763
-Czech Republic,rice,0.060512763
-Democratic People's Republic of Korea,rice,0.031638122
-Democratic Republic of the Congo,rice,0.031638122
-Denmark,rice,0.060512763
-Djibouti,rice,0.031638122
-Dominica,rice,0.031638122
-Dominican Republic,rice,0.031638122
-Ecuador,rice,0.031638122
-Egypt,rice,0.031638122
-El Salvador,rice,0.031638122
-Estonia,rice,0.060512763
-Ethiopia,rice,0.031638122
-Fiji,rice,0.031638122
-Finland,rice,0.060512763
-France,rice,0.060512763
-French Polynesia,rice,0.031638122
-Gabon,rice,0.031638122
-Gambia,rice,0.031638122
-Georgia,rice,0.031638122
-Germany,rice,0.060512763
-Ghana,rice,0.031638122
-Greece,rice,0.060512763
-Grenada,rice,0.031638122
-Guatemala,rice,0.031638122
-Guinea,rice,0.031638122
-Guinea-Bissau,rice,0.031638122
-Guyana,rice,0.031638122
-Haiti,rice,0.031638122
-Honduras,rice,0.031638122
-Hungary,rice,0.060512763
-Iceland,rice,0.031638122
-India,rice,0.026796898
-Indonesia,rice,0.004977818
-Iran (Islamic Republic of),rice,0.031638122
-Iraq,rice,0.031638122
-Ireland,rice,0.060512763
-Israel,rice,0.031638122
-Italy,rice,0.060512763
-Jamaica,rice,0.031638122
-Japan,rice,0.879916597
-Jordan,rice,0.031638122
-Kazakhstan,rice,0.031638122
-Kenya,rice,0.031638122
-Kiribati,rice,0.031638122
-Kuwait,rice,0.031638122
-Kyrgyzstan,rice,0.031638122
-Lao People's Democratic Republic,rice,0.031638122
-Latvia,rice,0.060512763
-Lebanon,rice,0.031638122
-Lesotho,rice,0.031638122
-Liberia,rice,0.031638122
-Libya,rice,0.031638122
-Lithuania,rice,0.060512763
-Luxembourg,rice,0.060512763
-Madagascar,rice,0.031638122
-Malawi,rice,0.031638122
-Malaysia,rice,0.031638122
-Maldives,rice,0.031638122
-Mali,rice,0.031638122
-Malta,rice,0.060512763
-Mauritania,rice,0.031638122
-Mauritius,rice,0.031638122
-Mexico,rice,0.198859838
-Mongolia,rice,0.031638122
-Montenegro,rice,0.031638122
-Morocco,rice,0.031638122
-Mozambique,rice,0.031638122
-Myanmar,rice,0.031638122
-Namibia,rice,0.031638122
-Nepal,rice,0.031638122
-Netherlands,rice,0.060512763
-New Caledonia,rice,0.031638122
-New Zealand,rice,0.017424233
-Nicaragua,rice,0.031638122
-Niger,rice,0.031638122
-Nigeria,rice,0.031638122
-Norway,rice,0.879916597
-Oman,rice,0.031638122
-Pakistan,rice,0.031638122
-Panama,rice,0.031638122
-Paraguay,rice,0.031638122
-Peru,rice,0.031638122
-Philippines,rice,0.031638122
-Poland,rice,0.060512763
-Portugal,rice,0.060512763
-Republic of Korea,rice,0.879916597
-Republic of Moldova,rice,0.031638122
-Romania,rice,0.060512763
-Russian Federation,rice,0.088487243
-Rwanda,rice,0.031638122
-Saint Kitts and Nevis,rice,0.031638122
-Saint Lucia,rice,0.031638122
-Saint Vincent and the Grenadines,rice,0.031638122
-Samoa,rice,0.031638122
-Sao Tome and Principe,rice,0.031638122
-Saudi Arabia,rice,0.031638122
-Senegal,rice,0.031638122
-Serbia,rice,0.031638122
-Sierra Leone,rice,0.031638122
-Slovakia,rice,0.060512763
-Slovenia,rice,0.060512763
-Solomon Islands,rice,0.031638122
-Somalia,rice,0.031638122
-South Africa,rice,0.016154055
-South Sudan,rice,0.031638122
-Spain,rice,0.060512763
-Sri Lanka,rice,0.031638122
-Sudan,rice,0.031638122
-Suriname,rice,0.031638122
-Swaziland,rice,0.031638122
-Sweden,rice,0.060512763
-Switzerland,rice,0.879916597
-Tajikistan,rice,0.031638122
-Thailand,rice,0.031638122
-The former Yugoslav Republic of Macedonia,rice,0.031638122
-Togo,rice,0.031638122
-Trinidad and Tobago,rice,0.031638122
-Tunisia,rice,0.031638122
-Turkey,rice,0.106520784
-Turkmenistan,rice,0.031638122
-Uganda,rice,0.031638122
-Ukraine,rice,0.031638122
-United Arab Emirates,rice,0.031638122
-United Kingdom,rice,0.060512763
-United Republic of Tanzania,rice,0.031638122
-United States of America,rice,0.11612624
-Uruguay,rice,0.031638122
-Uzbekistan,rice,0.031638122
-Vanuatu,rice,0.031638122
-Venezuela (Bolivarian Republic of),rice,0.031638122
-Viet Nam,rice,0.031638122
-Yemen,rice,0.031638122
-Zambia,rice,0.031638122
-Zimbabwe,rice,0.031638122
-Afghanistan,oilcrops,0.031638122
-Albania,oilcrops,0.031638122
-Algeria,oilcrops,0.031638122
-Angola,oilcrops,0.031638122
-Antigua and Barbuda,oilcrops,0.031638122
-Argentina,oilcrops,0.031638122
-Armenia,oilcrops,0.031638122
-Australia,oilcrops,0.022773016
-Austria,oilcrops,0.060512763
-Azerbaijan,oilcrops,0.031638122
-Bahamas,oilcrops,0.031638122
-Bangladesh,oilcrops,0.031638122
-Barbados,oilcrops,0.031638122
-Belarus,oilcrops,0.031638122
-Belgium,oilcrops,0.060512763
-Belize,oilcrops,0.031638122
-Benin,oilcrops,0.031638122
-Bermuda,oilcrops,0.031638122
-Bolivia (Plurinational State of),oilcrops,0.031638122
-Bosnia and Herzegovina,oilcrops,0.031638122
-Botswana,oilcrops,0.031638122
-Brazil,oilcrops,0.034722689
-Brunei Darussalam,oilcrops,0.031638122
-Bulgaria,oilcrops,0.060512763
-Burkina Faso,oilcrops,0.031638122
-Cabo Verde,oilcrops,0.031638122
-Cambodia,oilcrops,0.031638122
-Cameroon,oilcrops,0.031638122
-Canada,oilcrops,0.076668031
-Central African Republic,oilcrops,0.031638122
-Chad,oilcrops,0.031638122
-Chile,oilcrops,0.031638122
-China,oilcrops,0.156507445
-Colombia,oilcrops,0.073782493
-Congo,oilcrops,0.031638122
-Costa Rica,oilcrops,0.031638122
-Cote d'Ivoire,oilcrops,0.031638122
-Croatia,oilcrops,0.060512763
-Cuba,oilcrops,0.031638122
-Cyprus,oilcrops,0.060512763
-Czech Republic,oilcrops,0.060512763
-Democratic People's Republic of Korea,oilcrops,0.031638122
-Democratic Republic of the Congo,oilcrops,0.031638122
-Denmark,oilcrops,0.060512763
-Djibouti,oilcrops,0.031638122
-Dominica,oilcrops,0.031638122
-Dominican Republic,oilcrops,0.031638122
-Ecuador,oilcrops,0.031638122
-Egypt,oilcrops,0.031638122
-El Salvador,oilcrops,0.031638122
-Estonia,oilcrops,0.060512763
-Ethiopia,oilcrops,0.031638122
-Fiji,oilcrops,0.031638122
-Finland,oilcrops,0.060512763
-France,oilcrops,0.060512763
-French Polynesia,oilcrops,0.031638122
-Gabon,oilcrops,0.031638122
-Gambia,oilcrops,0.031638122
-Georgia,oilcrops,0.031638122
-Germany,oilcrops,0.060512763
-Ghana,oilcrops,0.031638122
-Greece,oilcrops,0.060512763
-Grenada,oilcrops,0.031638122
-Guatemala,oilcrops,0.031638122
-Guinea,oilcrops,0.031638122
-Guinea-Bissau,oilcrops,0.031638122
-Guyana,oilcrops,0.031638122
-Haiti,oilcrops,0.031638122
-Honduras,oilcrops,0.031638122
-Hungary,oilcrops,0.060512763
-Iceland,oilcrops,0.031638122
-India,oilcrops,0.026796898
-Indonesia,oilcrops,0.004977818
-Iran (Islamic Republic of),oilcrops,0.031638122
-Iraq,oilcrops,0.031638122
-Ireland,oilcrops,0.060512763
-Israel,oilcrops,0.031638122
-Italy,oilcrops,0.060512763
-Jamaica,oilcrops,0.031638122
-Japan,oilcrops,0.879916597
-Jordan,oilcrops,0.031638122
-Kazakhstan,oilcrops,0.031638122
-Kenya,oilcrops,0.031638122
-Kiribati,oilcrops,0.031638122
-Kuwait,oilcrops,0.031638122
-Kyrgyzstan,oilcrops,0.031638122
-Lao People's Democratic Republic,oilcrops,0.031638122
-Latvia,oilcrops,0.060512763
-Lebanon,oilcrops,0.031638122
-Lesotho,oilcrops,0.031638122
-Liberia,oilcrops,0.031638122
-Libya,oilcrops,0.031638122
-Lithuania,oilcrops,0.060512763
-Luxembourg,oilcrops,0.060512763
-Madagascar,oilcrops,0.031638122
-Malawi,oilcrops,0.031638122
-Malaysia,oilcrops,0.031638122
-Maldives,oilcrops,0.031638122
-Mali,oilcrops,0.031638122
-Malta,oilcrops,0.060512763
-Mauritania,oilcrops,0.031638122
-Mauritius,oilcrops,0.031638122
-Mexico,oilcrops,0.198859838
-Mongolia,oilcrops,0.031638122
-Montenegro,oilcrops,0.031638122
-Morocco,oilcrops,0.031638122
-Mozambique,oilcrops,0.031638122
-Myanmar,oilcrops,0.031638122
-Namibia,oilcrops,0.031638122
-Nepal,oilcrops,0.031638122
-Netherlands,oilcrops,0.060512763
-New Caledonia,oilcrops,0.031638122
-New Zealand,oilcrops,0.017424233
-Nicaragua,oilcrops,0.031638122
-Niger,oilcrops,0.031638122
-Nigeria,oilcrops,0.031638122
-Norway,oilcrops,0.879916597
-Oman,oilcrops,0.031638122
-Pakistan,oilcrops,0.031638122
-Panama,oilcrops,0.031638122
-Paraguay,oilcrops,0.031638122
-Peru,oilcrops,0.031638122
-Philippines,oilcrops,0.031638122
-Poland,oilcrops,0.060512763
-Portugal,oilcrops,0.060512763
-Republic of Korea,oilcrops,0.879916597
-Republic of Moldova,oilcrops,0.031638122
-Romania,oilcrops,0.060512763
-Russian Federation,oilcrops,0.088487243
-Rwanda,oilcrops,0.031638122
-Saint Kitts and Nevis,oilcrops,0.031638122
-Saint Lucia,oilcrops,0.031638122
-Saint Vincent and the Grenadines,oilcrops,0.031638122
-Samoa,oilcrops,0.031638122
-Sao Tome and Principe,oilcrops,0.031638122
-Saudi Arabia,oilcrops,0.031638122
-Senegal,oilcrops,0.031638122
-Serbia,oilcrops,0.031638122
-Sierra Leone,oilcrops,0.031638122
-Slovakia,oilcrops,0.060512763
-Slovenia,oilcrops,0.060512763
-Solomon Islands,oilcrops,0.031638122
-Somalia,oilcrops,0.031638122
-South Africa,oilcrops,0.016154055
-South Sudan,oilcrops,0.031638122
-Spain,oilcrops,0.060512763
-Sri Lanka,oilcrops,0.031638122
-Sudan,oilcrops,0.031638122
-Suriname,oilcrops,0.031638122
-Swaziland,oilcrops,0.031638122
-Sweden,oilcrops,0.060512763
-Switzerland,oilcrops,0.879916597
-Tajikistan,oilcrops,0.031638122
-Thailand,oilcrops,0.031638122
-The former Yugoslav Republic of Macedonia,oilcrops,0.031638122
-Togo,oilcrops,0.031638122
-Trinidad and Tobago,oilcrops,0.031638122
-Tunisia,oilcrops,0.031638122
-Turkey,oilcrops,0.106520784
-Turkmenistan,oilcrops,0.031638122
-Uganda,oilcrops,0.031638122
-Ukraine,oilcrops,0.031638122
-United Arab Emirates,oilcrops,0.031638122
-United Kingdom,oilcrops,0.060512763
-United Republic of Tanzania,oilcrops,0.031638122
-United States of America,oilcrops,0.11612624
-Uruguay,oilcrops,0.031638122
-Uzbekistan,oilcrops,0.031638122
-Vanuatu,oilcrops,0.031638122
-Venezuela (Bolivarian Republic of),oilcrops,0.031638122
-Viet Nam,oilcrops,0.031638122
-Yemen,oilcrops,0.031638122
-Zambia,oilcrops,0.031638122
-Zimbabwe,oilcrops,0.031638122
-Afghanistan,starchyRoots,0.031638122
-Albania,starchyRoots,0.031638122
-Algeria,starchyRoots,0.031638122
-Angola,starchyRoots,0.031638122
-Antigua and Barbuda,starchyRoots,0.031638122
-Argentina,starchyRoots,0.031638122
-Armenia,starchyRoots,0.031638122
-Australia,starchyRoots,0.022773016
-Austria,starchyRoots,0.060512763
-Azerbaijan,starchyRoots,0.031638122
-Bahamas,starchyRoots,0.031638122
-Bangladesh,starchyRoots,0.031638122
-Barbados,starchyRoots,0.031638122
-Belarus,starchyRoots,0.031638122
-Belgium,starchyRoots,0.060512763
-Belize,starchyRoots,0.031638122
-Benin,starchyRoots,0.031638122
-Bermuda,starchyRoots,0.031638122
-Bolivia (Plurinational State of),starchyRoots,0.031638122
-Bosnia and Herzegovina,starchyRoots,0.031638122
-Botswana,starchyRoots,0.031638122
-Brazil,starchyRoots,0.034722689
-Brunei Darussalam,starchyRoots,0.031638122
-Bulgaria,starchyRoots,0.060512763
-Burkina Faso,starchyRoots,0.031638122
-Cabo Verde,starchyRoots,0.031638122
-Cambodia,starchyRoots,0.031638122
-Cameroon,starchyRoots,0.031638122
-Canada,starchyRoots,0.076668031
-Central African Republic,starchyRoots,0.031638122
-Chad,starchyRoots,0.031638122
-Chile,starchyRoots,0.031638122
-China,starchyRoots,0.156507445
-Colombia,starchyRoots,0.073782493
-Congo,starchyRoots,0.031638122
-Costa Rica,starchyRoots,0.031638122
-Cote d'Ivoire,starchyRoots,0.031638122
-Croatia,starchyRoots,0.060512763
-Cuba,starchyRoots,0.031638122
-Cyprus,starchyRoots,0.060512763
-Czech Republic,starchyRoots,0.060512763
-Democratic People's Republic of Korea,starchyRoots,0.031638122
-Democratic Republic of the Congo,starchyRoots,0.031638122
-Denmark,starchyRoots,0.060512763
-Djibouti,starchyRoots,0.031638122
-Dominica,starchyRoots,0.031638122
-Dominican Republic,starchyRoots,0.031638122
-Ecuador,starchyRoots,0.031638122
-Egypt,starchyRoots,0.031638122
-El Salvador,starchyRoots,0.031638122
-Estonia,starchyRoots,0.060512763
-Ethiopia,starchyRoots,0.031638122
-Fiji,starchyRoots,0.031638122
-Finland,starchyRoots,0.060512763
-France,starchyRoots,0.060512763
-French Polynesia,starchyRoots,0.031638122
-Gabon,starchyRoots,0.031638122
-Gambia,starchyRoots,0.031638122
-Georgia,starchyRoots,0.031638122
-Germany,starchyRoots,0.060512763
-Ghana,starchyRoots,0.031638122
-Greece,starchyRoots,0.060512763
-Grenada,starchyRoots,0.031638122
-Guatemala,starchyRoots,0.031638122
-Guinea,starchyRoots,0.031638122
-Guinea-Bissau,starchyRoots,0.031638122
-Guyana,starchyRoots,0.031638122
-Haiti,starchyRoots,0.031638122
-Honduras,starchyRoots,0.031638122
-Hungary,starchyRoots,0.060512763
-Iceland,starchyRoots,0.031638122
-India,starchyRoots,0.026796898
-Indonesia,starchyRoots,0.004977818
-Iran (Islamic Republic of),starchyRoots,0.031638122
-Iraq,starchyRoots,0.031638122
-Ireland,starchyRoots,0.060512763
-Israel,starchyRoots,0.031638122
-Italy,starchyRoots,0.060512763
-Jamaica,starchyRoots,0.031638122
-Japan,starchyRoots,0.879916597
-Jordan,starchyRoots,0.031638122
-Kazakhstan,starchyRoots,0.031638122
-Kenya,starchyRoots,0.031638122
-Kiribati,starchyRoots,0.031638122
-Kuwait,starchyRoots,0.031638122
-Kyrgyzstan,starchyRoots,0.031638122
-Lao People's Democratic Republic,starchyRoots,0.031638122
-Latvia,starchyRoots,0.060512763
-Lebanon,starchyRoots,0.031638122
-Lesotho,starchyRoots,0.031638122
-Liberia,starchyRoots,0.031638122
-Libya,starchyRoots,0.031638122
-Lithuania,starchyRoots,0.060512763
-Luxembourg,starchyRoots,0.060512763
-Madagascar,starchyRoots,0.031638122
-Malawi,starchyRoots,0.031638122
-Malaysia,starchyRoots,0.031638122
-Maldives,starchyRoots,0.031638122
-Mali,starchyRoots,0.031638122
-Malta,starchyRoots,0.060512763
-Mauritania,starchyRoots,0.031638122
-Mauritius,starchyRoots,0.031638122
-Mexico,starchyRoots,0.198859838
-Mongolia,starchyRoots,0.031638122
-Montenegro,starchyRoots,0.031638122
-Morocco,starchyRoots,0.031638122
-Mozambique,starchyRoots,0.031638122
-Myanmar,starchyRoots,0.031638122
-Namibia,starchyRoots,0.031638122
-Nepal,starchyRoots,0.031638122
-Netherlands,starchyRoots,0.060512763
-New Caledonia,starchyRoots,0.031638122
-New Zealand,starchyRoots,0.017424233
-Nicaragua,starchyRoots,0.031638122
-Niger,starchyRoots,0.031638122
-Nigeria,starchyRoots,0.031638122
-Norway,starchyRoots,0.879916597
-Oman,starchyRoots,0.031638122
-Pakistan,starchyRoots,0.031638122
-Panama,starchyRoots,0.031638122
-Paraguay,starchyRoots,0.031638122
-Peru,starchyRoots,0.031638122
-Philippines,starchyRoots,0.031638122
-Poland,starchyRoots,0.060512763
-Portugal,starchyRoots,0.060512763
-Republic of Korea,starchyRoots,0.879916597
-Republic of Moldova,starchyRoots,0.031638122
-Romania,starchyRoots,0.060512763
-Russian Federation,starchyRoots,0.088487243
-Rwanda,starchyRoots,0.031638122
-Saint Kitts and Nevis,starchyRoots,0.031638122
-Saint Lucia,starchyRoots,0.031638122
-Saint Vincent and the Grenadines,starchyRoots,0.031638122
-Samoa,starchyRoots,0.031638122
-Sao Tome and Principe,starchyRoots,0.031638122
-Saudi Arabia,starchyRoots,0.031638122
-Senegal,starchyRoots,0.031638122
-Serbia,starchyRoots,0.031638122
-Sierra Leone,starchyRoots,0.031638122
-Slovakia,starchyRoots,0.060512763
-Slovenia,starchyRoots,0.060512763
-Solomon Islands,starchyRoots,0.031638122
-Somalia,starchyRoots,0.031638122
-South Africa,starchyRoots,0.016154055
-South Sudan,starchyRoots,0.031638122
-Spain,starchyRoots,0.060512763
-Sri Lanka,starchyRoots,0.031638122
-Sudan,starchyRoots,0.031638122
-Suriname,starchyRoots,0.031638122
-Swaziland,starchyRoots,0.031638122
-Sweden,starchyRoots,0.060512763
-Switzerland,starchyRoots,0.879916597
-Tajikistan,starchyRoots,0.031638122
-Thailand,starchyRoots,0.031638122
-The former Yugoslav Republic of Macedonia,starchyRoots,0.031638122
-Togo,starchyRoots,0.031638122
-Trinidad and Tobago,starchyRoots,0.031638122
-Tunisia,starchyRoots,0.031638122
-Turkey,starchyRoots,0.106520784
-Turkmenistan,starchyRoots,0.031638122
-Uganda,starchyRoots,0.031638122
-Ukraine,starchyRoots,0.031638122
-United Arab Emirates,starchyRoots,0.031638122
-United Kingdom,starchyRoots,0.060512763
-United Republic of Tanzania,starchyRoots,0.031638122
-United States of America,starchyRoots,0.11612624
-Uruguay,starchyRoots,0.031638122
-Uzbekistan,starchyRoots,0.031638122
-Vanuatu,starchyRoots,0.031638122
-Venezuela (Bolivarian Republic of),starchyRoots,0.031638122
-Viet Nam,starchyRoots,0.031638122
-Yemen,starchyRoots,0.031638122
-Zambia,starchyRoots,0.031638122
-Zimbabwe,starchyRoots,0.031638122
-Afghanistan,pulses,0.031638122
-Albania,pulses,0.031638122
-Algeria,pulses,0.031638122
-Angola,pulses,0.031638122
-Antigua and Barbuda,pulses,0.031638122
-Argentina,pulses,0.031638122
-Armenia,pulses,0.031638122
-Australia,pulses,0.022773016
-Austria,pulses,0.060512763
-Azerbaijan,pulses,0.031638122
-Bahamas,pulses,0.031638122
-Bangladesh,pulses,0.031638122
-Barbados,pulses,0.031638122
-Belarus,pulses,0.031638122
-Belgium,pulses,0.060512763
-Belize,pulses,0.031638122
-Benin,pulses,0.031638122
-Bermuda,pulses,0.031638122
-Bolivia (Plurinational State of),pulses,0.031638122
-Bosnia and Herzegovina,pulses,0.031638122
-Botswana,pulses,0.031638122
-Brazil,pulses,0.034722689
-Brunei Darussalam,pulses,0.031638122
-Bulgaria,pulses,0.060512763
-Burkina Faso,pulses,0.031638122
-Cabo Verde,pulses,0.031638122
-Cambodia,pulses,0.031638122
-Cameroon,pulses,0.031638122
-Canada,pulses,0.076668031
-Central African Republic,pulses,0.031638122
-Chad,pulses,0.031638122
-Chile,pulses,0.031638122
-China,pulses,0.156507445
-Colombia,pulses,0.073782493
-Congo,pulses,0.031638122
-Costa Rica,pulses,0.031638122
-Cote d'Ivoire,pulses,0.031638122
-Croatia,pulses,0.060512763
-Cuba,pulses,0.031638122
-Cyprus,pulses,0.060512763
-Czech Republic,pulses,0.060512763
-Democratic People's Republic of Korea,pulses,0.031638122
-Democratic Republic of the Congo,pulses,0.031638122
-Denmark,pulses,0.060512763
-Djibouti,pulses,0.031638122
-Dominica,pulses,0.031638122
-Dominican Republic,pulses,0.031638122
-Ecuador,pulses,0.031638122
-Egypt,pulses,0.031638122
-El Salvador,pulses,0.031638122
-Estonia,pulses,0.060512763
-Ethiopia,pulses,0.031638122
-Fiji,pulses,0.031638122
-Finland,pulses,0.060512763
-France,pulses,0.060512763
-French Polynesia,pulses,0.031638122
-Gabon,pulses,0.031638122
-Gambia,pulses,0.031638122
-Georgia,pulses,0.031638122
-Germany,pulses,0.060512763
-Ghana,pulses,0.031638122
-Greece,pulses,0.060512763
-Grenada,pulses,0.031638122
-Guatemala,pulses,0.031638122
-Guinea,pulses,0.031638122
-Guinea-Bissau,pulses,0.031638122
-Guyana,pulses,0.031638122
-Haiti,pulses,0.031638122
-Honduras,pulses,0.031638122
-Hungary,pulses,0.060512763
-Iceland,pulses,0.031638122
-India,pulses,0.026796898
-Indonesia,pulses,0.004977818
-Iran (Islamic Republic of),pulses,0.031638122
-Iraq,pulses,0.031638122
-Ireland,pulses,0.060512763
-Israel,pulses,0.031638122
-Italy,pulses,0.060512763
-Jamaica,pulses,0.031638122
-Japan,pulses,0.879916597
-Jordan,pulses,0.031638122
-Kazakhstan,pulses,0.031638122
-Kenya,pulses,0.031638122
-Kiribati,pulses,0.031638122
-Kuwait,pulses,0.031638122
-Kyrgyzstan,pulses,0.031638122
-Lao People's Democratic Republic,pulses,0.031638122
-Latvia,pulses,0.060512763
-Lebanon,pulses,0.031638122
-Lesotho,pulses,0.031638122
-Liberia,pulses,0.031638122
-Libya,pulses,0.031638122
-Lithuania,pulses,0.060512763
-Luxembourg,pulses,0.060512763
-Madagascar,pulses,0.031638122
-Malawi,pulses,0.031638122
-Malaysia,pulses,0.031638122
-Maldives,pulses,0.031638122
-Mali,pulses,0.031638122
-Malta,pulses,0.060512763
-Mauritania,pulses,0.031638122
-Mauritius,pulses,0.031638122
-Mexico,pulses,0.198859838
-Mongolia,pulses,0.031638122
-Montenegro,pulses,0.031638122
-Morocco,pulses,0.031638122
-Mozambique,pulses,0.031638122
-Myanmar,pulses,0.031638122
-Namibia,pulses,0.031638122
-Nepal,pulses,0.031638122
-Netherlands,pulses,0.060512763
-New Caledonia,pulses,0.031638122
-New Zealand,pulses,0.017424233
-Nicaragua,pulses,0.031638122
-Niger,pulses,0.031638122
-Nigeria,pulses,0.031638122
-Norway,pulses,0.879916597
-Oman,pulses,0.031638122
-Pakistan,pulses,0.031638122
-Panama,pulses,0.031638122
-Paraguay,pulses,0.031638122
-Peru,pulses,0.031638122
-Philippines,pulses,0.031638122
-Poland,pulses,0.060512763
-Portugal,pulses,0.060512763
-Republic of Korea,pulses,0.879916597
-Republic of Moldova,pulses,0.031638122
-Romania,pulses,0.060512763
-Russian Federation,pulses,0.088487243
-Rwanda,pulses,0.031638122
-Saint Kitts and Nevis,pulses,0.031638122
-Saint Lucia,pulses,0.031638122
-Saint Vincent and the Grenadines,pulses,0.031638122
-Samoa,pulses,0.031638122
-Sao Tome and Principe,pulses,0.031638122
-Saudi Arabia,pulses,0.031638122
-Senegal,pulses,0.031638122
-Serbia,pulses,0.031638122
-Sierra Leone,pulses,0.031638122
-Slovakia,pulses,0.060512763
-Slovenia,pulses,0.060512763
-Solomon Islands,pulses,0.031638122
-Somalia,pulses,0.031638122
-South Africa,pulses,0.016154055
-South Sudan,pulses,0.031638122
-Spain,pulses,0.060512763
-Sri Lanka,pulses,0.031638122
-Sudan,pulses,0.031638122
-Suriname,pulses,0.031638122
-Swaziland,pulses,0.031638122
-Sweden,pulses,0.060512763
-Switzerland,pulses,0.879916597
-Tajikistan,pulses,0.031638122
-Thailand,pulses,0.031638122
-The former Yugoslav Republic of Macedonia,pulses,0.031638122
-Togo,pulses,0.031638122
-Trinidad and Tobago,pulses,0.031638122
-Tunisia,pulses,0.031638122
-Turkey,pulses,0.106520784
-Turkmenistan,pulses,0.031638122
-Uganda,pulses,0.031638122
-Ukraine,pulses,0.031638122
-United Arab Emirates,pulses,0.031638122
-United Kingdom,pulses,0.060512763
-United Republic of Tanzania,pulses,0.031638122
-United States of America,pulses,0.11612624
-Uruguay,pulses,0.031638122
-Uzbekistan,pulses,0.031638122
-Vanuatu,pulses,0.031638122
-Venezuela (Bolivarian Republic of),pulses,0.031638122
-Viet Nam,pulses,0.031638122
-Yemen,pulses,0.031638122
-Zambia,pulses,0.031638122
-Zimbabwe,pulses,0.031638122
-Afghanistan,pasture,0.031638122
-Albania,pasture,0.031638122
-Algeria,pasture,0.031638122
-Angola,pasture,0.031638122
-Antigua and Barbuda,pasture,0.031638122
-Argentina,pasture,0.031638122
-Armenia,pasture,0.031638122
-Australia,pasture,0.022773016
-Austria,pasture,0.060512763
-Azerbaijan,pasture,0.031638122
-Bahamas,pasture,0.031638122
-Bangladesh,pasture,0.031638122
-Barbados,pasture,0.031638122
-Belarus,pasture,0.031638122
-Belgium,pasture,0.060512763
-Belize,pasture,0.031638122
-Benin,pasture,0.031638122
-Bermuda,pasture,0.031638122
-Bolivia (Plurinational State of),pasture,0.031638122
-Bosnia and Herzegovina,pasture,0.031638122
-Botswana,pasture,0.031638122
-Brazil,pasture,0.034722689
-Brunei Darussalam,pasture,0.031638122
-Bulgaria,pasture,0.060512763
-Burkina Faso,pasture,0.031638122
-Cabo Verde,pasture,0.031638122
-Cambodia,pasture,0.031638122
-Cameroon,pasture,0.031638122
-Canada,pasture,0.076668031
-Central African Republic,pasture,0.031638122
-Chad,pasture,0.031638122
-Chile,pasture,0.031638122
-China,pasture,0.156507445
-Colombia,pasture,0.073782493
-Congo,pasture,0.031638122
-Costa Rica,pasture,0.031638122
-Cote d'Ivoire,pasture,0.031638122
-Croatia,pasture,0.060512763
-Cuba,pasture,0.031638122
-Cyprus,pasture,0.060512763
-Czech Republic,pasture,0.060512763
-Democratic People's Republic of Korea,pasture,0.031638122
-Democratic Republic of the Congo,pasture,0.031638122
-Denmark,pasture,0.060512763
-Djibouti,pasture,0.031638122
-Dominica,pasture,0.031638122
-Dominican Republic,pasture,0.031638122
-Ecuador,pasture,0.031638122
-Egypt,pasture,0.031638122
-El Salvador,pasture,0.031638122
-Estonia,pasture,0.060512763
-Ethiopia,pasture,0.031638122
-Fiji,pasture,0.031638122
-Finland,pasture,0.060512763
-France,pasture,0.060512763
-French Polynesia,pasture,0.031638122
-Gabon,pasture,0.031638122
-Gambia,pasture,0.031638122
-Georgia,pasture,0.031638122
-Germany,pasture,0.060512763
-Ghana,pasture,0.031638122
-Greece,pasture,0.060512763
-Grenada,pasture,0.031638122
-Guatemala,pasture,0.031638122
-Guinea,pasture,0.031638122
-Guinea-Bissau,pasture,0.031638122
-Guyana,pasture,0.031638122
-Haiti,pasture,0.031638122
-Honduras,pasture,0.031638122
-Hungary,pasture,0.060512763
-Iceland,pasture,0.031638122
-India,pasture,0.026796898
-Indonesia,pasture,0.004977818
-Iran (Islamic Republic of),pasture,0.031638122
-Iraq,pasture,0.031638122
-Ireland,pasture,0.060512763
-Israel,pasture,0.031638122
-Italy,pasture,0.060512763
-Jamaica,pasture,0.031638122
-Japan,pasture,0.879916597
-Jordan,pasture,0.031638122
-Kazakhstan,pasture,0.031638122
-Kenya,pasture,0.031638122
-Kiribati,pasture,0.031638122
-Kuwait,pasture,0.031638122
-Kyrgyzstan,pasture,0.031638122
-Lao People's Democratic Republic,pasture,0.031638122
-Latvia,pasture,0.060512763
-Lebanon,pasture,0.031638122
-Lesotho,pasture,0.031638122
-Liberia,pasture,0.031638122
-Libya,pasture,0.031638122
-Lithuania,pasture,0.060512763
-Luxembourg,pasture,0.060512763
-Madagascar,pasture,0.031638122
-Malawi,pasture,0.031638122
-Malaysia,pasture,0.031638122
-Maldives,pasture,0.031638122
-Mali,pasture,0.031638122
-Malta,pasture,0.060512763
-Mauritania,pasture,0.031638122
-Mauritius,pasture,0.031638122
-Mexico,pasture,0.198859838
-Mongolia,pasture,0.031638122
-Montenegro,pasture,0.031638122
-Morocco,pasture,0.031638122
-Mozambique,pasture,0.031638122
-Myanmar,pasture,0.031638122
-Namibia,pasture,0.031638122
-Nepal,pasture,0.031638122
-Netherlands,pasture,0.060512763
-New Caledonia,pasture,0.031638122
-New Zealand,pasture,0.017424233
-Nicaragua,pasture,0.031638122
-Niger,pasture,0.031638122
-Nigeria,pasture,0.031638122
-Norway,pasture,0.879916597
-Oman,pasture,0.031638122
-Pakistan,pasture,0.031638122
-Panama,pasture,0.031638122
-Paraguay,pasture,0.031638122
-Peru,pasture,0.031638122
-Philippines,pasture,0.031638122
-Poland,pasture,0.060512763
-Portugal,pasture,0.060512763
-Republic of Korea,pasture,0.879916597
-Republic of Moldova,pasture,0.031638122
-Romania,pasture,0.060512763
-Russian Federation,pasture,0.088487243
-Rwanda,pasture,0.031638122
-Saint Kitts and Nevis,pasture,0.031638122
-Saint Lucia,pasture,0.031638122
-Saint Vincent and the Grenadines,pasture,0.031638122
-Samoa,pasture,0.031638122
-Sao Tome and Principe,pasture,0.031638122
-Saudi Arabia,pasture,0.031638122
-Senegal,pasture,0.031638122
-Serbia,pasture,0.031638122
-Sierra Leone,pasture,0.031638122
-Slovakia,pasture,0.060512763
-Slovenia,pasture,0.060512763
-Solomon Islands,pasture,0.031638122
-Somalia,pasture,0.031638122
-South Africa,pasture,0.016154055
-South Sudan,pasture,0.031638122
-Spain,pasture,0.060512763
-Sri Lanka,pasture,0.031638122
-Sudan,pasture,0.031638122
-Suriname,pasture,0.031638122
-Swaziland,pasture,0.031638122
-Sweden,pasture,0.060512763
-Switzerland,pasture,0.879916597
-Tajikistan,pasture,0.031638122
-Thailand,pasture,0.031638122
-The former Yugoslav Republic of Macedonia,pasture,0.031638122
-Togo,pasture,0.031638122
-Trinidad and Tobago,pasture,0.031638122
-Tunisia,pasture,0.031638122
-Turkey,pasture,0.106520784
-Turkmenistan,pasture,0.031638122
-Uganda,pasture,0.031638122
-Ukraine,pasture,0.031638122
-United Arab Emirates,pasture,0.031638122
-United Kingdom,pasture,0.060512763
-United Republic of Tanzania,pasture,0.031638122
-United States of America,pasture,0.11612624
-Uruguay,pasture,0.031638122
-Uzbekistan,pasture,0.031638122
-Vanuatu,pasture,0.031638122
-Venezuela (Bolivarian Republic of),pasture,0.031638122
-Viet Nam,pasture,0.031638122
-Yemen,pasture,0.031638122
-Zambia,pasture,0.031638122
-Zimbabwe,pasture,0.031638122
+Afghanistan,wheat,0.0299386150398663
+Albania,wheat,0.0299386150398663
+Algeria,wheat,0.0299386150398663
+Angola,wheat,0.0299386150398663
+Antigua and Barbuda,wheat,0.0299386150398663
+Argentina,wheat,0.0299386150398663
+Armenia,wheat,0.0299386150398663
+Australia,wheat,0.0226361482678745
+Austria,wheat,0.0603582114038878
+Azerbaijan,wheat,0.0299386150398663
+Bahamas,wheat,0.0299386150398663
+Bangladesh,wheat,0.0299386150398663
+Barbados,wheat,0.0299386150398663
+Belarus,wheat,0.0299386150398663
+Belgium,wheat,0.0603582114038878
+Belize,wheat,0.0299386150398663
+Benin,wheat,0.0299386150398663
+Bermuda,wheat,0.0299386150398663
+Bolivia (Plurinational State of),wheat,0.0299386150398663
+Bosnia and Herzegovina,wheat,0.0299386150398663
+Botswana,wheat,0.0299386150398663
+Brazil,wheat,0.0346707358598232
+Brunei Darussalam,wheat,0.0299386150398663
+Bulgaria,wheat,0.0603582114038878
+Burkina Faso,wheat,0.0299386150398663
+Cabo Verde,wheat,0.0299386150398663
+Cambodia,wheat,0.0299386150398663
+Cameroon,wheat,0.0299386150398663
+Canada,wheat,0.0762136518389579
+Central African Republic,wheat,0.0299386150398663
+Chad,wheat,0.0299386150398663
+Chile,wheat,0.0299386150398663
+China,wheat,0.156633798883686
+Colombia,wheat,0.0686528452644761
+Congo,wheat,0.0299386150398663
+Costa Rica,wheat,0.0299386150398663
+Cote d'Ivoire,wheat,0.0299386150398663
+Croatia,wheat,0.0603582114038878
+Cuba,wheat,0.0299386150398663
+Cyprus,wheat,0.0603582114038878
+Czech Republic,wheat,0.0603582114038878
+Democratic People's Republic of Korea,wheat,0.0299386150398663
+Democratic Republic of the Congo,wheat,0.0299386150398663
+Denmark,wheat,0.0603582114038878
+Djibouti,wheat,0.0299386150398663
+Dominica,wheat,0.0299386150398663
+Dominican Republic,wheat,0.0299386150398663
+Ecuador,wheat,0.0299386150398663
+Egypt,wheat,0.0299386150398663
+El Salvador,wheat,0.0299386150398663
+Estonia,wheat,0.0603582114038878
+Ethiopia,wheat,0.0299386150398663
+Fiji,wheat,0.0299386150398663
+Finland,wheat,0.0603582114038878
+France,wheat,0.0603582114038878
+French Polynesia,wheat,0.0299386150398663
+Gabon,wheat,0.0299386150398663
+Gambia,wheat,0.0299386150398663
+Georgia,wheat,0.0299386150398663
+Germany,wheat,0.0603582114038878
+Ghana,wheat,0.0299386150398663
+Greece,wheat,0.0603582114038878
+Grenada,wheat,0.0299386150398663
+Guatemala,wheat,0.0299386150398663
+Guinea,wheat,0.0299386150398663
+Guinea-Bissau,wheat,0.0299386150398663
+Guyana,wheat,0.0299386150398663
+Haiti,wheat,0.0299386150398663
+Honduras,wheat,0.0299386150398663
+Hungary,wheat,0.0603582114038878
+Iceland,wheat,0.0299386150398663
+India,wheat,0.0268978443311666
+Indonesia,wheat,0.00498052969384483
+Iran (Islamic Republic of),wheat,0.0299386150398663
+Iraq,wheat,0.0299386150398663
+Ireland,wheat,0.0603582114038878
+Israel,wheat,0.0299386150398663
+Italy,wheat,0.0603582114038878
+Jamaica,wheat,0.0299386150398663
+Japan,wheat,0.0822050709280908
+Jordan,wheat,0.0299386150398663
+Kazakhstan,wheat,0.0299386150398663
+Kenya,wheat,0.0299386150398663
+Kiribati,wheat,0.0299386150398663
+Kuwait,wheat,0.0299386150398663
+Kyrgyzstan,wheat,0.0299386150398663
+Lao People's Democratic Republic,wheat,0.0299386150398663
+Latvia,wheat,0.0603582114038878
+Lebanon,wheat,0.0299386150398663
+Lesotho,wheat,0.0299386150398663
+Liberia,wheat,0.0299386150398663
+Libya,wheat,0.0299386150398663
+Lithuania,wheat,0.0603582114038878
+Luxembourg,wheat,0.0603582114038878
+Madagascar,wheat,0.0299386150398663
+Malawi,wheat,0.0299386150398663
+Malaysia,wheat,0.0299386150398663
+Maldives,wheat,0.0299386150398663
+Mali,wheat,0.0299386150398663
+Malta,wheat,0.0603582114038878
+Mauritania,wheat,0.0299386150398663
+Mauritius,wheat,0.0299386150398663
+Mexico,wheat,0.0822050709280908
+Mongolia,wheat,0.0299386150398663
+Montenegro,wheat,0.0299386150398663
+Morocco,wheat,0.0299386150398663
+Mozambique,wheat,0.0299386150398663
+Myanmar,wheat,0.0299386150398663
+Namibia,wheat,0.0299386150398663
+Nepal,wheat,0.0299386150398663
+Netherlands,wheat,0.0603582114038878
+New Caledonia,wheat,0.0299386150398663
+New Zealand,wheat,0.0173195123664494
+Nicaragua,wheat,0.0299386150398663
+Niger,wheat,0.0299386150398663
+Nigeria,wheat,0.0299386150398663
+Norway,wheat,0.0822050709280908
+Oman,wheat,0.0299386150398663
+Pakistan,wheat,0.0299386150398663
+Panama,wheat,0.0299386150398663
+Paraguay,wheat,0.0299386150398663
+Peru,wheat,0.0299386150398663
+Philippines,wheat,0.0299386150398663
+Poland,wheat,0.0603582114038878
+Portugal,wheat,0.0603582114038878
+Republic of Korea,wheat,0.0822050709280908
+Republic of Moldova,wheat,0.0299386150398663
+Romania,wheat,0.0603582114038878
+Russian Federation,wheat,0.0883633555720103
+Rwanda,wheat,0.0299386150398663
+Saint Kitts and Nevis,wheat,0.0299386150398663
+Saint Lucia,wheat,0.0299386150398663
+Saint Vincent and the Grenadines,wheat,0.0299386150398663
+Samoa,wheat,0.0299386150398663
+Sao Tome and Principe,wheat,0.0299386150398663
+Saudi Arabia,wheat,0.0299386150398663
+Senegal,wheat,0.0299386150398663
+Serbia,wheat,0.0299386150398663
+Sierra Leone,wheat,0.0299386150398663
+Slovakia,wheat,0.0603582114038878
+Slovenia,wheat,0.0603582114038878
+Solomon Islands,wheat,0.0299386150398663
+Somalia,wheat,0.0299386150398663
+South Africa,wheat,0.0161824701612779
+South Sudan,wheat,0.0299386150398663
+Spain,wheat,0.0603582114038878
+Sri Lanka,wheat,0.0299386150398663
+Sudan,wheat,0.0299386150398663
+Suriname,wheat,0.0299386150398663
+Swaziland,wheat,0.0299386150398663
+Sweden,wheat,0.0603582114038878
+Switzerland,wheat,0.0822050709280908
+Tajikistan,wheat,0.0299386150398663
+Thailand,wheat,0.0299386150398663
+The former Yugoslav Republic of Macedonia,wheat,0.0299386150398663
+Togo,wheat,0.0299386150398663
+Trinidad and Tobago,wheat,0.0299386150398663
+Tunisia,wheat,0.0299386150398663
+Turkey,wheat,0.105663766639557
+Turkmenistan,wheat,0.0299386150398663
+Uganda,wheat,0.0299386150398663
+Ukraine,wheat,0.0299386150398663
+United Arab Emirates,wheat,0.0299386150398663
+United Kingdom,wheat,0.0603582114038878
+United Republic of Tanzania,wheat,0.0299386150398663
+United States of America,wheat,0.116357971434502
+Uruguay,wheat,0.0299386150398663
+Uzbekistan,wheat,0.0299386150398663
+Vanuatu,wheat,0.0299386150398663
+Venezuela (Bolivarian Republic of),wheat,0.0299386150398663
+Viet Nam,wheat,0.0299386150398663
+Yemen,wheat,0.0299386150398663
+Zambia,wheat,0.0299386150398663
+Zimbabwe,wheat,0.0299386150398663
+Afghanistan,maize,0.0299386150398663
+Albania,maize,0.0299386150398663
+Algeria,maize,0.0299386150398663
+Angola,maize,0.0299386150398663
+Antigua and Barbuda,maize,0.0299386150398663
+Argentina,maize,0.0299386150398663
+Armenia,maize,0.0299386150398663
+Australia,maize,0.0226361482678745
+Austria,maize,0.0603582114038878
+Azerbaijan,maize,0.0299386150398663
+Bahamas,maize,0.0299386150398663
+Bangladesh,maize,0.0299386150398663
+Barbados,maize,0.0299386150398663
+Belarus,maize,0.0299386150398663
+Belgium,maize,0.0603582114038878
+Belize,maize,0.0299386150398663
+Benin,maize,0.0299386150398663
+Bermuda,maize,0.0299386150398663
+Bolivia (Plurinational State of),maize,0.0299386150398663
+Bosnia and Herzegovina,maize,0.0299386150398663
+Botswana,maize,0.0299386150398663
+Brazil,maize,0.0346707358598232
+Brunei Darussalam,maize,0.0299386150398663
+Bulgaria,maize,0.0603582114038878
+Burkina Faso,maize,0.0299386150398663
+Cabo Verde,maize,0.0299386150398663
+Cambodia,maize,0.0299386150398663
+Cameroon,maize,0.0299386150398663
+Canada,maize,0.0762136518389579
+Central African Republic,maize,0.0299386150398663
+Chad,maize,0.0299386150398663
+Chile,maize,0.0299386150398663
+China,maize,0.156633798883686
+Colombia,maize,0.0686528452644761
+Congo,maize,0.0299386150398663
+Costa Rica,maize,0.0299386150398663
+Cote d'Ivoire,maize,0.0299386150398663
+Croatia,maize,0.0603582114038878
+Cuba,maize,0.0299386150398663
+Cyprus,maize,0.0603582114038878
+Czech Republic,maize,0.0603582114038878
+Democratic People's Republic of Korea,maize,0.0299386150398663
+Democratic Republic of the Congo,maize,0.0299386150398663
+Denmark,maize,0.0603582114038878
+Djibouti,maize,0.0299386150398663
+Dominica,maize,0.0299386150398663
+Dominican Republic,maize,0.0299386150398663
+Ecuador,maize,0.0299386150398663
+Egypt,maize,0.0299386150398663
+El Salvador,maize,0.0299386150398663
+Estonia,maize,0.0603582114038878
+Ethiopia,maize,0.0299386150398663
+Fiji,maize,0.0299386150398663
+Finland,maize,0.0603582114038878
+France,maize,0.0603582114038878
+French Polynesia,maize,0.0299386150398663
+Gabon,maize,0.0299386150398663
+Gambia,maize,0.0299386150398663
+Georgia,maize,0.0299386150398663
+Germany,maize,0.0603582114038878
+Ghana,maize,0.0299386150398663
+Greece,maize,0.0603582114038878
+Grenada,maize,0.0299386150398663
+Guatemala,maize,0.0299386150398663
+Guinea,maize,0.0299386150398663
+Guinea-Bissau,maize,0.0299386150398663
+Guyana,maize,0.0299386150398663
+Haiti,maize,0.0299386150398663
+Honduras,maize,0.0299386150398663
+Hungary,maize,0.0603582114038878
+Iceland,maize,0.0299386150398663
+India,maize,0.0268978443311666
+Indonesia,maize,0.00498052969384483
+Iran (Islamic Republic of),maize,0.0299386150398663
+Iraq,maize,0.0299386150398663
+Ireland,maize,0.0603582114038878
+Israel,maize,0.0299386150398663
+Italy,maize,0.0603582114038878
+Jamaica,maize,0.0299386150398663
+Japan,maize,0.0822050709280908
+Jordan,maize,0.0299386150398663
+Kazakhstan,maize,0.0299386150398663
+Kenya,maize,0.0299386150398663
+Kiribati,maize,0.0299386150398663
+Kuwait,maize,0.0299386150398663
+Kyrgyzstan,maize,0.0299386150398663
+Lao People's Democratic Republic,maize,0.0299386150398663
+Latvia,maize,0.0603582114038878
+Lebanon,maize,0.0299386150398663
+Lesotho,maize,0.0299386150398663
+Liberia,maize,0.0299386150398663
+Libya,maize,0.0299386150398663
+Lithuania,maize,0.0603582114038878
+Luxembourg,maize,0.0603582114038878
+Madagascar,maize,0.0299386150398663
+Malawi,maize,0.0299386150398663
+Malaysia,maize,0.0299386150398663
+Maldives,maize,0.0299386150398663
+Mali,maize,0.0299386150398663
+Malta,maize,0.0603582114038878
+Mauritania,maize,0.0299386150398663
+Mauritius,maize,0.0299386150398663
+Mexico,maize,0.0822050709280908
+Mongolia,maize,0.0299386150398663
+Montenegro,maize,0.0299386150398663
+Morocco,maize,0.0299386150398663
+Mozambique,maize,0.0299386150398663
+Myanmar,maize,0.0299386150398663
+Namibia,maize,0.0299386150398663
+Nepal,maize,0.0299386150398663
+Netherlands,maize,0.0603582114038878
+New Caledonia,maize,0.0299386150398663
+New Zealand,maize,0.0173195123664494
+Nicaragua,maize,0.0299386150398663
+Niger,maize,0.0299386150398663
+Nigeria,maize,0.0299386150398663
+Norway,maize,0.0822050709280908
+Oman,maize,0.0299386150398663
+Pakistan,maize,0.0299386150398663
+Panama,maize,0.0299386150398663
+Paraguay,maize,0.0299386150398663
+Peru,maize,0.0299386150398663
+Philippines,maize,0.0299386150398663
+Poland,maize,0.0603582114038878
+Portugal,maize,0.0603582114038878
+Republic of Korea,maize,0.0822050709280908
+Republic of Moldova,maize,0.0299386150398663
+Romania,maize,0.0603582114038878
+Russian Federation,maize,0.0883633555720103
+Rwanda,maize,0.0299386150398663
+Saint Kitts and Nevis,maize,0.0299386150398663
+Saint Lucia,maize,0.0299386150398663
+Saint Vincent and the Grenadines,maize,0.0299386150398663
+Samoa,maize,0.0299386150398663
+Sao Tome and Principe,maize,0.0299386150398663
+Saudi Arabia,maize,0.0299386150398663
+Senegal,maize,0.0299386150398663
+Serbia,maize,0.0299386150398663
+Sierra Leone,maize,0.0299386150398663
+Slovakia,maize,0.0603582114038878
+Slovenia,maize,0.0603582114038878
+Solomon Islands,maize,0.0299386150398663
+Somalia,maize,0.0299386150398663
+South Africa,maize,0.0161824701612779
+South Sudan,maize,0.0299386150398663
+Spain,maize,0.0603582114038878
+Sri Lanka,maize,0.0299386150398663
+Sudan,maize,0.0299386150398663
+Suriname,maize,0.0299386150398663
+Swaziland,maize,0.0299386150398663
+Sweden,maize,0.0603582114038878
+Switzerland,maize,0.0822050709280908
+Tajikistan,maize,0.0299386150398663
+Thailand,maize,0.0299386150398663
+The former Yugoslav Republic of Macedonia,maize,0.0299386150398663
+Togo,maize,0.0299386150398663
+Trinidad and Tobago,maize,0.0299386150398663
+Tunisia,maize,0.0299386150398663
+Turkey,maize,0.105663766639557
+Turkmenistan,maize,0.0299386150398663
+Uganda,maize,0.0299386150398663
+Ukraine,maize,0.0299386150398663
+United Arab Emirates,maize,0.0299386150398663
+United Kingdom,maize,0.0603582114038878
+United Republic of Tanzania,maize,0.0299386150398663
+United States of America,maize,0.116357971434502
+Uruguay,maize,0.0299386150398663
+Uzbekistan,maize,0.0299386150398663
+Vanuatu,maize,0.0299386150398663
+Venezuela (Bolivarian Republic of),maize,0.0299386150398663
+Viet Nam,maize,0.0299386150398663
+Yemen,maize,0.0299386150398663
+Zambia,maize,0.0299386150398663
+Zimbabwe,maize,0.0299386150398663
+Afghanistan,rice,0.0299386150398663
+Albania,rice,0.0299386150398663
+Algeria,rice,0.0299386150398663
+Angola,rice,0.0299386150398663
+Antigua and Barbuda,rice,0.0299386150398663
+Argentina,rice,0.0299386150398663
+Armenia,rice,0.0299386150398663
+Australia,rice,0.0226361482678745
+Austria,rice,0.0603582114038878
+Azerbaijan,rice,0.0299386150398663
+Bahamas,rice,0.0299386150398663
+Bangladesh,rice,0.0299386150398663
+Barbados,rice,0.0299386150398663
+Belarus,rice,0.0299386150398663
+Belgium,rice,0.0603582114038878
+Belize,rice,0.0299386150398663
+Benin,rice,0.0299386150398663
+Bermuda,rice,0.0299386150398663
+Bolivia (Plurinational State of),rice,0.0299386150398663
+Bosnia and Herzegovina,rice,0.0299386150398663
+Botswana,rice,0.0299386150398663
+Brazil,rice,0.0346707358598232
+Brunei Darussalam,rice,0.0299386150398663
+Bulgaria,rice,0.0603582114038878
+Burkina Faso,rice,0.0299386150398663
+Cabo Verde,rice,0.0299386150398663
+Cambodia,rice,0.0299386150398663
+Cameroon,rice,0.0299386150398663
+Canada,rice,0.0762136518389579
+Central African Republic,rice,0.0299386150398663
+Chad,rice,0.0299386150398663
+Chile,rice,0.0299386150398663
+China,rice,0.156633798883686
+Colombia,rice,0.0686528452644761
+Congo,rice,0.0299386150398663
+Costa Rica,rice,0.0299386150398663
+Cote d'Ivoire,rice,0.0299386150398663
+Croatia,rice,0.0603582114038878
+Cuba,rice,0.0299386150398663
+Cyprus,rice,0.0603582114038878
+Czech Republic,rice,0.0603582114038878
+Democratic People's Republic of Korea,rice,0.0299386150398663
+Democratic Republic of the Congo,rice,0.0299386150398663
+Denmark,rice,0.0603582114038878
+Djibouti,rice,0.0299386150398663
+Dominica,rice,0.0299386150398663
+Dominican Republic,rice,0.0299386150398663
+Ecuador,rice,0.0299386150398663
+Egypt,rice,0.0299386150398663
+El Salvador,rice,0.0299386150398663
+Estonia,rice,0.0603582114038878
+Ethiopia,rice,0.0299386150398663
+Fiji,rice,0.0299386150398663
+Finland,rice,0.0603582114038878
+France,rice,0.0603582114038878
+French Polynesia,rice,0.0299386150398663
+Gabon,rice,0.0299386150398663
+Gambia,rice,0.0299386150398663
+Georgia,rice,0.0299386150398663
+Germany,rice,0.0603582114038878
+Ghana,rice,0.0299386150398663
+Greece,rice,0.0603582114038878
+Grenada,rice,0.0299386150398663
+Guatemala,rice,0.0299386150398663
+Guinea,rice,0.0299386150398663
+Guinea-Bissau,rice,0.0299386150398663
+Guyana,rice,0.0299386150398663
+Haiti,rice,0.0299386150398663
+Honduras,rice,0.0299386150398663
+Hungary,rice,0.0603582114038878
+Iceland,rice,0.0299386150398663
+India,rice,0.0268978443311666
+Indonesia,rice,0.00498052969384483
+Iran (Islamic Republic of),rice,0.0299386150398663
+Iraq,rice,0.0299386150398663
+Ireland,rice,0.0603582114038878
+Israel,rice,0.0299386150398663
+Italy,rice,0.0603582114038878
+Jamaica,rice,0.0299386150398663
+Japan,rice,0.0822050709280908
+Jordan,rice,0.0299386150398663
+Kazakhstan,rice,0.0299386150398663
+Kenya,rice,0.0299386150398663
+Kiribati,rice,0.0299386150398663
+Kuwait,rice,0.0299386150398663
+Kyrgyzstan,rice,0.0299386150398663
+Lao People's Democratic Republic,rice,0.0299386150398663
+Latvia,rice,0.0603582114038878
+Lebanon,rice,0.0299386150398663
+Lesotho,rice,0.0299386150398663
+Liberia,rice,0.0299386150398663
+Libya,rice,0.0299386150398663
+Lithuania,rice,0.0603582114038878
+Luxembourg,rice,0.0603582114038878
+Madagascar,rice,0.0299386150398663
+Malawi,rice,0.0299386150398663
+Malaysia,rice,0.0299386150398663
+Maldives,rice,0.0299386150398663
+Mali,rice,0.0299386150398663
+Malta,rice,0.0603582114038878
+Mauritania,rice,0.0299386150398663
+Mauritius,rice,0.0299386150398663
+Mexico,rice,0.0822050709280908
+Mongolia,rice,0.0299386150398663
+Montenegro,rice,0.0299386150398663
+Morocco,rice,0.0299386150398663
+Mozambique,rice,0.0299386150398663
+Myanmar,rice,0.0299386150398663
+Namibia,rice,0.0299386150398663
+Nepal,rice,0.0299386150398663
+Netherlands,rice,0.0603582114038878
+New Caledonia,rice,0.0299386150398663
+New Zealand,rice,0.0173195123664494
+Nicaragua,rice,0.0299386150398663
+Niger,rice,0.0299386150398663
+Nigeria,rice,0.0299386150398663
+Norway,rice,0.0822050709280908
+Oman,rice,0.0299386150398663
+Pakistan,rice,0.0299386150398663
+Panama,rice,0.0299386150398663
+Paraguay,rice,0.0299386150398663
+Peru,rice,0.0299386150398663
+Philippines,rice,0.0299386150398663
+Poland,rice,0.0603582114038878
+Portugal,rice,0.0603582114038878
+Republic of Korea,rice,0.0822050709280908
+Republic of Moldova,rice,0.0299386150398663
+Romania,rice,0.0603582114038878
+Russian Federation,rice,0.0883633555720103
+Rwanda,rice,0.0299386150398663
+Saint Kitts and Nevis,rice,0.0299386150398663
+Saint Lucia,rice,0.0299386150398663
+Saint Vincent and the Grenadines,rice,0.0299386150398663
+Samoa,rice,0.0299386150398663
+Sao Tome and Principe,rice,0.0299386150398663
+Saudi Arabia,rice,0.0299386150398663
+Senegal,rice,0.0299386150398663
+Serbia,rice,0.0299386150398663
+Sierra Leone,rice,0.0299386150398663
+Slovakia,rice,0.0603582114038878
+Slovenia,rice,0.0603582114038878
+Solomon Islands,rice,0.0299386150398663
+Somalia,rice,0.0299386150398663
+South Africa,rice,0.0161824701612779
+South Sudan,rice,0.0299386150398663
+Spain,rice,0.0603582114038878
+Sri Lanka,rice,0.0299386150398663
+Sudan,rice,0.0299386150398663
+Suriname,rice,0.0299386150398663
+Swaziland,rice,0.0299386150398663
+Sweden,rice,0.0603582114038878
+Switzerland,rice,0.0822050709280908
+Tajikistan,rice,0.0299386150398663
+Thailand,rice,0.0299386150398663
+The former Yugoslav Republic of Macedonia,rice,0.0299386150398663
+Togo,rice,0.0299386150398663
+Trinidad and Tobago,rice,0.0299386150398663
+Tunisia,rice,0.0299386150398663
+Turkey,rice,0.105663766639557
+Turkmenistan,rice,0.0299386150398663
+Uganda,rice,0.0299386150398663
+Ukraine,rice,0.0299386150398663
+United Arab Emirates,rice,0.0299386150398663
+United Kingdom,rice,0.0603582114038878
+United Republic of Tanzania,rice,0.0299386150398663
+United States of America,rice,0.116357971434502
+Uruguay,rice,0.0299386150398663
+Uzbekistan,rice,0.0299386150398663
+Vanuatu,rice,0.0299386150398663
+Venezuela (Bolivarian Republic of),rice,0.0299386150398663
+Viet Nam,rice,0.0299386150398663
+Yemen,rice,0.0299386150398663
+Zambia,rice,0.0299386150398663
+Zimbabwe,rice,0.0299386150398663
+Afghanistan,oilcrops,0.0299386150398663
+Albania,oilcrops,0.0299386150398663
+Algeria,oilcrops,0.0299386150398663
+Angola,oilcrops,0.0299386150398663
+Antigua and Barbuda,oilcrops,0.0299386150398663
+Argentina,oilcrops,0.0299386150398663
+Armenia,oilcrops,0.0299386150398663
+Australia,oilcrops,0.0226361482678745
+Austria,oilcrops,0.0603582114038878
+Azerbaijan,oilcrops,0.0299386150398663
+Bahamas,oilcrops,0.0299386150398663
+Bangladesh,oilcrops,0.0299386150398663
+Barbados,oilcrops,0.0299386150398663
+Belarus,oilcrops,0.0299386150398663
+Belgium,oilcrops,0.0603582114038878
+Belize,oilcrops,0.0299386150398663
+Benin,oilcrops,0.0299386150398663
+Bermuda,oilcrops,0.0299386150398663
+Bolivia (Plurinational State of),oilcrops,0.0299386150398663
+Bosnia and Herzegovina,oilcrops,0.0299386150398663
+Botswana,oilcrops,0.0299386150398663
+Brazil,oilcrops,0.0346707358598232
+Brunei Darussalam,oilcrops,0.0299386150398663
+Bulgaria,oilcrops,0.0603582114038878
+Burkina Faso,oilcrops,0.0299386150398663
+Cabo Verde,oilcrops,0.0299386150398663
+Cambodia,oilcrops,0.0299386150398663
+Cameroon,oilcrops,0.0299386150398663
+Canada,oilcrops,0.0762136518389579
+Central African Republic,oilcrops,0.0299386150398663
+Chad,oilcrops,0.0299386150398663
+Chile,oilcrops,0.0299386150398663
+China,oilcrops,0.156633798883686
+Colombia,oilcrops,0.0686528452644761
+Congo,oilcrops,0.0299386150398663
+Costa Rica,oilcrops,0.0299386150398663
+Cote d'Ivoire,oilcrops,0.0299386150398663
+Croatia,oilcrops,0.0603582114038878
+Cuba,oilcrops,0.0299386150398663
+Cyprus,oilcrops,0.0603582114038878
+Czech Republic,oilcrops,0.0603582114038878
+Democratic People's Republic of Korea,oilcrops,0.0299386150398663
+Democratic Republic of the Congo,oilcrops,0.0299386150398663
+Denmark,oilcrops,0.0603582114038878
+Djibouti,oilcrops,0.0299386150398663
+Dominica,oilcrops,0.0299386150398663
+Dominican Republic,oilcrops,0.0299386150398663
+Ecuador,oilcrops,0.0299386150398663
+Egypt,oilcrops,0.0299386150398663
+El Salvador,oilcrops,0.0299386150398663
+Estonia,oilcrops,0.0603582114038878
+Ethiopia,oilcrops,0.0299386150398663
+Fiji,oilcrops,0.0299386150398663
+Finland,oilcrops,0.0603582114038878
+France,oilcrops,0.0603582114038878
+French Polynesia,oilcrops,0.0299386150398663
+Gabon,oilcrops,0.0299386150398663
+Gambia,oilcrops,0.0299386150398663
+Georgia,oilcrops,0.0299386150398663
+Germany,oilcrops,0.0603582114038878
+Ghana,oilcrops,0.0299386150398663
+Greece,oilcrops,0.0603582114038878
+Grenada,oilcrops,0.0299386150398663
+Guatemala,oilcrops,0.0299386150398663
+Guinea,oilcrops,0.0299386150398663
+Guinea-Bissau,oilcrops,0.0299386150398663
+Guyana,oilcrops,0.0299386150398663
+Haiti,oilcrops,0.0299386150398663
+Honduras,oilcrops,0.0299386150398663
+Hungary,oilcrops,0.0603582114038878
+Iceland,oilcrops,0.0299386150398663
+India,oilcrops,0.0268978443311666
+Indonesia,oilcrops,0.00498052969384483
+Iran (Islamic Republic of),oilcrops,0.0299386150398663
+Iraq,oilcrops,0.0299386150398663
+Ireland,oilcrops,0.0603582114038878
+Israel,oilcrops,0.0299386150398663
+Italy,oilcrops,0.0603582114038878
+Jamaica,oilcrops,0.0299386150398663
+Japan,oilcrops,0.0822050709280908
+Jordan,oilcrops,0.0299386150398663
+Kazakhstan,oilcrops,0.0299386150398663
+Kenya,oilcrops,0.0299386150398663
+Kiribati,oilcrops,0.0299386150398663
+Kuwait,oilcrops,0.0299386150398663
+Kyrgyzstan,oilcrops,0.0299386150398663
+Lao People's Democratic Republic,oilcrops,0.0299386150398663
+Latvia,oilcrops,0.0603582114038878
+Lebanon,oilcrops,0.0299386150398663
+Lesotho,oilcrops,0.0299386150398663
+Liberia,oilcrops,0.0299386150398663
+Libya,oilcrops,0.0299386150398663
+Lithuania,oilcrops,0.0603582114038878
+Luxembourg,oilcrops,0.0603582114038878
+Madagascar,oilcrops,0.0299386150398663
+Malawi,oilcrops,0.0299386150398663
+Malaysia,oilcrops,0.0299386150398663
+Maldives,oilcrops,0.0299386150398663
+Mali,oilcrops,0.0299386150398663
+Malta,oilcrops,0.0603582114038878
+Mauritania,oilcrops,0.0299386150398663
+Mauritius,oilcrops,0.0299386150398663
+Mexico,oilcrops,0.0822050709280908
+Mongolia,oilcrops,0.0299386150398663
+Montenegro,oilcrops,0.0299386150398663
+Morocco,oilcrops,0.0299386150398663
+Mozambique,oilcrops,0.0299386150398663
+Myanmar,oilcrops,0.0299386150398663
+Namibia,oilcrops,0.0299386150398663
+Nepal,oilcrops,0.0299386150398663
+Netherlands,oilcrops,0.0603582114038878
+New Caledonia,oilcrops,0.0299386150398663
+New Zealand,oilcrops,0.0173195123664494
+Nicaragua,oilcrops,0.0299386150398663
+Niger,oilcrops,0.0299386150398663
+Nigeria,oilcrops,0.0299386150398663
+Norway,oilcrops,0.0822050709280908
+Oman,oilcrops,0.0299386150398663
+Pakistan,oilcrops,0.0299386150398663
+Panama,oilcrops,0.0299386150398663
+Paraguay,oilcrops,0.0299386150398663
+Peru,oilcrops,0.0299386150398663
+Philippines,oilcrops,0.0299386150398663
+Poland,oilcrops,0.0603582114038878
+Portugal,oilcrops,0.0603582114038878
+Republic of Korea,oilcrops,0.0822050709280908
+Republic of Moldova,oilcrops,0.0299386150398663
+Romania,oilcrops,0.0603582114038878
+Russian Federation,oilcrops,0.0883633555720103
+Rwanda,oilcrops,0.0299386150398663
+Saint Kitts and Nevis,oilcrops,0.0299386150398663
+Saint Lucia,oilcrops,0.0299386150398663
+Saint Vincent and the Grenadines,oilcrops,0.0299386150398663
+Samoa,oilcrops,0.0299386150398663
+Sao Tome and Principe,oilcrops,0.0299386150398663
+Saudi Arabia,oilcrops,0.0299386150398663
+Senegal,oilcrops,0.0299386150398663
+Serbia,oilcrops,0.0299386150398663
+Sierra Leone,oilcrops,0.0299386150398663
+Slovakia,oilcrops,0.0603582114038878
+Slovenia,oilcrops,0.0603582114038878
+Solomon Islands,oilcrops,0.0299386150398663
+Somalia,oilcrops,0.0299386150398663
+South Africa,oilcrops,0.0161824701612779
+South Sudan,oilcrops,0.0299386150398663
+Spain,oilcrops,0.0603582114038878
+Sri Lanka,oilcrops,0.0299386150398663
+Sudan,oilcrops,0.0299386150398663
+Suriname,oilcrops,0.0299386150398663
+Swaziland,oilcrops,0.0299386150398663
+Sweden,oilcrops,0.0603582114038878
+Switzerland,oilcrops,0.0822050709280908
+Tajikistan,oilcrops,0.0299386150398663
+Thailand,oilcrops,0.0299386150398663
+The former Yugoslav Republic of Macedonia,oilcrops,0.0299386150398663
+Togo,oilcrops,0.0299386150398663
+Trinidad and Tobago,oilcrops,0.0299386150398663
+Tunisia,oilcrops,0.0299386150398663
+Turkey,oilcrops,0.105663766639557
+Turkmenistan,oilcrops,0.0299386150398663
+Uganda,oilcrops,0.0299386150398663
+Ukraine,oilcrops,0.0299386150398663
+United Arab Emirates,oilcrops,0.0299386150398663
+United Kingdom,oilcrops,0.0603582114038878
+United Republic of Tanzania,oilcrops,0.0299386150398663
+United States of America,oilcrops,0.116357971434502
+Uruguay,oilcrops,0.0299386150398663
+Uzbekistan,oilcrops,0.0299386150398663
+Vanuatu,oilcrops,0.0299386150398663
+Venezuela (Bolivarian Republic of),oilcrops,0.0299386150398663
+Viet Nam,oilcrops,0.0299386150398663
+Yemen,oilcrops,0.0299386150398663
+Zambia,oilcrops,0.0299386150398663
+Zimbabwe,oilcrops,0.0299386150398663
+Afghanistan,starchyRoots,0.0299386150398663
+Albania,starchyRoots,0.0299386150398663
+Algeria,starchyRoots,0.0299386150398663
+Angola,starchyRoots,0.0299386150398663
+Antigua and Barbuda,starchyRoots,0.0299386150398663
+Argentina,starchyRoots,0.0299386150398663
+Armenia,starchyRoots,0.0299386150398663
+Australia,starchyRoots,0.0226361482678745
+Austria,starchyRoots,0.0603582114038878
+Azerbaijan,starchyRoots,0.0299386150398663
+Bahamas,starchyRoots,0.0299386150398663
+Bangladesh,starchyRoots,0.0299386150398663
+Barbados,starchyRoots,0.0299386150398663
+Belarus,starchyRoots,0.0299386150398663
+Belgium,starchyRoots,0.0603582114038878
+Belize,starchyRoots,0.0299386150398663
+Benin,starchyRoots,0.0299386150398663
+Bermuda,starchyRoots,0.0299386150398663
+Bolivia (Plurinational State of),starchyRoots,0.0299386150398663
+Bosnia and Herzegovina,starchyRoots,0.0299386150398663
+Botswana,starchyRoots,0.0299386150398663
+Brazil,starchyRoots,0.0346707358598232
+Brunei Darussalam,starchyRoots,0.0299386150398663
+Bulgaria,starchyRoots,0.0603582114038878
+Burkina Faso,starchyRoots,0.0299386150398663
+Cabo Verde,starchyRoots,0.0299386150398663
+Cambodia,starchyRoots,0.0299386150398663
+Cameroon,starchyRoots,0.0299386150398663
+Canada,starchyRoots,0.0762136518389579
+Central African Republic,starchyRoots,0.0299386150398663
+Chad,starchyRoots,0.0299386150398663
+Chile,starchyRoots,0.0299386150398663
+China,starchyRoots,0.156633798883686
+Colombia,starchyRoots,0.0686528452644761
+Congo,starchyRoots,0.0299386150398663
+Costa Rica,starchyRoots,0.0299386150398663
+Cote d'Ivoire,starchyRoots,0.0299386150398663
+Croatia,starchyRoots,0.0603582114038878
+Cuba,starchyRoots,0.0299386150398663
+Cyprus,starchyRoots,0.0603582114038878
+Czech Republic,starchyRoots,0.0603582114038878
+Democratic People's Republic of Korea,starchyRoots,0.0299386150398663
+Democratic Republic of the Congo,starchyRoots,0.0299386150398663
+Denmark,starchyRoots,0.0603582114038878
+Djibouti,starchyRoots,0.0299386150398663
+Dominica,starchyRoots,0.0299386150398663
+Dominican Republic,starchyRoots,0.0299386150398663
+Ecuador,starchyRoots,0.0299386150398663
+Egypt,starchyRoots,0.0299386150398663
+El Salvador,starchyRoots,0.0299386150398663
+Estonia,starchyRoots,0.0603582114038878
+Ethiopia,starchyRoots,0.0299386150398663
+Fiji,starchyRoots,0.0299386150398663
+Finland,starchyRoots,0.0603582114038878
+France,starchyRoots,0.0603582114038878
+French Polynesia,starchyRoots,0.0299386150398663
+Gabon,starchyRoots,0.0299386150398663
+Gambia,starchyRoots,0.0299386150398663
+Georgia,starchyRoots,0.0299386150398663
+Germany,starchyRoots,0.0603582114038878
+Ghana,starchyRoots,0.0299386150398663
+Greece,starchyRoots,0.0603582114038878
+Grenada,starchyRoots,0.0299386150398663
+Guatemala,starchyRoots,0.0299386150398663
+Guinea,starchyRoots,0.0299386150398663
+Guinea-Bissau,starchyRoots,0.0299386150398663
+Guyana,starchyRoots,0.0299386150398663
+Haiti,starchyRoots,0.0299386150398663
+Honduras,starchyRoots,0.0299386150398663
+Hungary,starchyRoots,0.0603582114038878
+Iceland,starchyRoots,0.0299386150398663
+India,starchyRoots,0.0268978443311666
+Indonesia,starchyRoots,0.00498052969384483
+Iran (Islamic Republic of),starchyRoots,0.0299386150398663
+Iraq,starchyRoots,0.0299386150398663
+Ireland,starchyRoots,0.0603582114038878
+Israel,starchyRoots,0.0299386150398663
+Italy,starchyRoots,0.0603582114038878
+Jamaica,starchyRoots,0.0299386150398663
+Japan,starchyRoots,0.0822050709280908
+Jordan,starchyRoots,0.0299386150398663
+Kazakhstan,starchyRoots,0.0299386150398663
+Kenya,starchyRoots,0.0299386150398663
+Kiribati,starchyRoots,0.0299386150398663
+Kuwait,starchyRoots,0.0299386150398663
+Kyrgyzstan,starchyRoots,0.0299386150398663
+Lao People's Democratic Republic,starchyRoots,0.0299386150398663
+Latvia,starchyRoots,0.0603582114038878
+Lebanon,starchyRoots,0.0299386150398663
+Lesotho,starchyRoots,0.0299386150398663
+Liberia,starchyRoots,0.0299386150398663
+Libya,starchyRoots,0.0299386150398663
+Lithuania,starchyRoots,0.0603582114038878
+Luxembourg,starchyRoots,0.0603582114038878
+Madagascar,starchyRoots,0.0299386150398663
+Malawi,starchyRoots,0.0299386150398663
+Malaysia,starchyRoots,0.0299386150398663
+Maldives,starchyRoots,0.0299386150398663
+Mali,starchyRoots,0.0299386150398663
+Malta,starchyRoots,0.0603582114038878
+Mauritania,starchyRoots,0.0299386150398663
+Mauritius,starchyRoots,0.0299386150398663
+Mexico,starchyRoots,0.0822050709280908
+Mongolia,starchyRoots,0.0299386150398663
+Montenegro,starchyRoots,0.0299386150398663
+Morocco,starchyRoots,0.0299386150398663
+Mozambique,starchyRoots,0.0299386150398663
+Myanmar,starchyRoots,0.0299386150398663
+Namibia,starchyRoots,0.0299386150398663
+Nepal,starchyRoots,0.0299386150398663
+Netherlands,starchyRoots,0.0603582114038878
+New Caledonia,starchyRoots,0.0299386150398663
+New Zealand,starchyRoots,0.0173195123664494
+Nicaragua,starchyRoots,0.0299386150398663
+Niger,starchyRoots,0.0299386150398663
+Nigeria,starchyRoots,0.0299386150398663
+Norway,starchyRoots,0.0822050709280908
+Oman,starchyRoots,0.0299386150398663
+Pakistan,starchyRoots,0.0299386150398663
+Panama,starchyRoots,0.0299386150398663
+Paraguay,starchyRoots,0.0299386150398663
+Peru,starchyRoots,0.0299386150398663
+Philippines,starchyRoots,0.0299386150398663
+Poland,starchyRoots,0.0603582114038878
+Portugal,starchyRoots,0.0603582114038878
+Republic of Korea,starchyRoots,0.0822050709280908
+Republic of Moldova,starchyRoots,0.0299386150398663
+Romania,starchyRoots,0.0603582114038878
+Russian Federation,starchyRoots,0.0883633555720103
+Rwanda,starchyRoots,0.0299386150398663
+Saint Kitts and Nevis,starchyRoots,0.0299386150398663
+Saint Lucia,starchyRoots,0.0299386150398663
+Saint Vincent and the Grenadines,starchyRoots,0.0299386150398663
+Samoa,starchyRoots,0.0299386150398663
+Sao Tome and Principe,starchyRoots,0.0299386150398663
+Saudi Arabia,starchyRoots,0.0299386150398663
+Senegal,starchyRoots,0.0299386150398663
+Serbia,starchyRoots,0.0299386150398663
+Sierra Leone,starchyRoots,0.0299386150398663
+Slovakia,starchyRoots,0.0603582114038878
+Slovenia,starchyRoots,0.0603582114038878
+Solomon Islands,starchyRoots,0.0299386150398663
+Somalia,starchyRoots,0.0299386150398663
+South Africa,starchyRoots,0.0161824701612779
+South Sudan,starchyRoots,0.0299386150398663
+Spain,starchyRoots,0.0603582114038878
+Sri Lanka,starchyRoots,0.0299386150398663
+Sudan,starchyRoots,0.0299386150398663
+Suriname,starchyRoots,0.0299386150398663
+Swaziland,starchyRoots,0.0299386150398663
+Sweden,starchyRoots,0.0603582114038878
+Switzerland,starchyRoots,0.0822050709280908
+Tajikistan,starchyRoots,0.0299386150398663
+Thailand,starchyRoots,0.0299386150398663
+The former Yugoslav Republic of Macedonia,starchyRoots,0.0299386150398663
+Togo,starchyRoots,0.0299386150398663
+Trinidad and Tobago,starchyRoots,0.0299386150398663
+Tunisia,starchyRoots,0.0299386150398663
+Turkey,starchyRoots,0.105663766639557
+Turkmenistan,starchyRoots,0.0299386150398663
+Uganda,starchyRoots,0.0299386150398663
+Ukraine,starchyRoots,0.0299386150398663
+United Arab Emirates,starchyRoots,0.0299386150398663
+United Kingdom,starchyRoots,0.0603582114038878
+United Republic of Tanzania,starchyRoots,0.0299386150398663
+United States of America,starchyRoots,0.116357971434502
+Uruguay,starchyRoots,0.0299386150398663
+Uzbekistan,starchyRoots,0.0299386150398663
+Vanuatu,starchyRoots,0.0299386150398663
+Venezuela (Bolivarian Republic of),starchyRoots,0.0299386150398663
+Viet Nam,starchyRoots,0.0299386150398663
+Yemen,starchyRoots,0.0299386150398663
+Zambia,starchyRoots,0.0299386150398663
+Zimbabwe,starchyRoots,0.0299386150398663
+Afghanistan,pulses,0.0299386150398663
+Albania,pulses,0.0299386150398663
+Algeria,pulses,0.0299386150398663
+Angola,pulses,0.0299386150398663
+Antigua and Barbuda,pulses,0.0299386150398663
+Argentina,pulses,0.0299386150398663
+Armenia,pulses,0.0299386150398663
+Australia,pulses,0.0226361482678745
+Austria,pulses,0.0603582114038878
+Azerbaijan,pulses,0.0299386150398663
+Bahamas,pulses,0.0299386150398663
+Bangladesh,pulses,0.0299386150398663
+Barbados,pulses,0.0299386150398663
+Belarus,pulses,0.0299386150398663
+Belgium,pulses,0.0603582114038878
+Belize,pulses,0.0299386150398663
+Benin,pulses,0.0299386150398663
+Bermuda,pulses,0.0299386150398663
+Bolivia (Plurinational State of),pulses,0.0299386150398663
+Bosnia and Herzegovina,pulses,0.0299386150398663
+Botswana,pulses,0.0299386150398663
+Brazil,pulses,0.0346707358598232
+Brunei Darussalam,pulses,0.0299386150398663
+Bulgaria,pulses,0.0603582114038878
+Burkina Faso,pulses,0.0299386150398663
+Cabo Verde,pulses,0.0299386150398663
+Cambodia,pulses,0.0299386150398663
+Cameroon,pulses,0.0299386150398663
+Canada,pulses,0.0762136518389579
+Central African Republic,pulses,0.0299386150398663
+Chad,pulses,0.0299386150398663
+Chile,pulses,0.0299386150398663
+China,pulses,0.156633798883686
+Colombia,pulses,0.0686528452644761
+Congo,pulses,0.0299386150398663
+Costa Rica,pulses,0.0299386150398663
+Cote d'Ivoire,pulses,0.0299386150398663
+Croatia,pulses,0.0603582114038878
+Cuba,pulses,0.0299386150398663
+Cyprus,pulses,0.0603582114038878
+Czech Republic,pulses,0.0603582114038878
+Democratic People's Republic of Korea,pulses,0.0299386150398663
+Democratic Republic of the Congo,pulses,0.0299386150398663
+Denmark,pulses,0.0603582114038878
+Djibouti,pulses,0.0299386150398663
+Dominica,pulses,0.0299386150398663
+Dominican Republic,pulses,0.0299386150398663
+Ecuador,pulses,0.0299386150398663
+Egypt,pulses,0.0299386150398663
+El Salvador,pulses,0.0299386150398663
+Estonia,pulses,0.0603582114038878
+Ethiopia,pulses,0.0299386150398663
+Fiji,pulses,0.0299386150398663
+Finland,pulses,0.0603582114038878
+France,pulses,0.0603582114038878
+French Polynesia,pulses,0.0299386150398663
+Gabon,pulses,0.0299386150398663
+Gambia,pulses,0.0299386150398663
+Georgia,pulses,0.0299386150398663
+Germany,pulses,0.0603582114038878
+Ghana,pulses,0.0299386150398663
+Greece,pulses,0.0603582114038878
+Grenada,pulses,0.0299386150398663
+Guatemala,pulses,0.0299386150398663
+Guinea,pulses,0.0299386150398663
+Guinea-Bissau,pulses,0.0299386150398663
+Guyana,pulses,0.0299386150398663
+Haiti,pulses,0.0299386150398663
+Honduras,pulses,0.0299386150398663
+Hungary,pulses,0.0603582114038878
+Iceland,pulses,0.0299386150398663
+India,pulses,0.0268978443311666
+Indonesia,pulses,0.00498052969384483
+Iran (Islamic Republic of),pulses,0.0299386150398663
+Iraq,pulses,0.0299386150398663
+Ireland,pulses,0.0603582114038878
+Israel,pulses,0.0299386150398663
+Italy,pulses,0.0603582114038878
+Jamaica,pulses,0.0299386150398663
+Japan,pulses,0.0822050709280908
+Jordan,pulses,0.0299386150398663
+Kazakhstan,pulses,0.0299386150398663
+Kenya,pulses,0.0299386150398663
+Kiribati,pulses,0.0299386150398663
+Kuwait,pulses,0.0299386150398663
+Kyrgyzstan,pulses,0.0299386150398663
+Lao People's Democratic Republic,pulses,0.0299386150398663
+Latvia,pulses,0.0603582114038878
+Lebanon,pulses,0.0299386150398663
+Lesotho,pulses,0.0299386150398663
+Liberia,pulses,0.0299386150398663
+Libya,pulses,0.0299386150398663
+Lithuania,pulses,0.0603582114038878
+Luxembourg,pulses,0.0603582114038878
+Madagascar,pulses,0.0299386150398663
+Malawi,pulses,0.0299386150398663
+Malaysia,pulses,0.0299386150398663
+Maldives,pulses,0.0299386150398663
+Mali,pulses,0.0299386150398663
+Malta,pulses,0.0603582114038878
+Mauritania,pulses,0.0299386150398663
+Mauritius,pulses,0.0299386150398663
+Mexico,pulses,0.0822050709280908
+Mongolia,pulses,0.0299386150398663
+Montenegro,pulses,0.0299386150398663
+Morocco,pulses,0.0299386150398663
+Mozambique,pulses,0.0299386150398663
+Myanmar,pulses,0.0299386150398663
+Namibia,pulses,0.0299386150398663
+Nepal,pulses,0.0299386150398663
+Netherlands,pulses,0.0603582114038878
+New Caledonia,pulses,0.0299386150398663
+New Zealand,pulses,0.0173195123664494
+Nicaragua,pulses,0.0299386150398663
+Niger,pulses,0.0299386150398663
+Nigeria,pulses,0.0299386150398663
+Norway,pulses,0.0822050709280908
+Oman,pulses,0.0299386150398663
+Pakistan,pulses,0.0299386150398663
+Panama,pulses,0.0299386150398663
+Paraguay,pulses,0.0299386150398663
+Peru,pulses,0.0299386150398663
+Philippines,pulses,0.0299386150398663
+Poland,pulses,0.0603582114038878
+Portugal,pulses,0.0603582114038878
+Republic of Korea,pulses,0.0822050709280908
+Republic of Moldova,pulses,0.0299386150398663
+Romania,pulses,0.0603582114038878
+Russian Federation,pulses,0.0883633555720103
+Rwanda,pulses,0.0299386150398663
+Saint Kitts and Nevis,pulses,0.0299386150398663
+Saint Lucia,pulses,0.0299386150398663
+Saint Vincent and the Grenadines,pulses,0.0299386150398663
+Samoa,pulses,0.0299386150398663
+Sao Tome and Principe,pulses,0.0299386150398663
+Saudi Arabia,pulses,0.0299386150398663
+Senegal,pulses,0.0299386150398663
+Serbia,pulses,0.0299386150398663
+Sierra Leone,pulses,0.0299386150398663
+Slovakia,pulses,0.0603582114038878
+Slovenia,pulses,0.0603582114038878
+Solomon Islands,pulses,0.0299386150398663
+Somalia,pulses,0.0299386150398663
+South Africa,pulses,0.0161824701612779
+South Sudan,pulses,0.0299386150398663
+Spain,pulses,0.0603582114038878
+Sri Lanka,pulses,0.0299386150398663
+Sudan,pulses,0.0299386150398663
+Suriname,pulses,0.0299386150398663
+Swaziland,pulses,0.0299386150398663
+Sweden,pulses,0.0603582114038878
+Switzerland,pulses,0.0822050709280908
+Tajikistan,pulses,0.0299386150398663
+Thailand,pulses,0.0299386150398663
+The former Yugoslav Republic of Macedonia,pulses,0.0299386150398663
+Togo,pulses,0.0299386150398663
+Trinidad and Tobago,pulses,0.0299386150398663
+Tunisia,pulses,0.0299386150398663
+Turkey,pulses,0.105663766639557
+Turkmenistan,pulses,0.0299386150398663
+Uganda,pulses,0.0299386150398663
+Ukraine,pulses,0.0299386150398663
+United Arab Emirates,pulses,0.0299386150398663
+United Kingdom,pulses,0.0603582114038878
+United Republic of Tanzania,pulses,0.0299386150398663
+United States of America,pulses,0.116357971434502
+Uruguay,pulses,0.0299386150398663
+Uzbekistan,pulses,0.0299386150398663
+Vanuatu,pulses,0.0299386150398663
+Venezuela (Bolivarian Republic of),pulses,0.0299386150398663
+Viet Nam,pulses,0.0299386150398663
+Yemen,pulses,0.0299386150398663
+Zambia,pulses,0.0299386150398663
+Zimbabwe,pulses,0.0299386150398663
+Afghanistan,pasture,0.0299386150398663
+Albania,pasture,0.0299386150398663
+Algeria,pasture,0.0299386150398663
+Angola,pasture,0.0299386150398663
+Antigua and Barbuda,pasture,0.0299386150398663
+Argentina,pasture,0.0299386150398663
+Armenia,pasture,0.0299386150398663
+Australia,pasture,0.0226361482678745
+Austria,pasture,0.0603582114038878
+Azerbaijan,pasture,0.0299386150398663
+Bahamas,pasture,0.0299386150398663
+Bangladesh,pasture,0.0299386150398663
+Barbados,pasture,0.0299386150398663
+Belarus,pasture,0.0299386150398663
+Belgium,pasture,0.0603582114038878
+Belize,pasture,0.0299386150398663
+Benin,pasture,0.0299386150398663
+Bermuda,pasture,0.0299386150398663
+Bolivia (Plurinational State of),pasture,0.0299386150398663
+Bosnia and Herzegovina,pasture,0.0299386150398663
+Botswana,pasture,0.0299386150398663
+Brazil,pasture,0.0346707358598232
+Brunei Darussalam,pasture,0.0299386150398663
+Bulgaria,pasture,0.0603582114038878
+Burkina Faso,pasture,0.0299386150398663
+Cabo Verde,pasture,0.0299386150398663
+Cambodia,pasture,0.0299386150398663
+Cameroon,pasture,0.0299386150398663
+Canada,pasture,0.0762136518389579
+Central African Republic,pasture,0.0299386150398663
+Chad,pasture,0.0299386150398663
+Chile,pasture,0.0299386150398663
+China,pasture,0.156633798883686
+Colombia,pasture,0.0686528452644761
+Congo,pasture,0.0299386150398663
+Costa Rica,pasture,0.0299386150398663
+Cote d'Ivoire,pasture,0.0299386150398663
+Croatia,pasture,0.0603582114038878
+Cuba,pasture,0.0299386150398663
+Cyprus,pasture,0.0603582114038878
+Czech Republic,pasture,0.0603582114038878
+Democratic People's Republic of Korea,pasture,0.0299386150398663
+Democratic Republic of the Congo,pasture,0.0299386150398663
+Denmark,pasture,0.0603582114038878
+Djibouti,pasture,0.0299386150398663
+Dominica,pasture,0.0299386150398663
+Dominican Republic,pasture,0.0299386150398663
+Ecuador,pasture,0.0299386150398663
+Egypt,pasture,0.0299386150398663
+El Salvador,pasture,0.0299386150398663
+Estonia,pasture,0.0603582114038878
+Ethiopia,pasture,0.0299386150398663
+Fiji,pasture,0.0299386150398663
+Finland,pasture,0.0603582114038878
+France,pasture,0.0603582114038878
+French Polynesia,pasture,0.0299386150398663
+Gabon,pasture,0.0299386150398663
+Gambia,pasture,0.0299386150398663
+Georgia,pasture,0.0299386150398663
+Germany,pasture,0.0603582114038878
+Ghana,pasture,0.0299386150398663
+Greece,pasture,0.0603582114038878
+Grenada,pasture,0.0299386150398663
+Guatemala,pasture,0.0299386150398663
+Guinea,pasture,0.0299386150398663
+Guinea-Bissau,pasture,0.0299386150398663
+Guyana,pasture,0.0299386150398663
+Haiti,pasture,0.0299386150398663
+Honduras,pasture,0.0299386150398663
+Hungary,pasture,0.0603582114038878
+Iceland,pasture,0.0299386150398663
+India,pasture,0.0268978443311666
+Indonesia,pasture,0.00498052969384483
+Iran (Islamic Republic of),pasture,0.0299386150398663
+Iraq,pasture,0.0299386150398663
+Ireland,pasture,0.0603582114038878
+Israel,pasture,0.0299386150398663
+Italy,pasture,0.0603582114038878
+Jamaica,pasture,0.0299386150398663
+Japan,pasture,0.0822050709280908
+Jordan,pasture,0.0299386150398663
+Kazakhstan,pasture,0.0299386150398663
+Kenya,pasture,0.0299386150398663
+Kiribati,pasture,0.0299386150398663
+Kuwait,pasture,0.0299386150398663
+Kyrgyzstan,pasture,0.0299386150398663
+Lao People's Democratic Republic,pasture,0.0299386150398663
+Latvia,pasture,0.0603582114038878
+Lebanon,pasture,0.0299386150398663
+Lesotho,pasture,0.0299386150398663
+Liberia,pasture,0.0299386150398663
+Libya,pasture,0.0299386150398663
+Lithuania,pasture,0.0603582114038878
+Luxembourg,pasture,0.0603582114038878
+Madagascar,pasture,0.0299386150398663
+Malawi,pasture,0.0299386150398663
+Malaysia,pasture,0.0299386150398663
+Maldives,pasture,0.0299386150398663
+Mali,pasture,0.0299386150398663
+Malta,pasture,0.0603582114038878
+Mauritania,pasture,0.0299386150398663
+Mauritius,pasture,0.0299386150398663
+Mexico,pasture,0.0822050709280908
+Mongolia,pasture,0.0299386150398663
+Montenegro,pasture,0.0299386150398663
+Morocco,pasture,0.0299386150398663
+Mozambique,pasture,0.0299386150398663
+Myanmar,pasture,0.0299386150398663
+Namibia,pasture,0.0299386150398663
+Nepal,pasture,0.0299386150398663
+Netherlands,pasture,0.0603582114038878
+New Caledonia,pasture,0.0299386150398663
+New Zealand,pasture,0.0173195123664494
+Nicaragua,pasture,0.0299386150398663
+Niger,pasture,0.0299386150398663
+Nigeria,pasture,0.0299386150398663
+Norway,pasture,0.0822050709280908
+Oman,pasture,0.0299386150398663
+Pakistan,pasture,0.0299386150398663
+Panama,pasture,0.0299386150398663
+Paraguay,pasture,0.0299386150398663
+Peru,pasture,0.0299386150398663
+Philippines,pasture,0.0299386150398663
+Poland,pasture,0.0603582114038878
+Portugal,pasture,0.0603582114038878
+Republic of Korea,pasture,0.0822050709280908
+Republic of Moldova,pasture,0.0299386150398663
+Romania,pasture,0.0603582114038878
+Russian Federation,pasture,0.0883633555720103
+Rwanda,pasture,0.0299386150398663
+Saint Kitts and Nevis,pasture,0.0299386150398663
+Saint Lucia,pasture,0.0299386150398663
+Saint Vincent and the Grenadines,pasture,0.0299386150398663
+Samoa,pasture,0.0299386150398663
+Sao Tome and Principe,pasture,0.0299386150398663
+Saudi Arabia,pasture,0.0299386150398663
+Senegal,pasture,0.0299386150398663
+Serbia,pasture,0.0299386150398663
+Sierra Leone,pasture,0.0299386150398663
+Slovakia,pasture,0.0603582114038878
+Slovenia,pasture,0.0603582114038878
+Solomon Islands,pasture,0.0299386150398663
+Somalia,pasture,0.0299386150398663
+South Africa,pasture,0.0161824701612779
+South Sudan,pasture,0.0299386150398663
+Spain,pasture,0.0603582114038878
+Sri Lanka,pasture,0.0299386150398663
+Sudan,pasture,0.0299386150398663
+Suriname,pasture,0.0299386150398663
+Swaziland,pasture,0.0299386150398663
+Sweden,pasture,0.0603582114038878
+Switzerland,pasture,0.0822050709280908
+Tajikistan,pasture,0.0299386150398663
+Thailand,pasture,0.0299386150398663
+The former Yugoslav Republic of Macedonia,pasture,0.0299386150398663
+Togo,pasture,0.0299386150398663
+Trinidad and Tobago,pasture,0.0299386150398663
+Tunisia,pasture,0.0299386150398663
+Turkey,pasture,0.105663766639557
+Turkmenistan,pasture,0.0299386150398663
+Uganda,pasture,0.0299386150398663
+Ukraine,pasture,0.0299386150398663
+United Arab Emirates,pasture,0.0299386150398663
+United Kingdom,pasture,0.0603582114038878
+United Republic of Tanzania,pasture,0.0299386150398663
+United States of America,pasture,0.116357971434502
+Uruguay,pasture,0.0299386150398663
+Uzbekistan,pasture,0.0299386150398663
+Vanuatu,pasture,0.0299386150398663
+Venezuela (Bolivarian Republic of),pasture,0.0299386150398663
+Viet Nam,pasture,0.0299386150398663
+Yemen,pasture,0.0299386150398663
+Zambia,pasture,0.0299386150398663
+Zimbabwe,pasture,0.0299386150398663
+Afghanistan,fruitveg,0.0299386150398663
+Albania,fruitveg,0.0299386150398663
+Algeria,fruitveg,0.0299386150398663
+Angola,fruitveg,0.0299386150398663
+Antigua and Barbuda,fruitveg,0.0299386150398663
+Argentina,fruitveg,0.0299386150398663
+Armenia,fruitveg,0.0299386150398663
+Australia,fruitveg,0.0226361482678745
+Austria,fruitveg,0.0603582114038878
+Azerbaijan,fruitveg,0.0299386150398663
+Bahamas,fruitveg,0.0299386150398663
+Bangladesh,fruitveg,0.0299386150398663
+Barbados,fruitveg,0.0299386150398663
+Belarus,fruitveg,0.0299386150398663
+Belgium,fruitveg,0.0603582114038878
+Belize,fruitveg,0.0299386150398663
+Benin,fruitveg,0.0299386150398663
+Bermuda,fruitveg,0.0299386150398663
+Bolivia (Plurinational State of),fruitveg,0.0299386150398663
+Bosnia and Herzegovina,fruitveg,0.0299386150398663
+Botswana,fruitveg,0.0299386150398663
+Brazil,fruitveg,0.0346707358598232
+Brunei Darussalam,fruitveg,0.0299386150398663
+Bulgaria,fruitveg,0.0603582114038878
+Burkina Faso,fruitveg,0.0299386150398663
+Cabo Verde,fruitveg,0.0299386150398663
+Cambodia,fruitveg,0.0299386150398663
+Cameroon,fruitveg,0.0299386150398663
+Canada,fruitveg,0.0762136518389579
+Central African Republic,fruitveg,0.0299386150398663
+Chad,fruitveg,0.0299386150398663
+Chile,fruitveg,0.0299386150398663
+China,fruitveg,0.156633798883686
+Colombia,fruitveg,0.0686528452644761
+Congo,fruitveg,0.0299386150398663
+Costa Rica,fruitveg,0.0299386150398663
+Cote d'Ivoire,fruitveg,0.0299386150398663
+Croatia,fruitveg,0.0603582114038878
+Cuba,fruitveg,0.0299386150398663
+Cyprus,fruitveg,0.0603582114038878
+Czech Republic,fruitveg,0.0603582114038878
+Democratic People's Republic of Korea,fruitveg,0.0299386150398663
+Democratic Republic of the Congo,fruitveg,0.0299386150398663
+Denmark,fruitveg,0.0603582114038878
+Djibouti,fruitveg,0.0299386150398663
+Dominica,fruitveg,0.0299386150398663
+Dominican Republic,fruitveg,0.0299386150398663
+Ecuador,fruitveg,0.0299386150398663
+Egypt,fruitveg,0.0299386150398663
+El Salvador,fruitveg,0.0299386150398663
+Estonia,fruitveg,0.0603582114038878
+Ethiopia,fruitveg,0.0299386150398663
+Fiji,fruitveg,0.0299386150398663
+Finland,fruitveg,0.0603582114038878
+France,fruitveg,0.0603582114038878
+French Polynesia,fruitveg,0.0299386150398663
+Gabon,fruitveg,0.0299386150398663
+Gambia,fruitveg,0.0299386150398663
+Georgia,fruitveg,0.0299386150398663
+Germany,fruitveg,0.0603582114038878
+Ghana,fruitveg,0.0299386150398663
+Greece,fruitveg,0.0603582114038878
+Grenada,fruitveg,0.0299386150398663
+Guatemala,fruitveg,0.0299386150398663
+Guinea,fruitveg,0.0299386150398663
+Guinea-Bissau,fruitveg,0.0299386150398663
+Guyana,fruitveg,0.0299386150398663
+Haiti,fruitveg,0.0299386150398663
+Honduras,fruitveg,0.0299386150398663
+Hungary,fruitveg,0.0603582114038878
+Iceland,fruitveg,0.0299386150398663
+India,fruitveg,0.0268978443311666
+Indonesia,fruitveg,0.00498052969384483
+Iran (Islamic Republic of),fruitveg,0.0299386150398663
+Iraq,fruitveg,0.0299386150398663
+Ireland,fruitveg,0.0603582114038878
+Israel,fruitveg,0.0299386150398663
+Italy,fruitveg,0.0603582114038878
+Jamaica,fruitveg,0.0299386150398663
+Japan,fruitveg,0.0822050709280908
+Jordan,fruitveg,0.0299386150398663
+Kazakhstan,fruitveg,0.0299386150398663
+Kenya,fruitveg,0.0299386150398663
+Kiribati,fruitveg,0.0299386150398663
+Kuwait,fruitveg,0.0299386150398663
+Kyrgyzstan,fruitveg,0.0299386150398663
+Lao People's Democratic Republic,fruitveg,0.0299386150398663
+Latvia,fruitveg,0.0603582114038878
+Lebanon,fruitveg,0.0299386150398663
+Lesotho,fruitveg,0.0299386150398663
+Liberia,fruitveg,0.0299386150398663
+Libya,fruitveg,0.0299386150398663
+Lithuania,fruitveg,0.0603582114038878
+Luxembourg,fruitveg,0.0603582114038878
+Madagascar,fruitveg,0.0299386150398663
+Malawi,fruitveg,0.0299386150398663
+Malaysia,fruitveg,0.0299386150398663
+Maldives,fruitveg,0.0299386150398663
+Mali,fruitveg,0.0299386150398663
+Malta,fruitveg,0.0603582114038878
+Mauritania,fruitveg,0.0299386150398663
+Mauritius,fruitveg,0.0299386150398663
+Mexico,fruitveg,0.0822050709280908
+Mongolia,fruitveg,0.0299386150398663
+Montenegro,fruitveg,0.0299386150398663
+Morocco,fruitveg,0.0299386150398663
+Mozambique,fruitveg,0.0299386150398663
+Myanmar,fruitveg,0.0299386150398663
+Namibia,fruitveg,0.0299386150398663
+Nepal,fruitveg,0.0299386150398663
+Netherlands,fruitveg,0.0603582114038878
+New Caledonia,fruitveg,0.0299386150398663
+New Zealand,fruitveg,0.0173195123664494
+Nicaragua,fruitveg,0.0299386150398663
+Niger,fruitveg,0.0299386150398663
+Nigeria,fruitveg,0.0299386150398663
+Norway,fruitveg,0.0822050709280908
+Oman,fruitveg,0.0299386150398663
+Pakistan,fruitveg,0.0299386150398663
+Panama,fruitveg,0.0299386150398663
+Paraguay,fruitveg,0.0299386150398663
+Peru,fruitveg,0.0299386150398663
+Philippines,fruitveg,0.0299386150398663
+Poland,fruitveg,0.0603582114038878
+Portugal,fruitveg,0.0603582114038878
+Republic of Korea,fruitveg,0.0822050709280908
+Republic of Moldova,fruitveg,0.0299386150398663
+Romania,fruitveg,0.0603582114038878
+Russian Federation,fruitveg,0.0883633555720103
+Rwanda,fruitveg,0.0299386150398663
+Saint Kitts and Nevis,fruitveg,0.0299386150398663
+Saint Lucia,fruitveg,0.0299386150398663
+Saint Vincent and the Grenadines,fruitveg,0.0299386150398663
+Samoa,fruitveg,0.0299386150398663
+Sao Tome and Principe,fruitveg,0.0299386150398663
+Saudi Arabia,fruitveg,0.0299386150398663
+Senegal,fruitveg,0.0299386150398663
+Serbia,fruitveg,0.0299386150398663
+Sierra Leone,fruitveg,0.0299386150398663
+Slovakia,fruitveg,0.0603582114038878
+Slovenia,fruitveg,0.0603582114038878
+Solomon Islands,fruitveg,0.0299386150398663
+Somalia,fruitveg,0.0299386150398663
+South Africa,fruitveg,0.0161824701612779
+South Sudan,fruitveg,0.0299386150398663
+Spain,fruitveg,0.0603582114038878
+Sri Lanka,fruitveg,0.0299386150398663
+Sudan,fruitveg,0.0299386150398663
+Suriname,fruitveg,0.0299386150398663
+Swaziland,fruitveg,0.0299386150398663
+Sweden,fruitveg,0.0603582114038878
+Switzerland,fruitveg,0.0822050709280908
+Tajikistan,fruitveg,0.0299386150398663
+Thailand,fruitveg,0.0299386150398663
+The former Yugoslav Republic of Macedonia,fruitveg,0.0299386150398663
+Togo,fruitveg,0.0299386150398663
+Trinidad and Tobago,fruitveg,0.0299386150398663
+Tunisia,fruitveg,0.0299386150398663
+Turkey,fruitveg,0.105663766639557
+Turkmenistan,fruitveg,0.0299386150398663
+Uganda,fruitveg,0.0299386150398663
+Ukraine,fruitveg,0.0299386150398663
+United Arab Emirates,fruitveg,0.0299386150398663
+United Kingdom,fruitveg,0.0603582114038878
+United Republic of Tanzania,fruitveg,0.0299386150398663
+United States of America,fruitveg,0.116357971434502
+Uruguay,fruitveg,0.0299386150398663
+Uzbekistan,fruitveg,0.0299386150398663
+Vanuatu,fruitveg,0.0299386150398663
+Venezuela (Bolivarian Republic of),fruitveg,0.0299386150398663
+Viet Nam,fruitveg,0.0299386150398663
+Yemen,fruitveg,0.0299386150398663
+Zambia,fruitveg,0.0299386150398663
+Zimbabwe,fruitveg,0.0299386150398663
+Afghanistan,sugar,0.0299386150398663
+Albania,sugar,0.0299386150398663
+Algeria,sugar,0.0299386150398663
+Angola,sugar,0.0299386150398663
+Antigua and Barbuda,sugar,0.0299386150398663
+Argentina,sugar,0.0299386150398663
+Armenia,sugar,0.0299386150398663
+Australia,sugar,0.0226361482678745
+Austria,sugar,0.0603582114038878
+Azerbaijan,sugar,0.0299386150398663
+Bahamas,sugar,0.0299386150398663
+Bangladesh,sugar,0.0299386150398663
+Barbados,sugar,0.0299386150398663
+Belarus,sugar,0.0299386150398663
+Belgium,sugar,0.0603582114038878
+Belize,sugar,0.0299386150398663
+Benin,sugar,0.0299386150398663
+Bermuda,sugar,0.0299386150398663
+Bolivia (Plurinational State of),sugar,0.0299386150398663
+Bosnia and Herzegovina,sugar,0.0299386150398663
+Botswana,sugar,0.0299386150398663
+Brazil,sugar,0.0346707358598232
+Brunei Darussalam,sugar,0.0299386150398663
+Bulgaria,sugar,0.0603582114038878
+Burkina Faso,sugar,0.0299386150398663
+Cabo Verde,sugar,0.0299386150398663
+Cambodia,sugar,0.0299386150398663
+Cameroon,sugar,0.0299386150398663
+Canada,sugar,0.0762136518389579
+Central African Republic,sugar,0.0299386150398663
+Chad,sugar,0.0299386150398663
+Chile,sugar,0.0299386150398663
+China,sugar,0.156633798883686
+Colombia,sugar,0.0686528452644761
+Congo,sugar,0.0299386150398663
+Costa Rica,sugar,0.0299386150398663
+Cote d'Ivoire,sugar,0.0299386150398663
+Croatia,sugar,0.0603582114038878
+Cuba,sugar,0.0299386150398663
+Cyprus,sugar,0.0603582114038878
+Czech Republic,sugar,0.0603582114038878
+Democratic People's Republic of Korea,sugar,0.0299386150398663
+Democratic Republic of the Congo,sugar,0.0299386150398663
+Denmark,sugar,0.0603582114038878
+Djibouti,sugar,0.0299386150398663
+Dominica,sugar,0.0299386150398663
+Dominican Republic,sugar,0.0299386150398663
+Ecuador,sugar,0.0299386150398663
+Egypt,sugar,0.0299386150398663
+El Salvador,sugar,0.0299386150398663
+Estonia,sugar,0.0603582114038878
+Ethiopia,sugar,0.0299386150398663
+Fiji,sugar,0.0299386150398663
+Finland,sugar,0.0603582114038878
+France,sugar,0.0603582114038878
+French Polynesia,sugar,0.0299386150398663
+Gabon,sugar,0.0299386150398663
+Gambia,sugar,0.0299386150398663
+Georgia,sugar,0.0299386150398663
+Germany,sugar,0.0603582114038878
+Ghana,sugar,0.0299386150398663
+Greece,sugar,0.0603582114038878
+Grenada,sugar,0.0299386150398663
+Guatemala,sugar,0.0299386150398663
+Guinea,sugar,0.0299386150398663
+Guinea-Bissau,sugar,0.0299386150398663
+Guyana,sugar,0.0299386150398663
+Haiti,sugar,0.0299386150398663
+Honduras,sugar,0.0299386150398663
+Hungary,sugar,0.0603582114038878
+Iceland,sugar,0.0299386150398663
+India,sugar,0.0268978443311666
+Indonesia,sugar,0.00498052969384483
+Iran (Islamic Republic of),sugar,0.0299386150398663
+Iraq,sugar,0.0299386150398663
+Ireland,sugar,0.0603582114038878
+Israel,sugar,0.0299386150398663
+Italy,sugar,0.0603582114038878
+Jamaica,sugar,0.0299386150398663
+Japan,sugar,0.0822050709280908
+Jordan,sugar,0.0299386150398663
+Kazakhstan,sugar,0.0299386150398663
+Kenya,sugar,0.0299386150398663
+Kiribati,sugar,0.0299386150398663
+Kuwait,sugar,0.0299386150398663
+Kyrgyzstan,sugar,0.0299386150398663
+Lao People's Democratic Republic,sugar,0.0299386150398663
+Latvia,sugar,0.0603582114038878
+Lebanon,sugar,0.0299386150398663
+Lesotho,sugar,0.0299386150398663
+Liberia,sugar,0.0299386150398663
+Libya,sugar,0.0299386150398663
+Lithuania,sugar,0.0603582114038878
+Luxembourg,sugar,0.0603582114038878
+Madagascar,sugar,0.0299386150398663
+Malawi,sugar,0.0299386150398663
+Malaysia,sugar,0.0299386150398663
+Maldives,sugar,0.0299386150398663
+Mali,sugar,0.0299386150398663
+Malta,sugar,0.0603582114038878
+Mauritania,sugar,0.0299386150398663
+Mauritius,sugar,0.0299386150398663
+Mexico,sugar,0.0822050709280908
+Mongolia,sugar,0.0299386150398663
+Montenegro,sugar,0.0299386150398663
+Morocco,sugar,0.0299386150398663
+Mozambique,sugar,0.0299386150398663
+Myanmar,sugar,0.0299386150398663
+Namibia,sugar,0.0299386150398663
+Nepal,sugar,0.0299386150398663
+Netherlands,sugar,0.0603582114038878
+New Caledonia,sugar,0.0299386150398663
+New Zealand,sugar,0.0173195123664494
+Nicaragua,sugar,0.0299386150398663
+Niger,sugar,0.0299386150398663
+Nigeria,sugar,0.0299386150398663
+Norway,sugar,0.0822050709280908
+Oman,sugar,0.0299386150398663
+Pakistan,sugar,0.0299386150398663
+Panama,sugar,0.0299386150398663
+Paraguay,sugar,0.0299386150398663
+Peru,sugar,0.0299386150398663
+Philippines,sugar,0.0299386150398663
+Poland,sugar,0.0603582114038878
+Portugal,sugar,0.0603582114038878
+Republic of Korea,sugar,0.0822050709280908
+Republic of Moldova,sugar,0.0299386150398663
+Romania,sugar,0.0603582114038878
+Russian Federation,sugar,0.0883633555720103
+Rwanda,sugar,0.0299386150398663
+Saint Kitts and Nevis,sugar,0.0299386150398663
+Saint Lucia,sugar,0.0299386150398663
+Saint Vincent and the Grenadines,sugar,0.0299386150398663
+Samoa,sugar,0.0299386150398663
+Sao Tome and Principe,sugar,0.0299386150398663
+Saudi Arabia,sugar,0.0299386150398663
+Senegal,sugar,0.0299386150398663
+Serbia,sugar,0.0299386150398663
+Sierra Leone,sugar,0.0299386150398663
+Slovakia,sugar,0.0603582114038878
+Slovenia,sugar,0.0603582114038878
+Solomon Islands,sugar,0.0299386150398663
+Somalia,sugar,0.0299386150398663
+South Africa,sugar,0.0161824701612779
+South Sudan,sugar,0.0299386150398663
+Spain,sugar,0.0603582114038878
+Sri Lanka,sugar,0.0299386150398663
+Sudan,sugar,0.0299386150398663
+Suriname,sugar,0.0299386150398663
+Swaziland,sugar,0.0299386150398663
+Sweden,sugar,0.0603582114038878
+Switzerland,sugar,0.0822050709280908
+Tajikistan,sugar,0.0299386150398663
+Thailand,sugar,0.0299386150398663
+The former Yugoslav Republic of Macedonia,sugar,0.0299386150398663
+Togo,sugar,0.0299386150398663
+Trinidad and Tobago,sugar,0.0299386150398663
+Tunisia,sugar,0.0299386150398663
+Turkey,sugar,0.105663766639557
+Turkmenistan,sugar,0.0299386150398663
+Uganda,sugar,0.0299386150398663
+Ukraine,sugar,0.0299386150398663
+United Arab Emirates,sugar,0.0299386150398663
+United Kingdom,sugar,0.0603582114038878
+United Republic of Tanzania,sugar,0.0299386150398663
+United States of America,sugar,0.116357971434502
+Uruguay,sugar,0.0299386150398663
+Uzbekistan,sugar,0.0299386150398663
+Vanuatu,sugar,0.0299386150398663
+Venezuela (Bolivarian Republic of),sugar,0.0299386150398663
+Viet Nam,sugar,0.0299386150398663
+Yemen,sugar,0.0299386150398663
+Zambia,sugar,0.0299386150398663
+Zimbabwe,sugar,0.0299386150398663
diff --git a/debug_config.properties b/debug_config.properties
index 883f8adcfc1b5a6fa187016723837d5cf344f01a..5d5b07046336db670772b6a0a3afa512c969dbec 100644
--- a/debug_config.properties
+++ b/debug_config.properties
@@ -2,18 +2,26 @@ BASE_DIR=..
 
 YIELD_DIR=/Users/peteralexander/Documents/LURG/LPJ/LPJGPLUM_expt1.1_2006-2100_PLUM6xtra_20180412171654/rcp60
 
-DEBUG_LIMIT_COUNTRIES=true
-DEBUG_COUNTRY_NAME=China
+DEBUG_LIMIT_COUNTRIES=false
+DEBUG_COUNTRY_NAME=Peru & Ecuador
 
-IS_CALIBRATION_RUN = true
+IS_CALIBRATION_RUN = false
 GENERATE_NEW_YIELD_CLUSTERS = false
 NUM_YIELD_CLUSTERS=8000
 
-END_TIMESTEP=8
-TIMESTEP_SIZE=1
+END_TIMESTEP=18
+TIMESTEP_SIZE=5
 
 INTERPOLATE_OUTPUT_YEARS = false
 
 CHANGE_YIELD_DATA_YEAR=false
 
-ORIG_LEAST_COST_MIN=true
\ No newline at end of file
+ORIG_LEAST_COST_MIN=false
+
+DEBUG_JUST_DEMAND_OUTPUT=true
+PRICE_ELASTIC_DEMAND=true
+
+GAMS_COUNTRY_TO_SAVE=United States of America
+SSP_SCENARIO=SSP2_v9_130325
+MARKET_ADJ_PRICE=false
+DONT_REBASE_DEMAND=false
\ No newline at end of file
diff --git a/hind1970/data/bio_demand.csv b/hind1970/data/bio_demand.csv
index b4e715c6527a911fe0e39ba5a6fc940d9c600f4b..de4511cd12ad0e75fa5f0de24f7ffd72f5b96bb8 100644
--- a/hind1970/data/bio_demand.csv
+++ b/hind1970/data/bio_demand.csv
@@ -208,427 +208,427 @@ World,1970,Cereals,22.8283746
 Yemen,1970,Cereals,0
 Zambia,1970,Cereals,9.16e-05
 Zimbabwe,1970,Cereals,0
+Afghanistan,1970,FruitVeg,0
+Africa,1970,FruitVeg,0.0248724
+Albania,1970,FruitVeg,0
+Algeria,1970,FruitVeg,0
+Americas,1970,FruitVeg,0.024745
+Angola,1970,FruitVeg,0
+Antigua and Barbuda,1970,FruitVeg,2.5e-05
+Argentina,1970,FruitVeg,0
+Armenia,1970,FruitVeg,0.0148608
+Asia,1970,FruitVeg,0.1303663
+Australia,1970,FruitVeg,0
+Australia & New Zealand,1970,FruitVeg,0
+Austria,1970,FruitVeg,0
+Azerbaijan,1970,FruitVeg,0.0003004
+Bahamas,1970,FruitVeg,0.0010724
+Bangladesh,1970,FruitVeg,0
+Barbados,1970,FruitVeg,0.0001522
+Belarus,1970,FruitVeg,0
+Belgium,1970,FruitVeg,0
+Belize,1970,FruitVeg,7.5e-05
+Benin,1970,FruitVeg,0
+Bermuda,1970,FruitVeg,0.0002006
+Bolivia (Plurinational State of),1970,FruitVeg,0
+Bosnia and Herzegovina,1970,FruitVeg,0
+Botswana,1970,FruitVeg,0
+Brazil,1970,FruitVeg,0
+Brunei Darussalam,1970,FruitVeg,2.8e-05
+Bulgaria,1970,FruitVeg,0
+Burkina Faso,1970,FruitVeg,0
+Cabo Verde,1970,FruitVeg,0
+Cambodia,1970,FruitVeg,0
+Cameroon,1970,FruitVeg,0.021
+Canada,1970,FruitVeg,0
+Caribbean,1970,FruitVeg,0.0077216
+Central African Republic,1970,FruitVeg,0
+Central America,1970,FruitVeg,0.0001023
+Central Asia,1970,FruitVeg,0.0210364
+Chad,1970,FruitVeg,0
+Chile,1970,FruitVeg,0
+China,1970,FruitVeg,0.0042005
+China Hong Kong SAR,1970,FruitVeg,0.0039282
+China Macao SAR,1970,FruitVeg,3.37e-05
+China mainland,1970,FruitVeg,0
+China Taiwan Province of,1970,FruitVeg,0.0002386
+Colombia,1970,FruitVeg,0
+Congo,1970,FruitVeg,0
+Costa Rica,1970,FruitVeg,2.73e-05
+Cote d'Ivoire,1970,FruitVeg,0
+Croatia,1970,FruitVeg,0
+Cuba,1970,FruitVeg,0.004
+Cyprus,1970,FruitVeg,0.0009818
+Czech Republic,1970,FruitVeg,0
+Democratic People's Republic of Korea,1970,FruitVeg,0
+Denmark,1970,FruitVeg,0
+Djibouti,1970,FruitVeg,0
+Dominica,1970,FruitVeg,0.000407
+Dominican Republic,1970,FruitVeg,0
+Eastern Africa,1970,FruitVeg,0.0015829
+Eastern Asia,1970,FruitVeg,0.0052809
+Eastern Europe,1970,FruitVeg,0.0231208
+Ecuador,1970,FruitVeg,0.0046291
+Egypt,1970,FruitVeg,0
+El Salvador,1970,FruitVeg,0
+Estonia,1970,FruitVeg,0
+Ethiopia,1970,FruitVeg,0
+Europe,1970,FruitVeg,0.0828876
+European Union,1970,FruitVeg,0.0598652
+Fiji,1970,FruitVeg,0.0001041
+Finland,1970,FruitVeg,0
+France,1970,FruitVeg,0
+French Polynesia,1970,FruitVeg,0.0002162
+Gabon,1970,FruitVeg,0
+Gambia,1970,FruitVeg,0
+Georgia,1970,FruitVeg,7e-04
+Germany,1970,FruitVeg,0
+Ghana,1970,FruitVeg,0
+Greece,1970,FruitVeg,0.0175888
+Grenada,1970,FruitVeg,0.0001491
+Guatemala,1970,FruitVeg,0
+Guinea,1970,FruitVeg,0
+Guinea-Bissau,1970,FruitVeg,0
+Guyana,1970,FruitVeg,0
+Haiti,1970,FruitVeg,0.001733
+Honduras,1970,FruitVeg,0
+Hungary,1970,FruitVeg,0.0001935
+Iceland,1970,FruitVeg,0
+India,1970,FruitVeg,0
+Indonesia,1970,FruitVeg,0
+Iran (Islamic Republic of),1970,FruitVeg,0
+Iraq,1970,FruitVeg,0
+Ireland,1970,FruitVeg,0
+Israel,1970,FruitVeg,0.0035842
+Italy,1970,FruitVeg,0.0008334
+Jamaica,1970,FruitVeg,0
+Japan,1970,FruitVeg,0
+Jordan,1970,FruitVeg,0
+Kazakhstan,1970,FruitVeg,0.0210364
+Kenya,1970,FruitVeg,6e-07
+Kiribati,1970,FruitVeg,0.0001432
+Kuwait,1970,FruitVeg,0
+Kyrgyzstan,1970,FruitVeg,0
+Land Locked Developing Countries,1970,FruitVeg,0.0601078
+Lao People's Democratic Republic,1970,FruitVeg,0
+Latvia,1970,FruitVeg,0
+Least Developed Countries,1970,FruitVeg,0.0036493
+Lebanon,1970,FruitVeg,0.002025
+Lesotho,1970,FruitVeg,0
+Liberia,1970,FruitVeg,0
+Lithuania,1970,FruitVeg,0
+Low Income Food Deficit Countries,1970,FruitVeg,0.0242517
+Luxembourg,1970,FruitVeg,0
+Madagascar,1970,FruitVeg,0.0015119
+Malawi,1970,FruitVeg,0
+Malaysia,1970,FruitVeg,0.0001266
+Maldives,1970,FruitVeg,0.0003867
+Mali,1970,FruitVeg,0
+Malta,1970,FruitVeg,0.0009316
+Mauritania,1970,FruitVeg,0
+Mauritius,1970,FruitVeg,6.42e-05
+Melanesia,1970,FruitVeg,0.0003878
+Mexico,1970,FruitVeg,0
+Micronesia,1970,FruitVeg,0.0001432
+Middle Africa,1970,FruitVeg,0.021
+Mongolia,1970,FruitVeg,0
+Montenegro,1970,FruitVeg,0
+Morocco,1970,FruitVeg,3e-07
+Mozambique,1970,FruitVeg,0
+Myanmar,1970,FruitVeg,0
+Namibia,1970,FruitVeg,0
+Nepal,1970,FruitVeg,0
+Net Food Importing Developing Countries,1970,FruitVeg,0.0132686
+Netherlands,1970,FruitVeg,0
+Netherlands Antilles (former),1970,FruitVeg,6.75e-05
+New Caledonia,1970,FruitVeg,2.64e-05
+New Zealand,1970,FruitVeg,0
+Nicaragua,1970,FruitVeg,0
+Niger,1970,FruitVeg,0
+Nigeria,1970,FruitVeg,0
+Northern Africa,1970,FruitVeg,0.0021141
+Northern America,1970,FruitVeg,0.011092
+Northern Europe,1970,FruitVeg,0
+Norway,1970,FruitVeg,0
+Oceania,1970,FruitVeg,0.0011704
+Oman,1970,FruitVeg,0
+Pakistan,1970,FruitVeg,0
+Panama,1970,FruitVeg,0
+Paraguay,1970,FruitVeg,0
+Peru,1970,FruitVeg,0.0012
+Philippines,1970,FruitVeg,0
+Poland,1970,FruitVeg,0
+Polynesia,1970,FruitVeg,0.0006394
+Portugal,1970,FruitVeg,0
+Republic of Korea,1970,FruitVeg,0.0010804
+Republic of Moldova,1970,FruitVeg,0.0228169
+Romania,1970,FruitVeg,1.73e-05
+Russian Federation,1970,FruitVeg,0
+Rwanda,1970,FruitVeg,0
+Saint Kitts and Nevis,1970,FruitVeg,5.13e-05
+Saint Lucia,1970,FruitVeg,6.41e-05
+Saint Vincent and the Grenadines,1970,FruitVeg,0
+Samoa,1970,FruitVeg,0.0004232
+Sao Tome and Principe,1970,FruitVeg,0
+Saudi Arabia,1970,FruitVeg,0
+Senegal,1970,FruitVeg,0
+Serbia,1970,FruitVeg,0
+Sierra Leone,1970,FruitVeg,0
+Slovakia,1970,FruitVeg,0
+Slovenia,1970,FruitVeg,0
+Small Island Developing States,1970,FruitVeg,0.009551
+Solomon Islands,1970,FruitVeg,0
+South Africa,1970,FruitVeg,0.0001704
+South America,1970,FruitVeg,0.0058291
+South-Eastern Asia,1970,FruitVeg,0.0001546
+Southern Africa,1970,FruitVeg,0.0001754
+Southern Asia,1970,FruitVeg,0.0013867
+Southern Europe,1970,FruitVeg,0.0597586
+Spain,1970,FruitVeg,0.0393188
+Sri Lanka,1970,FruitVeg,0.001
+Sudan (former),1970,FruitVeg,0
+Suriname,1970,FruitVeg,0
+Swaziland,1970,FruitVeg,5e-06
+Sweden,1970,FruitVeg,0
+Switzerland,1970,FruitVeg,8.2e-06
+Tajikistan,1970,FruitVeg,0
+Thailand,1970,FruitVeg,0
+The former Yugoslav Republic of Macedonia,1970,FruitVeg,0.001086
+Timor-Leste,1970,FruitVeg,0
+Togo,1970,FruitVeg,0
+Trinidad and Tobago,1970,FruitVeg,0
+Tunisia,1970,FruitVeg,0.0021138
+Turkey,1970,FruitVeg,0
+Turkmenistan,1970,FruitVeg,0
+Uganda,1970,FruitVeg,0
+Ukraine,1970,FruitVeg,9.31e-05
+United Arab Emirates,1970,FruitVeg,0.0800555
+United Kingdom,1970,FruitVeg,0
+United Republic of Tanzania,1970,FruitVeg,3.9e-06
+United States of America,1970,FruitVeg,0.0108914
+Uruguay,1970,FruitVeg,0
+Uzbekistan,1970,FruitVeg,0
+Vanuatu,1970,FruitVeg,0.0002573
+Venezuela (Bolivarian Republic of),1970,FruitVeg,0
+Viet Nam,1970,FruitVeg,0
+Western Africa,1970,FruitVeg,0
+Western Asia,1970,FruitVeg,0.1025077
+Western Europe,1970,FruitVeg,8.2e-06
+World,1970,FruitVeg,0.2640417
+Yemen,1970,FruitVeg,0
+Zambia,1970,FruitVeg,0
+Zimbabwe,1970,FruitVeg,2.3e-06
 Timor-Leste,1970,Cereals,0
-Afghanistan,1970,Oilcrops,0
-Africa,1970,Oilcrops,0.2347678
-Albania,1970,Oilcrops,0.0023025
-Algeria,1970,Oilcrops,0.0002564
-Americas,1970,Oilcrops,0.9409555
-Angola,1970,Oilcrops,0.0018063
-Antigua and Barbuda,1970,Oilcrops,0
-Argentina,1970,Oilcrops,0.1952674
-Armenia,1970,Oilcrops,1e-04
-Asia,1970,Oilcrops,3.0056871
-Australia,1970,Oilcrops,0.0114482
-Australia & New Zealand,1970,Oilcrops,0.0146759
-Austria,1970,Oilcrops,0.0184425
-Azerbaijan,1970,Oilcrops,0.0001183
-Bahamas,1970,Oilcrops,2.03e-05
-Bangladesh,1970,Oilcrops,0.0098633
-Barbados,1970,Oilcrops,0.0001795
-Belarus,1970,Oilcrops,0.0010763
-Belgium,1970,Oilcrops,0.0673923
-Belize,1970,Oilcrops,5.83e-05
-Benin,1970,Oilcrops,0.0016656
-Bermuda,1970,Oilcrops,0
-Bolivia (Plurinational State of),1970,Oilcrops,0.0065183
-Bosnia and Herzegovina,1970,Oilcrops,0.002165
-Botswana,1970,Oilcrops,2.56e-05
-Brazil,1970,Oilcrops,0.3345672
-Brunei Darussalam,1970,Oilcrops,1.68e-05
-Bulgaria,1970,Oilcrops,0.0032489
-Burkina Faso,1970,Oilcrops,0
-Cabo Verde,1970,Oilcrops,0.0004579
-Cambodia,1970,Oilcrops,0.0001368
-Cameroon,1970,Oilcrops,0.006515
-Canada,1970,Oilcrops,0.0224083
-Caribbean,1970,Oilcrops,0.0240618
-Central African Republic,1970,Oilcrops,0.0017143
-Central America,1970,Oilcrops,0.1299043
-Central Asia,1970,Oilcrops,0.0054446
-Chad,1970,Oilcrops,4.3e-05
-Chile,1970,Oilcrops,0.0123483
-China,1970,Oilcrops,1.3774115
-China Hong Kong SAR,1970,Oilcrops,0.0055415
-China Macao SAR,1970,Oilcrops,1.4e-06
-China mainland,1970,Oilcrops,1.3672807
-China Taiwan Province of,1970,Oilcrops,0.0045879
-Colombia,1970,Oilcrops,0.0060516
-Congo,1970,Oilcrops,0
-Costa Rica,1970,Oilcrops,0.0008971
-Cote d'Ivoire,1970,Oilcrops,0
-Croatia,1970,Oilcrops,0.0044556
-Cuba,1970,Oilcrops,0.0018963
-Cyprus,1970,Oilcrops,0.0009058
-Czech Republic,1970,Oilcrops,0.00732
-Democratic People's Republic of Korea,1970,Oilcrops,0.0079171
-Denmark,1970,Oilcrops,0.0163844
-Djibouti,1970,Oilcrops,0
-Dominica,1970,Oilcrops,0.0002995
-Dominican Republic,1970,Oilcrops,0.0045024
-Eastern Africa,1970,Oilcrops,0.0132332
-Eastern Asia,1970,Oilcrops,1.3876498
-Eastern Europe,1970,Oilcrops,0.1811492
-Ecuador,1970,Oilcrops,0.00628
-Egypt,1970,Oilcrops,0.0519321
-El Salvador,1970,Oilcrops,0.00012
-Estonia,1970,Oilcrops,0.0014675
-Ethiopia,1970,Oilcrops,0
-Europe,1970,Oilcrops,0.9728353
-European Union,1970,Oilcrops,0.8677282
-Fiji,1970,Oilcrops,0.0109179
-Finland,1970,Oilcrops,0.0043516
-France,1970,Oilcrops,0.1725502
-French Polynesia,1970,Oilcrops,0.0016837
-Gabon,1970,Oilcrops,7.9e-05
-Gambia,1970,Oilcrops,0.0002795
-Georgia,1970,Oilcrops,0.0024621
-Germany,1970,Oilcrops,0.2210677
-Ghana,1970,Oilcrops,0.0020468
-Greece,1970,Oilcrops,0.0233433
-Grenada,1970,Oilcrops,3.26e-05
-Guatemala,1970,Oilcrops,0.0041707
-Guinea,1970,Oilcrops,0.005968
-Guinea-Bissau,1970,Oilcrops,0.000269
-Guyana,1970,Oilcrops,0.0002002
-Haiti,1970,Oilcrops,0.0005889
-Honduras,1970,Oilcrops,0.0013447
-Hungary,1970,Oilcrops,0.013948
-Iceland,1970,Oilcrops,0.0003075
-India,1970,Oilcrops,0.1165435
-Indonesia,1970,Oilcrops,0.4707639
-Iran (Islamic Republic of),1970,Oilcrops,0.0120021
-Iraq,1970,Oilcrops,0
-Ireland,1970,Oilcrops,0.0035352
-Israel,1970,Oilcrops,4e-04
-Italy,1970,Oilcrops,0.0518004
-Jamaica,1970,Oilcrops,0.0154856
-Japan,1970,Oilcrops,0.0023206
-Jordan,1970,Oilcrops,2.2e-06
-Kazakhstan,1970,Oilcrops,0.0006686
-Kenya,1970,Oilcrops,7e-07
-Kiribati,1970,Oilcrops,0.010175
-Kuwait,1970,Oilcrops,0.0010363
-Kyrgyzstan,1970,Oilcrops,0.001
-Land Locked Developing Countries,1970,Oilcrops,0.0330899
-Lao People's Democratic Republic,1970,Oilcrops,9.15e-05
-Latvia,1970,Oilcrops,0.0065032
-Least Developed Countries,1970,Oilcrops,0.1699774
-Lebanon,1970,Oilcrops,0.0030542
-Lesotho,1970,Oilcrops,0
-Liberia,1970,Oilcrops,0
-Lithuania,1970,Oilcrops,0.005467
-Low Income Food Deficit Countries,1970,Oilcrops,0.3145205
-Luxembourg,1970,Oilcrops,6.6e-05
-Madagascar,1970,Oilcrops,0.000322
-Malawi,1970,Oilcrops,4.22e-05
-Malaysia,1970,Oilcrops,0.1931067
-Maldives,1970,Oilcrops,8e-06
-Mali,1970,Oilcrops,0.012045
-Malta,1970,Oilcrops,0.0001744
-Mauritania,1970,Oilcrops,0
-Mauritius,1970,Oilcrops,0.0015069
-Melanesia,1970,Oilcrops,0.0532798
-Mexico,1970,Oilcrops,0.1196616
-Micronesia,1970,Oilcrops,0.010175
-Middle Africa,1970,Oilcrops,0.0102976
-Mongolia,1970,Oilcrops,6e-07
-Montenegro,1970,Oilcrops,0.0004035
-Morocco,1970,Oilcrops,0.0213373
-Mozambique,1970,Oilcrops,0
-Myanmar,1970,Oilcrops,0.0362068
-Namibia,1970,Oilcrops,0
-Nepal,1970,Oilcrops,0.0027776
-Net Food Importing Developing Countries,1970,Oilcrops,0.3631593
-Netherlands,1970,Oilcrops,0.0465014
-Netherlands Antilles (former),1970,Oilcrops,4.62e-05
-New Caledonia,1970,Oilcrops,0.0010364
-New Zealand,1970,Oilcrops,0.0032277
-Nicaragua,1970,Oilcrops,0.0014028
-Niger,1970,Oilcrops,4e-07
-Nigeria,1970,Oilcrops,0.0673609
-Northern Africa,1970,Oilcrops,0.1005227
-Northern America,1970,Oilcrops,0.1787983
-Northern Europe,1970,Oilcrops,0.0959461
-Norway,1970,Oilcrops,0.0158853
-Oceania,1970,Oilcrops,0.0855108
-Oman,1970,Oilcrops,0.000626
-Pakistan,1970,Oilcrops,0.0455842
-Panama,1970,Oilcrops,0.0022491
-Paraguay,1970,Oilcrops,0.0017204
-Peru,1970,Oilcrops,0.031795
-Philippines,1970,Oilcrops,0.3055173
-Poland,1970,Oilcrops,0.0578686
-Polynesia,1970,Oilcrops,0.0073801
-Portugal,1970,Oilcrops,0.031546
-Republic of Korea,1970,Oilcrops,0
-Republic of Moldova,1970,Oilcrops,0.000288
-Romania,1970,Oilcrops,0.0066834
-Russian Federation,1970,Oilcrops,0.0764379
-Rwanda,1970,Oilcrops,4e-07
-Saint Kitts and Nevis,1970,Oilcrops,1.56e-05
-Saint Lucia,1970,Oilcrops,3.82e-05
-Saint Vincent and the Grenadines,1970,Oilcrops,4.1e-06
-Samoa,1970,Oilcrops,0.0056964
-Sao Tome and Principe,1970,Oilcrops,0.00014
-Saudi Arabia,1970,Oilcrops,0.0041977
-Senegal,1970,Oilcrops,0.0125455
-Serbia,1970,Oilcrops,0.0025956
-Sierra Leone,1970,Oilcrops,0
-Slovakia,1970,Oilcrops,0.0108972
-Slovenia,1970,Oilcrops,0.0031672
-Small Island Developing States,1970,Oilcrops,0.0978172
-Solomon Islands,1970,Oilcrops,0.0244808
-South Africa,1970,Oilcrops,0.0079608
-South America,1970,Oilcrops,0.6081911
-South-Eastern Asia,1970,Oilcrops,1.3536433
-Southern Africa,1970,Oilcrops,0.0080182
-Southern Asia,1970,Oilcrops,0.1867791
-Southern Europe,1970,Oilcrops,0.1687672
-Spain,1970,Oilcrops,0.0465958
-Sri Lanka,1970,Oilcrops,3e-07
-Sudan (former),1970,Oilcrops,0.0224414
-Suriname,1970,Oilcrops,0.0003264
-Swaziland,1970,Oilcrops,3.18e-05
-Sweden,1970,Oilcrops,0.0209671
-Switzerland,1970,Oilcrops,0.0009526
-Tajikistan,1970,Oilcrops,0
-Thailand,1970,Oilcrops,0.0571795
-The former Yugoslav Republic of Macedonia,1970,Oilcrops,0.0002178
-Timor-Leste,1970,Oilcrops,0
-Togo,1970,Oilcrops,5.75e-05
-Trinidad and Tobago,1970,Oilcrops,0.0009526
-Tunisia,1970,Oilcrops,0.0045555
-Turkey,1970,Oilcrops,0.0477981
-Turkmenistan,1970,Oilcrops,6e-06
-Uganda,1970,Oilcrops,2e-07
-Ukraine,1970,Oilcrops,0.0033809
-United Arab Emirates,1970,Oilcrops,0.0114528
-United Kingdom,1970,Oilcrops,0.0210772
-United Republic of Tanzania,1970,Oilcrops,0.0094509
-United States of America,1970,Oilcrops,0.15639
-Uruguay,1970,Oilcrops,0.0016646
-Uzbekistan,1970,Oilcrops,0.00377
-Vanuatu,1970,Oilcrops,0.0168447
-Venezuela (Bolivarian Republic of),1970,Oilcrops,0.0114517
-Viet Nam,1970,Oilcrops,0.290624
-Western Africa,1970,Oilcrops,0.1026961
-Western Asia,1970,Oilcrops,0.0721705
-Western Europe,1970,Oilcrops,0.5269728
-World,1970,Oilcrops,5.2397563
-Yemen,1970,Oilcrops,1.7e-05
-Zambia,1970,Oilcrops,3.9e-06
-Zimbabwe,1970,Oilcrops,0.001906
-Afghanistan,1970,Pulses,0
-Africa,1970,Pulses,0.03
-Albania,1970,Pulses,0
-Algeria,1970,Pulses,0
-Americas,1970,Pulses,0.0012221
-Angola,1970,Pulses,0
-Antigua and Barbuda,1970,Pulses,0
-Argentina,1970,Pulses,0
-Armenia,1970,Pulses,0
-Asia,1970,Pulses,0.0344701
-Australia,1970,Pulses,0
-Australia & New Zealand,1970,Pulses,0
-Austria,1970,Pulses,0
-Azerbaijan,1970,Pulses,0
-Bahamas,1970,Pulses,0
-Bangladesh,1970,Pulses,0
-Barbados,1970,Pulses,0
-Belarus,1970,Pulses,0
-Belgium,1970,Pulses,0
-Belize,1970,Pulses,0
-Benin,1970,Pulses,0
-Bermuda,1970,Pulses,0
-Bolivia (Plurinational State of),1970,Pulses,0
-Bosnia and Herzegovina,1970,Pulses,0
-Botswana,1970,Pulses,0
-Brazil,1970,Pulses,0
-Brunei Darussalam,1970,Pulses,0
-Bulgaria,1970,Pulses,0
-Burkina Faso,1970,Pulses,0.029
-Cabo Verde,1970,Pulses,0
-Cambodia,1970,Pulses,0
-Cameroon,1970,Pulses,0
-Canada,1970,Pulses,0
-Caribbean,1970,Pulses,0.0005121
-Central African Republic,1970,Pulses,0
-Central America,1970,Pulses,0
-Central Asia,1970,Pulses,0
-Chad,1970,Pulses,0
-Chile,1970,Pulses,7e-04
-China,1970,Pulses,3.8e-06
-China Hong Kong SAR,1970,Pulses,0
-China Macao SAR,1970,Pulses,3.8e-06
-China mainland,1970,Pulses,0
-China Taiwan Province of,1970,Pulses,0
-Colombia,1970,Pulses,0
-Congo,1970,Pulses,0
-Costa Rica,1970,Pulses,0
-Cote d'Ivoire,1970,Pulses,0
-Croatia,1970,Pulses,0
-Cuba,1970,Pulses,5e-04
-Cyprus,1970,Pulses,0
-Czech Republic,1970,Pulses,0
-Democratic People's Republic of Korea,1970,Pulses,0
-Denmark,1970,Pulses,0
-Djibouti,1970,Pulses,0
-Dominica,1970,Pulses,5e-07
-Dominican Republic,1970,Pulses,0
-Eastern Africa,1970,Pulses,0
-Eastern Asia,1970,Pulses,3.8e-06
-Eastern Europe,1970,Pulses,5.3e-06
-Ecuador,1970,Pulses,0
-Egypt,1970,Pulses,0
-El Salvador,1970,Pulses,0
-Estonia,1970,Pulses,0
-Ethiopia,1970,Pulses,0
-Europe,1970,Pulses,0.0051071
-European Union,1970,Pulses,0.0001071
-Fiji,1970,Pulses,0
-Finland,1970,Pulses,0
-France,1970,Pulses,0
-French Polynesia,1970,Pulses,0
-Gabon,1970,Pulses,0
-Gambia,1970,Pulses,0
-Georgia,1970,Pulses,0
-Germany,1970,Pulses,0
-Ghana,1970,Pulses,0
-Greece,1970,Pulses,8.98e-05
-Grenada,1970,Pulses,4.8e-06
-Guatemala,1970,Pulses,0
-Guinea,1970,Pulses,0
-Guinea-Bissau,1970,Pulses,0
-Guyana,1970,Pulses,0
-Haiti,1970,Pulses,0
-Honduras,1970,Pulses,0
-Hungary,1970,Pulses,5.3e-06
-Iceland,1970,Pulses,0
-India,1970,Pulses,0
-Indonesia,1970,Pulses,0
-Iran (Islamic Republic of),1970,Pulses,0
-Iraq,1970,Pulses,0
-Ireland,1970,Pulses,0
-Israel,1970,Pulses,0
-Italy,1970,Pulses,0
-Jamaica,1970,Pulses,0
-Japan,1970,Pulses,0
-Jordan,1970,Pulses,0
-Kazakhstan,1970,Pulses,0
-Kenya,1970,Pulses,0
-Kiribati,1970,Pulses,0
-Kuwait,1970,Pulses,0
-Kyrgyzstan,1970,Pulses,0
-Land Locked Developing Countries,1970,Pulses,0.029
-Lao People's Democratic Republic,1970,Pulses,0
-Latvia,1970,Pulses,0
-Least Developed Countries,1970,Pulses,0.0615
-Lebanon,1970,Pulses,1e-04
-Lesotho,1970,Pulses,0
-Liberia,1970,Pulses,0
-Lithuania,1970,Pulses,0
-Low Income Food Deficit Countries,1970,Pulses,0.03
-Luxembourg,1970,Pulses,0
-Madagascar,1970,Pulses,0
-Malawi,1970,Pulses,0
-Malaysia,1970,Pulses,0
-Maldives,1970,Pulses,5e-06
-Mali,1970,Pulses,0
-Malta,1970,Pulses,1.2e-05
-Mauritania,1970,Pulses,0
-Mauritius,1970,Pulses,0
-Melanesia,1970,Pulses,0
-Mexico,1970,Pulses,0
-Micronesia,1970,Pulses,0
-Middle Africa,1970,Pulses,0
-Mongolia,1970,Pulses,0
-Montenegro,1970,Pulses,0
-Morocco,1970,Pulses,0
-Mozambique,1970,Pulses,0
-Myanmar,1970,Pulses,0.0315
-Namibia,1970,Pulses,0
-Nepal,1970,Pulses,0
-Net Food Importing Developing Countries,1970,Pulses,0.0635271
-Netherlands,1970,Pulses,0
-Netherlands Antilles (former),1970,Pulses,0
-New Caledonia,1970,Pulses,0
-New Zealand,1970,Pulses,0
-Nicaragua,1970,Pulses,0
-Niger,1970,Pulses,0
-Nigeria,1970,Pulses,0
-Northern Africa,1970,Pulses,0
-Northern America,1970,Pulses,0
-Northern Europe,1970,Pulses,0.005
-Norway,1970,Pulses,0.005
-Oceania,1970,Pulses,0
-Oman,1970,Pulses,0
-Pakistan,1970,Pulses,0
-Panama,1970,Pulses,0
-Paraguay,1970,Pulses,0
-Peru,1970,Pulses,1e-05
-Philippines,1970,Pulses,0
-Poland,1970,Pulses,0
-Polynesia,1970,Pulses,0
-Portugal,1970,Pulses,0
-Republic of Korea,1970,Pulses,0
-Republic of Moldova,1970,Pulses,0
-Romania,1970,Pulses,0
-Russian Federation,1970,Pulses,0
-Rwanda,1970,Pulses,0
-Saint Kitts and Nevis,1970,Pulses,2.9e-06
-Saint Lucia,1970,Pulses,7e-07
-Saint Vincent and the Grenadines,1970,Pulses,3.2e-06
-Samoa,1970,Pulses,0
-Sao Tome and Principe,1970,Pulses,0
-Saudi Arabia,1970,Pulses,0
-Senegal,1970,Pulses,0.001
-Serbia,1970,Pulses,0
-Sierra Leone,1970,Pulses,0
-Slovakia,1970,Pulses,0
-Slovenia,1970,Pulses,0
-Small Island Developing States,1970,Pulses,0.0005171
-Solomon Islands,1970,Pulses,0
-South Africa,1970,Pulses,0
-South America,1970,Pulses,0.00071
-South-Eastern Asia,1970,Pulses,0.0315
-Southern Africa,1970,Pulses,0
-Southern Asia,1970,Pulses,0.001505
-Southern Europe,1970,Pulses,0.0001018
-Spain,1970,Pulses,0
-Sri Lanka,1970,Pulses,0.0015
-Sudan (former),1970,Pulses,0
-Suriname,1970,Pulses,0
-Swaziland,1970,Pulses,0
-Sweden,1970,Pulses,0
-Switzerland,1970,Pulses,0
-Tajikistan,1970,Pulses,0
-Thailand,1970,Pulses,0
-The former Yugoslav Republic of Macedonia,1970,Pulses,0
-Timor-Leste,1970,Pulses,0
-Togo,1970,Pulses,0
-Trinidad and Tobago,1970,Pulses,0
-Tunisia,1970,Pulses,0
-Turkey,1970,Pulses,0
-Turkmenistan,1970,Pulses,0
-Uganda,1970,Pulses,0
-Ukraine,1970,Pulses,0
-United Arab Emirates,1970,Pulses,0.0013613
-United Kingdom,1970,Pulses,0
-United Republic of Tanzania,1970,Pulses,0
-United States of America,1970,Pulses,0
-Uruguay,1970,Pulses,0
-Uzbekistan,1970,Pulses,0
-Vanuatu,1970,Pulses,0
-Venezuela (Bolivarian Republic of),1970,Pulses,0
-Viet Nam,1970,Pulses,0
-Western Africa,1970,Pulses,0.03
-Western Asia,1970,Pulses,0.0014613
-Western Europe,1970,Pulses,0
-World,1970,Pulses,0.0707993
-Yemen,1970,Pulses,0
-Zambia,1970,Pulses,0
-Zimbabwe,1970,Pulses,0
+Afghanistan,1970,OilcropsPulses,0
+Africa,1970,OilcropsPulses,0.2647678
+Albania,1970,OilcropsPulses,0.0023025
+Algeria,1970,OilcropsPulses,0.0002564
+Americas,1970,OilcropsPulses,0.9421776
+Angola,1970,OilcropsPulses,0.0018063
+Antigua and Barbuda,1970,OilcropsPulses,0
+Argentina,1970,OilcropsPulses,0.1952674
+Armenia,1970,OilcropsPulses,1e-04
+Asia,1970,OilcropsPulses,3.0401572
+Australia,1970,OilcropsPulses,0.0114482
+Australia & New Zealand,1970,OilcropsPulses,0.0146759
+Austria,1970,OilcropsPulses,0.0184425
+Azerbaijan,1970,OilcropsPulses,0.0001183
+Bahamas,1970,OilcropsPulses,2.03e-05
+Bangladesh,1970,OilcropsPulses,0.0098633
+Barbados,1970,OilcropsPulses,0.0001795
+Belarus,1970,OilcropsPulses,0.0010763
+Belgium,1970,OilcropsPulses,0.0673923
+Belize,1970,OilcropsPulses,5.83e-05
+Benin,1970,OilcropsPulses,0.0016656
+Bermuda,1970,OilcropsPulses,0
+Bolivia (Plurinational State of),1970,OilcropsPulses,0.0065183
+Bosnia and Herzegovina,1970,OilcropsPulses,0.002165
+Botswana,1970,OilcropsPulses,2.56e-05
+Brazil,1970,OilcropsPulses,0.3345672
+Brunei Darussalam,1970,OilcropsPulses,1.68e-05
+Bulgaria,1970,OilcropsPulses,0.0032489
+Burkina Faso,1970,OilcropsPulses,0.029
+Cabo Verde,1970,OilcropsPulses,0.0004579
+Cambodia,1970,OilcropsPulses,0.0001368
+Cameroon,1970,OilcropsPulses,0.006515
+Canada,1970,OilcropsPulses,0.0224083
+Caribbean,1970,OilcropsPulses,0.0245739
+Central African Republic,1970,OilcropsPulses,0.0017143
+Central America,1970,OilcropsPulses,0.1299043
+Central Asia,1970,OilcropsPulses,0.0054446
+Chad,1970,OilcropsPulses,4.3e-05
+Chile,1970,OilcropsPulses,0.0130483
+China,1970,OilcropsPulses,1.3774153
+China Hong Kong SAR,1970,OilcropsPulses,0.0055415
+China Macao SAR,1970,OilcropsPulses,5.2e-06
+China mainland,1970,OilcropsPulses,1.3672807
+China Taiwan Province of,1970,OilcropsPulses,0.0045879
+Colombia,1970,OilcropsPulses,0.0060516
+Congo,1970,OilcropsPulses,0
+Costa Rica,1970,OilcropsPulses,0.0008971
+Cote d'Ivoire,1970,OilcropsPulses,0
+Croatia,1970,OilcropsPulses,0.0044556
+Cuba,1970,OilcropsPulses,0.0023963
+Cyprus,1970,OilcropsPulses,0.0009058
+Czech Republic,1970,OilcropsPulses,0.00732
+Democratic People's Republic of Korea,1970,OilcropsPulses,0.0079171
+Denmark,1970,OilcropsPulses,0.0163844
+Djibouti,1970,OilcropsPulses,0
+Dominica,1970,OilcropsPulses,3e-04
+Dominican Republic,1970,OilcropsPulses,0.0045024
+Eastern Africa,1970,OilcropsPulses,0.0132332
+Eastern Asia,1970,OilcropsPulses,1.3876536
+Eastern Europe,1970,OilcropsPulses,0.1811545
+Ecuador,1970,OilcropsPulses,0.00628
+Egypt,1970,OilcropsPulses,0.0519321
+El Salvador,1970,OilcropsPulses,0.00012
+Estonia,1970,OilcropsPulses,0.0014675
+Ethiopia,1970,OilcropsPulses,0
+Europe,1970,OilcropsPulses,0.9779424
+European Union,1970,OilcropsPulses,0.8678353
+Fiji,1970,OilcropsPulses,0.0109179
+Finland,1970,OilcropsPulses,0.0043516
+France,1970,OilcropsPulses,0.1725502
+French Polynesia,1970,OilcropsPulses,0.0016837
+Gabon,1970,OilcropsPulses,7.9e-05
+Gambia,1970,OilcropsPulses,0.0002795
+Georgia,1970,OilcropsPulses,0.0024621
+Germany,1970,OilcropsPulses,0.2210677
+Ghana,1970,OilcropsPulses,0.0020468
+Greece,1970,OilcropsPulses,0.0234331
+Grenada,1970,OilcropsPulses,3.74e-05
+Guatemala,1970,OilcropsPulses,0.0041707
+Guinea,1970,OilcropsPulses,0.005968
+Guinea-Bissau,1970,OilcropsPulses,0.000269
+Guyana,1970,OilcropsPulses,0.0002002
+Haiti,1970,OilcropsPulses,0.0005889
+Honduras,1970,OilcropsPulses,0.0013447
+Hungary,1970,OilcropsPulses,0.0139533
+Iceland,1970,OilcropsPulses,0.0003075
+India,1970,OilcropsPulses,0.1165435
+Indonesia,1970,OilcropsPulses,0.4707639
+Iran (Islamic Republic of),1970,OilcropsPulses,0.0120021
+Iraq,1970,OilcropsPulses,0
+Ireland,1970,OilcropsPulses,0.0035352
+Israel,1970,OilcropsPulses,4e-04
+Italy,1970,OilcropsPulses,0.0518004
+Jamaica,1970,OilcropsPulses,0.0154856
+Japan,1970,OilcropsPulses,0.0023206
+Jordan,1970,OilcropsPulses,2.2e-06
+Kazakhstan,1970,OilcropsPulses,0.0006686
+Kenya,1970,OilcropsPulses,7e-07
+Kiribati,1970,OilcropsPulses,0.010175
+Kuwait,1970,OilcropsPulses,0.0010363
+Kyrgyzstan,1970,OilcropsPulses,0.001
+Land Locked Developing Countries,1970,OilcropsPulses,0.0620899
+Lao People's Democratic Republic,1970,OilcropsPulses,9.15e-05
+Latvia,1970,OilcropsPulses,0.0065032
+Least Developed Countries,1970,OilcropsPulses,0.2314774
+Lebanon,1970,OilcropsPulses,0.0031542
+Lesotho,1970,OilcropsPulses,0
+Liberia,1970,OilcropsPulses,0
+Lithuania,1970,OilcropsPulses,0.005467
+Low Income Food Deficit Countries,1970,OilcropsPulses,0.3445205
+Luxembourg,1970,OilcropsPulses,6.6e-05
+Madagascar,1970,OilcropsPulses,0.000322
+Malawi,1970,OilcropsPulses,4.22e-05
+Malaysia,1970,OilcropsPulses,0.1931067
+Maldives,1970,OilcropsPulses,1.3e-05
+Mali,1970,OilcropsPulses,0.012045
+Malta,1970,OilcropsPulses,0.0001864
+Mauritania,1970,OilcropsPulses,0
+Mauritius,1970,OilcropsPulses,0.0015069
+Melanesia,1970,OilcropsPulses,0.0532798
+Mexico,1970,OilcropsPulses,0.1196616
+Micronesia,1970,OilcropsPulses,0.010175
+Middle Africa,1970,OilcropsPulses,0.0102976
+Mongolia,1970,OilcropsPulses,6e-07
+Montenegro,1970,OilcropsPulses,0.0004035
+Morocco,1970,OilcropsPulses,0.0213373
+Mozambique,1970,OilcropsPulses,0
+Myanmar,1970,OilcropsPulses,0.0677068
+Namibia,1970,OilcropsPulses,0
+Nepal,1970,OilcropsPulses,0.0027776
+Net Food Importing Developing Countries,1970,OilcropsPulses,0.4266864
+Netherlands,1970,OilcropsPulses,0.0465014
+Netherlands Antilles (former),1970,OilcropsPulses,4.62e-05
+New Caledonia,1970,OilcropsPulses,0.0010364
+New Zealand,1970,OilcropsPulses,0.0032277
+Nicaragua,1970,OilcropsPulses,0.0014028
+Niger,1970,OilcropsPulses,4e-07
+Nigeria,1970,OilcropsPulses,0.0673609
+Northern Africa,1970,OilcropsPulses,0.1005227
+Northern America,1970,OilcropsPulses,0.1787983
+Northern Europe,1970,OilcropsPulses,0.1009461
+Norway,1970,OilcropsPulses,0.0208853
+Oceania,1970,OilcropsPulses,0.0855108
+Oman,1970,OilcropsPulses,0.000626
+Pakistan,1970,OilcropsPulses,0.0455842
+Panama,1970,OilcropsPulses,0.0022491
+Paraguay,1970,OilcropsPulses,0.0017204
+Peru,1970,OilcropsPulses,0.031805
+Philippines,1970,OilcropsPulses,0.3055173
+Poland,1970,OilcropsPulses,0.0578686
+Polynesia,1970,OilcropsPulses,0.0073801
+Portugal,1970,OilcropsPulses,0.031546
+Republic of Korea,1970,OilcropsPulses,0
+Republic of Moldova,1970,OilcropsPulses,0.000288
+Romania,1970,OilcropsPulses,0.0066834
+Russian Federation,1970,OilcropsPulses,0.0764379
+Rwanda,1970,OilcropsPulses,4e-07
+Saint Kitts and Nevis,1970,OilcropsPulses,1.85e-05
+Saint Lucia,1970,OilcropsPulses,3.89e-05
+Saint Vincent and the Grenadines,1970,OilcropsPulses,7.3e-06
+Samoa,1970,OilcropsPulses,0.0056964
+Sao Tome and Principe,1970,OilcropsPulses,0.00014
+Saudi Arabia,1970,OilcropsPulses,0.0041977
+Senegal,1970,OilcropsPulses,0.0135455
+Serbia,1970,OilcropsPulses,0.0025956
+Sierra Leone,1970,OilcropsPulses,0
+Slovakia,1970,OilcropsPulses,0.0108972
+Slovenia,1970,OilcropsPulses,0.0031672
+Small Island Developing States,1970,OilcropsPulses,0.0983343
+Solomon Islands,1970,OilcropsPulses,0.0244808
+South Africa,1970,OilcropsPulses,0.0079608
+South America,1970,OilcropsPulses,0.6089011
+South-Eastern Asia,1970,OilcropsPulses,1.3851433
+Southern Africa,1970,OilcropsPulses,0.0080182
+Southern Asia,1970,OilcropsPulses,0.1882841
+Southern Europe,1970,OilcropsPulses,0.168869
+Spain,1970,OilcropsPulses,0.0465958
+Sri Lanka,1970,OilcropsPulses,0.0015003
+Sudan (former),1970,OilcropsPulses,0.0224414
+Suriname,1970,OilcropsPulses,0.0003264
+Swaziland,1970,OilcropsPulses,3.18e-05
+Sweden,1970,OilcropsPulses,0.0209671
+Switzerland,1970,OilcropsPulses,0.0009526
+Tajikistan,1970,OilcropsPulses,0
+Thailand,1970,OilcropsPulses,0.0571795
+The former Yugoslav Republic of Macedonia,1970,OilcropsPulses,0.0002178
+Timor-Leste,1970,OilcropsPulses,0
+Togo,1970,OilcropsPulses,5.75e-05
+Trinidad and Tobago,1970,OilcropsPulses,0.0009526
+Tunisia,1970,OilcropsPulses,0.0045555
+Turkey,1970,OilcropsPulses,0.0477981
+Turkmenistan,1970,OilcropsPulses,6e-06
+Uganda,1970,OilcropsPulses,2e-07
+Ukraine,1970,OilcropsPulses,0.0033809
+United Arab Emirates,1970,OilcropsPulses,0.0128141
+United Kingdom,1970,OilcropsPulses,0.0210772
+United Republic of Tanzania,1970,OilcropsPulses,0.0094509
+United States of America,1970,OilcropsPulses,0.15639
+Uruguay,1970,OilcropsPulses,0.0016646
+Uzbekistan,1970,OilcropsPulses,0.00377
+Vanuatu,1970,OilcropsPulses,0.0168447
+Venezuela (Bolivarian Republic of),1970,OilcropsPulses,0.0114517
+Viet Nam,1970,OilcropsPulses,0.290624
+Western Africa,1970,OilcropsPulses,0.1326961
+Western Asia,1970,OilcropsPulses,0.0736318
+Western Europe,1970,OilcropsPulses,0.5269728
+World,1970,OilcropsPulses,5.3105556
+Yemen,1970,OilcropsPulses,1.7e-05
+Zambia,1970,OilcropsPulses,3.9e-06
+Zimbabwe,1970,OilcropsPulses,0.001906
 Afghanistan,1970,Starchy Roots,0
 Africa,1970,Starchy Roots,1.4465226
 Albania,1970,Starchy Roots,0.000328
@@ -839,3 +839,213 @@ World,1970,Starchy Roots,4.4402613
 Yemen,1970,Starchy Roots,6.47e-05
 Zambia,1970,Starchy Roots,1.36e-05
 Zimbabwe,1970,Starchy Roots,9.05e-05
+Afghanistan,1970,Sugar,0
+Africa,1970,Sugar,0.1536311
+Albania,1970,Sugar,0.0007909
+Algeria,1970,Sugar,0.0190217
+Americas,1970,Sugar,0.6869004
+Angola,1970,Sugar,0.0069
+Antigua and Barbuda,1970,Sugar,0.0001435
+Argentina,1970,Sugar,3.64e-05
+Armenia,1970,Sugar,0.0004948
+Asia,1970,Sugar,0.673316
+Australia,1970,Sugar,0.1001962
+Australia & New Zealand,1970,Sugar,0.1002684
+Austria,1970,Sugar,0.0192505
+Azerbaijan,1970,Sugar,7.5e-06
+Bahamas,1970,Sugar,0.0001249
+Bangladesh,1970,Sugar,0.0437026
+Barbados,1970,Sugar,0.0017287
+Belarus,1970,Sugar,0.0001023
+Belgium,1970,Sugar,0.0430738
+Belize,1970,Sugar,0.000163
+Benin,1970,Sugar,0
+Bermuda,1970,Sugar,3.97e-05
+Bolivia (Plurinational State of),1970,Sugar,0.0122462
+Bosnia and Herzegovina,1970,Sugar,0.0093318
+Botswana,1970,Sugar,0.0018325
+Brazil,1970,Sugar,0.4350786
+Brunei Darussalam,1970,Sugar,0.0001651
+Bulgaria,1970,Sugar,0.001071
+Burkina Faso,1970,Sugar,0
+Cabo Verde,1970,Sugar,0.0004892
+Cambodia,1970,Sugar,0
+Cameroon,1970,Sugar,0
+Canada,1970,Sugar,0.0024678
+Caribbean,1970,Sugar,0.0044647
+Central African Republic,1970,Sugar,0
+Central America,1970,Sugar,0.075204
+Central Asia,1970,Sugar,0.0477849
+Chad,1970,Sugar,0
+Chile,1970,Sugar,0.0005027
+China,1970,Sugar,0.0014654
+China Hong Kong SAR,1970,Sugar,0.0006525
+China Macao SAR,1970,Sugar,3.65e-05
+China mainland,1970,Sugar,0
+China Taiwan Province of,1970,Sugar,0.0007764
+Colombia,1970,Sugar,0.000236
+Congo,1970,Sugar,0
+Costa Rica,1970,Sugar,0.0026359
+Cote d'Ivoire,1970,Sugar,1.5e-06
+Croatia,1970,Sugar,1.22e-05
+Cuba,1970,Sugar,0.001356
+Cyprus,1970,Sugar,9.32e-05
+Czech Republic,1970,Sugar,0.007157
+Democratic People's Republic of Korea,1970,Sugar,0
+Denmark,1970,Sugar,0.0323832
+Djibouti,1970,Sugar,0
+Dominica,1970,Sugar,1.09e-05
+Dominican Republic,1970,Sugar,0
+Eastern Africa,1970,Sugar,2.01e-05
+Eastern Asia,1970,Sugar,0.0285762
+Eastern Europe,1970,Sugar,0.0328949
+Ecuador,1970,Sugar,0.027302
+Egypt,1970,Sugar,0.083975
+El Salvador,1970,Sugar,0.0020666
+Estonia,1970,Sugar,6.81e-05
+Ethiopia,1970,Sugar,0
+Europe,1970,Sugar,0.5090977
+European Union,1970,Sugar,0.4876865
+Fiji,1970,Sugar,0.0018627
+Finland,1970,Sugar,0.0051348
+France,1970,Sugar,0.1499742
+French Polynesia,1970,Sugar,0.0004216
+Gabon,1970,Sugar,2e-07
+Gambia,1970,Sugar,0.0045657
+Georgia,1970,Sugar,1e-07
+Germany,1970,Sugar,0.0496472
+Ghana,1970,Sugar,8.56e-05
+Greece,1970,Sugar,0.0079994
+Grenada,1970,Sugar,6.6e-05
+Guatemala,1970,Sugar,0.0130997
+Guinea,1970,Sugar,0
+Guinea-Bissau,1970,Sugar,0
+Guyana,1970,Sugar,0.0003804
+Haiti,1970,Sugar,0
+Honduras,1970,Sugar,1.7e-05
+Hungary,1970,Sugar,0.0044642
+Iceland,1970,Sugar,0.000704
+India,1970,Sugar,0.3215378
+Indonesia,1970,Sugar,0.0303749
+Iran (Islamic Republic of),1970,Sugar,0.0006536
+Iraq,1970,Sugar,0.0027175
+Ireland,1970,Sugar,0.0043249
+Israel,1970,Sugar,0.0260869
+Italy,1970,Sugar,0.0137488
+Jamaica,1970,Sugar,0
+Japan,1970,Sugar,0
+Jordan,1970,Sugar,0
+Kazakhstan,1970,Sugar,4.2e-06
+Kenya,1970,Sugar,0
+Kiribati,1970,Sugar,4.96e-05
+Kuwait,1970,Sugar,0
+Kyrgyzstan,1970,Sugar,1e-07
+Land Locked Developing Countries,1970,Sugar,0.0892684
+Lao People's Democratic Republic,1970,Sugar,0.0016305
+Latvia,1970,Sugar,0.0003498
+Least Developed Countries,1970,Sugar,0.07835
+Lebanon,1970,Sugar,0.0021978
+Lesotho,1970,Sugar,0
+Liberia,1970,Sugar,0
+Lithuania,1970,Sugar,0.0003142
+Low Income Food Deficit Countries,1970,Sugar,0.4333433
+Luxembourg,1970,Sugar,1.37e-05
+Madagascar,1970,Sugar,0
+Malawi,1970,Sugar,0
+Malaysia,1970,Sugar,0.0017141
+Maldives,1970,Sugar,0.0001861
+Mali,1970,Sugar,0
+Malta,1970,Sugar,0.0010973
+Mauritania,1970,Sugar,0.0087807
+Mauritius,1970,Sugar,0
+Melanesia,1970,Sugar,0.002259
+Mexico,1970,Sugar,0.0504142
+Micronesia,1970,Sugar,4.96e-05
+Middle Africa,1970,Sugar,0.0069002
+Mongolia,1970,Sugar,0
+Montenegro,1970,Sugar,0.0004869
+Morocco,1970,Sugar,0
+Mozambique,1970,Sugar,0
+Myanmar,1970,Sugar,0
+Namibia,1970,Sugar,0
+Nepal,1970,Sugar,0
+Net Food Importing Developing Countries,1970,Sugar,0.2222767
+Netherlands,1970,Sugar,0.0261579
+Netherlands Antilles (former),1970,Sugar,0.0006522
+New Caledonia,1970,Sugar,0.0003963
+New Zealand,1970,Sugar,7.22e-05
+Nicaragua,1970,Sugar,0.00361
+Niger,1970,Sugar,0
+Nigeria,1970,Sugar,0
+Northern Africa,1970,Sugar,0.1029968
+Northern America,1970,Sugar,0.1043458
+Northern Europe,1970,Sugar,0.1339881
+Norway,1970,Sugar,0.0008644
+Oceania,1970,Sugar,0.103379
+Oman,1970,Sugar,0.0003602
+Pakistan,1970,Sugar,0
+Panama,1970,Sugar,0.0031976
+Paraguay,1970,Sugar,0.0011598
+Peru,1970,Sugar,0.0245158
+Philippines,1970,Sugar,0.0130967
+Poland,1970,Sugar,0.0158177
+Polynesia,1970,Sugar,0.000802
+Portugal,1970,Sugar,0.0019781
+Republic of Korea,1970,Sugar,0.0271108
+Republic of Moldova,1970,Sugar,0
+Romania,1970,Sugar,0.0029183
+Russian Federation,1970,Sugar,0.0008761
+Rwanda,1970,Sugar,0
+Saint Kitts and Nevis,1970,Sugar,3.95e-05
+Saint Lucia,1970,Sugar,0.0001203
+Saint Vincent and the Grenadines,1970,Sugar,0.0002228
+Samoa,1970,Sugar,0.0003804
+Sao Tome and Principe,1970,Sugar,0
+Saudi Arabia,1970,Sugar,0.0001467
+Senegal,1970,Sugar,0.0038043
+Serbia,1970,Sugar,0.0011904
+Sierra Leone,1970,Sugar,7.74e-05
+Slovakia,1970,Sugar,0.000287
+Slovenia,1970,Sugar,0.003002
+Small Island Developing States,1970,Sugar,0.0088359
+Solomon Islands,1970,Sugar,0
+South Africa,1970,Sugar,0
+South America,1970,Sugar,0.5028859
+South-Eastern Asia,1970,Sugar,0.1340042
+Southern Africa,1970,Sugar,0.0258604
+Southern Asia,1970,Sugar,0.3689275
+Southern Europe,1970,Sugar,0.0472248
+Spain,1970,Sugar,0.0075033
+Sri Lanka,1970,Sugar,0.0028474
+Sudan (former),1970,Sugar,0
+Suriname,1970,Sugar,0.0006543
+Swaziland,1970,Sugar,0.0240279
+Sweden,1970,Sugar,0.0007318
+Switzerland,1970,Sugar,0.0068726
+Tajikistan,1970,Sugar,0.01201
+Thailand,1970,Sugar,6.64e-05
+The former Yugoslav Republic of Macedonia,1970,Sugar,8.37e-05
+Timor-Leste,1970,Sugar,0
+Togo,1970,Sugar,4.91e-05
+Trinidad and Tobago,1970,Sugar,0
+Tunisia,1970,Sugar,0
+Turkey,1970,Sugar,0.0024776
+Turkmenistan,1970,Sugar,0.0094586
+Uganda,1970,Sugar,0
+Ukraine,1970,Sugar,0.0002013
+United Arab Emirates,1970,Sugar,0.0506708
+United Kingdom,1970,Sugar,0.0891129
+United Republic of Tanzania,1970,Sugar,1.94e-05
+United States of America,1970,Sugar,0.1018383
+Uruguay,1970,Sugar,4.8e-06
+Uzbekistan,1970,Sugar,0.026312
+Vanuatu,1970,Sugar,0
+Venezuela (Bolivarian Republic of),1970,Sugar,0.0007689
+Viet Nam,1970,Sugar,0.0869565
+Western Africa,1970,Sugar,0.0178536
+Western Asia,1970,Sugar,0.0940233
+Western Europe,1970,Sugar,0.2949899
+World,1970,Sugar,2.1263241
+Yemen,1970,Sugar,0.0087701
+Zambia,1970,Sugar,7e-07
+Zimbabwe,1970,Sugar,0
diff --git a/hind1970/data/hist_comsump.csv b/hind1970/data/hist_comsump.csv
index 66941b281ce7f617e2adbb3e7601c89ab5a1f860..f76ffbac3bdaf7f69a6deebdc09afcf6d3eaed5f 100644
--- a/hind1970/data/hist_comsump.csv
+++ b/hind1970/data/hist_comsump.csv
@@ -2,61560 +2,71828 @@ Year,Country,Item,population,cpc
 1961,Afghanistan,Ruminants,9.164945,0.310368627416749
 1961,Afghanistan,Cereals,9.164945,0.311900398747619
 1961,Afghanistan,Monogastrics,9.164945,0.00412441100301202
-1961,Afghanistan,Oilcrops,9.164945,0.00633991802460353
-1961,Afghanistan,Pulses,9.164945,0.0016694044536001
+1961,Afghanistan,FruitVeg,9.164945,0.0760867632047983
+1961,Afghanistan,OilcropsPulses,9.164945,0.00800932247820363
 1961,Afghanistan,Starchy Roots,9.164945,0.0121222767839851
+1961,Afghanistan,Sugar,9.164945,0.00491001309882383
 1962,Afghanistan,Ruminants,9.343772,0.311685195229507
 1962,Afghanistan,Cereals,9.343772,0.303503767001164
 1962,Afghanistan,Monogastrics,9.343772,0.00439843780434711
-1962,Afghanistan,Oilcrops,9.343772,0.00783238289632923
-1962,Afghanistan,Pulses,9.343772,0.00168689903820427
+1962,Afghanistan,FruitVeg,9.343772,0.0738400937009165
+1962,Afghanistan,OilcropsPulses,9.343772,0.00951928193453351
 1962,Afghanistan,Starchy Roots,9.343772,0.0103330860384864
+1962,Afghanistan,Sugar,9.343772,0.00435070547526202
 1963,Afghanistan,Ruminants,9.531555,0.323787209956822
 1963,Afghanistan,Cereals,9.531555,0.273324761804344
 1963,Afghanistan,Monogastrics,9.531555,0.00446852585963151
-1963,Afghanistan,Oilcrops,9.531555,0.00975244857738323
-1963,Afghanistan,Pulses,9.531555,0.00175018661697908
+1963,Afghanistan,FruitVeg,9.531555,0.0755715095805459
+1963,Afghanistan,OilcropsPulses,9.531555,0.0115026351943623
 1963,Afghanistan,Starchy Roots,9.531555,0.0108418825679545
+1963,Afghanistan,Sugar,9.531555,0.0045158423782898
 1964,Afghanistan,Ruminants,9.728645,0.326965800478895
 1964,Afghanistan,Cereals,9.728645,0.303492624101301
 1964,Afghanistan,Monogastrics,9.728645,0.00456343098139566
-1964,Afghanistan,Oilcrops,9.728645,0.00781259877403277
-1964,Afghanistan,Pulses,9.728645,0.0018000451244752
+1964,Afghanistan,FruitVeg,9.728645,0.0864429733020374
+1964,Afghanistan,OilcropsPulses,9.728645,0.00961264389850796
 1964,Afghanistan,Starchy Roots,9.728645,0.0113201787093681
+1964,Afghanistan,Sugar,9.728645,0.00534062040499987
 1965,Afghanistan,Ruminants,9.935358,0.335412483375033
 1965,Afghanistan,Cereals,9.935358,0.302380045087454
 1965,Afghanistan,Monogastrics,9.935358,0.00475644662225558
-1965,Afghanistan,Oilcrops,9.935358,0.00800544882227696
-1965,Afghanistan,Pulses,9.935358,0.00185539363553885
+1965,Afghanistan,FruitVeg,9.935358,0.0879866633894823
+1965,Afghanistan,OilcropsPulses,9.935358,0.00986084245781581
 1965,Afghanistan,Starchy Roots,9.935358,0.0113775467376213
+1965,Afghanistan,Sugar,9.935358,0.00553578441763246
 1966,Afghanistan,Ruminants,10.148841,0.386825894700686
 1966,Afghanistan,Cereals,10.148841,0.273162226110351
 1966,Afghanistan,Monogastrics,10.148841,0.00486011161274475
-1966,Afghanistan,Oilcrops,10.148841,0.00739857881308812
-1966,Afghanistan,Pulses,10.148841,0.00194229075024429
+1966,Afghanistan,FruitVeg,10.148841,0.0853367394365524
+1966,Afghanistan,OilcropsPulses,10.148841,0.0093408695633324
 1966,Afghanistan,Starchy Roots,10.148841,0.0115205273193264
+1966,Afghanistan,Sugar,10.148841,0.0057204561584914
 1967,Afghanistan,Ruminants,10.3686,0.393873898115464
 1967,Afghanistan,Cereals,10.3686,0.29911627413537
 1967,Afghanistan,Monogastrics,10.3686,0.00523267364928727
-1967,Afghanistan,Oilcrops,10.3686,0.00788737148698956
-1967,Afghanistan,Pulses,10.3686,0.00250564203460448
+1967,Afghanistan,FruitVeg,10.3686,0.0960662963177285
+1967,Afghanistan,OilcropsPulses,10.3686,0.010393013521594
 1967,Afghanistan,Starchy Roots,10.3686,0.0123054221399225
+1967,Afghanistan,Sugar,10.3686,0.00597708465945258
 1968,Afghanistan,Ruminants,10.59979,0.419107086083781
 1968,Afghanistan,Cereals,10.59979,0.292104937928016
 1968,Afghanistan,Monogastrics,10.59979,0.00502283535805898
-1968,Afghanistan,Oilcrops,10.59979,0.00603379878280608
-1968,Afghanistan,Pulses,10.59979,0.0019850393262508
+1968,Afghanistan,FruitVeg,10.59979,0.0975339134077184
+1968,Afghanistan,OilcropsPulses,10.59979,0.00801883810905688
 1968,Afghanistan,Starchy Roots,10.59979,0.0123021305139064
+1968,Afghanistan,Sugar,10.59979,0.00613332905651904
 1969,Afghanistan,Ruminants,10.84951,0.411949157150876
 1969,Afghanistan,Cereals,10.84951,0.296888523076157
 1969,Afghanistan,Monogastrics,10.84951,0.00557513657298809
-1969,Afghanistan,Oilcrops,10.84951,0.00693109642739626
-1969,Afghanistan,Pulses,10.84951,0.00201612791729765
+1969,Afghanistan,FruitVeg,10.84951,0.096922072978411
+1969,Afghanistan,OilcropsPulses,10.84951,0.00894722434469391
 1969,Afghanistan,Starchy Roots,10.84951,0.012376595809396
+1969,Afghanistan,Sugar,10.84951,0.0049506383237584
 1970,Afghanistan,Ruminants,11.121097,0.364360332438428
 1970,Afghanistan,Cereals,11.121097,0.250000157358577
 1970,Afghanistan,Monogastrics,11.121097,0.00520735499384638
-1970,Afghanistan,Oilcrops,11.121097,0.00763953412149898
-1970,Afghanistan,Pulses,11.121097,0.00207632394538057
+1970,Afghanistan,FruitVeg,11.121097,0.0887196649754966
+1970,Afghanistan,OilcropsPulses,11.121097,0.00971585806687955
 1970,Afghanistan,Starchy Roots,11.121097,0.0112111242263241
+1970,Afghanistan,Sugar,11.121097,0.00653038095072815
 1971,Afghanistan,Ruminants,11.412821,0.352944026722228
 1971,Afghanistan,Cereals,11.412821,0.254671391060983
 1971,Afghanistan,Monogastrics,11.412821,0.0049200806706773
-1971,Afghanistan,Oilcrops,11.412821,0.00582853266514913
-1971,Afghanistan,Pulses,11.412821,0.00211551552416357
+1971,Afghanistan,FruitVeg,11.412821,0.080096761352868
+1971,Afghanistan,OilcropsPulses,11.412821,0.0079440481893127
 1971,Afghanistan,Starchy Roots,11.412821,0.0128618507203434
+1971,Afghanistan,Sugar,11.412821,0.00547664771050032
 1972,Afghanistan,Ruminants,11.716896,0.317163154815064
 1972,Afghanistan,Cereals,11.716896,0.275447695362321
 1972,Afghanistan,Monogastrics,11.716896,0.00479141404003245
-1972,Afghanistan,Oilcrops,11.716896,0.00378376662214976
-1972,Afghanistan,Pulses,11.716896,0.00208655944372981
+1972,Afghanistan,FruitVeg,11.716896,0.0807410085401458
+1972,Afghanistan,OilcropsPulses,11.716896,0.00587032606587956
 1972,Afghanistan,Starchy Roots,11.716896,0.0117951034130541
+1972,Afghanistan,Sugar,11.716896,0.00512209035567099
 1973,Afghanistan,Ruminants,12.022514,0.333705030412108
 1973,Afghanistan,Cereals,12.022514,0.2802742421427
 1973,Afghanistan,Monogastrics,12.022514,0.00482532189191046
-1973,Afghanistan,Oilcrops,12.022514,0.00748786817798673
-1973,Afghanistan,Pulses,12.022514,0.00214372800896718
+1973,Afghanistan,FruitVeg,12.022514,0.0825069532046293
+1973,Afghanistan,OilcropsPulses,12.022514,0.00963159618695391
 1973,Afghanistan,Starchy Roots,12.022514,0.0119087405512691
+1973,Afghanistan,Sugar,12.022514,0.00499113579738813
 1974,Afghanistan,Ruminants,12.315553,0.335929527484474
 1974,Afghanistan,Cereals,12.315553,0.277464195071062
 1974,Afghanistan,Monogastrics,12.315553,0.00470863955520308
-1974,Afghanistan,Oilcrops,12.315553,0.0100586632204011
-1974,Afghanistan,Pulses,12.315553,0.00220729024510714
+1974,Afghanistan,FruitVeg,12.315553,0.0803587950943007
+1974,Afghanistan,OilcropsPulses,12.315553,0.0122659534655082
 1974,Afghanistan,Starchy Roots,12.315553,0.0129543512987196
+1974,Afghanistan,Sugar,12.315553,0.00511897435705892
 1975,Afghanistan,Ruminants,12.582954,0.336816394624029
 1975,Afghanistan,Cereals,12.582954,0.28137478687437
 1975,Afghanistan,Monogastrics,12.582954,0.00474418804996029
-1975,Afghanistan,Oilcrops,12.582954,0.010742787424956
-1975,Afghanistan,Pulses,12.582954,0.00217278073177411
+1975,Afghanistan,FruitVeg,12.582954,0.0794415206476953
+1975,Afghanistan,OilcropsPulses,12.582954,0.0129155681567301
 1975,Afghanistan,Starchy Roots,12.582954,0.0134201396587796
+1975,Afghanistan,Sugar,12.582954,0.00516571863808769
 1976,Afghanistan,Ruminants,12.831361,0.363246174743272
 1976,Afghanistan,Cereals,12.831361,0.285351959156944
 1976,Afghanistan,Monogastrics,12.831361,0.00465234358225912
-1976,Afghanistan,Oilcrops,12.831361,0.0103494087649782
-1976,Afghanistan,Pulses,12.831361,0.00225042378591016
+1976,Afghanistan,FruitVeg,12.831361,0.0783598092205496
+1976,Afghanistan,OilcropsPulses,12.831361,0.0125998325508884
 1976,Afghanistan,Starchy Roots,12.831361,0.0252802489151385
+1976,Afghanistan,Sugar,12.831361,0.00545655289411622
 1977,Afghanistan,Ruminants,13.056499,0.362932214830331
 1977,Afghanistan,Cereals,13.056499,0.252076762691132
 1977,Afghanistan,Monogastrics,13.056499,0.00470440046753728
-1977,Afghanistan,Oilcrops,13.056499,0.00943652659108694
-1977,Afghanistan,Pulses,13.056499,0.00229617449516903
+1977,Afghanistan,FruitVeg,13.056499,0.0536016584537708
+1977,Afghanistan,OilcropsPulses,13.056499,0.011732701086256
 1977,Afghanistan,Starchy Roots,13.056499,0.0134752815436971
+1977,Afghanistan,Sugar,13.056499,0.00574495506031134
 1978,Afghanistan,Ruminants,13.222547,0.365698030795428
 1978,Afghanistan,Cereals,13.222547,0.266411531757081
 1978,Afghanistan,Monogastrics,13.222547,0.00475263200047616
-1978,Afghanistan,Oilcrops,13.222547,0.00872865114414038
-1978,Afghanistan,Pulses,13.222547,0.00233464853632209
+1978,Afghanistan,FruitVeg,13.222547,0.0650930565797951
+1978,Afghanistan,OilcropsPulses,13.222547,0.0110632996804625
 1978,Afghanistan,Starchy Roots,13.222547,0.0170219096214973
+1978,Afghanistan,Sugar,13.222547,0.00605087658225
 1979,Afghanistan,Ruminants,13.283279,0.36715426213663
 1979,Afghanistan,Cereals,13.283279,0.26480645328612
 1979,Afghanistan,Monogastrics,13.283279,0.0049481758231533
-1979,Afghanistan,Oilcrops,13.283279,0.00834108807019713
-1979,Afghanistan,Pulses,13.283279,0.00229988393679
+1979,Afghanistan,FruitVeg,13.283279,0.0613111416239921
+1979,Afghanistan,OilcropsPulses,13.283279,0.0106409720069871
 1979,Afghanistan,Starchy Roots,13.283279,0.0174899586163928
+1979,Afghanistan,Sugar,13.283279,0.00679184710341475
 1980,Afghanistan,Ruminants,13.211412,0.37203527526051
 1980,Afghanistan,Cereals,13.211412,0.241198972524663
 1980,Afghanistan,Monogastrics,13.211412,0.00497161090729742
-1980,Afghanistan,Oilcrops,13.211412,0.00464954086663863
-1980,Afghanistan,Pulses,13.211412,0.00246150827784343
+1980,Afghanistan,FruitVeg,13.211412,0.0663890430485402
+1980,Afghanistan,OilcropsPulses,13.211412,0.00711104914448206
 1980,Afghanistan,Starchy Roots,13.211412,0.0181957083769698
+1980,Afghanistan,Sugar,13.211412,0.00713352970901218
 1981,Afghanistan,Ruminants,12.996923,0.38942223478588
 1981,Afghanistan,Cereals,12.996923,0.240896095175758
 1981,Afghanistan,Monogastrics,12.996923,0.00519946144175818
-1981,Afghanistan,Oilcrops,12.996923,0.00640213071970958
-1981,Afghanistan,Pulses,12.996923,0.00198370029583156
+1981,Afghanistan,FruitVeg,12.996923,0.0609511189686974
+1981,Afghanistan,OilcropsPulses,12.996923,0.00838583101554114
 1981,Afghanistan,Starchy Roots,12.996923,0.0190206558890901
+1981,Afghanistan,Sugar,12.996923,0.00584584520505353
 1982,Afghanistan,Ruminants,12.667001,0.402775242537677
 1982,Afghanistan,Cereals,12.667001,0.235176029432697
 1982,Afghanistan,Monogastrics,12.667001,0.00533488550289054
-1982,Afghanistan,Oilcrops,12.667001,0.00585679277991689
-1982,Afghanistan,Pulses,12.667001,0.00202478866149928
+1982,Afghanistan,FruitVeg,12.667001,0.0629625749615083
+1982,Afghanistan,OilcropsPulses,12.667001,0.00788158144141616
 1982,Afghanistan,Starchy Roots,12.667001,0.0195634309968082
+1982,Afghanistan,Sugar,12.667001,0.00710507562129347
 1983,Afghanistan,Ruminants,12.279095,0.403641221116051
 1983,Afghanistan,Cereals,12.279095,0.234912100606763
 1983,Afghanistan,Monogastrics,12.279095,0.00553705301571492
-1983,Afghanistan,Oilcrops,12.279095,0.00627823141689188
-1983,Afghanistan,Pulses,12.279095,0.00202490492988286
+1983,Afghanistan,FruitVeg,12.279095,0.062979722854168
+1983,Afghanistan,OilcropsPulses,12.279095,0.00830313634677474
 1983,Afghanistan,Starchy Roots,12.279095,0.0197050352652211
+1983,Afghanistan,Sugar,12.279095,0.0088786673610718
 1984,Afghanistan,Ruminants,11.91251,0.398525214249558
 1984,Afghanistan,Cereals,11.91251,0.225422853789839
 1984,Afghanistan,Monogastrics,11.91251,0.00597144514464206
-1984,Afghanistan,Oilcrops,11.91251,0.00744603782074475
-1984,Afghanistan,Pulses,11.91251,0.00200176117375767
+1984,Afghanistan,FruitVeg,11.91251,0.0649837859527505
+1984,Afghanistan,OilcropsPulses,11.91251,0.00944779899450242
 1984,Afghanistan,Starchy Roots,11.91251,0.019693582628682
+1984,Afghanistan,Sugar,11.91251,0.00839453649986443
 1985,Afghanistan,Ruminants,11.630498,0.373105003758223
 1985,Afghanistan,Cereals,11.630498,0.221857395960173
 1985,Afghanistan,Monogastrics,11.630498,0.00615306412502715
-1985,Afghanistan,Oilcrops,11.630498,0.00677116319524753
-1985,Afghanistan,Pulses,11.630498,0.00199389570420802
+1985,Afghanistan,FruitVeg,11.630498,0.0653769081943009
+1985,Afghanistan,OilcropsPulses,11.630498,0.00876505889945555
 1985,Afghanistan,Starchy Roots,11.630498,0.0193938385097525
+1985,Afghanistan,Sugar,11.630498,0.00687846728489184
 1986,Afghanistan,Ruminants,11.438949,0.34330971315634
 1986,Afghanistan,Cereals,11.438949,0.21683915191859
 1986,Afghanistan,Monogastrics,11.438949,0.00657053370899722
-1986,Afghanistan,Oilcrops,11.438949,0.00756284515299439
-1986,Afghanistan,Pulses,11.438949,0.00207991136248619
+1986,Afghanistan,FruitVeg,11.438949,0.0626302294030684
+1986,Afghanistan,OilcropsPulses,11.438949,0.00964275651548058
 1986,Afghanistan,Starchy Roots,11.438949,0.0189580353929369
+1986,Afghanistan,Sugar,11.438949,0.00703552398039365
 1987,Afghanistan,Ruminants,11.337932,0.366928369300504
 1987,Afghanistan,Cereals,11.337932,0.26008517249883
 1987,Afghanistan,Monogastrics,11.337932,0.00671854444002663
-1987,Afghanistan,Oilcrops,11.337932,0.00550091498167391
-1987,Afghanistan,Pulses,11.337932,0.00216018229779469
+1987,Afghanistan,FruitVeg,11.337932,0.0631166247954212
+1987,Afghanistan,OilcropsPulses,11.337932,0.0076610972794686
 1987,Afghanistan,Starchy Roots,11.337932,0.0173303209086101
+1987,Afghanistan,Sugar,11.337932,0.00707774574763722
 1988,Afghanistan,Ruminants,11.375768,0.38072739352631
 1988,Afghanistan,Cereals,11.375768,0.225158424468572
 1988,Afghanistan,Monogastrics,11.375768,0.00610497682442188
-1988,Afghanistan,Oilcrops,11.375768,0.00569183548750291
-1988,Afghanistan,Pulses,11.375768,0.00240335421749107
+1988,Afghanistan,FruitVeg,11.375768,0.0670537584803066
+1988,Afghanistan,OilcropsPulses,11.375768,0.00809518970499398
 1988,Afghanistan,Starchy Roots,11.375768,0.0174194832384064
+1988,Afghanistan,Sugar,11.375768,0.00706853374646881
 1989,Afghanistan,Ruminants,11.608351,0.385825850717298
 1989,Afghanistan,Cereals,11.608351,0.213084356253528
 1989,Afghanistan,Monogastrics,11.608351,0.00599788031909097
-1989,Afghanistan,Oilcrops,11.608351,0.0050746225712851
-1989,Afghanistan,Pulses,11.608351,0.00208229403125388
+1989,Afghanistan,FruitVeg,11.608351,0.0637917478546264
+1989,Afghanistan,OilcropsPulses,11.608351,0.00715691660253898
 1989,Afghanistan,Starchy Roots,11.608351,0.0158170613552261
+1989,Afghanistan,Sugar,11.608351,0.00478577878976954
 1990,Afghanistan,Ruminants,12.06757,0.429022106356126
 1990,Afghanistan,Cereals,12.06757,0.196988374627203
 1990,Afghanistan,Monogastrics,12.06757,0.0055960727801869
-1990,Afghanistan,Oilcrops,12.06757,0.00451118162148635
-1990,Afghanistan,Pulses,12.06757,0.0019225080111406
+1990,Afghanistan,FruitVeg,12.06757,0.0713407918909938
+1990,Afghanistan,OilcropsPulses,12.06757,0.00643368963262695
 1990,Afghanistan,Starchy Roots,12.06757,0.0169873470798181
+1990,Afghanistan,Sugar,12.06757,0.00327862195951629
 1991,Afghanistan,Ruminants,12.789374,0.411281552951693
 1991,Afghanistan,Cereals,12.789374,0.174762658438169
 1991,Afghanistan,Monogastrics,12.789374,0.00526124265347155
-1991,Afghanistan,Oilcrops,12.789374,0.00642455213210592
-1991,Afghanistan,Pulses,12.789374,0.00209517682413541
+1991,Afghanistan,FruitVeg,12.789374,0.0724417004303729
+1991,Afghanistan,OilcropsPulses,12.789374,0.00851972895624133
 1991,Afghanistan,Starchy Roots,12.789374,0.0158804488788896
+1991,Afghanistan,Sugar,12.789374,0.003189444612379
 1992,Afghanistan,Ruminants,13.74563,0.381323569745439
 1992,Afghanistan,Cereals,13.74563,0.164744722504534
 1992,Afghanistan,Monogastrics,13.74563,0.00498798527241021
-1992,Afghanistan,Oilcrops,13.74563,0.0062364547859938
-1992,Afghanistan,Pulses,13.74563,0.00212249274860447
+1992,Afghanistan,FruitVeg,13.74563,0.0646612050520784
+1992,Afghanistan,OilcropsPulses,13.74563,0.00835894753459827
 1992,Afghanistan,Starchy Roots,13.74563,0.015241207569242
+1992,Afghanistan,Sugar,13.74563,0.00367345840096089
 1993,Afghanistan,Ruminants,14.824371,0.378235170989717
 1993,Afghanistan,Cereals,14.824371,0.176471905620819
 1993,Afghanistan,Monogastrics,14.824371,0.0044568096683495
-1993,Afghanistan,Oilcrops,14.824371,0.00542181519876965
-1993,Afghanistan,Pulses,14.824371,0.00239659409495351
+1993,Afghanistan,FruitVeg,14.824371,0.0629992328173654
+1993,Afghanistan,OilcropsPulses,14.824371,0.00781840929372315
 1993,Afghanistan,Starchy Roots,14.824371,0.0141840756683707
+1993,Afghanistan,Sugar,14.824371,0.00316782411881084
 1994,Afghanistan,Ruminants,15.869967,0.390356980578473
 1994,Afghanistan,Cereals,15.869967,0.169941185132899
 1994,Afghanistan,Monogastrics,15.869967,0.0041553646582882
-1994,Afghanistan,Oilcrops,15.869967,0.00522332529109859
-1994,Afghanistan,Pulses,15.869967,0.00261865698901579
+1994,Afghanistan,FruitVeg,15.869967,0.0593271555007014
+1994,Afghanistan,OilcropsPulses,15.869967,0.00784198228011438
 1994,Afghanistan,Starchy Roots,15.869967,0.0133227120132008
+1994,Afghanistan,Sugar,15.869967,0.00289219252944886
 1995,Afghanistan,Ruminants,16.772522,0.404937224109767
 1995,Afghanistan,Cereals,16.772522,0.166257406012048
 1995,Afghanistan,Monogastrics,16.772522,0.00408942674214409
-1995,Afghanistan,Oilcrops,16.772522,0.00737301164368722
-1995,Afghanistan,Pulses,16.772522,0.00185964877553894
+1995,Afghanistan,FruitVeg,16.772522,0.0591894886171561
+1995,Afghanistan,OilcropsPulses,16.772522,0.00923266041922616
 1995,Afghanistan,Starchy Roots,16.772522,0.0126229674940954
+1995,Afghanistan,Sugar,16.772522,0.00298845933843461
 1996,Afghanistan,Ruminants,17.4818,0.420586472788843
 1996,Afghanistan,Cereals,17.4818,0.167185301284765
 1996,Afghanistan,Monogastrics,17.4818,0.00444882677985105
-1996,Afghanistan,Oilcrops,17.4818,0.00697388140809299
-1996,Afghanistan,Pulses,17.4818,0.00178660092210184
+1996,Afghanistan,FruitVeg,17.4818,0.0577993112837351
+1996,Afghanistan,OilcropsPulses,17.4818,0.00876048233019483
 1996,Afghanistan,Starchy Roots,17.4818,0.0122106991270922
+1996,Afghanistan,Sugar,17.4818,0.00255488565250718
 1997,Afghanistan,Ruminants,18.03413,0.445150589465641
 1997,Afghanistan,Cereals,18.03413,0.176521739612612
 1997,Afghanistan,Monogastrics,18.03413,0.00447714417052555
-1997,Afghanistan,Oilcrops,18.03413,0.00482052641297362
-1997,Afghanistan,Pulses,18.03413,0.00155111447017405
+1997,Afghanistan,FruitVeg,18.03413,0.0584939778076347
+1997,Afghanistan,OilcropsPulses,18.03413,0.00637164088314768
 1997,Afghanistan,Starchy Roots,18.03413,0.0118657789424829
+1997,Afghanistan,Sugar,18.03413,0.00280978344949271
 1998,Afghanistan,Ruminants,18.51148,0.468897592196842
 1998,Afghanistan,Cereals,18.51148,0.177959082688148
 1998,Afghanistan,Monogastrics,18.51148,0.00453901578912113
-1998,Afghanistan,Oilcrops,18.51148,0.00497231987933974
-1998,Afghanistan,Pulses,18.51148,0.00176431057916493
+1998,Afghanistan,FruitVeg,18.51148,0.0578563680483678
+1998,Afghanistan,OilcropsPulses,18.51148,0.00673663045850467
 1998,Afghanistan,Starchy Roots,18.51148,0.0115619064494033
+1998,Afghanistan,Sugar,18.51148,0.00298890202188048
 1999,Afghanistan,Ruminants,19.03842,0.452912794233975
 1999,Afghanistan,Cereals,19.03842,0.16636212458807
 1999,Afghanistan,Monogastrics,19.03842,0.00424617168861702
-1999,Afghanistan,Oilcrops,19.03842,0.00566543862358326
-1999,Afghanistan,Pulses,19.03842,0.00132558269016021
+1999,Afghanistan,FruitVeg,19.03842,0.0572571673489712
+1999,Afghanistan,OilcropsPulses,19.03842,0.00699102131374347
 1999,Afghanistan,Starchy Roots,19.03842,0.0114161259180121
+1999,Afghanistan,Sugar,19.03842,0.00318119885998943
 2000,Afghanistan,Ruminants,19.70194,0.37399985483663
 2000,Afghanistan,Cereals,19.70194,0.168898037452149
 2000,Afghanistan,Monogastrics,19.70194,0.0036332919499298
-2000,Afghanistan,Oilcrops,19.70194,0.0049311387609545
-2000,Afghanistan,Pulses,19.70194,0.00109364864576788
+2000,Afghanistan,FruitVeg,19.70194,0.0565295092767514
+2000,Afghanistan,OilcropsPulses,19.70194,0.00602478740672238
 2000,Afghanistan,Starchy Roots,19.70194,0.0111121036811603
+2000,Afghanistan,Sugar,19.70194,0.00310573476520586
 2001,Afghanistan,Ruminants,20.53116,0.296937435585715
 2001,Afghanistan,Cereals,20.53116,0.169541662526618
 2001,Afghanistan,Monogastrics,20.53116,0.00328332641701687
-2001,Afghanistan,Oilcrops,20.53116,0.00477406050120889
-2001,Afghanistan,Pulses,20.53116,0.00187928982093559
+2001,Afghanistan,FruitVeg,20.53116,0.0642225280987533
+2001,Afghanistan,OilcropsPulses,20.53116,0.00665335032214449
 2001,Afghanistan,Starchy Roots,20.53116,0.0104701341765395
+2001,Afghanistan,Sugar,20.53116,0.00296709976445559
 2002,Afghanistan,Ruminants,21.487079,0.34100784941499
 2002,Afghanistan,Cereals,21.487079,0.174895805986472
 2002,Afghanistan,Monogastrics,21.487079,0.00553575011289343
-2002,Afghanistan,Oilcrops,21.487079,0.00377412862865167
-2002,Afghanistan,Pulses,21.487079,0.00109042276058091
+2002,Afghanistan,FruitVeg,21.487079,0.0544315958441815
+2002,Afghanistan,OilcropsPulses,21.487079,0.00486455138923257
 2002,Afghanistan,Starchy Roots,21.487079,0.0100798717219777
+2002,Afghanistan,Sugar,21.487079,0.0033621135753259
 2003,Afghanistan,Ruminants,22.507368,0.310172713219955
 2003,Afghanistan,Cereals,22.507368,0.180445621185027
 2003,Afghanistan,Monogastrics,22.507368,0.00595558307839459
-2003,Afghanistan,Oilcrops,22.507368,0.00313399594301742
-2003,Afghanistan,Pulses,22.507368,0.0010135347678147
+2003,Afghanistan,FruitVeg,22.507368,0.0572024236685516
+2003,Afghanistan,OilcropsPulses,22.507368,0.00414753071083212
 2003,Afghanistan,Starchy Roots,22.507368,0.0154004679711995
+2003,Afghanistan,Sugar,22.507368,0.0043655482062585
 2004,Afghanistan,Ruminants,23.49985,0.319248961163582
 2004,Afghanistan,Cereals,23.49985,0.183351510754324
 2004,Afghanistan,Monogastrics,23.49985,0.00650944154962691
-2004,Afghanistan,Oilcrops,23.49985,0.00236763213382213
-2004,Afghanistan,Pulses,23.49985,0.000726813149871169
+2004,Afghanistan,FruitVeg,23.49985,0.0490100149575423
+2004,Afghanistan,OilcropsPulses,23.49985,0.0030944452836933
 2004,Afghanistan,Starchy Roots,23.49985,0.0117613942216652
+2004,Afghanistan,Sugar,23.49985,0.00563973812598804
 2005,Afghanistan,Ruminants,24.399948,0.302794464971811
 2005,Afghanistan,Cereals,24.399948,0.17556258726453
 2005,Afghanistan,Monogastrics,24.399948,0.00917943759552274
-2005,Afghanistan,Oilcrops,24.399948,0.0038395163792972
-2005,Afghanistan,Pulses,24.399948,0.0014395522482261
+2005,Afghanistan,FruitVeg,24.399948,0.0599344310078038
+2005,Afghanistan,OilcropsPulses,24.399948,0.00527906862752331
 2005,Afghanistan,Starchy Roots,24.399948,0.0120655175166767
+2005,Afghanistan,Sugar,24.399948,0.00681226861631017
 2006,Afghanistan,Ruminants,25.183615,0.256396720645547
 2006,Afghanistan,Cereals,25.183615,0.185023675115745
 2006,Afghanistan,Monogastrics,25.183615,0.00624609691658644
-2006,Afghanistan,Oilcrops,25.183615,0.00256365100880076
-2006,Afghanistan,Pulses,25.183615,0.00146106903238475
+2006,Afghanistan,FruitVeg,25.183615,0.0605807784148543
+2006,Afghanistan,OilcropsPulses,25.183615,0.00402472004118551
 2006,Afghanistan,Starchy Roots,25.183615,0.0116812062128491
+2006,Afghanistan,Sugar,25.183615,0.00719575009386063
 2007,Afghanistan,Ruminants,25.877544,0.261236626628864
 2007,Afghanistan,Cereals,25.877544,0.19239723831597
 2007,Afghanistan,Monogastrics,25.877544,0.00584968959960033
-2007,Afghanistan,Oilcrops,25.877544,0.00313132498199984
-2007,Afghanistan,Pulses,25.877544,0.00156181745841105
+2007,Afghanistan,FruitVeg,25.877544,0.0573029650727287
+2007,Afghanistan,OilcropsPulses,25.877544,0.00469314244041088
 2007,Afghanistan,Starchy Roots,25.877544,0.0100411770143256
+2007,Afghanistan,Sugar,25.877544,0.00762966531908901
 2008,Afghanistan,Ruminants,26.528741,0.264619858891909
 2008,Afghanistan,Cereals,26.528741,0.193634330404145
 2008,Afghanistan,Monogastrics,26.528741,0.00907332918663573
-2008,Afghanistan,Oilcrops,26.528741,0.00263713984768444
-2008,Afghanistan,Pulses,26.528741,0.00203639516854569
+2008,Afghanistan,FruitVeg,26.528741,0.0528936899040931
+2008,Afghanistan,OilcropsPulses,26.528741,0.00467353501623013
 2008,Afghanistan,Starchy Roots,26.528741,0.00911682917783396
+2008,Afghanistan,Sugar,26.528741,0.00857986438180387
 2009,Afghanistan,Ruminants,27.207291,0.266102839860095
 2009,Afghanistan,Cereals,27.207291,0.19494903039042
 2009,Afghanistan,Monogastrics,27.207291,0.00754967115248629
-2009,Afghanistan,Oilcrops,27.207291,0.00278899505283345
-2009,Afghanistan,Pulses,27.207291,0.00295806737980639
+2009,Afghanistan,FruitVeg,27.207291,0.0598599103453556
+2009,Afghanistan,OilcropsPulses,27.207291,0.00574706243263984
 2009,Afghanistan,Starchy Roots,27.207291,0.00918150947111934
+2009,Afghanistan,Sugar,27.207291,0.00854826009689829
 2010,Afghanistan,Ruminants,27.962207,0.26951123707796
 2010,Afghanistan,Cereals,27.962207,0.193989766258436
 2010,Afghanistan,Monogastrics,27.962207,0.00979360820839356
-2010,Afghanistan,Oilcrops,27.962207,0.00289193910909822
-2010,Afghanistan,Pulses,27.962207,0.00234609521344292
+2010,Afghanistan,FruitVeg,27.962207,0.0607012171821774
+2010,Afghanistan,OilcropsPulses,27.962207,0.00523803432254114
 2010,Afghanistan,Starchy Roots,27.962207,0.00686819892292479
+2010,Afghanistan,Sugar,27.962207,0.00889164435410982
 2011,Afghanistan,Ruminants,28.809167,0.269636865932292
 2011,Afghanistan,Cereals,28.809167,0.193782416548177
 2011,Afghanistan,Monogastrics,28.809167,0.0113162383348328
-2011,Afghanistan,Oilcrops,28.809167,0.00291143440558347
-2011,Afghanistan,Pulses,28.809167,0.00280879346494121
+2011,Afghanistan,FruitVeg,28.809167,0.0564748713491091
+2011,Afghanistan,OilcropsPulses,28.809167,0.00572022787052468
 2011,Afghanistan,Starchy Roots,28.809167,0.00586420981904822
+2011,Afghanistan,Sugar,28.809167,0.00907534049839067
 2012,Afghanistan,Ruminants,29.726803,0.275159387304447
 2012,Afghanistan,Cereals,29.726803,0.188960144822839
 2012,Afghanistan,Monogastrics,29.726803,0.00716396916277879
-2012,Afghanistan,Oilcrops,29.726803,0.00283743933042514
-2012,Afghanistan,Pulses,29.726803,0.00210735745784705
+2012,Afghanistan,FruitVeg,29.726803,0.0643316067321467
+2012,Afghanistan,OilcropsPulses,29.726803,0.00494479678827219
 2012,Afghanistan,Starchy Roots,29.726803,0.00660713498185459
+2012,Afghanistan,Sugar,29.726803,0.00921962580368969
 2013,Afghanistan,Ruminants,30.6825,0.258043203780657
 2013,Afghanistan,Cereals,30.6825,0.185976273119857
 2013,Afghanistan,Monogastrics,30.6825,0.0110176582742606
-2013,Afghanistan,Oilcrops,30.6825,0.00312705939868003
-2013,Afghanistan,Pulses,30.6825,0.0024249653711399
+2013,Afghanistan,FruitVeg,30.6825,0.0627568157744643
+2013,Afghanistan,OilcropsPulses,30.6825,0.00555202476981993
 2013,Afghanistan,Starchy Roots,30.6825,0.00749599934816263
+2013,Afghanistan,Sugar,30.6825,0.00884641082050028
 1961,Africa,Ruminants,NA,NA
 1961,Africa,Cereals,NA,NA
 1961,Africa,Monogastrics,NA,NA
-1961,Africa,Oilcrops,NA,NA
-1961,Africa,Pulses,NA,NA
+1961,Africa,FruitVeg,NA,NA
+1961,Africa,OilcropsPulses,NA,NA
 1961,Africa,Starchy Roots,NA,NA
+1961,Africa,Sugar,NA,NA
 1962,Africa,Ruminants,NA,NA
 1962,Africa,Cereals,NA,NA
 1962,Africa,Monogastrics,NA,NA
-1962,Africa,Oilcrops,NA,NA
-1962,Africa,Pulses,NA,NA
+1962,Africa,FruitVeg,NA,NA
+1962,Africa,OilcropsPulses,NA,NA
 1962,Africa,Starchy Roots,NA,NA
+1962,Africa,Sugar,NA,NA
 1963,Africa,Ruminants,NA,NA
 1963,Africa,Cereals,NA,NA
 1963,Africa,Monogastrics,NA,NA
-1963,Africa,Oilcrops,NA,NA
-1963,Africa,Pulses,NA,NA
+1963,Africa,FruitVeg,NA,NA
+1963,Africa,OilcropsPulses,NA,NA
 1963,Africa,Starchy Roots,NA,NA
+1963,Africa,Sugar,NA,NA
 1964,Africa,Ruminants,NA,NA
 1964,Africa,Cereals,NA,NA
 1964,Africa,Monogastrics,NA,NA
-1964,Africa,Oilcrops,NA,NA
-1964,Africa,Pulses,NA,NA
+1964,Africa,FruitVeg,NA,NA
+1964,Africa,OilcropsPulses,NA,NA
 1964,Africa,Starchy Roots,NA,NA
+1964,Africa,Sugar,NA,NA
 1965,Africa,Ruminants,NA,NA
 1965,Africa,Cereals,NA,NA
 1965,Africa,Monogastrics,NA,NA
-1965,Africa,Oilcrops,NA,NA
-1965,Africa,Pulses,NA,NA
+1965,Africa,FruitVeg,NA,NA
+1965,Africa,OilcropsPulses,NA,NA
 1965,Africa,Starchy Roots,NA,NA
+1965,Africa,Sugar,NA,NA
 1966,Africa,Ruminants,NA,NA
 1966,Africa,Cereals,NA,NA
 1966,Africa,Monogastrics,NA,NA
-1966,Africa,Oilcrops,NA,NA
-1966,Africa,Pulses,NA,NA
+1966,Africa,FruitVeg,NA,NA
+1966,Africa,OilcropsPulses,NA,NA
 1966,Africa,Starchy Roots,NA,NA
+1966,Africa,Sugar,NA,NA
 1967,Africa,Ruminants,NA,NA
 1967,Africa,Cereals,NA,NA
 1967,Africa,Monogastrics,NA,NA
-1967,Africa,Oilcrops,NA,NA
-1967,Africa,Pulses,NA,NA
+1967,Africa,FruitVeg,NA,NA
+1967,Africa,OilcropsPulses,NA,NA
 1967,Africa,Starchy Roots,NA,NA
+1967,Africa,Sugar,NA,NA
 1968,Africa,Ruminants,NA,NA
 1968,Africa,Cereals,NA,NA
 1968,Africa,Monogastrics,NA,NA
-1968,Africa,Oilcrops,NA,NA
-1968,Africa,Pulses,NA,NA
+1968,Africa,FruitVeg,NA,NA
+1968,Africa,OilcropsPulses,NA,NA
 1968,Africa,Starchy Roots,NA,NA
+1968,Africa,Sugar,NA,NA
 1969,Africa,Ruminants,NA,NA
 1969,Africa,Cereals,NA,NA
 1969,Africa,Monogastrics,NA,NA
-1969,Africa,Oilcrops,NA,NA
-1969,Africa,Pulses,NA,NA
+1969,Africa,FruitVeg,NA,NA
+1969,Africa,OilcropsPulses,NA,NA
 1969,Africa,Starchy Roots,NA,NA
+1969,Africa,Sugar,NA,NA
 1970,Africa,Ruminants,NA,NA
 1970,Africa,Cereals,NA,NA
 1970,Africa,Monogastrics,NA,NA
-1970,Africa,Oilcrops,NA,NA
-1970,Africa,Pulses,NA,NA
+1970,Africa,FruitVeg,NA,NA
+1970,Africa,OilcropsPulses,NA,NA
 1970,Africa,Starchy Roots,NA,NA
+1970,Africa,Sugar,NA,NA
 1971,Africa,Ruminants,NA,NA
 1971,Africa,Cereals,NA,NA
 1971,Africa,Monogastrics,NA,NA
-1971,Africa,Oilcrops,NA,NA
-1971,Africa,Pulses,NA,NA
+1971,Africa,FruitVeg,NA,NA
+1971,Africa,OilcropsPulses,NA,NA
 1971,Africa,Starchy Roots,NA,NA
+1971,Africa,Sugar,NA,NA
 1972,Africa,Ruminants,NA,NA
 1972,Africa,Cereals,NA,NA
 1972,Africa,Monogastrics,NA,NA
-1972,Africa,Oilcrops,NA,NA
-1972,Africa,Pulses,NA,NA
+1972,Africa,FruitVeg,NA,NA
+1972,Africa,OilcropsPulses,NA,NA
 1972,Africa,Starchy Roots,NA,NA
+1972,Africa,Sugar,NA,NA
 1973,Africa,Ruminants,NA,NA
 1973,Africa,Cereals,NA,NA
 1973,Africa,Monogastrics,NA,NA
-1973,Africa,Oilcrops,NA,NA
-1973,Africa,Pulses,NA,NA
+1973,Africa,FruitVeg,NA,NA
+1973,Africa,OilcropsPulses,NA,NA
 1973,Africa,Starchy Roots,NA,NA
+1973,Africa,Sugar,NA,NA
 1974,Africa,Ruminants,NA,NA
 1974,Africa,Cereals,NA,NA
 1974,Africa,Monogastrics,NA,NA
-1974,Africa,Oilcrops,NA,NA
-1974,Africa,Pulses,NA,NA
+1974,Africa,FruitVeg,NA,NA
+1974,Africa,OilcropsPulses,NA,NA
 1974,Africa,Starchy Roots,NA,NA
+1974,Africa,Sugar,NA,NA
 1975,Africa,Ruminants,NA,NA
 1975,Africa,Cereals,NA,NA
 1975,Africa,Monogastrics,NA,NA
-1975,Africa,Oilcrops,NA,NA
-1975,Africa,Pulses,NA,NA
+1975,Africa,FruitVeg,NA,NA
+1975,Africa,OilcropsPulses,NA,NA
 1975,Africa,Starchy Roots,NA,NA
+1975,Africa,Sugar,NA,NA
 1976,Africa,Ruminants,NA,NA
 1976,Africa,Cereals,NA,NA
 1976,Africa,Monogastrics,NA,NA
-1976,Africa,Oilcrops,NA,NA
-1976,Africa,Pulses,NA,NA
+1976,Africa,FruitVeg,NA,NA
+1976,Africa,OilcropsPulses,NA,NA
 1976,Africa,Starchy Roots,NA,NA
+1976,Africa,Sugar,NA,NA
 1977,Africa,Ruminants,NA,NA
 1977,Africa,Cereals,NA,NA
 1977,Africa,Monogastrics,NA,NA
-1977,Africa,Oilcrops,NA,NA
-1977,Africa,Pulses,NA,NA
+1977,Africa,FruitVeg,NA,NA
+1977,Africa,OilcropsPulses,NA,NA
 1977,Africa,Starchy Roots,NA,NA
+1977,Africa,Sugar,NA,NA
 1978,Africa,Ruminants,NA,NA
 1978,Africa,Cereals,NA,NA
 1978,Africa,Monogastrics,NA,NA
-1978,Africa,Oilcrops,NA,NA
-1978,Africa,Pulses,NA,NA
+1978,Africa,FruitVeg,NA,NA
+1978,Africa,OilcropsPulses,NA,NA
 1978,Africa,Starchy Roots,NA,NA
+1978,Africa,Sugar,NA,NA
 1979,Africa,Ruminants,NA,NA
 1979,Africa,Cereals,NA,NA
 1979,Africa,Monogastrics,NA,NA
-1979,Africa,Oilcrops,NA,NA
-1979,Africa,Pulses,NA,NA
+1979,Africa,FruitVeg,NA,NA
+1979,Africa,OilcropsPulses,NA,NA
 1979,Africa,Starchy Roots,NA,NA
+1979,Africa,Sugar,NA,NA
 1980,Africa,Ruminants,NA,NA
 1980,Africa,Cereals,NA,NA
 1980,Africa,Monogastrics,NA,NA
-1980,Africa,Oilcrops,NA,NA
-1980,Africa,Pulses,NA,NA
+1980,Africa,FruitVeg,NA,NA
+1980,Africa,OilcropsPulses,NA,NA
 1980,Africa,Starchy Roots,NA,NA
+1980,Africa,Sugar,NA,NA
 1981,Africa,Ruminants,NA,NA
 1981,Africa,Cereals,NA,NA
 1981,Africa,Monogastrics,NA,NA
-1981,Africa,Oilcrops,NA,NA
-1981,Africa,Pulses,NA,NA
+1981,Africa,FruitVeg,NA,NA
+1981,Africa,OilcropsPulses,NA,NA
 1981,Africa,Starchy Roots,NA,NA
+1981,Africa,Sugar,NA,NA
 1982,Africa,Ruminants,NA,NA
 1982,Africa,Cereals,NA,NA
 1982,Africa,Monogastrics,NA,NA
-1982,Africa,Oilcrops,NA,NA
-1982,Africa,Pulses,NA,NA
+1982,Africa,FruitVeg,NA,NA
+1982,Africa,OilcropsPulses,NA,NA
 1982,Africa,Starchy Roots,NA,NA
+1982,Africa,Sugar,NA,NA
 1983,Africa,Ruminants,NA,NA
 1983,Africa,Cereals,NA,NA
 1983,Africa,Monogastrics,NA,NA
-1983,Africa,Oilcrops,NA,NA
-1983,Africa,Pulses,NA,NA
+1983,Africa,FruitVeg,NA,NA
+1983,Africa,OilcropsPulses,NA,NA
 1983,Africa,Starchy Roots,NA,NA
+1983,Africa,Sugar,NA,NA
 1984,Africa,Ruminants,NA,NA
 1984,Africa,Cereals,NA,NA
 1984,Africa,Monogastrics,NA,NA
-1984,Africa,Oilcrops,NA,NA
-1984,Africa,Pulses,NA,NA
+1984,Africa,FruitVeg,NA,NA
+1984,Africa,OilcropsPulses,NA,NA
 1984,Africa,Starchy Roots,NA,NA
+1984,Africa,Sugar,NA,NA
 1985,Africa,Ruminants,NA,NA
 1985,Africa,Cereals,NA,NA
 1985,Africa,Monogastrics,NA,NA
-1985,Africa,Oilcrops,NA,NA
-1985,Africa,Pulses,NA,NA
+1985,Africa,FruitVeg,NA,NA
+1985,Africa,OilcropsPulses,NA,NA
 1985,Africa,Starchy Roots,NA,NA
+1985,Africa,Sugar,NA,NA
 1986,Africa,Ruminants,NA,NA
 1986,Africa,Cereals,NA,NA
 1986,Africa,Monogastrics,NA,NA
-1986,Africa,Oilcrops,NA,NA
-1986,Africa,Pulses,NA,NA
+1986,Africa,FruitVeg,NA,NA
+1986,Africa,OilcropsPulses,NA,NA
 1986,Africa,Starchy Roots,NA,NA
+1986,Africa,Sugar,NA,NA
 1987,Africa,Ruminants,NA,NA
 1987,Africa,Cereals,NA,NA
 1987,Africa,Monogastrics,NA,NA
-1987,Africa,Oilcrops,NA,NA
-1987,Africa,Pulses,NA,NA
+1987,Africa,FruitVeg,NA,NA
+1987,Africa,OilcropsPulses,NA,NA
 1987,Africa,Starchy Roots,NA,NA
+1987,Africa,Sugar,NA,NA
 1988,Africa,Ruminants,NA,NA
 1988,Africa,Cereals,NA,NA
 1988,Africa,Monogastrics,NA,NA
-1988,Africa,Oilcrops,NA,NA
-1988,Africa,Pulses,NA,NA
+1988,Africa,FruitVeg,NA,NA
+1988,Africa,OilcropsPulses,NA,NA
 1988,Africa,Starchy Roots,NA,NA
+1988,Africa,Sugar,NA,NA
 1989,Africa,Ruminants,NA,NA
 1989,Africa,Cereals,NA,NA
 1989,Africa,Monogastrics,NA,NA
-1989,Africa,Oilcrops,NA,NA
-1989,Africa,Pulses,NA,NA
+1989,Africa,FruitVeg,NA,NA
+1989,Africa,OilcropsPulses,NA,NA
 1989,Africa,Starchy Roots,NA,NA
+1989,Africa,Sugar,NA,NA
 1990,Africa,Ruminants,NA,NA
 1990,Africa,Cereals,NA,NA
 1990,Africa,Monogastrics,NA,NA
-1990,Africa,Oilcrops,NA,NA
-1990,Africa,Pulses,NA,NA
+1990,Africa,FruitVeg,NA,NA
+1990,Africa,OilcropsPulses,NA,NA
 1990,Africa,Starchy Roots,NA,NA
+1990,Africa,Sugar,NA,NA
 1991,Africa,Ruminants,NA,NA
 1991,Africa,Cereals,NA,NA
 1991,Africa,Monogastrics,NA,NA
-1991,Africa,Oilcrops,NA,NA
-1991,Africa,Pulses,NA,NA
+1991,Africa,FruitVeg,NA,NA
+1991,Africa,OilcropsPulses,NA,NA
 1991,Africa,Starchy Roots,NA,NA
+1991,Africa,Sugar,NA,NA
 1992,Africa,Ruminants,NA,NA
 1992,Africa,Cereals,NA,NA
 1992,Africa,Monogastrics,NA,NA
-1992,Africa,Oilcrops,NA,NA
-1992,Africa,Pulses,NA,NA
+1992,Africa,FruitVeg,NA,NA
+1992,Africa,OilcropsPulses,NA,NA
 1992,Africa,Starchy Roots,NA,NA
+1992,Africa,Sugar,NA,NA
 1993,Africa,Ruminants,NA,NA
 1993,Africa,Cereals,NA,NA
 1993,Africa,Monogastrics,NA,NA
-1993,Africa,Oilcrops,NA,NA
-1993,Africa,Pulses,NA,NA
+1993,Africa,FruitVeg,NA,NA
+1993,Africa,OilcropsPulses,NA,NA
 1993,Africa,Starchy Roots,NA,NA
+1993,Africa,Sugar,NA,NA
 1994,Africa,Ruminants,NA,NA
 1994,Africa,Cereals,NA,NA
 1994,Africa,Monogastrics,NA,NA
-1994,Africa,Oilcrops,NA,NA
-1994,Africa,Pulses,NA,NA
+1994,Africa,FruitVeg,NA,NA
+1994,Africa,OilcropsPulses,NA,NA
 1994,Africa,Starchy Roots,NA,NA
+1994,Africa,Sugar,NA,NA
 1995,Africa,Ruminants,NA,NA
 1995,Africa,Cereals,NA,NA
 1995,Africa,Monogastrics,NA,NA
-1995,Africa,Oilcrops,NA,NA
-1995,Africa,Pulses,NA,NA
+1995,Africa,FruitVeg,NA,NA
+1995,Africa,OilcropsPulses,NA,NA
 1995,Africa,Starchy Roots,NA,NA
+1995,Africa,Sugar,NA,NA
 1996,Africa,Ruminants,NA,NA
 1996,Africa,Cereals,NA,NA
 1996,Africa,Monogastrics,NA,NA
-1996,Africa,Oilcrops,NA,NA
-1996,Africa,Pulses,NA,NA
+1996,Africa,FruitVeg,NA,NA
+1996,Africa,OilcropsPulses,NA,NA
 1996,Africa,Starchy Roots,NA,NA
+1996,Africa,Sugar,NA,NA
 1997,Africa,Ruminants,NA,NA
 1997,Africa,Cereals,NA,NA
 1997,Africa,Monogastrics,NA,NA
-1997,Africa,Oilcrops,NA,NA
-1997,Africa,Pulses,NA,NA
+1997,Africa,FruitVeg,NA,NA
+1997,Africa,OilcropsPulses,NA,NA
 1997,Africa,Starchy Roots,NA,NA
+1997,Africa,Sugar,NA,NA
 1998,Africa,Ruminants,NA,NA
 1998,Africa,Cereals,NA,NA
 1998,Africa,Monogastrics,NA,NA
-1998,Africa,Oilcrops,NA,NA
-1998,Africa,Pulses,NA,NA
+1998,Africa,FruitVeg,NA,NA
+1998,Africa,OilcropsPulses,NA,NA
 1998,Africa,Starchy Roots,NA,NA
+1998,Africa,Sugar,NA,NA
 1999,Africa,Ruminants,NA,NA
 1999,Africa,Cereals,NA,NA
 1999,Africa,Monogastrics,NA,NA
-1999,Africa,Oilcrops,NA,NA
-1999,Africa,Pulses,NA,NA
+1999,Africa,FruitVeg,NA,NA
+1999,Africa,OilcropsPulses,NA,NA
 1999,Africa,Starchy Roots,NA,NA
+1999,Africa,Sugar,NA,NA
 2000,Africa,Ruminants,NA,NA
 2000,Africa,Cereals,NA,NA
 2000,Africa,Monogastrics,NA,NA
-2000,Africa,Oilcrops,NA,NA
-2000,Africa,Pulses,NA,NA
+2000,Africa,FruitVeg,NA,NA
+2000,Africa,OilcropsPulses,NA,NA
 2000,Africa,Starchy Roots,NA,NA
+2000,Africa,Sugar,NA,NA
 2001,Africa,Ruminants,NA,NA
 2001,Africa,Cereals,NA,NA
 2001,Africa,Monogastrics,NA,NA
-2001,Africa,Oilcrops,NA,NA
-2001,Africa,Pulses,NA,NA
+2001,Africa,FruitVeg,NA,NA
+2001,Africa,OilcropsPulses,NA,NA
 2001,Africa,Starchy Roots,NA,NA
+2001,Africa,Sugar,NA,NA
 2002,Africa,Ruminants,NA,NA
 2002,Africa,Cereals,NA,NA
 2002,Africa,Monogastrics,NA,NA
-2002,Africa,Oilcrops,NA,NA
-2002,Africa,Pulses,NA,NA
+2002,Africa,FruitVeg,NA,NA
+2002,Africa,OilcropsPulses,NA,NA
 2002,Africa,Starchy Roots,NA,NA
+2002,Africa,Sugar,NA,NA
 2003,Africa,Ruminants,NA,NA
 2003,Africa,Cereals,NA,NA
 2003,Africa,Monogastrics,NA,NA
-2003,Africa,Oilcrops,NA,NA
-2003,Africa,Pulses,NA,NA
+2003,Africa,FruitVeg,NA,NA
+2003,Africa,OilcropsPulses,NA,NA
 2003,Africa,Starchy Roots,NA,NA
+2003,Africa,Sugar,NA,NA
 2004,Africa,Ruminants,NA,NA
 2004,Africa,Cereals,NA,NA
 2004,Africa,Monogastrics,NA,NA
-2004,Africa,Oilcrops,NA,NA
-2004,Africa,Pulses,NA,NA
+2004,Africa,FruitVeg,NA,NA
+2004,Africa,OilcropsPulses,NA,NA
 2004,Africa,Starchy Roots,NA,NA
+2004,Africa,Sugar,NA,NA
 2005,Africa,Ruminants,NA,NA
 2005,Africa,Cereals,NA,NA
 2005,Africa,Monogastrics,NA,NA
-2005,Africa,Oilcrops,NA,NA
-2005,Africa,Pulses,NA,NA
+2005,Africa,FruitVeg,NA,NA
+2005,Africa,OilcropsPulses,NA,NA
 2005,Africa,Starchy Roots,NA,NA
+2005,Africa,Sugar,NA,NA
 2006,Africa,Ruminants,NA,NA
 2006,Africa,Cereals,NA,NA
 2006,Africa,Monogastrics,NA,NA
-2006,Africa,Oilcrops,NA,NA
-2006,Africa,Pulses,NA,NA
+2006,Africa,FruitVeg,NA,NA
+2006,Africa,OilcropsPulses,NA,NA
 2006,Africa,Starchy Roots,NA,NA
+2006,Africa,Sugar,NA,NA
 2007,Africa,Ruminants,NA,NA
 2007,Africa,Cereals,NA,NA
 2007,Africa,Monogastrics,NA,NA
-2007,Africa,Oilcrops,NA,NA
-2007,Africa,Pulses,NA,NA
+2007,Africa,FruitVeg,NA,NA
+2007,Africa,OilcropsPulses,NA,NA
 2007,Africa,Starchy Roots,NA,NA
+2007,Africa,Sugar,NA,NA
 2008,Africa,Ruminants,NA,NA
 2008,Africa,Cereals,NA,NA
 2008,Africa,Monogastrics,NA,NA
-2008,Africa,Oilcrops,NA,NA
-2008,Africa,Pulses,NA,NA
+2008,Africa,FruitVeg,NA,NA
+2008,Africa,OilcropsPulses,NA,NA
 2008,Africa,Starchy Roots,NA,NA
+2008,Africa,Sugar,NA,NA
 2009,Africa,Ruminants,NA,NA
 2009,Africa,Cereals,NA,NA
 2009,Africa,Monogastrics,NA,NA
-2009,Africa,Oilcrops,NA,NA
-2009,Africa,Pulses,NA,NA
+2009,Africa,FruitVeg,NA,NA
+2009,Africa,OilcropsPulses,NA,NA
 2009,Africa,Starchy Roots,NA,NA
+2009,Africa,Sugar,NA,NA
 2010,Africa,Ruminants,NA,NA
 2010,Africa,Cereals,NA,NA
 2010,Africa,Monogastrics,NA,NA
-2010,Africa,Oilcrops,NA,NA
-2010,Africa,Pulses,NA,NA
+2010,Africa,FruitVeg,NA,NA
+2010,Africa,OilcropsPulses,NA,NA
 2010,Africa,Starchy Roots,NA,NA
+2010,Africa,Sugar,NA,NA
 2011,Africa,Ruminants,NA,NA
 2011,Africa,Cereals,NA,NA
 2011,Africa,Monogastrics,NA,NA
-2011,Africa,Oilcrops,NA,NA
-2011,Africa,Pulses,NA,NA
+2011,Africa,FruitVeg,NA,NA
+2011,Africa,OilcropsPulses,NA,NA
 2011,Africa,Starchy Roots,NA,NA
+2011,Africa,Sugar,NA,NA
 1961,Albania,Ruminants,1.6598,0.343785034341487
 1961,Albania,Cereals,1.6598,0.194506567056272
 1961,Albania,Monogastrics,1.6598,0.0203102783467888
-1961,Albania,Oilcrops,1.6598,0.016815278949271
-1961,Albania,Pulses,1.6598,0.00310700084347512
+1961,Albania,FruitVeg,1.6598,0.132831063983612
+1961,Albania,OilcropsPulses,1.6598,0.0199222797927461
 1961,Albania,Starchy Roots,1.6598,0.0060248222677431
+1961,Albania,Sugar,1.6598,0.0111326665863357
 1962,Albania,Ruminants,1.711319,0.337369245593604
 1962,Albania,Cereals,1.711319,0.195538061577064
 1962,Albania,Monogastrics,1.711319,0.020154044920906
-1962,Albania,Oilcrops,1.711319,0.0217475526187695
-1962,Albania,Pulses,1.711319,0.003583201027979
+1962,Albania,FruitVeg,1.711319,0.126074682744713
+1962,Albania,OilcropsPulses,1.711319,0.0253307536467485
 1962,Albania,Starchy Roots,1.711319,0.00584344590342303
+1962,Albania,Sugar,1.711319,0.0114327019100472
 1963,Albania,Ruminants,1.762621,0.32042112286192
 1963,Albania,Cereals,1.762621,0.190613864239675
 1963,Albania,Monogastrics,1.762621,0.0180640080879554
-1963,Albania,Oilcrops,1.762621,0.0230480630833287
-1963,Albania,Pulses,1.762621,0.00445075827418373
+1963,Albania,FruitVeg,1.762621,0.117800707015291
+1963,Albania,OilcropsPulses,1.762621,0.0274988213575125
 1963,Albania,Starchy Roots,1.762621,0.00624070631179363
+1963,Albania,Sugar,1.762621,0.0123333376829165
 1964,Albania,Ruminants,1.814135,0.292180295292247
 1964,Albania,Cereals,1.814135,0.194911073321445
 1964,Albania,Monogastrics,1.814135,0.0179782651235989
-1964,Albania,Oilcrops,1.814135,0.033550424858128
-1964,Albania,Pulses,1.814135,0.00457242707957236
+1964,Albania,FruitVeg,1.814135,0.130527220962056
+1964,Albania,OilcropsPulses,1.814135,0.0381228519377003
 1964,Albania,Starchy Roots,1.814135,0.00881963029212269
+1964,Albania,Sugar,1.814135,0.0131814886984706
 1965,Albania,Ruminants,1.864791,0.301646618843613
 1965,Albania,Cereals,1.864791,0.199483480990631
 1965,Albania,Monogastrics,1.864791,0.0199199266834728
-1965,Albania,Oilcrops,1.864791,0.0239715871644597
-1965,Albania,Pulses,1.864791,0.00475281144106766
+1965,Albania,FruitVeg,1.864791,0.124439146263576
+1965,Albania,OilcropsPulses,1.864791,0.0287243986055274
 1965,Albania,Starchy Roots,1.864791,0.00536253124344766
+1965,Albania,Sugar,1.864791,0.0134063281086191
 1966,Albania,Ruminants,1.914573,0.308028787620007
 1966,Albania,Cereals,1.914573,0.193115122797616
 1966,Albania,Monogastrics,1.914573,0.0224958776708958
-1966,Albania,Oilcrops,1.914573,0.0248624628050223
-1966,Albania,Pulses,1.914573,0.00441612829596991
+1966,Albania,FruitVeg,1.914573,0.10932150406383
+1966,Albania,OilcropsPulses,1.914573,0.0292785911009922
 1966,Albania,Starchy Roots,1.914573,0.0156692902281605
+1966,Albania,Sugar,1.914573,0.0136254924727341
 1967,Albania,Ruminants,1.965598,0.344525533705264
 1967,Albania,Cereals,1.965598,0.192381656879993
 1967,Albania,Monogastrics,1.965598,0.0243193165642212
-1967,Albania,Oilcrops,1.965598,0.0245986208777176
-1967,Albania,Pulses,1.965598,0.00492928869483994
+1967,Albania,FruitVeg,1.965598,0.0999914529827564
+1967,Albania,OilcropsPulses,1.965598,0.0295279095725576
 1967,Albania,Starchy Roots,1.965598,0.0203500410562078
+1967,Albania,Sugar,1.965598,0.0138248003915348
 1968,Albania,Ruminants,2.022272,0.311382098946136
 1968,Albania,Cereals,2.022272,0.201385866985252
 1968,Albania,Monogastrics,2.022272,0.0263752848281537
-1968,Albania,Oilcrops,2.022272,0.0216855101588708
-1968,Albania,Pulses,2.022272,0.00515707085891512
+1968,Albania,FruitVeg,2.022272,0.103593384074941
+1968,Albania,OilcropsPulses,2.022272,0.0268425810177859
 1968,Albania,Starchy Roots,2.022272,0.0222521995062979
+1968,Albania,Sugar,2.022272,0.0139748757832774
 1969,Albania,Ruminants,2.081695,0.309041574294025
 1969,Albania,Cereals,2.081695,0.206474531571628
 1969,Albania,Monogastrics,2.081695,0.0279003408280272
-1969,Albania,Oilcrops,2.081695,0.0209708915090827
-1969,Albania,Pulses,2.081695,0.00434405616576876
+1969,Albania,FruitVeg,2.081695,0.111285755117825
+1969,Albania,OilcropsPulses,2.081695,0.0253149476748515
 1969,Albania,Starchy Roots,2.081695,0.0240188884538801
+1969,Albania,Sugar,2.081695,0.0146202974018768
 1970,Albania,Ruminants,2.135479,0.31997172531315
 1970,Albania,Cereals,2.135479,0.201181561607489
 1970,Albania,Monogastrics,2.135479,0.0278017250462308
-1970,Albania,Oilcrops,2.135479,0.0158203382004693
-1970,Albania,Pulses,2.135479,0.00543063172243792
+1970,Albania,FruitVeg,2.135479,0.13225791496896
+1970,Albania,OilcropsPulses,2.135479,0.0212509699229072
 1970,Albania,Starchy Roots,2.135479,0.0257553457561512
+1970,Albania,Sugar,2.135479,0.0145573897003904
 1971,Albania,Ruminants,2.187853,0.315014354255062
 1971,Albania,Cereals,2.187853,0.199552255110375
 1971,Albania,Monogastrics,2.187853,0.028039360962551
-1971,Albania,Oilcrops,2.187853,0.0228639675517505
-1971,Albania,Pulses,2.187853,0.00446099440867371
+1971,Albania,FruitVeg,2.187853,0.118963659807126
+1971,Albania,OilcropsPulses,2.187853,0.0273249619604242
 1971,Albania,Starchy Roots,2.187853,0.0255958695579639
+1971,Albania,Sugar,2.187853,0.0149045662574222
 1972,Albania,Ruminants,2.243126,0.292201285170784
 1972,Albania,Cereals,2.243126,0.210211107178108
 1972,Albania,Monogastrics,2.243126,0.0279917400984162
-1972,Albania,Oilcrops,2.243126,0.0231841635289324
-1972,Albania,Pulses,2.243126,0.00422981143279513
+1972,Albania,FruitVeg,2.243126,0.124562775341198
+1972,Albania,OilcropsPulses,2.243126,0.0274139749617275
 1972,Albania,Starchy Roots,2.243126,0.0164948380073166
+1972,Albania,Sugar,2.243126,0.0155064851461755
 1973,Albania,Ruminants,2.296752,0.297566389405561
 1973,Albania,Cereals,2.296752,0.21155701616892
 1973,Albania,Monogastrics,2.296752,0.0274491978237093
-1973,Albania,Oilcrops,2.296752,0.0300306693974796
-1973,Albania,Pulses,2.296752,0.00347795495551979
+1973,Albania,FruitVeg,2.296752,0.126027973416372
+1973,Albania,OilcropsPulses,2.296752,0.0335086243529994
 1973,Albania,Starchy Roots,2.296752,0.013061923969153
+1973,Albania,Sugar,2.296752,0.0156177070924506
 1974,Albania,Ruminants,2.350124,0.300319387402537
 1974,Albania,Cereals,2.350124,0.213981475020041
 1974,Albania,Monogastrics,2.350124,0.0286984856969249
-1974,Albania,Oilcrops,2.350124,0.0279908634608216
-1974,Albania,Pulses,2.350124,0.00428998640071758
+1974,Albania,FruitVeg,2.350124,0.128201745950426
+1974,Albania,OilcropsPulses,2.350124,0.0322808498615392
 1974,Albania,Starchy Roots,2.350124,0.0191479258115742
+1974,Albania,Sugar,2.350124,0.0161876564811048
 1975,Albania,Ruminants,2.404831,0.28721939296358
 1975,Albania,Cereals,2.404831,0.213884052559203
 1975,Albania,Monogastrics,2.404831,0.0302349728525622
-1975,Albania,Oilcrops,2.404831,0.0305963288064733
-1975,Albania,Pulses,2.404831,0.00303098221870892
+1975,Albania,FruitVeg,2.404831,0.120008433025023
+1975,Albania,OilcropsPulses,2.404831,0.0336273110251822
 1975,Albania,Starchy Roots,2.404831,0.0207914818130671
+1975,Albania,Sugar,2.404831,0.0162714136669063
 1976,Albania,Ruminants,2.458526,0.311459508664948
 1976,Albania,Cereals,2.458526,0.232102080677609
 1976,Albania,Monogastrics,2.458526,0.0309006290761212
-1976,Albania,Oilcrops,2.458526,0.0274481538938372
-1976,Albania,Pulses,2.458526,0.00430013756210022
+1976,Albania,FruitVeg,2.458526,0.136387819368191
+1976,Albania,OilcropsPulses,2.458526,0.0317482914559374
 1976,Albania,Starchy Roots,2.458526,0.0203373891510604
+1976,Albania,Sugar,2.458526,0.016358175589764
 1977,Albania,Ruminants,2.513546,0.296094163385114
 1977,Albania,Cereals,2.513546,0.244604236405461
 1977,Albania,Monogastrics,2.513546,0.0310756198613433
-1977,Albania,Oilcrops,2.513546,0.0314850016669677
-1977,Albania,Pulses,2.513546,0.00494162430287729
+1977,Albania,FruitVeg,2.513546,0.136895445716927
+1977,Albania,OilcropsPulses,2.513546,0.036426625969845
 1977,Albania,Starchy Roots,2.513546,0.0202900603370696
+1977,Albania,Sugar,2.513546,0.0151351914784929
 1978,Albania,Ruminants,2.566266,0.323316406015588
 1978,Albania,Cereals,2.566266,0.232762698800514
 1978,Albania,Monogastrics,2.566266,0.0319764202152076
-1978,Albania,Oilcrops,2.566266,0.0260417275527946
-1978,Albania,Pulses,2.566266,0.00467761331054536
+1978,Albania,FruitVeg,2.566266,0.1432197597599
+1978,Albania,OilcropsPulses,2.566266,0.03071934086334
 1978,Albania,Starchy Roots,2.566266,0.0194835609402922
+1978,Albania,Sugar,2.566266,0.0160949800215566
 1979,Albania,Ruminants,2.617832,0.328198982975225
 1979,Albania,Cereals,2.617832,0.219300932985768
 1979,Albania,Monogastrics,2.617832,0.0324657961244266
-1979,Albania,Oilcrops,2.617832,0.0246085310287291
-1979,Albania,Pulses,2.617832,0.00394945130168781
+1979,Albania,FruitVeg,2.617832,0.136775392767756
+1979,Albania,OilcropsPulses,2.617832,0.0285579823304169
 1979,Albania,Starchy Roots,2.617832,0.0187177786809849
+1979,Albania,Sugar,2.617832,0.0170236287126141
 1980,Albania,Ruminants,2.671997,0.326698944647019
 1980,Albania,Cereals,2.671997,0.222491642019059
 1980,Albania,Monogastrics,2.671997,0.0324251861061221
-1980,Albania,Oilcrops,2.671997,0.0202747233623391
-1980,Albania,Pulses,2.671997,0.00356998903816135
+1980,Albania,FruitVeg,2.671997,0.128058152759902
+1980,Albania,OilcropsPulses,2.671997,0.0238447124005004
 1980,Albania,Starchy Roots,2.671997,0.0180015172172723
+1980,Albania,Sugar,2.671997,0.0172889415669254
 1981,Albania,Ruminants,2.726056,0.334123840449353
 1981,Albania,Cereals,2.726056,0.230860261124496
 1981,Albania,Monogastrics,2.726056,0.0365528074258196
-1981,Albania,Oilcrops,2.726056,0.020349545277133
-1981,Albania,Pulses,2.726056,0.003769915218176
+1981,Albania,FruitVeg,2.726056,0.135897061542389
+1981,Albania,OilcropsPulses,2.726056,0.024119460495309
 1981,Albania,Starchy Roots,2.726056,0.0183415160950472
+1981,Albania,Sugar,2.726056,0.0171452824153282
 1982,Albania,Ruminants,2.784278,0.319965966042184
 1982,Albania,Cereals,2.784278,0.231324961085064
 1982,Albania,Monogastrics,2.784278,0.0372663936575299
-1982,Albania,Oilcrops,2.784278,0.0181346833900925
-1982,Albania,Pulses,2.784278,0.00367743450905405
+1982,Albania,FruitVeg,2.784278,0.145519233352417
+1982,Albania,OilcropsPulses,2.784278,0.0218121178991466
 1982,Albania,Starchy Roots,2.784278,0.0179579768974219
+1982,Albania,Sugar,2.784278,0.017177164061922
 1983,Albania,Ruminants,2.84396,0.330623672625494
 1983,Albania,Cereals,2.84396,0.243734440709433
 1983,Albania,Monogastrics,2.84396,0.037148905047891
-1983,Albania,Oilcrops,2.84396,0.028236684060254
-1983,Albania,Pulses,2.84396,0.00361362325771108
+1983,Albania,FruitVeg,2.84396,0.15252113250538
+1983,Albania,OilcropsPulses,2.84396,0.0318503073179651
 1983,Albania,Starchy Roots,2.84396,0.0175811192843781
+1983,Albania,Sugar,2.84396,0.0168166922178934
 1984,Albania,Ruminants,2.904429,0.317418811064068
 1984,Albania,Cereals,2.904429,0.241509432663012
 1984,Albania,Monogastrics,2.904429,0.0371983615368115
-1984,Albania,Oilcrops,2.904429,0.0219816012028526
-1984,Albania,Pulses,2.904429,0.00346952877828998
+1984,Albania,FruitVeg,2.904429,0.136597933707452
+1984,Albania,OilcropsPulses,2.904429,0.0254511299811426
 1984,Albania,Starchy Roots,2.904429,0.0137720701728292
+1984,Albania,Sugar,2.904429,0.0168408317090898
 1985,Albania,Ruminants,2.964762,0.312926636269623
 1985,Albania,Cereals,2.964762,0.227033738289954
 1985,Albania,Monogastrics,2.964762,0.0412815598688866
-1985,Albania,Oilcrops,2.964762,0.0243159484639914
-1985,Albania,Pulses,2.964762,0.00380367800180925
+1985,Albania,FruitVeg,2.964762,0.122955906747321
+1985,Albania,OilcropsPulses,2.964762,0.0281196264658006
 1985,Albania,Starchy Roots,2.964762,0.0149759070036651
+1985,Albania,Sugar,2.964762,0.0168279949621589
 1986,Albania,Ruminants,3.022635,0.297246640762116
 1986,Albania,Cereals,3.022635,0.243870331680802
 1986,Albania,Monogastrics,3.022635,0.0409377910333203
-1986,Albania,Oilcrops,3.022635,0.0189718573363969
-1986,Albania,Pulses,3.022635,0.00532879424740334
+1986,Albania,FruitVeg,3.022635,0.126520072718009
+1986,Albania,OilcropsPulses,3.022635,0.0243006515838002
 1986,Albania,Starchy Roots,3.022635,0.0169057792290501
+1986,Albania,Sugar,3.022635,0.0181960441799953
 1987,Albania,Ruminants,3.083605,0.313115168771616
 1987,Albania,Cereals,3.083605,0.218922981380559
 1987,Albania,Monogastrics,3.083605,0.040562912565001
-1987,Albania,Oilcrops,3.083605,0.0241373327647348
-1987,Albania,Pulses,3.083605,0.00455862537516965
+1987,Albania,FruitVeg,3.083605,0.120158386044905
+1987,Albania,OilcropsPulses,3.083605,0.0286959581399044
 1987,Albania,Starchy Roots,3.083605,0.0157932030853498
+1987,Albania,Sugar,3.083605,0.0181534275628688
 1988,Albania,Ruminants,3.142336,0.349734846941893
 1988,Albania,Cereals,3.142336,0.232071618057394
 1988,Albania,Monogastrics,3.142336,0.0432926332511864
-1988,Albania,Oilcrops,3.142336,0.0178144539603658
-1988,Albania,Pulses,3.142336,0.00477892879692051
+1988,Albania,FruitVeg,3.142336,0.102012006354508
+1988,Albania,OilcropsPulses,3.142336,0.0225933827572863
 1988,Albania,Starchy Roots,3.142336,0.0110109167192815
+1988,Albania,Sugar,3.142336,0.0185753528585104
 1989,Albania,Ruminants,3.227943,0.357754396530546
 1989,Albania,Cereals,3.227943,0.220121297061317
 1989,Albania,Monogastrics,3.227943,0.0438870822688009
-1989,Albania,Oilcrops,3.227943,0.0217407804288985
-1989,Albania,Pulses,3.227943,0.00609924029017861
+1989,Albania,FruitVeg,3.227943,0.122271366006153
+1989,Albania,OilcropsPulses,3.227943,0.0278400207190771
 1989,Albania,Starchy Roots,3.227943,0.0160163918631773
+1989,Albania,Sugar,3.227943,0.0186886819253004
 1990,Albania,Ruminants,3.286542,0.376925138945433
 1990,Albania,Cereals,3.286542,0.215877661079639
 1990,Albania,Monogastrics,3.286542,0.0461761937014649
-1990,Albania,Oilcrops,3.286542,0.0140220328844116
-1990,Albania,Pulses,3.286542,0.00450443049259678
+1990,Albania,FruitVeg,3.286542,0.130449572833696
+1990,Albania,OilcropsPulses,3.286542,0.0185264633770084
 1990,Albania,Starchy Roots,3.286542,0.0177694366906006
+1990,Albania,Sugar,3.286542,0.0189837829548504
 1991,Albania,Ruminants,3.26679,0.51542260139158
 1991,Albania,Cereals,3.26679,0.211737209921666
 1991,Albania,Monogastrics,3.26679,0.0366159440919067
-1991,Albania,Oilcrops,3.26679,0.0210864487769339
-1991,Albania,Pulses,3.26679,0.00379546894658059
+1991,Albania,FruitVeg,3.26679,0.125365266821559
+1991,Albania,OilcropsPulses,3.26679,0.0248819177235145
 1991,Albania,Starchy Roots,3.26679,0.0153055445865819
+1991,Albania,Sugar,3.26679,0.0192981489474377
 1992,Albania,Ruminants,3.247039,0.548160801271559
 1992,Albania,Cereals,3.247039,0.222122986511711
 1992,Albania,Monogastrics,3.247039,0.0350261576778105
-1992,Albania,Oilcrops,3.247039,0.0146826077543263
-1992,Albania,Pulses,3.247039,0.0044446648161602
+1992,Albania,FruitVeg,3.247039,0.163177898386807
+1992,Albania,OilcropsPulses,3.247039,0.0191272725704865
 1992,Albania,Starchy Roots,3.247039,0.0153986447344796
+1992,Albania,Sugar,3.247039,0.019755845248548
 1993,Albania,Ruminants,3.227287,0.490454335173785
 1993,Albania,Cereals,3.227287,0.226936742843137
 1993,Albania,Monogastrics,3.227287,0.0586450786682436
-1993,Albania,Oilcrops,3.227287,0.0154510584277134
-1993,Albania,Pulses,3.227287,0.00446350138676851
+1993,Albania,FruitVeg,3.227287,0.196653721841286
+1993,Albania,OilcropsPulses,3.227287,0.0199145598144819
 1993,Albania,Starchy Roots,3.227287,0.0154928892286307
+1993,Albania,Sugar,3.227287,0.0293720391152073
 1994,Albania,Ruminants,3.207536,0.541676913369016
 1994,Albania,Cereals,3.207536,0.223292583465938
 1994,Albania,Monogastrics,3.207536,0.0629808363803243
-1994,Albania,Oilcrops,3.207536,0.0156921075866335
-1994,Albania,Pulses,3.207536,0.00388304293389069
+1994,Albania,FruitVeg,3.207536,0.209181128442518
+1994,Albania,OilcropsPulses,3.207536,0.0195751505205242
 1994,Albania,Starchy Roots,3.207536,0.0155882895780437
+1994,Albania,Sugar,3.207536,0.0374826658219892
 1995,Albania,Ruminants,3.187784,0.587605025936513
 1995,Albania,Cereals,3.187784,0.187657633014031
 1995,Albania,Monogastrics,3.187784,0.0640859606547997
-1995,Albania,Oilcrops,3.187784,0.0179463225864739
-1995,Albania,Pulses,3.187784,0.00452257743937481
+1995,Albania,FruitVeg,3.187784,0.199704873354029
+1995,Albania,OilcropsPulses,3.187784,0.0224689000258487
 1995,Albania,Starchy Roots,3.187784,0.0235273155270244
+1995,Albania,Sugar,3.187784,0.0207686593570957
 1996,Albania,Ruminants,3.168033,0.640473221080715
 1996,Albania,Cereals,3.168033,0.194803842005434
 1996,Albania,Monogastrics,3.168033,0.058645822186827
-1996,Albania,Oilcrops,3.168033,0.0154231347968913
-1996,Albania,Pulses,3.168033,0.00480045504576499
+1996,Albania,FruitVeg,3.168033,0.229139658583102
+1996,Albania,OilcropsPulses,3.168033,0.0202235898426563
 1996,Albania,Starchy Roots,3.168033,0.0276111391516439
+1996,Albania,Sugar,3.168033,0.0239088418586549
 1997,Albania,Ruminants,3.148281,0.569282379812984
 1997,Albania,Cereals,3.148281,0.198644276035081
 1997,Albania,Monogastrics,3.148281,0.0415300286092633
-1997,Albania,Oilcrops,3.148281,0.0175292485010074
-1997,Albania,Pulses,3.148281,0.00457043065723803
+1997,Albania,FruitVeg,3.148281,0.207765126429312
+1997,Albania,OilcropsPulses,3.148281,0.0220996791582454
 1997,Albania,Starchy Roots,3.148281,0.0264738122168892
+1997,Albania,Sugar,3.148281,0.0236363907796032
 1998,Albania,Ruminants,3.12853,0.560404790748371
 1998,Albania,Cereals,3.12853,0.197661201906327
 1998,Albania,Monogastrics,3.12853,0.0552953943225732
-1998,Albania,Oilcrops,3.12853,0.0216296471505787
-1998,Albania,Pulses,3.12853,0.00500714393021643
+1998,Albania,FruitVeg,3.12853,0.228086673293847
+1998,Albania,OilcropsPulses,3.12853,0.0266367910807951
 1998,Albania,Starchy Roots,3.12853,0.0307812295231307
+1998,Albania,Sugar,3.12853,0.0218396499314374
 1999,Albania,Ruminants,3.108778,0.58095830580376
 1999,Albania,Cereals,3.108778,0.198989120483997
 1999,Albania,Monogastrics,3.108778,0.0857116204502219
-1999,Albania,Oilcrops,3.108778,0.0200380985712071
-1999,Albania,Pulses,3.108778,0.00537381569221089
+1999,Albania,FruitVeg,3.108778,0.231333662294316
+1999,Albania,OilcropsPulses,3.108778,0.025411914263418
 1999,Albania,Starchy Roots,3.108778,0.0332249520551162
+1999,Albania,Sugar,3.108778,0.0216901946681301
 2000,Albania,Ruminants,3.089027,0.604374484263168
 2000,Albania,Cereals,3.089027,0.187798293766937
 2000,Albania,Monogastrics,3.089027,0.0627179367483677
-2000,Albania,Oilcrops,3.089027,0.0177249988426776
-2000,Albania,Pulses,3.089027,0.00536479609922477
+2000,Albania,FruitVeg,3.089027,0.246465634648062
+2000,Albania,OilcropsPulses,3.089027,0.0230897949419024
 2000,Albania,Starchy Roots,3.089027,0.0313296063776717
+2000,Albania,Sugar,3.089027,0.0243950603215835
 2001,Albania,Ruminants,3.060173,0.620296434221203
 2001,Albania,Cereals,3.060173,0.188373663841881
 2001,Albania,Monogastrics,3.060173,0.0864040693124212
-2001,Albania,Oilcrops,3.060173,0.0185538530011212
-2001,Albania,Pulses,3.060173,0.00507651038029549
+2001,Albania,FruitVeg,3.060173,0.271042192712634
+2001,Albania,OilcropsPulses,3.060173,0.0236303633814167
 2001,Albania,Starchy Roots,3.060173,0.0324256177673615
+2001,Albania,Sugar,3.060173,0.0257024684552148
 2002,Albania,Ruminants,3.05101,0.668678208199908
 2002,Albania,Cereals,3.05101,0.194626697388734
 2002,Albania,Monogastrics,3.05101,0.102420575481562
-2002,Albania,Oilcrops,3.05101,0.0148855624858653
-2002,Albania,Pulses,3.05101,0.0054250887411054
+2002,Albania,FruitVeg,3.05101,0.280579545789755
+2002,Albania,OilcropsPulses,3.05101,0.0203106512269707
 2002,Albania,Starchy Roots,3.05101,0.0329949754343644
+2002,Albania,Sugar,3.05101,0.0272070560240707
 2003,Albania,Ruminants,3.039616,0.705075312144692
 2003,Albania,Cereals,3.039616,0.174498028698362
 2003,Albania,Monogastrics,3.039616,0.103482512264707
-2003,Albania,Oilcrops,3.039616,0.015027885101276
-2003,Albania,Pulses,3.039616,0.00440285878216196
+2003,Albania,FruitVeg,3.039616,0.299649363603824
+2003,Albania,OilcropsPulses,3.039616,0.0194307438834379
 2003,Albania,Starchy Roots,3.039616,0.0320362835305512
+2003,Albania,Sugar,3.039616,0.0256298821956458
 2004,Albania,Ruminants,3.026939,0.743053130571842
 2004,Albania,Cereals,3.026939,0.165373666268134
 2004,Albania,Monogastrics,3.026939,0.106217898675857
-2004,Albania,Oilcrops,3.026939,0.0254471596553482
-2004,Albania,Pulses,3.026939,0.00514050663062586
+2004,Albania,FruitVeg,3.026939,0.303068875851149
+2004,Albania,OilcropsPulses,3.026939,0.030587666285974
 2004,Albania,Starchy Roots,3.026939,0.0333333443455583
+2004,Albania,Sugar,3.026939,0.0206495737112641
 2005,Albania,Ruminants,3.011487,0.756789087915704
 2005,Albania,Cereals,3.011487,0.172565579728553
 2005,Albania,Monogastrics,3.011487,0.109814819057828
-2005,Albania,Oilcrops,3.011487,0.0161654358793513
-2005,Albania,Pulses,3.011487,0.00520839040646697
+2005,Albania,FruitVeg,3.011487,0.315054655723236
+2005,Albania,OilcropsPulses,3.011487,0.0213738262858183
 2005,Albania,Starchy Roots,3.011487,0.0334220270583934
+2005,Albania,Sugar,3.011487,0.022095064664068
 2006,Albania,Ruminants,2.992547,0.850058528738229
 2006,Albania,Cereals,2.992547,0.161854433698117
 2006,Albania,Monogastrics,2.992547,0.121569084796329
-2006,Albania,Oilcrops,2.992547,0.0199652670450957
-2006,Albania,Pulses,2.992547,0.00521629234227566
+2006,Albania,FruitVeg,2.992547,0.328067027852862
+2006,Albania,OilcropsPulses,2.992547,0.0251815593873714
 2006,Albania,Starchy Roots,2.992547,0.0360545715739803
+2006,Albania,Sugar,2.992547,0.0253463019962594
 2007,Albania,Ruminants,2.970017,0.881625189350768
 2007,Albania,Cereals,2.970017,0.162766745106173
 2007,Albania,Monogastrics,2.970017,0.128661384766485
-2007,Albania,Oilcrops,2.970017,0.0156450282944508
-2007,Albania,Pulses,2.970017,0.00525249518773798
+2007,Albania,FruitVeg,2.970017,0.332453315923781
+2007,Albania,OilcropsPulses,2.970017,0.0208975234821888
 2007,Albania,Starchy Roots,2.970017,0.0378243626214934
+2007,Albania,Sugar,2.970017,0.028677613629821
 2008,Albania,Ruminants,2.947314,0.754781404356645
 2008,Albania,Cereals,2.947314,0.163231674670564
 2008,Albania,Monogastrics,2.947314,0.126094165738703
-2008,Albania,Oilcrops,2.947314,0.0245708465402736
-2008,Albania,Pulses,2.947314,0.00534690229816029
+2008,Albania,FruitVeg,2.947314,0.356298650228649
+2008,Albania,OilcropsPulses,2.947314,0.0299177488384339
 2008,Albania,Starchy Roots,2.947314,0.0374547808614895
+2008,Albania,Sugar,2.947314,0.0389351117661708
 2009,Albania,Ruminants,2.927519,0.742886860853849
 2009,Albania,Cereals,2.927519,0.158949267280588
 2009,Albania,Monogastrics,2.927519,0.133818772824361
-2009,Albania,Oilcrops,2.927519,0.0327464996811293
-2009,Albania,Pulses,2.927519,0.00542712105369769
+2009,Albania,FruitVeg,2.927519,0.361376988501185
+2009,Albania,OilcropsPulses,2.927519,0.038173620734827
 2009,Albania,Starchy Roots,2.927519,0.0396725008445718
+2009,Albania,Sugar,2.927519,0.0451829689235151
 2010,Albania,Ruminants,2.913021,0.749762222792077
 2010,Albania,Cereals,2.913021,0.169031050582883
 2010,Albania,Monogastrics,2.913021,0.13249049697891
-2010,Albania,Oilcrops,2.913021,0.0289486412902619
-2010,Albania,Pulses,2.913021,0.00540160884525034
+2010,Albania,FruitVeg,2.913021,0.41469148351488
+2010,Albania,OilcropsPulses,2.913021,0.0343502501355122
 2010,Albania,Starchy Roots,2.913021,0.0420529065873538
+2010,Albania,Sugar,2.913021,0.0436265306703934
 2011,Albania,Ruminants,2.90478,0.749745213062607
 2011,Albania,Cereals,2.90478,0.17049208545914
 2011,Albania,Monogastrics,2.90478,0.129499755575293
-2011,Albania,Oilcrops,2.90478,0.0263871962764822
-2011,Albania,Pulses,2.90478,0.0054754576938701
+2011,Albania,FruitVeg,2.90478,0.436382101226255
+2011,Albania,OilcropsPulses,2.90478,0.0318626539703523
 2011,Albania,Starchy Roots,2.90478,0.0450371456702401
+2011,Albania,Sugar,2.90478,0.0466558568979406
 1961,Algeria,Ruminants,11.404859,0.208711102872907
 1961,Algeria,Cereals,11.404859,0.131312013589997
 1961,Algeria,Monogastrics,11.404859,0.0179466576482883
-1961,Algeria,Oilcrops,11.404859,0.0174642229246324
-1961,Algeria,Pulses,11.404859,0.00255776945598363
+1961,Algeria,FruitVeg,11.404859,0.223804695875679
+1961,Algeria,OilcropsPulses,11.404859,0.020021992380616
 1961,Algeria,Starchy Roots,11.404859,0.0302837588785622
+1961,Algeria,Sugar,11.404859,0.0166412403695653
 1962,Algeria,Ruminants,11.690152,0.179200723822924
 1962,Algeria,Cereals,11.690152,0.13283531300534
 1962,Algeria,Monogastrics,11.690152,0.0117217808630718
-1962,Algeria,Oilcrops,11.690152,0.0143086249006856
-1962,Algeria,Pulses,11.690152,0.00278379613883549
+1962,Algeria,FruitVeg,11.690152,0.201279932031679
+1962,Algeria,OilcropsPulses,11.690152,0.0170924210395211
 1962,Algeria,Starchy Roots,11.690152,0.0222991967940194
+1962,Algeria,Sugar,11.690152,0.0173716304116491
 1963,Algeria,Ruminants,11.98513,0.146300916218681
 1963,Algeria,Cereals,11.98513,0.129155461809759
 1963,Algeria,Monogastrics,11.98513,0.00765039678334736
-1963,Algeria,Oilcrops,11.98513,0.015290363976027
-1963,Algeria,Pulses,11.98513,0.00237202266475207
+1963,Algeria,FruitVeg,11.98513,0.199110564507853
+1963,Algeria,OilcropsPulses,11.98513,0.017662386640779
 1963,Algeria,Starchy Roots,11.98513,0.0171274737946105
+1963,Algeria,Sugar,11.98513,0.0167244744112079
 1964,Algeria,Ruminants,12.295973,0.146539090481087
 1964,Algeria,Cereals,12.295973,0.125078592804327
 1964,Algeria,Monogastrics,12.295973,0.00749175360095537
-1964,Algeria,Oilcrops,12.295973,0.0150885985192062
-1964,Algeria,Pulses,12.295973,0.00280571533460589
+1964,Algeria,FruitVeg,12.295973,0.181095957188585
+1964,Algeria,OilcropsPulses,12.295973,0.0178943138538121
 1964,Algeria,Starchy Roots,12.295973,0.0160037761956699
+1964,Algeria,Sugar,12.295973,0.0172472727453126
 1965,Algeria,Ruminants,12.626953,0.153669875859996
 1965,Algeria,Cereals,12.626953,0.134229215868626
 1965,Algeria,Monogastrics,12.626953,0.00803718046626134
-1965,Algeria,Oilcrops,12.626953,0.0155505449335243
-1965,Algeria,Pulses,12.626953,0.00258478826998089
+1965,Algeria,FruitVeg,12.626953,0.207934091462921
+1965,Algeria,OilcropsPulses,12.626953,0.0181353332035052
 1965,Algeria,Starchy Roots,12.626953,0.017727950678204
+1965,Algeria,Sugar,12.626953,0.0160995293163759
 1966,Algeria,Ruminants,12.980269,0.151271811084963
 1966,Algeria,Cereals,12.980269,0.132516591143065
 1966,Algeria,Monogastrics,12.980269,0.00794767042193039
-1966,Algeria,Oilcrops,12.980269,0.0143025541304267
-1966,Algeria,Pulses,12.980269,0.00214101880323127
+1966,Algeria,FruitVeg,12.980269,0.128311824662494
+1966,Algeria,OilcropsPulses,12.980269,0.016443572933658
 1966,Algeria,Starchy Roots,12.980269,0.0126495837644043
+1966,Algeria,Sugar,12.980269,0.0166021212657457
 1967,Algeria,Ruminants,13.354197,0.147063294034078
 1967,Algeria,Cereals,13.354197,0.139826902358861
 1967,Algeria,Monogastrics,13.354197,0.00749747064537089
-1967,Algeria,Oilcrops,13.354197,0.0142468319135924
-1967,Algeria,Pulses,13.354197,0.00228040667664256
+1967,Algeria,FruitVeg,13.354197,0.123427863165415
+1967,Algeria,OilcropsPulses,13.354197,0.016527238590235
 1967,Algeria,Starchy Roots,13.354197,0.0102920452648707
+1967,Algeria,Sugar,13.354197,0.0174431304255883
 1968,Algeria,Ruminants,13.744383,0.162998375409067
 1968,Algeria,Cereals,13.744383,0.144814649009708
 1968,Algeria,Monogastrics,13.744383,0.0078028675423262
-1968,Algeria,Oilcrops,13.744383,0.0158998770625062
-1968,Algeria,Pulses,13.744383,0.00217288764435624
+1968,Algeria,FruitVeg,13.744383,0.159502831083796
+1968,Algeria,OilcropsPulses,13.744383,0.0180727647068624
 1968,Algeria,Starchy Roots,13.744383,0.0158371605331429
+1968,Algeria,Sugar,13.744383,0.0176712916105437
 1969,Algeria,Ruminants,14.144437,0.162181485201567
 1969,Algeria,Cereals,14.144437,0.144785967797799
 1969,Algeria,Monogastrics,14.144437,0.00800711261961151
-1969,Algeria,Oilcrops,14.144437,0.0127859454568605
-1969,Algeria,Pulses,14.144437,0.00203684317728588
+1969,Algeria,FruitVeg,14.144437,0.146192952041852
+1969,Algeria,OilcropsPulses,14.144437,0.0148227886341464
 1969,Algeria,Starchy Roots,14.144437,0.0118320015140935
+1969,Algeria,Sugar,14.144437,0.0168330489223431
 1970,Algeria,Ruminants,14.550033,0.152397874286608
 1970,Algeria,Cereals,14.550033,0.141182566390056
 1970,Algeria,Monogastrics,14.550033,0.00802317080655418
-1970,Algeria,Oilcrops,14.550033,0.0143157063630028
-1970,Algeria,Pulses,14.550033,0.00227793297788397
+1970,Algeria,FruitVeg,14.550033,0.151648384577547
+1970,Algeria,OilcropsPulses,14.550033,0.0165936393408867
 1970,Algeria,Starchy Roots,14.550033,0.0156270435950214
+1970,Algeria,Sugar,14.550033,0.0151028523440462
 1971,Algeria,Ruminants,14.960111,0.167401906309385
 1971,Algeria,Cereals,14.960111,0.1399146035748
 1971,Algeria,Monogastrics,14.960111,0.00811318178053625
-1971,Algeria,Oilcrops,14.960111,0.0162570986271425
-1971,Algeria,Pulses,14.960111,0.00266495348864724
+1971,Algeria,FruitVeg,14.960111,0.158223358102089
+1971,Algeria,OilcropsPulses,14.960111,0.0189220521157898
 1971,Algeria,Starchy Roots,14.960111,0.0142942789662456
+1971,Algeria,Sugar,14.960111,0.0184620287910965
 1972,Algeria,Ruminants,15.377095,0.175981965384229
 1972,Algeria,Cereals,15.377095,0.155176189000588
 1972,Algeria,Monogastrics,15.377095,0.00823931958539633
-1972,Algeria,Oilcrops,15.377095,0.0154723632779794
-1972,Algeria,Pulses,15.377095,0.00299783541689766
+1972,Algeria,FruitVeg,15.377095,0.12026959578516
+1972,Algeria,OilcropsPulses,15.377095,0.018470198694877
 1972,Algeria,Starchy Roots,15.377095,0.0131091080597473
+1972,Algeria,Sugar,15.377095,0.0175312697229223
 1973,Algeria,Ruminants,15.804428,0.177709095197877
 1973,Algeria,Cereals,15.804428,0.15855189444376
 1973,Algeria,Monogastrics,15.804428,0.00849355003547107
-1973,Algeria,Oilcrops,15.804428,0.0112929743487078
-1973,Algeria,Pulses,15.804428,0.00309356339881456
+1973,Algeria,FruitVeg,15.804428,0.120850435080599
+1973,Algeria,OilcropsPulses,15.804428,0.0143865377475224
 1973,Algeria,Starchy Roots,15.804428,0.0182455195468004
+1973,Algeria,Sugar,15.804428,0.0165697866446037
 1974,Algeria,Ruminants,16.247113,0.189364005777519
 1974,Algeria,Cereals,16.247113,0.159365297699351
 1974,Algeria,Monogastrics,16.247113,0.00880627222817986
-1974,Algeria,Oilcrops,16.247113,0.0170406274640916
-1974,Algeria,Pulses,16.247113,0.00356297146453035
+1974,Algeria,FruitVeg,16.247113,0.12948602007015
+1974,Algeria,OilcropsPulses,16.247113,0.020603598928622
 1974,Algeria,Starchy Roots,16.247113,0.0231330944765387
+1974,Algeria,Sugar,16.247113,0.0177519538394298
 1975,Algeria,Ruminants,16.709098,0.187520756656044
 1975,Algeria,Cereals,16.709098,0.164980958277939
 1975,Algeria,Monogastrics,16.709098,0.00954854056155515
-1975,Algeria,Oilcrops,16.709098,0.0172744812436913
-1975,Algeria,Pulses,16.709098,0.00441926907125687
+1975,Algeria,FruitVeg,16.709098,0.126757470690518
+1975,Algeria,OilcropsPulses,16.709098,0.0216937503149482
 1975,Algeria,Starchy Roots,16.709098,0.0314651933934435
+1975,Algeria,Sugar,16.709098,0.0218998057226069
 1976,Algeria,Ruminants,17.190236,0.198264788220476
 1976,Algeria,Cereals,17.190236,0.165522160370573
 1976,Algeria,Monogastrics,17.190236,0.0104542020249169
-1976,Algeria,Oilcrops,17.190236,0.0168702744976858
-1976,Algeria,Pulses,17.190236,0.00494379483795336
+1976,Algeria,FruitVeg,17.190236,0.108569655471862
+1976,Algeria,OilcropsPulses,17.190236,0.0218140693356391
 1976,Algeria,Starchy Roots,17.190236,0.0253502046161554
+1976,Algeria,Sugar,17.190236,0.0235679719580348
 1977,Algeria,Ruminants,17.690184,0.221493445178411
 1977,Algeria,Cereals,17.690184,0.167623129301538
 1977,Algeria,Monogastrics,17.690184,0.0116465379896557
-1977,Algeria,Oilcrops,17.690184,0.0154261821131991
-1977,Algeria,Pulses,17.690184,0.00510367783625088
+1977,Algeria,FruitVeg,17.690184,0.0944371183476667
+1977,Algeria,OilcropsPulses,17.690184,0.0205298599494499
 1977,Algeria,Starchy Roots,17.690184,0.0247319078196134
+1977,Algeria,Sugar,17.690184,0.0253086118267622
 1978,Algeria,Ruminants,18.212331,0.208158263760965
 1978,Algeria,Cereals,18.212331,0.183570625857832
 1978,Algeria,Monogastrics,18.212331,0.0149014642881243
-1978,Algeria,Oilcrops,18.212331,0.0149928639008373
-1978,Algeria,Pulses,18.212331,0.00494500127413674
+1978,Algeria,FruitVeg,18.212331,0.0823425623002349
+1978,Algeria,OilcropsPulses,18.212331,0.019937865174974
 1978,Algeria,Starchy Roots,18.212331,0.0246970582733204
+1978,Algeria,Sugar,18.212331,0.025374456460296
 1979,Algeria,Ruminants,18.760761,0.212277167221522
 1979,Algeria,Cereals,18.760761,0.186163770222327
 1979,Algeria,Monogastrics,18.760761,0.013530554544136
-1979,Algeria,Oilcrops,18.760761,0.0179157444626047
-1979,Algeria,Pulses,18.760761,0.00506663882131434
+1979,Algeria,FruitVeg,18.760761,0.0997301228878722
+1979,Algeria,OilcropsPulses,18.760761,0.022982383283919
 1979,Algeria,Starchy Roots,18.760761,0.0288618356153037
+1979,Algeria,Sugar,18.760761,0.0291767482139984
 1980,Algeria,Ruminants,19.337723,0.227564522462133
 1980,Algeria,Cereals,19.337723,0.195020272035131
 1980,Algeria,Monogastrics,19.337723,0.0181588132170473
-1980,Algeria,Oilcrops,19.337723,0.0161884623127552
-1980,Algeria,Pulses,19.337723,0.00484369333452548
+1980,Algeria,FruitVeg,19.337723,0.107679533934786
+1980,Algeria,OilcropsPulses,19.337723,0.0210321556472807
 1980,Algeria,Starchy Roots,19.337723,0.0275705676412885
+1980,Algeria,Sugar,19.337723,0.0293946190045229
 1981,Algeria,Ruminants,19.943667,0.24095183197754
 1981,Algeria,Cereals,19.943667,0.187850308571638
 1981,Algeria,Monogastrics,19.943667,0.0201649125007954
-1981,Algeria,Oilcrops,19.943667,0.021692199333252
-1981,Algeria,Pulses,19.943667,0.00419301024229897
+1981,Algeria,FruitVeg,19.943667,0.103164628651291
+1981,Algeria,OilcropsPulses,19.943667,0.025885209575551
 1981,Algeria,Starchy Roots,19.943667,0.0251350967703181
+1981,Algeria,Sugar,19.943667,0.0289057172886009
 1982,Algeria,Ruminants,20.575701,0.254956134908842
 1982,Algeria,Cereals,20.575701,0.186811812632775
 1982,Algeria,Monogastrics,20.575701,0.0255246807873034
-1982,Algeria,Oilcrops,20.575701,0.0188144744132897
-1982,Algeria,Pulses,20.575701,0.00486972473015622
+1982,Algeria,FruitVeg,20.575701,0.0907684749112558
+1982,Algeria,OilcropsPulses,20.575701,0.023684199143446
 1982,Algeria,Starchy Roots,20.575701,0.0246922814440198
+1982,Algeria,Sugar,20.575701,0.0268063284939842
 1983,Algeria,Ruminants,21.228288,0.284284036470581
 1983,Algeria,Cereals,21.228288,0.185256625498957
 1983,Algeria,Monogastrics,21.228288,0.0277117118441204
-1983,Algeria,Oilcrops,21.228288,0.0159475413184521
-1983,Algeria,Pulses,21.228288,0.00526655752927415
+1983,Algeria,FruitVeg,21.228288,0.0915953278945528
+1983,Algeria,OilcropsPulses,21.228288,0.0212140988477262
 1983,Algeria,Starchy Roots,21.228288,0.0318612598434692
+1983,Algeria,Sugar,21.228288,0.0291663651821569
 1984,Algeria,Ruminants,21.893857,0.244822161759803
 1984,Algeria,Cereals,21.893857,0.181866082344468
 1984,Algeria,Monogastrics,21.893857,0.0318236160946881
-1984,Algeria,Oilcrops,21.893857,0.0145399232305208
-1984,Algeria,Pulses,21.893857,0.00563573608798121
+1984,Algeria,FruitVeg,21.893857,0.0996021852156977
+1984,Algeria,OilcropsPulses,21.893857,0.020175659318502
 1984,Algeria,Starchy Roots,21.893857,0.0265577691495838
+1984,Algeria,Sugar,21.893857,0.0291265718964
 1985,Algeria,Ruminants,22.565908,0.276081099860905
 1985,Algeria,Cereals,22.565908,0.18779957801831
 1985,Algeria,Monogastrics,22.565908,0.0331113288239941
-1985,Algeria,Oilcrops,22.565908,0.0168667265682374
-1985,Algeria,Pulses,22.565908,0.00524109200480654
+1985,Algeria,FruitVeg,22.565908,0.116474417958276
+1985,Algeria,OilcropsPulses,22.565908,0.0221078185730439
 1985,Algeria,Starchy Roots,22.565908,0.0406018228914166
+1985,Algeria,Sugar,22.565908,0.0290169577931453
 1986,Algeria,Ruminants,23.241276,0.27004923481826
 1986,Algeria,Cereals,23.241276,0.201047739375411
 1986,Algeria,Monogastrics,23.241276,0.0305464467613568
-1986,Algeria,Oilcrops,23.241276,0.0174548936125538
-1986,Algeria,Pulses,23.241276,0.00579077499875652
+1986,Algeria,FruitVeg,23.241276,0.124112505698913
+1986,Algeria,OilcropsPulses,23.241276,0.0232456686113103
 1986,Algeria,Starchy Roots,23.241276,0.034587085493929
+1986,Algeria,Sugar,23.241276,0.0305811952837701
 1987,Algeria,Ruminants,23.917889,0.268185658023582
 1987,Algeria,Cereals,23.917889,0.198242620826612
 1987,Algeria,Monogastrics,23.917889,0.0311507173563687
-1987,Algeria,Oilcrops,23.917889,0.0165803512174507
-1987,Algeria,Pulses,23.917889,0.0058072014633064
+1987,Algeria,FruitVeg,23.917889,0.118085463144344
+1987,Algeria,OilcropsPulses,23.917889,0.0223875526807571
 1987,Algeria,Starchy Roots,23.917889,0.0339740685308808
+1987,Algeria,Sugar,23.917889,0.0331550999337776
 1988,Algeria,Ruminants,24.591493,0.264084905296315
 1988,Algeria,Cereals,24.591493,0.205781039809173
 1988,Algeria,Monogastrics,24.591493,0.0323719304069907
-1988,Algeria,Oilcrops,24.591493,0.0181640455908879
-1988,Algeria,Pulses,24.591493,0.00551910369980383
+1988,Algeria,FruitVeg,24.591493,0.111062675210488
+1988,Algeria,OilcropsPulses,24.591493,0.0236831492906917
 1988,Algeria,Starchy Roots,24.591493,0.0336295970317866
+1988,Algeria,Sugar,24.591493,0.0281313135400116
 1989,Algeria,Ruminants,25.257671,0.269567518715403
 1989,Algeria,Cereals,25.257671,0.203639559641109
 1989,Algeria,Monogastrics,25.257671,0.0325598191535554
-1989,Algeria,Oilcrops,25.257671,0.0155449407825448
-1989,Algeria,Pulses,25.257671,0.00687541618544323
+1989,Algeria,FruitVeg,25.257671,0.117274154057989
+1989,Algeria,OilcropsPulses,25.257671,0.0224203569679881
 1989,Algeria,Starchy Roots,25.257671,0.036724367816811
+1989,Algeria,Sugar,25.257671,0.0301728532294209
 1990,Algeria,Ruminants,25.912364,0.282359367134546
 1990,Algeria,Cereals,25.912364,0.208563139974415
 1990,Algeria,Monogastrics,25.912364,0.0360931715840361
-1990,Algeria,Oilcrops,25.912364,0.020715246204476
-1990,Algeria,Pulses,25.912364,0.00504504336231152
+1990,Algeria,FruitVeg,25.912364,0.0966196677385359
+1990,Algeria,OilcropsPulses,25.912364,0.0257602895667875
 1990,Algeria,Starchy Roots,25.912364,0.0291106978892393
+1990,Algeria,Sugar,25.912364,0.0292691550643546
 1991,Algeria,Ruminants,26.554277,0.284477058064884
 1991,Algeria,Cereals,26.554277,0.205916658924662
 1991,Algeria,Monogastrics,26.554277,0.0345775522338642
-1991,Algeria,Oilcrops,26.554277,0.016988299097731
-1991,Algeria,Pulses,26.554277,0.00533420661387241
+1991,Algeria,FruitVeg,26.554277,0.117923112724929
+1991,Algeria,OilcropsPulses,26.554277,0.0223225057116034
 1991,Algeria,Starchy Roots,26.554277,0.0377015348600905
+1991,Algeria,Sugar,26.554277,0.0280606773816512
 1992,Algeria,Ruminants,27.180921,0.290191329425519
 1992,Algeria,Cereals,27.180921,0.217067626222084
 1992,Algeria,Monogastrics,27.180921,0.0316802767647204
-1992,Algeria,Oilcrops,27.180921,0.0233467806333715
-1992,Algeria,Pulses,27.180921,0.0057905322634211
+1992,Algeria,FruitVeg,27.180921,0.121387277495122
+1992,Algeria,OilcropsPulses,27.180921,0.0291373128967926
 1992,Algeria,Starchy Roots,27.180921,0.0369030173775201
+1992,Algeria,Sugar,27.180921,0.0266080755688889
 1993,Algeria,Ruminants,27.785977,0.315317805812623
 1993,Algeria,Cereals,27.785977,0.218474844343246
 1993,Algeria,Monogastrics,27.785977,0.0315607545489583
-1993,Algeria,Oilcrops,27.785977,0.0206389359639936
-1993,Algeria,Pulses,27.785977,0.00458720598523493
+1993,Algeria,FruitVeg,27.785977,0.121197070018449
+1993,Algeria,OilcropsPulses,27.785977,0.0252261419492286
 1993,Algeria,Starchy Roots,27.785977,0.0332264364862895
+1993,Algeria,Sugar,27.785977,0.0274245530398301
 1994,Algeria,Ruminants,28.362015,0.297231081783153
 1994,Algeria,Cereals,28.362015,0.213346442416027
 1994,Algeria,Monogastrics,28.362015,0.0323961996353221
-1994,Algeria,Oilcrops,28.362015,0.0204320814300394
-1994,Algeria,Pulses,28.362015,0.00526436503189213
+1994,Algeria,FruitVeg,28.362015,0.112505299782121
+1994,Algeria,OilcropsPulses,28.362015,0.0256964464619316
 1994,Algeria,Starchy Roots,28.362015,0.0242729580391238
+1994,Algeria,Sugar,28.362015,0.0262191173652507
 1995,Algeria,Ruminants,28.9043,0.29544175434105
 1995,Algeria,Cereals,28.9043,0.212122867531821
 1995,Algeria,Monogastrics,28.9043,0.0328864425016347
-1995,Algeria,Oilcrops,28.9043,0.0203115799379331
-1995,Algeria,Pulses,28.9043,0.00580214708538176
+1995,Algeria,FruitVeg,28.9043,0.12417474216639
+1995,Algeria,OilcropsPulses,28.9043,0.0261137270233149
 1995,Algeria,Starchy Roots,28.9043,0.0372136671706286
+1995,Algeria,Sugar,28.9043,0.0260622467937297
 1996,Algeria,Ruminants,29.411839,0.275510191661256
 1996,Algeria,Cereals,29.411839,0.221359194846674
 1996,Algeria,Monogastrics,29.411839,0.0295630783236642
-1996,Algeria,Oilcrops,29.411839,0.0230570077579984
-1996,Algeria,Pulses,29.411839,0.00636185992994182
+1996,Algeria,FruitVeg,29.411839,0.118129947603752
+1996,Algeria,OilcropsPulses,29.411839,0.0294188676879402
 1996,Algeria,Starchy Roots,29.411839,0.0343257012932785
+1996,Algeria,Sugar,29.411839,0.0265441749494141
 1997,Algeria,Ruminants,29.887717,0.259673376859129
 1997,Algeria,Cereals,29.887717,0.209071037443241
 1997,Algeria,Monogastrics,29.887717,0.0303906919354195
-1997,Algeria,Oilcrops,29.887717,0.02421098272578
-1997,Algeria,Pulses,29.887717,0.00647162177024093
+1997,Algeria,FruitVeg,29.887717,0.113035733040433
+1997,Algeria,OilcropsPulses,29.887717,0.0306826044960209
 1997,Algeria,Starchy Roots,29.887717,0.0328881593732971
+1997,Algeria,Sugar,29.887717,0.0282462524655195
 1998,Algeria,Ruminants,30.33688,0.275061334586813
 1998,Algeria,Cereals,30.33688,0.226282663213884
 1998,Algeria,Monogastrics,30.33688,0.0339633574711704
-1998,Algeria,Oilcrops,30.33688,0.018126386101669
-1998,Algeria,Pulses,30.33688,0.00675161717355246
+1998,Algeria,FruitVeg,30.33688,0.120676153909037
+1998,Algeria,OilcropsPulses,30.33688,0.0248780032752214
 1998,Algeria,Starchy Roots,30.33688,0.0336912365411341
+1998,Algeria,Sugar,30.33688,0.0193745368673377
 1999,Algeria,Ruminants,30.766551,0.280358230599198
 1999,Algeria,Cereals,30.766551,0.225168430481532
 1999,Algeria,Monogastrics,30.766551,0.0310414124742159
-1999,Algeria,Oilcrops,30.766551,0.0249417622404279
-1999,Algeria,Pulses,30.766551,0.00819461368939274
+1999,Algeria,FruitVeg,30.766551,0.133624012649322
+1999,Algeria,OilcropsPulses,30.766551,0.0331363759298207
 1999,Algeria,Starchy Roots,30.766551,0.0292314208375193
+1999,Algeria,Sugar,30.766551,0.0218241882231128
 2000,Algeria,Ruminants,31.183658,0.28791768752723
 2000,Algeria,Cereals,31.183658,0.214284065070236
 2000,Algeria,Monogastrics,31.183658,0.0320962601629353
-2000,Algeria,Oilcrops,31.183658,0.0196724835809833
-2000,Algeria,Pulses,31.183658,0.00554864345934014
+2000,Algeria,FruitVeg,31.183658,0.120494940009924
+2000,Algeria,OilcropsPulses,31.183658,0.0252211270403235
 2000,Algeria,Starchy Roots,31.183658,0.0377042680496304
+2000,Algeria,Sugar,31.183658,0.0291590229728661
 2001,Algeria,Ruminants,31.59032,0.26314044935284
 2001,Algeria,Cereals,31.59032,0.216905020272033
 2001,Algeria,Monogastrics,31.59032,0.0319130448821031
-2001,Algeria,Oilcrops,31.59032,0.0200465205797219
-2001,Algeria,Pulses,31.59032,0.00571276264374657
+2001,Algeria,FruitVeg,31.59032,0.132983078360713
+2001,Algeria,OilcropsPulses,31.59032,0.0257592832234684
 2001,Algeria,Starchy Roots,31.59032,0.0280615391043839
+2001,Algeria,Sugar,31.59032,0.0287118332451207
 2002,Algeria,Ruminants,31.990387,0.282019964309904
 2002,Algeria,Cereals,31.990387,0.22248392931289
 2002,Algeria,Monogastrics,31.990387,0.0355538274669825
-2002,Algeria,Oilcrops,31.990387,0.0178478616091765
-2002,Algeria,Pulses,31.990387,0.0059891429259671
+2002,Algeria,FruitVeg,31.990387,0.145047541938145
+2002,Algeria,OilcropsPulses,31.990387,0.0238370045351436
 2002,Algeria,Starchy Roots,31.990387,0.0395912997238827
+2002,Algeria,Sugar,31.990387,0.0298453719862783
 2003,Algeria,Ruminants,32.394886,0.300407147597309
 2003,Algeria,Cereals,32.394886,0.226592833202129
 2003,Algeria,Monogastrics,32.394886,0.0368407192419199
-2003,Algeria,Oilcrops,32.394886,0.0163449255539902
-2003,Algeria,Pulses,32.394886,0.00635896665912021
+2003,Algeria,FruitVeg,32.394886,0.165693498659017
+2003,Algeria,OilcropsPulses,32.394886,0.0227038922131104
 2003,Algeria,Starchy Roots,32.394886,0.0521185967439429
+2003,Algeria,Sugar,32.394886,0.0307311468853448
 2004,Algeria,Ruminants,32.817225,0.351221475916992
 2004,Algeria,Cereals,32.817225,0.222570982159521
 2004,Algeria,Monogastrics,32.817225,0.0382714961426507
-2004,Algeria,Oilcrops,32.817225,0.0237087078508314
-2004,Algeria,Pulses,32.817225,0.0058292558252564
+2004,Algeria,FruitVeg,32.817225,0.185508524867657
+2004,Algeria,OilcropsPulses,32.817225,0.0295379636760878
 2004,Algeria,Starchy Roots,32.817225,0.0519037487173276
+2004,Algeria,Sugar,32.817225,0.0312936575228405
 2005,Algeria,Ruminants,33.267887,0.353959179914252
 2005,Algeria,Cereals,33.267887,0.221443580110754
 2005,Algeria,Monogastrics,33.267887,0.0376551747936381
-2005,Algeria,Oilcrops,33.267887,0.0201354838075529
-2005,Algeria,Pulses,33.267887,0.00660787383340577
+2005,Algeria,FruitVeg,33.267887,0.193124769240679
+2005,Algeria,OilcropsPulses,33.267887,0.0267433576409587
 2005,Algeria,Starchy Roots,33.267887,0.0572932690314837
+2005,Algeria,Sugar,33.267887,0.0280468669380775
 2006,Algeria,Ruminants,33.749328,0.335796970535236
 2006,Algeria,Cereals,33.749328,0.224303992067635
 2006,Algeria,Monogastrics,33.749328,0.0363331619521432
-2006,Algeria,Oilcrops,33.749328,0.0192487091891133
-2006,Algeria,Pulses,33.749328,0.00561225989447849
+2006,Algeria,FruitVeg,33.749328,0.193929253939515
+2006,Algeria,OilcropsPulses,33.749328,0.0248609690835918
 2006,Algeria,Starchy Roots,33.749328,0.0586630050826494
+2006,Algeria,Sugar,33.749328,0.028974828772887
 2007,Algeria,Ruminants,34.261971,0.332854391243283
 2007,Algeria,Cereals,34.261971,0.22584731041889
 2007,Algeria,Monogastrics,34.261971,0.0372503379913549
-2007,Algeria,Oilcrops,34.261971,0.0185443213409993
-2007,Algeria,Pulses,34.261971,0.00631782100335092
+2007,Algeria,FruitVeg,34.261971,0.180829293212583
+2007,Algeria,OilcropsPulses,34.261971,0.0248621423443502
 2007,Algeria,Starchy Roots,34.261971,0.0425648016572076
+2007,Algeria,Sugar,34.261971,0.0323313273483303
 2008,Algeria,Ruminants,34.811059,0.322540443253967
 2008,Algeria,Cereals,34.811059,0.22665463868824
 2008,Algeria,Monogastrics,34.811059,0.0360669550443725
-2008,Algeria,Oilcrops,34.811059,0.0188080460292805
-2008,Algeria,Pulses,34.811059,0.00589077166540667
+2008,Algeria,FruitVeg,34.811059,0.187425926915926
+2008,Algeria,OilcropsPulses,34.811059,0.0246988176946872
 2008,Algeria,Starchy Roots,34.811059,0.0561651112079067
+2008,Algeria,Sugar,34.811059,0.0292661019016974
 2009,Algeria,Ruminants,35.40179,0.343229523139932
 2009,Algeria,Cereals,35.40179,0.226119074769948
 2009,Algeria,Monogastrics,35.40179,0.0363160535102886
-2009,Algeria,Oilcrops,35.40179,0.0235705878149099
-2009,Algeria,Pulses,35.40179,0.00604689762862273
+2009,Algeria,FruitVeg,35.40179,0.221793785003527
+2009,Algeria,OilcropsPulses,35.40179,0.0296174854435327
 2009,Algeria,Starchy Roots,35.40179,0.0667304675837013
+2009,Algeria,Sugar,35.40179,0.0318784445645263
 2010,Algeria,Ruminants,36.036159,0.318976622897019
 2010,Algeria,Cereals,36.036159,0.223774598175127
 2010,Algeria,Monogastrics,36.036159,0.0400904963262039
-2010,Algeria,Oilcrops,36.036159,0.021250849736788
-2010,Algeria,Pulses,36.036159,0.00695126803053566
+2010,Algeria,FruitVeg,36.036159,0.233383807636102
+2010,Algeria,OilcropsPulses,36.036159,0.0282021177673237
 2010,Algeria,Starchy Roots,36.036159,0.0675755981651652
+2010,Algeria,Sugar,36.036159,0.0319762436390626
 2011,Algeria,Ruminants,36.717132,0.360290084748449
 2011,Algeria,Cereals,36.717132,0.223411512642109
 2011,Algeria,Monogastrics,36.717132,0.0408652859923809
-2011,Algeria,Oilcrops,36.717132,0.0261229008845244
-2011,Algeria,Pulses,36.717132,0.00814535296493201
+2011,Algeria,FruitVeg,36.717132,0.253641978354954
+2011,Algeria,OilcropsPulses,36.717132,0.0342682538494564
 2011,Algeria,Starchy Roots,36.717132,0.0663600577517874
+2011,Algeria,Sugar,36.717132,0.027979636318
 2012,Algeria,Ruminants,37.439427,0.378335344181416
 2012,Algeria,Cereals,37.439427,0.227073293616379
 2012,Algeria,Monogastrics,37.439427,0.0428933033617208
-2012,Algeria,Oilcrops,37.439427,0.025425068604816
-2012,Algeria,Pulses,37.439427,0.00618975819261336
+2012,Algeria,FruitVeg,37.439427,0.268135166705409
+2012,Algeria,OilcropsPulses,37.439427,0.0316148267974294
 2012,Algeria,Starchy Roots,37.439427,0.0673404536880332
+2012,Algeria,Sugar,37.439427,0.0309099548986153
 2013,Algeria,Ruminants,38.186135,0.376678912385346
 2013,Algeria,Cereals,38.186135,0.226077135064861
 2013,Algeria,Monogastrics,38.186135,0.0441962089119519
-2013,Algeria,Oilcrops,38.186135,0.0274284632367219
-2013,Algeria,Pulses,38.186135,0.00854791929060116
+2013,Algeria,FruitVeg,38.186135,0.289545616491431
+2013,Algeria,OilcropsPulses,38.186135,0.0359763825273231
 2013,Algeria,Starchy Roots,38.186135,0.0665131729094866
+2013,Algeria,Sugar,38.186135,0.029139162683
 1961,Americas,Ruminants,NA,NA
 1961,Americas,Cereals,NA,NA
 1961,Americas,Monogastrics,NA,NA
-1961,Americas,Oilcrops,NA,NA
-1961,Americas,Pulses,NA,NA
+1961,Americas,FruitVeg,NA,NA
+1961,Americas,OilcropsPulses,NA,NA
 1961,Americas,Starchy Roots,NA,NA
+1961,Americas,Sugar,NA,NA
 1962,Americas,Ruminants,NA,NA
 1962,Americas,Cereals,NA,NA
 1962,Americas,Monogastrics,NA,NA
-1962,Americas,Oilcrops,NA,NA
-1962,Americas,Pulses,NA,NA
+1962,Americas,FruitVeg,NA,NA
+1962,Americas,OilcropsPulses,NA,NA
 1962,Americas,Starchy Roots,NA,NA
+1962,Americas,Sugar,NA,NA
 1963,Americas,Ruminants,NA,NA
 1963,Americas,Cereals,NA,NA
 1963,Americas,Monogastrics,NA,NA
-1963,Americas,Oilcrops,NA,NA
-1963,Americas,Pulses,NA,NA
+1963,Americas,FruitVeg,NA,NA
+1963,Americas,OilcropsPulses,NA,NA
 1963,Americas,Starchy Roots,NA,NA
+1963,Americas,Sugar,NA,NA
 1964,Americas,Ruminants,NA,NA
 1964,Americas,Cereals,NA,NA
 1964,Americas,Monogastrics,NA,NA
-1964,Americas,Oilcrops,NA,NA
-1964,Americas,Pulses,NA,NA
+1964,Americas,FruitVeg,NA,NA
+1964,Americas,OilcropsPulses,NA,NA
 1964,Americas,Starchy Roots,NA,NA
+1964,Americas,Sugar,NA,NA
 1965,Americas,Ruminants,NA,NA
 1965,Americas,Cereals,NA,NA
 1965,Americas,Monogastrics,NA,NA
-1965,Americas,Oilcrops,NA,NA
-1965,Americas,Pulses,NA,NA
+1965,Americas,FruitVeg,NA,NA
+1965,Americas,OilcropsPulses,NA,NA
 1965,Americas,Starchy Roots,NA,NA
+1965,Americas,Sugar,NA,NA
 1966,Americas,Ruminants,NA,NA
 1966,Americas,Cereals,NA,NA
 1966,Americas,Monogastrics,NA,NA
-1966,Americas,Oilcrops,NA,NA
-1966,Americas,Pulses,NA,NA
+1966,Americas,FruitVeg,NA,NA
+1966,Americas,OilcropsPulses,NA,NA
 1966,Americas,Starchy Roots,NA,NA
+1966,Americas,Sugar,NA,NA
 1967,Americas,Ruminants,NA,NA
 1967,Americas,Cereals,NA,NA
 1967,Americas,Monogastrics,NA,NA
-1967,Americas,Oilcrops,NA,NA
-1967,Americas,Pulses,NA,NA
+1967,Americas,FruitVeg,NA,NA
+1967,Americas,OilcropsPulses,NA,NA
 1967,Americas,Starchy Roots,NA,NA
+1967,Americas,Sugar,NA,NA
 1968,Americas,Ruminants,NA,NA
 1968,Americas,Cereals,NA,NA
 1968,Americas,Monogastrics,NA,NA
-1968,Americas,Oilcrops,NA,NA
-1968,Americas,Pulses,NA,NA
+1968,Americas,FruitVeg,NA,NA
+1968,Americas,OilcropsPulses,NA,NA
 1968,Americas,Starchy Roots,NA,NA
+1968,Americas,Sugar,NA,NA
 1969,Americas,Ruminants,NA,NA
 1969,Americas,Cereals,NA,NA
 1969,Americas,Monogastrics,NA,NA
-1969,Americas,Oilcrops,NA,NA
-1969,Americas,Pulses,NA,NA
+1969,Americas,FruitVeg,NA,NA
+1969,Americas,OilcropsPulses,NA,NA
 1969,Americas,Starchy Roots,NA,NA
+1969,Americas,Sugar,NA,NA
 1970,Americas,Ruminants,NA,NA
 1970,Americas,Cereals,NA,NA
 1970,Americas,Monogastrics,NA,NA
-1970,Americas,Oilcrops,NA,NA
-1970,Americas,Pulses,NA,NA
+1970,Americas,FruitVeg,NA,NA
+1970,Americas,OilcropsPulses,NA,NA
 1970,Americas,Starchy Roots,NA,NA
+1970,Americas,Sugar,NA,NA
 1971,Americas,Ruminants,NA,NA
 1971,Americas,Cereals,NA,NA
 1971,Americas,Monogastrics,NA,NA
-1971,Americas,Oilcrops,NA,NA
-1971,Americas,Pulses,NA,NA
+1971,Americas,FruitVeg,NA,NA
+1971,Americas,OilcropsPulses,NA,NA
 1971,Americas,Starchy Roots,NA,NA
+1971,Americas,Sugar,NA,NA
 1972,Americas,Ruminants,NA,NA
 1972,Americas,Cereals,NA,NA
 1972,Americas,Monogastrics,NA,NA
-1972,Americas,Oilcrops,NA,NA
-1972,Americas,Pulses,NA,NA
+1972,Americas,FruitVeg,NA,NA
+1972,Americas,OilcropsPulses,NA,NA
 1972,Americas,Starchy Roots,NA,NA
+1972,Americas,Sugar,NA,NA
 1973,Americas,Ruminants,NA,NA
 1973,Americas,Cereals,NA,NA
 1973,Americas,Monogastrics,NA,NA
-1973,Americas,Oilcrops,NA,NA
-1973,Americas,Pulses,NA,NA
+1973,Americas,FruitVeg,NA,NA
+1973,Americas,OilcropsPulses,NA,NA
 1973,Americas,Starchy Roots,NA,NA
+1973,Americas,Sugar,NA,NA
 1974,Americas,Ruminants,NA,NA
 1974,Americas,Cereals,NA,NA
 1974,Americas,Monogastrics,NA,NA
-1974,Americas,Oilcrops,NA,NA
-1974,Americas,Pulses,NA,NA
+1974,Americas,FruitVeg,NA,NA
+1974,Americas,OilcropsPulses,NA,NA
 1974,Americas,Starchy Roots,NA,NA
+1974,Americas,Sugar,NA,NA
 1975,Americas,Ruminants,NA,NA
 1975,Americas,Cereals,NA,NA
 1975,Americas,Monogastrics,NA,NA
-1975,Americas,Oilcrops,NA,NA
-1975,Americas,Pulses,NA,NA
+1975,Americas,FruitVeg,NA,NA
+1975,Americas,OilcropsPulses,NA,NA
 1975,Americas,Starchy Roots,NA,NA
+1975,Americas,Sugar,NA,NA
 1976,Americas,Ruminants,NA,NA
 1976,Americas,Cereals,NA,NA
 1976,Americas,Monogastrics,NA,NA
-1976,Americas,Oilcrops,NA,NA
-1976,Americas,Pulses,NA,NA
+1976,Americas,FruitVeg,NA,NA
+1976,Americas,OilcropsPulses,NA,NA
 1976,Americas,Starchy Roots,NA,NA
+1976,Americas,Sugar,NA,NA
 1977,Americas,Ruminants,NA,NA
 1977,Americas,Cereals,NA,NA
 1977,Americas,Monogastrics,NA,NA
-1977,Americas,Oilcrops,NA,NA
-1977,Americas,Pulses,NA,NA
+1977,Americas,FruitVeg,NA,NA
+1977,Americas,OilcropsPulses,NA,NA
 1977,Americas,Starchy Roots,NA,NA
+1977,Americas,Sugar,NA,NA
 1978,Americas,Ruminants,NA,NA
 1978,Americas,Cereals,NA,NA
 1978,Americas,Monogastrics,NA,NA
-1978,Americas,Oilcrops,NA,NA
-1978,Americas,Pulses,NA,NA
+1978,Americas,FruitVeg,NA,NA
+1978,Americas,OilcropsPulses,NA,NA
 1978,Americas,Starchy Roots,NA,NA
+1978,Americas,Sugar,NA,NA
 1979,Americas,Ruminants,NA,NA
 1979,Americas,Cereals,NA,NA
 1979,Americas,Monogastrics,NA,NA
-1979,Americas,Oilcrops,NA,NA
-1979,Americas,Pulses,NA,NA
+1979,Americas,FruitVeg,NA,NA
+1979,Americas,OilcropsPulses,NA,NA
 1979,Americas,Starchy Roots,NA,NA
+1979,Americas,Sugar,NA,NA
 1980,Americas,Ruminants,NA,NA
 1980,Americas,Cereals,NA,NA
 1980,Americas,Monogastrics,NA,NA
-1980,Americas,Oilcrops,NA,NA
-1980,Americas,Pulses,NA,NA
+1980,Americas,FruitVeg,NA,NA
+1980,Americas,OilcropsPulses,NA,NA
 1980,Americas,Starchy Roots,NA,NA
+1980,Americas,Sugar,NA,NA
 1981,Americas,Ruminants,NA,NA
 1981,Americas,Cereals,NA,NA
 1981,Americas,Monogastrics,NA,NA
-1981,Americas,Oilcrops,NA,NA
-1981,Americas,Pulses,NA,NA
+1981,Americas,FruitVeg,NA,NA
+1981,Americas,OilcropsPulses,NA,NA
 1981,Americas,Starchy Roots,NA,NA
+1981,Americas,Sugar,NA,NA
 1982,Americas,Ruminants,NA,NA
 1982,Americas,Cereals,NA,NA
 1982,Americas,Monogastrics,NA,NA
-1982,Americas,Oilcrops,NA,NA
-1982,Americas,Pulses,NA,NA
+1982,Americas,FruitVeg,NA,NA
+1982,Americas,OilcropsPulses,NA,NA
 1982,Americas,Starchy Roots,NA,NA
+1982,Americas,Sugar,NA,NA
 1983,Americas,Ruminants,NA,NA
 1983,Americas,Cereals,NA,NA
 1983,Americas,Monogastrics,NA,NA
-1983,Americas,Oilcrops,NA,NA
-1983,Americas,Pulses,NA,NA
+1983,Americas,FruitVeg,NA,NA
+1983,Americas,OilcropsPulses,NA,NA
 1983,Americas,Starchy Roots,NA,NA
+1983,Americas,Sugar,NA,NA
 1984,Americas,Ruminants,NA,NA
 1984,Americas,Cereals,NA,NA
 1984,Americas,Monogastrics,NA,NA
-1984,Americas,Oilcrops,NA,NA
-1984,Americas,Pulses,NA,NA
+1984,Americas,FruitVeg,NA,NA
+1984,Americas,OilcropsPulses,NA,NA
 1984,Americas,Starchy Roots,NA,NA
+1984,Americas,Sugar,NA,NA
 1985,Americas,Ruminants,NA,NA
 1985,Americas,Cereals,NA,NA
 1985,Americas,Monogastrics,NA,NA
-1985,Americas,Oilcrops,NA,NA
-1985,Americas,Pulses,NA,NA
+1985,Americas,FruitVeg,NA,NA
+1985,Americas,OilcropsPulses,NA,NA
 1985,Americas,Starchy Roots,NA,NA
+1985,Americas,Sugar,NA,NA
 1986,Americas,Ruminants,NA,NA
 1986,Americas,Cereals,NA,NA
 1986,Americas,Monogastrics,NA,NA
-1986,Americas,Oilcrops,NA,NA
-1986,Americas,Pulses,NA,NA
+1986,Americas,FruitVeg,NA,NA
+1986,Americas,OilcropsPulses,NA,NA
 1986,Americas,Starchy Roots,NA,NA
+1986,Americas,Sugar,NA,NA
 1987,Americas,Ruminants,NA,NA
 1987,Americas,Cereals,NA,NA
 1987,Americas,Monogastrics,NA,NA
-1987,Americas,Oilcrops,NA,NA
-1987,Americas,Pulses,NA,NA
+1987,Americas,FruitVeg,NA,NA
+1987,Americas,OilcropsPulses,NA,NA
 1987,Americas,Starchy Roots,NA,NA
+1987,Americas,Sugar,NA,NA
 1988,Americas,Ruminants,NA,NA
 1988,Americas,Cereals,NA,NA
 1988,Americas,Monogastrics,NA,NA
-1988,Americas,Oilcrops,NA,NA
-1988,Americas,Pulses,NA,NA
+1988,Americas,FruitVeg,NA,NA
+1988,Americas,OilcropsPulses,NA,NA
 1988,Americas,Starchy Roots,NA,NA
+1988,Americas,Sugar,NA,NA
 1989,Americas,Ruminants,NA,NA
 1989,Americas,Cereals,NA,NA
 1989,Americas,Monogastrics,NA,NA
-1989,Americas,Oilcrops,NA,NA
-1989,Americas,Pulses,NA,NA
+1989,Americas,FruitVeg,NA,NA
+1989,Americas,OilcropsPulses,NA,NA
 1989,Americas,Starchy Roots,NA,NA
+1989,Americas,Sugar,NA,NA
 1990,Americas,Ruminants,NA,NA
 1990,Americas,Cereals,NA,NA
 1990,Americas,Monogastrics,NA,NA
-1990,Americas,Oilcrops,NA,NA
-1990,Americas,Pulses,NA,NA
+1990,Americas,FruitVeg,NA,NA
+1990,Americas,OilcropsPulses,NA,NA
 1990,Americas,Starchy Roots,NA,NA
+1990,Americas,Sugar,NA,NA
 1991,Americas,Ruminants,NA,NA
 1991,Americas,Cereals,NA,NA
 1991,Americas,Monogastrics,NA,NA
-1991,Americas,Oilcrops,NA,NA
-1991,Americas,Pulses,NA,NA
+1991,Americas,FruitVeg,NA,NA
+1991,Americas,OilcropsPulses,NA,NA
 1991,Americas,Starchy Roots,NA,NA
+1991,Americas,Sugar,NA,NA
 1992,Americas,Ruminants,NA,NA
 1992,Americas,Cereals,NA,NA
 1992,Americas,Monogastrics,NA,NA
-1992,Americas,Oilcrops,NA,NA
-1992,Americas,Pulses,NA,NA
+1992,Americas,FruitVeg,NA,NA
+1992,Americas,OilcropsPulses,NA,NA
 1992,Americas,Starchy Roots,NA,NA
+1992,Americas,Sugar,NA,NA
 1993,Americas,Ruminants,NA,NA
 1993,Americas,Cereals,NA,NA
 1993,Americas,Monogastrics,NA,NA
-1993,Americas,Oilcrops,NA,NA
-1993,Americas,Pulses,NA,NA
+1993,Americas,FruitVeg,NA,NA
+1993,Americas,OilcropsPulses,NA,NA
 1993,Americas,Starchy Roots,NA,NA
+1993,Americas,Sugar,NA,NA
 1994,Americas,Ruminants,NA,NA
 1994,Americas,Cereals,NA,NA
 1994,Americas,Monogastrics,NA,NA
-1994,Americas,Oilcrops,NA,NA
-1994,Americas,Pulses,NA,NA
+1994,Americas,FruitVeg,NA,NA
+1994,Americas,OilcropsPulses,NA,NA
 1994,Americas,Starchy Roots,NA,NA
+1994,Americas,Sugar,NA,NA
 1995,Americas,Ruminants,NA,NA
 1995,Americas,Cereals,NA,NA
 1995,Americas,Monogastrics,NA,NA
-1995,Americas,Oilcrops,NA,NA
-1995,Americas,Pulses,NA,NA
+1995,Americas,FruitVeg,NA,NA
+1995,Americas,OilcropsPulses,NA,NA
 1995,Americas,Starchy Roots,NA,NA
+1995,Americas,Sugar,NA,NA
 1996,Americas,Ruminants,NA,NA
 1996,Americas,Cereals,NA,NA
 1996,Americas,Monogastrics,NA,NA
-1996,Americas,Oilcrops,NA,NA
-1996,Americas,Pulses,NA,NA
+1996,Americas,FruitVeg,NA,NA
+1996,Americas,OilcropsPulses,NA,NA
 1996,Americas,Starchy Roots,NA,NA
+1996,Americas,Sugar,NA,NA
 1997,Americas,Ruminants,NA,NA
 1997,Americas,Cereals,NA,NA
 1997,Americas,Monogastrics,NA,NA
-1997,Americas,Oilcrops,NA,NA
-1997,Americas,Pulses,NA,NA
+1997,Americas,FruitVeg,NA,NA
+1997,Americas,OilcropsPulses,NA,NA
 1997,Americas,Starchy Roots,NA,NA
+1997,Americas,Sugar,NA,NA
 1998,Americas,Ruminants,NA,NA
 1998,Americas,Cereals,NA,NA
 1998,Americas,Monogastrics,NA,NA
-1998,Americas,Oilcrops,NA,NA
-1998,Americas,Pulses,NA,NA
+1998,Americas,FruitVeg,NA,NA
+1998,Americas,OilcropsPulses,NA,NA
 1998,Americas,Starchy Roots,NA,NA
+1998,Americas,Sugar,NA,NA
 1999,Americas,Ruminants,NA,NA
 1999,Americas,Cereals,NA,NA
 1999,Americas,Monogastrics,NA,NA
-1999,Americas,Oilcrops,NA,NA
-1999,Americas,Pulses,NA,NA
+1999,Americas,FruitVeg,NA,NA
+1999,Americas,OilcropsPulses,NA,NA
 1999,Americas,Starchy Roots,NA,NA
+1999,Americas,Sugar,NA,NA
 2000,Americas,Ruminants,NA,NA
 2000,Americas,Cereals,NA,NA
 2000,Americas,Monogastrics,NA,NA
-2000,Americas,Oilcrops,NA,NA
-2000,Americas,Pulses,NA,NA
+2000,Americas,FruitVeg,NA,NA
+2000,Americas,OilcropsPulses,NA,NA
 2000,Americas,Starchy Roots,NA,NA
+2000,Americas,Sugar,NA,NA
 2001,Americas,Ruminants,NA,NA
 2001,Americas,Cereals,NA,NA
 2001,Americas,Monogastrics,NA,NA
-2001,Americas,Oilcrops,NA,NA
-2001,Americas,Pulses,NA,NA
+2001,Americas,FruitVeg,NA,NA
+2001,Americas,OilcropsPulses,NA,NA
 2001,Americas,Starchy Roots,NA,NA
+2001,Americas,Sugar,NA,NA
 2002,Americas,Ruminants,NA,NA
 2002,Americas,Cereals,NA,NA
 2002,Americas,Monogastrics,NA,NA
-2002,Americas,Oilcrops,NA,NA
-2002,Americas,Pulses,NA,NA
+2002,Americas,FruitVeg,NA,NA
+2002,Americas,OilcropsPulses,NA,NA
 2002,Americas,Starchy Roots,NA,NA
+2002,Americas,Sugar,NA,NA
 2003,Americas,Ruminants,NA,NA
 2003,Americas,Cereals,NA,NA
 2003,Americas,Monogastrics,NA,NA
-2003,Americas,Oilcrops,NA,NA
-2003,Americas,Pulses,NA,NA
+2003,Americas,FruitVeg,NA,NA
+2003,Americas,OilcropsPulses,NA,NA
 2003,Americas,Starchy Roots,NA,NA
+2003,Americas,Sugar,NA,NA
 2004,Americas,Ruminants,NA,NA
 2004,Americas,Cereals,NA,NA
 2004,Americas,Monogastrics,NA,NA
-2004,Americas,Oilcrops,NA,NA
-2004,Americas,Pulses,NA,NA
+2004,Americas,FruitVeg,NA,NA
+2004,Americas,OilcropsPulses,NA,NA
 2004,Americas,Starchy Roots,NA,NA
+2004,Americas,Sugar,NA,NA
 2005,Americas,Ruminants,NA,NA
 2005,Americas,Cereals,NA,NA
 2005,Americas,Monogastrics,NA,NA
-2005,Americas,Oilcrops,NA,NA
-2005,Americas,Pulses,NA,NA
+2005,Americas,FruitVeg,NA,NA
+2005,Americas,OilcropsPulses,NA,NA
 2005,Americas,Starchy Roots,NA,NA
+2005,Americas,Sugar,NA,NA
 2006,Americas,Ruminants,NA,NA
 2006,Americas,Cereals,NA,NA
 2006,Americas,Monogastrics,NA,NA
-2006,Americas,Oilcrops,NA,NA
-2006,Americas,Pulses,NA,NA
+2006,Americas,FruitVeg,NA,NA
+2006,Americas,OilcropsPulses,NA,NA
 2006,Americas,Starchy Roots,NA,NA
+2006,Americas,Sugar,NA,NA
 2007,Americas,Ruminants,NA,NA
 2007,Americas,Cereals,NA,NA
 2007,Americas,Monogastrics,NA,NA
-2007,Americas,Oilcrops,NA,NA
-2007,Americas,Pulses,NA,NA
+2007,Americas,FruitVeg,NA,NA
+2007,Americas,OilcropsPulses,NA,NA
 2007,Americas,Starchy Roots,NA,NA
+2007,Americas,Sugar,NA,NA
 2008,Americas,Ruminants,NA,NA
 2008,Americas,Cereals,NA,NA
 2008,Americas,Monogastrics,NA,NA
-2008,Americas,Oilcrops,NA,NA
-2008,Americas,Pulses,NA,NA
+2008,Americas,FruitVeg,NA,NA
+2008,Americas,OilcropsPulses,NA,NA
 2008,Americas,Starchy Roots,NA,NA
+2008,Americas,Sugar,NA,NA
 2009,Americas,Ruminants,NA,NA
 2009,Americas,Cereals,NA,NA
 2009,Americas,Monogastrics,NA,NA
-2009,Americas,Oilcrops,NA,NA
-2009,Americas,Pulses,NA,NA
+2009,Americas,FruitVeg,NA,NA
+2009,Americas,OilcropsPulses,NA,NA
 2009,Americas,Starchy Roots,NA,NA
+2009,Americas,Sugar,NA,NA
 2010,Americas,Ruminants,NA,NA
 2010,Americas,Cereals,NA,NA
 2010,Americas,Monogastrics,NA,NA
-2010,Americas,Oilcrops,NA,NA
-2010,Americas,Pulses,NA,NA
+2010,Americas,FruitVeg,NA,NA
+2010,Americas,OilcropsPulses,NA,NA
 2010,Americas,Starchy Roots,NA,NA
+2010,Americas,Sugar,NA,NA
 2011,Americas,Ruminants,NA,NA
 2011,Americas,Cereals,NA,NA
 2011,Americas,Monogastrics,NA,NA
-2011,Americas,Oilcrops,NA,NA
-2011,Americas,Pulses,NA,NA
+2011,Americas,FruitVeg,NA,NA
+2011,Americas,OilcropsPulses,NA,NA
 2011,Americas,Starchy Roots,NA,NA
+2011,Americas,Sugar,NA,NA
 1961,Angola,Ruminants,5.367287,0.113128439004659
 1961,Angola,Cereals,5.367287,0.0679607779498283
 1961,Angola,Monogastrics,5.367287,0.012194633899771
-1961,Angola,Oilcrops,5.367287,0.00558736657831042
-1961,Angola,Pulses,5.367287,0.00735250416085445
+1961,Angola,FruitVeg,5.367287,0.0742732781012083
+1961,Angola,OilcropsPulses,5.367287,0.0129398707391649
 1961,Angola,Starchy Roots,5.367287,0.215932555870405
+1961,Angola,Sugar,5.367287,0.00493433647203885
 1962,Angola,Ruminants,5.465905,0.119607219664447
 1962,Angola,Cereals,5.465905,0.0682099304689708
 1962,Angola,Monogastrics,5.465905,0.0120208821777912
-1962,Angola,Oilcrops,5.465905,0.0083001808483682
-1962,Angola,Pulses,5.465905,0.00748165216921992
+1962,Angola,FruitVeg,5.465905,0.0750927796952197
+1962,Angola,OilcropsPulses,5.465905,0.0157818330175881
 1962,Angola,Starchy Roots,5.465905,0.197173569610156
+1962,Angola,Sugar,5.465905,0.00687827541825187
 1963,Angola,Ruminants,5.565808,0.122857525807574
 1963,Angola,Cereals,5.565808,0.0665470314462878
 1963,Angola,Monogastrics,5.565808,0.0119623601820257
-1963,Angola,Oilcrops,5.565808,0.00673002015161141
-1963,Angola,Pulses,5.565808,0.00759458464970405
+1963,Angola,FruitVeg,5.565808,0.0768997062061789
+1963,Angola,OilcropsPulses,5.565808,0.0143246048013155
 1963,Angola,Starchy Roots,5.565808,0.228425594271308
+1963,Angola,Sugar,5.565808,0.00796667797380003
 1964,Angola,Ruminants,5.665701,0.136241411256965
 1964,Angola,Cereals,5.665701,0.0685309726016251
 1964,Angola,Monogastrics,5.665701,0.0118541377315887
-1964,Angola,Oilcrops,5.665701,0.0057463321837845
-1964,Angola,Pulses,5.665701,0.00923839786109433
+1964,Angola,FruitVeg,5.665701,0.0772130403634078
+1964,Angola,OilcropsPulses,5.665701,0.0149847300448788
 1964,Angola,Starchy Roots,5.665701,0.215315280492211
+1964,Angola,Sugar,5.665701,0.00661383295729866
 1965,Angola,Ruminants,5.765025,0.145284886015238
 1965,Angola,Cereals,5.765025,0.0672909484347423
 1965,Angola,Monogastrics,5.765025,0.0128323120888461
-1965,Angola,Oilcrops,5.765025,0.00706068056946848
-1965,Angola,Pulses,5.765025,0.00647698839120385
+1965,Angola,FruitVeg,5.765025,0.0773243828084007
+1965,Angola,OilcropsPulses,5.765025,0.0135376689606723
 1965,Angola,Starchy Roots,5.765025,0.232266468922511
+1965,Angola,Sugar,5.765025,0.00667317140862355
 1966,Angola,Ruminants,5.863568,0.147299118898254
 1966,Angola,Cereals,5.863568,0.066569024184592
 1966,Angola,Monogastrics,5.863568,0.012747460249459
-1966,Angola,Oilcrops,5.863568,0.00626495676352692
-1966,Angola,Pulses,5.863568,0.00713302889980981
+1966,Angola,FruitVeg,5.863568,0.0761575545811015
+1966,Angola,OilcropsPulses,5.863568,0.0133979856633367
 1966,Angola,Starchy Roots,5.863568,0.235289332365549
+1966,Angola,Sugar,5.863568,0.00651514572697034
 1967,Angola,Ruminants,5.962831,0.163059174408934
 1967,Angola,Cereals,5.962831,0.0688275418169658
 1967,Angola,Monogastrics,5.962831,0.0126482538243999
-1967,Angola,Oilcrops,5.962831,0.00676239189069756
-1967,Angola,Pulses,5.962831,0.00774933919810909
+1967,Angola,FruitVeg,5.962831,0.0763176081965093
+1967,Angola,OilcropsPulses,5.962831,0.0145117310888066
 1967,Angola,Starchy Roots,5.962831,0.233418656339581
+1967,Angola,Sugar,5.962831,0.00710350502974174
 1968,Angola,Ruminants,6.066094,0.163987188460977
 1968,Angola,Cereals,6.066094,0.0634119748226783
 1968,Angola,Monogastrics,6.066094,0.0128276119690859
-1968,Angola,Oilcrops,6.066094,0.00855822544128067
-1968,Angola,Pulses,6.066094,0.00705973234176721
+1968,Angola,FruitVeg,6.066094,0.0749699889253282
+1968,Angola,OilcropsPulses,6.066094,0.0156179577830479
 1968,Angola,Starchy Roots,6.066094,0.218642177322013
+1968,Angola,Sugar,6.066094,0.00912910350548475
 1969,Angola,Ruminants,6.177703,0.180092940693329
 1969,Angola,Cereals,6.177703,0.0716887814127678
 1969,Angola,Monogastrics,6.177703,0.0129249334259028
-1969,Angola,Oilcrops,6.177703,0.00712109339021316
-1969,Angola,Pulses,6.177703,0.00623354667584376
+1969,Angola,FruitVeg,6.177703,0.0787161506469314
+1969,Angola,OilcropsPulses,6.177703,0.0133546400660569
 1969,Angola,Starchy Roots,6.177703,0.242155862785893
+1969,Angola,Sugar,6.177703,0.00777036383911626
 1970,Angola,Ruminants,6.300969,0.197887515396441
 1970,Angola,Cereals,6.300969,0.0676026179465412
 1970,Angola,Monogastrics,6.300969,0.0130654031149812
-1970,Angola,Oilcrops,6.300969,0.00793005012403648
-1970,Angola,Pulses,6.300969,0.00726745362499006
+1970,Angola,FruitVeg,6.300969,0.0817236206050212
+1970,Angola,OilcropsPulses,6.300969,0.0151975037490265
 1970,Angola,Starchy Roots,6.300969,0.247543036634524
+1970,Angola,Sugar,6.300969,0.00974627870729089
 1971,Angola,Ruminants,6.437645,0.200853200199763
 1971,Angola,Cereals,6.437645,0.0704605488497735
 1971,Angola,Monogastrics,6.437645,0.0135213265099272
-1971,Angola,Oilcrops,6.437645,0.00823422229712884
-1971,Angola,Pulses,6.437645,0.00755804335280992
+1971,Angola,FruitVeg,6.437645,0.0793537077611456
+1971,Angola,OilcropsPulses,6.437645,0.0157922656499388
 1971,Angola,Starchy Roots,6.437645,0.250797613102307
+1971,Angola,Sugar,6.437645,0.0106107124577388
 1972,Angola,Ruminants,6.587647,0.194252135853667
 1972,Angola,Cereals,6.587647,0.0721324321111924
 1972,Angola,Monogastrics,6.587647,0.013450007263595
-1972,Angola,Oilcrops,6.587647,0.00586066618323659
-1972,Angola,Pulses,6.587647,0.00697183683339438
+1972,Angola,FruitVeg,6.587647,0.0674585326141489
+1972,Angola,OilcropsPulses,6.587647,0.012832503016631
 1972,Angola,Starchy Roots,6.587647,0.25019358201798
+1972,Angola,Sugar,6.587647,0.010275747926384
 1973,Angola,Ruminants,6.750215,0.199138027455422
 1973,Angola,Cereals,6.750215,0.0672323770428053
 1973,Angola,Monogastrics,6.750215,0.0137908348104468
-1973,Angola,Oilcrops,6.750215,0.0100601240108648
-1973,Angola,Pulses,6.750215,0.00671563794634689
+1973,Angola,FruitVeg,6.750215,0.0724888022085222
+1973,Angola,OilcropsPulses,6.750215,0.0167757619572117
 1973,Angola,Starchy Roots,6.750215,0.246339264749345
+1973,Angola,Sugar,6.750215,0.00998649672640057
 1974,Angola,Ruminants,6.923749,0.197860393263823
 1974,Angola,Cereals,6.923749,0.0709368580519022
 1974,Angola,Monogastrics,6.923749,0.0141460933953556
-1974,Angola,Oilcrops,6.923749,0.0114563656192621
-1974,Angola,Pulses,6.923749,0.0074299342740472
+1974,Angola,FruitVeg,6.923749,0.0760722261884421
+1974,Angola,OilcropsPulses,6.923749,0.0188862998933092
 1974,Angola,Starchy Roots,6.923749,0.220094922562906
+1974,Angola,Sugar,6.923749,0.00964145291806505
 1975,Angola,Ruminants,7.107334,0.224433817237237
 1975,Angola,Cereals,7.107334,0.077755878645917
 1975,Angola,Monogastrics,7.107334,0.0144145470017309
-1975,Angola,Oilcrops,7.107334,0.00636666294281372
-1975,Angola,Pulses,7.107334,0.0088820927790927
+1975,Angola,FruitVeg,7.107334,0.0662355251631624
+1975,Angola,OilcropsPulses,7.107334,0.0152487557219064
 1975,Angola,Starchy Roots,7.107334,0.201292777291738
+1975,Angola,Sugar,7.107334,0.0080748984077574
 1976,Angola,Ruminants,7.299508,0.204065698674486
 1976,Angola,Cereals,7.299508,0.0765341992912399
 1976,Angola,Monogastrics,7.299508,0.0148345477530814
-1976,Angola,Oilcrops,7.299508,0.00825767983266817
-1976,Angola,Pulses,7.299508,0.00865606284697544
+1976,Angola,FruitVeg,7.299508,0.0715118060011716
+1976,Angola,OilcropsPulses,7.299508,0.0169137426796436
 1976,Angola,Starchy Roots,7.299508,0.189979242436614
+1976,Angola,Sugar,7.299508,0.0121420512176985
 1977,Angola,Ruminants,7.50132,0.263651570656898
 1977,Angola,Cereals,7.50132,0.0759760948739688
 1977,Angola,Monogastrics,7.50132,0.0167918446353442
-1977,Angola,Oilcrops,7.50132,0.00962217316418977
-1977,Angola,Pulses,7.50132,0.00893176134333691
+1977,Angola,FruitVeg,7.50132,0.0684600843584862
+1977,Angola,OilcropsPulses,7.50132,0.0185539345075267
 1977,Angola,Starchy Roots,7.50132,0.185594002122293
+1977,Angola,Sugar,7.50132,0.0124723382018098
 1978,Angola,Ruminants,7.717139,0.257617090997065
 1978,Angola,Cereals,7.717139,0.0786664591631691
 1978,Angola,Monogastrics,7.717139,0.0167590735374858
-1978,Angola,Oilcrops,7.717139,0.0111600944339606
-1978,Angola,Pulses,7.717139,0.008762832961801
+1978,Angola,FruitVeg,7.717139,0.0690540885683153
+1978,Angola,OilcropsPulses,7.717139,0.0199229273957616
 1978,Angola,Starchy Roots,7.717139,0.180433577780574
+1978,Angola,Sugar,7.717139,0.0123979884255033
 1979,Angola,Ruminants,7.952882,0.249560335485928
 1979,Angola,Cereals,7.952882,0.0790935914804218
 1979,Angola,Monogastrics,7.952882,0.0178807757992637
-1979,Angola,Oilcrops,7.952882,0.0120372715199345
-1979,Angola,Pulses,7.952882,0.00940237765378639
+1979,Angola,FruitVeg,7.952882,0.067686154528635
+1979,Angola,OilcropsPulses,7.952882,0.0214396491737209
 1979,Angola,Starchy Roots,7.952882,0.163063905638233
+1979,Angola,Sugar,7.952882,0.0123403063191432
 1980,Angola,Ruminants,8.21195,0.261424351098095
 1980,Angola,Cereals,8.21195,0.0809445990294632
 1980,Angola,Monogastrics,8.21195,0.0212803658083646
-1980,Angola,Oilcrops,8.21195,0.00934820596813181
-1980,Angola,Pulses,8.21195,0.00940750978756568
+1980,Angola,FruitVeg,8.21195,0.0704095860301147
+1980,Angola,OilcropsPulses,8.21195,0.0187557157556975
 1980,Angola,Starchy Roots,8.21195,0.155997540170118
+1980,Angola,Sugar,8.21195,0.0122103763417946
 1981,Angola,Ruminants,8.49795,0.267988303061327
 1981,Angola,Cereals,8.49795,0.0785290570078666
 1981,Angola,Monogastrics,8.49795,0.020247565589348
-1981,Angola,Oilcrops,8.49795,0.00880788896145541
-1981,Angola,Pulses,8.49795,0.00769750351555375
+1981,Angola,FruitVeg,8.49795,0.0674339105313635
+1981,Angola,OilcropsPulses,8.49795,0.0165053924770092
 1981,Angola,Starchy Roots,8.49795,0.150124677128013
+1981,Angola,Sugar,8.49795,0.00954594931718826
 1982,Angola,Ruminants,8.807511,0.275175506451255
 1982,Angola,Cereals,8.807511,0.0711705043570198
 1982,Angola,Monogastrics,8.807511,0.0205346663773681
-1982,Angola,Oilcrops,8.807511,0.0080184969397143
-1982,Angola,Pulses,8.807511,0.00635253251457761
+1982,Angola,FruitVeg,8.807511,0.0651659702724186
+1982,Angola,OilcropsPulses,8.807511,0.0143710294542919
 1982,Angola,Starchy Roots,8.807511,0.145773306442649
+1982,Angola,Sugar,8.807511,0.00892738027803769
 1983,Angola,Ruminants,9.128655,0.231279394390521
 1983,Angola,Cereals,9.128655,0.0714726320580633
 1983,Angola,Monogastrics,9.128655,0.0229313518804249
-1983,Angola,Oilcrops,9.128655,0.00794607748896196
-1983,Angola,Pulses,9.128655,0.00578398460671369
+1983,Angola,FruitVeg,9.128655,0.0635361945434459
+1983,Angola,OilcropsPulses,9.128655,0.0137300620956757
 1983,Angola,Starchy Roots,9.128655,0.142660665782637
+1983,Angola,Sugar,9.128655,0.00803009862898751
 1984,Angola,Ruminants,9.444918,0.241501059088073
 1984,Angola,Cereals,9.444918,0.0649373557292927
 1984,Angola,Monogastrics,9.444918,0.0246901243610585
-1984,Angola,Oilcrops,9.444918,0.0071724286012859
-1984,Angola,Pulses,9.444918,0.00574128859562359
+1984,Angola,FruitVeg,9.444918,0.0609587081645389
+1984,Angola,OilcropsPulses,9.444918,0.0129137171969095
 1984,Angola,Starchy Roots,9.444918,0.147328118677155
+1984,Angola,Sugar,9.444918,0.00779435035857379
 1985,Angola,Ruminants,9.745209,0.252821268379159
 1985,Angola,Cereals,9.745209,0.0610905317679693
 1985,Angola,Monogastrics,9.745209,0.0255269230244318
-1985,Angola,Oilcrops,9.745209,0.00706100813230378
-1985,Angola,Pulses,9.745209,0.00606964919890379
+1985,Angola,FruitVeg,9.745209,0.0577206707418999
+1985,Angola,OilcropsPulses,9.745209,0.0131306573312076
 1985,Angola,Starchy Roots,9.745209,0.152669686201702
+1985,Angola,Sugar,9.745209,0.00811034427276008
 1986,Angola,Ruminants,10.0237,0.224651495954588
 1986,Angola,Cereals,10.0237,0.0603976575516027
 1986,Angola,Monogastrics,10.0237,0.0237183475163862
-1986,Angola,Oilcrops,10.0237,0.00729261649889761
-1986,Angola,Pulses,10.0237,0.00467452138431916
+1986,Angola,FruitVeg,10.0237,0.0581100791125034
+1986,Angola,OilcropsPulses,10.0237,0.0119671378832168
 1986,Angola,Starchy Roots,10.0237,0.154091902191805
+1986,Angola,Sugar,10.0237,0.00810688667857178
 1987,Angola,Ruminants,10.285712,0.261114835803297
 1987,Angola,Cereals,10.285712,0.0602729300606511
 1987,Angola,Monogastrics,10.285712,0.0254425556539013
-1987,Angola,Oilcrops,10.285712,0.00672758482835218
-1987,Angola,Pulses,10.285712,0.00420563982347552
+1987,Angola,FruitVeg,10.285712,0.0582756935057097
+1987,Angola,OilcropsPulses,10.285712,0.0109332246518277
 1987,Angola,Starchy Roots,10.285712,0.154106103690245
+1987,Angola,Sugar,10.285712,0.00792127953806212
 1988,Angola,Ruminants,10.544904,0.24812799623401
 1988,Angola,Cereals,10.544904,0.0530525455708274
 1988,Angola,Monogastrics,10.544904,0.024143406141962
-1988,Angola,Oilcrops,10.544904,0.00759798287400246
-1988,Angola,Pulses,10.544904,0.00611100869197102
+1988,Angola,FruitVeg,10.544904,0.0571582254328726
+1988,Angola,OilcropsPulses,10.544904,0.0137089915659735
 1988,Angola,Starchy Roots,10.544904,0.152487305716581
+1988,Angola,Sugar,10.544904,0.00768987560247111
 1989,Angola,Ruminants,10.820992,0.258813785279575
 1989,Angola,Cereals,10.820992,0.0447854503542744
 1989,Angola,Monogastrics,10.820992,0.0255574997190646
-1989,Angola,Oilcrops,10.820992,0.00823880102674505
-1989,Angola,Pulses,10.820992,0.00572221105052106
+1989,Angola,FruitVeg,10.820992,0.0552269145009995
+1989,Angola,OilcropsPulses,10.820992,0.0139610120772661
 1989,Angola,Starchy Roots,10.820992,0.156651904002886
+1989,Angola,Sugar,10.820992,0.00898013786536392
 1990,Angola,Ruminants,11.12787,0.227406062436028
 1990,Angola,Cereals,11.12787,0.0527068522547442
 1990,Angola,Monogastrics,11.12787,0.0254456603105536
-1990,Angola,Oilcrops,11.12787,0.0096011186327662
-1990,Angola,Pulses,11.12787,0.00519326699539085
+1990,Angola,FruitVeg,11.12787,0.0530993802048371
+1990,Angola,OilcropsPulses,11.12787,0.0147943856281571
 1990,Angola,Starchy Roots,11.12787,0.152680521968715
+1990,Angola,Sugar,11.12787,0.0092599032878709
 1991,Angola,Ruminants,11.472173,0.206810296532313
 1991,Angola,Cereals,11.472173,0.0560843181147983
 1991,Angola,Monogastrics,11.472173,0.023919940886526
-1991,Angola,Oilcrops,11.472173,0.00791802913013951
-1991,Angola,Pulses,11.472173,0.00519369782865025
+1991,Angola,FruitVeg,11.472173,0.0533726260927202
+1991,Angola,OilcropsPulses,11.472173,0.0131117269587898
 1991,Angola,Starchy Roots,11.472173,0.151470867812053
+1991,Angola,Sugar,11.472173,0.00893675505067784
 1992,Angola,Ruminants,11.848971,0.209025889252324
 1992,Angola,Cereals,11.848971,0.0545190801800426
 1992,Angola,Monogastrics,11.848971,0.0262220322760516
-1992,Angola,Oilcrops,11.848971,0.00837043149147719
-1992,Angola,Pulses,11.848971,0.00518272852554032
+1992,Angola,FruitVeg,11.848971,0.0517920923259918
+1992,Angola,OilcropsPulses,11.848971,0.0135531600170175
 1992,Angola,Starchy Roots,11.848971,0.167405169613463
+1992,Angola,Sugar,11.848971,0.00826156127819032
 1993,Angola,Ruminants,12.246786,0.19767669656349
 1993,Angola,Cereals,12.246786,0.0568708394186034
 1993,Angola,Monogastrics,12.246786,0.0219715687038216
-1993,Angola,Oilcrops,12.246786,0.00688760300049335
-1993,Angola,Pulses,12.246786,0.00544142765293686
+1993,Angola,FruitVeg,12.246786,0.0494897191801996
+1993,Angola,OilcropsPulses,12.246786,0.0123290306534302
 1993,Angola,Starchy Roots,12.246786,0.159586441699888
+1993,Angola,Sugar,12.246786,0.00686073880934965
 1994,Angola,Ruminants,12.648483,0.178841359869006
 1994,Angola,Cereals,12.648483,0.0544197276463905
 1994,Angola,Monogastrics,12.648483,0.0201740635616145
-1994,Angola,Oilcrops,12.648483,0.00626067173430996
-1994,Angola,Pulses,12.648483,0.00919477853589241
+1994,Angola,FruitVeg,12.648483,0.0482684761484836
+1994,Angola,OilcropsPulses,12.648483,0.0154554502702024
 1994,Angola,Starchy Roots,12.648483,0.193771142357546
+1994,Angola,Sugar,12.648483,0.0054783644805468
 1995,Angola,Ruminants,13.042666,0.158628857014356
 1995,Angola,Cereals,13.042666,0.054681918558675
 1995,Angola,Monogastrics,13.042666,0.0215816919638976
-1995,Angola,Oilcrops,13.042666,0.00615940023305051
-1995,Angola,Pulses,13.042666,0.00856082644453212
+1995,Angola,FruitVeg,13.042666,0.048349547554158
+1995,Angola,OilcropsPulses,13.042666,0.0147202266775826
 1995,Angola,Starchy Roots,13.042666,0.200329441848775
+1995,Angola,Sugar,13.042666,0.00628790156859035
 1996,Angola,Ruminants,13.424813,0.181633852181032
 1996,Angola,Cereals,13.424813,0.0620028748258914
 1996,Angola,Monogastrics,13.424813,0.0230056984778857
-1996,Angola,Oilcrops,13.424813,0.00640046159302182
-1996,Angola,Pulses,13.424813,0.00797769026652364
+1996,Angola,FruitVeg,13.424813,0.0489148712909446
+1996,Angola,OilcropsPulses,13.424813,0.0143781518595455
 1996,Angola,Starchy Roots,13.424813,0.191265234011081
+1996,Angola,Sugar,13.424813,0.00712419606887634
 1997,Angola,Ruminants,13.801868,0.191632668853231
 1997,Angola,Cereals,13.801868,0.0663043582216552
 1997,Angola,Monogastrics,13.801868,0.0282826426104061
-1997,Angola,Oilcrops,13.801868,0.00570893736992703
-1997,Angola,Pulses,13.801868,0.00919658121639766
+1997,Angola,FruitVeg,13.801868,0.0469494419161232
+1997,Angola,OilcropsPulses,13.801868,0.0149055185863247
 1997,Angola,Starchy Roots,13.801868,0.174331329643205
+1997,Angola,Sugar,13.801868,0.008860612201189
 1998,Angola,Ruminants,14.18771,0.198666380973392
 1998,Angola,Cereals,14.18771,0.0651966384990953
 1998,Angola,Monogastrics,14.18771,0.0305732496646746
-1998,Angola,Oilcrops,14.18771,0.00602380511019749
-1998,Angola,Pulses,14.18771,0.00654263443501453
+1998,Angola,FruitVeg,14.18771,0.046898477626058
+1998,Angola,OilcropsPulses,14.18771,0.012566439545212
 1998,Angola,Starchy Roots,14.18771,0.203737601064583
+1998,Angola,Sugar,14.18771,0.00830098726291981
 1999,Angola,Ruminants,14.601983,0.194700973148647
 1999,Angola,Cereals,14.601983,0.0712330647145665
 1999,Angola,Monogastrics,14.601983,0.02632815008756
-1999,Angola,Oilcrops,14.601983,0.00531674362310927
-1999,Angola,Pulses,14.601983,0.00503465864876024
+1999,Angola,FruitVeg,14.601983,0.0421064727989342
+1999,Angola,OilcropsPulses,14.601983,0.0103514022718695
 1999,Angola,Starchy Roots,14.601983,0.203155352255923
+1999,Angola,Sugar,14.601983,0.0102123115743937
 2000,Angola,Ruminants,15.058638,0.23019943769151
 2000,Angola,Cereals,15.058638,0.072612211011381
 2000,Angola,Monogastrics,15.058638,0.0307768006641769
-2000,Angola,Oilcrops,15.058638,0.00564134684690607
-2000,Angola,Pulses,15.058638,0.00653312736517074
+2000,Angola,FruitVeg,15.058638,0.0446531087340037
+2000,Angola,OilcropsPulses,15.058638,0.0121744742120768
 2000,Angola,Starchy Roots,15.058638,0.193776621763535
+2000,Angola,Sugar,15.058638,0.00749815487961129
 2001,Angola,Ruminants,15.562791,0.235118405175524
 2001,Angola,Cereals,15.562791,0.0730785371338599
 2001,Angola,Monogastrics,15.562791,0.0301487567365005
-2001,Angola,Oilcrops,15.562791,0.00585614752520933
-2001,Angola,Pulses,15.562791,0.00623962629839339
+2001,Angola,FruitVeg,15.562791,0.046898849955641
+2001,Angola,OilcropsPulses,15.562791,0.0120957738236027
 2001,Angola,Starchy Roots,15.562791,0.203823337343539
+2001,Angola,Sugar,15.562791,0.00837388357910866
 2002,Angola,Ruminants,16.109696,0.245831026234139
 2002,Angola,Cereals,16.109696,0.0751256882811445
 2002,Angola,Monogastrics,16.109696,0.0411808329592315
-2002,Angola,Oilcrops,16.109696,0.00620533124895715
-2002,Angola,Pulses,16.109696,0.0071102521115234
+2002,Angola,FruitVeg,16.109696,0.0539215637588692
+2002,Angola,OilcropsPulses,16.109696,0.0133155833604805
 2002,Angola,Starchy Roots,16.109696,0.207457918510691
+2002,Angola,Sugar,16.109696,0.0106583637580746
 2003,Angola,Ruminants,16.691395,0.255308372967029
 2003,Angola,Cereals,16.691395,0.0755215486782261
 2003,Angola,Monogastrics,16.691395,0.0445988546793123
-2003,Angola,Oilcrops,16.691395,0.00750404624658394
-2003,Angola,Pulses,16.691395,0.00698635434605676
+2003,Angola,FruitVeg,16.691395,0.0606348360936878
+2003,Angola,OilcropsPulses,16.691395,0.0144904005926407
 2003,Angola,Starchy Roots,16.691395,0.213071346043875
+2003,Angola,Sugar,16.691395,0.0126112886310581
 2004,Angola,Ruminants,17.2955,0.216074551183834
 2004,Angola,Cereals,17.2955,0.0824737648521291
 2004,Angola,Monogastrics,17.2955,0.0429315024139227
-2004,Angola,Oilcrops,17.2955,0.0066563556994594
-2004,Angola,Pulses,17.2955,0.00566118354485271
+2004,Angola,FruitVeg,17.2955,0.0689297794223931
+2004,Angola,OilcropsPulses,17.2955,0.0123175392443121
 2004,Angola,Starchy Roots,17.2955,0.213354514179989
+2004,Angola,Sugar,17.2955,0.0120021971032928
 2005,Angola,Ruminants,17.912942,0.251145361828336
 2005,Angola,Cereals,17.912942,0.0834910312331721
 2005,Angola,Monogastrics,17.912942,0.0477228363716022
-2005,Angola,Oilcrops,17.912942,0.0072541406096218
-2005,Angola,Pulses,17.912942,0.00661086269357652
+2005,Angola,FruitVeg,17.912942,0.0737787237852944
+2005,Angola,OilcropsPulses,17.912942,0.0138650033031983
 2005,Angola,Starchy Roots,17.912942,0.214550295534927
+2005,Angola,Sugar,17.912942,0.0111603666220769
 2006,Angola,Ruminants,18.541467,0.239088169237094
 2006,Angola,Cereals,18.541467,0.0859201162453866
 2006,Angola,Monogastrics,18.541467,0.0560795324339762
-2006,Angola,Oilcrops,18.541467,0.00688025386556522
-2006,Angola,Pulses,18.541467,0.00612486595585991
+2006,Angola,FruitVeg,18.541467,0.0819527386910647
+2006,Angola,OilcropsPulses,18.541467,0.0130051198214251
 2006,Angola,Starchy Roots,18.541467,0.219799868047118
+2006,Angola,Sugar,18.541467,0.011650102982682
 2007,Angola,Ruminants,19.183907,0.244076329185708
 2007,Angola,Cereals,19.183907,0.0826897252994398
 2007,Angola,Monogastrics,19.183907,0.0616141227123338
-2007,Angola,Oilcrops,19.183907,0.00710095185511481
-2007,Angola,Pulses,19.183907,0.00635923641623158
+2007,Angola,FruitVeg,19.183907,0.0916038635925414
+2007,Angola,OilcropsPulses,19.183907,0.0134601882713464
 2007,Angola,Starchy Roots,19.183907,0.238868078332532
+2007,Angola,Sugar,19.183907,0.0119952624874589
 2008,Angola,Ruminants,19.842251,0.234998302359949
 2008,Angola,Cereals,19.842251,0.086894828615967
 2008,Angola,Monogastrics,19.842251,0.0717968490570954
-2008,Angola,Oilcrops,19.842251,0.0082206902835772
-2008,Angola,Pulses,19.842251,0.00747107775221672
+2008,Angola,FruitVeg,19.842251,0.127157498410841
+2008,Angola,OilcropsPulses,19.842251,0.0156917680357939
 2008,Angola,Starchy Roots,19.842251,0.227536079449857
+2008,Angola,Sugar,19.842251,0.0135276990498709
 2009,Angola,Ruminants,20.520103,0.199012353885358
 2009,Angola,Cereals,20.520103,0.0872013654122496
 2009,Angola,Monogastrics,20.520103,0.071096850732182
-2009,Angola,Oilcrops,20.520103,0.00839839839010555
-2009,Angola,Pulses,20.520103,0.0079981080016996
+2009,Angola,FruitVeg,20.520103,0.165590543088405
+2009,Angola,OilcropsPulses,20.520103,0.0163965063918051
 2009,Angola,Starchy Roots,20.520103,0.245642188053345
+2009,Angola,Sugar,20.520103,0.0122744023263431
 2010,Angola,Ruminants,21.219954,0.186668543202309
 2010,Angola,Cereals,21.219954,0.0894009006805575
 2010,Angola,Monogastrics,21.219954,0.0833212692167005
-2010,Angola,Oilcrops,21.219954,0.00834653081717331
-2010,Angola,Pulses,21.219954,0.00802489958272294
+2010,Angola,FruitVeg,21.219954,0.166324724360854
+2010,Angola,OilcropsPulses,21.219954,0.0163714303998962
 2010,Angola,Starchy Roots,21.219954,0.24572861939286
+2010,Angola,Sugar,21.219954,0.0120038431751549
 2011,Angola,Ruminants,21.942296,0.199228225706189
 2011,Angola,Cereals,21.942296,0.0925369888365374
 2011,Angola,Monogastrics,21.942296,0.0968164817391945
-2011,Angola,Oilcrops,21.942296,0.00992275375375485
-2011,Angola,Pulses,21.942296,0.00832210084122464
+2011,Angola,FruitVeg,21.942296,0.189816325511241
+2011,Angola,OilcropsPulses,21.942296,0.0182448545949795
 2011,Angola,Starchy Roots,21.942296,0.245803310647163
+2011,Angola,Sugar,21.942296,0.012419529843185
 2012,Angola,Ruminants,22.685632,0.221912309959008
 2012,Angola,Cereals,22.685632,0.0921537473586806
 2012,Angola,Monogastrics,22.685632,0.105012185686517
-2012,Angola,Oilcrops,22.685632,0.00706998156366109
-2012,Angola,Pulses,22.685632,0.00813475242832115
+2012,Angola,FruitVeg,22.685632,0.188700142892206
+2012,Angola,OilcropsPulses,22.685632,0.0152047339919822
 2012,Angola,Starchy Roots,22.685632,0.229741406366814
+2012,Angola,Sugar,22.685632,0.0132808290286998
 2013,Angola,Ruminants,23.448202,0.226127414801357
 2013,Angola,Cereals,23.448202,0.094671224684946
 2013,Angola,Monogastrics,23.448202,0.106787104614674
-2013,Angola,Oilcrops,23.448202,0.010407279841755
-2013,Angola,Pulses,23.448202,0.00820728173529041
+2013,Angola,FruitVeg,23.448202,0.20077825156914
+2013,Angola,OilcropsPulses,23.448202,0.0186145615770454
 2013,Angola,Starchy Roots,23.448202,0.244917968550424
+2013,Angola,Sugar,23.448202,0.0139369321366303
 1961,Antigua and Barbuda,Ruminants,0.055403,0.391921015107485
 1961,Antigua and Barbuda,Cereals,0.055403,0.123783910618559
 1961,Antigua and Barbuda,Monogastrics,0.055403,0.0489215385448441
-1961,Antigua and Barbuda,Oilcrops,0.055403,0.0089164846668953
-1961,Antigua and Barbuda,Pulses,0.055403,0.00144396512824215
+1961,Antigua and Barbuda,FruitVeg,0.055403,0.11288197390033
+1961,Antigua and Barbuda,OilcropsPulses,0.055403,0.0103604497951374
 1961,Antigua and Barbuda,Starchy Roots,0.055403,0.0133025287439308
+1961,Antigua and Barbuda,Sugar,0.055403,0.0354493438983449
 1962,Antigua and Barbuda,Ruminants,0.056311,0.417165385093499
 1962,Antigua and Barbuda,Cereals,0.056311,0.118768979417876
 1962,Antigua and Barbuda,Monogastrics,0.056311,0.0657118502601623
-1962,Antigua and Barbuda,Oilcrops,0.056311,0.0103532169558346
-1962,Antigua and Barbuda,Pulses,0.056311,0.00104775265933832
+1962,Antigua and Barbuda,FruitVeg,0.056311,0.11654916446165
+1962,Antigua and Barbuda,OilcropsPulses,0.056311,0.0114009696151729
 1962,Antigua and Barbuda,Starchy Roots,0.056311,0.012288895597663
+1962,Antigua and Barbuda,Sugar,0.056311,0.0463319777663334
 1963,Antigua and Barbuda,Ruminants,0.057368,0.372108143912983
 1963,Antigua and Barbuda,Cereals,0.057368,0.1128329382234
 1963,Antigua and Barbuda,Monogastrics,0.057368,0.0650310277506624
-1963,Antigua and Barbuda,Oilcrops,0.057368,0.0101101659461721
-1963,Antigua and Barbuda,Pulses,0.057368,0.00118532980058569
+1963,Antigua and Barbuda,FruitVeg,0.057368,0.114994421977409
+1963,Antigua and Barbuda,OilcropsPulses,0.057368,0.0112954957467578
 1963,Antigua and Barbuda,Starchy Roots,0.057368,0.0153744247664203
+1963,Antigua and Barbuda,Sugar,0.057368,0.0392030400223121
 1964,Antigua and Barbuda,Ruminants,0.0585,0.365088888888889
 1964,Antigua and Barbuda,Cereals,0.0585,0.124188034188034
 1964,Antigua and Barbuda,Monogastrics,0.0585,0.072974358974359
-1964,Antigua and Barbuda,Oilcrops,0.0585,0.00839316239316239
-1964,Antigua and Barbuda,Pulses,0.0585,0.00155555555555556
+1964,Antigua and Barbuda,FruitVeg,0.0585,0.119675213675214
+1964,Antigua and Barbuda,OilcropsPulses,0.0585,0.00994871794871795
 1964,Antigua and Barbuda,Starchy Roots,0.0585,0.0132307692307692
+1964,Antigua and Barbuda,Sugar,0.0585,0.0395042735042735
 1965,Antigua and Barbuda,Ruminants,0.059653,0.362114227281109
 1965,Antigua and Barbuda,Cereals,0.059653,0.125509194843512
 1965,Antigua and Barbuda,Monogastrics,0.059653,0.0619180929710157
-1965,Antigua and Barbuda,Oilcrops,0.059653,0.00916969808727139
-1965,Antigua and Barbuda,Pulses,0.059653,0.00184399778720266
+1965,Antigua and Barbuda,FruitVeg,0.059653,0.119457529378237
+1965,Antigua and Barbuda,OilcropsPulses,0.059653,0.011013695874474
 1965,Antigua and Barbuda,Starchy Roots,0.059653,0.0133606021490956
+1965,Antigua and Barbuda,Sugar,0.059653,0.0459490721338407
 1966,Antigua and Barbuda,Ruminants,0.060818,0.394486829557039
 1966,Antigua and Barbuda,Cereals,0.060818,0.102979381104278
 1966,Antigua and Barbuda,Monogastrics,0.060818,0.0881022065835772
-1966,Antigua and Barbuda,Oilcrops,0.060818,0.00989838534644349
-1966,Antigua and Barbuda,Pulses,0.060818,0.00320628761222007
+1966,Antigua and Barbuda,FruitVeg,0.060818,0.143444375020553
+1966,Antigua and Barbuda,OilcropsPulses,0.060818,0.0131046729586636
 1966,Antigua and Barbuda,Starchy Roots,0.060818,0.0166726955835443
+1966,Antigua and Barbuda,Sugar,0.060818,0.0487520142063205
 1967,Antigua and Barbuda,Ruminants,0.062002,0.347200090319667
 1967,Antigua and Barbuda,Cereals,0.062002,0.0741427695880778
 1967,Antigua and Barbuda,Monogastrics,0.062002,0.0716283345698526
-1967,Antigua and Barbuda,Oilcrops,0.062002,0.0110802877326538
-1967,Antigua and Barbuda,Pulses,0.062002,0.00116125286281088
+1967,Antigua and Barbuda,FruitVeg,0.062002,0.135850456436889
+1967,Antigua and Barbuda,OilcropsPulses,0.062002,0.0122415405954647
 1967,Antigua and Barbuda,Starchy Roots,0.062002,0.0177897487177833
+1967,Antigua and Barbuda,Sugar,0.062002,0.0489984194058256
 1968,Antigua and Barbuda,Ruminants,0.063176,0.315681587944789
 1968,Antigua and Barbuda,Cereals,0.063176,0.0798404457388882
 1968,Antigua and Barbuda,Monogastrics,0.063176,0.0811415727491453
-1968,Antigua and Barbuda,Oilcrops,0.063176,0.0088324680258326
-1968,Antigua and Barbuda,Pulses,0.063176,0.00123464606812714
+1968,Antigua and Barbuda,FruitVeg,0.063176,0.147065341268836
+1968,Antigua and Barbuda,OilcropsPulses,0.063176,0.0100671140939597
 1968,Antigua and Barbuda,Starchy Roots,0.063176,0.0188837533240471
+1968,Antigua and Barbuda,Sugar,0.063176,0.0503672280612891
 1969,Antigua and Barbuda,Ruminants,0.064307,0.398737306980578
 1969,Antigua and Barbuda,Cereals,0.064307,0.0828992178145458
 1969,Antigua and Barbuda,Monogastrics,0.064307,0.084601987341969
-1969,Antigua and Barbuda,Oilcrops,0.064307,0.00828836674079027
-1969,Antigua and Barbuda,Pulses,0.064307,0.00111962927830563
+1969,Antigua and Barbuda,FruitVeg,0.064307,0.14435442486821
+1969,Antigua and Barbuda,OilcropsPulses,0.064307,0.0094079960190959
 1969,Antigua and Barbuda,Starchy Roots,0.064307,0.0188781936647643
+1969,Antigua and Barbuda,Sugar,0.064307,0.0496835492248122
 1970,Antigua and Barbuda,Ruminants,0.065369,0.438620752956294
 1970,Antigua and Barbuda,Cereals,0.065369,0.0841530389022319
 1970,Antigua and Barbuda,Monogastrics,0.065369,0.108455078095122
-1970,Antigua and Barbuda,Oilcrops,0.065369,0.00749590784622681
-1970,Antigua and Barbuda,Pulses,0.065369,0.00143799048478637
+1970,Antigua and Barbuda,FruitVeg,0.065369,0.160978445440499
+1970,Antigua and Barbuda,OilcropsPulses,0.065369,0.00893389833101317
 1970,Antigua and Barbuda,Starchy Roots,0.065369,0.0203460355826156
+1970,Antigua and Barbuda,Sugar,0.065369,0.0501613914852606
 1971,Antigua and Barbuda,Ruminants,0.066338,0.449302059151617
 1971,Antigua and Barbuda,Cereals,0.066338,0.0867828393982333
 1971,Antigua and Barbuda,Monogastrics,0.066338,0.0981533962434804
-1971,Antigua and Barbuda,Oilcrops,0.066338,0.00777834725195212
-1971,Antigua and Barbuda,Pulses,0.066338,0.00117579667762067
+1971,Antigua and Barbuda,FruitVeg,0.066338,0.149552292803521
+1971,Antigua and Barbuda,OilcropsPulses,0.066338,0.00895414392957279
 1971,Antigua and Barbuda,Starchy Roots,0.066338,0.0198378003557539
+1971,Antigua and Barbuda,Sugar,0.066338,0.0446350508004462
 1972,Antigua and Barbuda,Ruminants,0.067205,0.402080202365895
 1972,Antigua and Barbuda,Cereals,0.067205,0.0878208466631947
 1972,Antigua and Barbuda,Monogastrics,0.067205,0.0909099025370136
-1972,Antigua and Barbuda,Oilcrops,0.067205,0.00748456216055353
-1972,Antigua and Barbuda,Pulses,0.067205,0.00116062792946953
+1972,Antigua and Barbuda,FruitVeg,0.067205,0.138352801130868
+1972,Antigua and Barbuda,OilcropsPulses,0.067205,0.00864519009002306
 1972,Antigua and Barbuda,Starchy Roots,0.067205,0.0194479577412395
+1972,Antigua and Barbuda,Sugar,0.067205,0.0337177293356149
 1973,Antigua and Barbuda,Ruminants,0.067972,0.396358794797858
 1973,Antigua and Barbuda,Cereals,0.067972,0.0842552815865356
 1973,Antigua and Barbuda,Monogastrics,0.067972,0.0640763843935738
-1973,Antigua and Barbuda,Oilcrops,0.067972,0.00598775966574472
-1973,Antigua and Barbuda,Pulses,0.067972,0.000882716412640499
+1973,Antigua and Barbuda,FruitVeg,0.067972,0.119357970929206
+1973,Antigua and Barbuda,OilcropsPulses,0.067972,0.00687047607838522
 1973,Antigua and Barbuda,Starchy Roots,0.067972,0.0137262402165598
+1973,Antigua and Barbuda,Sugar,0.067972,0.0329694580121226
 1974,Antigua and Barbuda,Ruminants,0.068655,0.336397931687423
 1974,Antigua and Barbuda,Cereals,0.068655,0.0882237273323138
 1974,Antigua and Barbuda,Monogastrics,0.068655,0.0756594567038089
-1974,Antigua and Barbuda,Oilcrops,0.068655,0.00402010050251256
-1974,Antigua and Barbuda,Pulses,0.068655,0.00094676279950477
+1974,Antigua and Barbuda,FruitVeg,0.068655,0.118024907144418
+1974,Antigua and Barbuda,OilcropsPulses,0.068655,0.00496686330201733
 1974,Antigua and Barbuda,Starchy Roots,0.068655,0.0129342363993882
+1974,Antigua and Barbuda,Sugar,0.068655,0.0320734105309154
 1975,Antigua and Barbuda,Ruminants,0.069253,0.290901477192324
 1975,Antigua and Barbuda,Cereals,0.069253,0.0925302874965706
 1975,Antigua and Barbuda,Monogastrics,0.069253,0.0714654960795922
-1975,Antigua and Barbuda,Oilcrops,0.069253,0.00437526172151387
-1975,Antigua and Barbuda,Pulses,0.069253,0.000866388459705717
+1975,Antigua and Barbuda,FruitVeg,0.069253,0.125886243195241
+1975,Antigua and Barbuda,OilcropsPulses,0.069253,0.00524165018121959
 1975,Antigua and Barbuda,Starchy Roots,0.069253,0.0103533420934833
+1975,Antigua and Barbuda,Sugar,0.069253,0.0297893232062149
 1976,Antigua and Barbuda,Ruminants,0.069782,0.297811756613453
 1976,Antigua and Barbuda,Cereals,0.069782,0.0887334842796137
 1976,Antigua and Barbuda,Monogastrics,0.069782,0.0617652116591671
-1976,Antigua and Barbuda,Oilcrops,0.069782,0.00209223008798831
-1976,Antigua and Barbuda,Pulses,0.069782,0.00084549024103637
+1976,Antigua and Barbuda,FruitVeg,0.069782,0.124387377833825
+1976,Antigua and Barbuda,OilcropsPulses,0.069782,0.00293772032902468
 1976,Antigua and Barbuda,Starchy Roots,0.069782,0.0121951219512195
+1976,Antigua and Barbuda,Sugar,0.069782,0.0329884497434869
 1977,Antigua and Barbuda,Ruminants,0.070223,0.380136137732652
 1977,Antigua and Barbuda,Cereals,0.070223,0.0891588226079775
 1977,Antigua and Barbuda,Monogastrics,0.070223,0.0526707773806303
-1977,Antigua and Barbuda,Oilcrops,0.070223,0.00360280819674466
-1977,Antigua and Barbuda,Pulses,0.070223,0.000498412201130684
+1977,Antigua and Barbuda,FruitVeg,0.070223,0.112812041638779
+1977,Antigua and Barbuda,OilcropsPulses,0.070223,0.00410122039787534
 1977,Antigua and Barbuda,Starchy Roots,0.070223,0.00599518676217194
+1977,Antigua and Barbuda,Sugar,0.070223,0.0317417370377227
 1978,Antigua and Barbuda,Ruminants,0.070508,0.432888466556986
 1978,Antigua and Barbuda,Cereals,0.070508,0.0752113235377546
 1978,Antigua and Barbuda,Monogastrics,0.070508,0.080529868951041
-1978,Antigua and Barbuda,Oilcrops,0.070508,0.00221251489192716
-1978,Antigua and Barbuda,Pulses,0.070508,0.000581494298519317
+1978,Antigua and Barbuda,FruitVeg,0.070508,0.126056617688773
+1978,Antigua and Barbuda,OilcropsPulses,0.070508,0.00279400919044647
 1978,Antigua and Barbuda,Starchy Roots,0.070508,0.0133743688659443
+1978,Antigua and Barbuda,Sugar,0.070508,0.0299398649798604
 1979,Antigua and Barbuda,Ruminants,0.070553,0.396404121724094
 1979,Antigua and Barbuda,Cereals,0.070553,0.0718183493260386
 1979,Antigua and Barbuda,Monogastrics,0.070553,0.096306322906184
-1979,Antigua and Barbuda,Oilcrops,0.070553,0.00267883718622879
-1979,Antigua and Barbuda,Pulses,0.070553,0.00124728927189489
+1979,Antigua and Barbuda,FruitVeg,0.070553,0.139668050968775
+1979,Antigua and Barbuda,OilcropsPulses,0.070553,0.00392612645812368
 1979,Antigua and Barbuda,Starchy Roots,0.070553,0.0171218800051025
+1979,Antigua and Barbuda,Sugar,0.070553,0.0312105792808243
 1980,Antigua and Barbuda,Ruminants,0.070301,0.430808950086058
 1980,Antigua and Barbuda,Cereals,0.070301,0.0725309739548513
 1980,Antigua and Barbuda,Monogastrics,0.070301,0.144922547332186
-1980,Antigua and Barbuda,Oilcrops,0.070301,0.00270266425797642
-1980,Antigua and Barbuda,Pulses,0.070301,0.00278801155033357
+1980,Antigua and Barbuda,FruitVeg,0.070301,0.166725935619692
+1980,Antigua and Barbuda,OilcropsPulses,0.070301,0.00549067580830998
 1980,Antigua and Barbuda,Starchy Roots,0.070301,0.0155758808551799
+1980,Antigua and Barbuda,Sugar,0.070301,0.0341958151377647
 1981,Antigua and Barbuda,Ruminants,0.06975,0.41821935483871
 1981,Antigua and Barbuda,Cereals,0.06975,0.0649605734767025
 1981,Antigua and Barbuda,Monogastrics,0.06975,0.16059211469534
-1981,Antigua and Barbuda,Oilcrops,0.06975,0.00371326164874552
-1981,Antigua and Barbuda,Pulses,0.06975,0.00139068100358423
+1981,Antigua and Barbuda,FruitVeg,0.06975,0.175641577060932
+1981,Antigua and Barbuda,OilcropsPulses,0.06975,0.00510394265232975
 1981,Antigua and Barbuda,Starchy Roots,0.06975,0.0203010752688172
+1981,Antigua and Barbuda,Sugar,0.06975,0.038752688172043
 1982,Antigua and Barbuda,Ruminants,0.06895,0.45859753444525
 1982,Antigua and Barbuda,Cereals,0.06895,0.0682523567802756
 1982,Antigua and Barbuda,Monogastrics,0.06895,0.166024655547498
-1982,Antigua and Barbuda,Oilcrops,0.06895,0.00195794053662074
-1982,Antigua and Barbuda,Pulses,0.06895,0.00184191443074692
+1982,Antigua and Barbuda,FruitVeg,0.06895,0.176838288614938
+1982,Antigua and Barbuda,OilcropsPulses,0.06895,0.00379985496736766
 1982,Antigua and Barbuda,Starchy Roots,0.06895,0.0178390137781001
+1982,Antigua and Barbuda,Sugar,0.06895,0.0322407541696882
 1983,Antigua and Barbuda,Ruminants,0.067958,0.477419876982842
 1983,Antigua and Barbuda,Cereals,0.067958,0.0732069807822479
 1983,Antigua and Barbuda,Monogastrics,0.067958,0.174628446981959
-1983,Antigua and Barbuda,Oilcrops,0.067958,0.00191294623149592
-1983,Antigua and Barbuda,Pulses,0.067958,0.00288413431825539
+1983,Antigua and Barbuda,FruitVeg,0.067958,0.17203272609553
+1983,Antigua and Barbuda,OilcropsPulses,0.067958,0.00479708054975132
 1983,Antigua and Barbuda,Starchy Roots,0.067958,0.023852968009653
+1983,Antigua and Barbuda,Sugar,0.067958,0.0295035168780717
 1984,Antigua and Barbuda,Ruminants,0.066863,0.535047784275309
 1984,Antigua and Barbuda,Cereals,0.066863,0.0809266709540403
 1984,Antigua and Barbuda,Monogastrics,0.066863,0.204633354770202
-1984,Antigua and Barbuda,Oilcrops,0.066863,0.0030510147615273
-1984,Antigua and Barbuda,Pulses,0.066863,0.00373898867834228
+1984,Antigua and Barbuda,FruitVeg,0.066863,0.200200409793159
+1984,Antigua and Barbuda,OilcropsPulses,0.066863,0.00679000343986958
 1984,Antigua and Barbuda,Starchy Roots,0.066863,0.0175582908334954
+1984,Antigua and Barbuda,Sugar,0.066863,0.0272647054424719
 1985,Antigua and Barbuda,Ruminants,0.065744,0.523231017279143
 1985,Antigua and Barbuda,Cereals,0.065744,0.0820455098564128
 1985,Antigua and Barbuda,Monogastrics,0.065744,0.216034923339012
-1985,Antigua and Barbuda,Oilcrops,0.065744,0.00410683864687272
-1985,Antigua and Barbuda,Pulses,0.065744,0.00372657580919932
+1985,Antigua and Barbuda,FruitVeg,0.065744,0.200535410075444
+1985,Antigua and Barbuda,OilcropsPulses,0.065744,0.00783341445607204
 1985,Antigua and Barbuda,Starchy Roots,0.065744,0.007605256753468
+1985,Antigua and Barbuda,Sugar,0.065744,0.0286109759065466
 1986,Antigua and Barbuda,Ruminants,0.064605,0.556269638572866
 1986,Antigua and Barbuda,Cereals,0.064605,0.0793746614039161
 1986,Antigua and Barbuda,Monogastrics,0.064605,0.221756829966721
-1986,Antigua and Barbuda,Oilcrops,0.064605,0.00343626654283724
-1986,Antigua and Barbuda,Pulses,0.064605,0.00394706292082656
+1986,Antigua and Barbuda,FruitVeg,0.064605,0.207228542682455
+1986,Antigua and Barbuda,OilcropsPulses,0.064605,0.0073833294636638
 1986,Antigua and Barbuda,Starchy Roots,0.064605,0.00897763331011532
+1986,Antigua and Barbuda,Sugar,0.064605,0.0290844361891494
 1987,Antigua and Barbuda,Ruminants,0.063484,0.620052296641673
 1987,Antigua and Barbuda,Cereals,0.063484,0.0807290025833281
 1987,Antigua and Barbuda,Monogastrics,0.063484,0.234191292294121
-1987,Antigua and Barbuda,Oilcrops,0.063484,0.00368596811795098
-1987,Antigua and Barbuda,Pulses,0.063484,0.00401676012853632
+1987,Antigua and Barbuda,FruitVeg,0.063484,0.219630143028165
+1987,Antigua and Barbuda,OilcropsPulses,0.063484,0.00770272824648731
 1987,Antigua and Barbuda,Starchy Roots,0.063484,0.0102860563291538
+1987,Antigua and Barbuda,Sugar,0.063484,0.0252347048075106
 1988,Antigua and Barbuda,Ruminants,0.062538,0.672109757267581
 1988,Antigua and Barbuda,Cereals,0.062538,0.0809427867856343
 1988,Antigua and Barbuda,Monogastrics,0.062538,0.249131727909431
-1988,Antigua and Barbuda,Oilcrops,0.062538,0.00283027919025233
-1988,Antigua and Barbuda,Pulses,0.062538,0.00407752086731267
+1988,Antigua and Barbuda,FruitVeg,0.062538,0.23859093671048
+1988,Antigua and Barbuda,OilcropsPulses,0.062538,0.006907800057565
 1988,Antigua and Barbuda,Starchy Roots,0.062538,0.0117848348204292
+1988,Antigua and Barbuda,Sugar,0.062538,0.0309891585915763
 1989,Antigua and Barbuda,Ruminants,0.061967,0.554188519695967
 1989,Antigua and Barbuda,Cereals,0.061967,0.0859005599754708
 1989,Antigua and Barbuda,Monogastrics,0.061967,0.249440831410267
-1989,Antigua and Barbuda,Oilcrops,0.061967,0.00277567092161957
-1989,Antigua and Barbuda,Pulses,0.061967,0.00411509351751739
+1989,Antigua and Barbuda,FruitVeg,0.061967,0.210208659447771
+1989,Antigua and Barbuda,OilcropsPulses,0.061967,0.00689076443913696
 1989,Antigua and Barbuda,Starchy Roots,0.061967,0.0131198863911437
+1989,Antigua and Barbuda,Sugar,0.061967,0.0317265641389772
 1990,Antigua and Barbuda,Ruminants,0.061906,0.573028462507673
 1990,Antigua and Barbuda,Cereals,0.061906,0.086631344296191
 1990,Antigua and Barbuda,Monogastrics,0.061906,0.263573805446968
-1990,Antigua and Barbuda,Oilcrops,0.061906,0.00360223564759474
-1990,Antigua and Barbuda,Pulses,0.061906,0.00411914838626304
+1990,Antigua and Barbuda,FruitVeg,0.061906,0.219962523826447
+1990,Antigua and Barbuda,OilcropsPulses,0.061906,0.00772138403385778
 1990,Antigua and Barbuda,Starchy Roots,0.061906,0.0146027848673796
+1990,Antigua and Barbuda,Sugar,0.061906,0.0330501082286047
 1991,Antigua and Barbuda,Ruminants,0.062412,0.594081266423124
 1991,Antigua and Barbuda,Cereals,0.062412,0.0848714990706915
 1991,Antigua and Barbuda,Monogastrics,0.062412,0.235771966929437
-1991,Antigua and Barbuda,Oilcrops,0.062412,0.00422995577773505
-1991,Antigua and Barbuda,Pulses,0.062412,0.00408575273985772
+1991,Antigua and Barbuda,FruitVeg,0.062412,0.217890790232648
+1991,Antigua and Barbuda,OilcropsPulses,0.062412,0.00831570851759277
 1991,Antigua and Barbuda,Starchy Roots,0.062412,0.0116804460680638
+1991,Antigua and Barbuda,Sugar,0.062412,0.0330865859129655
 1992,Antigua and Barbuda,Ruminants,0.063434,0.55906138663808
 1992,Antigua and Barbuda,Cereals,0.063434,0.0887063719771731
 1992,Antigua and Barbuda,Monogastrics,0.063434,0.21995459848031
-1992,Antigua and Barbuda,Oilcrops,0.063434,0.00419333480467888
-1992,Antigua and Barbuda,Pulses,0.063434,0.00417757038811993
+1992,Antigua and Barbuda,FruitVeg,0.063434,0.255872245168206
+1992,Antigua and Barbuda,OilcropsPulses,0.063434,0.00837090519279881
 1992,Antigua and Barbuda,Starchy Roots,0.063434,0.0102153419301952
+1992,Antigua and Barbuda,Sugar,0.063434,0.0332471545228111
 1993,Antigua and Barbuda,Ruminants,0.064868,0.576615588579885
 1993,Antigua and Barbuda,Cereals,0.064868,0.0834926311894925
 1993,Antigua and Barbuda,Monogastrics,0.064868,0.201923907011161
-1993,Antigua and Barbuda,Oilcrops,0.064868,0.00410063513596843
-1993,Antigua and Barbuda,Pulses,0.064868,0.00408521921440464
+1993,Antigua and Barbuda,FruitVeg,0.064868,0.275390022815564
+1993,Antigua and Barbuda,OilcropsPulses,0.064868,0.00818585435037307
 1993,Antigua and Barbuda,Starchy Roots,0.064868,0.0148609483874946
+1993,Antigua and Barbuda,Sugar,0.064868,0.0300764629709564
 1994,Antigua and Barbuda,Ruminants,0.06655,0.51389181066867
 1994,Antigua and Barbuda,Cereals,0.06655,0.0865815176558978
 1994,Antigua and Barbuda,Monogastrics,0.06655,0.214070623591285
-1994,Antigua and Barbuda,Oilcrops,0.06655,0.00450788880540947
-1994,Antigua and Barbuda,Pulses,0.06655,0.00398196844477836
+1994,Antigua and Barbuda,FruitVeg,0.06655,0.234530428249437
+1994,Antigua and Barbuda,OilcropsPulses,0.06655,0.00848985725018783
 1994,Antigua and Barbuda,Starchy Roots,0.06655,0.0163486100676183
+1994,Antigua and Barbuda,Sugar,0.06655,0.0318707738542449
 1995,Antigua and Barbuda,Ruminants,0.068349,0.495609299331373
 1995,Antigua and Barbuda,Cereals,0.068349,0.0872434124859179
 1995,Antigua and Barbuda,Monogastrics,0.068349,0.19362975317854
-1995,Antigua and Barbuda,Oilcrops,0.068349,0.00418440650192395
-1995,Antigua and Barbuda,Pulses,0.068349,0.0038771598706638
+1995,Antigua and Barbuda,FruitVeg,0.068349,0.201787882778095
+1995,Antigua and Barbuda,OilcropsPulses,0.068349,0.00806156637258775
 1995,Antigua and Barbuda,Starchy Roots,0.068349,0.0112218174369779
+1995,Antigua and Barbuda,Sugar,0.068349,0.0324218349939282
 1996,Antigua and Barbuda,Ruminants,0.070245,0.409834151896932
 1996,Antigua and Barbuda,Cereals,0.070245,0.0826108619830593
 1996,Antigua and Barbuda,Monogastrics,0.070245,0.238563598832657
-1996,Antigua and Barbuda,Oilcrops,0.070245,0.00408570004982561
-1996,Antigua and Barbuda,Pulses,0.070245,0.0037725104989679
+1996,Antigua and Barbuda,FruitVeg,0.070245,0.207957861769521
+1996,Antigua and Barbuda,OilcropsPulses,0.070245,0.00785821054879351
 1996,Antigua and Barbuda,Starchy Roots,0.070245,0.0107338600612143
+1996,Antigua and Barbuda,Sugar,0.070245,0.0320307495195388
 1997,Antigua and Barbuda,Ruminants,0.072232,0.387173275002769
 1997,Antigua and Barbuda,Cereals,0.072232,0.081861224941854
 1997,Antigua and Barbuda,Monogastrics,0.072232,0.241285026027245
-1997,Antigua and Barbuda,Oilcrops,0.072232,0.00437479233580684
-1997,Antigua and Barbuda,Pulses,0.072232,0.00366873407907852
+1997,Antigua and Barbuda,FruitVeg,0.072232,0.187410012182966
+1997,Antigua and Barbuda,OilcropsPulses,0.072232,0.00804352641488537
 1997,Antigua and Barbuda,Starchy Roots,0.072232,0.0105216524532063
+1997,Antigua and Barbuda,Sugar,0.072232,0.0312603832096578
 1998,Antigua and Barbuda,Ruminants,0.074206,0.42615017653559
 1998,Antigua and Barbuda,Cereals,0.074206,0.0848853192464221
 1998,Antigua and Barbuda,Monogastrics,0.074206,0.236550952753147
-1998,Antigua and Barbuda,Oilcrops,0.074206,0.0045279357464356
-1998,Antigua and Barbuda,Pulses,0.074206,0.00347680780529876
+1998,Antigua and Barbuda,FruitVeg,0.074206,0.176859014095895
+1998,Antigua and Barbuda,OilcropsPulses,0.074206,0.00800474355173436
 1998,Antigua and Barbuda,Starchy Roots,0.074206,0.0110368433819368
+1998,Antigua and Barbuda,Sugar,0.074206,0.0325580141767512
 1999,Antigua and Barbuda,Ruminants,0.076041,0.412152654489026
 1999,Antigua and Barbuda,Cereals,0.076041,0.0827448350232112
 1999,Antigua and Barbuda,Monogastrics,0.076041,0.230996436133139
-1999,Antigua and Barbuda,Oilcrops,0.076041,0.00452387527781065
-1999,Antigua and Barbuda,Pulses,0.076041,0.00376112886469142
+1999,Antigua and Barbuda,FruitVeg,0.076041,0.213121868465696
+1999,Antigua and Barbuda,OilcropsPulses,0.076041,0.00828500414250207
 1999,Antigua and Barbuda,Starchy Roots,0.076041,0.00728554332531135
+1999,Antigua and Barbuda,Sugar,0.076041,0.0319301429491985
 2000,Antigua and Barbuda,Ruminants,0.077648,0.387834844426128
 2000,Antigua and Barbuda,Cereals,0.077648,0.0826808159901092
 2000,Antigua and Barbuda,Monogastrics,0.077648,0.218274778487534
-2000,Antigua and Barbuda,Oilcrops,0.077648,0.00455903564805275
-2000,Antigua and Barbuda,Pulses,0.077648,0.00383783226869977
+2000,Antigua and Barbuda,FruitVeg,0.077648,0.222066247681846
+2000,Antigua and Barbuda,OilcropsPulses,0.077648,0.00839686791675253
 2000,Antigua and Barbuda,Starchy Roots,0.077648,0.00950443024933031
+2000,Antigua and Barbuda,Sugar,0.077648,0.0317587059550793
 2001,Antigua and Barbuda,Ruminants,0.078972,0.358601782910399
 2001,Antigua and Barbuda,Cereals,0.078972,0.0765967684749025
 2001,Antigua and Barbuda,Monogastrics,0.078972,0.219561363521248
-2001,Antigua and Barbuda,Oilcrops,0.078972,0.00472319303044117
-2001,Antigua and Barbuda,Pulses,0.078972,0.00350757230410778
+2001,Antigua and Barbuda,FruitVeg,0.078972,0.195841564098668
+2001,Antigua and Barbuda,OilcropsPulses,0.078972,0.00823076533454895
 2001,Antigua and Barbuda,Starchy Roots,0.078972,0.0128399939218964
+2001,Antigua and Barbuda,Sugar,0.078972,0.0316441270323659
 2002,Antigua and Barbuda,Ruminants,0.08003,0.376072722728977
 2002,Antigua and Barbuda,Cereals,0.08003,0.0756966137698363
 2002,Antigua and Barbuda,Monogastrics,0.08003,0.217207297263526
-2002,Antigua and Barbuda,Oilcrops,0.08003,0.00464825690366113
-2002,Antigua and Barbuda,Pulses,0.08003,0.00353617393477446
+2002,Antigua and Barbuda,FruitVeg,0.08003,0.190803448706735
+2002,Antigua and Barbuda,OilcropsPulses,0.08003,0.00818443083843559
 2002,Antigua and Barbuda,Starchy Roots,0.08003,0.0132825190553542
+2002,Antigua and Barbuda,Sugar,0.08003,0.0315131825565413
 2003,Antigua and Barbuda,Ruminants,0.080904,0.352657470582419
 2003,Antigua and Barbuda,Cereals,0.080904,0.0779318698704638
 2003,Antigua and Barbuda,Monogastrics,0.080904,0.218740729753782
-2003,Antigua and Barbuda,Oilcrops,0.080904,0.00441263719964402
-2003,Antigua and Barbuda,Pulses,0.080904,0.00381934144170869
+2003,Antigua and Barbuda,FruitVeg,0.080904,0.193377336102047
+2003,Antigua and Barbuda,OilcropsPulses,0.080904,0.00823197864135271
 2003,Antigua and Barbuda,Starchy Roots,0.080904,0.0129289033916741
+2003,Antigua and Barbuda,Sugar,0.080904,0.0305300108770889
 2004,Antigua and Barbuda,Ruminants,0.081718,0.339324261484618
 2004,Antigua and Barbuda,Cereals,0.081718,0.0785750997332289
 2004,Antigua and Barbuda,Monogastrics,0.081718,0.221817714579407
-2004,Antigua and Barbuda,Oilcrops,0.081718,0.00490711960645145
-2004,Antigua and Barbuda,Pulses,0.081718,0.00219045987420152
+2004,Antigua and Barbuda,FruitVeg,0.081718,0.199503169436354
+2004,Antigua and Barbuda,OilcropsPulses,0.081718,0.00709757948065298
 2004,Antigua and Barbuda,Starchy Roots,0.081718,0.0126287965931618
+2004,Antigua and Barbuda,Sugar,0.081718,0.0341050931251377
 2005,Antigua and Barbuda,Ruminants,0.082565,0.474424998486041
 2005,Antigua and Barbuda,Cereals,0.082565,0.0880276146066735
 2005,Antigua and Barbuda,Monogastrics,0.082565,0.254674498879671
-2005,Antigua and Barbuda,Oilcrops,0.082565,0.00715799672984921
-2005,Antigua and Barbuda,Pulses,0.082565,0.00277357233694665
+2005,Antigua and Barbuda,FruitVeg,0.082565,0.287676376188458
+2005,Antigua and Barbuda,OilcropsPulses,0.082565,0.00993156906679586
 2005,Antigua and Barbuda,Starchy Roots,0.082565,0.0199115848119663
+2005,Antigua and Barbuda,Sugar,0.082565,0.0290195603463938
 2006,Antigua and Barbuda,Ruminants,0.083467,0.45440353672709
 2006,Antigua and Barbuda,Cereals,0.083467,0.092455701055507
 2006,Antigua and Barbuda,Monogastrics,0.083467,0.246746618424048
-2006,Antigua and Barbuda,Oilcrops,0.083467,0.00854229815376137
-2006,Antigua and Barbuda,Pulses,0.083467,0.00206069464578816
+2006,Antigua and Barbuda,FruitVeg,0.083467,0.248900763175866
+2006,Antigua and Barbuda,OilcropsPulses,0.083467,0.0106029927995495
 2006,Antigua and Barbuda,Starchy Roots,0.083467,0.0214575820384104
+2006,Antigua and Barbuda,Sugar,0.083467,0.0308025926414032
 2007,Antigua and Barbuda,Ruminants,0.084397,0.505317724563669
 2007,Antigua and Barbuda,Cereals,0.084397,0.0893278197092314
 2007,Antigua and Barbuda,Monogastrics,0.084397,0.258031683590649
-2007,Antigua and Barbuda,Oilcrops,0.084397,0.00678934085334787
-2007,Antigua and Barbuda,Pulses,0.084397,0.00150479282438949
+2007,Antigua and Barbuda,FruitVeg,0.084397,0.275246750476913
+2007,Antigua and Barbuda,OilcropsPulses,0.084397,0.00829413367773736
 2007,Antigua and Barbuda,Starchy Roots,0.084397,0.0232354230600614
+2007,Antigua and Barbuda,Sugar,0.084397,0.0314940104506084
 2008,Antigua and Barbuda,Ruminants,0.08535,0.510822495606327
 2008,Antigua and Barbuda,Cereals,0.08535,0.0894434680726421
 2008,Antigua and Barbuda,Monogastrics,0.08535,0.274401874633861
-2008,Antigua and Barbuda,Oilcrops,0.08535,0.00685413005272408
-2008,Antigua and Barbuda,Pulses,0.08535,0.00381956649091974
+2008,Antigua and Barbuda,FruitVeg,0.08535,0.246830697129467
+2008,Antigua and Barbuda,OilcropsPulses,0.08535,0.0106736965436438
 2008,Antigua and Barbuda,Starchy Roots,0.08535,0.0246983011130639
+2008,Antigua and Barbuda,Sugar,0.08535,0.03203280609256
 2009,Antigua and Barbuda,Ruminants,0.0863,0.512293163383546
 2009,Antigua and Barbuda,Cereals,0.0863,0.0889455388180765
 2009,Antigua and Barbuda,Monogastrics,0.0863,0.261172653534183
-2009,Antigua and Barbuda,Oilcrops,0.0863,0.00661645422943221
-2009,Antigua and Barbuda,Pulses,0.0863,0.00259559675550406
+2009,Antigua and Barbuda,FruitVeg,0.0863,0.245098493626883
+2009,Antigua and Barbuda,OilcropsPulses,0.0863,0.00921205098493627
 2009,Antigua and Barbuda,Starchy Roots,0.0863,0.0225260718424102
+2009,Antigua and Barbuda,Sugar,0.0863,0.0313557358053302
 2010,Antigua and Barbuda,Ruminants,0.087233,0.484165396123027
 2010,Antigua and Barbuda,Cereals,0.087233,0.0920408560980363
 2010,Antigua and Barbuda,Monogastrics,0.087233,0.269356780117616
-2010,Antigua and Barbuda,Oilcrops,0.087233,0.00643105246867585
-2010,Antigua and Barbuda,Pulses,0.087233,0.00236149163733908
+2010,Antigua and Barbuda,FruitVeg,0.087233,0.226932468217303
+2010,Antigua and Barbuda,OilcropsPulses,0.087233,0.00879254410601493
 2010,Antigua and Barbuda,Starchy Roots,0.087233,0.0216546490433666
+2010,Antigua and Barbuda,Sugar,0.087233,0.0312954959705616
 2011,Antigua and Barbuda,Ruminants,0.088152,0.511946410745077
 2011,Antigua and Barbuda,Cereals,0.088152,0.0828568835647518
 2011,Antigua and Barbuda,Monogastrics,0.088152,0.283792767038751
-2011,Antigua and Barbuda,Oilcrops,0.088152,0.00587621381250567
-2011,Antigua and Barbuda,Pulses,0.088152,0.00299482711679826
+2011,Antigua and Barbuda,FruitVeg,0.088152,0.259234050276795
+2011,Antigua and Barbuda,OilcropsPulses,0.088152,0.00887104092930393
 2011,Antigua and Barbuda,Starchy Roots,0.088152,0.0208390053543879
+2011,Antigua and Barbuda,Sugar,0.088152,0.0309692349578002
 1961,Argentina,Ruminants,20.953079,2.33429687350484
 1961,Argentina,Cereals,20.953079,0.139532237720289
 1961,Argentina,Monogastrics,20.953079,0.0825146032237076
-1961,Argentina,Oilcrops,20.953079,0.0602822620961817
-1961,Argentina,Pulses,20.953079,0.00264338238785813
+1961,Argentina,FruitVeg,20.953079,0.258297694577489
+1961,Argentina,OilcropsPulses,20.953079,0.0629256444840398
 1961,Argentina,Starchy Roots,20.953079,0.102702757909709
+1961,Argentina,Sugar,20.953079,0.0389922168479392
 1962,Argentina,Ruminants,21.287682,2.39357975189596
 1962,Argentina,Cereals,21.287682,0.140978242722716
 1962,Argentina,Monogastrics,21.287682,0.0704283303367647
-1962,Argentina,Oilcrops,21.287682,0.0731211129516121
-1962,Argentina,Pulses,21.287682,0.00211277113215051
+1962,Argentina,FruitVeg,21.287682,0.266904494345603
+1962,Argentina,OilcropsPulses,21.287682,0.0752338840837626
 1962,Argentina,Starchy Roots,21.287682,0.0678842346479997
+1962,Argentina,Sugar,21.287682,0.0367955045551695
 1963,Argentina,Ruminants,21.621845,2.39977800691847
 1963,Argentina,Cereals,21.621845,0.141463413506109
 1963,Argentina,Monogastrics,21.621845,0.0665102538659398
-1963,Argentina,Oilcrops,21.621845,0.070593281933156
-1963,Argentina,Pulses,21.621845,0.00262119166981356
+1963,Argentina,FruitVeg,21.621845,0.266695048456781
+1963,Argentina,OilcropsPulses,21.621845,0.0732144736029696
 1963,Argentina,Starchy Roots,21.621845,0.0737979575748508
+1963,Argentina,Sugar,21.621845,0.0275826137871213
 1964,Argentina,Ruminants,21.953926,1.88288161306547
 1964,Argentina,Cereals,21.953926,0.144018523156177
 1964,Argentina,Monogastrics,21.953926,0.0700499081576571
-1964,Argentina,Oilcrops,21.953926,0.063572365143255
-1964,Argentina,Pulses,21.953926,0.00252861378871369
+1964,Argentina,FruitVeg,21.953926,0.26505414111353
+1964,Argentina,OilcropsPulses,21.953926,0.0661009789319687
 1964,Argentina,Starchy Roots,21.953926,0.0732507707277505
+1964,Argentina,Sugar,21.953926,0.0408262285296944
 1965,Argentina,Ruminants,22.283389,1.92905056766724
 1965,Argentina,Cereals,22.283389,0.144932577356164
 1965,Argentina,Monogastrics,22.283389,0.093886715346575
-1965,Argentina,Oilcrops,22.283389,0.0748558040251418
-1965,Argentina,Pulses,22.283389,0.00241789971893414
+1965,Argentina,FruitVeg,22.283389,0.250427616732805
+1965,Argentina,OilcropsPulses,22.283389,0.0772737037440759
 1965,Argentina,Starchy Roots,22.283389,0.112051986347319
+1965,Argentina,Sugar,22.283389,0.0372427641055856
 1966,Argentina,Ruminants,22.608747,2.18109000025521
 1966,Argentina,Cereals,22.608747,0.130092791077719
 1966,Argentina,Monogastrics,22.608747,0.0949356768864723
-1966,Argentina,Oilcrops,22.608747,0.06656224690382
-1966,Argentina,Pulses,22.608747,0.0016998288317349
+1966,Argentina,FruitVeg,22.608747,0.272489536903571
+1966,Argentina,OilcropsPulses,22.608747,0.0682620757355549
 1966,Argentina,Starchy Roots,22.608747,0.0718915559539854
+1966,Argentina,Sugar,22.608747,0.0396432407333321
 1967,Argentina,Ruminants,22.932201,2.2458858266592
 1967,Argentina,Cereals,22.932201,0.133398098159004
 1967,Argentina,Monogastrics,22.932201,0.0909198336435304
-1967,Argentina,Oilcrops,22.932201,0.0665266713823065
-1967,Argentina,Pulses,22.932201,0.001648904089058
+1967,Argentina,FruitVeg,22.932201,0.314154057868235
+1967,Argentina,OilcropsPulses,22.932201,0.0681755754713645
 1967,Argentina,Starchy Roots,22.932201,0.0877092434345923
+1967,Argentina,Sugar,22.932201,0.040237568125275
 1968,Argentina,Ruminants,23.261273,2.37908018619617
 1968,Argentina,Cereals,23.261273,0.135842135552942
 1968,Argentina,Monogastrics,23.261273,0.0846057049414278
-1968,Argentina,Oilcrops,23.261273,0.0588330655850176
-1968,Argentina,Pulses,23.261273,0.0016092842382272
+1968,Argentina,FruitVeg,23.261273,0.264323238027429
+1968,Argentina,OilcropsPulses,23.261273,0.0604423498232448
 1968,Argentina,Starchy Roots,23.261273,0.0892876327103852
+1968,Argentina,Sugar,23.261273,0.0395355404667664
 1969,Argentina,Ruminants,23.605992,2.50166847468219
 1969,Argentina,Cereals,23.605992,0.13005943575682
 1969,Argentina,Monogastrics,23.605992,0.0906647473234762
-1969,Argentina,Oilcrops,23.605992,0.0630712744459119
-1969,Argentina,Pulses,23.605992,0.00156350133474586
+1969,Argentina,FruitVeg,23.605992,0.269717663210256
+1969,Argentina,OilcropsPulses,23.605992,0.0646347757806577
 1969,Argentina,Starchy Roots,23.605992,0.105358037908341
+1969,Argentina,Sugar,23.605992,0.0395982935180186
 1970,Argentina,Ruminants,23.973062,2.2872046007306
 1970,Argentina,Cereals,23.973062,0.140577828564411
 1970,Argentina,Monogastrics,23.973062,0.0969278309128805
-1970,Argentina,Oilcrops,23.973062,0.074148767479098
-1970,Argentina,Pulses,23.973062,0.00136190362332521
+1970,Argentina,FruitVeg,23.973062,0.287842913016285
+1970,Argentina,OilcropsPulses,23.973062,0.0755106711024232
 1970,Argentina,Starchy Roots,23.973062,0.101752500368956
+1970,Argentina,Sugar,23.973062,0.0428795870965503
 1971,Argentina,Ruminants,24.366442,1.81779995208164
 1971,Argentina,Cereals,24.366442,0.135189044013894
 1971,Argentina,Monogastrics,24.366442,0.109754665863814
-1971,Argentina,Oilcrops,24.366442,0.0744680737548798
-1971,Argentina,Pulses,24.366442,0.00136146262142007
+1971,Argentina,FruitVeg,24.366442,0.294510827637453
+1971,Argentina,OilcropsPulses,24.366442,0.0758295363762998
 1971,Argentina,Starchy Roots,24.366442,0.0896075430298769
+1971,Argentina,Sugar,24.366442,0.0428768385634636
 1972,Argentina,Ruminants,24.78295,1.73660772829708
 1972,Argentina,Cereals,24.78295,0.129541922975271
 1972,Argentina,Monogastrics,24.78295,0.0996461438206509
-1972,Argentina,Oilcrops,24.78295,0.0473194676178582
-1972,Argentina,Pulses,24.78295,0.00108534294746993
+1972,Argentina,FruitVeg,24.78295,0.26977567238767
+1972,Argentina,OilcropsPulses,24.78295,0.0484048105653282
 1972,Argentina,Starchy Roots,24.78295,0.0736143598724123
+1972,Argentina,Sugar,24.78295,0.043934842300856
 1973,Argentina,Ruminants,25.213388,1.82805063722495
 1973,Argentina,Cereals,25.213388,0.129487952987516
 1973,Argentina,Monogastrics,25.213388,0.105546101142774
-1973,Argentina,Oilcrops,25.213388,0.0584128162387379
-1973,Argentina,Pulses,25.213388,0.00108378929479846
+1973,Argentina,FruitVeg,25.213388,0.264881577993406
+1973,Argentina,OilcropsPulses,25.213388,0.0594966055335364
 1973,Argentina,Starchy Roots,25.213388,0.073860403052537
+1973,Argentina,Sugar,25.213388,0.0359725951942674
 1974,Argentina,Ruminants,25.644505,2.04420319674722
 1974,Argentina,Cereals,25.644505,0.132808373567749
 1974,Argentina,Monogastrics,25.644505,0.11253800375558
-1974,Argentina,Oilcrops,25.644505,0.0485384685725071
-1974,Argentina,Pulses,25.644505,0.00100224200077171
+1974,Argentina,FruitVeg,25.644505,0.320688428183738
+1974,Argentina,OilcropsPulses,25.644505,0.0495407105732788
 1974,Argentina,Starchy Roots,25.644505,0.0884851940016
+1974,Argentina,Sugar,25.644505,0.0435970201023572
 1975,Argentina,Ruminants,26.066975,2.32393616443795
 1975,Argentina,Cereals,26.066975,0.133794811250634
 1975,Argentina,Monogastrics,26.066975,0.112419243122764
-1975,Argentina,Oilcrops,26.066975,0.0537079580580409
-1975,Argentina,Pulses,26.066975,0.00106088259186192
+1975,Argentina,FruitVeg,26.066975,0.301609795536306
+1975,Argentina,OilcropsPulses,26.066975,0.0547688406499028
 1975,Argentina,Starchy Roots,26.066975,0.0642633063483584
+1975,Argentina,Sugar,26.066975,0.0408944651230148
 1976,Argentina,Ruminants,26.477153,2.38040318760858
 1976,Argentina,Cereals,26.477153,0.131609316152685
 1976,Argentina,Monogastrics,26.477153,0.105307387089541
-1976,Argentina,Oilcrops,26.477153,0.0508751828415993
-1976,Argentina,Pulses,26.477153,0.00090319378371232
+1976,Argentina,FruitVeg,26.477153,0.300013902552136
+1976,Argentina,OilcropsPulses,26.477153,0.0517783766253116
 1976,Argentina,Starchy Roots,26.477153,0.0647721830213392
+1976,Argentina,Sugar,26.477153,0.0387398524305087
 1977,Argentina,Ruminants,26.878567,2.37686775489184
 1977,Argentina,Cereals,26.878567,0.130949689393784
 1977,Argentina,Monogastrics,26.878567,0.100331368111998
-1977,Argentina,Oilcrops,26.878567,0.0736958930883481
-1977,Argentina,Pulses,26.878567,0.00100414579393314
+1977,Argentina,FruitVeg,26.878567,0.281491011034926
+1977,Argentina,OilcropsPulses,26.878567,0.0747000388822812
 1977,Argentina,Starchy Roots,26.878567,0.0690993310766902
+1977,Argentina,Sugar,26.878567,0.0365305933162285
 1978,Argentina,Ruminants,27.277742,2.45944167959357
 1978,Argentina,Cereals,27.277742,0.133316643291076
 1978,Argentina,Monogastrics,27.277742,0.097121022700486
-1978,Argentina,Oilcrops,27.277742,0.0697242462370969
-1978,Argentina,Pulses,27.277742,0.00100173247477742
+1978,Argentina,FruitVeg,27.277742,0.247818019541354
+1978,Argentina,OilcropsPulses,27.277742,0.0707259787118743
 1978,Argentina,Starchy Roots,27.277742,0.0635246495109456
+1978,Argentina,Sugar,27.277742,0.0404346151525299
 1979,Argentina,Ruminants,27.68453,2.33669846300443
 1979,Argentina,Cereals,27.68453,0.131581608934665
 1979,Argentina,Monogastrics,27.68453,0.112104688069474
-1979,Argentina,Oilcrops,27.68453,0.0627102934382487
-1979,Argentina,Pulses,27.68453,0.00100395419391263
+1979,Argentina,FruitVeg,27.68453,0.292895021154414
+1979,Argentina,OilcropsPulses,27.68453,0.0637142476321614
 1979,Argentina,Starchy Roots,27.68453,0.0663270786970196
+1979,Argentina,Sugar,27.68453,0.0397514424120619
 1980,Argentina,Ruminants,28.105889,2.35860159769364
 1980,Argentina,Cereals,28.105889,0.128408996420643
 1980,Argentina,Monogastrics,28.105889,0.117721940764798
-1980,Argentina,Oilcrops,28.105889,0.0772946552233235
-1980,Argentina,Pulses,28.105889,0.00114584527107468
+1980,Argentina,FruitVeg,28.105889,0.286831809518639
+1980,Argentina,OilcropsPulses,28.105889,0.0784405004943982
 1980,Argentina,Starchy Roots,28.105889,0.0637102779421067
+1980,Argentina,Sugar,28.105889,0.0400318595152781
 1981,Argentina,Ruminants,28.543366,2.34529412543706
 1981,Argentina,Cereals,28.543366,0.130000014714452
 1981,Argentina,Monogastrics,28.543366,0.114005376941178
-1981,Argentina,Oilcrops,28.543366,0.0599751970387795
-1981,Argentina,Pulses,28.543366,0.00135169762388921
+1981,Argentina,FruitVeg,28.543366,0.256044399248498
+1981,Argentina,OilcropsPulses,28.543366,0.0613268946626687
 1981,Argentina,Starchy Roots,28.543366,0.0793496113948159
+1981,Argentina,Sugar,28.543366,0.0370365569358568
 1982,Argentina,Ruminants,28.993989,1.96804915667175
 1982,Argentina,Cereals,28.993989,0.133844121966108
 1982,Argentina,Monogastrics,28.993989,0.109827637031938
-1982,Argentina,Oilcrops,28.993989,0.0731785819467615
-1982,Argentina,Pulses,28.993989,0.001363213595756
+1982,Argentina,FruitVeg,28.993989,0.274203663386918
+1982,Argentina,OilcropsPulses,28.993989,0.0745417955425175
 1982,Argentina,Starchy Roots,28.993989,0.0686780973808054
+1982,Argentina,Sugar,28.993989,0.0369041320944145
 1983,Argentina,Ruminants,29.454739,1.89158450529811
 1983,Argentina,Cereals,29.454739,0.133177448966701
 1983,Argentina,Monogastrics,29.454739,0.10447557861572
-1983,Argentina,Oilcrops,29.454739,0.0677190519325261
-1983,Argentina,Pulses,29.454739,0.00108946814976021
+1983,Argentina,FruitVeg,29.454739,0.272534990040143
+1983,Argentina,OilcropsPulses,29.454739,0.0688085200822863
 1983,Argentina,Starchy Roots,29.454739,0.069581977962867
+1983,Argentina,Sugar,29.454739,0.0397937323430365
 1984,Argentina,Ruminants,29.920907,2.03390580372447
 1984,Argentina,Cereals,29.920907,0.134949752692992
 1984,Argentina,Monogastrics,29.920907,0.102775373754546
-1984,Argentina,Oilcrops,29.920907,0.0629893672675096
-1984,Argentina,Pulses,29.920907,0.00103830408616958
+1984,Argentina,FruitVeg,29.920907,0.235483870859931
+1984,Argentina,OilcropsPulses,29.920907,0.0640276713536792
 1984,Argentina,Starchy Roots,29.920907,0.0726145099812649
+1984,Argentina,Sugar,29.920907,0.0412679669102277
 1985,Argentina,Ruminants,30.388781,2.26908776301359
 1985,Argentina,Cereals,30.388781,0.136908749317717
 1985,Argentina,Monogastrics,30.388781,0.0985328697455814
-1985,Argentina,Oilcrops,30.388781,0.0608870095842278
-1985,Argentina,Pulses,30.388781,0.00125552913754586
+1985,Argentina,FruitVeg,30.388781,0.233295241424788
+1985,Argentina,OilcropsPulses,30.388781,0.0621425387217737
 1985,Argentina,Starchy Roots,30.388781,0.076855698818587
+1985,Argentina,Sugar,30.388781,0.0415837015640739
 1986,Argentina,Ruminants,30.857242,2.01362526177809
 1986,Argentina,Cereals,30.857242,0.135019584705594
 1986,Argentina,Monogastrics,30.857242,0.104158531083238
-1986,Argentina,Oilcrops,30.857242,0.0599592795752777
-1986,Argentina,Pulses,30.857242,0.00143130095683859
+1986,Argentina,FruitVeg,30.857242,0.236097218280234
+1986,Argentina,OilcropsPulses,30.857242,0.0613905805321163
 1986,Argentina,Starchy Roots,30.857242,0.0719321253662268
+1986,Argentina,Sugar,30.857242,0.0425085300883339
 1987,Argentina,Ruminants,31.326473,2.03393361263491
 1987,Argentina,Cereals,31.326473,0.14159193727299
 1987,Argentina,Monogastrics,31.326473,0.106597084836202
-1987,Argentina,Oilcrops,31.326473,0.0605208253096351
-1987,Argentina,Pulses,31.326473,0.00145895773201152
+1987,Argentina,FruitVeg,31.326473,0.273683092252358
+1987,Argentina,OilcropsPulses,31.326473,0.0619797830416466
 1987,Argentina,Starchy Roots,31.326473,0.0701648091695481
+1987,Argentina,Sugar,31.326473,0.0394514569195198
 1988,Argentina,Ruminants,31.795515,1.90090740156277
 1988,Argentina,Cereals,31.795515,0.136559574518607
 1988,Argentina,Monogastrics,31.795515,0.0940766362803056
-1988,Argentina,Oilcrops,31.795515,0.0635844080525193
-1988,Argentina,Pulses,31.795515,0.00209164720244349
+1988,Argentina,FruitVeg,31.795515,0.250103921889612
+1988,Argentina,OilcropsPulses,31.795515,0.0656760552549628
 1988,Argentina,Starchy Roots,31.795515,0.0938862289225383
+1988,Argentina,Sugar,31.795515,0.03668338128821
 1989,Argentina,Ruminants,32.263559,1.86456692827967
 1989,Argentina,Cereals,32.263559,0.141839807567417
 1989,Argentina,Monogastrics,32.263559,0.0887433218387345
-1989,Argentina,Oilcrops,32.263559,0.0565678138608329
-1989,Argentina,Pulses,32.263559,0.00117423499372775
+1989,Argentina,FruitVeg,32.263559,0.221618234987653
+1989,Argentina,OilcropsPulses,32.263559,0.0577420488545607
 1989,Argentina,Starchy Roots,32.263559,0.0689787509183348
+1989,Argentina,Sugar,32.263559,0.036651319217449
 1990,Argentina,Ruminants,32.72974,1.81180618911119
 1990,Argentina,Cereals,32.72974,0.140661337364733
 1990,Argentina,Monogastrics,32.72974,0.0828473278431176
-1990,Argentina,Oilcrops,32.72974,0.0640475909677254
-1990,Argentina,Pulses,32.72974,0.000930560401640832
+1990,Argentina,FruitVeg,32.72974,0.199030667521343
+1990,Argentina,OilcropsPulses,32.72974,0.0649781513693662
 1990,Argentina,Starchy Roots,32.72974,0.0518505188247753
+1990,Argentina,Sugar,32.72974,0.0416777829582514
 1991,Argentina,Ruminants,33.19392,1.86696748681686
 1991,Argentina,Cereals,33.19392,0.139792257136247
 1991,Argentina,Monogastrics,33.19392,0.0884053706220898
-1991,Argentina,Oilcrops,33.19392,0.0689467227733272
-1991,Argentina,Pulses,33.19392,0.00140366067038783
+1991,Argentina,FruitVeg,33.19392,0.216925298367894
+1991,Argentina,OilcropsPulses,33.19392,0.070350383443715
 1991,Argentina,Starchy Roots,33.19392,0.0552086948453211
+1991,Argentina,Sugar,33.19392,0.0413286228321331
 1992,Argentina,Ruminants,33.655149,1.85619458704521
 1992,Argentina,Cereals,33.655149,0.138383639305831
 1992,Argentina,Monogastrics,33.655149,0.103283848186202
-1992,Argentina,Oilcrops,33.655149,0.0617176290023259
-1992,Argentina,Pulses,33.655149,0.00104634806400649
+1992,Argentina,FruitVeg,33.655149,0.226626006023625
+1992,Argentina,OilcropsPulses,33.655149,0.0627639770663324
 1992,Argentina,Starchy Roots,33.655149,0.0500398022305591
+1992,Argentina,Sugar,33.655149,0.0418772176584332
 1993,Argentina,Ruminants,34.110912,1.84572863076777
 1993,Argentina,Cereals,34.110912,0.133585229266224
 1993,Argentina,Monogastrics,34.110912,0.137990139343093
-1993,Argentina,Oilcrops,34.110912,0.0484092890861435
-1993,Argentina,Pulses,34.110912,0.00110041033203686
+1993,Argentina,FruitVeg,34.110912,0.220869380449283
+1993,Argentina,OilcropsPulses,34.110912,0.0495096994181804
 1993,Argentina,Starchy Roots,34.110912,0.0619272507284472
+1993,Argentina,Sugar,34.110912,0.0425476750665593
 1994,Argentina,Ruminants,34.558114,1.78403107588568
 1994,Argentina,Cereals,34.558114,0.133776195078238
 1994,Argentina,Monogastrics,34.558114,0.142739731109169
-1994,Argentina,Oilcrops,34.558114,0.0510653735328264
-1994,Argentina,Pulses,34.558114,0.00155925754513108
+1994,Argentina,FruitVeg,34.558114,0.245367961920607
+1994,Argentina,OilcropsPulses,34.558114,0.0526246310779575
 1994,Argentina,Starchy Roots,34.558114,0.0676868245761328
+1994,Argentina,Sugar,34.558114,0.0453601432068891
 1995,Argentina,Ruminants,34.994818,1.64349563984016
 1995,Argentina,Cereals,34.994818,0.137361794537694
 1995,Argentina,Monogastrics,34.994818,0.13885018061817
-1995,Argentina,Oilcrops,34.994818,0.06330614435543
-1995,Argentina,Pulses,34.994818,0.00125387135889662
+1995,Argentina,FruitVeg,34.994818,0.246970165697104
+1995,Argentina,OilcropsPulses,34.994818,0.0645600157143266
 1995,Argentina,Starchy Roots,34.994818,0.0695192356765507
+1995,Argentina,Sugar,34.994818,0.0466100723827168
 1996,Argentina,Ruminants,35.419683,1.6109046769278
 1996,Argentina,Cereals,35.419683,0.140829323627769
 1996,Argentina,Monogastrics,35.419683,0.133653130097184
-1996,Argentina,Oilcrops,35.419683,0.0652291834458258
-1996,Argentina,Pulses,35.419683,0.00133485102054697
+1996,Argentina,FruitVeg,35.419683,0.214954154163379
+1996,Argentina,OilcropsPulses,35.419683,0.0665640344663728
 1996,Argentina,Starchy Roots,35.419683,0.0643800228251619
+1996,Argentina,Sugar,35.419683,0.0449646881368193
 1997,Argentina,Ruminants,35.833965,1.6480125378255
 1997,Argentina,Cereals,35.833965,0.137276966140922
 1997,Argentina,Monogastrics,35.833965,0.1337334704658
-1997,Argentina,Oilcrops,35.833965,0.0618086499777516
-1997,Argentina,Pulses,35.833965,0.00142984456227493
+1997,Argentina,FruitVeg,35.833965,0.235550852382649
+1997,Argentina,OilcropsPulses,35.833965,0.0632384945400265
 1997,Argentina,Starchy Roots,35.833965,0.0788545448431397
+1997,Argentina,Sugar,35.833965,0.0443835338902631
 1998,Argentina,Ruminants,36.241578,1.65089725121792
 1998,Argentina,Cereals,36.241578,0.135543794478265
 1998,Argentina,Monogastrics,36.241578,0.151531395790768
-1998,Argentina,Oilcrops,36.241578,0.0675907930940536
-1998,Argentina,Pulses,36.241578,0.00120094108485011
+1998,Argentina,FruitVeg,36.241578,0.224933114115506
+1998,Argentina,OilcropsPulses,36.241578,0.0687917341789037
 1998,Argentina,Starchy Roots,36.241578,0.0858376255029513
+1998,Argentina,Sugar,36.241578,0.0435987086434261
 1999,Argentina,Ruminants,36.648054,1.75495959758191
 1999,Argentina,Cereals,36.648054,0.140801882686595
 1999,Argentina,Monogastrics,36.648054,0.159899188644505
-1999,Argentina,Oilcrops,36.648054,0.0744521932869887
-1999,Argentina,Pulses,36.648054,0.00123932910598746
+1999,Argentina,FruitVeg,36.648054,0.238664077497812
+1999,Argentina,OilcropsPulses,36.648054,0.0756915223929761
 1999,Argentina,Starchy Roots,36.648054,0.0686664836282985
+1999,Argentina,Sugar,36.648054,0.0474338692035326
 2000,Argentina,Ruminants,37.057453,1.7169859596125
 2000,Argentina,Cereals,37.057453,0.147906630280284
 2000,Argentina,Monogastrics,37.057453,0.159797263994371
-2000,Argentina,Oilcrops,37.057453,0.061510514497583
-2000,Argentina,Pulses,37.057453,0.00100689596772881
+2000,Argentina,FruitVeg,37.057453,0.236225867978568
+2000,Argentina,OilcropsPulses,37.057453,0.0625174104653118
 2000,Argentina,Starchy Roots,37.057453,0.0565360225917307
+2000,Argentina,Sugar,37.057453,0.0471825465177005
 2001,Argentina,Ruminants,37.471535,1.64736031230106
 2001,Argentina,Cereals,37.471535,0.145658724682616
 2001,Argentina,Monogastrics,37.471535,0.150336040410407
-2001,Argentina,Oilcrops,37.471535,0.0509869158015545
-2001,Argentina,Pulses,37.471535,0.00102541836089715
+2001,Argentina,FruitVeg,37.471535,0.249918504806382
+2001,Argentina,OilcropsPulses,37.471535,0.0520123341624516
 2001,Argentina,Starchy Roots,37.471535,0.0620169416598493
+2001,Argentina,Sugar,37.471535,0.047528157039737
 2002,Argentina,Ruminants,37.889443,1.51383610205091
 2002,Argentina,Cereals,37.889443,0.145972428256599
 2002,Argentina,Monogastrics,37.889443,0.105792418220558
-2002,Argentina,Oilcrops,37.889443,0.0442184647581121
-2002,Argentina,Pulses,37.889443,0.000990275840159487
+2002,Argentina,FruitVeg,37.889443,0.209321841970599
+2002,Argentina,OilcropsPulses,37.889443,0.0452087405982716
 2002,Argentina,Starchy Roots,37.889443,0.0561002176780482
+2002,Argentina,Sugar,37.889443,0.0469211437074966
 2003,Argentina,Ruminants,38.309475,1.57081830539312
 2003,Argentina,Cereals,38.309475,0.151408939955455
 2003,Argentina,Monogastrics,38.309475,0.112491095218611
-2003,Argentina,Oilcrops,38.309475,0.0451643620801382
-2003,Argentina,Pulses,38.309475,0.000995054095625169
+2003,Argentina,FruitVeg,38.309475,0.204988557008416
+2003,Argentina,OilcropsPulses,38.309475,0.0461594161757633
 2003,Argentina,Starchy Roots,38.309475,0.0519572246813615
+2003,Argentina,Sugar,38.309475,0.0463811889878418
 2004,Argentina,Ruminants,38.728778,1.57202738490742
 2004,Argentina,Cereals,38.728778,0.147803914701362
 2004,Argentina,Monogastrics,38.728778,0.122292864494718
-2004,Argentina,Oilcrops,38.728778,0.0457547614851158
-2004,Argentina,Pulses,38.728778,0.000941186422148409
+2004,Argentina,FruitVeg,38.728778,0.210732391298274
+2004,Argentina,OilcropsPulses,38.728778,0.0466959479072642
 2004,Argentina,Starchy Roots,38.728778,0.0500446980279109
+2004,Argentina,Sugar,38.728778,0.0474043616868056
 2005,Argentina,Ruminants,39.145491,1.59269191693112
 2005,Argentina,Cereals,39.145491,0.143643644679281
 2005,Argentina,Monogastrics,39.145491,0.133148642841138
-2005,Argentina,Oilcrops,39.145491,0.0533501035917522
-2005,Argentina,Pulses,39.145491,0.000735257095127508
+2005,Argentina,FruitVeg,39.145491,0.208208935225771
+2005,Argentina,OilcropsPulses,39.145491,0.0540853606868797
 2005,Argentina,Starchy Roots,39.145491,0.0444083330057094
+2005,Argentina,Sugar,39.145491,0.0489035889216462
 2006,Argentina,Ruminants,39.55875,1.57010718993901
 2006,Argentina,Cereals,39.55875,0.141644996366164
 2006,Argentina,Monogastrics,39.55875,0.152545664359971
-2006,Argentina,Oilcrops,39.55875,0.0505830189275446
-2006,Argentina,Pulses,39.55875,0.0024162795841628
+2006,Argentina,FruitVeg,39.55875,0.203454355863115
+2006,Argentina,OilcropsPulses,39.55875,0.0529992985117074
 2006,Argentina,Starchy Roots,39.55875,0.044406231238348
+2006,Argentina,Sugar,39.55875,0.0477857869624293
 2007,Argentina,Ruminants,39.969903,1.56364964908721
 2007,Argentina,Cereals,39.969903,0.142500596010954
 2007,Argentina,Monogastrics,39.969903,0.159858386446422
-2007,Argentina,Oilcrops,39.969903,0.066915674026029
-2007,Argentina,Pulses,39.969903,0.00106775340435527
+2007,Argentina,FruitVeg,39.969903,0.192654182823511
+2007,Argentina,OilcropsPulses,39.969903,0.0679834274303843
 2007,Argentina,Starchy Roots,39.969903,0.0450909025223304
+2007,Argentina,Sugar,39.969903,0.0473475254618456
 2008,Argentina,Ruminants,40.38186,1.54944197964135
 2008,Argentina,Cereals,40.38186,0.143751674638068
 2008,Argentina,Monogastrics,40.38186,0.173631026406411
-2008,Argentina,Oilcrops,40.38186,0.0649711528889457
-2008,Argentina,Pulses,40.38186,0.00103707456764002
+2008,Argentina,FruitVeg,40.38186,0.198080128057499
+2008,Argentina,OilcropsPulses,40.38186,0.0660082274565857
 2008,Argentina,Starchy Roots,40.38186,0.0431594037520808
+2008,Argentina,Sugar,40.38186,0.0468253814955527
 2009,Argentina,Ruminants,40.798641,1.53640863184634
 2009,Argentina,Cereals,40.798641,0.141751535302365
 2009,Argentina,Monogastrics,40.798641,0.184114041935858
-2009,Argentina,Oilcrops,40.798641,0.0543443101450364
-2009,Argentina,Pulses,40.798641,0.000725391809006579
+2009,Argentina,FruitVeg,40.798641,0.184574824440843
+2009,Argentina,OilcropsPulses,40.798641,0.055069701954043
 2009,Argentina,Starchy Roots,40.798641,0.0440963217377755
+2009,Argentina,Sugar,40.798641,0.046364632586659
 2010,Argentina,Ruminants,41.222875,1.53559193045124
 2010,Argentina,Cereals,41.222875,0.142568658784716
 2010,Argentina,Monogastrics,41.222875,0.190502770609765
-2010,Argentina,Oilcrops,41.222875,0.0614197820991378
-2010,Argentina,Pulses,41.222875,0.000495792687919026
+2010,Argentina,FruitVeg,41.222875,0.195272794534588
+2010,Argentina,OilcropsPulses,41.222875,0.0619155747870568
 2010,Argentina,Starchy Roots,41.222875,0.0430353292922922
+2010,Argentina,Sugar,41.222875,0.0464845549952545
 2011,Argentina,Ruminants,41.655616,1.5347696070561
 2011,Argentina,Cereals,41.655616,0.140973644466091
 2011,Argentina,Monogastrics,41.655616,0.198001875665456
-2011,Argentina,Oilcrops,41.655616,0.0639902192299834
-2011,Argentina,Pulses,41.655616,0.000438500297294847
+2011,Argentina,FruitVeg,41.655616,0.197025678362312
+2011,Argentina,OilcropsPulses,41.655616,0.0644287195272783
 2011,Argentina,Starchy Roots,41.655616,0.0459794904965515
+2011,Argentina,Sugar,41.655616,0.0466133065947218
 1992,Armenia,Ruminants,3.449497,0.322837184667794
 1992,Armenia,Cereals,3.449497,0.167001449776591
 1992,Armenia,Monogastrics,3.449497,0.0508275844275267
-1992,Armenia,Oilcrops,3.449497,0.000266705551563025
-1992,Armenia,Pulses,3.449497,0
+1992,Armenia,FruitVeg,3.449497,0.206033807247839
+1992,Armenia,OilcropsPulses,3.449497,0.000266705551563025
 1992,Armenia,Starchy Roots,3.449497,0.0639803426412605
+1992,Armenia,Sugar,3.449497,0.0220748126465975
 1993,Armenia,Ruminants,3.369673,0.406920256060455
 1993,Armenia,Cereals,3.369673,0.169904913622182
 1993,Armenia,Monogastrics,3.369673,0.0204080930108055
-1993,Armenia,Oilcrops,3.369673,0.000149272644556312
-1993,Armenia,Pulses,3.369673,0
+1993,Armenia,FruitVeg,3.369673,0.156660305020695
+1993,Armenia,OilcropsPulses,3.369673,0.000149272644556312
 1993,Armenia,Starchy Roots,3.369673,0.0730041164231663
+1993,Armenia,Sugar,3.369673,0.0225998190328854
 1994,Armenia,Ruminants,3.289943,0.487130871264335
 1994,Armenia,Cereals,3.289943,0.161480001325251
 1994,Armenia,Monogastrics,3.289943,0.0237368550154212
-1994,Armenia,Oilcrops,3.289943,0.00185291964024909
-1994,Armenia,Pulses,3.289943,0
+1994,Armenia,FruitVeg,3.289943,0.20705708275189
+1994,Armenia,OilcropsPulses,3.289943,0.00185291964024909
 1994,Armenia,Starchy Roots,3.289943,0.0800013860422506
+1994,Armenia,Sugar,3.289943,0.0216040217110144
 1995,Armenia,Ruminants,3.223173,0.521601012418508
 1995,Armenia,Cereals,3.223173,0.158930345966537
 1995,Armenia,Monogastrics,3.223173,0.0265493350806798
-1995,Armenia,Oilcrops,3.223173,0.00177030522407578
-1995,Armenia,Pulses,3.223173,0
+1995,Armenia,FruitVeg,3.223173,0.217030236974559
+1995,Armenia,OilcropsPulses,3.223173,0.00177030522407578
 1995,Armenia,Starchy Roots,3.223173,0.0911896444900724
+1995,Armenia,Sugar,3.223173,0.0220605595790235
 1996,Armenia,Ruminants,3.173425,0.370036537810095
 1996,Armenia,Cereals,3.173425,0.16118515484059
 1996,Armenia,Monogastrics,3.173425,0.0337647494426369
-1996,Armenia,Oilcrops,3.173425,0.00278122218108195
-1996,Armenia,Pulses,3.173425,0
+1996,Armenia,FruitVeg,3.173425,0.215966660626925
+1996,Armenia,OilcropsPulses,3.173425,0.00278122218108195
 1996,Armenia,Starchy Roots,3.173425,0.0813064748654845
+1996,Armenia,Sugar,3.173425,0.0220260444157338
 1997,Armenia,Ruminants,3.137652,0.414352005894854
 1997,Armenia,Cereals,3.137652,0.165448239639068
 1997,Armenia,Monogastrics,3.137652,0.0347359108020902
-1997,Armenia,Oilcrops,3.137652,0.00338214690475553
-1997,Armenia,Pulses,3.137652,0
+1997,Armenia,FruitVeg,3.137652,0.178474540834994
+1997,Armenia,OilcropsPulses,3.137652,0.00338214690475553
 1997,Armenia,Starchy Roots,3.137652,0.0755070989389518
+1997,Armenia,Sugar,3.137652,0.0217028529613864
 1998,Armenia,Ruminants,3.112958,0.413090282618654
 1998,Armenia,Cereals,3.112958,0.165968509693995
 1998,Armenia,Monogastrics,3.112958,0.0352412078800935
-1998,Armenia,Oilcrops,3.112958,0.00203407819829243
-1998,Armenia,Pulses,3.112958,0
+1998,Armenia,FruitVeg,3.112958,0.183259780568835
+1998,Armenia,OilcropsPulses,3.112958,0.00203407819829243
 1998,Armenia,Starchy Roots,3.112958,0.0835860939980559
+1998,Armenia,Sugar,3.112958,0.0251529252884234
 1999,Armenia,Ruminants,3.09382,0.376914623345896
 1999,Armenia,Cereals,3.09382,0.164476924966546
 1999,Armenia,Monogastrics,3.09382,0.0398618859532875
-1999,Armenia,Oilcrops,3.09382,0.0021355476401342
-1999,Armenia,Pulses,3.09382,0
+1999,Armenia,FruitVeg,3.09382,0.190439973883419
+1999,Armenia,OilcropsPulses,3.09382,0.0021355476401342
 1999,Armenia,Starchy Roots,3.09382,0.0842162763185964
+1999,Armenia,Sugar,3.09382,0.0245880497249355
 2000,Armenia,Ruminants,3.076098,0.389268124747651
 2000,Armenia,Cereals,3.076098,0.163124191752018
 2000,Armenia,Monogastrics,3.076098,0.0464999164525968
-2000,Armenia,Oilcrops,3.076098,0.00217613353020612
-2000,Armenia,Pulses,3.076098,0
+2000,Armenia,FruitVeg,3.076098,0.181880096147782
+2000,Armenia,OilcropsPulses,3.076098,0.00217613353020612
 2000,Armenia,Starchy Roots,3.076098,0.0637827533453095
+2000,Armenia,Sugar,3.076098,0.0242570295224665
 2001,Armenia,Ruminants,3.060036,0.390071685431152
 2001,Armenia,Cereals,3.060036,0.157648145315937
 2001,Armenia,Monogastrics,3.060036,0.0508564605122293
-2001,Armenia,Oilcrops,3.060036,0.00344342354142239
-2001,Armenia,Pulses,3.060036,0
+2001,Armenia,FruitVeg,3.060036,0.195786912310836
+2001,Armenia,OilcropsPulses,3.060036,0.00344342354142239
 2001,Armenia,Starchy Roots,3.060036,0.0650342022120001
+2001,Armenia,Sugar,3.060036,0.0256542733484181
 2002,Armenia,Ruminants,3.047249,0.437924698638017
 2002,Armenia,Cereals,3.047249,0.169205404612488
 2002,Armenia,Monogastrics,3.047249,0.0539912229030184
-2002,Armenia,Oilcrops,3.047249,0.00409188746964885
-2002,Armenia,Pulses,3.047249,2.75658470968405e-05
+2002,Armenia,FruitVeg,3.047249,0.199099581294472
+2002,Armenia,OilcropsPulses,3.047249,0.00411945331674569
 2002,Armenia,Starchy Roots,3.047249,0.0500517023715489
+2002,Armenia,Sugar,3.047249,0.0278273944794141
 2003,Armenia,Ruminants,3.03642,0.499480177314074
 2003,Armenia,Cereals,3.03642,0.173602795397211
 2003,Armenia,Monogastrics,3.03642,0.0587631157744976
-2003,Armenia,Oilcrops,3.03642,0.00614210155380349
-2003,Armenia,Pulses,3.03642,0
+2003,Armenia,FruitVeg,3.03642,0.229559481231187
+2003,Armenia,OilcropsPulses,3.03642,0.00614210155380349
 2003,Armenia,Starchy Roots,3.03642,0.0480197074186048
+2003,Armenia,Sugar,3.03642,0.0314920202080081
 2004,Armenia,Ruminants,3.025982,0.53595150268574
 2004,Armenia,Cereals,3.025982,0.186082071869562
 2004,Armenia,Monogastrics,3.025982,0.0618117027794614
-2004,Armenia,Oilcrops,3.025982,0.00410643553068062
-2004,Armenia,Pulses,3.025982,2.74291122683479e-05
+2004,Armenia,FruitVeg,3.025982,0.267456316660178
+2004,Armenia,OilcropsPulses,3.025982,0.00413386464294897
 2004,Armenia,Starchy Roots,3.025982,0.0600492666512887
+2004,Armenia,Sugar,3.025982,0.030592382902476
 2005,Armenia,Ruminants,3.014917,0.536287068599235
 2005,Armenia,Cereals,3.014917,0.174350073318768
 2005,Armenia,Monogastrics,3.014917,0.0748783465680813
-2005,Armenia,Oilcrops,3.014917,0.0056824118209556
-2005,Armenia,Pulses,3.014917,0
+2005,Armenia,FruitVeg,3.014917,0.331181919767609
+2005,Armenia,OilcropsPulses,3.014917,0.0056824118209556
 2005,Armenia,Starchy Roots,3.014917,0.0710367814437346
+2005,Armenia,Sugar,3.014917,0.0338626237471877
 2006,Armenia,Ruminants,3.002161,0.590765851664851
 2006,Armenia,Cereals,3.002161,0.179551996045515
 2006,Armenia,Monogastrics,3.002161,0.0763246874501401
-2006,Armenia,Oilcrops,3.002161,0.00545107341012024
-2006,Armenia,Pulses,3.002161,0
+2006,Armenia,FruitVeg,3.002161,0.389997738295848
+2006,Armenia,OilcropsPulses,3.002161,0.00545107341012024
 2006,Armenia,Starchy Roots,3.002161,0.0650538062415707
+2006,Armenia,Sugar,3.002161,0.0334772185768851
 2007,Armenia,Ruminants,2.988117,0.610346750143987
 2007,Armenia,Cereals,2.988117,0.165969404812462
 2007,Armenia,Monogastrics,2.988117,0.10115530951432
-2007,Armenia,Oilcrops,2.988117,0.00689464301431303
-2007,Armenia,Pulses,2.988117,0
+2007,Armenia,FruitVeg,2.988117,0.427293844250409
+2007,Armenia,OilcropsPulses,2.988117,0.00689464301431303
 2007,Armenia,Starchy Roots,2.988117,0.0620752132530286
+2007,Armenia,Sugar,2.988117,0.0311400122552095
 2008,Armenia,Ruminants,2.975029,0.763586875959865
 2008,Armenia,Cereals,2.975029,0.169216837886286
 2008,Armenia,Monogastrics,2.975029,0.125822000390584
-2008,Armenia,Oilcrops,2.975029,0.00615691477293163
-2008,Armenia,Pulses,2.975029,0
+2008,Armenia,FruitVeg,2.975029,0.440878727568706
+2008,Armenia,OilcropsPulses,2.975029,0.00615691477293163
 2008,Armenia,Starchy Roots,2.975029,0.0573416259135625
+2008,Armenia,Sugar,2.975029,0.0328336295209223
 2009,Armenia,Ruminants,2.966108,0.73730504755727
 2009,Armenia,Cereals,2.966108,0.142476268564732
 2009,Armenia,Monogastrics,2.966108,0.0944997282634348
-2009,Armenia,Oilcrops,2.966108,0.00522907459876714
-2009,Armenia,Pulses,2.966108,0
+2009,Armenia,FruitVeg,2.966108,0.460736763462423
+2009,Armenia,OilcropsPulses,2.966108,0.00522907459876714
 2009,Armenia,Starchy Roots,2.966108,0.0758047245750998
+2009,Armenia,Sugar,2.966108,0.032955981373571
 2010,Armenia,Ruminants,2.963496,0.667606333870537
 2010,Armenia,Cereals,2.963496,0.143711008889501
 2010,Armenia,Monogastrics,2.963496,0.113549976109298
-2010,Armenia,Oilcrops,2.963496,0.00562916231369977
-2010,Armenia,Pulses,2.963496,1.11354967241393e-05
+2010,Armenia,FruitVeg,2.963496,0.340200897858475
+2010,Armenia,OilcropsPulses,2.963496,0.0056402978104239
 2010,Armenia,Starchy Roots,2.963496,0.0673107033044755
+2010,Armenia,Sugar,2.963496,0.0403661756250051
 2011,Armenia,Ruminants,2.967984,0.681729786953029
 2011,Armenia,Cereals,2.967984,0.142038164626224
 2011,Armenia,Monogastrics,2.967984,0.115935665421377
-2011,Armenia,Oilcrops,2.967984,0.00693669507652332
-2011,Armenia,Pulses,2.967984,0
+2011,Armenia,FruitVeg,2.967984,0.394277395026388
+2011,Armenia,OilcropsPulses,2.967984,0.00693669507652332
 2011,Armenia,Starchy Roots,2.967984,0.0629966334050318
+2011,Armenia,Sugar,2.967984,0.0370652267667211
 1961,Asia,Ruminants,NA,NA
 1961,Asia,Cereals,NA,NA
 1961,Asia,Monogastrics,NA,NA
-1961,Asia,Oilcrops,NA,NA
-1961,Asia,Pulses,NA,NA
+1961,Asia,FruitVeg,NA,NA
+1961,Asia,OilcropsPulses,NA,NA
 1961,Asia,Starchy Roots,NA,NA
+1961,Asia,Sugar,NA,NA
 1962,Asia,Ruminants,NA,NA
 1962,Asia,Cereals,NA,NA
 1962,Asia,Monogastrics,NA,NA
-1962,Asia,Oilcrops,NA,NA
-1962,Asia,Pulses,NA,NA
+1962,Asia,FruitVeg,NA,NA
+1962,Asia,OilcropsPulses,NA,NA
 1962,Asia,Starchy Roots,NA,NA
+1962,Asia,Sugar,NA,NA
 1963,Asia,Ruminants,NA,NA
 1963,Asia,Cereals,NA,NA
 1963,Asia,Monogastrics,NA,NA
-1963,Asia,Oilcrops,NA,NA
-1963,Asia,Pulses,NA,NA
+1963,Asia,FruitVeg,NA,NA
+1963,Asia,OilcropsPulses,NA,NA
 1963,Asia,Starchy Roots,NA,NA
+1963,Asia,Sugar,NA,NA
 1964,Asia,Ruminants,NA,NA
 1964,Asia,Cereals,NA,NA
 1964,Asia,Monogastrics,NA,NA
-1964,Asia,Oilcrops,NA,NA
-1964,Asia,Pulses,NA,NA
+1964,Asia,FruitVeg,NA,NA
+1964,Asia,OilcropsPulses,NA,NA
 1964,Asia,Starchy Roots,NA,NA
+1964,Asia,Sugar,NA,NA
 1965,Asia,Ruminants,NA,NA
 1965,Asia,Cereals,NA,NA
 1965,Asia,Monogastrics,NA,NA
-1965,Asia,Oilcrops,NA,NA
-1965,Asia,Pulses,NA,NA
+1965,Asia,FruitVeg,NA,NA
+1965,Asia,OilcropsPulses,NA,NA
 1965,Asia,Starchy Roots,NA,NA
+1965,Asia,Sugar,NA,NA
 1966,Asia,Ruminants,NA,NA
 1966,Asia,Cereals,NA,NA
 1966,Asia,Monogastrics,NA,NA
-1966,Asia,Oilcrops,NA,NA
-1966,Asia,Pulses,NA,NA
+1966,Asia,FruitVeg,NA,NA
+1966,Asia,OilcropsPulses,NA,NA
 1966,Asia,Starchy Roots,NA,NA
+1966,Asia,Sugar,NA,NA
 1967,Asia,Ruminants,NA,NA
 1967,Asia,Cereals,NA,NA
 1967,Asia,Monogastrics,NA,NA
-1967,Asia,Oilcrops,NA,NA
-1967,Asia,Pulses,NA,NA
+1967,Asia,FruitVeg,NA,NA
+1967,Asia,OilcropsPulses,NA,NA
 1967,Asia,Starchy Roots,NA,NA
+1967,Asia,Sugar,NA,NA
 1968,Asia,Ruminants,NA,NA
 1968,Asia,Cereals,NA,NA
 1968,Asia,Monogastrics,NA,NA
-1968,Asia,Oilcrops,NA,NA
-1968,Asia,Pulses,NA,NA
+1968,Asia,FruitVeg,NA,NA
+1968,Asia,OilcropsPulses,NA,NA
 1968,Asia,Starchy Roots,NA,NA
+1968,Asia,Sugar,NA,NA
 1969,Asia,Ruminants,NA,NA
 1969,Asia,Cereals,NA,NA
 1969,Asia,Monogastrics,NA,NA
-1969,Asia,Oilcrops,NA,NA
-1969,Asia,Pulses,NA,NA
+1969,Asia,FruitVeg,NA,NA
+1969,Asia,OilcropsPulses,NA,NA
 1969,Asia,Starchy Roots,NA,NA
+1969,Asia,Sugar,NA,NA
 1970,Asia,Ruminants,NA,NA
 1970,Asia,Cereals,NA,NA
 1970,Asia,Monogastrics,NA,NA
-1970,Asia,Oilcrops,NA,NA
-1970,Asia,Pulses,NA,NA
+1970,Asia,FruitVeg,NA,NA
+1970,Asia,OilcropsPulses,NA,NA
 1970,Asia,Starchy Roots,NA,NA
+1970,Asia,Sugar,NA,NA
 1971,Asia,Ruminants,NA,NA
 1971,Asia,Cereals,NA,NA
 1971,Asia,Monogastrics,NA,NA
-1971,Asia,Oilcrops,NA,NA
-1971,Asia,Pulses,NA,NA
+1971,Asia,FruitVeg,NA,NA
+1971,Asia,OilcropsPulses,NA,NA
 1971,Asia,Starchy Roots,NA,NA
+1971,Asia,Sugar,NA,NA
 1972,Asia,Ruminants,NA,NA
 1972,Asia,Cereals,NA,NA
 1972,Asia,Monogastrics,NA,NA
-1972,Asia,Oilcrops,NA,NA
-1972,Asia,Pulses,NA,NA
+1972,Asia,FruitVeg,NA,NA
+1972,Asia,OilcropsPulses,NA,NA
 1972,Asia,Starchy Roots,NA,NA
+1972,Asia,Sugar,NA,NA
 1973,Asia,Ruminants,NA,NA
 1973,Asia,Cereals,NA,NA
 1973,Asia,Monogastrics,NA,NA
-1973,Asia,Oilcrops,NA,NA
-1973,Asia,Pulses,NA,NA
+1973,Asia,FruitVeg,NA,NA
+1973,Asia,OilcropsPulses,NA,NA
 1973,Asia,Starchy Roots,NA,NA
+1973,Asia,Sugar,NA,NA
 1974,Asia,Ruminants,NA,NA
 1974,Asia,Cereals,NA,NA
 1974,Asia,Monogastrics,NA,NA
-1974,Asia,Oilcrops,NA,NA
-1974,Asia,Pulses,NA,NA
+1974,Asia,FruitVeg,NA,NA
+1974,Asia,OilcropsPulses,NA,NA
 1974,Asia,Starchy Roots,NA,NA
+1974,Asia,Sugar,NA,NA
 1975,Asia,Ruminants,NA,NA
 1975,Asia,Cereals,NA,NA
 1975,Asia,Monogastrics,NA,NA
-1975,Asia,Oilcrops,NA,NA
-1975,Asia,Pulses,NA,NA
+1975,Asia,FruitVeg,NA,NA
+1975,Asia,OilcropsPulses,NA,NA
 1975,Asia,Starchy Roots,NA,NA
+1975,Asia,Sugar,NA,NA
 1976,Asia,Ruminants,NA,NA
 1976,Asia,Cereals,NA,NA
 1976,Asia,Monogastrics,NA,NA
-1976,Asia,Oilcrops,NA,NA
-1976,Asia,Pulses,NA,NA
+1976,Asia,FruitVeg,NA,NA
+1976,Asia,OilcropsPulses,NA,NA
 1976,Asia,Starchy Roots,NA,NA
+1976,Asia,Sugar,NA,NA
 1977,Asia,Ruminants,NA,NA
 1977,Asia,Cereals,NA,NA
 1977,Asia,Monogastrics,NA,NA
-1977,Asia,Oilcrops,NA,NA
-1977,Asia,Pulses,NA,NA
+1977,Asia,FruitVeg,NA,NA
+1977,Asia,OilcropsPulses,NA,NA
 1977,Asia,Starchy Roots,NA,NA
+1977,Asia,Sugar,NA,NA
 1978,Asia,Ruminants,NA,NA
 1978,Asia,Cereals,NA,NA
 1978,Asia,Monogastrics,NA,NA
-1978,Asia,Oilcrops,NA,NA
-1978,Asia,Pulses,NA,NA
+1978,Asia,FruitVeg,NA,NA
+1978,Asia,OilcropsPulses,NA,NA
 1978,Asia,Starchy Roots,NA,NA
+1978,Asia,Sugar,NA,NA
 1979,Asia,Ruminants,NA,NA
 1979,Asia,Cereals,NA,NA
 1979,Asia,Monogastrics,NA,NA
-1979,Asia,Oilcrops,NA,NA
-1979,Asia,Pulses,NA,NA
+1979,Asia,FruitVeg,NA,NA
+1979,Asia,OilcropsPulses,NA,NA
 1979,Asia,Starchy Roots,NA,NA
+1979,Asia,Sugar,NA,NA
 1980,Asia,Ruminants,NA,NA
 1980,Asia,Cereals,NA,NA
 1980,Asia,Monogastrics,NA,NA
-1980,Asia,Oilcrops,NA,NA
-1980,Asia,Pulses,NA,NA
+1980,Asia,FruitVeg,NA,NA
+1980,Asia,OilcropsPulses,NA,NA
 1980,Asia,Starchy Roots,NA,NA
+1980,Asia,Sugar,NA,NA
 1981,Asia,Ruminants,NA,NA
 1981,Asia,Cereals,NA,NA
 1981,Asia,Monogastrics,NA,NA
-1981,Asia,Oilcrops,NA,NA
-1981,Asia,Pulses,NA,NA
+1981,Asia,FruitVeg,NA,NA
+1981,Asia,OilcropsPulses,NA,NA
 1981,Asia,Starchy Roots,NA,NA
+1981,Asia,Sugar,NA,NA
 1982,Asia,Ruminants,NA,NA
 1982,Asia,Cereals,NA,NA
 1982,Asia,Monogastrics,NA,NA
-1982,Asia,Oilcrops,NA,NA
-1982,Asia,Pulses,NA,NA
+1982,Asia,FruitVeg,NA,NA
+1982,Asia,OilcropsPulses,NA,NA
 1982,Asia,Starchy Roots,NA,NA
+1982,Asia,Sugar,NA,NA
 1983,Asia,Ruminants,NA,NA
 1983,Asia,Cereals,NA,NA
 1983,Asia,Monogastrics,NA,NA
-1983,Asia,Oilcrops,NA,NA
-1983,Asia,Pulses,NA,NA
+1983,Asia,FruitVeg,NA,NA
+1983,Asia,OilcropsPulses,NA,NA
 1983,Asia,Starchy Roots,NA,NA
+1983,Asia,Sugar,NA,NA
 1984,Asia,Ruminants,NA,NA
 1984,Asia,Cereals,NA,NA
 1984,Asia,Monogastrics,NA,NA
-1984,Asia,Oilcrops,NA,NA
-1984,Asia,Pulses,NA,NA
+1984,Asia,FruitVeg,NA,NA
+1984,Asia,OilcropsPulses,NA,NA
 1984,Asia,Starchy Roots,NA,NA
+1984,Asia,Sugar,NA,NA
 1985,Asia,Ruminants,NA,NA
 1985,Asia,Cereals,NA,NA
 1985,Asia,Monogastrics,NA,NA
-1985,Asia,Oilcrops,NA,NA
-1985,Asia,Pulses,NA,NA
+1985,Asia,FruitVeg,NA,NA
+1985,Asia,OilcropsPulses,NA,NA
 1985,Asia,Starchy Roots,NA,NA
+1985,Asia,Sugar,NA,NA
 1986,Asia,Ruminants,NA,NA
 1986,Asia,Cereals,NA,NA
 1986,Asia,Monogastrics,NA,NA
-1986,Asia,Oilcrops,NA,NA
-1986,Asia,Pulses,NA,NA
+1986,Asia,FruitVeg,NA,NA
+1986,Asia,OilcropsPulses,NA,NA
 1986,Asia,Starchy Roots,NA,NA
+1986,Asia,Sugar,NA,NA
 1987,Asia,Ruminants,NA,NA
 1987,Asia,Cereals,NA,NA
 1987,Asia,Monogastrics,NA,NA
-1987,Asia,Oilcrops,NA,NA
-1987,Asia,Pulses,NA,NA
+1987,Asia,FruitVeg,NA,NA
+1987,Asia,OilcropsPulses,NA,NA
 1987,Asia,Starchy Roots,NA,NA
+1987,Asia,Sugar,NA,NA
 1988,Asia,Ruminants,NA,NA
 1988,Asia,Cereals,NA,NA
 1988,Asia,Monogastrics,NA,NA
-1988,Asia,Oilcrops,NA,NA
-1988,Asia,Pulses,NA,NA
+1988,Asia,FruitVeg,NA,NA
+1988,Asia,OilcropsPulses,NA,NA
 1988,Asia,Starchy Roots,NA,NA
+1988,Asia,Sugar,NA,NA
 1989,Asia,Ruminants,NA,NA
 1989,Asia,Cereals,NA,NA
 1989,Asia,Monogastrics,NA,NA
-1989,Asia,Oilcrops,NA,NA
-1989,Asia,Pulses,NA,NA
+1989,Asia,FruitVeg,NA,NA
+1989,Asia,OilcropsPulses,NA,NA
 1989,Asia,Starchy Roots,NA,NA
+1989,Asia,Sugar,NA,NA
 1990,Asia,Ruminants,NA,NA
 1990,Asia,Cereals,NA,NA
 1990,Asia,Monogastrics,NA,NA
-1990,Asia,Oilcrops,NA,NA
-1990,Asia,Pulses,NA,NA
+1990,Asia,FruitVeg,NA,NA
+1990,Asia,OilcropsPulses,NA,NA
 1990,Asia,Starchy Roots,NA,NA
+1990,Asia,Sugar,NA,NA
 1991,Asia,Ruminants,NA,NA
 1991,Asia,Cereals,NA,NA
 1991,Asia,Monogastrics,NA,NA
-1991,Asia,Oilcrops,NA,NA
-1991,Asia,Pulses,NA,NA
+1991,Asia,FruitVeg,NA,NA
+1991,Asia,OilcropsPulses,NA,NA
 1991,Asia,Starchy Roots,NA,NA
+1991,Asia,Sugar,NA,NA
 1992,Asia,Ruminants,NA,NA
 1992,Asia,Cereals,NA,NA
 1992,Asia,Monogastrics,NA,NA
-1992,Asia,Oilcrops,NA,NA
-1992,Asia,Pulses,NA,NA
+1992,Asia,FruitVeg,NA,NA
+1992,Asia,OilcropsPulses,NA,NA
 1992,Asia,Starchy Roots,NA,NA
+1992,Asia,Sugar,NA,NA
 1993,Asia,Ruminants,NA,NA
 1993,Asia,Cereals,NA,NA
 1993,Asia,Monogastrics,NA,NA
-1993,Asia,Oilcrops,NA,NA
-1993,Asia,Pulses,NA,NA
+1993,Asia,FruitVeg,NA,NA
+1993,Asia,OilcropsPulses,NA,NA
 1993,Asia,Starchy Roots,NA,NA
+1993,Asia,Sugar,NA,NA
 1994,Asia,Ruminants,NA,NA
 1994,Asia,Cereals,NA,NA
 1994,Asia,Monogastrics,NA,NA
-1994,Asia,Oilcrops,NA,NA
-1994,Asia,Pulses,NA,NA
+1994,Asia,FruitVeg,NA,NA
+1994,Asia,OilcropsPulses,NA,NA
 1994,Asia,Starchy Roots,NA,NA
+1994,Asia,Sugar,NA,NA
 1995,Asia,Ruminants,NA,NA
 1995,Asia,Cereals,NA,NA
 1995,Asia,Monogastrics,NA,NA
-1995,Asia,Oilcrops,NA,NA
-1995,Asia,Pulses,NA,NA
+1995,Asia,FruitVeg,NA,NA
+1995,Asia,OilcropsPulses,NA,NA
 1995,Asia,Starchy Roots,NA,NA
+1995,Asia,Sugar,NA,NA
 1996,Asia,Ruminants,NA,NA
 1996,Asia,Cereals,NA,NA
 1996,Asia,Monogastrics,NA,NA
-1996,Asia,Oilcrops,NA,NA
-1996,Asia,Pulses,NA,NA
+1996,Asia,FruitVeg,NA,NA
+1996,Asia,OilcropsPulses,NA,NA
 1996,Asia,Starchy Roots,NA,NA
+1996,Asia,Sugar,NA,NA
 1997,Asia,Ruminants,NA,NA
 1997,Asia,Cereals,NA,NA
 1997,Asia,Monogastrics,NA,NA
-1997,Asia,Oilcrops,NA,NA
-1997,Asia,Pulses,NA,NA
+1997,Asia,FruitVeg,NA,NA
+1997,Asia,OilcropsPulses,NA,NA
 1997,Asia,Starchy Roots,NA,NA
+1997,Asia,Sugar,NA,NA
 1998,Asia,Ruminants,NA,NA
 1998,Asia,Cereals,NA,NA
 1998,Asia,Monogastrics,NA,NA
-1998,Asia,Oilcrops,NA,NA
-1998,Asia,Pulses,NA,NA
+1998,Asia,FruitVeg,NA,NA
+1998,Asia,OilcropsPulses,NA,NA
 1998,Asia,Starchy Roots,NA,NA
+1998,Asia,Sugar,NA,NA
 1999,Asia,Ruminants,NA,NA
 1999,Asia,Cereals,NA,NA
 1999,Asia,Monogastrics,NA,NA
-1999,Asia,Oilcrops,NA,NA
-1999,Asia,Pulses,NA,NA
+1999,Asia,FruitVeg,NA,NA
+1999,Asia,OilcropsPulses,NA,NA
 1999,Asia,Starchy Roots,NA,NA
+1999,Asia,Sugar,NA,NA
 2000,Asia,Ruminants,NA,NA
 2000,Asia,Cereals,NA,NA
 2000,Asia,Monogastrics,NA,NA
-2000,Asia,Oilcrops,NA,NA
-2000,Asia,Pulses,NA,NA
+2000,Asia,FruitVeg,NA,NA
+2000,Asia,OilcropsPulses,NA,NA
 2000,Asia,Starchy Roots,NA,NA
+2000,Asia,Sugar,NA,NA
 2001,Asia,Ruminants,NA,NA
 2001,Asia,Cereals,NA,NA
 2001,Asia,Monogastrics,NA,NA
-2001,Asia,Oilcrops,NA,NA
-2001,Asia,Pulses,NA,NA
+2001,Asia,FruitVeg,NA,NA
+2001,Asia,OilcropsPulses,NA,NA
 2001,Asia,Starchy Roots,NA,NA
+2001,Asia,Sugar,NA,NA
 2002,Asia,Ruminants,NA,NA
 2002,Asia,Cereals,NA,NA
 2002,Asia,Monogastrics,NA,NA
-2002,Asia,Oilcrops,NA,NA
-2002,Asia,Pulses,NA,NA
+2002,Asia,FruitVeg,NA,NA
+2002,Asia,OilcropsPulses,NA,NA
 2002,Asia,Starchy Roots,NA,NA
+2002,Asia,Sugar,NA,NA
 2003,Asia,Ruminants,NA,NA
 2003,Asia,Cereals,NA,NA
 2003,Asia,Monogastrics,NA,NA
-2003,Asia,Oilcrops,NA,NA
-2003,Asia,Pulses,NA,NA
+2003,Asia,FruitVeg,NA,NA
+2003,Asia,OilcropsPulses,NA,NA
 2003,Asia,Starchy Roots,NA,NA
+2003,Asia,Sugar,NA,NA
 2004,Asia,Ruminants,NA,NA
 2004,Asia,Cereals,NA,NA
 2004,Asia,Monogastrics,NA,NA
-2004,Asia,Oilcrops,NA,NA
-2004,Asia,Pulses,NA,NA
+2004,Asia,FruitVeg,NA,NA
+2004,Asia,OilcropsPulses,NA,NA
 2004,Asia,Starchy Roots,NA,NA
+2004,Asia,Sugar,NA,NA
 2005,Asia,Ruminants,NA,NA
 2005,Asia,Cereals,NA,NA
 2005,Asia,Monogastrics,NA,NA
-2005,Asia,Oilcrops,NA,NA
-2005,Asia,Pulses,NA,NA
+2005,Asia,FruitVeg,NA,NA
+2005,Asia,OilcropsPulses,NA,NA
 2005,Asia,Starchy Roots,NA,NA
+2005,Asia,Sugar,NA,NA
 2006,Asia,Ruminants,NA,NA
 2006,Asia,Cereals,NA,NA
 2006,Asia,Monogastrics,NA,NA
-2006,Asia,Oilcrops,NA,NA
-2006,Asia,Pulses,NA,NA
+2006,Asia,FruitVeg,NA,NA
+2006,Asia,OilcropsPulses,NA,NA
 2006,Asia,Starchy Roots,NA,NA
+2006,Asia,Sugar,NA,NA
 2007,Asia,Ruminants,NA,NA
 2007,Asia,Cereals,NA,NA
 2007,Asia,Monogastrics,NA,NA
-2007,Asia,Oilcrops,NA,NA
-2007,Asia,Pulses,NA,NA
+2007,Asia,FruitVeg,NA,NA
+2007,Asia,OilcropsPulses,NA,NA
 2007,Asia,Starchy Roots,NA,NA
+2007,Asia,Sugar,NA,NA
 2008,Asia,Ruminants,NA,NA
 2008,Asia,Cereals,NA,NA
 2008,Asia,Monogastrics,NA,NA
-2008,Asia,Oilcrops,NA,NA
-2008,Asia,Pulses,NA,NA
+2008,Asia,FruitVeg,NA,NA
+2008,Asia,OilcropsPulses,NA,NA
 2008,Asia,Starchy Roots,NA,NA
+2008,Asia,Sugar,NA,NA
 2009,Asia,Ruminants,NA,NA
 2009,Asia,Cereals,NA,NA
 2009,Asia,Monogastrics,NA,NA
-2009,Asia,Oilcrops,NA,NA
-2009,Asia,Pulses,NA,NA
+2009,Asia,FruitVeg,NA,NA
+2009,Asia,OilcropsPulses,NA,NA
 2009,Asia,Starchy Roots,NA,NA
+2009,Asia,Sugar,NA,NA
 2010,Asia,Ruminants,NA,NA
 2010,Asia,Cereals,NA,NA
 2010,Asia,Monogastrics,NA,NA
-2010,Asia,Oilcrops,NA,NA
-2010,Asia,Pulses,NA,NA
+2010,Asia,FruitVeg,NA,NA
+2010,Asia,OilcropsPulses,NA,NA
 2010,Asia,Starchy Roots,NA,NA
+2010,Asia,Sugar,NA,NA
 2011,Asia,Ruminants,NA,NA
 2011,Asia,Cereals,NA,NA
 2011,Asia,Monogastrics,NA,NA
-2011,Asia,Oilcrops,NA,NA
-2011,Asia,Pulses,NA,NA
+2011,Asia,FruitVeg,NA,NA
+2011,Asia,OilcropsPulses,NA,NA
 2011,Asia,Starchy Roots,NA,NA
+2011,Asia,Sugar,NA,NA
 1961,Australia,Ruminants,10.483,2.06476997996757
 1961,Australia,Cereals,10.483,0.124951635982066
 1961,Australia,Monogastrics,10.483,0.109128818086426
-1961,Australia,Oilcrops,10.483,0.0177370027663837
-1961,Australia,Pulses,10.483,0.00131555852332348
+1961,Australia,FruitVeg,10.483,0.158120671563484
+1961,Australia,OilcropsPulses,10.483,0.0190525612897071
 1961,Australia,Starchy Roots,10.483,0.0361397500715444
+1961,Australia,Sugar,10.483,0.0553483735571878
 1962,Australia,Ruminants,10.742,2.23970526903742
 1962,Australia,Cereals,10.742,0.1266057531186
 1962,Australia,Monogastrics,10.742,0.113921532303109
-1962,Australia,Oilcrops,10.742,0.0185170359337181
-1962,Australia,Pulses,10.742,0.00131046360081921
+1962,Australia,FruitVeg,10.742,0.160653509588531
+1962,Australia,OilcropsPulses,10.742,0.0198274995345373
 1962,Australia,Starchy Roots,10.742,0.041600912306833
+1962,Australia,Sugar,10.742,0.0538433252653137
 1963,Australia,Ruminants,10.95,2.25339094977169
 1963,Australia,Cereals,10.95,0.131277625570776
 1963,Australia,Monogastrics,10.95,0.11025199086758
-1963,Australia,Oilcrops,10.95,0.0197779908675799
-1963,Australia,Pulses,10.95,0.00110675799086758
+1963,Australia,FruitVeg,10.95,0.15883397260274
+1963,Australia,OilcropsPulses,10.95,0.0208847488584475
 1963,Australia,Starchy Roots,10.95,0.0529341552511415
+1963,Australia,Sugar,10.95,0.0537565296803653
 1964,Australia,Ruminants,11.167,2.29836592639026
 1964,Australia,Cereals,11.167,0.130016029372258
 1964,Australia,Monogastrics,11.167,0.110629381212501
-1964,Australia,Oilcrops,11.167,0.0219447479179726
-1964,Australia,Pulses,11.167,0.0011850094027044
+1964,Australia,FruitVeg,11.167,0.160609742992746
+1964,Australia,OilcropsPulses,11.167,0.023129757320677
 1964,Australia,Starchy Roots,11.167,0.0434578669293454
+1964,Australia,Sugar,11.167,0.0549958807199785
 1965,Australia,Ruminants,11.388,2.20060904460836
 1965,Australia,Cereals,11.388,0.124560677906568
 1965,Australia,Monogastrics,11.388,0.117361204776958
-1965,Australia,Oilcrops,11.388,0.019183263083948
-1965,Australia,Pulses,11.388,0.00116631541974008
+1965,Australia,FruitVeg,11.388,0.166983315770987
+1965,Australia,OilcropsPulses,11.388,0.0203495785036881
 1965,Australia,Starchy Roots,11.388,0.0386448893572181
+1965,Australia,Sugar,11.388,0.0551241657885494
 1966,Australia,Ruminants,11.651,2.10231013646897
 1966,Australia,Cereals,11.651,0.135100935542014
 1966,Australia,Monogastrics,11.651,0.12070006008068
-1966,Australia,Oilcrops,11.651,0.0231109775984894
-1966,Australia,Pulses,11.651,0.00171521757789031
+1966,Australia,FruitVeg,11.651,0.161394129259291
+1966,Australia,OilcropsPulses,11.651,0.0248261951763797
 1966,Australia,Starchy Roots,11.651,0.0481906274139559
+1966,Australia,Sugar,11.651,0.0541756072440134
 1967,Australia,Ruminants,11.799,1.98648539706755
 1967,Australia,Cereals,11.799,0.13583540978049
 1967,Australia,Monogastrics,11.799,0.128116823459615
-1967,Australia,Oilcrops,11.799,0.021627765064836
-1967,Australia,Pulses,11.799,0.00109797440461056
+1967,Australia,FruitVeg,11.799,0.171791677260785
+1967,Australia,OilcropsPulses,11.799,0.0227257394694466
 1967,Australia,Starchy Roots,11.799,0.0470483939316891
+1967,Australia,Sugar,11.799,0.053750148317654
 1968,Australia,Ruminants,12.009,2.05759136480973
 1968,Australia,Cereals,12.009,0.134950204013656
 1968,Australia,Monogastrics,12.009,0.134532867016404
-1968,Australia,Oilcrops,12.009,0.0226085435923058
-1968,Australia,Pulses,12.009,0.00161762011824465
+1968,Australia,FruitVeg,12.009,0.171962694645682
+1968,Australia,OilcropsPulses,12.009,0.0242261637105504
 1968,Australia,Starchy Roots,12.009,0.0484703139312183
+1968,Australia,Sugar,12.009,0.0541227412773753
 1969,Australia,Ruminants,12.263,2.12474025116203
 1969,Australia,Cereals,12.263,0.131978879556389
 1969,Australia,Monogastrics,12.263,0.1403101280274
-1969,Australia,Oilcrops,12.263,0.0240298458778439
-1969,Australia,Pulses,12.263,0.00208700970398761
+1969,Australia,FruitVeg,12.263,0.183759765147191
+1969,Australia,OilcropsPulses,12.263,0.0261168555818315
 1969,Australia,Starchy Roots,12.263,0.0578350322107152
+1969,Australia,Sugar,12.263,0.0552463508113838
 1970,Australia,Ruminants,12.507,2.01485777564564
 1970,Australia,Cereals,12.507,0.133575837530983
 1970,Australia,Monogastrics,12.507,0.146761405612857
-1970,Australia,Oilcrops,12.507,0.0239244423123051
-1970,Australia,Pulses,12.507,0.00167937954745343
+1970,Australia,FruitVeg,12.507,0.183666266890541
+1970,Australia,OilcropsPulses,12.507,0.0256038218597585
 1970,Australia,Starchy Roots,12.507,0.0521600703605981
+1970,Australia,Sugar,12.507,0.055884304789318
 1971,Australia,Ruminants,12.937,2.07544804823375
 1971,Australia,Cereals,12.937,0.131118342737884
 1971,Australia,Monogastrics,12.937,0.154484409059287
-1971,Australia,Oilcrops,12.937,0.0206162943495401
-1971,Australia,Pulses,12.937,0.00271415320398856
+1971,Australia,FruitVeg,12.937,0.188138130942259
+1971,Australia,OilcropsPulses,12.937,0.0233304475535286
 1971,Australia,Starchy Roots,12.937,0.0526472134188761
+1971,Australia,Sugar,12.937,0.0555020483883435
 1972,Australia,Ruminants,13.177,2.13268199134856
 1972,Australia,Cereals,13.177,0.131015405631024
 1972,Australia,Monogastrics,13.177,0.16092798816119
-1972,Australia,Oilcrops,13.177,0.0213577445549063
-1972,Australia,Pulses,13.177,0.00202147681566366
+1972,Australia,FruitVeg,13.177,0.185770433330804
+1972,Australia,OilcropsPulses,13.177,0.0233792213705699
 1972,Australia,Starchy Roots,13.177,0.0551095089929423
+1972,Australia,Sugar,13.177,0.0563884040373378
 1973,Australia,Ruminants,13.38,2.03295140508221
 1973,Australia,Cereals,13.38,0.126010388639761
 1973,Australia,Monogastrics,13.38,0.167343856502242
-1973,Australia,Oilcrops,13.38,0.0202345291479821
-1973,Australia,Pulses,13.38,0.0016177130044843
+1973,Australia,FruitVeg,13.38,0.176805082212257
+1973,Australia,OilcropsPulses,13.38,0.0218522421524664
 1973,Australia,Starchy Roots,13.38,0.0469344544095665
+1973,Australia,Sugar,13.38,0.0562122571001495
 1974,Australia,Ruminants,13.723,1.6628028856664
 1974,Australia,Cereals,13.723,0.12898651898273
 1974,Australia,Monogastrics,13.723,0.166147591634482
-1974,Australia,Oilcrops,13.723,0.0205299861546309
-1974,Australia,Pulses,13.723,0.00202382860890476
+1974,Australia,FruitVeg,13.723,0.167697442250237
+1974,Australia,OilcropsPulses,13.723,0.0225538147635357
 1974,Australia,Starchy Roots,13.723,0.0406938716024193
+1974,Australia,Sugar,13.723,0.0547086642862348
 1975,Australia,Ruminants,13.893,2.44943113798316
 1975,Australia,Cereals,13.893,0.124246599006694
 1975,Australia,Monogastrics,13.893,0.152052522853235
-1975,Australia,Oilcrops,13.893,0.0180205859065717
-1975,Australia,Pulses,13.893,0.00242870510328943
+1975,Australia,FruitVeg,13.893,0.187862160800403
+1975,Australia,OilcropsPulses,13.893,0.0204492910098611
 1975,Australia,Starchy Roots,13.893,0.0470721226516951
+1975,Australia,Sugar,13.893,0.053083135391924
 1976,Australia,Ruminants,14.033,2.59986438395211
 1976,Australia,Cereals,14.033,0.125740041331148
 1976,Australia,Monogastrics,14.033,0.149484686097057
-1976,Australia,Oilcrops,14.033,0.0137219411387444
-1976,Australia,Pulses,14.033,0.00149633007909927
+1976,Australia,FruitVeg,14.033,0.180829473384166
+1976,Australia,OilcropsPulses,14.033,0.0152182712178437
 1976,Australia,Starchy Roots,14.033,0.043515142877503
+1976,Australia,Sugar,14.033,0.0565120074111024
 1977,Australia,Ruminants,14.192,2.49317907976325
 1977,Australia,Cereals,14.192,0.124529241826381
 1977,Australia,Monogastrics,14.192,0.15725994222097
-1977,Australia,Oilcrops,14.192,0.0173068630214205
-1977,Australia,Pulses,14.192,0.00157574689966178
+1977,Australia,FruitVeg,14.192,0.180975972378805
+1977,Australia,OilcropsPulses,14.192,0.0188826099210823
 1977,Australia,Starchy Roots,14.192,0.0460869503945885
+1977,Australia,Sugar,14.192,0.0555234639233371
 1978,Australia,Ruminants,14.358,2.52666992617356
 1978,Australia,Cereals,14.358,0.116540395598273
 1978,Australia,Monogastrics,14.358,0.169909346705669
-1978,Australia,Oilcrops,14.358,0.0212884802897339
-1978,Australia,Pulses,14.358,0.00186000835770999
+1978,Australia,FruitVeg,14.358,0.184737289316061
+1978,Australia,OilcropsPulses,14.358,0.0231484886474439
 1978,Australia,Starchy Roots,14.358,0.0476434740214515
+1978,Australia,Sugar,14.358,0.0548873798579189
 1979,Australia,Ruminants,14.514,2.06565245969409
 1979,Australia,Cereals,14.514,0.1192639520463
 1979,Australia,Monogastrics,14.514,0.171628937577511
-1979,Australia,Oilcrops,14.514,0.0205439575582196
-1979,Australia,Pulses,14.514,0.00195094391621882
+1979,Australia,FruitVeg,14.514,0.184629392310872
+1979,Australia,OilcropsPulses,14.514,0.0224949014744385
 1979,Australia,Starchy Roots,14.514,0.0489286895411327
+1979,Australia,Sugar,14.514,0.0529777456249139
 1980,Australia,Ruminants,14.692,1.85302546964334
 1980,Australia,Cereals,14.692,0.123282534712769
 1980,Australia,Monogastrics,14.692,0.188586448407296
-1980,Australia,Oilcrops,14.692,0.0221298665940648
-1980,Australia,Pulses,14.692,0.00210958344677375
+1980,Australia,FruitVeg,14.692,0.192831404846175
+1980,Australia,OilcropsPulses,14.692,0.0242394500408386
 1980,Australia,Starchy Roots,14.692,0.0516432752518377
+1980,Australia,Sugar,14.692,0.0547118840185135
 1981,Australia,Ruminants,14.927,1.83993283982046
 1981,Australia,Cereals,14.927,0.125075768741207
 1981,Australia,Monogastrics,14.927,0.189953714745093
-1981,Australia,Oilcrops,14.927,0.0263844710926509
-1981,Australia,Pulses,14.927,0.00265860521203189
+1981,Australia,FruitVeg,14.927,0.183673142627454
+1981,Australia,OilcropsPulses,14.927,0.0290430763046828
 1981,Australia,Starchy Roots,14.927,0.0515441146914986
+1981,Australia,Sugar,14.927,0.05333616935754
 1982,Australia,Ruminants,15.178,1.94963345631836
 1982,Australia,Cereals,15.178,0.123745882197918
 1982,Australia,Monogastrics,15.178,0.183072361312426
-1982,Australia,Oilcrops,15.178,0.029658057715114
-1982,Australia,Pulses,15.178,0.00252628804849124
+1982,Australia,FruitVeg,15.178,0.183559823428647
+1982,Australia,OilcropsPulses,15.178,0.0321843457636052
 1982,Australia,Starchy Roots,15.178,0.0538912900250362
+1982,Australia,Sugar,15.178,0.0523194755567268
 1983,Australia,Ruminants,15.369,1.76944686707008
 1983,Australia,Cereals,15.369,0.121559567961481
 1983,Australia,Monogastrics,15.369,0.191922675515648
-1983,Australia,Oilcrops,15.369,0.0242672262346281
-1983,Australia,Pulses,15.369,0.00389407248357082
+1983,Australia,FruitVeg,15.369,0.184858936820873
+1983,Australia,OilcropsPulses,15.369,0.028161298718199
 1983,Australia,Starchy Roots,15.369,0.0488469646691392
+1983,Australia,Sugar,15.369,0.0492141323443295
 1984,Australia,Ruminants,15.544,1.77845292074112
 1984,Australia,Cereals,15.544,0.125454258878024
 1984,Australia,Monogastrics,15.544,0.190692916881112
-1984,Australia,Oilcrops,15.544,0.0291780751415337
-1984,Australia,Pulses,15.544,0.00506002316006176
+1984,Australia,FruitVeg,15.544,0.194485138960371
+1984,Australia,OilcropsPulses,15.544,0.0342380983015955
 1984,Australia,Starchy Roots,15.544,0.0593839423571796
+1984,Australia,Sugar,15.544,0.0506992408646423
 1985,Australia,Ruminants,15.758,1.79486682320091
 1985,Australia,Cereals,15.758,0.121800101535728
 1985,Australia,Monogastrics,15.758,0.199152449549435
-1985,Australia,Oilcrops,15.758,0.0466607437492067
-1985,Australia,Pulses,15.758,0.00532961035664424
+1985,Australia,FruitVeg,15.758,0.209040043152684
+1985,Australia,OilcropsPulses,15.758,0.051990354105851
 1985,Australia,Starchy Roots,15.758,0.0563861530651098
+1985,Australia,Sugar,15.758,0.0514963827896941
 1986,Australia,Ruminants,16.0184,1.7637907531339
 1986,Australia,Cereals,16.0184,0.112759701343455
 1986,Australia,Monogastrics,16.0184,0.20326841007841
-1986,Australia,Oilcrops,16.0184,0.0356961993707237
-1986,Australia,Pulses,16.0184,0.00757591270039455
+1986,Australia,FruitVeg,16.0184,0.198733768666034
+1986,Australia,OilcropsPulses,16.0184,0.0432721120711182
 1986,Australia,Starchy Roots,16.0184,0.0532126179893123
+1986,Australia,Sugar,16.0184,0.0497132048144634
 1987,Australia,Ruminants,16.2639,1.74354338750238
 1987,Australia,Cereals,16.2639,0.116559373827926
 1987,Australia,Monogastrics,16.2639,0.208666814232749
-1987,Australia,Oilcrops,16.2639,0.0339931996630574
-1987,Australia,Pulses,16.2639,0.00748904014412287
+1987,Australia,FruitVeg,16.2639,0.198538419444291
+1987,Australia,OilcropsPulses,16.2639,0.0414822398071803
 1987,Australia,Starchy Roots,16.2639,0.056054144454897
+1987,Australia,Sugar,16.2639,0.047551140870271
 1988,Australia,Ruminants,16.5322,1.68950707104923
 1988,Australia,Cereals,16.5322,0.121457579753451
 1988,Australia,Monogastrics,16.5322,0.210575634216862
-1988,Australia,Oilcrops,16.5322,0.0371411548372267
-1988,Australia,Pulses,16.5322,0.0068695031514257
+1988,Australia,FruitVeg,16.5322,0.194581906824258
+1988,Australia,OilcropsPulses,16.5322,0.0440106579886525
 1988,Australia,Starchy Roots,16.5322,0.0581852989922696
+1988,Australia,Sugar,16.5322,0.0480165979119536
 1989,Australia,Ruminants,16.8144,1.72646720073271
 1989,Australia,Cereals,16.8144,0.11981396897897
 1989,Australia,Monogastrics,16.8144,0.213655230040917
-1989,Australia,Oilcrops,16.8144,0.0343388999904843
-1989,Australia,Pulses,16.8144,0.00552871348368065
+1989,Australia,FruitVeg,16.8144,0.211334629841089
+1989,Australia,OilcropsPulses,16.8144,0.039867613474165
 1989,Australia,Starchy Roots,16.8144,0.0557269364354363
+1989,Australia,Sugar,16.8144,0.049577802359882
 1990,Australia,Ruminants,17.0651,1.76170327158938
 1990,Australia,Cereals,17.0651,0.119017702796936
 1990,Australia,Monogastrics,17.0651,0.217862544022596
-1990,Australia,Oilcrops,17.0651,0.0330719421509396
-1990,Australia,Pulses,17.0651,0.00645692085015617
+1990,Australia,FruitVeg,17.0651,0.209263877738777
+1990,Australia,OilcropsPulses,17.0651,0.0395288630010958
 1990,Australia,Starchy Roots,17.0651,0.061056425101523
+1990,Australia,Sugar,17.0651,0.0495187253517413
 1991,Australia,Ruminants,17.284,1.6779342686878
 1991,Australia,Cereals,17.284,0.116617276093497
 1991,Australia,Monogastrics,17.284,0.212125630641055
-1991,Australia,Oilcrops,17.284,0.0474568965517242
-1991,Australia,Pulses,17.284,0.00379385558898403
+1991,Australia,FruitVeg,17.284,0.198758620689655
+1991,Australia,OilcropsPulses,17.284,0.0512507521407082
 1991,Australia,Starchy Roots,17.284,0.0571713723675075
+1991,Australia,Sugar,17.284,0.0479802707706549
 1992,Australia,Ruminants,17.495,1.64081879965704
 1992,Australia,Cereals,17.495,0.10783063732495
 1992,Australia,Monogastrics,17.495,0.220780137182052
-1992,Australia,Oilcrops,17.495,0.0499670763075164
-1992,Australia,Pulses,17.495,0.00248008002286367
+1992,Australia,FruitVeg,17.495,0.203893398113747
+1992,Australia,OilcropsPulses,17.495,0.0524471563303801
 1992,Australia,Starchy Roots,17.495,0.0572776221777651
+1992,Australia,Sugar,17.495,0.0502652757930837
 1993,Australia,Ruminants,17.667,1.60548343804834
 1993,Australia,Cereals,17.667,0.109464934623875
 1993,Australia,Monogastrics,17.667,0.218756183845588
-1993,Australia,Oilcrops,17.667,0.0368729269259071
-1993,Australia,Pulses,17.667,0.00151072621271297
+1993,Australia,FruitVeg,17.667,0.205843210505462
+1993,Australia,OilcropsPulses,17.667,0.03838365313862
 1993,Australia,Starchy Roots,17.667,0.0552739004924435
+1993,Australia,Sugar,17.667,0.0453162959189449
 1994,Australia,Ruminants,17.855,1.60136340520862
 1994,Australia,Cereals,17.855,0.114721086530384
 1994,Australia,Monogastrics,17.855,0.225541108933072
-1994,Australia,Oilcrops,17.855,0.0327617474096892
-1994,Australia,Pulses,17.855,0.00127695323438813
+1994,Australia,FruitVeg,17.855,0.217071408569028
+1994,Australia,OilcropsPulses,17.855,0.0340387006440773
 1994,Australia,Starchy Roots,17.855,0.0574746569588351
+1994,Australia,Sugar,17.855,0.0440118174180902
 1995,Australia,Ruminants,18.072,1.5391342352811
 1995,Australia,Cereals,18.072,0.118865205843293
 1995,Australia,Monogastrics,18.072,0.224948417441346
-1995,Australia,Oilcrops,18.072,0.0326102810978309
-1995,Australia,Pulses,18.072,0.00181269366976538
+1995,Australia,FruitVeg,18.072,0.203883134130146
+1995,Australia,OilcropsPulses,18.072,0.0344229747675963
 1995,Australia,Starchy Roots,18.072,0.0536843736166445
+1995,Australia,Sugar,18.072,0.0478220451527224
 1996,Australia,Ruminants,18.311,1.54260564141773
 1996,Australia,Cereals,18.311,0.117153350445088
 1996,Australia,Monogastrics,18.311,0.220049249085249
-1996,Australia,Oilcrops,18.311,0.0357145977827535
-1996,Australia,Pulses,18.311,0.00287979902790672
+1996,Australia,FruitVeg,18.311,0.217870351155043
+1996,Australia,OilcropsPulses,18.311,0.0385943968106603
 1996,Australia,Starchy Roots,18.311,0.0611928349079788
+1996,Australia,Sugar,18.311,0.044591611599585
 1997,Australia,Ruminants,18.517,1.40872711562348
 1997,Australia,Cereals,18.517,0.114904952206081
 1997,Australia,Monogastrics,18.517,0.236766160825188
-1997,Australia,Oilcrops,18.517,0.0484210725279473
-1997,Australia,Pulses,18.517,0.00178473834854458
+1997,Australia,FruitVeg,18.517,0.221226818599125
+1997,Australia,OilcropsPulses,18.517,0.0502058108764919
 1997,Australia,Starchy Roots,18.517,0.0591251282605174
+1997,Australia,Sugar,18.517,0.0483598855106119
 1998,Australia,Ruminants,18.711,1.45750055582278
 1998,Australia,Cereals,18.711,0.108783068783069
 1998,Australia,Monogastrics,18.711,0.247467062155951
-1998,Australia,Oilcrops,18.711,0.0472306130083908
-1998,Australia,Pulses,18.711,0.00195403773181551
+1998,Australia,FruitVeg,18.711,0.225111378333601
+1998,Australia,OilcropsPulses,18.711,0.0491846507402063
 1998,Australia,Starchy Roots,18.711,0.0630645609534499
+1998,Australia,Sugar,18.711,0.0476844102399658
 1999,Australia,Ruminants,18.926,1.52554069533974
 1999,Australia,Cereals,18.926,0.110655500369862
 1999,Australia,Monogastrics,18.926,0.238045202367114
-1999,Australia,Oilcrops,18.926,0.0483416464123428
-1999,Australia,Pulses,18.926,0.00129979921800697
+1999,Australia,FruitVeg,18.926,0.235840853851844
+1999,Australia,OilcropsPulses,18.926,0.0496414456303498
 1999,Australia,Starchy Roots,18.926,0.0602751241678115
+1999,Australia,Sugar,18.926,0.0437029483250555
 2000,Australia,Ruminants,19.153,1.479689437686
 2000,Australia,Cereals,19.153,0.109212812614212
 2000,Australia,Monogastrics,19.153,0.242418289562993
-2000,Australia,Oilcrops,19.153,0.0389552028402861
-2000,Australia,Pulses,19.153,0.00115783428183574
+2000,Australia,FruitVeg,19.153,0.248961990288728
+2000,Australia,OilcropsPulses,19.153,0.0401130371221219
 2000,Australia,Starchy Roots,19.153,0.0542303555578761
+2000,Australia,Sugar,19.153,0.0446241319897666
 2001,Australia,Ruminants,19.413,1.51535273270489
 2001,Australia,Cereals,19.413,0.110742440632566
 2001,Australia,Monogastrics,19.413,0.231588162571473
-2001,Australia,Oilcrops,19.413,0.0419073816514707
-2001,Australia,Pulses,19.413,0.00128717869468913
+2001,Australia,FruitVeg,19.413,0.275344305362386
+2001,Australia,OilcropsPulses,19.413,0.0431945603461598
 2001,Australia,Starchy Roots,19.413,0.0584116313810333
+2001,Australia,Sugar,19.413,0.0451597898315562
 2002,Australia,Ruminants,19.6514,1.42510878105377
 2002,Australia,Cereals,19.6514,0.1166365246242
 2002,Australia,Monogastrics,19.6514,0.251307448833162
-2002,Australia,Oilcrops,19.6514,0.0443794844133242
-2002,Australia,Pulses,19.6514,0.00125731500045798
+2002,Australia,FruitVeg,19.6514,0.268765177035733
+2002,Australia,OilcropsPulses,19.6514,0.0456367994137822
 2002,Australia,Starchy Roots,19.6514,0.0594879754114211
+2002,Australia,Sugar,19.6514,0.0450993822323092
 2003,Australia,Ruminants,19.8954,1.56930201453602
 2003,Australia,Cereals,19.8954,0.117781949596389
 2003,Australia,Monogastrics,19.8954,0.259372769584929
-2003,Australia,Oilcrops,19.8954,0.0355854619660826
-2003,Australia,Pulses,19.8954,0.00114755169536677
+2003,Australia,FruitVeg,19.8954,0.262116016767695
+2003,Australia,OilcropsPulses,19.8954,0.0367330136614494
 2003,Australia,Starchy Roots,19.8954,0.0545499964815988
+2003,Australia,Sugar,19.8954,0.0460083737949476
 2004,Australia,Ruminants,20.1274,1.34833698838399
 2004,Australia,Cereals,20.1274,0.109347108916204
 2004,Australia,Monogastrics,20.1274,0.25570661386965
-2004,Australia,Oilcrops,20.1274,0.0306604429782287
-2004,Australia,Pulses,20.1274,0.000900066575911444
+2004,Australia,FruitVeg,20.1274,0.29370251497958
+2004,Australia,OilcropsPulses,20.1274,0.0315605095541401
 2004,Australia,Starchy Roots,20.1274,0.057890388226994
+2004,Australia,Sugar,20.1274,0.0465053111678607
 2005,Australia,Ruminants,20.3948,1.50066519897229
 2005,Australia,Cereals,20.3948,0.110452811500971
 2005,Australia,Monogastrics,20.3948,0.274877287347755
-2005,Australia,Oilcrops,20.3948,0.0547220369898209
-2005,Australia,Pulses,20.3948,0.00114210485025595
+2005,Australia,FruitVeg,20.3948,0.29721840861396
+2005,Australia,OilcropsPulses,20.3948,0.0558641418400769
 2005,Australia,Starchy Roots,20.3948,0.0566910192794242
+2005,Australia,Sugar,20.3948,0.0466446349069371
 2006,Australia,Ruminants,20.6979,1.34860629339208
 2006,Australia,Cereals,20.6979,0.107253102971799
 2006,Australia,Monogastrics,20.6979,0.279822489238039
-2006,Australia,Oilcrops,20.6979,0.056462732934259
-2006,Australia,Pulses,20.6979,0.00140052855603709
+2006,Australia,FruitVeg,20.6979,0.28657791370139
+2006,Australia,OilcropsPulses,20.6979,0.0578632614902961
 2006,Australia,Starchy Roots,20.6979,0.0569326839920958
+2006,Australia,Sugar,20.6979,0.0463624812179013
 2007,Australia,Ruminants,20.8276,1.56783007643704
 2007,Australia,Cereals,20.8276,0.109777650809503
 2007,Australia,Monogastrics,20.8276,0.294270410416947
-2007,Australia,Oilcrops,20.8276,0.04107352743475
-2007,Australia,Pulses,20.8276,0.00152168276709751
+2007,Australia,FruitVeg,20.8276,0.275547350630894
+2007,Australia,OilcropsPulses,20.8276,0.0425952102018476
 2007,Australia,Starchy Roots,20.8276,0.057523574487699
+2007,Australia,Sugar,20.8276,0.0476812978931802
 2008,Australia,Ruminants,21.2492,1.40713208497261
 2008,Australia,Cereals,21.2492,0.117824012198106
 2008,Australia,Monogastrics,21.2492,0.284585904410519
-2008,Australia,Oilcrops,21.2492,0.0298328878263652
-2008,Australia,Pulses,21.2492,0.00170429945597952
+2008,Australia,FruitVeg,21.2492,0.2921424335975
+2008,Australia,OilcropsPulses,21.2492,0.0315371872823447
 2008,Australia,Starchy Roots,21.2492,0.0672295427592568
+2008,Australia,Sugar,21.2492,0.047173305347966
 2009,Australia,Ruminants,21.6917,1.39302573334501
 2009,Australia,Cereals,21.6917,0.119447023515907
 2009,Australia,Monogastrics,21.6917,0.281723636229526
-2009,Australia,Oilcrops,21.6917,0.0392712880963687
-2009,Australia,Pulses,21.6917,0.00214999285440975
+2009,Australia,FruitVeg,21.6917,0.275057925381598
+2009,Australia,OilcropsPulses,21.6917,0.0414212809507784
 2009,Australia,Starchy Roots,21.6917,0.0558697566350263
+2009,Australia,Sugar,21.6917,0.0460950501804838
 2010,Australia,Ruminants,22.03175,1.3677015262065
 2010,Australia,Cereals,22.03175,0.117634640915951
 2010,Australia,Monogastrics,22.03175,0.294521293133773
-2010,Australia,Oilcrops,22.03175,0.0409293859997504
-2010,Australia,Pulses,22.03175,0.00256493469651753
+2010,Australia,FruitVeg,22.03175,0.271712324259308
+2010,Australia,OilcropsPulses,22.03175,0.0434943206962679
 2010,Australia,Starchy Roots,22.03175,0.0573720199257889
+2010,Australia,Sugar,22.03175,0.0462099470082949
 2011,Australia,Ruminants,22.340024,1.45372437379655
 2011,Australia,Cereals,22.340024,0.112078975385165
 2011,Australia,Monogastrics,22.340024,0.319047347487183
-2011,Australia,Oilcrops,22.340024,0.0551757240726331
-2011,Australia,Pulses,22.340024,0.00401611027812683
+2011,Australia,FruitVeg,22.340024,0.265534987786942
+2011,Australia,OilcropsPulses,22.340024,0.0591918343507599
 2011,Australia,Starchy Roots,22.340024,0.0525846346449762
+2011,Australia,Sugar,22.340024,0.0469439065956241
 1961,Australia & New Zealand,Ruminants,NA,NA
 1961,Australia & New Zealand,Cereals,NA,NA
 1961,Australia & New Zealand,Monogastrics,NA,NA
-1961,Australia & New Zealand,Oilcrops,NA,NA
-1961,Australia & New Zealand,Pulses,NA,NA
+1961,Australia & New Zealand,FruitVeg,NA,NA
+1961,Australia & New Zealand,OilcropsPulses,NA,NA
 1961,Australia & New Zealand,Starchy Roots,NA,NA
+1961,Australia & New Zealand,Sugar,NA,NA
 1962,Australia & New Zealand,Ruminants,NA,NA
 1962,Australia & New Zealand,Cereals,NA,NA
 1962,Australia & New Zealand,Monogastrics,NA,NA
-1962,Australia & New Zealand,Oilcrops,NA,NA
-1962,Australia & New Zealand,Pulses,NA,NA
+1962,Australia & New Zealand,FruitVeg,NA,NA
+1962,Australia & New Zealand,OilcropsPulses,NA,NA
 1962,Australia & New Zealand,Starchy Roots,NA,NA
+1962,Australia & New Zealand,Sugar,NA,NA
 1963,Australia & New Zealand,Ruminants,NA,NA
 1963,Australia & New Zealand,Cereals,NA,NA
 1963,Australia & New Zealand,Monogastrics,NA,NA
-1963,Australia & New Zealand,Oilcrops,NA,NA
-1963,Australia & New Zealand,Pulses,NA,NA
+1963,Australia & New Zealand,FruitVeg,NA,NA
+1963,Australia & New Zealand,OilcropsPulses,NA,NA
 1963,Australia & New Zealand,Starchy Roots,NA,NA
+1963,Australia & New Zealand,Sugar,NA,NA
 1964,Australia & New Zealand,Ruminants,NA,NA
 1964,Australia & New Zealand,Cereals,NA,NA
 1964,Australia & New Zealand,Monogastrics,NA,NA
-1964,Australia & New Zealand,Oilcrops,NA,NA
-1964,Australia & New Zealand,Pulses,NA,NA
+1964,Australia & New Zealand,FruitVeg,NA,NA
+1964,Australia & New Zealand,OilcropsPulses,NA,NA
 1964,Australia & New Zealand,Starchy Roots,NA,NA
+1964,Australia & New Zealand,Sugar,NA,NA
 1965,Australia & New Zealand,Ruminants,NA,NA
 1965,Australia & New Zealand,Cereals,NA,NA
 1965,Australia & New Zealand,Monogastrics,NA,NA
-1965,Australia & New Zealand,Oilcrops,NA,NA
-1965,Australia & New Zealand,Pulses,NA,NA
+1965,Australia & New Zealand,FruitVeg,NA,NA
+1965,Australia & New Zealand,OilcropsPulses,NA,NA
 1965,Australia & New Zealand,Starchy Roots,NA,NA
+1965,Australia & New Zealand,Sugar,NA,NA
 1966,Australia & New Zealand,Ruminants,NA,NA
 1966,Australia & New Zealand,Cereals,NA,NA
 1966,Australia & New Zealand,Monogastrics,NA,NA
-1966,Australia & New Zealand,Oilcrops,NA,NA
-1966,Australia & New Zealand,Pulses,NA,NA
+1966,Australia & New Zealand,FruitVeg,NA,NA
+1966,Australia & New Zealand,OilcropsPulses,NA,NA
 1966,Australia & New Zealand,Starchy Roots,NA,NA
+1966,Australia & New Zealand,Sugar,NA,NA
 1967,Australia & New Zealand,Ruminants,NA,NA
 1967,Australia & New Zealand,Cereals,NA,NA
 1967,Australia & New Zealand,Monogastrics,NA,NA
-1967,Australia & New Zealand,Oilcrops,NA,NA
-1967,Australia & New Zealand,Pulses,NA,NA
+1967,Australia & New Zealand,FruitVeg,NA,NA
+1967,Australia & New Zealand,OilcropsPulses,NA,NA
 1967,Australia & New Zealand,Starchy Roots,NA,NA
+1967,Australia & New Zealand,Sugar,NA,NA
 1968,Australia & New Zealand,Ruminants,NA,NA
 1968,Australia & New Zealand,Cereals,NA,NA
 1968,Australia & New Zealand,Monogastrics,NA,NA
-1968,Australia & New Zealand,Oilcrops,NA,NA
-1968,Australia & New Zealand,Pulses,NA,NA
+1968,Australia & New Zealand,FruitVeg,NA,NA
+1968,Australia & New Zealand,OilcropsPulses,NA,NA
 1968,Australia & New Zealand,Starchy Roots,NA,NA
+1968,Australia & New Zealand,Sugar,NA,NA
 1969,Australia & New Zealand,Ruminants,NA,NA
 1969,Australia & New Zealand,Cereals,NA,NA
 1969,Australia & New Zealand,Monogastrics,NA,NA
-1969,Australia & New Zealand,Oilcrops,NA,NA
-1969,Australia & New Zealand,Pulses,NA,NA
+1969,Australia & New Zealand,FruitVeg,NA,NA
+1969,Australia & New Zealand,OilcropsPulses,NA,NA
 1969,Australia & New Zealand,Starchy Roots,NA,NA
+1969,Australia & New Zealand,Sugar,NA,NA
 1970,Australia & New Zealand,Ruminants,NA,NA
 1970,Australia & New Zealand,Cereals,NA,NA
 1970,Australia & New Zealand,Monogastrics,NA,NA
-1970,Australia & New Zealand,Oilcrops,NA,NA
-1970,Australia & New Zealand,Pulses,NA,NA
+1970,Australia & New Zealand,FruitVeg,NA,NA
+1970,Australia & New Zealand,OilcropsPulses,NA,NA
 1970,Australia & New Zealand,Starchy Roots,NA,NA
+1970,Australia & New Zealand,Sugar,NA,NA
 1971,Australia & New Zealand,Ruminants,NA,NA
 1971,Australia & New Zealand,Cereals,NA,NA
 1971,Australia & New Zealand,Monogastrics,NA,NA
-1971,Australia & New Zealand,Oilcrops,NA,NA
-1971,Australia & New Zealand,Pulses,NA,NA
+1971,Australia & New Zealand,FruitVeg,NA,NA
+1971,Australia & New Zealand,OilcropsPulses,NA,NA
 1971,Australia & New Zealand,Starchy Roots,NA,NA
+1971,Australia & New Zealand,Sugar,NA,NA
 1972,Australia & New Zealand,Ruminants,NA,NA
 1972,Australia & New Zealand,Cereals,NA,NA
 1972,Australia & New Zealand,Monogastrics,NA,NA
-1972,Australia & New Zealand,Oilcrops,NA,NA
-1972,Australia & New Zealand,Pulses,NA,NA
+1972,Australia & New Zealand,FruitVeg,NA,NA
+1972,Australia & New Zealand,OilcropsPulses,NA,NA
 1972,Australia & New Zealand,Starchy Roots,NA,NA
+1972,Australia & New Zealand,Sugar,NA,NA
 1973,Australia & New Zealand,Ruminants,NA,NA
 1973,Australia & New Zealand,Cereals,NA,NA
 1973,Australia & New Zealand,Monogastrics,NA,NA
-1973,Australia & New Zealand,Oilcrops,NA,NA
-1973,Australia & New Zealand,Pulses,NA,NA
+1973,Australia & New Zealand,FruitVeg,NA,NA
+1973,Australia & New Zealand,OilcropsPulses,NA,NA
 1973,Australia & New Zealand,Starchy Roots,NA,NA
+1973,Australia & New Zealand,Sugar,NA,NA
 1974,Australia & New Zealand,Ruminants,NA,NA
 1974,Australia & New Zealand,Cereals,NA,NA
 1974,Australia & New Zealand,Monogastrics,NA,NA
-1974,Australia & New Zealand,Oilcrops,NA,NA
-1974,Australia & New Zealand,Pulses,NA,NA
+1974,Australia & New Zealand,FruitVeg,NA,NA
+1974,Australia & New Zealand,OilcropsPulses,NA,NA
 1974,Australia & New Zealand,Starchy Roots,NA,NA
+1974,Australia & New Zealand,Sugar,NA,NA
 1975,Australia & New Zealand,Ruminants,NA,NA
 1975,Australia & New Zealand,Cereals,NA,NA
 1975,Australia & New Zealand,Monogastrics,NA,NA
-1975,Australia & New Zealand,Oilcrops,NA,NA
-1975,Australia & New Zealand,Pulses,NA,NA
+1975,Australia & New Zealand,FruitVeg,NA,NA
+1975,Australia & New Zealand,OilcropsPulses,NA,NA
 1975,Australia & New Zealand,Starchy Roots,NA,NA
+1975,Australia & New Zealand,Sugar,NA,NA
 1976,Australia & New Zealand,Ruminants,NA,NA
 1976,Australia & New Zealand,Cereals,NA,NA
 1976,Australia & New Zealand,Monogastrics,NA,NA
-1976,Australia & New Zealand,Oilcrops,NA,NA
-1976,Australia & New Zealand,Pulses,NA,NA
+1976,Australia & New Zealand,FruitVeg,NA,NA
+1976,Australia & New Zealand,OilcropsPulses,NA,NA
 1976,Australia & New Zealand,Starchy Roots,NA,NA
+1976,Australia & New Zealand,Sugar,NA,NA
 1977,Australia & New Zealand,Ruminants,NA,NA
 1977,Australia & New Zealand,Cereals,NA,NA
 1977,Australia & New Zealand,Monogastrics,NA,NA
-1977,Australia & New Zealand,Oilcrops,NA,NA
-1977,Australia & New Zealand,Pulses,NA,NA
+1977,Australia & New Zealand,FruitVeg,NA,NA
+1977,Australia & New Zealand,OilcropsPulses,NA,NA
 1977,Australia & New Zealand,Starchy Roots,NA,NA
+1977,Australia & New Zealand,Sugar,NA,NA
 1978,Australia & New Zealand,Ruminants,NA,NA
 1978,Australia & New Zealand,Cereals,NA,NA
 1978,Australia & New Zealand,Monogastrics,NA,NA
-1978,Australia & New Zealand,Oilcrops,NA,NA
-1978,Australia & New Zealand,Pulses,NA,NA
+1978,Australia & New Zealand,FruitVeg,NA,NA
+1978,Australia & New Zealand,OilcropsPulses,NA,NA
 1978,Australia & New Zealand,Starchy Roots,NA,NA
+1978,Australia & New Zealand,Sugar,NA,NA
 1979,Australia & New Zealand,Ruminants,NA,NA
 1979,Australia & New Zealand,Cereals,NA,NA
 1979,Australia & New Zealand,Monogastrics,NA,NA
-1979,Australia & New Zealand,Oilcrops,NA,NA
-1979,Australia & New Zealand,Pulses,NA,NA
+1979,Australia & New Zealand,FruitVeg,NA,NA
+1979,Australia & New Zealand,OilcropsPulses,NA,NA
 1979,Australia & New Zealand,Starchy Roots,NA,NA
+1979,Australia & New Zealand,Sugar,NA,NA
 1980,Australia & New Zealand,Ruminants,NA,NA
 1980,Australia & New Zealand,Cereals,NA,NA
 1980,Australia & New Zealand,Monogastrics,NA,NA
-1980,Australia & New Zealand,Oilcrops,NA,NA
-1980,Australia & New Zealand,Pulses,NA,NA
+1980,Australia & New Zealand,FruitVeg,NA,NA
+1980,Australia & New Zealand,OilcropsPulses,NA,NA
 1980,Australia & New Zealand,Starchy Roots,NA,NA
+1980,Australia & New Zealand,Sugar,NA,NA
 1981,Australia & New Zealand,Ruminants,NA,NA
 1981,Australia & New Zealand,Cereals,NA,NA
 1981,Australia & New Zealand,Monogastrics,NA,NA
-1981,Australia & New Zealand,Oilcrops,NA,NA
-1981,Australia & New Zealand,Pulses,NA,NA
+1981,Australia & New Zealand,FruitVeg,NA,NA
+1981,Australia & New Zealand,OilcropsPulses,NA,NA
 1981,Australia & New Zealand,Starchy Roots,NA,NA
+1981,Australia & New Zealand,Sugar,NA,NA
 1982,Australia & New Zealand,Ruminants,NA,NA
 1982,Australia & New Zealand,Cereals,NA,NA
 1982,Australia & New Zealand,Monogastrics,NA,NA
-1982,Australia & New Zealand,Oilcrops,NA,NA
-1982,Australia & New Zealand,Pulses,NA,NA
+1982,Australia & New Zealand,FruitVeg,NA,NA
+1982,Australia & New Zealand,OilcropsPulses,NA,NA
 1982,Australia & New Zealand,Starchy Roots,NA,NA
+1982,Australia & New Zealand,Sugar,NA,NA
 1983,Australia & New Zealand,Ruminants,NA,NA
 1983,Australia & New Zealand,Cereals,NA,NA
 1983,Australia & New Zealand,Monogastrics,NA,NA
-1983,Australia & New Zealand,Oilcrops,NA,NA
-1983,Australia & New Zealand,Pulses,NA,NA
+1983,Australia & New Zealand,FruitVeg,NA,NA
+1983,Australia & New Zealand,OilcropsPulses,NA,NA
 1983,Australia & New Zealand,Starchy Roots,NA,NA
+1983,Australia & New Zealand,Sugar,NA,NA
 1984,Australia & New Zealand,Ruminants,NA,NA
 1984,Australia & New Zealand,Cereals,NA,NA
 1984,Australia & New Zealand,Monogastrics,NA,NA
-1984,Australia & New Zealand,Oilcrops,NA,NA
-1984,Australia & New Zealand,Pulses,NA,NA
+1984,Australia & New Zealand,FruitVeg,NA,NA
+1984,Australia & New Zealand,OilcropsPulses,NA,NA
 1984,Australia & New Zealand,Starchy Roots,NA,NA
+1984,Australia & New Zealand,Sugar,NA,NA
 1985,Australia & New Zealand,Ruminants,NA,NA
 1985,Australia & New Zealand,Cereals,NA,NA
 1985,Australia & New Zealand,Monogastrics,NA,NA
-1985,Australia & New Zealand,Oilcrops,NA,NA
-1985,Australia & New Zealand,Pulses,NA,NA
+1985,Australia & New Zealand,FruitVeg,NA,NA
+1985,Australia & New Zealand,OilcropsPulses,NA,NA
 1985,Australia & New Zealand,Starchy Roots,NA,NA
+1985,Australia & New Zealand,Sugar,NA,NA
 1986,Australia & New Zealand,Ruminants,NA,NA
 1986,Australia & New Zealand,Cereals,NA,NA
 1986,Australia & New Zealand,Monogastrics,NA,NA
-1986,Australia & New Zealand,Oilcrops,NA,NA
-1986,Australia & New Zealand,Pulses,NA,NA
+1986,Australia & New Zealand,FruitVeg,NA,NA
+1986,Australia & New Zealand,OilcropsPulses,NA,NA
 1986,Australia & New Zealand,Starchy Roots,NA,NA
+1986,Australia & New Zealand,Sugar,NA,NA
 1987,Australia & New Zealand,Ruminants,NA,NA
 1987,Australia & New Zealand,Cereals,NA,NA
 1987,Australia & New Zealand,Monogastrics,NA,NA
-1987,Australia & New Zealand,Oilcrops,NA,NA
-1987,Australia & New Zealand,Pulses,NA,NA
+1987,Australia & New Zealand,FruitVeg,NA,NA
+1987,Australia & New Zealand,OilcropsPulses,NA,NA
 1987,Australia & New Zealand,Starchy Roots,NA,NA
+1987,Australia & New Zealand,Sugar,NA,NA
 1988,Australia & New Zealand,Ruminants,NA,NA
 1988,Australia & New Zealand,Cereals,NA,NA
 1988,Australia & New Zealand,Monogastrics,NA,NA
-1988,Australia & New Zealand,Oilcrops,NA,NA
-1988,Australia & New Zealand,Pulses,NA,NA
+1988,Australia & New Zealand,FruitVeg,NA,NA
+1988,Australia & New Zealand,OilcropsPulses,NA,NA
 1988,Australia & New Zealand,Starchy Roots,NA,NA
+1988,Australia & New Zealand,Sugar,NA,NA
 1989,Australia & New Zealand,Ruminants,NA,NA
 1989,Australia & New Zealand,Cereals,NA,NA
 1989,Australia & New Zealand,Monogastrics,NA,NA
-1989,Australia & New Zealand,Oilcrops,NA,NA
-1989,Australia & New Zealand,Pulses,NA,NA
+1989,Australia & New Zealand,FruitVeg,NA,NA
+1989,Australia & New Zealand,OilcropsPulses,NA,NA
 1989,Australia & New Zealand,Starchy Roots,NA,NA
+1989,Australia & New Zealand,Sugar,NA,NA
 1990,Australia & New Zealand,Ruminants,NA,NA
 1990,Australia & New Zealand,Cereals,NA,NA
 1990,Australia & New Zealand,Monogastrics,NA,NA
-1990,Australia & New Zealand,Oilcrops,NA,NA
-1990,Australia & New Zealand,Pulses,NA,NA
+1990,Australia & New Zealand,FruitVeg,NA,NA
+1990,Australia & New Zealand,OilcropsPulses,NA,NA
 1990,Australia & New Zealand,Starchy Roots,NA,NA
+1990,Australia & New Zealand,Sugar,NA,NA
 1991,Australia & New Zealand,Ruminants,NA,NA
 1991,Australia & New Zealand,Cereals,NA,NA
 1991,Australia & New Zealand,Monogastrics,NA,NA
-1991,Australia & New Zealand,Oilcrops,NA,NA
-1991,Australia & New Zealand,Pulses,NA,NA
+1991,Australia & New Zealand,FruitVeg,NA,NA
+1991,Australia & New Zealand,OilcropsPulses,NA,NA
 1991,Australia & New Zealand,Starchy Roots,NA,NA
+1991,Australia & New Zealand,Sugar,NA,NA
 1992,Australia & New Zealand,Ruminants,NA,NA
 1992,Australia & New Zealand,Cereals,NA,NA
 1992,Australia & New Zealand,Monogastrics,NA,NA
-1992,Australia & New Zealand,Oilcrops,NA,NA
-1992,Australia & New Zealand,Pulses,NA,NA
+1992,Australia & New Zealand,FruitVeg,NA,NA
+1992,Australia & New Zealand,OilcropsPulses,NA,NA
 1992,Australia & New Zealand,Starchy Roots,NA,NA
+1992,Australia & New Zealand,Sugar,NA,NA
 1993,Australia & New Zealand,Ruminants,NA,NA
 1993,Australia & New Zealand,Cereals,NA,NA
 1993,Australia & New Zealand,Monogastrics,NA,NA
-1993,Australia & New Zealand,Oilcrops,NA,NA
-1993,Australia & New Zealand,Pulses,NA,NA
+1993,Australia & New Zealand,FruitVeg,NA,NA
+1993,Australia & New Zealand,OilcropsPulses,NA,NA
 1993,Australia & New Zealand,Starchy Roots,NA,NA
+1993,Australia & New Zealand,Sugar,NA,NA
 1994,Australia & New Zealand,Ruminants,NA,NA
 1994,Australia & New Zealand,Cereals,NA,NA
 1994,Australia & New Zealand,Monogastrics,NA,NA
-1994,Australia & New Zealand,Oilcrops,NA,NA
-1994,Australia & New Zealand,Pulses,NA,NA
+1994,Australia & New Zealand,FruitVeg,NA,NA
+1994,Australia & New Zealand,OilcropsPulses,NA,NA
 1994,Australia & New Zealand,Starchy Roots,NA,NA
+1994,Australia & New Zealand,Sugar,NA,NA
 1995,Australia & New Zealand,Ruminants,NA,NA
 1995,Australia & New Zealand,Cereals,NA,NA
 1995,Australia & New Zealand,Monogastrics,NA,NA
-1995,Australia & New Zealand,Oilcrops,NA,NA
-1995,Australia & New Zealand,Pulses,NA,NA
+1995,Australia & New Zealand,FruitVeg,NA,NA
+1995,Australia & New Zealand,OilcropsPulses,NA,NA
 1995,Australia & New Zealand,Starchy Roots,NA,NA
+1995,Australia & New Zealand,Sugar,NA,NA
 1996,Australia & New Zealand,Ruminants,NA,NA
 1996,Australia & New Zealand,Cereals,NA,NA
 1996,Australia & New Zealand,Monogastrics,NA,NA
-1996,Australia & New Zealand,Oilcrops,NA,NA
-1996,Australia & New Zealand,Pulses,NA,NA
+1996,Australia & New Zealand,FruitVeg,NA,NA
+1996,Australia & New Zealand,OilcropsPulses,NA,NA
 1996,Australia & New Zealand,Starchy Roots,NA,NA
+1996,Australia & New Zealand,Sugar,NA,NA
 1997,Australia & New Zealand,Ruminants,NA,NA
 1997,Australia & New Zealand,Cereals,NA,NA
 1997,Australia & New Zealand,Monogastrics,NA,NA
-1997,Australia & New Zealand,Oilcrops,NA,NA
-1997,Australia & New Zealand,Pulses,NA,NA
+1997,Australia & New Zealand,FruitVeg,NA,NA
+1997,Australia & New Zealand,OilcropsPulses,NA,NA
 1997,Australia & New Zealand,Starchy Roots,NA,NA
+1997,Australia & New Zealand,Sugar,NA,NA
 1998,Australia & New Zealand,Ruminants,NA,NA
 1998,Australia & New Zealand,Cereals,NA,NA
 1998,Australia & New Zealand,Monogastrics,NA,NA
-1998,Australia & New Zealand,Oilcrops,NA,NA
-1998,Australia & New Zealand,Pulses,NA,NA
+1998,Australia & New Zealand,FruitVeg,NA,NA
+1998,Australia & New Zealand,OilcropsPulses,NA,NA
 1998,Australia & New Zealand,Starchy Roots,NA,NA
+1998,Australia & New Zealand,Sugar,NA,NA
 1999,Australia & New Zealand,Ruminants,NA,NA
 1999,Australia & New Zealand,Cereals,NA,NA
 1999,Australia & New Zealand,Monogastrics,NA,NA
-1999,Australia & New Zealand,Oilcrops,NA,NA
-1999,Australia & New Zealand,Pulses,NA,NA
+1999,Australia & New Zealand,FruitVeg,NA,NA
+1999,Australia & New Zealand,OilcropsPulses,NA,NA
 1999,Australia & New Zealand,Starchy Roots,NA,NA
+1999,Australia & New Zealand,Sugar,NA,NA
 2000,Australia & New Zealand,Ruminants,NA,NA
 2000,Australia & New Zealand,Cereals,NA,NA
 2000,Australia & New Zealand,Monogastrics,NA,NA
-2000,Australia & New Zealand,Oilcrops,NA,NA
-2000,Australia & New Zealand,Pulses,NA,NA
+2000,Australia & New Zealand,FruitVeg,NA,NA
+2000,Australia & New Zealand,OilcropsPulses,NA,NA
 2000,Australia & New Zealand,Starchy Roots,NA,NA
+2000,Australia & New Zealand,Sugar,NA,NA
 2001,Australia & New Zealand,Ruminants,NA,NA
 2001,Australia & New Zealand,Cereals,NA,NA
 2001,Australia & New Zealand,Monogastrics,NA,NA
-2001,Australia & New Zealand,Oilcrops,NA,NA
-2001,Australia & New Zealand,Pulses,NA,NA
+2001,Australia & New Zealand,FruitVeg,NA,NA
+2001,Australia & New Zealand,OilcropsPulses,NA,NA
 2001,Australia & New Zealand,Starchy Roots,NA,NA
+2001,Australia & New Zealand,Sugar,NA,NA
 2002,Australia & New Zealand,Ruminants,NA,NA
 2002,Australia & New Zealand,Cereals,NA,NA
 2002,Australia & New Zealand,Monogastrics,NA,NA
-2002,Australia & New Zealand,Oilcrops,NA,NA
-2002,Australia & New Zealand,Pulses,NA,NA
+2002,Australia & New Zealand,FruitVeg,NA,NA
+2002,Australia & New Zealand,OilcropsPulses,NA,NA
 2002,Australia & New Zealand,Starchy Roots,NA,NA
+2002,Australia & New Zealand,Sugar,NA,NA
 2003,Australia & New Zealand,Ruminants,NA,NA
 2003,Australia & New Zealand,Cereals,NA,NA
 2003,Australia & New Zealand,Monogastrics,NA,NA
-2003,Australia & New Zealand,Oilcrops,NA,NA
-2003,Australia & New Zealand,Pulses,NA,NA
+2003,Australia & New Zealand,FruitVeg,NA,NA
+2003,Australia & New Zealand,OilcropsPulses,NA,NA
 2003,Australia & New Zealand,Starchy Roots,NA,NA
+2003,Australia & New Zealand,Sugar,NA,NA
 2004,Australia & New Zealand,Ruminants,NA,NA
 2004,Australia & New Zealand,Cereals,NA,NA
 2004,Australia & New Zealand,Monogastrics,NA,NA
-2004,Australia & New Zealand,Oilcrops,NA,NA
-2004,Australia & New Zealand,Pulses,NA,NA
+2004,Australia & New Zealand,FruitVeg,NA,NA
+2004,Australia & New Zealand,OilcropsPulses,NA,NA
 2004,Australia & New Zealand,Starchy Roots,NA,NA
+2004,Australia & New Zealand,Sugar,NA,NA
 2005,Australia & New Zealand,Ruminants,NA,NA
 2005,Australia & New Zealand,Cereals,NA,NA
 2005,Australia & New Zealand,Monogastrics,NA,NA
-2005,Australia & New Zealand,Oilcrops,NA,NA
-2005,Australia & New Zealand,Pulses,NA,NA
+2005,Australia & New Zealand,FruitVeg,NA,NA
+2005,Australia & New Zealand,OilcropsPulses,NA,NA
 2005,Australia & New Zealand,Starchy Roots,NA,NA
+2005,Australia & New Zealand,Sugar,NA,NA
 2006,Australia & New Zealand,Ruminants,NA,NA
 2006,Australia & New Zealand,Cereals,NA,NA
 2006,Australia & New Zealand,Monogastrics,NA,NA
-2006,Australia & New Zealand,Oilcrops,NA,NA
-2006,Australia & New Zealand,Pulses,NA,NA
+2006,Australia & New Zealand,FruitVeg,NA,NA
+2006,Australia & New Zealand,OilcropsPulses,NA,NA
 2006,Australia & New Zealand,Starchy Roots,NA,NA
+2006,Australia & New Zealand,Sugar,NA,NA
 2007,Australia & New Zealand,Ruminants,NA,NA
 2007,Australia & New Zealand,Cereals,NA,NA
 2007,Australia & New Zealand,Monogastrics,NA,NA
-2007,Australia & New Zealand,Oilcrops,NA,NA
-2007,Australia & New Zealand,Pulses,NA,NA
+2007,Australia & New Zealand,FruitVeg,NA,NA
+2007,Australia & New Zealand,OilcropsPulses,NA,NA
 2007,Australia & New Zealand,Starchy Roots,NA,NA
+2007,Australia & New Zealand,Sugar,NA,NA
 2008,Australia & New Zealand,Ruminants,NA,NA
 2008,Australia & New Zealand,Cereals,NA,NA
 2008,Australia & New Zealand,Monogastrics,NA,NA
-2008,Australia & New Zealand,Oilcrops,NA,NA
-2008,Australia & New Zealand,Pulses,NA,NA
+2008,Australia & New Zealand,FruitVeg,NA,NA
+2008,Australia & New Zealand,OilcropsPulses,NA,NA
 2008,Australia & New Zealand,Starchy Roots,NA,NA
+2008,Australia & New Zealand,Sugar,NA,NA
 2009,Australia & New Zealand,Ruminants,NA,NA
 2009,Australia & New Zealand,Cereals,NA,NA
 2009,Australia & New Zealand,Monogastrics,NA,NA
-2009,Australia & New Zealand,Oilcrops,NA,NA
-2009,Australia & New Zealand,Pulses,NA,NA
+2009,Australia & New Zealand,FruitVeg,NA,NA
+2009,Australia & New Zealand,OilcropsPulses,NA,NA
 2009,Australia & New Zealand,Starchy Roots,NA,NA
+2009,Australia & New Zealand,Sugar,NA,NA
 2010,Australia & New Zealand,Ruminants,NA,NA
 2010,Australia & New Zealand,Cereals,NA,NA
 2010,Australia & New Zealand,Monogastrics,NA,NA
-2010,Australia & New Zealand,Oilcrops,NA,NA
-2010,Australia & New Zealand,Pulses,NA,NA
+2010,Australia & New Zealand,FruitVeg,NA,NA
+2010,Australia & New Zealand,OilcropsPulses,NA,NA
 2010,Australia & New Zealand,Starchy Roots,NA,NA
+2010,Australia & New Zealand,Sugar,NA,NA
 2011,Australia & New Zealand,Ruminants,NA,NA
 2011,Australia & New Zealand,Cereals,NA,NA
 2011,Australia & New Zealand,Monogastrics,NA,NA
-2011,Australia & New Zealand,Oilcrops,NA,NA
-2011,Australia & New Zealand,Pulses,NA,NA
+2011,Australia & New Zealand,FruitVeg,NA,NA
+2011,Australia & New Zealand,OilcropsPulses,NA,NA
 2011,Australia & New Zealand,Starchy Roots,NA,NA
+2011,Australia & New Zealand,Sugar,NA,NA
 1961,Austria,Ruminants,7.086299,0.857664896725357
 1961,Austria,Cereals,7.086299,0.11108266811773
 1961,Austria,Monogastrics,7.086299,0.305791118890129
-1961,Austria,Oilcrops,7.086299,0.0076568883136317
-1961,Austria,Pulses,7.086299,0.000755119139059755
+1961,Austria,FruitVeg,7.086299,0.25306510492995
+1961,Austria,OilcropsPulses,7.086299,0.00841200745269145
 1961,Austria,Starchy Roots,7.086299,0.089933405293793
+1961,Austria,Sugar,7.086299,0.0400869339552282
 1962,Austria,Ruminants,7.129864,0.905111738456722
 1962,Austria,Cereals,7.129864,0.108550036859048
 1962,Austria,Monogastrics,7.129864,0.320722793590453
-1962,Austria,Oilcrops,7.129864,0.00821838957938048
-1962,Austria,Pulses,7.129864,0.000834518021662124
+1962,Austria,FruitVeg,7.129864,0.21704817932011
+1962,Austria,OilcropsPulses,7.129864,0.0090529076010426
 1962,Austria,Starchy Roots,7.129864,0.0845233513570525
+1962,Austria,Sugar,7.129864,0.0419637737830623
 1963,Austria,Ruminants,7.175811,0.886975729990659
 1963,Austria,Cereals,7.175811,0.112067193520008
 1963,Austria,Monogastrics,7.175811,0.319985713113124
-1963,Austria,Oilcrops,7.175811,0.00795171444732867
-1963,Austria,Pulses,7.175811,0.000938291156219137
+1963,Austria,FruitVeg,7.175811,0.25689416847796
+1963,Austria,OilcropsPulses,7.175811,0.00889000560354781
 1963,Austria,Starchy Roots,7.175811,0.0877635991248933
+1963,Austria,Sugar,7.175811,0.0390708450933281
 1964,Austria,Ruminants,7.223801,0.868469286460134
 1964,Austria,Cereals,7.223801,0.111047632679804
 1964,Austria,Monogastrics,7.223801,0.334947128250072
-1964,Austria,Oilcrops,7.223801,0.0069622626647661
-1964,Austria,Pulses,7.223801,0.000654918373305134
+1964,Austria,FruitVeg,7.223801,0.277417525759638
+1964,Austria,OilcropsPulses,7.223801,0.00761718103807123
 1964,Austria,Starchy Roots,7.223801,0.085293047247564
+1964,Austria,Sugar,7.223801,0.0397218860264838
 1965,Austria,Ruminants,7.270889,0.834624321730121
 1965,Austria,Cereals,7.270889,0.112022752651017
 1965,Austria,Monogastrics,7.270889,0.332768482643594
-1965,Austria,Oilcrops,7.270889,0.00679339211477441
-1965,Austria,Pulses,7.270889,0.000735398381133311
+1965,Austria,FruitVeg,7.270889,0.214694929327074
+1965,Austria,OilcropsPulses,7.270889,0.00752879049590772
 1965,Austria,Starchy Roots,7.270889,0.0798994455836143
+1965,Austria,Sugar,7.270889,0.040637259075197
 1966,Austria,Ruminants,7.322066,0.851208743543148
 1966,Austria,Cereals,7.322066,0.111753977634181
 1966,Austria,Monogastrics,7.322066,0.321560554084052
-1966,Austria,Oilcrops,7.322066,0.00748518246079727
-1966,Austria,Pulses,7.322066,0.000693110387150293
+1966,Austria,FruitVeg,7.322066,0.241828057818654
+1966,Austria,OilcropsPulses,7.322066,0.00817829284794756
 1966,Austria,Starchy Roots,7.322066,0.0830851565664663
+1966,Austria,Sugar,7.322066,0.0405548106231219
 1967,Austria,Ruminants,7.376998,0.863199312240562
 1967,Austria,Cereals,7.376998,0.110765924024922
 1967,Austria,Monogastrics,7.376998,0.326559218261954
-1967,Austria,Oilcrops,7.376998,0.00752772333678279
-1967,Austria,Pulses,7.376998,0.00074732296253842
+1967,Austria,FruitVeg,7.376998,0.246645857840818
+1967,Austria,OilcropsPulses,7.376998,0.00827504629932121
 1967,Austria,Starchy Roots,7.376998,0.0791250045072535
+1967,Austria,Sugar,7.376998,0.0393512374545852
 1968,Austria,Ruminants,7.415403,0.877626138458018
 1968,Austria,Cereals,7.415403,0.107858871594706
 1968,Austria,Monogastrics,7.415403,0.329900613628147
-1968,Austria,Oilcrops,7.415403,0.00852684607970733
-1968,Austria,Pulses,7.415403,0.00107532928419399
+1968,Austria,FruitVeg,7.415403,0.248424529320928
+1968,Austria,OilcropsPulses,7.415403,0.00960217536390133
 1968,Austria,Starchy Roots,7.415403,0.0779950867134261
+1968,Austria,Sugar,7.415403,0.0413787355859149
 1969,Austria,Ruminants,7.441055,0.886970449754773
 1969,Austria,Cereals,7.441055,0.106855949861948
 1969,Austria,Monogastrics,7.441055,0.336524121915508
-1969,Austria,Oilcrops,7.441055,0.00866006231643228
-1969,Austria,Pulses,7.441055,0.000974592984462553
+1969,Austria,FruitVeg,7.441055,0.237555964846383
+1969,Austria,OilcropsPulses,7.441055,0.00963465530089483
 1969,Austria,Starchy Roots,7.441055,0.0751412266136993
+1969,Austria,Sugar,7.441055,0.0365965578805694
 1970,Austria,Ruminants,7.467086,0.905311081190172
 1970,Austria,Cereals,7.467086,0.110210864050581
 1970,Austria,Monogastrics,7.467086,0.342327328224156
-1970,Austria,Oilcrops,7.467086,0.009075293896441
-1970,Austria,Pulses,7.467086,0.00105168200821579
+1970,Austria,FruitVeg,7.467086,0.253945916787352
+1970,Austria,OilcropsPulses,7.467086,0.0101269759046568
 1970,Austria,Starchy Roots,7.467086,0.0669364193743048
+1970,Austria,Sugar,7.467086,0.0413208043941104
 1971,Austria,Ruminants,7.500482,0.906492862725355
 1971,Austria,Cereals,7.500482,0.109016460542136
 1971,Austria,Monogastrics,7.500482,0.356067076755867
-1971,Austria,Oilcrops,7.500482,0.0086278455171281
-1971,Austria,Pulses,7.500482,0.000918207656521274
+1971,Austria,FruitVeg,7.500482,0.226633035050281
+1971,Austria,OilcropsPulses,7.500482,0.00954605317364937
 1971,Austria,Starchy Roots,7.500482,0.0684616002011604
+1971,Austria,Sugar,7.500482,0.0420420980944958
 1972,Austria,Ruminants,7.544201,0.905605020332836
 1972,Austria,Cereals,7.544201,0.106752457947502
 1972,Austria,Monogastrics,7.544201,0.367826970675887
-1972,Austria,Oilcrops,7.544201,0.00934307026019058
-1972,Austria,Pulses,7.544201,0.0012442669541811
+1972,Austria,FruitVeg,7.544201,0.229403087218912
+1972,Austria,OilcropsPulses,7.544201,0.0105873372143717
 1972,Austria,Starchy Roots,7.544201,0.0658538922809718
+1972,Austria,Sugar,7.544201,0.0409575513695884
 1973,Austria,Ruminants,7.586115,0.916296286043647
 1973,Austria,Cereals,7.586115,0.104201689534103
 1973,Austria,Monogastrics,7.586115,0.370696225933828
-1973,Austria,Oilcrops,7.586115,0.00958342972654646
-1973,Austria,Pulses,7.586115,0.00111493168769522
+1973,Austria,FruitVeg,7.586115,0.258130017802261
+1973,Austria,OilcropsPulses,7.586115,0.0106983614142417
 1973,Austria,Starchy Roots,7.586115,0.0710778837389098
+1973,Austria,Sugar,7.586115,0.0458865967626381
 1974,Austria,Ruminants,7.599038,0.984158929064442
 1974,Austria,Cereals,7.599038,0.101058976149349
 1974,Austria,Monogastrics,7.599038,0.364771211829708
-1974,Austria,Oilcrops,7.599038,0.00853371176720001
-1974,Austria,Pulses,7.599038,0.000925117100348755
+1974,Austria,FruitVeg,7.599038,0.236229770136694
+1974,Austria,OilcropsPulses,7.599038,0.00945882886754876
 1974,Austria,Starchy Roots,7.599038,0.0699035851643326
+1974,Austria,Sugar,7.599038,0.0472245302629096
 1975,Austria,Ruminants,7.578903,0.980992631783254
 1975,Austria,Cereals,7.578903,0.103819114718845
 1975,Austria,Monogastrics,7.578903,0.3753890239788
-1975,Austria,Oilcrops,7.578903,0.0078533793083247
-1975,Austria,Pulses,7.578903,0.000750768284011551
+1975,Austria,FruitVeg,7.578903,0.267620261138057
+1975,Austria,OilcropsPulses,7.578903,0.00860414759233625
 1975,Austria,Starchy Roots,7.578903,0.0666138621908738
+1975,Austria,Sugar,7.578903,0.0389090611134619
 1976,Austria,Ruminants,7.565525,1.02409687364724
 1976,Austria,Cereals,7.565525,0.104651296506191
 1976,Austria,Monogastrics,7.565525,0.399043159595666
-1976,Austria,Oilcrops,7.565525,0.00943133490405491
-1976,Austria,Pulses,7.565525,0.000854269862303013
+1976,Austria,FruitVeg,7.565525,0.259533343687318
+1976,Austria,OilcropsPulses,7.565525,0.0102856047663579
 1976,Austria,Starchy Roots,7.565525,0.0660443260712244
+1976,Austria,Sugar,7.565525,0.042343657578291
 1977,Austria,Ruminants,7.56843,0.977805991467187
 1977,Austria,Cereals,7.56843,0.102808772757362
 1977,Austria,Monogastrics,7.56843,0.410226612388567
-1977,Austria,Oilcrops,7.56843,0.00945995404595141
-1977,Austria,Pulses,7.56843,0.000764623574506205
+1977,Austria,FruitVeg,7.56843,0.257025697535684
+1977,Austria,OilcropsPulses,7.56843,0.0102245776204576
 1977,Austria,Starchy Roots,7.56843,0.0547372440519368
+1977,Austria,Sugar,7.56843,0.0423254228419897
 1978,Austria,Ruminants,7.562305,1.01311057938023
 1978,Austria,Cereals,7.562305,0.0964551152062764
 1978,Austria,Monogastrics,7.562305,0.418302409119971
-1978,Austria,Oilcrops,7.562305,0.010954199810772
-1978,Austria,Pulses,7.562305,0.000817607858979504
+1978,Austria,FruitVeg,7.562305,0.273259012959673
+1978,Austria,OilcropsPulses,7.562305,0.0117718076697515
 1978,Austria,Starchy Roots,7.562305,0.0666734547204854
+1978,Austria,Sugar,7.562305,0.0405398883012521
 1979,Austria,Ruminants,7.549425,1.01008086046288
 1979,Austria,Cereals,7.549425,0.0986090993684949
 1979,Austria,Monogastrics,7.549425,0.434945164697974
-1979,Austria,Oilcrops,7.549425,0.0115571715726694
-1979,Austria,Pulses,7.549425,0.000725618176218719
+1979,Austria,FruitVeg,7.549425,0.282733718130851
+1979,Austria,OilcropsPulses,7.549425,0.0122827897488882
 1979,Austria,Starchy Roots,7.549425,0.0667971401795501
+1979,Austria,Sugar,7.549425,0.0408352954032923
 1980,Austria,Ruminants,7.549433,1.04231697930162
 1980,Austria,Cereals,7.549433,0.0962009994657877
 1980,Austria,Monogastrics,7.549433,0.429363821097558
-1980,Austria,Oilcrops,7.549433,0.0129376603514463
-1980,Austria,Pulses,7.549433,0.000748268114969694
+1980,Austria,FruitVeg,7.549433,0.285821862383572
+1980,Austria,OilcropsPulses,7.549433,0.013685928466416
 1980,Austria,Starchy Roots,7.549433,0.0671699450806438
+1980,Austria,Sugar,7.549433,0.0445768576262615
 1981,Austria,Ruminants,7.56871,1.03283722060959
 1981,Austria,Cereals,7.56871,0.0956457573351337
 1981,Austria,Monogastrics,7.56871,0.464708081033624
-1981,Austria,Oilcrops,7.56871,0.0122549285148988
-1981,Austria,Pulses,7.56871,0.000890376299263679
+1981,Austria,FruitVeg,7.56871,0.258745677929264
+1981,Austria,OilcropsPulses,7.56871,0.0131453048141625
 1981,Austria,Starchy Roots,7.56871,0.0695488398947773
+1981,Austria,Sugar,7.56871,0.0422786710020598
 1982,Austria,Ruminants,7.57414,1.00340966763223
 1982,Austria,Cereals,7.57414,0.0958345105847
 1982,Austria,Monogastrics,7.57414,0.452860469967547
-1982,Austria,Oilcrops,7.57414,0.013088482652816
-1982,Austria,Pulses,7.57414,0.000817386528371538
+1982,Austria,FruitVeg,7.57414,0.341466489924929
+1982,Austria,OilcropsPulses,7.57414,0.0139058691811876
 1982,Austria,Starchy Roots,7.57414,0.0656998682358657
+1982,Austria,Sugar,7.57414,0.0421389094999564
 1983,Austria,Ruminants,7.56191,0.998939646200497
 1983,Austria,Cereals,7.56191,0.0979847683984602
 1983,Austria,Monogastrics,7.56191,0.456094320085798
-1983,Austria,Oilcrops,7.56191,0.0126714018019257
-1983,Austria,Pulses,7.56191,0.000714634265681554
+1983,Austria,FruitVeg,7.56191,0.268355349376017
+1983,Austria,OilcropsPulses,7.56191,0.0133860360676073
 1983,Austria,Starchy Roots,7.56191,0.0724334195990166
+1983,Austria,Sugar,7.56191,0.0403415274712341
 1984,Austria,Ruminants,7.561434,0.986374251233298
 1984,Austria,Cereals,7.561434,0.0976691722760524
 1984,Austria,Monogastrics,7.561434,0.465999888380961
-1984,Austria,Oilcrops,7.561434,0.0125210376761868
-1984,Austria,Pulses,7.561434,0.000962383590202599
+1984,Austria,FruitVeg,7.561434,0.260669074146518
+1984,Austria,OilcropsPulses,7.561434,0.0134834212663894
 1984,Austria,Starchy Roots,7.561434,0.0704839849160887
+1984,Austria,Sugar,7.561434,0.0404154820368729
 1985,Austria,Ruminants,7.564985,0.952827507258772
 1985,Austria,Cereals,7.564985,0.101074489903152
 1985,Austria,Monogastrics,7.564985,0.460186715505715
-1985,Austria,Oilcrops,7.564985,0.0124817167515864
-1985,Austria,Pulses,7.564985,0.000550959453323437
+1985,Austria,FruitVeg,7.564985,0.221949680005975
+1985,Austria,OilcropsPulses,7.564985,0.0130326762049099
 1985,Austria,Starchy Roots,7.564985,0.0691336466628817
+1985,Austria,Sugar,7.564985,0.0390261183597852
 1986,Austria,Ruminants,7.569794,0.975358100894159
 1986,Austria,Cereals,7.569794,0.103640601052023
 1986,Austria,Monogastrics,7.569794,0.462577039745071
-1986,Austria,Oilcrops,7.569794,0.0131350998455176
-1986,Austria,Pulses,7.569794,0.0010186538761821
+1986,Austria,FruitVeg,7.569794,0.26874984973171
+1986,Austria,OilcropsPulses,7.569794,0.0141537537216997
 1986,Austria,Starchy Roots,7.569794,0.0692925065067821
+1986,Austria,Sugar,7.569794,0.0393718772267779
 1987,Austria,Ruminants,7.574586,0.956780977864665
 1987,Austria,Cereals,7.574586,0.102636764570367
 1987,Austria,Monogastrics,7.574586,0.473948107526933
-1987,Austria,Oilcrops,7.574586,0.013475059891062
-1987,Austria,Pulses,7.574586,0.00166953018950475
+1987,Austria,FruitVeg,7.574586,0.250243775699424
+1987,Austria,OilcropsPulses,7.574586,0.0151445900805668
 1987,Austria,Starchy Roots,7.574586,0.0682968019638301
+1987,Austria,Sugar,7.574586,0.0396383379896934
 1988,Austria,Ruminants,7.585317,0.925901330161943
 1988,Austria,Cereals,7.585317,0.107308369577699
 1988,Austria,Monogastrics,7.585317,0.512198448660748
-1988,Austria,Oilcrops,7.585317,0.0146745350260246
-1988,Austria,Pulses,7.585317,0.00121840656099145
+1988,Austria,FruitVeg,7.585317,0.293122620979453
+1988,Austria,OilcropsPulses,7.585317,0.0158929415870161
 1988,Austria,Starchy Roots,7.585317,0.0692075229024707
+1988,Austria,Sugar,7.585317,0.0421747700194995
 1989,Austria,Ruminants,7.619567,0.948683632547624
 1989,Austria,Cereals,7.619567,0.108910388214973
 1989,Austria,Monogastrics,7.619567,0.50595667706577
-1989,Austria,Oilcrops,7.619567,0.016039494107736
-1989,Austria,Pulses,7.619567,0.000951103914435033
+1989,Austria,FruitVeg,7.619567,0.280855066961154
+1989,Austria,OilcropsPulses,7.619567,0.0169905980221711
 1989,Austria,Starchy Roots,7.619567,0.0695267854459446
+1989,Austria,Sugar,7.619567,0.0408621644773253
 1990,Austria,Ruminants,7.67785,0.948599907526195
 1990,Austria,Cereals,7.67785,0.111359299803982
 1990,Austria,Monogastrics,7.67785,0.504407236400815
-1990,Austria,Oilcrops,7.67785,0.0156571175524398
-1990,Austria,Pulses,7.67785,0.00179620596911896
+1990,Austria,FruitVeg,7.67785,0.272678679578267
+1990,Austria,OilcropsPulses,7.67785,0.0174533235215588
 1990,Austria,Starchy Roots,7.67785,0.068597849658433
+1990,Austria,Sugar,7.67785,0.0420761020337725
 1991,Austria,Ruminants,7.754891,1.00691464264295
 1991,Austria,Cereals,7.754891,0.117248714391988
 1991,Austria,Monogastrics,7.754891,0.502582099477607
-1991,Austria,Oilcrops,7.754891,0.0166645798116311
-1991,Austria,Pulses,7.754891,0.00114057051220965
+1991,Austria,FruitVeg,7.754891,0.270099476575493
+1991,Austria,OilcropsPulses,7.754891,0.0178051503238408
 1991,Austria,Starchy Roots,7.754891,0.0714039694432842
+1991,Austria,Sugar,7.754891,0.0424827376683953
 1992,Austria,Ruminants,7.840709,1.04631952289009
 1992,Austria,Cereals,7.840709,0.113966861925369
 1992,Austria,Monogastrics,7.840709,0.508928580310786
-1992,Austria,Oilcrops,7.840709,0.0178916217908355
-1992,Austria,Pulses,7.840709,0.00105857773831423
+1992,Austria,FruitVeg,7.840709,0.264520976355582
+1992,Austria,OilcropsPulses,7.840709,0.0189501995291497
 1992,Austria,Starchy Roots,7.840709,0.068245996631172
+1992,Austria,Sugar,7.840709,0.0420978510999452
 1993,Austria,Ruminants,7.905633,0.991374024066131
 1993,Austria,Cereals,7.905633,0.115220881110975
 1993,Austria,Monogastrics,7.905633,0.50418419372617
-1993,Austria,Oilcrops,7.905633,0.0173096828552502
-1993,Austria,Pulses,7.905633,0.000958936495028292
+1993,Austria,FruitVeg,7.905633,0.273878891165325
+1993,Austria,OilcropsPulses,7.905633,0.0182686193502785
 1993,Austria,Starchy Roots,7.905633,0.0697293942180215
+1993,Austria,Sugar,7.905633,0.0404825268261251
 1994,Austria,Ruminants,7.936118,0.965883634794745
 1994,Austria,Cereals,7.936118,0.144196696672101
 1994,Austria,Monogastrics,7.936118,0.538705989502676
-1994,Austria,Oilcrops,7.936118,0.0166412596183676
-1994,Austria,Pulses,7.936118,0.000897542098038361
+1994,Austria,FruitVeg,7.936118,0.276903518823687
+1994,Austria,OilcropsPulses,7.936118,0.0175388017164059
 1994,Austria,Starchy Roots,7.936118,0.0586875094347135
+1994,Austria,Sugar,7.936118,0.0473809739220107
 1995,Austria,Ruminants,7.948278,0.930025056999768
 1995,Austria,Cereals,7.948278,0.147285361684632
 1995,Austria,Monogastrics,7.948278,0.529703402422512
-1995,Austria,Oilcrops,7.948278,0.0176287241085428
-1995,Austria,Pulses,7.948278,0.00079589566444455
+1995,Austria,FruitVeg,7.948278,0.251207116811969
+1995,Austria,OilcropsPulses,7.948278,0.0184246197729873
 1995,Austria,Starchy Roots,7.948278,0.0726221453250629
+1995,Austria,Sugar,7.948278,0.0467419483817753
 1996,Austria,Ruminants,7.959017,0.96725689868485
 1996,Austria,Cereals,7.959017,0.157249946821322
 1996,Austria,Monogastrics,7.959017,0.556223651739907
-1996,Austria,Oilcrops,7.959017,0.0189353785775304
-1996,Austria,Pulses,7.959017,0.00077132640877636
+1996,Austria,FruitVeg,7.959017,0.227317519236358
+1996,Austria,OilcropsPulses,7.959017,0.0197067049863067
 1996,Austria,Starchy Roots,7.959017,0.0717597411841186
+1996,Austria,Sugar,7.959017,0.0464478213829673
 1997,Austria,Ruminants,7.968041,0.941399134366904
 1997,Austria,Cereals,7.968041,0.152482649122915
 1997,Austria,Monogastrics,7.968041,0.556629126280851
-1997,Austria,Oilcrops,7.968041,0.0172340980675175
-1997,Austria,Pulses,7.968041,0.000622612258144756
+1997,Austria,FruitVeg,7.968041,0.241425464552705
+1997,Austria,OilcropsPulses,7.968041,0.0178567103256622
 1997,Austria,Starchy Roots,7.968041,0.0682128769166725
+1997,Austria,Sugar,7.968041,0.045708474642638
 1998,Austria,Ruminants,7.976789,0.915186561911065
 1998,Austria,Cereals,7.976789,0.167884220079032
 1998,Austria,Monogastrics,7.976789,0.579997452609064
-1998,Austria,Oilcrops,7.976789,0.0182495738573504
-1998,Austria,Pulses,7.976789,0.00050609336664164
+1998,Austria,FruitVeg,7.976789,0.216926635517123
+1998,Austria,OilcropsPulses,7.976789,0.018755667223992
 1998,Austria,Starchy Roots,7.976789,0.0634213842186373
+1998,Austria,Sugar,7.976789,0.0449118059911075
 1999,Austria,Ruminants,7.992324,0.868450653401939
 1999,Austria,Cereals,7.992324,0.177615171757301
 1999,Austria,Monogastrics,7.992324,0.585701668250687
-1999,Austria,Oilcrops,7.992324,0.0195466299914768
-1999,Austria,Pulses,7.992324,0.000955041362187018
+1999,Austria,FruitVeg,7.992324,0.260898707309664
+1999,Austria,OilcropsPulses,7.992324,0.0205016713536638
 1999,Austria,Starchy Roots,7.992324,0.0690449986762298
+1999,Austria,Sugar,7.992324,0.0445089563436117
 2000,Austria,Ruminants,8.011566,0.933505372108274
 2000,Austria,Cereals,8.011566,0.191599619849602
 2000,Austria,Monogastrics,8.011566,0.566152896949236
-2000,Austria,Oilcrops,8.011566,0.0192203371974967
-2000,Austria,Pulses,8.011566,0.000804836407763476
+2000,Austria,FruitVeg,8.011566,0.257197282029506
+2000,Austria,OilcropsPulses,8.011566,0.0200251736052602
 2000,Austria,Starchy Roots,8.011566,0.069852261093524
+2000,Austria,Sugar,8.011566,0.0449603735399546
 2001,Austria,Ruminants,8.042293,0.902193628110789
 2001,Austria,Cereals,8.042293,0.188966877978706
 2001,Austria,Monogastrics,8.042293,0.548341499122203
-2001,Austria,Oilcrops,8.042293,0.0216316416226069
-2001,Austria,Pulses,8.042293,0.000773659949967006
+2001,Austria,FruitVeg,8.042293,0.273236501082465
+2001,Austria,OilcropsPulses,8.042293,0.0224053015725739
 2001,Austria,Starchy Roots,8.042293,0.066106146592769
+2001,Austria,Sugar,8.042293,0.0440553459069447
 2002,Austria,Ruminants,8.081957,0.914420393476481
 2002,Austria,Cereals,8.081957,0.192044327877518
 2002,Austria,Monogastrics,8.081957,0.559416240398211
-2002,Austria,Oilcrops,8.081957,0.0191485799788343
-2002,Austria,Pulses,8.081957,0.000688199652633638
+2002,Austria,FruitVeg,8.081957,0.262806025817757
+2002,Austria,OilcropsPulses,8.081957,0.019836779631468
 2002,Austria,Starchy Roots,8.081957,0.0703866650119519
+2002,Austria,Sugar,8.081957,0.0434324260819502
 2003,Austria,Ruminants,8.121423,0.885834699165405
 2003,Austria,Cereals,8.121423,0.18171643072895
 2003,Austria,Monogastrics,8.121423,0.560726857842523
-2003,Austria,Oilcrops,8.121423,0.0198310074478327
-2003,Austria,Pulses,8.121423,0.000738047999716306
+2003,Austria,FruitVeg,8.121423,0.281280878978967
+2003,Austria,OilcropsPulses,8.121423,0.020569055447549
 2003,Austria,Starchy Roots,8.121423,0.063252708300011
+2003,Austria,Sugar,8.121423,0.0450594680267239
 2004,Austria,Ruminants,8.171966,0.811818845061274
 2004,Austria,Cereals,8.171966,0.169616222093925
 2004,Austria,Monogastrics,8.171966,0.566528972342763
-2004,Austria,Oilcrops,8.171966,0.0263575497010144
-2004,Austria,Pulses,8.171966,0.000694324964151833
+2004,Austria,FruitVeg,8.171966,0.288467303951093
+2004,Austria,OilcropsPulses,8.171966,0.0270518746651663
 2004,Austria,Starchy Roots,8.171966,0.0680273265943593
+2004,Austria,Sugar,8.171966,0.0464118426337065
 2005,Austria,Ruminants,8.227829,0.829784539761339
 2005,Austria,Cereals,8.227829,0.170831211975844
 2005,Austria,Monogastrics,8.227829,0.555706566094166
-2005,Austria,Oilcrops,8.227829,0.0199133939220176
-2005,Austria,Pulses,8.227829,0.000618753744152923
+2005,Austria,FruitVeg,8.227829,0.279093671003615
+2005,Austria,OilcropsPulses,8.227829,0.0205321476661705
 2005,Austria,Starchy Roots,8.227829,0.0686701194203234
+2005,Austria,Sugar,8.227829,0.0485036818339321
 2006,Austria,Ruminants,8.268641,0.840320386385139
 2006,Austria,Cereals,8.268641,0.165304552465151
 2006,Austria,Monogastrics,8.268641,0.540301822270431
-2006,Austria,Oilcrops,8.268641,0.0284946462181633
-2006,Austria,Pulses,8.268641,0.000636259332095806
+2006,Austria,FruitVeg,8.268641,0.281146805140047
+2006,Austria,OilcropsPulses,8.268641,0.0291309055502591
 2006,Austria,Starchy Roots,8.268641,0.0601704681579476
+2006,Austria,Sugar,8.268641,0.0478131775221587
 2007,Austria,Ruminants,8.295487,0.85439781895867
 2007,Austria,Cereals,8.295487,0.165748195374184
 2007,Austria,Monogastrics,8.295487,0.557877554385897
-2007,Austria,Oilcrops,8.295487,0.0257154281599139
-2007,Austria,Pulses,8.295487,0.000693268520582336
+2007,Austria,FruitVeg,8.295487,0.295424729132841
+2007,Austria,OilcropsPulses,8.295487,0.0264086966804963
 2007,Austria,Starchy Roots,8.295487,0.0634887379125541
+2007,Austria,Sugar,8.295487,0.0457751305016812
 2008,Austria,Ruminants,8.321496,0.844298152639862
 2008,Austria,Cereals,8.321496,0.163651463631059
 2008,Austria,Monogastrics,8.321496,0.533631933488882
-2008,Austria,Oilcrops,8.321496,0.0257341949091846
-2008,Austria,Pulses,8.321496,0.000753229948076644
+2008,Austria,FruitVeg,8.321496,0.3103665494762
+2008,Austria,OilcropsPulses,8.321496,0.0264874248572612
 2008,Austria,Starchy Roots,8.321496,0.0649302721529879
+2008,Austria,Sugar,8.321496,0.0477523512599177
 2009,Austria,Ruminants,8.343323,0.855002569120241
 2009,Austria,Cereals,8.343323,0.182244053118883
 2009,Austria,Monogastrics,8.343323,0.546992655084791
-2009,Austria,Oilcrops,8.343323,0.0260167321821294
-2009,Austria,Pulses,8.343323,0.00080447562679762
+2009,Austria,FruitVeg,8.343323,0.277529468774012
+2009,Austria,OilcropsPulses,8.343323,0.026821207808927
 2009,Austria,Starchy Roots,8.343323,0.0635835385972711
+2009,Austria,Sugar,8.343323,0.0457267446076342
 2010,Austria,Ruminants,8.363404,0.877704724057334
 2010,Austria,Cereals,8.363404,0.181391213434147
 2010,Austria,Monogastrics,8.363404,0.543134087507909
-2010,Austria,Oilcrops,8.363404,0.0270157940474955
-2010,Austria,Pulses,8.363404,0.000803022310054614
+2010,Austria,FruitVeg,8.363404,0.260005854075685
+2010,Austria,OilcropsPulses,8.363404,0.0278188163575501
 2010,Austria,Starchy Roots,8.363404,0.0639662988897822
+2010,Austria,Sugar,8.363404,0.0473434022797416
 2011,Austria,Ruminants,8.391643,0.888260129750515
 2011,Austria,Cereals,8.391643,0.193405034032072
 2011,Austria,Monogastrics,8.391643,0.534107516251585
-2011,Austria,Oilcrops,8.391643,0.0246932573275579
-2011,Austria,Pulses,8.391643,0.000817122463384107
+2011,Austria,FruitVeg,8.391643,0.305330910764436
+2011,Austria,OilcropsPulses,8.391643,0.025510379790942
 2011,Austria,Starchy Roots,8.391643,0.0668118269568903
+2011,Austria,Sugar,8.391643,0.046763786305018
 1992,Azerbaijan,Ruminants,7.382,0.387393782172853
 1992,Azerbaijan,Cereals,7.382,0.207533324302357
 1992,Azerbaijan,Monogastrics,7.382,0.0341546328908155
-1992,Azerbaijan,Oilcrops,7.382,0.0120834462205364
-1992,Azerbaijan,Pulses,7.382,0
+1992,Azerbaijan,FruitVeg,7.382,0.178773232186399
+1992,Azerbaijan,OilcropsPulses,7.382,0.0120834462205364
 1992,Azerbaijan,Starchy Roots,7.382,0.0262395014901111
+1992,Azerbaijan,Sugar,7.382,0.0136975074505554
 1993,Azerbaijan,Ruminants,7.495,0.358213595730487
 1993,Azerbaijan,Cereals,7.495,0.20953769179453
 1993,Azerbaijan,Monogastrics,7.495,0.0228530353569046
-1993,Azerbaijan,Oilcrops,7.495,0.00837478318879253
-1993,Azerbaijan,Pulses,7.495,0
+1993,Azerbaijan,FruitVeg,7.495,0.152127685123416
+1993,Azerbaijan,OilcropsPulses,7.495,0.00837478318879253
 1993,Azerbaijan,Starchy Roots,7.495,0.0252434956637759
+1993,Azerbaijan,Sugar,7.495,0.0112788525683789
 1994,Azerbaijan,Ruminants,7.597,0.288041160984599
 1994,Azerbaijan,Cereals,7.597,0.191701855995788
 1994,Azerbaijan,Monogastrics,7.597,0.0221074108200605
-1994,Azerbaijan,Oilcrops,7.597,0.00835606160326445
-1994,Azerbaijan,Pulses,7.597,0
+1994,Azerbaijan,FruitVeg,7.597,0.145174279320784
+1994,Azerbaijan,OilcropsPulses,7.597,0.00835606160326445
 1994,Azerbaijan,Starchy Roots,7.597,0.0234020007897854
+1994,Azerbaijan,Sugar,7.597,0.0120106621034619
 1995,Azerbaijan,Ruminants,7.685,0.300662667534157
 1995,Azerbaijan,Cereals,7.685,0.193319323357189
 1995,Azerbaijan,Monogastrics,7.685,0.0244732205595316
-1995,Azerbaijan,Oilcrops,7.685,0.00953051398828888
-1995,Azerbaijan,Pulses,7.685,0
+1995,Azerbaijan,FruitVeg,7.685,0.150397787898504
+1995,Azerbaijan,OilcropsPulses,7.685,0.00953051398828888
 1995,Azerbaijan,Starchy Roots,7.685,0.0232573845152895
+1995,Azerbaijan,Sugar,7.685,0.0127820429407938
 1996,Azerbaijan,Ruminants,7.763,0.313951938683499
 1996,Azerbaijan,Cereals,7.763,0.206953497359268
 1996,Azerbaijan,Monogastrics,7.763,0.0313697153162437
-1996,Azerbaijan,Oilcrops,7.763,0.00782687105500451
-1996,Azerbaijan,Pulses,7.763,0
+1996,Azerbaijan,FruitVeg,7.763,0.160484348834214
+1996,Azerbaijan,OilcropsPulses,7.763,0.00782687105500451
 1996,Azerbaijan,Starchy Roots,7.763,0.0290085018678346
+1996,Azerbaijan,Sugar,7.763,0.0139644467345099
 1997,Azerbaijan,Ruminants,7.83825,0.290743163333652
 1997,Azerbaijan,Cereals,7.83825,0.194744490160431
 1997,Azerbaijan,Monogastrics,7.83825,0.0308239849456192
-1997,Azerbaijan,Oilcrops,7.83825,0.00455318470321819
-1997,Azerbaijan,Pulses,7.83825,0
+1997,Azerbaijan,FruitVeg,7.83825,0.127680923675565
+1997,Azerbaijan,OilcropsPulses,7.83825,0.00455318470321819
 1997,Azerbaijan,Starchy Roots,7.83825,0.028186521226039
+1997,Azerbaijan,Sugar,7.83825,0.0150994163237968
 1998,Azerbaijan,Ruminants,7.913,0.30242437760647
 1998,Azerbaijan,Cereals,7.913,0.195995197775812
 1998,Azerbaijan,Monogastrics,7.913,0.0420742449134336
-1998,Azerbaijan,Oilcrops,7.913,0.00674548211803362
-1998,Azerbaijan,Pulses,7.913,0
+1998,Azerbaijan,FruitVeg,7.913,0.134033489194996
+1998,Azerbaijan,OilcropsPulses,7.913,0.00674548211803362
 1998,Azerbaijan,Starchy Roots,7.913,0.0357386579047138
+1998,Azerbaijan,Sugar,7.913,0.0148776696575256
 1999,Azerbaijan,Ruminants,7.98275,0.329709085214995
 1999,Azerbaijan,Cereals,7.98275,0.204531395822242
 1999,Azerbaijan,Monogastrics,7.98275,0.0342208386834111
-1999,Azerbaijan,Oilcrops,7.98275,0.004829288152579
-1999,Azerbaijan,Pulses,7.98275,1.00216090946103e-05
+1999,Azerbaijan,FruitVeg,7.98275,0.17279258400927
+1999,Azerbaijan,OilcropsPulses,7.98275,0.00483930976167361
 1999,Azerbaijan,Starchy Roots,7.98275,0.0418335786539726
+1999,Azerbaijan,Sugar,7.98275,0.0123537628010397
 2000,Azerbaijan,Ruminants,8.0486,0.331971336629973
 2000,Azerbaijan,Cereals,8.0486,0.206806401113237
 2000,Azerbaijan,Monogastrics,8.0486,0.0286955868101285
-2000,Azerbaijan,Oilcrops,8.0486,0.00727480555624581
-2000,Azerbaijan,Pulses,8.0486,0
+2000,Azerbaijan,FruitVeg,8.0486,0.187675869095246
+2000,Azerbaijan,OilcropsPulses,8.0486,0.00727480555624581
 2000,Azerbaijan,Starchy Roots,8.0486,0.0505056780061129
+2000,Azerbaijan,Sugar,8.0486,0.0109460030315831
 2001,Azerbaijan,Ruminants,8.1112,0.337463507249236
 2001,Azerbaijan,Cereals,8.1112,0.217932365124766
 2001,Azerbaijan,Monogastrics,8.1112,0.0247669765262846
-2001,Azerbaijan,Oilcrops,8.1112,0.0079398855902949
-2001,Azerbaijan,Pulses,8.1112,0
+2001,Azerbaijan,FruitVeg,8.1112,0.208069089653812
+2001,Azerbaijan,OilcropsPulses,8.1112,0.0079398855902949
 2001,Azerbaijan,Starchy Roots,8.1112,0.0580820347174278
+2001,Azerbaijan,Sugar,8.1112,0.0128243663083144
 2002,Azerbaijan,Ruminants,8.17195,0.361638898916415
 2002,Azerbaijan,Cereals,8.17195,0.226860051762431
 2002,Azerbaijan,Monogastrics,8.17195,0.023540464638183
-2002,Azerbaijan,Oilcrops,8.17195,0.00874491400461334
-2002,Azerbaijan,Pulses,8.17195,0
+2002,Azerbaijan,FruitVeg,8.17195,0.215727825060114
+2002,Azerbaijan,OilcropsPulses,8.17195,0.00874491400461334
 2002,Azerbaijan,Starchy Roots,8.17195,0.0666036870024902
+2002,Azerbaijan,Sugar,8.17195,0.0159232496527756
 2003,Azerbaijan,Ruminants,8.2341,0.388120681070184
 2003,Azerbaijan,Cereals,8.2341,0.234884201066297
 2003,Azerbaijan,Monogastrics,8.2341,0.0257912583038826
-2003,Azerbaijan,Oilcrops,8.2341,0.00686741720406602
-2003,Azerbaijan,Pulses,8.2341,0
+2003,Azerbaijan,FruitVeg,8.2341,0.225098432129802
+2003,Azerbaijan,OilcropsPulses,8.2341,0.00686741720406602
 2003,Azerbaijan,Starchy Roots,8.2341,0.0778777279848435
+2003,Azerbaijan,Sugar,8.2341,0.0165849333867697
 2004,Azerbaijan,Ruminants,8.3065,0.382975705772588
 2004,Azerbaijan,Cereals,8.3065,0.250759044122073
 2004,Azerbaijan,Monogastrics,8.3065,0.0307296574971408
-2004,Azerbaijan,Oilcrops,8.3065,0.00854668031060013
-2004,Azerbaijan,Pulses,8.3065,0
+2004,Azerbaijan,FruitVeg,8.3065,0.209271775115873
+2004,Azerbaijan,OilcropsPulses,8.3065,0.00854668031060013
 2004,Azerbaijan,Starchy Roots,8.3065,0.0910459278877987
+2004,Azerbaijan,Sugar,8.3065,0.0157894420032505
 2005,Azerbaijan,Ruminants,8.39185,0.401417696932143
 2005,Azerbaijan,Cereals,8.39185,0.249795098816113
 2005,Azerbaijan,Monogastrics,8.39185,0.0332926231998904
-2005,Azerbaijan,Oilcrops,8.39185,0.00931332185394162
-2005,Azerbaijan,Pulses,8.39185,0
+2005,Azerbaijan,FruitVeg,8.39185,0.238724953377384
+2005,Azerbaijan,OilcropsPulses,8.39185,0.00931332185394162
 2005,Azerbaijan,Starchy Roots,8.39185,0.102446778719829
+2005,Azerbaijan,Sugar,8.39185,0.0181059003676186
 2006,Azerbaijan,Ruminants,8.48455,0.417745066031787
 2006,Azerbaijan,Cereals,8.48455,0.251078607586731
 2006,Azerbaijan,Monogastrics,8.48455,0.0328225657224013
-2006,Azerbaijan,Oilcrops,8.48455,0.00736255900430783
-2006,Azerbaijan,Pulses,8.48455,0
+2006,Azerbaijan,FruitVeg,8.48455,0.255488151993918
+2006,Azerbaijan,OilcropsPulses,8.48455,0.00736255900430783
 2006,Azerbaijan,Starchy Roots,8.48455,0.0920918610886847
+2006,Azerbaijan,Sugar,8.48455,0.0186930361657365
 2007,Azerbaijan,Ruminants,8.5813,0.401849766352417
 2007,Azerbaijan,Cereals,8.5813,0.270596413130878
 2007,Azerbaijan,Monogastrics,8.5813,0.0416842436460676
-2007,Azerbaijan,Oilcrops,8.5813,0.00670434549543775
-2007,Azerbaijan,Pulses,8.5813,0
+2007,Azerbaijan,FruitVeg,8.5813,0.265969841399322
+2007,Azerbaijan,OilcropsPulses,8.5813,0.00670434549543775
 2007,Azerbaijan,Starchy Roots,8.5813,0.0905377973034389
+2007,Azerbaijan,Sugar,8.5813,0.0136833579993707
 2008,Azerbaijan,Ruminants,8.7634,0.406036880662756
 2008,Azerbaijan,Cereals,8.7634,0.263273615263482
 2008,Azerbaijan,Monogastrics,8.7634,0.0458821347878677
-2008,Azerbaijan,Oilcrops,8.7634,0.00626822922609946
-2008,Azerbaijan,Pulses,8.7634,0
+2008,Azerbaijan,FruitVeg,8.7634,0.235977246274277
+2008,Azerbaijan,OilcropsPulses,8.7634,0.00626822922609946
 2008,Azerbaijan,Starchy Roots,8.7634,0.0830572608804802
+2008,Azerbaijan,Sugar,8.7634,0.0144946025515211
 2009,Azerbaijan,Ruminants,8.947243,0.492881304330284
 2009,Azerbaijan,Cereals,8.947243,0.262949715348069
 2009,Azerbaijan,Monogastrics,8.947243,0.0516572088184036
-2009,Azerbaijan,Oilcrops,8.947243,0.00522909682904555
-2009,Azerbaijan,Pulses,8.947243,0
+2009,Azerbaijan,FruitVeg,8.947243,0.237909487872409
+2009,Azerbaijan,OilcropsPulses,8.947243,0.00522909682904555
 2009,Azerbaijan,Starchy Roots,8.947243,0.0821677694458505
+2009,Azerbaijan,Sugar,8.947243,0.0145056974533943
 2010,Azerbaijan,Ruminants,9.054332,0.565299582564456
 2010,Azerbaijan,Cereals,9.054332,0.249266207600958
 2010,Azerbaijan,Monogastrics,9.054332,0.0482180905228569
-2010,Azerbaijan,Oilcrops,9.054332,0.00358800627147315
-2010,Azerbaijan,Pulses,9.054332,0
+2010,Azerbaijan,FruitVeg,9.054332,0.255883371628078
+2010,Azerbaijan,OilcropsPulses,9.054332,0.00358800627147315
 2010,Azerbaijan,Starchy Roots,9.054332,0.0745941279820532
+2010,Azerbaijan,Sugar,9.054332,0.0156837633079944
 2011,Azerbaijan,Ruminants,9.173082,0.583666078641835
 2011,Azerbaijan,Cereals,9.173082,0.24182275924275
 2011,Azerbaijan,Monogastrics,9.173082,0.0516570984539329
-2011,Azerbaijan,Oilcrops,9.173082,0.00374737738090644
-2011,Azerbaijan,Pulses,9.173082,0
+2011,Azerbaijan,FruitVeg,9.173082,0.267853377959556
+2011,Azerbaijan,OilcropsPulses,9.173082,0.00374737738090644
 2011,Azerbaijan,Starchy Roots,9.173082,0.0733438336210229
+2011,Azerbaijan,Sugar,9.173082,0.0159158067048785
 1961,Bahamas,Ruminants,0.115108,0.996856864857351
 1961,Bahamas,Cereals,0.115108,0.107568544323592
 1961,Bahamas,Monogastrics,0.115108,0.162116447162665
-1961,Bahamas,Oilcrops,0.115108,0.000260624804531397
-1961,Bahamas,Pulses,0.115108,0.00482155888383084
+1961,Bahamas,FruitVeg,0.115108,0.225101643673767
+1961,Bahamas,OilcropsPulses,0.115108,0.00508218368836223
 1961,Bahamas,Starchy Roots,0.115108,0.0300413524689856
+1961,Bahamas,Sugar,0.115108,0.0348715988463009
 1962,Bahamas,Ruminants,0.121083,0.957488664800178
 1962,Bahamas,Cereals,0.121083,0.105225341294814
 1962,Bahamas,Monogastrics,0.121083,0.158549920302602
-1962,Bahamas,Oilcrops,0.121083,0.00026428152589546
-1962,Bahamas,Pulses,0.121083,0.00467447948927595
+1962,Bahamas,FruitVeg,0.121083,0.211763831421422
+1962,Bahamas,OilcropsPulses,0.121083,0.00493876101517141
 1962,Bahamas,Starchy Roots,0.121083,0.0306731745992418
+1962,Bahamas,Sugar,0.121083,0.0349181966089377
 1963,Bahamas,Ruminants,0.127331,0.974270209139958
 1963,Bahamas,Cereals,0.127331,0.102520203249798
 1963,Bahamas,Monogastrics,0.127331,0.153943658653431
-1963,Bahamas,Oilcrops,0.127331,0.000282727693962978
-1963,Bahamas,Pulses,0.127331,0.0046807140444982
+1963,Bahamas,FruitVeg,0.127331,0.212249962695651
+1963,Bahamas,OilcropsPulses,0.127331,0.00496344173846118
 1963,Bahamas,Starchy Roots,0.127331,0.0298356252601487
+1963,Bahamas,Sugar,0.127331,0.0330791401936685
 1964,Bahamas,Ruminants,0.133697,1.07649610686852
 1964,Bahamas,Cereals,0.133697,0.100039641876781
 1964,Bahamas,Monogastrics,0.133697,0.15664076232077
-1964,Bahamas,Oilcrops,0.133697,0.000299183975706261
-1964,Bahamas,Pulses,0.133697,0.00510856638518441
+1964,Bahamas,FruitVeg,0.133697,0.209555936184058
+1964,Bahamas,OilcropsPulses,0.133697,0.00540775036089067
 1964,Bahamas,Starchy Roots,0.133697,0.0342565652183669
+1964,Bahamas,Sugar,0.133697,0.0352513519375902
 1965,Bahamas,Ruminants,0.140049,1.05170618854829
 1965,Bahamas,Cereals,0.140049,0.0986726074445373
 1965,Bahamas,Monogastrics,0.140049,0.160937957429186
-1965,Bahamas,Oilcrops,0.140049,0.000314175752772244
-1965,Bahamas,Pulses,0.140049,0.00479118022977672
+1965,Bahamas,FruitVeg,0.140049,0.208912594877507
+1965,Bahamas,OilcropsPulses,0.140049,0.00510535598254896
 1965,Bahamas,Starchy Roots,0.140049,0.0320744882148391
+1965,Bahamas,Sugar,0.140049,0.0364872294696856
 1966,Bahamas,Ruminants,0.146364,1.11404580361291
 1966,Bahamas,Cereals,0.146364,0.095788581891722
 1966,Bahamas,Monogastrics,0.146364,0.182815446421251
-1966,Bahamas,Oilcrops,0.146364,0.000300620371129513
-1966,Bahamas,Pulses,0.146364,0.00509688174687765
+1966,Bahamas,FruitVeg,0.146364,0.234914323194228
+1966,Bahamas,OilcropsPulses,0.146364,0.00539750211800716
 1966,Bahamas,Starchy Roots,0.146364,0.0338061271897461
+1966,Bahamas,Sugar,0.146364,0.0365936979038561
 1967,Bahamas,Ruminants,0.152607,1.09143027515121
 1967,Bahamas,Cereals,0.152607,0.0950939340921452
 1967,Bahamas,Monogastrics,0.152607,0.174939550610391
-1967,Bahamas,Oilcrops,0.152607,0.000314533409345574
-1967,Bahamas,Pulses,0.152607,0.00504564010825191
+1967,Bahamas,FruitVeg,0.152607,0.228501969110198
+1967,Bahamas,OilcropsPulses,0.152607,0.00536017351759749
 1967,Bahamas,Starchy Roots,0.152607,0.0334519386397741
+1967,Bahamas,Sugar,0.152607,0.0370166506123572
 1968,Bahamas,Ruminants,0.158629,1.17522395022348
 1968,Bahamas,Cereals,0.158629,0.0940496378341917
 1968,Bahamas,Monogastrics,0.158629,0.194468224599537
-1968,Bahamas,Oilcrops,0.158629,0.000327808912620013
-1968,Bahamas,Pulses,0.158629,0.00497386984725365
+1968,Bahamas,FruitVeg,0.158629,0.236980627754068
+1968,Bahamas,OilcropsPulses,0.158629,0.00530167875987367
 1968,Bahamas,Starchy Roots,0.158629,0.0344325438602021
+1968,Bahamas,Sugar,0.158629,0.0407428654281374
 1969,Bahamas,Ruminants,0.16425,1.11239512937595
 1969,Bahamas,Cereals,0.16425,0.0926940639269406
 1969,Bahamas,Monogastrics,0.16425,0.215031354642313
-1969,Bahamas,Oilcrops,0.16425,0.000328767123287671
-1969,Bahamas,Pulses,0.16425,0.00485844748858447
+1969,Bahamas,FruitVeg,0.16425,0.248073059360731
+1969,Bahamas,OilcropsPulses,0.16425,0.00518721461187215
 1969,Bahamas,Starchy Roots,0.16425,0.0379543378995434
+1969,Bahamas,Sugar,0.16425,0.0482557077625571
 1970,Bahamas,Ruminants,0.169356,1.12676314981459
 1970,Bahamas,Cereals,0.169356,0.0929521245187652
 1970,Bahamas,Monogastrics,0.169356,0.219833368761662
-1970,Bahamas,Oilcrops,0.169356,0.000354283284914618
-1970,Bahamas,Pulses,0.169356,0.00539101065211743
+1970,Bahamas,FruitVeg,0.169356,0.244839273483077
+1970,Bahamas,OilcropsPulses,0.169356,0.00574529393703205
 1970,Bahamas,Starchy Roots,0.169356,0.0295058929119724
+1970,Bahamas,Sugar,0.169356,0.0460509223174851
 1971,Bahamas,Ruminants,0.173867,1.08489247528283
 1971,Bahamas,Cereals,0.173867,0.088096073435442
 1971,Bahamas,Monogastrics,0.173867,0.227630890278201
-1971,Bahamas,Oilcrops,0.173867,0.00066717663501412
-1971,Bahamas,Pulses,0.173867,0.00555597094330724
+1971,Bahamas,FruitVeg,0.173867,0.253159023851565
+1971,Bahamas,OilcropsPulses,0.173867,0.00622314757832136
 1971,Bahamas,Starchy Roots,0.173867,0.0390873483754824
+1971,Bahamas,Sugar,0.173867,0.0430156383902638
 1972,Bahamas,Ruminants,0.177844,1.01146116821484
 1972,Bahamas,Cereals,0.177844,0.0864521715660916
 1972,Bahamas,Monogastrics,0.177844,0.240267875216482
-1972,Bahamas,Oilcrops,0.177844,0.000596027979577607
-1972,Bahamas,Pulses,0.177844,0.00479071545849171
+1972,Bahamas,FruitVeg,0.177844,0.245962753874182
+1972,Bahamas,OilcropsPulses,0.177844,0.00538674343806932
 1972,Bahamas,Starchy Roots,0.177844,0.0356660893817053
+1972,Bahamas,Sugar,0.177844,0.0429308832459909
 1973,Bahamas,Ruminants,0.181489,0.928860702301517
 1973,Bahamas,Cereals,0.181489,0.0843687496211892
 1973,Bahamas,Monogastrics,0.181489,0.226530533530958
-1973,Bahamas,Oilcrops,0.181489,0.000413248185840464
-1973,Bahamas,Pulses,0.181489,0.00528406680294673
+1973,Bahamas,FruitVeg,0.181489,0.237551587148532
+1973,Bahamas,OilcropsPulses,0.181489,0.0056973149887872
 1973,Bahamas,Starchy Roots,0.181489,0.03097157403479
+1973,Bahamas,Sugar,0.181489,0.0386800301946674
 1974,Bahamas,Ruminants,0.185097,0.901837414977012
 1974,Bahamas,Cereals,0.185097,0.0839992004192396
 1974,Bahamas,Monogastrics,0.185097,0.226396970237227
-1974,Bahamas,Oilcrops,0.185097,0.000486231543460996
-1974,Bahamas,Pulses,0.185097,0.00493795145248167
+1974,Bahamas,FruitVeg,0.185097,0.23215935428451
+1974,Bahamas,OilcropsPulses,0.185097,0.00542418299594267
 1974,Bahamas,Starchy Roots,0.185097,0.0294386186702108
+1974,Bahamas,Sugar,0.185097,0.0350518917108327
 1975,Bahamas,Ruminants,0.188882,0.866269946315689
 1975,Bahamas,Cereals,0.188882,0.0810664859541936
 1975,Bahamas,Monogastrics,0.188882,0.224198706070457
-1975,Bahamas,Oilcrops,0.188882,0.000338835886955877
-1975,Bahamas,Pulses,0.188882,0.00479135121398545
+1975,Bahamas,FruitVeg,0.188882,0.231509619762603
+1975,Bahamas,OilcropsPulses,0.188882,0.00513018710094133
 1975,Bahamas,Starchy Roots,0.188882,0.0287481072839127
+1975,Bahamas,Sugar,0.188882,0.0376319606950371
 1976,Bahamas,Ruminants,0.192905,0.845889427438376
 1976,Bahamas,Cereals,0.192905,0.0800497654285788
 1976,Bahamas,Monogastrics,0.192905,0.228512998626267
-1976,Bahamas,Oilcrops,0.192905,0.00034732122028978
-1976,Bahamas,Pulses,0.192905,0.00481065809595397
+1976,Bahamas,FruitVeg,0.192905,0.227018480599259
+1976,Bahamas,OilcropsPulses,0.192905,0.00515797931624375
 1976,Bahamas,Starchy Roots,0.192905,0.0285321790518649
+1976,Bahamas,Sugar,0.192905,0.0372877841424535
 1977,Bahamas,Ruminants,0.197118,0.675108310758023
 1977,Bahamas,Cereals,0.197118,0.0812711167929869
 1977,Bahamas,Monogastrics,0.197118,0.210021408496434
-1977,Bahamas,Oilcrops,0.197118,0.000223216550492598
-1977,Bahamas,Pulses,0.197118,0.00445418480301139
+1977,Bahamas,FruitVeg,0.197118,0.217108533974574
+1977,Bahamas,OilcropsPulses,0.197118,0.00467740135350399
 1977,Bahamas,Starchy Roots,0.197118,0.0217686867764486
+1977,Bahamas,Sugar,0.197118,0.0414320356334784
 1978,Bahamas,Ruminants,0.201511,0.875846976095598
 1978,Bahamas,Cereals,0.201511,0.0795142696924734
 1978,Bahamas,Monogastrics,0.201511,0.198623896462228
-1978,Bahamas,Oilcrops,0.201511,0.000431738217764787
-1978,Bahamas,Pulses,0.201511,0.00309164263985589
+1978,Bahamas,FruitVeg,0.201511,0.224667636009945
+1978,Bahamas,OilcropsPulses,0.201511,0.00352338085762068
 1978,Bahamas,Starchy Roots,0.201511,0.0214777357067356
+1978,Bahamas,Sugar,0.201511,0.0457841011160681
 1979,Bahamas,Ruminants,0.206038,1.07942418388841
 1979,Bahamas,Cereals,0.206038,0.0799609780720061
 1979,Bahamas,Monogastrics,0.206038,0.209634145157689
-1979,Bahamas,Oilcrops,0.206038,0.000218406313398499
-1979,Bahamas,Pulses,0.206038,0.00318873217561809
+1979,Bahamas,FruitVeg,0.206038,0.223463632922082
+1979,Bahamas,OilcropsPulses,0.206038,0.00340713848901659
 1979,Bahamas,Starchy Roots,0.206038,0.0216416389209757
+1979,Bahamas,Sugar,0.206038,0.0436812626796999
 1980,Bahamas,Ruminants,0.21066,1.14056536599259
 1980,Bahamas,Cereals,0.21066,0.0847954049178772
 1980,Bahamas,Monogastrics,0.21066,0.271039589860439
-1980,Bahamas,Oilcrops,0.21066,0.000365517896135954
-1980,Bahamas,Pulses,0.21066,0.00451438336656223
+1980,Bahamas,FruitVeg,0.21066,0.231676635336561
+1980,Bahamas,OilcropsPulses,0.21066,0.00487990126269819
 1980,Bahamas,Starchy Roots,0.21066,0.0273996012532042
+1980,Bahamas,Sugar,0.21066,0.0514051077565746
 1981,Bahamas,Ruminants,0.215404,1.09580137787599
 1981,Bahamas,Cereals,0.215404,0.0884756086237953
 1981,Bahamas,Monogastrics,0.215404,0.260148836604706
-1981,Bahamas,Oilcrops,0.215404,0.000111418543759633
-1981,Bahamas,Pulses,0.215404,0.00312900410391636
+1981,Bahamas,FruitVeg,0.215404,0.201384375406213
+1981,Bahamas,OilcropsPulses,0.215404,0.003240422647676
 1981,Bahamas,Starchy Roots,0.215404,0.0309789976045013
+1981,Bahamas,Sugar,0.215404,0.0473157415832575
 1982,Bahamas,Ruminants,0.220275,1.30015299057996
 1982,Bahamas,Cereals,0.220275,0.0920213369651572
 1982,Bahamas,Monogastrics,0.220275,0.256999659516513
-1982,Bahamas,Oilcrops,0.220275,0.000413119963681761
-1982,Bahamas,Pulses,0.220275,0.0044535240040858
+1982,Bahamas,FruitVeg,0.220275,0.253614799682215
+1982,Bahamas,OilcropsPulses,0.220275,0.00486664396776756
 1982,Bahamas,Starchy Roots,0.220275,0.0353467256838043
+1982,Bahamas,Sugar,0.220275,0.0504187946884576
 1983,Bahamas,Ruminants,0.225185,1.30772786819726
 1983,Bahamas,Cereals,0.225185,0.0944379066101206
 1983,Bahamas,Monogastrics,0.225185,0.257576215112019
-1983,Bahamas,Oilcrops,0.225185,0.000519572795701312
-1983,Bahamas,Pulses,0.225185,0.00428536536625441
+1983,Bahamas,FruitVeg,0.225185,0.250478495459289
+1983,Bahamas,OilcropsPulses,0.225185,0.00480493816195573
 1983,Bahamas,Starchy Roots,0.225185,0.0316628549859005
+1983,Bahamas,Sugar,0.225185,0.0458201034704798
 1984,Bahamas,Ruminants,0.230016,1.26406076099054
 1984,Bahamas,Cereals,0.230016,0.0896937604340568
 1984,Bahamas,Monogastrics,0.230016,0.277388964245965
-1984,Bahamas,Oilcrops,0.230016,0.000308674179187535
-1984,Bahamas,Pulses,0.230016,0.00451272954924875
+1984,Bahamas,FruitVeg,0.230016,0.255617000556483
+1984,Bahamas,OilcropsPulses,0.230016,0.00482140372843628
 1984,Bahamas,Starchy Roots,0.230016,0.03116739705064
+1984,Bahamas,Sugar,0.230016,0.0491009321090707
 1985,Bahamas,Ruminants,0.234684,1.25496582638782
 1985,Bahamas,Cereals,0.234684,0.090841301494776
 1985,Bahamas,Monogastrics,0.234684,0.271336776260844
-1985,Bahamas,Oilcrops,0.234684,0.00022583559168925
-1985,Bahamas,Pulses,0.234684,0.0045294949804844
+1985,Bahamas,FruitVeg,0.234684,0.246821257520751
+1985,Bahamas,OilcropsPulses,0.234684,0.00475533057217365
 1985,Bahamas,Starchy Roots,0.234684,0.028612943362138
+1985,Bahamas,Sugar,0.234684,0.0537616539687409
 1986,Bahamas,Ruminants,0.239132,1.22675927939381
 1986,Bahamas,Cereals,0.239132,0.0895948681063178
 1986,Bahamas,Monogastrics,0.239132,0.284743572587525
-1986,Bahamas,Oilcrops,0.239132,0.000234180285365405
-1986,Bahamas,Pulses,0.239132,0.00447869795761337
+1986,Bahamas,FruitVeg,0.239132,0.273497482561932
+1986,Bahamas,OilcropsPulses,0.239132,0.00471287824297877
 1986,Bahamas,Starchy Roots,0.239132,0.0267550976029975
+1986,Bahamas,Sugar,0.239132,0.0433902614455614
 1987,Bahamas,Ruminants,0.243391,1.16980742919829
 1987,Bahamas,Cereals,0.243391,0.0938202316437337
 1987,Bahamas,Monogastrics,0.243391,0.297623166016821
-1987,Bahamas,Oilcrops,0.243391,0.000546445842286691
-1987,Bahamas,Pulses,0.243391,0.00373473135818498
+1987,Bahamas,FruitVeg,0.243391,0.298047175121512
+1987,Bahamas,OilcropsPulses,0.243391,0.00428117720047167
 1987,Bahamas,Starchy Roots,0.243391,0.0264882431971601
+1987,Bahamas,Sugar,0.243391,0.041899659395787
 1988,Bahamas,Ruminants,0.247576,1.20164878663522
 1988,Bahamas,Cereals,0.247576,0.0950334442756972
 1988,Bahamas,Monogastrics,0.247576,0.301970707984619
-1988,Bahamas,Oilcrops,0.247576,0.000892655184670566
-1988,Bahamas,Pulses,0.247576,0.00399473293049407
+1988,Bahamas,FruitVeg,0.247576,0.294713542508159
+1988,Bahamas,OilcropsPulses,0.247576,0.00488738811516464
 1988,Bahamas,Starchy Roots,0.247576,0.0212096487543219
+1988,Bahamas,Sugar,0.247576,0.0483528290302776
 1989,Bahamas,Ruminants,0.251855,1.23545135097576
 1989,Bahamas,Cereals,0.251855,0.0923467868416351
 1989,Bahamas,Monogastrics,0.251855,0.26972146671696
-1989,Bahamas,Oilcrops,0.251855,0.000996605189493955
-1989,Bahamas,Pulses,0.251855,0.00422068253558595
+1989,Bahamas,FruitVeg,0.251855,0.287343908201148
+1989,Bahamas,OilcropsPulses,0.251855,0.00521728772507991
 1989,Bahamas,Starchy Roots,0.251855,0.0210954716007226
+1989,Bahamas,Sugar,0.251855,0.0508506878958131
 1990,Bahamas,Ruminants,0.256338,1.21503444670708
 1990,Bahamas,Cereals,0.256338,0.0910945704499528
 1990,Bahamas,Monogastrics,0.256338,0.271620672705568
-1990,Bahamas,Oilcrops,0.256338,0.000764615468639062
-1990,Bahamas,Pulses,0.256338,0.00336274762227996
+1990,Bahamas,FruitVeg,0.256338,0.263878160865732
+1990,Bahamas,OilcropsPulses,0.256338,0.00412736309091902
 1990,Bahamas,Starchy Roots,0.256338,0.0188813207561891
+1990,Bahamas,Sugar,0.256338,0.0491148405620704
 1991,Bahamas,Ruminants,0.261117,1.17746144448657
 1991,Bahamas,Cereals,0.261117,0.0865129424740634
 1991,Bahamas,Monogastrics,0.261117,0.277535740683295
-1991,Bahamas,Oilcrops,0.261117,0.000788918377585527
-1991,Bahamas,Pulses,0.261117,0.00348502778447975
+1991,Bahamas,FruitVeg,0.261117,0.242083050892895
+1991,Bahamas,OilcropsPulses,0.261117,0.00427394616206528
 1991,Bahamas,Starchy Roots,0.261117,0.0185204333689496
+1991,Bahamas,Sugar,0.261117,0.0449913257275474
 1992,Bahamas,Ruminants,0.266133,1.17127301011149
 1992,Bahamas,Cereals,0.266133,0.0858743560550552
 1992,Bahamas,Monogastrics,0.266133,0.237756309815017
-1992,Bahamas,Oilcrops,0.266133,0.000755261467010855
-1992,Bahamas,Pulses,0.266133,0.00353206855219007
+1992,Bahamas,FruitVeg,0.266133,0.247887334528225
+1992,Bahamas,OilcropsPulses,0.266133,0.00428733001920093
 1992,Bahamas,Starchy Roots,0.266133,0.0180135496161694
+1992,Bahamas,Sugar,0.266133,0.0435083210274562
 1993,Bahamas,Ruminants,0.271165,1.13779728209762
 1993,Bahamas,Cereals,0.271165,0.078962993011635
 1993,Bahamas,Monogastrics,0.271165,0.232937141592757
-1993,Bahamas,Oilcrops,0.271165,0.00085925543488282
-1993,Bahamas,Pulses,0.271165,0.00312355945641952
+1993,Bahamas,FruitVeg,0.271165,0.23878450389984
+1993,Bahamas,OilcropsPulses,0.271165,0.00398281489130234
 1993,Bahamas,Starchy Roots,0.271165,0.0168974609555068
+1993,Bahamas,Sugar,0.271165,0.0405988973503218
 1994,Bahamas,Ruminants,0.275903,1.19702359162459
 1994,Bahamas,Cereals,0.275903,0.0852473514242324
 1994,Bahamas,Monogastrics,0.275903,0.24649061445508
-1994,Bahamas,Oilcrops,0.275903,0.000753888141846953
-1994,Bahamas,Pulses,0.275903,0.00388542350028814
+1994,Bahamas,FruitVeg,0.275903,0.221856956974009
+1994,Bahamas,OilcropsPulses,0.275903,0.0046393116421351
 1994,Bahamas,Starchy Roots,0.275903,0.0178323541244568
+1994,Bahamas,Sugar,0.275903,0.0398835822734802
 1995,Bahamas,Ruminants,0.280151,0.993529917794332
 1995,Bahamas,Cereals,0.280151,0.0864498074252814
 1995,Bahamas,Monogastrics,0.280151,0.246095855449383
-1995,Bahamas,Oilcrops,0.280151,0.000710331214238036
-1995,Bahamas,Pulses,0.280151,0.00295911847539363
+1995,Bahamas,FruitVeg,0.280151,0.226203011947129
+1995,Bahamas,OilcropsPulses,0.280151,0.00366944968963166
 1995,Bahamas,Starchy Roots,0.280151,0.0185828356850413
+1995,Bahamas,Sugar,0.280151,0.046399977155177
 1996,Bahamas,Ruminants,0.283792,0.750763939786886
 1996,Bahamas,Cereals,0.283792,0.0898193042791904
 1996,Bahamas,Monogastrics,0.283792,0.26488801657552
-1996,Bahamas,Oilcrops,0.283792,0.000687122963297063
-1996,Bahamas,Pulses,0.283792,0.00278372892822913
+1996,Bahamas,FruitVeg,0.283792,0.224537689575464
+1996,Bahamas,OilcropsPulses,0.283792,0.00347085189152619
 1996,Bahamas,Starchy Roots,0.283792,0.0194579128375712
+1996,Bahamas,Sugar,0.283792,0.0494869481874049
 1997,Bahamas,Ruminants,0.286968,0.603036227035767
 1997,Bahamas,Cereals,0.286968,0.100450224415266
 1997,Bahamas,Monogastrics,0.286968,0.315960664603719
-1997,Bahamas,Oilcrops,0.286968,0.00253338351314432
-1997,Bahamas,Pulses,0.286968,0.00166917565721614
+1997,Bahamas,FruitVeg,0.286968,0.320959131331716
+1997,Bahamas,OilcropsPulses,0.286968,0.00420255917036046
 1997,Bahamas,Starchy Roots,0.286968,0.0254557999498202
+1997,Bahamas,Sugar,0.286968,0.044423071561986
 1998,Bahamas,Ruminants,0.290054,0.574513711239976
 1998,Bahamas,Cereals,0.290054,0.100877767588104
 1998,Bahamas,Monogastrics,0.290054,0.332754590524523
-1998,Bahamas,Oilcrops,0.290054,0.00182035069331918
-1998,Bahamas,Pulses,0.290054,0.00162383556165404
+1998,Bahamas,FruitVeg,0.290054,0.340540037372351
+1998,Bahamas,OilcropsPulses,0.290054,0.00344418625497321
 1998,Bahamas,Starchy Roots,0.290054,0.0255883387231343
+1998,Bahamas,Sugar,0.290054,0.0448847455990953
 1999,Bahamas,Ruminants,0.293572,0.607479936778712
 1999,Bahamas,Cereals,0.293572,0.101811480658918
 1999,Bahamas,Monogastrics,0.293572,0.362704890112136
-1999,Bahamas,Oilcrops,0.293572,0.00299756107530691
-1999,Bahamas,Pulses,0.293572,0.00204379164225471
+1999,Bahamas,FruitVeg,0.293572,0.376057662174867
+1999,Bahamas,OilcropsPulses,0.293572,0.00504135271756162
 1999,Bahamas,Starchy Roots,0.293572,0.0301425204038532
+1999,Bahamas,Sugar,0.293572,0.0442889648876596
 2000,Bahamas,Ruminants,0.297891,0.635416645685838
 2000,Bahamas,Cereals,0.297891,0.103453947920548
 2000,Bahamas,Monogastrics,0.297891,0.37002057799665
-2000,Bahamas,Oilcrops,0.297891,0.00405517454370894
-2000,Bahamas,Pulses,0.297891,0.0017791742617266
+2000,Bahamas,FruitVeg,0.297891,0.428895132783468
+2000,Bahamas,OilcropsPulses,0.297891,0.00583434880543555
 2000,Bahamas,Starchy Roots,0.297891,0.0352142226519096
+2000,Bahamas,Sugar,0.297891,0.0437945422990288
 2001,Bahamas,Ruminants,0.303138,0.76586010331928
 2001,Bahamas,Cereals,0.303138,0.103114753016778
 2001,Bahamas,Monogastrics,0.303138,0.352185143400036
-2001,Bahamas,Oilcrops,0.303138,0.00354294083882588
-2001,Bahamas,Pulses,0.303138,0.00192651531645653
+2001,Bahamas,FruitVeg,0.303138,0.394882858632042
+2001,Bahamas,OilcropsPulses,0.303138,0.00546945615528241
 2001,Bahamas,Starchy Roots,0.303138,0.0342880140398103
+2001,Bahamas,Sugar,0.303138,0.0439469812428663
 2002,Bahamas,Ruminants,0.30917,0.712205582689135
 2002,Bahamas,Cereals,0.30917,0.104838761846233
 2002,Bahamas,Monogastrics,0.30917,0.388905133098295
-2002,Bahamas,Oilcrops,0.30917,0.00342529999676553
-2002,Bahamas,Pulses,0.30917,0.0020118381472976
+2002,Bahamas,FruitVeg,0.30917,0.352029627712909
+2002,Bahamas,OilcropsPulses,0.30917,0.00543713814406314
 2002,Bahamas,Starchy Roots,0.30917,0.0349322379273539
+2002,Bahamas,Sugar,0.30917,0.0385030889154834
 2003,Bahamas,Ruminants,0.315757,0.72639244735667
 2003,Bahamas,Cereals,0.315757,0.0996082430476601
 2003,Bahamas,Monogastrics,0.315757,0.34424890026191
-2003,Bahamas,Oilcrops,0.315757,0.00260643469503447
-2003,Bahamas,Pulses,0.315757,0.00177984969454359
+2003,Bahamas,FruitVeg,0.315757,0.326586583987053
+2003,Bahamas,OilcropsPulses,0.315757,0.00438628438957806
 2003,Bahamas,Starchy Roots,0.315757,0.0346342282198019
+2003,Bahamas,Sugar,0.315757,0.0473908733614773
 2004,Bahamas,Ruminants,0.322539,0.643614260601043
 2004,Bahamas,Cereals,0.322539,0.0880420662307504
 2004,Bahamas,Monogastrics,0.322539,0.334715801810014
-2004,Bahamas,Oilcrops,0.322539,0.0024121114035822
-2004,Bahamas,Pulses,0.322539,0.00130216810990299
+2004,Bahamas,FruitVeg,0.322539,0.422779880882622
+2004,Bahamas,OilcropsPulses,0.322539,0.00371427951348519
 2004,Bahamas,Starchy Roots,0.322539,0.0356018962048
+2004,Bahamas,Sugar,0.322539,0.0479228868446916
 2005,Bahamas,Ruminants,0.329243,0.665602002168611
 2005,Bahamas,Cereals,0.329243,0.0881780326385071
 2005,Bahamas,Monogastrics,0.329243,0.345139304404346
-2005,Bahamas,Oilcrops,0.329243,0.00280340052787759
-2005,Bahamas,Pulses,0.329243,0.00180110131422688
+2005,Bahamas,FruitVeg,0.329243,0.425463867113348
+2005,Bahamas,OilcropsPulses,0.329243,0.00460450184210446
 2005,Bahamas,Starchy Roots,0.329243,0.0302390635488074
+2005,Bahamas,Sugar,0.329243,0.0497322646191415
 2006,Bahamas,Ruminants,0.335801,0.718541934062138
 2006,Bahamas,Cereals,0.335801,0.0987727850721112
 2006,Bahamas,Monogastrics,0.335801,0.34573482508986
-2006,Bahamas,Oilcrops,0.335801,0.0027814092274889
-2006,Bahamas,Pulses,0.335801,0.00201905295100372
+2006,Bahamas,FruitVeg,0.335801,0.358700539903097
+2006,Bahamas,OilcropsPulses,0.335801,0.00480046217849262
 2006,Bahamas,Starchy Roots,0.335801,0.0349433146417074
+2006,Bahamas,Sugar,0.335801,0.0463101658422697
 2007,Bahamas,Ruminants,0.342259,0.693342760891606
 2007,Bahamas,Cereals,0.342259,0.0981683461939642
 2007,Bahamas,Monogastrics,0.342259,0.34630528342571
-2007,Bahamas,Oilcrops,0.342259,0.00267341399349615
-2007,Bahamas,Pulses,0.342259,0.00221177529297988
+2007,Bahamas,FruitVeg,0.342259,0.326247081888278
+2007,Bahamas,OilcropsPulses,0.342259,0.00488518928647603
 2007,Bahamas,Starchy Roots,0.342259,0.034882939528252
+2007,Bahamas,Sugar,0.342259,0.0451383309131389
 2008,Bahamas,Ruminants,0.348587,0.695756009260242
 2008,Bahamas,Cereals,0.348587,0.0922323551939688
 2008,Bahamas,Monogastrics,0.348587,0.356682836709344
-2008,Bahamas,Oilcrops,0.348587,0.00293757369035564
-2008,Bahamas,Pulses,0.348587,0.00189622676691902
+2008,Bahamas,FruitVeg,0.348587,0.344875167461781
+2008,Bahamas,OilcropsPulses,0.348587,0.00483380045727465
 2008,Bahamas,Starchy Roots,0.348587,0.0274278730991116
+2008,Bahamas,Sugar,0.348587,0.0454090370553119
 2009,Bahamas,Ruminants,0.35478,0.768094030103162
 2009,Bahamas,Cereals,0.35478,0.088477366255144
 2009,Bahamas,Monogastrics,0.35478,0.370724392581318
-2009,Bahamas,Oilcrops,0.35478,0.00337674051524889
-2009,Bahamas,Pulses,0.35478,0.00141778003269632
+2009,Bahamas,FruitVeg,0.35478,0.332186143525565
+2009,Bahamas,OilcropsPulses,0.35478,0.00479452054794521
 2009,Bahamas,Starchy Roots,0.35478,0.0188032019843283
+2009,Bahamas,Sugar,0.35478,0.0431535035796832
 2010,Bahamas,Ruminants,0.36083,0.705311919740598
 2010,Bahamas,Cereals,0.36083,0.0896987501039271
 2010,Bahamas,Monogastrics,0.36083,0.376924590527395
-2010,Bahamas,Oilcrops,0.36083,0.00767674528171161
-2010,Bahamas,Pulses,0.36083,0.00109746972258404
+2010,Bahamas,FruitVeg,0.36083,0.364853254995427
+2010,Bahamas,OilcropsPulses,0.36083,0.00877421500429565
 2010,Bahamas,Starchy Roots,0.36083,0.0364049552420808
+2010,Bahamas,Sugar,0.36083,0.0432281129617826
 2011,Bahamas,Ruminants,0.366711,0.574213754155179
 2011,Bahamas,Cereals,0.366711,0.0831908505607958
 2011,Bahamas,Monogastrics,0.366711,0.34087033113269
-2011,Bahamas,Oilcrops,0.366711,0.00801448552129606
-2011,Bahamas,Pulses,0.366711,0.00125984767296318
+2011,Bahamas,FruitVeg,0.366711,0.364788621012187
+2011,Bahamas,OilcropsPulses,0.366711,0.00927433319425924
 2011,Bahamas,Starchy Roots,0.366711,0.0332796125559364
+2011,Bahamas,Sugar,0.366711,0.043628361298134
 1961,Bangladesh,Ruminants,49.59361,0.0815321510170363
 1961,Bangladesh,Cereals,49.59361,0.274802882871402
 1961,Bangladesh,Monogastrics,49.59361,0.00199485578888087
-1961,Bangladesh,Oilcrops,49.59361,0.00396079252952144
-1961,Bangladesh,Pulses,49.59361,0.00470961884000782
+1961,Bangladesh,FruitVeg,49.59361,0.0382070996646544
+1961,Bangladesh,OilcropsPulses,49.59361,0.00867041136952926
 1961,Bangladesh,Starchy Roots,49.59361,0.0111031642987877
+1961,Bangladesh,Sugar,49.59361,0.0149353112225547
 1962,Bangladesh,Ruminants,51.030604,0.0813590174241324
 1962,Bangladesh,Cereals,51.030604,0.271447619941947
 1962,Bangladesh,Monogastrics,51.030604,0.00242605790047086
-1962,Bangladesh,Oilcrops,51.030604,0.00380912599035669
-1962,Bangladesh,Pulses,51.030604,0.00465467741671253
+1962,Bangladesh,FruitVeg,51.030604,0.0380442684942549
+1962,Bangladesh,OilcropsPulses,51.030604,0.00846380340706922
 1962,Bangladesh,Starchy Roots,51.030604,0.0109959505868283
+1962,Bangladesh,Sugar,51.030604,0.0157901913134322
 1963,Bangladesh,Ruminants,52.532595,0.0814614107679242
 1963,Bangladesh,Cereals,52.532595,0.276612130049924
 1963,Bangladesh,Monogastrics,52.532595,0.00274454364951893
-1963,Bangladesh,Oilcrops,52.532595,0.00407794436958616
-1963,Bangladesh,Pulses,52.532595,0.0043830882521604
+1963,Bangladesh,FruitVeg,52.532595,0.0375155653361499
+1963,Bangladesh,OilcropsPulses,52.532595,0.00846103262174656
 1963,Bangladesh,Starchy Roots,52.532595,0.0116006072039655
+1963,Bangladesh,Sugar,52.532595,0.0158460666182586
 1964,Bangladesh,Ruminants,54.12939,0.0819290943422788
 1964,Bangladesh,Cereals,54.12939,0.272133493468151
 1964,Bangladesh,Monogastrics,54.12939,0.00302460825810156
-1964,Bangladesh,Oilcrops,54.12939,0.00418264458550152
-1964,Bangladesh,Pulses,54.12939,0.00468704709216195
+1964,Bangladesh,FruitVeg,54.12939,0.038972099999649
+1964,Bangladesh,OilcropsPulses,54.12939,0.00886969167766347
 1964,Bangladesh,Starchy Roots,54.12939,0.0111017692976034
+1964,Bangladesh,Sugar,54.12939,0.0166605609263286
 1965,Bangladesh,Ruminants,55.83502,0.0796743173012206
 1965,Bangladesh,Cereals,55.83502,0.265072547659157
 1965,Bangladesh,Monogastrics,55.83502,0.00341090591531981
-1965,Bangladesh,Oilcrops,55.83502,0.00454100311954755
-1965,Bangladesh,Pulses,55.83502,0.0045132964938492
+1965,Bangladesh,FruitVeg,55.83502,0.0391810193674149
+1965,Bangladesh,OilcropsPulses,55.83502,0.00905429961339675
 1965,Bangladesh,Starchy Roots,55.83502,0.0125605041423823
+1965,Bangladesh,Sugar,55.83502,0.0178655259727676
 1966,Bangladesh,Ruminants,57.675529,0.077491840603664
 1966,Bangladesh,Cereals,57.675529,0.259647137350054
 1966,Bangladesh,Monogastrics,57.675529,0.0038885486425274
-1966,Bangladesh,Oilcrops,57.675529,0.00454645158087757
-1966,Bangladesh,Pulses,57.675529,0.0046845344062644
+1966,Bangladesh,FruitVeg,57.675529,0.0420887340279098
+1966,Bangladesh,OilcropsPulses,57.675529,0.00923098598714197
 1966,Bangladesh,Starchy Roots,57.675529,0.0136192942417572
+1966,Bangladesh,Sugar,57.675529,0.0207917295392297
 1967,Bangladesh,Ruminants,59.625294,0.0766568027320754
 1967,Bangladesh,Cereals,59.625294,0.236286365313352
 1967,Bangladesh,Monogastrics,59.625294,0.00409735841302518
-1967,Bangladesh,Oilcrops,59.625294,0.00414387893835794
-1967,Bangladesh,Pulses,59.625294,0.00439831793533798
+1967,Bangladesh,FruitVeg,59.625294,0.0436112902017724
+1967,Bangladesh,OilcropsPulses,59.625294,0.00854219687369592
 1967,Bangladesh,Starchy Roots,59.625294,0.0188926699464157
+1967,Bangladesh,Sugar,59.625294,0.021460103827748
 1968,Bangladesh,Ruminants,61.58552,0.0756748810434661
 1968,Bangladesh,Cereals,61.58552,0.253619438465405
 1968,Bangladesh,Monogastrics,61.58552,0.00429819054868742
-1968,Bangladesh,Oilcrops,61.58552,0.00420719026160695
-1968,Bangladesh,Pulses,61.58552,0.00436188571599298
+1968,Bangladesh,FruitVeg,61.58552,0.0444873405306962
+1968,Bangladesh,OilcropsPulses,61.58552,0.00856907597759993
 1968,Bangladesh,Starchy Roots,61.58552,0.020353323313662
+1968,Bangladesh,Sugar,61.58552,0.0203485169890585
 1969,Bangladesh,Ruminants,63.42257,0.0759811625419783
 1969,Bangladesh,Cereals,63.42257,0.257861688670137
 1969,Bangladesh,Monogastrics,63.42257,0.00448241690615817
-1969,Bangladesh,Oilcrops,63.42257,0.00426963145769716
-1969,Bangladesh,Pulses,63.42257,0.00495419848170769
+1969,Bangladesh,FruitVeg,63.42257,0.0409028993937016
+1969,Bangladesh,OilcropsPulses,63.42257,0.00922382993940485
 1969,Bangladesh,Starchy Roots,63.42257,0.0214793093373542
+1969,Bangladesh,Sugar,63.42257,0.0210968429693089
 1970,Bangladesh,Ruminants,65.048701,0.0762422511711648
 1970,Bangladesh,Cereals,65.048701,0.270109744389823
 1970,Bangladesh,Monogastrics,65.048701,0.00475813191104308
-1970,Bangladesh,Oilcrops,65.048701,0.00373773797573606
-1970,Bangladesh,Pulses,65.048701,0.00500185238134117
+1970,Bangladesh,FruitVeg,65.048701,0.037138005261627
+1970,Bangladesh,OilcropsPulses,65.048701,0.00873959035707723
 1970,Bangladesh,Starchy Roots,65.048701,0.0224407094616693
+1970,Bangladesh,Sugar,65.048701,0.0236920949428337
 1971,Bangladesh,Ruminants,66.41745,0.0744035505729293
 1971,Bangladesh,Cereals,66.41745,0.246383759087408
 1971,Bangladesh,Monogastrics,66.41745,0.00442873371380563
-1971,Bangladesh,Oilcrops,66.41745,0.00368732915822574
-1971,Bangladesh,Pulses,66.41745,0.00508781954140064
+1971,Bangladesh,FruitVeg,66.41745,0.0360725682783666
+1971,Bangladesh,OilcropsPulses,66.41745,0.00877514869962638
 1971,Bangladesh,Starchy Roots,66.41745,0.0218420911974187
+1971,Bangladesh,Sugar,66.41745,0.0221292295925243
 1972,Bangladesh,Ruminants,67.578486,0.0729301245369717
 1972,Bangladesh,Cereals,67.578486,0.227098887654867
 1972,Bangladesh,Monogastrics,67.578486,0.00414086370623929
-1972,Bangladesh,Oilcrops,67.578486,0.00348320913848233
-1972,Bangladesh,Pulses,67.578486,0.0055886425156077
+1972,Bangladesh,FruitVeg,67.578486,0.0318807231046875
+1972,Bangladesh,OilcropsPulses,67.578486,0.00907185165409003
 1972,Bangladesh,Starchy Roots,67.578486,0.0188263170027218
+1972,Bangladesh,Sugar,67.578486,0.01744885199115
 1973,Bangladesh,Ruminants,68.658472,0.0714463788241602
 1973,Bangladesh,Cereals,68.658472,0.237072651427489
 1973,Bangladesh,Monogastrics,68.658472,0.00388854124222281
-1973,Bangladesh,Oilcrops,68.658472,0.00359836146659366
-1973,Bangladesh,Pulses,68.658472,0.00594813703398468
+1973,Bangladesh,FruitVeg,68.658472,0.0304815114440648
+1973,Bangladesh,OilcropsPulses,68.658472,0.00954649850057834
 1973,Bangladesh,Starchy Roots,68.658472,0.0179003401066077
+1973,Bangladesh,Sugar,68.658472,0.0169310788040841
 1974,Bangladesh,Ruminants,69.83796,0.0715355087691565
 1974,Bangladesh,Cereals,69.83796,0.25160892443021
 1974,Bangladesh,Monogastrics,69.83796,0.00380551350583551
-1974,Bangladesh,Oilcrops,69.83796,0.00351167187586808
-1974,Bangladesh,Pulses,69.83796,0.00666406922538975
+1974,Bangladesh,FruitVeg,69.83796,0.0293773472191914
+1974,Bangladesh,OilcropsPulses,69.83796,0.0101757411012578
 1974,Bangladesh,Starchy Roots,69.83796,0.0163293143155957
+1974,Bangladesh,Sugar,69.83796,0.0171789525352688
 1975,Bangladesh,Ruminants,71.247153,0.0717474367010847
 1975,Bangladesh,Cereals,71.247153,0.23467247877259
 1975,Bangladesh,Monogastrics,71.247153,0.00372489410208433
-1975,Bangladesh,Oilcrops,71.247153,0.0035227933949866
-1975,Bangladesh,Pulses,71.247153,0.00710456458519823
+1975,Bangladesh,FruitVeg,71.247153,0.0302247024523212
+1975,Bangladesh,OilcropsPulses,71.247153,0.0106273579801848
 1975,Bangladesh,Starchy Roots,71.247153,0.0188528656015209
+1975,Bangladesh,Sugar,71.247153,0.0160406830571883
 1976,Bangladesh,Ruminants,72.930206,0.0737181491027188
 1976,Bangladesh,Cereals,72.930206,0.253572833730924
 1976,Bangladesh,Monogastrics,72.930206,0.00363009944055279
-1976,Bangladesh,Oilcrops,72.930206,0.00431376815252654
-1976,Bangladesh,Pulses,72.930206,0.00778091864981157
+1976,Bangladesh,FruitVeg,72.930206,0.0293524332016833
+1976,Bangladesh,OilcropsPulses,72.930206,0.0120946868023381
 1976,Bangladesh,Starchy Roots,72.930206,0.0198251599618408
+1976,Bangladesh,Sugar,72.930206,0.015754144448735
 1977,Bangladesh,Ruminants,74.848466,0.0734916143772405
 1977,Bangladesh,Cereals,74.848466,0.232295248375565
 1977,Bangladesh,Monogastrics,74.848466,0.00324991563621357
-1977,Bangladesh,Oilcrops,74.848466,0.00306077081125484
-1977,Bangladesh,Pulses,74.848466,0.00794589430864221
+1977,Bangladesh,FruitVeg,74.848466,0.0278941989272031
+1977,Bangladesh,OilcropsPulses,74.848466,0.011006665119897
 1977,Bangladesh,Starchy Roots,74.848466,0.0168879746981054
+1977,Bangladesh,Sugar,74.848466,0.0146766000521641
 1978,Bangladesh,Ruminants,76.948378,0.0808232072156219
 1978,Bangladesh,Cereals,76.948378,0.248794263083752
 1978,Bangladesh,Monogastrics,76.948378,0.00465691427569792
-1978,Bangladesh,Oilcrops,76.948378,0.00355026326870724
-1978,Bangladesh,Pulses,76.948378,0.00753962611141719
+1978,Bangladesh,FruitVeg,76.948378,0.0275095077377719
+1978,Bangladesh,OilcropsPulses,76.948378,0.0110898893801244
 1978,Bangladesh,Starchy Roots,76.948378,0.0187672571863698
+1978,Bangladesh,Sugar,76.948378,0.0139473115339741
 1979,Bangladesh,Ruminants,79.141947,0.0790345579948899
 1979,Bangladesh,Cereals,79.141947,0.257664421624603
 1979,Bangladesh,Monogastrics,79.141947,0.00482167692942909
-1979,Bangladesh,Oilcrops,79.141947,0.00384567238407718
-1979,Bangladesh,Pulses,79.141947,0.00677197137947592
+1979,Bangladesh,FruitVeg,79.141947,0.0266642037502565
+1979,Bangladesh,OilcropsPulses,79.141947,0.0106176437635531
 1979,Bangladesh,Starchy Roots,79.141947,0.0183391874349515
+1979,Bangladesh,Sugar,79.141947,0.0141599624785577
 1980,Bangladesh,Ruminants,81.364176,0.0555706617123487
 1980,Bangladesh,Cereals,81.364176,0.248964359941407
 1980,Bangladesh,Monogastrics,81.364176,0.00354774317385086
-1980,Bangladesh,Oilcrops,81.364176,0.00383187067487785
-1980,Bangladesh,Pulses,81.364176,0.00642716519368426
+1980,Bangladesh,FruitVeg,81.364176,0.0266941190432507
+1980,Bangladesh,OilcropsPulses,81.364176,0.0102590358685621
 1980,Bangladesh,Starchy Roots,81.364176,0.0177919825550744
+1980,Bangladesh,Sugar,81.364176,0.0137962682741358
 1981,Bangladesh,Ruminants,83.599582,0.0551745593656198
 1981,Bangladesh,Cereals,83.599582,0.247122706905401
 1981,Bangladesh,Monogastrics,83.599582,0.00366464392130573
-1981,Bangladesh,Oilcrops,83.599582,0.00367904949572595
-1981,Bangladesh,Pulses,83.599582,0.0060572910520055
+1981,Bangladesh,FruitVeg,83.599582,0.0260477977031034
+1981,Bangladesh,OilcropsPulses,83.599582,0.00973634054773145
 1981,Bangladesh,Starchy Roots,83.599582,0.0172279569531819
+1981,Bangladesh,Sugar,83.599582,0.0135072924168449
 1982,Bangladesh,Ruminants,85.868228,0.0539064169345616
 1982,Bangladesh,Cereals,85.868228,0.250354927552482
 1982,Bangladesh,Monogastrics,85.868228,0.00378330737184887
-1982,Bangladesh,Oilcrops,85.868228,0.00374339854783075
-1982,Bangladesh,Pulses,85.868228,0.0057721698880289
+1982,Bangladesh,FruitVeg,85.868228,0.0264074390821248
+1982,Bangladesh,OilcropsPulses,85.868228,0.00951556843585965
 1982,Bangladesh,Starchy Roots,85.868228,0.017660280587134
+1982,Bangladesh,Sugar,85.868228,0.0133372031387442
 1983,Bangladesh,Ruminants,88.181211,0.0540449019236082
 1983,Bangladesh,Cereals,88.181211,0.252442586663955
 1983,Bangladesh,Monogastrics,88.181211,0.0039028745023699
-1983,Bangladesh,Oilcrops,88.181211,0.00399156459758757
-1983,Bangladesh,Pulses,88.181211,0.00552853600524946
+1983,Bangladesh,FruitVeg,88.181211,0.025827871653974
+1983,Bangladesh,OilcropsPulses,88.181211,0.00952010060283704
 1983,Bangladesh,Starchy Roots,88.181211,0.0176884733415603
+1983,Bangladesh,Sugar,88.181211,0.0126195136966309
 1984,Bangladesh,Ruminants,90.55954,0.0539022967652
 1984,Bangladesh,Cereals,90.55954,0.250297417588473
 1984,Bangladesh,Monogastrics,90.55954,0.00343046353813193
-1984,Bangladesh,Oilcrops,90.55954,0.00385922896693159
-1984,Bangladesh,Pulses,90.55954,0.00554886873321132
+1984,Bangladesh,FruitVeg,90.55954,0.0252659852291653
+1984,Bangladesh,OilcropsPulses,90.55954,0.00940809770014291
 1984,Bangladesh,Starchy Roots,90.55954,0.0173909121004811
+1984,Bangladesh,Sugar,90.55954,0.0124206682145249
 1985,Bangladesh,Ruminants,93.015182,0.0595299872659498
 1985,Bangladesh,Cereals,93.015182,0.25219128206404
 1985,Bangladesh,Monogastrics,93.015182,0.00372438340227082
-1985,Bangladesh,Oilcrops,93.015182,0.003818795946666
-1985,Bangladesh,Pulses,93.015182,0.00542051296529205
+1985,Bangladesh,FruitVeg,93.015182,0.0247661397899539
+1985,Bangladesh,OilcropsPulses,93.015182,0.00923930891195805
 1985,Bangladesh,Starchy Roots,93.015182,0.0168254898431527
+1985,Bangladesh,Sugar,93.015182,0.0112322523864975
 1986,Bangladesh,Ruminants,95.550798,0.0585700351764723
 1986,Bangladesh,Cereals,95.550798,0.256127060288916
 1986,Bangladesh,Monogastrics,95.550798,0.00382233333100996
-1986,Bangladesh,Oilcrops,95.550798,0.00351825423791856
-1986,Bangladesh,Pulses,95.550798,0.00503249590861606
+1986,Bangladesh,FruitVeg,95.550798,0.0247643562327967
+1986,Bangladesh,OilcropsPulses,95.550798,0.00855075014653462
 1986,Bangladesh,Starchy Roots,95.550798,0.0151736252375412
+1986,Bangladesh,Sugar,95.550798,0.0118714236169959
 1987,Bangladesh,Ruminants,98.149262,0.0585185907969435
 1987,Bangladesh,Cereals,98.149262,0.263293767812538
 1987,Bangladesh,Monogastrics,98.149262,0.00375006181910976
-1987,Bangladesh,Oilcrops,98.149262,0.00428318044816272
-1987,Bangladesh,Pulses,98.149262,0.00489245655255156
+1987,Bangladesh,FruitVeg,98.149262,0.0237171319739521
+1987,Bangladesh,OilcropsPulses,98.149262,0.00917563700071428
 1987,Bangladesh,Starchy Roots,98.149262,0.013717953375951
+1987,Bangladesh,Sugar,98.149262,0.011482388935334
 1988,Bangladesh,Ruminants,100.779551,0.0570895885416279
 1988,Bangladesh,Cereals,100.779551,0.25727866162055
 1988,Bangladesh,Monogastrics,100.779551,0.00403184669874149
-1988,Bangladesh,Oilcrops,100.779551,0.00528919800406731
-1988,Bangladesh,Pulses,100.779551,0.00529653084086473
+1988,Bangladesh,FruitVeg,100.779551,0.0230449528396887
+1988,Bangladesh,OilcropsPulses,100.779551,0.010585728844932
 1988,Bangladesh,Starchy Roots,100.779551,0.0154915653474185
+1988,Bangladesh,Sugar,100.779551,0.0110496622474534
 1989,Bangladesh,Ruminants,103.400571,0.0577207605555679
 1989,Bangladesh,Cereals,103.400571,0.254650208846526
 1989,Bangladesh,Monogastrics,103.400571,0.00380888709018831
-1989,Bangladesh,Oilcrops,103.400571,0.00587140858245357
-1989,Bangladesh,Pulses,103.400571,0.00494065937024661
+1989,Bangladesh,FruitVeg,103.400571,0.0234115728432486
+1989,Bangladesh,OilcropsPulses,103.400571,0.0108120679527002
 1989,Bangladesh,Starchy Roots,103.400571,0.0132508262454373
+1989,Bangladesh,Sugar,103.400571,0.0105597095783929
 1990,Bangladesh,Ruminants,105.983136,0.0577892977237435
 1990,Bangladesh,Cereals,105.983136,0.264000095260438
 1990,Bangladesh,Monogastrics,105.983136,0.00426821772852617
-1990,Bangladesh,Oilcrops,105.983136,0.00549028856817371
-1990,Bangladesh,Pulses,105.983136,0.00616080090326823
+1990,Bangladesh,FruitVeg,105.983136,0.0240074703960449
+1990,Bangladesh,OilcropsPulses,105.983136,0.0116510894714419
 1990,Bangladesh,Starchy Roots,105.983136,0.0125467602694829
+1990,Bangladesh,Sugar,105.983136,0.0101993679447266
 1991,Bangladesh,Ruminants,108.509679,0.0573409778495428
 1991,Bangladesh,Cereals,108.509679,0.264575669788867
 1991,Bangladesh,Monogastrics,108.509679,0.00431023208537922
-1991,Bangladesh,Oilcrops,108.509679,0.00757259635797098
-1991,Bangladesh,Pulses,108.509679,0.0053127979486512
+1991,Bangladesh,FruitVeg,108.509679,0.0233808543475647
+1991,Bangladesh,OilcropsPulses,108.509679,0.0128853943066222
 1991,Bangladesh,Starchy Roots,108.509679,0.0132134111280525
+1991,Bangladesh,Sugar,108.509679,0.00935146992739698
 1992,Bangladesh,Ruminants,110.987459,0.0574994684759834
 1992,Bangladesh,Cereals,110.987459,0.260167754628926
 1992,Bangladesh,Monogastrics,110.987459,0.00444323533886833
-1992,Bangladesh,Oilcrops,110.987459,0.00858457350573275
-1992,Bangladesh,Pulses,110.987459,0.00477526023908701
+1992,Bangladesh,FruitVeg,110.987459,0.0236228311164417
+1992,Bangladesh,OilcropsPulses,110.987459,0.0133598337448198
 1992,Bangladesh,Starchy Roots,110.987459,0.0139923376387957
+1992,Bangladesh,Sugar,110.987459,0.00927861588398019
 1993,Bangladesh,Ruminants,113.442354,0.0583218116224915
 1993,Bangladesh,Cereals,113.442354,0.248325506362465
 1993,Bangladesh,Monogastrics,113.442354,0.00470102462789162
-1993,Bangladesh,Oilcrops,113.442354,0.00894772511508356
-1993,Bangladesh,Pulses,113.442354,0.00471378617548786
+1993,Bangladesh,FruitVeg,113.442354,0.02286666230498
+1993,Bangladesh,OilcropsPulses,113.442354,0.0136615112905714
 1993,Bangladesh,Starchy Roots,113.442354,0.013426863479931
+1993,Bangladesh,Sugar,113.442354,0.0095902012047458
 1994,Bangladesh,Ruminants,115.91371,0.0587547426443343
 1994,Bangladesh,Cereals,115.91371,0.247718790124136
 1994,Bangladesh,Monogastrics,115.91371,0.00494469032179196
-1994,Bangladesh,Oilcrops,115.91371,0.00714011310655142
-1994,Bangladesh,Pulses,115.91371,0.00514924420933468
+1994,Bangladesh,FruitVeg,115.91371,0.0227859499967691
+1994,Bangladesh,OilcropsPulses,115.91371,0.0122893573158861
 1994,Bangladesh,Starchy Roots,115.91371,0.0135101447447416
+1994,Bangladesh,Sugar,115.91371,0.00930089287971199
 1995,Bangladesh,Ruminants,118.427768,0.059026688740769
 1995,Bangladesh,Cereals,118.427768,0.252508229320002
 1995,Bangladesh,Monogastrics,118.427768,0.00522026641589665
-1995,Bangladesh,Oilcrops,118.427768,0.0089576795874427
-1995,Bangladesh,Pulses,118.427768,0.00427768764501244
+1995,Bangladesh,FruitVeg,118.427768,0.0228040099514499
+1995,Bangladesh,OilcropsPulses,118.427768,0.0132353672324551
 1995,Bangladesh,Starchy Roots,118.427768,0.0135248601493528
+1995,Bangladesh,Sugar,118.427768,0.00908000731720284
 1996,Bangladesh,Ruminants,120.987124,0.0610451009646283
 1996,Bangladesh,Cereals,120.987124,0.252724603983478
 1996,Bangladesh,Monogastrics,120.987124,0.00534623667887171
-1996,Bangladesh,Oilcrops,120.987124,0.00695147526607873
-1996,Bangladesh,Pulses,120.987124,0.00432041842733612
+1996,Bangladesh,FruitVeg,120.987124,0.0225819236764402
+1996,Bangladesh,OilcropsPulses,120.987124,0.0112718936934148
 1996,Bangladesh,Starchy Roots,120.987124,0.0133741835205538
+1996,Bangladesh,Sugar,120.987124,0.00890015370561251
 1997,Bangladesh,Ruminants,123.574107,0.0640155764993714
 1997,Bangladesh,Cereals,123.574107,0.250204146731159
 1997,Bangladesh,Monogastrics,123.574107,0.00574668931251108
-1997,Bangladesh,Oilcrops,123.574107,0.0101837029661885
-1997,Bangladesh,Pulses,123.574107,0.0047264755876407
+1997,Bangladesh,FruitVeg,123.574107,0.0228082570728187
+1997,Bangladesh,OilcropsPulses,123.574107,0.0149101785538292
 1997,Bangladesh,Starchy Roots,123.574107,0.0130530338366111
+1997,Bangladesh,Sugar,123.574107,0.0102076481119139
 1998,Bangladesh,Ruminants,126.169583,0.0615602795485184
 1998,Bangladesh,Cereals,126.169583,0.254663447686912
 1998,Bangladesh,Monogastrics,126.169583,0.00571308696486696
-1998,Bangladesh,Oilcrops,126.169583,0.0105258095368358
-1998,Bangladesh,Pulses,126.169583,0.00445369626053214
+1998,Bangladesh,FruitVeg,126.169583,0.0223921719706405
+1998,Bangladesh,OilcropsPulses,126.169583,0.014979505797368
 1998,Bangladesh,Starchy Roots,126.169583,0.0122327978210089
+1998,Bangladesh,Sugar,126.169583,0.00953361318472456
 1999,Bangladesh,Ruminants,128.746273,0.0636942259291653
 1999,Bangladesh,Cereals,128.746273,0.276875377976961
 1999,Bangladesh,Monogastrics,128.746273,0.00561107660180578
-1999,Bangladesh,Oilcrops,128.746273,0.00731248352330945
-1999,Bangladesh,Pulses,128.746273,0.00437450333028281
+1999,Bangladesh,FruitVeg,128.746273,0.0229971627994233
+1999,Bangladesh,OilcropsPulses,128.746273,0.0116869868535923
 1999,Bangladesh,Starchy Roots,128.746273,0.0202892708202901
+1999,Bangladesh,Sugar,128.746273,0.00878230471184203
 2000,Bangladesh,Ruminants,131.280739,0.0626414869587229
 2000,Bangladesh,Cereals,131.280739,0.272499882865528
 2000,Bangladesh,Monogastrics,131.280739,0.00585890973694168
-2000,Bangladesh,Oilcrops,131.280739,0.0092994753784864
-2000,Bangladesh,Pulses,131.280739,0.00403596905407426
+2000,Bangladesh,FruitVeg,131.280739,0.0228405630775738
+2000,Bangladesh,OilcropsPulses,131.280739,0.0133354444325607
 2000,Bangladesh,Starchy Roots,131.280739,0.0210440162132238
+2000,Bangladesh,Sugar,131.280739,0.00823645576827534
 2001,Bangladesh,Ruminants,133.776064,0.0618804609171339
 2001,Bangladesh,Cereals,133.776064,0.280560070895792
 2001,Bangladesh,Monogastrics,133.776064,0.00613848976749682
-2001,Bangladesh,Oilcrops,133.776064,0.00745626661582748
-2001,Bangladesh,Pulses,133.776064,0.00511633381589101
+2001,Bangladesh,FruitVeg,133.776064,0.0230421116291775
+2001,Bangladesh,OilcropsPulses,133.776064,0.0125726004317185
 2001,Bangladesh,Starchy Roots,133.776064,0.0224651698528072
+2001,Bangladesh,Sugar,133.776064,0.00974743134915376
 2002,Bangladesh,Ruminants,136.228456,0.0636811893397661
 2002,Bangladesh,Cereals,136.228456,0.28360976211901
 2002,Bangladesh,Monogastrics,136.228456,0.00639495172726614
-2002,Bangladesh,Oilcrops,136.228456,0.00568836367050949
-2002,Bangladesh,Pulses,136.228456,0.00521666339666949
+2002,Bangladesh,FruitVeg,136.228456,0.0234040823306402
+2002,Bangladesh,OilcropsPulses,136.228456,0.010905027067179
 2002,Bangladesh,Starchy Roots,136.228456,0.0205637873485111
+2002,Bangladesh,Sugar,136.228456,0.00815240099322567
 2003,Bangladesh,Ruminants,138.600174,0.0638557445101043
 2003,Bangladesh,Cereals,138.600174,0.286700578023805
 2003,Bangladesh,Monogastrics,138.600174,0.00669465176861899
-2003,Bangladesh,Oilcrops,138.600174,0.00573829726938149
-2003,Bangladesh,Pulses,138.600174,0.00458923666286306
+2003,Bangladesh,FruitVeg,138.600174,0.0259267423430507
+2003,Bangladesh,OilcropsPulses,138.600174,0.0103275339322446
 2003,Bangladesh,Starchy Roots,138.600174,0.0225447480318459
+2003,Bangladesh,Sugar,138.600174,0.00773220530011744
 2004,Bangladesh,Ruminants,140.843786,0.0650677467588098
 2004,Bangladesh,Cereals,140.843786,0.28416376850307
 2004,Bangladesh,Monogastrics,140.843786,0.0067309934426216
-2004,Bangladesh,Oilcrops,140.843786,0.00586886382051672
-2004,Bangladesh,Pulses,140.843786,0.00499429914501162
+2004,Bangladesh,FruitVeg,140.843786,0.0294678034286866
+2004,Bangladesh,OilcropsPulses,140.843786,0.0108631629655283
 2004,Bangladesh,Starchy Roots,140.843786,0.0249740872486913
+2004,Bangladesh,Sugar,140.843786,0.00951775039617296
 2005,Bangladesh,Ruminants,142.929979,0.0659783494406027
 2005,Bangladesh,Cereals,142.929979,0.275097290820983
 2005,Bangladesh,Monogastrics,142.929979,0.00737346431709753
-2005,Bangladesh,Oilcrops,142.929979,0.00593177166841954
-2005,Bangladesh,Pulses,142.929979,0.00441011049193536
+2005,Bangladesh,FruitVeg,142.929979,0.0363456780470107
+2005,Bangladesh,OilcropsPulses,142.929979,0.0103418821603549
 2005,Bangladesh,Starchy Roots,142.929979,0.0302077704775987
+2005,Bangladesh,Sugar,142.929979,0.0120091530972659
 2006,Bangladesh,Ruminants,144.839238,0.0656577632643994
 2006,Bangladesh,Cereals,144.839238,0.275163164003942
 2006,Bangladesh,Monogastrics,144.839238,0.0073812242784652
-2006,Bangladesh,Oilcrops,144.839238,0.00669424952373748
-2006,Bangladesh,Pulses,144.839238,0.00351714774970026
+2006,Bangladesh,FruitVeg,144.839238,0.0396540335292292
+2006,Bangladesh,OilcropsPulses,144.839238,0.0102113972734377
 2006,Bangladesh,Starchy Roots,144.839238,0.0330629811791747
+2006,Bangladesh,Sugar,144.839238,0.0109417311350395
 2007,Bangladesh,Ruminants,146.592687,0.0666741868235214
 2007,Bangladesh,Cereals,146.592687,0.280058888612909
 2007,Bangladesh,Monogastrics,146.592687,0.00747857497147862
-2007,Bangladesh,Oilcrops,146.592687,0.00620932748166353
-2007,Bangladesh,Pulses,146.592687,0.00515627358682633
+2007,Bangladesh,FruitVeg,146.592687,0.0439669203962405
+2007,Bangladesh,OilcropsPulses,146.592687,0.0113656010684899
 2007,Bangladesh,Starchy Roots,146.592687,0.0310186687552838
+2007,Bangladesh,Sugar,146.592687,0.0102700348210412
 2008,Bangladesh,Ruminants,148.252473,0.0672001552378826
 2008,Bangladesh,Cereals,148.252473,0.277289890469483
 2008,Bangladesh,Monogastrics,148.252473,0.00760053021172874
-2008,Bangladesh,Oilcrops,148.252473,0.0054040717418589
-2008,Bangladesh,Pulses,148.252473,0.00280276606245887
+2008,Bangladesh,FruitVeg,148.252473,0.0496061269750286
+2008,Bangladesh,OilcropsPulses,148.252473,0.00820683780431777
 2008,Bangladesh,Starchy Roots,148.252473,0.0397455292364668
+2008,Bangladesh,Sugar,148.252473,0.00979768479140311
 2009,Bangladesh,Ruminants,149.905836,0.0693926205781608
 2009,Bangladesh,Cereals,149.905836,0.276294600031449
 2009,Bangladesh,Monogastrics,149.905836,0.00706600842411499
-2009,Bangladesh,Oilcrops,149.905836,0.0061002828468933
-2009,Bangladesh,Pulses,149.905836,0.00664452450003347
+2009,Bangladesh,FruitVeg,149.905836,0.0504286304103597
+2009,Bangladesh,OilcropsPulses,149.905836,0.0127448073469268
 2009,Bangladesh,Starchy Roots,149.905836,0.0308266317263325
+2009,Bangladesh,Sugar,149.905836,0.00988519219491895
 2010,Bangladesh,Ruminants,151.616777,0.0706801767722579
 2010,Bangladesh,Cereals,151.616777,0.275731596642501
 2010,Bangladesh,Monogastrics,151.616777,0.00773810209670926
-2010,Bangladesh,Oilcrops,151.616777,0.00564425004232876
-2010,Bangladesh,Pulses,151.616777,0.00639049991149726
+2010,Bangladesh,FruitVeg,151.616777,0.0513066703693352
+2010,Bangladesh,OilcropsPulses,151.616777,0.012034749953826
 2010,Bangladesh,Starchy Roots,151.616777,0.0459985770572079
+2010,Bangladesh,Sugar,151.616777,0.00959312701918205
 2011,Bangladesh,Ruminants,153.405612,0.071384651169085
 2011,Bangladesh,Cereals,153.405612,0.275628723413326
 2011,Bangladesh,Monogastrics,153.405612,0.00800204558357357
-2011,Bangladesh,Oilcrops,153.405612,0.0056225126887796
-2011,Bangladesh,Pulses,153.405612,0.00386306597440516
+2011,Bangladesh,FruitVeg,153.405612,0.0494004352330996
+2011,Bangladesh,OilcropsPulses,153.405612,0.00948557866318476
 2011,Bangladesh,Starchy Roots,153.405612,0.0476387460975026
+2011,Bangladesh,Sugar,153.405612,0.00967732523370788
 2012,Bangladesh,Ruminants,155.257387,0.0715224899411711
 2012,Bangladesh,Cereals,155.257387,0.27533846747015
 2012,Bangladesh,Monogastrics,155.257387,0.00877426012586441
-2012,Bangladesh,Oilcrops,155.257387,0.00531219812426703
-2012,Bangladesh,Pulses,155.257387,0.00444845822376233
+2012,Bangladesh,FruitVeg,155.257387,0.0497604085015291
+2012,Bangladesh,OilcropsPulses,155.257387,0.00976065634802935
 2012,Bangladesh,Starchy Roots,155.257387,0.0461833548699361
+2012,Bangladesh,Sugar,155.257387,0.00944912849782793
 2013,Bangladesh,Ruminants,157.157394,0.0716991953938865
 2013,Bangladesh,Cereals,157.157394,0.274823423198275
 2013,Bangladesh,Monogastrics,157.157394,0.0093830055492012
-2013,Bangladesh,Oilcrops,157.157394,0.00472110144559918
-2013,Bangladesh,Pulses,157.157394,0.00654546995097157
+2013,Bangladesh,FruitVeg,157.157394,0.0504925781602105
+2013,Bangladesh,OilcropsPulses,157.157394,0.0112665713965708
 2013,Bangladesh,Starchy Roots,157.157394,0.0478727141530484
+2013,Bangladesh,Sugar,157.157394,0.00937049770626764
 1961,Barbados,Ruminants,0.231674,0.408234415601233
 1961,Barbados,Cereals,0.231674,0.120363096419969
 1961,Barbados,Monogastrics,0.231674,0.152718043457617
-1961,Barbados,Oilcrops,0.231674,0.0822707770401512
-1961,Barbados,Pulses,0.231674,0.00732926439738598
+1961,Barbados,FruitVeg,0.231674,0.050458834396609
+1961,Barbados,OilcropsPulses,0.231674,0.0896000414375372
 1961,Barbados,Starchy Roots,0.231674,0.111682795652512
+1961,Barbados,Sugar,0.231674,0.0523580548529399
 1962,Barbados,Ruminants,0.232584,0.399901540948646
 1962,Barbados,Cereals,0.232584,0.121177725036976
 1962,Barbados,Monogastrics,0.232584,0.15853068138823
-1962,Barbados,Oilcrops,0.232584,0.0673348123688646
-1962,Barbados,Pulses,0.232584,0.00738227909056513
+1962,Barbados,FruitVeg,0.232584,0.0498486568293606
+1962,Barbados,OilcropsPulses,0.232584,0.0747170914594297
 1962,Barbados,Starchy Roots,0.232584,0.124264781756269
+1962,Barbados,Sugar,0.232584,0.0526347470161318
 1963,Barbados,Ruminants,0.233587,0.491844580391888
 1963,Barbados,Cereals,0.233587,0.122117241113589
 1963,Barbados,Monogastrics,0.233587,0.166758424056133
-1963,Barbados,Oilcrops,0.233587,0.073330279510418
-1963,Barbados,Pulses,0.233587,0.00709371668800062
+1963,Barbados,FruitVeg,0.233587,0.0504951046077051
+1963,Barbados,OilcropsPulses,0.233587,0.0804239961984186
 1963,Barbados,Starchy Roots,0.233587,0.112463450448869
+1963,Barbados,Sugar,0.233587,0.0530294922234542
 1964,Barbados,Ruminants,0.234547,0.546539925899713
 1964,Barbados,Cereals,0.234547,0.115537610798689
 1964,Barbados,Monogastrics,0.234547,0.172970023065739
-1964,Barbados,Oilcrops,0.234547,0.0666732040912909
-1964,Barbados,Pulses,0.234547,0.00805808643896532
+1964,Barbados,FruitVeg,0.234547,0.0540446051324468
+1964,Barbados,OilcropsPulses,0.234547,0.0747312905302562
 1964,Barbados,Starchy Roots,0.234547,0.104358614691299
+1964,Barbados,Sugar,0.234547,0.0527825979441221
 1965,Barbados,Ruminants,0.235373,0.657761085596054
 1965,Barbados,Cereals,0.235373,0.117974449065951
 1965,Barbados,Monogastrics,0.235373,0.185160999774826
-1965,Barbados,Oilcrops,0.235373,0.06139191835937
-1965,Barbados,Pulses,0.235373,0.00712486139021893
+1965,Barbados,FruitVeg,0.235373,0.0527885526377282
+1965,Barbados,OilcropsPulses,0.235373,0.068516779749589
 1965,Barbados,Starchy Roots,0.235373,0.0872954841889257
+1965,Barbados,Sugar,0.235373,0.0525973667328028
 1966,Barbados,Ruminants,0.236043,0.513776727121753
 1966,Barbados,Cereals,0.236043,0.119262168333736
 1966,Barbados,Monogastrics,0.236043,0.175257474273755
-1966,Barbados,Oilcrops,0.236043,0.0663014789678152
-1966,Barbados,Pulses,0.236043,0.00729951746080163
+1966,Barbados,FruitVeg,0.236043,0.0637383866498901
+1966,Barbados,OilcropsPulses,0.236043,0.0736009964286168
 1966,Barbados,Starchy Roots,0.236043,0.0848574200463475
+1966,Barbados,Sugar,0.236043,0.0529861084632885
 1967,Barbados,Ruminants,0.23662,0.569612036176147
 1967,Barbados,Cereals,0.23662,0.144603161186713
 1967,Barbados,Monogastrics,0.23662,0.19122136759361
-1967,Barbados,Oilcrops,0.23662,0.0483391091201082
-1967,Barbados,Pulses,0.23662,0.00736201504522018
+1967,Barbados,FruitVeg,0.23662,0.0715324148423633
+1967,Barbados,OilcropsPulses,0.23662,0.0557011241653284
 1967,Barbados,Starchy Roots,0.23662,0.0908503085115375
+1967,Barbados,Sugar,0.23662,0.0524216042599949
 1968,Barbados,Ruminants,0.237199,0.585557696280338
 1968,Barbados,Cereals,0.237199,0.122175894502085
 1968,Barbados,Monogastrics,0.237199,0.204718822592001
-1968,Barbados,Oilcrops,0.237199,0.0438914160683645
-1968,Barbados,Pulses,0.237199,0.00853291961601862
+1968,Barbados,FruitVeg,0.237199,0.0747178529420444
+1968,Barbados,OilcropsPulses,0.237199,0.0524243356843832
 1968,Barbados,Starchy Roots,0.237199,0.102074629319685
+1968,Barbados,Sugar,0.237199,0.052213542215608
 1969,Barbados,Ruminants,0.237911,0.661709210587152
 1969,Barbados,Cereals,0.237911,0.119309321553018
 1969,Barbados,Monogastrics,0.237911,0.218459423902216
-1969,Barbados,Oilcrops,0.237911,0.0114706760090958
-1969,Barbados,Pulses,0.237911,0.00817952931978765
+1969,Barbados,FruitVeg,0.237911,0.0692653975646355
+1969,Barbados,OilcropsPulses,0.237911,0.0196502053288835
 1969,Barbados,Starchy Roots,0.237911,0.0863726351450753
+1969,Barbados,Sugar,0.237911,0.0505735338004548
 1970,Barbados,Ruminants,0.238847,0.667756764790849
 1970,Barbados,Cereals,0.238847,0.121948360247355
 1970,Barbados,Monogastrics,0.238847,0.246028210528079
-1970,Barbados,Oilcrops,0.238847,0.0089973916356496
-1970,Barbados,Pulses,0.238847,0.00949561853404062
+1970,Barbados,FruitVeg,0.238847,0.0872022675604048
+1970,Barbados,OilcropsPulses,0.238847,0.0184930101696902
 1970,Barbados,Starchy Roots,0.238847,0.101035390856908
+1970,Barbados,Sugar,0.238847,0.0521798473499772
 1971,Barbados,Ruminants,0.240038,0.749185962222648
 1971,Barbados,Cereals,0.240038,0.122605587448654
 1971,Barbados,Monogastrics,0.240038,0.27439405427474
-1971,Barbados,Oilcrops,0.240038,0.00968596638865513
-1971,Barbados,Pulses,0.240038,0.00930685974720669
+1971,Barbados,FruitVeg,0.240038,0.0888484323315475
+1971,Barbados,OilcropsPulses,0.240038,0.0189928261358618
 1971,Barbados,Starchy Roots,0.240038,0.106833084761579
+1971,Barbados,Sugar,0.240038,0.0588323515443388
 1972,Barbados,Ruminants,0.241441,0.753229153292109
 1972,Barbados,Cereals,0.241441,0.115705286177575
 1972,Barbados,Monogastrics,0.241441,0.284465355925464
-1972,Barbados,Oilcrops,0.241441,0.00761676765752296
-1972,Barbados,Pulses,0.241441,0.008697777096682
+1972,Barbados,FruitVeg,0.241441,0.0966323035441371
+1972,Barbados,OilcropsPulses,0.241441,0.016314544754205
 1972,Barbados,Starchy Roots,0.241441,0.0984588367344403
+1972,Barbados,Sugar,0.241441,0.0522363641635016
 1973,Barbados,Ruminants,0.24298,0.68677792410898
 1973,Barbados,Cereals,0.24298,0.124701621532636
 1973,Barbados,Monogastrics,0.24298,0.253142645485225
-1973,Barbados,Oilcrops,0.24298,0.0076796444151782
-1973,Barbados,Pulses,0.24298,0.00782368919252613
+1973,Barbados,FruitVeg,0.24298,0.0762819985183966
+1973,Barbados,OilcropsPulses,0.24298,0.0155033336077043
 1973,Barbados,Starchy Roots,0.24298,0.0787019507778418
+1973,Barbados,Sugar,0.24298,0.0572557412132686
 1974,Barbados,Ruminants,0.244539,0.620509203031009
 1974,Barbados,Cereals,0.244539,0.118193825933696
 1974,Barbados,Monogastrics,0.244539,0.283051783151154
-1974,Barbados,Oilcrops,0.244539,0.00720948396779246
-1974,Barbados,Pulses,0.244539,0.00751618351265033
+1974,Barbados,FruitVeg,0.244539,0.0738409824199821
+1974,Barbados,OilcropsPulses,0.244539,0.0147256674804428
 1974,Barbados,Starchy Roots,0.244539,0.0504091371928404
+1974,Barbados,Sugar,0.244539,0.0592829773573949
 1975,Barbados,Ruminants,0.246033,0.637466518719034
 1975,Barbados,Cereals,0.246033,0.118797071937504
 1975,Barbados,Monogastrics,0.246033,0.270019875382571
-1975,Barbados,Oilcrops,0.246033,0.00722260834928648
-1975,Barbados,Pulses,0.246033,0.00803144293651665
+1975,Barbados,FruitVeg,0.246033,0.0806761694569428
+1975,Barbados,OilcropsPulses,0.246033,0.0152540512858031
 1975,Barbados,Starchy Roots,0.246033,0.0657797937675027
+1975,Barbados,Sugar,0.246033,0.0602439510147013
 1976,Barbados,Ruminants,0.247444,0.788747352936422
 1976,Barbados,Cereals,0.247444,0.119404794620197
 1976,Barbados,Monogastrics,0.247444,0.281059957000372
-1976,Barbados,Oilcrops,0.247444,0.0095294288808781
-1976,Barbados,Pulses,0.247444,0.0082644962092433
+1976,Barbados,FruitVeg,0.247444,0.0835704240151307
+1976,Barbados,OilcropsPulses,0.247444,0.0177939250901214
 1976,Barbados,Starchy Roots,0.247444,0.0576413249058373
+1976,Barbados,Sugar,0.247444,0.0611734372221594
 1977,Barbados,Ruminants,0.248785,0.79984243423036
 1977,Barbados,Cereals,0.248785,0.117623650943586
 1977,Barbados,Monogastrics,0.248785,0.271608818859658
-1977,Barbados,Oilcrops,0.248785,0.00761701871093514
-1977,Barbados,Pulses,0.248785,0.00892738710131238
+1977,Barbados,FruitVeg,0.248785,0.0833129006973893
+1977,Barbados,OilcropsPulses,0.248785,0.0165444058122475
 1977,Barbados,Starchy Roots,0.248785,0.0680627851357598
+1977,Barbados,Sugar,0.248785,0.0610607552706152
 1978,Barbados,Ruminants,0.250035,0.797583938248645
 1978,Barbados,Cereals,0.250035,0.120583118363429
 1978,Barbados,Monogastrics,0.250035,0.286554682344472
-1978,Barbados,Oilcrops,0.250035,0.00883076369308297
-1978,Barbados,Pulses,0.250035,0.00790289359489671
+1978,Barbados,FruitVeg,0.250035,0.0996060551522787
+1978,Barbados,OilcropsPulses,0.250035,0.0167336572879797
 1978,Barbados,Starchy Roots,0.250035,0.0773091767152599
+1978,Barbados,Sugar,0.250035,0.0620793088967544
 1979,Barbados,Ruminants,0.251176,0.669033665636844
 1979,Barbados,Cereals,0.251176,0.11121683600344
 1979,Barbados,Monogastrics,0.251176,0.277243844953339
-1979,Barbados,Oilcrops,0.251176,0.0129470968563876
-1979,Barbados,Pulses,0.251176,0.00783116221295028
+1979,Barbados,FruitVeg,0.251176,0.100678408765169
+1979,Barbados,OilcropsPulses,0.251176,0.0207782590693378
 1979,Barbados,Starchy Roots,0.251176,0.0575453068764532
+1979,Barbados,Sugar,0.251176,0.0639193235022454
 1980,Barbados,Ruminants,0.252197,0.564361590344056
 1980,Barbados,Cereals,0.252197,0.121198904031372
 1980,Barbados,Monogastrics,0.252197,0.301457194177568
-1980,Barbados,Oilcrops,0.252197,0.0140168201842211
-1980,Barbados,Pulses,0.252197,0.00758534003180054
+1980,Barbados,FruitVeg,0.252197,0.112388331344148
+1980,Barbados,OilcropsPulses,0.252197,0.0216021602160216
 1980,Barbados,Starchy Roots,0.252197,0.0788193356780612
+1980,Barbados,Sugar,0.252197,0.0642751499819585
 1981,Barbados,Ruminants,0.25308,0.765548443180022
 1981,Barbados,Cereals,0.25308,0.119179706021811
 1981,Barbados,Monogastrics,0.25308,0.318428165007112
-1981,Barbados,Oilcrops,0.25308,0.01180259206575
-1981,Barbados,Pulses,0.25308,0.00822269638059112
+1981,Barbados,FruitVeg,0.25308,0.120195195195195
+1981,Barbados,OilcropsPulses,0.25308,0.0200252884463411
 1981,Barbados,Starchy Roots,0.25308,0.0554725778409989
+1981,Barbados,Sugar,0.25308,0.0687529634898056
 1982,Barbados,Ruminants,0.253836,0.822659118485952
 1982,Barbados,Cereals,0.253836,0.105532706156731
 1982,Barbados,Monogastrics,0.253836,0.306060212105454
-1982,Barbados,Oilcrops,0.253836,0.0144463354291747
-1982,Barbados,Pulses,0.253836,0.00797759183094596
+1982,Barbados,FruitVeg,0.253836,0.115093997699302
+1982,Barbados,OilcropsPulses,0.253836,0.0224239272601207
 1982,Barbados,Starchy Roots,0.253836,0.0652429127468129
+1982,Barbados,Sugar,0.253836,0.0639231629871256
 1983,Barbados,Ruminants,0.254515,0.864044948234878
 1983,Barbados,Cereals,0.254515,0.115828143724338
 1983,Barbados,Monogastrics,0.254515,0.272469991945465
-1983,Barbados,Oilcrops,0.254515,0.00919788617566744
-1983,Barbados,Pulses,0.254515,0.00812132880183879
+1983,Barbados,FruitVeg,0.254515,0.112339154863171
+1983,Barbados,OilcropsPulses,0.254515,0.0173192149775062
 1983,Barbados,Starchy Roots,0.254515,0.0629786063689763
+1983,Barbados,Sugar,0.254515,0.0674380684831935
 1984,Barbados,Ruminants,0.255195,0.850391269421423
 1984,Barbados,Cereals,0.255195,0.117114363525931
 1984,Barbados,Monogastrics,0.255195,0.261840553302377
-1984,Barbados,Oilcrops,0.255195,0.0111992789827387
-1984,Barbados,Pulses,0.255195,0.00724152118967848
+1984,Barbados,FruitVeg,0.255195,0.101432238092439
+1984,Barbados,OilcropsPulses,0.255195,0.0184408001724172
 1984,Barbados,Starchy Roots,0.255195,0.0548012304316307
+1984,Barbados,Sugar,0.255195,0.0598561884049452
 1985,Barbados,Ruminants,0.255929,0.932664137319335
 1985,Barbados,Cereals,0.255929,0.118501615682474
 1985,Barbados,Monogastrics,0.255929,0.259714608348409
-1985,Barbados,Oilcrops,0.255929,0.0121205490585279
-1985,Barbados,Pulses,0.255929,0.00786937002059165
+1985,Barbados,FruitVeg,0.255929,0.111452785733543
+1985,Barbados,OilcropsPulses,0.255929,0.0199899190791196
 1985,Barbados,Starchy Roots,0.255929,0.0502795697244158
+1985,Barbados,Sugar,0.255929,0.0590163678207628
 1986,Barbados,Ruminants,0.256738,0.879666430368703
 1986,Barbados,Cereals,0.256738,0.125450848725159
 1986,Barbados,Monogastrics,0.256738,0.250770824731828
-1986,Barbados,Oilcrops,0.256738,0.0128730456730207
-1986,Barbados,Pulses,0.256738,0.00786404817362447
+1986,Barbados,FruitVeg,0.256738,0.113761889552774
+1986,Barbados,OilcropsPulses,0.256738,0.0207370938466452
 1986,Barbados,Starchy Roots,0.256738,0.0528476501335992
+1986,Barbados,Sugar,0.256738,0.0592121150745118
 1987,Barbados,Ruminants,0.257609,0.822795399229064
 1987,Barbados,Cereals,0.257609,0.127798330027289
 1987,Barbados,Monogastrics,0.257609,0.266377339301034
-1987,Barbados,Oilcrops,0.257609,0.0150538218773412
-1987,Barbados,Pulses,0.257609,0.0080897794719905
+1987,Barbados,FruitVeg,0.257609,0.126726938888005
+1987,Barbados,OilcropsPulses,0.257609,0.0231436013493317
 1987,Barbados,Starchy Roots,0.257609,0.0609411938247499
+1987,Barbados,Sugar,0.257609,0.0564110725945134
 1988,Barbados,Ruminants,0.258524,0.728855734864075
 1988,Barbados,Cereals,0.258524,0.121338831211029
 1988,Barbados,Monogastrics,0.258524,0.259469527007164
-1988,Barbados,Oilcrops,0.258524,0.015352539802881
-1988,Barbados,Pulses,0.258524,0.00707864646996024
+1988,Barbados,FruitVeg,0.258524,0.135828781853909
+1988,Barbados,OilcropsPulses,0.258524,0.0224311862728412
 1988,Barbados,Starchy Roots,0.258524,0.0545519951725952
+1988,Barbados,Sugar,0.258524,0.0598358372917021
 1989,Barbados,Ruminants,0.259454,0.80644391684075
 1989,Barbados,Cereals,0.259454,0.120368157746653
 1989,Barbados,Monogastrics,0.259454,0.315746914674663
-1989,Barbados,Oilcrops,0.259454,0.0163497190253378
-1989,Barbados,Pulses,0.259454,0.00849476207728538
+1989,Barbados,FruitVeg,0.259454,0.118306135191595
+1989,Barbados,OilcropsPulses,0.259454,0.0248444811026232
 1989,Barbados,Starchy Roots,0.259454,0.0576711093295921
+1989,Barbados,Sugar,0.259454,0.0542061405875415
 1990,Barbados,Ruminants,0.260374,0.782616543894552
 1990,Barbados,Cereals,0.260374,0.123291880141642
 1990,Barbados,Monogastrics,0.260374,0.28930845629748
-1990,Barbados,Oilcrops,0.260374,0.0175017474863082
-1990,Barbados,Pulses,0.260374,0.00727415179703043
+1990,Barbados,FruitVeg,0.260374,0.109331192822632
+1990,Barbados,OilcropsPulses,0.260374,0.0247758992833386
 1990,Barbados,Starchy Roots,0.260374,0.0558120242420518
+1990,Barbados,Sugar,0.260374,0.0516065352147296
 1991,Barbados,Ruminants,0.261281,0.7052300014161
 1991,Barbados,Cereals,0.261281,0.12833692461373
 1991,Barbados,Monogastrics,0.261281,0.282790176093937
-1991,Barbados,Oilcrops,0.261281,0.0167941794466494
-1991,Barbados,Pulses,0.261281,0.00710729061814675
+1991,Barbados,FruitVeg,0.261281,0.134464427187587
+1991,Barbados,OilcropsPulses,0.261281,0.0239014700647961
 1991,Barbados,Starchy Roots,0.261281,0.050271546725556
+1991,Barbados,Sugar,0.261281,0.0449018489672039
 1992,Barbados,Ruminants,0.262184,0.59464688920758
 1992,Barbados,Cereals,0.262184,0.130141427394502
 1992,Barbados,Monogastrics,0.262184,0.247156958471913
-1992,Barbados,Oilcrops,0.262184,0.0205771519238397
-1992,Barbados,Pulses,0.262184,0.00686159338479846
+1992,Barbados,FruitVeg,0.262184,0.108843407683154
+1992,Barbados,OilcropsPulses,0.262184,0.0274387453086382
 1992,Barbados,Starchy Roots,0.262184,0.0473865682116376
+1992,Barbados,Sugar,0.262184,0.0494652610380496
 1993,Barbados,Ruminants,0.263091,0.548380978444721
 1993,Barbados,Cereals,0.263091,0.121912190078718
 1993,Barbados,Monogastrics,0.263091,0.242470095898377
-1993,Barbados,Oilcrops,0.263091,0.021042148914254
-1993,Barbados,Pulses,0.263091,0.00676952081219046
+1993,Barbados,FruitVeg,0.263091,0.121646122444325
+1993,Barbados,OilcropsPulses,0.263091,0.0278116697264445
 1993,Barbados,Starchy Roots,0.263091,0.0518223732472795
+1993,Barbados,Sugar,0.263091,0.045539376109407
 1994,Barbados,Ruminants,0.264015,0.586385243262693
 1994,Barbados,Cereals,0.264015,0.117580440505274
 1994,Barbados,Monogastrics,0.264015,0.247440486336004
-1994,Barbados,Oilcrops,0.264015,0.0216843739939019
-1994,Barbados,Pulses,0.264015,0.00710186921197659
+1994,Barbados,FruitVeg,0.264015,0.121648391189895
+1994,Barbados,OilcropsPulses,0.264015,0.0287862432058784
 1994,Barbados,Starchy Roots,0.264015,0.046838247826828
+1994,Barbados,Sugar,0.264015,0.0497736871011117
 1995,Barbados,Ruminants,0.264962,0.56007653927733
 1995,Barbados,Cereals,0.264962,0.101652312407062
 1995,Barbados,Monogastrics,0.264962,0.240046119820956
-1995,Barbados,Oilcrops,0.264962,0.0227504321374386
-1995,Barbados,Pulses,0.264962,0.00655565703761294
+1995,Barbados,FruitVeg,0.264962,0.155580800265698
+1995,Barbados,OilcropsPulses,0.264962,0.0293060891750515
 1995,Barbados,Starchy Roots,0.264962,0.0595443874970751
+1995,Barbados,Sugar,0.264962,0.0492636679976751
 1996,Barbados,Ruminants,0.26594,0.565689253215011
 1996,Barbados,Cereals,0.26594,0.104030984432579
 1996,Barbados,Monogastrics,0.26594,0.238592163645935
-1996,Barbados,Oilcrops,0.26594,0.0203579754831917
-1996,Barbados,Pulses,0.26594,0.00670828006317214
+1996,Barbados,FruitVeg,0.26594,0.148183800857336
+1996,Barbados,OilcropsPulses,0.26594,0.0270662555463638
 1996,Barbados,Starchy Roots,0.26594,0.0584981574791306
+1996,Barbados,Sugar,0.26594,0.0565353087162518
 1997,Barbados,Ruminants,0.266944,0.618313578877967
 1997,Barbados,Cereals,0.266944,0.0995264924478542
 1997,Barbados,Monogastrics,0.266944,0.233124550467514
-1997,Barbados,Oilcrops,0.266944,0.0224578937904579
-1997,Barbados,Pulses,0.266944,0.00739480939822585
+1997,Barbados,FruitVeg,0.266944,0.151267681611124
+1997,Barbados,OilcropsPulses,0.266944,0.0298527031886838
 1997,Barbados,Starchy Roots,0.266944,0.0606494245984176
+1997,Barbados,Sugar,0.266944,0.0576338108367298
 1998,Barbados,Ruminants,0.267949,0.587752893274466
 1998,Barbados,Cereals,0.267949,0.109005818271387
 1998,Barbados,Monogastrics,0.267949,0.239955364640286
-1998,Barbados,Oilcrops,0.267949,0.0174772064833233
-1998,Barbados,Pulses,0.267949,0.00819185740570034
+1998,Barbados,FruitVeg,0.267949,0.135107800364995
+1998,Barbados,OilcropsPulses,0.267949,0.0256690638890237
 1998,Barbados,Starchy Roots,0.267949,0.0509014775199758
+1998,Barbados,Sugar,0.267949,0.0525809015894816
 1999,Barbados,Ruminants,0.26892,0.648945039416927
 1999,Barbados,Cereals,0.26892,0.110486390004462
 1999,Barbados,Monogastrics,0.26892,0.227373196489662
-1999,Barbados,Oilcrops,0.26892,0.0184887698943924
-1999,Barbados,Pulses,0.26892,0.00697977093559423
+1999,Barbados,FruitVeg,0.26892,0.172456492637216
+1999,Barbados,OilcropsPulses,0.26892,0.0254685408299866
 1999,Barbados,Starchy Roots,0.26892,0.0543432991224156
+1999,Barbados,Sugar,0.26892,0.0537669195299717
 2000,Barbados,Ruminants,0.269838,0.590968284674508
 2000,Barbados,Cereals,0.269838,0.10854290351989
 2000,Barbados,Monogastrics,0.269838,0.187245310149052
-2000,Barbados,Oilcrops,0.269838,0.018981759426026
-2000,Barbados,Pulses,0.269838,0.00706720328493392
+2000,Barbados,FruitVeg,0.269838,0.147970263639665
+2000,Barbados,OilcropsPulses,0.269838,0.0260489627109599
 2000,Barbados,Starchy Roots,0.269838,0.0553517295562523
+2000,Barbados,Sugar,0.269838,0.0533912940356807
 2001,Barbados,Ruminants,0.270686,0.513018405089292
 2001,Barbados,Cereals,0.270686,0.115074292722934
 2001,Barbados,Monogastrics,0.270686,0.186673488839467
-2001,Barbados,Oilcrops,0.270686,0.0218186385701514
-2001,Barbados,Pulses,0.270686,0.00726672232771551
+2001,Barbados,FruitVeg,0.270686,0.174161205234109
+2001,Barbados,OilcropsPulses,0.270686,0.0290853608978669
 2001,Barbados,Starchy Roots,0.270686,0.0589723886717451
+2001,Barbados,Sugar,0.270686,0.054188247637484
 2002,Barbados,Ruminants,0.271479,0.534710603766774
 2002,Barbados,Cereals,0.271479,0.113533643486236
 2002,Barbados,Monogastrics,0.271479,0.180471417678715
-2002,Barbados,Oilcrops,0.271479,0.0213128823960601
-2002,Barbados,Pulses,0.271479,0.00705763613391828
+2002,Barbados,FruitVeg,0.271479,0.194029740790264
+2002,Barbados,OilcropsPulses,0.271479,0.0283705185299784
 2002,Barbados,Starchy Roots,0.271479,0.0519193013087568
+2002,Barbados,Sugar,0.271479,0.0539452407000173
 2003,Barbados,Ruminants,0.272261,0.490237676347329
 2003,Barbados,Cereals,0.272261,0.114302085131547
 2003,Barbados,Monogastrics,0.272261,0.186216902163733
-2003,Barbados,Oilcrops,0.272261,0.0214500056930666
-2003,Barbados,Pulses,0.272261,0.00729814406029509
+2003,Barbados,FruitVeg,0.272261,0.208439695733138
+2003,Barbados,OilcropsPulses,0.272261,0.0287481497533617
 2003,Barbados,Starchy Roots,0.272261,0.0619846397390739
+2003,Barbados,Sugar,0.272261,0.0540143465277803
 2004,Barbados,Ruminants,0.273091,0.472200109121136
 2004,Barbados,Cereals,0.273091,0.110794570308066
 2004,Barbados,Monogastrics,0.273091,0.187712520734847
-2004,Barbados,Oilcrops,0.273091,0.020886810623565
-2004,Barbados,Pulses,0.273091,0.00679993115847831
+2004,Barbados,FruitVeg,0.273091,0.156574182232296
+2004,Barbados,OilcropsPulses,0.273091,0.0276867417820434
 2004,Barbados,Starchy Roots,0.273091,0.0412023830884211
+2004,Barbados,Sugar,0.273091,0.0534107678392917
 2005,Barbados,Ruminants,0.274013,0.57899406232551
 2005,Barbados,Cereals,0.274013,0.0967472346202553
 2005,Barbados,Monogastrics,0.274013,0.21554926226128
-2005,Barbados,Oilcrops,0.274013,0.0223310572856032
-2005,Barbados,Pulses,0.274013,0.00775875597143201
+2005,Barbados,FruitVeg,0.274013,0.192684288701631
+2005,Barbados,OilcropsPulses,0.274013,0.0300898132570352
 2005,Barbados,Starchy Roots,0.274013,0.0596869491593465
+2005,Barbados,Sugar,0.274013,0.0547163820694638
 2006,Barbados,Ruminants,0.27504,0.527077879581152
 2006,Barbados,Cereals,0.27504,0.098218440954043
 2006,Barbados,Monogastrics,0.27504,0.204364092495637
-2006,Barbados,Oilcrops,0.27504,0.0221204188481675
-2006,Barbados,Pulses,0.27504,0.00777705061082024
+2006,Barbados,FruitVeg,0.27504,0.197113147178592
+2006,Barbados,OilcropsPulses,0.27504,0.0298974694589878
 2006,Barbados,Starchy Roots,0.27504,0.062554537521815
+2006,Barbados,Sugar,0.27504,0.0546611401977894
 2007,Barbados,Ruminants,0.276154,0.642230422155754
 2007,Barbados,Cereals,0.276154,0.0984849033510288
 2007,Barbados,Monogastrics,0.276154,0.20943133179313
-2007,Barbados,Oilcrops,0.276154,0.0227264497345684
-2007,Barbados,Pulses,0.276154,0.00653258688992374
+2007,Barbados,FruitVeg,0.276154,0.212997095823345
+2007,Barbados,OilcropsPulses,0.276154,0.0292590366244921
 2007,Barbados,Starchy Roots,0.276154,0.0584384075552047
+2007,Barbados,Sugar,0.276154,0.0554545652063704
 2008,Barbados,Ruminants,0.277315,0.541189621910102
 2008,Barbados,Cereals,0.277315,0.105219696013559
 2008,Barbados,Monogastrics,0.277315,0.206055929178011
-2008,Barbados,Oilcrops,0.277315,0.0238970124226962
-2008,Barbados,Pulses,0.277315,0.00723365126300417
+2008,Barbados,FruitVeg,0.277315,0.207767340389088
+2008,Barbados,OilcropsPulses,0.277315,0.0311306636857004
 2008,Barbados,Starchy Roots,0.277315,0.0557452716225231
+2008,Barbados,Sugar,0.277315,0.0586481077475074
 2009,Barbados,Ruminants,0.278466,0.595134055863193
 2009,Barbados,Cereals,0.278466,0.104982295863768
 2009,Barbados,Monogastrics,0.278466,0.230439622790574
-2009,Barbados,Oilcrops,0.278466,0.023342167445936
-2009,Barbados,Pulses,0.278466,0.00646398483118226
+2009,Barbados,FruitVeg,0.278466,0.207167122736708
+2009,Barbados,OilcropsPulses,0.278466,0.0298061522771182
 2009,Barbados,Starchy Roots,0.278466,0.057576149332414
+2009,Barbados,Sugar,0.278466,0.0584990627221995
 2010,Barbados,Ruminants,0.279566,0.554711588676735
 2010,Barbados,Cereals,0.279566,0.113143229148037
 2010,Barbados,Monogastrics,0.279566,0.219884749933826
-2010,Barbados,Oilcrops,0.279566,0.0222738101199717
-2010,Barbados,Pulses,0.279566,0.00771910747372714
+2010,Barbados,FruitVeg,0.279566,0.201390727055507
+2010,Barbados,OilcropsPulses,0.279566,0.0299929175936988
 2010,Barbados,Starchy Roots,0.279566,0.0558472775659415
+2010,Barbados,Sugar,0.279566,0.0606690370073614
 2011,Barbados,Ruminants,0.280602,0.536378215408301
 2011,Barbados,Cereals,0.280602,0.111909394801177
 2011,Barbados,Monogastrics,0.280602,0.219661299634358
-2011,Barbados,Oilcrops,0.280602,0.02607964305315
-2011,Barbados,Pulses,0.280602,0.00942972608890884
+2011,Barbados,FruitVeg,0.280602,0.194082722147383
+2011,Barbados,OilcropsPulses,0.280602,0.0355093691420589
 2011,Barbados,Starchy Roots,0.280602,0.0506197389897435
+2011,Barbados,Sugar,0.280602,0.0537451621870122
 1992,Belarus,Ruminants,10.216,1.17015850626468
 1992,Belarus,Cereals,10.216,0.105288958496476
 1992,Belarus,Monogastrics,10.216,0.272249471417384
-1992,Belarus,Oilcrops,10.216,0.00526693422083007
-1992,Belarus,Pulses,10.216,0
+1992,Belarus,FruitVeg,10.216,0.11942364917776
+1992,Belarus,OilcropsPulses,10.216,0.00526693422083007
 1992,Belarus,Starchy Roots,10.216,0.176081636648395
+1992,Belarus,Sugar,10.216,0.0366605324980423
 1993,Belarus,Ruminants,10.239,1.11209592733665
 1993,Belarus,Cereals,10.239,0.0929850571344858
 1993,Belarus,Monogastrics,10.239,0.250132425041508
-1993,Belarus,Oilcrops,10.239,0.00517032913370446
-1993,Belarus,Pulses,10.239,0
+1993,Belarus,FruitVeg,10.239,0.130975388221506
+1993,Belarus,OilcropsPulses,10.239,0.00517032913370446
 1993,Belarus,Starchy Roots,10.239,0.1942377185272
+1993,Belarus,Sugar,10.239,0.0350645570856529
 1994,Belarus,Ruminants,10.227,1.03077235748509
 1994,Belarus,Cereals,10.227,0.0874337537889899
 1994,Belarus,Monogastrics,10.227,0.227364613278576
-1994,Belarus,Oilcrops,10.227,0.00479651901828493
-1994,Belarus,Pulses,10.227,0
+1994,Belarus,FruitVeg,10.227,0.127914148821746
+1994,Belarus,OilcropsPulses,10.227,0.00479651901828493
 1994,Belarus,Starchy Roots,10.227,0.179642123789968
+1994,Belarus,Sugar,10.227,0.028890974870441
 1995,Belarus,Ruminants,10.194,0.935166686286051
 1995,Belarus,Cereals,10.194,0.0840513046890328
 1995,Belarus,Monogastrics,10.194,0.224856523445164
-1995,Belarus,Oilcrops,10.194,0.00647184618402982
-1995,Belarus,Pulses,10.194,0
+1995,Belarus,FruitVeg,10.194,0.133065823033157
+1995,Belarus,OilcropsPulses,10.194,0.00647184618402982
 1995,Belarus,Starchy Roots,10.194,0.186030998626643
+1995,Belarus,Sugar,10.194,0.0380060820090249
 1996,Belarus,Ruminants,10.16,0.926289822834646
 1996,Belarus,Cereals,10.16,0.0924117125984252
 1996,Belarus,Monogastrics,10.16,0.228533080708661
-1996,Belarus,Oilcrops,10.16,0.00698661417322835
-1996,Belarus,Pulses,10.16,0
+1996,Belarus,FruitVeg,10.16,0.140712795275591
+1996,Belarus,OilcropsPulses,10.16,0.00698661417322835
 1996,Belarus,Starchy Roots,10.16,0.195108267716535
+1996,Belarus,Sugar,10.16,0.0386266732283465
 1997,Belarus,Ruminants,10.117,0.885918009291292
 1997,Belarus,Cereals,10.117,0.0950138380942967
 1997,Belarus,Monogastrics,10.117,0.24126969457349
-1997,Belarus,Oilcrops,10.117,0.00733132351487595
-1997,Belarus,Pulses,10.117,0
+1997,Belarus,FruitVeg,10.117,0.144332114263121
+1997,Belarus,OilcropsPulses,10.117,0.00733132351487595
 1997,Belarus,Starchy Roots,10.117,0.185035089453395
+1997,Belarus,Sugar,10.117,0.0416975387960858
 1998,Belarus,Ruminants,10.069,0.943220488628463
 1998,Belarus,Cereals,10.069,0.0948057403913
 1998,Belarus,Monogastrics,10.069,0.248538891647631
-1998,Belarus,Oilcrops,10.069,0.00691121263283345
-1998,Belarus,Pulses,10.069,6.59449796404807e-05
+1998,Belarus,FruitVeg,10.069,0.118839110140034
+1998,Belarus,OilcropsPulses,10.069,0.00697715761247393
 1998,Belarus,Starchy Roots,10.069,0.175053034064952
+1998,Belarus,Sugar,10.069,0.0446574635018373
 1999,Belarus,Ruminants,10.035,0.895011549576482
 1999,Belarus,Cereals,10.035,0.107636073741903
 1999,Belarus,Monogastrics,10.035,0.247215156950673
-1999,Belarus,Oilcrops,10.035,0.0083473841554559
-1999,Belarus,Pulses,10.035,7.5734927752865e-06
+1999,Belarus,FruitVeg,10.035,0.119310114598904
+1999,Belarus,OilcropsPulses,10.035,0.00835495764823119
 1999,Belarus,Starchy Roots,10.035,0.175644344793224
+1999,Belarus,Sugar,10.035,0.036973293472845
 2000,Belarus,Ruminants,10.005,0.738325007496252
 2000,Belarus,Cereals,10.005,0.11151944027986
 2000,Belarus,Monogastrics,10.005,0.240356831584208
-2000,Belarus,Oilcrops,10.005,0.00908205897051474
-2000,Belarus,Pulses,10.005,2.39880059970015e-06
+2000,Belarus,FruitVeg,10.005,0.124382208895552
+2000,Belarus,OilcropsPulses,10.005,0.00908445777111444
 2000,Belarus,Starchy Roots,10.005,0.176401499250375
+2000,Belarus,Sugar,10.005,0.0388735632183908
 2001,Belarus,Ruminants,9.928,0.758325876309428
 2001,Belarus,Cereals,9.928,0.100177578565673
 2001,Belarus,Monogastrics,9.928,0.237441297340854
-2001,Belarus,Oilcrops,9.928,0.0121340652699436
-2001,Belarus,Pulses,9.928,1.42022562449637e-05
+2001,Belarus,FruitVeg,9.928,0.138044520547945
+2001,Belarus,OilcropsPulses,9.928,0.0121482675261886
 2001,Belarus,Starchy Roots,9.928,0.175033944399678
+2001,Belarus,Sugar,9.928,0.0400732272360999
 2002,Belarus,Ruminants,9.865,0.712112113532691
 2002,Belarus,Cereals,9.865,0.0971490116573746
 2002,Belarus,Monogastrics,9.865,0.243401915864166
-2002,Belarus,Oilcrops,9.865,0.0119711099847947
-2002,Belarus,Pulses,9.865,6.38621388748099e-06
+2002,Belarus,FruitVeg,9.865,0.164296908261531
+2002,Belarus,OilcropsPulses,9.865,0.0119774961986822
 2002,Belarus,Starchy Roots,9.865,0.173936847440446
+2002,Belarus,Sugar,9.865,0.0402023314749113
 2003,Belarus,Ruminants,9.797,0.638463264264571
 2003,Belarus,Cereals,9.797,0.0988616923548025
 2003,Belarus,Monogastrics,9.797,0.266213657242013
-2003,Belarus,Oilcrops,9.797,0.00910013269368174
-2003,Belarus,Pulses,9.797,1.63315300602225e-06
+2003,Belarus,FruitVeg,9.797,0.16435806879657
+2003,Belarus,OilcropsPulses,9.797,0.00910176584668776
 2003,Belarus,Starchy Roots,9.797,0.175629376339696
+2003,Belarus,Sugar,9.797,0.0332067979993876
 2004,Belarus,Ruminants,9.73,0.651524398766701
 2004,Belarus,Cereals,9.73,0.101109558067831
 2004,Belarus,Monogastrics,9.73,0.251800904419322
-2004,Belarus,Oilcrops,9.73,0.00992322713257965
-2004,Belarus,Pulses,9.73,3.55601233299075e-05
+2004,Belarus,FruitVeg,9.73,0.177573484069887
+2004,Belarus,OilcropsPulses,9.73,0.00995878725590956
 2004,Belarus,Starchy Roots,9.73,0.188074922918808
+2004,Belarus,Sugar,9.73,0.0348626927029805
 2005,Belarus,Ruminants,9.663,0.754344044292663
 2005,Belarus,Cereals,9.663,0.0952771396046776
 2005,Belarus,Monogastrics,9.663,0.244151288419745
-2005,Belarus,Oilcrops,9.663,0.0119093449239367
-2005,Belarus,Pulses,9.663,9.52085273724516e-06
+2005,Belarus,FruitVeg,9.663,0.188038290386009
+2005,Belarus,OilcropsPulses,9.663,0.0119188657766739
 2005,Belarus,Starchy Roots,9.663,0.185851909344924
+2005,Belarus,Sugar,9.663,0.038174066025044
 2006,Belarus,Ruminants,9.604,0.773984048313203
 2006,Belarus,Cereals,9.604,0.0996264056643066
 2006,Belarus,Monogastrics,9.604,0.276982319866722
-2006,Belarus,Oilcrops,9.604,0.0148745314452312
-2006,Belarus,Pulses,9.604,8.7463556851312e-06
+2006,Belarus,FruitVeg,9.604,0.210173469387755
+2006,Belarus,OilcropsPulses,9.604,0.0148832778009163
 2006,Belarus,Starchy Roots,9.604,0.202120054144107
+2006,Belarus,Sugar,9.604,0.0349402332361516
 2007,Belarus,Ruminants,9.56,0.757779937238494
 2007,Belarus,Cereals,9.56,0.0999963389121339
 2007,Belarus,Monogastrics,9.56,0.304657018828452
-2007,Belarus,Oilcrops,9.56,0.0166642259414226
-2007,Belarus,Pulses,9.56,4.81171548117155e-06
+2007,Belarus,FruitVeg,9.56,0.215290062761506
+2007,Belarus,OilcropsPulses,9.56,0.0166690376569038
 2007,Belarus,Starchy Roots,9.56,0.203875732217573
+2007,Belarus,Sugar,9.56,0.037668410041841
 2008,Belarus,Ruminants,9.528,0.723839850965575
 2008,Belarus,Cereals,9.528,0.0977931360201511
 2008,Belarus,Monogastrics,9.528,0.328760149034425
-2008,Belarus,Oilcrops,9.528,0.0168730058774139
-2008,Belarus,Pulses,9.528,1.52183039462636e-05
+2008,Belarus,FruitVeg,9.528,0.221054366078925
+2008,Belarus,OilcropsPulses,9.528,0.0168882241813602
 2008,Belarus,Starchy Roots,9.528,0.209433984047019
+2008,Belarus,Sugar,9.528,0.0410725230898405
 2009,Belarus,Ruminants,9.507,0.691099179551909
 2009,Belarus,Cereals,9.507,0.0916367939413064
 2009,Belarus,Monogastrics,9.507,0.343007552329862
-2009,Belarus,Oilcrops,9.507,0.0145691595666351
-2009,Belarus,Pulses,9.507,9.04596613021984e-06
+2009,Belarus,FruitVeg,9.507,0.222714210581677
+2009,Belarus,OilcropsPulses,9.507,0.0145782055327653
 2009,Belarus,Starchy Roots,9.507,0.201147049542442
+2009,Belarus,Sugar,9.507,0.0428872409803303
 2010,Belarus,Ruminants,9.49,0.652602339304531
 2010,Belarus,Cereals,9.49,0.104237934668072
 2010,Belarus,Monogastrics,9.49,0.374421306638567
-2010,Belarus,Oilcrops,9.49,0.0175054794520548
-2010,Belarus,Pulses,9.49,1.24341412012645e-05
+2010,Belarus,FruitVeg,9.49,0.228641622760801
+2010,Belarus,OilcropsPulses,9.49,0.0175179135932561
 2010,Belarus,Starchy Roots,9.49,0.196257955742887
+2010,Belarus,Sugar,9.49,0.0369669125395153
 2011,Belarus,Ruminants,9.473,0.642187986910166
 2011,Belarus,Cereals,9.473,0.107116225060699
 2011,Belarus,Monogastrics,9.473,0.343184862240051
-2011,Belarus,Oilcrops,9.473,0.0196746542805869
-2011,Belarus,Pulses,9.473,2.6707484429431e-05
+2011,Belarus,FruitVeg,9.473,0.214989760371582
+2011,Belarus,OilcropsPulses,9.473,0.0197013617650164
 2011,Belarus,Starchy Roots,9.473,0.199766071994088
+2011,Belarus,Sugar,9.473,0.0359945107146627
 2000,Belgium,Ruminants,10.25125,0.958833264236069
 2000,Belgium,Cereals,10.25125,0.14025353005731
 2000,Belgium,Monogastrics,10.25125,0.337885174978661
-2000,Belgium,Oilcrops,10.25125,0.0511507377149128
-2000,Belgium,Pulses,10.25125,0.00242741129130594
+2000,Belgium,FruitVeg,10.25125,0.196462480185343
+2000,Belgium,OilcropsPulses,10.25125,0.0535781490062188
 2000,Belgium,Starchy Roots,10.25125,0.126626606511401
+2000,Belgium,Sugar,10.25125,0.0638442141202292
 2001,Belgium,Ruminants,10.28657,0.99736084039675
 2001,Belgium,Cereals,10.28657,0.145115038346115
 2001,Belgium,Monogastrics,10.28657,0.354085929517808
-2001,Belgium,Oilcrops,10.28657,0.0619877179662414
-2001,Belgium,Pulses,10.28657,0.00239020392609004
+2001,Belgium,FruitVeg,10.28657,0.18897037593678
+2001,Belgium,OilcropsPulses,10.28657,0.0643779218923315
 2001,Belgium,Starchy Roots,10.28657,0.113037387584005
+2001,Belgium,Sugar,10.28657,0.0597416826016836
 2002,Belgium,Ruminants,10.332785,0.968931038437362
 2002,Belgium,Cereals,10.332785,0.148013531685794
 2002,Belgium,Monogastrics,10.332785,0.343524441861512
-2002,Belgium,Oilcrops,10.332785,0.0553608731818189
-2002,Belgium,Pulses,10.332785,0.002263862066229
+2002,Belgium,FruitVeg,10.332785,0.200406473182206
+2002,Belgium,OilcropsPulses,10.332785,0.0576247352480479
 2002,Belgium,Starchy Roots,10.332785,0.107727006804071
+2002,Belgium,Sugar,10.332785,0.0550809873620713
 2003,Belgium,Ruminants,10.376133,0.92396810064019
 2003,Belgium,Cereals,10.376133,0.148196828240347
 2003,Belgium,Monogastrics,10.376133,0.333655669217039
-2003,Belgium,Oilcrops,10.376133,0.053921147695389
-2003,Belgium,Pulses,10.376133,0.00205057124846029
+2003,Belgium,FruitVeg,10.376133,0.206576669747776
+2003,Belgium,OilcropsPulses,10.376133,0.0559717189438493
 2003,Belgium,Starchy Roots,10.376133,0.105766088387649
+2003,Belgium,Sugar,10.376133,0.0565673165523225
 2004,Belgium,Ruminants,10.421137,0.947882404770228
 2004,Belgium,Cereals,10.421137,0.153748290613587
 2004,Belgium,Monogastrics,10.421137,0.326818781866125
-2004,Belgium,Oilcrops,10.421137,0.0668578678123126
-2004,Belgium,Pulses,10.421137,0.00205063996375827
+2004,Belgium,FruitVeg,10.421137,0.215148308673036
+2004,Belgium,OilcropsPulses,10.421137,0.0689085077760709
 2004,Belgium,Starchy Roots,10.421137,0.0931554781402452
+2004,Belgium,Sugar,10.421137,0.055636155632538
 2005,Belgium,Ruminants,10.478617,0.947558919273412
 2005,Belgium,Cereals,10.478617,0.151049799797053
 2005,Belgium,Monogastrics,10.478617,0.335140133473721
-2005,Belgium,Oilcrops,10.478617,0.0629602169828327
-2005,Belgium,Pulses,10.478617,0.00214827968232831
+2005,Belgium,FruitVeg,10.478617,0.198833395666623
+2005,Belgium,OilcropsPulses,10.478617,0.065108496665161
 2005,Belgium,Starchy Roots,10.478617,0.0912802710510366
+2005,Belgium,Sugar,10.478617,0.0544050803650902
 2006,Belgium,Ruminants,10.547958,1.0043878066257
 2006,Belgium,Cereals,10.547958,0.149256661810751
 2006,Belgium,Monogastrics,10.547958,0.316330250840968
-2006,Belgium,Oilcrops,10.547958,0.0536268726136376
-2006,Belgium,Pulses,10.547958,0.00218705838608762
+2006,Belgium,FruitVeg,10.547958,0.215715401976383
+2006,Belgium,OilcropsPulses,10.547958,0.0558139309997252
 2006,Belgium,Starchy Roots,10.547958,0.0957558799532573
+2006,Belgium,Sugar,10.547958,0.0576512534464017
 2007,Belgium,Ruminants,10.6257,1.0104876666949
 2007,Belgium,Cereals,10.6257,0.148641783600139
 2007,Belgium,Monogastrics,10.6257,0.331082413393941
-2007,Belgium,Oilcrops,10.6257,0.0610031339111776
-2007,Belgium,Pulses,10.6257,0.00237932559737241
+2007,Belgium,FruitVeg,10.6257,0.21998861251494
+2007,Belgium,OilcropsPulses,10.6257,0.06338245950855
 2007,Belgium,Starchy Roots,10.6257,0.0954157373161298
+2007,Belgium,Sugar,10.6257,0.0630978664935016
 2008,Belgium,Ruminants,10.709973,0.982000813634171
 2008,Belgium,Cereals,10.709973,0.143868243178578
 2008,Belgium,Monogastrics,10.709973,0.32081561736897
-2008,Belgium,Oilcrops,10.709973,0.0456279394915375
-2008,Belgium,Pulses,10.709973,0.00229785826724306
+2008,Belgium,FruitVeg,10.709973,0.229249597548005
+2008,Belgium,OilcropsPulses,10.709973,0.0479257977587805
 2008,Belgium,Starchy Roots,10.709973,0.0856729517432023
+2008,Belgium,Sugar,10.709973,0.0628618764958604
 2009,Belgium,Ruminants,10.796493,0.932178097091343
 2009,Belgium,Cereals,10.796493,0.205613619163186
 2009,Belgium,Monogastrics,10.796493,0.310717943317335
-2009,Belgium,Oilcrops,10.796493,0.0454728215912334
-2009,Belgium,Pulses,10.796493,0.00231195444668931
+2009,Belgium,FruitVeg,10.796493,0.223861489096506
+2009,Belgium,OilcropsPulses,10.796493,0.0477847760379227
 2009,Belgium,Starchy Roots,10.796493,0.0830956867197524
+2009,Belgium,Sugar,10.796493,0.0625806917116512
 2010,Belgium,Ruminants,10.895586,0.900439297161254
 2010,Belgium,Cereals,10.895586,0.253463374985063
 2010,Belgium,Monogastrics,10.895586,0.329144279160387
-2010,Belgium,Oilcrops,10.895586,0.0477262994390572
-2010,Belgium,Pulses,10.895586,0.00224246772959252
+2010,Belgium,FruitVeg,10.895586,0.200985243014924
+2010,Belgium,OilcropsPulses,10.895586,0.0499687671686498
 2010,Belgium,Starchy Roots,10.895586,0.0846029759207077
+2010,Belgium,Sugar,10.895586,0.0661747794014934
 2011,Belgium,Ruminants,11.047744,0.857702504692361
 2011,Belgium,Cereals,11.047744,0.246976667815619
 2011,Belgium,Monogastrics,11.047744,0.33087024826064
-2011,Belgium,Oilcrops,11.047744,0.0482112004043541
-2011,Belgium,Pulses,11.047744,0.00210757961082371
+2011,Belgium,FruitVeg,11.047744,0.201017963486482
+2011,Belgium,OilcropsPulses,11.047744,0.0503187800151778
 2011,Belgium,Starchy Roots,11.047744,0.105527698686718
+2011,Belgium,Sugar,11.047744,0.0554885232677368
 1961,Belgium-Luxembourg,Ruminants,NA,NA
 1961,Belgium-Luxembourg,Cereals,NA,NA
 1961,Belgium-Luxembourg,Monogastrics,NA,NA
-1961,Belgium-Luxembourg,Oilcrops,NA,NA
-1961,Belgium-Luxembourg,Pulses,NA,NA
+1961,Belgium-Luxembourg,FruitVeg,NA,NA
+1961,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1961,Belgium-Luxembourg,Starchy Roots,NA,NA
+1961,Belgium-Luxembourg,Sugar,NA,NA
 1962,Belgium-Luxembourg,Ruminants,NA,NA
 1962,Belgium-Luxembourg,Cereals,NA,NA
 1962,Belgium-Luxembourg,Monogastrics,NA,NA
-1962,Belgium-Luxembourg,Oilcrops,NA,NA
-1962,Belgium-Luxembourg,Pulses,NA,NA
+1962,Belgium-Luxembourg,FruitVeg,NA,NA
+1962,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1962,Belgium-Luxembourg,Starchy Roots,NA,NA
+1962,Belgium-Luxembourg,Sugar,NA,NA
 1963,Belgium-Luxembourg,Ruminants,NA,NA
 1963,Belgium-Luxembourg,Cereals,NA,NA
 1963,Belgium-Luxembourg,Monogastrics,NA,NA
-1963,Belgium-Luxembourg,Oilcrops,NA,NA
-1963,Belgium-Luxembourg,Pulses,NA,NA
+1963,Belgium-Luxembourg,FruitVeg,NA,NA
+1963,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1963,Belgium-Luxembourg,Starchy Roots,NA,NA
+1963,Belgium-Luxembourg,Sugar,NA,NA
 1964,Belgium-Luxembourg,Ruminants,NA,NA
 1964,Belgium-Luxembourg,Cereals,NA,NA
 1964,Belgium-Luxembourg,Monogastrics,NA,NA
-1964,Belgium-Luxembourg,Oilcrops,NA,NA
-1964,Belgium-Luxembourg,Pulses,NA,NA
+1964,Belgium-Luxembourg,FruitVeg,NA,NA
+1964,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1964,Belgium-Luxembourg,Starchy Roots,NA,NA
+1964,Belgium-Luxembourg,Sugar,NA,NA
 1965,Belgium-Luxembourg,Ruminants,NA,NA
 1965,Belgium-Luxembourg,Cereals,NA,NA
 1965,Belgium-Luxembourg,Monogastrics,NA,NA
-1965,Belgium-Luxembourg,Oilcrops,NA,NA
-1965,Belgium-Luxembourg,Pulses,NA,NA
+1965,Belgium-Luxembourg,FruitVeg,NA,NA
+1965,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1965,Belgium-Luxembourg,Starchy Roots,NA,NA
+1965,Belgium-Luxembourg,Sugar,NA,NA
 1966,Belgium-Luxembourg,Ruminants,NA,NA
 1966,Belgium-Luxembourg,Cereals,NA,NA
 1966,Belgium-Luxembourg,Monogastrics,NA,NA
-1966,Belgium-Luxembourg,Oilcrops,NA,NA
-1966,Belgium-Luxembourg,Pulses,NA,NA
+1966,Belgium-Luxembourg,FruitVeg,NA,NA
+1966,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1966,Belgium-Luxembourg,Starchy Roots,NA,NA
+1966,Belgium-Luxembourg,Sugar,NA,NA
 1967,Belgium-Luxembourg,Ruminants,NA,NA
 1967,Belgium-Luxembourg,Cereals,NA,NA
 1967,Belgium-Luxembourg,Monogastrics,NA,NA
-1967,Belgium-Luxembourg,Oilcrops,NA,NA
-1967,Belgium-Luxembourg,Pulses,NA,NA
+1967,Belgium-Luxembourg,FruitVeg,NA,NA
+1967,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1967,Belgium-Luxembourg,Starchy Roots,NA,NA
+1967,Belgium-Luxembourg,Sugar,NA,NA
 1968,Belgium-Luxembourg,Ruminants,NA,NA
 1968,Belgium-Luxembourg,Cereals,NA,NA
 1968,Belgium-Luxembourg,Monogastrics,NA,NA
-1968,Belgium-Luxembourg,Oilcrops,NA,NA
-1968,Belgium-Luxembourg,Pulses,NA,NA
+1968,Belgium-Luxembourg,FruitVeg,NA,NA
+1968,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1968,Belgium-Luxembourg,Starchy Roots,NA,NA
+1968,Belgium-Luxembourg,Sugar,NA,NA
 1969,Belgium-Luxembourg,Ruminants,NA,NA
 1969,Belgium-Luxembourg,Cereals,NA,NA
 1969,Belgium-Luxembourg,Monogastrics,NA,NA
-1969,Belgium-Luxembourg,Oilcrops,NA,NA
-1969,Belgium-Luxembourg,Pulses,NA,NA
+1969,Belgium-Luxembourg,FruitVeg,NA,NA
+1969,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1969,Belgium-Luxembourg,Starchy Roots,NA,NA
+1969,Belgium-Luxembourg,Sugar,NA,NA
 1970,Belgium-Luxembourg,Ruminants,NA,NA
 1970,Belgium-Luxembourg,Cereals,NA,NA
 1970,Belgium-Luxembourg,Monogastrics,NA,NA
-1970,Belgium-Luxembourg,Oilcrops,NA,NA
-1970,Belgium-Luxembourg,Pulses,NA,NA
+1970,Belgium-Luxembourg,FruitVeg,NA,NA
+1970,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1970,Belgium-Luxembourg,Starchy Roots,NA,NA
+1970,Belgium-Luxembourg,Sugar,NA,NA
 1971,Belgium-Luxembourg,Ruminants,NA,NA
 1971,Belgium-Luxembourg,Cereals,NA,NA
 1971,Belgium-Luxembourg,Monogastrics,NA,NA
-1971,Belgium-Luxembourg,Oilcrops,NA,NA
-1971,Belgium-Luxembourg,Pulses,NA,NA
+1971,Belgium-Luxembourg,FruitVeg,NA,NA
+1971,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1971,Belgium-Luxembourg,Starchy Roots,NA,NA
+1971,Belgium-Luxembourg,Sugar,NA,NA
 1972,Belgium-Luxembourg,Ruminants,NA,NA
 1972,Belgium-Luxembourg,Cereals,NA,NA
 1972,Belgium-Luxembourg,Monogastrics,NA,NA
-1972,Belgium-Luxembourg,Oilcrops,NA,NA
-1972,Belgium-Luxembourg,Pulses,NA,NA
+1972,Belgium-Luxembourg,FruitVeg,NA,NA
+1972,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1972,Belgium-Luxembourg,Starchy Roots,NA,NA
+1972,Belgium-Luxembourg,Sugar,NA,NA
 1973,Belgium-Luxembourg,Ruminants,NA,NA
 1973,Belgium-Luxembourg,Cereals,NA,NA
 1973,Belgium-Luxembourg,Monogastrics,NA,NA
-1973,Belgium-Luxembourg,Oilcrops,NA,NA
-1973,Belgium-Luxembourg,Pulses,NA,NA
+1973,Belgium-Luxembourg,FruitVeg,NA,NA
+1973,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1973,Belgium-Luxembourg,Starchy Roots,NA,NA
+1973,Belgium-Luxembourg,Sugar,NA,NA
 1974,Belgium-Luxembourg,Ruminants,NA,NA
 1974,Belgium-Luxembourg,Cereals,NA,NA
 1974,Belgium-Luxembourg,Monogastrics,NA,NA
-1974,Belgium-Luxembourg,Oilcrops,NA,NA
-1974,Belgium-Luxembourg,Pulses,NA,NA
+1974,Belgium-Luxembourg,FruitVeg,NA,NA
+1974,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1974,Belgium-Luxembourg,Starchy Roots,NA,NA
+1974,Belgium-Luxembourg,Sugar,NA,NA
 1975,Belgium-Luxembourg,Ruminants,NA,NA
 1975,Belgium-Luxembourg,Cereals,NA,NA
 1975,Belgium-Luxembourg,Monogastrics,NA,NA
-1975,Belgium-Luxembourg,Oilcrops,NA,NA
-1975,Belgium-Luxembourg,Pulses,NA,NA
+1975,Belgium-Luxembourg,FruitVeg,NA,NA
+1975,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1975,Belgium-Luxembourg,Starchy Roots,NA,NA
+1975,Belgium-Luxembourg,Sugar,NA,NA
 1976,Belgium-Luxembourg,Ruminants,NA,NA
 1976,Belgium-Luxembourg,Cereals,NA,NA
 1976,Belgium-Luxembourg,Monogastrics,NA,NA
-1976,Belgium-Luxembourg,Oilcrops,NA,NA
-1976,Belgium-Luxembourg,Pulses,NA,NA
+1976,Belgium-Luxembourg,FruitVeg,NA,NA
+1976,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1976,Belgium-Luxembourg,Starchy Roots,NA,NA
+1976,Belgium-Luxembourg,Sugar,NA,NA
 1977,Belgium-Luxembourg,Ruminants,NA,NA
 1977,Belgium-Luxembourg,Cereals,NA,NA
 1977,Belgium-Luxembourg,Monogastrics,NA,NA
-1977,Belgium-Luxembourg,Oilcrops,NA,NA
-1977,Belgium-Luxembourg,Pulses,NA,NA
+1977,Belgium-Luxembourg,FruitVeg,NA,NA
+1977,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1977,Belgium-Luxembourg,Starchy Roots,NA,NA
+1977,Belgium-Luxembourg,Sugar,NA,NA
 1978,Belgium-Luxembourg,Ruminants,NA,NA
 1978,Belgium-Luxembourg,Cereals,NA,NA
 1978,Belgium-Luxembourg,Monogastrics,NA,NA
-1978,Belgium-Luxembourg,Oilcrops,NA,NA
-1978,Belgium-Luxembourg,Pulses,NA,NA
+1978,Belgium-Luxembourg,FruitVeg,NA,NA
+1978,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1978,Belgium-Luxembourg,Starchy Roots,NA,NA
+1978,Belgium-Luxembourg,Sugar,NA,NA
 1979,Belgium-Luxembourg,Ruminants,NA,NA
 1979,Belgium-Luxembourg,Cereals,NA,NA
 1979,Belgium-Luxembourg,Monogastrics,NA,NA
-1979,Belgium-Luxembourg,Oilcrops,NA,NA
-1979,Belgium-Luxembourg,Pulses,NA,NA
+1979,Belgium-Luxembourg,FruitVeg,NA,NA
+1979,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1979,Belgium-Luxembourg,Starchy Roots,NA,NA
+1979,Belgium-Luxembourg,Sugar,NA,NA
 1980,Belgium-Luxembourg,Ruminants,NA,NA
 1980,Belgium-Luxembourg,Cereals,NA,NA
 1980,Belgium-Luxembourg,Monogastrics,NA,NA
-1980,Belgium-Luxembourg,Oilcrops,NA,NA
-1980,Belgium-Luxembourg,Pulses,NA,NA
+1980,Belgium-Luxembourg,FruitVeg,NA,NA
+1980,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1980,Belgium-Luxembourg,Starchy Roots,NA,NA
+1980,Belgium-Luxembourg,Sugar,NA,NA
 1981,Belgium-Luxembourg,Ruminants,NA,NA
 1981,Belgium-Luxembourg,Cereals,NA,NA
 1981,Belgium-Luxembourg,Monogastrics,NA,NA
-1981,Belgium-Luxembourg,Oilcrops,NA,NA
-1981,Belgium-Luxembourg,Pulses,NA,NA
+1981,Belgium-Luxembourg,FruitVeg,NA,NA
+1981,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1981,Belgium-Luxembourg,Starchy Roots,NA,NA
+1981,Belgium-Luxembourg,Sugar,NA,NA
 1982,Belgium-Luxembourg,Ruminants,NA,NA
 1982,Belgium-Luxembourg,Cereals,NA,NA
 1982,Belgium-Luxembourg,Monogastrics,NA,NA
-1982,Belgium-Luxembourg,Oilcrops,NA,NA
-1982,Belgium-Luxembourg,Pulses,NA,NA
+1982,Belgium-Luxembourg,FruitVeg,NA,NA
+1982,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1982,Belgium-Luxembourg,Starchy Roots,NA,NA
+1982,Belgium-Luxembourg,Sugar,NA,NA
 1983,Belgium-Luxembourg,Ruminants,NA,NA
 1983,Belgium-Luxembourg,Cereals,NA,NA
 1983,Belgium-Luxembourg,Monogastrics,NA,NA
-1983,Belgium-Luxembourg,Oilcrops,NA,NA
-1983,Belgium-Luxembourg,Pulses,NA,NA
+1983,Belgium-Luxembourg,FruitVeg,NA,NA
+1983,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1983,Belgium-Luxembourg,Starchy Roots,NA,NA
+1983,Belgium-Luxembourg,Sugar,NA,NA
 1984,Belgium-Luxembourg,Ruminants,NA,NA
 1984,Belgium-Luxembourg,Cereals,NA,NA
 1984,Belgium-Luxembourg,Monogastrics,NA,NA
-1984,Belgium-Luxembourg,Oilcrops,NA,NA
-1984,Belgium-Luxembourg,Pulses,NA,NA
+1984,Belgium-Luxembourg,FruitVeg,NA,NA
+1984,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1984,Belgium-Luxembourg,Starchy Roots,NA,NA
+1984,Belgium-Luxembourg,Sugar,NA,NA
 1985,Belgium-Luxembourg,Ruminants,NA,NA
 1985,Belgium-Luxembourg,Cereals,NA,NA
 1985,Belgium-Luxembourg,Monogastrics,NA,NA
-1985,Belgium-Luxembourg,Oilcrops,NA,NA
-1985,Belgium-Luxembourg,Pulses,NA,NA
+1985,Belgium-Luxembourg,FruitVeg,NA,NA
+1985,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1985,Belgium-Luxembourg,Starchy Roots,NA,NA
+1985,Belgium-Luxembourg,Sugar,NA,NA
 1986,Belgium-Luxembourg,Ruminants,NA,NA
 1986,Belgium-Luxembourg,Cereals,NA,NA
 1986,Belgium-Luxembourg,Monogastrics,NA,NA
-1986,Belgium-Luxembourg,Oilcrops,NA,NA
-1986,Belgium-Luxembourg,Pulses,NA,NA
+1986,Belgium-Luxembourg,FruitVeg,NA,NA
+1986,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1986,Belgium-Luxembourg,Starchy Roots,NA,NA
+1986,Belgium-Luxembourg,Sugar,NA,NA
 1987,Belgium-Luxembourg,Ruminants,NA,NA
 1987,Belgium-Luxembourg,Cereals,NA,NA
 1987,Belgium-Luxembourg,Monogastrics,NA,NA
-1987,Belgium-Luxembourg,Oilcrops,NA,NA
-1987,Belgium-Luxembourg,Pulses,NA,NA
+1987,Belgium-Luxembourg,FruitVeg,NA,NA
+1987,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1987,Belgium-Luxembourg,Starchy Roots,NA,NA
+1987,Belgium-Luxembourg,Sugar,NA,NA
 1988,Belgium-Luxembourg,Ruminants,NA,NA
 1988,Belgium-Luxembourg,Cereals,NA,NA
 1988,Belgium-Luxembourg,Monogastrics,NA,NA
-1988,Belgium-Luxembourg,Oilcrops,NA,NA
-1988,Belgium-Luxembourg,Pulses,NA,NA
+1988,Belgium-Luxembourg,FruitVeg,NA,NA
+1988,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1988,Belgium-Luxembourg,Starchy Roots,NA,NA
+1988,Belgium-Luxembourg,Sugar,NA,NA
 1989,Belgium-Luxembourg,Ruminants,NA,NA
 1989,Belgium-Luxembourg,Cereals,NA,NA
 1989,Belgium-Luxembourg,Monogastrics,NA,NA
-1989,Belgium-Luxembourg,Oilcrops,NA,NA
-1989,Belgium-Luxembourg,Pulses,NA,NA
+1989,Belgium-Luxembourg,FruitVeg,NA,NA
+1989,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1989,Belgium-Luxembourg,Starchy Roots,NA,NA
+1989,Belgium-Luxembourg,Sugar,NA,NA
 1990,Belgium-Luxembourg,Ruminants,NA,NA
 1990,Belgium-Luxembourg,Cereals,NA,NA
 1990,Belgium-Luxembourg,Monogastrics,NA,NA
-1990,Belgium-Luxembourg,Oilcrops,NA,NA
-1990,Belgium-Luxembourg,Pulses,NA,NA
+1990,Belgium-Luxembourg,FruitVeg,NA,NA
+1990,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1990,Belgium-Luxembourg,Starchy Roots,NA,NA
+1990,Belgium-Luxembourg,Sugar,NA,NA
 1991,Belgium-Luxembourg,Ruminants,NA,NA
 1991,Belgium-Luxembourg,Cereals,NA,NA
 1991,Belgium-Luxembourg,Monogastrics,NA,NA
-1991,Belgium-Luxembourg,Oilcrops,NA,NA
-1991,Belgium-Luxembourg,Pulses,NA,NA
+1991,Belgium-Luxembourg,FruitVeg,NA,NA
+1991,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1991,Belgium-Luxembourg,Starchy Roots,NA,NA
+1991,Belgium-Luxembourg,Sugar,NA,NA
 1992,Belgium-Luxembourg,Ruminants,NA,NA
 1992,Belgium-Luxembourg,Cereals,NA,NA
 1992,Belgium-Luxembourg,Monogastrics,NA,NA
-1992,Belgium-Luxembourg,Oilcrops,NA,NA
-1992,Belgium-Luxembourg,Pulses,NA,NA
+1992,Belgium-Luxembourg,FruitVeg,NA,NA
+1992,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1992,Belgium-Luxembourg,Starchy Roots,NA,NA
+1992,Belgium-Luxembourg,Sugar,NA,NA
 1993,Belgium-Luxembourg,Ruminants,NA,NA
 1993,Belgium-Luxembourg,Cereals,NA,NA
 1993,Belgium-Luxembourg,Monogastrics,NA,NA
-1993,Belgium-Luxembourg,Oilcrops,NA,NA
-1993,Belgium-Luxembourg,Pulses,NA,NA
+1993,Belgium-Luxembourg,FruitVeg,NA,NA
+1993,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1993,Belgium-Luxembourg,Starchy Roots,NA,NA
+1993,Belgium-Luxembourg,Sugar,NA,NA
 1994,Belgium-Luxembourg,Ruminants,NA,NA
 1994,Belgium-Luxembourg,Cereals,NA,NA
 1994,Belgium-Luxembourg,Monogastrics,NA,NA
-1994,Belgium-Luxembourg,Oilcrops,NA,NA
-1994,Belgium-Luxembourg,Pulses,NA,NA
+1994,Belgium-Luxembourg,FruitVeg,NA,NA
+1994,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1994,Belgium-Luxembourg,Starchy Roots,NA,NA
+1994,Belgium-Luxembourg,Sugar,NA,NA
 1995,Belgium-Luxembourg,Ruminants,NA,NA
 1995,Belgium-Luxembourg,Cereals,NA,NA
 1995,Belgium-Luxembourg,Monogastrics,NA,NA
-1995,Belgium-Luxembourg,Oilcrops,NA,NA
-1995,Belgium-Luxembourg,Pulses,NA,NA
+1995,Belgium-Luxembourg,FruitVeg,NA,NA
+1995,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1995,Belgium-Luxembourg,Starchy Roots,NA,NA
+1995,Belgium-Luxembourg,Sugar,NA,NA
 1996,Belgium-Luxembourg,Ruminants,NA,NA
 1996,Belgium-Luxembourg,Cereals,NA,NA
 1996,Belgium-Luxembourg,Monogastrics,NA,NA
-1996,Belgium-Luxembourg,Oilcrops,NA,NA
-1996,Belgium-Luxembourg,Pulses,NA,NA
+1996,Belgium-Luxembourg,FruitVeg,NA,NA
+1996,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1996,Belgium-Luxembourg,Starchy Roots,NA,NA
+1996,Belgium-Luxembourg,Sugar,NA,NA
 1997,Belgium-Luxembourg,Ruminants,NA,NA
 1997,Belgium-Luxembourg,Cereals,NA,NA
 1997,Belgium-Luxembourg,Monogastrics,NA,NA
-1997,Belgium-Luxembourg,Oilcrops,NA,NA
-1997,Belgium-Luxembourg,Pulses,NA,NA
+1997,Belgium-Luxembourg,FruitVeg,NA,NA
+1997,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1997,Belgium-Luxembourg,Starchy Roots,NA,NA
+1997,Belgium-Luxembourg,Sugar,NA,NA
 1998,Belgium-Luxembourg,Ruminants,NA,NA
 1998,Belgium-Luxembourg,Cereals,NA,NA
 1998,Belgium-Luxembourg,Monogastrics,NA,NA
-1998,Belgium-Luxembourg,Oilcrops,NA,NA
-1998,Belgium-Luxembourg,Pulses,NA,NA
+1998,Belgium-Luxembourg,FruitVeg,NA,NA
+1998,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1998,Belgium-Luxembourg,Starchy Roots,NA,NA
+1998,Belgium-Luxembourg,Sugar,NA,NA
 1999,Belgium-Luxembourg,Ruminants,NA,NA
 1999,Belgium-Luxembourg,Cereals,NA,NA
 1999,Belgium-Luxembourg,Monogastrics,NA,NA
-1999,Belgium-Luxembourg,Oilcrops,NA,NA
-1999,Belgium-Luxembourg,Pulses,NA,NA
+1999,Belgium-Luxembourg,FruitVeg,NA,NA
+1999,Belgium-Luxembourg,OilcropsPulses,NA,NA
 1999,Belgium-Luxembourg,Starchy Roots,NA,NA
+1999,Belgium-Luxembourg,Sugar,NA,NA
 1961,Belize,Ruminants,0.094701,0.509034751480977
 1961,Belize,Cereals,0.094701,0.118372562063759
 1961,Belize,Monogastrics,0.094701,0.0742093536499087
-1961,Belize,Oilcrops,0.094701,0.01031668092206
-1961,Belize,Pulses,0.094701,0.00617733709253334
+1961,Belize,FruitVeg,0.094701,0.107432867657153
+1961,Belize,OilcropsPulses,0.094701,0.0164940180145933
 1961,Belize,Starchy Roots,0.094701,0.0180990697035934
+1961,Belize,Sugar,0.094701,0.0248466225277452
 1962,Belize,Ruminants,0.097389,0.615428847200402
 1962,Belize,Cereals,0.097389,0.120188111593712
 1962,Belize,Monogastrics,0.097389,0.0729435562537864
-1962,Belize,Oilcrops,0.097389,0.00967255028802021
-1962,Belize,Pulses,0.097389,0.00776268367064042
+1962,Belize,FruitVeg,0.097389,0.152296460585898
+1962,Belize,OilcropsPulses,0.097389,0.0174352339586606
 1962,Belize,Starchy Roots,0.097389,0.0194375134768814
+1962,Belize,Sugar,0.097389,0.0255162287321977
 1963,Belize,Ruminants,0.100166,0.405180400535112
 1963,Belize,Cereals,0.100166,0.122336920711619
 1963,Belize,Monogastrics,0.100166,0.0921041071820777
-1963,Belize,Oilcrops,0.100166,0.00866561507896891
-1963,Belize,Pulses,0.100166,0.0110716211089591
+1963,Belize,FruitVeg,0.100166,0.146596649561728
+1963,Belize,OilcropsPulses,0.100166,0.019737236187928
 1963,Belize,Starchy Roots,0.100166,0.0214843360022363
+1963,Belize,Sugar,0.100166,0.0277239781961943
 1964,Belize,Ruminants,0.10307,0.395378868729989
 1964,Belize,Cereals,0.10307,0.119937906277287
 1964,Belize,Monogastrics,0.10307,0.106719705054817
-1964,Belize,Oilcrops,0.10307,0.00853788687299894
-1964,Belize,Pulses,0.10307,0.0116910837295042
+1964,Belize,FruitVeg,0.10307,0.141486368487436
+1964,Belize,OilcropsPulses,0.10307,0.0202289706025032
 1964,Belize,Starchy Roots,0.10307,0.021082759289803
+1964,Belize,Sugar,0.10307,0.0301930726690599
 1965,Belize,Ruminants,0.106121,0.408500673759199
 1965,Belize,Cereals,0.106121,0.126544227815418
 1965,Belize,Monogastrics,0.106121,0.107025942084978
-1965,Belize,Oilcrops,0.106121,0.00847146182188257
-1965,Belize,Pulses,0.106121,0.00988494265979401
+1965,Belize,FruitVeg,0.106121,0.139020552011383
+1965,Belize,OilcropsPulses,0.106121,0.0183564044816766
 1965,Belize,Starchy Roots,0.106121,0.020014888664826
+1965,Belize,Sugar,0.106121,0.0316525475636302
 1966,Belize,Ruminants,0.109344,0.400259730757975
 1966,Belize,Cereals,0.109344,0.127679616622768
 1966,Belize,Monogastrics,0.109344,0.102548836698859
-1966,Belize,Oilcrops,0.109344,0.00872475856014047
-1966,Belize,Pulses,0.109344,0.00947468539654668
+1966,Belize,FruitVeg,0.109344,0.100828577699737
+1966,Belize,OilcropsPulses,0.109344,0.0181994439566872
 1966,Belize,Starchy Roots,0.109344,0.0194980977465613
+1966,Belize,Sugar,0.109344,0.0327864354697103
 1967,Belize,Ruminants,0.112699,0.393297189859715
 1967,Belize,Cereals,0.112699,0.129255805286649
 1967,Belize,Monogastrics,0.112699,0.108992981304182
-1967,Belize,Oilcrops,0.112699,0.00916600857150463
-1967,Belize,Pulses,0.112699,0.0104969875509099
+1967,Belize,FruitVeg,0.112699,0.0921481113408282
+1967,Belize,OilcropsPulses,0.112699,0.0196629961224146
 1967,Belize,Starchy Roots,0.112699,0.0216328450119344
+1967,Belize,Sugar,0.112699,0.0344901019529898
 1968,Belize,Ruminants,0.116061,0.390139667933242
 1968,Belize,Cereals,0.116061,0.124882604837112
 1968,Belize,Monogastrics,0.116061,0.121507655457044
-1968,Belize,Oilcrops,0.116061,0.00815950233067094
-1968,Belize,Pulses,0.116061,0.0113044002722706
+1968,Belize,FruitVeg,0.116061,0.0779848527929279
+1968,Belize,OilcropsPulses,0.116061,0.0194639026029416
 1968,Belize,Starchy Roots,0.116061,0.0204289123822817
+1968,Belize,Sugar,0.116061,0.0362912606301858
 1969,Belize,Ruminants,0.11926,0.352737715914808
 1969,Belize,Cereals,0.11926,0.124660405835989
 1969,Belize,Monogastrics,0.11926,0.11624182458494
-1969,Belize,Oilcrops,0.11926,0.00846889149756834
-1969,Belize,Pulses,0.11926,0.0117893677679021
+1969,Belize,FruitVeg,0.11926,0.0761194029850746
+1969,Belize,OilcropsPulses,0.11926,0.0202582592654704
 1969,Belize,Starchy Roots,0.11926,0.014204259600872
+1969,Belize,Sugar,0.11926,0.0369109508636592
 1970,Belize,Ruminants,0.122179,0.384830453678619
 1970,Belize,Cereals,0.122179,0.122222313163473
 1970,Belize,Monogastrics,0.122179,0.133093248430581
-1970,Belize,Oilcrops,0.122179,0.0097152538488611
-1970,Belize,Pulses,0.122179,0.0117123237217525
+1970,Belize,FruitVeg,0.122179,0.0640535607592139
+1970,Belize,OilcropsPulses,0.122179,0.0214275775706136
 1970,Belize,Starchy Roots,0.122179,0.0134311133664541
+1970,Belize,Sugar,0.122179,0.0373632129907758
 1971,Belize,Ruminants,0.124792,0.412782069363421
 1971,Belize,Cereals,0.124792,0.122708186422207
 1971,Belize,Monogastrics,0.124792,0.130894608628758
-1971,Belize,Oilcrops,0.124792,0.0102009744214373
-1971,Belize,Pulses,0.124792,0.0119959612795692
+1971,Belize,FruitVeg,0.124792,0.112138598628117
+1971,Belize,OilcropsPulses,0.124792,0.0221969357010065
 1971,Belize,Starchy Roots,0.124792,0.0143278415283031
+1971,Belize,Sugar,0.124792,0.0370696839540996
 1972,Belize,Ruminants,0.127148,0.417024255198666
 1972,Belize,Cereals,0.127148,0.126348821845408
 1972,Belize,Monogastrics,0.127148,0.126697234718596
-1972,Belize,Oilcrops,0.127148,0.0105624941013622
-1972,Belize,Pulses,0.127148,0.0115298707018593
+1972,Belize,FruitVeg,0.127148,0.117209865668355
+1972,Belize,OilcropsPulses,0.127148,0.0220923648032214
 1972,Belize,Starchy Roots,0.127148,0.0153679177022053
+1972,Belize,Sugar,0.127148,0.0371692830402366
 1973,Belize,Ruminants,0.129294,0.414948102773524
 1973,Belize,Cereals,0.129294,0.125798567605612
 1973,Belize,Monogastrics,0.129294,0.110580537379925
-1973,Belize,Oilcrops,0.129294,0.0111374077683419
-1973,Belize,Pulses,0.129294,0.0103949139171191
+1973,Belize,FruitVeg,0.129294,0.148607050597862
+1973,Belize,OilcropsPulses,0.129294,0.021532321685461
 1973,Belize,Starchy Roots,0.129294,0.0150432347982118
+1973,Belize,Sugar,0.129294,0.0372252386034928
 1974,Belize,Ruminants,0.131306,0.48094527287405
 1974,Belize,Cereals,0.131306,0.12778547819597
 1974,Belize,Monogastrics,0.131306,0.113336024248701
-1974,Belize,Oilcrops,0.131306,0.0109667494250072
-1974,Belize,Pulses,0.131306,0.0100604694378018
+1974,Belize,FruitVeg,0.131306,0.124921938068329
+1974,Belize,OilcropsPulses,0.131306,0.021027218862809
 1974,Belize,Starchy Roots,0.131306,0.0139673739204606
+1974,Belize,Sugar,0.131306,0.0373631060271427
 1975,Belize,Ruminants,0.133261,0.508003842084331
 1975,Belize,Cereals,0.133261,0.123944740021462
 1975,Belize,Monogastrics,0.133261,0.130203885607942
-1975,Belize,Oilcrops,0.133261,0.0111060250185726
-1975,Belize,Pulses,0.133261,0.00937258462716023
+1975,Belize,FruitVeg,0.133261,0.166950570684596
+1975,Belize,OilcropsPulses,0.133261,0.0204786096457328
 1975,Belize,Starchy Roots,0.133261,0.0166740456697759
+1975,Belize,Sugar,0.133261,0.0372201919541351
 1976,Belize,Ruminants,0.135145,0.487237411668948
 1976,Belize,Cereals,0.135145,0.125561434015317
 1976,Belize,Monogastrics,0.135145,0.127821968996263
-1976,Belize,Oilcrops,0.135145,0.0118391357430908
-1976,Belize,Pulses,0.135145,0.0099596729438751
+1976,Belize,FruitVeg,0.135145,0.102556513374524
+1976,Belize,OilcropsPulses,0.135145,0.0217988086869659
 1976,Belize,Starchy Roots,0.135145,0.0180324836286951
+1976,Belize,Sugar,0.135145,0.0378482370786933
 1977,Belize,Ruminants,0.136991,0.476074340650116
 1977,Belize,Cereals,0.136991,0.129636253476506
 1977,Belize,Monogastrics,0.136991,0.134968720572884
-1977,Belize,Oilcrops,0.136991,0.012263579359228
-1977,Belize,Pulses,0.136991,0.00979626398814521
+1977,Belize,FruitVeg,0.136991,0.0956121205042667
+1977,Belize,OilcropsPulses,0.136991,0.0220598433473732
 1977,Belize,Starchy Roots,0.136991,0.020307903438912
+1977,Belize,Sugar,0.136991,0.0372652218028922
 1978,Belize,Ruminants,0.138972,0.516206142244481
 1978,Belize,Cereals,0.138972,0.133811127421351
 1978,Belize,Monogastrics,0.138972,0.132823158621881
-1978,Belize,Oilcrops,0.138972,0.0132400771378407
-1978,Belize,Pulses,0.138972,0.00989407938289727
+1978,Belize,FruitVeg,0.138972,0.111079929770026
+1978,Belize,OilcropsPulses,0.138972,0.023134156520738
 1978,Belize,Starchy Roots,0.138972,0.0222131076763665
+1978,Belize,Sugar,0.138972,0.0382019399591285
 1979,Belize,Ruminants,0.141308,0.547248563421745
 1979,Belize,Cereals,0.141308,0.127848387918589
 1979,Belize,Monogastrics,0.141308,0.141321085855012
-1979,Belize,Oilcrops,0.141308,0.0141534803408158
-1979,Belize,Pulses,0.141308,0.0100135873411272
+1979,Belize,FruitVeg,0.141308,0.0955784527415292
+1979,Belize,OilcropsPulses,0.141308,0.024167067681943
 1979,Belize,Starchy Roots,0.141308,0.0254408809126164
+1979,Belize,Sugar,0.141308,0.0388159198346874
 1980,Belize,Ruminants,0.144151,0.538132930052514
 1980,Belize,Cereals,0.144151,0.129544713529563
 1980,Belize,Monogastrics,0.144151,0.142806501515772
-1980,Belize,Oilcrops,0.144151,0.0149842873098348
-1980,Belize,Pulses,0.144151,0.0103155718656131
+1980,Belize,FruitVeg,0.144151,0.208753321170162
+1980,Belize,OilcropsPulses,0.144151,0.025299859175448
 1980,Belize,Starchy Roots,0.144151,0.0254455397465158
+1980,Belize,Sugar,0.144151,0.0387787805842485
 1981,Belize,Ruminants,0.147566,0.497329330604611
 1981,Belize,Cereals,0.147566,0.129020235013486
 1981,Belize,Monogastrics,0.147566,0.15846062101026
-1981,Belize,Oilcrops,0.147566,0.0146375181274819
-1981,Belize,Pulses,0.147566,0.0104698914384072
+1981,Belize,FruitVeg,0.147566,0.238523779190328
+1981,Belize,OilcropsPulses,0.147566,0.0251074095658892
 1981,Belize,Starchy Roots,0.147566,0.0237385305558191
+1981,Belize,Sugar,0.147566,0.038891072469268
 1982,Belize,Ruminants,0.151498,0.481414276096054
 1982,Belize,Cereals,0.151498,0.127004976963392
 1982,Belize,Monogastrics,0.151498,0.157324189098206
-1982,Belize,Oilcrops,0.151498,0.0145216438500838
-1982,Belize,Pulses,0.151498,0.0104159790888329
+1982,Belize,FruitVeg,0.151498,0.237263858268756
+1982,Belize,OilcropsPulses,0.151498,0.0249376229389167
 1982,Belize,Starchy Roots,0.151498,0.0241587347687758
+1982,Belize,Sugar,0.151498,0.0376506620549446
 1983,Belize,Ruminants,0.15582,0.554688101655757
 1983,Belize,Cereals,0.15582,0.126845077653703
 1983,Belize,Monogastrics,0.15582,0.154287639584136
-1983,Belize,Oilcrops,0.15582,0.0143755615453729
-1983,Belize,Pulses,0.15582,0.0105955589783083
+1983,Belize,FruitVeg,0.15582,0.0811898344243358
+1983,Belize,OilcropsPulses,0.15582,0.0249711205236812
 1983,Belize,Starchy Roots,0.15582,0.0248427672955975
+1983,Belize,Sugar,0.15582,0.0377165960723912
 1984,Belize,Ruminants,0.160342,0.523386261865263
 1984,Belize,Cereals,0.160342,0.118796073393122
 1984,Belize,Monogastrics,0.160342,0.157295031869379
-1984,Belize,Oilcrops,0.160342,0.0139701388282546
-1984,Belize,Pulses,0.160342,0.0103466340696761
+1984,Belize,FruitVeg,0.160342,0.155243167728979
+1984,Belize,OilcropsPulses,0.160342,0.0243167728979307
 1984,Belize,Starchy Roots,0.160342,0.0240049394419428
+1984,Belize,Sugar,0.160342,0.0380249716231555
 1985,Belize,Ruminants,0.164916,0.512077663780349
 1985,Belize,Cereals,0.164916,0.119927720779063
 1985,Belize,Monogastrics,0.164916,0.154888549322079
-1985,Belize,Oilcrops,0.164916,0.0140677678333212
-1985,Belize,Pulses,0.164916,0.00981105532513522
+1985,Belize,FruitVeg,0.164916,0.156291687889592
+1985,Belize,OilcropsPulses,0.164916,0.0238788231584564
 1985,Belize,Starchy Roots,0.164916,0.0241092434936574
+1985,Belize,Sugar,0.164916,0.0377586165077979
 1986,Belize,Ruminants,0.16957,0.467973108450787
 1986,Belize,Cereals,0.16957,0.115055729197382
 1986,Belize,Monogastrics,0.16957,0.154744353364392
-1986,Belize,Oilcrops,0.16957,0.0141534469540603
-1986,Belize,Pulses,0.16957,0.00896384973757151
+1986,Belize,FruitVeg,0.16957,0.176369640856284
+1986,Belize,OilcropsPulses,0.16957,0.0231172966916318
 1986,Belize,Starchy Roots,0.16957,0.0257592734563897
+1986,Belize,Sugar,0.16957,0.0377248334021348
 1987,Belize,Ruminants,0.174326,0.483330082718585
 1987,Belize,Cereals,0.174326,0.12084255934284
 1987,Belize,Monogastrics,0.174326,0.158367656000826
-1987,Belize,Oilcrops,0.174326,0.0137673095235364
-1987,Belize,Pulses,0.174326,0.00825464933515368
+1987,Belize,FruitVeg,0.174326,0.253800351066393
+1987,Belize,OilcropsPulses,0.174326,0.02202195885869
 1987,Belize,Starchy Roots,0.174326,0.0266798985808198
+1987,Belize,Sugar,0.174326,0.0377339008524259
 1988,Belize,Ruminants,0.179025,0.466072894847088
 1988,Belize,Cereals,0.179025,0.119603407345343
 1988,Belize,Monogastrics,0.179025,0.174468370339338
-1988,Belize,Oilcrops,0.179025,0.0142996788158078
-1988,Belize,Pulses,0.179025,0.00836754643206256
+1988,Belize,FruitVeg,0.179025,0.230487362100265
+1988,Belize,OilcropsPulses,0.179025,0.0226672252478704
 1988,Belize,Starchy Roots,0.179025,0.0255718475073314
+1988,Belize,Sugar,0.179025,0.0383912861332216
 1989,Belize,Ruminants,0.18347,0.404541341908759
 1989,Belize,Cereals,0.18347,0.119174796969532
 1989,Belize,Monogastrics,0.18347,0.124938682073363
-1989,Belize,Oilcrops,0.18347,0.00447484602387311
-1989,Belize,Pulses,0.18347,0.00993077887393034
+1989,Belize,FruitVeg,0.18347,0.246290946748787
+1989,Belize,OilcropsPulses,0.18347,0.0144056248978035
 1989,Belize,Starchy Roots,0.18347,0.0306044584945768
+1989,Belize,Sugar,0.18347,0.0392489235297324
 1990,Belize,Ruminants,0.187552,0.501315901723255
 1990,Belize,Cereals,0.187552,0.123576394813172
 1990,Belize,Monogastrics,0.187552,0.1462645026446
-1990,Belize,Oilcrops,0.187552,0.0144706534721037
-1990,Belize,Pulses,0.187552,0.0102105016208838
+1990,Belize,FruitVeg,0.187552,0.291663112096912
+1990,Belize,OilcropsPulses,0.187552,0.0246811550929875
 1990,Belize,Starchy Roots,0.187552,0.0206875959733834
+1990,Belize,Sugar,0.187552,0.0402448387647159
 1991,Belize,Ruminants,0.191127,0.391944099996338
 1991,Belize,Cereals,0.191127,0.137406017988039
 1991,Belize,Monogastrics,0.191127,0.123942718715828
-1991,Belize,Oilcrops,0.191127,0.0147859800028253
-1991,Belize,Pulses,0.191127,0.0106892275816604
+1991,Belize,FruitVeg,0.191127,0.26781145521041
+1991,Belize,OilcropsPulses,0.191127,0.0254752075844857
 1991,Belize,Starchy Roots,0.191127,0.0137447874973185
+1991,Belize,Sugar,0.191127,0.0401042238930135
 1992,Belize,Ruminants,0.194321,0.439750207131499
 1992,Belize,Cereals,0.194321,0.133212570952187
 1992,Belize,Monogastrics,0.194321,0.145006458385867
-1992,Belize,Oilcrops,0.194321,0.016519058670962
-1992,Belize,Pulses,0.194321,0.0113266193566316
+1992,Belize,FruitVeg,0.194321,0.358607664637378
+1992,Belize,OilcropsPulses,0.194321,0.0278456780275935
 1992,Belize,Starchy Roots,0.194321,0.0294975838946897
+1992,Belize,Sugar,0.194321,0.0417350672341126
 1993,Belize,Ruminants,0.197615,0.407237304860461
 1993,Belize,Cereals,0.197615,0.136082787237811
 1993,Belize,Monogastrics,0.197615,0.141368823216861
-1993,Belize,Oilcrops,0.197615,0.016481542393037
-1993,Belize,Pulses,0.197615,0.0109607064241075
+1993,Belize,FruitVeg,0.197615,0.330946537459201
+1993,Belize,OilcropsPulses,0.197615,0.0274422488171444
 1993,Belize,Starchy Roots,0.197615,0.0292336108088961
+1993,Belize,Sugar,0.197615,0.0426840067808618
 1994,Belize,Ruminants,0.201678,0.420127629191087
 1994,Belize,Cereals,0.201678,0.135656839119785
 1994,Belize,Monogastrics,0.201678,0.142452820833209
-1994,Belize,Oilcrops,0.201678,0.0162337984311625
-1994,Belize,Pulses,0.201678,0.0107200587074445
+1994,Belize,FruitVeg,0.201678,0.256354188359662
+1994,Belize,OilcropsPulses,0.201678,0.0269538571386071
 1994,Belize,Starchy Roots,0.201678,0.0175576909727387
+1994,Belize,Sugar,0.201678,0.0454288519322881
 1995,Belize,Ruminants,0.206962,0.454859829340652
 1995,Belize,Cereals,0.206962,0.13291328842976
 1995,Belize,Monogastrics,0.206962,0.14762323518327
-1995,Belize,Oilcrops,0.206962,0.016157555493279
-1995,Belize,Pulses,0.206962,0.0107797566703066
+1995,Belize,FruitVeg,0.206962,0.285182787178323
+1995,Belize,OilcropsPulses,0.206962,0.0269373121635856
 1995,Belize,Starchy Roots,0.206962,0.0195881369526773
+1995,Belize,Sugar,0.206962,0.0456074061905084
 1996,Belize,Ruminants,0.213674,0.400431966453569
 1996,Belize,Cereals,0.213674,0.135524209777512
 1996,Belize,Monogastrics,0.213674,0.13949146831154
-1996,Belize,Oilcrops,0.213674,0.015467487855331
-1996,Belize,Pulses,0.213674,0.0109278620702566
+1996,Belize,FruitVeg,0.213674,0.261449685034211
+1996,Belize,OilcropsPulses,0.213674,0.0263953499255876
 1996,Belize,Starchy Roots,0.213674,0.0188230669150201
+1996,Belize,Sugar,0.213674,0.0436178477493752
 1997,Belize,Ruminants,0.221608,0.402889787372297
 1997,Belize,Cereals,0.221608,0.136060070033573
 1997,Belize,Monogastrics,0.221608,0.15496371972131
-1997,Belize,Oilcrops,0.221608,0.0123506371611133
-1997,Belize,Pulses,0.221608,0.0107938341576116
+1997,Belize,FruitVeg,0.221608,0.265423630915851
+1997,Belize,OilcropsPulses,0.221608,0.023144471318725
 1997,Belize,Starchy Roots,0.221608,0.0175760802859103
+1997,Belize,Sugar,0.221608,0.0434641348687773
 1998,Belize,Ruminants,0.230289,0.333106227392537
 1998,Belize,Cereals,0.230289,0.136632665911094
 1998,Belize,Monogastrics,0.230289,0.152296028034339
-1998,Belize,Oilcrops,0.230289,0.00999613529087364
-1998,Belize,Pulses,0.230289,0.010743022897316
+1998,Belize,FruitVeg,0.230289,0.275779563939224
+1998,Belize,OilcropsPulses,0.230289,0.0207391581881896
 1998,Belize,Starchy Roots,0.230289,0.022797441475711
+1998,Belize,Sugar,0.230289,0.043180525339899
 1999,Belize,Ruminants,0.239024,0.270611737733449
 1999,Belize,Cereals,0.239024,0.135534506995113
 1999,Belize,Monogastrics,0.239024,0.147764241247741
-1999,Belize,Oilcrops,0.239024,0.00761848182609278
-1999,Belize,Pulses,0.239024,0.0109737934266015
+1999,Belize,FruitVeg,0.239024,0.286707610951202
+1999,Belize,OilcropsPulses,0.239024,0.0185922752526943
 1999,Belize,Starchy Roots,0.239024,0.0229433027645759
+1999,Belize,Sugar,0.239024,0.0431379275721267
 2000,Belize,Ruminants,0.247312,0.297770023290419
 2000,Belize,Cereals,0.247312,0.136903991718962
 2000,Belize,Monogastrics,0.247312,0.156870269133726
-2000,Belize,Oilcrops,0.247312,0.00822442906126674
-2000,Belize,Pulses,0.247312,0.0101289059972828
+2000,Belize,FruitVeg,0.247312,0.290539884841819
+2000,Belize,OilcropsPulses,0.247312,0.0183533350585495
 2000,Belize,Starchy Roots,0.247312,0.0232135925470661
+2000,Belize,Sugar,0.247312,0.042856796273533
 2001,Belize,Ruminants,0.254989,0.293703257787591
 2001,Belize,Cereals,0.254989,0.144233672825102
 2001,Belize,Monogastrics,0.254989,0.172513324104177
-2001,Belize,Oilcrops,0.254989,0.00767091913768829
-2001,Belize,Pulses,0.254989,0.0103769182200016
+2001,Belize,FruitVeg,0.254989,0.309193729925605
+2001,Belize,OilcropsPulses,0.254989,0.0180478373576899
 2001,Belize,Starchy Roots,0.254989,0.0259854346658091
+2001,Belize,Sugar,0.254989,0.0413664903191902
 2002,Belize,Ruminants,0.262202,0.323918200471392
 2002,Belize,Cereals,0.262202,0.143343681589004
 2002,Belize,Monogastrics,0.262202,0.181873135979131
-2002,Belize,Oilcrops,0.262202,0.00793281515777912
-2002,Belize,Pulses,0.262202,0.0115979283148107
+2002,Belize,FruitVeg,0.262202,0.288209090701063
+2002,Belize,OilcropsPulses,0.262202,0.0195307434725898
 2002,Belize,Starchy Roots,0.262202,0.0247099564457937
+2002,Belize,Sugar,0.262202,0.0422155437410851
 2003,Belize,Ruminants,0.269132,0.366465526210187
 2003,Belize,Cereals,0.269132,0.135896140183999
 2003,Belize,Monogastrics,0.269132,0.165952395107234
-2003,Belize,Oilcrops,0.269132,0.00808896749550407
-2003,Belize,Pulses,0.269132,0.012443707920277
+2003,Belize,FruitVeg,0.269132,0.299930888931825
+2003,Belize,OilcropsPulses,0.269132,0.0205326754157811
 2003,Belize,Starchy Roots,0.269132,0.0316944844908818
+2003,Belize,Sugar,0.269132,0.0439486943210023
 2004,Belize,Ruminants,0.276085,0.388846550881069
 2004,Belize,Cereals,0.276085,0.141347773330677
 2004,Belize,Monogastrics,0.276085,0.165288950866581
-2004,Belize,Oilcrops,0.276085,0.00685296195012405
-2004,Belize,Pulses,0.276085,0.0131698571092236
+2004,Belize,FruitVeg,0.276085,0.253929043591647
+2004,Belize,OilcropsPulses,0.276085,0.0200228190593477
 2004,Belize,Starchy Roots,0.276085,0.0168716156256225
+2004,Belize,Sugar,0.276085,0.0420812430954235
 2005,Belize,Ruminants,0.283279,0.317725987454065
 2005,Belize,Cereals,0.283279,0.143554587526785
 2005,Belize,Monogastrics,0.283279,0.173454791918921
-2005,Belize,Oilcrops,0.283279,0.00760734117248367
-2005,Belize,Pulses,0.283279,0.0127930414891326
+2005,Belize,FruitVeg,0.283279,0.280977410962337
+2005,Belize,OilcropsPulses,0.283279,0.0204003826616163
 2005,Belize,Starchy Roots,0.283279,0.0133049043522464
+2005,Belize,Sugar,0.283279,0.0413196883637686
 2006,Belize,Ruminants,0.290751,0.299748582120096
 2006,Belize,Cereals,0.290751,0.142173199748238
 2006,Belize,Monogastrics,0.290751,0.167038462464446
-2006,Belize,Oilcrops,0.290751,0.00892860213722395
-2006,Belize,Pulses,0.290751,0.0108133763942342
+2006,Belize,FruitVeg,0.290751,0.278564820069406
+2006,Belize,OilcropsPulses,0.290751,0.0197419785314582
 2006,Belize,Starchy Roots,0.290751,0.0160721717208195
+2006,Belize,Sugar,0.290751,0.0407599629923887
 2007,Belize,Ruminants,0.298403,0.266322389520213
 2007,Belize,Cereals,0.298403,0.146617158674678
 2007,Belize,Monogastrics,0.298403,0.174133302949367
-2007,Belize,Oilcrops,0.298403,0.00842819944839697
-2007,Belize,Pulses,0.298403,0.0106466758041977
+2007,Belize,FruitVeg,0.298403,0.292440089409289
+2007,Belize,OilcropsPulses,0.298403,0.0190748752525946
 2007,Belize,Starchy Roots,0.298403,0.0123959879759922
+2007,Belize,Sugar,0.298403,0.0418058799676947
 2008,Belize,Ruminants,0.306165,0.251097937386703
 2008,Belize,Cereals,0.306165,0.137814577107115
 2008,Belize,Monogastrics,0.306165,0.17719889602012
-2008,Belize,Oilcrops,0.306165,0.00731305015269544
-2008,Belize,Pulses,0.306165,0.0105237372005291
+2008,Belize,FruitVeg,0.306165,0.317645713912433
+2008,Belize,OilcropsPulses,0.306165,0.0178367873532246
 2008,Belize,Starchy Roots,0.306165,0.0137180931850473
+2008,Belize,Sugar,0.306165,0.0403801871539856
 2009,Belize,Ruminants,0.313925,0.248528470175997
 2009,Belize,Cereals,0.313925,0.146372541212073
 2009,Belize,Monogastrics,0.313925,0.168123914947838
-2009,Belize,Oilcrops,0.313925,0.00691566456956279
-2009,Belize,Pulses,0.313925,0.0106044437365613
+2009,Belize,FruitVeg,0.313925,0.270924583897428
+2009,Belize,OilcropsPulses,0.313925,0.0175201083061241
 2009,Belize,Starchy Roots,0.313925,0.0151118897825914
+2009,Belize,Sugar,0.313925,0.0413124153858406
 2010,Belize,Ruminants,0.321609,0.239817604606836
 2010,Belize,Cereals,0.321609,0.145972283113968
 2010,Belize,Monogastrics,0.321609,0.195827853076251
-2010,Belize,Oilcrops,0.321609,0.00710490067131206
-2010,Belize,Pulses,0.321609,0.0106962180784742
+2010,Belize,FruitVeg,0.321609,0.28590617799875
+2010,Belize,OilcropsPulses,0.321609,0.0178011187497862
 2010,Belize,Starchy Roots,0.321609,0.0158577651744821
+2010,Belize,Sugar,0.321609,0.0430274028400947
 2011,Belize,Ruminants,0.329193,0.244085992107973
 2011,Belize,Cereals,0.329193,0.141664616197793
 2011,Belize,Monogastrics,0.329193,0.19150376830613
-2011,Belize,Oilcrops,0.329193,0.00612406703666238
-2011,Belize,Pulses,0.329193,0.0128830199913121
+2011,Belize,FruitVeg,0.329193,0.236520825169429
+2011,Belize,OilcropsPulses,0.329193,0.0190070870279745
 2011,Belize,Starchy Roots,0.329193,0.0151370168867503
+2011,Belize,Sugar,0.329193,0.0423004134352796
 2012,Belize,Ruminants,0.336707,0.248435286465681
 2012,Belize,Cereals,0.336707,0.124366288791145
 2012,Belize,Monogastrics,0.336707,0.210946312372478
-2012,Belize,Oilcrops,0.336707,0.00740109353235899
-2012,Belize,Pulses,0.336707,0.0142705675854675
+2012,Belize,FruitVeg,0.336707,0.242243256005964
+2012,Belize,OilcropsPulses,0.336707,0.0216716611178265
 2012,Belize,Starchy Roots,0.336707,0.0165247529751386
+2012,Belize,Sugar,0.336707,0.0423543318077735
 2013,Belize,Ruminants,0.344193,0.24688619466404
 2013,Belize,Cereals,0.344193,0.137478100949177
 2013,Belize,Monogastrics,0.344193,0.204612818970752
-2013,Belize,Oilcrops,0.344193,0.00753937471128117
-2013,Belize,Pulses,0.344193,0.0148376056456697
+2013,Belize,FruitVeg,0.344193,0.206654406103552
+2013,Belize,OilcropsPulses,0.344193,0.0223769803569509
 2013,Belize,Starchy Roots,0.344193,0.016699932886491
+2013,Belize,Sugar,0.344193,0.0407416769080138
 1961,Benin,Ruminants,2.466002,0.105767108055873
 1961,Benin,Cereals,2.466002,0.0834776289719149
 1961,Benin,Monogastrics,2.466002,0.0149068411136731
-1961,Benin,Oilcrops,2.466002,0.0147505963093298
-1961,Benin,Pulses,2.466002,0.0104241602399349
+1961,Benin,FruitVeg,2.466002,0.0598551825992031
+1961,Benin,OilcropsPulses,2.466002,0.0251747565492648
 1961,Benin,Starchy Roots,2.466002,0.223572811376471
+1961,Benin,Sugar,2.466002,0.00237874908455062
 1962,Benin,Ruminants,2.503232,0.103379750658349
 1962,Benin,Cereals,2.503232,0.0853404718380078
 1962,Benin,Monogastrics,2.503232,0.0157016608927978
-1962,Benin,Oilcrops,2.503232,0.0182016688824687
-1962,Benin,Pulses,2.503232,0.00768087017104288
+1962,Benin,FruitVeg,2.503232,0.0598877770817887
+1962,Benin,OilcropsPulses,2.503232,0.0258825390535116
 1962,Benin,Starchy Roots,2.503232,0.210330085265768
+1962,Benin,Sugar,2.503232,0.00317189936849641
 1963,Benin,Ruminants,2.543335,0.109613873123281
 1963,Benin,Cereals,2.543335,0.082663510705432
 1963,Benin,Monogastrics,2.543335,0.0162558609070374
-1963,Benin,Oilcrops,2.543335,0.016851889350007
-1963,Benin,Pulses,2.543335,0.00677456961037378
+1963,Benin,FruitVeg,2.543335,0.0602826603652291
+1963,Benin,OilcropsPulses,2.543335,0.0236264589603808
 1963,Benin,Starchy Roots,2.543335,0.199131848537452
+1963,Benin,Sugar,2.543335,0.00342149186009708
 1964,Benin,Ruminants,2.586362,0.112362963885179
 1964,Benin,Cereals,2.586362,0.0807141459702857
 1964,Benin,Monogastrics,2.586362,0.0168767558446961
-1964,Benin,Oilcrops,2.586362,0.0147330497432301
-1964,Benin,Pulses,2.586362,0.00526453760146491
+1964,Benin,FruitVeg,2.586362,0.060271918625467
+1964,Benin,OilcropsPulses,2.586362,0.019997587344695
 1964,Benin,Starchy Roots,2.586362,0.208931696336398
+1964,Benin,Sugar,2.586362,0.0020739556179684
 1965,Benin,Ruminants,2.63236,0.119402551322767
 1965,Benin,Cereals,2.63236,0.0870040571958243
 1965,Benin,Monogastrics,2.63236,0.0173384339528028
-1965,Benin,Oilcrops,2.63236,0.0240958683462748
-1965,Benin,Pulses,2.63236,0.00513417617651081
+1965,Benin,FruitVeg,2.63236,0.0604997036879454
+1965,Benin,OilcropsPulses,2.63236,0.0292300445227856
 1965,Benin,Starchy Roots,2.63236,0.228374158549742
+1965,Benin,Sugar,2.63236,0.00224057499734079
 1966,Benin,Ruminants,2.681382,0.125317616065148
 1966,Benin,Cereals,2.681382,0.0832783243864544
 1966,Benin,Monogastrics,2.681382,0.0157020521507193
-1966,Benin,Oilcrops,2.681382,0.0193262280421066
-1966,Benin,Pulses,2.681382,0.00467370930363521
+1966,Benin,FruitVeg,2.681382,0.0581994657978609
+1966,Benin,OilcropsPulses,2.681382,0.0239999373457419
 1966,Benin,Starchy Roots,2.681382,0.236523180956686
+1966,Benin,Sugar,2.681382,0.00253861628070898
 1967,Benin,Ruminants,2.73345,0.127046187052992
 1967,Benin,Cereals,2.73345,0.079117232801039
 1967,Benin,Monogastrics,2.73345,0.0169458742614645
-1967,Benin,Oilcrops,2.73345,0.0218350436261867
-1967,Benin,Pulses,2.73345,0.00698384825037956
+1967,Benin,FruitVeg,2.73345,0.0599652453858677
+1967,Benin,OilcropsPulses,2.73345,0.0288188918765662
 1967,Benin,Starchy Roots,2.73345,0.234354021474693
+1967,Benin,Sugar,2.73345,0.00322852073387112
 1968,Benin,Ruminants,2.788551,0.127404160798924
 1968,Benin,Cereals,2.788551,0.086017792036079
 1968,Benin,Monogastrics,2.788551,0.0159804859226172
-1968,Benin,Oilcrops,2.788551,0.0234207658386022
-1968,Benin,Pulses,2.788551,0.00583528864991173
+1968,Benin,FruitVeg,2.788551,0.059836811304509
+1968,Benin,OilcropsPulses,2.788551,0.0292560544885139
 1968,Benin,Starchy Roots,2.788551,0.257859727148616
+1968,Benin,Sugar,2.788551,0.00370371565734319
 1969,Benin,Ruminants,2.846652,0.129619391481642
 1969,Benin,Cereals,2.846652,0.0822085031819836
 1969,Benin,Monogastrics,2.846652,0.0165462093715705
-1969,Benin,Oilcrops,2.846652,0.0238589051278484
-1969,Benin,Pulses,2.846652,0.00611349754026836
+1969,Benin,FruitVeg,2.846652,0.0613640163954006
+1969,Benin,OilcropsPulses,2.846652,0.0299724026681168
 1969,Benin,Starchy Roots,2.846652,0.238452048230693
+1969,Benin,Sugar,2.846652,0.00368327424637785
 1970,Benin,Ruminants,2.907769,0.125086587001925
 1970,Benin,Cereals,2.907769,0.0708233700820113
 1970,Benin,Monogastrics,2.907769,0.0176763009716384
-1970,Benin,Oilcrops,2.907769,0.0217163055249575
-1970,Benin,Pulses,2.907769,0.00674537764175903
+1970,Benin,FruitVeg,2.907769,0.0634861297441441
+1970,Benin,OilcropsPulses,2.907769,0.0284616831667165
 1970,Benin,Starchy Roots,2.907769,0.244208532383418
+1970,Benin,Sugar,2.907769,0.00347586070282749
 1971,Benin,Ruminants,2.971941,0.122662091878675
 1971,Benin,Cereals,2.971941,0.0781119140655888
 1971,Benin,Monogastrics,2.971941,0.0182034569326915
-1971,Benin,Oilcrops,2.971941,0.026173467104495
-1971,Benin,Pulses,2.971941,0.0071592942120991
+1971,Benin,FruitVeg,2.971941,0.0627337487520782
+1971,Benin,OilcropsPulses,2.971941,0.0333327613165941
 1971,Benin,Starchy Roots,2.971941,0.252566588636854
+1971,Benin,Sugar,2.971941,0.00325342932447178
 1972,Benin,Ruminants,3.0393,0.125622742078768
 1972,Benin,Cereals,3.0393,0.0721580627118086
 1972,Benin,Monogastrics,3.0393,0.018122133385977
-1972,Benin,Oilcrops,3.0393,0.0222047839963149
-1972,Benin,Pulses,3.0393,0.00578850393182641
+1972,Benin,FruitVeg,3.0393,0.0604356266245517
+1972,Benin,OilcropsPulses,3.0393,0.0279932879281413
 1972,Benin,Starchy Roots,3.0393,0.259998683907479
+1972,Benin,Sugar,3.0393,0.00297404007501727
 1973,Benin,Ruminants,3.110074,0.122073429764051
 1973,Benin,Cereals,3.110074,0.0768592644419393
 1973,Benin,Monogastrics,3.110074,0.0185634489725968
-1973,Benin,Oilcrops,3.110074,0.0272919551110359
-1973,Benin,Pulses,3.110074,0.00442401048978256
+1973,Benin,FruitVeg,3.110074,0.062549958618348
+1973,Benin,OilcropsPulses,3.110074,0.0317159656008185
 1973,Benin,Starchy Roots,3.110074,0.243239549927108
+1973,Benin,Sugar,3.110074,0.00291054167842952
 1974,Benin,Ruminants,3.184547,0.126452270919537
 1974,Benin,Cereals,3.184547,0.077254943952782
 1974,Benin,Monogastrics,3.184547,0.018966308237875
-1974,Benin,Oilcrops,3.184547,0.0207925962468131
-1974,Benin,Pulses,3.184547,0.00460065434738442
+1974,Benin,FruitVeg,3.184547,0.0595368823258065
+1974,Benin,OilcropsPulses,3.184547,0.0253932505941975
 1974,Benin,Starchy Roots,3.184547,0.205619825990949
+1974,Benin,Sugar,3.184547,0.00245623631869776
 1975,Benin,Ruminants,3.262959,0.13258318599774
 1975,Benin,Cereals,3.262959,0.0769007517409811
 1975,Benin,Monogastrics,3.262959,0.0193810280791147
-1975,Benin,Oilcrops,3.262959,0.0217808437065866
-1975,Benin,Pulses,3.262959,0.00470983545916452
+1975,Benin,FruitVeg,3.262959,0.0600641932675219
+1975,Benin,OilcropsPulses,3.262959,0.0264906791657511
 1975,Benin,Starchy Roots,3.262959,0.162324135853377
+1975,Benin,Sugar,3.262959,0.000788548063276308
 1976,Benin,Ruminants,3.345501,0.133177183327699
 1976,Benin,Cereals,3.345501,0.0803413300429442
 1976,Benin,Monogastrics,3.345501,0.0205567118347895
-1976,Benin,Oilcrops,3.345501,0.0267093030311454
-1976,Benin,Pulses,3.345501,0.00510626061687024
+1976,Benin,FruitVeg,3.345501,0.0614855592630222
+1976,Benin,OilcropsPulses,3.345501,0.0318155636480157
 1976,Benin,Starchy Roots,3.345501,0.240781873925609
+1976,Benin,Sugar,3.345501,0.000926318658999056
 1977,Benin,Ruminants,3.432262,0.127531930837448
 1977,Benin,Cereals,3.432262,0.0790099939923001
 1977,Benin,Monogastrics,3.432262,0.0212986071576121
-1977,Benin,Oilcrops,3.432262,0.0259321695138658
-1977,Benin,Pulses,3.432262,0.00631158110890136
+1977,Benin,FruitVeg,3.432262,0.0608249020616724
+1977,Benin,OilcropsPulses,3.432262,0.0322437506227671
 1977,Benin,Starchy Roots,3.432262,0.216321772638569
+1977,Benin,Sugar,3.432262,0.000419548391119326
 1978,Benin,Ruminants,3.52327,0.13014256642267
 1978,Benin,Cereals,3.52327,0.0684063384299245
 1978,Benin,Monogastrics,3.52327,0.0219217374768326
-1978,Benin,Oilcrops,3.52327,0.0238636266877077
-1978,Benin,Pulses,3.52327,0.0079105490070304
+1978,Benin,FruitVeg,3.52327,0.0629832513545655
+1978,Benin,OilcropsPulses,3.52327,0.0317741756947381
 1978,Benin,Starchy Roots,3.52327,0.25343218090013
+1978,Benin,Sugar,3.52327,0.000665007223403259
 1979,Benin,Ruminants,3.618509,0.128693392775864
 1979,Benin,Cereals,3.618509,0.0823535329054039
 1979,Benin,Monogastrics,3.618509,0.0232484982074108
-1979,Benin,Oilcrops,3.618509,0.0227817590062647
-1979,Benin,Pulses,3.618509,0.00742432863922682
+1979,Benin,FruitVeg,3.618509,0.0701150667305235
+1979,Benin,OilcropsPulses,3.618509,0.0302060876454916
 1979,Benin,Starchy Roots,3.618509,0.257233296918703
+1979,Benin,Sugar,3.618509,0.00138869351990005
 1980,Benin,Ruminants,3.718024,0.135255904749404
 1980,Benin,Cereals,3.718024,0.0969579540099795
 1980,Benin,Monogastrics,3.718024,0.0239514591621786
-1980,Benin,Oilcrops,3.718024,0.0232260469539734
-1980,Benin,Pulses,3.718024,0.00558253523914854
+1980,Benin,FruitVeg,3.718024,0.0671784259595958
+1980,Benin,OilcropsPulses,3.718024,0.0288085821931219
 1980,Benin,Starchy Roots,3.718024,0.207054338541118
+1980,Benin,Sugar,3.718024,0.000288325196394644
 1981,Benin,Ruminants,3.822206,0.136875851275415
 1981,Benin,Cereals,3.822206,0.0935752808718316
 1981,Benin,Monogastrics,3.822206,0.0250178561804361
-1981,Benin,Oilcrops,3.822206,0.0212584041781108
-1981,Benin,Pulses,3.822206,0.00539740662852813
+1981,Benin,FruitVeg,3.822206,0.0723629234007795
+1981,Benin,OilcropsPulses,3.822206,0.0266558108066389
 1981,Benin,Starchy Roots,3.822206,0.192056105819519
+1981,Benin,Sugar,3.822206,0.000686776170619794
 1982,Benin,Ruminants,3.931355,0.139213706215796
 1982,Benin,Cereals,3.931355,0.0924948268472321
 1982,Benin,Monogastrics,3.931355,0.0278801838043117
-1982,Benin,Oilcrops,3.931355,0.0187530762294425
-1982,Benin,Pulses,3.931355,0.00550446347378957
+1982,Benin,FruitVeg,3.931355,0.0690604130128162
+1982,Benin,OilcropsPulses,3.931355,0.0242575397032321
 1982,Benin,Starchy Roots,3.931355,0.190391353617264
+1982,Benin,Sugar,3.931355,0.000427842308822276
 1983,Benin,Ruminants,4.045352,0.14024769661577
 1983,Benin,Cereals,4.045352,0.093094989014553
 1983,Benin,Monogastrics,4.045352,0.0359162812037123
-1983,Benin,Oilcrops,4.045352,0.0168855516157803
-1983,Benin,Pulses,4.045352,0.00492367536867002
+1983,Benin,FruitVeg,4.045352,0.0723207770300335
+1983,Benin,OilcropsPulses,4.045352,0.0218092269844503
 1983,Benin,Starchy Roots,4.045352,0.171849816777378
+1983,Benin,Sugar,4.045352,0.000624173125107531
 1984,Benin,Ruminants,4.163968,0.145866442777658
 1984,Benin,Cereals,4.163968,0.0919805339522302
 1984,Benin,Monogastrics,4.163968,0.0323348066075436
-1984,Benin,Oilcrops,4.163968,0.024032845593434
-1984,Benin,Pulses,4.163968,0.00768906005041345
+1984,Benin,FruitVeg,4.163968,0.0686717573237835
+1984,Benin,OilcropsPulses,4.163968,0.0317219056438474
 1984,Benin,Starchy Roots,4.163968,0.229213577049584
+1984,Benin,Sugar,4.163968,0.00162585303249208
 1985,Benin,Ruminants,4.287263,0.144869815544323
 1985,Benin,Cereals,4.287263,0.0994788516589722
 1985,Benin,Monogastrics,4.287263,0.0349391674828439
-1985,Benin,Oilcrops,4.287263,0.0237286585870753
-1985,Benin,Pulses,4.287263,0.00616827099247235
+1985,Benin,FruitVeg,4.287263,0.0690575782264816
+1985,Benin,OilcropsPulses,4.287263,0.0298969295795476
 1985,Benin,Starchy Roots,4.287263,0.209899649263411
+1985,Benin,Sugar,4.287263,0.00221213394186454
 1986,Benin,Ruminants,4.41445,0.129870108394024
 1986,Benin,Cereals,4.41445,0.102012934793689
 1986,Benin,Monogastrics,4.41445,0.0291528729513303
-1986,Benin,Oilcrops,4.41445,0.0200149508998856
-1986,Benin,Pulses,4.41445,0.00748156622002741
+1986,Benin,FruitVeg,4.41445,0.0732956540452378
+1986,Benin,OilcropsPulses,4.41445,0.027496517119913
 1986,Benin,Starchy Roots,4.41445,0.230673583345604
+1986,Benin,Sugar,4.41445,0.0024664454235522
 1987,Benin,Ruminants,4.546136,0.131531480800398
 1987,Benin,Cereals,4.546136,0.103281116095075
 1987,Benin,Monogastrics,4.546136,0.0277536351750146
-1987,Benin,Oilcrops,4.546136,0.0183984816996236
-1987,Benin,Pulses,4.546136,0.00716608566043779
+1987,Benin,FruitVeg,4.546136,0.0684394395592213
+1987,Benin,OilcropsPulses,4.546136,0.0255645673600614
 1987,Benin,Starchy Roots,4.546136,0.185981237692845
+1987,Benin,Sugar,4.546136,0.00237190440409174
 1988,Benin,Ruminants,4.685375,0.124610089907425
 1988,Benin,Cereals,4.685375,0.0916613931649014
 1988,Benin,Monogastrics,4.685375,0.0221820878798389
-1988,Benin,Oilcrops,4.685375,0.0202299709201505
-1988,Benin,Pulses,4.685375,0.00735565456340208
+1988,Benin,FruitVeg,4.685375,0.0747523944188032
+1988,Benin,OilcropsPulses,4.685375,0.0275856254835525
 1988,Benin,Starchy Roots,4.685375,0.244232958941387
+1988,Benin,Sugar,4.685375,0.00279913560814236
 1989,Benin,Ruminants,4.83624,0.118297499710519
 1989,Benin,Cereals,4.83624,0.109595264089458
 1989,Benin,Monogastrics,4.83624,0.0186905116371396
-1989,Benin,Oilcrops,4.83624,0.0156559641374291
-1989,Benin,Pulses,4.83624,0.00813793360131011
+1989,Benin,FruitVeg,4.83624,0.074093717433378
+1989,Benin,OilcropsPulses,4.83624,0.0237938977387392
 1989,Benin,Starchy Roots,4.83624,0.261576762112716
+1989,Benin,Sugar,4.83624,0.00287558102989099
 1990,Benin,Ruminants,5.001271,0.126774653882983
 1990,Benin,Cereals,5.001271,0.114515690111574
 1990,Benin,Monogastrics,5.001271,0.0209064055916986
-1990,Benin,Oilcrops,5.001271,0.0174805564425523
-1990,Benin,Pulses,5.001271,0.00773443390690087
+1990,Benin,FruitVeg,5.001271,0.0743497003061822
+1990,Benin,OilcropsPulses,5.001271,0.0252149903494532
 1990,Benin,Starchy Roots,5.001271,0.246812460272599
+1990,Benin,Sugar,5.001271,0.00300483617064542
 1991,Benin,Ruminants,5.182525,0.122804424484204
 1991,Benin,Cereals,5.182525,0.116725341411764
 1991,Benin,Monogastrics,5.182525,0.0182525892301533
-1991,Benin,Oilcrops,5.182525,0.0185139483166989
-1991,Benin,Pulses,5.182525,0.0085491145725298
+1991,Benin,FruitVeg,5.182525,0.072130669895466
+1991,Benin,OilcropsPulses,5.182525,0.0270630628892287
 1991,Benin,Starchy Roots,5.182525,0.263877742992074
+1991,Benin,Sugar,5.182525,0.00468574681260582
 1992,Benin,Ruminants,5.378226,0.139845685175744
 1992,Benin,Cereals,5.378226,0.111593674196659
 1992,Benin,Monogastrics,5.378226,0.0214568335358165
-1992,Benin,Oilcrops,5.378226,0.0174514793539729
-1992,Benin,Pulses,5.378226,0.00927499141910362
+1992,Benin,FruitVeg,5.378226,0.0747651734977296
+1992,Benin,OilcropsPulses,5.378226,0.0267264707730765
 1992,Benin,Starchy Roots,5.378226,0.251287878196268
+1992,Benin,Sugar,5.378226,0.00439066710844803
 1993,Benin,Ruminants,5.58242,0.146069733198147
 1993,Benin,Cereals,5.58242,0.110708975677215
 1993,Benin,Monogastrics,5.58242,0.0260823442163076
-1993,Benin,Oilcrops,5.58242,0.0178166458274368
-1993,Benin,Pulses,5.58242,0.00836877196627986
+1993,Benin,FruitVeg,5.58242,0.072471437118669
+1993,Benin,OilcropsPulses,5.58242,0.0261854177937167
 1993,Benin,Starchy Roots,5.58242,0.253635520079105
+1993,Benin,Sugar,5.58242,0.00553559209088531
 1994,Benin,Ruminants,5.786794,0.13095748699539
 1994,Benin,Cereals,5.786794,0.113032881419314
 1994,Benin,Monogastrics,5.786794,0.0244042037784652
-1994,Benin,Oilcrops,5.786794,0.0167286065479435
-1994,Benin,Pulses,5.786794,0.00864260936193685
+1994,Benin,FruitVeg,5.786794,0.0777352710326305
+1994,Benin,OilcropsPulses,5.786794,0.0253712159098803
 1994,Benin,Starchy Roots,5.786794,0.258351688344185
+1994,Benin,Sugar,5.786794,0.00837596776384298
 1995,Benin,Ruminants,5.985658,0.112780098695916
 1995,Benin,Cereals,5.985658,0.114108757967796
 1995,Benin,Monogastrics,5.985658,0.0246866092249173
-1995,Benin,Oilcrops,5.985658,0.021676814813008
-1995,Benin,Pulses,5.985658,0.00785644619188066
+1995,Benin,FruitVeg,5.985658,0.0732768226985237
+1995,Benin,OilcropsPulses,5.985658,0.0295332610048887
 1995,Benin,Starchy Roots,5.985658,0.257889274662869
+1995,Benin,Sugar,5.985658,0.0080236792680103
 1996,Benin,Ruminants,6.176318,0.105744960023108
 1996,Benin,Cereals,6.176318,0.115270457253011
 1996,Benin,Monogastrics,6.176318,0.0238455014783889
-1996,Benin,Oilcrops,6.176318,0.0192663331130295
-1996,Benin,Pulses,6.176318,0.0080454082837056
+1996,Benin,FruitVeg,6.176318,0.0843037874669018
+1996,Benin,OilcropsPulses,6.176318,0.0273117413967351
 1996,Benin,Starchy Roots,6.176318,0.274085790271809
+1996,Benin,Sugar,6.176318,0.00544499166007968
 1997,Benin,Ruminants,6.361301,0.106997640891384
 1997,Benin,Cereals,6.361301,0.112570840461723
 1997,Benin,Monogastrics,6.361301,0.024517657630098
-1997,Benin,Oilcrops,6.361301,0.0203073239263478
-1997,Benin,Pulses,6.361301,0.00949365546450325
+1997,Benin,FruitVeg,6.361301,0.0791015862950047
+1997,Benin,OilcropsPulses,6.361301,0.029800979390851
 1997,Benin,Starchy Roots,6.361301,0.279643267941574
+1997,Benin,Sugar,6.361301,0.00497822693816878
 1998,Benin,Ruminants,6.546493,0.122112465407051
 1998,Benin,Cereals,6.546493,0.114869136803476
 1998,Benin,Monogastrics,6.546493,0.0213469410262869
-1998,Benin,Oilcrops,6.546493,0.0190561572432751
-1998,Benin,Pulses,6.546493,0.00948950835202909
+1998,Benin,FruitVeg,6.546493,0.0721425960434083
+1998,Benin,OilcropsPulses,6.546493,0.0285456655953042
 1998,Benin,Starchy Roots,6.546493,0.267801706959742
+1998,Benin,Sugar,6.546493,0.00489437627138683
 1999,Benin,Ruminants,6.740491,0.110551946438323
 1999,Benin,Cereals,6.740491,0.109803128585143
 1999,Benin,Monogastrics,6.740491,0.0306475596510699
-1999,Benin,Oilcrops,6.740491,0.0198912809170727
-1999,Benin,Pulses,6.740491,0.00952334184557178
+1999,Benin,FruitVeg,6.740491,0.0878260945678883
+1999,Benin,OilcropsPulses,6.740491,0.0294146227626444
 1999,Benin,Starchy Roots,6.740491,0.272594830257914
+1999,Benin,Sugar,6.740491,0.00604036115469926
 2000,Benin,Ruminants,6.949366,0.105432768974896
 2000,Benin,Cereals,6.949366,0.10593541914471
 2000,Benin,Monogastrics,6.949366,0.0376245833073118
-2000,Benin,Oilcrops,6.949366,0.0217077356409203
-2000,Benin,Pulses,6.949366,0.0104878632093921
+2000,Benin,FruitVeg,6.949366,0.0745562976536277
+2000,Benin,OilcropsPulses,6.949366,0.0321955988503124
 2000,Benin,Starchy Roots,6.949366,0.285076653035687
+2000,Benin,Sugar,6.949366,0.0048014451965834
 2001,Benin,Ruminants,7.174911,0.109912791949614
 2001,Benin,Cereals,7.174911,0.111382148154869
 2001,Benin,Monogastrics,7.174911,0.0310875911910266
-2001,Benin,Oilcrops,7.174911,0.0376765649079131
-2001,Benin,Pulses,7.174911,0.00909474695923058
+2001,Benin,FruitVeg,7.174911,0.0701198941701158
+2001,Benin,OilcropsPulses,7.174911,0.0467713118671437
 2001,Benin,Starchy Roots,7.174911,0.28395850485114
+2001,Benin,Sugar,7.174911,0.00423601073239793
 2002,Benin,Ruminants,7.414744,0.129877241884548
 2002,Benin,Cereals,7.414744,0.116232064114419
 2002,Benin,Monogastrics,7.414744,0.0414916145452898
-2002,Benin,Oilcrops,7.414744,0.0413519333910921
-2002,Benin,Pulses,7.414744,0.0112469156049083
+2002,Benin,FruitVeg,7.414744,0.0765566552263976
+2002,Benin,OilcropsPulses,7.414744,0.0525988489960004
 2002,Benin,Starchy Roots,7.414744,0.274506307972332
+2002,Benin,Sugar,7.414744,0.00506962883681487
 2003,Benin,Ruminants,7.665681,0.13787246038545
 2003,Benin,Cereals,7.665681,0.118533630606335
 2003,Benin,Monogastrics,7.665681,0.0406636409733199
-2003,Benin,Oilcrops,7.665681,0.0406827521260016
-2003,Benin,Pulses,7.665681,0.00919813908248987
+2003,Benin,FruitVeg,7.665681,0.0789418448276154
+2003,Benin,OilcropsPulses,7.665681,0.0498808912084915
 2003,Benin,Starchy Roots,7.665681,0.270652274729408
+2003,Benin,Sugar,7.665681,0.00554980046782536
 2004,Benin,Ruminants,7.922796,0.109920475044416
 2004,Benin,Cereals,7.922796,0.137220117746311
 2004,Benin,Monogastrics,7.922796,0.0349141767628499
-2004,Benin,Oilcrops,7.922796,0.0388333865973578
-2004,Benin,Pulses,7.922796,0.0125756109333119
+2004,Benin,FruitVeg,7.922796,0.0745133409972944
+2004,Benin,OilcropsPulses,7.922796,0.0514089975306697
 2004,Benin,Starchy Roots,7.922796,0.274475450333443
+2004,Benin,Sugar,7.922796,0.00371156849172944
 2005,Benin,Ruminants,8.182362,0.117471764265624
 2005,Benin,Cereals,8.182362,0.144672895186011
 2005,Benin,Monogastrics,8.182362,0.0312767144743779
-2005,Benin,Oilcrops,8.182362,0.039315053526109
-2005,Benin,Pulses,8.182362,0.010149269856308
+2005,Benin,FruitVeg,8.182362,0.0798521258287033
+2005,Benin,OilcropsPulses,8.182362,0.049464323382417
 2005,Benin,Starchy Roots,8.182362,0.24748966129829
+2005,Benin,Sugar,8.182362,0.00337005378153643
 2006,Benin,Ruminants,8.443717,0.116435475040199
 2006,Benin,Cereals,8.443717,0.148177040987991
 2006,Benin,Monogastrics,8.443717,0.0309099890486619
-2006,Benin,Oilcrops,8.443717,0.0308633034479957
-2006,Benin,Pulses,8.443717,0.0106168882732569
+2006,Benin,FruitVeg,8.443717,0.0734033364689982
+2006,Benin,OilcropsPulses,8.443717,0.0414801917212526
 2006,Benin,Starchy Roots,8.443717,0.27077885248878
+2006,Benin,Sugar,8.443717,0.00342313699049838
 2007,Benin,Ruminants,8.707637,0.107310490779531
 2007,Benin,Cereals,8.707637,0.144255554061337
 2007,Benin,Monogastrics,8.707637,0.0324997585452862
-2007,Benin,Oilcrops,8.707637,0.0316808107641602
-2007,Benin,Pulses,8.707637,0.0147933360106766
+2007,Benin,FruitVeg,8.707637,0.0751918115098275
+2007,Benin,OilcropsPulses,8.707637,0.0464741467748368
 2007,Benin,Starchy Roots,8.707637,0.293239371370212
+2007,Benin,Sugar,8.707637,0.00312151275943175
 2008,Benin,Ruminants,8.973525,0.101180138239989
 2008,Benin,Cereals,8.973525,0.151291270710228
 2008,Benin,Monogastrics,8.973525,0.0490292833641183
-2008,Benin,Oilcrops,8.973525,0.0290533541724127
-2008,Benin,Pulses,8.973525,0.0151133473189187
+2008,Benin,FruitVeg,8.973525,0.0811849301138627
+2008,Benin,OilcropsPulses,8.973525,0.0441667014913314
 2008,Benin,Starchy Roots,8.973525,0.243259922939982
+2008,Benin,Sugar,8.973525,0.00530382430538724
 2009,Benin,Ruminants,9.240982,0.121201956675167
 2009,Benin,Cereals,9.240982,0.153000514447491
 2009,Benin,Monogastrics,9.240982,0.042212321158076
-2009,Benin,Oilcrops,9.240982,0.0265125502895688
-2009,Benin,Pulses,9.240982,0.0148134689581692
+2009,Benin,FruitVeg,9.240982,0.0845129879053979
+2009,Benin,OilcropsPulses,9.240982,0.041326019247738
 2009,Benin,Starchy Roots,9.240982,0.257297546949015
+2009,Benin,Sugar,9.240982,0.00497187420124831
 2010,Benin,Ruminants,9.509798,0.109178943653693
 2010,Benin,Cereals,9.509798,0.141740655269439
 2010,Benin,Monogastrics,9.509798,0.0354966740618465
-2010,Benin,Oilcrops,9.509798,0.0250885455190531
-2010,Benin,Pulses,9.509798,0.0119076136002048
+2010,Benin,FruitVeg,9.509798,0.0813638733441026
+2010,Benin,OilcropsPulses,9.509798,0.0369961591192578
 2010,Benin,Starchy Roots,9.509798,0.276684846513038
+2010,Benin,Sugar,9.509798,0.00533891466464377
 2011,Benin,Ruminants,9.779391,0.112746315184657
 2011,Benin,Cereals,9.779391,0.144644692087677
 2011,Benin,Monogastrics,9.779391,0.0486062271157785
-2011,Benin,Oilcrops,9.779391,0.0239152928848023
-2011,Benin,Pulses,9.779391,0.010448401132545
+2011,Benin,FruitVeg,9.779391,0.0750296209651501
+2011,Benin,OilcropsPulses,9.779391,0.0343636940173473
 2011,Benin,Starchy Roots,9.779391,0.300104372552442
+2011,Benin,Sugar,9.779391,0.00531495263866635
 1961,Bermuda,Ruminants,0.0455,1.60870549450549
 1961,Bermuda,Cereals,0.0455,0.067010989010989
 1961,Bermuda,Monogastrics,0.0455,0.175945054945055
-1961,Bermuda,Oilcrops,0.0455,NA
-1961,Bermuda,Pulses,0.0455,0.00191208791208791
+1961,Bermuda,FruitVeg,0.0455,0.210065934065934
+1961,Bermuda,OilcropsPulses,0.0455,0.00191208791208791
 1961,Bermuda,Starchy Roots,0.0455,0.0515164835164835
+1961,Bermuda,Sugar,0.0455,0.0448791208791209
 1962,Bermuda,Ruminants,0.0466,1.60085836909871
 1962,Bermuda,Cereals,0.0466,0.067381974248927
 1962,Bermuda,Monogastrics,0.0466,0.176289699570815
-1962,Bermuda,Oilcrops,0.0466,NA
-1962,Bermuda,Pulses,0.0466,0.00210300429184549
+1962,Bermuda,FruitVeg,0.0466,0.204914163090129
+1962,Bermuda,OilcropsPulses,0.0466,0.00210300429184549
 1962,Bermuda,Starchy Roots,0.0466,0.0449570815450644
+1962,Bermuda,Sugar,0.0466,0.0447424892703863
 1963,Bermuda,Ruminants,0.0477,1.5577819706499
 1963,Bermuda,Cereals,0.0477,0.0608805031446541
 1963,Bermuda,Monogastrics,0.0477,0.182972746331237
-1963,Bermuda,Oilcrops,0.0477,NA
-1963,Bermuda,Pulses,0.0477,0.00188679245283019
+1963,Bermuda,FruitVeg,0.0477,0.217442348008386
+1963,Bermuda,OilcropsPulses,0.0477,0.00188679245283019
 1963,Bermuda,Starchy Roots,0.0477,0.0464360587002096
+1963,Bermuda,Sugar,0.0477,0.0372117400419287
 1964,Bermuda,Ruminants,0.0489,1.57372597137014
 1964,Bermuda,Cereals,0.0489,0.0636196319018405
 1964,Bermuda,Monogastrics,0.0489,0.174353783231084
-1964,Bermuda,Oilcrops,0.0489,NA
-1964,Bermuda,Pulses,0.0489,0.00214723926380368
+1964,Bermuda,FruitVeg,0.0489,0.218118609406953
+1964,Bermuda,OilcropsPulses,0.0489,0.00214723926380368
 1964,Bermuda,Starchy Roots,0.0489,0.0483640081799591
+1964,Bermuda,Sugar,0.0489,0.0456850715746421
 1965,Bermuda,Ruminants,0.0501,1.58700598802395
 1965,Bermuda,Cereals,0.0501,0.0612574850299401
 1965,Bermuda,Monogastrics,0.0501,0.181930139720559
-1965,Bermuda,Oilcrops,0.0501,NA
-1965,Bermuda,Pulses,0.0501,0.00199600798403194
+1965,Bermuda,FruitVeg,0.0501,0.220578842315369
+1965,Bermuda,OilcropsPulses,0.0501,0.00199600798403194
 1965,Bermuda,Starchy Roots,0.0501,0.0443313373253493
+1965,Bermuda,Sugar,0.0501,0.0429940119760479
 1966,Bermuda,Ruminants,0.051,1.67874509803922
 1966,Bermuda,Cereals,0.051,0.0575490196078431
 1966,Bermuda,Monogastrics,0.051,0.206570588235294
-1966,Bermuda,Oilcrops,0.051,NA
-1966,Bermuda,Pulses,0.051,0.00188235294117647
+1966,Bermuda,FruitVeg,0.051,0.211019607843137
+1966,Bermuda,OilcropsPulses,0.051,0.00188235294117647
 1966,Bermuda,Starchy Roots,0.051,0.0413333333333333
+1966,Bermuda,Sugar,0.051,0.042
 1967,Bermuda,Ruminants,0.052,1.368575
 1967,Bermuda,Cereals,0.052,0.0610769230769231
 1967,Bermuda,Monogastrics,0.052,0.23725
-1967,Bermuda,Oilcrops,0.052,NA
-1967,Bermuda,Pulses,0.052,0.00234615384615385
+1967,Bermuda,FruitVeg,0.052,0.216634615384615
+1967,Bermuda,OilcropsPulses,0.052,0.00234615384615385
 1967,Bermuda,Starchy Roots,0.052,0.0391153846153846
+1967,Bermuda,Sugar,0.052,0.043
 1968,Bermuda,Ruminants,0.053,1.5124641509434
 1968,Bermuda,Cereals,0.053,0.0595094339622642
 1968,Bermuda,Monogastrics,0.053,0.234318867924528
-1968,Bermuda,Oilcrops,0.053,NA
-1968,Bermuda,Pulses,0.053,0.00158490566037736
+1968,Bermuda,FruitVeg,0.053,0.224132075471698
+1968,Bermuda,OilcropsPulses,0.053,0.00158490566037736
 1968,Bermuda,Starchy Roots,0.053,0.0387358490566038
+1968,Bermuda,Sugar,0.053,0.0444716981132076
 1969,Bermuda,Ruminants,0.054,1.45582777777778
 1969,Bermuda,Cereals,0.054,0.0575555555555556
 1969,Bermuda,Monogastrics,0.054,0.238753703703704
-1969,Bermuda,Oilcrops,0.054,NA
-1969,Bermuda,Pulses,0.054,0.00151851851851852
+1969,Bermuda,FruitVeg,0.054,0.200555555555556
+1969,Bermuda,OilcropsPulses,0.054,0.00151851851851852
 1969,Bermuda,Starchy Roots,0.054,0.0406296296296296
+1969,Bermuda,Sugar,0.054,0.0411666666666667
 1970,Bermuda,Ruminants,0.055,1.18210181818182
 1970,Bermuda,Cereals,0.055,0.0592363636363636
 1970,Bermuda,Monogastrics,0.055,0.251607272727273
-1970,Bermuda,Oilcrops,0.055,NA
-1970,Bermuda,Pulses,0.055,0.00252727272727273
+1970,Bermuda,FruitVeg,0.055,0.241818181818182
+1970,Bermuda,OilcropsPulses,0.055,0.00252727272727273
 1970,Bermuda,Starchy Roots,0.055,0.0436545454545455
+1970,Bermuda,Sugar,0.055,0.0414545454545455
 1971,Bermuda,Ruminants,0.0546,1.23238461538462
 1971,Bermuda,Cereals,0.0546,0.0597252747252747
 1971,Bermuda,Monogastrics,0.0546,0.239965201465201
-1971,Bermuda,Oilcrops,0.0546,NA
-1971,Bermuda,Pulses,0.0546,0.00131868131868132
+1971,Bermuda,FruitVeg,0.0546,0.214047619047619
+1971,Bermuda,OilcropsPulses,0.0546,0.00131868131868132
 1971,Bermuda,Starchy Roots,0.0546,0.0434249084249084
+1971,Bermuda,Sugar,0.0546,0.0444688644688645
 1972,Bermuda,Ruminants,0.0542,1.19128966789668
 1972,Bermuda,Cereals,0.0542,0.0577675276752768
 1972,Bermuda,Monogastrics,0.0542,0.25429520295203
-1972,Bermuda,Oilcrops,0.0542,NA
-1972,Bermuda,Pulses,0.0542,0.00180811808118081
+1972,Bermuda,FruitVeg,0.0542,0.25359778597786
+1972,Bermuda,OilcropsPulses,0.0542,0.00180811808118081
 1972,Bermuda,Starchy Roots,0.0542,0.0454981549815498
+1972,Bermuda,Sugar,0.0542,0.0572324723247233
 1973,Bermuda,Ruminants,0.0538,1.23092936802974
 1973,Bermuda,Cereals,0.0538,0.0622862453531598
 1973,Bermuda,Monogastrics,0.0538,0.267295539033457
-1973,Bermuda,Oilcrops,0.0538,NA
-1973,Bermuda,Pulses,0.0538,0.00148698884758364
+1973,Bermuda,FruitVeg,0.0538,0.270873605947955
+1973,Bermuda,OilcropsPulses,0.0538,0.00148698884758364
 1973,Bermuda,Starchy Roots,0.0538,0.0452788104089219
+1973,Bermuda,Sugar,0.0538,0.0434944237918216
 1974,Bermuda,Ruminants,0.0534,1.56826029962547
 1974,Bermuda,Cereals,0.0534,0.0575468164794007
 1974,Bermuda,Monogastrics,0.0534,0.254649812734082
-1974,Bermuda,Oilcrops,0.0534,NA
-1974,Bermuda,Pulses,0.0534,0.00172284644194757
+1974,Bermuda,FruitVeg,0.0534,0.256479400749064
+1974,Bermuda,OilcropsPulses,0.0534,0.00172284644194757
 1974,Bermuda,Starchy Roots,0.0534,0.0319662921348315
+1974,Bermuda,Sugar,0.0534,0.0471910112359551
 1975,Bermuda,Ruminants,0.053,1.65510943396226
 1975,Bermuda,Cereals,0.053,0.0641698113207547
 1975,Bermuda,Monogastrics,0.053,0.255349056603774
-1975,Bermuda,Oilcrops,0.053,NA
-1975,Bermuda,Pulses,0.053,0.00147169811320755
+1975,Bermuda,FruitVeg,0.053,0.24622641509434
+1975,Bermuda,OilcropsPulses,0.053,0.00147169811320755
 1975,Bermuda,Starchy Roots,0.053,0.0317547169811321
+1975,Bermuda,Sugar,0.053,0.034811320754717
 1976,Bermuda,Ruminants,0.0532,1.65648308270677
 1976,Bermuda,Cereals,0.0532,0.0569548872180451
 1976,Bermuda,Monogastrics,0.0532,0.278563909774436
-1976,Bermuda,Oilcrops,0.0532,NA
-1976,Bermuda,Pulses,0.0532,0.00174812030075188
+1976,Bermuda,FruitVeg,0.0532,0.250733082706767
+1976,Bermuda,OilcropsPulses,0.0532,0.00174812030075188
 1976,Bermuda,Starchy Roots,0.0532,0.0373684210526316
+1976,Bermuda,Sugar,0.0532,0.0392105263157895
 1977,Bermuda,Ruminants,0.0534,1.62749438202247
 1977,Bermuda,Cereals,0.0534,0.0600187265917603
 1977,Bermuda,Monogastrics,0.0534,0.260290262172285
-1977,Bermuda,Oilcrops,0.0534,NA
-1977,Bermuda,Pulses,0.0534,0.00131086142322097
+1977,Bermuda,FruitVeg,0.0534,0.234850187265918
+1977,Bermuda,OilcropsPulses,0.0534,0.00131086142322097
 1977,Bermuda,Starchy Roots,0.0534,0.0334831460674157
+1977,Bermuda,Sugar,0.0534,0.0353370786516854
 1978,Bermuda,Ruminants,0.0536,1.56889552238806
 1978,Bermuda,Cereals,0.0536,0.0614925373134328
 1978,Bermuda,Monogastrics,0.0536,0.282608208955224
-1978,Bermuda,Oilcrops,0.0536,NA
-1978,Bermuda,Pulses,0.0536,0.00235074626865672
+1978,Bermuda,FruitVeg,0.0536,0.237537313432836
+1978,Bermuda,OilcropsPulses,0.0536,0.00235074626865672
 1978,Bermuda,Starchy Roots,0.0536,0.0322574626865672
+1978,Bermuda,Sugar,0.0536,0.0366977611940299
 1979,Bermuda,Ruminants,0.0538,1.87146282527881
 1979,Bermuda,Cereals,0.0538,0.0597955390334573
 1979,Bermuda,Monogastrics,0.0538,0.273208178438662
-1979,Bermuda,Oilcrops,0.0538,NA
-1979,Bermuda,Pulses,0.0538,0.00172862453531599
+1979,Bermuda,FruitVeg,0.0538,0.251840148698885
+1979,Bermuda,OilcropsPulses,0.0538,0.00172862453531599
 1979,Bermuda,Starchy Roots,0.0538,0.0380297397769517
+1979,Bermuda,Sugar,0.0538,0.0357434944237918
 1980,Bermuda,Ruminants,0.05467,1.8011304188769
 1980,Bermuda,Cereals,0.05467,0.0598134260106091
 1980,Bermuda,Monogastrics,0.05467,0.311320651179806
-1980,Bermuda,Oilcrops,0.05467,NA
-1980,Bermuda,Pulses,0.05467,0.00151820010974941
+1980,Bermuda,FruitVeg,0.05467,0.247119078104994
+1980,Bermuda,OilcropsPulses,0.05467,0.00151820010974941
 1980,Bermuda,Starchy Roots,0.05467,0.0330528626303274
+1980,Bermuda,Sugar,0.05467,0.0374977135540516
 1981,Bermuda,Ruminants,0.05505,1.65118801089918
 1981,Bermuda,Cereals,0.05505,0.0672661217075386
 1981,Bermuda,Monogastrics,0.05505,0.30186012715713
-1981,Bermuda,Oilcrops,0.05505,NA
-1981,Bermuda,Pulses,0.05505,0.00165304268846503
+1981,Bermuda,FruitVeg,0.05505,0.243505903723887
+1981,Bermuda,OilcropsPulses,0.05505,0.00165304268846503
 1981,Bermuda,Starchy Roots,0.05505,0.0315349682107175
+1981,Bermuda,Sugar,0.05505,0.0431425976385104
 1982,Bermuda,Ruminants,0.055449,1.60157802665512
 1982,Bermuda,Cereals,0.055449,0.0717776695702357
 1982,Bermuda,Monogastrics,0.055449,0.293700517592743
-1982,Bermuda,Oilcrops,0.055449,NA
-1982,Bermuda,Pulses,0.055449,0.0020198741185594
+1982,Bermuda,FruitVeg,0.055449,0.24483759851395
+1982,Bermuda,OilcropsPulses,0.055449,0.0020198741185594
 1982,Bermuda,Starchy Roots,0.055449,0.0284585835632744
+1982,Bermuda,Sugar,0.055449,0.0398023408898267
 1983,Bermuda,Ruminants,0.05593,1.58197568389058
 1983,Bermuda,Cereals,0.05593,0.0745753620597175
 1983,Bermuda,Monogastrics,0.05593,0.310965492580011
-1983,Bermuda,Oilcrops,0.05593,NA
-1983,Bermuda,Pulses,0.05593,0.0020561416055784
+1983,Bermuda,FruitVeg,0.05593,0.255265510459503
+1983,Bermuda,OilcropsPulses,0.05593,0.0020561416055784
 1983,Bermuda,Starchy Roots,0.05593,0.0280708027892008
+1983,Bermuda,Sugar,0.05593,0.038870016091543
 1984,Bermuda,Ruminants,0.056423,1.5236782872233
 1984,Bermuda,Cereals,0.056423,0.0824132002906616
 1984,Bermuda,Monogastrics,0.056423,0.294374634457579
-1984,Bermuda,Oilcrops,0.056423,NA
-1984,Bermuda,Pulses,0.056423,0.00223313187884373
+1984,Bermuda,FruitVeg,0.056423,0.265264165322652
+1984,Bermuda,OilcropsPulses,0.056423,0.00223313187884373
 1984,Bermuda,Starchy Roots,0.056423,0.0314588022614891
+1984,Bermuda,Sugar,0.056423,0.0386367261577725
 1985,Bermuda,Ruminants,0.056898,1.33055643432107
 1985,Bermuda,Cereals,0.056898,0.0807409750782101
 1985,Bermuda,Monogastrics,0.056898,0.290859081162783
-1985,Bermuda,Oilcrops,0.056898,NA
-1985,Bermuda,Pulses,0.056898,0.00156420260817603
+1985,Bermuda,FruitVeg,0.056898,0.267461070687898
+1985,Bermuda,OilcropsPulses,0.056898,0.00156420260817603
 1985,Bermuda,Starchy Roots,0.056898,0.0300362051390207
+1985,Bermuda,Sugar,0.056898,0.0415304580125839
 1986,Bermuda,Ruminants,0.057382,1.30911958453871
 1986,Bermuda,Cereals,0.057382,0.0851486528876651
 1986,Bermuda,Monogastrics,0.057382,0.2682461399045
-1986,Bermuda,Oilcrops,0.057382,NA
-1986,Bermuda,Pulses,0.057382,0.00139416541772681
+1986,Bermuda,FruitVeg,0.057382,0.26450803387822
+1986,Bermuda,OilcropsPulses,0.057382,0.00139416541772681
 1986,Bermuda,Starchy Roots,0.057382,0.0277438918127636
+1986,Bermuda,Sugar,0.057382,0.0386009550033111
 1987,Bermuda,Ruminants,0.057849,1.27185949627478
 1987,Bermuda,Cereals,0.057849,0.0812805752908434
 1987,Bermuda,Monogastrics,0.057849,0.30173901018168
-1987,Bermuda,Oilcrops,0.057849,NA
-1987,Bermuda,Pulses,0.057849,0.00129647876367785
+1987,Bermuda,FruitVeg,0.057849,0.265691714636381
+1987,Bermuda,OilcropsPulses,0.057849,0.00129647876367785
 1987,Bermuda,Starchy Roots,0.057849,0.0316340818337396
+1987,Bermuda,Sugar,0.057849,0.0386869263081471
 1988,Bermuda,Ruminants,0.058347,1.41111625276364
 1988,Bermuda,Cereals,0.058347,0.0730114658851355
 1988,Bermuda,Monogastrics,0.058347,0.28929165167018
-1988,Bermuda,Oilcrops,0.058347,NA
-1988,Bermuda,Pulses,0.058347,0.00128541313178055
+1988,Bermuda,FruitVeg,0.058347,0.265155020823693
+1988,Bermuda,OilcropsPulses,0.058347,0.00128541313178055
 1988,Bermuda,Starchy Roots,0.058347,0.0304214441188064
+1988,Bermuda,Sugar,0.058347,0.0341234339383344
 1989,Bermuda,Ruminants,0.058841,1.24543430601111
 1989,Bermuda,Cereals,0.058841,0.0743869070885947
 1989,Bermuda,Monogastrics,0.058841,0.305468975714213
-1989,Bermuda,Oilcrops,0.058841,NA
-1989,Bermuda,Pulses,0.058841,0.00127462143743308
+1989,Bermuda,FruitVeg,0.058841,0.285549191890009
+1989,Bermuda,OilcropsPulses,0.058841,0.00127462143743308
 1989,Bermuda,Starchy Roots,0.058841,0.0347376829081763
+1989,Bermuda,Sugar,0.058841,0.0357743750106218
 1990,Bermuda,Ruminants,0.059326,1.14940666823989
 1990,Bermuda,Cereals,0.059326,0.0617267302700334
 1990,Bermuda,Monogastrics,0.059326,0.357831304992752
-1990,Bermuda,Oilcrops,0.059326,NA
-1990,Bermuda,Pulses,0.059326,0.00143276135252672
+1990,Bermuda,FruitVeg,0.059326,0.309813572464012
+1990,Bermuda,OilcropsPulses,0.059326,0.00143276135252672
 1990,Bermuda,Starchy Roots,0.059326,0.038398004247716
+1990,Bermuda,Sugar,0.059326,0.0380271718976503
 1991,Bermuda,Ruminants,0.059021,1.05597329763982
 1991,Bermuda,Cereals,0.059021,0.0685010420019993
 1991,Bermuda,Monogastrics,0.059021,0.318803476728622
-1991,Bermuda,Oilcrops,0.059021,NA
-1991,Bermuda,Pulses,0.059021,0.00166042595008556
+1991,Bermuda,FruitVeg,0.059021,0.291048948679284
+1991,Bermuda,OilcropsPulses,0.059021,0.00166042595008556
 1991,Bermuda,Starchy Roots,0.059021,0.0549296013283408
+1991,Bermuda,Sugar,0.059021,0.0370715508039511
 1992,Bermuda,Ruminants,0.058595,1.06563699974401
 1992,Bermuda,Cereals,0.058595,0.0663708507551839
 1992,Bermuda,Monogastrics,0.058595,0.281974571209148
-1992,Bermuda,Oilcrops,0.058595,0.000819182524106152
-1992,Bermuda,Pulses,0.058595,0.00141650311460022
+1992,Bermuda,FruitVeg,0.058595,0.3525386125096
+1992,Bermuda,OilcropsPulses,0.058595,0.00223568563870637
 1992,Bermuda,Starchy Roots,0.058595,0.0472736581619592
+1992,Bermuda,Sugar,0.058595,0.0357197713115453
 1993,Bermuda,Ruminants,0.05891,1.0783483279579
 1993,Bermuda,Cereals,0.05891,0.0657104057036157
 1993,Bermuda,Monogastrics,0.05891,0.25285350534714
-1993,Bermuda,Oilcrops,0.05891,0.000543201493804108
-1993,Bermuda,Pulses,0.05891,0.00162960448141232
+1993,Bermuda,FruitVeg,0.05891,0.360499066372433
+1993,Bermuda,OilcropsPulses,0.05891,0.00217280597521643
 1993,Bermuda,Starchy Roots,0.05891,0.0323714140213886
+1993,Bermuda,Sugar,0.05891,0.036564250551689
 1994,Bermuda,Ruminants,0.05932,1.06502865812542
 1994,Bermuda,Cereals,0.05932,0.0634524612272421
 1994,Bermuda,Monogastrics,0.05932,0.243723870532704
-1994,Bermuda,Oilcrops,0.05932,0.000674308833445718
-1994,Bermuda,Pulses,0.05932,0.00151719487525287
+1994,Bermuda,FruitVeg,0.05932,0.405192178017532
+1994,Bermuda,OilcropsPulses,0.05932,0.00219150370869858
 1994,Bermuda,Starchy Roots,0.05932,0.0373904248145651
+1994,Bermuda,Sugar,0.05932,0.0519892110586649
 1995,Bermuda,Ruminants,0.059746,1.05117664780906
 1995,Bermuda,Cereals,0.059746,0.065443711712918
 1995,Bermuda,Monogastrics,0.059746,0.281153550028454
-1995,Bermuda,Oilcrops,0.059746,0.000502125665316507
-1995,Bermuda,Pulses,0.059746,0.00150637699594952
+1995,Bermuda,FruitVeg,0.059746,0.453603588524755
+1995,Bermuda,OilcropsPulses,0.059746,0.00200850266126603
 1995,Bermuda,Starchy Roots,0.059746,0.0313661165601044
+1995,Bermuda,Sugar,0.059746,0.0558363739831955
 1996,Bermuda,Ruminants,0.060129,1.14457250245306
 1996,Bermuda,Cereals,0.060129,0.0684361955129804
 1996,Bermuda,Monogastrics,0.060129,0.260814249363868
-1996,Bermuda,Oilcrops,0.060129,0.000498927306291473
-1996,Bermuda,Pulses,0.060129,0.00149678191887442
+1996,Bermuda,FruitVeg,0.060129,0.411781336792563
+1996,Bermuda,OilcropsPulses,0.060129,0.00199570922516589
 1996,Bermuda,Starchy Roots,0.060129,0.0331454040479635
+1996,Bermuda,Sugar,0.060129,0.056994129288696
 1997,Bermuda,Ruminants,0.060497,1.16403458022712
 1997,Bermuda,Cereals,0.060497,0.0593583152883614
 1997,Bermuda,Monogastrics,0.060497,0.291235929054333
-1997,Bermuda,Oilcrops,0.060497,0.000495892358298759
-1997,Bermuda,Pulses,0.060497,0.00148767707489628
+1997,Bermuda,FruitVeg,0.060497,0.371506025092153
+1997,Bermuda,OilcropsPulses,0.060497,0.00198356943319503
 1997,Bermuda,Starchy Roots,0.060497,0.0219349719820818
+1997,Bermuda,Sugar,0.060497,0.049671884556259
 1998,Bermuda,Ruminants,0.060943,1.16368902088837
 1998,Bermuda,Cereals,0.060943,0.0594818108724546
 1998,Bermuda,Monogastrics,0.060943,0.290998145808378
-1998,Bermuda,Oilcrops,0.060943,0.000656351016523637
-1998,Bermuda,Pulses,0.060943,0.00147678978717818
+1998,Bermuda,FruitVeg,0.060943,0.357514398700425
+1998,Bermuda,OilcropsPulses,0.060943,0.00213314080370182
 1998,Bermuda,Starchy Roots,0.060943,0.0210688676304087
+1998,Bermuda,Sugar,0.060943,0.0534597902958502
 1999,Bermuda,Ruminants,0.061285,1.06630170514808
 1999,Bermuda,Cereals,0.061285,0.0683527780044056
 1999,Bermuda,Monogastrics,0.061285,0.262682548747654
-1999,Bermuda,Oilcrops,0.061285,0.000652688259769927
-1999,Bermuda,Pulses,0.061285,0.00146854858448234
+1999,Bermuda,FruitVeg,0.061285,0.30850942318675
+1999,Bermuda,OilcropsPulses,0.061285,0.00212123684425226
 1999,Bermuda,Starchy Roots,0.061285,0.0229419923309129
+1999,Bermuda,Sugar,0.061285,0.0544015664518235
 2000,Bermuda,Ruminants,0.061833,1.09319457247748
 2000,Bermuda,Cereals,0.061833,0.0627173192308314
 2000,Bermuda,Monogastrics,0.061833,0.266014911131596
-2000,Bermuda,Oilcrops,0.061833,0.000646903756893568
-2000,Bermuda,Pulses,0.061833,0.00145553345301053
+2000,Bermuda,FruitVeg,0.061833,0.302443678941666
+2000,Bermuda,OilcropsPulses,0.061833,0.0021024372099041
 2000,Bermuda,Starchy Roots,0.061833,0.0273155111348309
+2000,Bermuda,Sugar,0.061833,0.0505717011951547
 2001,Bermuda,Ruminants,0.062504,1.0475329578907
 2001,Bermuda,Cereals,0.062504,0.0591642134903366
 2001,Bermuda,Monogastrics,0.062504,0.255294061180084
-2001,Bermuda,Oilcrops,0.062504,0.000639959042621272
-2001,Bermuda,Pulses,0.062504,0.00143990784589786
+2001,Bermuda,FruitVeg,0.062504,0.247936132087546
+2001,Bermuda,OilcropsPulses,0.062504,0.00207986688851914
 2001,Bermuda,Starchy Roots,0.062504,0.0278382183540253
+2001,Bermuda,Sugar,0.062504,0.0478689363880712
 2002,Bermuda,Ruminants,0.062912,1.06105989318413
 2002,Bermuda,Cereals,0.062912,0.0542026958290946
 2002,Bermuda,Monogastrics,0.062912,0.25360503560529
-2002,Bermuda,Oilcrops,0.062912,0.00108087487283825
-2002,Bermuda,Pulses,0.062912,0.00143056968463886
+2002,Bermuda,FruitVeg,0.062912,0.228287131230926
+2002,Bermuda,OilcropsPulses,0.062912,0.00251144455747711
 2002,Bermuda,Starchy Roots,0.062912,0.0347628433367243
+2002,Bermuda,Sugar,0.062912,0.0470339521871821
 2003,Bermuda,Ruminants,0.063325,1.02307777339124
 2003,Bermuda,Cereals,0.063325,0.0541018555073036
 2003,Bermuda,Monogastrics,0.063325,0.257833399131465
-2003,Bermuda,Oilcrops,0.063325,0.000789577575996842
-2003,Bermuda,Pulses,0.063325,0.00142123963679431
+2003,Bermuda,FruitVeg,0.063325,0.225866561389656
+2003,Bermuda,OilcropsPulses,0.063325,0.00221081721279116
 2003,Bermuda,Starchy Roots,0.063325,0.0217923410975128
+2003,Bermuda,Sugar,0.063325,0.0467272009474931
 2004,Bermuda,Ruminants,0.06374,0.93650611860684
 2004,Bermuda,Cereals,0.06374,0.0602447442736115
 2004,Bermuda,Monogastrics,0.06374,0.214424223407593
-2004,Bermuda,Oilcrops,0.06374,0.000564794477565108
-2004,Bermuda,Pulses,0.06374,0.00141198619391277
+2004,Bermuda,FruitVeg,0.06374,0.216692814559147
+2004,Bermuda,OilcropsPulses,0.06374,0.00197678067147788
 2004,Bermuda,Starchy Roots,0.06374,0.0194540320050204
+2004,Bermuda,Sugar,0.06374,0.047458424850957
 2005,Bermuda,Ruminants,0.064154,0.980086978208685
 2005,Bermuda,Cereals,0.064154,0.0636437322692272
 2005,Bermuda,Monogastrics,0.064154,0.218503912460642
-2005,Bermuda,Oilcrops,0.064154,0.000639087196433582
-2005,Bermuda,Pulses,0.064154,0.00140287433363469
+2005,Bermuda,FruitVeg,0.064154,0.204757302740281
+2005,Bermuda,OilcropsPulses,0.064154,0.00204196153006827
 2005,Bermuda,Starchy Roots,0.064154,0.0203260903451071
+2005,Bermuda,Sugar,0.064154,0.0452037285282289
 2006,Bermuda,Ruminants,0.064523,1.0116733567875
 2006,Bermuda,Cereals,0.064523,0.0615594439192226
 2006,Bermuda,Monogastrics,0.064523,0.260077801714117
-2006,Bermuda,Oilcrops,0.064523,0.000619933977031446
-2006,Bermuda,Pulses,0.064523,0.00139485144832075
+2006,Bermuda,FruitVeg,0.064523,0.218480231855307
+2006,Bermuda,OilcropsPulses,0.064523,0.0020147854253522
 2006,Bermuda,Starchy Roots,0.064523,0.018551524262666
+2006,Bermuda,Sugar,0.064523,0.0466655301210421
 2007,Bermuda,Ruminants,0.064888,1.11563309086426
 2007,Bermuda,Cereals,0.064888,0.0664991986191592
 2007,Bermuda,Monogastrics,0.064888,0.269228516828998
-2007,Bermuda,Oilcrops,0.064888,0.000678091480705215
-2007,Bermuda,Pulses,0.064888,0.00138700530144249
+2007,Bermuda,FruitVeg,0.064888,0.198095179386019
+2007,Bermuda,OilcropsPulses,0.064888,0.0020650967821477
 2007,Bermuda,Starchy Roots,0.064888,0.0222691406731599
+2007,Bermuda,Sugar,0.064888,0.0451084946369128
 2008,Bermuda,Ruminants,0.065273,1.07873393286658
 2008,Bermuda,Cereals,0.065273,0.0618785715380019
 2008,Bermuda,Monogastrics,0.065273,0.300680219999081
-2008,Bermuda,Oilcrops,0.065273,0.000704732431480091
-2008,Bermuda,Pulses,0.065273,0.00137882432246105
+2008,Bermuda,FruitVeg,0.065273,0.194061863251268
+2008,Bermuda,OilcropsPulses,0.065273,0.00208355675394114
 2008,Bermuda,Starchy Roots,0.065273,0.0216169013221393
+2008,Bermuda,Sugar,0.065273,0.0462212553429443
 2009,Bermuda,Ruminants,0.065636,1.04833323176306
 2009,Bermuda,Cereals,0.065636,0.0654518861600341
 2009,Bermuda,Monogastrics,0.065636,0.278554451825218
-2009,Bermuda,Oilcrops,0.065636,0.000883661405326345
-2009,Bermuda,Pulses,0.065636,0.00137119873240295
+2009,Bermuda,FruitVeg,0.065636,0.202434639527089
+2009,Bermuda,OilcropsPulses,0.065636,0.0022548601377293
 2009,Bermuda,Starchy Roots,0.065636,0.0216954110549089
+2009,Bermuda,Sugar,0.065636,0.0466816990675849
 2010,Bermuda,Ruminants,0.065124,0.874871015293901
 2010,Bermuda,Cereals,0.065124,0.0756403169338493
 2010,Bermuda,Monogastrics,0.065124,0.297372704379338
-2010,Bermuda,Oilcrops,0.065124,0.000875253362815552
-2010,Bermuda,Pulses,0.065124,0.00138197899391929
+2010,Bermuda,FruitVeg,0.065124,0.200279466863215
+2010,Bermuda,OilcropsPulses,0.065124,0.00225723235673484
 2010,Bermuda,Starchy Roots,0.065124,0.020791106197408
+2010,Bermuda,Sugar,0.065124,0.0461888090412137
 2011,Bermuda,Ruminants,0.064564,1.43698500712471
 2011,Bermuda,Cereals,0.064564,0.0755839167337835
 2011,Bermuda,Monogastrics,0.064564,0.29395483551205
-2011,Bermuda,Oilcrops,0.064564,0.0010532185118642
-2011,Bermuda,Pulses,0.064564,0.00139396567746732
+2011,Bermuda,FruitVeg,0.064564,0.17199987609194
+2011,Bermuda,OilcropsPulses,0.064564,0.00244718418933152
 2011,Bermuda,Starchy Roots,0.064564,0.0237593705470541
+2011,Bermuda,Sugar,0.064564,0.046914689300539
 1961,Bolivia (Plurinational State of),Ruminants,3.764815,0.4113243014597
 1961,Bolivia (Plurinational State of),Cereals,3.764815,0.0914849733652251
 1961,Bolivia (Plurinational State of),Monogastrics,3.764815,0.042375282716415
-1961,Bolivia (Plurinational State of),Oilcrops,3.764815,0.00151747164203288
-1961,Bolivia (Plurinational State of),Pulses,3.764815,0.00202320698361008
+1961,Bolivia (Plurinational State of),FruitVeg,3.764815,0.113065316622464
+1961,Bolivia (Plurinational State of),OilcropsPulses,3.764815,0.00354067862564296
 1961,Bolivia (Plurinational State of),Starchy Roots,3.764815,0.120982040286176
+1961,Bolivia (Plurinational State of),Sugar,3.764815,0.01744069761728
 1962,Bolivia (Plurinational State of),Ruminants,3.838096,0.425981606504892
 1962,Bolivia (Plurinational State of),Cereals,3.838096,0.0937652419324582
 1962,Bolivia (Plurinational State of),Monogastrics,3.838096,0.0421839630900321
-1962,Bolivia (Plurinational State of),Oilcrops,3.838096,0.00142648855057299
-1962,Bolivia (Plurinational State of),Pulses,3.838096,0.0019228284024162
+1962,Bolivia (Plurinational State of),FruitVeg,3.838096,0.119208326211747
+1962,Bolivia (Plurinational State of),OilcropsPulses,3.838096,0.00334931695298919
 1962,Bolivia (Plurinational State of),Starchy Roots,3.838096,0.119657767809872
+1962,Bolivia (Plurinational State of),Sugar,3.838096,0.0181324281622971
 1963,Bolivia (Plurinational State of),Ruminants,3.913397,0.430319668564166
 1963,Bolivia (Plurinational State of),Cereals,3.913397,0.0946952225905013
 1963,Bolivia (Plurinational State of),Monogastrics,3.913397,0.0426202350540975
-1963,Bolivia (Plurinational State of),Oilcrops,3.913397,0.00142842650515652
-1963,Bolivia (Plurinational State of),Pulses,3.913397,0.0022279876025867
+1963,Bolivia (Plurinational State of),FruitVeg,3.913397,0.125334076762465
+1963,Bolivia (Plurinational State of),OilcropsPulses,3.913397,0.00365641410774322
 1963,Bolivia (Plurinational State of),Starchy Roots,3.913397,0.121056718753554
+1963,Bolivia (Plurinational State of),Sugar,3.913397,0.0181709139144329
 1964,Bolivia (Plurinational State of),Ruminants,3.990855,0.413550078867811
 1964,Bolivia (Plurinational State of),Cereals,3.990855,0.083661020006991
 1964,Bolivia (Plurinational State of),Monogastrics,3.990855,0.0423352389400266
-1964,Bolivia (Plurinational State of),Oilcrops,3.990855,0.00224839038251202
-1964,Bolivia (Plurinational State of),Pulses,3.990855,0.00217522310382111
+1964,Bolivia (Plurinational State of),FruitVeg,3.990855,0.128733316544951
+1964,Bolivia (Plurinational State of),OilcropsPulses,3.990855,0.00442361348633313
 1964,Bolivia (Plurinational State of),Starchy Roots,3.990855,0.122628860231705
+1964,Bolivia (Plurinational State of),Sugar,3.990855,0.0186564032018202
 1965,Bolivia (Plurinational State of),Ruminants,4.07059,0.413839885618547
 1965,Bolivia (Plurinational State of),Cereals,4.07059,0.093958369671227
 1965,Bolivia (Plurinational State of),Monogastrics,4.07059,0.0440829707732786
-1965,Bolivia (Plurinational State of),Oilcrops,4.07059,0.00195991244512466
-1965,Bolivia (Plurinational State of),Pulses,4.07059,0.00214145860919424
+1965,Bolivia (Plurinational State of),FruitVeg,4.07059,0.137839232150622
+1965,Bolivia (Plurinational State of),OilcropsPulses,4.07059,0.00410137105431891
 1965,Bolivia (Plurinational State of),Starchy Roots,4.07059,0.123203515952233
+1965,Bolivia (Plurinational State of),Sugar,4.07059,0.0203970431804726
 1966,Bolivia (Plurinational State of),Ruminants,4.152665,0.4257821182301
 1966,Bolivia (Plurinational State of),Cereals,4.152665,0.0919375870675819
 1966,Bolivia (Plurinational State of),Monogastrics,4.152665,0.0463476345912805
-1966,Bolivia (Plurinational State of),Oilcrops,4.152665,0.00195705649263786
-1966,Bolivia (Plurinational State of),Pulses,4.152665,0.00205410260639854
+1966,Bolivia (Plurinational State of),FruitVeg,4.152665,0.145343050787868
+1966,Bolivia (Plurinational State of),OilcropsPulses,4.152665,0.0040111590990364
 1966,Bolivia (Plurinational State of),Starchy Roots,4.152665,0.118605521996116
+1966,Bolivia (Plurinational State of),Sugar,4.152665,0.0213340108099257
 1967,Bolivia (Plurinational State of),Ruminants,4.237126,0.429928423181185
 1967,Bolivia (Plurinational State of),Cereals,4.237126,0.0963122172906824
 1967,Bolivia (Plurinational State of),Monogastrics,4.237126,0.0467472055350726
-1967,Bolivia (Plurinational State of),Oilcrops,4.237126,0.00225435826076449
-1967,Bolivia (Plurinational State of),Pulses,4.237126,0.00205894278338666
+1967,Bolivia (Plurinational State of),FruitVeg,4.237126,0.149692739842997
+1967,Bolivia (Plurinational State of),OilcropsPulses,4.237126,0.00431330104415115
 1967,Bolivia (Plurinational State of),Starchy Roots,4.237126,0.116102282537739
+1967,Bolivia (Plurinational State of),Sugar,4.237126,0.0225320181651431
 1968,Bolivia (Plurinational State of),Ruminants,4.324066,0.437076816126303
 1968,Bolivia (Plurinational State of),Cereals,4.324066,0.0948454533302683
 1968,Bolivia (Plurinational State of),Monogastrics,4.324066,0.0491167109845224
-1968,Bolivia (Plurinational State of),Oilcrops,4.324066,0.00213063352872042
-1968,Bolivia (Plurinational State of),Pulses,4.324066,0.00199465040542859
+1968,Bolivia (Plurinational State of),FruitVeg,4.324066,0.151854990187476
+1968,Bolivia (Plurinational State of),OilcropsPulses,4.324066,0.00412528393414902
 1968,Bolivia (Plurinational State of),Starchy Roots,4.324066,0.136648006760304
+1968,Bolivia (Plurinational State of),Sugar,4.324066,0.0232211996764157
 1969,Bolivia (Plurinational State of),Ruminants,4.413584,0.449123116270133
 1969,Bolivia (Plurinational State of),Cereals,4.413584,0.0880851027192413
 1969,Bolivia (Plurinational State of),Monogastrics,4.413584,0.0516085793314458
-1969,Bolivia (Plurinational State of),Oilcrops,4.413584,0.0029998296169281
-1969,Bolivia (Plurinational State of),Pulses,4.413584,0.00221905825288473
+1969,Bolivia (Plurinational State of),FruitVeg,4.413584,0.135472441444413
+1969,Bolivia (Plurinational State of),OilcropsPulses,4.413584,0.00521888786981283
 1969,Bolivia (Plurinational State of),Starchy Roots,4.413584,0.140716932089658
+1969,Bolivia (Plurinational State of),Sugar,4.413584,0.0243493723015128
 1970,Bolivia (Plurinational State of),Ruminants,4.505774,0.472418234913691
 1970,Bolivia (Plurinational State of),Cereals,4.505774,0.0952642098782584
 1970,Bolivia (Plurinational State of),Monogastrics,4.505774,0.0547057619845114
-1970,Bolivia (Plurinational State of),Oilcrops,4.505774,0.00316993262422838
-1970,Bolivia (Plurinational State of),Pulses,4.505774,0.00164189326850392
+1970,Bolivia (Plurinational State of),FruitVeg,4.505774,0.142548427861673
+1970,Bolivia (Plurinational State of),OilcropsPulses,4.505774,0.0048118258927323
 1970,Bolivia (Plurinational State of),Starchy Roots,4.505774,0.144457533822158
+1970,Bolivia (Plurinational State of),Sugar,4.505774,0.025963352800207
 1971,Bolivia (Plurinational State of),Ruminants,4.600596,0.430307225411664
 1971,Bolivia (Plurinational State of),Cereals,4.600596,0.0992123629199347
 1971,Bolivia (Plurinational State of),Monogastrics,4.600596,0.0581070583028808
-1971,Bolivia (Plurinational State of),Oilcrops,4.600596,0.00498739728504742
-1971,Bolivia (Plurinational State of),Pulses,4.600596,0.00191018728877737
+1971,Bolivia (Plurinational State of),FruitVeg,4.600596,0.146405161418216
+1971,Bolivia (Plurinational State of),OilcropsPulses,4.600596,0.00689758457382478
 1971,Bolivia (Plurinational State of),Starchy Roots,4.600596,0.151044777676631
+1971,Bolivia (Plurinational State of),Sugar,4.600596,0.0276162045091549
 1972,Bolivia (Plurinational State of),Ruminants,4.69809,0.470607566053439
 1972,Bolivia (Plurinational State of),Cereals,4.69809,0.0938766605152307
 1972,Bolivia (Plurinational State of),Monogastrics,4.69809,0.0603744926129555
-1972,Bolivia (Plurinational State of),Oilcrops,4.69809,0.00814288359737681
-1972,Bolivia (Plurinational State of),Pulses,4.69809,0.00189034267117062
+1972,Bolivia (Plurinational State of),FruitVeg,4.69809,0.150980504843458
+1972,Bolivia (Plurinational State of),OilcropsPulses,4.69809,0.0100332262685474
 1972,Bolivia (Plurinational State of),Starchy Roots,4.69809,0.147099778846297
+1972,Bolivia (Plurinational State of),Sugar,4.69809,0.0271125074232294
 1973,Bolivia (Plurinational State of),Ruminants,4.79851,0.476699225384546
 1973,Bolivia (Plurinational State of),Cereals,4.79851,0.085410679565115
 1973,Bolivia (Plurinational State of),Monogastrics,4.79851,0.0608860041971362
-1973,Bolivia (Plurinational State of),Oilcrops,4.79851,0.0126964411869518
-1973,Bolivia (Plurinational State of),Pulses,4.79851,0.00191601142854761
+1973,Bolivia (Plurinational State of),FruitVeg,4.79851,0.154623414351538
+1973,Bolivia (Plurinational State of),OilcropsPulses,4.79851,0.0146124526154994
 1973,Bolivia (Plurinational State of),Starchy Roots,4.79851,0.144502147541633
+1973,Bolivia (Plurinational State of),Sugar,4.79851,0.0242135579586163
 1974,Bolivia (Plurinational State of),Ruminants,4.902173,0.498046641764785
 1974,Bolivia (Plurinational State of),Cereals,4.902173,0.0983429185383706
 1974,Bolivia (Plurinational State of),Monogastrics,4.902173,0.0628208143613047
-1974,Bolivia (Plurinational State of),Oilcrops,4.902173,0.0136845435687398
-1974,Bolivia (Plurinational State of),Pulses,4.902173,0.00257722442680011
+1974,Bolivia (Plurinational State of),FruitVeg,4.902173,0.158432801127174
+1974,Bolivia (Plurinational State of),OilcropsPulses,4.902173,0.0162617679955399
 1974,Bolivia (Plurinational State of),Starchy Roots,4.902173,0.146758794518268
+1974,Bolivia (Plurinational State of),Sugar,4.902173,0.0236741950967459
 1975,Bolivia (Plurinational State of),Ruminants,5.009259,0.498374809527717
 1975,Bolivia (Plurinational State of),Cereals,5.009259,0.103759857495889
 1975,Bolivia (Plurinational State of),Monogastrics,5.009259,0.0696058438982692
-1975,Bolivia (Plurinational State of),Oilcrops,5.009259,0.0107441040680867
-1975,Bolivia (Plurinational State of),Pulses,5.009259,0.00295392991258787
+1975,Bolivia (Plurinational State of),FruitVeg,5.009259,0.159939823434963
+1975,Bolivia (Plurinational State of),OilcropsPulses,5.009259,0.0136980339806746
 1975,Bolivia (Plurinational State of),Starchy Roots,5.009259,0.154974418372059
+1975,Bolivia (Plurinational State of),Sugar,5.009259,0.0241209328565363
 1976,Bolivia (Plurinational State of),Ruminants,5.119833,0.518708911013308
 1976,Bolivia (Plurinational State of),Cereals,5.119833,0.104286799979609
 1976,Bolivia (Plurinational State of),Monogastrics,5.119833,0.0718607618646936
-1976,Bolivia (Plurinational State of),Oilcrops,5.119833,0.00676350185640821
-1976,Bolivia (Plurinational State of),Pulses,5.119833,0.00263309369661081
+1976,Bolivia (Plurinational State of),FruitVeg,5.119833,0.154137058767347
+1976,Bolivia (Plurinational State of),OilcropsPulses,5.119833,0.00939659555301901
 1976,Bolivia (Plurinational State of),Starchy Roots,5.119833,0.15480524462419
+1976,Bolivia (Plurinational State of),Sugar,5.119833,0.0272169033638402
 1977,Bolivia (Plurinational State of),Ruminants,5.233677,0.539985520696061
 1977,Bolivia (Plurinational State of),Cereals,5.233677,0.0993861485911339
 1977,Bolivia (Plurinational State of),Monogastrics,5.233677,0.0749050810739753
-1977,Bolivia (Plurinational State of),Oilcrops,5.233677,0.00795731184786528
-1977,Bolivia (Plurinational State of),Pulses,5.233677,0.00299311554763506
+1977,Bolivia (Plurinational State of),FruitVeg,5.233677,0.14811212079003
+1977,Bolivia (Plurinational State of),OilcropsPulses,5.233677,0.0109504273955003
 1977,Bolivia (Plurinational State of),Starchy Roots,5.233677,0.129085344777677
+1977,Bolivia (Plurinational State of),Sugar,5.233677,0.0305767818686556
 1978,Bolivia (Plurinational State of),Ruminants,5.35032,0.54774639647722
 1978,Bolivia (Plurinational State of),Cereals,5.35032,0.108598177305283
 1978,Bolivia (Plurinational State of),Monogastrics,5.35032,0.0746907848502519
-1978,Bolivia (Plurinational State of),Oilcrops,5.35032,0.00812250482214148
-1978,Bolivia (Plurinational State of),Pulses,5.35032,0.00297122415107881
+1978,Bolivia (Plurinational State of),FruitVeg,5.35032,0.132455068108076
+1978,Bolivia (Plurinational State of),OilcropsPulses,5.35032,0.0110937289732203
 1978,Bolivia (Plurinational State of),Starchy Roots,5.35032,0.124276491873383
+1978,Bolivia (Plurinational State of),Sugar,5.35032,0.0319922920498213
 1979,Bolivia (Plurinational State of),Ruminants,5.469123,0.565643522736644
 1979,Bolivia (Plurinational State of),Cereals,5.469123,0.109681204829367
 1979,Bolivia (Plurinational State of),Monogastrics,5.469123,0.0748725709771018
-1979,Bolivia (Plurinational State of),Oilcrops,5.469123,0.0072956852497192
-1979,Bolivia (Plurinational State of),Pulses,5.469123,0.00247023151609499
+1979,Bolivia (Plurinational State of),FruitVeg,5.469123,0.129119970423046
+1979,Bolivia (Plurinational State of),OilcropsPulses,5.469123,0.00976591676581419
 1979,Bolivia (Plurinational State of),Starchy Roots,5.469123,0.116306398667574
+1979,Bolivia (Plurinational State of),Sugar,5.469123,0.0355239770617702
 1980,Bolivia (Plurinational State of),Ruminants,5.589572,0.690424043200445
 1980,Bolivia (Plurinational State of),Cereals,5.589572,0.0984350859063985
 1980,Bolivia (Plurinational State of),Monogastrics,5.589572,0.0806949798660792
-1980,Bolivia (Plurinational State of),Oilcrops,5.589572,0.00521184806278549
-1980,Bolivia (Plurinational State of),Pulses,5.589572,0.00238318783620642
+1980,Bolivia (Plurinational State of),FruitVeg,5.589572,0.141807995316994
+1980,Bolivia (Plurinational State of),OilcropsPulses,5.589572,0.00759503589899191
 1980,Bolivia (Plurinational State of),Starchy Roots,5.589572,0.122067664572529
+1980,Bolivia (Plurinational State of),Sugar,5.589572,0.0300826252886625
 1981,Bolivia (Plurinational State of),Ruminants,5.711598,0.637265507831609
 1981,Bolivia (Plurinational State of),Cereals,5.711598,0.102479376174584
 1981,Bolivia (Plurinational State of),Monogastrics,5.711598,0.0802785490155294
-1981,Bolivia (Plurinational State of),Oilcrops,5.711598,0.00469938535590215
-1981,Bolivia (Plurinational State of),Pulses,5.711598,0.00328174356808725
+1981,Bolivia (Plurinational State of),FruitVeg,5.711598,0.131400179074228
+1981,Bolivia (Plurinational State of),OilcropsPulses,5.711598,0.0079811289239894
 1981,Bolivia (Plurinational State of),Starchy Roots,5.711598,0.131980051817372
+1981,Bolivia (Plurinational State of),Sugar,5.711598,0.0287444949732106
 1982,Bolivia (Plurinational State of),Ruminants,5.835186,0.617660568146414
 1982,Bolivia (Plurinational State of),Cereals,5.835186,0.0980993579296358
 1982,Bolivia (Plurinational State of),Monogastrics,5.835186,0.0780503997644634
-1982,Bolivia (Plurinational State of),Oilcrops,5.835186,0.00410543896972607
-1982,Bolivia (Plurinational State of),Pulses,5.835186,0.00305731471113346
+1982,Bolivia (Plurinational State of),FruitVeg,5.835186,0.133699594151755
+1982,Bolivia (Plurinational State of),OilcropsPulses,5.835186,0.00716275368085953
 1982,Bolivia (Plurinational State of),Starchy Roots,5.835186,0.125872251544338
+1982,Bolivia (Plurinational State of),Sugar,5.835186,0.0311337119330901
 1983,Bolivia (Plurinational State of),Ruminants,5.959962,0.619711904203416
 1983,Bolivia (Plurinational State of),Cereals,5.959962,0.110401542828629
 1983,Bolivia (Plurinational State of),Monogastrics,5.959962,0.0880754441051805
-1983,Bolivia (Plurinational State of),Oilcrops,5.959962,0.00402989146575096
-1983,Bolivia (Plurinational State of),Pulses,5.959962,0.00264112422193296
+1983,Bolivia (Plurinational State of),FruitVeg,5.959962,0.105034394514596
+1983,Bolivia (Plurinational State of),OilcropsPulses,5.959962,0.00667101568768391
 1983,Bolivia (Plurinational State of),Starchy Roots,5.959962,0.0668640169182287
+1983,Bolivia (Plurinational State of),Sugar,5.959962,0.0282683010395033
 1984,Bolivia (Plurinational State of),Ruminants,6.085499,0.597018929754158
 1984,Bolivia (Plurinational State of),Cereals,6.085499,0.113638996572015
 1984,Bolivia (Plurinational State of),Monogastrics,6.085499,0.076488534465292
-1984,Bolivia (Plurinational State of),Oilcrops,6.085499,0.00292317852652675
-1984,Bolivia (Plurinational State of),Pulses,6.085499,0.00359723993052994
+1984,Bolivia (Plurinational State of),FruitVeg,6.085499,0.116209369190596
+1984,Bolivia (Plurinational State of),OilcropsPulses,6.085499,0.00652041845705668
 1984,Bolivia (Plurinational State of),Starchy Roots,6.085499,0.11505284940479
+1984,Bolivia (Plurinational State of),Sugar,6.085499,0.0280202165837181
 1985,Bolivia (Plurinational State of),Ruminants,6.211549,0.624578168827132
 1985,Bolivia (Plurinational State of),Cereals,6.211549,0.122790466596979
 1985,Bolivia (Plurinational State of),Monogastrics,6.211549,0.0762896018368365
-1985,Bolivia (Plurinational State of),Oilcrops,6.211549,0.0038043650625633
-1985,Bolivia (Plurinational State of),Pulses,6.211549,0.0042961908535214
+1985,Bolivia (Plurinational State of),FruitVeg,6.211549,0.127052688467885
+1985,Bolivia (Plurinational State of),OilcropsPulses,6.211549,0.0081005559160847
 1985,Bolivia (Plurinational State of),Starchy Roots,6.211549,0.118145570452716
+1985,Bolivia (Plurinational State of),Sugar,6.211549,0.0252772698082234
 1986,Bolivia (Plurinational State of),Ruminants,6.337893,0.566831516404584
 1986,Bolivia (Plurinational State of),Cereals,6.337893,0.104983627839725
 1986,Bolivia (Plurinational State of),Monogastrics,6.337893,0.0734115738463871
-1986,Bolivia (Plurinational State of),Oilcrops,6.337893,0.00331245731033957
-1986,Bolivia (Plurinational State of),Pulses,6.337893,0.00405891989656499
+1986,Bolivia (Plurinational State of),FruitVeg,6.337893,0.135328886114045
+1986,Bolivia (Plurinational State of),OilcropsPulses,6.337893,0.00737137720690456
 1986,Bolivia (Plurinational State of),Starchy Roots,6.337893,0.125289272002541
+1986,Bolivia (Plurinational State of),Sugar,6.337893,0.0264464862376187
 1987,Bolivia (Plurinational State of),Ruminants,6.464736,0.592085523677997
 1987,Bolivia (Plurinational State of),Cereals,6.464736,0.102972650391292
 1987,Bolivia (Plurinational State of),Monogastrics,6.464736,0.0762210552758844
-1987,Bolivia (Plurinational State of),Oilcrops,6.464736,0.00303879385020517
-1987,Bolivia (Plurinational State of),Pulses,6.464736,0.00372296718690446
+1987,Bolivia (Plurinational State of),FruitVeg,6.464736,0.147080406686367
+1987,Bolivia (Plurinational State of),OilcropsPulses,6.464736,0.00676176103710963
 1987,Bolivia (Plurinational State of),Starchy Roots,6.464736,0.128768599367399
+1987,Bolivia (Plurinational State of),Sugar,6.464736,0.0266024784306737
 1988,Bolivia (Plurinational State of),Ruminants,6.592787,0.615299629731705
 1988,Bolivia (Plurinational State of),Cereals,6.592787,0.0963634954382721
 1988,Bolivia (Plurinational State of),Monogastrics,6.592787,0.0835710603118226
-1988,Bolivia (Plurinational State of),Oilcrops,6.592787,0.00386043110447827
-1988,Bolivia (Plurinational State of),Pulses,6.592787,0.00312326183145307
+1988,Bolivia (Plurinational State of),FruitVeg,6.592787,0.14970739992055
+1988,Bolivia (Plurinational State of),OilcropsPulses,6.592787,0.00698369293593135
 1988,Bolivia (Plurinational State of),Starchy Roots,6.592787,0.131836202200981
+1988,Bolivia (Plurinational State of),Sugar,6.592787,0.0272684374605156
 1989,Bolivia (Plurinational State of),Ruminants,6.723046,0.618285610421229
 1989,Bolivia (Plurinational State of),Cereals,6.723046,0.110720795306175
 1989,Bolivia (Plurinational State of),Monogastrics,6.723046,0.0819763244219956
-1989,Bolivia (Plurinational State of),Oilcrops,6.723046,0.00431530588962205
-1989,Bolivia (Plurinational State of),Pulses,6.723046,0.0030856549248659
+1989,Bolivia (Plurinational State of),FruitVeg,6.723046,0.147856938655484
+1989,Bolivia (Plurinational State of),OilcropsPulses,6.723046,0.00740096081448795
 1989,Bolivia (Plurinational State of),Starchy Roots,6.723046,0.114532906661653
+1989,Bolivia (Plurinational State of),Sugar,6.723046,0.0273033978943473
 1990,Bolivia (Plurinational State of),Ruminants,6.856246,0.579490423768342
 1990,Bolivia (Plurinational State of),Cereals,6.856246,0.108253992053377
 1990,Bolivia (Plurinational State of),Monogastrics,6.856246,0.0956784076884056
-1990,Bolivia (Plurinational State of),Oilcrops,6.856246,0.0057308328785169
-1990,Bolivia (Plurinational State of),Pulses,6.856246,0.00337487890603692
+1990,Bolivia (Plurinational State of),FruitVeg,6.856246,0.142117858664931
+1990,Bolivia (Plurinational State of),OilcropsPulses,6.856246,0.00910571178455382
 1990,Bolivia (Plurinational State of),Starchy Roots,6.856246,0.0928681672157037
+1990,Bolivia (Plurinational State of),Sugar,6.856246,0.0292113205973065
 1991,Bolivia (Plurinational State of),Ruminants,6.992521,0.56471467157553
 1991,Bolivia (Plurinational State of),Cereals,6.992521,0.121443181936815
 1991,Bolivia (Plurinational State of),Monogastrics,6.992521,0.100034508298223
-1991,Bolivia (Plurinational State of),Oilcrops,6.992521,0.00672375528082075
-1991,Bolivia (Plurinational State of),Pulses,6.992521,0.00325833844474689
+1991,Bolivia (Plurinational State of),FruitVeg,6.992521,0.145825518436055
+1991,Bolivia (Plurinational State of),OilcropsPulses,6.992521,0.00998209372556765
 1991,Bolivia (Plurinational State of),Starchy Roots,6.992521,0.0959223433150934
+1991,Bolivia (Plurinational State of),Sugar,6.992521,0.0264913040661587
 1992,Bolivia (Plurinational State of),Ruminants,7.131699,0.533511677932565
 1992,Bolivia (Plurinational State of),Cereals,7.131699,0.124214440345842
 1992,Bolivia (Plurinational State of),Monogastrics,7.131699,0.100266654551741
-1992,Bolivia (Plurinational State of),Oilcrops,7.131699,0.00799122340973729
-1992,Bolivia (Plurinational State of),Pulses,7.131699,0.00286579677577531
+1992,Bolivia (Plurinational State of),FruitVeg,7.131699,0.138736365626199
+1992,Bolivia (Plurinational State of),OilcropsPulses,7.131699,0.0108570201855126
 1992,Bolivia (Plurinational State of),Starchy Roots,7.131699,0.0820937619492915
+1992,Bolivia (Plurinational State of),Sugar,7.131699,0.0277255111299565
 1993,Bolivia (Plurinational State of),Ruminants,7.273824,0.540064098333971
 1993,Bolivia (Plurinational State of),Cereals,7.273824,0.128818211713674
 1993,Bolivia (Plurinational State of),Monogastrics,7.273824,0.0981187611908124
-1993,Bolivia (Plurinational State of),Oilcrops,7.273824,0.00725065660098457
-1993,Bolivia (Plurinational State of),Pulses,7.273824,0.00285186993801335
+1993,Bolivia (Plurinational State of),FruitVeg,7.273824,0.140045318665945
+1993,Bolivia (Plurinational State of),OilcropsPulses,7.273824,0.0101025265389979
 1993,Bolivia (Plurinational State of),Starchy Roots,7.273824,0.0698292947423528
+1993,Bolivia (Plurinational State of),Sugar,7.273824,0.0282591385219109
 1994,Bolivia (Plurinational State of),Ruminants,7.418864,0.548776969088529
 1994,Bolivia (Plurinational State of),Cereals,7.418864,0.119064320359559
 1994,Bolivia (Plurinational State of),Monogastrics,7.418864,0.107340436487311
-1994,Bolivia (Plurinational State of),Oilcrops,7.418864,0.00953097401435044
-1994,Bolivia (Plurinational State of),Pulses,7.418864,0.00245064473482733
+1994,Bolivia (Plurinational State of),FruitVeg,7.418864,0.13843251473541
+1994,Bolivia (Plurinational State of),OilcropsPulses,7.418864,0.0119816187491778
 1994,Bolivia (Plurinational State of),Starchy Roots,7.418864,0.0779188026630492
+1994,Bolivia (Plurinational State of),Sugar,7.418864,0.0280812534102256
 1995,Bolivia (Plurinational State of),Ruminants,7.566716,0.559823720092045
 1995,Bolivia (Plurinational State of),Cereals,7.566716,0.135593433135326
 1995,Bolivia (Plurinational State of),Monogastrics,7.566716,0.111064469711827
-1995,Bolivia (Plurinational State of),Oilcrops,7.566716,0.0121702730748716
-1995,Bolivia (Plurinational State of),Pulses,7.566716,0.00207011866178141
+1995,Bolivia (Plurinational State of),FruitVeg,7.566716,0.146452701541858
+1995,Bolivia (Plurinational State of),OilcropsPulses,7.566716,0.014240391736653
 1995,Bolivia (Plurinational State of),Starchy Roots,7.566716,0.0698556679013723
+1995,Bolivia (Plurinational State of),Sugar,7.566716,0.0280217996816585
 1996,Bolivia (Plurinational State of),Ruminants,7.717445,0.56947101015945
 1996,Bolivia (Plurinational State of),Cereals,7.717445,0.121357521822313
 1996,Bolivia (Plurinational State of),Monogastrics,7.717445,0.115522650307194
-1996,Bolivia (Plurinational State of),Oilcrops,7.717445,0.0128226375439022
-1996,Bolivia (Plurinational State of),Pulses,7.717445,0.00183221260404188
+1996,Bolivia (Plurinational State of),FruitVeg,7.717445,0.148383305614747
+1996,Bolivia (Plurinational State of),OilcropsPulses,7.717445,0.014654850147944
 1996,Bolivia (Plurinational State of),Starchy Roots,7.717445,0.0715643584113654
+1996,Bolivia (Plurinational State of),Sugar,7.717445,0.0278097219999624
 1997,Bolivia (Plurinational State of),Ruminants,7.87086,0.569155035154989
 1997,Bolivia (Plurinational State of),Cereals,7.87086,0.123013241246827
 1997,Bolivia (Plurinational State of),Monogastrics,7.87086,0.120840975446139
-1997,Bolivia (Plurinational State of),Oilcrops,7.87086,0.0149968364321053
-1997,Bolivia (Plurinational State of),Pulses,7.87086,0.00235311007945764
+1997,Bolivia (Plurinational State of),FruitVeg,7.87086,0.154535209621312
+1997,Bolivia (Plurinational State of),OilcropsPulses,7.87086,0.0173499465115629
 1997,Bolivia (Plurinational State of),Starchy Roots,7.87086,0.068489212106428
+1997,Bolivia (Plurinational State of),Sugar,7.87086,0.0276409439375113
 1998,Bolivia (Plurinational State of),Ruminants,8.026257,0.580657397339756
 1998,Bolivia (Plurinational State of),Cereals,8.026257,0.11849408759276
 1998,Bolivia (Plurinational State of),Monogastrics,8.026257,0.120909086265242
-1998,Bolivia (Plurinational State of),Oilcrops,8.026257,0.00987932482102179
-1998,Bolivia (Plurinational State of),Pulses,8.026257,0.00194025683453695
+1998,Bolivia (Plurinational State of),FruitVeg,8.026257,0.149302221446435
+1998,Bolivia (Plurinational State of),OilcropsPulses,8.026257,0.0118195816555587
 1998,Bolivia (Plurinational State of),Starchy Roots,8.026257,0.0640673479555913
+1998,Bolivia (Plurinational State of),Sugar,8.026257,0.0272666325037935
 1999,Bolivia (Plurinational State of),Ruminants,8.18271,0.575595236785857
 1999,Bolivia (Plurinational State of),Cereals,8.18271,0.127691070562198
 1999,Bolivia (Plurinational State of),Monogastrics,8.18271,0.122197206060095
-1999,Bolivia (Plurinational State of),Oilcrops,8.18271,0.0104685367072767
-1999,Bolivia (Plurinational State of),Pulses,8.18271,0.00236229806506646
+1999,Bolivia (Plurinational State of),FruitVeg,8.18271,0.15243165161664
+1999,Bolivia (Plurinational State of),OilcropsPulses,8.18271,0.0128308347723432
 1999,Bolivia (Plurinational State of),Starchy Roots,8.18271,0.0779851662835418
+1999,Bolivia (Plurinational State of),Sugar,8.18271,0.0272987799885368
 2000,Bolivia (Plurinational State of),Ruminants,8.339512,0.582544170450261
 2000,Bolivia (Plurinational State of),Cereals,8.339512,0.132720115997195
 2000,Bolivia (Plurinational State of),Monogastrics,8.339512,0.120347329675885
-2000,Bolivia (Plurinational State of),Oilcrops,8.339512,0.00873504348935526
-2000,Bolivia (Plurinational State of),Pulses,8.339512,0.0023132048973609
+2000,Bolivia (Plurinational State of),FruitVeg,8.339512,0.155672658064405
+2000,Bolivia (Plurinational State of),OilcropsPulses,8.339512,0.0110482483867162
 2000,Bolivia (Plurinational State of),Starchy Roots,8.339512,0.0764272537769596
+2000,Bolivia (Plurinational State of),Sugar,8.339512,0.0281674755069601
 2001,Bolivia (Plurinational State of),Ruminants,8.496378,0.568772575796416
 2001,Bolivia (Plurinational State of),Cereals,8.496378,0.135403815602366
 2001,Bolivia (Plurinational State of),Monogastrics,8.496378,0.131379135909443
-2001,Bolivia (Plurinational State of),Oilcrops,8.496378,0.0102921503727824
-2001,Bolivia (Plurinational State of),Pulses,8.496378,0.00229674338877107
+2001,Bolivia (Plurinational State of),FruitVeg,8.496378,0.155251802591646
+2001,Bolivia (Plurinational State of),OilcropsPulses,8.496378,0.0125888937615535
 2001,Bolivia (Plurinational State of),Starchy Roots,8.496378,0.0725919915521649
+2001,Bolivia (Plurinational State of),Sugar,8.496378,0.0285800608212111
 2002,Bolivia (Plurinational State of),Ruminants,8.653343,0.579321714162954
 2002,Bolivia (Plurinational State of),Cereals,8.653343,0.13371814800361
 2002,Bolivia (Plurinational State of),Monogastrics,8.653343,0.134460011581651
-2002,Bolivia (Plurinational State of),Oilcrops,8.653343,0.00946223904449414
-2002,Bolivia (Plurinational State of),Pulses,8.653343,0.00210739363966042
+2002,Bolivia (Plurinational State of),FruitVeg,8.653343,0.152674290155839
+2002,Bolivia (Plurinational State of),OilcropsPulses,8.653343,0.0115696326841546
 2002,Bolivia (Plurinational State of),Starchy Roots,8.653343,0.0748678285374797
+2002,Bolivia (Plurinational State of),Sugar,8.653343,0.0282082889814954
 2003,Bolivia (Plurinational State of),Ruminants,8.81042,0.588720707979869
 2003,Bolivia (Plurinational State of),Cereals,8.81042,0.136801991278509
 2003,Bolivia (Plurinational State of),Monogastrics,8.81042,0.136403917179885
-2003,Bolivia (Plurinational State of),Oilcrops,8.81042,0.0107101591070574
-2003,Bolivia (Plurinational State of),Pulses,8.81042,0.00256412293625048
+2003,Bolivia (Plurinational State of),FruitVeg,8.81042,0.13664740159947
+2003,Bolivia (Plurinational State of),OilcropsPulses,8.81042,0.0132742820433078
 2003,Bolivia (Plurinational State of),Starchy Roots,8.81042,0.0732480403885399
+2003,Bolivia (Plurinational State of),Sugar,8.81042,0.0278843687361102
 2004,Bolivia (Plurinational State of),Ruminants,8.96774,0.58378814506219
 2004,Bolivia (Plurinational State of),Cereals,8.96774,0.131222359256624
 2004,Bolivia (Plurinational State of),Monogastrics,8.96774,0.141731573395304
-2004,Bolivia (Plurinational State of),Oilcrops,8.96774,0.010153394277711
-2004,Bolivia (Plurinational State of),Pulses,8.96774,0.00208023426192106
+2004,Bolivia (Plurinational State of),FruitVeg,8.96774,0.122505335792519
+2004,Bolivia (Plurinational State of),OilcropsPulses,8.96774,0.012233628539632
 2004,Bolivia (Plurinational State of),Starchy Roots,8.96774,0.0731363754970595
+2004,Bolivia (Plurinational State of),Sugar,8.96774,0.0278035491662336
 2005,Bolivia (Plurinational State of),Ruminants,9.125405,0.590617380817618
 2005,Bolivia (Plurinational State of),Cereals,9.125405,0.138359448156
 2005,Bolivia (Plurinational State of),Monogastrics,9.125405,0.153376173441069
-2005,Bolivia (Plurinational State of),Oilcrops,9.125405,0.0103395958864291
-2005,Bolivia (Plurinational State of),Pulses,9.125405,0.00227036498654032
+2005,Bolivia (Plurinational State of),FruitVeg,9.125405,0.121271987380286
+2005,Bolivia (Plurinational State of),OilcropsPulses,9.125405,0.0126099608729695
 2005,Bolivia (Plurinational State of),Starchy Roots,9.125405,0.0742216920783242
+2005,Bolivia (Plurinational State of),Sugar,9.125405,0.0277224956043047
 2006,Bolivia (Plurinational State of),Ruminants,9.283345,0.63958010824762
 2006,Bolivia (Plurinational State of),Cereals,9.283345,0.143663840996968
 2006,Bolivia (Plurinational State of),Monogastrics,9.283345,0.175615664396831
-2006,Bolivia (Plurinational State of),Oilcrops,9.283345,0.0134570028368007
-2006,Bolivia (Plurinational State of),Pulses,9.283345,0.00206315719172346
+2006,Bolivia (Plurinational State of),FruitVeg,9.283345,0.105055236016759
+2006,Bolivia (Plurinational State of),OilcropsPulses,9.283345,0.0155201600285242
 2006,Bolivia (Plurinational State of),Starchy Roots,9.283345,0.071337325069789
+2006,Bolivia (Plurinational State of),Sugar,9.283345,0.0265787816783713
 2007,Bolivia (Plurinational State of),Ruminants,9.441482,0.745687424919096
 2007,Bolivia (Plurinational State of),Cereals,9.441482,0.138173858722603
 2007,Bolivia (Plurinational State of),Monogastrics,9.441482,0.185855324407757
-2007,Bolivia (Plurinational State of),Oilcrops,9.441482,0.024575167330722
-2007,Bolivia (Plurinational State of),Pulses,9.441482,0.00234105196620615
+2007,Bolivia (Plurinational State of),FruitVeg,9.441482,0.10450382683566
+2007,Bolivia (Plurinational State of),OilcropsPulses,9.441482,0.0269162192969282
 2007,Bolivia (Plurinational State of),Starchy Roots,9.441482,0.0697182921071078
+2007,Bolivia (Plurinational State of),Sugar,9.441482,0.0262359235552215
 2008,Bolivia (Plurinational State of),Ruminants,9.599916,0.74905350213481
 2008,Bolivia (Plurinational State of),Cereals,9.599916,0.1359583771358
 2008,Bolivia (Plurinational State of),Monogastrics,9.599916,0.191569530400058
-2008,Bolivia (Plurinational State of),Oilcrops,9.599916,0.0183142227494491
-2008,Bolivia (Plurinational State of),Pulses,9.599916,0.00192303765991286
+2008,Bolivia (Plurinational State of),FruitVeg,9.599916,0.103164340187977
+2008,Bolivia (Plurinational State of),OilcropsPulses,9.599916,0.0202372604093619
 2008,Bolivia (Plurinational State of),Starchy Roots,9.599916,0.0697810272506551
+2008,Bolivia (Plurinational State of),Sugar,9.599916,0.0265210653926555
 2009,Bolivia (Plurinational State of),Ruminants,9.758799,0.609508864769118
 2009,Bolivia (Plurinational State of),Cereals,9.758799,0.143791874389461
 2009,Bolivia (Plurinational State of),Monogastrics,9.758799,0.174039182485468
-2009,Bolivia (Plurinational State of),Oilcrops,9.758799,0.027074233212509
-2009,Bolivia (Plurinational State of),Pulses,9.758799,0.00194429662912414
+2009,Bolivia (Plurinational State of),FruitVeg,9.758799,0.106949840856441
+2009,Bolivia (Plurinational State of),OilcropsPulses,9.758799,0.0290185298416332
 2009,Bolivia (Plurinational State of),Starchy Roots,9.758799,0.0812830554251604
+2009,Bolivia (Plurinational State of),Sugar,9.758799,0.0259861894890959
 2010,Bolivia (Plurinational State of),Ruminants,9.918245,0.60046802634942
 2010,Bolivia (Plurinational State of),Cereals,9.918245,0.141185562566765
 2010,Bolivia (Plurinational State of),Monogastrics,9.918245,0.193961008222725
-2010,Bolivia (Plurinational State of),Oilcrops,9.918245,0.0291157356971924
-2010,Bolivia (Plurinational State of),Pulses,9.918245,0.00361818043413931
+2010,Bolivia (Plurinational State of),FruitVeg,9.918245,0.107391983158311
+2010,Bolivia (Plurinational State of),OilcropsPulses,9.918245,0.0327339161313317
 2010,Bolivia (Plurinational State of),Starchy Roots,9.918245,0.0852291912530896
+2010,Bolivia (Plurinational State of),Sugar,9.918245,0.0263213905282638
 2011,Bolivia (Plurinational State of),Ruminants,10.078238,0.602956121893529
 2011,Bolivia (Plurinational State of),Cereals,10.078238,0.142449106679164
 2011,Bolivia (Plurinational State of),Monogastrics,10.078238,0.1917283060789
-2011,Bolivia (Plurinational State of),Oilcrops,10.078238,0.0238621076422287
-2011,Bolivia (Plurinational State of),Pulses,10.078238,0.00491038215211826
+2011,Bolivia (Plurinational State of),FruitVeg,10.078238,0.105213331933618
+2011,Bolivia (Plurinational State of),OilcropsPulses,10.078238,0.028772489794347
 2011,Bolivia (Plurinational State of),Starchy Roots,10.078238,0.0892035889606893
+2011,Bolivia (Plurinational State of),Sugar,10.078238,0.0272474216227083
 1992,Bosnia and Herzegovina,Ruminants,4.301169,0.248353040766359
 1992,Bosnia and Herzegovina,Cereals,4.301169,0.196791383923766
 1992,Bosnia and Herzegovina,Monogastrics,4.301169,0.0436659894089258
-1992,Bosnia and Herzegovina,Oilcrops,4.301169,0.00123873300491099
-1992,Bosnia and Herzegovina,Pulses,4.301169,0.00560824278236917
+1992,Bosnia and Herzegovina,FruitVeg,4.301169,0.15465283972799
+1992,Bosnia and Herzegovina,OilcropsPulses,4.301169,0.00684697578728016
 1992,Bosnia and Herzegovina,Starchy Roots,4.301169,0.0532724940591732
+1992,Bosnia and Herzegovina,Sugar,4.301169,0.00992753365422284
 1993,Bosnia and Herzegovina,Ruminants,4.141167,0.265194255628908
 1993,Bosnia and Herzegovina,Cereals,4.141167,0.197419229893409
 1993,Bosnia and Herzegovina,Monogastrics,4.141167,0.0394014778925844
-1993,Bosnia and Herzegovina,Oilcrops,4.141167,0.00200209264683119
-1993,Bosnia and Herzegovina,Pulses,4.141167,0.00735807080467897
+1993,Bosnia and Herzegovina,FruitVeg,4.141167,0.156548625061486
+1993,Bosnia and Herzegovina,OilcropsPulses,4.141167,0.00936016345151017
 1993,Bosnia and Herzegovina,Starchy Roots,4.141167,0.0572626025465768
+1993,Bosnia and Herzegovina,Sugar,4.141167,0.00876854278033221
 1994,Bosnia and Herzegovina,Ruminants,3.992256,0.261205719272512
 1994,Bosnia and Herzegovina,Cereals,3.992256,0.215474909424646
 1994,Bosnia and Herzegovina,Monogastrics,3.992256,0.0520188585100755
-1994,Bosnia and Herzegovina,Oilcrops,3.992256,0.00157655220506901
-1994,Bosnia and Herzegovina,Pulses,3.992256,0.00755662963497331
+1994,Bosnia and Herzegovina,FruitVeg,3.992256,0.156290077590215
+1994,Bosnia and Herzegovina,OilcropsPulses,3.992256,0.00913318184004232
 1994,Bosnia and Herzegovina,Starchy Roots,3.992256,0.0477574584395389
+1994,Bosnia and Herzegovina,Sugar,3.992256,0.00954472859455907
 1995,Bosnia and Herzegovina,Ruminants,3.879278,0.251532836780452
 1995,Bosnia and Herzegovina,Cereals,3.879278,0.201556062751883
 1995,Bosnia and Herzegovina,Monogastrics,3.879278,0.0634536375067732
-1995,Bosnia and Herzegovina,Oilcrops,3.879278,0.00151677709099477
-1995,Bosnia and Herzegovina,Pulses,3.879278,0.00511590043301872
+1995,Bosnia and Herzegovina,FruitVeg,3.879278,0.173628701010858
+1995,Bosnia and Herzegovina,OilcropsPulses,3.879278,0.00663267752401349
 1995,Bosnia and Herzegovina,Starchy Roots,3.879278,0.0714439645727891
+1995,Bosnia and Herzegovina,Sugar,3.879278,0.00942907417308066
 1996,Bosnia and Herzegovina,Ruminants,3.810649,0.269449455985057
 1996,Bosnia and Herzegovina,Cereals,3.810649,0.212498186004536
 1996,Bosnia and Herzegovina,Monogastrics,3.810649,0.0976988959098568
-1996,Bosnia and Herzegovina,Oilcrops,3.810649,0.00551428378735486
-1996,Bosnia and Herzegovina,Pulses,3.810649,0.00600868775896179
+1996,Bosnia and Herzegovina,FruitVeg,3.810649,0.178522871038503
+1996,Bosnia and Herzegovina,OilcropsPulses,3.810649,0.0115229715463167
 1996,Bosnia and Herzegovina,Starchy Roots,3.810649,0.0673717259186034
+1996,Bosnia and Herzegovina,Sugar,3.810649,0.0108390985367584
 1997,Bosnia and Herzegovina,Ruminants,3.779354,0.289519822699858
 1997,Bosnia and Herzegovina,Cereals,3.779354,0.23458691617668
 1997,Bosnia and Herzegovina,Monogastrics,3.779354,0.0828395276018071
-1997,Bosnia and Herzegovina,Oilcrops,3.779354,0.00458411675646155
-1997,Bosnia and Herzegovina,Pulses,3.779354,0.00697394316594847
+1997,Bosnia and Herzegovina,FruitVeg,3.779354,0.211083428543608
+1997,Bosnia and Herzegovina,OilcropsPulses,3.779354,0.01155805992241
 1997,Bosnia and Herzegovina,Starchy Roots,3.779354,0.066519304621901
+1997,Bosnia and Herzegovina,Sugar,3.779354,0.0141553291911792
 1998,Bosnia and Herzegovina,Ruminants,3.775898,0.293634600299055
 1998,Bosnia and Herzegovina,Cereals,3.775898,0.236825782899856
 1998,Bosnia and Herzegovina,Monogastrics,3.775898,0.0833135587878698
-1998,Bosnia and Herzegovina,Oilcrops,3.775898,0.00458990152806034
-1998,Bosnia and Herzegovina,Pulses,3.775898,0.00554623032719634
+1998,Bosnia and Herzegovina,FruitVeg,3.775898,0.221315035522676
+1998,Bosnia and Herzegovina,OilcropsPulses,3.775898,0.0101361318552567
 1998,Bosnia and Herzegovina,Starchy Roots,3.775898,0.0830782505247758
+1998,Bosnia and Herzegovina,Sugar,3.775898,0.0136733036750463
 1999,Bosnia and Herzegovina,Ruminants,3.784389,0.287510322009709
 1999,Bosnia and Herzegovina,Cereals,3.784389,0.230288429651392
 1999,Bosnia and Herzegovina,Monogastrics,3.784389,0.0697575487086555
-1999,Bosnia and Herzegovina,Oilcrops,3.784389,0.00670464901996069
-1999,Bosnia and Herzegovina,Pulses,3.784389,0.00483856178632799
+1999,Bosnia and Herzegovina,FruitVeg,3.784389,0.205300512183076
+1999,Bosnia and Herzegovina,OilcropsPulses,3.784389,0.0115432108062887
 1999,Bosnia and Herzegovina,Starchy Roots,3.784389,0.0741210800475321
+1999,Bosnia and Herzegovina,Sugar,3.784389,0.0138540197638245
 2000,Bosnia and Herzegovina,Ruminants,3.792878,0.301719406740739
 2000,Bosnia and Herzegovina,Cereals,3.792878,0.227027602786064
 2000,Bosnia and Herzegovina,Monogastrics,3.792878,0.0637593141672366
-2000,Bosnia and Herzegovina,Oilcrops,3.792878,0.00698150586441219
-2000,Bosnia and Herzegovina,Pulses,3.792878,0.00280763051171169
+2000,Bosnia and Herzegovina,FruitVeg,3.792878,0.161918996603634
+2000,Bosnia and Herzegovina,OilcropsPulses,3.792878,0.00978913637612388
 2000,Bosnia and Herzegovina,Starchy Roots,3.792878,0.0704230402348823
+2000,Bosnia and Herzegovina,Sugar,3.792878,0.0133956325513238
 2001,Bosnia and Herzegovina,Ruminants,3.799747,0.351222410334162
 2001,Bosnia and Herzegovina,Cereals,3.799747,0.224760227457249
 2001,Bosnia and Herzegovina,Monogastrics,3.799747,0.0705815939850732
-2001,Bosnia and Herzegovina,Oilcrops,3.799747,0.00772683023369714
-2001,Bosnia and Herzegovina,Pulses,3.799747,0.0051624489735764
+2001,Bosnia and Herzegovina,FruitVeg,3.799747,0.176030140954121
+2001,Bosnia and Herzegovina,OilcropsPulses,3.799747,0.0128892792072735
 2001,Bosnia and Herzegovina,Starchy Roots,3.799747,0.0938159830115005
+2001,Bosnia and Herzegovina,Sugar,3.799747,0.016714270713287
 2002,Bosnia and Herzegovina,Ruminants,3.808347,0.373321338628019
 2002,Bosnia and Herzegovina,Cereals,3.808347,0.228885130477869
 2002,Bosnia and Herzegovina,Monogastrics,3.808347,0.0740777823029257
-2002,Bosnia and Herzegovina,Oilcrops,3.808347,0.00818412817949625
-2002,Bosnia and Herzegovina,Pulses,3.808347,0.00562396231225779
+2002,Bosnia and Herzegovina,FruitVeg,3.808347,0.19391720344811
+2002,Bosnia and Herzegovina,OilcropsPulses,3.808347,0.013808090491754
 2002,Bosnia and Herzegovina,Starchy Roots,3.808347,0.0785164797220421
+2002,Bosnia and Herzegovina,Sugar,3.808347,0.0168214713627724
 2003,Bosnia and Herzegovina,Ruminants,3.817313,0.35198947531942
 2003,Bosnia and Herzegovina,Cereals,3.817313,0.215669241689115
 2003,Bosnia and Herzegovina,Monogastrics,3.817313,0.0573247726869659
-2003,Bosnia and Herzegovina,Oilcrops,3.817313,0.00709189945912216
-2003,Bosnia and Herzegovina,Pulses,3.817313,0.00538598747338769
+2003,Bosnia and Herzegovina,FruitVeg,3.817313,0.246847455264999
+2003,Bosnia and Herzegovina,OilcropsPulses,3.817313,0.0124778869325099
 2003,Bosnia and Herzegovina,Starchy Roots,3.817313,0.0816676547089537
+2003,Bosnia and Herzegovina,Sugar,3.817313,0.0149406139868541
 2004,Bosnia and Herzegovina,Ruminants,3.825872,0.305192620139932
 2004,Bosnia and Herzegovina,Cereals,3.825872,0.22327615769686
 2004,Bosnia and Herzegovina,Monogastrics,3.825872,0.0657654777786607
-2004,Bosnia and Herzegovina,Oilcrops,3.825872,0.00873317246368932
-2004,Bosnia and Herzegovina,Pulses,3.825872,0.00728200002509232
+2004,Bosnia and Herzegovina,FruitVeg,3.825872,0.321532712019639
+2004,Bosnia and Herzegovina,OilcropsPulses,3.825872,0.0160151724887816
 2004,Bosnia and Herzegovina,Starchy Roots,3.825872,0.0924806161837092
+2004,Bosnia and Herzegovina,Sugar,3.825872,0.0157736589201102
 2005,Bosnia and Herzegovina,Ruminants,3.833377,0.355158415151967
 2005,Bosnia and Herzegovina,Cereals,3.833377,0.218772377462483
 2005,Bosnia and Herzegovina,Monogastrics,3.833377,0.0698945081582114
-2005,Bosnia and Herzegovina,Oilcrops,3.833377,0.00897381082006805
-2005,Bosnia and Herzegovina,Pulses,3.833377,0.00703009383110505
+2005,Bosnia and Herzegovina,FruitVeg,3.833377,0.311810969805474
+2005,Bosnia and Herzegovina,OilcropsPulses,3.833377,0.0160039046511731
 2005,Bosnia and Herzegovina,Starchy Roots,3.833377,0.0897618470606987
+2005,Bosnia and Herzegovina,Sugar,3.833377,0.0203601158978102
 2006,Bosnia and Herzegovina,Ruminants,3.838504,0.347099312648886
 2006,Bosnia and Herzegovina,Cereals,3.838504,0.21353709674394
 2006,Bosnia and Herzegovina,Monogastrics,3.838504,0.0633701827586997
-2006,Bosnia and Herzegovina,Oilcrops,3.838504,0.0102052778895111
-2006,Bosnia and Herzegovina,Pulses,3.838504,0.00755346353683623
+2006,Bosnia and Herzegovina,FruitVeg,3.838504,0.299778507460198
+2006,Bosnia and Herzegovina,OilcropsPulses,3.838504,0.0177587414263474
 2006,Bosnia and Herzegovina,Starchy Roots,3.838504,0.0792160174901472
+2006,Bosnia and Herzegovina,Sugar,3.838504,0.0230003668095696
 2007,Bosnia and Herzegovina,Ruminants,3.840418,0.352838597256861
 2007,Bosnia and Herzegovina,Cereals,3.840418,0.215135956554729
 2007,Bosnia and Herzegovina,Monogastrics,3.840418,0.0699075465222796
-2007,Bosnia and Herzegovina,Oilcrops,3.840418,0.0106527466541403
-2007,Bosnia and Herzegovina,Pulses,3.840418,0.00682894414097632
+2007,Bosnia and Herzegovina,FruitVeg,3.840418,0.293604237872023
+2007,Bosnia and Herzegovina,OilcropsPulses,3.840418,0.0174816907951166
 2007,Bosnia and Herzegovina,Starchy Roots,3.840418,0.0761130689419745
+2007,Bosnia and Herzegovina,Sugar,3.840418,0.0272801033637484
 2008,Bosnia and Herzegovina,Ruminants,3.839749,0.375499309980939
 2008,Bosnia and Herzegovina,Cereals,3.839749,0.212158138461655
 2008,Bosnia and Herzegovina,Monogastrics,3.839749,0.0818520950197526
-2008,Bosnia and Herzegovina,Oilcrops,3.839749,0.0111835435076616
-2008,Bosnia and Herzegovina,Pulses,3.839749,0.00736037694130528
+2008,Bosnia and Herzegovina,FruitVeg,3.839749,0.303253415783167
+2008,Bosnia and Herzegovina,OilcropsPulses,3.839749,0.0185439204489668
 2008,Bosnia and Herzegovina,Starchy Roots,3.839749,0.0766268836843242
+2008,Bosnia and Herzegovina,Sugar,3.839749,0.0282252824338258
 2009,Bosnia and Herzegovina,Ruminants,3.837732,0.374796807072511
 2009,Bosnia and Herzegovina,Cereals,3.837732,0.215251612150093
 2009,Bosnia and Herzegovina,Monogastrics,3.837732,0.0936185226065812
-2009,Bosnia and Herzegovina,Oilcrops,3.837732,0.0100530730129149
-2009,Bosnia and Herzegovina,Pulses,3.837732,0.0072196286765204
+2009,Bosnia and Herzegovina,FruitVeg,3.837732,0.30928162779475
+2009,Bosnia and Herzegovina,OilcropsPulses,3.837732,0.0172727016894353
 2009,Bosnia and Herzegovina,Starchy Roots,3.837732,0.0761710301813675
+2009,Bosnia and Herzegovina,Sugar,3.837732,0.0219634930213991
 2010,Bosnia and Herzegovina,Ruminants,3.835258,0.384261554242244
 2010,Bosnia and Herzegovina,Cereals,3.835258,0.215499974186873
 2010,Bosnia and Herzegovina,Monogastrics,3.835258,0.0998497884627318
-2010,Bosnia and Herzegovina,Oilcrops,3.835258,0.0097675306328805
-2010,Bosnia and Herzegovina,Pulses,3.835258,0.00590390529137805
+2010,Bosnia and Herzegovina,FruitVeg,3.835258,0.296137313317644
+2010,Bosnia and Herzegovina,OilcropsPulses,3.835258,0.0156714359242586
 2010,Bosnia and Herzegovina,Starchy Roots,3.835258,0.0766198779847405
+2010,Bosnia and Herzegovina,Sugar,3.835258,0.0188826931591043
 2011,Bosnia and Herzegovina,Ruminants,3.83231,0.395215940255355
 2011,Bosnia and Herzegovina,Cereals,3.83231,0.215165787736378
 2011,Bosnia and Herzegovina,Monogastrics,3.83231,0.113420313074882
-2011,Bosnia and Herzegovina,Oilcrops,3.83231,0.0109312659988362
-2011,Bosnia and Herzegovina,Pulses,3.83231,0.00572578940638936
+2011,Bosnia and Herzegovina,FruitVeg,3.83231,0.294817746998547
+2011,Bosnia and Herzegovina,OilcropsPulses,3.83231,0.0166570554052256
 2011,Bosnia and Herzegovina,Starchy Roots,3.83231,0.0751898985207355
+2011,Bosnia and Herzegovina,Sugar,3.83231,0.0195286915724459
 1961,Botswana,Ruminants,0.536576,0.706263232049141
 1961,Botswana,Cereals,0.536576,0.130389730438931
 1961,Botswana,Monogastrics,0.536576,0.00341834148377863
-1961,Botswana,Oilcrops,0.536576,0.00527604663645038
-1961,Botswana,Pulses,0.536576,0.0242519233062977
+1961,Botswana,FruitVeg,0.536576,0.0278133945610687
+1961,Botswana,OilcropsPulses,0.536576,0.0295279699427481
 1961,Botswana,Starchy Roots,0.536576,0.0502631500477099
+1961,Botswana,Sugar,0.536576,0.0172165732347328
 1962,Botswana,Ruminants,0.54999,0.762653866433935
 1962,Botswana,Cereals,0.54999,0.128471426753214
 1962,Botswana,Monogastrics,0.54999,0.00402334587901598
-1962,Botswana,Oilcrops,0.54999,0.00412371134020618
-1962,Botswana,Pulses,0.54999,0.0180003272786778
+1962,Botswana,FruitVeg,0.54999,0.0277895961744759
+1962,Botswana,OilcropsPulses,0.54999,0.022124038618884
 1962,Botswana,Starchy Roots,0.54999,0.0490372552228222
+1962,Botswana,Sugar,0.54999,0.016796669030346
 1963,Botswana,Ruminants,0.564316,0.824284089056486
 1963,Botswana,Cereals,0.564316,0.134518603052191
 1963,Botswana,Monogastrics,0.564316,0.00444467284287527
-1963,Botswana,Oilcrops,0.564316,0.00400130423379808
-1963,Botswana,Pulses,0.564316,0.0175433622296727
+1963,Botswana,FruitVeg,0.564316,0.0278815415476435
+1963,Botswana,OilcropsPulses,0.564316,0.0215446664634708
 1963,Botswana,Starchy Roots,0.564316,0.0493517816258975
+1963,Botswana,Sugar,0.564316,0.0169479511479384
 1964,Botswana,Ruminants,0.57956,0.788619815032093
 1964,Botswana,Cereals,0.57956,0.136203326661605
 1964,Botswana,Monogastrics,0.57956,0.00467182000138036
-1964,Botswana,Oilcrops,0.57956,0.00811132583339085
-1964,Botswana,Pulses,0.57956,0.0170819242183726
+1964,Botswana,FruitVeg,0.57956,0.028109255297122
+1964,Botswana,OilcropsPulses,0.57956,0.0251932500517634
 1964,Botswana,Starchy Roots,0.57956,0.0495720891710953
+1964,Botswana,Sugar,0.57956,0.0166902477741735
 1965,Botswana,Ruminants,0.595741,0.767035003466272
 1965,Botswana,Cereals,0.595741,0.138818714844202
 1965,Botswana,Monogastrics,0.595741,0.00509281718062044
-1965,Botswana,Oilcrops,0.595741,0.00713397264918816
-1965,Botswana,Pulses,0.595741,0.0166179598181089
+1965,Botswana,FruitVeg,0.595741,0.0280961021652027
+1965,Botswana,OilcropsPulses,0.595741,0.023751932467297
 1965,Botswana,Starchy Roots,0.595741,0.0482256551085119
+1965,Botswana,Sugar,0.595741,0.016643138545106
 1966,Botswana,Ruminants,0.61295,0.698277999836855
 1966,Botswana,Cereals,0.61295,0.135516763194388
 1966,Botswana,Monogastrics,0.61295,0.00582429235663594
-1966,Botswana,Oilcrops,0.61295,0.00679663920385023
-1966,Botswana,Pulses,0.61295,0.0145884656170976
+1966,Botswana,FruitVeg,0.61295,0.0291524594175708
+1966,Botswana,OilcropsPulses,0.61295,0.0213851048209479
 1966,Botswana,Starchy Roots,0.61295,0.0483856758300024
+1966,Botswana,Sugar,0.61295,0.0163536993229464
 1967,Botswana,Ruminants,0.631276,0.707643566363999
 1967,Botswana,Cereals,0.631276,0.143346175048632
 1967,Botswana,Monogastrics,0.631276,0.00609638256483693
-1967,Botswana,Oilcrops,0.631276,0.00468891578327071
-1967,Botswana,Pulses,0.631276,0.0153593673765516
+1967,Botswana,FruitVeg,0.631276,0.0276329212578967
+1967,Botswana,OilcropsPulses,0.631276,0.0200482831598223
 1967,Botswana,Starchy Roots,0.631276,0.0469810352365685
+1967,Botswana,Sugar,0.631276,0.0160516160918521
 1968,Botswana,Ruminants,0.65073,0.728596499316153
 1968,Botswana,Cereals,0.65073,0.147804773100979
 1968,Botswana,Monogastrics,0.65073,0.0061971939206737
-1968,Botswana,Oilcrops,0.65073,0.00630061623100211
-1968,Botswana,Pulses,0.65073,0.0148986522828208
+1968,Botswana,FruitVeg,0.65073,0.0276212868624468
+1968,Botswana,OilcropsPulses,0.65073,0.0211992685138229
 1968,Botswana,Starchy Roots,0.65073,0.0470010603476096
+1968,Botswana,Sugar,0.65073,0.0159052141441151
 1969,Botswana,Ruminants,0.671305,0.784781731105831
 1969,Botswana,Cereals,0.671305,0.140399669300839
 1969,Botswana,Monogastrics,0.671305,0.0063366130149485
-1969,Botswana,Oilcrops,0.671305,0.00704597761077305
-1969,Botswana,Pulses,0.671305,0.0152002443002808
+1969,Botswana,FruitVeg,0.671305,0.0277802191254348
+1969,Botswana,OilcropsPulses,0.671305,0.0222462219110538
 1969,Botswana,Starchy Roots,0.671305,0.047012907694714
+1969,Botswana,Sugar,0.671305,0.0162638443032601
 1970,Botswana,Ruminants,0.693021,0.933685415016284
 1970,Botswana,Cereals,0.693021,0.140204986573278
 1970,Botswana,Monogastrics,0.693021,0.00600818734208631
-1970,Botswana,Oilcrops,0.693021,0.00423940977257543
-1970,Botswana,Pulses,0.693021,0.0142419926668889
+1970,Botswana,FruitVeg,0.693021,0.028234353648735
+1970,Botswana,OilcropsPulses,0.693021,0.0184814024394643
 1970,Botswana,Starchy Roots,0.693021,0.0493491539217426
+1970,Botswana,Sugar,0.693021,0.0163818989612147
 1971,Botswana,Ruminants,0.715811,0.940822088512191
 1971,Botswana,Cereals,0.715811,0.149159484836081
 1971,Botswana,Monogastrics,0.715811,0.00694191623207802
-1971,Botswana,Oilcrops,0.715811,0.00606864102395744
-1971,Botswana,Pulses,0.715811,0.014284496885351
+1971,Botswana,FruitVeg,0.715811,0.0288330299478494
+1971,Botswana,OilcropsPulses,0.715811,0.0203531379093085
 1971,Botswana,Starchy Roots,0.715811,0.0477779749123721
+1971,Botswana,Sugar,0.715811,0.0166203089921781
 1972,Botswana,Ruminants,0.739754,1.00360254895546
 1972,Botswana,Cereals,0.739754,0.150179654317516
 1972,Botswana,Monogastrics,0.739754,0.00812729637149647
-1972,Botswana,Oilcrops,0.739754,0.00603849387769448
-1972,Botswana,Pulses,0.739754,0.0145656529062364
+1972,Botswana,FruitVeg,0.739754,0.0282634497414005
+1972,Botswana,OilcropsPulses,0.739754,0.0206041467839309
 1972,Botswana,Starchy Roots,0.739754,0.0474860561754313
+1972,Botswana,Sugar,0.739754,0.0163757140887376
 1973,Botswana,Ruminants,0.765177,0.637587904497914
 1973,Botswana,Cereals,0.765177,0.142934249199858
 1973,Botswana,Monogastrics,0.765177,0.00802271892647061
-1973,Botswana,Oilcrops,0.765177,0.00590974375863362
-1973,Botswana,Pulses,0.765177,0.0153232520057451
+1973,Botswana,FruitVeg,0.765177,0.0281477357526429
+1973,Botswana,OilcropsPulses,0.765177,0.0212329957643787
 1973,Botswana,Starchy Roots,0.765177,0.0459697560172352
+1973,Botswana,Sugar,0.765177,0.0159740818137503
 1974,Botswana,Ruminants,0.792513,0.385694367158646
 1974,Botswana,Cereals,0.792513,0.128443318910857
 1974,Botswana,Monogastrics,0.792513,0.00916338280886244
-1974,Botswana,Oilcrops,0.792513,0.00510401722116861
-1974,Botswana,Pulses,0.792513,0.0147089069832293
+1974,Botswana,FruitVeg,0.792513,0.0288840687786825
+1974,Botswana,OilcropsPulses,0.792513,0.0198129242043979
 1974,Botswana,Starchy Roots,0.792513,0.0453506756356047
+1974,Botswana,Sugar,0.792513,0.0167744882418333
 1975,Botswana,Ruminants,0.822029,0.35087484748105
 1975,Botswana,Cereals,0.822029,0.134944144306344
 1975,Botswana,Monogastrics,0.822029,0.00943956965021915
-1975,Botswana,Oilcrops,0.822029,0.00410812757214161
-1975,Botswana,Pulses,0.822029,0.017614950324137
+1975,Botswana,FruitVeg,0.822029,0.0313808880221987
+1975,Botswana,OilcropsPulses,0.822029,0.0217230778962786
 1975,Botswana,Starchy Roots,0.822029,0.0455458384071608
+1975,Botswana,Sugar,0.822029,0.0167293367995533
 1976,Botswana,Ruminants,0.85386,0.34692490572225
 1976,Botswana,Cereals,0.85386,0.129538800271707
 1976,Botswana,Monogastrics,0.85386,0.00908111399995316
-1976,Botswana,Oilcrops,0.85386,0.00369381397418781
-1976,Botswana,Pulses,0.85386,0.0178987187595156
+1976,Botswana,FruitVeg,0.85386,0.0313599419108519
+1976,Botswana,OilcropsPulses,0.85386,0.0215925327337034
 1976,Botswana,Starchy Roots,0.85386,0.0470369849858291
+1976,Botswana,Sugar,0.85386,0.0173400791698873
 1977,Botswana,Ruminants,0.887793,0.341252972258173
 1977,Botswana,Cereals,0.887793,0.137528680672184
 1977,Botswana,Monogastrics,0.887793,0.00912295996927212
-1977,Botswana,Oilcrops,0.887793,0.00390969516542708
-1977,Botswana,Pulses,0.887793,0.02007900490317
+1977,Botswana,FruitVeg,0.887793,0.0327317291305518
+1977,Botswana,OilcropsPulses,0.887793,0.0239887000685971
 1977,Botswana,Starchy Roots,0.887793,0.046363285135161
+1977,Botswana,Sugar,0.887793,0.0136191657289481
 1978,Botswana,Ruminants,0.923305,0.310022581920384
 1978,Botswana,Cereals,0.923305,0.119066830570613
 1978,Botswana,Monogastrics,0.923305,0.00871857078646818
-1978,Botswana,Oilcrops,0.923305,0.00399759559408863
-1978,Botswana,Pulses,0.923305,0.0181001944102978
+1978,Botswana,FruitVeg,0.923305,0.0360985806423663
+1978,Botswana,OilcropsPulses,0.923305,0.0220977900043864
 1978,Botswana,Starchy Roots,0.923305,0.0486318172218281
+1978,Botswana,Sugar,0.923305,0.0165990653142786
 1979,Botswana,Ruminants,0.959666,0.310792713298168
 1979,Botswana,Cereals,0.959666,0.123478376851946
 1979,Botswana,Monogastrics,0.959666,0.00844408367077712
-1979,Botswana,Oilcrops,0.959666,0.00339180506551238
-1979,Botswana,Pulses,0.959666,0.0192045982664802
+1979,Botswana,FruitVeg,0.959666,0.0391365329187446
+1979,Botswana,OilcropsPulses,0.959666,0.0225964033319926
 1979,Botswana,Starchy Roots,0.959666,0.0470299041541536
+1979,Botswana,Sugar,0.959666,0.0175769486467167
 1980,Botswana,Ruminants,0.996331,0.329193510991829
 1980,Botswana,Cereals,0.996331,0.121811927963699
 1980,Botswana,Monogastrics,0.996331,0.00925937263820959
-1980,Botswana,Oilcrops,0.996331,0.00389027341315286
-1980,Botswana,Pulses,0.996331,0.0161944173171366
+1980,Botswana,FruitVeg,0.996331,0.0377083519432799
+1980,Botswana,OilcropsPulses,0.996331,0.0200846907302894
 1980,Botswana,Starchy Roots,0.996331,0.0451315877956221
+1980,Botswana,Sugar,0.996331,0.0200395250172884
 1981,Botswana,Ruminants,1.033073,0.346799209736388
 1981,Botswana,Cereals,1.033073,0.12470464333111
 1981,Botswana,Monogastrics,1.033073,0.00938520317538064
-1981,Botswana,Oilcrops,1.033073,0.00451952572567476
-1981,Botswana,Pulses,1.033073,0.0145943219888624
+1981,Botswana,FruitVeg,1.033073,0.0385771383048439
+1981,Botswana,OilcropsPulses,1.033073,0.0191138477145371
 1981,Botswana,Starchy Roots,1.033073,0.0445476747528974
+1981,Botswana,Sugar,1.033073,0.0219413342522745
 1982,Botswana,Ruminants,1.069962,0.323525134537488
 1982,Botswana,Cereals,1.069962,0.123662335671734
 1982,Botswana,Monogastrics,1.069962,0.00804047246537727
-1982,Botswana,Oilcrops,1.069962,0.00411509941474557
-1982,Botswana,Pulses,1.069962,0.015639807768874
+1982,Botswana,FruitVeg,1.069962,0.034697493929691
+1982,Botswana,OilcropsPulses,1.069962,0.0197549071836196
 1982,Botswana,Starchy Roots,1.069962,0.0470446613991899
+1982,Botswana,Sugar,1.069962,0.0230372667440526
 1983,Botswana,Ruminants,1.107103,0.250037801360849
 1983,Botswana,Cereals,1.107103,0.141260569251461
 1983,Botswana,Monogastrics,1.107103,0.00719201375120472
-1983,Botswana,Oilcrops,1.107103,0.0031677269413957
-1983,Botswana,Pulses,1.107103,0.0125751623832652
+1983,Botswana,FruitVeg,1.107103,0.0339986433059977
+1983,Botswana,OilcropsPulses,1.107103,0.0157428893246608
 1983,Botswana,Starchy Roots,1.107103,0.0468149756617045
+1983,Botswana,Sugar,1.107103,0.0229246962568072
 1984,Botswana,Ruminants,1.144716,0.658850754248215
 1984,Botswana,Cereals,1.144716,0.131844055643496
 1984,Botswana,Monogastrics,1.144716,0.00833027580640089
-1984,Botswana,Oilcrops,1.144716,0.00348295996561593
-1984,Botswana,Pulses,1.144716,0.0133046100517508
+1984,Botswana,FruitVeg,1.144716,0.0349291876762446
+1984,Botswana,OilcropsPulses,1.144716,0.0167875700173668
 1984,Botswana,Starchy Roots,1.144716,0.046583606763599
+1984,Botswana,Sugar,1.144716,0.0226824819431195
 1985,Botswana,Ruminants,1.182942,0.487760262126123
 1985,Botswana,Cereals,1.182942,0.14203908560183
 1985,Botswana,Monogastrics,1.182942,0.0100791923864399
-1985,Botswana,Oilcrops,1.182942,0.00300099244088045
-1985,Botswana,Pulses,1.182942,0.0151917845507218
+1985,Botswana,FruitVeg,1.182942,0.0340295635796176
+1985,Botswana,OilcropsPulses,1.182942,0.0181927769916023
 1985,Botswana,Starchy Roots,1.182942,0.046369137286528
+1985,Botswana,Sugar,1.182942,0.0222005812626485
 1986,Botswana,Ruminants,1.221668,0.321147971461968
 1986,Botswana,Cereals,1.221668,0.149569277414158
 1986,Botswana,Monogastrics,1.221668,0.0107111752129056
-1986,Botswana,Oilcrops,1.221668,0.00332741792369122
-1986,Botswana,Pulses,1.221668,0.0118542844700852
+1986,Botswana,FruitVeg,1.221668,0.0330220649145267
+1986,Botswana,OilcropsPulses,1.221668,0.0151817023937764
 1986,Botswana,Starchy Roots,1.221668,0.0455696637711719
+1986,Botswana,Sugar,1.221668,0.0228007936689837
 1987,Botswana,Ruminants,1.26072,0.439716669839457
 1987,Botswana,Cereals,1.26072,0.139026905260486
 1987,Botswana,Monogastrics,1.26072,0.0100092804111936
-1987,Botswana,Oilcrops,1.26072,0.00353845421663811
-1987,Botswana,Pulses,1.26072,0.0114839139539311
+1987,Botswana,FruitVeg,1.26072,0.0331921441715845
+1987,Botswana,OilcropsPulses,1.26072,0.0150223681705692
 1987,Botswana,Starchy Roots,1.26072,0.0497898026524526
+1987,Botswana,Sugar,1.26072,0.024152071831969
 1988,Botswana,Ruminants,1.300097,0.472293298115448
 1988,Botswana,Cereals,1.300097,0.140601047460305
 1988,Botswana,Monogastrics,1.300097,0.0140570280525222
-1988,Botswana,Oilcrops,1.300097,0.00296362502182529
-1988,Botswana,Pulses,1.300097,0.012203704800488
+1988,Botswana,FruitVeg,1.300097,0.0362772931558184
+1988,Botswana,OilcropsPulses,1.300097,0.0151673298223133
 1988,Botswana,Starchy Roots,1.300097,0.0474772266992386
+1988,Botswana,Sugar,1.300097,0.0246881578836041
 1989,Botswana,Ruminants,1.339813,0.482130267432843
 1989,Botswana,Cereals,1.339813,0.13629066145798
 1989,Botswana,Monogastrics,1.339813,0.0179506393802717
-1989,Botswana,Oilcrops,1.339813,0.00355422734366662
-1989,Botswana,Pulses,1.339813,0.0117382052570023
+1989,Botswana,FruitVeg,1.339813,0.0515497311938308
+1989,Botswana,OilcropsPulses,1.339813,0.0152924326006689
 1989,Botswana,Starchy Roots,1.339813,0.0493397212894635
+1989,Botswana,Sugar,1.339813,0.0238697489873587
 1990,Botswana,Ruminants,1.379814,0.678842510657234
 1990,Botswana,Cereals,1.379814,0.129731253632736
 1990,Botswana,Monogastrics,1.379814,0.0242476159830238
-1990,Botswana,Oilcrops,1.379814,0.00372513976521473
-1990,Botswana,Pulses,1.379814,0.0126777957028991
+1990,Botswana,FruitVeg,1.379814,0.0591876876158671
+1990,Botswana,OilcropsPulses,1.379814,0.0164029354681138
 1990,Botswana,Starchy Roots,1.379814,0.0499241202075062
+1990,Botswana,Sugar,1.379814,0.0238053824645931
 1991,Botswana,Ruminants,1.420098,0.677281497474118
 1991,Botswana,Cereals,1.420098,0.113882281363681
 1991,Botswana,Monogastrics,1.420098,0.026859554763122
-1991,Botswana,Oilcrops,1.420098,0.0059721230506627
-1991,Botswana,Pulses,1.420098,0.0125329378676683
+1991,Botswana,FruitVeg,1.420098,0.0691107233444452
+1991,Botswana,OilcropsPulses,1.420098,0.018505060918331
 1991,Botswana,Starchy Roots,1.420098,0.0529449376028978
+1991,Botswana,Sugar,1.420098,0.0275171150160059
 1992,Botswana,Ruminants,1.460453,0.745134899924886
 1992,Botswana,Cereals,1.460453,0.112258319850074
 1992,Botswana,Monogastrics,1.460453,0.0248086723776801
-1992,Botswana,Oilcrops,1.460453,0.00387277098270194
-1992,Botswana,Pulses,1.460453,0.0116429628341343
+1992,Botswana,FruitVeg,1.460453,0.0689820213317375
+1992,Botswana,OilcropsPulses,1.460453,0.0155157338168363
 1992,Botswana,Starchy Roots,1.460453,0.0597335210376506
+1992,Botswana,Sugar,1.460453,0.029113569556843
 1993,Botswana,Ruminants,1.500356,0.630657857201891
 1993,Botswana,Cereals,1.500356,0.117773381784057
 1993,Botswana,Monogastrics,1.500356,0.0240274308230847
-1993,Botswana,Oilcrops,1.500356,0.0033378744777906
-1993,Botswana,Pulses,1.500356,0.0114666119241033
+1993,Botswana,FruitVeg,1.500356,0.0804355766231481
+1993,Botswana,OilcropsPulses,1.500356,0.014804486401894
 1993,Botswana,Starchy Roots,1.500356,0.0531687146250623
+1993,Botswana,Sugar,1.500356,0.0249834039387985
 1994,Botswana,Ruminants,1.539135,0.483354741461925
 1994,Botswana,Cereals,1.539135,0.136511741984946
 1994,Botswana,Monogastrics,1.539135,0.023579478083469
-1994,Botswana,Oilcrops,1.539135,0.00471238715252398
-1994,Botswana,Pulses,1.539135,0.0127292277805391
+1994,Botswana,FruitVeg,1.539135,0.0645433961283448
+1994,Botswana,OilcropsPulses,1.539135,0.0174416149330631
 1994,Botswana,Starchy Roots,1.539135,0.0549763341097435
+1994,Botswana,Sugar,1.539135,0.0242954646603449
 1995,Botswana,Ruminants,1.576291,0.640269277690477
 1995,Botswana,Cereals,1.576291,0.132337239760932
 1995,Botswana,Monogastrics,1.576291,0.0275872919403841
-1995,Botswana,Oilcrops,1.576291,0.00725944638394814
-1995,Botswana,Pulses,1.576291,0.0107156610042181
+1995,Botswana,FruitVeg,1.576291,0.0570199284269212
+1995,Botswana,OilcropsPulses,1.576291,0.0179751073881663
 1995,Botswana,Starchy Roots,1.576291,0.0521889676462024
+1995,Botswana,Sugar,1.576291,0.0230027323635039
 1996,Botswana,Ruminants,1.611827,0.640049645526474
 1996,Botswana,Cereals,1.611827,0.127781703619557
 1996,Botswana,Monogastrics,1.611827,0.0245713714933426
-1996,Botswana,Oilcrops,1.611827,0.00741766951416002
-1996,Botswana,Pulses,1.611827,0.0126260448546897
+1996,Botswana,FruitVeg,1.611827,0.0589920630439867
+1996,Botswana,OilcropsPulses,1.611827,0.0200437143688498
 1996,Botswana,Starchy Roots,1.611827,0.0529572962855195
+1996,Botswana,Sugar,1.611827,0.0223479318810269
 1997,Botswana,Ruminants,1.645846,0.505527613154572
 1997,Botswana,Cereals,1.645846,0.126109611713368
 1997,Botswana,Monogastrics,1.645846,0.0289914123192571
-1997,Botswana,Oilcrops,1.645846,0.00733786757691789
-1997,Botswana,Pulses,1.645846,0.0105902982417553
+1997,Botswana,FruitVeg,1.645846,0.0656634946404463
+1997,Botswana,OilcropsPulses,1.645846,0.0179281658186732
 1997,Botswana,Starchy Roots,1.645846,0.0560581002110769
+1997,Botswana,Sugar,1.645846,0.0242379906747047
 1998,Botswana,Ruminants,1.678111,0.423530326658964
 1998,Botswana,Cereals,1.678111,0.125122831564777
 1998,Botswana,Monogastrics,1.678111,0.0273191701860008
-1998,Botswana,Oilcrops,1.678111,0.00613904562928197
-1998,Botswana,Pulses,1.678111,0.00886353763249273
+1998,Botswana,FruitVeg,1.678111,0.0682153921880019
+1998,Botswana,OilcropsPulses,1.678111,0.0150025832617747
 1998,Botswana,Starchy Roots,1.678111,0.0552120807264835
+1998,Botswana,Sugar,1.678111,0.0242963665693151
 1999,Botswana,Ruminants,1.708368,0.375161265020183
 1999,Botswana,Cereals,1.708368,0.122447271313909
 1999,Botswana,Monogastrics,1.708368,0.0281692820282281
-1999,Botswana,Oilcrops,1.708368,0.00848470587133451
-1999,Botswana,Pulses,1.708368,0.0121150712258717
+1999,Botswana,FruitVeg,1.708368,0.0881601622132936
+1999,Botswana,OilcropsPulses,1.708368,0.0205997770972062
 1999,Botswana,Starchy Roots,1.708368,0.057232399576672
+1999,Botswana,Sugar,1.708368,0.0244432112987366
 2000,Botswana,Ruminants,1.736579,0.412943148569688
 2000,Botswana,Cereals,1.736579,0.115739047863645
 2000,Botswana,Monogastrics,1.736579,0.0355209869519325
-2000,Botswana,Oilcrops,1.736579,0.00677539000529201
-2000,Botswana,Pulses,1.736579,0.0125015907712808
+2000,Botswana,FruitVeg,1.736579,0.112096829456074
+2000,Botswana,OilcropsPulses,1.736579,0.0192769807765728
 2000,Botswana,Starchy Roots,1.736579,0.0564615833774334
+2000,Botswana,Sugar,1.736579,0.0241158046941717
 2001,Botswana,Ruminants,1.762531,0.373893054930665
 2001,Botswana,Cereals,1.762531,0.128970781223139
 2001,Botswana,Monogastrics,1.762531,0.0294355673744178
-2001,Botswana,Oilcrops,1.762531,0.00712611579597749
-2001,Botswana,Pulses,1.762531,0.0137444391049008
+2001,Botswana,FruitVeg,1.762531,0.0820893363010353
+2001,Botswana,OilcropsPulses,1.762531,0.0208705549008783
 2001,Botswana,Starchy Roots,1.762531,0.0591530021315937
+2001,Botswana,Sugar,1.762531,0.0247450966819874
 2002,Botswana,Ruminants,1.786672,0.439327028128274
 2002,Botswana,Cereals,1.786672,0.117768678302453
 2002,Botswana,Monogastrics,1.786672,0.027534544673001
-2002,Botswana,Oilcrops,1.786672,0.00748990301521488
-2002,Botswana,Pulses,1.786672,0.0127656335354223
+2002,Botswana,FruitVeg,1.786672,0.10756758935048
+2002,Botswana,OilcropsPulses,1.786672,0.0202555365506372
 2002,Botswana,Starchy Roots,1.786672,0.062483768705168
+2002,Botswana,Sugar,1.786672,0.0249256718636661
 2003,Botswana,Ruminants,1.810438,0.379159573539663
 2003,Botswana,Cereals,1.810438,0.12065643783438
 2003,Botswana,Monogastrics,1.810438,0.0212132644144677
-2003,Botswana,Oilcrops,1.810438,0.00880670865282324
-2003,Botswana,Pulses,1.810438,0.014223629861945
+2003,Botswana,FruitVeg,1.810438,0.0793332884086613
+2003,Botswana,OilcropsPulses,1.810438,0.0230303385147682
 2003,Botswana,Starchy Roots,1.810438,0.0551634466355655
+2003,Botswana,Sugar,1.810438,0.0298911092232929
 2004,Botswana,Ruminants,1.83575,0.536200136184121
 2004,Botswana,Cereals,1.83575,0.121061146670298
 2004,Botswana,Monogastrics,1.83575,0.0197652730491625
-2004,Botswana,Oilcrops,1.83575,0.00843687865994825
-2004,Botswana,Pulses,1.83575,0.0144741931090835
+2004,Botswana,FruitVeg,1.83575,0.0652801307367561
+2004,Botswana,OilcropsPulses,1.83575,0.0229110717690317
 2004,Botswana,Starchy Roots,1.83575,0.0633196241318262
+2004,Botswana,Sugar,1.83575,0.02859648644968
 2005,Botswana,Ruminants,1.864003,0.598418350185059
 2005,Botswana,Cereals,1.864003,0.121246049496701
 2005,Botswana,Monogastrics,1.864003,0.0165033532671353
-2005,Botswana,Oilcrops,1.864003,0.00921940576275897
-2005,Botswana,Pulses,1.864003,0.00899515719663541
+2005,Botswana,FruitVeg,1.864003,0.06387918903564
+2005,Botswana,OilcropsPulses,1.864003,0.0182145629593944
 2005,Botswana,Starchy Roots,1.864003,0.0610685712415699
+2005,Botswana,Sugar,1.864003,0.0290975926540891
 2006,Botswana,Ruminants,1.895671,0.542352602323926
 2006,Botswana,Cereals,1.895671,0.127323781394556
 2006,Botswana,Monogastrics,1.895671,0.0189955430029789
-2006,Botswana,Oilcrops,1.895671,0.00864021235752406
-2006,Botswana,Pulses,1.895671,0.00516228818186278
+2006,Botswana,FruitVeg,1.895671,0.069113786094739
+2006,Botswana,OilcropsPulses,1.895671,0.0138025005393868
 2006,Botswana,Starchy Roots,1.895671,0.0576497715057096
+2006,Botswana,Sugar,1.895671,0.0297008288885571
 2007,Botswana,Ruminants,1.930431,0.494791007811209
 2007,Botswana,Cereals,1.930431,0.123326345256577
 2007,Botswana,Monogastrics,1.930431,0.0208733179274473
-2007,Botswana,Oilcrops,1.930431,0.0100433530128764
-2007,Botswana,Pulses,1.930431,0.00189439560388328
+2007,Botswana,FruitVeg,1.930431,0.0862812501456929
+2007,Botswana,OilcropsPulses,1.930431,0.0119377486167597
 2007,Botswana,Starchy Roots,1.930431,0.0564195249661863
+2007,Botswana,Sugar,1.930431,0.0307413214976345
 2008,Botswana,Ruminants,1.967866,0.480808296906395
 2008,Botswana,Cereals,1.967866,0.119977681407169
 2008,Botswana,Monogastrics,1.967866,0.0257276155998427
-2008,Botswana,Oilcrops,1.967866,0.00912765401709263
-2008,Botswana,Pulses,1.967866,0.00402517244568482
+2008,Botswana,FruitVeg,1.967866,0.089391757365593
+2008,Botswana,OilcropsPulses,1.967866,0.0131528264627774
 2008,Botswana,Starchy Roots,1.967866,0.0539045849666593
+2008,Botswana,Sugar,1.967866,0.0283642280521133
 2009,Botswana,Ruminants,2.007212,0.511709774552962
 2009,Botswana,Cereals,2.007212,0.117914799233962
 2009,Botswana,Monogastrics,2.007212,0.0236193785210531
-2009,Botswana,Oilcrops,2.007212,0.0123878294868703
-2009,Botswana,Pulses,2.007212,0.00508466469909506
+2009,Botswana,FruitVeg,2.007212,0.0763073357472953
+2009,Botswana,OilcropsPulses,2.007212,0.0174724941859654
 2009,Botswana,Starchy Roots,2.007212,0.0418665292953609
+2009,Botswana,Sugar,2.007212,0.0295215453076207
 2010,Botswana,Ruminants,2.047831,0.492958305641432
 2010,Botswana,Cereals,2.047831,0.117232330206936
 2010,Botswana,Monogastrics,2.047831,0.0251511477265458
-2010,Botswana,Oilcrops,2.047831,0.00959698334481703
-2010,Botswana,Pulses,2.047831,0.00449695311771333
+2010,Botswana,FruitVeg,2.047831,0.0854543172752048
+2010,Botswana,OilcropsPulses,2.047831,0.0140939364625304
 2010,Botswana,Starchy Roots,2.047831,0.0491266124987853
+2010,Botswana,Sugar,2.047831,0.0327683290271512
 2011,Botswana,Ruminants,2.089706,0.502094457306434
 2011,Botswana,Cereals,2.089706,0.116484806953705
 2011,Botswana,Monogastrics,2.089706,0.0242128318529018
-2011,Botswana,Oilcrops,2.089706,0.0107847706806603
-2011,Botswana,Pulses,2.089706,0.00446091459755583
+2011,Botswana,FruitVeg,2.089706,0.0797557168328942
+2011,Botswana,OilcropsPulses,2.089706,0.0152456852782162
 2011,Botswana,Starchy Roots,2.089706,0.0502836284147148
+2011,Botswana,Sugar,2.089706,0.0283949033978942
 1961,Brazil,Ruminants,74.706888,0.527165989031694
 1961,Brazil,Cereals,74.706888,0.116323062473168
 1961,Brazil,Monogastrics,74.706888,0.0570573372029631
-1961,Brazil,Oilcrops,74.706888,0.0245776400162727
-1961,Brazil,Pulses,74.706888,0.0217815658443703
+1961,Brazil,FruitVeg,74.706888,0.0988729312349351
+1961,Brazil,OilcropsPulses,74.706888,0.046359205860643
 1961,Brazil,Starchy Roots,74.706888,0.0934751290938527
+1961,Brazil,Sugar,74.706888,0.0419046500772459
 1962,Brazil,Ruminants,77.007549,0.514911741964414
 1962,Brazil,Cereals,77.007549,0.119885610175698
 1962,Brazil,Monogastrics,77.007549,0.0605066134490269
-1962,Brazil,Oilcrops,77.007549,0.0251929586799341
-1962,Brazil,Pulses,77.007549,0.0207024119154864
+1962,Brazil,FruitVeg,77.007549,0.102893769544594
+1962,Brazil,OilcropsPulses,77.007549,0.0458953705954205
 1962,Brazil,Starchy Roots,77.007549,0.0992001446507537
+1962,Brazil,Sugar,77.007549,0.0421587758883223
 1963,Brazil,Ruminants,79.368453,0.506026127282587
 1963,Brazil,Cereals,79.368453,0.115152893303842
 1963,Brazil,Monogastrics,79.368453,0.0592844867468943
-1963,Brazil,Oilcrops,79.368453,0.0240170234891689
-1963,Brazil,Pulses,79.368453,0.0229028024522539
+1963,Brazil,FruitVeg,79.368453,0.105376943657954
+1963,Brazil,OilcropsPulses,79.368453,0.0469198259414228
 1963,Brazil,Starchy Roots,79.368453,0.106716178530026
+1963,Brazil,Sugar,79.368453,0.0403442158561412
 1964,Brazil,Ruminants,81.751802,0.519612793366928
 1964,Brazil,Cereals,81.751802,0.122384739604884
 1964,Brazil,Monogastrics,81.751802,0.058522813968064
-1964,Brazil,Oilcrops,81.751802,0.0227500306354103
-1964,Brazil,Pulses,81.751802,0.022078473572974
+1964,Brazil,FruitVeg,81.751802,0.104537915873708
+1964,Brazil,OilcropsPulses,81.751802,0.0448285042083843
 1964,Brazil,Starchy Roots,81.751802,0.113824463465649
+1964,Brazil,Sugar,81.751802,0.0383458825776097
 1965,Brazil,Ruminants,84.130061,0.515066817792988
 1965,Brazil,Cereals,84.130061,0.11358889897869
 1965,Brazil,Monogastrics,84.130061,0.0603922419597437
-1965,Brazil,Oilcrops,84.130061,0.0244979615550261
-1965,Brazil,Pulses,84.130061,0.0255589735041319
+1965,Brazil,FruitVeg,84.130061,0.10779022256979
+1965,Brazil,OilcropsPulses,84.130061,0.050056935059158
 1965,Brazil,Starchy Roots,84.130061,0.113229110816881
+1965,Brazil,Sugar,84.130061,0.0411321109109858
 1966,Brazil,Ruminants,86.494987,0.497963307399537
 1966,Brazil,Cereals,86.494987,0.120295353070577
 1966,Brazil,Monogastrics,86.494987,0.06475895996146
-1966,Brazil,Oilcrops,86.494987,0.027157111428897
-1966,Brazil,Pulses,86.494987,0.0233121833985593
+1966,Brazil,FruitVeg,86.494987,0.106775841240372
+1966,Brazil,OilcropsPulses,86.494987,0.0504692948274563
 1966,Brazil,Starchy Roots,86.494987,0.110433660161137
+1966,Brazil,Sugar,86.494987,0.0367866637172857
 1967,Brazil,Ruminants,88.853679,0.503881810003613
 1967,Brazil,Cereals,88.853679,0.117030708430205
 1967,Brazil,Monogastrics,88.853679,0.0645653130468576
-1967,Brazil,Oilcrops,88.853679,0.0240201421485316
-1967,Brazil,Pulses,88.853679,0.0271996841008688
+1967,Brazil,FruitVeg,88.853679,0.112608314170086
+1967,Brazil,OilcropsPulses,88.853679,0.0512198262494004
 1967,Brazil,Starchy Roots,88.853679,0.120207256696709
+1967,Brazil,Sugar,88.853679,0.0377959701589846
 1968,Brazil,Ruminants,91.213009,0.530264413270261
 1968,Brazil,Cereals,91.213009,0.119976263473558
 1968,Brazil,Monogastrics,91.213009,0.0674644402971072
-1968,Brazil,Oilcrops,91.213009,0.0264286314685661
-1968,Brazil,Pulses,91.213009,0.0247212982525333
+1968,Brazil,FruitVeg,91.213009,0.11503215511726
+1968,Brazil,OilcropsPulses,91.213009,0.0511499297210993
 1968,Brazil,Starchy Roots,91.213009,0.124653699342382
+1968,Brazil,Sugar,91.213009,0.0415658034042052
 1969,Brazil,Ruminants,93.585746,0.539216861080532
 1969,Brazil,Cereals,93.585746,0.121163098918932
 1969,Brazil,Monogastrics,93.585746,0.0676757943458612
-1969,Brazil,Oilcrops,93.585746,0.0290822493416893
-1969,Brazil,Pulses,93.585746,0.0219904856023694
+1969,Brazil,FruitVeg,93.585746,0.119092131829563
+1969,Brazil,OilcropsPulses,93.585746,0.0510727349440587
 1969,Brazil,Starchy Roots,93.585746,0.124309005347887
+1969,Brazil,Sugar,93.585746,0.0412492197262605
 1970,Brazil,Ruminants,95.982453,0.529480072779553
 1970,Brazil,Cereals,95.982453,0.118677035686929
 1970,Brazil,Monogastrics,95.982453,0.070848014271942
-1970,Brazil,Oilcrops,95.982453,0.0283049548650314
-1970,Brazil,Pulses,95.982453,0.0213860548031628
+1970,Brazil,FruitVeg,95.982453,0.120938126055186
+1970,Brazil,OilcropsPulses,95.982453,0.0496910096681942
 1970,Brazil,Starchy Roots,95.982453,0.119710412068756
+1970,Brazil,Sugar,95.982453,0.0412219825221595
 1971,Brazil,Ruminants,98.4022,0.496832874671501
 1971,Brazil,Cereals,98.4022,0.116691578033824
 1971,Brazil,Monogastrics,98.4022,0.0719237425586013
-1971,Brazil,Oilcrops,98.4022,0.0269585639345462
-1971,Brazil,Pulses,98.4022,0.0258112318627023
+1971,Brazil,FruitVeg,98.4022,0.118098091302837
+1971,Brazil,OilcropsPulses,98.4022,0.0527697957972484
 1971,Brazil,Starchy Roots,98.4022,0.119488964677619
+1971,Brazil,Sugar,98.4022,0.0407135003079199
 1972,Brazil,Ruminants,100.844391,0.542125933409623
 1972,Brazil,Cereals,100.844391,0.106985355288625
 1972,Brazil,Monogastrics,100.844391,0.0704597521938528
-1972,Brazil,Oilcrops,100.844391,0.030244518011914
-1972,Brazil,Pulses,100.844391,0.0253998063214046
+1972,Brazil,FruitVeg,100.844391,0.127550743005627
+1972,Brazil,OilcropsPulses,100.844391,0.0556443243333187
 1972,Brazil,Starchy Roots,100.844391,0.116285138754024
+1972,Brazil,Sugar,100.844391,0.0429442922611333
 1973,Brazil,Ruminants,103.320787,0.56987093797495
 1973,Brazil,Cereals,103.320787,0.121308551395374
 1973,Brazil,Monogastrics,103.320787,0.0672896461773951
-1973,Brazil,Oilcrops,103.320787,0.028949295556566
-1973,Brazil,Pulses,103.320787,0.0202609567811364
+1973,Brazil,FruitVeg,103.320787,0.107199638345767
+1973,Brazil,OilcropsPulses,103.320787,0.0492102523377024
 1973,Brazil,Starchy Roots,103.320787,0.0992859839520967
+1973,Brazil,Sugar,103.320787,0.0432823745332099
 1974,Brazil,Ruminants,105.846274,0.554072928443376
 1974,Brazil,Cereals,105.846274,0.12174929275262
 1974,Brazil,Monogastrics,105.846274,0.0684291532076037
-1974,Brazil,Oilcrops,105.846274,0.0325013046751178
-1974,Brazil,Pulses,105.846274,0.019601322952568
+1974,Brazil,FruitVeg,105.846274,0.119881858099228
+1974,Brazil,OilcropsPulses,105.846274,0.0521026276276858
 1974,Brazil,Starchy Roots,105.846274,0.0938791005529396
+1974,Brazil,Sugar,105.846274,0.0459377908758508
 1975,Brazil,Ruminants,108.431284,0.573014978776789
 1975,Brazil,Cereals,108.431284,0.122291579614606
 1975,Brazil,Monogastrics,108.431284,0.0705749486467393
-1975,Brazil,Oilcrops,108.431284,0.0312074511632639
-1975,Brazil,Pulses,108.431284,0.0190772618721365
+1975,Brazil,FruitVeg,108.431284,0.112899520769301
+1975,Brazil,OilcropsPulses,108.431284,0.0502847130354004
 1975,Brazil,Starchy Roots,108.431284,0.0951138787584587
+1975,Brazil,Sugar,108.431284,0.0479166141756654
 1976,Brazil,Ruminants,111.076063,0.597152912234565
 1976,Brazil,Cereals,111.076063,0.132391053507181
 1976,Brazil,Monogastrics,111.076063,0.0722576591501987
-1976,Brazil,Oilcrops,111.076063,0.0317819240676544
-1976,Brazil,Pulses,111.076063,0.0155143057239974
+1976,Brazil,FruitVeg,111.076063,0.124002801575709
+1976,Brazil,OilcropsPulses,111.076063,0.0472962297916519
 1976,Brazil,Starchy Roots,111.076063,0.0920884097233443
+1976,Brazil,Sugar,111.076063,0.047714924861894
 1977,Brazil,Ruminants,113.776467,0.587882935405263
 1977,Brazil,Cereals,113.776467,0.132521095069686
 1977,Brazil,Monogastrics,113.776467,0.0756141716019359
-1977,Brazil,Oilcrops,113.776467,0.0281380683054607
-1977,Brazil,Pulses,113.776467,0.0164854389440657
+1977,Brazil,FruitVeg,113.776467,0.123696546140776
+1977,Brazil,OilcropsPulses,113.776467,0.0446235072495264
 1977,Brazil,Starchy Roots,113.776467,0.0900389884667451
+1977,Brazil,Sugar,113.776467,0.0463077043867077
 1978,Brazil,Ruminants,116.532153,0.630574609738825
 1978,Brazil,Cereals,116.532153,0.134147920531426
 1978,Brazil,Monogastrics,116.532153,0.0806214075526434
-1978,Brazil,Oilcrops,116.532153,0.0282616678334262
-1978,Brazil,Pulses,116.532153,0.0165799219379393
+1978,Brazil,FruitVeg,116.532153,0.114439325599691
+1978,Brazil,OilcropsPulses,116.532153,0.0448415897713655
 1978,Brazil,Starchy Roots,116.532153,0.0872219017527291
+1978,Brazil,Sugar,116.532153,0.0471792707717328
 1979,Brazil,Ruminants,119.341444,0.640184792803412
 1979,Brazil,Cereals,119.341444,0.140038325663296
 1979,Brazil,Monogastrics,119.341444,0.0888719638753491
-1979,Brazil,Oilcrops,119.341444,0.0304169187026093
-1979,Brazil,Pulses,119.341444,0.0163540337252832
+1979,Brazil,FruitVeg,119.341444,0.120660405282175
+1979,Brazil,OilcropsPulses,119.341444,0.0467709524278925
 1979,Brazil,Starchy Roots,119.341444,0.0854417933806801
+1979,Brazil,Sugar,119.341444,0.0520921717689288
 1980,Brazil,Ruminants,122.199721,0.655582363399995
 1980,Brazil,Cereals,122.199721,0.134414586756708
 1980,Brazil,Monogastrics,122.199721,0.0965541713470852
-1980,Brazil,Oilcrops,122.199721,0.0313972975437481
-1980,Brazil,Pulses,122.199721,0.0158400934483312
+1980,Brazil,FruitVeg,122.199721,0.12621275952013
+1980,Brazil,OilcropsPulses,122.199721,0.0472373909920793
 1980,Brazil,Starchy Roots,122.199721,0.0785948766609705
+1980,Brazil,Sugar,122.199721,0.0530160375734409
 1981,Brazil,Ruminants,125.107382,0.640163993680245
 1981,Brazil,Cereals,125.107382,0.133046249820814
 1981,Brazil,Monogastrics,125.107382,0.0941691266467394
-1981,Brazil,Oilcrops,125.107382,0.0311049111394562
-1981,Brazil,Pulses,125.107382,0.0161567684311386
+1981,Brazil,FruitVeg,125.107382,0.105759826386584
+1981,Brazil,OilcropsPulses,125.107382,0.0472616795705948
 1981,Brazil,Starchy Roots,125.107382,0.0790725682358216
+1981,Brazil,Sugar,125.107382,0.0485904900479813
 1982,Brazil,Ruminants,128.054757,0.612085615843229
 1982,Brazil,Cereals,128.054757,0.136147288928907
 1982,Brazil,Monogastrics,128.054757,0.0900380951876704
-1982,Brazil,Oilcrops,128.054757,0.0331263601554451
-1982,Brazil,Pulses,128.054757,0.016801726467686
+1982,Brazil,FruitVeg,128.054757,0.122165582649928
+1982,Brazil,OilcropsPulses,128.054757,0.0499280866231311
 1982,Brazil,Starchy Roots,128.054757,0.078565687333271
+1982,Brazil,Sugar,128.054757,0.0492281048176914
 1983,Brazil,Ruminants,131.014337,0.620961064742098
 1983,Brazil,Cereals,131.014337,0.137167705546607
 1983,Brazil,Monogastrics,131.014337,0.0879920844082888
-1983,Brazil,Oilcrops,131.014337,0.0295936772171736
-1983,Brazil,Pulses,131.014337,0.0168655969308153
+1983,Brazil,FruitVeg,131.014337,0.112623536766056
+1983,Brazil,OilcropsPulses,131.014337,0.0464592741479889
 1983,Brazil,Starchy Roots,131.014337,0.0697217816703526
+1983,Brazil,Sugar,131.014337,0.0466768533889539
 1984,Brazil,Ruminants,133.950551,0.638011350920087
 1984,Brazil,Cereals,133.950551,0.136497027175349
 1984,Brazil,Monogastrics,133.950551,0.0780097873580229
-1984,Brazil,Oilcrops,133.950551,0.0291192456535696
-1984,Brazil,Pulses,133.950551,0.0166518314657772
+1984,Brazil,FruitVeg,133.950551,0.0966065231041864
+1984,Brazil,OilcropsPulses,133.950551,0.0457710771193468
 1984,Brazil,Starchy Roots,133.950551,0.0707790294942497
+1984,Brazil,Sugar,133.950551,0.0478468057962673
 1985,Brazil,Ruminants,136.836428,0.639325172241415
 1985,Brazil,Cereals,136.836428,0.137291708608471
 1985,Brazil,Monogastrics,136.836428,0.08240760347822
-1985,Brazil,Oilcrops,136.836428,0.0316288729781809
-1985,Brazil,Pulses,136.836428,0.0156755407266258
+1985,Brazil,FruitVeg,136.836428,0.144510239627126
+1985,Brazil,OilcropsPulses,136.836428,0.0473044137048067
 1985,Brazil,Starchy Roots,136.836428,0.0714606347368261
+1985,Brazil,Sugar,136.836428,0.0459255776539271
 1986,Brazil,Ruminants,139.664639,0.766647345145109
 1986,Brazil,Cereals,139.664639,0.134811976279837
 1986,Brazil,Monogastrics,139.664639,0.0898915651799308
-1986,Brazil,Oilcrops,139.664639,0.0297553054928957
-1986,Brazil,Pulses,139.664639,0.0148097185859622
+1986,Brazil,FruitVeg,139.664639,0.108575936676427
+1986,Brazil,OilcropsPulses,139.664639,0.0445650240788579
 1986,Brazil,Starchy Roots,139.664639,0.0732208529891378
+1986,Brazil,Sugar,139.664639,0.0489417367842121
 1987,Brazil,Ruminants,142.437479,0.717340846084478
 1987,Brazil,Cereals,142.437479,0.134721655667607
 1987,Brazil,Monogastrics,142.437479,0.102101895527089
-1987,Brazil,Oilcrops,142.437479,0.0289033408124276
-1987,Brazil,Pulses,142.437479,0.0146022663038006
+1987,Brazil,FruitVeg,142.437479,0.125222294898943
+1987,Brazil,OilcropsPulses,142.437479,0.0435056071162282
 1987,Brazil,Starchy Roots,142.437479,0.0701670379886462
+1987,Brazil,Sugar,142.437479,0.0480841352155636
 1988,Brazil,Ruminants,145.150468,0.698633557282089
 1988,Brazil,Cereals,145.150468,0.133891907258611
 1988,Brazil,Monogastrics,145.150468,0.104425272676351
-1988,Brazil,Oilcrops,145.150468,0.0307361392730749
-1988,Brazil,Pulses,145.150468,0.0143550208877039
+1988,Brazil,FruitVeg,145.150468,0.140163798851823
+1988,Brazil,OilcropsPulses,145.150468,0.0450911601607788
 1988,Brazil,Starchy Roots,145.150468,0.0641263657517108
+1988,Brazil,Sugar,145.150468,0.046980206774118
 1989,Brazil,Ruminants,147.801816,0.790645700185443
 1989,Brazil,Cereals,147.801816,0.130482097730112
 1989,Brazil,Monogastrics,147.801816,0.104921890810868
-1989,Brazil,Oilcrops,147.801816,0.0317765243155064
-1989,Brazil,Pulses,147.801816,0.014380675809829
+1989,Brazil,FruitVeg,147.801816,0.146935657407619
+1989,Brazil,OilcropsPulses,147.801816,0.0461572001253354
 1989,Brazil,Starchy Roots,147.801816,0.0664897852134645
+1989,Brazil,Sugar,147.801816,0.0479787203697145
 1990,Brazil,Ruminants,150.393143,0.782020978177177
 1990,Brazil,Cereals,150.393143,0.132730539450193
 1990,Brazil,Monogastrics,150.393143,0.107530563411392
-1990,Brazil,Oilcrops,150.393143,0.0355126829153374
-1990,Brazil,Pulses,150.393143,0.0136419716954782
+1990,Brazil,FruitVeg,150.393143,0.126759077041165
+1990,Brazil,OilcropsPulses,150.393143,0.0491546546108156
 1990,Brazil,Starchy Roots,150.393143,0.0678761797005599
+1990,Brazil,Sugar,150.393143,0.0479156021095988
 1991,Brazil,Ruminants,152.916852,0.807398241496627
 1991,Brazil,Cereals,152.916852,0.132790151866323
 1991,Brazil,Monogastrics,152.916852,0.118434149429129
-1991,Brazil,Oilcrops,152.916852,0.0316962122657351
-1991,Brazil,Pulses,152.916852,0.0155478154886422
+1991,Brazil,FruitVeg,152.916852,0.138024055059674
+1991,Brazil,OilcropsPulses,152.916852,0.0472440277543773
 1991,Brazil,Starchy Roots,152.916852,0.0665825569048466
+1991,Brazil,Sugar,152.916852,0.0471664888837759
 1992,Brazil,Ruminants,155.379009,0.804308966856649
 1992,Brazil,Cereals,155.379009,0.131382302740778
 1992,Brazil,Monogastrics,155.379009,0.121821547336552
-1992,Brazil,Oilcrops,155.379009,0.0295236533526868
-1992,Brazil,Pulses,155.379009,0.015864369427147
+1992,Brazil,FruitVeg,155.379009,0.137187900329574
+1992,Brazil,OilcropsPulses,155.379009,0.0453880227798338
 1992,Brazil,Starchy Roots,155.379009,0.0613198273133535
+1992,Brazil,Sugar,155.379009,0.0496682212717678
 1993,Brazil,Ruminants,157.81222,0.794273702632153
 1993,Brazil,Cereals,157.81222,0.134574223719811
 1993,Brazil,Monogastrics,157.81222,0.13239101636109
-1993,Brazil,Oilcrops,157.81222,0.0277857126653436
-1993,Brazil,Pulses,157.81222,0.0169543461209785
+1993,Brazil,FruitVeg,157.81222,0.118321920824636
+1993,Brazil,OilcropsPulses,157.81222,0.0447400587863221
 1993,Brazil,Starchy Roots,157.81222,0.0599866474218537
+1993,Brazil,Sugar,157.81222,0.0500763502344749
 1994,Brazil,Ruminants,160.260508,0.858944895519737
 1994,Brazil,Cereals,160.260508,0.133234676879971
 1994,Brazil,Monogastrics,160.260508,0.145399230233315
-1994,Brazil,Oilcrops,160.260508,0.0261993740841006
-1994,Brazil,Pulses,160.260508,0.017565768604702
+1994,Brazil,FruitVeg,160.260508,0.116844338219619
+1994,Brazil,OilcropsPulses,160.260508,0.0437651426888027
 1994,Brazil,Starchy Roots,160.260508,0.0660271337714716
+1994,Brazil,Sugar,160.260508,0.0515151056428699
 1995,Brazil,Ruminants,162.755054,0.969664956763801
 1995,Brazil,Cereals,162.755054,0.127206943754877
 1995,Brazil,Monogastrics,162.755054,0.161303119348908
-1995,Brazil,Oilcrops,162.755054,0.0278970077328597
-1995,Brazil,Pulses,162.755054,0.0134324860965608
+1995,Brazil,FruitVeg,162.755054,0.14841206098583
+1995,Brazil,OilcropsPulses,162.755054,0.0413294938294205
 1995,Brazil,Starchy Roots,162.755054,0.0681184376615426
+1995,Brazil,Sugar,162.755054,0.0523059578844169
 1996,Brazil,Ruminants,165.303155,1.0295187027737
 1996,Brazil,Cereals,165.303155,0.129533341332777
 1996,Brazil,Monogastrics,165.303155,0.15763145416069
-1996,Brazil,Oilcrops,165.303155,0.023424440991462
-1996,Brazil,Pulses,165.303155,0.0193350574585222
+1996,Brazil,FruitVeg,165.303155,0.145264196560556
+1996,Brazil,OilcropsPulses,165.303155,0.0427594984499842
 1996,Brazil,Starchy Roots,165.303155,0.0509877927012343
+1996,Brazil,Sugar,165.303155,0.0509022649930668
 1997,Brazil,Ruminants,167.893835,0.968330412489535
 1997,Brazil,Cereals,167.893835,0.129772549420889
 1997,Brazil,Monogastrics,167.893835,0.174183587503377
-1997,Brazil,Oilcrops,167.893835,0.0282544442444834
-1997,Brazil,Pulses,167.893835,0.0151269104074012
+1997,Brazil,FruitVeg,167.893835,0.161819336606374
+1997,Brazil,OilcropsPulses,167.893835,0.0433813546518846
 1997,Brazil,Starchy Roots,167.893835,0.0557718870380202
+1997,Brazil,Sugar,167.893835,0.0501075515965193
 1998,Brazil,Ruminants,170.516482,0.919603239292727
 1998,Brazil,Cereals,170.516482,0.131223396926521
 1998,Brazil,Monogastrics,170.516482,0.185456220003413
-1998,Brazil,Oilcrops,170.516482,0.0284123736496041
-1998,Brazil,Pulses,170.516482,0.0155340115449954
+1998,Brazil,FruitVeg,170.516482,0.143588524187357
+1998,Brazil,OilcropsPulses,170.516482,0.0439463851945995
 1998,Brazil,Starchy Roots,170.516482,0.0554916796840789
+1998,Brazil,Sugar,170.516482,0.0493642661475974
 1999,Brazil,Ruminants,173.153066,0.967413912266503
 1999,Brazil,Cereals,173.153066,0.13187061325267
 1999,Brazil,Monogastrics,173.153066,0.192814172865989
-1999,Brazil,Oilcrops,173.153066,0.0337130848147962
-1999,Brazil,Pulses,173.153066,0.0156388741046029
+1999,Brazil,FruitVeg,173.153066,0.159732233675839
+1999,Brazil,OilcropsPulses,173.153066,0.0493519589193991
 1999,Brazil,Starchy Roots,173.153066,0.0572333556022623
+1999,Brazil,Sugar,173.153066,0.0387654065565319
 2000,Brazil,Ruminants,175.786441,0.978833145612181
 2000,Brazil,Cereals,175.786441,0.12467340982232
 2000,Brazil,Monogastrics,175.786441,0.201828956762371
-2000,Brazil,Oilcrops,175.786441,0.0363394296150521
-2000,Brazil,Pulses,175.786441,0.0166217996301546
+2000,Brazil,FruitVeg,175.786441,0.148518542451178
+2000,Brazil,OilcropsPulses,175.786441,0.0529612292452067
 2000,Brazil,Starchy Roots,175.786441,0.0593525469919492
+2000,Brazil,Sugar,175.786441,0.0395427938608758
 2001,Brazil,Ruminants,178.419396,0.960398612155373
 2001,Brazil,Cereals,178.419396,0.130611242513118
 2001,Brazil,Monogastrics,178.419396,0.192498678226665
-2001,Brazil,Oilcrops,178.419396,0.0386394761699563
-2001,Brazil,Pulses,178.419396,0.0165992995514905
+2001,Brazil,FruitVeg,178.419396,0.124246278694946
+2001,Brazil,OilcropsPulses,178.419396,0.0552387757214468
 2001,Brazil,Starchy Roots,178.419396,0.0587796687754733
+2001,Brazil,Sugar,178.419396,0.0392637973059835
 2002,Brazil,Ruminants,181.045592,0.981702585169817
 2002,Brazil,Cereals,181.045592,0.129241456483514
 2002,Brazil,Monogastrics,181.045592,0.195485445456192
-2002,Brazil,Oilcrops,181.045592,0.0412756970078564
-2002,Brazil,Pulses,181.045592,0.016066892145046
+2002,Brazil,FruitVeg,181.045592,0.156891049852238
+2002,Brazil,OilcropsPulses,181.045592,0.0573425891529024
 2002,Brazil,Starchy Roots,181.045592,0.0600987899224854
+2002,Brazil,Sugar,181.045592,0.0390323670514994
 2003,Brazil,Ruminants,183.627339,0.938378761781218
 2003,Brazil,Cereals,183.627339,0.142295260293458
 2003,Brazil,Monogastrics,183.627339,0.206640858091398
-2003,Brazil,Oilcrops,183.627339,0.0433320389182354
-2003,Brazil,Pulses,183.627339,0.017303463728786
+2003,Brazil,FruitVeg,183.627339,0.146421497726981
+2003,Brazil,OilcropsPulses,183.627339,0.0606355026470214
 2003,Brazil,Starchy Roots,183.627339,0.0566516241897945
+2003,Brazil,Sugar,183.627339,0.0411032967155288
 2004,Brazil,Ruminants,186.116363,0.945988377711851
 2004,Brazil,Cereals,186.116363,0.141552561931376
 2004,Brazil,Monogastrics,186.116363,0.210142843270583
-2004,Brazil,Oilcrops,186.116363,0.0463781521456015
-2004,Brazil,Pulses,186.116363,0.0153109643562076
+2004,Brazil,FruitVeg,186.116363,0.150546698572656
+2004,Brazil,OilcropsPulses,186.116363,0.0616891165018091
 2004,Brazil,Starchy Roots,186.116363,0.0597623058000548
+2004,Brazil,Sugar,186.116363,0.0414111627573552
 2005,Brazil,Ruminants,188.47924,1.01465658923497
 2005,Brazil,Cereals,188.47924,0.143639824736135
 2005,Brazil,Monogastrics,188.47924,0.1707756737559
-2005,Brazil,Oilcrops,188.47924,0.0458727921441109
-2005,Brazil,Pulses,188.47924,0.0154373075782776
+2005,Brazil,FruitVeg,188.47924,0.143783341868314
+2005,Brazil,OilcropsPulses,188.47924,0.0613100997223885
 2005,Brazil,Starchy Roots,188.47924,0.0624886327003441
+2005,Brazil,Sugar,188.47924,0.0414312472821941
 2006,Brazil,Ruminants,190.698241,1.02634098864079
 2006,Brazil,Cereals,190.698241,0.138611210367693
 2006,Brazil,Monogastrics,190.698241,0.183608157665177
-2006,Brazil,Oilcrops,190.698241,0.0442477442673423
-2006,Brazil,Pulses,190.698241,0.0163246812538769
+2006,Brazil,FruitVeg,190.698241,0.155369393260423
+2006,Brazil,OilcropsPulses,190.698241,0.0605724255212192
 2006,Brazil,Starchy Roots,190.698241,0.0630905295031012
+2006,Brazil,Sugar,190.698241,0.041316159806634
 2007,Brazil,Ruminants,192.784521,1.03997294523454
 2007,Brazil,Cereals,192.784521,0.137815701500226
 2007,Brazil,Monogastrics,192.784521,0.189443328803353
-2007,Brazil,Oilcrops,192.784521,0.0445639408985538
-2007,Brazil,Pulses,192.784521,0.0162773649239194
+2007,Brazil,FruitVeg,192.784521,0.156072416208146
+2007,Brazil,OilcropsPulses,192.784521,0.0608413058224732
 2007,Brazil,Starchy Roots,192.784521,0.0641360412955561
+2007,Brazil,Sugar,192.784521,0.0409901321901254
 2008,Brazil,Ruminants,194.769696,1.05030055188873
 2008,Brazil,Cereals,194.769696,0.139452920848631
 2008,Brazil,Monogastrics,194.769696,0.208682445651093
-2008,Brazil,Oilcrops,194.769696,0.0479781413223544
-2008,Brazil,Pulses,194.769696,0.0164924783781559
+2008,Brazil,FruitVeg,194.769696,0.162115676352444
+2008,Brazil,OilcropsPulses,194.769696,0.0644706197005103
 2008,Brazil,Starchy Roots,194.769696,0.064828093175234
+2008,Brazil,Sugar,194.769696,0.0415772071647121
 2009,Brazil,Ruminants,196.701298,1.0655566482332
 2009,Brazil,Cereals,196.701298,0.140706717654705
 2009,Brazil,Monogastrics,196.701298,0.205309047325148
-2009,Brazil,Oilcrops,196.701298,0.0430522171744896
-2009,Brazil,Pulses,196.701298,0.0163955349191443
+2009,Brazil,FruitVeg,196.701298,0.167977940847142
+2009,Brazil,OilcropsPulses,196.701298,0.0594477520936339
 2009,Brazil,Starchy Roots,196.701298,0.0594093791897601
+2009,Brazil,Sugar,196.701298,0.0413692186210179
 2010,Brazil,Ruminants,198.614208,1.09080885844783
 2010,Brazil,Cereals,198.614208,0.140666487464985
 2010,Brazil,Monogastrics,198.614208,0.218892712348152
-2010,Brazil,Oilcrops,198.614208,0.0444777747219373
-2010,Brazil,Pulses,198.614208,0.0163547564532745
+2010,Brazil,FruitVeg,198.614208,0.181392179153669
+2010,Brazil,OilcropsPulses,198.614208,0.0608325311752118
 2010,Brazil,Starchy Roots,198.614208,0.0610289974823956
+2010,Brazil,Sugar,198.614208,0.0417500645271057
 2011,Brazil,Ruminants,200.517584,1.10490064602015
 2011,Brazil,Cereals,200.517584,0.14089429184425
 2011,Brazil,Monogastrics,200.517584,0.23045479692195
-2011,Brazil,Oilcrops,200.517584,0.0487024369892668
-2011,Brazil,Pulses,200.517584,0.0165111903602429
+2011,Brazil,FruitVeg,200.517584,0.192155631597875
+2011,Brazil,OilcropsPulses,200.517584,0.0652136273495097
 2011,Brazil,Starchy Roots,200.517584,0.0629212498391163
+2011,Brazil,Sugar,200.517584,0.0416472602223254
 2012,Brazil,Ruminants,202.401584,1.1115952328713
 2012,Brazil,Cereals,202.401584,0.139696396842428
 2012,Brazil,Monogastrics,202.401584,0.23194501679394
-2012,Brazil,Oilcrops,202.401584,0.0485766307046293
-2012,Brazil,Pulses,202.401584,0.0153792818143162
+2012,Brazil,FruitVeg,202.401584,0.158334264814845
+2012,Brazil,OilcropsPulses,202.401584,0.0639559125189455
 2012,Brazil,Starchy Roots,202.401584,0.0580848072809549
+2012,Brazil,Sugar,202.401584,0.0418067380342241
 2013,Brazil,Ruminants,204.259377,1.10797437465992
 2013,Brazil,Cereals,204.259377,0.14204041168695
 2013,Brazil,Monogastrics,204.259377,0.245042273383611
-2013,Brazil,Oilcrops,204.259377,0.0442625162809539
-2013,Brazil,Pulses,204.259377,0.0161361600549678
+2013,Brazil,FruitVeg,204.259377,0.143923502713905
+2013,Brazil,OilcropsPulses,204.259377,0.0603986763359217
 2013,Brazil,Starchy Roots,204.259377,0.0547021642977008
+2013,Brazil,Sugar,204.259377,0.0418756491164663
 1961,Brunei Darussalam,Ruminants,0.085687,0.658159347392253
 1961,Brunei Darussalam,Cereals,0.085687,0.141585071247681
 1961,Brunei Darussalam,Monogastrics,0.085687,0.0554681573634274
-1961,Brunei Darussalam,Oilcrops,0.085687,0.00874111592190181
-1961,Brunei Darussalam,Pulses,0.085687,0.00151714962596427
+1961,Brunei Darussalam,FruitVeg,0.085687,0.0665911981980931
+1961,Brunei Darussalam,OilcropsPulses,0.085687,0.0102582655478661
 1961,Brunei Darussalam,Starchy Roots,0.085687,0.0342175592563633
+1961,Brunei Darussalam,Sugar,0.085687,0.0348827710154399
 1962,Brunei Darussalam,Ruminants,0.089603,0.804608104639354
 1962,Brunei Darussalam,Cereals,0.089603,0.141022063993393
 1962,Brunei Darussalam,Monogastrics,0.089603,0.0574612457172193
-1962,Brunei Darussalam,Oilcrops,0.089603,0.0109706148231644
-1962,Brunei Darussalam,Pulses,0.089603,0.00133924087363146
+1962,Brunei Darussalam,FruitVeg,0.089603,0.0692610738479738
+1962,Brunei Darussalam,OilcropsPulses,0.089603,0.0123098556967959
 1962,Brunei Darussalam,Starchy Roots,0.089603,0.0320971396047007
+1962,Brunei Darussalam,Sugar,0.089603,0.0366170775532069
 1963,Brunei Darussalam,Ruminants,0.09365,0.766467698878804
 1963,Brunei Darussalam,Cereals,0.09365,0.146833956219968
 1963,Brunei Darussalam,Monogastrics,0.09365,0.0627730912973839
-1963,Brunei Darussalam,Oilcrops,0.09365,0.00861719167111586
-1963,Brunei Darussalam,Pulses,0.09365,0.00128136679124399
+1963,Brunei Darussalam,FruitVeg,0.09365,0.0809717031500267
+1963,Brunei Darussalam,OilcropsPulses,0.09365,0.00989855846235985
 1963,Brunei Darussalam,Starchy Roots,0.09365,0.0268019220501869
+1963,Brunei Darussalam,Sugar,0.09365,0.0345221569674319
 1964,Brunei Darussalam,Ruminants,0.097933,0.688028550131212
 1964,Brunei Darussalam,Cereals,0.097933,0.136777184401581
 1964,Brunei Darussalam,Monogastrics,0.097933,0.0612194051034891
-1964,Brunei Darussalam,Oilcrops,0.097933,0.00729069874301819
-1964,Brunei Darussalam,Pulses,0.097933,0.000816885013223326
+1964,Brunei Darussalam,FruitVeg,0.097933,0.0843740108033043
+1964,Brunei Darussalam,OilcropsPulses,0.097933,0.00810758375624151
 1964,Brunei Darussalam,Starchy Roots,0.097933,0.0239857862007699
+1964,Brunei Darussalam,Sugar,0.097933,0.0417326131130467
 1965,Brunei Darussalam,Ruminants,0.102525,0.614425749817118
 1965,Brunei Darussalam,Cereals,0.102525,0.153143135820532
 1965,Brunei Darussalam,Monogastrics,0.102525,0.0739839063643014
-1965,Brunei Darussalam,Oilcrops,0.102525,0.00729578151670324
-1965,Brunei Darussalam,Pulses,0.102525,0.000731528895391368
+1965,Brunei Darussalam,FruitVeg,0.102525,0.0852767617654231
+1965,Brunei Darussalam,OilcropsPulses,0.102525,0.00802731041209461
 1965,Brunei Darussalam,Starchy Roots,0.102525,0.0181224091684955
+1965,Brunei Darussalam,Sugar,0.102525,0.0386052182394538
 1966,Brunei Darussalam,Ruminants,0.10745,0.585599813866915
 1966,Brunei Darussalam,Cereals,0.10745,0.155718939041415
 1966,Brunei Darussalam,Monogastrics,0.10745,0.0810376919497441
-1966,Brunei Darussalam,Oilcrops,0.10745,0.00760353652861796
-1966,Brunei Darussalam,Pulses,0.10745,0.0022894369474174
+1966,Brunei Darussalam,FruitVeg,0.10745,0.104169381107492
+1966,Brunei Darussalam,OilcropsPulses,0.10745,0.00989297347603537
 1966,Brunei Darussalam,Starchy Roots,0.10745,0.0340995812005584
+1966,Brunei Darussalam,Sugar,0.10745,0.0403536528617962
 1967,Brunei Darussalam,Ruminants,0.11268,0.583369719559815
 1967,Brunei Darussalam,Cereals,0.11268,0.167634007809727
 1967,Brunei Darussalam,Monogastrics,0.11268,0.0702928647497338
-1967,Brunei Darussalam,Oilcrops,0.11268,0.00874156904508342
-1967,Brunei Darussalam,Pulses,0.11268,0.00228079517216897
+1967,Brunei Darussalam,FruitVeg,0.11268,0.100008874689386
+1967,Brunei Darussalam,OilcropsPulses,0.11268,0.0110223642172524
 1967,Brunei Darussalam,Starchy Roots,0.11268,0.031079162229322
+1967,Brunei Darussalam,Sugar,0.11268,0.0417021654242102
 1968,Brunei Darussalam,Ruminants,0.118176,0.589360783915516
 1968,Brunei Darussalam,Cereals,0.118176,0.148989642567019
 1968,Brunei Darussalam,Monogastrics,0.118176,0.0753198619008936
-1968,Brunei Darussalam,Oilcrops,0.118176,0.007768074735987
-1968,Brunei Darussalam,Pulses,0.118176,0.00231011372867587
+1968,Brunei Darussalam,FruitVeg,0.118176,0.0994110479285134
+1968,Brunei Darussalam,OilcropsPulses,0.118176,0.0100781884646629
 1968,Brunei Darussalam,Starchy Roots,0.118176,0.0312669239101002
+1968,Brunei Darussalam,Sugar,0.118176,0.0428090305984295
 1969,Brunei Darussalam,Ruminants,0.123875,0.583278304742684
 1969,Brunei Darussalam,Cereals,0.123875,0.164181634712412
 1969,Brunei Darussalam,Monogastrics,0.123875,0.0743975782038345
-1969,Brunei Darussalam,Oilcrops,0.123875,0.00736226034308779
-1969,Brunei Darussalam,Pulses,0.123875,0.00280121089808274
+1969,Brunei Darussalam,FruitVeg,0.123875,0.100980827447023
+1969,Brunei Darussalam,OilcropsPulses,0.123875,0.0101634712411705
 1969,Brunei Darussalam,Starchy Roots,0.123875,0.0349868819374369
+1969,Brunei Darussalam,Sugar,0.123875,0.040452068617558
 1970,Brunei Darussalam,Ruminants,0.129729,0.552440857479823
 1970,Brunei Darussalam,Cereals,0.129729,0.14757687178657
 1970,Brunei Darussalam,Monogastrics,0.129729,0.0791989454940684
-1970,Brunei Darussalam,Oilcrops,0.129729,0.00661378720255301
-1970,Brunei Darussalam,Pulses,0.129729,0.00248209729513062
+1970,Brunei Darussalam,FruitVeg,0.129729,0.109867493004648
+1970,Brunei Darussalam,OilcropsPulses,0.129729,0.00909588449768363
 1970,Brunei Darussalam,Starchy Roots,0.129729,0.0361214531831742
+1970,Brunei Darussalam,Sugar,0.129729,0.0408389797192609
 1971,Brunei Darussalam,Ruminants,0.135716,0.499686109228094
 1971,Brunei Darussalam,Cereals,0.135716,0.156238026467034
 1971,Brunei Darussalam,Monogastrics,0.135716,0.0936138701405877
-1971,Brunei Darussalam,Oilcrops,0.135716,0.00848094550384627
-1971,Brunei Darussalam,Pulses,0.135716,0.00219576173774647
+1971,Brunei Darussalam,FruitVeg,0.135716,0.112190161808482
+1971,Brunei Darussalam,OilcropsPulses,0.135716,0.0106767072415927
 1971,Brunei Darussalam,Starchy Roots,0.135716,0.0395089746234784
+1971,Brunei Darussalam,Sugar,0.135716,0.0443204927937752
 1972,Brunei Darussalam,Ruminants,0.141836,0.50103570320652
 1972,Brunei Darussalam,Cereals,0.141836,0.144829239403254
 1972,Brunei Darussalam,Monogastrics,0.141836,0.0814912998110494
-1972,Brunei Darussalam,Oilcrops,0.141836,0.00683888434530021
-1972,Brunei Darussalam,Pulses,0.141836,0.0025099410586875
+1972,Brunei Darussalam,FruitVeg,0.141836,0.112185904847852
+1972,Brunei Darussalam,OilcropsPulses,0.141836,0.0093488254039877
 1972,Brunei Darussalam,Starchy Roots,0.141836,0.0351039228404636
+1972,Brunei Darussalam,Sugar,0.141836,0.0458839786796018
 1973,Brunei Darussalam,Ruminants,0.148067,0.459462270458644
 1973,Brunei Darussalam,Cereals,0.148067,0.139497659843179
 1973,Brunei Darussalam,Monogastrics,0.148067,0.0902084866985891
-1973,Brunei Darussalam,Oilcrops,0.148067,0.00778026163831238
-1973,Brunei Darussalam,Pulses,0.148067,0.00238405586660093
+1973,Brunei Darussalam,FruitVeg,0.148067,0.107883593238196
+1973,Brunei Darussalam,OilcropsPulses,0.148067,0.0101643175049133
 1973,Brunei Darussalam,Starchy Roots,0.148067,0.0317558942910979
+1973,Brunei Darussalam,Sugar,0.148067,0.0408396199018012
 1974,Brunei Darussalam,Ruminants,0.154395,0.511405809773633
 1974,Brunei Darussalam,Cereals,0.154395,0.141552511415525
 1974,Brunei Darussalam,Monogastrics,0.154395,0.0861847857767415
-1974,Brunei Darussalam,Oilcrops,0.154395,0.00563489750315749
-1974,Brunei Darussalam,Pulses,0.154395,0.00200136014767318
+1974,Brunei Darussalam,FruitVeg,0.154395,0.110010039185207
+1974,Brunei Darussalam,OilcropsPulses,0.154395,0.00763625765083066
 1974,Brunei Darussalam,Starchy Roots,0.154395,0.0244243660740309
+1974,Brunei Darussalam,Sugar,0.154395,0.0426309142135432
 1975,Brunei Darussalam,Ruminants,0.160799,0.485201400506222
 1975,Brunei Darussalam,Cereals,0.160799,0.141773269734265
 1975,Brunei Darussalam,Monogastrics,0.160799,0.101820906846436
-1975,Brunei Darussalam,Oilcrops,0.160799,0.00413559785819564
-1975,Brunei Darussalam,Pulses,0.160799,0.00231344722293049
+1975,Brunei Darussalam,FruitVeg,0.160799,0.113931056785179
+1975,Brunei Darussalam,OilcropsPulses,0.160799,0.00644904508112613
 1975,Brunei Darussalam,Starchy Roots,0.160799,0.0289740607839601
+1975,Brunei Darussalam,Sugar,0.160799,0.0407216462788948
 1976,Brunei Darussalam,Ruminants,0.167283,0.566713294237908
 1976,Brunei Darussalam,Cereals,0.167283,0.138280638199937
 1976,Brunei Darussalam,Monogastrics,0.167283,0.1078615280692
-1976,Brunei Darussalam,Oilcrops,0.167283,0.00377802884931523
-1976,Brunei Darussalam,Pulses,0.167283,0.00257647220578301
+1976,Brunei Darussalam,FruitVeg,0.167283,0.118165025734833
+1976,Brunei Darussalam,OilcropsPulses,0.167283,0.00635450105509825
 1976,Brunei Darussalam,Starchy Roots,0.167283,0.0301106508132924
+1976,Brunei Darussalam,Sugar,0.167283,0.0396812587053078
 1977,Brunei Darussalam,Ruminants,0.173826,0.553788846317582
 1977,Brunei Darussalam,Cereals,0.173826,0.134099616858238
 1977,Brunei Darussalam,Monogastrics,0.173826,0.106105530818174
-1977,Brunei Darussalam,Oilcrops,0.173826,0.00470585528056792
-1977,Brunei Darussalam,Pulses,0.173826,0.00245072658865762
+1977,Brunei Darussalam,FruitVeg,0.173826,0.114539827183505
+1977,Brunei Darussalam,OilcropsPulses,0.173826,0.00715658186922555
 1977,Brunei Darussalam,Starchy Roots,0.173826,0.0256635946291119
+1977,Brunei Darussalam,Sugar,0.173826,0.0400803101952527
 1978,Brunei Darussalam,Ruminants,0.180357,0.487204821548374
 1978,Brunei Darussalam,Cereals,0.180357,0.1464317991539
 1978,Brunei Darussalam,Monogastrics,0.180357,0.100362614148605
-1978,Brunei Darussalam,Oilcrops,0.180357,0.00639287635079315
-1978,Brunei Darussalam,Pulses,0.180357,0.00192396191996984
+1978,Brunei Darussalam,FruitVeg,0.180357,0.126526832892541
+1978,Brunei Darussalam,OilcropsPulses,0.180357,0.00831683827076299
 1978,Brunei Darussalam,Starchy Roots,0.180357,0.0197829859667216
+1978,Brunei Darussalam,Sugar,0.180357,0.0465632051985784
 1979,Brunei Darussalam,Ruminants,0.186786,0.575090210187059
 1979,Brunei Darussalam,Cereals,0.186786,0.150568029723855
 1979,Brunei Darussalam,Monogastrics,0.186786,0.10770079127986
-1979,Brunei Darussalam,Oilcrops,0.186786,0.00562140631524847
-1979,Brunei Darussalam,Pulses,0.186786,0.00188986326598353
+1979,Brunei Darussalam,FruitVeg,0.186786,0.123199811549045
+1979,Brunei Darussalam,OilcropsPulses,0.186786,0.007511269581232
 1979,Brunei Darussalam,Starchy Roots,0.186786,0.0184917499170173
+1979,Brunei Darussalam,Sugar,0.186786,0.0398959236773634
 1980,Brunei Darussalam,Ruminants,0.193057,0.580779251723584
 1980,Brunei Darussalam,Cereals,0.193057,0.165174015964197
 1980,Brunei Darussalam,Monogastrics,0.193057,0.136552417161771
-1980,Brunei Darussalam,Oilcrops,0.193057,0.00538701005402549
-1980,Brunei Darussalam,Pulses,0.193057,0.00195797096194388
+1980,Brunei Darussalam,FruitVeg,0.193057,0.139083275923691
+1980,Brunei Darussalam,OilcropsPulses,0.193057,0.00734498101596938
 1980,Brunei Darussalam,Starchy Roots,0.193057,0.015549811713639
+1980,Brunei Darussalam,Sugar,0.193057,0.0446655650921748
 1981,Brunei Darussalam,Ruminants,0.199136,0.650323899244737
 1981,Brunei Darussalam,Cereals,0.199136,0.15465310139804
 1981,Brunei Darussalam,Monogastrics,0.199136,0.145969086453479
-1981,Brunei Darussalam,Oilcrops,0.199136,0.00478065241844769
-1981,Brunei Darussalam,Pulses,0.199136,0.0024656516149767
+1981,Brunei Darussalam,FruitVeg,0.199136,0.164987747067331
+1981,Brunei Darussalam,OilcropsPulses,0.199136,0.00724630403342439
 1981,Brunei Darussalam,Starchy Roots,0.199136,0.0179374899566126
+1981,Brunei Darussalam,Sugar,0.199136,0.0354280491724249
 1982,Brunei Darussalam,Ruminants,0.205061,0.590781767376537
 1982,Brunei Darussalam,Cereals,0.205061,0.156665577559848
 1982,Brunei Darussalam,Monogastrics,0.205061,0.160705351090651
-1982,Brunei Darussalam,Oilcrops,0.205061,0.00761236900239441
-1982,Brunei Darussalam,Pulses,0.205061,0.00257972018082424
+1982,Brunei Darussalam,FruitVeg,0.205061,0.148409497661671
+1982,Brunei Darussalam,OilcropsPulses,0.205061,0.0101920891832187
 1982,Brunei Darussalam,Starchy Roots,0.205061,0.0170388323474478
+1982,Brunei Darussalam,Sugar,0.205061,0.0411048419738517
 1983,Brunei Darussalam,Ruminants,0.210933,0.630187784746815
 1983,Brunei Darussalam,Cereals,0.210933,0.155020788591638
 1983,Brunei Darussalam,Monogastrics,0.210933,0.155529955009411
-1983,Brunei Darussalam,Oilcrops,0.210933,0.00819691560827372
-1983,Brunei Darussalam,Pulses,0.210933,0.00241782935813742
+1983,Brunei Darussalam,FruitVeg,0.210933,0.141632651126187
+1983,Brunei Darussalam,OilcropsPulses,0.210933,0.0106147449664111
 1983,Brunei Darussalam,Starchy Roots,0.210933,0.0231258266843026
+1983,Brunei Darussalam,Sugar,0.210933,0.0528746094731502
 1984,Brunei Darussalam,Ruminants,0.216893,0.622044971483635
 1984,Brunei Darussalam,Cereals,0.216893,0.165095231289161
 1984,Brunei Darussalam,Monogastrics,0.216893,0.152602896359034
-1984,Brunei Darussalam,Oilcrops,0.216893,0.0120750784949261
-1984,Brunei Darussalam,Pulses,0.216893,0.00228223133065613
+1984,Brunei Darussalam,FruitVeg,0.216893,0.122032522949104
+1984,Brunei Darussalam,OilcropsPulses,0.216893,0.0143573098255822
 1984,Brunei Darussalam,Starchy Roots,0.216893,0.0267735703780205
+1984,Brunei Darussalam,Sugar,0.216893,0.0484801261451499
 1985,Brunei Darussalam,Ruminants,0.223049,0.780137099919749
 1985,Brunei Darussalam,Cereals,0.223049,0.183780245596259
 1985,Brunei Darussalam,Monogastrics,0.223049,0.13777062439195
-1985,Brunei Darussalam,Oilcrops,0.223049,0.0108227340180857
-1985,Brunei Darussalam,Pulses,0.223049,0.00253755901169698
+1985,Brunei Darussalam,FruitVeg,0.223049,0.119892938322969
+1985,Brunei Darussalam,OilcropsPulses,0.223049,0.0133602930297827
 1985,Brunei Darussalam,Starchy Roots,0.223049,0.0188837430340418
+1985,Brunei Darussalam,Sugar,0.223049,0.0481374047854956
 1986,Brunei Darussalam,Ruminants,0.229418,0.519313654551953
 1986,Brunei Darussalam,Cereals,0.229418,0.181515835723439
 1986,Brunei Darussalam,Monogastrics,0.229418,0.15274913040825
-1986,Brunei Darussalam,Oilcrops,0.229418,0.0123137678822063
-1986,Brunei Darussalam,Pulses,0.229418,0.00305991683302967
+1986,Brunei Darussalam,FruitVeg,0.229418,0.124288416776365
+1986,Brunei Darussalam,OilcropsPulses,0.229418,0.0153736847152359
 1986,Brunei Darussalam,Starchy Roots,0.229418,0.0159141828452868
+1986,Brunei Darussalam,Sugar,0.229418,0.0369500213583938
 1987,Brunei Darussalam,Ruminants,0.23598,0.636878125264853
 1987,Brunei Darussalam,Cereals,0.23598,0.177040427154844
 1987,Brunei Darussalam,Monogastrics,0.23598,0.161552250190694
-1987,Brunei Darussalam,Oilcrops,0.23598,0.00855580981439105
-1987,Brunei Darussalam,Pulses,0.23598,0.00214424951267057
+1987,Brunei Darussalam,FruitVeg,0.23598,0.121065344520722
+1987,Brunei Darussalam,OilcropsPulses,0.23598,0.0107000593270616
 1987,Brunei Darussalam,Starchy Roots,0.23598,0.0132468853292652
+1987,Brunei Darussalam,Sugar,0.23598,0.04170692431562
 1988,Brunei Darussalam,Ruminants,0.24275,0.722334088568486
 1988,Brunei Darussalam,Cereals,0.24275,0.181227600411946
 1988,Brunei Darussalam,Monogastrics,0.24275,0.162077445932029
-1988,Brunei Darussalam,Oilcrops,0.24275,0.0132605561277034
-1988,Brunei Darussalam,Pulses,0.24275,0.00268177136972194
+1988,Brunei Darussalam,FruitVeg,0.24275,0.134764160659114
+1988,Brunei Darussalam,OilcropsPulses,0.24275,0.0159423274974253
 1988,Brunei Darussalam,Starchy Roots,0.24275,0.0123707518022657
+1988,Brunei Darussalam,Sugar,0.24275,0.0395180226570546
 1989,Brunei Darussalam,Ruminants,0.249738,0.647116978593566
 1989,Brunei Darussalam,Cereals,0.249738,0.183252048146457
 1989,Brunei Darussalam,Monogastrics,0.249738,0.181381287589394
-1989,Brunei Darussalam,Oilcrops,0.249738,0.0122888787449247
-1989,Brunei Darussalam,Pulses,0.249738,0.00206216114487983
+1989,Brunei Darussalam,FruitVeg,0.249738,0.130340596945599
+1989,Brunei Darussalam,OilcropsPulses,0.249738,0.0143510398898045
 1989,Brunei Darussalam,Starchy Roots,0.249738,0.0148475602431348
+1989,Brunei Darussalam,Sugar,0.249738,0.039016889700406
 1990,Brunei Darussalam,Ruminants,0.256939,0.631976072141637
 1990,Brunei Darussalam,Cereals,0.256939,0.178882925519287
 1990,Brunei Darussalam,Monogastrics,0.256939,0.144829317464457
-1990,Brunei Darussalam,Oilcrops,0.256939,0.0126099969253403
-1990,Brunei Darussalam,Pulses,0.256939,0.00172803661569478
+1990,Brunei Darussalam,FruitVeg,0.256939,0.131649924690296
+1990,Brunei Darussalam,OilcropsPulses,0.256939,0.014338033541035
 1990,Brunei Darussalam,Starchy Roots,0.256939,0.0148517741565119
+1990,Brunei Darussalam,Sugar,0.256939,0.0352885315191544
 1991,Brunei Darussalam,Ruminants,0.264365,0.642401603843171
 1991,Brunei Darussalam,Cereals,0.264365,0.175923439184461
 1991,Brunei Darussalam,Monogastrics,0.264365,0.176230590282375
-1991,Brunei Darussalam,Oilcrops,0.264365,0.0086206570461294
-1991,Brunei Darussalam,Pulses,0.264365,0.0017248879390237
+1991,Brunei Darussalam,FruitVeg,0.264365,0.13437104003934
+1991,Brunei Darussalam,OilcropsPulses,0.264365,0.0103455449851531
 1991,Brunei Darussalam,Starchy Roots,0.264365,0.0141017154313165
+1991,Brunei Darussalam,Sugar,0.264365,0.0394681595521344
 1992,Brunei Darussalam,Ruminants,0.271989,0.629804514153146
 1992,Brunei Darussalam,Cereals,0.271989,0.173723937365114
 1992,Brunei Darussalam,Monogastrics,0.271989,0.167308604392089
-1992,Brunei Darussalam,Oilcrops,0.271989,0.00755177599094081
-1992,Brunei Darussalam,Pulses,0.271989,0.0017794837291214
+1992,Brunei Darussalam,FruitVeg,0.271989,0.154072407340003
+1992,Brunei Darussalam,OilcropsPulses,0.271989,0.00933125972006221
 1992,Brunei Darussalam,Starchy Roots,0.271989,0.0146917706230767
+1992,Brunei Darussalam,Sugar,0.271989,0.0430090922794672
 1993,Brunei Darussalam,Ruminants,0.279717,0.606585584715981
 1993,Brunei Darussalam,Cereals,0.279717,0.164809432390595
 1993,Brunei Darussalam,Monogastrics,0.279717,0.18191743798196
-1993,Brunei Darussalam,Oilcrops,0.279717,0.00803669423023985
-1993,Brunei Darussalam,Pulses,0.279717,0.00183757154552637
+1993,Brunei Darussalam,FruitVeg,0.279717,0.151728354014951
+1993,Brunei Darussalam,OilcropsPulses,0.279717,0.00987426577576622
 1993,Brunei Darussalam,Starchy Roots,0.279717,0.0141321406993497
+1993,Brunei Darussalam,Sugar,0.279717,0.0416885637984105
 1994,Brunei Darussalam,Ruminants,0.287423,0.755126764385592
 1994,Brunei Darussalam,Cereals,0.287423,0.169290557818964
 1994,Brunei Darussalam,Monogastrics,0.287423,0.219516531384058
-1994,Brunei Darussalam,Oilcrops,0.287423,0.00832570810269185
-1994,Brunei Darussalam,Pulses,0.287423,0.00231018394491742
+1994,Brunei Darussalam,FruitVeg,0.287423,0.184626839188235
+1994,Brunei Darussalam,OilcropsPulses,0.287423,0.0106358920476093
 1994,Brunei Darussalam,Starchy Roots,0.287423,0.0123476548501686
+1994,Brunei Darussalam,Sugar,0.287423,0.0422791495461393
 1995,Brunei Darussalam,Ruminants,0.29501,0.710265753703264
 1995,Brunei Darussalam,Cereals,0.29501,0.171597572963628
 1995,Brunei Darussalam,Monogastrics,0.29501,0.220389139351208
-1995,Brunei Darussalam,Oilcrops,0.29501,0.0063489373241585
-1995,Brunei Darussalam,Pulses,0.29501,0.00173892410426765
+1995,Brunei Darussalam,FruitVeg,0.29501,0.164804582895495
+1995,Brunei Darussalam,OilcropsPulses,0.29501,0.00808786142842616
 1995,Brunei Darussalam,Starchy Roots,0.29501,0.0161655537100437
+1995,Brunei Darussalam,Sugar,0.29501,0.0415138469882377
 1996,Brunei Darussalam,Ruminants,0.302449,0.84321125214499
 1996,Brunei Darussalam,Cereals,0.302449,0.178985547976684
 1996,Brunei Darussalam,Monogastrics,0.302449,0.22862962020043
-1996,Brunei Darussalam,Oilcrops,0.302449,0.00614649081332721
-1996,Brunei Darussalam,Pulses,0.302449,0.00207638312575013
+1996,Brunei Darussalam,FruitVeg,0.302449,0.187611795707706
+1996,Brunei Darussalam,OilcropsPulses,0.302449,0.00822287393907733
 1996,Brunei Darussalam,Starchy Roots,0.302449,0.0199240202480418
+1996,Brunei Darussalam,Sugar,0.302449,0.0377352876022073
 1997,Brunei Darussalam,Ruminants,0.309746,0.576159498427744
 1997,Brunei Darussalam,Cereals,0.309746,0.180864321088892
 1997,Brunei Darussalam,Monogastrics,0.309746,0.183342157767978
-1997,Brunei Darussalam,Oilcrops,0.309746,0.00861673758498899
-1997,Brunei Darussalam,Pulses,0.309746,0.00314451195495664
+1997,Brunei Darussalam,FruitVeg,0.309746,0.176812614206479
+1997,Brunei Darussalam,OilcropsPulses,0.309746,0.0117612495399456
 1997,Brunei Darussalam,Starchy Roots,0.309746,0.0169170869034628
+1997,Brunei Darussalam,Sugar,0.309746,0.0364040213594364
 1998,Brunei Darussalam,Ruminants,0.316873,0.489650112190057
 1998,Brunei Darussalam,Cereals,0.316873,0.171800689866287
 1998,Brunei Darussalam,Monogastrics,0.316873,0.190433706879412
-1998,Brunei Darussalam,Oilcrops,0.316873,0.00848604961609225
-1998,Brunei Darussalam,Pulses,0.316873,0.00226273617506067
+1998,Brunei Darussalam,FruitVeg,0.316873,0.194869869001146
+1998,Brunei Darussalam,OilcropsPulses,0.316873,0.0107487857911529
 1998,Brunei Darussalam,Starchy Roots,0.316873,0.0189539657843994
+1998,Brunei Darussalam,Sugar,0.316873,0.0290084671145853
 1999,Brunei Darussalam,Ruminants,0.323812,0.586284943115141
 1999,Brunei Darussalam,Cereals,0.323812,0.176204093733401
 1999,Brunei Darussalam,Monogastrics,0.323812,0.195472372858325
-1999,Brunei Darussalam,Oilcrops,0.323812,0.00698862302817684
-1999,Brunei Darussalam,Pulses,0.323812,0.00214013069311823
+1999,Brunei Darussalam,FruitVeg,0.323812,0.146761083591714
+1999,Brunei Darussalam,OilcropsPulses,0.323812,0.00912875372129507
 1999,Brunei Darussalam,Starchy Roots,0.323812,0.0185663286104283
+1999,Brunei Darussalam,Sugar,0.323812,0.031984608352995
 2000,Brunei Darussalam,Ruminants,0.330554,0.377766416379774
 2000,Brunei Darussalam,Cereals,0.330554,0.177580667606503
 2000,Brunei Darussalam,Monogastrics,0.330554,0.198721237679774
-2000,Brunei Darussalam,Oilcrops,0.330554,0.00764474185760874
-2000,Brunei Darussalam,Pulses,0.330554,0.00223866599708368
+2000,Brunei Darussalam,FruitVeg,0.330554,0.145812787018157
+2000,Brunei Darussalam,OilcropsPulses,0.330554,0.00988340785469242
 2000,Brunei Darussalam,Starchy Roots,0.330554,0.0167990706510888
+2000,Brunei Darussalam,Sugar,0.330554,0.0327783055113537
 2001,Brunei Darussalam,Ruminants,0.337074,0.362760106089464
 2001,Brunei Darussalam,Cereals,0.337074,0.172508113945306
 2001,Brunei Darussalam,Monogastrics,0.337074,0.224832826026333
-2001,Brunei Darussalam,Oilcrops,0.337074,0.00798637687866759
-2001,Brunei Darussalam,Pulses,0.337074,0.00185122554691255
+2001,Brunei Darussalam,FruitVeg,0.337074,0.173964767380457
+2001,Brunei Darussalam,OilcropsPulses,0.337074,0.00983760242558014
 2001,Brunei Darussalam,Starchy Roots,0.337074,0.0235764253546699
+2001,Brunei Darussalam,Sugar,0.337074,0.0397182814456173
 2002,Brunei Darussalam,Ruminants,0.343383,0.401999516574787
 2002,Brunei Darussalam,Cereals,0.343383,0.167524309590166
 2002,Brunei Darussalam,Monogastrics,0.343383,0.253394314803004
-2002,Brunei Darussalam,Oilcrops,0.343383,0.0136232719732777
-2002,Brunei Darussalam,Pulses,0.343383,0.00235888206463337
+2002,Brunei Darussalam,FruitVeg,0.343383,0.184712114461112
+2002,Brunei Darussalam,OilcropsPulses,0.343383,0.015982154037911
 2002,Brunei Darussalam,Starchy Roots,0.343383,0.0184225777047786
+2002,Brunei Darussalam,Sugar,0.343383,0.0300801146241951
 2003,Brunei Darussalam,Ruminants,0.349557,0.385303398301279
 2003,Brunei Darussalam,Cereals,0.349557,0.167984048381237
 2003,Brunei Darussalam,Monogastrics,0.349557,0.256416264014167
-2003,Brunei Darussalam,Oilcrops,0.349557,0.0144325532030542
-2003,Brunei Darussalam,Pulses,0.349557,0.00268339641317439
+2003,Brunei Darussalam,FruitVeg,0.349557,0.193419099031059
+2003,Brunei Darussalam,OilcropsPulses,0.349557,0.0171159496162285
 2003,Brunei Darussalam,Starchy Roots,0.349557,0.0236127441304279
+2003,Brunei Darussalam,Sugar,0.349557,0.0391781597850994
 2004,Brunei Darussalam,Ruminants,0.3557,0.341827944897385
 2004,Brunei Darussalam,Cereals,0.3557,0.169628900759067
 2004,Brunei Darussalam,Monogastrics,0.3557,0.254998594321057
-2004,Brunei Darussalam,Oilcrops,0.3557,0.0132246274950801
-2004,Brunei Darussalam,Pulses,0.3557,0.00265392184425077
+2004,Brunei Darussalam,FruitVeg,0.3557,0.173823446724768
+2004,Brunei Darussalam,OilcropsPulses,0.3557,0.0158785493393309
 2004,Brunei Darussalam,Starchy Roots,0.3557,0.0215068878268204
+2004,Brunei Darussalam,Sugar,0.3557,0.0458307562552713
 2005,Brunei Darussalam,Ruminants,0.361889,0.308079272926229
 2005,Brunei Darussalam,Cereals,0.361889,0.17481879802923
 2005,Brunei Darussalam,Monogastrics,0.361889,0.236226577762795
-2005,Brunei Darussalam,Oilcrops,0.361889,0.0113570735778098
-2005,Brunei Darussalam,Pulses,0.361889,0.0023128638892036
+2005,Brunei Darussalam,FruitVeg,0.361889,0.183371144190622
+2005,Brunei Darussalam,OilcropsPulses,0.361889,0.0136699374670134
 2005,Brunei Darussalam,Starchy Roots,0.361889,0.0231396920050071
+2005,Brunei Darussalam,Sugar,0.361889,0.0464507072610662
 2006,Brunei Darussalam,Ruminants,0.36815,0.387759337226674
 2006,Brunei Darussalam,Cereals,0.36815,0.185747657204944
 2006,Brunei Darussalam,Monogastrics,0.36815,0.243100095069944
-2006,Brunei Darussalam,Oilcrops,0.36815,0.014513106070895
-2006,Brunei Darussalam,Pulses,0.36815,0.00113812304767079
+2006,Brunei Darussalam,FruitVeg,0.36815,0.148382452804563
+2006,Brunei Darussalam,OilcropsPulses,0.36815,0.0156512291185658
 2006,Brunei Darussalam,Starchy Roots,0.36815,0.0201249490696727
+2006,Brunei Darussalam,Sugar,0.36815,0.048072796414505
 2007,Brunei Darussalam,Ruminants,0.374459,0.352648487551374
 2007,Brunei Darussalam,Cereals,0.374459,0.175391698423592
 2007,Brunei Darussalam,Monogastrics,0.374459,0.251183707695636
-2007,Brunei Darussalam,Oilcrops,0.374459,0.0103402508685864
-2007,Brunei Darussalam,Pulses,0.374459,0.00111360656306832
+2007,Brunei Darussalam,FruitVeg,0.374459,0.142090322304979
+2007,Brunei Darussalam,OilcropsPulses,0.374459,0.0114538574316547
 2007,Brunei Darussalam,Starchy Roots,0.374459,0.0215484205213388
+2007,Brunei Darussalam,Sugar,0.374459,0.0494419949847647
 2008,Brunei Darussalam,Ruminants,0.380786,0.338589654031398
 2008,Brunei Darussalam,Cereals,0.380786,0.169861812146455
 2008,Brunei Darussalam,Monogastrics,0.380786,0.264178830104048
-2008,Brunei Darussalam,Oilcrops,0.380786,0.0107120534893615
-2008,Brunei Darussalam,Pulses,0.380786,0.00133408266060202
+2008,Brunei Darussalam,FruitVeg,0.380786,0.153424758263171
+2008,Brunei Darussalam,OilcropsPulses,0.380786,0.0120461361499635
 2008,Brunei Darussalam,Starchy Roots,0.380786,0.0208699899681186
+2008,Brunei Darussalam,Sugar,0.380786,0.0460284779377393
 2009,Brunei Darussalam,Ruminants,0.38708,0.341179601116048
 2009,Brunei Darussalam,Cereals,0.38708,0.169799524646068
 2009,Brunei Darussalam,Monogastrics,0.38708,0.264955823085667
-2009,Brunei Darussalam,Oilcrops,0.38708,0.0105688746512349
-2009,Brunei Darussalam,Pulses,0.38708,0.00144672935827219
+2009,Brunei Darussalam,FruitVeg,0.38708,0.157122558644208
+2009,Brunei Darussalam,OilcropsPulses,0.38708,0.0120156040095071
 2009,Brunei Darussalam,Starchy Roots,0.38708,0.0217551927250181
+2009,Brunei Darussalam,Sugar,0.38708,0.0501989252867624
 2010,Brunei Darussalam,Ruminants,0.393302,0.36059109793492
 2010,Brunei Darussalam,Cereals,0.393302,0.170146604899034
 2010,Brunei Darussalam,Monogastrics,0.393302,0.270518329426242
-2010,Brunei Darussalam,Oilcrops,0.393302,0.010210982908808
-2010,Brunei Darussalam,Pulses,0.393302,0.000973806387966499
+2010,Brunei Darussalam,FruitVeg,0.393302,0.157677815012382
+2010,Brunei Darussalam,OilcropsPulses,0.393302,0.0111847892967745
 2010,Brunei Darussalam,Starchy Roots,0.393302,0.0234349176968335
+2010,Brunei Darussalam,Sugar,0.393302,0.0504345261402179
 2011,Brunei Darussalam,Ruminants,0.399443,0.42017434277231
 2011,Brunei Darussalam,Cereals,0.399443,0.168434545104057
 2011,Brunei Darussalam,Monogastrics,0.399443,0.28884346452435
-2011,Brunei Darussalam,Oilcrops,0.399443,0.00854189458821409
-2011,Brunei Darussalam,Pulses,0.399443,0.00115911406633737
+2011,Brunei Darussalam,FruitVeg,0.399443,0.129570426819346
+2011,Brunei Darussalam,OilcropsPulses,0.399443,0.00970100865455146
 2011,Brunei Darussalam,Starchy Roots,0.399443,0.02373555175582
+2011,Brunei Darussalam,Sugar,0.399443,0.0511537315712129
 1961,Bulgaria,Ruminants,7.943118,0.404005958365468
 1961,Bulgaria,Cereals,7.943118,0.272636010191464
 1961,Bulgaria,Monogastrics,7.943118,0.117354217827307
-1961,Bulgaria,Oilcrops,7.943118,0.0167208897060323
-1961,Bulgaria,Pulses,7.943118,0.00586784685812297
+1961,Bulgaria,FruitVeg,7.943118,0.226749873286536
+1961,Bulgaria,OilcropsPulses,7.943118,0.0225887365641553
 1961,Bulgaria,Starchy Roots,7.943118,0.0251790291923147
+1961,Bulgaria,Sugar,7.943118,0.0200966421498459
 1962,Bulgaria,Ruminants,8.012946,0.438532482310501
 1962,Bulgaria,Cereals,8.012946,0.274119655866893
 1962,Bulgaria,Monogastrics,8.012946,0.117974038512178
-1962,Bulgaria,Oilcrops,8.012946,0.0202699481563959
-1962,Bulgaria,Pulses,8.012946,0.00617276092962563
+1962,Bulgaria,FruitVeg,8.012946,0.277586420774582
+1962,Bulgaria,OilcropsPulses,8.012946,0.0264427090860215
 1962,Bulgaria,Starchy Roots,8.012946,0.0237116286569259
+1962,Bulgaria,Sugar,8.012946,0.0204230753583014
 1963,Bulgaria,Ruminants,8.078145,0.457112455891792
 1963,Bulgaria,Cereals,8.078145,0.275545066348772
 1963,Bulgaria,Monogastrics,8.078145,0.106234748200237
-1963,Bulgaria,Oilcrops,8.078145,0.0202562593268628
-1963,Bulgaria,Pulses,8.078145,0.00626728042143339
+1963,Bulgaria,FruitVeg,8.078145,0.30103037269076
+1963,Bulgaria,OilcropsPulses,8.078145,0.0265235397482962
 1963,Bulgaria,Starchy Roots,8.078145,0.0253771131862575
+1963,Bulgaria,Sugar,8.078145,0.0215162020488615
 1964,Bulgaria,Ruminants,8.14434,0.463927795254127
 1964,Bulgaria,Cereals,8.14434,0.274629006156423
 1964,Bulgaria,Monogastrics,8.14434,0.115370453591083
-1964,Bulgaria,Oilcrops,8.14434,0.0239524626918817
-1964,Bulgaria,Pulses,8.14434,0.00613088353384068
+1964,Bulgaria,FruitVeg,8.14434,0.295112433911158
+1964,Bulgaria,OilcropsPulses,8.14434,0.0300833462257224
 1964,Bulgaria,Starchy Roots,8.14434,0.0270126247185162
+1964,Bulgaria,Sugar,8.14434,0.0247886262115776
 1965,Bulgaria,Ruminants,8.204168,0.46171439931508
 1965,Bulgaria,Cereals,8.204168,0.278951503674718
 1965,Bulgaria,Monogastrics,8.204168,0.138617822063127
-1965,Bulgaria,Oilcrops,8.204168,0.0250916363487437
-1965,Bulgaria,Pulses,8.204168,0.0067899633454605
+1965,Bulgaria,FruitVeg,8.204168,0.301226279130315
+1965,Bulgaria,OilcropsPulses,8.204168,0.0318815996942042
 1965,Bulgaria,Starchy Roots,8.204168,0.0288877555895979
+1965,Bulgaria,Sugar,8.204168,0.0242273195770735
 1966,Bulgaria,Ruminants,8.258057,0.5103356152664
 1966,Bulgaria,Cereals,8.258057,0.296632004356473
 1966,Bulgaria,Monogastrics,8.258057,0.131751439836271
-1966,Bulgaria,Oilcrops,8.258057,0.0260282775960495
-1966,Bulgaria,Pulses,8.258057,0.007758846905513
+1966,Bulgaria,FruitVeg,8.258057,0.342436967921147
+1966,Bulgaria,OilcropsPulses,8.258057,0.0337871245015625
 1966,Bulgaria,Starchy Roots,8.258057,0.0204043154461152
+1966,Bulgaria,Sugar,8.258057,0.0277212908557061
 1967,Bulgaria,Ruminants,8.310226,0.539869950588588
 1967,Bulgaria,Cereals,8.310226,0.281762734250549
 1967,Bulgaria,Monogastrics,8.310226,0.148189676189312
-1967,Bulgaria,Oilcrops,8.310226,0.0299260212658476
-1967,Bulgaria,Pulses,8.310226,0.00902875565598336
+1967,Bulgaria,FruitVeg,8.310226,0.307261198431908
+1967,Bulgaria,OilcropsPulses,8.310226,0.038954776921831
 1967,Bulgaria,Starchy Roots,8.310226,0.0274962437844651
+1967,Bulgaria,Sugar,8.310226,0.0273921551591978
 1968,Bulgaria,Ruminants,8.369603,0.544419920514748
 1968,Bulgaria,Cereals,8.369603,0.272910435536787
 1968,Bulgaria,Monogastrics,8.369603,0.140922036564936
-1968,Bulgaria,Oilcrops,8.369603,0.0258849792517041
-1968,Bulgaria,Pulses,8.369603,0.00738601341067193
+1968,Bulgaria,FruitVeg,8.369603,0.335186029731637
+1968,Bulgaria,OilcropsPulses,8.369603,0.033270992662376
 1968,Bulgaria,Starchy Roots,8.369603,0.0281016913227545
+1968,Bulgaria,Sugar,8.369603,0.0321844417232215
 1969,Bulgaria,Ruminants,8.434172,0.516276239090215
 1969,Bulgaria,Cereals,8.434172,0.274988226467281
 1969,Bulgaria,Monogastrics,8.434172,0.131374520225578
-1969,Bulgaria,Oilcrops,8.434172,0.0282268372046479
-1969,Bulgaria,Pulses,8.434172,0.0068964683195932
+1969,Bulgaria,FruitVeg,8.434172,0.326110020047018
+1969,Bulgaria,OilcropsPulses,8.434172,0.0351233055242411
 1969,Bulgaria,Starchy Roots,8.434172,0.0280999723505757
+1969,Bulgaria,Sugar,8.434172,0.0351075363414453
 1970,Bulgaria,Ruminants,8.489574,0.501525153087776
 1970,Bulgaria,Cereals,8.489574,0.27396627910894
 1970,Bulgaria,Monogastrics,8.489574,0.132671969170656
-1970,Bulgaria,Oilcrops,8.489574,0.0284781073820665
-1970,Bulgaria,Pulses,8.489574,0.00647335190199178
+1970,Bulgaria,FruitVeg,8.489574,0.312963524435973
+1970,Bulgaria,OilcropsPulses,8.489574,0.0349514592840583
 1970,Bulgaria,Starchy Roots,8.489574,0.0259141389191024
+1970,Bulgaria,Sugar,8.489574,0.035777531357875
 1971,Bulgaria,Ruminants,8.536395,0.499058888441784
 1971,Bulgaria,Cereals,8.536395,0.279809685470272
 1971,Bulgaria,Monogastrics,8.536395,0.147988805578936
-1971,Bulgaria,Oilcrops,8.536395,0.0288428546242295
-1971,Bulgaria,Pulses,8.536395,0.00644405513100085
+1971,Bulgaria,FruitVeg,8.536395,0.30056036535329
+1971,Bulgaria,OilcropsPulses,8.536395,0.0352869097552304
 1971,Bulgaria,Starchy Roots,8.536395,0.0288997873224001
+1971,Bulgaria,Sugar,8.536395,0.0358767371940966
 1972,Bulgaria,Ruminants,8.5762,0.509002285394464
 1972,Bulgaria,Cereals,8.5762,0.272370513747347
 1972,Bulgaria,Monogastrics,8.5762,0.177242333434388
-1972,Bulgaria,Oilcrops,8.5762,0.0297404444859028
-1972,Bulgaria,Pulses,8.5762,0.00644411277722068
+1972,Bulgaria,FruitVeg,8.5762,0.270195424547002
+1972,Bulgaria,OilcropsPulses,8.5762,0.0361845572631235
 1972,Bulgaria,Starchy Roots,8.5762,0.0286956927310464
+1972,Bulgaria,Sugar,8.5762,0.0343610223642173
 1973,Bulgaria,Ruminants,8.620967,0.542245875665688
 1973,Bulgaria,Cereals,8.620967,0.267837935117951
 1973,Bulgaria,Monogastrics,8.620967,0.177257632467448
-1973,Bulgaria,Oilcrops,8.620967,0.0292983374138887
-1973,Bulgaria,Pulses,8.620967,0.00528247005237347
+1973,Bulgaria,FruitVeg,8.620967,0.299954285870715
+1973,Bulgaria,OilcropsPulses,8.620967,0.0345808074662622
 1973,Bulgaria,Starchy Roots,8.620967,0.026795137946822
+1973,Bulgaria,Sugar,8.620967,0.0358795016846718
 1974,Bulgaria,Ruminants,8.678745,0.577870141362605
 1974,Bulgaria,Cereals,8.678745,0.264497689470079
 1974,Bulgaria,Monogastrics,8.678745,0.175814475480038
-1974,Bulgaria,Oilcrops,8.678745,0.0281463506532339
-1974,Bulgaria,Pulses,8.678745,0.00569022364408679
+1974,Bulgaria,FruitVeg,8.678745,0.286869357263061
+1974,Bulgaria,OilcropsPulses,8.678745,0.0338365742973206
 1974,Bulgaria,Starchy Roots,8.678745,0.0272043941837213
+1974,Bulgaria,Sugar,8.678745,0.0360898954860409
 1975,Bulgaria,Ruminants,8.720742,0.561699233849597
 1975,Bulgaria,Cereals,8.720742,0.265230068725803
 1975,Bulgaria,Monogastrics,8.720742,0.235255039078097
-1975,Bulgaria,Oilcrops,8.720742,0.0277822689858271
-1975,Bulgaria,Pulses,8.720742,0.00494086397694141
+1975,Bulgaria,FruitVeg,8.720742,0.274703689204428
+1975,Bulgaria,OilcropsPulses,8.720742,0.0327231329627685
 1975,Bulgaria,Starchy Roots,8.720742,0.0231058320496123
+1975,Bulgaria,Sugar,8.720742,0.0353448135491223
 1976,Bulgaria,Ruminants,8.758599,0.60843402009842
 1976,Bulgaria,Cereals,8.758599,0.265682902025769
 1976,Bulgaria,Monogastrics,8.758599,0.230597279313735
-1976,Bulgaria,Oilcrops,8.758599,0.0268248380819809
-1976,Bulgaria,Pulses,8.758599,0.00536592667388928
+1976,Bulgaria,FruitVeg,8.758599,0.307038717036823
+1976,Bulgaria,OilcropsPulses,8.758599,0.0321907647558702
 1976,Bulgaria,Starchy Roots,8.758599,0.0246043916384344
+1976,Bulgaria,Sugar,8.758599,0.0375118212399038
 1977,Bulgaria,Ruminants,8.804183,0.594114240923888
 1977,Bulgaria,Cereals,8.804183,0.257283725247419
 1977,Bulgaria,Monogastrics,8.804183,0.22840999556688
-1977,Bulgaria,Oilcrops,8.804183,0.0268509866276064
-1977,Bulgaria,Pulses,8.804183,0.00530793146848492
+1977,Bulgaria,FruitVeg,8.804183,0.272216172698818
+1977,Bulgaria,OilcropsPulses,8.804183,0.0321589180960914
 1977,Bulgaria,Starchy Roots,8.804183,0.024704166190094
+1977,Bulgaria,Sugar,8.804183,0.0369545930610484
 1978,Bulgaria,Ruminants,8.814032,0.590319470135802
 1978,Bulgaria,Cereals,8.814032,0.260763859264409
 1978,Bulgaria,Monogastrics,8.814032,0.242414958330081
-1978,Bulgaria,Oilcrops,8.814032,0.0274918448219839
-1978,Bulgaria,Pulses,8.814032,0.00510492814185381
+1978,Bulgaria,FruitVeg,8.814032,0.296512878555467
+1978,Bulgaria,OilcropsPulses,8.814032,0.0325967729638377
 1978,Bulgaria,Starchy Roots,8.814032,0.0296005278855353
+1978,Bulgaria,Sugar,8.814032,0.0380563628541399
 1979,Bulgaria,Ruminants,8.82594,0.58541404088403
 1979,Bulgaria,Cereals,8.82594,0.26289483046565
 1979,Bulgaria,Monogastrics,8.82594,0.264980863228166
-1979,Bulgaria,Oilcrops,8.82594,0.0275362171054868
-1979,Bulgaria,Pulses,8.82594,0.00508138509892431
+1979,Bulgaria,FruitVeg,8.82594,0.304954713039064
+1979,Bulgaria,OilcropsPulses,8.82594,0.0326176022044111
 1979,Bulgaria,Starchy Roots,8.82594,0.0273965152720277
+1979,Bulgaria,Sugar,8.82594,0.0371700917975876
 1980,Bulgaria,Ruminants,8.861535,0.582131188332495
 1980,Bulgaria,Cereals,8.861535,0.261390492730661
 1980,Bulgaria,Monogastrics,8.861535,0.257386795854217
-1980,Bulgaria,Oilcrops,8.861535,0.0289962179238699
-1980,Bulgaria,Pulses,8.861535,0.00503930752403506
+1980,Bulgaria,FruitVeg,8.861535,0.286012073529022
+1980,Bulgaria,OilcropsPulses,8.861535,0.0340355254479049
 1980,Bulgaria,Starchy Roots,8.861535,0.0265981006676608
+1980,Bulgaria,Sugar,8.861535,0.0377223584852963
 1981,Bulgaria,Ruminants,8.891117,0.617733564860298
 1981,Bulgaria,Cereals,8.891117,0.260608537712416
 1981,Bulgaria,Monogastrics,8.891117,0.274406804004491
-1981,Bulgaria,Oilcrops,8.891117,0.0273578674085607
-1981,Bulgaria,Pulses,8.891117,0.00510599511849861
+1981,Bulgaria,FruitVeg,8.891117,0.319388891182064
+1981,Bulgaria,OilcropsPulses,8.891117,0.0324638625270593
 1981,Bulgaria,Starchy Roots,8.891117,0.0302999049500755
+1981,Bulgaria,Sugar,8.891117,0.0382196072776908
 1982,Bulgaria,Ruminants,8.917457,0.617849135689693
 1982,Bulgaria,Cereals,8.917457,0.256574043474502
 1982,Bulgaria,Monogastrics,8.917457,0.276199683385073
-1982,Bulgaria,Oilcrops,8.917457,0.0293500714385278
-1982,Bulgaria,Pulses,8.917457,0.00541342672019613
+1982,Bulgaria,FruitVeg,8.917457,0.338428881686786
+1982,Bulgaria,OilcropsPulses,8.917457,0.0347634981587239
 1982,Bulgaria,Starchy Roots,8.917457,0.0296048525941869
+1982,Bulgaria,Sugar,8.917457,0.0383426575536052
 1983,Bulgaria,Ruminants,8.939738,0.626232782213528
 1983,Bulgaria,Cereals,8.939738,0.249970636723358
 1983,Bulgaria,Monogastrics,8.939738,0.288057960982749
-1983,Bulgaria,Oilcrops,8.939738,0.0291712128476248
-1983,Bulgaria,Pulses,8.939738,0.00483325126530554
+1983,Bulgaria,FruitVeg,8.939738,0.305388144484771
+1983,Bulgaria,OilcropsPulses,8.939738,0.0340044641129304
 1983,Bulgaria,Starchy Roots,8.939738,0.0306049237684594
+1983,Bulgaria,Sugar,8.939738,0.038671379407316
 1984,Bulgaria,Ruminants,8.960679,0.644835497399248
 1984,Bulgaria,Cereals,8.960679,0.244680788141167
 1984,Bulgaria,Monogastrics,8.960679,0.272699769738432
-1984,Bulgaria,Oilcrops,8.960679,0.027444683600428
-1984,Bulgaria,Pulses,8.960679,0.00560526719013146
+1984,Bulgaria,FruitVeg,8.960679,0.329163560038252
+1984,Bulgaria,OilcropsPulses,8.960679,0.0330499507905595
 1984,Bulgaria,Starchy Roots,8.960679,0.0297946171266709
+1984,Bulgaria,Sugar,8.960679,0.0390204804792137
 1985,Bulgaria,Ruminants,8.960547,0.692941770184343
 1985,Bulgaria,Cereals,8.960547,0.243413934439493
 1985,Bulgaria,Monogastrics,8.960547,0.279490437358344
-1985,Bulgaria,Oilcrops,8.960547,0.0271298169631832
-1985,Bulgaria,Pulses,8.960547,0.00495047902767543
+1985,Bulgaria,FruitVeg,8.960547,0.289157905203778
+1985,Bulgaria,OilcropsPulses,8.960547,0.0320802959908586
 1985,Bulgaria,Starchy Roots,8.960547,0.0326218923911676
+1985,Bulgaria,Sugar,8.960547,0.0383770097963885
 1986,Bulgaria,Ruminants,8.958171,0.688388477960512
 1986,Bulgaria,Cereals,8.958171,0.2412258037941
 1986,Bulgaria,Monogastrics,8.958171,0.295434737738317
-1986,Bulgaria,Oilcrops,8.958171,0.0312904274767695
-1986,Bulgaria,Pulses,8.958171,0.00514100478769606
+1986,Bulgaria,FruitVeg,8.958171,0.29475324817979
+1986,Bulgaria,OilcropsPulses,8.958171,0.0364314322644656
 1986,Bulgaria,Starchy Roots,8.958171,0.0328532464941783
+1986,Bulgaria,Sugar,8.958171,0.0391464954174239
 1987,Bulgaria,Ruminants,8.971359,0.669518620311594
 1987,Bulgaria,Cereals,8.971359,0.242586100946356
 1987,Bulgaria,Monogastrics,8.971359,0.303895474476052
-1987,Bulgaria,Oilcrops,8.971359,0.0315724741368615
-1987,Bulgaria,Pulses,8.971359,0.00596409083618212
+1987,Bulgaria,FruitVeg,8.971359,0.315657304539925
+1987,Bulgaria,OilcropsPulses,8.971359,0.0375365649730437
 1987,Bulgaria,Starchy Roots,8.971359,0.0292040481269337
+1987,Bulgaria,Sugar,8.971359,0.0383674312888382
 1988,Bulgaria,Ruminants,8.981446,0.684258559256494
 1988,Bulgaria,Cereals,8.981446,0.245701416008068
 1988,Bulgaria,Monogastrics,8.981446,0.323255241973286
-1988,Bulgaria,Oilcrops,8.981446,0.0298920686045432
-1988,Bulgaria,Pulses,8.981446,0.00590060887745693
+1988,Bulgaria,FruitVeg,8.981446,0.297253359871005
+1988,Bulgaria,OilcropsPulses,8.981446,0.0357926774820001
 1988,Bulgaria,Starchy Roots,8.981446,0.028714752613332
+1988,Bulgaria,Sugar,8.981446,0.0382769099764114
 1989,Bulgaria,Ruminants,8.876972,0.725276400556406
 1989,Bulgaria,Cereals,8.876972,0.238611319265173
 1989,Bulgaria,Monogastrics,8.876972,0.337573071087754
-1989,Bulgaria,Oilcrops,8.876972,0.0312171763074165
-1989,Bulgaria,Pulses,8.876972,0.00604305161715053
+1989,Bulgaria,FruitVeg,8.876972,0.26666198789407
+1989,Bulgaria,OilcropsPulses,8.876972,0.0372602279245671
 1989,Bulgaria,Starchy Roots,8.876972,0.0316549381928883
+1989,Bulgaria,Sugar,8.876972,0.036917430853674
 1990,Bulgaria,Ruminants,8.718289,0.645034249266112
 1990,Bulgaria,Cereals,8.718289,0.213371683365853
 1990,Bulgaria,Monogastrics,8.718289,0.239006793649534
-1990,Bulgaria,Oilcrops,8.718289,0.022479640213808
-1990,Bulgaria,Pulses,8.718289,0.00496576793909906
+1990,Bulgaria,FruitVeg,8.718289,0.276497831168478
+1990,Bulgaria,OilcropsPulses,8.718289,0.0274454081529071
 1990,Bulgaria,Starchy Roots,8.718289,0.032116393480418
+1990,Bulgaria,Sugar,8.718289,0.0284731327442804
 1991,Bulgaria,Ruminants,8.632367,0.639398672461446
 1991,Bulgaria,Cereals,8.632367,0.214202547227197
 1991,Bulgaria,Monogastrics,8.632367,0.211007421255375
-1991,Bulgaria,Oilcrops,8.632367,0.0205265832650535
-1991,Bulgaria,Pulses,8.632367,0.00476578440189116
+1991,Bulgaria,FruitVeg,8.632367,0.248469278472521
+1991,Bulgaria,OilcropsPulses,8.632367,0.0252923676669447
 1991,Bulgaria,Starchy Roots,8.632367,0.0316251614418154
+1991,Bulgaria,Sugar,8.632367,0.026456358956935
 1992,Bulgaria,Ruminants,8.540164,0.678850008032633
 1992,Bulgaria,Cereals,8.540164,0.194466640219087
 1992,Bulgaria,Monogastrics,8.540164,0.201658961115969
-1992,Bulgaria,Oilcrops,8.540164,0.0239248332935995
-1992,Bulgaria,Pulses,8.540164,0.00422286972475002
+1992,Bulgaria,FruitVeg,8.540164,0.263893878384537
+1992,Bulgaria,OilcropsPulses,8.540164,0.0281477030183495
 1992,Bulgaria,Starchy Roots,8.540164,0.0318773737834543
+1992,Bulgaria,Sugar,8.540164,0.0328548725762175
 1993,Bulgaria,Ruminants,8.472313,0.680740702096346
 1993,Bulgaria,Cereals,8.472313,0.195412988165097
 1993,Bulgaria,Monogastrics,8.472313,0.247566974921724
-1993,Bulgaria,Oilcrops,8.472313,0.023510344813748
-1993,Bulgaria,Pulses,8.472313,0.00409640200969912
+1993,Bulgaria,FruitVeg,8.472313,0.214767561113476
+1993,Bulgaria,OilcropsPulses,8.472313,0.0276067468234472
 1993,Bulgaria,Starchy Roots,8.472313,0.0295761027714628
+1993,Bulgaria,Sugar,8.472313,0.0319034483263307
 1994,Bulgaria,Ruminants,8.443591,0.55967182683292
 1994,Bulgaria,Cereals,8.443591,0.197429979732557
 1994,Bulgaria,Monogastrics,8.443591,0.241558040885685
-1994,Bulgaria,Oilcrops,8.443591,0.0223928420976336
-1994,Bulgaria,Pulses,8.443591,0.00372720564034899
+1994,Bulgaria,FruitVeg,8.443591,0.215903873126967
+1994,Bulgaria,OilcropsPulses,8.443591,0.0261200477379826
 1994,Bulgaria,Starchy Roots,8.443591,0.0292704845604199
+1994,Bulgaria,Sugar,8.443591,0.0299775297027059
 1995,Bulgaria,Ruminants,8.406067,0.505889674683773
 1995,Bulgaria,Cereals,8.406067,0.19084953760183
 1995,Bulgaria,Monogastrics,8.406067,0.259947131042377
-1995,Bulgaria,Oilcrops,8.406067,0.0266728780534345
-1995,Bulgaria,Pulses,8.406067,0.00411345757772333
+1995,Bulgaria,FruitVeg,8.406067,0.255835457890117
+1995,Bulgaria,OilcropsPulses,8.406067,0.0307863356311578
 1995,Bulgaria,Starchy Roots,8.406067,0.0296836796566099
+1995,Bulgaria,Sugar,8.406067,0.0300736361011636
 1996,Bulgaria,Ruminants,8.362826,0.48370536466979
 1996,Bulgaria,Cereals,8.362826,0.177444801553924
 1996,Bulgaria,Monogastrics,8.362826,0.24908414930551
-1996,Bulgaria,Oilcrops,8.362826,0.0232352078113308
-1996,Bulgaria,Pulses,8.362826,0.003792019587637
+1996,Bulgaria,FruitVeg,8.362826,0.241969640406245
+1996,Bulgaria,OilcropsPulses,8.362826,0.0270272273989678
 1996,Bulgaria,Starchy Roots,8.362826,0.0301581068409172
+1996,Bulgaria,Sugar,8.362826,0.0280902651806937
 1997,Bulgaria,Ruminants,8.312068,0.476642046239275
 1997,Bulgaria,Cereals,8.312068,0.168330432330438
 1997,Bulgaria,Monogastrics,8.312068,0.23811609818399
-1997,Bulgaria,Oilcrops,8.312068,0.0269537015337218
-1997,Bulgaria,Pulses,8.312068,0.00374672103259983
+1997,Bulgaria,FruitVeg,8.312068,0.237270556496891
+1997,Bulgaria,OilcropsPulses,8.312068,0.0307004225663216
 1997,Bulgaria,Starchy Roots,8.312068,0.0278532370043171
+1997,Bulgaria,Sugar,8.312068,0.0285238282458709
 1998,Bulgaria,Ruminants,8.256786,0.505957754021965
 1998,Bulgaria,Cereals,8.256786,0.17319644714057
 1998,Bulgaria,Monogastrics,8.256786,0.283233209629025
-1998,Bulgaria,Oilcrops,8.256786,0.0288640156109169
-1998,Bulgaria,Pulses,8.256786,0.0037567886584441
+1998,Bulgaria,FruitVeg,8.256786,0.245906942483431
+1998,Bulgaria,OilcropsPulses,8.256786,0.032620804269361
 1998,Bulgaria,Starchy Roots,8.256786,0.0317449186644779
+1998,Bulgaria,Sugar,8.256786,0.0280437206438437
 1999,Bulgaria,Ruminants,8.210624,0.513084912912831
 1999,Bulgaria,Cereals,8.210624,0.1839027094652
 1999,Bulgaria,Monogastrics,8.210624,0.227245054699862
-1999,Bulgaria,Oilcrops,8.210624,0.0273302004817173
-1999,Bulgaria,Pulses,8.210624,0.00387303084394073
+1999,Bulgaria,FruitVeg,8.210624,0.234553305570929
+1999,Bulgaria,OilcropsPulses,8.210624,0.0312032313256581
 1999,Bulgaria,Starchy Roots,8.210624,0.0322884107224981
+1999,Bulgaria,Sugar,8.210624,0.029207889680492
 2000,Bulgaria,Ruminants,8.170172,0.475075849076372
 2000,Bulgaria,Cereals,8.170172,0.179428413502188
 2000,Bulgaria,Monogastrics,8.170172,0.22753607879981
-2000,Bulgaria,Oilcrops,8.170172,0.0296974164069006
-2000,Bulgaria,Pulses,8.170172,0.00269884159109502
+2000,Bulgaria,FruitVeg,8.170172,0.231045686675874
+2000,Bulgaria,OilcropsPulses,8.170172,0.0323962579979956
 2000,Bulgaria,Starchy Roots,8.170172,0.0314703288988286
+2000,Bulgaria,Sugar,8.170172,0.0282666019760661
 2001,Bulgaria,Ruminants,8.020282,0.501635254221734
 2001,Bulgaria,Cereals,8.020282,0.1860611634354
 2001,Bulgaria,Monogastrics,8.020282,0.210968978397518
-2001,Bulgaria,Oilcrops,8.020282,0.0239035235918139
-2001,Bulgaria,Pulses,8.020282,0.00369962053703349
+2001,Bulgaria,FruitVeg,8.020282,0.196562290453129
+2001,Bulgaria,OilcropsPulses,8.020282,0.0276031441288473
 2001,Bulgaria,Starchy Roots,8.020282,0.0341312188274677
+2001,Bulgaria,Sugar,8.020282,0.0311723453115489
 2002,Bulgaria,Ruminants,7.868468,0.396924750790116
 2002,Bulgaria,Cereals,7.868468,0.18803075770277
 2002,Bulgaria,Monogastrics,7.868468,0.221723263029093
-2002,Bulgaria,Oilcrops,7.868468,0.0254032932459025
-2002,Bulgaria,Pulses,7.868468,0.00409329999181543
+2002,Bulgaria,FruitVeg,7.868468,0.178775461754436
+2002,Bulgaria,OilcropsPulses,7.868468,0.0294965932377179
 2002,Bulgaria,Starchy Roots,7.868468,0.0350582858060807
+2002,Bulgaria,Sugar,7.868468,0.0310927108046954
 2003,Bulgaria,Ruminants,7.823557,0.358052072733668
 2003,Bulgaria,Cereals,7.823557,0.176743903060973
 2003,Bulgaria,Monogastrics,7.823557,0.208934376013366
-2003,Bulgaria,Oilcrops,7.823557,0.0292103706792192
-2003,Bulgaria,Pulses,7.823557,0.00377628743549769
+2003,Bulgaria,FruitVeg,7.823557,0.209824252574628
+2003,Bulgaria,OilcropsPulses,7.823557,0.0329866581147169
 2003,Bulgaria,Starchy Roots,7.823557,0.035848527722109
+2003,Bulgaria,Sugar,7.823557,0.0305545163152771
 2004,Bulgaria,Ruminants,7.781161,0.428417096112007
 2004,Bulgaria,Cereals,7.781161,0.182153922788643
 2004,Bulgaria,Monogastrics,7.781161,0.223473797804724
-2004,Bulgaria,Oilcrops,7.781161,0.0315715097014443
-2004,Bulgaria,Pulses,7.781161,0.00316855029731424
+2004,Bulgaria,FruitVeg,7.781161,0.194118589758007
+2004,Bulgaria,OilcropsPulses,7.781161,0.0347400599987585
 2004,Bulgaria,Starchy Roots,7.781161,0.0367920674048513
+2004,Bulgaria,Sugar,7.781161,0.0313712825116972
 2005,Bulgaria,Ruminants,7.7399,0.504259447796483
 2005,Bulgaria,Cereals,7.7399,0.182237238207212
 2005,Bulgaria,Monogastrics,7.7399,0.198
-2005,Bulgaria,Oilcrops,7.7399,0.0350178942880399
-2005,Bulgaria,Pulses,7.7399,0.00329513301205442
+2005,Bulgaria,FruitVeg,7.7399,0.128443907544025
+2005,Bulgaria,OilcropsPulses,7.7399,0.0383130273000943
 2005,Bulgaria,Starchy Roots,7.7399,0.0378464838047003
+2005,Bulgaria,Sugar,7.7399,0.0335455238439773
 2006,Bulgaria,Ruminants,7.69902,0.540844003522526
 2006,Bulgaria,Cereals,7.69902,0.181272941231481
 2006,Bulgaria,Monogastrics,7.69902,0.169724770165554
-2006,Bulgaria,Oilcrops,7.69902,0.034365802400825
-2006,Bulgaria,Pulses,7.69902,0.00255850744640227
+2006,Bulgaria,FruitVeg,7.69902,0.165814999831147
+2006,Bulgaria,OilcropsPulses,7.69902,0.0369243098472273
 2006,Bulgaria,Starchy Roots,7.69902,0.0351626570654447
+2006,Bulgaria,Sugar,7.69902,0.0348345633600121
 2007,Bulgaria,Ruminants,7.545338,0.326878000693938
 2007,Bulgaria,Cereals,7.545338,0.176152479849147
 2007,Bulgaria,Monogastrics,7.545338,0.21672733547523
-2007,Bulgaria,Oilcrops,7.545338,0.0327285537109139
-2007,Bulgaria,Pulses,7.545338,0.00255005143573422
+2007,Bulgaria,FruitVeg,7.545338,0.15843478449872
+2007,Bulgaria,OilcropsPulses,7.545338,0.0352786051466482
 2007,Bulgaria,Starchy Roots,7.545338,0.0362324391564699
+2007,Bulgaria,Sugar,7.545338,0.0338795955860427
 2008,Bulgaria,Ruminants,7.492561,0.344093521560919
 2008,Bulgaria,Cereals,7.492561,0.192907872221527
 2008,Bulgaria,Monogastrics,7.492561,0.232398922077511
-2008,Bulgaria,Oilcrops,7.492561,0.0287032698165554
-2008,Bulgaria,Pulses,7.492561,0.00258843404811786
+2008,Bulgaria,FruitVeg,7.492561,0.168024524591792
+2008,Bulgaria,OilcropsPulses,7.492561,0.0312917038646732
 2008,Bulgaria,Starchy Roots,7.492561,0.0400509251776529
+2008,Bulgaria,Sugar,7.492561,0.0327989321675192
 2009,Bulgaria,Ruminants,7.444443,0.324111649454499
 2009,Bulgaria,Cereals,7.444443,0.196165784330675
 2009,Bulgaria,Monogastrics,7.444443,0.257951924677239
-2009,Bulgaria,Oilcrops,7.444443,0.0350339172453869
-2009,Bulgaria,Pulses,7.444443,0.00253961243305913
+2009,Bulgaria,FruitVeg,7.444443,0.150278133636056
+2009,Bulgaria,OilcropsPulses,7.444443,0.0375735296784461
 2009,Bulgaria,Starchy Roots,7.444443,0.0332652154096687
+2009,Bulgaria,Sugar,7.444443,0.0314993344700201
 2010,Bulgaria,Ruminants,7.395599,0.318076750781106
 2010,Bulgaria,Cereals,7.395599,0.213462898677984
 2010,Bulgaria,Monogastrics,7.395599,0.256625271326907
-2010,Bulgaria,Oilcrops,7.395599,0.0303840162237028
-2010,Bulgaria,Pulses,7.395599,0.00266726197566958
+2010,Bulgaria,FruitVeg,7.395599,0.146489959772021
+2010,Bulgaria,OilcropsPulses,7.395599,0.0330512781993724
 2010,Bulgaria,Starchy Roots,7.395599,0.0312349276914554
+2010,Bulgaria,Sugar,7.395599,0.0261408169912944
 2011,Bulgaria,Ruminants,7.348328,0.309205318543211
 2011,Bulgaria,Cereals,7.348328,0.21822175058054
 2011,Bulgaria,Monogastrics,7.348328,0.271957389490507
-2011,Bulgaria,Oilcrops,7.348328,0.0280908799933808
-2011,Bulgaria,Pulses,7.348328,0.00223982925095341
+2011,Bulgaria,FruitVeg,7.348328,0.149621791515022
+2011,Bulgaria,OilcropsPulses,7.348328,0.0303307092443342
 2011,Bulgaria,Starchy Roots,7.348328,0.0315624180085592
+2011,Bulgaria,Sugar,7.348328,0.0280182104010599
 1961,Burkina Faso,Ruminants,4.894578,0.132706578585529
 1961,Burkina Faso,Cereals,4.894578,0.129174772574878
 1961,Burkina Faso,Monogastrics,4.894578,0.00709895725433326
-1961,Burkina Faso,Oilcrops,4.894578,0.0146537658609179
-1961,Burkina Faso,Pulses,4.894578,0.011406294883849
+1961,Burkina Faso,FruitVeg,4.894578,0.029713695440138
+1961,Burkina Faso,OilcropsPulses,4.894578,0.026060060744767
 1961,Burkina Faso,Starchy Roots,4.894578,0.0161186521085168
+1961,Burkina Faso,Sugar,4.894578,0.00175765918941326
 1962,Burkina Faso,Ruminants,4.960325,0.1355448685318
 1962,Burkina Faso,Cereals,4.960325,0.13281528932076
 1962,Burkina Faso,Monogastrics,4.960325,0.00674193727225535
-1962,Burkina Faso,Oilcrops,4.960325,0.013636203272971
-1962,Burkina Faso,Pulses,4.960325,0.00992414811529486
+1962,Burkina Faso,FruitVeg,4.960325,0.0294329504619153
+1962,Burkina Faso,OilcropsPulses,4.960325,0.0235603513882659
 1962,Burkina Faso,Starchy Roots,4.960325,0.0153360918891403
+1962,Burkina Faso,Sugar,4.960325,0.00221638703109171
 1963,Burkina Faso,Ruminants,5.027818,0.144556445758379
 1963,Burkina Faso,Cereals,5.027818,0.156786900400929
 1963,Burkina Faso,Monogastrics,5.027818,0.00671860039484325
-1963,Burkina Faso,Oilcrops,5.027818,0.00988500379289783
-1963,Burkina Faso,Pulses,5.027818,0.0108834488440115
+1963,Burkina Faso,FruitVeg,5.027818,0.0297534636297495
+1963,Burkina Faso,OilcropsPulses,5.027818,0.0207684526369093
 1963,Burkina Faso,Starchy Roots,5.027818,0.0162627207269635
+1963,Burkina Faso,Sugar,5.027818,0.00201379604432778
 1964,Burkina Faso,Ruminants,5.098892,0.152740026656772
 1964,Burkina Faso,Cereals,5.098892,0.162438427799608
 1964,Burkina Faso,Monogastrics,5.098892,0.00685376352352629
-1964,Burkina Faso,Oilcrops,5.098892,0.0134642977337037
-1964,Burkina Faso,Pulses,5.098892,0.0112657808794538
+1964,Burkina Faso,FruitVeg,5.098892,0.0295122940434902
+1964,Burkina Faso,OilcropsPulses,5.098892,0.0247300786131575
 1964,Burkina Faso,Starchy Roots,5.098892,0.0146492610551469
+1964,Burkina Faso,Sugar,5.098892,0.00181549246385293
 1965,Burkina Faso,Ruminants,5.174869,0.164293646853669
 1965,Burkina Faso,Cereals,5.174869,0.166926544420738
 1965,Burkina Faso,Monogastrics,5.174869,0.00654263905037983
-1965,Burkina Faso,Oilcrops,5.174869,0.0133334776203997
-1965,Burkina Faso,Pulses,5.174869,0.0102624820067909
+1965,Burkina Faso,FruitVeg,5.174869,0.0289673033269055
+1965,Burkina Faso,OilcropsPulses,5.174869,0.0235959596271906
 1965,Burkina Faso,Starchy Roots,5.174869,0.0146158289224326
+1965,Burkina Faso,Sugar,5.174869,0.00168526005199359
 1966,Burkina Faso,Ruminants,5.256363,0.168140936993887
 1966,Burkina Faso,Cereals,5.256363,0.162913025603445
 1966,Burkina Faso,Monogastrics,5.256363,0.00702512364537989
-1966,Burkina Faso,Oilcrops,5.256363,0.0135631804728859
-1966,Burkina Faso,Pulses,5.256363,0.0104117618969618
+1966,Burkina Faso,FruitVeg,5.256363,0.0286947457776413
+1966,Burkina Faso,OilcropsPulses,5.256363,0.0239749423698477
 1966,Burkina Faso,Starchy Roots,5.256363,0.0152915618651147
+1966,Burkina Faso,Sugar,5.256363,0.0018425287599049
 1967,Burkina Faso,Ruminants,5.34302,0.165727509910126
 1967,Burkina Faso,Cereals,5.34302,0.170739207414533
 1967,Burkina Faso,Monogastrics,5.34302,0.00715769358901894
-1967,Burkina Faso,Oilcrops,5.34302,0.012818967550187
-1967,Burkina Faso,Pulses,5.34302,0.0105563894576475
+1967,Burkina Faso,FruitVeg,5.34302,0.0285666158839009
+1967,Burkina Faso,OilcropsPulses,5.34302,0.0233753570078345
 1967,Burkina Faso,Starchy Roots,5.34302,0.0161897204202867
+1967,Burkina Faso,Sugar,5.34302,0.00171195316506395
 1968,Burkina Faso,Ruminants,5.43404,0.1555395433232
 1968,Burkina Faso,Cereals,5.43404,0.170271289869048
 1968,Burkina Faso,Monogastrics,5.43404,0.00696711838705641
-1968,Burkina Faso,Oilcrops,5.43404,0.0145098306232564
-1968,Burkina Faso,Pulses,5.43404,0.00990092086182656
+1968,Burkina Faso,FruitVeg,5.43404,0.0285770807723167
+1968,Burkina Faso,OilcropsPulses,5.43404,0.0244107514850829
 1968,Burkina Faso,Starchy Roots,5.43404,0.015367387799869
+1968,Burkina Faso,Sugar,5.43404,0.0024813950578207
 1969,Burkina Faso,Ruminants,5.528172,0.179384071262616
 1969,Burkina Faso,Cereals,5.528172,0.173874474238501
 1969,Burkina Faso,Monogastrics,5.528172,0.00741825688491603
-1969,Burkina Faso,Oilcrops,5.528172,0.0124158582620078
-1969,Burkina Faso,Pulses,5.528172,0.00992733221759381
+1969,Burkina Faso,FruitVeg,5.528172,0.0283390241837627
+1969,Burkina Faso,OilcropsPulses,5.528172,0.0223431904796016
 1969,Burkina Faso,Starchy Roots,5.528172,0.0154267993108753
+1969,Burkina Faso,Sugar,5.528172,0.00200644987167548
 1970,Burkina Faso,Ruminants,5.624597,0.188906565217028
 1970,Burkina Faso,Cereals,5.624597,0.168348950155896
 1970,Burkina Faso,Monogastrics,5.624597,0.00757076462544783
-1970,Burkina Faso,Oilcrops,5.624597,0.0100632987572265
-1970,Burkina Faso,Pulses,5.624597,0.0102800253955972
+1970,Burkina Faso,FruitVeg,5.624597,0.0282969606533588
+1970,Burkina Faso,OilcropsPulses,5.624597,0.0203433241528238
 1970,Burkina Faso,Starchy Roots,5.624597,0.0163889075075068
+1970,Burkina Faso,Sugar,5.624597,0.00232461098990737
 1971,Burkina Faso,Ruminants,5.723379,0.18901612142058
 1971,Burkina Faso,Cereals,5.723379,0.163623272196372
 1971,Burkina Faso,Monogastrics,5.723379,0.0078202754002487
-1971,Burkina Faso,Oilcrops,5.723379,0.0114764372584796
-1971,Burkina Faso,Pulses,5.723379,0.010440510754224
+1971,Burkina Faso,FruitVeg,5.723379,0.0284959287162356
+1971,Burkina Faso,OilcropsPulses,5.723379,0.0219169480127037
 1971,Burkina Faso,Starchy Roots,5.723379,0.0169897887244581
+1971,Burkina Faso,Sugar,5.723379,0.00234476871093108
 1972,Burkina Faso,Ruminants,5.825171,0.164401903394767
 1972,Burkina Faso,Cereals,5.825171,0.155747187507457
 1972,Burkina Faso,Monogastrics,5.825171,0.00746836444801363
-1972,Burkina Faso,Oilcrops,5.825171,0.0107227753485692
-1972,Burkina Faso,Pulses,5.825171,0.0103584941969944
+1972,Burkina Faso,FruitVeg,5.825171,0.0284566753491013
+1972,Burkina Faso,OilcropsPulses,5.825171,0.0210812695455636
 1972,Burkina Faso,Starchy Roots,5.825171,0.0161687957314901
+1972,Burkina Faso,Sugar,5.825171,0.00317690244629728
 1973,Burkina Faso,Ruminants,5.930487,0.113210348492459
 1973,Burkina Faso,Cereals,5.930487,0.159162139635413
 1973,Burkina Faso,Monogastrics,5.930487,0.00709049695244252
-1973,Burkina Faso,Oilcrops,5.930487,0.0109719488466967
-1973,Burkina Faso,Pulses,5.930487,0.0104758681706915
+1973,Burkina Faso,FruitVeg,5.930487,0.0277499975971619
+1973,Burkina Faso,OilcropsPulses,5.930487,0.0214478170173883
 1973,Burkina Faso,Starchy Roots,5.930487,0.0141721919296004
+1973,Burkina Faso,Sugar,5.930487,0.00194857521819034
 1974,Burkina Faso,Ruminants,6.040044,0.109438954418213
 1974,Burkina Faso,Cereals,6.040044,0.156191908535766
 1974,Burkina Faso,Monogastrics,6.040044,0.0066951499028815
-1974,Burkina Faso,Oilcrops,6.040044,0.0136442714655721
-1974,Burkina Faso,Pulses,6.040044,0.00993320578459362
+1974,Burkina Faso,FruitVeg,6.040044,0.0264410325487695
+1974,Burkina Faso,OilcropsPulses,6.040044,0.0235774772501657
 1974,Burkina Faso,Starchy Roots,6.040044,0.0143823455590721
+1974,Burkina Faso,Sugar,6.040044,0.00167929240250568
 1975,Burkina Faso,Ruminants,6.154548,0.122198738233904
 1975,Burkina Faso,Cereals,6.154548,0.164672531597771
 1975,Burkina Faso,Monogastrics,6.154548,0.00718965876941735
-1975,Burkina Faso,Oilcrops,6.154548,0.0151153260970586
-1975,Burkina Faso,Pulses,6.154548,0.00991754390411773
+1975,Burkina Faso,FruitVeg,6.154548,0.0262973007928446
+1975,Burkina Faso,OilcropsPulses,6.154548,0.0250328700011764
 1975,Burkina Faso,Starchy Roots,6.154548,0.0147676157534233
+1975,Burkina Faso,Sugar,6.154548,0.001971550144706
 1976,Burkina Faso,Ruminants,6.274037,0.132352566616996
 1976,Burkina Faso,Cereals,6.274037,0.174380068208077
 1976,Burkina Faso,Monogastrics,6.274037,0.00793321748022844
-1976,Burkina Faso,Oilcrops,6.274037,0.015302746859797
-1976,Burkina Faso,Pulses,6.274037,0.00938151942680606
+1976,Burkina Faso,FruitVeg,6.274037,0.0263320091991807
+1976,Burkina Faso,OilcropsPulses,6.274037,0.024684266286603
 1976,Burkina Faso,Starchy Roots,6.274037,0.0152401077647454
+1976,Burkina Faso,Sugar,6.274037,0.0028209906954645
 1977,Burkina Faso,Ruminants,6.398937,0.136140205787305
 1977,Burkina Faso,Cereals,6.398937,0.15014353165221
 1977,Burkina Faso,Monogastrics,6.398937,0.0075613652705129
-1977,Burkina Faso,Oilcrops,6.398937,0.0113862661876496
-1977,Burkina Faso,Pulses,6.398937,0.00948720076475202
+1977,Burkina Faso,FruitVeg,6.398937,0.0264823673056947
+1977,Burkina Faso,OilcropsPulses,6.398937,0.0208734669524016
 1977,Burkina Faso,Starchy Roots,6.398937,0.0157001076897616
+1977,Burkina Faso,Sugar,6.398937,0.00348167203396439
 1978,Burkina Faso,Ruminants,6.53082,0.146360120168677
 1978,Burkina Faso,Cereals,6.53082,0.164948046340276
 1978,Burkina Faso,Monogastrics,6.53082,0.00716805852863806
-1978,Burkina Faso,Oilcrops,6.53082,0.0147724175524666
-1978,Burkina Faso,Pulses,6.53082,0.00979126664033
+1978,Burkina Faso,FruitVeg,6.53082,0.0270797541503211
+1978,Burkina Faso,OilcropsPulses,6.53082,0.0245636841927966
 1978,Burkina Faso,Starchy Roots,6.53082,0.0162488018349916
+1978,Burkina Faso,Sugar,6.53082,0.00490627516912118
 1979,Burkina Faso,Ruminants,6.671659,0.155537625649033
 1979,Burkina Faso,Cereals,6.671659,0.172471794496691
 1979,Burkina Faso,Monogastrics,6.671659,0.00740785762581691
-1979,Burkina Faso,Oilcrops,6.671659,0.0176935002223585
-1979,Burkina Faso,Pulses,6.671659,0.0102535216503122
+1979,Burkina Faso,FruitVeg,6.671659,0.027617568583766
+1979,Burkina Faso,OilcropsPulses,6.671659,0.0279470218726706
 1979,Burkina Faso,Starchy Roots,6.671659,0.0165949728545778
+1979,Burkina Faso,Sugar,6.671659,0.00463422965712126
 1980,Burkina Faso,Ruminants,6.82284,0.145802642301446
 1980,Burkina Faso,Cereals,6.82284,0.165791811034701
 1980,Burkina Faso,Monogastrics,6.82284,0.00790792397300831
-1980,Burkina Faso,Oilcrops,6.82284,0.0155674176735787
-1980,Burkina Faso,Pulses,6.82284,0.0100738109057225
+1980,Burkina Faso,FruitVeg,6.82284,0.0280929935334846
+1980,Burkina Faso,OilcropsPulses,6.82284,0.0256412285793013
 1980,Burkina Faso,Starchy Roots,6.82284,0.0170209179755058
+1980,Burkina Faso,Sugar,6.82284,0.0042395835165415
 1981,Burkina Faso,Ruminants,6.985158,0.140164216757874
 1981,Burkina Faso,Cereals,6.985158,0.149041295844704
 1981,Burkina Faso,Monogastrics,6.985158,0.00882213401615253
-1981,Burkina Faso,Oilcrops,6.985158,0.018331582478163
-1981,Burkina Faso,Pulses,6.985158,0.0101593979692371
+1981,Burkina Faso,FruitVeg,6.985158,0.0290013482873258
+1981,Burkina Faso,OilcropsPulses,6.985158,0.0284909804474
 1981,Burkina Faso,Starchy Roots,6.985158,0.0174905134572475
+1981,Burkina Faso,Sugar,6.985158,0.00450426461362792
 1982,Burkina Faso,Ruminants,7.158256,0.154759106128644
 1982,Burkina Faso,Cereals,7.158256,0.173332303287281
 1982,Burkina Faso,Monogastrics,7.158256,0.00987179000024587
-1982,Burkina Faso,Oilcrops,7.158256,0.0190329879233154
-1982,Burkina Faso,Pulses,7.158256,0.00985337769423167
+1982,Burkina Faso,FruitVeg,7.158256,0.0291111410377053
+1982,Burkina Faso,OilcropsPulses,7.158256,0.0288863656175471
 1982,Burkina Faso,Starchy Roots,7.158256,0.0175506436204573
+1982,Burkina Faso,Sugar,7.158256,0.00469150586399816
 1983,Burkina Faso,Ruminants,7.340907,0.167946426783502
 1983,Burkina Faso,Cereals,7.340907,0.160153098247941
 1983,Burkina Faso,Monogastrics,7.340907,0.0110277653701375
-1983,Burkina Faso,Oilcrops,7.340907,0.0197709901514895
-1983,Burkina Faso,Pulses,7.340907,0.00981731548976169
+1983,Burkina Faso,FruitVeg,7.340907,0.0303724049357934
+1983,Burkina Faso,OilcropsPulses,7.340907,0.0295883056412511
 1983,Burkina Faso,Starchy Roots,7.340907,0.0180728348690428
+1983,Burkina Faso,Sugar,7.340907,0.00363960475183789
 1984,Burkina Faso,Ruminants,7.531244,0.160928154764339
 1984,Burkina Faso,Cereals,7.531244,0.15938017676761
 1984,Burkina Faso,Monogastrics,7.531244,0.0113304123462206
-1984,Burkina Faso,Oilcrops,7.531244,0.0199628374807668
-1984,Burkina Faso,Pulses,7.531244,0.0083918407105121
+1984,Burkina Faso,FruitVeg,7.531244,0.0300016836527936
+1984,Burkina Faso,OilcropsPulses,7.531244,0.0283546781912789
 1984,Burkina Faso,Starchy Roots,7.531244,0.0191943057481606
+1984,Burkina Faso,Sugar,7.531244,0.00430645986240786
 1985,Burkina Faso,Ruminants,7.727912,0.178327664704256
 1985,Burkina Faso,Cereals,7.727912,0.171640282653322
 1985,Burkina Faso,Monogastrics,7.727912,0.0122876011010477
-1985,Burkina Faso,Oilcrops,7.727912,0.0355820563174115
-1985,Burkina Faso,Pulses,7.727912,0.00947008713349738
+1985,Burkina Faso,FruitVeg,7.727912,0.0303107747603751
+1985,Burkina Faso,OilcropsPulses,7.727912,0.0450521434509089
 1985,Burkina Faso,Starchy Roots,7.727912,0.0132487274699815
+1985,Burkina Faso,Sugar,7.727912,0.00435240463400722
 1986,Burkina Faso,Ruminants,7.93069,0.185464669530646
 1986,Burkina Faso,Cereals,7.93069,0.206280916288494
 1986,Burkina Faso,Monogastrics,7.93069,0.0128797746476032
-1986,Burkina Faso,Oilcrops,7.93069,0.0341655013624287
-1986,Burkina Faso,Pulses,7.93069,0.0130023995390061
+1986,Burkina Faso,FruitVeg,7.93069,0.0288639450035243
+1986,Burkina Faso,OilcropsPulses,7.93069,0.0471679009014348
 1986,Burkina Faso,Starchy Roots,7.93069,0.0165007080090131
+1986,Burkina Faso,Sugar,7.93069,0.00421236991989348
 1987,Burkina Faso,Ruminants,8.140076,0.186072783595632
 1987,Burkina Faso,Cereals,8.140076,0.221857388063699
 1987,Burkina Faso,Monogastrics,8.140076,0.013389494152143
-1987,Burkina Faso,Oilcrops,8.140076,0.0269526967561482
-1987,Burkina Faso,Pulses,8.140076,0.01051820646392
+1987,Burkina Faso,FruitVeg,8.140076,0.0298148321956699
+1987,Burkina Faso,OilcropsPulses,8.140076,0.0374709032200682
 1987,Burkina Faso,Starchy Roots,8.140076,0.0143243134339286
+1987,Burkina Faso,Sugar,8.140076,0.00392527047659014
 1988,Burkina Faso,Ruminants,8.356306,0.185158693326932
 1988,Burkina Faso,Cereals,8.356306,0.210634938452469
 1988,Burkina Faso,Monogastrics,8.356306,0.0139701202899942
-1988,Burkina Faso,Oilcrops,8.356306,0.0305110894694378
-1988,Burkina Faso,Pulses,8.356306,0.0117675202415996
+1988,Burkina Faso,FruitVeg,8.356306,0.0300866196139778
+1988,Burkina Faso,OilcropsPulses,8.356306,0.0422786097110374
 1988,Burkina Faso,Starchy Roots,8.356306,0.014724688157662
+1988,Burkina Faso,Sugar,8.356306,0.0029253356686555
 1989,Burkina Faso,Ruminants,8.579825,0.182133376846264
 1989,Burkina Faso,Cereals,8.579825,0.226006591043524
 1989,Burkina Faso,Monogastrics,8.579825,0.0138663201172518
-1989,Burkina Faso,Oilcrops,8.579825,0.0314013397709161
-1989,Burkina Faso,Pulses,8.579825,0.0121406905152494
+1989,Burkina Faso,FruitVeg,8.579825,0.0304118090986704
+1989,Burkina Faso,OilcropsPulses,8.579825,0.0435420302861655
 1989,Burkina Faso,Starchy Roots,8.579825,0.00901382021195071
+1989,Burkina Faso,Sugar,8.579825,0.00332058054797155
 1990,Burkina Faso,Ruminants,8.811033,0.240071737332047
 1990,Burkina Faso,Cereals,8.811033,0.232778267883005
 1990,Burkina Faso,Monogastrics,8.811033,0.0184459075343379
-1990,Burkina Faso,Oilcrops,8.811033,0.0290692362632168
-1990,Burkina Faso,Pulses,8.811033,0.0115727633751911
+1990,Burkina Faso,FruitVeg,8.811033,0.0305709898033522
+1990,Burkina Faso,OilcropsPulses,8.811033,0.0406419996384079
 1990,Burkina Faso,Starchy Roots,8.811033,0.006397093280663
+1990,Burkina Faso,Sugar,8.811033,0.00348494892710083
 1991,Burkina Faso,Ruminants,9.05009,0.24615622607068
 1991,Burkina Faso,Cereals,9.05009,0.240460260616193
 1991,Burkina Faso,Monogastrics,9.05009,0.0189593805144479
-1991,Burkina Faso,Oilcrops,9.05009,0.0264727754088633
-1991,Burkina Faso,Pulses,9.05009,0.0126983267569715
+1991,Burkina Faso,FruitVeg,9.05009,0.0305390333134809
+1991,Burkina Faso,OilcropsPulses,9.05009,0.0391711021658348
 1991,Burkina Faso,Starchy Roots,9.05009,0.0064274498927635
+1991,Burkina Faso,Sugar,9.05009,0.00383222708282459
 1992,Burkina Faso,Ruminants,9.297116,0.23598598748257
 1992,Burkina Faso,Cereals,9.297116,0.249123814309728
 1992,Burkina Faso,Monogastrics,9.297116,0.0193280798045329
-1992,Burkina Faso,Oilcrops,9.297116,0.0278286298675847
-1992,Burkina Faso,Pulses,9.297116,0.012815587113251
+1992,Burkina Faso,FruitVeg,9.297116,0.030986168183768
+1992,Burkina Faso,OilcropsPulses,9.297116,0.0406442169808358
 1992,Burkina Faso,Starchy Roots,9.297116,0.00921963327122088
+1992,Burkina Faso,Sugar,9.297116,0.00395671087679233
 1993,Burkina Faso,Ruminants,9.552473,0.236901271534607
 1993,Burkina Faso,Cereals,9.552473,0.249037919290638
 1993,Burkina Faso,Monogastrics,9.552473,0.0197823013998574
-1993,Burkina Faso,Oilcrops,9.552473,0.0238553932578506
-1993,Burkina Faso,Pulses,9.552473,0.0116664030351093
+1993,Burkina Faso,FruitVeg,9.552473,0.0312728442153147
+1993,Burkina Faso,OilcropsPulses,9.552473,0.0355217962929599
 1993,Burkina Faso,Starchy Roots,9.552473,0.00632652926629575
+1993,Burkina Faso,Sugar,9.552473,0.00396609338754478
 1994,Burkina Faso,Ruminants,9.816586,0.236383045999903
 1994,Burkina Faso,Cereals,9.816586,0.24909973793333
 1994,Burkina Faso,Monogastrics,9.816586,0.0204573871201251
-1994,Burkina Faso,Oilcrops,9.816586,0.0266684364604966
-1994,Burkina Faso,Pulses,9.816586,0.0133501606362945
+1994,Burkina Faso,FruitVeg,9.816586,0.0334150793361358
+1994,Burkina Faso,OilcropsPulses,9.816586,0.0400185970967911
 1994,Burkina Faso,Starchy Roots,9.816586,0.00562873895262569
+1994,Burkina Faso,Sugar,9.816586,0.00347564825490247
 1995,Burkina Faso,Ruminants,10.089876,0.237642028504612
 1995,Burkina Faso,Cereals,10.089876,0.248743393873225
 1995,Burkina Faso,Monogastrics,10.089876,0.0209093947239788
-1995,Burkina Faso,Oilcrops,10.089876,0.0234339847189401
-1995,Burkina Faso,Pulses,10.089876,0.0113483059653062
+1995,Burkina Faso,FruitVeg,10.089876,0.0309303107392004
+1995,Burkina Faso,OilcropsPulses,10.089876,0.0347822906842463
 1995,Burkina Faso,Starchy Roots,10.089876,0.00772080846186811
+1995,Burkina Faso,Sugar,10.089876,0.00329726549662255
 1996,Burkina Faso,Ruminants,10.372809,0.233376976284823
 1996,Burkina Faso,Cereals,10.372809,0.247791027483491
 1996,Burkina Faso,Monogastrics,10.372809,0.0215726424732201
-1996,Burkina Faso,Oilcrops,10.372809,0.0282906009355807
-1996,Burkina Faso,Pulses,10.372809,0.0115173238030316
+1996,Burkina Faso,FruitVeg,10.372809,0.0371532918421616
+1996,Burkina Faso,OilcropsPulses,10.372809,0.0398079247386123
 1996,Burkina Faso,Starchy Roots,10.372809,0.00490387897820157
+1996,Burkina Faso,Sugar,10.372809,0.00515829415156492
 1997,Burkina Faso,Ruminants,10.665781,0.23616859374855
 1997,Burkina Faso,Cereals,10.665781,0.242235331852398
 1997,Burkina Faso,Monogastrics,10.665781,0.0221604025059206
-1997,Burkina Faso,Oilcrops,10.665781,0.0322643977032718
-1997,Burkina Faso,Pulses,10.665781,0.0112029301932976
+1997,Burkina Faso,FruitVeg,10.665781,0.0368518723570266
+1997,Burkina Faso,OilcropsPulses,10.665781,0.0434673278965694
 1997,Burkina Faso,Starchy Roots,10.665781,0.00475276962840321
+1997,Burkina Faso,Sugar,10.665781,0.00547386075150052
 1998,Burkina Faso,Ruminants,10.969093,0.231771742659124
 1998,Burkina Faso,Cereals,10.969093,0.235489479394513
 1998,Burkina Faso,Monogastrics,10.969093,0.0228244851237928
-1998,Burkina Faso,Oilcrops,10.969093,0.031754767691367
-1998,Burkina Faso,Pulses,10.969093,0.0115232863829307
+1998,Burkina Faso,FruitVeg,10.969093,0.036504476714711
+1998,Burkina Faso,OilcropsPulses,10.969093,0.0432780540742977
 1998,Burkina Faso,Starchy Roots,10.969093,0.00515703531732295
+1998,Burkina Faso,Sugar,10.969093,0.00488518057053578
 1999,Burkina Faso,Ruminants,11.283016,0.23134396866937
 1999,Burkina Faso,Cereals,11.283016,0.243197652117129
 1999,Burkina Faso,Monogastrics,11.283016,0.0227996929189855
-1999,Burkina Faso,Oilcrops,11.283016,0.0289900324523159
-1999,Burkina Faso,Pulses,11.283016,0.0125817423284696
+1999,Burkina Faso,FruitVeg,11.283016,0.0376113975199539
+1999,Burkina Faso,OilcropsPulses,11.283016,0.0415717747807856
 1999,Burkina Faso,Starchy Roots,11.283016,0.00526508160584014
+1999,Burkina Faso,Sugar,11.283016,0.00514020364767718
 2000,Burkina Faso,Ruminants,11.607944,0.229795397014321
 2000,Burkina Faso,Cereals,11.607944,0.23430376645511
 2000,Burkina Faso,Monogastrics,11.607944,0.0242004699540246
-2000,Burkina Faso,Oilcrops,11.607944,0.0243321297897371
-2000,Burkina Faso,Pulses,11.607944,0.0110309801632399
+2000,Burkina Faso,FruitVeg,11.607944,0.0373719928352515
+2000,Burkina Faso,OilcropsPulses,11.607944,0.035363109952977
 2000,Burkina Faso,Starchy Roots,11.607944,0.00692956478770056
+2000,Burkina Faso,Sugar,11.607944,0.0033484827287244
 2001,Burkina Faso,Ruminants,11.94374,0.22665307516741
 2001,Burkina Faso,Cereals,11.94374,0.243622516900066
 2001,Burkina Faso,Monogastrics,11.94374,0.0252163141528533
-2001,Burkina Faso,Oilcrops,11.94374,0.0330075838891336
-2001,Burkina Faso,Pulses,11.94374,0.0117600517090961
+2001,Burkina Faso,FruitVeg,11.94374,0.0353604482348075
+2001,Burkina Faso,OilcropsPulses,11.94374,0.0447676355982297
 2001,Burkina Faso,Starchy Roots,11.94374,0.00883408379619784
+2001,Burkina Faso,Sugar,11.94374,0.00453199751501623
 2002,Burkina Faso,Ruminants,12.290984,0.225310674881686
 2002,Burkina Faso,Cereals,12.290984,0.244961672718799
 2002,Burkina Faso,Monogastrics,12.290984,0.0261617214699816
-2002,Burkina Faso,Oilcrops,12.290984,0.03601208821035
-2002,Burkina Faso,Pulses,12.290984,0.0116596848551751
+2002,Burkina Faso,FruitVeg,12.290984,0.0362167911047643
+2002,Burkina Faso,OilcropsPulses,12.290984,0.0476717730655251
 2002,Burkina Faso,Starchy Roots,12.290984,0.00492808387025807
+2002,Burkina Faso,Sugar,12.290984,0.00591352165131775
 2003,Burkina Faso,Ruminants,12.651596,0.289541722641159
 2003,Burkina Faso,Cereals,12.651596,0.252883983965343
 2003,Burkina Faso,Monogastrics,12.651596,0.0270637159137867
-2003,Burkina Faso,Oilcrops,12.651596,0.0367161581827305
-2003,Burkina Faso,Pulses,12.651596,0.0114289928322087
+2003,Burkina Faso,FruitVeg,12.651596,0.0358625109432834
+2003,Burkina Faso,OilcropsPulses,12.651596,0.0481451510149391
 2003,Burkina Faso,Starchy Roots,12.651596,0.00500719434923467
+2003,Burkina Faso,Sugar,12.651596,0.00453839974023831
 2004,Burkina Faso,Ruminants,13.028039,0.288562131261658
 2004,Burkina Faso,Cereals,13.028039,0.254801739540387
 2004,Burkina Faso,Monogastrics,13.028039,0.0279656055681135
-2004,Burkina Faso,Oilcrops,13.028039,0.0401975308793595
-2004,Burkina Faso,Pulses,13.028039,0.0120536943434081
+2004,Burkina Faso,FruitVeg,13.028039,0.0371755872084816
+2004,Burkina Faso,OilcropsPulses,13.028039,0.0522512252227676
 2004,Burkina Faso,Starchy Roots,13.028039,0.00954756122544613
+2004,Burkina Faso,Sugar,13.028039,0.00377815878506351
 2005,Burkina Faso,Ruminants,13.421929,0.291012215904286
 2005,Burkina Faso,Cereals,13.421929,0.252469522078384
 2005,Burkina Faso,Monogastrics,13.421929,0.0289204927250025
-2005,Burkina Faso,Oilcrops,13.421929,0.0298957027711888
-2005,Burkina Faso,Pulses,13.421929,0.012963561348
+2005,Burkina Faso,FruitVeg,13.421929,0.0359663651923654
+2005,Burkina Faso,OilcropsPulses,13.421929,0.0428592641191888
 2005,Burkina Faso,Starchy Roots,13.421929,0.00647120097267688
+2005,Burkina Faso,Sugar,13.421929,0.0060548673741308
 2006,Burkina Faso,Ruminants,13.834195,0.291134822083974
 2006,Burkina Faso,Cereals,13.834195,0.261827377740447
 2006,Burkina Faso,Monogastrics,13.834195,0.0299854743987634
-2006,Burkina Faso,Oilcrops,13.834195,0.0363317851165174
-2006,Burkina Faso,Pulses,13.834195,0.0145286371921171
+2006,Burkina Faso,FruitVeg,13.834195,0.0349197766837897
+2006,Burkina Faso,OilcropsPulses,13.834195,0.0508604223086345
 2006,Burkina Faso,Starchy Roots,13.834195,0.00724595829392314
+2006,Burkina Faso,Sugar,13.834195,0.00619465028503646
 2007,Burkina Faso,Ruminants,14.264002,0.282948025385863
 2007,Burkina Faso,Cereals,14.264002,0.261566704771915
 2007,Burkina Faso,Monogastrics,14.264002,0.0285345585341337
-2007,Burkina Faso,Oilcrops,14.264002,0.0321601188782783
-2007,Burkina Faso,Pulses,14.264002,0.0155537695521916
+2007,Burkina Faso,FruitVeg,14.264002,0.0212443183897478
+2007,Burkina Faso,OilcropsPulses,14.264002,0.0477138884304699
 2007,Burkina Faso,Starchy Roots,14.264002,0.00571200144251242
+2007,Burkina Faso,Sugar,14.264002,0.0068001953448969
 2008,Burkina Faso,Ruminants,14.709011,0.281197417011926
 2008,Burkina Faso,Cereals,14.709011,0.258599711428593
 2008,Burkina Faso,Monogastrics,14.709011,0.0266959960802259
-2008,Burkina Faso,Oilcrops,14.709011,0.0366357058268567
-2008,Burkina Faso,Pulses,14.709011,0.015249563685825
+2008,Burkina Faso,FruitVeg,14.709011,0.0224599736855184
+2008,Burkina Faso,OilcropsPulses,14.709011,0.0518852695126817
 2008,Burkina Faso,Starchy Roots,14.709011,0.00762620953917296
+2008,Burkina Faso,Sugar,14.709011,0.00475932746260099
 2009,Burkina Faso,Ruminants,15.165856,0.279828886678075
 2009,Burkina Faso,Cereals,15.165856,0.264680147299302
 2009,Burkina Faso,Monogastrics,15.165856,0.0266689793177517
-2009,Burkina Faso,Oilcrops,15.165856,0.0319968091481285
-2009,Burkina Faso,Pulses,15.165856,0.0153302260024096
+2009,Burkina Faso,FruitVeg,15.165856,0.02170527004872
+2009,Burkina Faso,OilcropsPulses,15.165856,0.0473270351505382
 2009,Burkina Faso,Starchy Roots,15.165856,0.010411479576227
+2009,Burkina Faso,Sugar,15.165856,0.00471302114433897
 2010,Burkina Faso,Ruminants,15.632066,0.277359627319895
 2010,Burkina Faso,Cereals,15.632066,0.265747214731565
 2010,Burkina Faso,Monogastrics,15.632066,0.0269542106590389
-2010,Burkina Faso,Oilcrops,15.632066,0.0369107960521661
-2010,Burkina Faso,Pulses,15.632066,0.0145386412774869
+2010,Burkina Faso,FruitVeg,15.632066,0.023884047060702
+2010,Burkina Faso,OilcropsPulses,15.632066,0.051449437329653
 2010,Burkina Faso,Starchy Roots,15.632066,0.0118548629464589
+2010,Burkina Faso,Sugar,15.632066,0.0048399232705389
 2011,Burkina Faso,Ruminants,16.106851,0.275417913780912
 2011,Burkina Faso,Cereals,16.106851,0.261083746289079
 2011,Burkina Faso,Monogastrics,16.106851,0.0266938708255264
-2011,Burkina Faso,Oilcrops,16.106851,0.0309231146423345
-2011,Burkina Faso,Pulses,16.106851,0.0139707010389554
+2011,Burkina Faso,FruitVeg,16.106851,0.0227678271811169
+2011,Burkina Faso,OilcropsPulses,16.106851,0.0448938156812899
 2011,Burkina Faso,Starchy Roots,16.106851,0.0141829709606179
+2011,Burkina Faso,Sugar,16.106851,0.00708319708178836
 2012,Burkina Faso,Ruminants,16.590813,0.273554526833616
 2012,Burkina Faso,Cereals,16.590813,0.265001962230543
 2012,Burkina Faso,Monogastrics,16.590813,0.0262117293468379
-2012,Burkina Faso,Oilcrops,16.590813,0.0337002171020793
-2012,Burkina Faso,Pulses,16.590813,0.0145061607288323
+2012,Burkina Faso,FruitVeg,16.590813,0.0223992639782029
+2012,Burkina Faso,OilcropsPulses,16.590813,0.0482063778309116
 2012,Burkina Faso,Starchy Roots,16.590813,0.0124772667861424
+2012,Burkina Faso,Sugar,16.590813,0.00715787707329351
 2013,Burkina Faso,Ruminants,17.084554,0.181820777996312
 2013,Burkina Faso,Cereals,17.084554,0.265244091241715
 2013,Burkina Faso,Monogastrics,17.084554,0.0255901734397047
-2013,Burkina Faso,Oilcrops,17.084554,0.0336113544433176
-2013,Burkina Faso,Pulses,17.084554,0.0148256138263838
+2013,Burkina Faso,FruitVeg,17.084554,0.0230602449440588
+2013,Burkina Faso,OilcropsPulses,17.084554,0.0484369682697014
 2013,Burkina Faso,Starchy Roots,17.084554,0.0149326695914918
+2013,Burkina Faso,Sugar,17.084554,0.00732743740339958
 1961,Cabo Verde,Ruminants,0.205958,0.0549466396061333
 1961,Cabo Verde,Cereals,0.205958,0.128254304275629
 1961,Cabo Verde,Monogastrics,0.205958,0.0112255896833335
-1961,Cabo Verde,Oilcrops,0.205958,0.0221987007059692
-1961,Cabo Verde,Pulses,0.205958,0.0123034793501588
+1961,Cabo Verde,FruitVeg,0.205958,0.0409355305450626
+1961,Cabo Verde,OilcropsPulses,0.205958,0.0345021800561279
 1961,Cabo Verde,Starchy Roots,0.205958,0.0536711368337234
+1961,Cabo Verde,Sugar,0.205958,0.0154254750968644
 1962,Cabo Verde,Ruminants,0.210866,0.0536492369561712
 1962,Cabo Verde,Cereals,0.210866,0.104630428803126
 1962,Cabo Verde,Monogastrics,0.210866,0.0115713296595942
-1962,Cabo Verde,Oilcrops,0.210866,0.0223222330769304
-1962,Cabo Verde,Pulses,0.210866,0.0198230155643869
+1962,Cabo Verde,FruitVeg,0.210866,0.0394373678070433
+1962,Cabo Verde,OilcropsPulses,0.210866,0.0421452486413172
 1962,Cabo Verde,Starchy Roots,0.210866,0.059483273737824
+1962,Cabo Verde,Sugar,0.210866,0.0155833562546831
 1963,Cabo Verde,Ruminants,0.216913,0.056933885935836
 1963,Cabo Verde,Cereals,0.216913,0.0974953091792562
 1963,Cabo Verde,Monogastrics,0.216913,0.0124289461673574
-1963,Cabo Verde,Oilcrops,0.216913,0.0215063182013065
-1963,Cabo Verde,Pulses,0.216913,0.0208378474319197
+1963,Cabo Verde,FruitVeg,0.216913,0.0362449461304763
+1963,Cabo Verde,OilcropsPulses,0.216913,0.0423441656332262
 1963,Cabo Verde,Starchy Roots,0.216913,0.0548929755247496
+1963,Cabo Verde,Sugar,0.216913,0.0141577498812888
 1964,Cabo Verde,Ruminants,0.223854,0.0558712375030154
 1964,Cabo Verde,Cereals,0.223854,0.110371045413528
 1964,Cabo Verde,Monogastrics,0.223854,0.0141150035290859
-1964,Cabo Verde,Oilcrops,0.223854,0.0212593922824698
-1964,Cabo Verde,Pulses,0.223854,0.0204865671375093
+1964,Cabo Verde,FruitVeg,0.223854,0.0404415377880225
+1964,Cabo Verde,OilcropsPulses,0.223854,0.0417459594199791
 1964,Cabo Verde,Starchy Roots,0.223854,0.0560141878188462
+1964,Cabo Verde,Sugar,0.223854,0.0151750694649191
 1965,Cabo Verde,Ruminants,0.231427,0.0478302013161818
 1965,Cabo Verde,Cereals,0.231427,0.111547053714562
 1965,Cabo Verde,Monogastrics,0.231427,0.0163654197651959
-1965,Cabo Verde,Oilcrops,0.231427,0.0220501497232389
-1965,Cabo Verde,Pulses,0.231427,0.0238736188949431
+1965,Cabo Verde,FruitVeg,0.231427,0.0442428930072982
+1965,Cabo Verde,OilcropsPulses,0.231427,0.045923768618182
 1965,Cabo Verde,Starchy Roots,0.231427,0.0530145575062547
+1965,Cabo Verde,Sugar,0.231427,0.0142679981160366
 1966,Cabo Verde,Ruminants,0.239765,0.0484828894959648
 1966,Cabo Verde,Cereals,0.239765,0.108343586428378
 1966,Cabo Verde,Monogastrics,0.239765,0.019760181844723
-1966,Cabo Verde,Oilcrops,0.239765,0.0206577273580381
-1966,Cabo Verde,Pulses,0.239765,0.0213959502012387
+1966,Cabo Verde,FruitVeg,0.239765,0.0345213021083144
+1966,Cabo Verde,OilcropsPulses,0.239765,0.0420536775592768
 1966,Cabo Verde,Starchy Roots,0.239765,0.0493733447333848
+1966,Cabo Verde,Sugar,0.239765,0.0165829040935916
 1967,Cabo Verde,Ruminants,0.248733,0.054317682012439
 1967,Cabo Verde,Cereals,0.248733,0.110749277337547
 1967,Cabo Verde,Monogastrics,0.248733,0.0184422654010525
-1967,Cabo Verde,Oilcrops,0.248733,0.0206607084705286
-1967,Cabo Verde,Pulses,0.248733,0.0162181938062099
+1967,Cabo Verde,FruitVeg,0.248733,0.0367020057652181
+1967,Cabo Verde,OilcropsPulses,0.248733,0.0368789022767385
 1967,Cabo Verde,Starchy Roots,0.248733,0.0581989522902068
+1967,Cabo Verde,Sugar,0.248733,0.0161699493030679
 1968,Cabo Verde,Ruminants,0.257478,0.0549518793838697
 1968,Cabo Verde,Cereals,0.257478,0.113850503732358
 1968,Cabo Verde,Monogastrics,0.257478,0.0185009981435307
-1968,Cabo Verde,Oilcrops,0.257478,0.0203939754076076
-1968,Cabo Verde,Pulses,0.257478,0.00823371317161078
+1968,Cabo Verde,FruitVeg,0.257478,0.0321580872928949
+1968,Cabo Verde,OilcropsPulses,0.257478,0.0286276885792184
 1968,Cabo Verde,Starchy Roots,0.257478,0.038857688812248
+1968,Cabo Verde,Sugar,0.257478,0.0172480755637375
 1969,Cabo Verde,Ruminants,0.264885,0.0705642071087453
 1969,Cabo Verde,Cereals,0.264885,0.113992864828133
 1969,Cabo Verde,Monogastrics,0.264885,0.0196753308039338
-1969,Cabo Verde,Oilcrops,0.264885,0.0194499499782925
-1969,Cabo Verde,Pulses,0.264885,0.0091435906147951
+1969,Cabo Verde,FruitVeg,0.264885,0.0384506483945863
+1969,Cabo Verde,OilcropsPulses,0.264885,0.0285935405930876
 1969,Cabo Verde,Starchy Roots,0.264885,0.0603091907809049
+1969,Cabo Verde,Sugar,0.264885,0.0200577609151141
 1970,Cabo Verde,Ruminants,0.270197,0.0774679215535332
 1970,Cabo Verde,Cereals,0.270197,0.121318889550957
 1970,Cabo Verde,Monogastrics,0.270197,0.019709693297853
-1970,Cabo Verde,Oilcrops,0.270197,0.018479109686636
-1970,Cabo Verde,Pulses,0.270197,0.00782762206834273
+1970,Cabo Verde,FruitVeg,0.270197,0.0347339163647265
+1970,Cabo Verde,OilcropsPulses,0.270197,0.0263067317549788
 1970,Cabo Verde,Starchy Roots,0.270197,0.045518640103332
+1970,Cabo Verde,Sugar,0.270197,0.0202481892841149
 1971,Cabo Verde,Ruminants,0.273053,0.100472435754231
 1971,Cabo Verde,Cereals,0.273053,0.120277015817442
 1971,Cabo Verde,Monogastrics,0.273053,0.0209644281513113
-1971,Cabo Verde,Oilcrops,0.273053,0.0188131974378601
-1971,Cabo Verde,Pulses,0.273053,0.0100822917162602
+1971,Cabo Verde,FruitVeg,0.273053,0.0300784096860316
+1971,Cabo Verde,OilcropsPulses,0.273053,0.0288954891541203
 1971,Cabo Verde,Starchy Roots,0.273053,0.0337700006958356
+1971,Cabo Verde,Sugar,0.273053,0.0205674356260506
 1972,Cabo Verde,Ruminants,0.273788,0.108651219191491
 1972,Cabo Verde,Cereals,0.273788,0.132080295703245
 1972,Cabo Verde,Monogastrics,0.273788,0.0226335704998028
-1972,Cabo Verde,Oilcrops,0.273788,0.0177253933700527
-1972,Cabo Verde,Pulses,0.273788,0.0174806784811606
+1972,Cabo Verde,FruitVeg,0.273788,0.0293950063552822
+1972,Cabo Verde,OilcropsPulses,0.273788,0.0352060718512133
 1972,Cabo Verde,Starchy Roots,0.273788,0.0176340818443467
+1972,Cabo Verde,Sugar,0.273788,0.0213157625608135
 1973,Cabo Verde,Ruminants,0.273211,0.109015742411543
 1973,Cabo Verde,Cereals,0.273211,0.135726599587864
 1973,Cabo Verde,Monogastrics,0.273211,0.0256292755416144
-1973,Cabo Verde,Oilcrops,0.273211,0.0178506721910904
-1973,Cabo Verde,Pulses,0.273211,0.0203798529341791
+1973,Cabo Verde,FruitVeg,0.273211,0.0354304914516619
+1973,Cabo Verde,OilcropsPulses,0.273211,0.0382305251252695
 1973,Cabo Verde,Starchy Roots,0.273211,0.0264594031719074
+1973,Cabo Verde,Sugar,0.273211,0.0157753531153577
 1974,Cabo Verde,Ruminants,0.272509,0.118581771611213
 1974,Cabo Verde,Cereals,0.272509,0.131375477507165
 1974,Cabo Verde,Monogastrics,0.272509,0.0207626170144839
-1974,Cabo Verde,Oilcrops,0.272509,0.0175150178526214
-1974,Cabo Verde,Pulses,0.272509,0.0172397975846669
+1974,Cabo Verde,FruitVeg,0.272509,0.0346410577265338
+1974,Cabo Verde,OilcropsPulses,0.272509,0.0347548154372883
 1974,Cabo Verde,Starchy Roots,0.272509,0.0419912736827041
+1974,Cabo Verde,Sugar,0.272509,0.0164581720236763
 1975,Cabo Verde,Ruminants,0.272575,0.16655892873521
 1975,Cabo Verde,Cereals,0.272575,0.136124002568101
 1975,Cabo Verde,Monogastrics,0.272575,0.0194016325781895
-1975,Cabo Verde,Oilcrops,0.272575,0.0169457947353939
-1975,Cabo Verde,Pulses,0.272575,0.0184132807484179
+1975,Cabo Verde,FruitVeg,0.272575,0.0354104374942676
+1975,Cabo Verde,OilcropsPulses,0.272575,0.0353590754838118
 1975,Cabo Verde,Starchy Roots,0.272575,0.0249032376410162
+1975,Cabo Verde,Sugar,0.272575,0.0105622305787398
 1976,Cabo Verde,Ruminants,0.273625,0.150630607583371
 1976,Cabo Verde,Cereals,0.273625,0.143466423024212
 1976,Cabo Verde,Monogastrics,0.273625,0.0170554591137506
-1976,Cabo Verde,Oilcrops,0.273625,0.0174253083599817
-1976,Cabo Verde,Pulses,0.273625,0.0103755139333029
+1976,Cabo Verde,FruitVeg,0.273625,0.0373905893101873
+1976,Cabo Verde,OilcropsPulses,0.273625,0.0278008222932846
 1976,Cabo Verde,Starchy Roots,0.273625,0.0239086340794884
+1976,Cabo Verde,Sugar,0.273625,0.0105034262220192
 1977,Cabo Verde,Ruminants,0.275479,0.143810598993027
 1977,Cabo Verde,Cereals,0.275479,0.14300545595127
 1977,Cabo Verde,Monogastrics,0.275479,0.0196955121806018
-1977,Cabo Verde,Oilcrops,0.275479,0.018059452807655
-1977,Cabo Verde,Pulses,0.275479,0.00618921950493504
+1977,Cabo Verde,FruitVeg,0.275479,0.0458183745403461
+1977,Cabo Verde,OilcropsPulses,0.275479,0.0242486723125901
 1977,Cabo Verde,Starchy Roots,0.275479,0.0308662366278373
+1977,Cabo Verde,Sugar,0.275479,0.0106214992794369
 1978,Cabo Verde,Ruminants,0.278152,0.183312361586471
 1978,Cabo Verde,Cereals,0.278152,0.16139736546924
 1978,Cabo Verde,Monogastrics,0.278152,0.0221756449710949
-1978,Cabo Verde,Oilcrops,0.278152,0.0209058356582013
-1978,Cabo Verde,Pulses,0.278152,0.0135429549311168
+1978,Cabo Verde,FruitVeg,0.278152,0.0510656044177284
+1978,Cabo Verde,OilcropsPulses,0.278152,0.0344487905893181
 1978,Cabo Verde,Starchy Roots,0.278152,0.0342618424458569
+1978,Cabo Verde,Sugar,0.278152,0.0108142310679053
 1979,Cabo Verde,Ruminants,0.281555,0.122220525297011
 1979,Cabo Verde,Cereals,0.281555,0.162863383708334
 1979,Cabo Verde,Monogastrics,0.281555,0.0248718722807267
-1979,Cabo Verde,Oilcrops,0.281555,0.0254834756974659
-1979,Cabo Verde,Pulses,0.281555,0.0151338104455613
+1979,Cabo Verde,FruitVeg,0.281555,0.0483173802631813
+1979,Cabo Verde,OilcropsPulses,0.281555,0.0406172861430271
 1979,Cabo Verde,Starchy Roots,0.281555,0.035247109800927
+1979,Cabo Verde,Sugar,0.281555,0.011386762799453
 1980,Cabo Verde,Ruminants,0.285599,0.118088648769779
 1980,Cabo Verde,Cereals,0.285599,0.16764414441227
 1980,Cabo Verde,Monogastrics,0.285599,0.0301096992636529
-1980,Cabo Verde,Oilcrops,0.285599,0.0206723412897104
-1980,Cabo Verde,Pulses,0.285599,0.0116562032780227
+1980,Cabo Verde,FruitVeg,0.285599,0.0408089664179496
+1980,Cabo Verde,OilcropsPulses,0.285599,0.0323285445677331
 1980,Cabo Verde,Starchy Roots,0.285599,0.0398285708283292
+1980,Cabo Verde,Sugar,0.285599,0.0120623671651511
 1981,Cabo Verde,Ruminants,0.290428,0.157154268872147
 1981,Cabo Verde,Cereals,0.290428,0.165011637996336
 1981,Cabo Verde,Monogastrics,0.290428,0.0312504303992728
-1981,Cabo Verde,Oilcrops,0.290428,0.0210413596485187
-1981,Cabo Verde,Pulses,0.290428,0.0119960885314088
+1981,Cabo Verde,FruitVeg,0.290428,0.0405849298277026
+1981,Cabo Verde,OilcropsPulses,0.290428,0.0330374481799275
 1981,Cabo Verde,Starchy Roots,0.290428,0.0429021995124437
+1981,Cabo Verde,Sugar,0.290428,0.013015274009393
 1982,Cabo Verde,Ruminants,0.296071,0.166181422699285
 1982,Cabo Verde,Cereals,0.296071,0.155145218545552
 1982,Cabo Verde,Monogastrics,0.296071,0.0464287282442387
-1982,Cabo Verde,Oilcrops,0.296071,0.020961188363602
-1982,Cabo Verde,Pulses,0.296071,0.0121862661321102
+1982,Cabo Verde,FruitVeg,0.296071,0.0289390044955433
+1982,Cabo Verde,OilcropsPulses,0.296071,0.0331474544957122
 1982,Cabo Verde,Starchy Roots,0.296071,0.017016188684471
+1982,Cabo Verde,Sugar,0.296071,0.0136892839893134
 1983,Cabo Verde,Ruminants,0.302174,0.17025654093337
 1983,Cabo Verde,Cereals,0.302174,0.176256064386744
 1983,Cabo Verde,Monogastrics,0.302174,0.0375055431638725
-1983,Cabo Verde,Oilcrops,0.302174,0.0221792741930146
-1983,Cabo Verde,Pulses,0.302174,0.0123339532851933
+1983,Cabo Verde,FruitVeg,0.302174,0.0320411418586642
+1983,Cabo Verde,OilcropsPulses,0.302174,0.0345132274782079
 1983,Cabo Verde,Starchy Roots,0.302174,0.0163746715468571
+1983,Cabo Verde,Sugar,0.302174,0.0165798513439277
 1984,Cabo Verde,Ruminants,0.308251,0.193245115182108
 1984,Cabo Verde,Cereals,0.308251,0.174338444968548
 1984,Cabo Verde,Monogastrics,0.308251,0.036138731099007
-1984,Cabo Verde,Oilcrops,0.308251,0.0225303405341751
-1984,Cabo Verde,Pulses,0.308251,0.0151889207172077
+1984,Cabo Verde,FruitVeg,0.308251,0.0399220116074238
+1984,Cabo Verde,OilcropsPulses,0.308251,0.0377192612513828
 1984,Cabo Verde,Starchy Roots,0.308251,0.0230202010699073
+1984,Cabo Verde,Sugar,0.308251,0.0155425286535972
 1985,Cabo Verde,Ruminants,0.313976,0.143049787244885
 1985,Cabo Verde,Cereals,0.313976,0.16450620429587
 1985,Cabo Verde,Monogastrics,0.313976,0.0547764797309349
-1985,Cabo Verde,Oilcrops,0.313976,0.017058628684995
-1985,Cabo Verde,Pulses,0.313976,0.0145807322852702
+1985,Cabo Verde,FruitVeg,0.313976,0.0439301093077178
+1985,Cabo Verde,OilcropsPulses,0.313976,0.0316393609702652
 1985,Cabo Verde,Starchy Roots,0.313976,0.0278620021912503
+1985,Cabo Verde,Sugar,0.313976,0.0154056360995745
 1986,Cabo Verde,Ruminants,0.319161,0.164476236131608
 1986,Cabo Verde,Cereals,0.319161,0.174404140856809
 1986,Cabo Verde,Monogastrics,0.319161,0.058809503667428
-1986,Cabo Verde,Oilcrops,0.319161,0.0170384226142918
-1986,Cabo Verde,Pulses,0.319161,0.0193413355641823
+1986,Cabo Verde,FruitVeg,0.319161,0.0364079571125545
+1986,Cabo Verde,OilcropsPulses,0.319161,0.0363797581784742
 1986,Cabo Verde,Starchy Roots,0.319161,0.0414461666682333
+1986,Cabo Verde,Sugar,0.319161,0.015979395978832
 1987,Cabo Verde,Ruminants,0.323972,0.159365932858395
 1987,Cabo Verde,Cereals,0.323972,0.163017174323707
 1987,Cabo Verde,Monogastrics,0.323972,0.06767591026385
-1987,Cabo Verde,Oilcrops,0.323972,0.0137604484338153
-1987,Cabo Verde,Pulses,0.323972,0.0363148667168768
+1987,Cabo Verde,FruitVeg,0.323972,0.0631443458076624
+1987,Cabo Verde,OilcropsPulses,0.323972,0.050075315150692
 1987,Cabo Verde,Starchy Roots,0.323972,0.0697868951637796
+1987,Cabo Verde,Sugar,0.323972,0.0169057819811589
 1988,Cabo Verde,Ruminants,0.328861,0.171074709375694
 1988,Cabo Verde,Cereals,0.328861,0.164750456879958
 1988,Cabo Verde,Monogastrics,0.328861,0.0713599362648657
-1988,Cabo Verde,Oilcrops,0.328861,0.0195310480719818
-1988,Cabo Verde,Pulses,0.328861,0.0274948990606974
+1988,Cabo Verde,FruitVeg,0.328861,0.0589914888053007
+1988,Cabo Verde,OilcropsPulses,0.328861,0.0470259471326792
 1988,Cabo Verde,Starchy Roots,0.328861,0.0630813626425754
+1988,Cabo Verde,Sugar,0.328861,0.016374699341059
 1989,Cabo Verde,Ruminants,0.334473,0.165400495705184
 1989,Cabo Verde,Cereals,0.334473,0.165663596164713
 1989,Cabo Verde,Monogastrics,0.334473,0.0747417579296386
-1989,Cabo Verde,Oilcrops,0.334473,0.0151043581993165
-1989,Cabo Verde,Pulses,0.334473,0.0235534706837323
+1989,Cabo Verde,FruitVeg,0.334473,0.0624953284719544
+1989,Cabo Verde,OilcropsPulses,0.334473,0.0386578288830489
 1989,Cabo Verde,Starchy Roots,0.334473,0.0596640087540698
+1989,Cabo Verde,Sugar,0.334473,0.017373599662753
 1990,Cabo Verde,Ruminants,0.341256,0.191125430761657
 1990,Cabo Verde,Cereals,0.341256,0.154373842511194
 1990,Cabo Verde,Monogastrics,0.341256,0.0796068054481093
-1990,Cabo Verde,Oilcrops,0.341256,0.0150092599104485
-1990,Cabo Verde,Pulses,0.341256,0.0156656586257824
+1990,Cabo Verde,FruitVeg,0.341256,0.0611681552851818
+1990,Cabo Verde,OilcropsPulses,0.341256,0.0306749185362309
 1990,Cabo Verde,Starchy Roots,0.341256,0.058146962983801
+1990,Cabo Verde,Sugar,0.341256,0.0173828445507185
 1991,Cabo Verde,Ruminants,0.349326,0.150269375883845
 1991,Cabo Verde,Cereals,0.349326,0.15006040203134
 1991,Cabo Verde,Monogastrics,0.349326,0.0848339373536467
-1991,Cabo Verde,Oilcrops,0.349326,0.0178629704058673
-1991,Cabo Verde,Pulses,0.349326,0.0102941092274838
+1991,Cabo Verde,FruitVeg,0.349326,0.0537921597590789
+1991,Cabo Verde,OilcropsPulses,0.349326,0.0281570796333511
 1991,Cabo Verde,Starchy Roots,0.349326,0.0417232041130634
+1991,Cabo Verde,Sugar,0.349326,0.018046180358748
 1992,Cabo Verde,Ruminants,0.358473,0.273607496241
 1992,Cabo Verde,Cereals,0.358473,0.163326108242462
 1992,Cabo Verde,Monogastrics,0.358473,0.147798300011437
-1992,Cabo Verde,Oilcrops,0.358473,0.0133873401901956
-1992,Cabo Verde,Pulses,0.358473,0.00809544930859507
+1992,Cabo Verde,FruitVeg,0.358473,0.0720500567685711
+1992,Cabo Verde,OilcropsPulses,0.358473,0.0214827894987907
 1992,Cabo Verde,Starchy Roots,0.358473,0.0328560309981505
+1992,Cabo Verde,Sugar,0.358473,0.0189888778234344
 1993,Cabo Verde,Ruminants,0.368423,0.21117709806391
 1993,Cabo Verde,Cereals,0.368423,0.16737011532939
 1993,Cabo Verde,Monogastrics,0.368423,0.145761800973338
-1993,Cabo Verde,Oilcrops,0.368423,0.0148769213648442
-1993,Cabo Verde,Pulses,0.368423,0.00538511439296678
+1993,Cabo Verde,FruitVeg,0.368423,0.0754784581852924
+1993,Cabo Verde,OilcropsPulses,0.368423,0.020262035757811
 1993,Cabo Verde,Starchy Roots,0.368423,0.0361323804431319
+1993,Cabo Verde,Sugar,0.368423,0.0189483284159784
 1994,Cabo Verde,Ruminants,0.378763,0.18132446939115
 1994,Cabo Verde,Cereals,0.378763,0.152023824924821
 1994,Cabo Verde,Monogastrics,0.378763,0.105627529616145
-1994,Cabo Verde,Oilcrops,0.378763,0.0116194031623997
-1994,Cabo Verde,Pulses,0.378763,0.00662155490372608
+1994,Cabo Verde,FruitVeg,0.378763,0.0703975837132983
+1994,Cabo Verde,OilcropsPulses,0.378763,0.0182409580661258
 1994,Cabo Verde,Starchy Roots,0.378763,0.0315236704746768
+1994,Cabo Verde,Sugar,0.378763,0.0194316762724976
 1995,Cabo Verde,Ruminants,0.389156,0.225355898405781
 1995,Cabo Verde,Cereals,0.389156,0.133000647555222
 1995,Cabo Verde,Monogastrics,0.389156,0.12319738099888
-1995,Cabo Verde,Oilcrops,0.389156,0.0131566775277781
-1995,Cabo Verde,Pulses,0.389156,0.00597446782267266
+1995,Cabo Verde,FruitVeg,0.389156,0.0786317055371111
+1995,Cabo Verde,OilcropsPulses,0.389156,0.0191311453504507
 1995,Cabo Verde,Starchy Roots,0.389156,0.0343204267697273
+1995,Cabo Verde,Sugar,0.389156,0.0200356669304855
 1996,Cabo Verde,Ruminants,0.399508,0.211818286492386
 1996,Cabo Verde,Cereals,0.399508,0.138500355437188
 1996,Cabo Verde,Monogastrics,0.399508,0.115422719945533
-1996,Cabo Verde,Oilcrops,0.399508,0.0138695595582567
-1996,Cabo Verde,Pulses,0.399508,0.00916877759644363
+1996,Cabo Verde,FruitVeg,0.399508,0.0862035303423211
+1996,Cabo Verde,OilcropsPulses,0.399508,0.0230383371547003
 1996,Cabo Verde,Starchy Roots,0.399508,0.0303723580003404
+1996,Cabo Verde,Sugar,0.399508,0.0194389098591267
 1997,Cabo Verde,Ruminants,0.409805,0.184792767291761
 1997,Cabo Verde,Cereals,0.409805,0.144158807237589
 1997,Cabo Verde,Monogastrics,0.409805,0.105779578092019
-1997,Cabo Verde,Oilcrops,0.409805,0.00969973523993119
-1997,Cabo Verde,Pulses,0.409805,0.010151169458645
+1997,Cabo Verde,FruitVeg,0.409805,0.0854699186198314
+1997,Cabo Verde,OilcropsPulses,0.409805,0.0198509046985762
 1997,Cabo Verde,Starchy Roots,0.409805,0.0372982272056222
+1997,Cabo Verde,Sugar,0.409805,0.0201754492990569
 1998,Cabo Verde,Ruminants,0.419884,0.182377275628507
 1998,Cabo Verde,Cereals,0.419884,0.14561878995151
 1998,Cabo Verde,Monogastrics,0.419884,0.13044293185737
-1998,Cabo Verde,Oilcrops,0.419884,0.00988606376999362
-1998,Cabo Verde,Pulses,0.419884,0.0100170523287384
+1998,Cabo Verde,FruitVeg,0.419884,0.0882886702041516
+1998,Cabo Verde,OilcropsPulses,0.419884,0.019903116098732
 1998,Cabo Verde,Starchy Roots,0.419884,0.036652980346953
+1998,Cabo Verde,Sugar,0.419884,0.0196911527945814
 1999,Cabo Verde,Ruminants,0.429576,0.160001024265788
 1999,Cabo Verde,Cereals,0.429576,0.14466590312308
 1999,Cabo Verde,Monogastrics,0.429576,0.142322662346127
-1999,Cabo Verde,Oilcrops,0.429576,0.0102496415069743
-1999,Cabo Verde,Pulses,0.429576,0.0103334450714193
+1999,Cabo Verde,FruitVeg,0.429576,0.0975101029852692
+1999,Cabo Verde,OilcropsPulses,0.429576,0.0205830865783936
 1999,Cabo Verde,Starchy Roots,0.429576,0.0407122371827104
+1999,Cabo Verde,Sugar,0.429576,0.0220030914203773
 2000,Cabo Verde,Ruminants,0.438737,0.153124764950301
 2000,Cabo Verde,Cereals,0.438737,0.14447835491422
 2000,Cabo Verde,Monogastrics,0.438737,0.139992979848976
-2000,Cabo Verde,Oilcrops,0.438737,0.0113120160825278
-2000,Cabo Verde,Pulses,0.438737,0.00735748295675997
+2000,Cabo Verde,FruitVeg,0.438737,0.0906465604678885
+2000,Cabo Verde,OilcropsPulses,0.438737,0.0186694990392878
 2000,Cabo Verde,Starchy Roots,0.438737,0.0379931485149418
+2000,Cabo Verde,Sugar,0.438737,0.0240371794491917
 2001,Cabo Verde,Ruminants,0.447357,0.153654910954786
 2001,Cabo Verde,Cereals,0.447357,0.143201067603726
 2001,Cabo Verde,Monogastrics,0.447357,0.152226968617905
-2001,Cabo Verde,Oilcrops,0.447357,0.0110694590673668
-2001,Cabo Verde,Pulses,0.447357,0.00701676736923754
+2001,Cabo Verde,FruitVeg,0.447357,0.0938221599304359
+2001,Cabo Verde,OilcropsPulses,0.447357,0.0180862264366043
 2001,Cabo Verde,Starchy Roots,0.447357,0.0396372472097229
+2001,Cabo Verde,Sugar,0.447357,0.0280000089414047
 2002,Cabo Verde,Ruminants,0.455396,0.140641990706989
 2002,Cabo Verde,Cereals,0.455396,0.139232667831953
 2002,Cabo Verde,Monogastrics,0.455396,0.149558625899217
-2002,Cabo Verde,Oilcrops,0.455396,0.0123409076935239
-2002,Cabo Verde,Pulses,0.455396,0.0101384289717081
+2002,Cabo Verde,FruitVeg,0.455396,0.100870451211693
+2002,Cabo Verde,OilcropsPulses,0.455396,0.022479336665232
 2002,Cabo Verde,Starchy Roots,0.455396,0.0421106026403394
+2002,Cabo Verde,Sugar,0.455396,0.0249541058770828
 2003,Cabo Verde,Ruminants,0.462675,0.161108121251418
 2003,Cabo Verde,Cereals,0.462675,0.149712000864538
 2003,Cabo Verde,Monogastrics,0.462675,0.15583573782893
-2003,Cabo Verde,Oilcrops,0.462675,0.0117231317879721
-2003,Cabo Verde,Pulses,0.462675,0.00817420435510888
+2003,Cabo Verde,FruitVeg,0.462675,0.0960847246987626
+2003,Cabo Verde,OilcropsPulses,0.462675,0.019897336143081
 2003,Cabo Verde,Starchy Roots,0.462675,0.0446209542335333
+2003,Cabo Verde,Sugar,0.462675,0.0259361322742746
 2004,Cabo Verde,Ruminants,0.468985,0.160238173928804
 2004,Cabo Verde,Cereals,0.468985,0.151928100045844
 2004,Cabo Verde,Monogastrics,0.468985,0.165531093745003
-2004,Cabo Verde,Oilcrops,0.468985,0.0118319349232918
-2004,Cabo Verde,Pulses,0.468985,0.0067997910380929
+2004,Cabo Verde,FruitVeg,0.468985,0.103689883471753
+2004,Cabo Verde,OilcropsPulses,0.468985,0.0186317259613847
 2004,Cabo Verde,Starchy Roots,0.468985,0.0456624412294636
+2004,Cabo Verde,Sugar,0.468985,0.0261586191456017
 2005,Cabo Verde,Ruminants,0.474224,0.18352824825399
 2005,Cabo Verde,Cereals,0.474224,0.155215678666622
 2005,Cabo Verde,Monogastrics,0.474224,0.174837207733054
-2005,Cabo Verde,Oilcrops,0.474224,0.0119964405006917
-2005,Cabo Verde,Pulses,0.474224,0.0102757346739094
+2005,Cabo Verde,FruitVeg,0.474224,0.0982257329869429
+2005,Cabo Verde,OilcropsPulses,0.474224,0.022272175174601
 2005,Cabo Verde,Starchy Roots,0.474224,0.0502357535679341
+2005,Cabo Verde,Sugar,0.474224,0.0246086237727319
 2006,Cabo Verde,Ruminants,0.478265,0.222057436776682
 2006,Cabo Verde,Cereals,0.478265,0.150734425475416
 2006,Cabo Verde,Monogastrics,0.478265,0.184131809770734
-2006,Cabo Verde,Oilcrops,0.478265,0.0116985353308312
-2006,Cabo Verde,Pulses,0.478265,0.0114476284068456
+2006,Cabo Verde,FruitVeg,0.478265,0.123565387389836
+2006,Cabo Verde,OilcropsPulses,0.478265,0.0231461637376768
 2006,Cabo Verde,Starchy Roots,0.478265,0.0446781595977126
+2006,Cabo Verde,Sugar,0.478265,0.022746803550333
 2007,Cabo Verde,Ruminants,0.481278,0.239580034823948
 2007,Cabo Verde,Cereals,0.481278,0.153212903976496
 2007,Cabo Verde,Monogastrics,0.481278,0.19620302610965
-2007,Cabo Verde,Oilcrops,0.481278,0.0123255166452653
-2007,Cabo Verde,Pulses,0.481278,0.0108585890067695
+2007,Cabo Verde,FruitVeg,0.481278,0.12576515028736
+2007,Cabo Verde,OilcropsPulses,0.481278,0.0231841056520348
 2007,Cabo Verde,Starchy Roots,0.481278,0.0473946450907791
+2007,Cabo Verde,Sugar,0.481278,0.022361296381717
 2008,Cabo Verde,Ruminants,0.483824,0.253912166407619
 2008,Cabo Verde,Cereals,0.483824,0.145517791593637
 2008,Cabo Verde,Monogastrics,0.483824,0.204398706967823
-2008,Cabo Verde,Oilcrops,0.483824,0.0118906875227355
-2008,Cabo Verde,Pulses,0.483824,0.0103467376566685
+2008,Cabo Verde,FruitVeg,0.483824,0.143351714673104
+2008,Cabo Verde,OilcropsPulses,0.483824,0.0222374251794041
 2008,Cabo Verde,Starchy Roots,0.483824,0.0474346043189259
+2008,Cabo Verde,Sugar,0.483824,0.0221857534971395
 2009,Cabo Verde,Ruminants,0.486673,0.249620176175789
 2009,Cabo Verde,Cereals,0.486673,0.147012470385659
 2009,Cabo Verde,Monogastrics,0.486673,0.215714863984647
-2009,Cabo Verde,Oilcrops,0.486673,0.0112005391710656
-2009,Cabo Verde,Pulses,0.486673,0.00977247556367417
+2009,Cabo Verde,FruitVeg,0.486673,0.156320568430959
+2009,Cabo Verde,OilcropsPulses,0.486673,0.0209730147347398
 2009,Cabo Verde,Starchy Roots,0.486673,0.0474117117653948
+2009,Cabo Verde,Sugar,0.486673,0.0227031292058528
 2010,Cabo Verde,Ruminants,0.490379,0.242911910991294
 2010,Cabo Verde,Cereals,0.490379,0.151354360606796
 2010,Cabo Verde,Monogastrics,0.490379,0.21805256750391
-2010,Cabo Verde,Oilcrops,0.490379,0.0112015400333212
-2010,Cabo Verde,Pulses,0.490379,0.00970473857975158
+2010,Cabo Verde,FruitVeg,0.490379,0.166738379906154
+2010,Cabo Verde,OilcropsPulses,0.490379,0.0209062786130727
 2010,Cabo Verde,Starchy Roots,0.490379,0.0448163563284725
+2010,Cabo Verde,Sugar,0.490379,0.0221237043184965
 2011,Cabo Verde,Ruminants,0.495159,0.250951108633792
 2011,Cabo Verde,Cereals,0.495159,0.150315353250168
 2011,Cabo Verde,Monogastrics,0.495159,0.227595580409525
-2011,Cabo Verde,Oilcrops,0.495159,0.010947998521687
-2011,Cabo Verde,Pulses,0.495159,0.0119295014328731
+2011,Cabo Verde,FruitVeg,0.495159,0.157991675401235
+2011,Cabo Verde,OilcropsPulses,0.495159,0.02287749995456
 2011,Cabo Verde,Starchy Roots,0.495159,0.0439858712050069
+2011,Cabo Verde,Sugar,0.495159,0.0219323490030475
 1961,Cambodia,Ruminants,5.872247,0.0631152436196911
 1961,Cambodia,Cereals,5.872247,0.243721526018916
 1961,Cambodia,Monogastrics,5.872247,0.0141562846385719
-1961,Cambodia,Oilcrops,5.872247,0.00622368234851157
-1961,Cambodia,Pulses,5.872247,0.00206292412427475
+1961,Cambodia,FruitVeg,5.872247,0.0958054046432311
+1961,Cambodia,OilcropsPulses,5.872247,0.00828660647278631
 1961,Cambodia,Starchy Roots,5.872247,0.00732428319176629
+1961,Cambodia,Sugar,5.872247,0.0100915373621035
 1962,Cambodia,Ruminants,6.026696,0.0630767007328725
 1962,Cambodia,Cereals,6.026696,0.239164543889388
 1962,Cambodia,Monogastrics,6.026696,0.0162393623305373
-1962,Cambodia,Oilcrops,6.026696,0.00745814953998011
-1962,Cambodia,Pulses,6.026696,0.00120281494205117
+1962,Cambodia,FruitVeg,6.026696,0.0888936491902031
+1962,Cambodia,OilcropsPulses,6.026696,0.00866096448203128
 1962,Cambodia,Starchy Roots,6.026696,0.00695970063862521
+1962,Cambodia,Sugar,6.026696,0.0102915428287738
 1963,Cambodia,Ruminants,6.181137,0.064203883524989
 1963,Cambodia,Cereals,6.181137,0.247669482168087
 1963,Cambodia,Monogastrics,6.181137,0.019374542256546
-1963,Cambodia,Oilcrops,6.181137,0.0065033342571116
-1963,Cambodia,Pulses,6.181137,0.00200610340783581
+1963,Cambodia,FruitVeg,6.181137,0.0993446674940225
+1963,Cambodia,OilcropsPulses,6.181137,0.0085094376649474
 1963,Cambodia,Starchy Roots,6.181137,0.0072510931241291
+1963,Cambodia,Sugar,6.181137,0.00899349100335424
 1964,Cambodia,Ruminants,6.329411,0.0643120505209726
 1964,Cambodia,Cereals,6.329411,0.234572695626813
 1964,Cambodia,Monogastrics,6.329411,0.0242995280287534
-1964,Cambodia,Oilcrops,6.329411,0.00797167382557397
-1964,Cambodia,Pulses,6.329411,0.00237778839136849
+1964,Cambodia,FruitVeg,6.329411,0.104856676237331
+1964,Cambodia,OilcropsPulses,6.329411,0.0103494622169425
 1964,Cambodia,Starchy Roots,6.329411,0.00740274253007112
+1964,Cambodia,Sugar,6.329411,0.0105417391918458
 1965,Cambodia,Ruminants,6.467196,0.0647984999990722
 1965,Cambodia,Cereals,6.467196,0.235592983419708
 1965,Cambodia,Monogastrics,6.467196,0.0276284497949343
-1965,Cambodia,Oilcrops,6.467196,0.00749737598798614
-1965,Cambodia,Pulses,6.467196,0.0023738263074136
+1965,Cambodia,FruitVeg,6.467196,0.0978778128883058
+1965,Cambodia,OilcropsPulses,6.467196,0.00987120229539974
 1965,Cambodia,Starchy Roots,6.467196,0.00811016087961459
+1965,Cambodia,Sugar,6.467196,0.0118114558457792
 1966,Cambodia,Ruminants,6.588993,0.0656405614636409
 1966,Cambodia,Cereals,6.588993,0.237651034080625
 1966,Cambodia,Monogastrics,6.588993,0.030129808910102
-1966,Cambodia,Oilcrops,6.588993,0.00820580625901408
-1966,Cambodia,Pulses,6.588993,0.00332645671349173
+1966,Cambodia,FruitVeg,6.588993,0.0961034561730449
+1966,Cambodia,OilcropsPulses,6.588993,0.0115322629725058
 1966,Cambodia,Starchy Roots,6.588993,0.00513993564722257
+1966,Cambodia,Sugar,6.588993,0.011753389326715
 1967,Cambodia,Ruminants,6.69546,0.0783711948096173
 1967,Cambodia,Cereals,6.69546,0.238374062424389
 1967,Cambodia,Monogastrics,6.69546,0.0332839267204942
-1967,Cambodia,Oilcrops,6.69546,0.00797002745143724
-1967,Cambodia,Pulses,6.69546,0.00290659641010476
+1967,Cambodia,FruitVeg,6.69546,0.0957477156162534
+1967,Cambodia,OilcropsPulses,6.69546,0.010876623861542
 1967,Cambodia,Starchy Roots,6.69546,0.0056569675571208
+1967,Cambodia,Sugar,6.69546,0.0123353735217595
 1968,Cambodia,Ruminants,6.795514,0.0884189334316727
 1968,Cambodia,Cereals,6.795514,0.243867645626218
 1968,Cambodia,Monogastrics,6.795514,0.0355690533490182
-1968,Cambodia,Oilcrops,6.795514,0.00983545909845819
-1968,Cambodia,Pulses,6.795514,0.00164314281450969
+1968,Cambodia,FruitVeg,6.795514,0.0915368579919047
+1968,Cambodia,OilcropsPulses,6.795514,0.0114786019129679
 1968,Cambodia,Starchy Roots,6.795514,0.00838361895803614
+1968,Cambodia,Sugar,6.795514,0.0130672970433142
 1969,Cambodia,Ruminants,6.902025,0.0935199886989688
 1969,Cambodia,Cereals,6.902025,0.244857704804025
 1969,Cambodia,Monogastrics,6.902025,0.0390280243841481
-1969,Cambodia,Oilcrops,6.902025,0.00890043139513404
-1969,Cambodia,Pulses,6.902025,0.00199361781506152
+1969,Cambodia,FruitVeg,6.902025,0.0917374248861747
+1969,Cambodia,OilcropsPulses,6.902025,0.0108940492101956
 1969,Cambodia,Starchy Roots,6.902025,0.00729582984703764
+1969,Cambodia,Sugar,6.902025,0.0116871497857513
 1970,Cambodia,Ruminants,7.022185,0.107582070253062
 1970,Cambodia,Cereals,7.022185,0.259131025457176
 1970,Cambodia,Monogastrics,7.022185,0.0415643563933448
-1970,Cambodia,Oilcrops,7.022185,0.00848525067340151
-1970,Cambodia,Pulses,7.022185,0.000891602827325113
+1970,Cambodia,FruitVeg,7.022185,0.0938096902887064
+1970,Cambodia,OilcropsPulses,7.022185,0.00937685350072663
 1970,Cambodia,Starchy Roots,7.022185,0.00775656010201953
+1970,Cambodia,Sugar,7.022185,0.00952196502940324
 1971,Cambodia,Ruminants,7.167716,0.108339895163257
 1971,Cambodia,Cereals,7.167716,0.256923962947193
 1971,Cambodia,Monogastrics,7.167716,0.0409730379942509
-1971,Cambodia,Oilcrops,7.167716,0.00928482657516006
-1971,Cambodia,Pulses,7.167716,0.00168059113949269
+1971,Cambodia,FruitVeg,7.167716,0.0825373103510239
+1971,Cambodia,OilcropsPulses,7.167716,0.0109654177146528
 1971,Cambodia,Starchy Roots,7.167716,0.00554165371507465
+1971,Cambodia,Sugar,7.167716,0.0089179035553306
 1972,Cambodia,Ruminants,7.331162,0.103626532874325
 1972,Cambodia,Cereals,7.331162,0.25439855237137
 1972,Cambodia,Monogastrics,7.331162,0.0401921141559824
-1972,Cambodia,Oilcrops,7.331162,0.00774979464374133
-1972,Cambodia,Pulses,7.331162,0.000725533005545369
+1972,Cambodia,FruitVeg,7.331162,0.080733859107192
+1972,Cambodia,OilcropsPulses,7.331162,0.0084753276492867
 1972,Cambodia,Starchy Roots,7.331162,0.00652215842454443
+1972,Cambodia,Sugar,7.331162,0.00764858285766977
 1973,Cambodia,Ruminants,7.478147,0.102445819800012
 1973,Cambodia,Cereals,7.478147,0.244335929743023
 1973,Cambodia,Monogastrics,7.478147,0.0393010193568006
-1973,Cambodia,Oilcrops,7.478147,0.00770511732385041
-1973,Cambodia,Pulses,7.478147,0.00142615543663424
+1973,Cambodia,FruitVeg,7.478147,0.0776042514275261
+1973,Cambodia,OilcropsPulses,7.478147,0.00913127276048465
 1973,Cambodia,Starchy Roots,7.478147,0.00825685828320839
+1973,Cambodia,Sugar,7.478147,0.00678363236240208
 1974,Cambodia,Ruminants,7.561583,0.0989766428537517
 1974,Cambodia,Cereals,7.561583,0.242009774937338
 1974,Cambodia,Monogastrics,7.561583,0.0320299995384564
-1974,Cambodia,Oilcrops,7.561583,0.00780286350093625
-1974,Cambodia,Pulses,7.561583,0.00144149710450841
+1974,Cambodia,FruitVeg,7.561583,0.0761318099662465
+1974,Cambodia,OilcropsPulses,7.561583,0.00924436060544465
 1974,Cambodia,Starchy Roots,7.561583,0.00752487938041545
+1974,Cambodia,Sugar,7.561583,0.00577762619282232
 1975,Cambodia,Ruminants,7.551988,0.0710841171887455
 1975,Cambodia,Cereals,7.551988,0.198415304685336
 1975,Cambodia,Monogastrics,7.551988,0.0262958707031844
-1975,Cambodia,Oilcrops,7.551988,0.0076252769469443
-1975,Cambodia,Pulses,7.551988,0.00175582906116906
+1975,Cambodia,FruitVeg,7.551988,0.0758714129312706
+1975,Cambodia,OilcropsPulses,7.551988,0.00938110600811336
 1975,Cambodia,Starchy Roots,7.551988,0.00729609210184126
+1975,Cambodia,Sugar,7.551988,0.00559309681106485
 1976,Cambodia,Ruminants,7.431505,0.0607439139178403
 1976,Cambodia,Cereals,7.431505,0.188122728841601
 1976,Cambodia,Monogastrics,7.431505,0.0199378322425942
-1976,Cambodia,Oilcrops,7.431505,0.00771956689795674
-1976,Cambodia,Pulses,7.431505,0.00216914339692969
+1976,Cambodia,FruitVeg,7.431505,0.0776094478843787
+1976,Cambodia,OilcropsPulses,7.431505,0.00988871029488643
 1976,Cambodia,Starchy Roots,7.431505,0.0087566381237717
+1976,Cambodia,Sugar,7.431505,0.00537670364212902
 1977,Cambodia,Ruminants,7.22205,0.0509263297817102
 1977,Cambodia,Cereals,7.22205,0.190989815910995
 1977,Cambodia,Monogastrics,7.22205,0.0172745134691673
-1977,Cambodia,Oilcrops,7.22205,0.00754716458623244
-1977,Cambodia,Pulses,7.22205,0.0025200600937407
+1977,Cambodia,FruitVeg,7.22205,0.078796325143138
+1977,Cambodia,OilcropsPulses,7.22205,0.0100672246799731
 1977,Cambodia,Starchy Roots,7.22205,0.00983931155281395
+1977,Cambodia,Sugar,7.22205,0.00518038507072092
 1978,Cambodia,Ruminants,6.982522,0.0529275095731886
 1978,Cambodia,Cereals,6.982522,0.203930614182096
 1978,Cambodia,Monogastrics,6.982522,0.0135369713120847
-1978,Cambodia,Oilcrops,6.982522,0.00645898430395207
-1978,Cambodia,Pulses,6.982522,0.00224274266518602
+1978,Cambodia,FruitVeg,6.982522,0.0686773346363964
+1978,Cambodia,OilcropsPulses,6.982522,0.00870172696913809
 1978,Cambodia,Starchy Roots,6.982522,0.0119455405940719
+1978,Cambodia,Sugar,6.982522,0.00458602207053555
 1979,Cambodia,Ruminants,6.795102,0.0549414563607728
 1979,Cambodia,Cereals,6.795102,0.211961939644173
 1979,Cambodia,Monogastrics,6.795102,0.0108138185416496
-1979,Cambodia,Oilcrops,6.795102,0.0053163293207372
-1979,Cambodia,Pulses,6.795102,0.00168901070212044
+1979,Cambodia,FruitVeg,6.795102,0.0735983065449202
+1979,Cambodia,OilcropsPulses,6.795102,0.00700534002285764
 1979,Cambodia,Starchy Roots,6.795102,0.0121631728265448
+1979,Cambodia,Sugar,6.795102,0.00397021266200272
 1980,Cambodia,Ruminants,6.718241,0.0567104395332052
 1980,Cambodia,Cereals,6.718241,0.215198442568523
 1980,Cambodia,Monogastrics,6.718241,0.0102320086463108
-1980,Cambodia,Oilcrops,6.718241,0.00597195009824744
-1980,Cambodia,Pulses,6.718241,0.00121207321976095
+1980,Cambodia,FruitVeg,6.718241,0.0597412328613993
+1980,Cambodia,OilcropsPulses,6.718241,0.00718402331800839
 1980,Cambodia,Starchy Roots,6.718241,0.0285640244224642
+1980,Cambodia,Sugar,6.718241,0.00433595639096603
 1981,Cambodia,Ruminants,6.774509,0.0631115553909516
 1981,Cambodia,Cereals,6.774509,0.226567120952972
 1981,Cambodia,Monogastrics,6.774509,0.0142850500309321
-1981,Cambodia,Oilcrops,6.774509,0.00547670687277853
-1981,Cambodia,Pulses,6.774509,0.00274263418942982
+1981,Cambodia,FruitVeg,6.774509,0.0649028586425968
+1981,Cambodia,OilcropsPulses,6.774509,0.00821934106220835
 1981,Cambodia,Starchy Roots,6.774509,0.0344969650199003
+1981,Cambodia,Sugar,6.774509,0.00325381514734131
 1982,Cambodia,Ruminants,6.945053,0.0739021862036186
 1982,Cambodia,Cereals,6.945053,0.235671923597991
 1982,Cambodia,Monogastrics,6.945053,0.0337168629238683
-1982,Cambodia,Oilcrops,6.945053,0.00560326897433324
-1982,Cambodia,Pulses,6.945053,0.00225196265600853
+1982,Cambodia,FruitVeg,6.945053,0.0718007479568551
+1982,Cambodia,OilcropsPulses,6.945053,0.00785523163034177
 1982,Cambodia,Starchy Roots,6.945053,0.0154570454681915
+1982,Cambodia,Sugar,6.945053,0.001809201456058
 1983,Cambodia,Ruminants,7.196139,0.0805609647062126
 1983,Cambodia,Cereals,7.196139,0.243695403882554
 1983,Cambodia,Monogastrics,7.196139,0.0361946315934142
-1983,Cambodia,Oilcrops,7.196139,0.00666148889008397
-1983,Cambodia,Pulses,7.196139,0.00250134134429588
+1983,Cambodia,FruitVeg,7.196139,0.0741341989086092
+1983,Cambodia,OilcropsPulses,7.196139,0.00916283023437985
 1983,Cambodia,Starchy Roots,7.196139,0.0153137675634114
+1983,Cambodia,Sugar,7.196139,0.00196355295527226
 1984,Cambodia,Ruminants,7.475011,0.0881840976555085
 1984,Cambodia,Cereals,7.475011,0.246224654385124
 1984,Cambodia,Monogastrics,7.475011,0.0418407946155531
-1984,Cambodia,Oilcrops,7.475011,0.00604841919296172
-1984,Cambodia,Pulses,7.475011,0.00186755578018547
+1984,Cambodia,FruitVeg,7.475011,0.0734972831478107
+1984,Cambodia,OilcropsPulses,7.475011,0.0079159749731472
 1984,Cambodia,Starchy Roots,7.475011,0.00679932109798902
+1984,Cambodia,Sugar,7.475011,0.0024749127459478
 1985,Cambodia,Ruminants,7.743065,0.0938569287484994
 1985,Cambodia,Cereals,7.743065,0.235362869871298
 1985,Cambodia,Monogastrics,7.743065,0.0477849662891891
-1985,Cambodia,Oilcrops,7.743065,0.00656329244297962
-1985,Cambodia,Pulses,7.743065,0.0025028848395306
+1985,Cambodia,FruitVeg,7.743065,0.0751633881415176
+1985,Cambodia,OilcropsPulses,7.743065,0.00906617728251022
 1985,Cambodia,Starchy Roots,7.743065,0.00503030776572326
+1985,Cambodia,Sugar,7.743065,0.0021955130171321
 1986,Cambodia,Ruminants,7.990133,0.0986690334190933
 1986,Cambodia,Cereals,7.990133,0.230366628440353
 1986,Cambodia,Monogastrics,7.990133,0.045740039621368
-1986,Cambodia,Oilcrops,7.990133,0.00689525443443808
-1986,Cambodia,Pulses,7.990133,0.00173000874954147
+1986,Cambodia,FruitVeg,7.990133,0.0756827201749958
+1986,Cambodia,OilcropsPulses,7.990133,0.00862526318397954
 1986,Cambodia,Starchy Roots,7.990133,0.0117707677706992
+1986,Cambodia,Sugar,7.990133,0.00262010657394564
 1987,Cambodia,Ruminants,8.228268,0.104563584948862
 1987,Cambodia,Cereals,8.228268,0.250199920566515
 1987,Cambodia,Monogastrics,8.228268,0.0472645519081294
-1987,Cambodia,Oilcrops,8.228268,0.00719410208807005
-1987,Cambodia,Pulses,8.228268,0.00241290147574192
+1987,Cambodia,FruitVeg,8.228268,0.0753007801884917
+1987,Cambodia,OilcropsPulses,8.228268,0.00960700356381197
 1987,Cambodia,Starchy Roots,8.228268,0.00865917347368851
+1987,Cambodia,Sugar,8.228268,0.00194451614847742
 1988,Cambodia,Ruminants,8.467109,0.106085914330381
 1988,Cambodia,Cereals,8.467109,0.242080620433728
 1988,Cambodia,Monogastrics,8.467109,0.0547572140620842
-1988,Cambodia,Oilcrops,8.467109,0.00664063731788501
-1988,Cambodia,Pulses,8.467109,0.0023088163858526
+1988,Cambodia,FruitVeg,8.467109,0.0744386307061832
+1988,Cambodia,OilcropsPulses,8.467109,0.0089494537037376
 1988,Cambodia,Starchy Roots,8.467109,0.0405333154445041
+1988,Cambodia,Sugar,8.467109,0.00229535252233082
 1989,Cambodia,Ruminants,8.72355,0.11406216505895
 1989,Cambodia,Cereals,8.72355,0.245802683540531
 1989,Cambodia,Monogastrics,8.72355,0.0600197396702031
-1989,Cambodia,Oilcrops,8.72355,0.0067359045342779
-1989,Cambodia,Pulses,8.72355,0.00113485908832987
+1989,Cambodia,FruitVeg,8.72355,0.0728963552682108
+1989,Cambodia,OilcropsPulses,8.72355,0.00787076362260777
 1989,Cambodia,Starchy Roots,8.72355,0.0109989625783081
+1989,Cambodia,Sugar,8.72355,0.00166961844661864
 1990,Cambodia,Ruminants,9.008856,0.11537058645404
 1990,Cambodia,Cereals,9.008856,0.258555248302337
 1990,Cambodia,Monogastrics,9.008856,0.0516516525516669
-1990,Cambodia,Oilcrops,9.008856,0.00697835552039016
-1990,Cambodia,Pulses,9.008856,0.00111667896567555
+1990,Cambodia,FruitVeg,9.008856,0.0719730673905766
+1990,Cambodia,OilcropsPulses,9.008856,0.00809503448606571
 1990,Cambodia,Starchy Roots,9.008856,0.0110724380542879
+1990,Cambodia,Sugar,9.008856,0.0023310395903764
 1991,Cambodia,Ruminants,9.323607,0.117515935624485
 1991,Cambodia,Cereals,9.323607,0.271619985698668
 1991,Cambodia,Monogastrics,9.323607,0.0514306748450466
-1991,Cambodia,Oilcrops,9.323607,0.00696554455802352
-1991,Cambodia,Pulses,9.323607,0.00119267146287912
+1991,Cambodia,FruitVeg,9.323607,0.0700170009310774
+1991,Cambodia,OilcropsPulses,9.323607,0.00815821602090264
 1991,Cambodia,Starchy Roots,9.323607,0.0112081086214809
+1991,Cambodia,Sugar,9.323607,0.00277467722524126
 1992,Cambodia,Ruminants,9.659238,0.125778565555585
 1992,Cambodia,Cereals,9.659238,0.265648801696366
 1992,Cambodia,Monogastrics,9.659238,0.063425758843503
-1992,Cambodia,Oilcrops,9.659238,0.00699144176797383
-1992,Cambodia,Pulses,9.659238,0.00122980715456023
+1992,Cambodia,FruitVeg,9.659238,0.06845094820109
+1992,Cambodia,OilcropsPulses,9.659238,0.00822124892253405
 1992,Cambodia,Starchy Roots,9.659238,0.0222274262214059
+1992,Cambodia,Sugar,9.659238,0.00386883520211429
 1993,Cambodia,Ruminants,10.007092,0.127626627195993
 1993,Cambodia,Cereals,10.007092,0.268850531203271
 1993,Cambodia,Monogastrics,10.007092,0.0637739015490214
-1993,Cambodia,Oilcrops,10.007092,0.00712184918455831
-1993,Cambodia,Pulses,10.007092,0.00107813538638398
+1993,Cambodia,FruitVeg,10.007092,0.0675416994267665
+1993,Cambodia,OilcropsPulses,10.007092,0.00819998457094229
 1993,Cambodia,Starchy Roots,10.007092,0.0110408698151271
+1993,Cambodia,Sugar,10.007092,0.00155109995990843
 1994,Cambodia,Ruminants,10.355253,0.125800789222629
 1994,Cambodia,Cereals,10.355253,0.26939119691233
 1994,Cambodia,Monogastrics,10.355253,0.0590438109044753
-1994,Cambodia,Oilcrops,10.355253,0.00665372444304354
-1994,Cambodia,Pulses,10.355253,0.00107549279578201
+1994,Cambodia,FruitVeg,10.355253,0.0664580575674974
+1994,Cambodia,OilcropsPulses,10.355253,0.00772921723882555
 1994,Cambodia,Starchy Roots,10.355253,0.010917164457498
+1994,Cambodia,Sugar,10.355253,0.00350788145881129
 1995,Cambodia,Ruminants,10.694459,0.129234915015336
 1995,Cambodia,Cereals,10.694459,0.269321617858369
 1995,Cambodia,Monogastrics,10.694459,0.0575124370480078
-1995,Cambodia,Oilcrops,10.694459,0.00611456830121094
-1995,Cambodia,Pulses,10.694459,0.00117228931355948
+1995,Cambodia,FruitVeg,10.694459,0.0621006635305255
+1995,Cambodia,OilcropsPulses,10.694459,0.00728685761477042
 1995,Cambodia,Starchy Roots,10.694459,0.0126734788547976
+1995,Cambodia,Sugar,10.694459,0.0029902400860109
 1996,Cambodia,Ruminants,11.022162,0.129255975370349
 1996,Cambodia,Cereals,11.022162,0.242803635076313
 1996,Cambodia,Monogastrics,11.022162,0.0590557006873969
-1996,Cambodia,Oilcrops,11.022162,0.00731880006844392
-1996,Cambodia,Pulses,11.022162,0.0011710951082011
+1996,Cambodia,FruitVeg,11.022162,0.0633052753171293
+1996,Cambodia,OilcropsPulses,11.022162,0.00848989517664502
 1996,Cambodia,Starchy Roots,11.022162,0.0110076407877148
+1996,Cambodia,Sugar,11.022162,0.00635401657134054
 1997,Cambodia,Ruminants,11.338733,0.127464673522165
 1997,Cambodia,Cereals,11.338733,0.240073207473886
 1997,Cambodia,Monogastrics,11.338733,0.0641007244812979
-1997,Cambodia,Oilcrops,11.338733,0.00709797117543909
-1997,Cambodia,Pulses,11.338733,0.00131787211146078
+1997,Cambodia,FruitVeg,11.338733,0.0628541125362067
+1997,Cambodia,OilcropsPulses,11.338733,0.00841584328689987
 1997,Cambodia,Starchy Roots,11.338733,0.0105497677738774
+1997,Cambodia,Sugar,11.338733,0.00796861518831072
 1998,Cambodia,Ruminants,11.641509,0.124191786477165
 1998,Cambodia,Cereals,11.641509,0.252692327085776
 1998,Cambodia,Monogastrics,11.641509,0.0644140720932312
-1998,Cambodia,Oilcrops,11.641509,0.00579151723371944
-1998,Cambodia,Pulses,11.641509,0.00112657216517206
+1998,Cambodia,FruitVeg,11.641509,0.0619840606574285
+1998,Cambodia,OilcropsPulses,11.641509,0.0069180893988915
 1998,Cambodia,Starchy Roots,11.641509,0.00974753358864388
+1998,Cambodia,Sugar,11.641509,0.00863960161865614
 1999,Cambodia,Ruminants,11.928306,0.121907058722337
 1999,Cambodia,Cereals,11.928306,0.255380269419648
 1999,Cambodia,Monogastrics,11.928306,0.0646160485822547
-1999,Cambodia,Oilcrops,11.928306,0.00642035843144869
-1999,Cambodia,Pulses,11.928306,0.00120419445980008
+1999,Cambodia,FruitVeg,11.928306,0.0610224117322275
+1999,Cambodia,OilcropsPulses,11.928306,0.00762455289124877
 1999,Cambodia,Starchy Roots,11.928306,0.0142429277049063
+1999,Cambodia,Sugar,11.928306,0.010016091136495
 2000,Cambodia,Ruminants,12.197905,0.151689310582432
 2000,Cambodia,Cereals,12.197905,0.261329793927728
 2000,Cambodia,Monogastrics,12.197905,0.0647211221927044
-2000,Cambodia,Oilcrops,12.197905,0.00719041507537565
-2000,Cambodia,Pulses,12.197905,0.001170938780061
+2000,Cambodia,FruitVeg,12.197905,0.0628311173107185
+2000,Cambodia,OilcropsPulses,12.197905,0.00836135385543665
 2000,Cambodia,Starchy Roots,12.197905,0.0149216607278053
+2000,Cambodia,Sugar,12.197905,0.010832761855417
 2001,Cambodia,Ruminants,12.448881,0.146153794867185
 2001,Cambodia,Cereals,12.448881,0.251472401415035
 2001,Cambodia,Monogastrics,12.448881,0.0640610027519743
-2001,Cambodia,Oilcrops,12.448881,0.00663915094055442
-2001,Cambodia,Pulses,12.448881,0.00126204114249305
+2001,Cambodia,FruitVeg,12.448881,0.0590245822094371
+2001,Cambodia,OilcropsPulses,12.448881,0.00790119208304746
 2001,Cambodia,Starchy Roots,12.448881,0.0145318282020689
+2001,Cambodia,Sugar,12.448881,0.0145922352378499
 2002,Cambodia,Ruminants,12.681984,0.133252983129454
 2002,Cambodia,Cereals,12.681984,0.254954587547185
 2002,Cambodia,Monogastrics,12.681984,0.063867222983407
-2002,Cambodia,Oilcrops,12.681984,0.00811024521084398
-2002,Cambodia,Pulses,12.681984,0.00147011697854216
+2002,Cambodia,FruitVeg,12.681984,0.059340005475484
+2002,Cambodia,OilcropsPulses,12.681984,0.00958036218938614
 2002,Cambodia,Starchy Roots,12.681984,0.0132976827600476
+2002,Cambodia,Sugar,12.681984,0.0209113179767456
 2003,Cambodia,Ruminants,12.901217,0.13327935651342
 2003,Cambodia,Cereals,12.901217,0.248254563891143
 2003,Cambodia,Monogastrics,12.901217,0.0675249241990116
-2003,Cambodia,Oilcrops,12.901217,0.0100114586089049
-2003,Cambodia,Pulses,12.901217,0.00236799365517222
+2003,Cambodia,FruitVeg,12.901217,0.0572769995264788
+2003,Cambodia,OilcropsPulses,12.901217,0.0123794522640771
 2003,Cambodia,Starchy Roots,12.901217,0.0257581125873629
+2003,Cambodia,Sugar,12.901217,0.0197221703967928
 2004,Cambodia,Ruminants,13.112334,0.133046778704691
 2004,Cambodia,Cereals,13.112334,0.2415729343075
 2004,Cambodia,Monogastrics,13.112334,0.067829526002007
-2004,Cambodia,Oilcrops,13.112334,0.0106290764100426
-2004,Cambodia,Pulses,13.112334,0.00230454776396025
+2004,Cambodia,FruitVeg,13.112334,0.0586665958936067
+2004,Cambodia,OilcropsPulses,13.112334,0.0129336241740029
 2004,Cambodia,Starchy Roots,13.112334,0.0277184061967915
+2004,Cambodia,Sugar,13.112334,0.0253272987097492
 2005,Cambodia,Ruminants,13.320058,0.139230039388717
 2005,Cambodia,Cereals,13.320058,0.25177045024879
 2005,Cambodia,Monogastrics,13.320058,0.0673902996518484
-2005,Cambodia,Oilcrops,13.320058,0.0112473233975408
-2005,Cambodia,Pulses,13.320058,0.00246733159870625
+2005,Cambodia,FruitVeg,13.320058,0.0587369814756062
+2005,Cambodia,OilcropsPulses,13.320058,0.013714654996247
 2005,Cambodia,Starchy Roots,13.320058,0.0279911694078209
+2005,Cambodia,Sugar,13.320058,0.0202814432189409
 2006,Cambodia,Ruminants,13.52536,0.144883892184755
 2006,Cambodia,Cereals,13.52536,0.253209748206332
 2006,Cambodia,Monogastrics,13.52536,0.0666850642053151
-2006,Cambodia,Oilcrops,13.52536,0.011925301803427
-2006,Cambodia,Pulses,13.52536,0.00264192598200713
+2006,Cambodia,FruitVeg,13.52536,0.0596399652208888
+2006,Cambodia,OilcropsPulses,13.52536,0.0145672277854342
 2006,Cambodia,Starchy Roots,13.52536,0.0297700024250741
+2006,Cambodia,Sugar,13.52536,0.0199318169719697
 2007,Cambodia,Ruminants,13.7287,0.143148761353952
 2007,Cambodia,Cereals,13.7287,0.254328960498809
 2007,Cambodia,Monogastrics,13.7287,0.0673919890448477
-2007,Cambodia,Oilcrops,13.7287,0.0121907391085827
-2007,Cambodia,Pulses,13.7287,0.00285096185363509
+2007,Cambodia,FruitVeg,13.7287,0.0592439925120368
+2007,Cambodia,OilcropsPulses,13.7287,0.0150417009622178
 2007,Cambodia,Starchy Roots,13.7287,0.0295186725618595
+2007,Cambodia,Sugar,13.7287,0.0199962123143488
 2008,Cambodia,Ruminants,13.93366,0.142352597953445
 2008,Cambodia,Cereals,13.93366,0.253733835905283
 2008,Cambodia,Monogastrics,13.93366,0.065976053671469
-2008,Cambodia,Oilcrops,13.93366,0.0122766021275099
-2008,Cambodia,Pulses,13.93366,0.00343456062513367
+2008,Cambodia,FruitVeg,13.93366,0.0583453306597118
+2008,Cambodia,OilcropsPulses,13.93366,0.0157111627526436
 2008,Cambodia,Starchy Roots,13.93366,0.030590024444403
+2008,Cambodia,Sugar,13.93366,0.0234183265559803
 2009,Cambodia,Ruminants,14.144337,0.144776287499372
 2009,Cambodia,Cereals,14.144337,0.253303778042053
 2009,Cambodia,Monogastrics,14.144337,0.0660248550356231
-2009,Cambodia,Oilcrops,14.144337,0.0114310059213097
-2009,Cambodia,Pulses,14.144337,0.00405151545809464
+2009,Cambodia,FruitVeg,14.144337,0.0623979052535301
+2009,Cambodia,OilcropsPulses,14.144337,0.0154825213794044
 2009,Cambodia,Starchy Roots,14.144337,0.0326345448358591
+2009,Cambodia,Sugar,14.144337,0.0220085253907624
 2010,Cambodia,Ruminants,14.363586,0.136384556057241
 2010,Cambodia,Cereals,14.363586,0.255859992066048
 2010,Cambodia,Monogastrics,14.363586,0.0596625800827175
-2010,Cambodia,Oilcrops,14.363586,0.0121159855206075
-2010,Cambodia,Pulses,14.363586,0.00464967453113728
+2010,Cambodia,FruitVeg,14.363586,0.0607869093414416
+2010,Cambodia,OilcropsPulses,14.363586,0.0167656600517447
 2010,Cambodia,Starchy Roots,14.363586,0.0336230102984032
+2010,Cambodia,Sugar,14.363586,0.0218548487821913
 2011,Cambodia,Ruminants,14.593099,0.135239903463959
 2011,Cambodia,Cereals,14.593099,0.2567520442368
 2011,Cambodia,Monogastrics,14.593099,0.0610199245547502
-2011,Cambodia,Oilcrops,14.593099,0.0123951053850865
-2011,Cambodia,Pulses,14.593099,0.00494240462563846
+2011,Cambodia,FruitVeg,14.593099,0.0643088215875189
+2011,Cambodia,OilcropsPulses,14.593099,0.0173375100107249
 2011,Cambodia,Starchy Roots,14.593099,0.0323426161913929
+2011,Cambodia,Sugar,14.593099,0.0203671612177783
 1961,Cameroon,Ruminants,5.474509,0.202537140773721
 1961,Cameroon,Cereals,5.474509,0.11532376693508
 1961,Cameroon,Monogastrics,5.474509,0.00617324768303422
-1961,Cameroon,Oilcrops,5.474509,0.0142661195734631
-1961,Cameroon,Pulses,5.474509,0.00685102536136117
+1961,Cameroon,FruitVeg,5.474509,0.139501277648827
+1961,Cameroon,OilcropsPulses,5.474509,0.0211171449348243
 1961,Cameroon,Starchy Roots,5.474509,0.182436452291886
+1961,Cameroon,Sugar,5.474509,0.00123773657144412
 1962,Cameroon,Ruminants,5.593768,0.202529600798603
 1962,Cameroon,Cereals,5.593768,0.11183749486929
 1962,Cameroon,Monogastrics,5.593768,0.00613311099065961
-1962,Cameroon,Oilcrops,5.593768,0.0147676843229823
-1962,Cameroon,Pulses,5.593768,0.00645843731810114
+1962,Cameroon,FruitVeg,5.593768,0.155778180289208
+1962,Cameroon,OilcropsPulses,5.593768,0.0212261216410834
 1962,Cameroon,Starchy Roots,5.593768,0.181131752335814
+1962,Cameroon,Sugar,5.593768,0.0013121745485333
 1963,Cameroon,Ruminants,5.719135,0.207800253010289
 1963,Cameroon,Cereals,5.719135,0.112370664444885
 1963,Cameroon,Monogastrics,5.719135,0.00647470290524704
-1963,Cameroon,Oilcrops,5.719135,0.0150508774491247
-1963,Cameroon,Pulses,5.719135,0.00680452550953947
+1963,Cameroon,FruitVeg,5.719135,0.158352443157925
+1963,Cameroon,OilcropsPulses,5.719135,0.0218554029586642
 1963,Cameroon,Starchy Roots,5.719135,0.191388033330215
+1963,Cameroon,Sugar,5.719135,0.00129337740759748
 1964,Cameroon,Ruminants,5.850454,0.183577650554983
 1964,Cameroon,Cereals,5.850454,0.110672778557015
 1964,Cameroon,Monogastrics,5.850454,0.00738084599930193
-1964,Cameroon,Oilcrops,5.850454,0.0146573240298958
-1964,Cameroon,Pulses,5.850454,0.00695928897142
+1964,Cameroon,FruitVeg,5.850454,0.201102854581884
+1964,Cameroon,OilcropsPulses,5.850454,0.0216166130013158
 1964,Cameroon,Starchy Roots,5.850454,0.177622796453062
+1964,Cameroon,Sugar,5.850454,0.00155423835483537
 1965,Cameroon,Ruminants,5.987671,0.192739965171767
 1965,Cameroon,Cereals,5.987671,0.107767945165992
 1965,Cameroon,Monogastrics,5.987671,0.00748003689581475
-1965,Cameroon,Oilcrops,5.987671,0.0162079713464551
-1965,Cameroon,Pulses,5.987671,0.00640432649021631
+1965,Cameroon,FruitVeg,5.987671,0.141968221032852
+1965,Cameroon,OilcropsPulses,5.987671,0.0226122978366714
 1965,Cameroon,Starchy Roots,5.987671,0.179309117017284
+1965,Cameroon,Sugar,5.987671,0.00181857019198283
 1966,Cameroon,Ruminants,6.13099,0.19891273676845
 1966,Cameroon,Cereals,6.13099,0.109234723918976
 1966,Cameroon,Monogastrics,6.13099,0.0082277087387192
-1966,Cameroon,Oilcrops,6.13099,0.0180716328031851
-1966,Cameroon,Pulses,6.13099,0.00618480865243623
+1966,Cameroon,FruitVeg,6.13099,0.159338214546101
+1966,Cameroon,OilcropsPulses,6.13099,0.0242564414556214
 1966,Cameroon,Starchy Roots,6.13099,0.1773676029483
+1966,Cameroon,Sugar,6.13099,0.00202071769812053
 1967,Cameroon,Ruminants,6.280743,0.203336866354825
 1967,Cameroon,Cereals,6.280743,0.100355483419716
 1967,Cameroon,Monogastrics,6.280743,0.0082592457612101
-1967,Cameroon,Oilcrops,6.280743,0.0171100775815855
-1967,Cameroon,Pulses,6.280743,0.0037495563821032
+1967,Cameroon,FruitVeg,6.280743,0.182575692079743
+1967,Cameroon,OilcropsPulses,6.280743,0.0208596339636887
 1967,Cameroon,Starchy Roots,6.280743,0.187581310045643
+1967,Cameroon,Sugar,6.280743,0.00243362926965806
 1968,Cameroon,Ruminants,6.437157,0.205714945277861
 1968,Cameroon,Cereals,6.437157,0.104798748888679
 1968,Cameroon,Monogastrics,6.437157,0.00960546713401584
-1968,Cameroon,Oilcrops,6.437157,0.0178205999946871
-1968,Cameroon,Pulses,6.437157,0.00392036422290151
+1968,Cameroon,FruitVeg,6.437157,0.183276406028313
+1968,Cameroon,OilcropsPulses,6.437157,0.0217409642175886
 1968,Cameroon,Starchy Roots,6.437157,0.188378813814856
+1968,Cameroon,Sugar,6.437157,0.00239034095331215
 1969,Cameroon,Ruminants,6.600479,0.210056194406497
 1969,Cameroon,Cereals,6.600479,0.118093701987386
 1969,Cameroon,Monogastrics,6.600479,0.0104583924893936
-1969,Cameroon,Oilcrops,6.600479,0.0190698281139899
-1969,Cameroon,Pulses,6.600479,0.00588169434369839
+1969,Cameroon,FruitVeg,6.600479,0.155161314807607
+1969,Cameroon,OilcropsPulses,6.600479,0.0249515224576883
 1969,Cameroon,Starchy Roots,6.600479,0.167046967348885
+1969,Cameroon,Sugar,6.600479,0.00325309723733687
 1970,Cameroon,Ruminants,6.770967,0.228394851134262
 1970,Cameroon,Cereals,6.770967,0.110820950685478
 1970,Cameroon,Monogastrics,6.770967,0.0107462641599051
-1970,Cameroon,Oilcrops,6.770967,0.0201833800105657
-1970,Cameroon,Pulses,6.770967,0.0061478663239682
+1970,Cameroon,FruitVeg,6.770967,0.16756203360613
+1970,Cameroon,OilcropsPulses,6.770967,0.0263312463345339
 1970,Cameroon,Starchy Roots,6.770967,0.171978980254962
+1970,Cameroon,Sugar,6.770967,0.00384154877730168
 1971,Cameroon,Ruminants,6.948847,0.227558197784467
 1971,Cameroon,Cereals,6.948847,0.112403827570243
 1971,Cameroon,Monogastrics,6.948847,0.010999954380921
-1971,Cameroon,Oilcrops,6.948847,0.0220951763652301
-1971,Cameroon,Pulses,6.948847,0.007225803072078
+1971,Cameroon,FruitVeg,6.948847,0.174108452812387
+1971,Cameroon,OilcropsPulses,6.948847,0.0293209794373081
 1971,Cameroon,Starchy Roots,6.948847,0.171375913155089
+1971,Cameroon,Sugar,6.948847,0.00407304981675377
 1972,Cameroon,Ruminants,7.134374,0.224446573728823
 1972,Cameroon,Cereals,7.134374,0.109541075362744
 1972,Cameroon,Monogastrics,7.134374,0.0112449109059884
-1972,Cameroon,Oilcrops,7.134374,0.0234554566385222
-1972,Cameroon,Pulses,7.134374,0.00776340012452389
+1972,Cameroon,FruitVeg,7.134374,0.180756433570766
+1972,Cameroon,OilcropsPulses,7.134374,0.0312188567630461
 1972,Cameroon,Starchy Roots,7.134374,0.186531572356594
+1972,Cameroon,Sugar,7.134374,0.00414500277109106
 1973,Cameroon,Ruminants,7.327874,0.222477815530125
 1973,Cameroon,Cereals,7.327874,0.107172557825094
 1973,Cameroon,Monogastrics,7.327874,0.0111109443202762
-1973,Cameroon,Oilcrops,7.327874,0.0219928726940447
-1973,Cameroon,Pulses,7.327874,0.00794473267416989
+1973,Cameroon,FruitVeg,7.327874,0.189893276003381
+1973,Cameroon,OilcropsPulses,7.327874,0.0299376053682146
 1973,Cameroon,Starchy Roots,7.327874,0.190346477027307
+1973,Cameroon,Sugar,7.327874,0.0042719075136936
 1974,Cameroon,Ruminants,7.529704,0.221010188448311
 1974,Cameroon,Cereals,7.529704,0.109981481343755
 1974,Cameroon,Monogastrics,7.529704,0.0111166122864856
-1974,Cameroon,Oilcrops,7.529704,0.0225257194705131
-1974,Cameroon,Pulses,7.529704,0.00823525068183291
+1974,Cameroon,FruitVeg,7.529704,0.210436027764172
+1974,Cameroon,OilcropsPulses,7.529704,0.030760970152346
 1974,Cameroon,Starchy Roots,7.529704,0.195978221720269
+1974,Cameroon,Sugar,7.529704,0.00518798614128789
 1975,Cameroon,Ruminants,7.740196,0.219326112672082
 1975,Cameroon,Cereals,7.740196,0.110973288014929
 1975,Cameroon,Monogastrics,7.740196,0.0106009718616945
-1975,Cameroon,Oilcrops,7.740196,0.0226339229652582
-1975,Cameroon,Pulses,7.740196,0.00939989116554671
+1975,Cameroon,FruitVeg,7.740196,0.191510137469387
+1975,Cameroon,OilcropsPulses,7.740196,0.032033814130805
 1975,Cameroon,Starchy Roots,7.740196,0.186315178582041
+1975,Cameroon,Sugar,7.740196,0.00492894495178158
 1976,Cameroon,Ruminants,7.9595,0.225879577862931
 1976,Cameroon,Cereals,7.9595,0.109438909479239
 1976,Cameroon,Monogastrics,7.9595,0.0131369055845216
-1976,Cameroon,Oilcrops,7.9595,0.0227344682454928
-1976,Cameroon,Pulses,7.9595,0.00971417802625793
+1976,Cameroon,FruitVeg,7.9595,0.178586343363277
+1976,Cameroon,OilcropsPulses,7.9595,0.0324486462717507
 1976,Cameroon,Starchy Roots,7.9595,0.175841196055029
+1976,Cameroon,Sugar,7.9595,0.00507343426094604
 1977,Cameroon,Ruminants,8.18784,0.229978162738891
 1977,Cameroon,Cereals,8.18784,0.110856709461836
 1977,Cameroon,Monogastrics,8.18784,0.0138189437018799
-1977,Cameroon,Oilcrops,8.18784,0.0190238206901942
-1977,Cameroon,Pulses,8.18784,0.010144555829132
+1977,Cameroon,FruitVeg,8.18784,0.189374242779536
+1977,Cameroon,OilcropsPulses,8.18784,0.0291683765193262
 1977,Cameroon,Starchy Roots,8.18784,0.172396505061164
+1977,Cameroon,Sugar,8.18784,0.00590754093875796
 1978,Cameroon,Ruminants,8.425707,0.228701983109548
 1978,Cameroon,Cereals,8.425707,0.11354002696747
 1978,Cameroon,Monogastrics,8.425707,0.014606940402746
-1978,Cameroon,Oilcrops,8.425707,0.0190388770936374
-1978,Cameroon,Pulses,8.425707,0.00894108945397698
+1978,Cameroon,FruitVeg,8.425707,0.212675446701387
+1978,Cameroon,OilcropsPulses,8.425707,0.0279799665476143
 1978,Cameroon,Starchy Roots,8.425707,0.147604586772362
+1978,Cameroon,Sugar,8.425707,0.00603510186148177
 1979,Cameroon,Ruminants,8.673666,0.229437806343938
 1979,Cameroon,Cereals,8.673666,0.116165413793891
 1979,Cameroon,Monogastrics,8.673666,0.015332663259111
-1979,Cameroon,Oilcrops,8.673666,0.0191805863864253
-1979,Cameroon,Pulses,8.673666,0.00917028624344078
+1979,Cameroon,FruitVeg,8.673666,0.206090020067639
+1979,Cameroon,OilcropsPulses,8.673666,0.0283508726298661
 1979,Cameroon,Starchy Roots,8.673666,0.143044359789736
+1979,Cameroon,Sugar,8.673666,0.00660908547781296
 1980,Cameroon,Ruminants,8.932121,0.231897395926455
 1980,Cameroon,Cereals,8.932121,0.11058672402669
 1980,Cameroon,Monogastrics,8.932121,0.0151912854740772
-1980,Cameroon,Oilcrops,8.932121,0.0216767103804348
-1980,Cameroon,Pulses,8.932121,0.00928715587260853
+1980,Cameroon,FruitVeg,8.932121,0.208785013100472
+1980,Cameroon,OilcropsPulses,8.932121,0.0309638662530434
 1980,Cameroon,Starchy Roots,8.932121,0.140643191018124
+1980,Cameroon,Sugar,8.932121,0.00695769795326328
 1981,Cameroon,Ruminants,9.201146,0.213015498286844
 1981,Cameroon,Cereals,9.201146,0.102921962112111
 1981,Cameroon,Monogastrics,9.201146,0.0136322366800831
-1981,Cameroon,Oilcrops,9.201146,0.0199589268554156
-1981,Cameroon,Pulses,9.201146,0.0094180659670002
+1981,Cameroon,FruitVeg,9.201146,0.211813071980382
+1981,Cameroon,OilcropsPulses,9.201146,0.0293769928224158
 1981,Cameroon,Starchy Roots,9.201146,0.141238710917097
+1981,Cameroon,Sugar,9.201146,0.00718964789820746
 1982,Cameroon,Ruminants,9.480638,0.216088695718579
 1982,Cameroon,Cereals,9.480638,0.101517851435737
 1982,Cameroon,Monogastrics,9.480638,0.0118978174253674
-1982,Cameroon,Oilcrops,9.480638,0.0200928460721736
-1982,Cameroon,Pulses,9.480638,0.00938280735958909
+1982,Cameroon,FruitVeg,9.480638,0.210560829345029
+1982,Cameroon,OilcropsPulses,9.480638,0.0294756534317627
 1982,Cameroon,Starchy Roots,9.480638,0.151492758187793
+1982,Cameroon,Sugar,9.480638,0.00670113129517233
 1983,Cameroon,Ruminants,9.770555,0.218610662342108
 1983,Cameroon,Cereals,9.770555,0.0961943308235817
 1983,Cameroon,Monogastrics,9.770555,0.0120217838188312
-1983,Cameroon,Oilcrops,9.770555,0.0181973286062051
-1983,Cameroon,Pulses,9.770555,0.00948748561366268
+1983,Cameroon,FruitVeg,9.770555,0.231087998583499
+1983,Cameroon,OilcropsPulses,9.770555,0.0276848142198678
 1983,Cameroon,Starchy Roots,9.770555,0.144284536548845
+1983,Cameroon,Sugar,9.770555,0.00695579729094202
 1984,Cameroon,Ruminants,10.070779,0.241402805085883
 1984,Cameroon,Cereals,10.070779,0.0933162171466577
 1984,Cameroon,Monogastrics,10.070779,0.0132653193958481
-1984,Cameroon,Oilcrops,10.070779,0.0169918335016586
-1984,Cameroon,Pulses,10.070779,0.00477679035554251
+1984,Cameroon,FruitVeg,10.070779,0.203689704639532
+1984,Cameroon,OilcropsPulses,10.070779,0.0217686238572011
 1984,Cameroon,Starchy Roots,10.070779,0.150106064287579
+1984,Cameroon,Sugar,10.070779,0.0048500716776726
 1985,Cameroon,Ruminants,10.381098,0.241580784614498
 1985,Cameroon,Cereals,10.381098,0.093163844518181
 1985,Cameroon,Monogastrics,10.381098,0.0160051181483885
-1985,Cameroon,Oilcrops,10.381098,0.0169481108838391
-1985,Cameroon,Pulses,10.381098,0.00477300185394647
+1985,Cameroon,FruitVeg,10.381098,0.224400732947517
+1985,Cameroon,OilcropsPulses,10.381098,0.0217211127377855
 1985,Cameroon,Starchy Roots,10.381098,0.153137172965711
+1985,Cameroon,Sugar,10.381098,0.00479833636095141
 1986,Cameroon,Ruminants,10.701458,0.252639883275718
 1986,Cameroon,Cereals,10.701458,0.102999890295322
 1986,Cameroon,Monogastrics,10.701458,0.0199864168041401
-1986,Cameroon,Oilcrops,10.701458,0.0151244811688276
-1986,Cameroon,Pulses,10.701458,0.00533478709162808
+1986,Cameroon,FruitVeg,10.701458,0.225562815833132
+1986,Cameroon,OilcropsPulses,10.701458,0.0204592682604557
 1986,Cameroon,Starchy Roots,10.701458,0.152276633707295
+1986,Cameroon,Sugar,10.701458,0.00557260515342863
 1987,Cameroon,Ruminants,11.031515,0.26329775194069
 1987,Cameroon,Cereals,11.031515,0.106387563267602
 1987,Cameroon,Monogastrics,11.031515,0.0186539020252431
-1987,Cameroon,Oilcrops,11.031515,0.0142551589695522
-1987,Cameroon,Pulses,11.031515,0.0030637677599133
+1987,Cameroon,FruitVeg,11.031515,0.180068286178281
+1987,Cameroon,OilcropsPulses,11.031515,0.0173189267294655
 1987,Cameroon,Starchy Roots,11.031515,0.139197200021937
+1987,Cameroon,Sugar,11.031515,0.00596282559557776
 1988,Cameroon,Ruminants,11.370394,0.259771033440002
 1988,Cameroon,Cereals,11.370394,0.110137168509728
 1988,Cameroon,Monogastrics,11.370394,0.015886265682614
-1988,Cameroon,Oilcrops,11.370394,0.0147830409394784
-1988,Cameroon,Pulses,11.370394,0.00474469046543154
+1988,Cameroon,FruitVeg,11.370394,0.167160698213272
+1988,Cameroon,OilcropsPulses,11.370394,0.01952773140491
 1988,Cameroon,Starchy Roots,11.370394,0.123696593099588
+1988,Cameroon,Sugar,11.370394,0.00593312773506353
 1989,Cameroon,Ruminants,11.716975,0.264341265557023
 1989,Cameroon,Cereals,11.716975,0.113176395784748
 1989,Cameroon,Monogastrics,11.716975,0.0159838610221495
-1989,Cameroon,Oilcrops,11.716975,0.013786493527553
-1989,Cameroon,Pulses,11.716975,0.00408168490587374
+1989,Cameroon,FruitVeg,11.716975,0.183378986470484
+1989,Cameroon,OilcropsPulses,11.716975,0.0178681784334267
 1989,Cameroon,Starchy Roots,11.716975,0.122023474488936
+1989,Cameroon,Sugar,11.716975,0.00547129271847042
 1990,Cameroon,Ruminants,12.070359,0.257616455318355
 1990,Cameroon,Cereals,12.070359,0.10437659724951
 1990,Cameroon,Monogastrics,12.070359,0.0157648086523359
-1990,Cameroon,Oilcrops,12.070359,0.0129643202824373
-1990,Cameroon,Pulses,12.070359,0.00467724282268655
+1990,Cameroon,FruitVeg,12.070359,0.170758798474842
+1990,Cameroon,OilcropsPulses,12.070359,0.0176415631051239
 1990,Cameroon,Starchy Roots,12.070359,0.147159500392656
+1990,Cameroon,Sugar,12.070359,0.0063756181568419
 1991,Cameroon,Ruminants,12.430311,0.25077946159191
 1991,Cameroon,Cereals,12.430311,0.0998494727927564
 1991,Cameroon,Monogastrics,12.430311,0.0143938554715164
-1991,Cameroon,Oilcrops,12.430311,0.0137883114911606
-1991,Cameroon,Pulses,12.430311,0.0055665542076944
+1991,Cameroon,FruitVeg,12.430311,0.177102970311845
+1991,Cameroon,OilcropsPulses,12.430311,0.019354865698855
 1991,Cameroon,Starchy Roots,12.430311,0.144561145734809
+1991,Cameroon,Sugar,12.430311,0.00615591999266953
 1992,Cameroon,Ruminants,12.796739,0.249541457397857
 1992,Cameroon,Cereals,12.796739,0.114645066997147
 1992,Cameroon,Monogastrics,12.796739,0.0139132242987842
-1992,Cameroon,Oilcrops,12.796739,0.0130253496613473
-1992,Cameroon,Pulses,12.796739,0.00607029650288249
+1992,Cameroon,FruitVeg,12.796739,0.185463812304056
+1992,Cameroon,OilcropsPulses,12.796739,0.0190956461642298
 1992,Cameroon,Starchy Roots,12.796739,0.142684085375188
+1992,Cameroon,Sugar,12.796739,0.0064939200526009
 1993,Cameroon,Ruminants,13.1691,0.245916744500383
 1993,Cameroon,Cereals,13.1691,0.101802552945911
 1993,Cameroon,Monogastrics,13.1691,0.013275356706229
-1993,Cameroon,Oilcrops,13.1691,0.0136393527272175
-1993,Cameroon,Pulses,13.1691,0.00653879156510316
+1993,Cameroon,FruitVeg,13.1691,0.190474292092854
+1993,Cameroon,OilcropsPulses,13.1691,0.0201781442923207
 1993,Cameroon,Starchy Roots,13.1691,0.139993849237989
+1993,Cameroon,Sugar,13.1691,0.0066539095306437
 1994,Cameroon,Ruminants,13.546823,0.228105630375476
 1994,Cameroon,Cereals,13.546823,0.100045006862495
 1994,Cameroon,Monogastrics,13.546823,0.0129997860014854
-1994,Cameroon,Oilcrops,13.546823,0.0154283406522695
-1994,Cameroon,Pulses,13.546823,0.00767574803332117
+1994,Cameroon,FruitVeg,13.546823,0.195375402778939
+1994,Cameroon,OilcropsPulses,13.546823,0.0231040886855907
 1994,Cameroon,Starchy Roots,13.546823,0.141344874735575
+1994,Cameroon,Sugar,13.546823,0.00620226602207765
 1995,Cameroon,Ruminants,13.929575,0.225860631067351
 1995,Cameroon,Cereals,13.929575,0.101983800654363
 1995,Cameroon,Monogastrics,13.929575,0.0127759676802774
-1995,Cameroon,Oilcrops,13.929575,0.0150493464445254
-1995,Cameroon,Pulses,13.929575,0.00872790447662617
+1995,Cameroon,FruitVeg,13.929575,0.195767566490722
+1995,Cameroon,OilcropsPulses,13.929575,0.0237772509211516
 1995,Cameroon,Starchy Roots,13.929575,0.142326022150712
+1995,Cameroon,Sugar,13.929575,0.00646545210460477
 1996,Cameroon,Ruminants,14.317191,0.244045141257108
 1996,Cameroon,Cereals,14.317191,0.100782409063342
 1996,Cameroon,Monogastrics,14.317191,0.0129175827856177
-1996,Cameroon,Oilcrops,14.317191,0.0153106848962202
-1996,Cameroon,Pulses,14.317191,0.00971461510850836
+1996,Cameroon,FruitVeg,14.317191,0.197528900745963
+1996,Cameroon,OilcropsPulses,14.317191,0.0250253000047286
 1996,Cameroon,Starchy Roots,14.317191,0.135711956346744
+1996,Cameroon,Sugar,14.317191,0.00681418582737354
 1997,Cameroon,Ruminants,14.709961,0.219927075265529
 1997,Cameroon,Cereals,14.709961,0.102836778425177
 1997,Cameroon,Monogastrics,14.709961,0.0138855840610318
-1997,Cameroon,Oilcrops,14.709961,0.0158984785887604
-1997,Cameroon,Pulses,14.709961,0.0105267444284862
+1997,Cameroon,FruitVeg,14.709961,0.18586038399422
+1997,Cameroon,OilcropsPulses,14.709961,0.0264252230172466
 1997,Cameroon,Starchy Roots,14.709961,0.153510944046691
+1997,Cameroon,Sugar,14.709961,0.00888030906404171
 1998,Cameroon,Ruminants,15.10863,0.218139745297886
 1998,Cameroon,Cereals,15.10863,0.104918712020878
 1998,Cameroon,Monogastrics,15.10863,0.015770748241237
-1998,Cameroon,Oilcrops,15.10863,0.0147221819582583
-1998,Cameroon,Pulses,15.10863,0.0113536435798613
+1998,Cameroon,FruitVeg,15.10863,0.186055519262832
+1998,Cameroon,OilcropsPulses,15.10863,0.0260758255381196
 1998,Cameroon,Starchy Roots,15.10863,0.145919385146105
+1998,Cameroon,Sugar,15.10863,0.00731396559449798
 1999,Cameroon,Ruminants,15.514249,0.237656150806913
 1999,Cameroon,Cereals,15.514249,0.107463596852158
 1999,Cameroon,Monogastrics,15.514249,0.015108652697272
-1999,Cameroon,Oilcrops,15.514249,0.0158725697905197
-1999,Cameroon,Pulses,15.514249,0.0130111357630008
+1999,Cameroon,FruitVeg,15.514249,0.181403817870913
+1999,Cameroon,OilcropsPulses,15.514249,0.0288837055535205
 1999,Cameroon,Starchy Roots,15.514249,0.145474266914241
+1999,Cameroon,Sugar,15.514249,0.00685569762352016
 2000,Cameroon,Ruminants,15.927713,0.238151654289602
 2000,Cameroon,Cereals,15.927713,0.103706351313588
 2000,Cameroon,Monogastrics,15.927713,0.015989407895534
-2000,Cameroon,Oilcrops,15.927713,0.0174782154851735
-2000,Cameroon,Pulses,15.927713,0.0135292493027718
+2000,Cameroon,FruitVeg,15.927713,0.176646578199896
+2000,Cameroon,OilcropsPulses,15.927713,0.0310074647879454
 2000,Cameroon,Starchy Roots,15.927713,0.142946322551141
+2000,Cameroon,Sugar,15.927713,0.00854567130886901
 2001,Cameroon,Ruminants,16.349364,0.236286640874838
 2001,Cameroon,Cereals,16.349364,0.116055890614461
 2001,Cameroon,Monogastrics,16.349364,0.0155160286357316
-2001,Cameroon,Oilcrops,16.349364,0.0175813566815198
-2001,Cameroon,Pulses,16.349364,0.0138044513535817
+2001,Cameroon,FruitVeg,16.349364,0.172751979832365
+2001,Cameroon,OilcropsPulses,16.349364,0.0313858080351016
 2001,Cameroon,Starchy Roots,16.349364,0.140535864269705
+2001,Cameroon,Sugar,16.349364,0.00870725001902215
 2002,Cameroon,Ruminants,16.779434,0.225227477875595
 2002,Cameroon,Cereals,16.779434,0.113373371235287
 2002,Cameroon,Monogastrics,16.779434,0.0172722929748405
-2002,Cameroon,Oilcrops,16.779434,0.0179040008143302
-2002,Cameroon,Pulses,16.779434,0.0143881492069399
+2002,Cameroon,FruitVeg,16.779434,0.178838988251928
+2002,Cameroon,OilcropsPulses,16.779434,0.0322921500212701
 2002,Cameroon,Starchy Roots,16.779434,0.139998583980842
+2002,Cameroon,Sugar,16.779434,0.0105126311173547
 2003,Cameroon,Ruminants,17.218591,0.221444489854019
 2003,Cameroon,Cereals,17.218591,0.118631425765325
 2003,Cameroon,Monogastrics,17.218591,0.0182193479129622
-2003,Cameroon,Oilcrops,17.218591,0.0214904924566708
-2003,Cameroon,Pulses,17.218591,0.014529353766519
+2003,Cameroon,FruitVeg,17.218591,0.175814269588028
+2003,Cameroon,OilcropsPulses,17.218591,0.0360198462231898
 2003,Cameroon,Starchy Roots,17.218591,0.138701418716549
+2003,Cameroon,Sugar,17.218591,0.00977786161480925
 2004,Cameroon,Ruminants,17.667576,0.22144502449006
 2004,Cameroon,Cereals,17.667576,0.119325197752086
 2004,Cameroon,Monogastrics,17.667576,0.0275355374161119
-2004,Cameroon,Oilcrops,17.667576,0.0204101004008699
-2004,Cameroon,Pulses,17.667576,0.0146895646578795
+2004,Cameroon,FruitVeg,17.667576,0.178310256030595
+2004,Cameroon,OilcropsPulses,17.667576,0.0350996650587494
 2004,Cameroon,Starchy Roots,17.667576,0.137448736600878
+2004,Cameroon,Sugar,17.667576,0.00961473152853566
 2005,Cameroon,Ruminants,18.126999,0.218247714362427
 2005,Cameroon,Cereals,18.126999,0.121412485320929
 2005,Cameroon,Monogastrics,18.126999,0.0230917980411429
-2005,Cameroon,Oilcrops,18.126999,0.0216886976161912
-2005,Cameroon,Pulses,18.126999,0.0158577269188353
+2005,Cameroon,FruitVeg,18.126999,0.220317770194614
+2005,Cameroon,OilcropsPulses,18.126999,0.0375464245350264
 2005,Cameroon,Starchy Roots,18.126999,0.137960177523042
+2005,Cameroon,Sugar,18.126999,0.00916229983793787
 2006,Cameroon,Ruminants,18.597109,0.216410099010551
 2006,Cameroon,Cereals,18.597109,0.124591408266737
 2006,Cameroon,Monogastrics,18.597109,0.023332943846272
-2006,Cameroon,Oilcrops,18.597109,0.0236058733645106
-2006,Cameroon,Pulses,18.597109,0.0173996399117734
+2006,Cameroon,FruitVeg,18.597109,0.233628248347633
+2006,Cameroon,OilcropsPulses,18.597109,0.041005513276284
 2006,Cameroon,Starchy Roots,18.597109,0.144133424178995
+2006,Cameroon,Sugar,18.597109,0.00842652478941754
 2007,Cameroon,Ruminants,19.0781,0.213205219597339
 2007,Cameroon,Cereals,19.0781,0.124485352314958
 2007,Cameroon,Monogastrics,19.0781,0.0237469769002154
-2007,Cameroon,Oilcrops,19.0781,0.0224210482175898
-2007,Cameroon,Pulses,19.0781,0.0182651836398803
+2007,Cameroon,FruitVeg,19.0781,0.244851374088615
+2007,Cameroon,OilcropsPulses,19.0781,0.0406862318574701
 2007,Cameroon,Starchy Roots,19.0781,0.14545033310445
+2007,Cameroon,Sugar,19.0781,0.00981643874390007
 2008,Cameroon,Ruminants,19.570418,0.226940977959694
 2008,Cameroon,Cereals,19.570418,0.130074585019083
 2008,Cameroon,Monogastrics,19.570418,0.0236648701116144
-2008,Cameroon,Oilcrops,19.570418,0.022579180475348
-2008,Cameroon,Pulses,19.570418,0.0190751674287182
+2008,Cameroon,FruitVeg,19.570418,0.247106679070421
+2008,Cameroon,OilcropsPulses,19.570418,0.0416543479040662
 2008,Cameroon,Starchy Roots,19.570418,0.148021314618829
+2008,Cameroon,Sugar,19.570418,0.00937077583115496
 2009,Cameroon,Ruminants,20.074522,0.22320781535919
 2009,Cameroon,Cereals,20.074522,0.133655834993232
 2009,Cameroon,Monogastrics,20.074522,0.0220635340657177
-2009,Cameroon,Oilcrops,20.074522,0.0236555570289544
-2009,Cameroon,Pulses,20.074522,0.0195179740767925
+2009,Cameroon,FruitVeg,20.074522,0.26066129993033
+2009,Cameroon,OilcropsPulses,20.074522,0.0431735311057469
 2009,Cameroon,Starchy Roots,20.074522,0.153053258254418
+2009,Cameroon,Sugar,20.074522,0.0076413774634335
 2010,Cameroon,Ruminants,20.590666,0.214580995097487
 2010,Cameroon,Cereals,20.590666,0.133661630954531
 2010,Cameroon,Monogastrics,20.590666,0.0242609928207276
-2010,Cameroon,Oilcrops,20.590666,0.0239526977903483
-2010,Cameroon,Pulses,20.590666,0.0197643437079694
+2010,Cameroon,FruitVeg,20.590666,0.278374482884624
+2010,Cameroon,OilcropsPulses,20.590666,0.0437170414983177
 2010,Cameroon,Starchy Roots,20.590666,0.150869282227199
+2010,Cameroon,Sugar,20.590666,0.00944248233641399
 2011,Cameroon,Ruminants,21.119065,0.224721198594729
 2011,Cameroon,Cereals,21.119065,0.136404286837509
 2011,Cameroon,Monogastrics,21.119065,0.024435608299894
-2011,Cameroon,Oilcrops,21.119065,0.0236156761674818
-2011,Cameroon,Pulses,21.119065,0.0204946573155582
+2011,Cameroon,FruitVeg,21.119065,0.294291342916933
+2011,Cameroon,OilcropsPulses,21.119065,0.0441103334830401
 2011,Cameroon,Starchy Roots,21.119065,0.151308876600361
+2011,Cameroon,Sugar,21.119065,0.0106092291491124
 1961,Canada,Ruminants,18.271,1.32686931749767
 1961,Canada,Cereals,18.271,0.121939247988616
 1961,Canada,Monogastrics,18.271,0.249055005199496
-1961,Canada,Oilcrops,18.271,0.0133837775710142
-1961,Canada,Pulses,18.271,0.00265606699140715
+1961,Canada,FruitVeg,18.271,0.178084177111269
+1961,Canada,OilcropsPulses,18.271,0.0160398445624213
 1961,Canada,Starchy Roots,18.271,0.0815452356192874
+1961,Canada,Sugar,18.271,0.0450036670132998
 1962,Canada,Ruminants,18.614,1.32465825722574
 1962,Canada,Cereals,18.614,0.124302729128613
 1962,Canada,Monogastrics,18.614,0.247616804555711
-1962,Canada,Oilcrops,18.614,0.0133149779735683
-1962,Canada,Pulses,18.614,0.00206564951112066
+1962,Canada,FruitVeg,18.614,0.180603739121092
+1962,Canada,OilcropsPulses,18.614,0.0153806274846889
 1962,Canada,Starchy Roots,18.614,0.0818010099924788
+1962,Canada,Sugar,18.614,0.0474920489953798
 1963,Canada,Ruminants,18.964,1.37070024783801
 1963,Canada,Cereals,18.964,0.132514290234128
 1963,Canada,Monogastrics,18.964,0.25106102615482
-1963,Canada,Oilcrops,18.964,0.013396488082683
-1963,Canada,Pulses,18.964,0.00242026998523518
+1963,Canada,FruitVeg,18.964,0.171158299936722
+1963,Canada,OilcropsPulses,18.964,0.0158167580679182
 1963,Canada,Starchy Roots,18.964,0.0813431765450327
+1963,Canada,Sugar,18.964,0.045873813541447
 1964,Canada,Ruminants,19.325,1.41795507891332
 1964,Canada,Cereals,19.325,0.119230271668823
 1964,Canada,Monogastrics,19.325,0.261068336351876
-1964,Canada,Oilcrops,19.325,0.0170668046571798
-1964,Canada,Pulses,19.325,0.00315523932729625
+1964,Canada,FruitVeg,19.325,0.169230530401035
+1964,Canada,OilcropsPulses,19.325,0.0202220439844761
 1964,Canada,Starchy Roots,19.325,0.0798191979301423
+1964,Canada,Sugar,19.325,0.0447917723156533
 1965,Canada,Ruminants,19.678,1.46705887793475
 1965,Canada,Cereals,19.678,0.136261662770607
 1965,Canada,Monogastrics,19.678,0.24773578615713
-1965,Canada,Oilcrops,19.678,0.0151311108852526
-1965,Canada,Pulses,19.678,0.002981553003354
+1965,Canada,FruitVeg,19.678,0.173794745400955
+1965,Canada,OilcropsPulses,19.678,0.0181126638886066
 1965,Canada,Starchy Roots,19.678,0.0770937087102348
+1965,Canada,Sugar,19.678,0.0461968696005692
 1966,Canada,Ruminants,20.048,1.45851917897047
 1966,Canada,Cereals,20.048,0.134253790901836
 1966,Canada,Monogastrics,20.048,0.250938702114924
-1966,Canada,Oilcrops,20.048,0.0150516759776536
-1966,Canada,Pulses,20.048,0.00321912410215483
+1966,Canada,FruitVeg,20.048,0.165110285315243
+1966,Canada,OilcropsPulses,20.048,0.0182708000798085
 1966,Canada,Starchy Roots,20.048,0.0834155526735834
+1966,Canada,Sugar,20.048,0.0487053072625698
 1967,Canada,Ruminants,20.412,1.4622274005487
 1967,Canada,Cereals,20.412,0.134537967862042
 1967,Canada,Monogastrics,20.412,0.277445972957084
-1967,Canada,Oilcrops,20.412,0.0162080638839898
-1967,Canada,Pulses,20.412,0.00183338232412307
+1967,Canada,FruitVeg,20.412,0.168672839506173
+1967,Canada,OilcropsPulses,20.412,0.0180414462081129
 1967,Canada,Starchy Roots,20.412,0.0817298157946306
+1967,Canada,Sugar,20.412,0.0475530570252792
 1968,Canada,Ruminants,20.744,1.47495275742383
 1968,Canada,Cereals,20.744,0.135495806016197
 1968,Canada,Monogastrics,20.744,0.272504386810644
-1968,Canada,Oilcrops,20.744,0.0167993154647127
-1968,Canada,Pulses,20.744,0.00179608561511762
+1968,Canada,FruitVeg,20.744,0.170031961048978
+1968,Canada,OilcropsPulses,20.744,0.0185954010798303
 1968,Canada,Starchy Roots,20.744,0.0811518511376784
+1968,Canada,Sugar,20.744,0.0472333686849209
 1969,Canada,Ruminants,21.028,1.46787489537759
 1969,Canada,Cereals,21.028,0.142545225413734
 1969,Canada,Monogastrics,21.028,0.272044540612517
-1969,Canada,Oilcrops,21.028,0.0166960719041278
-1969,Canada,Pulses,21.028,0.00155036142286475
+1969,Canada,FruitVeg,21.028,0.165701398135819
+1969,Canada,OilcropsPulses,21.028,0.0182464333269926
 1969,Canada,Starchy Roots,21.028,0.0845074662354955
+1969,Canada,Sugar,21.028,0.049324519688035
 1970,Canada,Ruminants,21.324,1.42440901800788
 1970,Canada,Cereals,21.324,0.144268570624648
 1970,Canada,Monogastrics,21.324,0.301439396923654
-1970,Canada,Oilcrops,21.324,0.0179910429562934
-1970,Canada,Pulses,21.324,0.00219424123053836
+1970,Canada,FruitVeg,21.324,0.172342571750141
+1970,Canada,OilcropsPulses,21.324,0.0201852841868317
 1970,Canada,Starchy Roots,21.324,0.0828466985556181
+1970,Canada,Sugar,21.324,0.0488312699305946
 1971,Canada,Ruminants,21.645535,1.45819809951567
 1971,Canada,Cereals,21.645535,0.139537276394416
 1971,Canada,Monogastrics,21.645535,0.308647159795311
-1971,Canada,Oilcrops,21.645535,0.0182483362042102
-1971,Canada,Pulses,21.645535,0.00319742616664361
+1971,Canada,FruitVeg,21.645535,0.173346881932001
+1971,Canada,OilcropsPulses,21.645535,0.0214457623708538
 1971,Canada,Starchy Roots,21.645535,0.0780828471091151
+1971,Canada,Sugar,21.645535,0.04871203229673
 1972,Canada,Ruminants,21.993631,1.45531466814188
 1972,Canada,Cereals,21.993631,0.144464822566133
 1972,Canada,Monogastrics,21.993631,0.29981776997168
-1972,Canada,Oilcrops,21.993631,0.0196441869921342
-1972,Canada,Pulses,21.993631,0.00242461101579816
+1972,Canada,FruitVeg,21.993631,0.168622316160528
+1972,Canada,OilcropsPulses,21.993631,0.0220687980079324
 1972,Canada,Starchy Roots,21.993631,0.070245063218529
+1972,Canada,Sugar,21.993631,0.0485672875024592
 1973,Canada,Ruminants,22.369408,1.44011293459353
 1973,Canada,Cereals,22.369408,0.154393983068305
 1973,Canada,Monogastrics,22.369408,0.286517966859025
-1973,Canada,Oilcrops,22.369408,0.0193156206905431
-1973,Canada,Pulses,22.369408,0.00168515858801449
+1973,Canada,FruitVeg,22.369408,0.181983001070033
+1973,Canada,OilcropsPulses,22.369408,0.0210007792785576
 1973,Canada,Starchy Roots,22.369408,0.0761753283770406
+1973,Canada,Sugar,22.369408,0.047934303849257
 1974,Canada,Ruminants,22.774087,1.48208859042297
 1974,Canada,Cereals,22.774087,0.15492629847247
 1974,Canada,Monogastrics,22.774087,0.291940335522561
-1974,Canada,Oilcrops,22.774087,0.0173196844290619
-1974,Canada,Pulses,22.774087,0.00215635428107392
+1974,Canada,FruitVeg,22.774087,0.186006754079757
+1974,Canada,OilcropsPulses,22.774087,0.0194760387101358
 1974,Canada,Starchy Roots,22.774087,0.081671945839146
+1974,Canada,Sugar,22.774087,0.0457940201949698
 1975,Canada,Ruminants,23.209,1.57189891852299
 1975,Canada,Cereals,23.209,0.146496660778146
 1975,Canada,Monogastrics,23.209,0.257998177431169
-1975,Canada,Oilcrops,23.209,0.0164250075401784
-1975,Canada,Pulses,23.209,0.00161364125985609
+1975,Canada,FruitVeg,23.209,0.19876422939377
+1975,Canada,OilcropsPulses,23.209,0.0180386488000345
 1975,Canada,Starchy Roots,23.209,0.0771610151234435
+1975,Canada,Sugar,23.209,0.0436184238872851
 1976,Canada,Ruminants,23.518,1.64886533293647
 1976,Canada,Cereals,23.518,0.140896292201718
 1976,Canada,Monogastrics,23.518,0.267517892677949
-1976,Canada,Oilcrops,23.518,0.0187775746236925
-1976,Canada,Pulses,23.518,0.00195003826856025
+1976,Canada,FruitVeg,23.518,0.20472893103155
+1976,Canada,OilcropsPulses,23.518,0.0207276128922527
 1976,Canada,Starchy Roots,23.518,0.0791979334977464
+1976,Canada,Sugar,23.518,0.0467886725061655
 1977,Canada,Ruminants,23.796,1.5858139183056
 1977,Canada,Cereals,23.796,0.138705748865356
 1977,Canada,Monogastrics,23.796,0.268017141536393
-1977,Canada,Oilcrops,23.796,0.0189805849722642
-1977,Canada,Pulses,23.796,0.00167044881492688
+1977,Canada,FruitVeg,23.796,0.202298621617079
+1977,Canada,OilcropsPulses,23.796,0.0206510337871911
 1977,Canada,Starchy Roots,23.796,0.0861157337367625
+1977,Canada,Sugar,23.796,0.0465022692889561
 1978,Canada,Ruminants,24.036,1.48154832334831
 1978,Canada,Cereals,24.036,0.125615035779664
 1978,Canada,Monogastrics,24.036,0.276383133632884
-1978,Canada,Oilcrops,24.036,0.0202103511399567
-1978,Canada,Pulses,24.036,0.00256752371442836
+1978,Canada,FruitVeg,24.036,0.214750915293726
+1978,Canada,OilcropsPulses,24.036,0.0227778748543851
 1978,Canada,Starchy Roots,24.036,0.083968214345149
+1978,Canada,Sugar,24.036,0.045177109335996
 1979,Canada,Ruminants,24.277,1.33885269596738
 1979,Canada,Cereals,24.277,0.136838942208675
 1979,Canada,Monogastrics,24.277,0.304889434444124
-1979,Canada,Oilcrops,24.277,0.0216750010297813
-1979,Canada,Pulses,24.277,0.00234143427935906
+1979,Canada,FruitVeg,24.277,0.221744902582691
+1979,Canada,OilcropsPulses,24.277,0.0240164353091403
 1979,Canada,Starchy Roots,24.277,0.0863502492070684
+1979,Canada,Sugar,24.277,0.0437068006755365
 1980,Canada,Ruminants,24.593,1.33126549018013
 1980,Canada,Cereals,24.593,0.143694953848656
 1980,Canada,Monogastrics,24.593,0.322394400845769
-1980,Canada,Oilcrops,24.593,0.0211035253934046
-1980,Canada,Pulses,24.593,0.00254970926686456
+1980,Canada,FruitVeg,24.593,0.214864473630708
+1980,Canada,OilcropsPulses,24.593,0.0236532346602692
 1980,Canada,Starchy Roots,24.593,0.0782145325905746
+1980,Canada,Sugar,24.593,0.0420816085878095
 1981,Canada,Ruminants,24.9,1.35488792369478
 1981,Canada,Cereals,24.9,0.13317718875502
 1981,Canada,Monogastrics,24.9,0.31264583935743
-1981,Canada,Oilcrops,24.9,0.0221358232931727
-1981,Canada,Pulses,24.9,0.0047610843373494
+1981,Canada,FruitVeg,24.9,0.226464457831325
+1981,Canada,OilcropsPulses,24.9,0.0268969076305221
 1981,Canada,Starchy Roots,24.9,0.0842070281124498
+1981,Canada,Sugar,24.9,0.0414977911646586
 1982,Canada,Ruminants,25.202,1.34829438933418
 1982,Canada,Cereals,25.202,0.135228989762717
 1982,Canada,Monogastrics,25.202,0.297855432108563
-1982,Canada,Oilcrops,25.202,0.0204293706848663
-1982,Canada,Pulses,25.202,0.00458546940718991
+1982,Canada,FruitVeg,25.202,0.22787290691215
+1982,Canada,OilcropsPulses,25.202,0.0250148400920562
 1982,Canada,Starchy Roots,25.202,0.0814600825331323
+1982,Canada,Sugar,25.202,0.0398153717958892
 1983,Canada,Ruminants,25.456,1.34006813717788
 1983,Canada,Cereals,25.456,0.138339330609679
 1983,Canada,Monogastrics,25.456,0.302618856065368
-1983,Canada,Oilcrops,25.456,0.0219945395977373
-1983,Canada,Pulses,25.456,0.00141793683218102
+1983,Canada,FruitVeg,25.456,0.221936400062854
+1983,Canada,OilcropsPulses,25.456,0.0234124764299183
 1983,Canada,Starchy Roots,25.456,0.0770360622250157
+1983,Canada,Sugar,25.456,0.0406391813324953
 1984,Canada,Ruminants,25.702,1.30859962259746
 1984,Canada,Cereals,25.702,0.140845887479574
 1984,Canada,Monogastrics,25.702,0.300503159287215
-1984,Canada,Oilcrops,25.702,0.0229004357637538
-1984,Canada,Pulses,25.702,0.00140284802739086
+1984,Canada,FruitVeg,25.702,0.233226752781885
+1984,Canada,OilcropsPulses,25.702,0.0243032837911446
 1984,Canada,Starchy Roots,25.702,0.081157692008404
+1984,Canada,Sugar,25.702,0.0430575052525095
 1985,Canada,Ruminants,25.942,1.31384242541053
 1985,Canada,Cereals,25.942,0.149473286562331
 1985,Canada,Monogastrics,25.942,0.309773591087811
-1985,Canada,Oilcrops,25.942,0.0247435432888752
-1985,Canada,Pulses,25.942,0.00173174774496955
+1985,Canada,FruitVeg,25.942,0.224996183794619
+1985,Canada,OilcropsPulses,25.942,0.0264752910338447
 1985,Canada,Starchy Roots,25.942,0.0818172076169918
+1985,Canada,Sugar,25.942,0.0433658545987202
 1986,Canada,Ruminants,26.204,1.31733112120287
 1986,Canada,Cereals,26.204,0.149824988551366
 1986,Canada,Monogastrics,26.204,0.304449446649367
-1986,Canada,Oilcrops,26.204,0.0276172340100748
-1986,Canada,Pulses,26.204,0.00511441001373836
+1986,Canada,FruitVeg,26.204,0.221908830712868
+1986,Canada,OilcropsPulses,26.204,0.0327316440238132
 1986,Canada,Starchy Roots,26.204,0.0822979316134941
+1986,Canada,Sugar,26.204,0.0453053732254618
 1987,Canada,Ruminants,26.55,1.27240815442561
 1987,Canada,Cereals,26.55,0.144572504708098
 1987,Canada,Monogastrics,26.55,0.306664967984934
-1987,Canada,Oilcrops,26.55,0.0268219209039548
-1987,Canada,Pulses,26.55,0.00709280602636535
+1987,Canada,FruitVeg,26.55,0.235736271186441
+1987,Canada,OilcropsPulses,26.55,0.0339147269303201
 1987,Canada,Starchy Roots,26.55,0.0822297551789077
+1987,Canada,Sugar,26.55,0.0460013935969868
 1988,Canada,Ruminants,26.895,1.27180472578546
 1988,Canada,Cereals,26.895,0.143598996095929
 1988,Canada,Monogastrics,26.895,0.311808860382971
-1988,Canada,Oilcrops,26.895,0.0254083658672616
-1988,Canada,Pulses,26.895,0.00340769659788065
+1988,Canada,FruitVeg,26.895,0.222018033091653
+1988,Canada,OilcropsPulses,26.895,0.0288160624651422
 1988,Canada,Starchy Roots,26.895,0.0758123071202826
+1988,Canada,Sugar,26.895,0.0419718535043688
 1989,Canada,Ruminants,27.379,1.27036152160415
 1989,Canada,Cereals,27.379,0.148190803170313
 1989,Canada,Monogastrics,27.379,0.299508700098616
-1989,Canada,Oilcrops,27.379,0.0241700938675627
-1989,Canada,Pulses,27.379,0.00167559078125571
+1989,Canada,FruitVeg,27.379,0.232513093977136
+1989,Canada,OilcropsPulses,27.379,0.0258456846488184
 1989,Canada,Starchy Roots,27.379,0.0793854413966909
+1989,Canada,Sugar,27.379,0.0403453741918989
 1990,Canada,Ruminants,27.791,1.21709832679644
 1990,Canada,Cereals,27.791,0.141897916591702
 1990,Canada,Monogastrics,27.791,0.291447115972797
-1990,Canada,Oilcrops,27.791,0.0249316325429096
-1990,Canada,Pulses,27.791,0.00392623511208665
+1990,Canada,FruitVeg,27.791,0.229555251700191
+1990,Canada,OilcropsPulses,27.791,0.0288578676549962
 1990,Canada,Starchy Roots,27.791,0.077297794249937
+1990,Canada,Sugar,27.791,0.0415643913497175
 1991,Canada,Ruminants,28.171682,1.19162077365491
 1991,Canada,Cereals,28.171682,0.131017416709446
 1991,Canada,Monogastrics,28.171682,0.289635982686444
-1991,Canada,Oilcrops,28.171682,0.0260641164414677
-1991,Canada,Pulses,28.171682,0.00729846375519928
+1991,Canada,FruitVeg,28.171682,0.215690848704028
+1991,Canada,OilcropsPulses,28.171682,0.033362580196667
 1991,Canada,Starchy Roots,28.171682,0.0707298911012839
+1991,Canada,Sugar,28.171682,0.0410860806962112
 1992,Canada,Ruminants,28.519597,1.16923403581053
 1992,Canada,Cereals,28.519597,0.133471521354246
 1992,Canada,Monogastrics,28.519597,0.305822754087304
-1992,Canada,Oilcrops,28.519597,0.0266614566818739
-1992,Canada,Pulses,28.519597,0.00693396894773794
+1992,Canada,FruitVeg,28.519597,0.226172655946015
+1992,Canada,OilcropsPulses,28.519597,0.0335954256296118
 1992,Canada,Starchy Roots,28.519597,0.0828766269032483
+1992,Canada,Sugar,28.519597,0.0426643826699234
 1993,Canada,Ruminants,28.83341,1.12452384577475
 1993,Canada,Cereals,28.83341,0.138982728716444
 1993,Canada,Monogastrics,28.83341,0.303987662229337
-1993,Canada,Oilcrops,28.83341,0.0267198711494756
-1993,Canada,Pulses,28.83341,0.00617478126936772
+1993,Canada,FruitVeg,28.83341,0.231743661259629
+1993,Canada,OilcropsPulses,28.83341,0.0328946524188433
 1993,Canada,Starchy Roots,28.83341,0.0813444889106075
+1993,Canada,Sugar,28.83341,0.0444649800353132
 1994,Canada,Ruminants,29.111906,1.14422352490421
 1994,Canada,Cereals,29.111906,0.149421855099422
 1994,Canada,Monogastrics,29.111906,0.316487635677307
-1994,Canada,Oilcrops,29.111906,0.0272686027496791
-1994,Canada,Pulses,29.111906,0.00763529533243203
+1994,Canada,FruitVeg,29.111906,0.239419844238299
+1994,Canada,OilcropsPulses,29.111906,0.0349038980821112
 1994,Canada,Starchy Roots,29.111906,0.0829603187094655
+1994,Canada,Sugar,29.111906,0.0452845306659069
 1995,Canada,Ruminants,29.354,1.1499667779519
 1995,Canada,Cereals,29.354,0.144040437419091
 1995,Canada,Monogastrics,29.354,0.310216805205423
-1995,Canada,Oilcrops,29.354,0.0287104653539552
-1995,Canada,Pulses,29.354,0.00638338897594876
+1995,Canada,FruitVeg,29.354,0.240541186891054
+1995,Canada,OilcropsPulses,29.354,0.0350938543299039
 1995,Canada,Starchy Roots,29.354,0.0824375894256319
+1995,Canada,Sugar,29.354,0.0468023778701369
 1996,Canada,Ruminants,29.6719,1.13636167215446
 1996,Canada,Cereals,29.6719,0.164150020726681
 1996,Canada,Monogastrics,29.6719,0.298581145797876
-1996,Canada,Oilcrops,29.6719,0.0325173986161992
-1996,Canada,Pulses,29.6719,0.00610554093266693
+1996,Canada,FruitVeg,29.6719,0.242452724631722
+1996,Canada,OilcropsPulses,29.6719,0.0386229395488661
 1996,Canada,Starchy Roots,29.6719,0.0862875987044982
+1996,Canada,Sugar,29.6719,0.0484211661538358
 1997,Canada,Ruminants,29.9872,1.13851018434532
 1997,Canada,Cereals,29.9872,0.167812266567069
 1997,Canada,Monogastrics,29.9872,0.300754395208622
-1997,Canada,Oilcrops,29.9872,0.0327070883576993
-1997,Canada,Pulses,29.9872,0.00644705074164977
+1997,Canada,FruitVeg,29.9872,0.245849662522676
+1997,Canada,OilcropsPulses,29.9872,0.039154139099349
 1997,Canada,Starchy Roots,29.9872,0.0875834022516273
+1997,Canada,Sugar,29.9872,0.0504371531853591
 1998,Canada,Ruminants,30.2479,1.1695837562277
 1998,Canada,Cereals,30.2479,0.169418505086303
 1998,Canada,Monogastrics,30.2479,0.327187246056751
-1998,Canada,Oilcrops,30.2479,0.0304361294503089
-1998,Canada,Pulses,30.2479,0.00535260299062084
+1998,Canada,FruitVeg,30.2479,0.247971462481693
+1998,Canada,OilcropsPulses,30.2479,0.0357887324409298
 1998,Canada,Starchy Roots,30.2479,0.0863485068384913
+1998,Canada,Sugar,30.2479,0.050548302526787
 1999,Canada,Ruminants,30.4992,1.19837130154234
 1999,Canada,Cereals,30.4992,0.175068723114049
 1999,Canada,Monogastrics,30.4992,0.342589713828559
-1999,Canada,Oilcrops,30.4992,0.0301850212464589
-1999,Canada,Pulses,30.4992,0.00768259495331025
+1999,Canada,FruitVeg,30.4992,0.255122921256951
+1999,Canada,OilcropsPulses,30.4992,0.0378676161997692
 1999,Canada,Starchy Roots,30.4992,0.0825805267023397
+1999,Canada,Sugar,30.4992,0.0479900128527961
 2000,Canada,Ruminants,30.7697,1.20114490229024
 2000,Canada,Cereals,30.7697,0.173558110738811
 2000,Canada,Monogastrics,30.7697,0.337795136124174
-2000,Canada,Oilcrops,30.7697,0.0307342288030108
-2000,Canada,Pulses,30.7697,0.00783462302199892
+2000,Canada,FruitVeg,30.7697,0.249308378047235
+2000,Canada,OilcropsPulses,30.7697,0.0385688518250097
 2000,Canada,Starchy Roots,30.7697,0.0806473576277962
+2000,Canada,Sugar,30.7697,0.0498205377367995
 2001,Canada,Ruminants,31.0819,1.17216556581161
 2001,Canada,Cereals,31.0819,0.171600063059208
 2001,Canada,Monogastrics,31.0819,0.344516931075642
-2001,Canada,Oilcrops,31.0819,0.0290965803248836
-2001,Canada,Pulses,31.0819,0.00743426238421718
+2001,Canada,FruitVeg,31.0819,0.248269217776262
+2001,Canada,OilcropsPulses,31.0819,0.0365308427091008
 2001,Canada,Starchy Roots,31.0819,0.0803358224561561
+2001,Canada,Sugar,31.0819,0.0518283309578887
 2002,Canada,Ruminants,31.362,1.17921637969517
 2002,Canada,Cereals,31.362,0.175370448313245
 2002,Canada,Monogastrics,31.362,0.34004841846821
-2002,Canada,Oilcrops,31.362,0.0276600663223009
-2002,Canada,Pulses,31.362,0.00772651616606084
+2002,Canada,FruitVeg,31.362,0.253467827306932
+2002,Canada,OilcropsPulses,31.362,0.0353865824883617
 2002,Canada,Starchy Roots,31.362,0.0811554747783942
+2002,Canada,Sugar,31.362,0.0571197308845099
 2003,Canada,Ruminants,31.676,1.22424310519005
 2003,Canada,Cereals,31.676,0.167468588205582
 2003,Canada,Monogastrics,31.676,0.319092016037378
-2003,Canada,Oilcrops,31.676,0.0305525003156964
-2003,Canada,Pulses,31.676,0.00678153807298901
+2003,Canada,FruitVeg,31.676,0.243410436923854
+2003,Canada,OilcropsPulses,31.676,0.0373340383886854
 2003,Canada,Starchy Roots,31.676,0.0843542113903271
+2003,Canada,Sugar,31.676,0.0567961548175275
 2004,Canada,Ruminants,31.995,1.19598105328958
 2004,Canada,Cereals,31.995,0.174571339271761
 2004,Canada,Monogastrics,31.995,0.330368413814659
-2004,Canada,Oilcrops,31.995,0.0280539459290514
-2004,Canada,Pulses,31.995,0.00675661822159713
+2004,Canada,FruitVeg,31.995,0.245006938584154
+2004,Canada,OilcropsPulses,31.995,0.0348105641506485
 2004,Canada,Starchy Roots,31.995,0.0787308016877637
+2004,Canada,Sugar,31.995,0.0551502422253477
 2005,Canada,Ruminants,32.312,1.17629942436247
 2005,Canada,Cereals,32.312,0.17492061772716
 2005,Canada,Monogastrics,32.312,0.307952444912107
-2005,Canada,Oilcrops,32.312,0.0284595196830899
-2005,Canada,Pulses,32.312,0.00705731616736816
+2005,Canada,FruitVeg,32.312,0.249789923248329
+2005,Canada,OilcropsPulses,32.312,0.0355168358504581
 2005,Canada,Starchy Roots,32.312,0.079672815053231
+2005,Canada,Sugar,32.312,0.0543015597920277
 2006,Canada,Ruminants,32.570505,1.17540663247315
 2006,Canada,Cereals,32.570505,0.176976040132015
 2006,Canada,Monogastrics,32.570505,0.309109312244314
-2006,Canada,Oilcrops,32.570505,0.0308916610288972
-2006,Canada,Pulses,32.570505,0.00612861237490791
+2006,Canada,FruitVeg,32.570505,0.255761462709897
+2006,Canada,OilcropsPulses,32.570505,0.0370202734038051
 2006,Canada,Starchy Roots,32.570505,0.0781818703762806
+2006,Canada,Sugar,32.570505,0.0522375996319369
 2007,Canada,Ruminants,32.887928,1.19412118027016
 2007,Canada,Cereals,32.887928,0.175636513191102
 2007,Canada,Monogastrics,32.887928,0.324859763132539
-2007,Canada,Oilcrops,32.887928,0.0295158758557243
-2007,Canada,Pulses,32.887928,0.00750953358934622
+2007,Canada,FruitVeg,32.887928,0.268426761333216
+2007,Canada,OilcropsPulses,32.887928,0.0370254094450705
 2007,Canada,Starchy Roots,32.887928,0.0710903709105663
+2007,Canada,Sugar,32.887928,0.0528863052728649
 2008,Canada,Ruminants,33.245773,1.15193807044282
 2008,Canada,Cereals,33.245773,0.170181243793008
 2008,Canada,Monogastrics,33.245773,0.320853932317952
-2008,Canada,Oilcrops,33.245773,0.0304575562132365
-2008,Canada,Pulses,33.245773,0.0084851388475762
+2008,Canada,FruitVeg,33.245773,0.250114112251203
+2008,Canada,OilcropsPulses,33.245773,0.0389426950608127
 2008,Canada,Starchy Roots,33.245773,0.0647104520625825
+2008,Canada,Sugar,33.245773,0.0511589247751887
 2009,Canada,Ruminants,33.628571,1.1340434061263
 2009,Canada,Cereals,33.628571,0.173709314023483
 2009,Canada,Monogastrics,33.628571,0.313214885045219
-2009,Canada,Oilcrops,33.628571,0.0295317335964112
-2009,Canada,Pulses,33.628571,0.00824073077622002
+2009,Canada,FruitVeg,33.628571,0.250676039728242
+2009,Canada,OilcropsPulses,33.628571,0.0377724643726312
 2009,Canada,Starchy Roots,33.628571,0.074744805540503
+2009,Canada,Sugar,33.628571,0.0444114024351496
 2010,Canada,Ruminants,34.005274,1.10698697796112
 2010,Canada,Cereals,34.005274,0.171095577703623
 2010,Canada,Monogastrics,34.005274,0.304184753812012
-2010,Canada,Oilcrops,34.005274,0.0317121691182374
-2010,Canada,Pulses,34.005274,0.0101132547851254
+2010,Canada,FruitVeg,34.005274,0.247624589056392
+2010,Canada,OilcropsPulses,34.005274,0.0418254239033627
 2010,Canada,Starchy Roots,34.005274,0.0841386838994445
+2010,Canada,Sugar,34.005274,0.0410327233357979
 2011,Canada,Ruminants,34.34278,1.12551384308434
 2011,Canada,Cereals,34.34278,0.161411656249145
 2011,Canada,Monogastrics,34.34278,0.307092273834559
-2011,Canada,Oilcrops,34.34278,0.0296849876451469
-2011,Canada,Pulses,34.34278,0.0114228667568554
+2011,Canada,FruitVeg,34.34278,0.246147953077765
+2011,Canada,OilcropsPulses,34.34278,0.0411078544020024
 2011,Canada,Starchy Roots,34.34278,0.0810209889822548
+2011,Canada,Sugar,34.34278,0.0478995585098236
 1961,Caribbean,Ruminants,NA,NA
 1961,Caribbean,Cereals,NA,NA
 1961,Caribbean,Monogastrics,NA,NA
-1961,Caribbean,Oilcrops,NA,NA
-1961,Caribbean,Pulses,NA,NA
+1961,Caribbean,FruitVeg,NA,NA
+1961,Caribbean,OilcropsPulses,NA,NA
 1961,Caribbean,Starchy Roots,NA,NA
+1961,Caribbean,Sugar,NA,NA
 1962,Caribbean,Ruminants,NA,NA
 1962,Caribbean,Cereals,NA,NA
 1962,Caribbean,Monogastrics,NA,NA
-1962,Caribbean,Oilcrops,NA,NA
-1962,Caribbean,Pulses,NA,NA
+1962,Caribbean,FruitVeg,NA,NA
+1962,Caribbean,OilcropsPulses,NA,NA
 1962,Caribbean,Starchy Roots,NA,NA
+1962,Caribbean,Sugar,NA,NA
 1963,Caribbean,Ruminants,NA,NA
 1963,Caribbean,Cereals,NA,NA
 1963,Caribbean,Monogastrics,NA,NA
-1963,Caribbean,Oilcrops,NA,NA
-1963,Caribbean,Pulses,NA,NA
+1963,Caribbean,FruitVeg,NA,NA
+1963,Caribbean,OilcropsPulses,NA,NA
 1963,Caribbean,Starchy Roots,NA,NA
+1963,Caribbean,Sugar,NA,NA
 1964,Caribbean,Ruminants,NA,NA
 1964,Caribbean,Cereals,NA,NA
 1964,Caribbean,Monogastrics,NA,NA
-1964,Caribbean,Oilcrops,NA,NA
-1964,Caribbean,Pulses,NA,NA
+1964,Caribbean,FruitVeg,NA,NA
+1964,Caribbean,OilcropsPulses,NA,NA
 1964,Caribbean,Starchy Roots,NA,NA
+1964,Caribbean,Sugar,NA,NA
 1965,Caribbean,Ruminants,NA,NA
 1965,Caribbean,Cereals,NA,NA
 1965,Caribbean,Monogastrics,NA,NA
-1965,Caribbean,Oilcrops,NA,NA
-1965,Caribbean,Pulses,NA,NA
+1965,Caribbean,FruitVeg,NA,NA
+1965,Caribbean,OilcropsPulses,NA,NA
 1965,Caribbean,Starchy Roots,NA,NA
+1965,Caribbean,Sugar,NA,NA
 1966,Caribbean,Ruminants,NA,NA
 1966,Caribbean,Cereals,NA,NA
 1966,Caribbean,Monogastrics,NA,NA
-1966,Caribbean,Oilcrops,NA,NA
-1966,Caribbean,Pulses,NA,NA
+1966,Caribbean,FruitVeg,NA,NA
+1966,Caribbean,OilcropsPulses,NA,NA
 1966,Caribbean,Starchy Roots,NA,NA
+1966,Caribbean,Sugar,NA,NA
 1967,Caribbean,Ruminants,NA,NA
 1967,Caribbean,Cereals,NA,NA
 1967,Caribbean,Monogastrics,NA,NA
-1967,Caribbean,Oilcrops,NA,NA
-1967,Caribbean,Pulses,NA,NA
+1967,Caribbean,FruitVeg,NA,NA
+1967,Caribbean,OilcropsPulses,NA,NA
 1967,Caribbean,Starchy Roots,NA,NA
+1967,Caribbean,Sugar,NA,NA
 1968,Caribbean,Ruminants,NA,NA
 1968,Caribbean,Cereals,NA,NA
 1968,Caribbean,Monogastrics,NA,NA
-1968,Caribbean,Oilcrops,NA,NA
-1968,Caribbean,Pulses,NA,NA
+1968,Caribbean,FruitVeg,NA,NA
+1968,Caribbean,OilcropsPulses,NA,NA
 1968,Caribbean,Starchy Roots,NA,NA
+1968,Caribbean,Sugar,NA,NA
 1969,Caribbean,Ruminants,NA,NA
 1969,Caribbean,Cereals,NA,NA
 1969,Caribbean,Monogastrics,NA,NA
-1969,Caribbean,Oilcrops,NA,NA
-1969,Caribbean,Pulses,NA,NA
+1969,Caribbean,FruitVeg,NA,NA
+1969,Caribbean,OilcropsPulses,NA,NA
 1969,Caribbean,Starchy Roots,NA,NA
+1969,Caribbean,Sugar,NA,NA
 1970,Caribbean,Ruminants,NA,NA
 1970,Caribbean,Cereals,NA,NA
 1970,Caribbean,Monogastrics,NA,NA
-1970,Caribbean,Oilcrops,NA,NA
-1970,Caribbean,Pulses,NA,NA
+1970,Caribbean,FruitVeg,NA,NA
+1970,Caribbean,OilcropsPulses,NA,NA
 1970,Caribbean,Starchy Roots,NA,NA
+1970,Caribbean,Sugar,NA,NA
 1971,Caribbean,Ruminants,NA,NA
 1971,Caribbean,Cereals,NA,NA
 1971,Caribbean,Monogastrics,NA,NA
-1971,Caribbean,Oilcrops,NA,NA
-1971,Caribbean,Pulses,NA,NA
+1971,Caribbean,FruitVeg,NA,NA
+1971,Caribbean,OilcropsPulses,NA,NA
 1971,Caribbean,Starchy Roots,NA,NA
+1971,Caribbean,Sugar,NA,NA
 1972,Caribbean,Ruminants,NA,NA
 1972,Caribbean,Cereals,NA,NA
 1972,Caribbean,Monogastrics,NA,NA
-1972,Caribbean,Oilcrops,NA,NA
-1972,Caribbean,Pulses,NA,NA
+1972,Caribbean,FruitVeg,NA,NA
+1972,Caribbean,OilcropsPulses,NA,NA
 1972,Caribbean,Starchy Roots,NA,NA
+1972,Caribbean,Sugar,NA,NA
 1973,Caribbean,Ruminants,NA,NA
 1973,Caribbean,Cereals,NA,NA
 1973,Caribbean,Monogastrics,NA,NA
-1973,Caribbean,Oilcrops,NA,NA
-1973,Caribbean,Pulses,NA,NA
+1973,Caribbean,FruitVeg,NA,NA
+1973,Caribbean,OilcropsPulses,NA,NA
 1973,Caribbean,Starchy Roots,NA,NA
+1973,Caribbean,Sugar,NA,NA
 1974,Caribbean,Ruminants,NA,NA
 1974,Caribbean,Cereals,NA,NA
 1974,Caribbean,Monogastrics,NA,NA
-1974,Caribbean,Oilcrops,NA,NA
-1974,Caribbean,Pulses,NA,NA
+1974,Caribbean,FruitVeg,NA,NA
+1974,Caribbean,OilcropsPulses,NA,NA
 1974,Caribbean,Starchy Roots,NA,NA
+1974,Caribbean,Sugar,NA,NA
 1975,Caribbean,Ruminants,NA,NA
 1975,Caribbean,Cereals,NA,NA
 1975,Caribbean,Monogastrics,NA,NA
-1975,Caribbean,Oilcrops,NA,NA
-1975,Caribbean,Pulses,NA,NA
+1975,Caribbean,FruitVeg,NA,NA
+1975,Caribbean,OilcropsPulses,NA,NA
 1975,Caribbean,Starchy Roots,NA,NA
+1975,Caribbean,Sugar,NA,NA
 1976,Caribbean,Ruminants,NA,NA
 1976,Caribbean,Cereals,NA,NA
 1976,Caribbean,Monogastrics,NA,NA
-1976,Caribbean,Oilcrops,NA,NA
-1976,Caribbean,Pulses,NA,NA
+1976,Caribbean,FruitVeg,NA,NA
+1976,Caribbean,OilcropsPulses,NA,NA
 1976,Caribbean,Starchy Roots,NA,NA
+1976,Caribbean,Sugar,NA,NA
 1977,Caribbean,Ruminants,NA,NA
 1977,Caribbean,Cereals,NA,NA
 1977,Caribbean,Monogastrics,NA,NA
-1977,Caribbean,Oilcrops,NA,NA
-1977,Caribbean,Pulses,NA,NA
+1977,Caribbean,FruitVeg,NA,NA
+1977,Caribbean,OilcropsPulses,NA,NA
 1977,Caribbean,Starchy Roots,NA,NA
+1977,Caribbean,Sugar,NA,NA
 1978,Caribbean,Ruminants,NA,NA
 1978,Caribbean,Cereals,NA,NA
 1978,Caribbean,Monogastrics,NA,NA
-1978,Caribbean,Oilcrops,NA,NA
-1978,Caribbean,Pulses,NA,NA
+1978,Caribbean,FruitVeg,NA,NA
+1978,Caribbean,OilcropsPulses,NA,NA
 1978,Caribbean,Starchy Roots,NA,NA
+1978,Caribbean,Sugar,NA,NA
 1979,Caribbean,Ruminants,NA,NA
 1979,Caribbean,Cereals,NA,NA
 1979,Caribbean,Monogastrics,NA,NA
-1979,Caribbean,Oilcrops,NA,NA
-1979,Caribbean,Pulses,NA,NA
+1979,Caribbean,FruitVeg,NA,NA
+1979,Caribbean,OilcropsPulses,NA,NA
 1979,Caribbean,Starchy Roots,NA,NA
+1979,Caribbean,Sugar,NA,NA
 1980,Caribbean,Ruminants,NA,NA
 1980,Caribbean,Cereals,NA,NA
 1980,Caribbean,Monogastrics,NA,NA
-1980,Caribbean,Oilcrops,NA,NA
-1980,Caribbean,Pulses,NA,NA
+1980,Caribbean,FruitVeg,NA,NA
+1980,Caribbean,OilcropsPulses,NA,NA
 1980,Caribbean,Starchy Roots,NA,NA
+1980,Caribbean,Sugar,NA,NA
 1981,Caribbean,Ruminants,NA,NA
 1981,Caribbean,Cereals,NA,NA
 1981,Caribbean,Monogastrics,NA,NA
-1981,Caribbean,Oilcrops,NA,NA
-1981,Caribbean,Pulses,NA,NA
+1981,Caribbean,FruitVeg,NA,NA
+1981,Caribbean,OilcropsPulses,NA,NA
 1981,Caribbean,Starchy Roots,NA,NA
+1981,Caribbean,Sugar,NA,NA
 1982,Caribbean,Ruminants,NA,NA
 1982,Caribbean,Cereals,NA,NA
 1982,Caribbean,Monogastrics,NA,NA
-1982,Caribbean,Oilcrops,NA,NA
-1982,Caribbean,Pulses,NA,NA
+1982,Caribbean,FruitVeg,NA,NA
+1982,Caribbean,OilcropsPulses,NA,NA
 1982,Caribbean,Starchy Roots,NA,NA
+1982,Caribbean,Sugar,NA,NA
 1983,Caribbean,Ruminants,NA,NA
 1983,Caribbean,Cereals,NA,NA
 1983,Caribbean,Monogastrics,NA,NA
-1983,Caribbean,Oilcrops,NA,NA
-1983,Caribbean,Pulses,NA,NA
+1983,Caribbean,FruitVeg,NA,NA
+1983,Caribbean,OilcropsPulses,NA,NA
 1983,Caribbean,Starchy Roots,NA,NA
+1983,Caribbean,Sugar,NA,NA
 1984,Caribbean,Ruminants,NA,NA
 1984,Caribbean,Cereals,NA,NA
 1984,Caribbean,Monogastrics,NA,NA
-1984,Caribbean,Oilcrops,NA,NA
-1984,Caribbean,Pulses,NA,NA
+1984,Caribbean,FruitVeg,NA,NA
+1984,Caribbean,OilcropsPulses,NA,NA
 1984,Caribbean,Starchy Roots,NA,NA
+1984,Caribbean,Sugar,NA,NA
 1985,Caribbean,Ruminants,NA,NA
 1985,Caribbean,Cereals,NA,NA
 1985,Caribbean,Monogastrics,NA,NA
-1985,Caribbean,Oilcrops,NA,NA
-1985,Caribbean,Pulses,NA,NA
+1985,Caribbean,FruitVeg,NA,NA
+1985,Caribbean,OilcropsPulses,NA,NA
 1985,Caribbean,Starchy Roots,NA,NA
+1985,Caribbean,Sugar,NA,NA
 1986,Caribbean,Ruminants,NA,NA
 1986,Caribbean,Cereals,NA,NA
 1986,Caribbean,Monogastrics,NA,NA
-1986,Caribbean,Oilcrops,NA,NA
-1986,Caribbean,Pulses,NA,NA
+1986,Caribbean,FruitVeg,NA,NA
+1986,Caribbean,OilcropsPulses,NA,NA
 1986,Caribbean,Starchy Roots,NA,NA
+1986,Caribbean,Sugar,NA,NA
 1987,Caribbean,Ruminants,NA,NA
 1987,Caribbean,Cereals,NA,NA
 1987,Caribbean,Monogastrics,NA,NA
-1987,Caribbean,Oilcrops,NA,NA
-1987,Caribbean,Pulses,NA,NA
+1987,Caribbean,FruitVeg,NA,NA
+1987,Caribbean,OilcropsPulses,NA,NA
 1987,Caribbean,Starchy Roots,NA,NA
+1987,Caribbean,Sugar,NA,NA
 1988,Caribbean,Ruminants,NA,NA
 1988,Caribbean,Cereals,NA,NA
 1988,Caribbean,Monogastrics,NA,NA
-1988,Caribbean,Oilcrops,NA,NA
-1988,Caribbean,Pulses,NA,NA
+1988,Caribbean,FruitVeg,NA,NA
+1988,Caribbean,OilcropsPulses,NA,NA
 1988,Caribbean,Starchy Roots,NA,NA
+1988,Caribbean,Sugar,NA,NA
 1989,Caribbean,Ruminants,NA,NA
 1989,Caribbean,Cereals,NA,NA
 1989,Caribbean,Monogastrics,NA,NA
-1989,Caribbean,Oilcrops,NA,NA
-1989,Caribbean,Pulses,NA,NA
+1989,Caribbean,FruitVeg,NA,NA
+1989,Caribbean,OilcropsPulses,NA,NA
 1989,Caribbean,Starchy Roots,NA,NA
+1989,Caribbean,Sugar,NA,NA
 1990,Caribbean,Ruminants,NA,NA
 1990,Caribbean,Cereals,NA,NA
 1990,Caribbean,Monogastrics,NA,NA
-1990,Caribbean,Oilcrops,NA,NA
-1990,Caribbean,Pulses,NA,NA
+1990,Caribbean,FruitVeg,NA,NA
+1990,Caribbean,OilcropsPulses,NA,NA
 1990,Caribbean,Starchy Roots,NA,NA
+1990,Caribbean,Sugar,NA,NA
 1991,Caribbean,Ruminants,NA,NA
 1991,Caribbean,Cereals,NA,NA
 1991,Caribbean,Monogastrics,NA,NA
-1991,Caribbean,Oilcrops,NA,NA
-1991,Caribbean,Pulses,NA,NA
+1991,Caribbean,FruitVeg,NA,NA
+1991,Caribbean,OilcropsPulses,NA,NA
 1991,Caribbean,Starchy Roots,NA,NA
+1991,Caribbean,Sugar,NA,NA
 1992,Caribbean,Ruminants,NA,NA
 1992,Caribbean,Cereals,NA,NA
 1992,Caribbean,Monogastrics,NA,NA
-1992,Caribbean,Oilcrops,NA,NA
-1992,Caribbean,Pulses,NA,NA
+1992,Caribbean,FruitVeg,NA,NA
+1992,Caribbean,OilcropsPulses,NA,NA
 1992,Caribbean,Starchy Roots,NA,NA
+1992,Caribbean,Sugar,NA,NA
 1993,Caribbean,Ruminants,NA,NA
 1993,Caribbean,Cereals,NA,NA
 1993,Caribbean,Monogastrics,NA,NA
-1993,Caribbean,Oilcrops,NA,NA
-1993,Caribbean,Pulses,NA,NA
+1993,Caribbean,FruitVeg,NA,NA
+1993,Caribbean,OilcropsPulses,NA,NA
 1993,Caribbean,Starchy Roots,NA,NA
+1993,Caribbean,Sugar,NA,NA
 1994,Caribbean,Ruminants,NA,NA
 1994,Caribbean,Cereals,NA,NA
 1994,Caribbean,Monogastrics,NA,NA
-1994,Caribbean,Oilcrops,NA,NA
-1994,Caribbean,Pulses,NA,NA
+1994,Caribbean,FruitVeg,NA,NA
+1994,Caribbean,OilcropsPulses,NA,NA
 1994,Caribbean,Starchy Roots,NA,NA
+1994,Caribbean,Sugar,NA,NA
 1995,Caribbean,Ruminants,NA,NA
 1995,Caribbean,Cereals,NA,NA
 1995,Caribbean,Monogastrics,NA,NA
-1995,Caribbean,Oilcrops,NA,NA
-1995,Caribbean,Pulses,NA,NA
+1995,Caribbean,FruitVeg,NA,NA
+1995,Caribbean,OilcropsPulses,NA,NA
 1995,Caribbean,Starchy Roots,NA,NA
+1995,Caribbean,Sugar,NA,NA
 1996,Caribbean,Ruminants,NA,NA
 1996,Caribbean,Cereals,NA,NA
 1996,Caribbean,Monogastrics,NA,NA
-1996,Caribbean,Oilcrops,NA,NA
-1996,Caribbean,Pulses,NA,NA
+1996,Caribbean,FruitVeg,NA,NA
+1996,Caribbean,OilcropsPulses,NA,NA
 1996,Caribbean,Starchy Roots,NA,NA
+1996,Caribbean,Sugar,NA,NA
 1997,Caribbean,Ruminants,NA,NA
 1997,Caribbean,Cereals,NA,NA
 1997,Caribbean,Monogastrics,NA,NA
-1997,Caribbean,Oilcrops,NA,NA
-1997,Caribbean,Pulses,NA,NA
+1997,Caribbean,FruitVeg,NA,NA
+1997,Caribbean,OilcropsPulses,NA,NA
 1997,Caribbean,Starchy Roots,NA,NA
+1997,Caribbean,Sugar,NA,NA
 1998,Caribbean,Ruminants,NA,NA
 1998,Caribbean,Cereals,NA,NA
 1998,Caribbean,Monogastrics,NA,NA
-1998,Caribbean,Oilcrops,NA,NA
-1998,Caribbean,Pulses,NA,NA
+1998,Caribbean,FruitVeg,NA,NA
+1998,Caribbean,OilcropsPulses,NA,NA
 1998,Caribbean,Starchy Roots,NA,NA
+1998,Caribbean,Sugar,NA,NA
 1999,Caribbean,Ruminants,NA,NA
 1999,Caribbean,Cereals,NA,NA
 1999,Caribbean,Monogastrics,NA,NA
-1999,Caribbean,Oilcrops,NA,NA
-1999,Caribbean,Pulses,NA,NA
+1999,Caribbean,FruitVeg,NA,NA
+1999,Caribbean,OilcropsPulses,NA,NA
 1999,Caribbean,Starchy Roots,NA,NA
+1999,Caribbean,Sugar,NA,NA
 2000,Caribbean,Ruminants,NA,NA
 2000,Caribbean,Cereals,NA,NA
 2000,Caribbean,Monogastrics,NA,NA
-2000,Caribbean,Oilcrops,NA,NA
-2000,Caribbean,Pulses,NA,NA
+2000,Caribbean,FruitVeg,NA,NA
+2000,Caribbean,OilcropsPulses,NA,NA
 2000,Caribbean,Starchy Roots,NA,NA
+2000,Caribbean,Sugar,NA,NA
 2001,Caribbean,Ruminants,NA,NA
 2001,Caribbean,Cereals,NA,NA
 2001,Caribbean,Monogastrics,NA,NA
-2001,Caribbean,Oilcrops,NA,NA
-2001,Caribbean,Pulses,NA,NA
+2001,Caribbean,FruitVeg,NA,NA
+2001,Caribbean,OilcropsPulses,NA,NA
 2001,Caribbean,Starchy Roots,NA,NA
+2001,Caribbean,Sugar,NA,NA
 2002,Caribbean,Ruminants,NA,NA
 2002,Caribbean,Cereals,NA,NA
 2002,Caribbean,Monogastrics,NA,NA
-2002,Caribbean,Oilcrops,NA,NA
-2002,Caribbean,Pulses,NA,NA
+2002,Caribbean,FruitVeg,NA,NA
+2002,Caribbean,OilcropsPulses,NA,NA
 2002,Caribbean,Starchy Roots,NA,NA
+2002,Caribbean,Sugar,NA,NA
 2003,Caribbean,Ruminants,NA,NA
 2003,Caribbean,Cereals,NA,NA
 2003,Caribbean,Monogastrics,NA,NA
-2003,Caribbean,Oilcrops,NA,NA
-2003,Caribbean,Pulses,NA,NA
+2003,Caribbean,FruitVeg,NA,NA
+2003,Caribbean,OilcropsPulses,NA,NA
 2003,Caribbean,Starchy Roots,NA,NA
+2003,Caribbean,Sugar,NA,NA
 2004,Caribbean,Ruminants,NA,NA
 2004,Caribbean,Cereals,NA,NA
 2004,Caribbean,Monogastrics,NA,NA
-2004,Caribbean,Oilcrops,NA,NA
-2004,Caribbean,Pulses,NA,NA
+2004,Caribbean,FruitVeg,NA,NA
+2004,Caribbean,OilcropsPulses,NA,NA
 2004,Caribbean,Starchy Roots,NA,NA
+2004,Caribbean,Sugar,NA,NA
 2005,Caribbean,Ruminants,NA,NA
 2005,Caribbean,Cereals,NA,NA
 2005,Caribbean,Monogastrics,NA,NA
-2005,Caribbean,Oilcrops,NA,NA
-2005,Caribbean,Pulses,NA,NA
+2005,Caribbean,FruitVeg,NA,NA
+2005,Caribbean,OilcropsPulses,NA,NA
 2005,Caribbean,Starchy Roots,NA,NA
+2005,Caribbean,Sugar,NA,NA
 2006,Caribbean,Ruminants,NA,NA
 2006,Caribbean,Cereals,NA,NA
 2006,Caribbean,Monogastrics,NA,NA
-2006,Caribbean,Oilcrops,NA,NA
-2006,Caribbean,Pulses,NA,NA
+2006,Caribbean,FruitVeg,NA,NA
+2006,Caribbean,OilcropsPulses,NA,NA
 2006,Caribbean,Starchy Roots,NA,NA
+2006,Caribbean,Sugar,NA,NA
 2007,Caribbean,Ruminants,NA,NA
 2007,Caribbean,Cereals,NA,NA
 2007,Caribbean,Monogastrics,NA,NA
-2007,Caribbean,Oilcrops,NA,NA
-2007,Caribbean,Pulses,NA,NA
+2007,Caribbean,FruitVeg,NA,NA
+2007,Caribbean,OilcropsPulses,NA,NA
 2007,Caribbean,Starchy Roots,NA,NA
+2007,Caribbean,Sugar,NA,NA
 2008,Caribbean,Ruminants,NA,NA
 2008,Caribbean,Cereals,NA,NA
 2008,Caribbean,Monogastrics,NA,NA
-2008,Caribbean,Oilcrops,NA,NA
-2008,Caribbean,Pulses,NA,NA
+2008,Caribbean,FruitVeg,NA,NA
+2008,Caribbean,OilcropsPulses,NA,NA
 2008,Caribbean,Starchy Roots,NA,NA
+2008,Caribbean,Sugar,NA,NA
 2009,Caribbean,Ruminants,NA,NA
 2009,Caribbean,Cereals,NA,NA
 2009,Caribbean,Monogastrics,NA,NA
-2009,Caribbean,Oilcrops,NA,NA
-2009,Caribbean,Pulses,NA,NA
+2009,Caribbean,FruitVeg,NA,NA
+2009,Caribbean,OilcropsPulses,NA,NA
 2009,Caribbean,Starchy Roots,NA,NA
+2009,Caribbean,Sugar,NA,NA
 2010,Caribbean,Ruminants,NA,NA
 2010,Caribbean,Cereals,NA,NA
 2010,Caribbean,Monogastrics,NA,NA
-2010,Caribbean,Oilcrops,NA,NA
-2010,Caribbean,Pulses,NA,NA
+2010,Caribbean,FruitVeg,NA,NA
+2010,Caribbean,OilcropsPulses,NA,NA
 2010,Caribbean,Starchy Roots,NA,NA
+2010,Caribbean,Sugar,NA,NA
 2011,Caribbean,Ruminants,NA,NA
 2011,Caribbean,Cereals,NA,NA
 2011,Caribbean,Monogastrics,NA,NA
-2011,Caribbean,Oilcrops,NA,NA
-2011,Caribbean,Pulses,NA,NA
+2011,Caribbean,FruitVeg,NA,NA
+2011,Caribbean,OilcropsPulses,NA,NA
 2011,Caribbean,Starchy Roots,NA,NA
+2011,Caribbean,Sugar,NA,NA
 1961,Central African Republic,Ruminants,1.529229,0.278840252179366
 1961,Central African Republic,Cereals,1.529229,0.0409729347272384
 1961,Central African Republic,Monogastrics,1.529229,0.00396565851157675
-1961,Central African Republic,Oilcrops,1.529229,0.028823675198417
-1961,Central African Republic,Pulses,1.529229,0.00223576717417731
+1961,Central African Republic,FruitVeg,1.529229,0.0819301752713296
+1961,Central African Republic,OilcropsPulses,1.529229,0.0310594423725943
 1961,Central African Republic,Starchy Roots,1.529229,0.537330249426345
+1961,Central African Republic,Sugar,1.529229,0.00158053502778197
 1962,Central African Republic,Ruminants,1.556656,0.279817955926036
 1962,Central African Republic,Cereals,1.556656,0.0483247422680412
 1962,Central African Republic,Monogastrics,1.556656,0.00444227883360229
-1962,Central African Republic,Oilcrops,1.556656,0.0314783741558829
-1962,Central African Republic,Pulses,1.556656,0.00219444758507981
+1962,Central African Republic,FruitVeg,1.556656,0.0819789343310275
+1962,Central African Republic,OilcropsPulses,1.556656,0.0336728217409627
 1962,Central African Republic,Starchy Roots,1.556656,0.482736070140095
+1962,Central African Republic,Sugar,1.556656,0.00167281660174117
 1963,Central African Republic,Ruminants,1.585765,0.28288699775818
 1963,Central African Republic,Cereals,1.585765,0.0463050956478419
 1963,Central African Republic,Monogastrics,1.585765,0.00470271446273565
-1963,Central African Republic,Oilcrops,1.585765,0.0295775225206761
-1963,Central African Republic,Pulses,1.585765,0.00215353472929469
+1963,Central African Republic,FruitVeg,1.585765,0.0824977219197044
+1963,Central African Republic,OilcropsPulses,1.585765,0.0317310572499708
 1963,Central African Republic,Starchy Roots,1.585765,0.473188019662434
+1963,Central African Republic,Sugar,1.585765,0.00188237223043768
 1964,Central African Republic,Ruminants,1.616515,0.278274992808604
 1964,Central African Republic,Cereals,1.616515,0.0484047472494842
 1964,Central African Republic,Monogastrics,1.616515,0.00541114681892837
-1964,Central African Republic,Oilcrops,1.616515,0.0294769921714305
-1964,Central African Republic,Pulses,1.616515,0.00211318793824988
+1964,Central African Republic,FruitVeg,1.616515,0.0838866326634767
+1964,Central African Republic,OilcropsPulses,1.616515,0.0315901801096804
 1964,Central African Republic,Starchy Roots,1.616515,0.452929295428746
+1964,Central African Republic,Sugar,1.616515,0.0017933641197267
 1965,Central African Republic,Ruminants,1.64883,0.273779771110424
 1965,Central African Republic,Cereals,1.64883,0.0470958194598594
 1965,Central African Republic,Monogastrics,1.64883,0.00591892432815997
-1965,Central African Republic,Oilcrops,1.64883,0.0280289659940685
-1965,Central African Republic,Pulses,1.64883,0.00207116561440537
+1965,Central African Republic,FruitVeg,1.64883,0.0842348817039962
+1965,Central African Republic,OilcropsPulses,1.64883,0.0301001316084739
 1965,Central African Republic,Starchy Roots,1.64883,0.533686917389907
+1965,Central African Republic,Sugar,1.64883,0.00143374392751224
 1966,Central African Republic,Ruminants,1.682874,0.281997998661813
 1966,Central African Republic,Cereals,1.682874,0.0480576680131727
 1966,Central African Republic,Monogastrics,1.682874,0.00704021810307842
-1966,Central African Republic,Oilcrops,1.682874,0.0295025058322845
-1966,Central African Republic,Pulses,1.682874,0.0020268897136684
+1966,Central African Republic,FruitVeg,1.682874,0.0834376192156989
+1966,Central African Republic,OilcropsPulses,1.682874,0.0315293955459529
 1966,Central African Republic,Starchy Roots,1.682874,0.426890545578576
+1966,Central African Republic,Sugar,1.682874,0.00193240848690989
 1967,Central African Republic,Ruminants,1.718558,0.289636078619401
 1967,Central African Republic,Cereals,1.718558,0.0494693807250032
 1967,Central African Republic,Monogastrics,1.718558,0.00729495309439658
-1967,Central African Republic,Oilcrops,1.718558,0.0355315328315949
-1967,Central African Republic,Pulses,1.718558,0.00207266789948317
+1967,Central African Republic,FruitVeg,1.718558,0.0828491095441644
+1967,Central African Republic,OilcropsPulses,1.718558,0.037604200731078
 1967,Central African Republic,Starchy Roots,1.718558,0.441512011814556
+1967,Central African Republic,Sugar,1.718558,0.00199353178653266
 1968,Central African Republic,Ruminants,1.75526,0.294636692000046
 1968,Central African Republic,Cereals,1.75526,0.0478276722536832
 1968,Central African Republic,Monogastrics,1.75526,0.00736483483928307
-1968,Central African Republic,Oilcrops,1.75526,0.0338832993402687
-1968,Central African Republic,Pulses,1.75526,0.00191424632248214
+1968,Central African Republic,FruitVeg,1.75526,0.081975319895628
+1968,Central African Republic,OilcropsPulses,1.75526,0.0357975456627508
 1968,Central African Republic,Starchy Roots,1.75526,0.456285678474984
+1968,Central African Republic,Sugar,1.75526,0.00232729054385105
 1969,Central African Republic,Ruminants,1.79215,0.302819741651089
 1969,Central African Republic,Cereals,1.79215,0.0474887704712217
 1969,Central African Republic,Monogastrics,1.79215,0.00740590910359066
-1969,Central African Republic,Oilcrops,1.79215,0.0334737605669168
-1969,Central African Republic,Pulses,1.79215,0.00212426415199621
+1969,Central African Republic,FruitVeg,1.79215,0.0820255000976481
+1969,Central African Republic,OilcropsPulses,1.79215,0.035598024718913
 1969,Central African Republic,Starchy Roots,1.79215,0.469491951008565
+1969,Central African Republic,Sugar,1.79215,0.00231230644756298
 1970,Central African Republic,Ruminants,1.82871,0.309949691312455
 1970,Central African Republic,Cereals,1.82871,0.0501090932952737
 1970,Central African Republic,Monogastrics,1.82871,0.00758704223195586
-1970,Central African Republic,Oilcrops,1.82871,0.0356879986438528
-1970,Central African Republic,Pulses,1.82871,0.00223709609506155
+1970,Central African Republic,FruitVeg,1.82871,0.083539763002335
+1970,Central African Republic,OilcropsPulses,1.82871,0.0379250947389143
 1970,Central African Republic,Starchy Roots,1.82871,0.484233694790317
+1970,Central African Republic,Sugar,1.82871,0.00227537444428039
 1971,Central African Republic,Ruminants,1.864757,0.31810509358592
 1971,Central African Republic,Cereals,1.864757,0.0439354832828084
 1971,Central African Republic,Monogastrics,1.864757,0.00769944823910032
-1971,Central African Republic,Oilcrops,1.864757,0.0353547405908652
-1971,Central African Republic,Pulses,1.864757,0.00228233491012502
+1971,Central African Republic,FruitVeg,1.864757,0.0844206510553386
+1971,Central African Republic,OilcropsPulses,1.864757,0.0376370755009902
 1971,Central African Republic,Starchy Roots,1.864757,0.501548459128991
+1971,Central African Republic,Sugar,1.864757,0.00221691083610358
 1972,Central African Republic,Ruminants,1.900702,0.331087777042377
 1972,Central African Republic,Cereals,1.900702,0.0379180955247061
 1972,Central African Republic,Monogastrics,1.900702,0.00783578909266155
-1972,Central African Republic,Oilcrops,1.900702,0.0352080441857798
-1972,Central African Republic,Pulses,1.900702,0.0022328592278011
+1972,Central African Republic,FruitVeg,1.900702,0.0852216707300776
+1972,Central African Republic,OilcropsPulses,1.900702,0.0374409034135809
 1972,Central African Republic,Starchy Roots,1.900702,0.518867239577798
+1972,Central African Republic,Sugar,1.900702,0.00131319901804702
 1973,Central African Republic,Ruminants,1.937383,0.34367948929045
 1973,Central African Republic,Cereals,1.937383,0.0378949335263084
 1973,Central African Republic,Monogastrics,1.937383,0.00796295827928706
-1973,Central African Republic,Oilcrops,1.937383,0.0351794147053009
-1973,Central African Republic,Pulses,1.937383,0.00223032823143385
+1973,Central African Republic,FruitVeg,1.937383,0.0859303503747065
+1973,Central African Republic,OilcropsPulses,1.937383,0.0374097429367348
 1973,Central African Republic,Starchy Roots,1.937383,0.544918067310387
+1973,Central African Republic,Sugar,1.937383,0.00157067549369433
 1974,Central African Republic,Ruminants,1.975968,0.347203294790199
 1974,Central African Republic,Cereals,1.975968,0.0472882151937683
 1974,Central African Republic,Monogastrics,1.975968,0.00801804482663687
-1974,Central African Republic,Oilcrops,1.975968,0.0452532632107403
-1974,Central African Republic,Pulses,1.975968,0.00227685873455441
+1974,Central African Republic,FruitVeg,1.975968,0.0863025109718376
+1974,Central African Republic,OilcropsPulses,1.975968,0.0475301219452947
 1974,Central African Republic,Starchy Roots,1.975968,0.51586108681922
+1974,Central African Republic,Sugar,1.975968,0.00155468104746636
 1975,Central African Republic,Ruminants,2.017379,0.355505237240994
 1975,Central African Republic,Cereals,2.017379,0.0460325005861566
 1975,Central African Republic,Monogastrics,2.017379,0.0121540870604879
-1975,Central African Republic,Oilcrops,2.017379,0.0391151092581017
-1975,Central African Republic,Pulses,2.017379,0.00227126385275152
+1975,Central African Republic,FruitVeg,2.017379,0.0867586110492872
+1975,Central African Republic,OilcropsPulses,2.017379,0.0413863731108532
 1975,Central African Republic,Starchy Roots,2.017379,0.481897551228599
+1975,Central African Republic,Sugar,2.017379,0.000943798859807701
 1976,Central African Republic,Ruminants,2.061552,0.363101294558663
 1976,Central African Republic,Cereals,2.061552,0.0426591228356112
 1976,Central African Republic,Monogastrics,2.061552,0.0147795932384922
-1976,Central African Republic,Oilcrops,2.061552,0.0419921496037937
-1976,Central African Republic,Pulses,2.061552,0.00226722391673846
+1976,Central African Republic,FruitVeg,2.061552,0.0873245011525298
+1976,Central African Republic,OilcropsPulses,2.061552,0.0442593735205321
 1976,Central African Republic,Starchy Roots,2.061552,0.484106149153647
+1976,Central African Republic,Sugar,2.061552,0.000996336740475137
 1977,Central African Republic,Ruminants,2.108417,0.349159298184372
 1977,Central African Republic,Cereals,2.108417,0.0427543507759613
 1977,Central African Republic,Monogastrics,2.108417,0.0146139497072922
-1977,Central African Republic,Oilcrops,2.108417,0.0409297591510598
-1977,Central African Republic,Pulses,2.108417,0.00225572076112078
+1977,Central African Republic,FruitVeg,2.108417,0.0879977727366076
+1977,Central African Republic,OilcropsPulses,2.108417,0.0431854799121806
 1977,Central African Republic,Starchy Roots,2.108417,0.49242109127369
+1977,Central African Republic,Sugar,2.108417,0.00123647267120309
 1978,Central African Republic,Ruminants,2.158844,0.35016689487522
 1978,Central African Republic,Cereals,2.158844,0.0391464135435446
 1978,Central African Republic,Monogastrics,2.158844,0.0162383201379998
-1978,Central African Republic,Oilcrops,2.158844,0.0386859819421876
-1978,Central African Republic,Pulses,2.158844,0.0022428670158659
+1978,Central African Republic,FruitVeg,2.158844,0.0878771231270069
+1978,Central African Republic,OilcropsPulses,2.158844,0.0409288489580535
 1978,Central African Republic,Starchy Roots,2.158844,0.498722464430038
+1978,Central African Republic,Sugar,2.158844,0.00133173124134954
 1979,Central African Republic,Ruminants,2.213888,0.321848169374422
 1979,Central African Republic,Cereals,2.213888,0.0440257140379278
 1979,Central African Republic,Monogastrics,2.213888,0.0161834293333719
-1979,Central African Republic,Oilcrops,2.213888,0.0426137184898242
-1979,Central African Republic,Pulses,2.213888,0.00222730327821462
+1979,Central African Republic,FruitVeg,2.213888,0.0877275634539778
+1979,Central African Republic,OilcropsPulses,2.213888,0.0448410217680389
 1979,Central African Republic,Starchy Roots,2.213888,0.483403406134366
+1979,Central African Republic,Sugar,2.213888,0.00137586002543941
 1980,Central African Republic,Ruminants,2.274095,0.358380454642396
 1980,Central African Republic,Cereals,2.274095,0.0430430566884849
 1980,Central African Republic,Monogastrics,2.274095,0.015896565446914
-1980,Central African Republic,Oilcrops,2.274095,0.0423218906861851
-1980,Central African Republic,Pulses,2.274095,0.00221142916193035
+1980,Central African Republic,FruitVeg,2.274095,0.0872316240086716
+1980,Central African Republic,OilcropsPulses,2.274095,0.0445333198481154
 1980,Central African Republic,Starchy Roots,2.274095,0.462014999373377
+1980,Central African Republic,Sugar,2.274095,0.00110549471328155
 1981,Central African Republic,Ruminants,2.340259,0.376912170832374
 1981,Central African Republic,Cereals,2.340259,0.0467892656325646
 1981,Central African Republic,Monogastrics,2.340259,0.0188650914279146
-1981,Central African Republic,Oilcrops,2.340259,0.0410681040004547
-1981,Central African Republic,Pulses,2.340259,0.0029988133792029
+1981,Central African Republic,FruitVeg,2.340259,0.0859144222925753
+1981,Central African Republic,OilcropsPulses,2.340259,0.0440669173796575
 1981,Central African Republic,Starchy Roots,2.340259,0.444305523448473
+1981,Central African Republic,Sugar,2.340259,0.00103706470095831
 1982,Central African Republic,Ruminants,2.411693,0.400937847395999
 1982,Central African Republic,Cereals,2.411693,0.046887808688751
 1982,Central African Republic,Monogastrics,2.411693,0.0183459088698271
-1982,Central African Republic,Oilcrops,2.411693,0.0410711479446182
-1982,Central African Republic,Pulses,2.411693,0.00369201220885079
+1982,Central African Republic,FruitVeg,2.411693,0.0851269212126087
+1982,Central African Republic,OilcropsPulses,2.411693,0.0447631601534689
 1982,Central African Republic,Starchy Roots,2.411693,0.41139854865441
+1982,Central African Republic,Sugar,2.411693,0.00118174245229389
 1983,Central African Republic,Ruminants,2.485666,0.447326430823771
 1983,Central African Republic,Cereals,2.485666,0.0462338866122802
 1983,Central African Republic,Monogastrics,2.485666,0.0184507089850366
-1983,Central African Republic,Oilcrops,2.485666,0.0397434731778123
-1983,Central African Republic,Pulses,2.485666,0.00357610394960546
+1983,Central African Republic,FruitVeg,2.485666,0.0838334675696574
+1983,Central African Republic,OilcropsPulses,2.485666,0.0433195771274178
 1983,Central African Republic,Starchy Roots,2.485666,0.367468517491891
+1983,Central African Republic,Sugar,2.485666,0.000604264611576938
 1984,Central African Republic,Ruminants,2.558432,0.422948782691899
 1984,Central African Republic,Cereals,2.558432,0.0435524571299921
 1984,Central African Republic,Monogastrics,2.558432,0.0184518877187277
-1984,Central African Republic,Oilcrops,2.558432,0.0341939906943003
-1984,Central African Republic,Pulses,2.558432,0.00383437980763217
+1984,Central African Republic,FruitVeg,2.558432,0.0837970288051432
+1984,Central African Republic,OilcropsPulses,2.558432,0.0380283705019324
 1984,Central African Republic,Starchy Roots,2.558432,0.328842040749959
+1984,Central African Republic,Sugar,2.558432,0.000464737776888344
 1985,Central African Republic,Ruminants,2.627424,0.423363682450948
 1985,Central African Republic,Cereals,2.627424,0.0449345061931382
 1985,Central African Republic,Monogastrics,2.627424,0.0182416694069933
-1985,Central African Republic,Oilcrops,2.627424,0.0313082319412474
-1985,Central African Republic,Pulses,2.627424,0.00415121426918533
+1985,Central African Republic,FruitVeg,2.627424,0.0827258942599291
+1985,Central African Republic,OilcropsPulses,2.627424,0.0354594462104327
 1985,Central African Republic,Starchy Roots,2.627424,0.291584456867259
+1985,Central African Republic,Sugar,2.627424,0.00133172263022641
 1986,Central African Republic,Ruminants,2.691312,0.422809395566177
 1986,Central African Republic,Cereals,2.691312,0.0494736396226079
 1986,Central African Republic,Monogastrics,2.691312,0.0188490594921733
-1986,Central African Republic,Oilcrops,2.691312,0.0352274281094128
-1986,Central African Republic,Pulses,2.691312,0.00397947172234211
+1986,Central African Republic,FruitVeg,2.691312,0.0822713977420678
+1986,Central African Republic,OilcropsPulses,2.691312,0.0392068998317549
 1986,Central African Republic,Starchy Roots,2.691312,0.288004883863335
+1986,Central African Republic,Sugar,2.691312,0.00168170765782637
 1987,Central African Republic,Ruminants,2.751163,0.457526689621807
 1987,Central African Republic,Cereals,2.751163,0.0526235631985455
 1987,Central African Republic,Monogastrics,2.751163,0.0197557178545946
-1987,Central African Republic,Oilcrops,2.751163,0.0357514258515399
-1987,Central African Republic,Pulses,2.751163,0.00423820762346688
+1987,Central African Republic,FruitVeg,2.751163,0.0825770774032654
+1987,Central African Republic,OilcropsPulses,2.751163,0.0399896334750068
 1987,Central African Republic,Starchy Roots,2.751163,0.255052499615617
+1987,Central African Republic,Sugar,2.751163,0.00168365160479405
 1988,Central African Republic,Ruminants,2.80972,0.478129528921031
 1988,Central African Republic,Cereals,2.80972,0.0493668408239967
 1988,Central African Republic,Monogastrics,2.80972,0.0199817063621998
-1988,Central African Republic,Oilcrops,2.80972,0.0349501017895022
-1988,Central African Republic,Pulses,2.80972,0.00411144170949418
+1988,Central African Republic,FruitVeg,2.80972,0.0829737482738494
+1988,Central African Republic,OilcropsPulses,2.80972,0.0390615434989963
 1988,Central African Republic,Starchy Roots,2.80972,0.254272667739134
+1988,Central African Republic,Sugar,2.80972,0.00347614708938969
 1989,Central African Republic,Ruminants,2.871005,0.483553738150926
 1989,Central African Republic,Cereals,2.871005,0.050694791545121
 1989,Central African Republic,Monogastrics,2.871005,0.0201725179858621
-1989,Central African Republic,Oilcrops,2.871005,0.0362026537745493
-1989,Central African Republic,Pulses,2.871005,0.00467954601263321
+1989,Central African Republic,FruitVeg,2.871005,0.0831726172542368
+1989,Central African Republic,OilcropsPulses,2.871005,0.0408821997871825
 1989,Central African Republic,Starchy Roots,2.871005,0.246254186251853
+1989,Central African Republic,Sugar,2.871005,0.00334934979214596
 1990,Central African Republic,Ruminants,2.937832,0.486990406531075
 1990,Central African Republic,Cereals,2.937832,0.0490674756078632
 1990,Central African Republic,Monogastrics,2.937832,0.0213433579592026
-1990,Central African Republic,Oilcrops,2.937832,0.0307706499214387
-1990,Central African Republic,Pulses,2.937832,0.00464117757584504
+1990,Central African Republic,FruitVeg,2.937832,0.0825043773776036
+1990,Central African Republic,OilcropsPulses,2.937832,0.0354118274972837
 1990,Central African Republic,Starchy Roots,2.937832,0.263631821016314
+1990,Central African Republic,Sugar,2.937832,0.00405435028279357
 1991,Central African Republic,Ruminants,3.01095,0.493741111609293
 1991,Central African Republic,Cereals,3.01095,0.0483319218186951
 1991,Central African Republic,Monogastrics,3.01095,0.0209451834138727
-1991,Central African Republic,Oilcrops,3.01095,0.0303860907686943
-1991,Central African Republic,Pulses,3.01095,0.00535312775037779
+1991,Central African Republic,FruitVeg,3.01095,0.0826413590395058
+1991,Central African Republic,OilcropsPulses,3.01095,0.0357392185190721
 1991,Central African Republic,Starchy Roots,3.01095,0.275251996878062
+1991,Central African Republic,Sugar,3.01095,0.00308772978628008
 1992,Central African Republic,Ruminants,3.089141,0.498548334310412
 1992,Central African Republic,Cereals,3.089141,0.0489857860162421
 1992,Central African Republic,Monogastrics,3.089141,0.020811934450386
-1992,Central African Republic,Oilcrops,3.089141,0.0304589528286342
-1992,Central African Republic,Pulses,3.089141,0.00549732109994332
+1992,Central African Republic,FruitVeg,3.089141,0.0821441947777716
+1992,Central African Republic,OilcropsPulses,3.089141,0.0359562739285776
 1992,Central African Republic,Starchy Roots,3.089141,0.272342376084484
+1992,Central African Republic,Sugar,3.089141,0.0033141899317642
 1993,Central African Republic,Ruminants,3.170848,0.499543749810776
 1993,Central African Republic,Cereals,3.170848,0.0506738260553644
 1993,Central African Republic,Monogastrics,3.170848,0.0217331136654926
-1993,Central African Republic,Oilcrops,3.170848,0.0286516414536427
-1993,Central African Republic,Pulses,3.170848,0.00598514971389357
+1993,Central African Republic,FruitVeg,3.170848,0.0825911554259302
+1993,Central African Republic,OilcropsPulses,3.170848,0.0346367911675363
 1993,Central African Republic,Starchy Roots,3.170848,0.263028691378458
+1993,Central African Republic,Sugar,3.170848,0.00296009143295421
 1994,Central African Republic,Ruminants,3.253698,0.490495368654374
 1994,Central African Republic,Cereals,3.253698,0.0497237297376708
 1994,Central African Republic,Monogastrics,3.253698,0.022416186136513
-1994,Central African Republic,Oilcrops,3.253698,0.031163617520741
-1994,Central African Republic,Pulses,3.253698,0.00550911608883185
+1994,Central African Republic,FruitVeg,3.253698,0.0829250286904316
+1994,Central African Republic,OilcropsPulses,3.253698,0.0366727336095729
 1994,Central African Republic,Starchy Roots,3.253698,0.24811583619623
+1994,Central African Republic,Sugar,3.253698,0.00424747471953451
 1995,Central African Republic,Ruminants,3.33584,0.504649983212624
 1995,Central African Republic,Cereals,3.33584,0.0491177634418917
 1995,Central African Republic,Monogastrics,3.33584,0.0233028262746415
-1995,Central African Republic,Oilcrops,3.33584,0.0306975154683678
-1995,Central African Republic,Pulses,3.33584,0.00559559211472972
+1995,Central African Republic,FruitVeg,3.33584,0.0839090004316754
+1995,Central African Republic,OilcropsPulses,3.33584,0.0362931075830975
 1995,Central African Republic,Starchy Roots,3.33584,0.250388807616672
+1995,Central African Republic,Sugar,3.33584,0.00451700321358338
 1996,Central African Republic,Ruminants,3.417163,0.595854807043152
 1996,Central African Republic,Cereals,3.417163,0.0458544119785916
 1996,Central African Republic,Monogastrics,3.417163,0.0254857318775838
-1996,Central African Republic,Oilcrops,3.417163,0.0324599675227667
-1996,Central African Republic,Pulses,3.417163,0.00743394447382229
+1996,Central African Republic,FruitVeg,3.417163,0.0817180801735241
+1996,Central African Republic,OilcropsPulses,3.417163,0.039893911996589
 1996,Central African Republic,Starchy Roots,3.417163,0.263515670747927
+1996,Central African Republic,Sugar,3.417163,0.00285968213983354
 1997,Central African Republic,Ruminants,3.49791,0.505574728909549
 1997,Central African Republic,Cereals,3.49791,0.0419973641403009
 1997,Central African Republic,Monogastrics,3.49791,0.0258776526554428
-1997,Central African Republic,Oilcrops,3.49791,0.0347278803628452
-1997,Central African Republic,Pulses,3.49791,0.00556217855805324
+1997,Central African Republic,FruitVeg,3.49791,0.0845662123954018
+1997,Central African Republic,OilcropsPulses,3.49791,0.0402900589208985
 1997,Central African Republic,Starchy Roots,3.49791,0.280460046141839
+1997,Central African Republic,Sugar,3.49791,0.00532975405313459
 1998,Central African Republic,Ruminants,3.577028,0.505848095122543
 1998,Central African Republic,Cereals,3.577028,0.0485950906730392
 1998,Central African Republic,Monogastrics,3.577028,0.024932374026706
-1998,Central African Republic,Oilcrops,3.577028,0.0337799983673597
-1998,Central African Republic,Pulses,3.577028,0.00741537388021564
+1998,Central African Republic,FruitVeg,3.577028,0.0851315673234875
+1998,Central African Republic,OilcropsPulses,3.577028,0.0411953722475754
 1998,Central African Republic,Starchy Roots,3.577028,0.286870273310693
+1998,Central African Republic,Sugar,3.577028,0.00534326261913522
 1999,Central African Republic,Ruminants,3.65331,0.498657409308271
 1999,Central African Republic,Cereals,3.65331,0.0517292537452338
 1999,Central African Republic,Monogastrics,3.65331,0.0245093901147179
-1999,Central African Republic,Oilcrops,3.65331,0.0353684740687212
-1999,Central African Republic,Pulses,3.65331,0.00560833873938976
+1999,Central African Republic,FruitVeg,3.65331,0.0809476885345071
+1999,Central African Republic,OilcropsPulses,3.65331,0.040976812808111
 1999,Central African Republic,Starchy Roots,3.65331,0.258351467573242
+1999,Central African Republic,Sugar,3.65331,0.0040196424612201
 2000,Central African Republic,Ruminants,3.726048,0.608532257233401
 2000,Central African Republic,Cereals,3.726048,0.053126529770953
 2000,Central African Republic,Monogastrics,3.726048,0.0245774343218338
-2000,Central African Republic,Oilcrops,3.726048,0.032945898710913
-2000,Central African Republic,Pulses,3.726048,0.00621999501885107
+2000,Central African Republic,FruitVeg,3.726048,0.0845456097183933
+2000,Central African Republic,OilcropsPulses,3.726048,0.0391658937297641
 2000,Central African Republic,Starchy Roots,3.726048,0.259528862752171
+2000,Central African Republic,Sugar,3.726048,0.00638290220630545
 2001,Central African Republic,Ruminants,3.794677,0.598953507768909
 2001,Central African Republic,Cereals,3.794677,0.0531518229351273
 2001,Central African Republic,Monogastrics,3.794677,0.0250622912042316
-2001,Central African Republic,Oilcrops,3.794677,0.0367351424113304
-2001,Central African Republic,Pulses,3.794677,0.00655470808187363
+2001,Central African Republic,FruitVeg,3.794677,0.0836448003347848
+2001,Central African Republic,OilcropsPulses,3.794677,0.043289850493204
 2001,Central African Republic,Starchy Roots,3.794677,0.255418840654949
+2001,Central African Republic,Sugar,3.794677,0.00394420921727989
 2002,Central African Republic,Ruminants,3.859784,0.607714032702348
 2002,Central African Republic,Cereals,3.859784,0.056456268019143
 2002,Central African Republic,Monogastrics,3.859784,0.0253362105236977
-2002,Central African Republic,Oilcrops,3.859784,0.0361357008578718
-2002,Central African Republic,Pulses,3.859784,0.00681411187776311
+2002,Central African Republic,FruitVeg,3.859784,0.0812597285236687
+2002,Central African Republic,OilcropsPulses,3.859784,0.0429498127356349
 2002,Central African Republic,Starchy Roots,3.859784,0.243336155598344
+2002,Central African Republic,Sugar,3.859784,0.00380150806366367
 2003,Central African Republic,Ruminants,3.923294,0.580078755250053
 2003,Central African Republic,Cereals,3.923294,0.0568193461922558
 2003,Central African Republic,Monogastrics,3.923294,0.0257265196031702
-2003,Central African Republic,Oilcrops,3.923294,0.0355813252843147
-2003,Central African Republic,Pulses,3.923294,0.00555782972165736
+2003,Central African Republic,FruitVeg,3.923294,0.0782082607115347
+2003,Central African Republic,OilcropsPulses,3.923294,0.041139155005972
 2003,Central African Republic,Starchy Roots,3.923294,0.230535361357064
+2003,Central African Republic,Sugar,3.923294,0.00524355299398923
 2004,Central African Republic,Ruminants,3.987896,0.625610773199702
 2004,Central African Republic,Cereals,3.987896,0.0528534344927751
 2004,Central African Republic,Monogastrics,3.987896,0.0262247561119949
-2004,Central African Republic,Oilcrops,3.987896,0.0361393576963893
-2004,Central African Republic,Pulses,3.987896,0.00569473225981821
+2004,Central African Republic,FruitVeg,3.987896,0.0784493878476269
+2004,Central African Republic,OilcropsPulses,3.987896,0.0418340899562075
 2004,Central African Republic,Starchy Roots,3.987896,0.236137301474261
+2004,Central African Republic,Sugar,3.987896,0.00606485224288698
 2005,Central African Republic,Ruminants,4.055608,0.631337644072109
 2005,Central African Republic,Cereals,4.055608,0.0607218449120329
 2005,Central African Republic,Monogastrics,4.055608,0.0260166909622429
-2005,Central African Republic,Oilcrops,4.055608,0.0339825742527384
-2005,Central African Republic,Pulses,4.055608,0.00601142911247833
+2005,Central African Republic,FruitVeg,4.055608,0.0771235780183884
+2005,Central African Republic,OilcropsPulses,4.055608,0.0399940033652168
 2005,Central African Republic,Starchy Roots,4.055608,0.237368601699178
+2005,Central African Republic,Sugar,4.055608,0.00684484299271527
 2006,Central African Republic,Ruminants,4.127112,0.636726214360066
 2006,Central African Republic,Cereals,4.127112,0.0628240764970759
 2006,Central African Republic,Monogastrics,4.127112,0.0257077830696138
-2006,Central African Republic,Oilcrops,4.127112,0.0354204102045207
-2006,Central African Republic,Pulses,4.127112,0.00611492976202245
+2006,Central African Republic,FruitVeg,4.127112,0.0780451318016085
+2006,Central African Republic,OilcropsPulses,4.127112,0.0415353399665432
 2006,Central African Republic,Starchy Roots,4.127112,0.234057617045527
+2006,Central African Republic,Sugar,4.127112,0.00517141284268515
 2007,Central African Republic,Ruminants,4.202104,0.668475197186933
 2007,Central African Republic,Cereals,4.202104,0.060940424130388
 2007,Central African Republic,Monogastrics,4.202104,0.0252972558508785
-2007,Central African Republic,Oilcrops,4.202104,0.0378315243982538
-2007,Central African Republic,Pulses,4.202104,0.00524451560456381
+2007,Central African Republic,FruitVeg,4.202104,0.0779476186215286
+2007,Central African Republic,OilcropsPulses,4.202104,0.0430760400028176
 2007,Central African Republic,Starchy Roots,4.202104,0.24027463385009
+2007,Central African Republic,Sugar,4.202104,0.00579376426666261
 2008,Central African Republic,Ruminants,4.280405,0.647026928526623
 2008,Central African Republic,Cereals,4.280405,0.061457035023555
 2008,Central African Republic,Monogastrics,4.280405,0.0306748310031411
-2008,Central African Republic,Oilcrops,4.280405,0.037769089607175
-2008,Central African Republic,Pulses,4.280405,0.0064531276830113
+2008,Central African Republic,FruitVeg,4.280405,0.077704095757294
+2008,Central African Republic,OilcropsPulses,4.280405,0.0442222172901863
 2008,Central African Republic,Starchy Roots,4.280405,0.245316973510684
+2008,Central African Republic,Sugar,4.280405,0.00576931388501789
 2009,Central African Republic,Ruminants,4.361492,0.648058554274546
 2009,Central African Republic,Cereals,4.361492,0.0632914149561664
 2009,Central African Republic,Monogastrics,4.361492,0.0314039094878542
-2009,Central African Republic,Oilcrops,4.361492,0.0377104898965767
-2009,Central African Republic,Pulses,4.361492,0.00690130808448118
+2009,Central African Republic,FruitVeg,4.361492,0.0776660830743241
+2009,Central African Republic,OilcropsPulses,4.361492,0.0446117979810579
 2009,Central African Republic,Starchy Roots,4.361492,0.248907713232077
+2009,Central African Republic,Sugar,4.361492,0.00541878788267868
 2010,Central African Republic,Ruminants,4.444973,0.674818159750352
 2010,Central African Republic,Cereals,4.444973,0.068024485188099
 2010,Central African Republic,Monogastrics,4.444973,0.0324323904779624
-2010,Central African Republic,Oilcrops,4.444973,0.0325313562084629
-2010,Central African Republic,Pulses,4.444973,0.00831253643160487
+2010,Central African Republic,FruitVeg,4.444973,0.0746942669842989
+2010,Central African Republic,OilcropsPulses,4.444973,0.0408438926400678
 2010,Central African Republic,Starchy Roots,4.444973,0.256689748171699
+2010,Central African Republic,Sugar,4.444973,0.00495706048158223
 2011,Central African Republic,Ruminants,4.530903,0.691875813717486
 2011,Central African Republic,Cereals,4.530903,0.0678438712989442
 2011,Central African Republic,Monogastrics,4.530903,0.0309735167581385
-2011,Central African Republic,Oilcrops,4.530903,0.0333145512053558
-2011,Central African Republic,Pulses,4.530903,0.0082049869529319
+2011,Central African Republic,FruitVeg,4.530903,0.0747583870146856
+2011,Central African Republic,OilcropsPulses,4.530903,0.0415195381582876
 2011,Central African Republic,Starchy Roots,4.530903,0.261895255758069
+2011,Central African Republic,Sugar,4.530903,0.00520823332567482
 1961,Central America,Ruminants,NA,NA
 1961,Central America,Cereals,NA,NA
 1961,Central America,Monogastrics,NA,NA
-1961,Central America,Oilcrops,NA,NA
-1961,Central America,Pulses,NA,NA
+1961,Central America,FruitVeg,NA,NA
+1961,Central America,OilcropsPulses,NA,NA
 1961,Central America,Starchy Roots,NA,NA
+1961,Central America,Sugar,NA,NA
 1962,Central America,Ruminants,NA,NA
 1962,Central America,Cereals,NA,NA
 1962,Central America,Monogastrics,NA,NA
-1962,Central America,Oilcrops,NA,NA
-1962,Central America,Pulses,NA,NA
+1962,Central America,FruitVeg,NA,NA
+1962,Central America,OilcropsPulses,NA,NA
 1962,Central America,Starchy Roots,NA,NA
+1962,Central America,Sugar,NA,NA
 1963,Central America,Ruminants,NA,NA
 1963,Central America,Cereals,NA,NA
 1963,Central America,Monogastrics,NA,NA
-1963,Central America,Oilcrops,NA,NA
-1963,Central America,Pulses,NA,NA
+1963,Central America,FruitVeg,NA,NA
+1963,Central America,OilcropsPulses,NA,NA
 1963,Central America,Starchy Roots,NA,NA
+1963,Central America,Sugar,NA,NA
 1964,Central America,Ruminants,NA,NA
 1964,Central America,Cereals,NA,NA
 1964,Central America,Monogastrics,NA,NA
-1964,Central America,Oilcrops,NA,NA
-1964,Central America,Pulses,NA,NA
+1964,Central America,FruitVeg,NA,NA
+1964,Central America,OilcropsPulses,NA,NA
 1964,Central America,Starchy Roots,NA,NA
+1964,Central America,Sugar,NA,NA
 1965,Central America,Ruminants,NA,NA
 1965,Central America,Cereals,NA,NA
 1965,Central America,Monogastrics,NA,NA
-1965,Central America,Oilcrops,NA,NA
-1965,Central America,Pulses,NA,NA
+1965,Central America,FruitVeg,NA,NA
+1965,Central America,OilcropsPulses,NA,NA
 1965,Central America,Starchy Roots,NA,NA
+1965,Central America,Sugar,NA,NA
 1966,Central America,Ruminants,NA,NA
 1966,Central America,Cereals,NA,NA
 1966,Central America,Monogastrics,NA,NA
-1966,Central America,Oilcrops,NA,NA
-1966,Central America,Pulses,NA,NA
+1966,Central America,FruitVeg,NA,NA
+1966,Central America,OilcropsPulses,NA,NA
 1966,Central America,Starchy Roots,NA,NA
+1966,Central America,Sugar,NA,NA
 1967,Central America,Ruminants,NA,NA
 1967,Central America,Cereals,NA,NA
 1967,Central America,Monogastrics,NA,NA
-1967,Central America,Oilcrops,NA,NA
-1967,Central America,Pulses,NA,NA
+1967,Central America,FruitVeg,NA,NA
+1967,Central America,OilcropsPulses,NA,NA
 1967,Central America,Starchy Roots,NA,NA
+1967,Central America,Sugar,NA,NA
 1968,Central America,Ruminants,NA,NA
 1968,Central America,Cereals,NA,NA
 1968,Central America,Monogastrics,NA,NA
-1968,Central America,Oilcrops,NA,NA
-1968,Central America,Pulses,NA,NA
+1968,Central America,FruitVeg,NA,NA
+1968,Central America,OilcropsPulses,NA,NA
 1968,Central America,Starchy Roots,NA,NA
+1968,Central America,Sugar,NA,NA
 1969,Central America,Ruminants,NA,NA
 1969,Central America,Cereals,NA,NA
 1969,Central America,Monogastrics,NA,NA
-1969,Central America,Oilcrops,NA,NA
-1969,Central America,Pulses,NA,NA
+1969,Central America,FruitVeg,NA,NA
+1969,Central America,OilcropsPulses,NA,NA
 1969,Central America,Starchy Roots,NA,NA
+1969,Central America,Sugar,NA,NA
 1970,Central America,Ruminants,NA,NA
 1970,Central America,Cereals,NA,NA
 1970,Central America,Monogastrics,NA,NA
-1970,Central America,Oilcrops,NA,NA
-1970,Central America,Pulses,NA,NA
+1970,Central America,FruitVeg,NA,NA
+1970,Central America,OilcropsPulses,NA,NA
 1970,Central America,Starchy Roots,NA,NA
+1970,Central America,Sugar,NA,NA
 1971,Central America,Ruminants,NA,NA
 1971,Central America,Cereals,NA,NA
 1971,Central America,Monogastrics,NA,NA
-1971,Central America,Oilcrops,NA,NA
-1971,Central America,Pulses,NA,NA
+1971,Central America,FruitVeg,NA,NA
+1971,Central America,OilcropsPulses,NA,NA
 1971,Central America,Starchy Roots,NA,NA
+1971,Central America,Sugar,NA,NA
 1972,Central America,Ruminants,NA,NA
 1972,Central America,Cereals,NA,NA
 1972,Central America,Monogastrics,NA,NA
-1972,Central America,Oilcrops,NA,NA
-1972,Central America,Pulses,NA,NA
+1972,Central America,FruitVeg,NA,NA
+1972,Central America,OilcropsPulses,NA,NA
 1972,Central America,Starchy Roots,NA,NA
+1972,Central America,Sugar,NA,NA
 1973,Central America,Ruminants,NA,NA
 1973,Central America,Cereals,NA,NA
 1973,Central America,Monogastrics,NA,NA
-1973,Central America,Oilcrops,NA,NA
-1973,Central America,Pulses,NA,NA
+1973,Central America,FruitVeg,NA,NA
+1973,Central America,OilcropsPulses,NA,NA
 1973,Central America,Starchy Roots,NA,NA
+1973,Central America,Sugar,NA,NA
 1974,Central America,Ruminants,NA,NA
 1974,Central America,Cereals,NA,NA
 1974,Central America,Monogastrics,NA,NA
-1974,Central America,Oilcrops,NA,NA
-1974,Central America,Pulses,NA,NA
+1974,Central America,FruitVeg,NA,NA
+1974,Central America,OilcropsPulses,NA,NA
 1974,Central America,Starchy Roots,NA,NA
+1974,Central America,Sugar,NA,NA
 1975,Central America,Ruminants,NA,NA
 1975,Central America,Cereals,NA,NA
 1975,Central America,Monogastrics,NA,NA
-1975,Central America,Oilcrops,NA,NA
-1975,Central America,Pulses,NA,NA
+1975,Central America,FruitVeg,NA,NA
+1975,Central America,OilcropsPulses,NA,NA
 1975,Central America,Starchy Roots,NA,NA
+1975,Central America,Sugar,NA,NA
 1976,Central America,Ruminants,NA,NA
 1976,Central America,Cereals,NA,NA
 1976,Central America,Monogastrics,NA,NA
-1976,Central America,Oilcrops,NA,NA
-1976,Central America,Pulses,NA,NA
+1976,Central America,FruitVeg,NA,NA
+1976,Central America,OilcropsPulses,NA,NA
 1976,Central America,Starchy Roots,NA,NA
+1976,Central America,Sugar,NA,NA
 1977,Central America,Ruminants,NA,NA
 1977,Central America,Cereals,NA,NA
 1977,Central America,Monogastrics,NA,NA
-1977,Central America,Oilcrops,NA,NA
-1977,Central America,Pulses,NA,NA
+1977,Central America,FruitVeg,NA,NA
+1977,Central America,OilcropsPulses,NA,NA
 1977,Central America,Starchy Roots,NA,NA
+1977,Central America,Sugar,NA,NA
 1978,Central America,Ruminants,NA,NA
 1978,Central America,Cereals,NA,NA
 1978,Central America,Monogastrics,NA,NA
-1978,Central America,Oilcrops,NA,NA
-1978,Central America,Pulses,NA,NA
+1978,Central America,FruitVeg,NA,NA
+1978,Central America,OilcropsPulses,NA,NA
 1978,Central America,Starchy Roots,NA,NA
+1978,Central America,Sugar,NA,NA
 1979,Central America,Ruminants,NA,NA
 1979,Central America,Cereals,NA,NA
 1979,Central America,Monogastrics,NA,NA
-1979,Central America,Oilcrops,NA,NA
-1979,Central America,Pulses,NA,NA
+1979,Central America,FruitVeg,NA,NA
+1979,Central America,OilcropsPulses,NA,NA
 1979,Central America,Starchy Roots,NA,NA
+1979,Central America,Sugar,NA,NA
 1980,Central America,Ruminants,NA,NA
 1980,Central America,Cereals,NA,NA
 1980,Central America,Monogastrics,NA,NA
-1980,Central America,Oilcrops,NA,NA
-1980,Central America,Pulses,NA,NA
+1980,Central America,FruitVeg,NA,NA
+1980,Central America,OilcropsPulses,NA,NA
 1980,Central America,Starchy Roots,NA,NA
+1980,Central America,Sugar,NA,NA
 1981,Central America,Ruminants,NA,NA
 1981,Central America,Cereals,NA,NA
 1981,Central America,Monogastrics,NA,NA
-1981,Central America,Oilcrops,NA,NA
-1981,Central America,Pulses,NA,NA
+1981,Central America,FruitVeg,NA,NA
+1981,Central America,OilcropsPulses,NA,NA
 1981,Central America,Starchy Roots,NA,NA
+1981,Central America,Sugar,NA,NA
 1982,Central America,Ruminants,NA,NA
 1982,Central America,Cereals,NA,NA
 1982,Central America,Monogastrics,NA,NA
-1982,Central America,Oilcrops,NA,NA
-1982,Central America,Pulses,NA,NA
+1982,Central America,FruitVeg,NA,NA
+1982,Central America,OilcropsPulses,NA,NA
 1982,Central America,Starchy Roots,NA,NA
+1982,Central America,Sugar,NA,NA
 1983,Central America,Ruminants,NA,NA
 1983,Central America,Cereals,NA,NA
 1983,Central America,Monogastrics,NA,NA
-1983,Central America,Oilcrops,NA,NA
-1983,Central America,Pulses,NA,NA
+1983,Central America,FruitVeg,NA,NA
+1983,Central America,OilcropsPulses,NA,NA
 1983,Central America,Starchy Roots,NA,NA
+1983,Central America,Sugar,NA,NA
 1984,Central America,Ruminants,NA,NA
 1984,Central America,Cereals,NA,NA
 1984,Central America,Monogastrics,NA,NA
-1984,Central America,Oilcrops,NA,NA
-1984,Central America,Pulses,NA,NA
+1984,Central America,FruitVeg,NA,NA
+1984,Central America,OilcropsPulses,NA,NA
 1984,Central America,Starchy Roots,NA,NA
+1984,Central America,Sugar,NA,NA
 1985,Central America,Ruminants,NA,NA
 1985,Central America,Cereals,NA,NA
 1985,Central America,Monogastrics,NA,NA
-1985,Central America,Oilcrops,NA,NA
-1985,Central America,Pulses,NA,NA
+1985,Central America,FruitVeg,NA,NA
+1985,Central America,OilcropsPulses,NA,NA
 1985,Central America,Starchy Roots,NA,NA
+1985,Central America,Sugar,NA,NA
 1986,Central America,Ruminants,NA,NA
 1986,Central America,Cereals,NA,NA
 1986,Central America,Monogastrics,NA,NA
-1986,Central America,Oilcrops,NA,NA
-1986,Central America,Pulses,NA,NA
+1986,Central America,FruitVeg,NA,NA
+1986,Central America,OilcropsPulses,NA,NA
 1986,Central America,Starchy Roots,NA,NA
+1986,Central America,Sugar,NA,NA
 1987,Central America,Ruminants,NA,NA
 1987,Central America,Cereals,NA,NA
 1987,Central America,Monogastrics,NA,NA
-1987,Central America,Oilcrops,NA,NA
-1987,Central America,Pulses,NA,NA
+1987,Central America,FruitVeg,NA,NA
+1987,Central America,OilcropsPulses,NA,NA
 1987,Central America,Starchy Roots,NA,NA
+1987,Central America,Sugar,NA,NA
 1988,Central America,Ruminants,NA,NA
 1988,Central America,Cereals,NA,NA
 1988,Central America,Monogastrics,NA,NA
-1988,Central America,Oilcrops,NA,NA
-1988,Central America,Pulses,NA,NA
+1988,Central America,FruitVeg,NA,NA
+1988,Central America,OilcropsPulses,NA,NA
 1988,Central America,Starchy Roots,NA,NA
+1988,Central America,Sugar,NA,NA
 1989,Central America,Ruminants,NA,NA
 1989,Central America,Cereals,NA,NA
 1989,Central America,Monogastrics,NA,NA
-1989,Central America,Oilcrops,NA,NA
-1989,Central America,Pulses,NA,NA
+1989,Central America,FruitVeg,NA,NA
+1989,Central America,OilcropsPulses,NA,NA
 1989,Central America,Starchy Roots,NA,NA
+1989,Central America,Sugar,NA,NA
 1990,Central America,Ruminants,NA,NA
 1990,Central America,Cereals,NA,NA
 1990,Central America,Monogastrics,NA,NA
-1990,Central America,Oilcrops,NA,NA
-1990,Central America,Pulses,NA,NA
+1990,Central America,FruitVeg,NA,NA
+1990,Central America,OilcropsPulses,NA,NA
 1990,Central America,Starchy Roots,NA,NA
+1990,Central America,Sugar,NA,NA
 1991,Central America,Ruminants,NA,NA
 1991,Central America,Cereals,NA,NA
 1991,Central America,Monogastrics,NA,NA
-1991,Central America,Oilcrops,NA,NA
-1991,Central America,Pulses,NA,NA
+1991,Central America,FruitVeg,NA,NA
+1991,Central America,OilcropsPulses,NA,NA
 1991,Central America,Starchy Roots,NA,NA
+1991,Central America,Sugar,NA,NA
 1992,Central America,Ruminants,NA,NA
 1992,Central America,Cereals,NA,NA
 1992,Central America,Monogastrics,NA,NA
-1992,Central America,Oilcrops,NA,NA
-1992,Central America,Pulses,NA,NA
+1992,Central America,FruitVeg,NA,NA
+1992,Central America,OilcropsPulses,NA,NA
 1992,Central America,Starchy Roots,NA,NA
+1992,Central America,Sugar,NA,NA
 1993,Central America,Ruminants,NA,NA
 1993,Central America,Cereals,NA,NA
 1993,Central America,Monogastrics,NA,NA
-1993,Central America,Oilcrops,NA,NA
-1993,Central America,Pulses,NA,NA
+1993,Central America,FruitVeg,NA,NA
+1993,Central America,OilcropsPulses,NA,NA
 1993,Central America,Starchy Roots,NA,NA
+1993,Central America,Sugar,NA,NA
 1994,Central America,Ruminants,NA,NA
 1994,Central America,Cereals,NA,NA
 1994,Central America,Monogastrics,NA,NA
-1994,Central America,Oilcrops,NA,NA
-1994,Central America,Pulses,NA,NA
+1994,Central America,FruitVeg,NA,NA
+1994,Central America,OilcropsPulses,NA,NA
 1994,Central America,Starchy Roots,NA,NA
+1994,Central America,Sugar,NA,NA
 1995,Central America,Ruminants,NA,NA
 1995,Central America,Cereals,NA,NA
 1995,Central America,Monogastrics,NA,NA
-1995,Central America,Oilcrops,NA,NA
-1995,Central America,Pulses,NA,NA
+1995,Central America,FruitVeg,NA,NA
+1995,Central America,OilcropsPulses,NA,NA
 1995,Central America,Starchy Roots,NA,NA
+1995,Central America,Sugar,NA,NA
 1996,Central America,Ruminants,NA,NA
 1996,Central America,Cereals,NA,NA
 1996,Central America,Monogastrics,NA,NA
-1996,Central America,Oilcrops,NA,NA
-1996,Central America,Pulses,NA,NA
+1996,Central America,FruitVeg,NA,NA
+1996,Central America,OilcropsPulses,NA,NA
 1996,Central America,Starchy Roots,NA,NA
+1996,Central America,Sugar,NA,NA
 1997,Central America,Ruminants,NA,NA
 1997,Central America,Cereals,NA,NA
 1997,Central America,Monogastrics,NA,NA
-1997,Central America,Oilcrops,NA,NA
-1997,Central America,Pulses,NA,NA
+1997,Central America,FruitVeg,NA,NA
+1997,Central America,OilcropsPulses,NA,NA
 1997,Central America,Starchy Roots,NA,NA
+1997,Central America,Sugar,NA,NA
 1998,Central America,Ruminants,NA,NA
 1998,Central America,Cereals,NA,NA
 1998,Central America,Monogastrics,NA,NA
-1998,Central America,Oilcrops,NA,NA
-1998,Central America,Pulses,NA,NA
+1998,Central America,FruitVeg,NA,NA
+1998,Central America,OilcropsPulses,NA,NA
 1998,Central America,Starchy Roots,NA,NA
+1998,Central America,Sugar,NA,NA
 1999,Central America,Ruminants,NA,NA
 1999,Central America,Cereals,NA,NA
 1999,Central America,Monogastrics,NA,NA
-1999,Central America,Oilcrops,NA,NA
-1999,Central America,Pulses,NA,NA
+1999,Central America,FruitVeg,NA,NA
+1999,Central America,OilcropsPulses,NA,NA
 1999,Central America,Starchy Roots,NA,NA
+1999,Central America,Sugar,NA,NA
 2000,Central America,Ruminants,NA,NA
 2000,Central America,Cereals,NA,NA
 2000,Central America,Monogastrics,NA,NA
-2000,Central America,Oilcrops,NA,NA
-2000,Central America,Pulses,NA,NA
+2000,Central America,FruitVeg,NA,NA
+2000,Central America,OilcropsPulses,NA,NA
 2000,Central America,Starchy Roots,NA,NA
+2000,Central America,Sugar,NA,NA
 2001,Central America,Ruminants,NA,NA
 2001,Central America,Cereals,NA,NA
 2001,Central America,Monogastrics,NA,NA
-2001,Central America,Oilcrops,NA,NA
-2001,Central America,Pulses,NA,NA
+2001,Central America,FruitVeg,NA,NA
+2001,Central America,OilcropsPulses,NA,NA
 2001,Central America,Starchy Roots,NA,NA
+2001,Central America,Sugar,NA,NA
 2002,Central America,Ruminants,NA,NA
 2002,Central America,Cereals,NA,NA
 2002,Central America,Monogastrics,NA,NA
-2002,Central America,Oilcrops,NA,NA
-2002,Central America,Pulses,NA,NA
+2002,Central America,FruitVeg,NA,NA
+2002,Central America,OilcropsPulses,NA,NA
 2002,Central America,Starchy Roots,NA,NA
+2002,Central America,Sugar,NA,NA
 2003,Central America,Ruminants,NA,NA
 2003,Central America,Cereals,NA,NA
 2003,Central America,Monogastrics,NA,NA
-2003,Central America,Oilcrops,NA,NA
-2003,Central America,Pulses,NA,NA
+2003,Central America,FruitVeg,NA,NA
+2003,Central America,OilcropsPulses,NA,NA
 2003,Central America,Starchy Roots,NA,NA
+2003,Central America,Sugar,NA,NA
 2004,Central America,Ruminants,NA,NA
 2004,Central America,Cereals,NA,NA
 2004,Central America,Monogastrics,NA,NA
-2004,Central America,Oilcrops,NA,NA
-2004,Central America,Pulses,NA,NA
+2004,Central America,FruitVeg,NA,NA
+2004,Central America,OilcropsPulses,NA,NA
 2004,Central America,Starchy Roots,NA,NA
+2004,Central America,Sugar,NA,NA
 2005,Central America,Ruminants,NA,NA
 2005,Central America,Cereals,NA,NA
 2005,Central America,Monogastrics,NA,NA
-2005,Central America,Oilcrops,NA,NA
-2005,Central America,Pulses,NA,NA
+2005,Central America,FruitVeg,NA,NA
+2005,Central America,OilcropsPulses,NA,NA
 2005,Central America,Starchy Roots,NA,NA
+2005,Central America,Sugar,NA,NA
 2006,Central America,Ruminants,NA,NA
 2006,Central America,Cereals,NA,NA
 2006,Central America,Monogastrics,NA,NA
-2006,Central America,Oilcrops,NA,NA
-2006,Central America,Pulses,NA,NA
+2006,Central America,FruitVeg,NA,NA
+2006,Central America,OilcropsPulses,NA,NA
 2006,Central America,Starchy Roots,NA,NA
+2006,Central America,Sugar,NA,NA
 2007,Central America,Ruminants,NA,NA
 2007,Central America,Cereals,NA,NA
 2007,Central America,Monogastrics,NA,NA
-2007,Central America,Oilcrops,NA,NA
-2007,Central America,Pulses,NA,NA
+2007,Central America,FruitVeg,NA,NA
+2007,Central America,OilcropsPulses,NA,NA
 2007,Central America,Starchy Roots,NA,NA
+2007,Central America,Sugar,NA,NA
 2008,Central America,Ruminants,NA,NA
 2008,Central America,Cereals,NA,NA
 2008,Central America,Monogastrics,NA,NA
-2008,Central America,Oilcrops,NA,NA
-2008,Central America,Pulses,NA,NA
+2008,Central America,FruitVeg,NA,NA
+2008,Central America,OilcropsPulses,NA,NA
 2008,Central America,Starchy Roots,NA,NA
+2008,Central America,Sugar,NA,NA
 2009,Central America,Ruminants,NA,NA
 2009,Central America,Cereals,NA,NA
 2009,Central America,Monogastrics,NA,NA
-2009,Central America,Oilcrops,NA,NA
-2009,Central America,Pulses,NA,NA
+2009,Central America,FruitVeg,NA,NA
+2009,Central America,OilcropsPulses,NA,NA
 2009,Central America,Starchy Roots,NA,NA
+2009,Central America,Sugar,NA,NA
 2010,Central America,Ruminants,NA,NA
 2010,Central America,Cereals,NA,NA
 2010,Central America,Monogastrics,NA,NA
-2010,Central America,Oilcrops,NA,NA
-2010,Central America,Pulses,NA,NA
+2010,Central America,FruitVeg,NA,NA
+2010,Central America,OilcropsPulses,NA,NA
 2010,Central America,Starchy Roots,NA,NA
+2010,Central America,Sugar,NA,NA
 2011,Central America,Ruminants,NA,NA
 2011,Central America,Cereals,NA,NA
 2011,Central America,Monogastrics,NA,NA
-2011,Central America,Oilcrops,NA,NA
-2011,Central America,Pulses,NA,NA
+2011,Central America,FruitVeg,NA,NA
+2011,Central America,OilcropsPulses,NA,NA
 2011,Central America,Starchy Roots,NA,NA
+2011,Central America,Sugar,NA,NA
 1992,Central Asia,Ruminants,NA,NA
 1992,Central Asia,Cereals,NA,NA
 1992,Central Asia,Monogastrics,NA,NA
-1992,Central Asia,Oilcrops,NA,NA
-1992,Central Asia,Pulses,NA,NA
+1992,Central Asia,FruitVeg,NA,NA
+1992,Central Asia,OilcropsPulses,NA,NA
 1992,Central Asia,Starchy Roots,NA,NA
+1992,Central Asia,Sugar,NA,NA
 1993,Central Asia,Ruminants,NA,NA
 1993,Central Asia,Cereals,NA,NA
 1993,Central Asia,Monogastrics,NA,NA
-1993,Central Asia,Oilcrops,NA,NA
-1993,Central Asia,Pulses,NA,NA
+1993,Central Asia,FruitVeg,NA,NA
+1993,Central Asia,OilcropsPulses,NA,NA
 1993,Central Asia,Starchy Roots,NA,NA
+1993,Central Asia,Sugar,NA,NA
 1994,Central Asia,Ruminants,NA,NA
 1994,Central Asia,Cereals,NA,NA
 1994,Central Asia,Monogastrics,NA,NA
-1994,Central Asia,Oilcrops,NA,NA
-1994,Central Asia,Pulses,NA,NA
+1994,Central Asia,FruitVeg,NA,NA
+1994,Central Asia,OilcropsPulses,NA,NA
 1994,Central Asia,Starchy Roots,NA,NA
+1994,Central Asia,Sugar,NA,NA
 1995,Central Asia,Ruminants,NA,NA
 1995,Central Asia,Cereals,NA,NA
 1995,Central Asia,Monogastrics,NA,NA
-1995,Central Asia,Oilcrops,NA,NA
-1995,Central Asia,Pulses,NA,NA
+1995,Central Asia,FruitVeg,NA,NA
+1995,Central Asia,OilcropsPulses,NA,NA
 1995,Central Asia,Starchy Roots,NA,NA
+1995,Central Asia,Sugar,NA,NA
 1996,Central Asia,Ruminants,NA,NA
 1996,Central Asia,Cereals,NA,NA
 1996,Central Asia,Monogastrics,NA,NA
-1996,Central Asia,Oilcrops,NA,NA
-1996,Central Asia,Pulses,NA,NA
+1996,Central Asia,FruitVeg,NA,NA
+1996,Central Asia,OilcropsPulses,NA,NA
 1996,Central Asia,Starchy Roots,NA,NA
+1996,Central Asia,Sugar,NA,NA
 1997,Central Asia,Ruminants,NA,NA
 1997,Central Asia,Cereals,NA,NA
 1997,Central Asia,Monogastrics,NA,NA
-1997,Central Asia,Oilcrops,NA,NA
-1997,Central Asia,Pulses,NA,NA
+1997,Central Asia,FruitVeg,NA,NA
+1997,Central Asia,OilcropsPulses,NA,NA
 1997,Central Asia,Starchy Roots,NA,NA
+1997,Central Asia,Sugar,NA,NA
 1998,Central Asia,Ruminants,NA,NA
 1998,Central Asia,Cereals,NA,NA
 1998,Central Asia,Monogastrics,NA,NA
-1998,Central Asia,Oilcrops,NA,NA
-1998,Central Asia,Pulses,NA,NA
+1998,Central Asia,FruitVeg,NA,NA
+1998,Central Asia,OilcropsPulses,NA,NA
 1998,Central Asia,Starchy Roots,NA,NA
+1998,Central Asia,Sugar,NA,NA
 1999,Central Asia,Ruminants,NA,NA
 1999,Central Asia,Cereals,NA,NA
 1999,Central Asia,Monogastrics,NA,NA
-1999,Central Asia,Oilcrops,NA,NA
-1999,Central Asia,Pulses,NA,NA
+1999,Central Asia,FruitVeg,NA,NA
+1999,Central Asia,OilcropsPulses,NA,NA
 1999,Central Asia,Starchy Roots,NA,NA
+1999,Central Asia,Sugar,NA,NA
 2000,Central Asia,Ruminants,NA,NA
 2000,Central Asia,Cereals,NA,NA
 2000,Central Asia,Monogastrics,NA,NA
-2000,Central Asia,Oilcrops,NA,NA
-2000,Central Asia,Pulses,NA,NA
+2000,Central Asia,FruitVeg,NA,NA
+2000,Central Asia,OilcropsPulses,NA,NA
 2000,Central Asia,Starchy Roots,NA,NA
+2000,Central Asia,Sugar,NA,NA
 2001,Central Asia,Ruminants,NA,NA
 2001,Central Asia,Cereals,NA,NA
 2001,Central Asia,Monogastrics,NA,NA
-2001,Central Asia,Oilcrops,NA,NA
-2001,Central Asia,Pulses,NA,NA
+2001,Central Asia,FruitVeg,NA,NA
+2001,Central Asia,OilcropsPulses,NA,NA
 2001,Central Asia,Starchy Roots,NA,NA
+2001,Central Asia,Sugar,NA,NA
 2002,Central Asia,Ruminants,NA,NA
 2002,Central Asia,Cereals,NA,NA
 2002,Central Asia,Monogastrics,NA,NA
-2002,Central Asia,Oilcrops,NA,NA
-2002,Central Asia,Pulses,NA,NA
+2002,Central Asia,FruitVeg,NA,NA
+2002,Central Asia,OilcropsPulses,NA,NA
 2002,Central Asia,Starchy Roots,NA,NA
+2002,Central Asia,Sugar,NA,NA
 2003,Central Asia,Ruminants,NA,NA
 2003,Central Asia,Cereals,NA,NA
 2003,Central Asia,Monogastrics,NA,NA
-2003,Central Asia,Oilcrops,NA,NA
-2003,Central Asia,Pulses,NA,NA
+2003,Central Asia,FruitVeg,NA,NA
+2003,Central Asia,OilcropsPulses,NA,NA
 2003,Central Asia,Starchy Roots,NA,NA
+2003,Central Asia,Sugar,NA,NA
 2004,Central Asia,Ruminants,NA,NA
 2004,Central Asia,Cereals,NA,NA
 2004,Central Asia,Monogastrics,NA,NA
-2004,Central Asia,Oilcrops,NA,NA
-2004,Central Asia,Pulses,NA,NA
+2004,Central Asia,FruitVeg,NA,NA
+2004,Central Asia,OilcropsPulses,NA,NA
 2004,Central Asia,Starchy Roots,NA,NA
+2004,Central Asia,Sugar,NA,NA
 2005,Central Asia,Ruminants,NA,NA
 2005,Central Asia,Cereals,NA,NA
 2005,Central Asia,Monogastrics,NA,NA
-2005,Central Asia,Oilcrops,NA,NA
-2005,Central Asia,Pulses,NA,NA
+2005,Central Asia,FruitVeg,NA,NA
+2005,Central Asia,OilcropsPulses,NA,NA
 2005,Central Asia,Starchy Roots,NA,NA
+2005,Central Asia,Sugar,NA,NA
 2006,Central Asia,Ruminants,NA,NA
 2006,Central Asia,Cereals,NA,NA
 2006,Central Asia,Monogastrics,NA,NA
-2006,Central Asia,Oilcrops,NA,NA
-2006,Central Asia,Pulses,NA,NA
+2006,Central Asia,FruitVeg,NA,NA
+2006,Central Asia,OilcropsPulses,NA,NA
 2006,Central Asia,Starchy Roots,NA,NA
+2006,Central Asia,Sugar,NA,NA
 2007,Central Asia,Ruminants,NA,NA
 2007,Central Asia,Cereals,NA,NA
 2007,Central Asia,Monogastrics,NA,NA
-2007,Central Asia,Oilcrops,NA,NA
-2007,Central Asia,Pulses,NA,NA
+2007,Central Asia,FruitVeg,NA,NA
+2007,Central Asia,OilcropsPulses,NA,NA
 2007,Central Asia,Starchy Roots,NA,NA
+2007,Central Asia,Sugar,NA,NA
 2008,Central Asia,Ruminants,NA,NA
 2008,Central Asia,Cereals,NA,NA
 2008,Central Asia,Monogastrics,NA,NA
-2008,Central Asia,Oilcrops,NA,NA
-2008,Central Asia,Pulses,NA,NA
+2008,Central Asia,FruitVeg,NA,NA
+2008,Central Asia,OilcropsPulses,NA,NA
 2008,Central Asia,Starchy Roots,NA,NA
+2008,Central Asia,Sugar,NA,NA
 2009,Central Asia,Ruminants,NA,NA
 2009,Central Asia,Cereals,NA,NA
 2009,Central Asia,Monogastrics,NA,NA
-2009,Central Asia,Oilcrops,NA,NA
-2009,Central Asia,Pulses,NA,NA
+2009,Central Asia,FruitVeg,NA,NA
+2009,Central Asia,OilcropsPulses,NA,NA
 2009,Central Asia,Starchy Roots,NA,NA
+2009,Central Asia,Sugar,NA,NA
 2010,Central Asia,Ruminants,NA,NA
 2010,Central Asia,Cereals,NA,NA
 2010,Central Asia,Monogastrics,NA,NA
-2010,Central Asia,Oilcrops,NA,NA
-2010,Central Asia,Pulses,NA,NA
+2010,Central Asia,FruitVeg,NA,NA
+2010,Central Asia,OilcropsPulses,NA,NA
 2010,Central Asia,Starchy Roots,NA,NA
+2010,Central Asia,Sugar,NA,NA
 2011,Central Asia,Ruminants,NA,NA
 2011,Central Asia,Cereals,NA,NA
 2011,Central Asia,Monogastrics,NA,NA
-2011,Central Asia,Oilcrops,NA,NA
-2011,Central Asia,Pulses,NA,NA
+2011,Central Asia,FruitVeg,NA,NA
+2011,Central Asia,OilcropsPulses,NA,NA
 2011,Central Asia,Starchy Roots,NA,NA
+2011,Central Asia,Sugar,NA,NA
 1961,Chad,Ruminants,3.061423,0.281074160610932
 1961,Chad,Cereals,3.061423,0.171188692317266
 1961,Chad,Monogastrics,3.061423,0.0031155446339823
-1961,Chad,Oilcrops,3.061423,0.0287859599931143
-1961,Chad,Pulses,3.061423,0.0128397807163531
+1961,Chad,FruitVeg,3.061423,0.0276681791441431
+1961,Chad,OilcropsPulses,3.061423,0.0416257407094675
 1961,Chad,Starchy Roots,3.061423,0.0533849781621161
+1961,Chad,Sugar,3.061423,0.00482912684722105
 1962,Chad,Ruminants,3.122357,0.321216055691261
 1962,Chad,Cereals,3.122357,0.177045738203543
 1962,Chad,Monogastrics,3.122357,0.00307498469905908
-1962,Chad,Oilcrops,3.122357,0.0300343618618883
-1962,Chad,Pulses,3.122357,0.0166006001235605
+1962,Chad,FruitVeg,3.122357,0.0287821027512229
+1962,Chad,OilcropsPulses,3.122357,0.0466349619854488
 1962,Chad,Starchy Roots,3.122357,0.0566315767223287
+1962,Chad,Sugar,3.122357,0.00570274315204828
 1963,Chad,Ruminants,3.184775,0.329916116523145
 1963,Chad,Cereals,3.184775,0.177811305351241
 1963,Chad,Monogastrics,3.184775,0.00301873758742768
-1963,Chad,Oilcrops,3.184775,0.0291270183921941
-1963,Chad,Pulses,3.184775,0.0162278339914123
+1963,Chad,FruitVeg,3.184775,0.0281602310995282
+1963,Chad,OilcropsPulses,3.184775,0.0453548523836064
 1963,Chad,Starchy Roots,3.184775,0.0566925449992543
+1963,Chad,Sugar,3.184775,0.00658539457261502
 1964,Chad,Ruminants,3.247798,0.327603256113835
 1964,Chad,Cereals,3.247798,0.173301726277312
 1964,Chad,Monogastrics,3.247798,0.00296117554108969
-1964,Chad,Oilcrops,3.247798,0.0283096424100267
-1964,Chad,Pulses,3.247798,0.0173406720491853
+1964,Chad,FruitVeg,3.247798,0.0288299949688989
+1964,Chad,OilcropsPulses,3.247798,0.0456503144592121
 1964,Chad,Starchy Roots,3.247798,0.0579903676275433
+1964,Chad,Sugar,3.247798,0.00655705804363449
 1965,Chad,Ruminants,3.310921,0.338841428110184
 1965,Chad,Cereals,3.310921,0.167497804991421
 1965,Chad,Monogastrics,3.310921,0.00299046700298799
-1965,Chad,Oilcrops,3.310921,0.0293848750846064
-1965,Chad,Pulses,3.310921,0.0178560587824355
+1965,Chad,FruitVeg,3.310921,0.029636164680462
+1965,Chad,OilcropsPulses,3.310921,0.0472409338670418
 1965,Chad,Starchy Roots,3.310921,0.0578165410772411
+1965,Chad,Sugar,3.310921,0.0062191154666632
 1966,Chad,Ruminants,3.373563,0.304189902485888
 1966,Chad,Cereals,3.373563,0.171390900362614
 1966,Chad,Monogastrics,3.373563,0.00298346288478976
-1966,Chad,Oilcrops,3.373563,0.0247201549222588
-1966,Chad,Pulses,3.373563,0.0175209415090218
+1966,Chad,FruitVeg,3.373563,0.0309906766229058
+1966,Chad,OilcropsPulses,3.373563,0.0422410964312805
 1966,Chad,Starchy Roots,3.373563,0.0573627941734006
+1966,Chad,Sugar,3.373563,0.00629127127609593
 1967,Chad,Ruminants,3.436227,0.325931203031697
 1967,Chad,Cereals,3.436227,0.170313253460845
 1967,Chad,Monogastrics,3.436227,0.0030363535354329
-1967,Chad,Oilcrops,3.436227,0.0238878281324255
-1967,Chad,Pulses,3.436227,0.0164607867873688
+1967,Chad,FruitVeg,3.436227,0.0307374920225003
+1967,Chad,OilcropsPulses,3.436227,0.0403486149197943
 1967,Chad,Starchy Roots,3.436227,0.0613550850976958
+1967,Chad,Sugar,3.436227,0.00711187008308822
 1968,Chad,Ruminants,3.500778,0.313010079473763
 1968,Chad,Cereals,3.500778,0.16537124033572
 1968,Chad,Monogastrics,3.500778,0.00314798596197759
-1968,Chad,Oilcrops,3.500778,0.0259470894755394
-1968,Chad,Pulses,3.500778,0.0136078323161309
+1968,Chad,FruitVeg,3.500778,0.0319960305966274
+1968,Chad,OilcropsPulses,3.500778,0.0395549217916703
 1968,Chad,Starchy Roots,3.500778,0.0652817745084093
+1968,Chad,Sugar,3.500778,0.00624318365803259
 1969,Chad,Ruminants,3.569778,0.222366208767044
 1969,Chad,Cereals,3.569778,0.165039394606611
 1969,Chad,Monogastrics,3.569778,0.00325927830806285
-1969,Chad,Oilcrops,3.569778,0.0253648826341582
-1969,Chad,Pulses,3.569778,0.0125996630602799
+1969,Chad,FruitVeg,3.569778,0.0317596780528089
+1969,Chad,OilcropsPulses,3.569778,0.0379645456944381
 1969,Chad,Starchy Roots,3.569778,0.0678344703788303
+1969,Chad,Sugar,3.569778,0.00556701285065906
 1970,Chad,Ruminants,3.644911,0.231174945012375
 1970,Chad,Cereals,3.644911,0.154584295748236
 1970,Chad,Monogastrics,3.644911,0.00323146436222997
-1970,Chad,Oilcrops,3.644911,0.02462693876476
-1970,Chad,Pulses,3.644911,0.0118439105920556
+1970,Chad,FruitVeg,3.644911,0.0303881219596308
+1970,Chad,OilcropsPulses,3.644911,0.0364708493568156
 1970,Chad,Starchy Roots,3.644911,0.0703202355283847
+1970,Chad,Sugar,3.644911,0.00713405622249761
 1971,Chad,Ruminants,3.727382,0.21215491194624
 1971,Chad,Cereals,3.727382,0.149958603652644
 1971,Chad,Monogastrics,3.727382,0.00319822331062392
-1971,Chad,Oilcrops,3.727382,0.0218649443496803
-1971,Chad,Pulses,3.727382,0.0118206290635089
+1971,Chad,FruitVeg,3.727382,0.0303827190237008
+1971,Chad,OilcropsPulses,3.727382,0.0336855734131892
 1971,Chad,Starchy Roots,3.727382,0.0703654736756254
+1971,Chad,Sugar,3.727382,0.00592211906372891
 1972,Chad,Ruminants,3.816299,0.246927533717877
 1972,Chad,Cereals,3.816299,0.133671130066067
 1972,Chad,Monogastrics,3.816299,0.00307580721531515
-1972,Chad,Oilcrops,3.816299,0.0200665618705453
-1972,Chad,Pulses,3.816299,0.0106003224590107
+1972,Chad,FruitVeg,3.816299,0.0294599558367937
+1972,Chad,OilcropsPulses,3.816299,0.0306668843295559
 1972,Chad,Starchy Roots,3.816299,0.0696646148532911
+1972,Chad,Sugar,3.816299,0.00762466462926516
 1973,Chad,Ruminants,3.908729,0.223270914918891
 1973,Chad,Cereals,3.908729,0.12386763062878
 1973,Chad,Monogastrics,3.908729,0.00291708634699412
-1973,Chad,Oilcrops,3.908729,0.0206356081478148
-1973,Chad,Pulses,3.908729,0.00920171237248732
+1973,Chad,FruitVeg,3.908729,0.0264075611279268
+1973,Chad,OilcropsPulses,3.908729,0.0298373205203021
 1973,Chad,Starchy Roots,3.908729,0.0637161082285316
+1973,Chad,Sugar,3.908729,0.00689687108008767
 1974,Chad,Ruminants,4.000511,0.195413935869693
 1974,Chad,Cereals,4.000511,0.126686815759287
 1974,Chad,Monogastrics,4.000511,0.00298294392891308
-1974,Chad,Oilcrops,4.000511,0.022212662332387
-1974,Chad,Pulses,4.000511,0.00947603943596205
+1974,Chad,FruitVeg,4.000511,0.028207646473163
+1974,Chad,OilcropsPulses,4.000511,0.0316887017683491
 1974,Chad,Starchy Roots,4.000511,0.0631319348953171
+1974,Chad,Sugar,4.000511,0.00611271910013496
 1975,Chad,Ruminants,4.088858,0.230624981351761
 1975,Chad,Cereals,4.088858,0.121719805383312
 1975,Chad,Monogastrics,4.088858,0.00298971008530988
-1975,Chad,Oilcrops,4.088858,0.0202112668133743
-1975,Chad,Pulses,4.088858,0.00955890373302277
+1975,Chad,FruitVeg,4.088858,0.0288481527115884
+1975,Chad,OilcropsPulses,4.088858,0.0297701705463971
 1975,Chad,Starchy Roots,4.088858,0.0696240857471695
+1975,Chad,Sugar,4.088858,0.00584441915077511
 1976,Chad,Ruminants,4.17307,0.228683822701273
 1976,Chad,Cereals,4.17307,0.116532432957032
 1976,Chad,Monogastrics,4.17307,0.0030337137886496
-1976,Chad,Oilcrops,4.17307,0.0193933962286758
-1976,Chad,Pulses,4.17307,0.0099375280069589
+1976,Chad,FruitVeg,4.17307,0.0294267769292152
+1976,Chad,OilcropsPulses,4.17307,0.0293309242356347
 1976,Chad,Starchy Roots,4.17307,0.0702360612211154
+1976,Chad,Sugar,4.17307,0.00639720876956294
 1977,Chad,Ruminants,4.25477,0.241365573227225
 1977,Chad,Cereals,4.25477,0.113080142992453
 1977,Chad,Monogastrics,4.25477,0.00386768262444268
-1977,Chad,Oilcrops,4.25477,0.0218166904439018
-1977,Chad,Pulses,4.25477,0.0094975756621392
+1977,Chad,FruitVeg,4.25477,0.0292847792007559
+1977,Chad,OilcropsPulses,4.25477,0.031314266106041
 1977,Chad,Starchy Roots,4.25477,0.0716819005492659
+1977,Chad,Sugar,4.25477,0.00609574665610597
 1978,Chad,Ruminants,4.336389,0.267362199286088
 1978,Chad,Cereals,4.336389,0.109850615339168
 1978,Chad,Monogastrics,4.336389,0.00386644279376228
-1978,Chad,Oilcrops,4.336389,0.0200703857518318
-1978,Chad,Pulses,4.336389,0.00907437040357773
+1978,Chad,FruitVeg,4.336389,0.0299673299604809
+1978,Chad,OilcropsPulses,4.336389,0.0291447561554095
 1978,Chad,Starchy Roots,4.336389,0.0726641452139096
+1978,Chad,Sugar,4.336389,0.00596579319798109
 1979,Chad,Ruminants,4.421448,0.291979347037441
 1979,Chad,Cereals,4.421448,0.106364928412592
 1979,Chad,Monogastrics,4.421448,0.00396211829246889
-1979,Chad,Oilcrops,4.421448,0.0212975477716802
-1979,Chad,Pulses,4.421448,0.00866005887663951
+1979,Chad,FruitVeg,4.421448,0.0301937283894326
+1979,Chad,OilcropsPulses,4.421448,0.0299576066483197
 1979,Chad,Starchy Roots,4.421448,0.0736579962039585
+1979,Chad,Sugar,4.421448,0.00629341337950825
 1980,Chad,Ruminants,4.512795,0.287329781210979
 1980,Chad,Cereals,4.512795,0.100185805027705
 1980,Chad,Monogastrics,4.512795,0.00398970039631758
-1980,Chad,Oilcrops,4.512795,0.0213229273654132
-1980,Chad,Pulses,4.512795,0.00824987618537957
+1980,Chad,FruitVeg,4.512795,0.0296047128220981
+1980,Chad,OilcropsPulses,4.512795,0.0295728035507928
 1980,Chad,Starchy Roots,4.512795,0.0808091216197501
+1980,Chad,Sugar,4.512795,0.00450629820321996
 1981,Chad,Ruminants,4.610964,0.307937841197632
 1981,Chad,Cereals,4.610964,0.0931521044189458
 1981,Chad,Monogastrics,4.610964,0.00371063404528858
-1981,Chad,Oilcrops,4.610964,0.0208190738422595
-1981,Chad,Pulses,4.610964,0.00784434664855332
+1981,Chad,FruitVeg,4.610964,0.0307202571956754
+1981,Chad,OilcropsPulses,4.610964,0.0286634204908128
 1981,Chad,Starchy Roots,4.610964,0.0837514671552413
+1981,Chad,Sugar,4.610964,0.00423121932853954
 1982,Chad,Ruminants,4.716073,0.311308052271456
 1982,Chad,Cereals,4.716073,0.0921571824693977
 1982,Chad,Monogastrics,4.716073,0.00363283180731087
-1982,Chad,Oilcrops,4.716073,0.0187734583412937
-1982,Chad,Pulses,4.716073,0.00744475329368311
+1982,Chad,FruitVeg,4.716073,0.0321241846765307
+1982,Chad,OilcropsPulses,4.716073,0.0262182116349768
 1982,Chad,Starchy Roots,4.716073,0.0911086405999229
+1982,Chad,Sugar,4.716073,0.00488436035659329
 1983,Chad,Ruminants,4.830055,0.290415243718757
 1983,Chad,Cereals,4.830055,0.0907165653393181
 1983,Chad,Monogastrics,4.830055,0.00364643880866781
-1983,Chad,Oilcrops,4.830055,0.0201538077723753
-1983,Chad,Pulses,4.830055,0.00693822327074951
+1983,Chad,FruitVeg,4.830055,0.0333778807901773
+1983,Chad,OilcropsPulses,4.830055,0.0270920310431248
 1983,Chad,Starchy Roots,4.830055,0.0952608200113663
+1983,Chad,Sugar,4.830055,0.00585148616320104
 1984,Chad,Ruminants,4.955088,0.236244482439061
 1984,Chad,Cereals,4.955088,0.085514122049901
 1984,Chad,Monogastrics,4.955088,0.00375367702854117
-1984,Chad,Oilcrops,4.955088,0.0250865373127581
-1984,Chad,Pulses,4.955088,0.00651875405643654
+1984,Chad,FruitVeg,4.955088,0.0303110661203192
+1984,Chad,OilcropsPulses,4.955088,0.0316052913691947
 1984,Chad,Starchy Roots,4.955088,0.101027670951555
+1984,Chad,Sugar,4.955088,0.00457206814490479
 1985,Chad,Ruminants,5.09265,0.244628788548202
 1985,Chad,Cereals,5.09265,0.097571794645224
 1985,Chad,Monogastrics,5.09265,0.00360225030190569
-1985,Chad,Oilcrops,5.09265,0.0238588946815509
-1985,Chad,Pulses,5.09265,0.00626982023111739
+1985,Chad,FruitVeg,5.09265,0.0317127625106772
+1985,Chad,OilcropsPulses,5.09265,0.0301287149126683
 1985,Chad,Starchy Roots,5.09265,0.110895113545993
+1985,Chad,Sugar,5.09265,0.00863754626766026
 1986,Chad,Ruminants,5.244158,0.378678731647674
 1986,Chad,Cereals,5.244158,0.0960844429172424
 1986,Chad,Monogastrics,5.244158,0.00349306790527669
-1986,Chad,Oilcrops,5.244158,0.0228395101749413
-1986,Chad,Pulses,5.244158,0.00586748149083228
+1986,Chad,FruitVeg,5.244158,0.0307994152731478
+1986,Chad,OilcropsPulses,5.244158,0.0287069916657736
 1986,Chad,Starchy Roots,5.244158,0.0927622699392353
+1986,Chad,Sugar,5.244158,0.00625801129561695
 1987,Chad,Ruminants,5.409275,0.367676296731078
 1987,Chad,Cereals,5.409275,0.0949463652707618
 1987,Chad,Monogastrics,5.409275,0.00348530995373687
-1987,Chad,Oilcrops,5.409275,0.0226888076498237
-1987,Chad,Pulses,5.409275,0.00585771660712388
+1987,Chad,FruitVeg,5.409275,0.0299195363519141
+1987,Chad,OilcropsPulses,5.409275,0.0285465242569476
 1987,Chad,Starchy Roots,5.409275,0.0918034302193917
+1987,Chad,Sugar,5.409275,0.00444532770103202
 1988,Chad,Ruminants,5.585528,0.383907447961947
 1988,Chad,Cereals,5.585528,0.108430751757041
 1988,Chad,Monogastrics,5.585528,0.00339529226243249
-1988,Chad,Oilcrops,5.585528,0.0259801759117491
-1988,Chad,Pulses,5.585528,0.0058024953057258
+1988,Chad,FruitVeg,5.585528,0.0292248109757932
+1988,Chad,OilcropsPulses,5.585528,0.0317826712174749
 1988,Chad,Starchy Roots,5.585528,0.101476530061258
+1988,Chad,Sugar,5.585528,0.00470358397630448
 1989,Chad,Ruminants,5.769273,0.377073419822567
 1989,Chad,Cereals,5.769273,0.0971959551922747
 1989,Chad,Monogastrics,5.769273,0.00344005215215158
-1989,Chad,Oilcrops,5.769273,0.030153712608157
-1989,Chad,Pulses,5.769273,0.00600716936085361
+1989,Chad,FruitVeg,5.769273,0.0283290459647169
+1989,Chad,OilcropsPulses,5.769273,0.0361608819690107
 1989,Chad,Starchy Roots,5.769273,0.0879122898153719
+1989,Chad,Sugar,5.769273,0.00687226969498583
 1990,Chad,Ruminants,5.958022,0.384380017395035
 1990,Chad,Cereals,5.958022,0.0967702032654461
 1990,Chad,Monogastrics,5.958022,0.00340242113909616
-1990,Chad,Oilcrops,5.958022,0.0248379411824931
-1990,Chad,Pulses,5.958022,0.00514868860840057
+1990,Chad,FruitVeg,5.958022,0.0271167175952019
+1990,Chad,OilcropsPulses,5.958022,0.0299866297908937
 1990,Chad,Starchy Roots,5.958022,0.0971268652583022
+1990,Chad,Sugar,5.958022,0.0086020159039359
 1991,Chad,Ruminants,6.151213,0.384061598907402
 1991,Chad,Cereals,6.151213,0.105951460305471
 1991,Chad,Monogastrics,6.151213,0.00337144885082016
-1991,Chad,Oilcrops,6.151213,0.0309672254886963
-1991,Chad,Pulses,6.151213,0.00434678493493885
+1991,Chad,FruitVeg,6.151213,0.0274651519952244
+1991,Chad,OilcropsPulses,6.151213,0.0353140104236351
 1991,Chad,Starchy Roots,6.151213,0.087391218610053
+1991,Chad,Sugar,6.151213,0.00549225006514975
 1992,Chad,Ruminants,6.350174,0.39001208470823
 1992,Chad,Cereals,6.350174,0.112442115759348
 1992,Chad,Monogastrics,6.350174,0.00332307429686179
-1992,Chad,Oilcrops,6.350174,0.0338771819480852
-1992,Chad,Pulses,6.350174,0.00459908657621035
+1992,Chad,FruitVeg,6.350174,0.027237836317556
+1992,Chad,OilcropsPulses,6.350174,0.0384762685242956
 1992,Chad,Starchy Roots,6.350174,0.0694407743787808
+1992,Chad,Sugar,6.350174,0.00524647041167691
 1993,Chad,Ruminants,6.556628,0.345776029995906
 1993,Chad,Cereals,6.556628,0.0970180098672671
 1993,Chad,Monogastrics,6.556628,0.0033197857191227
-1993,Chad,Oilcrops,6.556628,0.0319897666910491
-1993,Chad,Pulses,6.556628,0.00394654081335711
+1993,Chad,FruitVeg,6.556628,0.0256166736926359
+1993,Chad,OilcropsPulses,6.556628,0.0359363075044062
 1993,Chad,Starchy Roots,6.556628,0.0639691621973978
+1993,Chad,Sugar,6.556628,0.00600583104608039
 1994,Chad,Ruminants,6.773104,0.286874171723925
 1994,Chad,Cereals,6.773104,0.137552442720502
 1994,Chad,Monogastrics,6.773104,0.00334781512287424
-1994,Chad,Oilcrops,6.773104,0.0306810584925316
-1994,Chad,Pulses,6.773104,0.00538231806273756
+1994,Chad,FruitVeg,6.773104,0.0252947540743505
+1994,Chad,OilcropsPulses,6.773104,0.0360633765552692
 1994,Chad,Starchy Roots,6.773104,0.0650827153990253
+1994,Chad,Sugar,6.773104,0.00557617305152852
 1995,Chad,Ruminants,7.001634,0.304883031589483
 1995,Chad,Cereals,7.001634,0.103113930262564
 1995,Chad,Monogastrics,7.001634,0.00335188900191013
-1995,Chad,Oilcrops,7.001634,0.0380172685404578
-1995,Chad,Pulses,7.001634,0.00468419228997117
+1995,Chad,FruitVeg,7.001634,0.0241116573645523
+1995,Chad,OilcropsPulses,7.001634,0.042701460830429
 1995,Chad,Starchy Roots,7.001634,0.0722824129338951
+1995,Chad,Sugar,7.001634,0.00659188983600114
 1996,Chad,Ruminants,7.242018,0.30828084105839
 1996,Chad,Cereals,7.242018,0.102614906508103
 1996,Chad,Monogastrics,7.242018,0.00320989260175824
-1996,Chad,Oilcrops,7.242018,0.0407514866712566
-1996,Chad,Pulses,7.242018,0.00532807292111122
+1996,Chad,FruitVeg,7.242018,0.0234795052981089
+1996,Chad,OilcropsPulses,7.242018,0.0460795595923678
 1996,Chad,Starchy Roots,7.242018,0.0709755209114366
+1996,Chad,Sugar,7.242018,0.00863516218821881
 1997,Chad,Ruminants,7.494143,0.330157617755626
 1997,Chad,Cereals,7.494143,0.10711698455714
 1997,Chad,Monogastrics,7.494143,0.00313624920154312
-1997,Chad,Oilcrops,7.494143,0.0488150546366676
-1997,Chad,Pulses,7.494143,0.00471528232114066
+1997,Chad,FruitVeg,7.494143,0.0247594688278566
+1997,Chad,OilcropsPulses,7.494143,0.0535303369578083
 1997,Chad,Starchy Roots,7.494143,0.0694322219365176
+1997,Chad,Sugar,7.494143,0.00647892627615993
 1998,Chad,Ruminants,7.760157,0.343836690417475
 1998,Chad,Cereals,7.760157,0.114397170057255
 1998,Chad,Monogastrics,7.760157,0.00312618675111857
-1998,Chad,Oilcrops,7.760157,0.0473164396029616
-1998,Chad,Pulses,7.760157,0.0101683509753733
+1998,Chad,FruitVeg,7.760157,0.0230832958663079
+1998,Chad,OilcropsPulses,7.760157,0.057484790578335
 1998,Chad,Starchy Roots,7.760157,0.0702377542103852
+1998,Chad,Sugar,7.760157,0.00795383392372087
 1999,Chad,Ruminants,8.042713,0.32732252164164
 1999,Chad,Cereals,8.042713,0.105158918389852
 1999,Chad,Monogastrics,8.042713,0.00310050849756792
-1999,Chad,Oilcrops,8.042713,0.0512174187988556
-1999,Chad,Pulses,8.042713,0.00886404873579351
+1999,Chad,FruitVeg,8.042713,0.0219706957092712
+1999,Chad,OilcropsPulses,8.042713,0.0600814675346491
 1999,Chad,Starchy Roots,8.042713,0.0727627605262055
+1999,Chad,Sugar,8.042713,0.00614966616364403
 2000,Chad,Ruminants,8.343321,0.305747339698425
 2000,Chad,Cereals,8.343321,0.111886741502574
 2000,Chad,Monogastrics,8.343321,0.00299181824599581
-2000,Chad,Oilcrops,8.343321,0.0463880030505838
-2000,Chad,Pulses,8.343321,0.00884971344144616
+2000,Chad,FruitVeg,8.343321,0.0210476140136524
+2000,Chad,OilcropsPulses,8.343321,0.05523771649203
 2000,Chad,Starchy Roots,8.343321,0.0566025207468345
+2000,Chad,Sugar,8.343321,0.00721019843297411
 2001,Chad,Ruminants,8.663599,0.306924870368539
 2001,Chad,Cereals,8.663599,0.105759396297082
 2001,Chad,Monogastrics,8.663599,0.00287356328472728
-2001,Chad,Oilcrops,8.663599,0.0429236163862155
-2001,Chad,Pulses,8.663599,0.0119519613038415
+2001,Chad,FruitVeg,8.663599,0.021289073974915
+2001,Chad,OilcropsPulses,8.663599,0.054875577690057
 2001,Chad,Starchy Roots,8.663599,0.0646862810709499
+2001,Chad,Sugar,8.663599,0.00694711285690854
 2002,Chad,Ruminants,9.002102,0.296374880000249
 2002,Chad,Cereals,9.002102,0.106284398910388
 2002,Chad,Monogastrics,9.002102,0.00287629489201522
-2002,Chad,Oilcrops,9.002102,0.0442994313994665
-2002,Chad,Pulses,9.002102,0.0110116503900978
+2002,Chad,FruitVeg,9.002102,0.0212082689131938
+2002,Chad,OilcropsPulses,9.002102,0.0553110817895643
 2002,Chad,Starchy Roots,9.002102,0.0654685983340335
+2002,Chad,Sugar,9.002102,0.00734695074550366
 2003,Chad,Ruminants,9.353516,0.293371914903444
 2003,Chad,Cereals,9.353516,0.107316542784553
 2003,Chad,Monogastrics,9.353516,0.00278227994692049
-2003,Chad,Oilcrops,9.353516,0.0407415778195066
-2003,Chad,Pulses,9.353516,0.0107114800466477
+2003,Chad,FruitVeg,9.353516,0.020768126124978
+2003,Chad,OilcropsPulses,9.353516,0.0514530578661543
 2003,Chad,Starchy Roots,9.353516,0.0646604977208571
+2003,Chad,Sugar,9.353516,0.00698956413823422
 2004,Chad,Ruminants,9.710498,0.288294699200803
 2004,Chad,Cereals,9.710498,0.109884374622187
 2004,Chad,Monogastrics,9.710498,0.00276012620567967
-2004,Chad,Oilcrops,9.710498,0.0417723169295746
-2004,Chad,Pulses,9.710498,0.0104439545736995
+2004,Chad,FruitVeg,9.710498,0.0204481788678603
+2004,Chad,OilcropsPulses,9.710498,0.0522162715032741
 2004,Chad,Starchy Roots,9.710498,0.0637743810873552
+2004,Chad,Sugar,9.710498,0.00825930863689998
 2005,Chad,Ruminants,10.067932,0.283587900673147
 2005,Chad,Cereals,10.067932,0.107487118506561
 2005,Chad,Monogastrics,10.067932,0.00268886400901397
-2005,Chad,Oilcrops,10.067932,0.0397118295991669
-2005,Chad,Pulses,10.067932,0.0119723693008654
+2005,Chad,FruitVeg,10.067932,0.0201637237915393
+2005,Chad,OilcropsPulses,10.067932,0.0516841989000323
 2005,Chad,Starchy Roots,10.067932,0.059237388571953
+2005,Chad,Sugar,10.067932,0.00898466537120036
 2006,Chad,Ruminants,10.423616,0.281610162922349
 2006,Chad,Cereals,10.423616,0.111206418194991
 2006,Chad,Monogastrics,10.423616,0.00256536695135354
-2006,Chad,Oilcrops,10.423616,0.0353261286678251
-2006,Chad,Pulses,10.423616,0.0112730553389534
+2006,Chad,FruitVeg,10.423616,0.0224051806973703
+2006,Chad,OilcropsPulses,10.423616,0.0465991840067784
 2006,Chad,Starchy Roots,10.423616,0.0581195623476536
+2006,Chad,Sugar,10.423616,0.00903813033787891
 2007,Chad,Ruminants,10.779504,0.279025120265274
 2007,Chad,Cereals,10.779504,0.118602117500026
 2007,Chad,Monogastrics,10.779504,0.00253894798870152
-2007,Chad,Oilcrops,10.779504,0.0295092427258249
-2007,Chad,Pulses,10.779504,0.0088185875713762
+2007,Chad,FruitVeg,10.779504,0.018418379918037
+2007,Chad,OilcropsPulses,10.779504,0.0383278302972011
 2007,Chad,Starchy Roots,10.779504,0.0566290434142424
+2007,Chad,Sugar,10.779504,0.00893065209679406
 2008,Chad,Ruminants,11.13974,0.277152967663518
 2008,Chad,Cereals,11.13974,0.124168068554562
 2008,Chad,Monogastrics,11.13974,0.00250776050428466
-2008,Chad,Oilcrops,11.13974,0.0310044040525183
-2008,Chad,Pulses,11.13974,0.0089120571934354
+2008,Chad,FruitVeg,11.13974,0.0183008759629937
+2008,Chad,OilcropsPulses,11.13974,0.0399164612459537
 2008,Chad,Starchy Roots,11.13974,0.0465765807819572
+2008,Chad,Sugar,11.13974,0.00801419063640624
 2009,Chad,Ruminants,11.510535,0.275533422208438
 2009,Chad,Cereals,11.510535,0.121573845177483
 2009,Chad,Monogastrics,11.510535,0.00249256876417994
-2009,Chad,Oilcrops,11.510535,0.0273651050972001
-2009,Chad,Pulses,11.510535,0.00936072910598856
+2009,Chad,FruitVeg,11.510535,0.0174028400938792
+2009,Chad,OilcropsPulses,11.510535,0.0367258342031886
 2009,Chad,Starchy Roots,11.510535,0.0529562700604272
+2009,Chad,Sugar,11.510535,0.00758070758657178
 2010,Chad,Ruminants,11.89638,0.276944633577609
 2010,Chad,Cereals,11.89638,0.123234462920653
 2010,Chad,Monogastrics,11.89638,0.00245683140585623
-2010,Chad,Oilcrops,11.89638,0.027098327390349
-2010,Chad,Pulses,11.89638,0.00868549928633752
+2010,Chad,FruitVeg,11.89638,0.0163334560597425
+2010,Chad,OilcropsPulses,11.89638,0.0357838266766865
 2010,Chad,Starchy Roots,11.89638,0.0563567236419818
+2010,Chad,Sugar,11.89638,0.00901400257893578
 2011,Chad,Ruminants,12.298512,0.274345278518247
 2011,Chad,Cereals,12.298512,0.123910925159076
 2011,Chad,Monogastrics,12.298512,0.00237401890570176
-2011,Chad,Oilcrops,12.298512,0.0275434946926913
-2011,Chad,Pulses,12.298512,0.00845037188238707
+2011,Chad,FruitVeg,12.298512,0.0163244951909629
+2011,Chad,OilcropsPulses,12.298512,0.0359938665750783
 2011,Chad,Starchy Roots,12.298512,0.0532966101915419
+2011,Chad,Sugar,12.298512,0.00992892473495981
 2012,Chad,Ruminants,12.715465,0.268264754769094
 2012,Chad,Cereals,12.715465,0.135090380100138
 2012,Chad,Monogastrics,12.715465,0.00230537381055274
-2012,Chad,Oilcrops,12.715465,0.0252472874566522
-2012,Chad,Pulses,12.715465,0.00842037628981716
+2012,Chad,FruitVeg,12.715465,0.0162691651465361
+2012,Chad,OilcropsPulses,12.715465,0.0336676637464694
 2012,Chad,Starchy Roots,12.715465,0.0540231128000431
+2012,Chad,Sugar,12.715465,0.0108063684654867
 2013,Chad,Ruminants,13.145788,0.261190755548469
 2013,Chad,Cereals,13.145788,0.133615649362366
 2013,Chad,Monogastrics,13.145788,0.00223956144736246
-2013,Chad,Oilcrops,13.145788,0.0264711404139486
-2013,Chad,Pulses,13.145788,0.00854524658392483
+2013,Chad,FruitVeg,13.145788,0.0158411956742342
+2013,Chad,OilcropsPulses,13.145788,0.0350163869978734
 2013,Chad,Starchy Roots,13.145788,0.0539206170067553
+2013,Chad,Sugar,13.145788,0.0102654934036666
 1961,Chile,Ruminants,7.873504,0.635573919820197
 1961,Chile,Cereals,7.873504,0.150651095115974
 1961,Chile,Monogastrics,7.873504,0.0400189166094283
-1961,Chile,Oilcrops,7.873504,0.00910687287388182
-1961,Chile,Pulses,7.873504,0.00600723642230956
+1961,Chile,FruitVeg,7.873504,0.249113482383447
+1961,Chile,OilcropsPulses,7.873504,0.0151141092961914
 1961,Chile,Starchy Roots,7.873504,0.0835274866184103
+1961,Chile,Sugar,7.873504,0.0269652495254972
 1962,Chile,Ruminants,8.054166,0.657194698991801
 1962,Chile,Cereals,8.054166,0.146196142468382
 1962,Chile,Monogastrics,8.054166,0.0371981406889304
-1962,Chile,Oilcrops,8.054166,0.00928029047327805
-1962,Chile,Pulses,8.054166,0.00634218365998416
+1962,Chile,FruitVeg,8.054166,0.260478738580754
+1962,Chile,OilcropsPulses,8.054166,0.0156224741332622
 1962,Chile,Starchy Roots,8.054166,0.0715769950606928
+1962,Chile,Sugar,8.054166,0.0347368057723171
 1963,Chile,Ruminants,8.237555,0.645261913274024
 1963,Chile,Cereals,8.237555,0.149302796764331
 1963,Chile,Monogastrics,8.237555,0.0390490867739275
-1963,Chile,Oilcrops,8.237555,0.0100930433848393
-1963,Chile,Pulses,8.237555,0.00608008080067447
+1963,Chile,FruitVeg,8.237555,0.239977396205549
+1963,Chile,OilcropsPulses,8.237555,0.0161731241855138
 1963,Chile,Starchy Roots,8.237555,0.0800800723030074
+1963,Chile,Sugar,8.237555,0.0355323879476374
 1964,Chile,Ruminants,8.423614,0.565561491777757
 1964,Chile,Cereals,8.423614,0.157501162802569
 1964,Chile,Monogastrics,8.423614,0.0416670089583877
-1964,Chile,Oilcrops,8.423614,0.00931915921123641
-1964,Chile,Pulses,8.423614,0.00511834944003844
+1964,Chile,FruitVeg,8.423614,0.240377230010777
+1964,Chile,OilcropsPulses,8.423614,0.0144375086512749
 1964,Chile,Starchy Roots,8.423614,0.074140268060716
+1964,Chile,Sugar,8.423614,0.0320239032795187
 1965,Chile,Ruminants,8.612074,0.557549215206465
 1965,Chile,Cereals,8.612074,0.159490501358906
 1965,Chile,Monogastrics,8.612074,0.0475360406796319
-1965,Chile,Oilcrops,8.612074,0.00876861949862484
-1965,Chile,Pulses,8.612074,0.00534586674475858
+1965,Chile,FruitVeg,8.612074,0.216254412119543
+1965,Chile,OilcropsPulses,8.612074,0.0141144862433834
 1965,Chile,Starchy Roots,8.612074,0.0642983327825562
+1965,Chile,Sugar,8.612074,0.0296827454106874
 1966,Chile,Ruminants,8.802926,0.598788811810982
 1966,Chile,Cereals,8.802926,0.166464877700892
 1966,Chile,Monogastrics,8.802926,0.0533289045028892
-1966,Chile,Oilcrops,8.802926,0.0092621476086474
-1966,Chile,Pulses,8.802926,0.00658553758148143
+1966,Chile,FruitVeg,8.802926,0.239419711127868
+1966,Chile,OilcropsPulses,8.802926,0.0158476851901288
 1966,Chile,Starchy Roots,8.802926,0.073401162295355
+1966,Chile,Sugar,8.802926,0.0284354315826351
 1967,Chile,Ruminants,8.99541,0.614621256840989
 1967,Chile,Cereals,8.99541,0.163620224092065
 1967,Chile,Monogastrics,8.99541,0.054878143408694
-1967,Chile,Oilcrops,8.99541,0.00927862098559154
-1967,Chile,Pulses,8.99541,0.00688729029582865
+1967,Chile,FruitVeg,8.99541,0.236703163057604
+1967,Chile,OilcropsPulses,8.99541,0.0161659112814202
 1967,Chile,Starchy Roots,8.99541,0.0629417669678203
+1967,Chile,Sugar,8.99541,0.0302265266396974
 1968,Chile,Ruminants,9.187592,0.663245777566091
 1968,Chile,Cereals,9.187592,0.163280868371168
 1968,Chile,Monogastrics,9.187592,0.058644952888635
-1968,Chile,Oilcrops,9.187592,0.0104610653150466
-1968,Chile,Pulses,9.187592,0.00655046501847274
+1968,Chile,FruitVeg,9.187592,0.239647232920225
+1968,Chile,OilcropsPulses,9.187592,0.0170115303335194
 1968,Chile,Starchy Roots,9.187592,0.0620206034399438
+1968,Chile,Sugar,9.187592,0.02960612530465
 1969,Chile,Ruminants,9.377005,0.624625208155482
 1969,Chile,Cereals,9.377005,0.160088855663402
 1969,Chile,Monogastrics,9.377005,0.0606493651224458
-1969,Chile,Oilcrops,9.377005,0.00920443147892104
-1969,Chile,Pulses,9.377005,0.00635181489185513
+1969,Chile,FruitVeg,9.377005,0.216453121225807
+1969,Chile,OilcropsPulses,9.377005,0.0155562463707762
 1969,Chile,Starchy Roots,9.377005,0.0510130900004852
+1969,Chile,Sugar,9.377005,0.0372447279275206
 1970,Chile,Ruminants,9.561868,0.643013394453887
 1970,Chile,Cereals,9.561868,0.156116043434191
 1970,Chile,Monogastrics,9.561868,0.0619145129382669
-1970,Chile,Oilcrops,9.561868,0.00874149277107778
-1970,Chile,Pulses,9.561868,0.00650751505877303
+1970,Chile,FruitVeg,9.561868,0.206852468576224
+1970,Chile,OilcropsPulses,9.561868,0.0152490078298508
 1970,Chile,Starchy Roots,9.561868,0.0574556143213857
+1970,Chile,Sugar,9.561868,0.0362005624842342
 1971,Chile,Ruminants,9.741579,0.59364619431819
 1971,Chile,Cereals,9.741579,0.164209313500409
 1971,Chile,Monogastrics,9.741579,0.058972739429614
-1971,Chile,Oilcrops,9.741579,0.00806614615556677
-1971,Chile,Pulses,9.741579,0.00672929922346264
+1971,Chile,FruitVeg,9.741579,0.227679311536662
+1971,Chile,OilcropsPulses,9.741579,0.0147954453790294
 1971,Chile,Starchy Roots,9.741579,0.0696297797307808
+1971,Chile,Sugar,9.741579,0.0385661297824511
 1972,Chile,Ruminants,9.916558,0.523843504974206
 1972,Chile,Cereals,9.916558,0.168283087740726
 1972,Chile,Monogastrics,9.916558,0.0726874385245364
-1972,Chile,Oilcrops,9.916558,0.00754293979826468
-1972,Chile,Pulses,9.916558,0.00770892481040296
+1972,Chile,FruitVeg,9.916558,0.236552239194285
+1972,Chile,OilcropsPulses,9.916558,0.0152518646086676
 1972,Chile,Starchy Roots,9.916558,0.0599457997422089
+1972,Chile,Sugar,9.916558,0.0399416813777522
 1973,Chile,Ruminants,10.087377,0.379979195781024
 1973,Chile,Cereals,10.087377,0.173782242896245
 1973,Chile,Monogastrics,10.087377,0.0661956819894805
-1973,Chile,Oilcrops,10.087377,0.00656285573544044
-1973,Chile,Pulses,10.087377,0.00629073345826175
+1973,Chile,FruitVeg,10.087377,0.219794402449715
+1973,Chile,OilcropsPulses,10.087377,0.0128535891937022
 1973,Chile,Starchy Roots,10.087377,0.0444555606477283
+1973,Chile,Sugar,10.087377,0.0318502024857403
 1974,Chile,Ruminants,10.255074,0.676698773699731
 1974,Chile,Cereals,10.255074,0.174478116881458
 1974,Chile,Monogastrics,10.255074,0.0683905157583456
-1974,Chile,Oilcrops,10.255074,0.0063589009694128
-1974,Chile,Pulses,10.255074,0.00635353777066845
+1974,Chile,FruitVeg,10.255074,0.206701482602661
+1974,Chile,OilcropsPulses,10.255074,0.0127124387400813
 1974,Chile,Starchy Roots,10.255074,0.0634789178508122
+1974,Chile,Sugar,10.255074,0.0319593013175722
 1975,Chile,Ruminants,10.42059,0.62111234584606
 1975,Chile,Cereals,10.42059,0.15822395852826
 1975,Chile,Monogastrics,10.42059,0.044391785877767
-1975,Chile,Oilcrops,10.42059,0.00716178258620673
-1975,Chile,Pulses,10.42059,0.00467209630164895
+1975,Chile,FruitVeg,10.42059,0.200710612354963
+1975,Chile,OilcropsPulses,10.42059,0.0118338788878557
 1975,Chile,Starchy Roots,10.42059,0.0578937468991679
+1975,Chile,Sugar,10.42059,0.0300600061992651
 1976,Chile,Ruminants,10.584237,0.565989981138933
 1976,Chile,Cereals,10.584237,0.16674021944142
 1976,Chile,Monogastrics,10.584237,0.0373911222887394
-1976,Chile,Oilcrops,10.584237,0.00908983802989294
-1976,Chile,Pulses,10.584237,0.00580221323464318
+1976,Chile,FruitVeg,10.584237,0.197799709133497
+1976,Chile,OilcropsPulses,10.584237,0.0148920512645361
 1976,Chile,Starchy Roots,10.584237,0.0538153104470355
+1976,Chile,Sugar,10.584237,0.0340323067217788
 1977,Chile,Ruminants,10.746328,0.514129645028516
 1977,Chile,Cereals,10.746328,0.157055042429377
 1977,Chile,Monogastrics,10.746328,0.0422846017728102
-1977,Chile,Oilcrops,10.746328,0.00866156328003389
-1977,Chile,Pulses,10.746328,0.0059804614190075
+1977,Chile,FruitVeg,10.746328,0.205828911978119
+1977,Chile,OilcropsPulses,10.746328,0.0146420246990414
 1977,Chile,Starchy Roots,10.746328,0.0683723779880904
+1977,Chile,Sugar,10.746328,0.0354987303570113
 1978,Chile,Ruminants,10.907901,0.522535490558633
 1978,Chile,Cereals,10.907901,0.150100188844765
 1978,Chile,Monogastrics,10.907901,0.049001168969172
-1978,Chile,Oilcrops,10.907901,0.0104080519249304
-1978,Chile,Pulses,10.907901,0.00490130961034575
+1978,Chile,FruitVeg,10.907901,0.227804231079838
+1978,Chile,OilcropsPulses,10.907901,0.0153093615352761
 1978,Chile,Starchy Roots,10.907901,0.0730834465769354
+1978,Chile,Sugar,10.907901,0.037452943513147
 1979,Chile,Ruminants,11.070198,0.506733393567125
 1979,Chile,Cereals,11.070198,0.158635915997166
 1979,Chile,Monogastrics,11.070198,0.0597317861884675
-1979,Chile,Oilcrops,11.070198,0.0100520333963313
-1979,Chile,Pulses,11.070198,0.00581335582254265
+1979,Chile,FruitVeg,11.070198,0.253887870840251
+1979,Chile,OilcropsPulses,11.070198,0.015865389218874
 1979,Chile,Starchy Roots,11.070198,0.0537226163434475
+1979,Chile,Sugar,11.070198,0.0374132422925046
 1980,Chile,Ruminants,11.23434,0.490906372782024
 1980,Chile,Cereals,11.23434,0.157694711037765
 1980,Chile,Monogastrics,11.23434,0.0730825575868275
-1980,Chile,Oilcrops,11.23434,0.0108803009344563
-1980,Chile,Pulses,11.23434,0.00574746714092684
+1980,Chile,FruitVeg,11.23434,0.239701753730081
+1980,Chile,OilcropsPulses,11.23434,0.0166277680753832
 1980,Chile,Starchy Roots,11.23434,0.0633280637758872
+1980,Chile,Sugar,11.23434,0.0377089352823575
 1981,Chile,Ruminants,11.400489,0.53984633466161
 1981,Chile,Cereals,11.400489,0.157837264699786
 1981,Chile,Monogastrics,11.400489,0.082404631941665
-1981,Chile,Oilcrops,11.400489,0.00879050012679281
-1981,Chile,Pulses,11.400489,0.00622455756064499
+1981,Chile,FruitVeg,11.400489,0.248454605762963
+1981,Chile,OilcropsPulses,11.400489,0.0150150576874378
 1981,Chile,Starchy Roots,11.400489,0.0725593437263963
+1981,Chile,Sugar,11.400489,0.0368477176724612
 1982,Chile,Ruminants,11.569135,0.539934403047419
 1982,Chile,Cereals,11.569135,0.156012873909761
 1982,Chile,Monogastrics,11.569135,0.080426583318459
-1982,Chile,Oilcrops,11.569135,0.00889660290073545
-1982,Chile,Pulses,11.569135,0.00620979874467711
+1982,Chile,FruitVeg,11.569135,0.248239907305084
+1982,Chile,OilcropsPulses,11.569135,0.0151064016454126
 1982,Chile,Starchy Roots,11.569135,0.0595470620750817
+1982,Chile,Sugar,11.569135,0.0347342303465212
 1983,Chile,Ruminants,11.742057,0.548426429883623
 1983,Chile,Cereals,11.742057,0.153877467976863
 1983,Chile,Monogastrics,11.742057,0.0695731846643224
-1983,Chile,Oilcrops,11.742057,0.00931157121788797
-1983,Chile,Pulses,11.742057,0.00568571588436336
+1983,Chile,FruitVeg,11.742057,0.224705773443273
+1983,Chile,OilcropsPulses,11.742057,0.0149972871022513
 1983,Chile,Starchy Roots,11.742057,0.0442993931983127
+1983,Chile,Sugar,11.742057,0.0335408012412135
 1984,Chile,Ruminants,11.921407,0.522649339964653
 1984,Chile,Cereals,11.921407,0.151846757685565
 1984,Chile,Monogastrics,11.921407,0.0654133945766636
-1984,Chile,Oilcrops,11.921407,0.00852516821210785
-1984,Chile,Pulses,11.921407,0.00639379227636469
+1984,Chile,FruitVeg,11.921407,0.204742946868604
+1984,Chile,OilcropsPulses,11.921407,0.0149189604884725
 1984,Chile,Starchy Roots,11.921407,0.0734816787984841
+1984,Chile,Sugar,11.921407,0.0359447504812142
 1985,Chile,Ruminants,12.108576,0.473920550195167
 1985,Chile,Cereals,12.108576,0.149065340135785
 1985,Chile,Monogastrics,12.108576,0.0692637350585238
-1985,Chile,Oilcrops,12.108576,0.009521928920461
-1985,Chile,Pulses,12.108576,0.00534992719209922
+1985,Chile,FruitVeg,12.108576,0.184401452326021
+1985,Chile,OilcropsPulses,12.108576,0.0148718561125602
 1985,Chile,Starchy Roots,12.108576,0.063820386476494
+1985,Chile,Sugar,12.108576,0.0333172951138102
 1986,Chile,Ruminants,12.304203,0.461611816710111
 1986,Chile,Cereals,12.304203,0.158010315662055
 1986,Chile,Monogastrics,12.304203,0.0732646072240518
-1986,Chile,Oilcrops,12.304203,0.0096392265309667
-1986,Chile,Pulses,12.304203,0.00370198703646226
+1986,Chile,FruitVeg,12.304203,0.165561393939941
+1986,Chile,OilcropsPulses,12.304203,0.013341213567429
 1986,Chile,Starchy Roots,12.304203,0.0531649225878344
+1986,Chile,Sugar,12.304203,0.0358614857053317
 1987,Chile,Ruminants,12.507488,0.450298029468427
 1987,Chile,Cereals,12.507488,0.159435371834856
 1987,Chile,Monogastrics,12.507488,0.0853625284309687
-1987,Chile,Oilcrops,12.507488,0.00866480943255752
-1987,Chile,Pulses,12.507488,0.00339164826702212
+1987,Chile,FruitVeg,12.507488,0.174873084027744
+1987,Chile,OilcropsPulses,12.507488,0.0120564576995796
 1987,Chile,Starchy Roots,12.507488,0.0472054020759404
+1987,Chile,Sugar,12.507488,0.0374940195825093
 1988,Chile,Ruminants,12.716508,0.4877342270378
 1988,Chile,Cereals,12.716508,0.150744056465816
 1988,Chile,Monogastrics,12.716508,0.0919258730462797
-1988,Chile,Oilcrops,12.716508,0.00900962748578462
-1988,Chile,Pulses,12.716508,0.0028378073603225
+1988,Chile,FruitVeg,12.716508,0.179935718201884
+1988,Chile,OilcropsPulses,12.716508,0.0118474348461071
 1988,Chile,Starchy Roots,12.716508,0.0610548115882127
+1988,Chile,Sugar,12.716508,0.0367729096698559
 1989,Chile,Ruminants,12.928491,0.535606808250089
 1989,Chile,Cereals,12.928491,0.14539407576646
 1989,Chile,Monogastrics,12.928491,0.0977846602515328
-1989,Chile,Oilcrops,12.928491,0.00845241722332482
-1989,Chile,Pulses,12.928491,0.00259303270582777
+1989,Chile,FruitVeg,12.928491,0.189715025519993
+1989,Chile,OilcropsPulses,12.928491,0.0110454499291526
 1989,Chile,Starchy Roots,12.928491,0.0574658713070226
+1989,Chile,Sugar,12.928491,0.0386416326545766
 1990,Chile,Ruminants,13.141202,0.567746139204009
 1990,Chile,Cereals,13.141202,0.148841940029535
 1990,Chile,Monogastrics,13.141202,0.103336376687612
-1990,Chile,Oilcrops,13.141202,0.00946032181835421
-1990,Chile,Pulses,13.141202,0.00268841465187127
+1990,Chile,FruitVeg,13.141202,0.185031095329027
+1990,Chile,OilcropsPulses,13.141202,0.0121487364702255
 1990,Chile,Starchy Roots,13.141202,0.0522069442353903
+1990,Chile,Sugar,13.141202,0.038810452803328
 1991,Chile,Ruminants,13.354054,0.557249386590769
 1991,Chile,Cereals,13.354054,0.149497223839293
 1991,Chile,Monogastrics,13.354054,0.105369695225135
-1991,Chile,Oilcrops,13.354054,0.0111381906947508
-1991,Chile,Pulses,13.354054,0.00339821899776652
+1991,Chile,FruitVeg,13.354054,0.18364483174922
+1991,Chile,OilcropsPulses,13.354054,0.0145364096925173
 1991,Chile,Starchy Roots,13.354054,0.0522081159773654
+1991,Chile,Sugar,13.354054,0.0389557358387198
 1992,Chile,Ruminants,13.566942,0.546945980899749
 1992,Chile,Cereals,13.566942,0.149967914656081
 1992,Chile,Monogastrics,13.566942,0.125245055223204
-1992,Chile,Oilcrops,13.566942,0.0112043672037516
-1992,Chile,Pulses,13.566942,0.00368926173635886
+1992,Chile,FruitVeg,13.566942,0.173087715713681
+1992,Chile,OilcropsPulses,13.566942,0.0148936289401105
 1992,Chile,Starchy Roots,13.566942,0.0633596723565266
+1992,Chile,Sugar,13.566942,0.0434447939705204
 1993,Chile,Ruminants,13.778676,0.602318662547838
 1993,Chile,Cereals,13.778676,0.146346499474986
 1993,Chile,Monogastrics,13.778676,0.138636448088336
-1993,Chile,Oilcrops,13.778676,0.0111181945202863
-1993,Chile,Pulses,13.778676,0.00327752826178655
+1993,Chile,FruitVeg,13.778676,0.209904347848806
+1993,Chile,OilcropsPulses,13.778676,0.0143957227820728
 1993,Chile,Starchy Roots,13.778676,0.056266364054137
+1993,Chile,Sugar,13.778676,0.0434940193092573
 1994,Chile,Ruminants,13.987999,0.633103834222464
 1994,Chile,Cereals,13.987999,0.146959833211312
 1994,Chile,Monogastrics,13.987999,0.151954550468584
-1994,Chile,Oilcrops,13.987999,0.0113245647215159
-1994,Chile,Pulses,13.987999,0.00298949120599737
+1994,Chile,FruitVeg,13.987999,0.217099815348857
+1994,Chile,OilcropsPulses,13.987999,0.0143140559275133
 1994,Chile,Starchy Roots,13.987999,0.0541623573178694
+1994,Chile,Sugar,13.987999,0.0440940837928284
 1995,Chile,Ruminants,14.193986,0.685386634874798
 1995,Chile,Cereals,14.193986,0.144032761480813
 1995,Chile,Monogastrics,14.193986,0.159997945608795
-1995,Chile,Oilcrops,14.193986,0.0118448052576634
-1995,Chile,Pulses,14.193986,0.00340616089095762
+1995,Chile,FruitVeg,14.193986,0.210389386039975
+1995,Chile,OilcropsPulses,14.193986,0.015250966148621
 1995,Chile,Starchy Roots,14.193986,0.0514295984228813
+1995,Chile,Sugar,14.193986,0.0451160089914137
 1996,Chile,Ruminants,14.39602,0.709889705626972
 1996,Chile,Cereals,14.39602,0.140260919337428
 1996,Chile,Monogastrics,14.39602,0.168366569371257
-1996,Chile,Oilcrops,14.39602,0.0121741981464321
-1996,Chile,Pulses,14.39602,0.0042035923817833
+1996,Chile,FruitVeg,14.39602,0.227957379886941
+1996,Chile,OilcropsPulses,14.39602,0.0163777905282154
 1996,Chile,Starchy Roots,14.39602,0.0472809151418239
+1996,Chile,Sugar,14.39602,0.0461572712458027
 1997,Chile,Ruminants,14.59407,0.746094619252888
 1997,Chile,Cereals,14.59407,0.144166157898379
 1997,Chile,Monogastrics,14.59407,0.173687134569041
-1997,Chile,Oilcrops,14.59407,0.0121423290418643
-1997,Chile,Pulses,14.59407,0.00364353466853318
+1997,Chile,FruitVeg,14.59407,0.192332707736773
+1997,Chile,OilcropsPulses,14.59407,0.0157858637103974
 1997,Chile,Starchy Roots,14.59407,0.0595529554127121
+1997,Chile,Sugar,14.59407,0.0468560860678344
 1998,Chile,Ruminants,14.788609,0.712617609945601
 1998,Chile,Cereals,14.788609,0.144104560476242
 1998,Chile,Monogastrics,14.788609,0.187572840691102
-1998,Chile,Oilcrops,14.788609,0.0116758783736861
-1998,Chile,Pulses,14.788609,0.00350641497114434
+1998,Chile,FruitVeg,14.788609,0.200203954273184
+1998,Chile,OilcropsPulses,14.788609,0.0151822933448305
 1998,Chile,Starchy Roots,14.788609,0.0518866919802938
+1998,Chile,Sugar,14.788609,0.0475720197890146
 1999,Chile,Ruminants,14.980484,0.665649868188504
 1999,Chile,Cereals,14.980484,0.145718856613712
 1999,Chile,Monogastrics,14.980484,0.195330064102068
-1999,Chile,Oilcrops,14.980484,0.0116408788928315
-1999,Chile,Pulses,14.980484,0.0036333272009102
+1999,Chile,FruitVeg,14.980484,0.189895399908307
+1999,Chile,OilcropsPulses,14.980484,0.0152742060937417
 1999,Chile,Starchy Roots,14.980484,0.0569368119214306
+1999,Chile,Sugar,14.980484,0.0481394326111226
 2000,Chile,Ruminants,15.170387,0.677094190148214
 2000,Chile,Cereals,15.170387,0.145322396851181
 2000,Chile,Monogastrics,15.170387,0.205456070435118
-2000,Chile,Oilcrops,15.170387,0.012413592349358
-2000,Chile,Pulses,15.170387,0.00398460500711023
+2000,Chile,FruitVeg,15.170387,0.213001949126281
+2000,Chile,OilcropsPulses,15.170387,0.0163981973564682
 2000,Chile,Starchy Roots,15.170387,0.0556220484025885
+2000,Chile,Sugar,15.170387,0.0462810869623827
 2001,Chile,Ruminants,15.358418,0.622642019510082
 2001,Chile,Cereals,15.358418,0.149763341510825
 2001,Chile,Monogastrics,15.358418,0.218425374280085
-2001,Chile,Oilcrops,15.358418,0.0125990189875025
-2001,Chile,Pulses,15.358418,0.00407314086646164
+2001,Chile,FruitVeg,15.358418,0.192114383135034
+2001,Chile,OilcropsPulses,15.358418,0.0166721598539641
 2001,Chile,Starchy Roots,15.358418,0.0685230080337701
+2001,Chile,Sugar,15.358418,0.0450681183439596
 2002,Chile,Ruminants,15.544554,0.650217799751604
 2002,Chile,Cereals,15.544554,0.14737714571933
 2002,Chile,Monogastrics,15.544554,0.210547269481003
-2002,Chile,Oilcrops,15.544554,0.0128435978285385
-2002,Chile,Pulses,15.544554,0.00428162815092669
+2002,Chile,FruitVeg,15.544554,0.208995124594762
+2002,Chile,OilcropsPulses,15.544554,0.0171252259794652
 2002,Chile,Starchy Roots,15.544554,0.074733697731051
+2002,Chile,Sugar,15.544554,0.045863329369244
 2003,Chile,Ruminants,15.729268,0.662910321065163
 2003,Chile,Cereals,15.729268,0.150624619022322
 2003,Chile,Monogastrics,15.729268,0.222921854977612
-2003,Chile,Oilcrops,15.729268,0.012515076988961
-2003,Chile,Pulses,15.729268,0.00438513731217498
+2003,Chile,FruitVeg,15.729268,0.220446304303544
+2003,Chile,OilcropsPulses,15.729268,0.0169002143011359
 2003,Chile,Starchy Roots,15.729268,0.0612272611796048
+2003,Chile,Sugar,15.729268,0.043268828530355
 2004,Chile,Ruminants,15.913119,0.676764310001075
 2004,Chile,Cereals,15.913119,0.153281767075329
 2004,Chile,Monogastrics,15.913119,0.223285837301914
-2004,Chile,Oilcrops,15.913119,0.0128000048262066
-2004,Chile,Pulses,15.913119,0.00466464179649508
+2004,Chile,FruitVeg,15.913119,0.215286582096194
+2004,Chile,OilcropsPulses,15.913119,0.0174646466227017
 2004,Chile,Starchy Roots,15.913119,0.0632195988731059
+2004,Chile,Sugar,15.913119,0.0440491898539815
 2005,Chile,Ruminants,16.096571,0.69622621488763
 2005,Chile,Cereals,16.096571,0.156517869551223
 2005,Chile,Monogastrics,16.096571,0.228264734147416
-2005,Chile,Oilcrops,16.096571,0.0109450640139443
-2005,Chile,Pulses,16.096571,0.00455538014897707
+2005,Chile,FruitVeg,16.096571,0.223579481617544
+2005,Chile,OilcropsPulses,16.096571,0.0155004441629214
 2005,Chile,Starchy Roots,16.096571,0.0614535232379617
+2005,Chile,Sugar,16.096571,0.0441490923750158
 2006,Chile,Ruminants,16.279728,0.643814423680789
 2006,Chile,Cereals,16.279728,0.155607083852998
 2006,Chile,Monogastrics,16.279728,0.260961098367246
-2006,Chile,Oilcrops,16.279728,0.0115135216018351
-2006,Chile,Pulses,16.279728,0.00481156687630162
+2006,Chile,FruitVeg,16.279728,0.220343853410819
+2006,Chile,OilcropsPulses,16.279728,0.0163250884781367
 2006,Chile,Starchy Roots,16.279728,0.0631129095031563
+2006,Chile,Sugar,16.279728,0.0440509816871633
 2007,Chile,Ruminants,16.462701,0.675429852003022
 2007,Chile,Cereals,16.462701,0.149833797017877
 2007,Chile,Monogastrics,16.462701,0.264464294164123
-2007,Chile,Oilcrops,16.462701,0.012631341600628
-2007,Chile,Pulses,16.462701,0.00379457781563305
+2007,Chile,FruitVeg,16.462701,0.197188602283428
+2007,Chile,OilcropsPulses,16.462701,0.016425919416261
 2007,Chile,Starchy Roots,16.462701,0.0537445222384832
+2007,Chile,Sugar,16.462701,0.0476501395487897
 2008,Chile,Ruminants,16.64594,0.649563142724292
 2008,Chile,Cereals,16.64594,0.151532265525407
 2008,Chile,Monogastrics,16.64594,0.273906994738657
-2008,Chile,Oilcrops,16.64594,0.0118482945390888
-2008,Chile,Pulses,16.64594,0.00353449549860206
+2008,Chile,FruitVeg,16.64594,0.204486619560085
+2008,Chile,OilcropsPulses,16.64594,0.0153827900376909
 2008,Chile,Starchy Roots,16.64594,0.0537640409613395
+2008,Chile,Sugar,16.64594,0.0480640324307309
 2009,Chile,Ruminants,16.829957,0.64106808472535
 2009,Chile,Cereals,16.829957,0.151092305226924
 2009,Chile,Monogastrics,16.829957,0.263031462290724
-2009,Chile,Oilcrops,16.829957,0.0126883865478682
-2009,Chile,Pulses,16.829957,0.00304635359436747
+2009,Chile,FruitVeg,16.829957,0.216704118733043
+2009,Chile,OilcropsPulses,16.829957,0.0157347401422357
 2009,Chile,Starchy Roots,16.829957,0.0511385739131716
+2009,Chile,Sugar,16.829957,0.0480555000823829
 2010,Chile,Ruminants,17.015048,0.665931815179129
 2010,Chile,Cereals,17.015048,0.149915709905726
 2010,Chile,Monogastrics,17.015048,0.273196008615433
-2010,Chile,Oilcrops,17.015048,0.0128191821733327
-2010,Chile,Pulses,17.015048,0.00383595744190672
+2010,Chile,FruitVeg,17.015048,0.23257983168781
+2010,Chile,OilcropsPulses,17.015048,0.0166551396152394
 2010,Chile,Starchy Roots,17.015048,0.0597057968922568
+2010,Chile,Sugar,17.015048,0.0489588392580497
 2011,Chile,Ruminants,17.201305,0.627837469308288
 2011,Chile,Cereals,17.201305,0.152091890702479
 2011,Chile,Monogastrics,17.201305,0.292245425565095
-2011,Chile,Oilcrops,17.201305,0.0138372640913
-2011,Chile,Pulses,17.201305,0.00343613464211
+2011,Chile,FruitVeg,17.201305,0.231430871087978
+2011,Chile,OilcropsPulses,17.201305,0.0172733987334101
 2011,Chile,Starchy Roots,17.201305,0.0686047366755022
+2011,Chile,Sugar,17.201305,0.0488798960311441
 1961,China,Ruminants,660.33,0.0117309717868339
 1961,China,Cereals,660.33,0.112025010222162
 1961,China,Monogastrics,660.33,0.0237462361243621
-1961,China,Oilcrops,660.33,0.00961167749458604
-1961,China,Pulses,660.33,0.011155276907001
+1961,China,FruitVeg,660.33,0.0858954356155256
+1961,China,OilcropsPulses,660.33,0.0207669544015871
 1961,China,Starchy Roots,660.33,0.115322181333576
+1961,China,Sugar,660.33,0.00226458740326806
 1962,China,Ruminants,665.77,0.0133079006263424
 1962,China,Cereals,665.77,0.124052271805579
 1962,China,Monogastrics,665.77,0.0279930958138697
-1962,China,Oilcrops,665.77,0.00964909503281914
-1962,China,Pulses,665.77,0.0134532451146792
+1962,China,FruitVeg,665.77,0.0797307493578864
+1962,China,OilcropsPulses,665.77,0.0231023401474984
 1962,China,Starchy Roots,665.77,0.116218485362813
+1962,China,Sugar,665.77,0.00211106388091984
 1963,China,Ruminants,682.335,0.0159736633764939
 1963,China,Cereals,682.335,0.13766781712795
 1963,China,Monogastrics,682.335,0.0419281527402229
-1963,China,Oilcrops,682.335,0.0112619124037313
-1963,China,Pulses,682.335,0.0114982112891761
+1963,China,FruitVeg,682.335,0.0697851993522244
+1963,China,OilcropsPulses,682.335,0.0227601236929074
 1963,China,Starchy Roots,682.335,0.100045549473499
+1963,China,Sugar,682.335,0.00226866421918852
 1964,China,Ruminants,698.355,0.0179181337571865
 1964,China,Cereals,698.355,0.148140218083926
 1964,China,Monogastrics,698.355,0.0518745281411317
-1964,China,Oilcrops,698.355,0.0124254068489522
-1964,China,Pulses,698.355,0.0112939364649784
+1964,China,FruitVeg,698.355,0.061884452749676
+1964,China,OilcropsPulses,698.355,0.0237193433139306
 1964,China,Starchy Roots,698.355,0.0876579662206184
+1964,China,Sugar,698.355,0.00262924873452614
 1965,China,Ruminants,715.185,0.0192621780378503
 1965,China,Cereals,715.185,0.156887694792257
 1965,China,Monogastrics,715.185,0.0570250819018855
-1965,China,Oilcrops,715.185,0.0119902612610723
-1965,China,Pulses,715.185,0.0104548627278257
+1965,China,FruitVeg,715.185,0.064132842551228
+1965,China,OilcropsPulses,715.185,0.022445123988898
 1965,China,Starchy Roots,715.185,0.108826883953103
+1965,China,Sugar,715.185,0.00288519893454141
 1966,China,Ruminants,735.4,0.019959235382105
 1966,China,Cereals,735.4,0.161782153929834
 1966,China,Monogastrics,735.4,0.0599696233342399
-1966,China,Oilcrops,735.4,0.014066886048409
-1966,China,Pulses,735.4,0.00816478515093826
+1966,China,FruitVeg,735.4,0.0618257016589611
+1966,China,OilcropsPulses,735.4,0.0222316711993473
 1966,China,Starchy Roots,735.4,0.11950350965461
+1966,China,Sugar,735.4,0.00300441392439489
 1967,China,Ruminants,754.55,0.0204847368630309
 1967,China,Cereals,754.55,0.157737030017891
 1967,China,Monogastrics,754.55,0.0621590677887483
-1967,China,Oilcrops,754.55,0.013885382015771
-1967,China,Pulses,754.55,0.00727075342919621
+1967,China,FruitVeg,754.55,0.0616548326817308
+1967,China,OilcropsPulses,754.55,0.0211561354449672
 1967,China,Starchy Roots,754.55,0.114538990126566
+1967,China,Sugar,754.55,0.0026541779868796
 1968,China,Ruminants,774.51,0.0199172596867697
 1968,China,Cereals,774.51,0.154430713612478
 1968,China,Monogastrics,774.51,0.0601994578507702
-1968,China,Oilcrops,774.51,0.0132267084995675
-1968,China,Pulses,774.51,0.00612080024789867
+1968,China,FruitVeg,774.51,0.0633410440149256
+1968,China,OilcropsPulses,774.51,0.0193475087474661
 1968,China,Starchy Roots,774.51,0.109895261520187
+1968,China,Sugar,774.51,0.00297280990561775
 1969,China,Ruminants,796.025,0.0195381495556044
 1969,China,Cereals,796.025,0.149477806601551
 1969,China,Monogastrics,796.025,0.0576126884205898
-1969,China,Oilcrops,796.025,0.0123625464024371
-1969,China,Pulses,796.025,0.00563283816463051
+1969,China,FruitVeg,796.025,0.0635271781665149
+1969,China,OilcropsPulses,796.025,0.0179953845670676
 1969,China,Starchy Roots,796.025,0.117534449294934
+1969,China,Sugar,796.025,0.00301708489054992
 1970,China,Ruminants,818.315,0.0196330552415635
 1970,China,Cereals,818.315,0.163668239003318
 1970,China,Monogastrics,818.315,0.0561146351954932
-1970,China,Oilcrops,818.315,0.0130625028259289
-1970,China,Pulses,818.315,0.00591958597850461
+1970,China,FruitVeg,818.315,0.0514641195627601
+1970,China,OilcropsPulses,818.315,0.0189820888044335
 1970,China,Starchy Roots,818.315,0.122065983148299
+1970,China,Sugar,818.315,0.00291093649755901
 1971,China,Ruminants,841.105,0.0209746999482823
 1971,China,Cereals,841.105,0.165255128670023
 1971,China,Monogastrics,841.105,0.0618766098168481
-1971,China,Oilcrops,841.105,0.0126736864006277
-1971,China,Pulses,841.105,0.00595631936559645
+1971,China,FruitVeg,841.105,0.0552044251312262
+1971,China,OilcropsPulses,841.105,0.0186300057662242
 1971,China,Starchy Roots,841.105,0.112348165805696
+1971,China,Sugar,841.105,0.00280999518490557
 1972,China,Ruminants,862.03,0.0226899037156479
 1972,China,Cereals,862.03,0.164381331276174
 1972,China,Monogastrics,862.03,0.0662882557451597
-1972,China,Oilcrops,862.03,0.0115356089695254
-1972,China,Pulses,862.03,0.0058559133672842
+1972,China,FruitVeg,862.03,0.0505499738988202
+1972,China,OilcropsPulses,862.03,0.0173915223368096
 1972,China,Starchy Roots,862.03,0.108251867104393
+1972,China,Sugar,862.03,0.00307451016785959
 1973,China,Ruminants,881.94,0.0228268021634125
 1973,China,Cereals,881.94,0.167038894936163
 1973,China,Monogastrics,881.94,0.065455259995011
-1973,China,Oilcrops,881.94,0.0128093815905844
-1973,China,Pulses,881.94,0.0054401796040547
+1973,China,FruitVeg,881.94,0.0554626720638592
+1973,China,OilcropsPulses,881.94,0.0182495611946391
 1973,China,Starchy Roots,881.94,0.124052613556478
+1973,China,Sugar,881.94,0.00342373063927251
 1974,China,Ruminants,900.35,0.0235412673960127
 1974,China,Cereals,900.35,0.168763338701616
 1974,China,Monogastrics,900.35,0.0647054714277781
-1974,China,Oilcrops,900.35,0.0121396012661743
-1974,China,Pulses,900.35,0.00519791081246182
+1974,China,FruitVeg,900.35,0.0546775665019159
+1974,China,OilcropsPulses,900.35,0.0173375120786361
 1974,China,Starchy Roots,900.35,0.11835617926362
+1974,China,Sugar,900.35,0.00327473760204365
 1975,China,Ruminants,916.395,0.024842670136786
 1975,China,Cereals,916.395,0.171959353772118
 1975,China,Monogastrics,916.395,0.064935645218492
-1975,China,Oilcrops,916.395,0.0117710354159505
-1975,China,Pulses,916.395,0.0050739451873919
+1975,China,FruitVeg,916.395,0.0554146825331871
+1975,China,OilcropsPulses,916.395,0.0168449806033424
 1975,China,Starchy Roots,916.395,0.114149308977024
+1975,China,Sugar,916.395,0.00332369338549425
 1976,China,Ruminants,930.685,0.0239059561505773
 1976,China,Cereals,930.685,0.172543275114566
 1976,China,Monogastrics,930.685,0.0644606122372231
-1976,China,Oilcrops,930.685,0.0106661007752354
-1976,China,Pulses,930.685,0.00515467317083653
+1976,China,FruitVeg,930.685,0.054465628005179
+1976,China,OilcropsPulses,930.685,0.015820773946072
 1976,China,Starchy Roots,930.685,0.103879078313285
+1976,China,Sugar,930.685,0.00346597183794732
 1977,China,Ruminants,943.455,0.0248923270320259
 1977,China,Cereals,943.455,0.174592633458935
 1977,China,Monogastrics,943.455,0.064697066950729
-1977,China,Oilcrops,943.455,0.0108692232273929
-1977,China,Pulses,943.455,0.00477644296760312
+1977,China,FruitVeg,943.455,0.0562994165063517
+1977,China,OilcropsPulses,943.455,0.0156456661949961
 1977,China,Starchy Roots,943.455,0.111135296331039
+1977,China,Sugar,943.455,0.00417055079468549
 1978,China,Ruminants,956.165,0.025056410243002
 1978,China,Cereals,956.165,0.187768651854021
 1978,China,Monogastrics,956.165,0.0692768880893988
-1978,China,Oilcrops,956.165,0.0117336861315777
-1978,China,Pulses,956.165,0.00509149153127337
+1978,China,FruitVeg,956.165,0.0615482212798
+1978,China,OilcropsPulses,956.165,0.0168251776628511
 1978,China,Starchy Roots,956.165,0.115378550773141
+1978,China,Sugar,956.165,0.00432614872956028
 1979,China,Ruminants,969.005,0.0272049662282444
 1979,China,Cereals,969.005,0.191260344373868
 1979,China,Monogastrics,969.005,0.0826098269874768
-1979,China,Oilcrops,969.005,0.0120793948431639
-1979,China,Pulses,969.005,0.00515113853901683
+1979,China,FruitVeg,969.005,0.0618294539243864
+1979,China,OilcropsPulses,969.005,0.0172305333821807
 1979,China,Starchy Roots,969.005,0.099846925454461
+1979,China,Sugar,969.005,0.00483616286809666
 1980,China,Ruminants,981.235,0.0295854638287464
 1980,China,Cereals,981.235,0.194215914638186
 1980,China,Monogastrics,981.235,0.0902487009737729
-1980,China,Oilcrops,981.235,0.0136071624024826
-1980,China,Pulses,981.235,0.00506341192476828
+1980,China,FruitVeg,981.235,0.0595060500287903
+1980,China,OilcropsPulses,981.235,0.0186705743272509
 1980,China,Starchy Roots,981.235,0.0979333105729005
+1980,China,Sugar,981.235,0.00541818524614389
 1981,China,Ruminants,993.885,0.0296452711329782
 1981,China,Cereals,993.885,0.197110444367306
 1981,China,Monogastrics,993.885,0.0930470608772645
-1981,China,Oilcrops,993.885,0.0145115179321551
-1981,China,Pulses,993.885,0.00474291090015444
+1981,China,FruitVeg,993.885,0.0673297433807734
+1981,China,OilcropsPulses,993.885,0.0192544288323096
 1981,China,Starchy Roots,993.885,0.0886894942573839
+1981,China,Sugar,993.885,0.00541385673392797
 1982,China,Ruminants,1008.63,0.0312459913942675
 1982,China,Cereals,1008.63,0.21449949138931
 1982,China,Monogastrics,1008.63,0.0976055798459296
-1982,China,Oilcrops,1008.63,0.0153116167474693
-1982,China,Pulses,1008.63,0.00440332431119439
+1982,China,FruitVeg,1008.63,0.0705394783022516
+1982,China,OilcropsPulses,1008.63,0.0197149410586637
 1982,China,Starchy Roots,1008.63,0.090804328643804
+1982,China,Sugar,1008.63,0.00690704519992465
 1983,China,Ruminants,1023.31,0.0331233891000772
 1983,China,Cereals,1023.31,0.222867200555061
 1983,China,Monogastrics,1023.31,0.100022780291407
-1983,China,Oilcrops,1023.31,0.0159448818051226
-1983,China,Pulses,1023.31,0.00413707087783761
+1983,China,FruitVeg,1023.31,0.0790333466886867
+1983,China,OilcropsPulses,1023.31,0.0200819526829602
 1983,China,Starchy Roots,1023.31,0.0910795760815393
+1983,China,Sugar,1023.31,0.00626456303563925
 1984,China,Ruminants,1036.825,0.035545208014853
 1984,China,Cereals,1036.825,0.224882161406216
 1984,China,Monogastrics,1036.825,0.109108764063367
-1984,China,Oilcrops,1036.825,0.0181592698864321
-1984,China,Pulses,1036.825,0.00413807151640827
+1984,China,FruitVeg,1036.825,0.0872058119740554
+1984,China,OilcropsPulses,1036.825,0.0222973414028404
 1984,China,Starchy Roots,1036.825,0.0854160287415909
+1984,China,Sugar,1036.825,0.00678329612036747
 1985,China,Ruminants,1051.04,0.037835100852489
 1985,China,Cereals,1051.04,0.224564587456234
 1985,China,Monogastrics,1051.04,0.123225786934845
-1985,China,Oilcrops,1051.04,0.0174063394352261
-1985,China,Pulses,1051.04,0.003698087608464
+1985,China,FruitVeg,1051.04,0.0939633781778048
+1985,China,OilcropsPulses,1051.04,0.0211044270436901
 1985,China,Starchy Roots,1051.04,0.0714430801872431
+1985,China,Sugar,1051.04,0.00754719896483483
 1986,China,Ruminants,1066.79,0.0418725833575493
 1986,China,Cereals,1066.79,0.22323404981299
 1986,China,Monogastrics,1066.79,0.126645807516006
-1986,China,Oilcrops,1066.79,0.0165130072460372
-1986,China,Pulses,1066.79,0.00322024297190637
+1986,China,FruitVeg,1066.79,0.107898353940326
+1986,China,OilcropsPulses,1066.79,0.0197332502179435
 1986,China,Starchy Roots,1066.79,0.0682937129144443
+1986,China,Sugar,1066.79,0.00711690117080213
 1987,China,Ruminants,1084.035,0.0483972640182282
 1987,China,Cereals,1084.035,0.219713762009529
 1987,China,Monogastrics,1084.035,0.133577089946358
-1987,China,Oilcrops,1084.035,0.0174881530577887
-1987,China,Pulses,1084.035,0.00305905713376413
+1987,China,FruitVeg,1084.035,0.113723195284285
+1987,China,OilcropsPulses,1084.035,0.0205472101915529
 1987,China,Starchy Roots,1084.035,0.0725827431771114
+1987,China,Sugar,1084.035,0.00771227681763043
 1988,China,Ruminants,1101.63,0.0522720177373528
 1988,China,Cereals,1101.63,0.215499721322041
 1988,China,Monogastrics,1101.63,0.145000651761481
-1988,China,Oilcrops,1101.63,0.0167623158410719
-1988,China,Pulses,1101.63,0.00309374926245654
+1988,China,FruitVeg,1101.63,0.118873617276218
+1988,China,OilcropsPulses,1101.63,0.0198560651035284
 1988,China,Starchy Roots,1101.63,0.0680299401795521
+1988,China,Sugar,1101.63,0.00867252162704356
 1989,China,Ruminants,1118.65,0.0559743476511867
 1989,China,Cereals,1118.65,0.21566023242301
 1989,China,Monogastrics,1118.65,0.149454079649578
-1989,China,Oilcrops,1118.65,0.0162773575291646
-1989,China,Pulses,1118.65,0.00282073928395834
+1989,China,FruitVeg,1118.65,0.120162429714388
+1989,China,OilcropsPulses,1118.65,0.019098096813123
 1989,China,Starchy Roots,1118.65,0.0660871988557636
+1989,China,Sugar,1118.65,0.00759567782595092
 1990,China,Ruminants,1135.185,0.0596025232010641
 1990,China,Cereals,1135.185,0.222242041605553
 1990,China,Monogastrics,1135.185,0.157366840735211
-1990,China,Oilcrops,1135.185,0.0187115324814898
-1990,China,Pulses,1135.185,0.00227248510154733
+1990,China,FruitVeg,1135.185,0.121664681087224
+1990,China,OilcropsPulses,1135.185,0.0209840175830371
 1990,China,Starchy Roots,1135.185,0.0749008170474416
+1990,China,Sugar,1135.185,0.0076518276756652
 1991,China,Ruminants,1150.78,0.0653384367124906
 1991,China,Cereals,1150.78,0.208798855558838
 1991,China,Monogastrics,1150.78,0.167606944333409
-1991,China,Oilcrops,1150.78,0.0184287448513182
-1991,China,Pulses,1150.78,0.00173613462173482
+1991,China,FruitVeg,1150.78,0.125057779071586
+1991,China,OilcropsPulses,1150.78,0.0201648794730531
 1991,China,Starchy Roots,1150.78,0.072302727715115
+1991,China,Sugar,1150.78,0.00858849649802742
 1992,China,Ruminants,1164.97,0.0799599510717014
 1992,China,Cereals,1164.97,0.210878956539653
 1992,China,Monogastrics,1164.97,0.17835835867018
-1992,China,Oilcrops,1164.97,0.0187832150184125
-1992,China,Pulses,1164.97,0.00117452037391521
+1992,China,FruitVeg,1164.97,0.138052431393083
+1992,China,OilcropsPulses,1164.97,0.0199577353923277
 1992,China,Starchy Roots,1164.97,0.0740375048284505
+1992,China,Sugar,1164.97,0.0076864296934685
 1993,China,Ruminants,1178.44,0.088916087369743
 1993,China,Cereals,1178.44,0.214884494755779
 1993,China,Monogastrics,1178.44,0.189336768609348
-1993,China,Oilcrops,1178.44,0.0214190200604189
-1993,China,Pulses,1178.44,0.0016140838735956
+1993,China,FruitVeg,1178.44,0.161210442619056
+1993,China,OilcropsPulses,1178.44,0.0230331039340145
 1993,China,Starchy Roots,1178.44,0.0790702182546417
+1993,China,Sugar,1178.44,0.00586044516479413
 1994,China,Ruminants,1191.835,0.098273941191524
 1994,China,Cereals,1191.835,0.214904499364425
 1994,China,Monogastrics,1191.835,0.206422133348995
-1994,China,Oilcrops,1191.835,0.023082692654604
-1994,China,Pulses,1191.835,0.00156467631845012
+1994,China,FruitVeg,1191.835,0.176060501663401
+1994,China,OilcropsPulses,1191.835,0.0246473689730542
 1994,China,Starchy Roots,1191.835,0.0733438252778279
+1994,China,Sugar,1191.835,0.00647315861675484
 1995,China,Ruminants,1204.855,0.113698380220026
 1995,China,Cereals,1204.855,0.217107953239186
 1995,China,Monogastrics,1204.855,0.216139484917272
-1995,China,Oilcrops,1204.855,0.0223404376460238
-1995,China,Pulses,1204.855,0.00163756634615784
+1995,China,FruitVeg,1204.855,0.191014048993447
+1995,China,OilcropsPulses,1204.855,0.0239780039921816
 1995,China,Starchy Roots,1204.855,0.0787508546671591
+1995,China,Sugar,1204.855,0.00740244759742874
 1996,China,Ruminants,1217.55,0.120715865878198
 1996,China,Cereals,1217.55,0.217906145948832
 1996,China,Monogastrics,1217.55,0.220272463389594
-1996,China,Oilcrops,1217.55,0.0217761718204591
-1996,China,Pulses,1217.55,0.00158191614307421
+1996,China,FruitVeg,1217.55,0.2105636203852
+1996,China,OilcropsPulses,1217.55,0.0233580879635333
 1996,China,Starchy Roots,1217.55,0.0713145143936594
+1996,China,Sugar,1217.55,0.00819640836105293
 1997,China,Ruminants,1230.075,0.137531007540191
 1997,China,Cereals,1230.075,0.215125934597484
 1997,China,Monogastrics,1230.075,0.22696216929862
-1997,China,Oilcrops,1230.075,0.0231397215616934
-1997,China,Pulses,1230.075,0.00143136475418166
+1997,China,FruitVeg,1230.075,0.224153240249578
+1997,China,OilcropsPulses,1230.075,0.0245710863158751
 1997,China,Starchy Roots,1230.075,0.0735209828668983
+1997,China,Sugar,1230.075,0.00905018149299839
 1998,China,Ruminants,1241.935,0.148733433955883
 1998,China,Cereals,1241.935,0.215194324984802
 1998,China,Monogastrics,1241.935,0.240589591645295
-1998,China,Oilcrops,1241.935,0.0230709795601219
-1998,China,Pulses,1241.935,0.00154844255134125
+1998,China,FruitVeg,1241.935,0.231157414840551
+1998,China,OilcropsPulses,1241.935,0.0246194221114632
 1998,China,Starchy Roots,1241.935,0.077809385354306
+1998,China,Sugar,1241.935,0.0088743267562312
 1999,China,Ruminants,1252.735,0.158229705165099
 1999,China,Cereals,1252.735,0.212844283906812
 1999,China,Monogastrics,1252.735,0.246823551110171
-1999,China,Oilcrops,1252.735,0.0222848048469948
-1999,China,Pulses,1252.735,0.00143979133655562
+1999,China,FruitVeg,1252.735,0.256267735794083
+1999,China,OilcropsPulses,1252.735,0.0237245961835504
 1999,China,Starchy Roots,1252.735,0.0783450562169972
+1999,China,Sugar,1252.735,0.00700669495144624
 2000,China,Ruminants,1262.645,0.169923798613229
 2000,China,Cereals,1262.645,0.209980520257079
 2000,China,Monogastrics,1262.645,0.25958302222715
-2000,China,Oilcrops,1262.645,0.023432267185155
-2000,China,Pulses,1262.645,0.00141730177524166
+2000,China,FruitVeg,1262.645,0.298635166654127
+2000,China,OilcropsPulses,1262.645,0.0248495689603966
 2000,China,Starchy Roots,1262.645,0.0818583782456669
+2000,China,Sugar,1262.645,0.00644669325107215
 2001,China,Ruminants,1271.85,0.17222383559382
 2001,China,Cereals,1271.85,0.207834860242953
 2001,China,Monogastrics,1271.85,0.257711039509376
-2001,China,Oilcrops,1271.85,0.024044846483469
-2001,China,Pulses,1271.85,0.0014645705075284
+2001,China,FruitVeg,1271.85,0.312550900656524
+2001,China,OilcropsPulses,1271.85,0.0255094169909974
 2001,China,Starchy Roots,1271.85,0.0842530479223179
+2001,China,Sugar,1271.85,0.00901844635766796
 2002,China,Ruminants,1280.4,0.178420763667604
 2002,China,Cereals,1280.4,0.205503642611684
 2002,China,Monogastrics,1280.4,0.261553009450172
-2002,China,Oilcrops,1280.4,0.0251569978131834
-2002,China,Pulses,1280.4,0.00151402920962199
+2002,China,FruitVeg,1280.4,0.332270944236176
+2002,China,OilcropsPulses,1280.4,0.0266710270228054
 2002,China,Starchy Roots,1280.4,0.0849375437363324
+2002,China,Sugar,1280.4,0.0102415588878475
 2003,China,Ruminants,1288.4,0.187775815274759
 2003,China,Cereals,1288.4,0.202362725085377
 2003,China,Monogastrics,1288.4,0.271899425333747
-2003,China,Oilcrops,1288.4,0.0238870731139398
-2003,China,Pulses,1288.4,0.00135717789506364
+2003,China,FruitVeg,1288.4,0.336155943030115
+2003,China,OilcropsPulses,1288.4,0.0252442510090034
 2003,China,Starchy Roots,1288.4,0.0840841858118597
+2003,China,Sugar,1288.4,0.0086755634895995
 2004,China,Ruminants,1296.075,0.197714281658083
 2004,China,Cereals,1296.075,0.201492061030419
 2004,China,Monogastrics,1296.075,0.271822430723531
-2004,China,Oilcrops,1296.075,0.0246756129082036
-2004,China,Pulses,1296.075,0.00118994811257065
+2004,China,FruitVeg,1296.075,0.344355028837066
+2004,China,OilcropsPulses,1296.075,0.0258655610207743
 2004,China,Starchy Roots,1296.075,0.0869275852091893
+2004,China,Sugar,1296.075,0.00896009104411396
 2005,China,Ruminants,1303.72,0.200780360200043
 2005,China,Cereals,1303.72,0.201367299726935
 2005,China,Monogastrics,1303.72,0.280507714233118
-2005,China,Oilcrops,1303.72,0.0260844291719081
-2005,China,Pulses,1303.72,0.00123280152179916
+2005,China,FruitVeg,1303.72,0.354641903169392
+2005,China,OilcropsPulses,1303.72,0.0273172306937072
 2005,China,Starchy Roots,1303.72,0.085927587211978
+2005,China,Sugar,1303.72,0.00988921087350045
 2006,China,Ruminants,1311.02,0.207706217830392
 2006,China,Cereals,1311.02,0.200994765907461
 2006,China,Monogastrics,1311.02,0.288548876447346
-2006,China,Oilcrops,1311.02,0.0257214581013257
-2006,China,Pulses,1311.02,0.00128374776891276
+2006,China,FruitVeg,1311.02,0.368204739820903
+2006,China,OilcropsPulses,1311.02,0.0270052058702384
 2006,China,Starchy Roots,1311.02,0.0697911420115635
+2006,China,Sugar,1311.02,0.0121086489908621
 2007,China,Ruminants,1317.885,0.219687960254499
 2007,China,Cereals,1317.885,0.198859546166775
 2007,China,Monogastrics,1317.885,0.294281511209248
-2007,China,Oilcrops,1317.885,0.0266097595768978
-2007,China,Pulses,1317.885,0.00139161535338819
+2007,China,FruitVeg,1317.885,0.381027167772605
+2007,China,OilcropsPulses,1317.885,0.028001374930286
 2007,China,Starchy Roots,1317.885,0.0709178016291254
+2007,China,Sugar,1317.885,0.0114088057759213
 2008,China,Ruminants,1324.655,0.219437490138942
 2008,China,Cereals,1324.655,0.201187269892916
 2008,China,Monogastrics,1324.655,0.310153842396699
-2008,China,Oilcrops,1324.655,0.0271248891220733
-2008,China,Pulses,1324.655,0.00124907692946465
+2008,China,FruitVeg,1324.655,0.400070606308812
+2008,China,OilcropsPulses,1324.655,0.0283739660515379
 2008,China,Starchy Roots,1324.655,0.0756704772185965
+2008,China,Sugar,1324.655,0.0117017547965319
 2009,China,Ruminants,1331.26,0.225673501344591
 2009,China,Cereals,1331.26,0.199350376335201
 2009,China,Monogastrics,1331.26,0.31904755457236
-2009,China,Oilcrops,1331.26,0.0267743453570302
-2009,China,Pulses,1331.26,0.00125473987049863
+2009,China,FruitVeg,1331.26,0.410488719709148
+2009,China,OilcropsPulses,1331.26,0.0280290852275288
 2009,China,Starchy Roots,1331.26,0.0741097546685095
+2009,China,Sugar,1331.26,0.0114123514565149
 2010,China,Ruminants,1337.705,0.233444380412722
 2010,China,Cereals,1337.705,0.201794461409653
 2010,China,Monogastrics,1337.705,0.326457357788152
-2010,China,Oilcrops,1337.705,0.0268870984260356
-2010,China,Pulses,1337.705,0.0012310658927043
+2010,China,FruitVeg,1337.705,0.42602792170172
+2010,China,OilcropsPulses,1337.705,0.0281181643187399
 2010,China,Starchy Roots,1337.705,0.0763202836200807
+2010,China,Sugar,1337.705,0.0113849809935673
 2011,China,Ruminants,1344.13,0.232728599465825
 2011,China,Cereals,1344.13,0.205395130679324
 2011,China,Monogastrics,1344.13,0.327703117183606
-2011,China,Oilcrops,1344.13,0.026204855929114
-2011,China,Pulses,1344.13,0.00139204838817674
+2011,China,FruitVeg,1344.13,0.439869089299398
+2011,China,OilcropsPulses,1344.13,0.0275969043172907
 2011,China,Starchy Roots,1344.13,0.0770701383050746
+2011,China,Sugar,1344.13,0.0116175660092402
 2012,China,Ruminants,1350.695,0.237954844209833
 2012,China,Cereals,1350.695,0.203263391069042
 2012,China,Monogastrics,1350.695,0.343505051251393
-2012,China,Oilcrops,1350.695,0.0272011601434817
-2012,China,Pulses,1350.695,0.00142050573963774
+2012,China,FruitVeg,1350.695,0.458093538511655
+2012,China,OilcropsPulses,1350.695,0.0286216658831194
 2012,China,Starchy Roots,1350.695,0.0769456331740326
+2012,China,Sugar,1350.695,0.0141698407116336
 2013,China,Ruminants,1357.38,0.247519567254564
 2013,China,Cereals,1357.38,0.203897254269254
 2013,China,Monogastrics,1357.38,0.350007709484448
-2013,China,Oilcrops,1357.38,0.0269555098793263
-2013,China,Pulses,1357.38,0.00140943950846484
+2013,China,FruitVeg,1357.38,0.466258856768186
+2013,China,OilcropsPulses,1357.38,0.0283649493877912
 2013,China,Starchy Roots,1357.38,0.0767545234201181
+2013,China,Sugar,1357.38,0.0150639990275383
 1961,China Hong Kong SAR,Ruminants,NA,NA
 1961,China Hong Kong SAR,Cereals,NA,NA
 1961,China Hong Kong SAR,Monogastrics,NA,NA
-1961,China Hong Kong SAR,Oilcrops,NA,NA
-1961,China Hong Kong SAR,Pulses,NA,NA
+1961,China Hong Kong SAR,FruitVeg,NA,NA
+1961,China Hong Kong SAR,OilcropsPulses,NA,NA
 1961,China Hong Kong SAR,Starchy Roots,NA,NA
+1961,China Hong Kong SAR,Sugar,NA,NA
 1962,China Hong Kong SAR,Ruminants,NA,NA
 1962,China Hong Kong SAR,Cereals,NA,NA
 1962,China Hong Kong SAR,Monogastrics,NA,NA
-1962,China Hong Kong SAR,Oilcrops,NA,NA
-1962,China Hong Kong SAR,Pulses,NA,NA
+1962,China Hong Kong SAR,FruitVeg,NA,NA
+1962,China Hong Kong SAR,OilcropsPulses,NA,NA
 1962,China Hong Kong SAR,Starchy Roots,NA,NA
+1962,China Hong Kong SAR,Sugar,NA,NA
 1963,China Hong Kong SAR,Ruminants,NA,NA
 1963,China Hong Kong SAR,Cereals,NA,NA
 1963,China Hong Kong SAR,Monogastrics,NA,NA
-1963,China Hong Kong SAR,Oilcrops,NA,NA
-1963,China Hong Kong SAR,Pulses,NA,NA
+1963,China Hong Kong SAR,FruitVeg,NA,NA
+1963,China Hong Kong SAR,OilcropsPulses,NA,NA
 1963,China Hong Kong SAR,Starchy Roots,NA,NA
+1963,China Hong Kong SAR,Sugar,NA,NA
 1964,China Hong Kong SAR,Ruminants,NA,NA
 1964,China Hong Kong SAR,Cereals,NA,NA
 1964,China Hong Kong SAR,Monogastrics,NA,NA
-1964,China Hong Kong SAR,Oilcrops,NA,NA
-1964,China Hong Kong SAR,Pulses,NA,NA
+1964,China Hong Kong SAR,FruitVeg,NA,NA
+1964,China Hong Kong SAR,OilcropsPulses,NA,NA
 1964,China Hong Kong SAR,Starchy Roots,NA,NA
+1964,China Hong Kong SAR,Sugar,NA,NA
 1965,China Hong Kong SAR,Ruminants,NA,NA
 1965,China Hong Kong SAR,Cereals,NA,NA
 1965,China Hong Kong SAR,Monogastrics,NA,NA
-1965,China Hong Kong SAR,Oilcrops,NA,NA
-1965,China Hong Kong SAR,Pulses,NA,NA
+1965,China Hong Kong SAR,FruitVeg,NA,NA
+1965,China Hong Kong SAR,OilcropsPulses,NA,NA
 1965,China Hong Kong SAR,Starchy Roots,NA,NA
+1965,China Hong Kong SAR,Sugar,NA,NA
 1966,China Hong Kong SAR,Ruminants,NA,NA
 1966,China Hong Kong SAR,Cereals,NA,NA
 1966,China Hong Kong SAR,Monogastrics,NA,NA
-1966,China Hong Kong SAR,Oilcrops,NA,NA
-1966,China Hong Kong SAR,Pulses,NA,NA
+1966,China Hong Kong SAR,FruitVeg,NA,NA
+1966,China Hong Kong SAR,OilcropsPulses,NA,NA
 1966,China Hong Kong SAR,Starchy Roots,NA,NA
+1966,China Hong Kong SAR,Sugar,NA,NA
 1967,China Hong Kong SAR,Ruminants,NA,NA
 1967,China Hong Kong SAR,Cereals,NA,NA
 1967,China Hong Kong SAR,Monogastrics,NA,NA
-1967,China Hong Kong SAR,Oilcrops,NA,NA
-1967,China Hong Kong SAR,Pulses,NA,NA
+1967,China Hong Kong SAR,FruitVeg,NA,NA
+1967,China Hong Kong SAR,OilcropsPulses,NA,NA
 1967,China Hong Kong SAR,Starchy Roots,NA,NA
+1967,China Hong Kong SAR,Sugar,NA,NA
 1968,China Hong Kong SAR,Ruminants,NA,NA
 1968,China Hong Kong SAR,Cereals,NA,NA
 1968,China Hong Kong SAR,Monogastrics,NA,NA
-1968,China Hong Kong SAR,Oilcrops,NA,NA
-1968,China Hong Kong SAR,Pulses,NA,NA
+1968,China Hong Kong SAR,FruitVeg,NA,NA
+1968,China Hong Kong SAR,OilcropsPulses,NA,NA
 1968,China Hong Kong SAR,Starchy Roots,NA,NA
+1968,China Hong Kong SAR,Sugar,NA,NA
 1969,China Hong Kong SAR,Ruminants,NA,NA
 1969,China Hong Kong SAR,Cereals,NA,NA
 1969,China Hong Kong SAR,Monogastrics,NA,NA
-1969,China Hong Kong SAR,Oilcrops,NA,NA
-1969,China Hong Kong SAR,Pulses,NA,NA
+1969,China Hong Kong SAR,FruitVeg,NA,NA
+1969,China Hong Kong SAR,OilcropsPulses,NA,NA
 1969,China Hong Kong SAR,Starchy Roots,NA,NA
+1969,China Hong Kong SAR,Sugar,NA,NA
 1970,China Hong Kong SAR,Ruminants,NA,NA
 1970,China Hong Kong SAR,Cereals,NA,NA
 1970,China Hong Kong SAR,Monogastrics,NA,NA
-1970,China Hong Kong SAR,Oilcrops,NA,NA
-1970,China Hong Kong SAR,Pulses,NA,NA
+1970,China Hong Kong SAR,FruitVeg,NA,NA
+1970,China Hong Kong SAR,OilcropsPulses,NA,NA
 1970,China Hong Kong SAR,Starchy Roots,NA,NA
+1970,China Hong Kong SAR,Sugar,NA,NA
 1971,China Hong Kong SAR,Ruminants,NA,NA
 1971,China Hong Kong SAR,Cereals,NA,NA
 1971,China Hong Kong SAR,Monogastrics,NA,NA
-1971,China Hong Kong SAR,Oilcrops,NA,NA
-1971,China Hong Kong SAR,Pulses,NA,NA
+1971,China Hong Kong SAR,FruitVeg,NA,NA
+1971,China Hong Kong SAR,OilcropsPulses,NA,NA
 1971,China Hong Kong SAR,Starchy Roots,NA,NA
+1971,China Hong Kong SAR,Sugar,NA,NA
 1972,China Hong Kong SAR,Ruminants,NA,NA
 1972,China Hong Kong SAR,Cereals,NA,NA
 1972,China Hong Kong SAR,Monogastrics,NA,NA
-1972,China Hong Kong SAR,Oilcrops,NA,NA
-1972,China Hong Kong SAR,Pulses,NA,NA
+1972,China Hong Kong SAR,FruitVeg,NA,NA
+1972,China Hong Kong SAR,OilcropsPulses,NA,NA
 1972,China Hong Kong SAR,Starchy Roots,NA,NA
+1972,China Hong Kong SAR,Sugar,NA,NA
 1973,China Hong Kong SAR,Ruminants,NA,NA
 1973,China Hong Kong SAR,Cereals,NA,NA
 1973,China Hong Kong SAR,Monogastrics,NA,NA
-1973,China Hong Kong SAR,Oilcrops,NA,NA
-1973,China Hong Kong SAR,Pulses,NA,NA
+1973,China Hong Kong SAR,FruitVeg,NA,NA
+1973,China Hong Kong SAR,OilcropsPulses,NA,NA
 1973,China Hong Kong SAR,Starchy Roots,NA,NA
+1973,China Hong Kong SAR,Sugar,NA,NA
 1974,China Hong Kong SAR,Ruminants,NA,NA
 1974,China Hong Kong SAR,Cereals,NA,NA
 1974,China Hong Kong SAR,Monogastrics,NA,NA
-1974,China Hong Kong SAR,Oilcrops,NA,NA
-1974,China Hong Kong SAR,Pulses,NA,NA
+1974,China Hong Kong SAR,FruitVeg,NA,NA
+1974,China Hong Kong SAR,OilcropsPulses,NA,NA
 1974,China Hong Kong SAR,Starchy Roots,NA,NA
+1974,China Hong Kong SAR,Sugar,NA,NA
 1975,China Hong Kong SAR,Ruminants,NA,NA
 1975,China Hong Kong SAR,Cereals,NA,NA
 1975,China Hong Kong SAR,Monogastrics,NA,NA
-1975,China Hong Kong SAR,Oilcrops,NA,NA
-1975,China Hong Kong SAR,Pulses,NA,NA
+1975,China Hong Kong SAR,FruitVeg,NA,NA
+1975,China Hong Kong SAR,OilcropsPulses,NA,NA
 1975,China Hong Kong SAR,Starchy Roots,NA,NA
+1975,China Hong Kong SAR,Sugar,NA,NA
 1976,China Hong Kong SAR,Ruminants,NA,NA
 1976,China Hong Kong SAR,Cereals,NA,NA
 1976,China Hong Kong SAR,Monogastrics,NA,NA
-1976,China Hong Kong SAR,Oilcrops,NA,NA
-1976,China Hong Kong SAR,Pulses,NA,NA
+1976,China Hong Kong SAR,FruitVeg,NA,NA
+1976,China Hong Kong SAR,OilcropsPulses,NA,NA
 1976,China Hong Kong SAR,Starchy Roots,NA,NA
+1976,China Hong Kong SAR,Sugar,NA,NA
 1977,China Hong Kong SAR,Ruminants,NA,NA
 1977,China Hong Kong SAR,Cereals,NA,NA
 1977,China Hong Kong SAR,Monogastrics,NA,NA
-1977,China Hong Kong SAR,Oilcrops,NA,NA
-1977,China Hong Kong SAR,Pulses,NA,NA
+1977,China Hong Kong SAR,FruitVeg,NA,NA
+1977,China Hong Kong SAR,OilcropsPulses,NA,NA
 1977,China Hong Kong SAR,Starchy Roots,NA,NA
+1977,China Hong Kong SAR,Sugar,NA,NA
 1978,China Hong Kong SAR,Ruminants,NA,NA
 1978,China Hong Kong SAR,Cereals,NA,NA
 1978,China Hong Kong SAR,Monogastrics,NA,NA
-1978,China Hong Kong SAR,Oilcrops,NA,NA
-1978,China Hong Kong SAR,Pulses,NA,NA
+1978,China Hong Kong SAR,FruitVeg,NA,NA
+1978,China Hong Kong SAR,OilcropsPulses,NA,NA
 1978,China Hong Kong SAR,Starchy Roots,NA,NA
+1978,China Hong Kong SAR,Sugar,NA,NA
 1979,China Hong Kong SAR,Ruminants,NA,NA
 1979,China Hong Kong SAR,Cereals,NA,NA
 1979,China Hong Kong SAR,Monogastrics,NA,NA
-1979,China Hong Kong SAR,Oilcrops,NA,NA
-1979,China Hong Kong SAR,Pulses,NA,NA
+1979,China Hong Kong SAR,FruitVeg,NA,NA
+1979,China Hong Kong SAR,OilcropsPulses,NA,NA
 1979,China Hong Kong SAR,Starchy Roots,NA,NA
+1979,China Hong Kong SAR,Sugar,NA,NA
 1980,China Hong Kong SAR,Ruminants,NA,NA
 1980,China Hong Kong SAR,Cereals,NA,NA
 1980,China Hong Kong SAR,Monogastrics,NA,NA
-1980,China Hong Kong SAR,Oilcrops,NA,NA
-1980,China Hong Kong SAR,Pulses,NA,NA
+1980,China Hong Kong SAR,FruitVeg,NA,NA
+1980,China Hong Kong SAR,OilcropsPulses,NA,NA
 1980,China Hong Kong SAR,Starchy Roots,NA,NA
+1980,China Hong Kong SAR,Sugar,NA,NA
 1981,China Hong Kong SAR,Ruminants,NA,NA
 1981,China Hong Kong SAR,Cereals,NA,NA
 1981,China Hong Kong SAR,Monogastrics,NA,NA
-1981,China Hong Kong SAR,Oilcrops,NA,NA
-1981,China Hong Kong SAR,Pulses,NA,NA
+1981,China Hong Kong SAR,FruitVeg,NA,NA
+1981,China Hong Kong SAR,OilcropsPulses,NA,NA
 1981,China Hong Kong SAR,Starchy Roots,NA,NA
+1981,China Hong Kong SAR,Sugar,NA,NA
 1982,China Hong Kong SAR,Ruminants,NA,NA
 1982,China Hong Kong SAR,Cereals,NA,NA
 1982,China Hong Kong SAR,Monogastrics,NA,NA
-1982,China Hong Kong SAR,Oilcrops,NA,NA
-1982,China Hong Kong SAR,Pulses,NA,NA
+1982,China Hong Kong SAR,FruitVeg,NA,NA
+1982,China Hong Kong SAR,OilcropsPulses,NA,NA
 1982,China Hong Kong SAR,Starchy Roots,NA,NA
+1982,China Hong Kong SAR,Sugar,NA,NA
 1983,China Hong Kong SAR,Ruminants,NA,NA
 1983,China Hong Kong SAR,Cereals,NA,NA
 1983,China Hong Kong SAR,Monogastrics,NA,NA
-1983,China Hong Kong SAR,Oilcrops,NA,NA
-1983,China Hong Kong SAR,Pulses,NA,NA
+1983,China Hong Kong SAR,FruitVeg,NA,NA
+1983,China Hong Kong SAR,OilcropsPulses,NA,NA
 1983,China Hong Kong SAR,Starchy Roots,NA,NA
+1983,China Hong Kong SAR,Sugar,NA,NA
 1984,China Hong Kong SAR,Ruminants,NA,NA
 1984,China Hong Kong SAR,Cereals,NA,NA
 1984,China Hong Kong SAR,Monogastrics,NA,NA
-1984,China Hong Kong SAR,Oilcrops,NA,NA
-1984,China Hong Kong SAR,Pulses,NA,NA
+1984,China Hong Kong SAR,FruitVeg,NA,NA
+1984,China Hong Kong SAR,OilcropsPulses,NA,NA
 1984,China Hong Kong SAR,Starchy Roots,NA,NA
+1984,China Hong Kong SAR,Sugar,NA,NA
 1985,China Hong Kong SAR,Ruminants,NA,NA
 1985,China Hong Kong SAR,Cereals,NA,NA
 1985,China Hong Kong SAR,Monogastrics,NA,NA
-1985,China Hong Kong SAR,Oilcrops,NA,NA
-1985,China Hong Kong SAR,Pulses,NA,NA
+1985,China Hong Kong SAR,FruitVeg,NA,NA
+1985,China Hong Kong SAR,OilcropsPulses,NA,NA
 1985,China Hong Kong SAR,Starchy Roots,NA,NA
+1985,China Hong Kong SAR,Sugar,NA,NA
 1986,China Hong Kong SAR,Ruminants,NA,NA
 1986,China Hong Kong SAR,Cereals,NA,NA
 1986,China Hong Kong SAR,Monogastrics,NA,NA
-1986,China Hong Kong SAR,Oilcrops,NA,NA
-1986,China Hong Kong SAR,Pulses,NA,NA
+1986,China Hong Kong SAR,FruitVeg,NA,NA
+1986,China Hong Kong SAR,OilcropsPulses,NA,NA
 1986,China Hong Kong SAR,Starchy Roots,NA,NA
+1986,China Hong Kong SAR,Sugar,NA,NA
 1987,China Hong Kong SAR,Ruminants,NA,NA
 1987,China Hong Kong SAR,Cereals,NA,NA
 1987,China Hong Kong SAR,Monogastrics,NA,NA
-1987,China Hong Kong SAR,Oilcrops,NA,NA
-1987,China Hong Kong SAR,Pulses,NA,NA
+1987,China Hong Kong SAR,FruitVeg,NA,NA
+1987,China Hong Kong SAR,OilcropsPulses,NA,NA
 1987,China Hong Kong SAR,Starchy Roots,NA,NA
+1987,China Hong Kong SAR,Sugar,NA,NA
 1988,China Hong Kong SAR,Ruminants,NA,NA
 1988,China Hong Kong SAR,Cereals,NA,NA
 1988,China Hong Kong SAR,Monogastrics,NA,NA
-1988,China Hong Kong SAR,Oilcrops,NA,NA
-1988,China Hong Kong SAR,Pulses,NA,NA
+1988,China Hong Kong SAR,FruitVeg,NA,NA
+1988,China Hong Kong SAR,OilcropsPulses,NA,NA
 1988,China Hong Kong SAR,Starchy Roots,NA,NA
+1988,China Hong Kong SAR,Sugar,NA,NA
 1989,China Hong Kong SAR,Ruminants,NA,NA
 1989,China Hong Kong SAR,Cereals,NA,NA
 1989,China Hong Kong SAR,Monogastrics,NA,NA
-1989,China Hong Kong SAR,Oilcrops,NA,NA
-1989,China Hong Kong SAR,Pulses,NA,NA
+1989,China Hong Kong SAR,FruitVeg,NA,NA
+1989,China Hong Kong SAR,OilcropsPulses,NA,NA
 1989,China Hong Kong SAR,Starchy Roots,NA,NA
+1989,China Hong Kong SAR,Sugar,NA,NA
 1990,China Hong Kong SAR,Ruminants,NA,NA
 1990,China Hong Kong SAR,Cereals,NA,NA
 1990,China Hong Kong SAR,Monogastrics,NA,NA
-1990,China Hong Kong SAR,Oilcrops,NA,NA
-1990,China Hong Kong SAR,Pulses,NA,NA
+1990,China Hong Kong SAR,FruitVeg,NA,NA
+1990,China Hong Kong SAR,OilcropsPulses,NA,NA
 1990,China Hong Kong SAR,Starchy Roots,NA,NA
+1990,China Hong Kong SAR,Sugar,NA,NA
 1991,China Hong Kong SAR,Ruminants,NA,NA
 1991,China Hong Kong SAR,Cereals,NA,NA
 1991,China Hong Kong SAR,Monogastrics,NA,NA
-1991,China Hong Kong SAR,Oilcrops,NA,NA
-1991,China Hong Kong SAR,Pulses,NA,NA
+1991,China Hong Kong SAR,FruitVeg,NA,NA
+1991,China Hong Kong SAR,OilcropsPulses,NA,NA
 1991,China Hong Kong SAR,Starchy Roots,NA,NA
+1991,China Hong Kong SAR,Sugar,NA,NA
 1992,China Hong Kong SAR,Ruminants,NA,NA
 1992,China Hong Kong SAR,Cereals,NA,NA
 1992,China Hong Kong SAR,Monogastrics,NA,NA
-1992,China Hong Kong SAR,Oilcrops,NA,NA
-1992,China Hong Kong SAR,Pulses,NA,NA
+1992,China Hong Kong SAR,FruitVeg,NA,NA
+1992,China Hong Kong SAR,OilcropsPulses,NA,NA
 1992,China Hong Kong SAR,Starchy Roots,NA,NA
+1992,China Hong Kong SAR,Sugar,NA,NA
 1993,China Hong Kong SAR,Ruminants,NA,NA
 1993,China Hong Kong SAR,Cereals,NA,NA
 1993,China Hong Kong SAR,Monogastrics,NA,NA
-1993,China Hong Kong SAR,Oilcrops,NA,NA
-1993,China Hong Kong SAR,Pulses,NA,NA
+1993,China Hong Kong SAR,FruitVeg,NA,NA
+1993,China Hong Kong SAR,OilcropsPulses,NA,NA
 1993,China Hong Kong SAR,Starchy Roots,NA,NA
+1993,China Hong Kong SAR,Sugar,NA,NA
 1994,China Hong Kong SAR,Ruminants,NA,NA
 1994,China Hong Kong SAR,Cereals,NA,NA
 1994,China Hong Kong SAR,Monogastrics,NA,NA
-1994,China Hong Kong SAR,Oilcrops,NA,NA
-1994,China Hong Kong SAR,Pulses,NA,NA
+1994,China Hong Kong SAR,FruitVeg,NA,NA
+1994,China Hong Kong SAR,OilcropsPulses,NA,NA
 1994,China Hong Kong SAR,Starchy Roots,NA,NA
+1994,China Hong Kong SAR,Sugar,NA,NA
 1995,China Hong Kong SAR,Ruminants,NA,NA
 1995,China Hong Kong SAR,Cereals,NA,NA
 1995,China Hong Kong SAR,Monogastrics,NA,NA
-1995,China Hong Kong SAR,Oilcrops,NA,NA
-1995,China Hong Kong SAR,Pulses,NA,NA
+1995,China Hong Kong SAR,FruitVeg,NA,NA
+1995,China Hong Kong SAR,OilcropsPulses,NA,NA
 1995,China Hong Kong SAR,Starchy Roots,NA,NA
+1995,China Hong Kong SAR,Sugar,NA,NA
 1996,China Hong Kong SAR,Ruminants,NA,NA
 1996,China Hong Kong SAR,Cereals,NA,NA
 1996,China Hong Kong SAR,Monogastrics,NA,NA
-1996,China Hong Kong SAR,Oilcrops,NA,NA
-1996,China Hong Kong SAR,Pulses,NA,NA
+1996,China Hong Kong SAR,FruitVeg,NA,NA
+1996,China Hong Kong SAR,OilcropsPulses,NA,NA
 1996,China Hong Kong SAR,Starchy Roots,NA,NA
+1996,China Hong Kong SAR,Sugar,NA,NA
 1997,China Hong Kong SAR,Ruminants,NA,NA
 1997,China Hong Kong SAR,Cereals,NA,NA
 1997,China Hong Kong SAR,Monogastrics,NA,NA
-1997,China Hong Kong SAR,Oilcrops,NA,NA
-1997,China Hong Kong SAR,Pulses,NA,NA
+1997,China Hong Kong SAR,FruitVeg,NA,NA
+1997,China Hong Kong SAR,OilcropsPulses,NA,NA
 1997,China Hong Kong SAR,Starchy Roots,NA,NA
+1997,China Hong Kong SAR,Sugar,NA,NA
 1998,China Hong Kong SAR,Ruminants,NA,NA
 1998,China Hong Kong SAR,Cereals,NA,NA
 1998,China Hong Kong SAR,Monogastrics,NA,NA
-1998,China Hong Kong SAR,Oilcrops,NA,NA
-1998,China Hong Kong SAR,Pulses,NA,NA
+1998,China Hong Kong SAR,FruitVeg,NA,NA
+1998,China Hong Kong SAR,OilcropsPulses,NA,NA
 1998,China Hong Kong SAR,Starchy Roots,NA,NA
+1998,China Hong Kong SAR,Sugar,NA,NA
 1999,China Hong Kong SAR,Ruminants,NA,NA
 1999,China Hong Kong SAR,Cereals,NA,NA
 1999,China Hong Kong SAR,Monogastrics,NA,NA
-1999,China Hong Kong SAR,Oilcrops,NA,NA
-1999,China Hong Kong SAR,Pulses,NA,NA
+1999,China Hong Kong SAR,FruitVeg,NA,NA
+1999,China Hong Kong SAR,OilcropsPulses,NA,NA
 1999,China Hong Kong SAR,Starchy Roots,NA,NA
+1999,China Hong Kong SAR,Sugar,NA,NA
 2000,China Hong Kong SAR,Ruminants,NA,NA
 2000,China Hong Kong SAR,Cereals,NA,NA
 2000,China Hong Kong SAR,Monogastrics,NA,NA
-2000,China Hong Kong SAR,Oilcrops,NA,NA
-2000,China Hong Kong SAR,Pulses,NA,NA
+2000,China Hong Kong SAR,FruitVeg,NA,NA
+2000,China Hong Kong SAR,OilcropsPulses,NA,NA
 2000,China Hong Kong SAR,Starchy Roots,NA,NA
+2000,China Hong Kong SAR,Sugar,NA,NA
 2001,China Hong Kong SAR,Ruminants,NA,NA
 2001,China Hong Kong SAR,Cereals,NA,NA
 2001,China Hong Kong SAR,Monogastrics,NA,NA
-2001,China Hong Kong SAR,Oilcrops,NA,NA
-2001,China Hong Kong SAR,Pulses,NA,NA
+2001,China Hong Kong SAR,FruitVeg,NA,NA
+2001,China Hong Kong SAR,OilcropsPulses,NA,NA
 2001,China Hong Kong SAR,Starchy Roots,NA,NA
+2001,China Hong Kong SAR,Sugar,NA,NA
 2002,China Hong Kong SAR,Ruminants,NA,NA
 2002,China Hong Kong SAR,Cereals,NA,NA
 2002,China Hong Kong SAR,Monogastrics,NA,NA
-2002,China Hong Kong SAR,Oilcrops,NA,NA
-2002,China Hong Kong SAR,Pulses,NA,NA
+2002,China Hong Kong SAR,FruitVeg,NA,NA
+2002,China Hong Kong SAR,OilcropsPulses,NA,NA
 2002,China Hong Kong SAR,Starchy Roots,NA,NA
+2002,China Hong Kong SAR,Sugar,NA,NA
 2003,China Hong Kong SAR,Ruminants,NA,NA
 2003,China Hong Kong SAR,Cereals,NA,NA
 2003,China Hong Kong SAR,Monogastrics,NA,NA
-2003,China Hong Kong SAR,Oilcrops,NA,NA
-2003,China Hong Kong SAR,Pulses,NA,NA
+2003,China Hong Kong SAR,FruitVeg,NA,NA
+2003,China Hong Kong SAR,OilcropsPulses,NA,NA
 2003,China Hong Kong SAR,Starchy Roots,NA,NA
+2003,China Hong Kong SAR,Sugar,NA,NA
 2004,China Hong Kong SAR,Ruminants,NA,NA
 2004,China Hong Kong SAR,Cereals,NA,NA
 2004,China Hong Kong SAR,Monogastrics,NA,NA
-2004,China Hong Kong SAR,Oilcrops,NA,NA
-2004,China Hong Kong SAR,Pulses,NA,NA
+2004,China Hong Kong SAR,FruitVeg,NA,NA
+2004,China Hong Kong SAR,OilcropsPulses,NA,NA
 2004,China Hong Kong SAR,Starchy Roots,NA,NA
+2004,China Hong Kong SAR,Sugar,NA,NA
 2005,China Hong Kong SAR,Ruminants,NA,NA
 2005,China Hong Kong SAR,Cereals,NA,NA
 2005,China Hong Kong SAR,Monogastrics,NA,NA
-2005,China Hong Kong SAR,Oilcrops,NA,NA
-2005,China Hong Kong SAR,Pulses,NA,NA
+2005,China Hong Kong SAR,FruitVeg,NA,NA
+2005,China Hong Kong SAR,OilcropsPulses,NA,NA
 2005,China Hong Kong SAR,Starchy Roots,NA,NA
+2005,China Hong Kong SAR,Sugar,NA,NA
 2006,China Hong Kong SAR,Ruminants,NA,NA
 2006,China Hong Kong SAR,Cereals,NA,NA
 2006,China Hong Kong SAR,Monogastrics,NA,NA
-2006,China Hong Kong SAR,Oilcrops,NA,NA
-2006,China Hong Kong SAR,Pulses,NA,NA
+2006,China Hong Kong SAR,FruitVeg,NA,NA
+2006,China Hong Kong SAR,OilcropsPulses,NA,NA
 2006,China Hong Kong SAR,Starchy Roots,NA,NA
+2006,China Hong Kong SAR,Sugar,NA,NA
 2007,China Hong Kong SAR,Ruminants,NA,NA
 2007,China Hong Kong SAR,Cereals,NA,NA
 2007,China Hong Kong SAR,Monogastrics,NA,NA
-2007,China Hong Kong SAR,Oilcrops,NA,NA
-2007,China Hong Kong SAR,Pulses,NA,NA
+2007,China Hong Kong SAR,FruitVeg,NA,NA
+2007,China Hong Kong SAR,OilcropsPulses,NA,NA
 2007,China Hong Kong SAR,Starchy Roots,NA,NA
+2007,China Hong Kong SAR,Sugar,NA,NA
 2008,China Hong Kong SAR,Ruminants,NA,NA
 2008,China Hong Kong SAR,Cereals,NA,NA
 2008,China Hong Kong SAR,Monogastrics,NA,NA
-2008,China Hong Kong SAR,Oilcrops,NA,NA
-2008,China Hong Kong SAR,Pulses,NA,NA
+2008,China Hong Kong SAR,FruitVeg,NA,NA
+2008,China Hong Kong SAR,OilcropsPulses,NA,NA
 2008,China Hong Kong SAR,Starchy Roots,NA,NA
+2008,China Hong Kong SAR,Sugar,NA,NA
 2009,China Hong Kong SAR,Ruminants,NA,NA
 2009,China Hong Kong SAR,Cereals,NA,NA
 2009,China Hong Kong SAR,Monogastrics,NA,NA
-2009,China Hong Kong SAR,Oilcrops,NA,NA
-2009,China Hong Kong SAR,Pulses,NA,NA
+2009,China Hong Kong SAR,FruitVeg,NA,NA
+2009,China Hong Kong SAR,OilcropsPulses,NA,NA
 2009,China Hong Kong SAR,Starchy Roots,NA,NA
+2009,China Hong Kong SAR,Sugar,NA,NA
 2010,China Hong Kong SAR,Ruminants,NA,NA
 2010,China Hong Kong SAR,Cereals,NA,NA
 2010,China Hong Kong SAR,Monogastrics,NA,NA
-2010,China Hong Kong SAR,Oilcrops,NA,NA
-2010,China Hong Kong SAR,Pulses,NA,NA
+2010,China Hong Kong SAR,FruitVeg,NA,NA
+2010,China Hong Kong SAR,OilcropsPulses,NA,NA
 2010,China Hong Kong SAR,Starchy Roots,NA,NA
+2010,China Hong Kong SAR,Sugar,NA,NA
 2011,China Hong Kong SAR,Ruminants,NA,NA
 2011,China Hong Kong SAR,Cereals,NA,NA
 2011,China Hong Kong SAR,Monogastrics,NA,NA
-2011,China Hong Kong SAR,Oilcrops,NA,NA
-2011,China Hong Kong SAR,Pulses,NA,NA
+2011,China Hong Kong SAR,FruitVeg,NA,NA
+2011,China Hong Kong SAR,OilcropsPulses,NA,NA
 2011,China Hong Kong SAR,Starchy Roots,NA,NA
+2011,China Hong Kong SAR,Sugar,NA,NA
 2012,China Hong Kong SAR,Ruminants,NA,NA
 2012,China Hong Kong SAR,Cereals,NA,NA
 2012,China Hong Kong SAR,Monogastrics,NA,NA
-2012,China Hong Kong SAR,Oilcrops,NA,NA
-2012,China Hong Kong SAR,Pulses,NA,NA
+2012,China Hong Kong SAR,FruitVeg,NA,NA
+2012,China Hong Kong SAR,OilcropsPulses,NA,NA
 2012,China Hong Kong SAR,Starchy Roots,NA,NA
+2012,China Hong Kong SAR,Sugar,NA,NA
 2013,China Hong Kong SAR,Ruminants,NA,NA
 2013,China Hong Kong SAR,Cereals,NA,NA
 2013,China Hong Kong SAR,Monogastrics,NA,NA
-2013,China Hong Kong SAR,Oilcrops,NA,NA
-2013,China Hong Kong SAR,Pulses,NA,NA
+2013,China Hong Kong SAR,FruitVeg,NA,NA
+2013,China Hong Kong SAR,OilcropsPulses,NA,NA
 2013,China Hong Kong SAR,Starchy Roots,NA,NA
+2013,China Hong Kong SAR,Sugar,NA,NA
 1961,China Macao SAR,Ruminants,NA,NA
 1961,China Macao SAR,Cereals,NA,NA
 1961,China Macao SAR,Monogastrics,NA,NA
-1961,China Macao SAR,Oilcrops,NA,NA
-1961,China Macao SAR,Pulses,NA,NA
+1961,China Macao SAR,FruitVeg,NA,NA
+1961,China Macao SAR,OilcropsPulses,NA,NA
 1961,China Macao SAR,Starchy Roots,NA,NA
+1961,China Macao SAR,Sugar,NA,NA
 1962,China Macao SAR,Ruminants,NA,NA
 1962,China Macao SAR,Cereals,NA,NA
 1962,China Macao SAR,Monogastrics,NA,NA
-1962,China Macao SAR,Oilcrops,NA,NA
-1962,China Macao SAR,Pulses,NA,NA
+1962,China Macao SAR,FruitVeg,NA,NA
+1962,China Macao SAR,OilcropsPulses,NA,NA
 1962,China Macao SAR,Starchy Roots,NA,NA
+1962,China Macao SAR,Sugar,NA,NA
 1963,China Macao SAR,Ruminants,NA,NA
 1963,China Macao SAR,Cereals,NA,NA
 1963,China Macao SAR,Monogastrics,NA,NA
-1963,China Macao SAR,Oilcrops,NA,NA
-1963,China Macao SAR,Pulses,NA,NA
+1963,China Macao SAR,FruitVeg,NA,NA
+1963,China Macao SAR,OilcropsPulses,NA,NA
 1963,China Macao SAR,Starchy Roots,NA,NA
+1963,China Macao SAR,Sugar,NA,NA
 1964,China Macao SAR,Ruminants,NA,NA
 1964,China Macao SAR,Cereals,NA,NA
 1964,China Macao SAR,Monogastrics,NA,NA
-1964,China Macao SAR,Oilcrops,NA,NA
-1964,China Macao SAR,Pulses,NA,NA
+1964,China Macao SAR,FruitVeg,NA,NA
+1964,China Macao SAR,OilcropsPulses,NA,NA
 1964,China Macao SAR,Starchy Roots,NA,NA
+1964,China Macao SAR,Sugar,NA,NA
 1965,China Macao SAR,Ruminants,NA,NA
 1965,China Macao SAR,Cereals,NA,NA
 1965,China Macao SAR,Monogastrics,NA,NA
-1965,China Macao SAR,Oilcrops,NA,NA
-1965,China Macao SAR,Pulses,NA,NA
+1965,China Macao SAR,FruitVeg,NA,NA
+1965,China Macao SAR,OilcropsPulses,NA,NA
 1965,China Macao SAR,Starchy Roots,NA,NA
+1965,China Macao SAR,Sugar,NA,NA
 1966,China Macao SAR,Ruminants,NA,NA
 1966,China Macao SAR,Cereals,NA,NA
 1966,China Macao SAR,Monogastrics,NA,NA
-1966,China Macao SAR,Oilcrops,NA,NA
-1966,China Macao SAR,Pulses,NA,NA
+1966,China Macao SAR,FruitVeg,NA,NA
+1966,China Macao SAR,OilcropsPulses,NA,NA
 1966,China Macao SAR,Starchy Roots,NA,NA
+1966,China Macao SAR,Sugar,NA,NA
 1967,China Macao SAR,Ruminants,NA,NA
 1967,China Macao SAR,Cereals,NA,NA
 1967,China Macao SAR,Monogastrics,NA,NA
-1967,China Macao SAR,Oilcrops,NA,NA
-1967,China Macao SAR,Pulses,NA,NA
+1967,China Macao SAR,FruitVeg,NA,NA
+1967,China Macao SAR,OilcropsPulses,NA,NA
 1967,China Macao SAR,Starchy Roots,NA,NA
+1967,China Macao SAR,Sugar,NA,NA
 1968,China Macao SAR,Ruminants,NA,NA
 1968,China Macao SAR,Cereals,NA,NA
 1968,China Macao SAR,Monogastrics,NA,NA
-1968,China Macao SAR,Oilcrops,NA,NA
-1968,China Macao SAR,Pulses,NA,NA
+1968,China Macao SAR,FruitVeg,NA,NA
+1968,China Macao SAR,OilcropsPulses,NA,NA
 1968,China Macao SAR,Starchy Roots,NA,NA
+1968,China Macao SAR,Sugar,NA,NA
 1969,China Macao SAR,Ruminants,NA,NA
 1969,China Macao SAR,Cereals,NA,NA
 1969,China Macao SAR,Monogastrics,NA,NA
-1969,China Macao SAR,Oilcrops,NA,NA
-1969,China Macao SAR,Pulses,NA,NA
+1969,China Macao SAR,FruitVeg,NA,NA
+1969,China Macao SAR,OilcropsPulses,NA,NA
 1969,China Macao SAR,Starchy Roots,NA,NA
+1969,China Macao SAR,Sugar,NA,NA
 1970,China Macao SAR,Ruminants,NA,NA
 1970,China Macao SAR,Cereals,NA,NA
 1970,China Macao SAR,Monogastrics,NA,NA
-1970,China Macao SAR,Oilcrops,NA,NA
-1970,China Macao SAR,Pulses,NA,NA
+1970,China Macao SAR,FruitVeg,NA,NA
+1970,China Macao SAR,OilcropsPulses,NA,NA
 1970,China Macao SAR,Starchy Roots,NA,NA
+1970,China Macao SAR,Sugar,NA,NA
 1971,China Macao SAR,Ruminants,NA,NA
 1971,China Macao SAR,Cereals,NA,NA
 1971,China Macao SAR,Monogastrics,NA,NA
-1971,China Macao SAR,Oilcrops,NA,NA
-1971,China Macao SAR,Pulses,NA,NA
+1971,China Macao SAR,FruitVeg,NA,NA
+1971,China Macao SAR,OilcropsPulses,NA,NA
 1971,China Macao SAR,Starchy Roots,NA,NA
+1971,China Macao SAR,Sugar,NA,NA
 1972,China Macao SAR,Ruminants,NA,NA
 1972,China Macao SAR,Cereals,NA,NA
 1972,China Macao SAR,Monogastrics,NA,NA
-1972,China Macao SAR,Oilcrops,NA,NA
-1972,China Macao SAR,Pulses,NA,NA
+1972,China Macao SAR,FruitVeg,NA,NA
+1972,China Macao SAR,OilcropsPulses,NA,NA
 1972,China Macao SAR,Starchy Roots,NA,NA
+1972,China Macao SAR,Sugar,NA,NA
 1973,China Macao SAR,Ruminants,NA,NA
 1973,China Macao SAR,Cereals,NA,NA
 1973,China Macao SAR,Monogastrics,NA,NA
-1973,China Macao SAR,Oilcrops,NA,NA
-1973,China Macao SAR,Pulses,NA,NA
+1973,China Macao SAR,FruitVeg,NA,NA
+1973,China Macao SAR,OilcropsPulses,NA,NA
 1973,China Macao SAR,Starchy Roots,NA,NA
+1973,China Macao SAR,Sugar,NA,NA
 1974,China Macao SAR,Ruminants,NA,NA
 1974,China Macao SAR,Cereals,NA,NA
 1974,China Macao SAR,Monogastrics,NA,NA
-1974,China Macao SAR,Oilcrops,NA,NA
-1974,China Macao SAR,Pulses,NA,NA
+1974,China Macao SAR,FruitVeg,NA,NA
+1974,China Macao SAR,OilcropsPulses,NA,NA
 1974,China Macao SAR,Starchy Roots,NA,NA
+1974,China Macao SAR,Sugar,NA,NA
 1975,China Macao SAR,Ruminants,NA,NA
 1975,China Macao SAR,Cereals,NA,NA
 1975,China Macao SAR,Monogastrics,NA,NA
-1975,China Macao SAR,Oilcrops,NA,NA
-1975,China Macao SAR,Pulses,NA,NA
+1975,China Macao SAR,FruitVeg,NA,NA
+1975,China Macao SAR,OilcropsPulses,NA,NA
 1975,China Macao SAR,Starchy Roots,NA,NA
+1975,China Macao SAR,Sugar,NA,NA
 1976,China Macao SAR,Ruminants,NA,NA
 1976,China Macao SAR,Cereals,NA,NA
 1976,China Macao SAR,Monogastrics,NA,NA
-1976,China Macao SAR,Oilcrops,NA,NA
-1976,China Macao SAR,Pulses,NA,NA
+1976,China Macao SAR,FruitVeg,NA,NA
+1976,China Macao SAR,OilcropsPulses,NA,NA
 1976,China Macao SAR,Starchy Roots,NA,NA
+1976,China Macao SAR,Sugar,NA,NA
 1977,China Macao SAR,Ruminants,NA,NA
 1977,China Macao SAR,Cereals,NA,NA
 1977,China Macao SAR,Monogastrics,NA,NA
-1977,China Macao SAR,Oilcrops,NA,NA
-1977,China Macao SAR,Pulses,NA,NA
+1977,China Macao SAR,FruitVeg,NA,NA
+1977,China Macao SAR,OilcropsPulses,NA,NA
 1977,China Macao SAR,Starchy Roots,NA,NA
+1977,China Macao SAR,Sugar,NA,NA
 1978,China Macao SAR,Ruminants,NA,NA
 1978,China Macao SAR,Cereals,NA,NA
 1978,China Macao SAR,Monogastrics,NA,NA
-1978,China Macao SAR,Oilcrops,NA,NA
-1978,China Macao SAR,Pulses,NA,NA
+1978,China Macao SAR,FruitVeg,NA,NA
+1978,China Macao SAR,OilcropsPulses,NA,NA
 1978,China Macao SAR,Starchy Roots,NA,NA
+1978,China Macao SAR,Sugar,NA,NA
 1979,China Macao SAR,Ruminants,NA,NA
 1979,China Macao SAR,Cereals,NA,NA
 1979,China Macao SAR,Monogastrics,NA,NA
-1979,China Macao SAR,Oilcrops,NA,NA
-1979,China Macao SAR,Pulses,NA,NA
+1979,China Macao SAR,FruitVeg,NA,NA
+1979,China Macao SAR,OilcropsPulses,NA,NA
 1979,China Macao SAR,Starchy Roots,NA,NA
+1979,China Macao SAR,Sugar,NA,NA
 1980,China Macao SAR,Ruminants,NA,NA
 1980,China Macao SAR,Cereals,NA,NA
 1980,China Macao SAR,Monogastrics,NA,NA
-1980,China Macao SAR,Oilcrops,NA,NA
-1980,China Macao SAR,Pulses,NA,NA
+1980,China Macao SAR,FruitVeg,NA,NA
+1980,China Macao SAR,OilcropsPulses,NA,NA
 1980,China Macao SAR,Starchy Roots,NA,NA
+1980,China Macao SAR,Sugar,NA,NA
 1981,China Macao SAR,Ruminants,NA,NA
 1981,China Macao SAR,Cereals,NA,NA
 1981,China Macao SAR,Monogastrics,NA,NA
-1981,China Macao SAR,Oilcrops,NA,NA
-1981,China Macao SAR,Pulses,NA,NA
+1981,China Macao SAR,FruitVeg,NA,NA
+1981,China Macao SAR,OilcropsPulses,NA,NA
 1981,China Macao SAR,Starchy Roots,NA,NA
+1981,China Macao SAR,Sugar,NA,NA
 1982,China Macao SAR,Ruminants,NA,NA
 1982,China Macao SAR,Cereals,NA,NA
 1982,China Macao SAR,Monogastrics,NA,NA
-1982,China Macao SAR,Oilcrops,NA,NA
-1982,China Macao SAR,Pulses,NA,NA
+1982,China Macao SAR,FruitVeg,NA,NA
+1982,China Macao SAR,OilcropsPulses,NA,NA
 1982,China Macao SAR,Starchy Roots,NA,NA
+1982,China Macao SAR,Sugar,NA,NA
 1983,China Macao SAR,Ruminants,NA,NA
 1983,China Macao SAR,Cereals,NA,NA
 1983,China Macao SAR,Monogastrics,NA,NA
-1983,China Macao SAR,Oilcrops,NA,NA
-1983,China Macao SAR,Pulses,NA,NA
+1983,China Macao SAR,FruitVeg,NA,NA
+1983,China Macao SAR,OilcropsPulses,NA,NA
 1983,China Macao SAR,Starchy Roots,NA,NA
+1983,China Macao SAR,Sugar,NA,NA
 1984,China Macao SAR,Ruminants,NA,NA
 1984,China Macao SAR,Cereals,NA,NA
 1984,China Macao SAR,Monogastrics,NA,NA
-1984,China Macao SAR,Oilcrops,NA,NA
-1984,China Macao SAR,Pulses,NA,NA
+1984,China Macao SAR,FruitVeg,NA,NA
+1984,China Macao SAR,OilcropsPulses,NA,NA
 1984,China Macao SAR,Starchy Roots,NA,NA
+1984,China Macao SAR,Sugar,NA,NA
 1985,China Macao SAR,Ruminants,NA,NA
 1985,China Macao SAR,Cereals,NA,NA
 1985,China Macao SAR,Monogastrics,NA,NA
-1985,China Macao SAR,Oilcrops,NA,NA
-1985,China Macao SAR,Pulses,NA,NA
+1985,China Macao SAR,FruitVeg,NA,NA
+1985,China Macao SAR,OilcropsPulses,NA,NA
 1985,China Macao SAR,Starchy Roots,NA,NA
+1985,China Macao SAR,Sugar,NA,NA
 1986,China Macao SAR,Ruminants,NA,NA
 1986,China Macao SAR,Cereals,NA,NA
 1986,China Macao SAR,Monogastrics,NA,NA
-1986,China Macao SAR,Oilcrops,NA,NA
-1986,China Macao SAR,Pulses,NA,NA
+1986,China Macao SAR,FruitVeg,NA,NA
+1986,China Macao SAR,OilcropsPulses,NA,NA
 1986,China Macao SAR,Starchy Roots,NA,NA
+1986,China Macao SAR,Sugar,NA,NA
 1987,China Macao SAR,Ruminants,NA,NA
 1987,China Macao SAR,Cereals,NA,NA
 1987,China Macao SAR,Monogastrics,NA,NA
-1987,China Macao SAR,Oilcrops,NA,NA
-1987,China Macao SAR,Pulses,NA,NA
+1987,China Macao SAR,FruitVeg,NA,NA
+1987,China Macao SAR,OilcropsPulses,NA,NA
 1987,China Macao SAR,Starchy Roots,NA,NA
+1987,China Macao SAR,Sugar,NA,NA
 1988,China Macao SAR,Ruminants,NA,NA
 1988,China Macao SAR,Cereals,NA,NA
 1988,China Macao SAR,Monogastrics,NA,NA
-1988,China Macao SAR,Oilcrops,NA,NA
-1988,China Macao SAR,Pulses,NA,NA
+1988,China Macao SAR,FruitVeg,NA,NA
+1988,China Macao SAR,OilcropsPulses,NA,NA
 1988,China Macao SAR,Starchy Roots,NA,NA
+1988,China Macao SAR,Sugar,NA,NA
 1989,China Macao SAR,Ruminants,NA,NA
 1989,China Macao SAR,Cereals,NA,NA
 1989,China Macao SAR,Monogastrics,NA,NA
-1989,China Macao SAR,Oilcrops,NA,NA
-1989,China Macao SAR,Pulses,NA,NA
+1989,China Macao SAR,FruitVeg,NA,NA
+1989,China Macao SAR,OilcropsPulses,NA,NA
 1989,China Macao SAR,Starchy Roots,NA,NA
+1989,China Macao SAR,Sugar,NA,NA
 1990,China Macao SAR,Ruminants,NA,NA
 1990,China Macao SAR,Cereals,NA,NA
 1990,China Macao SAR,Monogastrics,NA,NA
-1990,China Macao SAR,Oilcrops,NA,NA
-1990,China Macao SAR,Pulses,NA,NA
+1990,China Macao SAR,FruitVeg,NA,NA
+1990,China Macao SAR,OilcropsPulses,NA,NA
 1990,China Macao SAR,Starchy Roots,NA,NA
+1990,China Macao SAR,Sugar,NA,NA
 1991,China Macao SAR,Ruminants,NA,NA
 1991,China Macao SAR,Cereals,NA,NA
 1991,China Macao SAR,Monogastrics,NA,NA
-1991,China Macao SAR,Oilcrops,NA,NA
-1991,China Macao SAR,Pulses,NA,NA
+1991,China Macao SAR,FruitVeg,NA,NA
+1991,China Macao SAR,OilcropsPulses,NA,NA
 1991,China Macao SAR,Starchy Roots,NA,NA
+1991,China Macao SAR,Sugar,NA,NA
 1992,China Macao SAR,Ruminants,NA,NA
 1992,China Macao SAR,Cereals,NA,NA
 1992,China Macao SAR,Monogastrics,NA,NA
-1992,China Macao SAR,Oilcrops,NA,NA
-1992,China Macao SAR,Pulses,NA,NA
+1992,China Macao SAR,FruitVeg,NA,NA
+1992,China Macao SAR,OilcropsPulses,NA,NA
 1992,China Macao SAR,Starchy Roots,NA,NA
+1992,China Macao SAR,Sugar,NA,NA
 1993,China Macao SAR,Ruminants,NA,NA
 1993,China Macao SAR,Cereals,NA,NA
 1993,China Macao SAR,Monogastrics,NA,NA
-1993,China Macao SAR,Oilcrops,NA,NA
-1993,China Macao SAR,Pulses,NA,NA
+1993,China Macao SAR,FruitVeg,NA,NA
+1993,China Macao SAR,OilcropsPulses,NA,NA
 1993,China Macao SAR,Starchy Roots,NA,NA
+1993,China Macao SAR,Sugar,NA,NA
 1994,China Macao SAR,Ruminants,NA,NA
 1994,China Macao SAR,Cereals,NA,NA
 1994,China Macao SAR,Monogastrics,NA,NA
-1994,China Macao SAR,Oilcrops,NA,NA
-1994,China Macao SAR,Pulses,NA,NA
+1994,China Macao SAR,FruitVeg,NA,NA
+1994,China Macao SAR,OilcropsPulses,NA,NA
 1994,China Macao SAR,Starchy Roots,NA,NA
+1994,China Macao SAR,Sugar,NA,NA
 1995,China Macao SAR,Ruminants,NA,NA
 1995,China Macao SAR,Cereals,NA,NA
 1995,China Macao SAR,Monogastrics,NA,NA
-1995,China Macao SAR,Oilcrops,NA,NA
-1995,China Macao SAR,Pulses,NA,NA
+1995,China Macao SAR,FruitVeg,NA,NA
+1995,China Macao SAR,OilcropsPulses,NA,NA
 1995,China Macao SAR,Starchy Roots,NA,NA
+1995,China Macao SAR,Sugar,NA,NA
 1996,China Macao SAR,Ruminants,NA,NA
 1996,China Macao SAR,Cereals,NA,NA
 1996,China Macao SAR,Monogastrics,NA,NA
-1996,China Macao SAR,Oilcrops,NA,NA
-1996,China Macao SAR,Pulses,NA,NA
+1996,China Macao SAR,FruitVeg,NA,NA
+1996,China Macao SAR,OilcropsPulses,NA,NA
 1996,China Macao SAR,Starchy Roots,NA,NA
+1996,China Macao SAR,Sugar,NA,NA
 1997,China Macao SAR,Ruminants,NA,NA
 1997,China Macao SAR,Cereals,NA,NA
 1997,China Macao SAR,Monogastrics,NA,NA
-1997,China Macao SAR,Oilcrops,NA,NA
-1997,China Macao SAR,Pulses,NA,NA
+1997,China Macao SAR,FruitVeg,NA,NA
+1997,China Macao SAR,OilcropsPulses,NA,NA
 1997,China Macao SAR,Starchy Roots,NA,NA
+1997,China Macao SAR,Sugar,NA,NA
 1998,China Macao SAR,Ruminants,NA,NA
 1998,China Macao SAR,Cereals,NA,NA
 1998,China Macao SAR,Monogastrics,NA,NA
-1998,China Macao SAR,Oilcrops,NA,NA
-1998,China Macao SAR,Pulses,NA,NA
+1998,China Macao SAR,FruitVeg,NA,NA
+1998,China Macao SAR,OilcropsPulses,NA,NA
 1998,China Macao SAR,Starchy Roots,NA,NA
+1998,China Macao SAR,Sugar,NA,NA
 1999,China Macao SAR,Ruminants,NA,NA
 1999,China Macao SAR,Cereals,NA,NA
 1999,China Macao SAR,Monogastrics,NA,NA
-1999,China Macao SAR,Oilcrops,NA,NA
-1999,China Macao SAR,Pulses,NA,NA
+1999,China Macao SAR,FruitVeg,NA,NA
+1999,China Macao SAR,OilcropsPulses,NA,NA
 1999,China Macao SAR,Starchy Roots,NA,NA
+1999,China Macao SAR,Sugar,NA,NA
 2000,China Macao SAR,Ruminants,NA,NA
 2000,China Macao SAR,Cereals,NA,NA
 2000,China Macao SAR,Monogastrics,NA,NA
-2000,China Macao SAR,Oilcrops,NA,NA
-2000,China Macao SAR,Pulses,NA,NA
+2000,China Macao SAR,FruitVeg,NA,NA
+2000,China Macao SAR,OilcropsPulses,NA,NA
 2000,China Macao SAR,Starchy Roots,NA,NA
+2000,China Macao SAR,Sugar,NA,NA
 2001,China Macao SAR,Ruminants,NA,NA
 2001,China Macao SAR,Cereals,NA,NA
 2001,China Macao SAR,Monogastrics,NA,NA
-2001,China Macao SAR,Oilcrops,NA,NA
-2001,China Macao SAR,Pulses,NA,NA
+2001,China Macao SAR,FruitVeg,NA,NA
+2001,China Macao SAR,OilcropsPulses,NA,NA
 2001,China Macao SAR,Starchy Roots,NA,NA
+2001,China Macao SAR,Sugar,NA,NA
 2002,China Macao SAR,Ruminants,NA,NA
 2002,China Macao SAR,Cereals,NA,NA
 2002,China Macao SAR,Monogastrics,NA,NA
-2002,China Macao SAR,Oilcrops,NA,NA
-2002,China Macao SAR,Pulses,NA,NA
+2002,China Macao SAR,FruitVeg,NA,NA
+2002,China Macao SAR,OilcropsPulses,NA,NA
 2002,China Macao SAR,Starchy Roots,NA,NA
+2002,China Macao SAR,Sugar,NA,NA
 2003,China Macao SAR,Ruminants,NA,NA
 2003,China Macao SAR,Cereals,NA,NA
 2003,China Macao SAR,Monogastrics,NA,NA
-2003,China Macao SAR,Oilcrops,NA,NA
-2003,China Macao SAR,Pulses,NA,NA
+2003,China Macao SAR,FruitVeg,NA,NA
+2003,China Macao SAR,OilcropsPulses,NA,NA
 2003,China Macao SAR,Starchy Roots,NA,NA
+2003,China Macao SAR,Sugar,NA,NA
 2004,China Macao SAR,Ruminants,NA,NA
 2004,China Macao SAR,Cereals,NA,NA
 2004,China Macao SAR,Monogastrics,NA,NA
-2004,China Macao SAR,Oilcrops,NA,NA
-2004,China Macao SAR,Pulses,NA,NA
+2004,China Macao SAR,FruitVeg,NA,NA
+2004,China Macao SAR,OilcropsPulses,NA,NA
 2004,China Macao SAR,Starchy Roots,NA,NA
+2004,China Macao SAR,Sugar,NA,NA
 2005,China Macao SAR,Ruminants,NA,NA
 2005,China Macao SAR,Cereals,NA,NA
 2005,China Macao SAR,Monogastrics,NA,NA
-2005,China Macao SAR,Oilcrops,NA,NA
-2005,China Macao SAR,Pulses,NA,NA
+2005,China Macao SAR,FruitVeg,NA,NA
+2005,China Macao SAR,OilcropsPulses,NA,NA
 2005,China Macao SAR,Starchy Roots,NA,NA
+2005,China Macao SAR,Sugar,NA,NA
 2006,China Macao SAR,Ruminants,NA,NA
 2006,China Macao SAR,Cereals,NA,NA
 2006,China Macao SAR,Monogastrics,NA,NA
-2006,China Macao SAR,Oilcrops,NA,NA
-2006,China Macao SAR,Pulses,NA,NA
+2006,China Macao SAR,FruitVeg,NA,NA
+2006,China Macao SAR,OilcropsPulses,NA,NA
 2006,China Macao SAR,Starchy Roots,NA,NA
+2006,China Macao SAR,Sugar,NA,NA
 2007,China Macao SAR,Ruminants,NA,NA
 2007,China Macao SAR,Cereals,NA,NA
 2007,China Macao SAR,Monogastrics,NA,NA
-2007,China Macao SAR,Oilcrops,NA,NA
-2007,China Macao SAR,Pulses,NA,NA
+2007,China Macao SAR,FruitVeg,NA,NA
+2007,China Macao SAR,OilcropsPulses,NA,NA
 2007,China Macao SAR,Starchy Roots,NA,NA
+2007,China Macao SAR,Sugar,NA,NA
 2008,China Macao SAR,Ruminants,NA,NA
 2008,China Macao SAR,Cereals,NA,NA
 2008,China Macao SAR,Monogastrics,NA,NA
-2008,China Macao SAR,Oilcrops,NA,NA
-2008,China Macao SAR,Pulses,NA,NA
+2008,China Macao SAR,FruitVeg,NA,NA
+2008,China Macao SAR,OilcropsPulses,NA,NA
 2008,China Macao SAR,Starchy Roots,NA,NA
+2008,China Macao SAR,Sugar,NA,NA
 2009,China Macao SAR,Ruminants,NA,NA
 2009,China Macao SAR,Cereals,NA,NA
 2009,China Macao SAR,Monogastrics,NA,NA
-2009,China Macao SAR,Oilcrops,NA,NA
-2009,China Macao SAR,Pulses,NA,NA
+2009,China Macao SAR,FruitVeg,NA,NA
+2009,China Macao SAR,OilcropsPulses,NA,NA
 2009,China Macao SAR,Starchy Roots,NA,NA
+2009,China Macao SAR,Sugar,NA,NA
 2010,China Macao SAR,Ruminants,NA,NA
 2010,China Macao SAR,Cereals,NA,NA
 2010,China Macao SAR,Monogastrics,NA,NA
-2010,China Macao SAR,Oilcrops,NA,NA
-2010,China Macao SAR,Pulses,NA,NA
+2010,China Macao SAR,FruitVeg,NA,NA
+2010,China Macao SAR,OilcropsPulses,NA,NA
 2010,China Macao SAR,Starchy Roots,NA,NA
+2010,China Macao SAR,Sugar,NA,NA
 2011,China Macao SAR,Ruminants,NA,NA
 2011,China Macao SAR,Cereals,NA,NA
 2011,China Macao SAR,Monogastrics,NA,NA
-2011,China Macao SAR,Oilcrops,NA,NA
-2011,China Macao SAR,Pulses,NA,NA
+2011,China Macao SAR,FruitVeg,NA,NA
+2011,China Macao SAR,OilcropsPulses,NA,NA
 2011,China Macao SAR,Starchy Roots,NA,NA
+2011,China Macao SAR,Sugar,NA,NA
 2012,China Macao SAR,Ruminants,NA,NA
 2012,China Macao SAR,Cereals,NA,NA
 2012,China Macao SAR,Monogastrics,NA,NA
-2012,China Macao SAR,Oilcrops,NA,NA
-2012,China Macao SAR,Pulses,NA,NA
+2012,China Macao SAR,FruitVeg,NA,NA
+2012,China Macao SAR,OilcropsPulses,NA,NA
 2012,China Macao SAR,Starchy Roots,NA,NA
+2012,China Macao SAR,Sugar,NA,NA
 2013,China Macao SAR,Ruminants,NA,NA
 2013,China Macao SAR,Cereals,NA,NA
 2013,China Macao SAR,Monogastrics,NA,NA
-2013,China Macao SAR,Oilcrops,NA,NA
-2013,China Macao SAR,Pulses,NA,NA
+2013,China Macao SAR,FruitVeg,NA,NA
+2013,China Macao SAR,OilcropsPulses,NA,NA
 2013,China Macao SAR,Starchy Roots,NA,NA
+2013,China Macao SAR,Sugar,NA,NA
 1961,China Taiwan Province of,Ruminants,NA,NA
 1961,China Taiwan Province of,Cereals,NA,NA
 1961,China Taiwan Province of,Monogastrics,NA,NA
-1961,China Taiwan Province of,Oilcrops,NA,NA
-1961,China Taiwan Province of,Pulses,NA,NA
+1961,China Taiwan Province of,FruitVeg,NA,NA
+1961,China Taiwan Province of,OilcropsPulses,NA,NA
 1961,China Taiwan Province of,Starchy Roots,NA,NA
+1961,China Taiwan Province of,Sugar,NA,NA
 1962,China Taiwan Province of,Ruminants,NA,NA
 1962,China Taiwan Province of,Cereals,NA,NA
 1962,China Taiwan Province of,Monogastrics,NA,NA
-1962,China Taiwan Province of,Oilcrops,NA,NA
-1962,China Taiwan Province of,Pulses,NA,NA
+1962,China Taiwan Province of,FruitVeg,NA,NA
+1962,China Taiwan Province of,OilcropsPulses,NA,NA
 1962,China Taiwan Province of,Starchy Roots,NA,NA
+1962,China Taiwan Province of,Sugar,NA,NA
 1963,China Taiwan Province of,Ruminants,NA,NA
 1963,China Taiwan Province of,Cereals,NA,NA
 1963,China Taiwan Province of,Monogastrics,NA,NA
-1963,China Taiwan Province of,Oilcrops,NA,NA
-1963,China Taiwan Province of,Pulses,NA,NA
+1963,China Taiwan Province of,FruitVeg,NA,NA
+1963,China Taiwan Province of,OilcropsPulses,NA,NA
 1963,China Taiwan Province of,Starchy Roots,NA,NA
+1963,China Taiwan Province of,Sugar,NA,NA
 1964,China Taiwan Province of,Ruminants,NA,NA
 1964,China Taiwan Province of,Cereals,NA,NA
 1964,China Taiwan Province of,Monogastrics,NA,NA
-1964,China Taiwan Province of,Oilcrops,NA,NA
-1964,China Taiwan Province of,Pulses,NA,NA
+1964,China Taiwan Province of,FruitVeg,NA,NA
+1964,China Taiwan Province of,OilcropsPulses,NA,NA
 1964,China Taiwan Province of,Starchy Roots,NA,NA
+1964,China Taiwan Province of,Sugar,NA,NA
 1965,China Taiwan Province of,Ruminants,NA,NA
 1965,China Taiwan Province of,Cereals,NA,NA
 1965,China Taiwan Province of,Monogastrics,NA,NA
-1965,China Taiwan Province of,Oilcrops,NA,NA
-1965,China Taiwan Province of,Pulses,NA,NA
+1965,China Taiwan Province of,FruitVeg,NA,NA
+1965,China Taiwan Province of,OilcropsPulses,NA,NA
 1965,China Taiwan Province of,Starchy Roots,NA,NA
+1965,China Taiwan Province of,Sugar,NA,NA
 1966,China Taiwan Province of,Ruminants,NA,NA
 1966,China Taiwan Province of,Cereals,NA,NA
 1966,China Taiwan Province of,Monogastrics,NA,NA
-1966,China Taiwan Province of,Oilcrops,NA,NA
-1966,China Taiwan Province of,Pulses,NA,NA
+1966,China Taiwan Province of,FruitVeg,NA,NA
+1966,China Taiwan Province of,OilcropsPulses,NA,NA
 1966,China Taiwan Province of,Starchy Roots,NA,NA
+1966,China Taiwan Province of,Sugar,NA,NA
 1967,China Taiwan Province of,Ruminants,NA,NA
 1967,China Taiwan Province of,Cereals,NA,NA
 1967,China Taiwan Province of,Monogastrics,NA,NA
-1967,China Taiwan Province of,Oilcrops,NA,NA
-1967,China Taiwan Province of,Pulses,NA,NA
+1967,China Taiwan Province of,FruitVeg,NA,NA
+1967,China Taiwan Province of,OilcropsPulses,NA,NA
 1967,China Taiwan Province of,Starchy Roots,NA,NA
+1967,China Taiwan Province of,Sugar,NA,NA
 1968,China Taiwan Province of,Ruminants,NA,NA
 1968,China Taiwan Province of,Cereals,NA,NA
 1968,China Taiwan Province of,Monogastrics,NA,NA
-1968,China Taiwan Province of,Oilcrops,NA,NA
-1968,China Taiwan Province of,Pulses,NA,NA
+1968,China Taiwan Province of,FruitVeg,NA,NA
+1968,China Taiwan Province of,OilcropsPulses,NA,NA
 1968,China Taiwan Province of,Starchy Roots,NA,NA
+1968,China Taiwan Province of,Sugar,NA,NA
 1969,China Taiwan Province of,Ruminants,NA,NA
 1969,China Taiwan Province of,Cereals,NA,NA
 1969,China Taiwan Province of,Monogastrics,NA,NA
-1969,China Taiwan Province of,Oilcrops,NA,NA
-1969,China Taiwan Province of,Pulses,NA,NA
+1969,China Taiwan Province of,FruitVeg,NA,NA
+1969,China Taiwan Province of,OilcropsPulses,NA,NA
 1969,China Taiwan Province of,Starchy Roots,NA,NA
+1969,China Taiwan Province of,Sugar,NA,NA
 1970,China Taiwan Province of,Ruminants,NA,NA
 1970,China Taiwan Province of,Cereals,NA,NA
 1970,China Taiwan Province of,Monogastrics,NA,NA
-1970,China Taiwan Province of,Oilcrops,NA,NA
-1970,China Taiwan Province of,Pulses,NA,NA
+1970,China Taiwan Province of,FruitVeg,NA,NA
+1970,China Taiwan Province of,OilcropsPulses,NA,NA
 1970,China Taiwan Province of,Starchy Roots,NA,NA
+1970,China Taiwan Province of,Sugar,NA,NA
 1971,China Taiwan Province of,Ruminants,NA,NA
 1971,China Taiwan Province of,Cereals,NA,NA
 1971,China Taiwan Province of,Monogastrics,NA,NA
-1971,China Taiwan Province of,Oilcrops,NA,NA
-1971,China Taiwan Province of,Pulses,NA,NA
+1971,China Taiwan Province of,FruitVeg,NA,NA
+1971,China Taiwan Province of,OilcropsPulses,NA,NA
 1971,China Taiwan Province of,Starchy Roots,NA,NA
+1971,China Taiwan Province of,Sugar,NA,NA
 1972,China Taiwan Province of,Ruminants,NA,NA
 1972,China Taiwan Province of,Cereals,NA,NA
 1972,China Taiwan Province of,Monogastrics,NA,NA
-1972,China Taiwan Province of,Oilcrops,NA,NA
-1972,China Taiwan Province of,Pulses,NA,NA
+1972,China Taiwan Province of,FruitVeg,NA,NA
+1972,China Taiwan Province of,OilcropsPulses,NA,NA
 1972,China Taiwan Province of,Starchy Roots,NA,NA
+1972,China Taiwan Province of,Sugar,NA,NA
 1973,China Taiwan Province of,Ruminants,NA,NA
 1973,China Taiwan Province of,Cereals,NA,NA
 1973,China Taiwan Province of,Monogastrics,NA,NA
-1973,China Taiwan Province of,Oilcrops,NA,NA
-1973,China Taiwan Province of,Pulses,NA,NA
+1973,China Taiwan Province of,FruitVeg,NA,NA
+1973,China Taiwan Province of,OilcropsPulses,NA,NA
 1973,China Taiwan Province of,Starchy Roots,NA,NA
+1973,China Taiwan Province of,Sugar,NA,NA
 1974,China Taiwan Province of,Ruminants,NA,NA
 1974,China Taiwan Province of,Cereals,NA,NA
 1974,China Taiwan Province of,Monogastrics,NA,NA
-1974,China Taiwan Province of,Oilcrops,NA,NA
-1974,China Taiwan Province of,Pulses,NA,NA
+1974,China Taiwan Province of,FruitVeg,NA,NA
+1974,China Taiwan Province of,OilcropsPulses,NA,NA
 1974,China Taiwan Province of,Starchy Roots,NA,NA
+1974,China Taiwan Province of,Sugar,NA,NA
 1975,China Taiwan Province of,Ruminants,NA,NA
 1975,China Taiwan Province of,Cereals,NA,NA
 1975,China Taiwan Province of,Monogastrics,NA,NA
-1975,China Taiwan Province of,Oilcrops,NA,NA
-1975,China Taiwan Province of,Pulses,NA,NA
+1975,China Taiwan Province of,FruitVeg,NA,NA
+1975,China Taiwan Province of,OilcropsPulses,NA,NA
 1975,China Taiwan Province of,Starchy Roots,NA,NA
+1975,China Taiwan Province of,Sugar,NA,NA
 1976,China Taiwan Province of,Ruminants,NA,NA
 1976,China Taiwan Province of,Cereals,NA,NA
 1976,China Taiwan Province of,Monogastrics,NA,NA
-1976,China Taiwan Province of,Oilcrops,NA,NA
-1976,China Taiwan Province of,Pulses,NA,NA
+1976,China Taiwan Province of,FruitVeg,NA,NA
+1976,China Taiwan Province of,OilcropsPulses,NA,NA
 1976,China Taiwan Province of,Starchy Roots,NA,NA
+1976,China Taiwan Province of,Sugar,NA,NA
 1977,China Taiwan Province of,Ruminants,NA,NA
 1977,China Taiwan Province of,Cereals,NA,NA
 1977,China Taiwan Province of,Monogastrics,NA,NA
-1977,China Taiwan Province of,Oilcrops,NA,NA
-1977,China Taiwan Province of,Pulses,NA,NA
+1977,China Taiwan Province of,FruitVeg,NA,NA
+1977,China Taiwan Province of,OilcropsPulses,NA,NA
 1977,China Taiwan Province of,Starchy Roots,NA,NA
+1977,China Taiwan Province of,Sugar,NA,NA
 1978,China Taiwan Province of,Ruminants,NA,NA
 1978,China Taiwan Province of,Cereals,NA,NA
 1978,China Taiwan Province of,Monogastrics,NA,NA
-1978,China Taiwan Province of,Oilcrops,NA,NA
-1978,China Taiwan Province of,Pulses,NA,NA
+1978,China Taiwan Province of,FruitVeg,NA,NA
+1978,China Taiwan Province of,OilcropsPulses,NA,NA
 1978,China Taiwan Province of,Starchy Roots,NA,NA
+1978,China Taiwan Province of,Sugar,NA,NA
 1979,China Taiwan Province of,Ruminants,NA,NA
 1979,China Taiwan Province of,Cereals,NA,NA
 1979,China Taiwan Province of,Monogastrics,NA,NA
-1979,China Taiwan Province of,Oilcrops,NA,NA
-1979,China Taiwan Province of,Pulses,NA,NA
+1979,China Taiwan Province of,FruitVeg,NA,NA
+1979,China Taiwan Province of,OilcropsPulses,NA,NA
 1979,China Taiwan Province of,Starchy Roots,NA,NA
+1979,China Taiwan Province of,Sugar,NA,NA
 1980,China Taiwan Province of,Ruminants,NA,NA
 1980,China Taiwan Province of,Cereals,NA,NA
 1980,China Taiwan Province of,Monogastrics,NA,NA
-1980,China Taiwan Province of,Oilcrops,NA,NA
-1980,China Taiwan Province of,Pulses,NA,NA
+1980,China Taiwan Province of,FruitVeg,NA,NA
+1980,China Taiwan Province of,OilcropsPulses,NA,NA
 1980,China Taiwan Province of,Starchy Roots,NA,NA
+1980,China Taiwan Province of,Sugar,NA,NA
 1981,China Taiwan Province of,Ruminants,NA,NA
 1981,China Taiwan Province of,Cereals,NA,NA
 1981,China Taiwan Province of,Monogastrics,NA,NA
-1981,China Taiwan Province of,Oilcrops,NA,NA
-1981,China Taiwan Province of,Pulses,NA,NA
+1981,China Taiwan Province of,FruitVeg,NA,NA
+1981,China Taiwan Province of,OilcropsPulses,NA,NA
 1981,China Taiwan Province of,Starchy Roots,NA,NA
+1981,China Taiwan Province of,Sugar,NA,NA
 1982,China Taiwan Province of,Ruminants,NA,NA
 1982,China Taiwan Province of,Cereals,NA,NA
 1982,China Taiwan Province of,Monogastrics,NA,NA
-1982,China Taiwan Province of,Oilcrops,NA,NA
-1982,China Taiwan Province of,Pulses,NA,NA
+1982,China Taiwan Province of,FruitVeg,NA,NA
+1982,China Taiwan Province of,OilcropsPulses,NA,NA
 1982,China Taiwan Province of,Starchy Roots,NA,NA
+1982,China Taiwan Province of,Sugar,NA,NA
 1983,China Taiwan Province of,Ruminants,NA,NA
 1983,China Taiwan Province of,Cereals,NA,NA
 1983,China Taiwan Province of,Monogastrics,NA,NA
-1983,China Taiwan Province of,Oilcrops,NA,NA
-1983,China Taiwan Province of,Pulses,NA,NA
+1983,China Taiwan Province of,FruitVeg,NA,NA
+1983,China Taiwan Province of,OilcropsPulses,NA,NA
 1983,China Taiwan Province of,Starchy Roots,NA,NA
+1983,China Taiwan Province of,Sugar,NA,NA
 1984,China Taiwan Province of,Ruminants,NA,NA
 1984,China Taiwan Province of,Cereals,NA,NA
 1984,China Taiwan Province of,Monogastrics,NA,NA
-1984,China Taiwan Province of,Oilcrops,NA,NA
-1984,China Taiwan Province of,Pulses,NA,NA
+1984,China Taiwan Province of,FruitVeg,NA,NA
+1984,China Taiwan Province of,OilcropsPulses,NA,NA
 1984,China Taiwan Province of,Starchy Roots,NA,NA
+1984,China Taiwan Province of,Sugar,NA,NA
 1985,China Taiwan Province of,Ruminants,NA,NA
 1985,China Taiwan Province of,Cereals,NA,NA
 1985,China Taiwan Province of,Monogastrics,NA,NA
-1985,China Taiwan Province of,Oilcrops,NA,NA
-1985,China Taiwan Province of,Pulses,NA,NA
+1985,China Taiwan Province of,FruitVeg,NA,NA
+1985,China Taiwan Province of,OilcropsPulses,NA,NA
 1985,China Taiwan Province of,Starchy Roots,NA,NA
+1985,China Taiwan Province of,Sugar,NA,NA
 1986,China Taiwan Province of,Ruminants,NA,NA
 1986,China Taiwan Province of,Cereals,NA,NA
 1986,China Taiwan Province of,Monogastrics,NA,NA
-1986,China Taiwan Province of,Oilcrops,NA,NA
-1986,China Taiwan Province of,Pulses,NA,NA
+1986,China Taiwan Province of,FruitVeg,NA,NA
+1986,China Taiwan Province of,OilcropsPulses,NA,NA
 1986,China Taiwan Province of,Starchy Roots,NA,NA
+1986,China Taiwan Province of,Sugar,NA,NA
 1987,China Taiwan Province of,Ruminants,NA,NA
 1987,China Taiwan Province of,Cereals,NA,NA
 1987,China Taiwan Province of,Monogastrics,NA,NA
-1987,China Taiwan Province of,Oilcrops,NA,NA
-1987,China Taiwan Province of,Pulses,NA,NA
+1987,China Taiwan Province of,FruitVeg,NA,NA
+1987,China Taiwan Province of,OilcropsPulses,NA,NA
 1987,China Taiwan Province of,Starchy Roots,NA,NA
+1987,China Taiwan Province of,Sugar,NA,NA
 1988,China Taiwan Province of,Ruminants,NA,NA
 1988,China Taiwan Province of,Cereals,NA,NA
 1988,China Taiwan Province of,Monogastrics,NA,NA
-1988,China Taiwan Province of,Oilcrops,NA,NA
-1988,China Taiwan Province of,Pulses,NA,NA
+1988,China Taiwan Province of,FruitVeg,NA,NA
+1988,China Taiwan Province of,OilcropsPulses,NA,NA
 1988,China Taiwan Province of,Starchy Roots,NA,NA
+1988,China Taiwan Province of,Sugar,NA,NA
 1989,China Taiwan Province of,Ruminants,NA,NA
 1989,China Taiwan Province of,Cereals,NA,NA
 1989,China Taiwan Province of,Monogastrics,NA,NA
-1989,China Taiwan Province of,Oilcrops,NA,NA
-1989,China Taiwan Province of,Pulses,NA,NA
+1989,China Taiwan Province of,FruitVeg,NA,NA
+1989,China Taiwan Province of,OilcropsPulses,NA,NA
 1989,China Taiwan Province of,Starchy Roots,NA,NA
+1989,China Taiwan Province of,Sugar,NA,NA
 1990,China Taiwan Province of,Ruminants,NA,NA
 1990,China Taiwan Province of,Cereals,NA,NA
 1990,China Taiwan Province of,Monogastrics,NA,NA
-1990,China Taiwan Province of,Oilcrops,NA,NA
-1990,China Taiwan Province of,Pulses,NA,NA
+1990,China Taiwan Province of,FruitVeg,NA,NA
+1990,China Taiwan Province of,OilcropsPulses,NA,NA
 1990,China Taiwan Province of,Starchy Roots,NA,NA
+1990,China Taiwan Province of,Sugar,NA,NA
 1991,China Taiwan Province of,Ruminants,NA,NA
 1991,China Taiwan Province of,Cereals,NA,NA
 1991,China Taiwan Province of,Monogastrics,NA,NA
-1991,China Taiwan Province of,Oilcrops,NA,NA
-1991,China Taiwan Province of,Pulses,NA,NA
+1991,China Taiwan Province of,FruitVeg,NA,NA
+1991,China Taiwan Province of,OilcropsPulses,NA,NA
 1991,China Taiwan Province of,Starchy Roots,NA,NA
+1991,China Taiwan Province of,Sugar,NA,NA
 1992,China Taiwan Province of,Ruminants,NA,NA
 1992,China Taiwan Province of,Cereals,NA,NA
 1992,China Taiwan Province of,Monogastrics,NA,NA
-1992,China Taiwan Province of,Oilcrops,NA,NA
-1992,China Taiwan Province of,Pulses,NA,NA
+1992,China Taiwan Province of,FruitVeg,NA,NA
+1992,China Taiwan Province of,OilcropsPulses,NA,NA
 1992,China Taiwan Province of,Starchy Roots,NA,NA
+1992,China Taiwan Province of,Sugar,NA,NA
 1993,China Taiwan Province of,Ruminants,NA,NA
 1993,China Taiwan Province of,Cereals,NA,NA
 1993,China Taiwan Province of,Monogastrics,NA,NA
-1993,China Taiwan Province of,Oilcrops,NA,NA
-1993,China Taiwan Province of,Pulses,NA,NA
+1993,China Taiwan Province of,FruitVeg,NA,NA
+1993,China Taiwan Province of,OilcropsPulses,NA,NA
 1993,China Taiwan Province of,Starchy Roots,NA,NA
+1993,China Taiwan Province of,Sugar,NA,NA
 1994,China Taiwan Province of,Ruminants,NA,NA
 1994,China Taiwan Province of,Cereals,NA,NA
 1994,China Taiwan Province of,Monogastrics,NA,NA
-1994,China Taiwan Province of,Oilcrops,NA,NA
-1994,China Taiwan Province of,Pulses,NA,NA
+1994,China Taiwan Province of,FruitVeg,NA,NA
+1994,China Taiwan Province of,OilcropsPulses,NA,NA
 1994,China Taiwan Province of,Starchy Roots,NA,NA
+1994,China Taiwan Province of,Sugar,NA,NA
 1995,China Taiwan Province of,Ruminants,NA,NA
 1995,China Taiwan Province of,Cereals,NA,NA
 1995,China Taiwan Province of,Monogastrics,NA,NA
-1995,China Taiwan Province of,Oilcrops,NA,NA
-1995,China Taiwan Province of,Pulses,NA,NA
+1995,China Taiwan Province of,FruitVeg,NA,NA
+1995,China Taiwan Province of,OilcropsPulses,NA,NA
 1995,China Taiwan Province of,Starchy Roots,NA,NA
+1995,China Taiwan Province of,Sugar,NA,NA
 1996,China Taiwan Province of,Ruminants,NA,NA
 1996,China Taiwan Province of,Cereals,NA,NA
 1996,China Taiwan Province of,Monogastrics,NA,NA
-1996,China Taiwan Province of,Oilcrops,NA,NA
-1996,China Taiwan Province of,Pulses,NA,NA
+1996,China Taiwan Province of,FruitVeg,NA,NA
+1996,China Taiwan Province of,OilcropsPulses,NA,NA
 1996,China Taiwan Province of,Starchy Roots,NA,NA
+1996,China Taiwan Province of,Sugar,NA,NA
 1997,China Taiwan Province of,Ruminants,NA,NA
 1997,China Taiwan Province of,Cereals,NA,NA
 1997,China Taiwan Province of,Monogastrics,NA,NA
-1997,China Taiwan Province of,Oilcrops,NA,NA
-1997,China Taiwan Province of,Pulses,NA,NA
+1997,China Taiwan Province of,FruitVeg,NA,NA
+1997,China Taiwan Province of,OilcropsPulses,NA,NA
 1997,China Taiwan Province of,Starchy Roots,NA,NA
+1997,China Taiwan Province of,Sugar,NA,NA
 1998,China Taiwan Province of,Ruminants,NA,NA
 1998,China Taiwan Province of,Cereals,NA,NA
 1998,China Taiwan Province of,Monogastrics,NA,NA
-1998,China Taiwan Province of,Oilcrops,NA,NA
-1998,China Taiwan Province of,Pulses,NA,NA
+1998,China Taiwan Province of,FruitVeg,NA,NA
+1998,China Taiwan Province of,OilcropsPulses,NA,NA
 1998,China Taiwan Province of,Starchy Roots,NA,NA
+1998,China Taiwan Province of,Sugar,NA,NA
 1999,China Taiwan Province of,Ruminants,NA,NA
 1999,China Taiwan Province of,Cereals,NA,NA
 1999,China Taiwan Province of,Monogastrics,NA,NA
-1999,China Taiwan Province of,Oilcrops,NA,NA
-1999,China Taiwan Province of,Pulses,NA,NA
+1999,China Taiwan Province of,FruitVeg,NA,NA
+1999,China Taiwan Province of,OilcropsPulses,NA,NA
 1999,China Taiwan Province of,Starchy Roots,NA,NA
+1999,China Taiwan Province of,Sugar,NA,NA
 2000,China Taiwan Province of,Ruminants,NA,NA
 2000,China Taiwan Province of,Cereals,NA,NA
 2000,China Taiwan Province of,Monogastrics,NA,NA
-2000,China Taiwan Province of,Oilcrops,NA,NA
-2000,China Taiwan Province of,Pulses,NA,NA
+2000,China Taiwan Province of,FruitVeg,NA,NA
+2000,China Taiwan Province of,OilcropsPulses,NA,NA
 2000,China Taiwan Province of,Starchy Roots,NA,NA
+2000,China Taiwan Province of,Sugar,NA,NA
 2001,China Taiwan Province of,Ruminants,NA,NA
 2001,China Taiwan Province of,Cereals,NA,NA
 2001,China Taiwan Province of,Monogastrics,NA,NA
-2001,China Taiwan Province of,Oilcrops,NA,NA
-2001,China Taiwan Province of,Pulses,NA,NA
+2001,China Taiwan Province of,FruitVeg,NA,NA
+2001,China Taiwan Province of,OilcropsPulses,NA,NA
 2001,China Taiwan Province of,Starchy Roots,NA,NA
+2001,China Taiwan Province of,Sugar,NA,NA
 2002,China Taiwan Province of,Ruminants,NA,NA
 2002,China Taiwan Province of,Cereals,NA,NA
 2002,China Taiwan Province of,Monogastrics,NA,NA
-2002,China Taiwan Province of,Oilcrops,NA,NA
-2002,China Taiwan Province of,Pulses,NA,NA
+2002,China Taiwan Province of,FruitVeg,NA,NA
+2002,China Taiwan Province of,OilcropsPulses,NA,NA
 2002,China Taiwan Province of,Starchy Roots,NA,NA
+2002,China Taiwan Province of,Sugar,NA,NA
 2003,China Taiwan Province of,Ruminants,NA,NA
 2003,China Taiwan Province of,Cereals,NA,NA
 2003,China Taiwan Province of,Monogastrics,NA,NA
-2003,China Taiwan Province of,Oilcrops,NA,NA
-2003,China Taiwan Province of,Pulses,NA,NA
+2003,China Taiwan Province of,FruitVeg,NA,NA
+2003,China Taiwan Province of,OilcropsPulses,NA,NA
 2003,China Taiwan Province of,Starchy Roots,NA,NA
+2003,China Taiwan Province of,Sugar,NA,NA
 2004,China Taiwan Province of,Ruminants,NA,NA
 2004,China Taiwan Province of,Cereals,NA,NA
 2004,China Taiwan Province of,Monogastrics,NA,NA
-2004,China Taiwan Province of,Oilcrops,NA,NA
-2004,China Taiwan Province of,Pulses,NA,NA
+2004,China Taiwan Province of,FruitVeg,NA,NA
+2004,China Taiwan Province of,OilcropsPulses,NA,NA
 2004,China Taiwan Province of,Starchy Roots,NA,NA
+2004,China Taiwan Province of,Sugar,NA,NA
 2005,China Taiwan Province of,Ruminants,NA,NA
 2005,China Taiwan Province of,Cereals,NA,NA
 2005,China Taiwan Province of,Monogastrics,NA,NA
-2005,China Taiwan Province of,Oilcrops,NA,NA
-2005,China Taiwan Province of,Pulses,NA,NA
+2005,China Taiwan Province of,FruitVeg,NA,NA
+2005,China Taiwan Province of,OilcropsPulses,NA,NA
 2005,China Taiwan Province of,Starchy Roots,NA,NA
+2005,China Taiwan Province of,Sugar,NA,NA
 2006,China Taiwan Province of,Ruminants,NA,NA
 2006,China Taiwan Province of,Cereals,NA,NA
 2006,China Taiwan Province of,Monogastrics,NA,NA
-2006,China Taiwan Province of,Oilcrops,NA,NA
-2006,China Taiwan Province of,Pulses,NA,NA
+2006,China Taiwan Province of,FruitVeg,NA,NA
+2006,China Taiwan Province of,OilcropsPulses,NA,NA
 2006,China Taiwan Province of,Starchy Roots,NA,NA
+2006,China Taiwan Province of,Sugar,NA,NA
 2007,China Taiwan Province of,Ruminants,NA,NA
 2007,China Taiwan Province of,Cereals,NA,NA
 2007,China Taiwan Province of,Monogastrics,NA,NA
-2007,China Taiwan Province of,Oilcrops,NA,NA
-2007,China Taiwan Province of,Pulses,NA,NA
+2007,China Taiwan Province of,FruitVeg,NA,NA
+2007,China Taiwan Province of,OilcropsPulses,NA,NA
 2007,China Taiwan Province of,Starchy Roots,NA,NA
+2007,China Taiwan Province of,Sugar,NA,NA
 2008,China Taiwan Province of,Ruminants,NA,NA
 2008,China Taiwan Province of,Cereals,NA,NA
 2008,China Taiwan Province of,Monogastrics,NA,NA
-2008,China Taiwan Province of,Oilcrops,NA,NA
-2008,China Taiwan Province of,Pulses,NA,NA
+2008,China Taiwan Province of,FruitVeg,NA,NA
+2008,China Taiwan Province of,OilcropsPulses,NA,NA
 2008,China Taiwan Province of,Starchy Roots,NA,NA
+2008,China Taiwan Province of,Sugar,NA,NA
 2009,China Taiwan Province of,Ruminants,NA,NA
 2009,China Taiwan Province of,Cereals,NA,NA
 2009,China Taiwan Province of,Monogastrics,NA,NA
-2009,China Taiwan Province of,Oilcrops,NA,NA
-2009,China Taiwan Province of,Pulses,NA,NA
+2009,China Taiwan Province of,FruitVeg,NA,NA
+2009,China Taiwan Province of,OilcropsPulses,NA,NA
 2009,China Taiwan Province of,Starchy Roots,NA,NA
+2009,China Taiwan Province of,Sugar,NA,NA
 2010,China Taiwan Province of,Ruminants,NA,NA
 2010,China Taiwan Province of,Cereals,NA,NA
 2010,China Taiwan Province of,Monogastrics,NA,NA
-2010,China Taiwan Province of,Oilcrops,NA,NA
-2010,China Taiwan Province of,Pulses,NA,NA
+2010,China Taiwan Province of,FruitVeg,NA,NA
+2010,China Taiwan Province of,OilcropsPulses,NA,NA
 2010,China Taiwan Province of,Starchy Roots,NA,NA
+2010,China Taiwan Province of,Sugar,NA,NA
 2011,China Taiwan Province of,Ruminants,NA,NA
 2011,China Taiwan Province of,Cereals,NA,NA
 2011,China Taiwan Province of,Monogastrics,NA,NA
-2011,China Taiwan Province of,Oilcrops,NA,NA
-2011,China Taiwan Province of,Pulses,NA,NA
+2011,China Taiwan Province of,FruitVeg,NA,NA
+2011,China Taiwan Province of,OilcropsPulses,NA,NA
 2011,China Taiwan Province of,Starchy Roots,NA,NA
+2011,China Taiwan Province of,Sugar,NA,NA
 2012,China Taiwan Province of,Ruminants,NA,NA
 2012,China Taiwan Province of,Cereals,NA,NA
 2012,China Taiwan Province of,Monogastrics,NA,NA
-2012,China Taiwan Province of,Oilcrops,NA,NA
-2012,China Taiwan Province of,Pulses,NA,NA
+2012,China Taiwan Province of,FruitVeg,NA,NA
+2012,China Taiwan Province of,OilcropsPulses,NA,NA
 2012,China Taiwan Province of,Starchy Roots,NA,NA
+2012,China Taiwan Province of,Sugar,NA,NA
 2013,China Taiwan Province of,Ruminants,NA,NA
 2013,China Taiwan Province of,Cereals,NA,NA
 2013,China Taiwan Province of,Monogastrics,NA,NA
-2013,China Taiwan Province of,Oilcrops,NA,NA
-2013,China Taiwan Province of,Pulses,NA,NA
+2013,China Taiwan Province of,FruitVeg,NA,NA
+2013,China Taiwan Province of,OilcropsPulses,NA,NA
 2013,China Taiwan Province of,Starchy Roots,NA,NA
+2013,China Taiwan Province of,Sugar,NA,NA
 1961,China mainland,Ruminants,NA,NA
 1961,China mainland,Cereals,NA,NA
 1961,China mainland,Monogastrics,NA,NA
-1961,China mainland,Oilcrops,NA,NA
-1961,China mainland,Pulses,NA,NA
+1961,China mainland,FruitVeg,NA,NA
+1961,China mainland,OilcropsPulses,NA,NA
 1961,China mainland,Starchy Roots,NA,NA
+1961,China mainland,Sugar,NA,NA
 1962,China mainland,Ruminants,NA,NA
 1962,China mainland,Cereals,NA,NA
 1962,China mainland,Monogastrics,NA,NA
-1962,China mainland,Oilcrops,NA,NA
-1962,China mainland,Pulses,NA,NA
+1962,China mainland,FruitVeg,NA,NA
+1962,China mainland,OilcropsPulses,NA,NA
 1962,China mainland,Starchy Roots,NA,NA
+1962,China mainland,Sugar,NA,NA
 1963,China mainland,Ruminants,NA,NA
 1963,China mainland,Cereals,NA,NA
 1963,China mainland,Monogastrics,NA,NA
-1963,China mainland,Oilcrops,NA,NA
-1963,China mainland,Pulses,NA,NA
+1963,China mainland,FruitVeg,NA,NA
+1963,China mainland,OilcropsPulses,NA,NA
 1963,China mainland,Starchy Roots,NA,NA
+1963,China mainland,Sugar,NA,NA
 1964,China mainland,Ruminants,NA,NA
 1964,China mainland,Cereals,NA,NA
 1964,China mainland,Monogastrics,NA,NA
-1964,China mainland,Oilcrops,NA,NA
-1964,China mainland,Pulses,NA,NA
+1964,China mainland,FruitVeg,NA,NA
+1964,China mainland,OilcropsPulses,NA,NA
 1964,China mainland,Starchy Roots,NA,NA
+1964,China mainland,Sugar,NA,NA
 1965,China mainland,Ruminants,NA,NA
 1965,China mainland,Cereals,NA,NA
 1965,China mainland,Monogastrics,NA,NA
-1965,China mainland,Oilcrops,NA,NA
-1965,China mainland,Pulses,NA,NA
+1965,China mainland,FruitVeg,NA,NA
+1965,China mainland,OilcropsPulses,NA,NA
 1965,China mainland,Starchy Roots,NA,NA
+1965,China mainland,Sugar,NA,NA
 1966,China mainland,Ruminants,NA,NA
 1966,China mainland,Cereals,NA,NA
 1966,China mainland,Monogastrics,NA,NA
-1966,China mainland,Oilcrops,NA,NA
-1966,China mainland,Pulses,NA,NA
+1966,China mainland,FruitVeg,NA,NA
+1966,China mainland,OilcropsPulses,NA,NA
 1966,China mainland,Starchy Roots,NA,NA
+1966,China mainland,Sugar,NA,NA
 1967,China mainland,Ruminants,NA,NA
 1967,China mainland,Cereals,NA,NA
 1967,China mainland,Monogastrics,NA,NA
-1967,China mainland,Oilcrops,NA,NA
-1967,China mainland,Pulses,NA,NA
+1967,China mainland,FruitVeg,NA,NA
+1967,China mainland,OilcropsPulses,NA,NA
 1967,China mainland,Starchy Roots,NA,NA
+1967,China mainland,Sugar,NA,NA
 1968,China mainland,Ruminants,NA,NA
 1968,China mainland,Cereals,NA,NA
 1968,China mainland,Monogastrics,NA,NA
-1968,China mainland,Oilcrops,NA,NA
-1968,China mainland,Pulses,NA,NA
+1968,China mainland,FruitVeg,NA,NA
+1968,China mainland,OilcropsPulses,NA,NA
 1968,China mainland,Starchy Roots,NA,NA
+1968,China mainland,Sugar,NA,NA
 1969,China mainland,Ruminants,NA,NA
 1969,China mainland,Cereals,NA,NA
 1969,China mainland,Monogastrics,NA,NA
-1969,China mainland,Oilcrops,NA,NA
-1969,China mainland,Pulses,NA,NA
+1969,China mainland,FruitVeg,NA,NA
+1969,China mainland,OilcropsPulses,NA,NA
 1969,China mainland,Starchy Roots,NA,NA
+1969,China mainland,Sugar,NA,NA
 1970,China mainland,Ruminants,NA,NA
 1970,China mainland,Cereals,NA,NA
 1970,China mainland,Monogastrics,NA,NA
-1970,China mainland,Oilcrops,NA,NA
-1970,China mainland,Pulses,NA,NA
+1970,China mainland,FruitVeg,NA,NA
+1970,China mainland,OilcropsPulses,NA,NA
 1970,China mainland,Starchy Roots,NA,NA
+1970,China mainland,Sugar,NA,NA
 1971,China mainland,Ruminants,NA,NA
 1971,China mainland,Cereals,NA,NA
 1971,China mainland,Monogastrics,NA,NA
-1971,China mainland,Oilcrops,NA,NA
-1971,China mainland,Pulses,NA,NA
+1971,China mainland,FruitVeg,NA,NA
+1971,China mainland,OilcropsPulses,NA,NA
 1971,China mainland,Starchy Roots,NA,NA
+1971,China mainland,Sugar,NA,NA
 1972,China mainland,Ruminants,NA,NA
 1972,China mainland,Cereals,NA,NA
 1972,China mainland,Monogastrics,NA,NA
-1972,China mainland,Oilcrops,NA,NA
-1972,China mainland,Pulses,NA,NA
+1972,China mainland,FruitVeg,NA,NA
+1972,China mainland,OilcropsPulses,NA,NA
 1972,China mainland,Starchy Roots,NA,NA
+1972,China mainland,Sugar,NA,NA
 1973,China mainland,Ruminants,NA,NA
 1973,China mainland,Cereals,NA,NA
 1973,China mainland,Monogastrics,NA,NA
-1973,China mainland,Oilcrops,NA,NA
-1973,China mainland,Pulses,NA,NA
+1973,China mainland,FruitVeg,NA,NA
+1973,China mainland,OilcropsPulses,NA,NA
 1973,China mainland,Starchy Roots,NA,NA
+1973,China mainland,Sugar,NA,NA
 1974,China mainland,Ruminants,NA,NA
 1974,China mainland,Cereals,NA,NA
 1974,China mainland,Monogastrics,NA,NA
-1974,China mainland,Oilcrops,NA,NA
-1974,China mainland,Pulses,NA,NA
+1974,China mainland,FruitVeg,NA,NA
+1974,China mainland,OilcropsPulses,NA,NA
 1974,China mainland,Starchy Roots,NA,NA
+1974,China mainland,Sugar,NA,NA
 1975,China mainland,Ruminants,NA,NA
 1975,China mainland,Cereals,NA,NA
 1975,China mainland,Monogastrics,NA,NA
-1975,China mainland,Oilcrops,NA,NA
-1975,China mainland,Pulses,NA,NA
+1975,China mainland,FruitVeg,NA,NA
+1975,China mainland,OilcropsPulses,NA,NA
 1975,China mainland,Starchy Roots,NA,NA
+1975,China mainland,Sugar,NA,NA
 1976,China mainland,Ruminants,NA,NA
 1976,China mainland,Cereals,NA,NA
 1976,China mainland,Monogastrics,NA,NA
-1976,China mainland,Oilcrops,NA,NA
-1976,China mainland,Pulses,NA,NA
+1976,China mainland,FruitVeg,NA,NA
+1976,China mainland,OilcropsPulses,NA,NA
 1976,China mainland,Starchy Roots,NA,NA
+1976,China mainland,Sugar,NA,NA
 1977,China mainland,Ruminants,NA,NA
 1977,China mainland,Cereals,NA,NA
 1977,China mainland,Monogastrics,NA,NA
-1977,China mainland,Oilcrops,NA,NA
-1977,China mainland,Pulses,NA,NA
+1977,China mainland,FruitVeg,NA,NA
+1977,China mainland,OilcropsPulses,NA,NA
 1977,China mainland,Starchy Roots,NA,NA
+1977,China mainland,Sugar,NA,NA
 1978,China mainland,Ruminants,NA,NA
 1978,China mainland,Cereals,NA,NA
 1978,China mainland,Monogastrics,NA,NA
-1978,China mainland,Oilcrops,NA,NA
-1978,China mainland,Pulses,NA,NA
+1978,China mainland,FruitVeg,NA,NA
+1978,China mainland,OilcropsPulses,NA,NA
 1978,China mainland,Starchy Roots,NA,NA
+1978,China mainland,Sugar,NA,NA
 1979,China mainland,Ruminants,NA,NA
 1979,China mainland,Cereals,NA,NA
 1979,China mainland,Monogastrics,NA,NA
-1979,China mainland,Oilcrops,NA,NA
-1979,China mainland,Pulses,NA,NA
+1979,China mainland,FruitVeg,NA,NA
+1979,China mainland,OilcropsPulses,NA,NA
 1979,China mainland,Starchy Roots,NA,NA
+1979,China mainland,Sugar,NA,NA
 1980,China mainland,Ruminants,NA,NA
 1980,China mainland,Cereals,NA,NA
 1980,China mainland,Monogastrics,NA,NA
-1980,China mainland,Oilcrops,NA,NA
-1980,China mainland,Pulses,NA,NA
+1980,China mainland,FruitVeg,NA,NA
+1980,China mainland,OilcropsPulses,NA,NA
 1980,China mainland,Starchy Roots,NA,NA
+1980,China mainland,Sugar,NA,NA
 1981,China mainland,Ruminants,NA,NA
 1981,China mainland,Cereals,NA,NA
 1981,China mainland,Monogastrics,NA,NA
-1981,China mainland,Oilcrops,NA,NA
-1981,China mainland,Pulses,NA,NA
+1981,China mainland,FruitVeg,NA,NA
+1981,China mainland,OilcropsPulses,NA,NA
 1981,China mainland,Starchy Roots,NA,NA
+1981,China mainland,Sugar,NA,NA
 1982,China mainland,Ruminants,NA,NA
 1982,China mainland,Cereals,NA,NA
 1982,China mainland,Monogastrics,NA,NA
-1982,China mainland,Oilcrops,NA,NA
-1982,China mainland,Pulses,NA,NA
+1982,China mainland,FruitVeg,NA,NA
+1982,China mainland,OilcropsPulses,NA,NA
 1982,China mainland,Starchy Roots,NA,NA
+1982,China mainland,Sugar,NA,NA
 1983,China mainland,Ruminants,NA,NA
 1983,China mainland,Cereals,NA,NA
 1983,China mainland,Monogastrics,NA,NA
-1983,China mainland,Oilcrops,NA,NA
-1983,China mainland,Pulses,NA,NA
+1983,China mainland,FruitVeg,NA,NA
+1983,China mainland,OilcropsPulses,NA,NA
 1983,China mainland,Starchy Roots,NA,NA
+1983,China mainland,Sugar,NA,NA
 1984,China mainland,Ruminants,NA,NA
 1984,China mainland,Cereals,NA,NA
 1984,China mainland,Monogastrics,NA,NA
-1984,China mainland,Oilcrops,NA,NA
-1984,China mainland,Pulses,NA,NA
+1984,China mainland,FruitVeg,NA,NA
+1984,China mainland,OilcropsPulses,NA,NA
 1984,China mainland,Starchy Roots,NA,NA
+1984,China mainland,Sugar,NA,NA
 1985,China mainland,Ruminants,NA,NA
 1985,China mainland,Cereals,NA,NA
 1985,China mainland,Monogastrics,NA,NA
-1985,China mainland,Oilcrops,NA,NA
-1985,China mainland,Pulses,NA,NA
+1985,China mainland,FruitVeg,NA,NA
+1985,China mainland,OilcropsPulses,NA,NA
 1985,China mainland,Starchy Roots,NA,NA
+1985,China mainland,Sugar,NA,NA
 1986,China mainland,Ruminants,NA,NA
 1986,China mainland,Cereals,NA,NA
 1986,China mainland,Monogastrics,NA,NA
-1986,China mainland,Oilcrops,NA,NA
-1986,China mainland,Pulses,NA,NA
+1986,China mainland,FruitVeg,NA,NA
+1986,China mainland,OilcropsPulses,NA,NA
 1986,China mainland,Starchy Roots,NA,NA
+1986,China mainland,Sugar,NA,NA
 1987,China mainland,Ruminants,NA,NA
 1987,China mainland,Cereals,NA,NA
 1987,China mainland,Monogastrics,NA,NA
-1987,China mainland,Oilcrops,NA,NA
-1987,China mainland,Pulses,NA,NA
+1987,China mainland,FruitVeg,NA,NA
+1987,China mainland,OilcropsPulses,NA,NA
 1987,China mainland,Starchy Roots,NA,NA
+1987,China mainland,Sugar,NA,NA
 1988,China mainland,Ruminants,NA,NA
 1988,China mainland,Cereals,NA,NA
 1988,China mainland,Monogastrics,NA,NA
-1988,China mainland,Oilcrops,NA,NA
-1988,China mainland,Pulses,NA,NA
+1988,China mainland,FruitVeg,NA,NA
+1988,China mainland,OilcropsPulses,NA,NA
 1988,China mainland,Starchy Roots,NA,NA
+1988,China mainland,Sugar,NA,NA
 1989,China mainland,Ruminants,NA,NA
 1989,China mainland,Cereals,NA,NA
 1989,China mainland,Monogastrics,NA,NA
-1989,China mainland,Oilcrops,NA,NA
-1989,China mainland,Pulses,NA,NA
+1989,China mainland,FruitVeg,NA,NA
+1989,China mainland,OilcropsPulses,NA,NA
 1989,China mainland,Starchy Roots,NA,NA
+1989,China mainland,Sugar,NA,NA
 1990,China mainland,Ruminants,NA,NA
 1990,China mainland,Cereals,NA,NA
 1990,China mainland,Monogastrics,NA,NA
-1990,China mainland,Oilcrops,NA,NA
-1990,China mainland,Pulses,NA,NA
+1990,China mainland,FruitVeg,NA,NA
+1990,China mainland,OilcropsPulses,NA,NA
 1990,China mainland,Starchy Roots,NA,NA
+1990,China mainland,Sugar,NA,NA
 1991,China mainland,Ruminants,NA,NA
 1991,China mainland,Cereals,NA,NA
 1991,China mainland,Monogastrics,NA,NA
-1991,China mainland,Oilcrops,NA,NA
-1991,China mainland,Pulses,NA,NA
+1991,China mainland,FruitVeg,NA,NA
+1991,China mainland,OilcropsPulses,NA,NA
 1991,China mainland,Starchy Roots,NA,NA
+1991,China mainland,Sugar,NA,NA
 1992,China mainland,Ruminants,NA,NA
 1992,China mainland,Cereals,NA,NA
 1992,China mainland,Monogastrics,NA,NA
-1992,China mainland,Oilcrops,NA,NA
-1992,China mainland,Pulses,NA,NA
+1992,China mainland,FruitVeg,NA,NA
+1992,China mainland,OilcropsPulses,NA,NA
 1992,China mainland,Starchy Roots,NA,NA
+1992,China mainland,Sugar,NA,NA
 1993,China mainland,Ruminants,NA,NA
 1993,China mainland,Cereals,NA,NA
 1993,China mainland,Monogastrics,NA,NA
-1993,China mainland,Oilcrops,NA,NA
-1993,China mainland,Pulses,NA,NA
+1993,China mainland,FruitVeg,NA,NA
+1993,China mainland,OilcropsPulses,NA,NA
 1993,China mainland,Starchy Roots,NA,NA
+1993,China mainland,Sugar,NA,NA
 1994,China mainland,Ruminants,NA,NA
 1994,China mainland,Cereals,NA,NA
 1994,China mainland,Monogastrics,NA,NA
-1994,China mainland,Oilcrops,NA,NA
-1994,China mainland,Pulses,NA,NA
+1994,China mainland,FruitVeg,NA,NA
+1994,China mainland,OilcropsPulses,NA,NA
 1994,China mainland,Starchy Roots,NA,NA
+1994,China mainland,Sugar,NA,NA
 1995,China mainland,Ruminants,NA,NA
 1995,China mainland,Cereals,NA,NA
 1995,China mainland,Monogastrics,NA,NA
-1995,China mainland,Oilcrops,NA,NA
-1995,China mainland,Pulses,NA,NA
+1995,China mainland,FruitVeg,NA,NA
+1995,China mainland,OilcropsPulses,NA,NA
 1995,China mainland,Starchy Roots,NA,NA
+1995,China mainland,Sugar,NA,NA
 1996,China mainland,Ruminants,NA,NA
 1996,China mainland,Cereals,NA,NA
 1996,China mainland,Monogastrics,NA,NA
-1996,China mainland,Oilcrops,NA,NA
-1996,China mainland,Pulses,NA,NA
+1996,China mainland,FruitVeg,NA,NA
+1996,China mainland,OilcropsPulses,NA,NA
 1996,China mainland,Starchy Roots,NA,NA
+1996,China mainland,Sugar,NA,NA
 1997,China mainland,Ruminants,NA,NA
 1997,China mainland,Cereals,NA,NA
 1997,China mainland,Monogastrics,NA,NA
-1997,China mainland,Oilcrops,NA,NA
-1997,China mainland,Pulses,NA,NA
+1997,China mainland,FruitVeg,NA,NA
+1997,China mainland,OilcropsPulses,NA,NA
 1997,China mainland,Starchy Roots,NA,NA
+1997,China mainland,Sugar,NA,NA
 1998,China mainland,Ruminants,NA,NA
 1998,China mainland,Cereals,NA,NA
 1998,China mainland,Monogastrics,NA,NA
-1998,China mainland,Oilcrops,NA,NA
-1998,China mainland,Pulses,NA,NA
+1998,China mainland,FruitVeg,NA,NA
+1998,China mainland,OilcropsPulses,NA,NA
 1998,China mainland,Starchy Roots,NA,NA
+1998,China mainland,Sugar,NA,NA
 1999,China mainland,Ruminants,NA,NA
 1999,China mainland,Cereals,NA,NA
 1999,China mainland,Monogastrics,NA,NA
-1999,China mainland,Oilcrops,NA,NA
-1999,China mainland,Pulses,NA,NA
+1999,China mainland,FruitVeg,NA,NA
+1999,China mainland,OilcropsPulses,NA,NA
 1999,China mainland,Starchy Roots,NA,NA
+1999,China mainland,Sugar,NA,NA
 2000,China mainland,Ruminants,NA,NA
 2000,China mainland,Cereals,NA,NA
 2000,China mainland,Monogastrics,NA,NA
-2000,China mainland,Oilcrops,NA,NA
-2000,China mainland,Pulses,NA,NA
+2000,China mainland,FruitVeg,NA,NA
+2000,China mainland,OilcropsPulses,NA,NA
 2000,China mainland,Starchy Roots,NA,NA
+2000,China mainland,Sugar,NA,NA
 2001,China mainland,Ruminants,NA,NA
 2001,China mainland,Cereals,NA,NA
 2001,China mainland,Monogastrics,NA,NA
-2001,China mainland,Oilcrops,NA,NA
-2001,China mainland,Pulses,NA,NA
+2001,China mainland,FruitVeg,NA,NA
+2001,China mainland,OilcropsPulses,NA,NA
 2001,China mainland,Starchy Roots,NA,NA
+2001,China mainland,Sugar,NA,NA
 2002,China mainland,Ruminants,NA,NA
 2002,China mainland,Cereals,NA,NA
 2002,China mainland,Monogastrics,NA,NA
-2002,China mainland,Oilcrops,NA,NA
-2002,China mainland,Pulses,NA,NA
+2002,China mainland,FruitVeg,NA,NA
+2002,China mainland,OilcropsPulses,NA,NA
 2002,China mainland,Starchy Roots,NA,NA
+2002,China mainland,Sugar,NA,NA
 2003,China mainland,Ruminants,NA,NA
 2003,China mainland,Cereals,NA,NA
 2003,China mainland,Monogastrics,NA,NA
-2003,China mainland,Oilcrops,NA,NA
-2003,China mainland,Pulses,NA,NA
+2003,China mainland,FruitVeg,NA,NA
+2003,China mainland,OilcropsPulses,NA,NA
 2003,China mainland,Starchy Roots,NA,NA
+2003,China mainland,Sugar,NA,NA
 2004,China mainland,Ruminants,NA,NA
 2004,China mainland,Cereals,NA,NA
 2004,China mainland,Monogastrics,NA,NA
-2004,China mainland,Oilcrops,NA,NA
-2004,China mainland,Pulses,NA,NA
+2004,China mainland,FruitVeg,NA,NA
+2004,China mainland,OilcropsPulses,NA,NA
 2004,China mainland,Starchy Roots,NA,NA
+2004,China mainland,Sugar,NA,NA
 2005,China mainland,Ruminants,NA,NA
 2005,China mainland,Cereals,NA,NA
 2005,China mainland,Monogastrics,NA,NA
-2005,China mainland,Oilcrops,NA,NA
-2005,China mainland,Pulses,NA,NA
+2005,China mainland,FruitVeg,NA,NA
+2005,China mainland,OilcropsPulses,NA,NA
 2005,China mainland,Starchy Roots,NA,NA
+2005,China mainland,Sugar,NA,NA
 2006,China mainland,Ruminants,NA,NA
 2006,China mainland,Cereals,NA,NA
 2006,China mainland,Monogastrics,NA,NA
-2006,China mainland,Oilcrops,NA,NA
-2006,China mainland,Pulses,NA,NA
+2006,China mainland,FruitVeg,NA,NA
+2006,China mainland,OilcropsPulses,NA,NA
 2006,China mainland,Starchy Roots,NA,NA
+2006,China mainland,Sugar,NA,NA
 2007,China mainland,Ruminants,NA,NA
 2007,China mainland,Cereals,NA,NA
 2007,China mainland,Monogastrics,NA,NA
-2007,China mainland,Oilcrops,NA,NA
-2007,China mainland,Pulses,NA,NA
+2007,China mainland,FruitVeg,NA,NA
+2007,China mainland,OilcropsPulses,NA,NA
 2007,China mainland,Starchy Roots,NA,NA
+2007,China mainland,Sugar,NA,NA
 2008,China mainland,Ruminants,NA,NA
 2008,China mainland,Cereals,NA,NA
 2008,China mainland,Monogastrics,NA,NA
-2008,China mainland,Oilcrops,NA,NA
-2008,China mainland,Pulses,NA,NA
+2008,China mainland,FruitVeg,NA,NA
+2008,China mainland,OilcropsPulses,NA,NA
 2008,China mainland,Starchy Roots,NA,NA
+2008,China mainland,Sugar,NA,NA
 2009,China mainland,Ruminants,NA,NA
 2009,China mainland,Cereals,NA,NA
 2009,China mainland,Monogastrics,NA,NA
-2009,China mainland,Oilcrops,NA,NA
-2009,China mainland,Pulses,NA,NA
+2009,China mainland,FruitVeg,NA,NA
+2009,China mainland,OilcropsPulses,NA,NA
 2009,China mainland,Starchy Roots,NA,NA
+2009,China mainland,Sugar,NA,NA
 2010,China mainland,Ruminants,NA,NA
 2010,China mainland,Cereals,NA,NA
 2010,China mainland,Monogastrics,NA,NA
-2010,China mainland,Oilcrops,NA,NA
-2010,China mainland,Pulses,NA,NA
+2010,China mainland,FruitVeg,NA,NA
+2010,China mainland,OilcropsPulses,NA,NA
 2010,China mainland,Starchy Roots,NA,NA
+2010,China mainland,Sugar,NA,NA
 2011,China mainland,Ruminants,NA,NA
 2011,China mainland,Cereals,NA,NA
 2011,China mainland,Monogastrics,NA,NA
-2011,China mainland,Oilcrops,NA,NA
-2011,China mainland,Pulses,NA,NA
+2011,China mainland,FruitVeg,NA,NA
+2011,China mainland,OilcropsPulses,NA,NA
 2011,China mainland,Starchy Roots,NA,NA
+2011,China mainland,Sugar,NA,NA
 2012,China mainland,Ruminants,NA,NA
 2012,China mainland,Cereals,NA,NA
 2012,China mainland,Monogastrics,NA,NA
-2012,China mainland,Oilcrops,NA,NA
-2012,China mainland,Pulses,NA,NA
+2012,China mainland,FruitVeg,NA,NA
+2012,China mainland,OilcropsPulses,NA,NA
 2012,China mainland,Starchy Roots,NA,NA
+2012,China mainland,Sugar,NA,NA
 2013,China mainland,Ruminants,NA,NA
 2013,China mainland,Cereals,NA,NA
 2013,China mainland,Monogastrics,NA,NA
-2013,China mainland,Oilcrops,NA,NA
-2013,China mainland,Pulses,NA,NA
+2013,China mainland,FruitVeg,NA,NA
+2013,China mainland,OilcropsPulses,NA,NA
 2013,China mainland,Starchy Roots,NA,NA
+2013,China mainland,Sugar,NA,NA
 1961,Colombia,Ruminants,16.982313,0.558429844038324
 1961,Colombia,Cereals,16.982313,0.0927333043502378
 1961,Colombia,Monogastrics,16.982313,0.0395556953873127
-1961,Colombia,Oilcrops,16.982313,0.017509393449526
-1961,Colombia,Pulses,16.982313,0.00494655822207493
+1961,Colombia,FruitVeg,16.982313,0.111033343926708
+1961,Colombia,OilcropsPulses,16.982313,0.0224559516716009
 1961,Colombia,Starchy Roots,16.982313,0.0585251255232429
+1961,Colombia,Sugar,16.982313,0.0565646151969994
 1962,Colombia,Ruminants,17.500166,0.591723232796763
 1962,Colombia,Cereals,17.500166,0.0883280192885027
 1962,Colombia,Monogastrics,17.500166,0.0378794635433744
-1962,Colombia,Oilcrops,17.500166,0.0174469773601005
-1962,Colombia,Pulses,17.500166,0.00478789744051571
+1962,Colombia,FruitVeg,17.500166,0.111938252471434
+1962,Colombia,OilcropsPulses,17.500166,0.0222348748006162
 1962,Colombia,Starchy Roots,17.500166,0.0773640661465726
+1962,Colombia,Sugar,17.500166,0.0560943250481167
 1963,Colombia,Ruminants,18.033548,0.595950796814914
 1963,Colombia,Cereals,18.033548,0.0878159417104166
 1963,Colombia,Monogastrics,18.033548,0.0375751127842397
-1963,Colombia,Oilcrops,18.033548,0.0132419865464078
-1963,Colombia,Pulses,18.033548,0.0044758801762138
+1963,Colombia,FruitVeg,18.033548,0.111099823506722
+1963,Colombia,OilcropsPulses,18.033548,0.0177178667226216
 1963,Colombia,Starchy Roots,18.033548,0.062538885858734
+1963,Colombia,Sugar,18.033548,0.0512447134640394
 1964,Colombia,Ruminants,18.581972,0.59741140498974
 1964,Colombia,Cereals,18.581972,0.0917025383527647
 1964,Colombia,Monogastrics,18.581972,0.0347122899550166
-1964,Colombia,Oilcrops,18.581972,0.0133626291117003
-1964,Colombia,Pulses,18.581972,0.00461592558636941
+1964,Colombia,FruitVeg,18.581972,0.11241567902481
+1964,Colombia,OilcropsPulses,18.581972,0.0179785546980697
 1964,Colombia,Starchy Roots,18.581972,0.0700738328526165
+1964,Colombia,Sugar,18.581972,0.0500882252970783
 1965,Colombia,Ruminants,19.14422,0.581706415826813
 1965,Colombia,Cereals,19.14422,0.0930959840620302
 1965,Colombia,Monogastrics,19.14422,0.0335001530488053
-1965,Colombia,Oilcrops,19.14422,0.0112215070658402
-1965,Colombia,Pulses,19.14422,0.00425235397420214
+1965,Colombia,FruitVeg,19.14422,0.112248239938739
+1965,Colombia,OilcropsPulses,19.14422,0.0154738610400424
 1965,Colombia,Starchy Roots,19.14422,0.0681259408845072
+1965,Colombia,Sugar,19.14422,0.0469376135460207
 1966,Colombia,Ruminants,19.721464,0.527912963256683
 1966,Colombia,Cereals,19.721464,0.089266344526958
 1966,Colombia,Monogastrics,19.721464,0.0323569487539059
-1966,Colombia,Oilcrops,19.721464,0.012057776238113
-1966,Colombia,Pulses,19.721464,0.00388145626511298
+1966,Colombia,FruitVeg,19.721464,0.116108266607388
+1966,Colombia,OilcropsPulses,19.721464,0.0159392325032259
 1966,Colombia,Starchy Roots,19.721464,0.0673459130620323
+1966,Colombia,Sugar,19.721464,0.0459088128548672
 1967,Colombia,Ruminants,20.311369,0.513488160251532
 1967,Colombia,Cereals,20.311369,0.0873872164894449
 1967,Colombia,Monogastrics,20.311369,0.0341076861928903
-1967,Colombia,Oilcrops,20.311369,0.0112448353432011
-1967,Colombia,Pulses,20.311369,0.00407737164343772
+1967,Colombia,FruitVeg,20.311369,0.122505134932067
+1967,Colombia,OilcropsPulses,20.311369,0.0153222069866389
 1967,Colombia,Starchy Roots,20.311369,0.0674439522023355
+1967,Colombia,Sugar,20.311369,0.0434980527408074
 1968,Colombia,Ruminants,20.905061,0.520261222868472
 1968,Colombia,Cereals,20.905061,0.0894716834358914
 1968,Colombia,Monogastrics,20.905061,0.0322932805601476
-1968,Colombia,Oilcrops,20.905061,0.0134825724737182
-1968,Colombia,Pulses,20.905061,0.0041276607611908
+1968,Colombia,FruitVeg,20.905061,0.118047299646722
+1968,Colombia,OilcropsPulses,20.905061,0.017610233234909
 1968,Colombia,Starchy Roots,20.905061,0.0687204404713289
+1968,Colombia,Sugar,20.905061,0.0417542909824564
 1969,Colombia,Ruminants,21.490948,0.517563999503419
 1969,Colombia,Cereals,21.490948,0.0838987186605263
 1969,Colombia,Monogastrics,21.490948,0.0310364112369543
-1969,Colombia,Oilcrops,21.490948,0.0140211125167675
-1969,Colombia,Pulses,21.490948,0.00413052974675663
+1969,Colombia,FruitVeg,21.490948,0.122272037510863
+1969,Colombia,OilcropsPulses,21.490948,0.0181516422635242
 1969,Colombia,Starchy Roots,21.490948,0.0667528021565172
+1969,Colombia,Sugar,21.490948,0.0456152515933685
 1970,Colombia,Ruminants,22.061214,0.535152077306353
 1970,Colombia,Cereals,22.061214,0.0880557615732298
 1970,Colombia,Monogastrics,22.061214,0.0310503311377153
-1970,Colombia,Oilcrops,22.061214,0.0137288908942182
-1970,Colombia,Pulses,22.061214,0.00421246083737731
+1970,Colombia,FruitVeg,22.061214,0.126044786111952
+1970,Colombia,OilcropsPulses,22.061214,0.0179413517315955
 1970,Colombia,Starchy Roots,22.061214,0.0727075581606706
+1970,Colombia,Sugar,22.061214,0.0424175659598787
 1971,Colombia,Ruminants,22.611988,0.565397575834553
 1971,Colombia,Cereals,22.611988,0.0916326773214279
 1971,Colombia,Monogastrics,22.611988,0.0323812970358909
-1971,Colombia,Oilcrops,22.611988,0.0125085419291749
-1971,Colombia,Pulses,22.611988,0.0043615802378809
+1971,Colombia,FruitVeg,22.611988,0.12047980920563
+1971,Colombia,OilcropsPulses,22.611988,0.0168701221670558
 1971,Colombia,Starchy Roots,22.611988,0.0811355021062279
+1971,Colombia,Sugar,22.611988,0.0453265763275657
 1972,Colombia,Ruminants,23.146803,0.499784004728428
 1972,Colombia,Cereals,23.146803,0.0927147476910742
 1972,Colombia,Monogastrics,23.146803,0.0326581428977471
-1972,Colombia,Oilcrops,23.146803,0.01396037284285
-1972,Colombia,Pulses,23.146803,0.00455605035390849
+1972,Colombia,FruitVeg,23.146803,0.122390897784027
+1972,Colombia,OilcropsPulses,23.146803,0.0185164231967585
 1972,Colombia,Starchy Roots,23.146803,0.0780237339903917
+1972,Colombia,Sugar,23.146803,0.048027539699543
 1973,Colombia,Ruminants,23.674505,0.463630715827005
 1973,Colombia,Cereals,23.674505,0.094074490681009
 1973,Colombia,Monogastrics,23.674505,0.0369106682483963
-1973,Colombia,Oilcrops,23.674505,0.0125954481413656
-1973,Colombia,Pulses,23.674505,0.00439388278656724
+1973,Colombia,FruitVeg,23.674505,0.126390224420743
+1973,Colombia,OilcropsPulses,23.674505,0.0169893309279328
 1973,Colombia,Starchy Roots,23.674505,0.0830100143593287
+1973,Colombia,Sugar,23.674505,0.0488830072687898
 1974,Colombia,Ruminants,24.208022,0.478883999692333
 1974,Colombia,Cereals,24.208022,0.0991242076696725
 1974,Colombia,Monogastrics,24.208022,0.0380652950497153
-1974,Colombia,Oilcrops,24.208022,0.0148778780852066
-1974,Colombia,Pulses,24.208022,0.0044894622121543
+1974,Colombia,FruitVeg,24.208022,0.123530786612801
+1974,Colombia,OilcropsPulses,24.208022,0.0193673402973609
 1974,Colombia,Starchy Roots,24.208022,0.0827617390631915
+1974,Colombia,Sugar,24.208022,0.0528668141494584
 1975,Colombia,Ruminants,24.756969,0.52102198778857
 1975,Colombia,Cereals,24.756969,0.0954654020853684
 1975,Colombia,Monogastrics,24.756969,0.0421696775562469
-1975,Colombia,Oilcrops,24.756969,0.0136532464858683
-1975,Colombia,Pulses,24.756969,0.00510333070255894
+1975,Colombia,FruitVeg,24.756969,0.129417902490406
+1975,Colombia,OilcropsPulses,24.756969,0.0187565771884272
 1975,Colombia,Starchy Roots,24.756969,0.0871638204175963
+1975,Colombia,Sugar,24.756969,0.0597193057033759
 1976,Colombia,Ruminants,25.323412,0.587842850718537
 1976,Colombia,Cereals,25.323412,0.100227805005108
 1976,Colombia,Monogastrics,25.323412,0.0429954304735871
-1976,Colombia,Oilcrops,25.323412,0.013014991818638
-1976,Colombia,Pulses,25.323412,0.004398656863459
+1976,Colombia,FruitVeg,25.323412,0.137185620958187
+1976,Colombia,OilcropsPulses,25.323412,0.017413648682097
 1976,Colombia,Starchy Roots,25.323412,0.0878899731205258
+1976,Colombia,Sugar,25.323412,0.0638535597019864
 1977,Colombia,Ruminants,25.905124,0.576992702293183
 1977,Colombia,Cereals,25.905124,0.0959759158072357
 1977,Colombia,Monogastrics,25.905124,0.0456858805230965
-1977,Colombia,Oilcrops,25.905124,0.0149253483596527
-1977,Colombia,Pulses,25.905124,0.00435604940551529
+1977,Colombia,FruitVeg,25.905124,0.133819201174254
+1977,Colombia,OilcropsPulses,25.905124,0.019281397765168
 1977,Colombia,Starchy Roots,25.905124,0.0921111591668119
+1977,Colombia,Sugar,25.905124,0.0630600339917307
 1978,Colombia,Ruminants,26.502172,0.576980279201267
 1978,Colombia,Cereals,26.502172,0.0989164586208255
 1978,Colombia,Monogastrics,26.502172,0.0476068678446431
-1978,Colombia,Oilcrops,26.502172,0.0118264646384455
-1978,Colombia,Pulses,26.502172,0.00457275728193146
+1978,Colombia,FruitVeg,26.502172,0.136426704950824
+1978,Colombia,OilcropsPulses,26.502172,0.0163992219203769
 1978,Colombia,Starchy Roots,26.502172,0.103140150173352
+1978,Colombia,Sugar,26.502172,0.0672312065592209
 1979,Colombia,Ruminants,27.11351,0.594540732645829
 1979,Colombia,Cereals,27.11351,0.0996801594481865
 1979,Colombia,Monogastrics,27.11351,0.0475694183453194
-1979,Colombia,Oilcrops,27.11351,0.0112729779360916
-1979,Colombia,Pulses,27.11351,0.00484703013368612
+1979,Colombia,FruitVeg,27.11351,0.136522715059762
+1979,Colombia,OilcropsPulses,27.11351,0.0161200080697778
 1979,Colombia,Starchy Roots,27.11351,0.098631862860987
+1979,Colombia,Sugar,27.11351,0.0647752725486298
 1980,Colombia,Ruminants,27.737905,0.585324699179697
 1980,Colombia,Cereals,27.737905,0.103218862419494
 1980,Colombia,Monogastrics,27.737905,0.0467502935063048
-1980,Colombia,Oilcrops,27.737905,0.0136124555910044
-1980,Colombia,Pulses,27.737905,0.00549104195143793
+1980,Colombia,FruitVeg,27.737905,0.136636058130562
+1980,Colombia,OilcropsPulses,27.737905,0.0191034975424424
 1980,Colombia,Starchy Roots,27.737905,0.0949803526978696
+1980,Colombia,Sugar,27.737905,0.0665559637615025
 1981,Colombia,Ruminants,28.375995,0.596562746081679
 1981,Colombia,Cereals,28.375995,0.1027023369577
 1981,Colombia,Monogastrics,28.375995,0.0486264569753413
-1981,Colombia,Oilcrops,28.375995,0.0141331784136556
-1981,Colombia,Pulses,28.375995,0.00532943426300998
+1981,Colombia,FruitVeg,28.375995,0.13374071992894
+1981,Colombia,OilcropsPulses,28.375995,0.0194626126766656
 1981,Colombia,Starchy Roots,28.375995,0.101499524510066
+1981,Colombia,Sugar,28.375995,0.0618646147914813
 1982,Colombia,Ruminants,29.027158,0.557436522032229
 1982,Colombia,Cereals,29.027158,0.107546939318
 1982,Colombia,Monogastrics,29.027158,0.0483085736467897
-1982,Colombia,Oilcrops,29.027158,0.00986486517212605
-1982,Colombia,Pulses,29.027158,0.00579071502625231
+1982,Colombia,FruitVeg,29.027158,0.115238460478976
+1982,Colombia,OilcropsPulses,29.027158,0.0156555801983784
 1982,Colombia,Starchy Roots,29.027158,0.0940294602730312
+1982,Colombia,Sugar,29.027158,0.0649909302178325
 1983,Colombia,Ruminants,29.687096,0.525266721945454
 1983,Colombia,Cereals,29.687096,0.107931203510104
 1983,Colombia,Monogastrics,29.687096,0.0498804497415308
-1983,Colombia,Oilcrops,29.687096,0.0101219061642136
-1983,Colombia,Pulses,29.687096,0.00585850498816051
+1983,Colombia,FruitVeg,29.687096,0.121530613839764
+1983,Colombia,OilcropsPulses,29.687096,0.0159804111523741
 1983,Colombia,Starchy Roots,29.687096,0.09357486498511
+1983,Colombia,Sugar,29.687096,0.0665016207715298
 1984,Colombia,Ruminants,30.350082,0.551288279880101
 1984,Colombia,Cereals,30.350082,0.107351604519553
 1984,Colombia,Monogastrics,30.350082,0.0510076150700351
-1984,Colombia,Oilcrops,30.350082,0.0114575637719859
-1984,Colombia,Pulses,30.350082,0.00587879795514226
+1984,Colombia,FruitVeg,30.350082,0.113776331806945
+1984,Colombia,OilcropsPulses,30.350082,0.0173363617271281
 1984,Colombia,Starchy Roots,30.350082,0.0955589510433613
+1984,Colombia,Sugar,30.350082,0.0648908296195048
 1985,Colombia,Ruminants,31.011686,0.541496595831649
 1985,Colombia,Cereals,31.011686,0.10557088060288
 1985,Colombia,Monogastrics,31.011686,0.0526906147572886
-1985,Colombia,Oilcrops,31.011686,0.0134255196573318
-1985,Colombia,Pulses,31.011686,0.00578765694970599
+1985,Colombia,FruitVeg,31.011686,0.119816865164957
+1985,Colombia,OilcropsPulses,31.011686,0.0192131766070377
 1985,Colombia,Starchy Roots,31.011686,0.0801127678127529
+1985,Colombia,Sugar,31.011686,0.0659986690178664
 1986,Colombia,Ruminants,31.66978,0.521679149649919
 1986,Colombia,Cereals,31.66978,0.104035045396589
 1986,Colombia,Monogastrics,31.66978,0.0561242957797623
-1986,Colombia,Oilcrops,31.66978,0.0127346321951084
-1986,Colombia,Pulses,31.66978,0.00542943462190138
+1986,Colombia,FruitVeg,31.66978,0.12516477853651
+1986,Colombia,OilcropsPulses,31.66978,0.0181640668170098
 1986,Colombia,Starchy Roots,31.66978,0.0805152735510004
+1986,Colombia,Sugar,31.66978,0.0648830209745695
 1987,Colombia,Ruminants,32.324326,0.503224463210772
 1987,Colombia,Cereals,32.324326,0.104927756266287
 1987,Colombia,Monogastrics,32.324326,0.0581410204809839
-1987,Colombia,Oilcrops,32.324326,0.0135489599999703
-1987,Colombia,Pulses,32.324326,0.0062109260994336
+1987,Colombia,FruitVeg,32.324326,0.124163919148693
+1987,Colombia,OilcropsPulses,32.324326,0.0197598860994039
 1987,Colombia,Starchy Roots,32.324326,0.082239239883919
+1987,Colombia,Sugar,32.324326,0.0707455431553314
 1988,Colombia,Ruminants,32.975533,0.544868217899617
 1988,Colombia,Cereals,32.975533,0.103820308226709
 1988,Colombia,Monogastrics,32.975533,0.0652652316491746
-1988,Colombia,Oilcrops,32.975533,0.0134969766826817
-1988,Colombia,Pulses,32.975533,0.00591532515941441
+1988,Colombia,FruitVeg,32.975533,0.126357229767901
+1988,Colombia,OilcropsPulses,32.975533,0.0194123018420961
 1988,Colombia,Starchy Roots,32.975533,0.0869860086871075
+1988,Colombia,Sugar,32.975533,0.063944015704007
 1989,Colombia,Ruminants,33.624442,0.585428091267656
 1989,Colombia,Cereals,33.624442,0.105139558895877
 1989,Colombia,Monogastrics,33.624442,0.063913161741093
-1989,Colombia,Oilcrops,33.624442,0.0119858048499362
-1989,Colombia,Pulses,33.624442,0.00564315684406004
+1989,Colombia,FruitVeg,33.624442,0.128685317662669
+1989,Colombia,OilcropsPulses,33.624442,0.0176289616939963
 1989,Colombia,Starchy Roots,33.624442,0.0928563216008165
+1989,Colombia,Sugar,33.624442,0.0638530744986043
 1990,Colombia,Ruminants,34.271563,0.616545516176195
 1990,Colombia,Cereals,34.271563,0.10916525750518
 1990,Colombia,Monogastrics,34.271563,0.0663578985294601
-1990,Colombia,Oilcrops,34.271563,0.013057443572095
-1990,Colombia,Pulses,34.271563,0.00679548814274972
+1990,Colombia,FruitVeg,34.271563,0.113607045001128
+1990,Colombia,OilcropsPulses,34.271563,0.0198529317148448
 1990,Colombia,Starchy Roots,34.271563,0.0902534267258251
+1990,Colombia,Sugar,34.271563,0.0611885428160951
 1991,Colombia,Ruminants,34.91677,0.568661411121361
 1991,Colombia,Cereals,34.91677,0.107420789494561
 1991,Colombia,Monogastrics,34.91677,0.0740294534689205
-1991,Colombia,Oilcrops,34.91677,0.0148499990119361
-1991,Colombia,Pulses,34.91677,0.00657214284139111
+1991,Colombia,FruitVeg,34.91677,0.108186066466056
+1991,Colombia,OilcropsPulses,34.91677,0.0214221418533272
 1991,Colombia,Starchy Roots,34.91677,0.0862033630258469
+1991,Colombia,Sugar,34.91677,0.0631280613871214
 1992,Colombia,Ruminants,35.558683,0.497706430803413
 1992,Colombia,Cereals,35.558683,0.108415601331467
 1992,Colombia,Monogastrics,35.558683,0.0768845488456364
-1992,Colombia,Oilcrops,35.558683,0.0137551494806486
-1992,Colombia,Pulses,35.558683,0.00751748876638654
+1992,Colombia,FruitVeg,35.558683,0.126153125524924
+1992,Colombia,OilcropsPulses,35.558683,0.0212726382470352
 1992,Colombia,Starchy Roots,35.558683,0.0833268206249371
+1992,Colombia,Sugar,35.558683,0.0650417227207205
 1993,Colombia,Ruminants,36.19517,0.50342791869744
 1993,Colombia,Cereals,36.19517,0.110016032525887
 1993,Colombia,Monogastrics,36.19517,0.0802709588047245
-1993,Colombia,Oilcrops,36.19517,0.0127797438166474
-1993,Colombia,Pulses,36.19517,0.00651103448333023
+1993,Colombia,FruitVeg,36.19517,0.120666348576343
+1993,Colombia,OilcropsPulses,36.19517,0.0192907782999776
 1993,Colombia,Starchy Roots,36.19517,0.0963360580983595
+1993,Colombia,Sugar,36.19517,0.0635606629282305
 1994,Colombia,Ruminants,36.823539,0.530839884781308
 1994,Colombia,Cereals,36.823539,0.113002175048954
 1994,Colombia,Monogastrics,36.823539,0.0844608906275956
-1994,Colombia,Oilcrops,36.823539,0.013844839845513
-1994,Colombia,Pulses,36.823539,0.0066922410689532
+1994,Colombia,FruitVeg,36.823539,0.118463410048665
+1994,Colombia,OilcropsPulses,36.823539,0.0205370809144662
 1994,Colombia,Starchy Roots,36.823539,0.0962751570401748
+1994,Colombia,Sugar,36.823539,0.063226703984101
 1995,Colombia,Ruminants,37.44198,0.566286179309962
 1995,Colombia,Cereals,37.44198,0.112606892050047
 1995,Colombia,Monogastrics,37.44198,0.0898477511071797
-1995,Colombia,Oilcrops,37.44198,0.0140113583736757
-1995,Colombia,Pulses,37.44198,0.00641218760332653
+1995,Colombia,FruitVeg,37.44198,0.134465671954314
+1995,Colombia,OilcropsPulses,37.44198,0.0204235459770023
 1995,Colombia,Starchy Roots,37.44198,0.0957720718829506
+1995,Colombia,Sugar,37.44198,0.0634405552270473
 1996,Colombia,Ruminants,38.04904,0.577796780155294
 1996,Colombia,Cereals,38.04904,0.114519656737726
 1996,Colombia,Monogastrics,38.04904,0.0812989499866488
-1996,Colombia,Oilcrops,38.04904,0.0167386614747705
-1996,Colombia,Pulses,38.04904,0.00693720524880523
+1996,Colombia,FruitVeg,38.04904,0.126890980692286
+1996,Colombia,OilcropsPulses,38.04904,0.0236758667235757
 1996,Colombia,Starchy Roots,38.04904,0.0945425692737583
+1996,Colombia,Sugar,38.04904,0.0606920963051893
 1997,Colombia,Ruminants,38.645409,0.59288358417943
 1997,Colombia,Cereals,38.645409,0.115507303855938
 1997,Colombia,Monogastrics,38.645409,0.0746534213158412
-1997,Colombia,Oilcrops,38.645409,0.0144016589396169
-1997,Colombia,Pulses,38.645409,0.00711238429382388
+1997,Colombia,FruitVeg,38.645409,0.136377001469955
+1997,Colombia,OilcropsPulses,38.645409,0.0215140432334407
 1997,Colombia,Starchy Roots,38.645409,0.0922691230929915
+1997,Colombia,Sugar,38.645409,0.0616021427021254
 1998,Colombia,Ruminants,39.234059,0.587380487448418
 1998,Colombia,Cereals,39.234059,0.113918139339088
 1998,Colombia,Monogastrics,39.234059,0.0761772316241865
-1998,Colombia,Oilcrops,39.234059,0.0136146249869278
-1998,Colombia,Pulses,39.234059,0.00679684964535533
+1998,Colombia,FruitVeg,39.234059,0.119585562126009
+1998,Colombia,OilcropsPulses,39.234059,0.0204114746322831
 1998,Colombia,Starchy Roots,39.234059,0.0888405403070837
+1998,Colombia,Sugar,39.234059,0.062098214207202
 1999,Colombia,Ruminants,39.819279,0.546732483528896
 1999,Colombia,Cereals,39.819279,0.114612446900407
 1999,Colombia,Monogastrics,39.819279,0.079311777593964
-1999,Colombia,Oilcrops,39.819279,0.0132412241818844
-1999,Colombia,Pulses,39.819279,0.00712147500209635
+1999,Colombia,FruitVeg,39.819279,0.142096771767264
+1999,Colombia,OilcropsPulses,39.819279,0.0203626991839807
 1999,Colombia,Starchy Roots,39.819279,0.0941409059666801
+1999,Colombia,Sugar,39.819279,0.0641470931706222
 2000,Colombia,Ruminants,40.403959,0.563690092844614
 2000,Colombia,Cereals,40.403959,0.117938096115779
 2000,Colombia,Monogastrics,40.403959,0.0794003651968858
-2000,Colombia,Oilcrops,40.403959,0.0146386644932493
-2000,Colombia,Pulses,40.403959,0.00745350226694369
+2000,Colombia,FruitVeg,40.403959,0.15583292221438
+2000,Colombia,OilcropsPulses,40.403959,0.022092166760193
 2000,Colombia,Starchy Roots,40.403959,0.068380774270165
+2000,Colombia,Sugar,40.403959,0.061941454796546
 2001,Colombia,Ruminants,40.988909,0.528933236549428
 2001,Colombia,Cereals,40.988909,0.119984384068383
 2001,Colombia,Monogastrics,40.988909,0.086970655891329
-2001,Colombia,Oilcrops,40.988909,0.0145907518543614
-2001,Colombia,Pulses,40.988909,0.00762079322482089
+2001,Colombia,FruitVeg,40.988909,0.15347124755138
+2001,Colombia,OilcropsPulses,40.988909,0.0222115450791823
 2001,Colombia,Starchy Roots,40.988909,0.075073283848565
+2001,Colombia,Sugar,40.988909,0.063293804672869
 2002,Colombia,Ruminants,41.572493,0.51110599501454
 2002,Colombia,Cereals,41.572493,0.119275262130659
 2002,Colombia,Monogastrics,41.572493,0.0901077474473325
-2002,Colombia,Oilcrops,41.572493,0.014923545720484
-2002,Colombia,Pulses,41.572493,0.00741223289159012
+2002,Colombia,FruitVeg,41.572493,0.155696893135564
+2002,Colombia,OilcropsPulses,41.572493,0.0223357786120741
 2002,Colombia,Starchy Roots,41.572493,0.0683643869998366
+2002,Colombia,Sugar,41.572493,0.0620861731818681
 2003,Colombia,Ruminants,42.152147,0.484922253189144
 2003,Colombia,Cereals,42.152147,0.120987312935685
 2003,Colombia,Monogastrics,42.152147,0.0946196785658391
-2003,Colombia,Oilcrops,42.152147,0.0138349536501664
-2003,Colombia,Pulses,42.152147,0.00734033784803417
+2003,Colombia,FruitVeg,42.152147,0.157000164190925
+2003,Colombia,OilcropsPulses,42.152147,0.0211752914982006
 2003,Colombia,Starchy Roots,42.152147,0.073920528887888
+2003,Colombia,Sugar,42.152147,0.0627925073425086
 2004,Colombia,Ruminants,42.724157,0.51243640453807
 2004,Colombia,Cereals,42.724157,0.121937057763363
 2004,Colombia,Monogastrics,42.724157,0.0953998928521866
-2004,Colombia,Oilcrops,42.724157,0.0137879841608109
-2004,Colombia,Pulses,42.724157,0.00665337878989631
+2004,Colombia,FruitVeg,42.724157,0.157951062673981
+2004,Colombia,OilcropsPulses,42.724157,0.0204413629507073
 2004,Colombia,Starchy Roots,42.724157,0.0711217777801912
+2004,Colombia,Sugar,42.724157,0.0631300928886672
 2005,Colombia,Ruminants,43.285636,0.557986362958835
 2005,Colombia,Cereals,43.285636,0.116968525078389
 2005,Colombia,Monogastrics,43.285636,0.100999142071056
-2005,Colombia,Oilcrops,43.285636,0.0140467151735971
-2005,Colombia,Pulses,43.285636,0.00739753483118511
+2005,Colombia,FruitVeg,43.285636,0.157623790025864
+2005,Colombia,OilcropsPulses,43.285636,0.0214442500047822
 2005,Colombia,Starchy Roots,43.285636,0.0645250539925069
+2005,Colombia,Sugar,43.285636,0.0614644543977591
 2006,Colombia,Ruminants,43.835744,0.560888041503299
 2006,Colombia,Cereals,43.835744,0.118391237981497
 2006,Colombia,Monogastrics,43.835744,0.111160437929376
-2006,Colombia,Oilcrops,43.835744,0.0145192243115573
-2006,Colombia,Pulses,43.835744,0.00668137399470168
+2006,Colombia,FruitVeg,43.835744,0.167601307280196
+2006,Colombia,OilcropsPulses,43.835744,0.0212005983062589
 2006,Colombia,Starchy Roots,43.835744,0.071549578353227
+2006,Colombia,Sugar,43.835744,0.0607573810085213
 2007,Colombia,Ruminants,44.374647,0.537225033023925
 2007,Colombia,Cereals,44.374647,0.117601881993563
 2007,Colombia,Monogastrics,44.374647,0.118703979774757
-2007,Colombia,Oilcrops,44.374647,0.0140544667318706
-2007,Colombia,Pulses,44.374647,0.00660282435598868
+2007,Colombia,FruitVeg,44.374647,0.169094843729123
+2007,Colombia,OilcropsPulses,44.374647,0.0206572910878592
 2007,Colombia,Starchy Roots,44.374647,0.088669933532091
+2007,Colombia,Sugar,44.374647,0.0612318786445783
 2008,Colombia,Ruminants,44.90166,0.53235294641668
 2008,Colombia,Cereals,44.90166,0.11809886316007
 2008,Colombia,Monogastrics,44.90166,0.124374524238079
-2008,Colombia,Oilcrops,44.90166,0.0133318010959951
-2008,Colombia,Pulses,44.90166,0.00643005180654791
+2008,Colombia,FruitVeg,44.90166,0.171418250461119
+2008,Colombia,OilcropsPulses,44.90166,0.019761852902543
 2008,Colombia,Starchy Roots,44.90166,0.0800639887255839
+2008,Colombia,Sugar,44.90166,0.0612097191952369
 2009,Colombia,Ruminants,45.416276,0.495477850275527
 2009,Colombia,Cereals,45.416276,0.112765036041264
 2009,Colombia,Monogastrics,45.416276,0.126023738714288
-2009,Colombia,Oilcrops,45.416276,0.0129691831184045
-2009,Colombia,Pulses,45.416276,0.006830238569098
+2009,Colombia,FruitVeg,45.416276,0.163199488218717
+2009,Colombia,OilcropsPulses,45.416276,0.0197994216875025
 2009,Colombia,Starchy Roots,45.416276,0.0863864751922857
+2009,Colombia,Sugar,45.416276,0.0602460888691094
 2010,Colombia,Ruminants,45.918101,0.519038960256653
 2010,Colombia,Cereals,45.918101,0.109565855086211
 2010,Colombia,Monogastrics,45.918101,0.132423625271437
-2010,Colombia,Oilcrops,45.918101,0.0139431506542485
-2010,Colombia,Pulses,45.918101,0.00685716510793859
+2010,Colombia,FruitVeg,45.918101,0.170217644671325
+2010,Colombia,OilcropsPulses,45.918101,0.0208003157621871
 2010,Colombia,Starchy Roots,45.918101,0.0787930450346803
+2010,Colombia,Sugar,45.918101,0.0551650644263359
 2011,Colombia,Ruminants,46.406446,0.530135731574876
 2011,Colombia,Cereals,46.406446,0.114981892817218
 2011,Colombia,Monogastrics,46.406446,0.138701496339539
-2011,Colombia,Oilcrops,46.406446,0.0152376891779215
-2011,Colombia,Pulses,46.406446,0.00670743025656393
+2011,Colombia,FruitVeg,46.406446,0.163970604428531
+2011,Colombia,OilcropsPulses,46.406446,0.0219451194344855
 2011,Colombia,Starchy Roots,46.406446,0.0716175076195234
+2011,Colombia,Sugar,46.406446,0.0558068592453729
 2012,Colombia,Ruminants,46.881018,0.546795112256308
 2012,Colombia,Cereals,46.881018,0.114200506482176
 2012,Colombia,Monogastrics,46.881018,0.145418808951632
-2012,Colombia,Oilcrops,46.881018,0.0152417978636897
-2012,Colombia,Pulses,46.881018,0.00705240658383314
+2012,Colombia,FruitVeg,46.881018,0.175715702248616
+2012,Colombia,OilcropsPulses,46.881018,0.0222942044475229
 2012,Colombia,Starchy Roots,46.881018,0.0755359237293013
+2012,Colombia,Sugar,46.881018,0.0576811493299911
 2013,Colombia,Ruminants,47.342363,0.514912079906109
 2013,Colombia,Cereals,47.342363,0.114230947872205
 2013,Colombia,Monogastrics,47.342363,0.160663934328753
-2013,Colombia,Oilcrops,47.342363,0.0156567807990488
-2013,Colombia,Pulses,47.342363,0.00653655585379209
+2013,Colombia,FruitVeg,47.342363,0.191666858707496
+2013,Colombia,OilcropsPulses,47.342363,0.0221933366528409
 2013,Colombia,Starchy Roots,47.342363,0.0828195880294357
+2013,Colombia,Sugar,47.342363,0.0595484429030296
 1961,Congo,Ruminants,1.039966,0.178163901512165
 1961,Congo,Cereals,1.039966,0.0175544200483477
 1961,Congo,Monogastrics,1.039966,0.0120147197119906
-1961,Congo,Oilcrops,1.039966,0.0148408697976665
-1961,Congo,Pulses,1.039966,0.00331837771619457
+1961,Congo,FruitVeg,1.039966,0.0630645617260564
+1961,Congo,OilcropsPulses,1.039966,0.018159247513861
 1961,Congo,Starchy Roots,1.039966,0.494110384377951
+1961,Congo,Sugar,1.039966,0.00184332949346421
 1962,Congo,Ruminants,1.067611,0.181900617359694
 1962,Congo,Cereals,1.067611,0.0205243295544913
 1962,Congo,Monogastrics,1.067611,0.0119343094067034
-1962,Congo,Oilcrops,1.067611,0.0160170698878149
-1962,Congo,Pulses,1.067611,0.0035022119479848
+1962,Congo,FruitVeg,1.067611,0.0623110852173685
+1962,Congo,OilcropsPulses,1.067611,0.0195192818357997
 1962,Congo,Starchy Roots,1.067611,0.48325373193045
+1962,Congo,Sugar,1.067611,0.00147806644929661
 1963,Congo,Ruminants,1.096502,0.187925968215288
 1963,Congo,Cereals,1.096502,0.0248845875338121
 1963,Congo,Monogastrics,1.096502,0.0118413828702547
-1963,Congo,Oilcrops,1.096502,0.0112211377635426
-1963,Congo,Pulses,1.096502,0.00362060443118207
+1963,Congo,FruitVeg,1.096502,0.0628635424285592
+1963,Congo,OilcropsPulses,1.096502,0.0148417421947247
 1963,Congo,Starchy Roots,1.096502,0.462844573014915
+1963,Congo,Sugar,1.096502,0.00345827002595526
 1964,Congo,Ruminants,1.126602,0.182989556205297
 1964,Congo,Cereals,1.126602,0.0246200521568398
 1964,Congo,Monogastrics,1.126602,0.0107793169193735
-1964,Congo,Oilcrops,1.126602,0.0108405630382336
-1964,Congo,Pulses,1.126602,0.00368985675509186
+1964,Congo,FruitVeg,1.126602,0.0627923614550658
+1964,Congo,OilcropsPulses,1.126602,0.0145304197933254
 1964,Congo,Starchy Roots,1.126602,0.478120045943465
+1964,Congo,Sugar,1.126602,0.00287679233660157
 1965,Congo,Ruminants,1.157905,0.17904413574516
 1965,Congo,Cereals,1.157905,0.0241911037606712
 1965,Congo,Monogastrics,1.157905,0.00946761608249381
-1965,Congo,Oilcrops,1.157905,0.0105716790237541
-1965,Congo,Pulses,1.157905,0.00372569424952824
+1965,Congo,FruitVeg,1.157905,0.0615456363000419
+1965,Congo,OilcropsPulses,1.157905,0.0142973732732824
 1965,Congo,Starchy Roots,1.157905,0.467930443343798
+1965,Congo,Sugar,1.157905,0.0027860662144131
 1966,Congo,Ruminants,1.190361,0.167600164991965
 1966,Congo,Cereals,1.190361,0.0260416797929368
 1966,Congo,Monogastrics,1.190361,0.00873104881628346
-1966,Congo,Oilcrops,1.190361,0.00992976080365536
-1966,Congo,Pulses,1.190361,0.00376944473147222
+1966,Congo,FruitVeg,1.190361,0.0629934952506004
+1966,Congo,OilcropsPulses,1.190361,0.0136992055351276
 1966,Congo,Starchy Roots,1.190361,0.441973485354443
+1966,Congo,Sugar,1.190361,0.0025849301178382
 1967,Congo,Ruminants,1.224041,0.177502224190203
 1967,Congo,Cereals,1.224041,0.0290897118642268
 1967,Congo,Monogastrics,1.224041,0.00822398922911896
-1967,Congo,Oilcrops,1.224041,0.0107643453119626
-1967,Congo,Pulses,1.224041,0.00378582089979012
+1967,Congo,FruitVeg,1.224041,0.0601082806866763
+1967,Congo,OilcropsPulses,1.224041,0.0145501662117527
 1967,Congo,Starchy Roots,1.224041,0.421409086787126
+1967,Congo,Sugar,1.224041,0.00227606755002488
 1968,Congo,Ruminants,1.25919,0.197764197619104
 1968,Congo,Cereals,1.25919,0.0337018241885657
 1968,Congo,Monogastrics,1.25919,0.00943551012952771
-1968,Congo,Oilcrops,1.25919,0.00886601704270205
-1968,Congo,Pulses,1.25919,0.00382388678436137
+1968,Congo,FruitVeg,1.25919,0.0621407412701816
+1968,Congo,OilcropsPulses,1.25919,0.0126899038270634
 1968,Congo,Starchy Roots,1.25919,0.40839984434438
+1968,Congo,Sugar,1.25919,0.00223079916454229
 1969,Congo,Ruminants,1.296137,0.209341219330981
 1969,Congo,Cereals,1.296137,0.0289737890361898
 1969,Congo,Monogastrics,1.296137,0.010546724613216
-1969,Congo,Oilcrops,1.296137,0.00994879399322757
-1969,Congo,Pulses,1.296137,0.00385607385639018
+1969,Congo,FruitVeg,1.296137,0.0611756318969368
+1969,Congo,OilcropsPulses,1.296137,0.0138048678496177
 1969,Congo,Starchy Roots,1.296137,0.389870823840381
+1969,Congo,Sugar,1.296137,0.00251053708057096
 1970,Congo,Ruminants,1.33509,0.20267053157465
 1970,Congo,Cereals,1.33509,0.0271899272708207
 1970,Congo,Monogastrics,1.33509,0.0121990277808987
-1970,Congo,Oilcrops,1.33509,0.00896568770644676
-1970,Congo,Pulses,1.33509,0.00387164910230771
+1970,Congo,FruitVeg,1.33509,0.0615636399044259
+1970,Congo,OilcropsPulses,1.33509,0.0128373368087545
 1970,Congo,Starchy Roots,1.33509,0.391009594858774
+1970,Congo,Sugar,1.33509,0.00234590926454396
 1971,Congo,Ruminants,1.376189,0.196689771535741
 1971,Congo,Cereals,1.376189,0.0333958489713259
 1971,Congo,Monogastrics,1.376189,0.0117701856358393
-1971,Congo,Oilcrops,1.376189,0.00887741436677666
-1971,Congo,Pulses,1.376189,0.00387374117944556
+1971,Congo,FruitVeg,1.376189,0.0612742871800312
+1971,Congo,OilcropsPulses,1.376189,0.0127511555462222
 1971,Congo,Starchy Roots,1.376189,0.387773045708111
+1971,Congo,Sugar,1.376189,0.00296688899562487
 1972,Congo,Ruminants,1.419305,0.190950570878
 1972,Congo,Cereals,1.419305,0.0367701093140657
 1972,Congo,Monogastrics,1.419305,0.0114353856288817
-1972,Congo,Oilcrops,1.419305,0.0106446464995191
-1972,Congo,Pulses,1.419305,0.00391459200101458
+1972,Congo,FruitVeg,1.419305,0.0663472615117963
+1972,Congo,OilcropsPulses,1.419305,0.0145592385005337
 1972,Congo,Starchy Roots,1.419305,0.384650233741162
+1972,Congo,Sugar,1.419305,0.00421332976351101
 1973,Congo,Ruminants,1.464052,0.178486214970507
 1973,Congo,Cereals,1.464052,0.0329735555840913
 1973,Congo,Monogastrics,1.464052,0.0114515741244163
-1973,Congo,Oilcrops,1.464052,0.0101533278872608
-1973,Congo,Pulses,1.464052,0.00387008111733736
+1973,Congo,FruitVeg,1.464052,0.0667127943542989
+1973,Congo,OilcropsPulses,1.464052,0.0140234090045982
 1973,Congo,Starchy Roots,1.464052,0.377003685661438
+1973,Congo,Sugar,1.464052,0.00528533139533295
 1974,Congo,Ruminants,1.50988,0.153629692425888
 1974,Congo,Cereals,1.50988,0.0365863512332106
 1974,Congo,Monogastrics,1.50988,0.0107519802898244
-1974,Congo,Oilcrops,1.50988,0.00881924391342358
-1974,Congo,Pulses,1.50988,0.00383937796381169
+1974,Congo,FruitVeg,1.50988,0.0627003470474475
+1974,Congo,OilcropsPulses,1.50988,0.0126586218772353
 1974,Congo,Starchy Roots,1.50988,0.359348425040401
+1974,Congo,Sugar,1.50988,0.00458115876758418
 1975,Congo,Ruminants,1.556406,0.147440256591147
 1975,Congo,Cereals,1.556406,0.036130032909151
 1975,Congo,Monogastrics,1.556406,0.0117444291528046
-1975,Congo,Oilcrops,1.556406,0.00933946540941117
-1975,Congo,Pulses,1.556406,0.0037798620668386
+1975,Congo,FruitVeg,1.556406,0.064190192019306
+1975,Congo,OilcropsPulses,1.556406,0.0131193274762498
 1975,Congo,Starchy Roots,1.556406,0.370712397664877
+1975,Congo,Sugar,1.556406,0.00637173076947789
 1976,Congo,Ruminants,1.603446,0.158880249163364
 1976,Congo,Cereals,1.603446,0.0362712557828577
 1976,Congo,Monogastrics,1.603446,0.0145822185468048
-1976,Congo,Oilcrops,1.603446,0.00883472221702508
-1976,Congo,Pulses,1.603446,0.00369766116227176
+1976,Congo,FruitVeg,1.603446,0.0651397053595818
+1976,Congo,OilcropsPulses,1.603446,0.0125323833792968
 1976,Congo,Starchy Roots,1.603446,0.363656774222518
+1976,Congo,Sugar,1.603446,0.00569523389000939
 1977,Congo,Ruminants,1.651134,0.166523492339204
 1977,Congo,Cereals,1.651134,0.0396909033427935
 1977,Congo,Monogastrics,1.651134,0.0148716579029927
-1977,Congo,Oilcrops,1.651134,0.00939293842898275
-1977,Congo,Pulses,1.651134,0.00367868386212143
+1977,Congo,FruitVeg,1.651134,0.0638694376107572
+1977,Congo,OilcropsPulses,1.651134,0.0130716222911042
 1977,Congo,Starchy Roots,1.651134,0.355754287659269
+1977,Congo,Sugar,1.651134,0.00647433824268654
 1978,Congo,Ruminants,1.699781,0.179675734697588
 1978,Congo,Cereals,1.699781,0.0466607168805864
 1978,Congo,Monogastrics,1.699781,0.0154756406854765
-1978,Congo,Oilcrops,1.699781,0.00792690352463053
-1978,Congo,Pulses,1.699781,0.00321864993196182
+1978,Congo,FruitVeg,1.699781,0.0642559247338334
+1978,Congo,OilcropsPulses,1.699781,0.0111455534565923
 1978,Congo,Starchy Roots,1.699781,0.355754064788346
+1978,Congo,Sugar,1.699781,0.00708326543242924
 1979,Congo,Ruminants,1.749859,0.207515462674421
 1979,Congo,Cereals,1.749859,0.0442898542111107
 1979,Congo,Monogastrics,1.749859,0.0126521622599307
-1979,Congo,Oilcrops,1.749859,0.008061220932658
-1979,Congo,Pulses,1.749859,0.00264135567494295
+1979,Congo,FruitVeg,1.749859,0.0660384636705015
+1979,Congo,OilcropsPulses,1.749859,0.010702576607601
 1979,Congo,Starchy Roots,1.749859,0.356415002580208
+1979,Congo,Sugar,1.749859,0.00776519708159343
 1980,Congo,Ruminants,1.801688,0.187427900946224
 1980,Congo,Cereals,1.801688,0.0470886191171834
 1980,Congo,Monogastrics,1.801688,0.0122346377397196
-1980,Congo,Oilcrops,1.801688,0.00801193103356408
-1980,Congo,Pulses,1.801688,0.00222125029416858
+1980,Congo,FruitVeg,1.801688,0.0740566624187984
+1980,Congo,OilcropsPulses,1.801688,0.0102331813277327
 1980,Congo,Starchy Roots,1.801688,0.361794605947312
+1980,Congo,Sugar,1.801688,0.00882838760096088
 1981,Congo,Ruminants,1.855391,0.183834620303753
 1981,Congo,Cereals,1.855391,0.0483526113902676
 1981,Congo,Monogastrics,1.855391,0.0133416083186778
-1981,Congo,Oilcrops,1.855391,0.00798430088321006
-1981,Congo,Pulses,1.855391,0.00220815989729389
+1981,Congo,FruitVeg,1.855391,0.0735871845880464
+1981,Congo,OilcropsPulses,1.855391,0.0101924607805039
 1981,Congo,Starchy Roots,1.855391,0.356684386202154
+1981,Congo,Sugar,1.855391,0.00815569332825264
 1982,Congo,Ruminants,1.9108,0.217814789616914
 1982,Congo,Cereals,1.9108,0.0533200753611053
 1982,Congo,Monogastrics,1.9108,0.0149257379108227
-1982,Congo,Oilcrops,1.9108,0.0102590537994557
-1982,Congo,Pulses,1.9108,0.00219593887377015
+1982,Congo,FruitVeg,1.9108,0.0698550345405066
+1982,Congo,OilcropsPulses,1.9108,0.0124549926732259
 1982,Congo,Starchy Roots,1.9108,0.35958603726188
+1982,Congo,Sugar,1.9108,0.00766589909985346
 1983,Congo,Ruminants,1.967596,0.191867690318541
 1983,Congo,Cereals,1.967596,0.0547231240559546
 1983,Congo,Monogastrics,1.967596,0.0150182252860852
-1983,Congo,Oilcrops,1.967596,0.0109529598555801
-1983,Congo,Pulses,1.967596,0.00212086220951862
+1983,Congo,FruitVeg,1.967596,0.0697998979465297
+1983,Congo,OilcropsPulses,1.967596,0.0130738220650987
 1983,Congo,Starchy Roots,1.967596,0.325438758769585
+1983,Congo,Sugar,1.967596,0.00928442627449944
 1984,Congo,Ruminants,2.02532,0.215142298500978
 1984,Congo,Cereals,2.02532,0.058727015977722
 1984,Congo,Monogastrics,2.02532,0.015069914877649
-1984,Congo,Oilcrops,2.02532,0.0114347362392116
-1984,Congo,Pulses,2.02532,0.00210929630873146
+1984,Congo,FruitVeg,2.02532,0.069470503426619
+1984,Congo,OilcropsPulses,2.02532,0.013544032547943
 1984,Congo,Starchy Roots,2.02532,0.311094049335414
+1984,Congo,Sugar,2.02532,0.00939802105346316
 1985,Congo,Ruminants,2.083648,0.198360855576374
 1985,Congo,Cereals,2.083648,0.0577007248825137
 1985,Congo,Monogastrics,2.083648,0.0147086744018183
-1985,Congo,Oilcrops,2.083648,0.0111439168228031
-1985,Congo,Pulses,2.083648,0.00216399315047455
+1985,Congo,FruitVeg,2.083648,0.0675425983659428
+1985,Congo,OilcropsPulses,2.083648,0.0133079099732776
 1985,Congo,Starchy Roots,2.083648,0.326247043646528
+1985,Congo,Sugar,2.083648,0.00960670900267224
 1986,Congo,Ruminants,2.142529,0.182515195826988
 1986,Congo,Cereals,2.142529,0.0587814680688103
 1986,Congo,Monogastrics,2.142529,0.0166281063173474
-1986,Congo,Oilcrops,2.142529,0.0108623967283523
-1986,Congo,Pulses,2.142529,0.0023714964884956
+1986,Congo,FruitVeg,2.142529,0.0669153136316941
+1986,Congo,OilcropsPulses,2.142529,0.0132338932168479
 1986,Congo,Starchy Roots,2.142529,0.331762603913413
+1986,Congo,Sugar,2.142529,0.0087238025716338
 1987,Congo,Ruminants,2.202106,0.15870571171415
 1987,Congo,Cereals,2.202106,0.0541626969818892
 1987,Congo,Monogastrics,2.202106,0.0188000940917467
-1987,Congo,Oilcrops,2.202106,0.01199806003889
-1987,Congo,Pulses,2.202106,0.00248489400601061
+1987,Congo,FruitVeg,2.202106,0.0679376923726651
+1987,Congo,OilcropsPulses,2.202106,0.0144829540449007
 1987,Congo,Starchy Roots,2.202106,0.341718791011877
+1987,Congo,Sugar,2.202106,0.00867578581594165
 1988,Congo,Ruminants,2.262496,0.161624860331245
 1988,Congo,Cereals,2.262496,0.0531771105893668
 1988,Congo,Monogastrics,2.262496,0.027749662319845
-1988,Congo,Oilcrops,2.262496,0.0119938333592634
-1988,Congo,Pulses,2.262496,0.00245657892875833
+1988,Congo,FruitVeg,2.262496,0.0661861943623326
+1988,Congo,OilcropsPulses,2.262496,0.0144504122880217
 1988,Congo,Starchy Roots,2.262496,0.340681265292845
+1988,Congo,Sugar,2.262496,0.00913946367197997
 1989,Congo,Ruminants,2.32389,0.141707697008034
 1989,Congo,Cereals,2.32389,0.0555620102500549
 1989,Congo,Monogastrics,2.32389,0.0258341401701457
-1989,Congo,Oilcrops,2.32389,0.0124670272689327
-1989,Congo,Pulses,2.32389,0.00246311142093645
+1989,Congo,FruitVeg,2.32389,0.0644092448437749
+1989,Congo,OilcropsPulses,2.32389,0.0149301386898691
 1989,Congo,Starchy Roots,2.32389,0.330019923490355
+1989,Congo,Sugar,2.32389,0.00945182431182199
 1990,Congo,Ruminants,2.386467,0.114797355253603
 1990,Congo,Cereals,2.386467,0.0484875759857563
 1990,Congo,Monogastrics,2.386467,0.0264040944207483
-1990,Congo,Oilcrops,2.386467,0.0101061527354034
-1990,Congo,Pulses,2.386467,0.00246096007193898
+1990,Congo,FruitVeg,2.386467,0.0831237138414233
+1990,Congo,OilcropsPulses,2.386467,0.0125671128073424
 1990,Congo,Starchy Roots,2.386467,0.331233995693215
+1990,Congo,Sugar,2.386467,0.0096510867319766
 1991,Congo,Ruminants,2.450125,0.304726044589562
 1991,Congo,Cereals,2.450125,0.0575019641855007
 1991,Congo,Monogastrics,2.450125,0.0324600989745421
-1991,Congo,Oilcrops,2.450125,0.0105251772868731
-1991,Congo,Pulses,2.450125,0.00252640171419826
+1991,Congo,FruitVeg,2.450125,0.0853870720881588
+1991,Congo,OilcropsPulses,2.450125,0.0130515790010714
 1991,Congo,Starchy Roots,2.450125,0.274060303045763
+1991,Congo,Sugar,2.450125,0.00915136982807
 1992,Congo,Ruminants,2.514907,0.400875897200175
 1992,Congo,Cereals,2.514907,0.0623474347162738
 1992,Congo,Monogastrics,2.514907,0.0415758515126007
-1992,Congo,Oilcrops,2.514907,0.0109829110977066
-1992,Congo,Pulses,2.514907,0.00372419337971543
+1992,Congo,FruitVeg,2.514907,0.0876207350808599
+1992,Congo,OilcropsPulses,2.514907,0.014707104477422
 1992,Congo,Starchy Roots,2.514907,0.254422926971057
+1992,Congo,Sugar,2.514907,0.00678275578381228
 1993,Congo,Ruminants,2.581306,0.314145940078394
 1993,Congo,Cereals,2.581306,0.0586129656848123
 1993,Congo,Monogastrics,2.581306,0.0412958789078087
-1993,Congo,Oilcrops,2.581306,0.0104636955091725
-1993,Congo,Pulses,2.581306,0.00224963642435263
+1993,Congo,FruitVeg,2.581306,0.0864217570485638
+1993,Congo,OilcropsPulses,2.581306,0.0127133319335251
 1993,Congo,Starchy Roots,2.581306,0.2795929657313
+1993,Congo,Sugar,2.581306,0.00654281204940445
 1994,Congo,Ruminants,2.649964,0.268867614805333
 1994,Congo,Cereals,2.649964,0.055754719686758
 1994,Congo,Monogastrics,2.649964,0.0289799408595739
-1994,Congo,Oilcrops,2.649964,0.0117495935793845
-1994,Congo,Pulses,2.649964,0.00234984324315349
+1994,Congo,FruitVeg,2.649964,0.0850532309118162
+1994,Congo,OilcropsPulses,2.649964,0.014099436822538
 1994,Congo,Starchy Roots,2.649964,0.291021689351252
+1994,Congo,Sugar,2.649964,0.00745217670881567
 1995,Congo,Ruminants,2.721277,0.237100927248494
 1995,Congo,Cereals,2.721277,0.0546074508401754
 1995,Congo,Monogastrics,2.721277,0.0337972209370821
-1995,Congo,Oilcrops,2.721277,0.0108592399818174
-1995,Congo,Pulses,2.721277,0.00230774007938185
+1995,Congo,FruitVeg,2.721277,0.0901326840303284
+1995,Congo,OilcropsPulses,2.721277,0.0131669800611992
 1995,Congo,Starchy Roots,2.721277,0.301153098343168
+1995,Congo,Sugar,2.721277,0.00815719972645195
 1996,Congo,Ruminants,2.795903,0.130740265309633
 1996,Congo,Cereals,2.795903,0.0456568056903262
 1996,Congo,Monogastrics,2.795903,0.0463048253104632
-1996,Congo,Oilcrops,2.795903,0.0125154556506431
-1996,Congo,Pulses,2.795903,0.00256625498094891
+1996,Congo,FruitVeg,2.795903,0.0960605571795588
+1996,Congo,OilcropsPulses,2.795903,0.015081710631592
 1996,Congo,Starchy Roots,2.795903,0.307752092973183
+1996,Congo,Sugar,2.795903,0.00783539343103105
 1997,Congo,Ruminants,2.873638,0.143946140745633
 1997,Congo,Cereals,2.873638,0.0556722871843983
 1997,Congo,Monogastrics,2.873638,0.0311300866706245
-1997,Congo,Oilcrops,2.873638,0.0122172660578681
-1997,Congo,Pulses,2.873638,0.00277418380464067
+1997,Congo,FruitVeg,2.873638,0.0971420199760721
+1997,Congo,OilcropsPulses,2.873638,0.0149914498625088
 1997,Congo,Starchy Roots,2.873638,0.302743073414257
+1997,Congo,Sugar,2.873638,0.00621685821248188
 1998,Congo,Ruminants,2.953011,0.137946827830983
 1998,Congo,Cereals,2.953011,0.0695723788363809
 1998,Congo,Monogastrics,2.953011,0.0434993300058821
-1998,Congo,Oilcrops,2.953011,0.0114757445874736
-1998,Congo,Pulses,2.953011,0.0036152930009404
+1998,Congo,FruitVeg,2.953011,0.116413044177621
+1998,Congo,OilcropsPulses,2.953011,0.015091037588414
 1998,Congo,Starchy Roots,2.953011,0.277335912395856
+1998,Congo,Sugar,2.953011,0.0085770083484281
 1999,Congo,Ruminants,3.031969,0.120178966209747
 1999,Congo,Cereals,3.031969,0.0710409638093265
 1999,Congo,Monogastrics,3.031969,0.0292028711375347
-1999,Congo,Oilcrops,3.031969,0.0127887191458752
-1999,Congo,Pulses,3.031969,0.00277707324844021
+1999,Congo,FruitVeg,3.031969,0.101706844628029
+1999,Congo,OilcropsPulses,3.031969,0.0155657923943154
 1999,Congo,Starchy Roots,3.031969,0.280885457601974
+1999,Congo,Sugar,3.031969,0.00896117341569126
 2000,Congo,Ruminants,3.109269,0.132130542580909
 2000,Congo,Cereals,3.109269,0.0724437158701933
 2000,Congo,Monogastrics,3.109269,0.0350397472846512
-2000,Congo,Oilcrops,3.109269,0.0132137167932398
-2000,Congo,Pulses,3.109269,0.00292737617748738
+2000,Congo,FruitVeg,3.109269,0.10816368734902
+2000,Congo,OilcropsPulses,3.109269,0.0161410929707272
 2000,Congo,Starchy Roots,3.109269,0.283959991882336
+2000,Congo,Sugar,3.109269,0.0100129644620649
 2001,Congo,Ruminants,3.183883,0.108904253077139
 2001,Congo,Cereals,3.183883,0.0759801789198912
 2001,Congo,Monogastrics,3.183883,0.032051303392744
-2001,Congo,Oilcrops,3.183883,0.0131681974494666
-2001,Congo,Pulses,3.183883,0.00375390678614761
+2001,Congo,FruitVeg,3.183883,0.103800296681756
+2001,Congo,OilcropsPulses,3.183883,0.0169221042356142
 2001,Congo,Starchy Roots,3.183883,0.279341923054333
+2001,Congo,Sugar,3.183883,0.0117026913363337
 2002,Congo,Ruminants,3.256867,0.136833926592643
 2002,Congo,Cereals,3.256867,0.077787640698868
 2002,Congo,Monogastrics,3.256867,0.0359814201808057
-2002,Congo,Oilcrops,3.256867,0.0127119099428991
-2002,Congo,Pulses,3.256867,0.00362618430534621
+2002,Congo,FruitVeg,3.256867,0.0998253843340855
+2002,Congo,OilcropsPulses,3.256867,0.0163380942482453
 2002,Congo,Starchy Roots,3.256867,0.278721237311809
+2002,Congo,Sugar,3.256867,0.0127972680493247
 2003,Congo,Ruminants,3.331564,0.13479894127803
 2003,Congo,Cereals,3.331564,0.0758442581322166
 2003,Congo,Monogastrics,3.331564,0.0541782778298721
-2003,Congo,Oilcrops,3.331564,0.0114471761611063
-2003,Congo,Pulses,3.331564,0.00385764763936698
+2003,Congo,FruitVeg,3.331564,0.0992996082320496
+2003,Congo,OilcropsPulses,3.331564,0.0153048238004733
 2003,Congo,Starchy Roots,3.331564,0.277559728703996
+2003,Congo,Sugar,3.331564,0.0137127787429568
 2004,Congo,Ruminants,3.412592,0.179093633226591
 2004,Congo,Cereals,3.412592,0.0736829952130228
 2004,Congo,Monogastrics,3.412592,0.0458053585075509
-2004,Congo,Oilcrops,3.412592,0.00923638102650419
-2004,Congo,Pulses,3.412592,0.00356005054222714
+2004,Congo,FruitVeg,3.412592,0.106220433031549
+2004,Congo,OilcropsPulses,3.412592,0.0127964315687313
 2004,Congo,Starchy Roots,3.412592,0.287750777121906
+2004,Congo,Sugar,3.412592,0.0152130697135784
 2005,Congo,Ruminants,3.503086,0.18001522086526
 2005,Congo,Cereals,3.503086,0.0626082260041575
 2005,Congo,Monogastrics,3.503086,0.0250089492521737
-2005,Congo,Oilcrops,3.503086,0.0084151516691283
-2005,Congo,Pulses,3.503086,0.00368246740159962
+2005,Congo,FruitVeg,3.503086,0.090818495463714
+2005,Congo,OilcropsPulses,3.503086,0.0120976190707279
 2005,Congo,Starchy Roots,3.503086,0.281780407332278
+2005,Congo,Sugar,3.503086,0.0147038925107748
 2006,Congo,Ruminants,3.604595,0.178076150025176
 2006,Congo,Cereals,3.604595,0.0658293095340808
 2006,Congo,Monogastrics,3.604595,0.0401410976822639
-2006,Congo,Oilcrops,3.604595,0.00830911655817089
-2006,Congo,Pulses,3.604595,0.00321450814862696
+2006,Congo,FruitVeg,3.604595,0.0942527523896582
+2006,Congo,OilcropsPulses,3.604595,0.0115236247067979
 2006,Congo,Starchy Roots,3.604595,0.282602345062344
+2006,Congo,Sugar,3.604595,0.0155171385412231
 2007,Congo,Ruminants,3.715665,0.17805221945466
 2007,Congo,Cereals,3.715665,0.0685575798679375
 2007,Congo,Monogastrics,3.715665,0.0483791461286203
-2007,Congo,Oilcrops,3.715665,0.00785512149238427
-2007,Congo,Pulses,3.715665,0.00353045820869212
+2007,Congo,FruitVeg,3.715665,0.0924881548794092
+2007,Congo,OilcropsPulses,3.715665,0.0113855797010764
 2007,Congo,Starchy Roots,3.715665,0.270847883218751
+2007,Congo,Sugar,3.715665,0.0191709963088707
 2008,Congo,Ruminants,3.832771,0.221010464752525
 2008,Congo,Cereals,3.832771,0.0674018875638539
 2008,Congo,Monogastrics,3.832771,0.0383158555520275
-2008,Congo,Oilcrops,3.832771,0.00849098472097602
-2008,Congo,Pulses,3.832771,0.00316950843136728
+2008,Congo,FruitVeg,3.832771,0.0955460161851569
+2008,Congo,OilcropsPulses,3.832771,0.0116604931523433
 2008,Congo,Starchy Roots,3.832771,0.277222667359986
+2008,Congo,Sugar,3.832771,0.0191842925131713
 2009,Congo,Ruminants,3.950786,0.233505636599907
 2009,Congo,Cereals,3.950786,0.078899742987851
 2009,Congo,Monogastrics,3.950786,0.0446576200280147
-2009,Congo,Oilcrops,3.950786,0.00835454008392254
-2009,Congo,Pulses,3.950786,0.0032456832640391
+2009,Congo,FruitVeg,3.950786,0.0970153787119829
+2009,Congo,OilcropsPulses,3.950786,0.0116002233479616
 2009,Congo,Starchy Roots,3.950786,0.278296268134999
+2009,Congo,Sugar,3.950786,0.0142538725205567
 2010,Congo,Ruminants,4.066078,0.227024026592702
 2010,Congo,Cereals,4.066078,0.0830493168109416
 2010,Congo,Monogastrics,4.066078,0.0488516206526289
-2010,Congo,Oilcrops,4.066078,0.00746985178346308
-2010,Congo,Pulses,4.066078,0.00304273553040547
+2010,Congo,FruitVeg,4.066078,0.100340180390047
+2010,Congo,OilcropsPulses,4.066078,0.0105125873138685
 2010,Congo,Starchy Roots,4.066078,0.274138863051816
+2010,Congo,Sugar,4.066078,0.0136819805227544
 2011,Congo,Ruminants,4.177435,0.233191156774432
 2011,Congo,Cereals,4.177435,0.0842122019851895
 2011,Congo,Monogastrics,4.177435,0.0923480078086194
-2011,Congo,Oilcrops,4.177435,0.00716516235441126
-2011,Congo,Pulses,4.177435,0.00353661995937699
+2011,Congo,FruitVeg,4.177435,0.0994354191028705
+2011,Congo,OilcropsPulses,4.177435,0.0107017823137882
 2011,Congo,Starchy Roots,4.177435,0.267378427192763
+2011,Congo,Sugar,4.177435,0.0139880093885363
 1961,Costa Rica,Ruminants,1.38192,0.556293200764154
 1961,Costa Rica,Cereals,1.38192,0.10449953687623
 1961,Costa Rica,Monogastrics,1.38192,0.0398612799583189
-1961,Costa Rica,Oilcrops,1.38192,0.00673410906564779
-1961,Costa Rica,Pulses,1.38192,0.0101684612712747
+1961,Costa Rica,FruitVeg,1.38192,0.102482053953919
+1961,Costa Rica,OilcropsPulses,1.38192,0.0169025703369225
 1961,Costa Rica,Starchy Roots,1.38192,0.0129812145420864
+1961,Costa Rica,Sugar,1.38192,0.0458289915479912
 1962,Costa Rica,Ruminants,1.432583,0.477776854813997
 1962,Costa Rica,Cereals,1.432583,0.108700159083278
 1962,Costa Rica,Monogastrics,1.432583,0.0387078445018543
-1962,Costa Rica,Oilcrops,1.432583,0.00791297956209169
-1962,Costa Rica,Pulses,1.432583,0.0100755069688807
+1962,Costa Rica,FruitVeg,1.432583,0.102174184672022
+1962,Costa Rica,OilcropsPulses,1.432583,0.0179884865309724
 1962,Costa Rica,Starchy Roots,1.432583,0.0132020273868949
+1962,Costa Rica,Sugar,1.432583,0.0454996324820272
 1963,Costa Rica,Ruminants,1.484512,0.542034419391692
 1963,Costa Rica,Cereals,1.484512,0.107506709275506
 1963,Costa Rica,Monogastrics,1.484512,0.0396807166260697
-1963,Costa Rica,Oilcrops,1.484512,0.00848831131038348
-1963,Costa Rica,Pulses,1.484512,0.00988607704080533
+1963,Costa Rica,FruitVeg,1.484512,0.10230499989222
+1963,Costa Rica,OilcropsPulses,1.484512,0.0183743883511888
 1963,Costa Rica,Starchy Roots,1.484512,0.013220506132655
+1963,Costa Rica,Sugar,1.484512,0.0447972128214524
 1964,Costa Rica,Ruminants,1.537035,0.510914065066833
 1964,Costa Rica,Cereals,1.537035,0.114582947037641
 1964,Costa Rica,Monogastrics,1.537035,0.0401179543731925
-1964,Costa Rica,Oilcrops,1.537035,0.0102424473092675
-1964,Costa Rica,Pulses,1.537035,0.00977466355678303
+1964,Costa Rica,FruitVeg,1.537035,0.103709414554646
+1964,Costa Rica,OilcropsPulses,1.537035,0.0200171108660505
 1964,Costa Rica,Starchy Roots,1.537035,0.01295090873012
+1964,Costa Rica,Sugar,1.537035,0.0489884745630386
 1965,Costa Rica,Ruminants,1.589625,0.531421121333648
 1965,Costa Rica,Cereals,1.589625,0.120387512778171
 1965,Costa Rica,Monogastrics,1.589625,0.0433280805221357
-1965,Costa Rica,Oilcrops,1.589625,0.0103143823228749
-1965,Costa Rica,Pulses,1.589625,0.0132351969804199
+1965,Costa Rica,FruitVeg,1.589625,0.106732090901942
+1965,Costa Rica,OilcropsPulses,1.589625,0.0235495793032948
 1965,Costa Rica,Starchy Roots,1.589625,0.0128986396162617
+1965,Costa Rica,Sugar,1.589625,0.046716049382716
 1966,Costa Rica,Ruminants,1.642189,0.380303485165228
 1966,Costa Rica,Cereals,1.642189,0.115704708775908
 1966,Costa Rica,Monogastrics,1.642189,0.0464923343171827
-1966,Costa Rica,Oilcrops,1.642189,0.0135331560496386
-1966,Costa Rica,Pulses,1.642189,0.0133675234701974
+1966,Costa Rica,FruitVeg,1.642189,0.106820225930146
+1966,Costa Rica,OilcropsPulses,1.642189,0.026900679519836
 1966,Costa Rica,Starchy Roots,1.642189,0.013228684396254
+1966,Costa Rica,Sugar,1.642189,0.0487696604958382
 1967,Costa Rica,Ruminants,1.694711,0.403226862869244
 1967,Costa Rica,Cereals,1.694711,0.115030822364403
 1967,Costa Rica,Monogastrics,1.694711,0.0400237562628672
-1967,Costa Rica,Oilcrops,1.694711,0.0198381907003613
-1967,Costa Rica,Pulses,1.694711,0.0132624382564343
+1967,Costa Rica,FruitVeg,1.694711,0.107425985905561
+1967,Costa Rica,OilcropsPulses,1.694711,0.0331006289567956
 1967,Costa Rica,Starchy Roots,1.694711,0.0131072495546438
+1967,Costa Rica,Sugar,1.694711,0.0444329446141554
 1968,Costa Rica,Ruminants,1.74687,0.432133759237951
 1968,Costa Rica,Cereals,1.74687,0.114029092033179
 1968,Costa Rica,Monogastrics,1.74687,0.0410374555633791
-1968,Costa Rica,Oilcrops,1.74687,0.0157556086028153
-1968,Costa Rica,Pulses,1.74687,0.013062792308529
+1968,Costa Rica,FruitVeg,1.74687,0.110346505464059
+1968,Costa Rica,OilcropsPulses,1.74687,0.0288184009113443
 1968,Costa Rica,Starchy Roots,1.74687,0.013105153789349
+1968,Costa Rica,Sugar,1.74687,0.0489423941106093
 1969,Costa Rica,Ruminants,1.798315,0.431690109908442
 1969,Costa Rica,Cereals,1.798315,0.11723641297548
 1969,Costa Rica,Monogastrics,1.798315,0.0420185006519992
-1969,Costa Rica,Oilcrops,1.798315,0.0132329430605873
-1969,Costa Rica,Pulses,1.798315,0.0120485009578411
+1969,Costa Rica,FruitVeg,1.798315,0.111893633762717
+1969,Costa Rica,OilcropsPulses,1.798315,0.0252814440184284
 1969,Costa Rica,Starchy Roots,1.798315,0.0130766856752015
+1969,Costa Rica,Sugar,1.798315,0.0482618451161226
 1970,Costa Rica,Ruminants,1.848873,0.463550876669193
 1970,Costa Rica,Cereals,1.848873,0.117718199140774
 1970,Costa Rica,Monogastrics,1.848873,0.0477517925785059
-1970,Costa Rica,Oilcrops,1.848873,0.0116005804617191
-1970,Costa Rica,Pulses,1.848873,0.0114967334154374
+1970,Costa Rica,FruitVeg,1.848873,0.112984504614433
+1970,Costa Rica,OilcropsPulses,1.848873,0.0230973138771565
 1970,Costa Rica,Starchy Roots,1.848873,0.0128856876594552
+1970,Costa Rica,Sugar,1.848873,0.0519570570828824
 1971,Costa Rica,Ruminants,1.898366,0.504147461553778
 1971,Costa Rica,Cereals,1.898366,0.118138967933475
 1971,Costa Rica,Monogastrics,1.898366,0.0492032621738906
-1971,Costa Rica,Oilcrops,1.898366,0.0130206714616676
-1971,Costa Rica,Pulses,1.898366,0.0111896230758452
+1971,Costa Rica,FruitVeg,1.898366,0.114980988913624
+1971,Costa Rica,OilcropsPulses,1.898366,0.0242102945375128
 1971,Costa Rica,Starchy Roots,1.898366,0.0125444724568392
+1971,Costa Rica,Sugar,1.898366,0.0548382134951848
 1972,Costa Rica,Ruminants,1.947048,0.41239974566626
 1972,Costa Rica,Cereals,1.947048,0.117584158171755
 1972,Costa Rica,Monogastrics,1.947048,0.0487922228933236
-1972,Costa Rica,Oilcrops,1.947048,0.0133966907852297
-1972,Costa Rica,Pulses,1.947048,0.0110202727410932
+1972,Costa Rica,FruitVeg,1.947048,0.120320094830739
+1972,Costa Rica,OilcropsPulses,1.947048,0.0244169635263229
 1972,Costa Rica,Starchy Roots,1.947048,0.0125328189135553
+1972,Costa Rica,Sugar,1.947048,0.0573509230383637
 1973,Costa Rica,Ruminants,1.995744,0.497793153831353
 1973,Costa Rica,Cereals,1.995744,0.11424210720413
 1973,Costa Rica,Monogastrics,1.995744,0.0489617405839627
-1973,Costa Rica,Oilcrops,1.995744,0.0153276171693363
-1973,Costa Rica,Pulses,1.995744,0.0102853873041833
+1973,Costa Rica,FruitVeg,1.995744,0.118936597078583
+1973,Costa Rica,OilcropsPulses,1.995744,0.0256130044735197
 1973,Costa Rica,Starchy Roots,1.995744,0.0127716781310629
+1973,Costa Rica,Sugar,1.995744,0.0613430379848317
 1974,Costa Rica,Ruminants,2.04558,0.399195729328601
 1974,Costa Rica,Cereals,2.04558,0.116033594383989
 1974,Costa Rica,Monogastrics,2.04558,0.0482701238768467
-1974,Costa Rica,Oilcrops,2.04558,0.0160448381388164
-1974,Costa Rica,Pulses,2.04558,0.0105373537089725
+1974,Costa Rica,FruitVeg,2.04558,0.117533902365099
+1974,Costa Rica,OilcropsPulses,2.04558,0.0265821918477889
 1974,Costa Rica,Starchy Roots,2.04558,0.0122424935715054
+1974,Costa Rica,Sugar,2.04558,0.0615194712502078
 1975,Costa Rica,Ruminants,2.09741,0.547545878011452
 1975,Costa Rica,Cereals,2.09741,0.120346999394491
 1975,Costa Rica,Monogastrics,2.09741,0.0456454388984509
-1975,Costa Rica,Oilcrops,2.09741,0.0123995785278033
-1975,Costa Rica,Pulses,2.09741,0.00939349006631989
+1975,Costa Rica,FruitVeg,2.09741,0.115869572472716
+1975,Costa Rica,OilcropsPulses,2.09741,0.0217930685941232
 1975,Costa Rica,Starchy Roots,2.09741,0.0120686942467138
+1975,Costa Rica,Sugar,2.09741,0.0625967264387983
 1976,Costa Rica,Ruminants,2.151492,0.704495949787403
 1976,Costa Rica,Cereals,2.151492,0.119538441230551
 1976,Costa Rica,Monogastrics,2.151492,0.0497298618818941
-1976,Costa Rica,Oilcrops,2.151492,0.0107883273560859
-1976,Costa Rica,Pulses,2.151492,0.00865910726137954
+1976,Costa Rica,FruitVeg,2.151492,0.115602103098687
+1976,Costa Rica,OilcropsPulses,2.151492,0.0194474346174655
 1976,Costa Rica,Starchy Roots,2.151492,0.0109356669697122
+1976,Costa Rica,Sugar,2.151492,0.060331156239484
 1977,Costa Rica,Ruminants,2.207727,0.67503568149504
 1977,Costa Rica,Cereals,2.207727,0.117014467821429
 1977,Costa Rica,Monogastrics,2.207727,0.0540905646395591
-1977,Costa Rica,Oilcrops,2.207727,0.0151785071252016
-1977,Costa Rica,Pulses,2.207727,0.00818081221093006
+1977,Costa Rica,FruitVeg,2.207727,0.110386383823725
+1977,Costa Rica,OilcropsPulses,2.207727,0.0233593193361317
 1977,Costa Rica,Starchy Roots,2.207727,0.0108600384014871
+1977,Costa Rica,Sugar,2.207727,0.0632718628707263
 1978,Costa Rica,Ruminants,2.266153,0.579905505056366
 1978,Costa Rica,Cereals,2.266153,0.116237076666933
 1978,Costa Rica,Monogastrics,2.266153,0.0527416286543759
-1978,Costa Rica,Oilcrops,2.266153,0.0109767522316454
-1978,Costa Rica,Pulses,2.266153,0.007838393965456
+1978,Costa Rica,FruitVeg,2.266153,0.0972207083987709
+1978,Costa Rica,OilcropsPulses,2.266153,0.0188151461971014
 1978,Costa Rica,Starchy Roots,2.266153,0.0131354767308297
+1978,Costa Rica,Sugar,2.266153,0.0624790117878184
 1979,Costa Rica,Ruminants,2.326708,0.683874641768542
 1979,Costa Rica,Cereals,2.326708,0.121104152304458
 1979,Costa Rica,Monogastrics,2.326708,0.0551530316653401
-1979,Costa Rica,Oilcrops,2.326708,0.0129423202223915
-1979,Costa Rica,Pulses,2.326708,0.00836073972324847
+1979,Costa Rica,FruitVeg,2.326708,0.101569685581517
+1979,Costa Rica,OilcropsPulses,2.326708,0.0213030599456399
 1979,Costa Rica,Starchy Roots,2.326708,0.013227272180265
+1979,Costa Rica,Sugar,2.326708,0.0601025139381478
 1980,Costa Rica,Ruminants,2.389309,0.656916623174315
 1980,Costa Rica,Cereals,2.389309,0.138243734904108
 1980,Costa Rica,Monogastrics,2.389309,0.0566740425788377
-1980,Costa Rica,Oilcrops,2.389309,0.0134804665281887
-1980,Costa Rica,Pulses,2.389309,0.00863303992911758
+1980,Costa Rica,FruitVeg,2.389309,0.0960244154272218
+1980,Costa Rica,OilcropsPulses,2.389309,0.0221135064573063
 1980,Costa Rica,Starchy Roots,2.389309,0.0113840445082658
+1980,Costa Rica,Sugar,2.389309,0.0604321165659193
 1981,Costa Rica,Ruminants,2.454127,0.60020638703702
 1981,Costa Rica,Cereals,2.454127,0.12494341164903
 1981,Costa Rica,Monogastrics,2.454127,0.0532955710931015
-1981,Costa Rica,Oilcrops,2.454127,0.015449078226188
-1981,Costa Rica,Pulses,2.454127,0.00926846899121357
+1981,Costa Rica,FruitVeg,2.454127,0.0938696326636722
+1981,Costa Rica,OilcropsPulses,2.454127,0.0247175472174015
 1981,Costa Rica,Starchy Roots,2.454127,0.0101074638761564
+1981,Costa Rica,Sugar,2.454127,0.064462434095709
 1982,Costa Rica,Ruminants,2.521163,0.540075354112368
 1982,Costa Rica,Cereals,2.521163,0.115254348885812
 1982,Costa Rica,Monogastrics,2.521163,0.0644055541034039
-1982,Costa Rica,Oilcrops,2.521163,0.0106700756753927
-1982,Costa Rica,Pulses,2.521163,0.00983831668162669
+1982,Costa Rica,FruitVeg,2.521163,0.0892798283966566
+1982,Costa Rica,OilcropsPulses,2.521163,0.0205083923570194
 1982,Costa Rica,Starchy Roots,2.521163,0.00967291682449727
+1982,Costa Rica,Sugar,2.521163,0.0644044038406085
 1983,Costa Rica,Ruminants,2.589932,0.67035760012232
 1983,Costa Rica,Cereals,2.589932,0.136152223301616
 1983,Costa Rica,Monogastrics,2.589932,0.0652034493569715
-1983,Costa Rica,Oilcrops,2.589932,0.0115226963487844
-1983,Costa Rica,Pulses,2.589932,0.00836045116242434
+1983,Costa Rica,FruitVeg,2.589932,0.0938719626615679
+1983,Costa Rica,OilcropsPulses,2.589932,0.0198831475112088
 1983,Costa Rica,Starchy Roots,2.589932,0.0150849520373508
+1983,Costa Rica,Sugar,2.589932,0.0599641226101689
 1984,Costa Rica,Ruminants,2.659772,0.67582860485786
 1984,Costa Rica,Cereals,2.659772,0.139106284298053
 1984,Costa Rica,Monogastrics,2.659772,0.0558162128182416
-1984,Costa Rica,Oilcrops,2.659772,0.01173408848578
-1984,Costa Rica,Pulses,2.659772,0.00987829031962138
+1984,Costa Rica,FruitVeg,2.659772,0.0900396725734386
+1984,Costa Rica,OilcropsPulses,2.659772,0.0216123788054014
 1984,Costa Rica,Starchy Roots,2.659772,0.0101847075614
+1984,Costa Rica,Sugar,2.659772,0.0610484658083475
 1985,Costa Rica,Ruminants,2.730231,0.800252506106626
 1985,Costa Rica,Cereals,2.730231,0.130750474959811
 1985,Costa Rica,Monogastrics,2.730231,0.0618535940731755
-1985,Costa Rica,Oilcrops,2.730231,0.0104137708494263
-1985,Costa Rica,Pulses,2.730231,0.00845935746828748
+1985,Costa Rica,FruitVeg,2.730231,0.104345383229478
+1985,Costa Rica,OilcropsPulses,2.730231,0.0188731283177138
 1985,Costa Rica,Starchy Roots,2.730231,0.0154873342219028
+1985,Costa Rica,Sugar,2.730231,0.0670082494851168
 1986,Costa Rica,Ruminants,2.800986,0.621192644304541
 1986,Costa Rica,Cereals,2.800986,0.132418726834051
 1986,Costa Rica,Monogastrics,2.800986,0.058149880077944
-1986,Costa Rica,Oilcrops,2.800986,0.0122970982361211
-1986,Costa Rica,Pulses,2.800986,0.00786401645706191
+1986,Costa Rica,FruitVeg,2.800986,0.109312577785109
+1986,Costa Rica,OilcropsPulses,2.800986,0.020161114693183
 1986,Costa Rica,Starchy Roots,2.800986,0.0139447323192619
+1986,Costa Rica,Sugar,2.800986,0.0648675145109615
 1987,Costa Rica,Ruminants,2.872214,0.717994759443412
 1987,Costa Rica,Cereals,2.872214,0.130647646728273
 1987,Costa Rica,Monogastrics,2.872214,0.0613640209260173
-1987,Costa Rica,Oilcrops,2.872214,0.0154897928914767
-1987,Costa Rica,Pulses,2.872214,0.00992439978358159
+1987,Costa Rica,FruitVeg,2.872214,0.111311343792628
+1987,Costa Rica,OilcropsPulses,2.872214,0.0254141926750583
 1987,Costa Rica,Starchy Roots,2.872214,0.0119521038474153
+1987,Costa Rica,Sugar,2.872214,0.0635206847400646
 1988,Costa Rica,Ruminants,2.94456,0.648704967805037
 1988,Costa Rica,Cereals,2.94456,0.145394218491048
 1988,Costa Rica,Monogastrics,2.94456,0.0837496943516179
-1988,Costa Rica,Oilcrops,2.94456,0.0145926725894531
-1988,Costa Rica,Pulses,2.94456,0.007257451028337
+1988,Costa Rica,FruitVeg,2.94456,0.112880702040373
+1988,Costa Rica,OilcropsPulses,2.94456,0.0218501236177901
 1988,Costa Rica,Starchy Roots,2.94456,0.0144935066699269
+1988,Costa Rica,Sugar,2.94456,0.0619970386067868
 1989,Costa Rica,Ruminants,3.018953,0.651262838474133
 1989,Costa Rica,Cereals,3.018953,0.138598712865023
 1989,Costa Rica,Monogastrics,3.018953,0.0920786444837001
-1989,Costa Rica,Oilcrops,3.018953,0.0110415763345769
-1989,Costa Rica,Pulses,3.018953,0.0129064612797881
+1989,Costa Rica,FruitVeg,3.018953,0.18353349654665
+1989,Costa Rica,OilcropsPulses,3.018953,0.023948037614365
 1989,Costa Rica,Starchy Roots,3.018953,0.020475972961487
+1989,Costa Rica,Sugar,3.018953,0.0579624790448874
 1990,Costa Rica,Ruminants,3.095994,0.677284613600672
 1990,Costa Rica,Cereals,3.095994,0.13039172556536
 1990,Costa Rica,Monogastrics,3.095994,0.0973708282380392
-1990,Costa Rica,Oilcrops,3.095994,0.0139141096526673
-1990,Costa Rica,Pulses,3.095994,0.0117778006029727
+1990,Costa Rica,FruitVeg,3.095994,0.181280713076317
+1990,Costa Rica,OilcropsPulses,3.095994,0.02569191025564
 1990,Costa Rica,Starchy Roots,3.095994,0.0198052709404476
+1990,Costa Rica,Sugar,3.095994,0.0595085132593926
 1991,Costa Rica,Ruminants,3.175654,0.652023457215427
 1991,Costa Rica,Cereals,3.175654,0.125554610168488
 1991,Costa Rica,Monogastrics,3.175654,0.10643902011995
-1991,Costa Rica,Oilcrops,3.175654,0.0150649283580642
-1991,Costa Rica,Pulses,3.175654,0.0102907936443958
+1991,Costa Rica,FruitVeg,3.175654,0.182717953530202
+1991,Costa Rica,OilcropsPulses,3.175654,0.02535572200246
 1991,Costa Rica,Starchy Roots,3.175654,0.0191277135355426
+1991,Costa Rica,Sugar,3.175654,0.0590747606634728
 1992,Costa Rica,Ruminants,3.257463,0.655608060628778
 1992,Costa Rica,Cereals,3.257463,0.121026700840501
 1992,Costa Rica,Monogastrics,3.257463,0.112038233435038
-1992,Costa Rica,Oilcrops,3.257463,0.0152222757403538
-1992,Costa Rica,Pulses,3.257463,0.00932934618136875
+1992,Costa Rica,FruitVeg,3.257463,0.207956928444007
+1992,Costa Rica,OilcropsPulses,3.257463,0.0245516219217225
 1992,Costa Rica,Starchy Roots,3.257463,0.0217261101661017
+1992,Costa Rica,Sugar,3.257463,0.0596574696320419
 1993,Costa Rica,Ruminants,3.341005,0.642012448350122
 1993,Costa Rica,Cereals,3.341005,0.137185068564698
 1993,Costa Rica,Monogastrics,3.341005,0.113963732469721
-1993,Costa Rica,Oilcrops,3.341005,0.0119898054627275
-1993,Costa Rica,Pulses,3.341005,0.00864051385735729
+1993,Costa Rica,FruitVeg,3.341005,0.185932376635174
+1993,Costa Rica,OilcropsPulses,3.341005,0.0206303193200848
 1993,Costa Rica,Starchy Roots,3.341005,0.0224004453749695
+1993,Costa Rica,Sugar,3.341005,0.0594201445373473
 1994,Costa Rica,Ruminants,3.425692,0.62507680200088
 1994,Costa Rica,Cereals,3.425692,0.128697793029846
 1994,Costa Rica,Monogastrics,3.425692,0.119285358987323
-1994,Costa Rica,Oilcrops,3.425692,0.015608525226436
-1994,Costa Rica,Pulses,3.425692,0.00962053798181506
+1994,Costa Rica,FruitVeg,3.425692,0.197283935625269
+1994,Costa Rica,OilcropsPulses,3.425692,0.0252290632082511
 1994,Costa Rica,Starchy Roots,3.425692,0.0208363740814994
+1994,Costa Rica,Sugar,3.425692,0.0588567215032758
 1995,Costa Rica,Ruminants,3.510925,0.616246487748955
 1995,Costa Rica,Cereals,3.510925,0.130952953993606
 1995,Costa Rica,Monogastrics,3.510925,0.126713330532552
-1995,Costa Rica,Oilcrops,3.510925,0.017702172504397
-1995,Costa Rica,Pulses,3.510925,0.0110107735141024
+1995,Costa Rica,FruitVeg,3.510925,0.136367481504162
+1995,Costa Rica,OilcropsPulses,3.510925,0.0287129460184994
 1995,Costa Rica,Starchy Roots,3.510925,0.0243200865868681
+1995,Costa Rica,Sugar,3.510925,0.0579975362618113
 1996,Costa Rica,Ruminants,3.596733,0.61206870234738
 1996,Costa Rica,Cereals,3.596733,0.132597554502934
 1996,Costa Rica,Monogastrics,3.596733,0.119609434450653
-1996,Costa Rica,Oilcrops,3.596733,0.0179468423149564
-1996,Costa Rica,Pulses,3.596733,0.00555865559106
+1996,Costa Rica,FruitVeg,3.596733,0.1689636122559
+1996,Costa Rica,OilcropsPulses,3.596733,0.0235054979060164
 1996,Costa Rica,Starchy Roots,3.596733,0.0216521493255129
+1996,Costa Rica,Sugar,3.596733,0.0571924577109282
 1997,Costa Rica,Ruminants,3.682725,0.606166466407348
 1997,Costa Rica,Cereals,3.682725,0.137157675362673
 1997,Costa Rica,Monogastrics,3.682725,0.117789435811797
-1997,Costa Rica,Oilcrops,3.682725,0.01843553347046
-1997,Costa Rica,Pulses,3.682725,0.00868731713608809
+1997,Costa Rica,FruitVeg,3.682725,0.176601293878853
+1997,Costa Rica,OilcropsPulses,3.682725,0.0271228506065481
 1997,Costa Rica,Starchy Roots,3.682725,0.0200612318324067
+1997,Costa Rica,Sugar,3.682725,0.0564196349170791
 1998,Costa Rica,Ruminants,3.767369,0.60669323870319
 1998,Costa Rica,Cereals,3.767369,0.143873615778014
 1998,Costa Rica,Monogastrics,3.767369,0.117242590253304
-1998,Costa Rica,Oilcrops,3.767369,0.0178668455359695
-1998,Costa Rica,Pulses,3.767369,0.00789728853212945
+1998,Costa Rica,FruitVeg,3.767369,0.172658160111208
+1998,Costa Rica,OilcropsPulses,3.767369,0.025764134068099
 1998,Costa Rica,Starchy Roots,3.767369,0.0299012387690189
+1998,Costa Rica,Sugar,3.767369,0.056966015274851
 1999,Costa Rica,Ruminants,3.848725,0.598622089133414
 1999,Costa Rica,Cereals,3.848725,0.13645298118208
 1999,Costa Rica,Monogastrics,3.848725,0.130478561081917
-1999,Costa Rica,Oilcrops,3.848725,0.0164298566408356
-1999,Costa Rica,Pulses,3.848725,0.0101560906533982
+1999,Costa Rica,FruitVeg,3.848725,0.205011529792334
+1999,Costa Rica,OilcropsPulses,3.848725,0.0265859472942338
 1999,Costa Rica,Starchy Roots,3.848725,0.0341484517599984
+1999,Costa Rica,Sugar,3.848725,0.0572360976687085
 2000,Costa Rica,Ruminants,3.92545,0.572467564228305
 2000,Costa Rica,Cereals,3.92545,0.135518730336649
 2000,Costa Rica,Monogastrics,3.92545,0.129203632704531
-2000,Costa Rica,Oilcrops,3.92545,0.0212125998293189
-2000,Costa Rica,Pulses,3.92545,0.0107432268911845
+2000,Costa Rica,FruitVeg,3.92545,0.197861901183304
+2000,Costa Rica,OilcropsPulses,3.92545,0.0319558267205034
 2000,Costa Rica,Starchy Roots,3.92545,0.0285101071214765
+2000,Costa Rica,Sugar,3.92545,0.0560083557299163
 2001,Costa Rica,Ruminants,3.9968,0.54961301541233
 2001,Costa Rica,Cereals,3.9968,0.138498799039231
 2001,Costa Rica,Monogastrics,3.9968,0.140093224579664
-2001,Costa Rica,Oilcrops,3.9968,0.0168084467574059
-2001,Costa Rica,Pulses,3.9968,0.0104963971176942
+2001,Costa Rica,FruitVeg,3.9968,0.214645716573259
+2001,Costa Rica,OilcropsPulses,3.9968,0.0273048438751001
 2001,Costa Rica,Starchy Roots,3.9968,0.0331930544435548
+2001,Costa Rica,Sugar,3.9968,0.0549934947958367
 2002,Costa Rica,Ruminants,4.063208,0.467335292704681
 2002,Costa Rica,Cereals,4.063208,0.131535968623807
 2002,Costa Rica,Monogastrics,4.063208,0.141528393328621
-2002,Costa Rica,Oilcrops,4.063208,0.0192463688789744
-2002,Costa Rica,Pulses,4.063208,0.0105355177485376
+2002,Costa Rica,FruitVeg,4.063208,0.204224346870748
+2002,Costa Rica,OilcropsPulses,4.063208,0.0297818866275121
 2002,Costa Rica,Starchy Roots,4.063208,0.0331250578360743
+2002,Costa Rica,Sugar,4.063208,0.0553885009086416
 2003,Costa Rica,Ruminants,4.12597,0.531995312617397
 2003,Costa Rica,Cereals,4.12597,0.133579740036888
 2003,Costa Rica,Monogastrics,4.12597,0.138577449666381
-2003,Costa Rica,Oilcrops,4.12597,0.0176004672840568
-2003,Costa Rica,Pulses,4.12597,0.0104353642900942
+2003,Costa Rica,FruitVeg,4.12597,0.166459038723015
+2003,Costa Rica,OilcropsPulses,4.12597,0.0280358315741511
 2003,Costa Rica,Starchy Roots,4.12597,0.0311984818115498
+2003,Costa Rica,Sugar,4.12597,0.0562386541831375
 2004,Costa Rica,Ruminants,4.187039,0.489857677466104
 2004,Costa Rica,Cereals,4.187039,0.135327853406668
 2004,Costa Rica,Monogastrics,4.187039,0.145566688058076
-2004,Costa Rica,Oilcrops,4.187039,0.0199291193609613
-2004,Costa Rica,Pulses,4.187039,0.0106965805668397
+2004,Costa Rica,FruitVeg,4.187039,0.131448739789622
+2004,Costa Rica,OilcropsPulses,4.187039,0.030625699927801
 2004,Costa Rica,Starchy Roots,4.187039,0.029472617761621
+2004,Costa Rica,Sugar,4.187039,0.0557458385269399
 2005,Costa Rica,Ruminants,4.247843,0.520454051621023
 2005,Costa Rica,Cereals,4.247843,0.133624524258547
 2005,Costa Rica,Monogastrics,4.247843,0.141643959063459
-2005,Costa Rica,Oilcrops,4.247843,0.0205054659506013
-2005,Costa Rica,Pulses,4.247843,0.0107729970246075
+2005,Costa Rica,FruitVeg,4.247843,0.193767048358426
+2005,Costa Rica,OilcropsPulses,4.247843,0.0312784629752088
 2005,Costa Rica,Starchy Roots,4.247843,0.0266066801433104
+2005,Costa Rica,Sugar,4.247843,0.0578846722913253
 2006,Costa Rica,Ruminants,4.30879,0.527480011789853
 2006,Costa Rica,Cereals,4.30879,0.130444509943627
 2006,Costa Rica,Monogastrics,4.30879,0.152722481253438
-2006,Costa Rica,Oilcrops,4.30879,0.0224424954569612
-2006,Costa Rica,Pulses,4.30879,0.0117917095054528
+2006,Costa Rica,FruitVeg,4.30879,0.219988906398316
+2006,Costa Rica,OilcropsPulses,4.30879,0.034234204962414
 2006,Costa Rica,Starchy Roots,4.30879,0.0251964008457131
+2006,Costa Rica,Sugar,4.30879,0.0582741326451277
 2007,Costa Rica,Ruminants,4.369465,0.571267168863923
 2007,Costa Rica,Cereals,4.369465,0.133801735452738
 2007,Costa Rica,Monogastrics,4.369465,0.16284659563585
-2007,Costa Rica,Oilcrops,4.369465,0.0207499087416881
-2007,Costa Rica,Pulses,4.369465,0.0115693797753272
+2007,Costa Rica,FruitVeg,4.369465,0.156114535761243
+2007,Costa Rica,OilcropsPulses,4.369465,0.0323192885170152
 2007,Costa Rica,Starchy Roots,4.369465,0.0220031514155623
+2007,Costa Rica,Sugar,4.369465,0.0597544550648649
 2008,Costa Rica,Ruminants,4.429506,0.581138325583033
 2008,Costa Rica,Cereals,4.429506,0.133282131235402
 2008,Costa Rica,Monogastrics,4.429506,0.166993429967134
-2008,Costa Rica,Oilcrops,4.429506,0.0209531266014766
-2008,Costa Rica,Pulses,4.429506,0.0115252129695727
+2008,Costa Rica,FruitVeg,4.429506,0.144906678081032
+2008,Costa Rica,OilcropsPulses,4.429506,0.0324783395710492
 2008,Costa Rica,Starchy Roots,4.429506,0.0263961714918097
+2008,Costa Rica,Sugar,4.429506,0.057185609411072
 2009,Costa Rica,Ruminants,4.488261,0.596500805100238
 2009,Costa Rica,Cereals,4.488261,0.134185378256746
 2009,Costa Rica,Monogastrics,4.488261,0.168495526441087
-2009,Costa Rica,Oilcrops,4.488261,0.0214223281578322
-2009,Costa Rica,Pulses,4.488261,0.0115808773152898
+2009,Costa Rica,FruitVeg,4.488261,0.141525860461323
+2009,Costa Rica,OilcropsPulses,4.488261,0.033003205473122
 2009,Costa Rica,Starchy Roots,4.488261,0.0307453153905265
+2009,Costa Rica,Sugar,4.488261,0.0560248167385988
 2010,Costa Rica,Ruminants,4.545273,0.6233469804784
 2010,Costa Rica,Cereals,4.545273,0.135757522155435
 2010,Costa Rica,Monogastrics,4.545273,0.16262088107799
-2010,Costa Rica,Oilcrops,4.545273,0.0217608491283142
-2010,Costa Rica,Pulses,4.545273,0.011452337406356
+2010,Costa Rica,FruitVeg,4.545273,0.163165336823553
+2010,Costa Rica,OilcropsPulses,4.545273,0.0332131865346702
 2010,Costa Rica,Starchy Roots,4.545273,0.0245164591873799
+2010,Costa Rica,Sugar,4.545273,0.0574603549665774
 2011,Costa Rica,Ruminants,4.600487,0.623691448318406
 2011,Costa Rica,Cereals,4.600487,0.136811820139911
 2011,Costa Rica,Monogastrics,4.600487,0.16061164828854
-2011,Costa Rica,Oilcrops,4.600487,0.0221078768399954
-2011,Costa Rica,Pulses,4.600487,0.0113070637956373
+2011,Costa Rica,FruitVeg,4.600487,0.176343504502893
+2011,Costa Rica,OilcropsPulses,4.600487,0.0334149406356327
 2011,Costa Rica,Starchy Roots,4.600487,0.0323139702383682
+2011,Costa Rica,Sugar,4.600487,0.0567842056721386
 1961,Cote d'Ivoire,Ruminants,3.602075,0.348216042142376
 1961,Cote d'Ivoire,Cereals,3.602075,0.074141709986605
 1961,Cote d'Ivoire,Monogastrics,3.602075,0.00862910961043287
-1961,Cote d'Ivoire,Oilcrops,3.602075,0.0074479293185178
-1961,Cote d'Ivoire,Pulses,3.602075,0.00117571122200398
+1961,Cote d'Ivoire,FruitVeg,3.602075,0.149976888321315
+1961,Cote d'Ivoire,OilcropsPulses,3.602075,0.00862364054052178
 1961,Cote d'Ivoire,Starchy Roots,3.602075,0.353720008606151
+1961,Cote d'Ivoire,Sugar,3.602075,0.00810199676575307
 1962,Cote d'Ivoire,Ruminants,3.740503,0.337518670617294
 1962,Cote d'Ivoire,Cereals,3.740503,0.0784036264641413
 1962,Cote d'Ivoire,Monogastrics,3.740503,0.00861440292923171
-1962,Cote d'Ivoire,Oilcrops,3.740503,0.00932628579632204
-1962,Cote d'Ivoire,Pulses,3.740503,0.00230129477238756
+1962,Cote d'Ivoire,FruitVeg,3.740503,0.171975266428071
+1962,Cote d'Ivoire,OilcropsPulses,3.740503,0.0116275805687096
 1962,Cote d'Ivoire,Starchy Roots,3.740503,0.365018822334857
+1962,Cote d'Ivoire,Sugar,3.740503,0.00824915793410672
 1963,Cote d'Ivoire,Ruminants,3.889859,0.333559365519419
 1963,Cote d'Ivoire,Cereals,3.889859,0.101757158807042
 1963,Cote d'Ivoire,Monogastrics,3.889859,0.00899528748985503
-1963,Cote d'Ivoire,Oilcrops,3.889859,0.00786223870839534
-1963,Cote d'Ivoire,Pulses,3.889859,0.00187410391996214
+1963,Cote d'Ivoire,FruitVeg,3.889859,0.156577140713841
+1963,Cote d'Ivoire,OilcropsPulses,3.889859,0.00973634262835748
 1963,Cote d'Ivoire,Starchy Roots,3.889859,0.34952372309639
+1963,Cote d'Ivoire,Sugar,3.889859,0.00719100615215102
 1964,Cote d'Ivoire,Ruminants,4.049675,0.378795137881435
 1964,Cote d'Ivoire,Cereals,4.049675,0.109037885756264
 1964,Cote d'Ivoire,Monogastrics,4.049675,0.0095050343546087
-1964,Cote d'Ivoire,Oilcrops,4.049675,0.00865526245933316
-1964,Cote d'Ivoire,Pulses,4.049675,0.0028718353941983
+1964,Cote d'Ivoire,FruitVeg,4.049675,0.15624389611512
+1964,Cote d'Ivoire,OilcropsPulses,4.049675,0.0115270978535315
 1964,Cote d'Ivoire,Starchy Roots,4.049675,0.345914919098446
+1964,Cote d'Ivoire,Sugar,4.049675,0.00649064431096323
 1965,Cote d'Ivoire,Ruminants,4.219739,0.371262488035398
 1965,Cote d'Ivoire,Cereals,4.219739,0.120188950074874
 1965,Cote d'Ivoire,Monogastrics,4.219739,0.00940799893073956
-1965,Cote d'Ivoire,Oilcrops,4.219739,0.00901240574357798
-1965,Cote d'Ivoire,Pulses,4.219739,0.00126761394484351
+1965,Cote d'Ivoire,FruitVeg,4.219739,0.156870128697533
+1965,Cote d'Ivoire,OilcropsPulses,4.219739,0.0102800196884215
 1965,Cote d'Ivoire,Starchy Roots,4.219739,0.341418746514891
+1965,Cote d'Ivoire,Sugar,4.219739,0.00813296746552334
 1966,Cote d'Ivoire,Ruminants,4.400054,0.377535321157422
 1966,Cote d'Ivoire,Cereals,4.400054,0.116392889723626
 1966,Cote d'Ivoire,Monogastrics,4.400054,0.0095438374165408
-1966,Cote d'Ivoire,Oilcrops,4.400054,0.0103051008010356
-1966,Cote d'Ivoire,Pulses,4.400054,0.00122271226671309
+1966,Cote d'Ivoire,FruitVeg,4.400054,0.157109662745048
+1966,Cote d'Ivoire,OilcropsPulses,4.400054,0.0115278130677487
 1966,Cote d'Ivoire,Starchy Roots,4.400054,0.333754313015249
+1966,Cote d'Ivoire,Sugar,4.400054,0.00881580089698899
 1967,Cote d'Ivoire,Ruminants,4.591238,0.40729635449088
 1967,Cote d'Ivoire,Cereals,4.591238,0.122483521873621
 1967,Cote d'Ivoire,Monogastrics,4.591238,0.00924643854228424
-1967,Cote d'Ivoire,Oilcrops,4.591238,0.011702943737615
-1967,Cote d'Ivoire,Pulses,4.591238,0.00136303106046779
+1967,Cote d'Ivoire,FruitVeg,4.591238,0.155213038400536
+1967,Cote d'Ivoire,OilcropsPulses,4.591238,0.0130659747980828
 1967,Cote d'Ivoire,Starchy Roots,4.591238,0.325157179828186
+1967,Cote d'Ivoire,Sugar,4.591238,0.00777088881038186
 1968,Cote d'Ivoire,Ruminants,4.794399,0.427720533897992
 1968,Cote d'Ivoire,Cereals,4.794399,0.123988011844655
 1968,Cote d'Ivoire,Monogastrics,4.794399,0.0106549121172435
-1968,Cote d'Ivoire,Oilcrops,4.794399,0.0141623590360335
-1968,Cote d'Ivoire,Pulses,4.794399,0.00114821482317179
+1968,Cote d'Ivoire,FruitVeg,4.794399,0.151778982099738
+1968,Cote d'Ivoire,OilcropsPulses,4.794399,0.0153105738592053
 1968,Cote d'Ivoire,Starchy Roots,4.794399,0.318838711588251
+1968,Cote d'Ivoire,Sugar,4.794399,0.00849282673386174
 1969,Cote d'Ivoire,Ruminants,5.010962,0.421524330058779
 1969,Cote d'Ivoire,Cereals,5.010962,0.118750651072588
 1969,Cote d'Ivoire,Monogastrics,5.010962,0.0104214120961205
-1969,Cote d'Ivoire,Oilcrops,5.010962,0.0137289007579782
-1969,Cote d'Ivoire,Pulses,5.010962,0.00129735567741284
+1969,Cote d'Ivoire,FruitVeg,5.010962,0.151524597472501
+1969,Cote d'Ivoire,OilcropsPulses,5.010962,0.015026256435391
 1969,Cote d'Ivoire,Starchy Roots,5.010962,0.325167702329413
+1969,Cote d'Ivoire,Sugar,5.010962,0.00833133438249981
 1970,Cote d'Ivoire,Ruminants,5.241914,0.41694276174695
 1970,Cote d'Ivoire,Cereals,5.241914,0.123694894651076
 1970,Cote d'Ivoire,Monogastrics,5.241914,0.0104612933367468
-1970,Cote d'Ivoire,Oilcrops,5.241914,0.0136877484064027
-1970,Cote d'Ivoire,Pulses,5.241914,0.00117476173779272
+1970,Cote d'Ivoire,FruitVeg,5.241914,0.148388737396302
+1970,Cote d'Ivoire,OilcropsPulses,5.241914,0.0148625101441954
 1970,Cote d'Ivoire,Starchy Roots,5.241914,0.316601340655341
+1970,Cote d'Ivoire,Sugar,5.241914,0.00860124755957461
 1971,Cote d'Ivoire,Ruminants,5.487594,0.426941789060926
 1971,Cote d'Ivoire,Cereals,5.487594,0.121434639661753
 1971,Cote d'Ivoire,Monogastrics,5.487594,0.0102550042878537
-1971,Cote d'Ivoire,Oilcrops,5.487594,0.012332180551258
-1971,Cote d'Ivoire,Pulses,5.487594,0.000993331503751918
+1971,Cote d'Ivoire,FruitVeg,5.487594,0.150072326779277
+1971,Cote d'Ivoire,OilcropsPulses,5.487594,0.0133255120550099
 1971,Cote d'Ivoire,Starchy Roots,5.487594,0.308347155420026
+1971,Cote d'Ivoire,Sugar,5.487594,0.00824295674935136
 1972,Cote d'Ivoire,Ruminants,5.747633,0.425164880917066
 1972,Cote d'Ivoire,Cereals,5.747633,0.128695760498278
 1972,Cote d'Ivoire,Monogastrics,5.747633,0.0103974975437715
-1972,Cote d'Ivoire,Oilcrops,5.747633,0.01336706779991
-1972,Cote d'Ivoire,Pulses,5.747633,0.00103399086197744
+1972,Cote d'Ivoire,FruitVeg,5.747633,0.147312119615153
+1972,Cote d'Ivoire,OilcropsPulses,5.747633,0.0144010586618874
 1972,Cote d'Ivoire,Starchy Roots,5.747633,0.294515150845574
+1972,Cote d'Ivoire,Sugar,5.747633,0.00777328684695074
 1973,Cote d'Ivoire,Ruminants,6.021405,0.377942257662456
 1973,Cote d'Ivoire,Cereals,6.021405,0.124586703601568
 1973,Cote d'Ivoire,Monogastrics,6.021405,0.0106866586784978
-1973,Cote d'Ivoire,Oilcrops,6.021405,0.01360911614482
-1973,Cote d'Ivoire,Pulses,6.021405,0.000987643249374523
+1973,Cote d'Ivoire,FruitVeg,6.021405,0.139460806904701
+1973,Cote d'Ivoire,OilcropsPulses,6.021405,0.0145967593941945
 1973,Cote d'Ivoire,Starchy Roots,6.021405,0.317834126752809
+1973,Cote d'Ivoire,Sugar,6.021405,0.00783554668719344
 1974,Cote d'Ivoire,Ruminants,6.307936,0.346517260162437
 1974,Cote d'Ivoire,Cereals,6.307936,0.115925874961319
 1974,Cote d'Ivoire,Monogastrics,6.307936,0.011106834311572
-1974,Cote d'Ivoire,Oilcrops,6.307936,0.0122967322433202
-1974,Cote d'Ivoire,Pulses,6.307936,0.00106786118311917
+1974,Cote d'Ivoire,FruitVeg,6.307936,0.145193293020094
+1974,Cote d'Ivoire,OilcropsPulses,6.307936,0.0133645934264393
 1974,Cote d'Ivoire,Starchy Roots,6.307936,0.325086208864516
+1974,Cote d'Ivoire,Sugar,6.307936,0.00797883808586517
 1975,Cote d'Ivoire,Ruminants,6.606395,0.338711082216549
 1975,Cote d'Ivoire,Cereals,6.606395,0.104131829840632
 1975,Cote d'Ivoire,Monogastrics,6.606395,0.0121597482439364
-1975,Cote d'Ivoire,Oilcrops,6.606395,0.0135517176917214
-1975,Cote d'Ivoire,Pulses,6.606395,0.00138820037251784
+1975,Cote d'Ivoire,FruitVeg,6.606395,0.205222515456614
+1975,Cote d'Ivoire,OilcropsPulses,6.606395,0.0149399180642393
 1975,Cote d'Ivoire,Starchy Roots,6.606395,0.363077291018778
+1975,Cote d'Ivoire,Sugar,6.606395,0.00708571013389299
 1976,Cote d'Ivoire,Ruminants,6.916302,0.355525192508945
 1976,Cote d'Ivoire,Cereals,6.916302,0.112274738725984
 1976,Cote d'Ivoire,Monogastrics,6.916302,0.0134211172386631
-1976,Cote d'Ivoire,Oilcrops,6.916302,0.0152402251954874
-1976,Cote d'Ivoire,Pulses,6.916302,0.000990269077319064
+1976,Cote d'Ivoire,FruitVeg,6.916302,0.193737346923255
+1976,Cote d'Ivoire,OilcropsPulses,6.916302,0.0162304942728065
 1976,Cote d'Ivoire,Starchy Roots,6.916302,0.345609546835867
+1976,Cote d'Ivoire,Sugar,6.916302,0.00731098786605906
 1977,Cote d'Ivoire,Ruminants,7.237451,0.378667406521992
 1977,Cote d'Ivoire,Cereals,7.237451,0.123337622596685
 1977,Cote d'Ivoire,Monogastrics,7.237451,0.0144982535978482
-1977,Cote d'Ivoire,Oilcrops,7.237451,0.0209365148033472
-1977,Cote d'Ivoire,Pulses,7.237451,0.00100049036601422
+1977,Cote d'Ivoire,FruitVeg,7.237451,0.178424144080561
+1977,Cote d'Ivoire,OilcropsPulses,7.237451,0.0219370051693614
 1977,Cote d'Ivoire,Starchy Roots,7.237451,0.314679159831272
+1977,Cote d'Ivoire,Sugar,7.237451,0.00762533659986092
 1978,Cote d'Ivoire,Ruminants,7.569558,0.383042682280788
 1978,Cote d'Ivoire,Cereals,7.569558,0.128378830045295
 1978,Cote d'Ivoire,Monogastrics,7.569558,0.0159908279981473
-1978,Cote d'Ivoire,Oilcrops,7.569558,0.0288586202787534
-1978,Cote d'Ivoire,Pulses,7.569558,0.00093558963416358
+1978,Cote d'Ivoire,FruitVeg,7.569558,0.182811466666878
+1978,Cote d'Ivoire,OilcropsPulses,7.569558,0.029794209912917
 1978,Cote d'Ivoire,Starchy Roots,7.569558,0.316365631916685
+1978,Cote d'Ivoire,Sugar,7.569558,0.00809413178418079
 1979,Cote d'Ivoire,Ruminants,7.91239,0.367580099059829
 1979,Cote d'Ivoire,Cereals,7.91239,0.145827366952337
 1979,Cote d'Ivoire,Monogastrics,7.91239,0.0168824463910399
-1979,Cote d'Ivoire,Oilcrops,7.91239,0.032831040937062
-1979,Cote d'Ivoire,Pulses,7.91239,0.000873693030803588
+1979,Cote d'Ivoire,FruitVeg,7.91239,0.179011904114939
+1979,Cote d'Ivoire,OilcropsPulses,7.91239,0.0337047339678656
 1979,Cote d'Ivoire,Starchy Roots,7.91239,0.31487856387261
+1979,Cote d'Ivoire,Sugar,7.91239,0.00788952516243512
 1980,Cote d'Ivoire,Ruminants,8.265549,0.355260939110034
 1980,Cote d'Ivoire,Cereals,8.265549,0.151293156691709
 1980,Cote d'Ivoire,Monogastrics,8.265549,0.0172351165058727
-1980,Cote d'Ivoire,Oilcrops,8.265549,0.0408666139417962
-1980,Cote d'Ivoire,Pulses,8.265549,0.000900363666103728
+1980,Cote d'Ivoire,FruitVeg,8.265549,0.153615688443684
+1980,Cote d'Ivoire,OilcropsPulses,8.265549,0.0417669776079
 1980,Cote d'Ivoire,Starchy Roots,8.265549,0.320585238802649
+1980,Cote d'Ivoire,Sugar,8.265549,0.00992517254449765
 1981,Cote d'Ivoire,Ruminants,8.629121,0.35212051146345
 1981,Cote d'Ivoire,Cereals,8.629121,0.154599755873165
 1981,Cote d'Ivoire,Monogastrics,8.629121,0.0183138352098667
-1981,Cote d'Ivoire,Oilcrops,8.629121,0.0360721561327046
-1981,Cote d'Ivoire,Pulses,8.629121,0.000811901930683322
+1981,Cote d'Ivoire,FruitVeg,8.629121,0.153784840889356
+1981,Cote d'Ivoire,OilcropsPulses,8.629121,0.0368840580633879
 1981,Cote d'Ivoire,Starchy Roots,8.629121,0.320625125085162
+1981,Cote d'Ivoire,Sugar,8.629121,0.00998108613843751
 1982,Cote d'Ivoire,Ruminants,9.0024,0.327684606327202
 1982,Cote d'Ivoire,Cereals,9.0024,0.151606793743891
 1982,Cote d'Ivoire,Monogastrics,9.0024,0.016590031547143
-1982,Cote d'Ivoire,Oilcrops,9.0024,0.0408569936905714
-1982,Cote d'Ivoire,Pulses,9.0024,0.000779236648004976
+1982,Cote d'Ivoire,FruitVeg,9.0024,0.149762952101662
+1982,Cote d'Ivoire,OilcropsPulses,9.0024,0.0416362303385764
 1982,Cote d'Ivoire,Starchy Roots,9.0024,0.321782080334133
+1982,Cote d'Ivoire,Sugar,9.0024,0.0104606549364614
 1983,Cote d'Ivoire,Ruminants,9.383289,0.321605153587404
 1983,Cote d'Ivoire,Cereals,9.383289,0.155716934648395
 1983,Cote d'Ivoire,Monogastrics,9.383289,0.0162626025906268
-1983,Cote d'Ivoire,Oilcrops,9.383289,0.0432449645321593
-1983,Cote d'Ivoire,Pulses,9.383289,0.000749204250236777
+1983,Cote d'Ivoire,FruitVeg,9.383289,0.129717522288826
+1983,Cote d'Ivoire,OilcropsPulses,9.383289,0.043994168782396
 1983,Cote d'Ivoire,Starchy Roots,9.383289,0.294310235995076
+1983,Cote d'Ivoire,Sugar,9.383289,0.0104737262168947
 1984,Cote d'Ivoire,Ruminants,9.769105,0.316195352593713
 1984,Cote d'Ivoire,Cereals,9.769105,0.143441185246755
 1984,Cote d'Ivoire,Monogastrics,9.769105,0.015818665067066
-1984,Cote d'Ivoire,Oilcrops,9.769105,0.0409612753676002
-1984,Cote d'Ivoire,Pulses,9.769105,0.000713985569814226
+1984,Cote d'Ivoire,FruitVeg,9.769105,0.143326435737972
+1984,Cote d'Ivoire,OilcropsPulses,9.769105,0.0416752609374144
 1984,Cote d'Ivoire,Starchy Roots,9.769105,0.321396074666001
+1984,Cote d'Ivoire,Sugar,9.769105,0.00955481592223648
 1985,Cote d'Ivoire,Ruminants,10.158033,0.316422598745249
 1985,Cote d'Ivoire,Cereals,10.158033,0.142538816323987
 1985,Cote d'Ivoire,Monogastrics,10.158033,0.0151655345085018
-1985,Cote d'Ivoire,Oilcrops,10.158033,0.0504273809703119
-1985,Cote d'Ivoire,Pulses,10.158033,0.000714705297767786
+1985,Cote d'Ivoire,FruitVeg,10.158033,0.138616108059503
+1985,Cote d'Ivoire,OilcropsPulses,10.158033,0.0511420862680797
 1985,Cote d'Ivoire,Starchy Roots,10.158033,0.294181166767227
+1985,Cote d'Ivoire,Sugar,10.158033,0.0101844520489351
 1986,Cote d'Ivoire,Ruminants,10.548148,0.304037362767379
 1986,Cote d'Ivoire,Cereals,10.548148,0.140795711247131
 1986,Cote d'Ivoire,Monogastrics,10.548148,0.0163012976306362
-1986,Cote d'Ivoire,Oilcrops,10.548148,0.049517128504454
-1986,Cote d'Ivoire,Pulses,10.548148,0.000659926273313571
+1986,Cote d'Ivoire,FruitVeg,10.548148,0.133499074908695
+1986,Cote d'Ivoire,OilcropsPulses,10.548148,0.0501770547777676
 1986,Cote d'Ivoire,Starchy Roots,10.548148,0.293268543444783
+1986,Cote d'Ivoire,Sugar,10.548148,0.0118973491839515
 1987,Cote d'Ivoire,Ruminants,10.939987,0.292146279515689
 1987,Cote d'Ivoire,Cereals,10.939987,0.138237367192484
 1987,Cote d'Ivoire,Monogastrics,10.939987,0.0166223415073528
-1987,Cote d'Ivoire,Oilcrops,10.939987,0.0469361618071393
-1987,Cote d'Ivoire,Pulses,10.939987,0.000637569313382182
+1987,Cote d'Ivoire,FruitVeg,10.939987,0.130755091390876
+1987,Cote d'Ivoire,OilcropsPulses,10.939987,0.0475737311205214
 1987,Cote d'Ivoire,Starchy Roots,10.939987,0.29231606947979
+1987,Cote d'Ivoire,Sugar,10.939987,0.0115891362576573
 1988,Cote d'Ivoire,Ruminants,11.337122,0.298497361146859
 1988,Cote d'Ivoire,Cereals,11.337122,0.140049476401506
 1988,Cote d'Ivoire,Monogastrics,11.337122,0.0183152655497577
-1988,Cote d'Ivoire,Oilcrops,11.337122,0.0429482896982144
-1988,Cote d'Ivoire,Pulses,11.337122,0.000613559596518411
+1988,Cote d'Ivoire,FruitVeg,11.337122,0.127215443213895
+1988,Cote d'Ivoire,OilcropsPulses,11.337122,0.0435618492947328
 1988,Cote d'Ivoire,Starchy Roots,11.337122,0.287758480503253
+1988,Cote d'Ivoire,Sugar,11.337122,0.0121544074413242
 1989,Cote d'Ivoire,Ruminants,11.744698,0.270422747353742
 1989,Cote d'Ivoire,Cereals,11.744698,0.13378223944115
 1989,Cote d'Ivoire,Monogastrics,11.744698,0.0165218807669639
-1989,Cote d'Ivoire,Oilcrops,11.744698,0.0427602310421264
-1989,Cote d'Ivoire,Pulses,11.744698,0.000795082172398132
+1989,Cote d'Ivoire,FruitVeg,11.744698,0.125572322080994
+1989,Cote d'Ivoire,OilcropsPulses,11.744698,0.0435553132145245
 1989,Cote d'Ivoire,Starchy Roots,11.744698,0.285281750113966
+1989,Cote d'Ivoire,Sugar,11.744698,0.0115450393019897
 1990,Cote d'Ivoire,Ruminants,12.165909,0.328955444266433
 1990,Cote d'Ivoire,Cereals,12.165909,0.131240419437627
 1990,Cote d'Ivoire,Monogastrics,12.165909,0.0145340804373927
-1990,Cote d'Ivoire,Oilcrops,12.165909,0.0399104579855069
-1990,Cote d'Ivoire,Pulses,12.165909,0.000566994213091681
+1990,Cote d'Ivoire,FruitVeg,12.165909,0.133903763376826
+1990,Cote d'Ivoire,OilcropsPulses,12.165909,0.0404774521985986
 1990,Cote d'Ivoire,Starchy Roots,12.165909,0.283103465593899
+1990,Cote d'Ivoire,Sugar,12.165909,0.0103398767819158
 1991,Cote d'Ivoire,Ruminants,12.600967,0.313307835819267
 1991,Cote d'Ivoire,Cereals,12.600967,0.131884719640961
 1991,Cote d'Ivoire,Monogastrics,12.600967,0.0140925216294908
-1991,Cote d'Ivoire,Oilcrops,12.600967,0.0356702783207035
-1991,Cote d'Ivoire,Pulses,12.600967,0.000555671640120953
+1991,Cote d'Ivoire,FruitVeg,12.600967,0.138015201531755
+1991,Cote d'Ivoire,OilcropsPulses,12.600967,0.0362259499608244
 1991,Cote d'Ivoire,Starchy Roots,12.600967,0.28299137677291
+1991,Cote d'Ivoire,Sugar,12.600967,0.0104803861481424
 1992,Cote d'Ivoire,Ruminants,13.046907,0.295462326818149
 1992,Cote d'Ivoire,Cereals,13.046907,0.131415514803624
 1992,Cote d'Ivoire,Monogastrics,13.046907,0.0138676929328921
-1992,Cote d'Ivoire,Oilcrops,13.046907,0.0292135906234328
-1992,Cote d'Ivoire,Pulses,13.046907,0.000542274119068987
+1992,Cote d'Ivoire,FruitVeg,13.046907,0.136644646888339
+1992,Cote d'Ivoire,OilcropsPulses,13.046907,0.0297558647425018
 1992,Cote d'Ivoire,Starchy Roots,13.046907,0.288205779346783
+1992,Cote d'Ivoire,Sugar,13.046907,0.01082854350077
 1993,Cote d'Ivoire,Ruminants,13.499696,0.278713216949478
 1993,Cote d'Ivoire,Cereals,13.499696,0.133170258056181
 1993,Cote d'Ivoire,Monogastrics,13.499696,0.0137154051469011
-1993,Cote d'Ivoire,Oilcrops,13.499696,0.0317867898654903
-1993,Cote d'Ivoire,Pulses,13.499696,0.000421416897091609
+1993,Cote d'Ivoire,FruitVeg,13.499696,0.135561200785558
+1993,Cote d'Ivoire,OilcropsPulses,13.499696,0.0322082067625819
 1993,Cote d'Ivoire,Starchy Roots,13.499696,0.274683963253691
+1993,Cote d'Ivoire,Sugar,13.499696,0.0104167530883658
 1994,Cote d'Ivoire,Ruminants,13.953779,0.243783243234682
 1994,Cote d'Ivoire,Cereals,13.953779,0.129237893190081
 1994,Cote d'Ivoire,Monogastrics,13.953779,0.0132630092536223
-1994,Cote d'Ivoire,Oilcrops,13.953779,0.0253821563319872
-1994,Cote d'Ivoire,Pulses,13.953779,0.00045349722107538
+1994,Cote d'Ivoire,FruitVeg,13.953779,0.147276662472582
+1994,Cote d'Ivoire,OilcropsPulses,13.953779,0.0258356535530626
 1994,Cote d'Ivoire,Starchy Roots,13.953779,0.273035569790807
+1994,Cote d'Ivoire,Sugar,13.953779,0.0102633128989645
 1995,Cote d'Ivoire,Ruminants,14.40434,0.242796643233914
 1995,Cote d'Ivoire,Cereals,14.40434,0.134144848011086
 1995,Cote d'Ivoire,Monogastrics,14.40434,0.0137486202075208
-1995,Cote d'Ivoire,Oilcrops,14.40434,0.024242346403931
-1995,Cote d'Ivoire,Pulses,14.40434,0.000316710102649618
+1995,Cote d'Ivoire,FruitVeg,14.40434,0.140832485209319
+1995,Cote d'Ivoire,OilcropsPulses,14.40434,0.0245590565065807
 1995,Cote d'Ivoire,Starchy Roots,14.40434,0.271218743795273
+1995,Cote d'Ivoire,Sugar,14.40434,0.00978559239784676
 1996,Cote d'Ivoire,Ruminants,14.852193,0.237870171765207
 1996,Cote d'Ivoire,Cereals,14.852193,0.137206539128599
 1996,Cote d'Ivoire,Monogastrics,14.852193,0.0107394578026289
-1996,Cote d'Ivoire,Oilcrops,14.852193,0.0233335238775849
-1996,Cote d'Ivoire,Pulses,14.852193,0.000296454537050522
+1996,Cote d'Ivoire,FruitVeg,14.852193,0.145525983940553
+1996,Cote d'Ivoire,OilcropsPulses,14.852193,0.0236299784146355
 1996,Cote d'Ivoire,Starchy Roots,14.852193,0.269718148693597
+1996,Cote d'Ivoire,Sugar,14.852193,0.00875204086022852
 1997,Cote d'Ivoire,Ruminants,15.29639,0.247371830869898
 1997,Cote d'Ivoire,Cereals,15.29639,0.122199355534214
 1997,Cote d'Ivoire,Monogastrics,15.29639,0.0117100374663564
-1997,Cote d'Ivoire,Oilcrops,15.29639,0.0285863527276697
-1997,Cote d'Ivoire,Pulses,15.29639,0.00144916545668619
+1997,Cote d'Ivoire,FruitVeg,15.29639,0.151947681773281
+1997,Cote d'Ivoire,OilcropsPulses,15.29639,0.0300355181843559
 1997,Cote d'Ivoire,Starchy Roots,15.29639,0.299213670676545
+1997,Cote d'Ivoire,Sugar,15.29639,0.00855600569807647
 1998,Cote d'Ivoire,Ruminants,15.728482,0.20091896980268
 1998,Cote d'Ivoire,Cereals,15.728482,0.121551335977623
 1998,Cote d'Ivoire,Monogastrics,15.728482,0.0126623344833913
-1998,Cote d'Ivoire,Oilcrops,15.728482,0.032295424313675
-1998,Cote d'Ivoire,Pulses,15.728482,0.0015676020101622
+1998,Cote d'Ivoire,FruitVeg,15.728482,0.150809849291241
+1998,Cote d'Ivoire,OilcropsPulses,15.728482,0.0338630263238372
 1998,Cote d'Ivoire,Starchy Roots,15.728482,0.295281324669475
+1998,Cote d'Ivoire,Sugar,15.728482,0.00906578269918229
 1999,Cote d'Ivoire,Ruminants,16.137824,0.198398445787982
 1999,Cote d'Ivoire,Cereals,16.137824,0.118898000126907
 1999,Cote d'Ivoire,Monogastrics,16.137824,0.0118712597187824
-1999,Cote d'Ivoire,Oilcrops,16.137824,0.0308068175734225
-1999,Cote d'Ivoire,Pulses,16.137824,0.00154048030267278
+1999,Cote d'Ivoire,FruitVeg,16.137824,0.142960723824972
+1999,Cote d'Ivoire,OilcropsPulses,16.137824,0.0323472978760953
 1999,Cote d'Ivoire,Starchy Roots,16.137824,0.301468525124577
+1999,Cote d'Ivoire,Sugar,16.137824,0.00882299868929045
 2000,Cote d'Ivoire,Ruminants,16.517948,0.194284338466255
 2000,Cote d'Ivoire,Cereals,16.517948,0.119899759945969
 2000,Cote d'Ivoire,Monogastrics,16.517948,0.0117258027449899
-2000,Cote d'Ivoire,Oilcrops,16.517948,0.0287241490286808
-2000,Cote d'Ivoire,Pulses,16.517948,0.0015515244387499
+2000,Cote d'Ivoire,FruitVeg,16.517948,0.137811488448807
+2000,Cote d'Ivoire,OilcropsPulses,16.517948,0.0302756734674307
 2000,Cote d'Ivoire,Starchy Roots,16.517948,0.298917819574199
+2000,Cote d'Ivoire,Sugar,16.517948,0.007920233191193
 2001,Cote d'Ivoire,Ruminants,16.865376,0.179965119069981
 2001,Cote d'Ivoire,Cereals,16.865376,0.125141888327897
 2001,Cote d'Ivoire,Monogastrics,16.865376,0.0115774590498308
-2001,Cote d'Ivoire,Oilcrops,16.865376,0.0269115257199128
-2001,Cote d'Ivoire,Pulses,16.865376,0.0017058617608051
+2001,Cote d'Ivoire,FruitVeg,16.865376,0.114081713920876
+2001,Cote d'Ivoire,OilcropsPulses,16.865376,0.0286173874807179
 2001,Cote d'Ivoire,Starchy Roots,16.865376,0.296970550789973
+2001,Cote d'Ivoire,Sugar,16.865376,0.00820752528731052
 2002,Cote d'Ivoire,Ruminants,17.185421,0.179128302995894
 2002,Cote d'Ivoire,Cereals,17.185421,0.122694055618422
 2002,Cote d'Ivoire,Monogastrics,17.185421,0.0123591327788828
-2002,Cote d'Ivoire,Oilcrops,17.185421,0.0299192553967692
-2002,Cote d'Ivoire,Pulses,17.185421,0.00170272232492879
+2002,Cote d'Ivoire,FruitVeg,17.185421,0.127007770132602
+2002,Cote d'Ivoire,OilcropsPulses,17.185421,0.0316219777216979
 2002,Cote d'Ivoire,Starchy Roots,17.185421,0.295826677740394
+2002,Cote d'Ivoire,Sugar,17.185421,0.0100456078439975
 2003,Cote d'Ivoire,Ruminants,17.491539,0.186051993480962
 2003,Cote d'Ivoire,Cereals,17.491539,0.126693483060581
 2003,Cote d'Ivoire,Monogastrics,17.491539,0.0145463415197485
-2003,Cote d'Ivoire,Oilcrops,17.491539,0.0262513778804712
-2003,Cote d'Ivoire,Pulses,17.491539,0.00180744530255457
+2003,Cote d'Ivoire,FruitVeg,17.491539,0.114171314485249
+2003,Cote d'Ivoire,OilcropsPulses,17.491539,0.0280588231830258
 2003,Cote d'Ivoire,Starchy Roots,17.491539,0.294360547691086
+2003,Cote d'Ivoire,Sugar,17.491539,0.0102512420433674
 2004,Cote d'Ivoire,Ruminants,17.802516,0.191448450320168
 2004,Cote d'Ivoire,Cereals,17.802516,0.135775976833836
 2004,Cote d'Ivoire,Monogastrics,17.802516,0.0156496812023649
-2004,Cote d'Ivoire,Oilcrops,17.802516,0.0212589613737744
-2004,Cote d'Ivoire,Pulses,17.802516,0.00185097432295525
+2004,Cote d'Ivoire,FruitVeg,17.802516,0.116172736482866
+2004,Cote d'Ivoire,OilcropsPulses,17.802516,0.0231099356967296
 2004,Cote d'Ivoire,Starchy Roots,17.802516,0.295689159891782
+2004,Cote d'Ivoire,Sugar,17.802516,0.00954792008050997
 2005,Cote d'Ivoire,Ruminants,18.132702,0.195532601815218
 2005,Cote d'Ivoire,Cereals,18.132702,0.133523453923194
 2005,Cote d'Ivoire,Monogastrics,18.132702,0.0131258209614872
-2005,Cote d'Ivoire,Oilcrops,18.132702,0.0214618317777461
-2005,Cote d'Ivoire,Pulses,18.132702,0.0020377547703591
+2005,Cote d'Ivoire,FruitVeg,18.132702,0.122386834571042
+2005,Cote d'Ivoire,OilcropsPulses,18.132702,0.0234995865481052
 2005,Cote d'Ivoire,Starchy Roots,18.132702,0.303338189752415
+2005,Cote d'Ivoire,Sugar,18.132702,0.00952003733365276
 2006,Cote d'Ivoire,Ruminants,18.486392,0.201145826616681
 2006,Cote d'Ivoire,Cereals,18.486392,0.133919155235916
 2006,Cote d'Ivoire,Monogastrics,18.486392,0.0124143910829111
-2006,Cote d'Ivoire,Oilcrops,18.486392,0.0178962990723122
-2006,Cote d'Ivoire,Pulses,18.486392,0.00204490957456707
+2006,Cote d'Ivoire,FruitVeg,18.486392,0.118187745883567
+2006,Cote d'Ivoire,OilcropsPulses,18.486392,0.0199412086468793
 2006,Cote d'Ivoire,Starchy Roots,18.486392,0.315076625011522
+2006,Cote d'Ivoire,Sugar,18.486392,0.00923555012789948
 2007,Cote d'Ivoire,Ruminants,18.862172,0.191522582871156
 2007,Cote d'Ivoire,Cereals,18.862172,0.137542166405862
 2007,Cote d'Ivoire,Monogastrics,18.862172,0.0117179082027245
-2007,Cote d'Ivoire,Oilcrops,18.862172,0.0203850860865864
-2007,Cote d'Ivoire,Pulses,18.862172,0.00195931836482034
+2007,Cote d'Ivoire,FruitVeg,18.862172,0.115325000747528
+2007,Cote d'Ivoire,OilcropsPulses,18.862172,0.0223444044514068
 2007,Cote d'Ivoire,Starchy Roots,18.862172,0.310171013179182
+2007,Cote d'Ivoire,Sugar,18.862172,0.00977952061936451
 2008,Cote d'Ivoire,Ruminants,19.261647,0.193870030948028
 2008,Cote d'Ivoire,Cereals,19.261647,0.136711933304561
 2008,Cote d'Ivoire,Monogastrics,19.261647,0.0121637417610239
-2008,Cote d'Ivoire,Oilcrops,19.261647,0.0123604694863321
-2008,Cote d'Ivoire,Pulses,19.261647,0.00230359324932079
+2008,Cote d'Ivoire,FruitVeg,19.261647,0.117753741411625
+2008,Cote d'Ivoire,OilcropsPulses,19.261647,0.0146640627356529
 2008,Cote d'Ivoire,Starchy Roots,19.261647,0.3002500253483
+2008,Cote d'Ivoire,Sugar,19.261647,0.00950630026601567
 2009,Cote d'Ivoire,Ruminants,19.684909,0.190824600713166
 2009,Cote d'Ivoire,Cereals,19.684909,0.136657273853793
 2009,Cote d'Ivoire,Monogastrics,19.684909,0.012550817481554
-2009,Cote d'Ivoire,Oilcrops,19.684909,0.0176536757167635
-2009,Cote d'Ivoire,Pulses,19.684909,0.00245533266117715
+2009,Cote d'Ivoire,FruitVeg,19.684909,0.109729488716458
+2009,Cote d'Ivoire,OilcropsPulses,19.684909,0.0201090083779407
 2009,Cote d'Ivoire,Starchy Roots,19.684909,0.291184683657923
+2009,Cote d'Ivoire,Sugar,19.684909,0.00865515812138121
 2010,Cote d'Ivoire,Ruminants,20.131707,0.191339169599478
 2010,Cote d'Ivoire,Cereals,20.131707,0.138754652052109
 2010,Cote d'Ivoire,Monogastrics,20.131707,0.0157253480790278
-2010,Cote d'Ivoire,Oilcrops,20.131707,0.016032371224159
-2010,Cote d'Ivoire,Pulses,20.131707,0.00219280958142298
+2010,Cote d'Ivoire,FruitVeg,20.131707,0.110666075161932
+2010,Cote d'Ivoire,OilcropsPulses,20.131707,0.018225180805582
 2010,Cote d'Ivoire,Starchy Roots,20.131707,0.290333998999687
+2010,Cote d'Ivoire,Sugar,20.131707,0.00930820223044176
 2011,Cote d'Ivoire,Ruminants,20.604172,0.182806137514286
 2011,Cote d'Ivoire,Cereals,20.604172,0.136584183047977
 2011,Cote d'Ivoire,Monogastrics,20.604172,0.0153279102892366
-2011,Cote d'Ivoire,Oilcrops,20.604172,0.0204566337341777
-2011,Cote d'Ivoire,Pulses,20.604172,0.00223454744990481
+2011,Cote d'Ivoire,FruitVeg,20.604172,0.108662119496964
+2011,Cote d'Ivoire,OilcropsPulses,20.604172,0.0226911811840825
 2011,Cote d'Ivoire,Starchy Roots,20.604172,0.288999771502587
+2011,Cote d'Ivoire,Sugar,20.604172,0.00981315822834327
 2012,Cote d'Ivoire,Ruminants,21.102641,0.179586138057317
 2012,Cote d'Ivoire,Cereals,21.102641,0.136689194494661
 2012,Cote d'Ivoire,Monogastrics,21.102641,0.0188764335231784
-2012,Cote d'Ivoire,Oilcrops,21.102641,0.0202202179338596
-2012,Cote d'Ivoire,Pulses,21.102641,0.00235406554089604
+2012,Cote d'Ivoire,FruitVeg,21.102641,0.110831862229946
+2012,Cote d'Ivoire,OilcropsPulses,21.102641,0.0225742834747556
 2012,Cote d'Ivoire,Starchy Roots,21.102641,0.286289142671763
+2012,Cote d'Ivoire,Sugar,21.102641,0.00873715285210036
 2013,Cote d'Ivoire,Ruminants,21.62249,0.175304698950028
 2013,Cote d'Ivoire,Cereals,21.62249,0.136919244730834
 2013,Cote d'Ivoire,Monogastrics,21.62249,0.0222582690522692
-2013,Cote d'Ivoire,Oilcrops,21.62249,0.0220582365860731
-2013,Cote d'Ivoire,Pulses,21.62249,0.00226958134793911
+2013,Cote d'Ivoire,FruitVeg,21.62249,0.111613787311267
+2013,Cote d'Ivoire,OilcropsPulses,21.62249,0.0243278179340122
 2013,Cote d'Ivoire,Starchy Roots,21.62249,0.281949766192515
+2013,Cote d'Ivoire,Sugar,21.62249,0.00962803081421242
 1992,Croatia,Ruminants,4.47,0.412238970917226
 1992,Croatia,Cereals,4.47,0.126934228187919
 1992,Croatia,Monogastrics,4.47,0.175870022371365
-1992,Croatia,Oilcrops,4.47,0.0157780760626398
-1992,Croatia,Pulses,4.47,0.00281275167785235
+1992,Croatia,FruitVeg,4.47,0.192955704697987
+1992,Croatia,OilcropsPulses,4.47,0.0185908277404922
 1992,Croatia,Starchy Roots,4.47,0.0751733780760626
+1992,Croatia,Sugar,4.47,0.0478548098434004
 1993,Croatia,Ruminants,4.64,0.386072586206897
 1993,Croatia,Cereals,4.64,0.118033836206897
 1993,Croatia,Monogastrics,4.64,0.141208534482759
-1993,Croatia,Oilcrops,4.64,0.0112976293103448
-1993,Croatia,Pulses,4.64,0.00352693965517241
+1993,Croatia,FruitVeg,4.64,0.206271767241379
+1993,Croatia,OilcropsPulses,4.64,0.0148245689655172
 1993,Croatia,Starchy Roots,4.64,0.0831146551724138
+1993,Croatia,Sugar,4.64,0.0420284482758621
 1994,Croatia,Ruminants,4.65,0.379596193548387
 1994,Croatia,Cereals,4.65,0.115743225806452
 1994,Croatia,Monogastrics,4.65,0.153476731182796
-1994,Croatia,Oilcrops,4.65,0.0136827956989247
-1994,Croatia,Pulses,4.65,0.00386645161290323
+1994,Croatia,FruitVeg,4.65,0.218708602150538
+1994,Croatia,OilcropsPulses,4.65,0.017549247311828
 1994,Croatia,Starchy Roots,4.65,0.0887982795698925
+1994,Croatia,Sugar,4.65,0.0472533333333333
 1995,Croatia,Ruminants,4.669,0.386224137931034
 1995,Croatia,Cereals,4.669,0.115131291497109
 1995,Croatia,Monogastrics,4.669,0.165123088455772
-1995,Croatia,Oilcrops,4.669,0.0172212465195973
-1995,Croatia,Pulses,4.669,0.00455215249518098
+1995,Croatia,FruitVeg,4.669,0.238126151210109
+1995,Croatia,OilcropsPulses,4.669,0.0217733990147783
 1995,Croatia,Starchy Roots,4.669,0.115337331334333
+1995,Croatia,Sugar,4.669,0.0478449346755194
 1996,Croatia,Ruminants,4.494,0.309563773920783
 1996,Croatia,Cereals,4.494,0.125744993324433
 1996,Croatia,Monogastrics,4.494,0.161936715620828
-1996,Croatia,Oilcrops,4.494,0.0142347574543836
-1996,Croatia,Pulses,4.494,0.00470560747663551
+1996,Croatia,FruitVeg,4.494,0.263336003560303
+1996,Croatia,OilcropsPulses,4.494,0.0189403649310191
 1996,Croatia,Starchy Roots,4.494,0.113315976858033
+1996,Croatia,Sugar,4.494,0.0473753894080997
 1997,Croatia,Ruminants,4.572,0.360261307961505
 1997,Croatia,Cereals,4.572,0.12917782152231
 1997,Croatia,Monogastrics,4.572,0.158179046369204
-1997,Croatia,Oilcrops,4.572,0.0135376202974628
-1997,Croatia,Pulses,4.572,0.00460564304461942
+1997,Croatia,FruitVeg,4.572,0.255531277340332
+1997,Croatia,OilcropsPulses,4.572,0.0181432633420822
 1997,Croatia,Starchy Roots,4.572,0.102970253718285
+1997,Croatia,Sugar,4.572,0.0414068241469816
 1998,Croatia,Ruminants,4.501,0.309644923350367
 1998,Croatia,Cereals,4.501,0.127454121306376
 1998,Croatia,Monogastrics,4.501,0.146989735614308
-1998,Croatia,Oilcrops,4.501,0.0173963563652522
-1998,Croatia,Pulses,4.501,0.00412619417907132
+1998,Croatia,FruitVeg,4.501,0.271484336814041
+1998,Croatia,OilcropsPulses,4.501,0.0215225505443235
 1998,Croatia,Starchy Roots,4.501,0.112880248833593
+1998,Croatia,Sugar,4.501,0.0417220617640524
 1999,Croatia,Ruminants,4.554,0.346800636802811
 1999,Croatia,Cereals,4.554,0.122295783926219
 1999,Croatia,Monogastrics,4.554,0.163160628019324
-1999,Croatia,Oilcrops,4.554,0.0221769872639438
-1999,Croatia,Pulses,4.554,0.00460057092665788
+1999,Croatia,FruitVeg,4.554,0.271485287659201
+1999,Croatia,OilcropsPulses,4.554,0.0267775581906017
 1999,Croatia,Starchy Roots,4.554,0.112573122529644
+1999,Croatia,Sugar,4.554,0.0373135704874835
 2000,Croatia,Ruminants,4.426,0.371070854044284
 2000,Croatia,Cereals,4.426,0.144522593764121
 2000,Croatia,Monogastrics,4.426,0.178960099412562
-2000,Croatia,Oilcrops,4.426,0.0175350203343877
-2000,Croatia,Pulses,4.426,0.00242227745142341
+2000,Croatia,FruitVeg,4.426,0.250782873926796
+2000,Croatia,OilcropsPulses,4.426,0.0199572977858111
 2000,Croatia,Starchy Roots,4.426,0.107051287844555
+2000,Croatia,Sugar,4.426,0.0456827835517397
 2001,Croatia,Ruminants,4.44,0.337134594594595
 2001,Croatia,Cereals,4.44,0.1412
 2001,Croatia,Monogastrics,4.44,0.18560240990991
-2001,Croatia,Oilcrops,4.44,0.0196515765765766
-2001,Croatia,Pulses,4.44,0.00425923423423423
+2001,Croatia,FruitVeg,4.44,0.263420495495495
+2001,Croatia,OilcropsPulses,4.44,0.0239108108108108
 2001,Croatia,Starchy Roots,4.44,0.125241666666667
+2001,Croatia,Sugar,4.44,0.0572878378378378
 2002,Croatia,Ruminants,4.44,0.345920518018018
 2002,Croatia,Cereals,4.44,0.145773648648649
 2002,Croatia,Monogastrics,4.44,0.204199346846847
-2002,Croatia,Oilcrops,4.44,0.0276400900900901
-2002,Croatia,Pulses,4.44,0.00240968468468468
+2002,Croatia,FruitVeg,4.44,0.272503603603604
+2002,Croatia,OilcropsPulses,4.44,0.0300497747747748
 2002,Croatia,Starchy Roots,4.44,0.109938963963964
+2002,Croatia,Sugar,4.44,0.0615869369369369
 2003,Croatia,Ruminants,4.44,0.352011689189189
 2003,Croatia,Cereals,4.44,0.138911486486486
 2003,Croatia,Monogastrics,4.44,0.209315405405405
-2003,Croatia,Oilcrops,4.44,0.0192315315315315
-2003,Croatia,Pulses,4.44,0.00249887387387387
+2003,Croatia,FruitVeg,4.44,0.252435810810811
+2003,Croatia,OilcropsPulses,4.44,0.0217304054054054
 2003,Croatia,Starchy Roots,4.44,0.101938288288288
+2003,Croatia,Sugar,4.44,0.0673655405405405
 2004,Croatia,Ruminants,4.439,0.423049966208606
 2004,Croatia,Cereals,4.439,0.139595179094391
 2004,Croatia,Monogastrics,4.439,0.239786213111061
-2004,Croatia,Oilcrops,4.439,0.0218411804460464
-2004,Croatia,Pulses,4.439,0.00161860779454832
+2004,Croatia,FruitVeg,4.439,0.216111286325749
+2004,Croatia,OilcropsPulses,4.439,0.0234597882405947
 2004,Croatia,Starchy Roots,4.439,0.066362243748592
+2004,Croatia,Sugar,4.439,0.0640416760531651
 2005,Croatia,Ruminants,4.442,0.431827712742008
 2005,Croatia,Cereals,4.442,0.137850067537145
 2005,Croatia,Monogastrics,4.442,0.252992863574966
-2005,Croatia,Oilcrops,4.442,0.0231114362899595
-2005,Croatia,Pulses,4.442,0.00228410625844214
+2005,Croatia,FruitVeg,4.442,0.166538721296713
+2005,Croatia,OilcropsPulses,4.442,0.0253955425484016
 2005,Croatia,Starchy Roots,4.442,0.0643187753264295
+2005,Croatia,Sugar,4.442,0.0636593876632148
 2006,Croatia,Ruminants,4.44,0.49138554054054
 2006,Croatia,Cereals,4.44,0.137565540540541
 2006,Croatia,Monogastrics,4.44,0.294151599099099
-2006,Croatia,Oilcrops,4.44,0.0232265765765766
-2006,Croatia,Pulses,4.44,0.00133761261261261
+2006,Croatia,FruitVeg,4.44,0.201495720720721
+2006,Croatia,OilcropsPulses,4.44,0.0245641891891892
 2006,Croatia,Starchy Roots,4.44,0.065254954954955
+2006,Croatia,Sugar,4.44,0.0646657657657658
 2007,Croatia,Ruminants,4.436,0.50520196122633
 2007,Croatia,Cereals,4.436,0.134415013525699
 2007,Croatia,Monogastrics,4.436,0.321137601442741
-2007,Croatia,Oilcrops,4.436,0.0240435076645627
-2007,Croatia,Pulses,4.436,0.00127344454463481
+2007,Croatia,FruitVeg,4.436,0.216278178539225
+2007,Croatia,OilcropsPulses,4.436,0.0253169522091975
 2007,Croatia,Starchy Roots,4.436,0.0685396753832281
+2007,Croatia,Sugar,4.436,0.052584084761046
 2008,Croatia,Ruminants,4.434508,0.516202203265841
 2008,Croatia,Cereals,4.434508,0.150455022293341
 2008,Croatia,Monogastrics,4.434508,0.314018714139201
-2008,Croatia,Oilcrops,4.434508,0.0222951452562494
-2008,Croatia,Pulses,4.434508,0.00125898972332444
+2008,Croatia,FruitVeg,4.434508,0.212225572712914
+2008,Croatia,OilcropsPulses,4.434508,0.0235541349795738
 2008,Croatia,Starchy Roots,4.434508,0.0603487466929815
+2008,Croatia,Sugar,4.434508,0.0571443325843588
 2009,Croatia,Ruminants,4.429078,0.52603577990724
 2009,Croatia,Cereals,4.429078,0.15463624709251
 2009,Croatia,Monogastrics,4.429078,0.339614768581633
-2009,Croatia,Oilcrops,4.429078,0.0212522786909601
-2009,Croatia,Pulses,4.429078,0.00102572138038662
+2009,Croatia,FruitVeg,4.429078,0.223503627617305
+2009,Croatia,OilcropsPulses,4.429078,0.0222780000713467
 2009,Croatia,Starchy Roots,4.429078,0.0622470410320162
+2009,Croatia,Sugar,4.429078,0.0563927752006174
 2010,Croatia,Ruminants,4.417781,0.484497103862776
 2010,Croatia,Cereals,4.417781,0.155995509963033
 2010,Croatia,Monogastrics,4.417781,0.312858785892737
-2010,Croatia,Oilcrops,4.417781,0.0202719419545695
-2010,Croatia,Pulses,4.417781,0.00063878223026447
+2010,Croatia,FruitVeg,4.417781,0.200850155315531
+2010,Croatia,OilcropsPulses,4.417781,0.020910724184834
 2010,Croatia,Starchy Roots,4.417781,0.0462370135595223
+2010,Croatia,Sugar,4.417781,0.0623652462627731
 2011,Croatia,Ruminants,4.280622,0.501200479743364
 2011,Croatia,Cereals,4.280622,0.161296886293627
 2011,Croatia,Monogastrics,4.280622,0.327340606108178
-2011,Croatia,Oilcrops,4.280622,0.0200012988766586
-2011,Croatia,Pulses,4.280622,0.000913652268291851
+2011,Croatia,FruitVeg,4.280622,0.216377666610133
+2011,Croatia,OilcropsPulses,4.280622,0.0209149511449504
 2011,Croatia,Starchy Roots,4.280622,0.0427185581908424
+2011,Croatia,Sugar,4.280622,0.0561694071562497
 1961,Cuba,Ruminants,7.289828,0.632104461175216
 1961,Cuba,Cereals,7.289828,0.109906434006399
 1961,Cuba,Monogastrics,7.289828,0.0413439933013509
-1961,Cuba,Oilcrops,7.289828,0.00642936980131767
-1961,Cuba,Pulses,7.289828,0.0138487492434664
+1961,Cuba,FruitVeg,7.289828,0.0723265350019232
+1961,Cuba,OilcropsPulses,7.289828,0.020278119044784
 1961,Cuba,Starchy Roots,7.289828,0.0496273711807741
+1961,Cuba,Sugar,7.289828,0.0486498446876936
 1962,Cuba,Ruminants,7.450404,0.672804065390279
 1962,Cuba,Cereals,7.450404,0.121397309461339
 1962,Cuba,Monogastrics,7.450404,0.0429212563506623
-1962,Cuba,Oilcrops,7.450404,0.00702149843149445
-1962,Cuba,Pulses,7.450404,0.00913574619577677
+1962,Cuba,FruitVeg,7.450404,0.0726501542735132
+1962,Cuba,OilcropsPulses,7.450404,0.0161572446272712
 1962,Cuba,Starchy Roots,7.450404,0.0546289838779212
+1962,Cuba,Sugar,7.450404,0.0500637280877654
 1963,Cuba,Ruminants,7.618359,0.712966388168371
 1963,Cuba,Cereals,7.618359,0.133661330478125
 1963,Cuba,Monogastrics,7.618359,0.0447288714013083
-1963,Cuba,Oilcrops,7.618359,0.00764731617399495
-1963,Cuba,Pulses,7.618359,0.0116918879774503
+1963,Cuba,FruitVeg,7.618359,0.0743815039433033
+1963,Cuba,OilcropsPulses,7.618359,0.0193392041514452
 1963,Cuba,Starchy Roots,7.618359,0.0587545165566495
+1963,Cuba,Sugar,7.618359,0.0507408485213154
 1964,Cuba,Ruminants,7.787149,0.720968495658681
 1964,Cuba,Cereals,7.787149,0.123386877533742
 1964,Cuba,Monogastrics,7.787149,0.0469172478913656
-1964,Cuba,Oilcrops,7.787149,0.00868173961998159
-1964,Cuba,Pulses,7.787149,0.0103119896639964
+1964,Cuba,FruitVeg,7.787149,0.0780371609686677
+1964,Cuba,OilcropsPulses,7.787149,0.018993729283978
 1964,Cuba,Starchy Roots,7.787149,0.0583290495661506
+1964,Cuba,Sugar,7.787149,0.0508274594463262
 1965,Cuba,Ruminants,7.951928,0.675739933761976
 1965,Cuba,Cereals,7.951928,0.123810980179901
 1965,Cuba,Monogastrics,7.951928,0.0497729607209723
-1965,Cuba,Oilcrops,7.951928,0.00917689395578028
-1965,Cuba,Pulses,7.951928,0.0102793938778118
+1965,Cuba,FruitVeg,7.951928,0.0750824202633626
+1965,Cuba,OilcropsPulses,7.951928,0.0194562878335921
 1965,Cuba,Starchy Roots,7.951928,0.0565733241045442
+1965,Cuba,Sugar,7.951928,0.0516799196370993
 1966,Cuba,Ruminants,8.110428,0.679716495849541
 1966,Cuba,Cereals,8.110428,0.101757885033934
 1966,Cuba,Monogastrics,8.110428,0.0533449652718698
-1966,Cuba,Oilcrops,8.110428,0.00899225047062868
-1966,Cuba,Pulses,8.110428,0.010721259100013
+1966,Cuba,FruitVeg,8.110428,0.0751553432198646
+1966,Cuba,OilcropsPulses,8.110428,0.0197135095706416
 1966,Cuba,Starchy Roots,8.110428,0.0621314929372408
+1966,Cuba,Sugar,8.110428,0.0518571892876677
 1967,Cuba,Ruminants,8.263547,0.700909548889841
 1967,Cuba,Cereals,8.263547,0.107921453099982
 1967,Cuba,Monogastrics,8.263547,0.0532428750027077
-1967,Cuba,Oilcrops,8.263547,0.00870134822250058
-1967,Cuba,Pulses,8.263547,0.0112817171609238
+1967,Cuba,FruitVeg,8.263547,0.0758273656578706
+1967,Cuba,OilcropsPulses,8.263547,0.0199830653834243
 1967,Cuba,Starchy Roots,8.263547,0.057898139866573
+1967,Cuba,Sugar,8.263547,0.0521769888886697
 1968,Cuba,Ruminants,8.413329,0.874746964013888
 1968,Cuba,Cereals,8.413329,0.113908893851649
 1968,Cuba,Monogastrics,8.413329,0.051398203968964
-1968,Cuba,Oilcrops,8.413329,0.00942718393634672
-1968,Cuba,Pulses,8.413329,0.0100614156417751
+1968,Cuba,FruitVeg,8.413329,0.0706802265785636
+1968,Cuba,OilcropsPulses,8.413329,0.0194885995781218
 1968,Cuba,Starchy Roots,8.413329,0.058536876425491
+1968,Cuba,Sugar,8.413329,0.0523171030159405
 1969,Cuba,Ruminants,8.563191,0.839776947635525
 1969,Cuba,Cereals,8.563191,0.124282525054037
 1969,Cuba,Monogastrics,8.563191,0.0531126772718254
-1969,Cuba,Oilcrops,8.563191,0.00903238056934617
-1969,Cuba,Pulses,8.563191,0.0101946809314425
+1969,Cuba,FruitVeg,8.563191,0.0534974637375249
+1969,Cuba,OilcropsPulses,8.563191,0.0192270615007887
 1969,Cuba,Starchy Roots,8.563191,0.0548051538264182
+1969,Cuba,Sugar,8.563191,0.0526013024817501
 1970,Cuba,Ruminants,8.715123,0.825058085812444
 1970,Cuba,Cereals,8.715123,0.140249655684722
 1970,Cuba,Monogastrics,8.715123,0.0547574027354519
-1970,Cuba,Oilcrops,8.715123,0.00835490216259713
-1970,Cuba,Pulses,8.715123,0.01077414512681
+1970,Cuba,FruitVeg,8.715123,0.0452267856690032
+1970,Cuba,OilcropsPulses,8.715123,0.0191290472894072
 1970,Cuba,Starchy Roots,8.715123,0.0482610515078215
+1970,Cuba,Sugar,8.715123,0.0523126294373585
 1971,Cuba,Ruminants,8.869961,0.782697488748823
 1971,Cuba,Cereals,8.869961,0.162797897307553
 1971,Cuba,Monogastrics,8.869961,0.0595933285388741
-1971,Cuba,Oilcrops,8.869961,0.00880804323716869
-1971,Cuba,Pulses,8.869961,0.0101057941517443
+1971,Cuba,FruitVeg,8.869961,0.0549859238388985
+1971,Cuba,OilcropsPulses,8.869961,0.018913837388913
 1971,Cuba,Starchy Roots,8.869961,0.0492148725343888
+1971,Cuba,Sugar,8.869961,0.0519555835702096
 1972,Cuba,Ruminants,9.025299,0.748208751865174
 1972,Cuba,Cereals,9.025299,0.147766184810054
 1972,Cuba,Monogastrics,9.025299,0.060165707529468
-1972,Cuba,Oilcrops,9.025299,0.00836304703035323
-1972,Cuba,Pulses,9.025299,0.0111353651552154
+1972,Cuba,FruitVeg,9.025299,0.0629480530229525
+1972,Cuba,OilcropsPulses,9.025299,0.0194984121855686
 1972,Cuba,Starchy Roots,9.025299,0.0485529620680711
+1972,Cuba,Sugar,9.025299,0.0522897911747855
 1973,Cuba,Ruminants,9.176051,0.702292097112364
 1973,Cuba,Cereals,9.176051,0.142188943806001
 1973,Cuba,Monogastrics,9.176051,0.0638850852071332
-1973,Cuba,Oilcrops,9.176051,0.00912298765558299
-1973,Cuba,Pulses,9.176051,0.010755062281149
+1973,Cuba,FruitVeg,9.176051,0.0742355289873607
+1973,Cuba,OilcropsPulses,9.176051,0.019878049936732
 1973,Cuba,Starchy Roots,9.176051,0.0461253975157723
+1973,Cuba,Sugar,9.176051,0.0506483671461721
 1974,Cuba,Ruminants,9.315371,0.663614159865452
 1974,Cuba,Cereals,9.315371,0.162327619587024
 1974,Cuba,Monogastrics,9.315371,0.0615362501396885
-1974,Cuba,Oilcrops,9.315371,0.00819827787857295
-1974,Cuba,Pulses,9.315371,0.0120580275332029
+1974,Cuba,FruitVeg,9.315371,0.0928963537791463
+1974,Cuba,OilcropsPulses,9.315371,0.0202563054117759
 1974,Cuba,Starchy Roots,9.315371,0.0506510154023925
+1974,Cuba,Sugar,9.315371,0.0561959368016582
 1975,Cuba,Ruminants,9.438445,0.613494193164234
 1975,Cuba,Cereals,9.438445,0.14684463383534
 1975,Cuba,Monogastrics,9.438445,0.0685722595194441
-1975,Cuba,Oilcrops,9.438445,0.00843910199190651
-1975,Cuba,Pulses,9.438445,0.00827445622663479
+1975,Cuba,FruitVeg,9.438445,0.0806482423746708
+1975,Cuba,OilcropsPulses,9.438445,0.0167135582185413
 1975,Cuba,Starchy Roots,9.438445,0.053803566159468
+1975,Cuba,Sugar,9.438445,0.0529800194841417
 1976,Cuba,Ruminants,9.544268,0.674422134835275
 1976,Cuba,Cereals,9.544268,0.15100194168898
 1976,Cuba,Monogastrics,9.544268,0.0631977957869582
-1976,Cuba,Oilcrops,9.544268,0.00803665613748482
-1976,Cuba,Pulses,9.544268,0.0111021610038612
+1976,Cuba,FruitVeg,9.544268,0.0794931575685008
+1976,Cuba,OilcropsPulses,9.544268,0.019138817141346
 1976,Cuba,Starchy Roots,9.544268,0.0571330352416759
+1976,Cuba,Sugar,9.544268,0.0558095183412704
 1977,Cuba,Ruminants,9.634677,0.699412071624197
 1977,Cuba,Cereals,9.634677,0.141068143747839
 1977,Cuba,Monogastrics,9.634677,0.0900526919584331
-1977,Cuba,Oilcrops,9.634677,0.00831569133038918
-1977,Cuba,Pulses,9.634677,0.0122650712628976
+1977,Cuba,FruitVeg,9.634677,0.0799634486968271
+1977,Cuba,OilcropsPulses,9.634677,0.0205807625932867
 1977,Cuba,Starchy Roots,9.634677,0.0625054685279019
+1977,Cuba,Sugar,9.634677,0.0539539623383327
 1978,Cuba,Ruminants,9.711393,0.694244842114823
 1978,Cuba,Cereals,9.711393,0.144172107956088
 1978,Cuba,Monogastrics,9.711393,0.0752055961487708
-1978,Cuba,Oilcrops,9.711393,0.00819460194845374
-1978,Cuba,Pulses,9.711393,0.0112580141695429
+1978,Cuba,FruitVeg,9.711393,0.076652649110174
+1978,Cuba,OilcropsPulses,9.711393,0.0194526161179967
 1978,Cuba,Starchy Roots,9.711393,0.0799415696594711
+1978,Cuba,Sugar,9.711393,0.0569923387921795
 1979,Cuba,Ruminants,9.777287,0.651075467049295
 1979,Cuba,Cereals,9.777287,0.142943538427378
 1979,Cuba,Monogastrics,9.777287,0.0782414487781733
-1979,Cuba,Oilcrops,9.777287,0.00850726791593619
-1979,Cuba,Pulses,9.777287,0.00932467258044077
+1979,Cuba,FruitVeg,9.777287,0.0756396943242026
+1979,Cuba,OilcropsPulses,9.777287,0.017831940496377
 1979,Cuba,Starchy Roots,9.777287,0.0752189232043613
+1979,Cuba,Sugar,9.777287,0.0533615306577377
 1980,Cuba,Ruminants,9.835177,0.670384935624443
 1980,Cuba,Cereals,9.835177,0.158726274067055
 1980,Cuba,Monogastrics,9.835177,0.0831695453981153
-1980,Cuba,Oilcrops,9.835177,0.00947151230730266
-1980,Cuba,Pulses,9.835177,0.0111384878990993
+1980,Cuba,FruitVeg,9.835177,0.101088470497277
+1980,Cuba,OilcropsPulses,9.835177,0.020610000206402
 1980,Cuba,Starchy Roots,9.835177,0.0631583956241967
+1980,Cuba,Sugar,9.835177,0.0541934324110283
 1981,Cuba,Ruminants,9.884219,0.669196868260406
 1981,Cuba,Cereals,9.884219,0.156824732434601
 1981,Cuba,Monogastrics,9.884219,0.0920648055248472
-1981,Cuba,Oilcrops,9.884219,0.00944060426018485
-1981,Cuba,Pulses,9.884219,0.0107796073721151
+1981,Cuba,FruitVeg,9.884219,0.110393446361316
+1981,Cuba,OilcropsPulses,9.884219,0.0202202116322999
 1981,Cuba,Starchy Roots,9.884219,0.0608862470570513
+1981,Cuba,Sugar,9.884219,0.0562081839748795
 1982,Cuba,Ruminants,9.925618,0.68097995510204
 1982,Cuba,Cereals,9.925618,0.154738374980782
 1982,Cuba,Monogastrics,9.925618,0.0857120836203851
-1982,Cuba,Oilcrops,9.925618,0.0102239477682901
-1982,Cuba,Pulses,9.925618,0.0127618250067653
+1982,Cuba,FruitVeg,9.925618,0.102373071379535
+1982,Cuba,OilcropsPulses,9.925618,0.0229857727750554
 1982,Cuba,Starchy Roots,9.925618,0.052116251098924
+1982,Cuba,Sugar,9.925618,0.0658457740364378
 1983,Cuba,Ruminants,9.966733,0.664035567121142
 1983,Cuba,Cereals,9.966733,0.160227328252899
 1983,Cuba,Monogastrics,9.966733,0.0933080679496481
-1983,Cuba,Oilcrops,9.966733,0.0100041809086287
-1983,Cuba,Pulses,9.966733,0.0115963776695934
+1983,Cuba,FruitVeg,9.966733,0.103597838930771
+1983,Cuba,OilcropsPulses,9.966733,0.0216005585782222
 1983,Cuba,Starchy Roots,9.966733,0.0501285626894992
+1983,Cuba,Sugar,9.966733,0.0685507477726152
 1984,Cuba,Ruminants,10.017061,0.644339921659656
 1984,Cuba,Cereals,10.017061,0.161405725691398
 1984,Cuba,Monogastrics,10.017061,0.101971226889803
-1984,Cuba,Oilcrops,10.017061,0.0123995451360434
-1984,Cuba,Pulses,10.017061,0.0131272036778053
+1984,Cuba,FruitVeg,10.017061,0.109696347062277
+1984,Cuba,OilcropsPulses,10.017061,0.0255267488138487
 1984,Cuba,Starchy Roots,10.017061,0.0536750250397796
+1984,Cuba,Sugar,10.017061,0.0705402512772958
 1985,Cuba,Ruminants,10.08299,0.651522246873199
 1985,Cuba,Cereals,10.08299,0.164874010586146
 1985,Cuba,Monogastrics,10.08299,0.109707834679991
-1985,Cuba,Oilcrops,10.08299,0.0113272947806157
-1985,Cuba,Pulses,10.08299,0.0132856424532802
+1985,Cuba,FruitVeg,10.08299,0.121252723646458
+1985,Cuba,OilcropsPulses,10.08299,0.0246129372338959
 1985,Cuba,Starchy Roots,10.08299,0.0534419849667608
+1985,Cuba,Sugar,10.08299,0.0662179571734178
 1986,Cuba,Ruminants,10.167998,0.620641870700604
 1986,Cuba,Cereals,10.167998,0.161619229272075
 1986,Cuba,Monogastrics,10.167998,0.109374519939913
-1986,Cuba,Oilcrops,10.167998,0.0137048610749137
-1986,Cuba,Pulses,10.167998,0.0100243922156554
+1986,Cuba,FruitVeg,10.167998,0.113033263775229
+1986,Cuba,OilcropsPulses,10.167998,0.0237292532905691
 1986,Cuba,Starchy Roots,10.167998,0.0528757971824935
+1986,Cuba,Sugar,10.167998,0.0670691516658442
 1987,Cuba,Ruminants,10.269276,0.59106101540167
 1987,Cuba,Cereals,10.269276,0.156173911383821
 1987,Cuba,Monogastrics,10.269276,0.110092025961713
-1987,Cuba,Oilcrops,10.269276,0.0134797234001696
-1987,Cuba,Pulses,10.269276,0.0138093474165073
+1987,Cuba,FruitVeg,10.269276,0.11394357304254
+1987,Cuba,OilcropsPulses,10.269276,0.0272890708166769
 1987,Cuba,Starchy Roots,10.269276,0.0488408335699615
+1987,Cuba,Sugar,10.269276,0.0696075361106275
 1988,Cuba,Ruminants,10.37908,0.604649525776851
 1988,Cuba,Cereals,10.37908,0.155612925230367
 1988,Cuba,Monogastrics,10.37908,0.109831863710464
-1988,Cuba,Oilcrops,10.37908,0.0130572266520732
-1988,Cuba,Pulses,10.37908,0.0114880124249934
+1988,Cuba,FruitVeg,10.37908,0.137005206627177
+1988,Cuba,OilcropsPulses,10.37908,0.0245452390770666
 1988,Cuba,Starchy Roots,10.37908,0.0497027674899895
+1988,Cuba,Sugar,10.37908,0.0613088057901086
 1989,Cuba,Ruminants,10.48611,0.609780070970074
 1989,Cuba,Cereals,10.48611,0.157919571700087
 1989,Cuba,Monogastrics,10.48611,0.117585930340231
-1989,Cuba,Oilcrops,10.48611,0.0129543748825828
-1989,Cuba,Pulses,10.48611,0.0129667722348898
+1989,Cuba,FruitVeg,10.48611,0.115752266569777
+1989,Cuba,OilcropsPulses,10.48611,0.0259211471174725
 1989,Cuba,Starchy Roots,10.48611,0.0519229723891891
+1989,Cuba,Sugar,10.48611,0.0622673231541534
 1990,Cuba,Ruminants,10.582082,0.576225226755945
 1990,Cuba,Cereals,10.582082,0.149442614411795
 1990,Cuba,Monogastrics,10.582082,0.12535234559702
-1990,Cuba,Oilcrops,10.582082,0.0133300800352898
-1990,Cuba,Pulses,10.582082,0.0103285912923374
+1990,Cuba,FruitVeg,10.582082,0.131734567923401
+1990,Cuba,OilcropsPulses,10.582082,0.0236586713276272
 1990,Cuba,Starchy Roots,10.582082,0.0472522325946822
+1990,Cuba,Sugar,10.582082,0.059452383755862
 1991,Cuba,Ruminants,10.664577,0.402187728589704
 1991,Cuba,Cereals,10.664577,0.139540274311864
 1991,Cuba,Monogastrics,10.664577,0.127160027069053
-1991,Cuba,Oilcrops,10.664577,0.0112597996151183
-1991,Cuba,Pulses,10.664577,0.0108821006215249
+1991,Cuba,FruitVeg,10.664577,0.12941685357047
+1991,Cuba,OilcropsPulses,10.664577,0.0221419002366432
 1991,Cuba,Starchy Roots,10.664577,0.051807118088228
+1991,Cuba,Sugar,10.664577,0.059114862220977
 1992,Cuba,Ruminants,10.735775,0.314341060612764
 1992,Cuba,Cereals,10.735775,0.123124040882004
 1992,Cuba,Monogastrics,10.735775,0.0927846382771621
-1992,Cuba,Oilcrops,10.735775,0.00780884472709236
-1992,Cuba,Pulses,10.735775,0.0161168616145551
+1992,Cuba,FruitVeg,10.735775,0.163041885657999
+1992,Cuba,OilcropsPulses,10.735775,0.0239257063416474
 1992,Cuba,Starchy Roots,10.735775,0.0618566428599705
+1992,Cuba,Sugar,10.735775,0.0586215713350922
 1993,Cuba,Ruminants,10.797556,0.278650066737325
 1993,Cuba,Cereals,10.797556,0.114376438519976
 1993,Cuba,Monogastrics,10.797556,0.100120017900347
-1993,Cuba,Oilcrops,10.797556,0.00750419817225305
-1993,Cuba,Pulses,10.797556,0.0117371931203691
+1993,Cuba,FruitVeg,10.797556,0.128879164877682
+1993,Cuba,OilcropsPulses,10.797556,0.0192413912926221
 1993,Cuba,Starchy Roots,10.797556,0.0500240054323404
+1993,Cuba,Sugar,10.797556,0.0585377839207317
 1994,Cuba,Ruminants,10.853435,0.276262731568393
 1994,Cuba,Cereals,10.853435,0.121141555645747
 1994,Cuba,Monogastrics,10.853435,0.103344775179471
-1994,Cuba,Oilcrops,10.853435,0.00600860464912721
-1994,Cuba,Pulses,10.853435,0.016766673408004
+1994,Cuba,FruitVeg,10.853435,0.116817947497728
+1994,Cuba,OilcropsPulses,10.853435,0.0227752780571312
 1994,Cuba,Starchy Roots,10.853435,0.0431466167162746
+1994,Cuba,Sugar,10.853435,0.054981579564442
 1995,Cuba,Ruminants,10.906048,0.260422950641699
 1995,Cuba,Cereals,10.906048,0.122910425481348
 1995,Cuba,Monogastrics,10.906048,0.0963461008057181
-1995,Cuba,Oilcrops,10.906048,0.00570710856948365
-1995,Cuba,Pulses,10.906048,0.0132999598021208
+1995,Cuba,FruitVeg,10.906048,0.138334619469857
+1995,Cuba,OilcropsPulses,10.906048,0.0190070683716045
 1995,Cuba,Starchy Roots,10.906048,0.0518846056793442
+1995,Cuba,Sugar,10.906048,0.0584339074979314
 1996,Cuba,Ruminants,10.955372,0.263799887397708
 1996,Cuba,Cereals,10.955372,0.13007773720509
 1996,Cuba,Monogastrics,10.955372,0.0993390092093632
-1996,Cuba,Oilcrops,10.955372,0.0061674765585322
-1996,Cuba,Pulses,10.955372,0.0140898912423969
+1996,Cuba,FruitVeg,10.955372,0.168308022767278
+1996,Cuba,OilcropsPulses,10.955372,0.0202573678009291
 1996,Cuba,Starchy Roots,10.955372,0.0622455357974152
+1996,Cuba,Sugar,10.955372,0.0610580818250626
 1997,Cuba,Ruminants,11.000431,0.26011922623759
 1997,Cuba,Cereals,11.000431,0.139218363353218
 1997,Cuba,Monogastrics,11.000431,0.0902221922031964
-1997,Cuba,Oilcrops,11.000431,0.00695481840666061
-1997,Cuba,Pulses,11.000431,0.0159131037683887
+1997,Cuba,FruitVeg,11.000431,0.167333898099084
+1997,Cuba,OilcropsPulses,11.000431,0.0228679221750493
 1997,Cuba,Starchy Roots,11.000431,0.0600046489087564
+1997,Cuba,Sugar,11.000431,0.0666574791478625
 1998,Cuba,Ruminants,11.041893,0.273503800480588
 1998,Cuba,Cereals,11.041893,0.142459993046482
 1998,Cuba,Monogastrics,11.041893,0.0969035744142784
-1998,Cuba,Oilcrops,11.041893,0.00847879978550779
-1998,Cuba,Pulses,11.041893,0.0179475566372541
+1998,Cuba,FruitVeg,11.041893,0.180887914780554
+1998,Cuba,OilcropsPulses,11.041893,0.0264263564227619
 1998,Cuba,Starchy Roots,11.041893,0.0605891580365794
+1998,Cuba,Sugar,11.041893,0.0645269792054678
 1999,Cuba,Ruminants,11.080506,0.277119474507753
 1999,Cuba,Cereals,11.080506,0.152781109454749
 1999,Cuba,Monogastrics,11.080506,0.118982661983126
-1999,Cuba,Oilcrops,11.080506,0.0101756183336754
-1999,Cuba,Pulses,11.080506,0.0240181269700138
+1999,Cuba,FruitVeg,11.080506,0.2187824274451
+1999,Cuba,OilcropsPulses,11.080506,0.0341937453036892
 1999,Cuba,Starchy Roots,11.080506,0.0803856791377578
+1999,Cuba,Sugar,11.080506,0.0681549200009458
 2000,Cuba,Ruminants,11.116787,0.268738368379281
 2000,Cuba,Cereals,11.116787,0.16008537358861
 2000,Cuba,Monogastrics,11.116787,0.118082230054421
-2000,Cuba,Oilcrops,11.116787,0.0148097647278841
-2000,Cuba,Pulses,11.116787,0.021219080657028
+2000,Cuba,FruitVeg,11.116787,0.275851196933071
+2000,Cuba,OilcropsPulses,11.116787,0.036028845384912
 2000,Cuba,Starchy Roots,11.116787,0.0855691487117636
+2000,Cuba,Sugar,11.116787,0.0655593203323946
 2001,Cuba,Ruminants,11.151472,0.260986980014836
 2001,Cuba,Cereals,11.151472,0.165965354170284
 2001,Cuba,Monogastrics,11.151472,0.113566863639168
-2001,Cuba,Oilcrops,11.151472,0.0146001353005236
-2001,Cuba,Pulses,11.151472,0.0235807434211376
+2001,Cuba,FruitVeg,11.151472,0.309796052036897
+2001,Cuba,OilcropsPulses,11.151472,0.0381808787216611
 2001,Cuba,Starchy Roots,11.151472,0.0872809437175648
+2001,Cuba,Sugar,11.151472,0.0622717790081883
 2002,Cuba,Ruminants,11.18454,0.237249220799425
 2002,Cuba,Cereals,11.18454,0.197096349067552
 2002,Cuba,Monogastrics,11.18454,0.126814996414694
-2002,Cuba,Oilcrops,11.18454,0.0173248966877493
-2002,Cuba,Pulses,11.18454,0.0153438585762132
+2002,Cuba,FruitVeg,11.18454,0.276580976955691
+2002,Cuba,OilcropsPulses,11.18454,0.0326687552639626
 2002,Cuba,Starchy Roots,11.18454,0.0961017618963319
+2002,Cuba,Sugar,11.18454,0.0570173650413875
 2003,Cuba,Ruminants,11.214837,0.21945693013639
 2003,Cuba,Cereals,11.214837,0.17999833613275
 2003,Cuba,Monogastrics,11.214837,0.126581402832694
-2003,Cuba,Oilcrops,11.214837,0.0160274286643667
-2003,Cuba,Pulses,11.214837,0.0243328547708718
+2003,Cuba,FruitVeg,11.214837,0.358483676579517
+2003,Cuba,OilcropsPulses,11.214837,0.0403602834352385
 2003,Cuba,Starchy Roots,11.214837,0.120815398386976
+2003,Cuba,Sugar,11.214837,0.0542687334644275
 2004,Cuba,Ruminants,11.24068,0.225781109327905
 2004,Cuba,Cereals,11.24068,0.182817231697726
 2004,Cuba,Monogastrics,11.24068,0.140024295683179
-2004,Cuba,Oilcrops,11.24068,0.0192223246280474
-2004,Cuba,Pulses,11.24068,0.0229424732311568
+2004,Cuba,FruitVeg,11.24068,0.343889515580908
+2004,Cuba,OilcropsPulses,11.24068,0.0421647978592042
 2004,Cuba,Starchy Roots,11.24068,0.102378325866407
+2004,Cuba,Sugar,11.24068,0.0620660849699484
 2005,Cuba,Ruminants,11.261052,0.244406073251416
 2005,Cuba,Cereals,11.261052,0.183244513922856
 2005,Cuba,Monogastrics,11.261052,0.127418068933524
-2005,Cuba,Oilcrops,11.261052,0.021774431021187
-2005,Cuba,Pulses,11.261052,0.0243746321391643
+2005,Cuba,FruitVeg,11.261052,0.305617361504058
+2005,Cuba,OilcropsPulses,11.261052,0.0461490631603513
 2005,Cuba,Starchy Roots,11.261052,0.0951084321429295
+2005,Cuba,Sugar,11.261052,0.054147960599063
 2006,Cuba,Ruminants,11.275199,0.248855474745945
 2006,Cuba,Cereals,11.275199,0.18553650361293
 2006,Cuba,Monogastrics,11.275199,0.154563773109459
-2006,Cuba,Oilcrops,11.275199,0.0214110633435383
-2006,Cuba,Pulses,11.275199,0.0239291563723177
+2006,Cuba,FruitVeg,11.275199,0.310616247216568
+2006,Cuba,OilcropsPulses,11.275199,0.045340219715856
 2006,Cuba,Starchy Roots,11.275199,0.0943048543976918
+2006,Cuba,Sugar,11.275199,0.0508100123110909
 2007,Cuba,Ruminants,11.284043,0.230236290308358
 2007,Cuba,Cereals,11.284043,0.182413785555408
 2007,Cuba,Monogastrics,11.284043,0.191845431641833
-2007,Cuba,Oilcrops,11.284043,0.0197052598966523
-2007,Cuba,Pulses,11.284043,0.0259507164231827
+2007,Cuba,FruitVeg,11.284043,0.315263775581146
+2007,Cuba,OilcropsPulses,11.284043,0.045655976319835
 2007,Cuba,Starchy Roots,11.284043,0.0785763577824012
+2007,Cuba,Sugar,11.284043,0.050155427447414
 2008,Cuba,Ruminants,11.290239,0.351416227769846
 2008,Cuba,Cereals,11.290239,0.171392828796627
 2008,Cuba,Monogastrics,11.290239,0.203517622611886
-2008,Cuba,Oilcrops,11.290239,0.0186658581806816
-2008,Cuba,Pulses,11.290239,0.0255410890770337
+2008,Cuba,FruitVeg,11.290239,0.289154906286749
+2008,Cuba,OilcropsPulses,11.290239,0.0442069472577153
 2008,Cuba,Starchy Roots,11.290239,0.0888457719982721
+2008,Cuba,Sugar,11.290239,0.0446913479865218
 2009,Cuba,Ruminants,11.297442,0.358036651128636
 2009,Cuba,Cereals,11.297442,0.163606504906155
 2009,Cuba,Monogastrics,11.297442,0.21217866841007
-2009,Cuba,Oilcrops,11.297442,0.0182724549504215
-2009,Cuba,Pulses,11.297442,0.0221861727637106
+2009,Cuba,FruitVeg,11.297442,0.293928306956566
+2009,Cuba,OilcropsPulses,11.297442,0.0404586277141321
 2009,Cuba,Starchy Roots,11.297442,0.102587559201455
+2009,Cuba,Sugar,11.297442,0.0588622628024999
 2010,Cuba,Ruminants,11.308133,0.356531533543159
 2010,Cuba,Cereals,11.308133,0.161710602448698
 2010,Cuba,Monogastrics,11.308133,0.201046335411867
-2010,Cuba,Oilcrops,11.308133,0.0174143689325196
-2010,Cuba,Pulses,11.308133,0.0141809439277023
+2010,Cuba,FruitVeg,11.308133,0.270458881231765
+2010,Cuba,OilcropsPulses,11.308133,0.0315953128602219
 2010,Cuba,Starchy Roots,11.308133,0.0970521835921102
+2010,Cuba,Sugar,11.308133,0.0601085961758674
 2011,Cuba,Ruminants,11.32357,0.340629271510663
 2011,Cuba,Cereals,11.32357,0.174481987571058
 2011,Cuba,Monogastrics,11.32357,0.199830768918283
-2011,Cuba,Oilcrops,11.32357,0.0181051558828179
-2011,Cuba,Pulses,11.32357,0.0185279907308384
+2011,Cuba,FruitVeg,11.32357,0.284857337394479
+2011,Cuba,OilcropsPulses,11.32357,0.0366331466136563
 2011,Cuba,Starchy Roots,11.32357,0.0895036635972578
+2011,Cuba,Sugar,11.32357,0.0559327137996233
 1961,Cyprus,Ruminants,0.576395,0.454155570398772
 1961,Cyprus,Cereals,0.576395,0.126696102499154
 1961,Cyprus,Monogastrics,0.576395,0.0528045871320882
-1961,Cyprus,Oilcrops,0.576395,0.056804795322652
-1961,Cyprus,Pulses,0.576395,0.0104494313795227
+1961,Cyprus,FruitVeg,0.576395,0.289731867903087
+1961,Cyprus,OilcropsPulses,0.576395,0.0672542267021747
 1961,Cyprus,Starchy Roots,0.576395,0.051017097650049
+1961,Cyprus,Sugar,0.576395,0.0222989443003496
 1962,Cyprus,Ruminants,0.577691,0.422031847475554
 1962,Cyprus,Cereals,0.577691,0.127784576875873
 1962,Cyprus,Monogastrics,0.577691,0.0519935397989583
-1962,Cyprus,Oilcrops,0.577691,0.016297640087867
-1962,Cyprus,Pulses,0.577691,0.0138482337443374
+1962,Cyprus,FruitVeg,0.577691,0.283597978850285
+1962,Cyprus,OilcropsPulses,0.577691,0.0301458738322044
 1962,Cyprus,Starchy Roots,0.577691,0.0507035768256732
+1962,Cyprus,Sugar,0.577691,0.0225830071785782
 1963,Cyprus,Ruminants,0.577912,0.43900420825316
 1963,Cyprus,Cereals,0.577912,0.130372790321018
 1963,Cyprus,Monogastrics,0.577912,0.0571671811625299
-1963,Cyprus,Oilcrops,0.577912,0.0250418748875261
-1963,Cyprus,Pulses,0.577912,0.0114342668087875
+1963,Cyprus,FruitVeg,0.577912,0.20509350904636
+1963,Cyprus,OilcropsPulses,0.577912,0.0364761416963136
 1963,Cyprus,Starchy Roots,0.577912,0.0571038497210648
+1963,Cyprus,Sugar,0.577912,0.023093481360484
 1964,Cyprus,Ruminants,0.578629,0.479513470634897
 1964,Cyprus,Cereals,0.578629,0.129345400939116
 1964,Cyprus,Monogastrics,0.578629,0.0614272703234715
-1964,Cyprus,Oilcrops,0.578629,0.0186890045262163
-1964,Cyprus,Pulses,0.578629,0.0135268021478357
+1964,Cyprus,FruitVeg,0.578629,0.290001019651625
+1964,Cyprus,OilcropsPulses,0.578629,0.0322158066740519
 1964,Cyprus,Starchy Roots,0.578629,0.06050509048112
+1964,Cyprus,Sugar,0.578629,0.0243834996171986
 1965,Cyprus,Ruminants,0.580971,0.503832032924191
 1965,Cyprus,Cereals,0.580971,0.129049470627622
 1965,Cyprus,Monogastrics,0.580971,0.0743360684096108
-1965,Cyprus,Oilcrops,0.580971,0.0489628570100745
-1965,Cyprus,Pulses,0.580971,0.00905552944983485
+1965,Cyprus,FruitVeg,0.580971,0.343462926720955
+1965,Cyprus,OilcropsPulses,0.580971,0.0580183864599094
 1965,Cyprus,Starchy Roots,0.580971,0.0757542114838779
+1965,Cyprus,Sugar,0.580971,0.0273834666446346
 1966,Cyprus,Ruminants,0.585311,0.541931896034758
 1966,Cyprus,Cereals,0.585311,0.12795078172117
 1966,Cyprus,Monogastrics,0.585311,0.103018395348797
-1966,Cyprus,Oilcrops,0.585311,0.0375475601859524
-1966,Cyprus,Pulses,0.585311,0.00615570184055997
+1966,Cyprus,FruitVeg,0.585311,0.380563495304206
+1966,Cyprus,OilcropsPulses,0.585311,0.0437032620265124
 1966,Cyprus,Starchy Roots,0.585311,0.0810799728691243
+1966,Cyprus,Sugar,0.585311,0.0283456145536305
 1967,Cyprus,Ruminants,0.591304,0.549876713162773
 1967,Cyprus,Cereals,0.591304,0.129234708373358
 1967,Cyprus,Monogastrics,0.591304,0.112248352793149
-1967,Cyprus,Oilcrops,0.591304,0.0595954027031781
-1967,Cyprus,Pulses,0.591304,0.0106797856939916
+1967,Cyprus,FruitVeg,0.591304,0.407599136823022
+1967,Cyprus,OilcropsPulses,0.591304,0.0702751883971696
 1967,Cyprus,Starchy Roots,0.591304,0.0784232814254597
+1967,Cyprus,Sugar,0.591304,0.0286248697793352
 1968,Cyprus,Ruminants,0.598491,0.571474591932042
 1968,Cyprus,Cereals,0.598491,0.132728812964606
 1968,Cyprus,Monogastrics,0.598491,0.126761805941944
-1968,Cyprus,Oilcrops,0.598491,0.0345803027948624
-1968,Cyprus,Pulses,0.598491,0.0070493958973485
+1968,Cyprus,FruitVeg,0.598491,0.451044376607167
+1968,Cyprus,OilcropsPulses,0.598491,0.0416296986922109
 1968,Cyprus,Starchy Roots,0.598491,0.0678573278461999
+1968,Cyprus,Sugar,0.598491,0.0304565983448373
 1969,Cyprus,Ruminants,0.606117,0.579559721967871
 1969,Cyprus,Cereals,0.606117,0.157758320588269
 1969,Cyprus,Monogastrics,0.606117,0.156634940118822
-1969,Cyprus,Oilcrops,0.606117,0.0426237838569121
-1969,Cyprus,Pulses,0.606117,0.00879203190143157
+1969,Cyprus,FruitVeg,0.606117,0.478574268664301
+1969,Cyprus,OilcropsPulses,0.606117,0.0514158157583437
 1969,Cyprus,Starchy Roots,0.606117,0.0588038283037763
+1969,Cyprus,Sugar,0.606117,0.030070101977011
 1970,Cyprus,Ruminants,0.613619,0.579758123526162
 1970,Cyprus,Cereals,0.613619,0.13471062662662
 1970,Cyprus,Monogastrics,0.613619,0.160278283429946
-1970,Cyprus,Oilcrops,0.613619,0.0240360875396622
-1970,Cyprus,Pulses,0.613619,0.00507155091351474
+1970,Cyprus,FruitVeg,0.613619,0.465632583084944
+1970,Cyprus,OilcropsPulses,0.613619,0.029107638453177
 1970,Cyprus,Starchy Roots,0.613619,0.0554269017093669
+1970,Cyprus,Sugar,0.613619,0.0300805548719971
 1971,Cyprus,Ruminants,0.62086,0.624234771123925
 1971,Cyprus,Cereals,0.62086,0.127489289050672
 1971,Cyprus,Monogastrics,0.62086,0.163927938665722
-1971,Cyprus,Oilcrops,0.62086,0.036665270753471
-1971,Cyprus,Pulses,0.62086,0.00744290178139999
+1971,Cyprus,FruitVeg,0.62086,0.482988113262249
+1971,Cyprus,OilcropsPulses,0.62086,0.044108172534871
 1971,Cyprus,Starchy Roots,0.62086,0.0553361466353123
+1971,Cyprus,Sugar,0.62086,0.0306236510646523
 1972,Cyprus,Ruminants,0.628,0.663919904458599
 1972,Cyprus,Cereals,0.628,0.100734076433121
 1972,Cyprus,Monogastrics,0.628,0.176708280254777
-1972,Cyprus,Oilcrops,0.628,0.0447372611464968
-1972,Cyprus,Pulses,0.628,0.00662898089171975
+1972,Cyprus,FruitVeg,0.628,0.454832802547771
+1972,Cyprus,OilcropsPulses,0.628,0.0513662420382166
 1972,Cyprus,Starchy Roots,0.628,0.0514363057324841
+1972,Cyprus,Sugar,0.628,0.0307436305732484
 1973,Cyprus,Ruminants,0.635109,0.708331640710492
 1973,Cyprus,Cereals,0.635109,0.116263507523905
 1973,Cyprus,Monogastrics,0.635109,0.186590805672727
-1973,Cyprus,Oilcrops,0.635109,0.0190597204574333
-1973,Cyprus,Pulses,0.635109,0.00839383475907285
+1973,Cyprus,FruitVeg,0.635109,0.352476504033166
+1973,Cyprus,OilcropsPulses,0.635109,0.0274535552165061
 1973,Cyprus,Starchy Roots,0.635109,0.0409016405058029
+1973,Cyprus,Sugar,0.635109,0.031759902630887
 1974,Cyprus,Ruminants,0.642335,0.478605089244709
 1974,Cyprus,Cereals,0.642335,0.109656176294301
 1974,Cyprus,Monogastrics,0.642335,0.164006165007356
-1974,Cyprus,Oilcrops,0.642335,0.0231421298854959
-1974,Cyprus,Pulses,0.642335,0.00664450792810605
+1974,Cyprus,FruitVeg,0.642335,0.38548576677279
+1974,Cyprus,OilcropsPulses,0.642335,0.0297866378136019
 1974,Cyprus,Starchy Roots,0.642335,0.0200627398475873
+1974,Cyprus,Sugar,0.642335,0.0227793908163186
 1975,Cyprus,Ruminants,0.649755,0.402040153596355
 1975,Cyprus,Cereals,0.649755,0.103609822163739
 1975,Cyprus,Monogastrics,0.649755,0.13383890851167
-1975,Cyprus,Oilcrops,0.649755,0.0336511454317397
-1975,Cyprus,Pulses,0.649755,0.00686566475055983
+1975,Cyprus,FruitVeg,0.649755,0.399841478711207
+1975,Cyprus,OilcropsPulses,0.649755,0.0405168101822995
 1975,Cyprus,Starchy Roots,0.649755,0.0205569791690714
+1975,Cyprus,Sugar,0.649755,0.0147009257335457
 1976,Cyprus,Ruminants,0.657526,0.347464282781213
 1976,Cyprus,Cereals,0.657526,0.107793456076262
 1976,Cyprus,Monogastrics,0.657526,0.150333522932933
-1976,Cyprus,Oilcrops,0.657526,0.0256400507356363
-1976,Cyprus,Pulses,0.657526,0.00833275033991051
+1976,Cyprus,FruitVeg,0.657526,0.369285777292457
+1976,Cyprus,OilcropsPulses,0.657526,0.0339728010755468
 1976,Cyprus,Starchy Roots,0.657526,0.0207155306406134
+1976,Cyprus,Sugar,0.657526,0.0206775093304295
 1977,Cyprus,Ruminants,0.665528,0.420183373201428
 1977,Cyprus,Cereals,0.665528,0.109290668461733
 1977,Cyprus,Monogastrics,0.665528,0.15258516546261
-1977,Cyprus,Oilcrops,0.665528,0.0243235446142011
-1977,Cyprus,Pulses,0.665528,0.00640544049236095
+1977,Cyprus,FruitVeg,0.665528,0.337889615463211
+1977,Cyprus,OilcropsPulses,0.665528,0.030728985106562
 1977,Cyprus,Starchy Roots,0.665528,0.0152901155173036
+1977,Cyprus,Sugar,0.665528,0.0223657006166532
 1978,Cyprus,Ruminants,0.673252,0.433416016588142
 1978,Cyprus,Cereals,0.673252,0.102138575154623
 1978,Cyprus,Monogastrics,0.673252,0.159929417216733
-1978,Cyprus,Oilcrops,0.673252,0.02987440067018
-1978,Cyprus,Pulses,0.673252,0.00400592942909936
+1978,Cyprus,FruitVeg,0.673252,0.37484032724745
+1978,Cyprus,OilcropsPulses,0.673252,0.0338803300992793
 1978,Cyprus,Starchy Roots,0.673252,0.0177348154925644
+1978,Cyprus,Sugar,0.673252,0.023168145063067
 1979,Cyprus,Ruminants,0.680013,0.464404651087553
 1979,Cyprus,Cereals,0.680013,0.102883327230509
 1979,Cyprus,Monogastrics,0.680013,0.165294339961148
-1979,Cyprus,Oilcrops,0.680013,0.0327802556715827
-1979,Cyprus,Pulses,0.680013,0.00569842047137334
+1979,Cyprus,FruitVeg,0.680013,0.397148289812107
+1979,Cyprus,OilcropsPulses,0.680013,0.0384786761429561
 1979,Cyprus,Starchy Roots,0.680013,0.020067263419964
+1979,Cyprus,Sugar,0.680013,0.0268494867009895
 1980,Cyprus,Ruminants,0.685406,0.469421043877643
 1980,Cyprus,Cereals,0.685406,0.0981637161040318
 1980,Cyprus,Monogastrics,0.685406,0.166143570380183
-1980,Cyprus,Oilcrops,0.685406,0.0374872703186141
-1980,Cyprus,Pulses,0.685406,0.00585054697507755
+1980,Cyprus,FruitVeg,0.685406,0.394424618401356
+1980,Cyprus,OilcropsPulses,0.685406,0.0433378172936916
 1980,Cyprus,Starchy Roots,0.685406,0.0189143369039664
+1980,Cyprus,Sugar,0.685406,0.0235903975162167
 1981,Cyprus,Ruminants,0.689173,0.486605104959132
 1981,Cyprus,Cereals,0.689173,0.099649870206755
 1981,Cyprus,Monogastrics,0.689173,0.181238237713898
-1981,Cyprus,Oilcrops,0.689173,0.0291595869251987
-1981,Cyprus,Pulses,0.689173,0.00387275763850296
+1981,Cyprus,FruitVeg,0.689173,0.395704706945861
+1981,Cyprus,OilcropsPulses,0.689173,0.0330323445637017
 1981,Cyprus,Starchy Roots,0.689173,0.0193318658740258
+1981,Cyprus,Sugar,0.689173,0.0226909643877517
 1982,Cyprus,Ruminants,0.691711,0.460125110053187
 1982,Cyprus,Cereals,0.691711,0.100575240237614
 1982,Cyprus,Monogastrics,0.691711,0.198500096138416
-1982,Cyprus,Oilcrops,0.691711,0.0391594177337067
-1982,Cyprus,Pulses,0.691711,0.00469993971470744
+1982,Cyprus,FruitVeg,0.691711,0.391118545172767
+1982,Cyprus,OilcropsPulses,0.691711,0.0438593574484142
 1982,Cyprus,Starchy Roots,0.691711,0.0198045137347823
+1982,Cyprus,Sugar,0.691711,0.0275707629342312
 1983,Cyprus,Ruminants,0.694074,0.584035131700654
 1983,Cyprus,Cereals,0.694074,0.102719594740618
 1983,Cyprus,Monogastrics,0.694074,0.210117509084046
-1983,Cyprus,Oilcrops,0.694074,0.0187242282523189
-1983,Cyprus,Pulses,0.694074,0.00534236983376412
+1983,Cyprus,FruitVeg,0.694074,0.405102337791071
+1983,Cyprus,OilcropsPulses,0.694074,0.024066598086083
 1983,Cyprus,Starchy Roots,0.694074,0.0187458397807727
+1983,Cyprus,Sugar,0.694074,0.02755613954708
 1984,Cyprus,Ruminants,0.697717,0.552793324514094
 1984,Cyprus,Cereals,0.697717,0.102128800072236
 1984,Cyprus,Monogastrics,0.697717,0.22294741277624
-1984,Cyprus,Oilcrops,0.697717,0.032806997679575
-1984,Cyprus,Pulses,0.697717,0.00480280686868745
+1984,Cyprus,FruitVeg,0.697717,0.418163811402044
+1984,Cyprus,OilcropsPulses,0.697717,0.0376098045482624
 1984,Cyprus,Starchy Roots,0.697717,0.0185132367421175
+1984,Cyprus,Sugar,0.697717,0.0312175280235396
 1985,Cyprus,Ruminants,0.703693,0.596735081917825
 1985,Cyprus,Cereals,0.703693,0.10363894482395
 1985,Cyprus,Monogastrics,0.703693,0.220429363372948
-1985,Cyprus,Oilcrops,0.703693,0.0313659507768302
-1985,Cyprus,Pulses,0.703693,0.00466964997520225
+1985,Cyprus,FruitVeg,0.703693,0.425317574567318
+1985,Cyprus,OilcropsPulses,0.703693,0.0360356007520325
 1985,Cyprus,Starchy Roots,0.703693,0.0268952511961892
+1985,Cyprus,Sugar,0.703693,0.0299235604162611
 1986,Cyprus,Ruminants,0.71234,0.636674200522223
 1986,Cyprus,Cereals,0.71234,0.10629474689053
 1986,Cyprus,Monogastrics,0.71234,0.225047730016565
-1986,Cyprus,Oilcrops,0.71234,0.0349074879973047
-1986,Cyprus,Pulses,0.71234,0.0069011988657102
+1986,Cyprus,FruitVeg,0.71234,0.335351096386557
+1986,Cyprus,OilcropsPulses,0.71234,0.0418086868630149
 1986,Cyprus,Starchy Roots,0.71234,0.0369093410450066
+1986,Cyprus,Sugar,0.71234,0.0305135188252801
 1987,Cyprus,Ruminants,0.72338,0.67883740219525
 1987,Cyprus,Cereals,0.72338,0.111950841881169
 1987,Cyprus,Monogastrics,0.72338,0.236399955763223
-1987,Cyprus,Oilcrops,0.72338,0.0244657026735602
-1987,Cyprus,Pulses,0.72338,0.0058461666067627
+1987,Cyprus,FruitVeg,0.72338,0.383458210069396
+1987,Cyprus,OilcropsPulses,0.72338,0.0303118692803229
 1987,Cyprus,Starchy Roots,0.72338,0.0276562802399845
+1987,Cyprus,Sugar,0.72338,0.0299165030827504
 1988,Cyprus,Ruminants,0.736477,0.613519363130145
 1988,Cyprus,Cereals,0.736477,0.113431919801976
 1988,Cyprus,Monogastrics,0.736477,0.261799214367862
-1988,Cyprus,Oilcrops,0.736477,0.0387479853410222
-1988,Cyprus,Pulses,0.736477,0.00366881789926909
+1988,Cyprus,FruitVeg,0.736477,0.398475444582791
+1988,Cyprus,OilcropsPulses,0.736477,0.0424168032402913
 1988,Cyprus,Starchy Roots,0.736477,0.0314741668782596
+1988,Cyprus,Sugar,0.736477,0.0240890075318034
 1989,Cyprus,Ruminants,0.751047,0.625305074116533
 1989,Cyprus,Cereals,0.751047,0.109089045026476
 1989,Cyprus,Monogastrics,0.751047,0.286710552069311
-1989,Cyprus,Oilcrops,0.751047,0.025171527214675
-1989,Cyprus,Pulses,0.751047,0.00442449007851706
+1989,Cyprus,FruitVeg,0.751047,0.446572584671798
+1989,Cyprus,OilcropsPulses,0.751047,0.029596017293192
 1989,Cyprus,Starchy Roots,0.751047,0.0336650036548978
+1989,Cyprus,Sugar,0.751047,0.0274057415847477
 1990,Cyprus,Ruminants,0.766611,0.557071187342733
 1990,Cyprus,Cereals,0.766611,0.108447439444516
 1990,Cyprus,Monogastrics,0.766611,0.303017566927686
-1990,Cyprus,Oilcrops,0.766611,0.0240943581555704
-1990,Cyprus,Pulses,0.766611,0.00410116734562901
+1990,Cyprus,FruitVeg,0.766611,0.390084410476761
+1990,Cyprus,OilcropsPulses,0.766611,0.0281955255011994
 1990,Cyprus,Starchy Roots,0.766611,0.0424139491867453
+1990,Cyprus,Sugar,0.766611,0.0335685243232878
 1991,Cyprus,Ruminants,0.783138,0.529153099453736
 1991,Cyprus,Cereals,0.783138,0.107421680470109
 1991,Cyprus,Monogastrics,0.783138,0.296418000403505
-1991,Cyprus,Oilcrops,0.783138,0.0243890604210241
-1991,Cyprus,Pulses,0.783138,0.00444876892706011
+1991,Cyprus,FruitVeg,0.783138,0.314363496599578
+1991,Cyprus,OilcropsPulses,0.783138,0.0288378293480842
 1991,Cyprus,Starchy Roots,0.783138,0.0377915514251639
+1991,Cyprus,Sugar,0.783138,0.0352900765893112
 1992,Cyprus,Ruminants,0.80066,0.581223990208078
 1992,Cyprus,Cereals,0.80066,0.111886443683961
 1992,Cyprus,Monogastrics,0.80066,0.315204955911373
-1992,Cyprus,Oilcrops,0.80066,0.0335086054005445
-1992,Cyprus,Pulses,0.80066,0.00653585791721829
+1992,Cyprus,FruitVeg,0.80066,0.374424849499163
+1992,Cyprus,OilcropsPulses,0.80066,0.0400444633177628
 1992,Cyprus,Starchy Roots,0.80066,0.0384770064696625
+1992,Cyprus,Sugar,0.80066,0.0349236879574351
 1993,Cyprus,Ruminants,0.818814,0.518378288597899
 1993,Cyprus,Cereals,0.818814,0.109485182226977
 1993,Cyprus,Monogastrics,0.818814,0.334419660631108
-1993,Cyprus,Oilcrops,0.818814,0.0271722271480458
-1993,Cyprus,Pulses,0.818814,0.00361009948535321
+1993,Cyprus,FruitVeg,0.818814,0.39200599892039
+1993,Cyprus,OilcropsPulses,0.818814,0.030782326633399
 1993,Cyprus,Starchy Roots,0.818814,0.0355331003133801
+1993,Cyprus,Sugar,0.818814,0.0370462644752044
 1994,Cyprus,Ruminants,0.837166,0.510015098558709
 1994,Cyprus,Cereals,0.837166,0.110011634490651
 1994,Cyprus,Monogastrics,0.837166,0.35311419718431
-1994,Cyprus,Oilcrops,0.837166,0.0270352594348074
-1994,Cyprus,Pulses,0.837166,0.00410910142074571
+1994,Cyprus,FruitVeg,0.837166,0.287377891600949
+1994,Cyprus,OilcropsPulses,0.837166,0.0311443608555531
 1994,Cyprus,Starchy Roots,0.837166,0.0361577034901083
+1994,Cyprus,Sugar,0.837166,0.0380545793785223
 1995,Cyprus,Ruminants,0.855389,0.500299512853216
 1995,Cyprus,Cereals,0.855389,0.108289912542715
 1995,Cyprus,Monogastrics,0.855389,0.353913950261226
-1995,Cyprus,Oilcrops,0.855389,0.0258630868528821
-1995,Cyprus,Pulses,0.855389,0.00439215374525508
+1995,Cyprus,FruitVeg,0.855389,0.355434778796548
+1995,Cyprus,OilcropsPulses,0.855389,0.0302552405981372
 1995,Cyprus,Starchy Roots,0.855389,0.0282292617744675
+1995,Cyprus,Sugar,0.855389,0.0417868361645988
 1996,Cyprus,Ruminants,0.873246,0.435642190173216
 1996,Cyprus,Cereals,0.873246,0.105531545520964
 1996,Cyprus,Monogastrics,0.873246,0.362909077167259
-1996,Cyprus,Oilcrops,0.873246,0.0269053622919544
-1996,Cyprus,Pulses,0.873246,0.00385000332094278
+1996,Cyprus,FruitVeg,0.873246,0.328272903626241
+1996,Cyprus,OilcropsPulses,0.873246,0.0307553656128972
 1996,Cyprus,Starchy Roots,0.873246,0.0339904219429577
+1996,Cyprus,Sugar,0.873246,0.0353966694379362
 1997,Cyprus,Ruminants,0.890733,0.44003848515773
 1997,Cyprus,Cereals,0.890733,0.103576492619
 1997,Cyprus,Monogastrics,0.890733,0.362105367152671
-1997,Cyprus,Oilcrops,0.890733,0.0251017981819468
-1997,Cyprus,Pulses,0.890733,0.00383953440593309
+1997,Cyprus,FruitVeg,0.890733,0.327187832942083
+1997,Cyprus,OilcropsPulses,0.890733,0.0289413325878799
 1997,Cyprus,Starchy Roots,0.890733,0.0341808375798359
+1997,Cyprus,Sugar,0.890733,0.034225744414993
 1998,Cyprus,Ruminants,0.90804,0.441675256596626
 1998,Cyprus,Cereals,0.90804,0.103014184397163
 1998,Cyprus,Monogastrics,0.90804,0.362712215320911
-1998,Cyprus,Oilcrops,0.90804,0.0251850138760407
-1998,Cyprus,Pulses,0.90804,0.00361437822122374
+1998,Cyprus,FruitVeg,0.90804,0.388434430201313
+1998,Cyprus,OilcropsPulses,0.90804,0.0287993920972644
 1998,Cyprus,Starchy Roots,0.90804,0.0356349940531254
+1998,Cyprus,Sugar,0.90804,0.0340910092066429
 1999,Cyprus,Ruminants,0.925491,0.459699121871526
 1999,Cyprus,Cereals,0.925491,0.104892430072254
 1999,Cyprus,Monogastrics,0.925491,0.370897177822367
-1999,Cyprus,Oilcrops,0.925491,0.0277312259114351
-1999,Cyprus,Pulses,0.925491,0.00408323797854328
+1999,Cyprus,FruitVeg,0.925491,0.358436764917217
+1999,Cyprus,OilcropsPulses,0.925491,0.0318144638899784
 1999,Cyprus,Starchy Roots,0.925491,0.0315724302019144
+1999,Cyprus,Sugar,0.925491,0.034246686353514
 2000,Cyprus,Ruminants,0.943287,0.487572817180773
 2000,Cyprus,Cereals,0.943287,0.0956813779899437
 2000,Cyprus,Monogastrics,0.943287,0.367545720443513
-2000,Cyprus,Oilcrops,0.943287,0.0350593191679733
-2000,Cyprus,Pulses,0.943287,0.00338179154382494
+2000,Cyprus,FruitVeg,0.943287,0.334621382463662
+2000,Cyprus,OilcropsPulses,0.943287,0.0384411107117982
 2000,Cyprus,Starchy Roots,0.943287,0.0354314222500681
+2000,Cyprus,Sugar,0.943287,0.0353943179541327
 2001,Cyprus,Ruminants,0.961482,0.461894970472666
 2001,Cyprus,Cereals,0.961482,0.0943564206090182
 2001,Cyprus,Monogastrics,0.961482,0.362187643658436
-2001,Cyprus,Oilcrops,0.961482,0.0335346891569473
-2001,Cyprus,Pulses,0.961482,0.00354556819576446
+2001,Cyprus,FruitVeg,0.961482,0.308264741305609
+2001,Cyprus,OilcropsPulses,0.961482,0.0370802573527118
 2001,Cyprus,Starchy Roots,0.961482,0.0393538308569479
+2001,Cyprus,Sugar,0.961482,0.0318383495478855
 2002,Cyprus,Ruminants,0.979883,0.480416641578638
 2002,Cyprus,Cereals,0.979883,0.0899362474907719
 2002,Cyprus,Monogastrics,0.979883,0.36543760836753
-2002,Cyprus,Oilcrops,0.979883,0.039852717110104
-2002,Cyprus,Pulses,0.979883,0.00371370867746455
+2002,Cyprus,FruitVeg,0.979883,0.271768160076254
+2002,Cyprus,OilcropsPulses,0.979883,0.0435664257875685
 2002,Cyprus,Starchy Roots,0.979883,0.0380729127865266
+2002,Cyprus,Sugar,0.979883,0.0374963133353676
 2003,Cyprus,Ruminants,0.99815,0.406669739017182
 2003,Cyprus,Cereals,0.99815,0.0902108901467715
 2003,Cyprus,Monogastrics,0.99815,0.364516956369283
-2003,Cyprus,Oilcrops,0.99815,0.0293913740419777
-2003,Cyprus,Pulses,0.99815,0.00336923308120022
+2003,Cyprus,FruitVeg,0.99815,0.274714221309422
+2003,Cyprus,OilcropsPulses,0.99815,0.0327606071231779
 2003,Cyprus,Starchy Roots,0.99815,0.0328758202674949
+2003,Cyprus,Sugar,0.99815,0.0396433401793318
 2004,Cyprus,Ruminants,1.015827,0.395048271014651
 2004,Cyprus,Cereals,1.015827,0.0818810683315171
 2004,Cyprus,Monogastrics,1.015827,0.357889483150182
-2004,Cyprus,Oilcrops,1.015827,0.0331690337035735
-2004,Cyprus,Pulses,1.015827,0.00363939922841192
+2004,Cyprus,FruitVeg,1.015827,0.292266301250114
+2004,Cyprus,OilcropsPulses,1.015827,0.0368084329319855
 2004,Cyprus,Starchy Roots,1.015827,0.0384307564181696
+2004,Cyprus,Sugar,1.015827,0.0408583351298991
 2005,Cyprus,Ruminants,1.032586,0.378120272790838
 2005,Cyprus,Cereals,1.032586,0.0780729159605108
 2005,Cyprus,Monogastrics,1.032586,0.374848874573159
-2005,Cyprus,Oilcrops,1.032586,0.029460015921192
-2005,Cyprus,Pulses,1.032586,0.00396577137400662
+2005,Cyprus,FruitVeg,1.032586,0.259885375164877
+2005,Cyprus,OilcropsPulses,1.032586,0.0334257872951987
 2005,Cyprus,Starchy Roots,1.032586,0.0374496652094838
+2005,Cyprus,Sugar,1.032586,0.0375019610957344
 2006,Cyprus,Ruminants,1.048293,0.380251990617127
 2006,Cyprus,Cereals,1.048293,0.0765349000708771
 2006,Cyprus,Monogastrics,1.048293,0.364652916694092
-2006,Cyprus,Oilcrops,1.048293,0.0370678808310272
-2006,Cyprus,Pulses,1.048293,0.00341412181517953
+2006,Cyprus,FruitVeg,1.048293,0.271424115204432
+2006,Cyprus,OilcropsPulses,1.048293,0.0404820026462067
 2006,Cyprus,Starchy Roots,1.048293,0.0361540141925969
+2006,Cyprus,Sugar,1.048293,0.0325462442275204
 2007,Cyprus,Ruminants,1.06304,0.41302255794702
 2007,Cyprus,Cereals,1.06304,0.0875526791089705
 2007,Cyprus,Monogastrics,1.06304,0.364437462372065
-2007,Cyprus,Oilcrops,1.06304,0.0271109271523179
-2007,Cyprus,Pulses,1.06304,0.00392083082480433
+2007,Cyprus,FruitVeg,1.06304,0.259458722155328
+2007,Cyprus,OilcropsPulses,1.06304,0.0310317579771222
 2007,Cyprus,Starchy Roots,1.06304,0.0374783639373871
+2007,Cyprus,Sugar,1.06304,0.0356261288380494
 2008,Cyprus,Ruminants,1.07701,0.399512817893984
 2008,Cyprus,Cereals,1.07701,0.0927075886017771
 2008,Cyprus,Monogastrics,1.07701,0.348958505492057
-2008,Cyprus,Oilcrops,1.07701,0.0296487497794821
-2008,Cyprus,Pulses,1.07701,0.00466105235791683
+2008,Cyprus,FruitVeg,1.07701,0.223852146219627
+2008,Cyprus,OilcropsPulses,1.07701,0.0343098021373989
 2008,Cyprus,Starchy Roots,1.07701,0.0335196516281186
+2008,Cyprus,Sugar,1.07701,0.0341138893789287
 2009,Cyprus,Ruminants,1.090486,0.378638973815345
 2009,Cyprus,Cereals,1.090486,0.0916600488222682
 2009,Cyprus,Monogastrics,1.090486,0.352552531623515
-2009,Cyprus,Oilcrops,1.090486,0.0283011427932133
-2009,Cyprus,Pulses,1.090486,0.00375979150580567
+2009,Cyprus,FruitVeg,1.090486,0.222306384492786
+2009,Cyprus,OilcropsPulses,1.090486,0.032060934299019
 2009,Cyprus,Starchy Roots,1.090486,0.0316702827913426
+2009,Cyprus,Sugar,1.090486,0.0322837707224118
 2010,Cyprus,Ruminants,1.103685,0.388385635394157
 2010,Cyprus,Cereals,1.103685,0.0952291641183852
 2010,Cyprus,Monogastrics,1.103685,0.346583218943811
-2010,Cyprus,Oilcrops,1.103685,0.0292637845037307
-2010,Cyprus,Pulses,1.103685,0.0037646611125457
+2010,Cyprus,FruitVeg,1.103685,0.215280628077758
+2010,Cyprus,OilcropsPulses,1.103685,0.0330284456162764
 2010,Cyprus,Starchy Roots,1.103685,0.0320236299306414
+2010,Cyprus,Sugar,1.103685,0.0315434204505815
 2011,Cyprus,Ruminants,1.116644,0.389817972424515
 2011,Cyprus,Cereals,1.116644,0.0931577118580317
 2011,Cyprus,Monogastrics,1.116644,0.350899570498744
-2011,Cyprus,Oilcrops,1.116644,0.030579128173348
-2011,Cyprus,Pulses,1.116644,0.00301438954581765
+2011,Cyprus,FruitVeg,1.116644,0.207772575682133
+2011,Cyprus,OilcropsPulses,1.116644,0.0335935177191656
 2011,Cyprus,Starchy Roots,1.116644,0.0257369403319232
+2011,Cyprus,Sugar,1.116644,0.0334009764974334
 1993,Czech Republic,Ruminants,10.329855,0.833183766858296
 1993,Czech Republic,Cereals,10.329855,0.134258806149748
 1993,Czech Republic,Monogastrics,10.329855,0.443024263167295
-1993,Czech Republic,Oilcrops,10.329855,0.0177935701904819
-1993,Czech Republic,Pulses,10.329855,0.00179266795129264
+1993,Czech Republic,FruitVeg,10.329855,0.145004261918488
+1993,Czech Republic,OilcropsPulses,10.329855,0.0195862381417745
 1993,Czech Republic,Starchy Roots,10.329855,0.0861257975063542
+1993,Czech Republic,Sugar,10.329855,0.0404439365315389
 1994,Czech Republic,Ruminants,10.333587,0.716665858621987
 1994,Czech Republic,Cereals,10.333587,0.141662619185381
 1994,Czech Republic,Monogastrics,10.333587,0.367064640768012
-1994,Czech Republic,Oilcrops,10.333587,0.0164694989261715
-1994,Czech Republic,Pulses,10.333587,0.001895082511039
+1994,Czech Republic,FruitVeg,10.333587,0.153795095546203
+1994,Czech Republic,OilcropsPulses,10.333587,0.0183645814372105
 1994,Czech Republic,Starchy Roots,10.333587,0.0794748232148237
+1994,Czech Republic,Sugar,10.333587,0.0390715247280543
 1995,Czech Republic,Ruminants,10.327253,0.710533904805082
 1995,Czech Republic,Cereals,10.327253,0.143462254677018
 1995,Czech Republic,Monogastrics,10.327253,0.396757685707903
-1995,Czech Republic,Oilcrops,10.327253,0.0169433246188507
-1995,Czech Republic,Pulses,10.327253,0.00189237157257598
+1995,Czech Republic,FruitVeg,10.327253,0.160394443711217
+1995,Czech Republic,OilcropsPulses,10.327253,0.0188356961914267
 1995,Czech Republic,Starchy Roots,10.327253,0.0913268998057857
+1995,Czech Republic,Sugar,10.327253,0.0460979313666471
 1996,Czech Republic,Ruminants,10.315241,0.689821837415141
 1996,Czech Republic,Cereals,10.315241,0.150881108836914
 1996,Czech Republic,Monogastrics,10.315241,0.396542533519091
-1996,Czech Republic,Oilcrops,10.315241,0.0176862566759225
-1996,Czech Republic,Pulses,10.315241,0.00199442746902375
+1996,Czech Republic,FruitVeg,10.315241,0.170488988090535
+1996,Czech Republic,OilcropsPulses,10.315241,0.0196806841449463
 1996,Czech Republic,Starchy Roots,10.315241,0.0943364289792163
+1996,Czech Republic,Sugar,10.315241,0.051054551221828
 1997,Czech Republic,Ruminants,10.304131,0.633843989366983
 1997,Czech Republic,Cereals,10.304131,0.152304740690894
 1997,Czech Republic,Monogastrics,10.304131,0.378976383355375
-1997,Czech Republic,Oilcrops,10.304131,0.0208640592787495
-1997,Czech Republic,Pulses,10.304131,0.0018957445319746
+1997,Czech Republic,FruitVeg,10.304131,0.156700841633322
+1997,Czech Republic,OilcropsPulses,10.304131,0.0227598038107241
 1997,Czech Republic,Starchy Roots,10.304131,0.0867950921819608
+1997,Czech Republic,Sugar,10.304131,0.0469620388172472
 1998,Czech Republic,Ruminants,10.294373,0.606573008380404
 1998,Czech Republic,Cereals,10.294373,0.143870442619478
 1998,Czech Republic,Monogastrics,10.294373,0.411607690920078
-1998,Czech Republic,Oilcrops,10.294373,0.0234525211006052
-1998,Czech Republic,Pulses,10.294373,0.00189550155215864
+1998,Czech Republic,FruitVeg,10.294373,0.161460537713176
+1998,Czech Republic,OilcropsPulses,10.294373,0.0253480226527638
 1998,Czech Republic,Starchy Roots,10.294373,0.0840221157714025
+1998,Czech Republic,Sugar,10.294373,0.0459638484053376
 1999,Czech Republic,Ruminants,10.28386,0.587148162265919
 1999,Czech Republic,Cereals,10.28386,0.1310950362996
 1999,Czech Republic,Monogastrics,10.28386,0.40049805228776
-1999,Czech Republic,Oilcrops,10.28386,0.0203233027287419
-1999,Czech Republic,Pulses,10.28386,0.0018587378669099
+1999,Czech Republic,FruitVeg,10.28386,0.166897351772583
+1999,Czech Republic,OilcropsPulses,10.28386,0.0221820405956518
 1999,Czech Republic,Starchy Roots,10.28386,0.0833848379888485
+1999,Czech Republic,Sugar,10.28386,0.0448795491187161
 2000,Czech Republic,Ruminants,10.255063,0.552179250385883
 2000,Czech Republic,Cereals,10.255063,0.140857252656566
 2000,Czech Republic,Monogastrics,10.255063,0.381353971204272
-2000,Czech Republic,Oilcrops,10.255063,0.0246626471236695
-2000,Czech Republic,Pulses,10.255063,0.00174635689707611
+2000,Czech Republic,FruitVeg,10.255063,0.157064954159716
+2000,Czech Republic,OilcropsPulses,10.255063,0.0264090040207457
 2000,Czech Republic,Starchy Roots,10.255063,0.0838144046506589
+2000,Czech Republic,Sugar,10.255063,0.0438400037132878
 2001,Czech Republic,Ruminants,10.216605,0.515276581604163
 2001,Czech Republic,Cereals,10.216605,0.138853660291261
 2001,Czech Republic,Monogastrics,10.216605,0.385244961511187
-2001,Czech Republic,Oilcrops,10.216605,0.0221130209105667
-2001,Czech Republic,Pulses,10.216605,0.00190777660485063
+2001,Czech Republic,FruitVeg,10.216605,0.149499173159773
+2001,Czech Republic,OilcropsPulses,10.216605,0.0240207975154173
 2001,Czech Republic,Starchy Roots,10.216605,0.0855542521219133
+2001,Czech Republic,Sugar,10.216605,0.0479282501378883
 2002,Czech Republic,Ruminants,10.196916,0.537960585337763
 2002,Czech Republic,Cereals,10.196916,0.152702836818505
 2002,Czech Republic,Monogastrics,10.196916,0.381978659037693
-2002,Czech Republic,Oilcrops,10.196916,0.0222286816916017
-2002,Czech Republic,Pulses,10.196916,0.0014055230032296
+2002,Czech Republic,FruitVeg,10.196916,0.14253103585437
+2002,Czech Republic,OilcropsPulses,10.196916,0.0236342046948313
 2002,Czech Republic,Starchy Roots,10.196916,0.0853453142106888
+2002,Czech Republic,Sugar,10.196916,0.0540288848118392
 2003,Czech Republic,Ruminants,10.193998,0.543233508580245
 2003,Czech Republic,Cereals,10.193998,0.14482119772831
 2003,Czech Republic,Monogastrics,10.193998,0.390310926095924
-2003,Czech Republic,Oilcrops,10.193998,0.0227341618077618
-2003,Czech Republic,Pulses,10.193998,0.00210231549976761
+2003,Czech Republic,FruitVeg,10.193998,0.149859064127735
+2003,Czech Republic,OilcropsPulses,10.193998,0.0248364773075294
 2003,Czech Republic,Starchy Roots,10.193998,0.0841489276336919
+2003,Czech Republic,Sugar,10.193998,0.0543465870799661
 2004,Czech Republic,Ruminants,10.197101,0.538426087963628
 2004,Czech Republic,Cereals,10.197101,0.147037966967278
 2004,Czech Republic,Monogastrics,10.197101,0.428076254221666
-2004,Czech Republic,Oilcrops,10.197101,0.0219827184216377
-2004,Czech Republic,Pulses,10.197101,0.0020807874708704
+2004,Czech Republic,FruitVeg,10.197101,0.156997268145133
+2004,Czech Republic,OilcropsPulses,10.197101,0.0240635058925081
 2004,Czech Republic,Starchy Roots,10.197101,0.0793983505704219
+2004,Czech Republic,Sugar,10.197101,0.0546939762585464
 2005,Czech Republic,Ruminants,10.211216,0.575816445367525
 2005,Czech Republic,Cereals,10.211216,0.163045517791417
 2005,Czech Republic,Monogastrics,10.211216,0.433479352508066
-2005,Czech Republic,Oilcrops,10.211216,0.0287583770630256
-2005,Czech Republic,Pulses,10.211216,0.00307867349001333
+2005,Czech Republic,FruitVeg,10.211216,0.160327036466568
+2005,Czech Republic,OilcropsPulses,10.211216,0.0318370505530389
 2005,Czech Republic,Starchy Roots,10.211216,0.0813543656308906
+2005,Czech Republic,Sugar,10.211216,0.0376403750542541
 2006,Czech Republic,Ruminants,10.238905,0.552960721874068
 2006,Czech Republic,Cereals,10.238905,0.168013864763859
 2006,Czech Republic,Monogastrics,10.238905,0.421186533130252
-2006,Czech Republic,Oilcrops,10.238905,0.0264781243697446
-2006,Czech Republic,Pulses,10.238905,0.00275967010144151
+2006,Czech Republic,FruitVeg,10.238905,0.158001661310462
+2006,Czech Republic,OilcropsPulses,10.238905,0.0292377944711861
 2006,Czech Republic,Starchy Roots,10.238905,0.0662719304456873
+2006,Czech Republic,Sugar,10.238905,0.0327783097899629
 2007,Czech Republic,Ruminants,10.298828,0.586806120075022
 2007,Czech Republic,Cereals,10.298828,0.1592332642122
 2007,Czech Republic,Monogastrics,10.298828,0.419281786238201
-2007,Czech Republic,Oilcrops,10.298828,0.027224456996466
-2007,Czech Republic,Pulses,10.298828,0.00269030612026922
+2007,Czech Republic,FruitVeg,10.298828,0.156838428605663
+2007,Czech Republic,OilcropsPulses,10.298828,0.0299147631167352
 2007,Czech Republic,Starchy Roots,10.298828,0.0750808732799499
+2007,Czech Republic,Sugar,10.298828,0.035637064722316
 2008,Czech Republic,Ruminants,10.384603,0.565788350310551
 2008,Czech Republic,Cereals,10.384603,0.152128685131247
 2008,Czech Republic,Monogastrics,10.384603,0.411512765581891
-2008,Czech Republic,Oilcrops,10.384603,0.024674222018887
-2008,Czech Republic,Pulses,10.384603,0.00282225521765252
+2008,Czech Republic,FruitVeg,10.384603,0.163949743673398
+2008,Czech Republic,OilcropsPulses,10.384603,0.0274964772365395
 2008,Czech Republic,Starchy Roots,10.384603,0.0776462037113985
+2008,Czech Republic,Sugar,10.384603,0.0359433095323914
 2009,Czech Republic,Ruminants,10.443936,0.581183932954013
 2009,Czech Republic,Cereals,10.443936,0.151757823870234
 2009,Czech Republic,Monogastrics,10.443936,0.408263158640574
-2009,Czech Republic,Oilcrops,10.443936,0.0259794774690308
-2009,Czech Republic,Pulses,10.443936,0.00284030848140012
+2009,Czech Republic,FruitVeg,10.443936,0.157607342672341
+2009,Czech Republic,OilcropsPulses,10.443936,0.0288197859504309
 2009,Czech Republic,Starchy Roots,10.443936,0.0723712784145747
+2009,Czech Republic,Sugar,10.443936,0.0398469504217567
 2010,Czech Republic,Ruminants,10.47441,0.576774825503298
 2010,Czech Republic,Cereals,10.47441,0.150106402174442
 2010,Czech Republic,Monogastrics,10.47441,0.405742480960741
-2010,Czech Republic,Oilcrops,10.47441,0.0288810539209368
-2010,Czech Republic,Pulses,10.47441,0.00279729359457955
+2010,Czech Republic,FruitVeg,10.47441,0.152586446396503
+2010,Czech Republic,OilcropsPulses,10.47441,0.0316783475155164
 2010,Czech Republic,Starchy Roots,10.47441,0.067093707426003
+2010,Czech Republic,Sugar,10.47441,0.0408216787389457
 2011,Czech Republic,Ruminants,10.496088,0.547337503267884
 2011,Czech Republic,Cereals,10.496088,0.154443922345163
 2011,Czech Republic,Monogastrics,10.496088,0.399865835728511
-2011,Czech Republic,Oilcrops,10.496088,0.0281966957594105
-2011,Czech Republic,Pulses,10.496088,0.00269290806250862
+2011,Czech Republic,FruitVeg,10.496088,0.153194218646033
+2011,Czech Republic,OilcropsPulses,10.496088,0.0308896038219192
 2011,Czech Republic,Starchy Roots,10.496088,0.0738714271450468
+2011,Czech Republic,Sugar,10.496088,0.0421246468207965
 1961,Czechoslovakia,Ruminants,NA,NA
 1961,Czechoslovakia,Cereals,NA,NA
 1961,Czechoslovakia,Monogastrics,NA,NA
-1961,Czechoslovakia,Oilcrops,NA,NA
-1961,Czechoslovakia,Pulses,NA,NA
+1961,Czechoslovakia,FruitVeg,NA,NA
+1961,Czechoslovakia,OilcropsPulses,NA,NA
 1961,Czechoslovakia,Starchy Roots,NA,NA
+1961,Czechoslovakia,Sugar,NA,NA
 1962,Czechoslovakia,Ruminants,NA,NA
 1962,Czechoslovakia,Cereals,NA,NA
 1962,Czechoslovakia,Monogastrics,NA,NA
-1962,Czechoslovakia,Oilcrops,NA,NA
-1962,Czechoslovakia,Pulses,NA,NA
+1962,Czechoslovakia,FruitVeg,NA,NA
+1962,Czechoslovakia,OilcropsPulses,NA,NA
 1962,Czechoslovakia,Starchy Roots,NA,NA
+1962,Czechoslovakia,Sugar,NA,NA
 1963,Czechoslovakia,Ruminants,NA,NA
 1963,Czechoslovakia,Cereals,NA,NA
 1963,Czechoslovakia,Monogastrics,NA,NA
-1963,Czechoslovakia,Oilcrops,NA,NA
-1963,Czechoslovakia,Pulses,NA,NA
+1963,Czechoslovakia,FruitVeg,NA,NA
+1963,Czechoslovakia,OilcropsPulses,NA,NA
 1963,Czechoslovakia,Starchy Roots,NA,NA
+1963,Czechoslovakia,Sugar,NA,NA
 1964,Czechoslovakia,Ruminants,NA,NA
 1964,Czechoslovakia,Cereals,NA,NA
 1964,Czechoslovakia,Monogastrics,NA,NA
-1964,Czechoslovakia,Oilcrops,NA,NA
-1964,Czechoslovakia,Pulses,NA,NA
+1964,Czechoslovakia,FruitVeg,NA,NA
+1964,Czechoslovakia,OilcropsPulses,NA,NA
 1964,Czechoslovakia,Starchy Roots,NA,NA
+1964,Czechoslovakia,Sugar,NA,NA
 1965,Czechoslovakia,Ruminants,NA,NA
 1965,Czechoslovakia,Cereals,NA,NA
 1965,Czechoslovakia,Monogastrics,NA,NA
-1965,Czechoslovakia,Oilcrops,NA,NA
-1965,Czechoslovakia,Pulses,NA,NA
+1965,Czechoslovakia,FruitVeg,NA,NA
+1965,Czechoslovakia,OilcropsPulses,NA,NA
 1965,Czechoslovakia,Starchy Roots,NA,NA
+1965,Czechoslovakia,Sugar,NA,NA
 1966,Czechoslovakia,Ruminants,NA,NA
 1966,Czechoslovakia,Cereals,NA,NA
 1966,Czechoslovakia,Monogastrics,NA,NA
-1966,Czechoslovakia,Oilcrops,NA,NA
-1966,Czechoslovakia,Pulses,NA,NA
+1966,Czechoslovakia,FruitVeg,NA,NA
+1966,Czechoslovakia,OilcropsPulses,NA,NA
 1966,Czechoslovakia,Starchy Roots,NA,NA
+1966,Czechoslovakia,Sugar,NA,NA
 1967,Czechoslovakia,Ruminants,NA,NA
 1967,Czechoslovakia,Cereals,NA,NA
 1967,Czechoslovakia,Monogastrics,NA,NA
-1967,Czechoslovakia,Oilcrops,NA,NA
-1967,Czechoslovakia,Pulses,NA,NA
+1967,Czechoslovakia,FruitVeg,NA,NA
+1967,Czechoslovakia,OilcropsPulses,NA,NA
 1967,Czechoslovakia,Starchy Roots,NA,NA
+1967,Czechoslovakia,Sugar,NA,NA
 1968,Czechoslovakia,Ruminants,NA,NA
 1968,Czechoslovakia,Cereals,NA,NA
 1968,Czechoslovakia,Monogastrics,NA,NA
-1968,Czechoslovakia,Oilcrops,NA,NA
-1968,Czechoslovakia,Pulses,NA,NA
+1968,Czechoslovakia,FruitVeg,NA,NA
+1968,Czechoslovakia,OilcropsPulses,NA,NA
 1968,Czechoslovakia,Starchy Roots,NA,NA
+1968,Czechoslovakia,Sugar,NA,NA
 1969,Czechoslovakia,Ruminants,NA,NA
 1969,Czechoslovakia,Cereals,NA,NA
 1969,Czechoslovakia,Monogastrics,NA,NA
-1969,Czechoslovakia,Oilcrops,NA,NA
-1969,Czechoslovakia,Pulses,NA,NA
+1969,Czechoslovakia,FruitVeg,NA,NA
+1969,Czechoslovakia,OilcropsPulses,NA,NA
 1969,Czechoslovakia,Starchy Roots,NA,NA
+1969,Czechoslovakia,Sugar,NA,NA
 1970,Czechoslovakia,Ruminants,NA,NA
 1970,Czechoslovakia,Cereals,NA,NA
 1970,Czechoslovakia,Monogastrics,NA,NA
-1970,Czechoslovakia,Oilcrops,NA,NA
-1970,Czechoslovakia,Pulses,NA,NA
+1970,Czechoslovakia,FruitVeg,NA,NA
+1970,Czechoslovakia,OilcropsPulses,NA,NA
 1970,Czechoslovakia,Starchy Roots,NA,NA
+1970,Czechoslovakia,Sugar,NA,NA
 1971,Czechoslovakia,Ruminants,NA,NA
 1971,Czechoslovakia,Cereals,NA,NA
 1971,Czechoslovakia,Monogastrics,NA,NA
-1971,Czechoslovakia,Oilcrops,NA,NA
-1971,Czechoslovakia,Pulses,NA,NA
+1971,Czechoslovakia,FruitVeg,NA,NA
+1971,Czechoslovakia,OilcropsPulses,NA,NA
 1971,Czechoslovakia,Starchy Roots,NA,NA
+1971,Czechoslovakia,Sugar,NA,NA
 1972,Czechoslovakia,Ruminants,NA,NA
 1972,Czechoslovakia,Cereals,NA,NA
 1972,Czechoslovakia,Monogastrics,NA,NA
-1972,Czechoslovakia,Oilcrops,NA,NA
-1972,Czechoslovakia,Pulses,NA,NA
+1972,Czechoslovakia,FruitVeg,NA,NA
+1972,Czechoslovakia,OilcropsPulses,NA,NA
 1972,Czechoslovakia,Starchy Roots,NA,NA
+1972,Czechoslovakia,Sugar,NA,NA
 1973,Czechoslovakia,Ruminants,NA,NA
 1973,Czechoslovakia,Cereals,NA,NA
 1973,Czechoslovakia,Monogastrics,NA,NA
-1973,Czechoslovakia,Oilcrops,NA,NA
-1973,Czechoslovakia,Pulses,NA,NA
+1973,Czechoslovakia,FruitVeg,NA,NA
+1973,Czechoslovakia,OilcropsPulses,NA,NA
 1973,Czechoslovakia,Starchy Roots,NA,NA
+1973,Czechoslovakia,Sugar,NA,NA
 1974,Czechoslovakia,Ruminants,NA,NA
 1974,Czechoslovakia,Cereals,NA,NA
 1974,Czechoslovakia,Monogastrics,NA,NA
-1974,Czechoslovakia,Oilcrops,NA,NA
-1974,Czechoslovakia,Pulses,NA,NA
+1974,Czechoslovakia,FruitVeg,NA,NA
+1974,Czechoslovakia,OilcropsPulses,NA,NA
 1974,Czechoslovakia,Starchy Roots,NA,NA
+1974,Czechoslovakia,Sugar,NA,NA
 1975,Czechoslovakia,Ruminants,NA,NA
 1975,Czechoslovakia,Cereals,NA,NA
 1975,Czechoslovakia,Monogastrics,NA,NA
-1975,Czechoslovakia,Oilcrops,NA,NA
-1975,Czechoslovakia,Pulses,NA,NA
+1975,Czechoslovakia,FruitVeg,NA,NA
+1975,Czechoslovakia,OilcropsPulses,NA,NA
 1975,Czechoslovakia,Starchy Roots,NA,NA
+1975,Czechoslovakia,Sugar,NA,NA
 1976,Czechoslovakia,Ruminants,NA,NA
 1976,Czechoslovakia,Cereals,NA,NA
 1976,Czechoslovakia,Monogastrics,NA,NA
-1976,Czechoslovakia,Oilcrops,NA,NA
-1976,Czechoslovakia,Pulses,NA,NA
+1976,Czechoslovakia,FruitVeg,NA,NA
+1976,Czechoslovakia,OilcropsPulses,NA,NA
 1976,Czechoslovakia,Starchy Roots,NA,NA
+1976,Czechoslovakia,Sugar,NA,NA
 1977,Czechoslovakia,Ruminants,NA,NA
 1977,Czechoslovakia,Cereals,NA,NA
 1977,Czechoslovakia,Monogastrics,NA,NA
-1977,Czechoslovakia,Oilcrops,NA,NA
-1977,Czechoslovakia,Pulses,NA,NA
+1977,Czechoslovakia,FruitVeg,NA,NA
+1977,Czechoslovakia,OilcropsPulses,NA,NA
 1977,Czechoslovakia,Starchy Roots,NA,NA
+1977,Czechoslovakia,Sugar,NA,NA
 1978,Czechoslovakia,Ruminants,NA,NA
 1978,Czechoslovakia,Cereals,NA,NA
 1978,Czechoslovakia,Monogastrics,NA,NA
-1978,Czechoslovakia,Oilcrops,NA,NA
-1978,Czechoslovakia,Pulses,NA,NA
+1978,Czechoslovakia,FruitVeg,NA,NA
+1978,Czechoslovakia,OilcropsPulses,NA,NA
 1978,Czechoslovakia,Starchy Roots,NA,NA
+1978,Czechoslovakia,Sugar,NA,NA
 1979,Czechoslovakia,Ruminants,NA,NA
 1979,Czechoslovakia,Cereals,NA,NA
 1979,Czechoslovakia,Monogastrics,NA,NA
-1979,Czechoslovakia,Oilcrops,NA,NA
-1979,Czechoslovakia,Pulses,NA,NA
+1979,Czechoslovakia,FruitVeg,NA,NA
+1979,Czechoslovakia,OilcropsPulses,NA,NA
 1979,Czechoslovakia,Starchy Roots,NA,NA
+1979,Czechoslovakia,Sugar,NA,NA
 1980,Czechoslovakia,Ruminants,NA,NA
 1980,Czechoslovakia,Cereals,NA,NA
 1980,Czechoslovakia,Monogastrics,NA,NA
-1980,Czechoslovakia,Oilcrops,NA,NA
-1980,Czechoslovakia,Pulses,NA,NA
+1980,Czechoslovakia,FruitVeg,NA,NA
+1980,Czechoslovakia,OilcropsPulses,NA,NA
 1980,Czechoslovakia,Starchy Roots,NA,NA
+1980,Czechoslovakia,Sugar,NA,NA
 1981,Czechoslovakia,Ruminants,NA,NA
 1981,Czechoslovakia,Cereals,NA,NA
 1981,Czechoslovakia,Monogastrics,NA,NA
-1981,Czechoslovakia,Oilcrops,NA,NA
-1981,Czechoslovakia,Pulses,NA,NA
+1981,Czechoslovakia,FruitVeg,NA,NA
+1981,Czechoslovakia,OilcropsPulses,NA,NA
 1981,Czechoslovakia,Starchy Roots,NA,NA
+1981,Czechoslovakia,Sugar,NA,NA
 1982,Czechoslovakia,Ruminants,NA,NA
 1982,Czechoslovakia,Cereals,NA,NA
 1982,Czechoslovakia,Monogastrics,NA,NA
-1982,Czechoslovakia,Oilcrops,NA,NA
-1982,Czechoslovakia,Pulses,NA,NA
+1982,Czechoslovakia,FruitVeg,NA,NA
+1982,Czechoslovakia,OilcropsPulses,NA,NA
 1982,Czechoslovakia,Starchy Roots,NA,NA
+1982,Czechoslovakia,Sugar,NA,NA
 1983,Czechoslovakia,Ruminants,NA,NA
 1983,Czechoslovakia,Cereals,NA,NA
 1983,Czechoslovakia,Monogastrics,NA,NA
-1983,Czechoslovakia,Oilcrops,NA,NA
-1983,Czechoslovakia,Pulses,NA,NA
+1983,Czechoslovakia,FruitVeg,NA,NA
+1983,Czechoslovakia,OilcropsPulses,NA,NA
 1983,Czechoslovakia,Starchy Roots,NA,NA
+1983,Czechoslovakia,Sugar,NA,NA
 1984,Czechoslovakia,Ruminants,NA,NA
 1984,Czechoslovakia,Cereals,NA,NA
 1984,Czechoslovakia,Monogastrics,NA,NA
-1984,Czechoslovakia,Oilcrops,NA,NA
-1984,Czechoslovakia,Pulses,NA,NA
+1984,Czechoslovakia,FruitVeg,NA,NA
+1984,Czechoslovakia,OilcropsPulses,NA,NA
 1984,Czechoslovakia,Starchy Roots,NA,NA
+1984,Czechoslovakia,Sugar,NA,NA
 1985,Czechoslovakia,Ruminants,NA,NA
 1985,Czechoslovakia,Cereals,NA,NA
 1985,Czechoslovakia,Monogastrics,NA,NA
-1985,Czechoslovakia,Oilcrops,NA,NA
-1985,Czechoslovakia,Pulses,NA,NA
+1985,Czechoslovakia,FruitVeg,NA,NA
+1985,Czechoslovakia,OilcropsPulses,NA,NA
 1985,Czechoslovakia,Starchy Roots,NA,NA
+1985,Czechoslovakia,Sugar,NA,NA
 1986,Czechoslovakia,Ruminants,NA,NA
 1986,Czechoslovakia,Cereals,NA,NA
 1986,Czechoslovakia,Monogastrics,NA,NA
-1986,Czechoslovakia,Oilcrops,NA,NA
-1986,Czechoslovakia,Pulses,NA,NA
+1986,Czechoslovakia,FruitVeg,NA,NA
+1986,Czechoslovakia,OilcropsPulses,NA,NA
 1986,Czechoslovakia,Starchy Roots,NA,NA
+1986,Czechoslovakia,Sugar,NA,NA
 1987,Czechoslovakia,Ruminants,NA,NA
 1987,Czechoslovakia,Cereals,NA,NA
 1987,Czechoslovakia,Monogastrics,NA,NA
-1987,Czechoslovakia,Oilcrops,NA,NA
-1987,Czechoslovakia,Pulses,NA,NA
+1987,Czechoslovakia,FruitVeg,NA,NA
+1987,Czechoslovakia,OilcropsPulses,NA,NA
 1987,Czechoslovakia,Starchy Roots,NA,NA
+1987,Czechoslovakia,Sugar,NA,NA
 1988,Czechoslovakia,Ruminants,NA,NA
 1988,Czechoslovakia,Cereals,NA,NA
 1988,Czechoslovakia,Monogastrics,NA,NA
-1988,Czechoslovakia,Oilcrops,NA,NA
-1988,Czechoslovakia,Pulses,NA,NA
+1988,Czechoslovakia,FruitVeg,NA,NA
+1988,Czechoslovakia,OilcropsPulses,NA,NA
 1988,Czechoslovakia,Starchy Roots,NA,NA
+1988,Czechoslovakia,Sugar,NA,NA
 1989,Czechoslovakia,Ruminants,NA,NA
 1989,Czechoslovakia,Cereals,NA,NA
 1989,Czechoslovakia,Monogastrics,NA,NA
-1989,Czechoslovakia,Oilcrops,NA,NA
-1989,Czechoslovakia,Pulses,NA,NA
+1989,Czechoslovakia,FruitVeg,NA,NA
+1989,Czechoslovakia,OilcropsPulses,NA,NA
 1989,Czechoslovakia,Starchy Roots,NA,NA
+1989,Czechoslovakia,Sugar,NA,NA
 1990,Czechoslovakia,Ruminants,NA,NA
 1990,Czechoslovakia,Cereals,NA,NA
 1990,Czechoslovakia,Monogastrics,NA,NA
-1990,Czechoslovakia,Oilcrops,NA,NA
-1990,Czechoslovakia,Pulses,NA,NA
+1990,Czechoslovakia,FruitVeg,NA,NA
+1990,Czechoslovakia,OilcropsPulses,NA,NA
 1990,Czechoslovakia,Starchy Roots,NA,NA
+1990,Czechoslovakia,Sugar,NA,NA
 1991,Czechoslovakia,Ruminants,NA,NA
 1991,Czechoslovakia,Cereals,NA,NA
 1991,Czechoslovakia,Monogastrics,NA,NA
-1991,Czechoslovakia,Oilcrops,NA,NA
-1991,Czechoslovakia,Pulses,NA,NA
+1991,Czechoslovakia,FruitVeg,NA,NA
+1991,Czechoslovakia,OilcropsPulses,NA,NA
 1991,Czechoslovakia,Starchy Roots,NA,NA
+1991,Czechoslovakia,Sugar,NA,NA
 1992,Czechoslovakia,Ruminants,NA,NA
 1992,Czechoslovakia,Cereals,NA,NA
 1992,Czechoslovakia,Monogastrics,NA,NA
-1992,Czechoslovakia,Oilcrops,NA,NA
-1992,Czechoslovakia,Pulses,NA,NA
+1992,Czechoslovakia,FruitVeg,NA,NA
+1992,Czechoslovakia,OilcropsPulses,NA,NA
 1992,Czechoslovakia,Starchy Roots,NA,NA
+1992,Czechoslovakia,Sugar,NA,NA
 1961,Democratic People's Republic of Korea,Ruminants,11.665593,0.0476881458147906
 1961,Democratic People's Republic of Korea,Cereals,11.665593,0.201721592721433
 1961,Democratic People's Republic of Korea,Monogastrics,11.665593,0.0381858941932913
-1961,Democratic People's Republic of Korea,Oilcrops,11.665593,0.0118337747596715
-1961,Democratic People's Republic of Korea,Pulses,11.665593,0.0104238164317922
+1961,Democratic People's Republic of Korea,FruitVeg,11.665593,0.0974721130764634
+1961,Democratic People's Republic of Korea,OilcropsPulses,11.665593,0.0222575911914636
 1961,Democratic People's Republic of Korea,Starchy Roots,11.665593,0.0300884832858475
+1961,Democratic People's Republic of Korea,Sugar,11.665593,0.00128583261905331
 1962,Democratic People's Republic of Korea,Ruminants,11.87172,0.0466870849379871
 1962,Democratic People's Republic of Korea,Cereals,11.87172,0.207784129005738
 1962,Democratic People's Republic of Korea,Monogastrics,11.87172,0.0383202265552085
-1962,Democratic People's Republic of Korea,Oilcrops,11.87172,0.011710855714252
-1962,Democratic People's Republic of Korea,Pulses,11.87172,0.0119553021803075
+1962,Democratic People's Republic of Korea,FruitVeg,11.87172,0.0984865714487875
+1962,Democratic People's Republic of Korea,OilcropsPulses,11.87172,0.0236661578945595
 1962,Democratic People's Republic of Korea,Starchy Roots,11.87172,0.0298288706270027
+1962,Democratic People's Republic of Korea,Sugar,11.87172,0.00120454323383638
 1963,Democratic People's Republic of Korea,Ruminants,12.06547,0.0466639509277301
 1963,Democratic People's Republic of Korea,Cereals,12.06547,0.220393486536372
 1963,Democratic People's Republic of Korea,Monogastrics,12.06547,0.0387534924043572
-1963,Democratic People's Republic of Korea,Oilcrops,12.06547,0.011604023713954
-1963,Democratic People's Republic of Korea,Pulses,12.06547,0.0141072001339359
+1963,Democratic People's Republic of Korea,FruitVeg,12.06547,0.0989310818393316
+1963,Democratic People's Republic of Korea,OilcropsPulses,12.06547,0.0257112238478899
 1963,Democratic People's Republic of Korea,Starchy Roots,12.06547,0.0297377557608614
+1963,Democratic People's Republic of Korea,Sugar,12.06547,0.00165762295211044
 1964,Democratic People's Republic of Korea,Ruminants,12.282421,0.0467980131930016
 1964,Democratic People's Republic of Korea,Cereals,12.282421,0.23009681886006
 1964,Democratic People's Republic of Korea,Monogastrics,12.282421,0.0412439453101306
-1964,Democratic People's Republic of Korea,Oilcrops,12.282421,0.0120647224191387
-1964,Democratic People's Republic of Korea,Pulses,12.282421,0.0143603610395703
+1964,Democratic People's Republic of Korea,FruitVeg,12.282421,0.100703273401881
+1964,Democratic People's Republic of Korea,OilcropsPulses,12.282421,0.026425083458709
 1964,Democratic People's Republic of Korea,Starchy Roots,12.282421,0.0294665033872394
+1964,Democratic People's Republic of Korea,Sugar,12.282421,0.00171790235817515
 1965,Democratic People's Republic of Korea,Ruminants,12.547524,0.046107821750331
 1965,Democratic People's Republic of Korea,Cereals,12.547524,0.2070100842206
 1965,Democratic People's Republic of Korea,Monogastrics,12.547524,0.0405397192306626
-1965,Democratic People's Republic of Korea,Oilcrops,12.547524,0.0129516389050142
-1965,Democratic People's Republic of Korea,Pulses,12.547524,0.0133667805696168
+1965,Democratic People's Republic of Korea,FruitVeg,12.547524,0.100768884761647
+1965,Democratic People's Republic of Korea,OilcropsPulses,12.547524,0.026318419474631
 1965,Democratic People's Republic of Korea,Starchy Roots,12.547524,0.029092592291515
+1965,Democratic People's Republic of Korea,Sugar,12.547524,0.00171348546533962
 1966,Democratic People's Republic of Korea,Ruminants,12.864683,0.0457336181544466
 1966,Democratic People's Republic of Korea,Cereals,12.864683,0.216112903831365
 1966,Democratic People's Republic of Korea,Monogastrics,12.864683,0.0420415800373783
-1966,Democratic People's Republic of Korea,Oilcrops,12.864683,0.0131732744600081
-1966,Democratic People's Republic of Korea,Pulses,12.864683,0.012364937402655
+1966,Democratic People's Republic of Korea,FruitVeg,12.864683,0.100857984607938
+1966,Democratic People's Republic of Korea,OilcropsPulses,12.864683,0.0255382118626631
 1966,Democratic People's Republic of Korea,Starchy Roots,12.864683,0.0283753591130073
+1966,Democratic People's Republic of Korea,Sugar,12.864683,0.00165841630143549
 1967,Democratic People's Republic of Korea,Ruminants,13.221826,0.0452760836513807
 1967,Democratic People's Republic of Korea,Cereals,13.221826,0.191234781035539
 1967,Democratic People's Republic of Korea,Monogastrics,13.221826,0.0438804897296334
-1967,Democratic People's Republic of Korea,Oilcrops,13.221826,0.0134374783029212
-1967,Democratic People's Republic of Korea,Pulses,13.221826,0.0123447396751402
+1967,Democratic People's Republic of Korea,FruitVeg,13.221826,0.100637385486695
+1967,Democratic People's Republic of Korea,OilcropsPulses,13.221826,0.0257822179780614
 1967,Democratic People's Republic of Korea,Starchy Roots,13.221826,0.0277268812946109
+1967,Democratic People's Republic of Korea,Sugar,13.221826,0.00689564361231195
 1968,Democratic People's Republic of Korea,Ruminants,13.608611,0.0448076221739309
 1968,Democratic People's Republic of Korea,Cereals,13.608611,0.18929103051002
 1968,Democratic People's Republic of Korea,Monogastrics,13.608611,0.0429586678611065
-1968,Democratic People's Republic of Korea,Oilcrops,13.608611,0.0136395992214047
-1968,Democratic People's Republic of Korea,Pulses,13.608611,0.0122613542263792
+1968,Democratic People's Republic of Korea,FruitVeg,13.608611,0.100504746590229
+1968,Democratic People's Republic of Korea,OilcropsPulses,13.608611,0.0259009534477839
 1968,Democratic People's Republic of Korea,Starchy Roots,13.608611,0.02705345901944
+1968,Democratic People's Republic of Korea,Sugar,13.608611,0.00976043771109337
 1969,Democratic People's Republic of Korea,Ruminants,14.009168,0.0451730252645982
 1969,Democratic People's Republic of Korea,Cereals,14.009168,0.210000907976833
 1969,Democratic People's Republic of Korea,Monogastrics,14.009168,0.0445878798798044
-1969,Democratic People's Republic of Korea,Oilcrops,14.009168,0.014133673034687
-1969,Democratic People's Republic of Korea,Pulses,14.009168,0.0121877330616636
+1969,Democratic People's Republic of Korea,FruitVeg,14.009168,0.0997593147573075
+1969,Democratic People's Republic of Korea,OilcropsPulses,14.009168,0.0263214060963506
 1969,Democratic People's Republic of Korea,Starchy Roots,14.009168,0.0263912889045231
+1969,Democratic People's Republic of Korea,Sugar,14.009168,0.0116538683810488
 1970,Democratic People's Republic of Korea,Ruminants,14.4104,0.0453653958252373
 1970,Democratic People's Republic of Korea,Cereals,14.4104,0.20711909454283
 1970,Democratic People's Republic of Korea,Monogastrics,14.4104,0.050290012768556
-1970,Democratic People's Republic of Korea,Oilcrops,14.4104,0.0136182895686449
-1970,Democratic People's Republic of Korea,Pulses,14.4104,0.0121176372619775
+1970,Democratic People's Republic of Korea,FruitVeg,14.4104,0.0999833453616832
+1970,Democratic People's Republic of Korea,OilcropsPulses,14.4104,0.0257359268306223
 1970,Democratic People's Republic of Korea,Starchy Roots,14.4104,0.0262366068950203
+1970,Democratic People's Republic of Korea,Sugar,14.4104,0.0126644645533781
 1971,Democratic People's Republic of Korea,Ruminants,14.812363,0.0456211814414756
 1971,Democratic People's Republic of Korea,Cereals,14.812363,0.207659574640454
 1971,Democratic People's Republic of Korea,Monogastrics,14.812363,0.0519168548596871
-1971,Democratic People's Republic of Korea,Oilcrops,14.812363,0.0137271818142723
-1971,Democratic People's Republic of Korea,Pulses,14.812363,0.0120237398988939
+1971,Democratic People's Republic of Korea,FruitVeg,14.812363,0.114548907557829
+1971,Democratic People's Republic of Korea,OilcropsPulses,14.812363,0.0257509217131662
 1971,Democratic People's Republic of Korea,Starchy Roots,14.812363,0.0257352591210464
+1971,Democratic People's Republic of Korea,Sugar,14.812363,0.012672994848965
 1972,Democratic People's Republic of Korea,Ruminants,15.214615,0.0459106260657927
 1972,Democratic People's Republic of Korea,Cereals,15.214615,0.204170069370799
 1972,Democratic People's Republic of Korea,Monogastrics,15.214615,0.0555545441011817
-1972,Democratic People's Republic of Korea,Oilcrops,15.214615,0.0136617982117852
-1972,Democratic People's Republic of Korea,Pulses,15.214615,0.0123433948213609
+1972,Democratic People's Republic of Korea,FruitVeg,15.214615,0.119580416592862
+1972,Democratic People's Republic of Korea,OilcropsPulses,15.214615,0.0260051930331461
 1972,Democratic People's Republic of Korea,Starchy Roots,15.214615,0.0253624557703235
+1972,Democratic People's Republic of Korea,Sugar,15.214615,0.0117378586313226
 1973,Democratic People's Republic of Korea,Ruminants,15.603001,0.0457475456163849
 1973,Democratic People's Republic of Korea,Cereals,15.603001,0.215158609552098
 1973,Democratic People's Republic of Korea,Monogastrics,15.603001,0.055057376462387
-1973,Democratic People's Republic of Korea,Oilcrops,15.603001,0.0138355435598575
-1973,Democratic People's Republic of Korea,Pulses,15.603001,0.0126321853084544
+1973,Democratic People's Republic of Korea,FruitVeg,15.603001,0.125689282465597
+1973,Democratic People's Republic of Korea,OilcropsPulses,15.603001,0.0264677288683119
 1973,Democratic People's Republic of Korea,Starchy Roots,15.603001,0.0249311013951739
+1973,Democratic People's Republic of Korea,Sugar,15.603001,0.0103798621816406
 1974,Democratic People's Republic of Korea,Ruminants,15.960127,0.0472879695756807
 1974,Democratic People's Republic of Korea,Cereals,15.960127,0.200603854844012
 1974,Democratic People's Republic of Korea,Monogastrics,15.960127,0.060441386212027
-1974,Democratic People's Republic of Korea,Oilcrops,15.960127,0.0135040278814824
-1974,Democratic People's Republic of Korea,Pulses,15.960127,0.0129322279202415
+1974,Democratic People's Republic of Korea,FruitVeg,15.960127,0.132840421633236
+1974,Democratic People's Republic of Korea,OilcropsPulses,15.960127,0.0264362558017239
 1974,Democratic People's Republic of Korea,Starchy Roots,15.960127,0.0248619575520922
+1974,Democratic People's Republic of Korea,Sugar,15.960127,0.00830876847032608
 1975,Democratic People's Republic of Korea,Ruminants,16.27474,0.0486499630716067
 1975,Democratic People's Republic of Korea,Cereals,16.27474,0.206173001842118
 1975,Democratic People's Republic of Korea,Monogastrics,16.27474,0.0637948194564091
-1975,Democratic People's Republic of Korea,Oilcrops,16.27474,0.0132762796825018
-1975,Democratic People's Republic of Korea,Pulses,16.27474,0.0133028238853585
+1975,Democratic People's Republic of Korea,FruitVeg,16.27474,0.148353214859346
+1975,Democratic People's Republic of Korea,OilcropsPulses,16.27474,0.0265791035678604
 1975,Democratic People's Republic of Korea,Starchy Roots,16.27474,0.0280115074034977
+1975,Democratic People's Republic of Korea,Sugar,16.27474,0.00768061425251648
 1976,Democratic People's Republic of Korea,Ruminants,16.539029,0.0495805104398813
 1976,Democratic People's Republic of Korea,Cereals,16.539029,0.219928932950054
 1976,Democratic People's Republic of Korea,Monogastrics,16.539029,0.0676318724636132
-1976,Democratic People's Republic of Korea,Oilcrops,16.539029,0.0125760708201189
-1976,Democratic People's Republic of Korea,Pulses,16.539029,0.0136767400311107
+1976,Democratic People's Republic of Korea,FruitVeg,16.539029,0.155339832828155
+1976,Democratic People's Republic of Korea,OilcropsPulses,16.539029,0.0262528108512295
 1976,Democratic People's Republic of Korea,Starchy Roots,16.539029,0.0294914532165099
+1976,Democratic People's Republic of Korea,Sugar,16.539029,0.00786019542017854
 1977,Democratic People's Republic of Korea,Ruminants,16.758826,0.0514875266322355
 1977,Democratic People's Republic of Korea,Cereals,16.758826,0.211269512554161
 1977,Democratic People's Republic of Korea,Monogastrics,16.758826,0.0715262692028666
-1977,Democratic People's Republic of Korea,Oilcrops,16.758826,0.0118869901746101
-1977,Democratic People's Republic of Korea,Pulses,16.758826,0.0140761650010568
+1977,Democratic People's Republic of Korea,FruitVeg,16.758826,0.158956241922913
+1977,Democratic People's Republic of Korea,OilcropsPulses,16.758826,0.0259631551756668
 1977,Democratic People's Republic of Korea,Starchy Roots,16.758826,0.031100030515264
+1977,Democratic People's Republic of Korea,Sugar,16.758826,0.00830189417802894
 1978,Democratic People's Republic of Korea,Ruminants,16.953621,0.0529647914153561
 1978,Democratic People's Republic of Korea,Cereals,16.953621,0.203576510292403
 1978,Democratic People's Republic of Korea,Monogastrics,16.953621,0.0742671609799464
-1978,Democratic People's Republic of Korea,Oilcrops,16.953621,0.0125673447577954
-1978,Democratic People's Republic of Korea,Pulses,16.953621,0.0143054985126776
+1978,Democratic People's Republic of Korea,FruitVeg,16.953621,0.170114868086293
+1978,Democratic People's Republic of Korea,OilcropsPulses,16.953621,0.026872843270473
 1978,Democratic People's Republic of Korea,Starchy Roots,16.953621,0.0323765642749711
+1978,Democratic People's Republic of Korea,Sugar,16.953621,0.00884766740981175
 1979,Democratic People's Republic of Korea,Ruminants,17.151321,0.0550914416446407
 1979,Democratic People's Republic of Korea,Cereals,17.151321,0.226527799228992
 1979,Democratic People's Republic of Korea,Monogastrics,17.151321,0.0782362128258226
-1979,Democratic People's Republic of Korea,Oilcrops,17.151321,0.0126207188355929
-1979,Democratic People's Republic of Korea,Pulses,17.151321,0.0142962749050059
+1979,Democratic People's Republic of Korea,FruitVeg,17.151321,0.172154261470589
+1979,Democratic People's Republic of Korea,OilcropsPulses,17.151321,0.0269169937405988
 1979,Democratic People's Republic of Korea,Starchy Roots,17.151321,0.0322016012644157
+1979,Democratic People's Republic of Korea,Sugar,17.151321,0.00633747103211467
 1980,Democratic People's Republic of Korea,Ruminants,17.372167,0.0566262976864084
 1980,Democratic People's Republic of Korea,Cereals,17.372167,0.202458277081955
 1980,Democratic People's Republic of Korea,Monogastrics,17.372167,0.080558982653114
-1980,Democratic People's Republic of Korea,Oilcrops,17.372167,0.012795467600559
-1980,Democratic People's Republic of Korea,Pulses,17.372167,0.0141007163930671
+1980,Democratic People's Republic of Korea,FruitVeg,17.372167,0.174277049029059
+1980,Democratic People's Republic of Korea,OilcropsPulses,17.372167,0.0268961839936261
 1980,Democratic People's Republic of Korea,Starchy Roots,17.372167,0.0326648943681004
+1980,Democratic People's Republic of Korea,Sugar,17.372167,0.00656970428617224
 1981,Democratic People's Republic of Korea,Ruminants,17.623335,0.0572640195513505
 1981,Democratic People's Republic of Korea,Cereals,17.623335,0.218478681815899
 1981,Democratic People's Republic of Korea,Monogastrics,17.623335,0.0833886605458047
-1981,Democratic People's Republic of Korea,Oilcrops,17.623335,0.0118697170541217
-1981,Democratic People's Republic of Korea,Pulses,17.623335,0.0139133711071145
+1981,Democratic People's Republic of Korea,FruitVeg,17.623335,0.183574221337789
+1981,Democratic People's Republic of Korea,OilcropsPulses,17.623335,0.0257830881612362
 1981,Democratic People's Republic of Korea,Starchy Roots,17.623335,0.0323321323688167
+1981,Democratic People's Republic of Korea,Sugar,17.623335,0.00622941117558056
 1982,Democratic People's Republic of Korea,Ruminants,17.899236,0.0577017924116985
 1982,Democratic People's Republic of Korea,Cereals,17.899236,0.172776592252317
 1982,Democratic People's Republic of Korea,Monogastrics,17.899236,0.0825909552787616
-1982,Democratic People's Republic of Korea,Oilcrops,17.899236,0.0121567199851435
-1982,Democratic People's Republic of Korea,Pulses,17.899236,0.012615063570311
+1982,Democratic People's Republic of Korea,FruitVeg,17.899236,0.190820993700513
+1982,Democratic People's Republic of Korea,OilcropsPulses,17.899236,0.0247717835554545
 1982,Democratic People's Republic of Korea,Starchy Roots,17.899236,0.0330293427049065
+1982,Democratic People's Republic of Korea,Sugar,17.899236,0.0066798940468744
 1983,Democratic People's Republic of Korea,Ruminants,18.191881,0.060620476794016
 1983,Democratic People's Republic of Korea,Cereals,18.191881,0.175977899151825
 1983,Democratic People's Republic of Korea,Monogastrics,18.191881,0.08570237459227
-1983,Democratic People's Republic of Korea,Oilcrops,18.191881,0.012583360676117
-1983,Democratic People's Republic of Korea,Pulses,18.191881,0.0129453353394297
+1983,Democratic People's Republic of Korea,FruitVeg,18.191881,0.195826368916991
+1983,Democratic People's Republic of Korea,OilcropsPulses,18.191881,0.0255286960155467
 1983,Democratic People's Republic of Korea,Starchy Roots,18.191881,0.0332456000564208
+1983,Democratic People's Republic of Korea,Sugar,18.191881,0.00597497312125118
 1984,Democratic People's Republic of Korea,Ruminants,18.487997,0.0613373639123806
 1984,Democratic People's Republic of Korea,Cereals,18.487997,0.17810052651999
 1984,Democratic People's Republic of Korea,Monogastrics,18.487997,0.0851369999681415
-1984,Democratic People's Republic of Korea,Oilcrops,18.487997,0.0133772739145295
-1984,Democratic People's Republic of Korea,Pulses,18.487997,0.0132410233515291
+1984,Democratic People's Republic of Korea,FruitVeg,18.487997,0.208734888911979
+1984,Democratic People's Republic of Korea,OilcropsPulses,18.487997,0.0266182972660586
 1984,Democratic People's Republic of Korea,Starchy Roots,18.487997,0.0345034673036782
+1984,Democratic People's Republic of Korea,Sugar,18.487997,0.00587927399598777
 1985,Democratic People's Republic of Korea,Ruminants,18.778101,0.0636908652264678
 1985,Democratic People's Republic of Korea,Cereals,18.778101,0.175616533322512
 1985,Democratic People's Republic of Korea,Monogastrics,18.778101,0.0880307598728966
-1985,Democratic People's Republic of Korea,Oilcrops,18.778101,0.0134204731351695
-1985,Democratic People's Republic of Korea,Pulses,18.778101,0.0135231991775952
+1985,Democratic People's Republic of Korea,FruitVeg,18.778101,0.214190455147728
+1985,Democratic People's Republic of Korea,OilcropsPulses,18.778101,0.0269436723127647
 1985,Democratic People's Republic of Korea,Starchy Roots,18.778101,0.0365585423147953
+1985,Democratic People's Republic of Korea,Sugar,18.778101,0.00578844474209613
 1986,Democratic People's Republic of Korea,Ruminants,19.058988,0.0653476459505615
 1986,Democratic People's Republic of Korea,Cereals,19.058988,0.188647791792513
 1986,Democratic People's Republic of Korea,Monogastrics,19.058988,0.0896117359431676
-1986,Democratic People's Republic of Korea,Oilcrops,19.058988,0.0142817656425409
-1986,Democratic People's Republic of Korea,Pulses,19.058988,0.0138076586227978
+1986,Democratic People's Republic of Korea,FruitVeg,19.058988,0.223434213820797
+1986,Democratic People's Republic of Korea,OilcropsPulses,19.058988,0.0280894242653387
 1986,Democratic People's Republic of Korea,Starchy Roots,19.058988,0.0346996388265736
+1986,Democratic People's Republic of Korea,Sugar,19.058988,0.00507576792639777
 1987,Democratic People's Republic of Korea,Ruminants,19.33455,0.0677556757204072
 1987,Democratic People's Republic of Korea,Cereals,19.33455,0.18143365115816
 1987,Democratic People's Republic of Korea,Monogastrics,19.33455,0.0907866487712411
-1987,Democratic People's Republic of Korea,Oilcrops,19.33455,0.0147916553527235
-1987,Democratic People's Republic of Korea,Pulses,19.33455,0.0138534385336095
+1987,Democratic People's Republic of Korea,FruitVeg,19.33455,0.226884877072391
+1987,Democratic People's Republic of Korea,OilcropsPulses,19.33455,0.028645093886333
 1987,Democratic People's Republic of Korea,Starchy Roots,19.33455,0.0350698619828235
+1987,Democratic People's Republic of Korea,Sugar,19.33455,0.00532947495545539
 1988,Democratic People's Republic of Korea,Ruminants,19.610512,0.068263312044071
 1988,Democratic People's Republic of Korea,Cereals,19.610512,0.174417169730194
 1988,Democratic People's Republic of Korea,Monogastrics,19.610512,0.0934405588186581
-1988,Democratic People's Republic of Korea,Oilcrops,19.610512,0.0148807945452929
-1988,Democratic People's Republic of Korea,Pulses,19.610512,0.0141531235900419
+1988,Democratic People's Republic of Korea,FruitVeg,19.610512,0.228412700290538
+1988,Democratic People's Republic of Korea,OilcropsPulses,19.610512,0.0290339181353348
 1988,Democratic People's Republic of Korea,Starchy Roots,19.610512,0.0329425361255229
+1988,Democratic People's Republic of Korea,Sugar,19.610512,0.00484989887056493
 1989,Democratic People's Republic of Korea,Ruminants,19.89539,0.0631977307305863
 1989,Democratic People's Republic of Korea,Cereals,19.89539,0.185587817077222
 1989,Democratic People's Republic of Korea,Monogastrics,19.89539,0.0952897731585056
-1989,Democratic People's Republic of Korea,Oilcrops,19.89539,0.0151091282955499
-1989,Democratic People's Republic of Korea,Pulses,19.89539,0.0141821798919247
+1989,Democratic People's Republic of Korea,FruitVeg,19.89539,0.240544015472931
+1989,Democratic People's Republic of Korea,OilcropsPulses,19.89539,0.0292913081874746
 1989,Democratic People's Republic of Korea,Starchy Roots,19.89539,0.0361390251711577
+1989,Democratic People's Republic of Korea,Sugar,19.89539,0.00442529651341341
 1990,Democratic People's Republic of Korea,Ruminants,20.194354,0.0592064247264359
 1990,Democratic People's Republic of Korea,Cereals,20.194354,0.206477860098917
 1990,Democratic People's Republic of Korea,Monogastrics,20.194354,0.0961759311538265
-1990,Democratic People's Republic of Korea,Oilcrops,20.194354,0.0146096775366026
-1990,Democratic People's Republic of Korea,Pulses,20.194354,0.0142044652678665
+1990,Democratic People's Republic of Korea,FruitVeg,20.194354,0.25448315900573
+1990,Democratic People's Republic of Korea,OilcropsPulses,20.194354,0.028814142804469
 1990,Democratic People's Republic of Korea,Starchy Roots,20.194354,0.0370083638228784
+1990,Democratic People's Republic of Korea,Sugar,20.194354,0.00409069782573882
 1991,Democratic People's Republic of Korea,Ruminants,20.510208,0.0536152778167828
 1991,Democratic People's Republic of Korea,Cereals,20.510208,0.207579611089268
 1991,Democratic People's Republic of Korea,Monogastrics,20.510208,0.105318624755049
-1991,Democratic People's Republic of Korea,Oilcrops,20.510208,0.0142554380725929
-1991,Democratic People's Republic of Korea,Pulses,20.510208,0.0143814241181757
+1991,Democratic People's Republic of Korea,FruitVeg,20.510208,0.25168018773871
+1991,Democratic People's Republic of Korea,OilcropsPulses,20.510208,0.0286368621907686
 1991,Democratic People's Republic of Korea,Starchy Roots,20.510208,0.0361459035422751
+1991,Democratic People's Republic of Korea,Sugar,20.510208,0.00463183991113108
 1992,Democratic People's Republic of Korea,Ruminants,20.838082,0.0515704852298786
 1992,Democratic People's Republic of Korea,Cereals,20.838082,0.200811235890136
 1992,Democratic People's Republic of Korea,Monogastrics,20.838082,0.0749268958630646
-1992,Democratic People's Republic of Korea,Oilcrops,20.838082,0.0133811739487348
-1992,Democratic People's Republic of Korea,Pulses,20.838082,0.0132373027421622
+1992,Democratic People's Republic of Korea,FruitVeg,20.838082,0.231943323766554
+1992,Democratic People's Republic of Korea,OilcropsPulses,20.838082,0.026618476690897
 1992,Democratic People's Republic of Korea,Starchy Roots,20.838082,0.0391204430426946
+1992,Democratic People's Republic of Korea,Sugar,20.838082,0.00417298482653058
 1993,Democratic People's Republic of Korea,Ruminants,21.16623,0.0503977089921068
 1993,Democratic People's Republic of Korea,Cereals,21.16623,0.222381123138131
 1993,Democratic People's Republic of Korea,Monogastrics,21.16623,0.0635977592608604
-1993,Democratic People's Republic of Korea,Oilcrops,21.16623,0.0121079190767558
-1993,Democratic People's Republic of Korea,Pulses,21.16623,0.0119697744945604
+1993,Democratic People's Republic of Korea,FruitVeg,21.16623,0.206674972349823
+1993,Democratic People's Republic of Korea,OilcropsPulses,21.16623,0.0240776935713162
 1993,Democratic People's Republic of Korea,Starchy Roots,21.16623,0.0165093169638618
+1993,Democratic People's Republic of Korea,Sugar,21.16623,0.00477586230519086
 1994,Democratic People's Republic of Korea,Ruminants,21.478544,0.0509052662042641
 1994,Democratic People's Republic of Korea,Cereals,21.478544,0.220949334368289
 1994,Democratic People's Republic of Korea,Monogastrics,21.478544,0.0537636070675927
-1994,Democratic People's Republic of Korea,Oilcrops,21.478544,0.0127341033917383
-1994,Democratic People's Republic of Korea,Pulses,21.478544,0.0122483628312981
+1994,Democratic People's Republic of Korea,FruitVeg,21.478544,0.213396867124699
+1994,Democratic People's Republic of Korea,OilcropsPulses,21.478544,0.0249824662230363
 1994,Democratic People's Republic of Korea,Starchy Roots,21.478544,0.0246478532250603
+1994,Democratic People's Republic of Korea,Sugar,21.478544,0.0035171378469602
 1995,Democratic People's Republic of Korea,Ruminants,21.76367,0.0593025441021666
 1995,Democratic People's Republic of Korea,Cereals,21.76367,0.211040325459814
 1995,Democratic People's Republic of Korea,Monogastrics,21.76367,0.0453317524112431
-1995,Democratic People's Republic of Korea,Oilcrops,21.76367,0.0122520236706401
-1995,Democratic People's Republic of Korea,Pulses,21.76367,0.0116359970538057
+1995,Democratic People's Republic of Korea,FruitVeg,21.76367,0.191511036511765
+1995,Democratic People's Republic of Korea,OilcropsPulses,21.76367,0.0238880207244458
 1995,Democratic People's Republic of Korea,Starchy Roots,21.76367,0.0186688182645666
+1995,Democratic People's Republic of Korea,Sugar,21.76367,0.00234454942571726
 1996,Democratic People's Republic of Korea,Ruminants,22.01651,0.0450001612426311
 1996,Democratic People's Republic of Korea,Cereals,22.01651,0.211397310472913
 1996,Democratic People's Republic of Korea,Monogastrics,22.01651,0.0434486346836987
-1996,Democratic People's Republic of Korea,Oilcrops,22.01651,0.0125827844649311
-1996,Democratic People's Republic of Korea,Pulses,22.01651,0.0108161102736083
+1996,Democratic People's Republic of Korea,FruitVeg,22.01651,0.19679086285701
+1996,Democratic People's Republic of Korea,OilcropsPulses,22.01651,0.0233988947385394
 1996,Democratic People's Republic of Korea,Starchy Roots,22.01651,0.021618957773053
+1996,Democratic People's Republic of Korea,Sugar,22.01651,0.00217200637158205
 1997,Democratic People's Republic of Korea,Ruminants,22.240826,0.0402368194418679
 1997,Democratic People's Republic of Korea,Cereals,22.240826,0.214878170442051
 1997,Democratic People's Republic of Korea,Monogastrics,22.240826,0.0343666327860305
-1997,Democratic People's Republic of Korea,Oilcrops,22.240826,0.0133740086811524
-1997,Democratic People's Republic of Korea,Pulses,22.240826,0.0110176213779111
+1997,Democratic People's Republic of Korea,FruitVeg,22.240826,0.195234520516459
+1997,Democratic People's Republic of Korea,OilcropsPulses,22.240826,0.0243916300590635
 1997,Democratic People's Republic of Korea,Starchy Roots,22.240826,0.0348848554455666
+1997,Democratic People's Republic of Korea,Sugar,22.240826,0.00215036977493552
 1998,Democratic People's Republic of Korea,Ruminants,22.444986,0.0430713567832032
 1998,Democratic People's Republic of Korea,Cereals,22.444986,0.211681842884642
 1998,Democratic People's Republic of Korea,Monogastrics,22.444986,0.0433105282400265
-1998,Democratic People's Republic of Korea,Oilcrops,22.444986,0.0109584385572796
-1998,Democratic People's Republic of Korea,Pulses,22.444986,0.0109665918258982
+1998,Democratic People's Republic of Korea,FruitVeg,22.444986,0.19552273278317
+1998,Democratic People's Republic of Korea,OilcropsPulses,22.444986,0.0219250303831778
 1998,Democratic People's Republic of Korea,Starchy Roots,22.444986,0.0530422251098753
+1998,Democratic People's Republic of Korea,Sugar,22.444986,0.00171918129064549
 1999,Democratic People's Republic of Korea,Ruminants,22.641747,0.0519793150237038
 1999,Democratic People's Republic of Korea,Cereals,22.641747,0.206190538212444
 1999,Democratic People's Republic of Korea,Monogastrics,22.641747,0.0508082658109377
-1999,Democratic People's Republic of Korea,Oilcrops,22.641747,0.0095570805556656
-1999,Democratic People's Republic of Korea,Pulses,22.641747,0.0115657153133987
+1999,Democratic People's Republic of Korea,FruitVeg,22.641747,0.198166819901309
+1999,Democratic People's Republic of Korea,OilcropsPulses,22.641747,0.0211227958690643
 1999,Democratic People's Republic of Korea,Starchy Roots,22.641747,0.0611666582088387
+1999,Democratic People's Republic of Korea,Sugar,22.641747,0.00244835347731781
 2000,Democratic People's Republic of Korea,Ruminants,22.840218,0.0718490734195269
 2000,Democratic People's Republic of Korea,Cereals,22.840218,0.199942574978925
 2000,Democratic People's Republic of Korea,Monogastrics,22.840218,0.0544993134478839
-2000,Democratic People's Republic of Korea,Oilcrops,22.840218,0.0113455572096554
-2000,Democratic People's Republic of Korea,Pulses,22.840218,0.0144019203319338
+2000,Democratic People's Republic of Korea,FruitVeg,22.840218,0.201151495138969
+2000,Democratic People's Republic of Korea,OilcropsPulses,22.840218,0.0257474775415891
 2000,Democratic People's Republic of Korea,Starchy Roots,22.840218,0.065527395579149
+2000,Democratic People's Republic of Korea,Sugar,22.840218,0.00266976436039271
 2001,Democratic People's Republic of Korea,Ruminants,23.043441,0.097350152696379
 2001,Democratic People's Republic of Korea,Cereals,23.043441,0.189528985710077
 2001,Democratic People's Republic of Korea,Monogastrics,23.043441,0.0571593929916977
-2001,Democratic People's Republic of Korea,Oilcrops,23.043441,0.00865951400227075
-2001,Democratic People's Republic of Korea,Pulses,23.043441,0.0132678969256371
+2001,Democratic People's Republic of Korea,FruitVeg,23.043441,0.203259747535101
+2001,Democratic People's Republic of Korea,OilcropsPulses,23.043441,0.0219274109279079
 2001,Democratic People's Republic of Korea,Starchy Roots,23.043441,0.0778061748677205
+2001,Democratic People's Republic of Korea,Sugar,23.043441,0.0028933178859876
 2002,Democratic People's Republic of Korea,Ruminants,23.248053,0.0981488686385909
 2002,Democratic People's Republic of Korea,Cereals,23.248053,0.201158049665492
 2002,Democratic People's Republic of Korea,Monogastrics,23.248053,0.0730789971960233
-2002,Democratic People's Republic of Korea,Oilcrops,23.248053,0.00963276365551988
-2002,Democratic People's Republic of Korea,Pulses,23.248053,0.0146469900081525
+2002,Democratic People's Republic of Korea,FruitVeg,23.248053,0.204033086125535
+2002,Democratic People's Republic of Korea,OilcropsPulses,23.248053,0.0242797536636724
 2002,Democratic People's Republic of Korea,Starchy Roots,23.248053,0.0665071608362214
+2002,Democratic People's Republic of Korea,Sugar,23.248053,0.00273889602712107
 2003,Democratic People's Republic of Korea,Ruminants,23.449173,0.0974616674114691
 2003,Democratic People's Republic of Korea,Cereals,23.449173,0.205519913218261
 2003,Democratic People's Republic of Korea,Monogastrics,23.449173,0.0634747204091164
-2003,Democratic People's Republic of Korea,Oilcrops,23.449173,0.00854384075719856
-2003,Democratic People's Republic of Korea,Pulses,23.449173,0.0126426207013783
+2003,Democratic People's Republic of Korea,FruitVeg,23.449173,0.205261737802011
+2003,Democratic People's Republic of Korea,OilcropsPulses,23.449173,0.0211864614585768
 2003,Democratic People's Republic of Korea,Starchy Roots,23.449173,0.0703163817333771
+2003,Democratic People's Republic of Korea,Sugar,23.449173,0.0031056958810445
 2004,Democratic People's Republic of Korea,Ruminants,23.639296,0.0981785159761103
 2004,Democratic People's Republic of Korea,Cereals,23.639296,0.20503825494634
 2004,Democratic People's Republic of Korea,Monogastrics,23.639296,0.0640090973944402
-2004,Democratic People's Republic of Korea,Oilcrops,23.639296,0.0094323028909152
-2004,Democratic People's Republic of Korea,Pulses,23.639296,0.0127718693483935
+2004,Democratic People's Republic of Korea,FruitVeg,23.639296,0.208269357936886
+2004,Democratic People's Republic of Korea,OilcropsPulses,23.639296,0.0222041722393086
 2004,Democratic People's Republic of Korea,Starchy Roots,23.639296,0.0708619241452876
+2004,Democratic People's Republic of Korea,Sugar,23.639296,0.00304205336740993
 2005,Democratic People's Republic of Korea,Ruminants,23.813324,0.0984656488947112
 2005,Democratic People's Republic of Korea,Cereals,23.813324,0.206685467345928
 2005,Democratic People's Republic of Korea,Monogastrics,23.813324,0.0641710581857451
-2005,Democratic People's Republic of Korea,Oilcrops,23.813324,0.00851943223046056
-2005,Democratic People's Republic of Korea,Pulses,23.813324,0.0119946715544625
+2005,Democratic People's Republic of Korea,FruitVeg,23.813324,0.203767269113711
+2005,Democratic People's Republic of Korea,OilcropsPulses,23.813324,0.0205141037849231
 2005,Democratic People's Republic of Korea,Starchy Roots,23.813324,0.0705361838607663
+2005,Democratic People's Republic of Korea,Sugar,23.813324,0.00234423384152502
 2006,Democratic People's Republic of Korea,Ruminants,23.969897,0.102911973297174
 2006,Democratic People's Republic of Korea,Cereals,23.969897,0.205753908746458
 2006,Democratic People's Republic of Korea,Monogastrics,23.969897,0.0564368966625096
-2006,Democratic People's Republic of Korea,Oilcrops,23.969897,0.00821396938001027
-2006,Democratic People's Republic of Korea,Pulses,23.969897,0.0120573317440621
+2006,Democratic People's Republic of Korea,FruitVeg,23.969897,0.197796386025355
+2006,Democratic People's Republic of Korea,OilcropsPulses,23.969897,0.0202713011240724
 2006,Democratic People's Republic of Korea,Starchy Roots,23.969897,0.068311599336451
+2006,Democratic People's Republic of Korea,Sugar,23.969897,0.00268495104505455
 2007,Democratic People's Republic of Korea,Ruminants,24.111945,0.108474807818283
 2007,Democratic People's Republic of Korea,Cereals,24.111945,0.200133585241672
 2007,Democratic People's Republic of Korea,Monogastrics,24.111945,0.0500873571169808
-2007,Democratic People's Republic of Korea,Oilcrops,24.111945,0.00886137555473024
-2007,Democratic People's Republic of Korea,Pulses,24.111945,0.0114653546198782
+2007,Democratic People's Republic of Korea,FruitVeg,24.111945,0.191338152106767
+2007,Democratic People's Republic of Korea,OilcropsPulses,24.111945,0.0203267301746085
 2007,Democratic People's Republic of Korea,Starchy Roots,24.111945,0.0651567096723222
+2007,Democratic People's Republic of Korea,Sugar,24.111945,0.00490296407029794
 2008,Democratic People's Republic of Korea,Ruminants,24.243829,0.11510808791796
 2008,Democratic People's Republic of Korea,Cereals,24.243829,0.198147908071782
 2008,Democratic People's Republic of Korea,Monogastrics,24.243829,0.0445307463602387
-2008,Democratic People's Republic of Korea,Oilcrops,24.243829,0.00879205178356933
-2008,Democratic People's Republic of Korea,Pulses,24.243829,0.0120507367049982
+2008,Democratic People's Republic of Korea,FruitVeg,24.243829,0.199015304059437
+2008,Democratic People's Republic of Korea,OilcropsPulses,24.243829,0.0208427884885675
 2008,Democratic People's Republic of Korea,Starchy Roots,24.243829,0.0542224167642826
+2008,Democratic People's Republic of Korea,Sugar,24.243829,0.00565397487335849
 2009,Democratic People's Republic of Korea,Ruminants,24.371806,0.120967100263312
 2009,Democratic People's Republic of Korea,Cereals,24.371806,0.199749087121406
 2009,Democratic People's Republic of Korea,Monogastrics,24.371806,0.0438856152063577
-2009,Democratic People's Republic of Korea,Oilcrops,24.371806,0.00775022581420515
-2009,Democratic People's Republic of Korea,Pulses,24.371806,0.0121492022380286
+2009,Democratic People's Republic of Korea,FruitVeg,24.371806,0.202344134858123
+2009,Democratic People's Republic of Korea,OilcropsPulses,24.371806,0.0198994280522338
 2009,Democratic People's Republic of Korea,Starchy Roots,24.371806,0.0553727532543136
+2009,Democratic People's Republic of Korea,Sugar,24.371806,0.00492109612229804
 2010,Democratic People's Republic of Korea,Ruminants,24.500506,0.120205366370801
 2010,Democratic People's Republic of Korea,Cereals,24.500506,0.199574000634926
 2010,Democratic People's Republic of Korea,Monogastrics,24.500506,0.0450592571435055
-2010,Democratic People's Republic of Korea,Oilcrops,24.500506,0.00765714797890297
-2010,Democratic People's Republic of Korea,Pulses,24.500506,0.0107923485335364
+2010,Democratic People's Republic of Korea,FruitVeg,24.500506,0.196499574335322
+2010,Democratic People's Republic of Korea,OilcropsPulses,24.500506,0.0184494965124394
 2010,Democratic People's Republic of Korea,Starchy Roots,24.500506,0.0606316865455758
+2010,Democratic People's Republic of Korea,Sugar,24.500506,0.00471275980994025
 2011,Democratic People's Republic of Korea,Ruminants,24.631359,0.129006613074009
 2011,Democratic People's Republic of Korea,Cereals,24.631359,0.201790855307659
 2011,Democratic People's Republic of Korea,Monogastrics,24.631359,0.0453523900163203
-2011,Democratic People's Republic of Korea,Oilcrops,24.631359,0.00787512373961989
-2011,Democratic People's Republic of Korea,Pulses,24.631359,0.0121964037794261
+2011,Democratic People's Republic of Korea,FruitVeg,24.631359,0.179248777950092
+2011,Democratic People's Republic of Korea,OilcropsPulses,24.631359,0.0200715275190459
 2011,Democratic People's Republic of Korea,Starchy Roots,24.631359,0.0621089157118777
+2011,Democratic People's Republic of Korea,Sugar,24.631359,0.00414491949063793
 2012,Democratic People's Republic of Korea,Ruminants,24.763353,0.128489389138862
 2012,Democratic People's Republic of Korea,Cereals,24.763353,0.203357517861172
 2012,Democratic People's Republic of Korea,Monogastrics,24.763353,0.0463455251798898
-2012,Democratic People's Republic of Korea,Oilcrops,24.763353,0.00839413790208458
-2012,Democratic People's Republic of Korea,Pulses,24.763353,0.0107275456599112
+2012,Democratic People's Republic of Korea,FruitVeg,24.763353,0.183473255822828
+2012,Democratic People's Republic of Korea,OilcropsPulses,24.763353,0.0191216835619958
 2012,Democratic People's Republic of Korea,Starchy Roots,24.763353,0.0595915666186239
+2012,Democratic People's Republic of Korea,Sugar,24.763353,0.00395043433738557
 2013,Democratic People's Republic of Korea,Ruminants,24.895705,0.127806306348826
 2013,Democratic People's Republic of Korea,Cereals,24.895705,0.199241716593284
 2013,Democratic People's Republic of Korea,Monogastrics,24.895705,0.0466693270987907
-2013,Democratic People's Republic of Korea,Oilcrops,24.895705,0.00890322246347312
-2013,Democratic People's Republic of Korea,Pulses,24.895705,0.0108572944610325
+2013,Democratic People's Republic of Korea,FruitVeg,24.895705,0.18210731529796
+2013,Democratic People's Republic of Korea,OilcropsPulses,24.895705,0.0197605169245057
 2013,Democratic People's Republic of Korea,Starchy Roots,24.895705,0.0631488845164256
+2013,Democratic People's Republic of Korea,Sugar,24.895705,0.00392943280778753
 1961,Denmark,Ruminants,4.611687,0.888713587890939
 1961,Denmark,Cereals,4.611687,0.0930102151338545
 1961,Denmark,Monogastrics,4.611687,0.276657370719218
-1961,Denmark,Oilcrops,4.611687,0.0595792819417276
-1961,Denmark,Pulses,4.611687,2.51534850478794e-05
+1961,Denmark,FruitVeg,4.611687,0.0914550358686528
+1961,Denmark,OilcropsPulses,4.611687,0.0596044354267755
 1961,Denmark,Starchy Roots,4.611687,0.144179559454057
+1961,Denmark,Sugar,4.611687,0.0512591162409765
 1962,Denmark,Ruminants,4.647727,0.760152349739991
 1962,Denmark,Cereals,4.647727,0.0907966410247418
 1962,Denmark,Monogastrics,4.647727,0.258979303216389
-1962,Denmark,Oilcrops,4.647727,0.0562810595372749
-1962,Denmark,Pulses,4.647727,3.82982907558899e-05
+1962,Denmark,FruitVeg,4.647727,0.101896045099034
+1962,Denmark,OilcropsPulses,4.647727,0.0563193578280308
 1962,Denmark,Starchy Roots,4.647727,0.132209142232321
+1962,Denmark,Sugar,4.647727,0.0532677586269589
 1963,Denmark,Ruminants,4.684483,0.810066148174729
 1963,Denmark,Cereals,4.684483,0.0899200616161912
 1963,Denmark,Monogastrics,4.684483,0.250947287032528
-1963,Denmark,Oilcrops,4.684483,0.0557999676805317
-1963,Denmark,Pulses,4.684483,3.18071385892531e-05
+1963,Denmark,FruitVeg,4.684483,0.105301694978934
+1963,Denmark,OilcropsPulses,4.684483,0.0558317748191209
 1963,Denmark,Starchy Roots,4.684483,0.131048826519383
+1963,Denmark,Sugar,4.684483,0.0522441857511277
 1964,Denmark,Ruminants,4.722072,0.783842410704453
 1964,Denmark,Cereals,4.722072,0.0883701053266447
 1964,Denmark,Monogastrics,4.722072,0.259934812514506
-1964,Denmark,Oilcrops,4.722072,0.051947746667141
-1964,Denmark,Pulses,4.722072,3.15539449631433e-05
+1964,Denmark,FruitVeg,4.722072,0.106118458168363
+1964,Denmark,OilcropsPulses,4.722072,0.0519793006121042
 1964,Denmark,Starchy Roots,4.722072,0.12566686827308
+1964,Denmark,Sugar,4.722072,0.0509884220316844
 1965,Denmark,Ruminants,4.759012,0.772178721129512
 1965,Denmark,Cereals,4.759012,0.0853200202058747
 1965,Denmark,Monogastrics,4.759012,0.257473883234587
-1965,Denmark,Oilcrops,4.759012,0.0537050547466575
-1965,Denmark,Pulses,4.759012,1.74405948125367e-05
+1965,Denmark,FruitVeg,4.759012,0.10143491968501
+1965,Denmark,OilcropsPulses,4.759012,0.05372249534147
 1965,Denmark,Starchy Roots,4.759012,0.124419102116154
+1965,Denmark,Sugar,4.759012,0.0527615816055938
 1966,Denmark,Ruminants,4.797381,0.939596042090466
 1966,Denmark,Cereals,4.797381,0.0882948425401276
 1966,Denmark,Monogastrics,4.797381,0.253783199624962
-1966,Denmark,Oilcrops,4.797381,0.0537582902004239
-1966,Denmark,Pulses,4.797381,3.12670600896614e-05
+1966,Denmark,FruitVeg,4.797381,0.113145901899391
+1966,Denmark,OilcropsPulses,4.797381,0.0537895572605136
 1966,Denmark,Starchy Roots,4.797381,0.114241082790798
+1966,Denmark,Sugar,4.797381,0.0531477487404065
 1967,Denmark,Ruminants,4.835354,0.937576049240656
 1967,Denmark,Cereals,4.835354,0.0883769833604737
 1967,Denmark,Monogastrics,4.835354,0.243229161711842
-1967,Denmark,Oilcrops,4.835354,0.0392858516667032
-1967,Denmark,Pulses,4.835354,6.30770777072371e-05
+1967,Denmark,FruitVeg,4.835354,0.109065230797993
+1967,Denmark,OilcropsPulses,4.835354,0.0393489287444104
 1967,Denmark,Starchy Roots,4.835354,0.110897775012957
+1967,Denmark,Sugar,4.835354,0.0530017037015284
 1968,Denmark,Ruminants,4.864883,0.950251938227497
 1968,Denmark,Cereals,4.864883,0.0883439540067048
 1968,Denmark,Monogastrics,4.864883,0.236342518412056
-1968,Denmark,Oilcrops,4.864883,0.0461963833457043
-1968,Denmark,Pulses,4.864883,0.000116138455950534
+1968,Denmark,FruitVeg,4.864883,0.108412679194957
+1968,Denmark,OilcropsPulses,4.864883,0.0463125218016548
 1968,Denmark,Starchy Roots,4.864883,0.108599734053214
+1968,Denmark,Sugar,4.864883,0.0517142961094851
 1969,Denmark,Ruminants,4.89186,1.0148386298872
 1969,Denmark,Cereals,4.89186,0.089959647250739
 1969,Denmark,Monogastrics,4.89186,0.232244912977886
-1969,Denmark,Oilcrops,4.89186,0.048182899755921
-1969,Denmark,Pulses,4.89186,4.29284566606567e-06
+1969,Denmark,FruitVeg,4.89186,0.106239753386238
+1969,Denmark,OilcropsPulses,4.89186,0.0481871926015871
 1969,Denmark,Starchy Roots,4.89186,0.0981714521674782
+1969,Denmark,Sugar,4.89186,0.0524362921261034
 1970,Denmark,Ruminants,4.928757,0.984492154918573
 1970,Denmark,Cereals,4.928757,0.0949994085729931
 1970,Denmark,Monogastrics,4.928757,0.236861342525103
-1970,Denmark,Oilcrops,4.928757,0.0387326865576858
-1970,Denmark,Pulses,4.928757,2.98249639817909e-05
+1970,Denmark,FruitVeg,4.928757,0.123207940663336
+1970,Denmark,OilcropsPulses,4.928757,0.0387625115216676
 1970,Denmark,Starchy Roots,4.928757,0.113934405774113
+1970,Denmark,Sugar,4.928757,0.0541710617910358
 1971,Denmark,Ruminants,4.963126,0.992659182942363
 1971,Denmark,Cereals,4.963126,0.0955778676584072
 1971,Denmark,Monogastrics,4.963126,0.240023082226806
-1971,Denmark,Oilcrops,4.963126,0.0431099270903056
-1971,Denmark,Pulses,4.963126,3.36481483645589e-05
+1971,Denmark,FruitVeg,4.963126,0.110264780704741
+1971,Denmark,OilcropsPulses,4.963126,0.0431435752386701
 1971,Denmark,Starchy Roots,4.963126,0.0952363490268029
+1971,Denmark,Sugar,4.963126,0.0527516327411394
 1972,Denmark,Ruminants,4.991596,0.873275301126133
 1972,Denmark,Cereals,4.991596,0.0969669821035196
 1972,Denmark,Monogastrics,4.991596,0.267394797175092
-1972,Denmark,Oilcrops,4.991596,0.0490043665392792
-1972,Denmark,Pulses,4.991596,3.40572434147315e-05
+1972,Denmark,FruitVeg,4.991596,0.106248582617664
+1972,Denmark,OilcropsPulses,4.991596,0.049038423782694
 1972,Denmark,Starchy Roots,4.991596,0.0980520058113677
+1972,Denmark,Sugar,4.991596,0.0511225267429495
 1973,Denmark,Ruminants,5.021861,0.778225641848709
 1973,Denmark,Cereals,5.021861,0.0967069777518733
 1973,Denmark,Monogastrics,5.021861,0.273806065122073
-1973,Denmark,Oilcrops,5.021861,0.0392609433036876
-1973,Denmark,Pulses,5.021861,2.56876882892617e-05
+1973,Denmark,FruitVeg,5.021861,0.116047019222555
+1973,Denmark,OilcropsPulses,5.021861,0.0392866309919769
 1973,Denmark,Starchy Roots,5.021861,0.101375167492688
+1973,Denmark,Sugar,5.021861,0.0545070841267809
 1974,Denmark,Ruminants,5.045297,0.788414537340418
 1974,Denmark,Cereals,5.045297,0.0950754732575704
 1974,Denmark,Monogastrics,5.045297,0.278281833557073
-1974,Denmark,Oilcrops,5.045297,0.0268846412807809
-1974,Denmark,Pulses,5.045297,4.99475055680567e-05
+1974,Denmark,FruitVeg,5.045297,0.110268037738908
+1974,Denmark,OilcropsPulses,5.045297,0.026934588786349
 1974,Denmark,Starchy Roots,5.045297,0.120916766644263
+1974,Denmark,Sugar,5.045297,0.0541111851294384
 1975,Denmark,Ruminants,5.059862,0.815315516510134
 1975,Denmark,Cereals,5.059862,0.0901763723990892
 1975,Denmark,Monogastrics,5.059862,0.299619139810532
-1975,Denmark,Oilcrops,5.059862,0.0428833829855439
-1975,Denmark,Pulses,5.059862,4.70368559458736e-05
+1975,Denmark,FruitVeg,5.059862,0.107519137873721
+1975,Denmark,OilcropsPulses,5.059862,0.0429304198414897
 1975,Denmark,Starchy Roots,5.059862,0.090281315972649
+1975,Denmark,Sugar,5.059862,0.0505667941141478
 1976,Denmark,Ruminants,5.072596,0.781033951846352
 1976,Denmark,Cereals,5.072596,0.0939907297959467
 1976,Denmark,Monogastrics,5.072596,0.312268649030989
-1976,Denmark,Oilcrops,5.072596,0.0627615524674151
-1976,Denmark,Pulses,5.072596,9.40346915070705e-05
+1976,Denmark,FruitVeg,5.072596,0.121400166699654
+1976,Denmark,OilcropsPulses,5.072596,0.0628555871589222
 1976,Denmark,Starchy Roots,5.072596,0.0827465857718612
+1976,Denmark,Sugar,5.072596,0.0534761688098165
 1977,Denmark,Ruminants,5.088419,0.789549779607379
 1977,Denmark,Cereals,5.088419,0.0966712843419538
 1977,Denmark,Monogastrics,5.088419,0.323869948602896
-1977,Denmark,Oilcrops,5.088419,0.0434759794741746
-1977,Denmark,Pulses,5.088419,5.44373409501065e-05
+1977,Denmark,FruitVeg,5.088419,0.13204887411984
+1977,Denmark,OilcropsPulses,5.088419,0.0435304168151247
 1977,Denmark,Starchy Roots,5.088419,0.116410224865523
+1977,Denmark,Sugar,5.088419,0.0457474119171397
 1978,Denmark,Ruminants,5.104248,0.824751892933102
 1978,Denmark,Cereals,5.104248,0.0944515235153151
 1978,Denmark,Monogastrics,5.104248,0.354103836647436
-1978,Denmark,Oilcrops,5.104248,0.0520327382211836
-1978,Denmark,Pulses,5.104248,4.68237436738967e-05
+1978,Denmark,FruitVeg,5.104248,0.113941172137404
+1978,Denmark,OilcropsPulses,5.104248,0.0520795619648575
 1978,Denmark,Starchy Roots,5.104248,0.0944852209375407
+1978,Denmark,Sugar,5.104248,0.0478714984068172
 1979,Denmark,Ruminants,5.116801,0.783404865657273
 1979,Denmark,Cereals,5.116801,0.0982578763567315
 1979,Denmark,Monogastrics,5.116801,0.364659579295736
-1979,Denmark,Oilcrops,5.116801,0.0391731083542237
-1979,Denmark,Pulses,5.116801,4.749060985565e-05
+1979,Denmark,FruitVeg,5.116801,0.126804814179797
+1979,Denmark,OilcropsPulses,5.116801,0.0392205989640793
 1979,Denmark,Starchy Roots,5.116801,0.0876377642984357
+1979,Denmark,Sugar,5.116801,0.0456437528057081
 1980,Denmark,Ruminants,5.123027,0.769721475213775
 1980,Denmark,Cereals,5.123027,0.100058617688332
 1980,Denmark,Monogastrics,5.123027,0.412463100428711
-1980,Denmark,Oilcrops,5.123027,0.0373363247939158
-1980,Denmark,Pulses,5.123027,0.00114365979332141
+1980,Denmark,FruitVeg,5.123027,0.118812959603765
+1980,Denmark,OilcropsPulses,5.123027,0.0384799845872372
 1980,Denmark,Starchy Roots,5.123027,0.0901109832136352
+1980,Denmark,Sugar,5.123027,0.0471342430949515
 1981,Denmark,Ruminants,5.121572,0.765593181156098
 1981,Denmark,Cereals,5.121572,0.103664070328407
 1981,Denmark,Monogastrics,5.121572,0.390398475311877
-1981,Denmark,Oilcrops,5.121572,0.0335865628756171
-1981,Denmark,Pulses,5.121572,0.0012667985532567
+1981,Denmark,FruitVeg,5.121572,0.116764735514799
+1981,Denmark,OilcropsPulses,5.121572,0.0348533614288738
 1981,Denmark,Starchy Roots,5.121572,0.0908949439742329
+1981,Denmark,Sugar,5.121572,0.0472942682442032
 1982,Denmark,Ruminants,5.11781,0.661674563924804
 1982,Denmark,Cereals,5.11781,0.101103401650315
 1982,Denmark,Monogastrics,5.11781,0.379016454303696
-1982,Denmark,Oilcrops,5.11781,0.0354643880878735
-1982,Denmark,Pulses,5.11781,0.000831605706347051
+1982,Denmark,FruitVeg,5.11781,0.11744632958238
+1982,Denmark,OilcropsPulses,5.11781,0.0362959937942206
 1982,Denmark,Starchy Roots,5.11781,0.0846604309265096
+1982,Denmark,Sugar,5.11781,0.0486438535232844
 1983,Denmark,Ruminants,5.114297,0.63239211567103
 1983,Denmark,Cereals,5.114297,0.101119078536112
 1983,Denmark,Monogastrics,5.114297,0.39459458455385
-1983,Denmark,Oilcrops,5.114297,0.0362556183186076
-1983,Denmark,Pulses,5.114297,0.00083823837371979
+1983,Denmark,FruitVeg,5.114297,0.118460269319517
+1983,Denmark,OilcropsPulses,5.114297,0.0370938566923274
 1983,Denmark,Starchy Roots,5.114297,0.0824662705353248
+1983,Denmark,Sugar,5.114297,0.0485941665100795
 1984,Denmark,Ruminants,5.111619,0.672682412362893
 1984,Denmark,Cereals,5.111619,0.102793850637146
 1984,Denmark,Monogastrics,5.111619,0.413876581959649
-1984,Denmark,Oilcrops,5.111619,0.03986877738736
-1984,Denmark,Pulses,5.111619,0.000897758616203594
+1984,Denmark,FruitVeg,5.111619,0.126365051855391
+1984,Denmark,OilcropsPulses,5.111619,0.0407665360035636
 1984,Denmark,Starchy Roots,5.111619,0.0812253417165872
+1984,Denmark,Sugar,5.111619,0.045391685100161
 1985,Denmark,Ruminants,5.113691,0.735819958616975
 1985,Denmark,Cereals,5.113691,0.106031044894969
 1985,Denmark,Monogastrics,5.113691,0.435220724130574
-1985,Denmark,Oilcrops,5.113691,0.0224458224010798
-1985,Denmark,Pulses,5.113691,0.000874515100736435
+1985,Denmark,FruitVeg,5.113691,0.144461798728159
+1985,Denmark,OilcropsPulses,5.113691,0.0233203375018162
 1985,Denmark,Starchy Roots,5.113691,0.0786717461027661
+1985,Denmark,Sugar,5.113691,0.0455981794754513
 1986,Denmark,Ruminants,5.120534,0.77007571866528
 1986,Denmark,Cereals,5.120534,0.106040698099065
 1986,Denmark,Monogastrics,5.120534,0.482627026790565
-1986,Denmark,Oilcrops,5.120534,0.0193472008974064
-1986,Denmark,Pulses,5.120534,0.000925879996109781
+1986,Denmark,FruitVeg,5.120534,0.15727910409344
+1986,Denmark,OilcropsPulses,5.120534,0.0202730808935162
 1986,Denmark,Starchy Roots,5.120534,0.0822625140268573
+1986,Denmark,Sugar,5.120534,0.0449087927157597
 1987,Denmark,Ruminants,5.127024,0.787562258339341
 1987,Denmark,Cereals,5.127024,0.112662043321818
 1987,Denmark,Monogastrics,5.127024,0.499582233279969
-1987,Denmark,Oilcrops,5.127024,0.0209548463202045
-1987,Denmark,Pulses,5.127024,0.000948893549162243
+1987,Denmark,FruitVeg,5.127024,0.157857072640971
+1987,Denmark,OilcropsPulses,5.127024,0.0219037398693667
 1987,Denmark,Starchy Roots,5.127024,0.0755081310327395
+1987,Denmark,Sugar,5.127024,0.0455663948520623
 1988,Denmark,Ruminants,5.129516,0.84596474599163
 1988,Denmark,Cereals,5.129516,0.108647872430849
 1988,Denmark,Monogastrics,5.129516,0.496281501022709
-1988,Denmark,Oilcrops,5.129516,0.0181859263135157
-1988,Denmark,Pulses,5.129516,0.00105546020326284
+1988,Denmark,FruitVeg,5.129516,0.160864689768002
+1988,Denmark,OilcropsPulses,5.129516,0.0192413865167786
 1988,Denmark,Starchy Roots,5.129516,0.0770306594228383
+1988,Denmark,Sugar,5.129516,0.0434869488661308
 1989,Denmark,Ruminants,5.132594,0.908148939892772
 1989,Denmark,Cereals,5.132594,0.104635200056735
 1989,Denmark,Monogastrics,5.132594,0.490989780216397
-1989,Denmark,Oilcrops,5.132594,0.0110361349446303
-1989,Denmark,Pulses,5.132594,0.00101352259695585
+1989,Denmark,FruitVeg,5.132594,0.153867420645389
+1989,Denmark,OilcropsPulses,5.132594,0.0120496575415862
 1989,Denmark,Starchy Roots,5.132594,0.0789618270995134
+1989,Denmark,Sugar,5.132594,0.0420494977783164
 1990,Denmark,Ruminants,5.140939,0.891167858634386
 1990,Denmark,Cereals,5.140939,0.108182765833246
 1990,Denmark,Monogastrics,5.140939,0.487232546427802
-1990,Denmark,Oilcrops,5.140939,0.0119513186209757
-1990,Denmark,Pulses,5.140939,0.00102568810872877
+1990,Denmark,FruitVeg,5.140939,0.147445632013918
+1990,Denmark,OilcropsPulses,5.140939,0.0129770067297044
 1990,Denmark,Starchy Roots,5.140939,0.0819107170888431
+1990,Denmark,Sugar,5.140939,0.0443428719928402
 1991,Denmark,Ruminants,5.154298,0.928227704335294
 1991,Denmark,Cereals,5.154298,0.108099298876394
 1991,Denmark,Monogastrics,5.154298,0.496911102152029
-1991,Denmark,Oilcrops,5.154298,0.0144384356511789
-1991,Denmark,Pulses,5.154298,0.00100653862077823
+1991,Denmark,FruitVeg,5.154298,0.150434840981255
+1991,Denmark,OilcropsPulses,5.154298,0.0154449742719571
 1991,Denmark,Starchy Roots,5.154298,0.0939173482014428
+1991,Denmark,Sugar,5.154298,0.0476751635237233
 1992,Denmark,Ruminants,5.17137,0.977979858335412
 1992,Denmark,Cereals,5.17137,0.112067401868364
 1992,Denmark,Monogastrics,5.17137,0.499935587668258
-1992,Denmark,Oilcrops,5.17137,0.0131054246746994
-1992,Denmark,Pulses,5.17137,0.000980011099573227
+1992,Denmark,FruitVeg,5.17137,0.157224101156947
+1992,Denmark,OilcropsPulses,5.17137,0.0140854357742726
 1992,Denmark,Starchy Roots,5.17137,0.102950088661225
+1992,Denmark,Sugar,5.17137,0.0486952200287351
 1993,Denmark,Ruminants,5.188628,0.934401387033335
 1993,Denmark,Cereals,5.188628,0.126233755821385
 1993,Denmark,Monogastrics,5.188628,0.493379598614509
-1993,Denmark,Oilcrops,5.188628,0.0125684477669241
-1993,Denmark,Pulses,5.188628,0.000940325650634426
+1993,Denmark,FruitVeg,5.188628,0.143120108051685
+1993,Denmark,OilcropsPulses,5.188628,0.0135087734175586
 1993,Denmark,Starchy Roots,5.188628,0.124342311686249
+1993,Denmark,Sugar,5.188628,0.0512563244079167
 1994,Denmark,Ruminants,5.20618,0.900802738284116
 1994,Denmark,Cereals,5.20618,0.126797383110073
 1994,Denmark,Monogastrics,5.20618,0.495184645940017
-1994,Denmark,Oilcrops,5.20618,0.0224579250045139
-1994,Denmark,Pulses,5.20618,0.000938307934032246
+1994,Denmark,FruitVeg,5.20618,0.139894125827382
+1994,Denmark,OilcropsPulses,5.20618,0.0233962329385461
 1994,Denmark,Starchy Roots,5.20618,0.098905147344118
+1994,Denmark,Sugar,5.20618,0.0515291442093819
 1995,Denmark,Ruminants,5.233373,0.910484079770351
 1995,Denmark,Cereals,5.233373,0.137305137623479
 1995,Denmark,Monogastrics,5.233373,0.504826829656514
-1995,Denmark,Oilcrops,5.233373,0.019559087418382
-1995,Denmark,Pulses,5.233373,0.000859675012654363
+1995,Denmark,FruitVeg,5.233373,0.141590519154664
+1995,Denmark,OilcropsPulses,5.233373,0.0204187624310364
 1995,Denmark,Starchy Roots,5.233373,0.121076980371932
+1995,Denmark,Sugar,5.233373,0.0500046528309754
 1996,Denmark,Ruminants,5.263074,0.933233486741779
 1996,Denmark,Cereals,5.263074,0.126676349221007
 1996,Denmark,Monogastrics,5.263074,0.501160158492926
-1996,Denmark,Oilcrops,5.263074,0.0122785657203376
-1996,Denmark,Pulses,5.263074,0.000934434894892225
+1996,Denmark,FruitVeg,5.263074,0.152903417280471
+1996,Denmark,OilcropsPulses,5.263074,0.0132130006152298
 1996,Denmark,Starchy Roots,5.263074,0.113043821918521
+1996,Denmark,Sugar,5.263074,0.0477943118413308
 1997,Denmark,Ruminants,5.284991,0.929795055469347
 1997,Denmark,Cereals,5.284991,0.131712428649358
 1997,Denmark,Monogastrics,5.284991,0.467694363150287
-1997,Denmark,Oilcrops,5.284991,0.00973757571204946
-1997,Denmark,Pulses,5.284991,0.000931695058704925
+1997,Denmark,FruitVeg,5.284991,0.181936733667096
+1997,Denmark,OilcropsPulses,5.284991,0.0106692707707544
 1997,Denmark,Starchy Roots,5.284991,0.133534948309278
+1997,Denmark,Sugar,5.284991,0.0529595982282657
 1998,Denmark,Ruminants,5.304219,0.984872249807182
 1998,Denmark,Cereals,5.304219,0.1395362823443
 1998,Denmark,Monogastrics,5.304219,0.529481361912093
-1998,Denmark,Oilcrops,5.304219,0.0201435875856559
-1998,Denmark,Pulses,5.304219,0.000936424382175774
+1998,Denmark,FruitVeg,5.304219,0.159842947661098
+1998,Denmark,OilcropsPulses,5.304219,0.0210800119678317
 1998,Denmark,Starchy Roots,5.304219,0.185129988034054
+1998,Denmark,Sugar,5.304219,0.0495692202754072
 1999,Denmark,Ruminants,5.321799,1.08738310109044
 1999,Denmark,Cereals,5.321799,0.133731093564413
 1999,Denmark,Monogastrics,5.321799,0.246396679017753
-1999,Denmark,Oilcrops,5.321799,0.0145076880956985
-1999,Denmark,Pulses,5.321799,0.00175673677265902
+1999,Denmark,FruitVeg,5.321799,0.189892177438494
+1999,Denmark,OilcropsPulses,5.321799,0.0162644248683575
 1999,Denmark,Starchy Roots,5.321799,0.229952690810006
+1999,Denmark,Sugar,5.321799,0.0490773890558437
 2000,Denmark,Ruminants,5.339616,1.01823099264067
 2000,Denmark,Cereals,5.339616,0.125044197934833
 2000,Denmark,Monogastrics,5.339616,0.262948552854737
-2000,Denmark,Oilcrops,5.339616,0.0184148073569335
-2000,Denmark,Pulses,5.339616,0.00104707904088983
+2000,Denmark,FruitVeg,5.339616,0.195248497270216
+2000,Denmark,OilcropsPulses,5.339616,0.0194618863978234
 2000,Denmark,Starchy Roots,5.339616,0.250585435357149
+2000,Denmark,Sugar,5.339616,0.0530337762116227
 2001,Denmark,Ruminants,5.358783,1.05587048402594
 2001,Denmark,Cereals,5.358783,0.139142413492019
 2001,Denmark,Monogastrics,5.358783,0.27557605896712
-2001,Denmark,Oilcrops,5.358783,0.0174388475890888
-2001,Denmark,Pulses,5.358783,0.00105807605943364
+2001,Denmark,FruitVeg,5.358783,0.185981406599222
+2001,Denmark,OilcropsPulses,5.358783,0.0184969236485224
 2001,Denmark,Starchy Roots,5.358783,0.230696596596653
+2001,Denmark,Sugar,5.358783,0.051118509557114
 2002,Denmark,Ruminants,5.375931,1.09414276336508
 2002,Denmark,Cereals,5.375931,0.149600692419601
 2002,Denmark,Monogastrics,5.375931,0.326793554455963
-2002,Denmark,Oilcrops,5.375931,0.0132992778367133
-2002,Denmark,Pulses,5.375931,0.00104130800785948
+2002,Denmark,FruitVeg,5.375931,0.260672616519818
+2002,Denmark,OilcropsPulses,5.375931,0.0143405858445728
 2002,Denmark,Starchy Roots,5.375931,0.22335405718563
+2002,Denmark,Sugar,5.375931,0.0571841416863423
 2003,Denmark,Ruminants,5.390574,1.11728005217997
 2003,Denmark,Cereals,5.390574,0.151445282079422
 2003,Denmark,Monogastrics,5.390574,0.286150510131203
-2003,Denmark,Oilcrops,5.390574,0.0205879744902862
-2003,Denmark,Pulses,5.390574,0.00106352310533164
+2003,Denmark,FruitVeg,5.390574,0.239491378840175
+2003,Denmark,OilcropsPulses,5.390574,0.0216514975956178
 2003,Denmark,Starchy Roots,5.390574,0.218193090383325
+2003,Denmark,Sugar,5.390574,0.0572208080252678
 2004,Denmark,Ruminants,5.404523,1.15113504003961
 2004,Denmark,Cereals,5.404523,0.145309771093582
 2004,Denmark,Monogastrics,5.404523,0.260228534507116
-2004,Denmark,Oilcrops,5.404523,0.025993228264548
-2004,Denmark,Pulses,5.404523,0.00106281349898964
+2004,Denmark,FruitVeg,5.404523,0.23972661417113
+2004,Denmark,OilcropsPulses,5.404523,0.0270560417635377
 2004,Denmark,Starchy Roots,5.404523,0.248213764656011
+2004,Denmark,Sugar,5.404523,0.0572409442979519
 2005,Denmark,Ruminants,5.419432,1.15759395080518
 2005,Denmark,Cereals,5.419432,0.153113278291895
 2005,Denmark,Monogastrics,5.419432,0.39476908281163
-2005,Denmark,Oilcrops,5.419432,0.0204373816296616
-2005,Denmark,Pulses,5.419432,0.000983866943989702
+2005,Denmark,FruitVeg,5.419432,0.236037651178205
+2005,Denmark,OilcropsPulses,5.419432,0.0214212485736513
 2005,Denmark,Starchy Roots,5.419432,0.228316362305127
+2005,Denmark,Sugar,5.419432,0.0499447174537848
 2006,Denmark,Ruminants,5.437272,1.07221733619359
 2006,Denmark,Cereals,5.437272,0.147626420013566
 2006,Denmark,Monogastrics,5.437272,0.315396139828944
-2006,Denmark,Oilcrops,5.437272,0.0249597592322032
-2006,Denmark,Pulses,5.437272,0.000983765388231451
+2006,Denmark,FruitVeg,5.437272,0.229354536613213
+2006,Denmark,OilcropsPulses,5.437272,0.0259435246204347
 2006,Denmark,Starchy Roots,5.437272,0.206845270937338
+2006,Denmark,Sugar,5.437272,0.0532620034458456
 2007,Denmark,Ruminants,5.461438,1.11786675963363
 2007,Denmark,Cereals,5.461438,0.139553721931843
 2007,Denmark,Monogastrics,5.461438,0.37009955985951
-2007,Denmark,Oilcrops,5.461438,0.0249936005865122
-2007,Denmark,Pulses,5.461438,0.00100193392289723
+2007,Denmark,FruitVeg,5.461438,0.208903222924072
+2007,Denmark,OilcropsPulses,5.461438,0.0259955345094094
 2007,Denmark,Starchy Roots,5.461438,0.236869117620671
+2007,Denmark,Sugar,5.461438,0.062191679187789
 2008,Denmark,Ruminants,5.493621,1.13532795582367
 2008,Denmark,Cereals,5.493621,0.148979516424595
 2008,Denmark,Monogastrics,5.493621,0.28953215010646
-2008,Denmark,Oilcrops,5.493621,0.0230392668150934
-2008,Denmark,Pulses,5.493621,0.000961478776930553
+2008,Denmark,FruitVeg,5.493621,0.214164391755456
+2008,Denmark,OilcropsPulses,5.493621,0.0240007455920239
 2008,Denmark,Starchy Roots,5.493621,0.237361477976002
+2008,Denmark,Sugar,5.493621,0.0528434706362161
 2009,Denmark,Ruminants,5.523095,1.12939904166052
 2009,Denmark,Cereals,5.523095,0.146873990036384
 2009,Denmark,Monogastrics,5.523095,0.227975202309575
-2009,Denmark,Oilcrops,5.523095,0.0228451619970325
-2009,Denmark,Pulses,5.523095,0.00101645906869246
+2009,Denmark,FruitVeg,5.523095,0.242555306399763
+2009,Denmark,OilcropsPulses,5.523095,0.0238616210657249
 2009,Denmark,Starchy Roots,5.523095,0.215636884753929
+2009,Denmark,Sugar,5.523095,0.051842128371864
 2010,Denmark,Ruminants,5.547683,1.18627495478743
 2010,Denmark,Cereals,5.547683,0.154597153442257
 2010,Denmark,Monogastrics,5.547683,0.260991426510851
-2010,Denmark,Oilcrops,5.547683,0.0211791120725535
-2010,Denmark,Pulses,5.547683,0.00111560087337362
+2010,Denmark,FruitVeg,5.547683,0.224685512852843
+2010,Denmark,OilcropsPulses,5.547683,0.0222947129459271
 2010,Denmark,Starchy Roots,5.547683,0.174665531538121
+2010,Denmark,Sugar,5.547683,0.0529186689289925
 2011,Denmark,Ruminants,5.570572,1.20615049944602
 2011,Denmark,Cereals,5.570572,0.148679884220148
 2011,Denmark,Monogastrics,5.570572,0.236586637781542
-2011,Denmark,Oilcrops,5.570572,0.0218498208083479
-2011,Denmark,Pulses,5.570572,0.00103005580037382
+2011,Denmark,FruitVeg,5.570572,0.225119431182291
+2011,Denmark,OilcropsPulses,5.570572,0.0228798766087217
 2011,Denmark,Starchy Roots,5.570572,0.212664695833749
+2011,Denmark,Sugar,5.570572,0.0525357180555246
 1961,Djibouti,Ruminants,0.088499,0.518418287212285
 1961,Djibouti,Cereals,0.088499,0.0903739025299721
 1961,Djibouti,Monogastrics,0.088499,NA
-1961,Djibouti,Oilcrops,0.088499,NA
-1961,Djibouti,Pulses,0.088499,0.00293788630380004
+1961,Djibouti,FruitVeg,0.088499,0.0107684832596979
+1961,Djibouti,OilcropsPulses,0.088499,0.00293788630380004
 1961,Djibouti,Starchy Roots,0.088499,0.00112995627069232
+1961,Djibouti,Sugar,0.088499,0.0356162216522221
 1962,Djibouti,Ruminants,0.0942,0.500569002123142
 1962,Djibouti,Cereals,0.0942,0.0856157112526539
 1962,Djibouti,Monogastrics,0.0942,NA
-1962,Djibouti,Oilcrops,0.0942,NA
-1962,Djibouti,Pulses,0.0942,0.00276008492569002
+1962,Djibouti,FruitVeg,0.0942,0.0101167728237792
+1962,Djibouti,OilcropsPulses,0.0942,0.00276008492569002
 1962,Djibouti,Starchy Roots,0.0942,0.00106157112526539
+1962,Djibouti,Sugar,0.0942,0.0311571125265393
 1963,Djibouti,Ruminants,0.100622,0.483129931824054
 1963,Djibouti,Cereals,0.100622,0.0788197412096758
 1963,Djibouti,Monogastrics,0.100622,NA
-1963,Djibouti,Oilcrops,0.100622,NA
-1963,Djibouti,Pulses,0.100622,0.0025839279680388
+1963,Djibouti,FruitVeg,0.100622,0.00947108982131144
+1963,Djibouti,OilcropsPulses,0.100622,0.0025839279680388
 1963,Djibouti,Starchy Roots,0.100622,0.000993818449245692
+1963,Djibouti,Sugar,0.100622,0.035648267774443
 1964,Djibouti,Ruminants,0.107584,0.463325401546698
 1964,Djibouti,Cereals,0.107584,0.089055993456276
 1964,Djibouti,Monogastrics,0.107584,NA
-1964,Djibouti,Oilcrops,0.107584,NA
-1964,Djibouti,Pulses,0.107584,0.00260261748958953
+1964,Djibouti,FruitVeg,0.107584,0.00979699583581202
+1964,Djibouti,OilcropsPulses,0.107584,0.00260261748958953
 1964,Djibouti,Starchy Roots,0.107584,0.000929506246281975
+1964,Djibouti,Sugar,0.107584,0.0262678465199286
 1965,Djibouti,Ruminants,0.114963,0.43727199185825
 1965,Djibouti,Cereals,0.114963,0.0884110539912842
 1965,Djibouti,Monogastrics,0.114963,NA
-1965,Djibouti,Oilcrops,0.114963,NA
-1965,Djibouti,Pulses,0.114963,0.00278350425789167
+1965,Djibouti,FruitVeg,0.114963,0.0115167488670268
+1965,Djibouti,OilcropsPulses,0.114963,0.00278350425789167
 1965,Djibouti,Starchy Roots,0.114963,0.000869845080591147
+1965,Djibouti,Sugar,0.114963,0.0340370380035316
 1966,Djibouti,Ruminants,0.122868,0.450083829801087
 1966,Djibouti,Cereals,0.122868,0.0844402122603119
 1966,Djibouti,Monogastrics,0.122868,NA
-1966,Djibouti,Oilcrops,0.122868,NA
-1966,Djibouti,Pulses,0.122868,0.0026044210046554
+1966,Djibouti,FruitVeg,0.122868,0.0256047140020184
+1966,Djibouti,OilcropsPulses,0.122868,0.0026044210046554
 1966,Djibouti,Starchy Roots,0.122868,0.00162776312790963
+1966,Djibouti,Sugar,0.122868,0.0289741836767913
 1967,Djibouti,Ruminants,0.131403,0.437104175703751
 1967,Djibouti,Cereals,0.131403,0.0845262284727137
 1967,Djibouti,Monogastrics,0.131403,NA
-1967,Djibouti,Oilcrops,0.131403,NA
-1967,Djibouti,Pulses,0.131403,0.00258745995144708
+1967,Djibouti,FruitVeg,0.131403,0.0238807333165909
+1967,Djibouti,OilcropsPulses,0.131403,0.00258745995144708
 1967,Djibouti,Starchy Roots,0.131403,0.0015220352655571
+1967,Djibouti,Sugar,0.131403,0.0370996095979544
 1968,Djibouti,Ruminants,0.140461,0.43562412342216
 1968,Djibouti,Cereals,0.140461,0.0894483166145763
 1968,Djibouti,Monogastrics,0.140461,NA
-1968,Djibouti,Oilcrops,0.140461,NA
-1968,Djibouti,Pulses,0.140461,0.0024206007361474
+1968,Djibouti,FruitVeg,0.140461,0.0224973480183111
+1968,Djibouti,OilcropsPulses,0.140461,0.0024206007361474
 1968,Djibouti,Starchy Roots,0.140461,0.00142388278596906
+1968,Djibouti,Sugar,0.140461,0.0333971707449043
 1969,Djibouti,Ruminants,0.149891,0.443391531179324
 1969,Djibouti,Cereals,0.149891,0.0781968230247313
 1969,Djibouti,Monogastrics,0.149891,NA
-1969,Djibouti,Oilcrops,0.149891,NA
-1969,Djibouti,Pulses,0.149891,0.0022683149755489
+1969,Djibouti,FruitVeg,0.149891,0.0219225970872167
+1969,Djibouti,OilcropsPulses,0.149891,0.0022683149755489
 1969,Djibouti,Starchy Roots,0.149891,0.0020014543901902
+1969,Djibouti,Sugar,0.149891,0.0250248513920115
 1970,Djibouti,Ruminants,0.159667,0.430379477287104
 1970,Djibouti,Cereals,0.159667,0.0886783117363012
 1970,Djibouti,Monogastrics,0.159667,NA
-1970,Djibouti,Oilcrops,0.159667,NA
-1970,Djibouti,Pulses,0.159667,0.00250521397658878
+1970,Djibouti,FruitVeg,0.159667,0.0596053035379884
+1970,Djibouti,OilcropsPulses,0.159667,0.00250521397658878
 1970,Djibouti,Starchy Roots,0.159667,0.00187891048244158
+1970,Djibouti,Sugar,0.159667,0.0330813505608548
 1971,Djibouti,Ruminants,0.16937,0.421896439747299
 1971,Djibouti,Cereals,0.16937,0.0904528546968176
 1971,Djibouti,Monogastrics,0.16937,NA
-1971,Djibouti,Oilcrops,0.16937,NA
-1971,Djibouti,Pulses,0.16937,0.00236169333412056
+1971,Djibouti,FruitVeg,0.16937,0.0672905473224302
+1971,Djibouti,OilcropsPulses,0.16937,0.00236169333412056
 1971,Djibouti,Starchy Roots,0.16937,0.00236169333412056
+1971,Djibouti,Sugar,0.16937,0.0328570585109524
 1972,Djibouti,Ruminants,0.179212,0.424522911412182
 1972,Djibouti,Cereals,0.179212,0.0829129745775952
 1972,Djibouti,Monogastrics,0.179212,NA
-1972,Djibouti,Oilcrops,0.179212,NA
-1972,Djibouti,Pulses,0.179212,0.00223199339329956
+1972,Djibouti,FruitVeg,0.179212,0.0621498560364261
+1972,Djibouti,OilcropsPulses,0.179212,0.00223199339329956
 1972,Djibouti,Starchy Roots,0.179212,0.00223199339329956
+1972,Djibouti,Sugar,0.179212,0.0349474365555878
 1973,Djibouti,Ruminants,0.190536,0.391460931267582
 1973,Djibouti,Cereals,0.190536,0.0812864760465214
 1973,Djibouti,Monogastrics,0.190536,NA
-1973,Djibouti,Oilcrops,0.190536,NA
-1973,Djibouti,Pulses,0.190536,0.00220430784733594
+1973,Djibouti,FruitVeg,0.190536,0.0631796615862619
+1973,Djibouti,OilcropsPulses,0.190536,0.00220430784733594
 1973,Djibouti,Starchy Roots,0.190536,0.00262417600873326
+1973,Djibouti,Sugar,0.190536,0.0400554225973044
 1974,Djibouti,Ruminants,0.205157,0.412625940133654
 1974,Djibouti,Cereals,0.205157,0.0782961341801645
 1974,Djibouti,Monogastrics,0.205157,NA
-1974,Djibouti,Oilcrops,0.205157,NA
-1974,Djibouti,Pulses,0.205157,0.00204721262252811
+1974,Djibouti,FruitVeg,0.205157,0.0580433521644399
+1974,Djibouti,OilcropsPulses,0.205157,0.00204721262252811
 1974,Djibouti,Starchy Roots,0.205157,0.00243715788396204
+1974,Djibouti,Sugar,0.205157,0.0388677939334266
 1975,Djibouti,Ruminants,0.224182,0.456340830218305
 1975,Djibouti,Cereals,0.224182,0.0867910893827337
 1975,Djibouti,Monogastrics,0.224182,NA
-1975,Djibouti,Oilcrops,0.224182,NA
-1975,Djibouti,Pulses,0.224182,0.00187347779928808
+1975,Djibouti,FruitVeg,0.224182,0.0535636224139315
+1975,Djibouti,OilcropsPulses,0.224182,0.00187347779928808
 1975,Djibouti,Starchy Roots,0.224182,0.00267639685612583
+1975,Djibouti,Sugar,0.224182,0.0365194351018369
 1976,Djibouti,Ruminants,0.248619,0.487002200153649
 1976,Djibouti,Cereals,0.248619,0.0871655022343425
 1976,Djibouti,Monogastrics,0.248619,NA
-1976,Djibouti,Oilcrops,0.248619,NA
-1976,Djibouti,Pulses,0.248619,0.00201110936814966
+1976,Djibouti,FruitVeg,0.248619,0.0349812363495952
+1976,Djibouti,OilcropsPulses,0.248619,0.00201110936814966
 1976,Djibouti,Starchy Roots,0.248619,0.00241333124177959
+1976,Djibouti,Sugar,0.248619,0.03803007815171
 1977,Djibouti,Ruminants,0.277622,0.387951243057106
 1977,Djibouti,Cereals,0.277622,0.0825474926338691
 1977,Djibouti,Monogastrics,0.277622,0.000828464602949334
-1977,Djibouti,Oilcrops,0.277622,0.000219723220782215
-1977,Djibouti,Pulses,0.277622,0.0018010100064116
+1977,Djibouti,FruitVeg,0.277622,0.0321948548746137
+1977,Djibouti,OilcropsPulses,0.277622,0.00202073322719381
 1977,Djibouti,Starchy Roots,0.277622,0.00360202001282319
+1977,Djibouti,Sugar,0.277622,0.0383687171765926
 1978,Djibouti,Ruminants,0.308213,0.356642646481492
 1978,Djibouti,Cereals,0.308213,0.0900481160755711
 1978,Djibouti,Monogastrics,0.308213,0.00341095281509865
-1978,Djibouti,Oilcrops,0.308213,6.48901895766888e-06
-1978,Djibouti,Pulses,0.308213,0.00162225473941722
+1978,Djibouti,FruitVeg,0.308213,0.0283407902976189
+1978,Djibouti,OilcropsPulses,0.308213,0.00162874375837489
 1978,Djibouti,Starchy Roots,0.308213,0.00324450947883444
+1978,Djibouti,Sugar,0.308213,0.0358453407221629
 1979,Djibouti,Ruminants,0.336254,0.371977136331464
 1979,Djibouti,Cereals,0.336254,0.0889476407715596
 1979,Djibouti,Monogastrics,0.336254,0.00469228618841709
-1979,Djibouti,Oilcrops,0.336254,3.27133654915629e-05
-1979,Djibouti,Pulses,0.336254,0.00239699750783634
+1979,Djibouti,FruitVeg,0.336254,0.032082889720271
+1979,Djibouti,OilcropsPulses,0.336254,0.0024297108733279
 1979,Djibouti,Starchy Roots,0.336254,0.00606089444289139
+1979,Djibouti,Sugar,0.336254,0.0296591267315779
 1980,Djibouti,Ruminants,0.35896,0.406358368620459
 1980,Djibouti,Cereals,0.35896,0.087619790505906
 1980,Djibouti,Monogastrics,0.35896,0.00465316469801649
-1980,Djibouti,Oilcrops,0.35896,4.45732114998886e-05
-1980,Djibouti,Pulses,0.35896,0.00439603298417651
+1980,Djibouti,FruitVeg,0.35896,0.0651214620013372
+1980,Djibouti,OilcropsPulses,0.35896,0.0044406061956764
 1980,Djibouti,Starchy Roots,0.35896,0.00423724091820816
+1980,Djibouti,Sugar,0.35896,0.0314157566302652
 1981,Djibouti,Ruminants,0.374683,0.379465308007035
 1981,Djibouti,Cereals,0.374683,0.0857444826693498
 1981,Djibouti,Monogastrics,0.374683,0.0121185108478367
-1981,Djibouti,Oilcrops,0.374683,2.66892279607028e-05
-1981,Djibouti,Pulses,0.374683,0.00557271079819474
+1981,Djibouti,FruitVeg,0.374683,0.0751408524005626
+1981,Djibouti,OilcropsPulses,0.374683,0.00559940002615544
 1981,Djibouti,Starchy Roots,0.374683,0.00498821670585535
+1981,Djibouti,Sugar,0.374683,0.0310982884198109
 1982,Djibouti,Ruminants,0.384743,0.324046181476986
 1982,Djibouti,Cereals,0.384743,0.0854648427651705
 1982,Djibouti,Monogastrics,0.384743,0.0116904011249068
-1982,Djibouti,Oilcrops,0.384743,0.000693969740839989
-1982,Djibouti,Pulses,0.384743,0.00497215024055019
+1982,Djibouti,FruitVeg,0.384743,0.0834037266434997
+1982,Djibouti,OilcropsPulses,0.384743,0.00566611998139017
 1982,Djibouti,Starchy Roots,0.384743,0.00199873681912342
+1982,Djibouti,Sugar,0.384743,0.0335626639081153
 1983,Djibouti,Ruminants,0.392908,0.323600690237918
 1983,Djibouti,Cereals,0.392908,0.0872621580624472
 1983,Djibouti,Monogastrics,0.392908,0.00690848748307492
-1983,Djibouti,Oilcrops,0.392908,0.00116312215582274
-1983,Djibouti,Pulses,0.392908,0.00398057560548525
+1983,Djibouti,FruitVeg,0.392908,0.0748597636087837
+1983,Djibouti,OilcropsPulses,0.392908,0.00514369776130799
 1983,Djibouti,Starchy Roots,0.392908,0.00128783328412758
+1983,Djibouti,Sugar,0.392908,0.0322289187290664
 1984,Djibouti,Ruminants,0.404589,0.325395154094649
 1984,Djibouti,Cereals,0.404589,0.0905560951978427
 1984,Djibouti,Monogastrics,0.404589,0.00683310717790152
-1984,Djibouti,Oilcrops,0.404589,0.00095652625256742
-1984,Djibouti,Pulses,0.404589,0.00309697001154258
+1984,Djibouti,FruitVeg,0.404589,0.0890805236919442
+1984,Djibouti,OilcropsPulses,0.404589,0.00405349626411
 1984,Djibouti,Starchy Roots,0.404589,0.000647570744632207
+1984,Djibouti,Sugar,0.404589,0.0306904043362523
 1985,Djibouti,Ruminants,0.42347,0.328287009705528
 1985,Djibouti,Cereals,0.42347,0.101530214655111
 1985,Djibouti,Monogastrics,0.42347,0.00602096960823671
-1985,Djibouti,Oilcrops,0.42347,0.00111460079816752
-1985,Djibouti,Pulses,0.42347,0.00200486457128014
+1985,Djibouti,FruitVeg,0.42347,0.0830708196566463
+1985,Djibouti,OilcropsPulses,0.42347,0.00311946536944766
 1985,Djibouti,Starchy Roots,0.42347,0.00310765815760266
+1985,Djibouti,Sugar,0.42347,0.0319644839067703
 1986,Djibouti,Ruminants,0.451068,0.337829994590616
 1986,Djibouti,Cereals,0.451068,0.110883503152518
 1986,Djibouti,Monogastrics,0.451068,0.00550116612129435
-1986,Djibouti,Oilcrops,0.451068,0.000580843686539502
-1986,Djibouti,Pulses,0.451068,0.00243422277794035
+1986,Djibouti,FruitVeg,0.451068,0.0789570530385662
+1986,Djibouti,OilcropsPulses,0.451068,0.00301506646447986
 1986,Djibouti,Starchy Roots,0.451068,0.000379100268695629
+1986,Djibouti,Sugar,0.451068,0.0333497388420371
 1987,Djibouti,Ruminants,0.485565,0.293440425071824
 1987,Djibouti,Cereals,0.485565,0.109801983256619
 1987,Djibouti,Monogastrics,0.485565,0.00637875464664875
-1987,Djibouti,Oilcrops,0.485565,0.000698155756695808
-1987,Djibouti,Pulses,0.485565,0.00136747912225964
+1987,Djibouti,FruitVeg,0.485565,0.0703345587099564
+1987,Djibouti,OilcropsPulses,0.485565,0.00206563487895544
 1987,Djibouti,Starchy Roots,0.485565,0.000321275215470637
+1987,Djibouti,Sugar,0.485565,0.0308341828591435
 1988,Djibouti,Ruminants,0.523266,0.276173112718961
 1988,Djibouti,Cereals,0.523266,0.10709084863148
 1988,Djibouti,Monogastrics,0.523266,0.00641987058207489
-1988,Djibouti,Oilcrops,0.523266,0.000561855729208471
-1988,Djibouti,Pulses,0.523266,0.00131864099712192
+1988,Djibouti,FruitVeg,0.523266,0.0711569259229532
+1988,Djibouti,OilcropsPulses,0.523266,0.00188049672633039
 1988,Djibouti,Starchy Roots,0.523266,0.00293540952402793
+1988,Djibouti,Sugar,0.523266,0.0312766355926049
 1989,Djibouti,Ruminants,0.55881,0.250818882983483
 1989,Djibouti,Cereals,0.55881,0.108532417100625
 1989,Djibouti,Monogastrics,0.55881,0.00473738837887654
-1989,Djibouti,Oilcrops,0.55881,0.000637068055331866
-1989,Djibouti,Pulses,0.55881,0.00139582326730016
+1989,Djibouti,FruitVeg,0.55881,0.0594531236019398
+1989,Djibouti,OilcropsPulses,0.55881,0.00203289132263202
 1989,Djibouti,Starchy Roots,0.55881,0.00507507023854262
+1989,Djibouti,Sugar,0.55881,0.0313058105617294
 1990,Djibouti,Ruminants,0.588356,0.259016989713711
 1990,Djibouti,Cereals,0.588356,0.116528088436253
 1990,Djibouti,Monogastrics,0.588356,0.00606792486181835
-1990,Djibouti,Oilcrops,0.588356,0.000397718388186744
-1990,Djibouti,Pulses,0.588356,0.00456186390552659
+1990,Djibouti,FruitVeg,0.588356,0.0696109158400696
+1990,Djibouti,OilcropsPulses,0.588356,0.00495958229371333
 1990,Djibouti,Starchy Roots,0.588356,0.00427802214985485
+1990,Djibouti,Sugar,0.588356,0.0305257361189484
 1991,Djibouti,Ruminants,0.610679,0.289367736568639
 1991,Djibouti,Cereals,0.610679,0.105739676655002
 1991,Djibouti,Monogastrics,0.610679,0.00505781269701431
-1991,Djibouti,Oilcrops,0.610679,0.000504356625985174
-1991,Djibouti,Pulses,0.610679,0.0040856161747825
+1991,Djibouti,FruitVeg,0.610679,0.0515917527866522
+1991,Djibouti,OilcropsPulses,0.610679,0.00458997280076767
 1991,Djibouti,Starchy Roots,0.610679,0.00269044784575857
+1991,Djibouti,Sugar,0.610679,0.0299076929123156
 1992,Djibouti,Ruminants,0.627063,0.287173856534351
 1992,Djibouti,Cereals,0.627063,0.110205832587794
 1992,Djibouti,Monogastrics,0.627063,0.0063328565072409
-1992,Djibouti,Oilcrops,0.627063,0.000720820714983981
-1992,Djibouti,Pulses,0.627063,0.00373965614300317
+1992,Djibouti,FruitVeg,0.627063,0.0465216413661785
+1992,Djibouti,OilcropsPulses,0.627063,0.00446047685798716
 1992,Djibouti,Starchy Roots,0.627063,0.00205720956267552
+1992,Djibouti,Sugar,0.627063,0.0296907966185216
 1993,Djibouti,Ruminants,0.639215,0.317465328567071
 1993,Djibouti,Cereals,0.639215,0.116591444193268
 1993,Djibouti,Monogastrics,0.639215,0.00710058431044328
-1993,Djibouti,Oilcrops,0.639215,0.000746227795029841
-1993,Djibouti,Pulses,0.639215,0.00366856222084901
+1993,Djibouti,FruitVeg,0.639215,0.0503899314002331
+1993,Djibouti,OilcropsPulses,0.639215,0.00441479001587885
 1993,Djibouti,Starchy Roots,0.639215,0.00140797697175442
+1993,Djibouti,Sugar,0.639215,0.028998067942711
 1994,Djibouti,Ruminants,0.649878,0.311195024296868
 1994,Djibouti,Cereals,0.649878,0.120250262356935
 1994,Djibouti,Monogastrics,0.649878,0.00519266693133173
-1994,Djibouti,Oilcrops,0.649878,0.000855545194636532
-1994,Djibouti,Pulses,0.649878,0.00306980694838108
+1994,Djibouti,FruitVeg,0.649878,0.0416770532315296
+1994,Djibouti,OilcropsPulses,0.649878,0.00392535214301761
 1994,Djibouti,Starchy Roots,0.649878,0.000638581395277267
+1994,Djibouti,Sugar,0.649878,0.0292239466484479
 1995,Djibouti,Ruminants,0.661076,0.303820892000315
 1995,Djibouti,Cereals,0.661076,0.126185188994911
 1995,Djibouti,Monogastrics,0.661076,0.00524115230321476
-1995,Djibouti,Oilcrops,0.661076,0.00106795587799285
-1995,Djibouti,Pulses,0.661076,0.00301024390539061
+1995,Djibouti,FruitVeg,0.661076,0.0509880860899503
+1995,Djibouti,OilcropsPulses,0.661076,0.00407819978338345
 1995,Djibouti,Starchy Roots,0.661076,2.2690280693899e-05
+1995,Djibouti,Sugar,0.661076,0.0297182169674894
 1996,Djibouti,Ruminants,0.673202,0.302373284690182
 1996,Djibouti,Cereals,0.673202,0.136268163196188
 1996,Djibouti,Monogastrics,0.673202,0.00314110772101093
-1996,Djibouti,Oilcrops,0.673202,0.00137551581843191
-1996,Djibouti,Pulses,0.673202,0.0024153225926245
+1996,Djibouti,FruitVeg,0.673202,0.038955618076001
+1996,Djibouti,OilcropsPulses,0.673202,0.00379083841105641
 1996,Djibouti,Starchy Roots,0.673202,0.000111407868663492
+1996,Djibouti,Sugar,0.673202,0.0277747243769329
 1997,Djibouti,Ruminants,0.685644,0.311722555728629
 1997,Djibouti,Cereals,0.685644,0.132961128515673
 1997,Djibouti,Monogastrics,0.685644,0.00357605404553967
-1997,Djibouti,Oilcrops,0.685644,0.00167142132068537
-1997,Djibouti,Pulses,0.685644,0.00207687954682022
+1997,Djibouti,FruitVeg,0.685644,0.039692610159208
+1997,Djibouti,OilcropsPulses,0.685644,0.00374830086750559
 1997,Djibouti,Starchy Roots,0.685644,9.4801383808507e-05
+1997,Djibouti,Sugar,0.685644,0.0274384374398376
 1998,Djibouti,Ruminants,0.698256,0.297389782543938
 1998,Djibouti,Cereals,0.698256,0.139229738090328
 1998,Djibouti,Monogastrics,0.698256,0.00360813226094727
-1998,Djibouti,Oilcrops,0.698256,0.00172716023922458
-1998,Djibouti,Pulses,0.698256,0.00306191425494375
+1998,Djibouti,FruitVeg,0.698256,0.0399380742879402
+1998,Djibouti,OilcropsPulses,0.698256,0.00478907449416833
 1998,Djibouti,Starchy Roots,0.698256,5.72855800737838e-05
+1998,Djibouti,Sugar,0.698256,0.0278594097293829
 1999,Djibouti,Ruminants,0.710652,0.315788177617174
 1999,Djibouti,Cereals,0.710652,0.140611719941687
 1999,Djibouti,Monogastrics,0.710652,0.00380495657508879
-1999,Djibouti,Oilcrops,0.710652,0.00207696594113575
-1999,Djibouti,Pulses,0.710652,0.00321535716496963
+1999,Djibouti,FruitVeg,0.710652,0.0417039563668293
+1999,Djibouti,OilcropsPulses,0.710652,0.00529232310610538
 1999,Djibouti,Starchy Roots,0.710652,3.51789624176109e-05
+1999,Djibouti,Sugar,0.710652,0.0268260695811734
 2000,Djibouti,Ruminants,0.722562,0.386225818684071
 2000,Djibouti,Cereals,0.722562,0.14417309518076
 2000,Djibouti,Monogastrics,0.722562,0.00338379267107874
-2000,Djibouti,Oilcrops,0.722562,0.00241640163750654
-2000,Djibouti,Pulses,0.722562,0.00333673788546865
+2000,Djibouti,FruitVeg,0.722562,0.0433512971897221
+2000,Djibouti,OilcropsPulses,0.722562,0.00575313952297519
 2000,Djibouti,Starchy Roots,0.722562,3.45991070662448e-05
+2000,Djibouti,Sugar,0.722562,0.0266925191194666
 2001,Djibouti,Ruminants,0.734088,0.372953106439555
 2001,Djibouti,Cereals,0.734088,0.143587689759266
 2001,Djibouti,Monogastrics,0.734088,0.00306557251991587
-2001,Djibouti,Oilcrops,0.734088,0.00226267150532361
-2001,Djibouti,Pulses,0.734088,0.00495036017480193
+2001,Djibouti,FruitVeg,0.734088,0.0401041836945979
+2001,Djibouti,OilcropsPulses,0.734088,0.00721303168012554
 2001,Djibouti,Starchy Roots,0.734088,2.86069245104129e-05
+2001,Djibouti,Sugar,0.734088,0.0263442530050893
 2002,Djibouti,Ruminants,0.745459,0.360652966829832
 2002,Djibouti,Cereals,0.745459,0.147395094834189
 2002,Djibouti,Monogastrics,0.745459,0.00425965747277852
-2002,Djibouti,Oilcrops,0.745459,0.00258096018694522
-2002,Djibouti,Pulses,0.745459,0.00222949887250674
+2002,Djibouti,FruitVeg,0.745459,0.0540566281981973
+2002,Djibouti,OilcropsPulses,0.745459,0.00481045905945196
 2002,Djibouti,Starchy Roots,0.745459,0.00668849661752021
+2002,Djibouti,Sugar,0.745459,0.0267633766578712
 2003,Djibouti,Ruminants,0.756656,0.353281676217462
 2003,Djibouti,Cereals,0.756656,0.154212746611406
 2003,Djibouti,Monogastrics,0.756656,0.00873778837410924
-2003,Djibouti,Oilcrops,0.756656,0.00408640121799074
-2003,Djibouti,Pulses,0.756656,0.00364102049015669
+2003,Djibouti,FruitVeg,0.756656,0.0547672918737181
+2003,Djibouti,OilcropsPulses,0.756656,0.00772742170814743
 2003,Djibouti,Starchy Roots,0.756656,0.00819130489945233
+2003,Djibouti,Sugar,0.756656,0.0271510435389398
 2004,Djibouti,Ruminants,0.767644,0.288356842494698
 2004,Djibouti,Cereals,0.767644,0.161443325291411
 2004,Djibouti,Monogastrics,0.767644,0.0174824528036434
-2004,Djibouti,Oilcrops,0.767644,0.00495933010614295
-2004,Djibouti,Pulses,0.767644,0.00221326552412316
+2004,Djibouti,FruitVeg,0.767644,0.0423555710720073
+2004,Djibouti,OilcropsPulses,0.767644,0.00717259563026611
 2004,Djibouti,Starchy Roots,0.767644,1.56322461974561e-05
+2004,Djibouti,Sugar,0.767644,0.0266112937768028
 2005,Djibouti,Ruminants,0.778406,0.342518300218652
 2005,Djibouti,Cereals,0.778406,0.164116155322544
 2005,Djibouti,Monogastrics,0.778406,0.0302755888315352
-2005,Djibouti,Oilcrops,0.778406,0.00532626932474827
-2005,Djibouti,Pulses,0.778406,0.00264001048296133
+2005,Djibouti,FruitVeg,0.778406,0.0911400991256491
+2005,Djibouti,OilcropsPulses,0.778406,0.0079662798077096
 2005,Djibouti,Starchy Roots,0.778406,0.000267212739881244
+2005,Djibouti,Sugar,0.778406,0.0267572449338777
 2006,Djibouti,Ruminants,0.788941,0.494505039033337
 2006,Djibouti,Cereals,0.788941,0.169065874380974
 2006,Djibouti,Monogastrics,0.788941,0.0277849674436998
-2006,Djibouti,Oilcrops,0.788941,0.00476841741017389
-2006,Djibouti,Pulses,0.788941,0.00344005445274108
+2006,Djibouti,FruitVeg,0.788941,0.0848048206393127
+2006,Djibouti,OilcropsPulses,0.788941,0.00820847186291497
 2006,Djibouti,Starchy Roots,0.788941,0.000197733417327785
+2006,Djibouti,Sugar,0.788941,0.0272289055835607
 2007,Djibouti,Ruminants,0.799309,0.653743671095909
 2007,Djibouti,Cereals,0.799309,0.169777895657374
 2007,Djibouti,Monogastrics,0.799309,0.0269774267523573
-2007,Djibouti,Oilcrops,0.799309,0.00503810166030909
-2007,Djibouti,Pulses,0.799309,0.00383080886115382
+2007,Djibouti,FruitVeg,0.799309,0.0746582360513894
+2007,Djibouti,OilcropsPulses,0.799309,0.00886891052146291
 2007,Djibouti,Starchy Roots,0.799309,0.0131826365022788
+2007,Djibouti,Sugar,0.799309,0.0289637674541385
 2008,Djibouti,Ruminants,0.809639,0.473152108532321
 2008,Djibouti,Cereals,0.809639,0.17393554411287
 2008,Djibouti,Monogastrics,0.809639,0.0279875351854345
-2008,Djibouti,Oilcrops,0.809639,0.00651154403382248
-2008,Djibouti,Pulses,0.809639,0.0049454139437453
+2008,Djibouti,FruitVeg,0.809639,0.0708550353923168
+2008,Djibouti,OilcropsPulses,0.809639,0.0114569579775678
 2008,Djibouti,Starchy Roots,0.809639,0.0113890264673515
+2008,Djibouti,Sugar,0.809639,0.0299750876625261
 2009,Djibouti,Ruminants,0.820097,0.339219994707943
 2009,Djibouti,Cereals,0.820097,0.179849456832545
 2009,Djibouti,Monogastrics,0.820097,0.0193314937135485
-2009,Djibouti,Oilcrops,0.820097,0.00444947365982317
-2009,Djibouti,Pulses,0.820097,0.0113620705843333
+2009,Djibouti,FruitVeg,0.820097,0.0792406264137047
+2009,Djibouti,OilcropsPulses,0.820097,0.0158115442441565
 2009,Djibouti,Starchy Roots,0.820097,0.0126802073413267
+2009,Djibouti,Sugar,0.820097,0.0294550522682073
 2010,Djibouti,Ruminants,0.830802,0.326600080404236
 2010,Djibouti,Cereals,0.830802,0.182474283884728
 2010,Djibouti,Monogastrics,0.830802,0.0112590003394311
-2010,Djibouti,Oilcrops,0.830802,0.00332931312153798
-2010,Djibouti,Pulses,0.830802,0.0147628436137612
+2010,Djibouti,FruitVeg,0.830802,0.0872265593968238
+2010,Djibouti,OilcropsPulses,0.830802,0.0180921567352991
 2010,Djibouti,Starchy Roots,0.830802,0.0166188815144884
+2010,Djibouti,Sugar,0.830802,0.0305391657699428
 2011,Djibouti,Ruminants,0.841802,0.337232864735413
 2011,Djibouti,Cereals,0.841802,0.18661870606152
 2011,Djibouti,Monogastrics,0.841802,0.00495662875593073
-2011,Djibouti,Oilcrops,0.841802,0.00394392030429959
-2011,Djibouti,Pulses,0.841802,0.014517665674351
+2011,Djibouti,FruitVeg,0.841802,0.0905367295397255
+2011,Djibouti,OilcropsPulses,0.841802,0.0184615859786506
 2011,Djibouti,Starchy Roots,0.841802,0.0161475026193808
+2011,Djibouti,Sugar,0.841802,0.0310738154577917
 1961,Dominica,Ruminants,0.061035,0.224295895797493
 1961,Dominica,Cereals,0.061035,0.0757434259031703
 1961,Dominica,Monogastrics,0.061035,0.0654214794789875
-1961,Dominica,Oilcrops,0.061035,0.0288522978618825
-1961,Dominica,Pulses,0.061035,0.000983042516588843
+1961,Dominica,FruitVeg,0.061035,0.210633243221103
+1961,Dominica,OilcropsPulses,0.061035,0.0298353403784714
 1961,Dominica,Starchy Roots,0.061035,0.0696813303842058
+1961,Dominica,Sugar,0.061035,0.0347341689194724
 1962,Dominica,Ruminants,0.061984,0.236072212183789
 1962,Dominica,Cereals,0.061984,0.0859576664945793
 1962,Dominica,Monogastrics,0.061984,0.0719911590087765
-1962,Dominica,Oilcrops,0.061984,0.0239577955601446
-1962,Dominica,Pulses,0.061984,0.00096799173980382
+1962,Dominica,FruitVeg,0.061984,0.217023748064017
+1962,Dominica,OilcropsPulses,0.061984,0.0249257872999484
 1962,Dominica,Starchy Roots,0.061984,0.0704697986577181
+1962,Dominica,Sugar,0.061984,0.0327987867836861
 1963,Dominica,Ruminants,0.06292,0.232153528289892
 1963,Dominica,Cereals,0.06292,0.0867450731087095
 1963,Dominica,Monogastrics,0.06292,0.073432930705658
-1963,Dominica,Oilcrops,0.06292,0.0227590591226955
-1963,Dominica,Pulses,0.06292,0.00101716465352829
+1963,Dominica,FruitVeg,0.06292,0.23997139224412
+1963,Dominica,OilcropsPulses,0.06292,0.0237762237762238
 1963,Dominica,Starchy Roots,0.06292,0.0726795931341386
+1963,Dominica,Sugar,0.06292,0.0328194532739987
 1964,Dominica,Ruminants,0.063921,0.239989987640994
 1964,Dominica,Cereals,0.063921,0.0855743808763943
 1964,Dominica,Monogastrics,0.063921,0.0779900189296162
-1964,Dominica,Oilcrops,0.063921,0.0232787346881307
-1964,Dominica,Pulses,0.063921,0.00100123590056476
+1964,Dominica,FruitVeg,0.063921,0.222681122009981
+1964,Dominica,OilcropsPulses,0.063921,0.0242799705886954
 1964,Dominica,Starchy Roots,0.063921,0.0725113812362135
+1964,Dominica,Sugar,0.063921,0.0340107319973092
 1965,Dominica,Ruminants,0.065038,0.235919001199299
 1965,Dominica,Cereals,0.065038,0.0875641932408746
 1965,Dominica,Monogastrics,0.065038,0.0768150927150281
-1965,Dominica,Oilcrops,0.065038,0.0660998185676066
-1965,Dominica,Pulses,0.065038,0.00098404009963406
+1965,Dominica,FruitVeg,0.065038,0.197592176881208
+1965,Dominica,OilcropsPulses,0.065038,0.0670838586672407
 1965,Dominica,Starchy Roots,0.065038,0.0728189673729204
+1965,Dominica,Sugar,0.065038,0.0342568959685107
 1966,Dominica,Ruminants,0.066305,0.234335268833421
 1966,Dominica,Cereals,0.066305,0.077233994419727
 1966,Dominica,Monogastrics,0.066305,0.0787286026694819
-1966,Dominica,Oilcrops,0.066305,0.108845486765704
-1966,Dominica,Pulses,0.066305,0.00104064550184752
+1966,Dominica,FruitVeg,0.066305,0.194329236105874
+1966,Dominica,OilcropsPulses,0.066305,0.109886132267551
 1966,Dominica,Starchy Roots,0.066305,0.0686373576653344
+1966,Dominica,Sugar,0.066305,0.0413995927908906
 1967,Dominica,Ruminants,0.067682,0.230972784492184
 1967,Dominica,Cereals,0.067682,0.0758251824709672
 1967,Dominica,Monogastrics,0.067682,0.0790815874235395
-1967,Dominica,Oilcrops,0.067682,0.104148813569339
-1967,Dominica,Pulses,0.067682,0.000901273603025915
+1967,Dominica,FruitVeg,0.067682,0.224889926420614
+1967,Dominica,OilcropsPulses,0.067682,0.105050087172365
 1967,Dominica,Starchy Roots,0.067682,0.0665908217842262
+1967,Dominica,Sugar,0.067682,0.0421677846399338
 1968,Dominica,Ruminants,0.069042,0.243624170794589
 1968,Dominica,Cereals,0.069042,0.0849048405318502
 1968,Dominica,Monogastrics,0.069042,0.0807682280351091
-1968,Dominica,Oilcrops,0.069042,0.110454505952898
-1968,Dominica,Pulses,0.069042,0.00208568697314678
+1968,Dominica,FruitVeg,0.069042,0.226340488398366
+1968,Dominica,OilcropsPulses,0.069042,0.112540192926045
 1968,Dominica,Starchy Roots,0.069042,0.0643811013585933
+1968,Dominica,Sugar,0.069042,0.042756582949509
 1969,Dominica,Ruminants,0.070212,0.254957841964337
 1969,Dominica,Cereals,0.070212,0.0790463168689113
 1969,Dominica,Monogastrics,0.070212,0.0855039024668148
-1969,Dominica,Oilcrops,0.070212,0.124181051672079
-1969,Dominica,Pulses,0.070212,0.00276306044550789
+1969,Dominica,FruitVeg,0.070212,0.229519170512163
+1969,Dominica,OilcropsPulses,0.070212,0.126944112117587
 1969,Dominica,Starchy Roots,0.070212,0.0630661425397368
+1969,Dominica,Sugar,0.070212,0.0435822936250214
 1970,Dominica,Ruminants,0.071076,0.27155157859193
 1970,Dominica,Cereals,0.071076,0.0802380550396758
 1970,Dominica,Monogastrics,0.071076,0.0921211097979627
-1970,Dominica,Oilcrops,0.071076,0.127018965614272
-1970,Dominica,Pulses,0.071076,0.00326411165512972
+1970,Dominica,FruitVeg,0.071076,0.223338398334177
+1970,Dominica,OilcropsPulses,0.071076,0.130283077269402
 1970,Dominica,Starchy Roots,0.071076,0.0608784962575272
+1970,Dominica,Sugar,0.071076,0.0444031740671957
 1971,Dominica,Ruminants,0.071566,0.25944442891876
 1971,Dominica,Cereals,0.071566,0.0803593885364559
 1971,Dominica,Monogastrics,0.071566,0.0917698348377721
-1971,Dominica,Oilcrops,0.071566,0.133834502417349
-1971,Dominica,Pulses,0.071566,0.00282256937651958
+1971,Dominica,FruitVeg,0.071566,0.234510801218456
+1971,Dominica,OilcropsPulses,0.071566,0.136657071793869
 1971,Dominica,Starchy Roots,0.071566,0.0601682363133331
+1971,Dominica,Sugar,0.071566,0.0439733951876589
 1972,Dominica,Ruminants,0.071737,0.256799141307833
 1972,Dominica,Cereals,0.071737,0.0803072333663242
 1972,Dominica,Monogastrics,0.071737,0.0998856935751426
-1972,Dominica,Oilcrops,0.071737,0.151316614857047
-1972,Dominica,Pulses,0.071737,0.00362435005645622
+1972,Dominica,FruitVeg,0.071737,0.229825613003053
+1972,Dominica,OilcropsPulses,0.071737,0.154940964913504
 1972,Dominica,Starchy Roots,0.071737,0.0590908457281459
+1972,Dominica,Sugar,0.071737,0.0422933771972622
 1973,Dominica,Ruminants,0.071745,0.194154296466653
 1973,Dominica,Cereals,0.071745,0.0785281204265106
 1973,Dominica,Monogastrics,0.071745,0.0886598369224336
-1973,Dominica,Oilcrops,0.071745,0.204836573977281
-1973,Dominica,Pulses,0.071745,0.00288521848212419
+1973,Dominica,FruitVeg,0.071745,0.254108300229981
+1973,Dominica,OilcropsPulses,0.071745,0.207721792459405
 1973,Dominica,Starchy Roots,0.071745,0.0617882779287755
+1973,Dominica,Sugar,0.071745,0.0325876367691128
 1974,Dominica,Ruminants,0.071811,0.189484897856874
 1974,Dominica,Cereals,0.071811,0.0797092367464595
 1974,Dominica,Monogastrics,0.071811,0.0913522997869407
-1974,Dominica,Oilcrops,0.071811,0.207990419295094
-1974,Dominica,Pulses,0.071811,0.00162927685173581
+1974,Dominica,FruitVeg,0.071811,0.244934620044283
+1974,Dominica,OilcropsPulses,0.071811,0.20961969614683
 1974,Dominica,Starchy Roots,0.071811,0.0621492528999735
+1974,Dominica,Sugar,0.071811,0.036526437453872
 1975,Dominica,Ruminants,0.072091,0.220334022277399
 1975,Dominica,Cereals,0.072091,0.0782621963906729
 1975,Dominica,Monogastrics,0.072091,0.0901138838412562
-1975,Dominica,Oilcrops,0.072091,0.213161143554674
-1975,Dominica,Pulses,0.072091,0.00227490255371683
+1975,Dominica,FruitVeg,0.072091,0.262473817813597
+1975,Dominica,OilcropsPulses,0.072091,0.215436046108391
 1975,Dominica,Starchy Roots,0.072091,0.0630730604375026
+1975,Dominica,Sugar,0.072091,0.0392143263375456
 1976,Dominica,Ruminants,0.072648,0.209184010571523
 1976,Dominica,Cereals,0.072648,0.0797269023235326
 1976,Dominica,Monogastrics,0.072648,0.09483950005506
-1976,Dominica,Oilcrops,0.072648,0.207383548067393
-1976,Dominica,Pulses,0.072648,0.0025189957053188
+1976,Dominica,FruitVeg,0.072648,0.329245127188636
+1976,Dominica,OilcropsPulses,0.072648,0.209902543772712
 1976,Dominica,Starchy Roots,0.072648,0.0657967184230812
+1976,Dominica,Sugar,0.072648,0.040592996366039
 1977,Dominica,Ruminants,0.073411,0.238163218046342
 1977,Dominica,Cereals,0.073411,0.0794022694146654
 1977,Dominica,Monogastrics,0.073411,0.110878478702102
-1977,Dominica,Oilcrops,0.073411,0.218318780564221
-1977,Dominica,Pulses,0.073411,0.00252005830188936
+1977,Dominica,FruitVeg,0.073411,0.318766942283854
+1977,Dominica,OilcropsPulses,0.073411,0.22083883886611
 1977,Dominica,Starchy Roots,0.073411,0.067483074743567
+1977,Dominica,Sugar,0.073411,0.0349266458705099
 1978,Dominica,Ruminants,0.074239,0.23051361144412
 1978,Dominica,Cereals,0.074239,0.0823691051873005
 1978,Dominica,Monogastrics,0.074239,0.1142782095664
-1978,Dominica,Oilcrops,0.074239,0.227697032557012
-1978,Dominica,Pulses,0.074239,0.00321933215695255
+1978,Dominica,FruitVeg,0.074239,0.284338420506742
+1978,Dominica,OilcropsPulses,0.074239,0.230916364713964
 1978,Dominica,Starchy Roots,0.074239,0.0738021794474602
+1978,Dominica,Sugar,0.074239,0.0372849849809399
 1979,Dominica,Ruminants,0.074923,0.169656847696969
 1979,Dominica,Cereals,0.074923,0.0892249376026053
 1979,Dominica,Monogastrics,0.074923,0.119389239619343
-1979,Dominica,Oilcrops,0.074923,0.208387277605008
-1979,Dominica,Pulses,0.074923,0.00232238431456295
+1979,Dominica,FruitVeg,0.074923,0.305553701800515
+1979,Dominica,OilcropsPulses,0.074923,0.210709661919571
 1979,Dominica,Starchy Roots,0.074923,0.101610987280274
+1979,Dominica,Sugar,0.074923,0.0155226032059581
 1980,Dominica,Ruminants,0.075313,0.186062167222126
 1980,Dominica,Cereals,0.075313,0.0924939917411337
 1980,Dominica,Monogastrics,0.075313,0.114115756907838
-1980,Dominica,Oilcrops,0.075313,0.105625854766109
-1980,Dominica,Pulses,0.075313,0.00319997875532777
+1980,Dominica,FruitVeg,0.075313,0.329133084593629
+1980,Dominica,OilcropsPulses,0.075313,0.108825833521437
 1980,Dominica,Starchy Roots,0.075313,0.0858948654282793
+1980,Dominica,Sugar,0.075313,0.0285209724748715
 1981,Dominica,Ruminants,0.075376,0.181130598599024
 1981,Dominica,Cereals,0.075376,0.093026958182976
 1981,Dominica,Monogastrics,0.075376,0.123337667161961
-1981,Dominica,Oilcrops,0.075376,0.100960517936744
-1981,Dominica,Pulses,0.075376,0.00360857567395457
+1981,Dominica,FruitVeg,0.075376,0.322914455529612
+1981,Dominica,OilcropsPulses,0.075376,0.104569093610698
 1981,Dominica,Starchy Roots,0.075376,0.0810337507960093
+1981,Dominica,Sugar,0.075376,0.0299166843557631
 1982,Dominica,Ruminants,0.075168,0.176053639846743
 1982,Dominica,Cereals,0.075168,0.0934307151979566
 1982,Dominica,Monogastrics,0.075168,0.128101053639847
-1982,Dominica,Oilcrops,0.075168,0.139474244359302
-1982,Dominica,Pulses,0.075168,0.00190240527884206
+1982,Dominica,FruitVeg,0.075168,0.303280651340996
+1982,Dominica,OilcropsPulses,0.075168,0.141376649638144
 1982,Dominica,Starchy Roots,0.075168,0.0819497658578118
+1982,Dominica,Sugar,0.075168,0.0351612388250319
 1983,Dominica,Ruminants,0.07475,0.200057525083612
 1983,Dominica,Cereals,0.07475,0.0899130434782609
 1983,Dominica,Monogastrics,0.07475,0.13134983277592
-1983,Dominica,Oilcrops,0.07475,0.224454849498328
-1983,Dominica,Pulses,0.07475,0.00291638795986622
+1983,Dominica,FruitVeg,0.07475,0.256
+1983,Dominica,OilcropsPulses,0.07475,0.227371237458194
 1983,Dominica,Starchy Roots,0.07475,0.080133779264214
+1983,Dominica,Sugar,0.07475,0.0365217391304348
 1984,Dominica,Ruminants,0.074215,0.242473893417773
 1984,Dominica,Cereals,0.074215,0.0964899279121471
 1984,Dominica,Monogastrics,0.074215,0.13956747288284
-1984,Dominica,Oilcrops,0.074215,0.220979586336994
-1984,Dominica,Pulses,0.074215,0.00313952704978778
+1984,Dominica,FruitVeg,0.074215,0.261874284174358
+1984,Dominica,OilcropsPulses,0.074215,0.224119113386782
 1984,Dominica,Starchy Roots,0.074215,0.0839048709829549
+1984,Dominica,Sugar,0.074215,0.0384154146735835
 1985,Dominica,Ruminants,0.07364,0.26355649103748
 1985,Dominica,Cereals,0.07364,0.102851711026616
 1985,Dominica,Monogastrics,0.07364,0.12901412275937
-1985,Dominica,Oilcrops,0.07364,0.21992123845736
-1985,Dominica,Pulses,0.07364,0.00343563280825638
+1985,Dominica,FruitVeg,0.07364,0.306314502987507
+1985,Dominica,OilcropsPulses,0.07364,0.223356871265617
 1985,Dominica,Starchy Roots,0.07364,0.0736556219445953
+1985,Dominica,Sugar,0.07364,0.0402227050516024
 1986,Dominica,Ruminants,0.073025,0.280686066415611
 1986,Dominica,Cereals,0.073025,0.109003765833619
 1986,Dominica,Monogastrics,0.073025,0.153266689489901
-1986,Dominica,Oilcrops,0.073025,0.185100992810681
-1986,Dominica,Pulses,0.073025,0.00571037315987675
+1986,Dominica,FruitVeg,0.073025,0.320150633344745
+1986,Dominica,OilcropsPulses,0.073025,0.190811365970558
 1986,Dominica,Starchy Roots,0.073025,0.079465936323177
+1986,Dominica,Sugar,0.073025,0.0422184183498802
 1987,Dominica,Ruminants,0.072368,0.33740050851205
 1987,Dominica,Cereals,0.072368,0.107257351315499
 1987,Dominica,Monogastrics,0.072368,0.162960148131771
-1987,Dominica,Oilcrops,0.072368,0.19153493256688
-1987,Dominica,Pulses,0.072368,0.00502984744638514
+1987,Dominica,FruitVeg,0.072368,0.443469489277028
+1987,Dominica,OilcropsPulses,0.072368,0.196564780013266
 1987,Dominica,Starchy Roots,0.072368,0.0799386469157639
+1987,Dominica,Sugar,0.072368,0.0450751713464515
 1988,Dominica,Ruminants,0.071743,0.337404346068606
 1988,Dominica,Cereals,0.071743,0.105529459320073
 1988,Dominica,Monogastrics,0.071743,0.168026148892575
-1988,Dominica,Oilcrops,0.071743,0.211309814197901
-1988,Dominica,Pulses,0.071743,0.00575665918626207
+1988,Dominica,FruitVeg,0.071743,0.532177355282048
+1988,Dominica,OilcropsPulses,0.071743,0.217066473384163
 1988,Dominica,Starchy Roots,0.071743,0.0826979635643895
+1988,Dominica,Sugar,0.071743,0.0460532734900966
 1989,Dominica,Ruminants,0.071242,0.361138092698127
 1989,Dominica,Cereals,0.071242,0.109794783975745
 1989,Dominica,Monogastrics,0.071242,0.188616265685972
-1989,Dominica,Oilcrops,0.071242,0.211827292889026
-1989,Dominica,Pulses,0.071242,0.0053479688947531
+1989,Dominica,FruitVeg,0.071242,0.469849246231156
+1989,Dominica,OilcropsPulses,0.071242,0.217175261783779
 1989,Dominica,Starchy Roots,0.071242,0.0734959714774992
+1989,Dominica,Sugar,0.071242,0.0464192470733556
 1990,Dominica,Ruminants,0.070928,0.427825400406045
 1990,Dominica,Cereals,0.070928,0.109660500789533
 1990,Dominica,Monogastrics,0.070928,0.169071452740808
-1990,Dominica,Oilcrops,0.070928,0.147656778705166
-1990,Dominica,Pulses,0.070928,0.00497687796074893
+1990,Dominica,FruitVeg,0.070928,0.366498420933905
+1990,Dominica,OilcropsPulses,0.070928,0.152633656665915
 1990,Dominica,Starchy Roots,0.070928,0.086298781863298
+1990,Dominica,Sugar,0.070928,0.0481333182946086
 1991,Dominica,Ruminants,0.070849,0.430308120086381
 1991,Dominica,Cereals,0.070849,0.106014199212409
 1991,Dominica,Monogastrics,0.070849,0.161302206100298
-1991,Dominica,Oilcrops,0.070849,0.178449942836173
-1991,Dominica,Pulses,0.070849,0.00413555590057728
+1991,Dominica,FruitVeg,0.070849,0.345622379991249
+1991,Dominica,OilcropsPulses,0.070849,0.18258549873675
 1991,Dominica,Starchy Roots,0.070849,0.0720828804923146
+1991,Dominica,Sugar,0.070849,0.0470437126847239
 1992,Dominica,Ruminants,0.070978,0.429099157485418
 1992,Dominica,Cereals,0.070978,0.105891966524839
 1992,Dominica,Monogastrics,0.070978,0.194571557383978
-1992,Dominica,Oilcrops,0.070978,0.175716419172138
-1992,Dominica,Pulses,0.070978,0.00384626222209699
+1992,Dominica,FruitVeg,0.070978,0.394558877398631
+1992,Dominica,OilcropsPulses,0.070978,0.179562681394235
 1992,Dominica,Starchy Roots,0.070978,0.0700780523542506
+1992,Dominica,Sugar,0.070978,0.0464932796077658
 1993,Dominica,Ruminants,0.071205,0.415100063197809
 1993,Dominica,Cereals,0.071205,0.100259813215364
 1993,Dominica,Monogastrics,0.071205,0.191025911101748
-1993,Dominica,Oilcrops,0.071205,0.203609297099923
-1993,Dominica,Pulses,0.071205,0.00421318727617443
+1993,Dominica,FruitVeg,0.071205,0.343880345481357
+1993,Dominica,OilcropsPulses,0.071205,0.207822484376097
 1993,Dominica,Starchy Roots,0.071205,0.0724387332350256
+1993,Dominica,Sugar,0.071205,0.0479039393301032
 1994,Dominica,Ruminants,0.071372,0.414165218853332
 1994,Dominica,Cereals,0.071372,0.108628033402455
 1994,Dominica,Monogastrics,0.071372,0.186016925404921
-1994,Dominica,Oilcrops,0.071372,0.189275906517962
-1994,Dominica,Pulses,0.071372,0.00444151768200415
+1994,Dominica,FruitVeg,0.071372,0.320980216331334
+1994,Dominica,OilcropsPulses,0.071372,0.193717424199966
 1994,Dominica,Starchy Roots,0.071372,0.0786863195650956
+1994,Dominica,Sugar,0.071372,0.0486605391470044
 1995,Dominica,Ruminants,0.071367,0.416846721874256
 1995,Dominica,Cereals,0.071367,0.101895834209088
 1995,Dominica,Monogastrics,0.071367,0.209622094245239
-1995,Dominica,Oilcrops,0.071367,0.190087855731641
-1995,Dominica,Pulses,0.071367,0.00751047402861266
+1995,Dominica,FruitVeg,0.071367,0.314178822144689
+1995,Dominica,OilcropsPulses,0.071367,0.197598329760253
 1995,Dominica,Starchy Roots,0.071367,0.102890691776311
+1995,Dominica,Sugar,0.071367,0.0454131461319658
 1996,Dominica,Ruminants,0.071146,0.472850195372895
 1996,Dominica,Cereals,0.071146,0.0934978776038006
 1996,Dominica,Monogastrics,0.071146,0.191351586877688
-1996,Dominica,Oilcrops,0.071146,0.193194276558064
-1996,Dominica,Pulses,0.071146,0.00397773592331262
+1996,Dominica,FruitVeg,0.071146,0.465690270710932
+1996,Dominica,OilcropsPulses,0.071146,0.197172012481376
 1996,Dominica,Starchy Roots,0.071146,0.0976583363787142
+1996,Dominica,Sugar,0.071146,0.0429398701262193
 1997,Dominica,Ruminants,0.070756,0.400794278930409
 1997,Dominica,Cereals,0.070756,0.0870173554186217
 1997,Dominica,Monogastrics,0.070756,0.209510147549324
-1997,Dominica,Oilcrops,0.070756,0.193368760246481
-1997,Dominica,Pulses,0.070756,0.00490417773757702
+1997,Dominica,FruitVeg,0.070756,0.495774209960993
+1997,Dominica,OilcropsPulses,0.070756,0.198272937984058
 1997,Dominica,Starchy Roots,0.070756,0.106040477132681
+1997,Dominica,Sugar,0.070756,0.0446887896432811
 1998,Dominica,Ruminants,0.070295,0.416297033928444
 1998,Dominica,Cereals,0.070295,0.084685966284942
 1998,Dominica,Monogastrics,0.070295,0.168596628494203
-1998,Dominica,Oilcrops,0.070295,0.180809445906537
-1998,Dominica,Pulses,0.070295,0.00499324276264315
+1998,Dominica,FruitVeg,0.070295,0.492552813144605
+1998,Dominica,OilcropsPulses,0.070295,0.18580268866918
 1998,Dominica,Starchy Roots,0.070295,0.12043530834341
+1998,Dominica,Sugar,0.070295,0.0441709936695355
 1999,Dominica,Ruminants,0.069902,0.404257388915911
 1999,Dominica,Cereals,0.069902,0.0958484735772939
 1999,Dominica,Monogastrics,0.069902,0.15127178049269
-1999,Dominica,Oilcrops,0.069902,0.181911819404309
-1999,Dominica,Pulses,0.069902,0.00519298446396383
+1999,Dominica,FruitVeg,0.069902,0.474035077680181
+1999,Dominica,OilcropsPulses,0.069902,0.187104803868273
 1999,Dominica,Starchy Roots,0.069902,0.103730937598352
+1999,Dominica,Sugar,0.069902,0.0426597236130583
 2000,Dominica,Ruminants,0.069679,0.4463367729158
 2000,Dominica,Cereals,0.069679,0.0979204638413295
 2000,Dominica,Monogastrics,0.069679,0.235332022560599
-2000,Dominica,Oilcrops,0.069679,0.157838086080455
-2000,Dominica,Pulses,0.069679,0.00525265862024426
+2000,Dominica,FruitVeg,0.069679,0.469194448829633
+2000,Dominica,OilcropsPulses,0.069679,0.163090744700699
 2000,Dominica,Starchy Roots,0.069679,0.103087013303865
+2000,Dominica,Sugar,0.069679,0.0433416093801576
 2001,Dominica,Ruminants,0.06966,0.40725523973586
 2001,Dominica,Cereals,0.06966,0.101263278782659
 2001,Dominica,Monogastrics,0.06966,0.234697100200976
-2001,Dominica,Oilcrops,0.06966,0.158469710020098
-2001,Dominica,Pulses,0.06966,0.00650301464254953
+2001,Dominica,FruitVeg,0.06966,0.461068044788975
+2001,Dominica,OilcropsPulses,0.06966,0.164972724662647
 2001,Dominica,Starchy Roots,0.06966,0.102311225954637
+2001,Dominica,Sugar,0.06966,0.0425638817111685
 2002,Dominica,Ruminants,0.069806,0.423982179182305
 2002,Dominica,Cereals,0.069806,0.0972695756811735
 2002,Dominica,Monogastrics,0.069806,0.237479586281981
-2002,Dominica,Oilcrops,0.069806,0.165573159900295
-2002,Dominica,Pulses,0.069806,0.00520012606366215
+2002,Dominica,FruitVeg,0.069806,0.41218519898003
+2002,Dominica,OilcropsPulses,0.069806,0.170773285963957
 2002,Dominica,Starchy Roots,0.069806,0.101366644701029
+2002,Dominica,Sugar,0.069806,0.0424462080623442
 2003,Dominica,Ruminants,0.070058,0.385868851523024
 2003,Dominica,Cereals,0.070058,0.0982899882954124
 2003,Dominica,Monogastrics,0.070058,0.224536812355477
-2003,Dominica,Oilcrops,0.070058,0.0874561077963973
-2003,Dominica,Pulses,0.070058,0.00512432555882269
+2003,Dominica,FruitVeg,0.070058,0.465913957007051
+2003,Dominica,OilcropsPulses,0.070058,0.09258043335522
 2003,Dominica,Starchy Roots,0.070058,0.109066773245026
+2003,Dominica,Sugar,0.070058,0.0429786748122984
 2004,Dominica,Ruminants,0.070325,0.39525346605048
 2004,Dominica,Cereals,0.070325,0.0999217916814788
 2004,Dominica,Monogastrics,0.070325,0.255717028083896
-2004,Dominica,Oilcrops,0.070325,0.0875648773551369
-2004,Dominica,Pulses,0.070325,0.00483469605403484
+2004,Dominica,FruitVeg,0.070325,0.469932456452186
+2004,Dominica,OilcropsPulses,0.070325,0.0923995734091717
 2004,Dominica,Starchy Roots,0.070325,0.106704585851404
+2004,Dominica,Sugar,0.070325,0.0450337717739069
 2005,Dominica,Ruminants,0.070542,0.406027614754331
 2005,Dominica,Cereals,0.070542,0.101216296674322
 2005,Dominica,Monogastrics,0.070542,0.246266054265544
-2005,Dominica,Oilcrops,0.070542,0.0832978934535454
-2005,Dominica,Pulses,0.070542,0.00578378838138981
+2005,Dominica,FruitVeg,0.070542,0.429233648039466
+2005,Dominica,OilcropsPulses,0.070542,0.0890816818349352
 2005,Dominica,Starchy Roots,0.070542,0.10938164497746
+2005,Dominica,Sugar,0.070542,0.0443849054464007
 2006,Dominica,Ruminants,0.07069,0.433238081765455
 2006,Dominica,Cereals,0.07069,0.100679021077946
 2006,Dominica,Monogastrics,0.07069,0.226747771962088
-2006,Dominica,Oilcrops,0.07069,0.0880463997736596
-2006,Dominica,Pulses,0.07069,0.00472485500070731
+2006,Dominica,FruitVeg,0.07069,0.441703211203848
+2006,Dominica,OilcropsPulses,0.07069,0.0927712547743669
 2006,Dominica,Starchy Roots,0.07069,0.097071721601358
+2006,Dominica,Sugar,0.07069,0.0459612392134673
 2007,Dominica,Ruminants,0.070795,0.461408291546013
 2007,Dominica,Cereals,0.070795,0.105953810297337
 2007,Dominica,Monogastrics,0.070795,0.227151635002472
-2007,Dominica,Oilcrops,0.070795,0.087746309767639
-2007,Dominica,Pulses,0.070795,0.00560774065965111
+2007,Dominica,FruitVeg,0.070795,0.44630270499329
+2007,Dominica,OilcropsPulses,0.070795,0.09335405042729
 2007,Dominica,Starchy Roots,0.070795,0.111971184405678
+2007,Dominica,Sugar,0.070795,0.0462603291192881
 2008,Dominica,Ruminants,0.070881,0.441075887755534
 2008,Dominica,Cereals,0.070881,0.104188710655888
 2008,Dominica,Monogastrics,0.070881,0.248989150830265
-2008,Dominica,Oilcrops,0.070881,0.0876962796800271
-2008,Dominica,Pulses,0.070881,0.00529055741312905
+2008,Dominica,FruitVeg,0.070881,0.421565722831224
+2008,Dominica,OilcropsPulses,0.070881,0.0929868370931561
 2008,Dominica,Starchy Roots,0.070881,0.0996458853571479
+2008,Dominica,Sugar,0.070881,0.0459502546521635
 2009,Dominica,Ruminants,0.070995,0.43163462215649
 2009,Dominica,Cereals,0.070995,0.106753996760335
 2009,Dominica,Monogastrics,0.070995,0.232358616804
-2009,Dominica,Oilcrops,0.070995,0.0871751531798014
-2009,Dominica,Pulses,0.070995,0.0064229875343334
+2009,Dominica,FruitVeg,0.070995,0.453384041129657
+2009,Dominica,OilcropsPulses,0.070995,0.0935981407141348
 2009,Dominica,Starchy Roots,0.070995,0.122966406084936
+2009,Dominica,Sugar,0.070995,0.044735544756673
 2010,Dominica,Ruminants,0.071167,0.421133390475923
 2010,Dominica,Cereals,0.071167,0.0929363328509
 2010,Dominica,Monogastrics,0.071167,0.227058889653913
-2010,Dominica,Oilcrops,0.071167,0.0868520522152121
-2010,Dominica,Pulses,0.071167,0.00437000295080585
+2010,Dominica,FruitVeg,0.071167,0.409599955035339
+2010,Dominica,OilcropsPulses,0.071167,0.091222055166018
 2010,Dominica,Starchy Roots,0.071167,0.136467744881757
+2010,Dominica,Sugar,0.071167,0.0443323450475642
 2011,Dominica,Ruminants,0.071402,0.417809024957284
 2011,Dominica,Cereals,0.071402,0.099212907201479
 2011,Dominica,Monogastrics,0.071402,0.186353323436318
-2011,Dominica,Oilcrops,0.071402,0.0868883224559536
-2011,Dominica,Pulses,0.071402,0.00400549004229573
+2011,Dominica,FruitVeg,0.071402,0.402257639842021
+2011,Dominica,OilcropsPulses,0.071402,0.0908938124982494
 2011,Dominica,Starchy Roots,0.071402,0.129268087728635
+2011,Dominica,Sugar,0.071402,0.0425058121621243
 1961,Dominican Republic,Ruminants,3.406299,0.223158066863772
 1961,Dominican Republic,Cereals,3.406299,0.0594689426853015
 1961,Dominican Republic,Monogastrics,3.406299,0.0430005997711886
-1961,Dominican Republic,Oilcrops,3.406299,0.0158353685334141
-1961,Dominican Republic,Pulses,3.406299,0.0120846701948361
+1961,Dominican Republic,FruitVeg,3.406299,0.258366631936891
+1961,Dominican Republic,OilcropsPulses,3.406299,0.0279200387282502
 1961,Dominican Republic,Starchy Roots,3.406299,0.0679752423377983
+1961,Dominican Republic,Sugar,3.406299,0.0232454637716771
 1962,Dominican Republic,Ruminants,3.521276,0.233947239580198
 1962,Dominican Republic,Cereals,3.521276,0.0592799314793842
 1962,Dominican Republic,Monogastrics,3.521276,0.0444344606898181
-1962,Dominican Republic,Oilcrops,3.521276,0.0199251634918706
-1962,Dominican Republic,Pulses,3.521276,0.0118579174140283
+1962,Dominican Republic,FruitVeg,3.521276,0.253076157620135
+1962,Dominican Republic,OilcropsPulses,3.521276,0.0317830809058989
 1962,Dominican Republic,Starchy Roots,3.521276,0.071562126910813
+1962,Dominican Republic,Sugar,3.521276,0.0323524767726245
 1963,Dominican Republic,Ruminants,3.638628,0.231902959027414
 1963,Dominican Republic,Cereals,3.638628,0.0662167168504172
 1963,Dominican Republic,Monogastrics,3.638628,0.0446045597406495
-1963,Dominican Republic,Oilcrops,3.638628,0.0154539018553147
-1963,Dominican Republic,Pulses,3.638628,0.0124634889854088
+1963,Dominican Republic,FruitVeg,3.638628,0.251265312090161
+1963,Dominican Republic,OilcropsPulses,3.638628,0.0279173908407235
 1963,Dominican Republic,Starchy Roots,3.638628,0.0666553437174671
+1963,Dominican Republic,Sugar,3.638628,0.0321662450791892
 1964,Dominican Republic,Ruminants,3.757962,0.240241625647093
 1964,Dominican Republic,Cereals,3.757962,0.066113228393475
 1964,Dominican Republic,Monogastrics,3.757962,0.0434360964799538
-1964,Dominican Republic,Oilcrops,3.757962,0.0154072872477156
-1964,Dominican Republic,Pulses,3.757962,0.0122984213251757
+1964,Dominican Republic,FruitVeg,3.757962,0.253862865031632
+1964,Dominican Republic,OilcropsPulses,3.757962,0.0277057085728914
 1964,Dominican Republic,Starchy Roots,3.757962,0.0688700417939298
+1964,Dominican Republic,Sugar,3.757962,0.0297022694747845
 1965,Dominican Republic,Ruminants,3.878952,0.20999617938041
 1965,Dominican Republic,Cereals,3.878952,0.0656481441379012
 1965,Dominican Republic,Monogastrics,3.878952,0.0418211156002962
-1965,Dominican Republic,Oilcrops,3.878952,0.0162961542189746
-1965,Dominican Republic,Pulses,3.878952,0.0140602410135521
+1965,Dominican Republic,FruitVeg,3.878952,0.249990203539513
+1965,Dominican Republic,OilcropsPulses,3.878952,0.0303563952325267
 1965,Dominican Republic,Starchy Roots,3.878952,0.0660314951048634
+1965,Dominican Republic,Sugar,3.878952,0.0263638219807824
 1966,Dominican Republic,Ruminants,4.001377,0.219855914601398
 1966,Dominican Republic,Cereals,4.001377,0.0658468322280055
 1966,Dominican Republic,Monogastrics,4.001377,0.0439275529399004
-1966,Dominican Republic,Oilcrops,4.001377,0.0225607334675038
-1966,Dominican Republic,Pulses,4.001377,0.0134363745280687
+1966,Dominican Republic,FruitVeg,4.001377,0.254123517978936
+1966,Dominican Republic,OilcropsPulses,4.001377,0.0359971079955725
 1966,Dominican Republic,Starchy Roots,4.001377,0.0652577850075112
+1966,Dominican Republic,Sugar,4.001377,0.0285406748726751
 1967,Dominican Republic,Ruminants,4.125107,0.210606827895616
 1967,Dominican Republic,Cereals,4.125107,0.0693812305959579
 1967,Dominican Republic,Monogastrics,4.125107,0.0431564563052546
-1967,Dominican Republic,Oilcrops,4.125107,0.0230408568795912
-1967,Dominican Republic,Pulses,4.125107,0.0127856077430234
+1967,Dominican Republic,FruitVeg,4.125107,0.229959853162597
+1967,Dominican Republic,OilcropsPulses,4.125107,0.0358264646226146
 1967,Dominican Republic,Starchy Roots,4.125107,0.0625052877416271
+1967,Dominican Republic,Sugar,4.125107,0.0268797876030852
 1968,Dominican Republic,Ruminants,4.250026,0.218525980782235
 1968,Dominican Republic,Cereals,4.250026,0.0716077972228876
 1968,Dominican Republic,Monogastrics,4.250026,0.0444359634505765
-1968,Dominican Republic,Oilcrops,4.250026,0.0223088046990771
-1968,Dominican Republic,Pulses,4.250026,0.0113192248706243
+1968,Dominican Republic,FruitVeg,4.250026,0.228809659046792
+1968,Dominican Republic,OilcropsPulses,4.250026,0.0336280295697015
 1968,Dominican Republic,Starchy Roots,4.250026,0.0619946795619603
+1968,Dominican Republic,Sugar,4.250026,0.0319442751644343
 1969,Dominican Republic,Ruminants,4.376056,0.223924785240408
 1969,Dominican Republic,Cereals,4.376056,0.0710589626823788
 1969,Dominican Republic,Monogastrics,4.376056,0.0434495125290901
-1969,Dominican Republic,Oilcrops,4.376056,0.0242218106898084
-1969,Dominican Republic,Pulses,4.376056,0.0132747387144954
+1969,Dominican Republic,FruitVeg,4.376056,0.249514402923546
+1969,Dominican Republic,OilcropsPulses,4.376056,0.0374965494043038
 1969,Dominican Republic,Starchy Roots,4.376056,0.063546718780564
+1969,Dominican Republic,Sugar,4.376056,0.0306584285027431
 1970,Dominican Republic,Ruminants,4.503114,0.22402057776019
 1970,Dominican Republic,Cereals,4.503114,0.0721416335451423
 1970,Dominican Republic,Monogastrics,4.503114,0.0452312777335861
-1970,Dominican Republic,Oilcrops,4.503114,0.0233527288005589
-1970,Dominican Republic,Pulses,4.503114,0.012846443594366
+1970,Dominican Republic,FruitVeg,4.503114,0.249324356434236
+1970,Dominican Republic,OilcropsPulses,4.503114,0.0361991723949249
 1970,Dominican Republic,Starchy Roots,4.503114,0.0624738791867139
+1970,Dominican Republic,Sugar,4.503114,0.0279331147290519
 1971,Dominican Republic,Ruminants,4.631114,0.235207209323718
 1971,Dominican Republic,Cereals,4.631114,0.0730435484853104
 1971,Dominican Republic,Monogastrics,4.631114,0.0492878387359931
-1971,Dominican Republic,Oilcrops,4.631114,0.0230169242216883
-1971,Dominican Republic,Pulses,4.631114,0.0129295024911933
+1971,Dominican Republic,FruitVeg,4.631114,0.248153899903997
+1971,Dominican Republic,OilcropsPulses,4.631114,0.0359464267128816
 1971,Dominican Republic,Starchy Roots,4.631114,0.0642264474595097
+1971,Dominican Republic,Sugar,4.631114,0.0297867856416404
 1972,Dominican Republic,Ruminants,4.759935,0.228436837897997
 1972,Dominican Republic,Cereals,4.759935,0.0771119773694389
 1972,Dominican Republic,Monogastrics,4.759935,0.0515364390480122
-1972,Dominican Republic,Oilcrops,4.759935,0.0235652377605997
-1972,Dominican Republic,Pulses,4.759935,0.0122377721544517
+1972,Dominican Republic,FruitVeg,4.759935,0.242429991165846
+1972,Dominican Republic,OilcropsPulses,4.759935,0.0358030099150514
 1972,Dominican Republic,Starchy Roots,4.759935,0.0654149689018863
+1972,Dominican Republic,Sugar,4.759935,0.0308855057894698
 1973,Dominican Republic,Ruminants,4.889437,0.230772520435379
 1973,Dominican Republic,Cereals,4.889437,0.0824773895235791
 1973,Dominican Republic,Monogastrics,4.889437,0.0532891210174096
-1973,Dominican Republic,Oilcrops,4.889437,0.0213881475515484
-1973,Dominican Republic,Pulses,4.889437,0.0138071111254731
+1973,Dominican Republic,FruitVeg,4.889437,0.248418580707758
+1973,Dominican Republic,OilcropsPulses,4.889437,0.0351952586770215
 1973,Dominican Republic,Starchy Roots,4.889437,0.0592898527990032
+1973,Dominican Republic,Sugar,4.889437,0.0351343109646366
 1974,Dominican Republic,Ruminants,5.019471,0.226877374129664
 1974,Dominican Republic,Cereals,5.019471,0.093289511982438
 1974,Dominican Republic,Monogastrics,5.019471,0.0523300961396131
-1974,Dominican Republic,Oilcrops,5.019471,0.0211074035490991
-1974,Dominican Republic,Pulses,5.019471,0.0137259484116952
+1974,Dominican Republic,FruitVeg,5.019471,0.247374275097914
+1974,Dominican Republic,OilcropsPulses,5.019471,0.0348333519607943
 1974,Dominican Republic,Starchy Roots,5.019471,0.0461474924349598
+1974,Dominican Republic,Sugar,5.019471,0.0346253619156282
 1975,Dominican Republic,Ruminants,5.149934,0.224107998277259
 1975,Dominican Republic,Cereals,5.149934,0.0950058777452294
 1975,Dominican Republic,Monogastrics,5.149934,0.0560473008003598
-1975,Dominican Republic,Oilcrops,5.149934,0.0214760033817909
-1975,Dominican Republic,Pulses,5.149934,0.0128021058133949
+1975,Dominican Republic,FruitVeg,5.149934,0.238471988184703
+1975,Dominican Republic,OilcropsPulses,5.149934,0.0342781091951858
 1975,Dominican Republic,Starchy Roots,5.149934,0.049632869081429
+1975,Dominican Republic,Sugar,5.149934,0.0325959517151094
 1976,Dominican Republic,Ruminants,5.280727,0.235291428623369
 1976,Dominican Republic,Cereals,5.280727,0.0959939796168217
 1976,Dominican Republic,Monogastrics,5.280727,0.0576689914097055
-1976,Dominican Republic,Oilcrops,5.280727,0.0207249872981504
-1976,Dominican Republic,Pulses,5.280727,0.0104104984029661
+1976,Dominican Republic,FruitVeg,5.280727,0.252554809214716
+1976,Dominican Republic,OilcropsPulses,5.280727,0.0311354857011165
 1976,Dominican Republic,Starchy Roots,5.280727,0.0438568401661362
+1976,Dominican Republic,Sugar,5.280727,0.0320260827723153
 1977,Dominican Republic,Ruminants,5.411867,0.252618828215845
 1977,Dominican Republic,Cereals,5.411867,0.0980463858405981
 1977,Dominican Republic,Monogastrics,5.411867,0.0588975486648138
-1977,Dominican Republic,Oilcrops,5.411867,0.0213955738380119
-1977,Dominican Republic,Pulses,5.411867,0.00908540435306337
+1977,Dominican Republic,FruitVeg,5.411867,0.234233768124752
+1977,Dominican Republic,OilcropsPulses,5.411867,0.0304809781910753
 1977,Dominican Republic,Starchy Roots,5.411867,0.0550362749121514
+1977,Dominican Republic,Sugar,5.411867,0.0330693640475644
 1978,Dominican Republic,Ruminants,5.54352,0.265731989782665
 1978,Dominican Republic,Cereals,5.54352,0.100139802868935
 1978,Dominican Republic,Monogastrics,5.54352,0.0624868134326204
-1978,Dominican Republic,Oilcrops,5.54352,0.0226908173867867
-1978,Dominican Republic,Pulses,5.54352,0.0100470459202817
+1978,Dominican Republic,FruitVeg,5.54352,0.243597930556758
+1978,Dominican Republic,OilcropsPulses,5.54352,0.0327378633070684
 1978,Dominican Republic,Starchy Roots,5.54352,0.0370811325655901
+1978,Dominican Republic,Sugar,5.54352,0.0335790256010621
 1979,Dominican Republic,Ruminants,5.67593,0.275642123845784
 1979,Dominican Republic,Cereals,5.67593,0.104306430840409
 1979,Dominican Republic,Monogastrics,5.67593,0.066506563682075
-1979,Dominican Republic,Oilcrops,5.67593,0.0167630679025287
-1979,Dominican Republic,Pulses,5.67593,0.0104058718130773
+1979,Dominican Republic,FruitVeg,5.67593,0.222043964601396
+1979,Dominican Republic,OilcropsPulses,5.67593,0.0271689397156061
 1979,Dominican Republic,Starchy Roots,5.67593,0.0308828685343195
+1979,Dominican Republic,Sugar,5.67593,0.0341362560849059
 1980,Dominican Republic,Ruminants,5.809271,0.288511587770651
 1980,Dominican Republic,Cereals,5.809271,0.109153110605444
 1980,Dominican Republic,Monogastrics,5.809271,0.0655210094347466
-1980,Dominican Republic,Oilcrops,5.809271,0.0194731834682872
-1980,Dominican Republic,Pulses,5.809271,0.0109717725339376
+1980,Dominican Republic,FruitVeg,5.809271,0.234451964799026
+1980,Dominican Republic,OilcropsPulses,5.809271,0.0304449560022247
 1980,Dominican Republic,Starchy Roots,5.809271,0.0271939456775213
+1980,Dominican Republic,Sugar,5.809271,0.0365367702763393
 1981,Dominican Republic,Ruminants,5.943591,0.282577485563862
 1981,Dominican Republic,Cereals,5.943591,0.11068779799956
 1981,Dominican Republic,Monogastrics,5.943591,0.0514968139631411
-1981,Dominican Republic,Oilcrops,5.943591,0.0176097244914733
-1981,Dominican Republic,Pulses,5.943591,0.0105367277122534
+1981,Dominican Republic,FruitVeg,5.943591,0.233681119713655
+1981,Dominican Republic,OilcropsPulses,5.943591,0.0281464522037267
 1981,Dominican Republic,Starchy Roots,5.943591,0.0193882789041171
+1981,Dominican Republic,Sugar,5.943591,0.0352063256034946
 1982,Dominican Republic,Ruminants,6.078816,0.285335499544648
 1982,Dominican Republic,Cereals,6.078816,0.110719258487179
 1982,Dominican Republic,Monogastrics,6.078816,0.0461583143822744
-1982,Dominican Republic,Oilcrops,6.078816,0.0179819556966357
-1982,Dominican Republic,Pulses,6.078816,0.0106693474518722
+1982,Dominican Republic,FruitVeg,6.078816,0.224417057532256
+1982,Dominican Republic,OilcropsPulses,6.078816,0.0286513031485079
 1982,Dominican Republic,Starchy Roots,6.078816,0.0137355695582824
+1982,Dominican Republic,Sugar,6.078816,0.0368843208940688
 1983,Dominican Republic,Ruminants,6.214857,0.297626494060925
 1983,Dominican Republic,Cereals,6.214857,0.114169642197721
 1983,Dominican Republic,Monogastrics,6.214857,0.0511451188659691
-1983,Dominican Republic,Oilcrops,6.214857,0.0197996510619633
-1983,Dominican Republic,Pulses,6.214857,0.0108366129743613
+1983,Dominican Republic,FruitVeg,6.214857,0.223973777675013
+1983,Dominican Republic,OilcropsPulses,6.214857,0.0306362640363246
 1983,Dominican Republic,Starchy Roots,6.214857,0.0191011635505049
+1983,Dominican Republic,Sugar,6.214857,0.0388370963322245
 1984,Dominican Republic,Ruminants,6.351572,0.285113071220794
 1984,Dominican Republic,Cereals,6.351572,0.116365523369648
 1984,Dominican Republic,Monogastrics,6.351572,0.0551843386172746
-1984,Dominican Republic,Oilcrops,6.351572,0.0235906953428222
-1984,Dominican Republic,Pulses,6.351572,0.0114245733182274
+1984,Dominican Republic,FruitVeg,6.351572,0.218899825114161
+1984,Dominican Republic,OilcropsPulses,6.351572,0.0350152686610496
 1984,Dominican Republic,Starchy Roots,6.351572,0.022370210083425
+1984,Dominican Republic,Sugar,6.351572,0.0425704061923568
 1985,Dominican Republic,Ruminants,6.488857,0.285546961506472
 1985,Dominican Republic,Cereals,6.488857,0.126260603369746
 1985,Dominican Republic,Monogastrics,6.488857,0.0579095671240713
-1985,Dominican Republic,Oilcrops,6.488857,0.016098366784782
-1985,Dominican Republic,Pulses,6.488857,0.0115325395520351
+1985,Dominican Republic,FruitVeg,6.488857,0.213568737914859
+1985,Dominican Republic,OilcropsPulses,6.488857,0.0276309063368171
 1985,Dominican Republic,Starchy Roots,6.488857,0.0229656779306433
+1985,Dominican Republic,Sugar,6.488857,0.0482408535124137
 1986,Dominican Republic,Ruminants,6.626544,0.259375641359961
 1986,Dominican Republic,Cereals,6.626544,0.119967361568866
 1986,Dominican Republic,Monogastrics,6.626544,0.0599583432932763
-1986,Dominican Republic,Oilcrops,6.626544,0.0212234310977185
-1986,Dominican Republic,Pulses,6.626544,0.0106904896428666
+1986,Dominican Republic,FruitVeg,6.626544,0.232923526954624
+1986,Dominican Republic,OilcropsPulses,6.626544,0.0319139207405851
 1986,Dominican Republic,Starchy Roots,6.626544,0.018961920421867
+1986,Dominican Republic,Sugar,6.626544,0.0469069548168699
 1987,Dominican Republic,Ruminants,6.764623,0.285120575086003
 1987,Dominican Republic,Cereals,6.764623,0.109708109380227
 1987,Dominican Republic,Monogastrics,6.764623,0.0649622750595266
-1987,Dominican Republic,Oilcrops,6.764623,0.0211775290359862
-1987,Dominican Republic,Pulses,6.764623,0.0119381375724856
+1987,Dominican Republic,FruitVeg,6.764623,0.23467856227908
+1987,Dominican Republic,OilcropsPulses,6.764623,0.0331156666084717
 1987,Dominican Republic,Starchy Roots,6.764623,0.0208441771256136
+1987,Dominican Republic,Sugar,6.764623,0.0424452330898559
 1988,Dominican Republic,Ruminants,6.903314,0.310768842327033
 1988,Dominican Republic,Cereals,6.903314,0.110754197187032
 1988,Dominican Republic,Monogastrics,6.903314,0.0712966265187995
-1988,Dominican Republic,Oilcrops,6.903314,0.025778922992638
-1988,Dominican Republic,Pulses,6.903314,0.0119671508495775
+1988,Dominican Republic,FruitVeg,6.903314,0.222264263221983
+1988,Dominican Republic,OilcropsPulses,6.903314,0.0377460738422155
 1988,Dominican Republic,Starchy Roots,6.903314,0.0265282732322476
+1988,Dominican Republic,Sugar,6.903314,0.0357706458086652
 1989,Dominican Republic,Ruminants,7.04294,0.321905567845246
 1989,Dominican Republic,Cereals,7.04294,0.107948385191412
 1989,Dominican Republic,Monogastrics,7.04294,0.0781222614419546
-1989,Dominican Republic,Oilcrops,7.04294,0.0246567484601601
-1989,Dominican Republic,Pulses,7.04294,0.0132241649084047
+1989,Dominican Republic,FruitVeg,7.04294,0.222630463982371
+1989,Dominican Republic,OilcropsPulses,7.04294,0.0378809133685648
 1989,Dominican Republic,Starchy Roots,7.04294,0.0260286187302462
+1989,Dominican Republic,Sugar,7.04294,0.0380419256730854
 1990,Dominican Republic,Ruminants,7.183646,0.315482792442723
 1990,Dominican Republic,Cereals,7.183646,0.101219492163172
 1990,Dominican Republic,Monogastrics,7.183646,0.0796116066966552
-1990,Dominican Republic,Oilcrops,7.183646,0.0258111271073213
-1990,Dominican Republic,Pulses,7.183646,0.0129233818036134
+1990,Dominican Republic,FruitVeg,7.183646,0.153333557917525
+1990,Dominican Republic,OilcropsPulses,7.183646,0.0387345089109346
 1990,Dominican Republic,Starchy Roots,7.183646,0.0228047150430297
+1990,Dominican Republic,Sugar,7.183646,0.0327083210948869
 1991,Dominican Republic,Ruminants,7.325622,0.315415100588046
 1991,Dominican Republic,Cereals,7.325622,0.105700239515498
 1991,Dominican Republic,Monogastrics,7.325622,0.0941517867015251
-1991,Dominican Republic,Oilcrops,7.325622,0.025461728710545
-1991,Dominican Republic,Pulses,7.325622,0.0129310521345491
+1991,Dominican Republic,FruitVeg,7.325622,0.160970631572309
+1991,Dominican Republic,OilcropsPulses,7.325622,0.0383927808450941
 1991,Dominican Republic,Starchy Roots,7.325622,0.0252437267442956
+1991,Dominican Republic,Sugar,7.325622,0.0365573053045871
 1992,Dominican Republic,Ruminants,7.468551,0.322024593525571
 1992,Dominican Republic,Cereals,7.468551,0.103757074163382
 1992,Dominican Republic,Monogastrics,7.468551,0.1010496011877
-1992,Dominican Republic,Oilcrops,7.468551,0.0250292191885682
-1992,Dominican Republic,Pulses,7.468551,0.00978154932596698
+1992,Dominican Republic,FruitVeg,7.468551,0.148472976886681
+1992,Dominican Republic,OilcropsPulses,7.468551,0.0348107685145351
 1992,Dominican Republic,Starchy Roots,7.468551,0.0283080345839508
+1992,Dominican Republic,Sugar,7.468551,0.0402408713550995
 1993,Dominican Republic,Ruminants,7.611463,0.331614973363202
 1993,Dominican Republic,Cereals,7.611463,0.104767769349992
 1993,Dominican Republic,Monogastrics,7.611463,0.109937366837361
-1993,Dominican Republic,Oilcrops,7.611463,0.0241799769636928
-1993,Dominican Republic,Pulses,7.611463,0.00995406533540267
+1993,Dominican Republic,FruitVeg,7.611463,0.16188201926489
+1993,Dominican Republic,OilcropsPulses,7.611463,0.0341340422990955
 1993,Dominican Republic,Starchy Roots,7.611463,0.0180828573954836
+1993,Dominican Republic,Sugar,7.611463,0.0421838745061232
 1994,Dominican Republic,Ruminants,7.753052,0.318004535504212
 1994,Dominican Republic,Cereals,7.753052,0.111364788988904
 1994,Dominican Republic,Monogastrics,7.753052,0.112052234397499
-1994,Dominican Republic,Oilcrops,7.753052,0.025191756743022
-1994,Dominican Republic,Pulses,7.753052,0.0088467096570486
+1994,Dominican Republic,FruitVeg,7.753052,0.153751322704917
+1994,Dominican Republic,OilcropsPulses,7.753052,0.0340384664000706
 1994,Dominican Republic,Starchy Roots,7.753052,0.0197386783940054
+1994,Dominican Republic,Sugar,7.753052,0.0434350240395653
 1995,Dominican Republic,Ruminants,7.89242,0.320457058798189
 1995,Dominican Republic,Cereals,7.89242,0.10967244520692
 1995,Dominican Republic,Monogastrics,7.89242,0.117492834897281
-1995,Dominican Republic,Oilcrops,7.89242,0.0242736701797421
-1995,Dominican Republic,Pulses,7.89242,0.00892172489553268
+1995,Dominican Republic,FruitVeg,7.89242,0.144710367669232
+1995,Dominican Republic,OilcropsPulses,7.89242,0.0331953950752748
 1995,Dominican Republic,Starchy Roots,7.89242,0.0271392044518665
+1995,Dominican Republic,Sugar,7.89242,0.0402265718246115
 1996,Dominican Republic,Ruminants,8.029114,0.324865719928749
 1996,Dominican Republic,Cereals,8.029114,0.102748572258409
 1996,Dominican Republic,Monogastrics,8.029114,0.12184219827991
-1996,Dominican Republic,Oilcrops,8.029114,0.0249033704092382
-1996,Dominican Republic,Pulses,8.029114,0.00765414465406768
+1996,Dominican Republic,FruitVeg,8.029114,0.152017022052495
+1996,Dominican Republic,OilcropsPulses,8.029114,0.0325575150633059
 1996,Dominican Republic,Starchy Roots,8.029114,0.0239544487723054
+1996,Dominican Republic,Sugar,8.029114,0.03984374863777
 1997,Dominican Republic,Ruminants,8.163474,0.315718553155189
 1997,Dominican Republic,Cereals,8.163474,0.101246969121234
 1997,Dominican Republic,Monogastrics,8.163474,0.126392930264738
-1997,Dominican Republic,Oilcrops,8.163474,0.022306434735996
-1997,Dominican Republic,Pulses,8.163474,0.00623692805293433
+1997,Dominican Republic,FruitVeg,8.163474,0.165364402459051
+1997,Dominican Republic,OilcropsPulses,8.163474,0.0285433627889303
 1997,Dominican Republic,Starchy Roots,8.163474,0.0191532428473466
+1997,Dominican Republic,Sugar,8.163474,0.0384365773688996
 1998,Dominican Republic,Ruminants,8.296375,0.316164216299287
 1998,Dominican Republic,Cereals,8.296375,0.1027177532356
 1998,Dominican Republic,Monogastrics,8.296375,0.138835949435748
-1998,Dominican Republic,Oilcrops,8.296375,0.0255591146735773
-1998,Dominican Republic,Pulses,8.296375,0.00597670669418873
+1998,Dominican Republic,FruitVeg,8.296375,0.150488134878185
+1998,Dominican Republic,OilcropsPulses,8.296375,0.031535821367766
 1998,Dominican Republic,Starchy Roots,8.296375,0.0220020189540613
+1998,Dominican Republic,Sugar,8.296375,0.0360068102032514
 1999,Dominican Republic,Ruminants,8.429116,0.260022818525691
 1999,Dominican Republic,Cereals,8.429116,0.0972292942700041
 1999,Dominican Republic,Monogastrics,8.429116,0.132286066534142
-1999,Dominican Republic,Oilcrops,8.429116,0.0257214398283284
-1999,Dominican Republic,Pulses,8.429116,0.00705827277735886
+1999,Dominican Republic,FruitVeg,8.429116,0.158635852205617
+1999,Dominican Republic,OilcropsPulses,8.429116,0.0327797126056872
 1999,Dominican Republic,Starchy Roots,8.429116,0.0262262377217255
+1999,Dominican Republic,Sugar,8.429116,0.0366575807000402
 2000,Dominican Republic,Ruminants,8.562623,0.264906781485066
 2000,Dominican Republic,Cereals,8.562623,0.110456807452576
 2000,Dominican Republic,Monogastrics,8.562623,0.140697669394063
-2000,Dominican Republic,Oilcrops,8.562623,0.0298544032593751
-2000,Dominican Republic,Pulses,8.562623,0.00534497431452955
+2000,Dominican Republic,FruitVeg,8.562623,0.163599868871957
+2000,Dominican Republic,OilcropsPulses,8.562623,0.0351993775739046
 2000,Dominican Republic,Starchy Roots,8.562623,0.0221072444740356
+2000,Dominican Republic,Sugar,8.562623,0.0353599592087611
 2001,Dominican Republic,Ruminants,8.697127,0.263375215746533
 2001,Dominican Republic,Cereals,8.697127,0.103044258178592
 2001,Dominican Republic,Monogastrics,8.697127,0.138943584473355
-2001,Dominican Republic,Oilcrops,8.697127,0.0265984387717921
-2001,Dominican Republic,Pulses,8.697127,0.00802586877252684
+2001,Dominican Republic,FruitVeg,8.697127,0.200181048293304
+2001,Dominican Republic,OilcropsPulses,8.697127,0.0346243075443189
 2001,Dominican Republic,Starchy Roots,8.697127,0.0244587666708788
+2001,Dominican Republic,Sugar,8.697127,0.0410229722987833
 2002,Dominican Republic,Ruminants,8.832286,0.272503551175766
 2002,Dominican Republic,Cereals,8.832286,0.102917523277666
 2002,Dominican Republic,Monogastrics,8.832286,0.133383316618144
-2002,Dominican Republic,Oilcrops,8.832286,0.0266429325318496
-2002,Dominican Republic,Pulses,8.832286,0.00803359402084579
+2002,Dominican Republic,FruitVeg,8.832286,0.205442056563839
+2002,Dominican Republic,OilcropsPulses,8.832286,0.0346765265526954
 2002,Dominican Republic,Starchy Roots,8.832286,0.0263438027255911
+2002,Dominican Republic,Sugar,8.832286,0.0408715252200846
 2003,Dominican Republic,Ruminants,8.967759,0.247264929844792
 2003,Dominican Republic,Cereals,8.967759,0.0864237096469698
 2003,Dominican Republic,Monogastrics,8.967759,0.117760512966506
-2003,Dominican Republic,Oilcrops,8.967759,0.0254483868266308
-2003,Dominican Republic,Pulses,8.967759,0.00940324109958798
+2003,Dominican Republic,FruitVeg,8.967759,0.221887430293343
+2003,Dominican Republic,OilcropsPulses,8.967759,0.0348516279262188
 2003,Dominican Republic,Starchy Roots,8.967759,0.0279603856437266
+2003,Dominican Republic,Sugar,8.967759,0.0388040088945298
 2004,Dominican Republic,Ruminants,9.102997,0.239966101274119
 2004,Dominican Republic,Cereals,9.102997,0.0977534102230287
 2004,Dominican Republic,Monogastrics,9.102997,0.136415479429467
-2004,Dominican Republic,Oilcrops,9.102997,0.0266349642870365
-2004,Dominican Republic,Pulses,9.102997,0.00819828898109051
+2004,Dominican Republic,FruitVeg,9.102997,0.196172425411104
+2004,Dominican Republic,OilcropsPulses,9.102997,0.034833253268127
 2004,Dominican Republic,Starchy Roots,9.102997,0.0216288108191181
+2004,Dominican Republic,Sugar,9.102997,0.0387680013516428
 2005,Dominican Republic,Ruminants,9.237565,0.256655579690102
 2005,Dominican Republic,Cereals,9.237565,0.109668619381839
 2005,Dominican Republic,Monogastrics,9.237565,0.17978447783588
-2005,Dominican Republic,Oilcrops,9.237565,0.0245734671420445
-2005,Dominican Republic,Pulses,9.237565,0.00874559475359578
+2005,Dominican Republic,FruitVeg,9.237565,0.203926034620595
+2005,Dominican Republic,OilcropsPulses,9.237565,0.0333190618956402
 2005,Dominican Republic,Starchy Roots,9.237565,0.0215608767028974
+2005,Dominican Republic,Sugar,9.237565,0.0393081943131117
 2006,Dominican Republic,Ruminants,9.371333,0.319821683852233
 2006,Dominican Republic,Cereals,9.371333,0.114066269974613
 2006,Dominican Republic,Monogastrics,9.371333,0.198994838834561
-2006,Dominican Republic,Oilcrops,9.371333,0.017319627848034
-2006,Dominican Republic,Pulses,9.371333,0.00902518350377689
+2006,Dominican Republic,FruitVeg,9.371333,0.20089191153489
+2006,Dominican Republic,OilcropsPulses,9.371333,0.0263448113518109
 2006,Dominican Republic,Starchy Roots,9.371333,0.0233511070410154
+2006,Dominican Republic,Sugar,9.371333,0.0373800610862937
 2007,Dominican Republic,Ruminants,9.504336,0.335913124283485
 2007,Dominican Republic,Cereals,9.504336,0.111357174241315
 2007,Dominican Republic,Monogastrics,9.504336,0.197292982908012
-2007,Dominican Republic,Oilcrops,9.504336,0.0182103200055217
-2007,Dominican Republic,Pulses,9.504336,0.00880061479307971
+2007,Dominican Republic,FruitVeg,9.504336,0.204910264115242
+2007,Dominican Republic,OilcropsPulses,9.504336,0.0270109347986014
 2007,Dominican Republic,Starchy Roots,9.504336,0.0246103462672195
+2007,Dominican Republic,Sugar,9.504336,0.0381948828408423
 2008,Dominican Republic,Ruminants,9.636491,0.333582504253882
 2008,Dominican Republic,Cereals,9.636491,0.111549733196451
 2008,Dominican Republic,Monogastrics,9.636491,0.188000985005849
-2008,Dominican Republic,Oilcrops,9.636491,0.0183725590570261
-2008,Dominican Republic,Pulses,9.636491,0.00806735563806369
+2008,Dominican Republic,FruitVeg,9.636491,0.1706151129078
+2008,Dominican Republic,OilcropsPulses,9.636491,0.0264399146950897
 2008,Dominican Republic,Starchy Roots,9.636491,0.0202674396728021
+2008,Dominican Republic,Sugar,9.636491,0.0377215108694648
 2009,Dominican Republic,Ruminants,9.767737,0.332622970909229
 2009,Dominican Republic,Cereals,9.767737,0.110125405710657
 2009,Dominican Republic,Monogastrics,9.767737,0.195867876049488
-2009,Dominican Republic,Oilcrops,9.767737,0.0184930245357753
-2009,Dominican Republic,Pulses,9.767737,0.00910702243518637
+2009,Dominican Republic,FruitVeg,9.767737,0.230086047566596
+2009,Dominican Republic,OilcropsPulses,9.767737,0.0276000469709616
 2009,Dominican Republic,Starchy Roots,9.767737,0.0272629166817247
+2009,Dominican Republic,Sugar,9.767737,0.0348788056025669
 2010,Dominican Republic,Ruminants,9.897983,0.356075252907587
 2010,Dominican Republic,Cereals,9.897983,0.122112252567013
 2010,Dominican Republic,Monogastrics,9.897983,0.206084643709734
-2010,Dominican Republic,Oilcrops,9.897983,0.021828689744163
-2010,Dominican Republic,Pulses,9.897983,0.00973087143107843
+2010,Dominican Republic,FruitVeg,9.897983,0.269441663013565
+2010,Dominican Republic,OilcropsPulses,9.897983,0.0315595611752415
 2010,Dominican Republic,Starchy Roots,9.897983,0.0330650194084997
+2010,Dominican Republic,Sugar,9.897983,0.0328144633103532
 2011,Dominican Republic,Ruminants,10.02714,0.321716471496359
 2011,Dominican Republic,Cereals,10.02714,0.123494236641754
 2011,Dominican Republic,Monogastrics,10.02714,0.188225835083583
-2011,Dominican Republic,Oilcrops,10.02714,0.0229216905318964
-2011,Dominican Republic,Pulses,10.02714,0.0115954300029719
+2011,Dominican Republic,FruitVeg,10.02714,0.256732527919227
+2011,Dominican Republic,OilcropsPulses,10.02714,0.0345171205348684
 2011,Dominican Republic,Starchy Roots,10.02714,0.0301101809688505
+2011,Dominican Republic,Sugar,10.02714,0.0319228613542845
 2012,Dominican Republic,Ruminants,10.155036,0.305879860987199
 2012,Dominican Republic,Cereals,10.155036,0.124387052886863
 2012,Dominican Republic,Monogastrics,10.155036,0.159509006171913
-2012,Dominican Republic,Oilcrops,10.155036,0.0235503842625472
-2012,Dominican Republic,Pulses,10.155036,0.0111753419682609
+2012,Dominican Republic,FruitVeg,10.155036,0.299975401367361
+2012,Dominican Republic,OilcropsPulses,10.155036,0.034725726230808
 2012,Dominican Republic,Starchy Roots,10.155036,0.0289244666390154
+2012,Dominican Republic,Sugar,10.155036,0.0333404037169341
 2013,Dominican Republic,Ruminants,10.281408,0.321195170933786
 2013,Dominican Republic,Cereals,10.281408,0.123661272852901
 2013,Dominican Republic,Monogastrics,10.281408,0.170376654637186
-2013,Dominican Republic,Oilcrops,10.281408,0.0279867310002677
-2013,Dominican Republic,Pulses,10.281408,0.0117317589186228
+2013,Dominican Republic,FruitVeg,10.281408,0.314187317534719
+2013,Dominican Republic,OilcropsPulses,10.281408,0.0397184899188905
 2013,Dominican Republic,Starchy Roots,10.281408,0.0297625578130933
+2013,Dominican Republic,Sugar,10.281408,0.034795137008472
 1961,Eastern Africa,Ruminants,NA,NA
 1961,Eastern Africa,Cereals,NA,NA
 1961,Eastern Africa,Monogastrics,NA,NA
-1961,Eastern Africa,Oilcrops,NA,NA
-1961,Eastern Africa,Pulses,NA,NA
+1961,Eastern Africa,FruitVeg,NA,NA
+1961,Eastern Africa,OilcropsPulses,NA,NA
 1961,Eastern Africa,Starchy Roots,NA,NA
+1961,Eastern Africa,Sugar,NA,NA
 1962,Eastern Africa,Ruminants,NA,NA
 1962,Eastern Africa,Cereals,NA,NA
 1962,Eastern Africa,Monogastrics,NA,NA
-1962,Eastern Africa,Oilcrops,NA,NA
-1962,Eastern Africa,Pulses,NA,NA
+1962,Eastern Africa,FruitVeg,NA,NA
+1962,Eastern Africa,OilcropsPulses,NA,NA
 1962,Eastern Africa,Starchy Roots,NA,NA
+1962,Eastern Africa,Sugar,NA,NA
 1963,Eastern Africa,Ruminants,NA,NA
 1963,Eastern Africa,Cereals,NA,NA
 1963,Eastern Africa,Monogastrics,NA,NA
-1963,Eastern Africa,Oilcrops,NA,NA
-1963,Eastern Africa,Pulses,NA,NA
+1963,Eastern Africa,FruitVeg,NA,NA
+1963,Eastern Africa,OilcropsPulses,NA,NA
 1963,Eastern Africa,Starchy Roots,NA,NA
+1963,Eastern Africa,Sugar,NA,NA
 1964,Eastern Africa,Ruminants,NA,NA
 1964,Eastern Africa,Cereals,NA,NA
 1964,Eastern Africa,Monogastrics,NA,NA
-1964,Eastern Africa,Oilcrops,NA,NA
-1964,Eastern Africa,Pulses,NA,NA
+1964,Eastern Africa,FruitVeg,NA,NA
+1964,Eastern Africa,OilcropsPulses,NA,NA
 1964,Eastern Africa,Starchy Roots,NA,NA
+1964,Eastern Africa,Sugar,NA,NA
 1965,Eastern Africa,Ruminants,NA,NA
 1965,Eastern Africa,Cereals,NA,NA
 1965,Eastern Africa,Monogastrics,NA,NA
-1965,Eastern Africa,Oilcrops,NA,NA
-1965,Eastern Africa,Pulses,NA,NA
+1965,Eastern Africa,FruitVeg,NA,NA
+1965,Eastern Africa,OilcropsPulses,NA,NA
 1965,Eastern Africa,Starchy Roots,NA,NA
+1965,Eastern Africa,Sugar,NA,NA
 1966,Eastern Africa,Ruminants,NA,NA
 1966,Eastern Africa,Cereals,NA,NA
 1966,Eastern Africa,Monogastrics,NA,NA
-1966,Eastern Africa,Oilcrops,NA,NA
-1966,Eastern Africa,Pulses,NA,NA
+1966,Eastern Africa,FruitVeg,NA,NA
+1966,Eastern Africa,OilcropsPulses,NA,NA
 1966,Eastern Africa,Starchy Roots,NA,NA
+1966,Eastern Africa,Sugar,NA,NA
 1967,Eastern Africa,Ruminants,NA,NA
 1967,Eastern Africa,Cereals,NA,NA
 1967,Eastern Africa,Monogastrics,NA,NA
-1967,Eastern Africa,Oilcrops,NA,NA
-1967,Eastern Africa,Pulses,NA,NA
+1967,Eastern Africa,FruitVeg,NA,NA
+1967,Eastern Africa,OilcropsPulses,NA,NA
 1967,Eastern Africa,Starchy Roots,NA,NA
+1967,Eastern Africa,Sugar,NA,NA
 1968,Eastern Africa,Ruminants,NA,NA
 1968,Eastern Africa,Cereals,NA,NA
 1968,Eastern Africa,Monogastrics,NA,NA
-1968,Eastern Africa,Oilcrops,NA,NA
-1968,Eastern Africa,Pulses,NA,NA
+1968,Eastern Africa,FruitVeg,NA,NA
+1968,Eastern Africa,OilcropsPulses,NA,NA
 1968,Eastern Africa,Starchy Roots,NA,NA
+1968,Eastern Africa,Sugar,NA,NA
 1969,Eastern Africa,Ruminants,NA,NA
 1969,Eastern Africa,Cereals,NA,NA
 1969,Eastern Africa,Monogastrics,NA,NA
-1969,Eastern Africa,Oilcrops,NA,NA
-1969,Eastern Africa,Pulses,NA,NA
+1969,Eastern Africa,FruitVeg,NA,NA
+1969,Eastern Africa,OilcropsPulses,NA,NA
 1969,Eastern Africa,Starchy Roots,NA,NA
+1969,Eastern Africa,Sugar,NA,NA
 1970,Eastern Africa,Ruminants,NA,NA
 1970,Eastern Africa,Cereals,NA,NA
 1970,Eastern Africa,Monogastrics,NA,NA
-1970,Eastern Africa,Oilcrops,NA,NA
-1970,Eastern Africa,Pulses,NA,NA
+1970,Eastern Africa,FruitVeg,NA,NA
+1970,Eastern Africa,OilcropsPulses,NA,NA
 1970,Eastern Africa,Starchy Roots,NA,NA
+1970,Eastern Africa,Sugar,NA,NA
 1971,Eastern Africa,Ruminants,NA,NA
 1971,Eastern Africa,Cereals,NA,NA
 1971,Eastern Africa,Monogastrics,NA,NA
-1971,Eastern Africa,Oilcrops,NA,NA
-1971,Eastern Africa,Pulses,NA,NA
+1971,Eastern Africa,FruitVeg,NA,NA
+1971,Eastern Africa,OilcropsPulses,NA,NA
 1971,Eastern Africa,Starchy Roots,NA,NA
+1971,Eastern Africa,Sugar,NA,NA
 1972,Eastern Africa,Ruminants,NA,NA
 1972,Eastern Africa,Cereals,NA,NA
 1972,Eastern Africa,Monogastrics,NA,NA
-1972,Eastern Africa,Oilcrops,NA,NA
-1972,Eastern Africa,Pulses,NA,NA
+1972,Eastern Africa,FruitVeg,NA,NA
+1972,Eastern Africa,OilcropsPulses,NA,NA
 1972,Eastern Africa,Starchy Roots,NA,NA
+1972,Eastern Africa,Sugar,NA,NA
 1973,Eastern Africa,Ruminants,NA,NA
 1973,Eastern Africa,Cereals,NA,NA
 1973,Eastern Africa,Monogastrics,NA,NA
-1973,Eastern Africa,Oilcrops,NA,NA
-1973,Eastern Africa,Pulses,NA,NA
+1973,Eastern Africa,FruitVeg,NA,NA
+1973,Eastern Africa,OilcropsPulses,NA,NA
 1973,Eastern Africa,Starchy Roots,NA,NA
+1973,Eastern Africa,Sugar,NA,NA
 1974,Eastern Africa,Ruminants,NA,NA
 1974,Eastern Africa,Cereals,NA,NA
 1974,Eastern Africa,Monogastrics,NA,NA
-1974,Eastern Africa,Oilcrops,NA,NA
-1974,Eastern Africa,Pulses,NA,NA
+1974,Eastern Africa,FruitVeg,NA,NA
+1974,Eastern Africa,OilcropsPulses,NA,NA
 1974,Eastern Africa,Starchy Roots,NA,NA
+1974,Eastern Africa,Sugar,NA,NA
 1975,Eastern Africa,Ruminants,NA,NA
 1975,Eastern Africa,Cereals,NA,NA
 1975,Eastern Africa,Monogastrics,NA,NA
-1975,Eastern Africa,Oilcrops,NA,NA
-1975,Eastern Africa,Pulses,NA,NA
+1975,Eastern Africa,FruitVeg,NA,NA
+1975,Eastern Africa,OilcropsPulses,NA,NA
 1975,Eastern Africa,Starchy Roots,NA,NA
+1975,Eastern Africa,Sugar,NA,NA
 1976,Eastern Africa,Ruminants,NA,NA
 1976,Eastern Africa,Cereals,NA,NA
 1976,Eastern Africa,Monogastrics,NA,NA
-1976,Eastern Africa,Oilcrops,NA,NA
-1976,Eastern Africa,Pulses,NA,NA
+1976,Eastern Africa,FruitVeg,NA,NA
+1976,Eastern Africa,OilcropsPulses,NA,NA
 1976,Eastern Africa,Starchy Roots,NA,NA
+1976,Eastern Africa,Sugar,NA,NA
 1977,Eastern Africa,Ruminants,NA,NA
 1977,Eastern Africa,Cereals,NA,NA
 1977,Eastern Africa,Monogastrics,NA,NA
-1977,Eastern Africa,Oilcrops,NA,NA
-1977,Eastern Africa,Pulses,NA,NA
+1977,Eastern Africa,FruitVeg,NA,NA
+1977,Eastern Africa,OilcropsPulses,NA,NA
 1977,Eastern Africa,Starchy Roots,NA,NA
+1977,Eastern Africa,Sugar,NA,NA
 1978,Eastern Africa,Ruminants,NA,NA
 1978,Eastern Africa,Cereals,NA,NA
 1978,Eastern Africa,Monogastrics,NA,NA
-1978,Eastern Africa,Oilcrops,NA,NA
-1978,Eastern Africa,Pulses,NA,NA
+1978,Eastern Africa,FruitVeg,NA,NA
+1978,Eastern Africa,OilcropsPulses,NA,NA
 1978,Eastern Africa,Starchy Roots,NA,NA
+1978,Eastern Africa,Sugar,NA,NA
 1979,Eastern Africa,Ruminants,NA,NA
 1979,Eastern Africa,Cereals,NA,NA
 1979,Eastern Africa,Monogastrics,NA,NA
-1979,Eastern Africa,Oilcrops,NA,NA
-1979,Eastern Africa,Pulses,NA,NA
+1979,Eastern Africa,FruitVeg,NA,NA
+1979,Eastern Africa,OilcropsPulses,NA,NA
 1979,Eastern Africa,Starchy Roots,NA,NA
+1979,Eastern Africa,Sugar,NA,NA
 1980,Eastern Africa,Ruminants,NA,NA
 1980,Eastern Africa,Cereals,NA,NA
 1980,Eastern Africa,Monogastrics,NA,NA
-1980,Eastern Africa,Oilcrops,NA,NA
-1980,Eastern Africa,Pulses,NA,NA
+1980,Eastern Africa,FruitVeg,NA,NA
+1980,Eastern Africa,OilcropsPulses,NA,NA
 1980,Eastern Africa,Starchy Roots,NA,NA
+1980,Eastern Africa,Sugar,NA,NA
 1981,Eastern Africa,Ruminants,NA,NA
 1981,Eastern Africa,Cereals,NA,NA
 1981,Eastern Africa,Monogastrics,NA,NA
-1981,Eastern Africa,Oilcrops,NA,NA
-1981,Eastern Africa,Pulses,NA,NA
+1981,Eastern Africa,FruitVeg,NA,NA
+1981,Eastern Africa,OilcropsPulses,NA,NA
 1981,Eastern Africa,Starchy Roots,NA,NA
+1981,Eastern Africa,Sugar,NA,NA
 1982,Eastern Africa,Ruminants,NA,NA
 1982,Eastern Africa,Cereals,NA,NA
 1982,Eastern Africa,Monogastrics,NA,NA
-1982,Eastern Africa,Oilcrops,NA,NA
-1982,Eastern Africa,Pulses,NA,NA
+1982,Eastern Africa,FruitVeg,NA,NA
+1982,Eastern Africa,OilcropsPulses,NA,NA
 1982,Eastern Africa,Starchy Roots,NA,NA
+1982,Eastern Africa,Sugar,NA,NA
 1983,Eastern Africa,Ruminants,NA,NA
 1983,Eastern Africa,Cereals,NA,NA
 1983,Eastern Africa,Monogastrics,NA,NA
-1983,Eastern Africa,Oilcrops,NA,NA
-1983,Eastern Africa,Pulses,NA,NA
+1983,Eastern Africa,FruitVeg,NA,NA
+1983,Eastern Africa,OilcropsPulses,NA,NA
 1983,Eastern Africa,Starchy Roots,NA,NA
+1983,Eastern Africa,Sugar,NA,NA
 1984,Eastern Africa,Ruminants,NA,NA
 1984,Eastern Africa,Cereals,NA,NA
 1984,Eastern Africa,Monogastrics,NA,NA
-1984,Eastern Africa,Oilcrops,NA,NA
-1984,Eastern Africa,Pulses,NA,NA
+1984,Eastern Africa,FruitVeg,NA,NA
+1984,Eastern Africa,OilcropsPulses,NA,NA
 1984,Eastern Africa,Starchy Roots,NA,NA
+1984,Eastern Africa,Sugar,NA,NA
 1985,Eastern Africa,Ruminants,NA,NA
 1985,Eastern Africa,Cereals,NA,NA
 1985,Eastern Africa,Monogastrics,NA,NA
-1985,Eastern Africa,Oilcrops,NA,NA
-1985,Eastern Africa,Pulses,NA,NA
+1985,Eastern Africa,FruitVeg,NA,NA
+1985,Eastern Africa,OilcropsPulses,NA,NA
 1985,Eastern Africa,Starchy Roots,NA,NA
+1985,Eastern Africa,Sugar,NA,NA
 1986,Eastern Africa,Ruminants,NA,NA
 1986,Eastern Africa,Cereals,NA,NA
 1986,Eastern Africa,Monogastrics,NA,NA
-1986,Eastern Africa,Oilcrops,NA,NA
-1986,Eastern Africa,Pulses,NA,NA
+1986,Eastern Africa,FruitVeg,NA,NA
+1986,Eastern Africa,OilcropsPulses,NA,NA
 1986,Eastern Africa,Starchy Roots,NA,NA
+1986,Eastern Africa,Sugar,NA,NA
 1987,Eastern Africa,Ruminants,NA,NA
 1987,Eastern Africa,Cereals,NA,NA
 1987,Eastern Africa,Monogastrics,NA,NA
-1987,Eastern Africa,Oilcrops,NA,NA
-1987,Eastern Africa,Pulses,NA,NA
+1987,Eastern Africa,FruitVeg,NA,NA
+1987,Eastern Africa,OilcropsPulses,NA,NA
 1987,Eastern Africa,Starchy Roots,NA,NA
+1987,Eastern Africa,Sugar,NA,NA
 1988,Eastern Africa,Ruminants,NA,NA
 1988,Eastern Africa,Cereals,NA,NA
 1988,Eastern Africa,Monogastrics,NA,NA
-1988,Eastern Africa,Oilcrops,NA,NA
-1988,Eastern Africa,Pulses,NA,NA
+1988,Eastern Africa,FruitVeg,NA,NA
+1988,Eastern Africa,OilcropsPulses,NA,NA
 1988,Eastern Africa,Starchy Roots,NA,NA
+1988,Eastern Africa,Sugar,NA,NA
 1989,Eastern Africa,Ruminants,NA,NA
 1989,Eastern Africa,Cereals,NA,NA
 1989,Eastern Africa,Monogastrics,NA,NA
-1989,Eastern Africa,Oilcrops,NA,NA
-1989,Eastern Africa,Pulses,NA,NA
+1989,Eastern Africa,FruitVeg,NA,NA
+1989,Eastern Africa,OilcropsPulses,NA,NA
 1989,Eastern Africa,Starchy Roots,NA,NA
+1989,Eastern Africa,Sugar,NA,NA
 1990,Eastern Africa,Ruminants,NA,NA
 1990,Eastern Africa,Cereals,NA,NA
 1990,Eastern Africa,Monogastrics,NA,NA
-1990,Eastern Africa,Oilcrops,NA,NA
-1990,Eastern Africa,Pulses,NA,NA
+1990,Eastern Africa,FruitVeg,NA,NA
+1990,Eastern Africa,OilcropsPulses,NA,NA
 1990,Eastern Africa,Starchy Roots,NA,NA
+1990,Eastern Africa,Sugar,NA,NA
 1991,Eastern Africa,Ruminants,NA,NA
 1991,Eastern Africa,Cereals,NA,NA
 1991,Eastern Africa,Monogastrics,NA,NA
-1991,Eastern Africa,Oilcrops,NA,NA
-1991,Eastern Africa,Pulses,NA,NA
+1991,Eastern Africa,FruitVeg,NA,NA
+1991,Eastern Africa,OilcropsPulses,NA,NA
 1991,Eastern Africa,Starchy Roots,NA,NA
+1991,Eastern Africa,Sugar,NA,NA
 1992,Eastern Africa,Ruminants,NA,NA
 1992,Eastern Africa,Cereals,NA,NA
 1992,Eastern Africa,Monogastrics,NA,NA
-1992,Eastern Africa,Oilcrops,NA,NA
-1992,Eastern Africa,Pulses,NA,NA
+1992,Eastern Africa,FruitVeg,NA,NA
+1992,Eastern Africa,OilcropsPulses,NA,NA
 1992,Eastern Africa,Starchy Roots,NA,NA
+1992,Eastern Africa,Sugar,NA,NA
 1993,Eastern Africa,Ruminants,NA,NA
 1993,Eastern Africa,Cereals,NA,NA
 1993,Eastern Africa,Monogastrics,NA,NA
-1993,Eastern Africa,Oilcrops,NA,NA
-1993,Eastern Africa,Pulses,NA,NA
+1993,Eastern Africa,FruitVeg,NA,NA
+1993,Eastern Africa,OilcropsPulses,NA,NA
 1993,Eastern Africa,Starchy Roots,NA,NA
+1993,Eastern Africa,Sugar,NA,NA
 1994,Eastern Africa,Ruminants,NA,NA
 1994,Eastern Africa,Cereals,NA,NA
 1994,Eastern Africa,Monogastrics,NA,NA
-1994,Eastern Africa,Oilcrops,NA,NA
-1994,Eastern Africa,Pulses,NA,NA
+1994,Eastern Africa,FruitVeg,NA,NA
+1994,Eastern Africa,OilcropsPulses,NA,NA
 1994,Eastern Africa,Starchy Roots,NA,NA
+1994,Eastern Africa,Sugar,NA,NA
 1995,Eastern Africa,Ruminants,NA,NA
 1995,Eastern Africa,Cereals,NA,NA
 1995,Eastern Africa,Monogastrics,NA,NA
-1995,Eastern Africa,Oilcrops,NA,NA
-1995,Eastern Africa,Pulses,NA,NA
+1995,Eastern Africa,FruitVeg,NA,NA
+1995,Eastern Africa,OilcropsPulses,NA,NA
 1995,Eastern Africa,Starchy Roots,NA,NA
+1995,Eastern Africa,Sugar,NA,NA
 1996,Eastern Africa,Ruminants,NA,NA
 1996,Eastern Africa,Cereals,NA,NA
 1996,Eastern Africa,Monogastrics,NA,NA
-1996,Eastern Africa,Oilcrops,NA,NA
-1996,Eastern Africa,Pulses,NA,NA
+1996,Eastern Africa,FruitVeg,NA,NA
+1996,Eastern Africa,OilcropsPulses,NA,NA
 1996,Eastern Africa,Starchy Roots,NA,NA
+1996,Eastern Africa,Sugar,NA,NA
 1997,Eastern Africa,Ruminants,NA,NA
 1997,Eastern Africa,Cereals,NA,NA
 1997,Eastern Africa,Monogastrics,NA,NA
-1997,Eastern Africa,Oilcrops,NA,NA
-1997,Eastern Africa,Pulses,NA,NA
+1997,Eastern Africa,FruitVeg,NA,NA
+1997,Eastern Africa,OilcropsPulses,NA,NA
 1997,Eastern Africa,Starchy Roots,NA,NA
+1997,Eastern Africa,Sugar,NA,NA
 1998,Eastern Africa,Ruminants,NA,NA
 1998,Eastern Africa,Cereals,NA,NA
 1998,Eastern Africa,Monogastrics,NA,NA
-1998,Eastern Africa,Oilcrops,NA,NA
-1998,Eastern Africa,Pulses,NA,NA
+1998,Eastern Africa,FruitVeg,NA,NA
+1998,Eastern Africa,OilcropsPulses,NA,NA
 1998,Eastern Africa,Starchy Roots,NA,NA
+1998,Eastern Africa,Sugar,NA,NA
 1999,Eastern Africa,Ruminants,NA,NA
 1999,Eastern Africa,Cereals,NA,NA
 1999,Eastern Africa,Monogastrics,NA,NA
-1999,Eastern Africa,Oilcrops,NA,NA
-1999,Eastern Africa,Pulses,NA,NA
+1999,Eastern Africa,FruitVeg,NA,NA
+1999,Eastern Africa,OilcropsPulses,NA,NA
 1999,Eastern Africa,Starchy Roots,NA,NA
+1999,Eastern Africa,Sugar,NA,NA
 2000,Eastern Africa,Ruminants,NA,NA
 2000,Eastern Africa,Cereals,NA,NA
 2000,Eastern Africa,Monogastrics,NA,NA
-2000,Eastern Africa,Oilcrops,NA,NA
-2000,Eastern Africa,Pulses,NA,NA
+2000,Eastern Africa,FruitVeg,NA,NA
+2000,Eastern Africa,OilcropsPulses,NA,NA
 2000,Eastern Africa,Starchy Roots,NA,NA
+2000,Eastern Africa,Sugar,NA,NA
 2001,Eastern Africa,Ruminants,NA,NA
 2001,Eastern Africa,Cereals,NA,NA
 2001,Eastern Africa,Monogastrics,NA,NA
-2001,Eastern Africa,Oilcrops,NA,NA
-2001,Eastern Africa,Pulses,NA,NA
+2001,Eastern Africa,FruitVeg,NA,NA
+2001,Eastern Africa,OilcropsPulses,NA,NA
 2001,Eastern Africa,Starchy Roots,NA,NA
+2001,Eastern Africa,Sugar,NA,NA
 2002,Eastern Africa,Ruminants,NA,NA
 2002,Eastern Africa,Cereals,NA,NA
 2002,Eastern Africa,Monogastrics,NA,NA
-2002,Eastern Africa,Oilcrops,NA,NA
-2002,Eastern Africa,Pulses,NA,NA
+2002,Eastern Africa,FruitVeg,NA,NA
+2002,Eastern Africa,OilcropsPulses,NA,NA
 2002,Eastern Africa,Starchy Roots,NA,NA
+2002,Eastern Africa,Sugar,NA,NA
 2003,Eastern Africa,Ruminants,NA,NA
 2003,Eastern Africa,Cereals,NA,NA
 2003,Eastern Africa,Monogastrics,NA,NA
-2003,Eastern Africa,Oilcrops,NA,NA
-2003,Eastern Africa,Pulses,NA,NA
+2003,Eastern Africa,FruitVeg,NA,NA
+2003,Eastern Africa,OilcropsPulses,NA,NA
 2003,Eastern Africa,Starchy Roots,NA,NA
+2003,Eastern Africa,Sugar,NA,NA
 2004,Eastern Africa,Ruminants,NA,NA
 2004,Eastern Africa,Cereals,NA,NA
 2004,Eastern Africa,Monogastrics,NA,NA
-2004,Eastern Africa,Oilcrops,NA,NA
-2004,Eastern Africa,Pulses,NA,NA
+2004,Eastern Africa,FruitVeg,NA,NA
+2004,Eastern Africa,OilcropsPulses,NA,NA
 2004,Eastern Africa,Starchy Roots,NA,NA
+2004,Eastern Africa,Sugar,NA,NA
 2005,Eastern Africa,Ruminants,NA,NA
 2005,Eastern Africa,Cereals,NA,NA
 2005,Eastern Africa,Monogastrics,NA,NA
-2005,Eastern Africa,Oilcrops,NA,NA
-2005,Eastern Africa,Pulses,NA,NA
+2005,Eastern Africa,FruitVeg,NA,NA
+2005,Eastern Africa,OilcropsPulses,NA,NA
 2005,Eastern Africa,Starchy Roots,NA,NA
+2005,Eastern Africa,Sugar,NA,NA
 2006,Eastern Africa,Ruminants,NA,NA
 2006,Eastern Africa,Cereals,NA,NA
 2006,Eastern Africa,Monogastrics,NA,NA
-2006,Eastern Africa,Oilcrops,NA,NA
-2006,Eastern Africa,Pulses,NA,NA
+2006,Eastern Africa,FruitVeg,NA,NA
+2006,Eastern Africa,OilcropsPulses,NA,NA
 2006,Eastern Africa,Starchy Roots,NA,NA
+2006,Eastern Africa,Sugar,NA,NA
 2007,Eastern Africa,Ruminants,NA,NA
 2007,Eastern Africa,Cereals,NA,NA
 2007,Eastern Africa,Monogastrics,NA,NA
-2007,Eastern Africa,Oilcrops,NA,NA
-2007,Eastern Africa,Pulses,NA,NA
+2007,Eastern Africa,FruitVeg,NA,NA
+2007,Eastern Africa,OilcropsPulses,NA,NA
 2007,Eastern Africa,Starchy Roots,NA,NA
+2007,Eastern Africa,Sugar,NA,NA
 2008,Eastern Africa,Ruminants,NA,NA
 2008,Eastern Africa,Cereals,NA,NA
 2008,Eastern Africa,Monogastrics,NA,NA
-2008,Eastern Africa,Oilcrops,NA,NA
-2008,Eastern Africa,Pulses,NA,NA
+2008,Eastern Africa,FruitVeg,NA,NA
+2008,Eastern Africa,OilcropsPulses,NA,NA
 2008,Eastern Africa,Starchy Roots,NA,NA
+2008,Eastern Africa,Sugar,NA,NA
 2009,Eastern Africa,Ruminants,NA,NA
 2009,Eastern Africa,Cereals,NA,NA
 2009,Eastern Africa,Monogastrics,NA,NA
-2009,Eastern Africa,Oilcrops,NA,NA
-2009,Eastern Africa,Pulses,NA,NA
+2009,Eastern Africa,FruitVeg,NA,NA
+2009,Eastern Africa,OilcropsPulses,NA,NA
 2009,Eastern Africa,Starchy Roots,NA,NA
+2009,Eastern Africa,Sugar,NA,NA
 2010,Eastern Africa,Ruminants,NA,NA
 2010,Eastern Africa,Cereals,NA,NA
 2010,Eastern Africa,Monogastrics,NA,NA
-2010,Eastern Africa,Oilcrops,NA,NA
-2010,Eastern Africa,Pulses,NA,NA
+2010,Eastern Africa,FruitVeg,NA,NA
+2010,Eastern Africa,OilcropsPulses,NA,NA
 2010,Eastern Africa,Starchy Roots,NA,NA
+2010,Eastern Africa,Sugar,NA,NA
 2011,Eastern Africa,Ruminants,NA,NA
 2011,Eastern Africa,Cereals,NA,NA
 2011,Eastern Africa,Monogastrics,NA,NA
-2011,Eastern Africa,Oilcrops,NA,NA
-2011,Eastern Africa,Pulses,NA,NA
+2011,Eastern Africa,FruitVeg,NA,NA
+2011,Eastern Africa,OilcropsPulses,NA,NA
 2011,Eastern Africa,Starchy Roots,NA,NA
+2011,Eastern Africa,Sugar,NA,NA
 1961,Eastern Asia,Ruminants,NA,NA
 1961,Eastern Asia,Cereals,NA,NA
 1961,Eastern Asia,Monogastrics,NA,NA
-1961,Eastern Asia,Oilcrops,NA,NA
-1961,Eastern Asia,Pulses,NA,NA
+1961,Eastern Asia,FruitVeg,NA,NA
+1961,Eastern Asia,OilcropsPulses,NA,NA
 1961,Eastern Asia,Starchy Roots,NA,NA
+1961,Eastern Asia,Sugar,NA,NA
 1962,Eastern Asia,Ruminants,NA,NA
 1962,Eastern Asia,Cereals,NA,NA
 1962,Eastern Asia,Monogastrics,NA,NA
-1962,Eastern Asia,Oilcrops,NA,NA
-1962,Eastern Asia,Pulses,NA,NA
+1962,Eastern Asia,FruitVeg,NA,NA
+1962,Eastern Asia,OilcropsPulses,NA,NA
 1962,Eastern Asia,Starchy Roots,NA,NA
+1962,Eastern Asia,Sugar,NA,NA
 1963,Eastern Asia,Ruminants,NA,NA
 1963,Eastern Asia,Cereals,NA,NA
 1963,Eastern Asia,Monogastrics,NA,NA
-1963,Eastern Asia,Oilcrops,NA,NA
-1963,Eastern Asia,Pulses,NA,NA
+1963,Eastern Asia,FruitVeg,NA,NA
+1963,Eastern Asia,OilcropsPulses,NA,NA
 1963,Eastern Asia,Starchy Roots,NA,NA
+1963,Eastern Asia,Sugar,NA,NA
 1964,Eastern Asia,Ruminants,NA,NA
 1964,Eastern Asia,Cereals,NA,NA
 1964,Eastern Asia,Monogastrics,NA,NA
-1964,Eastern Asia,Oilcrops,NA,NA
-1964,Eastern Asia,Pulses,NA,NA
+1964,Eastern Asia,FruitVeg,NA,NA
+1964,Eastern Asia,OilcropsPulses,NA,NA
 1964,Eastern Asia,Starchy Roots,NA,NA
+1964,Eastern Asia,Sugar,NA,NA
 1965,Eastern Asia,Ruminants,NA,NA
 1965,Eastern Asia,Cereals,NA,NA
 1965,Eastern Asia,Monogastrics,NA,NA
-1965,Eastern Asia,Oilcrops,NA,NA
-1965,Eastern Asia,Pulses,NA,NA
+1965,Eastern Asia,FruitVeg,NA,NA
+1965,Eastern Asia,OilcropsPulses,NA,NA
 1965,Eastern Asia,Starchy Roots,NA,NA
+1965,Eastern Asia,Sugar,NA,NA
 1966,Eastern Asia,Ruminants,NA,NA
 1966,Eastern Asia,Cereals,NA,NA
 1966,Eastern Asia,Monogastrics,NA,NA
-1966,Eastern Asia,Oilcrops,NA,NA
-1966,Eastern Asia,Pulses,NA,NA
+1966,Eastern Asia,FruitVeg,NA,NA
+1966,Eastern Asia,OilcropsPulses,NA,NA
 1966,Eastern Asia,Starchy Roots,NA,NA
+1966,Eastern Asia,Sugar,NA,NA
 1967,Eastern Asia,Ruminants,NA,NA
 1967,Eastern Asia,Cereals,NA,NA
 1967,Eastern Asia,Monogastrics,NA,NA
-1967,Eastern Asia,Oilcrops,NA,NA
-1967,Eastern Asia,Pulses,NA,NA
+1967,Eastern Asia,FruitVeg,NA,NA
+1967,Eastern Asia,OilcropsPulses,NA,NA
 1967,Eastern Asia,Starchy Roots,NA,NA
+1967,Eastern Asia,Sugar,NA,NA
 1968,Eastern Asia,Ruminants,NA,NA
 1968,Eastern Asia,Cereals,NA,NA
 1968,Eastern Asia,Monogastrics,NA,NA
-1968,Eastern Asia,Oilcrops,NA,NA
-1968,Eastern Asia,Pulses,NA,NA
+1968,Eastern Asia,FruitVeg,NA,NA
+1968,Eastern Asia,OilcropsPulses,NA,NA
 1968,Eastern Asia,Starchy Roots,NA,NA
+1968,Eastern Asia,Sugar,NA,NA
 1969,Eastern Asia,Ruminants,NA,NA
 1969,Eastern Asia,Cereals,NA,NA
 1969,Eastern Asia,Monogastrics,NA,NA
-1969,Eastern Asia,Oilcrops,NA,NA
-1969,Eastern Asia,Pulses,NA,NA
+1969,Eastern Asia,FruitVeg,NA,NA
+1969,Eastern Asia,OilcropsPulses,NA,NA
 1969,Eastern Asia,Starchy Roots,NA,NA
+1969,Eastern Asia,Sugar,NA,NA
 1970,Eastern Asia,Ruminants,NA,NA
 1970,Eastern Asia,Cereals,NA,NA
 1970,Eastern Asia,Monogastrics,NA,NA
-1970,Eastern Asia,Oilcrops,NA,NA
-1970,Eastern Asia,Pulses,NA,NA
+1970,Eastern Asia,FruitVeg,NA,NA
+1970,Eastern Asia,OilcropsPulses,NA,NA
 1970,Eastern Asia,Starchy Roots,NA,NA
+1970,Eastern Asia,Sugar,NA,NA
 1971,Eastern Asia,Ruminants,NA,NA
 1971,Eastern Asia,Cereals,NA,NA
 1971,Eastern Asia,Monogastrics,NA,NA
-1971,Eastern Asia,Oilcrops,NA,NA
-1971,Eastern Asia,Pulses,NA,NA
+1971,Eastern Asia,FruitVeg,NA,NA
+1971,Eastern Asia,OilcropsPulses,NA,NA
 1971,Eastern Asia,Starchy Roots,NA,NA
+1971,Eastern Asia,Sugar,NA,NA
 1972,Eastern Asia,Ruminants,NA,NA
 1972,Eastern Asia,Cereals,NA,NA
 1972,Eastern Asia,Monogastrics,NA,NA
-1972,Eastern Asia,Oilcrops,NA,NA
-1972,Eastern Asia,Pulses,NA,NA
+1972,Eastern Asia,FruitVeg,NA,NA
+1972,Eastern Asia,OilcropsPulses,NA,NA
 1972,Eastern Asia,Starchy Roots,NA,NA
+1972,Eastern Asia,Sugar,NA,NA
 1973,Eastern Asia,Ruminants,NA,NA
 1973,Eastern Asia,Cereals,NA,NA
 1973,Eastern Asia,Monogastrics,NA,NA
-1973,Eastern Asia,Oilcrops,NA,NA
-1973,Eastern Asia,Pulses,NA,NA
+1973,Eastern Asia,FruitVeg,NA,NA
+1973,Eastern Asia,OilcropsPulses,NA,NA
 1973,Eastern Asia,Starchy Roots,NA,NA
+1973,Eastern Asia,Sugar,NA,NA
 1974,Eastern Asia,Ruminants,NA,NA
 1974,Eastern Asia,Cereals,NA,NA
 1974,Eastern Asia,Monogastrics,NA,NA
-1974,Eastern Asia,Oilcrops,NA,NA
-1974,Eastern Asia,Pulses,NA,NA
+1974,Eastern Asia,FruitVeg,NA,NA
+1974,Eastern Asia,OilcropsPulses,NA,NA
 1974,Eastern Asia,Starchy Roots,NA,NA
+1974,Eastern Asia,Sugar,NA,NA
 1975,Eastern Asia,Ruminants,NA,NA
 1975,Eastern Asia,Cereals,NA,NA
 1975,Eastern Asia,Monogastrics,NA,NA
-1975,Eastern Asia,Oilcrops,NA,NA
-1975,Eastern Asia,Pulses,NA,NA
+1975,Eastern Asia,FruitVeg,NA,NA
+1975,Eastern Asia,OilcropsPulses,NA,NA
 1975,Eastern Asia,Starchy Roots,NA,NA
+1975,Eastern Asia,Sugar,NA,NA
 1976,Eastern Asia,Ruminants,NA,NA
 1976,Eastern Asia,Cereals,NA,NA
 1976,Eastern Asia,Monogastrics,NA,NA
-1976,Eastern Asia,Oilcrops,NA,NA
-1976,Eastern Asia,Pulses,NA,NA
+1976,Eastern Asia,FruitVeg,NA,NA
+1976,Eastern Asia,OilcropsPulses,NA,NA
 1976,Eastern Asia,Starchy Roots,NA,NA
+1976,Eastern Asia,Sugar,NA,NA
 1977,Eastern Asia,Ruminants,NA,NA
 1977,Eastern Asia,Cereals,NA,NA
 1977,Eastern Asia,Monogastrics,NA,NA
-1977,Eastern Asia,Oilcrops,NA,NA
-1977,Eastern Asia,Pulses,NA,NA
+1977,Eastern Asia,FruitVeg,NA,NA
+1977,Eastern Asia,OilcropsPulses,NA,NA
 1977,Eastern Asia,Starchy Roots,NA,NA
+1977,Eastern Asia,Sugar,NA,NA
 1978,Eastern Asia,Ruminants,NA,NA
 1978,Eastern Asia,Cereals,NA,NA
 1978,Eastern Asia,Monogastrics,NA,NA
-1978,Eastern Asia,Oilcrops,NA,NA
-1978,Eastern Asia,Pulses,NA,NA
+1978,Eastern Asia,FruitVeg,NA,NA
+1978,Eastern Asia,OilcropsPulses,NA,NA
 1978,Eastern Asia,Starchy Roots,NA,NA
+1978,Eastern Asia,Sugar,NA,NA
 1979,Eastern Asia,Ruminants,NA,NA
 1979,Eastern Asia,Cereals,NA,NA
 1979,Eastern Asia,Monogastrics,NA,NA
-1979,Eastern Asia,Oilcrops,NA,NA
-1979,Eastern Asia,Pulses,NA,NA
+1979,Eastern Asia,FruitVeg,NA,NA
+1979,Eastern Asia,OilcropsPulses,NA,NA
 1979,Eastern Asia,Starchy Roots,NA,NA
+1979,Eastern Asia,Sugar,NA,NA
 1980,Eastern Asia,Ruminants,NA,NA
 1980,Eastern Asia,Cereals,NA,NA
 1980,Eastern Asia,Monogastrics,NA,NA
-1980,Eastern Asia,Oilcrops,NA,NA
-1980,Eastern Asia,Pulses,NA,NA
+1980,Eastern Asia,FruitVeg,NA,NA
+1980,Eastern Asia,OilcropsPulses,NA,NA
 1980,Eastern Asia,Starchy Roots,NA,NA
+1980,Eastern Asia,Sugar,NA,NA
 1981,Eastern Asia,Ruminants,NA,NA
 1981,Eastern Asia,Cereals,NA,NA
 1981,Eastern Asia,Monogastrics,NA,NA
-1981,Eastern Asia,Oilcrops,NA,NA
-1981,Eastern Asia,Pulses,NA,NA
+1981,Eastern Asia,FruitVeg,NA,NA
+1981,Eastern Asia,OilcropsPulses,NA,NA
 1981,Eastern Asia,Starchy Roots,NA,NA
+1981,Eastern Asia,Sugar,NA,NA
 1982,Eastern Asia,Ruminants,NA,NA
 1982,Eastern Asia,Cereals,NA,NA
 1982,Eastern Asia,Monogastrics,NA,NA
-1982,Eastern Asia,Oilcrops,NA,NA
-1982,Eastern Asia,Pulses,NA,NA
+1982,Eastern Asia,FruitVeg,NA,NA
+1982,Eastern Asia,OilcropsPulses,NA,NA
 1982,Eastern Asia,Starchy Roots,NA,NA
+1982,Eastern Asia,Sugar,NA,NA
 1983,Eastern Asia,Ruminants,NA,NA
 1983,Eastern Asia,Cereals,NA,NA
 1983,Eastern Asia,Monogastrics,NA,NA
-1983,Eastern Asia,Oilcrops,NA,NA
-1983,Eastern Asia,Pulses,NA,NA
+1983,Eastern Asia,FruitVeg,NA,NA
+1983,Eastern Asia,OilcropsPulses,NA,NA
 1983,Eastern Asia,Starchy Roots,NA,NA
+1983,Eastern Asia,Sugar,NA,NA
 1984,Eastern Asia,Ruminants,NA,NA
 1984,Eastern Asia,Cereals,NA,NA
 1984,Eastern Asia,Monogastrics,NA,NA
-1984,Eastern Asia,Oilcrops,NA,NA
-1984,Eastern Asia,Pulses,NA,NA
+1984,Eastern Asia,FruitVeg,NA,NA
+1984,Eastern Asia,OilcropsPulses,NA,NA
 1984,Eastern Asia,Starchy Roots,NA,NA
+1984,Eastern Asia,Sugar,NA,NA
 1985,Eastern Asia,Ruminants,NA,NA
 1985,Eastern Asia,Cereals,NA,NA
 1985,Eastern Asia,Monogastrics,NA,NA
-1985,Eastern Asia,Oilcrops,NA,NA
-1985,Eastern Asia,Pulses,NA,NA
+1985,Eastern Asia,FruitVeg,NA,NA
+1985,Eastern Asia,OilcropsPulses,NA,NA
 1985,Eastern Asia,Starchy Roots,NA,NA
+1985,Eastern Asia,Sugar,NA,NA
 1986,Eastern Asia,Ruminants,NA,NA
 1986,Eastern Asia,Cereals,NA,NA
 1986,Eastern Asia,Monogastrics,NA,NA
-1986,Eastern Asia,Oilcrops,NA,NA
-1986,Eastern Asia,Pulses,NA,NA
+1986,Eastern Asia,FruitVeg,NA,NA
+1986,Eastern Asia,OilcropsPulses,NA,NA
 1986,Eastern Asia,Starchy Roots,NA,NA
+1986,Eastern Asia,Sugar,NA,NA
 1987,Eastern Asia,Ruminants,NA,NA
 1987,Eastern Asia,Cereals,NA,NA
 1987,Eastern Asia,Monogastrics,NA,NA
-1987,Eastern Asia,Oilcrops,NA,NA
-1987,Eastern Asia,Pulses,NA,NA
+1987,Eastern Asia,FruitVeg,NA,NA
+1987,Eastern Asia,OilcropsPulses,NA,NA
 1987,Eastern Asia,Starchy Roots,NA,NA
+1987,Eastern Asia,Sugar,NA,NA
 1988,Eastern Asia,Ruminants,NA,NA
 1988,Eastern Asia,Cereals,NA,NA
 1988,Eastern Asia,Monogastrics,NA,NA
-1988,Eastern Asia,Oilcrops,NA,NA
-1988,Eastern Asia,Pulses,NA,NA
+1988,Eastern Asia,FruitVeg,NA,NA
+1988,Eastern Asia,OilcropsPulses,NA,NA
 1988,Eastern Asia,Starchy Roots,NA,NA
+1988,Eastern Asia,Sugar,NA,NA
 1989,Eastern Asia,Ruminants,NA,NA
 1989,Eastern Asia,Cereals,NA,NA
 1989,Eastern Asia,Monogastrics,NA,NA
-1989,Eastern Asia,Oilcrops,NA,NA
-1989,Eastern Asia,Pulses,NA,NA
+1989,Eastern Asia,FruitVeg,NA,NA
+1989,Eastern Asia,OilcropsPulses,NA,NA
 1989,Eastern Asia,Starchy Roots,NA,NA
+1989,Eastern Asia,Sugar,NA,NA
 1990,Eastern Asia,Ruminants,NA,NA
 1990,Eastern Asia,Cereals,NA,NA
 1990,Eastern Asia,Monogastrics,NA,NA
-1990,Eastern Asia,Oilcrops,NA,NA
-1990,Eastern Asia,Pulses,NA,NA
+1990,Eastern Asia,FruitVeg,NA,NA
+1990,Eastern Asia,OilcropsPulses,NA,NA
 1990,Eastern Asia,Starchy Roots,NA,NA
+1990,Eastern Asia,Sugar,NA,NA
 1991,Eastern Asia,Ruminants,NA,NA
 1991,Eastern Asia,Cereals,NA,NA
 1991,Eastern Asia,Monogastrics,NA,NA
-1991,Eastern Asia,Oilcrops,NA,NA
-1991,Eastern Asia,Pulses,NA,NA
+1991,Eastern Asia,FruitVeg,NA,NA
+1991,Eastern Asia,OilcropsPulses,NA,NA
 1991,Eastern Asia,Starchy Roots,NA,NA
+1991,Eastern Asia,Sugar,NA,NA
 1992,Eastern Asia,Ruminants,NA,NA
 1992,Eastern Asia,Cereals,NA,NA
 1992,Eastern Asia,Monogastrics,NA,NA
-1992,Eastern Asia,Oilcrops,NA,NA
-1992,Eastern Asia,Pulses,NA,NA
+1992,Eastern Asia,FruitVeg,NA,NA
+1992,Eastern Asia,OilcropsPulses,NA,NA
 1992,Eastern Asia,Starchy Roots,NA,NA
+1992,Eastern Asia,Sugar,NA,NA
 1993,Eastern Asia,Ruminants,NA,NA
 1993,Eastern Asia,Cereals,NA,NA
 1993,Eastern Asia,Monogastrics,NA,NA
-1993,Eastern Asia,Oilcrops,NA,NA
-1993,Eastern Asia,Pulses,NA,NA
+1993,Eastern Asia,FruitVeg,NA,NA
+1993,Eastern Asia,OilcropsPulses,NA,NA
 1993,Eastern Asia,Starchy Roots,NA,NA
+1993,Eastern Asia,Sugar,NA,NA
 1994,Eastern Asia,Ruminants,NA,NA
 1994,Eastern Asia,Cereals,NA,NA
 1994,Eastern Asia,Monogastrics,NA,NA
-1994,Eastern Asia,Oilcrops,NA,NA
-1994,Eastern Asia,Pulses,NA,NA
+1994,Eastern Asia,FruitVeg,NA,NA
+1994,Eastern Asia,OilcropsPulses,NA,NA
 1994,Eastern Asia,Starchy Roots,NA,NA
+1994,Eastern Asia,Sugar,NA,NA
 1995,Eastern Asia,Ruminants,NA,NA
 1995,Eastern Asia,Cereals,NA,NA
 1995,Eastern Asia,Monogastrics,NA,NA
-1995,Eastern Asia,Oilcrops,NA,NA
-1995,Eastern Asia,Pulses,NA,NA
+1995,Eastern Asia,FruitVeg,NA,NA
+1995,Eastern Asia,OilcropsPulses,NA,NA
 1995,Eastern Asia,Starchy Roots,NA,NA
+1995,Eastern Asia,Sugar,NA,NA
 1996,Eastern Asia,Ruminants,NA,NA
 1996,Eastern Asia,Cereals,NA,NA
 1996,Eastern Asia,Monogastrics,NA,NA
-1996,Eastern Asia,Oilcrops,NA,NA
-1996,Eastern Asia,Pulses,NA,NA
+1996,Eastern Asia,FruitVeg,NA,NA
+1996,Eastern Asia,OilcropsPulses,NA,NA
 1996,Eastern Asia,Starchy Roots,NA,NA
+1996,Eastern Asia,Sugar,NA,NA
 1997,Eastern Asia,Ruminants,NA,NA
 1997,Eastern Asia,Cereals,NA,NA
 1997,Eastern Asia,Monogastrics,NA,NA
-1997,Eastern Asia,Oilcrops,NA,NA
-1997,Eastern Asia,Pulses,NA,NA
+1997,Eastern Asia,FruitVeg,NA,NA
+1997,Eastern Asia,OilcropsPulses,NA,NA
 1997,Eastern Asia,Starchy Roots,NA,NA
+1997,Eastern Asia,Sugar,NA,NA
 1998,Eastern Asia,Ruminants,NA,NA
 1998,Eastern Asia,Cereals,NA,NA
 1998,Eastern Asia,Monogastrics,NA,NA
-1998,Eastern Asia,Oilcrops,NA,NA
-1998,Eastern Asia,Pulses,NA,NA
+1998,Eastern Asia,FruitVeg,NA,NA
+1998,Eastern Asia,OilcropsPulses,NA,NA
 1998,Eastern Asia,Starchy Roots,NA,NA
+1998,Eastern Asia,Sugar,NA,NA
 1999,Eastern Asia,Ruminants,NA,NA
 1999,Eastern Asia,Cereals,NA,NA
 1999,Eastern Asia,Monogastrics,NA,NA
-1999,Eastern Asia,Oilcrops,NA,NA
-1999,Eastern Asia,Pulses,NA,NA
+1999,Eastern Asia,FruitVeg,NA,NA
+1999,Eastern Asia,OilcropsPulses,NA,NA
 1999,Eastern Asia,Starchy Roots,NA,NA
+1999,Eastern Asia,Sugar,NA,NA
 2000,Eastern Asia,Ruminants,NA,NA
 2000,Eastern Asia,Cereals,NA,NA
 2000,Eastern Asia,Monogastrics,NA,NA
-2000,Eastern Asia,Oilcrops,NA,NA
-2000,Eastern Asia,Pulses,NA,NA
+2000,Eastern Asia,FruitVeg,NA,NA
+2000,Eastern Asia,OilcropsPulses,NA,NA
 2000,Eastern Asia,Starchy Roots,NA,NA
+2000,Eastern Asia,Sugar,NA,NA
 2001,Eastern Asia,Ruminants,NA,NA
 2001,Eastern Asia,Cereals,NA,NA
 2001,Eastern Asia,Monogastrics,NA,NA
-2001,Eastern Asia,Oilcrops,NA,NA
-2001,Eastern Asia,Pulses,NA,NA
+2001,Eastern Asia,FruitVeg,NA,NA
+2001,Eastern Asia,OilcropsPulses,NA,NA
 2001,Eastern Asia,Starchy Roots,NA,NA
+2001,Eastern Asia,Sugar,NA,NA
 2002,Eastern Asia,Ruminants,NA,NA
 2002,Eastern Asia,Cereals,NA,NA
 2002,Eastern Asia,Monogastrics,NA,NA
-2002,Eastern Asia,Oilcrops,NA,NA
-2002,Eastern Asia,Pulses,NA,NA
+2002,Eastern Asia,FruitVeg,NA,NA
+2002,Eastern Asia,OilcropsPulses,NA,NA
 2002,Eastern Asia,Starchy Roots,NA,NA
+2002,Eastern Asia,Sugar,NA,NA
 2003,Eastern Asia,Ruminants,NA,NA
 2003,Eastern Asia,Cereals,NA,NA
 2003,Eastern Asia,Monogastrics,NA,NA
-2003,Eastern Asia,Oilcrops,NA,NA
-2003,Eastern Asia,Pulses,NA,NA
+2003,Eastern Asia,FruitVeg,NA,NA
+2003,Eastern Asia,OilcropsPulses,NA,NA
 2003,Eastern Asia,Starchy Roots,NA,NA
+2003,Eastern Asia,Sugar,NA,NA
 2004,Eastern Asia,Ruminants,NA,NA
 2004,Eastern Asia,Cereals,NA,NA
 2004,Eastern Asia,Monogastrics,NA,NA
-2004,Eastern Asia,Oilcrops,NA,NA
-2004,Eastern Asia,Pulses,NA,NA
+2004,Eastern Asia,FruitVeg,NA,NA
+2004,Eastern Asia,OilcropsPulses,NA,NA
 2004,Eastern Asia,Starchy Roots,NA,NA
+2004,Eastern Asia,Sugar,NA,NA
 2005,Eastern Asia,Ruminants,NA,NA
 2005,Eastern Asia,Cereals,NA,NA
 2005,Eastern Asia,Monogastrics,NA,NA
-2005,Eastern Asia,Oilcrops,NA,NA
-2005,Eastern Asia,Pulses,NA,NA
+2005,Eastern Asia,FruitVeg,NA,NA
+2005,Eastern Asia,OilcropsPulses,NA,NA
 2005,Eastern Asia,Starchy Roots,NA,NA
+2005,Eastern Asia,Sugar,NA,NA
 2006,Eastern Asia,Ruminants,NA,NA
 2006,Eastern Asia,Cereals,NA,NA
 2006,Eastern Asia,Monogastrics,NA,NA
-2006,Eastern Asia,Oilcrops,NA,NA
-2006,Eastern Asia,Pulses,NA,NA
+2006,Eastern Asia,FruitVeg,NA,NA
+2006,Eastern Asia,OilcropsPulses,NA,NA
 2006,Eastern Asia,Starchy Roots,NA,NA
+2006,Eastern Asia,Sugar,NA,NA
 2007,Eastern Asia,Ruminants,NA,NA
 2007,Eastern Asia,Cereals,NA,NA
 2007,Eastern Asia,Monogastrics,NA,NA
-2007,Eastern Asia,Oilcrops,NA,NA
-2007,Eastern Asia,Pulses,NA,NA
+2007,Eastern Asia,FruitVeg,NA,NA
+2007,Eastern Asia,OilcropsPulses,NA,NA
 2007,Eastern Asia,Starchy Roots,NA,NA
+2007,Eastern Asia,Sugar,NA,NA
 2008,Eastern Asia,Ruminants,NA,NA
 2008,Eastern Asia,Cereals,NA,NA
 2008,Eastern Asia,Monogastrics,NA,NA
-2008,Eastern Asia,Oilcrops,NA,NA
-2008,Eastern Asia,Pulses,NA,NA
+2008,Eastern Asia,FruitVeg,NA,NA
+2008,Eastern Asia,OilcropsPulses,NA,NA
 2008,Eastern Asia,Starchy Roots,NA,NA
+2008,Eastern Asia,Sugar,NA,NA
 2009,Eastern Asia,Ruminants,NA,NA
 2009,Eastern Asia,Cereals,NA,NA
 2009,Eastern Asia,Monogastrics,NA,NA
-2009,Eastern Asia,Oilcrops,NA,NA
-2009,Eastern Asia,Pulses,NA,NA
+2009,Eastern Asia,FruitVeg,NA,NA
+2009,Eastern Asia,OilcropsPulses,NA,NA
 2009,Eastern Asia,Starchy Roots,NA,NA
+2009,Eastern Asia,Sugar,NA,NA
 2010,Eastern Asia,Ruminants,NA,NA
 2010,Eastern Asia,Cereals,NA,NA
 2010,Eastern Asia,Monogastrics,NA,NA
-2010,Eastern Asia,Oilcrops,NA,NA
-2010,Eastern Asia,Pulses,NA,NA
+2010,Eastern Asia,FruitVeg,NA,NA
+2010,Eastern Asia,OilcropsPulses,NA,NA
 2010,Eastern Asia,Starchy Roots,NA,NA
+2010,Eastern Asia,Sugar,NA,NA
 2011,Eastern Asia,Ruminants,NA,NA
 2011,Eastern Asia,Cereals,NA,NA
 2011,Eastern Asia,Monogastrics,NA,NA
-2011,Eastern Asia,Oilcrops,NA,NA
-2011,Eastern Asia,Pulses,NA,NA
+2011,Eastern Asia,FruitVeg,NA,NA
+2011,Eastern Asia,OilcropsPulses,NA,NA
 2011,Eastern Asia,Starchy Roots,NA,NA
+2011,Eastern Asia,Sugar,NA,NA
 1961,Eastern Europe,Ruminants,NA,NA
 1961,Eastern Europe,Cereals,NA,NA
 1961,Eastern Europe,Monogastrics,NA,NA
-1961,Eastern Europe,Oilcrops,NA,NA
-1961,Eastern Europe,Pulses,NA,NA
+1961,Eastern Europe,FruitVeg,NA,NA
+1961,Eastern Europe,OilcropsPulses,NA,NA
 1961,Eastern Europe,Starchy Roots,NA,NA
+1961,Eastern Europe,Sugar,NA,NA
 1962,Eastern Europe,Ruminants,NA,NA
 1962,Eastern Europe,Cereals,NA,NA
 1962,Eastern Europe,Monogastrics,NA,NA
-1962,Eastern Europe,Oilcrops,NA,NA
-1962,Eastern Europe,Pulses,NA,NA
+1962,Eastern Europe,FruitVeg,NA,NA
+1962,Eastern Europe,OilcropsPulses,NA,NA
 1962,Eastern Europe,Starchy Roots,NA,NA
+1962,Eastern Europe,Sugar,NA,NA
 1963,Eastern Europe,Ruminants,NA,NA
 1963,Eastern Europe,Cereals,NA,NA
 1963,Eastern Europe,Monogastrics,NA,NA
-1963,Eastern Europe,Oilcrops,NA,NA
-1963,Eastern Europe,Pulses,NA,NA
+1963,Eastern Europe,FruitVeg,NA,NA
+1963,Eastern Europe,OilcropsPulses,NA,NA
 1963,Eastern Europe,Starchy Roots,NA,NA
+1963,Eastern Europe,Sugar,NA,NA
 1964,Eastern Europe,Ruminants,NA,NA
 1964,Eastern Europe,Cereals,NA,NA
 1964,Eastern Europe,Monogastrics,NA,NA
-1964,Eastern Europe,Oilcrops,NA,NA
-1964,Eastern Europe,Pulses,NA,NA
+1964,Eastern Europe,FruitVeg,NA,NA
+1964,Eastern Europe,OilcropsPulses,NA,NA
 1964,Eastern Europe,Starchy Roots,NA,NA
+1964,Eastern Europe,Sugar,NA,NA
 1965,Eastern Europe,Ruminants,NA,NA
 1965,Eastern Europe,Cereals,NA,NA
 1965,Eastern Europe,Monogastrics,NA,NA
-1965,Eastern Europe,Oilcrops,NA,NA
-1965,Eastern Europe,Pulses,NA,NA
+1965,Eastern Europe,FruitVeg,NA,NA
+1965,Eastern Europe,OilcropsPulses,NA,NA
 1965,Eastern Europe,Starchy Roots,NA,NA
+1965,Eastern Europe,Sugar,NA,NA
 1966,Eastern Europe,Ruminants,NA,NA
 1966,Eastern Europe,Cereals,NA,NA
 1966,Eastern Europe,Monogastrics,NA,NA
-1966,Eastern Europe,Oilcrops,NA,NA
-1966,Eastern Europe,Pulses,NA,NA
+1966,Eastern Europe,FruitVeg,NA,NA
+1966,Eastern Europe,OilcropsPulses,NA,NA
 1966,Eastern Europe,Starchy Roots,NA,NA
+1966,Eastern Europe,Sugar,NA,NA
 1967,Eastern Europe,Ruminants,NA,NA
 1967,Eastern Europe,Cereals,NA,NA
 1967,Eastern Europe,Monogastrics,NA,NA
-1967,Eastern Europe,Oilcrops,NA,NA
-1967,Eastern Europe,Pulses,NA,NA
+1967,Eastern Europe,FruitVeg,NA,NA
+1967,Eastern Europe,OilcropsPulses,NA,NA
 1967,Eastern Europe,Starchy Roots,NA,NA
+1967,Eastern Europe,Sugar,NA,NA
 1968,Eastern Europe,Ruminants,NA,NA
 1968,Eastern Europe,Cereals,NA,NA
 1968,Eastern Europe,Monogastrics,NA,NA
-1968,Eastern Europe,Oilcrops,NA,NA
-1968,Eastern Europe,Pulses,NA,NA
+1968,Eastern Europe,FruitVeg,NA,NA
+1968,Eastern Europe,OilcropsPulses,NA,NA
 1968,Eastern Europe,Starchy Roots,NA,NA
+1968,Eastern Europe,Sugar,NA,NA
 1969,Eastern Europe,Ruminants,NA,NA
 1969,Eastern Europe,Cereals,NA,NA
 1969,Eastern Europe,Monogastrics,NA,NA
-1969,Eastern Europe,Oilcrops,NA,NA
-1969,Eastern Europe,Pulses,NA,NA
+1969,Eastern Europe,FruitVeg,NA,NA
+1969,Eastern Europe,OilcropsPulses,NA,NA
 1969,Eastern Europe,Starchy Roots,NA,NA
+1969,Eastern Europe,Sugar,NA,NA
 1970,Eastern Europe,Ruminants,NA,NA
 1970,Eastern Europe,Cereals,NA,NA
 1970,Eastern Europe,Monogastrics,NA,NA
-1970,Eastern Europe,Oilcrops,NA,NA
-1970,Eastern Europe,Pulses,NA,NA
+1970,Eastern Europe,FruitVeg,NA,NA
+1970,Eastern Europe,OilcropsPulses,NA,NA
 1970,Eastern Europe,Starchy Roots,NA,NA
+1970,Eastern Europe,Sugar,NA,NA
 1971,Eastern Europe,Ruminants,NA,NA
 1971,Eastern Europe,Cereals,NA,NA
 1971,Eastern Europe,Monogastrics,NA,NA
-1971,Eastern Europe,Oilcrops,NA,NA
-1971,Eastern Europe,Pulses,NA,NA
+1971,Eastern Europe,FruitVeg,NA,NA
+1971,Eastern Europe,OilcropsPulses,NA,NA
 1971,Eastern Europe,Starchy Roots,NA,NA
+1971,Eastern Europe,Sugar,NA,NA
 1972,Eastern Europe,Ruminants,NA,NA
 1972,Eastern Europe,Cereals,NA,NA
 1972,Eastern Europe,Monogastrics,NA,NA
-1972,Eastern Europe,Oilcrops,NA,NA
-1972,Eastern Europe,Pulses,NA,NA
+1972,Eastern Europe,FruitVeg,NA,NA
+1972,Eastern Europe,OilcropsPulses,NA,NA
 1972,Eastern Europe,Starchy Roots,NA,NA
+1972,Eastern Europe,Sugar,NA,NA
 1973,Eastern Europe,Ruminants,NA,NA
 1973,Eastern Europe,Cereals,NA,NA
 1973,Eastern Europe,Monogastrics,NA,NA
-1973,Eastern Europe,Oilcrops,NA,NA
-1973,Eastern Europe,Pulses,NA,NA
+1973,Eastern Europe,FruitVeg,NA,NA
+1973,Eastern Europe,OilcropsPulses,NA,NA
 1973,Eastern Europe,Starchy Roots,NA,NA
+1973,Eastern Europe,Sugar,NA,NA
 1974,Eastern Europe,Ruminants,NA,NA
 1974,Eastern Europe,Cereals,NA,NA
 1974,Eastern Europe,Monogastrics,NA,NA
-1974,Eastern Europe,Oilcrops,NA,NA
-1974,Eastern Europe,Pulses,NA,NA
+1974,Eastern Europe,FruitVeg,NA,NA
+1974,Eastern Europe,OilcropsPulses,NA,NA
 1974,Eastern Europe,Starchy Roots,NA,NA
+1974,Eastern Europe,Sugar,NA,NA
 1975,Eastern Europe,Ruminants,NA,NA
 1975,Eastern Europe,Cereals,NA,NA
 1975,Eastern Europe,Monogastrics,NA,NA
-1975,Eastern Europe,Oilcrops,NA,NA
-1975,Eastern Europe,Pulses,NA,NA
+1975,Eastern Europe,FruitVeg,NA,NA
+1975,Eastern Europe,OilcropsPulses,NA,NA
 1975,Eastern Europe,Starchy Roots,NA,NA
+1975,Eastern Europe,Sugar,NA,NA
 1976,Eastern Europe,Ruminants,NA,NA
 1976,Eastern Europe,Cereals,NA,NA
 1976,Eastern Europe,Monogastrics,NA,NA
-1976,Eastern Europe,Oilcrops,NA,NA
-1976,Eastern Europe,Pulses,NA,NA
+1976,Eastern Europe,FruitVeg,NA,NA
+1976,Eastern Europe,OilcropsPulses,NA,NA
 1976,Eastern Europe,Starchy Roots,NA,NA
+1976,Eastern Europe,Sugar,NA,NA
 1977,Eastern Europe,Ruminants,NA,NA
 1977,Eastern Europe,Cereals,NA,NA
 1977,Eastern Europe,Monogastrics,NA,NA
-1977,Eastern Europe,Oilcrops,NA,NA
-1977,Eastern Europe,Pulses,NA,NA
+1977,Eastern Europe,FruitVeg,NA,NA
+1977,Eastern Europe,OilcropsPulses,NA,NA
 1977,Eastern Europe,Starchy Roots,NA,NA
+1977,Eastern Europe,Sugar,NA,NA
 1978,Eastern Europe,Ruminants,NA,NA
 1978,Eastern Europe,Cereals,NA,NA
 1978,Eastern Europe,Monogastrics,NA,NA
-1978,Eastern Europe,Oilcrops,NA,NA
-1978,Eastern Europe,Pulses,NA,NA
+1978,Eastern Europe,FruitVeg,NA,NA
+1978,Eastern Europe,OilcropsPulses,NA,NA
 1978,Eastern Europe,Starchy Roots,NA,NA
+1978,Eastern Europe,Sugar,NA,NA
 1979,Eastern Europe,Ruminants,NA,NA
 1979,Eastern Europe,Cereals,NA,NA
 1979,Eastern Europe,Monogastrics,NA,NA
-1979,Eastern Europe,Oilcrops,NA,NA
-1979,Eastern Europe,Pulses,NA,NA
+1979,Eastern Europe,FruitVeg,NA,NA
+1979,Eastern Europe,OilcropsPulses,NA,NA
 1979,Eastern Europe,Starchy Roots,NA,NA
+1979,Eastern Europe,Sugar,NA,NA
 1980,Eastern Europe,Ruminants,NA,NA
 1980,Eastern Europe,Cereals,NA,NA
 1980,Eastern Europe,Monogastrics,NA,NA
-1980,Eastern Europe,Oilcrops,NA,NA
-1980,Eastern Europe,Pulses,NA,NA
+1980,Eastern Europe,FruitVeg,NA,NA
+1980,Eastern Europe,OilcropsPulses,NA,NA
 1980,Eastern Europe,Starchy Roots,NA,NA
+1980,Eastern Europe,Sugar,NA,NA
 1981,Eastern Europe,Ruminants,NA,NA
 1981,Eastern Europe,Cereals,NA,NA
 1981,Eastern Europe,Monogastrics,NA,NA
-1981,Eastern Europe,Oilcrops,NA,NA
-1981,Eastern Europe,Pulses,NA,NA
+1981,Eastern Europe,FruitVeg,NA,NA
+1981,Eastern Europe,OilcropsPulses,NA,NA
 1981,Eastern Europe,Starchy Roots,NA,NA
+1981,Eastern Europe,Sugar,NA,NA
 1982,Eastern Europe,Ruminants,NA,NA
 1982,Eastern Europe,Cereals,NA,NA
 1982,Eastern Europe,Monogastrics,NA,NA
-1982,Eastern Europe,Oilcrops,NA,NA
-1982,Eastern Europe,Pulses,NA,NA
+1982,Eastern Europe,FruitVeg,NA,NA
+1982,Eastern Europe,OilcropsPulses,NA,NA
 1982,Eastern Europe,Starchy Roots,NA,NA
+1982,Eastern Europe,Sugar,NA,NA
 1983,Eastern Europe,Ruminants,NA,NA
 1983,Eastern Europe,Cereals,NA,NA
 1983,Eastern Europe,Monogastrics,NA,NA
-1983,Eastern Europe,Oilcrops,NA,NA
-1983,Eastern Europe,Pulses,NA,NA
+1983,Eastern Europe,FruitVeg,NA,NA
+1983,Eastern Europe,OilcropsPulses,NA,NA
 1983,Eastern Europe,Starchy Roots,NA,NA
+1983,Eastern Europe,Sugar,NA,NA
 1984,Eastern Europe,Ruminants,NA,NA
 1984,Eastern Europe,Cereals,NA,NA
 1984,Eastern Europe,Monogastrics,NA,NA
-1984,Eastern Europe,Oilcrops,NA,NA
-1984,Eastern Europe,Pulses,NA,NA
+1984,Eastern Europe,FruitVeg,NA,NA
+1984,Eastern Europe,OilcropsPulses,NA,NA
 1984,Eastern Europe,Starchy Roots,NA,NA
+1984,Eastern Europe,Sugar,NA,NA
 1985,Eastern Europe,Ruminants,NA,NA
 1985,Eastern Europe,Cereals,NA,NA
 1985,Eastern Europe,Monogastrics,NA,NA
-1985,Eastern Europe,Oilcrops,NA,NA
-1985,Eastern Europe,Pulses,NA,NA
+1985,Eastern Europe,FruitVeg,NA,NA
+1985,Eastern Europe,OilcropsPulses,NA,NA
 1985,Eastern Europe,Starchy Roots,NA,NA
+1985,Eastern Europe,Sugar,NA,NA
 1986,Eastern Europe,Ruminants,NA,NA
 1986,Eastern Europe,Cereals,NA,NA
 1986,Eastern Europe,Monogastrics,NA,NA
-1986,Eastern Europe,Oilcrops,NA,NA
-1986,Eastern Europe,Pulses,NA,NA
+1986,Eastern Europe,FruitVeg,NA,NA
+1986,Eastern Europe,OilcropsPulses,NA,NA
 1986,Eastern Europe,Starchy Roots,NA,NA
+1986,Eastern Europe,Sugar,NA,NA
 1987,Eastern Europe,Ruminants,NA,NA
 1987,Eastern Europe,Cereals,NA,NA
 1987,Eastern Europe,Monogastrics,NA,NA
-1987,Eastern Europe,Oilcrops,NA,NA
-1987,Eastern Europe,Pulses,NA,NA
+1987,Eastern Europe,FruitVeg,NA,NA
+1987,Eastern Europe,OilcropsPulses,NA,NA
 1987,Eastern Europe,Starchy Roots,NA,NA
+1987,Eastern Europe,Sugar,NA,NA
 1988,Eastern Europe,Ruminants,NA,NA
 1988,Eastern Europe,Cereals,NA,NA
 1988,Eastern Europe,Monogastrics,NA,NA
-1988,Eastern Europe,Oilcrops,NA,NA
-1988,Eastern Europe,Pulses,NA,NA
+1988,Eastern Europe,FruitVeg,NA,NA
+1988,Eastern Europe,OilcropsPulses,NA,NA
 1988,Eastern Europe,Starchy Roots,NA,NA
+1988,Eastern Europe,Sugar,NA,NA
 1989,Eastern Europe,Ruminants,NA,NA
 1989,Eastern Europe,Cereals,NA,NA
 1989,Eastern Europe,Monogastrics,NA,NA
-1989,Eastern Europe,Oilcrops,NA,NA
-1989,Eastern Europe,Pulses,NA,NA
+1989,Eastern Europe,FruitVeg,NA,NA
+1989,Eastern Europe,OilcropsPulses,NA,NA
 1989,Eastern Europe,Starchy Roots,NA,NA
+1989,Eastern Europe,Sugar,NA,NA
 1990,Eastern Europe,Ruminants,NA,NA
 1990,Eastern Europe,Cereals,NA,NA
 1990,Eastern Europe,Monogastrics,NA,NA
-1990,Eastern Europe,Oilcrops,NA,NA
-1990,Eastern Europe,Pulses,NA,NA
+1990,Eastern Europe,FruitVeg,NA,NA
+1990,Eastern Europe,OilcropsPulses,NA,NA
 1990,Eastern Europe,Starchy Roots,NA,NA
+1990,Eastern Europe,Sugar,NA,NA
 1991,Eastern Europe,Ruminants,NA,NA
 1991,Eastern Europe,Cereals,NA,NA
 1991,Eastern Europe,Monogastrics,NA,NA
-1991,Eastern Europe,Oilcrops,NA,NA
-1991,Eastern Europe,Pulses,NA,NA
+1991,Eastern Europe,FruitVeg,NA,NA
+1991,Eastern Europe,OilcropsPulses,NA,NA
 1991,Eastern Europe,Starchy Roots,NA,NA
+1991,Eastern Europe,Sugar,NA,NA
 1992,Eastern Europe,Ruminants,NA,NA
 1992,Eastern Europe,Cereals,NA,NA
 1992,Eastern Europe,Monogastrics,NA,NA
-1992,Eastern Europe,Oilcrops,NA,NA
-1992,Eastern Europe,Pulses,NA,NA
+1992,Eastern Europe,FruitVeg,NA,NA
+1992,Eastern Europe,OilcropsPulses,NA,NA
 1992,Eastern Europe,Starchy Roots,NA,NA
+1992,Eastern Europe,Sugar,NA,NA
 1993,Eastern Europe,Ruminants,NA,NA
 1993,Eastern Europe,Cereals,NA,NA
 1993,Eastern Europe,Monogastrics,NA,NA
-1993,Eastern Europe,Oilcrops,NA,NA
-1993,Eastern Europe,Pulses,NA,NA
+1993,Eastern Europe,FruitVeg,NA,NA
+1993,Eastern Europe,OilcropsPulses,NA,NA
 1993,Eastern Europe,Starchy Roots,NA,NA
+1993,Eastern Europe,Sugar,NA,NA
 1994,Eastern Europe,Ruminants,NA,NA
 1994,Eastern Europe,Cereals,NA,NA
 1994,Eastern Europe,Monogastrics,NA,NA
-1994,Eastern Europe,Oilcrops,NA,NA
-1994,Eastern Europe,Pulses,NA,NA
+1994,Eastern Europe,FruitVeg,NA,NA
+1994,Eastern Europe,OilcropsPulses,NA,NA
 1994,Eastern Europe,Starchy Roots,NA,NA
+1994,Eastern Europe,Sugar,NA,NA
 1995,Eastern Europe,Ruminants,NA,NA
 1995,Eastern Europe,Cereals,NA,NA
 1995,Eastern Europe,Monogastrics,NA,NA
-1995,Eastern Europe,Oilcrops,NA,NA
-1995,Eastern Europe,Pulses,NA,NA
+1995,Eastern Europe,FruitVeg,NA,NA
+1995,Eastern Europe,OilcropsPulses,NA,NA
 1995,Eastern Europe,Starchy Roots,NA,NA
+1995,Eastern Europe,Sugar,NA,NA
 1996,Eastern Europe,Ruminants,NA,NA
 1996,Eastern Europe,Cereals,NA,NA
 1996,Eastern Europe,Monogastrics,NA,NA
-1996,Eastern Europe,Oilcrops,NA,NA
-1996,Eastern Europe,Pulses,NA,NA
+1996,Eastern Europe,FruitVeg,NA,NA
+1996,Eastern Europe,OilcropsPulses,NA,NA
 1996,Eastern Europe,Starchy Roots,NA,NA
+1996,Eastern Europe,Sugar,NA,NA
 1997,Eastern Europe,Ruminants,NA,NA
 1997,Eastern Europe,Cereals,NA,NA
 1997,Eastern Europe,Monogastrics,NA,NA
-1997,Eastern Europe,Oilcrops,NA,NA
-1997,Eastern Europe,Pulses,NA,NA
+1997,Eastern Europe,FruitVeg,NA,NA
+1997,Eastern Europe,OilcropsPulses,NA,NA
 1997,Eastern Europe,Starchy Roots,NA,NA
+1997,Eastern Europe,Sugar,NA,NA
 1998,Eastern Europe,Ruminants,NA,NA
 1998,Eastern Europe,Cereals,NA,NA
 1998,Eastern Europe,Monogastrics,NA,NA
-1998,Eastern Europe,Oilcrops,NA,NA
-1998,Eastern Europe,Pulses,NA,NA
+1998,Eastern Europe,FruitVeg,NA,NA
+1998,Eastern Europe,OilcropsPulses,NA,NA
 1998,Eastern Europe,Starchy Roots,NA,NA
+1998,Eastern Europe,Sugar,NA,NA
 1999,Eastern Europe,Ruminants,NA,NA
 1999,Eastern Europe,Cereals,NA,NA
 1999,Eastern Europe,Monogastrics,NA,NA
-1999,Eastern Europe,Oilcrops,NA,NA
-1999,Eastern Europe,Pulses,NA,NA
+1999,Eastern Europe,FruitVeg,NA,NA
+1999,Eastern Europe,OilcropsPulses,NA,NA
 1999,Eastern Europe,Starchy Roots,NA,NA
+1999,Eastern Europe,Sugar,NA,NA
 2000,Eastern Europe,Ruminants,NA,NA
 2000,Eastern Europe,Cereals,NA,NA
 2000,Eastern Europe,Monogastrics,NA,NA
-2000,Eastern Europe,Oilcrops,NA,NA
-2000,Eastern Europe,Pulses,NA,NA
+2000,Eastern Europe,FruitVeg,NA,NA
+2000,Eastern Europe,OilcropsPulses,NA,NA
 2000,Eastern Europe,Starchy Roots,NA,NA
+2000,Eastern Europe,Sugar,NA,NA
 2001,Eastern Europe,Ruminants,NA,NA
 2001,Eastern Europe,Cereals,NA,NA
 2001,Eastern Europe,Monogastrics,NA,NA
-2001,Eastern Europe,Oilcrops,NA,NA
-2001,Eastern Europe,Pulses,NA,NA
+2001,Eastern Europe,FruitVeg,NA,NA
+2001,Eastern Europe,OilcropsPulses,NA,NA
 2001,Eastern Europe,Starchy Roots,NA,NA
+2001,Eastern Europe,Sugar,NA,NA
 2002,Eastern Europe,Ruminants,NA,NA
 2002,Eastern Europe,Cereals,NA,NA
 2002,Eastern Europe,Monogastrics,NA,NA
-2002,Eastern Europe,Oilcrops,NA,NA
-2002,Eastern Europe,Pulses,NA,NA
+2002,Eastern Europe,FruitVeg,NA,NA
+2002,Eastern Europe,OilcropsPulses,NA,NA
 2002,Eastern Europe,Starchy Roots,NA,NA
+2002,Eastern Europe,Sugar,NA,NA
 2003,Eastern Europe,Ruminants,NA,NA
 2003,Eastern Europe,Cereals,NA,NA
 2003,Eastern Europe,Monogastrics,NA,NA
-2003,Eastern Europe,Oilcrops,NA,NA
-2003,Eastern Europe,Pulses,NA,NA
+2003,Eastern Europe,FruitVeg,NA,NA
+2003,Eastern Europe,OilcropsPulses,NA,NA
 2003,Eastern Europe,Starchy Roots,NA,NA
+2003,Eastern Europe,Sugar,NA,NA
 2004,Eastern Europe,Ruminants,NA,NA
 2004,Eastern Europe,Cereals,NA,NA
 2004,Eastern Europe,Monogastrics,NA,NA
-2004,Eastern Europe,Oilcrops,NA,NA
-2004,Eastern Europe,Pulses,NA,NA
+2004,Eastern Europe,FruitVeg,NA,NA
+2004,Eastern Europe,OilcropsPulses,NA,NA
 2004,Eastern Europe,Starchy Roots,NA,NA
+2004,Eastern Europe,Sugar,NA,NA
 2005,Eastern Europe,Ruminants,NA,NA
 2005,Eastern Europe,Cereals,NA,NA
 2005,Eastern Europe,Monogastrics,NA,NA
-2005,Eastern Europe,Oilcrops,NA,NA
-2005,Eastern Europe,Pulses,NA,NA
+2005,Eastern Europe,FruitVeg,NA,NA
+2005,Eastern Europe,OilcropsPulses,NA,NA
 2005,Eastern Europe,Starchy Roots,NA,NA
+2005,Eastern Europe,Sugar,NA,NA
 2006,Eastern Europe,Ruminants,NA,NA
 2006,Eastern Europe,Cereals,NA,NA
 2006,Eastern Europe,Monogastrics,NA,NA
-2006,Eastern Europe,Oilcrops,NA,NA
-2006,Eastern Europe,Pulses,NA,NA
+2006,Eastern Europe,FruitVeg,NA,NA
+2006,Eastern Europe,OilcropsPulses,NA,NA
 2006,Eastern Europe,Starchy Roots,NA,NA
+2006,Eastern Europe,Sugar,NA,NA
 2007,Eastern Europe,Ruminants,NA,NA
 2007,Eastern Europe,Cereals,NA,NA
 2007,Eastern Europe,Monogastrics,NA,NA
-2007,Eastern Europe,Oilcrops,NA,NA
-2007,Eastern Europe,Pulses,NA,NA
+2007,Eastern Europe,FruitVeg,NA,NA
+2007,Eastern Europe,OilcropsPulses,NA,NA
 2007,Eastern Europe,Starchy Roots,NA,NA
+2007,Eastern Europe,Sugar,NA,NA
 2008,Eastern Europe,Ruminants,NA,NA
 2008,Eastern Europe,Cereals,NA,NA
 2008,Eastern Europe,Monogastrics,NA,NA
-2008,Eastern Europe,Oilcrops,NA,NA
-2008,Eastern Europe,Pulses,NA,NA
+2008,Eastern Europe,FruitVeg,NA,NA
+2008,Eastern Europe,OilcropsPulses,NA,NA
 2008,Eastern Europe,Starchy Roots,NA,NA
+2008,Eastern Europe,Sugar,NA,NA
 2009,Eastern Europe,Ruminants,NA,NA
 2009,Eastern Europe,Cereals,NA,NA
 2009,Eastern Europe,Monogastrics,NA,NA
-2009,Eastern Europe,Oilcrops,NA,NA
-2009,Eastern Europe,Pulses,NA,NA
+2009,Eastern Europe,FruitVeg,NA,NA
+2009,Eastern Europe,OilcropsPulses,NA,NA
 2009,Eastern Europe,Starchy Roots,NA,NA
+2009,Eastern Europe,Sugar,NA,NA
 2010,Eastern Europe,Ruminants,NA,NA
 2010,Eastern Europe,Cereals,NA,NA
 2010,Eastern Europe,Monogastrics,NA,NA
-2010,Eastern Europe,Oilcrops,NA,NA
-2010,Eastern Europe,Pulses,NA,NA
+2010,Eastern Europe,FruitVeg,NA,NA
+2010,Eastern Europe,OilcropsPulses,NA,NA
 2010,Eastern Europe,Starchy Roots,NA,NA
+2010,Eastern Europe,Sugar,NA,NA
 2011,Eastern Europe,Ruminants,NA,NA
 2011,Eastern Europe,Cereals,NA,NA
 2011,Eastern Europe,Monogastrics,NA,NA
-2011,Eastern Europe,Oilcrops,NA,NA
-2011,Eastern Europe,Pulses,NA,NA
+2011,Eastern Europe,FruitVeg,NA,NA
+2011,Eastern Europe,OilcropsPulses,NA,NA
 2011,Eastern Europe,Starchy Roots,NA,NA
+2011,Eastern Europe,Sugar,NA,NA
 1961,Ecuador,Ruminants,4.676858,0.321322221029589
 1961,Ecuador,Cereals,4.676858,0.0847318862364434
 1961,Ecuador,Monogastrics,4.676858,0.0481895751378383
-1961,Ecuador,Oilcrops,4.676858,0.0128808700200006
-1961,Ecuador,Pulses,4.676858,0.0107341296229221
+1961,Ecuador,FruitVeg,4.676858,0.308614886318977
+1961,Ecuador,OilcropsPulses,4.676858,0.0236149996429227
 1961,Ecuador,Starchy Roots,4.676858,0.0762956668772069
+1961,Ecuador,Sugar,4.676858,0.0262402664352863
 1962,Ecuador,Ruminants,4.812892,0.317086670550679
 1962,Ecuador,Cereals,4.812892,0.0851068338952962
 1962,Ecuador,Monogastrics,4.812892,0.0492006469291229
-1962,Ecuador,Oilcrops,4.812892,0.0118124404204374
-1962,Ecuador,Pulses,4.812892,0.0105105204937073
+1962,Ecuador,FruitVeg,4.812892,0.327601159552303
+1962,Ecuador,OilcropsPulses,4.812892,0.0223229609141448
 1962,Ecuador,Starchy Roots,4.812892,0.0792149501796425
+1962,Ecuador,Sugar,4.812892,0.027998550559622
 1963,Ecuador,Ruminants,4.953735,0.334900938382857
 1963,Ecuador,Cereals,4.953735,0.0918862232234869
 1963,Ecuador,Monogastrics,4.953735,0.0399178195846165
-1963,Ecuador,Oilcrops,4.953735,0.00937131275693997
-1963,Ecuador,Pulses,4.953735,0.0104648310820018
+1963,Ecuador,FruitVeg,4.953735,0.320812074121849
+1963,Ecuador,OilcropsPulses,4.953735,0.0198361438389417
 1963,Ecuador,Starchy Roots,4.953735,0.0683456018539546
+1963,Ecuador,Sugar,4.953735,0.0279025825967679
 1964,Ecuador,Ruminants,5.09947,0.332577660031337
 1964,Ecuador,Cereals,5.09947,0.079615136474967
 1964,Ecuador,Monogastrics,5.09947,0.0410481481408852
-1964,Ecuador,Oilcrops,5.09947,0.00871914140096912
-1964,Ecuador,Pulses,5.09947,0.0117898526709638
+1964,Ecuador,FruitVeg,5.09947,0.35049995391678
+1964,Ecuador,OilcropsPulses,5.09947,0.020508994071933
 1964,Ecuador,Starchy Roots,5.09947,0.074839738247308
+1964,Ecuador,Sugar,5.09947,0.0289102593014568
 1965,Ecuador,Ruminants,5.25012,0.331288656259285
 1965,Ecuador,Cereals,5.25012,0.0903897434725301
 1965,Ecuador,Monogastrics,5.25012,0.042384783585899
-1965,Ecuador,Oilcrops,5.25012,0.0116635429285426
-1965,Ecuador,Pulses,5.25012,0.0133899796576078
+1965,Ecuador,FruitVeg,5.25012,0.362244101087213
+1965,Ecuador,OilcropsPulses,5.25012,0.0250535225861504
 1965,Ecuador,Starchy Roots,5.25012,0.0856216619810595
+1965,Ecuador,Sugar,5.25012,0.0295619909640161
 1966,Ecuador,Ruminants,5.405692,0.335144103659624
 1966,Ecuador,Cereals,5.405692,0.0883596401718781
 1966,Ecuador,Monogastrics,5.405692,0.0415669631196154
-1966,Ecuador,Oilcrops,5.405692,0.0101030543360591
-1966,Ecuador,Pulses,5.405692,0.0131276439723166
+1966,Ecuador,FruitVeg,5.405692,0.353785787277558
+1966,Ecuador,OilcropsPulses,5.405692,0.0232306983083757
 1966,Ecuador,Starchy Roots,5.405692,0.0764246279662252
+1966,Ecuador,Sugar,5.405692,0.0305650044434644
 1967,Ecuador,Ruminants,5.566057,0.335522309599057
 1967,Ecuador,Cereals,5.566057,0.0935640795629653
 1967,Ecuador,Monogastrics,5.566057,0.0409624982280994
-1967,Ecuador,Oilcrops,5.566057,0.0080825618566249
-1967,Ecuador,Pulses,5.566057,0.0125636514322437
+1967,Ecuador,FruitVeg,5.566057,0.312382356127506
+1967,Ecuador,OilcropsPulses,5.566057,0.0206462132888686
 1967,Ecuador,Starchy Roots,5.566057,0.079405942123841
+1967,Ecuador,Sugar,5.566057,0.0300525129368959
 1968,Ecuador,Ruminants,5.730908,0.342314254564896
 1968,Ecuador,Cereals,5.730908,0.0876555687161615
 1968,Ecuador,Monogastrics,5.730908,0.0404067906865718
-1968,Ecuador,Oilcrops,5.730908,0.0085843290452403
-1968,Ecuador,Pulses,5.730908,0.0120457351609902
+1968,Ecuador,FruitVeg,5.730908,0.300891062986877
+1968,Ecuador,OilcropsPulses,5.730908,0.0206300642062305
 1968,Ecuador,Starchy Roots,5.730908,0.0911281423467276
+1968,Ecuador,Sugar,5.730908,0.0309006879887096
 1969,Ecuador,Ruminants,5.899842,0.347093464536847
 1969,Ecuador,Cereals,5.899842,0.0925221387284609
 1969,Ecuador,Monogastrics,5.899842,0.0397376912805462
-1969,Ecuador,Oilcrops,5.899842,0.00929567266377642
-1969,Ecuador,Pulses,5.899842,0.0101497633326452
+1969,Ecuador,FruitVeg,5.899842,0.288489929052337
+1969,Ecuador,OilcropsPulses,5.899842,0.0194454359964216
 1969,Ecuador,Starchy Roots,5.899842,0.0897759634919037
+1969,Ecuador,Sugar,5.899842,0.0321559458710928
 1970,Ecuador,Ruminants,6.07252,0.377073093213361
 1970,Ecuador,Cereals,6.07252,0.0939731775276162
 1970,Ecuador,Monogastrics,6.07252,0.0405387219803311
-1970,Ecuador,Oilcrops,6.07252,0.00811047143525258
-1970,Ecuador,Pulses,6.07252,0.0109429034404168
+1970,Ecuador,FruitVeg,6.07252,0.281017765277018
+1970,Ecuador,OilcropsPulses,6.07252,0.0190533748756694
 1970,Ecuador,Starchy Roots,6.07252,0.0928759394781738
+1970,Ecuador,Sugar,6.07252,0.0330734192723943
 1971,Ecuador,Ruminants,6.248831,0.336037428440616
 1971,Ecuador,Cereals,6.248831,0.0878844379052658
 1971,Ecuador,Monogastrics,6.248831,0.0413749867775269
-1971,Ecuador,Oilcrops,6.248831,0.0100319563771208
-1971,Ecuador,Pulses,6.248831,0.00862897396329009
+1971,Ecuador,FruitVeg,6.248831,0.268293861683889
+1971,Ecuador,OilcropsPulses,6.248831,0.0186609303404109
 1971,Ecuador,Starchy Roots,6.248831,0.0986166852648119
+1971,Ecuador,Sugar,6.248831,0.0340082809088612
 1972,Ecuador,Ruminants,6.428707,0.332542298163534
 1972,Ecuador,Cereals,6.428707,0.0947755124008607
 1972,Ecuador,Monogastrics,6.428707,0.0438290623604404
-1972,Ecuador,Oilcrops,6.428707,0.0104916898530295
-1972,Ecuador,Pulses,6.428707,0.00656943923560368
+1972,Ecuador,FruitVeg,6.428707,0.26386301320001
+1972,Ecuador,OilcropsPulses,6.428707,0.0170611290886332
 1972,Ecuador,Starchy Roots,6.428707,0.088444845907583
+1972,Ecuador,Sugar,6.428707,0.0383871904568057
 1973,Ecuador,Ruminants,6.611916,0.328030573891138
 1973,Ecuador,Cereals,6.611916,0.0841203971738298
 1973,Ecuador,Monogastrics,6.611916,0.0451017224054268
-1973,Ecuador,Oilcrops,6.611916,0.0115518708949116
-1973,Ecuador,Pulses,6.611916,0.00753820828939751
+1973,Ecuador,FruitVeg,6.611916,0.246479235368386
+1973,Ecuador,OilcropsPulses,6.611916,0.0190900791843091
 1973,Ecuador,Starchy Roots,6.611916,0.0910409327644211
+1973,Ecuador,Sugar,6.611916,0.0378743468610309
 1974,Ecuador,Ruminants,6.798205,0.349744336924232
 1974,Ecuador,Cereals,6.798205,0.0831532735479439
 1974,Ecuador,Monogastrics,6.798205,0.0475831340773042
-1974,Ecuador,Oilcrops,6.798205,0.0154829105624205
-1974,Ecuador,Pulses,6.798205,0.00682562529373563
+1974,Ecuador,FruitVeg,6.798205,0.26837231298556
+1974,Ecuador,OilcropsPulses,6.798205,0.0223085358561561
 1974,Ecuador,Starchy Roots,6.798205,0.0845807091724948
+1974,Ecuador,Sugar,6.798205,0.0393172903729734
 1975,Ecuador,Ruminants,6.987393,0.356893035786022
 1975,Ecuador,Cereals,6.987393,0.0902194852930127
 1975,Ecuador,Monogastrics,6.987393,0.0478835668753711
-1975,Ecuador,Oilcrops,6.987393,0.0107044215203009
-1975,Ecuador,Pulses,6.987393,0.00700647580578336
+1975,Ecuador,FruitVeg,6.987393,0.271972107479857
+1975,Ecuador,OilcropsPulses,6.987393,0.0177108973260843
 1975,Ecuador,Starchy Roots,6.987393,0.0834930853323979
+1975,Ecuador,Sugar,6.987393,0.0408259561183978
 1976,Ecuador,Ruminants,7.179399,0.354837835311842
 1976,Ecuador,Cereals,7.179399,0.0925747405876174
 1976,Ecuador,Monogastrics,7.179399,0.0508685754893968
-1976,Ecuador,Oilcrops,7.179399,0.0109659596854834
-1976,Ecuador,Pulses,7.179399,0.00739880873036866
+1976,Ecuador,FruitVeg,7.179399,0.281430520855576
+1976,Ecuador,OilcropsPulses,7.179399,0.0183647684158521
 1976,Ecuador,Starchy Roots,7.179399,0.0833238269665748
+1976,Ecuador,Sugar,7.179399,0.0409914534628874
 1977,Ecuador,Ruminants,7.374235,0.364097292803932
 1977,Ecuador,Cereals,7.374235,0.0868698922667911
 1977,Ecuador,Monogastrics,7.374235,0.0555688827383451
-1977,Ecuador,Oilcrops,7.374235,0.013236627256929
-1977,Ecuador,Pulses,7.374235,0.00496498958875056
+1977,Ecuador,FruitVeg,7.374235,0.329535063637109
+1977,Ecuador,OilcropsPulses,7.374235,0.0182016168456796
 1977,Ecuador,Starchy Roots,7.374235,0.0703386859789524
+1977,Ecuador,Sugar,7.374235,0.0428737353772968
 1978,Ecuador,Ruminants,7.571953,0.394610822333419
 1978,Ecuador,Cereals,7.571953,0.0881336690811472
 1978,Ecuador,Monogastrics,7.571953,0.0615010552759638
-1978,Ecuador,Oilcrops,7.571953,0.0154168944260483
-1978,Ecuador,Pulses,7.571953,0.00355311238725333
+1978,Ecuador,FruitVeg,7.571953,0.321547294337405
+1978,Ecuador,OilcropsPulses,7.571953,0.0189700068133017
 1978,Ecuador,Starchy Roots,7.571953,0.0577112668290466
+1978,Ecuador,Sugar,7.571953,0.0447258454985127
 1979,Ecuador,Ruminants,7.772652,0.395970693143087
 1979,Ecuador,Cereals,7.772652,0.0921437110525468
 1979,Ecuador,Monogastrics,7.772652,0.066274368130723
-1979,Ecuador,Oilcrops,7.772652,0.015973183927442
-1979,Ecuador,Pulses,7.772652,0.00413218036778181
+1979,Ecuador,FruitVeg,7.772652,0.29344038559812
+1979,Ecuador,OilcropsPulses,7.772652,0.0201053642952238
 1979,Ecuador,Starchy Roots,7.772652,0.0436313114236943
+1979,Ecuador,Sugar,7.772652,0.0471602227913973
 1980,Ecuador,Ruminants,7.976449,0.339029347520432
 1980,Ecuador,Cereals,7.976449,0.10085866530332
 1980,Ecuador,Monogastrics,7.976449,0.0706257383454718
-1980,Ecuador,Oilcrops,7.976449,0.0187547115263948
-1980,Ecuador,Pulses,7.976449,0.0045740905508203
+1980,Ecuador,FruitVeg,7.976449,0.304234127241333
+1980,Ecuador,OilcropsPulses,7.976449,0.0233288020772151
 1980,Ecuador,Starchy Roots,7.976449,0.05234823165045
+1980,Ecuador,Sugar,7.976449,0.0475266625537253
 1981,Ecuador,Ruminants,8.183194,0.333995430146224
 1981,Ecuador,Cereals,8.183194,0.0972526130994817
 1981,Ecuador,Monogastrics,8.183194,0.0634958428212749
-1981,Ecuador,Oilcrops,8.183194,0.0227695933885962
-1981,Ecuador,Pulses,8.183194,0.00485140643127854
+1981,Ecuador,FruitVeg,8.183194,0.28661938113651
+1981,Ecuador,OilcropsPulses,8.183194,0.0276209998198747
 1981,Ecuador,Starchy Roots,8.183194,0.0499841504429688
+1981,Ecuador,Sugar,8.183194,0.0395442170868734
 1982,Ecuador,Ruminants,8.392935,0.338317120292246
 1982,Ecuador,Cereals,8.392935,0.100379187971788
 1982,Ecuador,Monogastrics,8.392935,0.0664956061258666
-1982,Ecuador,Oilcrops,8.392935,0.0202909947473679
-1982,Ecuador,Pulses,8.392935,0.00472599871201195
+1982,Ecuador,FruitVeg,8.392935,0.269378471297585
+1982,Ecuador,OilcropsPulses,8.392935,0.0250169934593798
 1982,Ecuador,Starchy Roots,8.392935,0.0540810812903948
+1982,Ecuador,Sugar,8.392935,0.03850679172423
 1983,Ecuador,Ruminants,8.606214,0.339080099565268
 1983,Ecuador,Cereals,8.606214,0.0916134551151064
 1983,Ecuador,Monogastrics,8.606214,0.064154470246731
-1983,Ecuador,Oilcrops,8.606214,0.0177250995617818
-1983,Ecuador,Pulses,8.606214,0.00327530781828107
+1983,Ecuador,FruitVeg,8.606214,0.23544592314344
+1983,Ecuador,OilcropsPulses,8.606214,0.0210004073800628
 1983,Ecuador,Starchy Roots,8.606214,0.0455240829475075
+1983,Ecuador,Sugar,8.606214,0.0380885253376223
 1984,Ecuador,Ruminants,8.823746,0.337892194539598
 1984,Ecuador,Cereals,8.823746,0.103516805674143
 1984,Ecuador,Monogastrics,8.823746,0.0679732848157687
-1984,Ecuador,Oilcrops,8.823746,0.0156546890628991
-1984,Ecuador,Pulses,8.823746,0.00391466390804994
+1984,Ecuador,FruitVeg,8.823746,0.230776135215134
+1984,Ecuador,OilcropsPulses,8.823746,0.0195693529709491
 1984,Ecuador,Starchy Roots,8.823746,0.0517608961092035
+1984,Ecuador,Sugar,8.823746,0.0366640200205219
 1985,Ecuador,Ruminants,9.045977,0.353483974146739
 1985,Ecuador,Cereals,9.045977,0.0930318527230392
 1985,Ecuador,Monogastrics,9.045977,0.0720221817941832
-1985,Ecuador,Oilcrops,9.045977,0.0138429491916683
-1985,Ecuador,Pulses,9.045977,0.00332755654806551
+1985,Ecuador,FruitVeg,9.045977,0.260587441245981
+1985,Ecuador,OilcropsPulses,9.045977,0.0171705057397338
 1985,Ecuador,Starchy Roots,9.045977,0.0528411690633306
+1985,Ecuador,Sugar,9.045977,0.0367542389285314
 1986,Ecuador,Ruminants,9.272905,0.346900890281956
 1986,Ecuador,Cereals,9.272905,0.106068055264235
 1986,Ecuador,Monogastrics,9.272905,0.0776681741050944
-1986,Ecuador,Oilcrops,9.272905,0.0130430539297016
-1986,Ecuador,Pulses,9.272905,0.00297102148679405
+1986,Ecuador,FruitVeg,9.272905,0.22211593885627
+1986,Ecuador,OilcropsPulses,9.272905,0.0160140754164957
 1986,Ecuador,Starchy Roots,9.272905,0.0414720090413953
+1986,Ecuador,Sugar,9.272905,0.0385290262328796
 1987,Ecuador,Ruminants,9.504132,0.352937427636737
 1987,Ecuador,Cereals,9.504132,0.108560045251897
 1987,Ecuador,Monogastrics,9.504132,0.0733302104810834
-1987,Ecuador,Oilcrops,9.504132,0.0137893707705238
-1987,Ecuador,Pulses,9.504132,0.00298564876834623
+1987,Ecuador,FruitVeg,9.504132,0.229982916903932
+1987,Ecuador,OilcropsPulses,9.504132,0.01677501953887
 1987,Ecuador,Starchy Roots,9.504132,0.0374230913459535
+1987,Ecuador,Sugar,9.504132,0.0314606320703458
 1988,Ecuador,Ruminants,9.739179,0.368489397309568
 1988,Ecuador,Cereals,9.739179,0.120413024547552
 1988,Ecuador,Monogastrics,9.739179,0.0706419709505288
-1988,Ecuador,Oilcrops,9.739179,0.0130759481882405
-1988,Ecuador,Pulses,9.739179,0.00312510941630706
+1988,Ecuador,FruitVeg,9.739179,0.245980487677657
+1988,Ecuador,OilcropsPulses,9.739179,0.0162010576045476
 1988,Ecuador,Starchy Roots,9.739179,0.0359353699115706
+1988,Ecuador,Sugar,9.739179,0.0306852353776432
 1989,Ecuador,Ruminants,9.97738,0.350391014474742
 1989,Ecuador,Cereals,9.97738,0.118083304434631
 1989,Ecuador,Monogastrics,9.97738,0.0693853997742894
-1989,Ecuador,Oilcrops,9.97738,0.0141286590267184
-1989,Ecuador,Pulses,9.97738,0.00425722985392959
+1989,Ecuador,FruitVeg,9.97738,0.203371025259136
+1989,Ecuador,OilcropsPulses,9.97738,0.018385888880648
 1989,Ecuador,Starchy Roots,9.97738,0.0366655374457022
+1989,Ecuador,Sugar,9.97738,0.0298941205005723
 1990,Ecuador,Ruminants,10.218085,0.354743750908316
 1990,Ecuador,Cereals,10.218085,0.113269756515042
 1990,Ecuador,Monogastrics,10.218085,0.0778719006545747
-1990,Ecuador,Oilcrops,10.218085,0.014101761729326
-1990,Ecuador,Pulses,10.218085,0.00336012080541511
+1990,Ecuador,FruitVeg,10.218085,0.195170327903908
+1990,Ecuador,OilcropsPulses,10.218085,0.0174618825347411
 1990,Ecuador,Starchy Roots,10.218085,0.0371566687887212
+1990,Ecuador,Sugar,10.218085,0.0273249831059342
 1991,Ecuador,Ruminants,10.460988,0.384329281326009
 1991,Ecuador,Cereals,10.460988,0.110498645061059
 1991,Ecuador,Monogastrics,10.460988,0.081491977621999
-1991,Ecuador,Oilcrops,10.460988,0.0138025203737926
-1991,Ecuador,Pulses,10.460988,0.00337950870414917
+1991,Ecuador,FruitVeg,10.460988,0.163485991954106
+1991,Ecuador,OilcropsPulses,10.460988,0.0171820290779418
 1991,Ecuador,Starchy Roots,10.460988,0.0331084406176549
+1991,Ecuador,Sugar,10.460988,0.0271846215672936
 1992,Ecuador,Ruminants,10.70567,0.377426606648626
 1992,Ecuador,Cereals,10.70567,0.118766971147065
 1992,Ecuador,Monogastrics,10.70567,0.0835286348262183
-1992,Ecuador,Oilcrops,10.70567,0.0144372094413521
-1992,Ecuador,Pulses,10.70567,0.00500071457461327
+1992,Ecuador,FruitVeg,10.70567,0.204355916070643
+1992,Ecuador,OilcropsPulses,10.70567,0.0194379240159654
 1992,Ecuador,Starchy Roots,10.70567,0.0405956843429697
+1992,Ecuador,Sugar,10.70567,0.0278216122858261
 1993,Ecuador,Ruminants,10.9512,0.404632213821316
 1993,Ecuador,Cereals,10.9512,0.129527996931843
 1993,Ecuador,Monogastrics,10.9512,0.0811931934399883
-1993,Ecuador,Oilcrops,10.9512,0.010609248301556
-1993,Ecuador,Pulses,10.9512,0.00468934911242604
+1993,Ecuador,FruitVeg,10.9512,0.233476513989334
+1993,Ecuador,OilcropsPulses,10.9512,0.015298597413982
 1993,Ecuador,Starchy Roots,10.9512,0.0341242968807071
+1993,Ecuador,Sugar,10.9512,0.0262983052085616
 1994,Ecuador,Ruminants,11.196476,0.407581313977719
 1994,Ecuador,Cereals,11.196476,0.133541392845392
 1994,Ecuador,Monogastrics,11.196476,0.0880297336411921
-1994,Ecuador,Oilcrops,11.196476,0.0125553790317596
-1994,Ecuador,Pulses,11.196476,0.00444112951253591
+1994,Ecuador,FruitVeg,11.196476,0.250554013602137
+1994,Ecuador,OilcropsPulses,11.196476,0.0169965085442955
 1994,Ecuador,Starchy Roots,11.196476,0.0420231329929167
+1994,Ecuador,Sugar,11.196476,0.0269540166030812
 1995,Ecuador,Ruminants,11.440576,0.454171529475439
 1995,Ecuador,Cereals,11.440576,0.123507155583775
 1995,Ecuador,Monogastrics,11.440576,0.0909205882640874
-1995,Ecuador,Oilcrops,11.440576,0.0122992059141078
-1995,Ecuador,Pulses,11.440576,0.00430651393775978
+1995,Ecuador,FruitVeg,11.440576,0.188930522379293
+1995,Ecuador,OilcropsPulses,11.440576,0.0166057198518676
 1995,Ecuador,Starchy Roots,11.440576,0.0357525704999469
+1995,Ecuador,Sugar,11.440576,0.0249335348150303
 1996,Ecuador,Ruminants,11.68348,0.470938898341932
 1996,Ecuador,Cereals,11.68348,0.126690592186575
 1996,Ecuador,Monogastrics,11.68348,0.107389587691339
-1996,Ecuador,Oilcrops,11.68348,0.0121932848774509
-1996,Ecuador,Pulses,11.68348,0.00425618052155693
+1996,Ecuador,FruitVeg,11.68348,0.209158487026126
+1996,Ecuador,OilcropsPulses,11.68348,0.0164494653990078
 1996,Ecuador,Starchy Roots,11.68348,0.0341815109881645
+1996,Ecuador,Sugar,11.68348,0.0207445897968756
 1997,Ecuador,Ruminants,11.924991,0.468950685161943
 1997,Ecuador,Cereals,11.924991,0.122294431920326
 1997,Ecuador,Monogastrics,11.924991,0.115502778995808
-1997,Ecuador,Oilcrops,11.924991,0.0108774924861579
-1997,Ecuador,Pulses,11.924991,0.00409434271271148
+1997,Ecuador,FruitVeg,11.924991,0.271464775109684
+1997,Ecuador,OilcropsPulses,11.924991,0.0149718351988693
 1997,Ecuador,Starchy Roots,11.924991,0.0469680019045717
+1997,Ecuador,Sugar,11.924991,0.0201642080903877
 1998,Ecuador,Ruminants,12.163887,0.475982167542332
 1998,Ecuador,Cereals,12.163887,0.12406174111943
 1998,Ecuador,Monogastrics,12.163887,0.0921447560306997
-1998,Ecuador,Oilcrops,12.163887,0.00968629517850667
-1998,Ecuador,Pulses,12.163887,0.004813839523501
+1998,Ecuador,FruitVeg,12.163887,0.21354571939052
+1998,Ecuador,OilcropsPulses,12.163887,0.0145001347020077
 1998,Ecuador,Starchy Roots,12.163887,0.0353319625544039
+1998,Ecuador,Sugar,12.163887,0.0205117821301694
 1999,Ecuador,Ruminants,12.398691,0.470310793292614
 1999,Ecuador,Cereals,12.398691,0.125679073702216
 1999,Ecuador,Monogastrics,12.398691,0.10425038417362
-1999,Ecuador,Oilcrops,12.398691,0.00958883482135332
-1999,Ecuador,Pulses,12.398691,0.00396509599279472
+1999,Ecuador,FruitVeg,12.398691,0.242899754498277
+1999,Ecuador,OilcropsPulses,12.398691,0.013553930814148
 1999,Ecuador,Starchy Roots,12.398691,0.0418131236595863
+1999,Ecuador,Sugar,12.398691,0.0192220291642077
 2000,Ecuador,Ruminants,12.628596,0.491626297966932
 2000,Ecuador,Cereals,12.628596,0.127382806449743
 2000,Ecuador,Monogastrics,12.628596,0.117659057269708
-2000,Ecuador,Oilcrops,12.628596,0.00760203272002683
-2000,Ecuador,Pulses,12.628596,0.00405452831019379
+2000,Ecuador,FruitVeg,12.628596,0.223661838576513
+2000,Ecuador,OilcropsPulses,12.628596,0.0116565610302206
 2000,Ecuador,Starchy Roots,12.628596,0.0162574683678217
+2000,Ecuador,Sugar,12.628596,0.0187861738549558
 2001,Ecuador,Ruminants,12.852753,0.530966221789215
 2001,Ecuador,Cereals,12.852753,0.117602119950488
 2001,Ecuador,Monogastrics,12.852753,0.132365206115764
-2001,Ecuador,Oilcrops,12.852753,0.00794934750554998
-2001,Ecuador,Pulses,12.852753,0.00307428299602428
+2001,Ecuador,FruitVeg,12.852753,0.204335289101098
+2001,Ecuador,OilcropsPulses,12.852753,0.0110236305015743
 2001,Ecuador,Starchy Roots,12.852753,0.0315122371059336
+2001,Ecuador,Sugar,12.852753,0.0181123063673596
 2002,Ecuador,Ruminants,13.072056,0.564566775111735
 2002,Ecuador,Cereals,13.072056,0.111107770652145
 2002,Ecuador,Monogastrics,13.072056,0.134011298605208
-2002,Ecuador,Oilcrops,13.072056,0.0100516705252793
-2002,Ecuador,Pulses,13.072056,0.00248201201096446
+2002,Ecuador,FruitVeg,13.072056,0.198654825224127
+2002,Ecuador,OilcropsPulses,13.072056,0.0125336825362437
 2002,Ecuador,Starchy Roots,13.072056,0.0356908660734012
+2002,Ecuador,Sugar,13.072056,0.0177492354683915
 2003,Ecuador,Ruminants,13.2896,0.575162028954972
 2003,Ecuador,Cereals,13.2896,0.111750767517457
 2003,Ecuador,Monogastrics,13.2896,0.139009127437997
-2003,Ecuador,Oilcrops,13.2896,0.00935415663375873
-2003,Ecuador,Pulses,13.2896,0.00230300385263665
+2003,Ecuador,FruitVeg,13.2896,0.179513303635926
+2003,Ecuador,OilcropsPulses,13.2896,0.0116571604863954
 2003,Ecuador,Starchy Roots,13.2896,0.0298201601252107
+2003,Ecuador,Sugar,13.2896,0.0184380267276667
 2004,Ecuador,Ruminants,13.509645,0.57626856960342
 2004,Ecuador,Cereals,13.509645,0.10874771320786
 2004,Ecuador,Monogastrics,13.509645,0.14010269699907
-2004,Ecuador,Oilcrops,13.509645,0.0106027212410097
-2004,Ecuador,Pulses,13.509645,0.00231308816774978
+2004,Ecuador,FruitVeg,13.509645,0.189854285586335
+2004,Ecuador,OilcropsPulses,13.509645,0.0129158094087594
 2004,Ecuador,Starchy Roots,13.509645,0.0342739576058438
+2004,Ecuador,Sugar,13.509645,0.0180132786612824
 2005,Ecuador,Ruminants,13.735232,0.573881242049643
 2005,Ecuador,Cereals,13.735232,0.114260028516446
 2005,Ecuador,Monogastrics,13.735232,0.139439370226873
-2005,Ecuador,Oilcrops,13.735232,0.0106834744400386
-2005,Ecuador,Pulses,13.735232,0.00266773797486639
+2005,Ecuador,FruitVeg,13.735232,0.172225339914171
+2005,Ecuador,OilcropsPulses,13.735232,0.013351212414905
 2005,Ecuador,Starchy Roots,13.735232,0.03721415116978
+2005,Ecuador,Sugar,13.735232,0.018126377479463
 2006,Ecuador,Ruminants,13.96749,0.574740994981919
 2006,Ecuador,Cereals,13.96749,0.11501622696705
 2006,Ecuador,Monogastrics,13.96749,0.159898793555607
-2006,Ecuador,Oilcrops,13.96749,0.012101816432301
-2006,Ecuador,Pulses,13.96749,0.00233420607424813
+2006,Ecuador,FruitVeg,13.96749,0.158004408809314
+2006,Ecuador,OilcropsPulses,13.96749,0.0144360225065491
 2006,Ecuador,Starchy Roots,13.96749,0.0267052276393253
+2006,Ecuador,Sugar,13.96749,0.0183675807177954
 2007,Ecuador,Ruminants,14.205479,0.614017971516483
 2007,Ecuador,Cereals,14.205479,0.114338418296208
 2007,Ecuador,Monogastrics,14.205479,0.177842929478126
-2007,Ecuador,Oilcrops,14.205479,0.0130250447732174
-2007,Ecuador,Pulses,14.205479,0.00243166738692866
+2007,Ecuador,FruitVeg,14.205479,0.150930496606274
+2007,Ecuador,OilcropsPulses,14.205479,0.0154567121601461
 2007,Ecuador,Starchy Roots,14.205479,0.0202334606245942
+2007,Ecuador,Sugar,14.205479,0.0186733583570114
 2008,Ecuador,Ruminants,14.4476,0.638292090035715
 2008,Ecuador,Cereals,14.4476,0.113155264542208
 2008,Ecuador,Monogastrics,14.4476,0.185657721697721
-2008,Ecuador,Oilcrops,14.4476,0.0141526620338326
-2008,Ecuador,Pulses,14.4476,0.00269262714914588
+2008,Ecuador,FruitVeg,14.4476,0.158088679088568
+2008,Ecuador,OilcropsPulses,14.4476,0.0168452891829785
 2008,Ecuador,Starchy Roots,14.4476,0.0212968936017055
+2008,Ecuador,Sugar,14.4476,0.0187069132589496
 2009,Ecuador,Ruminants,14.69131,0.658560482353173
 2009,Ecuador,Cereals,14.69131,0.114432273228187
 2009,Ecuador,Monogastrics,14.69131,0.16365938776052
-2009,Ecuador,Oilcrops,14.69131,0.0133804950001055
-2009,Ecuador,Pulses,14.69131,0.00242388187302562
+2009,Ecuador,FruitVeg,14.69131,0.188647642722126
+2009,Ecuador,OilcropsPulses,14.69131,0.0158043768731311
 2009,Ecuador,Starchy Roots,14.69131,0.0200224486448111
+2009,Ecuador,Sugar,14.69131,0.0186805669473995
 2010,Ecuador,Ruminants,14.934692,0.642298950657971
 2010,Ecuador,Cereals,14.934692,0.11867047542728
 2010,Ecuador,Monogastrics,14.934692,0.173375132208954
-2010,Ecuador,Oilcrops,14.934692,0.0128631377198807
-2010,Ecuador,Pulses,14.934692,0.00244658544012826
+2010,Ecuador,FruitVeg,14.934692,0.204447805150585
+2010,Ecuador,OilcropsPulses,14.934692,0.0153097231600089
 2010,Ecuador,Starchy Roots,14.934692,0.0255953052128561
+2010,Ecuador,Sugar,14.934692,0.0190427763759708
 2011,Ecuador,Ruminants,15.17728,0.653330642908347
 2011,Ecuador,Cereals,15.17728,0.119768627843724
 2011,Ecuador,Monogastrics,15.17728,0.178222533945476
-2011,Ecuador,Oilcrops,15.17728,0.0133969986716988
-2011,Ecuador,Pulses,15.17728,0.00264447911615256
+2011,Ecuador,FruitVeg,15.17728,0.197969003668642
+2011,Ecuador,OilcropsPulses,15.17728,0.0160414777878513
 2011,Ecuador,Starchy Roots,15.17728,0.0222053622256425
+2011,Ecuador,Sugar,15.17728,0.0190782538109595
 1961,Egypt,Ruminants,27.810001,0.232798524530797
 1961,Egypt,Cereals,27.810001,0.180193808694937
 1961,Egypt,Monogastrics,27.810001,0.0108819737187352
-1961,Egypt,Oilcrops,27.810001,0.0231955043798812
-1961,Egypt,Pulses,27.810001,0.00672700443268592
+1961,Egypt,FruitVeg,27.810001,0.142454184018188
+1961,Egypt,OilcropsPulses,27.810001,0.0299225088125671
 1961,Egypt,Starchy Roots,27.810001,0.0124304202649975
+1961,Egypt,Sugar,27.810001,0.0136848970267926
 1962,Egypt,Ruminants,28.560741,0.228812729333598
 1962,Egypt,Cereals,28.560741,0.182052244372791
 1962,Egypt,Monogastrics,28.560741,0.0108046041242417
-1962,Egypt,Oilcrops,28.560741,0.0215421231542977
-1962,Egypt,Pulses,28.560741,0.0105307141715966
+1962,Egypt,FruitVeg,28.560741,0.158537413297505
+1962,Egypt,OilcropsPulses,28.560741,0.0320728373258943
 1962,Egypt,Starchy Roots,28.560741,0.00821998981048846
+1962,Egypt,Sugar,28.560741,0.014864565313624
 1963,Egypt,Ruminants,29.322709,0.229638509866193
 1963,Egypt,Cereals,29.322709,0.184509112033271
 1963,Egypt,Monogastrics,29.322709,0.0108524931990424
-1963,Egypt,Oilcrops,29.322709,0.0295383008438954
-1963,Egypt,Pulses,29.322709,0.00820868904029297
+1963,Egypt,FruitVeg,29.322709,0.16775683992908
+1963,Egypt,OilcropsPulses,29.322709,0.0377469898841884
 1963,Egypt,Starchy Roots,29.322709,0.0114525912322767
+1963,Egypt,Sugar,29.322709,0.015062285002385
 1964,Egypt,Ruminants,30.094082,0.229391629224643
 1964,Egypt,Cereals,30.094082,0.188292336014769
 1964,Egypt,Monogastrics,30.094082,0.0108631989505445
-1964,Egypt,Oilcrops,30.094082,0.0220063865048284
-1964,Egypt,Pulses,30.094082,0.0111865847909898
+1964,Egypt,FruitVeg,30.094082,0.167035399185793
+1964,Egypt,OilcropsPulses,30.094082,0.0331929712958182
 1964,Egypt,Starchy Roots,30.094082,0.0111591375340839
+1964,Egypt,Sugar,30.094082,0.0154062848635821
 1965,Egypt,Ruminants,30.872982,0.231385186568631
 1965,Egypt,Cereals,30.872982,0.189550494344861
 1965,Egypt,Monogastrics,30.872982,0.0107759723372365
-1965,Egypt,Oilcrops,30.872982,0.0299678858362305
-1965,Egypt,Pulses,30.872982,0.00920419673097986
+1965,Egypt,FruitVeg,30.872982,0.170562305902293
+1965,Egypt,OilcropsPulses,30.872982,0.0391720825672104
 1965,Egypt,Starchy Roots,30.872982,0.013280285007778
+1965,Egypt,Sugar,30.872982,0.016111466006102
 1966,Egypt,Ruminants,31.660914,0.240573427539079
 1966,Egypt,Cereals,31.660914,0.192251525019145
 1966,Egypt,Monogastrics,31.660914,0.010778674930231
-1966,Egypt,Oilcrops,31.660914,0.0256991001586372
-1966,Egypt,Pulses,31.660914,0.0116316604125832
+1966,Egypt,FruitVeg,31.660914,0.180702679651004
+1966,Egypt,OilcropsPulses,31.660914,0.0373307605712204
 1966,Egypt,Starchy Roots,31.660914,0.00924218422753051
+1966,Egypt,Sugar,31.660914,0.0165493327198324
 1967,Egypt,Ruminants,32.456565,0.226022371745131
 1967,Egypt,Cereals,32.456565,0.19456251762933
 1967,Egypt,Monogastrics,32.456565,0.0109315418929884
-1967,Egypt,Oilcrops,32.456565,0.0175176886401873
-1967,Egypt,Pulses,32.456565,0.00649317017990043
+1967,Egypt,FruitVeg,32.456565,0.166834567983396
+1967,Egypt,OilcropsPulses,32.456565,0.0240108588200877
 1967,Egypt,Starchy Roots,32.456565,0.00699926193668369
+1967,Egypt,Sugar,32.456565,0.0163957892648221
 1968,Egypt,Ruminants,33.252275,0.245788815953194
 1968,Egypt,Cereals,33.252275,0.192944302307135
 1968,Egypt,Monogastrics,33.252275,0.0108964845262467
-1968,Egypt,Oilcrops,33.252275,0.0187373946594632
-1968,Egypt,Pulses,33.252275,0.00920030283642247
+1968,Egypt,FruitVeg,33.252275,0.170759594644276
+1968,Egypt,OilcropsPulses,33.252275,0.0279376974958856
 1968,Egypt,Starchy Roots,33.252275,0.0129292807785332
+1968,Egypt,Sugar,33.252275,0.0165693324742442
 1969,Egypt,Ruminants,34.038147,0.240758000134379
 1969,Egypt,Cereals,34.038147,0.191669981330065
 1969,Egypt,Monogastrics,34.038147,0.0105437231938625
-1969,Egypt,Oilcrops,34.038147,0.0242448861860782
-1969,Egypt,Pulses,34.038147,0.0084192890993743
+1969,Egypt,FruitVeg,34.038147,0.173680488541283
+1969,Egypt,OilcropsPulses,34.038147,0.0326641752854525
 1969,Egypt,Starchy Roots,34.038147,0.011383904065048
+1969,Egypt,Sugar,34.038147,0.0166909203371147
 1970,Egypt,Ruminants,34.808599,0.235615923525104
 1970,Egypt,Cereals,34.808599,0.191744200908517
 1970,Egypt,Monogastrics,34.808599,0.0109806861229893
-1970,Egypt,Oilcrops,34.808599,0.0256282362872461
-1970,Egypt,Pulses,34.808599,0.00855840247980104
+1970,Egypt,FruitVeg,34.808599,0.16569081105505
+1970,Egypt,OilcropsPulses,34.808599,0.0341866387670472
 1970,Egypt,Starchy Roots,34.808599,0.0126106195770763
+1970,Egypt,Sugar,34.808599,0.0173800732399486
 1971,Egypt,Ruminants,35.561087,0.239038888209463
 1971,Egypt,Cereals,35.561087,0.192150678633642
 1971,Egypt,Monogastrics,35.561087,0.0112377976522484
-1971,Egypt,Oilcrops,35.561087,0.0216572682381728
-1971,Egypt,Pulses,35.561087,0.00790026469100902
+1971,Egypt,FruitVeg,35.561087,0.175094113405476
+1971,Egypt,OilcropsPulses,35.561087,0.0295575329291818
 1971,Egypt,Starchy Roots,35.561087,0.0100266620083914
+1971,Egypt,Sugar,35.561087,0.0177476858342379
 1972,Egypt,Ruminants,36.302154,0.238409880581742
 1972,Egypt,Cereals,36.302154,0.19092809203553
 1972,Egypt,Monogastrics,36.302154,0.011637259871687
-1972,Egypt,Oilcrops,36.302154,0.025710926134025
-1972,Egypt,Pulses,36.302154,0.0105227364745354
+1972,Egypt,FruitVeg,36.302154,0.17079534729537
+1972,Egypt,OilcropsPulses,36.302154,0.0362336626085604
 1972,Egypt,Starchy Roots,36.302154,0.013235330333291
+1972,Egypt,Sugar,36.302154,0.0182927437308541
 1973,Egypt,Ruminants,37.046807,0.234991069540757
 1973,Egypt,Cereals,37.046807,0.197785898255685
 1973,Egypt,Monogastrics,37.046807,0.0113210134411854
-1973,Egypt,Oilcrops,37.046807,0.0228012362846817
-1973,Egypt,Pulses,37.046807,0.00799979874108989
+1973,Egypt,FruitVeg,37.046807,0.168446743601952
+1973,Egypt,OilcropsPulses,37.046807,0.0308010350257716
 1973,Egypt,Starchy Roots,37.046807,0.016620460705291
+1973,Egypt,Sugar,37.046807,0.0191123893619226
 1974,Egypt,Ruminants,37.815578,0.234358774048092
 1974,Egypt,Cereals,37.815578,0.199759316120991
 1974,Egypt,Monogastrics,37.815578,0.0113247693847229
-1974,Egypt,Oilcrops,37.815578,0.0229782287077564
-1974,Egypt,Pulses,37.815578,0.00737891669935602
+1974,Egypt,FruitVeg,37.815578,0.181014448595761
+1974,Egypt,OilcropsPulses,37.815578,0.0303571454071124
 1974,Egypt,Starchy Roots,37.815578,0.0154856815886828
+1974,Egypt,Sugar,37.815578,0.0198196362356276
 1975,Egypt,Ruminants,38.62441,0.239676152982013
 1975,Egypt,Cereals,38.62441,0.200278968662563
 1975,Egypt,Monogastrics,38.62441,0.0119630694682456
-1975,Egypt,Oilcrops,38.62441,0.0235198414681286
-1975,Egypt,Pulses,38.62441,0.00746810113086517
+1975,Egypt,FruitVeg,38.62441,0.188817071898315
+1975,Egypt,OilcropsPulses,38.62441,0.0309879425989937
 1975,Egypt,Starchy Roots,38.62441,0.0173835147255324
+1975,Egypt,Sugar,38.62441,0.0211122448213448
 1976,Egypt,Ruminants,39.478585,0.254044376210546
 1976,Egypt,Cereals,39.478585,0.205209482558709
 1976,Egypt,Monogastrics,39.478585,0.0120246609649257
-1976,Egypt,Oilcrops,39.478585,0.0231120238985263
-1976,Egypt,Pulses,39.478585,0.00785567669155315
+1976,Egypt,FruitVeg,39.478585,0.193291299574187
+1976,Egypt,OilcropsPulses,39.478585,0.0309677005900794
 1976,Egypt,Starchy Roots,39.478585,0.017545487002637
+1976,Egypt,Sugar,39.478585,0.0217061731062549
 1977,Egypt,Ruminants,40.377668,0.256485441407859
 1977,Egypt,Cereals,40.377668,0.207781316147332
 1977,Egypt,Monogastrics,40.377668,0.0129505894198744
-1977,Egypt,Oilcrops,40.377668,0.0237361404824073
-1977,Egypt,Pulses,40.377668,0.00770472925776694
+1977,Egypt,FruitVeg,40.377668,0.176929410584088
+1977,Egypt,OilcropsPulses,40.377668,0.0314408697401742
 1977,Egypt,Starchy Roots,40.377668,0.0192289708261507
+1977,Egypt,Sugar,40.377668,0.0231787531662304
 1978,Egypt,Ruminants,41.324806,0.264208027982031
 1978,Egypt,Cereals,41.324806,0.217395188739664
 1978,Egypt,Monogastrics,41.324806,0.0131087269955968
-1978,Egypt,Oilcrops,41.324806,0.0237361065893449
-1978,Egypt,Pulses,41.324806,0.00682969933361575
+1978,Egypt,FruitVeg,41.324806,0.188718635484943
+1978,Egypt,OilcropsPulses,41.324806,0.0305658059229607
 1978,Egypt,Starchy Roots,41.324806,0.0155531522640421
+1978,Egypt,Sugar,41.324806,0.0249421376594
 1979,Egypt,Ruminants,42.32174,0.256379510861321
 1979,Egypt,Cereals,42.32174,0.224078263322822
 1979,Egypt,Monogastrics,42.32174,0.0140680369001842
-1979,Egypt,Oilcrops,42.32174,0.0238042670268283
-1979,Egypt,Pulses,42.32174,0.00698052584794482
+1979,Egypt,FruitVeg,42.32174,0.200955844443069
+1979,Egypt,OilcropsPulses,42.32174,0.0307847928747731
 1979,Egypt,Starchy Roots,42.32174,0.0206028391082219
+1979,Egypt,Sugar,42.32174,0.0273620129985204
 1980,Egypt,Ruminants,43.369552,0.278498046279104
 1980,Egypt,Cereals,43.369552,0.230892239790718
 1980,Egypt,Monogastrics,43.369552,0.0164338981412582
-1980,Egypt,Oilcrops,43.369552,0.0256242444007722
-1980,Egypt,Pulses,43.369552,0.00645858642948399
+1980,Egypt,FruitVeg,43.369552,0.195696349365103
+1980,Egypt,OilcropsPulses,43.369552,0.0320828308302562
 1980,Egypt,Starchy Roots,43.369552,0.0229408871920097
+1980,Egypt,Sugar,43.369552,0.028841755155783
 1981,Egypt,Ruminants,44.465918,0.294141681725766
 1981,Egypt,Cereals,44.465918,0.243100929570373
 1981,Egypt,Monogastrics,44.465918,0.0204074050602081
-1981,Egypt,Oilcrops,44.465918,0.0265889034383592
-1981,Egypt,Pulses,44.465918,0.00627235448057094
+1981,Egypt,FruitVeg,44.465918,0.194677280698444
+1981,Egypt,OilcropsPulses,44.465918,0.0328612579189302
 1981,Egypt,Starchy Roots,44.465918,0.02364185981722
+1981,Egypt,Sugar,44.465918,0.030251124018175
 1982,Egypt,Ruminants,45.61043,0.299019917154914
 1982,Egypt,Cereals,45.61043,0.24544754346758
 1982,Egypt,Monogastrics,45.61043,0.019920634381215
-1982,Egypt,Oilcrops,45.61043,0.0255102835031373
-1982,Egypt,Pulses,45.61043,0.00684825817252764
+1982,Egypt,FruitVeg,45.61043,0.202282328844521
+1982,Egypt,OilcropsPulses,45.61043,0.032358541675665
 1982,Egypt,Starchy Roots,45.61043,0.0226278945407881
+1982,Egypt,Sugar,45.61043,0.0329814693700542
 1983,Egypt,Ruminants,46.807221,0.333748756415169
 1983,Egypt,Cereals,46.807221,0.24744884982597
 1983,Egypt,Monogastrics,46.807221,0.0232277921391659
-1983,Egypt,Oilcrops,46.807221,0.0185703398200034
-1983,Egypt,Pulses,46.807221,0.00714188949606728
+1983,Egypt,FruitVeg,46.807221,0.202306498819915
+1983,Egypt,OilcropsPulses,46.807221,0.0257122293160707
 1983,Egypt,Starchy Roots,46.807221,0.019576573452203
+1983,Egypt,Sugar,46.807221,0.033612014693203
 1984,Egypt,Ruminants,48.061546,0.316892739988015
 1984,Egypt,Cereals,48.061546,0.246048993097309
 1984,Egypt,Monogastrics,48.061546,0.0268390346827378
-1984,Egypt,Oilcrops,48.061546,0.017288374368981
-1984,Egypt,Pulses,48.061546,0.00698011254153164
+1984,Egypt,FruitVeg,48.061546,0.200137548633995
+1984,Egypt,OilcropsPulses,48.061546,0.0242684869105126
 1984,Egypt,Starchy Roots,48.061546,0.0213177911505385
+1984,Egypt,Sugar,48.061546,0.03487132935757
 1985,Egypt,Ruminants,49.373806,0.318668504105193
 1985,Egypt,Cereals,49.373806,0.245371928589017
 1985,Egypt,Monogastrics,49.373806,0.0248166851872833
-1985,Egypt,Oilcrops,49.373806,0.0158129596085827
-1985,Egypt,Pulses,49.373806,0.00721595171334371
+1985,Egypt,FruitVeg,49.373806,0.213065344810566
+1985,Egypt,OilcropsPulses,49.373806,0.0230289113219264
 1985,Egypt,Starchy Roots,49.373806,0.0262026994637602
+1985,Egypt,Sugar,49.373806,0.0329164618178311
 1986,Egypt,Ruminants,50.748187,0.318459816111263
 1986,Egypt,Cereals,50.748187,0.242592646708739
 1986,Egypt,Monogastrics,50.748187,0.0244660070319359
-1986,Egypt,Oilcrops,50.748187,0.0168414095266103
-1986,Egypt,Pulses,50.748187,0.00670479124702524
+1986,Egypt,FruitVeg,50.748187,0.235209210528053
+1986,Egypt,OilcropsPulses,50.748187,0.0235462007736355
 1986,Egypt,Starchy Roots,50.748187,0.0248182265112249
+1986,Egypt,Sugar,50.748187,0.0319754674191612
 1987,Egypt,Ruminants,52.17384,0.316927113281292
 1987,Egypt,Cereals,52.17384,0.250723427679465
 1987,Egypt,Monogastrics,52.17384,0.0268194002971604
-1987,Egypt,Oilcrops,52.17384,0.0166519274793651
-1987,Egypt,Pulses,52.17384,0.0072432276405187
+1987,Egypt,FruitVeg,52.17384,0.243502567570261
+1987,Egypt,OilcropsPulses,52.17384,0.0238951551198838
 1987,Egypt,Starchy Roots,52.17384,0.0292113442292153
+1987,Egypt,Sugar,52.17384,0.0308058789615639
 1988,Egypt,Ruminants,53.617678,0.310530435503007
 1988,Egypt,Cereals,53.617678,0.248936777903735
 1988,Egypt,Monogastrics,53.617678,0.0238756124425978
-1988,Egypt,Oilcrops,53.617678,0.0152296785399771
-1988,Egypt,Pulses,53.617678,0.00719236666682955
+1988,Egypt,FruitVeg,53.617678,0.218927589516279
+1988,Egypt,OilcropsPulses,53.617678,0.0224220452068066
 1988,Egypt,Starchy Roots,53.617678,0.0288780689085417
+1988,Egypt,Sugar,53.617678,0.0313013927980992
 1989,Egypt,Ruminants,55.035937,0.301316434387226
 1989,Egypt,Cereals,55.035937,0.249207331565918
 1989,Egypt,Monogastrics,55.035937,0.0216936962479625
-1989,Egypt,Oilcrops,55.035937,0.0142363888526146
-1989,Egypt,Pulses,55.035937,0.00743728593191754
+1989,Egypt,FruitVeg,55.035937,0.207202468452568
+1989,Egypt,OilcropsPulses,55.035937,0.0216736747845322
 1989,Egypt,Starchy Roots,55.035937,0.0243146582568404
+1989,Egypt,Sugar,55.035937,0.0308326357739671
 1990,Egypt,Ruminants,56.397273,0.30031903670236
 1990,Egypt,Cereals,56.397273,0.258751890361791
 1990,Egypt,Monogastrics,56.397273,0.0199131135294432
-1990,Egypt,Oilcrops,56.397273,0.013285110434329
-1990,Egypt,Pulses,56.397273,0.00754555987130796
+1990,Egypt,FruitVeg,56.397273,0.216690743185402
+1990,Egypt,OilcropsPulses,56.397273,0.0208306703056369
 1990,Egypt,Starchy Roots,56.397273,0.0242217739854195
+1990,Egypt,Sugar,56.397273,0.0314027417602266
 1991,Egypt,Ruminants,57.689828,0.295216862147691
 1991,Egypt,Cereals,57.689828,0.25771243415737
 1991,Egypt,Monogastrics,57.689828,0.0212176295620087
-1991,Egypt,Oilcrops,57.689828,0.0132737785246994
-1991,Egypt,Pulses,57.689828,0.00748513238763686
+1991,Egypt,FruitVeg,57.689828,0.204980226323434
+1991,Egypt,OilcropsPulses,57.689828,0.0207589109123362
 1991,Egypt,Starchy Roots,57.689828,0.0247965204541778
+1991,Egypt,Sugar,57.689828,0.0311168374431624
 1992,Egypt,Ruminants,58.922018,0.291670702792291
 1992,Egypt,Cereals,58.922018,0.257808787200737
 1992,Egypt,Monogastrics,58.922018,0.0211304847026794
-1992,Egypt,Oilcrops,58.922018,0.0140095337535792
-1992,Egypt,Pulses,58.922018,0.00771047929824807
+1992,Egypt,FruitVeg,58.922018,0.218916415931308
+1992,Egypt,OilcropsPulses,58.922018,0.0217200130518272
 1992,Egypt,Starchy Roots,58.922018,0.021736000284308
+1992,Egypt,Sugar,58.922018,0.0305342393398678
 1993,Egypt,Ruminants,60.108373,0.288599372004296
 1993,Egypt,Cereals,60.108373,0.260492610571908
 1993,Egypt,Monogastrics,60.108373,0.0217787145893967
-1993,Egypt,Oilcrops,60.108373,0.0158047199181385
-1993,Egypt,Pulses,60.108373,0.00791854738773249
+1993,Egypt,FruitVeg,60.108373,0.211865907599928
+1993,Egypt,OilcropsPulses,60.108373,0.023723267305871
 1993,Egypt,Starchy Roots,60.108373,0.0224662211369454
+1993,Egypt,Sugar,60.108373,0.0286678529794842
 1994,Egypt,Ruminants,61.272847,0.331593935891374
 1994,Egypt,Cereals,61.272847,0.268359245654115
 1994,Egypt,Monogastrics,61.272847,0.0233513631250071
-1994,Egypt,Oilcrops,61.272847,0.0159669094533832
-1994,Egypt,Pulses,61.272847,0.00768351762731051
+1994,Egypt,FruitVeg,61.272847,0.21662840311631
+1994,Egypt,OilcropsPulses,61.272847,0.0236504270806937
 1994,Egypt,Starchy Roots,61.272847,0.0194350362078002
+1994,Egypt,Sugar,61.272847,0.028048737477467
 1995,Egypt,Ruminants,62.434527,0.332289672027146
 1995,Egypt,Cereals,62.434527,0.269357017792415
 1995,Egypt,Monogastrics,62.434527,0.0252564738738231
-1995,Egypt,Oilcrops,62.434527,0.0145934316119669
-1995,Egypt,Pulses,62.434527,0.00786061853243479
+1995,Egypt,FruitVeg,62.434527,0.230298277105551
+1995,Egypt,OilcropsPulses,62.434527,0.0224540501444017
 1995,Egypt,Starchy Roots,62.434527,0.0242968445969007
+1995,Egypt,Sugar,62.434527,0.0283037140651358
 1996,Egypt,Ruminants,63.595629,0.322467106976802
 1996,Egypt,Cereals,63.595629,0.268432646526698
 1996,Egypt,Monogastrics,63.595629,0.0253056495439333
-1996,Egypt,Oilcrops,63.595629,0.0161752783355598
-1996,Egypt,Pulses,63.595629,0.00786167238003102
+1996,Egypt,FruitVeg,63.595629,0.253241712571158
+1996,Egypt,OilcropsPulses,63.595629,0.0240369507155908
 1996,Egypt,Starchy Roots,63.595629,0.0248786437822637
+1996,Egypt,Sugar,63.595629,0.0283576564672393
 1997,Egypt,Ruminants,64.754566,0.343102898720686
 1997,Egypt,Cereals,64.754566,0.269644676485053
 1997,Egypt,Monogastrics,64.754566,0.0308673399185472
-1997,Egypt,Oilcrops,64.754566,0.0181793049157337
-1997,Egypt,Pulses,64.754566,0.00763507549413581
+1997,Egypt,FruitVeg,64.754566,0.256674363318256
+1997,Egypt,OilcropsPulses,64.754566,0.0258143804098695
 1997,Egypt,Starchy Roots,64.754566,0.0221979713368784
+1997,Egypt,Sugar,64.754566,0.0295363418851421
 1998,Egypt,Ruminants,65.922626,0.355628219361286
 1998,Egypt,Cereals,65.922626,0.264905375583794
 1998,Egypt,Monogastrics,65.922626,0.03046594351384
-1998,Egypt,Oilcrops,65.922626,0.0169224296374359
-1998,Egypt,Pulses,65.922626,0.00755062457615084
+1998,Egypt,FruitVeg,65.922626,0.251330916338193
+1998,Egypt,OilcropsPulses,65.922626,0.0244730542135867
 1998,Egypt,Starchy Roots,65.922626,0.0237989912598445
+1998,Egypt,Sugar,65.922626,0.0280036932994751
 1999,Egypt,Ruminants,67.112877,0.356640057317167
 1999,Egypt,Cereals,67.112877,0.26130207471213
 1999,Egypt,Monogastrics,67.112877,0.0317764145321918
-1999,Egypt,Oilcrops,67.112877,0.0173057698003321
-1999,Egypt,Pulses,67.112877,0.00734307664980597
+1999,Egypt,FruitVeg,67.112877,0.275618716211495
+1999,Egypt,OilcropsPulses,67.112877,0.024648846450138
 1999,Egypt,Starchy Roots,67.112877,0.0218512760226327
+1999,Egypt,Sugar,67.112877,0.0285382639757792
 2000,Egypt,Ruminants,68.334905,0.370333620863305
 2000,Egypt,Cereals,68.334905,0.257090179608796
 2000,Egypt,Monogastrics,68.334905,0.0334406391579823
-2000,Egypt,Oilcrops,68.334905,0.0167438148922575
-2000,Egypt,Pulses,68.334905,0.00803100553077523
+2000,Egypt,FruitVeg,68.334905,0.286752472985804
+2000,Egypt,OilcropsPulses,68.334905,0.0247748204230327
 2000,Egypt,Starchy Roots,68.334905,0.0221773630913806
+2000,Egypt,Sugar,68.334905,0.0288837600637624
 2001,Egypt,Ruminants,69.599945,0.291931857130059
 2001,Egypt,Cereals,69.599945,0.260338266071906
 2001,Egypt,Monogastrics,69.599945,0.0343063072822831
-2001,Egypt,Oilcrops,69.599945,0.0181886637985131
-2001,Egypt,Pulses,69.599945,0.00906782325761895
+2001,Egypt,FruitVeg,69.599945,0.269947411596374
+2001,Egypt,OilcropsPulses,69.599945,0.027256487056132
 2001,Egypt,Starchy Roots,69.599945,0.0232996161132024
+2001,Egypt,Sugar,69.599945,0.0309346939857496
 2002,Egypt,Ruminants,70.90871,0.309911682217883
 2002,Egypt,Cereals,70.90871,0.262771569247276
 2002,Egypt,Monogastrics,70.90871,0.0368756066779384
-2002,Egypt,Oilcrops,70.90871,0.0174509027170287
-2002,Egypt,Pulses,70.90871,0.0091192464226186
+2002,Egypt,FruitVeg,70.90871,0.276184505401382
+2002,Egypt,OilcropsPulses,70.90871,0.0265701491396473
 2002,Egypt,Starchy Roots,70.90871,0.022720622050521
+2002,Egypt,Sugar,70.90871,0.0292434596539692
 2003,Egypt,Ruminants,72.247626,0.325301243808343
 2003,Egypt,Cereals,72.247626,0.256495625198813
 2003,Egypt,Monogastrics,72.247626,0.0364009330908672
-2003,Egypt,Oilcrops,72.247626,0.0152182855115544
-2003,Egypt,Pulses,72.247626,0.00852097202474168
+2003,Egypt,FruitVeg,72.247626,0.283704851423076
+2003,Egypt,OilcropsPulses,72.247626,0.0237392575362961
 2003,Egypt,Starchy Roots,72.247626,0.0235578813343984
+2003,Egypt,Sugar,72.247626,0.026680752112187
 2004,Egypt,Ruminants,73.596068,0.3368188297777
 2004,Egypt,Cereals,73.596068,0.251190131516265
 2004,Egypt,Monogastrics,73.596068,0.0349365294895917
-2004,Egypt,Oilcrops,73.596068,0.0166999139138792
-2004,Egypt,Pulses,73.596068,0.00827734438203954
+2004,Egypt,FruitVeg,73.596068,0.286657800794466
+2004,Egypt,OilcropsPulses,73.596068,0.0249772582959187
 2004,Egypt,Starchy Roots,73.596068,0.0270520702274475
+2004,Egypt,Sugar,73.596068,0.0264833713670681
 2005,Egypt,Ruminants,74.942115,0.368311628248015
 2005,Egypt,Cereals,74.942115,0.252445931102959
 2005,Egypt,Monogastrics,74.942115,0.0341314506536145
-2005,Egypt,Oilcrops,74.942115,0.0151555503871221
-2005,Egypt,Pulses,74.942115,0.00876313672225557
+2005,Egypt,FruitVeg,74.942115,0.293457090182203
+2005,Egypt,OilcropsPulses,74.942115,0.0239186871093777
 2005,Egypt,Starchy Roots,74.942115,0.0348200207586882
+2005,Egypt,Sugar,74.942115,0.0259047132576923
 2006,Egypt,Ruminants,76.274285,0.421522797624389
 2006,Egypt,Cereals,76.274285,0.255237161515182
 2006,Egypt,Monogastrics,76.274285,0.0364910244651916
-2006,Egypt,Oilcrops,76.274285,0.0177857058902617
-2006,Egypt,Pulses,76.274285,0.00848751319006137
+2006,Egypt,FruitVeg,76.274285,0.315088302695987
+2006,Egypt,OilcropsPulses,76.274285,0.0262732190803231
 2006,Egypt,Starchy Roots,76.274285,0.025258486526619
+2006,Egypt,Sugar,76.274285,0.0252213442577666
 2007,Egypt,Ruminants,77.605327,0.452361419725736
 2007,Egypt,Cereals,77.605327,0.255474279491149
 2007,Egypt,Monogastrics,77.605327,0.0408556116257329
-2007,Egypt,Oilcrops,77.605327,0.0186934074770408
-2007,Egypt,Pulses,77.605327,0.00698426281999946
+2007,Egypt,FruitVeg,77.605327,0.318223618850288
+2007,Egypt,OilcropsPulses,77.605327,0.0256776702970403
 2007,Egypt,Starchy Roots,77.605327,0.0300878958992081
+2007,Egypt,Sugar,77.605327,0.02521980224373
 2008,Egypt,Ruminants,78.976122,0.404301781239651
 2008,Egypt,Cereals,78.976122,0.259797549948072
 2008,Egypt,Monogastrics,78.976122,0.0397048325568581
-2008,Egypt,Oilcrops,78.976122,0.0160185885045103
-2008,Egypt,Pulses,78.976122,0.00534513457118089
+2008,Egypt,FruitVeg,78.976122,0.324733379539704
+2008,Egypt,OilcropsPulses,78.976122,0.0213637230756912
 2008,Egypt,Starchy Roots,78.976122,0.0352314336224308
+2008,Egypt,Sugar,78.976122,0.0259330408753167
 2009,Egypt,Ruminants,80.442443,0.412378364739619
 2009,Egypt,Cereals,80.442443,0.259617214758135
 2009,Egypt,Monogastrics,80.442443,0.0391055105076806
-2009,Egypt,Oilcrops,80.442443,0.0142529982586431
-2009,Egypt,Pulses,80.442443,0.00561750716596213
+2009,Egypt,FruitVeg,80.442443,0.334620394360723
+2009,Egypt,OilcropsPulses,80.442443,0.0198705054246053
 2009,Egypt,Starchy Roots,80.442443,0.0374186671580822
+2009,Egypt,Sugar,80.442443,0.0237942301180485
 2010,Egypt,Ruminants,82.040994,0.434155249264776
 2010,Egypt,Cereals,82.040994,0.255283840173853
 2010,Egypt,Monogastrics,82.040994,0.0448566676313064
-2010,Egypt,Oilcrops,82.040994,0.0152275824449421
-2010,Egypt,Pulses,82.040994,0.00802031969529769
+2010,Egypt,FruitVeg,82.040994,0.303511668812789
+2010,Egypt,OilcropsPulses,82.040994,0.0232479021402398
 2010,Egypt,Starchy Roots,82.040994,0.0367648641604708
+2010,Egypt,Sugar,82.040994,0.0281252930699499
 2011,Egypt,Ruminants,83.787634,0.429225182560949
 2011,Egypt,Cereals,83.787634,0.259832113173168
 2011,Egypt,Monogastrics,83.787634,0.0425696505524908
-2011,Egypt,Oilcrops,83.787634,0.015627759580847
-2011,Egypt,Pulses,83.787634,0.00583273421946728
+2011,Egypt,FruitVeg,83.787634,0.286505810630719
+2011,Egypt,OilcropsPulses,83.787634,0.0214604938003143
 2011,Egypt,Starchy Roots,83.787634,0.0363944994556118
+2011,Egypt,Sugar,83.787634,0.0286243910408068
 1961,El Salvador,Ruminants,2.843246,0.240071981108916
 1961,El Salvador,Cereals,2.843246,0.101905005757504
 1961,El Salvador,Monogastrics,2.843246,0.0400277007335981
-1961,El Salvador,Oilcrops,2.843246,0.0307993047383167
-1961,El Salvador,Pulses,2.843246,0.00725368117989087
+1961,El Salvador,FruitVeg,2.843246,0.0663635858451924
+1961,El Salvador,OilcropsPulses,2.843246,0.0380529859182076
 1961,El Salvador,Starchy Roots,2.843246,0.00412767660624512
+1961,El Salvador,Sugar,2.843246,0.0215440380466551
 1962,El Salvador,Ruminants,2.927861,0.236259371602682
 1962,El Salvador,Cereals,2.927861,0.10383450580475
 1962,El Salvador,Monogastrics,2.927861,0.0398734434455734
-1962,El Salvador,Oilcrops,2.927861,0.0389574505073841
-1962,El Salvador,Pulses,2.927861,0.0093187483968672
+1962,El Salvador,FruitVeg,2.927861,0.0665718078829562
+1962,El Salvador,OilcropsPulses,2.927861,0.0482761989042513
 1962,El Salvador,Starchy Roots,2.927861,0.00449611508196598
+1962,El Salvador,Sugar,2.927861,0.0213811379706892
 1963,El Salvador,Ruminants,3.015885,0.23650805650746
 1963,El Salvador,Cereals,3.015885,0.105523585945751
 1963,El Salvador,Monogastrics,3.015885,0.0390547716507758
-1963,El Salvador,Oilcrops,3.015885,0.0382544427257671
-1963,El Salvador,Pulses,3.015885,0.00904079565368043
+1963,El Salvador,FruitVeg,3.015885,0.0671653594218612
+1963,El Salvador,OilcropsPulses,3.015885,0.0472952383794475
 1963,El Salvador,Starchy Roots,3.015885,0.00459798699220958
+1963,El Salvador,Sugar,3.015885,0.023518469702923
 1964,El Salvador,Ruminants,3.106186,0.217230777551634
 1964,El Salvador,Cereals,3.106186,0.107063131441581
 1964,El Salvador,Monogastrics,3.106186,0.0387385687785599
-1964,El Salvador,Oilcrops,3.106186,0.0425718228077778
-1964,El Salvador,Pulses,3.106186,0.00886939803347256
+1964,El Salvador,FruitVeg,3.106186,0.0690254865613328
+1964,El Salvador,OilcropsPulses,3.106186,0.0514412208412503
 1964,El Salvador,Starchy Roots,3.106186,0.00472927249044326
+1964,El Salvador,Sugar,3.106186,0.0214996783837156
 1965,El Salvador,Ruminants,3.197865,0.209321719334619
 1965,El Salvador,Cereals,3.197865,0.107842263510186
 1965,El Salvador,Monogastrics,3.197865,0.0387136104869968
-1965,El Salvador,Oilcrops,3.197865,0.0457389539583441
-1965,El Salvador,Pulses,3.197865,0.0087877380689929
+1965,El Salvador,FruitVeg,3.197865,0.0699641792258272
+1965,El Salvador,OilcropsPulses,3.197865,0.054526692027337
 1965,El Salvador,Starchy Roots,3.197865,0.00807444967189046
+1965,El Salvador,Sugar,3.197865,0.0266190098706481
 1966,El Salvador,Ruminants,3.290397,0.221135018054052
 1966,El Salvador,Cereals,3.290397,0.109887955769471
 1966,El Salvador,Monogastrics,3.290397,0.0384808276934364
-1966,El Salvador,Oilcrops,3.290397,0.0312424306246328
-1966,El Salvador,Pulses,3.290397,0.00840263348161331
+1966,El Salvador,FruitVeg,3.290397,0.076800459032755
+1966,El Salvador,OilcropsPulses,3.290397,0.0396450641062461
 1966,El Salvador,Starchy Roots,3.290397,0.00466448273566989
+1966,El Salvador,Sugar,3.290397,0.0253838670531246
 1967,El Salvador,Ruminants,3.383674,0.214510735963335
 1967,El Salvador,Cereals,3.383674,0.111015127343828
 1967,El Salvador,Monogastrics,3.383674,0.0378088728405869
-1967,El Salvador,Oilcrops,3.383674,0.0253461178588717
-1967,El Salvador,Pulses,3.383674,0.00775074667358617
+1967,El Salvador,FruitVeg,3.383674,0.0780432748544925
+1967,El Salvador,OilcropsPulses,3.383674,0.0330968645324579
 1967,El Salvador,Starchy Roots,3.383674,0.0056234731832913
+1967,El Salvador,Sugar,3.383674,0.0270123540270132
 1968,El Salvador,Ruminants,3.477702,0.198687466608697
 1968,El Salvador,Cereals,3.477702,0.114973048294535
 1968,El Salvador,Monogastrics,3.477702,0.0369207022338314
-1968,El Salvador,Oilcrops,3.477702,0.0288250689679564
-1968,El Salvador,Pulses,3.477702,0.00945538174346163
+1968,El Salvador,FruitVeg,3.477702,0.0788540823796864
+1968,El Salvador,OilcropsPulses,3.477702,0.0382804507114181
 1968,El Salvador,Starchy Roots,3.477702,0.00665439419478725
+1968,El Salvador,Sugar,3.477702,0.0269220882065226
 1969,El Salvador,Ruminants,3.572667,0.202736135217752
 1969,El Salvador,Cereals,3.572667,0.116029285684896
 1969,El Salvador,Monogastrics,3.572667,0.0365112673529327
-1969,El Salvador,Oilcrops,3.572667,0.0287068456142148
-1969,El Salvador,Pulses,3.572667,0.00889139681923896
+1969,El Salvador,FruitVeg,3.572667,0.0785015787925379
+1969,El Salvador,OilcropsPulses,3.572667,0.0375982424334538
 1969,El Salvador,Starchy Roots,3.572667,0.0053094788851018
+1969,El Salvador,Sugar,3.572667,0.0268505293104563
 1970,El Salvador,Ruminants,3.668592,0.189759286396525
 1970,El Salvador,Cereals,3.668592,0.116914336617427
 1970,El Salvador,Monogastrics,3.668592,0.0357614583469625
-1970,El Salvador,Oilcrops,3.668592,0.0284182596483883
-1970,El Salvador,Pulses,3.668592,0.00854769350203021
+1970,El Salvador,FruitVeg,3.668592,0.081634861549063
+1970,El Salvador,OilcropsPulses,3.668592,0.0369659531504185
 1970,El Salvador,Starchy Roots,3.668592,0.00654719848922966
+1970,El Salvador,Sugar,3.668592,0.0263768770143968
 1971,El Salvador,Ruminants,3.765252,0.198112450375167
 1971,El Salvador,Cereals,3.765252,0.122551956681784
 1971,El Salvador,Monogastrics,3.765252,0.0347245815153939
-1971,El Salvador,Oilcrops,3.765252,0.0336739745440677
-1971,El Salvador,Pulses,3.765252,0.00774662625502888
+1971,El Salvador,FruitVeg,3.765252,0.0772054566334471
+1971,El Salvador,OilcropsPulses,3.765252,0.0414206007990966
 1971,El Salvador,Starchy Roots,3.765252,0.00741597109569293
+1971,El Salvador,Sugar,3.765252,0.0276605656142006
 1972,El Salvador,Ruminants,3.862132,0.193534477847987
 1972,El Salvador,Cereals,3.862132,0.119415649180297
 1972,El Salvador,Monogastrics,3.862132,0.0364105887628906
-1972,El Salvador,Oilcrops,3.862132,0.037665206678591
-1972,El Salvador,Pulses,3.862132,0.00825709737523213
+1972,El Salvador,FruitVeg,3.862132,0.0733830433553281
+1972,El Salvador,OilcropsPulses,3.862132,0.0459223040538231
 1972,El Salvador,Starchy Roots,3.862132,0.00645420715811888
+1972,El Salvador,Sugar,3.862132,0.0290583025127054
 1973,El Salvador,Ruminants,3.958616,0.211957916605197
 1973,El Salvador,Cereals,3.958616,0.123276923045832
 1973,El Salvador,Monogastrics,3.958616,0.03696531818191
-1973,El Salvador,Oilcrops,3.958616,0.0376131456044234
-1973,El Salvador,Pulses,3.958616,0.0086537820288707
+1973,El Salvador,FruitVeg,3.958616,0.0683870322355086
+1973,El Salvador,OilcropsPulses,3.958616,0.0462669276332941
 1973,El Salvador,Starchy Roots,3.958616,0.00725556608673334
+1973,El Salvador,Sugar,3.958616,0.0297358975965337
 1974,El Salvador,Ruminants,4.053958,0.264489543305579
 1974,El Salvador,Cereals,4.053958,0.123551847355103
 1974,El Salvador,Monogastrics,4.053958,0.0375453569079897
-1974,El Salvador,Oilcrops,4.053958,0.0401170905075978
-1974,El Salvador,Pulses,4.053958,0.00878918824516682
+1974,El Salvador,FruitVeg,4.053958,0.0669787402829531
+1974,El Salvador,OilcropsPulses,4.053958,0.0489062787527646
 1974,El Salvador,Starchy Roots,4.053958,0.00854448911409541
+1974,El Salvador,Sugar,4.053958,0.0301382007411029
 1975,El Salvador,Ruminants,4.147525,0.228765010458044
 1975,El Salvador,Cereals,4.147525,0.134044279419654
 1975,El Salvador,Monogastrics,4.147525,0.0407518218696693
-1975,El Salvador,Oilcrops,4.147525,0.0396511172325664
-1975,El Salvador,Pulses,4.147525,0.00909409828753293
+1975,El Salvador,FruitVeg,4.147525,0.068183314145183
+1975,El Salvador,OilcropsPulses,4.147525,0.0487452155200993
 1975,El Salvador,Starchy Roots,4.147525,0.00867505319437496
+1975,El Salvador,Sugar,4.147525,0.0321430250571124
 1976,El Salvador,Ruminants,4.239205,0.243566093170771
 1976,El Salvador,Cereals,4.239205,0.130549006240557
 1976,El Salvador,Monogastrics,4.239205,0.0440536138261773
-1976,El Salvador,Oilcrops,4.239205,0.0314134371892843
-1976,El Salvador,Pulses,4.239205,0.00902079517267978
+1976,El Salvador,FruitVeg,4.239205,0.0684189606305899
+1976,El Salvador,OilcropsPulses,4.239205,0.0404342323619641
 1976,El Salvador,Starchy Roots,4.239205,0.00707184483883181
+1976,El Salvador,Sugar,4.239205,0.0363563451165962
 1977,El Salvador,Ruminants,4.328817,0.244462008904511
 1977,El Salvador,Cereals,4.328817,0.136953352382418
 1977,El Salvador,Monogastrics,4.328817,0.048022612182497
-1977,El Salvador,Oilcrops,4.328817,0.0365439333656285
-1977,El Salvador,Pulses,4.328817,0.00883174317602246
+1977,El Salvador,FruitVeg,4.328817,0.069251021699462
+1977,El Salvador,OilcropsPulses,4.328817,0.045375676541651
 1977,El Salvador,Starchy Roots,4.328817,0.00646897293186568
+1977,El Salvador,Sugar,4.328817,0.0352414990053865
 1978,El Salvador,Ruminants,4.415625,0.242846278839349
 1978,El Salvador,Cereals,4.415625,0.135474593064402
 1978,El Salvador,Monogastrics,4.415625,0.0510913857041755
-1978,El Salvador,Oilcrops,4.415625,0.0411558952583156
-1978,El Salvador,Pulses,4.415625,0.00854329794762916
+1978,El Salvador,FruitVeg,4.415625,0.0810634961075725
+1978,El Salvador,OilcropsPulses,4.415625,0.0496991932059448
 1978,El Salvador,Starchy Roots,4.415625,0.0100887190375088
+1978,El Salvador,Sugar,4.415625,0.037304118895966
 1979,El Salvador,Ruminants,4.498757,0.248505842836143
 1979,El Salvador,Cereals,4.498757,0.141921424073361
 1979,El Salvador,Monogastrics,4.498757,0.0517843928889691
-1979,El Salvador,Oilcrops,4.498757,0.036465850456026
-1979,El Salvador,Pulses,4.498757,0.00838831703957338
+1979,El Salvador,FruitVeg,4.498757,0.0830084843435642
+1979,El Salvador,OilcropsPulses,4.498757,0.0448541674955993
 1979,El Salvador,Starchy Roots,4.498757,0.0134441580196485
+1979,El Salvador,Sugar,4.498757,0.0358874684718468
 1980,El Salvador,Ruminants,4.577683,0.262224754313481
 1980,El Salvador,Cereals,4.577683,0.144563963909253
 1980,El Salvador,Monogastrics,4.577683,0.0508312611423727
-1980,El Salvador,Oilcrops,4.577683,0.0354701275732723
-1980,El Salvador,Pulses,4.577683,0.00796385420309794
+1980,El Salvador,FruitVeg,4.577683,0.088575814445867
+1980,El Salvador,OilcropsPulses,4.577683,0.0434339817763703
 1980,El Salvador,Starchy Roots,4.577683,0.00870527732042607
+1980,El Salvador,Sugar,4.577683,0.0374523530790577
 1981,El Salvador,Ruminants,4.652058,0.228475375844411
 1981,El Salvador,Cereals,4.652058,0.149006310755369
 1981,El Salvador,Monogastrics,4.652058,0.0465561048465002
-1981,El Salvador,Oilcrops,4.652058,0.0266331589159035
-1981,El Salvador,Pulses,4.652058,0.0076282367932644
+1981,El Salvador,FruitVeg,4.652058,0.0867366657939346
+1981,El Salvador,OilcropsPulses,4.652058,0.0342613957091679
 1981,El Salvador,Starchy Roots,4.652058,0.0101432527281474
+1981,El Salvador,Sugar,4.652058,0.0364780490698955
 1982,El Salvador,Ruminants,4.722272,0.211482375432842
 1982,El Salvador,Cereals,4.722272,0.146395633288383
 1982,El Salvador,Monogastrics,4.722272,0.046906679666059
-1982,El Salvador,Oilcrops,4.722272,0.0252236635246763
-1982,El Salvador,Pulses,4.722272,0.00774182427441706
+1982,El Salvador,FruitVeg,4.722272,0.0842420766952857
+1982,El Salvador,OilcropsPulses,4.722272,0.0329654877990933
 1982,El Salvador,Starchy Roots,4.722272,0.00992191894071328
+1982,El Salvador,Sugar,4.722272,0.0384302301942794
 1983,El Salvador,Ruminants,4.789472,0.200327155060098
 1983,El Salvador,Cereals,4.789472,0.149602920739489
 1983,El Salvador,Monogastrics,4.789472,0.0477973981265576
-1983,El Salvador,Oilcrops,4.789472,0.0246244262415565
-1983,El Salvador,Pulses,4.789472,0.00786224452298709
+1983,El Salvador,FruitVeg,4.789472,0.0848197880684969
+1983,El Salvador,OilcropsPulses,4.789472,0.0324866707645436
 1983,El Salvador,Starchy Roots,4.789472,0.00814035451089389
+1983,El Salvador,Sugar,4.789472,0.0374991230766147
 1984,El Salvador,Ruminants,4.85528,0.225455813053006
 1984,El Salvador,Cereals,4.85528,0.152265162874232
 1984,El Salvador,Monogastrics,4.85528,0.0500391738478522
-1984,El Salvador,Oilcrops,4.85528,0.0212125768235818
-1984,El Salvador,Pulses,4.85528,0.00813053006211794
+1984,El Salvador,FruitVeg,4.85528,0.0846902753291262
+1984,El Salvador,OilcropsPulses,4.85528,0.0293431068856997
 1984,El Salvador,Starchy Roots,4.85528,0.00827820434660823
+1984,El Salvador,Sugar,4.85528,0.0357592147105831
 1985,El Salvador,Ruminants,4.920932,0.206963193151216
 1985,El Salvador,Cereals,4.920932,0.152888111439053
 1985,El Salvador,Monogastrics,4.920932,0.0516538940184502
-1985,El Salvador,Oilcrops,4.920932,0.0233827657037325
-1985,El Salvador,Pulses,4.920932,0.00785542250939456
+1985,El Salvador,FruitVeg,4.920932,0.0867185321804894
+1985,El Salvador,OilcropsPulses,4.920932,0.0312381882131271
 1985,El Salvador,Starchy Roots,4.920932,0.00886112630696787
+1985,El Salvador,Sugar,4.920932,0.0357322555971105
 1986,El Salvador,Ruminants,4.986528,0.204567105609354
 1986,El Salvador,Cereals,4.986528,0.147287250768471
 1986,El Salvador,Monogastrics,4.986528,0.054477804997786
-1986,El Salvador,Oilcrops,4.986528,0.01862458207394
-1986,El Salvador,Pulses,4.986528,0.00774386507004473
+1986,El Salvador,FruitVeg,4.986528,0.0855487024238107
+1986,El Salvador,OilcropsPulses,4.986528,0.0263684471439848
 1986,El Salvador,Starchy Roots,4.986528,0.00878707589729768
+1986,El Salvador,Sugar,4.986528,0.0354344746484929
 1987,El Salvador,Ruminants,5.051885,0.165718459545298
 1987,El Salvador,Cereals,5.051885,0.144535356604515
 1987,El Salvador,Monogastrics,5.051885,0.0551965850370703
-1987,El Salvador,Oilcrops,5.051885,0.015140487164692
-1987,El Salvador,Pulses,5.051885,0.00669670825840256
+1987,El Salvador,FruitVeg,5.051885,0.0848364521361828
+1987,El Salvador,OilcropsPulses,5.051885,0.0218371954230945
 1987,El Salvador,Starchy Roots,5.051885,0.00816843613819396
+1987,El Salvador,Sugar,5.051885,0.0363050623678092
 1988,El Salvador,Ruminants,5.117577,0.181115848379028
 1988,El Salvador,Cereals,5.117577,0.14220167082977
 1988,El Salvador,Monogastrics,5.117577,0.0572992648669478
-1988,El Salvador,Oilcrops,5.117577,0.0153879462878624
-1988,El Salvador,Pulses,5.117577,0.00918833268165775
+1988,El Salvador,FruitVeg,5.117577,0.0912001910279025
+1988,El Salvador,OilcropsPulses,5.117577,0.0245762789695201
 1988,El Salvador,Starchy Roots,5.117577,0.00725128317561221
+1988,El Salvador,Sugar,5.117577,0.0388035197125515
 1989,El Salvador,Ruminants,5.184221,0.204528337044273
 1989,El Salvador,Cereals,5.184221,0.147138017457203
 1989,El Salvador,Monogastrics,5.184221,0.055269306613279
-1989,El Salvador,Oilcrops,5.184221,0.015208842369953
-1989,El Salvador,Pulses,5.184221,0.00923899656283943
+1989,El Salvador,FruitVeg,5.184221,0.0932199842560724
+1989,El Salvador,OilcropsPulses,5.184221,0.0244478389327924
 1989,El Salvador,Starchy Roots,5.184221,0.0092814330253282
+1989,El Salvador,Sugar,5.184221,0.0368917528785906
 1990,El Salvador,Ruminants,5.252082,0.197556588034993
 1990,El Salvador,Cereals,5.252082,0.152976095955851
 1990,El Salvador,Monogastrics,5.252082,0.0531411543079487
-1990,El Salvador,Oilcrops,5.252082,0.0136625818104135
-1990,El Salvador,Pulses,5.252082,0.00948690443142358
+1990,El Salvador,FruitVeg,5.252082,0.100627141769683
+1990,El Salvador,OilcropsPulses,5.252082,0.0231494862418371
 1990,El Salvador,Starchy Roots,5.252082,0.00856498432431177
+1990,El Salvador,Sugar,5.252082,0.0365980576845525
 1991,El Salvador,Ruminants,5.321576,0.195218972725373
 1991,El Salvador,Cereals,5.321576,0.16047332594705
 1991,El Salvador,Monogastrics,5.321576,0.053847826283041
-1991,El Salvador,Oilcrops,5.321576,0.0141525743501549
-1991,El Salvador,Pulses,5.321576,0.0124647284939649
+1991,El Salvador,FruitVeg,5.321576,0.0939881343421573
+1991,El Salvador,OilcropsPulses,5.321576,0.0266173028441199
 1991,El Salvador,Starchy Roots,5.321576,0.00973433434005265
+1991,El Salvador,Sugar,5.321576,0.037933499399426
 1992,El Salvador,Ruminants,5.392142,0.197257583349993
 1992,El Salvador,Cereals,5.392142,0.161063451222167
 1992,El Salvador,Monogastrics,5.392142,0.0571669848457255
-1992,El Salvador,Oilcrops,5.392142,0.0145732438055229
-1992,El Salvador,Pulses,5.392142,0.0111725544319864
+1992,El Salvador,FruitVeg,5.392142,0.0965210115015517
+1992,El Salvador,OilcropsPulses,5.392142,0.0257457982375093
 1992,El Salvador,Starchy Roots,5.392142,0.0121836554007665
+1992,El Salvador,Sugar,5.392142,0.0372601463388761
 1993,El Salvador,Ruminants,5.461834,0.208579352649678
 1993,El Salvador,Cereals,5.461834,0.160611618734659
 1993,El Salvador,Monogastrics,5.461834,0.0560782513712427
-1993,El Salvador,Oilcrops,5.461834,0.0136520077322013
-1993,El Salvador,Pulses,5.461834,0.0106921960645454
+1993,El Salvador,FruitVeg,5.461834,0.0871820710772242
+1993,El Salvador,OilcropsPulses,5.461834,0.0243442037967467
 1993,El Salvador,Starchy Roots,5.461834,0.0092064313928252
+1993,El Salvador,Sugar,5.461834,0.0378964281960968
 1994,El Salvador,Ruminants,5.528012,0.228971771407153
 1994,El Salvador,Cereals,5.528012,0.160132973662141
 1994,El Salvador,Monogastrics,5.528012,0.0541362066507815
-1994,El Salvador,Oilcrops,5.528012,0.0141296726562822
-1994,El Salvador,Pulses,5.528012,0.0105423070716923
+1994,El Salvador,FruitVeg,5.528012,0.0872925022594018
+1994,El Salvador,OilcropsPulses,5.528012,0.0246719797279745
 1994,El Salvador,Starchy Roots,5.528012,0.0199310348819793
+1994,El Salvador,Sugar,5.528012,0.034476951207776
 1995,El Salvador,Ruminants,5.588743,0.251303235808124
 1995,El Salvador,Cereals,5.588743,0.162961510307416
 1995,El Salvador,Monogastrics,5.588743,0.0525711058819488
-1995,El Salvador,Oilcrops,5.588743,0.0167341743930612
-1995,El Salvador,Pulses,5.588743,0.00965834356670185
+1995,El Salvador,FruitVeg,5.588743,0.087789508302672
+1995,El Salvador,OilcropsPulses,5.588743,0.026392517959763
 1995,El Salvador,Starchy Roots,5.588743,0.0160701610362115
+1995,El Salvador,Sugar,5.588743,0.0364724232264751
 1996,El Salvador,Ruminants,5.643363,0.266422291105499
 1996,El Salvador,Cereals,5.643363,0.162852008633859
 1996,El Salvador,Monogastrics,5.643363,0.0531587991061358
-1996,El Salvador,Oilcrops,5.643363,0.0163732157580507
-1996,El Salvador,Pulses,5.643363,0.0096811068152093
+1996,El Salvador,FruitVeg,5.643363,0.0698089064977745
+1996,El Salvador,OilcropsPulses,5.643363,0.02605432257326
 1996,El Salvador,Starchy Roots,5.643363,0.0161857388936349
+1996,El Salvador,Sugar,5.643363,0.0395328104890648
 1997,El Salvador,Ruminants,5.6923,0.289162447516821
 1997,El Salvador,Cereals,5.6923,0.160286000386487
 1997,El Salvador,Monogastrics,5.6923,0.0541045623034626
-1997,El Salvador,Oilcrops,5.6923,0.0151861286299036
-1997,El Salvador,Pulses,5.6923,0.00982432408692444
+1997,El Salvador,FruitVeg,5.6923,0.077688983363491
+1997,El Salvador,OilcropsPulses,5.6923,0.025010452716828
 1997,El Salvador,Starchy Roots,5.6923,0.0157927375577535
+1997,El Salvador,Sugar,5.6923,0.0430370851852502
 1998,El Salvador,Ruminants,5.736075,0.25761945232585
 1998,El Salvador,Cereals,5.736075,0.156555658703905
 1998,El Salvador,Monogastrics,5.736075,0.0582951234075566
-1998,El Salvador,Oilcrops,5.736075,0.0180883269483052
-1998,El Salvador,Pulses,5.736075,0.0097938049973196
+1998,El Salvador,FruitVeg,5.736075,0.0705749140309358
+1998,El Salvador,OilcropsPulses,5.736075,0.0278821319456248
 1998,El Salvador,Starchy Roots,5.736075,0.0121149043553301
+1998,El Salvador,Sugar,5.736075,0.0439748434251644
 1999,El Salvador,Ruminants,5.77566,0.267895063075042
 1999,El Salvador,Cereals,5.77566,0.146417898560511
 1999,El Salvador,Monogastrics,5.77566,0.0633167291703459
-1999,El Salvador,Oilcrops,5.77566,0.0206286381123543
-1999,El Salvador,Pulses,5.77566,0.0110993375648844
+1999,El Salvador,FruitVeg,5.77566,0.0815532770280799
+1999,El Salvador,OilcropsPulses,5.77566,0.0317279756772386
 1999,El Salvador,Starchy Roots,5.77566,0.0177479283752852
+1999,El Salvador,Sugar,5.77566,0.0429640941468161
 2000,El Salvador,Ruminants,5.811836,0.30285028689729
 2000,El Salvador,Cereals,5.811836,0.152300409027371
 2000,El Salvador,Monogastrics,5.811836,0.0706788353972824
-2000,El Salvador,Oilcrops,5.811836,0.0216021236662562
-2000,El Salvador,Pulses,5.811836,0.0133302109694768
+2000,El Salvador,FruitVeg,5.811836,0.107665460622082
+2000,El Salvador,OilcropsPulses,5.811836,0.034932334635733
 2000,El Salvador,Starchy Roots,5.811836,0.0220546484794134
+2000,El Salvador,Sugar,5.811836,0.042938410512616
 2001,El Salvador,Ruminants,5.844738,0.301330051064735
 2001,El Salvador,Cereals,5.844738,0.154522238635846
 2001,El Salvador,Monogastrics,5.844738,0.0773970877736521
-2001,El Salvador,Oilcrops,5.844738,0.0218718101649723
-2001,El Salvador,Pulses,5.844738,0.0143204023858726
+2001,El Salvador,FruitVeg,5.844738,0.111659752755384
+2001,El Salvador,OilcropsPulses,5.844738,0.0361922125508449
 2001,El Salvador,Starchy Roots,5.844738,0.0272150779042619
+2001,El Salvador,Sugar,5.844738,0.0416791993071375
 2002,El Salvador,Ruminants,5.874301,0.341781345559242
 2002,El Salvador,Cereals,5.874301,0.153378078515214
 2002,El Salvador,Monogastrics,5.874301,0.0845773820578823
-2002,El Salvador,Oilcrops,5.874301,0.0184626221911339
-2002,El Salvador,Pulses,5.874301,0.0168782634733903
+2002,El Salvador,FruitVeg,5.874301,0.12097847897137
+2002,El Salvador,OilcropsPulses,5.874301,0.0353408856645242
 2002,El Salvador,Starchy Roots,5.874301,0.029119719946254
+2002,El Salvador,Sugar,5.874301,0.040406339409574
 2003,El Salvador,Ruminants,5.900929,0.30401353752943
 2003,El Salvador,Cereals,5.900929,0.151949125298745
 2003,El Salvador,Monogastrics,5.900929,0.0827786268907828
-2003,El Salvador,Oilcrops,5.900929,0.0192717112847824
-2003,El Salvador,Pulses,5.900929,0.0160689952378685
+2003,El Salvador,FruitVeg,5.900929,0.120922485256135
+2003,El Salvador,OilcropsPulses,5.900929,0.0353407065226509
 2003,El Salvador,Starchy Roots,5.900929,0.0255254723451172
+2003,El Salvador,Sugar,5.900929,0.0391412945317593
 2004,El Salvador,Ruminants,5.925089,0.293107462183268
 2004,El Salvador,Cereals,5.925089,0.153144028722607
 2004,El Salvador,Monogastrics,5.925089,0.0912133640524218
-2004,El Salvador,Oilcrops,5.925089,0.0180662265157536
-2004,El Salvador,Pulses,5.925089,0.0149088055892494
+2004,El Salvador,FruitVeg,5.925089,0.126146628346005
+2004,El Salvador,OilcropsPulses,5.925089,0.032975032105003
 2004,El Salvador,Starchy Roots,5.925089,0.0207610383573985
+2004,El Salvador,Sugar,5.925089,0.0384154567129709
 2005,El Salvador,Ruminants,5.947206,0.3079935519301
 2005,El Salvador,Cereals,5.947206,0.146115671796134
 2005,El Salvador,Monogastrics,5.947206,0.0984582171863561
-2005,El Salvador,Oilcrops,5.947206,0.0189280478934142
-2005,El Salvador,Pulses,5.947206,0.0134064634720909
+2005,El Salvador,FruitVeg,5.947206,0.146407909865574
+2005,El Salvador,OilcropsPulses,5.947206,0.0323345113655051
 2005,El Salvador,Starchy Roots,5.947206,0.0206145541284428
+2005,El Salvador,Sugar,5.947206,0.0405620723411969
 2006,El Salvador,Ruminants,5.967556,0.339590864333741
 2006,El Salvador,Cereals,5.967556,0.138692288769473
 2006,El Salvador,Monogastrics,5.967556,0.105099927005293
-2006,El Salvador,Oilcrops,5.967556,0.0196050108285536
-2006,El Salvador,Pulses,5.967556,0.0180425621477201
+2006,El Salvador,FruitVeg,5.967556,0.155177429420017
+2006,El Salvador,OilcropsPulses,5.967556,0.0376475729762737
 2006,El Salvador,Starchy Roots,5.967556,0.0219324292893104
+2006,El Salvador,Sugar,5.967556,0.0430812882191638
 2007,El Salvador,Ruminants,5.986414,0.345154728690665
 2007,El Salvador,Cereals,5.986414,0.138576616986396
 2007,El Salvador,Monogastrics,5.986414,0.102312436126202
-2007,El Salvador,Oilcrops,5.986414,0.0213612022155501
-2007,El Salvador,Pulses,5.986414,0.01336927248934
+2007,El Salvador,FruitVeg,5.986414,0.161052676944829
+2007,El Salvador,OilcropsPulses,5.986414,0.0347304747048901
 2007,El Salvador,Starchy Roots,5.986414,0.0253463926818292
+2007,El Salvador,Sugar,5.986414,0.0420991598643194
 2008,El Salvador,Ruminants,6.004199,0.338175683384245
 2008,El Salvador,Cereals,6.004199,0.141173701937594
 2008,El Salvador,Monogastrics,6.004199,0.0951381358279431
-2008,El Salvador,Oilcrops,6.004199,0.0193041569741443
-2008,El Salvador,Pulses,6.004199,0.0177399183471434
+2008,El Salvador,FruitVeg,6.004199,0.168878979527494
+2008,El Salvador,OilcropsPulses,6.004199,0.0370440753212877
 2008,El Salvador,Starchy Roots,6.004199,0.0221108594168847
+2008,El Salvador,Sugar,6.004199,0.0417106428351226
 2009,El Salvador,Ruminants,6.021368,0.344003057112603
 2009,El Salvador,Cereals,6.021368,0.14179435636553
 2009,El Salvador,Monogastrics,6.021368,0.0962377818462516
-2009,El Salvador,Oilcrops,6.021368,0.0188428941728856
-2009,El Salvador,Pulses,6.021368,0.0156595644046336
+2009,El Salvador,FruitVeg,6.021368,0.146231720100814
+2009,El Salvador,OilcropsPulses,6.021368,0.0345024585775193
 2009,El Salvador,Starchy Roots,6.021368,0.0215680224161686
+2009,El Salvador,Sugar,6.021368,0.0417914998717899
 2010,El Salvador,Ruminants,6.038306,0.351340110951648
 2010,El Salvador,Cereals,6.038306,0.147145076781468
 2010,El Salvador,Monogastrics,6.038306,0.0980662126099605
-2010,El Salvador,Oilcrops,6.038306,0.0173749061408945
-2010,El Salvador,Pulses,6.038306,0.0139385118938987
+2010,El Salvador,FruitVeg,6.038306,0.12778136782071
+2010,El Salvador,OilcropsPulses,6.038306,0.0313134180347932
 2010,El Salvador,Starchy Roots,6.038306,0.0211360603454015
+2010,El Salvador,Sugar,6.038306,0.0406519643091953
 2011,El Salvador,Ruminants,6.055208,0.29654523841295
 2011,El Salvador,Cereals,6.055208,0.143033732284671
 2011,El Salvador,Monogastrics,6.055208,0.0980698268333639
-2011,El Salvador,Oilcrops,6.055208,0.0174259909816475
-2011,El Salvador,Pulses,6.055208,0.0159284371403922
+2011,El Salvador,FruitVeg,6.055208,0.13265291629949
+2011,El Salvador,OilcropsPulses,6.055208,0.0333544281220397
 2011,El Salvador,Starchy Roots,6.055208,0.0255725319427508
+2011,El Salvador,Sugar,6.055208,0.0422860783642775
 1992,Estonia,Ruminants,1.533091,0.979877841563221
 1992,Estonia,Cereals,1.533091,0.0840087118116276
 1992,Estonia,Monogastrics,1.533091,0.234670218532364
-1992,Estonia,Oilcrops,1.533091,0.00171744534407938
-1992,Estonia,Pulses,1.533091,0.000240690213431558
+1992,Estonia,FruitVeg,1.533091,0.088230900840198
+1992,Estonia,OilcropsPulses,1.533091,0.00195813555751094
 1992,Estonia,Starchy Roots,1.533091,0.135078087341195
+1992,Estonia,Sugar,1.533091,0.0188932033388755
 1993,Estonia,Ruminants,1.494128,0.981170890311941
 1993,Estonia,Cereals,1.494128,0.0924552648769048
 1993,Estonia,Monogastrics,1.494128,0.170692403863658
-1993,Estonia,Oilcrops,1.494128,0.00329824486255528
-1993,Estonia,Pulses,1.494128,0.00060570446441001
+1993,Estonia,FruitVeg,1.494128,0.0962949626805736
+1993,Estonia,OilcropsPulses,1.494128,0.00390394932696529
 1993,Estonia,Starchy Roots,1.494128,0.135211307197241
+1993,Estonia,Sugar,1.494128,0.0207659584720988
 1994,Estonia,Ruminants,1.462514,0.841059230885995
 1994,Estonia,Cereals,1.462514,0.09263159190271
 1994,Estonia,Monogastrics,1.462514,0.207286767853162
-1994,Estonia,Oilcrops,1.462514,0.0059541310373781
-1994,Estonia,Pulses,1.462514,0.000750762043987271
+1994,Estonia,FruitVeg,1.462514,0.0913543391721378
+1994,Estonia,OilcropsPulses,1.462514,0.00670489308136537
 1994,Estonia,Starchy Roots,1.462514,0.133907777976826
+1994,Estonia,Sugar,1.462514,0.0281364827960621
 1995,Estonia,Ruminants,1.436634,0.709519682814134
 1995,Estonia,Cereals,1.436634,0.124746455951899
 1995,Estonia,Monogastrics,1.436634,0.210400282883462
-1995,Estonia,Oilcrops,1.436634,0.00639968147767629
-1995,Estonia,Pulses,1.436634,0.0030905575115165
+1995,Estonia,FruitVeg,1.436634,0.110934308947164
+1995,Estonia,OilcropsPulses,1.436634,0.00949023898919279
 1995,Estonia,Starchy Roots,1.436634,0.148717766668476
+1995,Estonia,Sugar,1.436634,0.0242184161031968
 1996,Estonia,Ruminants,1.415594,0.711987688560421
 1996,Estonia,Cereals,1.415594,0.129053245492705
 1996,Estonia,Monogastrics,1.415594,0.234686216528185
-1996,Estonia,Oilcrops,1.415594,0.00587739139894631
-1996,Estonia,Pulses,1.415594,0.00217152658177415
+1996,Estonia,FruitVeg,1.415594,0.114903708266636
+1996,Estonia,OilcropsPulses,1.415594,0.00804891798072046
 1996,Estonia,Starchy Roots,1.415594,0.155039509915979
+1996,Estonia,Sugar,1.415594,0.033457333105396
 1997,Estonia,Ruminants,1.399535,0.586661498283358
 1997,Estonia,Cereals,1.399535,0.122184868545624
 1997,Estonia,Monogastrics,1.399535,0.221241626683148
-1997,Estonia,Oilcrops,1.399535,0.00475586534098826
-1997,Estonia,Pulses,1.399535,0.00303743743457648
+1997,Estonia,FruitVeg,1.399535,0.133891614000364
+1997,Estonia,OilcropsPulses,1.399535,0.00779330277556474
 1997,Estonia,Starchy Roots,1.399535,0.128806353538854
+1997,Estonia,Sugar,1.399535,0.0374302893461042
 1998,Estonia,Ruminants,1.386156,0.645563774928652
 1998,Estonia,Cereals,1.386156,0.123314403285056
 1998,Estonia,Monogastrics,1.386156,0.249156877003743
-1998,Estonia,Oilcrops,1.386156,0.00255743220820745
-1998,Estonia,Pulses,1.386156,0.00214333740213944
+1998,Estonia,FruitVeg,1.386156,0.139879638366822
+1998,Estonia,OilcropsPulses,1.386156,0.00470076961034689
 1998,Estonia,Starchy Roots,1.386156,0.0950614505149493
+1998,Estonia,Sugar,1.386156,0.0366430618198817
 1999,Estonia,Ruminants,1.38062,0.638672335617331
 1999,Estonia,Cereals,1.38062,0.097220089524996
 1999,Estonia,Monogastrics,1.38062,0.263062174964871
-1999,Estonia,Oilcrops,1.38062,0.00227289188915125
-1999,Estonia,Pulses,1.38062,0.000764873752372123
+1999,Estonia,FruitVeg,1.38062,0.144270689979864
+1999,Estonia,OilcropsPulses,1.38062,0.00303776564152337
 1999,Estonia,Starchy Roots,1.38062,0.137533137286147
+1999,Estonia,Sugar,1.38062,0.0500956092190465
 2000,Estonia,Ruminants,1.396985,0.548991363543631
 2000,Estonia,Cereals,1.396985,0.105255246119321
 2000,Estonia,Monogastrics,1.396985,0.257718228900096
-2000,Estonia,Oilcrops,1.396985,0.0025268703672552
-2000,Estonia,Pulses,1.396985,0.00137152510585296
+2000,Estonia,FruitVeg,1.396985,0.149654434371164
+2000,Estonia,OilcropsPulses,1.396985,0.00389839547310816
 2000,Estonia,Starchy Roots,1.396985,0.139191186734289
+2000,Estonia,Sugar,1.396985,0.0532618460470227
 2001,Estonia,Ruminants,1.388115,0.50502775346423
 2001,Estonia,Cereals,1.388115,0.109296419965205
 2001,Estonia,Monogastrics,1.388115,0.271283287047543
-2001,Estonia,Oilcrops,1.388115,0.00371943246777104
-2001,Estonia,Pulses,1.388115,0.00121315597050677
+2001,Estonia,FruitVeg,1.388115,0.156273795758997
+2001,Estonia,OilcropsPulses,1.388115,0.00493258843827781
 2001,Estonia,Starchy Roots,1.388115,0.129096652654859
+2001,Estonia,Sugar,1.388115,0.0535431142232452
 2002,Estonia,Ruminants,1.37935,0.570727009098488
 2002,Estonia,Cereals,1.37935,0.115179613586109
 2002,Estonia,Monogastrics,1.37935,0.277653242469279
-2002,Estonia,Oilcrops,1.37935,0.00392793707180919
-2002,Estonia,Pulses,1.37935,0.00129843766991699
+2002,Estonia,FruitVeg,1.37935,0.147236741943669
+2002,Estonia,OilcropsPulses,1.37935,0.00522637474172618
 2002,Estonia,Starchy Roots,1.37935,0.110794939645485
+2002,Estonia,Sugar,1.37935,0.04144270852213
 2003,Estonia,Ruminants,1.37072,0.522555299404692
 2003,Estonia,Cereals,1.37072,0.123600005836349
 2003,Estonia,Monogastrics,1.37072,0.27531837282596
-2003,Estonia,Oilcrops,1.37072,0.00444875685770982
-2003,Estonia,Pulses,1.37072,0.000907552235321583
+2003,Estonia,FruitVeg,1.37072,0.167650577798529
+2003,Estonia,OilcropsPulses,1.37072,0.0053563090930314
 2003,Estonia,Starchy Roots,1.37072,0.1165978463873
+2003,Estonia,Sugar,1.37072,0.0423492762927513
 2004,Estonia,Ruminants,1.36255,0.541710102381564
 2004,Estonia,Cereals,1.36255,0.140173938571062
 2004,Estonia,Monogastrics,1.36255,0.238823749587171
-2004,Estonia,Oilcrops,1.36255,0.00431543796557925
-2004,Estonia,Pulses,1.36255,0.00227367803016403
+2004,Estonia,FruitVeg,1.36255,0.156168947928516
+2004,Estonia,OilcropsPulses,1.36255,0.00658911599574328
 2004,Estonia,Starchy Roots,1.36255,0.0721705625481634
+2004,Estonia,Sugar,1.36255,0.050825290815016
 2005,Estonia,Ruminants,1.354775,0.615425808713624
 2005,Estonia,Cereals,1.354775,0.146123895111734
 2005,Estonia,Monogastrics,1.354775,0.241518849993541
-2005,Estonia,Oilcrops,1.354775,0.00441992212729052
-2005,Estonia,Pulses,1.354775,0.00217526895609972
+2005,Estonia,FruitVeg,1.354775,0.15146205089406
+2005,Estonia,OilcropsPulses,1.354775,0.00659519108339024
 2005,Estonia,Starchy Roots,1.354775,0.11817017585946
+2005,Estonia,Sugar,1.354775,0.0509088224982008
 2006,Estonia,Ruminants,1.34681,0.579328190316377
 2006,Estonia,Cereals,1.34681,0.158185638657272
 2006,Estonia,Monogastrics,1.34681,0.243170380380306
-2006,Estonia,Oilcrops,1.34681,0.00400204928683333
-2006,Estonia,Pulses,1.34681,0.00543283759401846
+2006,Estonia,FruitVeg,1.34681,0.15122177590009
+2006,Estonia,OilcropsPulses,1.34681,0.00943488688085179
 2006,Estonia,Starchy Roots,1.34681,0.123148773769129
+2006,Estonia,Sugar,1.34681,0.0458587328576414
 2007,Estonia,Ruminants,1.34068,0.562821627830653
 2007,Estonia,Cereals,1.34068,0.155825402034788
 2007,Estonia,Monogastrics,1.34068,0.259820837187099
-2007,Estonia,Oilcrops,1.34068,0.00392263627412954
-2007,Estonia,Pulses,1.34068,0.00729928096189993
+2007,Estonia,FruitVeg,1.34068,0.181227436823105
+2007,Estonia,OilcropsPulses,1.34068,0.0112219172360295
 2007,Estonia,Starchy Roots,1.34068,0.113643822537817
+2007,Estonia,Sugar,1.34068,0.0460266431959901
 2008,Estonia,Ruminants,1.33709,0.593288709062217
 2008,Estonia,Cereals,1.33709,0.158739501454652
 2008,Estonia,Monogastrics,1.33709,0.254332767427772
-2008,Estonia,Oilcrops,1.33709,0.00544241599293989
-2008,Estonia,Pulses,1.33709,0.0066106245652873
+2008,Estonia,FruitVeg,1.33709,0.175297100419568
+2008,Estonia,OilcropsPulses,1.33709,0.0120530405582272
 2008,Estonia,Starchy Roots,1.33709,0.0834453926063317
+2008,Estonia,Sugar,1.33709,0.0426074534997644
 2009,Estonia,Ruminants,1.334515,0.577384293170178
 2009,Estonia,Cereals,1.334515,0.158602938146068
 2009,Estonia,Monogastrics,1.334515,0.255360936370142
-2009,Estonia,Oilcrops,1.334515,0.00200747087893355
-2009,Estonia,Pulses,1.334515,0.000231544793426825
+2009,Estonia,FruitVeg,1.334515,0.185354979149729
+2009,Estonia,OilcropsPulses,1.334515,0.00223901567236037
 2009,Estonia,Starchy Roots,1.334515,0.0982461793235745
+2009,Estonia,Sugar,1.334515,0.04485299902961
 2010,Estonia,Ruminants,1.331475,0.551849189808295
 2010,Estonia,Cereals,1.331475,0.152218404401134
 2010,Estonia,Monogastrics,1.331475,0.259956289077902
-2010,Estonia,Oilcrops,1.331475,0.0025325297132879
-2010,Estonia,Pulses,1.331475,0.00516645074071988
+2010,Estonia,FruitVeg,1.331475,0.179492667905894
+2010,Estonia,OilcropsPulses,1.331475,0.00769898045400778
 2010,Estonia,Starchy Roots,1.331475,0.10854878987589
+2010,Estonia,Sugar,1.331475,0.0394044199102499
 2011,Estonia,Ruminants,1.327439,0.579843141568087
 2011,Estonia,Cereals,1.327439,0.158350025876895
 2011,Estonia,Monogastrics,1.327439,0.249820820391747
-2011,Estonia,Oilcrops,1.327439,-0.00135448785217249
-2011,Estonia,Pulses,1.327439,0.00429322929339879
+2011,Estonia,FruitVeg,1.327439,0.189085901499052
+2011,Estonia,OilcropsPulses,1.327439,0.0029387414412263
 2011,Estonia,Starchy Roots,1.327439,0.111128270300933
+2011,Estonia,Sugar,1.327439,0.0374601017447883
 1993,Ethiopia,Ruminants,53.477944,0.158858033136053
 1993,Ethiopia,Cereals,53.477944,0.0915624392740304
 1993,Ethiopia,Monogastrics,53.477944,0.00340319553047888
-1993,Ethiopia,Oilcrops,53.477944,0.00336473294485667
-1993,Ethiopia,Pulses,53.477944,0.00907142204270231
+1993,Ethiopia,FruitVeg,53.477944,0.0156560805703376
+1993,Ethiopia,OilcropsPulses,53.477944,0.012436154987559
 1993,Ethiopia,Starchy Roots,53.477944,0.0585182369763505
+1993,Ethiopia,Sugar,53.477944,0.00323222972072374
 1994,Ethiopia,Ruminants,55.366517,0.153186591094397
 1994,Ethiopia,Cereals,55.366517,0.0959379836011718
 1994,Ethiopia,Monogastrics,55.366517,0.00328344114548509
-1994,Ethiopia,Oilcrops,55.366517,0.00324558974876458
-1994,Ethiopia,Pulses,55.366517,0.00825459185016099
+1994,Ethiopia,FruitVeg,55.366517,0.0153125940719731
+1994,Ethiopia,OilcropsPulses,55.366517,0.0115001815989256
 1994,Ethiopia,Starchy Roots,55.366517,0.0597434366333718
+1994,Ethiopia,Sugar,55.366517,0.00270967017845822
 1995,Ethiopia,Ruminants,57.237226,0.148094119725509
 1995,Ethiopia,Cereals,57.237226,0.0972968012111558
 1995,Ethiopia,Monogastrics,57.237226,0.00324327912048009
-1995,Ethiopia,Oilcrops,57.237226,0.00325786228703676
-1995,Ethiopia,Pulses,57.237226,0.0103151225393068
+1995,Ethiopia,FruitVeg,57.237226,0.0153670794597907
+1995,Ethiopia,OilcropsPulses,57.237226,0.0135729848263436
 1995,Ethiopia,Starchy Roots,57.237226,0.0610112551576137
+1995,Ethiopia,Sugar,57.237226,0.00293876925482028
 1996,Ethiopia,Ruminants,59.076414,0.159515066368111
 1996,Ethiopia,Cereals,59.076414,0.102367875612761
 1996,Ethiopia,Monogastrics,59.076414,0.00310489394295327
-1996,Ethiopia,Oilcrops,59.076414,0.00462113357117445
-1996,Ethiopia,Pulses,59.076414,0.0112690150759659
+1996,Ethiopia,FruitVeg,59.076414,0.0152822749193951
+1996,Ethiopia,OilcropsPulses,59.076414,0.0158901486471403
 1996,Ethiopia,Starchy Roots,59.076414,0.0605959596667462
+1996,Ethiopia,Sugar,59.076414,0.00336498081958732
 1997,Ethiopia,Ruminants,60.893264,0.156632981605322
 1997,Ethiopia,Cereals,60.893264,0.104268511538485
 1997,Ethiopia,Monogastrics,60.893264,0.00300415494232663
-1997,Ethiopia,Oilcrops,60.893264,0.00300279518601598
-1997,Ethiopia,Pulses,60.893264,0.0116357697626457
+1997,Ethiopia,FruitVeg,60.893264,0.0161136706352282
+1997,Ethiopia,OilcropsPulses,60.893264,0.0146385649486616
 1997,Ethiopia,Starchy Roots,60.893264,0.0609253430724292
+1997,Ethiopia,Sugar,60.893264,0.00358551973827516
 1998,Ethiopia,Ruminants,62.707547,0.155062704015515
 1998,Ethiopia,Cereals,62.707547,0.10487847658911
 1998,Ethiopia,Monogastrics,62.707547,0.00298035577759085
-1998,Ethiopia,Oilcrops,62.707547,0.00270694690066572
-1998,Ethiopia,Pulses,62.707547,0.0112146947798803
+1998,Ethiopia,FruitVeg,62.707547,0.0155050077146217
+1998,Ethiopia,OilcropsPulses,62.707547,0.013921641680546
 1998,Ethiopia,Starchy Roots,62.707547,0.0608839634565836
+1998,Ethiopia,Sugar,62.707547,0.00353582639741912
 1999,Ethiopia,Ruminants,64.550161,0.157917796672885
 1999,Ethiopia,Cereals,64.550161,0.108687366403315
 1999,Ethiopia,Monogastrics,64.550161,0.00292196172833713
-1999,Ethiopia,Oilcrops,64.550161,0.00250780164591689
-1999,Ethiopia,Pulses,64.550161,0.0113668500377559
+1999,Ethiopia,FruitVeg,64.550161,0.0156492405960072
+1999,Ethiopia,OilcropsPulses,64.550161,0.0138746516836728
 1999,Ethiopia,Starchy Roots,64.550161,0.0620421380513675
+1999,Ethiopia,Sugar,64.550161,0.00373760493021853
 2000,Ethiopia,Ruminants,66.443603,0.154775647852811
 2000,Ethiopia,Cereals,66.443603,0.112206497892656
 2000,Ethiopia,Monogastrics,66.443603,0.0028502638545956
-2000,Ethiopia,Oilcrops,66.443603,0.00260970194527229
-2000,Ethiopia,Pulses,66.443603,0.0128476326005379
+2000,Ethiopia,FruitVeg,66.443603,0.0170238660898627
+2000,Ethiopia,OilcropsPulses,66.443603,0.0154573345458102
 2000,Ethiopia,Starchy Roots,66.443603,0.0636435986170106
+2000,Ethiopia,Sugar,66.443603,0.00373212753077223
 2001,Ethiopia,Ruminants,68.393128,0.157642535372852
 2001,Ethiopia,Cereals,68.393128,0.115455210646309
 2001,Ethiopia,Monogastrics,68.393128,0.00363060160079241
-2001,Ethiopia,Oilcrops,68.393128,0.00302356400485148
-2001,Ethiopia,Pulses,68.393128,0.0138487597759822
+2001,Ethiopia,FruitVeg,68.393128,0.0164519745317103
+2001,Ethiopia,OilcropsPulses,68.393128,0.0168723237808337
 2001,Ethiopia,Starchy Roots,68.393128,0.0655242000336642
+2001,Ethiopia,Sugar,68.393128,0.0037204322633116
 2002,Ethiopia,Ruminants,70.39117,0.190535281626943
 2002,Ethiopia,Cereals,70.39117,0.114981225628158
 2002,Ethiopia,Monogastrics,70.39117,0.00375857085483875
-2002,Ethiopia,Oilcrops,70.39117,0.00267149984863158
-2002,Ethiopia,Pulses,70.39117,0.0119822699352774
+2002,Ethiopia,FruitVeg,70.39117,0.0178593565073574
+2002,Ethiopia,OilcropsPulses,70.39117,0.014653769783909
 2002,Ethiopia,Starchy Roots,70.39117,0.0646091121940437
+2002,Ethiopia,Sugar,70.39117,0.00352726059248624
 2003,Ethiopia,Ruminants,72.43229,0.183489275294209
 2003,Ethiopia,Cereals,72.43229,0.116511130602111
 2003,Ethiopia,Monogastrics,72.43229,0.00341335335387021
-2003,Ethiopia,Oilcrops,72.43229,0.00332656885485741
-2003,Ethiopia,Pulses,72.43229,0.0124064281275658
+2003,Ethiopia,FruitVeg,72.43229,0.0182201888135802
+2003,Ethiopia,OilcropsPulses,72.43229,0.0157329969824232
 2003,Ethiopia,Starchy Roots,72.43229,0.0686748410135866
+2003,Ethiopia,Sugar,72.43229,0.00367254714713562
 2004,Ethiopia,Ruminants,74.506974,0.181332684373949
 2004,Ethiopia,Cereals,74.506974,0.113251492403919
 2004,Ethiopia,Monogastrics,74.506974,0.00316957040826809
-2004,Ethiopia,Oilcrops,74.506974,0.00329182607791856
-2004,Ethiopia,Pulses,74.506974,0.0134750070510178
+2004,Ethiopia,FruitVeg,74.506974,0.0205407348847639
+2004,Ethiopia,OilcropsPulses,74.506974,0.0167668331289364
 2004,Ethiopia,Starchy Roots,74.506974,0.0683282077728724
+2004,Ethiopia,Sugar,74.506974,0.00504366208725642
 2005,Ethiopia,Ruminants,76.608431,0.180006895063547
 2005,Ethiopia,Cereals,76.608431,0.119483363391165
 2005,Ethiopia,Monogastrics,76.608431,0.00286811904553952
-2005,Ethiopia,Oilcrops,76.608431,0.00502154912949464
-2005,Ethiopia,Pulses,76.608431,0.0152023867973487
+2005,Ethiopia,FruitVeg,76.608431,0.0239446752277174
+2005,Ethiopia,OilcropsPulses,76.608431,0.0202239359268434
 2005,Ethiopia,Starchy Roots,76.608431,0.0671172732933272
+2005,Ethiopia,Sugar,76.608431,0.00496334404760228
 2006,Ethiopia,Ruminants,78.735675,0.188465713921929
 2006,Ethiopia,Cereals,78.735675,0.11974105765906
 2006,Ethiopia,Monogastrics,78.735675,0.00297243022302152
-2006,Ethiopia,Oilcrops,78.735675,0.00438632170232871
-2006,Ethiopia,Pulses,78.735675,0.0147471524185193
+2006,Ethiopia,FruitVeg,78.735675,0.0224960286426706
+2006,Ethiopia,OilcropsPulses,78.735675,0.019133474120848
 2006,Ethiopia,Starchy Roots,78.735675,0.0676225357819057
+2006,Ethiopia,Sugar,78.735675,0.00508774453257688
 2007,Ethiopia,Ruminants,80.891968,0.187391348916125
 2007,Ethiopia,Cereals,80.891968,0.114961698051406
 2007,Ethiopia,Monogastrics,80.891968,0.00294568677078051
-2007,Ethiopia,Oilcrops,80.891968,0.00425958236051322
-2007,Ethiopia,Pulses,80.891968,0.0159716475188241
+2007,Ethiopia,FruitVeg,80.891968,0.0209169098222459
+2007,Ethiopia,OilcropsPulses,80.891968,0.0202312298793373
 2007,Ethiopia,Starchy Roots,80.891968,0.0699464624225733
+2007,Ethiopia,Sugar,80.891968,0.00504718836856584
 2008,Ethiopia,Ruminants,83.079608,0.19443260974462
 2008,Ethiopia,Cereals,83.079608,0.120334968359504
 2008,Ethiopia,Monogastrics,83.079608,0.00296525713024549
-2008,Ethiopia,Oilcrops,83.079608,0.00488770962905843
-2008,Ethiopia,Pulses,83.079608,0.0168144991728897
+2008,Ethiopia,FruitVeg,83.079608,0.0198235648873066
+2008,Ethiopia,OilcropsPulses,83.079608,0.0217022088019481
 2008,Ethiopia,Starchy Roots,83.079608,0.0607354815636588
+2008,Ethiopia,Sugar,83.079608,0.00542228124138477
 2009,Ethiopia,Ruminants,85.302099,0.179561817113082
 2009,Ethiopia,Cereals,85.302099,0.12854356608505
 2009,Ethiopia,Monogastrics,85.302099,0.00297307807161932
-2009,Ethiopia,Oilcrops,85.302099,0.00393875419173448
-2009,Ethiopia,Pulses,85.302099,0.0170468724339362
+2009,Ethiopia,FruitVeg,85.302099,0.0223277389692369
+2009,Ethiopia,OilcropsPulses,85.302099,0.0209856266256707
 2009,Ethiopia,Starchy Roots,85.302099,0.0631389621491026
+2009,Ethiopia,Sugar,85.302099,0.00489507298056054
 2010,Ethiopia,Ruminants,87.561814,0.204177863423432
 2010,Ethiopia,Cereals,87.561814,0.124955862609242
 2010,Ethiopia,Monogastrics,87.561814,0.00321185556982636
-2010,Ethiopia,Oilcrops,87.561814,0.00316722538434391
-2010,Ethiopia,Pulses,87.561814,0.0174451844956067
+2010,Ethiopia,FruitVeg,87.561814,0.0258162993288376
+2010,Ethiopia,OilcropsPulses,87.561814,0.0206124098799506
 2010,Ethiopia,Starchy Roots,87.561814,0.0638379762210043
+2010,Ethiopia,Sugar,87.561814,0.00523382258846305
 2011,Ethiopia,Ruminants,89.858696,0.187428062610657
 2011,Ethiopia,Cereals,89.858696,0.125346900204294
 2011,Ethiopia,Monogastrics,89.858696,0.00296908381577227
-2011,Ethiopia,Oilcrops,89.858696,0.00517918710950357
-2011,Ethiopia,Pulses,89.858696,0.018535056417912
+2011,Ethiopia,FruitVeg,89.858696,0.025503975708706
+2011,Ethiopia,OilcropsPulses,89.858696,0.0237142435274155
 2011,Ethiopia,Starchy Roots,89.858696,0.0619636412262203
+2011,Ethiopia,Sugar,89.858696,0.00601657963075716
 2012,Ethiopia,Ruminants,92.191211,0.167603001765537
 2012,Ethiopia,Cereals,92.191211,0.125211957569361
 2012,Ethiopia,Monogastrics,92.191211,0.00312672321876757
-2012,Ethiopia,Oilcrops,92.191211,0.0056234861694137
-2012,Ethiopia,Pulses,92.191211,0.0177908607795596
+2012,Ethiopia,FruitVeg,92.191211,0.0261174245774904
+2012,Ethiopia,OilcropsPulses,92.191211,0.0234143469489733
 2012,Ethiopia,Starchy Roots,92.191211,0.0809514043589253
+2012,Ethiopia,Sugar,92.191211,0.00520109232538447
 2013,Ethiopia,Ruminants,94.558374,0.166196308536355
 2013,Ethiopia,Cereals,94.558374,0.127968835420118
 2013,Ethiopia,Monogastrics,94.558374,0.00311537082902885
-2013,Ethiopia,Oilcrops,94.558374,0.00483727649546935
-2013,Ethiopia,Pulses,94.558374,0.0157392511846703
+2013,Ethiopia,FruitVeg,94.558374,0.0250233258029585
+2013,Ethiopia,OilcropsPulses,94.558374,0.0205765276801397
 2013,Ethiopia,Starchy Roots,94.558374,0.0805176916430479
+2013,Ethiopia,Sugar,94.558374,0.0061009086302605
 1961,Ethiopia PDR,Ruminants,NA,NA
 1961,Ethiopia PDR,Cereals,NA,NA
 1961,Ethiopia PDR,Monogastrics,NA,NA
-1961,Ethiopia PDR,Oilcrops,NA,NA
-1961,Ethiopia PDR,Pulses,NA,NA
+1961,Ethiopia PDR,FruitVeg,NA,NA
+1961,Ethiopia PDR,OilcropsPulses,NA,NA
 1961,Ethiopia PDR,Starchy Roots,NA,NA
+1961,Ethiopia PDR,Sugar,NA,NA
 1962,Ethiopia PDR,Ruminants,NA,NA
 1962,Ethiopia PDR,Cereals,NA,NA
 1962,Ethiopia PDR,Monogastrics,NA,NA
-1962,Ethiopia PDR,Oilcrops,NA,NA
-1962,Ethiopia PDR,Pulses,NA,NA
+1962,Ethiopia PDR,FruitVeg,NA,NA
+1962,Ethiopia PDR,OilcropsPulses,NA,NA
 1962,Ethiopia PDR,Starchy Roots,NA,NA
+1962,Ethiopia PDR,Sugar,NA,NA
 1963,Ethiopia PDR,Ruminants,NA,NA
 1963,Ethiopia PDR,Cereals,NA,NA
 1963,Ethiopia PDR,Monogastrics,NA,NA
-1963,Ethiopia PDR,Oilcrops,NA,NA
-1963,Ethiopia PDR,Pulses,NA,NA
+1963,Ethiopia PDR,FruitVeg,NA,NA
+1963,Ethiopia PDR,OilcropsPulses,NA,NA
 1963,Ethiopia PDR,Starchy Roots,NA,NA
+1963,Ethiopia PDR,Sugar,NA,NA
 1964,Ethiopia PDR,Ruminants,NA,NA
 1964,Ethiopia PDR,Cereals,NA,NA
 1964,Ethiopia PDR,Monogastrics,NA,NA
-1964,Ethiopia PDR,Oilcrops,NA,NA
-1964,Ethiopia PDR,Pulses,NA,NA
+1964,Ethiopia PDR,FruitVeg,NA,NA
+1964,Ethiopia PDR,OilcropsPulses,NA,NA
 1964,Ethiopia PDR,Starchy Roots,NA,NA
+1964,Ethiopia PDR,Sugar,NA,NA
 1965,Ethiopia PDR,Ruminants,NA,NA
 1965,Ethiopia PDR,Cereals,NA,NA
 1965,Ethiopia PDR,Monogastrics,NA,NA
-1965,Ethiopia PDR,Oilcrops,NA,NA
-1965,Ethiopia PDR,Pulses,NA,NA
+1965,Ethiopia PDR,FruitVeg,NA,NA
+1965,Ethiopia PDR,OilcropsPulses,NA,NA
 1965,Ethiopia PDR,Starchy Roots,NA,NA
+1965,Ethiopia PDR,Sugar,NA,NA
 1966,Ethiopia PDR,Ruminants,NA,NA
 1966,Ethiopia PDR,Cereals,NA,NA
 1966,Ethiopia PDR,Monogastrics,NA,NA
-1966,Ethiopia PDR,Oilcrops,NA,NA
-1966,Ethiopia PDR,Pulses,NA,NA
+1966,Ethiopia PDR,FruitVeg,NA,NA
+1966,Ethiopia PDR,OilcropsPulses,NA,NA
 1966,Ethiopia PDR,Starchy Roots,NA,NA
+1966,Ethiopia PDR,Sugar,NA,NA
 1967,Ethiopia PDR,Ruminants,NA,NA
 1967,Ethiopia PDR,Cereals,NA,NA
 1967,Ethiopia PDR,Monogastrics,NA,NA
-1967,Ethiopia PDR,Oilcrops,NA,NA
-1967,Ethiopia PDR,Pulses,NA,NA
+1967,Ethiopia PDR,FruitVeg,NA,NA
+1967,Ethiopia PDR,OilcropsPulses,NA,NA
 1967,Ethiopia PDR,Starchy Roots,NA,NA
+1967,Ethiopia PDR,Sugar,NA,NA
 1968,Ethiopia PDR,Ruminants,NA,NA
 1968,Ethiopia PDR,Cereals,NA,NA
 1968,Ethiopia PDR,Monogastrics,NA,NA
-1968,Ethiopia PDR,Oilcrops,NA,NA
-1968,Ethiopia PDR,Pulses,NA,NA
+1968,Ethiopia PDR,FruitVeg,NA,NA
+1968,Ethiopia PDR,OilcropsPulses,NA,NA
 1968,Ethiopia PDR,Starchy Roots,NA,NA
+1968,Ethiopia PDR,Sugar,NA,NA
 1969,Ethiopia PDR,Ruminants,NA,NA
 1969,Ethiopia PDR,Cereals,NA,NA
 1969,Ethiopia PDR,Monogastrics,NA,NA
-1969,Ethiopia PDR,Oilcrops,NA,NA
-1969,Ethiopia PDR,Pulses,NA,NA
+1969,Ethiopia PDR,FruitVeg,NA,NA
+1969,Ethiopia PDR,OilcropsPulses,NA,NA
 1969,Ethiopia PDR,Starchy Roots,NA,NA
+1969,Ethiopia PDR,Sugar,NA,NA
 1970,Ethiopia PDR,Ruminants,NA,NA
 1970,Ethiopia PDR,Cereals,NA,NA
 1970,Ethiopia PDR,Monogastrics,NA,NA
-1970,Ethiopia PDR,Oilcrops,NA,NA
-1970,Ethiopia PDR,Pulses,NA,NA
+1970,Ethiopia PDR,FruitVeg,NA,NA
+1970,Ethiopia PDR,OilcropsPulses,NA,NA
 1970,Ethiopia PDR,Starchy Roots,NA,NA
+1970,Ethiopia PDR,Sugar,NA,NA
 1971,Ethiopia PDR,Ruminants,NA,NA
 1971,Ethiopia PDR,Cereals,NA,NA
 1971,Ethiopia PDR,Monogastrics,NA,NA
-1971,Ethiopia PDR,Oilcrops,NA,NA
-1971,Ethiopia PDR,Pulses,NA,NA
+1971,Ethiopia PDR,FruitVeg,NA,NA
+1971,Ethiopia PDR,OilcropsPulses,NA,NA
 1971,Ethiopia PDR,Starchy Roots,NA,NA
+1971,Ethiopia PDR,Sugar,NA,NA
 1972,Ethiopia PDR,Ruminants,NA,NA
 1972,Ethiopia PDR,Cereals,NA,NA
 1972,Ethiopia PDR,Monogastrics,NA,NA
-1972,Ethiopia PDR,Oilcrops,NA,NA
-1972,Ethiopia PDR,Pulses,NA,NA
+1972,Ethiopia PDR,FruitVeg,NA,NA
+1972,Ethiopia PDR,OilcropsPulses,NA,NA
 1972,Ethiopia PDR,Starchy Roots,NA,NA
+1972,Ethiopia PDR,Sugar,NA,NA
 1973,Ethiopia PDR,Ruminants,NA,NA
 1973,Ethiopia PDR,Cereals,NA,NA
 1973,Ethiopia PDR,Monogastrics,NA,NA
-1973,Ethiopia PDR,Oilcrops,NA,NA
-1973,Ethiopia PDR,Pulses,NA,NA
+1973,Ethiopia PDR,FruitVeg,NA,NA
+1973,Ethiopia PDR,OilcropsPulses,NA,NA
 1973,Ethiopia PDR,Starchy Roots,NA,NA
+1973,Ethiopia PDR,Sugar,NA,NA
 1974,Ethiopia PDR,Ruminants,NA,NA
 1974,Ethiopia PDR,Cereals,NA,NA
 1974,Ethiopia PDR,Monogastrics,NA,NA
-1974,Ethiopia PDR,Oilcrops,NA,NA
-1974,Ethiopia PDR,Pulses,NA,NA
+1974,Ethiopia PDR,FruitVeg,NA,NA
+1974,Ethiopia PDR,OilcropsPulses,NA,NA
 1974,Ethiopia PDR,Starchy Roots,NA,NA
+1974,Ethiopia PDR,Sugar,NA,NA
 1975,Ethiopia PDR,Ruminants,NA,NA
 1975,Ethiopia PDR,Cereals,NA,NA
 1975,Ethiopia PDR,Monogastrics,NA,NA
-1975,Ethiopia PDR,Oilcrops,NA,NA
-1975,Ethiopia PDR,Pulses,NA,NA
+1975,Ethiopia PDR,FruitVeg,NA,NA
+1975,Ethiopia PDR,OilcropsPulses,NA,NA
 1975,Ethiopia PDR,Starchy Roots,NA,NA
+1975,Ethiopia PDR,Sugar,NA,NA
 1976,Ethiopia PDR,Ruminants,NA,NA
 1976,Ethiopia PDR,Cereals,NA,NA
 1976,Ethiopia PDR,Monogastrics,NA,NA
-1976,Ethiopia PDR,Oilcrops,NA,NA
-1976,Ethiopia PDR,Pulses,NA,NA
+1976,Ethiopia PDR,FruitVeg,NA,NA
+1976,Ethiopia PDR,OilcropsPulses,NA,NA
 1976,Ethiopia PDR,Starchy Roots,NA,NA
+1976,Ethiopia PDR,Sugar,NA,NA
 1977,Ethiopia PDR,Ruminants,NA,NA
 1977,Ethiopia PDR,Cereals,NA,NA
 1977,Ethiopia PDR,Monogastrics,NA,NA
-1977,Ethiopia PDR,Oilcrops,NA,NA
-1977,Ethiopia PDR,Pulses,NA,NA
+1977,Ethiopia PDR,FruitVeg,NA,NA
+1977,Ethiopia PDR,OilcropsPulses,NA,NA
 1977,Ethiopia PDR,Starchy Roots,NA,NA
+1977,Ethiopia PDR,Sugar,NA,NA
 1978,Ethiopia PDR,Ruminants,NA,NA
 1978,Ethiopia PDR,Cereals,NA,NA
 1978,Ethiopia PDR,Monogastrics,NA,NA
-1978,Ethiopia PDR,Oilcrops,NA,NA
-1978,Ethiopia PDR,Pulses,NA,NA
+1978,Ethiopia PDR,FruitVeg,NA,NA
+1978,Ethiopia PDR,OilcropsPulses,NA,NA
 1978,Ethiopia PDR,Starchy Roots,NA,NA
+1978,Ethiopia PDR,Sugar,NA,NA
 1979,Ethiopia PDR,Ruminants,NA,NA
 1979,Ethiopia PDR,Cereals,NA,NA
 1979,Ethiopia PDR,Monogastrics,NA,NA
-1979,Ethiopia PDR,Oilcrops,NA,NA
-1979,Ethiopia PDR,Pulses,NA,NA
+1979,Ethiopia PDR,FruitVeg,NA,NA
+1979,Ethiopia PDR,OilcropsPulses,NA,NA
 1979,Ethiopia PDR,Starchy Roots,NA,NA
+1979,Ethiopia PDR,Sugar,NA,NA
 1980,Ethiopia PDR,Ruminants,NA,NA
 1980,Ethiopia PDR,Cereals,NA,NA
 1980,Ethiopia PDR,Monogastrics,NA,NA
-1980,Ethiopia PDR,Oilcrops,NA,NA
-1980,Ethiopia PDR,Pulses,NA,NA
+1980,Ethiopia PDR,FruitVeg,NA,NA
+1980,Ethiopia PDR,OilcropsPulses,NA,NA
 1980,Ethiopia PDR,Starchy Roots,NA,NA
+1980,Ethiopia PDR,Sugar,NA,NA
 1981,Ethiopia PDR,Ruminants,NA,NA
 1981,Ethiopia PDR,Cereals,NA,NA
 1981,Ethiopia PDR,Monogastrics,NA,NA
-1981,Ethiopia PDR,Oilcrops,NA,NA
-1981,Ethiopia PDR,Pulses,NA,NA
+1981,Ethiopia PDR,FruitVeg,NA,NA
+1981,Ethiopia PDR,OilcropsPulses,NA,NA
 1981,Ethiopia PDR,Starchy Roots,NA,NA
+1981,Ethiopia PDR,Sugar,NA,NA
 1982,Ethiopia PDR,Ruminants,NA,NA
 1982,Ethiopia PDR,Cereals,NA,NA
 1982,Ethiopia PDR,Monogastrics,NA,NA
-1982,Ethiopia PDR,Oilcrops,NA,NA
-1982,Ethiopia PDR,Pulses,NA,NA
+1982,Ethiopia PDR,FruitVeg,NA,NA
+1982,Ethiopia PDR,OilcropsPulses,NA,NA
 1982,Ethiopia PDR,Starchy Roots,NA,NA
+1982,Ethiopia PDR,Sugar,NA,NA
 1983,Ethiopia PDR,Ruminants,NA,NA
 1983,Ethiopia PDR,Cereals,NA,NA
 1983,Ethiopia PDR,Monogastrics,NA,NA
-1983,Ethiopia PDR,Oilcrops,NA,NA
-1983,Ethiopia PDR,Pulses,NA,NA
+1983,Ethiopia PDR,FruitVeg,NA,NA
+1983,Ethiopia PDR,OilcropsPulses,NA,NA
 1983,Ethiopia PDR,Starchy Roots,NA,NA
+1983,Ethiopia PDR,Sugar,NA,NA
 1984,Ethiopia PDR,Ruminants,NA,NA
 1984,Ethiopia PDR,Cereals,NA,NA
 1984,Ethiopia PDR,Monogastrics,NA,NA
-1984,Ethiopia PDR,Oilcrops,NA,NA
-1984,Ethiopia PDR,Pulses,NA,NA
+1984,Ethiopia PDR,FruitVeg,NA,NA
+1984,Ethiopia PDR,OilcropsPulses,NA,NA
 1984,Ethiopia PDR,Starchy Roots,NA,NA
+1984,Ethiopia PDR,Sugar,NA,NA
 1985,Ethiopia PDR,Ruminants,NA,NA
 1985,Ethiopia PDR,Cereals,NA,NA
 1985,Ethiopia PDR,Monogastrics,NA,NA
-1985,Ethiopia PDR,Oilcrops,NA,NA
-1985,Ethiopia PDR,Pulses,NA,NA
+1985,Ethiopia PDR,FruitVeg,NA,NA
+1985,Ethiopia PDR,OilcropsPulses,NA,NA
 1985,Ethiopia PDR,Starchy Roots,NA,NA
+1985,Ethiopia PDR,Sugar,NA,NA
 1986,Ethiopia PDR,Ruminants,NA,NA
 1986,Ethiopia PDR,Cereals,NA,NA
 1986,Ethiopia PDR,Monogastrics,NA,NA
-1986,Ethiopia PDR,Oilcrops,NA,NA
-1986,Ethiopia PDR,Pulses,NA,NA
+1986,Ethiopia PDR,FruitVeg,NA,NA
+1986,Ethiopia PDR,OilcropsPulses,NA,NA
 1986,Ethiopia PDR,Starchy Roots,NA,NA
+1986,Ethiopia PDR,Sugar,NA,NA
 1987,Ethiopia PDR,Ruminants,NA,NA
 1987,Ethiopia PDR,Cereals,NA,NA
 1987,Ethiopia PDR,Monogastrics,NA,NA
-1987,Ethiopia PDR,Oilcrops,NA,NA
-1987,Ethiopia PDR,Pulses,NA,NA
+1987,Ethiopia PDR,FruitVeg,NA,NA
+1987,Ethiopia PDR,OilcropsPulses,NA,NA
 1987,Ethiopia PDR,Starchy Roots,NA,NA
+1987,Ethiopia PDR,Sugar,NA,NA
 1988,Ethiopia PDR,Ruminants,NA,NA
 1988,Ethiopia PDR,Cereals,NA,NA
 1988,Ethiopia PDR,Monogastrics,NA,NA
-1988,Ethiopia PDR,Oilcrops,NA,NA
-1988,Ethiopia PDR,Pulses,NA,NA
+1988,Ethiopia PDR,FruitVeg,NA,NA
+1988,Ethiopia PDR,OilcropsPulses,NA,NA
 1988,Ethiopia PDR,Starchy Roots,NA,NA
+1988,Ethiopia PDR,Sugar,NA,NA
 1989,Ethiopia PDR,Ruminants,NA,NA
 1989,Ethiopia PDR,Cereals,NA,NA
 1989,Ethiopia PDR,Monogastrics,NA,NA
-1989,Ethiopia PDR,Oilcrops,NA,NA
-1989,Ethiopia PDR,Pulses,NA,NA
+1989,Ethiopia PDR,FruitVeg,NA,NA
+1989,Ethiopia PDR,OilcropsPulses,NA,NA
 1989,Ethiopia PDR,Starchy Roots,NA,NA
+1989,Ethiopia PDR,Sugar,NA,NA
 1990,Ethiopia PDR,Ruminants,NA,NA
 1990,Ethiopia PDR,Cereals,NA,NA
 1990,Ethiopia PDR,Monogastrics,NA,NA
-1990,Ethiopia PDR,Oilcrops,NA,NA
-1990,Ethiopia PDR,Pulses,NA,NA
+1990,Ethiopia PDR,FruitVeg,NA,NA
+1990,Ethiopia PDR,OilcropsPulses,NA,NA
 1990,Ethiopia PDR,Starchy Roots,NA,NA
+1990,Ethiopia PDR,Sugar,NA,NA
 1991,Ethiopia PDR,Ruminants,NA,NA
 1991,Ethiopia PDR,Cereals,NA,NA
 1991,Ethiopia PDR,Monogastrics,NA,NA
-1991,Ethiopia PDR,Oilcrops,NA,NA
-1991,Ethiopia PDR,Pulses,NA,NA
+1991,Ethiopia PDR,FruitVeg,NA,NA
+1991,Ethiopia PDR,OilcropsPulses,NA,NA
 1991,Ethiopia PDR,Starchy Roots,NA,NA
+1991,Ethiopia PDR,Sugar,NA,NA
 1992,Ethiopia PDR,Ruminants,NA,NA
 1992,Ethiopia PDR,Cereals,NA,NA
 1992,Ethiopia PDR,Monogastrics,NA,NA
-1992,Ethiopia PDR,Oilcrops,NA,NA
-1992,Ethiopia PDR,Pulses,NA,NA
+1992,Ethiopia PDR,FruitVeg,NA,NA
+1992,Ethiopia PDR,OilcropsPulses,NA,NA
 1992,Ethiopia PDR,Starchy Roots,NA,NA
+1992,Ethiopia PDR,Sugar,NA,NA
 1961,Europe,Ruminants,NA,NA
 1961,Europe,Cereals,NA,NA
 1961,Europe,Monogastrics,NA,NA
-1961,Europe,Oilcrops,NA,NA
-1961,Europe,Pulses,NA,NA
+1961,Europe,FruitVeg,NA,NA
+1961,Europe,OilcropsPulses,NA,NA
 1961,Europe,Starchy Roots,NA,NA
+1961,Europe,Sugar,NA,NA
 1962,Europe,Ruminants,NA,NA
 1962,Europe,Cereals,NA,NA
 1962,Europe,Monogastrics,NA,NA
-1962,Europe,Oilcrops,NA,NA
-1962,Europe,Pulses,NA,NA
+1962,Europe,FruitVeg,NA,NA
+1962,Europe,OilcropsPulses,NA,NA
 1962,Europe,Starchy Roots,NA,NA
+1962,Europe,Sugar,NA,NA
 1963,Europe,Ruminants,NA,NA
 1963,Europe,Cereals,NA,NA
 1963,Europe,Monogastrics,NA,NA
-1963,Europe,Oilcrops,NA,NA
-1963,Europe,Pulses,NA,NA
+1963,Europe,FruitVeg,NA,NA
+1963,Europe,OilcropsPulses,NA,NA
 1963,Europe,Starchy Roots,NA,NA
+1963,Europe,Sugar,NA,NA
 1964,Europe,Ruminants,NA,NA
 1964,Europe,Cereals,NA,NA
 1964,Europe,Monogastrics,NA,NA
-1964,Europe,Oilcrops,NA,NA
-1964,Europe,Pulses,NA,NA
+1964,Europe,FruitVeg,NA,NA
+1964,Europe,OilcropsPulses,NA,NA
 1964,Europe,Starchy Roots,NA,NA
+1964,Europe,Sugar,NA,NA
 1965,Europe,Ruminants,NA,NA
 1965,Europe,Cereals,NA,NA
 1965,Europe,Monogastrics,NA,NA
-1965,Europe,Oilcrops,NA,NA
-1965,Europe,Pulses,NA,NA
+1965,Europe,FruitVeg,NA,NA
+1965,Europe,OilcropsPulses,NA,NA
 1965,Europe,Starchy Roots,NA,NA
+1965,Europe,Sugar,NA,NA
 1966,Europe,Ruminants,NA,NA
 1966,Europe,Cereals,NA,NA
 1966,Europe,Monogastrics,NA,NA
-1966,Europe,Oilcrops,NA,NA
-1966,Europe,Pulses,NA,NA
+1966,Europe,FruitVeg,NA,NA
+1966,Europe,OilcropsPulses,NA,NA
 1966,Europe,Starchy Roots,NA,NA
+1966,Europe,Sugar,NA,NA
 1967,Europe,Ruminants,NA,NA
 1967,Europe,Cereals,NA,NA
 1967,Europe,Monogastrics,NA,NA
-1967,Europe,Oilcrops,NA,NA
-1967,Europe,Pulses,NA,NA
+1967,Europe,FruitVeg,NA,NA
+1967,Europe,OilcropsPulses,NA,NA
 1967,Europe,Starchy Roots,NA,NA
+1967,Europe,Sugar,NA,NA
 1968,Europe,Ruminants,NA,NA
 1968,Europe,Cereals,NA,NA
 1968,Europe,Monogastrics,NA,NA
-1968,Europe,Oilcrops,NA,NA
-1968,Europe,Pulses,NA,NA
+1968,Europe,FruitVeg,NA,NA
+1968,Europe,OilcropsPulses,NA,NA
 1968,Europe,Starchy Roots,NA,NA
+1968,Europe,Sugar,NA,NA
 1969,Europe,Ruminants,NA,NA
 1969,Europe,Cereals,NA,NA
 1969,Europe,Monogastrics,NA,NA
-1969,Europe,Oilcrops,NA,NA
-1969,Europe,Pulses,NA,NA
+1969,Europe,FruitVeg,NA,NA
+1969,Europe,OilcropsPulses,NA,NA
 1969,Europe,Starchy Roots,NA,NA
+1969,Europe,Sugar,NA,NA
 1970,Europe,Ruminants,NA,NA
 1970,Europe,Cereals,NA,NA
 1970,Europe,Monogastrics,NA,NA
-1970,Europe,Oilcrops,NA,NA
-1970,Europe,Pulses,NA,NA
+1970,Europe,FruitVeg,NA,NA
+1970,Europe,OilcropsPulses,NA,NA
 1970,Europe,Starchy Roots,NA,NA
+1970,Europe,Sugar,NA,NA
 1971,Europe,Ruminants,NA,NA
 1971,Europe,Cereals,NA,NA
 1971,Europe,Monogastrics,NA,NA
-1971,Europe,Oilcrops,NA,NA
-1971,Europe,Pulses,NA,NA
+1971,Europe,FruitVeg,NA,NA
+1971,Europe,OilcropsPulses,NA,NA
 1971,Europe,Starchy Roots,NA,NA
+1971,Europe,Sugar,NA,NA
 1972,Europe,Ruminants,NA,NA
 1972,Europe,Cereals,NA,NA
 1972,Europe,Monogastrics,NA,NA
-1972,Europe,Oilcrops,NA,NA
-1972,Europe,Pulses,NA,NA
+1972,Europe,FruitVeg,NA,NA
+1972,Europe,OilcropsPulses,NA,NA
 1972,Europe,Starchy Roots,NA,NA
+1972,Europe,Sugar,NA,NA
 1973,Europe,Ruminants,NA,NA
 1973,Europe,Cereals,NA,NA
 1973,Europe,Monogastrics,NA,NA
-1973,Europe,Oilcrops,NA,NA
-1973,Europe,Pulses,NA,NA
+1973,Europe,FruitVeg,NA,NA
+1973,Europe,OilcropsPulses,NA,NA
 1973,Europe,Starchy Roots,NA,NA
+1973,Europe,Sugar,NA,NA
 1974,Europe,Ruminants,NA,NA
 1974,Europe,Cereals,NA,NA
 1974,Europe,Monogastrics,NA,NA
-1974,Europe,Oilcrops,NA,NA
-1974,Europe,Pulses,NA,NA
+1974,Europe,FruitVeg,NA,NA
+1974,Europe,OilcropsPulses,NA,NA
 1974,Europe,Starchy Roots,NA,NA
+1974,Europe,Sugar,NA,NA
 1975,Europe,Ruminants,NA,NA
 1975,Europe,Cereals,NA,NA
 1975,Europe,Monogastrics,NA,NA
-1975,Europe,Oilcrops,NA,NA
-1975,Europe,Pulses,NA,NA
+1975,Europe,FruitVeg,NA,NA
+1975,Europe,OilcropsPulses,NA,NA
 1975,Europe,Starchy Roots,NA,NA
+1975,Europe,Sugar,NA,NA
 1976,Europe,Ruminants,NA,NA
 1976,Europe,Cereals,NA,NA
 1976,Europe,Monogastrics,NA,NA
-1976,Europe,Oilcrops,NA,NA
-1976,Europe,Pulses,NA,NA
+1976,Europe,FruitVeg,NA,NA
+1976,Europe,OilcropsPulses,NA,NA
 1976,Europe,Starchy Roots,NA,NA
+1976,Europe,Sugar,NA,NA
 1977,Europe,Ruminants,NA,NA
 1977,Europe,Cereals,NA,NA
 1977,Europe,Monogastrics,NA,NA
-1977,Europe,Oilcrops,NA,NA
-1977,Europe,Pulses,NA,NA
+1977,Europe,FruitVeg,NA,NA
+1977,Europe,OilcropsPulses,NA,NA
 1977,Europe,Starchy Roots,NA,NA
+1977,Europe,Sugar,NA,NA
 1978,Europe,Ruminants,NA,NA
 1978,Europe,Cereals,NA,NA
 1978,Europe,Monogastrics,NA,NA
-1978,Europe,Oilcrops,NA,NA
-1978,Europe,Pulses,NA,NA
+1978,Europe,FruitVeg,NA,NA
+1978,Europe,OilcropsPulses,NA,NA
 1978,Europe,Starchy Roots,NA,NA
+1978,Europe,Sugar,NA,NA
 1979,Europe,Ruminants,NA,NA
 1979,Europe,Cereals,NA,NA
 1979,Europe,Monogastrics,NA,NA
-1979,Europe,Oilcrops,NA,NA
-1979,Europe,Pulses,NA,NA
+1979,Europe,FruitVeg,NA,NA
+1979,Europe,OilcropsPulses,NA,NA
 1979,Europe,Starchy Roots,NA,NA
+1979,Europe,Sugar,NA,NA
 1980,Europe,Ruminants,NA,NA
 1980,Europe,Cereals,NA,NA
 1980,Europe,Monogastrics,NA,NA
-1980,Europe,Oilcrops,NA,NA
-1980,Europe,Pulses,NA,NA
+1980,Europe,FruitVeg,NA,NA
+1980,Europe,OilcropsPulses,NA,NA
 1980,Europe,Starchy Roots,NA,NA
+1980,Europe,Sugar,NA,NA
 1981,Europe,Ruminants,NA,NA
 1981,Europe,Cereals,NA,NA
 1981,Europe,Monogastrics,NA,NA
-1981,Europe,Oilcrops,NA,NA
-1981,Europe,Pulses,NA,NA
+1981,Europe,FruitVeg,NA,NA
+1981,Europe,OilcropsPulses,NA,NA
 1981,Europe,Starchy Roots,NA,NA
+1981,Europe,Sugar,NA,NA
 1982,Europe,Ruminants,NA,NA
 1982,Europe,Cereals,NA,NA
 1982,Europe,Monogastrics,NA,NA
-1982,Europe,Oilcrops,NA,NA
-1982,Europe,Pulses,NA,NA
+1982,Europe,FruitVeg,NA,NA
+1982,Europe,OilcropsPulses,NA,NA
 1982,Europe,Starchy Roots,NA,NA
+1982,Europe,Sugar,NA,NA
 1983,Europe,Ruminants,NA,NA
 1983,Europe,Cereals,NA,NA
 1983,Europe,Monogastrics,NA,NA
-1983,Europe,Oilcrops,NA,NA
-1983,Europe,Pulses,NA,NA
+1983,Europe,FruitVeg,NA,NA
+1983,Europe,OilcropsPulses,NA,NA
 1983,Europe,Starchy Roots,NA,NA
+1983,Europe,Sugar,NA,NA
 1984,Europe,Ruminants,NA,NA
 1984,Europe,Cereals,NA,NA
 1984,Europe,Monogastrics,NA,NA
-1984,Europe,Oilcrops,NA,NA
-1984,Europe,Pulses,NA,NA
+1984,Europe,FruitVeg,NA,NA
+1984,Europe,OilcropsPulses,NA,NA
 1984,Europe,Starchy Roots,NA,NA
+1984,Europe,Sugar,NA,NA
 1985,Europe,Ruminants,NA,NA
 1985,Europe,Cereals,NA,NA
 1985,Europe,Monogastrics,NA,NA
-1985,Europe,Oilcrops,NA,NA
-1985,Europe,Pulses,NA,NA
+1985,Europe,FruitVeg,NA,NA
+1985,Europe,OilcropsPulses,NA,NA
 1985,Europe,Starchy Roots,NA,NA
+1985,Europe,Sugar,NA,NA
 1986,Europe,Ruminants,NA,NA
 1986,Europe,Cereals,NA,NA
 1986,Europe,Monogastrics,NA,NA
-1986,Europe,Oilcrops,NA,NA
-1986,Europe,Pulses,NA,NA
+1986,Europe,FruitVeg,NA,NA
+1986,Europe,OilcropsPulses,NA,NA
 1986,Europe,Starchy Roots,NA,NA
+1986,Europe,Sugar,NA,NA
 1987,Europe,Ruminants,NA,NA
 1987,Europe,Cereals,NA,NA
 1987,Europe,Monogastrics,NA,NA
-1987,Europe,Oilcrops,NA,NA
-1987,Europe,Pulses,NA,NA
+1987,Europe,FruitVeg,NA,NA
+1987,Europe,OilcropsPulses,NA,NA
 1987,Europe,Starchy Roots,NA,NA
+1987,Europe,Sugar,NA,NA
 1988,Europe,Ruminants,NA,NA
 1988,Europe,Cereals,NA,NA
 1988,Europe,Monogastrics,NA,NA
-1988,Europe,Oilcrops,NA,NA
-1988,Europe,Pulses,NA,NA
+1988,Europe,FruitVeg,NA,NA
+1988,Europe,OilcropsPulses,NA,NA
 1988,Europe,Starchy Roots,NA,NA
+1988,Europe,Sugar,NA,NA
 1989,Europe,Ruminants,NA,NA
 1989,Europe,Cereals,NA,NA
 1989,Europe,Monogastrics,NA,NA
-1989,Europe,Oilcrops,NA,NA
-1989,Europe,Pulses,NA,NA
+1989,Europe,FruitVeg,NA,NA
+1989,Europe,OilcropsPulses,NA,NA
 1989,Europe,Starchy Roots,NA,NA
+1989,Europe,Sugar,NA,NA
 1990,Europe,Ruminants,NA,NA
 1990,Europe,Cereals,NA,NA
 1990,Europe,Monogastrics,NA,NA
-1990,Europe,Oilcrops,NA,NA
-1990,Europe,Pulses,NA,NA
+1990,Europe,FruitVeg,NA,NA
+1990,Europe,OilcropsPulses,NA,NA
 1990,Europe,Starchy Roots,NA,NA
+1990,Europe,Sugar,NA,NA
 1991,Europe,Ruminants,NA,NA
 1991,Europe,Cereals,NA,NA
 1991,Europe,Monogastrics,NA,NA
-1991,Europe,Oilcrops,NA,NA
-1991,Europe,Pulses,NA,NA
+1991,Europe,FruitVeg,NA,NA
+1991,Europe,OilcropsPulses,NA,NA
 1991,Europe,Starchy Roots,NA,NA
+1991,Europe,Sugar,NA,NA
 1992,Europe,Ruminants,NA,NA
 1992,Europe,Cereals,NA,NA
 1992,Europe,Monogastrics,NA,NA
-1992,Europe,Oilcrops,NA,NA
-1992,Europe,Pulses,NA,NA
+1992,Europe,FruitVeg,NA,NA
+1992,Europe,OilcropsPulses,NA,NA
 1992,Europe,Starchy Roots,NA,NA
+1992,Europe,Sugar,NA,NA
 1993,Europe,Ruminants,NA,NA
 1993,Europe,Cereals,NA,NA
 1993,Europe,Monogastrics,NA,NA
-1993,Europe,Oilcrops,NA,NA
-1993,Europe,Pulses,NA,NA
+1993,Europe,FruitVeg,NA,NA
+1993,Europe,OilcropsPulses,NA,NA
 1993,Europe,Starchy Roots,NA,NA
+1993,Europe,Sugar,NA,NA
 1994,Europe,Ruminants,NA,NA
 1994,Europe,Cereals,NA,NA
 1994,Europe,Monogastrics,NA,NA
-1994,Europe,Oilcrops,NA,NA
-1994,Europe,Pulses,NA,NA
+1994,Europe,FruitVeg,NA,NA
+1994,Europe,OilcropsPulses,NA,NA
 1994,Europe,Starchy Roots,NA,NA
+1994,Europe,Sugar,NA,NA
 1995,Europe,Ruminants,NA,NA
 1995,Europe,Cereals,NA,NA
 1995,Europe,Monogastrics,NA,NA
-1995,Europe,Oilcrops,NA,NA
-1995,Europe,Pulses,NA,NA
+1995,Europe,FruitVeg,NA,NA
+1995,Europe,OilcropsPulses,NA,NA
 1995,Europe,Starchy Roots,NA,NA
+1995,Europe,Sugar,NA,NA
 1996,Europe,Ruminants,NA,NA
 1996,Europe,Cereals,NA,NA
 1996,Europe,Monogastrics,NA,NA
-1996,Europe,Oilcrops,NA,NA
-1996,Europe,Pulses,NA,NA
+1996,Europe,FruitVeg,NA,NA
+1996,Europe,OilcropsPulses,NA,NA
 1996,Europe,Starchy Roots,NA,NA
+1996,Europe,Sugar,NA,NA
 1997,Europe,Ruminants,NA,NA
 1997,Europe,Cereals,NA,NA
 1997,Europe,Monogastrics,NA,NA
-1997,Europe,Oilcrops,NA,NA
-1997,Europe,Pulses,NA,NA
+1997,Europe,FruitVeg,NA,NA
+1997,Europe,OilcropsPulses,NA,NA
 1997,Europe,Starchy Roots,NA,NA
+1997,Europe,Sugar,NA,NA
 1998,Europe,Ruminants,NA,NA
 1998,Europe,Cereals,NA,NA
 1998,Europe,Monogastrics,NA,NA
-1998,Europe,Oilcrops,NA,NA
-1998,Europe,Pulses,NA,NA
+1998,Europe,FruitVeg,NA,NA
+1998,Europe,OilcropsPulses,NA,NA
 1998,Europe,Starchy Roots,NA,NA
+1998,Europe,Sugar,NA,NA
 1999,Europe,Ruminants,NA,NA
 1999,Europe,Cereals,NA,NA
 1999,Europe,Monogastrics,NA,NA
-1999,Europe,Oilcrops,NA,NA
-1999,Europe,Pulses,NA,NA
+1999,Europe,FruitVeg,NA,NA
+1999,Europe,OilcropsPulses,NA,NA
 1999,Europe,Starchy Roots,NA,NA
+1999,Europe,Sugar,NA,NA
 2000,Europe,Ruminants,NA,NA
 2000,Europe,Cereals,NA,NA
 2000,Europe,Monogastrics,NA,NA
-2000,Europe,Oilcrops,NA,NA
-2000,Europe,Pulses,NA,NA
+2000,Europe,FruitVeg,NA,NA
+2000,Europe,OilcropsPulses,NA,NA
 2000,Europe,Starchy Roots,NA,NA
+2000,Europe,Sugar,NA,NA
 2001,Europe,Ruminants,NA,NA
 2001,Europe,Cereals,NA,NA
 2001,Europe,Monogastrics,NA,NA
-2001,Europe,Oilcrops,NA,NA
-2001,Europe,Pulses,NA,NA
+2001,Europe,FruitVeg,NA,NA
+2001,Europe,OilcropsPulses,NA,NA
 2001,Europe,Starchy Roots,NA,NA
+2001,Europe,Sugar,NA,NA
 2002,Europe,Ruminants,NA,NA
 2002,Europe,Cereals,NA,NA
 2002,Europe,Monogastrics,NA,NA
-2002,Europe,Oilcrops,NA,NA
-2002,Europe,Pulses,NA,NA
+2002,Europe,FruitVeg,NA,NA
+2002,Europe,OilcropsPulses,NA,NA
 2002,Europe,Starchy Roots,NA,NA
+2002,Europe,Sugar,NA,NA
 2003,Europe,Ruminants,NA,NA
 2003,Europe,Cereals,NA,NA
 2003,Europe,Monogastrics,NA,NA
-2003,Europe,Oilcrops,NA,NA
-2003,Europe,Pulses,NA,NA
+2003,Europe,FruitVeg,NA,NA
+2003,Europe,OilcropsPulses,NA,NA
 2003,Europe,Starchy Roots,NA,NA
+2003,Europe,Sugar,NA,NA
 2004,Europe,Ruminants,NA,NA
 2004,Europe,Cereals,NA,NA
 2004,Europe,Monogastrics,NA,NA
-2004,Europe,Oilcrops,NA,NA
-2004,Europe,Pulses,NA,NA
+2004,Europe,FruitVeg,NA,NA
+2004,Europe,OilcropsPulses,NA,NA
 2004,Europe,Starchy Roots,NA,NA
+2004,Europe,Sugar,NA,NA
 2005,Europe,Ruminants,NA,NA
 2005,Europe,Cereals,NA,NA
 2005,Europe,Monogastrics,NA,NA
-2005,Europe,Oilcrops,NA,NA
-2005,Europe,Pulses,NA,NA
+2005,Europe,FruitVeg,NA,NA
+2005,Europe,OilcropsPulses,NA,NA
 2005,Europe,Starchy Roots,NA,NA
+2005,Europe,Sugar,NA,NA
 2006,Europe,Ruminants,NA,NA
 2006,Europe,Cereals,NA,NA
 2006,Europe,Monogastrics,NA,NA
-2006,Europe,Oilcrops,NA,NA
-2006,Europe,Pulses,NA,NA
+2006,Europe,FruitVeg,NA,NA
+2006,Europe,OilcropsPulses,NA,NA
 2006,Europe,Starchy Roots,NA,NA
+2006,Europe,Sugar,NA,NA
 2007,Europe,Ruminants,NA,NA
 2007,Europe,Cereals,NA,NA
 2007,Europe,Monogastrics,NA,NA
-2007,Europe,Oilcrops,NA,NA
-2007,Europe,Pulses,NA,NA
+2007,Europe,FruitVeg,NA,NA
+2007,Europe,OilcropsPulses,NA,NA
 2007,Europe,Starchy Roots,NA,NA
+2007,Europe,Sugar,NA,NA
 2008,Europe,Ruminants,NA,NA
 2008,Europe,Cereals,NA,NA
 2008,Europe,Monogastrics,NA,NA
-2008,Europe,Oilcrops,NA,NA
-2008,Europe,Pulses,NA,NA
+2008,Europe,FruitVeg,NA,NA
+2008,Europe,OilcropsPulses,NA,NA
 2008,Europe,Starchy Roots,NA,NA
+2008,Europe,Sugar,NA,NA
 2009,Europe,Ruminants,NA,NA
 2009,Europe,Cereals,NA,NA
 2009,Europe,Monogastrics,NA,NA
-2009,Europe,Oilcrops,NA,NA
-2009,Europe,Pulses,NA,NA
+2009,Europe,FruitVeg,NA,NA
+2009,Europe,OilcropsPulses,NA,NA
 2009,Europe,Starchy Roots,NA,NA
+2009,Europe,Sugar,NA,NA
 2010,Europe,Ruminants,NA,NA
 2010,Europe,Cereals,NA,NA
 2010,Europe,Monogastrics,NA,NA
-2010,Europe,Oilcrops,NA,NA
-2010,Europe,Pulses,NA,NA
+2010,Europe,FruitVeg,NA,NA
+2010,Europe,OilcropsPulses,NA,NA
 2010,Europe,Starchy Roots,NA,NA
+2010,Europe,Sugar,NA,NA
 2011,Europe,Ruminants,NA,NA
 2011,Europe,Cereals,NA,NA
 2011,Europe,Monogastrics,NA,NA
-2011,Europe,Oilcrops,NA,NA
-2011,Europe,Pulses,NA,NA
+2011,Europe,FruitVeg,NA,NA
+2011,Europe,OilcropsPulses,NA,NA
 2011,Europe,Starchy Roots,NA,NA
+2011,Europe,Sugar,NA,NA
 1961,European Union,Ruminants,NA,NA
 1961,European Union,Cereals,NA,NA
 1961,European Union,Monogastrics,NA,NA
-1961,European Union,Oilcrops,NA,NA
-1961,European Union,Pulses,NA,NA
+1961,European Union,FruitVeg,NA,NA
+1961,European Union,OilcropsPulses,NA,NA
 1961,European Union,Starchy Roots,NA,NA
+1961,European Union,Sugar,NA,NA
 1962,European Union,Ruminants,NA,NA
 1962,European Union,Cereals,NA,NA
 1962,European Union,Monogastrics,NA,NA
-1962,European Union,Oilcrops,NA,NA
-1962,European Union,Pulses,NA,NA
+1962,European Union,FruitVeg,NA,NA
+1962,European Union,OilcropsPulses,NA,NA
 1962,European Union,Starchy Roots,NA,NA
+1962,European Union,Sugar,NA,NA
 1963,European Union,Ruminants,NA,NA
 1963,European Union,Cereals,NA,NA
 1963,European Union,Monogastrics,NA,NA
-1963,European Union,Oilcrops,NA,NA
-1963,European Union,Pulses,NA,NA
+1963,European Union,FruitVeg,NA,NA
+1963,European Union,OilcropsPulses,NA,NA
 1963,European Union,Starchy Roots,NA,NA
+1963,European Union,Sugar,NA,NA
 1964,European Union,Ruminants,NA,NA
 1964,European Union,Cereals,NA,NA
 1964,European Union,Monogastrics,NA,NA
-1964,European Union,Oilcrops,NA,NA
-1964,European Union,Pulses,NA,NA
+1964,European Union,FruitVeg,NA,NA
+1964,European Union,OilcropsPulses,NA,NA
 1964,European Union,Starchy Roots,NA,NA
+1964,European Union,Sugar,NA,NA
 1965,European Union,Ruminants,NA,NA
 1965,European Union,Cereals,NA,NA
 1965,European Union,Monogastrics,NA,NA
-1965,European Union,Oilcrops,NA,NA
-1965,European Union,Pulses,NA,NA
+1965,European Union,FruitVeg,NA,NA
+1965,European Union,OilcropsPulses,NA,NA
 1965,European Union,Starchy Roots,NA,NA
+1965,European Union,Sugar,NA,NA
 1966,European Union,Ruminants,NA,NA
 1966,European Union,Cereals,NA,NA
 1966,European Union,Monogastrics,NA,NA
-1966,European Union,Oilcrops,NA,NA
-1966,European Union,Pulses,NA,NA
+1966,European Union,FruitVeg,NA,NA
+1966,European Union,OilcropsPulses,NA,NA
 1966,European Union,Starchy Roots,NA,NA
+1966,European Union,Sugar,NA,NA
 1967,European Union,Ruminants,NA,NA
 1967,European Union,Cereals,NA,NA
 1967,European Union,Monogastrics,NA,NA
-1967,European Union,Oilcrops,NA,NA
-1967,European Union,Pulses,NA,NA
+1967,European Union,FruitVeg,NA,NA
+1967,European Union,OilcropsPulses,NA,NA
 1967,European Union,Starchy Roots,NA,NA
+1967,European Union,Sugar,NA,NA
 1968,European Union,Ruminants,NA,NA
 1968,European Union,Cereals,NA,NA
 1968,European Union,Monogastrics,NA,NA
-1968,European Union,Oilcrops,NA,NA
-1968,European Union,Pulses,NA,NA
+1968,European Union,FruitVeg,NA,NA
+1968,European Union,OilcropsPulses,NA,NA
 1968,European Union,Starchy Roots,NA,NA
+1968,European Union,Sugar,NA,NA
 1969,European Union,Ruminants,NA,NA
 1969,European Union,Cereals,NA,NA
 1969,European Union,Monogastrics,NA,NA
-1969,European Union,Oilcrops,NA,NA
-1969,European Union,Pulses,NA,NA
+1969,European Union,FruitVeg,NA,NA
+1969,European Union,OilcropsPulses,NA,NA
 1969,European Union,Starchy Roots,NA,NA
+1969,European Union,Sugar,NA,NA
 1970,European Union,Ruminants,NA,NA
 1970,European Union,Cereals,NA,NA
 1970,European Union,Monogastrics,NA,NA
-1970,European Union,Oilcrops,NA,NA
-1970,European Union,Pulses,NA,NA
+1970,European Union,FruitVeg,NA,NA
+1970,European Union,OilcropsPulses,NA,NA
 1970,European Union,Starchy Roots,NA,NA
+1970,European Union,Sugar,NA,NA
 1971,European Union,Ruminants,NA,NA
 1971,European Union,Cereals,NA,NA
 1971,European Union,Monogastrics,NA,NA
-1971,European Union,Oilcrops,NA,NA
-1971,European Union,Pulses,NA,NA
+1971,European Union,FruitVeg,NA,NA
+1971,European Union,OilcropsPulses,NA,NA
 1971,European Union,Starchy Roots,NA,NA
+1971,European Union,Sugar,NA,NA
 1972,European Union,Ruminants,NA,NA
 1972,European Union,Cereals,NA,NA
 1972,European Union,Monogastrics,NA,NA
-1972,European Union,Oilcrops,NA,NA
-1972,European Union,Pulses,NA,NA
+1972,European Union,FruitVeg,NA,NA
+1972,European Union,OilcropsPulses,NA,NA
 1972,European Union,Starchy Roots,NA,NA
+1972,European Union,Sugar,NA,NA
 1973,European Union,Ruminants,NA,NA
 1973,European Union,Cereals,NA,NA
 1973,European Union,Monogastrics,NA,NA
-1973,European Union,Oilcrops,NA,NA
-1973,European Union,Pulses,NA,NA
+1973,European Union,FruitVeg,NA,NA
+1973,European Union,OilcropsPulses,NA,NA
 1973,European Union,Starchy Roots,NA,NA
+1973,European Union,Sugar,NA,NA
 1974,European Union,Ruminants,NA,NA
 1974,European Union,Cereals,NA,NA
 1974,European Union,Monogastrics,NA,NA
-1974,European Union,Oilcrops,NA,NA
-1974,European Union,Pulses,NA,NA
+1974,European Union,FruitVeg,NA,NA
+1974,European Union,OilcropsPulses,NA,NA
 1974,European Union,Starchy Roots,NA,NA
+1974,European Union,Sugar,NA,NA
 1975,European Union,Ruminants,NA,NA
 1975,European Union,Cereals,NA,NA
 1975,European Union,Monogastrics,NA,NA
-1975,European Union,Oilcrops,NA,NA
-1975,European Union,Pulses,NA,NA
+1975,European Union,FruitVeg,NA,NA
+1975,European Union,OilcropsPulses,NA,NA
 1975,European Union,Starchy Roots,NA,NA
+1975,European Union,Sugar,NA,NA
 1976,European Union,Ruminants,NA,NA
 1976,European Union,Cereals,NA,NA
 1976,European Union,Monogastrics,NA,NA
-1976,European Union,Oilcrops,NA,NA
-1976,European Union,Pulses,NA,NA
+1976,European Union,FruitVeg,NA,NA
+1976,European Union,OilcropsPulses,NA,NA
 1976,European Union,Starchy Roots,NA,NA
+1976,European Union,Sugar,NA,NA
 1977,European Union,Ruminants,NA,NA
 1977,European Union,Cereals,NA,NA
 1977,European Union,Monogastrics,NA,NA
-1977,European Union,Oilcrops,NA,NA
-1977,European Union,Pulses,NA,NA
+1977,European Union,FruitVeg,NA,NA
+1977,European Union,OilcropsPulses,NA,NA
 1977,European Union,Starchy Roots,NA,NA
+1977,European Union,Sugar,NA,NA
 1978,European Union,Ruminants,NA,NA
 1978,European Union,Cereals,NA,NA
 1978,European Union,Monogastrics,NA,NA
-1978,European Union,Oilcrops,NA,NA
-1978,European Union,Pulses,NA,NA
+1978,European Union,FruitVeg,NA,NA
+1978,European Union,OilcropsPulses,NA,NA
 1978,European Union,Starchy Roots,NA,NA
+1978,European Union,Sugar,NA,NA
 1979,European Union,Ruminants,NA,NA
 1979,European Union,Cereals,NA,NA
 1979,European Union,Monogastrics,NA,NA
-1979,European Union,Oilcrops,NA,NA
-1979,European Union,Pulses,NA,NA
+1979,European Union,FruitVeg,NA,NA
+1979,European Union,OilcropsPulses,NA,NA
 1979,European Union,Starchy Roots,NA,NA
+1979,European Union,Sugar,NA,NA
 1980,European Union,Ruminants,NA,NA
 1980,European Union,Cereals,NA,NA
 1980,European Union,Monogastrics,NA,NA
-1980,European Union,Oilcrops,NA,NA
-1980,European Union,Pulses,NA,NA
+1980,European Union,FruitVeg,NA,NA
+1980,European Union,OilcropsPulses,NA,NA
 1980,European Union,Starchy Roots,NA,NA
+1980,European Union,Sugar,NA,NA
 1981,European Union,Ruminants,NA,NA
 1981,European Union,Cereals,NA,NA
 1981,European Union,Monogastrics,NA,NA
-1981,European Union,Oilcrops,NA,NA
-1981,European Union,Pulses,NA,NA
+1981,European Union,FruitVeg,NA,NA
+1981,European Union,OilcropsPulses,NA,NA
 1981,European Union,Starchy Roots,NA,NA
+1981,European Union,Sugar,NA,NA
 1982,European Union,Ruminants,NA,NA
 1982,European Union,Cereals,NA,NA
 1982,European Union,Monogastrics,NA,NA
-1982,European Union,Oilcrops,NA,NA
-1982,European Union,Pulses,NA,NA
+1982,European Union,FruitVeg,NA,NA
+1982,European Union,OilcropsPulses,NA,NA
 1982,European Union,Starchy Roots,NA,NA
+1982,European Union,Sugar,NA,NA
 1983,European Union,Ruminants,NA,NA
 1983,European Union,Cereals,NA,NA
 1983,European Union,Monogastrics,NA,NA
-1983,European Union,Oilcrops,NA,NA
-1983,European Union,Pulses,NA,NA
+1983,European Union,FruitVeg,NA,NA
+1983,European Union,OilcropsPulses,NA,NA
 1983,European Union,Starchy Roots,NA,NA
+1983,European Union,Sugar,NA,NA
 1984,European Union,Ruminants,NA,NA
 1984,European Union,Cereals,NA,NA
 1984,European Union,Monogastrics,NA,NA
-1984,European Union,Oilcrops,NA,NA
-1984,European Union,Pulses,NA,NA
+1984,European Union,FruitVeg,NA,NA
+1984,European Union,OilcropsPulses,NA,NA
 1984,European Union,Starchy Roots,NA,NA
+1984,European Union,Sugar,NA,NA
 1985,European Union,Ruminants,NA,NA
 1985,European Union,Cereals,NA,NA
 1985,European Union,Monogastrics,NA,NA
-1985,European Union,Oilcrops,NA,NA
-1985,European Union,Pulses,NA,NA
+1985,European Union,FruitVeg,NA,NA
+1985,European Union,OilcropsPulses,NA,NA
 1985,European Union,Starchy Roots,NA,NA
+1985,European Union,Sugar,NA,NA
 1986,European Union,Ruminants,NA,NA
 1986,European Union,Cereals,NA,NA
 1986,European Union,Monogastrics,NA,NA
-1986,European Union,Oilcrops,NA,NA
-1986,European Union,Pulses,NA,NA
+1986,European Union,FruitVeg,NA,NA
+1986,European Union,OilcropsPulses,NA,NA
 1986,European Union,Starchy Roots,NA,NA
+1986,European Union,Sugar,NA,NA
 1987,European Union,Ruminants,NA,NA
 1987,European Union,Cereals,NA,NA
 1987,European Union,Monogastrics,NA,NA
-1987,European Union,Oilcrops,NA,NA
-1987,European Union,Pulses,NA,NA
+1987,European Union,FruitVeg,NA,NA
+1987,European Union,OilcropsPulses,NA,NA
 1987,European Union,Starchy Roots,NA,NA
+1987,European Union,Sugar,NA,NA
 1988,European Union,Ruminants,NA,NA
 1988,European Union,Cereals,NA,NA
 1988,European Union,Monogastrics,NA,NA
-1988,European Union,Oilcrops,NA,NA
-1988,European Union,Pulses,NA,NA
+1988,European Union,FruitVeg,NA,NA
+1988,European Union,OilcropsPulses,NA,NA
 1988,European Union,Starchy Roots,NA,NA
+1988,European Union,Sugar,NA,NA
 1989,European Union,Ruminants,NA,NA
 1989,European Union,Cereals,NA,NA
 1989,European Union,Monogastrics,NA,NA
-1989,European Union,Oilcrops,NA,NA
-1989,European Union,Pulses,NA,NA
+1989,European Union,FruitVeg,NA,NA
+1989,European Union,OilcropsPulses,NA,NA
 1989,European Union,Starchy Roots,NA,NA
+1989,European Union,Sugar,NA,NA
 1990,European Union,Ruminants,NA,NA
 1990,European Union,Cereals,NA,NA
 1990,European Union,Monogastrics,NA,NA
-1990,European Union,Oilcrops,NA,NA
-1990,European Union,Pulses,NA,NA
+1990,European Union,FruitVeg,NA,NA
+1990,European Union,OilcropsPulses,NA,NA
 1990,European Union,Starchy Roots,NA,NA
+1990,European Union,Sugar,NA,NA
 1991,European Union,Ruminants,NA,NA
 1991,European Union,Cereals,NA,NA
 1991,European Union,Monogastrics,NA,NA
-1991,European Union,Oilcrops,NA,NA
-1991,European Union,Pulses,NA,NA
+1991,European Union,FruitVeg,NA,NA
+1991,European Union,OilcropsPulses,NA,NA
 1991,European Union,Starchy Roots,NA,NA
+1991,European Union,Sugar,NA,NA
 1992,European Union,Ruminants,NA,NA
 1992,European Union,Cereals,NA,NA
 1992,European Union,Monogastrics,NA,NA
-1992,European Union,Oilcrops,NA,NA
-1992,European Union,Pulses,NA,NA
+1992,European Union,FruitVeg,NA,NA
+1992,European Union,OilcropsPulses,NA,NA
 1992,European Union,Starchy Roots,NA,NA
+1992,European Union,Sugar,NA,NA
 1993,European Union,Ruminants,NA,NA
 1993,European Union,Cereals,NA,NA
 1993,European Union,Monogastrics,NA,NA
-1993,European Union,Oilcrops,NA,NA
-1993,European Union,Pulses,NA,NA
+1993,European Union,FruitVeg,NA,NA
+1993,European Union,OilcropsPulses,NA,NA
 1993,European Union,Starchy Roots,NA,NA
+1993,European Union,Sugar,NA,NA
 1994,European Union,Ruminants,NA,NA
 1994,European Union,Cereals,NA,NA
 1994,European Union,Monogastrics,NA,NA
-1994,European Union,Oilcrops,NA,NA
-1994,European Union,Pulses,NA,NA
+1994,European Union,FruitVeg,NA,NA
+1994,European Union,OilcropsPulses,NA,NA
 1994,European Union,Starchy Roots,NA,NA
+1994,European Union,Sugar,NA,NA
 1995,European Union,Ruminants,NA,NA
 1995,European Union,Cereals,NA,NA
 1995,European Union,Monogastrics,NA,NA
-1995,European Union,Oilcrops,NA,NA
-1995,European Union,Pulses,NA,NA
+1995,European Union,FruitVeg,NA,NA
+1995,European Union,OilcropsPulses,NA,NA
 1995,European Union,Starchy Roots,NA,NA
+1995,European Union,Sugar,NA,NA
 1996,European Union,Ruminants,NA,NA
 1996,European Union,Cereals,NA,NA
 1996,European Union,Monogastrics,NA,NA
-1996,European Union,Oilcrops,NA,NA
-1996,European Union,Pulses,NA,NA
+1996,European Union,FruitVeg,NA,NA
+1996,European Union,OilcropsPulses,NA,NA
 1996,European Union,Starchy Roots,NA,NA
+1996,European Union,Sugar,NA,NA
 1997,European Union,Ruminants,NA,NA
 1997,European Union,Cereals,NA,NA
 1997,European Union,Monogastrics,NA,NA
-1997,European Union,Oilcrops,NA,NA
-1997,European Union,Pulses,NA,NA
+1997,European Union,FruitVeg,NA,NA
+1997,European Union,OilcropsPulses,NA,NA
 1997,European Union,Starchy Roots,NA,NA
+1997,European Union,Sugar,NA,NA
 1998,European Union,Ruminants,NA,NA
 1998,European Union,Cereals,NA,NA
 1998,European Union,Monogastrics,NA,NA
-1998,European Union,Oilcrops,NA,NA
-1998,European Union,Pulses,NA,NA
+1998,European Union,FruitVeg,NA,NA
+1998,European Union,OilcropsPulses,NA,NA
 1998,European Union,Starchy Roots,NA,NA
+1998,European Union,Sugar,NA,NA
 1999,European Union,Ruminants,NA,NA
 1999,European Union,Cereals,NA,NA
 1999,European Union,Monogastrics,NA,NA
-1999,European Union,Oilcrops,NA,NA
-1999,European Union,Pulses,NA,NA
+1999,European Union,FruitVeg,NA,NA
+1999,European Union,OilcropsPulses,NA,NA
 1999,European Union,Starchy Roots,NA,NA
+1999,European Union,Sugar,NA,NA
 2000,European Union,Ruminants,NA,NA
 2000,European Union,Cereals,NA,NA
 2000,European Union,Monogastrics,NA,NA
-2000,European Union,Oilcrops,NA,NA
-2000,European Union,Pulses,NA,NA
+2000,European Union,FruitVeg,NA,NA
+2000,European Union,OilcropsPulses,NA,NA
 2000,European Union,Starchy Roots,NA,NA
+2000,European Union,Sugar,NA,NA
 2001,European Union,Ruminants,NA,NA
 2001,European Union,Cereals,NA,NA
 2001,European Union,Monogastrics,NA,NA
-2001,European Union,Oilcrops,NA,NA
-2001,European Union,Pulses,NA,NA
+2001,European Union,FruitVeg,NA,NA
+2001,European Union,OilcropsPulses,NA,NA
 2001,European Union,Starchy Roots,NA,NA
+2001,European Union,Sugar,NA,NA
 2002,European Union,Ruminants,NA,NA
 2002,European Union,Cereals,NA,NA
 2002,European Union,Monogastrics,NA,NA
-2002,European Union,Oilcrops,NA,NA
-2002,European Union,Pulses,NA,NA
+2002,European Union,FruitVeg,NA,NA
+2002,European Union,OilcropsPulses,NA,NA
 2002,European Union,Starchy Roots,NA,NA
+2002,European Union,Sugar,NA,NA
 2003,European Union,Ruminants,NA,NA
 2003,European Union,Cereals,NA,NA
 2003,European Union,Monogastrics,NA,NA
-2003,European Union,Oilcrops,NA,NA
-2003,European Union,Pulses,NA,NA
+2003,European Union,FruitVeg,NA,NA
+2003,European Union,OilcropsPulses,NA,NA
 2003,European Union,Starchy Roots,NA,NA
+2003,European Union,Sugar,NA,NA
 2004,European Union,Ruminants,NA,NA
 2004,European Union,Cereals,NA,NA
 2004,European Union,Monogastrics,NA,NA
-2004,European Union,Oilcrops,NA,NA
-2004,European Union,Pulses,NA,NA
+2004,European Union,FruitVeg,NA,NA
+2004,European Union,OilcropsPulses,NA,NA
 2004,European Union,Starchy Roots,NA,NA
+2004,European Union,Sugar,NA,NA
 2005,European Union,Ruminants,NA,NA
 2005,European Union,Cereals,NA,NA
 2005,European Union,Monogastrics,NA,NA
-2005,European Union,Oilcrops,NA,NA
-2005,European Union,Pulses,NA,NA
+2005,European Union,FruitVeg,NA,NA
+2005,European Union,OilcropsPulses,NA,NA
 2005,European Union,Starchy Roots,NA,NA
+2005,European Union,Sugar,NA,NA
 2006,European Union,Ruminants,NA,NA
 2006,European Union,Cereals,NA,NA
 2006,European Union,Monogastrics,NA,NA
-2006,European Union,Oilcrops,NA,NA
-2006,European Union,Pulses,NA,NA
+2006,European Union,FruitVeg,NA,NA
+2006,European Union,OilcropsPulses,NA,NA
 2006,European Union,Starchy Roots,NA,NA
+2006,European Union,Sugar,NA,NA
 2007,European Union,Ruminants,NA,NA
 2007,European Union,Cereals,NA,NA
 2007,European Union,Monogastrics,NA,NA
-2007,European Union,Oilcrops,NA,NA
-2007,European Union,Pulses,NA,NA
+2007,European Union,FruitVeg,NA,NA
+2007,European Union,OilcropsPulses,NA,NA
 2007,European Union,Starchy Roots,NA,NA
+2007,European Union,Sugar,NA,NA
 2008,European Union,Ruminants,NA,NA
 2008,European Union,Cereals,NA,NA
 2008,European Union,Monogastrics,NA,NA
-2008,European Union,Oilcrops,NA,NA
-2008,European Union,Pulses,NA,NA
+2008,European Union,FruitVeg,NA,NA
+2008,European Union,OilcropsPulses,NA,NA
 2008,European Union,Starchy Roots,NA,NA
+2008,European Union,Sugar,NA,NA
 2009,European Union,Ruminants,NA,NA
 2009,European Union,Cereals,NA,NA
 2009,European Union,Monogastrics,NA,NA
-2009,European Union,Oilcrops,NA,NA
-2009,European Union,Pulses,NA,NA
+2009,European Union,FruitVeg,NA,NA
+2009,European Union,OilcropsPulses,NA,NA
 2009,European Union,Starchy Roots,NA,NA
+2009,European Union,Sugar,NA,NA
 2010,European Union,Ruminants,NA,NA
 2010,European Union,Cereals,NA,NA
 2010,European Union,Monogastrics,NA,NA
-2010,European Union,Oilcrops,NA,NA
-2010,European Union,Pulses,NA,NA
+2010,European Union,FruitVeg,NA,NA
+2010,European Union,OilcropsPulses,NA,NA
 2010,European Union,Starchy Roots,NA,NA
+2010,European Union,Sugar,NA,NA
 2011,European Union,Ruminants,NA,NA
 2011,European Union,Cereals,NA,NA
 2011,European Union,Monogastrics,NA,NA
-2011,European Union,Oilcrops,NA,NA
-2011,European Union,Pulses,NA,NA
+2011,European Union,FruitVeg,NA,NA
+2011,European Union,OilcropsPulses,NA,NA
 2011,European Union,Starchy Roots,NA,NA
+2011,European Union,Sugar,NA,NA
 1961,Fiji,Ruminants,0.407152,0.293015630526192
 1961,Fiji,Cereals,0.407152,0.144147640193343
 1961,Fiji,Monogastrics,0.407152,0.0158722049750462
-1961,Fiji,Oilcrops,0.407152,0.659763429873855
-1961,Fiji,Pulses,0.407152,0.00394938499626675
+1961,Fiji,FruitVeg,0.407152,0.0189511533776084
+1961,Fiji,OilcropsPulses,0.407152,0.663712814870122
 1961,Fiji,Starchy Roots,0.407152,0.274850670020042
+1961,Fiji,Sugar,0.407152,0.0295024953825598
 1962,Fiji,Ruminants,0.421576,0.294812797692468
 1962,Fiji,Cereals,0.421576,0.145316621439551
 1962,Fiji,Monogastrics,0.421576,0.0163273051596865
-1962,Fiji,Oilcrops,0.421576,0.590572043949371
-1962,Fiji,Pulses,0.421576,0.00476070744065127
+1962,Fiji,FruitVeg,0.421576,0.020489781201966
+1962,Fiji,OilcropsPulses,0.421576,0.595332751390022
 1962,Fiji,Starchy Roots,0.421576,0.272297284475397
+1962,Fiji,Sugar,0.421576,0.0295699944968404
 1963,Fiji,Ruminants,0.436208,0.323633220848769
 1963,Fiji,Cereals,0.436208,0.147635990169827
 1963,Fiji,Monogastrics,0.436208,0.0177117338517405
-1963,Fiji,Oilcrops,0.436208,0.6185030994388
-1963,Fiji,Pulses,0.436208,0.00577706048490628
+1963,Fiji,FruitVeg,0.436208,0.0228675310860874
+1963,Fiji,OilcropsPulses,0.436208,0.624280159923706
 1963,Fiji,Starchy Roots,0.436208,0.25846843707589
+1963,Fiji,Sugar,0.436208,0.0296257748597
 1964,Fiji,Ruminants,0.450452,0.359273352099669
 1964,Fiji,Cereals,0.450452,0.144501522914761
 1964,Fiji,Monogastrics,0.450452,0.0194699990232034
-1964,Fiji,Oilcrops,0.450452,0.586437622654578
-1964,Fiji,Pulses,0.450452,0.00609609902941934
+1964,Fiji,FruitVeg,0.450452,0.0241535169119018
+1964,Fiji,OilcropsPulses,0.450452,0.592533721683997
 1964,Fiji,Starchy Roots,0.450452,0.245606635113175
+1964,Fiji,Sugar,0.450452,0.0299010771402946
 1965,Fiji,Ruminants,0.463884,0.336230393805348
 1965,Fiji,Cereals,0.463884,0.162348776849385
 1965,Fiji,Monogastrics,0.463884,0.0208189978529115
-1965,Fiji,Oilcrops,0.463884,0.433037138594994
-1965,Fiji,Pulses,0.463884,0.00505729880746049
+1965,Fiji,FruitVeg,0.463884,0.0243983409645515
+1965,Fiji,OilcropsPulses,0.463884,0.438094437402454
 1965,Fiji,Starchy Roots,0.463884,0.248894120081745
+1965,Fiji,Sugar,0.463884,0.0299730104940028
 1966,Fiji,Ruminants,0.476329,0.328580455945366
 1966,Fiji,Cereals,0.476329,0.141547123941645
 1966,Fiji,Monogastrics,0.476329,0.0201390215586286
-1966,Fiji,Oilcrops,0.476329,0.393597702428364
-1966,Fiji,Pulses,0.476329,0.00536393962996164
+1966,Fiji,FruitVeg,0.476329,0.0218945308809667
+1966,Fiji,OilcropsPulses,0.476329,0.398961642058325
 1966,Fiji,Starchy Roots,0.476329,0.236128810129133
+1966,Fiji,Sugar,0.476329,0.030222808185099
 1967,Fiji,Ruminants,0.487911,0.335335952663498
 1967,Fiji,Cereals,0.487911,0.138713822807848
 1967,Fiji,Monogastrics,0.487911,0.0221097700195323
-1967,Fiji,Oilcrops,0.487911,0.393588174892552
-1967,Fiji,Pulses,0.487911,0.004713974474853
+1967,Fiji,FruitVeg,0.487911,0.0236088139025355
+1967,Fiji,OilcropsPulses,0.487911,0.398302149367405
 1967,Fiji,Starchy Roots,0.487911,0.218527559329468
+1967,Fiji,Sugar,0.487911,0.0304666219863869
 1968,Fiji,Ruminants,0.498887,0.365175881512246
 1968,Fiji,Cereals,0.498887,0.135100734234406
 1968,Fiji,Monogastrics,0.498887,0.0216606165324011
-1968,Fiji,Oilcrops,0.498887,0.450324422163736
-1968,Fiji,Pulses,0.498887,0.00612563566499027
+1968,Fiji,FruitVeg,0.498887,0.0268637988161648
+1968,Fiji,OilcropsPulses,0.498887,0.456450057828727
 1968,Fiji,Starchy Roots,0.498887,0.22291621148677
+1968,Fiji,Sugar,0.498887,0.0310571331784552
 1969,Fiji,Ruminants,0.509659,0.388574321261863
 1969,Fiji,Cereals,0.509659,0.141088453259925
 1969,Fiji,Monogastrics,0.509659,0.0227412838780439
-1969,Fiji,Oilcrops,0.509659,0.487639774829837
-1969,Fiji,Pulses,0.509659,0.00470903094029537
+1969,Fiji,FruitVeg,0.509659,0.0235804724335291
+1969,Fiji,OilcropsPulses,0.509659,0.492348805770133
 1969,Fiji,Starchy Roots,0.509659,0.226828134105353
+1969,Fiji,Sugar,0.509659,0.0315289242415027
 1970,Fiji,Ruminants,0.520529,0.394621817420355
 1970,Fiji,Cereals,0.520529,0.101988553951845
 1970,Fiji,Monogastrics,0.520529,0.0258081682288595
-1970,Fiji,Oilcrops,0.520529,0.417317767117682
-1970,Fiji,Pulses,0.520529,0.00543869793998029
+1970,Fiji,FruitVeg,0.520529,0.0267151301848696
+1970,Fiji,OilcropsPulses,0.520529,0.422756465057662
 1970,Fiji,Starchy Roots,0.520529,0.209287090632799
+1970,Fiji,Sugar,0.520529,0.0317350234088783
 1971,Fiji,Ruminants,0.531601,0.4052599600076
 1971,Fiji,Cereals,0.531601,0.15608510894449
 1971,Fiji,Monogastrics,0.531601,0.0295684169141894
-1971,Fiji,Oilcrops,0.531601,0.427087232717771
-1971,Fiji,Pulses,0.531601,0.00512414385977453
+1971,Fiji,FruitVeg,0.531601,0.0287979142251425
+1971,Fiji,OilcropsPulses,0.531601,0.432211376577546
 1971,Fiji,Starchy Roots,0.531601,0.164559509857957
+1971,Fiji,Sugar,0.531601,0.0323419256171452
 1972,Fiji,Ruminants,0.542811,0.383830099242646
 1972,Fiji,Cereals,0.542811,0.159490135608895
 1972,Fiji,Monogastrics,0.542811,0.0337623961194596
-1972,Fiji,Oilcrops,0.542811,0.427553973666709
-1972,Fiji,Pulses,0.542811,0.00621763376202767
+1972,Fiji,FruitVeg,0.542811,0.0294024992124331
+1972,Fiji,OilcropsPulses,0.542811,0.433771607428737
 1972,Fiji,Starchy Roots,0.542811,0.108385791739666
+1972,Fiji,Sugar,0.542811,0.032164049733701
 1973,Fiji,Ruminants,0.554109,0.378777099812492
 1973,Fiji,Cereals,0.554109,0.157916583199334
 1973,Fiji,Monogastrics,0.554109,0.0359945425899958
-1973,Fiji,Oilcrops,0.554109,0.395642373612412
-1973,Fiji,Pulses,0.554109,0.00458754504980067
+1973,Fiji,FruitVeg,0.554109,0.034199047479828
+1973,Fiji,OilcropsPulses,0.554109,0.400229918662213
 1973,Fiji,Starchy Roots,0.554109,0.0685966118579557
+1973,Fiji,Sugar,0.554109,0.0327191942379568
 1974,Fiji,Ruminants,0.565386,0.378356910146342
 1974,Fiji,Cereals,0.565386,0.141796931653773
 1974,Fiji,Monogastrics,0.565386,0.0364904684587167
-1974,Fiji,Oilcrops,0.565386,0.397222428570923
-1974,Fiji,Pulses,0.565386,0.00606488310640872
+1974,Fiji,FruitVeg,0.565386,0.0328306678976841
+1974,Fiji,OilcropsPulses,0.565386,0.403287311677332
 1974,Fiji,Starchy Roots,0.565386,0.0502700809712303
+1974,Fiji,Sugar,0.565386,0.0324362470949051
 1975,Fiji,Ruminants,0.576592,0.458639211088603
 1975,Fiji,Cereals,0.576592,0.153410036906513
 1975,Fiji,Monogastrics,0.576592,0.0368159807975137
-1975,Fiji,Oilcrops,0.576592,0.339614493437301
-1975,Fiji,Pulses,0.576592,0.0047399200821378
+1975,Fiji,FruitVeg,0.576592,0.0344801870299969
+1975,Fiji,OilcropsPulses,0.576592,0.344354413519438
 1975,Fiji,Starchy Roots,0.576592,0.0505019146987818
+1975,Fiji,Sugar,0.576592,0.0322914643283292
 1976,Fiji,Ruminants,0.587523,0.477197828850956
 1976,Fiji,Cereals,0.587523,0.140537476830694
 1976,Fiji,Monogastrics,0.587523,0.0364031705992787
-1976,Fiji,Oilcrops,0.587523,0.371896929992528
-1976,Fiji,Pulses,0.587523,0.00554701688274331
+1976,Fiji,FruitVeg,0.587523,0.033482944497492
+1976,Fiji,OilcropsPulses,0.587523,0.377443946875271
 1976,Fiji,Starchy Roots,0.587523,0.0338165484585284
+1976,Fiji,Sugar,0.587523,0.0323902213189952
 1977,Fiji,Ruminants,0.598258,0.55563786861187
 1977,Fiji,Cereals,0.598258,0.147250851639259
 1977,Fiji,Monogastrics,0.598258,0.0396669998562493
-1977,Fiji,Oilcrops,0.598258,0.418210872232381
-1977,Fiji,Pulses,0.598258,0.00537727869915655
+1977,Fiji,FruitVeg,0.598258,0.0347926814183847
+1977,Fiji,OilcropsPulses,0.598258,0.423588150931538
 1977,Fiji,Starchy Roots,0.598258,0.0364708871423366
+1977,Fiji,Sugar,0.598258,0.0327835148046495
 1978,Fiji,Ruminants,0.609348,0.581642017369385
 1978,Fiji,Cereals,0.609348,0.142422720678496
 1978,Fiji,Monogastrics,0.609348,0.0428809153390181
-1978,Fiji,Oilcrops,0.609348,0.360122622869034
-1978,Fiji,Pulses,0.609348,0.00552721925730453
+1978,Fiji,FruitVeg,0.609348,0.0352491515521508
+1978,Fiji,OilcropsPulses,0.609348,0.365649842126338
 1978,Fiji,Starchy Roots,0.609348,0.0402840413031634
+1978,Fiji,Sugar,0.609348,0.0326201119885517
 1979,Fiji,Ruminants,0.621541,0.549753113632085
 1979,Fiji,Cereals,0.621541,0.150841215623748
 1979,Fiji,Monogastrics,0.621541,0.0428885624600791
-1979,Fiji,Oilcrops,0.621541,0.334790464345876
-1979,Fiji,Pulses,0.621541,0.00567299663256326
+1979,Fiji,FruitVeg,0.621541,0.0370852445775902
+1979,Fiji,OilcropsPulses,0.621541,0.340463460978439
 1979,Fiji,Starchy Roots,0.621541,0.0384190262589274
+1979,Fiji,Sugar,0.621541,0.0330066721262153
 1980,Fiji,Ruminants,0.635256,0.531592302945584
 1980,Fiji,Cereals,0.635256,0.14575698615991
 1980,Fiji,Monogastrics,0.635256,0.0445965091238808
-1980,Fiji,Oilcrops,0.635256,0.324444003677258
-1980,Fiji,Pulses,0.635256,0.00691059982117445
+1980,Fiji,FruitVeg,0.635256,0.033710818945433
+1980,Fiji,OilcropsPulses,0.635256,0.331354603498432
 1980,Fiji,Starchy Roots,0.635256,0.0495044517485864
+1980,Fiji,Sugar,0.635256,0.0288592315538932
 1981,Fiji,Ruminants,0.650957,0.558165746739032
 1981,Fiji,Cereals,0.650957,0.103951566693345
 1981,Fiji,Monogastrics,0.650957,0.0447622500410933
-1981,Fiji,Oilcrops,0.650957,0.303001580749573
-1981,Fiji,Pulses,0.650957,0.00531064263845385
+1981,Fiji,FruitVeg,0.650957,0.0341896622972024
+1981,Fiji,OilcropsPulses,0.650957,0.308312223388027
 1981,Fiji,Starchy Roots,0.650957,0.0545350921796678
+1981,Fiji,Sugar,0.650957,0.0281938745569984
 1982,Fiji,Ruminants,0.668196,0.520608923130339
 1982,Fiji,Cereals,0.668196,0.149035612305371
 1982,Fiji,Monogastrics,0.668196,0.045780878664344
-1982,Fiji,Oilcrops,0.668196,0.316800759058719
-1982,Fiji,Pulses,0.668196,0.00637238175625116
+1982,Fiji,FruitVeg,0.668196,0.0331654185298924
+1982,Fiji,OilcropsPulses,0.668196,0.323173140814971
 1982,Fiji,Starchy Roots,0.668196,0.0580757741740447
+1982,Fiji,Sugar,0.668196,0.0276146519883388
 1983,Fiji,Ruminants,0.685389,0.522226793835326
 1983,Fiji,Cereals,0.685389,0.137921676595335
 1983,Fiji,Monogastrics,0.685389,0.049811712764576
-1983,Fiji,Oilcrops,0.685389,0.324405556552556
-1983,Fiji,Pulses,0.685389,0.00780432717770492
+1983,Fiji,FruitVeg,0.685389,0.032723022984028
+1983,Fiji,OilcropsPulses,0.685389,0.332209883730261
 1983,Fiji,Starchy Roots,0.685389,0.0814413420699778
+1983,Fiji,Sugar,0.685389,0.0277244017630864
 1984,Fiji,Ruminants,0.700366,0.533184363604173
 1984,Fiji,Cereals,0.700366,0.143603487319487
 1984,Fiji,Monogastrics,0.700366,0.0482893230111113
-1984,Fiji,Oilcrops,0.700366,0.310833192930553
-1984,Fiji,Pulses,0.700366,0.00655799967445593
+1984,Fiji,FruitVeg,0.700366,0.0346418872418136
+1984,Fiji,OilcropsPulses,0.700366,0.317391192605009
 1984,Fiji,Starchy Roots,0.700366,0.106425783090556
+1984,Fiji,Sugar,0.700366,0.0277183643980433
 1985,Fiji,Ruminants,0.711663,0.540910515229821
 1985,Fiji,Cereals,0.711663,0.141977312295286
 1985,Fiji,Monogastrics,0.711663,0.0474258181189692
-1985,Fiji,Oilcrops,0.711663,0.275062775499077
-1985,Fiji,Pulses,0.711663,0.00568246487452628
+1985,Fiji,FruitVeg,0.711663,0.038296216046078
+1985,Fiji,OilcropsPulses,0.711663,0.280745240373604
 1985,Fiji,Starchy Roots,0.711663,0.111763573489137
+1985,Fiji,Sugar,0.711663,0.0313083580290109
 1986,Fiji,Ruminants,0.718548,0.612677928266449
 1986,Fiji,Cereals,0.718548,0.149967712664986
 1986,Fiji,Monogastrics,0.718548,0.0478482996264689
-1986,Fiji,Oilcrops,0.718548,0.274909957302783
-1986,Fiji,Pulses,0.718548,0.00735789397507195
+1986,Fiji,FruitVeg,0.718548,0.0359502775040777
+1986,Fiji,OilcropsPulses,0.718548,0.282267851277855
 1986,Fiji,Starchy Roots,0.718548,0.0845719423058724
+1986,Fiji,Sugar,0.718548,0.0269293074366639
 1987,Fiji,Ruminants,0.721725,0.600655512833836
 1987,Fiji,Cereals,0.721725,0.151775260660224
 1987,Fiji,Monogastrics,0.721725,0.0472691121964737
-1987,Fiji,Oilcrops,0.721725,0.191639474869237
-1987,Fiji,Pulses,0.721725,0.00609096262426825
+1987,Fiji,FruitVeg,0.721725,0.0432560878450933
+1987,Fiji,OilcropsPulses,0.721725,0.197730437493505
 1987,Fiji,Starchy Roots,0.721725,0.0718888773424781
+1987,Fiji,Sugar,0.721725,0.0234757005784752
 1988,Fiji,Ruminants,0.722918,0.597463336090677
 1988,Fiji,Cereals,0.722918,0.144068898547276
 1988,Fiji,Monogastrics,0.722918,0.0501615674253512
-1988,Fiji,Oilcrops,0.722918,0.167919459745089
-1988,Fiji,Pulses,0.722918,0.0107411905637984
+1988,Fiji,FruitVeg,0.722918,0.0394595237634144
+1988,Fiji,OilcropsPulses,0.722918,0.178660650308887
 1988,Fiji,Starchy Roots,0.722918,0.0582403536777339
+1988,Fiji,Sugar,0.722918,0.0257691743738571
 1989,Fiji,Ruminants,0.724624,0.600657996422972
 1989,Fiji,Cereals,0.724624,0.156677118063989
 1989,Fiji,Monogastrics,0.724624,0.0560145675550354
-1989,Fiji,Oilcrops,0.724624,0.195555212082404
-1989,Fiji,Pulses,0.724624,0.00770882554262624
+1989,Fiji,FruitVeg,0.724624,0.041687827066175
+1989,Fiji,OilcropsPulses,0.724624,0.20326403762503
 1989,Fiji,Starchy Roots,0.724624,0.051531552915719
+1989,Fiji,Sugar,0.724624,0.0268028660381108
 1990,Fiji,Ruminants,0.728626,0.750025115765839
 1990,Fiji,Cereals,0.728626,0.153634374837022
 1990,Fiji,Monogastrics,0.728626,0.0573538413397271
-1990,Fiji,Oilcrops,0.728626,0.250166752215814
-1990,Fiji,Pulses,0.728626,0.008621707158405
+1990,Fiji,FruitVeg,0.728626,0.0379728420341849
+1990,Fiji,OilcropsPulses,0.728626,0.258788459374219
 1990,Fiji,Starchy Roots,0.728626,0.0691191365666336
+1990,Fiji,Sugar,0.728626,0.0274695111072073
 1991,Fiji,Ruminants,0.735469,0.711648621491864
 1991,Fiji,Cereals,0.735469,0.161938844465232
 1991,Fiji,Monogastrics,0.735469,0.0602229325777157
-1991,Fiji,Oilcrops,0.735469,0.213125230295227
-1991,Fiji,Pulses,0.735469,0.00788748404079574
+1991,Fiji,FruitVeg,0.735469,0.0388242060508329
+1991,Fiji,OilcropsPulses,0.735469,0.221012714336022
 1991,Fiji,Starchy Roots,0.735469,0.0469713883250008
+1991,Fiji,Sugar,0.735469,0.0277034110207228
 1992,Fiji,Ruminants,0.744534,0.701135878280911
 1992,Fiji,Cereals,0.744534,0.169301872043453
 1992,Fiji,Monogastrics,0.744534,0.0614870509607352
-1992,Fiji,Oilcrops,0.744534,0.222074478801505
-1992,Fiji,Pulses,0.744534,0.00546650656652349
+1992,Fiji,FruitVeg,0.744534,0.0411680326217473
+1992,Fiji,OilcropsPulses,0.744534,0.227540985368029
 1992,Fiji,Starchy Roots,0.744534,0.0380828813727781
+1992,Fiji,Sugar,0.744534,0.0277260675805269
 1993,Fiji,Ruminants,0.755024,0.688991608213778
 1993,Fiji,Cereals,0.755024,0.171036947169891
 1993,Fiji,Monogastrics,0.755024,0.0690963466062006
-1993,Fiji,Oilcrops,0.755024,0.166833107291954
-1993,Fiji,Pulses,0.755024,0.00917719171840895
+1993,Fiji,FruitVeg,0.755024,0.0606311852338469
+1993,Fiji,OilcropsPulses,0.755024,0.176010299010363
 1993,Fiji,Starchy Roots,0.755024,0.0477031193710399
+1993,Fiji,Sugar,0.755024,0.0268137171798512
 1994,Fiji,Ruminants,0.765666,0.623739724631889
 1994,Fiji,Cereals,0.765666,0.174583956973406
 1994,Fiji,Monogastrics,0.765666,0.07144146403262
-1994,Fiji,Oilcrops,0.765666,0.145637915226744
-1994,Fiji,Pulses,0.765666,0.00934741780358538
+1994,Fiji,FruitVeg,0.765666,0.0573148082845523
+1994,Fiji,OilcropsPulses,0.765666,0.154985333030329
 1994,Fiji,Starchy Roots,0.765666,0.0533901204964044
+1994,Fiji,Sugar,0.765666,0.0260949291205304
 1995,Fiji,Ruminants,0.775498,0.645385416854718
 1995,Fiji,Cereals,0.775498,0.160313759674429
 1995,Fiji,Monogastrics,0.775498,0.0693252593817134
-1995,Fiji,Oilcrops,0.775498,0.145233127616061
-1995,Fiji,Pulses,0.775498,0.00789428212580819
+1995,Fiji,FruitVeg,0.775498,0.0579369643764394
+1995,Fiji,OilcropsPulses,0.775498,0.153127409741869
 1995,Fiji,Starchy Roots,0.775498,0.0659550379240179
+1995,Fiji,Sugar,0.775498,0.0258401698005669
 1996,Fiji,Ruminants,0.784479,0.636333796060825
 1996,Fiji,Cereals,0.784479,0.168133245121922
 1996,Fiji,Monogastrics,0.784479,0.0748675235411018
-1996,Fiji,Oilcrops,0.784479,0.165401495769804
-1996,Fiji,Pulses,0.784479,0.00477131956368494
+1996,Fiji,FruitVeg,0.784479,0.0591284151647144
+1996,Fiji,OilcropsPulses,0.784479,0.170172815333489
 1996,Fiji,Starchy Roots,0.784479,0.102859349963479
+1996,Fiji,Sugar,0.784479,0.0248687345359149
 1997,Fiji,Ruminants,0.792859,0.634765576224776
 1997,Fiji,Cereals,0.792859,0.170520861843026
 1997,Fiji,Monogastrics,0.792859,0.0789068422001894
-1997,Fiji,Oilcrops,0.792859,0.1669111405685
-1997,Fiji,Pulses,0.792859,0.00743259520293016
+1997,Fiji,FruitVeg,0.792859,0.0604319305198024
+1997,Fiji,OilcropsPulses,0.792859,0.17434373577143
 1997,Fiji,Starchy Roots,0.792859,0.0867468238362685
+1997,Fiji,Sugar,0.792859,0.0255366969410702
 1998,Fiji,Ruminants,0.800314,0.619695769410506
 1998,Fiji,Cereals,0.800314,0.167283091386631
 1998,Fiji,Monogastrics,0.800314,0.0739429773813778
-1998,Fiji,Oilcrops,0.800314,0.184929915008359
-1998,Fiji,Pulses,0.800314,0.0118328556041754
+1998,Fiji,FruitVeg,0.800314,0.0571150823301854
+1998,Fiji,OilcropsPulses,0.800314,0.196762770612535
 1998,Fiji,Starchy Roots,0.800314,0.0880154539343308
+1998,Fiji,Sugar,0.800314,0.0261684788720427
 1999,Fiji,Ruminants,0.806494,0.641663422170531
 1999,Fiji,Cereals,0.806494,0.168902682475009
 1999,Fiji,Monogastrics,0.806494,0.0792522944994011
-1999,Fiji,Oilcrops,0.806494,0.203953160221899
-1999,Fiji,Pulses,0.806494,0.00915195897303638
+1999,Fiji,FruitVeg,0.806494,0.0632081577792271
+1999,Fiji,OilcropsPulses,0.806494,0.213105119194935
 1999,Fiji,Starchy Roots,0.806494,0.0793173910779249
+1999,Fiji,Sugar,0.806494,0.0293914151872178
 2000,Fiji,Ruminants,0.811223,0.625739901358813
 2000,Fiji,Cereals,0.811223,0.167516207010896
 2000,Fiji,Monogastrics,0.811223,0.0800634350850506
-2000,Fiji,Oilcrops,0.811223,0.176720827688564
-2000,Fiji,Pulses,0.811223,0.00856607862449659
+2000,Fiji,FruitVeg,0.811223,0.0656120450233783
+2000,Fiji,OilcropsPulses,0.811223,0.185286906313061
 2000,Fiji,Starchy Roots,0.811223,0.0980186705751686
+2000,Fiji,Sugar,0.811223,0.0298401302724405
 2001,Fiji,Ruminants,0.814215,0.573275854657554
 2001,Fiji,Cereals,0.814215,0.169980901850248
 2001,Fiji,Monogastrics,0.814215,0.0909811290629625
-2001,Fiji,Oilcrops,0.814215,0.205058860374717
-2001,Fiji,Pulses,0.814215,0.00861074777546471
+2001,Fiji,FruitVeg,0.814215,0.0701080181524536
+2001,Fiji,OilcropsPulses,0.814215,0.213669608150181
 2001,Fiji,Starchy Roots,0.814215,0.082088883157397
+2001,Fiji,Sugar,0.814215,0.0346431839256216
 2002,Fiji,Ruminants,0.815691,0.53189945702478
 2002,Fiji,Cereals,0.815691,0.173989905491172
 2002,Fiji,Monogastrics,0.815691,0.0894217295519995
-2002,Fiji,Oilcrops,0.815691,0.192566793062569
-2002,Fiji,Pulses,0.815691,0.00893598188529725
+2002,Fiji,FruitVeg,0.815691,0.0666600465127113
+2002,Fiji,OilcropsPulses,0.815691,0.201502774947866
 2002,Fiji,Starchy Roots,0.815691,0.0979623411316295
+2002,Fiji,Sugar,0.815691,0.0348747258459392
 2003,Fiji,Ruminants,0.816626,0.506223289486252
 2003,Fiji,Cereals,0.816626,0.168957392980385
 2003,Fiji,Monogastrics,0.816626,0.0893129780340082
-2003,Fiji,Oilcrops,0.816626,0.144909664889435
-2003,Fiji,Pulses,0.816626,0.00859389732876494
+2003,Fiji,FruitVeg,0.816626,0.0752486450345691
+2003,Fiji,OilcropsPulses,0.816626,0.1535035622182
 2003,Fiji,Starchy Roots,0.816626,0.100591947843933
+2003,Fiji,Sugar,0.816626,0.0372140980081457
 2004,Fiji,Ruminants,0.818355,0.523072749601334
 2004,Fiji,Cereals,0.818355,0.161698773759554
 2004,Fiji,Monogastrics,0.818355,0.0956317246182891
-2004,Fiji,Oilcrops,0.818355,0.179361035247539
-2004,Fiji,Pulses,0.818355,0.00862950675440365
+2004,Fiji,FruitVeg,0.818355,0.0793029919778091
+2004,Fiji,OilcropsPulses,0.818355,0.187990542001943
 2004,Fiji,Starchy Roots,0.818355,0.105581318620892
+2004,Fiji,Sugar,0.818355,0.0372992161103677
 2005,Fiji,Ruminants,0.82182,0.53046786400915
 2005,Fiji,Cereals,0.82182,0.166495096249787
 2005,Fiji,Monogastrics,0.82182,0.100324401937164
-2005,Fiji,Oilcrops,0.82182,0.162067119320532
-2005,Fiji,Pulses,0.82182,0.00862841011413692
+2005,Fiji,FruitVeg,0.82182,0.0798836728237327
+2005,Fiji,OilcropsPulses,0.82182,0.170695529434669
 2005,Fiji,Starchy Roots,0.82182,0.0989486748923122
+2005,Fiji,Sugar,0.82182,0.0400160619113675
 2006,Fiji,Ruminants,0.82739,0.535401805678096
 2006,Fiji,Cereals,0.82739,0.163121381694243
 2006,Fiji,Monogastrics,0.82739,0.102134301840728
-2006,Fiji,Oilcrops,0.82739,0.159809763231366
-2006,Fiji,Pulses,0.82739,0.00790437399533473
+2006,Fiji,FruitVeg,0.82739,0.0881664027846602
+2006,Fiji,OilcropsPulses,0.82739,0.167714137226701
 2006,Fiji,Starchy Roots,0.82739,0.103983611114468
+2006,Fiji,Sugar,0.82739,0.0407812518884686
 2007,Fiji,Ruminants,0.834729,0.499837911465877
 2007,Fiji,Cereals,0.834729,0.161908835083003
 2007,Fiji,Monogastrics,0.834729,0.0996431177064652
-2007,Fiji,Oilcrops,0.834729,0.150961569563295
-2007,Fiji,Pulses,0.834729,0.00647156142891885
+2007,Fiji,FruitVeg,0.834729,0.0896003373549978
+2007,Fiji,OilcropsPulses,0.834729,0.157433130992214
 2007,Fiji,Starchy Roots,0.834729,0.109168364822595
+2007,Fiji,Sugar,0.834729,0.0400010063146243
 2008,Fiji,Ruminants,0.843206,0.498073898904894
 2008,Fiji,Cereals,0.843206,0.168416733277515
 2008,Fiji,Monogastrics,0.843206,0.0973660054601129
-2008,Fiji,Oilcrops,0.843206,0.169856476353347
-2008,Fiji,Pulses,0.843206,0.00738609544998494
+2008,Fiji,FruitVeg,0.843206,0.10030526348247
+2008,Fiji,OilcropsPulses,0.843206,0.177242571803332
 2008,Fiji,Starchy Roots,0.843206,0.105521070770369
+2008,Fiji,Sugar,0.843206,0.0380049477826296
 2009,Fiji,Ruminants,0.851854,0.449953630551714
 2009,Fiji,Cereals,0.851854,0.167816315941464
 2009,Fiji,Monogastrics,0.851854,0.0848100730876418
-2009,Fiji,Oilcrops,0.851854,0.150590359380833
-2009,Fiji,Pulses,0.851854,0.00685680879587347
+2009,Fiji,FruitVeg,0.851854,0.0781964984610039
+2009,Fiji,OilcropsPulses,0.851854,0.157447168176706
 2009,Fiji,Starchy Roots,0.851854,0.104024868111202
+2009,Fiji,Sugar,0.851854,0.0392555531816485
 2010,Fiji,Ruminants,0.859952,0.425038490520401
 2010,Fiji,Cereals,0.859952,0.174537648612946
 2010,Fiji,Monogastrics,0.859952,0.101321236534132
-2010,Fiji,Oilcrops,0.859952,0.120414860364299
-2010,Fiji,Pulses,0.859952,0.00887142538188178
+2010,Fiji,FruitVeg,0.859952,0.0798718998269671
+2010,Fiji,OilcropsPulses,0.859952,0.129286285746181
 2010,Fiji,Starchy Roots,0.859952,0.100602126630324
+2010,Fiji,Sugar,0.859952,0.0359043295439745
 2011,Fiji,Ruminants,0.867327,0.438400626292044
 2011,Fiji,Cereals,0.867327,0.161074196929186
 2011,Fiji,Monogastrics,0.867327,0.119836578360872
-2011,Fiji,Oilcrops,0.867327,0.125917906395166
-2011,Fiji,Pulses,0.867327,0.0103963095810461
+2011,Fiji,FruitVeg,0.867327,0.0775739715240042
+2011,Fiji,OilcropsPulses,0.867327,0.136314215976212
 2011,Fiji,Starchy Roots,0.867327,0.119056595724565
+2011,Fiji,Sugar,0.867327,0.039232031286931
 1961,Finland,Ruminants,4.461005,0.921445750453093
 1961,Finland,Cereals,4.461005,0.111695907088201
 1961,Finland,Monogastrics,4.461005,0.11090115343964
-1961,Finland,Oilcrops,4.461005,0.0136247325434515
-1961,Finland,Pulses,4.461005,0.00112553113031705
+1961,Finland,FruitVeg,4.461005,0.0608647602950456
+1961,Finland,OilcropsPulses,4.461005,0.0147502636737686
 1961,Finland,Starchy Roots,4.461005,0.114618342727704
+1961,Finland,Sugar,4.461005,0.0450277459899731
 1962,Finland,Ruminants,4.491443,0.936973284532387
 1962,Finland,Cereals,4.491443,0.101530844318853
 1962,Finland,Monogastrics,4.491443,0.117415806011565
-1962,Finland,Oilcrops,4.491443,0.0115403891355184
-1962,Finland,Pulses,4.491443,0.00111723559666682
+1962,Finland,FruitVeg,4.491443,0.059728020593827
+1962,Finland,OilcropsPulses,4.491443,0.0126576247321852
 1962,Finland,Starchy Roots,4.491443,0.116020619653862
+1962,Finland,Sugar,4.491443,0.0413101090228686
 1963,Finland,Ruminants,4.523309,0.976941990918595
 1963,Finland,Cereals,4.523309,0.105556573738385
 1963,Finland,Monogastrics,4.523309,0.117084506055191
-1963,Finland,Oilcrops,4.523309,0.0137078850903177
-1963,Finland,Pulses,4.523309,0.0011075962309893
+1963,Finland,FruitVeg,4.523309,0.0641477290187338
+1963,Finland,OilcropsPulses,4.523309,0.014815481321307
 1963,Finland,Starchy Roots,4.523309,0.115789348019337
+1963,Finland,Sugar,4.523309,0.032474456200096
 1964,Finland,Ruminants,4.548543,1.0171474250106
 1964,Finland,Cereals,4.548543,0.0947652907755297
 1964,Finland,Monogastrics,4.548543,0.118431264692892
-1964,Finland,Oilcrops,4.548543,0.0124358503371299
-1964,Finland,Pulses,4.548543,0.00110386996451391
+1964,Finland,FruitVeg,4.548543,0.0647112712796164
+1964,Finland,OilcropsPulses,4.548543,0.0135397203016438
 1964,Finland,Starchy Roots,4.548543,0.112586382056848
+1964,Finland,Sugar,4.548543,0.0427868880210652
 1965,Finland,Ruminants,4.563732,1.0033982933266
 1965,Finland,Cereals,4.563732,0.0967883302525214
 1965,Finland,Monogastrics,4.563732,0.120261706866223
-1965,Finland,Oilcrops,4.563732,0.0121426937427526
-1965,Finland,Pulses,4.563732,0.00110260637565922
+1965,Finland,FruitVeg,4.563732,0.0567031543482396
+1965,Finland,OilcropsPulses,4.563732,0.0132453001184119
 1965,Finland,Starchy Roots,4.563732,0.120933481633014
+1965,Finland,Sugar,4.563732,0.0435875726269641
 1966,Finland,Ruminants,4.580869,0.996615358352313
 1966,Finland,Cereals,4.580869,0.0953829939253884
 1966,Finland,Monogastrics,4.580869,0.127461317928978
-1966,Finland,Oilcrops,4.580869,0.015224840526983
-1966,Finland,Pulses,4.580869,0.00131328793728875
+1966,Finland,FruitVeg,4.580869,0.0659761281101904
+1966,Finland,OilcropsPulses,4.580869,0.0165381284642717
 1966,Finland,Starchy Roots,4.580869,0.116820629448255
+1966,Finland,Sugar,4.580869,0.0466066591295232
 1967,Finland,Ruminants,4.605744,0.981780033801271
 1967,Finland,Cereals,4.605744,0.0919844871968568
 1967,Finland,Monogastrics,4.605744,0.132647689493815
-1967,Finland,Oilcrops,4.605744,0.0161691574694555
-1967,Finland,Pulses,4.605744,0.00108994334031592
+1967,Finland,FruitVeg,4.605744,0.0674570709965643
+1967,Finland,OilcropsPulses,4.605744,0.0172591008097715
 1967,Finland,Starchy Roots,4.605744,0.0946947984950966
+1967,Finland,Sugar,4.605744,0.0450203050799176
 1968,Finland,Ruminants,4.626469,0.953881631974623
 1968,Finland,Cereals,4.626469,0.0918075966790224
 1968,Finland,Monogastrics,4.626469,0.134247003492296
-1968,Finland,Oilcrops,4.626469,0.0127217971200066
-1968,Finland,Pulses,4.626469,0.0010854930617713
+1968,Finland,FruitVeg,4.626469,0.0629575168449199
+1968,Finland,OilcropsPulses,4.626469,0.0138072901817779
 1968,Finland,Starchy Roots,4.626469,0.101580924891099
+1968,Finland,Sugar,4.626469,0.0458825078045481
 1969,Finland,Ruminants,4.623785,1.00108086773066
 1969,Finland,Cereals,4.623785,0.0976299719818288
 1969,Finland,Monogastrics,4.623785,0.144571060289352
-1969,Finland,Oilcrops,4.623785,0.0113802869294312
-1969,Finland,Pulses,4.623785,0.00108460925410675
+1969,Finland,FruitVeg,4.623785,0.0721056450505376
+1969,Finland,OilcropsPulses,4.623785,0.0124648961835379
 1969,Finland,Starchy Roots,4.623785,0.102755642833739
+1969,Finland,Sugar,4.623785,0.0492486134195253
 1970,Finland,Ruminants,4.606307,0.963830092088955
 1970,Finland,Cereals,4.606307,0.0980549060234153
 1970,Finland,Monogastrics,4.606307,0.161949301251523
-1970,Finland,Oilcrops,4.606307,0.0143435945541624
-1970,Finland,Pulses,4.606307,0.00109176396623152
+1970,Finland,FruitVeg,4.606307,0.0722244522564388
+1970,Finland,OilcropsPulses,4.606307,0.0154353585203939
 1970,Finland,Starchy Roots,4.606307,0.095973629200138
+1970,Finland,Sugar,4.606307,0.0507732115987927
 1971,Finland,Ruminants,4.612124,0.981797410477255
 1971,Finland,Cereals,4.612124,0.0930289385107599
 1971,Finland,Monogastrics,4.612124,0.171916214741841
-1971,Finland,Oilcrops,4.612124,0.0132665557127259
-1971,Finland,Pulses,4.612124,0.00108648423156012
+1971,Finland,FruitVeg,4.612124,0.0758459659800994
+1971,Finland,OilcropsPulses,4.612124,0.014353039944286
 1971,Finland,Starchy Roots,4.612124,0.0960787264175898
+1971,Finland,Sugar,4.612124,0.0495838793579704
 1972,Finland,Ruminants,4.639657,1.01580970317418
 1972,Finland,Cereals,4.639657,0.0933784544848897
 1972,Finland,Monogastrics,4.639657,0.178268910826813
-1972,Finland,Oilcrops,4.639657,0.0147998009335604
-1972,Finland,Pulses,4.639657,0.00108413186578232
+1972,Finland,FruitVeg,4.639657,0.077463700441649
+1972,Finland,OilcropsPulses,4.639657,0.0158839327993427
 1972,Finland,Starchy Roots,4.639657,0.0985982368955291
+1972,Finland,Sugar,4.639657,0.0498401067147852
 1973,Finland,Ruminants,4.666081,1.02693727348497
 1973,Finland,Cereals,4.666081,0.0925153249589966
 1973,Finland,Monogastrics,4.666081,0.185960359453683
-1973,Finland,Oilcrops,4.666081,0.0125229287704178
-1973,Finland,Pulses,4.666081,0.00107520636697048
+1973,Finland,FruitVeg,4.666081,0.0789909133596266
+1973,Finland,OilcropsPulses,4.666081,0.0135981351373883
 1973,Finland,Starchy Roots,4.666081,0.0937311203984671
+1973,Finland,Sugar,4.666081,0.0509838984792591
 1974,Finland,Ruminants,4.690574,1.03251271592773
 1974,Finland,Cereals,4.690574,0.0934911164390542
 1974,Finland,Monogastrics,4.690574,0.184450858253169
-1974,Finland,Oilcrops,4.690574,0.0106063778121825
-1974,Finland,Pulses,4.690574,0.000858317127072294
+1974,Finland,FruitVeg,4.690574,0.0982832804684459
+1974,Finland,OilcropsPulses,4.690574,0.0114646949392548
 1974,Finland,Starchy Roots,4.690574,0.087646415982351
+1974,Finland,Sugar,4.690574,0.0484674157150063
 1975,Finland,Ruminants,4.71144,1.06619439067461
 1975,Finland,Cereals,4.71144,0.0920310987723499
 1975,Finland,Monogastrics,4.71144,0.207011317134464
-1975,Finland,Oilcrops,4.71144,0.0118844769327424
-1975,Finland,Pulses,4.71144,0.000899512675530199
+1975,Finland,FruitVeg,4.71144,0.110098398791028
+1975,Finland,OilcropsPulses,4.71144,0.0127839896082726
 1975,Finland,Starchy Roots,4.71144,0.0905207325148999
+1975,Finland,Sugar,4.71144,0.044629879612178
 1976,Finland,Ruminants,4.725664,1.06496742045139
 1976,Finland,Cereals,4.725664,0.0906852455020078
 1976,Finland,Monogastrics,4.725664,0.199361338427785
-1976,Finland,Oilcrops,4.725664,0.0140081901717938
-1976,Finland,Pulses,4.725664,0.00106588195859883
+1976,Finland,FruitVeg,4.725664,0.110958163762807
+1976,Finland,OilcropsPulses,4.725664,0.0150740721303927
 1976,Finland,Starchy Roots,4.725664,0.0805607423634012
+1976,Finland,Sugar,4.725664,0.0443459374174719
 1977,Finland,Ruminants,4.738902,1.03315485317063
 1977,Finland,Cereals,4.738902,0.0872071209744367
 1977,Finland,Monogastrics,4.738902,0.206909258727022
-1977,Finland,Oilcrops,4.738902,0.00722846769146101
-1977,Finland,Pulses,4.738902,0.00104792207139966
+1977,Finland,FruitVeg,4.738902,0.104291247212962
+1977,Finland,OilcropsPulses,4.738902,0.00827638976286067
 1977,Finland,Starchy Roots,4.738902,0.0851287914373414
+1977,Finland,Sugar,4.738902,0.0412006831962341
 1978,Finland,Ruminants,4.752528,0.981663443119115
 1978,Finland,Cereals,4.752528,0.0919733665956308
 1978,Finland,Monogastrics,4.752528,0.214047639487868
-1978,Finland,Oilcrops,4.752528,0.00785182117811826
-1978,Finland,Pulses,4.752528,0.0012134594472668
+1978,Finland,FruitVeg,4.752528,0.114306112452152
+1978,Finland,OilcropsPulses,4.752528,0.00906528062538506
 1978,Finland,Starchy Roots,4.752528,0.0901303474698097
+1978,Finland,Sugar,4.752528,0.0379894658169294
 1979,Finland,Ruminants,4.76469,0.99715851398517
 1979,Finland,Cereals,4.76469,0.0917518243579331
 1979,Finland,Monogastrics,4.76469,0.221566544727989
-1979,Finland,Oilcrops,4.76469,0.00750437069358132
-1979,Finland,Pulses,4.76469,0.00121602874478717
+1979,Finland,FruitVeg,4.76469,0.118251344788433
+1979,Finland,OilcropsPulses,4.76469,0.00872039943836849
 1979,Finland,Starchy Roots,4.76469,0.0880120217684676
+1979,Finland,Sugar,4.76469,0.0331528389045247
 1980,Finland,Ruminants,4.779535,1.01868181737345
 1980,Finland,Cereals,4.779535,0.0936942610525919
 1980,Finland,Monogastrics,4.779535,0.226081846874225
-1980,Finland,Oilcrops,4.779535,0.00772104399277336
-1980,Finland,Pulses,4.779535,0.00121790090458591
+1980,Finland,FruitVeg,4.779535,0.12499521396956
+1980,Finland,OilcropsPulses,4.779535,0.00893894489735926
 1980,Finland,Starchy Roots,4.779535,0.0867111549554507
+1980,Finland,Sugar,4.779535,0.0378961551699067
 1981,Finland,Ruminants,4.799964,0.967075044729502
 1981,Finland,Cereals,4.799964,0.0954830077892251
 1981,Finland,Monogastrics,4.799964,0.226954056322089
-1981,Finland,Oilcrops,4.799964,0.00646900685088472
-1981,Finland,Pulses,4.799964,0.00102542435734935
+1981,Finland,FruitVeg,4.799964,0.118685473474384
+1981,Finland,OilcropsPulses,4.799964,0.00749443120823407
 1981,Finland,Starchy Roots,4.799964,0.0834981262359468
+1981,Finland,Sugar,4.799964,0.0362627719707898
 1982,Finland,Ruminants,4.826933,1.0044169869356
 1982,Finland,Cereals,4.826933,0.0952279635951027
 1982,Finland,Monogastrics,4.826933,0.236880022987682
-1982,Finland,Oilcrops,4.826933,0.00662636087967245
-1982,Finland,Pulses,4.826933,0.00101555169711285
+1982,Finland,FruitVeg,4.826933,0.119964167723066
+1982,Finland,OilcropsPulses,4.826933,0.00764191257678529
 1982,Finland,Starchy Roots,4.826933,0.0833802748038972
+1982,Finland,Sugar,4.826933,0.0361015990899397
 1983,Finland,Ruminants,4.855787,0.911604998324679
 1983,Finland,Cereals,4.855787,0.0907945509141978
 1983,Finland,Monogastrics,4.855787,0.246192059083316
-1983,Finland,Oilcrops,4.855787,0.00646568723051485
-1983,Finland,Pulses,4.855787,0.0010540001033818
+1983,Finland,FruitVeg,4.855787,0.123637630728036
+1983,Finland,OilcropsPulses,4.855787,0.00751968733389665
 1983,Finland,Starchy Roots,4.855787,0.0716087834989467
+1983,Finland,Sugar,4.855787,0.0368269860271878
 1984,Finland,Ruminants,4.881803,0.969504545759016
 1984,Finland,Cereals,4.881803,0.0936346673554832
 1984,Finland,Monogastrics,4.881803,0.233479331304438
-1984,Finland,Oilcrops,4.881803,0.00696668833215925
-1984,Finland,Pulses,4.881803,0.00103957492754214
+1984,Finland,FruitVeg,4.881803,0.119295883098929
+1984,Finland,OilcropsPulses,4.881803,0.00800626325970138
 1984,Finland,Starchy Roots,4.881803,0.0899495534744028
+1984,Finland,Sugar,4.881803,0.0350702394176906
 1985,Finland,Ruminants,4.902206,0.972790821111965
 1985,Finland,Cereals,4.902206,0.095159403745987
 1985,Finland,Monogastrics,4.902206,0.240336554604193
-1985,Finland,Oilcrops,4.902206,0.00726917636672143
-1985,Finland,Pulses,4.902206,0.00123801406958418
+1985,Finland,FruitVeg,4.902206,0.107284761187106
+1985,Finland,OilcropsPulses,4.902206,0.00850719043630561
 1985,Finland,Starchy Roots,4.902206,0.0887198538780296
+1985,Finland,Sugar,4.902206,0.0365657828332795
 1986,Finland,Ruminants,4.918154,0.965733952210524
 1986,Finland,Cereals,4.918154,0.101183289502525
 1986,Finland,Monogastrics,4.918154,0.24979026683589
-1986,Finland,Oilcrops,4.918154,0.00721307222181331
-1986,Finland,Pulses,4.918154,0.00104531090323727
+1986,Finland,FruitVeg,4.918154,0.11425689394842
+1986,Finland,OilcropsPulses,4.918154,0.00825838312505058
 1986,Finland,Starchy Roots,4.918154,0.085520298876367
+1986,Finland,Sugar,4.918154,0.0336115949195572
 1987,Finland,Ruminants,4.932123,0.969625676407502
 1987,Finland,Cereals,4.932123,0.101469083394717
 1987,Finland,Monogastrics,4.932123,0.25309354612608
-1987,Finland,Oilcrops,4.932123,0.00783577376314419
-1987,Finland,Pulses,4.932123,0.00103951178833131
+1987,Finland,FruitVeg,4.932123,0.125484502312696
+1987,Finland,OilcropsPulses,4.932123,0.0088752855514755
 1987,Finland,Starchy Roots,4.932123,0.079914673660815
+1987,Finland,Sugar,4.932123,0.0351524079995572
 1988,Finland,Ruminants,4.946481,0.969967033129208
 1988,Finland,Cereals,4.946481,0.114565081721733
 1988,Finland,Monogastrics,4.946481,0.2601235706758
-1988,Finland,Oilcrops,4.946481,0.00837100152613545
-1988,Finland,Pulses,4.946481,0.00104741128086816
+1988,Finland,FruitVeg,4.946481,0.133042662046008
+1988,Finland,OilcropsPulses,4.946481,0.0094184128070036
 1988,Finland,Starchy Roots,4.946481,0.0844060656454558
+1988,Finland,Sugar,4.946481,0.0381901800492107
 1989,Finland,Ruminants,4.964371,0.967818440644343
 1989,Finland,Cereals,4.964371,0.122513003157903
 1989,Finland,Monogastrics,4.964371,0.262062464711038
-1989,Finland,Oilcrops,4.964371,0.00880010780821981
-1989,Finland,Pulses,4.964371,0.00144086733243748
+1989,Finland,FruitVeg,4.964371,0.140140815422538
+1989,Finland,OilcropsPulses,4.964371,0.0102409751406573
 1989,Finland,Starchy Roots,4.964371,0.0874070451221313
+1989,Finland,Sugar,4.964371,0.0404464130501125
 1990,Finland,Ruminants,4.986431,0.952741409637474
 1990,Finland,Cereals,4.986431,0.119966565264816
 1990,Finland,Monogastrics,4.986431,0.256445060605471
-1990,Finland,Oilcrops,4.986431,0.00768545679264388
-1990,Finland,Pulses,4.986431,0.00124417644603926
+1990,Finland,FruitVeg,4.986431,0.136650040880943
+1990,Finland,OilcropsPulses,4.986431,0.00892963323868314
 1990,Finland,Starchy Roots,4.986431,0.0823336370241562
+1990,Finland,Sugar,4.986431,0.0419476374986438
 1991,Finland,Ruminants,5.01374,0.886695520709091
 1991,Finland,Cereals,5.01374,0.127047872446517
 1991,Finland,Monogastrics,5.01374,0.257244153067371
-1991,Finland,Oilcrops,5.01374,0.00952163454826138
-1991,Finland,Pulses,5.01374,0.00104632469972516
+1991,Finland,FruitVeg,5.01374,0.140109179973433
+1991,Finland,OilcropsPulses,5.01374,0.0105679592479865
 1991,Finland,Starchy Roots,5.01374,0.0767253587142532
+1991,Finland,Sugar,5.01374,0.0401145651748994
 1992,Finland,Ruminants,5.041992,0.886068363456348
 1992,Finland,Cereals,5.041992,0.117113434531431
 1992,Finland,Monogastrics,5.041992,0.25515230884936
-1992,Finland,Oilcrops,5.041992,0.0115355200880922
-1992,Finland,Pulses,5.041992,0.00156426269617247
+1992,Finland,FruitVeg,5.041992,0.139188836475742
+1992,Finland,OilcropsPulses,5.041992,0.0130997827842646
 1992,Finland,Starchy Roots,5.041992,0.06624524592661
+1992,Finland,Sugar,5.041992,0.0428675809084981
 1993,Finland,Ruminants,5.066447,0.848160002463265
 1993,Finland,Cereals,5.066447,0.105804521393395
 1993,Finland,Monogastrics,5.066447,0.236277474135227
-1993,Finland,Oilcrops,5.066447,0.00971548700696958
-1993,Finland,Pulses,5.066447,0.00155197518102923
+1993,Finland,FruitVeg,5.066447,0.135638249053035
+1993,Finland,OilcropsPulses,5.066447,0.0112674621879988
 1993,Finland,Starchy Roots,5.066447,0.0663320863713762
+1993,Finland,Sugar,5.066447,0.0434144480342931
 1994,Finland,Ruminants,5.088333,0.877462992300229
 1994,Finland,Cereals,5.088333,0.107752971356238
 1994,Finland,Monogastrics,5.088333,0.238274892779227
-1994,Finland,Oilcrops,5.088333,0.0097715695887042
-1994,Finland,Pulses,5.088333,0.00154549633445767
+1994,Finland,FruitVeg,5.088333,0.148872332058456
+1994,Finland,OilcropsPulses,5.088333,0.0113170659231619
 1994,Finland,Starchy Roots,5.088333,0.0670640070136919
+1994,Finland,Sugar,5.088333,0.0397069138360245
 1995,Finland,Ruminants,5.10779,0.887947762143706
 1995,Finland,Cereals,5.10779,0.114255871913293
 1995,Finland,Monogastrics,5.10779,0.263706377905121
-1995,Finland,Oilcrops,5.10779,0.0100477897485997
-1995,Finland,Pulses,5.10779,0.00154019644503787
+1995,Finland,FruitVeg,5.10779,0.117644030001233
+1995,Finland,OilcropsPulses,5.10779,0.0115879861936376
 1995,Finland,Starchy Roots,5.10779,0.0667870057304627
+1995,Finland,Sugar,5.10779,0.0395047564602304
 1996,Finland,Ruminants,5.124573,0.866451741442653
 1996,Finland,Cereals,5.124573,0.115126860325729
 1996,Finland,Monogastrics,5.124573,0.269216635220144
-1996,Finland,Oilcrops,5.124573,0.00941658944072023
-1996,Finland,Pulses,5.124573,0.00154100644092688
+1996,Finland,FruitVeg,5.124573,0.140089135231365
+1996,Finland,OilcropsPulses,5.124573,0.0109575958816471
 1996,Finland,Starchy Roots,5.124573,0.0687873897005663
+1996,Finland,Sugar,5.124573,0.0376341599583029
 1997,Finland,Ruminants,5.139835,0.870860270806359
 1997,Finland,Cereals,5.139835,0.123115819865813
 1997,Finland,Monogastrics,5.139835,0.26951347659993
-1997,Finland,Oilcrops,5.139835,0.0109094941763695
-1997,Finland,Pulses,5.139835,0.00152845373440976
+1997,Finland,FruitVeg,5.139835,0.144187897082299
+1997,Finland,OilcropsPulses,5.139835,0.0124379479107792
 1997,Finland,Starchy Roots,5.139835,0.0689938490243364
+1997,Finland,Sugar,5.139835,0.0379329297535816
 1998,Finland,Ruminants,5.153498,0.896001182109705
 1998,Finland,Cereals,5.153498,0.122868583629993
 1998,Finland,Monogastrics,5.153498,0.281128429660786
-1998,Finland,Oilcrops,5.153498,0.0109486799063471
-1998,Finland,Pulses,5.153498,0.00122809788613482
+1998,Finland,FruitVeg,5.153498,0.135576457000662
+1998,Finland,OilcropsPulses,5.153498,0.0121767777924819
 1998,Finland,Starchy Roots,5.153498,0.0685703186457043
+1998,Finland,Sugar,5.153498,0.0363523959842422
 1999,Finland,Ruminants,5.165474,0.854469425264748
 1999,Finland,Cereals,5.165474,0.122214147239924
 1999,Finland,Monogastrics,5.165474,0.280406715821239
-1999,Finland,Oilcrops,5.165474,0.0105181054052348
-1999,Finland,Pulses,5.165474,0.00123086477639806
+1999,Finland,FruitVeg,5.165474,0.157760159087046
+1999,Finland,OilcropsPulses,5.165474,0.0117489701816329
 1999,Finland,Starchy Roots,5.165474,0.0701637448954346
+1999,Finland,Sugar,5.165474,0.036096009775676
 2000,Finland,Ruminants,5.176209,0.832760829402368
 2000,Finland,Cereals,5.176209,0.121101562939209
 2000,Finland,Monogastrics,5.176209,0.27616976053324
-2000,Finland,Oilcrops,5.176209,0.0107147914622458
-2000,Finland,Pulses,5.176209,0.0012229027073675
+2000,Finland,FruitVeg,5.176209,0.153379046325216
+2000,Finland,OilcropsPulses,5.176209,0.0119376941696133
 2000,Finland,Starchy Roots,5.176209,0.0695124559305855
+2000,Finland,Sugar,5.176209,0.0379909312008074
 2001,Finland,Ruminants,5.188008,0.838925498958367
 2001,Finland,Cereals,5.188008,0.12307671846304
 2001,Finland,Monogastrics,5.188008,0.277243712808461
-2001,Finland,Oilcrops,5.188008,0.0122220320400431
-2001,Finland,Pulses,5.188008,0.00123766193113041
+2001,Finland,FruitVeg,5.188008,0.161043699238706
+2001,Finland,OilcropsPulses,5.188008,0.0134596939711735
 2001,Finland,Starchy Roots,5.188008,0.0707514329199184
+2001,Finland,Sugar,5.188008,0.0344128228021237
 2002,Finland,Ruminants,5.200598,0.827532949095469
 2002,Finland,Cereals,5.200598,0.125564406247128
 2002,Finland,Monogastrics,5.200598,0.284080503818984
-2002,Finland,Oilcrops,5.200598,0.0119565096167787
-2002,Finland,Pulses,5.200598,0.00123562713364886
+2002,Finland,FruitVeg,5.200598,0.155778623919788
+2002,Finland,OilcropsPulses,5.200598,0.0131921367504275
 2002,Finland,Starchy Roots,5.200598,0.0698769641491229
+2002,Finland,Sugar,5.200598,0.0342614445492615
 2003,Finland,Ruminants,5.213014,0.833743089890033
 2003,Finland,Cereals,5.213014,0.123122822996447
 2003,Finland,Monogastrics,5.213014,0.285790350841183
-2003,Finland,Oilcrops,5.213014,0.0113878458795622
-2003,Finland,Pulses,5.213014,0.00124975685850834
+2003,Finland,FruitVeg,5.213014,0.164508286377132
+2003,Finland,OilcropsPulses,5.213014,0.0126376027380705
 2003,Finland,Starchy Roots,5.213014,0.0718047179616245
+2003,Finland,Sugar,5.213014,0.0338170969807486
 2004,Finland,Ruminants,5.228172,0.838727474918576
 2004,Finland,Cereals,5.228172,0.126749846791575
 2004,Finland,Monogastrics,5.228172,0.291846174915439
-2004,Finland,Oilcrops,5.228172,0.0120070648019996
-2004,Finland,Pulses,5.228172,0.00124479454769277
+2004,Finland,FruitVeg,5.228172,0.171116788047524
+2004,Finland,OilcropsPulses,5.228172,0.0132518593496924
 2004,Finland,Starchy Roots,5.228172,0.0732217685263606
+2004,Finland,Sugar,5.228172,0.0343452740269448
 2005,Finland,Ruminants,5.246096,0.842444553054309
 2005,Finland,Cereals,5.246096,0.126226245192616
 2005,Finland,Monogastrics,5.246096,0.294550576276149
-2005,Finland,Oilcrops,5.246096,0.0120609687661072
-2005,Finland,Pulses,5.246096,0.0012432101890625
+2005,Finland,FruitVeg,5.246096,0.173068887797707
+2005,Finland,OilcropsPulses,5.246096,0.0133041789551697
 2005,Finland,Starchy Roots,5.246096,0.07201183508651
+2005,Finland,Sugar,5.246096,0.0328446143570381
 2006,Finland,Ruminants,5.266268,0.850321062277879
 2006,Finland,Cereals,5.266268,0.12852042471063
 2006,Finland,Monogastrics,5.266268,0.290773124345362
-2006,Finland,Oilcrops,5.266268,0.0103532520562949
-2006,Finland,Pulses,5.266268,0.00122439647963226
+2006,Finland,FruitVeg,5.266268,0.164485362309704
+2006,Finland,OilcropsPulses,5.266268,0.0115776485359272
 2006,Finland,Starchy Roots,5.266268,0.0715842794176065
+2006,Finland,Sugar,5.266268,0.0321105952070802
 2007,Finland,Ruminants,5.28872,0.864963204707377
 2007,Finland,Cereals,5.28872,0.125607519399779
 2007,Finland,Monogastrics,5.28872,0.310746305344204
-2007,Finland,Oilcrops,5.28872,0.0111414482143127
-2007,Finland,Pulses,5.28872,0.00120747553283214
+2007,Finland,FruitVeg,5.28872,0.172731587227155
+2007,Finland,OilcropsPulses,5.28872,0.0123489237471449
 2007,Finland,Starchy Roots,5.28872,0.068708307492172
+2007,Finland,Sugar,5.28872,0.0334629173032416
 2008,Finland,Ruminants,5.313399,0.872755857408788
 2008,Finland,Cereals,5.313399,0.127810841986457
 2008,Finland,Monogastrics,5.313399,0.306107766422209
-2008,Finland,Oilcrops,5.313399,0.010999738585414
-2008,Finland,Pulses,5.313399,0.00120130259368815
+2008,Finland,FruitVeg,5.313399,0.165765454467093
+2008,Finland,OilcropsPulses,5.313399,0.0122010411791021
 2008,Finland,Starchy Roots,5.313399,0.0687207943540472
+2008,Finland,Sugar,5.313399,0.0289227291231093
 2009,Finland,Ruminants,5.338871,0.865705652000208
 2009,Finland,Cereals,5.338871,0.121548544626757
 2009,Finland,Monogastrics,5.338871,0.301526296477289
-2009,Finland,Oilcrops,5.338871,0.0114572912512777
-2009,Finland,Pulses,5.338871,0.00121879700783181
+2009,Finland,FruitVeg,5.338871,0.174666141961475
+2009,Finland,OilcropsPulses,5.338871,0.0126760882591095
 2009,Finland,Starchy Roots,5.338871,0.0670049903809251
+2009,Finland,Sugar,5.338871,0.0330071657472151
 2010,Finland,Ruminants,5.363352,0.877259202826889
 2010,Finland,Cereals,5.363352,0.123820513738423
 2010,Finland,Monogastrics,5.363352,0.314527127811115
-2010,Finland,Oilcrops,5.363352,0.0105668992078088
-2010,Finland,Pulses,5.363352,0.00122908211133634
+2010,Finland,FruitVeg,5.363352,0.169834088831015
+2010,Finland,OilcropsPulses,5.363352,0.0117959813191452
 2010,Finland,Starchy Roots,5.363352,0.0673114500036544
+2010,Finland,Sugar,5.363352,0.029703812093631
 2011,Finland,Ruminants,5.388272,0.913309146234637
 2011,Finland,Cereals,5.388272,0.12207475791868
 2011,Finland,Monogastrics,5.388272,0.306991276609644
-2011,Finland,Oilcrops,5.388272,0.0105189567267577
-2011,Finland,Pulses,5.388272,0.00117681512737293
+2011,Finland,FruitVeg,5.388272,0.182673220654043
+2011,Finland,OilcropsPulses,5.388272,0.0116957718541306
 2011,Finland,Starchy Roots,5.388272,0.0670443140212669
+2011,Finland,Sugar,5.388272,0.0303022935738953
 1961,France,Ruminants,47.444751,1.1280716090174
 1961,France,Cereals,47.444751,0.13716779755046
 1961,France,Monogastrics,47.444751,0.221356153813517
-1961,France,Oilcrops,47.444751,0.0234823447592759
-1961,France,Pulses,47.444751,0.00240247862192385
+1961,France,FruitVeg,47.444751,0.383409431319389
+1961,France,OilcropsPulses,47.444751,0.0258848233811997
 1961,France,Starchy Roots,47.444751,0.116557467020957
+1961,France,Sugar,47.444751,0.0295131067291301
 1962,France,Ruminants,48.119649,1.13520811010072
 1962,France,Cereals,48.119649,0.136793204788339
 1962,France,Monogastrics,48.119649,0.228123343127461
-1962,France,Oilcrops,48.119649,0.024277504601083
-1962,France,Pulses,48.119649,0.00237217025419283
+1962,France,FruitVeg,48.119649,0.480363582868196
+1962,France,OilcropsPulses,48.119649,0.0266496748552758
 1962,France,Starchy Roots,48.119649,0.11520293924006
+1962,France,Sugar,48.119649,0.0317668983828207
 1963,France,Ruminants,48.80368,1.13528242952171
 1963,France,Cereals,48.80368,0.130139632912928
 1963,France,Monogastrics,48.80368,0.228495926946493
-1963,France,Oilcrops,48.80368,0.0250394642371231
-1963,France,Pulses,48.80368,0.00303175908046279
+1963,France,FruitVeg,48.80368,0.428737668962668
+1963,France,OilcropsPulses,48.80368,0.0280712233175859
 1963,France,Starchy Roots,48.80368,0.112169348704852
+1963,France,Sugar,48.80368,0.0320229130262308
 1964,France,Ruminants,49.449403,1.12732110638424
 1964,France,Cereals,49.449403,0.127215388222179
 1964,France,Monogastrics,49.449403,0.234039246136096
-1964,France,Oilcrops,49.449403,0.0242995249103412
-1964,France,Pulses,49.449403,0.00210131960541566
+1964,France,FruitVeg,49.449403,0.441689336471868
+1964,France,OilcropsPulses,49.449403,0.0264008445157568
 1964,France,Starchy Roots,49.449403,0.10710173791178
+1964,France,Sugar,49.449403,0.0341541433776258
 1965,France,Ruminants,50.023774,1.13587421053038
 1965,France,Cereals,50.023774,0.127871879478745
 1965,France,Monogastrics,50.023774,0.242858335718533
-1965,France,Oilcrops,50.023774,0.0239876143691198
-1965,France,Pulses,50.023774,0.0023952810917465
+1965,France,FruitVeg,50.023774,0.445799431286412
+1965,France,OilcropsPulses,50.023774,0.0263828954608663
 1965,France,Starchy Roots,50.023774,0.103353117659615
+1965,France,Sugar,50.023774,0.0324750387685663
 1966,France,Ruminants,50.508717,1.16943958208244
 1966,France,Cereals,50.508717,0.123138328776001
 1966,France,Monogastrics,50.508717,0.232230921644674
-1966,France,Oilcrops,50.508717,0.024044938619209
-1966,France,Pulses,50.508717,0.00257110074682752
+1966,France,FruitVeg,50.508717,0.424750404964751
+1966,France,OilcropsPulses,50.508717,0.0266160393660366
 1966,France,Starchy Roots,50.508717,0.101524534863952
+1966,France,Sugar,50.508717,0.0337736553474522
 1967,France,Ruminants,50.915456,1.19668054431252
 1967,France,Cereals,50.915456,0.118302839122171
 1967,France,Monogastrics,50.915456,0.240421831830397
-1967,France,Oilcrops,50.915456,0.022959786513549
-1967,France,Pulses,50.915456,0.00195867832353303
+1967,France,FruitVeg,50.915456,0.427892956512066
+1967,France,OilcropsPulses,50.915456,0.0249184648370821
 1967,France,Starchy Roots,50.915456,0.101779860323749
+1967,France,Sugar,50.915456,0.0386736986112822
 1968,France,Ruminants,51.276054,1.21958302797637
 1968,France,Cereals,51.276054,0.117253523447807
 1968,France,Monogastrics,51.276054,0.247243184898744
-1968,France,Oilcrops,51.276054,0.0222474217692336
-1968,France,Pulses,51.276054,0.00216526022068703
+1968,France,FruitVeg,51.276054,0.4377028115307
+1968,France,OilcropsPulses,51.276054,0.0244126819899207
 1968,France,Starchy Roots,51.276054,0.101589467083407
+1968,France,Sugar,51.276054,0.0326478125637359
 1969,France,Ruminants,51.63826,1.22183099314346
 1969,France,Cereals,51.63826,0.112858740786386
 1969,France,Monogastrics,51.63826,0.249090387631187
-1969,France,Oilcrops,51.63826,0.0211372536564942
-1969,France,Pulses,51.63826,0.00182391893142798
+1969,France,FruitVeg,51.63826,0.398210261151325
+1969,France,OilcropsPulses,51.63826,0.0229611725879222
 1969,France,Starchy Roots,51.63826,0.101223685693515
+1969,France,Sugar,51.63826,0.0368812581988626
 1970,France,Ruminants,52.035095,1.22186956706815
 1970,France,Cereals,52.035095,0.111190918360003
 1970,France,Monogastrics,52.035095,0.257138381317455
-1970,France,Oilcrops,52.035095,0.0190620388028503
-1970,France,Pulses,52.035095,0.00236749832012414
+1970,France,FruitVeg,52.035095,0.459012153240039
+1970,France,OilcropsPulses,52.035095,0.0214295371229744
 1970,France,Starchy Roots,52.035095,0.100904322361668
+1970,France,Sugar,52.035095,0.0385474265012873
 1971,France,Ruminants,52.480421,1.2190896715558
 1971,France,Cereals,52.480421,0.106586130473305
 1971,France,Monogastrics,52.480421,0.265633417841675
-1971,France,Oilcrops,52.480421,0.0185707161152537
-1971,France,Pulses,52.480421,0.00199783077197494
+1971,France,FruitVeg,52.480421,0.406798032355724
+1971,France,OilcropsPulses,52.480421,0.0205685468872287
 1971,France,Starchy Roots,52.480421,0.101327559853226
+1971,France,Sugar,52.480421,0.0407444521071963
 1972,France,Ruminants,52.959228,1.20163353400846
 1972,France,Cereals,52.959228,0.107531816740229
 1972,France,Monogastrics,52.959228,0.27284801999002
-1972,France,Oilcrops,52.959228,0.0165827001858864
-1972,France,Pulses,52.959228,0.00187791634727002
+1972,France,FruitVeg,52.959228,0.378797855588076
+1972,France,OilcropsPulses,52.959228,0.0184606165331564
 1972,France,Starchy Roots,52.959228,0.0965465357614352
+1972,France,Sugar,52.959228,0.0381262732908418
 1973,France,Ruminants,53.441264,1.19446376118649
 1973,France,Cereals,53.441264,0.105369120760317
 1973,France,Monogastrics,53.441264,0.274511332666084
-1973,France,Oilcrops,53.441264,0.0180163964684668
-1973,France,Pulses,53.441264,0.00188331997536585
+1973,France,FruitVeg,53.441264,0.443217379738623
+1973,France,OilcropsPulses,53.441264,0.0198997164438326
 1973,France,Starchy Roots,53.441264,0.0968869673441856
+1973,France,Sugar,53.441264,0.0425286909381485
 1974,France,Ruminants,53.882416,1.21412752353198
 1974,France,Cereals,53.882416,0.104888708034176
 1974,France,Monogastrics,53.882416,0.276405577285176
-1974,France,Oilcrops,53.882416,0.0179288731225415
-1974,France,Pulses,53.882416,0.00168223711423779
+1974,France,FruitVeg,53.882416,0.412263139796849
+1974,France,OilcropsPulses,53.882416,0.0196111102367793
 1974,France,Starchy Roots,53.882416,0.101141530105109
+1974,France,Sugar,53.882416,0.0411728011602152
 1975,France,Ruminants,54.252574,1.22718907125033
 1975,France,Cereals,54.252574,0.107116226411672
 1975,France,Monogastrics,54.252574,0.280943422149887
-1975,France,Oilcrops,54.252574,0.0165522469035294
-1975,France,Pulses,54.252574,0.00191760486792756
+1975,France,FruitVeg,54.252574,0.383489952015917
+1975,France,OilcropsPulses,54.252574,0.018469851771457
 1975,France,Starchy Roots,54.252574,0.0949265559270976
+1975,France,Sugar,54.252574,0.0380266012816277
 1976,France,Ruminants,54.541493,1.25374724707298
 1976,France,Cereals,54.541493,0.110531316038598
 1976,France,Monogastrics,54.541493,0.285454646428546
-1976,France,Oilcrops,54.541493,0.0184361289853213
-1976,France,Pulses,54.541493,0.00176876346234233
+1976,France,FruitVeg,54.541493,0.401169014570247
+1976,France,OilcropsPulses,54.541493,0.0202048924476637
 1976,France,Starchy Roots,54.541493,0.073992913982021
+1976,France,Sugar,54.541493,0.0382658575187885
 1977,France,Ruminants,54.764462,1.27554189247764
 1977,France,Cereals,54.764462,0.113637909927792
 1977,France,Monogastrics,54.764462,0.291044988262644
-1977,France,Oilcrops,54.764462,0.0174145233089298
-1977,France,Pulses,54.764462,0.00245016558365898
+1977,France,FruitVeg,54.764462,0.340281732339487
+1977,France,OilcropsPulses,54.764462,0.0198646888925888
 1977,France,Starchy Roots,54.764462,0.0877170673200441
+1977,France,Sugar,54.764462,0.0373063465865875
 1978,France,Ruminants,54.947975,1.28644923311551
 1978,France,Cereals,54.947975,0.110552190503836
 1978,France,Monogastrics,54.947975,0.305468221531367
-1978,France,Oilcrops,54.947975,0.018213410048323
-1978,France,Pulses,54.947975,0.00212546504216033
+1978,France,FruitVeg,54.947975,0.369042189452842
+1978,France,OilcropsPulses,54.947975,0.0203388750904833
 1978,France,Starchy Roots,54.947975,0.0863238909168172
+1978,France,Sugar,54.947975,0.0381890688419364
 1979,France,Ruminants,55.130594,1.34547204044273
 1979,France,Cereals,55.130594,0.111702605634904
 1979,France,Monogastrics,55.130594,0.31222101289168
-1979,France,Oilcrops,55.130594,0.0176042362249897
-1979,France,Pulses,55.130594,0.00203910373249379
+1979,France,FruitVeg,55.130594,0.43190245691893
+1979,France,OilcropsPulses,55.130594,0.0196433399574835
 1979,France,Starchy Roots,55.130594,0.0793287117494145
+1979,France,Sugar,55.130594,0.0342230486397444
 1980,France,Ruminants,55.340782,1.34165691225686
 1980,France,Cereals,55.340782,0.114012555876063
 1980,France,Monogastrics,55.340782,0.317648256217268
-1980,France,Oilcrops,55.340782,0.0174218716316658
-1980,France,Pulses,55.340782,0.00183468675957633
+1980,France,FruitVeg,55.340782,0.390310566988374
+1980,France,OilcropsPulses,55.340782,0.0192565583912421
 1980,France,Starchy Roots,55.340782,0.0770376717842549
+1980,France,Sugar,55.340782,0.0321602791951874
 1981,France,Ruminants,55.585824,1.31508224650947
 1981,France,Cereals,55.585824,0.114368314482484
 1981,France,Monogastrics,55.585824,0.30895178777956
-1981,France,Oilcrops,55.585824,0.0146025900416624
-1981,France,Pulses,55.585824,0.00188413146488572
+1981,France,FruitVeg,55.585824,0.354338293159062
+1981,France,OilcropsPulses,55.585824,0.0164867215065481
 1981,France,Starchy Roots,55.585824,0.0747080586589847
+1981,France,Sugar,55.585824,0.0345646580682154
 1982,France,Ruminants,55.858727,1.28315728713259
 1982,France,Cereals,55.858727,0.118951242838026
 1982,France,Monogastrics,55.858727,0.312918117521726
-1982,France,Oilcrops,55.858727,0.0141416935620463
-1982,France,Pulses,55.858727,0.00203482975900972
+1982,France,FruitVeg,55.858727,0.413006869991864
+1982,France,OilcropsPulses,55.858727,0.016176523321056
 1982,France,Starchy Roots,55.858727,0.0775452867015748
+1982,France,Sugar,55.858727,0.0326524089960016
 1983,France,Ruminants,56.156284,1.2997992281683
 1983,France,Cereals,56.156284,0.121226379580244
 1983,France,Monogastrics,56.156284,0.306703826770304
-1983,France,Oilcrops,56.156284,0.0129584607129631
-1983,France,Pulses,56.156284,0.00194920304911913
+1983,France,FruitVeg,56.156284,0.375006027820502
+1983,France,OilcropsPulses,56.156284,0.0149076637620823
 1983,France,Starchy Roots,56.156284,0.0785730409084761
+1983,France,Sugar,56.156284,0.0345709662697767
 1984,France,Ruminants,56.470769,1.32259576808667
 1984,France,Cereals,56.470769,0.119656383641597
 1984,France,Monogastrics,56.470769,0.308572481100797
-1984,France,Oilcrops,56.470769,0.0128358443285941
-1984,France,Pulses,56.470769,0.0017934765506735
+1984,France,FruitVeg,56.470769,0.369461375672076
+1984,France,OilcropsPulses,56.470769,0.0146293208792676
 1984,France,Starchy Roots,56.470769,0.0799840002178826
+1984,France,Sugar,56.470769,0.0339400017733068
 1985,France,Ruminants,56.795686,1.32091993219344
 1985,France,Cereals,56.795686,0.120028341589183
 1985,France,Monogastrics,56.795686,0.31013806752858
-1985,France,Oilcrops,56.795686,0.0140624412917559
-1985,France,Pulses,56.795686,0.00175685878677476
+1985,France,FruitVeg,56.795686,0.372772185549445
+1985,France,OilcropsPulses,56.795686,0.0158193000785306
 1985,France,Starchy Roots,56.795686,0.0833674233638097
+1985,France,Sugar,56.795686,0.0337266812835045
 1986,France,Ruminants,57.132691,1.27899319673215
 1986,France,Cereals,57.132691,0.120816609180898
 1986,France,Monogastrics,57.132691,0.313341162242822
-1986,France,Oilcrops,57.132691,0.0135625853856595
-1986,France,Pulses,57.132691,0.00195527285770593
+1986,France,FruitVeg,57.132691,0.375571912059945
+1986,France,OilcropsPulses,57.132691,0.0155178582433654
 1986,France,Starchy Roots,57.132691,0.0795341147155137
+1986,France,Sugar,57.132691,0.0327259571932294
 1987,France,Ruminants,57.482591,1.29449051452813
 1987,France,Cereals,57.482591,0.12040389759049
 1987,France,Monogastrics,57.482591,0.319832042713593
-1987,France,Oilcrops,57.482591,0.0143588343121137
-1987,France,Pulses,57.482591,0.00208174332294799
+1987,France,FruitVeg,57.482591,0.368283660004122
+1987,France,OilcropsPulses,57.482591,0.0164405776350617
 1987,France,Starchy Roots,57.482591,0.0778412545808869
+1987,France,Sugar,57.482591,0.0356230984786333
 1988,France,Ruminants,57.836486,1.24657888620688
 1988,France,Cereals,57.836486,0.122906481559063
 1988,France,Monogastrics,57.836486,0.327591014087543
-1988,France,Oilcrops,57.836486,0.0140436436612003
-1988,France,Pulses,57.836486,0.00186987501280766
+1988,France,FruitVeg,57.836486,0.348046784861722
+1988,France,OilcropsPulses,57.836486,0.015913518674008
 1988,France,Starchy Roots,57.836486,0.0786178814528946
+1988,France,Sugar,57.836486,0.0347631597120198
 1989,France,Ruminants,58.182702,1.2460703921932
 1989,France,Cereals,58.182702,0.123073727308161
 1989,France,Monogastrics,58.182702,0.326616649738955
-1989,France,Oilcrops,58.182702,0.0159567357322113
-1989,France,Pulses,58.182702,0.00176043732035683
+1989,France,FruitVeg,58.182702,0.354235697063364
+1989,France,OilcropsPulses,58.182702,0.0177171730525681
 1989,France,Starchy Roots,58.182702,0.0768059551445376
+1989,France,Sugar,58.182702,0.0344259364235095
 1990,France,Ruminants,58.512808,1.30491967844032
 1990,France,Cereals,58.512808,0.120961721748168
 1990,France,Monogastrics,58.512808,0.309869362277059
-1990,France,Oilcrops,58.512808,0.0140441559393287
-1990,France,Pulses,58.512808,0.00193003897539834
+1990,France,FruitVeg,58.512808,0.360532193225114
+1990,France,OilcropsPulses,58.512808,0.015974194914727
 1990,France,Starchy Roots,58.512808,0.0800939172155266
+1990,France,Sugar,58.512808,0.0346640516722424
 1991,France,Ruminants,58.559312,1.36189034290567
 1991,France,Cereals,58.559312,0.122787696002986
 1991,France,Monogastrics,58.559312,0.31413216398444
-1991,France,Oilcrops,58.559312,0.0146275967176664
-1991,France,Pulses,58.559312,0.00203772885856309
+1991,France,FruitVeg,58.559312,0.310336023073495
+1991,France,OilcropsPulses,58.559312,0.0166653255762295
 1991,France,Starchy Roots,58.559312,0.079148043952429
+1991,France,Sugar,58.559312,0.0351614445197034
 1992,France,Ruminants,58.851216,1.26047015579083
 1992,France,Cereals,58.851216,0.119114463157397
 1992,France,Monogastrics,58.851216,0.322332634554229
-1992,France,Oilcrops,58.851216,0.0149036002926431
-1992,France,Pulses,58.851216,0.00207666057401431
+1992,France,FruitVeg,58.851216,0.366314334099741
+1992,France,OilcropsPulses,58.851216,0.0169802608666574
 1992,France,Starchy Roots,58.851216,0.0776440541177603
+1992,France,Sugar,58.851216,0.036386384947424
 1993,France,Ruminants,59.106766,1.1590620742133
 1993,France,Cereals,59.106766,0.128034259225078
 1993,France,Monogastrics,59.106766,0.323831281853587
-1993,France,Oilcrops,59.106766,0.015080016389325
-1993,France,Pulses,59.106766,0.00203140872231108
+1993,France,FruitVeg,59.106766,0.340309754047447
+1993,France,OilcropsPulses,59.106766,0.0171114251116361
 1993,France,Starchy Roots,59.106766,0.0789629227895838
+1993,France,Sugar,59.106766,0.0361000972375988
 1994,France,Ruminants,59.327194,1.14285533713258
 1994,France,Cereals,59.327194,0.130380496336975
 1994,France,Monogastrics,59.327194,0.331083216239757
-1994,France,Oilcrops,59.327194,0.0156891964248301
-1994,France,Pulses,59.327194,0.0019820758756937
+1994,France,FruitVeg,59.327194,0.325743317642833
+1994,France,OilcropsPulses,59.327194,0.0176712723005238
 1994,France,Starchy Roots,59.327194,0.0731590137231166
+1994,France,Sugar,59.327194,0.0355960202668611
 1995,France,Ruminants,59.5419,1.19514700572202
 1995,France,Cereals,59.5419,0.129894444080555
 1995,France,Monogastrics,59.5419,0.335490206056575
-1995,France,Oilcrops,59.5419,0.0160450707820879
-1995,France,Pulses,59.5419,0.00217433437629636
+1995,France,FruitVeg,59.5419,0.338274442031578
+1995,France,OilcropsPulses,59.5419,0.0182194051583843
 1995,France,Starchy Roots,59.5419,0.0758606964171449
+1995,France,Sugar,59.5419,0.0359020958350338
 1996,France,Ruminants,59.753098,1.18757252050764
 1996,France,Cereals,59.753098,0.131912055840184
 1996,France,Monogastrics,59.753098,0.338435287489194
-1996,France,Oilcrops,59.753098,0.01450853644442
-1996,France,Pulses,59.753098,0.00198411469811992
+1996,France,FruitVeg,59.753098,0.338032665687058
+1996,France,OilcropsPulses,59.753098,0.0164926511425399
 1996,France,Starchy Roots,59.753098,0.0757665652749921
+1996,France,Sugar,59.753098,0.0372176518780666
 1997,France,Ruminants,59.964845,1.19152019820947
 1997,France,Cereals,59.964845,0.134065367800084
 1997,France,Monogastrics,59.964845,0.342614143336817
-1997,France,Oilcrops,59.964845,0.0147742231302357
-1997,France,Pulses,59.964845,0.00202677085215513
+1997,France,FruitVeg,59.964845,0.320241067912374
+1997,France,OilcropsPulses,59.964845,0.0168009939823909
 1997,France,Starchy Roots,59.964845,0.0751186799532293
+1997,France,Sugar,59.964845,0.0377040414262723
 1998,France,Ruminants,60.186291,1.19577761653397
 1998,France,Cereals,60.186291,0.1439098980198
 1998,France,Monogastrics,60.186291,0.35411741687156
-1998,France,Oilcrops,60.186291,0.0153979915459486
-1998,France,Pulses,60.186291,0.00208637212749993
+1998,France,FruitVeg,60.186291,0.321567531051216
+1998,France,OilcropsPulses,60.186291,0.0174843636734485
 1998,France,Starchy Roots,60.186291,0.0728966335539766
+1998,France,Sugar,60.186291,0.0387474283803267
 1999,France,Ruminants,60.496715,1.15741866645156
 1999,France,Cereals,60.496715,0.145327692586283
 1999,France,Monogastrics,60.496715,0.349362842263419
-1999,France,Oilcrops,60.496715,0.0151292347030744
-1999,France,Pulses,60.496715,0.00223005497075337
+1999,France,FruitVeg,60.496715,0.343565018365047
+1999,France,OilcropsPulses,60.496715,0.0173592896738277
 1999,France,Starchy Roots,60.496715,0.0729915665668789
+1999,France,Sugar,60.496715,0.039404453613721
 2000,France,Ruminants,60.912498,1.14800180252007
 2000,France,Cereals,60.912498,0.144095288950389
 2000,France,Monogastrics,60.912498,0.354620012464437
-2000,France,Oilcrops,60.912498,0.015743156683543
-2000,France,Pulses,60.912498,0.00206880367966521
+2000,France,FruitVeg,60.912498,0.340235086073797
+2000,France,OilcropsPulses,60.912498,0.0178119603632082
 2000,France,Starchy Roots,60.912498,0.0721098648753496
+2000,France,Sugar,60.912498,0.0381548791514017
 2001,France,Ruminants,61.357431,1.16850267573947
 2001,France,Cereals,61.357431,0.146313883317572
 2001,France,Monogastrics,61.357431,0.356310108550666
-2001,France,Oilcrops,61.357431,0.0163673736600869
-2001,France,Pulses,61.357431,0.00193355552972875
+2001,France,FruitVeg,61.357431,0.329491125532945
+2001,France,OilcropsPulses,61.357431,0.0183009291898157
 2001,France,Starchy Roots,61.357431,0.0713667591460927
+2001,France,Sugar,61.357431,0.0391279582745242
 2002,France,Ruminants,61.805267,1.1766331451978
 2002,France,Cereals,61.805267,0.14699413886522
 2002,France,Monogastrics,61.805267,0.340299431114827
-2002,France,Oilcrops,61.805267,0.0166402484759106
-2002,France,Pulses,61.805267,0.00191465882673074
+2002,France,FruitVeg,61.805267,0.326792957629323
+2002,France,OilcropsPulses,61.805267,0.0185549073026414
 2002,France,Starchy Roots,61.805267,0.0706601591090934
+2002,France,Sugar,61.805267,0.0396642409133189
 2003,France,Ruminants,62.244884,1.11546968904304
 2003,France,Cereals,62.244884,0.159418515423693
 2003,France,Monogastrics,62.244884,0.348436870731416
-2003,France,Oilcrops,62.244884,0.0157179343446122
-2003,France,Pulses,62.244884,0.00203997488371896
+2003,France,FruitVeg,62.244884,0.311697922033239
+2003,France,OilcropsPulses,62.244884,0.0177579092283311
 2003,France,Starchy Roots,62.244884,0.0690842800831631
+2003,France,Sugar,62.244884,0.0388237851001538
 2004,France,Ruminants,62.704897,1.09040604276888
 2004,France,Cereals,62.704897,0.161601349891381
 2004,France,Monogastrics,62.704897,0.325133834443584
-2004,France,Oilcrops,62.704897,0.0161345452812083
-2004,France,Pulses,62.704897,0.00181660453090291
+2004,France,FruitVeg,62.704897,0.348805819743233
+2004,France,OilcropsPulses,62.704897,0.0179511498121112
 2004,France,Starchy Roots,62.704897,0.0711761475343784
+2004,France,Sugar,62.704897,0.039554454574736
 2005,France,Ruminants,63.179356,1.07433664091163
 2005,France,Cereals,63.179356,0.165322213794012
 2005,France,Monogastrics,63.179356,0.315415969102313
-2005,France,Oilcrops,63.179356,0.0175661967811131
-2005,France,Pulses,63.179356,0.00191818985935849
+2005,France,FruitVeg,63.179356,0.331734071490061
+2005,France,OilcropsPulses,63.179356,0.0194843866404716
 2005,France,Starchy Roots,63.179356,0.0574183282273406
+2005,France,Sugar,63.179356,0.0400201293599764
 2006,France,Ruminants,63.621376,1.07388215872602
 2006,France,Cereals,63.621376,0.169907658080202
 2006,France,Monogastrics,63.621376,0.290109575750138
-2006,France,Oilcrops,63.621376,0.0178563412397745
-2006,France,Pulses,63.621376,0.00186129265736095
+2006,France,FruitVeg,63.621376,0.323437990401214
+2006,France,OilcropsPulses,63.621376,0.0197176338971355
 2006,France,Starchy Roots,63.621376,0.0606026345610633
+2006,France,Sugar,63.621376,0.0363387770802065
 2007,France,Ruminants,64.016229,1.09579473511319
 2007,France,Cereals,64.016229,0.162127216209502
 2007,France,Monogastrics,64.016229,0.286063460564039
-2007,France,Oilcrops,64.016229,0.0183664676655665
-2007,France,Pulses,64.016229,0.00179457618473591
+2007,France,FruitVeg,64.016229,0.315947335791991
+2007,France,OilcropsPulses,64.016229,0.0201610438503024
 2007,France,Starchy Roots,64.016229,0.0602290553540728
+2007,France,Sugar,64.016229,0.0356591919839577
 2008,France,Ruminants,64.37499,1.05698984652269
 2008,France,Cereals,64.37499,0.163800382726273
 2008,France,Monogastrics,64.37499,0.327841155392801
-2008,France,Oilcrops,64.37499,0.0199794671812765
-2008,France,Pulses,64.37499,0.00174466823218147
+2008,France,FruitVeg,64.37499,0.308673756687185
+2008,France,OilcropsPulses,64.37499,0.0217241354134579
 2008,France,Starchy Roots,64.37499,0.0621397378081146
+2008,France,Sugar,64.37499,0.0347295432589582
 2009,France,Ruminants,64.707044,1.04272936961855
 2009,France,Cereals,64.707044,0.166099165339712
 2009,France,Monogastrics,64.707044,0.327707300305667
-2009,France,Oilcrops,64.707044,0.0184301264016944
-2009,France,Pulses,64.707044,0.0016573775182807
+2009,France,FruitVeg,64.707044,0.320752219804694
+2009,France,OilcropsPulses,64.707044,0.0200875039199751
 2009,France,Starchy Roots,64.707044,0.0575731909496592
+2009,France,Sugar,64.707044,0.0386937007970879
 2010,France,Ruminants,65.027512,1.05031733337729
 2010,France,Cereals,65.027512,0.171544545637852
 2010,France,Monogastrics,65.027512,0.3221539769198
-2010,France,Oilcrops,65.027512,0.0194622546838329
-2010,France,Pulses,65.027512,0.00185489181871206
+2010,France,FruitVeg,65.027512,0.31029889318232
+2010,France,OilcropsPulses,65.027512,0.021317146502545
 2010,France,Starchy Roots,65.027512,0.0607290649533078
+2010,France,Sugar,65.027512,0.03639871690001
 2011,France,Ruminants,65.342776,1.01291128494449
 2011,France,Cereals,65.342776,0.172248145686372
 2011,France,Monogastrics,65.342776,0.314183095006554
-2011,France,Oilcrops,65.342776,0.0190099361557581
-2011,France,Pulses,65.342776,0.00194228050549918
+2011,France,FruitVeg,65.342776,0.322377212746517
+2011,France,OilcropsPulses,65.342776,0.0209522166612573
 2011,France,Starchy Roots,65.342776,0.0592569406601274
+2011,France,Sugar,65.342776,0.036140659221457
 1961,French Polynesia,Ruminants,0.080706,0.466487002205536
 1961,French Polynesia,Cereals,0.080706,0.162528188734419
 1961,French Polynesia,Monogastrics,0.080706,0.0657286942730404
-1961,French Polynesia,Oilcrops,0.080706,0.100983817807846
-1961,French Polynesia,Pulses,0.080706,0.00379153966247863
+1961,French Polynesia,FruitVeg,0.080706,0.0858548311154066
+1961,French Polynesia,OilcropsPulses,0.080706,0.104775357470324
 1961,French Polynesia,Starchy Roots,0.080706,0.115902163407925
+1961,French Polynesia,Sugar,0.080706,0.0347062176294204
 1962,French Polynesia,Ruminants,0.083654,0.406447988141631
 1962,French Polynesia,Cereals,0.083654,0.150393286633036
 1962,French Polynesia,Monogastrics,0.083654,0.0882862744160471
-1962,French Polynesia,Oilcrops,0.083654,0.0975805101967629
-1962,French Polynesia,Pulses,0.083654,0.0021517201807445
+1962,French Polynesia,FruitVeg,0.083654,0.088543285437636
+1962,French Polynesia,OilcropsPulses,0.083654,0.0997322303775073
 1962,French Polynesia,Starchy Roots,0.083654,0.117292657852583
+1962,French Polynesia,Sugar,0.083654,0.0359098190164248
 1963,French Polynesia,Ruminants,0.086839,0.468717972339617
 1963,French Polynesia,Cereals,0.086839,0.155091606305922
 1963,French Polynesia,Monogastrics,0.086839,0.047180414329967
-1963,French Polynesia,Oilcrops,0.086839,0.0967077004571679
-1963,French Polynesia,Pulses,0.086839,0.00238372159974205
+1963,French Polynesia,FruitVeg,0.086839,0.0804592406637571
+1963,French Polynesia,OilcropsPulses,0.086839,0.0990914220569099
 1963,French Polynesia,Starchy Roots,0.086839,0.110975483365769
+1963,French Polynesia,Sugar,0.086839,0.0366310068056979
 1964,French Polynesia,Ruminants,0.090132,0.58174899036968
 1964,French Polynesia,Cereals,0.090132,0.146052456397284
 1964,French Polynesia,Monogastrics,0.090132,0.0537922158611814
-1964,French Polynesia,Oilcrops,0.090132,0.0980450894243998
-1964,French Polynesia,Pulses,0.090132,0.00254071805795944
+1964,French Polynesia,FruitVeg,0.090132,0.0961811565259841
+1964,French Polynesia,OilcropsPulses,0.090132,0.100585807482359
 1964,French Polynesia,Starchy Roots,0.090132,0.122198553233036
+1964,French Polynesia,Sugar,0.090132,0.0355700528114321
 1965,French Polynesia,Ruminants,0.09344,0.552311643835616
 1965,French Polynesia,Cereals,0.09344,0.152579195205479
 1965,French Polynesia,Monogastrics,0.09344,0.0813334760273973
-1965,French Polynesia,Oilcrops,0.09344,0.0871254280821918
-1965,French Polynesia,Pulses,0.09344,0.00349957191780822
+1965,French Polynesia,FruitVeg,0.09344,0.11808647260274
+1965,French Polynesia,OilcropsPulses,0.09344,0.090625
 1965,French Polynesia,Starchy Roots,0.09344,0.116545376712329
+1965,French Polynesia,Sugar,0.09344,0.030736301369863
 1966,French Polynesia,Ruminants,0.09673,0.653271994210689
 1966,French Polynesia,Cereals,0.09673,0.164891967331748
 1966,French Polynesia,Monogastrics,0.09673,0.0989279437609842
-1966,French Polynesia,Oilcrops,0.09673,0.101798821461801
-1966,French Polynesia,Pulses,0.09673,0.00337020572728213
+1966,French Polynesia,FruitVeg,0.09673,0.17694613873669
+1966,French Polynesia,OilcropsPulses,0.09673,0.105169027189083
 1966,French Polynesia,Starchy Roots,0.09673,0.118908301457666
+1966,French Polynesia,Sugar,0.09673,0.0274165202108963
 1967,French Polynesia,Ruminants,0.100031,0.741077266047525
 1967,French Polynesia,Cereals,0.100031,0.155391828533155
 1967,French Polynesia,Monogastrics,0.100031,0.107904549589627
-1967,French Polynesia,Oilcrops,0.100031,0.219891833531605
-1967,French Polynesia,Pulses,0.100031,0.00286911057572153
+1967,French Polynesia,FruitVeg,0.100031,0.127480481050874
+1967,French Polynesia,OilcropsPulses,0.100031,0.222760944107327
 1967,French Polynesia,Starchy Roots,0.100031,0.131859123671662
+1967,French Polynesia,Sugar,0.100031,0.0313902690166049
 1968,French Polynesia,Ruminants,0.103385,0.605991197949412
 1968,French Polynesia,Cereals,0.103385,0.146617014073608
 1968,French Polynesia,Monogastrics,0.103385,0.116730666924602
-1968,French Polynesia,Oilcrops,0.103385,0.732862600957586
-1968,French Polynesia,Pulses,0.103385,0.00303719108187842
+1968,French Polynesia,FruitVeg,0.103385,0.151550031435895
+1968,French Polynesia,OilcropsPulses,0.103385,0.735899792039464
 1968,French Polynesia,Starchy Roots,0.103385,0.120936306040528
+1968,French Polynesia,Sugar,0.103385,0.0307394689751898
 1969,French Polynesia,Ruminants,0.106858,0.778098972468135
 1969,French Polynesia,Cereals,0.106858,0.152473375882012
 1969,French Polynesia,Monogastrics,0.106858,0.100204944880121
-1969,French Polynesia,Oilcrops,0.106858,1.2395702708267
-1969,French Polynesia,Pulses,0.106858,0.00278874768384211
+1969,French Polynesia,FruitVeg,0.106858,0.126588556776283
+1969,French Polynesia,OilcropsPulses,0.106858,1.24235901851055
 1969,French Polynesia,Starchy Roots,0.106858,0.110810608471055
+1969,French Polynesia,Sugar,0.106858,0.0353366149469389
 1970,French Polynesia,Ruminants,0.110496,0.605554047205329
 1970,French Polynesia,Cereals,0.110496,0.151344845062265
 1970,French Polynesia,Monogastrics,0.110496,0.127069758181292
-1970,French Polynesia,Oilcrops,0.110496,0.980994787141616
-1970,French Polynesia,Pulses,0.110496,0.00283268172603533
+1970,French Polynesia,FruitVeg,0.110496,0.137932594845062
+1970,French Polynesia,OilcropsPulses,0.110496,0.983827468867651
 1970,French Polynesia,Starchy Roots,0.110496,0.132511584129742
+1970,French Polynesia,Sugar,0.110496,0.0366348103098755
 1971,French Polynesia,Ruminants,0.114311,0.673152190077945
 1971,French Polynesia,Cereals,0.114311,0.15070290698183
 1971,French Polynesia,Monogastrics,0.114311,0.107657180848737
-1971,French Polynesia,Oilcrops,0.114311,0.91197697509426
-1971,French Polynesia,Pulses,0.114311,0.00300058612032088
+1971,French Polynesia,FruitVeg,0.114311,0.121353150615426
+1971,French Polynesia,OilcropsPulses,0.114311,0.914977561214581
 1971,French Polynesia,Starchy Roots,0.114311,0.115037048053118
+1971,French Polynesia,Sugar,0.114311,0.0296909308815425
 1972,French Polynesia,Ruminants,0.118279,0.831007194852848
 1972,French Polynesia,Cereals,0.118279,0.153163283423093
 1972,French Polynesia,Monogastrics,0.118279,0.102327547578184
-1972,French Polynesia,Oilcrops,0.118279,1.07439190388826
-1972,French Polynesia,Pulses,0.118279,0.00273083133946009
+1972,French Polynesia,FruitVeg,0.118279,0.120012850971009
+1972,French Polynesia,OilcropsPulses,0.118279,1.07712273522772
 1972,French Polynesia,Starchy Roots,0.118279,0.113164636156883
+1972,French Polynesia,Sugar,0.118279,0.0350865326896575
 1973,French Polynesia,Ruminants,0.122355,0.793474725184913
 1973,French Polynesia,Cereals,0.122355,0.151657063462874
 1973,French Polynesia,Monogastrics,0.122355,0.110475256425974
-1973,French Polynesia,Oilcrops,0.122355,0.904311225532263
-1973,French Polynesia,Pulses,0.122355,0.00286870172857668
+1973,French Polynesia,FruitVeg,0.122355,0.114895182052225
+1973,French Polynesia,OilcropsPulses,0.122355,0.907179927260839
 1973,French Polynesia,Starchy Roots,0.122355,0.112982714233174
+1973,French Polynesia,Sugar,0.122355,0.0336316456213477
 1974,French Polynesia,Ruminants,0.126483,0.560310081196682
 1974,French Polynesia,Cereals,0.126483,0.15587865562961
 1974,French Polynesia,Monogastrics,0.126483,0.121768142754362
-1974,French Polynesia,Oilcrops,0.126483,0.716586418728208
-1974,French Polynesia,Pulses,0.126483,0.00302016871832578
+1974,French Polynesia,FruitVeg,0.126483,0.115533312777211
+1974,French Polynesia,OilcropsPulses,0.126483,0.719606587446534
 1974,French Polynesia,Starchy Roots,0.126483,0.123755761643857
+1974,French Polynesia,Sugar,0.126483,0.0383371678407375
 1975,French Polynesia,Ruminants,0.130619,0.941676172685444
 1975,French Polynesia,Cereals,0.130619,0.151761994809331
 1975,French Polynesia,Monogastrics,0.130619,0.107057931847587
-1975,French Polynesia,Oilcrops,0.130619,1.05124063114861
-1975,French Polynesia,Pulses,0.130619,0.00297047137093378
+1975,French Polynesia,FruitVeg,0.130619,0.118872445815693
+1975,French Polynesia,OilcropsPulses,0.130619,1.05421110251954
 1975,French Polynesia,Starchy Roots,0.130619,0.107120709850787
+1975,French Polynesia,Sugar,0.130619,0.037444782152673
 1976,French Polynesia,Ruminants,0.134743,0.709022361087403
 1976,French Polynesia,Cereals,0.134743,0.153061754599497
 1976,French Polynesia,Monogastrics,0.134743,0.109927788456543
-1976,French Polynesia,Oilcrops,0.134743,1.09999777353926
-1976,French Polynesia,Pulses,0.134743,0.00284244821623387
+1976,French Polynesia,FruitVeg,0.134743,0.120540584668591
+1976,French Polynesia,OilcropsPulses,0.134743,1.10284022175549
 1976,French Polynesia,Starchy Roots,0.134743,0.101341071521341
+1976,French Polynesia,Sugar,0.134743,0.0360389779060879
 1977,French Polynesia,Ruminants,0.138867,0.727655958579072
 1977,French Polynesia,Cereals,0.138867,0.153830643709449
 1977,French Polynesia,Monogastrics,0.138867,0.109404682177911
-1977,French Polynesia,Oilcrops,0.138867,0.779710082308972
-1977,French Polynesia,Pulses,0.138867,0.00303887892731895
+1977,French Polynesia,FruitVeg,0.138867,0.124601237154976
+1977,French Polynesia,OilcropsPulses,0.138867,0.782748961236291
 1977,French Polynesia,Starchy Roots,0.138867,0.0920521074121282
+1977,French Polynesia,Sugar,0.138867,0.0344358270863488
 1978,French Polynesia,Ruminants,0.143033,0.711735753287703
 1978,French Polynesia,Cereals,0.143033,0.154111289003237
 1978,French Polynesia,Monogastrics,0.143033,0.105393860158145
-1978,French Polynesia,Oilcrops,0.143033,0.659651968426866
-1978,French Polynesia,Pulses,0.143033,0.0030202820328176
+1978,French Polynesia,FruitVeg,0.143033,0.117553291897674
+1978,French Polynesia,OilcropsPulses,0.143033,0.662672250459684
 1978,French Polynesia,Starchy Roots,0.143033,0.0858822789146561
+1978,French Polynesia,Sugar,0.143033,0.0327756531709466
 1979,French Polynesia,Ruminants,0.147299,0.693145235201868
 1979,French Polynesia,Cereals,0.147299,0.153273274088758
 1979,French Polynesia,Monogastrics,0.147299,0.130556215588701
-1979,French Polynesia,Oilcrops,0.147299,0.691878424157666
-1979,French Polynesia,Pulses,0.147299,0.00300748817032023
+1979,French Polynesia,FruitVeg,0.147299,0.142784404510553
+1979,French Polynesia,OilcropsPulses,0.147299,0.694885912327986
 1979,French Polynesia,Starchy Roots,0.147299,0.0878892592617737
+1979,French Polynesia,Sugar,0.147299,0.0264699692462271
 1980,French Polynesia,Ruminants,0.151702,0.595586742429236
 1980,French Polynesia,Cereals,0.151702,0.154513454008517
 1980,French Polynesia,Monogastrics,0.151702,0.12341366626676
-1980,French Polynesia,Oilcrops,0.151702,0.863396659239825
-1980,French Polynesia,Pulses,0.151702,0.00292019881082649
+1980,French Polynesia,FruitVeg,0.151702,0.122345123993092
+1980,French Polynesia,OilcropsPulses,0.151702,0.866316858050652
 1980,French Polynesia,Starchy Roots,0.151702,0.0852328907990666
+1980,French Polynesia,Sugar,0.151702,0.0286416790813569
 1981,French Polynesia,Ruminants,0.15624,0.616848438300051
 1981,French Polynesia,Cereals,0.15624,0.146703789042499
 1981,French Polynesia,Monogastrics,0.15624,0.127258704557092
-1981,French Polynesia,Oilcrops,0.15624,0.72244623655914
-1981,French Polynesia,Pulses,0.15624,0.00320020481310804
+1981,French Polynesia,FruitVeg,0.15624,0.128872247823861
+1981,French Polynesia,OilcropsPulses,0.15624,0.725646441372248
 1981,French Polynesia,Starchy Roots,0.15624,0.0804339477726575
+1981,French Polynesia,Sugar,0.15624,0.0267153097798259
 1982,French Polynesia,Ruminants,0.160883,0.667542251201183
 1982,French Polynesia,Cereals,0.160883,0.152352952145348
 1982,French Polynesia,Monogastrics,0.160883,0.126537297290578
-1982,French Polynesia,Oilcrops,0.160883,0.828633230359951
-1982,French Polynesia,Pulses,0.160883,0.00339377062834482
+1982,French Polynesia,FruitVeg,0.160883,0.123505901804417
+1982,French Polynesia,OilcropsPulses,0.160883,0.832027000988296
 1982,French Polynesia,Starchy Roots,0.160883,0.0714805168973726
+1982,French Polynesia,Sugar,0.160883,0.0305190728666174
 1983,French Polynesia,Ruminants,0.165611,0.676132624040674
 1983,French Polynesia,Cereals,0.165611,0.153033313004571
 1983,French Polynesia,Monogastrics,0.165611,0.137987814819064
-1983,French Polynesia,Oilcrops,0.165611,0.544746423848657
-1983,French Polynesia,Pulses,0.165611,0.00339953263974011
+1983,French Polynesia,FruitVeg,0.165611,0.123838392377318
+1983,French Polynesia,OilcropsPulses,0.165611,0.548145956488397
 1983,French Polynesia,Starchy Roots,0.165611,0.065895381345442
+1983,French Polynesia,Sugar,0.165611,0.031423033494152
 1984,French Polynesia,Ruminants,0.170397,0.631897862051562
 1984,French Polynesia,Cereals,0.170397,0.152772642710846
 1984,French Polynesia,Monogastrics,0.170397,0.179867603302875
-1984,French Polynesia,Oilcrops,0.170397,0.424966401990645
-1984,French Polynesia,Pulses,0.170397,0.00286976883395834
+1984,French Polynesia,FruitVeg,0.170397,0.13189199340364
+1984,French Polynesia,OilcropsPulses,0.170397,0.427836170824604
 1984,French Polynesia,Starchy Roots,0.170397,0.0619729220584869
+1984,French Polynesia,Sugar,0.170397,0.0290967563982934
 1985,French Polynesia,Ruminants,0.175208,0.646217638463997
 1985,French Polynesia,Cereals,0.175208,0.15050111867038
 1985,French Polynesia,Monogastrics,0.175208,0.19175208894571
-1985,French Polynesia,Oilcrops,0.175208,0.50922332313593
-1985,French Polynesia,Pulses,0.175208,0.00310488105565956
+1985,French Polynesia,FruitVeg,0.175208,0.132134377425688
+1985,French Polynesia,OilcropsPulses,0.175208,0.512328204191589
 1985,French Polynesia,Starchy Roots,0.175208,0.0588728825167801
+1985,French Polynesia,Sugar,0.175208,0.0291310899045706
 1986,French Polynesia,Ruminants,0.180069,0.658847441813971
 1986,French Polynesia,Cereals,0.180069,0.145133254474674
 1986,French Polynesia,Monogastrics,0.180069,0.200246016804669
-1986,French Polynesia,Oilcrops,0.180069,0.578916970716781
-1986,French Polynesia,Pulses,0.180069,0.006925123147238
+1986,French Polynesia,FruitVeg,0.180069,0.144877796844543
+1986,French Polynesia,OilcropsPulses,0.180069,0.585842093864019
 1986,French Polynesia,Starchy Roots,0.180069,0.054451349205027
+1986,French Polynesia,Sugar,0.180069,0.0281558735817936
 1987,French Polynesia,Ruminants,0.184958,0.681860206100844
 1987,French Polynesia,Cereals,0.184958,0.14537895089696
 1987,French Polynesia,Monogastrics,0.184958,0.199643162231425
-1987,French Polynesia,Oilcrops,0.184958,0.57180549097633
-1987,French Polynesia,Pulses,0.184958,0.00594729614290812
+1987,French Polynesia,FruitVeg,0.184958,0.138182722564042
+1987,French Polynesia,OilcropsPulses,0.184958,0.577752787119238
 1987,French Polynesia,Starchy Roots,0.184958,0.0515360243947275
+1987,French Polynesia,Sugar,0.184958,0.0289254857859622
 1988,French Polynesia,Ruminants,0.189742,0.699626861738571
 1988,French Polynesia,Cereals,0.189742,0.143995530773366
 1988,French Polynesia,Monogastrics,0.189742,0.221296286536455
-1988,French Polynesia,Oilcrops,0.189742,0.443475877770868
-1988,French Polynesia,Pulses,0.189742,0.00474328298426284
+1988,French Polynesia,FruitVeg,0.189742,0.137418178368521
+1988,French Polynesia,OilcropsPulses,0.189742,0.448219160755131
 1988,French Polynesia,Starchy Roots,0.189742,0.0511431311992074
+1988,French Polynesia,Sugar,0.189742,0.0303991736146979
 1989,French Polynesia,Ruminants,0.194249,0.701136170585177
 1989,French Polynesia,Cereals,0.194249,0.13944473330622
 1989,French Polynesia,Monogastrics,0.194249,0.212063382565676
-1989,French Polynesia,Oilcrops,0.194249,0.407399780693852
-1989,French Polynesia,Pulses,0.194249,0.00287260166075501
+1989,French Polynesia,FruitVeg,0.194249,0.134018707947016
+1989,French Polynesia,OilcropsPulses,0.194249,0.410272382354607
 1989,French Polynesia,Starchy Roots,0.194249,0.0479745069472687
+1989,French Polynesia,Sugar,0.194249,0.0320773852117643
 1990,French Polynesia,Ruminants,0.19837,0.650276755557796
 1990,French Polynesia,Cereals,0.19837,0.142692947522307
 1990,French Polynesia,Monogastrics,0.19837,0.204454806674396
-1990,French Polynesia,Oilcrops,0.19837,0.498669153601855
-1990,French Polynesia,Pulses,0.19837,0.00330695165599637
+1990,French Polynesia,FruitVeg,0.19837,0.12600191561224
+1990,French Polynesia,OilcropsPulses,0.19837,0.501976105257852
 1990,French Polynesia,Starchy Roots,0.19837,0.0605333467762262
+1990,French Polynesia,Sugar,0.19837,0.0270555023441045
 1991,French Polynesia,Ruminants,0.20202,1.12369616869617
 1991,French Polynesia,Cereals,0.20202,0.145594495594496
 1991,French Polynesia,Monogastrics,0.20202,0.197193347193347
-1991,French Polynesia,Oilcrops,0.20202,0.403197703197703
-1991,French Polynesia,Pulses,0.20202,0.0028957528957529
+1991,French Polynesia,FruitVeg,0.20202,0.132076032076032
+1991,French Polynesia,OilcropsPulses,0.20202,0.406093456093456
 1991,French Polynesia,Starchy Roots,0.20202,0.0424363924363924
+1991,French Polynesia,Sugar,0.20202,0.0291505791505791
 1992,French Polynesia,Ruminants,0.205269,1.02688033750834
 1992,French Polynesia,Cereals,0.205269,0.142038008661805
 1992,French Polynesia,Monogastrics,0.205269,0.23295919013587
-1992,French Polynesia,Oilcrops,0.205269,0.36472628599545
-1992,French Polynesia,Pulses,0.205269,0.00285966219935792
+1992,French Polynesia,FruitVeg,0.205269,0.129235296123623
+1992,French Polynesia,OilcropsPulses,0.205269,0.367585948194808
 1992,French Polynesia,Starchy Roots,0.205269,0.0569009446141405
+1992,French Polynesia,Sugar,0.205269,0.0296683863613113
 1993,French Polynesia,Ruminants,0.208349,1.04369207435601
 1993,French Polynesia,Cereals,0.208349,0.143653197279565
 1993,French Polynesia,Monogastrics,0.208349,0.226341859092196
-1993,French Polynesia,Oilcrops,0.208349,0.373863085495971
-1993,French Polynesia,Pulses,0.208349,0.00338854518140236
+1993,French Polynesia,FruitVeg,0.208349,0.135066642988447
+1993,French Polynesia,OilcropsPulses,0.208349,0.377251630677373
 1993,French Polynesia,Starchy Roots,0.208349,0.0534679792079636
+1993,French Polynesia,Sugar,0.208349,0.0274203379905831
 1994,French Polynesia,Ruminants,0.211584,1.09183492135511
 1994,French Polynesia,Cereals,0.211584,0.13734970508167
 1994,French Polynesia,Monogastrics,0.211584,0.214036978221416
-1994,French Polynesia,Oilcrops,0.211584,0.338050136116152
-1994,French Polynesia,Pulses,0.211584,0.00337454627949183
+1994,French Polynesia,FruitVeg,0.211584,0.128970054446461
+1994,French Polynesia,OilcropsPulses,0.211584,0.341424682395644
 1994,French Polynesia,Starchy Roots,0.211584,0.0635728599516031
+1994,French Polynesia,Sugar,0.211584,0.0281779340592861
 1995,French Polynesia,Ruminants,0.2152,1.16078299256506
 1995,French Polynesia,Cereals,0.2152,0.135195167286245
 1995,French Polynesia,Monogastrics,0.2152,0.226321096654275
-1995,French Polynesia,Oilcrops,0.2152,0.390878252788104
-1995,French Polynesia,Pulses,0.2152,0.00337360594795539
+1995,French Polynesia,FruitVeg,0.2152,0.133740706319703
+1995,French Polynesia,OilcropsPulses,0.2152,0.39425185873606
 1995,French Polynesia,Starchy Roots,0.2152,0.063317843866171
+1995,French Polynesia,Sugar,0.2152,0.0285315985130111
 1996,French Polynesia,Ruminants,0.219282,1.07353727164108
 1996,French Polynesia,Cereals,0.219282,0.140590654955719
 1996,French Polynesia,Monogastrics,0.219282,0.222928466540801
-1996,French Polynesia,Oilcrops,0.219282,0.360873213487655
-1996,French Polynesia,Pulses,0.219282,0.00325152087266625
+1996,French Polynesia,FruitVeg,0.219282,0.117100354794283
+1996,French Polynesia,OilcropsPulses,0.219282,0.364124734360321
 1996,French Polynesia,Starchy Roots,0.219282,0.0623078957689186
+1996,French Polynesia,Sugar,0.219282,0.032683941226366
 1997,French Polynesia,Ruminants,0.223734,1.08025691222613
 1997,French Polynesia,Cereals,0.223734,0.13486104034255
 1997,French Polynesia,Monogastrics,0.223734,0.2201873653535
-1997,French Polynesia,Oilcrops,0.223734,0.355417594107288
-1997,French Polynesia,Pulses,0.223734,0.00320469843653624
+1997,French Polynesia,FruitVeg,0.223734,0.117814011281254
+1997,French Polynesia,OilcropsPulses,0.223734,0.358622292543824
 1997,French Polynesia,Starchy Roots,0.223734,0.0535636067830549
+1997,French Polynesia,Sugar,0.223734,0.0341074669026612
 1998,French Polynesia,Ruminants,0.22838,1.1156940187407
 1998,French Polynesia,Cereals,0.22838,0.136395481215518
 1998,French Polynesia,Monogastrics,0.22838,0.230448375514493
-1998,French Polynesia,Oilcrops,0.22838,0.222738418425431
-1998,French Polynesia,Pulses,0.22838,0.00326210701462475
+1998,French Polynesia,FruitVeg,0.22838,0.122567650407216
+1998,French Polynesia,OilcropsPulses,0.22838,0.226000525440056
 1998,French Polynesia,Starchy Roots,0.22838,0.0592608809878273
+1998,French Polynesia,Sugar,0.22838,0.0290962431035993
 1999,French Polynesia,Ruminants,0.232956,1.12968843901853
 1999,French Polynesia,Cereals,0.232956,0.136832706605539
 1999,French Polynesia,Monogastrics,0.232956,0.220095211112828
-1999,French Polynesia,Oilcrops,0.232956,0.259057504421436
-1999,French Polynesia,Pulses,0.232956,0.0026657394529439
+1999,French Polynesia,FruitVeg,0.232956,0.121061488006319
+1999,French Polynesia,OilcropsPulses,0.232956,0.26172324387438
 1999,French Polynesia,Starchy Roots,0.232956,0.0574657875306925
+1999,French Polynesia,Sugar,0.232956,0.0280224591768403
 2000,French Polynesia,Ruminants,0.237267,1.08586908419629
 2000,French Polynesia,Cereals,0.237267,0.135484496369069
 2000,French Polynesia,Monogastrics,0.237267,0.240876312340106
-2000,French Polynesia,Oilcrops,0.237267,0.303767485575322
-2000,French Polynesia,Pulses,0.237267,0.00289125752843843
+2000,French Polynesia,FruitVeg,0.237267,0.130397400397021
+2000,French Polynesia,OilcropsPulses,0.237267,0.306658743103761
 2000,French Polynesia,Starchy Roots,0.237267,0.0589631090712151
+2000,French Polynesia,Sugar,0.237267,0.0263289880177184
 2001,French Polynesia,Ruminants,0.241276,1.14259230093337
 2001,French Polynesia,Cereals,0.241276,0.137535436595434
 2001,French Polynesia,Monogastrics,0.241276,0.239262089888758
-2001,French Polynesia,Oilcrops,0.241276,0.266168205706328
-2001,French Polynesia,Pulses,0.241276,0.00343175450521395
+2001,French Polynesia,FruitVeg,0.241276,0.120791127173859
+2001,French Polynesia,OilcropsPulses,0.241276,0.269599960211542
 2001,French Polynesia,Starchy Roots,0.241276,0.055741142923457
+2001,French Polynesia,Sugar,0.241276,0.0275783749730599
 2002,French Polynesia,Ruminants,0.245032,1.19548916059943
 2002,French Polynesia,Cereals,0.245032,0.132921414345881
 2002,French Polynesia,Monogastrics,0.245032,0.252897988834111
-2002,French Polynesia,Oilcrops,0.245032,0.312444905155245
-2002,French Polynesia,Pulses,0.245032,0.00275474223774854
+2002,French Polynesia,FruitVeg,0.245032,0.124069509288583
+2002,French Polynesia,OilcropsPulses,0.245032,0.315199647392994
 2002,French Polynesia,Starchy Roots,0.245032,0.0571027457638186
+2002,French Polynesia,Sugar,0.245032,0.0236581344477456
 2003,French Polynesia,Ruminants,0.248536,1.14764581388612
 2003,French Polynesia,Cereals,0.248536,0.134455370650529
 2003,French Polynesia,Monogastrics,0.248536,0.262776821064152
-2003,French Polynesia,Oilcrops,0.248536,0.303831235716355
-2003,French Polynesia,Pulses,0.248536,0.00336772137638008
+2003,French Polynesia,FruitVeg,0.248536,0.132395306917308
+2003,French Polynesia,OilcropsPulses,0.248536,0.307198957092735
 2003,French Polynesia,Starchy Roots,0.248536,0.0576214311005247
+2003,French Polynesia,Sugar,0.248536,0.0242258666752503
 2004,French Polynesia,Ruminants,0.251811,1.20288907156558
 2004,French Polynesia,Cereals,0.251811,0.134291194586416
 2004,French Polynesia,Monogastrics,0.251811,0.261191925690299
-2004,French Polynesia,Oilcrops,0.251811,0.260099836782349
-2004,French Polynesia,Pulses,0.251811,0.00266072570300741
+2004,French Polynesia,FruitVeg,0.251811,0.129057110293037
+2004,French Polynesia,OilcropsPulses,0.251811,0.262760562485356
 2004,French Polynesia,Starchy Roots,0.251811,0.0563756150446168
+2004,French Polynesia,Sugar,0.251811,0.023926675165104
 2005,French Polynesia,Ruminants,0.254884,1.22602046421117
 2005,French Polynesia,Cereals,0.254884,0.139345741592254
 2005,French Polynesia,Monogastrics,0.254884,0.243575901194269
-2005,French Polynesia,Oilcrops,0.254884,0.297986535051239
-2005,French Polynesia,Pulses,0.254884,0.003032752153921
+2005,French Polynesia,FruitVeg,0.254884,0.147416079471446
+2005,French Polynesia,OilcropsPulses,0.254884,0.30101928720516
 2005,French Polynesia,Starchy Roots,0.254884,0.0577242981120824
+2005,French Polynesia,Sugar,0.254884,0.0233164890695375
 2006,French Polynesia,Ruminants,0.257731,1.09781205986086
 2006,French Polynesia,Cereals,0.257731,0.139013157128945
 2006,French Polynesia,Monogastrics,0.257731,0.251047409896365
-2006,French Polynesia,Oilcrops,0.257731,0.297379826252954
-2006,French Polynesia,Pulses,0.257731,0.00316609177786141
+2006,French Polynesia,FruitVeg,0.257731,0.140774683681823
+2006,French Polynesia,OilcropsPulses,0.257731,0.300545918030815
 2006,French Polynesia,Starchy Roots,0.257731,0.0518641529346489
+2006,French Polynesia,Sugar,0.257731,0.0269816203716278
 2007,French Polynesia,Ruminants,0.260361,1.29940736131756
 2007,French Polynesia,Cereals,0.260361,0.136118696732614
 2007,French Polynesia,Monogastrics,0.260361,0.25916554322652
-2007,French Polynesia,Oilcrops,0.260361,0.285757083434155
-2007,French Polynesia,Pulses,0.260361,0.00293438725461955
+2007,French Polynesia,FruitVeg,0.260361,0.155126919930404
+2007,French Polynesia,OilcropsPulses,0.260361,0.288691470688774
 2007,French Polynesia,Starchy Roots,0.260361,0.0628473542504446
+2007,French Polynesia,Sugar,0.260361,0.0229489055580521
 2008,French Polynesia,Ruminants,0.262877,1.17300258295705
 2008,French Polynesia,Cereals,0.262877,0.13827759750758
 2008,French Polynesia,Monogastrics,0.262877,0.263974025875219
-2008,French Polynesia,Oilcrops,0.262877,0.292680607280211
-2008,French Polynesia,Pulses,0.262877,0.00289489000559197
+2008,French Polynesia,FruitVeg,0.262877,0.153151473883223
+2008,French Polynesia,OilcropsPulses,0.262877,0.295575497285803
 2008,French Polynesia,Starchy Roots,0.262877,0.0626642878608627
+2008,French Polynesia,Sugar,0.262877,0.0251296233599744
 2009,French Polynesia,Ruminants,0.265412,1.12824665049056
 2009,French Polynesia,Cereals,0.265412,0.13300076861634
 2009,French Polynesia,Monogastrics,0.265412,0.266588549123627
-2009,French Polynesia,Oilcrops,0.265412,0.331940530194565
-2009,French Polynesia,Pulses,0.265412,0.0031535876297982
+2009,French Polynesia,FruitVeg,0.265412,0.143817913281992
+2009,French Polynesia,OilcropsPulses,0.265412,0.335094117824364
 2009,French Polynesia,Starchy Roots,0.265412,0.0571225114162133
+2009,French Polynesia,Sugar,0.265412,0.0250177083176345
 2010,French Polynesia,Ruminants,0.268065,1.06372745416224
 2010,French Polynesia,Cereals,0.268065,0.135989405554623
 2010,French Polynesia,Monogastrics,0.268065,0.265206199988809
-2010,French Polynesia,Oilcrops,0.268065,0.24093783224218
-2010,French Polynesia,Pulses,0.268065,0.00286497677802026
+2010,French Polynesia,FruitVeg,0.268065,0.137395780874042
+2010,French Polynesia,OilcropsPulses,0.268065,0.2438028090202
 2010,French Polynesia,Starchy Roots,0.268065,0.0601868949695037
+2010,French Polynesia,Sugar,0.268065,0.0244231809449201
 2011,French Polynesia,Ruminants,0.270862,1.09603672718949
 2011,French Polynesia,Cereals,0.270862,0.129925940146643
 2011,French Polynesia,Monogastrics,0.270862,0.285320938337604
-2011,French Polynesia,Oilcrops,0.270862,0.32274737689303
-2011,French Polynesia,Pulses,0.270862,0.00266187209723032
+2011,French Polynesia,FruitVeg,0.270862,0.136966425707556
+2011,French Polynesia,OilcropsPulses,0.270862,0.325409248990261
 2011,French Polynesia,Starchy Roots,0.270862,0.0607689524554939
+2011,French Polynesia,Sugar,0.270862,0.0248945957720168
 1961,Gabon,Ruminants,0.504174,0.754495868489847
 1961,Gabon,Cereals,0.504174,0.0328537370034948
 1961,Gabon,Monogastrics,0.504174,0.0182238671569736
-1961,Gabon,Oilcrops,0.504174,0.00227500823128523
-1961,Gabon,Pulses,0.504174,0.000281648795852226
+1961,Gabon,FruitVeg,0.504174,0.226620174780929
+1961,Gabon,OilcropsPulses,0.504174,0.00255665702713746
 1961,Gabon,Starchy Roots,0.504174,0.289402071507059
+1961,Gabon,Sugar,0.504174,0.00205881302883528
 1962,Gabon,Ruminants,0.509806,0.784104737880684
 1962,Gabon,Cereals,0.509806,0.0358410846478857
 1962,Gabon,Monogastrics,0.509806,0.0186545470237698
-1962,Gabon,Oilcrops,0.509806,0.00277948866823851
-1962,Gabon,Pulses,0.509806,0.000260883551782443
+1962,Gabon,FruitVeg,0.509806,0.22079575367885
+1962,Gabon,OilcropsPulses,0.509806,0.00304037222002095
 1962,Gabon,Starchy Roots,0.509806,0.284476840209805
+1962,Gabon,Sugar,0.509806,0.00261472010921802
 1963,Gabon,Ruminants,0.51627,0.81511941425998
 1963,Gabon,Cereals,0.51627,0.0327154395955605
 1963,Gabon,Monogastrics,0.51627,0.0192933929920391
-1963,Gabon,Oilcrops,0.51627,0.00293063706975032
-1963,Gabon,Pulses,0.51627,0.000275049877002344
+1963,Gabon,FruitVeg,0.51627,0.226468708234064
+1963,Gabon,OilcropsPulses,0.51627,0.00320568694675267
 1963,Gabon,Starchy Roots,0.51627,0.266573692060356
+1963,Gabon,Sugar,0.51627,0.00282216669572123
 1964,Gabon,Ruminants,0.523793,0.841690896976477
 1964,Gabon,Cereals,0.523793,0.0344773603312759
 1964,Gabon,Monogastrics,0.523793,0.0193744475393906
-1964,Gabon,Oilcrops,0.523793,0.0027816332024292
-1964,Gabon,Pulses,0.523793,0.00026346285651011
+1964,Gabon,FruitVeg,0.523793,0.2234012291115
+1964,Gabon,OilcropsPulses,0.523793,0.00304509605893931
 1964,Gabon,Starchy Roots,0.523793,0.253705185063565
+1964,Gabon,Sugar,0.523793,0.00364647866619065
 1965,Gabon,Ruminants,0.532512,0.836182283216153
 1965,Gabon,Cereals,0.532512,0.0341964124752118
 1965,Gabon,Monogastrics,0.532512,0.0198164548404543
-1965,Gabon,Oilcrops,0.532512,0.00299523766600565
-1965,Gabon,Pulses,0.532512,0.000266660657412415
+1965,Gabon,FruitVeg,0.532512,0.227429616609579
+1965,Gabon,OilcropsPulses,0.532512,0.00326189832341806
 1965,Gabon,Starchy Roots,0.532512,0.259971606273661
+1965,Gabon,Sugar,0.532512,0.00304030707289225
 1966,Gabon,Ruminants,0.542562,0.857342570987279
 1966,Gabon,Cereals,0.542562,0.0377689554373509
 1966,Gabon,Monogastrics,0.542562,0.0196313048094043
-1966,Gabon,Oilcrops,0.542562,0.00299504941370756
-1966,Gabon,Pulses,0.542562,0.000274622992395339
+1966,Gabon,FruitVeg,0.542562,0.224759566648604
+1966,Gabon,OilcropsPulses,0.542562,0.0032696724061029
 1966,Gabon,Starchy Roots,0.542562,0.255039976998021
+1966,Gabon,Sugar,0.542562,0.0045248284988628
 1967,Gabon,Ruminants,0.553829,0.849035893750598
 1967,Gabon,Cereals,0.553829,0.038347576598553
 1967,Gabon,Monogastrics,0.553829,0.0192405959240126
-1967,Gabon,Oilcrops,0.553829,0.00326454555467482
-1967,Gabon,Pulses,0.553829,0.000258202441547842
+1967,Gabon,FruitVeg,0.553829,0.227458294888856
+1967,Gabon,OilcropsPulses,0.553829,0.00352274799622266
 1967,Gabon,Starchy Roots,0.553829,0.260981277614571
+1967,Gabon,Sugar,0.553829,0.00435332927672621
 1968,Gabon,Ruminants,0.565878,0.849862514534935
 1968,Gabon,Cereals,0.565878,0.0360784480046936
 1968,Gabon,Monogastrics,0.565878,0.0195374267951749
-1968,Gabon,Oilcrops,0.565878,0.0029988796171613
-1968,Gabon,Pulses,0.565878,0.000243868819780942
+1968,Gabon,FruitVeg,0.565878,0.224783433885042
+1968,Gabon,OilcropsPulses,0.565878,0.00324274843694224
 1968,Gabon,Starchy Roots,0.565878,0.274301174458099
+1968,Gabon,Sugar,0.565878,0.00435606261420306
 1969,Gabon,Ruminants,0.578114,0.859478753325469
 1969,Gabon,Cereals,0.578114,0.0380599674112718
 1969,Gabon,Monogastrics,0.578114,0.0196232922918317
-1969,Gabon,Oilcrops,0.578114,0.00330038712087927
-1969,Gabon,Pulses,0.578114,0.000359790629529816
+1969,Gabon,FruitVeg,0.578114,0.23774376680032
+1969,Gabon,OilcropsPulses,0.578114,0.00366017775040909
 1969,Gabon,Starchy Roots,0.578114,0.235460480112919
+1969,Gabon,Sugar,0.578114,0.00463749364312229
 1970,Gabon,Ruminants,0.590119,0.828715225234232
 1970,Gabon,Cereals,0.590119,0.0405748671030758
 1970,Gabon,Monogastrics,0.590119,0.0203421682745345
-1970,Gabon,Oilcrops,0.590119,0.00305701053516325
-1970,Gabon,Pulses,0.590119,0.000291466636390287
+1970,Gabon,FruitVeg,0.590119,0.233417327691533
+1970,Gabon,OilcropsPulses,0.590119,0.00334847717155353
 1970,Gabon,Starchy Roots,0.590119,0.235054285661028
+1970,Gabon,Sugar,0.590119,0.00442961504374541
 1971,Gabon,Ruminants,0.601734,0.786810783502345
 1971,Gabon,Cereals,0.601734,0.0389058952959281
 1971,Gabon,Monogastrics,0.601734,0.0212012284497801
-1971,Gabon,Oilcrops,0.601734,0.0032855048908654
-1971,Gabon,Pulses,0.601734,0.000237646534847624
+1971,Gabon,FruitVeg,0.601734,0.236715891074794
+1971,Gabon,OilcropsPulses,0.601734,0.00352315142571302
 1971,Gabon,Starchy Roots,0.601734,0.249834644543935
+1971,Gabon,Sugar,0.601734,0.00426101898845669
 1972,Gabon,Ruminants,0.613129,0.773893095906408
 1972,Gabon,Cereals,0.613129,0.0362256556124404
 1972,Gabon,Monogastrics,0.613129,0.0220619151923983
-1972,Gabon,Oilcrops,0.613129,0.00353759159981015
-1972,Gabon,Pulses,0.613129,0.000231598896806382
+1972,Gabon,FruitVeg,0.613129,0.2249983282474
+1972,Gabon,OilcropsPulses,0.613129,0.00376919049661654
 1972,Gabon,Starchy Roots,0.613129,0.24962120532547
+1972,Gabon,Sugar,0.613129,0.00455042902880144
 1973,Gabon,Ruminants,0.624625,0.756064198519112
 1973,Gabon,Cereals,0.624625,0.0382309385631379
 1973,Gabon,Monogastrics,0.624625,0.0233681008605163
-1973,Gabon,Oilcrops,0.624625,0.00127756653992395
-1973,Gabon,Pulses,0.624625,0.000243346007604563
+1973,Gabon,FruitVeg,0.624625,0.202891334800881
+1973,Gabon,OilcropsPulses,0.624625,0.00152091254752852
 1973,Gabon,Starchy Roots,0.624625,0.276180108064839
+1973,Gabon,Sugar,0.624625,0.00443786271763058
 1974,Gabon,Ruminants,0.636702,0.759987403840415
 1974,Gabon,Cereals,0.636702,0.057691039136048
 1974,Gabon,Monogastrics,0.636702,0.0273204733140465
-1974,Gabon,Oilcrops,0.636702,0.00279722696017917
-1974,Gabon,Pulses,0.636702,0.00024501258045365
+1974,Gabon,FruitVeg,0.636702,0.197979588567336
+1974,Gabon,OilcropsPulses,0.636702,0.00304223954063282
 1974,Gabon,Starchy Roots,0.636702,0.262997446215027
+1974,Gabon,Sugar,0.636702,0.00792364402813247
 1975,Gabon,Ruminants,0.649719,0.755410108062101
 1975,Gabon,Cereals,0.649719,0.0661624486893565
 1975,Gabon,Monogastrics,0.649719,0.0332492970037816
-1975,Gabon,Oilcrops,0.649719,0.00423413814279712
-1975,Gabon,Pulses,0.649719,0.000167764833720424
+1975,Gabon,FruitVeg,0.649719,0.191190345364688
+1975,Gabon,OilcropsPulses,0.649719,0.00440190297651754
 1975,Gabon,Starchy Roots,0.649719,0.217977310191021
+1975,Gabon,Sugar,0.649719,0.0171089347856535
 1976,Gabon,Ruminants,0.663774,0.688706999671575
 1976,Gabon,Cereals,0.663774,0.0736801983807742
 1976,Gabon,Monogastrics,0.663774,0.0338428441005523
-1976,Gabon,Oilcrops,0.663774,0.00459795050725096
-1976,Gabon,Pulses,0.663774,0.000201875939702369
+1976,Gabon,FruitVeg,0.663774,0.188457215859615
+1976,Gabon,OilcropsPulses,0.663774,0.00479982644695333
 1976,Gabon,Starchy Roots,0.663774,0.219767571492707
+1976,Gabon,Sugar,0.663774,0.0159587449945313
 1977,Gabon,Ruminants,0.678786,0.78729688001815
 1977,Gabon,Cereals,0.678786,0.084845591983335
 1977,Gabon,Monogastrics,0.678786,0.0361548411428639
-1977,Gabon,Oilcrops,0.678786,0.00506345151491044
-1977,Gabon,Pulses,0.678786,0.000248973903409911
+1977,Gabon,FruitVeg,0.678786,0.196774830358906
+1977,Gabon,OilcropsPulses,0.678786,0.00531242541832035
 1977,Gabon,Starchy Roots,0.678786,0.194106831902838
+1977,Gabon,Sugar,0.678786,0.019391973317069
 1978,Gabon,Ruminants,0.694734,0.776434002078493
 1978,Gabon,Cereals,0.694734,0.0857911085393834
 1978,Gabon,Monogastrics,0.694734,0.0490894356689035
-1978,Gabon,Oilcrops,0.694734,0.00557191673359876
-1978,Gabon,Pulses,0.694734,0.000260531368840448
+1978,Gabon,FruitVeg,0.694734,0.207885320136916
+1978,Gabon,OilcropsPulses,0.694734,0.00583244810243921
 1978,Gabon,Starchy Roots,0.694734,0.191050099750408
+1978,Gabon,Sugar,0.694734,0.0183048476107402
 1979,Gabon,Ruminants,0.711544,0.826877044848948
 1979,Gabon,Cereals,0.711544,0.0800779712849803
 1979,Gabon,Monogastrics,0.711544,0.0446073608940557
-1979,Gabon,Oilcrops,0.711544,0.00578319822807866
-1979,Gabon,Pulses,0.711544,0.000205187592053338
+1979,Gabon,FruitVeg,0.711544,0.210564631280708
+1979,Gabon,OilcropsPulses,0.711544,0.005988385820132
 1979,Gabon,Starchy Roots,0.711544,0.190720461419111
+1979,Gabon,Sugar,0.711544,0.0199818985192764
 1980,Gabon,Ruminants,0.729165,0.859295632675732
 1980,Gabon,Cereals,0.729165,0.0769345758504591
 1980,Gabon,Monogastrics,0.729165,0.0469879931154128
-1980,Gabon,Oilcrops,0.729165,0.00606721386791741
-1980,Gabon,Pulses,0.729165,0.000209829051037831
+1980,Gabon,FruitVeg,0.729165,0.220092845926505
+1980,Gabon,OilcropsPulses,0.729165,0.00627704291895524
 1980,Gabon,Starchy Roots,0.729165,0.18821803021264
+1980,Gabon,Sugar,0.729165,0.0205070183017561
 1981,Gabon,Ruminants,0.747593,0.880268809365524
 1981,Gabon,Cereals,0.747593,0.0780438019082576
 1981,Gabon,Monogastrics,0.747593,0.0518866549044734
-1981,Gabon,Oilcrops,0.747593,0.00477265035921952
-1981,Gabon,Pulses,0.747593,0.000218033074145959
+1981,Gabon,FruitVeg,0.747593,0.195677327101779
+1981,Gabon,OilcropsPulses,0.747593,0.00499068343336548
 1981,Gabon,Starchy Roots,0.747593,0.194997812981127
+1981,Gabon,Sugar,0.747593,0.0228118775857987
 1982,Gabon,Ruminants,0.766867,0.9219533504506
 1982,Gabon,Cereals,0.766867,0.0872146017497167
 1982,Gabon,Monogastrics,0.766867,0.062452550442254
-1982,Gabon,Oilcrops,0.766867,0.00488481053429082
-1982,Gabon,Pulses,0.766867,0.000225593225422401
+1982,Gabon,FruitVeg,0.766867,0.213302958661671
+1982,Gabon,OilcropsPulses,0.766867,0.00511040375971322
 1982,Gabon,Starchy Roots,0.766867,0.169561345057226
+1982,Gabon,Sugar,0.766867,0.0229531326814167
 1983,Gabon,Ruminants,0.787017,0.928308664234699
 1983,Gabon,Cereals,0.787017,0.092567250770949
 1983,Gabon,Monogastrics,0.787017,0.0570553113846334
-1983,Gabon,Oilcrops,0.787017,0.00512314219387891
-1983,Gabon,Pulses,0.787017,0.000241417910921873
+1983,Gabon,FruitVeg,0.787017,0.222522512220193
+1983,Gabon,OilcropsPulses,0.787017,0.00536456010480079
 1983,Gabon,Starchy Roots,0.787017,0.180398898626078
+1983,Gabon,Sugar,0.787017,0.0219741123762257
 1984,Gabon,Ruminants,0.808088,0.975374959162863
 1984,Gabon,Cereals,0.808088,0.0954326756491867
 1984,Gabon,Monogastrics,0.808088,0.0579545792042451
-1984,Gabon,Oilcrops,0.808088,0.00534842739899615
-1984,Gabon,Pulses,0.808088,0.000221510528556296
+1984,Gabon,FruitVeg,0.808088,0.23504618308897
+1984,Gabon,OilcropsPulses,0.808088,0.00556993792755245
 1984,Gabon,Starchy Roots,0.808088,0.162429091881082
+1984,Gabon,Sugar,0.808088,0.022302026511964
 1985,Gabon,Ruminants,0.830091,1.01483247017496
 1985,Gabon,Cereals,0.830091,0.103091106878643
 1985,Gabon,Monogastrics,0.830091,0.0614402517314367
-1985,Gabon,Oilcrops,0.830091,0.00634508746631393
-1985,Gabon,Pulses,0.830091,0.00023973275219223
+1985,Gabon,FruitVeg,0.830091,0.231887829165718
+1985,Gabon,OilcropsPulses,0.830091,0.00658482021850616
 1985,Gabon,Starchy Roots,0.830091,0.165024075673631
+1985,Gabon,Sugar,0.830091,0.021502461778287
 1986,Gabon,Ruminants,0.853039,0.959924458319022
 1986,Gabon,Cereals,0.853039,0.102215725189587
 1986,Gabon,Monogastrics,0.853039,0.0592115952494552
-1986,Gabon,Oilcrops,0.853039,0.00689417482670781
-1986,Gabon,Pulses,0.853039,0.000250867779784981
+1986,Gabon,FruitVeg,0.853039,0.230430261687918
+1986,Gabon,OilcropsPulses,0.853039,0.00714504260649279
 1986,Gabon,Starchy Roots,0.853039,0.168882079248428
+1986,Gabon,Sugar,0.853039,0.0226226467957503
 1987,Gabon,Ruminants,0.876877,0.86092735925335
 1987,Gabon,Cereals,0.876877,0.0979521643286345
 1987,Gabon,Monogastrics,0.876877,0.0618786899416908
-1987,Gabon,Oilcrops,0.876877,0.00944602264627764
-1987,Gabon,Pulses,0.876877,0.00021553764096903
+1987,Gabon,FruitVeg,0.876877,0.21644312714326
+1987,Gabon,OilcropsPulses,0.876877,0.00966156028724667
 1987,Gabon,Starchy Roots,0.876877,0.16884123999147
+1987,Gabon,Sugar,0.876877,0.0220361578647861
 1988,Gabon,Ruminants,0.901473,0.810669537523586
 1988,Gabon,Cereals,0.901473,0.104271564428441
 1988,Gabon,Monogastrics,0.901473,0.0664439201174078
-1988,Gabon,Oilcrops,0.901473,0.0111173601427885
-1988,Gabon,Pulses,0.901473,0.000248482206344505
+1988,Gabon,FruitVeg,0.901473,0.218316022776057
+1988,Gabon,OilcropsPulses,0.901473,0.011365842349133
 1988,Gabon,Starchy Roots,0.901473,0.175398486698992
+1988,Gabon,Sugar,0.901473,0.0214959294399278
 1989,Gabon,Ruminants,0.926648,0.741383891186297
 1989,Gabon,Cereals,0.926648,0.0933310167399056
 1989,Gabon,Monogastrics,0.926648,0.0509566739473889
-1989,Gabon,Oilcrops,0.926648,0.0142902159180185
-1989,Gabon,Pulses,0.926648,0.000225544111679948
+1989,Gabon,FruitVeg,0.926648,0.215047137640183
+1989,Gabon,OilcropsPulses,0.926648,0.0145157600296984
 1989,Gabon,Starchy Roots,0.926648,0.182282808574561
+1989,Gabon,Sugar,0.926648,0.020998264713246
 1990,Gabon,Ruminants,0.952269,0.698658782339864
 1990,Gabon,Cereals,0.952269,0.0901299947808865
 1990,Gabon,Monogastrics,0.952269,0.0520173396382745
-1990,Gabon,Oilcrops,0.952269,0.0107826675025649
-1990,Gabon,Pulses,0.952269,0.000211074811844132
+1990,Gabon,FruitVeg,0.952269,0.206530927710552
+1990,Gabon,OilcropsPulses,0.952269,0.0109937423144091
 1990,Gabon,Starchy Roots,0.952269,0.188747087220103
+1990,Gabon,Sugar,0.952269,0.0189452770173134
 1991,Gabon,Ruminants,0.978252,0.868346397451781
 1991,Gabon,Cereals,0.978252,0.114095345575578
 1991,Gabon,Monogastrics,0.978252,0.0677100583489735
-1991,Gabon,Oilcrops,0.978252,0.0108673429750208
-1991,Gabon,Pulses,0.978252,0.000207512992562244
+1991,Gabon,FruitVeg,0.978252,0.221014626088165
+1991,Gabon,OilcropsPulses,0.978252,0.011074855967583
 1991,Gabon,Starchy Roots,0.978252,0.189298871865327
+1991,Gabon,Sugar,0.978252,0.0148325789264934
 1992,Gabon,Ruminants,1.004598,0.87932824871242
 1992,Gabon,Cereals,1.004598,0.108379670276071
 1992,Gabon,Monogastrics,1.004598,0.0710064125152549
-1992,Gabon,Oilcrops,1.004598,0.01006770867551
-1992,Gabon,Pulses,1.004598,0.000200080032012805
+1992,Gabon,FruitVeg,1.004598,0.22018558667248
+1992,Gabon,OilcropsPulses,1.004598,0.0102677887075228
 1992,Gabon,Starchy Roots,1.004598,0.185263159990364
+1992,Gabon,Sugar,1.004598,0.014585933876038
 1993,Gabon,Ruminants,1.031358,0.922576544710954
 1993,Gabon,Cereals,1.031358,0.109254012670673
 1993,Gabon,Monogastrics,1.031358,0.0760028040699738
-1993,Gabon,Oilcrops,1.031358,0.0101894783382686
-1993,Gabon,Pulses,1.031358,0.000260821169758706
+1993,Gabon,FruitVeg,1.031358,0.215009725042129
+1993,Gabon,OilcropsPulses,1.031358,0.0104502995080273
 1993,Gabon,Starchy Roots,1.031358,0.172466786508661
+1993,Gabon,Sugar,1.031358,0.016945619270903
 1994,Gabon,Ruminants,1.058625,0.844789325776361
 1994,Gabon,Cereals,1.058625,0.110015350100366
 1994,Gabon,Monogastrics,1.058625,0.0880852993269571
-1994,Gabon,Oilcrops,1.058625,0.0100120439249026
-1994,Gabon,Pulses,1.058625,0.000187979690636439
+1994,Gabon,FruitVeg,1.058625,0.212189396622978
+1994,Gabon,OilcropsPulses,1.058625,0.010200023615539
 1994,Gabon,Starchy Roots,1.058625,0.171972133663951
+1994,Gabon,Sugar,1.058625,0.0157619553666312
 1995,Gabon,Ruminants,1.086449,0.735500607943861
 1995,Gabon,Cereals,1.086449,0.126802086430196
 1995,Gabon,Monogastrics,1.086449,0.101763635476677
-1995,Gabon,Oilcrops,1.086449,0.00997377695593627
-1995,Gabon,Pulses,1.086449,0.000200653689220571
+1995,Gabon,FruitVeg,1.086449,0.19782336768684
+1995,Gabon,OilcropsPulses,1.086449,0.0101744306451568
 1995,Gabon,Starchy Roots,1.086449,0.163258468644179
+1995,Gabon,Sugar,1.086449,0.0161001574855331
 1996,Gabon,Ruminants,1.114879,0.629612092433349
 1996,Gabon,Cereals,1.114879,0.129025661080709
 1996,Gabon,Monogastrics,1.114879,0.092570673588793
-1996,Gabon,Oilcrops,1.114879,0.0098773050707745
-1996,Gabon,Pulses,1.114879,0.000201815623040707
+1996,Gabon,FruitVeg,1.114879,0.211042633326128
+1996,Gabon,OilcropsPulses,1.114879,0.0100791206938152
 1996,Gabon,Starchy Roots,1.114879,0.172742512864625
+1996,Gabon,Sugar,1.114879,0.0169372640439007
 1997,Gabon,Ruminants,1.143838,0.55638971602622
 1997,Gabon,Cereals,1.143838,0.128579396732754
 1997,Gabon,Monogastrics,1.143838,0.0865719621135161
-1997,Gabon,Oilcrops,1.143838,0.010463020112988
-1997,Gabon,Pulses,1.143838,0.00021419117042798
+1997,Gabon,FruitVeg,1.143838,0.209918712265198
+1997,Gabon,OilcropsPulses,1.143838,0.010677211283416
 1997,Gabon,Starchy Roots,1.143838,0.169030054955335
+1997,Gabon,Sugar,1.143838,0.0170391261699646
 1998,Gabon,Ruminants,1.173114,0.61268120574812
 1998,Gabon,Cereals,1.173114,0.124410756328882
 1998,Gabon,Monogastrics,1.173114,0.0905322926842575
-1998,Gabon,Oilcrops,1.173114,0.0113177406458366
-1998,Gabon,Pulses,1.173114,0.000312842571139719
+1998,Gabon,FruitVeg,1.173114,0.213795078739151
+1998,Gabon,OilcropsPulses,1.173114,0.0116305832169764
 1998,Gabon,Starchy Roots,1.173114,0.17239671506776
+1998,Gabon,Sugar,1.173114,0.0181712945203961
 1999,Gabon,Ruminants,1.202412,0.615140900124084
 1999,Gabon,Cereals,1.202412,0.131691965815378
 1999,Gabon,Monogastrics,1.202412,0.0852352604598091
-1999,Gabon,Oilcrops,1.202412,0.0128599847639578
-1999,Gabon,Pulses,1.202412,0.000454918946251368
+1999,Gabon,FruitVeg,1.202412,0.203344610665895
+1999,Gabon,OilcropsPulses,1.202412,0.0133149037102091
 1999,Gabon,Starchy Roots,1.202412,0.169935097121453
+1999,Gabon,Sugar,1.202412,0.0177884119586298
 2000,Gabon,Ruminants,1.231548,0.60833520090163
 2000,Gabon,Cereals,1.231548,0.133587972210584
 2000,Gabon,Monogastrics,1.231548,0.0926023995816647
-2000,Gabon,Oilcrops,1.231548,0.0122187685741847
-2000,Gabon,Pulses,1.231548,0.000606553703144335
+2000,Gabon,FruitVeg,1.231548,0.203997732934486
+2000,Gabon,OilcropsPulses,1.231548,0.012825322277329
 2000,Gabon,Starchy Roots,1.231548,0.180573554583337
+2000,Gabon,Sugar,1.231548,0.0156502223218259
 2001,Gabon,Ruminants,1.260435,0.59105665901058
 2001,Gabon,Cereals,1.260435,0.135468310543582
 2001,Gabon,Monogastrics,1.260435,0.0951583381927668
-2001,Gabon,Oilcrops,1.260435,0.0109327335404047
-2001,Gabon,Pulses,1.260435,0.000645015411346083
+2001,Gabon,FruitVeg,1.260435,0.201126595183409
+2001,Gabon,OilcropsPulses,1.260435,0.0115777489517508
 2001,Gabon,Starchy Roots,1.260435,0.173774133533264
+2001,Gabon,Sugar,1.260435,0.015356603077509
 2002,Gabon,Ruminants,1.289192,0.517381972584378
 2002,Gabon,Cereals,1.289192,0.13455637329428
 2002,Gabon,Monogastrics,1.289192,0.0973835549708655
-2002,Gabon,Oilcrops,1.289192,0.0121618812403428
-2002,Gabon,Pulses,1.289192,0.000231928215502423
+2002,Gabon,FruitVeg,1.289192,0.189763821060013
+2002,Gabon,OilcropsPulses,1.289192,0.0123938094558452
 2002,Gabon,Starchy Roots,1.289192,0.175271022469888
+2002,Gabon,Sugar,1.289192,0.0158393784634096
 2003,Gabon,Ruminants,1.318093,0.492022414199908
 2003,Gabon,Cereals,1.318093,0.135527614515819
 2003,Gabon,Monogastrics,1.318093,0.0942864426106504
-2003,Gabon,Oilcrops,1.318093,0.0112435162010571
-2003,Gabon,Pulses,1.318093,0.00079357071162657
+2003,Gabon,FruitVeg,1.318093,0.184565884197853
+2003,Gabon,OilcropsPulses,1.318093,0.0120370869126837
 2003,Gabon,Starchy Roots,1.318093,0.180686795241307
+2003,Gabon,Sugar,1.318093,0.0163213066149354
 2004,Gabon,Ruminants,1.347524,0.548092798347191
 2004,Gabon,Cereals,1.347524,0.135957504281927
 2004,Gabon,Monogastrics,1.347524,0.115793633360148
-2004,Gabon,Oilcrops,1.347524,0.0101512106648935
-2004,Gabon,Pulses,1.347524,0.000681991563786619
+2004,Gabon,FruitVeg,1.347524,0.188511670293071
+2004,Gabon,OilcropsPulses,1.347524,0.0108332022286802
 2004,Gabon,Starchy Roots,1.347524,0.172867422027363
+2004,Gabon,Sugar,1.347524,0.0164598181553724
 2005,Gabon,Ruminants,1.377777,0.640365748593568
 2005,Gabon,Cereals,1.377777,0.142400402967969
 2005,Gabon,Monogastrics,1.377777,0.124871368878999
-2005,Gabon,Oilcrops,1.377777,0.0103224251820142
-2005,Gabon,Pulses,1.377777,0.000685887483968741
+2005,Gabon,FruitVeg,1.377777,0.190243413847088
+2005,Gabon,OilcropsPulses,1.377777,0.011008312665983
 2005,Gabon,Starchy Roots,1.377777,0.167958965783287
+2005,Gabon,Sugar,1.377777,0.0159220251172722
 2006,Gabon,Ruminants,1.40892,0.656705916588593
 2006,Gabon,Cereals,1.40892,0.13879851233569
 2006,Gabon,Monogastrics,1.40892,0.134334454759674
-2006,Gabon,Oilcrops,1.40892,0.0103753229423956
-2006,Gabon,Pulses,1.40892,0.000852425971666241
+2006,Gabon,FruitVeg,1.40892,0.18826406041507
+2006,Gabon,OilcropsPulses,1.40892,0.0112277489140618
 2006,Gabon,Starchy Roots,1.40892,0.169250205831417
+2006,Gabon,Sugar,1.40892,0.0157432643443205
 2007,Gabon,Ruminants,1.440902,0.550168436160127
 2007,Gabon,Cereals,1.440902,0.138062824536297
 2007,Gabon,Monogastrics,1.440902,0.142068856868822
-2007,Gabon,Oilcrops,1.440902,0.0109500854325971
-2007,Gabon,Pulses,1.440902,0.000747448473248007
+2007,Gabon,FruitVeg,1.440902,0.186110505780407
+2007,Gabon,OilcropsPulses,1.440902,0.0116975339058451
 2007,Gabon,Starchy Roots,1.440902,0.173333092743296
+2007,Gabon,Sugar,1.440902,0.0159851259835853
 2008,Gabon,Ruminants,1.473741,0.448755242610472
 2008,Gabon,Cereals,1.473741,0.14639750132486
 2008,Gabon,Monogastrics,1.473741,0.141488361930624
-2008,Gabon,Oilcrops,1.473741,0.0101707152070818
-2008,Gabon,Pulses,1.473741,0.000154029778638173
+2008,Gabon,FruitVeg,1.473741,0.185085439028975
+2008,Gabon,OilcropsPulses,1.473741,0.01032474498572
 2008,Gabon,Starchy Roots,1.473741,0.172705380389091
+2008,Gabon,Sugar,1.473741,0.0145907591632451
 2009,Gabon,Ruminants,1.507428,0.473353752219011
 2009,Gabon,Cereals,1.507428,0.14376341689288
 2009,Gabon,Monogastrics,1.507428,0.14480101205497
-2009,Gabon,Oilcrops,1.507428,0.00922299439840576
-2009,Gabon,Pulses,1.507428,0.000189727137879885
+2009,Gabon,FruitVeg,1.507428,0.208409953908246
+2009,Gabon,OilcropsPulses,1.507428,0.00941272153628565
 2009,Gabon,Starchy Roots,1.507428,0.170321235906458
+2009,Gabon,Sugar,1.507428,0.0159768824779691
 2010,Gabon,Ruminants,1.541936,0.513299125255523
 2010,Gabon,Cereals,1.541936,0.141324931774081
 2010,Gabon,Monogastrics,1.541936,0.144181146299198
-2010,Gabon,Oilcrops,1.541936,0.00958989218748379
-2010,Gabon,Pulses,1.541936,0.000190669392244555
+2010,Gabon,FruitVeg,1.541936,0.218756809621152
+2010,Gabon,OilcropsPulses,1.541936,0.00978056157972834
 2010,Gabon,Starchy Roots,1.541936,0.169779420157516
+2010,Gabon,Sugar,1.541936,0.0159870448578929
 2011,Gabon,Ruminants,1.577298,0.495117409646116
 2011,Gabon,Cereals,1.577298,0.144795720276067
 2011,Gabon,Monogastrics,1.577298,0.158493702521654
-2011,Gabon,Oilcrops,1.577298,0.0111095049889114
-2011,Gabon,Pulses,1.577298,0.00022126446619472
+2011,Gabon,FruitVeg,1.577298,0.198045645147588
+2011,Gabon,OilcropsPulses,1.577298,0.0113307694551061
 2011,Gabon,Starchy Roots,1.577298,0.170315945369867
+2011,Gabon,Sugar,1.577298,0.0164756437908372
 1961,Gambia,Ruminants,0.376736,0.210403040856196
 1961,Gambia,Cereals,0.376736,0.182499150598828
 1961,Gambia,Monogastrics,0.376736,0.00460693960757666
-1961,Gambia,Oilcrops,0.376736,0.0421940032277245
-1961,Gambia,Pulses,0.376736,0.00414083071434639
+1961,Gambia,FruitVeg,0.376736,0.0195176463093519
+1961,Gambia,OilcropsPulses,0.376736,0.0463348339420708
 1961,Gambia,Starchy Roots,0.376736,0.016281958719103
+1961,Gambia,Sugar,0.376736,0.0114297545230612
 1962,Gambia,Ruminants,0.383525,0.218695521804315
 1962,Gambia,Cereals,0.383525,0.185364708949873
 1962,Gambia,Monogastrics,0.383525,0.00440805684114464
-1962,Gambia,Oilcrops,0.383525,0.024407796101949
-1962,Gambia,Pulses,0.383525,0.00434912978293462
+1962,Gambia,FruitVeg,0.383525,0.0189844208330617
+1962,Gambia,OilcropsPulses,0.383525,0.0287569258848836
 1962,Gambia,Starchy Roots,0.383525,0.0158268691741086
+1962,Gambia,Sugar,0.383525,0.0110136236229711
 1963,Gambia,Ruminants,0.38907,0.231073328706916
 1963,Gambia,Cereals,0.38907,0.194180995707713
 1963,Gambia,Monogastrics,0.38907,0.0038296450510191
-1963,Gambia,Oilcrops,0.38907,0.0760300203048295
-1963,Gambia,Pulses,0.38907,0.00453902896650988
+1963,Gambia,FruitVeg,0.38907,0.0190402755288251
+1963,Gambia,OilcropsPulses,0.38907,0.0805690492713393
 1963,Gambia,Starchy Roots,0.38907,0.0152132007093839
+1963,Gambia,Sugar,0.38907,0.0066851723340273
 1964,Gambia,Ruminants,0.394552,0.233363409639287
 1964,Gambia,Cereals,0.394552,0.195733388754841
 1964,Gambia,Monogastrics,0.394552,0.00480190190393155
-1964,Gambia,Oilcrops,0.394552,0.103198057543746
-1964,Gambia,Pulses,0.394552,0.00472434558689349
+1964,Gambia,FruitVeg,0.394552,0.0185602911656765
+1964,Gambia,OilcropsPulses,0.394552,0.107922403130639
 1964,Gambia,Starchy Roots,0.394552,0.0147027514750907
+1964,Gambia,Sugar,0.394552,0.00356100083132261
 1965,Gambia,Ruminants,0.400865,0.238489765881282
 1965,Gambia,Cereals,0.400865,0.194970875481771
 1965,Gambia,Monogastrics,0.400865,0.00575131278610006
-1965,Gambia,Oilcrops,0.400865,0.121105609120277
-1965,Gambia,Pulses,0.400865,0.00503411372906091
+1965,Gambia,FruitVeg,0.400865,0.0185698427151285
+1965,Gambia,OilcropsPulses,0.400865,0.126139722849338
 1965,Gambia,Starchy Roots,0.400865,0.019188504858244
+1965,Gambia,Sugar,0.400865,0.0145360657577988
 1966,Gambia,Ruminants,0.408182,0.245262407455498
 1966,Gambia,Cereals,0.408182,0.191549357884473
 1966,Gambia,Monogastrics,0.408182,0.00667055382157959
-1966,Gambia,Oilcrops,0.408182,0.139281007001779
-1966,Gambia,Pulses,0.408182,0.00575233596777908
+1966,Gambia,FruitVeg,0.408182,0.0205888549715568
+1966,Gambia,OilcropsPulses,0.408182,0.145033342969558
 1966,Gambia,Starchy Roots,0.408182,0.0188028869474891
+1966,Gambia,Sugar,0.408182,0.010304227035979
 1967,Gambia,Ruminants,0.416342,0.249714897848403
 1967,Gambia,Cereals,0.416342,0.190871927405835
 1967,Gambia,Monogastrics,0.416342,0.00688304326731389
-1967,Gambia,Oilcrops,0.416342,0.117862238256049
-1967,Gambia,Pulses,0.416342,0.0051736312935039
+1967,Gambia,FruitVeg,0.416342,0.020737758861705
+1967,Gambia,OilcropsPulses,0.416342,0.123035869549553
 1967,Gambia,Starchy Roots,0.416342,0.0161669973243151
+1967,Gambia,Sugar,0.416342,0.0186361212656902
 1968,Gambia,Ruminants,0.425509,0.254767819247066
 1968,Gambia,Cereals,0.425509,0.190609364314268
 1968,Gambia,Monogastrics,0.425509,0.00701324766338667
-1968,Gambia,Oilcrops,0.425509,0.140044041371628
-1968,Gambia,Pulses,0.425509,0.00505512221833146
+1968,Gambia,FruitVeg,0.425509,0.0212192926589097
+1968,Gambia,OilcropsPulses,0.425509,0.145099163589959
 1968,Gambia,Starchy Roots,0.425509,0.0174872916906575
+1968,Gambia,Sugar,0.425509,0.0203873478586822
 1969,Gambia,Ruminants,0.4358,0.257754474529601
 1969,Gambia,Cereals,0.4358,0.193407526388251
 1969,Gambia,Monogastrics,0.4358,0.00679050022946306
-1969,Gambia,Oilcrops,0.4358,0.0651078476365305
-1969,Gambia,Pulses,0.4358,0.00498393758604865
+1969,Gambia,FruitVeg,0.4358,0.0202983019733823
+1969,Gambia,OilcropsPulses,0.4358,0.0700917852225792
 1969,Gambia,Starchy Roots,0.4358,0.0170513997246443
+1969,Gambia,Sugar,0.4358,0.0195318953648463
 1970,Gambia,Ruminants,0.447283,0.268695658006229
 1970,Gambia,Cereals,0.447283,0.193863840119119
 1970,Gambia,Monogastrics,0.447283,0.00681268905815781
-1970,Gambia,Oilcrops,0.447283,0.0950360286440576
-1970,Gambia,Pulses,0.447283,0.00462570676730392
+1970,Gambia,FruitVeg,0.447283,0.0200924247065057
+1970,Gambia,OilcropsPulses,0.447283,0.0996617354113615
 1970,Gambia,Starchy Roots,0.447283,0.0167231931461737
+1970,Gambia,Sugar,0.447283,0.0160502411225108
 1971,Gambia,Ruminants,0.460193,0.267973219931637
 1971,Gambia,Cereals,0.460193,0.197549723702881
 1971,Gambia,Monogastrics,0.460193,0.00681822626593625
-1971,Gambia,Oilcrops,0.460193,0.124165295864996
-1971,Gambia,Pulses,0.460193,0.00477625691829298
+1971,Gambia,FruitVeg,0.460193,0.0202893133967705
+1971,Gambia,OilcropsPulses,0.460193,0.128941552783289
 1971,Gambia,Starchy Roots,0.460193,0.0164909070759442
+1971,Gambia,Sugar,0.460193,0.0189420525735941
 1972,Gambia,Ruminants,0.474538,0.271803101121512
 1972,Gambia,Cereals,0.474538,0.188383227475987
 1972,Gambia,Monogastrics,0.474538,0.00675161946988439
-1972,Gambia,Oilcrops,0.474538,0.0680071985805141
-1972,Gambia,Pulses,0.474538,0.00501961908213884
+1972,Gambia,FruitVeg,0.474538,0.0190606442476683
+1972,Gambia,OilcropsPulses,0.474538,0.0730268176626529
 1972,Gambia,Starchy Roots,0.474538,0.0164159666875993
+1972,Gambia,Sugar,0.474538,0.00705106861831929
 1973,Gambia,Ruminants,0.48986,0.270605274976524
 1973,Gambia,Cereals,0.48986,0.179896296901155
 1973,Gambia,Monogastrics,0.48986,0.00668456293634916
-1973,Gambia,Oilcrops,0.48986,0.143416486343037
-1973,Gambia,Pulses,0.48986,0.00531376311599232
+1973,Gambia,FruitVeg,0.48986,0.0184807904299188
+1973,Gambia,OilcropsPulses,0.48986,0.148730249459029
 1973,Gambia,Starchy Roots,0.48986,0.0166761931980566
+1973,Gambia,Sugar,0.48986,0.00748377087331074
 1974,Gambia,Ruminants,0.505512,0.25606948994287
 1974,Gambia,Cereals,0.505512,0.171366851825476
 1974,Gambia,Monogastrics,0.505512,0.00698895377359984
-1974,Gambia,Oilcrops,0.505512,0.101378404469132
-1974,Gambia,Pulses,0.505512,0.00571895424836601
+1974,Gambia,FruitVeg,0.505512,0.018867999177072
+1974,Gambia,OilcropsPulses,0.505512,0.107097358717498
 1974,Gambia,Starchy Roots,0.505512,0.0170678440867873
+1974,Gambia,Sugar,0.505512,0.00775649242747947
 1975,Gambia,Ruminants,0.52107,0.252471261058975
 1975,Gambia,Cereals,0.52107,0.168380447924463
 1975,Gambia,Monogastrics,0.52107,0.00717235688103326
-1975,Gambia,Oilcrops,0.52107,0.0733126067514921
-1975,Gambia,Pulses,0.52107,0.00543113209357668
+1975,Gambia,FruitVeg,0.52107,0.0195232886176521
+1975,Gambia,OilcropsPulses,0.52107,0.0787437388450688
 1975,Gambia,Starchy Roots,0.52107,0.0165505594257969
+1975,Gambia,Sugar,0.52107,0.00170994300189994
 1976,Gambia,Ruminants,0.536409,0.245424107350921
 1976,Gambia,Cereals,0.536409,0.15689334071576
 1976,Gambia,Monogastrics,0.536409,0.00718817171225688
-1976,Gambia,Oilcrops,0.536409,0.0556832566194825
-1976,Gambia,Pulses,0.536409,0.00619489978728918
+1976,Gambia,FruitVeg,0.536409,0.0193285347561282
+1976,Gambia,OilcropsPulses,0.536409,0.0618781564067717
 1976,Gambia,Starchy Roots,0.536409,0.0169311104026964
+1976,Gambia,Sugar,0.536409,0.00833132926554178
 1977,Gambia,Ruminants,0.551823,0.227234094990604
 1977,Gambia,Cereals,0.551823,0.15436109042211
 1977,Gambia,Monogastrics,0.551823,0.00650951482631206
-1977,Gambia,Oilcrops,0.551823,0.0357125382595506
-1977,Gambia,Pulses,0.551823,0.00601823410767583
+1977,Gambia,FruitVeg,0.551823,0.019091266583669
+1977,Gambia,OilcropsPulses,0.551823,0.0417307723672264
 1977,Gambia,Starchy Roots,0.551823,0.0155085960534447
+1977,Gambia,Sugar,0.551823,0.0146713710736957
 1978,Gambia,Ruminants,0.567828,0.223558718485175
 1978,Gambia,Cereals,0.567828,0.17088625428827
 1978,Gambia,Monogastrics,0.567828,0.00624097437956564
-1978,Gambia,Oilcrops,0.567828,0.111160421817874
-1978,Gambia,Pulses,0.567828,0.00584684094479314
+1978,Gambia,FruitVeg,0.567828,0.018901850560381
+1978,Gambia,OilcropsPulses,0.567828,0.117007262762668
 1978,Gambia,Starchy Roots,0.567828,0.0107426896877223
+1978,Gambia,Sugar,0.567828,0.0159590580246131
 1979,Gambia,Ruminants,0.585155,0.21466243986636
 1979,Gambia,Cereals,0.585155,0.173748835778554
 1979,Gambia,Monogastrics,0.585155,0.00664507694542472
-1979,Gambia,Oilcrops,0.585155,0.0119404260409635
-1979,Gambia,Pulses,0.585155,0.00567371038442806
+1979,Gambia,FruitVeg,0.585155,0.0184446855961241
+1979,Gambia,OilcropsPulses,0.585155,0.0176141364253916
 1979,Gambia,Starchy Roots,0.585155,0.0102536934658338
+1979,Gambia,Sugar,0.585155,0.0190650340508071
 1980,Gambia,Ruminants,0.604371,0.203280104439161
 1980,Gambia,Cereals,0.604371,0.188589459123618
 1980,Gambia,Monogastrics,0.604371,0.0071472655041357
-1980,Gambia,Oilcrops,0.604371,0.00578452639190166
-1980,Gambia,Pulses,0.604371,0.00549331453693179
+1980,Gambia,FruitVeg,0.604371,0.0181461387128105
+1980,Gambia,OilcropsPulses,0.604371,0.0112778409288334
 1980,Gambia,Starchy Roots,0.604371,0.00992767687397311
+1980,Gambia,Sugar,0.604371,0.0188261845786777
 1981,Gambia,Ruminants,0.625413,0.213190483728352
 1981,Gambia,Cereals,0.625413,0.183728192410455
 1981,Gambia,Monogastrics,0.625413,0.00719012876291347
-1981,Gambia,Oilcrops,0.625413,0.0926235943288675
-1981,Gambia,Pulses,0.625413,0.00530849214838834
+1981,Gambia,FruitVeg,0.625413,0.0180073007756475
+1981,Gambia,OilcropsPulses,0.625413,0.0979320864772558
 1981,Gambia,Starchy Roots,0.625413,0.00967360768004503
+1981,Gambia,Sugar,0.625413,0.0206951246616236
 1982,Gambia,Ruminants,0.648202,0.192911314682769
 1982,Gambia,Cereals,0.648202,0.191176515962617
 1982,Gambia,Monogastrics,0.648202,0.00747452183115757
-1982,Gambia,Oilcrops,0.648202,0.108282603262563
-1982,Gambia,Pulses,0.648202,0.00512186016087578
+1982,Gambia,FruitVeg,0.648202,0.0179697069740606
+1982,Gambia,OilcropsPulses,0.648202,0.113404463423439
 1982,Gambia,Starchy Roots,0.648202,0.0091792373365093
+1982,Gambia,Sugar,0.648202,0.0205830898392785
 1983,Gambia,Ruminants,0.67323,0.191640004159054
 1983,Gambia,Cereals,0.67323,0.189817744307295
 1983,Gambia,Monogastrics,0.67323,0.00751006342557521
-1983,Gambia,Oilcrops,0.67323,0.0357233040714169
-1983,Gambia,Pulses,0.67323,0.00493144987597106
+1983,Gambia,FruitVeg,0.67323,0.017361080165768
+1983,Gambia,OilcropsPulses,0.67323,0.040654753947388
 1983,Gambia,Starchy Roots,0.67323,0.0087637211651293
+1983,Gambia,Sugar,0.67323,0.0263253271541672
 1984,Gambia,Ruminants,0.701097,0.174746290456242
 1984,Gambia,Cereals,0.701097,0.189220607134248
 1984,Gambia,Monogastrics,0.701097,0.00746002336338624
-1984,Gambia,Oilcrops,0.701097,0.061191247430812
-1984,Gambia,Pulses,0.701097,0.00473543603809459
+1984,Gambia,FruitVeg,0.701097,0.0163101539444613
+1984,Gambia,OilcropsPulses,0.701097,0.0659266834689066
 1984,Gambia,Starchy Roots,0.701097,0.00848670012851289
+1984,Gambia,Sugar,0.701097,0.0345344510103452
 1985,Gambia,Ruminants,0.732092,0.189122132191036
 1985,Gambia,Cereals,0.732092,0.224822836474104
 1985,Gambia,Monogastrics,0.732092,0.00709828819328718
-1985,Gambia,Oilcrops,0.732092,0.0389882692339214
-1985,Gambia,Pulses,0.732092,0.00466881211650995
+1985,Gambia,FruitVeg,0.732092,0.0161291203837769
+1985,Gambia,OilcropsPulses,0.732092,0.0436570813504314
 1985,Gambia,Starchy Roots,0.732092,0.00855083787283565
+1985,Gambia,Sugar,0.732092,0.0301027739682991
 1986,Gambia,Ruminants,0.766598,0.172370525360097
 1986,Gambia,Cereals,0.766598,0.224435753810993
 1986,Gambia,Monogastrics,0.766598,0.00717507741997762
-1986,Gambia,Oilcrops,0.766598,0.0774004106454752
-1986,Gambia,Pulses,0.766598,0.00433082267368295
+1986,Gambia,FruitVeg,0.766598,0.0235286290859094
+1986,Gambia,OilcropsPulses,0.766598,0.0817312333191582
 1986,Gambia,Starchy Roots,0.766598,0.00808768089663683
+1986,Gambia,Sugar,0.766598,0.0457175729652308
 1987,Gambia,Ruminants,0.804134,0.196633023849259
 1987,Gambia,Cereals,0.804134,0.207773828739986
 1987,Gambia,Monogastrics,0.804134,0.00766787624948081
-1987,Gambia,Oilcrops,0.804134,0.0859645283000097
-1987,Gambia,Pulses,0.804134,0.00412866512297702
+1987,Gambia,FruitVeg,0.804134,0.0253029967642209
+1987,Gambia,OilcropsPulses,0.804134,0.0900931934229867
 1987,Gambia,Starchy Roots,0.804134,0.00783451514299855
+1987,Gambia,Sugar,0.804134,0.0499270022160486
 1988,Gambia,Ruminants,0.84306,0.203157545133205
 1988,Gambia,Cereals,0.84306,0.212496144995611
 1988,Gambia,Monogastrics,0.84306,0.00812504448081987
-1988,Gambia,Oilcrops,0.84306,0.0546959884231253
-1988,Gambia,Pulses,0.84306,0.00393803525253244
+1988,Gambia,FruitVeg,0.84306,0.0235760206865466
+1988,Gambia,OilcropsPulses,0.84306,0.0586340236756577
 1988,Gambia,Starchy Roots,0.84306,0.00788793205703034
+1988,Gambia,Sugar,0.84306,0.0454202547861362
 1989,Gambia,Ruminants,0.881146,0.151248033810515
 1989,Gambia,Cereals,0.881146,0.202413674918799
 1989,Gambia,Monogastrics,0.881146,0.00868732309969063
-1989,Gambia,Oilcrops,0.881146,0.0764947012186403
-1989,Gambia,Pulses,0.881146,0.00375647168573653
+1989,Gambia,FruitVeg,0.881146,0.0284720125836127
+1989,Gambia,OilcropsPulses,0.881146,0.0802511729043768
 1989,Gambia,Starchy Roots,0.881146,0.00771722279849196
+1989,Gambia,Sugar,0.881146,0.0469388727861217
 1990,Gambia,Ruminants,0.916811,0.160067342123949
 1990,Gambia,Cereals,0.916811,0.210558119394292
 1990,Gambia,Monogastrics,0.916811,0.00776245049415856
-1990,Gambia,Oilcrops,0.916811,0.0560235424749485
-1990,Gambia,Pulses,0.916811,0.00329402679505372
+1990,Gambia,FruitVeg,0.916811,0.0347105346685413
+1990,Gambia,OilcropsPulses,0.916811,0.0593175692700022
 1990,Gambia,Starchy Roots,0.916811,0.00796238265029543
+1990,Gambia,Sugar,0.916811,0.0466453827451896
 1991,Gambia,Ruminants,0.94949,0.207821356728349
 1991,Gambia,Cereals,0.94949,0.216510969046541
 1991,Gambia,Monogastrics,0.94949,0.0089320582628569
-1991,Gambia,Oilcrops,0.94949,0.0488630738607042
-1991,Gambia,Pulses,0.94949,0.00315011216547831
+1991,Gambia,FruitVeg,0.94949,0.0347976282004023
+1991,Gambia,OilcropsPulses,0.94949,0.0520131860261825
 1991,Gambia,Starchy Roots,0.94949,0.0104161181265732
+1991,Gambia,Sugar,0.94949,0.0461890067299287
 1992,Gambia,Ruminants,0.979701,0.143435803372662
 1992,Gambia,Cereals,0.979701,0.201771765058931
 1992,Gambia,Monogastrics,0.979701,0.00834866964512642
-1992,Gambia,Oilcrops,0.979701,0.0390374206007751
-1992,Gambia,Pulses,0.979701,0.00290700938347516
+1992,Gambia,FruitVeg,0.979701,0.0457323203712153
+1992,Gambia,OilcropsPulses,0.979701,0.0419444299842503
 1992,Gambia,Starchy Roots,0.979701,0.0117678761173052
+1992,Gambia,Sugar,0.979701,0.0371399028887385
 1993,Gambia,Ruminants,1.008296,0.139209517839999
 1993,Gambia,Cereals,1.008296,0.193827011115783
 1993,Gambia,Monogastrics,1.008296,0.00884036037036743
-1993,Gambia,Oilcrops,1.008296,0.039690725739267
-1993,Gambia,Pulses,1.008296,0.00257166546331633
+1993,Gambia,FruitVeg,1.008296,0.0463792378428557
+1993,Gambia,OilcropsPulses,1.008296,0.0422623912025834
 1993,Gambia,Starchy Roots,1.008296,0.0122464038337948
+1993,Gambia,Sugar,1.008296,0.0374493204376493
 1994,Gambia,Ruminants,1.036627,0.152033180690837
 1994,Gambia,Cereals,1.036627,0.195446385247538
 1994,Gambia,Monogastrics,1.036627,0.00923630196782449
-1994,Gambia,Oilcrops,1.036627,0.0343807367548791
-1994,Gambia,Pulses,1.036627,0.00287856673615486
+1994,Gambia,FruitVeg,1.036627,0.0258289625873144
+1994,Gambia,OilcropsPulses,1.036627,0.0372593034910339
 1994,Gambia,Starchy Roots,1.036627,0.0123921140390902
+1994,Gambia,Sugar,1.036627,0.0373490175347545
 1995,Gambia,Ruminants,1.065746,0.123452867756482
 1995,Gambia,Cereals,1.065746,0.186947921925112
 1995,Gambia,Monogastrics,1.065746,0.00901209106109711
-1995,Gambia,Oilcrops,1.065746,0.0198809097101936
-1995,Gambia,Pulses,1.065746,0.0012742248152937
+1995,Gambia,FruitVeg,1.065746,0.0388713633454876
+1995,Gambia,OilcropsPulses,1.065746,0.0211551345254873
 1995,Gambia,Starchy Roots,1.065746,0.00971901372372029
+1995,Gambia,Sugar,1.065746,0.038187335443905
 1996,Gambia,Ruminants,1.095839,0.127127616374303
 1996,Gambia,Cereals,1.095839,0.200909987689798
 1996,Gambia,Monogastrics,1.095839,0.00701115766093377
-1996,Gambia,Oilcrops,1.095839,0.0190246924958867
-1996,Gambia,Pulses,1.095839,0.00140896609812208
+1996,Gambia,FruitVeg,1.095839,0.0339849193175275
+1996,Gambia,OilcropsPulses,1.095839,0.0204336585940088
 1996,Gambia,Starchy Roots,1.095839,0.0106959142720783
+1996,Gambia,Sugar,1.095839,0.035923160245255
 1997,Gambia,Ruminants,1.126786,0.125081337538805
 1997,Gambia,Cereals,1.126786,0.202440392408141
 1997,Gambia,Monogastrics,1.126786,0.00745021681135548
-1997,Gambia,Oilcrops,1.126786,0.0497636640852833
-1997,Gambia,Pulses,1.126786,0.00143061770380534
+1997,Gambia,FruitVeg,1.126786,0.0310085499819842
+1997,Gambia,OilcropsPulses,1.126786,0.0511942817890886
 1997,Gambia,Starchy Roots,1.126786,0.011110361683585
+1997,Gambia,Sugar,1.126786,0.0358444283120309
 1998,Gambia,Ruminants,1.159001,0.122063311420784
 1998,Gambia,Cereals,1.159001,0.165367415558744
 1998,Gambia,Monogastrics,1.159001,0.00697385075595276
-1998,Gambia,Oilcrops,1.159001,0.0402268850501423
-1998,Gambia,Pulses,1.159001,0.00227264687433402
+1998,Gambia,FruitVeg,1.159001,0.0319059258792702
+1998,Gambia,OilcropsPulses,1.159001,0.0424995319244763
 1998,Gambia,Starchy Roots,1.159001,0.0113338987628138
+1998,Gambia,Sugar,1.159001,0.0347290468256714
 1999,Gambia,Ruminants,1.19292,0.123368373403078
 1999,Gambia,Cereals,1.19292,0.186948831438822
 1999,Gambia,Monogastrics,1.19292,0.013618767394293
-1999,Gambia,Oilcrops,1.19292,0.0741348958857258
-1999,Gambia,Pulses,1.19292,0.00239999329376656
+1999,Gambia,FruitVeg,1.19292,0.0495615799885994
+1999,Gambia,OilcropsPulses,1.19292,0.0765348891794923
 1999,Gambia,Starchy Roots,1.19292,0.0127695067565302
+1999,Gambia,Sugar,1.19292,0.0323517084129699
 2000,Gambia,Ruminants,1.228863,0.118464873627085
 2000,Gambia,Cereals,1.228863,0.19598279059586
 2000,Gambia,Monogastrics,1.228863,0.011569556573841
-2000,Gambia,Oilcrops,1.228863,0.0666526699884365
-2000,Gambia,Pulses,1.228863,0.00414529528515384
+2000,Gambia,FruitVeg,1.228863,0.0407018520372084
+2000,Gambia,OilcropsPulses,1.228863,0.0707979652735903
 2000,Gambia,Starchy Roots,1.228863,0.0119305406705223
+2000,Gambia,Sugar,1.228863,0.0341437572780692
 2001,Gambia,Ruminants,1.267103,0.111800540287569
 2001,Gambia,Cereals,1.267103,0.187830034338171
 2001,Gambia,Monogastrics,1.267103,0.0106046627622222
-2001,Gambia,Oilcrops,1.267103,0.0725347505293571
-2001,Gambia,Pulses,1.267103,0.00442900064162108
+2001,Gambia,FruitVeg,1.267103,0.0339838197841849
+2001,Gambia,OilcropsPulses,1.267103,0.0769637511709782
 2001,Gambia,Starchy Roots,1.267103,0.0105642556287847
+2001,Gambia,Sugar,1.267103,0.0266197775555736
 2002,Gambia,Ruminants,1.307674,0.113823322938286
 2002,Gambia,Cereals,1.307674,0.188280106509726
 2002,Gambia,Monogastrics,1.307674,0.00904613841064363
-2002,Gambia,Oilcrops,1.307674,0.0255583578170094
-2002,Gambia,Pulses,1.307674,0.0049377750112031
+2002,Gambia,FruitVeg,1.307674,0.0428853062766408
+2002,Gambia,OilcropsPulses,1.307674,0.0304961328282125
 2002,Gambia,Starchy Roots,1.307674,0.0120358743845943
+2002,Gambia,Sugar,1.307674,0.0284596925533428
 2003,Gambia,Ruminants,1.350345,0.128744802254239
 2003,Gambia,Cereals,1.350345,0.173863716309536
 2003,Gambia,Monogastrics,1.350345,0.00753111241941874
-2003,Gambia,Oilcrops,1.350345,0.0500146258919017
-2003,Gambia,Pulses,1.350345,0.00584517290025882
+2003,Gambia,FruitVeg,1.350345,0.0275885051597925
+2003,Gambia,OilcropsPulses,1.350345,0.0558597987921605
 2003,Gambia,Starchy Roots,1.350345,0.0110942018521193
+2003,Gambia,Sugar,1.350345,0.0273567125438314
 2004,Gambia,Ruminants,1.394727,0.134912997310585
 2004,Gambia,Cereals,1.394727,0.168947758235124
 2004,Gambia,Monogastrics,1.394727,0.0204517443198561
-2004,Gambia,Oilcrops,1.394727,0.0477168650208966
-2004,Gambia,Pulses,1.394727,0.00290594503440458
+2004,Gambia,FruitVeg,1.394727,0.0445291444132077
+2004,Gambia,OilcropsPulses,1.394727,0.0506228100553011
 2004,Gambia,Starchy Roots,1.394727,0.0118417439398535
+2004,Gambia,Sugar,1.394727,0.0292501686710016
 2005,Gambia,Ruminants,1.440542,0.129116749112487
 2005,Gambia,Cereals,1.440542,0.17474047962503
 2005,Gambia,Monogastrics,1.440542,0.0234064678433534
-2005,Gambia,Oilcrops,1.440542,0.0419828092481858
-2005,Gambia,Pulses,1.440542,0.00291279254613888
+2005,Gambia,FruitVeg,1.440542,0.0435252842332955
+2005,Gambia,OilcropsPulses,1.440542,0.0448956017943246
 2005,Gambia,Starchy Roots,1.440542,0.0137108116250689
+2005,Gambia,Sugar,1.440542,0.0296506453820854
 2006,Gambia,Ruminants,1.487731,0.121026112919607
 2006,Gambia,Cereals,1.487731,0.177827846566348
 2006,Gambia,Monogastrics,1.487731,0.022007338692277
-2006,Gambia,Oilcrops,1.487731,0.046963463152949
-2006,Gambia,Pulses,1.487731,0.00202792037001313
+2006,Gambia,FruitVeg,1.487731,0.039005035184452
+2006,Gambia,OilcropsPulses,1.487731,0.0489913835229622
 2006,Gambia,Starchy Roots,1.487731,0.01183211212242
+2006,Gambia,Sugar,1.487731,0.0267474429181082
 2007,Gambia,Ruminants,1.536424,0.118436642489313
 2007,Gambia,Cereals,1.536424,0.205600146834468
 2007,Gambia,Monogastrics,1.536424,0.0272310247692043
-2007,Gambia,Oilcrops,1.536424,0.0263130490020984
-2007,Gambia,Pulses,1.536424,0.00229819372777306
+2007,Gambia,FruitVeg,1.536424,0.0396583234836217
+2007,Gambia,OilcropsPulses,1.536424,0.0286112427298714
 2007,Gambia,Starchy Roots,1.536424,0.0101261110214368
+2007,Gambia,Sugar,1.536424,0.0282838591430491
 2008,Gambia,Ruminants,1.586749,0.130315947890939
 2008,Gambia,Cereals,1.586749,0.216859125167244
 2008,Gambia,Monogastrics,1.586749,0.0198718890007178
-2008,Gambia,Oilcrops,1.586749,0.0287682550926454
-2008,Gambia,Pulses,1.586749,0.0023544996719708
+2008,Gambia,FruitVeg,1.586749,0.0416644346396311
+2008,Gambia,OilcropsPulses,1.586749,0.0311227547646162
 2008,Gambia,Starchy Roots,1.586749,0.00989822586937191
+2008,Gambia,Sugar,1.586749,0.0263400197510759
 2009,Gambia,Ruminants,1.638899,0.121476491229783
 2009,Gambia,Cereals,1.638899,0.235293328020824
 2009,Gambia,Monogastrics,1.638899,0.0165257285531323
-2009,Gambia,Oilcrops,1.638899,0.0306754717648861
-2009,Gambia,Pulses,1.638899,0.00122399244858896
+2009,Gambia,FruitVeg,1.638899,0.0387192865454186
+2009,Gambia,OilcropsPulses,1.638899,0.031899464213475
 2009,Gambia,Starchy Roots,1.638899,0.00789066318302714
+2009,Gambia,Sugar,1.638899,0.0252132681757692
 2010,Gambia,Ruminants,1.693002,0.130827016152373
 2010,Gambia,Cereals,1.693002,0.231554363196263
 2010,Gambia,Monogastrics,1.693002,0.0169172275047519
-2010,Gambia,Oilcrops,1.693002,0.0326048049559304
-2010,Gambia,Pulses,1.693002,0.0010100401535261
+2010,Gambia,FruitVeg,1.693002,0.0473460751966034
+2010,Gambia,OilcropsPulses,1.693002,0.0336148451094565
 2010,Gambia,Starchy Roots,1.693002,0.00990902550617188
+2010,Gambia,Sugar,1.693002,0.0250903424803987
 2011,Gambia,Ruminants,1.749099,0.126332586091468
 2011,Gambia,Cereals,1.749099,0.234714558752821
 2011,Gambia,Monogastrics,1.749099,0.0184622482775418
-2011,Gambia,Oilcrops,1.749099,0.0212989659247418
-2011,Gambia,Pulses,1.749099,0.000981648265764259
+2011,Gambia,FruitVeg,1.749099,0.0403802186154128
+2011,Gambia,OilcropsPulses,1.749099,0.0222806141905061
 2011,Gambia,Starchy Roots,1.749099,0.00689726539206757
+2011,Gambia,Sugar,1.749099,0.0263472793706931
 1992,Georgia,Ruminants,4.8735,0.335110577613625
 1992,Georgia,Cereals,4.8735,0.166320714065866
 1992,Georgia,Monogastrics,4.8735,0.0887414383912999
-1992,Georgia,Oilcrops,4.8735,5.74535754591156e-06
-1992,Georgia,Pulses,4.8735,0
+1992,Georgia,FruitVeg,4.8735,0.219322047809582
+1992,Georgia,OilcropsPulses,4.8735,5.74535754591156e-06
 1992,Georgia,Starchy Roots,4.8735,0.0548476454293629
+1992,Georgia,Sugar,4.8735,0.0129791730788961
 1993,Georgia,Ruminants,4.9111,0.280879456740852
 1993,Georgia,Cereals,4.9111,0.128673616908636
 1993,Georgia,Monogastrics,4.9111,0.0805807660198326
-1993,Georgia,Oilcrops,4.9111,0.000167172323919285
-1993,Georgia,Pulses,4.9111,2.03620370181833e-05
+1993,Georgia,FruitVeg,4.9111,0.201793284600191
+1993,Georgia,OilcropsPulses,4.9111,0.000187534360937468
 1993,Georgia,Starchy Roots,4.9111,0.051468102869011
+1993,Georgia,Sugar,4.9111,0.0130551200342082
 1994,Georgia,Ruminants,4.8616,0.271346244034886
 1994,Georgia,Cereals,4.8616,0.16657808129011
 1994,Georgia,Monogastrics,4.8616,0.0764876583840711
-1994,Georgia,Oilcrops,4.8616,0.00102044594372223
-1994,Georgia,Pulses,4.8616,0.000924592726674346
+1994,Georgia,FruitVeg,4.8616,0.197013946026
+1994,Georgia,OilcropsPulses,4.8616,0.00194503867039658
 1994,Georgia,Starchy Roots,4.8616,0.0519582030607207
+1994,Georgia,Sugar,4.8616,0.0112843508310021
 1995,Georgia,Ruminants,4.734,0.473863455851288
 1995,Georgia,Cereals,4.734,0.216052598225602
 1995,Georgia,Monogastrics,4.734,0.0883493662864385
-1995,Georgia,Oilcrops,4.734,0.00199662019433883
-1995,Georgia,Pulses,4.734,4.64723278411491e-05
+1995,Georgia,FruitVeg,4.734,0.187475496408956
+1995,Georgia,OilcropsPulses,4.734,0.00204309252217997
 1995,Georgia,Starchy Roots,4.734,0.0449514152936206
+1995,Georgia,Sugar,4.734,0.0156354034643008
 1996,Georgia,Ruminants,4.6161,0.433090790927406
 1996,Georgia,Cereals,4.6161,0.218605532809081
 1996,Georgia,Monogastrics,4.6161,0.0975015055999653
-1996,Georgia,Oilcrops,4.6161,0.00125192261866077
-1996,Georgia,Pulses,4.6161,6.4989926561383e-06
+1996,Georgia,FruitVeg,4.6161,0.199066961287667
+1996,Georgia,OilcropsPulses,4.6161,0.00125842161131691
 1996,Georgia,Starchy Roots,4.6161,0.049717293819458
+1996,Georgia,Sugar,4.6161,0.0280520352678668
 1997,Georgia,Ruminants,4.5316,0.449951694765646
 1997,Georgia,Cereals,4.5316,0.230158663606673
 1997,Georgia,Monogastrics,4.5316,0.102780585223762
-1997,Georgia,Oilcrops,4.5316,0.000849148203724954
-1997,Georgia,Pulses,4.5316,0
+1997,Georgia,FruitVeg,4.5316,0.20805432959661
+1997,Georgia,OilcropsPulses,4.5316,0.000849148203724954
 1997,Georgia,Starchy Roots,4.5316,0.0532588931061877
+1997,Georgia,Sugar,4.5316,0.0318732897872716
 1998,Georgia,Ruminants,4.4873,0.403662514206761
 1998,Georgia,Cereals,4.4873,0.219969246540236
 1998,Georgia,Monogastrics,4.4873,0.0972746194816482
-1998,Georgia,Oilcrops,4.4873,0.00331602522675105
-1998,Georgia,Pulses,4.4873,0
+1998,Georgia,FruitVeg,4.4873,0.190425200008914
+1998,Georgia,OilcropsPulses,4.4873,0.00331602522675105
 1998,Georgia,Starchy Roots,4.4873,0.0521946382011455
+1998,Georgia,Sugar,4.4873,0.0294952421277829
 1999,Georgia,Ruminants,4.4525,0.422812285233015
 1999,Georgia,Cereals,4.4525,0.228737338573835
 1999,Georgia,Monogastrics,4.4525,0.0967095564289725
-1999,Georgia,Oilcrops,4.4525,0.00164199887703537
-1999,Georgia,Pulses,4.4525,4.7164514317799e-06
+1999,Georgia,FruitVeg,4.4525,0.160234699606962
+1999,Georgia,OilcropsPulses,4.4525,0.00164671532846715
 1999,Georgia,Starchy Roots,4.4525,0.0561060078607524
+1999,Georgia,Sugar,4.4525,0.0293805727119596
 2000,Georgia,Ruminants,4.4183,0.423021343050494
 2000,Georgia,Cereals,4.4183,0.206729964013308
 2000,Georgia,Monogastrics,4.4183,0.0917733743747595
-2000,Georgia,Oilcrops,4.4183,0.00178054907996288
-2000,Georgia,Pulses,4.4183,6.31464590453342e-05
+2000,Georgia,FruitVeg,4.4183,0.159916257384062
+2000,Georgia,OilcropsPulses,4.4183,0.00184369553900822
 2000,Georgia,Starchy Roots,4.4183,0.0527465314713804
+2000,Georgia,Sugar,4.4183,0.0326064323382296
 2001,Georgia,Ruminants,4.3864,0.43133387287981
 2001,Georgia,Cereals,4.3864,0.20811371511946
 2001,Georgia,Monogastrics,4.3864,0.0919723007477658
-2001,Georgia,Oilcrops,4.3864,0.00600059274120007
-2001,Georgia,Pulses,4.3864,0.000118776217399234
+2001,Georgia,FruitVeg,4.3864,0.158650601860295
+2001,Georgia,OilcropsPulses,4.3864,0.00611936895859931
 2001,Georgia,Starchy Roots,4.3864,0.0546648732445741
+2001,Georgia,Sugar,4.3864,0.0311923217216852
 2002,Georgia,Ruminants,4.357,0.467134083084691
 2002,Georgia,Cereals,4.357,0.224032820748221
 2002,Georgia,Monogastrics,4.357,0.0951553821436768
-2002,Georgia,Oilcrops,4.357,0.00615630020656415
-2002,Georgia,Pulses,4.357,0
+2002,Georgia,FruitVeg,4.357,0.149447096626119
+2002,Georgia,OilcropsPulses,4.357,0.00615630020656415
 2002,Georgia,Starchy Roots,4.357,0.0544647693366996
+2002,Georgia,Sugar,4.357,0.034279779664907
 2003,Georgia,Ruminants,4.301,0.495485049988375
 2003,Georgia,Cereals,4.301,0.230771913508486
 2003,Georgia,Monogastrics,4.301,0.100458126017205
-2003,Georgia,Oilcrops,4.301,0.00483817716810044
-2003,Georgia,Pulses,4.301,1.46477563357359e-05
+2003,Georgia,FruitVeg,4.301,0.171814461753081
+2003,Georgia,OilcropsPulses,4.301,0.00485282492443618
 2003,Georgia,Starchy Roots,4.301,0.062973959544292
+2003,Georgia,Sugar,4.301,0.0352004185073239
 2004,Georgia,Ruminants,4.245,0.523346643109541
 2004,Georgia,Cereals,4.245,0.232314958775029
 2004,Georgia,Monogastrics,4.245,0.101058869257951
-2004,Georgia,Oilcrops,4.245,0.00793286219081272
-2004,Georgia,Pulses,4.245,4.71142520612485e-07
+2004,Georgia,FruitVeg,4.245,0.154927208480565
+2004,Georgia,OilcropsPulses,4.245,0.00793333333333333
 2004,Georgia,Starchy Roots,4.245,0.0579109540636042
+2004,Georgia,Sugar,4.245,0.0395952885747939
 2005,Georgia,Ruminants,4.19,0.533316539379475
 2005,Georgia,Cereals,4.19,0.228107398568019
 2005,Georgia,Monogastrics,4.19,0.106849880668258
-2005,Georgia,Oilcrops,4.19,0.00654606205250597
-2005,Georgia,Pulses,4.19,1.90930787589499e-06
+2005,Georgia,FruitVeg,4.19,0.198543436754177
+2005,Georgia,OilcropsPulses,4.19,0.00654797136038186
 2005,Georgia,Starchy Roots,4.19,0.0572267303102625
+2005,Georgia,Sugar,4.19,0.0406159904534606
 2006,Georgia,Ruminants,4.136,0.410300096711799
 2006,Georgia,Cereals,4.136,0.229058027079304
 2006,Georgia,Monogastrics,4.136,0.0986729206963249
-2006,Georgia,Oilcrops,4.136,0.00643278529980658
-2006,Georgia,Pulses,4.136,1.01547388781431e-05
+2006,Georgia,FruitVeg,4.136,0.141301982591876
+2006,Georgia,OilcropsPulses,4.136,0.00644294003868472
 2006,Georgia,Starchy Roots,4.136,0.0481056576402321
+2006,Georgia,Sugar,4.136,0.041906914893617
 2007,Georgia,Ruminants,4.082,0.426919328760412
 2007,Georgia,Cereals,4.082,0.227023762861342
 2007,Georgia,Monogastrics,4.082,0.0998143312101911
-2007,Georgia,Oilcrops,4.082,0.00650710436060755
-2007,Georgia,Pulses,4.082,3.55218030377266e-05
+2007,Georgia,FruitVeg,4.082,0.155897354238119
+2007,Georgia,OilcropsPulses,4.082,0.00654262616364527
 2007,Georgia,Starchy Roots,4.082,0.0513642822146007
+2007,Georgia,Sugar,4.082,0.0457469377756002
 2008,Georgia,Ruminants,4.03,0.36618617866005
 2008,Georgia,Cereals,4.03,0.235459305210918
 2008,Georgia,Monogastrics,4.03,0.100494367245658
-2008,Georgia,Oilcrops,4.03,0.00564838709677419
-2008,Georgia,Pulses,4.03,1.16625310173697e-05
+2008,Georgia,FruitVeg,4.03,0.149693796526055
+2008,Georgia,OilcropsPulses,4.03,0.00566004962779156
 2008,Georgia,Starchy Roots,4.03,0.0533982630272953
+2008,Georgia,Sugar,4.03,0.0488424317617866
 2009,Georgia,Ruminants,3.978,0.324005857214681
 2009,Georgia,Cereals,3.978,0.236672448466566
 2009,Georgia,Monogastrics,3.978,0.0937491704374057
-2009,Georgia,Oilcrops,3.978,0.0102373051784816
-2009,Georgia,Pulses,3.978,4.02212166918049e-06
+2009,Georgia,FruitVeg,3.978,0.147184263448969
+2009,Georgia,OilcropsPulses,3.978,0.0102413273001508
 2009,Georgia,Starchy Roots,3.978,0.0491073403720462
+2009,Georgia,Sugar,3.978,0.0314952237305179
 2010,Georgia,Ruminants,3.926,0.36185514518594
 2010,Georgia,Cereals,3.926,0.227295211411105
 2010,Georgia,Monogastrics,3.926,0.102273204279165
-2010,Georgia,Oilcrops,3.926,0.00708914926133469
-2010,Georgia,Pulses,3.926,1.85939887926643e-05
+2010,Georgia,FruitVeg,3.926,0.144270759042282
+2010,Georgia,OilcropsPulses,3.926,0.00710774325012736
 2010,Georgia,Starchy Roots,3.926,0.0500588385124809
+2010,Georgia,Sugar,3.926,0.0283632195618951
 2011,Georgia,Ruminants,3.875,0.352486864516129
 2011,Georgia,Cereals,3.875,0.237809032258065
 2011,Georgia,Monogastrics,3.875,0.109509677419355
-2011,Georgia,Oilcrops,3.875,0.00376516129032258
-2011,Georgia,Pulses,3.875,1.85806451612903e-05
+2011,Georgia,FruitVeg,3.875,0.148881032258065
+2011,Georgia,OilcropsPulses,3.875,0.00378374193548387
 2011,Georgia,Starchy Roots,3.875,0.0549654193548387
+2011,Georgia,Sugar,3.875,0.0333403870967742
 1961,Germany,Ruminants,73.377632,0.82204048776063
 1961,Germany,Cereals,73.377632,0.091721793366131
 1961,Germany,Monogastrics,73.377632,0.286118245134975
-1961,Germany,Oilcrops,73.377632,0.0209501037046276
-1961,Germany,Pulses,73.377632,0.00138817507765854
+1961,Germany,FruitVeg,73.377632,0.135292005607376
+1961,Germany,OilcropsPulses,73.377632,0.0223382787822861
 1961,Germany,Starchy Roots,73.377632,0.14494395240228
+1961,Germany,Sugar,73.377632,0.0340207898777655
 1962,Germany,Ruminants,74.025784,0.869303063375864
 1962,Germany,Cereals,74.025784,0.0933243341266065
 1962,Germany,Monogastrics,74.025784,0.281454051199242
-1962,Germany,Oilcrops,74.025784,0.0265345382900639
-1962,Germany,Pulses,74.025784,0.00148161889106099
+1962,Germany,FruitVeg,74.025784,0.14615747939934
+1962,Germany,OilcropsPulses,74.025784,0.0280161571811249
 1962,Germany,Starchy Roots,74.025784,0.141428600067241
+1962,Germany,Sugar,74.025784,0.0335581045652958
 1963,Germany,Ruminants,74.714353,0.861166611454161
 1963,Germany,Cereals,74.714353,0.0948997845166376
 1963,Germany,Monogastrics,74.714353,0.281921679760782
-1963,Germany,Oilcrops,74.714353,0.0221088041811725
-1963,Germany,Pulses,74.714353,0.00146079027144891
+1963,Germany,FruitVeg,74.714353,0.157481508271911
+1963,Germany,OilcropsPulses,74.714353,0.0235695944526214
 1963,Germany,Starchy Roots,74.714353,0.14078142388518
+1963,Germany,Sugar,74.714353,0.0341562350141746
 1964,Germany,Ruminants,75.318337,0.838131730125693
 1964,Germany,Cereals,75.318337,0.104475567483653
 1964,Germany,Monogastrics,75.318337,0.298763957042758
-1964,Germany,Oilcrops,75.318337,0.0205965514081916
-1964,Germany,Pulses,75.318337,0.00125520562144116
+1964,Germany,FruitVeg,75.318337,0.146747225712113
+1964,Germany,OilcropsPulses,75.318337,0.0218517570296328
 1964,Germany,Starchy Roots,75.318337,0.134695605400847
+1964,Germany,Sugar,75.318337,0.0355843624109757
 1965,Germany,Ruminants,75.963695,0.835981660713055
 1965,Germany,Cereals,75.963695,0.10844120997537
 1965,Germany,Monogastrics,75.963695,0.308863114149463
-1965,Germany,Oilcrops,75.963695,0.0246080183434995
-1965,Germany,Pulses,75.963695,0.0013246064452236
+1965,Germany,FruitVeg,75.963695,0.144179518913607
+1965,Germany,OilcropsPulses,75.963695,0.0259326247887231
 1965,Germany,Starchy Roots,75.963695,0.127898781121692
+1965,Germany,Sugar,75.963695,0.0341150203396504
 1966,Germany,Ruminants,76.600311,0.846245031563906
 1966,Germany,Cereals,76.600311,0.108626882728975
 1966,Germany,Monogastrics,76.600311,0.306385430993877
-1966,Germany,Oilcrops,76.600311,0.0270635585278498
-1966,Germany,Pulses,76.600311,0.00130124798057282
+1966,Germany,FruitVeg,76.600311,0.162093480273207
+1966,Germany,OilcropsPulses,76.600311,0.0283648065084227
 1966,Germany,Starchy Roots,76.600311,0.130513934858567
+1966,Germany,Sugar,76.600311,0.035734672147741
 1967,Germany,Ruminants,76.951336,0.856968271480043
 1967,Germany,Cereals,76.951336,0.110107432052902
 1967,Germany,Monogastrics,76.951336,0.317192991944935
-1967,Germany,Oilcrops,76.951336,0.0302172141624676
-1967,Germany,Pulses,76.951336,0.00126209634618949
+1967,Germany,FruitVeg,76.951336,0.169200857019558
+1967,Germany,OilcropsPulses,76.951336,0.0314793105086571
 1967,Germany,Starchy Roots,76.951336,0.13079958741717
+1967,Germany,Sugar,76.951336,0.0347995387630437
 1968,Germany,Ruminants,77.294314,0.888777842054462
 1968,Germany,Cereals,77.294314,0.106421398603783
 1968,Germany,Monogastrics,77.294314,0.338926735283529
-1968,Germany,Oilcrops,77.294314,0.0226213405555291
-1968,Germany,Pulses,77.294314,0.00119092848149218
+1968,Germany,FruitVeg,77.294314,0.180171765286642
+1968,Germany,OilcropsPulses,77.294314,0.0238122690370213
 1968,Germany,Starchy Roots,77.294314,0.130980397859537
+1968,Germany,Sugar,77.294314,0.0371926452442543
 1969,Germany,Ruminants,77.909682,0.899657779375868
 1969,Germany,Cereals,77.909682,0.104967929403177
 1969,Germany,Monogastrics,77.909682,0.339370160694533
-1969,Germany,Oilcrops,77.909682,0.023360164658354
-1969,Germany,Pulses,77.909682,0.0012431060878929
+1969,Germany,FruitVeg,77.909682,0.173429625858311
+1969,Germany,OilcropsPulses,77.909682,0.0246032707462469
 1969,Germany,Starchy Roots,77.909682,0.126320410343865
+1969,Germany,Sugar,77.909682,0.036378456787951
 1970,Germany,Ruminants,78.169289,0.935890343073224
 1970,Germany,Cereals,78.169289,0.107615280983303
 1970,Germany,Monogastrics,78.169289,0.352630595117732
-1970,Germany,Oilcrops,78.169289,0.0208114212219584
-1970,Germany,Pulses,78.169289,0.00119972947432079
+1970,Germany,FruitVeg,78.169289,0.185044730290434
+1970,Germany,OilcropsPulses,78.169289,0.0220111506962792
 1970,Germany,Starchy Roots,78.169289,0.127018105537585
+1970,Germany,Sugar,78.169289,0.0382003474535888
 1971,Germany,Ruminants,78.312842,0.925568636622842
 1971,Germany,Cereals,78.312842,0.110799784280591
 1971,Germany,Monogastrics,78.312842,0.372186289702013
-1971,Germany,Oilcrops,78.312842,0.0273701470315686
-1971,Germany,Pulses,78.312842,0.00102577046048208
+1971,Germany,FruitVeg,78.312842,0.177956126276199
+1971,Germany,OilcropsPulses,78.312842,0.0283959174920507
 1971,Germany,Starchy Roots,78.312842,0.12363839381541
+1971,Germany,Sugar,78.312842,0.0389357725007605
 1972,Germany,Ruminants,78.688452,0.925659326733229
 1972,Germany,Cereals,78.688452,0.110910289606409
 1972,Germany,Monogastrics,78.688452,0.384214944271619
-1972,Germany,Oilcrops,78.688452,0.0348076487767227
-1972,Germany,Pulses,78.688452,0.000979559236976729
+1972,Germany,FruitVeg,78.688452,0.179762501872575
+1972,Germany,OilcropsPulses,78.688452,0.0357872080136994
 1972,Germany,Starchy Roots,78.688452,0.12026481344429
+1972,Germany,Sugar,78.688452,0.0396004359064021
 1973,Germany,Ruminants,78.936666,0.921233679922585
 1973,Germany,Cereals,78.936666,0.110675664969179
 1973,Germany,Monogastrics,78.936666,0.380895701878263
-1973,Germany,Oilcrops,78.936666,0.0285168998650133
-1973,Germany,Pulses,78.936666,0.0010301676536478
+1973,Germany,FruitVeg,78.936666,0.196434569455974
+1973,Germany,OilcropsPulses,78.936666,0.0295470675186611
 1973,Germany,Starchy Roots,78.936666,0.116897273061925
+1973,Germany,Sugar,78.936666,0.0416433726755067
 1974,Germany,Ruminants,78.967433,0.927950680630584
 1974,Germany,Cereals,78.967433,0.109544893019379
 1974,Germany,Monogastrics,78.967433,0.399258667810564
-1974,Germany,Oilcrops,78.967433,0.0179651527991292
-1974,Germany,Pulses,78.967433,0.000898383008093982
+1974,Germany,FruitVeg,78.967433,0.171944059521347
+1974,Germany,OilcropsPulses,78.967433,0.0188635358072232
 1974,Germany,Starchy Roots,78.967433,0.11793635231881
+1974,Germany,Sugar,78.967433,0.0411221040957479
 1975,Germany,Ruminants,78.673554,0.925887518695291
 1975,Germany,Cereals,78.673554,0.112291164576091
 1975,Germany,Monogastrics,78.673554,0.410551076668025
-1975,Germany,Oilcrops,78.673554,0.0333657482919864
-1975,Germany,Pulses,78.673554,0.000763903458587876
+1975,Germany,FruitVeg,78.673554,0.185379702053374
+1975,Germany,OilcropsPulses,78.673554,0.0341296517505743
 1975,Germany,Starchy Roots,78.673554,0.110663362176317
+1975,Germany,Sugar,78.673554,0.0397500410366614
 1976,Germany,Ruminants,78.33695,0.940468531133775
 1976,Germany,Cereals,78.33695,0.114467578837318
 1976,Germany,Monogastrics,78.33695,0.410312326430886
-1976,Germany,Oilcrops,78.33695,0.040357557959558
-1976,Germany,Pulses,78.33695,0.000972299789562907
+1976,Germany,FruitVeg,78.33695,0.184502090009887
+1976,Germany,OilcropsPulses,78.33695,0.0413298577491209
 1976,Germany,Starchy Roots,78.33695,0.100879738105709
+1976,Germany,Sugar,78.33695,0.0422103745422818
 1977,Germany,Ruminants,78.159814,0.929242572148393
 1977,Germany,Cereals,78.159814,0.111336165666924
 1977,Germany,Monogastrics,78.159814,0.418172002046985
-1977,Germany,Oilcrops,78.159814,0.0333346622344828
-1977,Germany,Pulses,78.159814,0.00103294769867288
+1977,Germany,FruitVeg,78.159814,0.18521885172347
+1977,Germany,OilcropsPulses,78.159814,0.0343676099331557
 1977,Germany,Starchy Roots,78.159814,0.108956554067542
+1977,Germany,Sugar,78.159814,0.0400236239047345
 1978,Germany,Ruminants,78.09182,0.96626116794307
 1978,Germany,Cereals,78.09182,0.117087180193777
 1978,Germany,Monogastrics,78.09182,0.437209349199442
-1978,Germany,Oilcrops,78.09182,0.0255940250848296
-1978,Germany,Pulses,78.09182,0.00100038646813456
+1978,Germany,FruitVeg,78.09182,0.188929403873543
+1978,Germany,OilcropsPulses,78.09182,0.0265944115529642
 1978,Germany,Starchy Roots,78.09182,0.111801376891972
+1978,Germany,Sugar,78.09182,0.0422520053956996
 1979,Germany,Ruminants,78.12635,0.953497036531209
 1979,Germany,Cereals,78.12635,0.116549640422214
 1979,Germany,Monogastrics,78.12635,0.447084333262721
-1979,Germany,Oilcrops,78.12635,0.0170116996378303
-1979,Germany,Pulses,78.12635,0.00102402070492222
+1979,Germany,FruitVeg,78.12635,0.190900266043403
+1979,Germany,OilcropsPulses,78.12635,0.0180357203427525
 1979,Germany,Starchy Roots,78.12635,0.112578457844248
+1979,Germany,Sugar,78.12635,0.0428385173504202
 1980,Germany,Ruminants,78.288576,0.938166325825111
 1980,Germany,Cereals,78.288576,0.118606116938441
 1980,Germany,Monogastrics,78.288576,0.460551225251562
-1980,Germany,Oilcrops,78.288576,0.0176975373776118
-1980,Germany,Pulses,78.288576,0.00102863028189451
+1980,Germany,FruitVeg,78.288576,0.18028194816061
+1980,Germany,OilcropsPulses,78.288576,0.0187261676595063
 1980,Germany,Starchy Roots,78.288576,0.104580162500337
+1980,Germany,Sugar,78.288576,0.0424730295260448
 1981,Germany,Ruminants,78.407907,0.928751652559735
 1981,Germany,Cereals,78.407907,0.117227450032559
 1981,Germany,Monogastrics,78.407907,0.46329533448712
-1981,Germany,Oilcrops,78.407907,0.0178734779899175
-1981,Germany,Pulses,78.407907,0.00102761319722512
+1981,Germany,FruitVeg,78.407907,0.17462500306251
+1981,Germany,OilcropsPulses,78.407907,0.0189010911871427
 1981,Germany,Starchy Roots,78.407907,0.101509851551069
+1981,Germany,Sugar,78.407907,0.0428696177287324
 1982,Germany,Ruminants,78.333366,0.923221460954455
 1982,Germany,Cereals,78.333366,0.119804809613313
 1982,Germany,Monogastrics,78.333366,0.454095311058126
-1982,Germany,Oilcrops,78.333366,0.0226900501122344
-1982,Germany,Pulses,78.333366,0.000981357037561746
+1982,Germany,FruitVeg,78.333366,0.209759427419473
+1982,Germany,OilcropsPulses,78.333366,0.0236714071497962
 1982,Germany,Starchy Roots,78.333366,0.099195507569533
+1982,Germany,Sugar,78.333366,0.0432674628076113
 1983,Germany,Ruminants,78.128282,0.965849430811751
 1983,Germany,Cereals,78.128282,0.123605981762149
 1983,Germany,Monogastrics,78.128282,0.462277752376534
-1983,Germany,Oilcrops,78.128282,0.0178695853058691
-1983,Germany,Pulses,78.128282,0.0010362956656336
+1983,Germany,FruitVeg,78.128282,0.188726369280717
+1983,Germany,OilcropsPulses,78.128282,0.0189058809715027
 1983,Germany,Starchy Roots,78.128282,0.0965321623224737
+1983,Germany,Sugar,78.128282,0.0428512302369582
 1984,Germany,Ruminants,77.858685,0.958071027015162
 1984,Germany,Cereals,77.858685,0.124968717362745
 1984,Germany,Monogastrics,77.858685,0.466447880541522
-1984,Germany,Oilcrops,77.858685,0.0171595371794425
-1984,Germany,Pulses,77.858685,0.00116367236359052
+1984,Germany,FruitVeg,77.858685,0.196894270690547
+1984,Germany,OilcropsPulses,77.858685,0.018323209543033
 1984,Germany,Starchy Roots,77.858685,0.099684820004345
+1984,Germany,Sugar,77.858685,0.0411512729761619
 1985,Germany,Ruminants,77.684873,0.976682608466129
 1985,Germany,Cereals,77.684873,0.127995909834338
 1985,Germany,Monogastrics,77.684873,0.474290647292427
-1985,Germany,Oilcrops,77.684873,0.0195946513293521
-1985,Germany,Pulses,77.684873,0.00111151626649374
+1985,Germany,FruitVeg,77.684873,0.189089772985791
+1985,Germany,OilcropsPulses,77.684873,0.0207061675958458
 1985,Germany,Starchy Roots,77.684873,0.105601009349658
+1985,Germany,Sugar,77.684873,0.0430380442277353
 1986,Germany,Ruminants,77.720436,0.955310710042852
 1986,Germany,Cereals,77.720436,0.126735264326103
 1986,Germany,Monogastrics,77.720436,0.477903608260767
-1986,Germany,Oilcrops,77.720436,0.0222886809332876
-1986,Germany,Pulses,77.720436,0.00124264614264387
+1986,Germany,FruitVeg,77.720436,0.210610102599013
+1986,Germany,OilcropsPulses,77.720436,0.0235313270759315
 1986,Germany,Starchy Roots,77.720436,0.102612664190407
+1986,Germany,Sugar,77.720436,0.0443557470521653
 1987,Germany,Ruminants,77.83992,0.964927700336794
 1987,Germany,Cereals,77.83992,0.128880129887081
 1987,Germany,Monogastrics,77.83992,0.483685574188668
-1987,Germany,Oilcrops,77.83992,0.0222255110231357
-1987,Germany,Pulses,77.83992,0.00113270928336
+1987,Germany,FruitVeg,77.83992,0.204070109527348
+1987,Germany,OilcropsPulses,77.83992,0.0233582203064957
 1987,Germany,Starchy Roots,77.83992,0.10306775752082
+1987,Germany,Sugar,77.83992,0.0429296176049513
 1988,Germany,Ruminants,78.144619,0.956433242063666
 1988,Germany,Cereals,78.144619,0.129139141365575
 1988,Germany,Monogastrics,78.144619,0.484060924271702
-1988,Germany,Oilcrops,78.144619,0.0213559042369891
-1988,Germany,Pulses,78.144619,0.000940563802608085
+1988,Germany,FruitVeg,78.144619,0.214819141929657
+1988,Germany,OilcropsPulses,78.144619,0.0222964680395972
 1988,Germany,Starchy Roots,78.144619,0.103480919140447
+1988,Germany,Sugar,78.144619,0.0435502923112339
 1989,Germany,Ruminants,78.751283,0.957448162463588
 1989,Germany,Cereals,78.751283,0.128446770829118
 1989,Germany,Monogastrics,78.751283,0.462363913486971
-1989,Germany,Oilcrops,78.751283,0.0200314450749964
-1989,Germany,Pulses,78.751283,0.000864112905944656
+1989,Germany,FruitVeg,78.751283,0.217116665896097
+1989,Germany,OilcropsPulses,78.751283,0.0208955579809411
 1989,Germany,Starchy Roots,78.751283,0.107554615967336
+1989,Germany,Sugar,78.751283,0.0414603277003119
 1990,Germany,Ruminants,79.433029,0.935397552320458
 1990,Germany,Cereals,79.433029,0.119614209852176
 1990,Germany,Monogastrics,79.433029,0.456511159860214
-1990,Germany,Oilcrops,79.433029,0.01997601023121
-1990,Germany,Pulses,79.433029,0.00130664789328379
+1990,Germany,FruitVeg,79.433029,0.208255925881915
+1990,Germany,OilcropsPulses,79.433029,0.0212826581244938
 1990,Germany,Starchy Roots,79.433029,0.0879613063729447
+1990,Germany,Sugar,79.433029,0.0345270353469713
 1991,Germany,Ruminants,80.013896,0.906281963822884
 1991,Germany,Cereals,80.013896,0.123018506685389
 1991,Germany,Monogastrics,80.013896,0.41823651231781
-1991,Germany,Oilcrops,80.013896,0.0207965876327282
-1991,Germany,Pulses,80.013896,0.000863062586028807
+1991,Germany,FruitVeg,80.013896,0.199863658682487
+1991,Germany,OilcropsPulses,80.013896,0.021659650218757
 1991,Germany,Starchy Roots,80.013896,0.087673496113725
+1991,Germany,Sugar,80.013896,0.0431770751420478
 1992,Germany,Ruminants,80.624598,0.899917150594661
 1992,Germany,Cereals,80.624598,0.120577742291503
 1992,Germany,Monogastrics,80.624598,0.414930814290696
-1992,Germany,Oilcrops,80.624598,0.0201813843462513
-1992,Germany,Pulses,80.624598,0.000836481690116458
+1992,Germany,FruitVeg,80.624598,0.220364918904774
+1992,Germany,OilcropsPulses,80.624598,0.0210178660363677
 1992,Germany,Starchy Roots,80.624598,0.0875125727758667
+1992,Germany,Sugar,80.624598,0.0451882315121745
 1993,Germany,Ruminants,81.156363,0.822749275987146
 1993,Germany,Cereals,81.156363,0.122953501501786
 1993,Germany,Monogastrics,81.156363,0.411738876223421
-1993,Germany,Oilcrops,81.156363,0.0221750203369759
-1993,Germany,Pulses,81.156363,0.000941158489322643
+1993,Germany,FruitVeg,81.156363,0.178672977250102
+1993,Germany,OilcropsPulses,81.156363,0.0231161788262986
 1993,Germany,Starchy Roots,81.156363,0.0877969112538964
+1993,Germany,Sugar,81.156363,0.0419438214598158
 1994,Germany,Ruminants,81.438348,0.80568183062849
 1994,Germany,Cereals,81.438348,0.118113938165838
 1994,Germany,Monogastrics,81.438348,0.416017312875747
-1994,Germany,Oilcrops,81.438348,0.0249173276452022
-1994,Germany,Pulses,81.438348,0.000869835915630312
+1994,Germany,FruitVeg,81.438348,0.187689453130852
+1994,Germany,OilcropsPulses,81.438348,0.0257871635608326
 1994,Germany,Starchy Roots,81.438348,0.0838934871321309
+1994,Germany,Sugar,81.438348,0.0399657051000101
 1995,Germany,Ruminants,81.678051,0.809586085740464
 1995,Germany,Cereals,81.678051,0.12483952390098
 1995,Germany,Monogastrics,81.678051,0.40180664448029
-1995,Germany,Oilcrops,81.678051,0.0234929822211355
-1995,Germany,Pulses,81.678051,0.00112017854098894
+1995,Germany,FruitVeg,81.678051,0.178956645280383
+1995,Germany,OilcropsPulses,81.678051,0.0246131607621245
 1995,Germany,Starchy Roots,81.678051,0.0842771578866396
+1995,Germany,Sugar,81.678051,0.0435866179030153
 1996,Germany,Ruminants,81.914831,0.826310206267776
 1996,Germany,Cereals,81.914831,0.121508374960818
 1996,Germany,Monogastrics,81.914831,0.416040401768027
-1996,Germany,Oilcrops,81.914831,0.0249562133626327
-1996,Germany,Pulses,81.914831,0.00123350068316689
+1996,Germany,FruitVeg,81.914831,0.20088147407641
+1996,Germany,OilcropsPulses,81.914831,0.0261897140457996
 1996,Germany,Starchy Roots,81.914831,0.0882248051027536
+1996,Germany,Sugar,81.914831,0.039764752734459
 1997,Germany,Ruminants,82.034771,0.791999575399558
 1997,Germany,Cereals,82.034771,0.103609285384608
 1997,Germany,Monogastrics,82.034771,0.405648987549438
-1997,Germany,Oilcrops,82.034771,0.0252721373477108
-1997,Germany,Pulses,82.034771,0.00168936901158656
+1997,Germany,FruitVeg,82.034771,0.186464712627771
+1997,Germany,OilcropsPulses,82.034771,0.0269615063592973
 1997,Germany,Starchy Roots,82.034771,0.0843009362456805
+1997,Germany,Sugar,82.034771,0.0418622123050724
 1998,Germany,Ruminants,82.047195,0.773201350759158
 1998,Germany,Cereals,82.047195,0.117995283080671
 1998,Germany,Monogastrics,82.047195,0.431070583217379
-1998,Germany,Oilcrops,82.047195,0.0243363347156475
-1998,Germany,Pulses,82.047195,0.00168155657240933
+1998,Germany,FruitVeg,82.047195,0.190446522882348
+1998,Germany,OilcropsPulses,82.047195,0.0260178912880568
 1998,Germany,Starchy Roots,82.047195,0.0799538119493299
+1998,Germany,Sugar,82.047195,0.040362306109307
 1999,Germany,Ruminants,82.100243,0.741200411550548
 1999,Germany,Cereals,82.100243,0.117249835667356
 1999,Germany,Monogastrics,82.100243,0.424827030049107
-1999,Germany,Oilcrops,82.100243,0.0227987632143793
-1999,Germany,Pulses,82.100243,0.0013208974302305
+1999,Germany,FruitVeg,82.100243,0.19538916590052
+1999,Germany,OilcropsPulses,82.100243,0.0241196606446098
 1999,Germany,Starchy Roots,82.100243,0.0808003576798183
+1999,Germany,Sugar,82.100243,0.0408964441189291
 2000,Germany,Ruminants,82.211508,0.753073034495365
 2000,Germany,Cereals,82.211508,0.1171842389754
 2000,Germany,Monogastrics,82.211508,0.414560575874609
-2000,Germany,Oilcrops,82.211508,0.0252100350719756
-2000,Germany,Pulses,82.211508,0.0014235354982176
+2000,Germany,FruitVeg,82.211508,0.223142507007656
+2000,Germany,OilcropsPulses,82.211508,0.0266335705701932
 2000,Germany,Starchy Roots,82.211508,0.0810590167011655
+2000,Germany,Sugar,82.211508,0.0415475896634812
 2001,Germany,Ruminants,82.349925,0.716225645621414
 2001,Germany,Cereals,82.349925,0.133878093999478
 2001,Germany,Monogastrics,82.349925,0.410108258143526
-2001,Germany,Oilcrops,82.349925,0.0194609041841872
-2001,Germany,Pulses,82.349925,0.000895447081463644
+2001,Germany,FruitVeg,82.349925,0.197663470853191
+2001,Germany,OilcropsPulses,82.349925,0.0203563512656508
 2001,Germany,Starchy Roots,82.349925,0.0779366708591416
+2001,Germany,Sugar,82.349925,0.0452569811083617
 2002,Germany,Ruminants,82.488495,0.736109779915369
 2002,Germany,Cereals,82.488495,0.13967284771046
 2002,Germany,Monogastrics,82.488495,0.411908728605122
-2002,Germany,Oilcrops,82.488495,0.0190906016651171
-2002,Germany,Pulses,82.488495,0.00076126979889741
+2002,Germany,FruitVeg,82.488495,0.20611699849779
+2002,Germany,OilcropsPulses,82.488495,0.0198518714640145
 2002,Germany,Starchy Roots,82.488495,0.0757156740464231
+2002,Germany,Sugar,82.488495,0.0447063678395393
 2003,Germany,Ruminants,82.534176,0.743299088610274
 2003,Germany,Cereals,82.534176,0.136229045286646
 2003,Germany,Monogastrics,82.534176,0.421464641508022
-2003,Germany,Oilcrops,82.534176,0.0194835288596084
-2003,Germany,Pulses,82.534176,0.000911852563960898
+2003,Germany,FruitVeg,82.534176,0.194058870836731
+2003,Germany,OilcropsPulses,82.534176,0.0203953814235693
 2003,Germany,Starchy Roots,82.534176,0.0727358688357172
+2003,Germany,Sugar,82.534176,0.0479524385146827
 2004,Germany,Ruminants,82.51626,0.708498046324446
 2004,Germany,Cereals,82.51626,0.135579799666151
 2004,Germany,Monogastrics,82.51626,0.42641278700707
-2004,Germany,Oilcrops,82.51626,0.0237887296394674
-2004,Germany,Pulses,82.51626,0.00068136873871889
+2004,Germany,FruitVeg,82.51626,0.193633448728772
+2004,Germany,OilcropsPulses,82.51626,0.0244700983781863
 2004,Germany,Starchy Roots,82.51626,0.0782083676599012
+2004,Germany,Sugar,82.51626,0.0489413601634393
 2005,Germany,Ruminants,82.469422,0.708985229701258
 2005,Germany,Cereals,82.469422,0.133057874468915
 2005,Germany,Monogastrics,82.469422,0.423316280790715
-2005,Germany,Oilcrops,82.469422,0.0200723972577375
-2005,Germany,Pulses,82.469422,0.000627747821489521
+2005,Germany,FruitVeg,82.469422,0.192146708630988
+2005,Germany,OilcropsPulses,82.469422,0.0207001450792271
 2005,Germany,Starchy Roots,82.469422,0.0689168889773473
+2005,Germany,Sugar,82.469422,0.0506415092857084
 2006,Germany,Ruminants,82.376451,0.724450257027946
 2006,Germany,Cereals,82.376451,0.137577024288167
 2006,Germany,Monogastrics,82.376451,0.424289527840912
-2006,Germany,Oilcrops,82.376451,0.020437612686179
-2006,Germany,Pulses,82.376451,0.000753941196131404
+2006,Germany,FruitVeg,82.376451,0.188411406555983
+2006,Germany,OilcropsPulses,82.376451,0.0211915538823104
 2006,Germany,Starchy Roots,82.376451,0.0652517186009871
+2006,Germany,Sugar,82.376451,0.0479265245355132
 2007,Germany,Ruminants,82.266372,0.754299331444931
 2007,Germany,Cereals,82.266372,0.136194057518423
 2007,Germany,Monogastrics,82.266372,0.434569946757832
-2007,Germany,Oilcrops,82.266372,0.0221593095171378
-2007,Germany,Pulses,82.266372,0.000746003482443592
+2007,Germany,FruitVeg,82.266372,0.188955324297029
+2007,Germany,OilcropsPulses,82.266372,0.0229053129995814
 2007,Germany,Starchy Roots,82.266372,0.0744234837534831
+2007,Germany,Sugar,82.266372,0.0457246005694769
 2008,Germany,Ruminants,82.110097,0.737709951798011
 2008,Germany,Cereals,82.110097,0.132877884677204
 2008,Germany,Monogastrics,82.110097,0.429912419906166
-2008,Germany,Oilcrops,82.110097,0.0216372171622206
-2008,Germany,Pulses,82.110097,0.000660649566642212
+2008,Germany,FruitVeg,82.110097,0.187990217573364
+2008,Germany,OilcropsPulses,82.110097,0.0222978667288628
 2008,Germany,Starchy Roots,82.110097,0.0732304457026765
+2008,Germany,Sugar,82.110097,0.0492649765107451
 2009,Germany,Ruminants,81.902307,0.741564503183042
 2009,Germany,Cereals,81.902307,0.137438619402992
 2009,Germany,Monogastrics,81.902307,0.433719664331311
-2009,Germany,Oilcrops,81.902307,0.0198503932251872
-2009,Germany,Pulses,81.902307,0.000610153753056065
+2009,Germany,FruitVeg,81.902307,0.19142946730426
+2009,Germany,OilcropsPulses,81.902307,0.0204605469782433
 2009,Germany,Starchy Roots,81.902307,0.0736721494304184
+2009,Germany,Sugar,81.902307,0.0478679922898875
 2010,Germany,Ruminants,81.77693,0.736686799076463
 2010,Germany,Cereals,81.77693,0.136764965375932
 2010,Germany,Monogastrics,81.77693,0.443251199329689
-2010,Germany,Oilcrops,81.77693,0.0202998082711102
-2010,Germany,Pulses,81.77693,0.000763772863569224
+2010,Germany,FruitVeg,81.77693,0.182734433782242
+2010,Germany,OilcropsPulses,81.77693,0.0210635811346794
 2010,Germany,Starchy Roots,81.77693,0.0653252818368212
+2010,Germany,Sugar,81.77693,0.0495157008217354
 2011,Germany,Ruminants,81.797673,0.759183168939293
 2011,Germany,Cereals,81.797673,0.136767435914711
 2011,Germany,Monogastrics,81.797673,0.440108582306492
-2011,Germany,Oilcrops,81.797673,0.0204209109958421
-2011,Germany,Pulses,81.797673,0.00105357520378361
+2011,Germany,FruitVeg,81.797673,0.194529140211605
+2011,Germany,OilcropsPulses,81.797673,0.0214744861996257
 2011,Germany,Starchy Roots,81.797673,0.0735553198438787
+2011,Germany,Sugar,81.797673,0.0474477678600955
 1961,Ghana,Ruminants,6.866545,0.188004753482283
 1961,Ghana,Cereals,6.866545,0.0571922269496523
 1961,Ghana,Monogastrics,6.866545,0.0109837771397406
-1961,Ghana,Oilcrops,6.866545,0.0337829286781052
-1961,Ghana,Pulses,6.866545,0.00114293287235429
+1961,Ghana,FruitVeg,6.866545,0.115119612556242
+1961,Ghana,OilcropsPulses,6.866545,0.0349258615504595
 1961,Ghana,Starchy Roots,6.866545,0.334481169205183
+1961,Ghana,Sugar,6.866545,0.00991794272082976
 1962,Ghana,Ruminants,7.085463,0.172945240134625
 1962,Ghana,Cereals,7.085463,0.0542011157210192
 1962,Ghana,Monogastrics,7.085463,0.00832155922626369
-1962,Ghana,Oilcrops,7.085463,0.0327470484285925
-1962,Ghana,Pulses,7.085463,0.00213888633671505
+1962,Ghana,FruitVeg,7.085463,0.113155484687451
+1962,Ghana,OilcropsPulses,7.085463,0.0348859347653075
 1962,Ghana,Starchy Roots,7.085463,0.325033946264344
+1962,Ghana,Sugar,7.085463,0.00948801793192625
 1963,Ghana,Ruminants,7.303432,0.169154597455005
 1963,Ghana,Cereals,7.303432,0.0441032380393218
 1963,Ghana,Monogastrics,7.303432,0.00782823746424968
-1963,Ghana,Oilcrops,7.303432,0.0319188293941807
-1963,Ghana,Pulses,7.303432,0.00143261414633559
+1963,Ghana,FruitVeg,7.303432,0.114516846326494
+1963,Ghana,OilcropsPulses,7.303432,0.0333514435405163
 1963,Ghana,Starchy Roots,7.303432,0.331169921209645
+1963,Ghana,Sugar,7.303432,0.0056658294347096
 1964,Ghana,Ruminants,7.513286,0.160084668678924
 1964,Ghana,Cereals,7.513286,0.0463904874644729
 1964,Ghana,Monogastrics,7.513286,0.00821407570535715
-1964,Ghana,Oilcrops,7.513286,0.032794971467877
-1964,Ghana,Pulses,7.513286,0.00123993682657628
+1964,Ghana,FruitVeg,7.513286,0.110506907363835
+1964,Ghana,OilcropsPulses,7.513286,0.0340349082944533
 1964,Ghana,Starchy Roots,7.513286,0.335384144833565
+1964,Ghana,Sugar,7.513286,0.0059851308734953
 1965,Ghana,Ruminants,7.710547,0.160059072333
 1965,Ghana,Cereals,7.710547,0.0425689643030514
 1965,Ghana,Monogastrics,7.710547,0.00758441651415911
-1965,Ghana,Oilcrops,7.710547,0.0327841850908891
-1965,Ghana,Pulses,7.710547,0.000837943144630336
+1965,Ghana,FruitVeg,7.710547,0.113412057536255
+1965,Ghana,OilcropsPulses,7.710547,0.0336221282355195
 1965,Ghana,Starchy Roots,7.710547,0.333854524199126
+1965,Ghana,Sugar,7.710547,0.00812251063381107
 1966,Ghana,Ruminants,7.890992,0.158276690687305
 1966,Ghana,Cereals,7.890992,0.057831132004696
 1966,Ghana,Monogastrics,7.890992,0.00801535472346189
-1966,Ghana,Oilcrops,7.890992,0.0327487342529304
-1966,Ghana,Pulses,7.890992,0.00108123287921214
+1966,Ghana,FruitVeg,7.890992,0.114306414199888
+1966,Ghana,OilcropsPulses,7.890992,0.0338299671321426
 1966,Ghana,Starchy Roots,7.890992,0.333932919967477
+1966,Ghana,Sugar,7.890992,0.00842441609369265
 1967,Ghana,Ruminants,8.057442,0.163765981809115
 1967,Ghana,Cereals,8.057442,0.0609228090006729
 1967,Ghana,Monogastrics,8.057442,0.00874567883951259
-1967,Ghana,Oilcrops,8.057442,0.0380067271970434
-1967,Ghana,Pulses,8.057442,0.0010751551174678
+1967,Ghana,FruitVeg,8.057442,0.121043874718552
+1967,Ghana,OilcropsPulses,8.057442,0.0390818823145112
 1967,Ghana,Starchy Roots,8.057442,0.350500940621105
+1967,Ghana,Sugar,8.057442,0.0075145436976152
 1968,Ghana,Ruminants,8.221021,0.153818728841588
 1968,Ghana,Cereals,8.221021,0.0521271019743168
 1968,Ghana,Monogastrics,8.221021,0.00999431822397729
-1968,Ghana,Oilcrops,8.221021,0.0383072856765601
-1968,Ghana,Pulses,8.221021,0.00104913976013442
+1968,Ghana,FruitVeg,8.221021,0.123124001264563
+1968,Ghana,OilcropsPulses,8.221021,0.0393564254366945
 1968,Ghana,Starchy Roots,8.221021,0.349994605292944
+1968,Ghana,Sugar,8.221021,0.00916443346878691
 1969,Ghana,Ruminants,8.397346,0.168553457247087
 1969,Ghana,Cereals,8.397346,0.0501110708073718
 1969,Ghana,Monogastrics,8.397346,0.0103446850945525
-1969,Ghana,Oilcrops,8.397346,0.0279171538245536
-1969,Ghana,Pulses,8.397346,0.00109141626413869
+1969,Ghana,FruitVeg,8.397346,0.126990956428376
+1969,Ghana,OilcropsPulses,8.397346,0.0290085700886923
 1969,Ghana,Starchy Roots,8.397346,0.358751919951851
+1969,Ghana,Sugar,8.397346,0.00969008541508234
 1970,Ghana,Ruminants,8.596977,0.167922259184827
 1970,Ghana,Cereals,8.596977,0.064836046438184
 1970,Ghana,Monogastrics,8.596977,0.0112258180986177
-1970,Ghana,Oilcrops,8.596977,0.0425062205005318
-1970,Ghana,Pulses,8.596977,0.00129813072664961
+1970,Ghana,FruitVeg,8.596977,0.140825315689457
+1970,Ghana,OilcropsPulses,8.596977,0.0438043512271814
 1970,Ghana,Starchy Roots,8.596977,0.325559670567922
+1970,Ghana,Sugar,8.596977,0.00987568071893178
 1971,Ghana,Ruminants,8.827273,0.163545400714354
 1971,Ghana,Cereals,8.827273,0.065345322388919
 1971,Ghana,Monogastrics,8.827273,0.010523895658376
-1971,Ghana,Oilcrops,8.827273,0.0411918833823311
-1971,Ghana,Pulses,8.827273,0.00130153446030275
+1971,Ghana,FruitVeg,8.827273,0.139191684679969
+1971,Ghana,OilcropsPulses,8.827273,0.0424934178426339
 1971,Ghana,Starchy Roots,8.827273,0.317160690509968
+1971,Ghana,Sugar,8.827273,0.00947755892448325
 1972,Ghana,Ruminants,9.083575,0.146712599389558
 1972,Ghana,Cereals,9.083575,0.0674233437825966
 1972,Ghana,Monogastrics,9.083575,0.0102572830631112
-1972,Ghana,Oilcrops,9.083575,0.0385533228932441
-1972,Ghana,Pulses,9.083575,0.00135178054895787
+1972,Ghana,FruitVeg,9.083575,0.152708377483535
+1972,Ghana,OilcropsPulses,9.083575,0.039905103442202
 1972,Ghana,Starchy Roots,9.083575,0.277902257646356
+1972,Ghana,Sugar,9.083575,0.00999078006181487
 1973,Ghana,Ruminants,9.350111,0.139847805015363
 1973,Ghana,Cereals,9.350111,0.0665666963739789
 1973,Ghana,Monogastrics,9.350111,0.0111339319928929
-1973,Ghana,Oilcrops,9.350111,0.041315231444846
-1973,Ghana,Pulses,9.350111,0.0010806288823737
+1973,Ghana,FruitVeg,9.350111,0.154892385769538
+1973,Ghana,OilcropsPulses,9.350111,0.0423958603272196
 1973,Ghana,Starchy Roots,9.350111,0.299715907115969
+1973,Ghana,Sugar,9.350111,0.00931689474060789
 1974,Ghana,Ruminants,9.60428,0.151961136076832
 1974,Ghana,Cereals,9.60428,0.0635974794570754
 1974,Ghana,Monogastrics,9.60428,0.0117896708550771
-1974,Ghana,Oilcrops,9.60428,0.0419174576334718
-1974,Ghana,Pulses,9.60428,0.00147798689750819
+1974,Ghana,FruitVeg,9.60428,0.169113145389347
+1974,Ghana,OilcropsPulses,9.60428,0.0433954445309799
 1974,Ghana,Starchy Roots,9.60428,0.321409725663975
+1974,Ghana,Sugar,9.60428,0.00715566393316313
 1975,Ghana,Ruminants,9.831409,0.133474927144217
 1975,Ghana,Cereals,9.831409,0.0523764192904598
 1975,Ghana,Monogastrics,9.831409,0.0110825009924824
-1975,Ghana,Oilcrops,9.831409,0.0388008473658252
-1975,Ghana,Pulses,9.831409,0.00155623675100893
+1975,Ghana,FruitVeg,9.831409,0.174867407103092
+1975,Ghana,OilcropsPulses,9.831409,0.0403570841168341
 1975,Ghana,Starchy Roots,9.831409,0.290828100021065
+1975,Ghana,Sugar,9.831409,0.00659986783176247
 1976,Ghana,Ruminants,10.023471,0.129285683572088
 1976,Ghana,Cereals,10.023471,0.0553424058392547
 1976,Ghana,Monogastrics,10.023471,0.010599072915959
-1976,Ghana,Oilcrops,10.023471,0.0318526386717735
-1976,Ghana,Pulses,10.023471,0.00165591340564561
+1976,Ghana,FruitVeg,10.023471,0.161699674693527
+1976,Ghana,OilcropsPulses,10.023471,0.0335085520774191
 1976,Ghana,Starchy Roots,10.023471,0.241848058422078
+1976,Ghana,Sugar,10.023471,0.00571468705800615
 1977,Ghana,Ruminants,10.189889,0.133657265550194
 1977,Ghana,Cereals,10.189889,0.0558526201806516
 1977,Ghana,Monogastrics,10.189889,0.0117092050757373
-1977,Ghana,Oilcrops,10.189889,0.024431963881059
-1977,Ghana,Pulses,10.189889,0.00150718030392676
+1977,Ghana,FruitVeg,10.189889,0.120785810326295
+1977,Ghana,OilcropsPulses,10.189889,0.0259391441849857
 1977,Ghana,Starchy Roots,10.189889,0.229729489693165
+1977,Ghana,Sugar,10.189889,0.00398080881940912
 1978,Ghana,Ruminants,10.35449,0.138012272936668
 1978,Ghana,Cereals,10.35449,0.0555103148489206
 1978,Ghana,Monogastrics,10.35449,0.0115493665067039
-1978,Ghana,Oilcrops,10.35449,0.0240942818043187
-1978,Ghana,Pulses,10.35449,0.000879328677704069
+1978,Ghana,FruitVeg,10.35449,0.115611971231804
+1978,Ghana,OilcropsPulses,10.35449,0.0249736104820228
 1978,Ghana,Starchy Roots,10.35449,0.233409081470937
+1978,Ghana,Sugar,10.35449,0.00342238004962099
 1979,Ghana,Ruminants,10.55077,0.14067408350291
 1979,Ghana,Cereals,10.55077,0.0592058209969509
 1979,Ghana,Monogastrics,10.55077,0.0115541424938654
-1979,Ghana,Oilcrops,10.55077,0.0250137193778274
-1979,Ghana,Pulses,10.55077,0.000682888547470943
+1979,Ghana,FruitVeg,10.55077,0.106215849648888
+1979,Ghana,OilcropsPulses,10.55077,0.0256966079252983
 1979,Ghana,Starchy Roots,10.55077,0.226050800083785
+1979,Ghana,Sugar,10.55077,0.00181200045115191
 1980,Ghana,Ruminants,10.802025,0.151450223453473
 1980,Ghana,Cereals,10.802025,0.0531964145611587
 1980,Ghana,Monogastrics,10.802025,0.0110227943371729
-1980,Ghana,Oilcrops,10.802025,0.0275670533997098
-1980,Ghana,Pulses,10.802025,0.00118098226952817
+1980,Ghana,FruitVeg,10.802025,0.108382918943439
+1980,Ghana,OilcropsPulses,10.802025,0.0287480356692379
 1980,Ghana,Starchy Roots,10.802025,0.223375709647034
+1980,Ghana,Sugar,10.802025,0.00188816448767708
 1981,Ghana,Ruminants,11.117608,0.158373698730878
 1981,Ghana,Cereals,11.117608,0.0457647904117504
 1981,Ghana,Monogastrics,11.117608,0.00988139714945877
-1981,Ghana,Oilcrops,11.117608,0.0443758225690274
-1981,Ghana,Pulses,11.117608,0.00123830593775208
+1981,Ghana,FruitVeg,11.117608,0.102844964492362
+1981,Ghana,OilcropsPulses,11.117608,0.0456141285067795
 1981,Ghana,Starchy Roots,11.117608,0.22535629966446
+1981,Ghana,Sugar,11.117608,0.000862775517899174
 1982,Ghana,Ruminants,11.488112,0.17151364819563
 1982,Ghana,Cereals,11.488112,0.0445062687411126
 1982,Ghana,Monogastrics,11.488112,0.00890893124997389
-1982,Ghana,Oilcrops,11.488112,0.0356461531712086
-1982,Ghana,Pulses,11.488112,0.0010082596687776
+1982,Ghana,FruitVeg,11.488112,0.0916745066552276
+1982,Ghana,OilcropsPulses,11.488112,0.0366544128399862
 1982,Ghana,Starchy Roots,11.488112,0.21249557803754
+1982,Ghana,Sugar,11.488112,0.00186209883747652
 1983,Ghana,Ruminants,11.89513,0.185819482426842
 1983,Ghana,Cereals,11.89513,0.0495448977859006
 1983,Ghana,Monogastrics,11.89513,0.00785061617653611
-1983,Ghana,Oilcrops,11.89513,0.0339922304337994
-1983,Ghana,Pulses,11.89513,0.000768381682251476
+1983,Ghana,FruitVeg,11.89513,0.090217593250347
+1983,Ghana,OilcropsPulses,11.89513,0.0347606121160509
 1983,Ghana,Starchy Roots,11.89513,0.218088326903531
+1983,Ghana,Sugar,11.89513,0.00124336598254916
 1984,Ghana,Ruminants,12.311166,0.172212428944586
 1984,Ghana,Cereals,12.311166,0.0494501495634126
 1984,Ghana,Monogastrics,12.311166,0.00755826864815242
-1984,Ghana,Oilcrops,12.311166,0.0322339086322124
-1984,Ghana,Pulses,12.311166,0.000984878280416331
+1984,Ghana,FruitVeg,12.311166,0.124658379230692
+1984,Ghana,OilcropsPulses,12.311166,0.0332187869126287
 1984,Ghana,Starchy Roots,12.311166,0.262142188644033
+1984,Ghana,Sugar,12.311166,0.00265823724576535
 1985,Ghana,Ruminants,12.716238,0.165737059970095
 1985,Ghana,Cereals,12.716238,0.0566229571985048
 1985,Ghana,Monogastrics,12.716238,0.00724787472521354
-1985,Ghana,Oilcrops,12.716238,0.0257451928785856
-1985,Ghana,Pulses,12.716238,0.000601671657922728
+1985,Ghana,FruitVeg,12.716238,0.124505376511512
+1985,Ghana,OilcropsPulses,12.716238,0.0263468645365084
 1985,Ghana,Starchy Roots,12.716238,0.252742988924869
+1985,Ghana,Sugar,12.716238,0.00257371716383415
 1986,Ghana,Ruminants,13.103975,0.159511438323104
 1986,Ghana,Cereals,13.103975,0.0516774490183322
 1986,Ghana,Monogastrics,13.103975,0.00752130555804632
-1986,Ghana,Oilcrops,13.103975,0.0269076368048626
-1986,Ghana,Pulses,13.103975,0.0012361134693862
+1986,Ghana,FruitVeg,13.103975,0.109728155006401
+1986,Ghana,OilcropsPulses,13.103975,0.0281437502742488
 1986,Ghana,Starchy Roots,13.103975,0.286305262334521
+1986,Ghana,Sugar,13.103975,0.00258242250920045
 1987,Ghana,Ruminants,13.480381,0.156039640125898
 1987,Ghana,Cereals,13.480381,0.0630554878233783
 1987,Ghana,Monogastrics,13.480381,0.00734818993617465
-1987,Ghana,Oilcrops,13.480381,0.0268508731318499
-1987,Ghana,Pulses,13.480381,0.00111198637486581
+1987,Ghana,FruitVeg,13.480381,0.110187835195459
+1987,Ghana,OilcropsPulses,13.480381,0.0279628595067157
 1987,Ghana,Starchy Roots,13.480381,0.279362282119474
+1987,Ghana,Sugar,13.480381,0.00761625357621569
 1988,Ghana,Ruminants,13.852597,0.150927699694144
 1988,Ghana,Cereals,13.852597,0.0604699609755485
 1988,Ghana,Monogastrics,13.852597,0.00805387610712995
-1988,Ghana,Oilcrops,13.852597,0.0283093487813152
-1988,Ghana,Pulses,13.852597,0.000863592581232241
+1988,Ghana,FruitVeg,13.852597,0.106501979376142
+1988,Ghana,OilcropsPulses,13.852597,0.0291729413625474
 1988,Ghana,Starchy Roots,13.852597,0.271016185629308
+1988,Ghana,Sugar,13.852597,0.00814396029856351
 1989,Ghana,Ruminants,14.232493,0.151543050117783
 1989,Ghana,Cereals,14.232493,0.0568715544072286
 1989,Ghana,Monogastrics,14.232493,0.00951607704988859
-1989,Ghana,Oilcrops,14.232493,0.0267214605340048
-1989,Ghana,Pulses,14.232493,0.00112685809857767
+1989,Ghana,FruitVeg,14.232493,0.10266592086151
+1989,Ghana,OilcropsPulses,14.232493,0.0278483186325825
 1989,Ghana,Starchy Roots,14.232493,0.297584618520452
+1989,Ghana,Sugar,14.232493,0.00665835563734337
 1990,Ghana,Ruminants,14.62826,0.156255733764645
 1990,Ghana,Cereals,14.62826,0.0649913933714605
 1990,Ghana,Monogastrics,14.62826,0.0106823778084338
-1990,Ghana,Oilcrops,14.62826,0.021708665282132
-1990,Ghana,Pulses,14.62826,0.000815818149253568
+1990,Ghana,FruitVeg,14.62826,0.0807967591497553
+1990,Ghana,OilcropsPulses,14.62826,0.0225244834313856
 1990,Ghana,Starchy Roots,14.62826,0.238879607007259
+1990,Ghana,Sugar,14.62826,0.00588648273957395
 1991,Ghana,Ruminants,15.042736,0.187609714083927
 1991,Ghana,Cereals,15.042736,0.0768491848823246
 1991,Ghana,Monogastrics,15.042736,0.0112207180927725
-1991,Ghana,Oilcrops,15.042736,0.0186890204016078
-1991,Ghana,Pulses,15.042736,0.000843197673614694
+1991,Ghana,FruitVeg,15.042736,0.104319187679688
+1991,Ghana,OilcropsPulses,15.042736,0.0195322180752225
 1991,Ghana,Starchy Roots,15.042736,0.332314879420871
+1991,Ghana,Sugar,15.042736,0.0062661473285179
 1992,Ghana,Ruminants,15.471527,0.188901224811229
 1992,Ghana,Cereals,15.471527,0.0775359148453802
 1992,Ghana,Monogastrics,15.471527,0.0102059997051358
-1992,Ghana,Oilcrops,15.471527,0.01999860776509
-1992,Ghana,Pulses,15.471527,0.000803152785112937
+1992,Ghana,FruitVeg,15.471527,0.097517200467672
+1992,Ghana,OilcropsPulses,15.471527,0.020801760550203
 1992,Ghana,Starchy Roots,15.471527,0.325185290372437
+1992,Ghana,Sugar,15.471527,0.00849786837459547
 1993,Ghana,Ruminants,15.907244,0.182043426252844
 1993,Ghana,Cereals,15.907244,0.0897120833753477
 1993,Ghana,Monogastrics,15.907244,0.00950297235649368
-1993,Ghana,Oilcrops,15.907244,0.0221536175593962
-1993,Ghana,Pulses,15.907244,0.000878027645769437
+1993,Ghana,FruitVeg,15.907244,0.109221685415777
+1993,Ghana,OilcropsPulses,15.907244,0.0230316452051656
 1993,Ghana,Starchy Roots,15.907244,0.341167960961685
+1993,Ghana,Sugar,15.907244,0.00817671496080653
 1994,Ghana,Ruminants,16.339344,0.16772262093264
 1994,Ghana,Cereals,16.339344,0.0898732531734444
 1994,Ghana,Monogastrics,16.339344,0.00954119700276829
-1994,Ghana,Oilcrops,16.339344,0.0238160112180758
-1994,Ghana,Pulses,16.339344,0.000863865770865709
+1994,Ghana,FruitVeg,16.339344,0.120221105571925
+1994,Ghana,OilcropsPulses,16.339344,0.0246798769889415
 1994,Ghana,Starchy Roots,16.339344,0.351475860964798
+1994,Ghana,Sugar,16.339344,0.00619076261568396
 1995,Ghana,Ruminants,16.760991,0.162647709792339
 1995,Ghana,Cereals,16.760991,0.0829548801738513
 1995,Ghana,Monogastrics,16.760991,0.0096358144933077
-1995,Ghana,Oilcrops,16.760991,0.0219584868221694
-1995,Ghana,Pulses,16.760991,0.00068874209168181
+1995,Ghana,FruitVeg,16.760991,0.131795071067099
+1995,Ghana,OilcropsPulses,16.760991,0.0226472289138512
 1995,Ghana,Starchy Roots,16.760991,0.37282914834809
+1995,Ghana,Sugar,16.760991,0.00818161646885915
 1996,Ghana,Ruminants,17.169214,0.135190003456186
 1996,Ghana,Cereals,17.169214,0.0701387378595199
 1996,Ghana,Monogastrics,17.169214,0.0109849990803306
-1996,Ghana,Oilcrops,17.169214,0.0225840274342203
-1996,Ghana,Pulses,17.169214,0.000695838493247274
+1996,Ghana,FruitVeg,17.169214,0.151258059920507
+1996,Ghana,OilcropsPulses,17.169214,0.0232798659274676
 1996,Ghana,Starchy Roots,17.169214,0.416522154130061
+1996,Ghana,Sugar,17.169214,0.00489038112053353
 1997,Ghana,Ruminants,17.568583,0.135354393692422
 1997,Ghana,Cereals,17.568583,0.067853964090331
 1997,Ghana,Monogastrics,17.568583,0.011901745291581
-1997,Ghana,Oilcrops,17.568583,0.021602539032317
-1997,Ghana,Pulses,17.568583,0.000729825507270564
+1997,Ghana,FruitVeg,17.568583,0.149406130249662
+1997,Ghana,OilcropsPulses,17.568583,0.0223323645395875
 1997,Ghana,Starchy Roots,17.568583,0.43452849896887
+1997,Ghana,Sugar,17.568583,0.00221520426547776
 1998,Ghana,Ruminants,17.969006,0.12870231664456
 1998,Ghana,Cereals,17.969006,0.0700616940080047
 1998,Ghana,Monogastrics,17.969006,0.0114573226810654
-1998,Ghana,Oilcrops,17.969006,0.0240758448185726
-1998,Ghana,Pulses,17.969006,0.000508264063131817
+1998,Ghana,FruitVeg,17.969006,0.157728201548822
+1998,Ghana,OilcropsPulses,17.969006,0.0245841088817044
 1998,Ghana,Starchy Roots,17.969006,0.417362485159168
+1998,Ghana,Sugar,17.969006,0.00438065411075048
 1999,Ghana,Ruminants,18.384426,0.136972767058379
 1999,Ghana,Cereals,18.384426,0.07488947438446
 1999,Ghana,Monogastrics,18.384426,0.0132777765267189
-1999,Ghana,Oilcrops,18.384426,0.0225937432041664
-1999,Ghana,Pulses,18.384426,0.000645328823429135
+1999,Ghana,FruitVeg,18.384426,0.162035899298678
+1999,Ghana,OilcropsPulses,18.384426,0.0232390720275955
 1999,Ghana,Starchy Roots,18.384426,0.416214245688171
+1999,Ghana,Sugar,18.384426,0.00591016548463357
 2000,Ghana,Ruminants,18.824994,0.140984384908702
 2000,Ghana,Cereals,18.824994,0.0796509151609823
 2000,Ghana,Monogastrics,18.824994,0.0125001420983189
-2000,Ghana,Oilcrops,18.824994,0.0226608305957495
-2000,Ghana,Pulses,18.824994,0.000681381359271615
+2000,Ghana,FruitVeg,18.824994,0.143996008710547
+2000,Ghana,OilcropsPulses,18.824994,0.0233422119550211
 2000,Ghana,Starchy Roots,18.824994,0.417191368029121
+2000,Ghana,Sugar,18.824994,0.00737928522048931
 2001,Ghana,Ruminants,19.293804,0.135004211714808
 2001,Ghana,Cereals,19.293804,0.0847431641785104
 2001,Ghana,Monogastrics,19.293804,0.0118369969965487
-2001,Ghana,Oilcrops,19.293804,0.0238914524061714
-2001,Ghana,Pulses,19.293804,0.000368097447242648
+2001,Ghana,FruitVeg,19.293804,0.147416704347157
+2001,Ghana,OilcropsPulses,19.293804,0.0242595498534141
 2001,Ghana,Starchy Roots,19.293804,0.420765702813193
+2001,Ghana,Sugar,19.293804,0.00721931247979921
 2002,Ghana,Ruminants,19.788181,0.133211425547401
 2002,Ghana,Cereals,19.788181,0.0817119067184599
 2002,Ghana,Monogastrics,19.788181,0.014829023445864
-2002,Ghana,Oilcrops,19.788181,0.0319373468435527
-2002,Ghana,Pulses,19.788181,0.000619410141841739
+2002,Ghana,FruitVeg,19.788181,0.157311174786606
+2002,Ghana,OilcropsPulses,19.788181,0.0325567569853945
 2002,Ghana,Starchy Roots,19.788181,0.418725652448803
+2002,Ghana,Sugar,19.788181,0.00732326028349953
 2003,Ghana,Ruminants,20.305396,0.133516179640131
 2003,Ghana,Cereals,20.305396,0.0886894301396535
 2003,Ghana,Monogastrics,20.305396,0.0203865415872707
-2003,Ghana,Oilcrops,20.305396,0.0283056779587061
-2003,Ghana,Pulses,20.305396,0.000475637116360597
+2003,Ghana,FruitVeg,20.305396,0.154966394154539
+2003,Ghana,OilcropsPulses,20.305396,0.0287813150750667
 2003,Ghana,Starchy Roots,20.305396,0.417084109071303
+2003,Ghana,Sugar,20.305396,0.0069431297966314
 2004,Ghana,Ruminants,20.840493,0.136275331874347
 2004,Ghana,Cereals,20.840493,0.0901797764573036
 2004,Ghana,Monogastrics,20.840493,0.0187307085297838
-2004,Ghana,Oilcrops,20.840493,0.0253994951079132
-2004,Ghana,Pulses,20.840493,0.000685540404442448
+2004,Ghana,FruitVeg,20.840493,0.167012507813515
+2004,Ghana,OilcropsPulses,20.840493,0.0260850355123557
 2004,Ghana,Starchy Roots,20.840493,0.402762017194123
+2004,Ghana,Sugar,20.840493,0.00830743303433369
 2005,Ghana,Ruminants,21.389514,0.134748395872856
 2005,Ghana,Cereals,21.389514,0.0960550108805651
 2005,Ghana,Monogastrics,21.389514,0.0190684697183863
-2005,Ghana,Oilcrops,21.389514,0.0265238378020183
-2005,Ghana,Pulses,21.389514,0.000683465739333769
+2005,Ghana,FruitVeg,21.389514,0.176313870432026
+2005,Ghana,OilcropsPulses,21.389514,0.0272073035413521
 2005,Ghana,Starchy Roots,21.389514,0.389217866287191
+2005,Ghana,Sugar,21.389514,0.00949198752248415
 2006,Ghana,Ruminants,21.951891,0.130439988062987
 2006,Ghana,Cereals,21.951891,0.0976934971114789
 2006,Ghana,Monogastrics,21.951891,0.0222913187752253
-2006,Ghana,Oilcrops,21.951891,0.0301707948531632
-2006,Ghana,Pulses,21.951891,0.000714744802623154
+2006,Ghana,FruitVeg,21.951891,0.176364806111692
+2006,Ghana,OilcropsPulses,21.951891,0.0308855396557864
 2006,Ghana,Starchy Roots,21.951891,0.388932051457435
+2006,Ghana,Sugar,21.951891,0.00966199221743585
 2007,Ghana,Ruminants,22.528041,0.139657558329195
 2007,Ghana,Cereals,22.528041,0.0934405703540756
 2007,Ghana,Monogastrics,22.528041,0.0267698110101984
-2007,Ghana,Oilcrops,22.528041,0.0215043110051158
-2007,Ghana,Pulses,22.528041,0.000860172440204632
+2007,Ghana,FruitVeg,22.528041,0.192286004806188
+2007,Ghana,OilcropsPulses,22.528041,0.0223644834453204
 2007,Ghana,Starchy Roots,22.528041,0.405410483761105
+2007,Ghana,Sugar,22.528041,0.0101210753300742
 2008,Ghana,Ruminants,23.115919,0.145842616077691
 2008,Ghana,Cereals,23.115919,0.100726084046237
 2008,Ghana,Monogastrics,23.115919,0.0268218711096885
-2008,Ghana,Oilcrops,23.115919,0.0265515292729655
-2008,Ghana,Pulses,23.115919,0.000835528105112325
+2008,Ghana,FruitVeg,23.115919,0.193617177841815
+2008,Ghana,OilcropsPulses,23.115919,0.0273870573780778
 2008,Ghana,Starchy Roots,23.115919,0.405797537186387
+2008,Ghana,Sugar,23.115919,0.00953464147369611
 2009,Ghana,Ruminants,23.713164,0.13252698796331
 2009,Ghana,Cereals,23.713164,0.10654398544201
 2009,Ghana,Monogastrics,23.713164,0.0252280547631687
-2009,Ghana,Oilcrops,23.713164,0.0256830762862349
-2009,Ghana,Pulses,23.713164,0.000795760531998176
+2009,Ghana,FruitVeg,23.713164,0.203713937119483
+2009,Ghana,OilcropsPulses,23.713164,0.0264788368182331
 2009,Ghana,Starchy Roots,23.713164,0.412879318845853
+2009,Ghana,Sugar,23.713164,0.0112769430515472
 2010,Ghana,Ruminants,24.317734,0.139921268980078
 2010,Ghana,Cereals,24.317734,0.110655499398094
 2010,Ghana,Monogastrics,24.317734,0.0289586480385056
-2010,Ghana,Oilcrops,24.317734,0.0260735231333643
-2010,Ghana,Pulses,24.317734,0.00105412782292955
+2010,Ghana,FruitVeg,24.317734,0.20525909198612
+2010,Ghana,OilcropsPulses,24.317734,0.0271276509562939
 2010,Ghana,Starchy Roots,24.317734,0.404135887003287
+2010,Ghana,Sugar,24.317734,0.0130122732652639
 2011,Ghana,Ruminants,24.928503,0.136931054383811
 2011,Ghana,Cereals,24.928503,0.112179098760965
 2011,Ghana,Monogastrics,24.928503,0.0362475075218115
-2011,Ghana,Oilcrops,24.928503,0.0245817007142386
-2011,Ghana,Pulses,24.928503,0.00182373566515406
+2011,Ghana,FruitVeg,24.928503,0.211100963423275
+2011,Ghana,OilcropsPulses,24.928503,0.0264054363793927
 2011,Ghana,Starchy Roots,24.928503,0.433295693688466
+2011,Ghana,Sugar,24.928503,0.0110388899004485
 1961,Greece,Ruminants,8.39805,0.367690475765207
 1961,Greece,Cereals,8.39805,0.172367275736629
 1961,Greece,Monogastrics,8.39805,0.0460765177630521
-1961,Greece,Oilcrops,8.39805,0.195161733973958
-1961,Greece,Pulses,8.39805,0.00787325629163913
+1961,Greece,FruitVeg,8.39805,0.318363429605682
+1961,Greece,OilcropsPulses,8.39805,0.203034990265597
 1961,Greece,Starchy Roots,8.39805,0.0323906144878871
+1961,Greece,Sugar,8.39805,0.0146357785438286
 1962,Greece,Ruminants,8.448233,0.424382755541898
 1962,Greece,Cereals,8.448233,0.168080946631088
 1962,Greece,Monogastrics,8.448233,0.0498804187810635
-1962,Greece,Oilcrops,8.448233,0.0768389082071955
-1962,Greece,Pulses,8.448233,0.00692488003112604
+1962,Greece,FruitVeg,8.448233,0.321772730463282
+1962,Greece,OilcropsPulses,8.448233,0.0837637882383215
 1962,Greece,Starchy Roots,8.448233,0.0294925577928544
+1962,Greece,Sugar,8.448233,0.0147615483616515
 1963,Greece,Ruminants,8.479625,0.492893423942686
 1963,Greece,Cereals,8.479625,0.166959623804119
 1963,Greece,Monogastrics,8.479625,0.0547700281557262
-1963,Greece,Oilcrops,8.479625,0.164701151289119
-1963,Greece,Pulses,8.479625,0.007262349455312
+1963,Greece,FruitVeg,8.479625,0.31265757624895
+1963,Greece,OilcropsPulses,8.479625,0.171963500744432
 1963,Greece,Starchy Roots,8.479625,0.0351971932721081
+1963,Greece,Sugar,8.479625,0.0132591948346772
 1964,Greece,Ruminants,8.510429,0.513779587374502
 1964,Greece,Cereals,8.510429,0.169359264967724
 1964,Greece,Monogastrics,8.510429,0.054867210571876
-1964,Greece,Oilcrops,8.510429,0.10109819375733
-1964,Greece,Pulses,8.510429,0.00802462484558652
+1964,Greece,FruitVeg,8.510429,0.351381581351539
+1964,Greece,OilcropsPulses,8.510429,0.109122818602916
 1964,Greece,Starchy Roots,8.510429,0.0385915915637155
+1964,Greece,Sugar,8.510429,0.0153318945496167
 1965,Greece,Ruminants,8.550333,0.596711660235923
 1965,Greece,Cereals,8.550333,0.169925545589862
 1965,Greece,Monogastrics,8.550333,0.0702363054164089
-1965,Greece,Oilcrops,8.550333,0.127340888360722
-1965,Greece,Pulses,8.550333,0.00810447967348172
+1965,Greece,FruitVeg,8.550333,0.34563273734485
+1965,Greece,OilcropsPulses,8.550333,0.135445368034204
 1965,Greece,Starchy Roots,8.550333,0.0368423077791239
+1965,Greece,Sugar,8.550333,0.0177842196321477
 1966,Greece,Ruminants,8.613651,0.629791687636288
 1966,Greece,Cereals,8.613651,0.161513277006463
 1966,Greece,Monogastrics,8.613651,0.0760167552644053
-1966,Greece,Oilcrops,8.613651,0.127429936504277
-1966,Greece,Pulses,8.613651,0.00811409703039977
+1966,Greece,FruitVeg,8.613651,0.374113137390869
+1966,Greece,OilcropsPulses,8.613651,0.135544033534677
 1966,Greece,Starchy Roots,8.613651,0.039799267465097
+1966,Greece,Sugar,8.613651,0.0199428790416514
 1967,Greece,Ruminants,8.684088,0.671726760484233
 1967,Greece,Cereals,8.684088,0.164630989460263
 1967,Greece,Monogastrics,8.684088,0.0744112219959079
-1967,Greece,Oilcrops,8.684088,0.141601858479555
-1967,Greece,Pulses,8.684088,0.00845914965394179
+1967,Greece,FruitVeg,8.684088,0.360904679915726
+1967,Greece,OilcropsPulses,8.684088,0.150061008133497
 1967,Greece,Starchy Roots,8.684088,0.0497701082715882
+1967,Greece,Sugar,8.684088,0.0200589860443607
 1968,Greece,Ruminants,8.740765,0.698840524828204
 1968,Greece,Cereals,8.740765,0.160094453975138
 1968,Greece,Monogastrics,8.740765,0.0706183840888069
-1968,Greece,Oilcrops,8.740765,0.112396111781978
-1968,Greece,Pulses,8.740765,0.00754705108763363
+1968,Greece,FruitVeg,8.740765,0.410485695474023
+1968,Greece,OilcropsPulses,8.740765,0.119943162869612
 1968,Greece,Starchy Roots,8.740765,0.0484795095166155
+1968,Greece,Sugar,8.740765,0.0201198636503784
 1969,Greece,Ruminants,8.772764,0.744708372412617
 1969,Greece,Cereals,8.772764,0.165174282586423
 1969,Greece,Monogastrics,8.772764,0.0776728976181281
-1969,Greece,Oilcrops,8.772764,0.101044323089052
-1969,Greece,Pulses,8.772764,0.00796544851770776
+1969,Greece,FruitVeg,8.772764,0.416232671937829
+1969,Greece,OilcropsPulses,8.772764,0.109009771606759
 1969,Greece,Starchy Roots,8.772764,0.0531363889419572
+1969,Greece,Sugar,8.772764,0.0190912464988229
 1970,Greece,Ruminants,8.792806,0.854532944318344
 1970,Greece,Cereals,8.792806,0.168190791426537
 1970,Greece,Monogastrics,8.792806,0.0881586037494743
-1970,Greece,Oilcrops,8.792806,0.139689195917663
-1970,Greece,Pulses,8.792806,0.00816315064838232
+1970,Greece,FruitVeg,8.792806,0.431543809791777
+1970,Greece,OilcropsPulses,8.792806,0.147852346566045
 1970,Greece,Starchy Roots,8.792806,0.0563924644760728
+1970,Greece,Sugar,8.792806,0.021414438121346
 1971,Greece,Ruminants,8.831036,0.800248826977945
 1971,Greece,Cereals,8.831036,0.160573006383396
 1971,Greece,Monogastrics,8.831036,0.103951189871721
-1971,Greece,Oilcrops,8.831036,0.126093586301766
-1971,Greece,Pulses,8.831036,0.00689885082565624
+1971,Greece,FruitVeg,8.831036,0.420261110927416
+1971,Greece,OilcropsPulses,8.831036,0.132992437127422
 1971,Greece,Starchy Roots,8.831036,0.0529089678719462
+1971,Greece,Sugar,8.831036,0.0235739045792589
 1972,Greece,Ruminants,8.888628,0.771414351011202
 1972,Greece,Cereals,8.888628,0.16744788959556
 1972,Greece,Monogastrics,8.888628,0.113495446091343
-1972,Greece,Oilcrops,8.888628,0.180770980628281
-1972,Greece,Pulses,8.888628,0.0068229877546906
+1972,Greece,FruitVeg,8.888628,0.392955358239764
+1972,Greece,OilcropsPulses,8.888628,0.187593968382972
 1972,Greece,Starchy Roots,8.888628,0.0558238009285573
+1972,Greece,Sugar,8.888628,0.0241199204196643
 1973,Greece,Ruminants,8.929086,0.853224730952306
 1973,Greece,Cereals,8.929086,0.17279752933279
 1973,Greece,Monogastrics,8.929086,0.132484959826795
-1973,Greece,Oilcrops,8.929086,0.152939169809765
-1973,Greece,Pulses,8.929086,0.00763919173810175
+1973,Greece,FruitVeg,8.929086,0.444322632798027
+1973,Greece,OilcropsPulses,8.929086,0.160578361547867
 1973,Greece,Starchy Roots,8.929086,0.060817534963825
+1973,Greece,Sugar,8.929086,0.0284013391740207
 1974,Greece,Ruminants,8.962022,0.779360081910087
 1974,Greece,Cereals,8.962022,0.169928170227656
 1974,Greece,Monogastrics,8.962022,0.137892765717379
-1974,Greece,Oilcrops,8.962022,0.162794958548417
-1974,Greece,Pulses,8.962022,0.00700745880784493
+1974,Greece,FruitVeg,8.962022,0.476531300637289
+1974,Greece,OilcropsPulses,8.962022,0.169802417356262
 1974,Greece,Starchy Roots,8.962022,0.0593588143389963
+1974,Greece,Sugar,8.962022,0.0293926973176366
 1975,Greece,Ruminants,9.046541,0.802602818027354
 1975,Greece,Cereals,9.046541,0.170449899027706
 1975,Greece,Monogastrics,9.046541,0.139486119611905
-1975,Greece,Oilcrops,9.046541,0.175955097091806
-1975,Greece,Pulses,9.046541,0.00704324448427305
+1975,Greece,FruitVeg,9.046541,0.464118827295427
+1975,Greece,OilcropsPulses,9.046541,0.182998341576079
 1975,Greece,Starchy Roots,9.046541,0.0631548566463138
+1975,Greece,Sugar,9.046541,0.0278737475461616
 1976,Greece,Ruminants,9.18815,0.940869108580073
 1976,Greece,Cereals,9.18815,0.168469604871492
 1976,Greece,Monogastrics,9.18815,0.148511550203251
-1976,Greece,Oilcrops,9.18815,0.148915069954235
-1976,Greece,Pulses,9.18815,0.0065124100063669
+1976,Greece,FruitVeg,9.18815,0.397812617338637
+1976,Greece,OilcropsPulses,9.18815,0.155427479960601
 1976,Greece,Starchy Roots,9.18815,0.0666942746907702
+1976,Greece,Sugar,9.18815,0.0298434396478072
 1977,Greece,Ruminants,9.308479,0.917124451803565
 1977,Greece,Cereals,9.308479,0.172819103958874
 1977,Greece,Monogastrics,9.308479,0.153580665541599
-1977,Greece,Oilcrops,9.308479,0.162194489561614
-1977,Greece,Pulses,9.308479,0.00566193467267853
+1977,Greece,FruitVeg,9.308479,0.390069204646645
+1977,Greece,OilcropsPulses,9.308479,0.167856424234292
 1977,Greece,Starchy Roots,9.308479,0.0667121878880535
+1977,Greece,Sugar,9.308479,0.031327459620417
 1978,Greece,Ruminants,9.429959,1.00647607269554
 1978,Greece,Cereals,9.429959,0.165998706887273
 1978,Greece,Monogastrics,9.429959,0.161831551971753
-1978,Greece,Oilcrops,9.429959,0.153599713423993
-1978,Greece,Pulses,9.429959,0.00614615609675503
+1978,Greece,FruitVeg,9.429959,0.44541519215513
+1978,Greece,OilcropsPulses,9.429959,0.159745869520748
 1978,Greece,Starchy Roots,9.429959,0.0651372927496291
+1978,Greece,Sugar,9.429959,0.0321229392407751
 1979,Greece,Ruminants,9.548258,0.953484269067719
 1979,Greece,Cereals,9.548258,0.165269937196921
 1979,Greece,Monogastrics,9.548258,0.175898870767841
-1979,Greece,Oilcrops,9.548258,0.142614076829512
-1979,Greece,Pulses,9.548258,0.00741643135323742
+1979,Greece,FruitVeg,9.548258,0.428908498283142
+1979,Greece,OilcropsPulses,9.548258,0.150030508182749
 1979,Greece,Starchy Roots,9.548258,0.0680126154948892
+1979,Greece,Sugar,9.548258,0.0331236336512901
 1980,Greece,Ruminants,9.642505,0.911199154161704
 1980,Greece,Cereals,9.642505,0.153429321530038
 1980,Greece,Monogastrics,9.642505,0.168827229023993
-1980,Greece,Oilcrops,9.642505,0.193982580252746
-1980,Greece,Pulses,9.642505,0.0067564393277473
+1980,Greece,FruitVeg,9.642505,0.44265146867956
+1980,Greece,OilcropsPulses,9.642505,0.200739019580493
 1980,Greece,Starchy Roots,9.642505,0.0779762105386515
+1980,Greece,Sugar,9.642505,0.0257959938833322
 1981,Greece,Ruminants,9.72935,0.766927574812295
 1981,Greece,Cereals,9.72935,0.165755985754444
 1981,Greece,Monogastrics,9.72935,0.182504350239225
-1981,Greece,Oilcrops,9.72935,0.172175222394096
-1981,Greece,Pulses,9.72935,0.00562668626372779
+1981,Greece,FruitVeg,9.72935,0.517560165889808
+1981,Greece,OilcropsPulses,9.72935,0.177801908657824
 1981,Greece,Starchy Roots,9.72935,0.0779056154830487
+1981,Greece,Sugar,9.72935,0.0311575798999933
 1982,Greece,Ruminants,9.789513,0.88308805555496
 1982,Greece,Cereals,9.789513,0.171472064034238
 1982,Greece,Monogastrics,9.789513,0.19374390738334
-1982,Greece,Oilcrops,9.789513,0.19147101597393
-1982,Greece,Pulses,9.789513,0.00535981718396002
+1982,Greece,FruitVeg,9.789513,0.464490930243415
+1982,Greece,OilcropsPulses,9.789513,0.196830833157891
 1982,Greece,Starchy Roots,9.789513,0.0767500896111993
+1982,Greece,Sugar,9.789513,0.0314693897439025
 1983,Greece,Ruminants,9.846627,0.955273821177546
 1983,Greece,Cereals,9.846627,0.162475840711748
 1983,Greece,Monogastrics,9.846627,0.204613640792933
-1983,Greece,Oilcrops,9.846627,0.162879532249978
-1983,Greece,Pulses,9.846627,0.00554687407169988
+1983,Greece,FruitVeg,9.846627,0.474050454028572
+1983,Greece,OilcropsPulses,9.846627,0.168426406321677
 1983,Greece,Starchy Roots,9.846627,0.0771188956380698
+1983,Greece,Sugar,9.846627,0.0316921723550613
 1984,Greece,Ruminants,9.895801,0.946580665880407
 1984,Greece,Cereals,9.895801,0.169819300125376
 1984,Greece,Monogastrics,9.895801,0.211623020713533
-1984,Greece,Oilcrops,9.895801,0.152245785864126
-1984,Greece,Pulses,9.895801,0.00484033581516039
+1984,Greece,FruitVeg,9.895801,0.524972359488636
+1984,Greece,OilcropsPulses,9.895801,0.157086121679286
 1984,Greece,Starchy Roots,9.895801,0.0735879793864084
+1984,Greece,Sugar,9.895801,0.0328355430752902
 1985,Greece,Ruminants,9.9343,0.938156004952538
 1985,Greece,Cereals,9.9343,0.163527374852783
 1985,Greece,Monogastrics,9.9343,0.202557170610914
-1985,Greece,Oilcrops,9.9343,0.217002808451527
-1985,Greece,Pulses,9.9343,0.00466857252146603
+1985,Greece,FruitVeg,9.9343,0.516086890873036
+1985,Greece,OilcropsPulses,9.9343,0.221671380972993
 1985,Greece,Starchy Roots,9.9343,0.0722586392599378
+1985,Greece,Sugar,9.9343,0.0338214066416355
 1986,Greece,Ruminants,9.967213,0.939787661806766
 1986,Greece,Cereals,9.967213,0.154334115263715
 1986,Greece,Monogastrics,9.967213,0.204756314528444
-1986,Greece,Oilcrops,9.967213,0.159082885055231
-1986,Greece,Pulses,9.967213,0.00583864315932648
+1986,Greece,FruitVeg,9.967213,0.439139908016413
+1986,Greece,OilcropsPulses,9.967213,0.164921528214557
 1986,Greece,Starchy Roots,9.967213,0.0748410814537625
+1986,Greece,Sugar,9.967213,0.0335462882151711
 1987,Greece,Ruminants,10.000595,0.950167115056654
 1987,Greece,Cereals,10.000595,0.165286565449356
 1987,Greece,Monogastrics,10.000595,0.216802130273249
-1987,Greece,Oilcrops,10.000595,0.17143149982576
-1987,Greece,Pulses,10.000595,0.00529978466281256
+1987,Greece,FruitVeg,10.000595,0.436230244300464
+1987,Greece,OilcropsPulses,10.000595,0.176731284488573
 1987,Greece,Starchy Roots,10.000595,0.0785372270349914
+1987,Greece,Sugar,10.000595,0.0341407686242669
 1988,Greece,Ruminants,10.036983,0.952719975713818
 1988,Greece,Cereals,10.036983,0.163824527749026
 1988,Greece,Monogastrics,10.036983,0.195133836532352
-1988,Greece,Oilcrops,10.036983,0.190178462990323
-1988,Greece,Pulses,10.036983,0.00486490811033555
+1988,Greece,FruitVeg,10.036983,0.511635219467842
+1988,Greece,OilcropsPulses,10.036983,0.195043371100658
 1988,Greece,Starchy Roots,10.036983,0.0764743748196047
+1988,Greece,Sugar,10.036983,0.0334141245432019
 1989,Greece,Ruminants,10.089498,1.01650550899559
 1989,Greece,Cereals,10.089498,0.168403224818519
 1989,Greece,Monogastrics,10.089498,0.212545658862314
-1989,Greece,Oilcrops,10.089498,0.204811180893242
-1989,Greece,Pulses,10.089498,0.00504554339571701
+1989,Greece,FruitVeg,10.089498,0.512717481087761
+1989,Greece,OilcropsPulses,10.089498,0.209856724288959
 1989,Greece,Starchy Roots,10.089498,0.0795260576888959
+1989,Greece,Sugar,10.089498,0.0355040458900928
 1990,Greece,Ruminants,10.196792,0.930159191243677
 1990,Greece,Cereals,10.196792,0.168711198580887
 1990,Greece,Monogastrics,10.196792,0.202243303580185
-1990,Greece,Oilcrops,10.196792,0.140604515616284
-1990,Greece,Pulses,10.196792,0.00553360311752951
+1990,Greece,FruitVeg,10.196792,0.481536938284119
+1990,Greece,OilcropsPulses,10.196792,0.146138118733814
 1990,Greece,Starchy Roots,10.196792,0.0744507684377596
+1990,Greece,Sugar,10.196792,0.0306097250978543
 1991,Greece,Ruminants,10.319927,0.925322223694024
 1991,Greece,Cereals,10.319927,0.165518418880289
 1991,Greece,Monogastrics,10.319927,0.194226974667553
-1991,Greece,Oilcrops,10.319927,0.230908803909175
-1991,Greece,Pulses,10.319927,0.00642814624560813
+1991,Greece,FruitVeg,10.319927,0.498013309590271
+1991,Greece,OilcropsPulses,10.319927,0.237336950154783
 1991,Greece,Starchy Roots,10.319927,0.0743376382410457
+1991,Greece,Sugar,10.319927,0.0289912903453678
 1992,Greece,Ruminants,10.399061,0.969644211145603
 1992,Greece,Cereals,10.399061,0.166608792851585
 1992,Greece,Monogastrics,10.399061,0.20754310413219
-1992,Greece,Oilcrops,10.399061,0.213917968170395
-1992,Greece,Pulses,10.399061,0.00559964019828329
+1992,Greece,FruitVeg,10.399061,0.489979143309189
+1992,Greece,OilcropsPulses,10.399061,0.219517608368679
 1992,Greece,Starchy Roots,10.399061,0.0795930517188042
+1992,Greece,Sugar,10.399061,0.0309019247026246
 1993,Greece,Ruminants,10.460415,0.939447870854072
 1993,Greece,Cereals,10.460415,0.169086216942636
 1993,Greece,Monogastrics,10.460415,0.207301220840665
-1993,Greece,Oilcrops,10.460415,0.197551148783294
-1993,Greece,Pulses,10.460415,0.00501136905180148
+1993,Greece,FruitVeg,10.460415,0.487366227821745
+1993,Greece,OilcropsPulses,10.460415,0.202562517835095
 1993,Greece,Starchy Roots,10.460415,0.0788479233376496
+1993,Greece,Sugar,10.460415,0.0294557147111276
 1994,Greece,Ruminants,10.512922,0.938036389882851
 1994,Greece,Cereals,10.512922,0.16418080529847
 1994,Greece,Monogastrics,10.512922,0.217446357920281
-1994,Greece,Oilcrops,10.512922,0.228937492354647
-1994,Greece,Pulses,10.512922,0.00479885611250611
+1994,Greece,FruitVeg,10.512922,0.501371550174157
+1994,Greece,OilcropsPulses,10.512922,0.233736348467153
 1994,Greece,Starchy Roots,10.512922,0.0864636872603069
+1994,Greece,Sugar,10.512922,0.0303174512281172
 1995,Greece,Ruminants,10.562153,0.953523254207736
 1995,Greece,Cereals,10.562153,0.165340153659959
 1995,Greece,Monogastrics,10.562153,0.257308306365189
-1995,Greece,Oilcrops,10.562153,0.246221485335424
-1995,Greece,Pulses,10.562153,0.00505711288219362
+1995,Greece,FruitVeg,10.562153,0.480522105672963
+1995,Greece,OilcropsPulses,10.562153,0.251278598217617
 1995,Greece,Starchy Roots,10.562153,0.0702732672022456
+1995,Greece,Sugar,10.562153,0.030128611089046
 1996,Greece,Ruminants,10.6088,0.949199720986351
 1996,Greece,Cereals,10.6088,0.163597862152176
 1996,Greece,Monogastrics,10.6088,0.229759906869768
-1996,Greece,Oilcrops,10.6088,0.256590472060931
-1996,Greece,Pulses,10.6088,0.00525695648895257
+1996,Greece,FruitVeg,10.6088,0.484743891863359
+1996,Greece,OilcropsPulses,10.6088,0.261847428549883
 1996,Greece,Starchy Roots,10.6088,0.0713850765402307
+1996,Greece,Sugar,10.6088,0.0294710994645954
 1997,Greece,Ruminants,10.661259,0.948590884059753
 1997,Greece,Cereals,10.661259,0.164258836597066
 1997,Greece,Monogastrics,10.661259,0.251586777884301
-1997,Greece,Oilcrops,10.661259,0.241646882417921
-1997,Greece,Pulses,10.661259,0.0048714696828958
+1997,Greece,FruitVeg,10.661259,0.467582205816405
+1997,Greece,OilcropsPulses,10.661259,0.246518352100817
 1997,Greece,Starchy Roots,10.661259,0.0761300330476917
+1997,Greece,Sugar,10.661259,0.026111175049776
 1998,Greece,Ruminants,10.720509,0.987526926193523
 1998,Greece,Cereals,10.720509,0.158750018306034
 1998,Greece,Monogastrics,10.720509,0.239575620896359
-1998,Greece,Oilcrops,10.720509,0.242003994399893
-1998,Greece,Pulses,10.720509,0.0044888726831907
+1998,Greece,FruitVeg,10.720509,0.476027770696335
+1998,Greece,OilcropsPulses,10.720509,0.246492867083083
 1998,Greece,Starchy Roots,10.720509,0.0816720549369438
+1998,Greece,Sugar,10.720509,0.0306879085685204
 1999,Greece,Ruminants,10.761698,1.05081368200446
 1999,Greece,Cereals,10.761698,0.162971308059379
 1999,Greece,Monogastrics,10.761698,0.273124798707416
-1999,Greece,Oilcrops,10.761698,0.271259609775335
-1999,Greece,Pulses,10.761698,0.00478818491282695
+1999,Greece,FruitVeg,10.761698,0.52483976041699
+1999,Greece,OilcropsPulses,10.761698,0.276047794688162
 1999,Greece,Starchy Roots,10.761698,0.0823358916037228
+1999,Greece,Sugar,10.761698,0.0313513722462756
 2000,Greece,Ruminants,10.805808,1.30438816791859
 2000,Greece,Cereals,10.805808,0.160905783260262
 2000,Greece,Monogastrics,10.805808,0.301348025062078
-2000,Greece,Oilcrops,10.805808,0.281439481434429
-2000,Greece,Pulses,10.805808,0.00474541098638806
+2000,Greece,FruitVeg,10.805808,0.511915258905211
+2000,Greece,OilcropsPulses,10.805808,0.286184892420817
 2000,Greece,Starchy Roots,10.805808,0.0836691712456857
+2000,Greece,Sugar,10.805808,0.0320822838976965
 2001,Greece,Ruminants,10.862132,0.996164629558912
 2001,Greece,Cereals,10.862132,0.159954970166078
 2001,Greece,Monogastrics,10.862132,0.307141811570693
-2001,Greece,Oilcrops,10.862132,0.26399706797892
-2001,Greece,Pulses,10.862132,0.00420451528300337
+2001,Greece,FruitVeg,10.862132,0.508468319110834
+2001,Greece,OilcropsPulses,10.862132,0.268201583261923
 2001,Greece,Starchy Roots,10.862132,0.0769116965251389
+2001,Greece,Sugar,10.862132,0.0331953248220515
 2002,Greece,Ruminants,10.902022,0.922803146058593
 2002,Greece,Cereals,10.902022,0.160521965558316
 2002,Greece,Monogastrics,10.902022,0.273934926933738
-2002,Greece,Oilcrops,10.902022,0.270712350424536
-2002,Greece,Pulses,10.902022,0.00538349674950206
+2002,Greece,FruitVeg,10.902022,0.482634138878091
+2002,Greece,OilcropsPulses,10.902022,0.276095847174038
 2002,Greece,Starchy Roots,10.902022,0.0718299779618863
+2002,Greece,Sugar,10.902022,0.0331203697809452
 2003,Greece,Ruminants,10.92807,0.943152542031667
 2003,Greece,Cereals,10.92807,0.159210638292031
 2003,Greece,Monogastrics,10.92807,0.269610846196995
-2003,Greece,Oilcrops,10.92807,0.221343933558259
-2003,Greece,Pulses,10.92807,0.00486719063842014
+2003,Greece,FruitVeg,10.92807,0.496825056940521
+2003,Greece,OilcropsPulses,10.92807,0.226211124196679
 2003,Greece,Starchy Roots,10.92807,0.0819470409688079
+2003,Greece,Sugar,10.92807,0.0339371911051082
 2004,Greece,Ruminants,10.955141,0.919070891009071
 2004,Greece,Cereals,10.955141,0.165065424534472
 2004,Greece,Monogastrics,10.955141,0.251759744580193
-2004,Greece,Oilcrops,10.955141,0.228132800846653
-2004,Greece,Pulses,10.955141,0.00472892133474138
+2004,Greece,FruitVeg,10.955141,0.555239590252649
+2004,Greece,OilcropsPulses,10.955141,0.232861722181394
 2004,Greece,Starchy Roots,10.955141,0.0775703388938581
+2004,Greece,Sugar,10.955141,0.0351443217389899
 2005,Greece,Ruminants,10.987314,0.913388385914883
 2005,Greece,Cereals,10.987314,0.155783843075751
 2005,Greece,Monogastrics,10.987314,0.268916042628799
-2005,Greece,Oilcrops,10.987314,0.25183015612369
-2005,Greece,Pulses,10.987314,0.00461723402098092
+2005,Greece,FruitVeg,10.987314,0.487644022915883
+2005,Greece,OilcropsPulses,10.987314,0.25644739014467
 2005,Greece,Starchy Roots,10.987314,0.0727085800951898
+2005,Greece,Sugar,10.987314,0.0329778506375626
 2006,Greece,Ruminants,11.020362,0.97342694368842
 2006,Greece,Cereals,11.020362,0.146745179514067
 2006,Greece,Monogastrics,11.020362,0.272912958757616
-2006,Greece,Oilcrops,11.020362,0.251803797370722
-2006,Greece,Pulses,11.020362,0.00463977499105746
+2006,Greece,FruitVeg,11.020362,0.455632582668337
+2006,Greece,OilcropsPulses,11.020362,0.256443572361779
 2006,Greece,Starchy Roots,11.020362,0.0757056800856451
+2006,Greece,Sugar,11.020362,0.0274074481400883
 2007,Greece,Ruminants,11.048473,0.957958063526064
 2007,Greece,Cereals,11.048473,0.143685828801863
 2007,Greece,Monogastrics,11.048473,0.251037215731079
-2007,Greece,Oilcrops,11.048473,0.21798297375574
-2007,Greece,Pulses,11.048473,0.00566331655062197
+2007,Greece,FruitVeg,11.048473,0.448176141626087
+2007,Greece,OilcropsPulses,11.048473,0.223646290306362
 2007,Greece,Starchy Roots,11.048473,0.081715726689109
+2007,Greece,Sugar,11.048473,0.0299104681705789
 2008,Greece,Ruminants,11.077841,0.918927018360347
 2008,Greece,Cereals,11.077841,0.158813617202125
 2008,Greece,Monogastrics,11.077841,0.257749510938097
-2008,Greece,Oilcrops,11.077841,0.236505199885068
-2008,Greece,Pulses,11.077841,0.00434579265039099
+2008,Greece,FruitVeg,11.077841,0.42354588768696
+2008,Greece,OilcropsPulses,11.077841,0.240850992535459
 2008,Greece,Starchy Roots,11.077841,0.0727770871598536
+2008,Greece,Sugar,11.077841,0.0295013261158018
 2009,Greece,Ruminants,11.107017,0.92517206915232
 2009,Greece,Cereals,11.107017,0.148620822314398
 2009,Greece,Monogastrics,11.107017,0.263256462108593
-2009,Greece,Oilcrops,11.107017,0.218484945147739
-2009,Greece,Pulses,11.107017,0.00464976329828252
+2009,Greece,FruitVeg,11.107017,0.446203332541942
+2009,Greece,OilcropsPulses,11.107017,0.223134708446021
 2009,Greece,Starchy Roots,11.107017,0.075483993587117
+2009,Greece,Sugar,11.107017,0.0260394847689528
 2010,Greece,Ruminants,11.121341,1.00186385796461
 2010,Greece,Cereals,11.121341,0.144379621126625
 2010,Greece,Monogastrics,11.121341,0.257276528073368
-2010,Greece,Oilcrops,11.121341,0.194973429912814
-2010,Greece,Pulses,11.121341,0.00495632675951578
+2010,Greece,FruitVeg,11.121341,0.38862417760592
+2010,Greece,OilcropsPulses,11.121341,0.199929756672329
 2010,Greece,Starchy Roots,11.121341,0.0682218987800122
+2010,Greece,Sugar,11.121341,0.0266443588052916
 2011,Greece,Ruminants,11.104899,0.946580990966239
 2011,Greece,Cereals,11.104899,0.150056925326381
 2011,Greece,Monogastrics,11.104899,0.273024185091643
-2011,Greece,Oilcrops,11.104899,0.183460831116069
-2011,Greece,Pulses,11.104899,0.00475979115163497
+2011,Greece,FruitVeg,11.104899,0.393502813487993
+2011,Greece,OilcropsPulses,11.104899,0.188220622267704
 2011,Greece,Starchy Roots,11.104899,0.0681192147717868
+2011,Greece,Sugar,11.104899,0.0258771376488881
 1961,Grenada,Ruminants,0.09126,0.183727810650888
 1961,Grenada,Cereals,0.09126,0.0862261669953978
 1961,Grenada,Monogastrics,0.09126,0.0386116589962744
-1961,Grenada,Oilcrops,0.09126,0.0498027613412229
-1961,Grenada,Pulses,0.09126,0.00750602673679597
+1961,Grenada,FruitVeg,0.09126,0.15249835634451
+1961,Grenada,OilcropsPulses,0.09126,0.0573087880780189
 1961,Grenada,Starchy Roots,0.09126,0.0177514792899408
+1961,Grenada,Sugar,0.09126,0.0365001095770327
 1962,Grenada,Ruminants,0.092424,0.197950748723275
 1962,Grenada,Cereals,0.092424,0.0899658097463862
 1962,Grenada,Monogastrics,0.092424,0.0381351164199775
-1962,Grenada,Oilcrops,0.092424,0.0476175019475461
-1962,Grenada,Pulses,0.092424,0.00733575694624773
+1962,Grenada,FruitVeg,0.092424,0.153596468449753
+1962,Grenada,OilcropsPulses,0.092424,0.0549532588937938
 1962,Grenada,Starchy Roots,0.092424,0.0178092270405955
+1962,Grenada,Sugar,0.092424,0.0429974898294815
 1963,Grenada,Ruminants,0.093354,0.215359813184223
 1963,Grenada,Cereals,0.093354,0.0877841335132935
 1963,Grenada,Monogastrics,0.093354,0.0399704351179382
-1963,Grenada,Oilcrops,0.093354,0.055605544486578
-1963,Grenada,Pulses,0.093354,0.00740193242924781
+1963,Grenada,FruitVeg,0.093354,0.157390149324078
+1963,Grenada,OilcropsPulses,0.093354,0.0630074769158258
 1963,Grenada,Starchy Roots,0.093354,0.0181781177025087
+1963,Grenada,Sugar,0.093354,0.0425584334897273
 1964,Grenada,Ruminants,0.094066,0.236438245487211
 1964,Grenada,Cereals,0.094066,0.0909467820466481
 1964,Grenada,Monogastrics,0.094066,0.0423691875916909
-1964,Grenada,Oilcrops,0.094066,0.0531754300172219
-1964,Grenada,Pulses,0.094066,0.00728212106393383
+1964,Grenada,FruitVeg,0.094066,0.160196032572874
+1964,Grenada,OilcropsPulses,0.094066,0.0604575510811558
 1964,Grenada,Starchy Roots,0.094066,0.0185401739204388
+1964,Grenada,Sugar,0.094066,0.0466162056428465
 1965,Grenada,Ruminants,0.094579,0.225679061948213
 1965,Grenada,Cereals,0.094579,0.0955708984023938
 1965,Grenada,Monogastrics,0.094579,0.045939373433849
-1965,Grenada,Oilcrops,0.094579,0.0528658581714757
-1965,Grenada,Pulses,0.094579,0.00720032988295499
+1965,Grenada,FruitVeg,0.094579,0.16170608697491
+1965,Grenada,OilcropsPulses,0.094579,0.0600661880544307
 1965,Grenada,Starchy Roots,0.094579,0.0184607576734793
+1965,Grenada,Sugar,0.094579,0.0533205045517504
 1966,Grenada,Ruminants,0.094878,0.277130630915491
 1966,Grenada,Cereals,0.094878,0.0979257572883071
 1966,Grenada,Monogastrics,0.094878,0.0514692552541158
-1966,Grenada,Oilcrops,0.094878,0.0578110837074981
-1966,Grenada,Pulses,0.094878,0.00802082674592635
+1966,Grenada,FruitVeg,0.094878,0.171725795231771
+1966,Grenada,OilcropsPulses,0.094878,0.0658319104534244
 1966,Grenada,Starchy Roots,0.094878,0.0197833006597947
+1966,Grenada,Sugar,0.094878,0.0528257341006345
 1967,Grenada,Ruminants,0.094962,0.263529622375266
 1967,Grenada,Cereals,0.094962,0.0997135696383817
 1967,Grenada,Monogastrics,0.094962,0.0523820054337524
-1967,Grenada,Oilcrops,0.094962,0.0629725574440302
-1967,Grenada,Pulses,0.094962,0.00766622438449064
+1967,Grenada,FruitVeg,0.094962,0.169520439754849
+1967,Grenada,OilcropsPulses,0.094962,0.0706387818285209
 1967,Grenada,Starchy Roots,0.094962,0.0207556706893284
+1967,Grenada,Sugar,0.094962,0.0559908173795834
 1968,Grenada,Ruminants,0.094875,0.280446903820817
 1968,Grenada,Cereals,0.094875,0.0977602108036891
 1968,Grenada,Monogastrics,0.094875,0.0610065876152833
-1968,Grenada,Oilcrops,0.094875,0.0362582345191041
-1968,Grenada,Pulses,0.094875,0.00777865612648221
+1968,Grenada,FruitVeg,0.094875,0.165407114624506
+1968,Grenada,OilcropsPulses,0.094875,0.0440368906455863
 1968,Grenada,Starchy Roots,0.094875,0.0227562582345191
+1968,Grenada,Sugar,0.094875,0.0573913043478261
 1969,Grenada,Ruminants,0.094682,0.366239623159629
 1969,Grenada,Cereals,0.094682,0.100716081198116
 1969,Grenada,Monogastrics,0.094682,0.0606303204410553
-1969,Grenada,Oilcrops,0.094682,0.0541391183118227
-1969,Grenada,Pulses,0.094682,0.00825922561838575
+1969,Grenada,FruitVeg,0.094682,0.163631946938172
+1969,Grenada,OilcropsPulses,0.094682,0.0623983439302085
 1969,Grenada,Starchy Roots,0.094682,0.022918823007541
+1969,Grenada,Sugar,0.094682,0.0532519380663695
 1970,Grenada,Ruminants,0.09443,0.327698824526104
 1970,Grenada,Cereals,0.09443,0.100465953616435
 1970,Grenada,Monogastrics,0.09443,0.0790257333474531
-1970,Grenada,Oilcrops,0.09443,0.0585195382823255
-1970,Grenada,Pulses,0.09443,0.00758233612199513
+1970,Grenada,FruitVeg,0.09443,0.160489251297257
+1970,Grenada,OilcropsPulses,0.09443,0.0661018744043207
 1970,Grenada,Starchy Roots,0.09443,0.0227364185110664
+1970,Grenada,Sugar,0.09443,0.049571110875781
 1971,Grenada,Ruminants,0.09418,0.335535145466129
 1971,Grenada,Cereals,0.09418,0.0889679337438947
 1971,Grenada,Monogastrics,0.09418,0.0820407729878955
-1971,Grenada,Oilcrops,0.09418,0.0660118921214695
-1971,Grenada,Pulses,0.09418,0.0072095986409004
+1971,Grenada,FruitVeg,0.09418,0.168146103206626
+1971,Grenada,OilcropsPulses,0.09418,0.0732214907623699
 1971,Grenada,Starchy Roots,0.09418,0.024389466978127
+1971,Grenada,Sugar,0.09418,0.0477808451900616
 1972,Grenada,Ruminants,0.093937,0.313865675931741
 1972,Grenada,Cereals,0.093937,0.0862173584423603
 1972,Grenada,Monogastrics,0.093937,0.087115832951872
-1972,Grenada,Oilcrops,0.093937,0.0609131652064682
-1972,Grenada,Pulses,0.093937,0.00839924630337354
+1972,Grenada,FruitVeg,0.093937,0.166100684501315
+1972,Grenada,OilcropsPulses,0.093937,0.0693124115098417
 1972,Grenada,Starchy Roots,0.093937,0.0240586776243653
+1972,Grenada,Sugar,0.093937,0.0457966509469112
 1973,Grenada,Ruminants,0.093629,0.263658695489645
 1973,Grenada,Cereals,0.093629,0.0891817706052612
 1973,Grenada,Monogastrics,0.093629,0.0900842687628833
-1973,Grenada,Oilcrops,0.093629,0.0437898514349187
-1973,Grenada,Pulses,0.093629,0.00715590255155988
+1973,Grenada,FruitVeg,0.093629,0.174123401937434
+1973,Grenada,OilcropsPulses,0.093629,0.0509457539864785
 1973,Grenada,Starchy Roots,0.093629,0.022364865586517
+1973,Grenada,Sugar,0.093629,0.0374349827510707
 1974,Grenada,Ruminants,0.093151,0.290986677545061
 1974,Grenada,Cereals,0.093151,0.0893173449560391
 1974,Grenada,Monogastrics,0.093151,0.089634035061352
-1974,Grenada,Oilcrops,0.093151,0.0446586724780196
-1974,Grenada,Pulses,0.093151,0.0067417419029318
+1974,Grenada,FruitVeg,0.093151,0.160105634936823
+1974,Grenada,OilcropsPulses,0.093151,0.0514004143809514
 1974,Grenada,Starchy Roots,0.093151,0.0209230174662645
+1974,Grenada,Sugar,0.093151,0.0280834344236777
 1975,Grenada,Ruminants,0.092453,0.308337209176555
 1975,Grenada,Cereals,0.092453,0.0915924848301299
 1975,Grenada,Monogastrics,0.092453,0.0895893048359707
-1975,Grenada,Oilcrops,0.092453,0.0474403210279818
-1975,Grenada,Pulses,0.092453,0.00608958065179064
+1975,Grenada,FruitVeg,0.092453,0.152985841454577
+1975,Grenada,OilcropsPulses,0.092453,0.0535299016797724
 1975,Grenada,Starchy Roots,0.092453,0.0205185337414686
+1975,Grenada,Sugar,0.092453,0.0247260770337361
 1976,Grenada,Ruminants,0.091435,0.317179417072237
 1976,Grenada,Cereals,0.091435,0.0983321485208071
 1976,Grenada,Monogastrics,0.091435,0.094317274566632
-1976,Grenada,Oilcrops,0.091435,0.0650626127850386
-1976,Grenada,Pulses,0.091435,0.00636517744846066
+1976,Grenada,FruitVeg,0.091435,0.154142286870454
+1976,Grenada,OilcropsPulses,0.091435,0.0714277902334992
 1976,Grenada,Starchy Roots,0.091435,0.019204899655493
+1976,Grenada,Sugar,0.091435,0.0263247115437196
 1977,Grenada,Ruminants,0.090187,0.246765054830519
 1977,Grenada,Cereals,0.090187,0.10389523989045
 1977,Grenada,Monogastrics,0.090187,0.109279607925754
-1977,Grenada,Oilcrops,0.090187,0.0511492787208799
-1977,Grenada,Pulses,0.090187,0.0070076618581392
+1977,Grenada,FruitVeg,0.090187,0.159435395345227
+1977,Grenada,OilcropsPulses,0.090187,0.0581569405790191
 1977,Grenada,Starchy Roots,0.090187,0.0186834022641844
+1977,Grenada,Sugar,0.090187,0.0321664984975662
 1978,Grenada,Ruminants,0.08907,0.260929605927922
 1978,Grenada,Cereals,0.08907,0.107881441562816
 1978,Grenada,Monogastrics,0.08907,0.123598293477041
-1978,Grenada,Oilcrops,0.08907,0.0678342876389357
-1978,Grenada,Pulses,0.08907,0.00735376670034804
+1978,Grenada,FruitVeg,0.08907,0.179678904232626
+1978,Grenada,OilcropsPulses,0.08907,0.0751880543392837
 1978,Grenada,Starchy Roots,0.08907,0.0181542606938363
+1978,Grenada,Sugar,0.08907,0.0356461210284046
 1979,Grenada,Ruminants,0.088571,0.259807386164772
 1979,Grenada,Cereals,0.088571,0.109539239705999
 1979,Grenada,Monogastrics,0.088571,0.132262252881869
-1979,Grenada,Oilcrops,0.088571,0.0699325964480473
-1979,Grenada,Pulses,0.088571,0.00666132255478656
+1979,Grenada,FruitVeg,0.088571,0.181210554244617
+1979,Grenada,OilcropsPulses,0.088571,0.0765939190028339
 1979,Grenada,Starchy Roots,0.088571,0.0184033148547493
+1979,Grenada,Sugar,0.088571,0.0365130799019995
 1980,Grenada,Ruminants,0.089004,0.249405644690126
 1980,Grenada,Cereals,0.089004,0.105130106512067
 1980,Grenada,Monogastrics,0.089004,0.119708103006606
-1980,Grenada,Oilcrops,0.089004,0.0608399622488877
-1980,Grenada,Pulses,0.089004,0.00758392881218822
+1980,Grenada,FruitVeg,0.089004,0.172093389061166
+1980,Grenada,OilcropsPulses,0.089004,0.0684238910610759
 1980,Grenada,Starchy Roots,0.089004,0.0181003100984225
+1980,Grenada,Sugar,0.089004,0.0375376387578086
 1981,Grenada,Ruminants,0.090575,0.370792161192382
 1981,Grenada,Cereals,0.090575,0.0975434722605575
 1981,Grenada,Monogastrics,0.090575,0.120175545128347
-1981,Grenada,Oilcrops,0.090575,0.0624675683135523
-1981,Grenada,Pulses,0.090575,0.00841291747170853
+1981,Grenada,FruitVeg,0.090575,0.163875241512559
+1981,Grenada,OilcropsPulses,0.090575,0.0708804857852608
 1981,Grenada,Starchy Roots,0.090575,0.0194424510074524
+1981,Grenada,Sugar,0.090575,0.0354954457631797
 1982,Grenada,Ruminants,0.093091,0.306101556541449
 1982,Grenada,Cereals,0.093091,0.086914954184615
 1982,Grenada,Monogastrics,0.093091,0.1175817211116
-1982,Grenada,Oilcrops,0.093091,0.0574384204702925
-1982,Grenada,Pulses,0.093091,0.00778807833195475
+1982,Grenada,FruitVeg,0.093091,0.16538655723969
+1982,Grenada,OilcropsPulses,0.093091,0.0652264988022473
 1982,Grenada,Starchy Roots,0.093091,0.0197441213436315
+1982,Grenada,Sugar,0.093091,0.0410028896456156
 1983,Grenada,Ruminants,0.095981,0.213000489680249
 1983,Grenada,Cereals,0.095981,0.0879028140986237
 1983,Grenada,Monogastrics,0.095981,0.128100353194903
-1983,Grenada,Oilcrops,0.095981,0.0533022160635959
-1983,Grenada,Pulses,0.095981,0.00676175493066336
+1983,Grenada,FruitVeg,0.095981,0.144934935039227
+1983,Grenada,OilcropsPulses,0.095981,0.0600639709942593
 1983,Grenada,Starchy Roots,0.095981,0.0184307310821934
+1983,Grenada,Sugar,0.095981,0.0386639022306498
 1984,Grenada,Ruminants,0.09844,0.237601584721658
 1984,Grenada,Cereals,0.09844,0.0827102803738318
 1984,Grenada,Monogastrics,0.09844,0.122702153596099
-1984,Grenada,Oilcrops,0.09844,0.0611946363266965
-1984,Grenada,Pulses,0.09844,0.00672490857375051
+1984,Grenada,FruitVeg,0.09844,0.143569687119057
+1984,Grenada,OilcropsPulses,0.09844,0.067919544900447
 1984,Grenada,Starchy Roots,0.09844,0.0178382771231207
+1984,Grenada,Sugar,0.09844,0.0379622104835433
 1985,Grenada,Ruminants,0.099907,0.257758715605513
 1985,Grenada,Cereals,0.099907,0.0844385278308827
 1985,Grenada,Monogastrics,0.099907,0.121265777172771
-1985,Grenada,Oilcrops,0.099907,0.0565826218383096
-1985,Grenada,Pulses,0.099907,0.00679632057813767
+1985,Grenada,FruitVeg,0.099907,0.140320498063199
+1985,Grenada,OilcropsPulses,0.099907,0.0633789424164473
 1985,Grenada,Starchy Roots,0.099907,0.0187874723492848
+1985,Grenada,Sugar,0.099907,0.0336012491617204
 1986,Grenada,Ruminants,0.100146,0.357748686917101
 1986,Grenada,Cereals,0.100146,0.0834581510993949
 1986,Grenada,Monogastrics,0.100146,0.124262576638108
-1986,Grenada,Oilcrops,0.100146,0.0550296567012162
-1986,Grenada,Pulses,0.100146,0.00618097577536796
+1986,Grenada,FruitVeg,0.100146,0.132007269386695
+1986,Grenada,OilcropsPulses,0.100146,0.0612106324765842
 1986,Grenada,Starchy Roots,0.100146,0.0160066303197332
+1986,Grenada,Sugar,0.100146,0.0366864378008108
 1987,Grenada,Ruminants,0.099381,0.363159960153349
 1987,Grenada,Cereals,0.099381,0.0701341302663487
 1987,Grenada,Monogastrics,0.099381,0.157952727382498
-1987,Grenada,Oilcrops,0.099381,0.0661494651895232
-1987,Grenada,Pulses,0.099381,0.00667129531801853
+1987,Grenada,FruitVeg,0.099381,0.173966854831406
+1987,Grenada,OilcropsPulses,0.099381,0.0728207605075417
 1987,Grenada,Starchy Roots,0.099381,0.0178806814179773
+1987,Grenada,Sugar,0.099381,0.0396856541994949
 1988,Grenada,Ruminants,0.098063,0.326496232014113
 1988,Grenada,Cereals,0.098063,0.0848842070913596
 1988,Grenada,Monogastrics,0.098063,0.145204613360799
-1988,Grenada,Oilcrops,0.098063,0.0567390351100823
-1988,Grenada,Pulses,0.098063,0.00635305874794775
+1988,Grenada,FruitVeg,0.098063,0.172256610546281
+1988,Grenada,OilcropsPulses,0.098063,0.0630920938580301
 1988,Grenada,Starchy Roots,0.098063,0.0191203614003243
+1988,Grenada,Sugar,0.098063,0.0412387954682194
 1989,Grenada,Ruminants,0.096871,0.298016950377306
 1989,Grenada,Cereals,0.096871,0.0919883143562057
 1989,Grenada,Monogastrics,0.096871,0.142344974244098
-1989,Grenada,Oilcrops,0.096871,0.0601315151077206
-1989,Grenada,Pulses,0.096871,0.00744288796440627
+1989,Grenada,FruitVeg,0.096871,0.18243850068648
+1989,Grenada,OilcropsPulses,0.096871,0.0675744030721269
 1989,Grenada,Starchy Roots,0.096871,0.0199956643371081
+1989,Grenada,Sugar,0.096871,0.0431295227673917
 1990,Grenada,Ruminants,0.096286,0.321584654051472
 1990,Grenada,Cereals,0.096286,0.0944789481336851
 1990,Grenada,Monogastrics,0.096286,0.140478366533037
-1990,Grenada,Oilcrops,0.096286,0.0567787632677648
-1990,Grenada,Pulses,0.096286,0.00770620858691814
+1990,Grenada,FruitVeg,0.096286,0.183578090272729
+1990,Grenada,OilcropsPulses,0.096286,0.0644849718546829
 1990,Grenada,Starchy Roots,0.096286,0.0218723386577488
+1990,Grenada,Sugar,0.096286,0.0437654487672143
 1991,Grenada,Ruminants,0.096455,0.361597636203411
 1991,Grenada,Cereals,0.096455,0.0917422632315588
 1991,Grenada,Monogastrics,0.096455,0.145673111813799
-1991,Grenada,Oilcrops,0.096455,0.0575086828054533
-1991,Grenada,Pulses,0.096455,0.00674926131356591
+1991,Grenada,FruitVeg,0.096455,0.178933181276243
+1991,Grenada,OilcropsPulses,0.096455,0.0642579441190192
 1991,Grenada,Starchy Roots,0.096455,0.0212638017728474
+1991,Grenada,Sugar,0.096455,0.0428178943548805
 1992,Grenada,Ruminants,0.097201,0.305724220944229
 1992,Grenada,Cereals,0.097201,0.103188238804128
 1992,Grenada,Monogastrics,0.097201,0.118561537432742
-1992,Grenada,Oilcrops,0.097201,0.0610076028024403
-1992,Grenada,Pulses,0.097201,0.00622421580024897
+1992,Grenada,FruitVeg,0.097201,0.173228670486929
+1992,Grenada,OilcropsPulses,0.097201,0.0672318186026893
 1992,Grenada,Starchy Roots,0.097201,0.0202158414008086
+1992,Grenada,Sugar,0.097201,0.0424892748016996
 1993,Grenada,Ruminants,0.098302,0.413930540579032
 1993,Grenada,Cereals,0.098302,0.0990925922158247
 1993,Grenada,Monogastrics,0.098302,0.132472381029887
-1993,Grenada,Oilcrops,0.098302,0.0613008890968648
-1993,Grenada,Pulses,0.098302,0.00658175825517284
+1993,Grenada,FruitVeg,0.098302,0.179202864641615
+1993,Grenada,OilcropsPulses,0.098302,0.0678826473520376
 1993,Grenada,Starchy Roots,0.098302,0.0203556387459055
+1993,Grenada,Sugar,0.098302,0.0430510060832943
 1994,Grenada,Ruminants,0.099403,0.463254630141947
 1994,Grenada,Cereals,0.099403,0.0945041900143859
 1994,Grenada,Monogastrics,0.099403,0.154124121002384
-1994,Grenada,Oilcrops,0.099403,0.0625031437682967
-1994,Grenada,Pulses,0.099403,0.00603603512972445
+1994,Grenada,FruitVeg,0.099403,0.189642163717393
+1994,Grenada,OilcropsPulses,0.099403,0.0685391788980212
 1994,Grenada,Starchy Roots,0.099403,0.0222226693359355
+1994,Grenada,Sugar,0.099403,0.0421114050883776
 1995,Grenada,Ruminants,0.100253,0.528755249219475
 1995,Grenada,Cereals,0.100253,0.0933837391399759
 1995,Grenada,Monogastrics,0.100253,0.141976798699291
-1995,Grenada,Oilcrops,0.100253,0.0607363370672199
-1995,Grenada,Pulses,0.100253,0.00646364697315791
+1995,Grenada,FruitVeg,0.100253,0.190338443737345
+1995,Grenada,OilcropsPulses,0.100253,0.0671999840403779
 1995,Grenada,Starchy Roots,0.100253,0.0221838747967642
+1995,Grenada,Sugar,0.100253,0.0405075159845591
 1996,Grenada,Ruminants,0.100796,0.412333822770745
 1996,Grenada,Cereals,0.100796,0.0839815072026668
 1996,Grenada,Monogastrics,0.100796,0.175448430493274
-1996,Grenada,Oilcrops,0.100796,0.0549029723401722
-1996,Grenada,Pulses,0.100796,0.00617087979681733
+1996,Grenada,FruitVeg,0.100796,0.198192388586849
+1996,Grenada,OilcropsPulses,0.100796,0.0610738521369896
 1996,Grenada,Starchy Roots,0.100796,0.0216972895749831
+1996,Grenada,Sugar,0.100796,0.0411921107980475
 1997,Grenada,Ruminants,0.101125,0.424368850432633
 1997,Grenada,Cereals,0.101125,0.0957132262051916
 1997,Grenada,Monogastrics,0.101125,0.151236588380717
-1997,Grenada,Oilcrops,0.101125,0.054991347342398
-1997,Grenada,Pulses,0.101125,0.00656613102595797
+1997,Grenada,FruitVeg,0.101125,0.193868974042027
+1997,Grenada,OilcropsPulses,0.101125,0.061557478368356
 1997,Grenada,Starchy Roots,0.101125,0.0240494437577256
+1997,Grenada,Sugar,0.101125,0.038061804697157
 1998,Grenada,Ruminants,0.101302,0.473823813942469
 1998,Grenada,Cereals,0.101302,0.086997295216284
 1998,Grenada,Monogastrics,0.101302,0.163024422025231
-1998,Grenada,Oilcrops,0.101302,0.0539772166393556
-1998,Grenada,Pulses,0.101302,0.00639671477364711
+1998,Grenada,FruitVeg,0.101302,0.219817970030207
+1998,Grenada,OilcropsPulses,0.101302,0.0603739314130027
 1998,Grenada,Starchy Roots,0.101302,0.0219541568774555
+1998,Grenada,Sugar,0.101302,0.0364849657459872
 1999,Grenada,Ruminants,0.101441,0.330617797537485
 1999,Grenada,Cereals,0.101441,0.0827771808243215
 1999,Grenada,Monogastrics,0.101441,0.173273134137085
-1999,Grenada,Oilcrops,0.101441,0.0614248676570617
-1999,Grenada,Pulses,0.101441,0.00473181455230134
+1999,Grenada,FruitVeg,0.101441,0.244092625269861
+1999,Grenada,OilcropsPulses,0.101441,0.0661566822093631
 1999,Grenada,Starchy Roots,0.101441,0.0223578237596238
+1999,Grenada,Sugar,0.101441,0.0358533531806666
 2000,Grenada,Ruminants,0.10162,0.3648110608148
 2000,Grenada,Cereals,0.10162,0.0825034442038969
 2000,Grenada,Monogastrics,0.10162,0.180741979925212
-2000,Grenada,Oilcrops,0.10162,0.0592599881913009
-2000,Grenada,Pulses,0.10162,0.00440858098799449
+2000,Grenada,FruitVeg,0.10162,0.175703601653218
+2000,Grenada,OilcropsPulses,0.10162,0.0636685691792954
 2000,Grenada,Starchy Roots,0.10162,0.0247392245620941
+2000,Grenada,Sugar,0.10162,0.0358787640228301
 2001,Grenada,Ruminants,0.101849,0.28476568253002
 2001,Grenada,Cereals,0.101849,0.0800204223900088
 2001,Grenada,Monogastrics,0.101849,0.168521045862011
-2001,Grenada,Oilcrops,0.101849,0.0657836601243017
-2001,Grenada,Pulses,0.101849,0.00446739781441153
+2001,Grenada,FruitVeg,0.101849,0.164262781176055
+2001,Grenada,OilcropsPulses,0.101849,0.0702510579387132
 2001,Grenada,Starchy Roots,0.101849,0.0271774882423981
+2001,Grenada,Sugar,0.101849,0.0362399238087757
 2002,Grenada,Ruminants,0.1021,0.365036238981391
 2002,Grenada,Cereals,0.1021,0.0720274240940255
 2002,Grenada,Monogastrics,0.1021,0.21890597453477
-2002,Grenada,Oilcrops,0.1021,0.079951028403526
-2002,Grenada,Pulses,0.1021,0.0068462291870715
+2002,Grenada,FruitVeg,0.1021,0.195896180215475
+2002,Grenada,OilcropsPulses,0.1021,0.0867972575905975
 2002,Grenada,Starchy Roots,0.1021,0.028511263467189
+2002,Grenada,Sugar,0.1021,0.03692458374143
 2003,Grenada,Ruminants,0.102371,0.315861914018619
 2003,Grenada,Cereals,0.102371,0.0686913285989196
 2003,Grenada,Monogastrics,0.102371,0.207819597346905
-2003,Grenada,Oilcrops,0.102371,0.0808139023746959
-2003,Grenada,Pulses,0.102371,0.00771702923679558
+2003,Grenada,FruitVeg,0.102371,0.218890115364703
+2003,Grenada,OilcropsPulses,0.102371,0.0885309316114915
 2003,Grenada,Starchy Roots,0.102371,0.0284553242617538
+2003,Grenada,Sugar,0.102371,0.0373054869054713
 2004,Grenada,Ruminants,0.102657,0.346241366881947
 2004,Grenada,Cereals,0.102657,0.0658016501553718
 2004,Grenada,Monogastrics,0.102657,0.213119417087973
-2004,Grenada,Oilcrops,0.102657,0.0819817450344351
-2004,Grenada,Pulses,0.102657,0.0073740709352504
+2004,Grenada,FruitVeg,0.102657,0.194950173880008
+2004,Grenada,OilcropsPulses,0.102657,0.0893558159696855
 2004,Grenada,Starchy Roots,0.102657,0.0355650369677664
+2004,Grenada,Sugar,0.102657,0.0378152488383647
 2005,Grenada,Ruminants,0.102951,0.371257200027197
 2005,Grenada,Cereals,0.102951,0.0748317160590961
 2005,Grenada,Monogastrics,0.102951,0.25496498334159
-2005,Grenada,Oilcrops,0.102951,0.0541034084175967
-2005,Grenada,Pulses,0.102951,0.00761527328534934
+2005,Grenada,FruitVeg,0.102951,0.186700469155229
+2005,Grenada,OilcropsPulses,0.102951,0.0617186817029461
 2005,Grenada,Starchy Roots,0.102951,0.0268185835980224
+2005,Grenada,Sugar,0.102951,0.038144359938223
 2006,Grenada,Ruminants,0.103259,0.444940392605003
 2006,Grenada,Cereals,0.103259,0.0718581431158543
 2006,Grenada,Monogastrics,0.103259,0.264255900212088
-2006,Grenada,Oilcrops,0.103259,0.0515984078869638
-2006,Grenada,Pulses,0.103259,0.00713739238226208
+2006,Grenada,FruitVeg,0.103259,0.199140026535217
+2006,Grenada,OilcropsPulses,0.103259,0.0587358002692259
 2006,Grenada,Starchy Roots,0.103259,0.0264577421822795
+2006,Grenada,Sugar,0.103259,0.0378950018884552
 2007,Grenada,Ruminants,0.103587,0.326345970054157
 2007,Grenada,Cereals,0.103587,0.0685896878951992
 2007,Grenada,Monogastrics,0.103587,0.216292584976879
-2007,Grenada,Oilcrops,0.103587,0.0573817177831195
-2007,Grenada,Pulses,0.103587,0.00833116124610231
+2007,Grenada,FruitVeg,0.103587,0.201733808296408
+2007,Grenada,OilcropsPulses,0.103587,0.0657128790292218
 2007,Grenada,Starchy Roots,0.103587,0.0229082799965247
+2007,Grenada,Sugar,0.103587,0.0375336673520809
 2008,Grenada,Ruminants,0.103934,0.307907903092347
 2008,Grenada,Cereals,0.103934,0.0804452825831778
 2008,Grenada,Monogastrics,0.103934,0.23492697288664
-2008,Grenada,Oilcrops,0.103934,0.0546500663882849
-2008,Grenada,Pulses,0.103934,0.00751438412838917
+2008,Grenada,FruitVeg,0.103934,0.178805780591529
+2008,Grenada,OilcropsPulses,0.103934,0.062164450516674
 2008,Grenada,Starchy Roots,0.103934,0.0239767544788039
+2008,Grenada,Sugar,0.103934,0.0381780745473089
 2009,Grenada,Ruminants,0.104298,0.327247885865501
 2009,Grenada,Cereals,0.104298,0.0704040345931849
 2009,Grenada,Monogastrics,0.104298,0.252300139983509
-2009,Grenada,Oilcrops,0.104298,0.0478149149552245
-2009,Grenada,Pulses,0.104298,0.00887840610558208
+2009,Grenada,FruitVeg,0.104298,0.173435732228806
+2009,Grenada,OilcropsPulses,0.104298,0.0566933210608065
 2009,Grenada,Starchy Roots,0.104298,0.0318031026481812
+2009,Grenada,Sugar,0.104298,0.0372969759726936
 2010,Grenada,Ruminants,0.104677,0.276008101111037
 2010,Grenada,Cereals,0.104677,0.0801226630491894
 2010,Grenada,Monogastrics,0.104677,0.226971541026204
-2010,Grenada,Oilcrops,0.104677,0.0517783276173371
-2010,Grenada,Pulses,0.104677,0.00802468546098952
+2010,Grenada,FruitVeg,0.104677,0.180622295251106
+2010,Grenada,OilcropsPulses,0.104677,0.0598030130783267
 2010,Grenada,Starchy Roots,0.104677,0.029815527766367
+2010,Grenada,Sugar,0.104677,0.0382127879094739
 2011,Grenada,Ruminants,0.10507,0.289580279813458
 2011,Grenada,Cereals,0.10507,0.0931188731321976
 2011,Grenada,Monogastrics,0.10507,0.223962120491101
-2011,Grenada,Oilcrops,0.10507,0.0501189683068431
-2011,Grenada,Pulses,0.10507,0.00821357190444466
+2011,Grenada,FruitVeg,0.10507,0.164890073284477
+2011,Grenada,OilcropsPulses,0.10507,0.0583325402112877
 2011,Grenada,Starchy Roots,0.10507,0.025839916246312
+2011,Grenada,Sugar,0.10507,0.0407252307985153
 1961,Guatemala,Ruminants,4.240084,0.267054001760342
 1961,Guatemala,Cereals,4.240084,0.129489651620109
 1961,Guatemala,Monogastrics,4.240084,0.0352988525699019
-1961,Guatemala,Oilcrops,4.240084,0.00786564605795546
-1961,Guatemala,Pulses,4.240084,0.009939189883974
+1961,Guatemala,FruitVeg,4.240084,0.060216495710934
+1961,Guatemala,OilcropsPulses,4.240084,0.0178048359419295
 1961,Guatemala,Starchy Roots,4.240084,0.00217542859999943
+1961,Guatemala,Sugar,4.240084,0.0272053572523563
 1962,Guatemala,Ruminants,4.356579,0.252371482302972
 1962,Guatemala,Cereals,4.356579,0.130939436654311
 1962,Guatemala,Monogastrics,4.356579,0.0338880346253333
-1962,Guatemala,Oilcrops,4.356579,0.0118170702287276
-1962,Guatemala,Pulses,4.356579,0.00951296877664792
+1962,Guatemala,FruitVeg,4.356579,0.0610084196797533
+1962,Guatemala,OilcropsPulses,4.356579,0.0213300390053755
 1962,Guatemala,Starchy Roots,4.356579,0.00240349136329216
+1962,Guatemala,Sugar,4.356579,0.0288090724396367
 1963,Guatemala,Ruminants,4.476923,0.273469702293294
 1963,Guatemala,Cereals,4.476923,0.132264503990799
 1963,Guatemala,Monogastrics,4.476923,0.0332196912924346
-1963,Guatemala,Oilcrops,4.476923,0.015513110232184
-1963,Guatemala,Pulses,4.476923,0.0107462201159144
+1963,Guatemala,FruitVeg,4.476923,0.0621609976316323
+1963,Guatemala,OilcropsPulses,4.476923,0.0262593303480985
 1963,Guatemala,Starchy Roots,4.476923,0.00231833337316724
+1963,Guatemala,Sugar,4.476923,0.027738471266984
 1964,Guatemala,Ruminants,4.600846,0.269385999879153
 1964,Guatemala,Cereals,4.600846,0.135885226325767
 1964,Guatemala,Monogastrics,4.600846,0.0311343609414442
-1964,Guatemala,Oilcrops,4.600846,0.0213834586073952
-1964,Guatemala,Pulses,4.600846,0.0110703553216082
+1964,Guatemala,FruitVeg,4.600846,0.0632948809849319
+1964,Guatemala,OilcropsPulses,4.600846,0.0324538139290035
 1964,Guatemala,Starchy Roots,4.600846,0.00221133243755605
+1964,Guatemala,Sugar,4.600846,0.0286823336403783
 1965,Guatemala,Ruminants,4.728203,0.254166434901378
 1965,Guatemala,Cereals,4.728203,0.133773444160498
 1965,Guatemala,Monogastrics,4.728203,0.0307756244814362
-1965,Guatemala,Oilcrops,4.728203,0.0232545007056592
-1965,Guatemala,Pulses,4.728203,0.0118791430909375
+1965,Guatemala,FruitVeg,4.728203,0.0639868888878079
+1965,Guatemala,OilcropsPulses,4.728203,0.0351336437965967
 1965,Guatemala,Starchy Roots,4.728203,0.00196776661238953
+1965,Guatemala,Sugar,4.728203,0.0316168743177905
 1966,Guatemala,Ruminants,4.85888,0.228978365384615
 1966,Guatemala,Cereals,4.85888,0.134682684075342
 1966,Guatemala,Monogastrics,4.85888,0.0313846400816649
-1966,Guatemala,Oilcrops,4.85888,0.0254731543071654
-1966,Guatemala,Pulses,4.85888,0.0115962937961012
+1966,Guatemala,FruitVeg,4.85888,0.0656352904373024
+1966,Guatemala,OilcropsPulses,4.85888,0.0370694481032666
 1966,Guatemala,Starchy Roots,4.85888,0.00272634845890411
+1966,Guatemala,Sugar,4.85888,0.0322961258561644
 1967,Guatemala,Ruminants,4.993104,0.239337934879786
 1967,Guatemala,Cereals,4.993104,0.13481073096014
 1967,Guatemala,Monogastrics,4.993104,0.0315902292441736
-1967,Guatemala,Oilcrops,4.993104,0.0191233749587431
-1967,Guatemala,Pulses,4.993104,0.0123374157638215
+1967,Guatemala,FruitVeg,4.993104,0.0659569678500588
+1967,Guatemala,OilcropsPulses,4.993104,0.0314607907225646
 1967,Guatemala,Starchy Roots,4.993104,0.00266107014794805
+1967,Guatemala,Sugar,4.993104,0.0324868058025629
 1968,Guatemala,Ruminants,5.131461,0.256792363812177
 1968,Guatemala,Cereals,5.131461,0.134674705702723
 1968,Guatemala,Monogastrics,5.131461,0.0318781142446566
-1968,Guatemala,Oilcrops,5.131461,0.0205810781763712
-1968,Guatemala,Pulses,5.131461,0.012520215977477
+1968,Guatemala,FruitVeg,5.131461,0.0654014519451673
+1968,Guatemala,OilcropsPulses,5.131461,0.0331012941538482
 1968,Guatemala,Starchy Roots,5.131461,0.0027337243720648
+1968,Guatemala,Sugar,5.131461,0.0328937509220084
 1969,Guatemala,Ruminants,5.274726,0.232210658904368
 1969,Guatemala,Cereals,5.274726,0.139567818309425
 1969,Guatemala,Monogastrics,5.274726,0.031316034235712
-1969,Guatemala,Oilcrops,5.274726,0.0204141409430556
-1969,Guatemala,Pulses,5.274726,0.011133279719174
+1969,Guatemala,FruitVeg,5.274726,0.0640742286897936
+1969,Guatemala,OilcropsPulses,5.274726,0.0315474206622297
 1969,Guatemala,Starchy Roots,5.274726,0.00236903300759129
+1969,Guatemala,Sugar,5.274726,0.031985168518706
 1970,Guatemala,Ruminants,5.423384,0.235120581540971
 1970,Guatemala,Cereals,5.423384,0.139251618546649
 1970,Guatemala,Monogastrics,5.423384,0.0323291325120995
-1970,Guatemala,Oilcrops,5.423384,0.0200105690469272
-1970,Guatemala,Pulses,5.423384,0.0107844106189051
+1970,Guatemala,FruitVeg,5.423384,0.0616139296055747
+1970,Guatemala,OilcropsPulses,5.423384,0.0307949796658323
 1970,Guatemala,Starchy Roots,5.423384,0.00215511201124611
+1970,Guatemala,Sugar,5.423384,0.0326414283038044
 1971,Guatemala,Ruminants,5.577824,0.230516936353675
 1971,Guatemala,Cereals,5.577824,0.136262815033246
 1971,Guatemala,Monogastrics,5.577824,0.0321775839467147
-1971,Guatemala,Oilcrops,5.577824,0.0174315288542629
-1971,Guatemala,Pulses,5.577824,0.011225165942848
+1971,Guatemala,FruitVeg,5.577824,0.0639595297377615
+1971,Guatemala,OilcropsPulses,5.577824,0.0286566947971108
 1971,Guatemala,Starchy Roots,5.577824,0.00197801149695652
+1971,Guatemala,Sugar,5.577824,0.0327643898409129
 1972,Guatemala,Ruminants,5.73772,0.229862628361091
 1972,Guatemala,Cereals,5.73772,0.135926291279463
 1972,Guatemala,Monogastrics,5.73772,0.0320153824167091
-1972,Guatemala,Oilcrops,5.73772,0.0238573858605857
-1972,Guatemala,Pulses,5.73772,0.0105939292959573
+1972,Guatemala,FruitVeg,5.73772,0.0647344241266566
+1972,Guatemala,OilcropsPulses,5.73772,0.034451315156543
 1972,Guatemala,Starchy Roots,5.73772,0.00195983770556946
+1972,Guatemala,Sugar,5.73772,0.0340461019359606
 1973,Guatemala,Ruminants,5.90198,0.190474823703232
 1973,Guatemala,Cereals,5.90198,0.137670239478955
 1973,Guatemala,Monogastrics,5.90198,0.0332359309926499
-1973,Guatemala,Oilcrops,5.90198,0.0273664092389334
-1973,Guatemala,Pulses,5.90198,0.0117623238303078
+1973,Guatemala,FruitVeg,5.90198,0.0665578331339652
+1973,Guatemala,OilcropsPulses,5.90198,0.0391287330692412
 1973,Guatemala,Starchy Roots,5.90198,0.00220841141447446
+1973,Guatemala,Sugar,5.90198,0.0374130376585485
 1974,Guatemala,Ruminants,6.069077,0.173344019197647
 1974,Guatemala,Cereals,6.069077,0.137343619136814
 1974,Guatemala,Monogastrics,6.069077,0.031879345079985
-1974,Guatemala,Oilcrops,6.069077,0.0332788659626497
-1974,Guatemala,Pulses,6.069077,0.0112188393721154
+1974,Guatemala,FruitVeg,6.069077,0.0650871623477507
+1974,Guatemala,OilcropsPulses,6.069077,0.0444977053347651
 1974,Guatemala,Starchy Roots,6.069077,0.00282580036470126
+1974,Guatemala,Sugar,6.069077,0.0365656919495337
 1975,Guatemala,Ruminants,6.237963,0.202623260189264
 1975,Guatemala,Cereals,6.237963,0.141243864383293
 1975,Guatemala,Monogastrics,6.237963,0.0316278086291951
-1975,Guatemala,Oilcrops,6.237963,0.028328959309313
-1975,Guatemala,Pulses,6.237963,0.0112025351865665
+1975,Guatemala,FruitVeg,6.237963,0.0640731597798833
+1975,Guatemala,OilcropsPulses,6.237963,0.0395314944958795
 1975,Guatemala,Starchy Roots,6.237963,0.00354362473775494
+1975,Guatemala,Sugar,6.237963,0.0398174852912722
 1976,Guatemala,Ruminants,6.408029,0.223406635644127
 1976,Guatemala,Cereals,6.408029,0.136138740945149
 1976,Guatemala,Monogastrics,6.408029,0.0288213427248847
-1976,Guatemala,Oilcrops,6.408029,0.0258199518135764
-1976,Guatemala,Pulses,6.408029,0.0115483247656963
+1976,Guatemala,FruitVeg,6.408029,0.058663748244585
+1976,Guatemala,OilcropsPulses,6.408029,0.0373682765792727
 1976,Guatemala,Starchy Roots,6.408029,0.00410984407217882
+1976,Guatemala,Sugar,6.408029,0.0401710104620313
 1977,Guatemala,Ruminants,6.57971,0.185157446148842
 1977,Guatemala,Cereals,6.57971,0.138342571329132
 1977,Guatemala,Monogastrics,6.57971,0.0300331473575583
-1977,Guatemala,Oilcrops,6.57971,0.0346384567100982
-1977,Guatemala,Pulses,6.57971,0.0117234650159354
+1977,Guatemala,FruitVeg,6.57971,0.0593383295008443
+1977,Guatemala,OilcropsPulses,6.57971,0.0463619217260335
 1977,Guatemala,Starchy Roots,6.57971,0.00412221815247177
+1977,Guatemala,Sugar,6.57971,0.0390246682604553
 1978,Guatemala,Ruminants,6.754258,0.188691281855091
 1978,Guatemala,Cereals,6.754258,0.138780899397091
 1978,Guatemala,Monogastrics,6.754258,0.0309925827529834
-1978,Guatemala,Oilcrops,6.754258,0.0370437433689978
-1978,Guatemala,Pulses,6.754258,0.011340549916808
+1978,Guatemala,FruitVeg,6.754258,0.0583972362323145
+1978,Guatemala,OilcropsPulses,6.754258,0.0483842932858058
 1978,Guatemala,Starchy Roots,6.754258,0.00501180144436295
+1978,Guatemala,Sugar,6.754258,0.0379573892498628
 1979,Guatemala,Ruminants,6.933492,0.159422279567064
 1979,Guatemala,Cereals,6.933492,0.140116697329426
 1979,Guatemala,Monogastrics,6.933492,0.0359093801507235
-1979,Guatemala,Oilcrops,6.933492,0.0390370393446765
-1979,Guatemala,Pulses,6.933492,0.0108001855342157
+1979,Guatemala,FruitVeg,6.933492,0.0524711069112072
+1979,Guatemala,OilcropsPulses,6.933492,0.0498372248788922
 1979,Guatemala,Starchy Roots,6.933492,0.00415879905825232
+1979,Guatemala,Sugar,6.933492,0.0378682199388129
 1980,Guatemala,Ruminants,7.118628,0.120868473531697
 1980,Guatemala,Cereals,7.118628,0.140457402746709
 1980,Guatemala,Monogastrics,7.118628,0.0450527264523445
-1980,Guatemala,Oilcrops,7.118628,0.0356638947842197
-1980,Guatemala,Pulses,7.118628,0.0105207070800722
+1980,Guatemala,FruitVeg,7.118628,0.0533489037494304
+1980,Guatemala,OilcropsPulses,7.118628,0.0461846018642918
 1980,Guatemala,Starchy Roots,7.118628,0.0049480040254948
+1980,Guatemala,Sugar,7.118628,0.0416392035094403
 1981,Guatemala,Ruminants,7.310397,0.0912458105900405
 1981,Guatemala,Cereals,7.310397,0.160229875340559
 1981,Guatemala,Monogastrics,7.310397,0.0433466198894533
-1981,Guatemala,Oilcrops,7.310397,0.0268668035402181
-1981,Guatemala,Pulses,7.310397,0.0114836444587072
+1981,Guatemala,FruitVeg,7.310397,0.0739739579122721
+1981,Guatemala,OilcropsPulses,7.310397,0.0383504479989254
 1981,Guatemala,Starchy Roots,7.310397,0.00551420121232814
+1981,Guatemala,Sugar,7.310397,0.0414854350591356
 1982,Guatemala,Ruminants,7.508161,0.109772925753723
 1982,Guatemala,Cereals,7.508161,0.146900419423611
 1982,Guatemala,Monogastrics,7.508161,0.0446369357290021
-1982,Guatemala,Oilcrops,7.508161,0.0157957454561776
-1982,Guatemala,Pulses,7.508161,0.0110463800656379
+1982,Guatemala,FruitVeg,7.508161,0.0752188185628944
+1982,Guatemala,OilcropsPulses,7.508161,0.0268421255218155
 1982,Guatemala,Starchy Roots,7.508161,0.0110937951383834
+1982,Guatemala,Sugar,7.508161,0.042273467497567
 1983,Guatemala,Ruminants,7.710142,0.105020997019251
 1983,Guatemala,Cereals,7.710142,0.138561131558926
 1983,Guatemala,Monogastrics,7.710142,0.0451311402565608
-1983,Guatemala,Oilcrops,7.710142,0.0129783601910315
-1983,Guatemala,Pulses,7.710142,0.011335329491986
+1983,Guatemala,FruitVeg,7.710142,0.0744878628694517
+1983,Guatemala,OilcropsPulses,7.710142,0.0243136896830175
 1983,Guatemala,Starchy Roots,7.710142,0.00637316407402095
+1983,Guatemala,Sugar,7.710142,0.0388138117300563
 1984,Guatemala,Ruminants,7.913814,0.101172178168453
 1984,Guatemala,Cereals,7.913814,0.125098972505545
 1984,Guatemala,Monogastrics,7.913814,0.0452307572556039
-1984,Guatemala,Oilcrops,7.913814,0.0140636360672616
-1984,Guatemala,Pulses,7.913814,0.0125141935355064
+1984,Guatemala,FruitVeg,7.913814,0.0727820997561985
+1984,Guatemala,OilcropsPulses,7.913814,0.026577829602768
 1984,Guatemala,Starchy Roots,7.913814,0.00752127861483729
+1984,Guatemala,Sugar,7.913814,0.0408428856174785
 1985,Guatemala,Ruminants,8.117499,0.107339920830295
 1985,Guatemala,Cereals,8.117499,0.137375440391185
 1985,Guatemala,Monogastrics,8.117499,0.0468550103917475
-1985,Guatemala,Oilcrops,8.117499,0.010959286844384
-1985,Guatemala,Pulses,8.117499,0.016183063280944
+1985,Guatemala,FruitVeg,8.117499,0.076917533343706
+1985,Guatemala,OilcropsPulses,8.117499,0.027142350125328
 1985,Guatemala,Starchy Roots,8.117499,0.00435220256879613
+1985,Guatemala,Sugar,8.117499,0.042121963920168
 1986,Guatemala,Ruminants,8.320498,0.141605802921892
 1986,Guatemala,Cereals,8.320498,0.151127973349672
 1986,Guatemala,Monogastrics,8.320498,0.0468648751553092
-1986,Guatemala,Oilcrops,8.320498,0.0126896250681149
-1986,Guatemala,Pulses,8.320498,0.0134901781119351
+1986,Guatemala,FruitVeg,8.320498,0.0801964017057633
+1986,Guatemala,OilcropsPulses,8.320498,0.02617980318005
 1986,Guatemala,Starchy Roots,8.320498,0.00653133983086109
+1986,Guatemala,Sugar,8.320498,0.0428172688702046
 1987,Guatemala,Ruminants,8.523785,0.165690899054821
 1987,Guatemala,Cereals,8.523785,0.151726023122357
 1987,Guatemala,Monogastrics,8.523785,0.0465025455240835
-1987,Guatemala,Oilcrops,8.523785,0.00873262288994854
-1987,Guatemala,Pulses,8.523785,0.0148828249422058
+1987,Guatemala,FruitVeg,8.523785,0.0804439577018895
+1987,Guatemala,OilcropsPulses,8.523785,0.0236154478321544
 1987,Guatemala,Starchy Roots,8.523785,0.00617096747512989
+1987,Guatemala,Sugar,8.523785,0.0405521725383735
 1988,Guatemala,Ruminants,8.729406,0.16785754952857
 1988,Guatemala,Cereals,8.729406,0.154603417460478
 1988,Guatemala,Monogastrics,8.729406,0.0476541931948176
-1988,Guatemala,Oilcrops,8.729406,0.0115779928210465
-1988,Guatemala,Pulses,8.729406,0.0133981624866572
+1988,Guatemala,FruitVeg,8.729406,0.0877339191234776
+1988,Guatemala,OilcropsPulses,8.729406,0.0249761553077036
 1988,Guatemala,Starchy Roots,8.729406,0.00380770467085618
+1988,Guatemala,Sugar,8.729406,0.0393087456351555
 1989,Guatemala,Ruminants,8.940285,0.177980824996071
 1989,Guatemala,Cereals,8.940285,0.139713666846191
 1989,Guatemala,Monogastrics,8.940285,0.0473299005568614
-1989,Guatemala,Oilcrops,8.940285,0.0100914008893453
-1989,Guatemala,Pulses,8.940285,0.0121035291380532
+1989,Guatemala,FruitVeg,8.940285,0.105677727276032
+1989,Guatemala,OilcropsPulses,8.940285,0.0221949300273985
 1989,Guatemala,Starchy Roots,8.940285,0.00431977280366342
+1989,Guatemala,Sugar,8.940285,0.0400114761442169
 1990,Guatemala,Ruminants,9.158547,0.165542165149122
 1990,Guatemala,Cereals,9.158547,0.147430700524876
 1990,Guatemala,Monogastrics,9.158547,0.0526235438874747
-1990,Guatemala,Oilcrops,9.158547,0.0113378246571208
-1990,Guatemala,Pulses,9.158547,0.0144477066067358
+1990,Guatemala,FruitVeg,9.158547,0.105701264621997
+1990,Guatemala,OilcropsPulses,9.158547,0.0257855312638566
 1990,Guatemala,Starchy Roots,9.158547,0.00500810881900808
+1990,Guatemala,Sugar,9.158547,0.0437720088131884
 1991,Guatemala,Ruminants,9.385,0.10951189131593
 1991,Guatemala,Cereals,9.385,0.147524773574853
 1991,Guatemala,Monogastrics,9.385,0.0542357059136921
-1991,Guatemala,Oilcrops,9.385,0.0106466702184337
-1991,Guatemala,Pulses,9.385,0.0139650506126798
+1991,Guatemala,FruitVeg,9.385,0.0998051145444859
+1991,Guatemala,OilcropsPulses,9.385,0.0246117208311135
 1991,Guatemala,Starchy Roots,9.385,0.00430655301012254
+1991,Guatemala,Sugar,9.385,0.0435683537559936
 1992,Guatemala,Ruminants,9.619113,0.104709030863864
 1992,Guatemala,Cereals,9.619113,0.146787754754518
 1992,Guatemala,Monogastrics,9.619113,0.0621752026408256
-1992,Guatemala,Oilcrops,9.619113,0.0110870929575315
-1992,Guatemala,Pulses,9.619113,0.0142098341084048
+1992,Guatemala,FruitVeg,9.619113,0.0939895393681309
+1992,Guatemala,OilcropsPulses,9.619113,0.0252969270659363
 1992,Guatemala,Starchy Roots,9.619113,0.00455125124322794
+1992,Guatemala,Sugar,9.619113,0.0439733892303791
 1993,Guatemala,Ruminants,9.860063,0.119153893844289
 1993,Guatemala,Cereals,9.860063,0.155671926234143
 1993,Guatemala,Monogastrics,9.860063,0.0634598176502523
-1993,Guatemala,Oilcrops,9.860063,0.00798473600016552
-1993,Guatemala,Pulses,9.860063,0.0124620907594607
+1993,Guatemala,FruitVeg,9.860063,0.0966844735170556
+1993,Guatemala,OilcropsPulses,9.860063,0.0204468267596262
 1993,Guatemala,Starchy Roots,9.860063,0.00446670574011545
+1993,Guatemala,Sugar,9.860063,0.0445270988633643
 1994,Guatemala,Ruminants,10.106463,0.154542246877073
 1994,Guatemala,Cereals,10.106463,0.155336441641354
 1994,Guatemala,Monogastrics,10.106463,0.0663160296534999
-1994,Guatemala,Oilcrops,10.106463,0.006307943738576
-1994,Guatemala,Pulses,10.106463,0.0113670826282152
+1994,Guatemala,FruitVeg,10.106463,0.100539130257539
+1994,Guatemala,OilcropsPulses,10.106463,0.0176750263667912
 1994,Guatemala,Starchy Roots,10.106463,0.00446545937980478
+1994,Guatemala,Sugar,10.106463,0.046303538636613
 1995,Guatemala,Ruminants,10.357354,0.161784930784446
 1995,Guatemala,Cereals,10.357354,0.146675009852903
 1995,Guatemala,Monogastrics,10.357354,0.0695396430401046
-1995,Guatemala,Oilcrops,10.357354,0.00495213352753995
-1995,Guatemala,Pulses,10.357354,0.0110026170776822
+1995,Guatemala,FruitVeg,10.357354,0.108135340358165
+1995,Guatemala,OilcropsPulses,10.357354,0.0159547506052221
 1995,Guatemala,Starchy Roots,10.357354,0.00456747930021509
+1995,Guatemala,Sugar,10.357354,0.0456653311260772
 1996,Guatemala,Ruminants,10.6123,0.169042837085269
 1996,Guatemala,Cereals,10.6123,0.146632492485135
 1996,Guatemala,Monogastrics,10.6123,0.0699177746577085
-1996,Guatemala,Oilcrops,10.6123,0.00504603149175956
-1996,Guatemala,Pulses,10.6123,0.00983292971363418
+1996,Guatemala,FruitVeg,10.6123,0.104781998247317
+1996,Guatemala,OilcropsPulses,10.6123,0.0148789612053937
 1996,Guatemala,Starchy Roots,10.6123,0.00490920912526031
+1996,Guatemala,Sugar,10.6123,0.0424659121962251
 1997,Guatemala,Ruminants,10.871786,0.176584601646868
 1997,Guatemala,Cereals,10.871786,0.137435928190639
 1997,Guatemala,Monogastrics,10.871786,0.0760553509791307
-1997,Guatemala,Oilcrops,10.871786,0.00505611497503722
-1997,Guatemala,Pulses,10.871786,0.00895299079654438
+1997,Guatemala,FruitVeg,10.871786,0.109518620031704
+1997,Guatemala,OilcropsPulses,10.871786,0.0140091057715816
 1997,Guatemala,Starchy Roots,10.871786,0.00491078466776296
+1997,Guatemala,Sugar,10.871786,0.0417185364023906
 1998,Guatemala,Ruminants,11.136814,0.175978911024284
 1998,Guatemala,Cereals,11.136814,0.136897590280308
 1998,Guatemala,Monogastrics,11.136814,0.0789969824403999
-1998,Guatemala,Oilcrops,11.136814,0.00546583609998335
-1998,Guatemala,Pulses,11.136814,0.0097401285502299
+1998,Guatemala,FruitVeg,11.136814,0.113424000795919
+1998,Guatemala,OilcropsPulses,11.136814,0.0152059646502132
 1998,Guatemala,Starchy Roots,11.136814,0.00473393916788051
+1998,Guatemala,Sugar,11.136814,0.0422162927386594
 1999,Guatemala,Ruminants,11.408815,0.18522189201946
 1999,Guatemala,Cereals,11.408815,0.134983256367993
 1999,Guatemala,Monogastrics,11.408815,0.0770298142269815
-1999,Guatemala,Oilcrops,11.408815,0.00653363210815497
-1999,Guatemala,Pulses,11.408815,0.00969837796475795
+1999,Guatemala,FruitVeg,11.408815,0.109091084393953
+1999,Guatemala,OilcropsPulses,11.408815,0.0162320100729129
 1999,Guatemala,Starchy Roots,11.408815,0.00616584632146283
+1999,Guatemala,Sugar,11.408815,0.043882822186178
 2000,Guatemala,Ruminants,11.68866,0.185044992325895
 2000,Guatemala,Cereals,11.68866,0.131729642234439
 2000,Guatemala,Monogastrics,11.68866,0.0760081994001023
-2000,Guatemala,Oilcrops,11.68866,0.00736431721001381
-2000,Guatemala,Pulses,11.68866,0.00984783542339327
+2000,Guatemala,FruitVeg,11.68866,0.107650577568344
+2000,Guatemala,OilcropsPulses,11.68866,0.0172121526334071
 2000,Guatemala,Starchy Roots,11.68866,0.00759017714605438
+2000,Guatemala,Sugar,11.68866,0.0445031338066126
 2001,Guatemala,Ruminants,11.976725,0.191876226597839
 2001,Guatemala,Cereals,11.976725,0.134263164596332
 2001,Guatemala,Monogastrics,11.976725,0.0889337444084255
-2001,Guatemala,Oilcrops,11.976725,0.00773224733806612
-2001,Guatemala,Pulses,11.976725,0.00991205859698707
+2001,Guatemala,FruitVeg,11.976725,0.10181982136185
+2001,Guatemala,OilcropsPulses,11.976725,0.0176443059350532
 2001,Guatemala,Starchy Roots,11.976725,0.00821518403403268
+2001,Guatemala,Sugar,11.976725,0.043135498226769
 2002,Guatemala,Ruminants,12.272208,0.18695604735513
 2002,Guatemala,Cereals,12.272208,0.137943147638958
 2002,Guatemala,Monogastrics,12.272208,0.109167885681207
-2002,Guatemala,Oilcrops,12.272208,0.00868393038970656
-2002,Guatemala,Pulses,12.272208,0.0101025830070677
+2002,Guatemala,FruitVeg,12.272208,0.114071811690284
+2002,Guatemala,OilcropsPulses,12.272208,0.0187865133967742
 2002,Guatemala,Starchy Roots,12.272208,0.00551473703835528
+2002,Guatemala,Sugar,12.272208,0.0480631521238884
 2003,Guatemala,Ruminants,12.573346,0.185149657060261
 2003,Guatemala,Cereals,12.573346,0.130770759032639
 2003,Guatemala,Monogastrics,12.573346,0.110824946676883
-2003,Guatemala,Oilcrops,12.573346,0.0100093483468919
-2003,Guatemala,Pulses,12.573346,0.00991374929155692
+2003,Guatemala,FruitVeg,12.573346,0.117157039979652
+2003,Guatemala,OilcropsPulses,12.573346,0.0199230976384488
 2003,Guatemala,Starchy Roots,12.573346,0.0115467274979946
+2003,Guatemala,Sugar,12.573346,0.0511921011320296
 2004,Guatemala,Ruminants,12.877711,0.176198634990333
 2004,Guatemala,Cereals,12.877711,0.130518304068169
 2004,Guatemala,Monogastrics,12.877711,0.113766965262693
-2004,Guatemala,Oilcrops,12.877711,0.0108669933655135
-2004,Guatemala,Pulses,12.877711,0.00961739240770351
+2004,Guatemala,FruitVeg,12.877711,0.108284461423307
+2004,Guatemala,OilcropsPulses,12.877711,0.020484385773217
 2004,Guatemala,Starchy Roots,12.877711,0.01208762954845
+2004,Guatemala,Sugar,12.877711,0.049705495021592
 2005,Guatemala,Ruminants,13.183505,0.175297138355847
 2005,Guatemala,Cereals,13.183505,0.134279616839376
 2005,Guatemala,Monogastrics,13.183505,0.115917997527971
-2005,Guatemala,Oilcrops,13.183505,0.0119698820609542
-2005,Guatemala,Pulses,13.183505,0.00866962162186763
+2005,Guatemala,FruitVeg,13.183505,0.117413085518608
+2005,Guatemala,OilcropsPulses,13.183505,0.0206395036828218
 2005,Guatemala,Starchy Roots,13.183505,0.0125041861022543
+2005,Guatemala,Sugar,13.183505,0.0525474826307571
 2006,Guatemala,Ruminants,13.490041,0.182975077688793
 2006,Guatemala,Cereals,13.490041,0.13679832403771
 2006,Guatemala,Monogastrics,13.490041,0.107277820727157
-2006,Guatemala,Oilcrops,13.490041,0.0120446631704085
-2006,Guatemala,Pulses,13.490041,0.01182961564016
+2006,Guatemala,FruitVeg,13.490041,0.134158154152385
+2006,Guatemala,OilcropsPulses,13.490041,0.0238742788105685
 2006,Guatemala,Starchy Roots,13.490041,0.0121545219914454
+2006,Guatemala,Sugar,13.490041,0.0482756872273405
 2007,Guatemala,Ruminants,13.797629,0.184974157516483
 2007,Guatemala,Cereals,13.797629,0.13639742016545
 2007,Guatemala,Monogastrics,13.797629,0.11531642139385
-2007,Guatemala,Oilcrops,13.797629,0.0112743283646777
-2007,Guatemala,Pulses,13.797629,0.0124080014037194
+2007,Guatemala,FruitVeg,13.797629,0.130874804649408
+2007,Guatemala,OilcropsPulses,13.797629,0.0236823297683972
 2007,Guatemala,Starchy Roots,13.797629,0.0121430283420434
+2007,Guatemala,Sugar,13.797629,0.0555154802321471
 2008,Guatemala,Ruminants,14.106687,0.188013634951991
 2008,Guatemala,Cereals,14.106687,0.151042338998519
 2008,Guatemala,Monogastrics,14.106687,0.11433303227044
-2008,Guatemala,Oilcrops,14.106687,0.0119838201556468
-2008,Guatemala,Pulses,14.106687,0.00916529869841161
+2008,Guatemala,FruitVeg,14.106687,0.136538862739352
+2008,Guatemala,OilcropsPulses,14.106687,0.0211491188540584
 2008,Guatemala,Starchy Roots,14.106687,0.0117388299605712
+2008,Guatemala,Sugar,14.106687,0.048193243388756
 2009,Guatemala,Ruminants,14.418033,0.195024584837613
 2009,Guatemala,Cereals,14.418033,0.148670557211237
 2009,Guatemala,Monogastrics,14.418033,0.116362294357351
-2009,Guatemala,Oilcrops,14.418033,0.0107821919952604
-2009,Guatemala,Pulses,14.418033,0.0140302772229749
+2009,Guatemala,FruitVeg,14.418033,0.125841229521392
+2009,Guatemala,OilcropsPulses,14.418033,0.0248124692182352
 2009,Guatemala,Starchy Roots,14.418033,0.012002400049993
+2009,Guatemala,Sugar,14.418033,0.0532481095028705
 2010,Guatemala,Ruminants,14.732261,0.191406872305616
 2010,Guatemala,Cereals,14.732261,0.145090560098005
 2010,Guatemala,Monogastrics,14.732261,0.117711728023282
-2010,Guatemala,Oilcrops,14.732261,0.011296568802304
-2010,Guatemala,Pulses,14.732261,0.0145621232205973
+2010,Guatemala,FruitVeg,14.732261,0.128624384267968
+2010,Guatemala,OilcropsPulses,14.732261,0.0258586920229013
 2010,Guatemala,Starchy Roots,14.732261,0.0124971991739761
+2010,Guatemala,Sugar,14.732261,0.048850139160581
 2011,Guatemala,Ruminants,15.04928,0.195663812488039
 2011,Guatemala,Cereals,15.04928,0.144002370877544
 2011,Guatemala,Monogastrics,15.04928,0.118569599342959
-2011,Guatemala,Oilcrops,15.04928,0.0121847025239746
-2011,Guatemala,Pulses,15.04928,0.0144379664674988
+2011,Guatemala,FruitVeg,15.04928,0.130074794275872
+2011,Guatemala,OilcropsPulses,15.04928,0.0266226689914733
 2011,Guatemala,Starchy Roots,15.04928,0.0127624710285143
+2011,Guatemala,Sugar,15.04928,0.0524801850985562
 2012,Guatemala,Ruminants,15.368759,0.189251760665907
 2012,Guatemala,Cereals,15.368759,0.163171274922068
 2012,Guatemala,Monogastrics,15.368759,0.115385438733212
-2012,Guatemala,Oilcrops,15.368759,0.0117970488053069
-2012,Guatemala,Pulses,15.368759,0.0152025287142573
+2012,Guatemala,FruitVeg,15.368759,0.113439022630259
+2012,Guatemala,OilcropsPulses,15.368759,0.0269995775195642
 2012,Guatemala,Starchy Roots,15.368759,0.0122885003271897
+2012,Guatemala,Sugar,15.368759,0.0471887808247888
 2013,Guatemala,Ruminants,15.690793,0.191302115833151
 2013,Guatemala,Cereals,15.690793,0.169339752299326
 2013,Guatemala,Monogastrics,15.690793,0.117223960573567
-2013,Guatemala,Oilcrops,15.690793,0.0122492852974353
-2013,Guatemala,Pulses,15.690793,0.0148649593427177
+2013,Guatemala,FruitVeg,15.690793,0.115199786269566
+2013,Guatemala,OilcropsPulses,15.690793,0.027114244640153
 2013,Guatemala,Starchy Roots,15.690793,0.0122982949300268
+2013,Guatemala,Sugar,15.690793,0.0480018441387889
 1961,Guinea,Ruminants,3.633778,0.096693331293216
 1961,Guinea,Cereals,3.633778,0.0916404359319694
 1961,Guinea,Monogastrics,3.633778,0.00338705336429468
-1961,Guinea,Oilcrops,3.633778,0.0144802461790456
-1961,Guinea,Pulses,3.633778,0.00691429140690488
+1961,Guinea,FruitVeg,3.633778,0.195999865704509
+1961,Guinea,OilcropsPulses,3.633778,0.0213945375859505
 1961,Guinea,Starchy Roots,3.633778,0.148200027629646
+1961,Guinea,Sugar,3.633778,0.00302109815184087
 1962,Guinea,Ruminants,3.69096,0.097255592041095
 1962,Guinea,Cereals,3.69096,0.0819315300084531
 1962,Guinea,Monogastrics,3.69096,0.00356218978260398
-1962,Guinea,Oilcrops,3.69096,0.014978217049223
-1962,Guinea,Pulses,3.69096,0.00805346034635976
+1962,Guinea,FruitVeg,3.69096,0.199444047077183
+1962,Guinea,OilcropsPulses,3.69096,0.0230316773955827
 1962,Guinea,Starchy Roots,3.69096,0.147475453540542
+1962,Guinea,Sugar,3.69096,0.00429969438845178
 1963,Guinea,Ruminants,3.74992,0.09841788624824
 1963,Guinea,Cereals,3.74992,0.0991839825916286
 1963,Guinea,Monogastrics,3.74992,0.00381077462985877
-1963,Guinea,Oilcrops,3.74992,0.0164683513248283
-1963,Guinea,Pulses,3.74992,0.00547345010026881
+1963,Guinea,FruitVeg,3.74992,0.174942398771174
+1963,Guinea,OilcropsPulses,3.74992,0.0219418014250971
 1963,Guinea,Starchy Roots,3.74992,0.134870077228314
+1963,Guinea,Sugar,3.74992,0.00307259888210949
 1964,Guinea,Ruminants,3.812004,0.0994446752941498
 1964,Guinea,Cereals,3.812004,0.107997788040096
 1964,Guinea,Monogastrics,3.812004,0.00396943444970152
-1964,Guinea,Oilcrops,3.812004,0.0162080102749105
-1964,Guinea,Pulses,3.812004,0.00731505003667362
+1964,Guinea,FruitVeg,3.812004,0.183111035560298
+1964,Guinea,OilcropsPulses,3.812004,0.0235230603115841
 1964,Guinea,Starchy Roots,3.812004,0.141139935844768
+1964,Guinea,Sugar,3.812004,0.00265188598962645
 1965,Guinea,Ruminants,3.877804,0.100395068961711
 1965,Guinea,Cereals,3.877804,0.105345190215906
 1965,Guinea,Monogastrics,3.877804,0.00383023484425721
-1965,Guinea,Oilcrops,3.877804,0.0160229862055947
-1965,Guinea,Pulses,3.877804,0.0071909255857181
+1965,Guinea,FruitVeg,3.877804,0.175166150738923
+1965,Guinea,OilcropsPulses,3.877804,0.0232139117913128
 1965,Guinea,Starchy Roots,3.877804,0.133671531619442
+1965,Guinea,Sugar,3.877804,0.00438469814358849
 1966,Guinea,Ruminants,3.948206,0.102874495403735
 1966,Guinea,Cereals,3.948206,0.100044931799405
 1966,Guinea,Monogastrics,3.948206,0.00388427047626188
-1966,Guinea,Oilcrops,3.948206,0.0166531330938659
-1966,Guinea,Pulses,3.948206,0.00700571348100884
+1966,Guinea,FruitVeg,3.948206,0.182424625260181
+1966,Guinea,OilcropsPulses,3.948206,0.0236588465748748
 1966,Guinea,Starchy Roots,3.948206,0.133898788462405
+1966,Guinea,Sugar,3.948206,0.00379894058212768
 1967,Guinea,Ruminants,4.02188,0.0974320964325141
 1967,Guinea,Cereals,4.02188,0.0885133320735576
 1967,Guinea,Monogastrics,4.02188,0.00397801525654669
-1967,Guinea,Oilcrops,4.02188,0.0176400091499498
-1967,Guinea,Pulses,4.02188,0.00847862193799914
+1967,Guinea,FruitVeg,4.02188,0.196051100480372
+1967,Guinea,OilcropsPulses,4.02188,0.0261186310879489
 1967,Guinea,Starchy Roots,4.02188,0.135442628820353
+1967,Guinea,Sugar,4.02188,0.00281062587645579
 1968,Guinea,Ruminants,4.094528,0.100493316934211
 1968,Guinea,Cereals,4.094528,0.0923332310830455
 1968,Guinea,Monogastrics,4.094528,0.00406728199196586
-1968,Guinea,Oilcrops,4.094528,0.0173705003360583
-1968,Guinea,Pulses,4.094528,0.00765411788611532
+1968,Guinea,FruitVeg,4.094528,0.199572453772449
+1968,Guinea,OilcropsPulses,4.094528,0.0250246182221736
 1968,Guinea,Starchy Roots,4.094528,0.132937422823827
+1968,Guinea,Sugar,4.094528,0.00294661558059928
 1969,Guinea,Ruminants,4.160375,0.0918593396028002
 1969,Guinea,Cereals,4.160375,0.0885891295856744
 1969,Guinea,Monogastrics,4.160375,0.00419591983895682
-1969,Guinea,Oilcrops,4.160375,0.016815791845687
-1969,Guinea,Pulses,4.160375,0.00753297479193582
+1969,Guinea,FruitVeg,4.160375,0.195768410299552
+1969,Guinea,OilcropsPulses,4.160375,0.0243487666376228
 1969,Guinea,Starchy Roots,4.160375,0.134380674818977
+1969,Guinea,Sugar,4.160375,0.00312471832467025
 1970,Guinea,Ruminants,4.215442,0.0907848571988418
 1970,Guinea,Cereals,4.215442,0.0942541731092493
 1970,Guinea,Monogastrics,4.215442,0.00411306809582483
-1970,Guinea,Oilcrops,4.215442,0.0171310624129095
-1970,Guinea,Pulses,4.215442,0.00699807991664931
+1970,Guinea,FruitVeg,4.215442,0.201933747398256
+1970,Guinea,OilcropsPulses,4.215442,0.0241291423295588
 1970,Guinea,Starchy Roots,4.215442,0.134564773990485
+1970,Guinea,Sugar,4.215442,0.00314581483981988
 1971,Guinea,Ruminants,4.259102,0.0898328567853036
 1971,Guinea,Cereals,4.259102,0.0929472926452571
 1971,Guinea,Monogastrics,4.259102,0.00388743918318932
-1971,Guinea,Oilcrops,4.259102,0.0168904149278416
-1971,Guinea,Pulses,4.259102,0.00800638256609022
+1971,Guinea,FruitVeg,4.259102,0.208900843417227
+1971,Guinea,OilcropsPulses,4.259102,0.0248967974939318
 1971,Guinea,Starchy Roots,4.259102,0.137531338765777
+1971,Guinea,Sugar,4.259102,0.00329224329447851
 1972,Guinea,Ruminants,4.293208,0.0893742394964325
 1972,Guinea,Cereals,4.293208,0.0955812064078889
 1972,Guinea,Monogastrics,4.293208,0.00416283115097149
-1972,Guinea,Oilcrops,4.293208,0.0168589548887452
-1972,Guinea,Pulses,4.293208,0.00794277845378095
+1972,Guinea,FruitVeg,4.293208,0.194176475959236
+1972,Guinea,OilcropsPulses,4.293208,0.0248017333425261
 1972,Guinea,Starchy Roots,4.293208,0.137517213235417
+1972,Guinea,Sugar,4.293208,0.00316476630063114
 1973,Guinea,Ruminants,4.319502,0.0937001070956791
 1973,Guinea,Cereals,4.319502,0.105298944183843
 1973,Guinea,Monogastrics,4.319502,0.00448598009677968
-1973,Guinea,Oilcrops,4.319502,0.0172181885782204
-1973,Guinea,Pulses,4.319502,0.00746845353932004
+1973,Guinea,FruitVeg,4.319502,0.187521617075302
+1973,Guinea,OilcropsPulses,4.319502,0.0246866421175404
 1973,Guinea,Starchy Roots,4.319502,0.153617245691749
+1973,Guinea,Sugar,4.319502,0.00301956105125082
 1974,Guinea,Ruminants,4.340748,0.103504165641498
 1974,Guinea,Cereals,4.340748,0.10622685306772
 1974,Guinea,Monogastrics,4.340748,0.00475740586645435
-1974,Guinea,Oilcrops,4.340748,0.0168519342749222
-1974,Guinea,Pulses,4.340748,0.00679606371989344
+1974,Guinea,FruitVeg,4.340748,0.186888527046491
+1974,Guinea,OilcropsPulses,4.340748,0.0236479979948156
 1974,Guinea,Starchy Roots,4.340748,0.154556772242941
+1974,Guinea,Sugar,4.340748,0.002879688016904
 1975,Guinea,Ruminants,4.359735,0.106470852012794
 1975,Guinea,Cereals,4.359735,0.110573463754104
 1975,Guinea,Monogastrics,4.359735,0.00512838509680061
-1975,Guinea,Oilcrops,4.359735,0.017223523906843
-1975,Guinea,Pulses,4.359735,0.00676646631045236
+1975,Guinea,FruitVeg,4.359735,0.189384446531727
+1975,Guinea,OilcropsPulses,4.359735,0.0239899902172953
 1975,Guinea,Starchy Roots,4.359735,0.155444539633716
+1975,Guinea,Sugar,4.359735,0.00299169559617729
 1976,Guinea,Ruminants,4.376768,0.106853801709389
 1976,Guinea,Cereals,4.376768,0.109552985216489
 1976,Guinea,Monogastrics,4.376768,0.00535168873470104
-1976,Guinea,Oilcrops,4.376768,0.0171450714317049
-1976,Guinea,Pulses,4.376768,0.00779113720443944
+1976,Guinea,FruitVeg,4.376768,0.200564663240089
+1976,Guinea,OilcropsPulses,4.376768,0.0249362086361443
 1976,Guinea,Starchy Roots,4.376768,0.156415190387062
+1976,Guinea,Sugar,4.376768,0.00324348925965461
 1977,Guinea,Ruminants,4.393551,0.108641074156189
 1977,Guinea,Cereals,4.393551,0.114485299021225
 1977,Guinea,Monogastrics,4.393551,0.00557043721581928
-1977,Guinea,Oilcrops,4.393551,0.0174517150250447
-1977,Guinea,Pulses,4.393551,0.00666317518563003
+1977,Guinea,FruitVeg,4.393551,0.198783398667729
+1977,Guinea,OilcropsPulses,4.393551,0.0241148902106747
 1977,Guinea,Starchy Roots,4.393551,0.160700535853573
+1977,Guinea,Sugar,4.393551,0.00384950578700463
 1978,Guinea,Ruminants,4.416074,0.106310605302357
 1978,Guinea,Cereals,4.416074,0.124028492276171
 1978,Guinea,Monogastrics,4.416074,0.00585916359191445
-1978,Guinea,Oilcrops,4.416074,0.0177007903400169
-1978,Guinea,Pulses,4.416074,0.00662919144923749
+1978,Guinea,FruitVeg,4.416074,0.19408959179579
+1978,Guinea,OilcropsPulses,4.416074,0.0243299817892544
 1978,Guinea,Starchy Roots,4.416074,0.161639501511976
+1978,Guinea,Sugar,4.416074,0.00438126716173687
 1979,Guinea,Ruminants,4.451872,0.105316639831514
 1979,Guinea,Cereals,4.451872,0.136198435175135
 1979,Guinea,Monogastrics,4.451872,0.00599700530473473
-1979,Guinea,Oilcrops,4.451872,0.0172174761538517
-1979,Guinea,Pulses,4.451872,0.00822912249049389
+1979,Guinea,FruitVeg,4.451872,0.213239958381553
+1979,Guinea,OilcropsPulses,4.451872,0.0254465986443456
 1979,Guinea,Starchy Roots,4.451872,0.129628614659182
+1979,Guinea,Sugar,4.451872,0.00663541090130174
 1980,Guinea,Ruminants,4.506559,0.101278891500145
 1980,Guinea,Cereals,4.506559,0.135592588491574
 1980,Guinea,Monogastrics,4.506559,0.00616703342838738
-1980,Guinea,Oilcrops,4.506559,0.0173409468288333
-1980,Guinea,Pulses,4.506559,0.00812926225974186
+1980,Guinea,FruitVeg,4.506559,0.211616002364554
+1980,Guinea,OilcropsPulses,4.506559,0.0254702090885751
 1980,Guinea,Starchy Roots,4.506559,0.124641661187616
+1980,Guinea,Sugar,4.506559,0.00605406475317421
 1981,Guinea,Ruminants,4.584305,0.100830529382316
 1981,Guinea,Cereals,4.584305,0.15110120290862
 1981,Guinea,Monogastrics,4.584305,0.00675323740457932
-1981,Guinea,Oilcrops,4.584305,0.0174187799459242
-1981,Guinea,Pulses,4.584305,0.00738934255028843
+1981,Guinea,FruitVeg,4.584305,0.205935250817736
+1981,Guinea,OilcropsPulses,4.584305,0.0248081224962126
 1981,Guinea,Starchy Roots,4.584305,0.123744602507905
+1981,Guinea,Sugar,4.584305,0.0055042149246178
 1982,Guinea,Ruminants,4.684992,0.0970204218064833
 1982,Guinea,Cereals,4.684992,0.144648486059314
 1982,Guinea,Monogastrics,4.684992,0.00643328739942352
-1982,Guinea,Oilcrops,4.684992,0.0165014155840608
-1982,Guinea,Pulses,4.684992,0.00723053529226944
+1982,Guinea,FruitVeg,4.684992,0.202206748698824
+1982,Guinea,OilcropsPulses,4.684992,0.0237319508763302
 1982,Guinea,Starchy Roots,4.684992,0.122290710421704
+1982,Guinea,Sugar,4.684992,0.00510417093561739
 1983,Guinea,Ruminants,4.80474,0.0997616312225011
 1983,Guinea,Cereals,4.80474,0.145429513355561
 1983,Guinea,Monogastrics,4.80474,0.00634567114973963
-1983,Guinea,Oilcrops,4.80474,0.015826662837115
-1983,Guinea,Pulses,4.80474,0.00705032946631868
+1983,Guinea,FruitVeg,4.80474,0.198432381356744
+1983,Guinea,OilcropsPulses,4.80474,0.0228769923034337
 1983,Guinea,Starchy Roots,4.80474,0.120201925598472
+1983,Guinea,Sugar,4.80474,0.00579136436102682
 1984,Guinea,Ruminants,4.93723,0.100667722589387
 1984,Guinea,Cereals,4.93723,0.148920751109428
 1984,Guinea,Monogastrics,4.93723,0.00594946964188421
-1984,Guinea,Oilcrops,4.93723,0.0160087741506877
-1984,Guinea,Pulses,4.93723,0.00779283120292148
+1984,Guinea,FruitVeg,4.93723,0.202323367556302
+1984,Guinea,OilcropsPulses,4.93723,0.0238016053536092
 1984,Guinea,Starchy Roots,4.93723,0.117681371943377
+1984,Guinea,Sugar,4.93723,0.00801360276916409
 1985,Guinea,Ruminants,5.078689,0.10042751190317
 1985,Guinea,Cereals,5.078689,0.149793381717211
 1985,Guinea,Monogastrics,5.078689,0.00496165447421569
-1985,Guinea,Oilcrops,5.078689,0.01533978552339
-1985,Guinea,Pulses,5.078689,0.00793807220721726
+1985,Guinea,FruitVeg,5.078689,0.200243606174743
+1985,Guinea,OilcropsPulses,5.078689,0.0232778577306072
 1985,Guinea,Starchy Roots,5.078689,0.111812320069215
+1985,Guinea,Sugar,5.078689,0.00975094163080275
 1986,Guinea,Ruminants,5.223553,0.069471124347738
 1986,Guinea,Cereals,5.223553,0.156697941037451
 1986,Guinea,Monogastrics,5.223553,0.00553875877204654
-1986,Guinea,Oilcrops,5.223553,0.0140096214205159
-1986,Guinea,Pulses,5.223553,0.00824630285171798
+1986,Guinea,FruitVeg,5.223553,0.197351687634834
+1986,Guinea,OilcropsPulses,5.223553,0.0222559242722339
 1986,Guinea,Starchy Roots,5.223553,0.113326312569242
+1986,Guinea,Sugar,5.223553,0.0123052259640134
 1987,Guinea,Ruminants,5.375058,0.0814015960385916
 1987,Guinea,Cereals,5.375058,0.159604045202861
 1987,Guinea,Monogastrics,5.375058,0.00557266544844725
-1987,Guinea,Oilcrops,5.375058,0.0126833980210074
-1987,Guinea,Pulses,5.375058,0.00801386701315595
+1987,Guinea,FruitVeg,5.375058,0.192737083023104
+1987,Guinea,OilcropsPulses,5.375058,0.0206972650341634
 1987,Guinea,Starchy Roots,5.375058,0.115094758047262
+1987,Guinea,Sugar,5.375058,0.0117408965633487
 1988,Guinea,Ruminants,5.54827,0.096057527842012
 1988,Guinea,Cereals,5.54827,0.182784183177819
 1988,Guinea,Monogastrics,5.54827,0.00554289895769312
-1988,Guinea,Oilcrops,5.54827,0.0108194085724018
-1988,Guinea,Pulses,5.54827,0.00772312811020372
+1988,Guinea,FruitVeg,5.54827,0.188718825868244
+1988,Guinea,OilcropsPulses,5.54827,0.0185425366826056
 1988,Guinea,Starchy Roots,5.54827,0.117357843075409
+1988,Guinea,Sugar,5.54827,0.00735364356817531
 1989,Guinea,Ruminants,5.763843,0.09242940864281
 1989,Guinea,Cereals,5.763843,0.17486701147134
 1989,Guinea,Monogastrics,5.763843,0.00515786082306544
-1989,Guinea,Oilcrops,5.763843,0.0121904777767195
-1989,Guinea,Pulses,5.763843,0.00902158507787252
+1989,Guinea,FruitVeg,5.763843,0.190499984125175
+1989,Guinea,OilcropsPulses,5.763843,0.021212062854592
 1989,Guinea,Starchy Roots,5.763843,0.117703761188499
+1989,Guinea,Sugar,5.763843,0.0098427386033936
 1990,Guinea,Ruminants,6.034082,0.0960270675804538
 1990,Guinea,Cereals,6.034082,0.167780782561457
 1990,Guinea,Monogastrics,6.034082,0.00629867144662602
-1990,Guinea,Oilcrops,6.034082,0.0135825134626941
-1990,Guinea,Pulses,6.034082,0.00794569911380058
+1990,Guinea,FruitVeg,6.034082,0.191910385042828
+1990,Guinea,OilcropsPulses,6.034082,0.0215282125764947
 1990,Guinea,Starchy Roots,6.034082,0.116690989615322
+1990,Guinea,Sugar,6.034082,0.0089034255749259
 1991,Guinea,Ruminants,6.36711,0.100514079386095
 1991,Guinea,Cereals,6.36711,0.164506502950318
 1991,Guinea,Monogastrics,6.36711,0.0049876317512969
-1991,Guinea,Oilcrops,6.36711,0.0168525437757476
-1991,Guinea,Pulses,6.36711,0.00747843213011869
+1991,Guinea,FruitVeg,6.36711,0.186559993466424
+1991,Guinea,OilcropsPulses,6.36711,0.0243309759058662
 1991,Guinea,Starchy Roots,6.36711,0.116562773377561
+1991,Guinea,Sugar,6.36711,0.00980539051469191
 1992,Guinea,Ruminants,6.751394,0.102905488851636
 1992,Guinea,Cereals,6.751394,0.164729980208532
 1992,Guinea,Monogastrics,6.751394,0.00557514492562573
-1992,Guinea,Oilcrops,6.751394,0.0213641804936877
-1992,Guinea,Pulses,6.751394,0.0068375508820845
+1992,Guinea,FruitVeg,6.751394,0.194137388515616
+1992,Guinea,OilcropsPulses,6.751394,0.0282017313757722
 1992,Guinea,Starchy Roots,6.751394,0.111251691132231
+1992,Guinea,Sugar,6.751394,0.0101411649209037
 1993,Guinea,Ruminants,7.155564,0.106363062366572
 1993,Guinea,Cereals,7.155564,0.161037900017385
 1993,Guinea,Monogastrics,7.155564,0.00578616863744074
-1993,Guinea,Oilcrops,7.155564,0.0205388422212421
-1993,Guinea,Pulses,7.155564,0.0060919027486862
+1993,Guinea,FruitVeg,7.155564,0.18556762262206
+1993,Guinea,OilcropsPulses,7.155564,0.0266307449699283
 1993,Guinea,Starchy Roots,7.155564,0.108768505180025
+1993,Guinea,Sugar,7.155564,0.00992779884297031
 1994,Guinea,Ruminants,7.536389,0.106676499846279
 1994,Guinea,Cereals,7.536389,0.166361104767814
 1994,Guinea,Monogastrics,7.536389,0.00579321210728374
-1994,Guinea,Oilcrops,7.536389,0.0174663223992286
-1994,Guinea,Pulses,7.536389,0.00633632366906751
+1994,Guinea,FruitVeg,7.536389,0.190264727577093
+1994,Guinea,OilcropsPulses,7.536389,0.0238026460682961
 1994,Guinea,Starchy Roots,7.536389,0.111583146782896
+1994,Guinea,Sugar,7.536389,0.00978187298983638
 1995,Guinea,Ruminants,7.863033,0.12138087173232
 1995,Guinea,Cereals,7.863033,0.161221884735827
 1995,Guinea,Monogastrics,7.863033,0.00498881284105001
-1995,Guinea,Oilcrops,7.863033,0.0155708363426683
-1995,Guinea,Pulses,7.863033,0.00378988616733517
+1995,Guinea,FruitVeg,7.863033,0.181128071063672
+1995,Guinea,OilcropsPulses,7.863033,0.0193607225100035
 1995,Guinea,Starchy Roots,7.863033,0.106690637060788
+1995,Guinea,Sugar,7.863033,0.0104219326053954
 1996,Guinea,Ruminants,8.124799,0.11729008926867
 1996,Guinea,Cereals,8.124799,0.153434072645982
 1996,Guinea,Monogastrics,8.124799,0.00498248633596967
-1996,Guinea,Oilcrops,8.124799,0.0165260703680177
-1996,Guinea,Pulses,8.124799,0.0040490847835128
+1996,Guinea,FruitVeg,8.124799,0.185068824471842
+1996,Guinea,OilcropsPulses,8.124799,0.0205751551515305
 1996,Guinea,Starchy Roots,8.124799,0.106570759473557
+1996,Guinea,Sugar,8.124799,0.0106082624320922
 1997,Guinea,Ruminants,8.331366,0.117939303110678
 1997,Guinea,Cereals,8.331366,0.149144450021761
 1997,Guinea,Monogastrics,8.331366,0.00510103625263852
-1997,Guinea,Oilcrops,8.331366,0.0168573796901973
-1997,Guinea,Pulses,8.331366,0.00415790159740912
+1997,Guinea,FruitVeg,8.331366,0.184247577168018
+1997,Guinea,OilcropsPulses,8.331366,0.0210152812876064
 1997,Guinea,Starchy Roots,8.331366,0.108429998153964
+1997,Guinea,Sugar,8.331366,0.0110306041050171
 1998,Guinea,Ruminants,8.497582,0.117605372916672
 1998,Guinea,Cereals,8.497582,0.147068071835023
 1998,Guinea,Monogastrics,8.497582,0.00534523821011671
-1998,Guinea,Oilcrops,8.497582,0.0178217756533565
-1998,Guinea,Pulses,8.497582,0.00551415685073707
+1998,Guinea,FruitVeg,8.497582,0.158389998472507
+1998,Guinea,OilcropsPulses,8.497582,0.0233359325040935
 1998,Guinea,Starchy Roots,8.497582,0.109726743443017
+1998,Guinea,Sugar,8.497582,0.0111263415875245
 1999,Guinea,Ruminants,8.647336,0.121754711508839
 1999,Guinea,Cereals,8.647336,0.149700555176762
 1999,Guinea,Monogastrics,8.647336,0.00553832995502892
-1999,Guinea,Oilcrops,8.647336,0.0195539990582071
-1999,Guinea,Pulses,8.647336,0.00525618525751746
+1999,Guinea,FruitVeg,8.647336,0.163770437508153
+1999,Guinea,OilcropsPulses,8.647336,0.0248101843157245
 1999,Guinea,Starchy Roots,8.647336,0.11171035796458
+1999,Guinea,Sugar,8.647336,0.011117643630362
 2000,Guinea,Ruminants,8.799165,0.12677088110065
 2000,Guinea,Cereals,8.799165,0.154200199678038
 2000,Guinea,Monogastrics,8.799165,0.00579772057916859
-2000,Guinea,Oilcrops,8.799165,0.0202669230546308
-2000,Guinea,Pulses,8.799165,0.00600568349383152
+2000,Guinea,FruitVeg,8.799165,0.155311555130515
+2000,Guinea,OilcropsPulses,8.799165,0.0262726065484623
 2000,Guinea,Starchy Roots,8.799165,0.113573390202366
+2000,Guinea,Sugar,8.799165,0.0112619776990203
 2001,Guinea,Ruminants,8.955756,0.127936748165091
 2001,Guinea,Cereals,8.955756,0.154832489853453
 2001,Guinea,Monogastrics,8.955756,0.0058789341737314
-2001,Guinea,Oilcrops,8.955756,0.01959209250453
-2001,Guinea,Pulses,8.955756,0.00613192230784314
+2001,Guinea,FruitVeg,8.955756,0.159732243710079
+2001,Guinea,OilcropsPulses,8.955756,0.0257240148123732
 2001,Guinea,Starchy Roots,8.955756,0.111494886640502
+2001,Guinea,Sugar,8.955756,0.0105833611366813
 2002,Guinea,Ruminants,9.114287,0.128783710673144
 2002,Guinea,Cereals,9.114287,0.153452486190088
 2002,Guinea,Monogastrics,9.114287,0.00680387835055008
-2002,Guinea,Oilcrops,9.114287,0.0203897463400044
-2002,Guinea,Pulses,9.114287,0.00762385472390764
+2002,Guinea,FruitVeg,9.114287,0.165703581640561
+2002,Guinea,OilcropsPulses,9.114287,0.0280136010639121
 2002,Guinea,Starchy Roots,9.114287,0.110020015827897
+2002,Guinea,Sugar,9.114287,0.0101925690950921
 2003,Guinea,Ruminants,9.281572,0.136356589163991
 2003,Guinea,Cereals,9.281572,0.149595887420795
 2003,Guinea,Monogastrics,9.281572,0.00706595822345611
-2003,Guinea,Oilcrops,9.281572,0.0218333704678475
-2003,Guinea,Pulses,9.281572,0.00620412145701181
+2003,Guinea,FruitVeg,9.281572,0.168376219028415
+2003,Guinea,OilcropsPulses,9.281572,0.0280374919248593
 2003,Guinea,Starchy Roots,9.281572,0.111912400183934
+2003,Guinea,Sugar,9.281572,0.0111728918334093
 2004,Guinea,Ruminants,9.464771,0.140539501695287
 2004,Guinea,Cereals,9.464771,0.146495990235791
 2004,Guinea,Monogastrics,9.464771,0.00777234863896866
-2004,Guinea,Oilcrops,9.464771,0.0221191828095999
-2004,Guinea,Pulses,9.464771,0.00769548465567735
+2004,Guinea,FruitVeg,9.464771,0.171717413976524
+2004,Guinea,OilcropsPulses,9.464771,0.0298146674652773
 2004,Guinea,Starchy Roots,9.464771,0.114733256620789
+2004,Guinea,Sugar,9.464771,0.0115425930537569
 2005,Guinea,Ruminants,9.669023,0.144952059789288
 2005,Guinea,Cereals,9.669023,0.149685961032464
 2005,Guinea,Monogastrics,9.669023,0.00818109544263159
-2005,Guinea,Oilcrops,9.669023,0.0226950540918147
-2005,Guinea,Pulses,9.669023,0.00590990423748087
+2005,Guinea,FruitVeg,9.669023,0.170277803662273
+2005,Guinea,OilcropsPulses,9.669023,0.0286049583292955
 2005,Guinea,Starchy Roots,9.669023,0.116658735841253
+2005,Guinea,Sugar,9.669023,0.0127577522568723
 2006,Guinea,Ruminants,9.898301,0.153946167125045
 2006,Guinea,Cereals,9.898301,0.160847401993534
 2006,Guinea,Monogastrics,9.898301,0.0081697859056822
-2006,Guinea,Oilcrops,9.898301,0.0252075583476397
-2006,Guinea,Pulses,9.898301,0.00551498686491752
+2006,Guinea,FruitVeg,9.898301,0.148698347322434
+2006,Guinea,OilcropsPulses,9.898301,0.0307225452125572
 2006,Guinea,Starchy Roots,9.898301,0.119536979123993
+2006,Guinea,Sugar,9.898301,0.0127951251431938
 2007,Guinea,Ruminants,10.152521,0.156068172624317
 2007,Guinea,Cereals,10.152521,0.16118991529296
 2007,Guinea,Monogastrics,10.152521,0.00869323983668687
-2007,Guinea,Oilcrops,10.152521,0.0245622737446197
-2007,Guinea,Pulses,10.152521,0.00549439887885974
+2007,Guinea,FruitVeg,10.152521,0.146872683149338
+2007,Guinea,OilcropsPulses,10.152521,0.0300566726234794
 2007,Guinea,Starchy Roots,10.152521,0.121800979283865
+2007,Guinea,Sugar,10.152521,0.0128661639803552
 2008,Guinea,Ruminants,10.427356,0.156776703509499
 2008,Guinea,Cereals,10.427356,0.171448064111362
 2008,Guinea,Monogastrics,10.427356,0.00893241776726526
-2008,Guinea,Oilcrops,10.427356,0.0245754532596758
-2008,Guinea,Pulses,10.427356,0.00543311267017257
+2008,Guinea,FruitVeg,10.427356,0.145049425760471
+2008,Guinea,OilcropsPulses,10.427356,0.0300085659298484
 2008,Guinea,Starchy Roots,10.427356,0.112968138807191
+2008,Guinea,Sugar,10.427356,0.0133078797731659
 2009,Guinea,Ruminants,10.71577,0.162084311253414
 2009,Guinea,Cereals,10.71577,0.171120694079847
 2009,Guinea,Monogastrics,10.71577,0.00940054704421614
-2009,Guinea,Oilcrops,10.71577,0.0228961614517669
-2009,Guinea,Pulses,10.71577,0.00515483255053067
+2009,Guinea,FruitVeg,10.71577,0.14747731614247
+2009,Guinea,OilcropsPulses,10.71577,0.0280509940022976
 2009,Guinea,Starchy Roots,10.71577,0.109210630687295
+2009,Guinea,Sugar,10.71577,0.0132850929051295
 2010,Guinea,Ruminants,11.012406,0.169178197752607
 2010,Guinea,Cereals,11.012406,0.169083395581311
 2010,Guinea,Monogastrics,11.012406,0.010165190059284
-2010,Guinea,Oilcrops,11.012406,0.0222684307135062
-2010,Guinea,Pulses,11.012406,0.0045277117461888
+2010,Guinea,FruitVeg,11.012406,0.147323754681765
+2010,Guinea,OilcropsPulses,11.012406,0.026796142459695
 2010,Guinea,Starchy Roots,11.012406,0.112633606134754
+2010,Guinea,Sugar,11.012406,0.0134891503273672
 2011,Guinea,Ruminants,11.316351,0.157892575088913
 2011,Guinea,Cereals,11.316351,0.169067308004144
 2011,Guinea,Monogastrics,11.316351,0.0108384496027032
-2011,Guinea,Oilcrops,11.316351,0.0222173207600224
-2011,Guinea,Pulses,11.316351,0.00441679477775124
+2011,Guinea,FruitVeg,11.316351,0.145079098377207
+2011,Guinea,OilcropsPulses,11.316351,0.0266341155377736
 2011,Guinea,Starchy Roots,11.316351,0.110094941381723
+2011,Guinea,Sugar,11.316351,0.0139351457020024
 1961,Guinea-Bissau,Ruminants,0.623413,0.105143941496247
 1961,Guinea-Bissau,Cereals,0.623413,0.097740983906335
 1961,Guinea-Bissau,Monogastrics,0.623413,0.0542526382991693
-1961,Guinea-Bissau,Oilcrops,0.623413,0.0436708891216577
-1961,Guinea-Bissau,Pulses,0.623413,0.0019890505972766
+1961,Guinea-Bissau,FruitVeg,0.623413,0.064806155790784
+1961,Guinea-Bissau,OilcropsPulses,0.623413,0.0456599397189343
 1961,Guinea-Bissau,Starchy Roots,0.623413,0.0592608752143443
+1961,Guinea-Bissau,Sugar,0.623413,0.00137308654134579
 1962,Guinea-Bissau,Ruminants,0.629973,0.105135616923265
 1962,Guinea-Bissau,Cereals,0.629973,0.0911086665619003
 1962,Guinea-Bissau,Monogastrics,0.629973,0.0538096077133464
-1962,Guinea-Bissau,Oilcrops,0.629973,0.0425494425951588
-1962,Guinea-Bissau,Pulses,0.629973,0.00205881839380418
+1962,Guinea-Bissau,FruitVeg,0.629973,0.0647805540872387
+1962,Guinea-Bissau,OilcropsPulses,0.629973,0.044608260988963
 1962,Guinea-Bissau,Starchy Roots,0.629973,0.0597327187038175
+1962,Guinea-Bissau,Sugar,0.629973,0.00136355050137069
 1963,Guinea-Bissau,Ruminants,0.636593,0.106049705227673
 1963,Guinea-Bissau,Cereals,0.636593,0.092391842197448
 1963,Guinea-Bissau,Monogastrics,0.636593,0.0535315342770027
-1963,Guinea-Bissau,Oilcrops,0.636593,0.0420676947437374
-1963,Guinea-Bissau,Pulses,0.636593,0.00218664044373721
+1963,Guinea-Bissau,FruitVeg,0.636593,0.0643629446129631
+1963,Guinea-Bissau,OilcropsPulses,0.636593,0.0442543351874746
 1963,Guinea-Bissau,Starchy Roots,0.636593,0.0595686726055737
+1963,Guinea-Bissau,Sugar,0.636593,0.00220549079239011
 1964,Guinea-Bissau,Ruminants,0.643962,0.102018131504654
 1964,Guinea-Bissau,Cereals,0.643962,0.0986673126675176
 1964,Guinea-Bissau,Monogastrics,0.643962,0.0534051698702718
-1964,Guinea-Bissau,Oilcrops,0.643962,0.04497159770297
-1964,Guinea-Bissau,Pulses,0.643962,0.00192557945965756
+1964,Guinea-Bissau,FruitVeg,0.643962,0.0668595351899646
+1964,Guinea-Bissau,OilcropsPulses,0.643962,0.0468971771626276
 1964,Guinea-Bissau,Starchy Roots,0.643962,0.0583683509275392
+1964,Guinea-Bissau,Sugar,0.643962,0.0025110177308599
 1965,Guinea-Bissau,Ruminants,0.652566,0.100698320169914
 1965,Guinea-Bissau,Cereals,0.652566,0.102391175758467
 1965,Guinea-Bissau,Monogastrics,0.652566,0.0527551236196799
-1965,Guinea-Bissau,Oilcrops,0.652566,0.0487245734531067
-1965,Guinea-Bissau,Pulses,0.652566,0.00182663516027498
+1965,Guinea-Bissau,FruitVeg,0.652566,0.0659121069746202
+1965,Guinea-Bissau,OilcropsPulses,0.652566,0.0505512086133816
 1965,Guinea-Bissau,Starchy Roots,0.652566,0.0575451371968506
+1965,Guinea-Bissau,Sugar,0.652566,0.00262348942482446
 1966,Guinea-Bissau,Ruminants,0.662597,0.0999154840725207
 1966,Guinea-Bissau,Cereals,0.662597,0.113698069867506
 1966,Guinea-Bissau,Monogastrics,0.662597,0.0522294848905141
-1966,Guinea-Bissau,Oilcrops,0.662597,0.0526262569857696
-1966,Guinea-Bissau,Pulses,0.662597,0.00215817457670349
+1966,Guinea-Bissau,FruitVeg,0.662597,0.0648433361455002
+1966,Guinea-Bissau,OilcropsPulses,0.662597,0.0547844315624731
 1966,Guinea-Bissau,Starchy Roots,0.662597,0.0566739662268317
+1966,Guinea-Bissau,Sugar,0.662597,0.00264414115970945
 1967,Guinea-Bissau,Ruminants,0.673893,0.101734548363019
 1967,Guinea-Bissau,Cereals,0.673893,0.111106659365804
 1967,Guinea-Bissau,Monogastrics,0.673893,0.0523712221376391
-1967,Guinea-Bissau,Oilcrops,0.673893,0.0510674543288029
-1967,Guinea-Bissau,Pulses,0.673893,0.00208341680355784
+1967,Guinea-Bissau,FruitVeg,0.673893,0.0646497292596896
+1967,Guinea-Bissau,OilcropsPulses,0.673893,0.0531508711323608
 1967,Guinea-Bissau,Starchy Roots,0.673893,0.0558664357694768
+1967,Guinea-Bissau,Sugar,0.673893,0.00245142774891563
 1968,Guinea-Bissau,Ruminants,0.686155,0.100321064482515
 1968,Guinea-Bissau,Cereals,0.686155,0.090256574680648
 1968,Guinea-Bissau,Monogastrics,0.686155,0.0516132652243298
-1968,Guinea-Bissau,Oilcrops,0.686155,0.0503180768193775
-1968,Guinea-Bissau,Pulses,0.686155,0.00203452572669441
+1968,Guinea-Bissau,FruitVeg,0.686155,0.0647652498342211
+1968,Guinea-Bissau,OilcropsPulses,0.686155,0.052352602546072
 1968,Guinea-Bissau,Starchy Roots,0.686155,0.0626112175820332
+1968,Guinea-Bissau,Sugar,0.686155,0.003182954288754
 1969,Guinea-Bissau,Ruminants,0.698917,0.101040037658263
 1969,Guinea-Bissau,Cereals,0.698917,0.105829447559581
 1969,Guinea-Bissau,Monogastrics,0.698917,0.0518464996558962
-1969,Guinea-Bissau,Oilcrops,0.698917,0.053411206194727
-1969,Guinea-Bissau,Pulses,0.698917,0.00202313007123879
+1969,Guinea-Bissau,FruitVeg,0.698917,0.0646628998865387
+1969,Guinea-Bissau,OilcropsPulses,0.698917,0.0554343362659658
 1969,Guinea-Bissau,Starchy Roots,0.698917,0.054434217510806
+1969,Guinea-Bissau,Sugar,0.698917,0.00377441098156147
 1970,Guinea-Bissau,Ruminants,0.711828,0.101530566372775
 1970,Guinea-Bissau,Cereals,0.711828,0.0946478643717303
 1970,Guinea-Bissau,Monogastrics,0.711828,0.0530823457352057
-1970,Guinea-Bissau,Oilcrops,0.711828,0.0553588788302792
-1970,Guinea-Bissau,Pulses,0.711828,0.00202857993785015
+1970,Guinea-Bissau,FruitVeg,0.711828,0.0646588782683457
+1970,Guinea-Bissau,OilcropsPulses,0.711828,0.0573874587681294
 1970,Guinea-Bissau,Starchy Roots,0.711828,0.0541816281461252
+1970,Guinea-Bissau,Sugar,0.711828,0.00399534719061346
 1971,Guinea-Bissau,Ruminants,0.724863,0.102553448030869
 1971,Guinea-Bissau,Cereals,0.724863,0.113335899335461
 1971,Guinea-Bissau,Monogastrics,0.724863,0.0539412275147166
-1971,Guinea-Bissau,Oilcrops,0.724863,0.05734738840305
-1971,Guinea-Bissau,Pulses,0.724863,0.00194933387412518
+1971,Guinea-Bissau,FruitVeg,0.724863,0.0667450263015218
+1971,Guinea-Bissau,OilcropsPulses,0.724863,0.0592967222771751
 1971,Guinea-Bissau,Starchy Roots,0.724863,0.0463218566818833
+1971,Guinea-Bissau,Sugar,0.724863,0.00443532088132516
 1972,Guinea-Bissau,Ruminants,0.738117,0.102699301059317
 1972,Guinea-Bissau,Cereals,0.738117,0.0958032398657665
 1972,Guinea-Bissau,Monogastrics,0.738117,0.0532105343732769
-1972,Guinea-Bissau,Oilcrops,0.738117,0.0669392521781777
-1972,Guinea-Bissau,Pulses,0.738117,0.00192787864254583
+1972,Guinea-Bissau,FruitVeg,0.738117,0.0657646416489527
+1972,Guinea-Bissau,OilcropsPulses,0.738117,0.0688671308207235
 1972,Guinea-Bissau,Starchy Roots,0.738117,0.0513983555452591
+1972,Guinea-Bissau,Sugar,0.738117,0.00461308979470734
 1973,Guinea-Bissau,Ruminants,0.751512,0.10022155334845
 1973,Guinea-Bissau,Cereals,0.751512,0.111988897050213
 1973,Guinea-Bissau,Monogastrics,0.751512,0.0532819169886842
-1973,Guinea-Bissau,Oilcrops,0.751512,0.0334432450845762
-1973,Guinea-Bissau,Pulses,0.751512,0.00190283056025719
+1973,Guinea-Bissau,FruitVeg,0.751512,0.0671925398396832
+1973,Guinea-Bissau,OilcropsPulses,0.751512,0.0353460756448334
 1973,Guinea-Bissau,Starchy Roots,0.751512,0.0451276892451484
+1973,Guinea-Bissau,Sugar,0.751512,0.00448695430013094
 1974,Guinea-Bissau,Ruminants,0.764974,0.0969795051857971
 1974,Guinea-Bissau,Cereals,0.764974,0.117111169791392
 1974,Guinea-Bissau,Monogastrics,0.764974,0.0528925166084076
-1974,Guinea-Bissau,Oilcrops,0.764974,0.048358506302175
-1974,Guinea-Bissau,Pulses,0.764974,0.00181182628429202
+1974,Guinea-Bissau,FruitVeg,0.764974,0.0647734432804252
+1974,Guinea-Bissau,OilcropsPulses,0.764974,0.050170332586467
 1974,Guinea-Bissau,Starchy Roots,0.764974,0.0432446070062512
+1974,Guinea-Bissau,Sugar,0.764974,0.00308637940635891
 1975,Guinea-Bissau,Ruminants,0.778482,0.106010158231019
 1975,Guinea-Bissau,Cereals,0.778482,0.127884780894099
 1975,Guinea-Bissau,Monogastrics,0.778482,0.0519106414791864
-1975,Guinea-Bissau,Oilcrops,0.778482,0.047230379122446
-1975,Guinea-Bissau,Pulses,0.778482,0.00191526586356525
+1975,Guinea-Bissau,FruitVeg,0.778482,0.0658216888765572
+1975,Guinea-Bissau,OilcropsPulses,0.778482,0.0491456449860112
 1975,Guinea-Bissau,Starchy Roots,0.778482,0.0353791096004789
+1975,Guinea-Bissau,Sugar,0.778482,0.00278233793459579
 1976,Guinea-Bissau,Ruminants,0.791959,0.10493055827385
 1976,Guinea-Bissau,Cereals,0.791959,0.13430745783557
 1976,Guinea-Bissau,Monogastrics,0.791959,0.054022872396172
-1976,Guinea-Bissau,Oilcrops,0.791959,0.0485100870120802
-1976,Guinea-Bissau,Pulses,0.791959,0.00209733079616495
+1976,Guinea-Bissau,FruitVeg,0.791959,0.0659314434206821
+1976,Guinea-Bissau,OilcropsPulses,0.791959,0.0506074178082451
 1976,Guinea-Bissau,Starchy Roots,0.791959,0.0344639053284324
+1976,Guinea-Bissau,Sugar,0.791959,0.00260619552274802
 1977,Guinea-Bissau,Ruminants,0.805481,0.108660291180053
 1977,Guinea-Bissau,Cereals,0.805481,0.131485410580759
 1977,Guinea-Bissau,Monogastrics,0.805481,0.0573149459763793
-1977,Guinea-Bissau,Oilcrops,0.805481,0.0480371355748925
-1977,Guinea-Bissau,Pulses,0.805481,0.00200873763626951
+1977,Guinea-Bissau,FruitVeg,0.805481,0.0670406874898353
+1977,Guinea-Bissau,OilcropsPulses,0.805481,0.050045873211162
 1977,Guinea-Bissau,Starchy Roots,0.805481,0.0561676811743542
+1977,Guinea-Bissau,Sugar,0.805481,0.00218378832027075
 1978,Guinea-Bissau,Ruminants,0.819371,0.111485517549437
 1978,Guinea-Bissau,Cereals,0.819371,0.148358924101536
 1978,Guinea-Bissau,Monogastrics,0.819371,0.0581206803755564
-1978,Guinea-Bissau,Oilcrops,0.819371,0.0479660617717737
-1978,Guinea-Bissau,Pulses,0.819371,0.00198688994362749
+1978,Guinea-Bissau,FruitVeg,0.819371,0.0641626320677691
+1978,Guinea-Bissau,OilcropsPulses,0.819371,0.0499529517154012
 1978,Guinea-Bissau,Starchy Roots,0.819371,0.044038658922515
+1978,Guinea-Bissau,Sugar,0.819371,0.00334158763246442
 1979,Guinea-Bissau,Ruminants,0.834068,0.111532393042294
 1979,Guinea-Bissau,Cereals,0.834068,0.148318842108797
 1979,Guinea-Bissau,Monogastrics,0.834068,0.0598989530829621
-1979,Guinea-Bissau,Oilcrops,0.834068,0.0451246181366507
-1979,Guinea-Bissau,Pulses,0.834068,0.0020825640115674
+1979,Guinea-Bissau,FruitVeg,0.834068,0.0642957168959845
+1979,Guinea-Bissau,OilcropsPulses,0.834068,0.0472071821482181
 1979,Guinea-Bissau,Starchy Roots,0.834068,0.054150261129788
+1979,Guinea-Bissau,Sugar,0.834068,0.00172527899403886
 1980,Guinea-Bissau,Ruminants,0.849886,0.10166186994491
 1980,Guinea-Bissau,Cereals,0.849886,0.153907700562193
 1980,Guinea-Bissau,Monogastrics,0.849886,0.0611531428921055
-1980,Guinea-Bissau,Oilcrops,0.849886,0.045047218097486
-1980,Guinea-Bissau,Pulses,0.849886,0.00216381961816055
+1980,Guinea-Bissau,FruitVeg,0.849886,0.0656358617508701
+1980,Guinea-Bissau,OilcropsPulses,0.849886,0.0472110377156466
 1980,Guinea-Bissau,Starchy Roots,0.849886,0.0532565544084736
+1980,Guinea-Bissau,Sugar,0.849886,0.0029698100686445
 1981,Guinea-Bissau,Ruminants,0.866947,0.101770235089342
 1981,Guinea-Bissau,Cereals,0.866947,0.184790996450763
 1981,Guinea-Bissau,Monogastrics,0.866947,0.0619425408935033
-1981,Guinea-Bissau,Oilcrops,0.866947,0.0453430255828788
-1981,Guinea-Bissau,Pulses,0.866947,0.00214315292630345
+1981,Guinea-Bissau,FruitVeg,0.866947,0.0607488116343906
+1981,Guinea-Bissau,OilcropsPulses,0.866947,0.0474861785091822
 1981,Guinea-Bissau,Starchy Roots,0.866947,0.0420625482295919
+1981,Guinea-Bissau,Sugar,0.866947,0.00324587316179651
 1982,Guinea-Bissau,Ruminants,0.885166,0.104723633759092
 1982,Guinea-Bissau,Cereals,0.885166,0.184639943242284
 1982,Guinea-Bissau,Monogastrics,0.885166,0.061691366365179
-1982,Guinea-Bissau,Oilcrops,0.885166,0.0454750860290612
-1982,Guinea-Bissau,Pulses,0.885166,0.00208548453058522
+1982,Guinea-Bissau,FruitVeg,0.885166,0.0604123972226678
+1982,Guinea-Bissau,OilcropsPulses,0.885166,0.0475605705596464
 1982,Guinea-Bissau,Starchy Roots,0.885166,0.040996829973135
+1982,Guinea-Bissau,Sugar,0.885166,0.00220071715361864
 1983,Guinea-Bissau,Ruminants,0.904391,0.108644380583177
 1983,Guinea-Bissau,Cereals,0.904391,0.187920932428562
 1983,Guinea-Bissau,Monogastrics,0.904391,0.0616494414473386
-1983,Guinea-Bissau,Oilcrops,0.904391,0.0437520939505148
-1983,Guinea-Bissau,Pulses,0.904391,0.00210196695898124
+1983,Guinea-Bissau,FruitVeg,0.904391,0.0605114380837492
+1983,Guinea-Bissau,OilcropsPulses,0.904391,0.045854060909496
 1983,Guinea-Bissau,Starchy Roots,0.904391,0.0496897912517926
+1983,Guinea-Bissau,Sugar,0.904391,0.00225123867884576
 1984,Guinea-Bissau,Ruminants,0.924378,0.106126389853501
 1984,Guinea-Bissau,Cereals,0.924378,0.185474989668729
 1984,Guinea-Bissau,Monogastrics,0.924378,0.0611794092892734
-1984,Guinea-Bissau,Oilcrops,0.924378,0.0486738109301606
-1984,Guinea-Bissau,Pulses,0.924378,0.00206841789830567
+1984,Guinea-Bissau,FruitVeg,0.924378,0.0603324613956628
+1984,Guinea-Bissau,OilcropsPulses,0.924378,0.0507422288284663
 1984,Guinea-Bissau,Starchy Roots,0.924378,0.0434389394814675
+1984,Guinea-Bissau,Sugar,0.924378,0.00221121662350251
 1985,Guinea-Bissau,Ruminants,0.944941,0.104094435525604
 1985,Guinea-Bissau,Cereals,0.944941,0.191729430726363
 1985,Guinea-Bissau,Monogastrics,0.944941,0.0612008580429889
-1985,Guinea-Bissau,Oilcrops,0.944941,0.0504920413020495
-1985,Guinea-Bissau,Pulses,0.944941,0.00201070754682038
+1985,Guinea-Bissau,FruitVeg,0.944941,0.0599635321147035
+1985,Guinea-Bissau,OilcropsPulses,0.944941,0.0525027488488699
 1985,Guinea-Bissau,Starchy Roots,0.944941,0.0524000969372691
+1985,Guinea-Bissau,Sugar,0.944941,0.00304357626560812
 1986,Guinea-Bissau,Ruminants,0.966039,0.106952721370462
 1986,Guinea-Bissau,Cereals,0.966039,0.174316978921141
 1986,Guinea-Bissau,Monogastrics,0.966039,0.0609859436316753
-1986,Guinea-Bissau,Oilcrops,0.966039,0.0574034795696654
-1986,Guinea-Bissau,Pulses,0.966039,0.00200923565197678
+1986,Guinea-Bissau,FruitVeg,0.966039,0.0605265418890956
+1986,Guinea-Bissau,OilcropsPulses,0.966039,0.0594127152216422
 1986,Guinea-Bissau,Starchy Roots,0.966039,0.0592336334247375
+1986,Guinea-Bissau,Sugar,0.966039,0.00286013297599786
 1987,Guinea-Bissau,Ruminants,0.987718,0.109351758295384
 1987,Guinea-Bissau,Cereals,0.987718,0.187690211173635
 1987,Guinea-Bissau,Monogastrics,0.987718,0.060855932563748
-1987,Guinea-Bissau,Oilcrops,0.987718,0.0488054282700123
-1987,Guinea-Bissau,Pulses,0.987718,0.0019874093617814
+1987,Guinea-Bissau,FruitVeg,0.987718,0.0632488220321995
+1987,Guinea-Bissau,OilcropsPulses,0.987718,0.0507928376317937
 1987,Guinea-Bissau,Starchy Roots,0.987718,0.0660340299559186
+1987,Guinea-Bissau,Sugar,0.987718,0.00187097936860521
 1988,Guinea-Bissau,Ruminants,1.009967,0.109558629143328
 1988,Guinea-Bissau,Cereals,1.009967,0.185873399823955
 1988,Guinea-Bissau,Monogastrics,1.009967,0.0596529391554377
-1988,Guinea-Bissau,Oilcrops,1.009967,0.0430231878863369
-1988,Guinea-Bissau,Pulses,1.009967,0.00197333180193016
+1988,Guinea-Bissau,FruitVeg,1.009967,0.0639189201231327
+1988,Guinea-Bissau,OilcropsPulses,1.009967,0.044996519688267
 1988,Guinea-Bissau,Starchy Roots,1.009967,0.0717498690551275
+1988,Guinea-Bissau,Sugar,1.009967,0.00312089404901348
 1989,Guinea-Bissau,Ruminants,1.032797,0.115473224651117
 1989,Guinea-Bissau,Cereals,1.032797,0.182245881814142
 1989,Guinea-Bissau,Monogastrics,1.032797,0.0584301658505979
-1989,Guinea-Bissau,Oilcrops,1.032797,0.047603740134799
-1989,Guinea-Bissau,Pulses,1.032797,0.00198296470652026
+1989,Guinea-Bissau,FruitVeg,1.032797,0.0653797406460321
+1989,Guinea-Bissau,OilcropsPulses,1.032797,0.0495867048413193
 1989,Guinea-Bissau,Starchy Roots,1.032797,0.0648975548922005
+1989,Guinea-Bissau,Sugar,1.032797,0.0030644937969417
 1990,Guinea-Bissau,Ruminants,1.056208,0.118577969490858
 1990,Guinea-Bissau,Cereals,1.056208,0.188842538590884
 1990,Guinea-Bissau,Monogastrics,1.056208,0.057612894429885
-1990,Guinea-Bissau,Oilcrops,1.056208,0.0504398754790723
-1990,Guinea-Bissau,Pulses,1.056208,0.00193522487994789
+1990,Guinea-Bissau,FruitVeg,1.056208,0.065946290882099
+1990,Guinea-Bissau,OilcropsPulses,1.056208,0.0523751003590202
 1990,Guinea-Bissau,Starchy Roots,1.056208,0.0611451532273946
+1990,Guinea-Bissau,Sugar,1.056208,0.0019143956493418
 1991,Guinea-Bissau,Ruminants,1.080191,0.125364773452102
 1991,Guinea-Bissau,Cereals,1.080191,0.204615665192545
 1991,Guinea-Bissau,Monogastrics,1.080191,0.0566191534645262
-1991,Guinea-Bissau,Oilcrops,1.080191,0.047236090654338
-1991,Guinea-Bissau,Pulses,1.080191,0.00185522745514451
+1991,Guinea-Bissau,FruitVeg,1.080191,0.0677398719300568
+1991,Guinea-Bissau,OilcropsPulses,1.080191,0.0490913181094825
 1991,Guinea-Bissau,Starchy Roots,1.080191,0.0561595125306543
+1991,Guinea-Bissau,Sugar,1.080191,0.00221349742776972
 1992,Guinea-Bissau,Ruminants,1.104708,0.137776769969983
 1992,Guinea-Bissau,Cereals,1.104708,0.201636088450523
 1992,Guinea-Bissau,Monogastrics,1.104708,0.0570213124192094
-1992,Guinea-Bissau,Oilcrops,1.104708,0.0491451134598464
-1992,Guinea-Bissau,Pulses,1.104708,0.00183758966170246
+1992,Guinea-Bissau,FruitVeg,1.104708,0.0682678137571195
+1992,Guinea-Bissau,OilcropsPulses,1.104708,0.0509827031215489
 1992,Guinea-Bissau,Starchy Roots,1.104708,0.0583602182658223
+1992,Guinea-Bissau,Sugar,1.104708,0.00167284024375672
 1993,Guinea-Bissau,Ruminants,1.129706,0.134930681079856
 1993,Guinea-Bissau,Cereals,1.129706,0.198110835916601
 1993,Guinea-Bissau,Monogastrics,1.129706,0.0580611238676257
-1993,Guinea-Bissau,Oilcrops,1.129706,0.0516807027669146
-1993,Guinea-Bissau,Pulses,1.129706,0.00181197585920585
+1993,Guinea-Bissau,FruitVeg,1.129706,0.0683222006433532
+1993,Guinea-Bissau,OilcropsPulses,1.129706,0.0534926786261204
 1993,Guinea-Bissau,Starchy Roots,1.129706,0.0579256904008653
+1993,Guinea-Bissau,Sugar,1.129706,0.00171283502079302
 1994,Guinea-Bissau,Ruminants,1.155111,0.12918429484266
 1994,Guinea-Bissau,Cereals,1.155111,0.201496652702641
 1994,Guinea-Bissau,Monogastrics,1.155111,0.0578346150283393
-1994,Guinea-Bissau,Oilcrops,1.155111,0.0507163380835262
-1994,Guinea-Bissau,Pulses,1.155111,0.00190457886731232
+1994,Guinea-Bissau,FruitVeg,1.155111,0.0679475825267009
+1994,Guinea-Bissau,OilcropsPulses,1.155111,0.0526209169508385
 1994,Guinea-Bissau,Starchy Roots,1.155111,0.0573771698131175
+1994,Guinea-Bissau,Sugar,1.155111,0.0034819164565137
 1995,Guinea-Bissau,Ruminants,1.180877,0.123673422380146
 1995,Guinea-Bissau,Cereals,1.180877,0.203552952593708
 1995,Guinea-Bissau,Monogastrics,1.180877,0.057353983522416
-1995,Guinea-Bissau,Oilcrops,1.180877,0.0524220558110625
-1995,Guinea-Bissau,Pulses,1.180877,0.00196972250285169
+1995,Guinea-Bissau,FruitVeg,1.180877,0.0678478791609965
+1995,Guinea-Bissau,OilcropsPulses,1.180877,0.0543917783139141
 1995,Guinea-Bissau,Starchy Roots,1.180877,0.0568755255627809
+1995,Guinea-Bissau,Sugar,1.180877,0.00211707061785436
 1996,Guinea-Bissau,Ruminants,1.207006,0.130898520802713
 1996,Guinea-Bissau,Cereals,1.207006,0.189828385277289
 1996,Guinea-Bissau,Monogastrics,1.207006,0.0576160350487073
-1996,Guinea-Bissau,Oilcrops,1.207006,0.0501977620658058
-1996,Guinea-Bissau,Pulses,1.207006,0.00174564169523598
+1996,Guinea-Bissau,FruitVeg,1.207006,0.0691877256616786
+1996,Guinea-Bissau,OilcropsPulses,1.207006,0.0519434037610418
 1996,Guinea-Bissau,Starchy Roots,1.207006,0.0623004359547508
+1996,Guinea-Bissau,Sugar,1.207006,0.00495275085625092
 1997,Guinea-Bissau,Ruminants,1.23352,0.130832495622284
 1997,Guinea-Bissau,Cereals,1.23352,0.178087911018873
 1997,Guinea-Bissau,Monogastrics,1.23352,0.0582495622284195
-1997,Guinea-Bissau,Oilcrops,1.23352,0.0504215578182762
-1997,Guinea-Bissau,Pulses,1.23352,0.00180459173746676
+1997,Guinea-Bissau,FruitVeg,1.23352,0.0692408716518581
+1997,Guinea-Bissau,OilcropsPulses,1.23352,0.0522261495557429
 1997,Guinea-Bissau,Starchy Roots,1.23352,0.0706141773137039
+1997,Guinea-Bissau,Sugar,1.23352,0.00584100784746092
 1998,Guinea-Bissau,Ruminants,1.260424,0.130334316071417
 1998,Guinea-Bissau,Cereals,1.260424,0.177539462910893
 1998,Guinea-Bissau,Monogastrics,1.260424,0.0577738919601658
-1998,Guinea-Bissau,Oilcrops,1.260424,0.0509344474557768
-1998,Guinea-Bissau,Pulses,1.260424,0.00138762829016268
+1998,Guinea-Bissau,FruitVeg,1.260424,0.0711927097548127
+1998,Guinea-Bissau,OilcropsPulses,1.260424,0.0523220757459395
 1998,Guinea-Bissau,Starchy Roots,1.260424,0.0702009799876867
+1998,Guinea-Bissau,Sugar,1.260424,0.00342186438849149
 1999,Guinea-Bissau,Ruminants,1.287727,0.129905096344179
 1999,Guinea-Bissau,Cereals,1.287727,0.177971728479717
 1999,Guinea-Bissau,Monogastrics,1.287727,0.0582701147059897
-1999,Guinea-Bissau,Oilcrops,1.287727,0.0474494982243907
-1999,Guinea-Bissau,Pulses,1.287727,0.00206565522039998
+1999,Guinea-Bissau,FruitVeg,1.287727,0.0701755884593551
+1999,Guinea-Bissau,OilcropsPulses,1.287727,0.0495151534447907
 1999,Guinea-Bissau,Starchy Roots,1.287727,0.0708636224914132
+1999,Guinea-Bissau,Sugar,1.287727,0.00437359782003484
 2000,Guinea-Bissau,Ruminants,1.315455,0.130266029624731
 2000,Guinea-Bissau,Cereals,1.315455,0.187115484756225
 2000,Guinea-Bissau,Monogastrics,1.315455,0.0577200284312272
-2000,Guinea-Bissau,Oilcrops,1.315455,0.050559692273776
-2000,Guinea-Bissau,Pulses,1.315455,0.00158120194153354
+2000,Guinea-Bissau,FruitVeg,1.315455,0.0692688081310269
+2000,Guinea-Bissau,OilcropsPulses,1.315455,0.0521408942153095
 2000,Guinea-Bissau,Starchy Roots,1.315455,0.0696777920947505
+2000,Guinea-Bissau,Sugar,1.315455,0.00481810476223056
 2001,Guinea-Bissau,Ruminants,1.343646,0.12769055242229
 2001,Guinea-Bissau,Cereals,1.343646,0.191676230197537
 2001,Guinea-Bissau,Monogastrics,1.343646,0.0579264181190582
-2001,Guinea-Bissau,Oilcrops,1.343646,0.0495383456654506
-2001,Guinea-Bissau,Pulses,1.343646,0.00139768957002068
+2001,Guinea-Bissau,FruitVeg,1.343646,0.0672878124148771
+2001,Guinea-Bissau,OilcropsPulses,1.343646,0.0509360352354713
 2001,Guinea-Bissau,Starchy Roots,1.343646,0.0701583601633168
+2001,Guinea-Bissau,Sugar,1.343646,0.00629778974521563
 2002,Guinea-Bissau,Ruminants,1.372367,0.115891813195741
 2002,Guinea-Bissau,Cereals,1.372367,0.190763112199579
 2002,Guinea-Bissau,Monogastrics,1.372367,0.0563583939281548
-2002,Guinea-Bissau,Oilcrops,1.372367,0.0490175004208058
-2002,Guinea-Bissau,Pulses,1.372367,0.00156372165754496
+2002,Guinea-Bissau,FruitVeg,1.372367,0.0686113845640415
+2002,Guinea-Bissau,OilcropsPulses,1.372367,0.0505812220783508
 2002,Guinea-Bissau,Starchy Roots,1.372367,0.072634360925321
+2002,Guinea-Bissau,Sugar,1.372367,0.00496295815915131
 2003,Guinea-Bissau,Ruminants,1.401716,0.126931989076247
 2003,Guinea-Bissau,Cereals,1.401716,0.188528204001381
 2003,Guinea-Bissau,Monogastrics,1.401716,0.0575035884587177
-2003,Guinea-Bissau,Oilcrops,1.401716,0.0488073190289616
-2003,Guinea-Bissau,Pulses,1.401716,0.00130340240105699
+2003,Guinea-Bissau,FruitVeg,1.401716,0.0639266441989676
+2003,Guinea-Bissau,OilcropsPulses,1.401716,0.0501107214300186
 2003,Guinea-Bissau,Starchy Roots,1.401716,0.0710257998053814
+2003,Guinea-Bissau,Sugar,1.401716,0.00672176104146632
 2004,Guinea-Bissau,Ruminants,1.431816,0.123012314431463
 2004,Guinea-Bissau,Cereals,1.431816,0.17839931946563
 2004,Guinea-Bissau,Monogastrics,1.431816,0.0570394519966253
-2004,Guinea-Bissau,Oilcrops,1.431816,0.0480913748693966
-2004,Guinea-Bissau,Pulses,1.431816,0.00163917710096828
+2004,Guinea-Bissau,FruitVeg,1.431816,0.0662745771803081
+2004,Guinea-Bissau,OilcropsPulses,1.431816,0.0497305519703649
 2004,Guinea-Bissau,Starchy Roots,1.431816,0.0726448091095504
+2004,Guinea-Bissau,Sugar,1.431816,0.0106452225704979
 2005,Guinea-Bissau,Ruminants,1.462784,0.122666230967798
 2005,Guinea-Bissau,Cereals,1.462784,0.177442465873294
 2005,Guinea-Bissau,Monogastrics,1.462784,0.056700852620756
-2005,Guinea-Bissau,Oilcrops,1.462784,0.0475394863493175
-2005,Guinea-Bissau,Pulses,1.462784,0.00142536423696185
+2005,Guinea-Bissau,FruitVeg,1.462784,0.0700205908732937
+2005,Guinea-Bissau,OilcropsPulses,1.462784,0.0489648505862793
 2005,Guinea-Bissau,Starchy Roots,1.462784,0.0727762950647532
+2005,Guinea-Bissau,Sugar,1.462784,0.0112490976111306
 2006,Guinea-Bissau,Ruminants,1.494603,0.12409335455636
 2006,Guinea-Bissau,Cereals,1.494603,0.171856339108111
 2006,Guinea-Bissau,Monogastrics,1.494603,0.0575448463571932
-2006,Guinea-Bissau,Oilcrops,1.494603,0.0471536588645948
-2006,Guinea-Bissau,Pulses,1.494603,0.0014712937147858
+2006,Guinea-Bissau,FruitVeg,1.494603,0.0680662356491992
+2006,Guinea-Bissau,OilcropsPulses,1.494603,0.0486249525793806
 2006,Guinea-Bissau,Starchy Roots,1.494603,0.0696325378712608
+2006,Guinea-Bissau,Sugar,1.494603,0.0109721444423703
 2007,Guinea-Bissau,Ruminants,1.527342,0.124628603155024
 2007,Guinea-Bissau,Cereals,1.527342,0.169840808410952
 2007,Guinea-Bissau,Monogastrics,1.527342,0.0578349184400089
-2007,Guinea-Bissau,Oilcrops,1.527342,0.0470110819973523
-2007,Guinea-Bissau,Pulses,1.527342,0.00317872486974103
+2007,Guinea-Bissau,FruitVeg,1.527342,0.0639071013564742
+2007,Guinea-Bissau,OilcropsPulses,1.527342,0.0501898068670933
 2007,Guinea-Bissau,Starchy Roots,1.527342,0.0704904337077092
+2007,Guinea-Bissau,Sugar,1.527342,0.0112797264790728
 2008,Guinea-Bissau,Ruminants,1.561293,0.143241915514897
 2008,Guinea-Bissau,Cereals,1.561293,0.18105634240338
 2008,Guinea-Bissau,Monogastrics,1.561293,0.0586868704336726
-2008,Guinea-Bissau,Oilcrops,1.561293,0.0478885129184593
-2008,Guinea-Bissau,Pulses,1.561293,0.00241018181725019
+2008,Guinea-Bissau,FruitVeg,1.561293,0.0665070553701323
+2008,Guinea-Bissau,OilcropsPulses,1.561293,0.0502986947357094
 2008,Guinea-Bissau,Starchy Roots,1.561293,0.0717828107856757
+2008,Guinea-Bissau,Sugar,1.561293,0.0116301040227555
 2009,Guinea-Bissau,Ruminants,1.596832,0.134090248692411
 2009,Guinea-Bissau,Cereals,1.596832,0.180514293300735
 2009,Guinea-Bissau,Monogastrics,1.596832,0.0589190346886836
-2009,Guinea-Bissau,Oilcrops,1.596832,0.0440735155608104
-2009,Guinea-Bissau,Pulses,1.596832,0.00238722670888359
+2009,Guinea-Bissau,FruitVeg,1.596832,0.0675168082803952
+2009,Guinea-Bissau,OilcropsPulses,1.596832,0.046460742269694
 2009,Guinea-Bissau,Starchy Roots,1.596832,0.0583686950161319
+2009,Guinea-Bissau,Sugar,1.596832,0.0121302679305024
 2010,Guinea-Bissau,Ruminants,1.634196,0.136837931313013
 2010,Guinea-Bissau,Cereals,1.634196,0.180155868696289
 2010,Guinea-Bissau,Monogastrics,1.634196,0.0612834078653968
-2010,Guinea-Bissau,Oilcrops,1.634196,0.0454119334522909
-2010,Guinea-Bissau,Pulses,1.634196,0.00259944339601859
+2010,Guinea-Bissau,FruitVeg,1.634196,0.0706292268491662
+2010,Guinea-Bissau,OilcropsPulses,1.634196,0.0480113768483095
 2010,Guinea-Bissau,Starchy Roots,1.634196,0.0757644737840504
+2010,Guinea-Bissau,Sugar,1.634196,0.0124593378028095
 2011,Guinea-Bissau,Ruminants,1.673509,0.137538907768049
 2011,Guinea-Bissau,Cereals,1.673509,0.175277814460514
 2011,Guinea-Bissau,Monogastrics,1.673509,0.0658139275020332
-2011,Guinea-Bissau,Oilcrops,1.673509,0.0449624113165809
-2011,Guinea-Bissau,Pulses,1.673509,0.00258020721729014
+2011,Guinea-Bissau,FruitVeg,1.673509,0.0701221206459003
+2011,Guinea-Bissau,OilcropsPulses,1.673509,0.047542618533871
 2011,Guinea-Bissau,Starchy Roots,1.673509,0.0690011227904959
+2011,Guinea-Bissau,Sugar,1.673509,0.0118224640560642
 1961,Guyana,Ruminants,0.582034,0.296347636048753
 1961,Guyana,Cereals,0.582034,0.164263599720979
 1961,Guyana,Monogastrics,0.582034,0.031060728411055
-1961,Guyana,Oilcrops,0.582034,0.0873883656281248
-1961,Guyana,Pulses,0.582034,0.00491552039915194
+1961,Guyana,FruitVeg,0.582034,0.0637918059769704
+1961,Guyana,OilcropsPulses,0.582034,0.0923038860272768
 1961,Guyana,Starchy Roots,0.582034,0.0442998175364326
+1961,Guyana,Sugar,0.582034,0.0392794922633386
 1962,Guyana,Ruminants,0.600559,0.289870437375845
 1962,Guyana,Cereals,0.600559,0.165027915658578
 1962,Guyana,Monogastrics,0.600559,0.03056752125936
-1962,Guyana,Oilcrops,0.600559,0.0776609791877234
-1962,Guyana,Pulses,0.600559,0.0050969180380279
+1962,Guyana,FruitVeg,0.600559,0.0638721591051004
+1962,Guyana,OilcropsPulses,0.600559,0.0827578972257513
 1962,Guyana,Starchy Roots,0.600559,0.0499334786423982
+1962,Guyana,Sugar,0.600559,0.0394599031901945
 1963,Guyana,Ruminants,0.618887,0.298298235380611
 1963,Guyana,Cereals,0.618887,0.164341794220916
 1963,Guyana,Monogastrics,0.618887,0.0316427716206674
-1963,Guyana,Oilcrops,0.618887,0.0624928298703964
-1963,Guyana,Pulses,0.618887,0.0044176077377615
+1963,Guyana,FruitVeg,0.618887,0.0614926472845608
+1963,Guyana,OilcropsPulses,0.618887,0.0669104376081579
 1963,Guyana,Starchy Roots,0.618887,0.041178761227817
+1963,Guyana,Sugar,0.618887,0.0388164559927741
 1964,Guyana,Ruminants,0.635778,0.28948343604214
 1964,Guyana,Cereals,0.635778,0.159862404801676
 1964,Guyana,Monogastrics,0.635778,0.0355314276366908
-1964,Guyana,Oilcrops,0.635778,0.0727533824699817
-1964,Guyana,Pulses,0.635778,0.00545158844753986
+1964,Guyana,FruitVeg,0.635778,0.0714651969712699
+1964,Guyana,OilcropsPulses,0.635778,0.0782049709175215
 1964,Guyana,Starchy Roots,0.635778,0.0470368587777495
+1964,Guyana,Sugar,0.635778,0.0397182664389142
 1965,Guyana,Ruminants,0.650379,0.322702762543071
 1965,Guyana,Cereals,0.650379,0.153066135284196
 1965,Guyana,Monogastrics,0.650379,0.0357605334735593
-1965,Guyana,Oilcrops,0.650379,0.0547880543498483
-1965,Guyana,Pulses,0.650379,0.0053737897441338
+1965,Guyana,FruitVeg,0.650379,0.0745119384235961
+1965,Guyana,OilcropsPulses,0.650379,0.0601618440939821
 1965,Guyana,Starchy Roots,0.650379,0.0421461947572108
+1965,Guyana,Sugar,0.650379,0.0397860324518473
 1966,Guyana,Ruminants,0.662332,0.325825265878744
 1966,Guyana,Cereals,0.662332,0.158583610636358
 1966,Guyana,Monogastrics,0.662332,0.0406112040487248
-1966,Guyana,Oilcrops,0.662332,0.065664953527838
-1966,Guyana,Pulses,0.662332,0.00525265274816859
+1966,Guyana,FruitVeg,0.662332,0.0837978536443958
+1966,Guyana,OilcropsPulses,0.662332,0.0709176062760066
 1966,Guyana,Starchy Roots,0.662332,0.0316200938502141
+1966,Guyana,Sugar,0.662332,0.0377363618245834
 1967,Guyana,Ruminants,0.671986,0.317690100686621
 1967,Guyana,Cereals,0.671986,0.161641760393818
 1967,Guyana,Monogastrics,0.671986,0.0402855119005456
-1967,Guyana,Oilcrops,0.671986,0.0676011107374261
-1967,Guyana,Pulses,0.671986,0.00523671624111217
+1967,Guyana,FruitVeg,0.671986,0.0722753152595441
+1967,Guyana,OilcropsPulses,0.671986,0.0728378269785382
 1967,Guyana,Starchy Roots,0.671986,0.0296910947549503
+1967,Guyana,Sugar,0.671986,0.037974005410827
 1968,Guyana,Ruminants,0.680068,0.32175253062929
 1968,Guyana,Cereals,0.680068,0.161745590146868
 1968,Guyana,Monogastrics,0.680068,0.0458215943111571
-1968,Guyana,Oilcrops,0.680068,0.0688489974531959
-1968,Guyana,Pulses,0.680068,0.00573325020439133
+1968,Guyana,FruitVeg,0.680068,0.0687563596581518
+1968,Guyana,OilcropsPulses,0.680068,0.0745822476575872
 1968,Guyana,Starchy Roots,0.680068,0.0314380326673215
+1968,Guyana,Sugar,0.680068,0.0393107748048725
 1969,Guyana,Ruminants,0.687658,0.315867189794927
 1969,Guyana,Cereals,0.687658,0.158568648950496
 1969,Guyana,Monogastrics,0.687658,0.0517294934400531
-1969,Guyana,Oilcrops,0.687658,0.060246517891161
-1969,Guyana,Pulses,0.687658,0.00565833597515044
+1969,Guyana,FruitVeg,0.687658,0.0692829866008975
+1969,Guyana,OilcropsPulses,0.687658,0.0659048538663115
 1969,Guyana,Starchy Roots,0.687658,0.0339587411184048
+1969,Guyana,Sugar,0.687658,0.0397116008248286
 1970,Guyana,Ruminants,0.695561,0.328495272161608
 1970,Guyana,Cereals,0.695561,0.160313761122317
 1970,Guyana,Monogastrics,0.695561,0.0546376234435226
-1970,Guyana,Oilcrops,0.695561,0.0622993526089013
-1970,Guyana,Pulses,0.695561,0.00539564466667913
+1970,Guyana,FruitVeg,0.695561,0.0684713490261818
+1970,Guyana,OilcropsPulses,0.695561,0.0676949972755804
 1970,Guyana,Starchy Roots,0.695561,0.0338144318039683
+1970,Guyana,Sugar,0.695561,0.0410287523308524
 1971,Guyana,Ruminants,0.703811,0.322079222973213
 1971,Guyana,Cereals,0.703811,0.156225179771274
 1971,Guyana,Monogastrics,0.703811,0.0614427736991891
-1971,Guyana,Oilcrops,0.703811,0.0670322004060749
-1971,Guyana,Pulses,0.703811,0.00560093547841679
+1971,Guyana,FruitVeg,0.703811,0.0730792783858166
+1971,Guyana,OilcropsPulses,0.703811,0.0726331358844917
 1971,Guyana,Starchy Roots,0.703811,0.0355436331628804
+1971,Guyana,Sugar,0.703811,0.0416148653544773
 1972,Guyana,Ruminants,0.712188,0.293370570692008
 1972,Guyana,Cereals,0.712188,0.156340741489607
 1972,Guyana,Monogastrics,0.712188,0.0669272720124461
-1972,Guyana,Oilcrops,0.712188,0.0807188551337568
-1972,Guyana,Pulses,0.712188,0.00526546361354024
+1972,Guyana,FruitVeg,0.712188,0.0728010019826226
+1972,Guyana,OilcropsPulses,0.712188,0.0859843187472971
 1972,Guyana,Starchy Roots,0.712188,0.034475447494201
+1972,Guyana,Sugar,0.712188,0.0450288406993659
 1973,Guyana,Ruminants,0.720919,0.267992381945822
 1973,Guyana,Cereals,0.720919,0.16628913927917
 1973,Guyana,Monogastrics,0.720919,0.0721079621982497
-1973,Guyana,Oilcrops,0.720919,0.057751286899083
-1973,Guyana,Pulses,0.720919,0.00349276409693738
+1973,Guyana,FruitVeg,0.720919,0.0741303808056106
+1973,Guyana,OilcropsPulses,0.720919,0.0612440509960204
 1973,Guyana,Starchy Roots,0.720919,0.0327248969717819
+1973,Guyana,Sugar,0.720919,0.0492621223743583
 1974,Guyana,Ruminants,0.730227,0.230502295861424
 1974,Guyana,Cereals,0.730227,0.182461070324707
 1974,Guyana,Monogastrics,0.730227,0.0712790680158362
-1974,Guyana,Oilcrops,0.730227,0.0495256954344334
-1974,Guyana,Pulses,0.730227,0.00493682101593066
+1974,Guyana,FruitVeg,0.730227,0.0482644437962442
+1974,Guyana,OilcropsPulses,0.730227,0.0544625164503641
 1974,Guyana,Starchy Roots,0.730227,0.0210865936208878
+1974,Guyana,Sugar,0.730227,0.0455146139488132
 1975,Guyana,Ruminants,0.740167,0.252715806027559
 1975,Guyana,Cereals,0.740167,0.186193115877903
 1975,Guyana,Monogastrics,0.740167,0.0771150294460574
-1975,Guyana,Oilcrops,0.740167,0.0552226727211562
-1975,Guyana,Pulses,0.740167,0.0052934000029723
+1975,Guyana,FruitVeg,0.740167,0.0581557945706847
+1975,Guyana,OilcropsPulses,0.740167,0.0605160727241285
 1975,Guyana,Starchy Roots,0.740167,0.0189686922005439
+1975,Guyana,Sugar,0.740167,0.0413122984407573
 1976,Guyana,Ruminants,0.751008,0.25542271187524
 1976,Guyana,Cereals,0.751008,0.179966125527291
 1976,Guyana,Monogastrics,0.751008,0.0858984191912736
-1976,Guyana,Oilcrops,0.751008,0.0480181302995441
-1976,Guyana,Pulses,0.751008,0.00652190123141165
+1976,Guyana,FruitVeg,0.751008,0.0580699539818484
+1976,Guyana,OilcropsPulses,0.751008,0.0545400315309557
 1976,Guyana,Starchy Roots,0.751008,0.017393955856662
+1976,Guyana,Sugar,0.751008,0.049505464655503
 1977,Guyana,Ruminants,0.762445,0.179410973906315
 1977,Guyana,Cereals,0.762445,0.177690194046784
 1977,Guyana,Monogastrics,0.762445,0.0897667372728525
-1977,Guyana,Oilcrops,0.762445,0.0333951957190355
-1977,Guyana,Pulses,0.762445,0.00588107994675026
+1977,Guyana,FruitVeg,0.762445,0.0717415682442668
+1977,Guyana,OilcropsPulses,0.762445,0.0392762756657857
 1977,Guyana,Starchy Roots,0.762445,0.0189469404350478
+1977,Guyana,Sugar,0.762445,0.0470932329545082
 1978,Guyana,Ruminants,0.773227,0.166835612310486
 1978,Guyana,Cereals,0.773227,0.179903184963795
 1978,Guyana,Monogastrics,0.773227,0.0769632979707123
-1978,Guyana,Oilcrops,0.773227,0.0306921512052735
-1978,Guyana,Pulses,0.773227,0.0047631549338034
+1978,Guyana,FruitVeg,0.773227,0.0601634448874651
+1978,Guyana,OilcropsPulses,0.773227,0.0354553061390769
 1978,Guyana,Starchy Roots,0.773227,0.0163005171831817
+1978,Guyana,Sugar,0.773227,0.0468064358849342
 1979,Guyana,Ruminants,0.781677,0.115611563343939
 1979,Guyana,Cereals,0.781677,0.179946448469125
 1979,Guyana,Monogastrics,0.781677,0.0773139033130052
-1979,Guyana,Oilcrops,0.781677,0.04186128029864
-1979,Guyana,Pulses,0.781677,0.00493426312914414
+1979,Guyana,FruitVeg,0.781677,0.0466164413178333
+1979,Guyana,OilcropsPulses,0.781677,0.0467955434277841
 1979,Guyana,Starchy Roots,0.781677,0.0132305287222216
+1979,Guyana,Sugar,0.781677,0.0433682966237973
 1980,Guyana,Ruminants,0.786614,0.143961714385963
 1980,Guyana,Cereals,0.786614,0.183309730058199
 1980,Guyana,Monogastrics,0.786614,0.0723671330538231
-1980,Guyana,Oilcrops,0.786614,0.0428825319661231
-1980,Guyana,Pulses,0.786614,0.0053482394160287
+1980,Guyana,FruitVeg,0.786614,0.0468183886887342
+1980,Guyana,OilcropsPulses,0.786614,0.0482307713821519
 1980,Guyana,Starchy Roots,0.786614,0.00966293506090662
+1980,Guyana,Sugar,0.786614,0.0433249344659515
 1981,Guyana,Ruminants,0.787728,0.136980658298296
 1981,Guyana,Cereals,0.787728,0.183917545142486
 1981,Guyana,Monogastrics,0.787728,0.0720077234781549
-1981,Guyana,Oilcrops,0.787728,0.0373923486279528
-1981,Guyana,Pulses,0.787728,0.00596906546422115
+1981,Guyana,FruitVeg,0.787728,0.0496262669347795
+1981,Guyana,OilcropsPulses,0.787728,0.043361414092174
 1981,Guyana,Starchy Roots,0.787728,0.0115801393374363
+1981,Guyana,Sugar,0.787728,0.0479746816159893
 1982,Guyana,Ruminants,0.785466,0.118751670982576
 1982,Guyana,Cereals,0.785466,0.196889489806051
 1982,Guyana,Monogastrics,0.785466,0.0514465298306992
-1982,Guyana,Oilcrops,0.785466,0.0377470189670845
-1982,Guyana,Pulses,0.785466,0.0054260782770992
+1982,Guyana,FruitVeg,0.785466,0.0537744472707921
+1982,Guyana,OilcropsPulses,0.785466,0.0431730972441837
 1982,Guyana,Starchy Roots,0.785466,0.0138007246653579
+1982,Guyana,Sugar,0.785466,0.0478085620510627
 1983,Guyana,Ruminants,0.780367,0.122443414444742
 1983,Guyana,Cereals,0.780367,0.201743538617087
 1983,Guyana,Monogastrics,0.780367,0.0310459053240334
-1983,Guyana,Oilcrops,0.780367,0.0372645178486533
-1983,Guyana,Pulses,0.780367,0.00582033837924976
+1983,Guyana,FruitVeg,0.780367,0.0565733814987051
+1983,Guyana,OilcropsPulses,0.780367,0.043084856227903
 1983,Guyana,Starchy Roots,0.780367,0.018228602695911
+1983,Guyana,Sugar,0.780367,0.0536747453441778
 1984,Guyana,Ruminants,0.773302,0.0923684407902734
 1984,Guyana,Cereals,0.773302,0.207499786629286
 1984,Guyana,Monogastrics,0.773302,0.0340962521757347
-1984,Guyana,Oilcrops,0.773302,0.0363803533419026
-1984,Guyana,Pulses,0.773302,0.00570411042516378
+1984,Guyana,FruitVeg,0.773302,0.0684299277643146
+1984,Guyana,OilcropsPulses,0.773302,0.0420844637670664
 1984,Guyana,Starchy Roots,0.773302,0.0187274829238771
+1984,Guyana,Sugar,0.773302,0.0486769722566345
 1985,Guyana,Ruminants,0.765043,0.095248371660155
 1985,Guyana,Cereals,0.765043,0.211409031910625
 1985,Guyana,Monogastrics,0.765043,0.0273574165112288
-1985,Guyana,Oilcrops,0.765043,0.040101013929936
-1985,Guyana,Pulses,0.765043,0.00612776013897258
+1985,Guyana,FruitVeg,0.765043,0.0801994136277307
+1985,Guyana,OilcropsPulses,0.765043,0.0462287740689085
 1985,Guyana,Starchy Roots,0.765043,0.0246757371807859
+1985,Guyana,Sugar,0.765043,0.0414408079023009
 1986,Guyana,Ruminants,0.755598,0.0923939713974891
 1986,Guyana,Cereals,0.755598,0.200066702135262
 1986,Guyana,Monogastrics,0.755598,0.0287799861831291
-1986,Guyana,Oilcrops,0.755598,0.0573969227022835
-1986,Guyana,Pulses,0.755598,0.00684226268465507
+1986,Guyana,FruitVeg,0.755598,0.0832413532063346
+1986,Guyana,OilcropsPulses,0.755598,0.0642391853869386
 1986,Guyana,Starchy Roots,0.755598,0.0226310816068862
+1986,Guyana,Sugar,0.755598,0.0462851939788088
 1987,Guyana,Ruminants,0.745149,0.106093412190045
 1987,Guyana,Cereals,0.745149,0.192420576287427
 1987,Guyana,Monogastrics,0.745149,0.0329645480299913
-1987,Guyana,Oilcrops,0.745149,0.0490452245121446
-1987,Guyana,Pulses,0.745149,0.00668322711296667
+1987,Guyana,FruitVeg,0.745149,0.0746964701019528
+1987,Guyana,OilcropsPulses,0.745149,0.0557284516251112
 1987,Guyana,Starchy Roots,0.745149,0.0237133781297432
+1987,Guyana,Sugar,0.745149,0.0606482730299578
 1988,Guyana,Ruminants,0.734872,0.110508088483437
 1988,Guyana,Cereals,0.734872,0.185316626568981
 1988,Guyana,Monogastrics,0.734872,0.0363848398088375
-1988,Guyana,Oilcrops,0.734872,0.047816490490861
-1988,Guyana,Pulses,0.734872,0.00677669036240325
+1988,Guyana,FruitVeg,0.734872,0.0797621898779651
+1988,Guyana,OilcropsPulses,0.734872,0.0545931808532642
 1988,Guyana,Starchy Roots,0.734872,0.0247648570091118
+1988,Guyana,Sugar,0.734872,0.0548381214687728
 1989,Guyana,Ruminants,0.726237,0.126315100993202
 1989,Guyana,Cereals,0.726237,0.189016808562494
 1989,Guyana,Monogastrics,0.726237,0.024983304348305
-1989,Guyana,Oilcrops,0.726237,0.0513578900551748
-1989,Guyana,Pulses,0.726237,0.00685588864241288
+1989,Guyana,FruitVeg,0.726237,0.082865510845633
+1989,Guyana,OilcropsPulses,0.726237,0.0582137786975877
 1989,Guyana,Starchy Roots,0.726237,0.027239041800404
+1989,Guyana,Sugar,0.726237,0.0475450851443812
 1990,Guyana,Ruminants,0.720282,0.123154125745194
 1990,Guyana,Cereals,0.720282,0.197399074251474
 1990,Guyana,Monogastrics,0.720282,0.0276319552619668
-1990,Guyana,Oilcrops,0.720282,0.0529612013072658
-1990,Guyana,Pulses,0.720282,0.0073207438197817
+1990,Guyana,FruitVeg,0.720282,0.0815972077602939
+1990,Guyana,OilcropsPulses,0.720282,0.0602819451270475
 1990,Guyana,Starchy Roots,0.720282,0.0234088870747846
+1990,Guyana,Sugar,0.720282,0.0423459145168142
 1991,Guyana,Ruminants,0.717502,0.149215333197677
 1991,Guyana,Cereals,0.717502,0.191025251497557
 1991,Guyana,Monogastrics,0.717502,0.0295484890634451
-1991,Guyana,Oilcrops,0.717502,0.056243745662033
-1991,Guyana,Pulses,0.717502,0.00775468221691368
+1991,Guyana,FruitVeg,0.717502,0.0811286937179269
+1991,Guyana,OilcropsPulses,0.717502,0.0639984278789467
 1991,Guyana,Starchy Roots,0.717502,0.0337392787755295
+1991,Guyana,Sugar,0.717502,0.0328110583663878
 1992,Guyana,Ruminants,0.717621,0.200215434052236
 1992,Guyana,Cereals,0.717621,0.198046043803066
 1992,Guyana,Monogastrics,0.717621,0.0583426349005952
-1992,Guyana,Oilcrops,0.717621,0.0594352729365501
-1992,Guyana,Pulses,0.717621,0.00775060930491165
+1992,Guyana,FruitVeg,0.717621,0.0886568258175276
+1992,Guyana,OilcropsPulses,0.717621,0.0671858822414617
 1992,Guyana,Starchy Roots,0.717621,0.0331957955522483
+1992,Guyana,Sugar,0.717621,0.0266421969256753
 1993,Guyana,Ruminants,0.71991,0.199952077343001
 1993,Guyana,Cereals,0.71991,0.195711963995499
 1993,Guyana,Monogastrics,0.71991,0.0697131585892681
-1993,Guyana,Oilcrops,0.71991,0.066036032281813
-1993,Guyana,Pulses,0.71991,0.0073148032392938
+1993,Guyana,FruitVeg,0.71991,0.0916850717450792
+1993,Guyana,OilcropsPulses,0.71991,0.0733508355211068
 1993,Guyana,Starchy Roots,0.71991,0.0356697364948396
+1993,Guyana,Sugar,0.71991,0.0315303301801614
 1994,Guyana,Ruminants,0.72323,0.213609778355433
 1994,Guyana,Cereals,0.72323,0.189374058045159
 1994,Guyana,Monogastrics,0.72323,0.0657689808221451
-1994,Guyana,Oilcrops,0.72323,0.0667477842456756
-1994,Guyana,Pulses,0.72323,0.00618751987611133
+1994,Guyana,FruitVeg,0.72323,0.104266969014007
+1994,Guyana,OilcropsPulses,0.72323,0.072935304121787
 1994,Guyana,Starchy Roots,0.72323,0.0381317146689158
+1994,Guyana,Sugar,0.72323,0.0311795694315778
 1995,Guyana,Ruminants,0.726695,0.193977666008435
 1995,Guyana,Cereals,0.726695,0.188301832268008
 1995,Guyana,Monogastrics,0.726695,0.0719041688741494
-1995,Guyana,Oilcrops,0.726695,0.0713586855558384
-1995,Guyana,Pulses,0.726695,0.00522915390913657
+1995,Guyana,FruitVeg,0.726695,0.11098741562829
+1995,Guyana,OilcropsPulses,0.726695,0.076587839464975
 1995,Guyana,Starchy Roots,0.726695,0.0474242976764667
+1995,Guyana,Sugar,0.726695,0.038333826433373
 1996,Guyana,Ruminants,0.730193,0.171842786770073
 1996,Guyana,Cereals,0.730193,0.184760741338249
 1996,Guyana,Monogastrics,0.730193,0.0786664621545263
-1996,Guyana,Oilcrops,0.730193,0.0736531300628738
-1996,Guyana,Pulses,0.730193,0.00446183406304908
+1996,Guyana,FruitVeg,0.730193,0.0911046805433632
+1996,Guyana,OilcropsPulses,0.730193,0.0781149641259229
 1996,Guyana,Starchy Roots,0.730193,0.0495458050131951
+1996,Guyana,Sugar,0.730193,0.0378406804776271
 1997,Guyana,Ruminants,0.733854,0.163224973904891
 1997,Guyana,Cereals,0.733854,0.177108798207818
 1997,Guyana,Monogastrics,0.733854,0.0925199017788279
-1997,Guyana,Oilcrops,0.733854,0.0930593823839619
-1997,Guyana,Pulses,0.733854,0.00557876634861975
+1997,Guyana,FruitVeg,0.733854,0.131669242110829
+1997,Guyana,OilcropsPulses,0.733854,0.0986381487325817
 1997,Guyana,Starchy Roots,0.733854,0.063366827734127
+1997,Guyana,Sugar,0.733854,0.0367116619927124
 1998,Guyana,Ruminants,0.737316,0.185575248604398
 1998,Guyana,Cereals,0.737316,0.182882237737958
 1998,Guyana,Monogastrics,0.737316,0.0932697784938886
-1998,Guyana,Oilcrops,0.737316,0.0636280780560845
-1998,Guyana,Pulses,0.737316,0.00909515051890913
+1998,Guyana,FruitVeg,0.737316,0.109440185754819
+1998,Guyana,OilcropsPulses,0.737316,0.0727232285749936
 1998,Guyana,Starchy Roots,0.737316,0.0433586142169707
+1998,Guyana,Sugar,0.737316,0.0347774902484145
 1999,Guyana,Ruminants,0.740189,0.194582194547609
 1999,Guyana,Cereals,0.740189,0.182968133814472
 1999,Guyana,Monogastrics,0.740189,0.104765944914069
-1999,Guyana,Oilcrops,0.740189,0.0613181228037704
-1999,Guyana,Pulses,0.740189,0.0060835813555727
+1999,Guyana,FruitVeg,0.740189,0.120665127420159
+1999,Guyana,OilcropsPulses,0.740189,0.0674017041593431
 1999,Guyana,Starchy Roots,0.740189,0.0445588896889848
+1999,Guyana,Sugar,0.740189,0.0344493095682319
 2000,Guyana,Ruminants,0.742218,0.179621620602033
 2000,Guyana,Cereals,0.742218,0.176225852781797
 2000,Guyana,Monogastrics,0.742218,0.120352645718643
-2000,Guyana,Oilcrops,0.742218,0.0665559175336626
-2000,Guyana,Pulses,0.742218,0.00679988898140439
+2000,Guyana,FruitVeg,0.742218,0.187649720163079
+2000,Guyana,OilcropsPulses,0.742218,0.073355806515067
 2000,Guyana,Starchy Roots,0.742218,0.0559337014192596
+2000,Guyana,Sugar,0.742218,0.0341018406990938
 2001,Guyana,Ruminants,0.743163,0.188017837271231
 2001,Guyana,Cereals,0.743163,0.18081363038795
 2001,Guyana,Monogastrics,0.743163,0.100741021821592
-2001,Guyana,Oilcrops,0.743163,0.0681600133483502
-2001,Guyana,Pulses,0.743163,0.00731468062861041
+2001,Guyana,FruitVeg,0.743163,0.150739474381798
+2001,Guyana,OilcropsPulses,0.743163,0.0754746939769606
 2001,Guyana,Starchy Roots,0.743163,0.0575768707537916
+2001,Guyana,Sugar,0.743163,0.0394354939629664
 2002,Guyana,Ruminants,0.743107,0.188912094758897
 2002,Guyana,Cereals,0.743107,0.18973579847855
 2002,Guyana,Monogastrics,0.743107,0.105730130384992
-2002,Guyana,Oilcrops,0.743107,0.0680601851415745
-2002,Guyana,Pulses,0.743107,0.0076408915539754
+2002,Guyana,FruitVeg,0.743107,0.136643848059566
+2002,Guyana,OilcropsPulses,0.743107,0.0757010766955499
 2002,Guyana,Starchy Roots,0.743107,0.0435993739797903
+2002,Guyana,Sugar,0.743107,0.0372772696260431
 2003,Guyana,Ruminants,0.742537,0.182487472004762
 2003,Guyana,Cereals,0.742537,0.18763509427813
 2003,Guyana,Monogastrics,0.742537,0.1176925863627
-2003,Guyana,Oilcrops,0.742537,0.0674686917958297
-2003,Guyana,Pulses,0.742537,0.0067323244498254
+2003,Guyana,FruitVeg,0.742537,0.130079713199477
+2003,Guyana,OilcropsPulses,0.742537,0.0742010162456551
 2003,Guyana,Starchy Roots,0.742537,0.0485309149577731
+2003,Guyana,Sugar,0.742537,0.0387549711327516
 2004,Guyana,Ruminants,0.742162,0.177688563952345
 2004,Guyana,Cereals,0.742162,0.18920532174916
 2004,Guyana,Monogastrics,0.742162,0.122750962727814
-2004,Guyana,Oilcrops,0.742162,0.0625281272821837
-2004,Guyana,Pulses,0.742162,0.00501238274123439
+2004,Guyana,FruitVeg,0.742162,0.10235231661012
+2004,Guyana,OilcropsPulses,0.742162,0.0675405100234181
 2004,Guyana,Starchy Roots,0.742162,0.0472834771923111
+2004,Guyana,Sugar,0.742162,0.0399750997760597
 2005,Guyana,Ruminants,0.742495,0.171896511087617
 2005,Guyana,Cereals,0.742495,0.18350561283241
 2005,Guyana,Monogastrics,0.742495,0.114714038478374
-2005,Guyana,Oilcrops,0.742495,0.0665243536993515
-2005,Guyana,Pulses,0.742495,0.00837850759937777
+2005,Guyana,FruitVeg,0.742495,0.134334911346204
+2005,Guyana,OilcropsPulses,0.742495,0.0749028612987293
 2005,Guyana,Starchy Roots,0.742495,0.042968639519458
+2005,Guyana,Sugar,0.742495,0.0374925083670597
 2006,Guyana,Ruminants,0.743705,0.177308744730774
 2006,Guyana,Cereals,0.743705,0.187261077981189
 2006,Guyana,Monogastrics,0.743705,0.107948716224847
-2006,Guyana,Oilcrops,0.743705,0.0811585238770749
-2006,Guyana,Pulses,0.743705,0.00606288783859191
+2006,Guyana,FruitVeg,0.743705,0.12709071473232
+2006,Guyana,OilcropsPulses,0.743705,0.0872214117156668
 2006,Guyana,Starchy Roots,0.743705,0.0454225801897258
+2006,Guyana,Sugar,0.743705,0.0374315084610161
 2007,Guyana,Ruminants,0.745638,0.186139252559553
 2007,Guyana,Cereals,0.745638,0.189131991663515
 2007,Guyana,Monogastrics,0.745638,0.129126332080715
-2007,Guyana,Oilcrops,0.745638,0.0825963805492746
-2007,Guyana,Pulses,0.745638,0.00572127493502209
+2007,Guyana,FruitVeg,0.745638,0.0905318666698854
+2007,Guyana,OilcropsPulses,0.745638,0.0883176554842967
 2007,Guyana,Starchy Roots,0.745638,0.0422457009969985
+2007,Guyana,Sugar,0.745638,0.0424991752029805
 2008,Guyana,Ruminants,0.748096,0.176910316323039
 2008,Guyana,Cereals,0.748096,0.189267152878775
 2008,Guyana,Monogastrics,0.748096,0.125069509795534
-2008,Guyana,Oilcrops,0.748096,0.073241936863718
-2008,Guyana,Pulses,0.748096,0.00755518008383951
+2008,Guyana,FruitVeg,0.748096,0.105812622978869
+2008,Guyana,OilcropsPulses,0.748096,0.0807971169475575
 2008,Guyana,Starchy Roots,0.748096,0.0297234579519206
+2008,Guyana,Sugar,0.748096,0.0402902835999658
 2009,Guyana,Ruminants,0.750749,0.172646250611056
 2009,Guyana,Cereals,0.750749,0.191396858337474
 2009,Guyana,Monogastrics,0.750749,0.145784942770487
-2009,Guyana,Oilcrops,0.750749,0.0682651591943512
-2009,Guyana,Pulses,0.750749,0.00638429088816635
+2009,Guyana,FruitVeg,0.750749,0.119182309933147
+2009,Guyana,OilcropsPulses,0.750749,0.0746494500825176
 2009,Guyana,Starchy Roots,0.750749,0.0328138965220067
+2009,Guyana,Sugar,0.750749,0.0387879304534538
 2010,Guyana,Ruminants,0.753362,0.172988151778295
 2010,Guyana,Cereals,0.753362,0.258969791415017
 2010,Guyana,Monogastrics,0.753362,0.130889930737149
-2010,Guyana,Oilcrops,0.753362,0.0725467968917997
-2010,Guyana,Pulses,0.753362,0.00710946397614958
+2010,Guyana,FruitVeg,0.753362,0.118648139938038
+2010,Guyana,OilcropsPulses,0.753362,0.0796562608679493
 2010,Guyana,Starchy Roots,0.753362,0.0396914099728948
+2010,Guyana,Sugar,0.753362,0.0418696456683507
 2011,Guyana,Ruminants,0.755883,0.175725079145847
 2011,Guyana,Cereals,0.755883,0.268134089535021
 2011,Guyana,Monogastrics,0.755883,0.140116790561502
-2011,Guyana,Oilcrops,0.755883,0.0766414908127316
-2011,Guyana,Pulses,0.755883,0.00726435175814246
+2011,Guyana,FruitVeg,0.755883,0.120661530951219
+2011,Guyana,OilcropsPulses,0.755883,0.0839058425708741
 2011,Guyana,Starchy Roots,0.755883,0.0305007521005235
+2011,Guyana,Sugar,0.755883,0.0447635414475521
 1961,Haiti,Ruminants,3.943363,0.133563940220568
 1961,Haiti,Cereals,3.943363,0.0986396636576445
 1961,Haiti,Monogastrics,3.943363,0.0307414762475582
-1961,Haiti,Oilcrops,3.943363,0.00619521966402789
-1961,Haiti,Pulses,3.943363,0.0145490029703073
+1961,Haiti,FruitVeg,3.943363,0.150249926268517
+1961,Haiti,OilcropsPulses,3.943363,0.0207442226343352
 1961,Haiti,Starchy Roots,3.943363,0.0862621574529152
+1961,Haiti,Sugar,3.943363,0.0237196017713814
 1962,Haiti,Ruminants,4.022596,0.127958164329702
 1962,Haiti,Cereals,4.022596,0.101626412396373
 1962,Haiti,Monogastrics,4.022596,0.0307499932879166
-1962,Haiti,Oilcrops,4.022596,0.00627405784722105
-1962,Haiti,Pulses,4.022596,0.0145960469308874
+1962,Haiti,FruitVeg,4.022596,0.150610948750508
+1962,Haiti,OilcropsPulses,4.022596,0.0208701047781085
 1962,Haiti,Starchy Roots,4.022596,0.0865978089770884
+1962,Haiti,Sugar,4.022596,0.024402152241985
 1963,Haiti,Ruminants,4.103732,0.126605904089253
 1963,Haiti,Cereals,4.103732,0.101459841919502
 1963,Haiti,Monogastrics,4.103732,0.0305155404885114
-1963,Haiti,Oilcrops,4.103732,0.0061738924471676
-1963,Haiti,Pulses,4.103732,0.0148930290769475
+1963,Haiti,FruitVeg,4.103732,0.152509471866097
+1963,Haiti,OilcropsPulses,4.103732,0.0210669215241151
 1963,Haiti,Starchy Roots,4.103732,0.0896257357936629
+1963,Haiti,Sugar,4.103732,0.0236879503827248
 1964,Haiti,Ruminants,4.186636,0.128282492196599
 1964,Haiti,Cereals,4.186636,0.0935335672840916
 1964,Haiti,Monogastrics,4.186636,0.0306516019066382
-1964,Haiti,Oilcrops,4.186636,0.00624558714920523
-1964,Haiti,Pulses,4.186636,0.0149556827964027
+1964,Haiti,FruitVeg,4.186636,0.154555351838564
+1964,Haiti,OilcropsPulses,4.186636,0.0212012699456079
 1964,Haiti,Starchy Roots,4.186636,0.0903732734348054
+1964,Haiti,Sugar,4.186636,0.0244628384220649
 1965,Haiti,Ruminants,4.271133,0.130864363156099
 1965,Haiti,Cereals,4.271133,0.102480067935136
 1965,Haiti,Monogastrics,4.271133,0.030557699795347
-1965,Haiti,Oilcrops,4.271133,0.00642733438644968
-1965,Haiti,Pulses,4.271133,0.0150774981720307
+1965,Haiti,FruitVeg,4.271133,0.155192076669118
+1965,Haiti,OilcropsPulses,4.271133,0.0215048325584804
 1965,Haiti,Starchy Roots,4.271133,0.0929823538625465
+1965,Haiti,Sugar,4.271133,0.0236066167923125
 1966,Haiti,Ruminants,4.357482,0.131046875236662
 1966,Haiti,Cereals,4.357482,0.099728696527031
 1966,Haiti,Monogastrics,4.357482,0.0308313379148784
-1966,Haiti,Oilcrops,4.357482,0.00602159687636116
-1966,Haiti,Pulses,4.357482,0.0152503211717226
+1966,Haiti,FruitVeg,4.357482,0.156586074251139
+1966,Haiti,OilcropsPulses,4.357482,0.0212719180480837
 1966,Haiti,Starchy Roots,4.357482,0.0939684891412059
+1966,Haiti,Sugar,4.357482,0.0226022735148418
 1967,Haiti,Ruminants,4.445531,0.138287552150688
 1967,Haiti,Cereals,4.445531,0.0982017671229826
 1967,Haiti,Monogastrics,4.445531,0.0339496451604994
-1967,Haiti,Oilcrops,4.445531,0.00605304518177918
-1967,Haiti,Pulses,4.445531,0.0151930106887119
+1967,Haiti,FruitVeg,4.445531,0.158398850441038
+1967,Haiti,OilcropsPulses,4.445531,0.0212460558704911
 1967,Haiti,Starchy Roots,4.445531,0.0959626645275896
+1967,Haiti,Sugar,4.445531,0.0225635587739687
 1968,Haiti,Ruminants,4.534233,0.14080324059218
 1968,Haiti,Cereals,4.534233,0.094208215590156
 1968,Haiti,Monogastrics,4.534233,0.0343758911374867
-1968,Haiti,Oilcrops,4.534233,0.0058803771222167
-1968,Haiti,Pulses,4.534233,0.0140517701670823
+1968,Haiti,FruitVeg,4.534233,0.160499471465185
+1968,Haiti,OilcropsPulses,4.534233,0.019932147289299
 1968,Haiti,Starchy Roots,4.534233,0.0979113777346687
+1968,Haiti,Sugar,4.534233,0.0228938389359347
 1969,Haiti,Ruminants,4.622209,0.138867433298667
 1969,Haiti,Cereals,4.622209,0.0942973370524786
 1969,Haiti,Monogastrics,4.622209,0.0349528331583449
-1969,Haiti,Oilcrops,4.622209,0.00641230199672927
-1969,Haiti,Pulses,4.622209,0.0149023983986877
+1969,Haiti,FruitVeg,4.622209,0.162038540446786
+1969,Haiti,OilcropsPulses,4.622209,0.021314700395417
 1969,Haiti,Starchy Roots,4.622209,0.0961819337896664
+1969,Haiti,Sugar,4.622209,0.0227637910791139
 1970,Haiti,Ruminants,4.708639,0.139815793905628
 1970,Haiti,Cereals,4.708639,0.092120461984875
 1970,Haiti,Monogastrics,4.708639,0.036221060905285
-1970,Haiti,Oilcrops,4.708639,0.0065961735439901
-1970,Haiti,Pulses,4.708639,0.0150873745046074
+1970,Haiti,FruitVeg,4.708639,0.163959479586352
+1970,Haiti,OilcropsPulses,4.708639,0.0216835480485975
 1970,Haiti,Starchy Roots,4.708639,0.0981873955510287
+1970,Haiti,Sugar,4.708639,0.023008984124712
 1971,Haiti,Ruminants,4.793157,0.142694574786513
 1971,Haiti,Cereals,4.793157,0.0910552272750507
 1971,Haiti,Monogastrics,4.793157,0.0370559946189954
-1971,Haiti,Oilcrops,4.793157,0.00698182846921142
-1971,Haiti,Pulses,4.793157,0.0151983337912779
+1971,Haiti,FruitVeg,4.793157,0.164804115533875
+1971,Haiti,OilcropsPulses,4.793157,0.0221801622604893
 1971,Haiti,Starchy Roots,4.793157,0.0992742361662679
+1971,Haiti,Sugar,4.793157,0.023188057474437
 1972,Haiti,Ruminants,4.876558,0.141535279596798
 1972,Haiti,Cereals,4.876558,0.0935502048781128
 1972,Haiti,Monogastrics,4.876558,0.0377677246943438
-1972,Haiti,Oilcrops,4.876558,0.0072454792909261
-1972,Haiti,Pulses,4.876558,0.0155341123800845
+1972,Haiti,FruitVeg,4.876558,0.166052982451967
+1972,Haiti,OilcropsPulses,4.876558,0.0227795916710106
 1972,Haiti,Starchy Roots,4.876558,0.098131304908093
+1972,Haiti,Sugar,4.876558,0.0236170676120329
 1973,Haiti,Ruminants,4.960655,0.143896824108913
 1973,Haiti,Cereals,4.960655,0.0967850011742401
 1973,Haiti,Monogastrics,4.960655,0.0380600948866632
-1973,Haiti,Oilcrops,4.960655,0.00749659067199795
-1973,Haiti,Pulses,4.960655,0.0150724047530014
+1973,Haiti,FruitVeg,4.960655,0.168261449344895
+1973,Haiti,OilcropsPulses,4.960655,0.0225689954249993
 1973,Haiti,Starchy Roots,4.960655,0.098824449593854
+1973,Haiti,Sugar,4.960655,0.0247128655389258
 1974,Haiti,Ruminants,5.047948,0.142894538533281
 1974,Haiti,Cereals,5.047948,0.0957359307187792
 1974,Haiti,Monogastrics,5.047948,0.039315024639715
-1974,Haiti,Oilcrops,5.047948,0.00797056546541288
-1974,Haiti,Pulses,5.047948,0.0144559730013067
+1974,Haiti,FruitVeg,5.047948,0.169934397105517
+1974,Haiti,OilcropsPulses,5.047948,0.0224265384667195
 1974,Haiti,Starchy Roots,5.047948,0.101549976346824
+1974,Haiti,Sugar,5.047948,0.0244210122608236
 1975,Haiti,Ruminants,5.140357,0.144978218438914
 1975,Haiti,Cereals,5.140357,0.0932367148818652
 1975,Haiti,Monogastrics,5.140357,0.0404247020197235
-1975,Haiti,Oilcrops,5.140357,0.00900929643602575
-1975,Haiti,Pulses,5.140357,0.0148511085903178
+1975,Haiti,FruitVeg,5.140357,0.169437842546734
+1975,Haiti,OilcropsPulses,5.140357,0.0238604050263435
 1975,Haiti,Starchy Roots,5.140357,0.104775796700502
+1975,Haiti,Sugar,5.140357,0.0241837288733059
 1976,Haiti,Ruminants,5.238242,0.149525966917909
 1976,Haiti,Cereals,5.238242,0.0938400707718353
 1976,Haiti,Monogastrics,5.238242,0.0409567942832729
-1976,Haiti,Oilcrops,5.238242,0.00984223332942617
-1976,Haiti,Pulses,5.238242,0.0137941316953283
+1976,Haiti,FruitVeg,5.238242,0.170264374956331
+1976,Haiti,OilcropsPulses,5.238242,0.0236363650247545
 1976,Haiti,Starchy Roots,5.238242,0.106361065410876
+1976,Haiti,Sugar,5.238242,0.0249369922199089
 1977,Haiti,Ruminants,5.341418,0.146303977707792
 1977,Haiti,Cereals,5.341418,0.0934227577770547
 1977,Haiti,Monogastrics,5.341418,0.0377495638798536
-1977,Haiti,Oilcrops,5.341418,0.00996345914137407
-1977,Haiti,Pulses,5.341418,0.0118403015828381
+1977,Haiti,FruitVeg,5.341418,0.167089900097689
+1977,Haiti,OilcropsPulses,5.341418,0.0218037607242122
 1977,Haiti,Starchy Roots,5.341418,0.110329878695133
+1977,Haiti,Sugar,5.341418,0.0247494204722416
 1978,Haiti,Ruminants,5.45055,0.155588390162461
 1978,Haiti,Cereals,5.45055,0.0910053113905936
 1978,Haiti,Monogastrics,5.45055,0.0412077313298658
-1978,Haiti,Oilcrops,5.45055,0.0115784645586225
-1978,Haiti,Pulses,5.45055,0.0147119098072672
+1978,Haiti,FruitVeg,5.45055,0.168941482969609
+1978,Haiti,OilcropsPulses,5.45055,0.0262903743658897
 1978,Haiti,Starchy Roots,5.45055,0.105114162790911
+1978,Haiti,Sugar,5.45055,0.0254543119501702
 1979,Haiti,Ruminants,5.566265,0.140631428794712
 1979,Haiti,Cereals,5.566265,0.0921434750231978
 1979,Haiti,Monogastrics,5.566265,0.0383040872110832
-1979,Haiti,Oilcrops,5.566265,0.0123026841158299
-1979,Haiti,Pulses,5.566265,0.0148426278662622
+1979,Haiti,FruitVeg,5.566265,0.171496685838709
+1979,Haiti,OilcropsPulses,5.566265,0.0271453119820921
 1979,Haiti,Starchy Roots,5.566265,0.0946094014568117
+1979,Haiti,Sugar,5.566265,0.0265754505040633
 1980,Haiti,Ruminants,5.688832,0.153284734019215
 1980,Haiti,Cereals,5.688832,0.0955088847763478
 1980,Haiti,Monogastrics,5.688832,0.0295912236466115
-1980,Haiti,Oilcrops,5.688832,0.0122872322473225
-1980,Haiti,Pulses,5.688832,0.0127846981594816
+1980,Haiti,FruitVeg,5.688832,0.171100148501485
+1980,Haiti,OilcropsPulses,5.688832,0.0250719304068041
 1980,Haiti,Starchy Roots,5.688832,0.0943884438844388
+1980,Haiti,Sugar,5.688832,0.0253262884191342
 1981,Haiti,Ruminants,5.818673,0.157593853443904
 1981,Haiti,Cereals,5.818673,0.0981443707182033
 1981,Haiti,Monogastrics,5.818673,0.0219575837996052
-1981,Haiti,Oilcrops,5.818673,0.0135376227535041
-1981,Haiti,Pulses,5.818673,0.0133111106260826
+1981,Haiti,FruitVeg,5.818673,0.172629395052789
+1981,Haiti,OilcropsPulses,5.818673,0.0268487333795867
 1981,Haiti,Starchy Roots,5.818673,0.0936467816631043
+1981,Haiti,Sugar,5.818673,0.0240590938861833
 1982,Haiti,Ruminants,5.955265,0.170816815036778
 1982,Haiti,Cereals,5.955265,0.0940490473555753
 1982,Haiti,Monogastrics,5.955265,0.0235105070891052
-1982,Haiti,Oilcrops,5.955265,0.0137033364594187
-1982,Haiti,Pulses,5.955265,0.012480552922498
+1982,Haiti,FruitVeg,5.955265,0.171985797441424
+1982,Haiti,OilcropsPulses,5.955265,0.0261838893819167
 1982,Haiti,Starchy Roots,5.955265,0.0966035936268159
+1982,Haiti,Sugar,5.955265,0.0237483974264789
 1983,Haiti,Ruminants,6.09669,0.171163861045912
 1983,Haiti,Cereals,6.09669,0.0962094185533462
 1983,Haiti,Monogastrics,6.09669,0.0235929660192662
-1983,Haiti,Oilcrops,6.09669,0.0139638065901333
-1983,Haiti,Pulses,6.09669,0.0122673122628836
+1983,Haiti,FruitVeg,6.09669,0.171007874764831
+1983,Haiti,OilcropsPulses,6.09669,0.026231118853017
 1983,Haiti,Starchy Roots,6.09669,0.100111699955222
+1983,Haiti,Sugar,6.09669,0.0249651860271721
 1984,Haiti,Ruminants,6.24033,0.173982641943615
 1984,Haiti,Cereals,6.24033,0.092662086780667
 1984,Haiti,Monogastrics,6.24033,0.0243214701786604
-1984,Haiti,Oilcrops,6.24033,0.0142678351946131
-1984,Haiti,Pulses,6.24033,0.0124245031913376
+1984,Haiti,FruitVeg,6.24033,0.171037749606191
+1984,Haiti,OilcropsPulses,6.24033,0.0266923383859507
 1984,Haiti,Starchy Roots,6.24033,0.0985124184137698
+1984,Haiti,Sugar,6.24033,0.0209102723734161
 1985,Haiti,Ruminants,6.384196,0.175365715588932
 1985,Haiti,Cereals,6.384196,0.0934560906338089
 1985,Haiti,Monogastrics,6.384196,0.0241826222127265
-1985,Haiti,Oilcrops,6.384196,0.0140692735624032
-1985,Haiti,Pulses,6.384196,0.0127085697243631
+1985,Haiti,FruitVeg,6.384196,0.170800677172192
+1985,Haiti,OilcropsPulses,6.384196,0.0267778432867663
 1985,Haiti,Starchy Roots,6.384196,0.0940917227478605
+1985,Haiti,Sugar,6.384196,0.0187533402796531
 1986,Haiti,Ruminants,6.527545,0.164819131848191
 1986,Haiti,Cereals,6.527545,0.0941932993185034
 1986,Haiti,Monogastrics,6.527545,0.0255590731277992
-1986,Haiti,Oilcrops,6.527545,0.0142362863833187
-1986,Haiti,Pulses,6.527545,0.0127744810644737
+1986,Haiti,FruitVeg,6.527545,0.164479448245857
+1986,Haiti,OilcropsPulses,6.527545,0.0270107674477924
 1986,Haiti,Starchy Roots,6.527545,0.0896202170954011
+1986,Haiti,Sugar,6.527545,0.0171787402461415
 1987,Haiti,Ruminants,6.670566,0.160738863838541
 1987,Haiti,Cereals,6.670566,0.093582763441663
 1987,Haiti,Monogastrics,6.670566,0.0235887629325607
-1987,Haiti,Oilcrops,6.670566,0.0118267325441349
-1987,Haiti,Pulses,6.670566,0.0144552950978972
+1987,Haiti,FruitVeg,6.670566,0.161934234666144
+1987,Haiti,OilcropsPulses,6.670566,0.0262820276420322
 1987,Haiti,Starchy Roots,6.670566,0.0874738365530002
+1987,Haiti,Sugar,6.670566,0.0154082876925286
 1988,Haiti,Ruminants,6.813344,0.147003497841882
 1988,Haiti,Cereals,6.813344,0.093027447315151
 1988,Haiti,Monogastrics,6.813344,0.0209513272777655
-1988,Haiti,Oilcrops,6.813344,0.0110974875186105
-1988,Haiti,Pulses,6.813344,0.0137535988201975
+1988,Haiti,FruitVeg,6.813344,0.151093354452674
+1988,Haiti,OilcropsPulses,6.813344,0.0248510863388081
 1988,Haiti,Starchy Roots,6.813344,0.0859196306541986
+1988,Haiti,Sugar,6.813344,0.0145997325248806
 1989,Haiti,Ruminants,6.956301,0.140310849113631
 1989,Haiti,Cereals,6.956301,0.0892212686023793
 1989,Haiti,Monogastrics,6.956301,0.0187549819940224
-1989,Haiti,Oilcrops,6.956301,0.00972025218575217
-1989,Haiti,Pulses,6.956301,0.0136773840004911
+1989,Haiti,FruitVeg,6.956301,0.148820328505049
+1989,Haiti,OilcropsPulses,6.956301,0.0233976361862432
 1989,Haiti,Starchy Roots,6.956301,0.0861270954203966
+1989,Haiti,Sugar,6.956301,0.0157273240476512
 1990,Haiti,Ruminants,7.099733,0.128010405461727
 1990,Haiti,Cereals,7.099733,0.0974783136210897
 1990,Haiti,Monogastrics,7.099733,0.0174664455691503
-1990,Haiti,Oilcrops,7.099733,0.00855130749283107
-1990,Haiti,Pulses,7.099733,0.0132392302640113
+1990,Haiti,FruitVeg,7.099733,0.14121601474309
+1990,Haiti,OilcropsPulses,7.099733,0.0217905377568424
 1990,Haiti,Starchy Roots,7.099733,0.085014042077357
+1990,Haiti,Sugar,7.099733,0.0163859683174001
 1991,Haiti,Ruminants,7.243391,0.126584330460692
 1991,Haiti,Cereals,7.243391,0.0958795403975845
 1991,Haiti,Monogastrics,7.243391,0.0186168191113803
-1991,Haiti,Oilcrops,7.243391,0.00793192028429778
-1991,Haiti,Pulses,7.243391,0.0147399194658966
+1991,Haiti,FruitVeg,7.243391,0.12899262237811
+1991,Haiti,OilcropsPulses,7.243391,0.0226718397501944
 1991,Haiti,Starchy Roots,7.243391,0.0840559345753943
+1991,Haiti,Sugar,7.243391,0.0191675418322717
 1992,Haiti,Ruminants,7.386974,0.129443328215315
 1992,Haiti,Cereals,7.386974,0.0962306080947354
 1992,Haiti,Monogastrics,7.386974,0.020042022619817
-1992,Haiti,Oilcrops,7.386974,0.00727293747074242
-1992,Haiti,Pulses,7.386974,0.0151902524633226
+1992,Haiti,FruitVeg,7.386974,0.113174081836487
+1992,Haiti,OilcropsPulses,7.386974,0.022463189934065
 1992,Haiti,Starchy Roots,7.386974,0.0815780588912321
+1992,Haiti,Sugar,7.386974,0.0183685498283871
 1993,Haiti,Ruminants,7.530703,0.134790018939799
 1993,Haiti,Cereals,7.530703,0.107836413147617
 1993,Haiti,Monogastrics,7.530703,0.0207920163628814
-1993,Haiti,Oilcrops,7.530703,0.00687837509990767
-1993,Haiti,Pulses,7.530703,0.0120527924152632
+1993,Haiti,FruitVeg,7.530703,0.0973111009689268
+1993,Haiti,OilcropsPulses,7.530703,0.0189311675151709
 1993,Haiti,Starchy Roots,7.530703,0.0797706402709017
+1993,Haiti,Sugar,7.530703,0.0164960694904579
 1994,Haiti,Ruminants,7.674911,0.127300160223356
 1994,Haiti,Cereals,7.674911,0.103674687563152
 1994,Haiti,Monogastrics,7.674911,0.0226980221659899
-1994,Haiti,Oilcrops,7.674911,0.0076664081186088
-1994,Haiti,Pulses,7.674911,0.0135406130442425
+1994,Haiti,FruitVeg,7.674911,0.108148224780717
+1994,Haiti,OilcropsPulses,7.674911,0.0212070211628513
 1994,Haiti,Starchy Roots,7.674911,0.0755461529130436
+1994,Haiti,Sugar,7.674911,0.0158876109442833
 1995,Haiti,Ruminants,7.819806,0.119590358123974
 1995,Haiti,Cereals,7.819806,0.101614924973842
 1995,Haiti,Monogastrics,7.819806,0.0261766212614482
-1995,Haiti,Oilcrops,7.819806,0.00956328072589013
-1995,Haiti,Pulses,7.819806,0.0127657898418452
+1995,Haiti,FruitVeg,7.819806,0.10248719725272
+1995,Haiti,OilcropsPulses,7.819806,0.0223290705677353
 1995,Haiti,Starchy Roots,7.819806,0.0858324362522549
+1995,Haiti,Sugar,7.819806,0.0204116316952109
 1996,Haiti,Ruminants,7.965548,0.131887812363945
 1996,Haiti,Cereals,7.965548,0.111864117823407
 1996,Haiti,Monogastrics,7.965548,0.0288512855612696
-1996,Haiti,Oilcrops,7.965548,0.00940939656631283
-1996,Haiti,Pulses,7.965548,0.0114652500995537
+1996,Haiti,FruitVeg,7.965548,0.109265175478197
+1996,Haiti,OilcropsPulses,7.965548,0.0208746466658666
 1996,Haiti,Starchy Roots,7.965548,0.0728173378655179
+1996,Haiti,Sugar,7.965548,0.0188711435798265
 1997,Haiti,Ruminants,8.111954,0.131674131781319
 1997,Haiti,Cereals,8.111954,0.108603549773581
 1997,Haiti,Monogastrics,8.111954,0.0308807840872865
-1997,Haiti,Oilcrops,8.111954,0.0117085230019795
-1997,Haiti,Pulses,8.111954,0.0119648114375402
+1997,Haiti,FruitVeg,8.111954,0.107375732160217
+1997,Haiti,OilcropsPulses,8.111954,0.0236733344395198
 1997,Haiti,Starchy Roots,8.111954,0.064421469845613
+1997,Haiti,Sugar,8.111954,0.0185651940333981
 1998,Haiti,Ruminants,8.258484,0.140259301828277
 1998,Haiti,Cereals,8.258484,0.115274667844607
 1998,Haiti,Monogastrics,8.258484,0.0350898905900889
-1998,Haiti,Oilcrops,8.258484,0.0111042171904674
-1998,Haiti,Pulses,8.258484,0.011481162886554
+1998,Haiti,FruitVeg,8.258484,0.117322743496264
+1998,Haiti,OilcropsPulses,8.258484,0.0225853800770214
 1998,Haiti,Starchy Roots,8.258484,0.0688339409509058
+1998,Haiti,Sugar,8.258484,0.0194842055757449
 1999,Haiti,Ruminants,8.404396,0.13501566323148
 1999,Haiti,Cereals,8.404396,0.111617777172803
 1999,Haiti,Monogastrics,8.404396,0.0406082840456352
-1999,Haiti,Oilcrops,8.404396,0.0121495940933768
-1999,Haiti,Pulses,8.404396,0.0117520640388673
+1999,Haiti,FruitVeg,8.404396,0.120109047693612
+1999,Haiti,OilcropsPulses,8.404396,0.0239016581322441
 1999,Haiti,Starchy Roots,8.404396,0.0693401405645331
+1999,Haiti,Sugar,8.404396,0.0239687658696711
 2000,Haiti,Ruminants,8.549202,0.160446086079145
 2000,Haiti,Cereals,8.549202,0.116420456552553
 2000,Haiti,Monogastrics,8.549202,0.0343872328668804
-2000,Haiti,Oilcrops,8.549202,0.0108804307115448
-2000,Haiti,Pulses,8.549202,0.00978910078390942
+2000,Haiti,FruitVeg,8.549202,0.126504906539815
+2000,Haiti,OilcropsPulses,8.549202,0.0206695314954542
 2000,Haiti,Starchy Roots,8.549202,0.069143529419471
+2000,Haiti,Sugar,8.549202,0.0219117526992578
 2001,Haiti,Ruminants,8.692564,0.162222078548976
 2001,Haiti,Cereals,8.692564,0.114332549061474
 2001,Haiti,Monogastrics,8.692564,0.0389400756784765
-2001,Haiti,Oilcrops,8.692564,0.00946084492446647
-2001,Haiti,Pulses,8.692564,0.00980493212359437
+2001,Haiti,FruitVeg,8.692564,0.103035421999769
+2001,Haiti,OilcropsPulses,8.692564,0.0192657770480608
 2001,Haiti,Starchy Roots,8.692564,0.0677553826465931
+2001,Haiti,Sugar,8.692564,0.0222240526500581
 2002,Haiti,Ruminants,8.834739,0.161321200320689
 2002,Haiti,Cereals,8.834739,0.115349417792648
 2002,Haiti,Monogastrics,8.834739,0.0430314466562057
-2002,Haiti,Oilcrops,8.834739,0.00878475300741765
-2002,Haiti,Pulses,8.834739,0.0099278541222327
+2002,Haiti,FruitVeg,8.834739,0.101785802613976
+2002,Haiti,OilcropsPulses,8.834739,0.0187126071296503
 2002,Haiti,Starchy Roots,8.834739,0.0657471601594569
+2002,Haiti,Sugar,8.834739,0.0232777674586652
 2003,Haiti,Ruminants,8.976555,0.166618251656677
 2003,Haiti,Cereals,8.976555,0.121137897556468
 2003,Haiti,Monogastrics,8.976555,0.0451651106688479
-2003,Haiti,Oilcrops,8.976555,0.00750499495630562
-2003,Haiti,Pulses,8.976555,0.0113376456781026
+2003,Haiti,FruitVeg,8.976555,0.101828151222824
+2003,Haiti,OilcropsPulses,8.976555,0.0188426406344082
 2003,Haiti,Starchy Roots,8.976555,0.0651369038567691
+2003,Haiti,Sugar,8.976555,0.0213339081641008
 2004,Haiti,Ruminants,9.119182,0.160195574559209
 2004,Haiti,Cereals,9.119182,0.111760353066755
 2004,Haiti,Monogastrics,9.119182,0.0374117656605603
-2004,Haiti,Oilcrops,9.119182,0.00795071312317267
-2004,Haiti,Pulses,9.119182,0.0117474352414504
+2004,Haiti,FruitVeg,9.119182,0.102382318940449
+2004,Haiti,OilcropsPulses,9.119182,0.0196981483646231
 2004,Haiti,Starchy Roots,9.119182,0.0654336101637186
+2004,Haiti,Sugar,9.119182,0.0221357573519204
 2005,Haiti,Ruminants,9.263409,0.159709519465242
 2005,Haiti,Cereals,9.263409,0.116924017929037
 2005,Haiti,Monogastrics,9.263409,0.0404162657613412
-2005,Haiti,Oilcrops,9.263409,0.00738140785967671
-2005,Haiti,Pulses,9.263409,0.0122379353000607
+2005,Haiti,FruitVeg,9.263409,0.101885601726103
+2005,Haiti,OilcropsPulses,9.263409,0.0196193431597374
 2005,Haiti,Starchy Roots,9.263409,0.074580966898903
+2005,Haiti,Sugar,9.263409,0.0218892418546995
 2006,Haiti,Ruminants,9.409479,0.163349373541298
 2006,Haiti,Cereals,9.409479,0.117983471773517
 2006,Haiti,Monogastrics,9.409479,0.0375296124259377
-2006,Haiti,Oilcrops,9.409479,0.00715098041028626
-2006,Haiti,Pulses,9.409479,0.0123510557810905
+2006,Haiti,FruitVeg,9.409479,0.0967911188281519
+2006,Haiti,OilcropsPulses,9.409479,0.0195020361913768
 2006,Haiti,Starchy Roots,9.409479,0.0740472453363252
+2006,Haiti,Sugar,9.409479,0.0218980243220693
 2007,Haiti,Ruminants,9.556958,0.158229836314024
 2007,Haiti,Cereals,9.556958,0.114951117290669
 2007,Haiti,Monogastrics,9.556958,0.0405656486091076
-2007,Haiti,Oilcrops,9.556958,0.00902912830630835
-2007,Haiti,Pulses,9.556958,0.015486622416882
+2007,Haiti,FruitVeg,9.556958,0.103376618375847
+2007,Haiti,OilcropsPulses,9.556958,0.0245157507231904
 2007,Haiti,Starchy Roots,9.556958,0.0784340582013649
+2007,Haiti,Sugar,9.556958,0.0216443349442364
 2008,Haiti,Ruminants,9.70513,0.156834395829834
 2008,Haiti,Cereals,9.70513,0.114966826822516
 2008,Haiti,Monogastrics,9.70513,0.041083385796996
-2008,Haiti,Oilcrops,9.70513,0.0088334726067554
-2008,Haiti,Pulses,9.70513,0.0157756773994784
+2008,Haiti,FruitVeg,9.70513,0.0878174738514579
+2008,Haiti,OilcropsPulses,9.70513,0.0246091500062338
 2008,Haiti,Starchy Roots,9.70513,0.0805741911751826
+2008,Haiti,Sugar,9.70513,0.0212128018893101
 2009,Haiti,Ruminants,9.852953,0.153801586184365
 2009,Haiti,Cereals,9.852953,0.114300047914569
 2009,Haiti,Monogastrics,9.852953,0.0413725712484369
-2009,Haiti,Oilcrops,9.852953,0.00867557167886622
-2009,Haiti,Pulses,9.852953,0.0175163730102031
+2009,Haiti,FruitVeg,9.852953,0.0944353433940058
+2009,Haiti,OilcropsPulses,9.852953,0.0261919446890694
 2009,Haiti,Starchy Roots,9.852953,0.0863052934485732
+2009,Haiti,Sugar,9.852953,0.0204350918958002
 2010,Haiti,Ruminants,9.999617,0.154746346785082
 2010,Haiti,Cereals,9.999617,0.112385504364817
 2010,Haiti,Monogastrics,9.999617,0.046334054594291
-2010,Haiti,Oilcrops,9.999617,0.00921655299397967
-2010,Haiti,Pulses,9.999617,0.0225759646594465
+2010,Haiti,FruitVeg,9.999617,0.0867832237974714
+2010,Haiti,OilcropsPulses,9.999617,0.0317925176534261
 2010,Haiti,Starchy Roots,9.999617,0.108329649025558
+2010,Haiti,Sugar,9.999617,0.0172631611790732
 2011,Haiti,Ruminants,10.14489,0.154861629845173
 2011,Haiti,Cereals,10.14489,0.108011422499406
 2011,Haiti,Monogastrics,10.14489,0.0540208913058693
-2011,Haiti,Oilcrops,10.14489,0.00935535032908193
-2011,Haiti,Pulses,10.14489,0.0193445172889997
+2011,Haiti,FruitVeg,10.14489,0.0846310802778542
+2011,Haiti,OilcropsPulses,10.14489,0.0286998676180816
 2011,Haiti,Starchy Roots,10.14489,0.100946486359142
+2011,Haiti,Sugar,10.14489,0.0178089658931738
 2012,Haiti,Ruminants,10.288828,0.155311878087572
 2012,Haiti,Cereals,10.288828,0.107418357076238
 2012,Haiti,Monogastrics,10.288828,0.0545838845784962
-2012,Haiti,Oilcrops,10.288828,0.00933867297616405
-2012,Haiti,Pulses,10.288828,0.019056592257155
+2012,Haiti,FruitVeg,10.288828,0.08525315031022
+2012,Haiti,OilcropsPulses,10.288828,0.0283952652333191
 2012,Haiti,Starchy Roots,10.288828,0.094758120166845
+2012,Haiti,Sugar,10.288828,0.0183846012393248
 2013,Haiti,Ruminants,10.431249,0.153191358005163
 2013,Haiti,Cereals,10.431249,0.10603897960829
 2013,Haiti,Monogastrics,10.431249,0.0529528343154305
-2013,Haiti,Oilcrops,10.431249,0.00884553709723543
-2013,Haiti,Pulses,10.431249,0.0199255141929792
+2013,Haiti,FruitVeg,10.431249,0.0841083364034355
+2013,Haiti,OilcropsPulses,10.431249,0.0287710512902146
 2013,Haiti,Starchy Roots,10.431249,0.114668339333094
+2013,Haiti,Sugar,10.431249,0.0164871915146499
 1961,Honduras,Ruminants,2.069085,0.247903590234331
 1961,Honduras,Cereals,2.069085,0.117942955460989
 1961,Honduras,Monogastrics,2.069085,0.0377682405507749
-1961,Honduras,Oilcrops,2.069085,0.00336863879444295
-1961,Honduras,Pulses,2.069085,0.0122604919565895
+1961,Honduras,FruitVeg,2.069085,0.116885966502101
+1961,Honduras,OilcropsPulses,2.069085,0.0156291307510325
 1961,Honduras,Starchy Roots,2.069085,0.011471737507159
+1961,Honduras,Sugar,2.069085,0.0270196729472206
 1962,Honduras,Ruminants,2.139208,0.229347496830603
 1962,Honduras,Cereals,2.139208,0.116946084719204
 1962,Honduras,Monogastrics,2.139208,0.0379667147841631
-1962,Honduras,Oilcrops,2.139208,0.00256309811855603
-1962,Honduras,Pulses,2.139208,0.011044274329565
+1962,Honduras,FruitVeg,2.139208,0.108659840464321
+1962,Honduras,OilcropsPulses,2.139208,0.013607372448121
 1962,Honduras,Starchy Roots,2.139208,0.0116566504986892
+1962,Honduras,Sugar,2.139208,0.0263293704959966
 1963,Honduras,Ruminants,2.211144,0.22375480746618
 1963,Honduras,Cereals,2.211144,0.116485403031191
 1963,Honduras,Monogastrics,2.211144,0.0391027902298539
-1963,Honduras,Oilcrops,2.211144,0.00248604342367571
-1963,Honduras,Pulses,2.211144,0.0121357993871046
+1963,Honduras,FruitVeg,2.211144,0.101319950215816
+1963,Honduras,OilcropsPulses,2.211144,0.0146218428107803
 1963,Honduras,Starchy Roots,2.211144,0.0122371044129193
+1963,Honduras,Sugar,2.211144,0.026721009576943
 1964,Honduras,Ruminants,2.282764,0.219385709604672
 1964,Honduras,Cereals,2.282764,0.117124678679005
 1964,Honduras,Monogastrics,2.282764,0.039983239616535
-1964,Honduras,Oilcrops,2.282764,0.00334857216952782
-1964,Honduras,Pulses,2.282764,0.0119657573012366
+1964,Honduras,FruitVeg,2.282764,0.101399005766693
+1964,Honduras,OilcropsPulses,2.282764,0.0153143294707644
 1964,Honduras,Starchy Roots,2.282764,0.0123464361624767
+1964,Honduras,Sugar,2.282764,0.0262558897897461
 1965,Honduras,Ruminants,2.352637,0.204582899954392
 1965,Honduras,Cereals,2.352637,0.121698332551941
 1965,Honduras,Monogastrics,2.352637,0.0402964843280115
-1965,Honduras,Oilcrops,2.352637,0.00437721586458089
-1965,Honduras,Pulses,2.352637,0.0114242018636959
+1965,Honduras,FruitVeg,2.352637,0.0993374668510272
+1965,Honduras,OilcropsPulses,2.352637,0.0158014177282768
 1965,Honduras,Starchy Roots,2.352637,0.0130079566035899
+1965,Honduras,Sugar,2.352637,0.0282159976230927
 1966,Honduras,Ruminants,2.420234,0.193087858446745
 1966,Honduras,Cereals,2.420234,0.127682281961166
 1966,Honduras,Monogastrics,2.420234,0.0395611333449576
-1966,Honduras,Oilcrops,2.420234,0.00489993942734463
-1966,Honduras,Pulses,2.420234,0.0109439831024603
+1966,Honduras,FruitVeg,2.420234,0.106008757830854
+1966,Honduras,OilcropsPulses,2.420234,0.015843922529805
 1966,Honduras,Starchy Roots,2.420234,0.0122901339291986
+1966,Honduras,Sugar,2.420234,0.0273638829964375
 1967,Honduras,Ruminants,2.486288,0.231670305290457
 1967,Honduras,Cereals,2.486288,0.130069404670738
 1967,Honduras,Monogastrics,2.486288,0.0401653790711293
-1967,Honduras,Oilcrops,2.486288,0.00353337988197667
-1967,Honduras,Pulses,2.486288,0.0113892678563384
+1967,Honduras,FruitVeg,2.486288,0.11652551916753
+1967,Honduras,OilcropsPulses,2.486288,0.0149226477383151
 1967,Honduras,Starchy Roots,2.486288,0.0120267643973667
+1967,Honduras,Sugar,2.486288,0.0283297831948672
 1968,Honduras,Ruminants,2.5522,0.260787908471123
 1968,Honduras,Cereals,2.5522,0.130328735992477
 1968,Honduras,Monogastrics,2.5522,0.0404445184546666
-1968,Honduras,Oilcrops,2.5522,0.0069884805266045
-1968,Honduras,Pulses,2.5522,0.00922263145521511
+1968,Honduras,FruitVeg,2.5522,0.114099208525978
+1968,Honduras,OilcropsPulses,2.5522,0.0162111119818196
 1968,Honduras,Starchy Roots,2.5522,0.014752370503879
+1968,Honduras,Sugar,2.5522,0.0285898440561085
 1969,Honduras,Ruminants,2.620014,0.226528789540819
 1969,Honduras,Cereals,2.620014,0.133040128793205
 1969,Honduras,Monogastrics,2.620014,0.0407669577338136
-1969,Honduras,Oilcrops,2.620014,0.0052186744040299
-1969,Honduras,Pulses,2.620014,0.00920147754935661
+1969,Honduras,FruitVeg,2.620014,0.112941381229261
+1969,Honduras,OilcropsPulses,2.620014,0.0144201519533865
 1969,Honduras,Starchy Roots,2.620014,0.0137209190485242
+1969,Honduras,Sugar,2.620014,0.0328250154388488
 1970,Honduras,Ruminants,2.691309,0.220996065483376
 1970,Honduras,Cereals,2.691309,0.135271720935797
 1970,Honduras,Monogastrics,2.691309,0.0404593452479816
-1970,Honduras,Oilcrops,2.691309,0.00723774193152849
-1970,Honduras,Pulses,2.691309,0.00977368262061324
+1970,Honduras,FruitVeg,2.691309,0.109850262455928
+1970,Honduras,OilcropsPulses,2.691309,0.0170114245521417
 1970,Honduras,Starchy Roots,2.691309,0.0127398972024394
+1970,Honduras,Sugar,2.691309,0.0302848911068926
 1971,Honduras,Ruminants,2.766444,0.249435014769863
 1971,Honduras,Cereals,2.766444,0.130398808000451
 1971,Honduras,Monogastrics,2.766444,0.0396677829010817
-1971,Honduras,Oilcrops,2.766444,0.00724865567493866
-1971,Honduras,Pulses,2.766444,0.00889770405618187
+1971,Honduras,FruitVeg,2.766444,0.108987205235313
+1971,Honduras,OilcropsPulses,2.766444,0.0161463597311205
 1971,Honduras,Starchy Roots,2.766444,0.0110376353181196
+1971,Honduras,Sugar,2.766444,0.0309621304461612
 1972,Honduras,Ruminants,2.84526,0.231997427300141
 1972,Honduras,Cereals,2.84526,0.128707042590132
 1972,Honduras,Monogastrics,2.84526,0.0400765483646486
-1972,Honduras,Oilcrops,2.84526,0.0104623127587637
-1972,Honduras,Pulses,2.84526,0.00778628315162762
+1972,Honduras,FruitVeg,2.84526,0.109913680999276
+1972,Honduras,OilcropsPulses,2.84526,0.0182485959103913
 1972,Honduras,Starchy Roots,2.84526,0.0101966076913885
+1972,Honduras,Sugar,2.84526,0.031291692147642
 1973,Honduras,Ruminants,2.92819,0.23673238416906
 1973,Honduras,Cereals,2.92819,0.126625662952199
 1973,Honduras,Monogastrics,2.92819,0.0370612904217281
-1973,Honduras,Oilcrops,2.92819,0.00753912826694989
-1973,Honduras,Pulses,2.92819,0.00886964302179845
+1973,Honduras,FruitVeg,2.92819,0.110447067983976
+1973,Honduras,OilcropsPulses,2.92819,0.0164087712887483
 1973,Honduras,Starchy Roots,2.92819,0.00603512750197221
+1973,Honduras,Sugar,2.92819,0.0341760609796496
 1974,Honduras,Ruminants,3.015606,0.249573651199792
 1974,Honduras,Cereals,3.015606,0.123379844714462
 1974,Honduras,Monogastrics,3.015606,0.035213320307759
-1974,Honduras,Oilcrops,3.015606,0.00737496874591707
-1974,Honduras,Pulses,3.015606,0.00839300624816372
+1974,Honduras,FruitVeg,3.015606,0.110897113217045
+1974,Honduras,OilcropsPulses,3.015606,0.0157679749940808
 1974,Honduras,Starchy Roots,3.015606,0.0053375673081961
+1974,Honduras,Sugar,3.015606,0.0337918813001433
 1975,Honduras,Ruminants,3.107735,0.234705629662761
 1975,Honduras,Cereals,3.107735,0.132511620199277
 1975,Honduras,Monogastrics,3.107735,0.0354584287270311
-1975,Honduras,Oilcrops,3.107735,0.00901910877214434
-1975,Honduras,Pulses,3.107735,0.00790607950806617
+1975,Honduras,FruitVeg,3.107735,0.108628953240865
+1975,Honduras,OilcropsPulses,3.107735,0.0169251882802105
 1975,Honduras,Starchy Roots,3.107735,0.00546636054875979
+1975,Honduras,Sugar,3.107735,0.0333075374830866
 1976,Honduras,Ruminants,3.204883,0.216639921020518
 1976,Honduras,Cereals,3.204883,0.130161069842487
 1976,Honduras,Monogastrics,3.204883,0.0362460969714027
-1976,Honduras,Oilcrops,3.204883,0.00672349037390756
-1976,Honduras,Pulses,3.204883,0.0077778190342674
+1976,Honduras,FruitVeg,3.204883,0.108209254440802
+1976,Honduras,OilcropsPulses,3.204883,0.014501309408175
 1976,Honduras,Starchy Roots,3.204883,0.0045530523267152
+1976,Honduras,Sugar,3.204883,0.0350462091751867
 1977,Honduras,Ruminants,3.306988,0.238620672345953
 1977,Honduras,Cereals,3.306988,0.131304982056179
 1977,Honduras,Monogastrics,3.306988,0.0348782336071374
-1977,Honduras,Oilcrops,3.306988,0.00881436521692852
-1977,Honduras,Pulses,3.306988,0.00678200223284753
+1977,Honduras,FruitVeg,3.306988,0.109762115858902
+1977,Honduras,OilcropsPulses,3.306988,0.0155963674497761
 1977,Honduras,Starchy Roots,3.306988,0.00403388219128706
+1977,Honduras,Sugar,3.306988,0.0362858891535137
 1978,Honduras,Ruminants,3.413426,0.280650847564881
 1978,Honduras,Cereals,3.413426,0.128171813304287
 1978,Honduras,Monogastrics,3.413426,0.037517174826699
-1978,Honduras,Oilcrops,3.413426,0.0108902316909756
-1978,Honduras,Pulses,3.413426,0.00752704174632759
+1978,Honduras,FruitVeg,3.413426,0.112693229617399
+1978,Honduras,OilcropsPulses,3.413426,0.0184172734373032
 1978,Honduras,Starchy Roots,3.413426,0.00416678140964532
+1978,Honduras,Sugar,3.413426,0.0381522845375878
 1979,Honduras,Ruminants,3.523283,0.250815134634374
 1979,Honduras,Cereals,3.523283,0.128937981990093
 1979,Honduras,Monogastrics,3.523283,0.0375381426924831
-1979,Honduras,Oilcrops,3.523283,0.00947865953430366
-1979,Honduras,Pulses,3.523283,0.00797807045304053
+1979,Honduras,FruitVeg,3.523283,0.112679850014887
+1979,Honduras,OilcropsPulses,3.523283,0.0174567299873442
 1979,Honduras,Starchy Roots,3.523283,0.00472258402177742
+1979,Honduras,Sugar,3.523283,0.0379137866586363
 1980,Honduras,Ruminants,3.635862,0.292460879978393
 1980,Honduras,Cereals,3.635862,0.130260444428309
 1980,Honduras,Monogastrics,3.635862,0.0377151002980861
-1980,Honduras,Oilcrops,3.635862,0.00682286621439428
-1980,Honduras,Pulses,3.635862,0.0078143779934442
+1980,Honduras,FruitVeg,3.635862,0.108155645071238
+1980,Honduras,OilcropsPulses,3.635862,0.0146372442078385
 1980,Honduras,Starchy Roots,3.635862,0.00432194621248001
+1980,Honduras,Sugar,3.635862,0.0373749058682645
 1981,Honduras,Ruminants,3.750843,0.298264123558357
 1981,Honduras,Cereals,3.750843,0.131243029900212
 1981,Honduras,Monogastrics,3.750843,0.0423948429726331
-1981,Honduras,Oilcrops,3.750843,0.00694750486757244
-1981,Honduras,Pulses,3.750843,0.0076494803968068
+1981,Honduras,FruitVeg,3.750843,0.116253066310693
+1981,Honduras,OilcropsPulses,3.750843,0.0145969852643792
 1981,Honduras,Starchy Roots,3.750843,0.00423824724201999
+1981,Honduras,Sugar,3.750843,0.0380274514289188
 1982,Honduras,Ruminants,3.868296,0.252479903295922
 1982,Honduras,Cereals,3.868296,0.124937440154528
 1982,Honduras,Monogastrics,3.868296,0.0396778581577004
-1982,Honduras,Oilcrops,3.868296,0.0084008566045618
-1982,Honduras,Pulses,3.868296,0.00851072410177505
+1982,Honduras,FruitVeg,3.868296,0.114594643222752
+1982,Honduras,OilcropsPulses,3.868296,0.0169115807063368
 1982,Honduras,Starchy Roots,3.868296,0.00393015425913632
+1982,Honduras,Sugar,3.868296,0.0333462072188891
 1983,Honduras,Ruminants,3.988371,0.196318396658686
 1983,Honduras,Cereals,3.988371,0.133115249308552
 1983,Honduras,Monogastrics,3.988371,0.0368168106728286
-1983,Honduras,Oilcrops,3.988371,0.00561883535909774
-1983,Honduras,Pulses,3.988371,0.00828483608972184
+1983,Honduras,FruitVeg,3.988371,0.117705699896023
+1983,Honduras,OilcropsPulses,3.988371,0.0139036714488196
 1983,Honduras,Starchy Roots,3.988371,0.00390836258713144
+1983,Honduras,Sugar,3.988371,0.0347944060369509
 1984,Honduras,Ruminants,4.111369,0.222902590353724
 1984,Honduras,Cereals,4.111369,0.1334370619616
 1984,Honduras,Monogastrics,4.111369,0.0401968054922825
-1984,Honduras,Oilcrops,4.111369,0.00673887456951687
-1984,Honduras,Pulses,4.111369,0.00795866291738834
+1984,Honduras,FruitVeg,4.111369,0.10922225662547
+1984,Honduras,OilcropsPulses,4.111369,0.0146975374869052
 1984,Honduras,Starchy Roots,4.111369,0.00410763422110737
+1984,Honduras,Sugar,4.111369,0.0338113655086663
 1985,Honduras,Ruminants,4.237436,0.232916626941386
 1985,Honduras,Cereals,4.237436,0.135160507438932
 1985,Honduras,Monogastrics,4.237436,0.0409994864819197
-1985,Honduras,Oilcrops,4.237436,0.00493435181085921
-1985,Honduras,Pulses,4.237436,0.00781179939944816
+1985,Honduras,FruitVeg,4.237436,0.111807942350044
+1985,Honduras,OilcropsPulses,4.237436,0.0127461512103074
 1985,Honduras,Starchy Roots,4.237436,0.00406543013275009
+1985,Honduras,Sugar,4.237436,0.0331698225058738
 1986,Honduras,Ruminants,4.366401,0.175719247957299
 1986,Honduras,Cereals,4.366401,0.132527223221138
 1986,Honduras,Monogastrics,4.366401,0.0401813072138816
-1986,Honduras,Oilcrops,4.366401,0.00507214064855702
-1986,Honduras,Pulses,4.366401,0.00739235814575894
+1986,Honduras,FruitVeg,4.366401,0.107933055163738
+1986,Honduras,OilcropsPulses,4.366401,0.012464498794316
 1986,Honduras,Starchy Roots,4.366401,0.00416109285427518
+1986,Honduras,Sugar,4.366401,0.0330807912511929
 1987,Honduras,Ruminants,4.497875,0.274881605202457
 1987,Honduras,Cereals,4.497875,0.136533807631381
 1987,Honduras,Monogastrics,4.497875,0.0393167662507295
-1987,Honduras,Oilcrops,4.497875,0.00491520996025901
-1987,Honduras,Pulses,4.497875,0.00638679376372176
+1987,Honduras,FruitVeg,4.497875,0.106821776950226
+1987,Honduras,OilcropsPulses,4.497875,0.0113020037239808
 1987,Honduras,Starchy Roots,4.497875,0.0073721479587583
+1987,Honduras,Sugar,4.497875,0.0320489119862157
 1988,Honduras,Ruminants,4.631491,0.259952939560932
 1988,Honduras,Cereals,4.631491,0.128860230970977
 1988,Honduras,Monogastrics,4.631491,0.043352324337886
-1988,Honduras,Oilcrops,4.631491,0.00590565759493001
-1988,Honduras,Pulses,4.631491,0.00997734854715253
+1988,Honduras,FruitVeg,4.631491,0.112749220499403
+1988,Honduras,OilcropsPulses,4.631491,0.0158830061420825
 1988,Honduras,Starchy Roots,4.631491,0.00405614520248447
+1988,Honduras,Sugar,4.631491,0.0373478000928859
 1989,Honduras,Ruminants,4.766802,0.257295079594244
 1989,Honduras,Cereals,4.766802,0.133172932292971
 1989,Honduras,Monogastrics,4.766802,0.0435228272539954
-1989,Honduras,Oilcrops,4.766802,0.00633065942323596
-1989,Honduras,Pulses,4.766802,0.0106415160520617
+1989,Honduras,FruitVeg,4.766802,0.110335398869095
+1989,Honduras,OilcropsPulses,4.766802,0.0169721754752977
 1989,Honduras,Starchy Roots,4.766802,0.00454287801339347
+1989,Honduras,Sugar,4.766802,0.0385323325785296
 1990,Honduras,Ruminants,4.903363,0.234290771456243
 1990,Honduras,Cereals,4.903363,0.136737785882873
 1990,Honduras,Monogastrics,4.903363,0.048540807604903
-1990,Honduras,Oilcrops,4.903363,0.00666664899172262
-1990,Honduras,Pulses,4.903363,0.010304764301562
+1990,Honduras,FruitVeg,4.903363,0.0976601161284612
+1990,Honduras,OilcropsPulses,4.903363,0.0169714132932846
 1990,Honduras,Starchy Roots,4.903363,0.00451669599007865
+1990,Honduras,Sugar,4.903363,0.0420421657544016
 1991,Honduras,Ruminants,5.04105,0.218240604635939
 1991,Honduras,Cereals,5.04105,0.13710734866744
 1991,Honduras,Monogastrics,5.04105,0.0498060919848047
-1991,Honduras,Oilcrops,5.04105,0.00450223663720852
-1991,Honduras,Pulses,5.04105,0.0105636722508208
+1991,Honduras,FruitVeg,5.04105,0.0999333472193293
+1991,Honduras,OilcropsPulses,5.04105,0.0150659088880293
 1991,Honduras,Starchy Roots,5.04105,0.00308665853344045
+1991,Honduras,Sugar,5.04105,0.038199184693665
 1992,Honduras,Ruminants,5.179557,0.245747252129864
 1992,Honduras,Cereals,5.179557,0.136179213782183
 1992,Honduras,Monogastrics,5.179557,0.0511172287514164
-1992,Honduras,Oilcrops,5.179557,0.00705755337763442
-1992,Honduras,Pulses,5.179557,0.0090559868343953
+1992,Honduras,FruitVeg,5.179557,0.112440890215128
+1992,Honduras,OilcropsPulses,5.179557,0.0161135402120297
 1992,Honduras,Starchy Roots,5.179557,0.00284039735444556
+1992,Honduras,Sugar,5.179557,0.03937981568694
 1993,Honduras,Ruminants,5.318042,0.200371734559449
 1993,Honduras,Cereals,5.318042,0.132846637916737
 1993,Honduras,Monogastrics,5.318042,0.0531105621204195
-1993,Honduras,Oilcrops,5.318042,0.00553944478061662
-1993,Honduras,Pulses,5.318042,0.0100301953237677
+1993,Honduras,FruitVeg,5.318042,0.118412002011267
+1993,Honduras,OilcropsPulses,5.318042,0.0155696401043843
 1993,Honduras,Starchy Roots,5.318042,0.00345559512316751
+1993,Honduras,Sugar,5.318042,0.0412388619721318
 1994,Honduras,Ruminants,5.455481,0.33200689361763
 1994,Honduras,Cereals,5.455481,0.136410336687086
 1994,Honduras,Monogastrics,5.455481,0.0510557547537971
-1994,Honduras,Oilcrops,5.455481,0.0059305494785886
-1994,Honduras,Pulses,5.455481,0.00972471538256663
+1994,Honduras,FruitVeg,5.455481,0.120914727775608
+1994,Honduras,OilcropsPulses,5.455481,0.0156552648611552
 1994,Honduras,Starchy Roots,5.455481,0.0027231329373157
+1994,Honduras,Sugar,5.455481,0.0412266122822167
 1995,Honduras,Ruminants,5.591136,0.345774311338519
 1995,Honduras,Cereals,5.591136,0.134131239161416
 1995,Honduras,Monogastrics,5.591136,0.0552446050319649
-1995,Honduras,Oilcrops,5.591136,0.00643894192521878
-1995,Honduras,Pulses,5.591136,0.00899387888257413
+1995,Honduras,FruitVeg,5.591136,0.122235982097377
+1995,Honduras,OilcropsPulses,5.591136,0.0154328208077929
 1995,Honduras,Starchy Roots,5.591136,0.00268925670919112
+1995,Honduras,Sugar,5.591136,0.0421163069544365
 1996,Honduras,Ruminants,5.724587,0.368955734273931
 1996,Honduras,Cereals,5.724587,0.133879002974363
 1996,Honduras,Monogastrics,5.724587,0.059685388657732
-1996,Honduras,Oilcrops,5.724587,0.00422318675565591
-1996,Honduras,Pulses,5.724587,0.00900554048702553
+1996,Honduras,FruitVeg,5.724587,0.126071976895451
+1996,Honduras,OilcropsPulses,5.724587,0.0132287272426814
 1996,Honduras,Starchy Roots,5.724587,0.00406003088083035
+1996,Honduras,Sugar,5.724587,0.0424662949484391
 1997,Honduras,Ruminants,5.855946,0.363365287179902
 1997,Honduras,Cereals,5.855946,0.126441568962555
 1997,Honduras,Monogastrics,5.855946,0.0632443844256761
-1997,Honduras,Oilcrops,5.855946,0.00648725244392622
-1997,Honduras,Pulses,5.855946,0.00888020483795445
+1997,Honduras,FruitVeg,5.855946,0.148392249518694
+1997,Honduras,OilcropsPulses,5.855946,0.0153674572818807
 1997,Honduras,Starchy Roots,5.855946,0.00479529695116724
+1997,Honduras,Sugar,5.855946,0.0424547972266138
 1998,Honduras,Ruminants,5.985675,0.338189527496899
 1998,Honduras,Cereals,5.985675,0.130375772156023
 1998,Honduras,Monogastrics,5.985675,0.0631007530479019
-1998,Honduras,Oilcrops,5.985675,0.00663116524034466
-1998,Honduras,Pulses,5.985675,0.00894936661278803
+1998,Honduras,FruitVeg,5.985675,0.109553224991333
+1998,Honduras,OilcropsPulses,5.985675,0.0155805318531327
 1998,Honduras,Starchy Roots,5.985675,0.00264347797032081
+1998,Honduras,Sugar,5.985675,0.0435202379013227
 1999,Honduras,Ruminants,6.114534,0.321819847595908
 1999,Honduras,Cereals,6.114534,0.132591952223996
 1999,Honduras,Monogastrics,6.114534,0.0730178456772012
-1999,Honduras,Oilcrops,6.114534,0.0064274726414147
-1999,Honduras,Pulses,6.114534,0.00891122692260768
+1999,Honduras,FruitVeg,6.114534,0.0979041084733522
+1999,Honduras,OilcropsPulses,6.114534,0.0153386995640224
 1999,Honduras,Starchy Roots,6.114534,0.00530064923999114
+1999,Honduras,Sugar,6.114534,0.0431789241829386
 2000,Honduras,Ruminants,6.24308,0.320249171883109
 2000,Honduras,Cereals,6.24308,0.134260172863394
 2000,Honduras,Monogastrics,6.24308,0.0782419574953388
-2000,Honduras,Oilcrops,6.24308,0.00672552650294406
-2000,Honduras,Pulses,6.24308,0.00919898511632079
+2000,Honduras,FruitVeg,6.24308,0.0838682188919572
+2000,Honduras,OilcropsPulses,6.24308,0.0159245116192649
 2000,Honduras,Starchy Roots,6.24308,0.00420865982816174
+2000,Honduras,Sugar,6.24308,0.0424554867148907
 2001,Honduras,Ruminants,6.371304,0.320397802396495
 2001,Honduras,Cereals,6.371304,0.140542972050933
 2001,Honduras,Monogastrics,6.371304,0.075265283213609
-2001,Honduras,Oilcrops,6.371304,0.00750301665090851
-2001,Honduras,Pulses,6.371304,0.00880683138020098
+2001,Honduras,FruitVeg,6.371304,0.081044319969664
+2001,Honduras,OilcropsPulses,6.371304,0.0163098480311095
 2001,Honduras,Starchy Roots,6.371304,0.00634846492962822
+2001,Honduras,Sugar,6.371304,0.0426680315364013
 2002,Honduras,Ruminants,6.499001,0.311078887355149
 2002,Honduras,Cereals,6.499001,0.137171082140163
 2002,Honduras,Monogastrics,6.499001,0.0853800145591607
-2002,Honduras,Oilcrops,6.499001,0.00788136515135172
-2002,Honduras,Pulses,6.499001,0.0107188781783539
+2002,Honduras,FruitVeg,6.499001,0.103124310951791
+2002,Honduras,OilcropsPulses,6.499001,0.0186002433297056
 2002,Honduras,Starchy Roots,6.499001,0.00540575389971474
+2002,Honduras,Sugar,6.499001,0.0424528323660821
 2003,Honduras,Ruminants,6.626304,0.332031853654767
 2003,Honduras,Cereals,6.626304,0.14138771779864
 2003,Honduras,Monogastrics,6.626304,0.0922593500086926
-2003,Honduras,Oilcrops,6.626304,0.00762551793579045
-2003,Honduras,Pulses,6.626304,0.0107444512053778
+2003,Honduras,FruitVeg,6.626304,0.117108873966543
+2003,Honduras,OilcropsPulses,6.626304,0.0183699691411683
 2003,Honduras,Starchy Roots,6.626304,0.00576037561814248
+2003,Honduras,Sugar,6.626304,0.0455048545916396
 2004,Honduras,Ruminants,6.753352,0.331389908300352
 2004,Honduras,Cereals,6.753352,0.142115944793045
 2004,Honduras,Monogastrics,6.753352,0.0936552692648036
-2004,Honduras,Oilcrops,6.753352,0.00792732260957225
-2004,Honduras,Pulses,6.753352,0.0108791900673917
+2004,Honduras,FruitVeg,6.753352,0.115047460875725
+2004,Honduras,OilcropsPulses,6.753352,0.018806512676964
 2004,Honduras,Starchy Roots,6.753352,0.00782026466264457
+2004,Honduras,Sugar,6.753352,0.0450281578688628
 2005,Honduras,Ruminants,6.880181,0.342955163534215
 2005,Honduras,Cereals,6.880181,0.138120203523715
 2005,Honduras,Monogastrics,6.880181,0.10585759299065
-2005,Honduras,Oilcrops,6.880181,0.00788017059434919
-2005,Honduras,Pulses,6.880181,0.0115649573753946
+2005,Honduras,FruitVeg,6.880181,0.109418923717268
+2005,Honduras,OilcropsPulses,6.880181,0.0194451279697438
 2005,Honduras,Starchy Roots,6.880181,0.00935411437577006
+2005,Honduras,Sugar,6.880181,0.0460153591889516
 2006,Honduras,Ruminants,7.007029,0.363981068153136
 2006,Honduras,Cereals,7.007029,0.142529594211755
 2006,Honduras,Monogastrics,7.007029,0.107909657573845
-2006,Honduras,Oilcrops,7.007029,0.00955825928506932
-2006,Honduras,Pulses,7.007029,0.00792918082685258
+2006,Honduras,FruitVeg,7.007029,0.11378146144393
+2006,Honduras,OilcropsPulses,7.007029,0.0174874401119219
 2006,Honduras,Starchy Roots,7.007029,0.00874008085309765
+2006,Honduras,Sugar,7.007029,0.049269383643196
 2007,Honduras,Ruminants,7.133737,0.37632972732244
 2007,Honduras,Cereals,7.133737,0.141992619015812
 2007,Honduras,Monogastrics,7.133737,0.113456159093053
-2007,Honduras,Oilcrops,7.133737,0.0101162966899397
-2007,Honduras,Pulses,7.133737,0.00810444792119474
+2007,Honduras,FruitVeg,7.133737,0.12197337804856
+2007,Honduras,OilcropsPulses,7.133737,0.0182207446111344
 2007,Honduras,Starchy Roots,7.133737,0.0076456421087573
+2007,Honduras,Sugar,7.133737,0.0498971296530836
 2008,Honduras,Ruminants,7.25947,0.369280222936385
 2008,Honduras,Cereals,7.25947,0.143218582072796
 2008,Honduras,Monogastrics,7.25947,0.117628835162898
-2008,Honduras,Oilcrops,7.25947,0.00948430119554182
-2008,Honduras,Pulses,7.25947,0.0106553233225015
+2008,Honduras,FruitVeg,7.25947,0.126675087850766
+2008,Honduras,OilcropsPulses,7.25947,0.0201396245180433
 2008,Honduras,Starchy Roots,7.25947,0.00934489707926336
+2008,Honduras,Sugar,7.25947,0.0508228562140211
 2009,Honduras,Ruminants,7.383098,0.291431984242929
 2009,Honduras,Cereals,7.383098,0.146731764904109
 2009,Honduras,Monogastrics,7.383098,0.11742803630671
-2009,Honduras,Oilcrops,7.383098,0.00925532886059483
-2009,Honduras,Pulses,7.383098,0.0087361701009522
+2009,Honduras,FruitVeg,7.383098,0.127581538264831
+2009,Honduras,OilcropsPulses,7.383098,0.017991498961547
 2009,Honduras,Starchy Roots,7.383098,0.00763283922277613
+2009,Honduras,Sugar,7.383098,0.0510025737163451
 2010,Honduras,Ruminants,7.503875,0.296501700787926
 2010,Honduras,Cereals,7.503875,0.14378864253469
 2010,Honduras,Monogastrics,7.503875,0.120589335509987
-2010,Honduras,Oilcrops,7.503875,0.0104924455697889
-2010,Honduras,Pulses,7.503875,0.00917952391264513
+2010,Honduras,FruitVeg,7.503875,0.130744048908064
+2010,Honduras,OilcropsPulses,7.503875,0.0196719694824341
 2010,Honduras,Starchy Roots,7.503875,0.00798400826239776
+2010,Honduras,Sugar,7.503875,0.0519150438939881
 2011,Honduras,Ruminants,7.621414,0.287544699710579
 2011,Honduras,Cereals,7.621414,0.148794305098765
 2011,Honduras,Monogastrics,7.621414,0.124565769554049
-2011,Honduras,Oilcrops,7.621414,0.0111135545188859
-2011,Honduras,Pulses,7.621414,0.0105239001581596
+2011,Honduras,FruitVeg,7.621414,0.133486253338291
+2011,Honduras,OilcropsPulses,7.621414,0.0216374546770455
 2011,Honduras,Starchy Roots,7.621414,0.00823180580401485
+2011,Honduras,Sugar,7.621414,0.0537688938036957
 1961,Hungary,Ruminants,10.029321,0.604337521951885
 1961,Hungary,Cereals,10.029321,0.183835376293171
 1961,Hungary,Monogastrics,10.029321,0.35520761574986
-1961,Hungary,Oilcrops,10.029321,0.00347560916636331
-1961,Hungary,Pulses,10.029321,0.000895673794866073
+1961,Hungary,FruitVeg,10.029321,0.219021806162152
+1961,Hungary,OilcropsPulses,10.029321,0.00437128296122938
 1961,Hungary,Starchy Roots,10.029321,0.0196901664629141
+1961,Hungary,Sugar,10.029321,0.0299989401077102
 1962,Hungary,Ruminants,10.061734,0.593555603835283
 1962,Hungary,Cereals,10.061734,0.202271497139559
 1962,Hungary,Monogastrics,10.061734,0.369723628153954
-1962,Hungary,Oilcrops,10.061734,0.00497349661599084
-1962,Hungary,Pulses,10.061734,0.00439069448665608
+1962,Hungary,FruitVeg,10.061734,0.207902236334214
+1962,Hungary,OilcropsPulses,10.061734,0.00936419110264692
 1962,Hungary,Starchy Roots,10.061734,0.0995615666245997
+1962,Hungary,Sugar,10.061734,0.0304470382540425
 1963,Hungary,Ruminants,10.087947,0.617944612516303
 1963,Hungary,Cereals,10.087947,0.184167898582338
 1963,Hungary,Monogastrics,10.087947,0.368069697431995
-1963,Hungary,Oilcrops,10.087947,0.00405632583121224
-1963,Hungary,Pulses,10.087947,0.00479453351608608
+1963,Hungary,FruitVeg,10.087947,0.239175324771234
+1963,Hungary,OilcropsPulses,10.087947,0.00885085934729831
 1963,Hungary,Starchy Roots,10.087947,0.0923120432730267
+1963,Hungary,Sugar,10.087947,0.0312158658248304
 1964,Hungary,Ruminants,10.119835,0.601620737887525
 1964,Hungary,Cereals,10.119835,0.1831760102808
 1964,Hungary,Monogastrics,10.119835,0.37530480487083
-1964,Hungary,Oilcrops,10.119835,0.00482171893118811
-1964,Hungary,Pulses,10.119835,0.00352802194897446
+1964,Hungary,FruitVeg,10.119835,0.240645326727165
+1964,Hungary,OilcropsPulses,10.119835,0.00834974088016257
 1964,Hungary,Starchy Roots,10.119835,0.0732020828402835
+1964,Hungary,Sugar,10.119835,0.0323049733518382
 1965,Hungary,Ruminants,10.147935,0.563348434927894
 1965,Hungary,Cereals,10.147935,0.190511468589422
 1965,Hungary,Monogastrics,10.147935,0.385712196619312
-1965,Hungary,Oilcrops,10.147935,0.00389882276541976
-1965,Hungary,Pulses,10.147935,0.00659552904113004
+1965,Hungary,FruitVeg,10.147935,0.179011000760253
+1965,Hungary,OilcropsPulses,10.147935,0.0104943518065498
 1965,Hungary,Starchy Roots,10.147935,0.0706472794711436
+1965,Hungary,Sugar,10.147935,0.0327387788747169
 1966,Hungary,Ruminants,10.178653,0.561419374449645
 1966,Hungary,Cereals,10.178653,0.187166514076077
 1966,Hungary,Monogastrics,10.178653,0.372835374189492
-1966,Hungary,Oilcrops,10.178653,0.00426539739590298
-1966,Hungary,Pulses,10.178653,0.00441787336693765
+1966,Hungary,FruitVeg,10.178653,0.211639202161622
+1966,Hungary,OilcropsPulses,10.178653,0.00868327076284062
 1966,Hungary,Starchy Roots,10.178653,0.152247257078122
+1966,Hungary,Sugar,10.178653,0.0340390815955706
 1967,Hungary,Ruminants,10.216604,0.611783592669345
 1967,Hungary,Cereals,10.216604,0.188649672630945
 1967,Hungary,Monogastrics,10.216604,0.38848985435865
-1967,Hungary,Oilcrops,10.216604,0.00521513802433764
-1967,Hungary,Pulses,10.216604,0.00406671336189599
+1967,Hungary,FruitVeg,10.216604,0.246446960261942
+1967,Hungary,OilcropsPulses,10.216604,0.00928185138623363
 1967,Hungary,Starchy Roots,10.216604,0.0467871711578524
+1967,Hungary,Sugar,10.216604,0.0348091205257637
 1968,Hungary,Ruminants,10.255815,0.635264666923107
 1968,Hungary,Cereals,10.255815,0.182494419019844
 1968,Hungary,Monogastrics,10.255815,0.426065758791476
-1968,Hungary,Oilcrops,10.255815,0.00456521495366287
-1968,Hungary,Pulses,10.255815,0.000687512401501002
+1968,Hungary,FruitVeg,10.255815,0.243924641776397
+1968,Hungary,OilcropsPulses,10.255815,0.00525272735516388
 1968,Hungary,Starchy Roots,10.255815,0.0607221366610065
+1968,Hungary,Sugar,10.255815,0.0344859964810208
 1969,Hungary,Ruminants,10.298723,0.618661721458088
 1969,Hungary,Cereals,10.298723,0.175480979535036
 1969,Hungary,Monogastrics,10.298723,0.415870336545609
-1969,Hungary,Oilcrops,10.298723,0.0052608464175607
-1969,Hungary,Pulses,10.298723,0.00422867961396767
+1969,Hungary,FruitVeg,10.298723,0.26151756873158
+1969,Hungary,OilcropsPulses,10.298723,0.00948952603152838
 1969,Hungary,Starchy Roots,10.298723,0.0872555752786049
+1969,Hungary,Sugar,10.298723,0.0371982040880214
 1970,Hungary,Ruminants,10.33791,0.646458142893486
 1970,Hungary,Cereals,10.33791,0.187794341409434
 1970,Hungary,Monogastrics,10.33791,0.430965253131436
-1970,Hungary,Oilcrops,10.33791,0.00473209768705667
-1970,Hungary,Pulses,10.33791,0.00402412092966567
+1970,Hungary,FruitVeg,10.33791,0.24541091961528
+1970,Hungary,OilcropsPulses,10.33791,0.00875621861672233
 1970,Hungary,Starchy Roots,10.33791,0.0602764968934727
+1970,Hungary,Sugar,10.33791,0.0364257378909277
 1971,Hungary,Ruminants,10.367537,0.618178415953567
 1971,Hungary,Cereals,10.367537,0.178627189852325
 1971,Hungary,Monogastrics,10.367537,0.456427423408279
-1971,Hungary,Oilcrops,10.367537,0.00539568848415974
-1971,Hungary,Pulses,10.367537,0.0024612403119468
+1971,Hungary,FruitVeg,10.367537,0.241549367029025
+1971,Hungary,OilcropsPulses,10.367537,0.00785692879610654
 1971,Hungary,Starchy Roots,10.367537,0.070932758667753
+1971,Hungary,Sugar,10.367537,0.0375011924240058
 1972,Hungary,Ruminants,10.398489,0.586325051649331
 1972,Hungary,Cereals,10.398489,0.1734446225793
 1972,Hungary,Monogastrics,10.398489,0.496142141420739
-1972,Hungary,Oilcrops,10.398489,0.00634303695469602
-1972,Hungary,Pulses,10.398489,0.00101053143394199
+1972,Hungary,FruitVeg,10.398489,0.251010699727624
+1972,Hungary,OilcropsPulses,10.398489,0.00735356838863801
 1972,Hungary,Starchy Roots,10.398489,0.0534295896259543
+1972,Hungary,Sugar,10.398489,0.0385886834135229
 1973,Hungary,Ruminants,10.432055,0.626315198683289
 1973,Hungary,Cereals,10.432055,0.17082396517273
 1973,Hungary,Monogastrics,10.432055,0.49229912994132
-1973,Hungary,Oilcrops,10.432055,0.00717960171797407
-1973,Hungary,Pulses,10.432055,0.00100622552315915
+1973,Hungary,FruitVeg,10.432055,0.270197195087641
+1973,Hungary,OilcropsPulses,10.432055,0.00818582724113322
 1973,Hungary,Starchy Roots,10.432055,0.0624038120964661
+1973,Hungary,Sugar,10.432055,0.0403031809168951
 1974,Hungary,Ruminants,10.47872,0.614508899941978
 1974,Hungary,Cereals,10.47872,0.180599729737983
 1974,Hungary,Monogastrics,10.47872,0.521762352653759
-1974,Hungary,Oilcrops,10.47872,0.00736463995602516
-1974,Hungary,Pulses,10.47872,0.00458949184633238
+1974,Hungary,FruitVeg,10.47872,0.246175582513895
+1974,Hungary,OilcropsPulses,10.47872,0.0119541318023575
 1974,Hungary,Starchy Roots,10.47872,0.0795823344836011
+1974,Hungary,Sugar,10.47872,0.0409566244732181
 1975,Hungary,Ruminants,10.540525,0.53199350127247
 1975,Hungary,Cereals,10.540525,0.191591310679497
 1975,Hungary,Monogastrics,10.540525,0.555839144634636
-1975,Hungary,Oilcrops,10.540525,0.00751082133005709
-1975,Hungary,Pulses,10.540525,0.00307660197191316
+1975,Hungary,FruitVeg,10.540525,0.255880138797641
+1975,Hungary,OilcropsPulses,10.540525,0.0105874233019703
 1975,Hungary,Starchy Roots,10.540525,0.0644267719112663
+1975,Hungary,Sugar,10.540525,0.0427955913011923
 1976,Hungary,Ruminants,10.598677,0.655441683900736
 1976,Hungary,Cereals,10.598677,0.167982758602795
 1976,Hungary,Monogastrics,10.598677,0.500191825828827
-1976,Hungary,Oilcrops,10.598677,0.00760877985054172
-1976,Hungary,Pulses,10.598677,0.00429459261755029
+1976,Hungary,FruitVeg,10.598677,0.250794226486947
+1976,Hungary,OilcropsPulses,10.598677,0.011903372468092
 1976,Hungary,Starchy Roots,10.598677,0.0598847384442417
+1976,Hungary,Sugar,10.598677,0.0343139997567621
 1977,Hungary,Ruminants,10.648031,0.586802714980826
 1977,Hungary,Cereals,10.648031,0.162773943839946
 1977,Hungary,Monogastrics,10.648031,0.528189493437801
-1977,Hungary,Oilcrops,10.648031,0.00813314687006452
-1977,Hungary,Pulses,10.648031,0.000902326448899332
+1977,Hungary,FruitVeg,10.648031,0.279215377941706
+1977,Hungary,OilcropsPulses,10.648031,0.00903547331896385
 1977,Hungary,Starchy Roots,10.648031,0.0657437041646479
+1977,Hungary,Sugar,10.648031,0.0379203441462558
 1978,Hungary,Ruminants,10.684822,0.610611444907552
 1978,Hungary,Cereals,10.684822,0.168529059258077
 1978,Hungary,Monogastrics,10.684822,0.540865612922705
-1978,Hungary,Oilcrops,10.684822,0.00845779180972786
-1978,Hungary,Pulses,10.684822,0.00116202216564768
+1978,Hungary,FruitVeg,10.684822,0.255397796987166
+1978,Hungary,OilcropsPulses,10.684822,0.00961981397537554
 1978,Hungary,Starchy Roots,10.684822,0.0752656431712199
+1978,Hungary,Sugar,10.684822,0.0395202652884625
 1979,Hungary,Ruminants,10.704152,0.612003118042419
 1979,Hungary,Cereals,10.704152,0.173033417313207
 1979,Hungary,Monogastrics,10.704152,0.54895498494416
-1979,Hungary,Oilcrops,10.704152,0.00921352761059447
-1979,Hungary,Pulses,10.704152,0.000935524831859637
+1979,Hungary,FruitVeg,10.704152,0.262208253395505
+1979,Hungary,OilcropsPulses,10.704152,0.0101490524424541
 1979,Hungary,Starchy Roots,10.704152,0.0344015107408789
+1979,Hungary,Sugar,10.704152,0.0370472130814286
 1980,Hungary,Ruminants,10.711122,0.645488157076355
 1980,Hungary,Cereals,10.711122,0.170082461949364
 1980,Hungary,Monogastrics,10.711122,0.552728341624715
-1980,Hungary,Oilcrops,10.711122,0.010107251135782
-1980,Hungary,Pulses,10.711122,0.00536143645829074
+1980,Hungary,FruitVeg,10.711122,0.272948809657849
+1980,Hungary,OilcropsPulses,10.711122,0.0154686875940728
 1980,Hungary,Starchy Roots,10.711122,0.0480756357737313
+1980,Hungary,Sugar,10.711122,0.0412068875697616
 1981,Hungary,Ruminants,10.711848,0.667881172324327
 1981,Hungary,Cereals,10.711848,0.170676805720171
 1981,Hungary,Monogastrics,10.711848,0.571220241362648
-1981,Hungary,Oilcrops,10.711848,0.0118873979541159
-1981,Hungary,Pulses,10.711848,0.00266611326075575
+1981,Hungary,FruitVeg,10.711848,0.235165771583017
+1981,Hungary,OilcropsPulses,10.711848,0.0145535112148716
 1981,Hungary,Starchy Roots,10.711848,0.0681875807050287
+1981,Hungary,Sugar,10.711848,0.0385555321546758
 1982,Hungary,Ruminants,10.705535,0.678451165682051
 1982,Hungary,Cereals,10.705535,0.18995024536373
 1982,Hungary,Monogastrics,10.705535,0.574006913246279
-1982,Hungary,Oilcrops,10.705535,0.0124229195458237
-1982,Hungary,Pulses,10.705535,0.00355302187139643
+1982,Hungary,FruitVeg,10.705535,0.28555536925525
+1982,Hungary,OilcropsPulses,10.705535,0.0159759414172202
 1982,Hungary,Starchy Roots,10.705535,0.0426982864471509
+1982,Hungary,Sugar,10.705535,0.0413019993862988
 1983,Hungary,Ruminants,10.689463,0.648228456378024
 1983,Hungary,Cereals,10.689463,0.1903779450848
 1983,Hungary,Monogastrics,10.689463,0.604758882649203
-1983,Hungary,Oilcrops,10.689463,0.0125209283197856
-1983,Hungary,Pulses,10.689463,0.00474018199043301
+1983,Hungary,FruitVeg,10.689463,0.274281037316842
+1983,Hungary,OilcropsPulses,10.689463,0.0172611103102186
 1983,Hungary,Starchy Roots,10.689463,0.0427593977358825
+1983,Hungary,Sugar,10.689463,0.0386401075526432
 1984,Hungary,Ruminants,10.668095,0.596486204894126
 1984,Hungary,Cereals,10.668095,0.190152318666079
 1984,Hungary,Monogastrics,10.668095,0.596773032111169
-1984,Hungary,Oilcrops,10.668095,0.012339878863096
-1984,Hungary,Pulses,10.668095,0.00381117715955848
+1984,Hungary,FruitVeg,10.668095,0.254240986792862
+1984,Hungary,OilcropsPulses,10.668095,0.0161510560226545
 1984,Hungary,Starchy Roots,10.668095,0.0759345506390785
+1984,Hungary,Sugar,10.668095,0.0371725223669268
 1985,Hungary,Ruminants,10.648713,0.633565605533739
 1985,Hungary,Cereals,10.648713,0.201697519690877
 1985,Hungary,Monogastrics,10.648713,0.597713789450425
-1985,Hungary,Oilcrops,10.648713,0.014355819337041
-1985,Hungary,Pulses,10.648713,0.00366147533509448
+1985,Hungary,FruitVeg,10.648713,0.228861459596103
+1985,Hungary,OilcropsPulses,10.648713,0.0180172946721355
 1985,Hungary,Starchy Roots,10.648713,0.0458986921705938
+1985,Hungary,Sugar,10.648713,0.0383528976694179
 1986,Hungary,Ruminants,10.630564,0.65321972568906
 1986,Hungary,Cereals,10.630564,0.213833715689967
 1986,Hungary,Monogastrics,10.630564,0.592118292124482
-1986,Hungary,Oilcrops,10.630564,0.0137170520773874
-1986,Hungary,Pulses,10.630564,0.00363847111028164
+1986,Hungary,FruitVeg,10.630564,0.252976982218441
+1986,Hungary,OilcropsPulses,10.630564,0.0173555231876691
 1986,Hungary,Starchy Roots,10.630564,0.0379619557344276
+1986,Hungary,Sugar,10.630564,0.0384792377902057
 1987,Hungary,Ruminants,10.612741,0.677554036228718
 1987,Hungary,Cereals,10.612741,0.199940147413378
 1987,Hungary,Monogastrics,10.612741,0.602990801339635
-1987,Hungary,Oilcrops,10.612741,0.0168136582245812
-1987,Hungary,Pulses,10.612741,0.00288530550213182
+1987,Hungary,FruitVeg,10.612741,0.235673611558032
+1987,Hungary,OilcropsPulses,10.612741,0.019698963726713
 1987,Hungary,Starchy Roots,10.612741,0.0404563722039386
+1987,Hungary,Sugar,10.612741,0.0430509893721141
 1988,Hungary,Ruminants,10.596487,0.640732942908343
 1988,Hungary,Cereals,10.596487,0.190173309324118
 1988,Hungary,Monogastrics,10.596487,0.59582252118084
-1988,Hungary,Oilcrops,10.596487,0.0153314961835937
-1988,Hungary,Pulses,10.596487,0.00353607756985877
+1988,Hungary,FruitVeg,10.596487,0.254608154570472
+1988,Hungary,OilcropsPulses,10.596487,0.0188675737534524
 1988,Hungary,Starchy Roots,10.596487,0.0764629824959914
+1988,Hungary,Sugar,10.596487,0.0367707712942978
 1989,Hungary,Ruminants,10.481719,0.629971534249296
 1989,Hungary,Cereals,10.481719,0.195838964963667
 1989,Hungary,Monogastrics,10.481719,0.620511187144017
-1989,Hungary,Oilcrops,10.481719,0.0148356390779032
-1989,Hungary,Pulses,10.481719,0.00282014810738582
+1989,Hungary,FruitVeg,10.481719,0.231413282496888
+1989,Hungary,OilcropsPulses,10.481719,0.017655787185289
 1989,Hungary,Starchy Roots,10.481719,0.0608345825718091
+1989,Hungary,Sugar,10.481719,0.0429539276906775
 1990,Hungary,Ruminants,10.373988,0.555931981027933
 1990,Hungary,Cereals,10.373988,0.177745241270763
 1990,Hungary,Monogastrics,10.373988,0.584604869409913
-1990,Hungary,Oilcrops,10.373988,0.0178039535037056
-1990,Hungary,Pulses,10.373988,0.00157432223750403
+1990,Hungary,FruitVeg,10.373988,0.250404184003297
+1990,Hungary,OilcropsPulses,10.373988,0.0193782757412097
 1990,Hungary,Starchy Roots,10.373988,0.0643059351909796
+1990,Hungary,Sugar,10.373988,0.0432138537272262
 1991,Hungary,Ruminants,10.3734,0.555458007981954
 1991,Hungary,Cereals,10.3734,0.184213083463474
 1991,Hungary,Monogastrics,10.3734,0.551789972429483
-1991,Hungary,Oilcrops,10.3734,0.0161168951356354
-1991,Hungary,Pulses,10.3734,0.00155763780438429
+1991,Hungary,FruitVeg,10.3734,0.247057859525324
+1991,Hungary,OilcropsPulses,10.3734,0.0176745329400197
 1991,Hungary,Starchy Roots,10.3734,0.0610226155358899
+1991,Hungary,Sugar,10.3734,0.0397986195461469
 1992,Hungary,Ruminants,10.369341,0.595283779364571
 1992,Hungary,Cereals,10.369341,0.150288335584682
 1992,Hungary,Monogastrics,10.369341,0.541835715500146
-1992,Hungary,Oilcrops,10.369341,0.0182198656597367
-1992,Hungary,Pulses,10.369341,0.00167541987480207
+1992,Hungary,FruitVeg,10.369341,0.239346743443002
+1992,Hungary,OilcropsPulses,10.369341,0.0198952855345388
 1992,Hungary,Starchy Roots,10.369341,0.0739890799232082
+1992,Hungary,Sugar,10.369341,0.0447776768070411
 1993,Hungary,Ruminants,10.357523,0.641732931705776
 1993,Hungary,Cereals,10.357523,0.14492074987427
 1993,Hungary,Monogastrics,10.357523,0.488674116388639
-1993,Hungary,Oilcrops,10.357523,0.0170008794573761
-1993,Hungary,Pulses,10.357523,0.00146415315708206
+1993,Hungary,FruitVeg,10.357523,0.219224808865981
+1993,Hungary,OilcropsPulses,10.357523,0.0184650326144581
 1993,Hungary,Starchy Roots,10.357523,0.0670274157247829
+1993,Hungary,Sugar,10.357523,0.0399832083404497
 1994,Hungary,Ruminants,10.343355,0.566016268415809
 1994,Hungary,Cereals,10.343355,0.137612795848156
 1994,Hungary,Monogastrics,10.343355,0.459142918327757
-1994,Hungary,Oilcrops,10.343355,0.0166178188798509
-1994,Hungary,Pulses,10.343355,0.00262951431136222
+1994,Hungary,FruitVeg,10.343355,0.211579511676821
+1994,Hungary,OilcropsPulses,10.343355,0.0192473331912131
 1994,Hungary,Starchy Roots,10.343355,0.0709662387107471
+1994,Hungary,Sugar,10.343355,0.0389867697666763
 1995,Hungary,Ruminants,10.328965,0.503432328408509
 1995,Hungary,Cereals,10.328965,0.132815921053077
 1995,Hungary,Monogastrics,10.328965,0.433808111461313
-1995,Hungary,Oilcrops,10.328965,0.0172414177025481
-1995,Hungary,Pulses,10.328965,0.00342173683423267
+1995,Hungary,FruitVeg,10.328965,0.201226647587633
+1995,Hungary,OilcropsPulses,10.328965,0.0206631545367808
 1995,Hungary,Starchy Roots,10.328965,0.0836421655025455
+1995,Hungary,Sugar,10.328965,0.042488187345005
 1996,Hungary,Ruminants,10.311238,0.476244879615813
 1996,Hungary,Cereals,10.311238,0.129068885811772
 1996,Hungary,Monogastrics,10.311238,0.430699281696339
-1996,Hungary,Oilcrops,10.311238,0.0171531294302391
-1996,Hungary,Pulses,10.311238,0.00354496715137406
+1996,Hungary,FruitVeg,10.311238,0.218717577850497
+1996,Hungary,OilcropsPulses,10.311238,0.0206980965816132
 1996,Hungary,Starchy Roots,10.311238,0.0901097423995062
+1996,Hungary,Sugar,10.311238,0.0454010468965996
 1997,Hungary,Ruminants,10.290486,0.467645308491747
 1997,Hungary,Cereals,10.290486,0.138620663785948
 1997,Hungary,Monogastrics,10.290486,0.417260807701405
-1997,Hungary,Oilcrops,10.290486,0.0154167645726353
-1997,Hungary,Pulses,10.290486,0.00440348492772839
+1997,Hungary,FruitVeg,10.290486,0.227292180369324
+1997,Hungary,OilcropsPulses,10.290486,0.0198202495003637
 1997,Hungary,Starchy Roots,10.290486,0.0760979607765853
+1997,Hungary,Sugar,10.290486,0.0450199339467543
 1998,Hungary,Ruminants,10.26657,0.460992541812894
 1998,Hungary,Cereals,10.26657,0.129504595984832
 1998,Hungary,Monogastrics,10.26657,0.421849079098472
-1998,Hungary,Oilcrops,10.26657,0.0169984717388573
-1998,Hungary,Pulses,10.26657,0.00481183102048688
+1998,Hungary,FruitVeg,10.26657,0.230666132895407
+1998,Hungary,OilcropsPulses,10.26657,0.0218103027593442
 1998,Hungary,Starchy Roots,10.26657,0.0818724267209009
+1998,Hungary,Sugar,10.26657,0.0471072617242175
 1999,Hungary,Ruminants,10.23753,0.489797499982906
 1999,Hungary,Cereals,10.23753,0.130615392580046
 1999,Hungary,Monogastrics,10.23753,0.430914683522295
-1999,Hungary,Oilcrops,10.23753,0.0169013424136486
-1999,Hungary,Pulses,10.23753,0.00460140287745189
+1999,Hungary,FruitVeg,10.23753,0.22298669698648
+1999,Hungary,OilcropsPulses,10.23753,0.0215027452911005
 1999,Hungary,Starchy Roots,10.23753,0.0867880240643984
+1999,Hungary,Sugar,10.23753,0.0429550877994985
 2000,Hungary,Ruminants,10.210971,0.544537360844527
 2000,Hungary,Cereals,10.210971,0.151768622200572
 2000,Hungary,Monogastrics,10.210971,0.446125388075238
-2000,Hungary,Oilcrops,10.210971,0.0182146242507201
-2000,Hungary,Pulses,10.210971,0.00278151803584595
+2000,Hungary,FruitVeg,10.210971,0.250089927784537
+2000,Hungary,OilcropsPulses,10.210971,0.0209961422865661
 2000,Hungary,Starchy Roots,10.210971,0.0641777358881932
+2000,Hungary,Sugar,10.210971,0.0379936442871104
 2001,Hungary,Ruminants,10.187576,0.486754886540233
 2001,Hungary,Cereals,10.187576,0.16366906121731
 2001,Hungary,Monogastrics,10.187576,0.431498366245317
-2001,Hungary,Oilcrops,10.187576,0.0175622738912573
-2001,Hungary,Pulses,10.187576,0.00336125099827476
+2001,Hungary,FruitVeg,10.187576,0.241070201586717
+2001,Hungary,OilcropsPulses,10.187576,0.0209235248895321
 2001,Hungary,Starchy Roots,10.187576,0.0755051054343055
+2001,Hungary,Sugar,10.187576,0.0377746384419611
 2002,Hungary,Ruminants,10.158608,0.523958164346926
 2002,Hungary,Cereals,10.158608,0.147767883158795
 2002,Hungary,Monogastrics,10.158608,0.475775824798043
-2002,Hungary,Oilcrops,10.158608,0.0152409660851172
-2002,Hungary,Pulses,10.158608,0.00441261243666455
+2002,Hungary,FruitVeg,10.158608,0.223397437916691
+2002,Hungary,OilcropsPulses,10.158608,0.0196535785217817
 2002,Hungary,Starchy Roots,10.158608,0.0612740446328867
+2002,Hungary,Sugar,10.158608,0.0370325343787259
 2003,Hungary,Ruminants,10.129552,0.500126422175433
 2003,Hungary,Cereals,10.129552,0.162507483055519
 2003,Hungary,Monogastrics,10.129552,0.419960774178364
-2003,Hungary,Oilcrops,10.129552,0.0153642530291567
-2003,Hungary,Pulses,10.129552,0.00246309017417552
+2003,Hungary,FruitVeg,10.129552,0.243617881620036
+2003,Hungary,OilcropsPulses,10.129552,0.0178273432033322
 2003,Hungary,Starchy Roots,10.129552,0.0493986308575147
+2003,Hungary,Sugar,10.129552,0.0374623675360964
 2004,Hungary,Ruminants,10.107146,0.460624878674949
 2004,Hungary,Cereals,10.107146,0.164372118499129
 2004,Hungary,Monogastrics,10.107146,0.454658872049538
-2004,Hungary,Oilcrops,10.107146,0.0173296200529803
-2004,Hungary,Pulses,10.107146,0.00491009034597897
+2004,Hungary,FruitVeg,10.107146,0.280976845491299
+2004,Hungary,OilcropsPulses,10.107146,0.0222397103989593
 2004,Hungary,Starchy Roots,10.107146,0.0690254202323782
+2004,Hungary,Sugar,10.107146,0.0375463063460249
 2005,Hungary,Ruminants,10.087065,0.431658485396892
 2005,Hungary,Cereals,10.087065,0.188861080998288
 2005,Hungary,Monogastrics,10.087065,0.433663756503998
-2005,Hungary,Oilcrops,10.087065,0.0188631678292942
-2005,Hungary,Pulses,10.087065,0.00400463365706477
+2005,Hungary,FruitVeg,10.087065,0.233084053686578
+2005,Hungary,OilcropsPulses,10.087065,0.022867801486359
 2005,Hungary,Starchy Roots,10.087065,0.0547728204388492
+2005,Hungary,Sugar,10.087065,0.0359350316469657
 2006,Hungary,Ruminants,10.07137,0.450432185492143
 2006,Hungary,Cereals,10.07137,0.196680888498784
 2006,Hungary,Monogastrics,10.07137,0.435915302486156
-2006,Hungary,Oilcrops,10.07137,0.0197757603980392
-2006,Hungary,Pulses,10.07137,0.00368529802797435
+2006,Hungary,FruitVeg,10.07137,0.269006004148393
+2006,Hungary,OilcropsPulses,10.07137,0.0234610584260135
 2006,Hungary,Starchy Roots,10.07137,0.0479738109115245
+2006,Hungary,Sugar,10.07137,0.0369377750991176
 2007,Hungary,Ruminants,10.05578,0.434484694374777
 2007,Hungary,Cereals,10.05578,0.205791296150075
 2007,Hungary,Monogastrics,10.05578,0.440464489079912
-2007,Hungary,Oilcrops,10.05578,0.0219718410705087
-2007,Hungary,Pulses,10.05578,0.00378647902002629
+2007,Hungary,FruitVeg,10.05578,0.23355950508066
+2007,Hungary,OilcropsPulses,10.05578,0.025758320090535
 2007,Hungary,Starchy Roots,10.05578,0.0510973788209368
+2007,Hungary,Sugar,10.05578,0.0348234547692969
 2008,Hungary,Ruminants,10.038188,0.418632526109294
 2008,Hungary,Cereals,10.038188,0.179325691051014
 2008,Hungary,Monogastrics,10.038188,0.426726387272285
-2008,Hungary,Oilcrops,10.038188,0.0214389290178666
-2008,Hungary,Pulses,10.038188,0.00347393374182671
+2008,Hungary,FruitVeg,10.038188,0.243796390344552
+2008,Hungary,OilcropsPulses,10.038188,0.0249128627596933
 2008,Hungary,Starchy Roots,10.038188,0.0639935215399433
+2008,Hungary,Sugar,10.038188,0.0356897081425453
 2009,Hungary,Ruminants,10.02265,0.418045067921159
 2009,Hungary,Cereals,10.02265,0.179316448244726
 2009,Hungary,Monogastrics,10.02265,0.414596249494894
-2009,Hungary,Oilcrops,10.02265,0.0233891236349668
-2009,Hungary,Pulses,10.02265,0.00241981910971649
+2009,Hungary,FruitVeg,10.02265,0.227688585354173
+2009,Hungary,OilcropsPulses,10.02265,0.0258089427446833
 2009,Hungary,Starchy Roots,10.02265,0.0512988081994283
+2009,Hungary,Sugar,10.02265,0.0338002424508488
 2010,Hungary,Ruminants,10.000023,0.422458098346374
 2010,Hungary,Cereals,10.000023,0.189737863602914
 2010,Hungary,Monogastrics,10.000023,0.372984882134771
-2010,Hungary,Oilcrops,10.000023,0.0173591600739318
-2010,Hungary,Pulses,10.000023,0.00315819273615671
+2010,Hungary,FruitVeg,10.000023,0.158999234301761
+2010,Hungary,OilcropsPulses,10.000023,0.0205173528100885
 2010,Hungary,Starchy Roots,10.000023,0.0420219033496223
+2010,Hungary,Sugar,10.000023,0.0325761250749123
 2011,Hungary,Ruminants,9.971727,0.435136571628967
 2011,Hungary,Cereals,9.971727,0.178729521977487
 2011,Hungary,Monogastrics,9.971727,0.383161532601123
-2011,Hungary,Oilcrops,9.971727,0.0187382787354688
-2011,Hungary,Pulses,9.971727,0.00349407880901673
+2011,Hungary,FruitVeg,9.971727,0.200406509323811
+2011,Hungary,OilcropsPulses,9.971727,0.0222323575444855
 2011,Hungary,Starchy Roots,9.971727,0.0590983888748659
+2011,Hungary,Sugar,9.971727,0.0318645907574485
 1961,Iceland,Ruminants,0.179029,1.73025766775215
 1961,Iceland,Cereals,0.179029,0.10117355288808
 1961,Iceland,Monogastrics,0.179029,0.0235917086058683
-1961,Iceland,Oilcrops,0.179029,0.00555217311161879
-1961,Iceland,Pulses,0.179029,0.00139642180875724
+1961,Iceland,FruitVeg,0.179029,0.0508856107111138
+1961,Iceland,OilcropsPulses,0.179029,0.00694859492037603
 1961,Iceland,Starchy Roots,0.179029,0.0905272330181144
+1961,Iceland,Sugar,0.179029,0.0595378402381737
 1962,Iceland,Ruminants,0.182378,1.75234732259373
 1962,Iceland,Cereals,0.182378,0.112085887552227
 1962,Iceland,Monogastrics,0.182378,0.0254219258901841
-1962,Iceland,Oilcrops,0.182378,0.00437552775005757
-1962,Iceland,Pulses,0.182378,0.00137077937031879
+1962,Iceland,FruitVeg,0.182378,0.0549463202798583
+1962,Iceland,OilcropsPulses,0.182378,0.00574630712037636
 1962,Iceland,Starchy Roots,0.182378,0.0681387009398063
+1962,Iceland,Sugar,0.182378,0.0601223831821821
 1963,Iceland,Ruminants,0.185653,1.67119195488357
 1963,Iceland,Cereals,0.185653,0.103768859108121
 1963,Iceland,Monogastrics,0.185653,0.0270402309685273
-1963,Iceland,Oilcrops,0.185653,0.00377047502598935
-1963,Iceland,Pulses,0.185653,0.00161591786828115
+1963,Iceland,FruitVeg,0.185653,0.0552643910952153
+1963,Iceland,OilcropsPulses,0.185653,0.00538639289427049
 1963,Iceland,Starchy Roots,0.185653,0.0723500293558413
+1963,Iceland,Sugar,0.185653,0.0626383629674716
 1964,Iceland,Ruminants,0.188983,1.58311594164554
 1964,Iceland,Cereals,0.188983,0.117079314012371
 1964,Iceland,Monogastrics,0.188983,0.0281760793298868
-1964,Iceland,Oilcrops,0.188983,0.00355587539619966
-1964,Iceland,Pulses,0.188983,0.00159273585454776
+1964,Iceland,FruitVeg,0.188983,0.0639422593566617
+1964,Iceland,OilcropsPulses,0.188983,0.00514861125074742
 1964,Iceland,Starchy Roots,0.188983,0.0717101538233598
+1964,Iceland,Sugar,0.188983,0.0604710476603716
 1965,Iceland,Ruminants,0.192286,1.60795065683409
 1965,Iceland,Cereals,0.192286,0.113320782584276
 1965,Iceland,Monogastrics,0.192286,0.0285871046254017
-1965,Iceland,Oilcrops,0.192286,0.003458390106404
-1965,Iceland,Pulses,0.192286,0.00139895780244011
+1965,Iceland,FruitVeg,0.192286,0.0635147644654317
+1965,Iceland,OilcropsPulses,0.192286,0.00485734790884412
 1965,Iceland,Starchy Roots,0.192286,0.0786588727208429
+1965,Iceland,Sugar,0.192286,0.0599419614532519
 1966,Iceland,Ruminants,0.19557,1.57789845068262
 1966,Iceland,Cereals,0.19557,0.106775067750678
 1966,Iceland,Monogastrics,0.19557,0.0333415145472209
-1966,Iceland,Oilcrops,0.19557,0.00357416781714987
-1966,Iceland,Pulses,0.19557,0.00155443063864601
+1966,Iceland,FruitVeg,0.19557,0.0658178657258271
+1966,Iceland,OilcropsPulses,0.19557,0.00512859845579588
 1966,Iceland,Starchy Roots,0.19557,0.0656133353786368
+1966,Iceland,Sugar,0.19557,0.0666615534079869
 1967,Iceland,Ruminants,0.198751,1.45289382191788
 1967,Iceland,Cereals,0.198751,0.084326619740278
 1967,Iceland,Monogastrics,0.198751,0.0345205810285231
-1967,Iceland,Oilcrops,0.198751,0.0030138213141066
-1967,Iceland,Pulses,0.198751,0.00187672011713149
+1967,Iceland,FruitVeg,0.198751,0.0644726315842436
+1967,Iceland,OilcropsPulses,0.198751,0.00489054143123808
 1967,Iceland,Starchy Roots,0.198751,0.0731719588832257
+1967,Iceland,Sugar,0.198751,0.0614235903215581
 1968,Iceland,Ruminants,0.201488,1.29299362741205
 1968,Iceland,Cereals,0.201488,0.0900847693162868
 1968,Iceland,Monogastrics,0.201488,0.0363699078853331
-1968,Iceland,Oilcrops,0.201488,0.0040796474231716
-1968,Iceland,Pulses,0.201488,0.00160803621059319
+1968,Iceland,FruitVeg,0.201488,0.0644157468434845
+1968,Iceland,OilcropsPulses,0.201488,0.00568768363376479
 1968,Iceland,Starchy Roots,0.201488,0.0621128801715239
+1968,Iceland,Sugar,0.201488,0.0594774874930517
 1969,Iceland,Ruminants,0.203369,1.3287654460611
 1969,Iceland,Cereals,0.203369,0.0901612340130502
 1969,Iceland,Monogastrics,0.203369,0.0347727529761173
-1969,Iceland,Oilcrops,0.203369,0.00404683112962153
-1969,Iceland,Pulses,0.203369,0.00120470671537943
+1969,Iceland,FruitVeg,0.203369,0.0587257644970472
+1969,Iceland,OilcropsPulses,0.203369,0.00525153784500096
 1969,Iceland,Starchy Roots,0.203369,0.059512511739744
+1969,Iceland,Sugar,0.203369,0.0567539792200385
 1970,Iceland,Ruminants,0.204438,1.34739089601737
 1970,Iceland,Cereals,0.204438,0.0853119283107837
 1970,Iceland,Monogastrics,0.204438,0.0370332325692875
-1970,Iceland,Oilcrops,0.204438,0.0057914869055655
-1970,Iceland,Pulses,0.204438,0.00151146068734775
+1970,Iceland,FruitVeg,0.204438,0.0637161388782907
+1970,Iceland,OilcropsPulses,0.204438,0.00730294759291326
 1970,Iceland,Starchy Roots,0.204438,0.0553370704076542
+1970,Iceland,Sugar,0.204438,0.0561197037732711
 1971,Iceland,Ruminants,0.206098,1.37627051208648
 1971,Iceland,Cereals,0.206098,0.0874875059437743
 1971,Iceland,Monogastrics,0.206098,0.0384511251928694
-1971,Iceland,Oilcrops,0.206098,0.00607963201971877
-1971,Iceland,Pulses,0.206098,0.00134402080563615
+1971,Iceland,FruitVeg,0.206098,0.0644935904278547
+1971,Iceland,OilcropsPulses,0.206098,0.00742365282535493
 1971,Iceland,Starchy Roots,0.206098,0.0752894254189754
+1971,Iceland,Sugar,0.206098,0.0532513658550787
 1972,Iceland,Ruminants,0.209137,1.45724620703175
 1972,Iceland,Cereals,0.209137,0.0850208236706083
 1972,Iceland,Monogastrics,0.209137,0.0410601663024716
-1972,Iceland,Oilcrops,0.209137,0.00603910355412959
-1972,Iceland,Pulses,0.209137,0.00169745190951386
+1972,Iceland,FruitVeg,0.209137,0.070102373085585
+1972,Iceland,OilcropsPulses,0.209137,0.00773655546364345
 1972,Iceland,Starchy Roots,0.209137,0.0650913037865131
+1972,Iceland,Sugar,0.209137,0.0497998919368644
 1973,Iceland,Ruminants,0.212317,1.45804198439126
 1973,Iceland,Cereals,0.212317,0.0955411012778063
 1973,Iceland,Monogastrics,0.212317,0.0470461621066613
-1973,Iceland,Oilcrops,0.212317,0.00641493615678443
-1973,Iceland,Pulses,0.212317,0.00177093685385532
+1973,Iceland,FruitVeg,0.212317,0.0727497091613013
+1973,Iceland,OilcropsPulses,0.212317,0.00818587301063975
 1973,Iceland,Starchy Roots,0.212317,0.055892839480588
+1973,Iceland,Sugar,0.212317,0.0515549861763307
 1974,Iceland,Ruminants,0.215209,1.43460450074114
 1974,Iceland,Cereals,0.215209,0.0770832074866757
 1974,Iceland,Monogastrics,0.215209,0.0492739615908257
-1974,Iceland,Oilcrops,0.215209,0.00628691179272242
-1974,Iceland,Pulses,0.215209,0.00181219186929915
+1974,Iceland,FruitVeg,0.215209,0.0726084875632525
+1974,Iceland,OilcropsPulses,0.215209,0.00809910366202157
 1974,Iceland,Starchy Roots,0.215209,0.0648764689209094
+1974,Iceland,Sugar,0.215209,0.0496075907606095
 1975,Iceland,Ruminants,0.217979,1.61169470453576
 1975,Iceland,Cereals,0.217979,0.0730850219516559
 1975,Iceland,Monogastrics,0.217979,0.0501396923556856
-1975,Iceland,Oilcrops,0.217979,0.00613820597396997
-1975,Iceland,Pulses,0.217979,0.00161942205441809
+1975,Iceland,FruitVeg,0.217979,0.0703232880231582
+1975,Iceland,OilcropsPulses,0.217979,0.00775762802838806
 1975,Iceland,Starchy Roots,0.217979,0.0638272494139344
+1975,Iceland,Sugar,0.217979,0.0449951600842283
 1976,Iceland,Ruminants,0.220154,1.35493836132889
 1976,Iceland,Cereals,0.220154,0.10396813139893
 1976,Iceland,Monogastrics,0.220154,0.0561384303714673
-1976,Iceland,Oilcrops,0.220154,0.0055415754426447
-1976,Iceland,Pulses,0.220154,0.00145352798495599
+1976,Iceland,FruitVeg,0.220154,0.078585898961636
+1976,Iceland,OilcropsPulses,0.220154,0.00699510342760068
 1976,Iceland,Starchy Roots,0.220154,0.06662608901042
+1976,Iceland,Sugar,0.220154,0.0511187623209208
 1977,Iceland,Ruminants,0.221799,1.35613505922028
 1977,Iceland,Cereals,0.221799,0.115509988773619
 1977,Iceland,Monogastrics,0.221799,0.0555805030680932
-1977,Iceland,Oilcrops,0.221799,0.00617225505976132
-1977,Iceland,Pulses,0.221799,0.00147881640584493
+1977,Iceland,FruitVeg,0.221799,0.0811545588573438
+1977,Iceland,OilcropsPulses,0.221799,0.00765107146560625
 1977,Iceland,Starchy Roots,0.221799,0.0570471462901095
+1977,Iceland,Sugar,0.221799,0.0601490538731013
 1978,Iceland,Ruminants,0.223537,1.47065228575135
 1978,Iceland,Cereals,0.223537,0.113699298102775
 1978,Iceland,Monogastrics,0.223537,0.0613889423227475
-1978,Iceland,Oilcrops,0.223537,0.0066253014042418
-1978,Iceland,Pulses,0.223537,0.00182520119711726
+1978,Iceland,FruitVeg,0.223537,0.0857755091998193
+1978,Iceland,OilcropsPulses,0.223537,0.00845050260135906
 1978,Iceland,Starchy Roots,0.223537,0.0630007560269664
+1978,Iceland,Sugar,0.223537,0.0611755548298492
 1979,Iceland,Ruminants,0.225735,1.51011672979378
 1979,Iceland,Cereals,0.225735,0.103413294349569
 1979,Iceland,Monogastrics,0.225735,0.0670383414180344
-1979,Iceland,Oilcrops,0.225735,0.00708795711785944
-1979,Iceland,Pulses,0.225735,0.00126697233481737
+1979,Iceland,FruitVeg,0.225735,0.0873457815580216
+1979,Iceland,OilcropsPulses,0.225735,0.00835492945267681
 1979,Iceland,Starchy Roots,0.225735,0.0562828094890026
+1979,Iceland,Sugar,0.225735,0.0619310253172968
 1980,Iceland,Ruminants,0.228138,1.36086228510814
 1980,Iceland,Cereals,0.228138,0.0950652675135225
 1980,Iceland,Monogastrics,0.228138,0.0655524287930989
-1980,Iceland,Oilcrops,0.228138,0.00625936932909029
-1980,Iceland,Pulses,0.228138,0.0014245763529092
+1980,Iceland,FruitVeg,0.228138,0.0870262735712595
+1980,Iceland,OilcropsPulses,0.228138,0.00768394568199949
 1980,Iceland,Starchy Roots,0.228138,0.0769709561756481
+1980,Iceland,Sugar,0.228138,0.0555979275701549
 1981,Iceland,Ruminants,0.230755,1.50368529392646
 1981,Iceland,Cereals,0.230755,0.0940217980108773
 1981,Iceland,Monogastrics,0.230755,0.0699495135533358
-1981,Iceland,Oilcrops,0.230755,0.00728044896101926
-1981,Iceland,Pulses,0.230755,0.00173344022881411
+1981,Iceland,FruitVeg,0.230755,0.0913002968516392
+1981,Iceland,OilcropsPulses,0.230755,0.00901388918983338
 1981,Iceland,Starchy Roots,0.230755,0.0612034408788542
+1981,Iceland,Sugar,0.230755,0.0575762172000607
 1982,Iceland,Ruminants,0.23386,1.42164799452664
 1982,Iceland,Cereals,0.23386,0.0929316685196271
 1982,Iceland,Monogastrics,0.23386,0.0661203284016078
-1982,Iceland,Oilcrops,0.23386,0.00760283930556743
-1982,Iceland,Pulses,0.23386,0.00130847515607628
+1982,Iceland,FruitVeg,0.23386,0.0897631061318738
+1982,Iceland,OilcropsPulses,0.23386,0.00891131446164372
 1982,Iceland,Starchy Roots,0.23386,0.0719447532711879
+1982,Iceland,Sugar,0.23386,0.0544941417942359
 1983,Iceland,Ruminants,0.236977,1.43021727847006
 1983,Iceland,Cereals,0.236977,0.0960177569975145
 1983,Iceland,Monogastrics,0.236977,0.0764479253260865
-1983,Iceland,Oilcrops,0.236977,0.0079079404330378
-1983,Iceland,Pulses,0.236977,0.00124906636509028
+1983,Iceland,FruitVeg,0.236977,0.0842613418179823
+1983,Iceland,OilcropsPulses,0.236977,0.00915700679812809
 1983,Iceland,Starchy Roots,0.236977,0.0600142629875473
+1983,Iceland,Sugar,0.236977,0.0558028838241686
 1984,Iceland,Ruminants,0.239511,1.42900326081057
 1984,Iceland,Cereals,0.239511,0.101352338723482
 1984,Iceland,Monogastrics,0.239511,0.0814100396223973
-1984,Iceland,Oilcrops,0.239511,0.00825431817327805
-1984,Iceland,Pulses,0.239511,0.00169512047463373
+1984,Iceland,FruitVeg,0.239511,0.0889520731824426
+1984,Iceland,OilcropsPulses,0.239511,0.00994943864791179
 1984,Iceland,Starchy Roots,0.239511,0.0576674975262097
+1984,Iceland,Sugar,0.239511,0.0555632100404574
 1985,Iceland,Ruminants,0.241405,1.47640231146828
 1985,Iceland,Cereals,0.241405,0.0891779374909385
 1985,Iceland,Monogastrics,0.241405,0.0932420620948199
-1985,Iceland,Oilcrops,0.241405,0.00917545204117562
-1985,Iceland,Pulses,0.241405,0.00110602514446677
+1985,Iceland,FruitVeg,0.241405,0.0838342205008181
+1985,Iceland,OilcropsPulses,0.241405,0.0102814771856424
 1985,Iceland,Starchy Roots,0.241405,0.0491083448975788
+1985,Iceland,Sugar,0.241405,0.0539259750212299
 1986,Iceland,Ruminants,0.24318,1.47704375359816
 1986,Iceland,Cereals,0.24318,0.0956410889053376
 1986,Iceland,Monogastrics,0.24318,0.108165556377992
-1986,Iceland,Oilcrops,0.24318,0.00927707870713052
-1986,Iceland,Pulses,0.24318,0.0014351509170162
+1986,Iceland,FruitVeg,0.24318,0.0973394193601447
+1986,Iceland,OilcropsPulses,0.24318,0.0107122296241467
 1986,Iceland,Starchy Roots,0.24318,0.0585903446007073
+1986,Iceland,Sugar,0.24318,0.055937988321408
 1987,Iceland,Ruminants,0.245859,1.28352185602317
 1987,Iceland,Cereals,0.245859,0.116257692417198
 1987,Iceland,Monogastrics,0.245859,0.103321009196328
-1987,Iceland,Oilcrops,0.245859,0.00762632240430491
-1987,Iceland,Pulses,0.245859,0.00139510857849418
+1987,Iceland,FruitVeg,0.245859,0.103315314875599
+1987,Iceland,OilcropsPulses,0.245859,0.00902143098279908
 1987,Iceland,Starchy Roots,0.245859,0.0594649778938335
+1987,Iceland,Sugar,0.245859,0.0584603370224397
 1988,Iceland,Ruminants,0.24974,1.2755978217346
 1988,Iceland,Cereals,0.24974,0.120533354688876
 1988,Iceland,Monogastrics,0.24974,0.10136301753824
-1988,Iceland,Oilcrops,0.24974,0.00758789140706335
-1988,Iceland,Pulses,0.24974,0.00104909105469688
+1988,Iceland,FruitVeg,0.24974,0.131628894049812
+1988,Iceland,OilcropsPulses,0.24974,0.00863698246176023
 1988,Iceland,Starchy Roots,0.24974,0.082706014254825
+1988,Iceland,Sugar,0.24974,0.0590974613598142
 1989,Iceland,Ruminants,0.252852,1.20750003954883
 1989,Iceland,Cereals,0.252852,0.124420609684717
 1989,Iceland,Monogastrics,0.252852,0.108052536661763
-1989,Iceland,Oilcrops,0.252852,0.00792163004445288
-1989,Iceland,Pulses,0.252852,0.00102431461882841
+1989,Iceland,FruitVeg,0.252852,0.127272080110104
+1989,Iceland,OilcropsPulses,0.252852,0.00894594466328129
 1989,Iceland,Starchy Roots,0.252852,0.0695940708398589
+1989,Iceland,Sugar,0.252852,0.0569779950326673
 1990,Iceland,Ruminants,0.254826,1.16597913870641
 1990,Iceland,Cereals,0.254826,0.12285245618579
 1990,Iceland,Monogastrics,0.254826,0.104840165446226
-1990,Iceland,Oilcrops,0.254826,0.00753847723544693
-1990,Iceland,Pulses,0.254826,0.0011184102093193
+1990,Iceland,FruitVeg,0.254826,0.112253066798521
+1990,Iceland,OilcropsPulses,0.254826,0.00865688744476623
 1990,Iceland,Starchy Roots,0.254826,0.0651032469214287
+1990,Iceland,Sugar,0.254826,0.0555869495263435
 1991,Iceland,Ruminants,0.257797,1.17120990546826
 1991,Iceland,Cereals,0.257797,0.121126312563761
 1991,Iceland,Monogastrics,0.257797,0.106126525909921
-1991,Iceland,Oilcrops,0.257797,0.00743996245107585
-1991,Iceland,Pulses,0.257797,0.000927086040566803
+1991,Iceland,FruitVeg,0.257797,0.120812111855452
+1991,Iceland,OilcropsPulses,0.257797,0.00836704849164265
 1991,Iceland,Starchy Roots,0.257797,0.0634646640573785
+1991,Iceland,Sugar,0.257797,0.0566453449807407
 1992,Iceland,Ruminants,0.261057,1.17570760408646
 1992,Iceland,Cereals,0.261057,0.120280245310411
 1992,Iceland,Monogastrics,0.261057,0.106100583397496
-1992,Iceland,Oilcrops,0.261057,0.00793313337700196
-1992,Iceland,Pulses,0.261057,0.000896355968236822
+1992,Iceland,FruitVeg,0.261057,0.125658381119832
+1992,Iceland,OilcropsPulses,0.261057,0.00882948934523878
 1992,Iceland,Starchy Roots,0.261057,0.0636106290963276
+1992,Iceland,Sugar,0.261057,0.0564321201883114
 1993,Iceland,Ruminants,0.263725,1.21351331879799
 1993,Iceland,Cereals,0.263725,0.116265048819793
 1993,Iceland,Monogastrics,0.263725,0.108794008910797
-1993,Iceland,Oilcrops,0.263725,0.00711347047113471
-1993,Iceland,Pulses,0.263725,0.000925206180680633
+1993,Iceland,FruitVeg,0.263725,0.127390273959617
+1993,Iceland,OilcropsPulses,0.263725,0.00803867665181534
 1993,Iceland,Starchy Roots,0.263725,0.062432458052896
+1993,Iceland,Sugar,0.263725,0.0562404019338326
 1994,Iceland,Ruminants,0.266021,1.21865942914281
 1994,Iceland,Cereals,0.266021,0.132436912875299
 1994,Iceland,Monogastrics,0.266021,0.1121407708414
-1994,Iceland,Oilcrops,0.266021,0.0074843715345781
-1994,Iceland,Pulses,0.266021,0.00071798842948489
+1994,Iceland,FruitVeg,0.266021,0.127023806391225
+1994,Iceland,OilcropsPulses,0.266021,0.00820235996406299
 1994,Iceland,Starchy Roots,0.266021,0.0626604666548881
+1994,Iceland,Sugar,0.266021,0.0590366925919382
 1995,Iceland,Ruminants,0.267468,1.18034306907742
 1995,Iceland,Cereals,0.267468,0.14489583800679
 1995,Iceland,Monogastrics,0.267468,0.120804731780998
-1995,Iceland,Oilcrops,0.267468,0.00745509743221619
-1995,Iceland,Pulses,0.267468,0.00114406209340931
+1995,Iceland,FruitVeg,0.267468,0.125757099914756
+1995,Iceland,OilcropsPulses,0.267468,0.0085991595256255
 1995,Iceland,Starchy Roots,0.267468,0.0619438587045927
+1995,Iceland,Sugar,0.267468,0.0603623611048798
 1996,Iceland,Ruminants,0.268916,1.03096394413125
 1996,Iceland,Cereals,0.268916,0.121814990554671
 1996,Iceland,Monogastrics,0.268916,0.126305612161418
-1996,Iceland,Oilcrops,0.268916,0.00773103868866114
-1996,Iceland,Pulses,0.268916,0.000985437831888024
+1996,Iceland,FruitVeg,0.268916,0.128504811911526
+1996,Iceland,OilcropsPulses,0.268916,0.00871647652054917
 1996,Iceland,Starchy Roots,0.268916,0.0648380907049041
+1996,Iceland,Sugar,0.268916,0.0582003302146395
 1997,Iceland,Ruminants,0.271128,1.15456315836063
 1997,Iceland,Cereals,0.271128,0.136227169455018
 1997,Iceland,Monogastrics,0.271128,0.135883789206574
-1997,Iceland,Oilcrops,0.271128,0.00825440382402408
-1997,Iceland,Pulses,0.271128,0.000929450296538904
+1997,Iceland,FruitVeg,0.271128,0.131952435749904
+1997,Iceland,OilcropsPulses,0.271128,0.00918385412056298
 1997,Iceland,Starchy Roots,0.271128,0.0664520079077041
+1997,Iceland,Sugar,0.271128,0.0608900593077808
 1998,Iceland,Ruminants,0.274047,1.1729991570789
 1998,Iceland,Cereals,0.274047,0.132707163369787
 1998,Iceland,Monogastrics,0.274047,0.13998985575467
-1998,Iceland,Oilcrops,0.274047,0.00828325068327696
-1998,Iceland,Pulses,0.274047,0.00102172255124121
+1998,Iceland,FruitVeg,0.274047,0.134498826843571
+1998,Iceland,OilcropsPulses,0.274047,0.00930497323451817
 1998,Iceland,Starchy Roots,0.274047,0.0663389856484472
+1998,Iceland,Sugar,0.274047,0.0586176823683529
 1999,Iceland,Ruminants,0.277381,1.20565287456603
 1999,Iceland,Cereals,0.277381,0.132442380696587
 1999,Iceland,Monogastrics,0.277381,0.158999715193182
-1999,Iceland,Oilcrops,0.277381,0.00867759507680771
-1999,Iceland,Pulses,0.277381,0.000930128595686078
+1999,Iceland,FruitVeg,0.277381,0.138185384002509
+1999,Iceland,OilcropsPulses,0.277381,0.00960772367249379
 1999,Iceland,Starchy Roots,0.277381,0.0616408477869789
+1999,Iceland,Sugar,0.277381,0.0562403336926466
 2000,Iceland,Ruminants,0.281205,1.22815632723458
 2000,Iceland,Cereals,0.281205,0.134407282943049
 2000,Iceland,Monogastrics,0.281205,0.163232517202752
-2000,Iceland,Oilcrops,0.281205,0.00850980601340659
-2000,Iceland,Pulses,0.281205,0.000793015771412315
+2000,Iceland,FruitVeg,0.281205,0.150630323073914
+2000,Iceland,OilcropsPulses,0.281205,0.00930282178481891
 2000,Iceland,Starchy Roots,0.281205,0.0605110150957487
+2000,Iceland,Sugar,0.281205,0.0534094343983926
 2001,Iceland,Ruminants,0.284968,1.14664172819404
 2001,Iceland,Cereals,0.284968,0.135938070239465
 2001,Iceland,Monogastrics,0.284968,0.183062308750456
-2001,Iceland,Oilcrops,0.284968,0.00874835069200752
-2001,Iceland,Pulses,0.284968,0.000863254821594004
+2001,Iceland,FruitVeg,0.284968,0.159221386260914
+2001,Iceland,OilcropsPulses,0.284968,0.00961160551360153
 2001,Iceland,Starchy Roots,0.284968,0.0589785519777659
+2001,Iceland,Sugar,0.284968,0.0513250610594874
 2002,Iceland,Ruminants,0.287523,1.14346643572862
 2002,Iceland,Cereals,0.287523,0.13412840016277
 2002,Iceland,Monogastrics,0.287523,0.204392692062896
-2002,Iceland,Oilcrops,0.287523,0.00862539692476776
-2002,Iceland,Pulses,0.287523,0.000980791101929237
+2002,Iceland,FruitVeg,0.287523,0.167144889278423
+2002,Iceland,OilcropsPulses,0.287523,0.009606188026697
 2002,Iceland,Starchy Roots,0.287523,0.0561242057157167
+2002,Iceland,Sugar,0.287523,0.0524479780747975
 2003,Iceland,Ruminants,0.289521,1.11023000058718
 2003,Iceland,Cereals,0.289521,0.131168378114196
 2003,Iceland,Monogastrics,0.289521,0.217064047167563
-2003,Iceland,Oilcrops,0.289521,0.0090632458439975
-2003,Iceland,Pulses,0.289521,0.0011087278643
+2003,Iceland,FruitVeg,0.289521,0.162585788250248
+2003,Iceland,OilcropsPulses,0.289521,0.0101719737082975
 2003,Iceland,Starchy Roots,0.289521,0.0560926495832772
+2003,Iceland,Sugar,0.289521,0.0524210679018102
 2004,Iceland,Ruminants,0.292074,1.14169594006998
 2004,Iceland,Cereals,0.292074,0.133298410676746
 2004,Iceland,Monogastrics,0.292074,0.201722851058293
-2004,Iceland,Oilcrops,0.292074,0.00981600553284442
-2004,Iceland,Pulses,0.292074,0.00103398453816499
+2004,Iceland,FruitVeg,0.292074,0.168457308764217
+2004,Iceland,OilcropsPulses,0.292074,0.0108499900710094
 2004,Iceland,Starchy Roots,0.292074,0.0602313112430411
+2004,Iceland,Sugar,0.292074,0.0502372686374001
 2005,Iceland,Ruminants,0.296734,1.10650650077173
 2005,Iceland,Cereals,0.296734,0.138966212163082
 2005,Iceland,Monogastrics,0.296734,0.200509547271293
-2005,Iceland,Oilcrops,0.296734,0.0101774653393275
-2005,Iceland,Pulses,0.296734,0.0010312266204749
+2005,Iceland,FruitVeg,0.296734,0.179568232828055
+2005,Iceland,OilcropsPulses,0.296734,0.0112086919598024
 2005,Iceland,Starchy Roots,0.296734,0.0645662445152898
+2005,Iceland,Sugar,0.296734,0.0474869748663786
 2006,Iceland,Ruminants,0.303782,1.13934136979808
 2006,Iceland,Cereals,0.303782,0.138678394374914
 2006,Iceland,Monogastrics,0.303782,0.216113857963935
-2006,Iceland,Oilcrops,0.303782,0.0104153636489325
-2006,Iceland,Pulses,0.303782,0.000737370877800528
+2006,Iceland,FruitVeg,0.303782,0.207276928850294
+2006,Iceland,OilcropsPulses,0.303782,0.011152734526733
 2006,Iceland,Starchy Roots,0.303782,0.0682594755449632
+2006,Iceland,Sugar,0.303782,0.0462535634106037
 2007,Iceland,Ruminants,0.311566,1.11568335440966
 2007,Iceland,Cereals,0.311566,0.13539667357799
 2007,Iceland,Monogastrics,0.311566,0.235642849348132
-2007,Iceland,Oilcrops,0.311566,0.00911203404736075
-2007,Iceland,Pulses,0.311566,0.000763883093790722
+2007,Iceland,FruitVeg,0.311566,0.22088738822593
+2007,Iceland,OilcropsPulses,0.311566,0.00987591714115147
 2007,Iceland,Starchy Roots,0.311566,0.0608185745556319
+2007,Iceland,Sugar,0.311566,0.0452360013608674
 2008,Iceland,Ruminants,0.317414,1.0690637464006
 2008,Iceland,Cereals,0.317414,0.134565583118577
 2008,Iceland,Monogastrics,0.317414,0.242183394557266
-2008,Iceland,Oilcrops,0.317414,0.00902606690316117
-2008,Iceland,Pulses,0.317414,0.000702552502410102
+2008,Iceland,FruitVeg,0.317414,0.210393996484087
+2008,Iceland,OilcropsPulses,0.317414,0.00972861940557127
 2008,Iceland,Starchy Roots,0.317414,0.0562136515717643
+2008,Iceland,Sugar,0.317414,0.0451901932491951
 2009,Iceland,Ruminants,0.318499,1.05373957218076
 2009,Iceland,Cereals,0.318499,0.127102439882072
 2009,Iceland,Monogastrics,0.318499,0.228029601348827
-2009,Iceland,Oilcrops,0.318499,0.0096107052141451
-2009,Iceland,Pulses,0.318499,0.000973315457819334
+2009,Iceland,FruitVeg,0.318499,0.194738445018666
+2009,Iceland,OilcropsPulses,0.318499,0.0105840206719644
 2009,Iceland,Starchy Roots,0.318499,0.0611870052967199
+2009,Iceland,Sugar,0.318499,0.0474412792504843
 2010,Iceland,Ruminants,0.318041,1.03023195122641
 2010,Iceland,Cereals,0.318041,0.134422920315305
 2010,Iceland,Monogastrics,0.318041,0.21749774400156
-2010,Iceland,Oilcrops,0.318041,0.0109356969698875
-2010,Iceland,Pulses,0.318041,0.000808071915256209
+2010,Iceland,FruitVeg,0.318041,0.192289673344003
+2010,Iceland,OilcropsPulses,0.318041,0.0117437688851437
 2010,Iceland,Starchy Roots,0.318041,0.0648501293858339
+2010,Iceland,Sugar,0.318041,0.0484968919101625
 2011,Iceland,Ruminants,0.319014,1.09436827223884
 2011,Iceland,Cereals,0.319014,0.128988069489113
 2011,Iceland,Monogastrics,0.319014,0.232420520729498
-2011,Iceland,Oilcrops,0.319014,0.0102001793024758
-2011,Iceland,Pulses,0.319014,0.000520353338724946
+2011,Iceland,FruitVeg,0.319014,0.195251619051202
+2011,Iceland,OilcropsPulses,0.319014,0.0107205326412007
 2011,Iceland,Starchy Roots,0.319014,0.0632041227030789
+2011,Iceland,Sugar,0.319014,0.0474336549493126
 1961,India,Ruminants,458.691457,0.107100492826488
 1961,India,Cereals,458.691457,0.172055569807571
 1961,India,Monogastrics,458.691457,0.00343139549686446
-1961,India,Oilcrops,458.691457,0.0190773489814527
-1961,India,Pulses,458.691457,0.0226966511826707
+1961,India,FruitVeg,458.691457,0.0626297493916483
+1961,India,OilcropsPulses,458.691457,0.0417740001641234
 1961,India,Starchy Roots,458.691457,0.010275815971868
+1961,India,Sugar,458.691457,0.019129120165846
 1962,India,Ruminants,468.054145,0.106532270748291
 1962,India,Cereals,468.054145,0.181407922367614
 1962,India,Monogastrics,468.054145,0.00342233888346401
-1962,India,Oilcrops,468.054145,0.0201953600902306
-1962,India,Pulses,468.054145,0.0201367942164042
+1962,India,FruitVeg,468.054145,0.0633552898030633
+1962,India,OilcropsPulses,468.054145,0.0403321543066348
 1962,India,Starchy Roots,468.054145,0.00899709156512224
+1962,India,Sugar,468.054145,0.018300235328543
 1963,India,Ruminants,477.729958,0.104815791979284
 1963,India,Cereals,477.729958,0.172294118511195
 1963,India,Monogastrics,477.729958,0.00334941021220193
-1963,India,Oilcrops,477.729958,0.0192500320442538
-1963,India,Pulses,477.729958,0.0194457346549743
+1963,India,FruitVeg,477.729958,0.0640850285549813
+1963,India,OilcropsPulses,477.729958,0.038695766699228
 1963,India,Starchy Roots,477.729958,0.00977660270574867
+1963,India,Sugar,477.729958,0.0182098167684933
 1964,India,Ruminants,487.690114,0.103732709865839
 1964,India,Cereals,487.690114,0.177634925361641
 1964,India,Monogastrics,487.690114,0.00327801641679372
-1964,India,Oilcrops,487.690114,0.0198002414295402
-1964,India,Pulses,487.690114,0.0170272530888334
+1964,India,FruitVeg,487.690114,0.0645310722866119
+1964,India,OilcropsPulses,487.690114,0.0368274945183736
 1964,India,Starchy Roots,487.690114,0.010575892050992
+1964,India,Sugar,487.690114,0.0183638620978895
 1965,India,Ruminants,497.92027,0.102524396928046
 1965,India,Cereals,497.92027,0.164249105584715
 1965,India,Monogastrics,497.92027,0.00328202284273344
-1965,India,Oilcrops,497.92027,0.0177289227450009
-1965,India,Pulses,497.92027,0.0196326713110113
+1965,India,FruitVeg,497.92027,0.0658840842129203
+1965,India,OilcropsPulses,497.92027,0.0373615940560122
 1965,India,Starchy Roots,497.92027,0.0126719444460455
+1965,India,Sugar,497.92027,0.0193363467608981
 1966,India,Ruminants,508.402908,0.102347708640565
 1966,India,Cereals,508.402908,0.169475627782994
 1966,India,Monogastrics,508.402908,0.00325259921605326
-1966,India,Oilcrops,508.402908,0.0175211783013641
-1966,India,Pulses,508.402908,0.0155139061478382
+1966,India,FruitVeg,508.402908,0.0671039631425554
+1966,India,OilcropsPulses,508.402908,0.0330350844492022
 1966,India,Starchy Roots,508.402908,0.0136616704796661
+1966,India,Sugar,508.402908,0.019074951868686
 1967,India,Ruminants,519.162069,0.102204470373201
 1967,India,Cereals,519.162069,0.182946229455758
 1967,India,Monogastrics,519.162069,0.00341229301172232
-1967,India,Oilcrops,519.162069,0.0185020104001473
-1967,India,Pulses,519.162069,0.0134082580674822
+1967,India,FruitVeg,519.162069,0.067407778976241
+1967,India,OilcropsPulses,519.162069,0.0319102684676295
 1967,India,Starchy Roots,519.162069,0.0138727604153993
+1967,India,Sugar,519.162069,0.016959742488429
 1968,India,Ruminants,530.274729,0.103560450643312
 1968,India,Cereals,530.274729,0.181171571538345
 1968,India,Monogastrics,530.274729,0.00351134722846655
-1968,India,Oilcrops,530.274729,0.0177196262354792
-1968,India,Pulses,530.274729,0.018171256281006
+1968,India,FruitVeg,530.274729,0.0677976566369619
+1968,India,OilcropsPulses,530.274729,0.0358908825164851
 1968,India,Starchy Roots,530.274729,0.0166092206894513
+1968,India,Sugar,530.274729,0.0161045332409194
 1969,India,Ruminants,541.844848,0.102811661318961
 1969,India,Cereals,541.844848,0.18303972689983
 1969,India,Monogastrics,541.844848,0.00351638851422649
-1969,India,Oilcrops,541.844848,0.0182360929267339
-1969,India,Pulses,541.844848,0.0158100442066028
+1969,India,FruitVeg,541.844848,0.0682540290574102
+1969,India,OilcropsPulses,541.844848,0.0340461371333367
 1969,India,Starchy Roots,541.844848,0.0175053505353252
+1969,India,Sugar,541.844848,0.0183567621556494
 1970,India,Ruminants,553.943226,0.100872459445871
 1970,India,Cereals,553.943226,0.189386874098177
 1970,India,Monogastrics,553.943226,0.00360992048668901
-1970,India,Oilcrops,553.943226,0.0197921041099616
-1970,India,Pulses,553.943226,0.0176675271772346
+1970,India,FruitVeg,553.943226,0.0683316578728232
+1970,India,OilcropsPulses,553.943226,0.0374596312871962
 1970,India,Starchy Roots,553.943226,0.01642141572104
+1970,India,Sugar,553.943226,0.0193957710749224
 1971,India,Ruminants,566.605402,0.102421515564725
 1971,India,Cereals,566.605402,0.173146303677493
 1971,India,Monogastrics,566.605402,0.00383235421394729
-1971,India,Oilcrops,566.605402,0.019558728104043
-1971,India,Pulses,566.605402,0.0163480509845192
+1971,India,FruitVeg,566.605402,0.0697670580980447
+1971,India,OilcropsPulses,566.605402,0.0359067790885622
 1971,India,Starchy Roots,566.605402,0.0171425968861483
+1971,India,Sugar,566.605402,0.0204631229407163
 1972,India,Ruminants,579.800632,0.101227122153258
 1972,India,Cereals,579.800632,0.176187643410503
 1972,India,Monogastrics,579.800632,0.00400901856898976
-1972,India,Oilcrops,579.800632,0.0169961439434926
-1972,India,Pulses,579.800632,0.0149883848350134
+1972,India,FruitVeg,579.800632,0.0695859727865906
+1972,India,OilcropsPulses,579.800632,0.0319845287785061
 1972,India,Starchy Roots,579.800632,0.0179252064009478
+1972,India,Sugar,579.800632,0.0187879477854726
 1973,India,Ruminants,593.451889,0.100932146160883
 1973,India,Cereals,593.451889,0.182344410736217
 1973,India,Monogastrics,593.451889,0.00410628164669975
-1973,India,Oilcrops,593.451889,0.0189653571058058
-1973,India,Pulses,593.451889,0.0147866426287507
+1973,India,FruitVeg,593.451889,0.0700188975217838
+1973,India,OilcropsPulses,593.451889,0.0337519997345564
 1973,India,Starchy Roots,593.451889,0.0174720380745136
+1973,India,Sugar,593.451889,0.0179227485785288
 1974,India,Ruminants,607.446519,0.102032430940641
 1974,India,Cereals,607.446519,0.169682338734416
 1974,India,Monogastrics,607.446519,0.00411247084617831
-1974,India,Oilcrops,607.446519,0.0179530718489474
-1974,India,Pulses,607.446519,0.0125731134529721
+1974,India,FruitVeg,607.446519,0.0704880243128038
+1974,India,OilcropsPulses,607.446519,0.0305261853019196
 1974,India,Starchy Roots,607.446519,0.0177826420304172
+1974,India,Sugar,607.446519,0.0195388114488479
 1975,India,Ruminants,621.703641,0.103589869437487
 1975,India,Cereals,621.703641,0.185159904829961
 1975,India,Monogastrics,621.703641,0.00422685332158124
-1975,India,Oilcrops,621.703641,0.0194260338906395
-1975,India,Pulses,621.703641,0.0138847586385617
+1975,India,FruitVeg,621.703641,0.0702184837292919
+1975,India,OilcropsPulses,621.703641,0.0333107925292012
 1975,India,Starchy Roots,621.703641,0.0188707098146141
+1975,India,Sugar,621.703641,0.0186249753682881
 1976,India,Ruminants,636.18281,0.104531679817001
 1976,India,Cereals,636.18281,0.164297792013588
 1976,India,Monogastrics,636.18281,0.00429257621720398
-1976,India,Oilcrops,636.18281,0.0167492045250327
-1976,India,Pulses,636.18281,0.0162418063449404
+1976,India,FruitVeg,636.18281,0.071096592503026
+1976,India,OilcropsPulses,636.18281,0.0329910108699731
 1976,India,Starchy Roots,636.18281,0.0205099914598447
+1976,India,Sugar,636.18281,0.0190366963860592
 1977,India,Ruminants,650.907559,0.104669737903597
 1977,India,Cereals,650.907559,0.186846084852427
 1977,India,Monogastrics,650.907559,0.00436611737059271
-1977,India,Oilcrops,650.907559,0.0180357300167719
-1977,India,Pulses,650.907559,0.0150824857758335
+1977,India,FruitVeg,650.907559,0.0715097794708511
+1977,India,OilcropsPulses,650.907559,0.0331182157926053
 1977,India,Starchy Roots,650.907559,0.0189968204071817
+1977,India,Sugar,650.907559,0.0194273792417273
 1978,India,Ruminants,665.936435,0.104516624323161
 1978,India,Cereals,665.936435,0.189913767069976
 1978,India,Monogastrics,665.936435,0.00440927894266665
-1978,India,Oilcrops,665.936435,0.0186083285861961
-1978,India,Pulses,665.936435,0.0143457580902598
+1978,India,FruitVeg,665.936435,0.0722098258522227
+1978,India,OilcropsPulses,665.936435,0.0329540866764558
 1978,India,Starchy Roots,665.936435,0.0184100108593698
+1978,India,Sugar,665.936435,0.0212286297264993
 1979,India,Ruminants,681.358553,0.105493147893309
 1979,India,Cereals,681.358553,0.174369501163362
 1979,India,Monogastrics,681.358553,0.00446614926399845
-1979,India,Oilcrops,681.358553,0.0173671071536399
-1979,India,Pulses,681.358553,0.013691507883662
+1979,India,FruitVeg,681.358553,0.0728732746971182
+1979,India,OilcropsPulses,681.358553,0.0310586150373018
 1979,India,Starchy Roots,681.358553,0.0212953340588652
+1979,India,Sugar,681.358553,0.0209018041048939
 1980,India,Ruminants,697.229745,0.106418437870863
 1980,India,Cereals,697.229745,0.17653128525089
 1980,India,Monogastrics,697.229745,0.00470570988046415
-1980,India,Oilcrops,697.229745,0.0174289164900732
-1980,India,Pulses,697.229745,0.0107733843168151
+1980,India,FruitVeg,697.229745,0.0730838512920874
+1980,India,OilcropsPulses,697.229745,0.0282023008068883
 1980,India,Starchy Roots,697.229745,0.0179591620836544
+1980,India,Sugar,697.229745,0.019043717074922
 1981,India,Ruminants,713.561406,0.108730313533801
 1981,India,Cereals,713.561406,0.179635913492777
 1981,India,Monogastrics,713.561406,0.00482934330672026
-1981,India,Oilcrops,713.561406,0.0192938391625962
-1981,India,Pulses,713.561406,0.0126471091683454
+1981,India,FruitVeg,713.561406,0.0738861639050025
+1981,India,OilcropsPulses,713.561406,0.0319409483309415
 1981,India,Starchy Roots,713.561406,0.0192765105908769
+1981,India,Sugar,713.561406,0.0196895458216528
 1982,India,Ruminants,730.303461,0.114158804732818
 1982,India,Cereals,730.303461,0.176314838798224
 1982,India,Monogastrics,730.303461,0.0050269342760242
-1982,India,Oilcrops,730.303461,0.0185886644730005
-1982,India,Pulses,730.303461,0.0127252347774373
+1982,India,FruitVeg,730.303461,0.0745278461716067
+1982,India,OilcropsPulses,730.303461,0.0313138992504378
 1982,India,Starchy Roots,730.303461,0.0187198592504
+1982,India,Sugar,730.303461,0.0193820593162984
 1983,India,Ruminants,747.374856,0.114936891187038
 1983,India,Cereals,747.374856,0.195126125570379
 1983,India,Monogastrics,747.374856,0.00518895661108513
-1983,India,Oilcrops,747.374856,0.0182892652733289
-1983,India,Pulses,747.374856,0.013841398217978
+1983,India,FruitVeg,747.374856,0.075952219350553
+1983,India,OilcropsPulses,747.374856,0.032130663491307
 1983,India,Starchy Roots,747.374856,0.0181546888968392
+1983,India,Sugar,747.374856,0.0201308123750955
 1984,India,Ruminants,764.664278,0.116359812743861
 1984,India,Cereals,764.664278,0.18846276483181
 1984,India,Monogastrics,764.664278,0.0053933055572919
-1984,India,Oilcrops,764.664278,0.0198829832090051
-1984,India,Pulses,764.664278,0.0137074626101469
+1984,India,FruitVeg,764.664278,0.078941748342009
+1984,India,OilcropsPulses,764.664278,0.033590445819152
 1984,India,Starchy Roots,764.664278,0.0206910724813537
+1984,India,Sugar,764.664278,0.0240085362010333
 1985,India,Ruminants,782.085127,0.11737610821488
 1985,India,Cereals,782.085127,0.183651889086493
 1985,India,Monogastrics,782.085127,0.00604681336690347
-1985,India,Oilcrops,782.085127,0.0179264296378826
-1985,India,Pulses,782.085127,0.0128985882121244
+1985,India,FruitVeg,782.085127,0.0784442599430739
+1985,India,OilcropsPulses,782.085127,0.030825017850007
 1985,India,Starchy Roots,782.085127,0.0204636687842294
+1985,India,Sugar,782.085127,0.0233505962069011
 1986,India,Ruminants,799.607235,0.117625791367433
 1986,India,Cereals,799.607235,0.184954673402874
 1986,India,Monogastrics,799.607235,0.00619017247886708
-1986,India,Oilcrops,799.607235,0.0163694304241757
-1986,India,Pulses,799.607235,0.0142945755111883
+1986,India,FruitVeg,799.607235,0.080982053645375
+1986,India,OilcropsPulses,799.607235,0.030664005935364
 1986,India,Starchy Roots,799.607235,0.0166284513421142
+1986,India,Sugar,799.607235,0.0207007894319516
 1987,India,Ruminants,817.232241,0.118685154762513
 1987,India,Cereals,817.232241,0.191200773979254
 1987,India,Monogastrics,817.232241,0.00650806066277064
-1987,India,Oilcrops,817.232241,0.0174170196498647
-1987,India,Pulses,817.232241,0.0128216564084382
+1987,India,FruitVeg,817.232241,0.0807471459021891
+1987,India,OilcropsPulses,817.232241,0.030238676058303
 1987,India,Starchy Roots,817.232241,0.0185313479329556
+1987,India,Sugar,817.232241,0.0178140964950011
 1988,India,Ruminants,834.944397,0.118787919837972
 1988,India,Cereals,834.944397,0.203933999212166
 1988,India,Monogastrics,834.944397,0.00667353169866232
-1988,India,Oilcrops,834.944397,0.0218499723640879
-1988,India,Pulses,834.944397,0.0125965849196542
+1988,India,FruitVeg,834.944397,0.077177649471669
+1988,India,OilcropsPulses,834.944397,0.0344465572837421
 1988,India,Starchy Roots,834.944397,0.0197627962524072
+1988,India,Sugar,834.944397,0.0178019938254643
 1989,India,Ruminants,852.73616,0.119343156387317
 1989,India,Cereals,852.73616,0.209440798194837
 1989,India,Monogastrics,852.73616,0.00691627888748144
-1989,India,Oilcrops,852.73616,0.0223137846060146
-1989,India,Pulses,852.73616,0.0139449873921143
+1989,India,FruitVeg,852.73616,0.0785588569388215
+1989,India,OilcropsPulses,852.73616,0.0362587719981289
 1989,India,Starchy Roots,852.73616,0.0194914919522118
+1989,India,Sugar,852.73616,0.0199242365891931
 1990,India,Ruminants,870.601776,0.120076411146673
 1990,India,Cereals,870.601776,0.190414327847638
 1990,India,Monogastrics,870.601776,0.00713301060392048
-1990,India,Oilcrops,870.601776,0.0219432035709516
-1990,India,Pulses,870.601776,0.0131089705013421
+1990,India,FruitVeg,870.601776,0.0797306023414315
+1990,India,OilcropsPulses,870.601776,0.0350521740722936
 1990,India,Starchy Roots,870.601776,0.0190597382838328
+1990,India,Sugar,870.601776,0.0204569993893511
 1991,India,Ruminants,888.513869,0.118613636744482
 1991,India,Cereals,888.513869,0.199348937793564
 1991,India,Monogastrics,888.513869,0.007680530870813
-1991,India,Oilcrops,888.513869,0.0221568010211892
-1991,India,Pulses,888.513869,0.013634061799884
+1991,India,FruitVeg,888.513869,0.0796683129771157
+1991,India,OilcropsPulses,888.513869,0.0357908628210732
 1991,India,Starchy Roots,888.513869,0.0192165497869117
+1991,India,Sugar,888.513869,0.0209408830285799
 1992,India,Ruminants,906.461358,0.119268664952842
 1992,India,Cereals,906.461358,0.202752168504463
 1992,India,Monogastrics,906.461358,0.00782567755083499
-1992,India,Oilcrops,906.461358,0.0245707043145683
-1992,India,Pulses,906.461358,0.011335421978352
+1992,India,FruitVeg,906.461358,0.0810802891390325
+1992,India,OilcropsPulses,906.461358,0.0359061262929203
 1992,India,Starchy Roots,906.461358,0.0216627347947026
+1992,India,Sugar,906.461358,0.0212015270484371
 1993,India,Ruminants,924.475633,0.118833313479015
 1993,India,Cereals,924.475633,0.198264430621288
 1993,India,Monogastrics,924.475633,0.00809439668595354
-1993,India,Oilcrops,924.475633,0.0232374150633779
-1993,India,Pulses,924.475633,0.0116394111601209
+1993,India,FruitVeg,924.475633,0.0855704825267147
+1993,India,OilcropsPulses,924.475633,0.0348768262234987
 1993,India,Starchy Roots,924.475633,0.0214972826655346
+1993,India,Sugar,924.475633,0.0189255437087329
 1994,India,Ruminants,942.604211,0.118947337590453
 1994,India,Cereals,942.604211,0.195571411466992
 1994,India,Monogastrics,942.604211,0.0082269233571247
-1994,India,Oilcrops,942.604211,0.0249263166086153
-1994,India,Pulses,942.604211,0.0121919145553234
+1994,India,FruitVeg,942.604211,0.0872987708305496
+1994,India,OilcropsPulses,942.604211,0.0371182311639387
 1994,India,Starchy Roots,942.604211,0.0206734754339009
+1994,India,Sugar,942.604211,0.0208889030732327
 1995,India,Ruminants,960.874982,0.119463371562733
 1995,India,Cereals,960.874982,0.195774315622675
 1995,India,Monogastrics,960.874982,0.00827099856784491
-1995,India,Oilcrops,960.874982,0.023909441322097
-1995,India,Pulses,960.874982,0.0132664240809633
+1995,India,FruitVeg,960.874982,0.0873784244285798
+1995,India,OilcropsPulses,960.874982,0.0371758654030603
 1995,India,Starchy Roots,960.874982,0.0199632057857033
+1995,India,Sugar,960.874982,0.0211048922907642
 1996,India,Ruminants,979.290432,0.120325817908124
 1996,India,Cereals,979.290432,0.19640924358587
 1996,India,Monogastrics,979.290432,0.00825105335043241
-1996,India,Oilcrops,979.290432,0.0250107294012651
-1996,India,Pulses,979.290432,0.0117373923244866
+1996,India,FruitVeg,979.290432,0.0889597122092581
+1996,India,OilcropsPulses,979.290432,0.0367481217257517
 1996,India,Starchy Roots,979.290432,0.0201898041213579
+1996,India,Sugar,979.290432,0.0213338467499701
 1997,India,Ruminants,997.81725,0.120170627837913
 1997,India,Cereals,997.81725,0.193999029381382
 1997,India,Monogastrics,997.81725,0.00826969086774156
-1997,India,Oilcrops,997.81725,0.0222753996285392
-1997,India,Pulses,997.81725,0.0125322217069308
+1997,India,FruitVeg,997.81725,0.0865382503659863
+1997,India,OilcropsPulses,997.81725,0.03480762133547
 1997,India,Starchy Roots,997.81725,0.0245527154396258
+1997,India,Sugar,997.81725,0.0226427534701369
 1998,India,Ruminants,1016.402907,0.121790126678573
 1998,India,Cereals,1016.402907,0.195172372721283
 1998,India,Monogastrics,1016.402907,0.00845358621155537
-1998,India,Oilcrops,1016.402907,0.0224706982267614
-1998,India,Pulses,1016.402907,0.0109440300921926
+1998,India,FruitVeg,1016.402907,0.0966430431509972
+1998,India,OilcropsPulses,1016.402907,0.0334147283189539
 1998,India,Starchy Roots,1016.402907,0.0195715467389941
+1998,India,Sugar,1016.402907,0.022832435680942
 1999,India,Ruminants,1034.976626,0.12324962708868
 1999,India,Cereals,1034.976626,0.19422456696138
 1999,India,Monogastrics,1034.976626,0.00863439721777833
-1999,India,Oilcrops,1034.976626,0.020503521980022
-1999,India,Pulses,1034.976626,0.0122746443551084
+1999,India,FruitVeg,1034.976626,0.101700062934561
+1999,India,OilcropsPulses,1034.976626,0.0327781663351304
 1999,India,Starchy Roots,1034.976626,0.0223177919382307
+1999,India,Sugar,1034.976626,0.0226185668467454
 2000,India,Ruminants,1053.481072,0.119836931821021
 2000,India,Cereals,1053.481072,0.195213106780907
 2000,India,Monogastrics,1053.481072,0.00945569262206924
-2000,India,Oilcrops,1053.481072,0.0197632957566797
-2000,India,Pulses,1053.481072,0.0110000571514777
+2000,India,FruitVeg,1053.481072,0.0988504765465781
+2000,India,OilcropsPulses,1053.481072,0.0307633529081574
 2000,India,Starchy Roots,1053.481072,0.0242435490098677
+2000,India,Sugar,1053.481072,0.0231041996357767
 2001,India,Ruminants,1071.88819,0.122733944293201
 2001,India,Cereals,1071.88819,0.189499982269606
 2001,India,Monogastrics,1071.88819,0.00968133737904137
-2001,India,Oilcrops,1071.88819,0.0194086437317683
-2001,India,Pulses,1071.88819,0.0112139364087965
+2001,India,FruitVeg,1071.88819,0.10370631100992
+2001,India,OilcropsPulses,1071.88819,0.0306225801405649
 2001,India,Starchy Roots,1071.88819,0.0222115741381571
+2001,India,Sugar,1071.88819,0.0232186782466556
 2002,India,Ruminants,1090.189358,0.121334929504971
 2002,India,Cereals,1090.189358,0.18372655220874
 2002,India,Monogastrics,1090.189358,0.0101034564492603
-2002,India,Oilcrops,1090.189358,0.0178603743075613
-2002,India,Pulses,1090.189358,0.01144730767038
+2002,India,FruitVeg,1090.189358,0.092788658463496
+2002,India,OilcropsPulses,1090.189358,0.0293076819779413
 2002,India,Starchy Roots,1090.189358,0.023280826228722
+2002,India,Sugar,1090.189358,0.0227941768259308
 2003,India,Ruminants,1108.369577,0.119888336938718
 2003,India,Cereals,1108.369577,0.181154321777275
 2003,India,Monogastrics,1108.369577,0.0102808519256208
-2003,India,Oilcrops,1108.369577,0.0195806402939549
-2003,India,Pulses,1108.369577,0.0109555036983842
+2003,India,FruitVeg,1108.369577,0.101310567639299
+2003,India,OilcropsPulses,1108.369577,0.0305361439923391
 2003,India,Starchy Roots,1108.369577,0.0207718232959041
+2003,India,Sugar,1108.369577,0.0239694561735521
 2004,India,Ruminants,1126.419321,0.123083011197746
 2004,India,Cereals,1126.419321,0.182110211690873
 2004,India,Monogastrics,1126.419321,0.0107028546787507
-2004,India,Oilcrops,1126.419321,0.0192121873236228
-2004,India,Pulses,1126.419321,0.0108980232948259
+2004,India,FruitVeg,1126.419321,0.0907596719037457
+2004,India,OilcropsPulses,1126.419321,0.0301102106184487
 2004,India,Starchy Roots,1126.419321,0.0243789887904453
+2004,India,Sugar,1126.419321,0.0196573581322652
 2005,India,Ruminants,1144.326293,0.122172757154327
 2005,India,Cereals,1144.326293,0.182005477173808
 2005,India,Monogastrics,1144.326293,0.0108037517582409
-2005,India,Oilcrops,1144.326293,0.0213340094947901
-2005,India,Pulses,1144.326293,0.0103732511195563
+2005,India,FruitVeg,1144.326293,0.0958060639440363
+2005,India,OilcropsPulses,1144.326293,0.0317072606143465
 2005,India,Starchy Roots,1144.326293,0.0257764408459677
+2005,India,Sugar,1144.326293,0.0194440179659492
 2006,India,Ruminants,1162.088305,0.124101071389751
 2006,India,Cereals,1162.088305,0.183252351033685
 2006,India,Monogastrics,1162.088305,0.0112714103081865
-2006,India,Oilcrops,1162.088305,0.0211104103659317
-2006,India,Pulses,1162.088305,0.0116952411804884
+2006,India,FruitVeg,1162.088305,0.106851188042891
+2006,India,OilcropsPulses,1162.088305,0.0328056515464201
 2006,India,Starchy Roots,1162.088305,0.0256506212752911
+2006,India,Sugar,1162.088305,0.0197656227165973
 2007,India,Ruminants,1179.685631,0.128375089702182
 2007,India,Cereals,1179.685631,0.185676270223215
 2007,India,Monogastrics,1179.685631,0.0118382089541616
-2007,India,Oilcrops,1179.685631,0.0242641846673472
-2007,India,Pulses,1179.685631,0.0127608920583691
+2007,India,FruitVeg,1179.685631,0.113777516206773
+2007,India,OilcropsPulses,1179.685631,0.0370250767257163
 2007,India,Starchy Roots,1179.685631,0.0250837241909239
+2007,India,Sugar,1179.685631,0.0201176045349322
 2008,India,Ruminants,1197.070109,0.129540239484837
 2008,India,Cereals,1197.070109,0.187597435865805
 2008,India,Monogastrics,1197.070109,0.012192743257279
-2008,India,Oilcrops,1197.070109,0.0213952940662726
-2008,India,Pulses,1197.070109,0.0116572420404493
+2008,India,FruitVeg,1197.070109,0.118518914584309
+2008,India,OilcropsPulses,1197.070109,0.0330525361067219
 2008,India,Starchy Roots,1197.070109,0.0294357111877396
+2008,India,Sugar,1197.070109,0.0222369498660667
 2009,India,Ruminants,1214.182182,0.129243553336875
 2009,India,Cereals,1214.182182,0.183179313036567
 2009,India,Monogastrics,1214.182182,0.0128367865474079
-2009,India,Oilcrops,1214.182182,0.0217766933100983
-2009,India,Pulses,1214.182182,0.0121830185117969
+2009,India,FruitVeg,1214.182182,0.116491985384776
+2009,India,OilcropsPulses,1214.182182,0.0339597118218953
 2009,India,Starchy Roots,1214.182182,0.0294183480284345
+2009,India,Sugar,1214.182182,0.0222758754007148
 2010,India,Ruminants,1230.984504,0.128776945757556
 2010,India,Cereals,1230.984504,0.185676403933026
 2010,India,Monogastrics,1230.984504,0.0131705410160062
-2010,India,Oilcrops,1230.984504,0.0238734833009726
-2010,India,Pulses,1230.984504,0.0130851062281122
+2010,India,FruitVeg,1230.984504,0.126624238967674
+2010,India,OilcropsPulses,1230.984504,0.0369585895290848
 2010,India,Starchy Roots,1230.984504,0.0282461402942242
+2010,India,Sugar,1230.984504,0.0213937429061252
 2011,India,Ruminants,1247.446011,0.125499602002415
 2011,India,Cereals,1247.446011,0.183167109426109
 2011,India,Monogastrics,1247.446011,0.0132044895368221
-2011,India,Oilcrops,1247.446011,0.0232532853079122
-2011,India,Pulses,1247.446011,0.0138672783009925
+2011,India,FruitVeg,1247.446011,0.129443622871146
+2011,India,OilcropsPulses,1247.446011,0.0371205636089047
 2011,India,Starchy Roots,1247.446011,0.0297239348821806
+2011,India,Sugar,1247.446011,0.0217306887520281
 2012,India,Ruminants,1263.589639,0.126815322438711
 2012,India,Cereals,1263.589639,0.178314839759461
 2012,India,Monogastrics,1263.589639,0.0134043070449709
-2012,India,Oilcrops,1263.589639,0.0235216244915728
-2012,India,Pulses,1263.589639,0.0134516416369571
+2012,India,FruitVeg,1263.589639,0.134004939399475
+2012,India,OilcropsPulses,1263.589639,0.0369732661285299
 2012,India,Starchy Roots,1263.589639,0.0309974471071142
+2012,India,Sugar,1263.589639,0.0227132940269384
 2013,India,Ruminants,1279.498874,0.116895946482873
 2013,India,Cereals,1279.498874,0.179738573962981
 2013,India,Monogastrics,1279.498874,0.0136450928990814
-2013,India,Oilcrops,1279.498874,0.0239009471766053
-2013,India,Pulses,1279.498874,0.0140914231082004
+2013,India,FruitVeg,1279.498874,0.142178578423665
+2013,India,OilcropsPulses,1279.498874,0.0379923702848057
 2013,India,Starchy Roots,1279.498874,0.0301313246798527
+2013,India,Sugar,1279.498874,0.0229107407561501
 1961,Indonesia,Ruminants,90.138235,0.0534276880393764
 1961,Indonesia,Cereals,90.138235,0.152145324345435
 1961,Indonesia,Monogastrics,90.138235,0.00968321156943
-1961,Indonesia,Oilcrops,90.138235,0.0515780012777042
-1961,Indonesia,Pulses,90.138235,0.00285524783128935
+1961,Indonesia,FruitVeg,90.138235,0.0396469711216333
+1961,Indonesia,OilcropsPulses,90.138235,0.0544332491089935
 1961,Indonesia,Starchy Roots,90.138235,0.130949646395894
+1961,Indonesia,Sugar,90.138235,0.0146514628337242
 1962,Indonesia,Ruminants,92.558006,0.0538865865368794
 1962,Indonesia,Cereals,92.558006,0.145972375420447
 1962,Indonesia,Monogastrics,92.558006,0.0102534652702004
-1962,Indonesia,Oilcrops,92.558006,0.0564428862047871
-1962,Indonesia,Pulses,92.558006,0.0028841373268132
+1962,Indonesia,FruitVeg,92.558006,0.0390586741896752
+1962,Indonesia,OilcropsPulses,92.558006,0.0593270235316003
 1962,Indonesia,Starchy Roots,92.558006,0.141988181983955
+1962,Indonesia,Sugar,92.558006,0.0148337141143685
 1963,Indonesia,Ruminants,95.055669,0.0515831475553552
 1963,Indonesia,Cereals,95.055669,0.149457387964941
 1963,Indonesia,Monogastrics,95.055669,0.0107786227878739
-1963,Indonesia,Oilcrops,95.055669,0.0531874432444424
-1963,Indonesia,Pulses,95.055669,0.00261839196565962
+1963,Indonesia,FruitVeg,95.055669,0.04014892578369
+1963,Indonesia,OilcropsPulses,95.055669,0.055805835210102
 1963,Indonesia,Starchy Roots,95.055669,0.134375552077804
+1963,Indonesia,Sugar,95.055669,0.0137123015777207
 1964,Indonesia,Ruminants,97.638027,0.05326959341364
 1964,Indonesia,Cereals,97.638027,0.146188615630261
 1964,Indonesia,Monogastrics,97.638027,0.0105616892483909
-1964,Indonesia,Oilcrops,97.638027,0.0492983435644393
-1964,Indonesia,Pulses,97.638027,0.00263025593501597
+1964,Indonesia,FruitVeg,97.638027,0.0398227629077347
+1964,Indonesia,OilcropsPulses,97.638027,0.0519285994994553
 1964,Indonesia,Starchy Roots,97.638027,0.144167661233056
+1964,Indonesia,Sugar,97.638027,0.0149067432507623
 1965,Indonesia,Ruminants,100.308896,0.0523030419953979
 1965,Indonesia,Cereals,100.308896,0.149912306880538
 1965,Indonesia,Monogastrics,100.308896,0.0102897124897078
-1965,Indonesia,Oilcrops,100.308896,0.0499812200106359
-1965,Indonesia,Pulses,100.308896,0.00269242321239384
+1965,Indonesia,FruitVeg,100.308896,0.0409424205007699
+1965,Indonesia,OilcropsPulses,100.308896,0.0526736432230298
 1965,Indonesia,Starchy Roots,100.308896,0.132948108610427
+1965,Indonesia,Sugar,100.308896,0.0147804039234965
 1966,Indonesia,Ruminants,103.067352,0.0508255504614109
 1966,Indonesia,Cereals,103.067352,0.158652868077954
 1966,Indonesia,Monogastrics,103.067352,0.00999206227787826
-1966,Indonesia,Oilcrops,103.067352,0.0470981732411249
-1966,Indonesia,Pulses,103.067352,0.00267124355731968
+1966,Indonesia,FruitVeg,103.067352,0.0406567930453865
+1966,Indonesia,OilcropsPulses,103.067352,0.0497694167984446
 1966,Indonesia,Starchy Roots,103.067352,0.114142730668
+1966,Indonesia,Sugar,103.067352,0.0130471286387565
 1967,Indonesia,Ruminants,105.907403,0.0507176840130807
 1967,Indonesia,Cereals,105.907403,0.160138701541006
 1967,Indonesia,Monogastrics,105.907403,0.0091492518233121
-1967,Indonesia,Oilcrops,105.907403,0.0498310207833158
-1967,Indonesia,Pulses,105.907403,0.00245561681840126
+1967,Indonesia,FruitVeg,105.907403,0.0401760016719511
+1967,Indonesia,OilcropsPulses,105.907403,0.052286637601717
 1967,Indonesia,Starchy Roots,105.907403,0.106290530039718
+1967,Indonesia,Sugar,105.907403,0.0153223094328921
 1968,Indonesia,Ruminants,108.821565,0.0483965783803973
 1968,Indonesia,Cereals,108.821565,0.163596921253614
 1968,Indonesia,Monogastrics,108.821565,0.0108542962049847
-1968,Indonesia,Oilcrops,108.821565,0.0453666605511509
-1968,Indonesia,Pulses,108.821565,0.00212399996269122
+1968,Indonesia,FruitVeg,108.821565,0.0402416010098734
+1968,Indonesia,OilcropsPulses,108.821565,0.0474906605138421
 1968,Indonesia,Starchy Roots,108.821565,0.112967342456433
+1968,Indonesia,Sugar,108.821565,0.0146566629509509
 1969,Indonesia,Ruminants,111.80009,0.0512417324529882
 1969,Indonesia,Cereals,111.80009,0.174575807586559
 1969,Indonesia,Monogastrics,111.80009,0.00985295807901407
-1969,Indonesia,Oilcrops,111.80009,0.0481622510321772
-1969,Indonesia,Pulses,111.80009,0.00214906803742287
+1969,Indonesia,FruitVeg,111.80009,0.0412399578569212
+1969,Indonesia,OilcropsPulses,111.80009,0.0503113190696
 1969,Indonesia,Starchy Roots,111.80009,0.0974492775453043
+1969,Indonesia,Sugar,111.80009,0.0149263743884285
 1970,Indonesia,Ruminants,114.834781,0.0546977731424419
 1970,Indonesia,Cereals,114.834781,0.17961173279026
 1970,Indonesia,Monogastrics,114.834781,0.00992940893055737
-1970,Indonesia,Oilcrops,114.834781,0.0481937001299284
-1970,Indonesia,Pulses,114.834781,0.00217769388178656
+1970,Indonesia,FruitVeg,114.834781,0.0456303217054074
+1970,Indonesia,OilcropsPulses,114.834781,0.050371394011715
 1970,Indonesia,Starchy Roots,114.834781,0.0903259440186506
+1970,Indonesia,Sugar,114.834781,0.0150001505205988
 1971,Indonesia,Ruminants,117.921994,0.0528961577769792
 1971,Indonesia,Cereals,117.921994,0.184894626188224
 1971,Indonesia,Monogastrics,117.921994,0.0113424973122486
-1971,Indonesia,Oilcrops,117.921994,0.0546384332680128
-1971,Indonesia,Pulses,117.921994,0.00224895281197501
+1971,Indonesia,FruitVeg,117.921994,0.0448914983578042
+1971,Indonesia,OilcropsPulses,117.921994,0.0568873860799878
 1971,Indonesia,Starchy Roots,117.921994,0.0857207604545764
+1971,Indonesia,Sugar,117.921994,0.015924255826271
 1972,Indonesia,Ruminants,121.059511,0.0539907384889404
 1972,Indonesia,Cereals,121.059511,0.192728202908403
 1972,Indonesia,Monogastrics,121.059511,0.0118071920842304
-1972,Indonesia,Oilcrops,121.059511,0.0539531421038038
-1972,Indonesia,Pulses,121.059511,0.00234185647751377
+1972,Indonesia,FruitVeg,121.059511,0.0458436181854394
+1972,Indonesia,OilcropsPulses,121.059511,0.0562949985813176
 1972,Indonesia,Starchy Roots,121.059511,0.0850192183578207
+1972,Indonesia,Sugar,121.059511,0.0153183255465157
 1973,Indonesia,Ruminants,124.242299,0.056803727529221
 1973,Indonesia,Cereals,124.242299,0.197811415257214
 1973,Indonesia,Monogastrics,124.242299,0.0105627061843085
-1973,Indonesia,Oilcrops,124.242299,0.0533614240348209
-1973,Indonesia,Pulses,124.242299,0.00243174025619085
+1973,Indonesia,FruitVeg,124.242299,0.0485102501202107
+1973,Indonesia,OilcropsPulses,124.242299,0.0557931642910117
 1973,Indonesia,Starchy Roots,124.242299,0.0968592508095814
+1973,Indonesia,Sugar,124.242299,0.0136882528228168
 1974,Indonesia,Ruminants,127.465232,0.0598723854360537
 1974,Indonesia,Cereals,127.465232,0.193734758981178
 1974,Indonesia,Monogastrics,127.465232,0.0109002743587365
-1974,Indonesia,Oilcrops,127.465232,0.0571823773874275
-1974,Indonesia,Pulses,127.465232,0.00276363989201385
+1974,Indonesia,FruitVeg,127.465232,0.0469071519047641
+1974,Indonesia,OilcropsPulses,127.465232,0.0599460172794413
 1974,Indonesia,Starchy Roots,127.465232,0.0960268522478349
+1974,Indonesia,Sugar,127.465232,0.0161184737811484
 1975,Indonesia,Ruminants,130.724118,0.0598406967259094
 1975,Indonesia,Cereals,130.724118,0.198936412024597
 1975,Indonesia,Monogastrics,130.724118,0.0104278286276141
-1975,Indonesia,Oilcrops,130.724118,0.0567891917235961
-1975,Indonesia,Pulses,130.724118,0.00213207787716724
+1975,Indonesia,FruitVeg,130.724118,0.0447023861350512
+1975,Indonesia,OilcropsPulses,130.724118,0.0589212696007633
 1975,Indonesia,Starchy Roots,130.724118,0.090415932276552
+1975,Indonesia,Sugar,130.724118,0.0150858007701379
 1976,Indonesia,Ruminants,134.010695,0.0614205724401325
 1976,Indonesia,Cereals,134.010695,0.198803155225783
 1976,Indonesia,Monogastrics,134.010695,0.0111277596164993
-1976,Indonesia,Oilcrops,134.010695,0.0621297501665818
-1976,Indonesia,Pulses,134.010695,0.00147845662616704
+1976,Indonesia,FruitVeg,134.010695,0.0349754174470926
+1976,Indonesia,OilcropsPulses,134.010695,0.0636082067927489
 1976,Indonesia,Starchy Roots,134.010695,0.0884058992455789
+1976,Indonesia,Sugar,134.010695,0.0153620798698193
 1977,Indonesia,Ruminants,137.322122,0.0602082860327486
 1977,Indonesia,Cereals,137.322122,0.19938456820526
 1977,Indonesia,Monogastrics,137.322122,0.0112062978461693
-1977,Indonesia,Oilcrops,137.322122,0.0619506302123703
-1977,Indonesia,Pulses,137.322122,0.0016479791944957
+1977,Indonesia,FruitVeg,137.322122,0.0388955247866036
+1977,Indonesia,OilcropsPulses,137.322122,0.063598609406866
 1977,Indonesia,Starchy Roots,137.322122,0.0873341587308125
+1977,Indonesia,Sugar,137.322122,0.0152783540586418
 1978,Indonesia,Ruminants,140.665859,0.06002872025969
 1978,Indonesia,Cereals,140.665859,0.206237115432537
 1978,Indonesia,Monogastrics,140.665859,0.0111393141956358
-1978,Indonesia,Oilcrops,140.665859,0.062484401421101
-1978,Indonesia,Pulses,140.665859,0.00175156929870239
+1978,Indonesia,FruitVeg,140.665859,0.0363809885097989
+1978,Indonesia,OilcropsPulses,140.665859,0.0642359707198034
 1978,Indonesia,Starchy Roots,140.665859,0.0819048636385891
+1978,Indonesia,Sugar,140.665859,0.0151565491097595
 1979,Indonesia,Ruminants,144.053516,0.0591125030228349
 1979,Indonesia,Cereals,144.053516,0.212244330086327
 1979,Indonesia,Monogastrics,144.053516,0.0131677195577788
-1979,Indonesia,Oilcrops,144.053516,0.0628069223940358
-1979,Indonesia,Pulses,144.053516,0.00197030248119734
+1979,Indonesia,FruitVeg,144.053516,0.0394438064253843
+1979,Indonesia,OilcropsPulses,144.053516,0.0647772248752332
 1979,Indonesia,Starchy Roots,144.053516,0.0757878690027948
+1979,Indonesia,Sugar,144.053516,0.0155926010164167
 1980,Indonesia,Ruminants,147.490366,0.0581821750988129
 1980,Indonesia,Cereals,147.490366,0.217835434756464
 1980,Indonesia,Monogastrics,147.490366,0.0150183029581742
-1980,Indonesia,Oilcrops,147.490366,0.0564295772376075
-1980,Indonesia,Pulses,147.490366,0.00216223614225759
+1980,Indonesia,FruitVeg,147.490366,0.0421199578554168
+1980,Indonesia,OilcropsPulses,147.490366,0.0585918133798651
 1980,Indonesia,Starchy Roots,147.490366,0.0808306082852896
+1980,Indonesia,Sugar,147.490366,0.0154736208329702
 1981,Indonesia,Ruminants,150.978841,0.0587613240454005
 1981,Indonesia,Cereals,150.978841,0.220126818962665
 1981,Indonesia,Monogastrics,150.978841,0.0163013259586487
-1981,Indonesia,Oilcrops,150.978841,0.0688835265333637
-1981,Indonesia,Pulses,150.978841,0.00196307640220923
+1981,Indonesia,FruitVeg,150.978841,0.043229560889264
+1981,Indonesia,OilcropsPulses,150.978841,0.0708466029355729
 1981,Indonesia,Starchy Roots,150.978841,0.0776647305167749
+1981,Indonesia,Sugar,150.978841,0.0179757639019099
 1982,Indonesia,Ruminants,154.506266,0.0598851621978878
 1982,Indonesia,Cereals,154.506266,0.22466468770917
 1982,Indonesia,Monogastrics,154.506266,0.016896524442575
-1982,Indonesia,Oilcrops,154.506266,0.0584516876487068
-1982,Indonesia,Pulses,154.506266,0.00171081734639811
+1982,Indonesia,FruitVeg,154.506266,0.0420599705645595
+1982,Indonesia,OilcropsPulses,154.506266,0.0601625049951049
 1982,Indonesia,Starchy Roots,154.506266,0.0719028961582697
+1982,Indonesia,Sugar,154.506266,0.0170496062599817
 1983,Indonesia,Ruminants,158.044343,0.0577535647701101
 1983,Indonesia,Cereals,158.044343,0.229421188457217
 1983,Indonesia,Monogastrics,158.044343,0.0206936195115823
-1983,Indonesia,Oilcrops,158.044343,0.0576183672705071
-1983,Indonesia,Pulses,158.044343,0.00348849563062184
+1983,Indonesia,FruitVeg,158.044343,0.0413383729906739
+1983,Indonesia,OilcropsPulses,158.044343,0.061106862901129
 1983,Indonesia,Starchy Roots,158.044343,0.0726001879105537
+1983,Indonesia,Sugar,158.044343,0.0166182664317191
 1984,Indonesia,Ruminants,161.555584,0.0577910832224778
 1984,Indonesia,Cereals,161.555584,0.230697225544367
 1984,Indonesia,Monogastrics,161.555584,0.0232421505158249
-1984,Indonesia,Oilcrops,161.555584,0.0633269228255211
-1984,Indonesia,Pulses,161.555584,0.00334935498113145
+1984,Indonesia,FruitVeg,161.555584,0.0449805436622977
+1984,Indonesia,OilcropsPulses,161.555584,0.0666762778066526
 1984,Indonesia,Starchy Roots,161.555584,0.0726786206287986
+1984,Indonesia,Sugar,161.555584,0.0163257495327429
 1985,Indonesia,Ruminants,165.012195,0.0574846725722302
 1985,Indonesia,Cereals,165.012195,0.235865270442588
 1985,Indonesia,Monogastrics,165.012195,0.0249412941873781
-1985,Indonesia,Oilcrops,165.012195,0.0671365349694306
-1985,Indonesia,Pulses,165.012195,0.00323267622735398
+1985,Indonesia,FruitVeg,165.012195,0.0442924839585341
+1985,Indonesia,OilcropsPulses,165.012195,0.0703692111967846
 1985,Indonesia,Starchy Roots,165.012195,0.0721364139177714
+1985,Indonesia,Sugar,165.012195,0.0154990969000806
 1986,Indonesia,Ruminants,168.402027,0.057819656766958
 1986,Indonesia,Cereals,168.402027,0.235783212989473
 1986,Indonesia,Monogastrics,168.402027,0.0273332303773279
-1986,Indonesia,Oilcrops,168.402027,0.0656840134115488
-1986,Indonesia,Pulses,168.402027,0.00314019379351057
+1986,Indonesia,FruitVeg,168.402027,0.0507256364556705
+1986,Indonesia,OilcropsPulses,168.402027,0.0688242072050593
 1986,Indonesia,Starchy Roots,168.402027,0.0718803461908448
+1986,Indonesia,Sugar,168.402027,0.0154716961928255
 1987,Indonesia,Ruminants,171.728916,0.0565483130400707
 1987,Indonesia,Cereals,171.728916,0.24413921648466
 1987,Indonesia,Monogastrics,171.728916,0.0278630955779165
-1987,Indonesia,Oilcrops,171.728916,0.0667160561358228
-1987,Indonesia,Pulses,171.728916,0.00276396666942217
+1987,Indonesia,FruitVeg,171.728916,0.0496286018599221
+1987,Indonesia,OilcropsPulses,171.728916,0.069480022805245
 1987,Indonesia,Starchy Roots,171.728916,0.0658116190519714
+1987,Indonesia,Sugar,171.728916,0.0155593249071694
 1988,Indonesia,Ruminants,175.000919,0.0565438236355776
 1988,Indonesia,Cereals,175.000919,0.253485085984034
 1988,Indonesia,Monogastrics,175.000919,0.0292438995706074
-1988,Indonesia,Oilcrops,175.000919,0.0679038319793052
-1988,Indonesia,Pulses,175.000919,0.00334741670699455
+1988,Indonesia,FruitVeg,175.000919,0.0486518987937429
+1988,Indonesia,OilcropsPulses,175.000919,0.0712512486862997
 1988,Indonesia,Starchy Roots,175.000919,0.0670673049436958
+1988,Indonesia,Sugar,175.000919,0.0154434103286052
 1989,Indonesia,Ruminants,178.233231,0.057173335986935
 1989,Indonesia,Cereals,178.233231,0.254834200924069
 1989,Indonesia,Monogastrics,178.233231,0.0307537672365935
-1989,Indonesia,Oilcrops,178.233231,0.0680879874752425
-1989,Indonesia,Pulses,178.233231,0.0033045352805168
+1989,Indonesia,FruitVeg,178.233231,0.0481604521886269
+1989,Indonesia,OilcropsPulses,178.233231,0.0713925227557593
 1989,Indonesia,Starchy Roots,178.233231,0.064454742449235
+1989,Indonesia,Sugar,178.233231,0.015367672934123
 1990,Indonesia,Ruminants,181.436821,0.0571371910225433
 1990,Indonesia,Cereals,181.436821,0.231371067728309
 1990,Indonesia,Monogastrics,181.436821,0.0334978085842895
-1990,Indonesia,Oilcrops,181.436821,0.0641908127347535
-1990,Indonesia,Pulses,181.436821,0.00367460141952112
+1990,Indonesia,FruitVeg,181.436821,0.0499030403536446
+1990,Indonesia,OilcropsPulses,181.436821,0.0678654141542747
 1990,Indonesia,Starchy Roots,181.436821,0.05654980584123
+1990,Indonesia,Sugar,181.436821,0.0151555124524586
 1991,Indonesia,Ruminants,184.61474,0.0587129548810675
 1991,Indonesia,Cereals,184.61474,0.231186572643116
 1991,Indonesia,Monogastrics,184.61474,0.035469779390313
-1991,Indonesia,Oilcrops,184.61474,0.0665952458617334
-1991,Indonesia,Pulses,184.61474,0.00329170899355057
+1991,Indonesia,FruitVeg,184.61474,0.0498369306806163
+1991,Indonesia,OilcropsPulses,184.61474,0.069886954855284
 1991,Indonesia,Starchy Roots,184.61474,0.0556906832033022
+1991,Indonesia,Sugar,184.61474,0.0150923160306701
 1992,Indonesia,Ruminants,187.762097,0.0630827232399306
 1992,Indonesia,Cereals,187.762097,0.236406701401508
 1992,Indonesia,Monogastrics,187.762097,0.0370282986347346
-1992,Indonesia,Oilcrops,187.762097,0.0599265143486334
-1992,Indonesia,Pulses,187.762097,0.00414779666633144
+1992,Indonesia,FruitVeg,187.762097,0.0522180522941219
+1992,Indonesia,OilcropsPulses,187.762097,0.0640743110149649
 1992,Indonesia,Starchy Roots,187.762097,0.057131136536039
+1992,Indonesia,Sugar,187.762097,0.0147753515982515
 1993,Indonesia,Ruminants,190.873248,0.0707817195000527
 1993,Indonesia,Cereals,190.873248,0.239567872811595
 1993,Indonesia,Monogastrics,190.873248,0.0384774638507749
-1993,Indonesia,Oilcrops,190.873248,0.0619611554993815
-1993,Indonesia,Pulses,190.873248,0.00391941253077016
+1993,Indonesia,FruitVeg,190.873248,0.05293537520774
+1993,Indonesia,OilcropsPulses,190.873248,0.0658805680301516
 1993,Indonesia,Starchy Roots,190.873248,0.0560744845710385
+1993,Indonesia,Sugar,190.873248,0.0151704706151383
 1994,Indonesia,Ruminants,193.939912,0.0680837114126359
 1994,Indonesia,Cereals,193.939912,0.239455538166894
 1994,Indonesia,Monogastrics,193.939912,0.0423784496715663
-1994,Indonesia,Oilcrops,193.939912,0.061450914755494
-1994,Indonesia,Pulses,193.939912,0.00465499850283525
+1994,Indonesia,FruitVeg,193.939912,0.0588497379538875
+1994,Indonesia,OilcropsPulses,193.939912,0.0661059132583292
 1994,Indonesia,Starchy Roots,193.939912,0.0561466532995024
+1994,Indonesia,Sugar,193.939912,0.0166057670480948
 1995,Indonesia,Ruminants,196.957845,0.0643139017894921
 1995,Indonesia,Cereals,196.957845,0.247378133122852
 1995,Indonesia,Monogastrics,196.957845,0.0402061040015949
-1995,Indonesia,Oilcrops,196.957845,0.0643314410756271
-1995,Indonesia,Pulses,196.957845,0.00285182852198652
+1995,Indonesia,FruitVeg,196.957845,0.0850922439773851
+1995,Indonesia,OilcropsPulses,196.957845,0.0671832695976136
 1995,Indonesia,Starchy Roots,196.957845,0.0572461685900351
+1995,Indonesia,Sugar,196.957845,0.0165892655862477
 1996,Indonesia,Ruminants,199.926615,0.0688775008770093
 1996,Indonesia,Cereals,199.926615,0.251629339095248
 1996,Indonesia,Monogastrics,199.926615,0.0421111456321111
-1996,Indonesia,Oilcrops,199.926615,0.0649153290571143
-1996,Indonesia,Pulses,199.926615,0.00156990603777291
+1996,Indonesia,FruitVeg,199.926615,0.0728059893376377
+1996,Indonesia,OilcropsPulses,199.926615,0.0664852350948872
 1996,Indonesia,Starchy Roots,199.926615,0.0565492543351469
+1996,Indonesia,Sugar,199.926615,0.0163861224779902
 1997,Indonesia,Ruminants,202.85385,0.0706025337946507
 1997,Indonesia,Cereals,202.85385,0.249080744585326
 1997,Indonesia,Monogastrics,202.85385,0.0416322026917409
-1997,Indonesia,Oilcrops,202.85385,0.0613608615266607
-1997,Indonesia,Pulses,202.85385,0.00136403622608099
+1997,Indonesia,FruitVeg,202.85385,0.06617888198819
+1997,Indonesia,OilcropsPulses,202.85385,0.0627248977527417
 1997,Indonesia,Starchy Roots,202.85385,0.0543688818329058
+1997,Indonesia,Sugar,202.85385,0.0171244519145188
 1998,Indonesia,Ruminants,205.753493,0.0631602011247508
 1998,Indonesia,Cereals,205.753493,0.249545513183584
 1998,Indonesia,Monogastrics,205.753493,0.0339577204650421
-1998,Indonesia,Oilcrops,205.753493,0.0609225137188801
-1998,Indonesia,Pulses,205.753493,0.00130580529196654
+1998,Indonesia,FruitVeg,205.753493,0.0650134527728285
+1998,Indonesia,OilcropsPulses,205.753493,0.0622283190108466
 1998,Indonesia,Starchy Roots,205.753493,0.0547966493088893
+1998,Indonesia,Sugar,205.753493,0.017240475232175
 1999,Indonesia,Ruminants,208.644079,0.0630511542098446
 1999,Indonesia,Cereals,208.644079,0.245570534498609
 1999,Indonesia,Monogastrics,208.644079,0.0326655773442773
-1999,Indonesia,Oilcrops,208.644079,0.0642557798153476
-1999,Indonesia,Pulses,208.644079,0.00124539359681518
+1999,Indonesia,FruitVeg,208.644079,0.0677190700436795
+1999,Indonesia,OilcropsPulses,208.644079,0.0655011734121628
 1999,Indonesia,Starchy Roots,208.644079,0.053367428653463
+1999,Indonesia,Sugar,208.644079,0.01621960237846
 2000,Indonesia,Ruminants,211.540428,0.0647118119662687
 2000,Indonesia,Cereals,211.540428,0.2378782839562
 2000,Indonesia,Monogastrics,211.540428,0.032510730762065
-2000,Indonesia,Oilcrops,211.540428,0.0680325228423949
-2000,Indonesia,Pulses,211.540428,0.00130350970075564
+2000,Indonesia,FruitVeg,211.540428,0.0671904001253132
+2000,Indonesia,OilcropsPulses,211.540428,0.0693360325431506
 2000,Indonesia,Starchy Roots,211.540428,0.0546568715460857
+2000,Indonesia,Sugar,211.540428,0.0169861715510947
 2001,Indonesia,Ruminants,214.448301,0.0628060079617977
 2001,Indonesia,Cereals,214.448301,0.234292889081924
 2001,Indonesia,Monogastrics,214.448301,0.0340891234200079
-2001,Indonesia,Oilcrops,214.448301,0.0698013737119792
-2001,Indonesia,Pulses,214.448301,0.00127798634319793
+2001,Indonesia,FruitVeg,214.448301,0.0696737951773281
+2001,Indonesia,OilcropsPulses,214.448301,0.0710793600551771
 2001,Indonesia,Starchy Roots,214.448301,0.0534774579538404
+2001,Indonesia,Sugar,214.448301,0.0172155618989959
 2002,Indonesia,Ruminants,217.369087,0.0631464385733929
 2002,Indonesia,Cereals,217.369087,0.235871805451343
 2002,Indonesia,Monogastrics,217.369087,0.0385672623264963
-2002,Indonesia,Oilcrops,217.369087,0.06759840694367
-2002,Indonesia,Pulses,217.369087,0.00126883727491573
+2002,Indonesia,FruitVeg,217.369087,0.0759734984763496
+2002,Indonesia,OilcropsPulses,217.369087,0.0688672442185857
 2002,Indonesia,Starchy Roots,217.369087,0.0533361489437548
+2002,Indonesia,Sugar,217.369087,0.0172317878852755
 2003,Indonesia,Ruminants,220.307809,0.0684386257956022
 2003,Indonesia,Cereals,220.307809,0.233408362751227
 2003,Indonesia,Monogastrics,220.307809,0.0393967265136752
-2003,Indonesia,Oilcrops,220.307809,0.0668045225759564
-2003,Indonesia,Pulses,220.307809,0.00143917731032403
+2003,Indonesia,FruitVeg,220.307809,0.0850643700968403
+2003,Indonesia,OilcropsPulses,220.307809,0.0682436998862805
 2003,Indonesia,Starchy Roots,220.307809,0.0543389363016179
+2003,Indonesia,Sugar,220.307809,0.0172518759877459
 2004,Indonesia,Ruminants,223.268606,0.0757069352598547
 2004,Indonesia,Cereals,223.268606,0.233929641680121
 2004,Indonesia,Monogastrics,223.268606,0.0412336251161079
-2004,Indonesia,Oilcrops,223.268606,0.0716319024269807
-2004,Indonesia,Pulses,223.268606,0.0013256946657337
+2004,Indonesia,FruitVeg,223.268606,0.0930914039925524
+2004,Indonesia,OilcropsPulses,223.268606,0.0729575970927144
 2004,Indonesia,Starchy Roots,223.268606,0.0530534059947505
+2004,Indonesia,Sugar,223.268606,0.0171613827337642
 2005,Indonesia,Ruminants,226.254703,0.0659132336356341
 2005,Indonesia,Cereals,226.254703,0.231828184362647
 2005,Indonesia,Monogastrics,226.254703,0.0411905373741557
-2005,Indonesia,Oilcrops,226.254703,0.0690977990411099
-2005,Indonesia,Pulses,226.254703,0.00130114864396874
+2005,Indonesia,FruitVeg,226.254703,0.0933604505007792
+2005,Indonesia,OilcropsPulses,226.254703,0.0703989476850786
 2005,Indonesia,Starchy Roots,226.254703,0.0518623075870383
+2005,Indonesia,Sugar,226.254703,0.0177596352549631
 2006,Indonesia,Ruminants,229.26398,0.0730816956069593
 2006,Indonesia,Cereals,229.26398,0.23594722555196
 2006,Indonesia,Monogastrics,229.26398,0.0451092744704161
-2006,Indonesia,Oilcrops,229.26398,0.0694066595197379
-2006,Indonesia,Pulses,229.26398,0.0012873326198036
+2006,Indonesia,FruitVeg,229.26398,0.0986622364315581
+2006,Indonesia,OilcropsPulses,229.26398,0.0706939921395415
 2006,Indonesia,Starchy Roots,229.26398,0.0523776696191002
+2006,Indonesia,Sugar,229.26398,0.0152384426022788
 2007,Indonesia,Ruminants,232.29683,0.0672348499116411
 2007,Indonesia,Cereals,232.29683,0.237579656166638
 2007,Indonesia,Monogastrics,232.29683,0.0470813028313817
-2007,Indonesia,Oilcrops,232.29683,0.0765869727968307
-2007,Indonesia,Pulses,232.29683,0.00130256189892906
+2007,Indonesia,FruitVeg,232.29683,0.0981735136032636
+2007,Indonesia,OilcropsPulses,232.29683,0.0778895346957597
 2007,Indonesia,Starchy Roots,232.29683,0.0518519387457849
+2007,Indonesia,Sugar,232.29683,0.0150770675605001
 2008,Indonesia,Ruminants,235.360765,0.0705515904488159
 2008,Indonesia,Cereals,235.360765,0.242945594606646
 2008,Indonesia,Monogastrics,235.360765,0.0474384118355496
-2008,Indonesia,Oilcrops,235.360765,0.0664452123105565
-2008,Indonesia,Pulses,235.360765,0.00116054602388805
+2008,Indonesia,FruitVeg,235.360765,0.10277680734085
+2008,Indonesia,OilcropsPulses,235.360765,0.0676057583344446
 2008,Indonesia,Starchy Roots,235.360765,0.0550812451684545
+2008,Indonesia,Sugar,235.360765,0.014621838096082
 2009,Indonesia,Ruminants,238.465165,0.0760659729902269
 2009,Indonesia,Cereals,238.465165,0.247904296629657
 2009,Indonesia,Monogastrics,238.465165,0.0475183924662539
-2009,Indonesia,Oilcrops,238.465165,0.065278792397204
-2009,Indonesia,Pulses,238.465165,0.00124761199397824
+2009,Indonesia,FruitVeg,238.465165,0.107060328916385
+2009,Indonesia,OilcropsPulses,238.465165,0.0665264043911823
 2009,Indonesia,Starchy Roots,238.465165,0.0572360160025889
+2009,Indonesia,Sugar,238.465165,0.0149707610333778
 2010,Indonesia,Ruminants,241.613126,0.0815130573659314
 2010,Indonesia,Cereals,241.613126,0.252644299631304
 2010,Indonesia,Monogastrics,241.613126,0.0505339461565511
-2010,Indonesia,Oilcrops,241.613126,0.0699168926774285
-2010,Indonesia,Pulses,241.613126,0.0012460043251127
+2010,Indonesia,FruitVeg,241.613126,0.0969034852849841
+2010,Indonesia,OilcropsPulses,241.613126,0.0711628970025412
 2010,Indonesia,Starchy Roots,241.613126,0.0597607184636153
+2010,Indonesia,Sugar,241.613126,0.0149993506561394
 2011,Indonesia,Ruminants,244.808254,0.0826782417230099
 2011,Indonesia,Cereals,244.808254,0.256169475396855
 2011,Indonesia,Monogastrics,244.808254,0.0513300217401984
-2011,Indonesia,Oilcrops,244.808254,0.0698452593841056
-2011,Indonesia,Pulses,244.808254,0.00153842035081056
+2011,Indonesia,FruitVeg,244.808254,0.107394736780403
+2011,Indonesia,OilcropsPulses,244.808254,0.0713836797349161
 2011,Indonesia,Starchy Roots,244.808254,0.0599445883062423
+2011,Indonesia,Sugar,244.808254,0.0155241865333511
 2012,Indonesia,Ruminants,248.037853,0.0808479671850732
 2012,Indonesia,Cereals,248.037853,0.26172954738485
 2012,Indonesia,Monogastrics,248.037853,0.0529794272973327
-2012,Indonesia,Oilcrops,248.037853,0.0739409681956891
-2012,Indonesia,Pulses,248.037853,0.00121543142046146
+2012,Indonesia,FruitVeg,248.037853,0.108413041294951
+2012,Indonesia,OilcropsPulses,248.037853,0.0751563996161505
 2012,Indonesia,Starchy Roots,248.037853,0.0619679408368367
+2012,Indonesia,Sugar,248.037853,0.016767706822555
 2013,Indonesia,Ruminants,251.268276,0.0865849256672577
 2013,Indonesia,Cereals,251.268276,0.261489022991506
 2013,Indonesia,Monogastrics,251.268276,0.0547713735258804
-2013,Indonesia,Oilcrops,251.268276,0.0726250018128035
-2013,Indonesia,Pulses,251.268276,0.0011015318145455
+2013,Indonesia,FruitVeg,251.268276,0.0984387539635127
+2013,Indonesia,OilcropsPulses,251.268276,0.073726533627349
 2013,Indonesia,Starchy Roots,251.268276,0.0598631719031654
+2013,Indonesia,Sugar,251.268276,0.0177553691656642
 1961,Iran (Islamic Republic of),Ruminants,22.48042,0.276054655562485
 1961,Iran (Islamic Republic of),Cereals,22.48042,0.129838188076557
 1961,Iran (Islamic Republic of),Monogastrics,22.48042,0.0120912198259641
-1961,Iran (Islamic Republic of),Oilcrops,22.48042,0.0108477065819945
-1961,Iran (Islamic Republic of),Pulses,22.48042,0.00576559512678144
+1961,Iran (Islamic Republic of),FruitVeg,22.48042,0.0980874467647846
+1961,Iran (Islamic Republic of),OilcropsPulses,22.48042,0.0166133017087759
 1961,Iran (Islamic Republic of),Starchy Roots,22.48042,0.0102248979334016
+1961,Iran (Islamic Republic of),Sugar,22.48042,0.0232699389068354
 1962,Iran (Islamic Republic of),Ruminants,23.071426,0.280747093829397
 1962,Iran (Islamic Republic of),Cereals,23.071426,0.131431884617795
 1962,Iran (Islamic Republic of),Monogastrics,23.071426,0.0119266273354755
-1962,Iran (Islamic Republic of),Oilcrops,23.071426,0.00966424875514847
-1962,Iran (Islamic Republic of),Pulses,23.071426,0.00557577151928104
+1962,Iran (Islamic Republic of),FruitVeg,23.071426,0.101049757392543
+1962,Iran (Islamic Republic of),OilcropsPulses,23.071426,0.0152400202744295
 1962,Iran (Islamic Republic of),Starchy Roots,23.071426,0.00989449026687817
+1962,Iran (Islamic Republic of),Sugar,23.071426,0.02286893753338
 1963,Iran (Islamic Republic of),Ruminants,23.680433,0.254683459546538
 1963,Iran (Islamic Republic of),Cereals,23.680433,0.135950427933476
 1963,Iran (Islamic Republic of),Monogastrics,23.680433,0.0119060280696725
-1963,Iran (Islamic Republic of),Oilcrops,23.680433,0.011833271798704
-1963,Iran (Islamic Republic of),Pulses,23.680433,0.00546767873712444
+1963,Iran (Islamic Republic of),FruitVeg,23.680433,0.102733509982693
+1963,Iran (Islamic Republic of),OilcropsPulses,23.680433,0.0173009505358285
 1963,Iran (Islamic Republic of),Starchy Roots,23.680433,0.0115796024506815
+1963,Iran (Islamic Republic of),Sugar,23.680433,0.0232441695639603
 1964,Iran (Islamic Republic of),Ruminants,24.30808,0.251777190958726
 1964,Iran (Islamic Republic of),Cereals,24.30808,0.13971625895587
 1964,Iran (Islamic Republic of),Monogastrics,24.30808,0.0118417908777657
-1964,Iran (Islamic Republic of),Oilcrops,24.30808,0.0121450974326232
-1964,Iran (Islamic Republic of),Pulses,24.30808,0.00577618635449612
+1964,Iran (Islamic Republic of),FruitVeg,24.30808,0.10683706816828
+1964,Iran (Islamic Republic of),OilcropsPulses,24.30808,0.0179212837871193
 1964,Iran (Islamic Republic of),Starchy Roots,24.30808,0.0114101977614028
+1964,Iran (Islamic Republic of),Sugar,24.30808,0.0242996978782364
 1965,Iran (Islamic Republic of),Ruminants,24.955116,0.248280084131847
 1965,Iran (Islamic Republic of),Cereals,24.955116,0.141189726387166
 1965,Iran (Islamic Republic of),Monogastrics,24.955116,0.0122732428893538
-1965,Iran (Islamic Republic of),Oilcrops,24.955116,0.0135353007375321
-1965,Iran (Islamic Republic of),Pulses,24.955116,0.00567386663319858
+1965,Iran (Islamic Republic of),FruitVeg,24.955116,0.109186869738454
+1965,Iran (Islamic Republic of),OilcropsPulses,24.955116,0.0192091673707307
 1965,Iran (Islamic Republic of),Starchy Roots,24.955116,0.0109128725348341
+1965,Iran (Islamic Republic of),Sugar,24.955116,0.0250682465270849
 1966,Iran (Islamic Republic of),Ruminants,25.62465,0.243403184043489
 1966,Iran (Islamic Republic of),Cereals,25.62465,0.159925072147327
 1966,Iran (Islamic Republic of),Monogastrics,25.62465,0.0122177434618619
-1966,Iran (Islamic Republic of),Oilcrops,25.62465,0.0109845402766477
-1966,Iran (Islamic Republic of),Pulses,25.62465,0.00558220307399321
+1966,Iran (Islamic Republic of),FruitVeg,25.62465,0.112583781632139
+1966,Iran (Islamic Republic of),OilcropsPulses,25.62465,0.0165667433506409
 1966,Iran (Islamic Republic of),Starchy Roots,25.62465,0.00741251100015025
+1966,Iran (Islamic Republic of),Sugar,25.62465,0.0270721356194133
 1967,Iran (Islamic Republic of),Ruminants,26.318116,0.243986423648258
 1967,Iran (Islamic Republic of),Cereals,26.318116,0.158670362270612
 1967,Iran (Islamic Republic of),Monogastrics,26.318116,0.0162987312617666
-1967,Iran (Islamic Republic of),Oilcrops,26.318116,0.0100953274922871
-1967,Iran (Islamic Republic of),Pulses,26.318116,0.00560925409706379
+1967,Iran (Islamic Republic of),FruitVeg,26.318116,0.115672413633256
+1967,Iran (Islamic Republic of),OilcropsPulses,26.318116,0.0157045815893508
 1967,Iran (Islamic Republic of),Starchy Roots,26.318116,0.0128557834458971
+1967,Iran (Islamic Republic of),Sugar,26.318116,0.0257762371744239
 1968,Iran (Islamic Republic of),Ruminants,27.032944,0.244991729350677
 1968,Iran (Islamic Republic of),Cereals,27.032944,0.169698535239077
 1968,Iran (Islamic Republic of),Monogastrics,27.032944,0.0173576248299112
-1968,Iran (Islamic Republic of),Oilcrops,27.032944,0.0133646191106673
-1968,Iran (Islamic Republic of),Pulses,27.032944,0.00562650520046947
+1968,Iran (Islamic Republic of),FruitVeg,27.032944,0.117200183598205
+1968,Iran (Islamic Republic of),OilcropsPulses,27.032944,0.0189911243111368
 1968,Iran (Islamic Republic of),Starchy Roots,27.032944,0.0125021159367622
+1968,Iran (Islamic Republic of),Sugar,27.032944,0.0250216920510027
 1969,Iran (Islamic Republic of),Ruminants,27.765239,0.250470233661594
 1969,Iran (Islamic Republic of),Cereals,27.765239,0.158665625028475
 1969,Iran (Islamic Republic of),Monogastrics,27.765239,0.0185356841336752
-1969,Iran (Islamic Republic of),Oilcrops,27.765239,0.0141597556570646
-1969,Iran (Islamic Republic of),Pulses,27.765239,0.00558900285353207
+1969,Iran (Islamic Republic of),FruitVeg,27.765239,0.124434837387858
+1969,Iran (Islamic Republic of),OilcropsPulses,27.765239,0.0197487585105966
 1969,Iran (Islamic Republic of),Starchy Roots,27.765239,0.0126104803203747
+1969,Iran (Islamic Republic of),Sugar,27.765239,0.0241827199830695
 1970,Iran (Islamic Republic of),Ruminants,28.514011,0.25793117986803
 1970,Iran (Islamic Republic of),Cereals,28.514011,0.161885712957044
 1970,Iran (Islamic Republic of),Monogastrics,28.514011,0.0197233493386813
-1970,Iran (Islamic Republic of),Oilcrops,28.514011,0.015129474418734
-1970,Iran (Islamic Republic of),Pulses,28.514011,0.00536595851071251
+1970,Iran (Islamic Republic of),FruitVeg,28.514011,0.125437806697907
+1970,Iran (Islamic Republic of),OilcropsPulses,28.514011,0.0204954329294465
 1970,Iran (Islamic Republic of),Starchy Roots,28.514011,0.0117179235148643
+1970,Iran (Islamic Republic of),Sugar,28.514011,0.0243218325194586
 1971,Iran (Islamic Republic of),Ruminants,29.28113,0.254256481904899
 1971,Iran (Islamic Republic of),Cereals,29.28113,0.156975772451405
 1971,Iran (Islamic Republic of),Monogastrics,29.28113,0.0210389148233009
-1971,Iran (Islamic Republic of),Oilcrops,29.28113,0.0126940114674536
-1971,Iran (Islamic Republic of),Pulses,29.28113,0.00550825736575057
+1971,Iran (Islamic Republic of),FruitVeg,29.28113,0.126506422395584
+1971,Iran (Islamic Republic of),OilcropsPulses,29.28113,0.0182022688332042
 1971,Iran (Islamic Republic of),Starchy Roots,29.28113,0.0109210607650729
+1971,Iran (Islamic Republic of),Sugar,29.28113,0.0249544331110172
 1972,Iran (Islamic Republic of),Ruminants,30.073845,0.260373394223452
 1972,Iran (Islamic Republic of),Cereals,30.073845,0.169133910213343
 1972,Iran (Islamic Republic of),Monogastrics,30.073845,0.0232247023950546
-1972,Iran (Islamic Republic of),Oilcrops,30.073845,0.0163129789356832
-1972,Iran (Islamic Republic of),Pulses,30.073845,0.00512648116660839
+1972,Iran (Islamic Republic of),FruitVeg,30.073845,0.134927442766297
+1972,Iran (Islamic Republic of),OilcropsPulses,30.073845,0.0214394601022915
 1972,Iran (Islamic Republic of),Starchy Roots,30.073845,0.0110237317509617
+1972,Iran (Islamic Republic of),Sugar,30.073845,0.0256222641301769
 1973,Iran (Islamic Republic of),Ruminants,30.903565,0.264311609356396
 1973,Iran (Islamic Republic of),Cereals,30.903565,0.184307700422265
 1973,Iran (Islamic Republic of),Monogastrics,30.903565,0.02436009567181
-1973,Iran (Islamic Republic of),Oilcrops,30.903565,0.0151942017045606
-1973,Iran (Islamic Republic of),Pulses,30.903565,0.00550525481445264
+1973,Iran (Islamic Republic of),FruitVeg,30.903565,0.140002358951144
+1973,Iran (Islamic Republic of),OilcropsPulses,30.903565,0.0206994565190133
 1973,Iran (Islamic Republic of),Starchy Roots,30.903565,0.0119741848553719
+1973,Iran (Islamic Republic of),Sugar,30.903565,0.0281847417927349
 1974,Iran (Islamic Republic of),Ruminants,31.784896,0.276840930988102
 1974,Iran (Islamic Republic of),Cereals,31.784896,0.183972978863923
 1974,Iran (Islamic Republic of),Monogastrics,31.784896,0.0257434002615582
-1974,Iran (Islamic Republic of),Oilcrops,31.784896,0.0190589580661205
-1974,Iran (Islamic Republic of),Pulses,31.784896,0.00569729723199346
+1974,Iran (Islamic Republic of),FruitVeg,31.784896,0.154268555731628
+1974,Iran (Islamic Republic of),OilcropsPulses,31.784896,0.0247562552981139
 1974,Iran (Islamic Republic of),Starchy Roots,31.784896,0.0130784130928099
+1974,Iran (Islamic Republic of),Sugar,31.784896,0.0279533398504749
 1975,Iran (Islamic Republic of),Ruminants,32.730555,0.300868454567911
 1975,Iran (Islamic Republic of),Cereals,32.730555,0.179445994728779
 1975,Iran (Islamic Republic of),Monogastrics,32.730555,0.0267482662606852
-1975,Iran (Islamic Republic of),Oilcrops,32.730555,0.0153515270364343
-1975,Iran (Islamic Republic of),Pulses,32.730555,0.00599174074500112
+1975,Iran (Islamic Republic of),FruitVeg,32.730555,0.161574987041925
+1975,Iran (Islamic Republic of),OilcropsPulses,32.730555,0.0213432677814354
 1975,Iran (Islamic Republic of),Starchy Roots,32.730555,0.0133586185752121
+1975,Iran (Islamic Republic of),Sugar,32.730555,0.0321511505075303
 1976,Iran (Islamic Republic of),Ruminants,33.739231,0.316953934130864
 1976,Iran (Islamic Republic of),Cereals,33.739231,0.183462598777073
 1976,Iran (Islamic Republic of),Monogastrics,33.739231,0.0293777561201676
-1976,Iran (Islamic Republic of),Oilcrops,33.739231,0.014640523371739
-1976,Iran (Islamic Republic of),Pulses,33.739231,0.00614560539331795
+1976,Iran (Islamic Republic of),FruitVeg,33.739231,0.173652831625001
+1976,Iran (Islamic Republic of),OilcropsPulses,33.739231,0.0207861287650569
 1976,Iran (Islamic Republic of),Starchy Roots,33.739231,0.0136162261670991
+1976,Iran (Islamic Republic of),Sugar,33.739231,0.0327416472533117
 1977,Iran (Islamic Republic of),Ruminants,34.814231,0.353685014613708
 1977,Iran (Islamic Republic of),Cereals,34.814231,0.187696548575208
 1977,Iran (Islamic Republic of),Monogastrics,34.814231,0.0318179080273236
-1977,Iran (Islamic Republic of),Oilcrops,34.814231,0.0142022956072188
-1977,Iran (Islamic Republic of),Pulses,34.814231,0.00531113268019621
+1977,Iran (Islamic Republic of),FruitVeg,34.814231,0.174702810468512
+1977,Iran (Islamic Republic of),OilcropsPulses,34.814231,0.019513428287415
 1977,Iran (Islamic Republic of),Starchy Roots,34.814231,0.0166824882617686
+1977,Iran (Islamic Republic of),Sugar,34.814231,0.0318940837728112
 1978,Iran (Islamic Republic of),Ruminants,35.977589,0.344948495575954
 1978,Iran (Islamic Republic of),Cereals,35.977589,0.186182820644263
 1978,Iran (Islamic Republic of),Monogastrics,35.977589,0.0340453358339271
-1978,Iran (Islamic Republic of),Oilcrops,35.977589,0.0123571926957084
-1978,Iran (Islamic Republic of),Pulses,35.977589,0.00518492220254114
+1978,Iran (Islamic Republic of),FruitVeg,35.977589,0.179193358398752
+1978,Iran (Islamic Republic of),OilcropsPulses,35.977589,0.0175421148982496
 1978,Iran (Islamic Republic of),Starchy Roots,35.977589,0.0162999527289058
+1978,Iran (Islamic Republic of),Sugar,35.977589,0.0321216910894168
 1979,Iran (Islamic Republic of),Ruminants,37.256771,0.335376103849687
 1979,Iran (Islamic Republic of),Cereals,37.256771,0.192909417727049
 1979,Iran (Islamic Republic of),Monogastrics,37.256771,0.0300462001927113
-1979,Iran (Islamic Republic of),Oilcrops,37.256771,0.0102132307708577
-1979,Iran (Islamic Republic of),Pulses,37.256771,0.00635374439722648
+1979,Iran (Islamic Republic of),FruitVeg,37.256771,0.16513481536014
+1979,Iran (Islamic Republic of),OilcropsPulses,37.256771,0.0165669751680842
 1979,Iran (Islamic Republic of),Starchy Roots,37.256771,0.0210344852483324
+1979,Iran (Islamic Republic of),Sugar,37.256771,0.0321003932412715
 1980,Iran (Islamic Republic of),Ruminants,38.668222,0.364637637075736
 1980,Iran (Islamic Republic of),Cereals,38.668222,0.200649644558263
 1980,Iran (Islamic Republic of),Monogastrics,38.668222,0.0291447587116884
-1980,Iran (Islamic Republic of),Oilcrops,38.668222,0.0104430713157693
-1980,Iran (Islamic Republic of),Pulses,38.668222,0.00485258929153764
+1980,Iran (Islamic Republic of),FruitVeg,38.668222,0.181846737095903
+1980,Iran (Islamic Republic of),OilcropsPulses,38.668222,0.015295660607307
 1980,Iran (Islamic Republic of),Starchy Roots,38.668222,0.0286016512473731
+1980,Iran (Islamic Republic of),Sugar,38.668222,0.0297675181444857
 1981,Iran (Islamic Republic of),Ruminants,40.209077,0.371148812990659
 1981,Iran (Islamic Republic of),Cereals,40.209077,0.206250394655913
 1981,Iran (Islamic Republic of),Monogastrics,40.209077,0.0340945752124576
-1981,Iran (Islamic Republic of),Oilcrops,40.209077,0.00937280903016003
-1981,Iran (Islamic Republic of),Pulses,40.209077,0.00599354717841447
+1981,Iran (Islamic Republic of),FruitVeg,40.209077,0.201472269557443
+1981,Iran (Islamic Republic of),OilcropsPulses,40.209077,0.0153663562085745
 1981,Iran (Islamic Republic of),Starchy Roots,40.209077,0.0315656337995523
+1981,Iran (Islamic Republic of),Sugar,40.209077,0.0273884177943204
 1982,Iran (Islamic Republic of),Ruminants,41.862373,0.370483218904002
 1982,Iran (Islamic Republic of),Cereals,41.862373,0.203055880277021
 1982,Iran (Islamic Republic of),Monogastrics,41.862373,0.0306664196986635
-1982,Iran (Islamic Republic of),Oilcrops,41.862373,0.0115996290989046
-1982,Iran (Islamic Republic of),Pulses,41.862373,0.00571068916709523
+1982,Iran (Islamic Republic of),FruitVeg,41.862373,0.227513858328098
+1982,Iran (Islamic Republic of),OilcropsPulses,41.862373,0.0173103182659999
 1982,Iran (Islamic Republic of),Starchy Roots,41.862373,0.0362488767657772
+1982,Iran (Islamic Republic of),Sugar,41.862373,0.0240680813770399
 1983,Iran (Islamic Republic of),Ruminants,43.610506,0.386368165505807
 1983,Iran (Islamic Republic of),Cereals,43.610506,0.207108649461669
 1983,Iran (Islamic Republic of),Monogastrics,43.610506,0.0323125624820771
-1983,Iran (Islamic Republic of),Oilcrops,43.610506,0.0118088058872786
-1983,Iran (Islamic Republic of),Pulses,43.610506,0.00598337474002251
+1983,Iran (Islamic Republic of),FruitVeg,43.610506,0.225816802033895
+1983,Iran (Islamic Republic of),OilcropsPulses,43.610506,0.0177921806273011
 1983,Iran (Islamic Republic of),Starchy Roots,43.610506,0.0332263514667773
+1983,Iran (Islamic Republic of),Sugar,43.610506,0.0229559592819217
 1984,Iran (Islamic Republic of),Ruminants,45.429019,0.361094909401411
 1984,Iran (Islamic Republic of),Cereals,45.429019,0.196909666924571
 1984,Iran (Islamic Republic of),Monogastrics,45.429019,0.0309515136129178
-1984,Iran (Islamic Republic of),Oilcrops,45.429019,0.0137113020204112
-1984,Iran (Islamic Republic of),Pulses,45.429019,0.00604395617699779
+1984,Iran (Islamic Republic of),FruitVeg,45.429019,0.233705310695791
+1984,Iran (Islamic Republic of),OilcropsPulses,45.429019,0.019755258197409
 1984,Iran (Islamic Republic of),Starchy Roots,45.429019,0.0328901885378595
+1984,Iran (Islamic Republic of),Sugar,45.429019,0.0276231366563297
 1985,Iran (Islamic Republic of),Ruminants,47.290793,0.329238625793397
 1985,Iran (Islamic Republic of),Cereals,47.290793,0.200964678262003
 1985,Iran (Islamic Republic of),Monogastrics,47.290793,0.0288629966513778
-1985,Iran (Islamic Republic of),Oilcrops,47.290793,0.0126552540575921
-1985,Iran (Islamic Republic of),Pulses,47.290793,0.00614125882811904
+1985,Iran (Islamic Republic of),FruitVeg,47.290793,0.249782510519542
+1985,Iran (Islamic Republic of),OilcropsPulses,47.290793,0.0187965128857112
 1985,Iran (Islamic Republic of),Starchy Roots,47.290793,0.0298262285430485
+1985,Iran (Islamic Republic of),Sugar,47.290793,0.0275907616943535
 1986,Iran (Islamic Republic of),Ruminants,49.205577,0.323141098416547
 1986,Iran (Islamic Republic of),Cereals,49.205577,0.200605939444628
 1986,Iran (Islamic Republic of),Monogastrics,49.205577,0.0307166421399753
-1986,Iran (Islamic Republic of),Oilcrops,49.205577,0.0132096002044646
-1986,Iran (Islamic Republic of),Pulses,49.205577,0.00598098869971589
+1986,Iran (Islamic Republic of),FruitVeg,49.205577,0.261594331065359
+1986,Iran (Islamic Republic of),OilcropsPulses,49.205577,0.0191905889041805
 1986,Iran (Islamic Republic of),Starchy Roots,49.205577,0.039853267039222
+1986,Iran (Islamic Republic of),Sugar,49.205577,0.026479559420673
 1987,Iran (Islamic Republic of),Ruminants,51.152122,0.301444788546602
 1987,Iran (Islamic Republic of),Cereals,51.152122,0.211843528211791
 1987,Iran (Islamic Republic of),Monogastrics,51.152122,0.0315719590284055
-1987,Iran (Islamic Republic of),Oilcrops,51.152122,0.0121601993364029
-1987,Iran (Islamic Republic of),Pulses,51.152122,0.00616265733804748
+1987,Iran (Islamic Republic of),FruitVeg,51.152122,0.249008144764747
+1987,Iran (Islamic Republic of),OilcropsPulses,51.152122,0.0183228566744504
 1987,Iran (Islamic Republic of),Starchy Roots,51.152122,0.0389691164718445
+1987,Iran (Islamic Republic of),Sugar,51.152122,0.0254422680646562
 1988,Iran (Islamic Republic of),Ruminants,53.035939,0.294762794715485
 1988,Iran (Islamic Republic of),Cereals,53.035939,0.215077628775461
 1988,Iran (Islamic Republic of),Monogastrics,53.035939,0.0304336536777448
-1988,Iran (Islamic Republic of),Oilcrops,53.035939,0.0113355398496857
-1988,Iran (Islamic Republic of),Pulses,53.035939,0.00444517443162456
+1988,Iran (Islamic Republic of),FruitVeg,53.035939,0.213175032123029
+1988,Iran (Islamic Republic of),OilcropsPulses,53.035939,0.0157807142813103
 1988,Iran (Islamic Republic of),Starchy Roots,53.035939,0.0222209698219918
+1988,Iran (Islamic Republic of),Sugar,53.035939,0.023401546638026
 1989,Iran (Islamic Republic of),Ruminants,54.735239,0.291162740697999
 1989,Iran (Islamic Republic of),Cereals,54.735239,0.223148509500434
 1989,Iran (Islamic Republic of),Monogastrics,54.735239,0.0340478115022025
-1989,Iran (Islamic Republic of),Oilcrops,54.735239,0.0140723419514072
-1989,Iran (Islamic Republic of),Pulses,54.735239,0.00456848283790265
+1989,Iran (Islamic Republic of),FruitVeg,54.735239,0.20473516156566
+1989,Iran (Islamic Republic of),OilcropsPulses,54.735239,0.0186408247893099
 1989,Iran (Islamic Republic of),Starchy Roots,54.735239,0.0307121706365437
+1989,Iran (Islamic Republic of),Sugar,54.735239,0.0255048123568073
 1990,Iran (Islamic Republic of),Ruminants,56.169196,0.315398924349923
 1990,Iran (Islamic Republic of),Cereals,56.169196,0.211413975019333
 1990,Iran (Islamic Republic of),Monogastrics,56.169196,0.0332311860045139
-1990,Iran (Islamic Republic of),Oilcrops,56.169196,0.0162069437490257
-1990,Iran (Islamic Republic of),Pulses,56.169196,0.00526432673168404
+1990,Iran (Islamic Republic of),FruitVeg,56.169196,0.27310535119641
+1990,Iran (Islamic Republic of),OilcropsPulses,56.169196,0.0214712704807098
 1990,Iran (Islamic Republic of),Starchy Roots,56.169196,0.0380858575935465
+1990,Iran (Islamic Republic of),Sugar,56.169196,0.0260432782409775
 1991,Iran (Islamic Republic of),Ruminants,57.288039,0.30456654835052
 1991,Iran (Islamic Republic of),Cereals,57.288039,0.22002299642339
 1991,Iran (Islamic Republic of),Monogastrics,57.288039,0.0365312940804275
-1991,Iran (Islamic Republic of),Oilcrops,57.288039,0.0155868662217605
-1991,Iran (Islamic Republic of),Pulses,57.288039,0.00674126757943312
+1991,Iran (Islamic Republic of),FruitVeg,57.288039,0.221868215806793
+1991,Iran (Islamic Republic of),OilcropsPulses,57.288039,0.0223281338011936
 1991,Iran (Islamic Republic of),Starchy Roots,57.288039,0.0380182676526945
+1991,Iran (Islamic Republic of),Sugar,57.288039,0.0267697241303721
 1992,Iran (Islamic Republic of),Ruminants,58.130099,0.296366488211211
 1992,Iran (Islamic Republic of),Cereals,58.130099,0.225004278764431
 1992,Iran (Islamic Republic of),Monogastrics,58.130099,0.0451287292663995
-1992,Iran (Islamic Republic of),Oilcrops,58.130099,0.0142552311841065
-1992,Iran (Islamic Republic of),Pulses,58.130099,0.00707327197223593
+1992,Iran (Islamic Republic of),FruitVeg,58.130099,0.270726891416442
+1992,Iran (Islamic Republic of),OilcropsPulses,58.130099,0.0213285031563425
 1992,Iran (Islamic Republic of),Starchy Roots,58.130099,0.0392949786650114
+1992,Iran (Islamic Republic of),Sugar,58.130099,0.0275283033665571
 1993,Iran (Islamic Republic of),Ruminants,58.811858,0.309217153112218
 1993,Iran (Islamic Republic of),Cereals,58.811858,0.232590764263901
 1993,Iran (Islamic Republic of),Monogastrics,58.811858,0.0499765999571039
-1993,Iran (Islamic Republic of),Oilcrops,58.811858,0.0120769352330273
-1993,Iran (Islamic Republic of),Pulses,58.811858,0.00676196966944999
+1993,Iran (Islamic Republic of),FruitVeg,58.811858,0.26475415893169
+1993,Iran (Islamic Republic of),OilcropsPulses,58.811858,0.0188389049024773
 1993,Iran (Islamic Republic of),Starchy Roots,58.811858,0.0467636305589937
+1993,Iran (Islamic Republic of),Sugar,58.811858,0.0277397459539537
 1994,Iran (Islamic Republic of),Ruminants,59.501292,0.294997609463673
 1994,Iran (Islamic Republic of),Cereals,59.501292,0.224508301433186
 1994,Iran (Islamic Republic of),Monogastrics,59.501292,0.0514069980194716
-1994,Iran (Islamic Republic of),Oilcrops,59.501292,0.0146079685126837
-1994,Iran (Islamic Republic of),Pulses,59.501292,0.00690349715431389
+1994,Iran (Islamic Republic of),FruitVeg,59.501292,0.25431484748264
+1994,Iran (Islamic Republic of),OilcropsPulses,59.501292,0.0215114656669976
 1994,Iran (Islamic Republic of),Starchy Roots,59.501292,0.0440569424946268
+1994,Iran (Islamic Republic of),Sugar,59.501292,0.028204530415911
 1995,Iran (Islamic Republic of),Ruminants,60.318632,0.291626038534826
 1995,Iran (Islamic Republic of),Cereals,60.318632,0.218375526155832
 1995,Iran (Islamic Republic of),Monogastrics,60.318632,0.0506797816634833
-1995,Iran (Islamic Republic of),Oilcrops,60.318632,0.0156598544874161
-1995,Iran (Islamic Republic of),Pulses,60.318632,0.00717647243723962
+1995,Iran (Islamic Republic of),FruitVeg,60.318632,0.262825324022601
+1995,Iran (Islamic Republic of),OilcropsPulses,60.318632,0.0228363269246557
 1995,Iran (Islamic Republic of),Starchy Roots,60.318632,0.0418885494617981
+1995,Iran (Islamic Republic of),Sugar,60.318632,0.0265529894643499
 1996,Iran (Islamic Republic of),Ruminants,61.306632,0.323270704220059
 1996,Iran (Islamic Republic of),Cereals,61.306632,0.220248324846813
 1996,Iran (Islamic Republic of),Monogastrics,61.306632,0.0531116927121359
-1996,Iran (Islamic Republic of),Oilcrops,61.306632,0.0150828217084246
-1996,Iran (Islamic Republic of),Pulses,61.306632,0.00722776615750152
+1996,Iran (Islamic Republic of),FruitVeg,61.306632,0.299771907222044
+1996,Iran (Islamic Republic of),OilcropsPulses,61.306632,0.0223105878659262
 1996,Iran (Islamic Republic of),Starchy Roots,61.306632,0.0422713810147
+1996,Iran (Islamic Republic of),Sugar,61.306632,0.0262594754838269
 1997,Iran (Islamic Republic of),Ruminants,62.426086,0.317100037314529
 1997,Iran (Islamic Republic of),Cereals,62.426086,0.223553916226624
 1997,Iran (Islamic Republic of),Monogastrics,62.426086,0.0526882672093202
-1997,Iran (Islamic Republic of),Oilcrops,62.426086,0.0144047313810448
-1997,Iran (Islamic Republic of),Pulses,62.426086,0.00716546605212443
+1997,Iran (Islamic Republic of),FruitVeg,62.426086,0.295562675513567
+1997,Iran (Islamic Republic of),OilcropsPulses,62.426086,0.0215701974331692
 1997,Iran (Islamic Republic of),Starchy Roots,62.426086,0.0436085645350247
+1997,Iran (Islamic Republic of),Sugar,62.426086,0.0262530955408609
 1998,Iran (Islamic Republic of),Ruminants,63.616065,0.323336209179238
 1998,Iran (Islamic Republic of),Cereals,63.616065,0.217900336966771
 1998,Iran (Islamic Republic of),Monogastrics,63.616065,0.0534159775522111
-1998,Iran (Islamic Republic of),Oilcrops,63.616065,0.0141410821307479
-1998,Iran (Islamic Republic of),Pulses,63.616065,0.00686993136089131
+1998,Iran (Islamic Republic of),FruitVeg,63.616065,0.316977244662964
+1998,Iran (Islamic Republic of),OilcropsPulses,63.616065,0.0210110134916393
 1998,Iran (Islamic Republic of),Starchy Roots,63.616065,0.0450444396395785
+1998,Iran (Islamic Republic of),Sugar,63.616065,0.0262623128293144
 1999,Iran (Islamic Republic of),Ruminants,64.780362,0.288252765552622
 1999,Iran (Islamic Republic of),Cereals,64.780362,0.220307521591188
 1999,Iran (Islamic Republic of),Monogastrics,64.780362,0.0549912456494146
-1999,Iran (Islamic Republic of),Oilcrops,64.780362,0.0129268959626993
-1999,Iran (Islamic Republic of),Pulses,64.780362,0.0071317755217237
+1999,Iran (Islamic Republic of),FruitVeg,64.780362,0.323390073059487
+1999,Iran (Islamic Republic of),OilcropsPulses,64.780362,0.020058671484423
 1999,Iran (Islamic Republic of),Starchy Roots,64.780362,0.0444150497337449
+1999,Iran (Islamic Republic of),Sugar,64.780362,0.0263784879744883
 2000,Iran (Islamic Republic of),Ruminants,65.850062,0.278805294063353
 2000,Iran (Islamic Republic of),Cereals,65.850062,0.219738001157843
 2000,Iran (Islamic Republic of),Monogastrics,65.850062,0.057100672129967
-2000,Iran (Islamic Republic of),Oilcrops,65.850062,0.0131757355065209
-2000,Iran (Islamic Republic of),Pulses,65.850062,0.00731271900700716
+2000,Iran (Islamic Republic of),FruitVeg,65.850062,0.307444645989855
+2000,Iran (Islamic Republic of),OilcropsPulses,65.850062,0.020488454513528
 2000,Iran (Islamic Republic of),Starchy Roots,65.850062,0.0470093710769779
+2000,Iran (Islamic Republic of),Sugar,65.850062,0.0262082061517269
 2001,Iran (Islamic Republic of),Ruminants,66.812736,0.292962069387489
 2001,Iran (Islamic Republic of),Cereals,66.812736,0.218686359439015
 2001,Iran (Islamic Republic of),Monogastrics,66.812736,0.0591683507767142
-2001,Iran (Islamic Republic of),Oilcrops,66.812736,0.0141234299999329
-2001,Iran (Islamic Republic of),Pulses,66.812736,0.00661065578874064
+2001,Iran (Islamic Republic of),FruitVeg,66.812736,0.309561772773383
+2001,Iran (Islamic Republic of),OilcropsPulses,66.812736,0.0207340857886736
 2001,Iran (Islamic Republic of),Starchy Roots,66.812736,0.0432636825410054
+2001,Iran (Islamic Republic of),Sugar,66.812736,0.0261565399746539
 2002,Iran (Islamic Republic of),Ruminants,67.696677,0.28352892417452
 2002,Iran (Islamic Republic of),Cereals,67.696677,0.220395190150914
 2002,Iran (Islamic Republic of),Monogastrics,67.696677,0.0604449683697178
-2002,Iran (Islamic Republic of),Oilcrops,67.696677,0.0123974179707521
-2002,Iran (Islamic Republic of),Pulses,67.696677,0.00654978973340154
+2002,Iran (Islamic Republic of),FruitVeg,67.696677,0.337351728505079
+2002,Iran (Islamic Republic of),OilcropsPulses,67.696677,0.0189472077041536
 2002,Iran (Islamic Republic of),Starchy Roots,67.696677,0.0461390593810092
+2002,Iran (Islamic Republic of),Sugar,67.696677,0.026222513107992
 2003,Iran (Islamic Republic of),Ruminants,68.522074,0.295131338260427
 2003,Iran (Islamic Republic of),Cereals,68.522074,0.215938239114012
 2003,Iran (Islamic Republic of),Monogastrics,68.522074,0.069278358387109
-2003,Iran (Islamic Republic of),Oilcrops,68.522074,0.0125447895812377
-2003,Iran (Islamic Republic of),Pulses,68.522074,0.00689250882861485
+2003,Iran (Islamic Republic of),FruitVeg,68.522074,0.332877927775508
+2003,Iran (Islamic Republic of),OilcropsPulses,68.522074,0.0194372984098526
 2003,Iran (Islamic Republic of),Starchy Roots,68.522074,0.0524054482063692
+2003,Iran (Islamic Republic of),Sugar,68.522074,0.0264530521945381
 2004,Iran (Islamic Republic of),Ruminants,69.321953,0.31917049855765
 2004,Iran (Islamic Republic of),Cereals,69.321953,0.213053677238436
 2004,Iran (Islamic Republic of),Monogastrics,69.321953,0.0726527554698293
-2004,Iran (Islamic Republic of),Oilcrops,69.321953,0.0156459960093738
-2004,Iran (Islamic Republic of),Pulses,69.321953,0.00673851470976301
+2004,Iran (Islamic Republic of),FruitVeg,69.321953,0.342684675949623
+2004,Iran (Islamic Republic of),OilcropsPulses,69.321953,0.0223845107191368
 2004,Iran (Islamic Republic of),Starchy Roots,69.321953,0.0549603096150508
+2004,Iran (Islamic Republic of),Sugar,69.321953,0.026806775048591
 2005,Iran (Islamic Republic of),Ruminants,70.122115,0.312294901544256
 2005,Iran (Islamic Republic of),Cereals,70.122115,0.207120991715666
 2005,Iran (Islamic Republic of),Monogastrics,70.122115,0.0783104759461405
-2005,Iran (Islamic Republic of),Oilcrops,70.122115,0.014387130222755
-2005,Iran (Islamic Republic of),Pulses,70.122115,0.00727684839511758
+2005,Iran (Islamic Republic of),FruitVeg,70.122115,0.394054386408625
+2005,Iran (Islamic Republic of),OilcropsPulses,70.122115,0.0216639786178726
 2005,Iran (Islamic Republic of),Starchy Roots,70.122115,0.0571400477581145
+2005,Iran (Islamic Republic of),Sugar,70.122115,0.0270234433174185
 2006,Iran (Islamic Republic of),Ruminants,70.923164,0.309071473461054
 2006,Iran (Islamic Republic of),Cereals,70.923164,0.204048764660302
 2006,Iran (Islamic Republic of),Monogastrics,70.923164,0.0792421598675434
-2006,Iran (Islamic Republic of),Oilcrops,70.923164,0.0141308839521034
-2006,Iran (Islamic Republic of),Pulses,70.923164,0.00820738905557005
+2006,Iran (Islamic Republic of),FruitVeg,70.923164,0.370151703891834
+2006,Iran (Islamic Republic of),OilcropsPulses,70.923164,0.0223382730076735
 2006,Iran (Islamic Republic of),Starchy Roots,70.923164,0.047811473836672
+2006,Iran (Islamic Republic of),Sugar,70.923164,0.0277123846307816
 2007,Iran (Islamic Republic of),Ruminants,71.720859,0.320511866708122
 2007,Iran (Islamic Republic of),Cereals,71.720859,0.196424613375029
 2007,Iran (Islamic Republic of),Monogastrics,71.720859,0.0855942188310935
-2007,Iran (Islamic Republic of),Oilcrops,71.720859,0.0150976161621266
-2007,Iran (Islamic Republic of),Pulses,71.720859,0.00955878121872467
+2007,Iran (Islamic Republic of),FruitVeg,71.720859,0.378645785600532
+2007,Iran (Islamic Republic of),OilcropsPulses,71.720859,0.0246563973808512
 2007,Iran (Islamic Republic of),Starchy Roots,71.720859,0.0494538973661763
+2007,Iran (Islamic Republic of),Sugar,71.720859,0.0272532430209739
 2008,Iran (Islamic Republic of),Ruminants,72.530693,0.258320134897925
 2008,Iran (Islamic Republic of),Cereals,72.530693,0.200984623158088
 2008,Iran (Islamic Republic of),Monogastrics,72.530693,0.0895961107113646
-2008,Iran (Islamic Republic of),Oilcrops,72.530693,0.0161564291133962
-2008,Iran (Islamic Republic of),Pulses,72.530693,0.00593756907851411
+2008,Iran (Islamic Republic of),FruitVeg,72.530693,0.353863653281239
+2008,Iran (Islamic Republic of),OilcropsPulses,72.530693,0.0220939981919103
 2008,Iran (Islamic Republic of),Starchy Roots,72.530693,0.0524775628436364
+2008,Iran (Islamic Republic of),Sugar,72.530693,0.0269561053277128
 2009,Iran (Islamic Republic of),Ruminants,73.370982,0.260600339245834
 2009,Iran (Islamic Republic of),Cereals,73.370982,0.198061653311387
 2009,Iran (Islamic Republic of),Monogastrics,73.370982,0.107376601556185
-2009,Iran (Islamic Republic of),Oilcrops,73.370982,0.015253182790984
-2009,Iran (Islamic Republic of),Pulses,73.370982,0.00615928787759717
+2009,Iran (Islamic Republic of),FruitVeg,73.370982,0.384171060978849
+2009,Iran (Islamic Republic of),OilcropsPulses,73.370982,0.0214124706685812
 2009,Iran (Islamic Republic of),Starchy Roots,73.370982,0.0479727803016184
+2009,Iran (Islamic Republic of),Sugar,73.370982,0.0275467214000216
 2010,Iran (Islamic Republic of),Ruminants,74.253373,0.282669393348636
 2010,Iran (Islamic Republic of),Cereals,74.253373,0.204215665731441
 2010,Iran (Islamic Republic of),Monogastrics,74.253373,0.0987473646483373
-2010,Iran (Islamic Republic of),Oilcrops,74.253373,0.0161045748049722
-2010,Iran (Islamic Republic of),Pulses,74.253373,0.00987986094584552
+2010,Iran (Islamic Republic of),FruitVeg,74.253373,0.362177688547563
+2010,Iran (Islamic Republic of),OilcropsPulses,74.253373,0.0259844357508177
 2010,Iran (Islamic Republic of),Starchy Roots,74.253373,0.0457850985436042
+2010,Iran (Islamic Republic of),Sugar,74.253373,0.0290847528232825
 2011,Iran (Islamic Republic of),Ruminants,75.184322,0.274899070048141
 2011,Iran (Islamic Republic of),Cereals,75.184322,0.199841317981161
 2011,Iran (Islamic Republic of),Monogastrics,75.184322,0.0985463511927394
-2011,Iran (Islamic Republic of),Oilcrops,75.184322,0.0154322865344187
-2011,Iran (Islamic Republic of),Pulses,75.184322,0.010160722071817
+2011,Iran (Islamic Republic of),FruitVeg,75.184322,0.391124681552625
+2011,Iran (Islamic Republic of),OilcropsPulses,75.184322,0.0255930086062358
 2011,Iran (Islamic Republic of),Starchy Roots,75.184322,0.0611628844641307
+2011,Iran (Islamic Republic of),Sugar,75.184322,0.0285218905079705
 1961,Iraq,Ruminants,7.475354,0.298280991107578
 1961,Iraq,Cereals,7.475354,0.120855948761758
 1961,Iraq,Monogastrics,7.475354,0.00464930490248355
-1961,Iraq,Oilcrops,7.475354,0.00814851042505813
-1961,Iraq,Pulses,7.475354,0.00345749512330787
+1961,Iraq,FruitVeg,7.475354,0.136672189704996
+1961,Iraq,OilcropsPulses,7.475354,0.011606005548366
 1961,Iraq,Starchy Roots,7.475354,0.00476873737350766
+1961,Iraq,Sugar,7.475354,0.0225634799368699
 1962,Iraq,Ruminants,7.67422,0.292862544988285
 1962,Iraq,Cereals,7.67422,0.134877160154387
 1962,Iraq,Monogastrics,7.67422,0.00473513920632976
-1962,Iraq,Oilcrops,7.67422,0.0079240626408938
-1962,Iraq,Pulses,7.67422,0.0033040491411505
+1962,Iraq,FruitVeg,7.67422,0.15276223511966
+1962,Iraq,OilcropsPulses,7.67422,0.0112281117820443
 1962,Iraq,Starchy Roots,7.67422,0.00474250151806959
+1962,Iraq,Sugar,7.67422,0.0242556246758628
 1963,Iraq,Ruminants,7.888914,0.285505457405164
 1963,Iraq,Cereals,7.888914,0.142494518256886
 1963,Iraq,Monogastrics,7.888914,0.00488626191133532
-1963,Iraq,Oilcrops,7.888914,0.00729441340088129
-1963,Iraq,Pulses,7.888914,0.00361824200390573
+1963,Iraq,FruitVeg,7.888914,0.162151343011218
+1963,Iraq,OilcropsPulses,7.888914,0.010912655404787
 1963,Iraq,Starchy Roots,7.888914,0.0049115759152654
+1963,Iraq,Sugar,7.888914,0.0258238332931504
 1964,Iraq,Ruminants,8.1222,0.280594949644185
 1964,Iraq,Cereals,8.1222,0.145603900421068
 1964,Iraq,Monogastrics,8.1222,0.00546452931471769
-1964,Iraq,Oilcrops,8.1222,0.00783359188397232
-1964,Iraq,Pulses,8.1222,0.00456428061362685
+1964,Iraq,FruitVeg,8.1222,0.184715101819704
+1964,Iraq,OilcropsPulses,8.1222,0.0123978724975992
 1964,Iraq,Starchy Roots,8.1222,0.00515389918987467
+1964,Iraq,Sugar,8.1222,0.0268577479008151
 1965,Iraq,Ruminants,8.375791,0.25869425347409
 1965,Iraq,Cereals,8.375791,0.146695040504234
 1965,Iraq,Monogastrics,8.375791,0.00598264689269348
-1965,Iraq,Oilcrops,8.375791,0.00685415861021365
-1965,Iraq,Pulses,8.375791,0.00503319626767191
+1965,Iraq,FruitVeg,8.375791,0.193241211486772
+1965,Iraq,OilcropsPulses,8.375791,0.0118873548778856
 1965,Iraq,Starchy Roots,8.375791,0.00544426192105319
+1965,Iraq,Sugar,8.375791,0.0283324882390212
 1966,Iraq,Ruminants,8.651167,0.252625131384009
 1966,Iraq,Cereals,8.651167,0.144998819234446
 1966,Iraq,Monogastrics,8.651167,0.00750644392831626
-1966,Iraq,Oilcrops,8.651167,0.00580372567076789
-1966,Iraq,Pulses,8.651167,0.00534344094848707
+1966,Iraq,FruitVeg,8.651167,0.202873438924483
+1966,Iraq,OilcropsPulses,8.651167,0.011147166619255
 1966,Iraq,Starchy Roots,8.651167,0.00549532797135924
+1966,Iraq,Sugar,8.651167,0.0296316092383837
 1967,Iraq,Ruminants,8.947399,0.250381345461402
 1967,Iraq,Cereals,8.947399,0.147208032189019
 1967,Iraq,Monogastrics,8.947399,0.00809003823345757
-1967,Iraq,Oilcrops,8.947399,0.0058099566142071
-1967,Iraq,Pulses,8.947399,0.00513601774102172
+1967,Iraq,FruitVeg,8.947399,0.218154013250108
+1967,Iraq,OilcropsPulses,8.947399,0.0109459743552288
 1967,Iraq,Starchy Roots,8.947399,0.00492936550610965
+1967,Iraq,Sugar,8.947399,0.032811993742539
 1968,Iraq,Ruminants,9.260685,0.251880676213477
 1968,Iraq,Cereals,9.260685,0.152227508008317
 1968,Iraq,Monogastrics,9.260685,0.00972484216880285
-1968,Iraq,Oilcrops,9.260685,0.00586187738811978
-1968,Iraq,Pulses,9.260685,0.0049371077841434
+1968,Iraq,FruitVeg,9.260685,0.198149488941693
+1968,Iraq,OilcropsPulses,9.260685,0.0107989851722632
 1968,Iraq,Starchy Roots,9.260685,0.00608723868698698
+1968,Iraq,Sugar,9.260685,0.0307461057146421
 1969,Iraq,Ruminants,9.585576,0.245887550210858
 1969,Iraq,Cereals,9.585576,0.154641724190596
 1969,Iraq,Monogastrics,9.585576,0.0101322758277645
-1969,Iraq,Oilcrops,9.585576,0.00668118431276326
-1969,Iraq,Pulses,9.585576,0.00462570011442192
+1969,Iraq,FruitVeg,9.585576,0.204866666332832
+1969,Iraq,OilcropsPulses,9.585576,0.0113068844271852
 1969,Iraq,Starchy Roots,9.585576,0.00521564901264149
+1969,Iraq,Sugar,9.585576,0.0310308947526993
 1970,Iraq,Ruminants,9.917982,0.250412876329076
 1970,Iraq,Cereals,9.917982,0.158110389795021
 1970,Iraq,Monogastrics,9.917982,0.011207491604643
-1970,Iraq,Oilcrops,9.917982,0.00650132254726818
-1970,Iraq,Pulses,9.917982,0.00499133795564461
+1970,Iraq,FruitVeg,9.917982,0.198705139815741
+1970,Iraq,OilcropsPulses,9.917982,0.0114926605029128
 1970,Iraq,Starchy Roots,9.917982,0.00365850633727708
+1970,Iraq,Sugar,9.917982,0.0314454089551685
 1971,Iraq,Ruminants,10.255904,0.239650049376437
 1971,Iraq,Cereals,10.255904,0.160373186020462
 1971,Iraq,Monogastrics,10.255904,0.0128184312177649
-1971,Iraq,Oilcrops,10.255904,0.00667020674140476
-1971,Iraq,Pulses,10.255904,0.00425481751779268
+1971,Iraq,FruitVeg,10.255904,0.212443291200854
+1971,Iraq,OilcropsPulses,10.255904,0.0109250242591974
 1971,Iraq,Starchy Roots,10.255904,0.00308592982149599
+1971,Iraq,Sugar,10.255904,0.0314369167262096
 1972,Iraq,Ruminants,10.599846,0.227867159579488
 1972,Iraq,Cereals,10.599846,0.153028449658608
 1972,Iraq,Monogastrics,10.599846,0.0146228539546707
-1972,Iraq,Oilcrops,10.599846,0.00575008353894953
-1972,Iraq,Pulses,10.599846,0.00428345845779269
+1972,Iraq,FruitVeg,10.599846,0.20082603086875
+1972,Iraq,OilcropsPulses,10.599846,0.0100335419967422
 1972,Iraq,Starchy Roots,10.599846,0.0057075357509911
+1972,Iraq,Sugar,10.599846,0.0312357368210821
 1973,Iraq,Ruminants,10.951169,0.216725310329884
 1973,Iraq,Cereals,10.951169,0.157046156442294
 1973,Iraq,Monogastrics,10.951169,0.0137766114284238
-1973,Iraq,Oilcrops,10.951169,0.00426566332781459
-1973,Iraq,Pulses,10.951169,0.0042101441407762
+1973,Iraq,FruitVeg,10.951169,0.183022652650142
+1973,Iraq,OilcropsPulses,10.951169,0.0084758074685908
 1973,Iraq,Starchy Roots,10.951169,0.00539659282036466
+1973,Iraq,Sugar,10.951169,0.0321682552794135
 1974,Iraq,Ruminants,11.312304,0.221972818269382
 1974,Iraq,Cereals,11.312304,0.157511679318378
 1974,Iraq,Monogastrics,11.312304,0.0131922020483184
-1974,Iraq,Oilcrops,11.312304,0.00428259353709023
-1974,Iraq,Pulses,11.312304,0.0051824986315785
+1974,Iraq,FruitVeg,11.312304,0.165717876747301
+1974,Iraq,OilcropsPulses,11.312304,0.00946509216866873
 1974,Iraq,Starchy Roots,11.312304,0.00700157987267669
+1974,Iraq,Sugar,11.312304,0.0337026833790888
 1975,Iraq,Ruminants,11.684585,0.217981537213346
 1975,Iraq,Cereals,11.684585,0.160454821459213
 1975,Iraq,Monogastrics,11.684585,0.0181894264965337
-1975,Iraq,Oilcrops,11.684585,0.00426604795976922
-1975,Iraq,Pulses,11.684585,0.00509731411085631
+1975,Iraq,FruitVeg,11.684585,0.174714463543207
+1975,Iraq,OilcropsPulses,11.684585,0.00936336207062553
 1975,Iraq,Starchy Roots,11.684585,0.00525067856496401
+1975,Iraq,Sugar,11.684585,0.0342948423071936
 1976,Iraq,Ruminants,12.068195,0.213954655190772
 1976,Iraq,Cereals,12.068195,0.162765848579676
 1976,Iraq,Monogastrics,12.068195,0.0150471466528342
-1976,Iraq,Oilcrops,12.068195,0.00375408252849743
-1976,Iraq,Pulses,12.068195,0.00451285382776795
+1976,Iraq,FruitVeg,12.068195,0.199914403106678
+1976,Iraq,OilcropsPulses,12.068195,0.00826693635626537
 1976,Iraq,Starchy Roots,12.068195,0.00620498757270661
+1976,Iraq,Sugar,12.068195,0.0338911494220967
 1977,Iraq,Ruminants,12.460997,0.219294708120065
 1977,Iraq,Cereals,12.460997,0.16618116511865
 1977,Iraq,Monogastrics,12.460997,0.0201614525707694
-1977,Iraq,Oilcrops,12.460997,0.00309678270526829
-1977,Iraq,Pulses,12.460997,0.00421499178597026
+1977,Iraq,FruitVeg,12.460997,0.211118339888855
+1977,Iraq,OilcropsPulses,12.460997,0.00731177449123854
 1977,Iraq,Starchy Roots,12.460997,0.00578629462794991
+1977,Iraq,Sugar,12.460997,0.0346996311771843
 1978,Iraq,Ruminants,12.859226,0.22107198364816
 1978,Iraq,Cereals,12.859226,0.178753760140774
 1978,Iraq,Monogastrics,12.859226,0.024816866893855
-1978,Iraq,Oilcrops,12.859226,0.00298882685474227
-1978,Iraq,Pulses,12.859226,0.00481871926039717
+1978,Iraq,FruitVeg,12.859226,0.221752693358061
+1978,Iraq,OilcropsPulses,12.859226,0.00780754611513943
 1978,Iraq,Starchy Roots,12.859226,0.00837702051429845
+1978,Iraq,Sugar,12.859226,0.0340491721663497
 1979,Iraq,Ruminants,13.25791,0.229836716345186
 1979,Iraq,Cereals,13.25791,0.193707680924067
 1979,Iraq,Monogastrics,13.25791,0.0276145335124465
-1979,Iraq,Oilcrops,13.25791,0.0034651766379467
-1979,Iraq,Pulses,13.25791,0.00434035228780404
+1979,Iraq,FruitVeg,13.25791,0.181439382225404
+1979,Iraq,OilcropsPulses,13.25791,0.00780552892575074
 1979,Iraq,Starchy Roots,13.25791,0.00766938378673562
+1979,Iraq,Sugar,13.25791,0.0333141498169772
 1980,Iraq,Ruminants,13.653358,0.240981229672583
 1980,Iraq,Cereals,13.653358,0.204481051474663
 1980,Iraq,Monogastrics,13.653358,0.0382642130968806
-1980,Iraq,Oilcrops,13.653358,0.00301984317704113
-1980,Iraq,Pulses,13.653358,0.00483741801833659
+1980,Iraq,FruitVeg,13.653358,0.18746889959232
+1980,Iraq,OilcropsPulses,13.653358,0.00785726119537772
 1980,Iraq,Starchy Roots,13.653358,0.00850794361357843
+1980,Iraq,Sugar,13.653358,0.0319058505607192
 1981,Iraq,Ruminants,14.046273,0.276059905713067
 1981,Iraq,Cereals,14.046273,0.210669549139476
 1981,Iraq,Monogastrics,14.046273,0.0451693769585712
-1981,Iraq,Oilcrops,14.046273,0.00256274386807091
-1981,Iraq,Pulses,14.046273,0.00544777963521
+1981,Iraq,FruitVeg,14.046273,0.208075409042669
+1981,Iraq,OilcropsPulses,14.046273,0.00801052350328091
 1981,Iraq,Starchy Roots,14.046273,0.00846580441658795
+1981,Iraq,Sugar,14.046273,0.0328288507563537
 1982,Iraq,Ruminants,14.437661,0.282516579382214
 1982,Iraq,Cereals,14.437661,0.22173397754664
 1982,Iraq,Monogastrics,14.437661,0.0534892113064575
-1982,Iraq,Oilcrops,14.437661,0.00245427566141081
-1982,Iraq,Pulses,14.437661,0.00562237886039851
+1982,Iraq,FruitVeg,14.437661,0.231961673016149
+1982,Iraq,OilcropsPulses,14.437661,0.00807665452180932
 1982,Iraq,Starchy Roots,14.437661,0.00920259867578273
+1982,Iraq,Sugar,14.437661,0.0324307379152343
 1983,Iraq,Ruminants,14.824876,0.328457910878985
 1983,Iraq,Cereals,14.824876,0.230520713967523
 1983,Iraq,Monogastrics,14.824876,0.0523037292183759
-1983,Iraq,Oilcrops,14.824876,0.00281985495190651
-1983,Iraq,Pulses,14.824876,0.00545279434377731
+1983,Iraq,FruitVeg,14.824876,0.22178283312454
+1983,Iraq,OilcropsPulses,14.824876,0.00827264929568382
 1983,Iraq,Starchy Roots,14.824876,0.00913984036021617
+1983,Iraq,Sugar,14.824876,0.032365734458757
 1984,Iraq,Ruminants,15.204746,0.33933231110865
 1984,Iraq,Cereals,15.204746,0.23988470442058
 1984,Iraq,Monogastrics,15.204746,0.0613516266565716
-1984,Iraq,Oilcrops,15.204746,0.00355349573087245
-1984,Iraq,Pulses,15.204746,0.00564836795037549
+1984,Iraq,FruitVeg,15.204746,0.248743780395937
+1984,Iraq,OilcropsPulses,15.204746,0.00920186368124795
 1984,Iraq,Starchy Roots,15.204746,0.00861277130180274
+1984,Iraq,Sugar,15.204746,0.0330322519034517
 1985,Iraq,Ruminants,15.576396,0.329138030389058
 1985,Iraq,Cereals,15.576396,0.248879522580191
 1985,Iraq,Monogastrics,15.576396,0.0610715277141131
-1985,Iraq,Oilcrops,15.576396,0.00446714374750103
-1985,Iraq,Pulses,15.576396,0.00552688824809025
+1985,Iraq,FruitVeg,15.576396,0.273399443619692
+1985,Iraq,OilcropsPulses,15.576396,0.00999403199559128
 1985,Iraq,Starchy Roots,15.576396,0.00968362643065829
+1985,Iraq,Sugar,15.576396,0.0337789948329511
 1986,Iraq,Ruminants,15.937864,0.311544263396902
 1986,Iraq,Cereals,15.937864,0.25731421726274
 1986,Iraq,Monogastrics,15.937864,0.0613502160640849
-1986,Iraq,Oilcrops,15.937864,0.00476431471620036
-1986,Iraq,Pulses,15.937864,0.00571500672863064
+1986,Iraq,FruitVeg,15.937864,0.244189811131529
+1986,Iraq,OilcropsPulses,15.937864,0.010479321444831
 1986,Iraq,Starchy Roots,15.937864,0.0079725237961624
+1986,Iraq,Sugar,15.937864,0.0382808511855792
 1987,Iraq,Ruminants,16.293719,0.30094710728717
 1987,Iraq,Cereals,16.293719,0.263443600567802
 1987,Iraq,Monogastrics,16.293719,0.0622181160728254
-1987,Iraq,Oilcrops,16.293719,0.00546885582106823
-1987,Iraq,Pulses,16.293719,0.0056178089237945
+1987,Iraq,FruitVeg,16.293719,0.228492893488589
+1987,Iraq,OilcropsPulses,16.293719,0.0110866647448627
 1987,Iraq,Starchy Roots,16.293719,0.00988626353504685
+1987,Iraq,Sugar,16.293719,0.0374911952268233
 1988,Iraq,Ruminants,16.657708,0.312461732430416
 1988,Iraq,Cereals,16.657708,0.263834016060313
 1988,Iraq,Monogastrics,16.657708,0.0599714078311374
-1988,Iraq,Oilcrops,16.657708,0.0056316871444739
-1988,Iraq,Pulses,16.657708,0.00536352300088344
+1988,Iraq,FruitVeg,16.657708,0.223000607286429
+1988,Iraq,OilcropsPulses,16.657708,0.0109952101453573
 1988,Iraq,Starchy Roots,16.657708,0.00865665312418731
+1988,Iraq,Sugar,16.657708,0.0348816896057969
 1989,Iraq,Ruminants,17.048167,0.27323356229441
 1989,Iraq,Cereals,17.048167,0.263007688744485
 1989,Iraq,Monogastrics,17.048167,0.06221539828886
-1989,Iraq,Oilcrops,17.048167,0.00603190947155785
-1989,Iraq,Pulses,17.048167,0.00562113217215669
+1989,Iraq,FruitVeg,17.048167,0.233070042075491
+1989,Iraq,OilcropsPulses,17.048167,0.0116530416437145
 1989,Iraq,Starchy Roots,17.048167,0.0126776679275842
+1989,Iraq,Sugar,17.048167,0.0355528544505694
 1990,Iraq,Ruminants,17.478455,0.269717546545161
 1990,Iraq,Cereals,17.478455,0.258465693907156
 1990,Iraq,Monogastrics,17.478455,0.0447809546095464
-1990,Iraq,Oilcrops,17.478455,0.00651178837031076
-1990,Iraq,Pulses,17.478455,0.00531494345467034
+1990,Iraq,FruitVeg,17.478455,0.23303936188868
+1990,Iraq,OilcropsPulses,17.478455,0.0118267318249811
 1990,Iraq,Starchy Roots,17.478455,0.0077037701558862
+1990,Iraq,Sugar,17.478455,0.026310391850996
 1991,Iraq,Ruminants,17.952909,0.120674248390609
 1991,Iraq,Cereals,17.952909,0.206794007589522
 1991,Iraq,Monogastrics,17.952909,0.00659754360699985
-1991,Iraq,Oilcrops,17.952909,0.00314818060961597
-1991,Iraq,Pulses,17.952909,0.00345620868462041
+1991,Iraq,FruitVeg,17.952909,0.177272051008558
+1991,Iraq,OilcropsPulses,17.952909,0.00660438929423638
 1991,Iraq,Starchy Roots,17.952909,0.0124139770329143
+1991,Iraq,Sugar,17.952909,0.0170306104709827
 1992,Iraq,Ruminants,18.468521,0.150690588596672
 1992,Iraq,Cereals,18.468521,0.183653038594699
 1992,Iraq,Monogastrics,18.468521,0.0087449503942411
-1992,Iraq,Oilcrops,18.468521,0.00539490953282074
-1992,Iraq,Pulses,18.468521,0.00348165399925636
+1992,Iraq,FruitVeg,18.468521,0.195538614055776
+1992,Iraq,OilcropsPulses,18.468521,0.00887656353207709
 1992,Iraq,Starchy Roots,18.468521,0.0172295334315076
+1992,Iraq,Sugar,18.468521,0.0178165322496588
 1993,Iraq,Ruminants,19.021967,0.150198483679422
 1993,Iraq,Cereals,19.021967,0.171581361696191
 1993,Iraq,Monogastrics,19.021967,0.00975692471761727
-1993,Iraq,Oilcrops,19.021967,0.00638651092182002
-1993,Iraq,Pulses,19.021967,0.00313616357340963
+1993,Iraq,FruitVeg,19.021967,0.212891337683427
+1993,Iraq,OilcropsPulses,19.021967,0.00952267449522965
 1993,Iraq,Starchy Roots,19.021967,0.0210304749240707
+1993,Iraq,Sugar,19.021967,0.0172909037219968
 1994,Iraq,Ruminants,19.606895,0.119284598606766
 1994,Iraq,Cereals,19.606895,0.158314358290795
 1994,Iraq,Monogastrics,19.606895,0.00992618158051032
-1994,Iraq,Oilcrops,19.606895,0.00648022035105507
-1994,Iraq,Pulses,19.606895,0.00311257850873379
+1994,Iraq,FruitVeg,19.606895,0.198666999542763
+1994,Iraq,OilcropsPulses,19.606895,0.00959279885978886
 1994,Iraq,Starchy Roots,19.606895,0.0164579858259046
+1994,Iraq,Sugar,19.606895,0.0174579911811636
 1995,Iraq,Ruminants,20.217759,0.0971842082003253
 1995,Iraq,Cereals,20.217759,0.151427811559135
 1995,Iraq,Monogastrics,20.217759,0.00872519056142671
-1995,Iraq,Oilcrops,20.217759,0.00690289166074242
-1995,Iraq,Pulses,20.217759,0.00313674725274943
+1995,Iraq,FruitVeg,20.217759,0.193946717833564
+1995,Iraq,OilcropsPulses,20.217759,0.0100396389134918
 1995,Iraq,Starchy Roots,20.217759,0.0148318614342965
+1995,Iraq,Sugar,20.217759,0.0142338723099825
 1996,Iraq,Ruminants,20.855408,0.0834651472653999
 1996,Iraq,Cereals,20.855408,0.1468667982904
 1996,Iraq,Monogastrics,20.855408,0.0085675427687629
-1996,Iraq,Oilcrops,20.855408,0.00767282999210565
-1996,Iraq,Pulses,20.855408,0.00355044600422106
+1996,Iraq,FruitVeg,20.855408,0.189613025072442
+1996,Iraq,OilcropsPulses,20.855408,0.0112232759963267
 1996,Iraq,Starchy Roots,20.855408,0.0229676638308874
+1996,Iraq,Sugar,20.855408,0.012276767733338
 1997,Iraq,Ruminants,21.519356,0.0951283393424971
 1997,Iraq,Cereals,21.519356,0.149481146182999
 1997,Iraq,Monogastrics,21.519356,0.00625516395564997
-1997,Iraq,Oilcrops,21.519356,0.00798355675699589
-1997,Iraq,Pulses,21.519356,0.00463192299992621
+1997,Iraq,FruitVeg,21.519356,0.181832950763025
+1997,Iraq,OilcropsPulses,21.519356,0.0126154797569221
 1997,Iraq,Starchy Roots,21.519356,0.0186994443514016
+1997,Iraq,Sugar,21.519356,0.0152789423624016
 1998,Iraq,Ruminants,22.200835,0.0981436463988855
 1998,Iraq,Cereals,22.200835,0.15670739411378
 1998,Iraq,Monogastrics,22.200835,0.00426270453341057
-1998,Iraq,Oilcrops,22.200835,0.00788907264073626
-1998,Iraq,Pulses,22.200835,0.0029819148694182
+1998,Iraq,FruitVeg,22.200835,0.190169063460901
+1998,Iraq,OilcropsPulses,22.200835,0.0108709875101545
 1998,Iraq,Starchy Roots,22.200835,0.0176033919444922
+1998,Iraq,Sugar,22.200835,0.0156045482073084
 1999,Iraq,Ruminants,22.8886,0.102002734985976
 1999,Iraq,Cereals,22.8886,0.164575989794046
 1999,Iraq,Monogastrics,22.8886,0.0100545336979981
-1999,Iraq,Oilcrops,22.8886,0.00907325043908321
-1999,Iraq,Pulses,22.8886,0.0022780336062494
+1999,Iraq,FruitVeg,22.8886,0.192733325760422
+1999,Iraq,OilcropsPulses,22.8886,0.0113512840453326
 1999,Iraq,Starchy Roots,22.8886,0.0226815969521945
+1999,Iraq,Sugar,22.8886,0.0173940739057872
 2000,Iraq,Ruminants,23.574751,0.11133542831481
 2000,Iraq,Cereals,23.574751,0.171772885321249
 2000,Iraq,Monogastrics,23.574751,0.0136329159955921
-2000,Iraq,Oilcrops,23.574751,0.00652566807598519
-2000,Iraq,Pulses,23.574751,0.00410273686453783
+2000,Iraq,FruitVeg,23.574751,0.177990172621548
+2000,Iraq,OilcropsPulses,23.574751,0.010628404940523
 2000,Iraq,Starchy Roots,23.574751,0.0157762005630515
+2000,Iraq,Sugar,23.574751,0.0173845738603984
 2001,Iraq,Ruminants,24.258794,0.102450851431444
 2001,Iraq,Cereals,24.258794,0.174440369954088
 2001,Iraq,Monogastrics,24.258794,0.0153972039995063
-2001,Iraq,Oilcrops,24.258794,0.00711778994454547
-2001,Iraq,Pulses,24.258794,0.00477637099354568
+2001,Iraq,FruitVeg,24.258794,0.198224074947831
+2001,Iraq,OilcropsPulses,24.258794,0.0118941609380911
 2001,Iraq,Starchy Roots,24.258794,0.0171166794194303
+2001,Iraq,Sugar,24.258794,0.0181854877039642
 2002,Iraq,Ruminants,24.943793,0.105562441926935
 2002,Iraq,Cereals,24.943793,0.180058141117512
 2002,Iraq,Monogastrics,24.943793,0.0168860485652683
-2002,Iraq,Oilcrops,24.943793,0.00832387440033679
-2002,Iraq,Pulses,24.943793,0.0050867564527977
+2002,Iraq,FruitVeg,24.943793,0.178941711070165
+2002,Iraq,OilcropsPulses,24.943793,0.0134106308531345
 2002,Iraq,Starchy Roots,24.943793,0.0255679238518376
+2002,Iraq,Sugar,24.943793,0.018929919759998
 2003,Iraq,Ruminants,25.630426,0.0807913259030498
 2003,Iraq,Cereals,25.630426,0.182422758014244
 2003,Iraq,Monogastrics,25.630426,0.00818669576541568
-2003,Iraq,Oilcrops,25.630426,0.00689574960634677
-2003,Iraq,Pulses,25.630426,0.00928248324862021
+2003,Iraq,FruitVeg,25.630426,0.135589162661596
+2003,Iraq,OilcropsPulses,25.630426,0.016178232854967
 2003,Iraq,Starchy Roots,25.630426,0.0268143026573183
+2003,Iraq,Sugar,25.630426,0.0190480642030686
 2004,Iraq,Ruminants,26.32053,0.0890323485127389
 2004,Iraq,Cereals,26.32053,0.180433296745924
 2004,Iraq,Monogastrics,26.32053,0.0138920644835039
-2004,Iraq,Oilcrops,26.32053,0.00595508525094289
-2004,Iraq,Pulses,26.32053,0.00814314909312236
+2004,Iraq,FruitVeg,26.32053,0.157225975312807
+2004,Iraq,OilcropsPulses,26.32053,0.0140982343440653
 2004,Iraq,Starchy Roots,26.32053,0.0191890132911457
+2004,Iraq,Sugar,26.32053,0.0275806376239384
 2005,Iraq,Ruminants,27.017712,0.0923022460229053
 2005,Iraq,Cereals,27.017712,0.177930166699534
 2005,Iraq,Monogastrics,27.017712,0.0181642879308211
-2005,Iraq,Oilcrops,27.017712,0.00719764871281476
-2005,Iraq,Pulses,27.017712,0.00455441970807891
+2005,Iraq,FruitVeg,27.017712,0.175174455927282
+2005,Iraq,OilcropsPulses,27.017712,0.0117520684208937
 2005,Iraq,Starchy Roots,27.017712,0.0259745532856372
+2005,Iraq,Sugar,27.017712,0.0238522418182561
 2006,Iraq,Ruminants,27.716983,0.0937548325515804
 2006,Iraq,Cereals,27.716983,0.189914176445539
 2006,Iraq,Monogastrics,27.716983,0.0197761747734232
-2006,Iraq,Oilcrops,27.716983,0.00816910700562179
-2006,Iraq,Pulses,27.716983,0.00197871463860262
+2006,Iraq,FruitVeg,27.716983,0.184599961691357
+2006,Iraq,OilcropsPulses,27.716983,0.0101478216442244
 2006,Iraq,Starchy Roots,27.716983,0.0242039330182509
+2006,Iraq,Sugar,27.716983,0.0257290990148531
 2007,Iraq,Ruminants,28.423538,0.0818794373874216
 2007,Iraq,Cereals,28.423538,0.196328936953591
 2007,Iraq,Monogastrics,28.423538,0.0315494890185733
-2007,Iraq,Oilcrops,28.423538,0.0087726235910533
-2007,Iraq,Pulses,28.423538,0.0022297716772627
+2007,Iraq,FruitVeg,28.423538,0.178315626999003
+2007,Iraq,OilcropsPulses,28.423538,0.011002395268316
 2007,Iraq,Starchy Roots,28.423538,0.0194505342719826
+2007,Iraq,Sugar,28.423538,0.0225656988936423
 2008,Iraq,Ruminants,29.163327,0.107286846936222
 2008,Iraq,Cereals,29.163327,0.190723952723227
 2008,Iraq,Monogastrics,29.163327,0.0378015272400162
-2008,Iraq,Oilcrops,29.163327,0.0109436073600245
-2008,Iraq,Pulses,29.163327,0.0024261635169403
+2008,Iraq,FruitVeg,29.163327,0.153484202951193
+2008,Iraq,OilcropsPulses,29.163327,0.0133697708769648
 2008,Iraq,Starchy Roots,29.163327,0.0109231364446176
+2008,Iraq,Sugar,29.163327,0.0186963579292582
 2009,Iraq,Ruminants,29.970634,0.119474336111809
 2009,Iraq,Cereals,29.970634,0.195554888828845
 2009,Iraq,Monogastrics,29.970634,0.0547722480612189
-2009,Iraq,Oilcrops,29.970634,0.00993325666717628
-2009,Iraq,Pulses,29.970634,0.00366935847937017
+2009,Iraq,FruitVeg,29.970634,0.157996924589583
+2009,Iraq,OilcropsPulses,29.970634,0.0136026151465465
 2009,Iraq,Starchy Roots,29.970634,0.00695874501687218
+2009,Iraq,Sugar,29.970634,0.0159749039676638
 2010,Iraq,Ruminants,30.868156,0.114145772102486
 2010,Iraq,Cereals,30.868156,0.193995909571016
 2010,Iraq,Monogastrics,30.868156,0.0511855032739889
-2010,Iraq,Oilcrops,30.868156,0.0104716653628419
-2010,Iraq,Pulses,30.868156,0.00302807203643781
+2010,Iraq,FruitVeg,30.868156,0.185672574675339
+2010,Iraq,OilcropsPulses,30.868156,0.0134997373992797
 2010,Iraq,Starchy Roots,30.868156,0.00753504679709407
+2010,Iraq,Sugar,30.868156,0.0191624987252235
 2011,Iraq,Ruminants,31.867758,0.11378256669327
 2011,Iraq,Cereals,31.867758,0.189738700789682
 2011,Iraq,Monogastrics,31.867758,0.0638638996819293
-2011,Iraq,Oilcrops,31.867758,0.0114288554594898
-2011,Iraq,Pulses,31.867758,0.00277443427303546
+2011,Iraq,FruitVeg,31.867758,0.154582791798532
+2011,Iraq,OilcropsPulses,31.867758,0.0142032897325253
 2011,Iraq,Starchy Roots,31.867758,0.013253740661643
+2011,Iraq,Sugar,31.867758,0.0189208478362362
 1961,Ireland,Ruminants,2.8244,0.958624415805127
 1961,Ireland,Cereals,2.8244,0.183478614927064
 1961,Ireland,Monogastrics,2.8244,0.202205813624133
-1961,Ireland,Oilcrops,2.8244,0.00975215975074352
-1961,Ireland,Pulses,2.8244,0.00159573714771279
+1961,Ireland,FruitVeg,2.8244,0.0797082566208752
+1961,Ireland,OilcropsPulses,2.8244,0.0113478968984563
 1961,Ireland,Starchy Roots,2.8244,0.141977057074069
+1961,Ireland,Sugar,2.8244,0.0533918708398244
 1962,Ireland,Ruminants,2.83605,0.973444121224943
 1962,Ireland,Cereals,2.83605,0.179361435799792
 1962,Ireland,Monogastrics,2.83605,0.204158424569383
-1962,Ireland,Oilcrops,2.83605,0.0104116641102942
-1962,Ireland,Pulses,2.83605,0.00229615133724723
+1962,Ireland,FruitVeg,2.83605,0.0844851113344264
+1962,Ireland,OilcropsPulses,2.83605,0.0127078154475415
 1962,Ireland,Starchy Roots,2.83605,0.147035489501243
+1962,Ireland,Sugar,2.83605,0.050545300682287
 1963,Ireland,Ruminants,2.85265,0.988930993988046
 1963,Ireland,Cereals,2.85265,0.176037368762379
 1963,Ireland,Monogastrics,2.85265,0.21006134646732
-1963,Ireland,Oilcrops,2.85265,0.0117014004522111
-1963,Ireland,Pulses,2.85265,0.00197816065763413
+1963,Ireland,FruitVeg,2.85265,0.0853595779363048
+1963,Ireland,OilcropsPulses,2.85265,0.0136795611098452
 1963,Ireland,Starchy Roots,2.85265,0.143726009149387
+1963,Ireland,Sugar,2.85265,0.0524410635724677
 1964,Ireland,Ruminants,2.86655,0.998889989708883
 1964,Ireland,Cereals,2.86655,0.17290017616996
 1964,Ireland,Monogastrics,2.86655,0.225303971673266
-1964,Ireland,Oilcrops,2.86655,0.0108492787497166
-1964,Ireland,Pulses,2.86655,0.00201322146831557
+1964,Ireland,FruitVeg,2.86655,0.0847353089951335
+1964,Ireland,OilcropsPulses,2.86655,0.0128625002180321
 1964,Ireland,Starchy Roots,2.86655,0.146168739425442
+1964,Ireland,Sugar,2.86655,0.0521721232840872
 1965,Ireland,Ruminants,2.8773,0.990417231432246
 1965,Ireland,Cereals,2.8773,0.172169742466896
 1965,Ireland,Monogastrics,2.8773,0.24179598929552
-1965,Ireland,Oilcrops,2.8773,0.00882702533625274
-1965,Ireland,Pulses,2.8773,0.00229520731241094
+1965,Ireland,FruitVeg,2.8773,0.0867584193514754
+1965,Ireland,OilcropsPulses,2.8773,0.0111222326486637
 1965,Ireland,Starchy Roots,2.8773,0.13797657526153
+1965,Ireland,Sugar,2.8773,0.0534799986098078
 1966,Ireland,Ruminants,2.8888,0.981022500692329
 1966,Ireland,Cereals,2.8888,0.165971337579618
 1966,Ireland,Monogastrics,2.8888,0.237369080587095
-1966,Ireland,Oilcrops,2.8888,0.0134557601772362
-1966,Ireland,Pulses,2.8888,0.00332733314871227
+1966,Ireland,FruitVeg,2.8888,0.0844039047355303
+1966,Ireland,OilcropsPulses,2.8888,0.0167830933259485
 1966,Ireland,Starchy Roots,2.8888,0.136042647466076
+1966,Ireland,Sugar,2.8888,0.0532636388811963
 1967,Ireland,Ruminants,2.90245,1.01567100208445
 1967,Ireland,Cereals,2.90245,0.167687643197988
 1967,Ireland,Monogastrics,2.90245,0.224098709710762
-1967,Ireland,Oilcrops,2.90245,0.0119474926355321
-1967,Ireland,Pulses,2.90245,0.00269772089097142
+1967,Ireland,FruitVeg,2.90245,0.084379059070785
+1967,Ireland,OilcropsPulses,2.90245,0.0146452135265035
 1967,Ireland,Starchy Roots,2.90245,0.134713776292443
+1967,Ireland,Sugar,2.90245,0.0546362555771848
 1968,Ireland,Ruminants,2.91555,1.02115573390955
 1968,Ireland,Cereals,2.91555,0.169537823052254
 1968,Ireland,Monogastrics,2.91555,0.230981324278438
-1968,Ireland,Oilcrops,2.91555,0.00920924010907033
-1968,Ireland,Pulses,2.91555,0.00285332098574883
+1968,Ireland,FruitVeg,2.91555,0.0855361767076538
+1968,Ireland,OilcropsPulses,2.91555,0.0120625610948192
 1968,Ireland,Starchy Roots,2.91555,0.134451475707842
+1968,Ireland,Sugar,2.91555,0.055586424516815
 1969,Ireland,Ruminants,2.93265,1.02926776123983
 1969,Ireland,Cereals,2.93265,0.166166095510886
 1969,Ireland,Monogastrics,2.93265,0.248585818287215
-1969,Ireland,Oilcrops,2.93265,0.0111608954358686
-1969,Ireland,Pulses,2.93265,0.00239408043919322
+1969,Ireland,FruitVeg,2.93265,0.0943525480367586
+1969,Ireland,OilcropsPulses,2.93265,0.0135549758750618
 1969,Ireland,Starchy Roots,2.93265,0.129575639779721
+1969,Ireland,Sugar,2.93265,0.0548739194926091
 1970,Ireland,Ruminants,2.95725,1.03583494800913
 1970,Ireland,Cereals,2.95725,0.159445430721109
 1970,Ireland,Monogastrics,2.95725,0.260531067714938
-1970,Ireland,Oilcrops,2.95725,0.0101469270437061
-1970,Ireland,Pulses,2.95725,0.00313534533772931
+1970,Ireland,FruitVeg,2.95725,0.0968768281342463
+1970,Ireland,OilcropsPulses,2.95725,0.0132822723814355
 1970,Ireland,Starchy Roots,2.95725,0.127483303745033
+1970,Ireland,Sugar,2.95725,0.0547271958745456
 1971,Ireland,Ruminants,2.99205,1.112107083772
 1971,Ireland,Cereals,2.99205,0.162245951772196
 1971,Ireland,Monogastrics,2.99205,0.261274644474524
-1971,Ireland,Oilcrops,2.99205,0.00974248424992898
-1971,Ireland,Pulses,2.99205,0.00224528333416888
+1971,Ireland,FruitVeg,2.99205,0.0955839641717217
+1971,Ireland,OilcropsPulses,2.99205,0.0119877675840979
 1971,Ireland,Starchy Roots,2.99205,0.123326816062566
+1971,Ireland,Sugar,2.99205,0.0561782055781153
 1972,Ireland,Ruminants,3.03685,1.07106037505968
 1972,Ireland,Cereals,3.03685,0.163585952549517
 1972,Ireland,Monogastrics,3.03685,0.265929828605298
-1972,Ireland,Oilcrops,3.03685,0.0107466618371009
-1972,Ireland,Pulses,3.03685,0.00255626718474735
+1972,Ireland,FruitVeg,3.03685,0.0929575053097782
+1972,Ireland,OilcropsPulses,3.03685,0.0133029290218483
 1972,Ireland,Starchy Roots,3.03685,0.132044717388083
+1972,Ireland,Sugar,3.03685,0.0521691884683142
 1973,Ireland,Ruminants,3.08595,1.01008609990441
 1973,Ireland,Cereals,3.08595,0.16647969020885
 1973,Ireland,Monogastrics,3.08595,0.26516699881722
-1973,Ireland,Oilcrops,3.08595,0.0128644339668498
-1973,Ireland,Pulses,3.08595,0.00323628056190152
+1973,Ireland,FruitVeg,3.08595,0.096910189730877
+1973,Ireland,OilcropsPulses,3.08595,0.0161007145287513
 1973,Ireland,Starchy Roots,3.08595,0.134480467927219
+1973,Ireland,Sugar,3.08595,0.0559341531781137
 1974,Ireland,Ruminants,3.1375,1.3267062310757
 1974,Ireland,Cereals,3.1375,0.168067250996016
 1974,Ireland,Monogastrics,3.1375,0.259715601593626
-1974,Ireland,Oilcrops,3.1375,0.00776605577689243
-1974,Ireland,Pulses,3.1375,0.00330135458167331
+1974,Ireland,FruitVeg,3.1375,0.102510597609562
+1974,Ireland,OilcropsPulses,3.1375,0.0110674103585657
 1974,Ireland,Starchy Roots,3.1375,0.128127490039841
+1974,Ireland,Sugar,3.1375,0.0531850199203187
 1975,Ireland,Ruminants,3.18955,1.36097857064476
 1975,Ireland,Cereals,3.18955,0.167587904249816
 1975,Ireland,Monogastrics,3.18955,0.231423523694565
-1975,Ireland,Oilcrops,3.18955,0.00541831919863304
-1975,Ireland,Pulses,3.18955,0.00221567305732784
+1975,Ireland,FruitVeg,3.18955,0.11083036792024
+1975,Ireland,OilcropsPulses,3.18955,0.00763399225596087
 1975,Ireland,Starchy Roots,3.18955,0.118198491950275
+1975,Ireland,Sugar,3.18955,0.0548152560706056
 1976,Ireland,Ruminants,3.23805,1.31908969904727
 1976,Ireland,Cereals,3.23805,0.163410077052547
 1976,Ireland,Monogastrics,3.23805,0.247611123978938
-1976,Ireland,Oilcrops,3.23805,0.0163234045181514
-1976,Ireland,Pulses,3.23805,0.00231157641172928
+1976,Ireland,FruitVeg,3.23805,0.118509905653094
+1976,Ireland,OilcropsPulses,3.23805,0.0186349809298806
 1976,Ireland,Starchy Roots,3.23805,0.109633884591035
+1976,Ireland,Sugar,3.23805,0.0512811723104955
 1977,Ireland,Ruminants,3.2822,1.27244649929925
 1977,Ireland,Cereals,3.2822,0.164976540125526
 1977,Ireland,Monogastrics,3.2822,0.241361678142709
-1977,Ireland,Oilcrops,3.2822,0.0196164158186582
-1977,Ireland,Pulses,3.2822,0.00295655353116812
+1977,Ireland,FruitVeg,3.2822,0.120666626043507
+1977,Ireland,OilcropsPulses,3.2822,0.0225729693498263
 1977,Ireland,Starchy Roots,3.2822,0.131619036012431
+1977,Ireland,Sugar,3.2822,0.0518350496618122
 1978,Ireland,Ruminants,3.3291,1.17167702982788
 1978,Ireland,Cereals,3.3291,0.156497852272386
 1978,Ireland,Monogastrics,3.3291,0.254829563545703
-1978,Ireland,Oilcrops,3.3291,0.0232765612327656
-1978,Ireland,Pulses,3.3291,0.00274068066444384
+1978,Ireland,FruitVeg,3.3291,0.129109368898501
+1978,Ireland,OilcropsPulses,3.3291,0.0260172418972095
 1978,Ireland,Starchy Roots,3.3291,0.153795320056472
+1978,Ireland,Sugar,3.3291,0.0551293142290709
 1979,Ireland,Ruminants,3.37375,1.13072453501297
 1979,Ireland,Cereals,3.37375,0.160845350129678
 1979,Ireland,Monogastrics,3.37375,0.265891930344572
-1979,Ireland,Oilcrops,3.37375,0.0173640607632456
-1979,Ireland,Pulses,3.37375,0.00259799925898481
+1979,Ireland,FruitVeg,3.37375,0.134539903668025
+1979,Ireland,OilcropsPulses,3.37375,0.0199620600222305
 1979,Ireland,Starchy Roots,3.37375,0.135593034457206
+1979,Ireland,Sugar,3.37375,0.0514172656539459
 1980,Ireland,Ruminants,3.4128,1.22316505508673
 1980,Ireland,Cereals,3.4128,0.152179149085795
 1980,Ireland,Monogastrics,3.4128,0.268010021097046
-1980,Ireland,Oilcrops,3.4128,0.00581663150492264
-1980,Ireland,Pulses,3.4128,0.00186357243319269
+1980,Ireland,FruitVeg,3.4128,0.13772386310361
+1980,Ireland,OilcropsPulses,3.4128,0.00768020393811533
 1980,Ireland,Starchy Roots,3.4128,0.1361975503985
+1980,Ireland,Sugar,3.4128,0.048841713548992
 1981,Ireland,Ruminants,3.453,1.24876258326093
 1981,Ireland,Cereals,3.453,0.15483550535766
 1981,Ireland,Monogastrics,3.453,0.283317781639154
-1981,Ireland,Oilcrops,3.453,0.00652794671300319
-1981,Ireland,Pulses,3.453,0.00255082536924414
+1981,Ireland,FruitVeg,3.453,0.140305241818708
+1981,Ireland,OilcropsPulses,3.453,0.00907877208224732
 1981,Ireland,Starchy Roots,3.453,0.135293078482479
+1981,Ireland,Sugar,3.453,0.0448062554300608
 1982,Ireland,Ruminants,3.4858,1.32682612312812
 1982,Ireland,Cereals,3.4858,0.160474783406965
 1982,Ireland,Monogastrics,3.4858,0.287155688794538
-1982,Ireland,Oilcrops,3.4858,0.00684577428423891
-1982,Ireland,Pulses,3.4858,0.00223248608640771
+1982,Ireland,FruitVeg,3.4858,0.146883068449137
+1982,Ireland,OilcropsPulses,3.4858,0.00907826037064662
 1982,Ireland,Starchy Roots,3.4858,0.135770841700614
+1982,Ireland,Sugar,3.4858,0.046305582649607
 1983,Ireland,Ruminants,3.5106,1.19095519284453
 1983,Ireland,Cereals,3.5106,0.168228223095767
 1983,Ireland,Monogastrics,3.5106,0.299035179171652
-1983,Ireland,Oilcrops,3.5106,0.0082797812339771
-1983,Ireland,Pulses,3.5106,0.00247080271178716
+1983,Ireland,FruitVeg,3.5106,0.116564974648208
+1983,Ireland,OilcropsPulses,3.5106,0.0107505839457643
 1983,Ireland,Starchy Roots,3.5106,0.132804363926394
+1983,Ireland,Sugar,3.5106,0.0442343189198428
 1984,Ireland,Ruminants,3.532423,1.31846129413154
 1984,Ireland,Cereals,3.532423,0.16329980865825
 1984,Ireland,Monogastrics,3.532423,0.292999111374827
-1984,Ireland,Oilcrops,3.532423,0.00983998801955485
-1984,Ireland,Pulses,3.532423,0.00200145905515846
+1984,Ireland,FruitVeg,3.532423,0.124917089487867
+1984,Ireland,OilcropsPulses,3.532423,0.0118414470747133
 1984,Ireland,Starchy Roots,3.532423,0.134534284257576
+1984,Ireland,Sugar,3.532423,0.0460539408785414
 1985,Ireland,Ruminants,3.538082,1.25059195914623
 1985,Ireland,Cereals,3.538082,0.162816463835491
 1985,Ireland,Monogastrics,3.538082,0.294042450118454
-1985,Ireland,Oilcrops,3.538082,0.0115559786347518
-1985,Ireland,Pulses,3.538082,0.00283939151212437
+1985,Ireland,FruitVeg,3.538082,0.122774429761662
+1985,Ireland,OilcropsPulses,3.538082,0.0143953701468762
 1985,Ireland,Starchy Roots,3.538082,0.141085480777438
+1985,Ireland,Sugar,3.538082,0.0458434824291806
 1986,Ireland,Ruminants,3.53969,1.16075416208764
 1986,Ireland,Cereals,3.53969,0.167268602617743
 1986,Ireland,Monogastrics,3.53969,0.306871844709565
-1986,Ireland,Oilcrops,3.53969,0.0122990996386689
-1986,Ireland,Pulses,3.53969,0.00303444651932796
+1986,Ireland,FruitVeg,3.53969,0.130396729657117
+1986,Ireland,OilcropsPulses,3.53969,0.0153335461579969
 1986,Ireland,Starchy Roots,3.53969,0.135638996635299
+1986,Ireland,Sugar,3.53969,0.0452474651735039
 1987,Ireland,Ruminants,3.540057,1.19236873869545
 1987,Ireland,Cereals,3.540057,0.167293069009906
 1987,Ireland,Monogastrics,3.540057,0.302439000275984
-1987,Ireland,Oilcrops,3.540057,0.0128529003911519
-1987,Ireland,Pulses,3.540057,0.00309458294033119
+1987,Ireland,FruitVeg,3.540057,0.138242406831302
+1987,Ireland,OilcropsPulses,3.540057,0.0159474833314831
 1987,Ireland,Starchy Roots,3.540057,0.13789806209335
+1987,Ireland,Sugar,3.540057,0.0394561443502181
 1988,Ireland,Ruminants,3.524949,1.17013136927655
 1988,Ireland,Cereals,3.524949,0.164208616918997
 1988,Ireland,Monogastrics,3.524949,0.316982940746093
-1988,Ireland,Oilcrops,3.524949,0.0132237374214492
-1988,Ireland,Pulses,3.524949,0.00352912907392419
+1988,Ireland,FruitVeg,3.524949,0.139591239476089
+1988,Ireland,OilcropsPulses,3.524949,0.0167528664953734
 1988,Ireland,Starchy Roots,3.524949,0.133768743888209
+1988,Ireland,Sugar,3.524949,0.0396522048971489
 1989,Ireland,Ruminants,3.511009,1.00203779027624
 1989,Ireland,Cereals,3.511009,0.167874818891094
 1989,Ireland,Monogastrics,3.511009,0.31443693251712
-1989,Ireland,Oilcrops,3.511009,0.0186855117716873
-1989,Ireland,Pulses,3.511009,0.00359127532854516
+1989,Ireland,FruitVeg,3.511009,0.137007623734374
+1989,Ireland,OilcropsPulses,3.511009,0.0222767871002324
 1989,Ireland,Starchy Roots,3.511009,0.145431697839567
+1989,Ireland,Sugar,3.511009,0.0403157610817859
 1990,Ireland,Ruminants,3.513974,1.02450957235312
 1990,Ireland,Cereals,3.513974,0.174605446710761
 1990,Ireland,Monogastrics,3.513974,0.315921688663604
-1990,Ireland,Oilcrops,3.513974,0.0244603403440094
-1990,Ireland,Pulses,3.513974,0.00332956362226926
+1990,Ireland,FruitVeg,3.513974,0.148367062476842
+1990,Ireland,OilcropsPulses,3.513974,0.0277899039662786
 1990,Ireland,Starchy Roots,3.513974,0.140493925111569
+1990,Ireland,Sugar,3.513974,0.0473079766668735
 1991,Ireland,Ruminants,3.534235,1.04767821041894
 1991,Ireland,Cereals,3.534235,0.173051876855953
 1991,Ireland,Monogastrics,3.534235,0.33275829139828
-1991,Ireland,Oilcrops,3.534235,0.0210297277911627
-1991,Ireland,Pulses,3.534235,0.0031562700273185
+1991,Ireland,FruitVeg,3.534235,0.139590038579778
+1991,Ireland,OilcropsPulses,3.534235,0.0241859978184812
 1991,Ireland,Starchy Roots,3.534235,0.133038691541451
+1991,Ireland,Sugar,3.534235,0.0431352187955809
 1992,Ireland,Ruminants,3.55843,0.987416107665459
 1992,Ireland,Cereals,3.55843,0.176371602082941
 1992,Ireland,Monogastrics,3.55843,0.33152609437308
-1992,Ireland,Oilcrops,3.55843,0.018054872514002
-1992,Ireland,Pulses,3.55843,0.00315335695798428
+1992,Ireland,FruitVeg,3.55843,0.144741360656244
+1992,Ireland,OilcropsPulses,3.55843,0.0212082294719862
 1992,Ireland,Starchy Roots,3.55843,0.14440019896415
+1992,Ireland,Sugar,3.55843,0.047293047776688
 1993,Ireland,Ruminants,3.576261,0.963813379392611
 1993,Ireland,Cereals,3.576261,0.174813583236794
 1993,Ireland,Monogastrics,3.576261,0.306005518053632
-1993,Ireland,Oilcrops,3.576261,0.014638472974987
-1993,Ireland,Pulses,3.576261,0.00247213500356937
+1993,Ireland,FruitVeg,3.576261,0.146153203024052
+1993,Ireland,OilcropsPulses,3.576261,0.0171106079785564
 1993,Ireland,Starchy Roots,3.576261,0.149161372729787
+1993,Ireland,Sugar,3.576261,0.0484410953227407
 1994,Ireland,Ruminants,3.590386,0.876027340792884
 1994,Ireland,Cereals,3.590386,0.175672754962837
 1994,Ireland,Monogastrics,3.590386,0.305510243188337
-1994,Ireland,Oilcrops,3.590386,0.0273137762903487
-1994,Ireland,Pulses,3.590386,0.00249722453240404
+1994,Ireland,FruitVeg,3.590386,0.147720607199337
+1994,Ireland,OilcropsPulses,3.590386,0.0298110008227528
 1994,Ireland,Starchy Roots,3.590386,0.15791561130196
+1994,Ireland,Sugar,3.590386,0.0488398740413983
 1995,Ireland,Ruminants,3.608841,0.88180363169228
 1995,Ireland,Cereals,3.608841,0.17656776787894
 1995,Ireland,Monogastrics,3.608841,0.306849706041358
-1995,Ireland,Oilcrops,3.608841,0.046426262614507
-1995,Ireland,Pulses,3.608841,0.00225529470541927
+1995,Ireland,FruitVeg,3.608841,0.127655942725102
+1995,Ireland,OilcropsPulses,3.608841,0.0486815573199263
 1995,Ireland,Starchy Roots,3.608841,0.154329326229668
+1995,Ireland,Sugar,3.608841,0.0454015568987384
 1996,Ireland,Ruminants,3.63751,0.902719580152357
 1996,Ireland,Cereals,3.63751,0.194922075815599
 1996,Ireland,Monogastrics,3.63751,0.315368067716652
-1996,Ireland,Oilcrops,3.63751,0.0553661708146507
-1996,Ireland,Pulses,3.63751,0.00284452826246526
+1996,Ireland,FruitVeg,3.63751,0.159074476771198
+1996,Ireland,OilcropsPulses,3.63751,0.0582106990771159
 1996,Ireland,Starchy Roots,3.63751,0.157090152329478
+1996,Ireland,Sugar,3.63751,0.0396350800410171
 1997,Ireland,Ruminants,3.674171,0.970843273217278
 1997,Ireland,Cereals,3.674171,0.201043990603595
 1997,Ireland,Monogastrics,3.674171,0.325722945393668
-1997,Ireland,Oilcrops,3.674171,0.0424904012360884
-1997,Ireland,Pulses,3.674171,0.00201923100476271
+1997,Ireland,FruitVeg,3.674171,0.137051051788281
+1997,Ireland,OilcropsPulses,3.674171,0.0445096322408511
 1997,Ireland,Starchy Roots,3.674171,0.147008127819854
+1997,Ireland,Sugar,3.674171,0.0397640719498358
 1998,Ireland,Ruminants,3.712696,1.04373501089235
 1998,Ireland,Cereals,3.712696,0.201691708666694
 1998,Ireland,Monogastrics,3.712696,0.343337833207998
-1998,Ireland,Oilcrops,3.712696,0.0420349524981307
-1998,Ireland,Pulses,3.712696,0.00201605517930905
+1998,Ireland,FruitVeg,3.712696,0.138581235845865
+1998,Ireland,OilcropsPulses,3.712696,0.0440510076774398
 1998,Ireland,Starchy Roots,3.712696,0.152940612428273
+1998,Ireland,Sugar,3.712696,0.0383818120309338
 1999,Ireland,Ruminants,3.754786,1.00524088456706
 1999,Ireland,Cereals,3.754786,0.179703450476272
 1999,Ireland,Monogastrics,3.754786,0.396656773515188
-1999,Ireland,Oilcrops,3.754786,0.0161846773690964
-1999,Ireland,Pulses,3.754786,0.00229760098178698
+1999,Ireland,FruitVeg,3.754786,0.127329759938383
+1999,Ireland,OilcropsPulses,3.754786,0.0184822783508834
 1999,Ireland,Starchy Roots,3.754786,0.157009747026861
+1999,Ireland,Sugar,3.754786,0.0400246512051552
 2000,Ireland,Ruminants,3.805174,0.952171937472505
 2000,Ireland,Cereals,3.805174,0.175590130700988
 2000,Ireland,Monogastrics,3.805174,0.358168719748427
-2000,Ireland,Oilcrops,3.805174,0.0178209984615684
-2000,Ireland,Pulses,3.805174,0.00278200155893003
+2000,Ireland,FruitVeg,3.805174,0.138926629899185
+2000,Ireland,OilcropsPulses,3.805174,0.0206030000204984
 2000,Ireland,Starchy Roots,3.805174,0.159456571499753
+2000,Ireland,Sugar,3.805174,0.0433967014386201
 2001,Ireland,Ruminants,3.866243,1.08828594064056
 2001,Ireland,Cereals,3.866243,0.174635686375637
 2001,Ireland,Monogastrics,3.866243,0.359284219848571
-2001,Ireland,Oilcrops,3.866243,0.0293882200368678
-2001,Ireland,Pulses,3.866243,0.0026801212443191
+2001,Ireland,FruitVeg,3.866243,0.161646849409103
+2001,Ireland,OilcropsPulses,3.866243,0.0320683412811869
 2001,Ireland,Starchy Roots,3.866243,0.141049592588981
+2001,Ireland,Sugar,3.866243,0.0426496730805591
 2002,Ireland,Ruminants,3.931947,1.09654298493851
 2002,Ireland,Cereals,3.931947,0.168855022715209
 2002,Ireland,Monogastrics,3.931947,0.365956941942503
-2002,Ireland,Oilcrops,3.931947,0.0165228575054547
-2002,Ireland,Pulses,3.931947,0.00268442072082864
+2002,Ireland,FruitVeg,3.931947,0.192291757747498
+2002,Ireland,OilcropsPulses,3.931947,0.0192072782262833
 2002,Ireland,Starchy Roots,3.931947,0.139691099600274
+2002,Ireland,Sugar,3.931947,0.0328440337573218
 2003,Ireland,Ruminants,3.996521,1.01835886762512
 2003,Ireland,Cereals,3.996521,0.16800862550203
 2003,Ireland,Monogastrics,3.996521,0.377776921477455
-2003,Ireland,Oilcrops,3.996521,0.0133130790505042
-2003,Ireland,Pulses,3.996521,0.00247465232886303
+2003,Ireland,FruitVeg,3.996521,0.216789802931099
+2003,Ireland,OilcropsPulses,3.996521,0.0157877313793672
 2003,Ireland,Starchy Roots,3.996521,0.142256727788994
+2003,Ireland,Sugar,3.996521,0.0380583512510006
 2004,Ireland,Ruminants,4.070262,1.15556590705955
 2004,Ireland,Cereals,4.070262,0.163118000757691
 2004,Ireland,Monogastrics,4.070262,0.359065755472252
-2004,Ireland,Oilcrops,4.070262,0.0140167881084805
-2004,Ireland,Pulses,4.070262,0.00224039631846795
+2004,Ireland,FruitVeg,4.070262,0.1998994167943
+2004,Ireland,OilcropsPulses,4.070262,0.0162571844269484
 2004,Ireland,Starchy Roots,4.070262,0.153044693437425
+2004,Ireland,Sugar,4.070262,0.0372990731309188
 2005,Ireland,Ruminants,4.159914,1.05751332840054
 2005,Ireland,Cereals,4.159914,0.155861395211536
 2005,Ireland,Monogastrics,4.159914,0.352630342838818
-2005,Ireland,Oilcrops,4.159914,0.0130913764082623
-2005,Ireland,Pulses,4.159914,0.00312746850055073
+2005,Ireland,FruitVeg,4.159914,0.200806074356345
+2005,Ireland,OilcropsPulses,4.159914,0.016218844908813
 2005,Ireland,Starchy Roots,4.159914,0.113915095360144
+2005,Ireland,Sugar,4.159914,0.0315119495258796
 2006,Ireland,Ruminants,4.273591,1.1090430272808
 2006,Ireland,Cereals,4.273591,0.174494236813958
 2006,Ireland,Monogastrics,4.273591,0.34230690302371
-2006,Ireland,Oilcrops,4.273591,0.0129801845801341
-2006,Ireland,Pulses,4.273591,0.00402144238884816
+2006,Ireland,FruitVeg,4.273591,0.209451021400972
+2006,Ireland,OilcropsPulses,4.273591,0.0170016269689823
 2006,Ireland,Starchy Roots,4.273591,0.132131736518539
+2006,Ireland,Sugar,4.273591,0.0419836619835637
 2007,Ireland,Ruminants,4.398942,0.994796180536138
 2007,Ireland,Cereals,4.398942,0.158177579972639
 2007,Ireland,Monogastrics,4.398942,0.319719196115793
-2007,Ireland,Oilcrops,4.398942,0.0151593269472523
-2007,Ireland,Pulses,4.398942,0.00274816080775787
+2007,Ireland,FruitVeg,4.398942,0.240669460974934
+2007,Ireland,OilcropsPulses,4.398942,0.0179074877550102
 2007,Ireland,Starchy Roots,4.398942,0.113520478333199
+2007,Ireland,Sugar,4.398942,0.0409352976238377
 2008,Ireland,Ruminants,4.489544,0.929510012598161
 2008,Ireland,Cereals,4.489544,0.161208577084889
 2008,Ireland,Monogastrics,4.489544,0.319146398832487
-2008,Ireland,Oilcrops,4.489544,0.0144823171351033
-2008,Ireland,Pulses,4.489544,0.00177122665464466
+2008,Ireland,FruitVeg,4.489544,0.253732227593716
+2008,Ireland,OilcropsPulses,4.489544,0.0162535437897479
 2008,Ireland,Starchy Roots,4.489544,0.112927281701661
+2008,Ireland,Sugar,4.489544,0.0420227533130313
 2009,Ireland,Ruminants,4.535375,0.924094986632858
 2009,Ireland,Cereals,4.535375,0.16384268114544
 2009,Ireland,Monogastrics,4.535375,0.307524295124438
-2009,Ireland,Oilcrops,4.535375,0.0156608880191825
-2009,Ireland,Pulses,4.535375,0.00463555935286498
+2009,Ireland,FruitVeg,4.535375,0.247406223300168
+2009,Ireland,OilcropsPulses,4.535375,0.0202964473720475
 2009,Ireland,Starchy Roots,4.535375,0.109184356310118
+2009,Ireland,Sugar,4.535375,0.0378658876057658
 2010,Ireland,Ruminants,4.560155,0.945161030710579
 2010,Ireland,Cereals,4.560155,0.174005488848515
 2010,Ireland,Monogastrics,4.560155,0.291815168563349
-2010,Ireland,Oilcrops,4.560155,0.0158450754415146
-2010,Ireland,Pulses,4.560155,0.00510684395596202
+2010,Ireland,FruitVeg,4.560155,0.242007563339404
+2010,Ireland,OilcropsPulses,4.560155,0.0209519193974766
 2010,Ireland,Starchy Roots,4.560155,0.109587283765574
+2010,Ireland,Sugar,4.560155,0.0371465443608825
 2011,Ireland,Ruminants,4.576794,0.904783413891908
 2011,Ireland,Cereals,4.576794,0.172245899640666
 2011,Ireland,Monogastrics,4.576794,0.298534651111673
-2011,Ireland,Oilcrops,4.576794,0.0151929494751129
-2011,Ireland,Pulses,4.576794,0.00274799346442073
+2011,Ireland,FruitVeg,4.576794,0.245252244256569
+2011,Ireland,OilcropsPulses,4.576794,0.0179409429395337
 2011,Ireland,Starchy Roots,4.576794,0.10871802401419
+2011,Ireland,Sugar,4.576794,0.0482486211964095
 1961,Israel,Ruminants,2.185,0.334657574370709
 1961,Israel,Cereals,2.185,0.155143249427918
 1961,Israel,Monogastrics,2.185,0.114939771167048
-1961,Israel,Oilcrops,2.185,0.0398535469107551
-1961,Israel,Pulses,2.185,0.004841647597254
+1961,Israel,FruitVeg,2.185,0.304118993135011
+1961,Israel,OilcropsPulses,2.185,0.0446951945080092
 1961,Israel,Starchy Roots,2.185,0.0345276887871854
+1961,Israel,Sugar,2.185,0.0348485125858124
 1962,Israel,Ruminants,2.293,0.439227605756651
 1962,Israel,Cereals,2.293,0.152238988225033
 1962,Israel,Monogastrics,2.293,0.127591103358046
-1962,Israel,Oilcrops,2.293,0.041351504579154
-1962,Israel,Pulses,2.293,0.00421412996075011
+1962,Israel,FruitVeg,2.293,0.297849542084605
+1962,Israel,OilcropsPulses,2.293,0.0455656345399041
 1962,Israel,Starchy Roots,2.293,0.0340239860444832
+1962,Israel,Sugar,2.293,0.0352948102921936
 1963,Israel,Ruminants,2.379,0.453833123160992
 1963,Israel,Cereals,2.379,0.147865069356873
 1963,Israel,Monogastrics,2.379,0.125393022278268
-1963,Israel,Oilcrops,2.379,0.0396397646069777
-1963,Israel,Pulses,2.379,0.0046343001261034
+1963,Israel,FruitVeg,2.379,0.295578814627995
+1963,Israel,OilcropsPulses,2.379,0.0442740647330811
 1963,Israel,Starchy Roots,2.379,0.0365926860025221
+1963,Israel,Sugar,2.379,0.0351029844472467
 1964,Israel,Ruminants,2.475,0.55347498989899
 1964,Israel,Cereals,2.475,0.148777777777778
 1964,Israel,Monogastrics,2.475,0.126812686868687
-1964,Israel,Oilcrops,2.475,0.0348739393939394
-1964,Israel,Pulses,2.475,0.00476080808080808
+1964,Israel,FruitVeg,2.475,0.365383434343434
+1964,Israel,OilcropsPulses,2.475,0.0396347474747475
 1964,Israel,Starchy Roots,2.475,0.0370476767676768
+1964,Israel,Sugar,2.475,0.0359959595959596
 1965,Israel,Ruminants,2.563,0.536246195864222
 1965,Israel,Cereals,2.563,0.144054233320328
 1965,Israel,Monogastrics,2.563,0.129747912602419
-1965,Israel,Oilcrops,2.563,0.0403039406944986
-1965,Israel,Pulses,2.563,0.00491611392898946
+1965,Israel,FruitVeg,2.563,0.312410066328521
+1965,Israel,OilcropsPulses,2.563,0.0452200546234881
 1965,Israel,Starchy Roots,2.563,0.0332262973078424
+1965,Israel,Sugar,2.563,0.037516582130316
 1966,Israel,Ruminants,2.629,0.668727767211868
 1966,Israel,Cereals,2.629,0.147265119817421
 1966,Israel,Monogastrics,2.629,0.13450471662229
-1966,Israel,Oilcrops,2.629,0.0396633701027006
-1966,Israel,Pulses,2.629,0.00378090528718144
+1966,Israel,FruitVeg,2.629,0.32106808672499
+1966,Israel,OilcropsPulses,2.629,0.0434442753898821
 1966,Israel,Starchy Roots,2.629,0.0334572080639026
+1966,Israel,Sugar,2.629,0.0362944085203499
 1967,Israel,Ruminants,2.745,0.507561857923497
 1967,Israel,Cereals,2.745,0.148339526411658
 1967,Israel,Monogastrics,2.745,0.137888633879781
-1967,Israel,Oilcrops,2.745,0.0420779599271403
-1967,Israel,Pulses,2.745,0.00486775956284153
+1967,Israel,FruitVeg,2.745,0.325512204007286
+1967,Israel,OilcropsPulses,2.745,0.0469457194899818
 1967,Israel,Starchy Roots,2.745,0.0329322404371585
+1967,Israel,Sugar,2.745,0.0359100182149362
 1968,Israel,Ruminants,2.803,0.644065358544417
 1968,Israel,Cereals,2.803,0.150005351409204
 1968,Israel,Monogastrics,2.803,0.133797359971459
-1968,Israel,Oilcrops,2.803,0.0407434891188013
-1968,Israel,Pulses,2.803,0.00382126293257224
+1968,Israel,FruitVeg,2.803,0.34947591865858
+1968,Israel,OilcropsPulses,2.803,0.0445647520513735
 1968,Israel,Starchy Roots,2.803,0.034012486621477
+1968,Israel,Sugar,2.803,0.0377670353193007
 1969,Israel,Ruminants,2.877,0.636384080639555
 1969,Israel,Cereals,2.877,0.150434827945777
 1969,Israel,Monogastrics,2.877,0.138978310740355
-1969,Israel,Oilcrops,2.877,0.0511522419186653
-1969,Israel,Pulses,2.877,0.00410079944386514
+1969,Israel,FruitVeg,2.877,0.335876607577338
+1969,Israel,OilcropsPulses,2.877,0.0552530413625304
 1969,Israel,Starchy Roots,2.877,0.0331810914146681
+1969,Israel,Sugar,2.877,0.0380823774765381
 1970,Israel,Ruminants,2.974,0.626933591123066
 1970,Israel,Cereals,2.974,0.150838937457969
 1970,Israel,Monogastrics,2.974,0.143962508406187
-1970,Israel,Oilcrops,2.974,0.0399381304640215
-1970,Israel,Pulses,2.974,0.00499193006052454
+1970,Israel,FruitVeg,2.974,0.333836247478144
+1970,Israel,OilcropsPulses,2.974,0.0449300605245461
 1970,Israel,Starchy Roots,2.974,0.037058507061197
+1970,Israel,Sugar,2.974,0.0396684599865501
 1971,Israel,Ruminants,3.069,0.618458813945911
 1971,Israel,Cereals,3.069,0.157332029977191
 1971,Israel,Monogastrics,3.069,0.157218181818182
-1971,Israel,Oilcrops,3.069,0.0471632453567938
-1971,Israel,Pulses,3.069,0.00532062561094819
+1971,Israel,FruitVeg,3.069,0.366959921798631
+1971,Israel,OilcropsPulses,3.069,0.052483870967742
 1971,Israel,Starchy Roots,3.069,0.03758357771261
+1971,Israel,Sugar,3.069,0.0387487781036168
 1972,Israel,Ruminants,3.148,0.533764390088945
 1972,Israel,Cereals,3.148,0.151805273189327
 1972,Israel,Monogastrics,3.148,0.170098824650572
-1972,Israel,Oilcrops,3.148,0.0483290978398983
-1972,Israel,Pulses,3.148,0.00412865311308767
+1972,Israel,FruitVeg,3.148,0.390527954256671
+1972,Israel,OilcropsPulses,3.148,0.052457750952986
 1972,Israel,Starchy Roots,3.148,0.0373059085133418
+1972,Israel,Sugar,3.148,0.0388348157560356
 1973,Israel,Ruminants,3.278,0.616186790726052
 1973,Israel,Cereals,3.278,0.152756558877364
 1973,Israel,Monogastrics,3.278,0.165257199511897
-1973,Israel,Oilcrops,3.278,0.047624466137889
-1973,Israel,Pulses,3.278,0.00429225137278829
+1973,Israel,FruitVeg,3.278,0.397213239780354
+1973,Israel,OilcropsPulses,3.278,0.0519167175106773
 1973,Israel,Starchy Roots,3.278,0.0373557046979866
+1973,Israel,Sugar,3.278,0.0385808419768151
 1974,Israel,Ruminants,3.377,0.455419484749778
 1974,Israel,Cereals,3.377,0.149694995558188
 1974,Israel,Monogastrics,3.377,0.178235475273912
-1974,Israel,Oilcrops,3.377,0.0540684039087948
-1974,Israel,Pulses,3.377,0.00459253775540421
+1974,Israel,FruitVeg,3.377,0.369676636067516
+1974,Israel,OilcropsPulses,3.377,0.058660941664199
 1974,Israel,Starchy Roots,3.377,0.0404794196031981
+1974,Israel,Sugar,3.377,0.0372123186259994
 1975,Israel,Ruminants,3.455,0.539106599131693
 1975,Israel,Cereals,3.455,0.150823444283647
 1975,Israel,Monogastrics,3.455,0.184629290882779
-1975,Israel,Oilcrops,3.455,0.0466648335745297
-1975,Israel,Pulses,3.455,0.00532561505065123
+1975,Israel,FruitVeg,3.455,0.337891751085383
+1975,Israel,OilcropsPulses,3.455,0.0519904486251809
 1975,Israel,Starchy Roots,3.455,0.0397166425470333
+1975,Israel,Sugar,3.455,0.0358619392185239
 1976,Israel,Ruminants,3.533,0.540982790829324
 1976,Israel,Cereals,3.533,0.155761958675347
 1976,Israel,Monogastrics,3.533,0.185983923011605
-1976,Israel,Oilcrops,3.533,0.0469807529012171
-1976,Israel,Pulses,3.533,0.00394056043022927
+1976,Israel,FruitVeg,3.533,0.329358335692046
+1976,Israel,OilcropsPulses,3.533,0.0509213133314464
 1976,Israel,Starchy Roots,3.533,0.0418754599490518
+1976,Israel,Sugar,3.533,0.0340116048683838
 1977,Israel,Ruminants,3.613,0.688394049266538
 1977,Israel,Cereals,3.613,0.15424743980072
 1977,Israel,Monogastrics,3.613,0.183638389150291
-1977,Israel,Oilcrops,3.613,0.0482313866592859
-1977,Israel,Pulses,3.613,0.00614337115970108
+1977,Israel,FruitVeg,3.613,0.307405480210351
+1977,Israel,OilcropsPulses,3.613,0.054374757818987
 1977,Israel,Starchy Roots,3.613,0.0426764461666205
+1977,Israel,Sugar,3.613,0.0347860503736507
 1978,Israel,Ruminants,3.69,0.475077506775068
 1978,Israel,Cereals,3.69,0.152368563685637
 1978,Israel,Monogastrics,3.69,0.186762872628726
-1978,Israel,Oilcrops,3.69,0.0541447154471545
-1978,Israel,Pulses,3.69,0.00476558265582656
+1978,Israel,FruitVeg,3.69,0.295436043360434
+1978,Israel,OilcropsPulses,3.69,0.058910298102981
 1978,Israel,Starchy Roots,3.69,0.0432140921409214
+1978,Israel,Sugar,3.69,0.0350506775067751
 1979,Israel,Ruminants,3.786,0.701572266244057
 1979,Israel,Cereals,3.786,0.153548071843634
 1979,Israel,Monogastrics,3.786,0.185443079767565
-1979,Israel,Oilcrops,3.786,0.0457649234020074
-1979,Israel,Pulses,3.786,0.00374062334918119
+1979,Israel,FruitVeg,3.786,0.287871368198627
+1979,Israel,OilcropsPulses,3.786,0.0495055467511886
 1979,Israel,Starchy Roots,3.786,0.0414527205493925
+1979,Israel,Sugar,3.786,0.0351500264131009
 1980,Israel,Ruminants,3.878,0.462590691077875
 1980,Israel,Cereals,3.878,0.157119907168644
 1980,Israel,Monogastrics,3.878,0.172616064981949
-1980,Israel,Oilcrops,3.878,0.048973697782362
-1980,Israel,Pulses,3.878,0.00482490974729242
+1980,Israel,FruitVeg,3.878,0.287492521918515
+1980,Israel,OilcropsPulses,3.878,0.0537986075296545
 1980,Israel,Starchy Roots,3.878,0.0412705002578649
+1980,Israel,Sugar,3.878,0.0348143372872615
 1981,Israel,Ruminants,3.956,0.516215520728008
 1981,Israel,Cereals,3.956,0.157051820020222
 1981,Israel,Monogastrics,3.956,0.175390470171891
-1981,Israel,Oilcrops,3.956,0.0539668857431749
-1981,Israel,Pulses,3.956,0.00496562184024267
+1981,Israel,FruitVeg,3.956,0.289653690596562
+1981,Israel,OilcropsPulses,3.956,0.0589325075834176
 1981,Israel,Starchy Roots,3.956,0.0408412537917088
+1981,Israel,Sugar,3.956,0.0338690596562184
 1982,Israel,Ruminants,4.031,0.546505457702803
 1982,Israel,Cereals,4.031,0.157634581989581
 1982,Israel,Monogastrics,4.031,0.192697295956338
-1982,Israel,Oilcrops,4.031,0.0538752170677251
-1982,Israel,Pulses,4.031,0.00552021830811213
+1982,Israel,FruitVeg,4.031,0.36096626147358
+1982,Israel,OilcropsPulses,4.031,0.0593954353758373
 1982,Israel,Starchy Roots,4.031,0.040719920615232
+1982,Israel,Sugar,4.031,0.0340637558918383
 1983,Israel,Ruminants,4.105,0.467340633373934
 1983,Israel,Cereals,4.105,0.157953958587089
 1983,Israel,Monogastrics,4.105,0.197309013398295
-1983,Israel,Oilcrops,4.105,0.0533137637028015
-1983,Israel,Pulses,4.105,0.00554445797807552
+1983,Israel,FruitVeg,4.105,0.360469183922046
+1983,Israel,OilcropsPulses,4.105,0.058858221680877
 1983,Israel,Starchy Roots,4.105,0.0367393422655298
+1983,Israel,Sugar,4.105,0.0343308160779537
 1984,Israel,Ruminants,4.159,0.595685645587882
 1984,Israel,Cereals,4.159,0.150540514546766
 1984,Israel,Monogastrics,4.159,0.197713224332772
-1984,Israel,Oilcrops,4.159,0.0513438326520798
-1984,Israel,Pulses,4.159,0.0038114931473912
+1984,Israel,FruitVeg,4.159,0.351862707381582
+1984,Israel,OilcropsPulses,4.159,0.055155325799471
 1984,Israel,Starchy Roots,4.159,0.0329026208223131
+1984,Israel,Sugar,4.159,0.036804520317384
 1985,Israel,Ruminants,4.233,0.569554547602173
 1985,Israel,Cereals,4.233,0.158453106543822
 1985,Israel,Monogastrics,4.233,0.190898771556816
-1985,Israel,Oilcrops,4.233,0.05283463264824
-1985,Israel,Pulses,4.233,0.00396574533427829
+1985,Israel,FruitVeg,4.233,0.32011504842901
+1985,Israel,OilcropsPulses,4.233,0.0568003779825183
 1985,Israel,Starchy Roots,4.233,0.0355268131348925
+1985,Israel,Sugar,4.233,0.0375395700448854
 1986,Israel,Ruminants,4.299,0.513407141195627
 1986,Israel,Cereals,4.299,0.164217957664573
 1986,Israel,Monogastrics,4.299,0.165331402651779
-1986,Israel,Oilcrops,4.299,0.0482435450104675
-1986,Israel,Pulses,4.299,0.00497464526634101
+1986,Israel,FruitVeg,4.299,0.308734124214934
+1986,Israel,OilcropsPulses,4.299,0.0532181902768086
 1986,Israel,Starchy Roots,4.299,0.0356915561758548
+1986,Israel,Sugar,4.299,0.0389702256338683
 1987,Israel,Ruminants,4.369,0.586409498741131
 1987,Israel,Cereals,4.369,0.172724422064546
 1987,Israel,Monogastrics,4.369,0.164499885557336
-1987,Israel,Oilcrops,4.369,0.0445394827191577
-1987,Israel,Pulses,4.369,0.00436255436026551
+1987,Israel,FruitVeg,4.369,0.320735179674983
+1987,Israel,OilcropsPulses,4.369,0.0489020370794232
 1987,Israel,Starchy Roots,4.369,0.0341517509727626
+1987,Israel,Sugar,4.369,0.0395271229114214
 1988,Israel,Ruminants,4.442,0.648368302566412
 1988,Israel,Cereals,4.442,0.152216118865376
 1988,Israel,Monogastrics,4.442,0.18179216569113
-1988,Israel,Oilcrops,4.442,0.0459034218820351
-1988,Israel,Pulses,4.442,0.00682057631697434
+1988,Israel,FruitVeg,4.442,0.300301891040072
+1988,Israel,OilcropsPulses,4.442,0.0527239981990094
 1988,Israel,Starchy Roots,4.442,0.03861256190905
+1988,Israel,Sugar,4.442,0.0389351643403872
 1989,Israel,Ruminants,4.518,0.566286830455954
 1989,Israel,Cereals,4.518,0.16279991146525
 1989,Israel,Monogastrics,4.518,0.176909495351926
-1989,Israel,Oilcrops,4.518,0.0459619300575476
-1989,Israel,Pulses,4.518,0.00558831341301461
+1989,Israel,FruitVeg,4.518,0.33024789729969
+1989,Israel,OilcropsPulses,4.518,0.0515502434705622
 1989,Israel,Starchy Roots,4.518,0.0366998671978752
+1989,Israel,Sugar,4.518,0.0408826914563966
 1990,Israel,Ruminants,4.66,0.522140579399142
 1990,Israel,Cereals,4.66,0.161571459227468
 1990,Israel,Monogastrics,4.66,0.177756158798283
-1990,Israel,Oilcrops,4.66,0.0394034334763948
-1990,Israel,Pulses,4.66,0.00632596566523605
+1990,Israel,FruitVeg,4.66,0.367097210300429
+1990,Israel,OilcropsPulses,4.66,0.0457293991416309
 1990,Israel,Starchy Roots,4.66,0.0344888412017167
+1990,Israel,Sugar,4.66,0.0410332618025751
 1991,Israel,Ruminants,4.949,0.581305395029299
 1991,Israel,Cereals,4.949,0.147454637300465
 1991,Israel,Monogastrics,4.949,0.177722550010103
-1991,Israel,Oilcrops,4.949,0.0392293392604567
-1991,Israel,Pulses,4.949,0.0131824611032532
+1991,Israel,FruitVeg,4.949,0.291998787633865
+1991,Israel,OilcropsPulses,4.949,0.0524118003637098
 1991,Israel,Starchy Roots,4.949,0.0314033138007678
+1991,Israel,Sugar,4.949,0.0405043443119822
 1992,Israel,Ruminants,5.123,0.508129631075542
 1992,Israel,Cereals,5.123,0.152991606480578
 1992,Israel,Monogastrics,5.123,0.186244856529377
-1992,Israel,Oilcrops,5.123,0.0380989654499317
-1992,Israel,Pulses,5.123,0.00498457934803826
+1992,Israel,FruitVeg,5.123,0.330732188170994
+1992,Israel,OilcropsPulses,5.123,0.0430835447979699
 1992,Israel,Starchy Roots,5.123,0.0361680655865704
+1992,Israel,Sugar,5.123,0.04044622291626
 1993,Israel,Ruminants,5.261,0.534791180383957
 1993,Israel,Cereals,5.261,0.154302604067668
 1993,Israel,Monogastrics,5.261,0.18645134004942
-1993,Israel,Oilcrops,5.261,0.0299540011404676
-1993,Israel,Pulses,5.261,0.00623835772666793
+1993,Israel,FruitVeg,5.261,0.34129994297662
+1993,Israel,OilcropsPulses,5.261,0.0361923588671355
 1993,Israel,Starchy Roots,5.261,0.0360114046759171
+1993,Israel,Sugar,5.261,0.0401623265538871
 1994,Israel,Ruminants,5.399,0.650707482867198
 1994,Israel,Cereals,5.399,0.154349323948879
 1994,Israel,Monogastrics,5.399,0.196490998333025
-1994,Israel,Oilcrops,5.399,0.0261729949990739
-1994,Israel,Pulses,5.399,0.00593091313206149
+1994,Israel,FruitVeg,5.399,0.340765141692906
+1994,Israel,OilcropsPulses,5.399,0.0321039081311354
 1994,Israel,Starchy Roots,5.399,0.0441374328579366
+1994,Israel,Sugar,5.399,0.0415810335247268
 1995,Israel,Ruminants,5.545,0.607060090171326
 1995,Israel,Cereals,5.545,0.152357980162308
 1995,Israel,Monogastrics,5.545,0.188469395852119
-1995,Israel,Oilcrops,5.545,0.0287303877366997
-1995,Israel,Pulses,5.545,0.00681082055906222
+1995,Israel,FruitVeg,5.545,0.368185572587917
+1995,Israel,OilcropsPulses,5.545,0.0355412082957619
 1995,Israel,Starchy Roots,5.545,0.0473296663660956
+1995,Israel,Sugar,5.545,0.0431006311992786
 1996,Israel,Ruminants,5.692,0.634343692902319
 1996,Israel,Cereals,5.692,0.146351194659171
 1996,Israel,Monogastrics,5.692,0.188218446943078
-1996,Israel,Oilcrops,5.692,0.0305830990864371
-1996,Israel,Pulses,5.692,0.0080695713281799
+1996,Israel,FruitVeg,5.692,0.363292340126493
+1996,Israel,OilcropsPulses,5.692,0.038652670414617
 1996,Israel,Starchy Roots,5.692,0.0447972593113141
+1996,Israel,Sugar,5.692,0.0476707659873507
 1997,Israel,Ruminants,5.836,0.661504626456477
 1997,Israel,Cereals,5.836,0.145626285126799
 1997,Israel,Monogastrics,5.836,0.185791706648389
-1997,Israel,Oilcrops,5.836,0.0286290267306374
-1997,Israel,Pulses,5.836,0.00728786840301576
+1997,Israel,FruitVeg,5.836,0.365884681288554
+1997,Israel,OilcropsPulses,5.836,0.0359168951336532
 1997,Israel,Starchy Roots,5.836,0.0456689513365319
+1997,Israel,Sugar,5.836,0.048920322138451
 1998,Israel,Ruminants,5.971,0.646562116898342
 1998,Israel,Cereals,5.971,0.144799196114554
 1998,Israel,Monogastrics,5.971,0.184418120917769
-1998,Israel,Oilcrops,5.971,0.0299559537765868
-1998,Israel,Pulses,5.971,0.00731719979902864
+1998,Israel,FruitVeg,5.971,0.367261597722325
+1998,Israel,OilcropsPulses,5.971,0.0372731535756155
 1998,Israel,Starchy Roots,5.971,0.0477797688829342
+1998,Israel,Sugar,5.971,0.0494248869536091
 1999,Israel,Ruminants,6.125,0.62709626122449
 1999,Israel,Cereals,6.125,0.141993959183673
 1999,Israel,Monogastrics,6.125,0.183827216326531
-1999,Israel,Oilcrops,6.125,0.0290344489795918
-1999,Israel,Pulses,6.125,0.00725632653061224
+1999,Israel,FruitVeg,6.125,0.385762775510204
+1999,Israel,OilcropsPulses,6.125,0.0362907755102041
 1999,Israel,Starchy Roots,6.125,0.0495817142857143
+1999,Israel,Sugar,6.125,0.0500391836734694
 2000,Israel,Ruminants,6.289,0.732726109079345
 2000,Israel,Cereals,6.289,0.140339799650183
 2000,Israel,Monogastrics,6.289,0.223407839084115
-2000,Israel,Oilcrops,6.289,0.0327971060581969
-2000,Israel,Pulses,6.289,0.00770599459373509
+2000,Israel,FruitVeg,6.289,0.366053744633487
+2000,Israel,OilcropsPulses,6.289,0.0405031006519319
 2000,Israel,Starchy Roots,6.289,0.043281125775163
+2000,Israel,Sugar,6.289,0.0500831610748927
 2001,Israel,Ruminants,6.439,0.682835005435627
 2001,Israel,Cereals,6.439,0.14345208883367
 2001,Israel,Monogastrics,6.439,0.248011259512347
-2001,Israel,Oilcrops,6.439,0.0347572604441683
-2001,Israel,Pulses,6.439,0.00745503960242274
+2001,Israel,FruitVeg,6.439,0.36746078583631
+2001,Israel,OilcropsPulses,6.439,0.0422123000465911
 2001,Israel,Starchy Roots,6.439,0.0512919708029197
+2001,Israel,Sugar,6.439,0.0416407827302376
 2002,Israel,Ruminants,6.57,0.761980456621004
 2002,Israel,Cereals,6.57,0.146976407914764
 2002,Israel,Monogastrics,6.57,0.257470106544901
-2002,Israel,Oilcrops,6.57,0.0369111111111111
-2002,Israel,Pulses,6.57,0.00753044140030441
+2002,Israel,FruitVeg,6.57,0.375678843226788
+2002,Israel,OilcropsPulses,6.57,0.0444415525114155
 2002,Israel,Starchy Roots,6.57,0.0499165905631659
+2002,Israel,Sugar,6.57,0.0420957382039574
 2003,Israel,Ruminants,6.6897,0.771222655724472
 2003,Israel,Cereals,6.6897,0.145532834058328
 2003,Israel,Monogastrics,6.6897,0.255733291477944
-2003,Israel,Oilcrops,6.6897,0.0359817331120977
-2003,Israel,Pulses,6.6897,0.00655873955483803
+2003,Israel,FruitVeg,6.6897,0.348479005037595
+2003,Israel,OilcropsPulses,6.6897,0.0425404726669357
 2003,Israel,Starchy Roots,6.6897,0.0493004170590609
+2003,Israel,Sugar,6.6897,0.0372287247559681
 2004,Israel,Ruminants,6.809,0.772119136437069
 2004,Israel,Cereals,6.809,0.152241592010574
 2004,Israel,Monogastrics,6.809,0.26125668967543
-2004,Israel,Oilcrops,6.809,0.0358838302247026
-2004,Israel,Pulses,6.809,0.00591628726685269
+2004,Israel,FruitVeg,6.809,0.385886180055808
+2004,Israel,OilcropsPulses,6.809,0.0418001174915553
 2004,Israel,Starchy Roots,6.809,0.0502609781171978
+2004,Israel,Sugar,6.809,0.025843295638126
 2005,Israel,Ruminants,6.9301,0.732883710191772
 2005,Israel,Cereals,6.9301,0.152428392086694
 2005,Israel,Monogastrics,6.9301,0.266780017604364
-2005,Israel,Oilcrops,6.9301,0.0393441653078599
-2005,Israel,Pulses,6.9301,0.00656945787218078
+2005,Israel,FruitVeg,6.9301,0.371001861445001
+2005,Israel,OilcropsPulses,6.9301,0.0459136231800407
 2005,Israel,Starchy Roots,6.9301,0.0498871589154558
+2005,Israel,Sugar,6.9301,0.0254960245883898
 2006,Israel,Ruminants,7.0537,0.841891206033713
 2006,Israel,Cereals,7.0537,0.156222833406581
 2006,Israel,Monogastrics,7.0537,0.258077363653118
-2006,Israel,Oilcrops,7.0537,0.0364914867374569
-2006,Israel,Pulses,7.0537,0.00799310999900761
+2006,Israel,FruitVeg,7.0537,0.316463699902179
+2006,Israel,OilcropsPulses,7.0537,0.0444845967364646
 2006,Israel,Starchy Roots,7.0537,0.0484678962813842
+2006,Israel,Sugar,7.0537,0.0246361484043835
 2007,Israel,Ruminants,7.1801,0.817917522040083
 2007,Israel,Cereals,7.1801,0.149172574198131
 2007,Israel,Monogastrics,7.1801,0.253283840057938
-2007,Israel,Oilcrops,7.1801,0.0385210512388407
-2007,Israel,Pulses,7.1801,0.00867982340078829
+2007,Israel,FruitVeg,7.1801,0.308908371749697
+2007,Israel,OilcropsPulses,7.1801,0.047200874639629
 2007,Israel,Starchy Roots,7.1801,0.0391736883887411
+2007,Israel,Sugar,7.1801,0.0250873943259843
 2008,Israel,Ruminants,7.3088,0.884599236536778
 2008,Israel,Cereals,7.3088,0.150391719570928
 2008,Israel,Monogastrics,7.3088,0.256147233471979
-2008,Israel,Oilcrops,7.3088,0.0375348894483363
-2008,Israel,Pulses,7.3088,0.00679961142732049
+2008,Israel,FruitVeg,7.3088,0.287745457530648
+2008,Israel,OilcropsPulses,7.3088,0.0443345008756567
 2008,Israel,Starchy Roots,7.3088,0.0461149573117338
+2008,Israel,Sugar,7.3088,0.0244466943957968
 2009,Israel,Ruminants,7.4856,0.775321604146628
 2009,Israel,Cereals,7.4856,0.148841642620498
 2009,Israel,Monogastrics,7.4856,0.25205147215988
-2009,Israel,Oilcrops,7.4856,0.0361027840119697
-2009,Israel,Pulses,7.4856,0.00814497167895693
+2009,Israel,FruitVeg,7.4856,0.306998103024474
+2009,Israel,OilcropsPulses,7.4856,0.0442477556909266
 2009,Israel,Starchy Roots,7.4856,0.0442941113604788
+2009,Israel,Sugar,7.4856,0.0254137276904991
 2010,Israel,Ruminants,7.6236,0.813130069783305
 2010,Israel,Cereals,7.6236,0.158966236423737
 2010,Israel,Monogastrics,7.6236,0.251968426989874
-2010,Israel,Oilcrops,7.6236,0.0351215960963324
-2010,Israel,Pulses,7.6236,0.00710281231963902
+2010,Israel,FruitVeg,7.6236,0.277761425048534
+2010,Israel,OilcropsPulses,7.6236,0.0422244084159715
 2010,Israel,Starchy Roots,7.6236,0.0415269688860906
+2010,Israel,Sugar,7.6236,0.0268236791017367
 2011,Israel,Ruminants,7.7658,0.847340389914755
 2011,Israel,Cereals,7.7658,0.152237889206521
 2011,Israel,Monogastrics,7.7658,0.26287491308043
-2011,Israel,Oilcrops,7.7658,0.0412028380849365
-2011,Israel,Pulses,7.7658,0.00742640809704087
+2011,Israel,FruitVeg,7.7658,0.269499214504623
+2011,Israel,OilcropsPulses,7.7658,0.0486292461819774
 2011,Israel,Starchy Roots,7.7658,0.0405130186201035
+2011,Israel,Sugar,7.7658,0.0332697210847562
 1961,Italy,Ruminants,50.53635,0.542850534318367
 1961,Italy,Cereals,50.53635,0.183279995488396
 1961,Italy,Monogastrics,50.53635,0.0878041370221632
-1961,Italy,Oilcrops,50.53635,0.0543187230577594
-1961,Italy,Pulses,50.53635,0.00481402000738083
+1961,Italy,FruitVeg,50.53635,0.380975594794638
+1961,Italy,OilcropsPulses,50.53635,0.0591327430651402
 1961,Italy,Starchy Roots,50.53635,0.0546530566611954
+1961,Italy,Sugar,50.53635,0.0245977598303004
 1962,Italy,Ruminants,50.87945,0.590062473159596
 1962,Italy,Cereals,50.87945,0.183230479103056
 1962,Italy,Monogastrics,50.87945,0.0945853247234394
-1962,Italy,Oilcrops,50.87945,0.0465690175503076
-1962,Italy,Pulses,50.87945,0.00536580092748644
+1962,Italy,FruitVeg,50.87945,0.419442309223075
+1962,Italy,OilcropsPulses,50.87945,0.0519348184777941
 1962,Italy,Starchy Roots,50.87945,0.0486624560603544
+1962,Italy,Sugar,50.87945,0.0250935102482436
 1963,Italy,Ruminants,51.252,0.650175499492703
 1963,Italy,Cereals,51.252,0.182907691407165
 1963,Italy,Monogastrics,51.252,0.096575638023882
-1963,Italy,Oilcrops,51.252,0.0693186217123234
-1963,Italy,Pulses,51.252,0.00585315694997268
+1963,Italy,FruitVeg,51.252,0.407388550690705
+1963,Italy,OilcropsPulses,51.252,0.0751717786622961
 1963,Italy,Starchy Roots,51.252,0.05165460860064
+1963,Italy,Sugar,51.252,0.0261378677905252
 1964,Italy,Ruminants,51.67535,0.636125824014738
 1964,Italy,Cereals,51.67535,0.182858229310493
 1964,Italy,Monogastrics,51.67535,0.110334747611772
-1964,Italy,Oilcrops,51.67535,0.0486889977523132
-1964,Italy,Pulses,51.67535,0.00596148840791596
+1964,Italy,FruitVeg,51.67535,0.45059002019338
+1964,Italy,OilcropsPulses,51.67535,0.0546504861602292
 1964,Italy,Starchy Roots,51.67535,0.0467760934371998
+1964,Italy,Sugar,51.67535,0.027365910438923
 1965,Italy,Ruminants,52.11235,0.642477272661855
 1965,Italy,Cereals,52.11235,0.185008563229254
 1965,Italy,Monogastrics,52.11235,0.115466410553353
-1965,Italy,Oilcrops,52.11235,0.0555819877629775
-1965,Italy,Pulses,52.11235,0.00590952048794576
+1965,Italy,FruitVeg,52.11235,0.454018903388544
+1965,Italy,OilcropsPulses,52.11235,0.0614915082509232
 1965,Italy,Starchy Roots,52.11235,0.0428432223839455
+1965,Italy,Sugar,52.11235,0.0268984607295583
 1966,Italy,Ruminants,52.519,0.730346276585617
 1966,Italy,Cereals,52.519,0.184103562520231
 1966,Italy,Monogastrics,52.519,0.116281557150745
-1966,Italy,Oilcrops,52.519,0.0488270911479655
-1966,Italy,Pulses,52.519,0.00575037605438032
+1966,Italy,FruitVeg,52.519,0.454210818941716
+1966,Italy,OilcropsPulses,52.519,0.0545774672023458
 1966,Italy,Starchy Roots,52.519,0.0448970658237971
+1966,Italy,Sugar,52.519,0.0274180772672747
 1967,Italy,Ruminants,52.9005,0.796854218769199
 1967,Italy,Cereals,52.9005,0.187595882836646
 1967,Italy,Monogastrics,52.9005,0.120403969716732
-1967,Italy,Oilcrops,52.9005,0.0669161161047627
-1967,Italy,Pulses,52.9005,0.00574682658954074
+1967,Italy,FruitVeg,52.9005,0.477814765455903
+1967,Italy,OilcropsPulses,52.9005,0.0726629426943034
 1967,Italy,Starchy Roots,52.9005,0.045174374533322
+1967,Italy,Sugar,52.9005,0.0281960472963394
 1968,Italy,Ruminants,53.23575,0.797978687254336
 1968,Italy,Cereals,53.23575,0.190520843606035
 1968,Italy,Monogastrics,53.23575,0.128834630863658
-1968,Italy,Oilcrops,53.23575,0.051468477479889
-1968,Italy,Pulses,53.23575,0.00563339485214353
+1968,Italy,FruitVeg,53.23575,0.456564714501064
+1968,Italy,OilcropsPulses,53.23575,0.0571018723320325
 1968,Italy,Starchy Roots,53.23575,0.0473618573984587
+1968,Italy,Sugar,53.23575,0.0283581052206459
 1969,Italy,Ruminants,53.53795,0.832712780373548
 1969,Italy,Cereals,53.53795,0.189876452124147
 1969,Italy,Monogastrics,53.53795,0.130452079319436
-1969,Italy,Oilcrops,53.53795,0.0604195715375729
-1969,Italy,Pulses,53.53795,0.0056396630801142
+1969,Italy,FruitVeg,53.53795,0.486887226724221
+1969,Italy,OilcropsPulses,53.53795,0.0660592346176871
 1969,Italy,Starchy Roots,53.53795,0.0488227322861634
+1969,Italy,Sugar,53.53795,0.0298471084529759
 1970,Italy,Ruminants,53.82185,0.872901165604675
 1970,Italy,Cereals,53.82185,0.194140539576399
 1970,Italy,Monogastrics,53.82185,0.14530910959025
-1970,Italy,Oilcrops,53.82185,0.0551594937743686
-1970,Italy,Pulses,53.82185,0.00516489121053996
+1970,Italy,FruitVeg,53.82185,0.484927292540111
+1970,Italy,OilcropsPulses,53.82185,0.0603243849849085
 1970,Italy,Starchy Roots,53.82185,0.0438162382006564
+1970,Italy,Sugar,53.82185,0.0303896651638693
 1971,Italy,Ruminants,54.07349,0.890597102202946
 1971,Italy,Cereals,54.07349,0.196738808610282
 1971,Italy,Monogastrics,54.07349,0.154893098263123
-1971,Italy,Oilcrops,54.07349,0.0729070381808165
-1971,Italy,Pulses,54.07349,0.00480862248765523
+1971,Italy,FruitVeg,54.07349,0.452686815665125
+1971,Italy,OilcropsPulses,54.07349,0.0777156606684717
 1971,Italy,Starchy Roots,54.07349,0.0419072821081088
+1971,Italy,Sugar,54.07349,0.0305894256131794
 1972,Italy,Ruminants,54.381345,0.883713940874394
 1972,Italy,Cereals,54.381345,0.191007522892271
 1972,Italy,Monogastrics,54.381345,0.163093470748103
-1972,Italy,Oilcrops,54.381345,0.0482900156294406
-1972,Italy,Pulses,54.381345,0.00500257946911758
+1972,Italy,FruitVeg,54.381345,0.424067996111534
+1972,Italy,OilcropsPulses,54.381345,0.0532925950985582
 1972,Italy,Starchy Roots,54.381345,0.0402085862348568
+1972,Italy,Sugar,54.381345,0.0329221721161917
 1973,Italy,Ruminants,54.751406,0.943592204737172
 1973,Italy,Cereals,54.751406,0.199103635804348
 1973,Italy,Monogastrics,54.751406,0.1758079399824
-1973,Italy,Oilcrops,54.751406,0.0637018526976275
-1973,Italy,Pulses,54.751406,0.00454707957636741
+1973,Italy,FruitVeg,54.751406,0.47637277113943
+1973,Italy,OilcropsPulses,54.751406,0.0682489322739949
 1973,Italy,Starchy Roots,54.751406,0.0387003029657357
+1973,Italy,Sugar,54.751406,0.0349628099048269
 1974,Italy,Ruminants,55.110868,0.892762777751931
 1974,Italy,Cereals,55.110868,0.188255917145054
 1974,Italy,Monogastrics,55.110868,0.187067191538337
-1974,Italy,Oilcrops,55.110868,0.0530054434998193
-1974,Italy,Pulses,55.110868,0.00388391632663089
+1974,Italy,FruitVeg,55.110868,0.476791183909497
+1974,Italy,OilcropsPulses,55.110868,0.0568893598264502
 1974,Italy,Starchy Roots,55.110868,0.0384674761428181
+1974,Italy,Sugar,55.110868,0.0358577912436436
 1975,Italy,Ruminants,55.441001,0.845155250714178
 1975,Italy,Cereals,55.441001,0.189032878392654
 1975,Italy,Monogastrics,55.441001,0.194626823206168
-1975,Italy,Oilcrops,55.441001,0.0710040029760646
-1975,Italy,Pulses,55.441001,0.00375243946262803
+1975,Italy,FruitVeg,55.441001,0.460382776999283
+1975,Italy,OilcropsPulses,55.441001,0.0747564424386926
 1975,Italy,Starchy Roots,55.441001,0.0378678588433135
+1975,Italy,Sugar,55.441001,0.0293390085074402
 1976,Italy,Ruminants,55.71826,0.871477458197726
 1976,Italy,Cereals,55.71826,0.185005956754572
 1976,Italy,Monogastrics,55.71826,0.201097487609986
-1976,Italy,Oilcrops,55.71826,0.0439012632483498
-1976,Italy,Pulses,55.71826,0.00385762225884297
+1976,Italy,FruitVeg,55.71826,0.449370062884232
+1976,Italy,OilcropsPulses,55.71826,0.0477588855071928
 1976,Italy,Starchy Roots,55.71826,0.0356275842066856
+1976,Italy,Sugar,55.71826,0.0324514979469926
 1977,Italy,Ruminants,55.955411,0.896157710288287
 1977,Italy,Cereals,55.955411,0.185680612729303
 1977,Italy,Monogastrics,55.955411,0.207018886877625
-1977,Italy,Oilcrops,55.955411,0.0730869620455473
-1977,Italy,Pulses,55.955411,0.00362617298977573
+1977,Italy,FruitVeg,55.955411,0.418914946402592
+1977,Italy,OilcropsPulses,55.955411,0.0767131350353231
 1977,Italy,Starchy Roots,55.955411,0.0416401731014003
+1977,Italy,Sugar,55.955411,0.031648574612382
 1978,Italy,Ruminants,56.155143,0.919509529162805
 1978,Italy,Cereals,56.155143,0.190325505893556
 1978,Italy,Monogastrics,56.155143,0.224868329513469
-1978,Italy,Oilcrops,56.155143,0.0536112248881638
-1978,Italy,Pulses,56.155143,0.00353371017147975
+1978,Italy,FruitVeg,56.155143,0.447711405525225
+1978,Italy,OilcropsPulses,56.155143,0.0571449350596436
 1978,Italy,Starchy Roots,56.155143,0.0380440665960017
+1978,Italy,Sugar,56.155143,0.032454445000701
 1979,Italy,Ruminants,56.317749,0.967763780828669
 1979,Italy,Cereals,56.317749,0.200338511398955
 1979,Italy,Monogastrics,56.317749,0.231122650161319
-1979,Italy,Oilcrops,56.317749,0.058020997962827
-1979,Italy,Pulses,56.317749,0.00383989068881286
+1979,Italy,FruitVeg,56.317749,0.482160197844555
+1979,Italy,OilcropsPulses,56.317749,0.0618608886516398
 1979,Italy,Starchy Roots,56.317749,0.0407061191312884
+1979,Italy,Sugar,56.317749,0.0336857391086423
 1980,Italy,Ruminants,56.433883,0.998569720960013
 1980,Italy,Cereals,56.433883,0.195408740525617
 1980,Italy,Monogastrics,56.433883,0.244248032693409
-1980,Italy,Oilcrops,56.433883,0.076276906198356
-1980,Italy,Pulses,56.433883,0.00389767615317202
+1980,Italy,FruitVeg,56.433883,0.498165844799303
+1980,Italy,OilcropsPulses,56.433883,0.0801745823515281
 1980,Italy,Starchy Roots,56.433883,0.0402715156070335
+1980,Italy,Sugar,56.433883,0.0347409551811276
 1981,Italy,Ruminants,56.501675,0.989822055717817
 1981,Italy,Cereals,56.501675,0.187623906724889
 1981,Italy,Monogastrics,56.501675,0.246692529026794
-1981,Italy,Oilcrops,56.501675,0.0665917603327689
-1981,Italy,Pulses,56.501675,0.00342938505805359
+1981,Italy,FruitVeg,56.501675,0.452470125885649
+1981,Italy,OilcropsPulses,56.501675,0.0700211453908225
 1981,Italy,Starchy Roots,56.501675,0.0373338489522656
+1981,Italy,Sugar,56.501675,0.0346837859231607
 1982,Italy,Ruminants,56.543548,0.996984138667775
 1982,Italy,Cereals,56.543548,0.169561945423022
 1982,Italy,Monogastrics,56.543548,0.24560754482545
-1982,Italy,Oilcrops,56.543548,0.0515080518116762
-1982,Italy,Pulses,56.543548,0.00350644780904092
+1982,Italy,FruitVeg,56.543548,0.47503227070222
+1982,Italy,OilcropsPulses,56.543548,0.0550144996207171
 1982,Italy,Starchy Roots,56.543548,0.0400285104146631
+1982,Italy,Sugar,56.543548,0.031672561474211
 1983,Italy,Ruminants,56.564074,1.03669360166667
 1983,Italy,Cereals,56.564074,0.163378684498574
 1983,Italy,Monogastrics,56.564074,0.259078937630978
-1983,Italy,Oilcrops,56.564074,0.0868732687111611
-1983,Italy,Pulses,56.564074,0.00360972938406099
+1983,Italy,FruitVeg,56.564074,0.49752805994844
+1983,Italy,OilcropsPulses,56.564074,0.0904829980952221
 1983,Italy,Starchy Roots,56.564074,0.0368926927010243
+1983,Italy,Sugar,56.564074,0.0306903989977808
 1984,Italy,Ruminants,56.576718,1.02132347443696
 1984,Italy,Cereals,56.576718,0.172522308558089
 1984,Italy,Monogastrics,56.576718,0.269210317219178
-1984,Italy,Oilcrops,56.576718,0.0450341251678827
-1984,Italy,Pulses,56.576718,0.00362716338547598
+1984,Italy,FruitVeg,56.576718,0.465487358245135
+1984,Italy,OilcropsPulses,56.576718,0.0486612885533586
 1984,Italy,Starchy Roots,56.576718,0.0379914048743513
+1984,Italy,Sugar,56.576718,0.0297525034944586
 1985,Italy,Ruminants,56.593071,1.03441610899681
 1985,Italy,Cereals,56.593071,0.168530613933285
 1985,Italy,Monogastrics,56.593071,0.265625760086425
-1985,Italy,Oilcrops,56.593071,0.073323746647359
-1985,Italy,Pulses,56.593071,0.0036361695232973
+1985,Italy,FruitVeg,56.593071,0.438496207424404
+1985,Italy,OilcropsPulses,56.593071,0.0769599161706563
 1985,Italy,Starchy Roots,56.593071,0.0377004987059281
+1985,Italy,Sugar,56.593071,0.02796812351816
 1986,Italy,Ruminants,56.596155,1.03700894521898
 1986,Italy,Cereals,56.596155,0.173340167719874
 1986,Italy,Monogastrics,56.596155,0.267594724411932
-1986,Italy,Oilcrops,56.596155,0.0451537211317624
-1986,Italy,Pulses,56.596155,0.00414650076493712
+1986,Italy,FruitVeg,56.596155,0.475974542793587
+1986,Italy,OilcropsPulses,56.596155,0.0493002218966995
 1986,Italy,Starchy Roots,56.596155,0.0419957327489827
+1986,Italy,Sugar,56.596155,0.0285332104274575
 1987,Italy,Ruminants,56.601931,1.06711737096037
 1987,Italy,Cereals,56.601931,0.170405882442421
 1987,Italy,Monogastrics,56.601931,0.279006265704963
-1987,Italy,Oilcrops,56.601931,0.074321616342029
-1987,Italy,Pulses,56.601931,0.00425436015601659
+1987,Italy,FruitVeg,56.601931,0.477257339506668
+1987,Italy,OilcropsPulses,56.601931,0.0785759764980456
 1987,Italy,Starchy Roots,56.601931,0.0416834718942716
+1987,Italy,Sugar,56.601931,0.0284966426322098
 1988,Italy,Ruminants,56.629288,1.06180619293677
 1988,Italy,Cereals,56.629288,0.171393943713366
 1988,Italy,Monogastrics,56.629288,0.285218498597404
-1988,Italy,Oilcrops,56.629288,0.0548697698618425
-1988,Italy,Pulses,56.629288,0.0044068892407759
+1988,Italy,FruitVeg,56.629288,0.448171289033336
+1988,Italy,OilcropsPulses,56.629288,0.0592766591026184
 1988,Italy,Starchy Roots,56.629288,0.0416758727392087
+1988,Italy,Sugar,56.629288,0.0285900469029383
 1989,Italy,Ruminants,56.671781,1.0618923446221
 1989,Italy,Cereals,56.671781,0.171582784737257
 1989,Italy,Monogastrics,56.671781,0.291529960916527
-1989,Italy,Oilcrops,56.671781,0.0692559494468684
-1989,Italy,Pulses,56.671781,0.00455491243516769
+1989,Italy,FruitVeg,56.671781,0.452589640689076
+1989,Italy,OilcropsPulses,56.671781,0.0738108618820361
 1989,Italy,Starchy Roots,56.671781,0.0422663618071223
+1989,Italy,Sugar,56.671781,0.0288194224917689
 1990,Italy,Ruminants,56.71924,1.06045468874407
 1990,Italy,Cereals,56.71924,0.170435570011164
 1990,Italy,Monogastrics,56.71924,0.295883724817187
-1990,Italy,Oilcrops,56.71924,0.0303790389292945
-1990,Italy,Pulses,56.71924,0.00500237661858657
+1990,Italy,FruitVeg,56.71924,0.434809687153777
+1990,Italy,OilcropsPulses,56.71924,0.0353814155478811
 1990,Italy,Starchy Roots,56.71924,0.0428382326702544
+1990,Italy,Sugar,56.71924,0.0299949364624773
 1991,Italy,Ruminants,56.758521,1.07451858021459
 1991,Italy,Cereals,56.758521,0.173474710519677
 1991,Italy,Monogastrics,56.758521,0.299870999105139
-1991,Italy,Oilcrops,56.758521,0.0858937286262269
-1991,Italy,Pulses,56.758521,0.0057014522982373
+1991,Italy,FruitVeg,56.758521,0.452148057205367
+1991,Italy,OilcropsPulses,56.758521,0.0915951809244642
 1991,Italy,Starchy Roots,56.758521,0.0419971831189893
+1991,Italy,Sugar,56.758521,0.0306618630883634
 1992,Italy,Ruminants,56.797087,1.0380327797445
 1992,Italy,Cereals,56.797087,0.170668840815727
 1992,Italy,Monogastrics,56.797087,0.307332284488463
-1992,Italy,Oilcrops,56.797087,0.0558602239583167
-1992,Italy,Pulses,56.797087,0.0053462424930349
+1992,Italy,FruitVeg,56.797087,0.499996505102454
+1992,Italy,OilcropsPulses,56.797087,0.0612064664513516
 1992,Italy,Starchy Roots,56.797087,0.045312306245565
+1992,Italy,Sugar,56.797087,0.0304784997160154
 1993,Italy,Ruminants,56.831821,1.05042852841193
 1993,Italy,Cereals,56.831821,0.16754073391384
 1993,Italy,Monogastrics,56.831821,0.312794890031766
-1993,Italy,Oilcrops,56.831821,0.0670938733425417
-1993,Italy,Pulses,56.831821,0.00537206083894444
+1993,Italy,FruitVeg,56.831821,0.449554783753982
+1993,Italy,OilcropsPulses,56.831821,0.0724659341814861
 1993,Italy,Starchy Roots,56.831821,0.0427178288022831
+1993,Italy,Sugar,56.831821,0.0302496729781015
 1994,Italy,Ruminants,56.8434,1.06397461446711
 1994,Italy,Cereals,56.8434,0.166059947153056
 1994,Italy,Monogastrics,56.8434,0.308651197852345
-1994,Italy,Oilcrops,56.8434,0.0599678942498162
-1994,Italy,Pulses,56.8434,0.00574494136522446
+1994,Italy,FruitVeg,56.8434,0.445752259717047
+1994,Italy,OilcropsPulses,56.8434,0.0657128356150406
 1994,Italy,Starchy Roots,56.8434,0.0440626352399751
+1994,Italy,Sugar,56.8434,0.0297910399448309
 1995,Italy,Ruminants,56.844303,1.01887429950544
 1995,Italy,Cereals,56.844303,0.176119548866665
 1995,Italy,Monogastrics,56.844303,0.299534474017563
-1995,Italy,Oilcrops,56.844303,0.0742939182489405
-1995,Italy,Pulses,56.844303,0.00534208326910086
+1995,Italy,FruitVeg,56.844303,0.432597300031984
+1995,Italy,OilcropsPulses,56.844303,0.0796360015180413
 1995,Italy,Starchy Roots,56.844303,0.0370575042498102
+1995,Italy,Sugar,56.844303,0.0301146976857118
 1996,Italy,Ruminants,56.860281,1.03768283698774
 1996,Italy,Cereals,56.860281,0.175605621787202
 1996,Italy,Monogastrics,56.860281,0.320686271318286
-1996,Italy,Oilcrops,56.860281,0.0540211892375277
-1996,Italy,Pulses,56.860281,0.0052661013054086
+1996,Italy,FruitVeg,56.860281,0.445327011310408
+1996,Italy,OilcropsPulses,56.860281,0.0592872905429363
 1996,Italy,Starchy Roots,56.860281,0.0381173986811637
+1996,Italy,Sugar,56.860281,0.030569053993947
 1997,Italy,Ruminants,56.890372,1.00162566523559
 1997,Italy,Cereals,56.890372,0.177652556042348
 1997,Italy,Monogastrics,56.890372,0.317982218502632
-1997,Italy,Oilcrops,56.890372,0.0789409849526032
-1997,Italy,Pulses,56.890372,0.00561615241327654
+1997,Italy,FruitVeg,56.890372,0.415130577806733
+1997,Italy,OilcropsPulses,56.890372,0.0845571373658798
 1997,Italy,Starchy Roots,56.890372,0.0388107323327047
+1997,Italy,Sugar,56.890372,0.0319871348353989
 1998,Italy,Ruminants,56.906744,1.03684063878264
 1998,Italy,Cereals,56.906744,0.178084639669421
 1998,Italy,Monogastrics,56.906744,0.334048191195054
-1998,Italy,Oilcrops,56.906744,0.0604196753903193
-1998,Italy,Pulses,56.906744,0.00564050897025491
+1998,Italy,FruitVeg,56.906744,0.430365599550029
+1998,Italy,OilcropsPulses,56.906744,0.0660601843605742
 1998,Italy,Starchy Roots,56.906744,0.0411411343442879
+1998,Italy,Sugar,56.906744,0.0324060536656253
 1999,Italy,Ruminants,56.916317,1.06778395376496
 1999,Italy,Cereals,56.916317,0.17924236032349
 1999,Italy,Monogastrics,56.916317,0.326695390357039
-1999,Italy,Oilcrops,56.916317,0.0834977955442901
-1999,Italy,Pulses,56.916317,0.00558006942016294
+1999,Italy,FruitVeg,56.916317,0.459357902585299
+1999,Italy,OilcropsPulses,56.916317,0.089077864964453
 1999,Italy,Starchy Roots,56.916317,0.038907138000514
+1999,Italy,Sugar,56.916317,0.0292439688253195
 2000,Italy,Ruminants,56.942108,1.0371933244902
 2000,Italy,Cereals,56.942108,0.179150866701317
 2000,Italy,Monogastrics,56.942108,0.332244521049344
-2000,Italy,Oilcrops,56.942108,0.0662739777740578
-2000,Italy,Pulses,56.942108,0.00544049054172705
+2000,Italy,FruitVeg,56.942108,0.466436788746915
+2000,Italy,OilcropsPulses,56.942108,0.0717144683157849
 2000,Italy,Starchy Roots,56.942108,0.0431831220579329
+2000,Italy,Sugar,56.942108,0.0308206362855411
 2001,Italy,Ruminants,56.9741,1.02722208336771
 2001,Italy,Cereals,56.9741,0.181240353072712
 2001,Italy,Monogastrics,56.9741,0.345084276890728
-2001,Italy,Oilcrops,56.9741,0.0703921430966
-2001,Italy,Pulses,56.9741,0.00557598979185279
+2001,Italy,FruitVeg,56.9741,0.424403614975928
+2001,Italy,OilcropsPulses,56.9741,0.0759681328884528
 2001,Italy,Starchy Roots,56.9741,0.0414631911693208
+2001,Italy,Sugar,56.9741,0.0318779585811799
 2002,Italy,Ruminants,57.059007,1.02701551045219
 2002,Italy,Cereals,57.059007,0.181011790128069
 2002,Italy,Monogastrics,57.059007,0.344246833808377
-2002,Italy,Oilcrops,57.059007,0.073123074153744
-2002,Italy,Pulses,57.059007,0.00557752433371299
+2002,Italy,FruitVeg,57.059007,0.391780845397467
+2002,Italy,OilcropsPulses,57.059007,0.078700598487457
 2002,Italy,Starchy Roots,57.059007,0.0405706324331932
+2002,Italy,Sugar,57.059007,0.0313518600139676
 2003,Italy,Ruminants,57.313203,1.02816988609064
 2003,Italy,Cereals,57.313203,0.180706302525092
 2003,Italy,Monogastrics,57.313203,0.336816265529602
-2003,Italy,Oilcrops,57.313203,0.0764367156377563
-2003,Italy,Pulses,57.313203,0.00568322799896561
+2003,Italy,FruitVeg,57.313203,0.412612273650105
+2003,Italy,OilcropsPulses,57.313203,0.0821199436367219
 2003,Italy,Starchy Roots,57.313203,0.0374090765787422
+2003,Italy,Sugar,57.313203,0.0314566086979993
 2004,Italy,Ruminants,57.685327,0.997701623499508
 2004,Italy,Cereals,57.685327,0.17847789958788
 2004,Italy,Monogastrics,57.685327,0.337092507077233
-2004,Italy,Oilcrops,57.685327,0.0913897220345132
-2004,Italy,Pulses,57.685327,0.00566566953845993
+2004,Italy,FruitVeg,57.685327,0.481965023791925
+2004,Italy,OilcropsPulses,57.685327,0.0970553915729731
 2004,Italy,Starchy Roots,57.685327,0.0416649627382714
+2004,Italy,Sugar,57.685327,0.0321620608998195
 2005,Italy,Ruminants,57.969484,1.00792132288085
 2005,Italy,Cereals,57.969484,0.175551433233389
 2005,Italy,Monogastrics,57.969484,0.330039912033718
-2005,Italy,Oilcrops,57.969484,0.082888334834928
-2005,Italy,Pulses,57.969484,0.00553561939588767
+2005,Italy,FruitVeg,57.969484,0.458201818736216
+2005,Italy,OilcropsPulses,57.969484,0.0884239542308157
 2005,Italy,Starchy Roots,57.969484,0.0397957828984643
+2005,Italy,Sugar,57.969484,0.0320413236729863
 2006,Italy,Ruminants,58.143979,1.03188862083209
 2006,Italy,Cereals,58.143979,0.175977258109563
 2006,Italy,Monogastrics,58.143979,0.333535372596361
-2006,Italy,Oilcrops,58.143979,0.0791325788006356
-2006,Italy,Pulses,58.143979,0.00567147287941886
+2006,Italy,FruitVeg,58.143979,0.434636473709513
+2006,Italy,OilcropsPulses,58.143979,0.0848040516800544
 2006,Italy,Starchy Roots,58.143979,0.0399727201332403
+2006,Italy,Sugar,58.143979,0.0303212650788829
 2007,Italy,Ruminants,58.43831,1.01890127041662
 2007,Italy,Cereals,58.43831,0.176681717866242
 2007,Italy,Monogastrics,58.43831,0.347764740287664
-2007,Italy,Oilcrops,58.43831,0.074587355452271
-2007,Italy,Pulses,58.43831,0.00547358402390487
+2007,Italy,FruitVeg,58.43831,0.41675430038959
+2007,Italy,OilcropsPulses,58.43831,0.0800609394761758
 2007,Italy,Starchy Roots,58.43831,0.0400875726899015
+2007,Italy,Sugar,58.43831,0.0301448142494196
 2008,Italy,Ruminants,58.826731,1.00319974264761
 2008,Italy,Cereals,58.826731,0.175733154371607
 2008,Italy,Monogastrics,58.826731,0.339518957801684
-2008,Italy,Oilcrops,58.826731,0.0771546527037173
-2008,Italy,Pulses,58.826731,0.00538719379120353
+2008,Italy,FruitVeg,58.826731,0.413214308984805
+2008,Italy,OilcropsPulses,58.826731,0.0825418464949208
 2008,Italy,Starchy Roots,58.826731,0.0382144641013624
+2008,Italy,Sugar,58.826731,0.0301168358309762
 2009,Italy,Ruminants,59.095365,1.0086416218937
 2009,Italy,Cereals,59.095365,0.177759017141192
 2009,Italy,Monogastrics,59.095365,0.347838491225158
-2009,Italy,Oilcrops,59.095365,0.0716785825758078
-2009,Italy,Pulses,59.095365,0.00543267648824912
+2009,Italy,FruitVeg,59.095365,0.454480634817976
+2009,Italy,OilcropsPulses,59.095365,0.0771112590640569
 2009,Italy,Starchy Roots,59.095365,0.0407504040291485
+2009,Italy,Sugar,59.095365,0.0299917768508579
 2010,Italy,Ruminants,59.277417,0.995564140387561
 2010,Italy,Cereals,59.277417,0.1744730712541
 2010,Italy,Monogastrics,59.277417,0.360729537186143
-2010,Italy,Oilcrops,59.277417,0.0738407005824832
-2010,Italy,Pulses,59.277417,0.00572411918690722
+2010,Italy,FruitVeg,59.277417,0.40168631166908
+2010,Italy,OilcropsPulses,59.277417,0.0795648197693904
 2010,Italy,Starchy Roots,59.277417,0.0410543698285639
+2010,Italy,Sugar,59.277417,0.0295765417713798
 2011,Italy,Ruminants,59.379449,0.95610444111733
 2011,Italy,Cereals,59.379449,0.175350919810657
 2011,Italy,Monogastrics,59.379449,0.352255772868489
-2011,Italy,Oilcrops,59.379449,0.0733826277168722
-2011,Italy,Pulses,59.379449,0.00490506403991724
+2011,Italy,FruitVeg,59.379449,0.401492139140597
+2011,Italy,OilcropsPulses,59.379449,0.0782876917567895
 2011,Italy,Starchy Roots,59.379449,0.0396315061798569
+2011,Italy,Sugar,59.379449,0.0295505941794778
 1961,Jamaica,Ruminants,1.651915,0.318978216191511
 1961,Jamaica,Cereals,1.651915,0.098768399100438
 1961,Jamaica,Monogastrics,1.651915,0.0387954586041049
-1961,Jamaica,Oilcrops,1.651915,0.0659616263548669
-1961,Jamaica,Pulses,1.651915,0.00241477315721451
+1961,Jamaica,FruitVeg,1.651915,0.136592379147838
+1961,Jamaica,OilcropsPulses,1.651915,0.0683763995120814
 1961,Jamaica,Starchy Roots,1.651915,0.0410590133269569
+1961,Jamaica,Sugar,1.651915,0.0391581891320074
 1962,Jamaica,Ruminants,1.678467,0.329734454117954
 1962,Jamaica,Cereals,1.678467,0.102961809794294
 1962,Jamaica,Monogastrics,1.678467,0.0418867931273001
-1962,Jamaica,Oilcrops,1.678467,0.0704827679066672
-1962,Jamaica,Pulses,1.678467,0.00304325315898376
+1962,Jamaica,FruitVeg,1.678467,0.145264696893058
+1962,Jamaica,OilcropsPulses,1.678467,0.073526021065651
 1962,Jamaica,Starchy Roots,1.678467,0.0436886754401487
+1962,Jamaica,Sugar,1.678467,0.0398798427374503
 1963,Jamaica,Ruminants,1.707019,0.344229267512547
 1963,Jamaica,Cereals,1.707019,0.101862369428811
 1963,Jamaica,Monogastrics,1.707019,0.0442563908193172
-1963,Jamaica,Oilcrops,1.707019,0.072978098076237
-1963,Jamaica,Pulses,1.707019,0.0028441394032521
+1963,Jamaica,FruitVeg,1.707019,0.142664492896681
+1963,Jamaica,OilcropsPulses,1.707019,0.0758222374794891
 1963,Jamaica,Starchy Roots,1.707019,0.0449145557255074
+1963,Jamaica,Sugar,1.707019,0.0398683318697683
 1964,Jamaica,Ruminants,1.734763,0.382279423759903
 1964,Jamaica,Cereals,1.734763,0.110828972026726
 1964,Jamaica,Monogastrics,1.734763,0.0465652656875896
-1964,Jamaica,Oilcrops,1.734763,0.0783277024008467
-1964,Jamaica,Pulses,1.734763,0.00340161739672797
+1964,Jamaica,FruitVeg,1.734763,0.147934328781511
+1964,Jamaica,OilcropsPulses,1.734763,0.0817293197975746
 1964,Jamaica,Starchy Roots,1.734763,0.0488158901244723
+1964,Jamaica,Sugar,1.734763,0.0421602259213506
 1965,Jamaica,Ruminants,1.76,0.349371477272727
 1965,Jamaica,Cereals,1.76,0.112844318181818
 1965,Jamaica,Monogastrics,1.76,0.0461448295454545
-1965,Jamaica,Oilcrops,1.76,0.0806125
-1965,Jamaica,Pulses,1.76,0.00244318181818182
+1965,Jamaica,FruitVeg,1.76,0.138439204545455
+1965,Jamaica,OilcropsPulses,1.76,0.0830556818181818
 1965,Jamaica,Starchy Roots,1.76,0.0533102272727273
+1965,Jamaica,Sugar,1.76,0.0431573863636364
 1966,Jamaica,Ruminants,1.783125,0.356275359270943
 1966,Jamaica,Cereals,1.783125,0.110662460567823
 1966,Jamaica,Monogastrics,1.783125,0.0488574833508587
-1966,Jamaica,Oilcrops,1.783125,0.0793533824044865
-1966,Jamaica,Pulses,1.783125,0.00234812478093235
+1966,Jamaica,FruitVeg,1.783125,0.131580231335436
+1966,Jamaica,OilcropsPulses,1.783125,0.0817015071854189
 1966,Jamaica,Starchy Roots,1.783125,0.0620410795653698
+1966,Jamaica,Sugar,1.783125,0.0451858394672275
 1967,Jamaica,Ruminants,1.803891,0.366614335345096
 1967,Jamaica,Cereals,1.803891,0.116977688784965
 1967,Jamaica,Monogastrics,1.803891,0.0594396224605589
-1967,Jamaica,Oilcrops,1.803891,0.085397621031426
-1967,Jamaica,Pulses,1.803891,0.00326627274042611
+1967,Jamaica,FruitVeg,1.803891,0.138625338227199
+1967,Jamaica,OilcropsPulses,1.803891,0.0886638937718521
 1967,Jamaica,Starchy Roots,1.803891,0.0593461578332615
+1967,Jamaica,Sugar,1.803891,0.0466746604977795
 1968,Jamaica,Ruminants,1.823706,0.381542145499329
 1968,Jamaica,Cereals,1.823706,0.113643865842411
 1968,Jamaica,Monogastrics,1.823706,0.0629941997229817
-1968,Jamaica,Oilcrops,1.823706,0.0793768293792969
-1968,Jamaica,Pulses,1.823706,0.00376540955614556
+1968,Jamaica,FruitVeg,1.823706,0.122342636367923
+1968,Jamaica,OilcropsPulses,1.823706,0.0831422389354425
 1968,Jamaica,Starchy Roots,1.823706,0.0508645582127821
+1968,Jamaica,Sugar,1.823706,0.0486054221458941
 1969,Jamaica,Ruminants,1.844936,0.38293241608381
 1969,Jamaica,Cereals,1.844936,0.109338210105933
 1969,Jamaica,Monogastrics,1.844936,0.0698163513531093
-1969,Jamaica,Oilcrops,1.844936,0.0763202625998951
-1969,Jamaica,Pulses,1.844936,0.00405976142261845
+1969,Jamaica,FruitVeg,1.844936,0.111876509537458
+1969,Jamaica,OilcropsPulses,1.844936,0.0803800240225135
 1969,Jamaica,Starchy Roots,1.844936,0.0524690287359562
+1969,Jamaica,Sugar,1.844936,0.0520337832857075
 1970,Jamaica,Ruminants,1.869,0.442259657570893
 1970,Jamaica,Cereals,1.869,0.125167469234885
 1970,Jamaica,Monogastrics,1.869,0.0786502942750134
-1970,Jamaica,Oilcrops,1.869,0.0742921348314607
-1970,Jamaica,Pulses,1.869,0.00359764579989299
+1970,Jamaica,FruitVeg,1.869,0.12310861423221
+1970,Jamaica,OilcropsPulses,1.869,0.0778897806313537
 1970,Jamaica,Starchy Roots,1.869,0.0657041198501873
+1970,Jamaica,Sugar,1.869,0.0455462814339219
 1971,Jamaica,Ruminants,1.895629,0.381500388525392
 1971,Jamaica,Cereals,1.895629,0.122949691105169
 1971,Jamaica,Monogastrics,1.895629,0.0861677575095127
-1971,Jamaica,Oilcrops,1.895629,0.0748078869863248
-1971,Jamaica,Pulses,1.895629,0.00337144029765318
+1971,Jamaica,FruitVeg,1.895629,0.14295888066705
+1971,Jamaica,OilcropsPulses,1.895629,0.078179327283978
 1971,Jamaica,Starchy Roots,1.895629,0.0899047229178283
+1971,Jamaica,Sugar,1.895629,0.0490095899566846
 1972,Jamaica,Ruminants,1.925162,0.445635951675755
 1972,Jamaica,Cereals,1.925162,0.123262873462077
 1972,Jamaica,Monogastrics,1.925162,0.0804884991496819
-1972,Jamaica,Oilcrops,1.925162,0.0759494525655503
-1972,Jamaica,Pulses,1.925162,0.0038848678708597
+1972,Jamaica,FruitVeg,1.925162,0.156293340508487
+1972,Jamaica,OilcropsPulses,1.925162,0.07983432043641
 1972,Jamaica,Starchy Roots,1.925162,0.0920405659367887
+1972,Jamaica,Sugar,1.925162,0.0502409667342281
 1973,Jamaica,Ruminants,1.95608,0.376489305140894
 1973,Jamaica,Cereals,1.95608,0.127348574700421
 1973,Jamaica,Monogastrics,1.95608,0.0928168582062083
-1973,Jamaica,Oilcrops,1.95608,0.0610900372172917
-1973,Jamaica,Pulses,1.95608,0.00303924174880373
+1973,Jamaica,FruitVeg,1.95608,0.144323851785203
+1973,Jamaica,OilcropsPulses,1.95608,0.0641292789660955
 1973,Jamaica,Starchy Roots,1.95608,0.0827302564312298
+1973,Jamaica,Sugar,1.95608,0.0497096233282892
 1974,Jamaica,Ruminants,1.985852,0.423088679317492
 1974,Jamaica,Cereals,1.985852,0.127879620434957
 1974,Jamaica,Monogastrics,1.985852,0.0865786574226075
-1974,Jamaica,Oilcrops,1.985852,0.0524893093745153
-1974,Jamaica,Pulses,1.985852,0.00295087448611478
+1974,Jamaica,FruitVeg,1.985852,0.143072091978657
+1974,Jamaica,OilcropsPulses,1.985852,0.0554401838606301
 1974,Jamaica,Starchy Roots,1.985852,0.0904211391382641
+1974,Jamaica,Sugar,1.985852,0.0492791003559178
 1975,Jamaica,Ruminants,2.013,0.44519259811227
 1975,Jamaica,Cereals,2.013,0.129285146547442
 1975,Jamaica,Monogastrics,2.013,0.100004470938897
-1975,Jamaica,Oilcrops,2.013,0.037220566318927
-1975,Jamaica,Pulses,2.013,0.00334972677595628
+1975,Jamaica,FruitVeg,2.013,0.137033283656234
+1975,Jamaica,OilcropsPulses,2.013,0.0405702930948833
 1975,Jamaica,Starchy Roots,2.013,0.0904272230501739
+1975,Jamaica,Sugar,2.013,0.0513894684550422
 1976,Jamaica,Ruminants,2.037716,0.454910841353751
 1976,Jamaica,Cereals,2.037716,0.126218766501318
 1976,Jamaica,Monogastrics,2.037716,0.110759546472619
-1976,Jamaica,Oilcrops,2.037716,0.0348075983110502
-1976,Jamaica,Pulses,2.037716,0.00242919032877987
+1976,Jamaica,FruitVeg,2.037716,0.140875862975999
+1976,Jamaica,OilcropsPulses,2.037716,0.0372367886398301
 1976,Jamaica,Starchy Roots,2.037716,0.0808616117260698
+1976,Jamaica,Sugar,2.037716,0.0525887807721979
 1977,Jamaica,Ruminants,2.059399,0.366362467885048
 1977,Jamaica,Cereals,2.059399,0.118400076915644
 1977,Jamaica,Monogastrics,2.059399,0.118675788421768
-1977,Jamaica,Oilcrops,2.059399,0.0486083561272002
-1977,Jamaica,Pulses,2.059399,0.00244828709735219
+1977,Jamaica,FruitVeg,2.059399,0.144928690360634
+1977,Jamaica,OilcropsPulses,2.059399,0.0510566432245524
 1977,Jamaica,Starchy Roots,2.059399,0.0844848424224737
+1977,Jamaica,Sugar,2.059399,0.0547562662699166
 1978,Jamaica,Ruminants,2.080307,0.444228327838151
 1978,Jamaica,Cereals,2.080307,0.120700935006227
 1978,Jamaica,Monogastrics,2.080307,0.118159675470976
-1978,Jamaica,Oilcrops,2.080307,0.0503214189059596
-1978,Jamaica,Pulses,2.080307,0.00410756681585939
+1978,Jamaica,FruitVeg,2.080307,0.1554688803143
+1978,Jamaica,OilcropsPulses,2.080307,0.0544289857218189
 1978,Jamaica,Starchy Roots,2.080307,0.105245523857777
+1978,Jamaica,Sugar,2.080307,0.0543020813754893
 1979,Jamaica,Ruminants,2.104141,0.304919964964325
 1979,Jamaica,Cereals,2.104141,0.119035273776805
 1979,Jamaica,Monogastrics,2.104141,0.110934390803658
-1979,Jamaica,Oilcrops,2.104141,0.0541788786968174
-1979,Jamaica,Pulses,2.104141,0.00349738919587613
+1979,Jamaica,FruitVeg,2.104141,0.153973996989745
+1979,Jamaica,OilcropsPulses,2.104141,0.0576762678926935
 1979,Jamaica,Starchy Roots,2.104141,0.0994553121677682
+1979,Jamaica,Sugar,2.104141,0.0485727905116625
 1980,Jamaica,Ruminants,2.133,0.28704833567745
 1980,Jamaica,Cereals,2.133,0.124039849976559
 1980,Jamaica,Monogastrics,2.133,0.125113127051102
-1980,Jamaica,Oilcrops,2.133,0.0569601500234412
-1980,Jamaica,Pulses,2.133,0.00320300046882325
+1980,Jamaica,FruitVeg,2.133,0.163060478199719
+1980,Jamaica,OilcropsPulses,2.133,0.0601631504922644
 1980,Jamaica,Starchy Roots,2.133,0.0835733708391936
+1980,Jamaica,Sugar,2.133,0.055404125644632
 1981,Jamaica,Ruminants,2.1623,0.289959441335615
 1981,Jamaica,Cereals,2.1623,0.124469315081164
 1981,Jamaica,Monogastrics,2.1623,0.122594783332563
-1981,Jamaica,Oilcrops,2.1623,0.0510729316006105
-1981,Jamaica,Pulses,2.1623,0.0034666789992138
+1981,Jamaica,FruitVeg,2.1623,0.167613652129677
+1981,Jamaica,OilcropsPulses,2.1623,0.0545396105998243
 1981,Jamaica,Starchy Roots,2.1623,0.0853382971835545
+1981,Jamaica,Sugar,2.1623,0.046613790870832
 1982,Jamaica,Ruminants,2.2001,0.298065906095177
 1982,Jamaica,Cereals,2.2001,0.125556565610654
 1982,Jamaica,Monogastrics,2.2001,0.121374801145402
-1982,Jamaica,Oilcrops,2.2001,0.045432934866597
-1982,Jamaica,Pulses,2.2001,0.00280305440661788
+1982,Jamaica,FruitVeg,2.2001,0.170444070724058
+1982,Jamaica,OilcropsPulses,2.2001,0.0482359892732149
 1982,Jamaica,Starchy Roots,2.2001,0.0686996045634289
+1982,Jamaica,Sugar,2.2001,0.0430553156674697
 1983,Jamaica,Ruminants,2.2408,0.310005489111032
 1983,Jamaica,Cereals,2.2408,0.124965637272403
 1983,Jamaica,Monogastrics,2.2408,0.117231881470903
-1983,Jamaica,Oilcrops,2.2408,0.044328811138879
-1983,Jamaica,Pulses,2.2408,0.00288736165655123
+1983,Jamaica,FruitVeg,2.2408,0.176070599785791
+1983,Jamaica,OilcropsPulses,2.2408,0.0472161727954302
 1983,Jamaica,Starchy Roots,2.2408,0.0753271153159586
+1983,Jamaica,Sugar,2.2408,0.0439543912888254
 1984,Jamaica,Ruminants,2.2799,0.309659151717181
 1984,Jamaica,Cereals,2.2799,0.125960787753849
 1984,Jamaica,Monogastrics,2.2799,0.123544015088381
-1984,Jamaica,Oilcrops,2.2799,0.0453848853019869
-1984,Jamaica,Pulses,2.2799,0.00317119171893504
+1984,Jamaica,FruitVeg,2.2799,0.175667792447037
+1984,Jamaica,OilcropsPulses,2.2799,0.048556077020922
 1984,Jamaica,Starchy Roots,2.2799,0.0894653274266415
+1984,Jamaica,Sugar,2.2799,0.0444747576648099
 1985,Jamaica,Ruminants,2.3111,0.276628834754013
 1985,Jamaica,Cereals,2.3111,0.125752671887846
 1985,Jamaica,Monogastrics,2.3111,0.109219419324131
-1985,Jamaica,Oilcrops,2.3111,0.0462931071783999
-1985,Jamaica,Pulses,2.3111,0.00298169702738955
+1985,Jamaica,FruitVeg,2.3111,0.167319025572238
+1985,Jamaica,OilcropsPulses,2.3111,0.0492748042057894
 1985,Jamaica,Starchy Roots,2.3111,0.0897602873090736
+1985,Jamaica,Sugar,2.3111,0.0423170784474925
 1986,Jamaica,Ruminants,2.3358,0.308551545509033
 1986,Jamaica,Cereals,2.3358,0.121027913348746
 1986,Jamaica,Monogastrics,2.3358,0.117591018066615
-1986,Jamaica,Oilcrops,2.3358,0.0498270399863002
-1986,Jamaica,Pulses,2.3358,0.00317407312269886
+1986,Jamaica,FruitVeg,2.3358,0.157590975254731
+1986,Jamaica,OilcropsPulses,2.3358,0.0530011131089991
 1986,Jamaica,Starchy Roots,2.3358,0.0876346433770015
+1986,Jamaica,Sugar,2.3358,0.0442756229129206
 1987,Jamaica,Ruminants,2.3506,0.33065370543691
 1987,Jamaica,Cereals,2.3506,0.118017102016506
 1987,Jamaica,Monogastrics,2.3506,0.128411256700417
-1987,Jamaica,Oilcrops,2.3506,0.0519284438015826
-1987,Jamaica,Pulses,2.3506,0.00352335573896027
+1987,Jamaica,FruitVeg,2.3506,0.172322385773845
+1987,Jamaica,OilcropsPulses,2.3506,0.0554517995405428
 1987,Jamaica,Starchy Roots,2.3506,0.0889262316004424
+1987,Jamaica,Sugar,2.3506,0.0478397005019995
 1988,Jamaica,Ruminants,2.3564,0.316427304362587
 1988,Jamaica,Cereals,2.3564,0.11583856730606
 1988,Jamaica,Monogastrics,2.3564,0.124940375148532
-1988,Jamaica,Oilcrops,2.3564,0.0589394839585809
-1988,Jamaica,Pulses,2.3564,0.00280427771176371
+1988,Jamaica,FruitVeg,2.3564,0.158933967068409
+1988,Jamaica,OilcropsPulses,2.3564,0.0617437616703446
 1988,Jamaica,Starchy Roots,2.3564,0.0835044983873706
+1988,Jamaica,Sugar,2.3564,0.0504146155151927
 1989,Jamaica,Ruminants,2.3749,0.328251842182829
 1989,Jamaica,Cereals,2.3749,0.122381152890648
 1989,Jamaica,Monogastrics,2.3749,0.113294665038528
-1989,Jamaica,Oilcrops,2.3749,0.0389515348014653
-1989,Jamaica,Pulses,2.3749,0.00282032927702219
+1989,Jamaica,FruitVeg,2.3749,0.170276222156722
+1989,Jamaica,OilcropsPulses,2.3749,0.0417718640784875
 1989,Jamaica,Starchy Roots,2.3749,0.0701562171038781
+1989,Jamaica,Sugar,2.3749,0.055874773674681
 1990,Jamaica,Ruminants,2.39,0.331749874476987
 1990,Jamaica,Cereals,2.39,0.121407949790795
 1990,Jamaica,Monogastrics,2.39,0.127986359832636
-1990,Jamaica,Oilcrops,2.39,0.0397907949790795
-1990,Jamaica,Pulses,2.39,0.00286317991631799
+1990,Jamaica,FruitVeg,2.39,0.151533472803347
+1990,Jamaica,OilcropsPulses,2.39,0.0426539748953975
 1990,Jamaica,Starchy Roots,2.39,0.081318410041841
+1990,Jamaica,Sugar,2.39,0.0507828451882845
 1991,Jamaica,Ruminants,2.406042,0.317771053040637
 1991,Jamaica,Cereals,2.406042,0.110011795305319
 1991,Jamaica,Monogastrics,2.406042,0.123601125832384
-1991,Jamaica,Oilcrops,2.406042,0.0411734292252587
-1991,Jamaica,Pulses,2.406042,0.00262297998123059
+1991,Jamaica,FruitVeg,2.406042,0.136617315907204
+1991,Jamaica,OilcropsPulses,2.406042,0.0437964092064893
 1991,Jamaica,Starchy Roots,2.406042,0.0854523736493378
+1991,Jamaica,Sugar,2.406042,0.0505577209375397
 1992,Jamaica,Ruminants,2.423044,0.320678823826559
 1992,Jamaica,Cereals,2.423044,0.115723032681206
 1992,Jamaica,Monogastrics,2.423044,0.130094129532935
-1992,Jamaica,Oilcrops,2.423044,0.0428048355704643
-1992,Jamaica,Pulses,2.423044,0.00300448526729189
+1992,Jamaica,FruitVeg,2.423044,0.152104542880773
+1992,Jamaica,OilcropsPulses,2.423044,0.0458093208377561
 1992,Jamaica,Starchy Roots,2.423044,0.0994038903131763
+1992,Jamaica,Sugar,2.423044,0.0496532460822007
 1993,Jamaica,Ruminants,2.441024,0.341228599145277
 1993,Jamaica,Cereals,2.441024,0.113433132980257
 1993,Jamaica,Monogastrics,2.441024,0.136947608872342
-1993,Jamaica,Oilcrops,2.441024,0.0425456693584332
-1993,Jamaica,Pulses,2.441024,0.00312327941060801
+1993,Jamaica,FruitVeg,2.441024,0.171278119346635
+1993,Jamaica,OilcropsPulses,2.441024,0.0456689487690412
 1993,Jamaica,Starchy Roots,2.441024,0.106440985422511
+1993,Jamaica,Sugar,2.441024,0.0519572933326342
 1994,Jamaica,Ruminants,2.460002,0.315741125413719
 1994,Jamaica,Cereals,2.460002,0.115561694665289
 1994,Jamaica,Monogastrics,2.460002,0.122221607949912
-1994,Jamaica,Oilcrops,2.460002,0.0422576892213909
-1994,Jamaica,Pulses,2.460002,0.00319633886476515
+1994,Jamaica,FruitVeg,2.460002,0.214709175033191
+1994,Jamaica,OilcropsPulses,2.460002,0.045454028086156
 1994,Jamaica,Starchy Roots,2.460002,0.112436900457805
+1994,Jamaica,Sugar,2.460002,0.0516154051907275
 1995,Jamaica,Ruminants,2.48,0.35540810483871
 1995,Jamaica,Cereals,2.48,0.12524435483871
 1995,Jamaica,Monogastrics,2.48,0.108510241935484
-1995,Jamaica,Oilcrops,2.48,0.0422439516129032
-1995,Jamaica,Pulses,2.48,0.00293185483870968
+1995,Jamaica,FruitVeg,2.48,0.217275
+1995,Jamaica,OilcropsPulses,2.48,0.0451758064516129
 1995,Jamaica,Starchy Roots,2.48,0.120204032258065
+1995,Jamaica,Sugar,2.48,0.0389879032258065
 1996,Jamaica,Ruminants,2.509923,0.320198547923582
 1996,Jamaica,Cereals,2.509923,0.102727852607431
 1996,Jamaica,Monogastrics,2.509923,0.154564622101953
-1996,Jamaica,Oilcrops,2.509923,0.0443419977425602
-1996,Jamaica,Pulses,2.509923,0.00265506152977601
+1996,Jamaica,FruitVeg,2.509923,0.235464593933758
+1996,Jamaica,OilcropsPulses,2.509923,0.0469970592723362
 1996,Jamaica,Starchy Roots,2.509923,0.125647679231594
+1996,Jamaica,Sugar,2.509923,0.0499632857262952
 1997,Jamaica,Ruminants,2.534069,0.33990850288607
 1997,Jamaica,Cereals,2.534069,0.110175374072292
 1997,Jamaica,Monogastrics,2.534069,0.160743373601903
-1997,Jamaica,Oilcrops,2.534069,0.0458306383922458
-1997,Jamaica,Pulses,2.534069,0.00259977135587074
+1997,Jamaica,FruitVeg,2.534069,0.214839848480842
+1997,Jamaica,OilcropsPulses,2.534069,0.0484304097481166
 1997,Jamaica,Starchy Roots,2.534069,0.101570636000835
+1997,Jamaica,Sugar,2.534069,0.0465129402553758
 1998,Jamaica,Ruminants,2.55678,0.331595287822965
 1998,Jamaica,Cereals,2.55678,0.111811340827134
 1998,Jamaica,Monogastrics,2.55678,0.161220167554502
-1998,Jamaica,Oilcrops,2.55678,0.0457939283004404
-1998,Jamaica,Pulses,2.55678,0.0017107455471335
+1998,Jamaica,FruitVeg,2.55678,0.209178341507678
+1998,Jamaica,OilcropsPulses,2.55678,0.0475046738475739
 1998,Jamaica,Starchy Roots,2.55678,0.096520623596868
+1998,Jamaica,Sugar,2.55678,0.049036678947739
 1999,Jamaica,Ruminants,2.574289,0.336401934670117
 1999,Jamaica,Cereals,2.574289,0.113065782435461
 1999,Jamaica,Monogastrics,2.574289,0.162216441122189
-1999,Jamaica,Oilcrops,2.574289,0.0429687575870464
-1999,Jamaica,Pulses,2.574289,0.00282136154876162
+1999,Jamaica,FruitVeg,2.574289,0.22698422748961
+1999,Jamaica,OilcropsPulses,2.574289,0.045790119135808
 1999,Jamaica,Starchy Roots,2.574289,0.0922736336130093
+1999,Jamaica,Sugar,2.574289,0.0500705243272997
 2000,Jamaica,Ruminants,2.589389,0.334924223436494
 2000,Jamaica,Cereals,2.589389,0.114650212849441
 2000,Jamaica,Monogastrics,2.589389,0.158890456397243
-2000,Jamaica,Oilcrops,2.589389,0.0489385719951695
-2000,Jamaica,Pulses,2.589389,0.00200703718135823
+2000,Jamaica,FruitVeg,2.589389,0.209867656037776
+2000,Jamaica,OilcropsPulses,2.589389,0.0509456091765277
 2000,Jamaica,Starchy Roots,2.589389,0.0735343357062226
+2000,Jamaica,Sugar,2.589389,0.0580584840670907
 2001,Jamaica,Ruminants,2.605556,0.288072641693366
 2001,Jamaica,Cereals,2.605556,0.113214607554011
 2001,Jamaica,Monogastrics,2.605556,0.170578832310647
-2001,Jamaica,Oilcrops,2.605556,0.0494550875129915
-2001,Jamaica,Pulses,2.605556,0.00305846429706366
+2001,Jamaica,FruitVeg,2.605556,0.228135568761523
+2001,Jamaica,OilcropsPulses,2.605556,0.0525135518100551
 2001,Jamaica,Starchy Roots,2.605556,0.078642332001308
+2001,Jamaica,Sugar,2.605556,0.0567456619623604
 2002,Jamaica,Ruminants,2.615253,0.349609387695951
 2002,Jamaica,Cereals,2.615253,0.11895216256324
 2002,Jamaica,Monogastrics,2.615253,0.168362181402717
-2002,Jamaica,Oilcrops,2.615253,0.0540918985658366
-2002,Jamaica,Pulses,2.615253,0.0020835460278604
+2002,Jamaica,FruitVeg,2.615253,0.208218095916533
+2002,Jamaica,OilcropsPulses,2.615253,0.056175444593697
 2002,Jamaica,Starchy Roots,2.615253,0.0717540520936215
+2002,Jamaica,Sugar,2.615253,0.0571248747253134
 2003,Jamaica,Ruminants,2.624695,0.335873120495905
 2003,Jamaica,Cereals,2.624695,0.116319800967351
 2003,Jamaica,Monogastrics,2.624695,0.190372748071681
-2003,Jamaica,Oilcrops,2.624695,0.0565124709728178
-2003,Jamaica,Pulses,2.624695,0.00205700090867701
+2003,Jamaica,FruitVeg,2.624695,0.233729633347875
+2003,Jamaica,OilcropsPulses,2.624695,0.0585694718814948
 2003,Jamaica,Starchy Roots,2.624695,0.0741648077205161
+2003,Jamaica,Sugar,2.624695,0.0563676922461467
 2004,Jamaica,Ruminants,2.634145,0.313127219648121
 2004,Jamaica,Cereals,2.634145,0.119056468038016
 2004,Jamaica,Monogastrics,2.634145,0.197510273732084
-2004,Jamaica,Oilcrops,2.634145,0.0640010325931185
-2004,Jamaica,Pulses,2.634145,0.00374580746314269
+2004,Jamaica,FruitVeg,2.634145,0.216647147366603
+2004,Jamaica,OilcropsPulses,2.634145,0.0677468400562612
 2004,Jamaica,Starchy Roots,2.634145,0.0677031826266208
+2004,Jamaica,Sugar,2.634145,0.0500447014116535
 2005,Jamaica,Ruminants,2.643601,0.318208231877655
 2005,Jamaica,Cereals,2.643601,0.122284338672894
 2005,Jamaica,Monogastrics,2.643601,0.196536088464182
-2005,Jamaica,Oilcrops,2.643601,0.0637577304593242
-2005,Jamaica,Pulses,2.643601,0.00286805762291662
+2005,Jamaica,FruitVeg,2.643601,0.197845665817194
+2005,Jamaica,OilcropsPulses,2.643601,0.0666257880822409
 2005,Jamaica,Starchy Roots,2.643601,0.0604830305329738
+2005,Jamaica,Sugar,2.643601,0.0526989511654747
 2006,Jamaica,Ruminants,2.653042,0.274223400911105
 2006,Jamaica,Cereals,2.653042,0.126278061184105
 2006,Jamaica,Monogastrics,2.653042,0.198752300189744
-2006,Jamaica,Oilcrops,2.653042,0.0661237176041691
-2006,Jamaica,Pulses,2.653042,0.00387705886299576
+2006,Jamaica,FruitVeg,2.653042,0.210716980733814
+2006,Jamaica,OilcropsPulses,2.653042,0.0700007764671648
 2006,Jamaica,Starchy Roots,2.653042,0.0679431384802804
+2006,Jamaica,Sugar,2.653042,0.0484915052230609
 2007,Jamaica,Ruminants,2.662481,0.281709277925364
 2007,Jamaica,Cereals,2.662481,0.124567273907307
 2007,Jamaica,Monogastrics,2.662481,0.205715533744654
-2007,Jamaica,Oilcrops,2.662481,0.0663696755019097
-2007,Jamaica,Pulses,2.662481,0.00383965181347773
+2007,Jamaica,FruitVeg,2.662481,0.19817794004915
+2007,Jamaica,OilcropsPulses,2.662481,0.0702093273153874
 2007,Jamaica,Starchy Roots,2.662481,0.0621570632804516
+2007,Jamaica,Sugar,2.662481,0.048560722123463
 2008,Jamaica,Ruminants,2.671934,0.277753866674851
 2008,Jamaica,Cereals,2.671934,0.126076841718396
 2008,Jamaica,Monogastrics,2.671934,0.205626635987266
-2008,Jamaica,Oilcrops,2.671934,0.0634633939311375
-2008,Jamaica,Pulses,2.671934,0.00327740131305639
+2008,Jamaica,FruitVeg,2.671934,0.179423593546847
+2008,Jamaica,OilcropsPulses,2.671934,0.0667407952441939
 2008,Jamaica,Starchy Roots,2.671934,0.0565144947442564
+2008,Jamaica,Sugar,2.671934,0.0558123815932579
 2009,Jamaica,Ruminants,2.681386,0.229043822858775
 2009,Jamaica,Cereals,2.681386,0.130000678753451
 2009,Jamaica,Monogastrics,2.681386,0.19495753315636
-2009,Jamaica,Oilcrops,2.681386,0.0601237568928905
-2009,Jamaica,Pulses,2.681386,0.00339414019466052
+2009,Jamaica,FruitVeg,2.681386,0.201440598257767
+2009,Jamaica,OilcropsPulses,2.681386,0.063517897087551
 2009,Jamaica,Starchy Roots,2.681386,0.0689703011800614
+2009,Jamaica,Sugar,2.681386,0.050744652205986
 2010,Jamaica,Ruminants,2.690824,0.22166678311179
 2010,Jamaica,Cereals,2.690824,0.12575999024834
 2010,Jamaica,Monogastrics,2.690824,0.226283993304653
-2010,Jamaica,Oilcrops,2.690824,0.060050750253454
-2010,Jamaica,Pulses,2.690824,0.003110942967656
+2010,Jamaica,FruitVeg,2.690824,0.190561329912324
+2010,Jamaica,OilcropsPulses,2.690824,0.06316169322111
 2010,Jamaica,Starchy Roots,2.690824,0.0737119930549155
+2010,Jamaica,Sugar,2.690824,0.0507208944174721
 2011,Jamaica,Ruminants,2.699838,0.245504322851964
 2011,Jamaica,Cereals,2.699838,0.127761739778461
 2011,Jamaica,Monogastrics,2.699838,0.202901988934151
-2011,Jamaica,Oilcrops,2.699838,0.059332448835819
-2011,Jamaica,Pulses,2.699838,0.0042884054524753
+2011,Jamaica,FruitVeg,2.699838,0.213047597670675
+2011,Jamaica,OilcropsPulses,2.699838,0.0636208542882943
 2011,Jamaica,Starchy Roots,2.699838,0.079315499670721
+2011,Jamaica,Sugar,2.699838,0.0509463901167403
 2012,Jamaica,Ruminants,2.707805,0.235061128847904
 2012,Jamaica,Cereals,2.707805,0.125447364193507
 2012,Jamaica,Monogastrics,2.707805,0.210096960453208
-2012,Jamaica,Oilcrops,2.707805,0.0590035102232251
-2012,Jamaica,Pulses,2.707805,0.00331153831239694
+2012,Jamaica,FruitVeg,2.707805,0.212565528167649
+2012,Jamaica,OilcropsPulses,2.707805,0.062315048535622
 2012,Jamaica,Starchy Roots,2.707805,0.081838241675453
+2012,Jamaica,Sugar,2.707805,0.0531655713760777
 2013,Jamaica,Ruminants,2.714669,0.218980030346241
 2013,Jamaica,Cereals,2.714669,0.126798147398449
 2013,Jamaica,Monogastrics,2.714669,0.209263265613598
-2013,Jamaica,Oilcrops,2.714669,0.0591265454462404
-2013,Jamaica,Pulses,2.714669,0.00336173581383218
+2013,Jamaica,FruitVeg,2.714669,0.211482136496199
+2013,Jamaica,OilcropsPulses,2.714669,0.0624882812600726
 2013,Jamaica,Starchy Roots,2.714669,0.0799412377715294
+2013,Jamaica,Sugar,2.714669,0.0500864009571701
 1961,Japan,Ruminants,94.943,0.103866313472294
 1961,Japan,Cereals,94.943,0.183772726793971
 1961,Japan,Monogastrics,94.943,0.0387994565160149
-1961,Japan,Oilcrops,94.943,0.019087768450544
-1961,Japan,Pulses,94.943,0.00387843232255143
+1961,Japan,FruitVeg,94.943,0.124577346407845
+1961,Japan,OilcropsPulses,94.943,0.0229662007730954
 1961,Japan,Starchy Roots,94.943,0.0798659827475433
+1961,Japan,Sugar,94.943,0.0186259229221744
 1962,Japan,Ruminants,95.832,0.115772077176726
 1962,Japan,Cereals,95.832,0.185243822522748
 1962,Japan,Monogastrics,95.832,0.0489564195675766
-1962,Japan,Oilcrops,95.832,0.0194856624092161
-1962,Japan,Pulses,95.832,0.00389389765422823
+1962,Japan,FruitVeg,95.832,0.136344843058686
+1962,Japan,OilcropsPulses,95.832,0.0233795600634444
 1962,Japan,Starchy Roots,95.832,0.0784075882794891
+1962,Japan,Sugar,95.832,0.0202652558644294
 1963,Japan,Ruminants,96.812,0.131158929678139
 1963,Japan,Cereals,96.812,0.186595256786349
 1963,Japan,Monogastrics,96.812,0.0478757302813701
-1963,Japan,Oilcrops,96.812,0.0213254968392348
-1963,Japan,Pulses,96.812,0.00410419162913688
+1963,Japan,FruitVeg,96.812,0.151233865636491
+1963,Japan,OilcropsPulses,96.812,0.0254296884683717
 1963,Japan,Starchy Roots,96.812,0.0763310023550799
+1963,Japan,Sugar,96.812,0.0192062657521795
 1964,Japan,Ruminants,97.826,0.149557325250956
 1964,Japan,Cereals,97.826,0.187210608631652
 1964,Japan,Monogastrics,97.826,0.0558225185533498
-1964,Japan,Oilcrops,97.826,0.021178909492364
-1964,Japan,Pulses,97.826,0.00378328869625662
+1964,Japan,FruitVeg,97.826,0.149771083352074
+1964,Japan,OilcropsPulses,97.826,0.0249621981886206
 1964,Japan,Starchy Roots,97.826,0.0744350070533396
+1964,Japan,Sugar,97.826,0.0210901600801423
 1965,Japan,Ruminants,98.883,0.145379403942032
 1965,Japan,Cereals,98.883,0.182987389136656
 1965,Japan,Monogastrics,98.883,0.0623079619348119
-1965,Japan,Oilcrops,98.883,0.0208986883488567
-1965,Japan,Pulses,98.883,0.00382840326446406
+1965,Japan,FruitVeg,98.883,0.156231060950821
+1965,Japan,OilcropsPulses,98.883,0.0247270916133208
 1965,Japan,Starchy Roots,98.883,0.0692405873608204
+1965,Japan,Sugar,98.883,0.0222644438376667
 1966,Japan,Ruminants,99.79,0.140575094698868
 1966,Japan,Cereals,99.79,0.180506313257841
 1966,Japan,Monogastrics,99.79,0.0705470798677222
-1966,Japan,Oilcrops,99.79,0.0234840464976451
-1966,Japan,Pulses,99.79,0.0035318969836657
+1966,Japan,FruitVeg,99.79,0.168057069846678
+1966,Japan,OilcropsPulses,99.79,0.0270159434813108
 1966,Japan,Starchy Roots,99.79,0.0617689848682233
+1966,Japan,Sugar,99.79,0.0237358552961219
 1967,Japan,Ruminants,100.725,0.143941913129809
 1967,Japan,Cereals,100.725,0.180845807892777
 1967,Japan,Monogastrics,100.725,0.0765081588483495
-1967,Japan,Oilcrops,100.725,0.0250214345991561
-1967,Japan,Pulses,100.725,0.00367211715065773
+1967,Japan,FruitVeg,100.725,0.171290583271283
+1967,Japan,OilcropsPulses,100.725,0.0286935517498139
 1967,Japan,Starchy Roots,100.725,0.0609990270538595
+1967,Japan,Sugar,100.725,0.026424075452966
 1968,Japan,Ruminants,101.061,0.146227497254134
 1968,Japan,Cereals,101.061,0.178941411622683
 1968,Japan,Monogastrics,101.061,0.0803780113001059
-1968,Japan,Oilcrops,101.061,0.0244824215078022
-1968,Japan,Pulses,101.061,0.00356541098940244
+1968,Japan,FruitVeg,101.061,0.189638376821919
+1968,Japan,OilcropsPulses,101.061,0.0280478324972046
 1968,Japan,Starchy Roots,101.061,0.060951385796697
+1968,Japan,Sugar,101.061,0.0292113772869851
 1969,Japan,Ruminants,103.172,0.167745826387004
 1969,Japan,Cereals,103.172,0.174007802504556
 1969,Japan,Monogastrics,103.172,0.0866985645330128
-1969,Japan,Oilcrops,103.172,0.0243806362191292
-1969,Japan,Pulses,103.172,0.00361198774861397
+1969,Japan,FruitVeg,103.172,0.179987234908696
+1969,Japan,OilcropsPulses,103.172,0.0279926239677432
 1969,Japan,Starchy Roots,103.172,0.0510760768425542
+1969,Japan,Sugar,103.172,0.0304847826929787
 1970,Japan,Ruminants,104.345,0.172867227945757
 1970,Japan,Cereals,104.345,0.171013081604293
 1970,Japan,Monogastrics,104.345,0.0984761196032393
-1970,Japan,Oilcrops,104.345,0.0261119171977574
-1970,Japan,Pulses,104.345,0.00310276486654847
+1970,Japan,FruitVeg,104.345,0.179775772677177
+1970,Japan,OilcropsPulses,104.345,0.0292146820643059
 1970,Japan,Starchy Roots,104.345,0.0484899228520772
+1970,Japan,Sugar,104.345,0.0348743590972255
 1971,Japan,Ruminants,105.697,0.186611965334872
 1971,Japan,Cereals,105.697,0.168611644606753
 1971,Japan,Monogastrics,105.697,0.106983291862588
-1971,Japan,Oilcrops,105.697,0.0253444279402443
-1971,Japan,Pulses,105.697,0.00343916099794696
+1971,Japan,FruitVeg,105.697,0.183162880687248
+1971,Japan,OilcropsPulses,105.697,0.0287835889381912
 1971,Japan,Starchy Roots,105.697,0.0448044693794526
+1971,Japan,Sugar,105.697,0.032065243100561
 1972,Japan,Ruminants,107.188,0.202071506138747
 1972,Japan,Cereals,107.188,0.169299417845281
 1972,Japan,Monogastrics,107.188,0.113137986528343
-1972,Japan,Oilcrops,107.188,0.0266405474493413
-1972,Japan,Pulses,107.188,0.00290095906258163
+1972,Japan,FruitVeg,107.188,0.192728318468485
+1972,Japan,OilcropsPulses,107.188,0.029541506511923
 1972,Japan,Starchy Roots,107.188,0.0422084561704668
+1972,Japan,Sugar,107.188,0.0324604246744039
 1973,Japan,Ruminants,108.079,0.199937531805439
 1973,Japan,Cereals,108.079,0.173016497191869
 1973,Japan,Monogastrics,108.079,0.123225065924
-1973,Japan,Oilcrops,108.079,0.0267965377177805
-1973,Japan,Pulses,108.079,0.00282614568972696
+1973,Japan,FruitVeg,108.079,0.187701755197587
+1973,Japan,OilcropsPulses,108.079,0.0296226834075075
 1973,Japan,Starchy Roots,108.079,0.0395855809176621
+1973,Japan,Sugar,108.079,0.0293707658286994
 1974,Japan,Ruminants,110.162,0.182679296853724
 1974,Japan,Cereals,110.162,0.169850583685844
 1974,Japan,Monogastrics,110.162,0.123992453840707
-1974,Japan,Oilcrops,110.162,0.0240788112053158
-1974,Japan,Pulses,110.162,0.00281971097111527
+1974,Japan,FruitVeg,110.162,0.180907282002868
+1974,Japan,OilcropsPulses,110.162,0.0268985221764311
 1974,Japan,Starchy Roots,110.162,0.0401897659810098
+1974,Japan,Sugar,110.162,0.0300800275957227
 1975,Japan,Ruminants,111.94,0.187857121672324
 1975,Japan,Cereals,111.94,0.169081132749687
 1975,Japan,Monogastrics,111.94,0.123679629265678
-1975,Japan,Oilcrops,111.94,0.0227352063605503
-1975,Japan,Pulses,111.94,0.00279924066464177
+1975,Japan,FruitVeg,111.94,0.181654422011792
+1975,Japan,OilcropsPulses,111.94,0.0255344470251921
 1975,Japan,Starchy Roots,111.94,0.0441122654993747
+1975,Japan,Sugar,111.94,0.0270029122744327
 1976,Japan,Ruminants,112.771,0.189433067898662
 1976,Japan,Cereals,112.771,0.169993207473553
 1976,Japan,Monogastrics,112.771,0.129114956859476
-1976,Japan,Oilcrops,112.771,0.0238954607124172
-1976,Japan,Pulses,112.771,0.00248434437931738
+1976,Japan,FruitVeg,112.771,0.177726818064928
+1976,Japan,OilcropsPulses,112.771,0.0263798050917346
 1976,Japan,Starchy Roots,112.771,0.0431616993730658
+1976,Japan,Sugar,112.771,0.0281053551001587
 1977,Japan,Ruminants,113.863,0.204846541896841
 1977,Japan,Cereals,113.863,0.168014657966152
 1977,Japan,Monogastrics,113.863,0.135288292070295
-1977,Japan,Oilcrops,113.863,0.023334498476239
-1977,Japan,Pulses,113.863,0.00242586265951187
+1977,Japan,FruitVeg,113.863,0.186038423368434
+1977,Japan,OilcropsPulses,113.863,0.0257603611357509
 1977,Japan,Starchy Roots,113.863,0.0431130744842486
+1977,Japan,Sugar,113.863,0.0302886802560972
 1978,Japan,Ruminants,114.898,0.224525269369354
 1978,Japan,Cereals,114.898,0.165621568695713
 1978,Japan,Monogastrics,114.898,0.144364846211422
-1978,Japan,Oilcrops,114.898,0.023651847725809
-1978,Japan,Pulses,114.898,0.00234493202666713
+1978,Japan,FruitVeg,114.898,0.182110123761945
+1978,Japan,OilcropsPulses,114.898,0.0259967797524761
 1978,Japan,Starchy Roots,114.898,0.0419360215147348
+1978,Japan,Sugar,114.898,0.0324761614649515
 1979,Japan,Ruminants,115.87,0.230266452058341
 1979,Japan,Cereals,115.87,0.166258470699922
 1979,Japan,Monogastrics,115.87,0.155644118408561
-1979,Japan,Oilcrops,115.87,0.0240450936394235
-1979,Japan,Pulses,115.87,0.00232323293345991
+1979,Japan,FruitVeg,115.87,0.184156149132649
+1979,Japan,OilcropsPulses,115.87,0.0263683265728834
 1979,Japan,Starchy Roots,115.87,0.0423917148528523
+1979,Japan,Sugar,115.87,0.0343930007767325
 1980,Japan,Ruminants,116.782,0.22043050641366
 1980,Japan,Cereals,116.782,0.166125515918549
 1980,Japan,Monogastrics,116.782,0.156440125190526
-1980,Japan,Oilcrops,116.782,0.0233984175643507
-1980,Japan,Pulses,116.782,0.00239766402356528
+1980,Japan,FruitVeg,116.782,0.177447072322789
+1980,Japan,OilcropsPulses,116.782,0.0257960815879159
 1980,Japan,Starchy Roots,116.782,0.041541085098731
+1980,Japan,Sugar,116.782,0.0335014642667534
 1981,Japan,Ruminants,117.648,0.228611499558004
 1981,Japan,Cereals,117.648,0.165979965660275
 1981,Japan,Monogastrics,117.648,0.155904519413845
-1981,Japan,Oilcrops,117.648,0.0238381952944376
-1981,Japan,Pulses,117.648,0.00227011083911329
+1981,Japan,FruitVeg,117.648,0.176247900516796
+1981,Japan,OilcropsPulses,117.648,0.0261083061335509
 1981,Japan,Starchy Roots,117.648,0.0391278814769482
+1981,Japan,Sugar,117.648,0.0283405667754658
 1982,Japan,Ruminants,118.449,0.228878138270479
 1982,Japan,Cereals,118.449,0.166213163471199
 1982,Japan,Monogastrics,118.449,0.156895099156599
-1982,Japan,Oilcrops,118.449,0.0241128755835845
-1982,Japan,Pulses,118.449,0.00228966897145607
+1982,Japan,FruitVeg,118.449,0.178849724353941
+1982,Japan,OilcropsPulses,118.449,0.0264025445550406
 1982,Japan,Starchy Roots,118.449,0.0447995593040043
+1982,Japan,Sugar,118.449,0.033494423760437
 1983,Japan,Ruminants,119.259,0.236530136928869
 1983,Japan,Cereals,119.259,0.166575629512238
 1983,Japan,Monogastrics,119.259,0.159005806689642
-1983,Japan,Oilcrops,119.259,0.0248897525553627
-1983,Japan,Pulses,119.259,0.00226665492751071
+1983,Japan,FruitVeg,119.259,0.173539103966996
+1983,Japan,OilcropsPulses,119.259,0.0271564074828734
 1983,Japan,Starchy Roots,119.259,0.0416650483401672
+1983,Japan,Sugar,119.259,0.0325650978123244
 1984,Japan,Ruminants,120.018,0.247210011831559
 1984,Japan,Cereals,120.018,0.166924253028712
 1984,Japan,Monogastrics,120.018,0.161789416587512
-1984,Japan,Oilcrops,120.018,0.0254248196103918
-1984,Japan,Pulses,120.018,0.00212360645903115
+1984,Japan,FruitVeg,120.018,0.169159459414421
+1984,Japan,OilcropsPulses,120.018,0.0275484260694229
 1984,Japan,Starchy Roots,120.018,0.0448411154993418
+1984,Japan,Sugar,120.018,0.033055866620007
 1985,Japan,Ruminants,120.754,0.252965911688226
 1985,Japan,Cereals,120.754,0.166568784470908
 1985,Japan,Monogastrics,120.754,0.168112933733044
-1985,Japan,Oilcrops,120.754,0.0256560445202643
-1985,Japan,Pulses,120.754,0.00228334465110887
+1985,Japan,FruitVeg,120.754,0.170884070092916
+1985,Japan,OilcropsPulses,120.754,0.0279393891713732
 1985,Japan,Starchy Roots,120.754,0.0570399489871971
+1985,Japan,Sugar,120.754,0.0335400566440863
 1986,Japan,Ruminants,121.492,0.257019567543542
 1986,Japan,Cereals,121.492,0.165838417344352
 1986,Japan,Monogastrics,121.492,0.173518309024463
-1986,Japan,Oilcrops,121.492,0.0261582984887894
-1986,Japan,Pulses,121.492,0.00242504856286834
+1986,Japan,FruitVeg,121.492,0.173738081519771
+1986,Japan,OilcropsPulses,121.492,0.0285833470516577
 1986,Japan,Starchy Roots,121.492,0.0526329552563132
+1986,Japan,Sugar,121.492,0.0340519787311099
 1987,Japan,Ruminants,122.091,0.264283930019412
 1987,Japan,Cereals,122.091,0.16619868786397
 1987,Japan,Monogastrics,122.091,0.182474066884537
-1987,Japan,Oilcrops,122.091,0.0266058186107084
-1987,Japan,Pulses,122.091,0.00236522757615221
+1987,Japan,FruitVeg,122.091,0.176340721265286
+1987,Japan,OilcropsPulses,122.091,0.0289710461868606
 1987,Japan,Starchy Roots,122.091,0.0469389307975199
+1987,Japan,Sugar,122.091,0.0344608693515493
 1988,Japan,Ruminants,122.613,0.279288775252216
 1988,Japan,Cereals,122.613,0.16759467593159
 1988,Japan,Monogastrics,122.613,0.186793212791466
-1988,Japan,Oilcrops,122.613,0.0261214879335796
-1988,Japan,Pulses,122.613,0.00244888388670043
+1988,Japan,FruitVeg,122.613,0.170566147145898
+1988,Japan,OilcropsPulses,122.613,0.0285703718202801
 1988,Japan,Starchy Roots,122.613,0.0505603157903322
+1988,Japan,Sugar,122.613,0.0348665475928327
 1989,Japan,Ruminants,123.116,0.296086690600734
 1989,Japan,Cereals,123.116,0.166787306280256
 1989,Japan,Monogastrics,123.116,0.188683024952078
-1989,Japan,Oilcrops,123.116,0.0252777543130056
-1989,Japan,Pulses,123.116,0.00244557977842035
+1989,Japan,FruitVeg,123.116,0.171016496637318
+1989,Japan,OilcropsPulses,123.116,0.027723334091426
 1989,Japan,Starchy Roots,123.116,0.0527251860034439
+1989,Japan,Sugar,123.116,0.0352718249455798
 1990,Japan,Ruminants,123.537,0.299351964188866
 1990,Japan,Cereals,123.537,0.16647734686774
 1990,Japan,Monogastrics,123.537,0.185054450893255
-1990,Japan,Oilcrops,123.537,0.0252716514080802
-1990,Japan,Pulses,123.537,0.00230656402535273
+1990,Japan,FruitVeg,123.537,0.165841877332297
+1990,Japan,OilcropsPulses,123.537,0.0275782154334329
 1990,Japan,Starchy Roots,123.537,0.0504573771420708
+1990,Japan,Sugar,123.537,0.0341785133198961
 1991,Japan,Ruminants,123.921,0.302466160699155
 1991,Japan,Cereals,123.921,0.166972054776834
 1991,Japan,Monogastrics,123.921,0.18701536543443
-1991,Japan,Oilcrops,123.921,0.0252696395284092
-1991,Japan,Pulses,123.921,0.00226615343646355
+1991,Japan,FruitVeg,123.921,0.160904108262522
+1991,Japan,OilcropsPulses,123.921,0.0275357929648728
 1991,Japan,Starchy Roots,123.921,0.0489760815358172
+1991,Japan,Sugar,123.921,0.0330804786920699
 1992,Japan,Ruminants,124.229,0.318089830876848
 1992,Japan,Cereals,124.229,0.168626657221744
 1992,Japan,Monogastrics,124.229,0.191084760402161
-1992,Japan,Oilcrops,124.229,0.0253728919978427
-1992,Japan,Pulses,124.229,0.00238870151091935
+1992,Japan,FruitVeg,124.229,0.168086928172971
+1992,Japan,OilcropsPulses,124.229,0.027761593508762
 1992,Japan,Starchy Roots,124.229,0.0491175248935434
+1992,Japan,Sugar,124.229,0.0328645163367652
 1993,Japan,Ruminants,124.536,0.342109865420441
 1993,Japan,Cereals,124.536,0.167859028714589
 1993,Japan,Monogastrics,124.536,0.189212267938588
-1993,Japan,Oilcrops,124.536,0.0255951050298709
-1993,Japan,Pulses,124.536,0.00241692362047922
+1993,Japan,FruitVeg,124.536,0.162758487505621
+1993,Japan,OilcropsPulses,124.536,0.0280120286503501
 1993,Japan,Starchy Roots,124.536,0.0465105029870881
+1993,Japan,Sugar,124.536,0.032266228239224
 1994,Japan,Ruminants,124.961,0.356437419674939
 1994,Japan,Cereals,124.961,0.166463696673362
 1994,Japan,Monogastrics,124.961,0.188038988164307
-1994,Japan,Oilcrops,124.961,0.0259899888765295
-1994,Japan,Pulses,124.961,0.00221721177007226
+1994,Japan,FruitVeg,124.961,0.16570481990381
+1994,Japan,OilcropsPulses,124.961,0.0282072006466017
 1994,Japan,Starchy Roots,124.961,0.0461830651163163
+1994,Japan,Sugar,124.961,0.0319200470546811
 1995,Japan,Ruminants,125.439,0.370338656239288
 1995,Japan,Cereals,125.439,0.164404403734086
 1995,Japan,Monogastrics,125.439,0.203222587871396
-1995,Japan,Oilcrops,125.439,0.0256071397252848
-1995,Japan,Pulses,125.439,0.00197847559371487
+1995,Japan,FruitVeg,125.439,0.169409083299452
+1995,Japan,OilcropsPulses,125.439,0.0275856153189997
 1995,Japan,Starchy Roots,125.439,0.0422704023469575
+1995,Japan,Sugar,125.439,0.0311182885705403
 1996,Japan,Ruminants,125.757,0.355541950746281
 1996,Japan,Cereals,125.757,0.166946627225522
 1996,Japan,Monogastrics,125.757,0.209263188530261
-1996,Japan,Oilcrops,125.757,0.0262049587696907
-1996,Japan,Pulses,125.757,0.0021720222333548
+1996,Japan,FruitVeg,125.757,0.165449835794429
+1996,Japan,OilcropsPulses,125.757,0.0283769810030456
 1996,Japan,Starchy Roots,125.757,0.0407359749357889
+1996,Japan,Sugar,125.757,0.0310550903727029
 1997,Japan,Ruminants,126.057,0.351260430598856
 1997,Japan,Cereals,126.057,0.166527848512974
 1997,Japan,Monogastrics,126.057,0.197917267585299
-1997,Japan,Oilcrops,126.057,0.0265955639115638
-1997,Japan,Pulses,126.057,0.00201728583101295
+1997,Japan,FruitVeg,126.057,0.166091633150083
+1997,Japan,OilcropsPulses,126.057,0.0286128497425768
 1997,Japan,Starchy Roots,126.057,0.0431317023251386
+1997,Japan,Sugar,126.057,0.030574502010995
 1998,Japan,Ruminants,126.4,0.351404975474684
 1998,Japan,Cereals,126.4,0.162934446202532
 1998,Japan,Monogastrics,126.4,0.196463849683544
-1998,Japan,Oilcrops,126.4,0.0259634256329114
-1998,Japan,Pulses,126.4,0.00196144778481013
+1998,Japan,FruitVeg,126.4,0.158367871835443
+1998,Japan,OilcropsPulses,126.4,0.0279248734177215
 1998,Japan,Starchy Roots,126.4,0.0411456012658228
+1998,Japan,Sugar,126.4,0.0309501028481013
 1999,Japan,Ruminants,126.631,0.354817012421919
 1999,Japan,Cereals,126.631,0.16295260244332
 1999,Japan,Monogastrics,126.631,0.204842615947122
-1999,Japan,Oilcrops,126.631,0.0260497113660952
-1999,Japan,Pulses,126.631,0.00199639108906982
+1999,Japan,FruitVeg,126.631,0.167042375089828
+1999,Japan,OilcropsPulses,126.631,0.028046102455165
 1999,Japan,Starchy Roots,126.631,0.0400938553750661
+1999,Japan,Sugar,126.631,0.0303040882564301
 2000,Japan,Ruminants,126.843,0.363019826084214
 2000,Japan,Cereals,126.843,0.162075636810861
 2000,Japan,Monogastrics,126.843,0.208764042950734
-2000,Japan,Oilcrops,126.843,0.0269775470463486
-2000,Japan,Pulses,126.843,0.00197389686462793
+2000,Japan,FruitVeg,126.843,0.164360729405643
+2000,Japan,OilcropsPulses,126.843,0.0289514439109766
 2000,Japan,Starchy Roots,126.843,0.0406779010272542
+2000,Japan,Sugar,126.843,0.0288565234187145
 2001,Japan,Ruminants,127.149,0.335294948446311
 2001,Japan,Cereals,127.149,0.158515316675711
 2001,Japan,Monogastrics,127.149,0.211338965308418
-2001,Japan,Oilcrops,127.149,0.0260711527420585
-2001,Japan,Pulses,127.149,0.00200963436598007
+2001,Japan,FruitVeg,127.149,0.165619957687438
+2001,Japan,OilcropsPulses,127.149,0.0280807871080386
 2001,Japan,Starchy Roots,127.149,0.0410364061062218
+2001,Japan,Sugar,127.149,0.0296859275338383
 2002,Japan,Ruminants,127.445,0.300730788183138
 2002,Japan,Cereals,127.445,0.156843289262035
 2002,Japan,Monogastrics,127.445,0.218443566244262
-2002,Japan,Oilcrops,127.445,0.0254536859037232
-2002,Japan,Pulses,127.445,0.00202324924477225
+2002,Japan,FruitVeg,127.445,0.1642826003374
+2002,Japan,OilcropsPulses,127.445,0.0274769351484954
 2002,Japan,Starchy Roots,127.445,0.0407994036643258
+2002,Japan,Sugar,127.445,0.0297773706304681
 2003,Japan,Ruminants,127.718,0.314748603172615
 2003,Japan,Cereals,127.718,0.154696698977435
 2003,Japan,Monogastrics,127.718,0.217428695250474
-2003,Japan,Oilcrops,127.718,0.0248728057125855
-2003,Japan,Pulses,127.718,0.00201820416855886
+2003,Japan,FruitVeg,127.718,0.162964014469378
+2003,Japan,OilcropsPulses,127.718,0.0268910098811444
 2003,Japan,Starchy Roots,127.718,0.0396609248500603
+2003,Japan,Sugar,127.718,0.0300819853113892
 2004,Japan,Ruminants,127.761,0.285295959643397
 2004,Japan,Cereals,127.761,0.154786789395825
 2004,Japan,Monogastrics,127.761,0.222891100570597
-2004,Japan,Oilcrops,127.761,0.0252854000829674
-2004,Japan,Pulses,127.761,0.00195826582446913
+2004,Japan,FruitVeg,127.761,0.163308537033993
+2004,Japan,OilcropsPulses,127.761,0.0272436659074365
 2004,Japan,Starchy Roots,127.761,0.0415025633800612
+2004,Japan,Sugar,127.761,0.0301377806999006
 2005,Japan,Ruminants,127.773,0.290990624779883
 2005,Japan,Cereals,127.773,0.154884279151307
 2005,Japan,Monogastrics,127.773,0.231563373326133
-2005,Japan,Oilcrops,127.773,0.0254486706894258
-2005,Japan,Pulses,127.773,0.00189028981083641
+2005,Japan,FruitVeg,127.773,0.168627847823875
+2005,Japan,OilcropsPulses,127.773,0.0273389605002622
 2005,Japan,Starchy Roots,127.773,0.039682875098808
+2005,Japan,Sugar,127.773,0.0288409836193875
 2006,Japan,Ruminants,127.854,0.286316453141865
 2006,Japan,Cereals,127.854,0.153208519092089
 2006,Japan,Monogastrics,127.854,0.224606976707807
-2006,Japan,Oilcrops,127.854,0.0253903827803588
-2006,Japan,Pulses,127.854,0.00187776682778795
+2006,Japan,FruitVeg,127.854,0.161864939696842
+2006,Japan,OilcropsPulses,127.854,0.0272681496081468
 2006,Japan,Starchy Roots,127.854,0.0382974799380543
+2006,Japan,Sugar,127.854,0.0278012342202825
 2007,Japan,Ruminants,128.001,0.287692182873571
 2007,Japan,Cereals,128.001,0.156181100147655
 2007,Japan,Monogastrics,128.001,0.22886452996461
-2007,Japan,Oilcrops,128.001,0.0249642659041726
-2007,Japan,Pulses,128.001,0.00187500878899384
+2007,Japan,FruitVeg,128.001,0.162877133772392
+2007,Japan,OilcropsPulses,128.001,0.0268392746931665
 2007,Japan,Starchy Roots,128.001,0.0399885704017937
+2007,Japan,Sugar,128.001,0.030299169537738
 2008,Japan,Ruminants,128.063,0.283880220672638
 2008,Japan,Cereals,128.063,0.149688372129343
 2008,Japan,Monogastrics,128.063,0.230378251329424
-2008,Japan,Oilcrops,128.063,0.0245167378555867
-2008,Japan,Pulses,128.063,0.00189293550830451
+2008,Japan,FruitVeg,128.063,0.158216924482481
+2008,Japan,OilcropsPulses,128.063,0.0264096733638912
 2008,Japan,Starchy Roots,128.063,0.0392028064312096
+2008,Japan,Sugar,128.063,0.028559615189399
 2009,Japan,Ruminants,128.047,0.288231517333479
 2009,Japan,Cereals,128.047,0.147821596757441
 2009,Japan,Monogastrics,128.047,0.224823974790507
-2009,Japan,Oilcrops,128.047,0.0233960186494022
-2009,Japan,Pulses,128.047,0.00183501370590486
+2009,Japan,FruitVeg,128.047,0.153581708278991
+2009,Japan,OilcropsPulses,128.047,0.025231032355307
 2009,Japan,Starchy Roots,128.047,0.0376242239177802
+2009,Japan,Sugar,128.047,0.0278402149210837
 2010,Japan,Ruminants,128.07,0.29014775747638
 2010,Japan,Cereals,128.07,0.151965511048645
 2010,Japan,Monogastrics,128.07,0.2320623471539
-2010,Japan,Oilcrops,128.07,0.023986023268525
-2010,Japan,Pulses,128.07,0.00178838916217693
+2010,Japan,FruitVeg,128.07,0.148373530100726
+2010,Japan,OilcropsPulses,128.07,0.025774412430702
 2010,Japan,Starchy Roots,128.07,0.0344363707347544
+2010,Japan,Sugar,128.07,0.0261069102834387
 2011,Japan,Ruminants,127.817277,0.291209643747926
 2011,Japan,Cereals,127.817277,0.151614620924838
 2011,Japan,Monogastrics,127.817277,0.236635905645213
-2011,Japan,Oilcrops,127.817277,0.0234312924691707
-2011,Japan,Pulses,127.817277,0.00182160037723226
+2011,Japan,FruitVeg,127.817277,0.153173627693539
+2011,Japan,OilcropsPulses,127.817277,0.0252528928464029
 2011,Japan,Starchy Roots,127.817277,0.0362355787003662
+2011,Japan,Sugar,127.817277,0.028561178000999
 1961,Jordan,Ruminants,0.92785,0.215661691006089
 1961,Jordan,Cereals,0.92785,0.264846688581128
 1961,Jordan,Monogastrics,0.92785,0.0128971277684971
-1961,Jordan,Oilcrops,0.92785,0.130876758096675
-1961,Jordan,Pulses,0.92785,0.010184835910977
+1961,Jordan,FruitVeg,0.92785,0.567423613730668
+1961,Jordan,OilcropsPulses,0.92785,0.141061594007652
 1961,Jordan,Starchy Roots,0.92785,0.017883278547179
+1961,Jordan,Sugar,0.92785,0.0502678234628442
 1962,Jordan,Ruminants,0.962783,0.246266708074405
 1962,Jordan,Cereals,0.962783,0.25886414695731
 1962,Jordan,Monogastrics,0.962783,0.0144579827437751
-1962,Jordan,Oilcrops,0.962783,0.0147084026203205
-1962,Jordan,Pulses,0.962783,0.0104426438771769
+1962,Jordan,FruitVeg,0.962783,0.526561021538602
+1962,Jordan,OilcropsPulses,0.962783,0.0251510464974974
 1962,Jordan,Starchy Roots,0.962783,0.0155258246146847
+1962,Jordan,Sugar,0.962783,0.0571561816110172
 1963,Jordan,Ruminants,1.000506,0.249246881078174
 1963,Jordan,Cereals,1.000506,0.265884462461994
 1963,Jordan,Monogastrics,1.000506,0.016466867764911
-1963,Jordan,Oilcrops,1.000506,0.0466923736589286
-1963,Jordan,Pulses,1.000506,0.00976405938595071
+1963,Jordan,FruitVeg,1.000506,0.550072663232404
+1963,Jordan,OilcropsPulses,1.000506,0.0564564330448793
 1963,Jordan,Starchy Roots,1.000506,0.0190343686094836
+1963,Jordan,Sugar,1.000506,0.0501106440141289
 1964,Jordan,Ruminants,1.050725,0.241983963453806
 1964,Jordan,Cereals,1.050725,0.248500797068691
 1964,Jordan,Monogastrics,1.050725,0.0192341478502938
-1964,Jordan,Oilcrops,1.050725,0.100750434223988
-1964,Jordan,Pulses,1.050725,0.0119441338123677
+1964,Jordan,FruitVeg,1.050725,0.60080230317162
+1964,Jordan,OilcropsPulses,1.050725,0.112694568036356
 1964,Jordan,Starchy Roots,1.050725,0.0174060767565253
+1964,Jordan,Sugar,1.050725,0.0381251040947917
 1965,Jordan,Ruminants,1.119798,0.254804437943272
 1965,Jordan,Cereals,1.119798,0.231382802969821
 1965,Jordan,Monogastrics,1.119798,0.0237330304215582
-1965,Jordan,Oilcrops,1.119798,0.0386150002053942
-1965,Jordan,Pulses,1.119798,0.0135211886429517
+1965,Jordan,FruitVeg,1.119798,0.581074443783611
+1965,Jordan,OilcropsPulses,1.119798,0.0521361888483459
 1965,Jordan,Starchy Roots,1.119798,0.0201357744878987
+1965,Jordan,Sugar,1.119798,0.0536114549231201
 1966,Jordan,Ruminants,1.210948,0.258308036348382
 1966,Jordan,Cereals,1.210948,0.238004439496989
 1966,Jordan,Monogastrics,1.210948,0.0241297727070031
-1966,Jordan,Oilcrops,1.210948,0.0325893432253078
-1966,Jordan,Pulses,1.210948,0.00838103700571784
+1966,Jordan,FruitVeg,1.210948,0.360978340936192
+1966,Jordan,OilcropsPulses,1.210948,0.0409703802310256
 1966,Jordan,Starchy Roots,1.210948,0.0250126347291544
+1966,Jordan,Sugar,1.210948,0.0537009021031456
 1967,Jordan,Ruminants,1.320414,0.176415124347364
 1967,Jordan,Cereals,1.320414,0.200406084758265
 1967,Jordan,Monogastrics,1.320414,0.0189124017164314
-1967,Jordan,Oilcrops,1.320414,0.0850657445316393
-1967,Jordan,Pulses,1.320414,0.0130345482553199
+1967,Jordan,FruitVeg,1.320414,0.365196824632274
+1967,Jordan,OilcropsPulses,1.320414,0.0981002927869592
 1967,Jordan,Starchy Roots,1.320414,0.007930088593426
+1967,Jordan,Sugar,1.320414,0.0530189773813365
 1968,Jordan,Ruminants,1.438986,0.189297811097537
 1968,Jordan,Cereals,1.438986,0.14746356114653
 1968,Jordan,Monogastrics,1.438986,0.0208018702058255
-1968,Jordan,Oilcrops,1.438986,0.016111345072155
-1968,Jordan,Pulses,1.438986,0.0061842158297579
+1968,Jordan,FruitVeg,1.438986,0.173064922104871
+1968,Jordan,OilcropsPulses,1.438986,0.0222955609019129
 1968,Jordan,Starchy Roots,1.438986,0.00926068773427955
+1968,Jordan,Sugar,1.438986,0.027274066599675
 1969,Jordan,Ruminants,1.553585,0.178270323155798
 1969,Jordan,Cereals,1.553585,0.152311589002211
 1969,Jordan,Monogastrics,1.553585,0.0303287557488004
-1969,Jordan,Oilcrops,1.553585,0.0193970719336245
-1969,Jordan,Pulses,1.553585,0.00757345108249629
+1969,Jordan,FruitVeg,1.553585,0.163320964092727
+1969,Jordan,OilcropsPulses,1.553585,0.0269705230161208
 1969,Jordan,Starchy Roots,1.553585,0.00813859557088927
+1969,Jordan,Sugar,1.553585,0.0265778827679206
 1970,Jordan,Ruminants,1.654769,0.156647060707567
 1970,Jordan,Cereals,1.654769,0.154613725541148
 1970,Jordan,Monogastrics,1.654769,0.0295308287742881
-1970,Jordan,Oilcrops,1.654769,0.00995486379065598
-1970,Jordan,Pulses,1.654769,0.00582316927619505
+1970,Jordan,FruitVeg,1.654769,0.120494159607776
+1970,Jordan,OilcropsPulses,1.654769,0.015778033066851
 1970,Jordan,Starchy Roots,1.654769,0.00937713964909906
+1970,Jordan,Sugar,1.654769,0.0267360580238088
 1971,Jordan,Ruminants,1.739903,0.165024946793011
 1971,Jordan,Cereals,1.739903,0.152745871465248
 1971,Jordan,Monogastrics,1.739903,0.0293693958801152
-1971,Jordan,Oilcrops,1.739903,0.0162664240477774
-1971,Jordan,Pulses,1.739903,0.00643541622722646
+1971,Jordan,FruitVeg,1.739903,0.124378198094951
+1971,Jordan,OilcropsPulses,1.739903,0.0227018402750038
 1971,Jordan,Starchy Roots,1.739903,0.00898038568816767
+1971,Jordan,Sugar,1.739903,0.0267785043189189
 1972,Jordan,Ruminants,1.81187,0.157252672653115
 1972,Jordan,Cereals,1.81187,0.151684723517692
 1972,Jordan,Monogastrics,1.81187,0.0352957993675043
-1972,Jordan,Oilcrops,1.81187,0.0246551904937992
-1972,Jordan,Pulses,1.81187,0.00634924139149056
+1972,Jordan,FruitVeg,1.81187,0.150839740157958
+1972,Jordan,OilcropsPulses,1.81187,0.0310044318852898
 1972,Jordan,Starchy Roots,1.81187,0.00457869493948241
+1972,Jordan,Sugar,1.81187,0.0271752388416387
 1973,Jordan,Ruminants,1.873548,0.185419482180334
 1973,Jordan,Cereals,1.873548,0.152768970957776
 1973,Jordan,Monogastrics,1.873548,0.038360212815471
-1973,Jordan,Oilcrops,1.873548,0.00940088004150414
-1973,Jordan,Pulses,1.873548,0.00640282501435778
+1973,Jordan,FruitVeg,1.873548,0.0992427202292122
+1973,Jordan,OilcropsPulses,1.873548,0.0158037050558619
 1973,Jordan,Starchy Roots,1.873548,0.00962505364154001
+1973,Jordan,Sugar,1.873548,0.0219513991635122
 1974,Jordan,Ruminants,1.929939,0.122090905463851
 1974,Jordan,Cereals,1.929939,0.155146872517732
 1974,Jordan,Monogastrics,1.929939,0.040002093330411
-1974,Jordan,Oilcrops,1.929939,0.0248370544353993
-1974,Jordan,Pulses,1.929939,0.00686187490899971
+1974,Jordan,FruitVeg,1.929939,0.106942758294433
+1974,Jordan,OilcropsPulses,1.929939,0.031698929344399
 1974,Jordan,Starchy Roots,1.929939,0.0109314335841703
+1974,Jordan,Sugar,1.929939,0.0268117282463332
 1975,Jordan,Ruminants,1.985121,0.131240513802433
 1975,Jordan,Cereals,1.985121,0.156579875987408
 1975,Jordan,Monogastrics,1.985121,0.0487878572641164
-1975,Jordan,Oilcrops,1.985121,0.00600366426026424
-1975,Jordan,Pulses,1.985121,0.00634570890137176
+1975,Jordan,FruitVeg,1.985121,0.118945394260602
+1975,Jordan,OilcropsPulses,1.985121,0.012349373161636
 1975,Jordan,Starchy Roots,1.985121,0.0106391499560984
+1975,Jordan,Sugar,1.985121,0.0236826873525594
 1976,Jordan,Ruminants,2.039114,0.114948502143578
 1976,Jordan,Cereals,2.039114,0.152762915658467
 1976,Jordan,Monogastrics,2.039114,0.0499454174705289
-1976,Jordan,Oilcrops,2.039114,0.0169009677732584
-1976,Jordan,Pulses,2.039114,0.00743901518012235
+1976,Jordan,FruitVeg,2.039114,0.081199481735695
+1976,Jordan,OilcropsPulses,2.039114,0.0243399829533807
 1976,Jordan,Starchy Roots,2.039114,0.0125137682346352
+1976,Jordan,Sugar,2.039114,0.0376325207908925
 1977,Jordan,Ruminants,2.091716,0.14058462047429
 1977,Jordan,Cereals,2.091716,0.155863893568725
 1977,Jordan,Monogastrics,2.091716,0.0502486475219389
-1977,Jordan,Oilcrops,2.091716,0.00664765197569842
-1977,Jordan,Pulses,2.091716,0.00526696740857746
+1977,Jordan,FruitVeg,2.091716,0.109460366512471
+1977,Jordan,OilcropsPulses,2.091716,0.0119146193842759
 1977,Jordan,Starchy Roots,2.091716,0.0168493237131618
+1977,Jordan,Sugar,2.091716,0.0393093517475604
 1978,Jordan,Ruminants,2.146662,0.200232360753579
 1978,Jordan,Cereals,2.146662,0.155562915820003
 1978,Jordan,Monogastrics,2.146662,0.0574278577624237
-1978,Jordan,Oilcrops,2.146662,0.0212208535857066
-1978,Jordan,Pulses,2.146662,0.00468494807286848
+1978,Jordan,FruitVeg,2.146662,0.168232353300147
+1978,Jordan,OilcropsPulses,2.146662,0.025905801658575
 1978,Jordan,Starchy Roots,2.146662,0.0092240883753474
+1978,Jordan,Sugar,2.146662,0.0406468274931032
 1979,Jordan,Ruminants,2.208562,0.210430995371649
 1979,Jordan,Cereals,2.208562,0.157922666422767
 1979,Jordan,Monogastrics,2.208562,0.0545885965619258
-1979,Jordan,Oilcrops,2.208562,0.00580105969404527
-1979,Jordan,Pulses,2.208562,0.00588210790550594
+1979,Jordan,FruitVeg,2.208562,0.106538100356703
+1979,Jordan,OilcropsPulses,2.208562,0.0116831675995512
 1979,Jordan,Starchy Roots,2.208562,0.0113589747537085
+1979,Jordan,Sugar,2.208562,0.0468137186096655
 1980,Jordan,Ruminants,2.28067,0.192491987003819
 1980,Jordan,Cereals,2.28067,0.162654833886533
 1980,Jordan,Monogastrics,2.28067,0.0593406762047995
-1980,Jordan,Oilcrops,2.28067,0.0231923075236663
-1980,Jordan,Pulses,2.28067,0.00605874589484669
+1980,Jordan,FruitVeg,2.28067,0.121936974660955
+1980,Jordan,OilcropsPulses,2.28067,0.029251053418513
 1980,Jordan,Starchy Roots,2.28067,0.0160777315438007
+1980,Jordan,Sugar,2.28067,0.0450937663055155
 1981,Jordan,Ruminants,2.365665,0.366755817074691
 1981,Jordan,Cereals,2.365665,0.161661942836369
 1981,Jordan,Monogastrics,2.365665,0.0562851037657488
-1981,Jordan,Oilcrops,2.365665,0.0128805219673961
-1981,Jordan,Pulses,2.365665,0.00731929499738974
+1981,Jordan,FruitVeg,2.365665,0.100964844980164
+1981,Jordan,OilcropsPulses,2.365665,0.0201998169647858
 1981,Jordan,Starchy Roots,2.365665,0.0164757055627065
+1981,Jordan,Sugar,2.365665,0.04859563801299
 1982,Jordan,Ruminants,2.462968,0.331844749911489
 1982,Jordan,Cereals,2.462968,0.163239230067139
 1982,Jordan,Monogastrics,2.462968,0.0652302831380676
-1982,Jordan,Oilcrops,2.462968,0.024092883058164
-1982,Jordan,Pulses,2.462968,0.00690711369372237
+1982,Jordan,FruitVeg,2.462968,0.122912680960532
+1982,Jordan,OilcropsPulses,2.462968,0.0309999967518863
 1982,Jordan,Starchy Roots,2.462968,0.0169247022291804
+1982,Jordan,Sugar,2.462968,0.0419583202055406
 1983,Jordan,Ruminants,2.568582,0.301345723048748
 1983,Jordan,Cereals,2.568582,0.162180144531107
 1983,Jordan,Monogastrics,2.568582,0.0765368596369514
-1983,Jordan,Oilcrops,2.568582,0.0156673993666544
-1983,Jordan,Pulses,2.568582,0.00691042762115439
+1983,Jordan,FruitVeg,2.568582,0.150400493346134
+1983,Jordan,OilcropsPulses,2.568582,0.0225778269878088
 1983,Jordan,Starchy Roots,2.568582,0.0141755256402171
+1983,Jordan,Sugar,2.568582,0.039191273628796
 1984,Jordan,Ruminants,2.676515,0.291808900753405
 1984,Jordan,Cereals,2.676515,0.167140105697147
 1984,Jordan,Monogastrics,2.676515,0.0851032032325617
-1984,Jordan,Oilcrops,2.676515,0.0253856227220845
-1984,Jordan,Pulses,2.676515,0.00681445835349325
+1984,Jordan,FruitVeg,2.676515,0.114297136388176
+1984,Jordan,OilcropsPulses,2.676515,0.0322000810755778
 1984,Jordan,Starchy Roots,2.676515,0.0144837596650869
+1984,Jordan,Sugar,2.676515,0.0395555414410156
 1985,Jordan,Ruminants,2.782885,0.422799037689304
 1985,Jordan,Cereals,2.782885,0.160964969806514
 1985,Jordan,Monogastrics,2.782885,0.0844643957619521
-1985,Jordan,Oilcrops,2.782885,0.0143520123900197
-1985,Jordan,Pulses,2.782885,0.00705023743345485
+1985,Jordan,FruitVeg,2.782885,0.187325742889124
+1985,Jordan,OilcropsPulses,2.782885,0.0214022498234746
 1985,Jordan,Starchy Roots,2.782885,0.0119659993136619
+1985,Jordan,Sugar,2.782885,0.0409610889418715
 1986,Jordan,Ruminants,2.884065,0.354879727051922
 1986,Jordan,Cereals,2.884065,0.157984996870736
 1986,Jordan,Monogastrics,2.884065,0.0919709507240648
-1986,Jordan,Oilcrops,2.884065,0.0215279475323892
-1986,Jordan,Pulses,2.884065,0.00632579362809091
+1986,Jordan,FruitVeg,2.884065,0.167544074076
+1986,Jordan,OilcropsPulses,2.884065,0.0278537411604801
 1986,Jordan,Starchy Roots,2.884065,0.0097868806701652
+1986,Jordan,Sugar,2.884065,0.0423381581205694
 1987,Jordan,Ruminants,2.982349,0.356623218811749
 1987,Jordan,Cereals,2.982349,0.158259144050545
 1987,Jordan,Monogastrics,2.982349,0.0811207876744137
-1987,Jordan,Oilcrops,2.982349,0.0161205143998908
-1987,Jordan,Pulses,2.982349,0.00782705176355953
+1987,Jordan,FruitVeg,2.982349,0.193645679965691
+1987,Jordan,OilcropsPulses,2.982349,0.0239475661634504
 1987,Jordan,Starchy Roots,2.982349,0.0144218533779916
+1987,Jordan,Sugar,2.982349,0.0425983008695495
 1988,Jordan,Ruminants,3.086664,0.401405400782204
 1988,Jordan,Cereals,3.086664,0.158938906210718
 1988,Jordan,Monogastrics,3.086664,0.0858271583819943
-1988,Jordan,Oilcrops,3.086664,0.0291586644999261
-1988,Jordan,Pulses,3.086664,0.0077209569943473
+1988,Jordan,FruitVeg,3.086664,0.197137751306913
+1988,Jordan,OilcropsPulses,3.086664,0.0368796214942734
 1988,Jordan,Starchy Roots,3.086664,0.0133422361488001
+1988,Jordan,Sugar,3.086664,0.0421659111584546
 1989,Jordan,Ruminants,3.209466,0.243059281512875
 1989,Jordan,Cereals,3.209466,0.175169015655564
 1989,Jordan,Monogastrics,3.209466,0.0699709235118864
-1989,Jordan,Oilcrops,3.209466,0.0117505528957154
-1989,Jordan,Pulses,3.209466,0.00792032070132539
+1989,Jordan,FruitVeg,3.209466,0.123975452614236
+1989,Jordan,OilcropsPulses,3.209466,0.0196708735970408
 1989,Jordan,Starchy Roots,3.209466,0.00855126678394474
+1989,Jordan,Sugar,3.209466,0.042832047449638
 1990,Jordan,Ruminants,3.358453,0.249232637765066
 1990,Jordan,Cereals,3.358453,0.179881927780439
 1990,Jordan,Monogastrics,3.358453,0.0781105169552767
-1990,Jordan,Oilcrops,3.358453,0.0254995380313496
-1990,Jordan,Pulses,3.358453,0.00758206233643883
+1990,Jordan,FruitVeg,3.358453,0.158866597210085
+1990,Jordan,OilcropsPulses,3.358453,0.0330816003677884
 1990,Jordan,Starchy Roots,3.358453,0.0223805424700003
+1990,Jordan,Sugar,3.358453,0.0420949764668435
 1991,Jordan,Ruminants,3.538663,0.27995714765718
 1991,Jordan,Cereals,3.538663,0.171177362749716
 1991,Jordan,Monogastrics,3.538663,0.0995819607574951
-1991,Jordan,Oilcrops,3.538663,0.0164474548720802
-1991,Jordan,Pulses,3.538663,0.00801913038907633
+1991,Jordan,FruitVeg,3.538663,0.169513457483801
+1991,Jordan,OilcropsPulses,3.538663,0.0244665852611565
 1991,Jordan,Starchy Roots,3.538663,0.0185731164566957
+1991,Jordan,Sugar,3.538663,0.0421955976028234
 1992,Jordan,Ruminants,3.743944,0.211503938093091
 1992,Jordan,Cereals,3.743944,0.166574873983158
 1992,Jordan,Monogastrics,3.743944,0.0894501092965066
-1992,Jordan,Oilcrops,3.743944,0.0275765342644014
-1992,Jordan,Pulses,3.743944,0.00847368443545096
+1992,Jordan,FruitVeg,3.743944,0.177941496988203
+1992,Jordan,OilcropsPulses,3.743944,0.0360502186998524
 1992,Jordan,Starchy Roots,3.743944,0.0112790148570598
+1992,Jordan,Sugar,3.743944,0.0406867730927599
 1993,Jordan,Ruminants,3.957221,0.343897295602141
 1993,Jordan,Cereals,3.957221,0.157198700805439
 1993,Jordan,Monogastrics,3.957221,0.0957285428334682
-1993,Jordan,Oilcrops,3.957221,0.0225830197504764
-1993,Jordan,Pulses,3.957221,0.00652326468498979
+1993,Jordan,FruitVeg,3.957221,0.150322663303364
+1993,Jordan,OilcropsPulses,3.957221,0.0291062844354662
 1993,Jordan,Starchy Roots,3.957221,0.0188842119254901
+1993,Jordan,Sugar,3.957221,0.0405337483046815
 1994,Jordan,Ruminants,4.154813,0.282197851022417
 1994,Jordan,Cereals,4.154813,0.153369598102249
 1994,Jordan,Monogastrics,4.154813,0.100543321684995
-1994,Jordan,Oilcrops,4.154813,0.0291045589777446
-1994,Jordan,Pulses,4.154813,0.00655167873981332
+1994,Jordan,FruitVeg,4.154813,0.210185873588053
+1994,Jordan,OilcropsPulses,4.154813,0.0356562377175579
 1994,Jordan,Starchy Roots,4.154813,0.0209944466814752
+1994,Jordan,Sugar,4.154813,0.0393461751467515
 1995,Jordan,Ruminants,4.320158,0.236576972416287
 1995,Jordan,Cereals,4.320158,0.168213292199035
 1995,Jordan,Monogastrics,4.320158,0.0984563064591619
-1995,Jordan,Oilcrops,4.320158,0.0240306025844425
-1995,Jordan,Pulses,4.320158,0.00632569456950417
+1995,Jordan,FruitVeg,4.320158,0.211517495424936
+1995,Jordan,OilcropsPulses,4.320158,0.0303562971539467
 1995,Jordan,Starchy Roots,4.320158,0.0222957123327434
+1995,Jordan,Sugar,4.320158,0.0340918086792196
 1996,Jordan,Ruminants,4.448113,0.172684866593992
 1996,Jordan,Cereals,4.448113,0.181228984065827
 1996,Jordan,Monogastrics,4.448113,0.0934652514448261
-1996,Jordan,Oilcrops,4.448113,0.0364498383921452
-1996,Jordan,Pulses,4.448113,0.00389603411603977
+1996,Jordan,FruitVeg,4.448113,0.157780838751174
+1996,Jordan,OilcropsPulses,4.448113,0.0403458725081849
 1996,Jordan,Starchy Roots,4.448113,0.0170688109766996
+1996,Jordan,Sugar,4.448113,0.034950101312624
 1997,Jordan,Ruminants,4.545248,0.252251208294905
 1997,Jordan,Cereals,4.545248,0.170614232710734
 1997,Jordan,Monogastrics,4.545248,0.0927353798956625
-1997,Jordan,Oilcrops,4.545248,0.0312660607297996
-1997,Jordan,Pulses,4.545248,0.00667708340667
+1997,Jordan,FruitVeg,4.545248,0.128778891712839
+1997,Jordan,OilcropsPulses,4.545248,0.0379431441364696
 1997,Jordan,Starchy Roots,4.545248,0.0208604678996614
+1997,Jordan,Sugar,4.545248,0.0388968874745668
 1998,Jordan,Ruminants,4.621329,0.245256072441499
 1998,Jordan,Cereals,4.621329,0.173613477854531
 1998,Jordan,Monogastrics,4.621329,0.0899653973997523
-1998,Jordan,Oilcrops,4.621329,0.0378313251447798
-1998,Jordan,Pulses,4.621329,0.00206975093095514
+1998,Jordan,FruitVeg,4.621329,0.125375838855013
+1998,Jordan,OilcropsPulses,4.621329,0.0399010760757349
 1998,Jordan,Starchy Roots,4.621329,0.0152378244440073
+1998,Jordan,Sugar,4.621329,0.0380862301731818
 1999,Jordan,Ruminants,4.691402,0.246434221582376
 1999,Jordan,Cereals,4.691402,0.174241729870943
 1999,Jordan,Monogastrics,4.691402,0.0968101006905825
-1999,Jordan,Oilcrops,4.691402,0.0165217135517272
-1999,Jordan,Pulses,4.691402,0.00606748259901837
+1999,Jordan,FruitVeg,4.691402,0.131821148560707
+1999,Jordan,OilcropsPulses,4.691402,0.0225891961507456
 1999,Jordan,Starchy Roots,4.691402,0.0205697571855919
+1999,Jordan,Sugar,4.691402,0.0377247569063576
 2000,Jordan,Ruminants,4.767476,0.294531487940369
 2000,Jordan,Cereals,4.767476,0.16261078188962
 2000,Jordan,Monogastrics,4.767476,0.0991375939805465
-2000,Jordan,Oilcrops,4.767476,0.0388622826837513
-2000,Jordan,Pulses,4.767476,0.00734329863432978
+2000,Jordan,FruitVeg,4.767476,0.152178846836355
+2000,Jordan,OilcropsPulses,4.767476,0.0462055813180811
 2000,Jordan,Starchy Roots,4.767476,0.0197037174387454
+2000,Jordan,Sugar,4.767476,0.0416564236505857
 2001,Jordan,Ruminants,4.850227,0.321736673355701
 2001,Jordan,Cereals,4.850227,0.170329553647695
 2001,Jordan,Monogastrics,4.850227,0.0955967215555066
-2001,Jordan,Oilcrops,4.850227,0.0268667837608425
-2001,Jordan,Pulses,4.850227,0.00788499177461179
+2001,Jordan,FruitVeg,4.850227,0.127780823454242
+2001,Jordan,OilcropsPulses,4.850227,0.0347517755354543
 2001,Jordan,Starchy Roots,4.850227,0.0187234535620704
+2001,Jordan,Sugar,4.850227,0.0408980858009326
 2002,Jordan,Ruminants,4.938935,0.324773822696593
 2002,Jordan,Cereals,4.938935,0.16766954819207
 2002,Jordan,Monogastrics,4.938935,0.0893639215741855
-2002,Jordan,Oilcrops,4.938935,0.0484734057038613
-2002,Jordan,Pulses,4.938935,0.00817686404052696
+2002,Jordan,FruitVeg,4.938935,0.189155759288187
+2002,Jordan,OilcropsPulses,4.938935,0.0566502697443882
 2002,Jordan,Starchy Roots,4.938935,0.0211812870588497
+2002,Jordan,Sugar,4.938935,0.0423101336624191
 2003,Jordan,Ruminants,5.042538,0.303241562086394
 2003,Jordan,Cereals,5.042538,0.193950546332026
 2003,Jordan,Monogastrics,5.042538,0.0961241541461859
-2003,Jordan,Oilcrops,5.042538,0.03434698955169
-2003,Jordan,Pulses,5.042538,0.00793132347242599
+2003,Jordan,FruitVeg,5.042538,0.170979970800418
+2003,Jordan,OilcropsPulses,5.042538,0.042278313024116
 2003,Jordan,Starchy Roots,5.042538,0.0258570188266306
+2003,Jordan,Sugar,5.042538,0.043947115520002
 2004,Jordan,Ruminants,5.171633,0.359539994427292
 2004,Jordan,Cereals,5.171633,0.165910458070014
 2004,Jordan,Monogastrics,5.171633,0.102820540436647
-2004,Jordan,Oilcrops,5.171633,0.0460622399153227
-2004,Jordan,Pulses,5.171633,0.00800095443740884
+2004,Jordan,FruitVeg,5.171633,0.184208546894182
+2004,Jordan,OilcropsPulses,5.171633,0.0540631943527315
 2004,Jordan,Starchy Roots,5.171633,0.0292586500240833
+2004,Jordan,Sugar,5.171633,0.0490947443486419
 2005,Jordan,Ruminants,5.332982,0.299437237928048
 2005,Jordan,Cereals,5.332982,0.179459821915769
 2005,Jordan,Monogastrics,5.332982,0.101635651498542
-2005,Jordan,Oilcrops,5.332982,0.0355840315980815
-2005,Jordan,Pulses,5.332982,0.00843430560988205
+2005,Jordan,FruitVeg,5.332982,0.174160722837617
+2005,Jordan,OilcropsPulses,5.332982,0.0440183372079636
 2005,Jordan,Starchy Roots,5.332982,0.0306605197617393
+2005,Jordan,Sugar,5.332982,0.0485100080967834
 2006,Jordan,Ruminants,5.530218,0.366797674160404
 2006,Jordan,Cereals,5.530218,0.178405986888763
 2006,Jordan,Monogastrics,5.530218,0.0918227274223186
-2006,Jordan,Oilcrops,5.530218,0.0403345763223077
-2006,Jordan,Pulses,5.530218,0.00828376024236296
+2006,Jordan,FruitVeg,5.530218,0.184075021997325
+2006,Jordan,OilcropsPulses,5.530218,0.0486183365646707
 2006,Jordan,Starchy Roots,5.530218,0.0290511151639953
+2006,Jordan,Sugar,5.530218,0.0511491590385768
 2007,Jordan,Ruminants,5.759424,0.394689208504184
 2007,Jordan,Cereals,5.759424,0.180115581002545
 2007,Jordan,Monogastrics,5.759424,0.101115215688235
-2007,Jordan,Oilcrops,5.759424,0.0335703709259815
-2007,Jordan,Pulses,5.759424,0.00714637435965819
+2007,Jordan,FruitVeg,5.759424,0.150659510395484
+2007,Jordan,OilcropsPulses,5.759424,0.0407167452856397
 2007,Jordan,Starchy Roots,5.759424,0.0186115833805603
+2007,Jordan,Sugar,5.759424,0.0476974780811414
 2008,Jordan,Ruminants,6.010035,0.401705447638824
 2008,Jordan,Cereals,6.010035,0.177878331823359
 2008,Jordan,Monogastrics,6.010035,0.103970525961995
-2008,Jordan,Oilcrops,6.010035,0.027127795428812
-2008,Jordan,Pulses,6.010035,0.00779512931289086
+2008,Jordan,FruitVeg,6.010035,0.142752579643879
+2008,Jordan,OilcropsPulses,6.010035,0.0349229247417028
 2008,Jordan,Starchy Roots,6.010035,0.0287054900678615
+2008,Jordan,Sugar,6.010035,0.0478276748804291
 2009,Jordan,Ruminants,6.266865,0.330595185950232
 2009,Jordan,Cereals,6.266865,0.18977032375837
 2009,Jordan,Monogastrics,6.266865,0.0999353584288157
-2009,Jordan,Oilcrops,6.266865,0.0333203284257759
-2009,Jordan,Pulses,6.266865,0.00718844270620159
+2009,Jordan,FruitVeg,6.266865,0.145233541810778
+2009,Jordan,OilcropsPulses,6.266865,0.0405087711319775
 2009,Jordan,Starchy Roots,6.266865,0.024550393218938
+2009,Jordan,Sugar,6.266865,0.0412486945226999
 2010,Jordan,Ruminants,6.517912,0.303947813348815
 2010,Jordan,Cereals,6.517912,0.174099926479523
 2010,Jordan,Monogastrics,6.517912,0.125427330102033
-2010,Jordan,Oilcrops,6.517912,0.0381655965898281
-2010,Jordan,Pulses,6.517912,0.00753354755326552
+2010,Jordan,FruitVeg,6.517912,0.177299417359424
+2010,Jordan,OilcropsPulses,6.517912,0.0456991441430937
 2010,Jordan,Starchy Roots,6.517912,0.031680697744922
+2010,Jordan,Sugar,6.517912,0.0470495766128785
 2011,Jordan,Ruminants,6.760371,0.337228637304077
 2011,Jordan,Cereals,6.760371,0.179108069660674
 2011,Jordan,Monogastrics,6.760371,0.12765221021154
-2011,Jordan,Oilcrops,6.760371,0.0324133098612487
-2011,Jordan,Pulses,6.760371,0.00788285139972348
+2011,Jordan,FruitVeg,6.760371,0.185226520852184
+2011,Jordan,OilcropsPulses,6.760371,0.0402961612609722
 2011,Jordan,Starchy Roots,6.760371,0.0382371026678861
+2011,Jordan,Sugar,6.760371,0.0410836920044773
 1992,Kazakhstan,Ruminants,16.439095,0.861999471382093
 1992,Kazakhstan,Cereals,16.439095,0.231025126383174
 1992,Kazakhstan,Monogastrics,16.439095,0.129790210470832
-1992,Kazakhstan,Oilcrops,16.439095,0.0155845562058009
-1992,Kazakhstan,Pulses,16.439095,0.000182491797754073
+1992,Kazakhstan,FruitVeg,16.439095,0.0796063286938849
+1992,Kazakhstan,OilcropsPulses,16.439095,0.0157670480035549
 1992,Kazakhstan,Starchy Roots,16.439095,0.0933688867909091
+1992,Kazakhstan,Sugar,16.439095,0.0212256209967763
 1993,Kazakhstan,Ruminants,16.330419,0.919282787539009
 1993,Kazakhstan,Cereals,16.330419,0.232463906774223
 1993,Kazakhstan,Monogastrics,16.330419,0.114124022169915
-1993,Kazakhstan,Oilcrops,16.330419,0.0128722355501105
-1993,Kazakhstan,Pulses,16.330419,0.000489883327549648
+1993,Kazakhstan,FruitVeg,16.330419,0.0625469560823883
+1993,Kazakhstan,OilcropsPulses,16.330419,0.0133621188776602
 1993,Kazakhstan,Starchy Roots,16.330419,0.0811981615413542
+1993,Kazakhstan,Sugar,16.330419,0.0190568900895929
 1994,Kazakhstan,Ruminants,16.095199,0.890293211037652
 1994,Kazakhstan,Cereals,16.095199,0.207862854010068
 1994,Kazakhstan,Monogastrics,16.095199,0.0880975749352338
-1994,Kazakhstan,Oilcrops,16.095199,0.0103036936666642
-1994,Kazakhstan,Pulses,16.095199,0.000559172955860937
+1994,Kazakhstan,FruitVeg,16.095199,0.0647612993166471
+1994,Kazakhstan,OilcropsPulses,16.095199,0.0108628666225251
 1994,Kazakhstan,Starchy Roots,16.095199,0.0767868729053925
+1994,Kazakhstan,Sugar,16.095199,0.02025771784493
 1995,Kazakhstan,Ruminants,15.815626,0.929734833132751
 1995,Kazakhstan,Cereals,15.815626,0.211188479039654
 1995,Kazakhstan,Monogastrics,15.815626,0.0627864556230654
-1995,Kazakhstan,Oilcrops,15.815626,0.0103438207251487
-1995,Kazakhstan,Pulses,15.815626,0.000569057462537366
+1995,Kazakhstan,FruitVeg,15.815626,0.0647044890919904
+1995,Kazakhstan,OilcropsPulses,15.815626,0.010912878187686
 1995,Kazakhstan,Starchy Roots,15.815626,0.0691155063985453
+1995,Kazakhstan,Sugar,15.815626,0.0202287914496714
 1996,Kazakhstan,Ruminants,15.577894,0.941953976577322
 1996,Kazakhstan,Cereals,15.577894,0.218825407336833
 1996,Kazakhstan,Monogastrics,15.577894,0.061301412116426
-1996,Kazakhstan,Oilcrops,15.577894,0.0104532743643011
-1996,Kazakhstan,Pulses,15.577894,0.000321352809307856
+1996,Kazakhstan,FruitVeg,15.577894,0.0605834139069119
+1996,Kazakhstan,OilcropsPulses,15.577894,0.010774627173609
 1996,Kazakhstan,Starchy Roots,15.577894,0.0660211836080025
+1996,Kazakhstan,Sugar,15.577894,0.0187398245231352
 1997,Kazakhstan,Ruminants,15.333703,0.8229743395969
 1997,Kazakhstan,Cereals,15.333703,0.226916746724519
 1997,Kazakhstan,Monogastrics,15.333703,0.0565681362160204
-1997,Kazakhstan,Oilcrops,15.333703,0.00715632747027903
-1997,Kazakhstan,Pulses,15.333703,0.000847805647468195
+1997,Kazakhstan,FruitVeg,15.333703,0.0661047106494759
+1997,Kazakhstan,OilcropsPulses,15.333703,0.00800413311774723
 1997,Kazakhstan,Starchy Roots,15.333703,0.0669746244595973
+1997,Kazakhstan,Sugar,15.333703,0.0193560550898892
 1998,Kazakhstan,Ruminants,15.0713,0.777920769940218
 1998,Kazakhstan,Cereals,15.0713,0.204249334828449
 1998,Kazakhstan,Monogastrics,15.0713,0.0566040155792798
-1998,Kazakhstan,Oilcrops,15.0713,0.011030368979451
-1998,Kazakhstan,Pulses,15.0713,9.48823260103641e-05
+1998,Kazakhstan,FruitVeg,15.0713,0.0820521122929011
+1998,Kazakhstan,OilcropsPulses,15.0713,0.0111252513054614
 1998,Kazakhstan,Starchy Roots,15.0713,0.0598901222854034
+1998,Kazakhstan,Sugar,15.0713,0.020019042816479
 1999,Kazakhstan,Ruminants,14.928426,0.770046487151425
 1999,Kazakhstan,Cereals,14.928426,0.197508900134549
 1999,Kazakhstan,Monogastrics,14.928426,0.0615304721341687
-1999,Kazakhstan,Oilcrops,14.928426,0.0120752181107372
-1999,Kazakhstan,Pulses,14.928426,4.31391762266163e-05
+1999,Kazakhstan,FruitVeg,14.928426,0.0896068346388293
+1999,Kazakhstan,OilcropsPulses,14.928426,0.0121183572869638
 1999,Kazakhstan,Starchy Roots,14.928426,0.0696868511120998
+1999,Kazakhstan,Sugar,14.928426,0.020495261858149
 2000,Kazakhstan,Ruminants,14.883626,0.734577696322119
 2000,Kazakhstan,Cereals,14.883626,0.188594298190508
 2000,Kazakhstan,Monogastrics,14.883626,0.0854940859169667
-2000,Kazakhstan,Oilcrops,14.883626,0.0133060989304622
-2000,Kazakhstan,Pulses,14.883626,0.000131083648567896
+2000,Kazakhstan,FruitVeg,14.883626,0.107650111605868
+2000,Kazakhstan,OilcropsPulses,14.883626,0.0134371825790301
 2000,Kazakhstan,Starchy Roots,14.883626,0.0687708089413158
+2000,Kazakhstan,Sugar,14.883626,0.0203381890945123
 2001,Kazakhstan,Ruminants,14.858335,0.718006432080041
 2001,Kazakhstan,Cereals,14.858335,0.179664545186254
 2001,Kazakhstan,Monogastrics,14.858335,0.108370439891145
-2001,Kazakhstan,Oilcrops,14.858335,0.0188148941318122
-2001,Kazakhstan,Pulses,14.858335,0.000151026343126602
+2001,Kazakhstan,FruitVeg,14.858335,0.136150921351551
+2001,Kazakhstan,OilcropsPulses,14.858335,0.0189659204749388
 2001,Kazakhstan,Starchy Roots,14.858335,0.0836887847797213
+2001,Kazakhstan,Sugar,14.858335,0.0252322349711458
 2002,Kazakhstan,Ruminants,14.858948,0.75188253569499
 2002,Kazakhstan,Cereals,14.858948,0.169625400129269
 2002,Kazakhstan,Monogastrics,14.858948,0.115836995997294
-2002,Kazakhstan,Oilcrops,14.858948,0.0217923233865547
-2002,Kazakhstan,Pulses,14.858948,0.000822736575967558
+2002,Kazakhstan,FruitVeg,14.858948,0.156574072404049
+2002,Kazakhstan,OilcropsPulses,14.858948,0.0226150599625222
 2002,Kazakhstan,Starchy Roots,14.858948,0.089633398003681
+2002,Kazakhstan,Sugar,14.858948,0.0291932510969148
 2003,Kazakhstan,Ruminants,14.909018,0.806530557545775
 2003,Kazakhstan,Cereals,14.909018,0.171119788037012
 2003,Kazakhstan,Monogastrics,14.909018,0.119038571152037
-2003,Kazakhstan,Oilcrops,14.909018,0.0246765414060135
-2003,Kazakhstan,Pulses,14.909018,0.000349721222417197
+2003,Kazakhstan,FruitVeg,14.909018,0.16611697698668
+2003,Kazakhstan,OilcropsPulses,14.909018,0.0250262626284307
 2003,Kazakhstan,Starchy Roots,14.909018,0.0926935630502291
+2003,Kazakhstan,Sugar,14.909018,0.0282194977563244
 2004,Kazakhstan,Ruminants,15.012985,0.838125582620645
 2004,Kazakhstan,Cereals,15.012985,0.161735524281147
 2004,Kazakhstan,Monogastrics,15.012985,0.125212041442791
-2004,Kazakhstan,Oilcrops,15.012985,0.023118986663878
-2004,Kazakhstan,Pulses,15.012985,0.000466263038296515
+2004,Kazakhstan,FruitVeg,15.012985,0.179328028370108
+2004,Kazakhstan,OilcropsPulses,15.012985,0.0235852497021745
 2004,Kazakhstan,Starchy Roots,15.012985,0.102934426431519
+2004,Kazakhstan,Sugar,15.012985,0.0328987206741364
 2005,Kazakhstan,Ruminants,15.147029,0.87389667637132
 2005,Kazakhstan,Cereals,15.147029,0.146801527877183
 2005,Kazakhstan,Monogastrics,15.147029,0.140529453003622
-2005,Kazakhstan,Oilcrops,15.147029,0.0298788627129452
-2005,Kazakhstan,Pulses,15.147029,0.00128738117554274
+2005,Kazakhstan,FruitVeg,15.147029,0.189451806027439
+2005,Kazakhstan,OilcropsPulses,15.147029,0.031166243888488
 2005,Kazakhstan,Starchy Roots,15.147029,0.111101721664361
+2005,Kazakhstan,Sugar,15.147029,0.0337136741469235
 2006,Kazakhstan,Ruminants,15.308084,0.904381619541675
 2006,Kazakhstan,Cereals,15.308084,0.152367076114816
 2006,Kazakhstan,Monogastrics,15.308084,0.155824066552026
-2006,Kazakhstan,Oilcrops,15.308084,0.0301008930967455
-2006,Kazakhstan,Pulses,15.308084,0.000470601023616019
+2006,Kazakhstan,FruitVeg,15.308084,0.182502722091151
+2006,Kazakhstan,OilcropsPulses,15.308084,0.0305714941203615
 2006,Kazakhstan,Starchy Roots,15.308084,0.111130890057828
+2006,Kazakhstan,Sugar,15.308084,0.0307951014640369
 2007,Kazakhstan,Ruminants,15.484192,0.944535865998045
 2007,Kazakhstan,Cereals,15.484192,0.157848081449778
 2007,Kazakhstan,Monogastrics,15.484192,0.157593822138088
-2007,Kazakhstan,Oilcrops,15.484192,0.0295042195291818
-2007,Kazakhstan,Pulses,15.484192,0.000388008621954571
+2007,Kazakhstan,FruitVeg,15.484192,0.190826166454149
+2007,Kazakhstan,OilcropsPulses,15.484192,0.0298922281511363
 2007,Kazakhstan,Starchy Roots,15.484192,0.113095794730523
+2007,Kazakhstan,Sugar,15.484192,0.0321079072127238
 2008,Kazakhstan,Ruminants,15.674,0.949222329973204
 2008,Kazakhstan,Cereals,15.674,0.138874569350517
 2008,Kazakhstan,Monogastrics,15.674,0.166129022585173
-2008,Kazakhstan,Oilcrops,15.674,0.0304365828761005
-2008,Kazakhstan,Pulses,15.674,0.000574454510654587
+2008,Kazakhstan,FruitVeg,15.674,0.203519012377185
+2008,Kazakhstan,OilcropsPulses,15.674,0.0310110373867551
 2008,Kazakhstan,Starchy Roots,15.674,0.109273510271788
+2008,Kazakhstan,Sugar,15.674,0.0313990047211943
 2009,Kazakhstan,Ruminants,16.092701,0.952658202001019
 2009,Kazakhstan,Cereals,16.092701,0.139322479178604
 2009,Kazakhstan,Monogastrics,16.092701,0.160346569541061
-2009,Kazakhstan,Oilcrops,16.092701,0.0309887072406304
-2009,Kazakhstan,Pulses,16.092701,0.000248870590462098
+2009,Kazakhstan,FruitVeg,16.092701,0.21402062960096
+2009,Kazakhstan,OilcropsPulses,16.092701,0.0312375778310925
 2009,Kazakhstan,Starchy Roots,16.092701,0.114515269997249
+2009,Kazakhstan,Sugar,16.092701,0.0292358007521547
 2010,Kazakhstan,Ruminants,16.321581,1.0337032484782
 2010,Kazakhstan,Cereals,16.321581,0.14916955655215
 2010,Kazakhstan,Monogastrics,16.321581,0.150748711169586
-2010,Kazakhstan,Oilcrops,16.321581,0.0281297504206241
-2010,Kazakhstan,Pulses,16.321581,6.13298429851863e-05
+2010,Kazakhstan,FruitVeg,16.321581,0.22401046810355
+2010,Kazakhstan,OilcropsPulses,16.321581,0.0281910802636093
 2010,Kazakhstan,Starchy Roots,16.321581,0.113921010470738
+2010,Kazakhstan,Sugar,16.321581,0.0257347618469069
 2011,Kazakhstan,Ruminants,16.5566,0.976505001026781
 2011,Kazakhstan,Cereals,16.5566,0.128231218970078
 2011,Kazakhstan,Monogastrics,16.5566,0.176298473116461
-2011,Kazakhstan,Oilcrops,16.5566,0.0245446528876702
-2011,Kazakhstan,Pulses,16.5566,0.000363540823599048
+2011,Kazakhstan,FruitVeg,16.5566,0.291846333184349
+2011,Kazakhstan,OilcropsPulses,16.5566,0.0249081937112692
 2011,Kazakhstan,Starchy Roots,16.5566,0.105821545486392
+2011,Kazakhstan,Sugar,16.5566,0.0276463766715388
 1961,Kenya,Ruminants,8.361442,0.448130238779388
 1961,Kenya,Cereals,8.361442,0.150750552356878
 1961,Kenya,Monogastrics,8.361442,0.00651689026844891
-1961,Kenya,Oilcrops,8.361442,0.00860629063742833
-1961,Kenya,Pulses,8.361442,0.0262107899570433
+1961,Kenya,FruitVeg,8.361442,0.0815487328621068
+1961,Kenya,OilcropsPulses,8.361442,0.0348170805944716
 1961,Kenya,Starchy Roots,8.361442,0.0822609305906804
+1961,Kenya,Sugar,8.361442,0.0136027972208621
 1962,Kenya,Ruminants,8.628973,0.414256516969053
 1962,Kenya,Cereals,8.628973,0.151570528729201
 1962,Kenya,Monogastrics,8.628973,0.00650375195286855
-1962,Kenya,Oilcrops,8.628973,0.009092507300695
-1962,Kenya,Pulses,8.628973,0.0260538536857167
+1962,Kenya,FruitVeg,8.628973,0.0814946344136203
+1962,Kenya,OilcropsPulses,8.628973,0.0351463609864117
 1962,Kenya,Starchy Roots,8.628973,0.08214882582203
+1962,Kenya,Sugar,8.628973,0.0140606535679275
 1963,Kenya,Ruminants,8.908425,0.369312948136174
 1963,Kenya,Cereals,8.908425,0.146669023985721
 1963,Kenya,Monogastrics,8.908425,0.00592591844237337
-1963,Kenya,Oilcrops,8.908425,0.00956151059250092
-1963,Kenya,Pulses,8.908425,0.0229896979544645
+1963,Kenya,FruitVeg,8.908425,0.0785666377614449
+1963,Kenya,OilcropsPulses,8.908425,0.0325512085469654
 1963,Kenya,Starchy Roots,8.908425,0.0806460176742802
+1963,Kenya,Sugar,8.908425,0.0131579936969779
 1964,Kenya,Ruminants,9.200158,0.390710659534325
 1964,Kenya,Cereals,9.200158,0.147496053872118
 1964,Kenya,Monogastrics,9.200158,0.00620142610594296
-1964,Kenya,Oilcrops,9.200158,0.00905517057424448
-1964,Kenya,Pulses,9.200158,0.0237469834757186
+1964,Kenya,FruitVeg,9.200158,0.0856417900649098
+1964,Kenya,OilcropsPulses,9.200158,0.0328021540499631
 1964,Kenya,Starchy Roots,9.200158,0.0798876497555803
+1964,Kenya,Sugar,9.200158,0.0131733607183703
 1965,Kenya,Ruminants,9.504702,0.405361893513337
 1965,Kenya,Cereals,9.504702,0.161183801449009
 1965,Kenya,Monogastrics,9.504702,0.00632898327585652
-1965,Kenya,Oilcrops,9.504702,0.00848548434238128
-1965,Kenya,Pulses,9.504702,0.0243780394167013
+1965,Kenya,FruitVeg,9.504702,0.0747527907766072
+1965,Kenya,OilcropsPulses,9.504702,0.0328635237590826
 1965,Kenya,Starchy Roots,9.504702,0.0794781361898563
+1965,Kenya,Sugar,9.504702,0.0138011691476492
 1966,Kenya,Ruminants,9.822505,0.375638454752632
 1966,Kenya,Cereals,9.822505,0.16234840297867
 1966,Kenya,Monogastrics,9.822505,0.00660348862128347
-1966,Kenya,Oilcrops,9.822505,0.00903506793837214
-1966,Kenya,Pulses,9.822505,0.0236439686210391
+1966,Kenya,FruitVeg,9.822505,0.072799250293077
+1966,Kenya,OilcropsPulses,9.822505,0.0326790365594113
 1966,Kenya,Starchy Roots,9.822505,0.0799720641526779
+1966,Kenya,Sugar,9.822505,0.0144351160930944
 1967,Kenya,Ruminants,10.154489,0.37469286736142
 1967,Kenya,Cereals,10.154489,0.162449631882018
 1967,Kenya,Monogastrics,10.154489,0.00641667936220129
-1967,Kenya,Oilcrops,10.154489,0.00816417251522947
-1967,Kenya,Pulses,10.154489,0.0242806900475248
+1967,Kenya,FruitVeg,10.154489,0.069980675541625
+1967,Kenya,OilcropsPulses,10.154489,0.0324448625627543
 1967,Kenya,Starchy Roots,10.154489,0.0780950178782999
+1967,Kenya,Sugar,10.154489,0.0146386489758372
 1968,Kenya,Ruminants,10.50225,0.389010212097408
 1968,Kenya,Cereals,10.50225,0.166571163322145
 1968,Kenya,Monogastrics,10.50225,0.00663967245114142
-1968,Kenya,Oilcrops,10.50225,0.0084828489133281
-1968,Kenya,Pulses,10.50225,0.022783022685615
+1968,Kenya,FruitVeg,10.50225,0.0681541574424528
+1968,Kenya,OilcropsPulses,10.50225,0.0312658715989431
 1968,Kenya,Starchy Roots,10.50225,0.0783415934680664
+1968,Kenya,Sugar,10.50225,0.014903568282987
 1969,Kenya,Ruminants,10.867717,0.382434010749452
 1969,Kenya,Cereals,10.867717,0.169422980005828
 1969,Kenya,Monogastrics,10.867717,0.00773418188935174
-1969,Kenya,Oilcrops,10.867717,0.00867845564988488
-1969,Kenya,Pulses,10.867717,0.0244062299377137
+1969,Kenya,FruitVeg,10.867717,0.0662762013401711
+1969,Kenya,OilcropsPulses,10.867717,0.0330846855875986
 1969,Kenya,Starchy Roots,10.867717,0.0779496742508109
+1969,Kenya,Sugar,10.867717,0.0157924612869474
 1970,Kenya,Ruminants,11.252466,0.396152416723588
 1970,Kenya,Cereals,11.252466,0.158926230037043
 1970,Kenya,Monogastrics,11.252466,0.00685610603044701
-1970,Kenya,Oilcrops,11.252466,0.00874279469051495
-1970,Kenya,Pulses,11.252466,0.0247782130601417
+1970,Kenya,FruitVeg,11.252466,0.0657417671824114
+1970,Kenya,OilcropsPulses,11.252466,0.0335210077506566
 1970,Kenya,Starchy Roots,11.252466,0.0786349409987109
+1970,Kenya,Sugar,11.252466,0.0169588603955791
 1971,Kenya,Ruminants,11.657479,0.396816893257968
 1971,Kenya,Cereals,11.657479,0.155191444050639
 1971,Kenya,Monogastrics,11.657479,0.00783708896237343
-1971,Kenya,Oilcrops,11.657479,0.00954640364353219
-1971,Kenya,Pulses,11.657479,0.0254591923348093
+1971,Kenya,FruitVeg,11.657479,0.0645878924594245
+1971,Kenya,OilcropsPulses,11.657479,0.0350055959783415
 1971,Kenya,Starchy Roots,11.657479,0.0764589839707196
+1971,Kenya,Sugar,11.657479,0.0188346897300866
 1972,Kenya,Ruminants,12.083165,0.385347588980205
 1972,Kenya,Cereals,12.083165,0.162061016298296
 1972,Kenya,Monogastrics,12.083165,0.00873660998587705
-1972,Kenya,Oilcrops,12.083165,0.00957017470174412
-1972,Kenya,Pulses,12.083165,0.0246983302801873
+1972,Kenya,FruitVeg,12.083165,0.0636486384155145
+1972,Kenya,OilcropsPulses,12.083165,0.0342685049819315
 1972,Kenya,Starchy Roots,12.083165,0.0767152480331105
+1972,Kenya,Sugar,12.083165,0.0188898355687438
 1973,Kenya,Ruminants,12.52981,0.378214282578906
 1973,Kenya,Cereals,12.52981,0.15850192461019
 1973,Kenya,Monogastrics,12.52981,0.00912034579933774
-1973,Kenya,Oilcrops,12.52981,0.00941315151626401
-1973,Kenya,Pulses,12.52981,0.0238110553950938
+1973,Kenya,FruitVeg,12.52981,0.062513637477344
+1973,Kenya,OilcropsPulses,12.52981,0.0332242069113578
 1973,Kenya,Starchy Roots,12.52981,0.0770607056292155
+1973,Kenya,Sugar,12.52981,0.0203526629693507
 1974,Kenya,Ruminants,12.997447,0.372271308357711
 1974,Kenya,Cereals,12.997447,0.161107023556241
 1974,Kenya,Monogastrics,12.997447,0.00917031629365367
-1974,Kenya,Oilcrops,12.997447,0.00796602594340258
-1974,Kenya,Pulses,12.997447,0.0224895704517972
+1974,Kenya,FruitVeg,12.997447,0.0607273105249054
+1974,Kenya,OilcropsPulses,12.997447,0.0304555963951998
 1974,Kenya,Starchy Roots,12.997447,0.0766949847920134
+1974,Kenya,Sugar,12.997447,0.0205995839029003
 1975,Kenya,Ruminants,13.486241,0.349401274973508
 1975,Kenya,Cereals,13.486241,0.16398105298578
 1975,Kenya,Monogastrics,13.486241,0.00975812311228904
-1975,Kenya,Oilcrops,13.486241,0.00626104783386268
-1975,Kenya,Pulses,13.486241,0.0237329289903688
+1975,Kenya,FruitVeg,13.486241,0.0500734785919961
+1975,Kenya,OilcropsPulses,13.486241,0.0299939768242315
 1975,Kenya,Starchy Roots,13.486241,0.0788416876133238
+1975,Kenya,Sugar,13.486241,0.0175825124287783
 1976,Kenya,Ruminants,13.995974,0.350159274374188
 1976,Kenya,Cereals,13.995974,0.171806835308497
 1976,Kenya,Monogastrics,13.995974,0.00977348200275308
-1976,Kenya,Oilcrops,13.995974,0.0060788195233858
-1976,Kenya,Pulses,13.995974,0.0224908963106105
+1976,Kenya,FruitVeg,13.995974,0.0503620541164195
+1976,Kenya,OilcropsPulses,13.995974,0.0285697158339963
 1976,Kenya,Starchy Roots,13.995974,0.0765675186307148
+1976,Kenya,Sugar,13.995974,0.0140106004769657
 1977,Kenya,Ruminants,14.527187,0.423841429176894
 1977,Kenya,Cereals,14.527187,0.167845158185132
 1977,Kenya,Monogastrics,14.527187,0.0101002348217862
-1977,Kenya,Oilcrops,14.527187,0.00667555253470613
-1977,Kenya,Pulses,14.527187,0.0207659610907466
+1977,Kenya,FruitVeg,14.527187,0.0497394299391892
+1977,Kenya,OilcropsPulses,14.527187,0.0274415136254527
 1977,Kenya,Starchy Roots,14.527187,0.0754235489637464
+1977,Kenya,Sugar,14.527187,0.0171182487015552
 1978,Kenya,Ruminants,15.081598,0.433517834118109
 1978,Kenya,Cereals,15.081598,0.164799512624591
 1978,Kenya,Monogastrics,15.081598,0.0102106421348719
-1978,Kenya,Oilcrops,15.081598,0.00694879945745802
-1978,Kenya,Pulses,15.081598,0.0203082591115345
+1978,Kenya,FruitVeg,15.081598,0.0509771577255938
+1978,Kenya,OilcropsPulses,15.081598,0.0272570585689925
 1978,Kenya,Starchy Roots,15.081598,0.0789679581699499
+1978,Kenya,Sugar,15.081598,0.0180581659847982
 1979,Kenya,Ruminants,15.661414,0.425568412915973
 1979,Kenya,Cereals,15.661414,0.154094323794774
 1979,Kenya,Monogastrics,15.661414,0.00997898401766277
-1979,Kenya,Oilcrops,15.661414,0.00590885344069188
-1979,Kenya,Pulses,15.661414,0.0167465721805196
+1979,Kenya,FruitVeg,15.661414,0.0830742358257051
+1979,Kenya,OilcropsPulses,15.661414,0.0226554256212115
 1979,Kenya,Starchy Roots,15.661414,0.0788140840922793
+1979,Kenya,Sugar,15.661414,0.0196208337254861
 1980,Kenya,Ruminants,16.267906,0.404232056664207
 1980,Kenya,Cereals,16.267906,0.156113823131262
 1980,Kenya,Monogastrics,16.267906,0.0100501318362671
-1980,Kenya,Oilcrops,16.267906,0.00504539428737786
-1980,Kenya,Pulses,16.267906,0.0130983053381302
+1980,Kenya,FruitVeg,16.267906,0.0825580747761882
+1980,Kenya,OilcropsPulses,16.267906,0.018143699625508
 1980,Kenya,Starchy Roots,16.267906,0.0654269824278552
+1980,Kenya,Sugar,16.267906,0.0216863190628222
 1981,Kenya,Ruminants,16.901181,0.347901480967513
 1981,Kenya,Cereals,16.901181,0.146150733490163
 1981,Kenya,Monogastrics,16.901181,0.0101908203929654
-1981,Kenya,Oilcrops,16.901181,0.00490823688593123
-1981,Kenya,Pulses,16.901181,0.0158277105014141
+1981,Kenya,FruitVeg,16.901181,0.0821152083987503
+1981,Kenya,OilcropsPulses,16.901181,0.0207359473873453
 1981,Kenya,Starchy Roots,16.901181,0.0634127283767921
+1981,Kenya,Sugar,16.901181,0.0254278088614044
 1982,Kenya,Ruminants,17.559778,0.366280217210035
 1982,Kenya,Cereals,17.559778,0.148422206704436
 1982,Kenya,Monogastrics,17.559778,0.0111491614529523
-1982,Kenya,Oilcrops,17.559778,0.00322709091196939
-1982,Kenya,Pulses,17.559778,0.0136768243880988
+1982,Kenya,FruitVeg,17.559778,0.0818747822438302
+1982,Kenya,OilcropsPulses,17.559778,0.0169039153000681
 1982,Kenya,Starchy Roots,17.559778,0.0711557970721498
+1982,Kenya,Sugar,17.559778,0.0230339472401075
 1983,Kenya,Ruminants,18.241331,0.372414628077304
 1983,Kenya,Cereals,18.241331,0.140946403527243
 1983,Kenya,Monogastrics,18.241331,0.0127610370098542
-1983,Kenya,Oilcrops,18.241331,0.00363252001731672
-1983,Kenya,Pulses,18.241331,0.0158912746005212
+1983,Kenya,FruitVeg,18.241331,0.0712381678727282
+1983,Kenya,OilcropsPulses,18.241331,0.0195237946178379
 1983,Kenya,Starchy Roots,18.241331,0.07556044018937
+1983,Kenya,Sugar,18.241331,0.0208696393919939
 1984,Kenya,Ruminants,18.942599,0.372279395240326
 1984,Kenya,Cereals,18.942599,0.127900981275062
 1984,Kenya,Monogastrics,18.942599,0.0100412778626629
-1984,Kenya,Oilcrops,18.942599,0.00361808852101024
-1984,Kenya,Pulses,18.942599,0.0167910960898238
+1984,Kenya,FruitVeg,18.942599,0.0704587580616577
+1984,Kenya,OilcropsPulses,18.942599,0.020409184610834
 1984,Kenya,Starchy Roots,18.942599,0.0325312804225017
+1984,Kenya,Sugar,18.942599,0.025059760806846
 1985,Kenya,Ruminants,19.660713,0.35802074929836
 1985,Kenya,Cereals,19.660713,0.135440561082398
 1985,Kenya,Monogastrics,19.660713,0.0122035909887907
-1985,Kenya,Oilcrops,19.660713,0.00401455430431236
-1985,Kenya,Pulses,19.660713,0.0130689054867949
+1985,Kenya,FruitVeg,19.660713,0.0706014069784753
+1985,Kenya,OilcropsPulses,19.660713,0.0170834597911073
 1985,Kenya,Starchy Roots,19.660713,0.0730859048702862
+1985,Kenya,Sugar,19.660713,0.0261215857227558
 1986,Kenya,Ruminants,20.393724,0.363922410639665
 1986,Kenya,Cereals,20.393724,0.135944666113948
 1986,Kenya,Monogastrics,20.393724,0.0122613162755365
-1986,Kenya,Oilcrops,20.393724,0.00399147306298742
-1986,Kenya,Pulses,20.393724,0.0157156682124363
+1986,Kenya,FruitVeg,20.393724,0.0728022993740623
+1986,Kenya,OilcropsPulses,20.393724,0.0197071412754238
 1986,Kenya,Starchy Roots,20.393724,0.0651339598398017
+1986,Kenya,Sugar,20.393724,0.0277716320962273
 1987,Kenya,Ruminants,21.140344,0.384565326846148
 1987,Kenya,Cereals,21.140344,0.135242974286511
 1987,Kenya,Monogastrics,21.140344,0.0117271081303124
-1987,Kenya,Oilcrops,21.140344,0.00379166015463135
-1987,Kenya,Pulses,21.140344,0.0121404363145652
+1987,Kenya,FruitVeg,21.140344,0.0718252739879729
+1987,Kenya,OilcropsPulses,21.140344,0.0159320964691965
 1987,Kenya,Starchy Roots,21.140344,0.0548966469041374
+1987,Kenya,Sugar,21.140344,0.0238883529993646
 1988,Kenya,Ruminants,21.899004,0.406241882050891
 1988,Kenya,Cereals,21.899004,0.124966322669287
 1988,Kenya,Monogastrics,21.899004,0.0108724031467367
-1988,Kenya,Oilcrops,21.899004,0.00401858458950918
-1988,Kenya,Pulses,21.899004,0.0133995591762986
+1988,Kenya,FruitVeg,21.899004,0.0688261438739406
+1988,Kenya,OilcropsPulses,21.899004,0.0174181437658078
 1988,Kenya,Starchy Roots,21.899004,0.0570232783189592
+1988,Kenya,Sugar,21.899004,0.0222478154714251
 1989,Kenya,Ruminants,22.668238,0.385176373214363
 1989,Kenya,Cereals,22.668238,0.123682396487985
 1989,Kenya,Monogastrics,22.668238,0.0110816597214128
-1989,Kenya,Oilcrops,22.668238,0.00481568086588821
-1989,Kenya,Pulses,22.668238,0.0154393120453385
+1989,Kenya,FruitVeg,22.668238,0.0708696900041371
+1989,Kenya,OilcropsPulses,22.668238,0.0202549929112267
 1989,Kenya,Starchy Roots,22.668238,0.0648627387801381
+1989,Kenya,Sugar,22.668238,0.024123224751743
 1990,Kenya,Ruminants,23.446229,0.361956534673444
 1990,Kenya,Cereals,23.446229,0.122597412146747
 1990,Kenya,Monogastrics,23.446229,0.00754320023062131
-1990,Kenya,Oilcrops,23.446229,0.00411490478916673
-1990,Kenya,Pulses,23.446229,0.0122638484849739
+1990,Kenya,FruitVeg,23.446229,0.0704830614765385
+1990,Kenya,OilcropsPulses,23.446229,0.0163787532741406
 1990,Kenya,Starchy Roots,23.446229,0.0612127434224071
+1990,Kenya,Sugar,23.446229,0.0213348167843963
 1991,Kenya,Ruminants,24.234087,0.376987963276685
 1991,Kenya,Cereals,24.234087,0.119922363900072
 1991,Kenya,Monogastrics,24.234087,0.00748468056584925
-1991,Kenya,Oilcrops,24.234087,0.00437173473875868
-1991,Kenya,Pulses,24.234087,0.0110656943667818
+1991,Kenya,FruitVeg,24.234087,0.0840273867135989
+1991,Kenya,OilcropsPulses,24.234087,0.0154374291055405
 1991,Kenya,Starchy Roots,24.234087,0.0705178206218373
+1991,Kenya,Sugar,24.234087,0.0203267818589576
 1992,Kenya,Ruminants,25.029754,0.367635407043953
 1992,Kenya,Cereals,25.029754,0.112061668684399
 1992,Kenya,Monogastrics,25.029754,0.00760805719464922
-1992,Kenya,Oilcrops,25.029754,0.0037456221103891
-1992,Kenya,Pulses,25.029754,0.0110084182209701
+1992,Kenya,FruitVeg,25.029754,0.116054596461475
+1992,Kenya,OilcropsPulses,25.029754,0.0147540403313592
 1992,Kenya,Starchy Roots,25.029754,0.051495192481716
+1992,Kenya,Sugar,25.029754,0.0192627542404132
 1993,Kenya,Ruminants,25.824736,0.347176242188884
 1993,Kenya,Cereals,25.824736,0.108608467478622
 1993,Kenya,Monogastrics,25.824736,0.00666246888254734
-1993,Kenya,Oilcrops,25.824736,0.00399837582076347
-1993,Kenya,Pulses,25.824736,0.0134889278248575
+1993,Kenya,FruitVeg,25.824736,0.10788803417003
+1993,Kenya,OilcropsPulses,25.824736,0.017487303645621
 1993,Kenya,Starchy Roots,25.824736,0.0512701852983124
+1993,Kenya,Sugar,25.824736,0.0176574118705415
 1994,Kenya,Ruminants,26.608089,0.338476149113903
 1994,Kenya,Cereals,26.608089,0.127206429593647
 1994,Kenya,Monogastrics,26.608089,0.00675034948958567
-1994,Kenya,Oilcrops,26.608089,0.00446792702775461
-1994,Kenya,Pulses,26.608089,0.0177836145993047
+1994,Kenya,FruitVeg,26.608089,0.0994736976413451
+1994,Kenya,OilcropsPulses,26.608089,0.0222515416270594
 1994,Kenya,Starchy Roots,26.608089,0.0519124466247839
+1994,Kenya,Sugar,26.608089,0.0182194595034615
 1995,Kenya,Ruminants,27.373035,0.330430063747042
 1995,Kenya,Cereals,27.373035,0.122679965886136
 1995,Kenya,Monogastrics,27.373035,0.00770882001210315
-1995,Kenya,Oilcrops,27.373035,0.0044019232796071
-1995,Kenya,Pulses,27.373035,0.0197484860557114
+1995,Kenya,FruitVeg,27.373035,0.0889249949813749
+1995,Kenya,OilcropsPulses,27.373035,0.0241504093353185
 1995,Kenya,Starchy Roots,27.373035,0.0551811664289327
+1995,Kenya,Sugar,27.373035,0.0182152983766689
 1996,Kenya,Ruminants,28.116027,0.329933766957899
 1996,Kenya,Cereals,28.116027,0.125879911838184
 1996,Kenya,Monogastrics,28.116027,0.00795302622237488
-1996,Kenya,Oilcrops,28.116027,0.00490584960670297
-1996,Kenya,Pulses,28.116027,0.0192320557950809
+1996,Kenya,FruitVeg,28.116027,0.090445886966889
+1996,Kenya,OilcropsPulses,28.116027,0.0241379054017838
 1996,Kenya,Starchy Roots,28.116027,0.055797534978893
+1996,Kenya,Sugar,28.116027,0.0163360562998463
 1997,Kenya,Ruminants,28.842245,0.333471694037687
 1997,Kenya,Cereals,28.842245,0.124673166045154
 1997,Kenya,Monogastrics,28.842245,0.00864853620097881
-1997,Kenya,Oilcrops,28.842245,0.00541604857735589
-1997,Kenya,Pulses,28.842245,0.0173035767500068
+1997,Kenya,FruitVeg,28.842245,0.0993228162370856
+1997,Kenya,OilcropsPulses,28.842245,0.0227196253273627
 1997,Kenya,Starchy Roots,28.842245,0.053847958090641
+1997,Kenya,Sugar,28.842245,0.0151014943531615
 1998,Kenya,Ruminants,29.564614,0.329316909058918
 1998,Kenya,Cereals,29.564614,0.122324039136787
 1998,Kenya,Monogastrics,29.564614,0.00812924870251984
-1998,Kenya,Oilcrops,29.564614,0.00509835846326287
-1998,Kenya,Pulses,29.564614,0.0207528838360616
+1998,Kenya,FruitVeg,29.564614,0.11136319926247
+1998,Kenya,OilcropsPulses,29.564614,0.0258512422993245
 1998,Kenya,Starchy Roots,29.564614,0.045692597238036
+1998,Kenya,Sugar,29.564614,0.0179788242795932
 1999,Kenya,Ruminants,30.30124,0.342414142127517
 1999,Kenya,Cereals,30.30124,0.121918046918212
 1999,Kenya,Monogastrics,30.30124,0.00758453449429792
-1999,Kenya,Oilcrops,30.30124,0.00559310444061035
-1999,Kenya,Pulses,30.30124,0.0164092294572763
+1999,Kenya,FruitVeg,30.30124,0.111713052007113
+1999,Kenya,OilcropsPulses,30.30124,0.0220023338978867
 1999,Kenya,Starchy Roots,30.30124,0.0667730429513776
+1999,Kenya,Sugar,30.30124,0.0179459322456771
 2000,Kenya,Ruminants,31.06582,0.31320524937053
 2000,Kenya,Cereals,31.06582,0.124597161768143
 2000,Kenya,Monogastrics,31.06582,0.0081315928567152
-2000,Kenya,Oilcrops,31.06582,0.00503247620696959
-2000,Kenya,Pulses,31.06582,0.0167644697613004
+2000,Kenya,FruitVeg,31.06582,0.103573155319898
+2000,Kenya,OilcropsPulses,31.06582,0.02179694596827
 2000,Kenya,Starchy Roots,31.06582,0.0454137698602516
+2000,Kenya,Sugar,31.06582,0.0208582937775343
 2001,Kenya,Ruminants,31.86328,0.336787144951807
 2001,Kenya,Cereals,31.86328,0.126752424734679
 2001,Kenya,Monogastrics,31.86328,0.00881760132666819
-2001,Kenya,Oilcrops,31.86328,0.00558253889743931
-2001,Kenya,Pulses,31.86328,0.0128238524094192
+2001,Kenya,FruitVeg,31.86328,0.108687837535872
+2001,Kenya,OilcropsPulses,31.86328,0.0184063913068586
 2001,Kenya,Starchy Roots,31.86328,0.0645974614038479
+2001,Kenya,Sugar,31.86328,0.0196081194403087
 2002,Kenya,Ruminants,32.69198,0.3654000675395
 2002,Kenya,Cereals,32.69198,0.120194524773354
 2002,Kenya,Monogastrics,32.69198,0.00760040535935725
-2002,Kenya,Oilcrops,32.69198,0.00423957190723841
-2002,Kenya,Pulses,32.69198,0.0182762561337674
+2002,Kenya,FruitVeg,32.69198,0.104814697672028
+2002,Kenya,OilcropsPulses,32.69198,0.0225158280410058
 2002,Kenya,Starchy Roots,32.69198,0.0531118029559543
+2002,Kenya,Sugar,32.69198,0.0191009844004554
 2003,Kenya,Ruminants,33.551079,0.376847501685415
 2003,Kenya,Cereals,33.551079,0.124733603947581
 2003,Kenya,Monogastrics,33.551079,0.00801473478691997
-2003,Kenya,Oilcrops,33.551079,0.00428174008949161
-2003,Kenya,Pulses,33.551079,0.0139177640158756
+2003,Kenya,FruitVeg,33.551079,0.0988485646020505
+2003,Kenya,OilcropsPulses,33.551079,0.0181995041053672
 2003,Kenya,Starchy Roots,33.551079,0.0584997877415507
+2003,Kenya,Sugar,33.551079,0.0190122648514523
 2004,Kenya,Ruminants,34.43746,0.385842231105314
 2004,Kenya,Cereals,34.43746,0.120993679557087
 2004,Kenya,Monogastrics,34.43746,0.00786166865965144
-2004,Kenya,Oilcrops,34.43746,0.00456351891225427
-2004,Kenya,Pulses,34.43746,0.014369120138361
+2004,Kenya,FruitVeg,34.43746,0.0937882759065274
+2004,Kenya,OilcropsPulses,34.43746,0.0189326390506152
 2004,Kenya,Starchy Roots,34.43746,0.0590065004794198
+2004,Kenya,Sugar,34.43746,0.0190877027515967
 2005,Kenya,Ruminants,35.34904,0.411251397491983
 2005,Kenya,Cereals,35.34904,0.128338732819901
 2005,Kenya,Monogastrics,35.34904,0.00769097265442003
-2005,Kenya,Oilcrops,35.34904,0.00440928523094262
-2005,Kenya,Pulses,35.34904,0.015008611266388
+2005,Kenya,FruitVeg,35.34904,0.107173999633371
+2005,Kenya,OilcropsPulses,35.34904,0.0194178964973306
 2005,Kenya,Starchy Roots,35.34904,0.0916469584463963
+2005,Kenya,Sugar,35.34904,0.0191798985205822
 2006,Kenya,Ruminants,36.286015,0.427896367236799
 2006,Kenya,Cereals,36.286015,0.12802152564838
 2006,Kenya,Monogastrics,36.286015,0.00817076771863761
-2006,Kenya,Oilcrops,36.286015,0.00422261854877148
-2006,Kenya,Pulses,36.286015,0.0155775716898094
+2006,Kenya,FruitVeg,36.286015,0.104690222941263
+2006,Kenya,OilcropsPulses,36.286015,0.0198001902385809
 2006,Kenya,Starchy Roots,36.286015,0.0937060738138371
+2006,Kenya,Sugar,36.286015,0.0189149731652814
 2007,Kenya,Ruminants,37.25054,0.443177430447988
 2007,Kenya,Cereals,37.25054,0.126324531134314
 2007,Kenya,Monogastrics,37.25054,0.00813863906402431
-2007,Kenya,Oilcrops,37.25054,0.00455145079776025
-2007,Kenya,Pulses,37.25054,0.0161589603801717
+2007,Kenya,FruitVeg,37.25054,0.108642612966148
+2007,Kenya,OilcropsPulses,37.25054,0.0207104111779319
 2007,Kenya,Starchy Roots,37.25054,0.0806064556379585
+2007,Kenya,Sugar,37.25054,0.0183903642739139
 2008,Kenya,Ruminants,38.244442,0.445501837887973
 2008,Kenya,Cereals,38.244442,0.118008833806491
 2008,Kenya,Monogastrics,38.244442,0.00825594736092633
-2008,Kenya,Oilcrops,38.244442,0.0044508951130729
-2008,Kenya,Pulses,38.244442,0.0138357620696885
+2008,Kenya,FruitVeg,38.244442,0.110925242418232
+2008,Kenya,OilcropsPulses,38.244442,0.0182866571827614
 2008,Kenya,Starchy Roots,38.244442,0.10623846989322
+2008,Kenya,Sugar,38.244442,0.0180980546140535
 2009,Kenya,Ruminants,39.269988,0.45606357710117
 2009,Kenya,Cereals,39.269988,0.121379079616729
 2009,Kenya,Monogastrics,39.269988,0.00857604540138897
-2009,Kenya,Oilcrops,39.269988,0.00471797954203602
-2009,Kenya,Pulses,39.269988,0.0151452554556421
+2009,Kenya,FruitVeg,39.269988,0.113402632055808
+2009,Kenya,OilcropsPulses,39.269988,0.0198632349976781
 2009,Kenya,Starchy Roots,39.269988,0.0946344317701345
+2009,Kenya,Sugar,39.269988,0.017741691186664
 2010,Kenya,Ruminants,40.328313,0.433387027620025
 2010,Kenya,Cereals,40.328313,0.130312244898516
 2010,Kenya,Monogastrics,40.328313,0.00858258315937986
-2010,Kenya,Oilcrops,40.328313,0.00443182436121243
-2010,Kenya,Pulses,40.328313,0.0129881951670034
+2010,Kenya,FruitVeg,40.328313,0.123314754078605
+2010,Kenya,OilcropsPulses,40.328313,0.0174200195282158
 2010,Kenya,Starchy Roots,40.328313,0.0850031589469165
+2010,Kenya,Sugar,40.328313,0.0175846681213767
 2011,Kenya,Ruminants,41.419954,0.423485332697376
 2011,Kenya,Cereals,41.419954,0.13578568918739
 2011,Kenya,Monogastrics,41.419954,0.00804484717679793
-2011,Kenya,Oilcrops,41.419954,0.00453071483372483
-2011,Kenya,Pulses,41.419954,0.0172970979156568
+2011,Kenya,FruitVeg,41.419954,0.097808920792138
+2011,Kenya,OilcropsPulses,41.419954,0.0218278127493816
 2011,Kenya,Starchy Roots,41.419954,0.0815695015016193
+2011,Kenya,Sugar,41.419954,0.0170952145432127
 2012,Kenya,Ruminants,42.542978,0.383488273905038
 2012,Kenya,Cereals,42.542978,0.136247114623711
 2012,Kenya,Monogastrics,42.542978,0.00793529075468107
-2012,Kenya,Oilcrops,42.542978,0.00512183232682959
-2012,Kenya,Pulses,42.542978,0.0168255029067312
+2012,Kenya,FruitVeg,42.542978,0.104427080774646
+2012,Kenya,OilcropsPulses,42.542978,0.0219473352335608
 2012,Kenya,Starchy Roots,42.542978,0.0979022672084686
+2012,Kenya,Sugar,42.542978,0.016640537011772
 2013,Kenya,Ruminants,43.692881,0.382561813673948
 2013,Kenya,Cereals,43.692881,0.140430291149718
 2013,Kenya,Monogastrics,43.692881,0.00778383325192038
-2013,Kenya,Oilcrops,43.692881,0.00552671269262377
-2013,Kenya,Pulses,43.692881,0.0155357574154929
+2013,Kenya,FruitVeg,43.692881,0.106581779306336
+2013,Kenya,OilcropsPulses,43.692881,0.0210624701081167
 2013,Kenya,Starchy Roots,43.692881,0.0912860609946961
+2013,Kenya,Sugar,43.692881,0.0163826230639266
 1961,Kiribati,Ruminants,0.042261,0.047194813184733
 1961,Kiribati,Cereals,0.042261,0.0529566266770782
 1961,Kiribati,Monogastrics,0.042261,0.0856108468801022
-1961,Kiribati,Oilcrops,0.042261,0.188495302998036
-1961,Kiribati,Pulses,0.042261,NA
+1961,Kiribati,FruitVeg,0.042261,0.0981519604363361
+1961,Kiribati,OilcropsPulses,0.042261,0.188495302998036
 1961,Kiribati,Starchy Roots,0.042261,0.131232105250704
+1961,Kiribati,Sugar,0.042261,0.0166583847992239
 1962,Kiribati,Ruminants,0.043312,0.195546268932397
 1962,Kiribati,Cereals,0.043312,0.0515561507203546
 1962,Kiribati,Monogastrics,0.043312,0.0838381972663465
-1962,Kiribati,Oilcrops,0.043312,0.187592353158478
-1962,Kiribati,Pulses,0.043312,NA
+1962,Kiribati,FruitVeg,0.043312,0.100942002216476
+1962,Kiribati,OilcropsPulses,0.043312,0.187592353158478
 1962,Kiribati,Starchy Roots,0.043312,0.128047654229775
+1962,Kiribati,Sugar,0.043312,0.0229266715921684
 1963,Kiribati,Ruminants,0.044372,0.203270080230776
 1963,Kiribati,Cereals,0.044372,0.0627873433696926
 1963,Kiribati,Monogastrics,0.044372,0.0820878031190841
-1963,Kiribati,Oilcrops,0.044372,0.184913909672767
-1963,Kiribati,Pulses,0.044372,NA
+1963,Kiribati,FruitVeg,0.044372,0.10466059677274
+1963,Kiribati,OilcropsPulses,0.044372,0.184913909672767
 1963,Kiribati,Starchy Roots,0.044372,0.124988731632561
+1963,Kiribati,Sugar,0.044372,0.0189083205625169
 1964,Kiribati,Ruminants,0.045424,0.21082467418105
 1964,Kiribati,Cereals,0.045424,0.0678495949277915
 1964,Kiribati,Monogastrics,0.045424,0.0943862275449102
-1964,Kiribati,Oilcrops,0.045424,0.182018316308559
-1964,Kiribati,Pulses,0.045424,NA
+1964,Kiribati,FruitVeg,0.045424,0.10685980979218
+1964,Kiribati,OilcropsPulses,0.045424,0.182018316308559
 1964,Kiribati,Starchy Roots,0.045424,0.118791828108489
+1964,Kiribati,Sugar,0.045424,0.0174797463895738
 1965,Kiribati,Ruminants,0.046455,0.181928748250996
 1965,Kiribati,Cereals,0.046455,0.0671187170379938
 1965,Kiribati,Monogastrics,0.046455,0.0925325583898396
-1965,Kiribati,Oilcrops,0.046455,0.183467872134324
-1965,Kiribati,Pulses,0.046455,NA
+1965,Kiribati,FruitVeg,0.046455,0.109374663652998
+1965,Kiribati,OilcropsPulses,0.046455,0.183467872134324
 1965,Kiribati,Starchy Roots,0.046455,0.114993003982349
+1965,Kiribati,Sugar,0.046455,0.0201700570444516
 1966,Kiribati,Ruminants,0.047461,0.12703061460989
 1966,Kiribati,Cereals,0.047461,0.0812456543267104
 1966,Kiribati,Monogastrics,0.047461,0.0794842080866396
-1966,Kiribati,Oilcrops,0.047461,0.183076631339415
-1966,Kiribati,Pulses,0.047461,NA
+1966,Kiribati,FruitVeg,0.047461,0.106950970270327
+1966,Kiribati,OilcropsPulses,0.047461,0.183076631339415
 1966,Kiribati,Starchy Roots,0.047461,0.119592928931122
+1966,Kiribati,Sugar,0.047461,0.0195739659931312
 1967,Kiribati,Ruminants,0.04844,0.195169281585467
 1967,Kiribati,Cereals,0.04844,0.0833402146985962
 1967,Kiribati,Monogastrics,0.04844,0.0781296449215524
-1967,Kiribati,Oilcrops,0.04844,0.115606936416185
-1967,Kiribati,Pulses,0.04844,NA
+1967,Kiribati,FruitVeg,0.04844,0.109558216350124
+1967,Kiribati,OilcropsPulses,0.04844,0.115606936416185
 1967,Kiribati,Starchy Roots,0.04844,0.128096614368291
+1967,Kiribati,Sugar,0.04844,0.0238232865400495
 1968,Kiribati,Ruminants,0.049389,0.205086152787058
 1968,Kiribati,Cereals,0.049389,0.074044827795663
 1968,Kiribati,Monogastrics,0.049389,0.0771224361699974
-1968,Kiribati,Oilcrops,0.049389,0.176942234100711
-1968,Kiribati,Pulses,0.049389,NA
+1968,Kiribati,FruitVeg,0.049389,0.112494685051327
+1968,Kiribati,OilcropsPulses,0.049389,0.176942234100711
 1968,Kiribati,Starchy Roots,0.049389,0.140274150114398
+1968,Kiribati,Sugar,0.049389,0.0269493206989411
 1969,Kiribati,Ruminants,0.050303,0.146945510208139
 1969,Kiribati,Cereals,0.050303,0.070870524620798
 1969,Kiribati,Monogastrics,0.050303,0.0760749855873407
-1969,Kiribati,Oilcrops,0.050303,0.17128203089279
-1969,Kiribati,Pulses,0.050303,NA
+1969,Kiribati,FruitVeg,0.050303,0.112080790410115
+1969,Kiribati,OilcropsPulses,0.050303,0.17128203089279
 1969,Kiribati,Starchy Roots,0.050303,0.140508518378626
+1969,Kiribati,Sugar,0.050303,0.0296602588314812
 1970,Kiribati,Ruminants,0.051181,0.179635020808503
 1970,Kiribati,Cereals,0.051181,0.0801078525233973
 1970,Kiribati,Monogastrics,0.051181,0.0751821965182392
-1970,Kiribati,Oilcrops,0.051181,0.192297923057385
-1970,Kiribati,Pulses,0.051181,NA
+1970,Kiribati,FruitVeg,0.051181,0.113186534065376
+1970,Kiribati,OilcropsPulses,0.051181,0.192297923057385
 1970,Kiribati,Starchy Roots,0.051181,0.140833512436256
+1970,Kiribati,Sugar,0.051181,0.0305582149625838
 1971,Kiribati,Ruminants,0.05202,0.18322183775471
 1971,Kiribati,Cereals,0.05202,0.090080738177624
 1971,Kiribati,Monogastrics,0.05202,0.0747443291041907
-1971,Kiribati,Oilcrops,0.05202,0.184640522875817
-1971,Kiribati,Pulses,0.05202,NA
+1971,Kiribati,FruitVeg,0.05202,0.114321414840446
+1971,Kiribati,OilcropsPulses,0.05202,0.184640522875817
 1971,Kiribati,Starchy Roots,0.05202,0.150595924644368
+1971,Kiribati,Sugar,0.05202,0.0274317570165321
 1972,Kiribati,Ruminants,0.052823,0.223084641160101
 1972,Kiribati,Cereals,0.052823,0.091437442023361
 1972,Kiribati,Monogastrics,0.052823,0.0740889385305643
-1972,Kiribati,Oilcrops,0.052823,0.184730136493573
-1972,Kiribati,Pulses,0.052823,NA
+1972,Kiribati,FruitVeg,0.052823,0.119379815610624
+1972,Kiribati,OilcropsPulses,0.052823,0.184730136493573
 1972,Kiribati,Starchy Roots,0.052823,0.150975900649338
+1972,Kiribati,Sugar,0.052823,0.0304791473411203
 1973,Kiribati,Ruminants,0.053605,0.224152597705438
 1973,Kiribati,Cereals,0.053605,0.105643130305009
 1973,Kiribati,Monogastrics,0.053605,0.0775226191586606
-1973,Kiribati,Oilcrops,0.053605,0.176438765040575
-1973,Kiribati,Pulses,0.053605,0.000167894785934148
+1973,Kiribati,FruitVeg,0.053605,0.125995709355471
+1973,Kiribati,OilcropsPulses,0.053605,0.176606659826509
 1973,Kiribati,Starchy Roots,0.053605,0.155004197369648
+1973,Kiribati,Sugar,0.053605,0.0242141591269471
 1974,Kiribati,Ruminants,0.054382,0.20278400941488
 1974,Kiribati,Cereals,0.054382,0.100511198558347
 1974,Kiribati,Monogastrics,0.054382,0.0771486889044169
-1974,Kiribati,Oilcrops,0.054382,0.183148836011916
-1974,Kiribati,Pulses,0.054382,0.000349380309661285
+1974,Kiribati,FruitVeg,0.054382,0.120499429958442
+1974,Kiribati,OilcropsPulses,0.054382,0.183498216321577
 1974,Kiribati,Starchy Roots,0.054382,0.157956676841602
+1974,Kiribati,Sugar,0.054382,0.0255967047920268
 1975,Kiribati,Ruminants,0.055169,0.201040439377186
 1975,Kiribati,Cereals,0.055169,0.0877123021986985
 1975,Kiribati,Monogastrics,0.055169,0.07601551596005
-1975,Kiribati,Oilcrops,0.055169,0.188874186590295
-1975,Kiribati,Pulses,0.055169,0.000217513458645254
+1975,Kiribati,FruitVeg,0.055169,0.122985734742337
+1975,Kiribati,OilcropsPulses,0.055169,0.189091700048941
 1975,Kiribati,Starchy Roots,0.055169,0.163334481321032
+1975,Kiribati,Sugar,0.055169,0.0329170367416484
 1976,Kiribati,Ruminants,0.05598,0.237274026438014
 1976,Kiribati,Cereals,0.05598,0.0932475884244373
 1976,Kiribati,Monogastrics,0.05598,0.07678277956413
-1976,Kiribati,Oilcrops,0.05598,0.20069667738478
-1976,Kiribati,Pulses,0.05598,0.000107181136120043
+1976,Kiribati,FruitVeg,0.05598,0.123919256877456
+1976,Kiribati,OilcropsPulses,0.05598,0.2008038585209
 1976,Kiribati,Starchy Roots,0.05598,0.160807431225438
+1976,Kiribati,Sugar,0.05598,0.0173097534833869
 1977,Kiribati,Ruminants,0.056815,0.303161137023673
 1977,Kiribati,Cereals,0.056815,0.0826718296224589
 1977,Kiribati,Monogastrics,0.056815,0.0747883481474963
-1977,Kiribati,Oilcrops,0.056815,0.215893690046643
-1977,Kiribati,Pulses,0.056815,3.52019713103934e-05
+1977,Kiribati,FruitVeg,0.056815,0.12352371732817
+1977,Kiribati,OilcropsPulses,0.056815,0.215928892017953
 1977,Kiribati,Starchy Roots,0.056815,0.156560767402975
+1977,Kiribati,Sugar,0.056815,0.0223180498107894
 1978,Kiribati,Ruminants,0.057664,0.246065135960044
 1978,Kiribati,Cereals,0.057664,0.0901082130965594
 1978,Kiribati,Monogastrics,0.057664,0.0736282602663707
-1978,Kiribati,Oilcrops,0.057664,0.19804384017758
-1978,Kiribati,Pulses,0.057664,6.93673695893452e-05
+1978,Kiribati,FruitVeg,0.057664,0.124080882352941
+1978,Kiribati,OilcropsPulses,0.057664,0.19811320754717
 1978,Kiribati,Starchy Roots,0.057664,0.152694922308546
+1978,Kiribati,Sugar,0.057664,0.0264809933407325
 1979,Kiribati,Ruminants,0.058509,0.26752636346545
 1979,Kiribati,Cereals,0.058509,0.105112034046044
 1979,Kiribati,Monogastrics,0.058509,0.0752807260421474
-1979,Kiribati,Oilcrops,0.058509,0.173426310482148
-1979,Kiribati,Pulses,0.058509,3.41827752995266e-05
+1979,Kiribati,FruitVeg,0.058509,0.126254080568801
+1979,Kiribati,OilcropsPulses,0.058509,0.173460493257448
 1979,Kiribati,Starchy Roots,0.058509,0.149105265856535
+1979,Kiribati,Sugar,0.058509,0.0349518877437659
 1980,Kiribati,Ruminants,0.05934,0.257807549713515
 1980,Kiribati,Cereals,0.05934,0.113650151668352
 1980,Kiribati,Monogastrics,0.05934,0.0730299966295922
-1980,Kiribati,Oilcrops,0.05934,0.206386922817661
-1980,Kiribati,Pulses,0.05934,0.000202224469160768
+1980,Kiribati,FruitVeg,0.05934,0.128227165487024
+1980,Kiribati,OilcropsPulses,0.05934,0.206589147286822
 1980,Kiribati,Starchy Roots,0.05934,0.135827435119649
+1980,Kiribati,Sugar,0.05934,0.0308223795079205
 1981,Kiribati,Ruminants,0.060137,0.174696110547583
 1981,Kiribati,Cereals,0.060137,0.115220247102449
 1981,Kiribati,Monogastrics,0.060137,0.0725077739162246
-1981,Kiribati,Oilcrops,0.060137,0.22703161115453
-1981,Kiribati,Pulses,0.060137,8.31434890333738e-05
+1981,Kiribati,FruitVeg,0.060137,0.127841428737716
+1981,Kiribati,OilcropsPulses,0.060137,0.227114754643564
 1981,Kiribati,Starchy Roots,0.060137,0.131582885744217
+1981,Kiribati,Sugar,0.060137,0.0287011324143206
 1982,Kiribati,Ruminants,0.060918,0.179907416527135
 1982,Kiribati,Cereals,0.060918,0.113529662825437
 1982,Kiribati,Monogastrics,0.060918,0.0714304474867855
-1982,Kiribati,Oilcrops,0.060918,0.195475885616731
-1982,Kiribati,Pulses,0.060918,9.84930562395351e-05
+1982,Kiribati,FruitVeg,0.060918,0.128451360845727
+1982,Kiribati,OilcropsPulses,0.060918,0.19557437867297
 1982,Kiribati,Starchy Roots,0.060918,0.141124134081881
+1982,Kiribati,Sugar,0.060918,0.0326340326340326
 1983,Kiribati,Ruminants,0.06176,0.170911593264249
 1983,Kiribati,Cereals,0.06176,0.112289507772021
 1983,Kiribati,Monogastrics,0.06176,0.0710929404145078
-1983,Kiribati,Oilcrops,0.06176,0.200404792746114
-1983,Kiribati,Pulses,0.06176,4.85751295336788e-05
+1983,Kiribati,FruitVeg,0.06176,0.128044041450777
+1983,Kiribati,OilcropsPulses,0.06176,0.200453367875648
 1983,Kiribati,Starchy Roots,0.06176,0.138876295336788
+1983,Kiribati,Sugar,0.06176,0.0254857512953368
 1984,Kiribati,Ruminants,0.062768,0.176793907723681
 1984,Kiribati,Cereals,0.062768,0.102536324241652
 1984,Kiribati,Monogastrics,0.062768,0.0710489421361203
-1984,Kiribati,Oilcrops,0.062768,0.219315574815192
-1984,Kiribati,Pulses,0.062768,0.000143385164414989
+1984,Kiribati,FruitVeg,0.062768,0.128170405302065
+1984,Kiribati,OilcropsPulses,0.062768,0.219458959979607
 1984,Kiribati,Starchy Roots,0.062768,0.136534539892939
+1984,Kiribati,Sugar,0.062768,0.0242320927861331
 1985,Kiribati,Ruminants,0.064006,0.160144361466113
 1985,Kiribati,Cereals,0.064006,0.105865075149205
 1985,Kiribati,Monogastrics,0.064006,0.06918413898697
-1985,Kiribati,Oilcrops,0.064006,0.198075180451833
-1985,Kiribati,Pulses,0.064006,0.000109364747054964
+1985,Kiribati,FruitVeg,0.064006,0.127581789207262
+1985,Kiribati,OilcropsPulses,0.064006,0.198184545198888
 1985,Kiribati,Starchy Roots,0.064006,0.131003343436553
+1985,Kiribati,Sugar,0.064006,0.031372058869481
 1986,Kiribati,Ruminants,0.065519,0.115746577328714
 1986,Kiribati,Cereals,0.065519,0.11100596773455
 1986,Kiribati,Monogastrics,0.065519,0.070907675636075
-1986,Kiribati,Oilcrops,0.065519,0.184663990598147
-1986,Kiribati,Pulses,0.065519,1.52627482104428e-05
+1986,Kiribati,FruitVeg,0.065519,0.127428684808987
+1986,Kiribati,OilcropsPulses,0.065519,0.184679253346358
 1986,Kiribati,Starchy Roots,0.065519,0.125322425555946
+1986,Kiribati,Sugar,0.065519,0.031059692608251
 1987,Kiribati,Ruminants,0.067262,0.183344235972763
 1987,Kiribati,Cereals,0.067262,0.111920549493027
 1987,Kiribati,Monogastrics,0.067262,0.0723677559394606
-1987,Kiribati,Oilcrops,0.067262,0.178109482322857
-1987,Kiribati,Pulses,0.067262,NA
+1987,Kiribati,FruitVeg,0.067262,0.126445838660759
+1987,Kiribati,OilcropsPulses,0.067262,0.178109482322857
 1987,Kiribati,Starchy Roots,0.067262,0.119235229401445
+1987,Kiribati,Sugar,0.067262,0.0291397817489816
 1988,Kiribati,Ruminants,0.069104,0.159617388284325
 1988,Kiribati,Cereals,0.069104,0.126201088214865
 1988,Kiribati,Monogastrics,0.069104,0.0682550937717064
-1988,Kiribati,Oilcrops,0.069104,0.17227656865015
-1988,Kiribati,Pulses,0.069104,NA
+1988,Kiribati,FruitVeg,0.069104,0.116028015744385
+1988,Kiribati,OilcropsPulses,0.069104,0.17227656865015
 1988,Kiribati,Starchy Roots,0.069104,0.0979393378096782
+1988,Kiribati,Sugar,0.069104,0.0300416763139616
 1989,Kiribati,Ruminants,0.070863,0.24719246997728
 1989,Kiribati,Cereals,0.070863,0.123237796875661
 1989,Kiribati,Monogastrics,0.070863,0.0671690444943059
-1989,Kiribati,Oilcrops,0.070863,0.171993847282785
-1989,Kiribati,Pulses,0.070863,NA
+1989,Kiribati,FruitVeg,0.070863,0.107390316526255
+1989,Kiribati,OilcropsPulses,0.070863,0.171993847282785
 1989,Kiribati,Starchy Roots,0.070863,0.0899058747160013
+1989,Kiribati,Sugar,0.070863,0.0285339316709707
 1990,Kiribati,Ruminants,0.072411,0.132579304249354
 1990,Kiribati,Cereals,0.072411,0.127839692864344
 1990,Kiribati,Monogastrics,0.072411,0.066734335943434
-1990,Kiribati,Oilcrops,0.072411,0.189253014044827
-1990,Kiribati,Pulses,0.072411,NA
+1990,Kiribati,FruitVeg,0.072411,0.117772161688141
+1990,Kiribati,OilcropsPulses,0.072411,0.189253014044827
 1990,Kiribati,Starchy Roots,0.072411,0.106116474016379
+1990,Kiribati,Sugar,0.072411,0.0292358895747884
 1991,Kiribati,Ruminants,0.073698,0.176132323807973
 1991,Kiribati,Cereals,0.073698,0.13008494124671
 1991,Kiribati,Monogastrics,0.073698,0.0700833129799995
-1991,Kiribati,Oilcrops,0.073698,0.167128008901191
-1991,Kiribati,Pulses,0.073698,NA
+1991,Kiribati,FruitVeg,0.073698,0.121794349914516
+1991,Kiribati,OilcropsPulses,0.073698,0.167128008901191
 1991,Kiribati,Starchy Roots,0.073698,0.101373171592173
+1991,Kiribati,Sugar,0.073698,0.0362560720779397
 1992,Kiribati,Ruminants,0.074773,0.188874326294251
 1992,Kiribati,Cereals,0.074773,0.129364877696495
 1992,Kiribati,Monogastrics,0.074773,0.0687587765637329
-1992,Kiribati,Oilcrops,0.074773,0.179677156192743
-1992,Kiribati,Pulses,0.074773,NA
+1992,Kiribati,FruitVeg,0.074773,0.121220226552365
+1992,Kiribati,OilcropsPulses,0.074773,0.179677156192743
 1992,Kiribati,Starchy Roots,0.074773,0.0975485803699196
+1992,Kiribati,Sugar,0.074773,0.0339427333395744
 1993,Kiribati,Ruminants,0.075722,0.143518396238874
 1993,Kiribati,Cereals,0.075722,0.132339346557143
 1993,Kiribati,Monogastrics,0.075722,0.077128179393043
-1993,Kiribati,Oilcrops,0.075722,0.180475951506828
-1993,Kiribati,Pulses,0.075722,NA
+1993,Kiribati,FruitVeg,0.075722,0.147552890837537
+1993,Kiribati,OilcropsPulses,0.075722,0.180475951506828
 1993,Kiribati,Starchy Roots,0.075722,0.0943979292675841
+1993,Kiribati,Sugar,0.075722,0.0350492591320884
 1994,Kiribati,Ruminants,0.076674,0.151651146412082
 1994,Kiribati,Cereals,0.076674,0.119310326838302
 1994,Kiribati,Monogastrics,0.076674,0.0781164410360748
-1994,Kiribati,Oilcrops,0.076674,0.174765891958161
-1994,Kiribati,Pulses,0.076674,NA
+1994,Kiribati,FruitVeg,0.076674,0.12597490674805
+1994,Kiribati,OilcropsPulses,0.076674,0.174765891958161
 1994,Kiribati,Starchy Roots,0.076674,0.0961212405769883
+1994,Kiribati,Sugar,0.076674,0.0349270939301458
 1995,Kiribati,Ruminants,0.077727,0.22610161205244
 1995,Kiribati,Cereals,0.077727,0.11303665392978
 1995,Kiribati,Monogastrics,0.077727,0.0914727186177261
-1995,Kiribati,Oilcrops,0.077727,0.188505924582191
-1995,Kiribati,Pulses,0.077727,NA
+1995,Kiribati,FruitVeg,0.077727,0.110322024521723
+1995,Kiribati,OilcropsPulses,0.077727,0.188505924582191
 1995,Kiribati,Starchy Roots,0.077727,0.0956681719351062
+1995,Kiribati,Sugar,0.077727,0.0349942748337129
 1996,Kiribati,Ruminants,0.078907,0.19550103286147
 1996,Kiribati,Cereals,0.078907,0.120584992459478
 1996,Kiribati,Monogastrics,0.078907,0.0926369016690534
-1996,Kiribati,Oilcrops,0.078907,0.190616802058119
-1996,Kiribati,Pulses,0.078907,3.80194406072972e-05
+1996,Kiribati,FruitVeg,0.078907,0.124615053163851
+1996,Kiribati,OilcropsPulses,0.078907,0.190654821498726
 1996,Kiribati,Starchy Roots,0.078907,0.0985463900541143
+1996,Kiribati,Sugar,0.078907,0.0357889667583358
 1997,Kiribati,Ruminants,0.08019,0.156686619279212
 1997,Kiribati,Cereals,0.08019,0.124379598453673
 1997,Kiribati,Monogastrics,0.08019,0.0926636737747849
-1997,Kiribati,Oilcrops,0.08019,0.169933906970944
-1997,Kiribati,Pulses,0.08019,0.000174585359770545
+1997,Kiribati,FruitVeg,0.08019,0.119802967951116
+1997,Kiribati,OilcropsPulses,0.08019,0.170108492330715
 1997,Kiribati,Starchy Roots,0.08019,0.0983040279336576
+1997,Kiribati,Sugar,0.08019,0.0389450056116723
 1998,Kiribati,Ruminants,0.081556,0.164782480749424
 1998,Kiribati,Cereals,0.081556,0.127495218009711
 1998,Kiribati,Monogastrics,0.081556,0.0977818921967728
-1998,Kiribati,Oilcrops,0.081556,0.171158467801265
-1998,Kiribati,Pulses,0.081556,NA
+1998,Kiribati,FruitVeg,0.081556,0.121474814851145
+1998,Kiribati,OilcropsPulses,0.081556,0.171158467801265
 1998,Kiribati,Starchy Roots,0.081556,0.103376820834764
+1998,Kiribati,Sugar,0.081556,0.0403403796164599
 1999,Kiribati,Ruminants,0.082969,0.139896828936109
 1999,Kiribati,Cereals,0.082969,0.124082488640336
 1999,Kiribati,Monogastrics,0.082969,0.101165495546529
-1999,Kiribati,Oilcrops,0.082969,0.169412672202871
-1999,Kiribati,Pulses,0.082969,NA
+1999,Kiribati,FruitVeg,0.082969,0.127662138871145
+1999,Kiribati,OilcropsPulses,0.082969,0.169412672202871
 1999,Kiribati,Starchy Roots,0.082969,0.103725487832805
+1999,Kiribati,Sugar,0.082969,0.0421121141631212
 2000,Kiribati,Ruminants,0.084406,0.146462336800701
 2000,Kiribati,Cereals,0.084406,0.122894107054001
 2000,Kiribati,Monogastrics,0.084406,0.10961306068289
-2000,Kiribati,Oilcrops,0.084406,0.171184512949316
-2000,Kiribati,Pulses,0.084406,NA
+2000,Kiribati,FruitVeg,0.084406,0.136495035897922
+2000,Kiribati,OilcropsPulses,0.084406,0.171184512949316
 2000,Kiribati,Starchy Roots,0.084406,0.0979077316778428
+2000,Kiribati,Sugar,0.084406,0.0417150439542213
 2001,Kiribati,Ruminants,0.085858,0.167334435929092
 2001,Kiribati,Cereals,0.085858,0.128887232406998
 2001,Kiribati,Monogastrics,0.085858,0.122293787416432
-2001,Kiribati,Oilcrops,0.085858,0.173204593631345
-2001,Kiribati,Pulses,0.085858,NA
+2001,Kiribati,FruitVeg,0.085858,0.125148501013301
+2001,Kiribati,OilcropsPulses,0.085858,0.173204593631345
 2001,Kiribati,Starchy Roots,0.085858,0.100130447948939
+2001,Kiribati,Sugar,0.085858,0.0440261827668942
 2002,Kiribati,Ruminants,0.087343,0.14222547885921
 2002,Kiribati,Cereals,0.087343,0.123971010842311
 2002,Kiribati,Monogastrics,0.087343,0.131939594472368
-2002,Kiribati,Oilcrops,0.087343,0.18530391674204
-2002,Kiribati,Pulses,0.087343,NA
+2002,Kiribati,FruitVeg,0.087343,0.123558842723515
+2002,Kiribati,OilcropsPulses,0.087343,0.18530391674204
 2002,Kiribati,Starchy Roots,0.087343,0.101095680249133
+2002,Kiribati,Sugar,0.087343,0.0454186368684382
 2003,Kiribati,Ruminants,0.088892,0.180658551950682
 2003,Kiribati,Cereals,0.088892,0.127593034243801
 2003,Kiribati,Monogastrics,0.088892,0.141703415380462
-2003,Kiribati,Oilcrops,0.088892,0.400373486927957
-2003,Kiribati,Pulses,0.088892,NA
+2003,Kiribati,FruitVeg,0.088892,0.110583629572965
+2003,Kiribati,OilcropsPulses,0.088892,0.400373486927957
 2003,Kiribati,Starchy Roots,0.088892,0.0964878729244476
+2003,Kiribati,Sugar,0.088892,0.0458983935562255
 2004,Kiribati,Ruminants,0.090545,0.175107405157656
 2004,Kiribati,Cereals,0.090545,0.125109061792479
 2004,Kiribati,Monogastrics,0.090545,0.138670274449169
-2004,Kiribati,Oilcrops,0.090545,0.455872770445635
-2004,Kiribati,Pulses,0.090545,NA
+2004,Kiribati,FruitVeg,0.090545,0.121563863272406
+2004,Kiribati,OilcropsPulses,0.090545,0.455872770445635
 2004,Kiribati,Starchy Roots,0.090545,0.104334861118781
+2004,Kiribati,Sugar,0.090545,0.0454028383676625
 2005,Kiribati,Ruminants,0.092329,0.188056840212718
 2005,Kiribati,Cereals,0.092329,0.12431630365324
 2005,Kiribati,Monogastrics,0.092329,0.14655417041233
-2005,Kiribati,Oilcrops,0.092329,0.33745627051089
-2005,Kiribati,Pulses,0.092329,3.24924996479979e-05
+2005,Kiribati,FruitVeg,0.092329,0.120005632033272
+2005,Kiribati,OilcropsPulses,0.092329,0.337488763010538
 2005,Kiribati,Starchy Roots,0.092329,0.114016181264825
+2005,Kiribati,Sugar,0.092329,0.0445905403502692
 2006,Kiribati,Ruminants,0.094257,0.186248236205269
 2006,Kiribati,Cereals,0.094257,0.124584911465461
 2006,Kiribati,Monogastrics,0.094257,0.14215071559672
-2006,Kiribati,Oilcrops,0.094257,0.277295055009177
-2006,Kiribati,Pulses,0.094257,4.24371664703948e-05
+2006,Kiribati,FruitVeg,0.094257,0.138461864901281
+2006,Kiribati,OilcropsPulses,0.094257,0.277337492175647
 2006,Kiribati,Starchy Roots,0.094257,0.105212344971726
+2006,Kiribati,Sugar,0.094257,0.0448030385011193
 2007,Kiribati,Ruminants,0.09631,0.182413041221057
 2007,Kiribati,Cereals,0.09631,0.121358114422178
 2007,Kiribati,Monogastrics,0.09631,0.139280448551552
-2007,Kiribati,Oilcrops,0.09631,0.27136330599107
-2007,Kiribati,Pulses,0.09631,3.11494133527152e-05
+2007,Kiribati,FruitVeg,0.09631,0.126830028034472
+2007,Kiribati,OilcropsPulses,0.09631,0.271394455404423
 2007,Kiribati,Starchy Roots,0.09631,0.109427889108088
+2007,Kiribati,Sugar,0.09631,0.0436299449693697
 2008,Kiribati,Ruminants,0.098437,0.141661163993214
 2008,Kiribati,Cereals,0.098437,0.120239340898239
 2008,Kiribati,Monogastrics,0.098437,0.127905157613499
-2008,Kiribati,Oilcrops,0.098437,0.246411410343672
-2008,Kiribati,Pulses,0.098437,4.06351270355659e-05
+2008,Kiribati,FruitVeg,0.098437,0.124953015634365
+2008,Kiribati,OilcropsPulses,0.098437,0.246452045470707
 2008,Kiribati,Starchy Roots,0.098437,0.114936456820098
+2008,Kiribati,Sugar,0.098437,0.0462630921299918
 2009,Kiribati,Ruminants,0.100566,0.0963894357934093
 2009,Kiribati,Cereals,0.100566,0.12031899449118
 2009,Kiribati,Monogastrics,0.100566,0.115456516118768
-2009,Kiribati,Oilcrops,0.100566,0.338434460951017
-2009,Kiribati,Pulses,0.100566,4.97185927649504e-05
+2009,Kiribati,FruitVeg,0.100566,0.125270966330569
+2009,Kiribati,OilcropsPulses,0.100566,0.338484179543782
 2009,Kiribati,Starchy Roots,0.100566,0.109967583477517
+2009,Kiribati,Sugar,0.100566,0.0435335998249906
 2010,Kiribati,Ruminants,0.102648,0.0927363416725119
 2010,Kiribati,Cereals,0.102648,0.133134595900553
 2010,Kiribati,Monogastrics,0.102648,0.113389447432001
-2010,Kiribati,Oilcrops,0.102648,0.301915283298262
-2010,Kiribati,Pulses,0.102648,1.94840620372535e-05
+2010,Kiribati,FruitVeg,0.102648,0.124279089704622
+2010,Kiribati,OilcropsPulses,0.102648,0.301934767360299
 2010,Kiribati,Starchy Roots,0.102648,0.112296391551711
+2010,Kiribati,Sugar,0.102648,0.0428551944509391
 2011,Kiribati,Ruminants,0.104662,0.178752555846439
 2011,Kiribati,Cereals,0.104662,0.135751275534578
 2011,Kiribati,Monogastrics,0.104662,0.10933576656284
-2011,Kiribati,Oilcrops,0.104662,0.380386386654182
-2011,Kiribati,Pulses,0.104662,3.82182645086087e-05
+2011,Kiribati,FruitVeg,0.104662,0.124601096864191
+2011,Kiribati,OilcropsPulses,0.104662,0.380424604918691
 2011,Kiribati,Starchy Roots,0.104662,0.0976190021211137
+2011,Kiribati,Sugar,0.104662,0.043893676788137
 1961,Kuwait,Ruminants,0.294639,0.688742495053269
 1961,Kuwait,Cereals,0.294639,0.136506029412264
 1961,Kuwait,Monogastrics,0.294639,0.0396186519775047
-1961,Kuwait,Oilcrops,0.294639,0.00264730738293301
-1961,Kuwait,Pulses,0.294639,0.00407278058912771
+1961,Kuwait,FruitVeg,0.294639,0.203615271569616
+1961,Kuwait,OilcropsPulses,0.294639,0.00672008797206073
 1961,Kuwait,Starchy Roots,0.294639,0.0145092808487675
+1961,Kuwait,Sugar,0.294639,0.0347476063929079
 1962,Kuwait,Ruminants,0.335161,0.632840038071255
 1962,Kuwait,Cereals,0.335161,0.149259609560778
 1962,Kuwait,Monogastrics,0.335161,0.0376198304695355
-1962,Kuwait,Oilcrops,0.335161,0.00268527662824732
-1962,Kuwait,Pulses,0.335161,0.00507218918668938
+1962,Kuwait,FruitVeg,0.335161,0.19828380987048
+1962,Kuwait,OilcropsPulses,0.335161,0.0077574658149367
 1962,Kuwait,Starchy Roots,0.335161,0.0127550639841748
+1962,Kuwait,Sugar,0.335161,0.0341268823043254
 1963,Kuwait,Ruminants,0.381665,0.622747173568443
 1963,Kuwait,Cereals,0.381665,0.139066982825253
 1963,Kuwait,Monogastrics,0.381665,0.044931549919432
-1963,Kuwait,Oilcrops,0.381665,0.00296595181638348
-1963,Kuwait,Pulses,0.381665,0.00524019755544784
+1963,Kuwait,FruitVeg,0.381665,0.193745824217573
+1963,Kuwait,OilcropsPulses,0.381665,0.00820614937183132
 1963,Kuwait,Starchy Roots,0.381665,0.0121520181310835
+1963,Kuwait,Sugar,0.381665,0.0328507984751025
 1964,Kuwait,Ruminants,0.431366,0.61556659542013
 1964,Kuwait,Cereals,0.431366,0.151887260470227
 1964,Kuwait,Monogastrics,0.431366,0.0454043665935656
-1964,Kuwait,Oilcrops,0.431366,0.00319450304381894
-1964,Kuwait,Pulses,0.431366,0.00544780998038788
+1964,Kuwait,FruitVeg,0.431366,0.196638121687847
+1964,Kuwait,OilcropsPulses,0.431366,0.00864231302420682
 1964,Kuwait,Starchy Roots,0.431366,0.0114890835160861
+1964,Kuwait,Sugar,0.431366,0.0309203785184739
 1965,Kuwait,Ruminants,0.482173,0.725355837012856
 1965,Kuwait,Cereals,0.482173,0.141704326040653
 1965,Kuwait,Monogastrics,0.482173,0.0488420131363639
-1965,Kuwait,Oilcrops,0.482173,0.00329549767407134
-1965,Kuwait,Pulses,0.482173,0.00624049874215271
+1965,Kuwait,FruitVeg,0.482173,0.234241651855247
+1965,Kuwait,OilcropsPulses,0.482173,0.00953599641622405
 1965,Kuwait,Starchy Roots,0.482173,0.0114232858330931
+1965,Kuwait,Sugar,0.482173,0.0310946486012282
 1966,Kuwait,Ruminants,0.533521,0.628562512066067
 1966,Kuwait,Cereals,0.533521,0.145889290206009
 1966,Kuwait,Monogastrics,0.533521,0.0453641000073099
-1966,Kuwait,Oilcrops,0.533521,0.01007458000716
-1966,Kuwait,Pulses,0.533521,0.00656768899443508
+1966,Kuwait,FruitVeg,0.533521,0.243060723008092
+1966,Kuwait,OilcropsPulses,0.533521,0.0166422690015951
 1966,Kuwait,Starchy Roots,0.533521,0.0122431919268407
+1966,Kuwait,Sugar,0.533521,0.035194490938501
 1967,Kuwait,Ruminants,0.585831,0.558565866265186
 1967,Kuwait,Cereals,0.585831,0.149157350840089
 1967,Kuwait,Monogastrics,0.585831,0.0668761127355841
-1967,Kuwait,Oilcrops,0.585831,0.0086304753418648
-1967,Kuwait,Pulses,0.585831,0.00650528906800767
+1967,Kuwait,FruitVeg,0.585831,0.261256232599504
+1967,Kuwait,OilcropsPulses,0.585831,0.0151357644098725
 1967,Kuwait,Starchy Roots,0.585831,0.015106745802117
+1967,Kuwait,Sugar,0.585831,0.0302220264888679
 1968,Kuwait,Ruminants,0.63917,0.565003989548946
 1968,Kuwait,Cereals,0.63917,0.146881111441401
 1968,Kuwait,Monogastrics,0.63917,0.0671588153386423
-1968,Kuwait,Oilcrops,0.63917,0.0113459642974483
-1968,Kuwait,Pulses,0.63917,0.00685733060062268
+1968,Kuwait,FruitVeg,0.63917,0.249461019760001
+1968,Kuwait,OilcropsPulses,0.63917,0.0182032948980709
 1968,Kuwait,Starchy Roots,0.63917,0.0138179201151493
+1968,Kuwait,Sugar,0.63917,0.033820423361547
 1969,Kuwait,Ruminants,0.693876,0.539601023814053
 1969,Kuwait,Cereals,0.693876,0.147474476707654
 1969,Kuwait,Monogastrics,0.693876,0.0633640592843678
-1969,Kuwait,Oilcrops,0.693876,0.00894540234854643
-1969,Kuwait,Pulses,0.693876,0.0067115738258709
+1969,Kuwait,FruitVeg,0.693876,0.229394012763087
+1969,Kuwait,OilcropsPulses,0.693876,0.0156569761744173
 1969,Kuwait,Starchy Roots,0.693876,0.0144204439986395
+1969,Kuwait,Sugar,0.693876,0.036588670021733
 1970,Kuwait,Ruminants,0.750184,0.529369861260704
 1970,Kuwait,Cereals,0.750184,0.148419587727811
 1970,Kuwait,Monogastrics,0.750184,0.0621154276817421
-1970,Kuwait,Oilcrops,0.750184,0.00616648715515127
-1970,Kuwait,Pulses,0.750184,0.0070889275164493
+1970,Kuwait,FruitVeg,0.750184,0.235158307828479
+1970,Kuwait,OilcropsPulses,0.750184,0.0132554146716006
 1970,Kuwait,Starchy Roots,0.750184,0.0132914058417668
+1970,Kuwait,Sugar,0.750184,0.037205538907788
 1971,Kuwait,Ruminants,0.8079,0.510514543879193
 1971,Kuwait,Cereals,0.8079,0.1410025993316
 1971,Kuwait,Monogastrics,0.8079,0.0606341131328135
-1971,Kuwait,Oilcrops,0.8079,0.00566406733506622
-1971,Kuwait,Pulses,0.8079,0.0064797623468251
+1971,Kuwait,FruitVeg,0.8079,0.227432850600322
+1971,Kuwait,OilcropsPulses,0.8079,0.0121438296818913
 1971,Kuwait,Starchy Roots,0.8079,0.0144696125758138
+1971,Kuwait,Sugar,0.8079,0.0388909518504765
 1972,Kuwait,Ruminants,0.866747,0.555545620579015
 1972,Kuwait,Cereals,0.866747,0.14169648121078
 1972,Kuwait,Monogastrics,0.866747,0.07756092608339
-1972,Kuwait,Oilcrops,0.866747,0.00446958570378669
-1972,Kuwait,Pulses,0.866747,0.00624519034966374
+1972,Kuwait,FruitVeg,0.866747,0.221067970238143
+1972,Kuwait,OilcropsPulses,0.866747,0.0107147760534504
 1972,Kuwait,Starchy Roots,0.866747,0.0144240476171247
+1972,Kuwait,Sugar,0.866747,0.0405031687447433
 1973,Kuwait,Ruminants,0.926817,0.531133870008858
 1973,Kuwait,Cereals,0.926817,0.138309936049943
 1973,Kuwait,Monogastrics,0.926817,0.069707072701515
-1973,Kuwait,Oilcrops,0.926817,0.00306209316402267
-1973,Kuwait,Pulses,0.926817,0.00564836424018981
+1973,Kuwait,FruitVeg,0.926817,0.218938582265971
+1973,Kuwait,OilcropsPulses,0.926817,0.00871045740421248
 1973,Kuwait,Starchy Roots,0.926817,0.0144267962283817
+1973,Kuwait,Sugar,0.926817,0.0393594420473513
 1974,Kuwait,Ruminants,0.988267,0.487479294563109
 1974,Kuwait,Cereals,0.988267,0.138337109303457
 1974,Kuwait,Monogastrics,0.988267,0.0792824206413854
-1974,Kuwait,Oilcrops,0.988267,0.00477806098959087
-1974,Kuwait,Pulses,0.988267,0.00528602088302048
+1974,Kuwait,FruitVeg,0.988267,0.220796606585063
+1974,Kuwait,OilcropsPulses,0.988267,0.0100640818726113
 1974,Kuwait,Starchy Roots,0.988267,0.0134649846650753
+1974,Kuwait,Sugar,0.988267,0.041295520340151
 1975,Kuwait,Ruminants,1.051187,0.574666924153362
 1975,Kuwait,Cereals,1.051187,0.135152927119532
 1975,Kuwait,Monogastrics,1.051187,0.0777039670391662
-1975,Kuwait,Oilcrops,1.051187,0.00327344230855214
-1975,Kuwait,Pulses,1.051187,0.00566312178518189
+1975,Kuwait,FruitVeg,1.051187,0.224583256832514
+1975,Kuwait,OilcropsPulses,1.051187,0.00893656409373404
 1975,Kuwait,Starchy Roots,1.051187,0.0137549265734831
+1975,Kuwait,Sugar,1.051187,0.0412324353326287
 1976,Kuwait,Ruminants,1.115463,0.547083946307497
 1976,Kuwait,Cereals,1.115463,0.13768722046361
 1976,Kuwait,Monogastrics,1.115463,0.102108810422219
-1976,Kuwait,Oilcrops,1.115463,0.00482759177130931
-1976,Kuwait,Pulses,1.115463,0.00566311926079126
+1976,Kuwait,FruitVeg,1.115463,0.22908065977984
+1976,Kuwait,OilcropsPulses,1.115463,0.0104907110321006
 1976,Kuwait,Starchy Roots,1.115463,0.0128906113425546
+1976,Kuwait,Sugar,1.115463,0.0429731869187951
 1977,Kuwait,Ruminants,1.180939,0.608116083895951
 1977,Kuwait,Cereals,1.180939,0.141520434162984
 1977,Kuwait,Monogastrics,1.180939,0.119562483752336
-1977,Kuwait,Oilcrops,1.180939,0.00490457170099387
-1977,Kuwait,Pulses,1.180939,0.00572171805656346
+1977,Kuwait,FruitVeg,1.180939,0.219232322753334
+1977,Kuwait,OilcropsPulses,1.180939,0.0106262897575573
 1977,Kuwait,Starchy Roots,1.180939,0.0179670584170732
+1977,Kuwait,Sugar,1.180939,0.0463063714552572
 1978,Kuwait,Ruminants,1.247597,0.649609689667417
 1978,Kuwait,Cereals,1.247597,0.142952411716283
 1978,Kuwait,Monogastrics,1.247597,0.113036180753881
-1978,Kuwait,Oilcrops,1.247597,0.00679305897657657
-1978,Kuwait,Pulses,1.247597,0.00539677475979824
+1978,Kuwait,FruitVeg,1.247597,0.246255000613179
+1978,Kuwait,OilcropsPulses,1.247597,0.0121898337363748
 1978,Kuwait,Starchy Roots,1.247597,0.014750756854978
+1978,Kuwait,Sugar,1.247597,0.0480018788118279
 1979,Kuwait,Ruminants,1.315428,0.747838726254877
 1979,Kuwait,Cereals,1.315428,0.144127234633899
 1979,Kuwait,Monogastrics,1.315428,0.114120879287958
-1979,Kuwait,Oilcrops,1.315428,0.00577910763644989
-1979,Kuwait,Pulses,1.315428,0.00564911192402777
+1979,Kuwait,FruitVeg,1.315428,0.250282037481337
+1979,Kuwait,OilcropsPulses,1.315428,0.0114282195604777
 1979,Kuwait,Starchy Roots,1.315428,0.0171693167546989
+1979,Kuwait,Sugar,1.315428,0.0477114672942951
 1980,Kuwait,Ruminants,1.384342,0.697694211401518
 1980,Kuwait,Cereals,1.384342,0.144088671729963
 1980,Kuwait,Monogastrics,1.384342,0.124759488623476
-1980,Kuwait,Oilcrops,1.384342,0.00767946071129822
-1980,Kuwait,Pulses,1.384342,0.0054740808268477
+1980,Kuwait,FruitVeg,1.384342,0.268326035040474
+1980,Kuwait,OilcropsPulses,1.384342,0.0131535415381459
 1980,Kuwait,Starchy Roots,1.384342,0.0163514507253265
+1980,Kuwait,Sugar,1.384342,0.0442780757934094
 1981,Kuwait,Ruminants,1.452383,0.718085794174126
 1981,Kuwait,Cereals,1.452383,0.148569626606756
 1981,Kuwait,Monogastrics,1.452383,0.115918184115347
-1981,Kuwait,Oilcrops,1.452383,0.00917113461118727
-1981,Kuwait,Pulses,1.452383,0.00553710694768529
+1981,Kuwait,FruitVeg,1.452383,0.269850996603513
+1981,Kuwait,OilcropsPulses,1.452383,0.0147082415588726
 1981,Kuwait,Starchy Roots,1.452383,0.021188625865216
+1981,Kuwait,Sugar,1.452383,0.04260859566657
 1982,Kuwait,Ruminants,1.518855,0.823498819834678
 1982,Kuwait,Cereals,1.518855,0.140550612138749
 1982,Kuwait,Monogastrics,1.518855,0.152763166990924
-1982,Kuwait,Oilcrops,1.518855,0.00892448587916555
-1982,Kuwait,Pulses,1.518855,0.00564372504287769
+1982,Kuwait,FruitVeg,1.518855,0.286062198169015
+1982,Kuwait,OilcropsPulses,1.518855,0.0145682109220432
 1982,Kuwait,Starchy Roots,1.518855,0.0181241790691014
+1982,Kuwait,Sugar,1.518855,0.0449891530132896
 1983,Kuwait,Ruminants,1.586205,0.747597567779701
 1983,Kuwait,Cereals,1.586205,0.145527217478195
 1983,Kuwait,Monogastrics,1.586205,0.146529799111716
-1983,Kuwait,Oilcrops,1.586205,0.00935818510217784
-1983,Kuwait,Pulses,1.586205,0.00526476716439552
+1983,Kuwait,FruitVeg,1.586205,0.296331810831513
+1983,Kuwait,OilcropsPulses,1.586205,0.0146229522665734
 1983,Kuwait,Starchy Roots,1.586205,0.0189950227114402
+1983,Kuwait,Sugar,1.586205,0.0448283796861061
 1984,Kuwait,Ruminants,1.65792,0.67086512015055
 1984,Kuwait,Cereals,1.65792,0.143386291256514
 1984,Kuwait,Monogastrics,1.65792,0.149962603744451
-1984,Kuwait,Oilcrops,1.65792,0.0102405423663385
-1984,Kuwait,Pulses,1.65792,0.00542607604709516
+1984,Kuwait,FruitVeg,1.65792,0.299528927813163
+1984,Kuwait,OilcropsPulses,1.65792,0.0156666184134337
 1984,Kuwait,Starchy Roots,1.65792,0.019640875313646
+1984,Kuwait,Sugar,1.65792,0.0438730457440649
 1985,Kuwait,Ruminants,1.73532,0.635456399972339
 1985,Kuwait,Cereals,1.73532,0.147252379964502
 1985,Kuwait,Monogastrics,1.73532,0.12635842380656
-1985,Kuwait,Oilcrops,1.73532,0.0103594726044764
-1985,Kuwait,Pulses,1.73532,0.00464755779913791
+1985,Kuwait,FruitVeg,1.73532,0.303065140723325
+1985,Kuwait,OilcropsPulses,1.73532,0.0150070304036143
 1985,Kuwait,Starchy Roots,1.73532,0.0188864301684992
+1985,Kuwait,Sugar,1.73532,0.041438466680497
 1986,Kuwait,Ruminants,1.823201,0.68747592832606
 1986,Kuwait,Cereals,1.823201,0.147058387967097
 1986,Kuwait,Monogastrics,1.823201,0.156763516474596
-1986,Kuwait,Oilcrops,1.823201,0.00971533034481662
-1986,Kuwait,Pulses,1.823201,0.00531044026412886
+1986,Kuwait,FruitVeg,1.823201,0.296887178100495
+1986,Kuwait,OilcropsPulses,1.823201,0.0150257706089455
 1986,Kuwait,Starchy Roots,1.823201,0.0190719509258716
+1986,Kuwait,Sugar,1.823201,0.0406718732602714
 1987,Kuwait,Ruminants,1.91795,0.720944602309758
 1987,Kuwait,Cereals,1.91795,0.153146849500769
 1987,Kuwait,Monogastrics,1.91795,0.145741338408196
-1987,Kuwait,Oilcrops,1.91795,0.0091769858442608
-1987,Kuwait,Pulses,1.91795,0.00515133345499101
+1987,Kuwait,FruitVeg,1.91795,0.30701999530749
+1987,Kuwait,OilcropsPulses,1.91795,0.0143283192992518
 1987,Kuwait,Starchy Roots,1.91795,0.0170160848822962
+1987,Kuwait,Sugar,1.91795,0.0405354675565056
 1988,Kuwait,Ruminants,2.002645,0.731654486941021
 1988,Kuwait,Cereals,2.002645,0.154917621445638
 1988,Kuwait,Monogastrics,2.002645,0.136672151080196
-1988,Kuwait,Oilcrops,2.002645,0.00903405246561423
-1988,Kuwait,Pulses,2.002645,0.00584127491392633
+1988,Kuwait,FruitVeg,2.002645,0.296230235513533
+1988,Kuwait,OilcropsPulses,2.002645,0.0148753273795406
 1988,Kuwait,Starchy Roots,2.002645,0.0201962904059381
+1988,Kuwait,Sugar,2.002645,0.037286688354651
 1989,Kuwait,Ruminants,2.054443,0.720546298923844
 1989,Kuwait,Cereals,2.054443,0.158812875314623
 1989,Kuwait,Monogastrics,2.054443,0.140941754042336
-1989,Kuwait,Oilcrops,2.054443,0.00973353848220661
-1989,Kuwait,Pulses,2.054443,0.00611893345300892
+1989,Kuwait,FruitVeg,2.054443,0.297483064752831
+1989,Kuwait,OilcropsPulses,2.054443,0.0158524719352155
 1989,Kuwait,Starchy Roots,2.054443,0.0213469052195656
+1989,Kuwait,Sugar,2.054443,0.0371224706647982
 1990,Kuwait,Ruminants,2.058832,0.32390297022778
 1990,Kuwait,Cereals,2.058832,0.134051248474863
 1990,Kuwait,Monogastrics,2.058832,0.0837901295491813
-1990,Kuwait,Oilcrops,2.058832,0.00648571617305346
-1990,Kuwait,Pulses,2.058832,0.00916150516409304
+1990,Kuwait,FruitVeg,2.058832,0.166218030417246
+1990,Kuwait,OilcropsPulses,2.058832,0.0156472213371465
 1990,Kuwait,Starchy Roots,2.058832,0.0112558965471685
+1990,Kuwait,Sugar,2.058832,0.0286667391997016
 1991,Kuwait,Ruminants,2.00711,0.171961327480806
 1991,Kuwait,Cereals,2.00711,0.148174240574757
 1991,Kuwait,Monogastrics,2.00711,0.0337199754871432
-1991,Kuwait,Oilcrops,2.00711,0.00559212001335253
-1991,Kuwait,Pulses,2.00711,0.00608038423404796
+1991,Kuwait,FruitVeg,2.00711,0.045839540433758
+1991,Kuwait,OilcropsPulses,2.00711,0.0116725042474005
 1991,Kuwait,Starchy Roots,2.00711,0.000781720981909313
+1991,Kuwait,Sugar,2.00711,0.0249597680246723
 1992,Kuwait,Ruminants,NA,NA
 1992,Kuwait,Cereals,NA,NA
 1992,Kuwait,Monogastrics,NA,NA
-1992,Kuwait,Oilcrops,NA,NA
-1992,Kuwait,Pulses,NA,NA
+1992,Kuwait,FruitVeg,NA,NA
+1992,Kuwait,OilcropsPulses,NA,NA
 1992,Kuwait,Starchy Roots,NA,NA
+1992,Kuwait,Sugar,NA,NA
 1993,Kuwait,Ruminants,NA,NA
 1993,Kuwait,Cereals,NA,NA
 1993,Kuwait,Monogastrics,NA,NA
-1993,Kuwait,Oilcrops,NA,NA
-1993,Kuwait,Pulses,NA,NA
+1993,Kuwait,FruitVeg,NA,NA
+1993,Kuwait,OilcropsPulses,NA,NA
 1993,Kuwait,Starchy Roots,NA,NA
+1993,Kuwait,Sugar,NA,NA
 1994,Kuwait,Ruminants,NA,NA
 1994,Kuwait,Cereals,NA,NA
 1994,Kuwait,Monogastrics,NA,NA
-1994,Kuwait,Oilcrops,NA,NA
-1994,Kuwait,Pulses,NA,NA
+1994,Kuwait,FruitVeg,NA,NA
+1994,Kuwait,OilcropsPulses,NA,NA
 1994,Kuwait,Starchy Roots,NA,NA
+1994,Kuwait,Sugar,NA,NA
 1995,Kuwait,Ruminants,1.637031,0.733601929346482
 1995,Kuwait,Cereals,1.637031,0.153121718525795
 1995,Kuwait,Monogastrics,1.637031,0.149879140957013
-1995,Kuwait,Oilcrops,1.637031,0.00968460585046954
-1995,Kuwait,Pulses,1.637031,0.00755208667398479
+1995,Kuwait,FruitVeg,1.637031,0.286359879562452
+1995,Kuwait,OilcropsPulses,1.637031,0.0172366925244543
 1995,Kuwait,Starchy Roots,1.637031,0.0257362261313317
+1995,Kuwait,Sugar,1.637031,0.039293696942819
 1996,Kuwait,Ruminants,1.637906,0.743130313949641
 1996,Kuwait,Cereals,1.637906,0.154448423780119
 1996,Kuwait,Monogastrics,1.637906,0.150919283524207
-1996,Kuwait,Oilcrops,1.637906,0.00857130995307423
-1996,Kuwait,Pulses,1.637906,0.00840035997181767
+1996,Kuwait,FruitVeg,1.637906,0.294897875702269
+1996,Kuwait,OilcropsPulses,1.637906,0.0169716699248919
 1996,Kuwait,Starchy Roots,1.637906,0.0330067781667568
+1996,Kuwait,Sugar,1.637906,0.0394119076430516
 1997,Kuwait,Ruminants,1.686256,0.795413507794783
 1997,Kuwait,Cereals,1.686256,0.153083517567914
 1997,Kuwait,Monogastrics,1.686256,0.153689771897031
-1997,Kuwait,Oilcrops,1.686256,0.0122502158628346
-1997,Kuwait,Pulses,1.686256,0.00817017107722671
+1997,Kuwait,FruitVeg,1.686256,0.295661512842653
+1997,Kuwait,OilcropsPulses,1.686256,0.0204203869400613
 1997,Kuwait,Starchy Roots,1.686256,0.0319482925486996
+1997,Kuwait,Sugar,1.686256,0.0408769486958089
 1998,Kuwait,Ruminants,1.766247,0.777656749027741
 1998,Kuwait,Cereals,1.766247,0.160319592899521
 1998,Kuwait,Monogastrics,1.766247,0.154224126070702
-1998,Kuwait,Oilcrops,1.766247,0.00961473678370013
-1998,Kuwait,Pulses,1.766247,0.00785111029204862
+1998,Kuwait,FruitVeg,1.766247,0.316108675626908
+1998,Kuwait,OilcropsPulses,1.766247,0.0174658470757488
 1998,Kuwait,Starchy Roots,1.766247,0.0272996925118627
+1998,Kuwait,Sugar,1.766247,0.0413656753557119
 1999,Kuwait,Ruminants,1.853152,0.705634616048765
 1999,Kuwait,Cereals,1.853152,0.170813835022707
 1999,Kuwait,Monogastrics,1.853152,0.158417118509437
-1999,Kuwait,Oilcrops,1.853152,0.00920647631710729
-1999,Kuwait,Pulses,1.853152,0.00764481272987861
+1999,Kuwait,FruitVeg,1.853152,0.306823725199012
+1999,Kuwait,OilcropsPulses,1.853152,0.0168512890469859
 1999,Kuwait,Starchy Roots,1.853152,0.0291470964065549
+1999,Kuwait,Sugar,1.853152,0.0399492324428865
 2000,Kuwait,Ruminants,1.92947,0.694959185683115
 2000,Kuwait,Cereals,1.92947,0.169568327053543
 2000,Kuwait,Monogastrics,1.92947,0.192440929374388
-2000,Kuwait,Oilcrops,1.92947,0.00834892483428092
-2000,Kuwait,Pulses,1.92947,0.008844915961378
+2000,Kuwait,FruitVeg,1.92947,0.309397399285814
+2000,Kuwait,OilcropsPulses,1.92947,0.0171938407956589
 2000,Kuwait,Starchy Roots,1.92947,0.0369904688852379
+2000,Kuwait,Sugar,1.92947,0.0394885642171166
 2001,Kuwait,Ruminants,1.990022,0.654332012409913
 2001,Kuwait,Cereals,1.990022,0.174300585621667
 2001,Kuwait,Monogastrics,1.990022,0.219255767021671
-2001,Kuwait,Oilcrops,1.990022,0.00851045867834627
-2001,Kuwait,Pulses,1.990022,0.00735469256118777
+2001,Kuwait,FruitVeg,1.990022,0.301304206687162
+2001,Kuwait,OilcropsPulses,1.990022,0.015865151239534
 2001,Kuwait,Starchy Roots,1.990022,0.0441874511940069
+2001,Kuwait,Sugar,1.990022,0.0360543752782633
 2002,Kuwait,Ruminants,2.042215,0.665689508695216
 2002,Kuwait,Cereals,2.042215,0.190998499178588
 2002,Kuwait,Monogastrics,2.042215,0.170039344535223
-2002,Kuwait,Oilcrops,2.042215,0.0102545520427575
-2002,Kuwait,Pulses,2.042215,0.006940013661637
+2002,Kuwait,FruitVeg,2.042215,0.230738193579031
+2002,Kuwait,OilcropsPulses,2.042215,0.0171945657043945
 2002,Kuwait,Starchy Roots,2.042215,0.014496025149164
+2002,Kuwait,Sugar,2.042215,0.0432065184126059
 2003,Kuwait,Ruminants,2.095993,0.787208974457453
 2003,Kuwait,Cereals,2.095993,0.189189086032253
 2003,Kuwait,Monogastrics,2.095993,0.210096026084057
-2003,Kuwait,Oilcrops,2.095993,0.00856586830204108
-2003,Kuwait,Pulses,2.095993,0.00886882732909891
+2003,Kuwait,FruitVeg,2.095993,0.222518872916083
+2003,Kuwait,OilcropsPulses,2.095993,0.01743469563114
 2003,Kuwait,Starchy Roots,2.095993,0.0213917699152621
+2003,Kuwait,Sugar,2.095993,0.0463875595004373
 2004,Kuwait,Ruminants,2.166344,0.723540305694756
 2004,Kuwait,Cereals,2.166344,0.194907641630323
 2004,Kuwait,Monogastrics,2.166344,0.271261674046227
-2004,Kuwait,Oilcrops,2.166344,0.00915090124190802
-2004,Kuwait,Pulses,2.166344,0.0082092225426802
+2004,Kuwait,FruitVeg,2.166344,0.238897423493222
+2004,Kuwait,OilcropsPulses,2.166344,0.0173601237845882
 2004,Kuwait,Starchy Roots,2.166344,0.0253897811243274
+2004,Kuwait,Sugar,2.166344,0.043275213908779
 2005,Kuwait,Ruminants,2.263604,0.818466127467525
 2005,Kuwait,Cereals,2.263604,0.192093670094239
 2005,Kuwait,Monogastrics,2.263604,0.318398977913098
-2005,Kuwait,Oilcrops,2.263604,0.0100110266636744
-2005,Kuwait,Pulses,2.263604,0.00752340073617117
+2005,Kuwait,FruitVeg,2.263604,0.237314477267225
+2005,Kuwait,OilcropsPulses,2.263604,0.0175344273998456
 2005,Kuwait,Starchy Roots,2.263604,0.015744361646295
+2005,Kuwait,Sugar,2.263604,0.0413455710451121
 2006,Kuwait,Ruminants,2.389498,0.749734128256228
 2006,Kuwait,Cereals,2.389498,0.186932569100288
 2006,Kuwait,Monogastrics,2.389498,0.23567251364094
-2006,Kuwait,Oilcrops,2.389498,0.0104657965815414
-2006,Kuwait,Pulses,2.389498,0.00827579684101012
+2006,Kuwait,FruitVeg,2.389498,0.321209726896612
+2006,Kuwait,OilcropsPulses,2.389498,0.0187415934225515
 2006,Kuwait,Starchy Roots,2.389498,0.0263038512691787
+2006,Kuwait,Sugar,2.389498,0.0398979199815191
 2007,Kuwait,Ruminants,2.538591,0.73672052725311
 2007,Kuwait,Cereals,2.538591,0.185183434432723
 2007,Kuwait,Monogastrics,2.538591,0.273576405179093
-2007,Kuwait,Oilcrops,2.538591,0.011877848775167
-2007,Kuwait,Pulses,2.538591,0.00894866483021487
+2007,Kuwait,FruitVeg,2.538591,0.281520339432386
+2007,Kuwait,OilcropsPulses,2.538591,0.0208265136053819
 2007,Kuwait,Starchy Roots,2.538591,0.0280872342177216
+2007,Kuwait,Sugar,2.538591,0.0404645726704302
 2008,Kuwait,Ruminants,2.70529,0.677614082039264
 2008,Kuwait,Cereals,2.70529,0.183473860473369
 2008,Kuwait,Monogastrics,2.70529,0.271449641258423
-2008,Kuwait,Oilcrops,2.70529,0.00988064126211977
-2008,Kuwait,Pulses,2.70529,0.00723138739284883
+2008,Kuwait,FruitVeg,2.70529,0.225355507172983
+2008,Kuwait,OilcropsPulses,2.70529,0.0171120286549686
 2008,Kuwait,Starchy Roots,2.70529,0.0203870934354542
+2008,Kuwait,Sugar,2.70529,0.0388475912009433
 2009,Kuwait,Ruminants,2.881243,0.658331838029628
 2009,Kuwait,Cereals,2.881243,0.179656141463945
 2009,Kuwait,Monogastrics,2.881243,0.312691779207793
-2009,Kuwait,Oilcrops,2.881243,0.0103750360521483
-2009,Kuwait,Pulses,2.881243,0.00666726131742446
+2009,Kuwait,FruitVeg,2.881243,0.243822544644794
+2009,Kuwait,OilcropsPulses,2.881243,0.0170422973695728
 2009,Kuwait,Starchy Roots,2.881243,0.0204092469812508
+2009,Kuwait,Sugar,2.881243,0.0381279885105144
 2010,Kuwait,Ruminants,3.059473,0.580729655074583
 2010,Kuwait,Cereals,3.059473,0.186236649252992
 2010,Kuwait,Monogastrics,3.059473,0.270074061774691
-2010,Kuwait,Oilcrops,3.059473,0.0111898356350914
-2010,Kuwait,Pulses,3.059473,0.00612425734758895
+2010,Kuwait,FruitVeg,3.059473,0.206287488073926
+2010,Kuwait,OilcropsPulses,3.059473,0.0173140929826803
 2010,Kuwait,Starchy Roots,3.059473,0.020636560610275
+2010,Kuwait,Sugar,3.059473,0.0348089360487901
 2011,Kuwait,Ruminants,3.239181,0.522929839363716
 2011,Kuwait,Cereals,3.239181,0.193669016952125
 2011,Kuwait,Monogastrics,3.239181,0.227851916888868
-2011,Kuwait,Oilcrops,3.239181,0.0109743790174121
-2011,Kuwait,Pulses,3.239181,0.00522323389770439
+2011,Kuwait,FruitVeg,3.239181,0.228585867847459
+2011,Kuwait,OilcropsPulses,3.239181,0.0161976129151165
 2011,Kuwait,Starchy Roots,3.239181,0.0232095705673749
+2011,Kuwait,Sugar,3.239181,0.0338014454888442
 1992,Kyrgyzstan,Ruminants,4.5154,0.889843823360057
 1992,Kyrgyzstan,Cereals,4.5154,0.177662444080259
 1992,Kyrgyzstan,Monogastrics,4.5154,0.0589162421933827
-1992,Kyrgyzstan,Oilcrops,4.5154,0.0144636134118793
-1992,Kyrgyzstan,Pulses,4.5154,0.000287903618727023
+1992,Kyrgyzstan,FruitVeg,4.5154,0.104304159099969
+1992,Kyrgyzstan,OilcropsPulses,4.5154,0.0147515170306064
 1992,Kyrgyzstan,Starchy Roots,4.5154,0.0674137396465429
+1992,Kyrgyzstan,Sugar,4.5154,0.0252145989281127
 1993,Kyrgyzstan,Ruminants,4.5167,0.89962319835278
 1993,Kyrgyzstan,Cereals,4.5167,0.175487634777603
 1993,Kyrgyzstan,Monogastrics,4.5167,0.0463164921292094
-1993,Kyrgyzstan,Oilcrops,4.5167,0.00906768215732725
-1993,Kyrgyzstan,Pulses,4.5167,0.000154980406048664
+1993,Kyrgyzstan,FruitVeg,4.5167,0.0626968804658268
+1993,Kyrgyzstan,OilcropsPulses,4.5167,0.00922266256337592
 1993,Kyrgyzstan,Starchy Roots,4.5167,0.0588704142404853
+1993,Kyrgyzstan,Sugar,4.5167,0.0147933225585051
 1994,Kyrgyzstan,Ruminants,4.5151,0.874669287501938
 1994,Kyrgyzstan,Cereals,4.5151,0.175307966600961
 1994,Kyrgyzstan,Monogastrics,4.5151,0.036289694580408
-1994,Kyrgyzstan,Oilcrops,4.5151,0.00705366437066732
-1994,Kyrgyzstan,Pulses,4.5151,0.000354366459214635
+1994,Kyrgyzstan,FruitVeg,4.5151,0.0677061416136963
+1994,Kyrgyzstan,OilcropsPulses,4.5151,0.00740803082988195
 1994,Kyrgyzstan,Starchy Roots,4.5151,0.0583597262519103
+1994,Kyrgyzstan,Sugar,4.5151,0.0163619853380877
 1995,Kyrgyzstan,Ruminants,4.5604,0.766991623541795
 1995,Kyrgyzstan,Cereals,4.5604,0.189537102008596
 1995,Kyrgyzstan,Monogastrics,4.5604,0.0447562494518025
-1995,Kyrgyzstan,Oilcrops,4.5604,0.00301070081571792
-1995,Kyrgyzstan,Pulses,4.5604,0.000203929479870187
+1995,Kyrgyzstan,FruitVeg,4.5604,0.0597846680115779
+1995,Kyrgyzstan,OilcropsPulses,4.5604,0.00321463029558811
 1995,Kyrgyzstan,Starchy Roots,4.5604,0.0684808350144724
+1995,Kyrgyzstan,Sugar,4.5604,0.0142965529339532
 1996,Kyrgyzstan,Ruminants,4.6284,0.750588151413015
 1996,Kyrgyzstan,Cereals,4.6284,0.190755768732175
 1996,Kyrgyzstan,Monogastrics,4.6284,0.0459227378791807
-1996,Kyrgyzstan,Oilcrops,4.6284,0.00496543081842537
-1996,Kyrgyzstan,Pulses,4.6284,0.000691383631492524
+1996,Kyrgyzstan,FruitVeg,4.6284,0.0711230662864057
+1996,Kyrgyzstan,OilcropsPulses,4.6284,0.0056568144499179
 1996,Kyrgyzstan,Starchy Roots,4.6284,0.0704563131967851
+1996,Kyrgyzstan,Sugar,4.6284,0.0153348889465042
 1997,Kyrgyzstan,Ruminants,4.6964,0.825264308832297
 1997,Kyrgyzstan,Cereals,4.6964,0.212185716719189
 1997,Kyrgyzstan,Monogastrics,4.6964,0.0430579592879652
-1997,Kyrgyzstan,Oilcrops,4.6964,0.00514777276211566
-1997,Kyrgyzstan,Pulses,4.6964,0.00172472532152287
+1997,Kyrgyzstan,FruitVeg,4.6964,0.0787575589813474
+1997,Kyrgyzstan,OilcropsPulses,4.6964,0.00687249808363853
 1997,Kyrgyzstan,Starchy Roots,4.6964,0.0883016778809301
+1997,Kyrgyzstan,Sugar,4.6964,0.0174493228856145
 1998,Kyrgyzstan,Ruminants,4.769,0.821164248270078
 1998,Kyrgyzstan,Cereals,4.769,0.168548123296289
 1998,Kyrgyzstan,Monogastrics,4.769,0.0550639337387293
-1998,Kyrgyzstan,Oilcrops,4.769,0.00629398196686936
-1998,Kyrgyzstan,Pulses,4.769,0.00195953029985322
+1998,Kyrgyzstan,FruitVeg,4.769,0.104801845250577
+1998,Kyrgyzstan,OilcropsPulses,4.769,0.00825351226672258
 1998,Kyrgyzstan,Starchy Roots,4.769,0.0983193541622982
+1998,Kyrgyzstan,Sugar,4.769,0.0276439505137345
 1999,Kyrgyzstan,Ruminants,4.8404,0.836270122303942
 1999,Kyrgyzstan,Cereals,4.8404,0.174574828526568
 1999,Kyrgyzstan,Monogastrics,4.8404,0.0459853111313115
-1999,Kyrgyzstan,Oilcrops,4.8404,0.00585158251384183
-1999,Kyrgyzstan,Pulses,4.8404,0.00213164201305677
+1999,Kyrgyzstan,FruitVeg,4.8404,0.130163829435584
+1999,Kyrgyzstan,OilcropsPulses,4.8404,0.0079832245268986
 1999,Kyrgyzstan,Starchy Roots,4.8404,0.0998177836542434
+1999,Kyrgyzstan,Sugar,4.8404,0.0261120981737047
 2000,Kyrgyzstan,Ruminants,4.8984,0.843935366650335
 2000,Kyrgyzstan,Cereals,4.8984,0.173307610648375
 2000,Kyrgyzstan,Monogastrics,4.8984,0.0411024824432468
-2000,Kyrgyzstan,Oilcrops,4.8984,0.00633206761391475
-2000,Kyrgyzstan,Pulses,4.8984,0.00303446023191246
+2000,Kyrgyzstan,FruitVeg,4.8984,0.159652539604769
+2000,Kyrgyzstan,OilcropsPulses,4.8984,0.00936652784582721
 2000,Kyrgyzstan,Starchy Roots,4.8984,0.110950514453699
+2000,Kyrgyzstan,Sugar,4.8984,0.0126639310795362
 2001,Kyrgyzstan,Ruminants,4.9451,0.836462599340762
 2001,Kyrgyzstan,Cereals,4.9451,0.175266829791106
 2001,Kyrgyzstan,Monogastrics,4.9451,0.0428477482760713
-2001,Kyrgyzstan,Oilcrops,4.9451,0.00551960526581869
-2001,Kyrgyzstan,Pulses,4.9451,0.00354734990192312
+2001,Kyrgyzstan,FruitVeg,4.9451,0.176744251885705
+2001,Kyrgyzstan,OilcropsPulses,4.9451,0.0090669551677418
 2001,Kyrgyzstan,Starchy Roots,4.9451,0.124485450243676
+2001,Kyrgyzstan,Sugar,4.9451,0.0113769185658531
 2002,Kyrgyzstan,Ruminants,4.9907,0.834468892139379
 2002,Kyrgyzstan,Cereals,4.9907,0.178353938325285
 2002,Kyrgyzstan,Monogastrics,4.9907,0.0399059250205382
-2002,Kyrgyzstan,Oilcrops,4.9907,0.00689742921834612
-2002,Kyrgyzstan,Pulses,4.9907,0.00396317149898812
+2002,Kyrgyzstan,FruitVeg,4.9907,0.141410623760194
+2002,Kyrgyzstan,OilcropsPulses,4.9907,0.0108606007173342
 2002,Kyrgyzstan,Starchy Roots,4.9907,0.123310156891819
+2002,Kyrgyzstan,Sugar,4.9907,0.01301180195163
 2003,Kyrgyzstan,Ruminants,5.0433,0.761888386572284
 2003,Kyrgyzstan,Cereals,5.0433,0.182854876767196
 2003,Kyrgyzstan,Monogastrics,5.0433,0.0416210021216267
-2003,Kyrgyzstan,Oilcrops,5.0433,0.00700136815180537
-2003,Kyrgyzstan,Pulses,5.0433,0.00371245018142883
+2003,Kyrgyzstan,FruitVeg,5.0433,0.161457775662761
+2003,Kyrgyzstan,OilcropsPulses,5.0433,0.0107138183332342
 2003,Kyrgyzstan,Starchy Roots,5.0433,0.143058314992168
+2003,Kyrgyzstan,Sugar,5.0433,0.0131269208653064
 2004,Kyrgyzstan,Ruminants,5.1047,0.749791858483358
 2004,Kyrgyzstan,Cereals,5.1047,0.186518894352264
 2004,Kyrgyzstan,Monogastrics,5.1047,0.0467202969812134
-2004,Kyrgyzstan,Oilcrops,5.1047,0.007455873998472
-2004,Kyrgyzstan,Pulses,5.1047,0.00103963014476855
+2004,Kyrgyzstan,FruitVeg,5.1047,0.167251944286638
+2004,Kyrgyzstan,OilcropsPulses,5.1047,0.00849550414324054
 2004,Kyrgyzstan,Starchy Roots,5.1047,0.145544302309636
+2004,Kyrgyzstan,Sugar,5.1047,0.0187421395968421
 2005,Kyrgyzstan,Ruminants,5.1626,0.726272943865494
 2005,Kyrgyzstan,Cereals,5.1626,0.17893057761593
 2005,Kyrgyzstan,Monogastrics,5.1626,0.0402821446557936
-2005,Kyrgyzstan,Oilcrops,5.1626,0.0101412079184907
-2005,Kyrgyzstan,Pulses,5.1626,0.00476310386239492
+2005,Kyrgyzstan,FruitVeg,5.1626,0.164106845387983
+2005,Kyrgyzstan,OilcropsPulses,5.1626,0.0149043117808856
 2005,Kyrgyzstan,Starchy Roots,5.1626,0.145085422074149
+2005,Kyrgyzstan,Sugar,5.1626,0.0207823577267268
 2006,Kyrgyzstan,Ruminants,5.2184,0.661926529204354
 2006,Kyrgyzstan,Cereals,5.2184,0.178836424957841
 2006,Kyrgyzstan,Monogastrics,5.2184,0.0560171125249119
-2006,Kyrgyzstan,Oilcrops,5.2184,0.0110121876437222
-2006,Kyrgyzstan,Pulses,5.2184,0.00374597577801625
+2006,Kyrgyzstan,FruitVeg,5.2184,0.193453740610149
+2006,Kyrgyzstan,OilcropsPulses,5.2184,0.0147581634217385
 2006,Kyrgyzstan,Starchy Roots,5.2184,0.100707879809903
+2006,Kyrgyzstan,Sugar,5.2184,0.023077380039859
 2007,Kyrgyzstan,Ruminants,5.2684,0.630672120567914
 2007,Kyrgyzstan,Cereals,5.2684,0.176877799711487
 2007,Kyrgyzstan,Monogastrics,5.2684,0.0579440057702528
-2007,Kyrgyzstan,Oilcrops,5.2684,0.012722268620454
-2007,Kyrgyzstan,Pulses,5.2684,0.00270423658036596
+2007,Kyrgyzstan,FruitVeg,5.2684,0.18692202566244
+2007,Kyrgyzstan,OilcropsPulses,5.2684,0.01542650520082
 2007,Kyrgyzstan,Starchy Roots,5.2684,0.104396021562524
+2007,Kyrgyzstan,Sugar,5.2684,0.021975172727963
 2008,Kyrgyzstan,Ruminants,5.3187,0.627943651644199
 2008,Kyrgyzstan,Cereals,5.3187,0.175522214074868
 2008,Kyrgyzstan,Monogastrics,5.3187,0.0602708744618046
-2008,Kyrgyzstan,Oilcrops,5.3187,0.0127538684264952
-2008,Kyrgyzstan,Pulses,5.3187,0.00598604922255438
+2008,Kyrgyzstan,FruitVeg,5.3187,0.175606069152236
+2008,Kyrgyzstan,OilcropsPulses,5.3187,0.0187399176490496
 2008,Kyrgyzstan,Starchy Roots,5.3187,0.0979630360802452
+2008,Kyrgyzstan,Sugar,5.3187,0.0223409855791829
 2009,Kyrgyzstan,Ruminants,5.3833,0.658652573700147
 2009,Kyrgyzstan,Cereals,5.3833,0.18225382200509
 2009,Kyrgyzstan,Monogastrics,5.3833,0.0650980811026694
-2009,Kyrgyzstan,Oilcrops,5.3833,0.0130797094718853
-2009,Kyrgyzstan,Pulses,5.3833,0.004613341259079
+2009,Kyrgyzstan,FruitVeg,5.3833,0.182005089814798
+2009,Kyrgyzstan,OilcropsPulses,5.3833,0.0176930507309643
 2009,Kyrgyzstan,Starchy Roots,5.3833,0.100368361414003
+2009,Kyrgyzstan,Sugar,5.3833,0.0224789627180354
 2010,Kyrgyzstan,Ruminants,5.4479,0.63849628297142
 2010,Kyrgyzstan,Cereals,5.4479,0.180802694616274
 2010,Kyrgyzstan,Monogastrics,5.4479,0.0698279153435269
-2010,Kyrgyzstan,Oilcrops,5.4479,0.0143778336606766
-2010,Kyrgyzstan,Pulses,5.4479,0.00180895390884561
+2010,Kyrgyzstan,FruitVeg,5.4479,0.17746489473008
+2010,Kyrgyzstan,OilcropsPulses,5.4479,0.0161867875695222
 2010,Kyrgyzstan,Starchy Roots,5.4479,0.0983013638282641
+2010,Kyrgyzstan,Sugar,5.4479,0.0226424860955598
 2011,Kyrgyzstan,Ruminants,5.5146,0.673979871613535
 2011,Kyrgyzstan,Cereals,5.5146,0.181885902876002
 2011,Kyrgyzstan,Monogastrics,5.5146,0.0623696550973779
-2011,Kyrgyzstan,Oilcrops,5.5146,0.0139341022014289
-2011,Kyrgyzstan,Pulses,5.5146,0.00142657672360643
+2011,Kyrgyzstan,FruitVeg,5.5146,0.175317883436695
+2011,Kyrgyzstan,OilcropsPulses,5.5146,0.0153606789250354
 2011,Kyrgyzstan,Starchy Roots,5.5146,0.0991032894498241
+2011,Kyrgyzstan,Sugar,5.5146,0.0229307656040329
 1961,Land Locked Developing Countries,Ruminants,NA,NA
 1961,Land Locked Developing Countries,Cereals,NA,NA
 1961,Land Locked Developing Countries,Monogastrics,NA,NA
-1961,Land Locked Developing Countries,Oilcrops,NA,NA
-1961,Land Locked Developing Countries,Pulses,NA,NA
+1961,Land Locked Developing Countries,FruitVeg,NA,NA
+1961,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1961,Land Locked Developing Countries,Starchy Roots,NA,NA
+1961,Land Locked Developing Countries,Sugar,NA,NA
 1962,Land Locked Developing Countries,Ruminants,NA,NA
 1962,Land Locked Developing Countries,Cereals,NA,NA
 1962,Land Locked Developing Countries,Monogastrics,NA,NA
-1962,Land Locked Developing Countries,Oilcrops,NA,NA
-1962,Land Locked Developing Countries,Pulses,NA,NA
+1962,Land Locked Developing Countries,FruitVeg,NA,NA
+1962,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1962,Land Locked Developing Countries,Starchy Roots,NA,NA
+1962,Land Locked Developing Countries,Sugar,NA,NA
 1963,Land Locked Developing Countries,Ruminants,NA,NA
 1963,Land Locked Developing Countries,Cereals,NA,NA
 1963,Land Locked Developing Countries,Monogastrics,NA,NA
-1963,Land Locked Developing Countries,Oilcrops,NA,NA
-1963,Land Locked Developing Countries,Pulses,NA,NA
+1963,Land Locked Developing Countries,FruitVeg,NA,NA
+1963,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1963,Land Locked Developing Countries,Starchy Roots,NA,NA
+1963,Land Locked Developing Countries,Sugar,NA,NA
 1964,Land Locked Developing Countries,Ruminants,NA,NA
 1964,Land Locked Developing Countries,Cereals,NA,NA
 1964,Land Locked Developing Countries,Monogastrics,NA,NA
-1964,Land Locked Developing Countries,Oilcrops,NA,NA
-1964,Land Locked Developing Countries,Pulses,NA,NA
+1964,Land Locked Developing Countries,FruitVeg,NA,NA
+1964,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1964,Land Locked Developing Countries,Starchy Roots,NA,NA
+1964,Land Locked Developing Countries,Sugar,NA,NA
 1965,Land Locked Developing Countries,Ruminants,NA,NA
 1965,Land Locked Developing Countries,Cereals,NA,NA
 1965,Land Locked Developing Countries,Monogastrics,NA,NA
-1965,Land Locked Developing Countries,Oilcrops,NA,NA
-1965,Land Locked Developing Countries,Pulses,NA,NA
+1965,Land Locked Developing Countries,FruitVeg,NA,NA
+1965,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1965,Land Locked Developing Countries,Starchy Roots,NA,NA
+1965,Land Locked Developing Countries,Sugar,NA,NA
 1966,Land Locked Developing Countries,Ruminants,NA,NA
 1966,Land Locked Developing Countries,Cereals,NA,NA
 1966,Land Locked Developing Countries,Monogastrics,NA,NA
-1966,Land Locked Developing Countries,Oilcrops,NA,NA
-1966,Land Locked Developing Countries,Pulses,NA,NA
+1966,Land Locked Developing Countries,FruitVeg,NA,NA
+1966,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1966,Land Locked Developing Countries,Starchy Roots,NA,NA
+1966,Land Locked Developing Countries,Sugar,NA,NA
 1967,Land Locked Developing Countries,Ruminants,NA,NA
 1967,Land Locked Developing Countries,Cereals,NA,NA
 1967,Land Locked Developing Countries,Monogastrics,NA,NA
-1967,Land Locked Developing Countries,Oilcrops,NA,NA
-1967,Land Locked Developing Countries,Pulses,NA,NA
+1967,Land Locked Developing Countries,FruitVeg,NA,NA
+1967,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1967,Land Locked Developing Countries,Starchy Roots,NA,NA
+1967,Land Locked Developing Countries,Sugar,NA,NA
 1968,Land Locked Developing Countries,Ruminants,NA,NA
 1968,Land Locked Developing Countries,Cereals,NA,NA
 1968,Land Locked Developing Countries,Monogastrics,NA,NA
-1968,Land Locked Developing Countries,Oilcrops,NA,NA
-1968,Land Locked Developing Countries,Pulses,NA,NA
+1968,Land Locked Developing Countries,FruitVeg,NA,NA
+1968,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1968,Land Locked Developing Countries,Starchy Roots,NA,NA
+1968,Land Locked Developing Countries,Sugar,NA,NA
 1969,Land Locked Developing Countries,Ruminants,NA,NA
 1969,Land Locked Developing Countries,Cereals,NA,NA
 1969,Land Locked Developing Countries,Monogastrics,NA,NA
-1969,Land Locked Developing Countries,Oilcrops,NA,NA
-1969,Land Locked Developing Countries,Pulses,NA,NA
+1969,Land Locked Developing Countries,FruitVeg,NA,NA
+1969,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1969,Land Locked Developing Countries,Starchy Roots,NA,NA
+1969,Land Locked Developing Countries,Sugar,NA,NA
 1970,Land Locked Developing Countries,Ruminants,NA,NA
 1970,Land Locked Developing Countries,Cereals,NA,NA
 1970,Land Locked Developing Countries,Monogastrics,NA,NA
-1970,Land Locked Developing Countries,Oilcrops,NA,NA
-1970,Land Locked Developing Countries,Pulses,NA,NA
+1970,Land Locked Developing Countries,FruitVeg,NA,NA
+1970,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1970,Land Locked Developing Countries,Starchy Roots,NA,NA
+1970,Land Locked Developing Countries,Sugar,NA,NA
 1971,Land Locked Developing Countries,Ruminants,NA,NA
 1971,Land Locked Developing Countries,Cereals,NA,NA
 1971,Land Locked Developing Countries,Monogastrics,NA,NA
-1971,Land Locked Developing Countries,Oilcrops,NA,NA
-1971,Land Locked Developing Countries,Pulses,NA,NA
+1971,Land Locked Developing Countries,FruitVeg,NA,NA
+1971,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1971,Land Locked Developing Countries,Starchy Roots,NA,NA
+1971,Land Locked Developing Countries,Sugar,NA,NA
 1972,Land Locked Developing Countries,Ruminants,NA,NA
 1972,Land Locked Developing Countries,Cereals,NA,NA
 1972,Land Locked Developing Countries,Monogastrics,NA,NA
-1972,Land Locked Developing Countries,Oilcrops,NA,NA
-1972,Land Locked Developing Countries,Pulses,NA,NA
+1972,Land Locked Developing Countries,FruitVeg,NA,NA
+1972,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1972,Land Locked Developing Countries,Starchy Roots,NA,NA
+1972,Land Locked Developing Countries,Sugar,NA,NA
 1973,Land Locked Developing Countries,Ruminants,NA,NA
 1973,Land Locked Developing Countries,Cereals,NA,NA
 1973,Land Locked Developing Countries,Monogastrics,NA,NA
-1973,Land Locked Developing Countries,Oilcrops,NA,NA
-1973,Land Locked Developing Countries,Pulses,NA,NA
+1973,Land Locked Developing Countries,FruitVeg,NA,NA
+1973,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1973,Land Locked Developing Countries,Starchy Roots,NA,NA
+1973,Land Locked Developing Countries,Sugar,NA,NA
 1974,Land Locked Developing Countries,Ruminants,NA,NA
 1974,Land Locked Developing Countries,Cereals,NA,NA
 1974,Land Locked Developing Countries,Monogastrics,NA,NA
-1974,Land Locked Developing Countries,Oilcrops,NA,NA
-1974,Land Locked Developing Countries,Pulses,NA,NA
+1974,Land Locked Developing Countries,FruitVeg,NA,NA
+1974,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1974,Land Locked Developing Countries,Starchy Roots,NA,NA
+1974,Land Locked Developing Countries,Sugar,NA,NA
 1975,Land Locked Developing Countries,Ruminants,NA,NA
 1975,Land Locked Developing Countries,Cereals,NA,NA
 1975,Land Locked Developing Countries,Monogastrics,NA,NA
-1975,Land Locked Developing Countries,Oilcrops,NA,NA
-1975,Land Locked Developing Countries,Pulses,NA,NA
+1975,Land Locked Developing Countries,FruitVeg,NA,NA
+1975,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1975,Land Locked Developing Countries,Starchy Roots,NA,NA
+1975,Land Locked Developing Countries,Sugar,NA,NA
 1976,Land Locked Developing Countries,Ruminants,NA,NA
 1976,Land Locked Developing Countries,Cereals,NA,NA
 1976,Land Locked Developing Countries,Monogastrics,NA,NA
-1976,Land Locked Developing Countries,Oilcrops,NA,NA
-1976,Land Locked Developing Countries,Pulses,NA,NA
+1976,Land Locked Developing Countries,FruitVeg,NA,NA
+1976,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1976,Land Locked Developing Countries,Starchy Roots,NA,NA
+1976,Land Locked Developing Countries,Sugar,NA,NA
 1977,Land Locked Developing Countries,Ruminants,NA,NA
 1977,Land Locked Developing Countries,Cereals,NA,NA
 1977,Land Locked Developing Countries,Monogastrics,NA,NA
-1977,Land Locked Developing Countries,Oilcrops,NA,NA
-1977,Land Locked Developing Countries,Pulses,NA,NA
+1977,Land Locked Developing Countries,FruitVeg,NA,NA
+1977,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1977,Land Locked Developing Countries,Starchy Roots,NA,NA
+1977,Land Locked Developing Countries,Sugar,NA,NA
 1978,Land Locked Developing Countries,Ruminants,NA,NA
 1978,Land Locked Developing Countries,Cereals,NA,NA
 1978,Land Locked Developing Countries,Monogastrics,NA,NA
-1978,Land Locked Developing Countries,Oilcrops,NA,NA
-1978,Land Locked Developing Countries,Pulses,NA,NA
+1978,Land Locked Developing Countries,FruitVeg,NA,NA
+1978,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1978,Land Locked Developing Countries,Starchy Roots,NA,NA
+1978,Land Locked Developing Countries,Sugar,NA,NA
 1979,Land Locked Developing Countries,Ruminants,NA,NA
 1979,Land Locked Developing Countries,Cereals,NA,NA
 1979,Land Locked Developing Countries,Monogastrics,NA,NA
-1979,Land Locked Developing Countries,Oilcrops,NA,NA
-1979,Land Locked Developing Countries,Pulses,NA,NA
+1979,Land Locked Developing Countries,FruitVeg,NA,NA
+1979,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1979,Land Locked Developing Countries,Starchy Roots,NA,NA
+1979,Land Locked Developing Countries,Sugar,NA,NA
 1980,Land Locked Developing Countries,Ruminants,NA,NA
 1980,Land Locked Developing Countries,Cereals,NA,NA
 1980,Land Locked Developing Countries,Monogastrics,NA,NA
-1980,Land Locked Developing Countries,Oilcrops,NA,NA
-1980,Land Locked Developing Countries,Pulses,NA,NA
+1980,Land Locked Developing Countries,FruitVeg,NA,NA
+1980,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1980,Land Locked Developing Countries,Starchy Roots,NA,NA
+1980,Land Locked Developing Countries,Sugar,NA,NA
 1981,Land Locked Developing Countries,Ruminants,NA,NA
 1981,Land Locked Developing Countries,Cereals,NA,NA
 1981,Land Locked Developing Countries,Monogastrics,NA,NA
-1981,Land Locked Developing Countries,Oilcrops,NA,NA
-1981,Land Locked Developing Countries,Pulses,NA,NA
+1981,Land Locked Developing Countries,FruitVeg,NA,NA
+1981,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1981,Land Locked Developing Countries,Starchy Roots,NA,NA
+1981,Land Locked Developing Countries,Sugar,NA,NA
 1982,Land Locked Developing Countries,Ruminants,NA,NA
 1982,Land Locked Developing Countries,Cereals,NA,NA
 1982,Land Locked Developing Countries,Monogastrics,NA,NA
-1982,Land Locked Developing Countries,Oilcrops,NA,NA
-1982,Land Locked Developing Countries,Pulses,NA,NA
+1982,Land Locked Developing Countries,FruitVeg,NA,NA
+1982,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1982,Land Locked Developing Countries,Starchy Roots,NA,NA
+1982,Land Locked Developing Countries,Sugar,NA,NA
 1983,Land Locked Developing Countries,Ruminants,NA,NA
 1983,Land Locked Developing Countries,Cereals,NA,NA
 1983,Land Locked Developing Countries,Monogastrics,NA,NA
-1983,Land Locked Developing Countries,Oilcrops,NA,NA
-1983,Land Locked Developing Countries,Pulses,NA,NA
+1983,Land Locked Developing Countries,FruitVeg,NA,NA
+1983,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1983,Land Locked Developing Countries,Starchy Roots,NA,NA
+1983,Land Locked Developing Countries,Sugar,NA,NA
 1984,Land Locked Developing Countries,Ruminants,NA,NA
 1984,Land Locked Developing Countries,Cereals,NA,NA
 1984,Land Locked Developing Countries,Monogastrics,NA,NA
-1984,Land Locked Developing Countries,Oilcrops,NA,NA
-1984,Land Locked Developing Countries,Pulses,NA,NA
+1984,Land Locked Developing Countries,FruitVeg,NA,NA
+1984,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1984,Land Locked Developing Countries,Starchy Roots,NA,NA
+1984,Land Locked Developing Countries,Sugar,NA,NA
 1985,Land Locked Developing Countries,Ruminants,NA,NA
 1985,Land Locked Developing Countries,Cereals,NA,NA
 1985,Land Locked Developing Countries,Monogastrics,NA,NA
-1985,Land Locked Developing Countries,Oilcrops,NA,NA
-1985,Land Locked Developing Countries,Pulses,NA,NA
+1985,Land Locked Developing Countries,FruitVeg,NA,NA
+1985,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1985,Land Locked Developing Countries,Starchy Roots,NA,NA
+1985,Land Locked Developing Countries,Sugar,NA,NA
 1986,Land Locked Developing Countries,Ruminants,NA,NA
 1986,Land Locked Developing Countries,Cereals,NA,NA
 1986,Land Locked Developing Countries,Monogastrics,NA,NA
-1986,Land Locked Developing Countries,Oilcrops,NA,NA
-1986,Land Locked Developing Countries,Pulses,NA,NA
+1986,Land Locked Developing Countries,FruitVeg,NA,NA
+1986,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1986,Land Locked Developing Countries,Starchy Roots,NA,NA
+1986,Land Locked Developing Countries,Sugar,NA,NA
 1987,Land Locked Developing Countries,Ruminants,NA,NA
 1987,Land Locked Developing Countries,Cereals,NA,NA
 1987,Land Locked Developing Countries,Monogastrics,NA,NA
-1987,Land Locked Developing Countries,Oilcrops,NA,NA
-1987,Land Locked Developing Countries,Pulses,NA,NA
+1987,Land Locked Developing Countries,FruitVeg,NA,NA
+1987,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1987,Land Locked Developing Countries,Starchy Roots,NA,NA
+1987,Land Locked Developing Countries,Sugar,NA,NA
 1988,Land Locked Developing Countries,Ruminants,NA,NA
 1988,Land Locked Developing Countries,Cereals,NA,NA
 1988,Land Locked Developing Countries,Monogastrics,NA,NA
-1988,Land Locked Developing Countries,Oilcrops,NA,NA
-1988,Land Locked Developing Countries,Pulses,NA,NA
+1988,Land Locked Developing Countries,FruitVeg,NA,NA
+1988,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1988,Land Locked Developing Countries,Starchy Roots,NA,NA
+1988,Land Locked Developing Countries,Sugar,NA,NA
 1989,Land Locked Developing Countries,Ruminants,NA,NA
 1989,Land Locked Developing Countries,Cereals,NA,NA
 1989,Land Locked Developing Countries,Monogastrics,NA,NA
-1989,Land Locked Developing Countries,Oilcrops,NA,NA
-1989,Land Locked Developing Countries,Pulses,NA,NA
+1989,Land Locked Developing Countries,FruitVeg,NA,NA
+1989,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1989,Land Locked Developing Countries,Starchy Roots,NA,NA
+1989,Land Locked Developing Countries,Sugar,NA,NA
 1990,Land Locked Developing Countries,Ruminants,NA,NA
 1990,Land Locked Developing Countries,Cereals,NA,NA
 1990,Land Locked Developing Countries,Monogastrics,NA,NA
-1990,Land Locked Developing Countries,Oilcrops,NA,NA
-1990,Land Locked Developing Countries,Pulses,NA,NA
+1990,Land Locked Developing Countries,FruitVeg,NA,NA
+1990,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1990,Land Locked Developing Countries,Starchy Roots,NA,NA
+1990,Land Locked Developing Countries,Sugar,NA,NA
 1991,Land Locked Developing Countries,Ruminants,NA,NA
 1991,Land Locked Developing Countries,Cereals,NA,NA
 1991,Land Locked Developing Countries,Monogastrics,NA,NA
-1991,Land Locked Developing Countries,Oilcrops,NA,NA
-1991,Land Locked Developing Countries,Pulses,NA,NA
+1991,Land Locked Developing Countries,FruitVeg,NA,NA
+1991,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1991,Land Locked Developing Countries,Starchy Roots,NA,NA
+1991,Land Locked Developing Countries,Sugar,NA,NA
 1992,Land Locked Developing Countries,Ruminants,NA,NA
 1992,Land Locked Developing Countries,Cereals,NA,NA
 1992,Land Locked Developing Countries,Monogastrics,NA,NA
-1992,Land Locked Developing Countries,Oilcrops,NA,NA
-1992,Land Locked Developing Countries,Pulses,NA,NA
+1992,Land Locked Developing Countries,FruitVeg,NA,NA
+1992,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1992,Land Locked Developing Countries,Starchy Roots,NA,NA
+1992,Land Locked Developing Countries,Sugar,NA,NA
 1993,Land Locked Developing Countries,Ruminants,NA,NA
 1993,Land Locked Developing Countries,Cereals,NA,NA
 1993,Land Locked Developing Countries,Monogastrics,NA,NA
-1993,Land Locked Developing Countries,Oilcrops,NA,NA
-1993,Land Locked Developing Countries,Pulses,NA,NA
+1993,Land Locked Developing Countries,FruitVeg,NA,NA
+1993,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1993,Land Locked Developing Countries,Starchy Roots,NA,NA
+1993,Land Locked Developing Countries,Sugar,NA,NA
 1994,Land Locked Developing Countries,Ruminants,NA,NA
 1994,Land Locked Developing Countries,Cereals,NA,NA
 1994,Land Locked Developing Countries,Monogastrics,NA,NA
-1994,Land Locked Developing Countries,Oilcrops,NA,NA
-1994,Land Locked Developing Countries,Pulses,NA,NA
+1994,Land Locked Developing Countries,FruitVeg,NA,NA
+1994,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1994,Land Locked Developing Countries,Starchy Roots,NA,NA
+1994,Land Locked Developing Countries,Sugar,NA,NA
 1995,Land Locked Developing Countries,Ruminants,NA,NA
 1995,Land Locked Developing Countries,Cereals,NA,NA
 1995,Land Locked Developing Countries,Monogastrics,NA,NA
-1995,Land Locked Developing Countries,Oilcrops,NA,NA
-1995,Land Locked Developing Countries,Pulses,NA,NA
+1995,Land Locked Developing Countries,FruitVeg,NA,NA
+1995,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1995,Land Locked Developing Countries,Starchy Roots,NA,NA
+1995,Land Locked Developing Countries,Sugar,NA,NA
 1996,Land Locked Developing Countries,Ruminants,NA,NA
 1996,Land Locked Developing Countries,Cereals,NA,NA
 1996,Land Locked Developing Countries,Monogastrics,NA,NA
-1996,Land Locked Developing Countries,Oilcrops,NA,NA
-1996,Land Locked Developing Countries,Pulses,NA,NA
+1996,Land Locked Developing Countries,FruitVeg,NA,NA
+1996,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1996,Land Locked Developing Countries,Starchy Roots,NA,NA
+1996,Land Locked Developing Countries,Sugar,NA,NA
 1997,Land Locked Developing Countries,Ruminants,NA,NA
 1997,Land Locked Developing Countries,Cereals,NA,NA
 1997,Land Locked Developing Countries,Monogastrics,NA,NA
-1997,Land Locked Developing Countries,Oilcrops,NA,NA
-1997,Land Locked Developing Countries,Pulses,NA,NA
+1997,Land Locked Developing Countries,FruitVeg,NA,NA
+1997,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1997,Land Locked Developing Countries,Starchy Roots,NA,NA
+1997,Land Locked Developing Countries,Sugar,NA,NA
 1998,Land Locked Developing Countries,Ruminants,NA,NA
 1998,Land Locked Developing Countries,Cereals,NA,NA
 1998,Land Locked Developing Countries,Monogastrics,NA,NA
-1998,Land Locked Developing Countries,Oilcrops,NA,NA
-1998,Land Locked Developing Countries,Pulses,NA,NA
+1998,Land Locked Developing Countries,FruitVeg,NA,NA
+1998,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1998,Land Locked Developing Countries,Starchy Roots,NA,NA
+1998,Land Locked Developing Countries,Sugar,NA,NA
 1999,Land Locked Developing Countries,Ruminants,NA,NA
 1999,Land Locked Developing Countries,Cereals,NA,NA
 1999,Land Locked Developing Countries,Monogastrics,NA,NA
-1999,Land Locked Developing Countries,Oilcrops,NA,NA
-1999,Land Locked Developing Countries,Pulses,NA,NA
+1999,Land Locked Developing Countries,FruitVeg,NA,NA
+1999,Land Locked Developing Countries,OilcropsPulses,NA,NA
 1999,Land Locked Developing Countries,Starchy Roots,NA,NA
+1999,Land Locked Developing Countries,Sugar,NA,NA
 2000,Land Locked Developing Countries,Ruminants,NA,NA
 2000,Land Locked Developing Countries,Cereals,NA,NA
 2000,Land Locked Developing Countries,Monogastrics,NA,NA
-2000,Land Locked Developing Countries,Oilcrops,NA,NA
-2000,Land Locked Developing Countries,Pulses,NA,NA
+2000,Land Locked Developing Countries,FruitVeg,NA,NA
+2000,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2000,Land Locked Developing Countries,Starchy Roots,NA,NA
+2000,Land Locked Developing Countries,Sugar,NA,NA
 2001,Land Locked Developing Countries,Ruminants,NA,NA
 2001,Land Locked Developing Countries,Cereals,NA,NA
 2001,Land Locked Developing Countries,Monogastrics,NA,NA
-2001,Land Locked Developing Countries,Oilcrops,NA,NA
-2001,Land Locked Developing Countries,Pulses,NA,NA
+2001,Land Locked Developing Countries,FruitVeg,NA,NA
+2001,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2001,Land Locked Developing Countries,Starchy Roots,NA,NA
+2001,Land Locked Developing Countries,Sugar,NA,NA
 2002,Land Locked Developing Countries,Ruminants,NA,NA
 2002,Land Locked Developing Countries,Cereals,NA,NA
 2002,Land Locked Developing Countries,Monogastrics,NA,NA
-2002,Land Locked Developing Countries,Oilcrops,NA,NA
-2002,Land Locked Developing Countries,Pulses,NA,NA
+2002,Land Locked Developing Countries,FruitVeg,NA,NA
+2002,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2002,Land Locked Developing Countries,Starchy Roots,NA,NA
+2002,Land Locked Developing Countries,Sugar,NA,NA
 2003,Land Locked Developing Countries,Ruminants,NA,NA
 2003,Land Locked Developing Countries,Cereals,NA,NA
 2003,Land Locked Developing Countries,Monogastrics,NA,NA
-2003,Land Locked Developing Countries,Oilcrops,NA,NA
-2003,Land Locked Developing Countries,Pulses,NA,NA
+2003,Land Locked Developing Countries,FruitVeg,NA,NA
+2003,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2003,Land Locked Developing Countries,Starchy Roots,NA,NA
+2003,Land Locked Developing Countries,Sugar,NA,NA
 2004,Land Locked Developing Countries,Ruminants,NA,NA
 2004,Land Locked Developing Countries,Cereals,NA,NA
 2004,Land Locked Developing Countries,Monogastrics,NA,NA
-2004,Land Locked Developing Countries,Oilcrops,NA,NA
-2004,Land Locked Developing Countries,Pulses,NA,NA
+2004,Land Locked Developing Countries,FruitVeg,NA,NA
+2004,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2004,Land Locked Developing Countries,Starchy Roots,NA,NA
+2004,Land Locked Developing Countries,Sugar,NA,NA
 2005,Land Locked Developing Countries,Ruminants,NA,NA
 2005,Land Locked Developing Countries,Cereals,NA,NA
 2005,Land Locked Developing Countries,Monogastrics,NA,NA
-2005,Land Locked Developing Countries,Oilcrops,NA,NA
-2005,Land Locked Developing Countries,Pulses,NA,NA
+2005,Land Locked Developing Countries,FruitVeg,NA,NA
+2005,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2005,Land Locked Developing Countries,Starchy Roots,NA,NA
+2005,Land Locked Developing Countries,Sugar,NA,NA
 2006,Land Locked Developing Countries,Ruminants,NA,NA
 2006,Land Locked Developing Countries,Cereals,NA,NA
 2006,Land Locked Developing Countries,Monogastrics,NA,NA
-2006,Land Locked Developing Countries,Oilcrops,NA,NA
-2006,Land Locked Developing Countries,Pulses,NA,NA
+2006,Land Locked Developing Countries,FruitVeg,NA,NA
+2006,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2006,Land Locked Developing Countries,Starchy Roots,NA,NA
+2006,Land Locked Developing Countries,Sugar,NA,NA
 2007,Land Locked Developing Countries,Ruminants,NA,NA
 2007,Land Locked Developing Countries,Cereals,NA,NA
 2007,Land Locked Developing Countries,Monogastrics,NA,NA
-2007,Land Locked Developing Countries,Oilcrops,NA,NA
-2007,Land Locked Developing Countries,Pulses,NA,NA
+2007,Land Locked Developing Countries,FruitVeg,NA,NA
+2007,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2007,Land Locked Developing Countries,Starchy Roots,NA,NA
+2007,Land Locked Developing Countries,Sugar,NA,NA
 2008,Land Locked Developing Countries,Ruminants,NA,NA
 2008,Land Locked Developing Countries,Cereals,NA,NA
 2008,Land Locked Developing Countries,Monogastrics,NA,NA
-2008,Land Locked Developing Countries,Oilcrops,NA,NA
-2008,Land Locked Developing Countries,Pulses,NA,NA
+2008,Land Locked Developing Countries,FruitVeg,NA,NA
+2008,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2008,Land Locked Developing Countries,Starchy Roots,NA,NA
+2008,Land Locked Developing Countries,Sugar,NA,NA
 2009,Land Locked Developing Countries,Ruminants,NA,NA
 2009,Land Locked Developing Countries,Cereals,NA,NA
 2009,Land Locked Developing Countries,Monogastrics,NA,NA
-2009,Land Locked Developing Countries,Oilcrops,NA,NA
-2009,Land Locked Developing Countries,Pulses,NA,NA
+2009,Land Locked Developing Countries,FruitVeg,NA,NA
+2009,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2009,Land Locked Developing Countries,Starchy Roots,NA,NA
+2009,Land Locked Developing Countries,Sugar,NA,NA
 2010,Land Locked Developing Countries,Ruminants,NA,NA
 2010,Land Locked Developing Countries,Cereals,NA,NA
 2010,Land Locked Developing Countries,Monogastrics,NA,NA
-2010,Land Locked Developing Countries,Oilcrops,NA,NA
-2010,Land Locked Developing Countries,Pulses,NA,NA
+2010,Land Locked Developing Countries,FruitVeg,NA,NA
+2010,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2010,Land Locked Developing Countries,Starchy Roots,NA,NA
+2010,Land Locked Developing Countries,Sugar,NA,NA
 2011,Land Locked Developing Countries,Ruminants,NA,NA
 2011,Land Locked Developing Countries,Cereals,NA,NA
 2011,Land Locked Developing Countries,Monogastrics,NA,NA
-2011,Land Locked Developing Countries,Oilcrops,NA,NA
-2011,Land Locked Developing Countries,Pulses,NA,NA
+2011,Land Locked Developing Countries,FruitVeg,NA,NA
+2011,Land Locked Developing Countries,OilcropsPulses,NA,NA
 2011,Land Locked Developing Countries,Starchy Roots,NA,NA
+2011,Land Locked Developing Countries,Sugar,NA,NA
 1961,Lao People's Democratic Republic,Ruminants,2.169287,0.0755077129029031
 1961,Lao People's Democratic Republic,Cereals,2.169287,0.29312257898563
 1961,Lao People's Democratic Republic,Monogastrics,2.169287,0.0341864400607204
-1961,Lao People's Democratic Republic,Oilcrops,2.169287,0.00234961994424896
-1961,Lao People's Democratic Republic,Pulses,2.169287,0.00280276422621811
+1961,Lao People's Democratic Republic,FruitVeg,2.169287,0.0479839689261956
+1961,Lao People's Democratic Republic,OilcropsPulses,2.169287,0.00515238417046707
 1961,Lao People's Democratic Republic,Starchy Roots,2.169287,0.0103301222936384
+1961,Lao People's Democratic Republic,Sugar,2.169287,0.000743101304714406
 1962,Lao People's Democratic Republic,Ruminants,2.219964,0.0772221081062576
 1962,Lao People's Democratic Republic,Cereals,2.219964,0.286384373800656
 1962,Lao People's Democratic Republic,Monogastrics,2.219964,0.034235735354267
-1962,Lao People's Democratic Republic,Oilcrops,2.219964,0.00227931624116427
-1962,Lao People's Democratic Republic,Pulses,2.219964,0.00273698132041781
+1962,Lao People's Democratic Republic,FruitVeg,2.219964,0.0475413114807267
+1962,Lao People's Democratic Republic,OilcropsPulses,2.219964,0.00501629756158208
 1962,Lao People's Democratic Republic,Starchy Roots,2.219964,0.0112285604631426
+1962,Lao People's Democratic Republic,Sugar,2.219964,0.00106172892893759
 1963,Lao People's Democratic Republic,Ruminants,2.272078,0.075771210319364
 1963,Lao People's Democratic Republic,Cereals,2.272078,0.291639635611101
 1963,Lao People's Democratic Republic,Monogastrics,2.272078,0.0333816444681917
-1963,Lao People's Democratic Republic,Oilcrops,2.272078,0.00235379243142181
-1963,Lao People's Democratic Republic,Pulses,2.272078,0.00267420396658918
+1963,Lao People's Democratic Republic,FruitVeg,2.272078,0.0470111501453735
+1963,Lao People's Democratic Republic,OilcropsPulses,2.272078,0.00502799639801098
 1963,Lao People's Democratic Republic,Starchy Roots,2.272078,0.0113592050977123
+1963,Lao People's Democratic Republic,Sugar,2.272078,0.00097751925770154
 1964,Lao People's Democratic Republic,Ruminants,2.325742,0.0760123005905212
 1964,Lao People's Democratic Republic,Cereals,2.325742,0.29694308311068
 1964,Lao People's Democratic Republic,Monogastrics,2.325742,0.042092330103683
-1964,Lao People's Democratic Republic,Oilcrops,2.325742,0.00225820404842842
-1964,Lao People's Democratic Republic,Pulses,2.325742,0.00261077969955395
+1964,Lao People's Democratic Republic,FruitVeg,2.325742,0.0461177551078323
+1964,Lao People's Democratic Republic,OilcropsPulses,2.325742,0.00486898374798236
 1964,Lao People's Democratic Republic,Starchy Roots,2.325742,0.0117502285292178
+1964,Lao People's Democratic Republic,Sugar,2.325742,0.000928305891195154
 1965,Lao People's Democratic Republic,Ruminants,2.381063,0.0805934156299098
 1965,Lao People's Democratic Republic,Cereals,2.381063,0.29699298170607
 1965,Lao People's Democratic Republic,Monogastrics,2.381063,0.0463280895969573
-1965,Lao People's Democratic Republic,Oilcrops,2.381063,0.00245226606771849
-1965,Lao People's Democratic Republic,Pulses,2.381063,0.00257406040915339
+1965,Lao People's Democratic Republic,FruitVeg,2.381063,0.0452444979406257
+1965,Lao People's Democratic Republic,OilcropsPulses,2.381063,0.00502632647687188
 1965,Lao People's Democratic Republic,Starchy Roots,2.381063,0.0136867441138685
+1965,Lao People's Democratic Republic,Sugar,2.381063,0.00102853221439332
 1966,Lao People's Democratic Republic,Ruminants,2.437527,0.0776524731828611
 1966,Lao People's Democratic Republic,Cereals,2.437527,0.299546630662963
 1966,Lao People's Democratic Republic,Monogastrics,2.437527,0.050481533127633
-1966,Lao People's Democratic Republic,Oilcrops,2.437527,0.00245822918064087
-1966,Lao People's Democratic Republic,Pulses,2.437527,0.00253043350904421
+1966,Lao People's Democratic Republic,FruitVeg,2.437527,0.0455162137691193
+1966,Lao People's Democratic Republic,OilcropsPulses,2.437527,0.00498866268968508
 1966,Lao People's Democratic Republic,Starchy Roots,2.437527,0.0147214779569621
+1966,Lao People's Democratic Republic,Sugar,2.437527,0.000916092416617334
 1967,Lao People's Democratic Republic,Ruminants,2.495093,0.0925885728507915
 1967,Lao People's Democratic Republic,Cereals,2.495093,0.298311926649628
 1967,Lao People's Democratic Republic,Monogastrics,2.495093,0.0519240364988399
-1967,Lao People's Democratic Republic,Oilcrops,2.495093,0.00240952942435412
-1967,Lao People's Democratic Republic,Pulses,2.495093,0.00243157269087765
+1967,Lao People's Democratic Republic,FruitVeg,2.495093,0.0446528446033875
+1967,Lao People's Democratic Republic,OilcropsPulses,2.495093,0.00484110211523178
 1967,Lao People's Democratic Republic,Starchy Roots,2.495093,0.015183001194745
+1967,Lao People's Democratic Republic,Sugar,2.495093,0.00111458771276261
 1968,Lao People's Democratic Republic,Ruminants,2.554843,0.0804526931791895
 1968,Lao People's Democratic Republic,Cereals,2.554843,0.296495322804572
 1968,Lao People's Democratic Republic,Monogastrics,2.554843,0.0512382561276759
-1968,Lao People's Democratic Republic,Oilcrops,2.554843,0.00293207840951479
-1968,Lao People's Democratic Republic,Pulses,2.554843,0.0026479122200464
+1968,Lao People's Democratic Republic,FruitVeg,2.554843,0.0438390930479877
+1968,Lao People's Democratic Republic,OilcropsPulses,2.554843,0.00557999062956119
 1968,Lao People's Democratic Republic,Starchy Roots,2.554843,0.0161309325073987
+1968,Lao People's Democratic Republic,Sugar,2.554843,0.00186351959787744
 1969,Lao People's Democratic Republic,Ruminants,2.618246,0.080963820817448
 1969,Lao People's Democratic Republic,Cereals,2.618246,0.288903334522425
 1969,Lao People's Democratic Republic,Monogastrics,2.618246,0.0428626645471816
-1969,Lao People's Democratic Republic,Oilcrops,2.618246,0.00311659026691915
-1969,Lao People's Democratic Republic,Pulses,2.618246,0.00259028372429481
+1969,Lao People's Democratic Republic,FruitVeg,2.618246,0.0433790407776809
+1969,Lao People's Democratic Republic,OilcropsPulses,2.618246,0.00570687399121397
 1969,Lao People's Democratic Republic,Starchy Roots,2.618246,0.0166176134710031
+1969,Lao People's Democratic Republic,Sugar,2.618246,0.001864989004089
 1970,Lao People's Democratic Republic,Ruminants,2.686025,0.108626204149254
 1970,Lao People's Democratic Republic,Cereals,2.686025,0.294355041371544
 1970,Lao People's Democratic Republic,Monogastrics,2.686025,0.0408086298526633
-1970,Lao People's Democratic Republic,Oilcrops,2.686025,0.0033409964538677
-1970,Lao People's Democratic Republic,Pulses,2.686025,0.00252454835677255
+1970,Lao People's Democratic Republic,FruitVeg,2.686025,0.0440666039966121
+1970,Lao People's Democratic Republic,OilcropsPulses,2.686025,0.00586554481064026
 1970,Lao People's Democratic Republic,Starchy Roots,2.686025,0.0177898567585931
+1970,Lao People's Democratic Republic,Sugar,2.686025,0.00192366042758351
 1971,Lao People's Democratic Republic,Ruminants,2.759634,0.0890470982746263
 1971,Lao People's Democratic Republic,Cereals,2.759634,0.295531581361876
 1971,Lao People's Democratic Republic,Monogastrics,2.759634,0.0382031095427872
-1971,Lao People's Democratic Republic,Oilcrops,2.759634,0.00358417094440785
-1971,Lao People's Democratic Republic,Pulses,2.759634,0.00245720990537151
+1971,Lao People's Democratic Republic,FruitVeg,2.759634,0.0416403044751587
+1971,Lao People's Democratic Republic,OilcropsPulses,2.759634,0.00604138084977935
 1971,Lao People's Democratic Republic,Starchy Roots,2.759634,0.0184180221000321
+1971,Lao People's Democratic Republic,Sugar,2.759634,0.00167087374630114
 1972,Lao People's Democratic Republic,Ruminants,2.837967,0.0819263578470081
 1972,Lao People's Democratic Republic,Cereals,2.837967,0.294060501760591
 1972,Lao People's Democratic Republic,Monogastrics,2.837967,0.0371613200576328
-1972,Lao People's Democratic Republic,Oilcrops,2.837967,0.0028037676266144
-1972,Lao People's Democratic Republic,Pulses,2.837967,0.00239114831144971
+1972,Lao People's Democratic Republic,FruitVeg,2.837967,0.0412326852285456
+1972,Lao People's Democratic Republic,OilcropsPulses,2.837967,0.00519491593806411
 1972,Lao People's Democratic Republic,Starchy Roots,2.837967,0.019671476095388
+1972,Lao People's Democratic Republic,Sugar,2.837967,0.00102362007733
 1973,Lao People's Democratic Republic,Ruminants,2.916148,0.0740731608958119
 1973,Lao People's Democratic Republic,Cereals,2.916148,0.29443121542528
 1973,Lao People's Democratic Republic,Monogastrics,2.916148,0.0337143039379346
-1973,Lao People's Democratic Republic,Oilcrops,2.916148,0.00258868891428007
-1973,Lao People's Democratic Republic,Pulses,2.916148,0.00232635654980474
+1973,Lao People's Democratic Republic,FruitVeg,2.916148,0.0384034006504471
+1973,Lao People's Democratic Republic,OilcropsPulses,2.916148,0.00491504546408481
 1973,Lao People's Democratic Republic,Starchy Roots,2.916148,0.0205123333932297
+1973,Lao People's Democratic Republic,Sugar,2.916148,0.000914562635366929
 1974,Lao People's Democratic Republic,Ruminants,2.987544,0.0607340009050913
 1974,Lao People's Democratic Republic,Cereals,2.987544,0.290743165623669
 1974,Lao People's Democratic Republic,Monogastrics,2.987544,0.0301575139981202
-1974,Lao People's Democratic Republic,Oilcrops,2.987544,0.00270590156998524
-1974,Lao People's Democratic Republic,Pulses,2.987544,0.00226205873453245
+1974,Lao People's Democratic Republic,FruitVeg,2.987544,0.0378488149463238
+1974,Lao People's Democratic Republic,OilcropsPulses,2.987544,0.00496796030451769
 1974,Lao People's Democratic Republic,Starchy Roots,2.987544,0.0204395316018777
+1974,Lao People's Democratic Republic,Sugar,2.987544,0.000607857156246067
 1975,Lao People's Democratic Republic,Ruminants,3.047864,0.0555682930734442
 1975,Lao People's Democratic Republic,Cereals,3.047864,0.290218001853101
 1975,Lao People's Democratic Republic,Monogastrics,3.047864,0.0319043435008911
-1975,Lao People's Democratic Republic,Oilcrops,3.047864,0.00208933206993488
-1975,Lao People's Democratic Republic,Pulses,3.047864,0.00232785977327072
+1975,Lao People's Democratic Republic,FruitVeg,3.047864,0.0347318646763766
+1975,Lao People's Democratic Republic,OilcropsPulses,3.047864,0.0044171918432056
 1975,Lao People's Democratic Republic,Starchy Roots,3.047864,0.0180323006538349
+1975,Lao People's Democratic Republic,Sugar,3.047864,0.00114276752506017
 1976,Lao People's Democratic Republic,Ruminants,3.09494,0.0619264024504514
 1976,Lao People's Democratic Republic,Cereals,3.09494,0.287610099064925
 1976,Lao People's Democratic Republic,Monogastrics,3.09494,0.0356456021764558
-1976,Lao People's Democratic Republic,Oilcrops,3.09494,0.00239907720343528
-1976,Lao People's Democratic Republic,Pulses,3.09494,0.00228017344439634
+1976,Lao People's Democratic Republic,FruitVeg,3.09494,0.0344126218925084
+1976,Lao People's Democratic Republic,OilcropsPulses,3.09494,0.00467925064783162
 1976,Lao People's Democratic Republic,Starchy Roots,3.09494,0.0260693260612484
+1976,Lao People's Democratic Republic,Sugar,3.09494,0.00109985977111026
 1977,Lao People's Democratic Republic,Ruminants,3.131492,0.0543753584553305
 1977,Lao People's Democratic Republic,Cereals,3.131492,0.29741445930566
 1977,Lao People's Democratic Republic,Monogastrics,3.131492,0.0311322526131314
-1977,Lao People's Democratic Republic,Oilcrops,3.131492,0.0031445074743924
-1977,Lao People's Democratic Republic,Pulses,3.131492,0.0024081172808361
+1977,Lao People's Democratic Republic,FruitVeg,3.131492,0.03496320603725
+1977,Lao People's Democratic Republic,OilcropsPulses,3.131492,0.0055526247552285
 1977,Lao People's Democratic Republic,Starchy Roots,3.131492,0.030441080481764
+1977,Lao People's Democratic Republic,Sugar,3.131492,0.0015966829868957
 1978,Lao People's Democratic Republic,Ruminants,3.164146,0.0689106950184979
 1978,Lao People's Democratic Republic,Cereals,3.164146,0.282741693967345
 1978,Lao People's Democratic Republic,Monogastrics,3.164146,0.027008140585169
-1978,Lao People's Democratic Republic,Oilcrops,3.164146,0.00256372493557503
-1978,Lao People's Democratic Republic,Pulses,3.164146,0.00242308667172754
+1978,Lao People's Democratic Republic,FruitVeg,3.164146,0.0347976989683788
+1978,Lao People's Democratic Republic,OilcropsPulses,3.164146,0.00498681160730257
 1978,Lao People's Democratic Republic,Starchy Roots,3.164146,0.0375456758316462
+1978,Lao People's Democratic Republic,Sugar,3.164146,0.00158020521176962
 1979,Lao People's Democratic Republic,Ruminants,3.20227,0.0759634884004159
 1979,Lao People's Democratic Republic,Cereals,3.20227,0.274047472574143
 1979,Lao People's Democratic Republic,Monogastrics,3.20227,0.030892804167044
-1979,Lao People's Democratic Republic,Oilcrops,3.20227,0.00347503489711986
-1979,Lao People's Democratic Republic,Pulses,3.20227,0.00254319592039397
+1979,Lao People's Democratic Republic,FruitVeg,3.20227,0.0393970527157298
+1979,Lao People's Democratic Republic,OilcropsPulses,3.20227,0.00601823081751383
 1979,Lao People's Democratic Republic,Starchy Roots,3.20227,0.0413656562376064
+1979,Lao People's Democratic Republic,Sugar,3.20227,0.00122194568228163
 1980,Lao People's Democratic Republic,Ruminants,3.252701,0.0857276460393993
 1980,Lao People's Democratic Republic,Cereals,3.252701,0.273681165283867
 1980,Lao People's Democratic Republic,Monogastrics,3.252701,0.0393718635681546
-1980,Lao People's Democratic Republic,Oilcrops,3.252701,0.00491898886494639
-1980,Lao People's Democratic Republic,Pulses,3.252701,0.00260091536234041
+1980,Lao People's Democratic Republic,FruitVeg,3.252701,0.042028148298906
+1980,Lao People's Democratic Republic,OilcropsPulses,3.252701,0.0075199042272868
 1980,Lao People's Democratic Republic,Starchy Roots,3.252701,0.0448199819165672
+1980,Lao People's Democratic Republic,Sugar,3.252701,0.000455006470007541
 1981,Lao People's Democratic Republic,Ruminants,3.31757,0.0856022631022104
 1981,Lao People's Democratic Republic,Cereals,3.31757,0.270176062600036
 1981,Lao People's Democratic Republic,Monogastrics,3.31757,0.0419711415282873
-1981,Lao People's Democratic Republic,Oilcrops,3.31757,0.00515437503956209
-1981,Lao People's Democratic Republic,Pulses,3.31757,0.00260130155505385
+1981,Lao People's Democratic Republic,FruitVeg,3.31757,0.0411490940658373
+1981,Lao People's Democratic Republic,OilcropsPulses,3.31757,0.00775567659461594
 1981,Lao People's Democratic Republic,Starchy Roots,3.31757,0.0486319806364297
+1981,Lao People's Democratic Republic,Sugar,3.31757,0.00114662237722188
 1982,Lao People's Democratic Republic,Ruminants,3.395113,0.0854844890287893
 1982,Lao People's Democratic Republic,Cereals,3.395113,0.272709627043341
 1982,Lao People's Democratic Republic,Monogastrics,3.395113,0.0419696487274503
-1982,Lao People's Democratic Republic,Oilcrops,3.395113,0.00527198947428259
-1982,Lao People's Democratic Republic,Pulses,3.395113,0.00254188888558348
+1982,Lao People's Democratic Republic,FruitVeg,3.395113,0.0418881492309682
+1982,Lao People's Democratic Republic,OilcropsPulses,3.395113,0.00781387835986608
 1982,Lao People's Democratic Republic,Starchy Roots,3.395113,0.0491111783319141
+1982,Lao People's Democratic Republic,Sugar,3.395113,0.000678622478839438
 1983,Lao People's Democratic Republic,Ruminants,3.483492,0.0867088255118714
 1983,Lao People's Democratic Republic,Cereals,3.483492,0.267617092274074
 1983,Lao People's Democratic Republic,Monogastrics,3.483492,0.0435900527401814
-1983,Lao People's Democratic Republic,Oilcrops,3.483492,0.0048238951029599
-1983,Lao People's Democratic Republic,Pulses,3.483492,0.00247739911560009
+1983,Lao People's Democratic Republic,FruitVeg,3.483492,0.0422708018275914
+1983,Lao People's Democratic Republic,OilcropsPulses,3.483492,0.00730129421856
 1983,Lao People's Democratic Republic,Starchy Roots,3.483492,0.0473232032684444
+1983,Lao People's Democratic Republic,Sugar,3.483492,0.000911154668935654
 1984,Lao People's Democratic Republic,Ruminants,3.57937,0.0926746885625124
 1984,Lao People's Democratic Republic,Cereals,3.57937,0.262259839021951
 1984,Lao People's Democratic Republic,Monogastrics,3.57937,0.0444346351452909
-1984,Lao People's Democratic Republic,Oilcrops,3.57937,0.00492740342574252
-1984,Lao People's Democratic Republic,Pulses,3.57937,0.00240628937494587
+1984,Lao People's Democratic Republic,FruitVeg,3.57937,0.0435272128894191
+1984,Lao People's Democratic Republic,OilcropsPulses,3.57937,0.00733369280068839
 1984,Lao People's Democratic Republic,Starchy Roots,3.57937,0.0443388082260286
+1984,Lao People's Democratic Republic,Sugar,3.57937,0.000974752540251497
 1985,Lao People's Democratic Republic,Ruminants,3.680145,0.103817512625182
 1985,Lao People's Democratic Republic,Cereals,3.680145,0.271139859978343
 1985,Lao People's Democratic Republic,Monogastrics,3.680145,0.0347492014580947
-1985,Lao People's Democratic Republic,Oilcrops,3.680145,0.00264989558835318
-1985,Lao People's Democratic Republic,Pulses,3.680145,0.00249772767105644
+1985,Lao People's Democratic Republic,FruitVeg,3.680145,0.0426708730226662
+1985,Lao People's Democratic Republic,OilcropsPulses,3.680145,0.00514762325940962
 1985,Lao People's Democratic Republic,Starchy Roots,3.680145,0.0398641901338127
+1985,Lao People's Democratic Republic,Sugar,3.680145,0.000886106389829749
 1986,Lao People's Democratic Republic,Ruminants,3.78523,0.112604755853673
 1986,Lao People's Democratic Republic,Cereals,3.78523,0.273737923455114
 1986,Lao People's Democratic Republic,Monogastrics,3.78523,0.0394791069499079
-1986,Lao People's Democratic Republic,Oilcrops,3.78523,0.00258214164000602
-1986,Lao People's Democratic Republic,Pulses,3.78523,0.00240143927845864
+1986,Lao People's Democratic Republic,FruitVeg,3.78523,0.0413858603043937
+1986,Lao People's Democratic Republic,OilcropsPulses,3.78523,0.00498358091846466
 1986,Lao People's Democratic Republic,Starchy Roots,3.78523,0.0351513646462698
+1986,Lao People's Democratic Republic,Sugar,3.78523,0.000726508032536992
 1987,Lao People's Democratic Republic,Ruminants,3.895066,0.109325669962974
 1987,Lao People's Democratic Republic,Cereals,3.895066,0.273695490654074
 1987,Lao People's Democratic Republic,Monogastrics,3.895066,0.0394005390409302
-1987,Lao People's Democratic Republic,Oilcrops,3.895066,0.00368928280034279
-1987,Lao People's Democratic Republic,Pulses,3.895066,0.00257068814751791
+1987,Lao People's Democratic Republic,FruitVeg,3.895066,0.0388042205189848
+1987,Lao People's Democratic Republic,OilcropsPulses,3.895066,0.0062599709478607
 1987,Lao People's Democratic Republic,Starchy Roots,3.895066,0.0441212035944962
+1987,Lao People's Democratic Republic,Sugar,3.895066,0.000888816774863378
 1988,Lao People's Democratic Republic,Ruminants,4.009121,0.0946818517076436
 1988,Lao People's Democratic Republic,Cereals,4.009121,0.258167313982292
 1988,Lao People's Democratic Republic,Monogastrics,4.009121,0.0390132899456015
-1988,Lao People's Democratic Republic,Oilcrops,4.009121,0.00346584700237284
-1988,Lao People's Democratic Republic,Pulses,4.009121,0.00239079838198947
+1988,Lao People's Democratic Republic,FruitVeg,4.009121,0.0430151646707595
+1988,Lao People's Democratic Republic,OilcropsPulses,4.009121,0.00585664538436231
 1988,Lao People's Democratic Republic,Starchy Roots,4.009121,0.0562861534984851
+1988,Lao People's Democratic Republic,Sugar,4.009121,0.00120674831216119
 1989,Lao People's Democratic Republic,Ruminants,4.126935,0.100522373141326
 1989,Lao People's Democratic Republic,Cereals,4.126935,0.263429881982634
 1989,Lao People's Democratic Republic,Monogastrics,4.126935,0.0411543191254527
-1989,Lao People's Democratic Republic,Oilcrops,4.126935,0.00381033381916604
-1989,Lao People's Democratic Republic,Pulses,4.126935,0.00259805400375824
+1989,Lao People's Democratic Republic,FruitVeg,4.126935,0.0433864356962249
+1989,Lao People's Democratic Republic,OilcropsPulses,4.126935,0.00640838782292428
 1989,Lao People's Democratic Republic,Starchy Roots,4.126935,0.0496915992134599
+1989,Lao People's Democratic Republic,Sugar,4.126935,0.00210567891183166
 1990,Lao People's Democratic Republic,Ruminants,4.247839,0.106442522892228
 1990,Lao People's Democratic Republic,Cereals,4.247839,0.269524103903185
 1990,Lao People's Democratic Republic,Monogastrics,4.247839,0.0401696721556537
-1990,Lao People's Democratic Republic,Oilcrops,4.247839,0.004162351727549
-1990,Lao People's Democratic Republic,Pulses,4.247839,0.0029052419359585
+1990,Lao People's Democratic Republic,FruitVeg,4.247839,0.043472692820985
+1990,Lao People's Democratic Republic,OilcropsPulses,4.247839,0.00706759366350749
 1990,Lao People's Democratic Republic,Starchy Roots,4.247839,0.0596858779252227
+1990,Lao People's Democratic Republic,Sugar,4.247839,0.00217498827050649
 1991,Lao People's Democratic Republic,Ruminants,4.371549,0.112287475217595
 1991,Lao People's Democratic Republic,Cereals,4.371549,0.274031470309494
 1991,Lao People's Democratic Republic,Monogastrics,4.371549,0.0394239890711508
-1991,Lao People's Democratic Republic,Oilcrops,4.371549,0.00374649809484007
-1991,Lao People's Democratic Republic,Pulses,4.371549,0.00223078821717428
+1991,Lao People's Democratic Republic,FruitVeg,4.371549,0.0415509468154194
+1991,Lao People's Democratic Republic,OilcropsPulses,4.371549,0.00597728631201435
 1991,Lao People's Democratic Republic,Starchy Roots,4.371549,0.042861695019317
+1991,Lao People's Democratic Republic,Sugar,4.371549,0.00287175095143621
 1992,Lao People's Democratic Republic,Ruminants,4.496971,0.117149232227648
 1992,Lao People's Democratic Republic,Cereals,4.496971,0.270400898738284
 1992,Lao People's Democratic Republic,Monogastrics,4.496971,0.0396672115519535
-1992,Lao People's Democratic Republic,Oilcrops,4.496971,0.00411988425097694
-1992,Lao People's Democratic Republic,Pulses,4.496971,0.0028895005104547
+1992,Lao People's Democratic Republic,FruitVeg,4.496971,0.0479451613096905
+1992,Lao People's Democratic Republic,OilcropsPulses,4.496971,0.00700938476143164
 1992,Lao People's Democratic Republic,Starchy Roots,4.496971,0.0368488033389586
+1992,Lao People's Democratic Republic,Sugar,4.496971,0.00217546432921182
 1993,Lao People's Democratic Republic,Ruminants,4.621685,0.120164334003724
 1993,Lao People's Democratic Republic,Cereals,4.621685,0.270063191238693
 1993,Lao People's Democratic Republic,Monogastrics,4.621685,0.0421612463852469
-1993,Lao People's Democratic Republic,Oilcrops,4.621685,0.00402666992666095
-1993,Lao People's Democratic Republic,Pulses,4.621685,0.0027132961246818
+1993,Lao People's Democratic Republic,FruitVeg,4.621685,0.0574407386050759
+1993,Lao People's Democratic Republic,OilcropsPulses,4.621685,0.00673996605134275
 1993,Lao People's Democratic Republic,Starchy Roots,4.621685,0.0373761950457463
+1993,Lao People's Democratic Republic,Sugar,4.621685,0.0028221308894916
 1994,Lao People's Democratic Republic,Ruminants,4.742685,0.125400042381056
 1994,Lao People's Democratic Republic,Cereals,4.742685,0.268093284711087
 1994,Lao People's Democratic Republic,Monogastrics,4.742685,0.0433137347304322
-1994,Lao People's Democratic Republic,Oilcrops,4.742685,0.0042393707361969
-1994,Lao People's Democratic Republic,Pulses,4.742685,0.00259937145309039
+1994,Lao People's Democratic Republic,FruitVeg,4.742685,0.0632856704588224
+1994,Lao People's Democratic Republic,OilcropsPulses,4.742685,0.00683874218928729
 1994,Lao People's Democratic Republic,Starchy Roots,4.742685,0.039584328286614
+1994,Lao People's Democratic Republic,Sugar,4.742685,0.00362558339843359
 1995,Lao People's Democratic Republic,Ruminants,4.857774,0.157145371522018
 1995,Lao People's Democratic Republic,Cereals,4.857774,0.268863475328412
 1995,Lao People's Democratic Republic,Monogastrics,4.857774,0.0465929868289468
-1995,Lao People's Democratic Republic,Oilcrops,4.857774,0.00544261630944544
-1995,Lao People's Democratic Republic,Pulses,4.857774,0.00278131506323678
+1995,Lao People's Democratic Republic,FruitVeg,4.857774,0.0416361485734001
+1995,Lao People's Democratic Republic,OilcropsPulses,4.857774,0.00822393137268222
 1995,Lao People's Democratic Republic,Starchy Roots,4.857774,0.0337926383565806
+1995,Lao People's Democratic Republic,Sugar,4.857774,0.00398412935636775
 1996,Lao People's Democratic Republic,Ruminants,4.966303,0.150255230097721
 1996,Lao People's Democratic Republic,Cereals,4.966303,0.275626356265415
 1996,Lao People's Democratic Republic,Monogastrics,4.966303,0.0475262584663078
-1996,Lao People's Democratic Republic,Oilcrops,4.966303,0.00525018308387547
-1996,Lao People's Democratic Republic,Pulses,4.966303,0.002360911124432
+1996,Lao People's Democratic Republic,FruitVeg,4.966303,0.0458405377199096
+1996,Lao People's Democratic Republic,OilcropsPulses,4.966303,0.00761109420830747
 1996,Lao People's Democratic Republic,Starchy Roots,4.966303,0.0321138279319647
+1996,Lao People's Democratic Republic,Sugar,4.966303,0.00370376112774432
 1997,Lao People's Democratic Republic,Ruminants,5.068658,0.158142964074514
 1997,Lao People's Democratic Republic,Cereals,5.068658,0.274274965878542
 1997,Lao People's Democratic Republic,Monogastrics,5.068658,0.048238646205761
-1997,Lao People's Democratic Republic,Oilcrops,5.068658,0.00526352340205238
-1997,Lao People's Democratic Republic,Pulses,5.068658,0.00268433972069135
+1997,Lao People's Democratic Republic,FruitVeg,5.068658,0.0501203671662203
+1997,Lao People's Democratic Republic,OilcropsPulses,5.068658,0.00794786312274373
 1997,Lao People's Democratic Republic,Starchy Roots,5.068658,0.0317354218809002
+1997,Lao People's Democratic Republic,Sugar,5.068658,0.00364415985454138
 1998,Lao People's Democratic Republic,Ruminants,5.165072,0.160233274579715
 1998,Lao People's Democratic Republic,Cereals,5.165072,0.272752635394047
 1998,Lao People's Democratic Republic,Monogastrics,5.165072,0.0490472543267548
-1998,Lao People's Democratic Republic,Oilcrops,5.165072,0.00576100391243336
-1998,Lao People's Democratic Republic,Pulses,5.165072,0.00307972473568616
+1998,Lao People's Democratic Republic,FruitVeg,5.165072,0.0557097751977126
+1998,Lao People's Democratic Republic,OilcropsPulses,5.165072,0.00884072864811952
 1998,Lao People's Democratic Republic,Starchy Roots,5.165072,0.0337644857612827
+1998,Lao People's Democratic Republic,Sugar,5.165072,0.00409152089264196
 1999,Lao People's Democratic Republic,Ruminants,5.256207,0.190398779956725
 1999,Lao People's Democratic Republic,Cereals,5.256207,0.271270518836111
 1999,Lao People's Democratic Republic,Monogastrics,5.256207,0.0485586279231393
-1999,Lao People's Democratic Republic,Oilcrops,5.256207,0.00431489855707737
-1999,Lao People's Democratic Republic,Pulses,5.256207,0.00267835722603771
+1999,Lao People's Democratic Republic,FruitVeg,5.256207,0.0759422146045618
+1999,Lao People's Democratic Republic,OilcropsPulses,5.256207,0.00699325578311509
 1999,Lao People's Democratic Republic,Starchy Roots,5.256207,0.0268353206028606
+1999,Lao People's Democratic Republic,Sugar,5.256207,0.00469673283415208
 2000,Lao People's Democratic Republic,Ruminants,5.342879,0.164575727805178
 2000,Lao People's Democratic Republic,Cereals,5.342879,0.287872699344305
 2000,Lao People's Democratic Republic,Monogastrics,5.342879,0.0455150678126905
-2000,Lao People's Democratic Republic,Oilcrops,5.342879,0.00449439337855115
-2000,Lao People's Democratic Republic,Pulses,5.342879,0.00256004300303263
+2000,Lao People's Democratic Republic,FruitVeg,5.342879,0.146755335466141
+2000,Lao People's Democratic Republic,OilcropsPulses,5.342879,0.00705443638158379
 2000,Lao People's Democratic Republic,Starchy Roots,5.342879,0.0337737388400523
+2000,Lao People's Democratic Republic,Sugar,5.342879,0.00447361806247156
 2001,Lao People's Democratic Republic,Ruminants,5.424701,0.16854510506662
 2001,Lao People's Democratic Republic,Cereals,5.424701,0.274002014120225
 2001,Lao People's Democratic Republic,Monogastrics,5.424701,0.049699200011208
-2001,Lao People's Democratic Republic,Oilcrops,5.424701,0.00395763748084918
-2001,Lao People's Democratic Republic,Pulses,5.424701,0.0028731537461696
+2001,Lao People's Democratic Republic,FruitVeg,5.424701,0.145185513450419
+2001,Lao People's Democratic Republic,OilcropsPulses,5.424701,0.00683079122701878
 2001,Lao People's Democratic Republic,Starchy Roots,5.424701,0.0301996368094758
+2001,Lao People's Democratic Republic,Sugar,5.424701,0.00469869214911568
 2002,Lao People's Democratic Republic,Ruminants,5.50234,0.181057768149551
 2002,Lao People's Democratic Republic,Cereals,5.50234,0.274530654230745
 2002,Lao People's Democratic Republic,Monogastrics,5.50234,0.0493338652282483
-2002,Lao People's Democratic Republic,Oilcrops,5.50234,0.00385635929440929
-2002,Lao People's Democratic Republic,Pulses,5.50234,0.00306760396485859
+2002,Lao People's Democratic Republic,FruitVeg,5.50234,0.2001828313045
+2002,Lao People's Democratic Republic,OilcropsPulses,5.50234,0.00692396325926788
 2002,Lao People's Democratic Republic,Starchy Roots,5.50234,0.0235130871592813
+2002,Lao People's Democratic Republic,Sugar,5.50234,0.00436705110916446
 2003,Lao People's Democratic Republic,Ruminants,5.579003,0.188687763745601
 2003,Lao People's Democratic Republic,Cereals,5.579003,0.276757155355536
 2003,Lao People's Democratic Republic,Monogastrics,5.579003,0.0557965105951726
-2003,Lao People's Democratic Republic,Oilcrops,5.579003,0.00356712480706678
-2003,Lao People's Democratic Republic,Pulses,5.579003,0.00287596188781401
+2003,Lao People's Democratic Republic,FruitVeg,5.579003,0.177068017350053
+2003,Lao People's Democratic Republic,OilcropsPulses,5.579003,0.00644308669488079
 2003,Lao People's Democratic Republic,Starchy Roots,5.579003,0.0343685063442339
+2003,Lao People's Democratic Republic,Sugar,5.579003,0.00447302143411645
 2004,Lao People's Democratic Republic,Ruminants,5.658894,0.185830217
 2004,Lao People's Democratic Republic,Cereals,5.658894,0.27855584501141
 2004,Lao People's Democratic Republic,Monogastrics,5.658894,0.0576748212636604
-2004,Lao People's Democratic Republic,Oilcrops,5.658894,0.00416671526273509
-2004,Lao People's Democratic Republic,Pulses,5.658894,0.00268002899506511
+2004,Lao People's Democratic Republic,FruitVeg,5.658894,0.180444623984828
+2004,Lao People's Democratic Republic,OilcropsPulses,5.658894,0.0068467442578002
 2004,Lao People's Democratic Republic,Starchy Roots,5.658894,0.0332086093148237
+2004,Lao People's Democratic Republic,Sugar,5.658894,0.0040152722422438
 2005,Lao People's Democratic Republic,Ruminants,5.745012,0.188097779430226
 2005,Lao People's Democratic Republic,Cereals,5.745012,0.281783571557379
 2005,Lao People's Democratic Republic,Monogastrics,5.745012,0.0592632704683646
-2005,Lao People's Democratic Republic,Oilcrops,5.745012,0.00615560071937187
-2005,Lao People's Democratic Republic,Pulses,5.745012,0.0029474263935393
+2005,Lao People's Democratic Republic,FruitVeg,5.745012,0.192671834279894
+2005,Lao People's Democratic Republic,OilcropsPulses,5.745012,0.00910302711291117
 2005,Lao People's Democratic Republic,Starchy Roots,5.745012,0.0352545825839876
+2005,Lao People's Democratic Republic,Sugar,5.745012,0.00528823960681022
 2006,Lao People's Democratic Republic,Ruminants,5.838837,0.188535285365904
 2006,Lao People's Democratic Republic,Cereals,5.838837,0.280582931155639
 2006,Lao People's Democratic Republic,Monogastrics,5.838837,0.0633605288176395
-2006,Lao People's Democratic Republic,Oilcrops,5.838837,0.00598132813092744
-2006,Lao People's Democratic Republic,Pulses,5.838837,0.00288088192905539
+2006,Lao People's Democratic Republic,FruitVeg,5.838837,0.180966346551548
+2006,Lao People's Democratic Republic,OilcropsPulses,5.838837,0.00886221005998284
 2006,Lao People's Democratic Republic,Starchy Roots,5.838837,0.0364401335402924
+2006,Lao People's Democratic Republic,Sugar,5.838837,0.00535466223838754
 2007,Lao People's Democratic Republic,Ruminants,5.939634,0.190612266681752
 2007,Lao People's Democratic Republic,Cereals,5.939634,0.28337453115798
 2007,Lao People's Democratic Republic,Monogastrics,5.939634,0.0652893427440142
-2007,Lao People's Democratic Republic,Oilcrops,5.939634,0.00624735463498256
-2007,Lao People's Democratic Republic,Pulses,5.939634,0.00266649426547158
+2007,Lao People's Democratic Republic,FruitVeg,5.939634,0.201002957421282
+2007,Lao People's Democratic Republic,OilcropsPulses,5.939634,0.00891384890045414
 2007,Lao People's Democratic Republic,Starchy Roots,5.939634,0.0370431915501864
+2007,Lao People's Democratic Republic,Sugar,5.939634,0.00611401308565477
 2008,Lao People's Democratic Republic,Ruminants,6.045439,0.192422568485101
 2008,Lao People's Democratic Republic,Cereals,6.045439,0.283212021492567
 2008,Lao People's Democratic Republic,Monogastrics,6.045439,0.0698022426493758
-2008,Lao People's Democratic Republic,Oilcrops,6.045439,0.00606506822746868
-2008,Lao People's Democratic Republic,Pulses,6.045439,0.00282113507389621
+2008,Lao People's Democratic Republic,FruitVeg,6.045439,0.150876553381814
+2008,Lao People's Democratic Republic,OilcropsPulses,6.045439,0.00888620330136488
 2008,Lao People's Democratic Republic,Starchy Roots,6.045439,0.0371946520343684
+2008,Lao People's Democratic Republic,Sugar,6.045439,0.00632195610608262
 2009,Lao People's Democratic Republic,Ruminants,6.153153,0.193401545516583
 2009,Lao People's Democratic Republic,Cereals,6.153153,0.286010603019298
 2009,Lao People's Democratic Republic,Monogastrics,6.153153,0.0732329587773943
-2009,Lao People's Democratic Republic,Oilcrops,6.153153,0.00662164584563394
-2009,Lao People's Democratic Republic,Pulses,6.153153,0.00297571017655501
+2009,Lao People's Democratic Republic,FruitVeg,6.153153,0.188853421977318
+2009,Lao People's Democratic Republic,OilcropsPulses,6.153153,0.00959735602218895
 2009,Lao People's Democratic Republic,Starchy Roots,6.153153,0.0413318180126514
+2009,Lao People's Democratic Republic,Sugar,6.153153,0.00627385667153084
 2010,Lao People's Democratic Republic,Ruminants,6.260544,0.194956300922092
 2010,Lao People's Democratic Republic,Cereals,6.260544,0.291033974044428
 2010,Lao People's Democratic Republic,Monogastrics,6.260544,0.0772829964935954
-2010,Lao People's Democratic Republic,Oilcrops,6.260544,0.00638570705676695
-2010,Lao People's Democratic Republic,Pulses,6.260544,0.00293984037169933
+2010,Lao People's Democratic Republic,FruitVeg,6.260544,0.194274171701373
+2010,Lao People's Democratic Republic,OilcropsPulses,6.260544,0.00932554742846628
 2010,Lao People's Democratic Republic,Starchy Roots,6.260544,0.0430013749603868
+2010,Lao People's Democratic Republic,Sugar,6.260544,0.00607870498154793
 2011,Lao People's Democratic Republic,Ruminants,6.366909,0.195639501051452
 2011,Lao People's Democratic Republic,Cereals,6.366909,0.296221761611482
 2011,Lao People's Democratic Republic,Monogastrics,6.366909,0.0745457960840967
-2011,Lao People's Democratic Republic,Oilcrops,6.366909,0.00719328641260618
-2011,Lao People's Democratic Republic,Pulses,6.366909,0.00310967221300006
+2011,Lao People's Democratic Republic,FruitVeg,6.366909,0.206904009465189
+2011,Lao People's Democratic Republic,OilcropsPulses,6.366909,0.0103029586256062
 2011,Lao People's Democratic Republic,Starchy Roots,6.366909,0.0454799966514364
+2011,Lao People's Democratic Republic,Sugar,6.366909,0.00696774525912024
 1992,Latvia,Ruminants,2.614338,1.19730130534001
 1992,Latvia,Cereals,2.614338,0.153246443267856
 1992,Latvia,Monogastrics,2.614338,0.214771043376947
-1992,Latvia,Oilcrops,2.614338,0.00283819460222817
-1992,Latvia,Pulses,2.614338,0
+1992,Latvia,FruitVeg,2.614338,0.112542066098569
+1992,Latvia,OilcropsPulses,2.614338,0.00283819460222817
 1992,Latvia,Starchy Roots,2.614338,0.145161031205605
+1992,Latvia,Sugar,2.614338,0.0394795929218028
 1993,Latvia,Ruminants,2.56329,1.19611990839897
 1993,Latvia,Cereals,2.56329,0.156019022428207
 1993,Latvia,Monogastrics,2.56329,0.20147021991269
-1993,Latvia,Oilcrops,2.56329,0.00317677672054274
-1993,Latvia,Pulses,2.56329,4.29135993196244e-06
+1993,Latvia,FruitVeg,2.56329,0.135908149292511
+1993,Latvia,OilcropsPulses,2.56329,0.0031810680804747
 1993,Latvia,Starchy Roots,2.56329,0.147875581771864
+1993,Latvia,Sugar,2.56329,0.0437492441354665
 1994,Latvia,Ruminants,2.520742,1.10789842831992
 1994,Latvia,Cereals,2.520742,0.146619923816083
 1994,Latvia,Monogastrics,2.520742,0.189981362630527
-1994,Latvia,Oilcrops,2.520742,0.00257265519438324
-1994,Latvia,Pulses,2.520742,0
+1994,Latvia,FruitVeg,2.520742,0.120460959511128
+1994,Latvia,OilcropsPulses,2.520742,0.00257265519438324
 1994,Latvia,Starchy Roots,2.520742,0.151881469821188
+1994,Latvia,Sugar,2.520742,0.0436522262095843
 1995,Latvia,Ruminants,2.485056,0.990089599590512
 1995,Latvia,Cereals,2.485056,0.14322534381519
 1995,Latvia,Monogastrics,2.485056,0.209776318924
-1995,Latvia,Oilcrops,2.485056,0.00495924437920111
-1995,Latvia,Pulses,2.485056,0
+1995,Latvia,FruitVeg,2.485056,0.11283608900564
+1995,Latvia,OilcropsPulses,2.485056,0.00495924437920111
 1995,Latvia,Starchy Roots,2.485056,0.139967871951377
+1995,Latvia,Sugar,2.485056,0.0286311455355533
 1996,Latvia,Ruminants,2.457222,0.612319277623267
 1996,Latvia,Cereals,2.457222,0.112546200546796
 1996,Latvia,Monogastrics,2.457222,0.171978193260519
-1996,Latvia,Oilcrops,2.457222,0.00881076272310764
-1996,Latvia,Pulses,2.457222,0
+1996,Latvia,FruitVeg,2.457222,0.13876157709804
+1996,Latvia,OilcropsPulses,2.457222,0.00881076272310764
 1996,Latvia,Starchy Roots,2.457222,0.191467030654943
+1996,Latvia,Sugar,2.457222,0.0416173223257809
 1997,Latvia,Ruminants,2.432851,0.580441054548758
 1997,Latvia,Cereals,2.432851,0.11950875742082
 1997,Latvia,Monogastrics,2.432851,0.163400347986786
-1997,Latvia,Oilcrops,2.432851,0.0104511127068612
-1997,Latvia,Pulses,2.432851,0
+1997,Latvia,FruitVeg,2.432851,0.128431210953733
+1997,Latvia,OilcropsPulses,2.432851,0.0104511127068612
 1997,Latvia,Starchy Roots,2.432851,0.1798490741932
+1997,Latvia,Sugar,2.432851,0.0410016889649222
 1998,Latvia,Ruminants,2.410019,0.588854361729098
 1998,Latvia,Cereals,2.410019,0.122347583151834
 1998,Latvia,Monogastrics,2.410019,0.1500113069648
-1998,Latvia,Oilcrops,2.410019,0.010314026569915
-1998,Latvia,Pulses,2.410019,0
+1998,Latvia,FruitVeg,2.410019,0.118746781664377
+1998,Latvia,OilcropsPulses,2.410019,0.010314026569915
 1998,Latvia,Starchy Roots,2.410019,0.167714030470299
+1998,Latvia,Sugar,2.410019,0.0352524191717991
 1999,Latvia,Ruminants,2.390482,0.538067469238421
 1999,Latvia,Cereals,2.390482,0.129508191235073
 1999,Latvia,Monogastrics,2.390482,0.153280802783706
-1999,Latvia,Oilcrops,2.390482,0.0103431023534166
-1999,Latvia,Pulses,2.390482,2.5099540594742e-06
+1999,Latvia,FruitVeg,2.390482,0.137682693281104
+1999,Latvia,OilcropsPulses,2.390482,0.0103456123074761
 1999,Latvia,Starchy Roots,2.390482,0.158683478896725
+1999,Latvia,Sugar,2.390482,0.0370209857258913
 2000,Latvia,Ruminants,2.36755,0.563166480116576
 2000,Latvia,Cereals,2.36755,0.111650862706173
 2000,Latvia,Monogastrics,2.36755,0.156917995396085
-2000,Latvia,Oilcrops,2.36755,0.0105742222973116
-2000,Latvia,Pulses,2.36755,1.22489493358113e-05
+2000,Latvia,FruitVeg,2.36755,0.134483749023252
+2000,Latvia,OilcropsPulses,2.36755,0.0105864712466474
 2000,Latvia,Starchy Roots,2.36755,0.134806867859179
+2000,Latvia,Sugar,2.36755,0.0387206183607527
 2001,Latvia,Ruminants,2.33717,0.536667165845873
 2001,Latvia,Cereals,2.33717,0.115666382847632
 2001,Latvia,Monogastrics,2.33717,0.18107240808328
-2001,Latvia,Oilcrops,2.33717,0.0125194145055773
-2001,Latvia,Pulses,2.33717,1.02688293962356e-05
+2001,Latvia,FruitVeg,2.33717,0.158361608269831
+2001,Latvia,OilcropsPulses,2.33717,0.0125296833349735
 2001,Latvia,Starchy Roots,2.33717,0.106907499240534
+2001,Latvia,Sugar,2.33717,0.0488090297239824
 2002,Latvia,Ruminants,2.310173,0.519308597234926
 2002,Latvia,Cereals,2.310173,0.107962477269018
 2002,Latvia,Monogastrics,2.310173,0.221744215692937
-2002,Latvia,Oilcrops,2.310173,0.014075569232261
-2002,Latvia,Pulses,2.310173,1.29860404393957e-06
+2002,Latvia,FruitVeg,2.310173,0.159188943858317
+2002,Latvia,OilcropsPulses,2.310173,0.0140768678363049
 2002,Latvia,Starchy Roots,2.310173,0.137999621673355
+2002,Latvia,Sugar,2.310173,0.0469830614417189
 2003,Latvia,Ruminants,2.287955,0.568356195816788
 2003,Latvia,Cereals,2.287955,0.111593978028414
 2003,Latvia,Monogastrics,2.287955,0.244666962418404
-2003,Latvia,Oilcrops,2.287955,0.0145763356359719
-2003,Latvia,Pulses,2.287955,4.370715333125e-07
+2003,Latvia,FruitVeg,2.287955,0.168707863572492
+2003,Latvia,OilcropsPulses,2.287955,0.0145767727075052
 2003,Latvia,Starchy Roots,2.287955,0.144211315344926
+2003,Latvia,Sugar,2.287955,0.0424684926058423
 2004,Latvia,Ruminants,2.263122,0.573725587926767
 2004,Latvia,Cereals,2.263122,0.130723398915304
 2004,Latvia,Monogastrics,2.263122,0.254530997445122
-2004,Latvia,Oilcrops,2.263122,0.0162178618739953
-2004,Latvia,Pulses,2.263122,4.41867473339926e-07
+2004,Latvia,FruitVeg,2.263122,0.162033686208698
+2004,Latvia,OilcropsPulses,2.263122,0.0162183037414686
 2004,Latvia,Starchy Roots,2.263122,0.126723614546631
+2004,Latvia,Sugar,2.263122,0.0386011006035026
 2005,Latvia,Ruminants,2.238799,0.531361814973117
 2005,Latvia,Cereals,2.238799,0.109521667644125
 2005,Latvia,Monogastrics,2.238799,0.290229448914351
-2005,Latvia,Oilcrops,2.238799,0.0163449242205307
-2005,Latvia,Pulses,2.238799,0
+2005,Latvia,FruitVeg,2.238799,0.178710103050787
+2005,Latvia,OilcropsPulses,2.238799,0.0163449242205307
 2005,Latvia,Starchy Roots,2.238799,0.148415288732932
+2005,Latvia,Sugar,2.238799,0.0411685015046013
 2006,Latvia,Ruminants,2.218357,0.531922724791366
 2006,Latvia,Cereals,2.218357,0.128639799635496
 2006,Latvia,Monogastrics,2.218357,0.303337965890972
-2006,Latvia,Oilcrops,2.218357,0.0196370557128542
-2006,Latvia,Pulses,2.218357,4.50784071274371e-07
+2006,Latvia,FruitVeg,2.218357,0.183498417973302
+2006,Latvia,OilcropsPulses,2.218357,0.0196375064969254
 2006,Latvia,Starchy Roots,2.218357,0.118735622805527
+2006,Latvia,Sugar,2.218357,0.0346445590137205
 2007,Latvia,Ruminants,2.200325,0.561881722018338
 2007,Latvia,Cereals,2.200325,0.131085635076636
 2007,Latvia,Monogastrics,2.200325,0.320066899208072
-2007,Latvia,Oilcrops,2.200325,0.0168416029450195
-2007,Latvia,Pulses,2.200325,2.72686989422017e-06
+2007,Latvia,FruitVeg,2.200325,0.183737402429187
+2007,Latvia,OilcropsPulses,2.200325,0.0168443298149137
 2007,Latvia,Starchy Roots,2.200325,0.127552520650358
+2007,Latvia,Sugar,2.200325,0.030203719905014
 2008,Latvia,Ruminants,2.177322,0.544470822413956
 2008,Latvia,Cereals,2.177322,0.137742603069275
 2008,Latvia,Monogastrics,2.177322,0.347078888653125
-2008,Latvia,Oilcrops,2.177322,0.0155043672915628
-2008,Latvia,Pulses,2.177322,1.3778393825075e-06
+2008,Latvia,FruitVeg,2.177322,0.167813947592501
+2008,Latvia,OilcropsPulses,2.177322,0.0155057451309453
 2008,Latvia,Starchy Roots,2.177322,0.133993502109472
+2008,Latvia,Sugar,2.177322,0.0342021069919837
 2009,Latvia,Ruminants,2.141669,0.529633757597463
 2009,Latvia,Cereals,2.141669,0.138981327179877
 2009,Latvia,Monogastrics,2.141669,0.336348100476778
-2009,Latvia,Oilcrops,2.141669,0.017502704666314
-2009,Latvia,Pulses,2.141669,6.16341740950632e-05
+2009,Latvia,FruitVeg,2.141669,0.172098489542502
+2009,Latvia,OilcropsPulses,2.141669,0.0175643388404091
 2009,Latvia,Starchy Roots,2.141669,0.135439229871656
+2009,Latvia,Sugar,2.141669,0.0332983294804192
 2010,Latvia,Ruminants,2.097555,0.521345995694988
 2010,Latvia,Cereals,2.097555,0.131339106721874
 2010,Latvia,Monogastrics,2.097555,0.341497982174484
-2010,Latvia,Oilcrops,2.097555,0.0155748001840238
-2010,Latvia,Pulses,2.097555,5.91164474829027e-05
+2010,Latvia,FruitVeg,2.097555,0.161418890088699
+2010,Latvia,OilcropsPulses,2.097555,0.0156339166315067
 2010,Latvia,Starchy Roots,2.097555,0.118961838902913
+2010,Latvia,Sugar,2.097555,0.0518899385236621
 2011,Latvia,Ruminants,2.059709,0.50870176321024
 2011,Latvia,Cereals,2.059709,0.128525922836673
 2011,Latvia,Monogastrics,2.059709,0.374791827389209
-2011,Latvia,Oilcrops,2.059709,0.0161061586855231
-2011,Latvia,Pulses,2.059709,4.66085257674749e-05
+2011,Latvia,FruitVeg,2.059709,0.176096234953578
+2011,Latvia,OilcropsPulses,2.059709,0.0161527672112905
 2011,Latvia,Starchy Roots,2.059709,0.129499846823022
+2011,Latvia,Sugar,2.059709,0.0513009362002108
 1961,Least Developed Countries,Ruminants,NA,NA
 1961,Least Developed Countries,Cereals,NA,NA
 1961,Least Developed Countries,Monogastrics,NA,NA
-1961,Least Developed Countries,Oilcrops,NA,NA
-1961,Least Developed Countries,Pulses,NA,NA
+1961,Least Developed Countries,FruitVeg,NA,NA
+1961,Least Developed Countries,OilcropsPulses,NA,NA
 1961,Least Developed Countries,Starchy Roots,NA,NA
+1961,Least Developed Countries,Sugar,NA,NA
 1962,Least Developed Countries,Ruminants,NA,NA
 1962,Least Developed Countries,Cereals,NA,NA
 1962,Least Developed Countries,Monogastrics,NA,NA
-1962,Least Developed Countries,Oilcrops,NA,NA
-1962,Least Developed Countries,Pulses,NA,NA
+1962,Least Developed Countries,FruitVeg,NA,NA
+1962,Least Developed Countries,OilcropsPulses,NA,NA
 1962,Least Developed Countries,Starchy Roots,NA,NA
+1962,Least Developed Countries,Sugar,NA,NA
 1963,Least Developed Countries,Ruminants,NA,NA
 1963,Least Developed Countries,Cereals,NA,NA
 1963,Least Developed Countries,Monogastrics,NA,NA
-1963,Least Developed Countries,Oilcrops,NA,NA
-1963,Least Developed Countries,Pulses,NA,NA
+1963,Least Developed Countries,FruitVeg,NA,NA
+1963,Least Developed Countries,OilcropsPulses,NA,NA
 1963,Least Developed Countries,Starchy Roots,NA,NA
+1963,Least Developed Countries,Sugar,NA,NA
 1964,Least Developed Countries,Ruminants,NA,NA
 1964,Least Developed Countries,Cereals,NA,NA
 1964,Least Developed Countries,Monogastrics,NA,NA
-1964,Least Developed Countries,Oilcrops,NA,NA
-1964,Least Developed Countries,Pulses,NA,NA
+1964,Least Developed Countries,FruitVeg,NA,NA
+1964,Least Developed Countries,OilcropsPulses,NA,NA
 1964,Least Developed Countries,Starchy Roots,NA,NA
+1964,Least Developed Countries,Sugar,NA,NA
 1965,Least Developed Countries,Ruminants,NA,NA
 1965,Least Developed Countries,Cereals,NA,NA
 1965,Least Developed Countries,Monogastrics,NA,NA
-1965,Least Developed Countries,Oilcrops,NA,NA
-1965,Least Developed Countries,Pulses,NA,NA
+1965,Least Developed Countries,FruitVeg,NA,NA
+1965,Least Developed Countries,OilcropsPulses,NA,NA
 1965,Least Developed Countries,Starchy Roots,NA,NA
+1965,Least Developed Countries,Sugar,NA,NA
 1966,Least Developed Countries,Ruminants,NA,NA
 1966,Least Developed Countries,Cereals,NA,NA
 1966,Least Developed Countries,Monogastrics,NA,NA
-1966,Least Developed Countries,Oilcrops,NA,NA
-1966,Least Developed Countries,Pulses,NA,NA
+1966,Least Developed Countries,FruitVeg,NA,NA
+1966,Least Developed Countries,OilcropsPulses,NA,NA
 1966,Least Developed Countries,Starchy Roots,NA,NA
+1966,Least Developed Countries,Sugar,NA,NA
 1967,Least Developed Countries,Ruminants,NA,NA
 1967,Least Developed Countries,Cereals,NA,NA
 1967,Least Developed Countries,Monogastrics,NA,NA
-1967,Least Developed Countries,Oilcrops,NA,NA
-1967,Least Developed Countries,Pulses,NA,NA
+1967,Least Developed Countries,FruitVeg,NA,NA
+1967,Least Developed Countries,OilcropsPulses,NA,NA
 1967,Least Developed Countries,Starchy Roots,NA,NA
+1967,Least Developed Countries,Sugar,NA,NA
 1968,Least Developed Countries,Ruminants,NA,NA
 1968,Least Developed Countries,Cereals,NA,NA
 1968,Least Developed Countries,Monogastrics,NA,NA
-1968,Least Developed Countries,Oilcrops,NA,NA
-1968,Least Developed Countries,Pulses,NA,NA
+1968,Least Developed Countries,FruitVeg,NA,NA
+1968,Least Developed Countries,OilcropsPulses,NA,NA
 1968,Least Developed Countries,Starchy Roots,NA,NA
+1968,Least Developed Countries,Sugar,NA,NA
 1969,Least Developed Countries,Ruminants,NA,NA
 1969,Least Developed Countries,Cereals,NA,NA
 1969,Least Developed Countries,Monogastrics,NA,NA
-1969,Least Developed Countries,Oilcrops,NA,NA
-1969,Least Developed Countries,Pulses,NA,NA
+1969,Least Developed Countries,FruitVeg,NA,NA
+1969,Least Developed Countries,OilcropsPulses,NA,NA
 1969,Least Developed Countries,Starchy Roots,NA,NA
+1969,Least Developed Countries,Sugar,NA,NA
 1970,Least Developed Countries,Ruminants,NA,NA
 1970,Least Developed Countries,Cereals,NA,NA
 1970,Least Developed Countries,Monogastrics,NA,NA
-1970,Least Developed Countries,Oilcrops,NA,NA
-1970,Least Developed Countries,Pulses,NA,NA
+1970,Least Developed Countries,FruitVeg,NA,NA
+1970,Least Developed Countries,OilcropsPulses,NA,NA
 1970,Least Developed Countries,Starchy Roots,NA,NA
+1970,Least Developed Countries,Sugar,NA,NA
 1971,Least Developed Countries,Ruminants,NA,NA
 1971,Least Developed Countries,Cereals,NA,NA
 1971,Least Developed Countries,Monogastrics,NA,NA
-1971,Least Developed Countries,Oilcrops,NA,NA
-1971,Least Developed Countries,Pulses,NA,NA
+1971,Least Developed Countries,FruitVeg,NA,NA
+1971,Least Developed Countries,OilcropsPulses,NA,NA
 1971,Least Developed Countries,Starchy Roots,NA,NA
+1971,Least Developed Countries,Sugar,NA,NA
 1972,Least Developed Countries,Ruminants,NA,NA
 1972,Least Developed Countries,Cereals,NA,NA
 1972,Least Developed Countries,Monogastrics,NA,NA
-1972,Least Developed Countries,Oilcrops,NA,NA
-1972,Least Developed Countries,Pulses,NA,NA
+1972,Least Developed Countries,FruitVeg,NA,NA
+1972,Least Developed Countries,OilcropsPulses,NA,NA
 1972,Least Developed Countries,Starchy Roots,NA,NA
+1972,Least Developed Countries,Sugar,NA,NA
 1973,Least Developed Countries,Ruminants,NA,NA
 1973,Least Developed Countries,Cereals,NA,NA
 1973,Least Developed Countries,Monogastrics,NA,NA
-1973,Least Developed Countries,Oilcrops,NA,NA
-1973,Least Developed Countries,Pulses,NA,NA
+1973,Least Developed Countries,FruitVeg,NA,NA
+1973,Least Developed Countries,OilcropsPulses,NA,NA
 1973,Least Developed Countries,Starchy Roots,NA,NA
+1973,Least Developed Countries,Sugar,NA,NA
 1974,Least Developed Countries,Ruminants,NA,NA
 1974,Least Developed Countries,Cereals,NA,NA
 1974,Least Developed Countries,Monogastrics,NA,NA
-1974,Least Developed Countries,Oilcrops,NA,NA
-1974,Least Developed Countries,Pulses,NA,NA
+1974,Least Developed Countries,FruitVeg,NA,NA
+1974,Least Developed Countries,OilcropsPulses,NA,NA
 1974,Least Developed Countries,Starchy Roots,NA,NA
+1974,Least Developed Countries,Sugar,NA,NA
 1975,Least Developed Countries,Ruminants,NA,NA
 1975,Least Developed Countries,Cereals,NA,NA
 1975,Least Developed Countries,Monogastrics,NA,NA
-1975,Least Developed Countries,Oilcrops,NA,NA
-1975,Least Developed Countries,Pulses,NA,NA
+1975,Least Developed Countries,FruitVeg,NA,NA
+1975,Least Developed Countries,OilcropsPulses,NA,NA
 1975,Least Developed Countries,Starchy Roots,NA,NA
+1975,Least Developed Countries,Sugar,NA,NA
 1976,Least Developed Countries,Ruminants,NA,NA
 1976,Least Developed Countries,Cereals,NA,NA
 1976,Least Developed Countries,Monogastrics,NA,NA
-1976,Least Developed Countries,Oilcrops,NA,NA
-1976,Least Developed Countries,Pulses,NA,NA
+1976,Least Developed Countries,FruitVeg,NA,NA
+1976,Least Developed Countries,OilcropsPulses,NA,NA
 1976,Least Developed Countries,Starchy Roots,NA,NA
+1976,Least Developed Countries,Sugar,NA,NA
 1977,Least Developed Countries,Ruminants,NA,NA
 1977,Least Developed Countries,Cereals,NA,NA
 1977,Least Developed Countries,Monogastrics,NA,NA
-1977,Least Developed Countries,Oilcrops,NA,NA
-1977,Least Developed Countries,Pulses,NA,NA
+1977,Least Developed Countries,FruitVeg,NA,NA
+1977,Least Developed Countries,OilcropsPulses,NA,NA
 1977,Least Developed Countries,Starchy Roots,NA,NA
+1977,Least Developed Countries,Sugar,NA,NA
 1978,Least Developed Countries,Ruminants,NA,NA
 1978,Least Developed Countries,Cereals,NA,NA
 1978,Least Developed Countries,Monogastrics,NA,NA
-1978,Least Developed Countries,Oilcrops,NA,NA
-1978,Least Developed Countries,Pulses,NA,NA
+1978,Least Developed Countries,FruitVeg,NA,NA
+1978,Least Developed Countries,OilcropsPulses,NA,NA
 1978,Least Developed Countries,Starchy Roots,NA,NA
+1978,Least Developed Countries,Sugar,NA,NA
 1979,Least Developed Countries,Ruminants,NA,NA
 1979,Least Developed Countries,Cereals,NA,NA
 1979,Least Developed Countries,Monogastrics,NA,NA
-1979,Least Developed Countries,Oilcrops,NA,NA
-1979,Least Developed Countries,Pulses,NA,NA
+1979,Least Developed Countries,FruitVeg,NA,NA
+1979,Least Developed Countries,OilcropsPulses,NA,NA
 1979,Least Developed Countries,Starchy Roots,NA,NA
+1979,Least Developed Countries,Sugar,NA,NA
 1980,Least Developed Countries,Ruminants,NA,NA
 1980,Least Developed Countries,Cereals,NA,NA
 1980,Least Developed Countries,Monogastrics,NA,NA
-1980,Least Developed Countries,Oilcrops,NA,NA
-1980,Least Developed Countries,Pulses,NA,NA
+1980,Least Developed Countries,FruitVeg,NA,NA
+1980,Least Developed Countries,OilcropsPulses,NA,NA
 1980,Least Developed Countries,Starchy Roots,NA,NA
+1980,Least Developed Countries,Sugar,NA,NA
 1981,Least Developed Countries,Ruminants,NA,NA
 1981,Least Developed Countries,Cereals,NA,NA
 1981,Least Developed Countries,Monogastrics,NA,NA
-1981,Least Developed Countries,Oilcrops,NA,NA
-1981,Least Developed Countries,Pulses,NA,NA
+1981,Least Developed Countries,FruitVeg,NA,NA
+1981,Least Developed Countries,OilcropsPulses,NA,NA
 1981,Least Developed Countries,Starchy Roots,NA,NA
+1981,Least Developed Countries,Sugar,NA,NA
 1982,Least Developed Countries,Ruminants,NA,NA
 1982,Least Developed Countries,Cereals,NA,NA
 1982,Least Developed Countries,Monogastrics,NA,NA
-1982,Least Developed Countries,Oilcrops,NA,NA
-1982,Least Developed Countries,Pulses,NA,NA
+1982,Least Developed Countries,FruitVeg,NA,NA
+1982,Least Developed Countries,OilcropsPulses,NA,NA
 1982,Least Developed Countries,Starchy Roots,NA,NA
+1982,Least Developed Countries,Sugar,NA,NA
 1983,Least Developed Countries,Ruminants,NA,NA
 1983,Least Developed Countries,Cereals,NA,NA
 1983,Least Developed Countries,Monogastrics,NA,NA
-1983,Least Developed Countries,Oilcrops,NA,NA
-1983,Least Developed Countries,Pulses,NA,NA
+1983,Least Developed Countries,FruitVeg,NA,NA
+1983,Least Developed Countries,OilcropsPulses,NA,NA
 1983,Least Developed Countries,Starchy Roots,NA,NA
+1983,Least Developed Countries,Sugar,NA,NA
 1984,Least Developed Countries,Ruminants,NA,NA
 1984,Least Developed Countries,Cereals,NA,NA
 1984,Least Developed Countries,Monogastrics,NA,NA
-1984,Least Developed Countries,Oilcrops,NA,NA
-1984,Least Developed Countries,Pulses,NA,NA
+1984,Least Developed Countries,FruitVeg,NA,NA
+1984,Least Developed Countries,OilcropsPulses,NA,NA
 1984,Least Developed Countries,Starchy Roots,NA,NA
+1984,Least Developed Countries,Sugar,NA,NA
 1985,Least Developed Countries,Ruminants,NA,NA
 1985,Least Developed Countries,Cereals,NA,NA
 1985,Least Developed Countries,Monogastrics,NA,NA
-1985,Least Developed Countries,Oilcrops,NA,NA
-1985,Least Developed Countries,Pulses,NA,NA
+1985,Least Developed Countries,FruitVeg,NA,NA
+1985,Least Developed Countries,OilcropsPulses,NA,NA
 1985,Least Developed Countries,Starchy Roots,NA,NA
+1985,Least Developed Countries,Sugar,NA,NA
 1986,Least Developed Countries,Ruminants,NA,NA
 1986,Least Developed Countries,Cereals,NA,NA
 1986,Least Developed Countries,Monogastrics,NA,NA
-1986,Least Developed Countries,Oilcrops,NA,NA
-1986,Least Developed Countries,Pulses,NA,NA
+1986,Least Developed Countries,FruitVeg,NA,NA
+1986,Least Developed Countries,OilcropsPulses,NA,NA
 1986,Least Developed Countries,Starchy Roots,NA,NA
+1986,Least Developed Countries,Sugar,NA,NA
 1987,Least Developed Countries,Ruminants,NA,NA
 1987,Least Developed Countries,Cereals,NA,NA
 1987,Least Developed Countries,Monogastrics,NA,NA
-1987,Least Developed Countries,Oilcrops,NA,NA
-1987,Least Developed Countries,Pulses,NA,NA
+1987,Least Developed Countries,FruitVeg,NA,NA
+1987,Least Developed Countries,OilcropsPulses,NA,NA
 1987,Least Developed Countries,Starchy Roots,NA,NA
+1987,Least Developed Countries,Sugar,NA,NA
 1988,Least Developed Countries,Ruminants,NA,NA
 1988,Least Developed Countries,Cereals,NA,NA
 1988,Least Developed Countries,Monogastrics,NA,NA
-1988,Least Developed Countries,Oilcrops,NA,NA
-1988,Least Developed Countries,Pulses,NA,NA
+1988,Least Developed Countries,FruitVeg,NA,NA
+1988,Least Developed Countries,OilcropsPulses,NA,NA
 1988,Least Developed Countries,Starchy Roots,NA,NA
+1988,Least Developed Countries,Sugar,NA,NA
 1989,Least Developed Countries,Ruminants,NA,NA
 1989,Least Developed Countries,Cereals,NA,NA
 1989,Least Developed Countries,Monogastrics,NA,NA
-1989,Least Developed Countries,Oilcrops,NA,NA
-1989,Least Developed Countries,Pulses,NA,NA
+1989,Least Developed Countries,FruitVeg,NA,NA
+1989,Least Developed Countries,OilcropsPulses,NA,NA
 1989,Least Developed Countries,Starchy Roots,NA,NA
+1989,Least Developed Countries,Sugar,NA,NA
 1990,Least Developed Countries,Ruminants,NA,NA
 1990,Least Developed Countries,Cereals,NA,NA
 1990,Least Developed Countries,Monogastrics,NA,NA
-1990,Least Developed Countries,Oilcrops,NA,NA
-1990,Least Developed Countries,Pulses,NA,NA
+1990,Least Developed Countries,FruitVeg,NA,NA
+1990,Least Developed Countries,OilcropsPulses,NA,NA
 1990,Least Developed Countries,Starchy Roots,NA,NA
+1990,Least Developed Countries,Sugar,NA,NA
 1991,Least Developed Countries,Ruminants,NA,NA
 1991,Least Developed Countries,Cereals,NA,NA
 1991,Least Developed Countries,Monogastrics,NA,NA
-1991,Least Developed Countries,Oilcrops,NA,NA
-1991,Least Developed Countries,Pulses,NA,NA
+1991,Least Developed Countries,FruitVeg,NA,NA
+1991,Least Developed Countries,OilcropsPulses,NA,NA
 1991,Least Developed Countries,Starchy Roots,NA,NA
+1991,Least Developed Countries,Sugar,NA,NA
 1992,Least Developed Countries,Ruminants,NA,NA
 1992,Least Developed Countries,Cereals,NA,NA
 1992,Least Developed Countries,Monogastrics,NA,NA
-1992,Least Developed Countries,Oilcrops,NA,NA
-1992,Least Developed Countries,Pulses,NA,NA
+1992,Least Developed Countries,FruitVeg,NA,NA
+1992,Least Developed Countries,OilcropsPulses,NA,NA
 1992,Least Developed Countries,Starchy Roots,NA,NA
+1992,Least Developed Countries,Sugar,NA,NA
 1993,Least Developed Countries,Ruminants,NA,NA
 1993,Least Developed Countries,Cereals,NA,NA
 1993,Least Developed Countries,Monogastrics,NA,NA
-1993,Least Developed Countries,Oilcrops,NA,NA
-1993,Least Developed Countries,Pulses,NA,NA
+1993,Least Developed Countries,FruitVeg,NA,NA
+1993,Least Developed Countries,OilcropsPulses,NA,NA
 1993,Least Developed Countries,Starchy Roots,NA,NA
+1993,Least Developed Countries,Sugar,NA,NA
 1994,Least Developed Countries,Ruminants,NA,NA
 1994,Least Developed Countries,Cereals,NA,NA
 1994,Least Developed Countries,Monogastrics,NA,NA
-1994,Least Developed Countries,Oilcrops,NA,NA
-1994,Least Developed Countries,Pulses,NA,NA
+1994,Least Developed Countries,FruitVeg,NA,NA
+1994,Least Developed Countries,OilcropsPulses,NA,NA
 1994,Least Developed Countries,Starchy Roots,NA,NA
+1994,Least Developed Countries,Sugar,NA,NA
 1995,Least Developed Countries,Ruminants,NA,NA
 1995,Least Developed Countries,Cereals,NA,NA
 1995,Least Developed Countries,Monogastrics,NA,NA
-1995,Least Developed Countries,Oilcrops,NA,NA
-1995,Least Developed Countries,Pulses,NA,NA
+1995,Least Developed Countries,FruitVeg,NA,NA
+1995,Least Developed Countries,OilcropsPulses,NA,NA
 1995,Least Developed Countries,Starchy Roots,NA,NA
+1995,Least Developed Countries,Sugar,NA,NA
 1996,Least Developed Countries,Ruminants,NA,NA
 1996,Least Developed Countries,Cereals,NA,NA
 1996,Least Developed Countries,Monogastrics,NA,NA
-1996,Least Developed Countries,Oilcrops,NA,NA
-1996,Least Developed Countries,Pulses,NA,NA
+1996,Least Developed Countries,FruitVeg,NA,NA
+1996,Least Developed Countries,OilcropsPulses,NA,NA
 1996,Least Developed Countries,Starchy Roots,NA,NA
+1996,Least Developed Countries,Sugar,NA,NA
 1997,Least Developed Countries,Ruminants,NA,NA
 1997,Least Developed Countries,Cereals,NA,NA
 1997,Least Developed Countries,Monogastrics,NA,NA
-1997,Least Developed Countries,Oilcrops,NA,NA
-1997,Least Developed Countries,Pulses,NA,NA
+1997,Least Developed Countries,FruitVeg,NA,NA
+1997,Least Developed Countries,OilcropsPulses,NA,NA
 1997,Least Developed Countries,Starchy Roots,NA,NA
+1997,Least Developed Countries,Sugar,NA,NA
 1998,Least Developed Countries,Ruminants,NA,NA
 1998,Least Developed Countries,Cereals,NA,NA
 1998,Least Developed Countries,Monogastrics,NA,NA
-1998,Least Developed Countries,Oilcrops,NA,NA
-1998,Least Developed Countries,Pulses,NA,NA
+1998,Least Developed Countries,FruitVeg,NA,NA
+1998,Least Developed Countries,OilcropsPulses,NA,NA
 1998,Least Developed Countries,Starchy Roots,NA,NA
+1998,Least Developed Countries,Sugar,NA,NA
 1999,Least Developed Countries,Ruminants,NA,NA
 1999,Least Developed Countries,Cereals,NA,NA
 1999,Least Developed Countries,Monogastrics,NA,NA
-1999,Least Developed Countries,Oilcrops,NA,NA
-1999,Least Developed Countries,Pulses,NA,NA
+1999,Least Developed Countries,FruitVeg,NA,NA
+1999,Least Developed Countries,OilcropsPulses,NA,NA
 1999,Least Developed Countries,Starchy Roots,NA,NA
+1999,Least Developed Countries,Sugar,NA,NA
 2000,Least Developed Countries,Ruminants,NA,NA
 2000,Least Developed Countries,Cereals,NA,NA
 2000,Least Developed Countries,Monogastrics,NA,NA
-2000,Least Developed Countries,Oilcrops,NA,NA
-2000,Least Developed Countries,Pulses,NA,NA
+2000,Least Developed Countries,FruitVeg,NA,NA
+2000,Least Developed Countries,OilcropsPulses,NA,NA
 2000,Least Developed Countries,Starchy Roots,NA,NA
+2000,Least Developed Countries,Sugar,NA,NA
 2001,Least Developed Countries,Ruminants,NA,NA
 2001,Least Developed Countries,Cereals,NA,NA
 2001,Least Developed Countries,Monogastrics,NA,NA
-2001,Least Developed Countries,Oilcrops,NA,NA
-2001,Least Developed Countries,Pulses,NA,NA
+2001,Least Developed Countries,FruitVeg,NA,NA
+2001,Least Developed Countries,OilcropsPulses,NA,NA
 2001,Least Developed Countries,Starchy Roots,NA,NA
+2001,Least Developed Countries,Sugar,NA,NA
 2002,Least Developed Countries,Ruminants,NA,NA
 2002,Least Developed Countries,Cereals,NA,NA
 2002,Least Developed Countries,Monogastrics,NA,NA
-2002,Least Developed Countries,Oilcrops,NA,NA
-2002,Least Developed Countries,Pulses,NA,NA
+2002,Least Developed Countries,FruitVeg,NA,NA
+2002,Least Developed Countries,OilcropsPulses,NA,NA
 2002,Least Developed Countries,Starchy Roots,NA,NA
+2002,Least Developed Countries,Sugar,NA,NA
 2003,Least Developed Countries,Ruminants,NA,NA
 2003,Least Developed Countries,Cereals,NA,NA
 2003,Least Developed Countries,Monogastrics,NA,NA
-2003,Least Developed Countries,Oilcrops,NA,NA
-2003,Least Developed Countries,Pulses,NA,NA
+2003,Least Developed Countries,FruitVeg,NA,NA
+2003,Least Developed Countries,OilcropsPulses,NA,NA
 2003,Least Developed Countries,Starchy Roots,NA,NA
+2003,Least Developed Countries,Sugar,NA,NA
 2004,Least Developed Countries,Ruminants,NA,NA
 2004,Least Developed Countries,Cereals,NA,NA
 2004,Least Developed Countries,Monogastrics,NA,NA
-2004,Least Developed Countries,Oilcrops,NA,NA
-2004,Least Developed Countries,Pulses,NA,NA
+2004,Least Developed Countries,FruitVeg,NA,NA
+2004,Least Developed Countries,OilcropsPulses,NA,NA
 2004,Least Developed Countries,Starchy Roots,NA,NA
+2004,Least Developed Countries,Sugar,NA,NA
 2005,Least Developed Countries,Ruminants,NA,NA
 2005,Least Developed Countries,Cereals,NA,NA
 2005,Least Developed Countries,Monogastrics,NA,NA
-2005,Least Developed Countries,Oilcrops,NA,NA
-2005,Least Developed Countries,Pulses,NA,NA
+2005,Least Developed Countries,FruitVeg,NA,NA
+2005,Least Developed Countries,OilcropsPulses,NA,NA
 2005,Least Developed Countries,Starchy Roots,NA,NA
+2005,Least Developed Countries,Sugar,NA,NA
 2006,Least Developed Countries,Ruminants,NA,NA
 2006,Least Developed Countries,Cereals,NA,NA
 2006,Least Developed Countries,Monogastrics,NA,NA
-2006,Least Developed Countries,Oilcrops,NA,NA
-2006,Least Developed Countries,Pulses,NA,NA
+2006,Least Developed Countries,FruitVeg,NA,NA
+2006,Least Developed Countries,OilcropsPulses,NA,NA
 2006,Least Developed Countries,Starchy Roots,NA,NA
+2006,Least Developed Countries,Sugar,NA,NA
 2007,Least Developed Countries,Ruminants,NA,NA
 2007,Least Developed Countries,Cereals,NA,NA
 2007,Least Developed Countries,Monogastrics,NA,NA
-2007,Least Developed Countries,Oilcrops,NA,NA
-2007,Least Developed Countries,Pulses,NA,NA
+2007,Least Developed Countries,FruitVeg,NA,NA
+2007,Least Developed Countries,OilcropsPulses,NA,NA
 2007,Least Developed Countries,Starchy Roots,NA,NA
+2007,Least Developed Countries,Sugar,NA,NA
 2008,Least Developed Countries,Ruminants,NA,NA
 2008,Least Developed Countries,Cereals,NA,NA
 2008,Least Developed Countries,Monogastrics,NA,NA
-2008,Least Developed Countries,Oilcrops,NA,NA
-2008,Least Developed Countries,Pulses,NA,NA
+2008,Least Developed Countries,FruitVeg,NA,NA
+2008,Least Developed Countries,OilcropsPulses,NA,NA
 2008,Least Developed Countries,Starchy Roots,NA,NA
+2008,Least Developed Countries,Sugar,NA,NA
 2009,Least Developed Countries,Ruminants,NA,NA
 2009,Least Developed Countries,Cereals,NA,NA
 2009,Least Developed Countries,Monogastrics,NA,NA
-2009,Least Developed Countries,Oilcrops,NA,NA
-2009,Least Developed Countries,Pulses,NA,NA
+2009,Least Developed Countries,FruitVeg,NA,NA
+2009,Least Developed Countries,OilcropsPulses,NA,NA
 2009,Least Developed Countries,Starchy Roots,NA,NA
+2009,Least Developed Countries,Sugar,NA,NA
 2010,Least Developed Countries,Ruminants,NA,NA
 2010,Least Developed Countries,Cereals,NA,NA
 2010,Least Developed Countries,Monogastrics,NA,NA
-2010,Least Developed Countries,Oilcrops,NA,NA
-2010,Least Developed Countries,Pulses,NA,NA
+2010,Least Developed Countries,FruitVeg,NA,NA
+2010,Least Developed Countries,OilcropsPulses,NA,NA
 2010,Least Developed Countries,Starchy Roots,NA,NA
+2010,Least Developed Countries,Sugar,NA,NA
 2011,Least Developed Countries,Ruminants,NA,NA
 2011,Least Developed Countries,Cereals,NA,NA
 2011,Least Developed Countries,Monogastrics,NA,NA
-2011,Least Developed Countries,Oilcrops,NA,NA
-2011,Least Developed Countries,Pulses,NA,NA
+2011,Least Developed Countries,FruitVeg,NA,NA
+2011,Least Developed Countries,OilcropsPulses,NA,NA
 2011,Least Developed Countries,Starchy Roots,NA,NA
+2011,Least Developed Countries,Sugar,NA,NA
 1961,Lebanon,Ruminants,1.864605,0.414243123878784
 1961,Lebanon,Cereals,1.864605,0.154277179348977
 1961,Lebanon,Monogastrics,1.864605,0.0212048664462446
-1961,Lebanon,Oilcrops,1.864605,0.0585507386282886
-1961,Lebanon,Pulses,1.864605,0.0075152646270926
+1961,Lebanon,FruitVeg,1.864605,0.265237409531777
+1961,Lebanon,OilcropsPulses,1.864605,0.0660660032553812
 1961,Lebanon,Starchy Roots,1.864605,0.0184586011514503
+1961,Lebanon,Sugar,1.864605,0.0213423218322379
 1962,Lebanon,Ruminants,1.925276,0.440672194532109
 1962,Lebanon,Cereals,1.925276,0.15419867073604
 1962,Lebanon,Monogastrics,1.925276,0.0271824403358272
-1962,Lebanon,Oilcrops,1.925276,0.0353466204326029
-1962,Lebanon,Pulses,1.925276,0.00724415616254501
+1962,Lebanon,FruitVeg,1.925276,0.251424211385796
+1962,Lebanon,OilcropsPulses,1.925276,0.0425907765951479
 1962,Lebanon,Starchy Roots,1.925276,0.0168703084648643
+1962,Lebanon,Sugar,1.925276,0.0257848744803342
 1963,Lebanon,Ruminants,1.984982,0.467393255958996
 1963,Lebanon,Cereals,1.984982,0.146111652397856
 1963,Lebanon,Monogastrics,1.984982,0.0261367609378826
-1963,Lebanon,Oilcrops,1.984982,0.0590176636362446
-1963,Lebanon,Pulses,1.984982,0.00731089752954939
+1963,Lebanon,FruitVeg,1.984982,0.248717620613184
+1963,Lebanon,OilcropsPulses,1.984982,0.0663285611657939
 1963,Lebanon,Starchy Roots,1.984982,0.018112003030758
+1963,Lebanon,Sugar,1.984982,0.0245720112323437
 1964,Lebanon,Ruminants,2.041212,0.455511284472167
 1964,Lebanon,Cereals,2.041212,0.146248895264186
 1964,Lebanon,Monogastrics,2.041212,0.0304631268089743
-1964,Lebanon,Oilcrops,2.041212,0.0411255665751524
-1964,Lebanon,Pulses,2.041212,0.00820786865842451
+1964,Lebanon,FruitVeg,2.041212,0.272407275677392
+1964,Lebanon,OilcropsPulses,2.041212,0.0493334352335769
 1964,Lebanon,Starchy Roots,2.041212,0.0197235759930865
+1964,Lebanon,Sugar,2.041212,0.0254706517500387
 1965,Lebanon,Ruminants,2.092354,0.454066568085515
 1965,Lebanon,Cereals,2.092354,0.152113839245176
 1965,Lebanon,Monogastrics,2.092354,0.0356459757765655
-1965,Lebanon,Oilcrops,2.092354,0.0498443380039898
-1965,Lebanon,Pulses,2.092354,0.00771284400249671
+1965,Lebanon,FruitVeg,2.092354,0.231793950736826
+1965,Lebanon,OilcropsPulses,2.092354,0.0575571820064865
 1965,Lebanon,Starchy Roots,2.092354,0.0144349378738015
+1965,Lebanon,Sugar,2.092354,0.0267034163435059
 1966,Lebanon,Ruminants,2.13664,0.449340038565224
 1966,Lebanon,Cereals,2.13664,0.151907200089861
 1966,Lebanon,Monogastrics,2.13664,0.0473916523139134
-1966,Lebanon,Oilcrops,2.13664,0.0325174105137038
-1966,Lebanon,Pulses,2.13664,0.00626544481054366
+1966,Lebanon,FruitVeg,2.13664,0.223624475812491
+1966,Lebanon,OilcropsPulses,2.13664,0.0387828553242474
 1966,Lebanon,Starchy Roots,2.13664,0.0243658267185862
+1966,Lebanon,Sugar,2.13664,0.0277145424591883
 1967,Lebanon,Ruminants,2.17485,0.446737843989241
 1967,Lebanon,Cereals,2.17485,0.154813895211164
 1967,Lebanon,Monogastrics,2.17485,0.0455253465756259
-1967,Lebanon,Oilcrops,2.17485,0.0509377658229303
-1967,Lebanon,Pulses,2.17485,0.0065360829482493
+1967,Lebanon,FruitVeg,2.17485,0.23334666758627
+1967,Lebanon,OilcropsPulses,2.17485,0.0574738487711796
 1967,Lebanon,Starchy Roots,2.17485,0.0160043221371589
+1967,Lebanon,Sugar,2.17485,0.0286548497597535
 1968,Lebanon,Ruminants,2.210965,0.440607517531937
 1968,Lebanon,Cereals,2.210965,0.154776760373864
 1968,Lebanon,Monogastrics,2.210965,0.0456855716847621
-1968,Lebanon,Oilcrops,2.210965,0.0343659895113672
-1968,Lebanon,Pulses,2.210965,0.0053768377156581
+1968,Lebanon,FruitVeg,2.210965,0.228393032001863
+1968,Lebanon,OilcropsPulses,2.210965,0.0397428272270253
 1968,Lebanon,Starchy Roots,2.210965,0.0229474460246996
+1968,Lebanon,Sugar,2.210965,0.0306223752976641
 1969,Lebanon,Ruminants,2.250609,0.43426232633034
 1969,Lebanon,Cereals,2.250609,0.155669865356444
 1969,Lebanon,Monogastrics,2.250609,0.0406316690282497
-1969,Lebanon,Oilcrops,2.250609,0.0437637101780007
-1969,Lebanon,Pulses,2.250609,0.00490445030656147
+1969,Lebanon,FruitVeg,2.250609,0.214834740285852
+1969,Lebanon,OilcropsPulses,2.250609,0.0486681604845622
 1969,Lebanon,Starchy Roots,2.250609,0.0252536091342388
+1969,Lebanon,Sugar,2.250609,0.0324014522291522
 1970,Lebanon,Ruminants,2.297403,0.44775043821219
 1970,Lebanon,Cereals,2.297403,0.145832054715694
 1970,Lebanon,Monogastrics,2.297403,0.0400364237358443
-1970,Lebanon,Oilcrops,2.297403,0.0460593983728584
-1970,Lebanon,Pulses,2.297403,0.00480150848588602
+1970,Lebanon,FruitVeg,2.297403,0.226026517768106
+1970,Lebanon,OilcropsPulses,2.297403,0.0508609068587444
 1970,Lebanon,Starchy Roots,2.297403,0.0268228952430201
+1970,Lebanon,Sugar,2.297403,0.0312618204120043
 1971,Lebanon,Ruminants,2.353569,0.439934584454503
 1971,Lebanon,Cereals,2.353569,0.147272504014116
 1971,Lebanon,Monogastrics,2.353569,0.038672118811898
-1971,Lebanon,Oilcrops,2.353569,0.0466147370227939
-1971,Lebanon,Pulses,2.353569,0.0044404901662114
+1971,Lebanon,FruitVeg,2.353569,0.239891840859563
+1971,Lebanon,OilcropsPulses,2.353569,0.0510552271890053
 1971,Lebanon,Starchy Roots,2.353569,0.0319773926322109
+1971,Lebanon,Sugar,2.353569,0.0310048271369992
 1972,Lebanon,Ruminants,2.416743,0.395299913975131
 1972,Lebanon,Cereals,2.416743,0.144727014829463
 1972,Lebanon,Monogastrics,2.416743,0.0397524271302327
-1972,Lebanon,Oilcrops,2.416743,0.0381505191077413
-1972,Lebanon,Pulses,2.416743,0.00402732106806557
+1972,Lebanon,FruitVeg,2.416743,0.283539457857124
+1972,Lebanon,OilcropsPulses,2.416743,0.0421778401758069
 1972,Lebanon,Starchy Roots,2.416743,0.025831046164197
+1972,Lebanon,Sugar,2.416743,0.0309346090999333
 1973,Lebanon,Ruminants,2.480426,0.424092474437859
 1973,Lebanon,Cereals,2.480426,0.14388979957475
 1973,Lebanon,Monogastrics,2.480426,0.0442245404620013
-1973,Lebanon,Oilcrops,2.480426,0.0268937674415604
-1973,Lebanon,Pulses,2.480426,0.00376467590647736
+1973,Lebanon,FruitVeg,2.480426,0.221152737473321
+1973,Lebanon,OilcropsPulses,2.480426,0.0306584433480378
 1973,Lebanon,Starchy Roots,2.480426,0.0280278468295365
+1973,Lebanon,Sugar,2.480426,0.0330148934094385
 1974,Lebanon,Ruminants,2.535503,0.426964432698364
 1974,Lebanon,Cereals,2.535503,0.141954870493153
 1974,Lebanon,Monogastrics,2.535503,0.0425637832019919
-1974,Lebanon,Oilcrops,2.535503,0.0563122977965319
-1974,Lebanon,Pulses,2.535503,0.00406033832340171
+1974,Lebanon,FruitVeg,2.535503,0.246084899130468
+1974,Lebanon,OilcropsPulses,2.535503,0.0603726361199336
 1974,Lebanon,Starchy Roots,2.535503,0.026854632000041
+1974,Lebanon,Sugar,2.535503,0.0331780321301138
 1975,Lebanon,Ruminants,2.575693,0.353442122178381
 1975,Lebanon,Cereals,2.575693,0.146673536015356
 1975,Lebanon,Monogastrics,2.575693,0.0440662765321799
-1975,Lebanon,Oilcrops,2.575693,0.0399379895041839
-1975,Lebanon,Pulses,2.575693,0.00471523586079552
+1975,Lebanon,FruitVeg,2.575693,0.222600286602479
+1975,Lebanon,OilcropsPulses,2.575693,0.0446532253649795
 1975,Lebanon,Starchy Roots,2.575693,0.0119307696996498
+1975,Lebanon,Sugar,2.575693,0.032656842255657
 1976,Lebanon,Ruminants,2.598362,0.389788605282867
 1976,Lebanon,Cereals,2.598362,0.144850486575774
 1976,Lebanon,Monogastrics,2.598362,0.0451715734759052
-1976,Lebanon,Oilcrops,2.598362,0.0327387023055294
-1976,Lebanon,Pulses,2.598362,0.00658337829755823
+1976,Lebanon,FruitVeg,2.598362,0.220433103624514
+1976,Lebanon,OilcropsPulses,2.598362,0.0393220806030876
 1976,Lebanon,Starchy Roots,2.598362,0.0106028336313416
+1976,Lebanon,Sugar,2.598362,0.0339725565567846
 1977,Lebanon,Ruminants,2.606224,0.445882318634162
 1977,Lebanon,Cereals,2.606224,0.145678575594423
 1977,Lebanon,Monogastrics,2.606224,0.0531434366347635
-1977,Lebanon,Oilcrops,2.606224,0.0284123697732812
-1977,Lebanon,Pulses,2.606224,0.00782242815659744
+1977,Lebanon,FruitVeg,2.606224,0.243689337524326
+1977,Lebanon,OilcropsPulses,2.606224,0.0362347979298786
 1977,Lebanon,Starchy Roots,2.606224,0.011707358999073
+1977,Lebanon,Sugar,2.606224,0.0360506234306798
 1978,Lebanon,Ruminants,2.604875,0.426247823791929
 1978,Lebanon,Cereals,2.604875,0.144352032247229
 1978,Lebanon,Monogastrics,2.604875,0.0611333749220212
-1978,Lebanon,Oilcrops,2.604875,0.0423482892653198
-1978,Lebanon,Pulses,2.604875,0.00897509477422141
+1978,Lebanon,FruitVeg,2.604875,0.253184509813331
+1978,Lebanon,OilcropsPulses,2.604875,0.0513233840395412
 1978,Lebanon,Starchy Roots,2.604875,0.0178818561351312
+1978,Lebanon,Sugar,2.604875,0.0393577426939872
 1979,Lebanon,Ruminants,2.602573,0.498048469725921
 1979,Lebanon,Cereals,2.602573,0.139956881132633
 1979,Lebanon,Monogastrics,2.602573,0.0790566105158241
-1979,Lebanon,Oilcrops,2.602573,0.0246333148003918
-1979,Lebanon,Pulses,2.602573,0.0118778608707614
+1979,Lebanon,FruitVeg,2.602573,0.248817996651775
+1979,Lebanon,OilcropsPulses,2.602573,0.0365111756711531
 1979,Lebanon,Starchy Roots,2.602573,0.0291903435561654
+1979,Lebanon,Sugar,2.602573,0.0391062998040785
 1980,Lebanon,Ruminants,2.605294,0.513180815677616
 1980,Lebanon,Cereals,2.605294,0.141635454578255
 1980,Lebanon,Monogastrics,2.605294,0.104210119855955
-1980,Lebanon,Oilcrops,2.605294,0.0495717565848614
-1980,Lebanon,Pulses,2.605294,0.0128093029040101
+1980,Lebanon,FruitVeg,2.605294,0.248183506352834
+1980,Lebanon,OilcropsPulses,2.605294,0.0623810594888715
 1980,Lebanon,Starchy Roots,2.605294,0.0368250185967495
+1980,Lebanon,Sugar,2.605294,0.0347196899850842
 1981,Lebanon,Ruminants,2.615753,0.513831390043326
 1981,Lebanon,Cereals,2.615753,0.139291056915542
 1981,Lebanon,Monogastrics,2.615753,0.103059004424347
-1981,Lebanon,Oilcrops,2.615753,0.024045466066559
-1981,Lebanon,Pulses,2.615753,0.0134229034622153
+1981,Lebanon,FruitVeg,2.615753,0.252354866839491
+1981,Lebanon,OilcropsPulses,2.615753,0.0374683695287743
 1981,Lebanon,Starchy Roots,2.615753,0.0473737390342284
+1981,Lebanon,Sugar,2.615753,0.0310342757898013
 1982,Lebanon,Ruminants,2.632281,0.537807171802707
 1982,Lebanon,Cereals,2.632281,0.14419281224155
 1982,Lebanon,Monogastrics,2.632281,0.105660527884371
-1982,Lebanon,Oilcrops,2.632281,0.0425703030945404
-1982,Lebanon,Pulses,2.632281,0.0148187066654358
+1982,Lebanon,FruitVeg,2.632281,0.27432633522029
+1982,Lebanon,OilcropsPulses,2.632281,0.0573890097599762
 1982,Lebanon,Starchy Roots,2.632281,0.0505318391159606
+1982,Lebanon,Sugar,2.632281,0.0272782427104097
 1983,Lebanon,Ruminants,2.651295,0.556643112139539
 1983,Lebanon,Cereals,2.651295,0.143084794411787
 1983,Lebanon,Monogastrics,2.651295,0.106186297639455
-1983,Lebanon,Oilcrops,2.651295,0.0218259378907289
-1983,Lebanon,Pulses,2.651295,0.0155158139701542
+1983,Lebanon,FruitVeg,2.651295,0.306161328709178
+1983,Lebanon,OilcropsPulses,2.651295,0.0373417518608831
 1983,Lebanon,Starchy Roots,2.651295,0.0471071683837521
+1983,Lebanon,Sugar,2.651295,0.0304964177882884
 1984,Lebanon,Ruminants,2.667229,0.477780610513758
 1984,Lebanon,Cereals,2.667229,0.143339023383444
 1984,Lebanon,Monogastrics,2.667229,0.105130643075641
-1984,Lebanon,Oilcrops,2.667229,0.0346318220145327
-1984,Lebanon,Pulses,2.667229,0.0159078954225528
+1984,Lebanon,FruitVeg,2.667229,0.324233877181149
+1984,Lebanon,OilcropsPulses,2.667229,0.0505397174370855
 1984,Lebanon,Starchy Roots,2.667229,0.0326106232348254
+1984,Lebanon,Sugar,2.667229,0.0333585905072268
 1985,Lebanon,Ruminants,2.676593,0.418432985515542
 1985,Lebanon,Cereals,2.676593,0.140747584709367
 1985,Lebanon,Monogastrics,2.676593,0.107883268020203
-1985,Lebanon,Oilcrops,2.676593,0.0317948974685356
-1985,Lebanon,Pulses,2.676593,0.0154356676566067
+1985,Lebanon,FruitVeg,2.676593,0.350191082469393
+1985,Lebanon,OilcropsPulses,2.676593,0.0472305651251423
 1985,Lebanon,Starchy Roots,2.676593,0.0485602405744915
+1985,Lebanon,Sugar,2.676593,0.0325581812401064
 1986,Lebanon,Ruminants,2.67729,0.391486503143104
 1986,Lebanon,Cereals,2.67729,0.141547609709819
 1986,Lebanon,Monogastrics,2.67729,0.110922238532247
-1986,Lebanon,Oilcrops,2.67729,0.0393487444393398
-1986,Lebanon,Pulses,2.67729,0.0158111373814566
+1986,Lebanon,FruitVeg,2.67729,0.388379293987577
+1986,Lebanon,OilcropsPulses,2.67729,0.0551598818207964
 1986,Lebanon,Starchy Roots,2.67729,0.0455187895222408
+1986,Lebanon,Sugar,2.67729,0.0319102525314777
 1987,Lebanon,Ruminants,2.672182,0.365214607388269
 1987,Lebanon,Cereals,2.672182,0.144060172548127
 1987,Lebanon,Monogastrics,2.672182,0.11099374967723
-1987,Lebanon,Oilcrops,2.672182,0.0379757067445256
-1987,Lebanon,Pulses,2.672182,0.0156740820797386
+1987,Lebanon,FruitVeg,2.672182,0.446226342367399
+1987,Lebanon,OilcropsPulses,2.672182,0.0536497888242642
 1987,Lebanon,Starchy Roots,2.672182,0.0454639691458142
+1987,Lebanon,Sugar,2.672182,0.0328967113766951
 1988,Lebanon,Ruminants,2.668593,0.40989098000332
 1988,Lebanon,Cereals,2.668593,0.14607585345536
 1988,Lebanon,Monogastrics,2.668593,0.118933497914444
-1988,Lebanon,Oilcrops,2.668593,0.0318175158220081
-1988,Lebanon,Pulses,2.668593,0.0150697389972918
+1988,Lebanon,FruitVeg,2.668593,0.46209631817216
+1988,Lebanon,OilcropsPulses,2.668593,0.0468872548192999
 1988,Lebanon,Starchy Roots,2.668593,0.0371750206944259
+1988,Lebanon,Sugar,2.668593,0.0371225585917373
 1989,Lebanon,Ruminants,2.676615,0.405173549427168
 1989,Lebanon,Cereals,2.676615,0.147037209311014
 1989,Lebanon,Monogastrics,2.676615,0.116245930027292
-1989,Lebanon,Oilcrops,2.676615,0.0337060055331081
-1989,Lebanon,Pulses,2.676615,0.014483592149039
+1989,Lebanon,FruitVeg,2.676615,0.494228344382737
+1989,Lebanon,OilcropsPulses,2.676615,0.048189597682147
 1989,Lebanon,Starchy Roots,2.676615,0.0443455633327916
+1989,Lebanon,Sugar,2.676615,0.0374308594997786
 1990,Lebanon,Ruminants,2.703019,0.352059234507786
 1990,Lebanon,Cereals,2.703019,0.143513974559557
 1990,Lebanon,Monogastrics,2.703019,0.11536740955206
-1990,Lebanon,Oilcrops,2.703019,0.0397429688803519
-1990,Lebanon,Pulses,2.703019,0.0131012767575811
+1990,Lebanon,FruitVeg,2.703019,0.542365037019718
+1990,Lebanon,OilcropsPulses,2.703019,0.052844245637933
 1990,Lebanon,Starchy Roots,2.703019,0.0509622758848532
+1990,Lebanon,Sugar,2.703019,0.0367233822625738
 1991,Lebanon,Ruminants,2.752473,0.359561456188671
 1991,Lebanon,Cereals,2.752473,0.137619878560117
 1991,Lebanon,Monogastrics,2.752473,0.109833556950422
-1991,Lebanon,Oilcrops,2.752473,0.0387669561154642
-1991,Lebanon,Pulses,2.752473,0.0128262838545555
+1991,Lebanon,FruitVeg,2.752473,0.563240765667819
+1991,Lebanon,OilcropsPulses,2.752473,0.0515932399700197
 1991,Lebanon,Starchy Roots,2.752473,0.0480989277642324
+1991,Lebanon,Sugar,2.752473,0.0409736989245671
 1992,Lebanon,Ruminants,2.821868,0.465681704459599
 1992,Lebanon,Cereals,2.821868,0.137310108056082
 1992,Lebanon,Monogastrics,2.821868,0.10738875808507
-1992,Lebanon,Oilcrops,2.821868,0.0483031098548905
-1992,Lebanon,Pulses,2.821868,0.0132493794890477
+1992,Lebanon,FruitVeg,2.821868,0.552230295676481
+1992,Lebanon,OilcropsPulses,2.821868,0.0615524893439381
 1992,Lebanon,Starchy Roots,2.821868,0.0557042356339843
+1992,Lebanon,Sugar,2.821868,0.0371427720928123
 1993,Lebanon,Ruminants,2.900862,0.507680785918117
 1993,Lebanon,Cereals,2.900862,0.138568466890186
 1993,Lebanon,Monogastrics,2.900862,0.110462062655859
-1993,Lebanon,Oilcrops,2.900862,0.0305953885431296
-1993,Lebanon,Pulses,2.900862,0.0131416110107961
+1993,Lebanon,FruitVeg,2.900862,0.552967704082442
+1993,Lebanon,OilcropsPulses,2.900862,0.0437369995539257
 1993,Lebanon,Starchy Roots,2.900862,0.0542256060439966
+1993,Lebanon,Sugar,2.900862,0.0365639592645221
 1994,Lebanon,Ruminants,2.974647,0.491539466699746
 1994,Lebanon,Cereals,2.974647,0.139097176908722
 1994,Lebanon,Monogastrics,2.974647,0.102693798625518
-1994,Lebanon,Oilcrops,2.974647,0.0368709295590368
-1994,Lebanon,Pulses,2.974647,0.0125860312164771
+1994,Lebanon,FruitVeg,2.974647,0.556703702994002
+1994,Lebanon,OilcropsPulses,2.974647,0.0494569607755139
 1994,Lebanon,Starchy Roots,2.974647,0.0587431046440132
+1994,Lebanon,Sugar,2.974647,0.0395014937906918
 1995,Lebanon,Ruminants,3.033406,0.447026411894748
 1995,Lebanon,Cereals,3.033406,0.138341850711708
 1995,Lebanon,Monogastrics,3.033406,0.098098177428277
-1995,Lebanon,Oilcrops,3.033406,0.0348908125058103
-1995,Lebanon,Pulses,3.033406,0.012899690974436
+1995,Lebanon,FruitVeg,3.033406,0.575624891623475
+1995,Lebanon,OilcropsPulses,3.033406,0.0477905034802463
 1995,Lebanon,Starchy Roots,3.033406,0.0672211369002369
+1995,Lebanon,Sugar,3.033406,0.0364623133204062
 1996,Lebanon,Ruminants,3.070974,0.440482986830888
 1996,Lebanon,Cereals,3.070974,0.138402018382442
 1996,Lebanon,Monogastrics,3.070974,0.0969292804172227
-1996,Lebanon,Oilcrops,3.070974,0.039253995637866
-1996,Lebanon,Pulses,3.070974,0.0137337535257544
+1996,Lebanon,FruitVeg,3.070974,0.583921908814598
+1996,Lebanon,OilcropsPulses,3.070974,0.0529877491636204
 1996,Lebanon,Starchy Roots,3.070974,0.0713001803336661
+1996,Lebanon,Sugar,3.070974,0.0366271417472111
 1997,Lebanon,Ruminants,3.092684,0.606850586739544
 1997,Lebanon,Cereals,3.092684,0.141312853172196
 1997,Lebanon,Monogastrics,3.092684,0.137668381250719
-1997,Lebanon,Oilcrops,3.092684,0.0373633387698194
-1997,Lebanon,Pulses,3.092684,0.0133844906236783
+1997,Lebanon,FruitVeg,3.092684,0.568036372290218
+1997,Lebanon,OilcropsPulses,3.092684,0.0507478293934977
 1997,Lebanon,Starchy Roots,3.092684,0.0604613985780636
+1997,Lebanon,Sugar,3.092684,0.0378962092473722
 1998,Lebanon,Ruminants,3.11396,0.552626205860063
 1998,Lebanon,Cereals,3.11396,0.142836452619815
 1998,Lebanon,Monogastrics,3.11396,0.134996210612853
-1998,Lebanon,Oilcrops,3.11396,0.0365316189032614
-1998,Lebanon,Pulses,3.11396,0.0115961669385605
+1998,Lebanon,FruitVeg,3.11396,0.488804930056905
+1998,Lebanon,OilcropsPulses,3.11396,0.048127785841822
 1998,Lebanon,Starchy Roots,3.11396,0.0686781461547354
+1998,Lebanon,Sugar,3.11396,0.0381745430256008
 1999,Lebanon,Ruminants,3.156661,0.603813554892337
 1999,Lebanon,Cereals,3.156661,0.138953786928657
 1999,Lebanon,Monogastrics,3.156661,0.134939228507591
-1999,Lebanon,Oilcrops,3.156661,0.0375605742903657
-1999,Lebanon,Pulses,3.156661,0.0105526060606445
+1999,Lebanon,FruitVeg,3.156661,0.50905022743969
+1999,Lebanon,OilcropsPulses,3.156661,0.0481131803510101
 1999,Lebanon,Starchy Roots,3.156661,0.0585701157013693
+1999,Lebanon,Sugar,3.156661,0.0380275233862616
 2000,Lebanon,Ruminants,3.23538,0.625899461577929
 2000,Lebanon,Cereals,3.23538,0.138694991005693
 2000,Lebanon,Monogastrics,3.23538,0.131753642539671
-2000,Lebanon,Oilcrops,3.23538,0.0459927427381019
-2000,Lebanon,Pulses,3.23538,0.0111789032509319
+2000,Lebanon,FruitVeg,3.23538,0.439340046609672
+2000,Lebanon,OilcropsPulses,3.23538,0.0571716459890337
 2000,Lebanon,Starchy Roots,3.23538,0.058008951035118
+2000,Lebanon,Sugar,3.23538,0.0376935630435992
 2001,Lebanon,Ruminants,3.359875,0.557869117154656
 2001,Lebanon,Cereals,3.359875,0.140578741768667
 2001,Lebanon,Monogastrics,3.359875,0.127123003087912
-2001,Lebanon,Oilcrops,3.359875,0.0382127311283902
-2001,Lebanon,Pulses,3.359875,0.0111566650545035
+2001,Lebanon,FruitVeg,3.359875,0.412298969455709
+2001,Lebanon,OilcropsPulses,3.359875,0.0493693961828937
 2001,Lebanon,Starchy Roots,3.359875,0.0547294170170021
+2001,Lebanon,Sugar,3.359875,0.0374225231593437
 2002,Lebanon,Ruminants,3.522842,0.631797679260097
 2002,Lebanon,Cereals,3.522842,0.139608588747381
 2002,Lebanon,Monogastrics,3.522842,0.125461658513212
-2002,Lebanon,Oilcrops,3.522842,0.0465291943266261
-2002,Lebanon,Pulses,3.522842,0.0100983807959596
+2002,Lebanon,FruitVeg,3.522842,0.385533044059313
+2002,Lebanon,OilcropsPulses,3.522842,0.0566275751225857
 2002,Lebanon,Starchy Roots,3.522842,0.0772049952850568
+2002,Lebanon,Sugar,3.522842,0.0369539706861676
 2003,Lebanon,Ruminants,3.701464,0.674650813840145
 2003,Lebanon,Cereals,3.701464,0.130392731092346
 2003,Lebanon,Monogastrics,3.701464,0.117716530540348
-2003,Lebanon,Oilcrops,3.701464,0.0375543298543495
-2003,Lebanon,Pulses,3.701464,0.0101022190138821
+2003,Lebanon,FruitVeg,3.701464,0.378797146210256
+2003,Lebanon,OilcropsPulses,3.701464,0.0476565488682316
 2003,Lebanon,Starchy Roots,3.701464,0.0865949256834593
+2003,Lebanon,Sugar,3.701464,0.0376248424947534
 2004,Lebanon,Ruminants,3.863271,0.631569335933203
 2004,Lebanon,Cereals,3.863271,0.132978245636923
 2004,Lebanon,Monogastrics,3.863271,0.119211414368808
-2004,Lebanon,Oilcrops,3.863271,0.0424034451634379
-2004,Lebanon,Pulses,3.863271,0.00849539159950208
+2004,Lebanon,FruitVeg,3.863271,0.367210842832408
+2004,Lebanon,OilcropsPulses,3.863271,0.05089883676294
 2004,Lebanon,Starchy Roots,3.863271,0.0952992943026777
+2004,Lebanon,Sugar,3.863271,0.0365835065673622
 2005,Lebanon,Ruminants,3.986865,0.658514145826357
 2005,Lebanon,Cereals,3.986865,0.13728179910782
 2005,Lebanon,Monogastrics,3.986865,0.113453653434465
-2005,Lebanon,Oilcrops,3.986865,0.0361973630910502
-2005,Lebanon,Pulses,3.986865,0.00799324782755373
+2005,Lebanon,FruitVeg,3.986865,0.343334675239819
+2005,Lebanon,OilcropsPulses,3.986865,0.044190610918604
 2005,Lebanon,Starchy Roots,3.986865,0.0971956662691112
+2005,Lebanon,Sugar,3.986865,0.0351933160515844
 2006,Lebanon,Ruminants,4.057041,0.636363078411088
 2006,Lebanon,Cereals,4.057041,0.137868461275102
 2006,Lebanon,Monogastrics,4.057041,0.116195202365468
-2006,Lebanon,Oilcrops,4.057041,0.0409387038484452
-2006,Lebanon,Pulses,4.057041,0.00931343804511712
+2006,Lebanon,FruitVeg,4.057041,0.312547987560392
+2006,Lebanon,OilcropsPulses,4.057041,0.0502521418935623
 2006,Lebanon,Starchy Roots,4.057041,0.0820856875737761
+2006,Lebanon,Sugar,4.057041,0.0362399591229174
 2007,Lebanon,Ruminants,4.085426,0.646857267761061
 2007,Lebanon,Cereals,4.085426,0.130938364811895
 2007,Lebanon,Monogastrics,4.085426,0.116198702411939
-2007,Lebanon,Oilcrops,4.085426,0.0402469656775083
-2007,Lebanon,Pulses,4.085426,0.00944185502319709
+2007,Lebanon,FruitVeg,4.085426,0.325525171671204
+2007,Lebanon,OilcropsPulses,4.085426,0.0496888207007054
 2007,Lebanon,Starchy Roots,4.085426,0.10429340783556
+2007,Lebanon,Sugar,4.085426,0.0492849460496898
 2008,Lebanon,Ruminants,4.109389,0.665011465208088
 2008,Lebanon,Cereals,4.109389,0.132218195941051
 2008,Lebanon,Monogastrics,4.109389,0.117233097183061
-2008,Lebanon,Oilcrops,4.109389,0.0386529481633401
-2008,Lebanon,Pulses,4.109389,0.0101725584995726
+2008,Lebanon,FruitVeg,4.109389,0.323210822825486
+2008,Lebanon,OilcropsPulses,4.109389,0.0488255066629127
 2008,Lebanon,Starchy Roots,4.109389,0.0944072220955475
+2008,Lebanon,Sugar,4.109389,0.0471685693420603
 2009,Lebanon,Ruminants,4.181742,0.786342438151373
 2009,Lebanon,Cereals,4.181742,0.135518164439604
 2009,Lebanon,Monogastrics,4.181742,0.11165050354613
-2009,Lebanon,Oilcrops,4.181742,0.0391377564660852
-2009,Lebanon,Pulses,4.181742,0.00777905475756276
+2009,Lebanon,FruitVeg,4.181742,0.2704961233859
+2009,Lebanon,OilcropsPulses,4.181742,0.046916811223648
 2009,Lebanon,Starchy Roots,4.181742,0.0838779628202792
+2009,Lebanon,Sugar,4.181742,0.0493402031976148
 2010,Lebanon,Ruminants,4.337156,0.635873138987853
 2010,Lebanon,Cereals,4.337156,0.142993473142308
 2010,Lebanon,Monogastrics,4.337156,0.0980750980596501
-2010,Lebanon,Oilcrops,4.337156,0.0384226437785498
-2010,Lebanon,Pulses,4.337156,0.00759898883046863
+2010,Lebanon,FruitVeg,4.337156,0.295024204801487
+2010,Lebanon,OilcropsPulses,4.337156,0.0460216326090184
 2010,Lebanon,Starchy Roots,4.337156,0.0598698778646652
+2010,Lebanon,Sugar,4.337156,0.0524966129878658
 2011,Lebanon,Ruminants,4.591698,0.54907957796876
 2011,Lebanon,Cereals,4.591698,0.139140248335147
 2011,Lebanon,Monogastrics,4.591698,0.0995402136638777
-2011,Lebanon,Oilcrops,4.591698,0.0378345875534497
-2011,Lebanon,Pulses,4.591698,0.00805344776594628
+2011,Lebanon,FruitVeg,4.591698,0.29821604121177
+2011,Lebanon,OilcropsPulses,4.591698,0.045888035319396
 2011,Lebanon,Starchy Roots,4.591698,0.0640031204142781
+2011,Lebanon,Sugar,4.591698,0.0488006833202009
 1961,Lesotho,Ruminants,0.866253,0.361252197683587
 1961,Lesotho,Cereals,0.866253,0.196723128231591
 1961,Lesotho,Monogastrics,0.866253,0.0161269282761503
-1961,Lesotho,Oilcrops,0.866253,NA
-1961,Lesotho,Pulses,0.866253,0.0116086178056526
+1961,Lesotho,FruitVeg,0.866253,0.0301297657843609
+1961,Lesotho,OilcropsPulses,0.866253,0.0116086178056526
 1961,Lesotho,Starchy Roots,0.866253,0.00311687232252009
+1961,Lesotho,Sugar,0.866253,0.0112934673819311
 1962,Lesotho,Ruminants,0.88191,0.372339921307163
 1962,Lesotho,Cereals,0.88191,0.198065562245581
 1962,Lesotho,Monogastrics,0.88191,0.0165086006508601
-1962,Lesotho,Oilcrops,0.88191,NA
-1962,Lesotho,Pulses,0.88191,0.00780805297592725
+1962,Lesotho,FruitVeg,0.88191,0.0300030615368915
+1962,Lesotho,OilcropsPulses,0.88191,0.00780805297592725
 1962,Lesotho,Starchy Roots,0.88191,0.00306153689151954
+1962,Lesotho,Sugar,0.88191,0.0123255207447472
 1963,Lesotho,Ruminants,0.898342,0.356044579903867
 1963,Lesotho,Cereals,0.898342,0.20867776414773
 1963,Lesotho,Monogastrics,0.898342,0.0164930505308669
-1963,Lesotho,Oilcrops,0.898342,NA
-1963,Lesotho,Pulses,0.898342,0.00693945067691369
+1963,Lesotho,FruitVeg,0.898342,0.0298549995436037
+1963,Lesotho,OilcropsPulses,0.898342,0.00693945067691369
 1963,Lesotho,Starchy Roots,0.898342,0.00300553686680574
+1963,Lesotho,Sugar,0.898342,0.0133100756727393
 1964,Lesotho,Ruminants,0.915473,0.304087395259063
 1964,Lesotho,Cereals,0.915473,0.202591447262781
 1964,Lesotho,Monogastrics,0.915473,0.0165855246413603
-1964,Lesotho,Oilcrops,0.915473,NA
-1964,Lesotho,Pulses,0.915473,0.00685765718923442
+1964,Lesotho,FruitVeg,0.915473,0.0318523866897221
+1964,Lesotho,OilcropsPulses,0.915473,0.00685765718923442
 1964,Lesotho,Starchy Roots,0.915473,0.00294929506386316
+1964,Lesotho,Sugar,0.915473,0.0130610078068933
 1965,Lesotho,Ruminants,0.933251,0.334748958211671
 1965,Lesotho,Cereals,0.933251,0.204672697912994
 1965,Lesotho,Monogastrics,0.933251,0.0182119279807897
-1965,Lesotho,Oilcrops,0.933251,NA
-1965,Lesotho,Pulses,0.933251,0.00782533316331833
+1965,Lesotho,FruitVeg,0.933251,0.031046310156646
+1965,Lesotho,OilcropsPulses,0.933251,0.00782533316331833
 1965,Lesotho,Starchy Roots,0.933251,0.00289311235669718
+1965,Lesotho,Sugar,0.933251,0.0139758757290375
 1966,Lesotho,Ruminants,0.951736,0.24728159909891
 1966,Lesotho,Cereals,0.951736,0.204430640429699
 1966,Lesotho,Monogastrics,0.951736,0.0155350853598057
-1966,Lesotho,Oilcrops,0.951736,NA
-1966,Lesotho,Pulses,0.951736,0.00578416703791808
+1966,Lesotho,FruitVeg,0.951736,0.0314162751014987
+1966,Lesotho,OilcropsPulses,0.951736,0.00578416703791808
 1966,Lesotho,Starchy Roots,0.951736,0.00330974135684686
+1966,Lesotho,Sugar,0.951736,0.0132484218312641
 1967,Lesotho,Ruminants,0.970972,0.286861207120288
 1967,Lesotho,Cereals,0.970972,0.200996527191309
 1967,Lesotho,Monogastrics,0.970972,0.0160602983402199
-1967,Lesotho,Oilcrops,0.970972,NA
-1967,Lesotho,Pulses,0.970972,0.00655837655462773
+1967,Lesotho,FruitVeg,0.970972,0.030886575514021
+1967,Lesotho,OilcropsPulses,0.970972,0.00655837655462773
 1967,Lesotho,Starchy Roots,0.970972,0.00324417181957873
+1967,Lesotho,Sugar,0.970972,0.013209443732672
 1968,Lesotho,Ruminants,0.990869,0.262646626345158
 1968,Lesotho,Cereals,0.990869,0.20088932038443
 1968,Lesotho,Monogastrics,0.990869,0.0158852482013263
-1968,Lesotho,Oilcrops,0.990869,NA
-1968,Lesotho,Pulses,0.990869,0.006780916549009
+1968,Lesotho,FruitVeg,0.990869,0.0302663621528174
+1968,Lesotho,OilcropsPulses,0.990869,0.006780916549009
 1968,Lesotho,Starchy Roots,0.990869,0.00317902770194647
+1968,Lesotho,Sugar,0.990869,0.0132731975669841
 1969,Lesotho,Ruminants,1.011308,0.277831778251532
 1969,Lesotho,Cereals,1.011308,0.200905164400954
 1969,Lesotho,Monogastrics,1.011308,0.0158877414200224
-1969,Lesotho,Oilcrops,1.011308,NA
-1969,Lesotho,Pulses,1.011308,0.00456438592397173
+1969,Lesotho,FruitVeg,1.011308,0.0296546650476413
+1969,Lesotho,OilcropsPulses,1.011308,0.00456438592397173
 1969,Lesotho,Starchy Roots,1.011308,0.00311477808936546
+1969,Lesotho,Sugar,1.011308,0.0132205025570845
 1970,Lesotho,Ruminants,1.03224,0.325007362628846
 1970,Lesotho,Cereals,1.03224,0.20475373944044
 1970,Lesotho,Monogastrics,1.03224,0.01577433542587
-1970,Lesotho,Oilcrops,1.03224,NA
-1970,Lesotho,Pulses,1.03224,0.00488258544524529
+1970,Lesotho,FruitVeg,1.03224,0.0321921258622026
+1970,Lesotho,OilcropsPulses,1.03224,0.00488258544524529
 1970,Lesotho,Starchy Roots,1.03224,0.00348756103231807
+1970,Lesotho,Sugar,1.03224,0.0131626365961404
 1971,Lesotho,Ruminants,1.053524,0.332279188703817
 1971,Lesotho,Cereals,1.053524,0.208081638386976
 1971,Lesotho,Monogastrics,1.053524,0.0160360846074698
-1971,Lesotho,Oilcrops,1.053524,NA
-1971,Lesotho,Pulses,1.053524,0.00557177624809686
+1971,Lesotho,FruitVeg,1.053524,0.0324909541690555
+1971,Lesotho,OilcropsPulses,1.053524,0.00557177624809686
 1971,Lesotho,Starchy Roots,1.053524,0.00341710298009348
+1971,Lesotho,Sugar,1.053524,0.013102691538114
 1972,Lesotho,Ruminants,1.075281,0.335377822169275
 1972,Lesotho,Cereals,1.075281,0.19505506002617
 1972,Lesotho,Monogastrics,1.075281,0.018612902115819
-1972,Lesotho,Oilcrops,1.075281,NA
-1972,Lesotho,Pulses,1.075281,0.00358324940178428
+1972,Lesotho,FruitVeg,1.075281,0.0329792863446857
+1972,Lesotho,OilcropsPulses,1.075281,0.00358324940178428
 1972,Lesotho,Starchy Roots,1.075281,0.00334796206758977
+1972,Lesotho,Sugar,1.075281,0.0134448576697626
 1973,Lesotho,Ruminants,1.098033,0.339557736425044
 1973,Lesotho,Cereals,1.098033,0.190186451591163
 1973,Lesotho,Monogastrics,1.098033,0.0179868000324216
-1973,Lesotho,Oilcrops,1.098033,NA
-1973,Lesotho,Pulses,1.098033,0.00529765498851127
+1973,Lesotho,FruitVeg,1.098033,0.0345053381820036
+1973,Lesotho,OilcropsPulses,1.098033,0.00529765498851127
 1973,Lesotho,Starchy Roots,1.098033,0.00368841373619919
+1973,Lesotho,Sugar,1.098033,0.0130670025399965
 1974,Lesotho,Ruminants,1.122484,0.340396032371063
 1974,Lesotho,Cereals,1.122484,0.204636324437587
 1974,Lesotho,Monogastrics,1.122484,0.0175952619369185
-1974,Lesotho,Oilcrops,1.122484,2.67264388623802e-05
-1974,Lesotho,Pulses,1.122484,0.00934623567017436
+1974,Lesotho,FruitVeg,1.122484,0.0349688726075383
+1974,Lesotho,OilcropsPulses,1.122484,0.00937296210903674
 1974,Lesotho,Starchy Roots,1.122484,0.00360806924642133
+1974,Lesotho,Sugar,1.122484,0.0132251328304011
 1975,Lesotho,Ruminants,1.14909,0.32666605748897
 1975,Lesotho,Cereals,1.14909,0.191588996510282
 1975,Lesotho,Monogastrics,1.14909,0.01822320270823
-1975,Lesotho,Oilcrops,1.14909,6.09177697134254e-05
-1975,Lesotho,Pulses,1.14909,0.00817255393398254
+1975,Lesotho,FruitVeg,1.14909,0.0349755023540367
+1975,Lesotho,OilcropsPulses,1.14909,0.00823347170369597
 1975,Lesotho,Starchy Roots,1.14909,0.00516930788711067
+1975,Lesotho,Sugar,1.14909,0.0194406008232601
 1976,Lesotho,Ruminants,1.177975,0.308844584986948
 1976,Lesotho,Cereals,1.177975,0.198061079394724
 1976,Lesotho,Monogastrics,1.177975,0.0183632929391541
-1976,Lesotho,Oilcrops,1.177975,7.21577283049301e-05
-1976,Lesotho,Pulses,1.177975,0.00825144846028142
+1976,Lesotho,FruitVeg,1.177975,0.037744434304633
+1976,Lesotho,OilcropsPulses,1.177975,0.00832360618858635
 1976,Lesotho,Starchy Roots,1.177975,0.00569961162163883
+1976,Lesotho,Sugar,1.177975,0.0215429020140495
 1977,Lesotho,Ruminants,1.208836,0.313658511162805
 1977,Lesotho,Cereals,1.208836,0.207491338775483
 1977,Lesotho,Monogastrics,1.208836,0.0172249999172758
-1977,Lesotho,Oilcrops,1.208836,0.00028953472596779
-1977,Lesotho,Pulses,1.208836,0.0148820849147444
+1977,Lesotho,FruitVeg,1.208836,0.0384725471445258
+1977,Lesotho,OilcropsPulses,1.208836,0.0151716196407122
 1977,Lesotho,Starchy Roots,1.208836,0.00684956437432373
+1977,Lesotho,Sugar,1.208836,0.0216464433554262
 1978,Lesotho,Ruminants,1.241159,0.32836711493048
 1978,Lesotho,Cereals,1.241159,0.217719083534019
 1978,Lesotho,Monogastrics,1.241159,0.0186853577986382
-1978,Lesotho,Oilcrops,1.241159,0.000128911767146675
-1978,Lesotho,Pulses,1.241159,0.0125874283633281
+1978,Lesotho,FruitVeg,1.241159,0.0380781189194938
+1978,Lesotho,OilcropsPulses,1.241159,0.0127163401304748
 1978,Lesotho,Starchy Roots,1.241159,0.00903993767116059
+1978,Lesotho,Sugar,1.241159,0.0231525533795428
 1979,Lesotho,Ruminants,1.274216,0.338215420305505
 1979,Lesotho,Cereals,1.274216,0.209689722935515
 1979,Lesotho,Monogastrics,1.274216,0.017173775874734
-1979,Lesotho,Oilcrops,1.274216,0.000235438889481846
-1979,Lesotho,Pulses,1.274216,0.0114564563621866
+1979,Lesotho,FruitVeg,1.274216,0.0401329131010755
+1979,Lesotho,OilcropsPulses,1.274216,0.0116918952516685
 1979,Lesotho,Starchy Roots,1.274216,0.0128486849953226
+1979,Lesotho,Sugar,1.274216,0.0195814524382051
 1980,Lesotho,Ruminants,1.307403,0.34275927162474
 1980,Lesotho,Cereals,1.307403,0.203942472214
 1980,Lesotho,Monogastrics,1.307403,0.0181928601968941
-1980,Lesotho,Oilcrops,1.307403,0.00027153066040081
-1980,Lesotho,Pulses,1.307403,0.00956705774730515
+1980,Lesotho,FruitVeg,1.307403,0.0398920608259274
+1980,Lesotho,OilcropsPulses,1.307403,0.00983858840770596
 1980,Lesotho,Starchy Roots,1.307403,0.0151445269744677
+1980,Lesotho,Sugar,1.307403,0.0204672927934233
 1981,Lesotho,Ruminants,1.340694,0.336506167701205
 1981,Lesotho,Cereals,1.340694,0.208964909218658
 1981,Lesotho,Monogastrics,1.340694,0.0139897694775989
-1981,Lesotho,Oilcrops,1.340694,0.000410235296048166
-1981,Lesotho,Pulses,1.340694,0.00850305886354381
+1981,Lesotho,FruitVeg,1.340694,0.0411562966642649
+1981,Lesotho,OilcropsPulses,1.340694,0.00891329415959197
 1981,Lesotho,Starchy Roots,1.340694,0.0137279647704845
+1981,Lesotho,Sugar,1.340694,0.0207713318624533
 1982,Lesotho,Ruminants,1.374044,0.374037439849088
 1982,Lesotho,Cereals,1.374044,0.194891138857271
 1982,Lesotho,Monogastrics,1.374044,0.0198820416231212
-1982,Lesotho,Oilcrops,1.374044,0.000400278302587108
-1982,Lesotho,Pulses,1.374044,0.00917437869529651
+1982,Lesotho,FruitVeg,1.374044,0.0402847361510985
+1982,Lesotho,OilcropsPulses,1.374044,0.00957465699788362
 1982,Lesotho,Starchy Roots,1.374044,0.0159820209542052
+1982,Lesotho,Sugar,1.374044,0.0221768735207897
 1983,Lesotho,Ruminants,1.406818,0.400910139051391
 1983,Lesotho,Cereals,1.406818,0.206792918486968
 1983,Lesotho,Monogastrics,1.406818,0.0239385620599111
-1983,Lesotho,Oilcrops,1.406818,3.55412000699451e-06
-1983,Lesotho,Pulses,1.406818,0.0080870446639153
+1983,Lesotho,FruitVeg,1.406818,0.0496446590817007
+1983,Lesotho,OilcropsPulses,1.406818,0.0080905987839223
 1983,Lesotho,Starchy Roots,1.406818,0.0188084030770149
+1983,Lesotho,Sugar,1.406818,0.0193450751980711
 1984,Lesotho,Ruminants,1.438248,0.378361450876344
 1984,Lesotho,Cereals,1.438248,0.200996629232233
 1984,Lesotho,Monogastrics,1.438248,0.0236099754701554
-1984,Lesotho,Oilcrops,1.438248,0.000114722912877334
-1984,Lesotho,Pulses,1.438248,0.00813628803933675
+1984,Lesotho,FruitVeg,1.438248,0.0450151851419227
+1984,Lesotho,OilcropsPulses,1.438248,0.00825101095221408
 1984,Lesotho,Starchy Roots,1.438248,0.0182096550803478
+1984,Lesotho,Sugar,1.438248,0.0189112030748522
 1985,Lesotho,Ruminants,1.467856,0.365728722708495
 1985,Lesotho,Cereals,1.467856,0.213272964105471
 1985,Lesotho,Monogastrics,1.467856,0.0203440936985644
-1985,Lesotho,Oilcrops,1.467856,0.00011581517533055
-1985,Lesotho,Pulses,1.467856,0.00648633108424805
+1985,Lesotho,FruitVeg,1.467856,0.0396905418515168
+1985,Lesotho,OilcropsPulses,1.467856,0.0066021462595786
 1985,Lesotho,Starchy Roots,1.467856,0.0191299419016579
+1985,Lesotho,Sugar,1.467856,0.0144094516083322
 1986,Lesotho,Ruminants,1.495101,0.350562470361534
 1986,Lesotho,Cereals,1.495101,0.211393745305501
 1986,Lesotho,Monogastrics,1.495101,0.023357619318026
-1986,Lesotho,Oilcrops,1.495101,2.00655340341556e-05
-1986,Lesotho,Pulses,1.495101,0.00413483771330499
+1986,Lesotho,FruitVeg,1.495101,0.0350310781679632
+1986,Lesotho,OilcropsPulses,1.495101,0.00415490324733914
 1986,Lesotho,Starchy Roots,1.495101,0.0196842888875066
+1986,Lesotho,Sugar,1.495101,0.0156691755272721
 1987,Lesotho,Ruminants,1.520244,0.342621447609726
 1987,Lesotho,Cereals,1.520244,0.204504671618503
 1987,Lesotho,Monogastrics,1.520244,0.0249896069315189
-1987,Lesotho,Oilcrops,1.520244,6.57789144374193e-05
-1987,Lesotho,Pulses,1.520244,0.00415393844672303
+1987,Lesotho,FruitVeg,1.520244,0.0419689207785066
+1987,Lesotho,OilcropsPulses,1.520244,0.00421971736116045
 1987,Lesotho,Starchy Roots,1.520244,0.0230883989675342
+1987,Lesotho,Sugar,1.520244,0.0164138125195692
 1988,Lesotho,Ruminants,1.54458,0.34250262207202
 1988,Lesotho,Cereals,1.54458,0.203594504654987
 1988,Lesotho,Monogastrics,1.54458,0.0246813373214725
-1988,Lesotho,Oilcrops,1.54458,9.7113778502894e-05
-1988,Lesotho,Pulses,1.54458,0.00795556073495707
+1988,Lesotho,FruitVeg,1.54458,0.0472076551554468
+1988,Lesotho,OilcropsPulses,1.54458,0.00805267451345997
 1988,Lesotho,Starchy Roots,1.54458,0.0253466961892553
+1988,Lesotho,Sugar,1.54458,0.0162186484351733
 1989,Lesotho,Ruminants,1.569936,0.312501210240417
 1989,Lesotho,Cereals,1.569936,0.206819258874247
 1989,Lesotho,Monogastrics,1.569936,0.0243780638191621
-1989,Lesotho,Oilcrops,1.569936,0.000108284668929179
-1989,Lesotho,Pulses,1.569936,0.00919973807849492
+1989,Lesotho,FruitVeg,1.569936,0.0492924552338439
+1989,Lesotho,OilcropsPulses,1.569936,0.0093080227474241
 1989,Lesotho,Starchy Roots,1.569936,0.0292368606108784
+1989,Lesotho,Sugar,1.569936,0.0167121462276169
 1990,Lesotho,Ruminants,1.597534,0.279615081744739
 1990,Lesotho,Cereals,1.597534,0.208650958289464
 1990,Lesotho,Monogastrics,1.597534,0.0234517074440982
-1990,Lesotho,Oilcrops,1.597534,0.000106414010593828
-1990,Lesotho,Pulses,1.597534,0.00917288771318795
+1990,Lesotho,FruitVeg,1.597534,0.050011455155258
+1990,Lesotho,OilcropsPulses,1.597534,0.00927930172378178
 1990,Lesotho,Starchy Roots,1.597534,0.0294823146174041
+1990,Lesotho,Sugar,1.597534,0.0171038613262691
 1991,Lesotho,Ruminants,1.6279,0.290455679095768
 1991,Lesotho,Cereals,1.6279,0.218684194360833
 1991,Lesotho,Monogastrics,1.6279,0.020257202530868
-1991,Lesotho,Oilcrops,1.6279,0.00010442901898151
-1991,Lesotho,Pulses,1.6279,0.00437496160697832
+1991,Lesotho,FruitVeg,1.6279,0.047528103691873
+1991,Lesotho,OilcropsPulses,1.6279,0.00447939062595983
 1991,Lesotho,Starchy Roots,1.6279,0.0316788500522145
+1991,Lesotho,Sugar,1.6279,0.0167848147920634
 1992,Lesotho,Ruminants,1.66036,0.315392987063047
 1992,Lesotho,Cereals,1.66036,0.219033221710954
 1992,Lesotho,Monogastrics,1.66036,0.0185921727818064
-1992,Lesotho,Oilcrops,1.66036,0.000102387434050447
-1992,Lesotho,Pulses,1.66036,0.0039118022597509
+1992,Lesotho,FruitVeg,1.66036,0.0464152352501867
+1992,Lesotho,OilcropsPulses,1.66036,0.00401418969380134
 1992,Lesotho,Starchy Roots,1.66036,0.0338781950902214
+1992,Lesotho,Sugar,1.66036,0.017111349345925
 1993,Lesotho,Ruminants,1.693459,0.320032666867045
 1993,Lesotho,Cereals,1.693459,0.221114299194725
 1993,Lesotho,Monogastrics,1.693459,0.0206328585457339
-1993,Lesotho,Oilcrops,1.693459,0.000100386250862879
-1993,Lesotho,Pulses,1.693459,0.00306296166603384
+1993,Lesotho,FruitVeg,1.693459,0.0456899163192023
+1993,Lesotho,OilcropsPulses,1.693459,0.00316334791689672
 1993,Lesotho,Starchy Roots,1.693459,0.0358733219995288
+1993,Lesotho,Sugar,1.693459,0.0167769045486191
 1994,Lesotho,Ruminants,1.725118,0.284981722989384
 1994,Lesotho,Cereals,1.725118,0.223705276972358
 1994,Lesotho,Monogastrics,1.725118,0.0189692531177577
-1994,Lesotho,Oilcrops,1.725118,9.85439836579295e-05
-1994,Lesotho,Pulses,1.725118,0.00388147361513821
+1994,Lesotho,FruitVeg,1.725118,0.0478471617593695
+1994,Lesotho,OilcropsPulses,1.725118,0.00398001759879614
 1994,Lesotho,Starchy Roots,1.725118,0.0404320168243564
+1994,Lesotho,Sugar,1.725118,0.0164690183512084
 1995,Lesotho,Ruminants,1.753824,0.227413412064152
 1995,Lesotho,Cereals,1.753824,0.212582904555987
 1995,Lesotho,Monogastrics,1.753824,0.0220428047512179
-1995,Lesotho,Oilcrops,1.753824,9.69310489536008e-05
-1995,Lesotho,Pulses,1.753824,0.00460080372945062
+1995,Lesotho,FruitVeg,1.753824,0.0425230809933038
+1995,Lesotho,OilcropsPulses,1.753824,0.00469773477840422
 1995,Lesotho,Starchy Roots,1.753824,0.0399065128541975
+1995,Lesotho,Sugar,1.753824,0.0161994590107103
 1996,Lesotho,Ruminants,1.779201,0.223718961488893
 1996,Lesotho,Cereals,1.779201,0.219655339672134
 1996,Lesotho,Monogastrics,1.779201,0.0216553385480336
-1996,Lesotho,Oilcrops,1.779201,9.55485074480062e-05
-1996,Lesotho,Pulses,1.779201,0.00572166944600413
+1996,Lesotho,FruitVeg,1.779201,0.0440028979300259
+1996,Lesotho,OilcropsPulses,1.779201,0.00581721795345214
 1996,Lesotho,Starchy Roots,1.779201,0.0455530319508588
+1996,Lesotho,Sugar,1.779201,0.0156351081187567
 1997,Lesotho,Ruminants,1.801695,0.243051681888444
 1997,Lesotho,Cereals,1.801695,0.223061616977346
 1997,Lesotho,Monogastrics,1.801695,0.0238256752669014
-1997,Lesotho,Oilcrops,1.801695,9.43555929277708e-05
-1997,Lesotho,Pulses,1.801695,0.00599546538121047
+1997,Lesotho,FruitVeg,1.801695,0.0423301391189963
+1997,Lesotho,OilcropsPulses,1.801695,0.00608982097413824
 1997,Lesotho,Starchy Roots,1.801695,0.0412111927934528
+1997,Lesotho,Sugar,1.801695,0.0155769983265758
 1998,Lesotho,Ruminants,1.821632,0.228919123072058
 1998,Lesotho,Cereals,1.821632,0.226834508836033
 1998,Lesotho,Monogastrics,1.821632,0.023445569686962
-1998,Lesotho,Oilcrops,1.821632,9.33229104451393e-05
-1998,Lesotho,Pulses,1.821632,0.00655730685451288
+1998,Lesotho,FruitVeg,1.821632,0.0388816182412255
+1998,Lesotho,OilcropsPulses,1.821632,0.00665062976495802
 1998,Lesotho,Starchy Roots,1.821632,0.0432304658679689
+1998,Lesotho,Sugar,1.821632,0.015487760425816
 1999,Lesotho,Ruminants,1.839631,0.248170040622277
 1999,Lesotho,Cereals,1.839631,0.22835503424328
 1999,Lesotho,Monogastrics,1.839631,0.024127610374037
-1999,Lesotho,Oilcrops,1.839631,0.000815380910628273
-1999,Lesotho,Pulses,1.839631,0.00673776425815829
+1999,Lesotho,FruitVeg,1.839631,0.0378760740605045
+1999,Lesotho,OilcropsPulses,1.839631,0.00755314516878657
 1999,Lesotho,Starchy Roots,1.839631,0.0452047176852314
+1999,Lesotho,Sugar,1.839631,0.015685754371393
 2000,Lesotho,Ruminants,1.856225,0.250662554377837
 2000,Lesotho,Cereals,1.856225,0.228304758313243
 2000,Lesotho,Monogastrics,1.856225,0.0247672022518822
-2000,Lesotho,Oilcrops,1.856225,0.000818866247356867
-2000,Lesotho,Pulses,1.856225,0.00676803727996337
+2000,Lesotho,FruitVeg,1.856225,0.0381096041697531
+2000,Lesotho,OilcropsPulses,1.856225,0.00758690352732023
 2000,Lesotho,Starchy Roots,1.856225,0.0457945561556385
+2000,Lesotho,Sugar,1.856225,0.0156845210036499
 2001,Lesotho,Ruminants,1.871489,0.251770862666038
 2001,Lesotho,Cereals,1.871489,0.230319280530102
 2001,Lesotho,Monogastrics,1.871489,0.0266205144673573
-2001,Lesotho,Oilcrops,1.871489,0.000828217531601842
-2001,Lesotho,Pulses,1.871489,0.00672085168547611
+2001,Lesotho,FruitVeg,1.871489,0.0384656281709377
+2001,Lesotho,OilcropsPulses,1.871489,0.00754906921707795
 2001,Lesotho,Starchy Roots,1.871489,0.0459115709469839
+2001,Lesotho,Sugar,1.871489,0.015829107197531
 2002,Lesotho,Ruminants,1.885488,0.245954044788405
 2002,Lesotho,Cereals,1.885488,0.234402446475395
 2002,Lesotho,Monogastrics,1.885488,0.0282307285965225
-2002,Lesotho,Oilcrops,1.885488,0.000848586678886315
-2002,Lesotho,Pulses,1.885488,0.00669481852973872
+2002,Lesotho,FruitVeg,1.885488,0.0384706770873111
+2002,Lesotho,OilcropsPulses,1.885488,0.00754340520862504
 2002,Lesotho,Starchy Roots,1.885488,0.0465396756701713
+2002,Lesotho,Sugar,1.885488,0.016327338068447
 2003,Lesotho,Ruminants,1.898778,0.24230605157633
 2003,Lesotho,Cereals,1.898778,0.236500528234475
 2003,Lesotho,Monogastrics,1.898778,0.0288468688809329
-2003,Lesotho,Oilcrops,1.898778,0.000832114128139256
-2003,Lesotho,Pulses,1.898778,0.00661636062773004
+2003,Lesotho,FruitVeg,1.898778,0.0404955186967618
+2003,Lesotho,OilcropsPulses,1.898778,0.0074484747558693
 2003,Lesotho,Starchy Roots,1.898778,0.0423077368707664
+2003,Lesotho,Sugar,1.898778,0.0173843387694612
 2004,Lesotho,Ruminants,1.912042,0.243895583883618
 2004,Lesotho,Cereals,1.912042,0.238318509739849
 2004,Lesotho,Monogastrics,1.912042,0.0298472523093112
-2004,Lesotho,Oilcrops,1.912042,0.000817450662694648
-2004,Lesotho,Pulses,1.912042,0.00663583749729347
+2004,Lesotho,FruitVeg,1.912042,0.0398056109646127
+2004,Lesotho,OilcropsPulses,1.912042,0.00745328815998812
 2004,Lesotho,Starchy Roots,1.912042,0.0498331103605465
+2004,Lesotho,Sugar,1.912042,0.0170184546155367
 2005,Lesotho,Ruminants,1.925844,0.249442841683958
 2005,Lesotho,Cereals,1.925844,0.241946907433832
 2005,Lesotho,Monogastrics,1.925844,0.0314288177027838
-2005,Lesotho,Oilcrops,1.925844,0.000830804571917559
-2005,Lesotho,Pulses,1.925844,0.00612562595931965
+2005,Lesotho,FruitVeg,1.925844,0.0409732044755442
+2005,Lesotho,OilcropsPulses,1.925844,0.00695643053123721
 2005,Lesotho,Starchy Roots,1.925844,0.0486659355586434
+2005,Lesotho,Sugar,1.925844,0.0166399770697938
 2006,Lesotho,Ruminants,1.940345,0.346528581257457
 2006,Lesotho,Cereals,1.940345,0.240899943051365
 2006,Lesotho,Monogastrics,1.940345,0.0326723855809147
-2006,Lesotho,Oilcrops,1.940345,0.000850364239349188
-2006,Lesotho,Pulses,1.940345,0.00674467684870474
+2006,Lesotho,FruitVeg,1.940345,0.0400207179651041
+2006,Lesotho,OilcropsPulses,1.940345,0.00759504108805393
 2006,Lesotho,Starchy Roots,1.940345,0.0507177847238507
+2006,Lesotho,Sugar,1.940345,0.0170634603640074
 2007,Lesotho,Ruminants,1.955656,0.250645154362526
 2007,Lesotho,Cereals,1.955656,0.237094867399993
 2007,Lesotho,Monogastrics,1.955656,0.0365511623721145
-2007,Lesotho,Oilcrops,1.955656,0.000859046785324208
-2007,Lesotho,Pulses,1.955656,0.00905271683772606
+2007,Lesotho,FruitVeg,1.955656,0.0406441623680238
+2007,Lesotho,OilcropsPulses,1.955656,0.00991176362305027
 2007,Lesotho,Starchy Roots,1.955656,0.0462964856805082
+2007,Lesotho,Sugar,1.955656,0.0172330921184503
 2008,Lesotho,Ruminants,1.972194,0.254173220281575
 2008,Lesotho,Cereals,1.972194,0.240962603070489
 2008,Lesotho,Monogastrics,1.972194,0.0364199465164178
-2008,Lesotho,Oilcrops,1.972194,0.000861984165857923
-2008,Lesotho,Pulses,1.972194,0.00583613985236746
+2008,Lesotho,FruitVeg,1.972194,0.0426088914173758
+2008,Lesotho,OilcropsPulses,1.972194,0.00669812401822539
 2008,Lesotho,Starchy Roots,1.972194,0.0476880063523163
+2008,Lesotho,Sugar,1.972194,0.0170759063256454
 2009,Lesotho,Ruminants,1.990413,0.254538078278227
 2009,Lesotho,Cereals,1.990413,0.239399059391192
 2009,Lesotho,Monogastrics,1.990413,0.038089080005004
-2009,Lesotho,Oilcrops,1.990413,0.000854094100068679
-2009,Lesotho,Pulses,1.990413,0.00831586208490399
+2009,Lesotho,FruitVeg,1.990413,0.0378494312486906
+2009,Lesotho,OilcropsPulses,1.990413,0.00916995618497267
 2009,Lesotho,Starchy Roots,1.990413,0.0456689139389664
+2009,Lesotho,Sugar,1.990413,0.0172175322407963
 2010,Lesotho,Ruminants,2.010586,0.268060654953332
 2010,Lesotho,Cereals,2.010586,0.238348421803395
 2010,Lesotho,Monogastrics,2.010586,0.0343018900957233
-2010,Lesotho,Oilcrops,2.010586,0.000845524638090587
-2010,Lesotho,Pulses,2.010586,0.0110221597086621
+2010,Lesotho,FruitVeg,2.010586,0.0385176262044996
+2010,Lesotho,OilcropsPulses,2.010586,0.0118676843467526
 2010,Lesotho,Starchy Roots,2.010586,0.0487917452921686
+2010,Lesotho,Sugar,2.010586,0.0170940213450208
 2011,Lesotho,Ruminants,2.03295,0.301151036670848
 2011,Lesotho,Cereals,2.03295,0.237697926658304
 2011,Lesotho,Monogastrics,2.03295,0.035016306352837
-2011,Lesotho,Oilcrops,2.03295,0.000836223222410782
-2011,Lesotho,Pulses,2.03295,0.00997663493937382
+2011,Lesotho,FruitVeg,2.03295,0.0402887429597383
+2011,Lesotho,OilcropsPulses,2.03295,0.0108128581617846
 2011,Lesotho,Starchy Roots,2.03295,0.0540101822474729
+2011,Lesotho,Sugar,2.03295,0.0169059740770801
 1961,Liberia,Ruminants,1.144896,0.165771825563195
 1961,Liberia,Cereals,1.144896,0.116563425848287
 1961,Liberia,Monogastrics,1.144896,0.0196183758175415
-1961,Liberia,Oilcrops,1.144896,0.00628790737324613
-1961,Liberia,Pulses,1.144896,0.00165080496394432
+1961,Liberia,FruitVeg,1.144896,0.109533966403935
+1961,Liberia,OilcropsPulses,1.144896,0.00793871233719045
 1961,Liberia,Starchy Roots,1.144896,0.245403075912572
+1961,Liberia,Sugar,1.144896,0.00173989602549052
 1962,Liberia,Ruminants,1.170267,0.15530242243864
 1962,Liberia,Cereals,1.170267,0.121173202354676
 1962,Liberia,Monogastrics,1.170267,0.0191768203324541
-1962,Liberia,Oilcrops,1.170267,0.00617636829885829
-1962,Liberia,Pulses,1.170267,0.00155861867419999
+1962,Liberia,FruitVeg,1.170267,0.108464136816641
+1962,Liberia,OilcropsPulses,1.170267,0.00773498697305829
 1962,Liberia,Starchy Roots,1.170267,0.240277646041459
+1962,Liberia,Sugar,1.170267,0.0023627086810104
 1963,Liberia,Ruminants,1.196588,0.15378718489572
 1963,Liberia,Cereals,1.196588,0.133553904936369
 1963,Liberia,Monogastrics,1.196588,0.0190629523277853
-1963,Liberia,Oilcrops,1.196588,0.00550064015350313
-1963,Liberia,Pulses,1.196588,0.00149257722791805
+1963,Liberia,FruitVeg,1.196588,0.106699214767322
+1963,Liberia,OilcropsPulses,1.196588,0.00699321738142117
 1963,Liberia,Starchy Roots,1.196588,0.239290382320398
+1963,Liberia,Sugar,1.196588,0.00279795552019576
 1964,Liberia,Ruminants,1.224094,0.132124166934892
 1964,Liberia,Cereals,1.224094,0.143676874488397
 1964,Liberia,Monogastrics,1.224094,0.0202175649909239
-1964,Liberia,Oilcrops,1.224094,0.005381122691558
-1964,Liberia,Pulses,1.224094,0.00156932392446985
+1964,Liberia,FruitVeg,1.224094,0.105045854321645
+1964,Liberia,OilcropsPulses,1.224094,0.00695044661602785
 1964,Liberia,Starchy Roots,1.224094,0.23151489999951
+1964,Liberia,Sugar,1.224094,0.00241321336433313
 1965,Liberia,Ruminants,1.252968,0.1351949930086
 1965,Liberia,Cereals,1.252968,0.135520619840251
 1965,Liberia,Monogastrics,1.252968,0.0203488038002567
-1965,Liberia,Oilcrops,1.252968,0.0052874454894299
-1965,Liberia,Pulses,1.252968,0.0014701093723064
+1965,Liberia,FruitVeg,1.252968,0.101746413316222
+1965,Liberia,OilcropsPulses,1.252968,0.00675755486173629
 1965,Liberia,Starchy Roots,1.252968,0.228490272696509
+1965,Liberia,Sugar,1.252968,0.00356992357346716
 1966,Liberia,Ruminants,1.283304,0.133854721874162
 1966,Liberia,Cereals,1.283304,0.15299570483689
 1966,Liberia,Monogastrics,1.283304,0.0204863383890333
-1966,Liberia,Oilcrops,1.283304,0.00547025490452769
-1966,Liberia,Pulses,1.283304,0.00139405783820513
+1966,Liberia,FruitVeg,1.283304,0.099869555459969
+1966,Liberia,OilcropsPulses,1.283304,0.00686431274273282
 1966,Liberia,Starchy Roots,1.283304,0.225231122165909
+1966,Liberia,Sugar,1.283304,0.00352761309868901
 1967,Liberia,Ruminants,1.315119,0.132864250307387
 1967,Liberia,Cereals,1.315119,0.137033987038435
 1967,Liberia,Monogastrics,1.315119,0.0209511078465143
-1967,Liberia,Oilcrops,1.315119,0.00612644178967835
-1967,Liberia,Pulses,1.315119,0.00140367525676384
+1967,Liberia,FruitVeg,1.315119,0.0990716429463798
+1967,Liberia,OilcropsPulses,1.315119,0.00753011704644219
 1967,Liberia,Starchy Roots,1.315119,0.220775458342553
+1967,Liberia,Sugar,1.315119,0.00351679201653995
 1968,Liberia,Ruminants,1.348448,0.128583972092361
 1968,Liberia,Cereals,1.348448,0.151945050902964
 1968,Liberia,Monogastrics,1.348448,0.0208729591352429
-1968,Liberia,Oilcrops,1.348448,0.00555453380478891
-1968,Liberia,Pulses,1.348448,0.00136304848240347
+1968,Liberia,FruitVeg,1.348448,0.0997294667647547
+1968,Liberia,OilcropsPulses,1.348448,0.00691758228719239
 1968,Liberia,Starchy Roots,1.348448,0.219062210778614
+1968,Liberia,Sugar,1.348448,0.00318440162319941
 1969,Liberia,Ruminants,1.383305,0.131490307632807
 1969,Liberia,Cereals,1.383305,0.136144234279497
 1969,Liberia,Monogastrics,1.383305,0.0211161674395741
-1969,Liberia,Oilcrops,1.383305,0.00563071773759222
-1969,Liberia,Pulses,1.383305,0.00141978811614214
+1969,Liberia,FruitVeg,1.383305,0.0983514120168726
+1969,Liberia,OilcropsPulses,1.383305,0.00705050585373435
 1969,Liberia,Starchy Roots,1.383305,0.213939803586339
+1969,Liberia,Sugar,1.383305,0.00325524739663343
 1970,Liberia,Ruminants,1.419728,0.134556337551982
 1970,Liberia,Cereals,1.419728,0.173364898064981
 1970,Liberia,Monogastrics,1.419728,0.0210135321695423
-1970,Liberia,Oilcrops,1.419728,0.00559614235966326
-1970,Liberia,Pulses,1.419728,0.00133828451647076
+1970,Liberia,FruitVeg,1.419728,0.0988689382755006
+1970,Liberia,OilcropsPulses,1.419728,0.00693442687613402
 1970,Liberia,Starchy Roots,1.419728,0.212176557763177
+1970,Liberia,Sugar,1.419728,0.00407401981224573
 1971,Liberia,Ruminants,1.457714,0.153379057894759
 1971,Liberia,Cereals,1.457714,0.180739843343756
 1971,Liberia,Monogastrics,1.457714,0.0215392045353204
-1971,Liberia,Oilcrops,1.457714,0.00655135369489488
-1971,Liberia,Pulses,1.457714,0.00144266982412188
+1971,Liberia,FruitVeg,1.457714,0.0971034098595472
+1971,Liberia,OilcropsPulses,1.457714,0.00799402351901676
 1971,Liberia,Starchy Roots,1.457714,0.208995728928994
+1971,Liberia,Sugar,1.457714,0.00477254111574698
 1972,Liberia,Ruminants,1.497356,0.155229751642228
 1972,Liberia,Cereals,1.497356,0.16884561854362
 1972,Liberia,Monogastrics,1.497356,0.0212444468783643
-1972,Liberia,Oilcrops,1.497356,0.00884959889298203
-1972,Liberia,Pulses,1.497356,0.0012896064796882
+1972,Liberia,FruitVeg,1.497356,0.0952632506898827
+1972,Liberia,OilcropsPulses,1.497356,0.0101392053726702
 1972,Liberia,Starchy Roots,1.497356,0.201807719740663
+1972,Liberia,Sugar,1.497356,0.00486524246738919
 1973,Liberia,Ruminants,1.538882,0.14124039400032
 1973,Liberia,Cereals,1.538882,0.176781585592657
 1973,Liberia,Monogastrics,1.538882,0.0212603695410044
-1973,Liberia,Oilcrops,1.538882,0.00950820140855504
-1973,Liberia,Pulses,1.538882,0.00115018565426069
+1973,Liberia,FruitVeg,1.538882,0.0936608524890147
+1973,Liberia,OilcropsPulses,1.538882,0.0106583870628157
 1973,Liberia,Starchy Roots,1.538882,0.185349493983294
+1973,Liberia,Sugar,1.538882,0.00533179282102201
 1974,Liberia,Ruminants,1.582584,0.12172364942398
 1974,Liberia,Cereals,1.582584,0.174253625715918
 1974,Liberia,Monogastrics,1.582584,0.0211445332443649
-1974,Liberia,Oilcrops,1.582584,0.011989884897105
-1974,Liberia,Pulses,1.582584,0.0014059285320716
+1974,Liberia,FruitVeg,1.582584,0.096892171284431
+1974,Liberia,OilcropsPulses,1.582584,0.0133958134291766
 1974,Liberia,Starchy Roots,1.582584,0.186146833280256
+1974,Liberia,Sugar,1.582584,0.00422726376609393
 1975,Liberia,Ruminants,1.628656,0.122239380200607
 1975,Liberia,Cereals,1.628656,0.156683793262666
 1975,Liberia,Monogastrics,1.628656,0.0202506238272539
-1975,Liberia,Oilcrops,1.628656,0.0108838207700091
-1975,Liberia,Pulses,1.628656,0.00151044787849613
+1975,Liberia,FruitVeg,1.628656,0.0962658781228203
+1975,Liberia,OilcropsPulses,1.628656,0.0123942686485053
 1975,Liberia,Starchy Roots,1.628656,0.179839696043855
+1975,Liberia,Sugar,1.628656,0.00293063728620408
 1976,Liberia,Ruminants,1.676016,0.126238234002539
 1976,Liberia,Cereals,1.676016,0.166262732575345
 1976,Liberia,Monogastrics,1.676016,0.0201100705482525
-1976,Liberia,Oilcrops,1.676016,0.0104766302946989
-1976,Liberia,Pulses,1.676016,0.00159962673387366
+1976,Liberia,FruitVeg,1.676016,0.0970521761128772
+1976,Liberia,OilcropsPulses,1.676016,0.0120762570285725
 1976,Liberia,Starchy Roots,1.676016,0.188722542028238
+1976,Liberia,Sugar,1.676016,0.00498085937127092
 1977,Liberia,Ruminants,1.724313,0.138173985813481
 1977,Liberia,Cereals,1.724313,0.184596416079911
 1977,Liberia,Monogastrics,1.724313,0.0207823637587839
-1977,Liberia,Oilcrops,1.724313,0.00968385670119056
-1977,Liberia,Pulses,1.724313,0.00155076253557214
+1977,Liberia,FruitVeg,1.724313,0.0968287080129884
+1977,Liberia,OilcropsPulses,1.724313,0.0112346192367627
 1977,Liberia,Starchy Roots,1.724313,0.189384989848131
+1977,Liberia,Sugar,1.724313,0.00596353446271066
 1978,Liberia,Ruminants,1.7752,0.146086187471834
 1978,Liberia,Cereals,1.7752,0.17818330328977
 1978,Liberia,Monogastrics,1.7752,0.0206350270392068
-1978,Liberia,Oilcrops,1.7752,0.00945245606128887
-1978,Liberia,Pulses,1.7752,0.00158968003605228
+1978,Liberia,FruitVeg,1.7752,0.0961035376295629
+1978,Liberia,OilcropsPulses,1.7752,0.0110421360973411
 1978,Liberia,Starchy Roots,1.7752,0.189854100946372
+1978,Liberia,Sugar,1.7752,0.00642350157728707
 1979,Liberia,Ruminants,1.830963,0.142021220527122
 1979,Liberia,Cereals,1.830963,0.189874945588742
 1979,Liberia,Monogastrics,1.830963,0.0212025038190286
-1979,Liberia,Oilcrops,1.830963,0.00936720184951853
-1979,Liberia,Pulses,1.830963,0.00146371062659377
+1979,Liberia,FruitVeg,1.830963,0.0938009124160346
+1979,Liberia,OilcropsPulses,1.830963,0.0108309124761123
 1979,Liberia,Starchy Roots,1.830963,0.186808799522437
+1979,Liberia,Sugar,1.830963,0.00659161326580603
 1980,Liberia,Ruminants,1.892529,0.159262288715259
 1980,Liberia,Cereals,1.892529,0.187984966148471
 1980,Liberia,Monogastrics,1.892529,0.0216982672392339
-1980,Liberia,Oilcrops,1.892529,0.00910897534463144
-1980,Liberia,Pulses,1.892529,0.00143511671419566
+1980,Liberia,FruitVeg,1.892529,0.0913740291430145
+1980,Liberia,OilcropsPulses,1.892529,0.0105440920588271
 1980,Liberia,Starchy Roots,1.892529,0.180895510716084
+1980,Liberia,Sugar,1.892529,0.00568181517958245
 1981,Liberia,Ruminants,1.961795,0.151647292403131
 1981,Liberia,Cereals,1.961795,0.199959221019525
 1981,Liberia,Monogastrics,1.961795,0.0221656187318247
-1981,Liberia,Oilcrops,1.961795,0.00870682206856476
-1981,Liberia,Pulses,1.961795,0.00136099847333692
+1981,Liberia,FruitVeg,1.961795,0.0883777356961354
+1981,Liberia,OilcropsPulses,1.961795,0.0100678205419017
 1981,Liberia,Starchy Roots,1.961795,0.174477965332769
+1981,Liberia,Sugar,1.961795,0.00550057472875606
 1982,Liberia,Ruminants,2.036325,0.157961327391256
 1982,Liberia,Cereals,2.036325,0.202050753195094
 1982,Liberia,Monogastrics,2.036325,0.0216926571151462
-1982,Liberia,Oilcrops,2.036325,0.00935656145261685
-1982,Liberia,Pulses,2.036325,0.00134114151719396
+1982,Liberia,FruitVeg,2.036325,0.0885914576504242
+1982,Liberia,OilcropsPulses,2.036325,0.0106977029698108
 1982,Liberia,Starchy Roots,2.036325,0.168771193203442
+1982,Liberia,Sugar,2.036325,0.00510625759640529
 1983,Liberia,Ruminants,2.107523,0.164239251481478
 1983,Liberia,Cereals,2.107523,0.184468686699979
 1983,Liberia,Monogastrics,2.107523,0.0219787399710466
-1983,Liberia,Oilcrops,2.107523,0.00915055256810958
-1983,Liberia,Pulses,2.107523,0.00132098202486995
+1983,Liberia,FruitVeg,2.107523,0.0888312962658059
+1983,Liberia,OilcropsPulses,2.107523,0.0104715345929795
 1983,Liberia,Starchy Roots,2.107523,0.150055776378241
+1983,Liberia,Sugar,2.107523,0.00721842656046933
 1984,Liberia,Ruminants,2.163835,0.125972821402741
 1984,Liberia,Cereals,2.163835,0.194876688841802
 1984,Liberia,Monogastrics,2.163835,0.0218433937892677
-1984,Liberia,Oilcrops,2.163835,0.00813047205540163
-1984,Liberia,Pulses,2.163835,0.00140583732123752
+1984,Liberia,FruitVeg,2.163835,0.0885686755228564
+1984,Liberia,OilcropsPulses,2.163835,0.00953630937663916
 1984,Liberia,Starchy Roots,2.163835,0.122903086418327
+1984,Liberia,Sugar,2.163835,0.00674127186222609
 1985,Liberia,Ruminants,2.197442,0.15163913313753
 1985,Liberia,Cereals,2.197442,0.180822520002803
 1985,Liberia,Monogastrics,2.197442,0.0233419130061226
-1985,Liberia,Oilcrops,2.197442,0.00950195727577793
-1985,Liberia,Pulses,2.197442,0.00135157150905462
+1985,Liberia,FruitVeg,2.197442,0.0878940149501102
+1985,Liberia,OilcropsPulses,2.197442,0.0108535287848325
 1985,Liberia,Starchy Roots,2.197442,0.150916383686122
+1985,Liberia,Sugar,2.197442,0.00572165272166455
 1986,Liberia,Ruminants,2.206867,0.144306294851479
 1986,Liberia,Cereals,2.206867,0.188123253462941
 1986,Liberia,Monogastrics,2.206867,0.0232958306957329
-1986,Liberia,Oilcrops,2.206867,0.00913784111140363
-1986,Liberia,Pulses,2.206867,0.00141739397979126
+1986,Liberia,FruitVeg,2.206867,0.0861035123548451
+1986,Liberia,OilcropsPulses,2.206867,0.0105552350911949
 1986,Liberia,Starchy Roots,2.206867,0.161159689278964
+1986,Liberia,Sugar,2.206867,0.00699543742327925
 1987,Liberia,Ruminants,2.196204,0.167229046117756
 1987,Liberia,Cereals,2.196204,0.183412378813626
 1987,Liberia,Monogastrics,2.196204,0.026342225039204
-1987,Liberia,Oilcrops,2.196204,0.00941761330003952
-1987,Liberia,Pulses,2.196204,0.0013341201454874
+1987,Liberia,FruitVeg,2.196204,0.0834485321035751
+1987,Liberia,OilcropsPulses,2.196204,0.0107517334455269
 1987,Liberia,Starchy Roots,2.196204,0.191820067716842
+1987,Liberia,Sugar,2.196204,0.00720470411673961
 1988,Liberia,Ruminants,2.170426,0.118033095806998
 1988,Liberia,Cereals,2.170426,0.183251122129941
 1988,Liberia,Monogastrics,2.170426,0.0296373615133619
-1988,Liberia,Oilcrops,2.170426,0.00889364576355057
-1988,Liberia,Pulses,2.170426,0.00134996539849781
+1988,Liberia,FruitVeg,2.170426,0.0815600255433726
+1988,Liberia,OilcropsPulses,2.170426,0.0102436111620484
 1988,Liberia,Starchy Roots,2.170426,0.228660180075248
+1988,Liberia,Sugar,2.170426,0.00844488593483491
 1989,Liberia,Ruminants,2.137018,0.105845154322519
 1989,Liberia,Cereals,2.137018,0.204842448683165
 1989,Liberia,Monogastrics,2.137018,0.0306920203760567
-1989,Liberia,Oilcrops,2.137018,0.00886749667059426
-1989,Liberia,Pulses,2.137018,0.00136872969717616
+1989,Liberia,FruitVeg,2.137018,0.0853324585941719
+1989,Liberia,OilcropsPulses,2.137018,0.0102362263677704
 1989,Liberia,Starchy Roots,2.137018,0.200838270898982
+1989,Liberia,Sugar,2.137018,0.00705702993610723
 1990,Liberia,Ruminants,2.102877,0.0817177133993096
 1990,Liberia,Cereals,2.102877,0.140516064420316
 1990,Liberia,Monogastrics,2.102877,0.027221373385129
-1990,Liberia,Oilcrops,2.102877,0.00964963713997538
-1990,Liberia,Pulses,2.102877,0.00133721563362955
+1990,Liberia,FruitVeg,2.102877,0.0796537315306601
+1990,Liberia,OilcropsPulses,2.102877,0.0109868527736049
 1990,Liberia,Starchy Roots,2.102877,0.20970508498595
+1990,Liberia,Sugar,2.102877,0.00457658721836798
 1991,Liberia,Ruminants,2.06606,0.0865026185105951
 1991,Liberia,Cereals,2.06606,0.163051411866064
 1991,Liberia,Monogastrics,2.06606,0.026824293582955
-1991,Liberia,Oilcrops,2.06606,0.0106981404218658
-1991,Liberia,Pulses,2.06606,0.00268627242190449
+1991,Liberia,FruitVeg,2.06606,0.0849079891193867
+1991,Liberia,OilcropsPulses,2.06606,0.0133844128437703
 1991,Liberia,Starchy Roots,2.06606,0.155273806181815
+1991,Liberia,Sugar,2.06606,0.00434304908860343
 1992,Liberia,Ruminants,2.028672,0.113614670089596
 1992,Liberia,Cereals,2.028672,0.146454922234841
 1992,Liberia,Monogastrics,2.028672,0.0300798749132437
-1992,Liberia,Oilcrops,2.028672,0.0127058489494605
-1992,Liberia,Pulses,2.028672,0.00290091251813995
+1992,Liberia,FruitVeg,2.028672,0.0923880252697331
+1992,Liberia,OilcropsPulses,2.028672,0.0156067614676005
 1992,Liberia,Starchy Roots,2.028672,0.159933197678087
+1992,Liberia,Sugar,2.028672,0.00438069830904158
 1993,Liberia,Ruminants,2.006349,0.115411276901476
 1993,Liberia,Cereals,2.006349,0.128379459406115
 1993,Liberia,Monogastrics,2.006349,0.0271743350733098
-1993,Liberia,Oilcrops,2.006349,0.0103850327136505
-1993,Liberia,Pulses,2.006349,0.00376056209562743
+1993,Liberia,FruitVeg,2.006349,0.102256387099154
+1993,Liberia,OilcropsPulses,2.006349,0.0141455948092779
 1993,Liberia,Starchy Roots,2.006349,0.146354896381437
+1993,Liberia,Sugar,2.006349,0.00556333917977381
 1994,Liberia,Ruminants,2.019148,0.104744575434787
 1994,Liberia,Cereals,2.019148,0.110054339751222
 1994,Liberia,Monogastrics,2.019148,0.0280182037176076
-1994,Liberia,Oilcrops,2.019148,0.0107268016014676
-1994,Liberia,Pulses,2.019148,0.00201817796417103
+1994,Liberia,FruitVeg,2.019148,0.0946592325079687
+1994,Liberia,OilcropsPulses,2.019148,0.0127449795656386
 1994,Liberia,Starchy Roots,2.019148,0.149546244257479
+1994,Liberia,Sugar,2.019148,0.00532600879182705
 1995,Liberia,Ruminants,2.079921,0.0944008931108441
 1995,Liberia,Cereals,2.079921,0.106322788221283
 1995,Liberia,Monogastrics,2.079921,0.0267601509865038
-1995,Liberia,Oilcrops,2.079921,0.0104576087264853
-1995,Liberia,Pulses,2.079921,0.00400976767867626
+1995,Liberia,FruitVeg,2.079921,0.094188673512119
+1995,Liberia,OilcropsPulses,2.079921,0.0144673764051615
 1995,Liberia,Starchy Roots,2.079921,0.110231590526756
+1995,Liberia,Sugar,2.079921,0.00556174970107038
 1996,Liberia,Ruminants,2.197801,0.0875349042065228
 1996,Liberia,Cereals,2.197801,0.108559419164883
 1996,Liberia,Monogastrics,2.197801,0.025065099160479
-1996,Liberia,Oilcrops,2.197801,0.0119665065217461
-1996,Liberia,Pulses,2.197801,0.00474519758613268
+1996,Liberia,FruitVeg,2.197801,0.102484710854167
+1996,Liberia,OilcropsPulses,2.197801,0.0167117041078787
 1996,Liberia,Starchy Roots,2.197801,0.122658511848889
+1996,Liberia,Sugar,2.197801,0.00412958225062233
 1997,Liberia,Ruminants,2.36529,0.0901904206249551
 1997,Liberia,Cereals,2.36529,0.116197590993071
 1997,Liberia,Monogastrics,2.36529,0.0285653767614119
-1997,Liberia,Oilcrops,2.36529,0.0111736827196665
-1997,Liberia,Pulses,2.36529,0.00244325220163278
+1997,Liberia,FruitVeg,2.36529,0.0992563279766963
+1997,Liberia,OilcropsPulses,2.36529,0.0136169349212993
 1997,Liberia,Starchy Roots,2.36529,0.145868371320219
+1997,Liberia,Sugar,2.36529,0.0049025700865433
 1998,Liberia,Ruminants,2.558085,0.0844943385383988
 1998,Liberia,Cereals,2.558085,0.123205053780465
 1998,Liberia,Monogastrics,2.558085,0.0265889522826646
-1998,Liberia,Oilcrops,2.558085,0.0100239046005117
-1998,Liberia,Pulses,2.558085,0.00362888645217028
+1998,Liberia,FruitVeg,2.558085,0.0995193670265062
+1998,Liberia,OilcropsPulses,2.558085,0.013652791052682
 1998,Liberia,Starchy Roots,2.558085,0.142835754089485
+1998,Liberia,Sugar,2.558085,0.00593569017448599
 1999,Liberia,Ruminants,2.741755,0.0889056826740537
 1999,Liberia,Cereals,2.741755,0.115863379477743
 1999,Liberia,Monogastrics,2.741755,0.026997051158838
-1999,Liberia,Oilcrops,2.741755,0.00928237570461256
-1999,Liberia,Pulses,2.741755,0.00463061068549159
+1999,Liberia,FruitVeg,2.741755,0.0892829592724368
+1999,Liberia,OilcropsPulses,2.741755,0.0139129863901041
 1999,Liberia,Starchy Roots,2.741755,0.154095460754152
+1999,Liberia,Sugar,2.741755,0.00456204146614121
 2000,Liberia,Ruminants,2.891968,0.0790719676013013
 2000,Liberia,Cereals,2.891968,0.116973977582048
 2000,Liberia,Monogastrics,2.891968,0.0262247715050789
-2000,Liberia,Oilcrops,2.891968,0.0084496094009339
-2000,Liberia,Pulses,2.891968,0.0040356601456171
+2000,Liberia,FruitVeg,2.891968,0.0912105528138624
+2000,Liberia,OilcropsPulses,2.891968,0.012485269546551
 2000,Liberia,Starchy Roots,2.891968,0.176621594706442
+2000,Liberia,Sugar,2.891968,0.00475869719167017
 2001,Liberia,Ruminants,2.99877,0.0677012241685758
 2001,Liberia,Cereals,2.99877,0.116460748907052
 2001,Liberia,Monogastrics,2.99877,0.0243146023202847
-2001,Liberia,Oilcrops,2.99877,0.0081353354875499
-2001,Liberia,Pulses,2.99877,0.00202282936003762
+2001,Liberia,FruitVeg,2.99877,0.0895293737098877
+2001,Liberia,OilcropsPulses,2.99877,0.0101581648475875
 2001,Liberia,Starchy Roots,2.99877,0.182198367997546
+2001,Liberia,Sugar,2.99877,0.00488733714156137
 2002,Liberia,Ruminants,3.070673,0.058114426381448
 2002,Liberia,Cereals,3.070673,0.115917911154981
 2002,Liberia,Monogastrics,3.070673,0.0249554739303078
-2002,Liberia,Oilcrops,3.070673,0.00806858952418574
-2002,Liberia,Pulses,3.070673,0.00213080324736629
+2002,Liberia,FruitVeg,3.070673,0.0908009416828168
+2002,Liberia,OilcropsPulses,3.070673,0.010199392771552
 2002,Liberia,Starchy Roots,3.070673,0.187000699846581
+2002,Liberia,Sugar,3.070673,0.00519006745426817
 2003,Liberia,Ruminants,3.124222,0.0572035854046223
 2003,Liberia,Cereals,3.124222,0.111411096906686
 2003,Liberia,Monogastrics,3.124222,0.0252441407812889
-2003,Liberia,Oilcrops,3.124222,0.00803047926811859
-2003,Liberia,Pulses,3.124222,0.00214005278754199
+2003,Liberia,FruitVeg,3.124222,0.092117653611043
+2003,Liberia,OilcropsPulses,3.124222,0.0101705320556606
 2003,Liberia,Starchy Roots,3.124222,0.176223072496129
+2003,Liberia,Sugar,3.124222,0.00495995483035456
 2004,Liberia,Ruminants,3.184643,0.0583350158871811
 2004,Liberia,Cereals,3.184643,0.110293681269769
 2004,Liberia,Monogastrics,3.184643,0.0372501721543043
-2004,Liberia,Oilcrops,3.184643,0.00806997833038115
-2004,Liberia,Pulses,3.184643,0.00221626097493502
+2004,Liberia,FruitVeg,3.184643,0.0938968669329655
+2004,Liberia,OilcropsPulses,3.184643,0.0102862393053162
 2004,Liberia,Starchy Roots,3.184643,0.180324450809714
+2004,Liberia,Sugar,3.184643,0.0052784566433349
 2005,Liberia,Ruminants,3.269786,0.0611348877265974
 2005,Liberia,Cereals,3.269786,0.12062807780081
 2005,Liberia,Monogastrics,3.269786,0.0368841875278688
-2005,Liberia,Oilcrops,3.269786,0.00788553134669975
-2005,Liberia,Pulses,3.269786,0.00237232650699465
+2005,Liberia,FruitVeg,3.269786,0.0933571799500029
+2005,Liberia,OilcropsPulses,3.269786,0.0102578578536944
 2005,Liberia,Starchy Roots,3.269786,0.182911052894593
+2005,Liberia,Sugar,3.269786,0.00550158328404367
 2006,Liberia,Ruminants,3.384804,0.053165678130846
 2006,Liberia,Cereals,3.384804,0.125687632134682
 2006,Liberia,Monogastrics,3.384804,0.0318495842004441
-2006,Liberia,Oilcrops,3.384804,0.00726689049055721
-2006,Liberia,Pulses,3.384804,0.00239275302203614
+2006,Liberia,FruitVeg,3.384804,0.0762930438512836
+2006,Liberia,OilcropsPulses,3.384804,0.00965964351259335
 2006,Liberia,Starchy Roots,3.384804,0.165964114908869
+2006,Liberia,Sugar,3.384804,0.00591112513457205
 2007,Liberia,Ruminants,3.522337,0.0595121364026213
 2007,Liberia,Cereals,3.522337,0.134865573623421
 2007,Liberia,Monogastrics,3.522337,0.0333691523553822
-2007,Liberia,Oilcrops,3.522337,0.00707683563497757
-2007,Liberia,Pulses,3.522337,0.00242906910951451
+2007,Liberia,FruitVeg,3.522337,0.0728167123134442
+2007,Liberia,OilcropsPulses,3.522337,0.00950590474449208
 2007,Liberia,Starchy Roots,3.522337,0.166563846673388
+2007,Liberia,Sugar,3.522337,0.00592703083208677
 2008,Liberia,Ruminants,3.672782,0.0578631947118016
 2008,Liberia,Cereals,3.672782,0.151704348365898
 2008,Liberia,Monogastrics,3.672782,0.0380743806738325
-2008,Liberia,Oilcrops,3.672782,0.00675999827923356
-2008,Liberia,Pulses,3.672782,0.00239627617430057
+2008,Liberia,FruitVeg,3.672782,0.073205815101468
+2008,Liberia,OilcropsPulses,3.672782,0.00915627445353413
 2008,Liberia,Starchy Roots,3.672782,0.156640388675396
+2008,Liberia,Sugar,3.672782,0.00611961178202246
 2009,Liberia,Ruminants,3.821498,0.0561938014883169
 2009,Liberia,Cereals,3.821498,0.156497530549538
 2009,Liberia,Monogastrics,3.821498,0.0363324539225194
-2009,Liberia,Oilcrops,3.821498,0.00613267362693896
-2009,Liberia,Pulses,3.821498,0.00237341482319237
+2009,Liberia,FruitVeg,3.821498,0.0677414982292284
+2009,Liberia,OilcropsPulses,3.821498,0.00850608845013134
 2009,Liberia,Starchy Roots,3.821498,0.145175268965207
+2009,Liberia,Sugar,3.821498,0.00693968700232213
 2010,Liberia,Ruminants,3.95799,0.0585409766068131
 2010,Liberia,Cereals,3.95799,0.152711098310001
 2010,Liberia,Monogastrics,3.95799,0.0424209257729302
-2010,Liberia,Oilcrops,3.95799,0.00624205720580396
-2010,Liberia,Pulses,3.95799,0.00196488621749929
+2010,Liberia,FruitVeg,3.95799,0.0720630926303503
+2010,Liberia,OilcropsPulses,3.95799,0.00820694342330324
 2010,Liberia,Starchy Roots,3.95799,0.139678725817902
+2010,Liberia,Sugar,3.95799,0.00726252466529728
 2011,Liberia,Ruminants,4.079574,0.064493032850979
 2011,Liberia,Cereals,4.079574,0.15367290800461
 2011,Liberia,Monogastrics,4.079574,0.0561511569590354
-2011,Liberia,Oilcrops,4.079574,0.00603028649559979
-2011,Liberia,Pulses,4.079574,0.00201172965608664
+2011,Liberia,FruitVeg,4.079574,0.0711608614036662
+2011,Liberia,OilcropsPulses,4.079574,0.00804201615168642
 2011,Liberia,Starchy Roots,4.079574,0.141955998346886
+2011,Liberia,Sugar,4.079574,0.00727624992217325
 1992,Lithuania,Ruminants,3.700114,1.2022852539138
 1992,Lithuania,Cereals,3.700114,0.148396508864321
 1992,Lithuania,Monogastrics,3.700114,0.172389985822058
-1992,Lithuania,Oilcrops,3.700114,0.00374853315330284
-1992,Lithuania,Pulses,3.700114,0
+1992,Lithuania,FruitVeg,3.700114,0.0986488524407626
+1992,Lithuania,OilcropsPulses,3.700114,0.00374853315330284
 1992,Lithuania,Starchy Roots,3.700114,0.100294207151455
+1992,Lithuania,Sugar,3.700114,0.0277726578154079
 1993,Lithuania,Ruminants,3.682613,1.22167509863241
 1993,Lithuania,Cereals,3.682613,0.120548371496
 1993,Lithuania,Monogastrics,3.682613,0.0887239033805616
-1993,Lithuania,Oilcrops,3.682613,0.00445254497282229
-1993,Lithuania,Pulses,3.682613,0
+1993,Lithuania,FruitVeg,3.682613,0.1334913551872
+1993,Lithuania,OilcropsPulses,3.682613,0.00445254497282229
 1993,Lithuania,Starchy Roots,3.682613,0.136533488585415
+1993,Lithuania,Sugar,3.682613,0.0289989743695577
 1994,Lithuania,Ruminants,3.657144,0.89632204802436
 1994,Lithuania,Cereals,3.657144,0.129849412547059
 1994,Lithuania,Monogastrics,3.657144,0.178578229350553
-1994,Lithuania,Oilcrops,3.657144,0.00205624935742208
-1994,Lithuania,Pulses,3.657144,0.000546874829101616
+1994,Lithuania,FruitVeg,3.657144,0.0885989176253382
+1994,Lithuania,OilcropsPulses,3.657144,0.00260312418652369
 1994,Lithuania,Starchy Roots,3.657144,0.111917113463402
+1994,Lithuania,Sugar,3.657144,0.0249440547049829
 1995,Lithuania,Ruminants,3.629102,0.725610633153877
 1995,Lithuania,Cereals,3.629102,0.139466181992129
 1995,Lithuania,Monogastrics,3.629102,0.204687771244787
-1995,Lithuania,Oilcrops,3.629102,0.00210547953736214
-1995,Lithuania,Pulses,3.629102,0.0031974852181063
+1995,Lithuania,FruitVeg,3.629102,0.102679120068821
+1995,Lithuania,OilcropsPulses,3.629102,0.00530296475546843
 1995,Lithuania,Starchy Roots,3.629102,0.138895792953739
+1995,Lithuania,Sugar,3.629102,0.0272147214379756
 1996,Lithuania,Ruminants,3.601613,0.715529403075788
 1996,Lithuania,Cereals,3.601613,0.151699530182726
 1996,Lithuania,Monogastrics,3.601613,0.195671606027633
-1996,Lithuania,Oilcrops,3.601613,0.00300115531568772
-1996,Lithuania,Pulses,3.601613,0.00569189415964458
+1996,Lithuania,FruitVeg,3.601613,0.125968836740649
+1996,Lithuania,OilcropsPulses,3.601613,0.0086930494753323
 1996,Lithuania,Starchy Roots,3.601613,0.148516789560677
+1996,Lithuania,Sugar,3.601613,0.0253358703447594
 1997,Lithuania,Ruminants,3.575137,0.680063812939196
 1997,Lithuania,Cereals,3.575137,0.159617379697617
 1997,Lithuania,Monogastrics,3.575137,0.197155074057302
-1997,Lithuania,Oilcrops,3.575137,0.00474667124644454
-1997,Lithuania,Pulses,3.575137,0.00573404599599959
+1997,Lithuania,FruitVeg,3.575137,0.16178680705103
+1997,Lithuania,OilcropsPulses,3.575137,0.0104807172424441
 1997,Lithuania,Starchy Roots,3.575137,0.141519611695999
+1997,Lithuania,Sugar,3.575137,0.0340026130467168
 1998,Lithuania,Ruminants,3.549331,0.750361152566498
 1998,Lithuania,Cereals,3.549331,0.160321198558264
 1998,Lithuania,Monogastrics,3.549331,0.184018762972515
-1998,Lithuania,Oilcrops,3.549331,0.0043157428822502
-1998,Lithuania,Pulses,3.549331,0.00507109649677643
+1998,Lithuania,FruitVeg,3.549331,0.151948353084004
+1998,Lithuania,OilcropsPulses,3.549331,0.00938683937902664
 1998,Lithuania,Starchy Roots,3.549331,0.148813114358734
+1998,Lithuania,Sugar,3.549331,0.0381767719043392
 1999,Lithuania,Ruminants,3.524238,0.685258855956947
 1999,Lithuania,Cereals,3.524238,0.159343381462886
 1999,Lithuania,Monogastrics,3.524238,0.22108665759804
-1999,Lithuania,Oilcrops,3.524238,0.0053824401189704
-1999,Lithuania,Pulses,3.524238,0.00425623922107417
+1999,Lithuania,FruitVeg,3.524238,0.165874722422265
+1999,Lithuania,OilcropsPulses,3.524238,0.00963867934004457
 1999,Lithuania,Starchy Roots,3.524238,0.132949874554443
+1999,Lithuania,Sugar,3.524238,0.0354249627862817
 2000,Lithuania,Ruminants,3.499536,0.599505820200164
 2000,Lithuania,Cereals,3.499536,0.170718632412983
 2000,Lithuania,Monogastrics,3.499536,0.212768092684287
-2000,Lithuania,Oilcrops,3.499536,0.00553101896937194
-2000,Lithuania,Pulses,3.499536,0.00507838753480461
+2000,Lithuania,FruitVeg,3.499536,0.16461210857668
+2000,Lithuania,OilcropsPulses,3.499536,0.0106094065041766
 2000,Lithuania,Starchy Roots,3.499536,0.14031088692901
+2000,Lithuania,Sugar,3.499536,0.036763159458854
 2001,Lithuania,Ruminants,3.470818,0.524378806379361
 2001,Lithuania,Cereals,3.470818,0.175561495877917
 2001,Lithuania,Monogastrics,3.470818,0.18772370086821
-2001,Lithuania,Oilcrops,3.470818,0.00984839885006935
-2001,Lithuania,Pulses,3.470818,0.0048412218675828
+2001,Lithuania,FruitVeg,3.470818,0.172828422579346
+2001,Lithuania,OilcropsPulses,3.470818,0.0146896207176522
 2001,Lithuania,Starchy Roots,3.470818,0.131631794003604
+2001,Lithuania,Sugar,3.470818,0.0435001201445884
 2002,Lithuania,Ruminants,3.443067,0.578759925380482
 2002,Lithuania,Cereals,3.443067,0.173616429770318
 2002,Lithuania,Monogastrics,3.443067,0.243480129779641
-2002,Lithuania,Oilcrops,3.443067,0.00932453536338386
-2002,Lithuania,Pulses,3.443067,0.00452416406651395
+2002,Lithuania,FruitVeg,3.443067,0.150017121363017
+2002,Lithuania,OilcropsPulses,3.443067,0.0138486994298978
 2002,Lithuania,Starchy Roots,3.443067,0.124384741859511
+2002,Lithuania,Sugar,3.443067,0.0399472330918916
 2003,Lithuania,Ruminants,3.415213,0.545744174667876
 2003,Lithuania,Cereals,3.415213,0.169413737883991
 2003,Lithuania,Monogastrics,3.415213,0.292112322130421
-2003,Lithuania,Oilcrops,3.415213,0.00900148834055153
-2003,Lithuania,Pulses,3.415213,0.0033365415275709
+2003,Lithuania,FruitVeg,3.415213,0.176429112913309
+2003,Lithuania,OilcropsPulses,3.415213,0.0123380298681224
 2003,Lithuania,Starchy Roots,3.415213,0.129177594486786
+2003,Lithuania,Sugar,3.415213,0.0419604867983344
 2004,Lithuania,Ruminants,3.377075,0.507653546338177
 2004,Lithuania,Cereals,3.377075,0.168260402863425
 2004,Lithuania,Monogastrics,3.377075,0.336985201690812
-2004,Lithuania,Oilcrops,3.377075,0.0109976829060652
-2004,Lithuania,Pulses,3.377075,0.00338044017381906
+2004,Lithuania,FruitVeg,3.377075,0.168369965132548
+2004,Lithuania,OilcropsPulses,3.377075,0.0143781230798842
 2004,Lithuania,Starchy Roots,3.377075,0.1269714175729
+2004,Lithuania,Sugar,3.377075,0.064534545427626
 2005,Lithuania,Ruminants,3.322528,0.574516422434965
 2005,Lithuania,Cereals,3.322528,0.163786430091786
 2005,Lithuania,Monogastrics,3.322528,0.349837984811565
-2005,Lithuania,Oilcrops,3.322528,0.0124534691656474
-2005,Lithuania,Pulses,3.322528,0.00309914619229695
+2005,Lithuania,FruitVeg,3.322528,0.196214147781448
+2005,Lithuania,OilcropsPulses,3.322528,0.0155526153579443
 2005,Lithuania,Starchy Roots,3.322528,0.121230280075894
+2005,Lithuania,Sugar,3.322528,0.0683398303942059
 2006,Lithuania,Ruminants,3.269909,0.476391483677374
 2006,Lithuania,Cereals,3.269909,0.155746536065683
 2006,Lithuania,Monogastrics,3.269909,0.40001470988948
-2006,Lithuania,Oilcrops,3.269909,0.0123740446599584
-2006,Lithuania,Pulses,3.269909,0.00324168042596904
+2006,Lithuania,FruitVeg,3.269909,0.196695993680558
+2006,Lithuania,OilcropsPulses,3.269909,0.0156157250859275
 2006,Lithuania,Starchy Roots,3.269909,0.110892688450963
+2006,Lithuania,Sugar,3.269909,0.0742142977067557
 2007,Lithuania,Ruminants,3.231294,0.474326105888229
 2007,Lithuania,Cereals,3.231294,0.163117624084964
 2007,Lithuania,Monogastrics,3.231294,0.427447394139933
-2007,Lithuania,Oilcrops,3.231294,0.0118435524591696
-2007,Lithuania,Pulses,3.231294,0.00377557721457719
+2007,Lithuania,FruitVeg,3.231294,0.201756324246571
+2007,Lithuania,OilcropsPulses,3.231294,0.0156191296737468
 2007,Lithuania,Starchy Roots,3.231294,0.108410129192825
+2007,Lithuania,Sugar,3.231294,0.0577335271875602
 2008,Lithuania,Ruminants,3.198231,0.480702738482617
 2008,Lithuania,Cereals,3.198231,0.15596965947738
 2008,Lithuania,Monogastrics,3.198231,0.437682894074881
-2008,Lithuania,Oilcrops,3.198231,0.0105570860891537
-2008,Lithuania,Pulses,3.198231,0.00403347975802874
+2008,Lithuania,FruitVeg,3.198231,0.167522608592062
+2008,Lithuania,OilcropsPulses,3.198231,0.0145905658471824
 2008,Lithuania,Starchy Roots,3.198231,0.111243059053583
+2008,Lithuania,Sugar,3.198231,0.0570512261309455
 2009,Lithuania,Ruminants,3.162916,0.455515132238732
 2009,Lithuania,Cereals,3.162916,0.156910901206355
 2009,Lithuania,Monogastrics,3.162916,0.409624030483263
-2009,Lithuania,Oilcrops,3.162916,0.00982447842434007
-2009,Lithuania,Pulses,3.162916,0.0057943366184875
+2009,Lithuania,FruitVeg,3.162916,0.169554297363572
+2009,Lithuania,OilcropsPulses,3.162916,0.0156188150428276
 2009,Lithuania,Starchy Roots,3.162916,0.116048924473492
+2009,Lithuania,Sugar,3.162916,0.0463758759322094
 2010,Lithuania,Ruminants,3.097282,0.419905807737235
 2010,Lithuania,Cereals,3.097282,0.162858596666368
 2010,Lithuania,Monogastrics,3.097282,0.402279514748738
-2010,Lithuania,Oilcrops,3.097282,0.0114603707379567
-2010,Lithuania,Pulses,3.097282,0.00431442794036836
+2010,Lithuania,FruitVeg,3.097282,0.144443095591554
+2010,Lithuania,OilcropsPulses,3.097282,0.0157747986783251
 2010,Lithuania,Starchy Roots,3.097282,0.104985919913008
+2010,Lithuania,Sugar,3.097282,0.050853942262926
 2011,Lithuania,Ruminants,3.028115,0.482911943568854
 2011,Lithuania,Cereals,3.028115,0.164491441045007
 2011,Lithuania,Monogastrics,3.028115,0.400987941343047
-2011,Lithuania,Oilcrops,3.028115,0.0143396139182297
-2011,Lithuania,Pulses,3.028115,0.00539378458215755
+2011,Lithuania,FruitVeg,3.028115,0.177727728306223
+2011,Lithuania,OilcropsPulses,3.028115,0.0197333985003872
 2011,Lithuania,Starchy Roots,3.028115,0.112733168984665
+2011,Lithuania,Sugar,3.028115,0.0489277983167746
 1961,Low Income Food Deficit Countries,Ruminants,NA,NA
 1961,Low Income Food Deficit Countries,Cereals,NA,NA
 1961,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1961,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1961,Low Income Food Deficit Countries,Pulses,NA,NA
+1961,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1961,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1961,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1961,Low Income Food Deficit Countries,Sugar,NA,NA
 1962,Low Income Food Deficit Countries,Ruminants,NA,NA
 1962,Low Income Food Deficit Countries,Cereals,NA,NA
 1962,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1962,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1962,Low Income Food Deficit Countries,Pulses,NA,NA
+1962,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1962,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1962,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1962,Low Income Food Deficit Countries,Sugar,NA,NA
 1963,Low Income Food Deficit Countries,Ruminants,NA,NA
 1963,Low Income Food Deficit Countries,Cereals,NA,NA
 1963,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1963,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1963,Low Income Food Deficit Countries,Pulses,NA,NA
+1963,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1963,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1963,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1963,Low Income Food Deficit Countries,Sugar,NA,NA
 1964,Low Income Food Deficit Countries,Ruminants,NA,NA
 1964,Low Income Food Deficit Countries,Cereals,NA,NA
 1964,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1964,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1964,Low Income Food Deficit Countries,Pulses,NA,NA
+1964,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1964,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1964,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1964,Low Income Food Deficit Countries,Sugar,NA,NA
 1965,Low Income Food Deficit Countries,Ruminants,NA,NA
 1965,Low Income Food Deficit Countries,Cereals,NA,NA
 1965,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1965,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1965,Low Income Food Deficit Countries,Pulses,NA,NA
+1965,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1965,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1965,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1965,Low Income Food Deficit Countries,Sugar,NA,NA
 1966,Low Income Food Deficit Countries,Ruminants,NA,NA
 1966,Low Income Food Deficit Countries,Cereals,NA,NA
 1966,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1966,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1966,Low Income Food Deficit Countries,Pulses,NA,NA
+1966,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1966,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1966,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1966,Low Income Food Deficit Countries,Sugar,NA,NA
 1967,Low Income Food Deficit Countries,Ruminants,NA,NA
 1967,Low Income Food Deficit Countries,Cereals,NA,NA
 1967,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1967,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1967,Low Income Food Deficit Countries,Pulses,NA,NA
+1967,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1967,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1967,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1967,Low Income Food Deficit Countries,Sugar,NA,NA
 1968,Low Income Food Deficit Countries,Ruminants,NA,NA
 1968,Low Income Food Deficit Countries,Cereals,NA,NA
 1968,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1968,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1968,Low Income Food Deficit Countries,Pulses,NA,NA
+1968,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1968,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1968,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1968,Low Income Food Deficit Countries,Sugar,NA,NA
 1969,Low Income Food Deficit Countries,Ruminants,NA,NA
 1969,Low Income Food Deficit Countries,Cereals,NA,NA
 1969,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1969,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1969,Low Income Food Deficit Countries,Pulses,NA,NA
+1969,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1969,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1969,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1969,Low Income Food Deficit Countries,Sugar,NA,NA
 1970,Low Income Food Deficit Countries,Ruminants,NA,NA
 1970,Low Income Food Deficit Countries,Cereals,NA,NA
 1970,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1970,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1970,Low Income Food Deficit Countries,Pulses,NA,NA
+1970,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1970,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1970,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1970,Low Income Food Deficit Countries,Sugar,NA,NA
 1971,Low Income Food Deficit Countries,Ruminants,NA,NA
 1971,Low Income Food Deficit Countries,Cereals,NA,NA
 1971,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1971,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1971,Low Income Food Deficit Countries,Pulses,NA,NA
+1971,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1971,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1971,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1971,Low Income Food Deficit Countries,Sugar,NA,NA
 1972,Low Income Food Deficit Countries,Ruminants,NA,NA
 1972,Low Income Food Deficit Countries,Cereals,NA,NA
 1972,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1972,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1972,Low Income Food Deficit Countries,Pulses,NA,NA
+1972,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1972,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1972,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1972,Low Income Food Deficit Countries,Sugar,NA,NA
 1973,Low Income Food Deficit Countries,Ruminants,NA,NA
 1973,Low Income Food Deficit Countries,Cereals,NA,NA
 1973,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1973,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1973,Low Income Food Deficit Countries,Pulses,NA,NA
+1973,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1973,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1973,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1973,Low Income Food Deficit Countries,Sugar,NA,NA
 1974,Low Income Food Deficit Countries,Ruminants,NA,NA
 1974,Low Income Food Deficit Countries,Cereals,NA,NA
 1974,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1974,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1974,Low Income Food Deficit Countries,Pulses,NA,NA
+1974,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1974,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1974,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1974,Low Income Food Deficit Countries,Sugar,NA,NA
 1975,Low Income Food Deficit Countries,Ruminants,NA,NA
 1975,Low Income Food Deficit Countries,Cereals,NA,NA
 1975,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1975,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1975,Low Income Food Deficit Countries,Pulses,NA,NA
+1975,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1975,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1975,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1975,Low Income Food Deficit Countries,Sugar,NA,NA
 1976,Low Income Food Deficit Countries,Ruminants,NA,NA
 1976,Low Income Food Deficit Countries,Cereals,NA,NA
 1976,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1976,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1976,Low Income Food Deficit Countries,Pulses,NA,NA
+1976,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1976,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1976,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1976,Low Income Food Deficit Countries,Sugar,NA,NA
 1977,Low Income Food Deficit Countries,Ruminants,NA,NA
 1977,Low Income Food Deficit Countries,Cereals,NA,NA
 1977,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1977,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1977,Low Income Food Deficit Countries,Pulses,NA,NA
+1977,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1977,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1977,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1977,Low Income Food Deficit Countries,Sugar,NA,NA
 1978,Low Income Food Deficit Countries,Ruminants,NA,NA
 1978,Low Income Food Deficit Countries,Cereals,NA,NA
 1978,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1978,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1978,Low Income Food Deficit Countries,Pulses,NA,NA
+1978,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1978,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1978,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1978,Low Income Food Deficit Countries,Sugar,NA,NA
 1979,Low Income Food Deficit Countries,Ruminants,NA,NA
 1979,Low Income Food Deficit Countries,Cereals,NA,NA
 1979,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1979,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1979,Low Income Food Deficit Countries,Pulses,NA,NA
+1979,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1979,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1979,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1979,Low Income Food Deficit Countries,Sugar,NA,NA
 1980,Low Income Food Deficit Countries,Ruminants,NA,NA
 1980,Low Income Food Deficit Countries,Cereals,NA,NA
 1980,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1980,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1980,Low Income Food Deficit Countries,Pulses,NA,NA
+1980,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1980,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1980,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1980,Low Income Food Deficit Countries,Sugar,NA,NA
 1981,Low Income Food Deficit Countries,Ruminants,NA,NA
 1981,Low Income Food Deficit Countries,Cereals,NA,NA
 1981,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1981,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1981,Low Income Food Deficit Countries,Pulses,NA,NA
+1981,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1981,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1981,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1981,Low Income Food Deficit Countries,Sugar,NA,NA
 1982,Low Income Food Deficit Countries,Ruminants,NA,NA
 1982,Low Income Food Deficit Countries,Cereals,NA,NA
 1982,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1982,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1982,Low Income Food Deficit Countries,Pulses,NA,NA
+1982,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1982,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1982,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1982,Low Income Food Deficit Countries,Sugar,NA,NA
 1983,Low Income Food Deficit Countries,Ruminants,NA,NA
 1983,Low Income Food Deficit Countries,Cereals,NA,NA
 1983,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1983,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1983,Low Income Food Deficit Countries,Pulses,NA,NA
+1983,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1983,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1983,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1983,Low Income Food Deficit Countries,Sugar,NA,NA
 1984,Low Income Food Deficit Countries,Ruminants,NA,NA
 1984,Low Income Food Deficit Countries,Cereals,NA,NA
 1984,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1984,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1984,Low Income Food Deficit Countries,Pulses,NA,NA
+1984,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1984,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1984,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1984,Low Income Food Deficit Countries,Sugar,NA,NA
 1985,Low Income Food Deficit Countries,Ruminants,NA,NA
 1985,Low Income Food Deficit Countries,Cereals,NA,NA
 1985,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1985,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1985,Low Income Food Deficit Countries,Pulses,NA,NA
+1985,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1985,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1985,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1985,Low Income Food Deficit Countries,Sugar,NA,NA
 1986,Low Income Food Deficit Countries,Ruminants,NA,NA
 1986,Low Income Food Deficit Countries,Cereals,NA,NA
 1986,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1986,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1986,Low Income Food Deficit Countries,Pulses,NA,NA
+1986,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1986,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1986,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1986,Low Income Food Deficit Countries,Sugar,NA,NA
 1987,Low Income Food Deficit Countries,Ruminants,NA,NA
 1987,Low Income Food Deficit Countries,Cereals,NA,NA
 1987,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1987,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1987,Low Income Food Deficit Countries,Pulses,NA,NA
+1987,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1987,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1987,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1987,Low Income Food Deficit Countries,Sugar,NA,NA
 1988,Low Income Food Deficit Countries,Ruminants,NA,NA
 1988,Low Income Food Deficit Countries,Cereals,NA,NA
 1988,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1988,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1988,Low Income Food Deficit Countries,Pulses,NA,NA
+1988,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1988,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1988,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1988,Low Income Food Deficit Countries,Sugar,NA,NA
 1989,Low Income Food Deficit Countries,Ruminants,NA,NA
 1989,Low Income Food Deficit Countries,Cereals,NA,NA
 1989,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1989,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1989,Low Income Food Deficit Countries,Pulses,NA,NA
+1989,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1989,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1989,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1989,Low Income Food Deficit Countries,Sugar,NA,NA
 1990,Low Income Food Deficit Countries,Ruminants,NA,NA
 1990,Low Income Food Deficit Countries,Cereals,NA,NA
 1990,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1990,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1990,Low Income Food Deficit Countries,Pulses,NA,NA
+1990,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1990,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1990,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1990,Low Income Food Deficit Countries,Sugar,NA,NA
 1991,Low Income Food Deficit Countries,Ruminants,NA,NA
 1991,Low Income Food Deficit Countries,Cereals,NA,NA
 1991,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1991,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1991,Low Income Food Deficit Countries,Pulses,NA,NA
+1991,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1991,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1991,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1991,Low Income Food Deficit Countries,Sugar,NA,NA
 1992,Low Income Food Deficit Countries,Ruminants,NA,NA
 1992,Low Income Food Deficit Countries,Cereals,NA,NA
 1992,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1992,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1992,Low Income Food Deficit Countries,Pulses,NA,NA
+1992,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1992,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1992,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1992,Low Income Food Deficit Countries,Sugar,NA,NA
 1993,Low Income Food Deficit Countries,Ruminants,NA,NA
 1993,Low Income Food Deficit Countries,Cereals,NA,NA
 1993,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1993,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1993,Low Income Food Deficit Countries,Pulses,NA,NA
+1993,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1993,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1993,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1993,Low Income Food Deficit Countries,Sugar,NA,NA
 1994,Low Income Food Deficit Countries,Ruminants,NA,NA
 1994,Low Income Food Deficit Countries,Cereals,NA,NA
 1994,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1994,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1994,Low Income Food Deficit Countries,Pulses,NA,NA
+1994,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1994,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1994,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1994,Low Income Food Deficit Countries,Sugar,NA,NA
 1995,Low Income Food Deficit Countries,Ruminants,NA,NA
 1995,Low Income Food Deficit Countries,Cereals,NA,NA
 1995,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1995,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1995,Low Income Food Deficit Countries,Pulses,NA,NA
+1995,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1995,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1995,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1995,Low Income Food Deficit Countries,Sugar,NA,NA
 1996,Low Income Food Deficit Countries,Ruminants,NA,NA
 1996,Low Income Food Deficit Countries,Cereals,NA,NA
 1996,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1996,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1996,Low Income Food Deficit Countries,Pulses,NA,NA
+1996,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1996,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1996,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1996,Low Income Food Deficit Countries,Sugar,NA,NA
 1997,Low Income Food Deficit Countries,Ruminants,NA,NA
 1997,Low Income Food Deficit Countries,Cereals,NA,NA
 1997,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1997,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1997,Low Income Food Deficit Countries,Pulses,NA,NA
+1997,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1997,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1997,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1997,Low Income Food Deficit Countries,Sugar,NA,NA
 1998,Low Income Food Deficit Countries,Ruminants,NA,NA
 1998,Low Income Food Deficit Countries,Cereals,NA,NA
 1998,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1998,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1998,Low Income Food Deficit Countries,Pulses,NA,NA
+1998,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1998,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1998,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1998,Low Income Food Deficit Countries,Sugar,NA,NA
 1999,Low Income Food Deficit Countries,Ruminants,NA,NA
 1999,Low Income Food Deficit Countries,Cereals,NA,NA
 1999,Low Income Food Deficit Countries,Monogastrics,NA,NA
-1999,Low Income Food Deficit Countries,Oilcrops,NA,NA
-1999,Low Income Food Deficit Countries,Pulses,NA,NA
+1999,Low Income Food Deficit Countries,FruitVeg,NA,NA
+1999,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 1999,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+1999,Low Income Food Deficit Countries,Sugar,NA,NA
 2000,Low Income Food Deficit Countries,Ruminants,NA,NA
 2000,Low Income Food Deficit Countries,Cereals,NA,NA
 2000,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2000,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2000,Low Income Food Deficit Countries,Pulses,NA,NA
+2000,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2000,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2000,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2000,Low Income Food Deficit Countries,Sugar,NA,NA
 2001,Low Income Food Deficit Countries,Ruminants,NA,NA
 2001,Low Income Food Deficit Countries,Cereals,NA,NA
 2001,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2001,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2001,Low Income Food Deficit Countries,Pulses,NA,NA
+2001,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2001,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2001,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2001,Low Income Food Deficit Countries,Sugar,NA,NA
 2002,Low Income Food Deficit Countries,Ruminants,NA,NA
 2002,Low Income Food Deficit Countries,Cereals,NA,NA
 2002,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2002,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2002,Low Income Food Deficit Countries,Pulses,NA,NA
+2002,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2002,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2002,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2002,Low Income Food Deficit Countries,Sugar,NA,NA
 2003,Low Income Food Deficit Countries,Ruminants,NA,NA
 2003,Low Income Food Deficit Countries,Cereals,NA,NA
 2003,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2003,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2003,Low Income Food Deficit Countries,Pulses,NA,NA
+2003,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2003,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2003,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2003,Low Income Food Deficit Countries,Sugar,NA,NA
 2004,Low Income Food Deficit Countries,Ruminants,NA,NA
 2004,Low Income Food Deficit Countries,Cereals,NA,NA
 2004,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2004,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2004,Low Income Food Deficit Countries,Pulses,NA,NA
+2004,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2004,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2004,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2004,Low Income Food Deficit Countries,Sugar,NA,NA
 2005,Low Income Food Deficit Countries,Ruminants,NA,NA
 2005,Low Income Food Deficit Countries,Cereals,NA,NA
 2005,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2005,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2005,Low Income Food Deficit Countries,Pulses,NA,NA
+2005,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2005,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2005,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2005,Low Income Food Deficit Countries,Sugar,NA,NA
 2006,Low Income Food Deficit Countries,Ruminants,NA,NA
 2006,Low Income Food Deficit Countries,Cereals,NA,NA
 2006,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2006,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2006,Low Income Food Deficit Countries,Pulses,NA,NA
+2006,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2006,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2006,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2006,Low Income Food Deficit Countries,Sugar,NA,NA
 2007,Low Income Food Deficit Countries,Ruminants,NA,NA
 2007,Low Income Food Deficit Countries,Cereals,NA,NA
 2007,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2007,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2007,Low Income Food Deficit Countries,Pulses,NA,NA
+2007,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2007,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2007,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2007,Low Income Food Deficit Countries,Sugar,NA,NA
 2008,Low Income Food Deficit Countries,Ruminants,NA,NA
 2008,Low Income Food Deficit Countries,Cereals,NA,NA
 2008,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2008,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2008,Low Income Food Deficit Countries,Pulses,NA,NA
+2008,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2008,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2008,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2008,Low Income Food Deficit Countries,Sugar,NA,NA
 2009,Low Income Food Deficit Countries,Ruminants,NA,NA
 2009,Low Income Food Deficit Countries,Cereals,NA,NA
 2009,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2009,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2009,Low Income Food Deficit Countries,Pulses,NA,NA
+2009,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2009,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2009,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2009,Low Income Food Deficit Countries,Sugar,NA,NA
 2010,Low Income Food Deficit Countries,Ruminants,NA,NA
 2010,Low Income Food Deficit Countries,Cereals,NA,NA
 2010,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2010,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2010,Low Income Food Deficit Countries,Pulses,NA,NA
+2010,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2010,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2010,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2010,Low Income Food Deficit Countries,Sugar,NA,NA
 2011,Low Income Food Deficit Countries,Ruminants,NA,NA
 2011,Low Income Food Deficit Countries,Cereals,NA,NA
 2011,Low Income Food Deficit Countries,Monogastrics,NA,NA
-2011,Low Income Food Deficit Countries,Oilcrops,NA,NA
-2011,Low Income Food Deficit Countries,Pulses,NA,NA
+2011,Low Income Food Deficit Countries,FruitVeg,NA,NA
+2011,Low Income Food Deficit Countries,OilcropsPulses,NA,NA
 2011,Low Income Food Deficit Countries,Starchy Roots,NA,NA
+2011,Low Income Food Deficit Countries,Sugar,NA,NA
 2000,Luxembourg,Ruminants,0.4363,1.0294517533807
 2000,Luxembourg,Cereals,0.4363,0.121689204675682
 2000,Luxembourg,Monogastrics,0.4363,0.392349071739629
-2000,Luxembourg,Oilcrops,0.4363,0.0115677286270915
-2000,Luxembourg,Pulses,0.4363,0.00049965619986248
+2000,Luxembourg,FruitVeg,0.4363,0.343066697226679
+2000,Luxembourg,OilcropsPulses,0.4363,0.0120673848269539
 2000,Luxembourg,Starchy Roots,0.4363,0.0497524639009856
+2000,Luxembourg,Sugar,0.4363,0.0456474902589961
 2001,Luxembourg,Ruminants,0.441525,1.14343242172017
 2001,Luxembourg,Cereals,0.441525,0.116600419002322
 2001,Luxembourg,Monogastrics,0.441525,0.409637506369968
-2001,Luxembourg,Oilcrops,0.441525,0.0127218164316856
-2001,Luxembourg,Pulses,0.441525,0.00112564407451447
+2001,Luxembourg,FruitVeg,0.441525,0.343498103165166
+2001,Luxembourg,OilcropsPulses,0.441525,0.0138474605062001
 2001,Luxembourg,Starchy Roots,0.441525,0.0602797123605685
+2001,Luxembourg,Sugar,0.441525,0.0443915973047959
 2002,Luxembourg,Ruminants,0.446175,1.06165674903345
 2002,Luxembourg,Cereals,0.446175,0.118413178685493
 2002,Luxembourg,Monogastrics,0.446175,0.368100184905026
-2002,Luxembourg,Oilcrops,0.446175,0.0117935787527315
-2002,Luxembourg,Pulses,0.446175,0.00243850507088026
+2002,Luxembourg,FruitVeg,0.446175,0.369650921723539
+2002,Luxembourg,OilcropsPulses,0.446175,0.0142320838236118
 2002,Luxembourg,Starchy Roots,0.446175,0.0424004034291478
+2002,Luxembourg,Sugar,0.446175,0.0436443099680619
 2003,Luxembourg,Ruminants,0.45163,1.08426167437947
 2003,Luxembourg,Cereals,0.45163,0.117000642118548
 2003,Luxembourg,Monogastrics,0.45163,0.37873081947612
-2003,Luxembourg,Oilcrops,0.45163,0.0103026813984899
-2003,Luxembourg,Pulses,0.45163,0.00162965259172331
+2003,Luxembourg,FruitVeg,0.45163,0.366357416469234
+2003,Luxembourg,OilcropsPulses,0.45163,0.0119323339902132
 2003,Luxembourg,Starchy Roots,0.45163,0.0446050970927529
+2003,Luxembourg,Sugar,0.45163,0.043117153422049
 2004,Luxembourg,Ruminants,0.458095,1.11693993603947
 2004,Luxembourg,Cereals,0.458095,0.11327563060064
 2004,Luxembourg,Monogastrics,0.458095,0.390115369082832
-2004,Luxembourg,Oilcrops,0.458095,0.0177255809384516
-2004,Luxembourg,Pulses,0.458095,0.00143420032962595
+2004,Luxembourg,FruitVeg,0.458095,0.331618987327956
+2004,Luxembourg,OilcropsPulses,0.458095,0.0191597812680776
 2004,Luxembourg,Starchy Roots,0.458095,0.0568222748556522
+2004,Luxembourg,Sugar,0.458095,0.0432923301935188
 2005,Luxembourg,Ruminants,0.465158,1.09130445998994
 2005,Luxembourg,Cereals,0.465158,0.111729777838928
 2005,Luxembourg,Monogastrics,0.465158,0.39620129074422
-2005,Luxembourg,Oilcrops,0.465158,0.0167018518438896
-2005,Luxembourg,Pulses,0.465158,0.00182518628079061
+2005,Luxembourg,FruitVeg,0.465158,0.312257340516556
+2005,Luxembourg,OilcropsPulses,0.465158,0.0185270381246802
 2005,Luxembourg,Starchy Roots,0.465158,0.0436518344304516
+2005,Luxembourg,Sugar,0.465158,0.0493359245675663
 2006,Luxembourg,Ruminants,0.472637,1.10818048523497
 2006,Luxembourg,Cereals,0.472637,0.125392214320927
 2006,Luxembourg,Monogastrics,0.472637,0.379093892352905
-2006,Luxembourg,Oilcrops,0.472637,0.0149163099799635
-2006,Luxembourg,Pulses,0.472637,0.00148739942069707
+2006,Luxembourg,FruitVeg,0.472637,0.319579296584906
+2006,Luxembourg,OilcropsPulses,0.472637,0.0164037094006605
 2006,Luxembourg,Starchy Roots,0.472637,0.0465304239828875
+2006,Luxembourg,Sugar,0.472637,0.0502563277949039
 2007,Luxembourg,Ruminants,0.479993,1.07606715097929
 2007,Luxembourg,Cereals,0.479993,0.133045690249649
 2007,Luxembourg,Monogastrics,0.479993,0.379730121064266
-2007,Luxembourg,Oilcrops,0.479993,0.0135168637875969
-2007,Luxembourg,Pulses,0.479993,0.000802095030552529
+2007,Luxembourg,FruitVeg,0.479993,0.308100326463094
+2007,Luxembourg,OilcropsPulses,0.479993,0.0143189588181494
 2007,Luxembourg,Starchy Roots,0.479993,0.0520132585266868
+2007,Luxembourg,Sugar,0.479993,0.0509611598502478
 2008,Luxembourg,Ruminants,0.48865,1.11551928783383
 2008,Luxembourg,Cereals,0.48865,0.134693543435997
 2008,Luxembourg,Monogastrics,0.48865,0.392571984037655
-2008,Luxembourg,Oilcrops,0.48865,0.0173273304000819
-2008,Luxembourg,Pulses,0.48865,0.00071830553565947
+2008,Luxembourg,FruitVeg,0.48865,0.330426685766909
+2008,Luxembourg,OilcropsPulses,0.48865,0.0180456359357413
 2008,Luxembourg,Starchy Roots,0.48865,0.045101811112248
+2008,Luxembourg,Sugar,0.48865,0.0509239742146731
 2009,Luxembourg,Ruminants,0.497783,1.04259607097872
 2009,Luxembourg,Cereals,0.497783,0.145061201366861
 2009,Luxembourg,Monogastrics,0.497783,0.371059477724229
-2009,Luxembourg,Oilcrops,0.497783,0.0139016398711889
-2009,Luxembourg,Pulses,0.497783,0.00148860045441488
+2009,Luxembourg,FruitVeg,0.497783,0.292822374408126
+2009,Luxembourg,OilcropsPulses,0.497783,0.0153902403256037
 2009,Luxembourg,Starchy Roots,0.497783,0.0420524606103463
+2009,Luxembourg,Sugar,0.497783,0.0520387397721497
 2010,Luxembourg,Ruminants,0.506953,1.0333222211921
 2010,Luxembourg,Cereals,0.506953,0.145855730215622
 2010,Luxembourg,Monogastrics,0.506953,0.380530147765177
-2010,Luxembourg,Oilcrops,0.506953,0.00980367016271726
-2010,Luxembourg,Pulses,0.506953,0.000863985418766631
+2010,Luxembourg,FruitVeg,0.506953,0.318554185496486
+2010,Luxembourg,OilcropsPulses,0.506953,0.0106676555814839
 2010,Luxembourg,Starchy Roots,0.506953,0.0619051470254639
+2010,Luxembourg,Sugar,0.506953,0.0494740143563605
 2011,Luxembourg,Ruminants,0.518347,1.04590438451462
 2011,Luxembourg,Cereals,0.518347,0.138416929199938
 2011,Luxembourg,Monogastrics,0.518347,0.374625492189595
-2011,Luxembourg,Oilcrops,0.518347,0.00868144312593687
-2011,Luxembourg,Pulses,0.518347,0.000721524384244531
+2011,Luxembourg,FruitVeg,0.518347,0.343952989020868
+2011,Luxembourg,OilcropsPulses,0.518347,0.00940296751018141
 2011,Luxembourg,Starchy Roots,0.518347,0.06115787300785
+2011,Luxembourg,Sugar,0.518347,0.0457994355132759
 1961,Madagascar,Ruminants,5.223621,0.509827665521675
 1961,Madagascar,Cereals,5.223621,0.207636426915352
 1961,Madagascar,Monogastrics,5.223621,0.0380273951728121
-1961,Madagascar,Oilcrops,5.223621,0.00808615326418207
-1961,Madagascar,Pulses,5.223621,0.00575998909568669
+1961,Madagascar,FruitVeg,5.223621,0.0901091407665296
+1961,Madagascar,OilcropsPulses,5.223621,0.0138461423598688
 1961,Madagascar,Starchy Roots,5.223621,0.139566404224196
+1961,Madagascar,Sugar,5.223621,0.00884003644215382
 1962,Madagascar,Ruminants,5.352674,0.515591982624012
 1962,Madagascar,Cereals,5.352674,0.204530109623713
 1962,Madagascar,Monogastrics,5.352674,0.0386879156100297
-1962,Madagascar,Oilcrops,5.352674,0.00718612790541699
-1962,Madagascar,Pulses,5.352674,0.00458331667499272
+1962,Madagascar,FruitVeg,5.352674,0.0925998855898939
+1962,Madagascar,OilcropsPulses,5.352674,0.0117694445804097
 1962,Madagascar,Starchy Roots,5.352674,0.141241928800446
+1962,Madagascar,Sugar,5.352674,0.00861662787608586
 1963,Madagascar,Ruminants,5.486593,0.508359595836615
 1963,Madagascar,Cereals,5.486593,0.208562217026122
 1963,Madagascar,Monogastrics,5.486593,0.0399056026207885
-1963,Madagascar,Oilcrops,5.486593,0.0086337732724115
-1963,Madagascar,Pulses,5.486593,0.00514217110691462
+1963,Madagascar,FruitVeg,5.486593,0.0908983042846444
+1963,Madagascar,OilcropsPulses,5.486593,0.0137759443793261
 1963,Madagascar,Starchy Roots,5.486593,0.149451763599013
+1963,Madagascar,Sugar,5.486593,0.00876317962713837
 1964,Madagascar,Ruminants,5.625401,0.500172823235179
 1964,Madagascar,Cereals,5.625401,0.215815192552495
 1964,Madagascar,Monogastrics,5.625401,0.0410382477622484
-1964,Madagascar,Oilcrops,5.625401,0.00948999013581432
-1964,Madagascar,Pulses,5.625401,0.00464553549160318
+1964,Madagascar,FruitVeg,5.625401,0.0938964173398483
+1964,Madagascar,OilcropsPulses,5.625401,0.0141355256274175
 1964,Madagascar,Starchy Roots,5.625401,0.149215673691529
+1964,Madagascar,Sugar,5.625401,0.00907153107840668
 1965,Madagascar,Ruminants,5.769219,0.412058616599578
 1965,Madagascar,Cereals,5.769219,0.212982727818098
 1965,Madagascar,Monogastrics,5.769219,0.0380835776904985
-1965,Madagascar,Oilcrops,5.769219,0.00906881850038974
-1965,Madagascar,Pulses,5.769219,0.00488211662618458
+1965,Madagascar,FruitVeg,5.769219,0.0923352016971448
+1965,Madagascar,OilcropsPulses,5.769219,0.0139509351265743
 1965,Madagascar,Starchy Roots,5.769219,0.163217066296149
+1965,Madagascar,Sugar,5.769219,0.00879997795195502
 1966,Madagascar,Ruminants,5.91806,0.521835077711277
 1966,Madagascar,Cereals,5.91806,0.209631534658317
 1966,Madagascar,Monogastrics,5.91806,0.0399858737491678
-1966,Madagascar,Oilcrops,5.91806,0.0108221275215189
-1966,Madagascar,Pulses,5.91806,0.00431915188423233
+1966,Madagascar,FruitVeg,5.91806,0.0953322541508535
+1966,Madagascar,OilcropsPulses,5.91806,0.0151412794057512
 1966,Madagascar,Starchy Roots,5.91806,0.139848193495842
+1966,Madagascar,Sugar,5.91806,0.00808575783280332
 1967,Madagascar,Ruminants,6.07227,0.515065815584617
 1967,Madagascar,Cereals,6.07227,0.212875744984989
 1967,Madagascar,Monogastrics,6.07227,0.0389620685509702
-1967,Madagascar,Oilcrops,6.07227,0.0102271473435799
-1967,Madagascar,Pulses,6.07227,0.00571252595816721
+1967,Madagascar,FruitVeg,6.07227,0.0972820707906598
+1967,Madagascar,OilcropsPulses,6.07227,0.0159396733017471
 1967,Madagascar,Starchy Roots,6.07227,0.143894622604067
+1967,Madagascar,Sugar,6.07227,0.00742522977403838
 1968,Madagascar,Ruminants,6.232704,0.512405418258271
 1968,Madagascar,Cereals,6.232704,0.212752442599552
 1968,Madagascar,Monogastrics,6.232704,0.0392292334113733
-1968,Madagascar,Oilcrops,6.232704,0.00976349911691619
-1968,Madagascar,Pulses,6.232704,0.00616778849115889
+1968,Madagascar,FruitVeg,6.232704,0.103142071242273
+1968,Madagascar,OilcropsPulses,6.232704,0.0159312876080751
 1968,Madagascar,Starchy Roots,6.232704,0.159085526923788
+1968,Madagascar,Sugar,6.232704,0.00839908328712546
 1969,Madagascar,Ruminants,6.400454,0.478514602245403
 1969,Madagascar,Cereals,6.400454,0.213298775368122
 1969,Madagascar,Monogastrics,6.400454,0.0388635712404151
-1969,Madagascar,Oilcrops,6.400454,0.0117511976494167
-1969,Madagascar,Pulses,6.400454,0.00633064466989373
+1969,Madagascar,FruitVeg,6.400454,0.113548351413822
+1969,Madagascar,OilcropsPulses,6.400454,0.0180818423193105
 1969,Madagascar,Starchy Roots,6.400454,0.161741495212683
+1969,Madagascar,Sugar,6.400454,0.00849267880059758
 1970,Madagascar,Ruminants,6.576301,0.44362204528047
 1970,Madagascar,Cereals,6.576301,0.211405013243767
 1970,Madagascar,Monogastrics,6.576301,0.0390902727840468
-1970,Madagascar,Oilcrops,6.576301,0.0100340601806395
-1970,Madagascar,Pulses,6.576301,0.00525447360149726
+1970,Madagascar,FruitVeg,6.576301,0.114237927978053
+1970,Madagascar,OilcropsPulses,6.576301,0.0152885337821368
 1970,Madagascar,Starchy Roots,6.576301,0.155993163938208
+1970,Madagascar,Sugar,6.576301,0.00949393891794186
 1971,Madagascar,Ruminants,6.760352,0.382503706907569
 1971,Madagascar,Cereals,6.760352,0.222349368790264
 1971,Madagascar,Monogastrics,6.760352,0.044095573721605
-1971,Madagascar,Oilcrops,6.760352,0.0119279291965862
-1971,Madagascar,Pulses,6.760352,0.00572115179801288
+1971,Madagascar,FruitVeg,6.760352,0.1140172878572
+1971,Madagascar,OilcropsPulses,6.760352,0.0176490809945991
 1971,Madagascar,Starchy Roots,6.760352,0.149989231329966
+1971,Madagascar,Sugar,6.760352,0.0113128724658124
 1972,Madagascar,Ruminants,6.952383,0.407828639475127
 1972,Madagascar,Cereals,6.952383,0.216163580171
 1972,Madagascar,Monogastrics,6.952383,0.0442024698581767
-1972,Madagascar,Oilcrops,6.952383,0.0105299147069429
-1972,Madagascar,Pulses,6.952383,0.00480497118757698
+1972,Madagascar,FruitVeg,6.952383,0.115804897399927
+1972,Madagascar,OilcropsPulses,6.952383,0.0153348858945199
 1972,Madagascar,Starchy Roots,6.952383,0.152127119578999
+1972,Madagascar,Sugar,6.952383,0.0112744076383594
 1973,Madagascar,Ruminants,7.152391,0.396254748936405
 1973,Madagascar,Cereals,7.152391,0.218013388809421
 1973,Madagascar,Monogastrics,7.152391,0.0420913509901794
-1973,Madagascar,Oilcrops,7.152391,0.0103034076297003
-1973,Madagascar,Pulses,7.152391,0.00389967494786009
+1973,Madagascar,FruitVeg,7.152391,0.120537733465634
+1973,Madagascar,OilcropsPulses,7.152391,0.0142030825775604
 1973,Madagascar,Starchy Roots,7.152391,0.138776389601743
+1973,Madagascar,Sugar,7.152391,0.011866661092773
 1974,Madagascar,Ruminants,7.360271,0.39436628080678
 1974,Madagascar,Cereals,7.360271,0.217238876122904
 1974,Madagascar,Monogastrics,7.360271,0.0380619952716415
-1974,Madagascar,Oilcrops,7.360271,0.0101353605050684
-1974,Madagascar,Pulses,7.360271,0.00450309506266821
+1974,Madagascar,FruitVeg,7.360271,0.151384643310009
+1974,Madagascar,OilcropsPulses,7.360271,0.0146384555677366
 1974,Madagascar,Starchy Roots,7.360271,0.142973947562529
+1974,Madagascar,Sugar,7.360271,0.0129700387390627
 1975,Madagascar,Ruminants,7.575757,0.411036481238773
 1975,Madagascar,Cereals,7.575757,0.211138372046516
 1975,Madagascar,Monogastrics,7.575757,0.0394747746000829
-1975,Madagascar,Oilcrops,7.575757,0.011958276908829
-1975,Madagascar,Pulses,7.575757,0.00545688041472291
+1975,Madagascar,FruitVeg,7.575757,0.145756787077516
+1975,Madagascar,OilcropsPulses,7.575757,0.017415157323552
 1975,Madagascar,Starchy Roots,7.575757,0.146167703108745
+1975,Madagascar,Sugar,7.575757,0.0134444650217793
 1976,Madagascar,Ruminants,7.799642,0.410094463309983
 1976,Madagascar,Cereals,7.799642,0.214366761961639
 1976,Madagascar,Monogastrics,7.799642,0.0351602035067763
-1976,Madagascar,Oilcrops,7.799642,0.0123251810788239
-1976,Madagascar,Pulses,7.799642,0.00642234605126748
+1976,Madagascar,FruitVeg,7.799642,0.131838743367965
+1976,Madagascar,OilcropsPulses,7.799642,0.0187475271300914
 1976,Madagascar,Starchy Roots,7.799642,0.158558687693615
+1976,Madagascar,Sugar,7.799642,0.0138521742408177
 1977,Madagascar,Ruminants,8.031589,0.298967589103476
 1977,Madagascar,Cereals,8.031589,0.210677239584844
 1977,Madagascar,Monogastrics,8.031589,0.035144452735318
-1977,Madagascar,Oilcrops,8.031589,0.0112061262098945
-1977,Madagascar,Pulses,8.031589,0.00493613405765659
+1977,Madagascar,FruitVeg,8.031589,0.114515819970369
+1977,Madagascar,OilcropsPulses,8.031589,0.016142260267551
 1977,Madagascar,Starchy Roots,8.031589,0.15116722232674
+1977,Madagascar,Sugar,8.031589,0.0139834097586418
 1978,Madagascar,Ruminants,8.268902,0.516702169163451
 1978,Madagascar,Cereals,8.268902,0.202800081558591
 1978,Madagascar,Monogastrics,8.268902,0.0360687065828087
-1978,Madagascar,Oilcrops,8.268902,0.0104204887178491
-1978,Madagascar,Pulses,8.268902,0.00421724673965177
+1978,Madagascar,FruitVeg,8.268902,0.108798362829793
+1978,Madagascar,OilcropsPulses,8.268902,0.0146377354575009
 1978,Madagascar,Starchy Roots,8.268902,0.156405650955834
+1978,Madagascar,Sugar,8.268902,0.0128752281741881
 1979,Madagascar,Ruminants,8.507958,0.41751682366086
 1979,Madagascar,Cereals,8.507958,0.200165304060034
 1979,Madagascar,Monogastrics,8.507958,0.037782332728958
-1979,Madagascar,Oilcrops,8.507958,0.0124613920284985
-1979,Madagascar,Pulses,8.507958,0.00499967207172391
+1979,Madagascar,FruitVeg,8.507958,0.0978883534685996
+1979,Madagascar,OilcropsPulses,8.507958,0.0174610641002224
 1979,Madagascar,Starchy Roots,8.507958,0.155526155629823
+1979,Madagascar,Sugar,8.507958,0.0122133889236407
 1980,Madagascar,Ruminants,8.746516,0.425989548295573
 1980,Madagascar,Cereals,8.746516,0.200157982904279
 1980,Madagascar,Monogastrics,8.746516,0.0367615974177604
-1980,Madagascar,Oilcrops,8.746516,0.0126316581367941
-1980,Madagascar,Pulses,8.746516,0.00457302084624324
+1980,Madagascar,FruitVeg,8.746516,0.102419409053845
+1980,Madagascar,OilcropsPulses,8.746516,0.0172046789830374
 1980,Madagascar,Starchy Roots,8.746516,0.160703530411423
+1980,Madagascar,Sugar,8.746516,0.0116469231863293
 1981,Madagascar,Ruminants,8.983494,0.431814681459129
 1981,Madagascar,Cereals,8.983494,0.203229723312555
 1981,Madagascar,Monogastrics,8.983494,0.0401806245988476
-1981,Madagascar,Oilcrops,8.983494,0.0122332134913209
-1981,Madagascar,Pulses,8.983494,0.00438058955680273
+1981,Madagascar,FruitVeg,8.983494,0.101828086043136
+1981,Madagascar,OilcropsPulses,8.983494,0.0166138030481236
 1981,Madagascar,Starchy Roots,8.983494,0.15527889260014
+1981,Madagascar,Sugar,8.983494,0.011573447925718
 1982,Madagascar,Ruminants,9.220693,0.425410476197396
 1982,Madagascar,Cereals,9.220693,0.187656827962931
 1982,Madagascar,Monogastrics,9.220693,0.0352276558822639
-1982,Madagascar,Oilcrops,9.220693,0.0117290533368804
-1982,Madagascar,Pulses,9.220693,0.00435498720107046
+1982,Madagascar,FruitVeg,9.220693,0.101820112653138
+1982,Madagascar,OilcropsPulses,9.220693,0.0160840405379509
 1982,Madagascar,Starchy Roots,9.220693,0.148033884221067
+1982,Madagascar,Sugar,9.220693,0.0106481150603322
 1983,Madagascar,Ruminants,9.462343,0.415206402896196
 1983,Madagascar,Cereals,9.462343,0.207564553514917
 1983,Madagascar,Monogastrics,9.462343,0.0346335997331739
-1983,Madagascar,Oilcrops,9.462343,0.0113288009111485
-1983,Madagascar,Pulses,9.462343,0.00406537788790789
+1983,Madagascar,FruitVeg,9.462343,0.101437984228642
+1983,Madagascar,OilcropsPulses,9.462343,0.0153941787990564
 1983,Madagascar,Starchy Roots,9.462343,0.163402658305665
+1983,Madagascar,Sugar,9.462343,0.0095552444040551
 1984,Madagascar,Ruminants,9.714342,0.398612443333784
 1984,Madagascar,Cereals,9.714342,0.196166863386115
 1984,Madagascar,Monogastrics,9.714342,0.0395436047032316
-1984,Madagascar,Oilcrops,9.714342,0.0116224032466635
-1984,Madagascar,Pulses,9.714342,0.00411834378489042
+1984,Madagascar,FruitVeg,9.714342,0.0933576355454646
+1984,Madagascar,OilcropsPulses,9.714342,0.015740747031554
 1984,Madagascar,Starchy Roots,9.714342,0.188369320330703
+1984,Madagascar,Sugar,9.714342,0.00867253798558873
 1985,Madagascar,Ruminants,9.981113,0.387234509818695
 1985,Madagascar,Cereals,9.981113,0.195950892450571
 1985,Madagascar,Monogastrics,9.981113,0.0411391795684509
-1985,Madagascar,Oilcrops,9.981113,0.0115484114847713
-1985,Madagascar,Pulses,9.981113,0.00369247397559771
+1985,Madagascar,FruitVeg,9.981113,0.0919622891755659
+1985,Madagascar,OilcropsPulses,9.981113,0.015240885460369
 1985,Madagascar,Starchy Roots,9.981113,0.181990425316295
+1985,Madagascar,Sugar,9.981113,0.00978868789482696
 1986,Madagascar,Ruminants,10.264368,0.383283919672405
 1986,Madagascar,Cereals,10.264368,0.194149897977157
 1986,Madagascar,Monogastrics,10.264368,0.0426267062911228
-1986,Madagascar,Oilcrops,10.264368,0.0114356772867068
-1986,Madagascar,Pulses,10.264368,0.00450763261800434
+1986,Madagascar,FruitVeg,10.264368,0.091918080100012
+1986,Madagascar,OilcropsPulses,10.264368,0.0159433099047111
 1986,Madagascar,Starchy Roots,10.264368,0.189506748004358
+1986,Madagascar,Sugar,10.264368,0.00933501215077246
 1987,Madagascar,Ruminants,10.563491,0.383085629551821
 1987,Madagascar,Cereals,10.563491,0.184278284517874
 1987,Madagascar,Monogastrics,10.563491,0.0406467899674454
-1987,Madagascar,Oilcrops,10.563491,0.0106480897271555
-1987,Madagascar,Pulses,10.563491,0.00420504925881037
+1987,Madagascar,FruitVeg,10.563491,0.0900736319082394
+1987,Madagascar,OilcropsPulses,10.563491,0.0148531389859659
 1987,Madagascar,Starchy Roots,10.563491,0.181912305316491
+1987,Madagascar,Sugar,10.563491,0.00906064103240112
 1988,Madagascar,Ruminants,10.877757,0.377410168291128
 1988,Madagascar,Cereals,10.877757,0.169218341612154
 1988,Madagascar,Monogastrics,10.877757,0.0436079699151213
-1988,Madagascar,Oilcrops,10.877757,0.0107045965450414
-1988,Madagascar,Pulses,10.877757,0.00381576826913857
+1988,Madagascar,FruitVeg,10.877757,0.0885631109428166
+1988,Madagascar,OilcropsPulses,10.877757,0.01452036481418
 1988,Madagascar,Starchy Roots,10.877757,0.184609198385292
+1988,Madagascar,Sugar,10.877757,0.00857897450733639
 1989,Madagascar,Ruminants,11.205548,0.367771098745015
 1989,Madagascar,Cereals,11.205548,0.174318560770076
 1989,Madagascar,Monogastrics,11.205548,0.0430092129363062
-1989,Madagascar,Oilcrops,11.205548,0.01097563456959
-1989,Madagascar,Pulses,11.205548,0.00371574866307297
+1989,Madagascar,FruitVeg,11.205548,0.0863216149714409
+1989,Madagascar,OilcropsPulses,11.205548,0.014691383232663
 1989,Madagascar,Starchy Roots,11.205548,0.179026496517618
+1989,Madagascar,Sugar,11.205548,0.00805342139447352
 1990,Madagascar,Ruminants,11.545782,0.360762623094737
 1990,Madagascar,Cereals,11.545782,0.171132106946069
 1990,Madagascar,Monogastrics,11.545782,0.0438337827615314
-1990,Madagascar,Oilcrops,11.545782,0.0104607899231078
-1990,Madagascar,Pulses,11.545782,0.00318038223829274
+1990,Madagascar,FruitVeg,11.545782,0.0856653105004061
+1990,Madagascar,OilcropsPulses,11.545782,0.0136411721614006
 1990,Madagascar,Starchy Roots,11.545782,0.185962284754727
+1990,Madagascar,Sugar,11.545782,0.0077832753121443
 1991,Madagascar,Ruminants,11.898267,0.351495095882451
 1991,Madagascar,Cereals,11.898267,0.157288704312989
 1991,Madagascar,Monogastrics,11.898267,0.043379939280233
-1991,Madagascar,Oilcrops,11.898267,0.00998784108643721
-1991,Madagascar,Pulses,11.898267,0.00533254128521406
+1991,Madagascar,FruitVeg,11.898267,0.0825137812086416
+1991,Madagascar,OilcropsPulses,11.898267,0.0153203823716513
 1991,Madagascar,Starchy Roots,11.898267,0.183712720516358
+1991,Madagascar,Sugar,11.898267,0.00791459798305081
 1992,Madagascar,Ruminants,12.263899,0.341536896218731
 1992,Madagascar,Cereals,12.263899,0.162685863606672
 1992,Madagascar,Monogastrics,12.263899,0.0428620131330175
-1992,Madagascar,Oilcrops,12.263899,0.00831954013972228
-1992,Madagascar,Pulses,12.263899,0.00550126839759525
+1992,Madagascar,FruitVeg,12.263899,0.0809643817190601
+1992,Madagascar,OilcropsPulses,12.263899,0.0138208085373175
 1992,Madagascar,Starchy Roots,12.263899,0.17223021813862
+1992,Madagascar,Sugar,12.263899,0.00776849189641891
 1993,Madagascar,Ruminants,12.643864,0.330532446410369
 1993,Madagascar,Cereals,12.643864,0.16187480346198
 1993,Madagascar,Monogastrics,12.643864,0.042642589322378
-1993,Madagascar,Oilcrops,12.643864,0.00983496817112237
-1993,Madagascar,Pulses,12.643864,0.00552694967297972
+1993,Madagascar,FruitVeg,12.643864,0.0794478649881081
+1993,Madagascar,OilcropsPulses,12.643864,0.0153619178441021
 1993,Madagascar,Starchy Roots,12.643864,0.171320096451528
+1993,Madagascar,Sugar,12.643864,0.0084755736062963
 1994,Madagascar,Ruminants,13.039754,0.320830715057968
 1994,Madagascar,Cereals,13.039754,0.155018415224704
 1994,Madagascar,Monogastrics,13.039754,0.0422498001112598
-1994,Madagascar,Oilcrops,13.039754,0.00850184750417838
-1994,Madagascar,Pulses,13.039754,0.0050342974261631
+1994,Madagascar,FruitVeg,13.039754,0.0734089768871407
+1994,Madagascar,OilcropsPulses,13.039754,0.0135361449303415
 1994,Madagascar,Starchy Roots,13.039754,0.172161836795387
+1994,Madagascar,Sugar,13.039754,0.00851342747723615
 1995,Madagascar,Ruminants,13.452526,0.309080458197962
 1995,Madagascar,Cereals,13.452526,0.154922503030286
 1995,Madagascar,Monogastrics,13.452526,0.0422348784161428
-1995,Madagascar,Oilcrops,13.452526,0.00880444312094249
-1995,Madagascar,Pulses,13.452526,0.00511279442983422
+1995,Madagascar,FruitVeg,13.452526,0.0734497744141137
+1995,Madagascar,OilcropsPulses,13.452526,0.0139172375507767
 1995,Madagascar,Starchy Roots,13.452526,0.165934784292556
+1995,Madagascar,Sugar,13.452526,0.00840095012639262
 1996,Madagascar,Ruminants,13.882646,0.305581637679157
 1996,Madagascar,Cereals,13.882646,0.155716064502401
 1996,Madagascar,Monogastrics,13.882646,0.0445949785076995
-1996,Madagascar,Oilcrops,13.882646,0.00892898947362052
-1996,Madagascar,Pulses,13.882646,0.00505825762610384
+1996,Madagascar,FruitVeg,13.882646,0.0734921138232582
+1996,Madagascar,OilcropsPulses,13.882646,0.0139872470997244
 1996,Madagascar,Starchy Roots,13.882646,0.165732886943887
+1996,Madagascar,Sugar,13.882646,0.00842944493434465
 1997,Madagascar,Ruminants,14.329239,0.300471190410042
 1997,Madagascar,Cereals,14.329239,0.155280193177042
 1997,Madagascar,Monogastrics,14.329239,0.0444877917103623
-1997,Madagascar,Oilcrops,14.329239,0.0096057438919122
-1997,Madagascar,Pulses,14.329239,0.00513544368964744
+1997,Madagascar,FruitVeg,14.329239,0.0729707976815796
+1997,Madagascar,OilcropsPulses,14.329239,0.0147411875815596
 1997,Madagascar,Starchy Roots,14.329239,0.166528871491361
+1997,Madagascar,Sugar,14.329239,0.00796748522374426
 1998,Madagascar,Ruminants,14.790245,0.291876185959056
 1998,Madagascar,Cereals,14.790245,0.156027976548056
 1998,Madagascar,Monogastrics,14.790245,0.0365098549753571
-1998,Madagascar,Oilcrops,14.790245,0.00932411870121151
-1998,Madagascar,Pulses,14.790245,0.00512750126857263
+1998,Madagascar,FruitVeg,14.790245,0.0707724584684027
+1998,Madagascar,OilcropsPulses,14.790245,0.0144516199697841
 1998,Madagascar,Starchy Roots,14.790245,0.173838770081226
+1998,Madagascar,Sugar,14.790245,0.00836152477528263
 1999,Madagascar,Ruminants,15.262817,0.282633363159632
 1999,Madagascar,Cereals,15.262817,0.158144790702791
 1999,Madagascar,Monogastrics,15.262817,0.0315597769402595
-1999,Madagascar,Oilcrops,15.262817,0.00919325705077903
-1999,Madagascar,Pulses,15.262817,0.00475816489184139
+1999,Madagascar,FruitVeg,15.262817,0.069056780278503
+1999,Madagascar,OilcropsPulses,15.262817,0.0139514219426204
 1999,Madagascar,Starchy Roots,15.262817,0.171162767659469
+1999,Madagascar,Sugar,15.262817,0.00818322069903609
 2000,Madagascar,Ruminants,15.744811,0.273361020338701
 2000,Madagascar,Cereals,15.744811,0.160616408796523
 2000,Madagascar,Monogastrics,15.744811,0.024254530587887
-2000,Madagascar,Oilcrops,15.744811,0.00935139837499478
-2000,Madagascar,Pulses,15.744811,0.00466286956382011
+2000,Madagascar,FruitVeg,15.744811,0.0674251980541399
+2000,Madagascar,OilcropsPulses,15.744811,0.0140142679388149
 2000,Madagascar,Starchy Roots,15.744811,0.171810954097829
+2000,Madagascar,Sugar,15.744811,0.0078470297293502
 2001,Madagascar,Ruminants,16.235767,0.218357642112011
 2001,Madagascar,Cereals,16.235767,0.165793276042949
 2001,Madagascar,Monogastrics,16.235767,0.0231241800895517
-2001,Madagascar,Oilcrops,16.235767,0.00928228398448931
-2001,Madagascar,Pulses,16.235767,0.00444845014097579
+2001,Madagascar,FruitVeg,16.235767,0.0667500956376129
+2001,Madagascar,OilcropsPulses,16.235767,0.0137307341254651
 2001,Madagascar,Starchy Roots,16.235767,0.172056238550356
+2001,Madagascar,Sugar,16.235767,0.00572907950699219
 2002,Madagascar,Ruminants,16.736029,0.202297355005778
 2002,Madagascar,Cereals,16.736029,0.166117840737489
 2002,Madagascar,Monogastrics,16.736029,0.0235787234833305
-2002,Madagascar,Oilcrops,16.736029,0.00869859869387177
-2002,Madagascar,Pulses,16.736029,0.00435413920470621
+2002,Madagascar,FruitVeg,16.736029,0.0660766660956431
+2002,Madagascar,OilcropsPulses,16.736029,0.013052737898578
 2002,Madagascar,Starchy Roots,16.736029,0.162665349109995
+2002,Madagascar,Sugar,16.736029,0.00423863988285393
 2003,Madagascar,Ruminants,17.245275,0.201387006005993
 2003,Madagascar,Cereals,17.245275,0.174043382897634
 2003,Madagascar,Monogastrics,17.245275,0.023938777433239
-2003,Madagascar,Oilcrops,17.245275,0.00856153352150082
-2003,Madagascar,Pulses,17.245275,0.00439447906745471
+2003,Madagascar,FruitVeg,17.245275,0.0674705970186036
+2003,Madagascar,OilcropsPulses,17.245275,0.0129560125889555
 2003,Madagascar,Starchy Roots,17.245275,0.139973413007331
+2003,Madagascar,Sugar,17.245275,0.00674602173638866
 2004,Madagascar,Ruminants,17.763367,0.197597983535441
 2004,Madagascar,Cereals,17.763367,0.175661967688896
 2004,Madagascar,Monogastrics,17.763367,0.0243894640019541
-2004,Madagascar,Oilcrops,17.763367,0.00834458917613986
-2004,Madagascar,Pulses,17.763367,0.00452645041899996
+2004,Madagascar,FruitVeg,17.763367,0.0672094428944693
+2004,Madagascar,OilcropsPulses,17.763367,0.0128710395951398
 2004,Madagascar,Starchy Roots,17.763367,0.138777181150398
+2004,Madagascar,Sugar,17.763367,0.00669552118131658
 2005,Madagascar,Ruminants,18.290394,0.219285735452172
 2005,Madagascar,Cereals,18.290394,0.178803201286971
 2005,Madagascar,Monogastrics,18.290394,0.028267597734636
-2005,Madagascar,Oilcrops,18.290394,0.00783569779852747
-2005,Madagascar,Pulses,18.290394,0.00485954539852996
+2005,Madagascar,FruitVeg,18.290394,0.0647063699119877
+2005,Madagascar,OilcropsPulses,18.290394,0.0126952431970574
 2005,Madagascar,Starchy Roots,18.290394,0.157443464585837
+2005,Madagascar,Sugar,18.290394,0.0066303109708845
 2006,Madagascar,Ruminants,18.826129,0.214016779551441
 2006,Madagascar,Cereals,18.826129,0.180052787272413
 2006,Madagascar,Monogastrics,18.826129,0.0333904702342154
-2006,Madagascar,Oilcrops,18.826129,0.00837086583226961
-2006,Madagascar,Pulses,18.826129,0.0048968112350659
+2006,Madagascar,FruitVeg,18.826129,0.0631235449411825
+2006,Madagascar,OilcropsPulses,18.826129,0.0132676770673355
 2006,Madagascar,Starchy Roots,18.826129,0.156244653375104
+2006,Madagascar,Sugar,18.826129,0.00660996214357184
 2007,Madagascar,Ruminants,19.371031,0.209441856760231
 2007,Madagascar,Cereals,19.371031,0.183064546228851
 2007,Madagascar,Monogastrics,19.371031,0.0344082666534373
-2007,Madagascar,Oilcrops,19.371031,0.00712233644146251
-2007,Madagascar,Pulses,19.371031,0.00483051211884386
+2007,Madagascar,FruitVeg,19.371031,0.0644512416504831
+2007,Madagascar,OilcropsPulses,19.371031,0.0119528485603064
 2007,Madagascar,Starchy Roots,19.371031,0.154681802945853
+2007,Madagascar,Sugar,19.371031,0.00689054702354253
 2008,Madagascar,Ruminants,19.926798,0.226764380308367
 2008,Madagascar,Cereals,19.926798,0.180176614426462
 2008,Madagascar,Monogastrics,19.926798,0.0307424153142918
-2008,Madagascar,Oilcrops,19.926798,0.00737705074342601
-2008,Madagascar,Pulses,19.926798,0.00444602288837374
+2008,Madagascar,FruitVeg,19.926798,0.0568735127439943
+2008,Madagascar,OilcropsPulses,19.926798,0.0118230736317997
 2008,Madagascar,Starchy Roots,19.926798,0.153787577913923
+2008,Madagascar,Sugar,19.926798,0.00671261885627585
 2009,Madagascar,Ruminants,20.495706,0.223883534433993
 2009,Madagascar,Cereals,20.495706,0.181232498163274
 2009,Madagascar,Monogastrics,20.495706,0.0302320447024367
-2009,Madagascar,Oilcrops,20.495706,0.00605824459035468
-2009,Madagascar,Pulses,20.495706,0.00448069463916003
+2009,Madagascar,FruitVeg,20.495706,0.0630410584539025
+2009,Madagascar,OilcropsPulses,20.495706,0.0105389392295147
 2009,Madagascar,Starchy Roots,20.495706,0.152027405155012
+2009,Madagascar,Sugar,20.495706,0.00788931105861882
 2010,Madagascar,Ruminants,21.079532,0.22711062560592
 2010,Madagascar,Cereals,21.079532,0.182905673617422
 2010,Madagascar,Monogastrics,21.079532,0.0300373841316781
-2010,Madagascar,Oilcrops,21.079532,0.00617276512590507
-2010,Madagascar,Pulses,21.079532,0.00419259782427807
+2010,Madagascar,FruitVeg,21.079532,0.0653361279557819
+2010,Madagascar,OilcropsPulses,21.079532,0.0103653629501831
 2010,Madagascar,Starchy Roots,21.079532,0.15099851362924
+2010,Madagascar,Sugar,21.079532,0.00775605454618252
 2011,Madagascar,Ruminants,21.678867,0.228844819242629
 2011,Madagascar,Cereals,21.678867,0.182861862660996
 2011,Madagascar,Monogastrics,21.678867,0.0298085919342556
-2011,Madagascar,Oilcrops,21.678867,0.00558276408079813
-2011,Madagascar,Pulses,21.678867,0.00426253825903356
+2011,Madagascar,FruitVeg,21.678867,0.0666510846715375
+2011,Madagascar,OilcropsPulses,21.678867,0.00984530233983169
 2011,Madagascar,Starchy Roots,21.678867,0.160371250028888
+2011,Madagascar,Sugar,21.678867,0.00789815261101975
 2012,Madagascar,Ruminants,22.29372,0.229177346804392
 2012,Madagascar,Cereals,22.29372,0.181935047179206
 2012,Madagascar,Monogastrics,22.29372,0.0293397871687632
-2012,Madagascar,Oilcrops,22.29372,0.00531275175251147
-2012,Madagascar,Pulses,22.29372,0.00424931325951882
+2012,Madagascar,FruitVeg,22.29372,0.0656522554333687
+2012,Madagascar,OilcropsPulses,22.29372,0.00956206501203029
 2012,Madagascar,Starchy Roots,22.29372,0.157773668997368
+2012,Madagascar,Sugar,22.29372,0.00715013017118722
 2013,Madagascar,Ruminants,22.924557,0.222835756433592
 2013,Madagascar,Cereals,22.924557,0.181913744287403
 2013,Madagascar,Monogastrics,22.924557,0.0283638632580774
-2013,Madagascar,Oilcrops,22.924557,0.00513213843129008
-2013,Madagascar,Pulses,22.924557,0.00409735289541255
+2013,Madagascar,FruitVeg,22.924557,0.063268572648972
+2013,Madagascar,OilcropsPulses,22.924557,0.00922949132670263
 2013,Madagascar,Starchy Roots,22.924557,0.156799322228997
+2013,Madagascar,Sugar,22.924557,0.00722199342826996
 1961,Malawi,Ruminants,3.700032,0.0442079149585733
 1961,Malawi,Cereals,3.700032,0.155710274938163
 1961,Malawi,Monogastrics,3.700032,0.0109312027571653
-1961,Malawi,Oilcrops,3.700032,0.0201330691194022
-1961,Malawi,Pulses,3.700032,0.0163795880684275
+1961,Malawi,FruitVeg,3.700032,0.0814095661875357
+1961,Malawi,OilcropsPulses,3.700032,0.0365126571878297
 1961,Malawi,Starchy Roots,3.700032,0.0376699444761559
+1961,Malawi,Sugar,3.700032,0.00257511286388874
 1962,Malawi,Ruminants,3.784444,0.0486757632032605
 1962,Malawi,Cereals,3.784444,0.15752459278034
 1962,Malawi,Monogastrics,3.784444,0.011262526278629
-1962,Malawi,Oilcrops,3.784444,0.018639197726271
-1962,Malawi,Pulses,3.784444,0.0167435427766932
+1962,Malawi,FruitVeg,3.784444,0.0813086413750606
+1962,Malawi,OilcropsPulses,3.784444,0.0353827405029642
 1962,Malawi,Starchy Roots,3.784444,0.0362483894595877
+1962,Malawi,Sugar,3.784444,0.00273038787203616
 1963,Malawi,Ruminants,3.872124,0.0510060369967491
 1963,Malawi,Cereals,3.872124,0.170306012927272
 1963,Malawi,Monogastrics,3.872124,0.0127679278866069
-1963,Malawi,Oilcrops,3.872124,0.0172158742850177
-1963,Malawi,Pulses,3.872124,0.0164909491534879
+1963,Malawi,FruitVeg,3.872124,0.0807032522718797
+1963,Malawi,OilcropsPulses,3.872124,0.0337068234385056
 1963,Malawi,Starchy Roots,3.872124,0.0318119977562702
+1963,Malawi,Sugar,3.872124,0.00265719796163553
 1964,Malawi,Ruminants,3.963424,0.0483425694550974
 1964,Malawi,Cereals,3.963424,0.182643088400333
 1964,Malawi,Monogastrics,3.963424,0.0129297294460547
-1964,Malawi,Oilcrops,3.963424,0.0192207545798784
-1964,Malawi,Pulses,3.963424,0.0155935877665372
+1964,Malawi,FruitVeg,3.963424,0.0804887390296875
+1964,Malawi,OilcropsPulses,3.963424,0.0348143423464156
 1964,Malawi,Starchy Roots,3.963424,0.0286509846032118
+1964,Malawi,Sugar,3.963424,0.00358225615023777
 1965,Malawi,Ruminants,4.05868,0.0568328865542492
 1965,Malawi,Cereals,4.05868,0.184556062562212
 1965,Malawi,Monogastrics,4.05868,0.0125116786738546
-1965,Malawi,Oilcrops,4.05868,0.0208952171642012
-1965,Malawi,Pulses,4.05868,0.0156331615204943
+1965,Malawi,FruitVeg,4.05868,0.079973538194684
+1965,Malawi,OilcropsPulses,4.05868,0.0365283786846955
 1965,Malawi,Starchy Roots,4.05868,0.0218356707106744
+1965,Malawi,Sugar,4.05868,0.0034937467353918
 1966,Malawi,Ruminants,4.158132,0.0528470957631937
 1966,Malawi,Cereals,4.158132,0.182059636394419
 1966,Malawi,Monogastrics,4.158132,0.012292034019122
-1966,Malawi,Oilcrops,4.158132,0.0204411500164016
-1966,Malawi,Pulses,4.158132,0.0167666634921643
+1966,Malawi,FruitVeg,4.158132,0.0802699385204702
+1966,Malawi,OilcropsPulses,4.158132,0.0372078135085659
 1966,Malawi,Starchy Roots,4.158132,0.0197235200806516
+1966,Malawi,Sugar,4.158132,0.00375240612852117
 1967,Malawi,Ruminants,4.262013,0.0614337403475775
 1967,Malawi,Cereals,4.262013,0.185131767547401
 1967,Malawi,Monogastrics,4.262013,0.0133622774027203
-1967,Malawi,Oilcrops,4.262013,0.0153584702815313
-1967,Malawi,Pulses,4.262013,0.0163371158182765
+1967,Malawi,FruitVeg,4.262013,0.0808807950609254
+1967,Malawi,OilcropsPulses,4.262013,0.0316955860998078
 1967,Malawi,Starchy Roots,4.262013,0.0191177267643247
+1967,Malawi,Sugar,4.262013,0.00430336556927443
 1968,Malawi,Ruminants,4.370664,0.0657357783622809
 1968,Malawi,Cereals,4.370664,0.185505909399579
 1968,Malawi,Monogastrics,4.370664,0.0134520063770631
-1968,Malawi,Oilcrops,4.370664,0.0171113588232818
-1968,Malawi,Pulses,4.370664,0.0196075470454832
+1968,Malawi,FruitVeg,4.370664,0.081069604069313
+1968,Malawi,OilcropsPulses,4.370664,0.036718905868765
 1968,Malawi,Starchy Roots,4.370664,0.019001460647627
+1968,Malawi,Sugar,4.370664,0.00466931340409604
 1969,Malawi,Ruminants,4.484456,0.0669129544363909
 1969,Malawi,Cereals,4.484456,0.185809159461036
 1969,Malawi,Monogastrics,4.484456,0.0180038782853483
-1969,Malawi,Oilcrops,4.484456,0.0158126203044472
-1969,Malawi,Pulses,4.484456,0.0182492592189554
+1969,Malawi,FruitVeg,4.484456,0.0808588600267234
+1969,Malawi,OilcropsPulses,4.484456,0.0340618795234026
 1969,Malawi,Starchy Roots,4.484456,0.0193546329811241
+1969,Malawi,Sugar,4.484456,0.00506973421079391
 1970,Malawi,Ruminants,4.603739,0.0658191309281434
 1970,Malawi,Cereals,4.603739,0.196000902744487
 1970,Malawi,Monogastrics,4.603739,0.0164696565118049
-1970,Malawi,Oilcrops,4.603739,0.0167552939034989
-1970,Malawi,Pulses,4.603739,0.0198473458204299
+1970,Malawi,FruitVeg,4.603739,0.0778934253223304
+1970,Malawi,OilcropsPulses,4.603739,0.0366026397239287
 1970,Malawi,Starchy Roots,4.603739,0.0154893663606907
+1970,Malawi,Sugar,4.603739,0.0058826097656709
 1971,Malawi,Ruminants,4.728693,0.0654507281398898
 1971,Malawi,Cereals,4.728693,0.194585903546709
 1971,Malawi,Monogastrics,4.728693,0.0153771665870464
-1971,Malawi,Oilcrops,4.728693,0.0208992209898168
-1971,Malawi,Pulses,4.728693,0.0202633158887667
+1971,Malawi,FruitVeg,4.728693,0.0828137923100527
+1971,Malawi,OilcropsPulses,4.728693,0.0411625368785836
 1971,Malawi,Starchy Roots,4.728693,0.0128473132004975
+1971,Malawi,Sugar,4.728693,0.0070505740169641
 1972,Malawi,Ruminants,4.859569,0.062406789573314
 1972,Malawi,Cereals,4.859569,0.195717768386456
 1972,Malawi,Monogastrics,4.859569,0.0166636176994297
-1972,Malawi,Oilcrops,4.859569,0.0194906173777963
-1972,Malawi,Pulses,4.859569,0.0186232565069042
+1972,Malawi,FruitVeg,4.859569,0.0836080319057102
+1972,Malawi,OilcropsPulses,4.859569,0.0381138738847005
 1972,Malawi,Starchy Roots,4.859569,0.0175501160699642
+1972,Malawi,Sugar,4.859569,0.00635735391348492
 1973,Malawi,Ruminants,4.996861,0.0634057261148549
 1973,Malawi,Cereals,4.996861,0.195616207855292
 1973,Malawi,Monogastrics,4.996861,0.0165743253614619
-1973,Malawi,Oilcrops,4.996861,0.0165461876966359
-1973,Malawi,Pulses,4.996861,0.0205404953229638
+1973,Malawi,FruitVeg,4.996861,0.0834657998291327
+1973,Malawi,OilcropsPulses,4.996861,0.0370866830195997
 1973,Malawi,Starchy Roots,4.996861,0.0580006127847062
+1973,Malawi,Sugar,4.996861,0.00651509017361099
 1974,Malawi,Ruminants,5.141138,0.0674444646302044
 1974,Malawi,Cereals,5.141138,0.192931020330518
 1974,Malawi,Monogastrics,5.141138,0.0166214561834364
-1974,Malawi,Oilcrops,5.141138,0.0166842438386209
-1974,Malawi,Pulses,5.141138,0.0210591507172147
+1974,Malawi,FruitVeg,5.141138,0.0847088718489953
+1974,Malawi,OilcropsPulses,5.141138,0.0377433945558357
 1974,Malawi,Starchy Roots,5.141138,0.0711245253482789
+1974,Malawi,Sugar,5.141138,0.00605624669090773
 1975,Malawi,Ruminants,5.292816,0.065156355331453
 1975,Malawi,Cereals,5.292816,0.1926926989338
 1975,Malawi,Monogastrics,5.292816,0.0153981358883437
-1975,Malawi,Oilcrops,5.292816,0.0159688150882252
-1975,Malawi,Pulses,5.292816,0.0202175930544345
+1975,Malawi,FruitVeg,5.292816,0.0865531694281456
+1975,Malawi,OilcropsPulses,5.292816,0.0361864081426598
 1975,Malawi,Starchy Roots,5.292816,0.078895997896016
+1975,Malawi,Sugar,5.292816,0.0059403160812694
 1976,Malawi,Ruminants,5.454839,0.0630066075277382
 1976,Malawi,Cereals,5.454839,0.192773608900281
 1976,Malawi,Monogastrics,5.454839,0.016929298921563
-1976,Malawi,Oilcrops,5.454839,0.0155971606128064
-1976,Malawi,Pulses,5.454839,0.0202603596549779
+1976,Malawi,FruitVeg,5.454839,0.0875600544764016
+1976,Malawi,OilcropsPulses,5.454839,0.0358575202677843
 1976,Malawi,Starchy Roots,5.454839,0.0777377664125376
+1976,Malawi,Sugar,5.454839,0.00667994050786833
 1977,Malawi,Ruminants,5.627788,0.0676438593635723
 1977,Malawi,Cereals,5.627788,0.190147176830399
 1977,Malawi,Monogastrics,5.627788,0.0163136031421226
-1977,Malawi,Oilcrops,5.627788,0.0178039755584254
-1977,Malawi,Pulses,5.627788,0.0191581488144187
+1977,Malawi,FruitVeg,5.627788,0.0865926363963959
+1977,Malawi,OilcropsPulses,5.627788,0.0369621243728442
 1977,Malawi,Starchy Roots,5.627788,0.0760025075571432
+1977,Malawi,Sugar,5.627788,0.00640056093086662
 1978,Malawi,Ruminants,5.80717,0.0671132410451218
 1978,Malawi,Cereals,5.80717,0.18335540375088
 1978,Malawi,Monogastrics,5.80717,0.0172465073348981
-1978,Malawi,Oilcrops,5.80717,0.01878901427029
-1978,Malawi,Pulses,5.80717,0.0195408434745323
+1978,Malawi,FruitVeg,5.80717,0.0866447856701285
+1978,Malawi,OilcropsPulses,5.80717,0.0383298577448223
 1978,Malawi,Starchy Roots,5.80717,0.0734430023574306
+1978,Malawi,Sugar,5.80717,0.00655000628533348
 1979,Malawi,Ruminants,5.986639,0.0715505478115517
 1979,Malawi,Cereals,5.986639,0.177855554677675
 1979,Malawi,Monogastrics,5.986639,0.0158506300446711
-1979,Malawi,Oilcrops,5.986639,0.0173928977511422
-1979,Malawi,Pulses,5.986639,0.0178756394030106
+1979,Malawi,FruitVeg,5.986639,0.0861857546446345
+1979,Malawi,OilcropsPulses,5.986639,0.0352685371541528
 1979,Malawi,Starchy Roots,5.986639,0.0733984461064046
+1979,Malawi,Sugar,5.986639,0.00696835068892579
 1980,Malawi,Ruminants,6.163225,0.0736709109273148
 1980,Malawi,Cereals,6.163225,0.175698274847989
 1980,Malawi,Monogastrics,6.163225,0.016524627934239
-1980,Malawi,Oilcrops,6.163225,0.0138401567361244
-1980,Malawi,Pulses,6.163225,0.018272576451452
+1980,Malawi,FruitVeg,6.163225,0.0859807973909763
+1980,Malawi,OilcropsPulses,6.163225,0.0321127331875763
 1980,Malawi,Starchy Roots,6.163225,0.0723290160589626
+1980,Malawi,Sugar,6.163225,0.00804270491504042
 1981,Malawi,Ruminants,6.327344,0.0925255367813098
 1981,Malawi,Cereals,6.327344,0.174944336833907
 1981,Malawi,Monogastrics,6.327344,0.0165662717247553
-1981,Malawi,Oilcrops,6.327344,0.0177287658139023
-1981,Malawi,Pulses,6.327344,0.0181520081727815
+1981,Malawi,FruitVeg,6.327344,0.0861190730265337
+1981,Malawi,OilcropsPulses,6.327344,0.0358807739866838
 1981,Malawi,Starchy Roots,6.327344,0.0740353298319168
+1981,Malawi,Sugar,6.327344,0.00842138502347905
 1982,Malawi,Ruminants,6.483571,0.0916844128027595
 1982,Malawi,Cereals,6.483571,0.17680457266528
 1982,Malawi,Monogastrics,6.483571,0.0160306102917667
-1982,Malawi,Oilcrops,6.483571,0.0167318288023683
-1982,Malawi,Pulses,6.483571,0.0179465914694233
+1982,Malawi,FruitVeg,6.483571,0.0866938913756015
+1982,Malawi,OilcropsPulses,6.483571,0.0346784202717916
 1982,Malawi,Starchy Roots,6.483571,0.0736083556422842
+1982,Malawi,Sugar,6.483571,0.00800022086593946
 1983,Malawi,Ruminants,6.659453,0.081606056833797
 1983,Malawi,Cereals,6.659453,0.177755290111665
 1983,Malawi,Monogastrics,6.659453,0.0163069849730901
-1983,Malawi,Oilcrops,6.659453,0.00937569497074309
-1983,Malawi,Pulses,6.659453,0.0168769116622642
+1983,Malawi,FruitVeg,6.659453,0.0864510944067028
+1983,Malawi,OilcropsPulses,6.659453,0.0262526066330072
 1983,Malawi,Starchy Roots,6.659453,0.0509405201898714
+1983,Malawi,Sugar,6.659453,0.00823175717284888
 1984,Malawi,Ruminants,6.892527,0.0710330623296797
 1984,Malawi,Cereals,6.892527,0.169040179313044
 1984,Malawi,Monogastrics,6.892527,0.0149318239885023
-1984,Malawi,Oilcrops,6.892527,0.0115604915294492
-1984,Malawi,Pulses,6.892527,0.0156901815546025
+1984,Malawi,FruitVeg,6.892527,0.0842644504693271
+1984,Malawi,OilcropsPulses,6.892527,0.0272506730840518
 1984,Malawi,Starchy Roots,6.892527,0.052707519317661
+1984,Malawi,Sugar,6.892527,0.00872553709256416
 1985,Malawi,Ruminants,7.205635,0.052191319710199
 1985,Malawi,Cereals,7.205635,0.172446286829683
 1985,Malawi,Monogastrics,7.205635,0.014423059175215
-1985,Malawi,Oilcrops,7.205635,0.0122415304133501
-1985,Malawi,Pulses,7.205635,0.015274850863248
+1985,Malawi,FruitVeg,7.205635,0.08234610828886
+1985,Malawi,OilcropsPulses,7.205635,0.0275163812765981
 1985,Malawi,Starchy Roots,7.205635,0.0513754859911722
+1985,Malawi,Sugar,7.205635,0.00885223856051548
 1986,Malawi,Ruminants,7.617137,0.0678975053225379
 1986,Malawi,Cereals,7.617137,0.163352976321681
 1986,Malawi,Monogastrics,7.617137,0.0170668060716251
-1986,Malawi,Oilcrops,7.617137,0.0130852313671134
-1986,Malawi,Pulses,7.617137,0.0134414019335611
+1986,Malawi,FruitVeg,7.617137,0.0798143712000979
+1986,Malawi,OilcropsPulses,7.617137,0.0265266333006745
 1986,Malawi,Starchy Roots,7.617137,0.0521214204234478
+1986,Malawi,Sugar,7.617137,0.00954899458943695
 1987,Malawi,Ruminants,8.108484,0.0606046210364354
 1987,Malawi,Cereals,8.108484,0.16201314573723
 1987,Malawi,Monogastrics,8.108484,0.0171029504405509
-1987,Malawi,Oilcrops,8.108484,0.0109390361996151
-1987,Malawi,Pulses,8.108484,0.0124653387735611
+1987,Malawi,FruitVeg,8.108484,0.07629157312267
+1987,Malawi,OilcropsPulses,8.108484,0.0234043749731762
 1987,Malawi,Starchy Roots,8.108484,0.0498368128986873
+1987,Malawi,Sugar,8.108484,0.0104644715337664
 1988,Malawi,Ruminants,8.620942,0.0589826262605641
 1988,Malawi,Cereals,8.620942,0.164818763425157
 1988,Malawi,Monogastrics,8.620942,0.0145496629022675
-1988,Malawi,Oilcrops,8.620942,0.0078426464300537
-1988,Malawi,Pulses,8.620942,0.0154367121365623
+1988,Malawi,FruitVeg,8.620942,0.073443018175972
+1988,Malawi,OilcropsPulses,8.620942,0.023279358566616
 1988,Malawi,Starchy Roots,8.620942,0.0430077130782228
+1988,Malawi,Sugar,8.620942,0.0121462364553665
 1989,Malawi,Ruminants,9.073088,0.055134778809596
 1989,Malawi,Cereals,9.073088,0.163579588338612
 1989,Malawi,Monogastrics,9.073088,0.0143551126143602
-1989,Malawi,Oilcrops,9.073088,0.00697513349369035
-1989,Malawi,Pulses,9.073088,0.0128598995182236
+1989,Malawi,FruitVeg,9.073088,0.0718003616850184
+1989,Malawi,OilcropsPulses,9.073088,0.0198350330119139
 1989,Malawi,Starchy Roots,9.073088,0.0449914075560603
+1989,Malawi,Sugar,9.073088,0.0117646825424817
 1990,Malawi,Ruminants,9.408998,0.0558030408764036
 1990,Malawi,Cereals,9.408998,0.157153184643041
 1990,Malawi,Monogastrics,9.408998,0.0140765467268672
-1990,Malawi,Oilcrops,9.408998,0.00538388891144413
-1990,Malawi,Pulses,9.408998,0.0145391677200909
+1990,Malawi,FruitVeg,9.408998,0.0710122374348469
+1990,Malawi,OilcropsPulses,9.408998,0.019923056631535
 1990,Malawi,Starchy Roots,9.408998,0.0408813988482089
+1990,Malawi,Sugar,9.408998,0.0133257547721872
 1991,Malawi,Ruminants,9.604199,0.0560617184212864
 1991,Malawi,Cereals,9.604199,0.154225875577963
 1991,Malawi,Monogastrics,9.604199,0.0150098201838592
-1991,Malawi,Oilcrops,9.604199,0.00584535993058869
-1991,Malawi,Pulses,9.604199,0.0138450900486339
+1991,Malawi,FruitVeg,9.604199,0.0708351628282588
+1991,Malawi,OilcropsPulses,9.604199,0.0196904499792226
 1991,Malawi,Starchy Roots,9.604199,0.0449559614497784
+1991,Malawi,Sugar,9.604199,0.0150654937491403
 1992,Malawi,Ruminants,9.682918,0.0559195482188324
 1992,Malawi,Cereals,9.682918,0.144819464545708
 1992,Malawi,Monogastrics,9.682918,0.0158784159898907
-1992,Malawi,Oilcrops,9.682918,0.0039007869322037
-1992,Malawi,Pulses,9.682918,0.0139790505300158
+1992,Malawi,FruitVeg,9.682918,0.0670775070077016
+1992,Malawi,OilcropsPulses,9.682918,0.0178798374622195
 1992,Malawi,Starchy Roots,9.682918,0.0392192725374727
+1992,Malawi,Sugar,9.682918,0.0149182302277062
 1993,Malawi,Ruminants,9.697635,0.0570431553672622
 1993,Malawi,Cereals,9.697635,0.154353922373857
 1993,Malawi,Monogastrics,9.697635,0.014994707472492
-1993,Malawi,Oilcrops,9.697635,0.00595866930442319
-1993,Malawi,Pulses,9.697635,0.0137151996337251
+1993,Malawi,FruitVeg,9.697635,0.0708914080598001
+1993,Malawi,OilcropsPulses,9.697635,0.0196738689381483
 1993,Malawi,Starchy Roots,9.697635,0.0491257920101138
+1993,Malawi,Sugar,9.697635,0.0134585391180427
 1994,Malawi,Ruminants,9.725612,0.0490149822962298
 1994,Malawi,Cereals,9.725612,0.154671294721607
 1994,Malawi,Monogastrics,9.725612,0.0155930855559527
-1994,Malawi,Oilcrops,9.725612,0.00400910503112812
-1994,Malawi,Pulses,9.725612,0.0126705651017129
+1994,Malawi,FruitVeg,9.725612,0.0695608667094677
+1994,Malawi,OilcropsPulses,9.725612,0.016679670132841
 1994,Malawi,Starchy Roots,9.725612,0.0482665769516612
+1994,Malawi,Sugar,9.725612,0.0153146146484149
 1995,Malawi,Ruminants,9.822812,0.0475744114821703
 1995,Malawi,Cereals,9.822812,0.159118692284857
 1995,Malawi,Monogastrics,9.822812,0.018345999088652
-1995,Malawi,Oilcrops,9.822812,0.00748207336147734
-1995,Malawi,Pulses,9.822812,0.012939370111125
+1995,Malawi,FruitVeg,9.822812,0.0694217704665426
+1995,Malawi,OilcropsPulses,9.822812,0.0204214434726023
 1995,Malawi,Starchy Roots,9.822812,0.0775744257347081
+1995,Malawi,Sugar,9.822812,0.0165859837284883
 1996,Malawi,Ruminants,10.006767,0.0680621223617978
 1996,Malawi,Cereals,10.006767,0.157182334714099
 1996,Malawi,Monogastrics,10.006767,0.017666105346512
-1996,Malawi,Oilcrops,10.006767,0.00819275596204049
-1996,Malawi,Pulses,10.006767,0.0143718745524903
+1996,Malawi,FruitVeg,10.006767,0.0700283118413769
+1996,Malawi,OilcropsPulses,10.006767,0.0225646305145308
 1996,Malawi,Starchy Roots,10.006767,0.0978094123706488
+1996,Malawi,Sugar,10.006767,0.0156305228252042
 1997,Malawi,Ruminants,10.260421,0.0428237106450115
 1997,Malawi,Cereals,10.260421,0.154832925471577
 1997,Malawi,Monogastrics,10.260421,0.0206968895330903
-1997,Malawi,Oilcrops,10.260421,0.00707202950054389
-1997,Malawi,Pulses,10.260421,0.0135678643205771
+1997,Malawi,FruitVeg,10.260421,0.0660072330365392
+1997,Malawi,OilcropsPulses,10.260421,0.020639893821121
 1997,Malawi,Starchy Roots,10.260421,0.13153222465238
+1997,Malawi,Sugar,10.260421,0.0158221577847537
 1998,Malawi,Ruminants,10.563554,0.0470768550054272
 1998,Malawi,Cereals,10.563554,0.156544000248401
 1998,Malawi,Monogastrics,10.563554,0.0203063287223221
-1998,Malawi,Oilcrops,10.563554,0.00783902841789799
-1998,Malawi,Pulses,10.563554,0.0120467032212833
+1998,Malawi,FruitVeg,10.563554,0.0655487726952501
+1998,Malawi,OilcropsPulses,10.563554,0.0198857316391813
 1998,Malawi,Starchy Roots,10.563554,0.171860625694724
+1998,Malawi,Sugar,10.563554,0.0138051076370699
 1999,Malawi,Ruminants,10.882543,0.0468270054159216
 1999,Malawi,Cereals,10.882543,0.157955544030472
 1999,Malawi,Monogastrics,10.882543,0.0206605753820591
-1999,Malawi,Oilcrops,10.882543,0.00923653598244454
-1999,Malawi,Pulses,10.882543,0.0132412984722413
+1999,Malawi,FruitVeg,10.882543,0.0822312395181898
+1999,Malawi,OilcropsPulses,10.882543,0.0224778344546858
 1999,Malawi,Starchy Roots,10.882543,0.183678483971991
+1999,Malawi,Sugar,10.882543,0.0125550618086232
 2000,Malawi,Ruminants,11.19323,0.0552078086486206
 2000,Malawi,Cereals,11.19323,0.159047656485215
 2000,Malawi,Monogastrics,11.19323,0.0200537289057761
-2000,Malawi,Oilcrops,11.19323,0.00920261622427128
-2000,Malawi,Pulses,11.19323,0.0132865133656684
+2000,Malawi,FruitVeg,11.19323,0.0830489501243162
+2000,Malawi,OilcropsPulses,11.19323,0.0224891295899396
 2000,Malawi,Starchy Roots,11.19323,0.190405986475754
+2000,Malawi,Sugar,11.19323,0.0114908743946117
 2001,Malawi,Ruminants,11.491824,0.0615497069916838
 2001,Malawi,Cereals,11.491824,0.155514738130344
 2001,Malawi,Monogastrics,11.491824,0.0194045088055647
-2001,Malawi,Oilcrops,11.491824,0.0101461700074766
-2001,Malawi,Pulses,11.491824,0.0144126815725685
+2001,Malawi,FruitVeg,11.491824,0.0824527072464737
+2001,Malawi,OilcropsPulses,11.491824,0.0245588515800451
 2001,Malawi,Starchy Roots,11.491824,0.198222231736233
+2001,Malawi,Sugar,11.491824,0.0122826454703796
 2002,Malawi,Ruminants,11.788731,0.0646550591408015
 2002,Malawi,Cereals,11.788731,0.15345315793532
 2002,Malawi,Monogastrics,11.788731,0.0134278405368652
-2002,Malawi,Oilcrops,11.788731,0.0115732558491665
-2002,Malawi,Pulses,11.788731,0.0145515238238959
+2002,Malawi,FruitVeg,11.788731,0.0860169767212434
+2002,Malawi,OilcropsPulses,11.788731,0.0261247796730623
 2002,Malawi,Starchy Roots,11.788731,0.167238696005533
+2002,Malawi,Sugar,11.788731,0.012429921422416
 2003,Malawi,Ruminants,12.090476,0.0645070136196457
 2003,Malawi,Cereals,12.090476,0.151018289106235
 2003,Malawi,Monogastrics,12.090476,0.0135606819781124
-2003,Malawi,Oilcrops,12.090476,0.0103703113094968
-2003,Malawi,Pulses,12.090476,0.0149242263083769
+2003,Malawi,FruitVeg,12.090476,0.0892115413818281
+2003,Malawi,OilcropsPulses,12.090476,0.0252945376178738
 2003,Malawi,Starchy Roots,12.090476,0.163723247951528
+2003,Malawi,Sugar,12.090476,0.0125829619942176
 2004,Malawi,Ruminants,12.407618,0.06597445214706
 2004,Malawi,Cereals,12.407618,0.154254023616781
 2004,Malawi,Monogastrics,12.407618,0.0136411598100457
-2004,Malawi,Oilcrops,12.407618,0.0105257914935808
-2004,Malawi,Pulses,12.407618,0.0133048905922152
+2004,Malawi,FruitVeg,12.407618,0.091553672912883
+2004,Malawi,OilcropsPulses,12.407618,0.023830682085796
 2004,Malawi,Starchy Roots,12.407618,0.163088031884927
+2004,Malawi,Sugar,12.407618,0.0126623820946132
 2005,Malawi,Ruminants,12.747846,0.0617046754408549
 2005,Malawi,Cereals,12.747846,0.156404148591064
 2005,Malawi,Monogastrics,12.747846,0.0133976516503259
-2005,Malawi,Oilcrops,12.747846,0.00994983780004873
-2005,Malawi,Pulses,12.747846,0.0131246486661354
+2005,Malawi,FruitVeg,12.747846,0.0902042588214511
+2005,Malawi,OilcropsPulses,12.747846,0.0230744864661842
 2005,Malawi,Starchy Roots,12.747846,0.169294718495972
+2005,Malawi,Sugar,12.747846,0.0126357817626601
 2006,Malawi,Ruminants,13.112383,0.069092155102547
 2006,Malawi,Cereals,13.112383,0.159769128159237
 2006,Malawi,Monogastrics,13.112383,0.0141184176819728
-2006,Malawi,Oilcrops,13.112383,0.0117268539212133
-2006,Malawi,Pulses,13.112383,0.01393781740512
+2006,Malawi,FruitVeg,13.112383,0.0913485367228825
+2006,Malawi,OilcropsPulses,13.112383,0.0256646713263333
 2006,Malawi,Starchy Roots,13.112383,0.186394875744554
+2006,Malawi,Sugar,13.112383,0.0127506190141029
 2007,Malawi,Ruminants,13.498377,0.0770316386925628
 2007,Malawi,Cereals,13.498377,0.157376697954132
 2007,Malawi,Monogastrics,13.498377,0.0180785660379763
-2007,Malawi,Oilcrops,13.498377,0.0135146617997112
-2007,Malawi,Pulses,13.498377,0.0150269176805478
+2007,Malawi,FruitVeg,13.498377,0.0904217595937645
+2007,Malawi,OilcropsPulses,13.498377,0.028541579480259
 2007,Malawi,Starchy Roots,13.498377,0.193101659555071
+2007,Malawi,Sugar,13.498377,0.0127856111886636
 2008,Malawi,Ruminants,13.904671,0.0827930268900285
 2008,Malawi,Cereals,13.904671,0.15762400994601
 2008,Malawi,Monogastrics,13.904671,0.0228593973924302
-2008,Malawi,Oilcrops,13.904671,0.0161752119126012
-2008,Malawi,Pulses,13.904671,0.0148842788153708
+2008,Malawi,FruitVeg,13.904671,0.0842844825310861
+2008,Malawi,OilcropsPulses,13.904671,0.0310594907279719
 2008,Malawi,Starchy Roots,13.904671,0.188271768530158
+2008,Malawi,Sugar,13.904671,0.0136898600477494
 2009,Malawi,Ruminants,14.329056,0.0861012407237434
 2009,Malawi,Cereals,14.329056,0.157033722249393
 2009,Malawi,Monogastrics,14.329056,0.0263948232179426
-2009,Malawi,Oilcrops,14.329056,0.0171206672651709
-2009,Malawi,Pulses,14.329056,0.0123643176493971
+2009,Malawi,FruitVeg,14.329056,0.0872987725081122
+2009,Malawi,OilcropsPulses,14.329056,0.029484984914568
 2009,Malawi,Starchy Roots,14.329056,0.195530117266622
+2009,Malawi,Sugar,14.329056,0.0120141899089514
 2010,Malawi,Ruminants,14.769824,0.090733112324155
 2010,Malawi,Cereals,14.769824,0.156708367005592
 2010,Malawi,Monogastrics,14.769824,0.0212904838947302
-2010,Malawi,Oilcrops,14.769824,0.0150129751038333
-2010,Malawi,Pulses,14.769824,0.0170308732182591
+2010,Malawi,FruitVeg,14.769824,0.0876748429771404
+2010,Malawi,OilcropsPulses,14.769824,0.0320438483220924
 2010,Malawi,Starchy Roots,14.769824,0.193954985516415
+2010,Malawi,Sugar,14.769824,0.0125503865178082
 2011,Malawi,Ruminants,15.226813,0.0958156444162019
 2011,Malawi,Cereals,15.226813,0.158945867398516
 2011,Malawi,Monogastrics,15.226813,0.0260716408614199
-2011,Malawi,Oilcrops,15.226813,0.0153220506484187
-2011,Malawi,Pulses,15.226813,0.0187421359939207
+2011,Malawi,FruitVeg,15.226813,0.0852916496708799
+2011,Malawi,OilcropsPulses,15.226813,0.0340641866423394
 2011,Malawi,Starchy Roots,15.226813,0.19111563266719
+2011,Malawi,Sugar,15.226813,0.00924113273079534
 1961,Malaysia,Ruminants,8.429369,0.101536378345758
 1961,Malaysia,Cereals,8.429369,0.210547906966702
 1961,Malaysia,Monogastrics,8.429369,0.0593271216386422
-1961,Malaysia,Oilcrops,8.429369,0.121602696477044
-1961,Malaysia,Pulses,8.429369,0.00317591981084231
+1961,Malaysia,FruitVeg,8.429369,0.0786213060550559
+1961,Malaysia,OilcropsPulses,8.429369,0.124778616287886
 1961,Malaysia,Starchy Roots,8.429369,0.0180592402586718
+1961,Malaysia,Sugar,8.429369,0.0318758141920232
 1962,Malaysia,Ruminants,8.710678,0.0985005874399214
 1962,Malaysia,Cereals,8.710678,0.222894819438854
 1962,Malaysia,Monogastrics,8.710678,0.0635801828514382
-1962,Malaysia,Oilcrops,8.710678,0.111661916558045
-1962,Malaysia,Pulses,8.710678,0.0032545113021053
+1962,Malaysia,FruitVeg,8.710678,0.0835355181307356
+1962,Malaysia,OilcropsPulses,8.710678,0.11491642786015
 1962,Malaysia,Starchy Roots,8.710678,0.0159619033099375
+1962,Malaysia,Sugar,8.710678,0.0265182572470249
 1963,Malaysia,Ruminants,8.999247,0.100448804216619
 1963,Malaysia,Cereals,8.999247,0.225748554295709
 1963,Malaysia,Monogastrics,8.999247,0.0616837942107823
-1963,Malaysia,Oilcrops,8.999247,0.102579138010102
-1963,Malaysia,Pulses,8.999247,0.00304258789652068
+1963,Malaysia,FruitVeg,8.999247,0.0772919112010149
+1963,Malaysia,OilcropsPulses,8.999247,0.105621725906623
 1963,Malaysia,Starchy Roots,8.999247,0.0171168765564497
+1963,Malaysia,Sugar,8.999247,0.0232211650596989
 1964,Malaysia,Ruminants,9.287442,0.103974765064482
 1964,Malaysia,Cereals,9.287442,0.2179525858681
 1964,Malaysia,Monogastrics,9.287442,0.0636986804332129
-1964,Malaysia,Oilcrops,9.287442,0.0893178121596883
-1964,Malaysia,Pulses,9.287442,0.00304400285891422
+1964,Malaysia,FruitVeg,9.287442,0.0781844990256736
+1964,Malaysia,OilcropsPulses,9.287442,0.0923618150186025
 1964,Malaysia,Starchy Roots,9.287442,0.0136301254963423
+1964,Malaysia,Sugar,9.287442,0.0280114804485455
 1965,Malaysia,Ruminants,9.569784,0.104678005271592
 1965,Malaysia,Cereals,9.569784,0.214927108072659
 1965,Malaysia,Monogastrics,9.569784,0.0663721772612632
-1965,Malaysia,Oilcrops,9.569784,0.0879038649148194
-1965,Malaysia,Pulses,9.569784,0.00296516619392872
+1965,Malaysia,FruitVeg,9.569784,0.07822161921314
+1965,Malaysia,OilcropsPulses,9.569784,0.0908690311087481
 1965,Malaysia,Starchy Roots,9.569784,0.0156365075742566
+1965,Malaysia,Sugar,9.569784,0.0280164108197217
 1966,Malaysia,Ruminants,9.844116,0.101605375231255
 1966,Malaysia,Cereals,9.844116,0.209788669698732
 1966,Malaysia,Monogastrics,9.844116,0.0697445458789799
-1966,Malaysia,Oilcrops,9.844116,0.0974709156210675
-1966,Malaysia,Pulses,9.844116,0.00309392940920241
+1966,Malaysia,FruitVeg,9.844116,0.0719558769929164
+1966,Malaysia,OilcropsPulses,9.844116,0.10056484503027
 1966,Malaysia,Starchy Roots,9.844116,0.0195938365618609
+1966,Malaysia,Sugar,9.844116,0.0298937964566854
 1967,Malaysia,Ruminants,10.11192,0.0988585056052659
 1967,Malaysia,Cereals,10.11192,0.209803973923844
 1967,Malaysia,Monogastrics,10.11192,0.069468765575677
-1967,Malaysia,Oilcrops,10.11192,0.102993496783994
-1967,Malaysia,Pulses,10.11192,0.0028943069169851
+1967,Malaysia,FruitVeg,10.11192,0.0689907554648375
+1967,Malaysia,OilcropsPulses,10.11192,0.105887803700979
 1967,Malaysia,Starchy Roots,10.11192,0.0210730504197027
+1967,Malaysia,Sugar,10.11192,0.0285942728977286
 1968,Malaysia,Ruminants,10.375877,0.0974059445770223
 1968,Malaysia,Cereals,10.375877,0.208684528546358
 1968,Malaysia,Monogastrics,10.375877,0.0694710625424723
-1968,Malaysia,Oilcrops,10.375877,0.109415136667484
-1968,Malaysia,Pulses,10.375877,0.00299993918586352
+1968,Malaysia,FruitVeg,10.375877,0.0785858390572672
+1968,Malaysia,OilcropsPulses,10.375877,0.112415075853347
 1968,Malaysia,Starchy Roots,10.375877,0.0170092610002991
+1968,Malaysia,Sugar,10.375877,0.0354737242933778
 1969,Malaysia,Ruminants,10.640347,0.0976479996376058
 1969,Malaysia,Cereals,10.640347,0.222094542593395
 1969,Malaysia,Monogastrics,10.640347,0.0755019361680592
-1969,Malaysia,Oilcrops,10.640347,0.10046213718406
-1969,Malaysia,Pulses,10.640347,0.0030221758745274
+1969,Malaysia,FruitVeg,10.640347,0.0846968618598623
+1969,Malaysia,OilcropsPulses,10.640347,0.103484313058587
 1969,Malaysia,Starchy Roots,10.640347,0.0161065235936384
+1969,Malaysia,Sugar,10.640347,0.0348847645664187
 1970,Malaysia,Ruminants,10.908634,0.0946968428861029
 1970,Malaysia,Cereals,10.908634,0.21833833640399
 1970,Malaysia,Monogastrics,10.908634,0.0788044130915016
-1970,Malaysia,Oilcrops,10.908634,0.109693019309292
-1970,Malaysia,Pulses,10.908634,0.0029594906199988
+1970,Malaysia,FruitVeg,10.908634,0.0878415207623613
+1970,Malaysia,OilcropsPulses,10.908634,0.112652509929291
 1970,Malaysia,Starchy Roots,10.908634,0.0196344473561034
+1970,Malaysia,Sugar,10.908634,0.0372160253978637
 1971,Malaysia,Ruminants,11.182078,0.0930223881464608
 1971,Malaysia,Cereals,11.182078,0.22238397907795
 1971,Malaysia,Monogastrics,11.182078,0.0779859789924556
-1971,Malaysia,Oilcrops,11.182078,0.101120650383587
-1971,Malaysia,Pulses,11.182078,0.00269762024553934
+1971,Malaysia,FruitVeg,11.182078,0.086353627653107
+1971,Malaysia,OilcropsPulses,11.182078,0.103818270629126
 1971,Malaysia,Starchy Roots,11.182078,0.0197059974004832
+1971,Malaysia,Sugar,11.182078,0.0279550902792844
 1972,Malaysia,Ruminants,11.46008,0.0940989417176843
 1972,Malaysia,Cereals,11.46008,0.221009277422147
 1972,Malaysia,Monogastrics,11.46008,0.0816923354810787
-1972,Malaysia,Oilcrops,11.46008,0.0969496722535968
-1972,Malaysia,Pulses,11.46008,0.00286053849536827
+1972,Malaysia,FruitVeg,11.46008,0.0886740755736435
+1972,Malaysia,OilcropsPulses,11.46008,0.0998102107489651
 1972,Malaysia,Starchy Roots,11.46008,0.0196844175607849
+1972,Malaysia,Sugar,11.46008,0.0320977689510021
 1973,Malaysia,Ruminants,11.741849,0.0867808809328071
 1973,Malaysia,Cereals,11.741849,0.228579417091806
 1973,Malaysia,Monogastrics,11.741849,0.0823702723480774
-1973,Malaysia,Oilcrops,11.741849,0.0910650443554503
-1973,Malaysia,Pulses,11.741849,0.00288872732054381
+1973,Malaysia,FruitVeg,11.741849,0.0769713526379023
+1973,Malaysia,OilcropsPulses,11.741849,0.0939537716759941
 1973,Malaysia,Starchy Roots,11.741849,0.0207064492142592
+1973,Malaysia,Sugar,11.741849,0.0315624055461793
 1974,Malaysia,Ruminants,12.02593,0.0956244880853289
 1974,Malaysia,Cereals,12.02593,0.226126711198219
 1974,Malaysia,Monogastrics,12.02593,0.0869766662536702
-1974,Malaysia,Oilcrops,12.02593,0.0922599749042278
-1974,Malaysia,Pulses,12.02593,0.00255572749882961
+1974,Malaysia,FruitVeg,12.02593,0.0766433864158531
+1974,Malaysia,OilcropsPulses,12.02593,0.0948157024030574
 1974,Malaysia,Starchy Roots,12.02593,0.025317127240887
+1974,Malaysia,Sugar,12.02593,0.0321016337198038
 1975,Malaysia,Ruminants,12.311782,0.0906765649359288
 1975,Malaysia,Cereals,12.311782,0.216025511172956
 1975,Malaysia,Monogastrics,12.311782,0.108136791245979
-1975,Malaysia,Oilcrops,12.311782,0.104456771570517
-1975,Malaysia,Pulses,12.311782,0.00217239064174463
+1975,Malaysia,FruitVeg,12.311782,0.0760401703019108
+1975,Malaysia,OilcropsPulses,12.311782,0.106629162212261
 1975,Malaysia,Starchy Roots,12.311782,0.0217130225340247
+1975,Malaysia,Sugar,12.311782,0.0308191779224161
 1976,Malaysia,Ruminants,12.599655,0.0954051440297373
 1976,Malaysia,Cereals,12.599655,0.215859799335775
 1976,Malaysia,Monogastrics,12.599655,0.114115235694946
-1976,Malaysia,Oilcrops,12.599655,0.0972878225633956
-1976,Malaysia,Pulses,12.599655,0.00181814502063747
+1976,Malaysia,FruitVeg,12.599655,0.0772063203317869
+1976,Malaysia,OilcropsPulses,12.599655,0.099105967584033
 1976,Malaysia,Starchy Roots,12.599655,0.0197279211216498
+1976,Malaysia,Sugar,12.599655,0.0296924796750387
 1977,Malaysia,Ruminants,12.891715,0.101088691458041
 1977,Malaysia,Cereals,12.891715,0.203984729727581
 1977,Malaysia,Monogastrics,12.891715,0.107090445297619
-1977,Malaysia,Oilcrops,12.891715,0.0967444595230347
-1977,Malaysia,Pulses,12.891715,0.00193698045605259
+1977,Malaysia,FruitVeg,12.891715,0.0771173579310433
+1977,Malaysia,OilcropsPulses,12.891715,0.0986814399790873
 1977,Malaysia,Starchy Roots,12.891715,0.0256918493776817
+1977,Malaysia,Sugar,12.891715,0.0370662088015443
 1978,Malaysia,Ruminants,13.191699,0.116101595404807
 1978,Malaysia,Cereals,13.191699,0.205041897938999
 1978,Malaysia,Monogastrics,13.191699,0.108526945619363
-1978,Malaysia,Oilcrops,13.191699,0.0879242317460397
-1978,Malaysia,Pulses,13.191699,0.00263233719932512
+1978,Malaysia,FruitVeg,13.191699,0.0770968167178466
+1978,Malaysia,OilcropsPulses,13.191699,0.0905565689453648
 1978,Malaysia,Starchy Roots,13.191699,0.0245899334119131
+1978,Malaysia,Sugar,13.191699,0.0347663329795502
 1979,Malaysia,Ruminants,13.504433,0.108586669281117
 1979,Malaysia,Cereals,13.504433,0.209386280786465
 1979,Malaysia,Monogastrics,13.504433,0.109607052735942
-1979,Malaysia,Oilcrops,13.504433,0.0944016679559964
-1979,Malaysia,Pulses,13.504433,0.00255523501060726
+1979,Malaysia,FruitVeg,13.504433,0.0824765467754181
+1979,Malaysia,OilcropsPulses,13.504433,0.0969569029666036
 1979,Malaysia,Starchy Roots,13.504433,0.0212128121188057
+1979,Malaysia,Sugar,13.504433,0.0361319131280817
 1980,Malaysia,Ruminants,13.833739,0.11961768976558
 1980,Malaysia,Cereals,13.833739,0.203169945594608
 1980,Malaysia,Monogastrics,13.833739,0.117758871986814
-1980,Malaysia,Oilcrops,13.833739,0.100667578013435
-1980,Malaysia,Pulses,13.833739,0.00314904018356859
+1980,Malaysia,FruitVeg,13.833739,0.0822972010676217
+1980,Malaysia,OilcropsPulses,13.833739,0.103816618197004
 1980,Malaysia,Starchy Roots,13.833739,0.0233086658639432
+1980,Malaysia,Sugar,13.833739,0.0387607428476134
 1981,Malaysia,Ruminants,14.180093,0.11607591008042
 1981,Malaysia,Cereals,14.180093,0.202613339700946
 1981,Malaysia,Monogastrics,14.180093,0.119783946409942
-1981,Malaysia,Oilcrops,14.180093,0.104143745742711
-1981,Malaysia,Pulses,14.180093,0.00244829141811693
+1981,Malaysia,FruitVeg,14.180093,0.0780281906472687
+1981,Malaysia,OilcropsPulses,14.180093,0.106592037160828
 1981,Malaysia,Starchy Roots,14.180093,0.0242468790578454
+1981,Malaysia,Sugar,14.180093,0.0320854031070177
 1982,Malaysia,Ruminants,14.543585,0.117717529756246
 1982,Malaysia,Cereals,14.543585,0.198404451172115
 1982,Malaysia,Monogastrics,14.543585,0.119151048383187
-1982,Malaysia,Oilcrops,14.543585,0.116882185513407
-1982,Malaysia,Pulses,14.543585,0.00259722757490674
+1982,Malaysia,FruitVeg,14.543585,0.0777980119757267
+1982,Malaysia,OilcropsPulses,14.543585,0.119479413088314
 1982,Malaysia,Starchy Roots,14.543585,0.0262407102512895
+1982,Malaysia,Sugar,14.543585,0.0327219870478977
 1983,Malaysia,Ruminants,14.926976,0.118715116846172
 1983,Malaysia,Cereals,14.926976,0.188697362412856
 1983,Malaysia,Monogastrics,14.926976,0.12609307471252
-1983,Malaysia,Oilcrops,14.926976,0.10503044956996
-1983,Malaysia,Pulses,14.926976,0.00277129138547553
+1983,Malaysia,FruitVeg,14.926976,0.0794734981820832
+1983,Malaysia,OilcropsPulses,14.926976,0.107801740955435
 1983,Malaysia,Starchy Roots,14.926976,0.0258485040774501
+1983,Malaysia,Sugar,14.926976,0.0382003025931039
 1984,Malaysia,Ruminants,15.333369,0.129877406589511
 1984,Malaysia,Cereals,15.333369,0.183724333510789
 1984,Malaysia,Monogastrics,15.333369,0.127791413615625
-1984,Malaysia,Oilcrops,15.333369,0.113487518626859
-1984,Malaysia,Pulses,15.333369,0.00462879358084971
+1984,Malaysia,FruitVeg,15.333369,0.0790254248756421
+1984,Malaysia,OilcropsPulses,15.333369,0.118116312207709
 1984,Malaysia,Starchy Roots,15.333369,0.0257762661291201
+1984,Malaysia,Sugar,15.333369,0.035116483533397
 1985,Malaysia,Ruminants,15.76434,0.131336713113267
 1985,Malaysia,Cereals,15.76434,0.163951995453029
 1985,Malaysia,Monogastrics,15.76434,0.136882926909722
-1985,Malaysia,Oilcrops,15.76434,0.109223094655406
-1985,Malaysia,Pulses,15.76434,0.00271873100935402
+1985,Malaysia,FruitVeg,15.76434,0.0777579651288922
+1985,Malaysia,OilcropsPulses,15.76434,0.11194182566476
 1985,Malaysia,Starchy Roots,15.76434,0.0297809486473902
+1985,Malaysia,Sugar,15.76434,0.0375024263622835
 1986,Malaysia,Ruminants,16.221767,0.122159768414871
 1986,Malaysia,Cereals,16.221767,0.164866194909593
 1986,Malaysia,Monogastrics,16.221767,0.139145297796473
-1986,Malaysia,Oilcrops,16.221767,0.108746969426943
-1986,Malaysia,Pulses,16.221767,0.00288162195893949
+1986,Malaysia,FruitVeg,16.221767,0.0757598108763367
+1986,Malaysia,OilcropsPulses,16.221767,0.111628591385883
 1986,Malaysia,Starchy Roots,16.221767,0.0250028865536042
+1986,Malaysia,Sugar,16.221767,0.0379244751820193
 1987,Malaysia,Ruminants,16.7035,0.129713652827252
 1987,Malaysia,Cereals,16.7035,0.164778878678121
 1987,Malaysia,Monogastrics,16.7035,0.149469272906876
-1987,Malaysia,Oilcrops,16.7035,0.096232705720358
-1987,Malaysia,Pulses,16.7035,0.00302242045080372
+1987,Malaysia,FruitVeg,16.7035,0.0753561828359326
+1987,Malaysia,OilcropsPulses,16.7035,0.0992551261711618
 1987,Malaysia,Starchy Roots,16.7035,0.0248610770197863
+1987,Malaysia,Sugar,16.7035,0.0334995659592301
 1988,Malaysia,Ruminants,17.202032,0.132354985736569
 1988,Malaysia,Cereals,17.202032,0.162964759047071
 1988,Malaysia,Monogastrics,17.202032,0.146893541414177
-1988,Malaysia,Oilcrops,17.202032,0.102849128521561
-1988,Malaysia,Pulses,17.202032,0.0028793110023281
+1988,Malaysia,FruitVeg,17.202032,0.0832588266316445
+1988,Malaysia,OilcropsPulses,17.202032,0.105728439523889
 1988,Malaysia,Starchy Roots,17.202032,0.027647954613734
+1988,Malaysia,Sugar,17.202032,0.0397210050533565
 1989,Malaysia,Ruminants,17.707064,0.136451395894881
 1989,Malaysia,Cereals,17.707064,0.160700497835214
 1989,Malaysia,Monogastrics,17.707064,0.161610078328062
-1989,Malaysia,Oilcrops,17.707064,0.103718154517316
-1989,Malaysia,Pulses,17.707064,0.00337904691596529
+1989,Malaysia,FruitVeg,17.707064,0.0808368343842887
+1989,Malaysia,OilcropsPulses,17.707064,0.107097201433281
 1989,Malaysia,Starchy Roots,17.707064,0.0316795037280037
+1989,Malaysia,Sugar,17.707064,0.0360033148352545
 1990,Malaysia,Ruminants,18.211097,0.137783165945467
 1990,Malaysia,Cereals,18.211097,0.163260071592612
 1990,Malaysia,Monogastrics,18.211097,0.17857238364059
-1990,Malaysia,Oilcrops,18.211097,0.102030536655754
-1990,Malaysia,Pulses,18.211097,0.00302820856975283
+1990,Malaysia,FruitVeg,18.211097,0.0768008648792547
+1990,Malaysia,OilcropsPulses,18.211097,0.105058745225507
 1990,Malaysia,Starchy Roots,18.211097,0.0268599964076848
+1990,Malaysia,Sugar,18.211097,0.0373018714907729
 1991,Malaysia,Ruminants,18.709835,0.153678709619834
 1991,Malaysia,Cereals,18.709835,0.16921912993888
 1991,Malaysia,Monogastrics,18.709835,0.191267822511529
-1991,Malaysia,Oilcrops,18.709835,0.0932104425292901
-1991,Malaysia,Pulses,18.709835,0.00307031034747233
+1991,Malaysia,FruitVeg,18.709835,0.0781742329635724
+1991,Malaysia,OilcropsPulses,18.709835,0.0962807528767624
 1991,Malaysia,Starchy Roots,18.709835,0.0218535866297057
+1991,Malaysia,Sugar,18.709835,0.038362016554395
 1992,Malaysia,Ruminants,19.2047,0.157589933714143
 1992,Malaysia,Cereals,19.2047,0.179647586267945
 1992,Malaysia,Monogastrics,19.2047,0.207941946502679
-1992,Malaysia,Oilcrops,19.2047,0.0949543080600061
-1992,Malaysia,Pulses,19.2047,0.00282686009154009
+1992,Malaysia,FruitVeg,19.2047,0.0821349461329779
+1992,Malaysia,OilcropsPulses,19.2047,0.0977811681515462
 1992,Malaysia,Starchy Roots,19.2047,0.0212169937567366
+1992,Malaysia,Sugar,19.2047,0.0383612344894739
 1993,Malaysia,Ruminants,19.700762,0.15994906694472
 1993,Malaysia,Cereals,19.700762,0.178910744670688
 1993,Malaysia,Monogastrics,19.700762,0.220890039684759
-1993,Malaysia,Oilcrops,19.700762,0.105568454661804
-1993,Malaysia,Pulses,19.700762,0.00257969717110435
+1993,Malaysia,FruitVeg,19.700762,0.082072155381604
+1993,Malaysia,OilcropsPulses,19.700762,0.108148151832909
 1993,Malaysia,Starchy Roots,19.700762,0.021471402984311
+1993,Malaysia,Sugar,19.700762,0.0407163438652779
 1994,Malaysia,Ruminants,20.205992,0.169418878320847
 1994,Malaysia,Cereals,20.205992,0.179576780986551
 1994,Malaysia,Monogastrics,20.205992,0.2276707869626
-1994,Malaysia,Oilcrops,20.205992,0.0983555769001591
-1994,Malaysia,Pulses,20.205992,0.00263129867615507
+1994,Malaysia,FruitVeg,20.205992,0.0837448119349943
+1994,Malaysia,OilcropsPulses,20.205992,0.100986875576314
 1994,Malaysia,Starchy Roots,20.205992,0.0180013928541593
+1994,Malaysia,Sugar,20.205992,0.0437920098157022
 1995,Malaysia,Ruminants,20.725374,0.185684277639574
 1995,Malaysia,Cereals,20.725374,0.179261903790011
 1995,Malaysia,Monogastrics,20.725374,0.225714474440847
-1995,Malaysia,Oilcrops,20.725374,0.108136432182116
-1995,Malaysia,Pulses,20.725374,0.00290706454802697
+1995,Malaysia,FruitVeg,20.725374,0.0873742013051248
+1995,Malaysia,OilcropsPulses,20.725374,0.111043496730143
 1995,Malaysia,Starchy Roots,20.725374,0.0159350562262471
+1995,Malaysia,Sugar,20.725374,0.0497596328056613
 1996,Malaysia,Ruminants,21.260881,0.198106856437417
 1996,Malaysia,Cereals,21.260881,0.178270693486314
 1996,Malaysia,Monogastrics,21.260881,0.223060088620034
-1996,Malaysia,Oilcrops,21.260881,0.106845760530808
-1996,Malaysia,Pulses,21.260881,0.00407137408840207
+1996,Malaysia,FruitVeg,21.260881,0.0923499830510316
+1996,Malaysia,OilcropsPulses,21.260881,0.11091713461921
 1996,Malaysia,Starchy Roots,21.260881,0.0156118177793291
+1996,Malaysia,Sugar,21.260881,0.0543429032879682
 1997,Malaysia,Ruminants,21.808125,0.194924643911386
 1997,Malaysia,Cereals,21.808125,0.183482119622847
 1997,Malaysia,Monogastrics,21.808125,0.22177883701602
-1997,Malaysia,Oilcrops,21.808125,0.109409039062276
-1997,Malaysia,Pulses,21.808125,0.003817522139111
+1997,Malaysia,FruitVeg,21.808125,0.0866304187086235
+1997,Malaysia,OilcropsPulses,21.808125,0.113226561201387
 1997,Malaysia,Starchy Roots,21.808125,0.0149496575244318
+1997,Malaysia,Sugar,21.808125,0.0483088757057289
 1998,Malaysia,Ruminants,22.358128,0.162861524005945
 1998,Malaysia,Cereals,22.358128,0.183480790520566
 1998,Malaysia,Monogastrics,22.358128,0.212689081125218
-1998,Malaysia,Oilcrops,22.358128,0.102760705189629
-1998,Malaysia,Pulses,22.358128,0.0023854859405045
+1998,Malaysia,FruitVeg,22.358128,0.0843011096456734
+1998,Malaysia,OilcropsPulses,22.358128,0.105146191130134
 1998,Malaysia,Starchy Roots,22.358128,0.013132539539983
+1998,Malaysia,Sugar,22.358128,0.0470310394501722
 1999,Malaysia,Ruminants,22.898579,0.173357412265626
 1999,Malaysia,Cereals,22.898579,0.180253717927213
 1999,Malaysia,Monogastrics,22.898579,0.182541222317769
-1999,Malaysia,Oilcrops,22.898579,0.124666338465806
-1999,Malaysia,Pulses,22.898579,0.00266811316108305
+1999,Malaysia,FruitVeg,22.898579,0.0882261296650766
+1999,Malaysia,OilcropsPulses,22.898579,0.127334451626889
 1999,Malaysia,Starchy Roots,22.898579,0.0121361242546972
+1999,Malaysia,Sugar,22.898579,0.0471268107946786
 2000,Malaysia,Ruminants,23.420751,0.19436232424827
 2000,Malaysia,Cereals,23.420751,0.177187742613377
 2000,Malaysia,Monogastrics,23.420751,0.176628734065786
-2000,Malaysia,Oilcrops,23.420751,0.125864580516654
-2000,Malaysia,Pulses,23.420751,0.0025718645828223
+2000,Malaysia,FruitVeg,23.420751,0.0900616722324575
+2000,Malaysia,OilcropsPulses,23.420751,0.128436445099476
 2000,Malaysia,Starchy Roots,23.420751,0.0106842859138035
+2000,Malaysia,Sugar,23.420751,0.04165246451747
 2001,Malaysia,Ruminants,23.920963,0.193708685557517
 2001,Malaysia,Cereals,23.920963,0.16985064522695
 2001,Malaysia,Monogastrics,23.920963,0.183944158100993
-2001,Malaysia,Oilcrops,23.920963,0.122514423854926
-2001,Malaysia,Pulses,23.920963,0.00251912935110514
+2001,Malaysia,FruitVeg,23.920963,0.0923262997396886
+2001,Malaysia,OilcropsPulses,23.920963,0.125033553206031
 2001,Malaysia,Starchy Roots,23.920963,0.011026646377071
+2001,Malaysia,Sugar,23.920963,0.0433588731356677
 2002,Malaysia,Ruminants,24.401977,0.195726792956161
 2002,Malaysia,Cereals,24.401977,0.168435655848704
 2002,Malaysia,Monogastrics,24.401977,0.184109644066954
-2002,Malaysia,Oilcrops,24.401977,0.118984498674021
-2002,Malaysia,Pulses,24.401977,0.00252274641517775
+2002,Malaysia,FruitVeg,24.401977,0.0949887380026627
+2002,Malaysia,OilcropsPulses,24.401977,0.121507245089199
 2002,Malaysia,Starchy Roots,24.401977,0.0106277454486577
+2002,Malaysia,Sugar,24.401977,0.0387455082020608
 2003,Malaysia,Ruminants,24.869423,0.190128122393511
 2003,Malaysia,Cereals,24.869423,0.174492267070289
 2003,Malaysia,Monogastrics,24.869423,0.19147870057138
-2003,Malaysia,Oilcrops,24.869423,0.117817610806652
-2003,Malaysia,Pulses,24.869423,0.00258015636309696
+2003,Malaysia,FruitVeg,24.869423,0.0915697963720348
+2003,Malaysia,OilcropsPulses,24.869423,0.120397767169749
 2003,Malaysia,Starchy Roots,24.869423,0.00959724718985237
+2003,Malaysia,Sugar,24.869423,0.0398886214609804
 2004,Malaysia,Ruminants,25.332026,0.225459704644232
 2004,Malaysia,Cereals,25.332026,0.186420146576511
 2004,Malaysia,Monogastrics,25.332026,0.194055643239905
-2004,Malaysia,Oilcrops,25.332026,0.119972164879351
-2004,Malaysia,Pulses,25.332026,0.00285381832467723
+2004,Malaysia,FruitVeg,25.332026,0.0900494496571257
+2004,Malaysia,OilcropsPulses,25.332026,0.122825983204028
 2004,Malaysia,Starchy Roots,25.332026,0.0125623982858694
+2004,Malaysia,Sugar,25.332026,0.035980540995813
 2005,Malaysia,Ruminants,25.796124,0.215574355279111
 2005,Malaysia,Cereals,25.796124,0.191480433261989
 2005,Malaysia,Monogastrics,25.796124,0.195157194933626
-2005,Malaysia,Oilcrops,25.796124,0.122498829669139
-2005,Malaysia,Pulses,25.796124,0.00302188809450598
+2005,Malaysia,FruitVeg,25.796124,0.0996902480388139
+2005,Malaysia,OilcropsPulses,25.796124,0.125520717763645
 2005,Malaysia,Starchy Roots,25.796124,0.0115185134014707
+2005,Malaysia,Sugar,25.796124,0.0309441061765713
 2006,Malaysia,Ruminants,26.263048,0.203869566091491
 2006,Malaysia,Cereals,26.263048,0.187322316891779
 2006,Malaysia,Monogastrics,26.263048,0.203316111671425
-2006,Malaysia,Oilcrops,26.263048,0.122584591095443
-2006,Malaysia,Pulses,26.263048,0.00294535500982217
+2006,Malaysia,FruitVeg,26.263048,0.0959362751802457
+2006,Malaysia,OilcropsPulses,26.263048,0.125529946105265
 2006,Malaysia,Starchy Roots,26.263048,0.0118693001665306
+2006,Malaysia,Sugar,26.263048,0.0356752194185534
 2007,Malaysia,Ruminants,26.730607,0.197629657268913
 2007,Malaysia,Cereals,26.730607,0.189307971943922
 2007,Malaysia,Monogastrics,26.730607,0.200387840051668
-2007,Malaysia,Oilcrops,26.730607,0.122816253293462
-2007,Malaysia,Pulses,26.730607,0.00318103513324632
+2007,Malaysia,FruitVeg,26.730607,0.0944455544911494
+2007,Malaysia,OilcropsPulses,26.730607,0.125997288426709
 2007,Malaysia,Starchy Roots,26.730607,0.0107682926915951
+2007,Malaysia,Sugar,26.730607,0.0393167652346989
 2008,Malaysia,Ruminants,27.197419,0.173793285311375
 2008,Malaysia,Cereals,27.197419,0.187782965729211
 2008,Malaysia,Monogastrics,27.197419,0.192211073411047
-2008,Malaysia,Oilcrops,27.197419,0.12733836986517
-2008,Malaysia,Pulses,27.197419,0.00186183108036832
+2008,Malaysia,FruitVeg,27.197419,0.0953094482972814
+2008,Malaysia,OilcropsPulses,27.197419,0.129200200945538
 2008,Malaysia,Starchy Roots,27.197419,0.0103661306979166
+2008,Malaysia,Sugar,27.197419,0.0401502069001474
 2009,Malaysia,Ruminants,27.661017,0.186982922572948
 2009,Malaysia,Cereals,27.661017,0.186913590342683
 2009,Malaysia,Monogastrics,27.661017,0.205207624867878
-2009,Malaysia,Oilcrops,27.661017,0.119861789608097
-2009,Malaysia,Pulses,27.661017,0.00318303553336452
+2009,Malaysia,FruitVeg,27.661017,0.100153584374718
+2009,Malaysia,OilcropsPulses,27.661017,0.123044825141462
 2009,Malaysia,Starchy Roots,27.661017,0.01338038294109
+2009,Malaysia,Sugar,27.661017,0.0444155035948244
 2010,Malaysia,Ruminants,28.1195,0.190204377744981
 2010,Malaysia,Cereals,28.1195,0.186608403421113
 2010,Malaysia,Monogastrics,28.1195,0.217154085243336
-2010,Malaysia,Oilcrops,28.1195,0.116709436512029
-2010,Malaysia,Pulses,28.1195,0.00306651967495866
+2010,Malaysia,FruitVeg,28.1195,0.112950016892192
+2010,Malaysia,OilcropsPulses,28.1195,0.119775956186988
 2010,Malaysia,Starchy Roots,28.1195,0.0133740286989456
+2010,Malaysia,Sugar,28.1195,0.0445549529685805
 2011,Malaysia,Ruminants,28.57297,0.192771223992466
 2011,Malaysia,Cereals,28.57297,0.187165072444342
 2011,Malaysia,Monogastrics,28.57297,0.213953138228193
-2011,Malaysia,Oilcrops,28.57297,0.128468409129327
-2011,Malaysia,Pulses,28.57297,0.00323837528965312
+2011,Malaysia,FruitVeg,28.57297,0.113907444693359
+2011,Malaysia,OilcropsPulses,28.57297,0.131706784418981
 2011,Malaysia,Starchy Roots,28.57297,0.0138524976577514
+2011,Malaysia,Sugar,28.57297,0.0434988032395652
 1961,Maldives,Ruminants,0.092327,0.0649864070098671
 1961,Maldives,Cereals,0.092327,0.0593650828035136
 1961,Maldives,Monogastrics,0.092327,NA
-1961,Maldives,Oilcrops,0.092327,0.0644448536181182
-1961,Maldives,Pulses,0.092327,0.000292438831544402
+1961,Maldives,FruitVeg,0.092327,0.121654553922471
+1961,Maldives,OilcropsPulses,0.092327,0.0647372924496626
 1961,Maldives,Starchy Roots,0.092327,0.0450464111256729
+1961,Maldives,Sugar,0.092327,0.0353201122098628
 1962,Maldives,Ruminants,0.094909,0.0647989126426366
 1962,Maldives,Cereals,0.094909,0.0601312836506548
 1962,Maldives,Monogastrics,0.094909,NA
-1962,Maldives,Oilcrops,0.094909,0.0639559999578544
-1962,Maldives,Pulses,0.094909,0.000284483031114015
+1962,Maldives,FruitVeg,0.094909,0.12454034917658
+1962,Maldives,OilcropsPulses,0.094909,0.0642404829889684
 1962,Maldives,Starchy Roots,0.094909,0.0469291637252526
+1962,Maldives,Sugar,0.094909,0.0343592283134371
 1963,Maldives,Ruminants,0.097556,0.0645782934929681
 1963,Maldives,Cereals,0.097556,0.0593300258313174
 1963,Maldives,Monogastrics,0.097556,NA
-1963,Maldives,Oilcrops,0.097556,0.0634507359875354
-1963,Maldives,Pulses,0.097556,0.000276764114969863
+1963,Maldives,FruitVeg,0.097556,0.127649760137767
+1963,Maldives,OilcropsPulses,0.097556,0.0637275001025052
 1963,Maldives,Starchy Roots,0.097556,0.0457583336750174
+1963,Maldives,Sugar,0.097556,0.0345442617573496
 1964,Maldives,Ruminants,0.100177,0.0643860367150144
 1964,Maldives,Cereals,0.100177,0.0600337402797049
 1964,Maldives,Monogastrics,0.100177,NA
-1964,Maldives,Oilcrops,0.100177,0.0630883336494405
-1964,Maldives,Pulses,0.100177,0.000269522944388432
+1964,Maldives,FruitVeg,0.100177,0.130628787046927
+1964,Maldives,OilcropsPulses,0.100177,0.0633578565938289
 1964,Maldives,Starchy Roots,0.100177,0.0465476107290096
+1964,Maldives,Sugar,0.100177,0.0314643081745311
 1965,Maldives,Ruminants,0.102723,0.0642504599748839
 1965,Maldives,Cereals,0.102723,0.0593148564586315
 1965,Maldives,Monogastrics,0.102723,NA
-1965,Maldives,Oilcrops,0.102723,0.062790222248182
-1965,Maldives,Pulses,0.102723,0.000262842790806343
+1965,Maldives,FruitVeg,0.102723,0.133115271166146
+1965,Maldives,OilcropsPulses,0.102723,0.0630530650389884
 1965,Maldives,Starchy Roots,0.102723,0.0454523329731414
+1965,Maldives,Sugar,0.102723,0.0301587765154834
 1966,Maldives,Ruminants,0.105145,0.0641970612011983
 1966,Maldives,Cereals,0.105145,0.0616862428075515
 1966,Maldives,Monogastrics,0.105145,NA
-1966,Maldives,Oilcrops,0.105145,0.0815064910361881
-1966,Maldives,Pulses,0.105145,0.000256788244804793
+1966,Maldives,FruitVeg,0.105145,0.14072946882876
+1966,Maldives,OilcropsPulses,0.105145,0.0817632792809929
 1966,Maldives,Starchy Roots,0.105145,0.0463074801464644
+1966,Maldives,Sugar,0.105145,0.0294640734224167
 1967,Maldives,Ruminants,0.107488,0.0641932122655552
 1967,Maldives,Cereals,0.107488,0.061420809764811
 1967,Maldives,Monogastrics,0.107488,NA
-1967,Maldives,Oilcrops,0.107488,0.0889401607621316
-1967,Maldives,Pulses,0.107488,0.000251190830604347
+1967,Maldives,FruitVeg,0.107488,0.14041567430783
+1967,Maldives,OilcropsPulses,0.107488,0.0891913515927359
 1967,Maldives,Starchy Roots,0.107488,0.0453818100625186
+1967,Maldives,Sugar,0.107488,0.0283101369455195
 1968,Maldives,Ruminants,0.109901,0.0641486428694916
 1968,Maldives,Cereals,0.109901,0.0615735980564326
 1968,Maldives,Monogastrics,0.109901,NA
-1968,Maldives,Oilcrops,0.109901,0.0914459377075732
-1968,Maldives,Pulses,0.109901,0.000245675653542734
+1968,Maldives,FruitVeg,0.109901,0.140399086450533
+1968,Maldives,OilcropsPulses,0.109901,0.0916916133611159
 1968,Maldives,Starchy Roots,0.109901,0.0444308968981174
+1968,Maldives,Sugar,0.109901,0.0269970245948627
 1969,Maldives,Ruminants,0.112591,0.0639482729525451
 1969,Maldives,Cereals,0.112591,0.0614969224893642
 1969,Maldives,Monogastrics,0.112591,NA
-1969,Maldives,Oilcrops,0.112591,0.0904335160003908
-1969,Maldives,Pulses,0.112591,0.000239806023572044
+1969,Maldives,FruitVeg,0.112591,0.13967368617385
+1969,Maldives,OilcropsPulses,0.112591,0.0906733220239628
 1969,Maldives,Starchy Roots,0.112591,0.04340489026654
+1969,Maldives,Sugar,0.112591,0.03089056851791
 1970,Maldives,Ruminants,0.115703,0.0635247141387864
 1970,Maldives,Cereals,0.115703,0.0602663716584704
 1970,Maldives,Monogastrics,0.115703,NA
-1970,Maldives,Oilcrops,0.115703,0.0847082616699653
-1970,Maldives,Pulses,0.115703,0.000233356092754725
+1970,Maldives,FruitVeg,0.115703,0.146279698884212
+1970,Maldives,OilcropsPulses,0.115703,0.0849416177627201
 1970,Maldives,Starchy Roots,0.115703,0.0413904566000882
+1970,Maldives,Sugar,0.115703,0.0295930096885993
 1971,Maldives,Ruminants,0.119315,0.0634874072832418
 1971,Maldives,Cereals,0.119315,0.0605120898462054
 1971,Maldives,Monogastrics,0.119315,NA
-1971,Maldives,Oilcrops,0.119315,0.0718182961069438
-1971,Maldives,Pulses,0.119315,0.000226291748732347
+1971,Maldives,FruitVeg,0.119315,0.154439927921887
+1971,Maldives,OilcropsPulses,0.119315,0.0720445878556761
 1971,Maldives,Starchy Roots,0.119315,0.0407073712441856
+1971,Maldives,Sugar,0.119315,0.0309768260486946
 1972,Maldives,Ruminants,0.123372,0.0632234218461239
 1972,Maldives,Cereals,0.123372,0.0632882663813507
 1972,Maldives,Monogastrics,0.123372,NA
-1972,Maldives,Oilcrops,0.123372,0.0257189637843271
-1972,Maldives,Pulses,0.123372,0.000218850306390429
+1972,Maldives,FruitVeg,0.123372,0.159233861816295
+1972,Maldives,OilcropsPulses,0.123372,0.0259378140907175
 1972,Maldives,Starchy Roots,0.123372,0.039295788347437
+1972,Maldives,Sugar,0.123372,0.0301283921797491
 1973,Maldives,Ruminants,0.127717,0.0628342350665925
 1973,Maldives,Cereals,0.127717,0.0656451372957398
 1973,Maldives,Monogastrics,0.127717,NA
-1973,Maldives,Oilcrops,0.127717,0.0334646131681765
-1973,Maldives,Pulses,0.127717,0.0105702451513894
+1973,Maldives,FruitVeg,0.127717,0.156102946357963
+1973,Maldives,OilcropsPulses,0.127717,0.0440348583195659
 1973,Maldives,Starchy Roots,0.127717,0.0382486278255831
+1973,Maldives,Sugar,0.127717,0.0274043392813799
 1974,Maldives,Ruminants,0.132122,0.0624422881881897
 1974,Maldives,Cereals,0.132122,0.0624801319992129
 1974,Maldives,Monogastrics,0.132122,NA
-1974,Maldives,Oilcrops,0.132122,0.0284888209382238
-1974,Maldives,Pulses,0.132122,0.010588698324276
+1974,Maldives,FruitVeg,0.132122,0.154236236205931
+1974,Maldives,OilcropsPulses,0.132122,0.0390775192624998
 1974,Maldives,Starchy Roots,0.132122,0.0373291351932305
+1974,Maldives,Sugar,0.132122,0.0298133543240338
 1975,Maldives,Ruminants,0.136434,0.0615682307929109
 1975,Maldives,Cereals,0.136434,0.0638697098963601
 1975,Maldives,Monogastrics,0.136434,NA
-1975,Maldives,Oilcrops,0.136434,0.0559391354061304
-1975,Maldives,Pulses,0.136434,0.0106058607092074
+1975,Maldives,FruitVeg,0.136434,0.151347904481288
+1975,Maldives,OilcropsPulses,0.136434,0.0665449961153378
 1975,Maldives,Starchy Roots,0.136434,0.0417417945673366
+1975,Maldives,Sugar,0.136434,0.0274858173182638
 1976,Maldives,Ruminants,0.140582,0.0613520934401275
 1976,Maldives,Cereals,0.140582,0.0845698595837305
 1976,Maldives,Monogastrics,0.140582,NA
-1976,Maldives,Oilcrops,0.140582,0.0347981960706207
-1976,Maldives,Pulses,0.140582,0.0106343628629554
+1976,Maldives,FruitVeg,0.140582,0.151377843536157
+1976,Maldives,OilcropsPulses,0.140582,0.0454325589335761
 1976,Maldives,Starchy Roots,0.140582,0.0429642486235791
+1976,Maldives,Sugar,0.140582,0.0243985716521318
 1977,Maldives,Ruminants,0.144645,0.0606657679145494
 1977,Maldives,Cereals,0.144645,0.101088872757441
 1977,Maldives,Monogastrics,0.144645,NA
-1977,Maldives,Oilcrops,0.144645,0.0658370493276643
-1977,Maldives,Pulses,0.144645,0.00964430156590273
+1977,Maldives,FruitVeg,0.144645,0.149137543641329
+1977,Maldives,OilcropsPulses,0.144645,0.075481350893567
 1977,Maldives,Starchy Roots,0.144645,0.041384078260569
+1977,Maldives,Sugar,0.144645,0.0240450758754191
 1978,Maldives,Ruminants,0.148797,0.0599810480050001
 1978,Maldives,Cereals,0.148797,0.112206563304368
 1978,Maldives,Monogastrics,0.148797,NA
-1978,Maldives,Oilcrops,0.148797,0.0398596745902135
-1978,Maldives,Pulses,0.148797,0.00937518901590758
+1978,Maldives,FruitVeg,0.148797,0.147247592357373
+1978,Maldives,OilcropsPulses,0.148797,0.0492348636061211
 1978,Maldives,Starchy Roots,0.148797,0.0379039899997984
+1978,Maldives,Sugar,0.148797,0.0252626061009295
 1979,Maldives,Ruminants,0.153285,0.0582248752324102
 1979,Maldives,Cereals,0.153285,0.131089147666112
 1979,Maldives,Monogastrics,0.153285,NA
-1979,Maldives,Oilcrops,0.153285,0.0129301627686988
-1979,Maldives,Pulses,0.153285,0.0094203607658936
+1979,Maldives,FruitVeg,0.153285,0.143575692337802
+1979,Maldives,OilcropsPulses,0.153285,0.0223505235345924
 1979,Maldives,Starchy Roots,0.153285,0.041386958932707
+1979,Maldives,Sugar,0.153285,0.0265714192517207
 1980,Maldives,Ruminants,0.158282,0.0563867022150339
 1980,Maldives,Cereals,0.158282,0.137779406375962
 1980,Maldives,Monogastrics,0.158282,NA
-1980,Maldives,Oilcrops,0.158282,0.0523559217093542
-1980,Maldives,Pulses,0.158282,0.00945148532366283
+1980,Maldives,FruitVeg,0.158282,0.140894100403078
+1980,Maldives,OilcropsPulses,0.158282,0.061807407033017
 1980,Maldives,Starchy Roots,0.158282,0.0422663347695885
+1980,Maldives,Sugar,0.158282,0.0282217813775413
 1981,Maldives,Ruminants,0.163834,0.0553914327917282
 1981,Maldives,Cereals,0.163834,0.13933005359083
 1981,Maldives,Monogastrics,0.163834,NA
-1981,Maldives,Oilcrops,0.163834,0.0482927841595762
-1981,Maldives,Pulses,0.163834,0.00911898629100187
+1981,Maldives,FruitVeg,0.163834,0.13710829254001
+1981,Maldives,OilcropsPulses,0.163834,0.057411770450578
 1981,Maldives,Starchy Roots,0.163834,0.0416213972679664
+1981,Maldives,Sugar,0.163834,0.0289134123564095
 1982,Maldives,Ruminants,0.169861,0.0637580139054874
 1982,Maldives,Cereals,0.169861,0.146313750654947
 1982,Maldives,Monogastrics,0.169861,NA
-1982,Maldives,Oilcrops,0.169861,0.0483159760039091
-1982,Maldives,Pulses,0.169861,0.00909567234385762
+1982,Maldives,FruitVeg,0.169861,0.138725192951884
+1982,Maldives,OilcropsPulses,0.169861,0.0574116483477667
 1982,Maldives,Starchy Roots,0.169861,0.0398149074831774
+1982,Maldives,Sugar,0.169861,0.0281583176832822
 1983,Maldives,Ruminants,0.176258,0.0637417876068037
 1983,Maldives,Cereals,0.176258,0.130030977317342
 1983,Maldives,Monogastrics,0.176258,NA
-1983,Maldives,Oilcrops,0.176258,0.0533706271488386
-1983,Maldives,Pulses,0.176258,0.00849890501424049
+1983,Maldives,FruitVeg,0.176258,0.140861691384221
+1983,Maldives,OilcropsPulses,0.176258,0.0618695321630791
 1983,Maldives,Starchy Roots,0.176258,0.0384039306017315
+1983,Maldives,Sugar,0.176258,0.0283675067230991
 1984,Maldives,Ruminants,0.182864,0.0638999475019687
 1984,Maldives,Cereals,0.182864,0.123589115408172
 1984,Maldives,Monogastrics,0.182864,NA
-1984,Maldives,Oilcrops,0.182864,0.0590602852393035
-1984,Maldives,Pulses,0.182864,0.00817000612477032
+1984,Maldives,FruitVeg,0.182864,0.137845612039549
+1984,Maldives,OilcropsPulses,0.182864,0.0672302913640738
 1984,Maldives,Starchy Roots,0.182864,0.0370493918978038
+1984,Maldives,Sugar,0.182864,0.0285293988975413
 1985,Maldives,Ruminants,0.189551,0.0628326941034339
 1985,Maldives,Cereals,0.189551,0.126029406333915
 1985,Maldives,Monogastrics,0.189551,NA
-1985,Maldives,Oilcrops,0.189551,0.0569345453202568
-1985,Maldives,Pulses,0.189551,0.00787650816930536
+1985,Maldives,FruitVeg,0.189551,0.134465130756366
+1985,Maldives,OilcropsPulses,0.189551,0.0648110534895622
 1985,Maldives,Starchy Roots,0.189551,0.036095826453039
+1985,Maldives,Sugar,0.189551,0.0286730220362857
 1986,Maldives,Ruminants,0.196283,0.071291451628516
 1986,Maldives,Cereals,0.196283,0.122995878400065
 1986,Maldives,Monogastrics,0.196283,0.00919845325372039
-1986,Maldives,Oilcrops,0.196283,0.0552161929458995
-1986,Maldives,Pulses,0.196283,0.00875776302583515
+1986,Maldives,FruitVeg,0.196283,0.134927630003617
+1986,Maldives,OilcropsPulses,0.196283,0.0639739559717347
 1986,Maldives,Starchy Roots,0.196283,0.0348833062465929
+1986,Maldives,Sugar,0.196283,0.0337777596633432
 1987,Maldives,Ruminants,0.203059,0.0718648274639391
 1987,Maldives,Cereals,0.203059,0.114528289807396
 1987,Maldives,Monogastrics,0.203059,0.00968437744694891
-1987,Maldives,Oilcrops,0.203059,0.0439675168300839
-1987,Maldives,Pulses,0.203059,0.00896291225702875
+1987,Maldives,FruitVeg,0.203059,0.128470050576433
+1987,Maldives,OilcropsPulses,0.203059,0.0529304290871126
 1987,Maldives,Starchy Roots,0.203059,0.0331184532574276
+1987,Maldives,Sugar,0.203059,0.0337241885363367
 1988,Maldives,Ruminants,0.209832,0.0681893133554463
 1988,Maldives,Cereals,0.209832,0.115635365435205
 1988,Maldives,Monogastrics,0.209832,0.00854969690037744
-1988,Maldives,Oilcrops,0.209832,0.0455936177513439
-1988,Maldives,Pulses,0.209832,0.00877368561515879
+1988,Maldives,FruitVeg,0.209832,0.12660128102482
+1988,Maldives,OilcropsPulses,0.209832,0.0543673033665027
 1988,Maldives,Starchy Roots,0.209832,0.0316824888482214
+1988,Maldives,Sugar,0.209832,0.0309628655305197
 1989,Maldives,Ruminants,0.216553,0.119971092527003
 1989,Maldives,Cereals,0.216553,0.121720779670566
 1989,Maldives,Monogastrics,0.216553,0.0220089308391017
-1989,Maldives,Oilcrops,0.216553,0.0571084214949689
-1989,Maldives,Pulses,0.216553,0.00859835698420248
+1989,Maldives,FruitVeg,0.216553,0.157915152410726
+1989,Maldives,OilcropsPulses,0.216553,0.0657067784791714
 1989,Maldives,Starchy Roots,0.216553,0.036157430282656
+1989,Maldives,Sugar,0.216553,0.0358388015866785
 1990,Maldives,Ruminants,0.218,0.100214220183486
 1990,Maldives,Cereals,0.218,0.122266055045872
 1990,Maldives,Monogastrics,0.218,0.0158683486238532
-1990,Maldives,Oilcrops,0.218,0.0585917431192661
-1990,Maldives,Pulses,0.218,0.00860091743119266
+1990,Maldives,FruitVeg,0.218,0.0490229357798165
+1990,Maldives,OilcropsPulses,0.218,0.0671926605504587
 1990,Maldives,Starchy Roots,0.218,0.0388165137614679
+1990,Maldives,Sugar,0.218,0.0408853211009174
 1991,Maldives,Ruminants,0.227,0.132540528634361
 1991,Maldives,Cereals,0.227,0.130044052863436
 1991,Maldives,Monogastrics,0.227,0.0152568281938326
-1991,Maldives,Oilcrops,0.227,0.0526784140969163
-1991,Maldives,Pulses,0.227,0.00798237885462555
+1991,Maldives,FruitVeg,0.227,0.0511718061674009
+1991,Maldives,OilcropsPulses,0.227,0.0606607929515418
 1991,Maldives,Starchy Roots,0.227,0.0370264317180617
+1991,Maldives,Sugar,0.227,0.04015859030837
 1992,Maldives,Ruminants,0.234,0.117761111111111
 1992,Maldives,Cereals,0.234,0.123598290598291
 1992,Maldives,Monogastrics,0.234,0.0149200854700855
-1992,Maldives,Oilcrops,0.234,0.0596282051282051
-1992,Maldives,Pulses,0.234,0.00732478632478632
+1992,Maldives,FruitVeg,0.234,0.0499145299145299
+1992,Maldives,OilcropsPulses,0.234,0.0669529914529915
 1992,Maldives,Starchy Roots,0.234,0.0331324786324786
+1992,Maldives,Sugar,0.234,0.0389444444444444
 1993,Maldives,Ruminants,0.242,0.148259504132231
 1993,Maldives,Cereals,0.242,0.133867768595041
 1993,Maldives,Monogastrics,0.242,0.024303305785124
-1993,Maldives,Oilcrops,0.242,0.0530247933884298
-1993,Maldives,Pulses,0.242,0.00381818181818182
+1993,Maldives,FruitVeg,0.242,0.097797520661157
+1993,Maldives,OilcropsPulses,0.242,0.0568429752066116
 1993,Maldives,Starchy Roots,0.242,0.0328925619834711
+1993,Maldives,Sugar,0.242,0.0445330578512397
 1994,Maldives,Ruminants,0.245,0.171210204081633
 1994,Maldives,Cereals,0.245,0.142763265306122
 1994,Maldives,Monogastrics,0.245,0.0267159183673469
-1994,Maldives,Oilcrops,0.245,0.0493836734693878
-1994,Maldives,Pulses,0.245,0.00188979591836735
+1994,Maldives,FruitVeg,0.245,0.120718367346939
+1994,Maldives,OilcropsPulses,0.245,0.0512734693877551
 1994,Maldives,Starchy Roots,0.245,0.0331510204081633
+1994,Maldives,Sugar,0.245,0.0461020408163265
 1995,Maldives,Ruminants,0.255,0.161390588235294
 1995,Maldives,Cereals,0.255,0.142203921568627
 1995,Maldives,Monogastrics,0.255,0.0297129411764706
-1995,Maldives,Oilcrops,0.255,0.0469254901960784
-1995,Maldives,Pulses,0.255,0.00177647058823529
+1995,Maldives,FruitVeg,0.255,0.113407843137255
+1995,Maldives,OilcropsPulses,0.255,0.0487019607843137
 1995,Maldives,Starchy Roots,0.255,0.0344941176470588
+1995,Maldives,Sugar,0.255,0.0409333333333333
 1996,Maldives,Ruminants,0.262,0.14645534351145
 1996,Maldives,Cereals,0.262,0.147896946564886
 1996,Maldives,Monogastrics,0.262,0.027412213740458
-1996,Maldives,Oilcrops,0.262,0.0534083969465649
-1996,Maldives,Pulses,0.262,0.00143129770992366
+1996,Maldives,FruitVeg,0.262,0.124145038167939
+1996,Maldives,OilcropsPulses,0.262,0.0548396946564885
 1996,Maldives,Starchy Roots,0.262,0.0347824427480916
+1996,Maldives,Sugar,0.262,0.0371030534351145
 1997,Maldives,Ruminants,0.264,0.165204924242424
 1997,Maldives,Cereals,0.264,0.145534090909091
 1997,Maldives,Monogastrics,0.264,0.0372492424242424
-1997,Maldives,Oilcrops,0.264,0.0531780303030303
-1997,Maldives,Pulses,0.264,0.00142424242424242
+1997,Maldives,FruitVeg,0.264,0.117481060606061
+1997,Maldives,OilcropsPulses,0.264,0.0546022727272727
 1997,Maldives,Starchy Roots,0.264,0.0293295454545455
+1997,Maldives,Sugar,0.264,0.0363901515151515
 1998,Maldives,Ruminants,0.271,0.218422878228782
 1998,Maldives,Cereals,0.271,0.145357933579336
 1998,Maldives,Monogastrics,0.271,0.0359092250922509
-1998,Maldives,Oilcrops,0.271,0.045929889298893
-1998,Maldives,Pulses,0.271,0.00173431734317343
+1998,Maldives,FruitVeg,0.271,0.120859778597786
+1998,Maldives,OilcropsPulses,0.271,0.0476642066420664
 1998,Maldives,Starchy Roots,0.271,0.0275535055350553
+1998,Maldives,Sugar,0.271,0.0323210332103321
 1999,Maldives,Ruminants,0.28,0.187838928571429
 1999,Maldives,Cereals,0.28,0.151132142857143
 1999,Maldives,Monogastrics,0.28,0.03089
-1999,Maldives,Oilcrops,0.28,0.0393785714285714
-1999,Maldives,Pulses,0.28,0.00194642857142857
+1999,Maldives,FruitVeg,0.28,0.106010714285714
+1999,Maldives,OilcropsPulses,0.28,0.041325
 1999,Maldives,Starchy Roots,0.28,0.0275535714285714
+1999,Maldives,Sugar,0.28,0.0300571428571429
 2000,Maldives,Ruminants,0.286,0.178527622377622
 2000,Maldives,Cereals,0.286,0.143108391608392
 2000,Maldives,Monogastrics,0.286,0.0382048951048951
-2000,Maldives,Oilcrops,0.286,0.0552027972027972
-2000,Maldives,Pulses,0.286,0.00178671328671329
+2000,Maldives,FruitVeg,0.286,0.120702797202797
+2000,Maldives,OilcropsPulses,0.286,0.0569895104895105
 2000,Maldives,Starchy Roots,0.286,0.0241503496503497
+2000,Maldives,Sugar,0.286,0.0311958041958042
 2001,Maldives,Ruminants,0.292,0.174085616438356
 2001,Maldives,Cereals,0.292,0.140065068493151
 2001,Maldives,Monogastrics,0.292,0.0434849315068493
-2001,Maldives,Oilcrops,0.292,0.0774931506849315
-2001,Maldives,Pulses,0.292,0.0019041095890411
+2001,Maldives,FruitVeg,0.292,0.120404109589041
+2001,Maldives,OilcropsPulses,0.292,0.0793972602739726
 2001,Maldives,Starchy Roots,0.292,0.0251164383561644
+2001,Maldives,Sugar,0.292,0.0325684931506849
 2002,Maldives,Ruminants,0.297,0.168202693602694
 2002,Maldives,Cereals,0.297,0.141811447811448
 2002,Maldives,Monogastrics,0.297,0.0498178451178451
-2002,Maldives,Oilcrops,0.297,0.0786329966329966
-2002,Maldives,Pulses,0.297,0.00181818181818182
+2002,Maldives,FruitVeg,0.297,0.123181818181818
+2002,Maldives,OilcropsPulses,0.297,0.0804511784511785
 2002,Maldives,Starchy Roots,0.297,0.0235622895622896
+2002,Maldives,Sugar,0.297,0.0325959595959596
 2003,Maldives,Ruminants,0.304,0.173762828947368
 2003,Maldives,Cereals,0.304,0.138950657894737
 2003,Maldives,Monogastrics,0.304,0.0601927631578947
-2003,Maldives,Oilcrops,0.304,0.122832236842105
-2003,Maldives,Pulses,0.304,0.00207565789473684
+2003,Maldives,FruitVeg,0.304,0.128838815789474
+2003,Maldives,OilcropsPulses,0.304,0.124907894736842
 2003,Maldives,Starchy Roots,0.304,0.0243782894736842
+2003,Maldives,Sugar,0.304,0.0313092105263158
 2004,Maldives,Ruminants,0.312,0.198419551282051
 2004,Maldives,Cereals,0.312,0.131599358974359
 2004,Maldives,Monogastrics,0.312,0.0620701923076923
-2004,Maldives,Oilcrops,0.312,0.115948717948718
-2004,Maldives,Pulses,0.312,0.00233333333333333
+2004,Maldives,FruitVeg,0.312,0.159589743589744
+2004,Maldives,OilcropsPulses,0.312,0.118282051282051
 2004,Maldives,Starchy Roots,0.312,0.0263525641025641
+2004,Maldives,Sugar,0.312,0.0336025641025641
 2005,Maldives,Ruminants,0.321,0.159840498442368
 2005,Maldives,Cereals,0.321,0.129352024922118
 2005,Maldives,Monogastrics,0.321,0.0641492211838006
-2005,Maldives,Oilcrops,0.321,0.0540436137071651
-2005,Maldives,Pulses,0.321,0.00333956386292835
+2005,Maldives,FruitVeg,0.321,0.138538940809969
+2005,Maldives,OilcropsPulses,0.321,0.0573831775700935
 2005,Maldives,Starchy Roots,0.321,0.0193146417445483
+2005,Maldives,Sugar,0.321,0.0334361370716511
 2006,Maldives,Ruminants,0.333,0.218284984984985
 2006,Maldives,Cereals,0.333,0.125672672672673
 2006,Maldives,Monogastrics,0.333,0.0580078078078078
-2006,Maldives,Oilcrops,0.333,0.00913513513513513
-2006,Maldives,Pulses,0.333,0.0023003003003003
+2006,Maldives,FruitVeg,0.333,0.166966966966967
+2006,Maldives,OilcropsPulses,0.333,0.0114354354354354
 2006,Maldives,Starchy Roots,0.333,0.0227117117117117
+2006,Maldives,Sugar,0.333,0.0319339339339339
 2007,Maldives,Ruminants,0.349,0.213800286532951
 2007,Maldives,Cereals,0.349,0.123022922636103
 2007,Maldives,Monogastrics,0.349,0.061776217765043
-2007,Maldives,Oilcrops,0.349,0.00734957020057307
-2007,Maldives,Pulses,0.349,0.00274212034383954
+2007,Maldives,FruitVeg,0.349,0.160467048710602
+2007,Maldives,OilcropsPulses,0.349,0.0100916905444126
 2007,Maldives,Starchy Roots,0.349,0.0212091690544413
+2007,Maldives,Sugar,0.349,0.0314383954154728
 2008,Maldives,Ruminants,0.362,0.229415193370166
 2008,Maldives,Cereals,0.362,0.123011049723757
 2008,Maldives,Monogastrics,0.362,0.0600303867403315
-2008,Maldives,Oilcrops,0.362,0.00709944751381216
-2008,Maldives,Pulses,0.362,0.00256353591160221
+2008,Maldives,FruitVeg,0.362,0.165486187845304
+2008,Maldives,OilcropsPulses,0.362,0.00966298342541437
 2008,Maldives,Starchy Roots,0.362,0.020975138121547
+2008,Maldives,Sugar,0.362,0.0319447513812155
 2009,Maldives,Ruminants,0.36,0.216945555555556
 2009,Maldives,Cereals,0.36,0.133952777777778
 2009,Maldives,Monogastrics,0.36,0.0614725
-2009,Maldives,Oilcrops,0.36,0.0154972222222222
-2009,Maldives,Pulses,0.36,0.00249444444444444
+2009,Maldives,FruitVeg,0.36,0.146541666666667
+2009,Maldives,OilcropsPulses,0.36,0.0179916666666667
 2009,Maldives,Starchy Roots,0.36,0.0205222222222222
+2009,Maldives,Sugar,0.36,0.0318305555555556
 2010,Maldives,Ruminants,0.367,0.236907629427793
 2010,Maldives,Cereals,0.367,0.134899182561308
 2010,Maldives,Monogastrics,0.367,0.06241689373297
-2010,Maldives,Oilcrops,0.367,0.0129400544959128
-2010,Maldives,Pulses,0.367,0.00260490463215259
+2010,Maldives,FruitVeg,0.367,0.161226158038147
+2010,Maldives,OilcropsPulses,0.367,0.0155449591280654
 2010,Maldives,Starchy Roots,0.367,0.0210599455040872
+2010,Maldives,Sugar,0.367,0.0324632152588556
 2011,Maldives,Ruminants,0.377,0.257249336870027
 2011,Maldives,Cereals,0.377,0.136700265251989
 2011,Maldives,Monogastrics,0.377,0.0660358090185676
-2011,Maldives,Oilcrops,0.377,0.0124244031830239
-2011,Maldives,Pulses,0.377,0.00272148541114058
+2011,Maldives,FruitVeg,0.377,0.169620689655172
+2011,Maldives,OilcropsPulses,0.377,0.0151458885941645
 2011,Maldives,Starchy Roots,0.377,0.0214031830238727
+2011,Maldives,Sugar,0.377,0.0314615384615385
 1961,Mali,Ruminants,5.322267,0.269958609742803
 1961,Mali,Cereals,5.322267,0.142021623492395
 1961,Mali,Monogastrics,5.322267,0.0068036233432107
-1961,Mali,Oilcrops,5.322267,0.0190123870147815
-1961,Mali,Pulses,5.322267,0.00523686616999861
+1961,Mali,FruitVeg,5.322267,0.0441993984894031
+1961,Mali,OilcropsPulses,5.322267,0.0242492531847801
 1961,Mali,Starchy Roots,5.322267,0.0106150255145035
+1961,Mali,Sugar,5.322267,0.00261411161822584
 1962,Mali,Ruminants,5.381369,0.278759977247425
 1962,Mali,Cereals,5.381369,0.145043203690362
 1962,Mali,Monogastrics,5.381369,0.007355897727883
-1962,Mali,Oilcrops,5.381369,0.0187266474385979
-1962,Mali,Pulses,5.381369,0.00518269607603567
+1962,Mali,FruitVeg,5.381369,0.0435420800915157
+1962,Mali,OilcropsPulses,5.381369,0.0239093435146335
 1962,Mali,Starchy Roots,5.381369,0.0108942538599379
+1962,Mali,Sugar,5.381369,0.00579499380176308
 1963,Mali,Ruminants,5.441611,0.291284272249523
 1963,Mali,Cereals,5.441611,0.14448827746048
 1963,Mali,Monogastrics,5.441611,0.00754726863055812
-1963,Mali,Oilcrops,5.441611,0.0259219190787434
-1963,Mali,Pulses,5.441611,0.00512660680816765
+1963,Mali,FruitVeg,5.441611,0.0428571612340537
+1963,Mali,OilcropsPulses,5.441611,0.0310485258869111
 1963,Mali,Starchy Roots,5.441611,0.0112172663573343
+1963,Mali,Sugar,5.441611,0.00332438316520604
 1964,Mali,Ruminants,5.503748,0.30521044931563
 1964,Mali,Cereals,5.503748,0.143839616203358
 1964,Mali,Monogastrics,5.503748,0.00813681876423121
-1964,Mali,Oilcrops,5.503748,0.0216706869573244
-1964,Mali,Pulses,5.503748,0.0050721799035857
+1964,Mali,FruitVeg,5.503748,0.0426660159585795
+1964,Mali,OilcropsPulses,5.503748,0.0267428668609101
 1964,Mali,Starchy Roots,5.503748,0.0116555118439289
+1964,Mali,Sugar,5.503748,0.00274740049871469
 1965,Mali,Ruminants,5.568485,0.326239596586863
 1965,Mali,Cereals,5.568485,0.129341104447619
 1965,Mali,Monogastrics,5.568485,0.00827510534732517
-1965,Mali,Oilcrops,5.568485,0.0271023447131491
-1965,Mali,Pulses,5.568485,0.00501572689878845
+1965,Mali,FruitVeg,5.568485,0.0462334010058391
+1965,Mali,OilcropsPulses,5.568485,0.0321180716119375
 1965,Mali,Starchy Roots,5.568485,0.0119628588386249
+1965,Mali,Sugar,5.568485,0.00553849027159093
 1966,Mali,Ruminants,5.635859,0.342619625508729
 1966,Mali,Cereals,5.635859,0.13379326913608
 1966,Mali,Monogastrics,5.635859,0.00781549006105369
-1966,Mali,Oilcrops,5.635859,0.0236079362524861
-1966,Mali,Pulses,5.635859,0.00497031597135415
+1966,Mali,FruitVeg,5.635859,0.0458151987123879
+1966,Mali,OilcropsPulses,5.635859,0.0285782522238402
 1966,Mali,Starchy Roots,5.635859,0.0120975347325048
+1966,Mali,Sugar,5.635859,0.00407213878132863
 1967,Mali,Ruminants,5.706198,0.363008346363025
 1967,Mali,Cereals,5.706198,0.140244520081497
 1967,Mali,Monogastrics,5.706198,0.00795249306105396
-1967,Mali,Oilcrops,5.706198,0.0227570091328762
-1967,Mali,Pulses,5.706198,0.00491395496616136
+1967,Mali,FruitVeg,5.706198,0.0453550682959126
+1967,Mali,OilcropsPulses,5.706198,0.0276709640990376
 1967,Mali,Starchy Roots,5.706198,0.0123393895550067
+1967,Mali,Sugar,5.706198,0.00316901025866961
 1968,Mali,Ruminants,5.780834,0.367846213885401
 1968,Mali,Cereals,5.780834,0.151938803293781
 1968,Mali,Monogastrics,5.780834,0.0083856412413849
-1968,Mali,Oilcrops,5.780834,0.0212270409425353
-1968,Mali,Pulses,5.780834,0.00485621970809056
+1968,Mali,FruitVeg,5.780834,0.0475151163309654
+1968,Mali,OilcropsPulses,5.780834,0.0260832606506258
 1968,Mali,Starchy Roots,5.780834,0.0125186089066041
+1968,Mali,Sugar,5.780834,0.00633628296539911
 1969,Mali,Ruminants,5.861411,0.383019429963195
 1969,Mali,Cereals,5.861411,0.135379348078475
 1969,Mali,Monogastrics,5.861411,0.00891288804009819
-1969,Mali,Oilcrops,5.861411,0.0236832052896478
-1969,Mali,Pulses,5.861411,0.004796114792155
+1969,Mali,FruitVeg,5.861411,0.0498115556134862
+1969,Mali,OilcropsPulses,5.861411,0.0284793200818028
 1969,Mali,Starchy Roots,5.861411,0.0124859014322661
+1969,Mali,Sugar,5.861411,0.00320588336153189
 1970,Mali,Ruminants,5.949043,0.373452015727572
 1970,Mali,Cereals,5.949043,0.154879196536317
 1970,Mali,Monogastrics,5.949043,0.00928890579543634
-1970,Mali,Oilcrops,5.949043,0.026805319780005
-1970,Mali,Pulses,5.949043,0.00473168541562063
+1970,Mali,FruitVeg,5.949043,0.0517152086478447
+1970,Mali,OilcropsPulses,5.949043,0.0315370051956256
 1970,Mali,Starchy Roots,5.949043,0.0117304581594048
+1970,Mali,Sugar,5.949043,0.00706231237528456
 1971,Mali,Ruminants,6.044532,0.354487014048399
 1971,Mali,Cereals,6.044532,0.131590832838671
 1971,Mali,Monogastrics,6.044532,0.00957880610111751
-1971,Mali,Oilcrops,6.044532,0.0233870877017443
-1971,Mali,Pulses,6.044532,0.00465941780108038
+1971,Mali,FruitVeg,6.044532,0.051549896666938
+1971,Mali,OilcropsPulses,6.044532,0.0280465055028247
 1971,Mali,Starchy Roots,6.044532,0.0109884437703366
+1971,Mali,Sugar,6.044532,0.00565552469570845
 1972,Mali,Ruminants,6.147459,0.297256329810414
 1972,Mali,Cereals,6.147459,0.1335655918974
 1972,Mali,Monogastrics,6.147459,0.00848272432561161
-1972,Mali,Oilcrops,6.147459,0.0231085721759185
-1972,Mali,Pulses,6.147459,0.00458498381201078
+1972,Mali,FruitVeg,6.147459,0.0491803198687458
+1972,Mali,OilcropsPulses,6.147459,0.0276935559879293
 1972,Mali,Starchy Roots,6.147459,0.00975476208950723
+1972,Mali,Sugar,6.147459,0.0047374045113599
 1973,Mali,Ruminants,6.256192,0.251722661324972
 1973,Mali,Cereals,6.256192,0.13339456333821
 1973,Mali,Monogastrics,6.256192,0.0072260889691365
-1973,Mali,Oilcrops,6.256192,0.0243571488854562
-1973,Mali,Pulses,6.256192,0.00450321857129704
+1973,Mali,FruitVeg,6.256192,0.0487015104395773
+1973,Mali,OilcropsPulses,6.256192,0.0288603674567532
 1973,Mali,Starchy Roots,6.256192,0.00859164808241179
+1973,Mali,Sugar,6.256192,0.00658499611265127
 1974,Mali,Ruminants,6.368351,0.276417600097733
 1974,Mali,Cereals,6.368351,0.14496656983888
 1974,Mali,Monogastrics,6.368351,0.00760306710481253
-1974,Mali,Oilcrops,6.368351,0.0271947950105137
-1974,Mali,Pulses,6.368351,0.00442061061018779
+1974,Mali,FruitVeg,6.368351,0.0509073698984243
+1974,Mali,OilcropsPulses,6.368351,0.0316154056207015
 1974,Mali,Starchy Roots,6.368351,0.00746017297099359
+1974,Mali,Sugar,6.368351,0.00479590399461336
 1975,Mali,Ruminants,6.482276,0.31255451017513
 1975,Mali,Cereals,6.482276,0.142527562849839
 1975,Mali,Monogastrics,6.482276,0.00782226798118439
-1975,Mali,Oilcrops,6.482276,0.0315623709943853
-1975,Mali,Pulses,6.482276,0.00434908973329738
+1975,Mali,FruitVeg,6.482276,0.0512337024835104
+1975,Mali,OilcropsPulses,6.482276,0.0359114607276827
 1975,Mali,Starchy Roots,6.482276,0.00674145932694011
+1975,Mali,Sugar,6.482276,0.00431191143357673
 1976,Mali,Ruminants,6.596817,0.328633400017008
 1976,Mali,Cereals,6.596817,0.140299026030281
 1976,Mali,Monogastrics,6.596817,0.00770439743894669
-1976,Mali,Oilcrops,6.596817,0.0299755169803861
-1976,Mali,Pulses,6.596817,0.00426887694474472
+1976,Mali,FruitVeg,6.596817,0.0533123777724924
+1976,Mali,OilcropsPulses,6.596817,0.0342443939251309
 1976,Mali,Starchy Roots,6.596817,0.0056169513266777
+1976,Mali,Sugar,6.596817,0.00638565538501371
 1977,Mali,Ruminants,6.712545,0.334984733808116
 1977,Mali,Cereals,6.712545,0.134515150363983
 1977,Mali,Monogastrics,6.712545,0.00756669787688574
-1977,Mali,Oilcrops,6.712545,0.0293650172922491
-1977,Mali,Pulses,6.712545,0.00418917117129196
+1977,Mali,FruitVeg,6.712545,0.0547900982414271
+1977,Mali,OilcropsPulses,6.712545,0.033554188463541
 1977,Mali,Starchy Roots,6.712545,0.00452719497597409
+1977,Mali,Sugar,6.712545,0.00305428120034949
 1978,Mali,Ruminants,6.83153,0.350656573271288
 1978,Mali,Cereals,6.83153,0.128839220496726
 1978,Mali,Monogastrics,6.83153,0.00820147170545983
-1978,Mali,Oilcrops,6.83153,0.0272283075679972
-1978,Mali,Pulses,6.83153,0.00411108492533883
+1978,Mali,FruitVeg,6.83153,0.0568238740077259
+1978,Mali,OilcropsPulses,6.83153,0.031339392493336
 1978,Mali,Starchy Roots,6.83153,0.00398812564681704
+1978,Mali,Sugar,6.83153,0.00310867404519925
 1979,Mali,Ruminants,6.956779,0.329296330960061
 1979,Mali,Cereals,6.956779,0.144363936241183
 1979,Mali,Monogastrics,6.956779,0.0077421749346932
-1979,Mali,Oilcrops,6.956779,0.024469082602739
-1979,Mali,Pulses,6.956779,0.00403361958170584
+1979,Mali,FruitVeg,6.956779,0.0578235991110254
+1979,Mali,OilcropsPulses,6.956779,0.0285027021844448
 1979,Mali,Starchy Roots,6.956779,0.00365902093483205
+1979,Mali,Sugar,6.956779,0.00457323712597454
 1980,Mali,Ruminants,7.090125,0.32919759524691
 1980,Mali,Cereals,7.090125,0.131825884593008
 1980,Mali,Monogastrics,7.090125,0.00783280971774123
-1980,Mali,Oilcrops,7.090125,0.02629050968777
-1980,Mali,Pulses,7.090125,0.00398794097424234
+1980,Mali,FruitVeg,7.090125,0.0600219319123429
+1980,Mali,OilcropsPulses,7.090125,0.0302784506620123
 1980,Mali,Starchy Roots,7.090125,0.00359965444896952
+1980,Mali,Sugar,7.090125,0.00612274113643977
 1981,Mali,Ruminants,7.233877,0.346955996072369
 1981,Mali,Cereals,7.233877,0.122182613832112
 1981,Mali,Monogastrics,7.233877,0.00850619937275682
-1981,Mali,Oilcrops,7.233877,0.0267864659573283
-1981,Mali,Pulses,7.233877,0.00343633158263543
+1981,Mali,FruitVeg,7.233877,0.0637272378283457
+1981,Mali,OilcropsPulses,7.233877,0.0302227975399637
 1981,Mali,Starchy Roots,7.233877,0.0034913504888181
+1981,Mali,Sugar,7.233877,0.0041434212940032
 1982,Mali,Ruminants,7.386669,0.342379521811523
 1982,Mali,Cereals,7.386669,0.149492822813639
 1982,Mali,Monogastrics,7.386669,0.00896770926110267
-1982,Mali,Oilcrops,7.386669,0.0265093779076875
-1982,Mali,Pulses,7.386669,0.00391340129089309
+1982,Mali,FruitVeg,7.386669,0.0659664051550164
+1982,Mali,OilcropsPulses,7.386669,0.0304227791985806
 1982,Mali,Starchy Roots,7.386669,0.00340654224522583
+1982,Mali,Sugar,7.386669,0.00303804055657564
 1983,Mali,Ruminants,7.542377,0.320284507125539
 1983,Mali,Cereals,7.542377,0.148727251369164
 1983,Mali,Monogastrics,7.542377,0.00978623847627877
-1983,Mali,Oilcrops,7.542377,0.0237978027351324
-1983,Mali,Pulses,7.542377,0.00191358771909704
+1983,Mali,FruitVeg,7.542377,0.0663212671549036
+1983,Mali,OilcropsPulses,7.542377,0.0257113904542295
 1983,Mali,Starchy Roots,7.542377,0.0039887955746577
+1983,Mali,Sugar,7.542377,0.00281622093406362
 1984,Mali,Ruminants,7.692537,0.333158774536931
 1984,Mali,Cereals,7.692537,0.161142546340694
 1984,Mali,Monogastrics,7.692537,0.0105587142447284
-1984,Mali,Oilcrops,7.692537,0.0225051891203123
-1984,Mali,Pulses,7.692537,0.0060485896915413
+1984,Mali,FruitVeg,7.692537,0.0647558796272283
+1984,Mali,OilcropsPulses,7.692537,0.0285537788118536
 1984,Mali,Starchy Roots,7.692537,0.00306881851851996
+1984,Mali,Sugar,7.692537,0.00440036882500533
 1985,Mali,Ruminants,7.831891,0.309875188508114
 1985,Mali,Cereals,7.831891,0.188762075468109
 1985,Mali,Monogastrics,7.831891,0.0118292504326222
-1985,Mali,Oilcrops,7.831891,0.0265571877851722
-1985,Mali,Pulses,7.831891,0.00428108613871158
+1985,Mali,FruitVeg,7.831891,0.0669521575313037
+1985,Mali,OilcropsPulses,7.831891,0.0308382739238838
 1985,Mali,Starchy Roots,7.831891,0.00305060425381303
+1985,Mali,Sugar,7.831891,0.00447937796887112
 1986,Mali,Ruminants,7.95739,0.339589350276912
 1986,Mali,Cereals,7.95739,0.196666997595945
 1986,Mali,Monogastrics,7.95739,0.0127320138889762
-1986,Mali,Oilcrops,7.95739,0.0286668116053128
-1986,Mali,Pulses,7.95739,0.00556551834206945
+1986,Mali,FruitVeg,7.95739,0.0684243200345842
+1986,Mali,OilcropsPulses,7.95739,0.0342323299473822
 1986,Mali,Starchy Roots,7.95739,0.00372433674860727
+1986,Mali,Sugar,7.95739,0.0061815494779067
 1987,Mali,Ruminants,8.073178,0.328843548352334
 1987,Mali,Cereals,8.073178,0.198646059829227
 1987,Mali,Monogastrics,8.073178,0.0128975602916225
-1987,Mali,Oilcrops,8.073178,0.0259885264514173
-1987,Mali,Pulses,8.073178,0.00453489319819283
+1987,Mali,FruitVeg,8.073178,0.0693171883488757
+1987,Mali,OilcropsPulses,8.073178,0.0305234196496101
 1987,Mali,Starchy Roots,8.073178,0.00263031485246578
+1987,Mali,Sugar,8.073178,0.00552483792627884
 1988,Mali,Ruminants,8.189984,0.348647128004157
 1988,Mali,Cereals,8.189984,0.204421522679409
 1988,Mali,Monogastrics,8.189984,0.0127784742925017
-1988,Mali,Oilcrops,8.189984,0.0387855458569882
-1988,Mali,Pulses,8.189984,0.00586948643611514
+1988,Mali,FruitVeg,8.189984,0.0703379884502827
+1988,Mali,OilcropsPulses,8.189984,0.0446550322931034
 1988,Mali,Starchy Roots,8.189984,0.00226520589051212
+1988,Mali,Sugar,8.189984,0.00595483458819944
 1989,Mali,Ruminants,8.322726,0.360800187342464
 1989,Mali,Cereals,8.322726,0.202993346170474
 1989,Mali,Monogastrics,8.322726,0.0126342258534043
-1989,Mali,Oilcrops,8.322726,0.0356853031086209
-1989,Mali,Pulses,8.322726,0.00402572426390103
+1989,Mali,FruitVeg,8.322726,0.070712648716298
+1989,Mali,OilcropsPulses,8.322726,0.0397110273725219
 1989,Mali,Starchy Roots,8.322726,0.00214472998390191
+1989,Mali,Sugar,8.322726,0.00942311449397709
 1990,Mali,Ruminants,8.482075,0.378380243041944
 1990,Mali,Cereals,8.482075,0.199086780062662
 1990,Mali,Monogastrics,8.482075,0.0125438645614428
-1990,Mali,Oilcrops,8.482075,0.0388244621746448
-1990,Mali,Pulses,8.482075,0.00528608860449831
+1990,Mali,FruitVeg,8.482075,0.0732393901256473
+1990,Mali,OilcropsPulses,8.482075,0.0441105507791431
 1990,Mali,Starchy Roots,8.482075,0.00607481070374879
+1990,Mali,Sugar,8.482075,0.00863467960375262
 1991,Mali,Ruminants,8.672581,0.362598804208344
 1991,Mali,Cereals,8.672581,0.186917827576358
 1991,Mali,Monogastrics,8.672581,0.01259852170882
-1991,Mali,Oilcrops,8.672581,0.0398518042091507
-1991,Mali,Pulses,8.672581,0.00804397214623882
+1991,Mali,FruitVeg,8.672581,0.079210329658495
+1991,Mali,OilcropsPulses,8.672581,0.0478957763553895
 1991,Mali,Starchy Roots,8.672581,0.00733576313671789
+1991,Mali,Sugar,8.672581,0.0108516714920276
 1992,Mali,Ruminants,8.891141,0.295001350220405
 1992,Mali,Cereals,8.891141,0.195979233711399
 1992,Mali,Monogastrics,8.891141,0.0122481692732125
-1992,Mali,Oilcrops,8.891141,0.0358123889835961
-1992,Mali,Pulses,8.891141,0.0108105360155688
+1992,Mali,FruitVeg,8.891141,0.0728322720334769
+1992,Mali,OilcropsPulses,8.891141,0.0466229249991649
 1992,Mali,Starchy Roots,8.891141,0.00531900236426348
+1992,Mali,Sugar,8.891141,0.00924493268074368
 1993,Mali,Ruminants,9.131449,0.289504962465431
 1993,Mali,Cereals,9.131449,0.197431864318576
 1993,Mali,Monogastrics,9.131449,0.0119591315682757
-1993,Mali,Oilcrops,9.131449,0.0345674602135981
-1993,Mali,Pulses,9.131449,0.00865021531632055
+1993,Mali,FruitVeg,9.131449,0.0706532993832633
+1993,Mali,OilcropsPulses,9.131449,0.0432176755299186
 1993,Mali,Starchy Roots,9.131449,0.00962245969944091
+1993,Mali,Sugar,9.131449,0.00774422547834413
 1994,Mali,Ruminants,9.383608,0.30211235379824
 1994,Mali,Cereals,9.383608,0.183516191213444
 1994,Mali,Monogastrics,9.383608,0.0114096304960736
-1994,Mali,Oilcrops,9.383608,0.0416894013475414
-1994,Mali,Pulses,9.383608,0.00960121096277679
+1994,Mali,FruitVeg,9.383608,0.0708674104885882
+1994,Mali,OilcropsPulses,9.383608,0.0512906123103182
 1994,Mali,Starchy Roots,9.383608,0.00671671280385967
+1994,Mali,Sugar,9.383608,0.0117713783440229
 1995,Mali,Ruminants,9.640643,0.288947687410477
 1995,Mali,Cereals,9.640643,0.197094114987973
 1995,Mali,Monogastrics,9.640643,0.0116307179925654
-1995,Mali,Oilcrops,9.640643,0.0342826718093389
-1995,Mali,Pulses,9.640643,0.00774336317608691
+1995,Mali,FruitVeg,9.640643,0.0749312053148322
+1995,Mali,OilcropsPulses,9.640643,0.0420260349854258
 1995,Mali,Starchy Roots,9.640643,0.00653307046013425
+1995,Mali,Sugar,9.640643,0.00919668947392824
 1996,Mali,Ruminants,9.901045,0.287813003576895
 1996,Mali,Cereals,9.901045,0.19968609374061
 1996,Mali,Monogastrics,9.901045,0.0113587808155604
-1996,Mali,Oilcrops,9.901045,0.0340982189253761
-1996,Mali,Pulses,9.901045,0.00821044647307431
+1996,Mali,FruitVeg,9.901045,0.0783185007239135
+1996,Mali,OilcropsPulses,9.901045,0.0423086653984504
 1996,Mali,Starchy Roots,9.901045,0.00920508895778173
+1996,Mali,Sugar,9.901045,0.0135049381151182
 1997,Mali,Ruminants,10.168,0.326366817466562
 1997,Mali,Cereals,10.168,0.193333300550747
 1997,Mali,Monogastrics,10.168,0.0111518981117231
-1997,Mali,Oilcrops,10.168,0.0380255704169945
-1997,Mali,Pulses,10.168,0.00992850118017309
+1997,Mali,FruitVeg,10.168,0.0803074350904799
+1997,Mali,OilcropsPulses,10.168,0.0479540715971676
 1997,Mali,Starchy Roots,10.168,0.00898190401258851
+1997,Mali,Sugar,10.168,0.0096801730920535
 1998,Mali,Ruminants,10.444822,0.337776335489489
 1998,Mali,Cereals,10.444822,0.196897658954839
 1998,Mali,Monogastrics,10.444822,0.0118000766312724
-1998,Mali,Oilcrops,10.444822,0.036084961524476
-1998,Mali,Pulses,10.444822,0.0114367674240882
+1998,Mali,FruitVeg,10.444822,0.0791847864903777
+1998,Mali,OilcropsPulses,10.444822,0.0475217289485642
 1998,Mali,Starchy Roots,10.444822,0.00933237541051442
+1998,Mali,Sugar,10.444822,0.0130827504767434
 1999,Mali,Ruminants,10.736542,0.338148241770954
 1999,Mali,Cereals,10.736542,0.197765910104017
 1999,Mali,Monogastrics,10.736542,0.0115987717460613
-1999,Mali,Oilcrops,10.736542,0.0382750796299218
-1999,Mali,Pulses,10.736542,0.0126944038406407
+1999,Mali,FruitVeg,10.736542,0.0737387326384976
+1999,Mali,OilcropsPulses,10.736542,0.0509694834705625
 1999,Mali,Starchy Roots,10.736542,0.0152497889916511
+1999,Mali,Sugar,10.736542,0.0128518102010871
 2000,Mali,Ruminants,11.046926,0.300916716559883
 2000,Mali,Cereals,11.046926,0.202210189513354
 2000,Mali,Monogastrics,11.046926,0.0113031353699663
-2000,Mali,Oilcrops,11.046926,0.0374983049583205
-2000,Mali,Pulses,11.046926,0.0106284770985159
+2000,Mali,FruitVeg,11.046926,0.0773544604173143
+2000,Mali,OilcropsPulses,11.046926,0.0481267820568364
 2000,Mali,Starchy Roots,11.046926,0.0123281354469108
+2000,Mali,Sugar,11.046926,0.012983521388665
 2001,Mali,Ruminants,11.376094,0.327870058035737
 2001,Mali,Cereals,11.376094,0.201880540016635
 2001,Mali,Monogastrics,11.376094,0.0106351090277559
-2001,Mali,Oilcrops,11.376094,0.0364155746251745
-2001,Mali,Pulses,11.376094,0.00992273798018898
+2001,Mali,FruitVeg,11.376094,0.0764709750112824
+2001,Mali,OilcropsPulses,11.376094,0.0463383126053635
 2001,Mali,Starchy Roots,11.376094,0.0164764812948979
+2001,Mali,Sugar,11.376094,0.0127857593300477
 2002,Mali,Ruminants,11.723017,0.358063397843746
 2002,Mali,Cereals,11.723017,0.198491821687199
 2002,Mali,Monogastrics,11.723017,0.0113922124313221
-2002,Mali,Oilcrops,11.723017,0.0363420952132032
-2002,Mali,Pulses,11.723017,0.00988465682511592
+2002,Mali,FruitVeg,11.723017,0.0796857157163553
+2002,Mali,OilcropsPulses,11.723017,0.0462267520383191
 2002,Mali,Starchy Roots,11.723017,0.0187381797706171
+2002,Mali,Sugar,11.723017,0.0133973191372153
 2003,Mali,Ruminants,12.088867,0.385906445988694
 2003,Mali,Cereals,12.088867,0.199351932650099
 2003,Mali,Monogastrics,12.088867,0.011423957265805
-2003,Mali,Oilcrops,12.088867,0.0381134973194758
-2003,Mali,Pulses,12.088867,0.0105444124747174
+2003,Mali,FruitVeg,12.088867,0.0785990118015195
+2003,Mali,OilcropsPulses,12.088867,0.0486579097941933
 2003,Mali,Starchy Roots,12.088867,0.0182029465623205
+2003,Mali,Sugar,12.088867,0.0124578258657325
 2004,Mali,Ruminants,12.474857,0.354856572704601
 2004,Mali,Cereals,12.474857,0.204957539793843
 2004,Mali,Monogastrics,12.474857,0.0114815103692171
-2004,Mali,Oilcrops,12.474857,0.03877375107386
-2004,Mali,Pulses,12.474857,0.0108543929601758
+2004,Mali,FruitVeg,12.474857,0.0774503467254174
+2004,Mali,OilcropsPulses,12.474857,0.0496281440340358
 2004,Mali,Starchy Roots,12.474857,0.013509894341875
+2004,Mali,Sugar,12.474857,0.0120262701207717
 2005,Mali,Ruminants,12.881384,0.40797328920557
 2005,Mali,Cereals,12.881384,0.204701140809093
 2005,Mali,Monogastrics,12.881384,0.0109639538732795
-2005,Mali,Oilcrops,12.881384,0.0385134081865737
-2005,Mali,Pulses,12.881384,0.0094710319946987
+2005,Mali,FruitVeg,12.881384,0.077720608282464
+2005,Mali,OilcropsPulses,12.881384,0.0479844401812724
 2005,Mali,Starchy Roots,12.881384,0.0242904023356496
+2005,Mali,Sugar,12.881384,0.0118956161853416
 2006,Mali,Ruminants,13.309942,0.40171188574676
 2006,Mali,Cereals,13.309942,0.208320366835558
 2006,Mali,Monogastrics,13.309942,0.0106145391166994
-2006,Mali,Oilcrops,13.309942,0.0290310806763846
-2006,Mali,Pulses,13.309942,0.0074953745102721
+2006,Mali,FruitVeg,13.309942,0.0650092990638126
+2006,Mali,OilcropsPulses,13.309942,0.0365264551866567
 2006,Mali,Starchy Roots,13.309942,0.0327491284334673
+2006,Mali,Sugar,13.309942,0.0126960733562926
 2007,Mali,Ruminants,13.759226,0.432101326048427
 2007,Mali,Cereals,13.759226,0.208964297846405
 2007,Mali,Monogastrics,13.759226,0.010189686541961
-2007,Mali,Oilcrops,13.759226,0.0327788060171408
-2007,Mali,Pulses,13.759226,0.00702924713933763
+2007,Mali,FruitVeg,13.759226,0.0838788460920694
+2007,Mali,OilcropsPulses,13.759226,0.0398080531564784
 2007,Mali,Starchy Roots,13.759226,0.040055378115019
+2007,Mali,Sugar,13.759226,0.0123186435050925
 2008,Mali,Ruminants,14.223403,0.464323551825115
 2008,Mali,Cereals,14.223403,0.213403149724437
 2008,Mali,Monogastrics,14.223403,0.0115322331793594
-2008,Mali,Oilcrops,14.223403,0.0300813384813747
-2008,Mali,Pulses,14.223403,0.0071314157378512
+2008,Mali,FruitVeg,14.223403,0.057882210044952
+2008,Mali,OilcropsPulses,14.223403,0.0372127542192259
 2008,Mali,Starchy Roots,14.223403,0.0443201250783656
+2008,Mali,Sugar,14.223403,0.0124412561466479
 2009,Mali,Ruminants,14.694565,0.476432817167436
 2009,Mali,Cereals,14.694565,0.22154075333295
 2009,Mali,Monogastrics,14.694565,0.0114128182766894
-2009,Mali,Oilcrops,14.694565,0.0303908962259175
-2009,Mali,Pulses,14.694565,0.00942178281561924
+2009,Mali,FruitVeg,14.694565,0.0908845549357875
+2009,Mali,OilcropsPulses,14.694565,0.0398126790415368
 2009,Mali,Starchy Roots,14.694565,0.0297730487428515
+2009,Mali,Sugar,14.694565,0.0117097716060326
 2010,Mali,Ruminants,15.167286,0.484390331928863
 2010,Mali,Cereals,15.167286,0.222518056295635
 2010,Mali,Monogastrics,15.167286,0.0114997699654375
-2010,Mali,Oilcrops,15.167286,0.0271763847533435
-2010,Mali,Pulses,15.167286,0.0101765734489348
+2010,Mali,FruitVeg,15.167286,0.081730047155437
+2010,Mali,OilcropsPulses,15.167286,0.0373529582022782
 2010,Mali,Starchy Roots,15.167286,0.0266071992049204
+2010,Mali,Sugar,15.167286,0.00989511241496996
 2011,Mali,Ruminants,15.639115,0.487539761680888
 2011,Mali,Cereals,15.639115,0.22524823175736
 2011,Mali,Monogastrics,15.639115,0.011566050892266
-2011,Mali,Oilcrops,15.639115,0.0290033035756819
-2011,Mali,Pulses,15.639115,0.0101934156760149
+2011,Mali,FruitVeg,15.639115,0.0828075629599245
+2011,Mali,OilcropsPulses,15.639115,0.0391967192516968
 2011,Mali,Starchy Roots,15.639115,0.0310114734753213
+2011,Mali,Sugar,15.639115,0.00854568816713733
 1961,Malta,Ruminants,0.32525,0.646443043812452
 1961,Malta,Cereals,0.32525,0.162352036894696
 1961,Malta,Monogastrics,0.32525,0.0861946195234435
-1961,Malta,Oilcrops,0.32525,0.00598308993082244
-1961,Malta,Pulses,0.32525,0.0117355880092237
+1961,Malta,FruitVeg,0.32525,0.1331714066103
+1961,Malta,OilcropsPulses,0.32525,0.0177186779400461
 1961,Malta,Starchy Roots,0.32525,0.045119139123751
+1961,Malta,Sugar,0.32525,0.0352836279784781
 1962,Malta,Ruminants,0.3239,0.636587527014511
 1962,Malta,Cereals,0.3239,0.161469589379438
 1962,Malta,Monogastrics,0.3239,0.0727175054029021
-1962,Malta,Oilcrops,0.3239,0.00648656992899043
-1962,Malta,Pulses,0.3239,0.0100339610991047
+1962,Malta,FruitVeg,0.3239,0.130673047236801
+1962,Malta,OilcropsPulses,0.3239,0.0165205310280951
 1962,Malta,Starchy Roots,0.3239,0.0570392096326026
+1962,Malta,Sugar,0.3239,0.0384501389317691
 1963,Malta,Ruminants,0.32255,0.680346302898775
 1963,Malta,Cereals,0.32255,0.164830258874593
 1963,Malta,Monogastrics,0.32255,0.0891700511548597
-1963,Malta,Oilcrops,0.32255,0.00683304913966827
-1963,Malta,Pulses,0.32255,0.0117284141993489
+1963,Malta,FruitVeg,0.32255,0.14035343357619
+1963,Malta,OilcropsPulses,0.32255,0.0185614633390172
 1963,Malta,Starchy Roots,0.32255,0.0348938149124167
+1963,Malta,Sugar,0.32255,0.0414540381336227
 1964,Malta,Ruminants,0.32125,0.65763392996109
 1964,Malta,Cereals,0.32125,0.167769649805447
 1964,Malta,Monogastrics,0.32125,0.0883505058365759
-1964,Malta,Oilcrops,0.32125,0.00789416342412451
-1964,Malta,Pulses,0.32125,0.012672373540856
+1964,Malta,FruitVeg,0.32125,0.142163424124514
+1964,Malta,OilcropsPulses,0.32125,0.0205665369649806
 1964,Malta,Starchy Roots,0.32125,0.0320933852140078
+1964,Malta,Sugar,0.32125,0.0395642023346304
 1965,Malta,Ruminants,0.3188,0.69205834378921
 1965,Malta,Cereals,0.3188,0.165100376411543
 1965,Malta,Monogastrics,0.3188,0.0875953575909661
-1965,Malta,Oilcrops,0.3188,0.00814930991217064
-1965,Malta,Pulses,0.3188,0.0151411543287327
+1965,Malta,FruitVeg,0.3188,0.127007528230866
+1965,Malta,OilcropsPulses,0.3188,0.0232904642409034
 1965,Malta,Starchy Roots,0.3188,0.0174968632371393
+1965,Malta,Sugar,0.3188,0.0481712672521957
 1966,Malta,Ruminants,0.3152,0.696044416243655
 1966,Malta,Cereals,0.3152,0.155304568527919
 1966,Malta,Monogastrics,0.3152,0.0875717005076142
-1966,Malta,Oilcrops,0.3152,0.00818527918781726
-1966,Malta,Pulses,0.3152,0.0165450507614213
+1966,Malta,FruitVeg,0.3152,0.131710025380711
+1966,Malta,OilcropsPulses,0.3152,0.0247303299492386
 1966,Malta,Starchy Roots,0.3152,0.0158185279187817
+1966,Malta,Sugar,0.3152,0.0488039340101523
 1967,Malta,Ruminants,0.31155,0.774399935804847
 1967,Malta,Cereals,0.31155,0.156947520462205
 1967,Malta,Monogastrics,0.31155,0.0979226448403145
-1967,Malta,Oilcrops,0.31155,0.00832611137859092
-1967,Malta,Pulses,0.31155,0.0110929224843524
+1967,Malta,FruitVeg,0.31155,0.147270101107366
+1967,Malta,OilcropsPulses,0.31155,0.0194190338629433
 1967,Malta,Starchy Roots,0.31155,0.0144599582731504
+1967,Malta,Sugar,0.31155,0.0513625421280693
 1968,Malta,Ruminants,0.3079,0.821036050665801
 1968,Malta,Cereals,0.3079,0.157931146476129
 1968,Malta,Monogastrics,0.3079,0.113760961351088
-1968,Malta,Oilcrops,0.3079,0.00999350438454043
-1968,Malta,Pulses,0.3079,0.0137025008119519
+1968,Malta,FruitVeg,0.3079,0.148080545631699
+1968,Malta,OilcropsPulses,0.3079,0.0236960051964924
 1968,Malta,Starchy Roots,0.3079,0.0111334848976941
+1968,Malta,Sugar,0.3079,0.052000649561546
 1969,Malta,Ruminants,0.3043,0.887497863950049
 1969,Malta,Cereals,0.3043,0.171334209661518
 1969,Malta,Monogastrics,0.3043,0.127713112060467
-1969,Malta,Oilcrops,0.3043,0.0104370686822215
-1969,Malta,Pulses,0.3043,0.011107459743674
+1969,Malta,FruitVeg,0.3043,0.183687150837989
+1969,Malta,OilcropsPulses,0.3043,0.0215445284258955
 1969,Malta,Starchy Roots,0.3043,0.0163818600065725
+1969,Malta,Sugar,0.3043,0.0509398619783109
 1970,Malta,Ruminants,0.30265,0.848096811498431
 1970,Malta,Cereals,0.30265,0.171802412027094
 1970,Malta,Monogastrics,0.30265,0.153250619527507
-1970,Malta,Oilcrops,0.30265,0.0100743433008426
-1970,Malta,Pulses,0.30265,0.0107516933751859
+1970,Malta,FruitVeg,0.30265,0.151848670080952
+1970,Malta,OilcropsPulses,0.30265,0.0208260366760284
 1970,Malta,Starchy Roots,0.30265,0.0144060796299356
+1970,Malta,Sugar,0.30265,0.0510259375516273
 1971,Malta,Ruminants,0.3027,0.906147010241163
 1971,Malta,Cereals,0.3027,0.173719854641559
 1971,Malta,Monogastrics,0.3027,0.158901883052527
-1971,Malta,Oilcrops,0.3027,0.0111166171126528
-1971,Malta,Pulses,0.3027,0.0103799141063759
+1971,Malta,FruitVeg,0.3027,0.17414932276181
+1971,Malta,OilcropsPulses,0.3027,0.0214965312190287
 1971,Malta,Starchy Roots,0.3027,0.0206210769739016
+1971,Malta,Sugar,0.3027,0.0517376940865543
 1972,Malta,Ruminants,0.30245,0.89453694825591
 1972,Malta,Cereals,0.30245,0.172997189618119
 1972,Malta,Monogastrics,0.30245,0.145923954372624
-1972,Malta,Oilcrops,0.30245,0.0124880145478592
-1972,Malta,Pulses,0.30245,0.0116482063150934
+1972,Malta,FruitVeg,0.30245,0.184642089601587
+1972,Malta,OilcropsPulses,0.30245,0.0241362208629526
 1972,Malta,Starchy Roots,0.30245,0.0253628698958506
+1972,Malta,Sugar,0.30245,0.050401719292445
 1973,Malta,Ruminants,0.3022,0.731079417604236
 1973,Malta,Cereals,0.3022,0.170400397088021
 1973,Malta,Monogastrics,0.3022,0.170538054268696
-1973,Malta,Oilcrops,0.3022,0.00958305757776307
-1973,Malta,Pulses,0.3022,0.0112508272667108
+1973,Malta,FruitVeg,0.3022,0.182131039046989
+1973,Malta,OilcropsPulses,0.3022,0.0208338848444739
 1973,Malta,Starchy Roots,0.3022,0.0338583719391132
+1973,Malta,Sugar,0.3022,0.0528888153540701
 1974,Malta,Ruminants,0.301996,0.751694724433436
 1974,Malta,Cereals,0.301996,0.177823547331753
 1974,Malta,Monogastrics,0.301996,0.165942595266162
-1974,Malta,Oilcrops,0.301996,0.00759281579888475
-1974,Malta,Pulses,0.301996,0.00487423674485755
+1974,Malta,FruitVeg,0.301996,0.188966079020914
+1974,Malta,OilcropsPulses,0.301996,0.0124670525437423
 1974,Malta,Starchy Roots,0.301996,0.0426628167260494
+1974,Malta,Sugar,0.301996,0.0519576418230705
 1975,Malta,Ruminants,0.304222,0.86844113837921
 1975,Malta,Cereals,0.304222,0.188865368053592
 1975,Malta,Monogastrics,0.304222,0.151005844416249
-1975,Malta,Oilcrops,0.304222,0.0113404027322153
-1975,Malta,Pulses,0.304222,0.00496348061612901
+1975,Malta,FruitVeg,0.304222,0.203588169165938
+1975,Malta,OilcropsPulses,0.304222,0.0163038833483443
 1975,Malta,Starchy Roots,0.304222,0.0277297499852082
+1975,Malta,Sugar,0.304222,0.0502067569077844
 1976,Malta,Ruminants,0.305774,1.11632185862761
 1976,Malta,Cereals,0.305774,0.184279892992864
 1976,Malta,Monogastrics,0.305774,0.16287388725006
-1976,Malta,Oilcrops,0.305774,0.0114103880643874
-1976,Malta,Pulses,0.305774,0.00384270735902987
+1976,Malta,FruitVeg,0.305774,0.218756336379156
+1976,Malta,OilcropsPulses,0.305774,0.0152530954234173
 1976,Malta,Starchy Roots,0.305774,0.0264476377978507
+1976,Malta,Sugar,0.305774,0.0534839456592124
 1977,Malta,Ruminants,0.30697,1.04102550737857
 1977,Malta,Cereals,0.30697,0.171449978825292
 1977,Malta,Monogastrics,0.30697,0.189496693487963
-1977,Malta,Oilcrops,0.30697,0.0127536892855979
-1977,Malta,Pulses,0.30697,0.00384402384597843
+1977,Malta,FruitVeg,0.30697,0.19869694106916
+1977,Malta,OilcropsPulses,0.30697,0.0165977131315764
 1977,Malta,Starchy Roots,0.30697,0.036189204156758
+1977,Malta,Sugar,0.30697,0.0534221585171189
 1978,Malta,Ruminants,0.310182,1.21831408656853
 1978,Malta,Cereals,0.310182,0.169113617166696
 1978,Malta,Monogastrics,0.310182,0.1749924238028
-1978,Malta,Oilcrops,0.310182,0.0120477655054129
-1978,Malta,Pulses,0.310182,0.00320779413376663
+1978,Malta,FruitVeg,0.310182,0.179729964988297
+1978,Malta,OilcropsPulses,0.310182,0.0152555596391796
 1978,Malta,Starchy Roots,0.310182,0.030208071390345
+1978,Malta,Sugar,0.310182,0.056902076845207
 1979,Malta,Ruminants,0.313342,0.969215425956303
 1979,Malta,Cereals,0.313342,0.168553848510573
 1979,Malta,Monogastrics,0.313342,0.173586688027778
-1979,Malta,Oilcrops,0.313342,0.0116230827657958
-1979,Malta,Pulses,0.313342,0.00356479501630806
+1979,Malta,FruitVeg,0.313342,0.190328778140179
+1979,Malta,OilcropsPulses,0.313342,0.0151878777821039
 1979,Malta,Starchy Roots,0.313342,0.0308991453427884
+1979,Malta,Sugar,0.313342,0.0546367866420716
 1980,Malta,Ruminants,0.316645,1.08773358177138
 1980,Malta,Cereals,0.316645,0.169751614584156
 1980,Malta,Monogastrics,0.316645,0.187327132909094
-1980,Malta,Oilcrops,0.316645,0.0103112318211246
-1980,Malta,Pulses,0.316645,0.0049171785437951
+1980,Malta,FruitVeg,0.316645,0.219959260370446
+1980,Malta,OilcropsPulses,0.316645,0.0152284103649197
 1980,Malta,Starchy Roots,0.316645,0.0279492807402612
+1980,Malta,Sugar,0.316645,0.0548816497970914
 1981,Malta,Ruminants,0.318982,0.891769755033199
 1981,Malta,Cereals,0.318982,0.173458063464396
 1981,Malta,Monogastrics,0.318982,0.182978036378228
-1981,Malta,Oilcrops,0.318982,0.0107122031964186
-1981,Malta,Pulses,0.318982,0.00406606015386448
+1981,Malta,FruitVeg,0.318982,0.208002332420011
+1981,Malta,OilcropsPulses,0.318982,0.0147782633502831
 1981,Malta,Starchy Roots,0.318982,0.0409772338251061
+1981,Malta,Sugar,0.318982,0.0532098989911656
 1982,Malta,Ruminants,0.325898,1.06806976415934
 1982,Malta,Cereals,0.325898,0.159571399640378
 1982,Malta,Monogastrics,0.325898,0.172487710878864
-1982,Malta,Oilcrops,0.325898,0.0118472650952138
-1982,Malta,Pulses,0.325898,0.00340904209292478
+1982,Malta,FruitVeg,0.325898,0.205410895433541
+1982,Malta,OilcropsPulses,0.325898,0.0152563071881386
 1982,Malta,Starchy Roots,0.325898,0.0325255141179142
+1982,Malta,Sugar,0.325898,0.0542899925743638
 1983,Malta,Ruminants,0.330524,0.935547494281807
 1983,Malta,Cereals,0.330524,0.160835521777541
 1983,Malta,Monogastrics,0.330524,0.175899178274497
-1983,Malta,Oilcrops,0.330524,0.0127252483934601
-1983,Malta,Pulses,0.330524,0.00415098449734361
+1983,Malta,FruitVeg,0.330524,0.204587261439411
+1983,Malta,OilcropsPulses,0.330524,0.0168762328908037
 1983,Malta,Starchy Roots,0.330524,0.0319704469266982
+1983,Malta,Sugar,0.330524,0.0548190146555167
 1984,Malta,Ruminants,0.330593,0.900566255183867
 1984,Malta,Cereals,0.330593,0.155348116868778
 1984,Malta,Monogastrics,0.330593,0.183925854449429
-1984,Malta,Oilcrops,0.330593,0.014153354729229
-1984,Malta,Pulses,0.330593,0.00620702797699891
+1984,Malta,FruitVeg,0.330593,0.202971629768325
+1984,Malta,OilcropsPulses,0.330593,0.0203603827062279
 1984,Malta,Starchy Roots,0.330593,0.0263223964209768
+1984,Malta,Sugar,0.330593,0.0520125955480001
 1985,Malta,Ruminants,0.336452,1.13927365567748
 1985,Malta,Cereals,0.336452,0.14561958317977
 1985,Malta,Monogastrics,0.336452,0.217053844233353
-1985,Malta,Oilcrops,0.336452,0.0153810944800447
-1985,Malta,Pulses,0.336452,0.0052607801410008
+1985,Malta,FruitVeg,0.336452,0.203422776503038
+1985,Malta,OilcropsPulses,0.336452,0.0206418746210455
 1985,Malta,Starchy Roots,0.336452,0.0334431062974808
+1985,Malta,Sugar,0.336452,0.0533359884916719
 1986,Malta,Ruminants,0.342121,0.83107175531464
 1986,Malta,Cereals,0.342121,0.145527459583013
 1986,Malta,Monogastrics,0.342121,0.209041245641162
-1986,Malta,Oilcrops,0.342121,0.0142142692205389
-1986,Malta,Pulses,0.342121,0.00524960467203124
+1986,Malta,FruitVeg,0.342121,0.200733073970905
+1986,Malta,OilcropsPulses,0.342121,0.0194638738925702
 1986,Malta,Starchy Roots,0.342121,0.0247427079892786
+1986,Malta,Sugar,0.342121,0.0519699170761222
 1987,Malta,Ruminants,0.344485,1.05168004412384
 1987,Malta,Cereals,0.344485,0.147231374370437
 1987,Malta,Monogastrics,0.344485,0.220552709116507
-1987,Malta,Oilcrops,0.344485,0.0156262246541939
-1987,Malta,Pulses,0.344485,0.00509165856278212
+1987,Malta,FruitVeg,0.344485,0.213089104024849
+1987,Malta,OilcropsPulses,0.344485,0.0207178832169761
 1987,Malta,Starchy Roots,0.344485,0.0236265730002758
+1987,Malta,Sugar,0.344485,0.0551664078261753
 1988,Malta,Ruminants,0.347325,0.971014755632333
 1988,Malta,Cereals,0.347325,0.157437558482689
 1988,Malta,Monogastrics,0.347325,0.213608867775139
-1988,Malta,Oilcrops,0.347325,0.0148794356870366
-1988,Malta,Pulses,0.347325,0.00562009645145037
+1988,Malta,FruitVeg,0.347325,0.225777010005038
+1988,Malta,OilcropsPulses,0.347325,0.020499532138487
 1988,Malta,Starchy Roots,0.347325,0.0411142301878644
+1988,Malta,Sugar,0.347325,0.0547815446627798
 1989,Malta,Ruminants,0.350722,1.1148490827493
 1989,Malta,Cereals,0.350722,0.157184322625897
 1989,Malta,Monogastrics,0.350722,0.220675349707175
-1989,Malta,Oilcrops,0.350722,0.0137772936970022
-1989,Malta,Pulses,0.350722,0.00494123550846539
+1989,Malta,FruitVeg,0.350722,0.218982555984512
+1989,Malta,OilcropsPulses,0.350722,0.0187185292054676
 1989,Malta,Starchy Roots,0.350722,0.0355808874265088
+1989,Malta,Sugar,0.350722,0.0543764006820217
 1990,Malta,Ruminants,0.35417,0.918683965327385
 1990,Malta,Cereals,0.35417,0.154936894711579
 1990,Malta,Monogastrics,0.35417,0.254110455431008
-1990,Malta,Oilcrops,0.35417,0.015789027867973
-1990,Malta,Pulses,0.35417,0.00607335460372138
+1990,Malta,FruitVeg,0.35417,0.229550780698535
+1990,Malta,OilcropsPulses,0.35417,0.0218623824716944
 1990,Malta,Starchy Roots,0.35417,0.0334867436541774
+1990,Malta,Sugar,0.35417,0.050275291526668
 1991,Malta,Ruminants,0.357727,1.27519001920459
 1991,Malta,Cereals,0.357727,0.153776483184104
 1991,Malta,Monogastrics,0.357727,0.275656296561344
-1991,Malta,Oilcrops,0.357727,0.0143461354608402
-1991,Malta,Pulses,0.357727,0.00653011933681271
+1991,Malta,FruitVeg,0.357727,0.219692670667856
+1991,Malta,OilcropsPulses,0.357727,0.020876254797653
 1991,Malta,Starchy Roots,0.357727,0.0522074095609222
+1991,Malta,Sugar,0.357727,0.0507342191112217
 1992,Malta,Ruminants,0.36126,1.14177489896473
 1992,Malta,Cereals,0.36126,0.164239052206167
 1992,Malta,Monogastrics,0.36126,0.274487349831147
-1992,Malta,Oilcrops,0.36126,0.0147622211149864
-1992,Malta,Pulses,0.36126,0.00654653158390079
+1992,Malta,FruitVeg,0.36126,0.226114156009522
+1992,Malta,OilcropsPulses,0.36126,0.0213087526988872
 1992,Malta,Starchy Roots,0.36126,0.0453606820572441
+1992,Malta,Sugar,0.36126,0.0515528981896695
 1993,Malta,Ruminants,0.364704,1.08334430113188
 1993,Malta,Cereals,0.364704,0.161097766956217
 1993,Malta,Monogastrics,0.364704,0.264369735456699
-1993,Malta,Oilcrops,0.364704,0.0148805606738615
-1993,Malta,Pulses,0.364704,0.00560728700535229
+1993,Malta,FruitVeg,0.364704,0.251011779415636
+1993,Malta,OilcropsPulses,0.364704,0.0204878476792138
 1993,Malta,Starchy Roots,0.364704,0.0664045362814776
+1993,Malta,Sugar,0.364704,0.0513923620250943
 1994,Malta,Ruminants,0.367941,0.828823371138308
 1994,Malta,Cereals,0.367941,0.167589368947739
 1994,Malta,Monogastrics,0.367941,0.25553281640263
-1994,Malta,Oilcrops,0.367941,0.0115888145110221
-1994,Malta,Pulses,0.367941,0.0048730638879603
+1994,Malta,FruitVeg,0.367941,0.233069975892874
+1994,Malta,OilcropsPulses,0.367941,0.0164618783989824
 1994,Malta,Starchy Roots,0.367941,0.0793034752854398
+1994,Malta,Sugar,0.367941,0.0525491858749093
 1995,Malta,Ruminants,0.370433,1.11374283608642
 1995,Malta,Cereals,0.370433,0.169639313992004
 1995,Malta,Monogastrics,0.370433,0.281240332259815
-1995,Malta,Oilcrops,0.370433,0.0136326947113243
-1995,Malta,Pulses,0.370433,0.005652844104062
+1995,Malta,FruitVeg,0.370433,0.257884691698634
+1995,Malta,OilcropsPulses,0.370433,0.0192855388153863
 1995,Malta,Starchy Roots,0.370433,0.0643409199504364
+1995,Malta,Sugar,0.370433,0.0547872354784806
 1996,Malta,Ruminants,0.372687,1.07893460195821
 1996,Malta,Cereals,0.372687,0.169316343204888
 1996,Malta,Monogastrics,0.372687,0.279755934604641
-1996,Malta,Oilcrops,0.372687,0.0114412362116199
-1996,Malta,Pulses,0.372687,0.00657924746503098
+1996,Malta,FruitVeg,0.372687,0.308255989610585
+1996,Malta,OilcropsPulses,0.372687,0.0180204836766509
 1996,Malta,Starchy Roots,0.372687,0.0732759661592704
+1996,Malta,Sugar,0.372687,0.0553171964678135
 1997,Malta,Ruminants,0.375236,1.09461458921852
 1997,Malta,Cereals,0.375236,0.170991056295238
 1997,Malta,Monogastrics,0.375236,0.282486488503235
-1997,Malta,Oilcrops,0.375236,0.00870385570680852
-1997,Malta,Pulses,0.375236,0.00641462972635888
+1997,Malta,FruitVeg,0.375236,0.274976281593451
+1997,Malta,OilcropsPulses,0.375236,0.0151184854331674
 1997,Malta,Starchy Roots,0.375236,0.0697507701819655
+1997,Malta,Sugar,0.375236,0.0554930763572792
 1998,Malta,Ruminants,0.377516,1.00135835302345
 1998,Malta,Cereals,0.377516,0.169566323016773
 1998,Malta,Monogastrics,0.377516,0.294444738766039
-1998,Malta,Oilcrops,0.377516,0.0111412496423993
-1998,Malta,Pulses,0.377516,0.00579842973542843
+1998,Malta,FruitVeg,0.377516,0.328473495163119
+1998,Malta,OilcropsPulses,0.377516,0.0169396793778277
 1998,Malta,Starchy Roots,0.377516,0.0887670986130389
+1998,Malta,Sugar,0.377516,0.0546096059504763
 1999,Malta,Ruminants,0.37936,1.13294364192324
 1999,Malta,Cereals,0.37936,0.167305461830451
 1999,Malta,Monogastrics,0.37936,0.288095476592155
-1999,Malta,Oilcrops,0.37936,0.00943694643610291
-1999,Malta,Pulses,0.37936,0.00590995360607339
+1999,Malta,FruitVeg,0.37936,0.321799873471109
+1999,Malta,OilcropsPulses,0.37936,0.0153469000421763
 1999,Malta,Starchy Roots,0.37936,0.0892503163222269
+1999,Malta,Sugar,0.37936,0.0565505061155631
 2000,Malta,Ruminants,0.381363,1.06585353062568
 2000,Malta,Cereals,0.381363,0.17345678526758
 2000,Malta,Monogastrics,0.381363,0.270392513169867
-2000,Malta,Oilcrops,0.381363,0.0102028775733356
-2000,Malta,Pulses,0.381363,0.00576615980050503
+2000,Malta,FruitVeg,0.381363,0.316540933441367
+2000,Malta,OilcropsPulses,0.381363,0.0159690373738407
 2000,Malta,Starchy Roots,0.381363,0.0868568791413955
+2000,Malta,Sugar,0.381363,0.0527450224589171
 2001,Malta,Ruminants,0.393028,0.794015439103575
 2001,Malta,Cereals,0.393028,0.168557965335803
 2001,Malta,Monogastrics,0.393028,0.308531453229795
-2001,Malta,Oilcrops,0.393028,0.00960491364482938
-2001,Malta,Pulses,0.393028,0.00546271512462216
+2001,Malta,FruitVeg,0.393028,0.304591530374426
+2001,Malta,OilcropsPulses,0.393028,0.0150676287694515
 2001,Malta,Starchy Roots,0.393028,0.0750302777410261
+2001,Malta,Sugar,0.393028,0.0538205929348545
 2002,Malta,Ruminants,0.395969,0.890972273081984
 2002,Malta,Cereals,0.395969,0.170235548742452
 2002,Malta,Monogastrics,0.395969,0.281376319863424
-2002,Malta,Oilcrops,0.395969,0.00976339056845359
-2002,Malta,Pulses,0.395969,0.00591460442610406
+2002,Malta,FruitVeg,0.395969,0.297816243190755
+2002,Malta,OilcropsPulses,0.395969,0.0156779949945577
 2002,Malta,Starchy Roots,0.395969,0.0759301864539901
+2002,Malta,Sugar,0.395969,0.0543249597822052
 2003,Malta,Ruminants,0.398582,0.861851011836962
 2003,Malta,Cereals,0.398582,0.170915896854349
 2003,Malta,Monogastrics,0.398582,0.315523781806504
-2003,Malta,Oilcrops,0.398582,0.00963164417861318
-2003,Malta,Pulses,0.398582,0.00549447792424144
+2003,Malta,FruitVeg,0.398582,0.305277207701301
+2003,Malta,OilcropsPulses,0.398582,0.0151261221028546
 2003,Malta,Starchy Roots,0.398582,0.0710142455002986
+2003,Malta,Sugar,0.398582,0.0556347251004812
 2004,Malta,Ruminants,0.401268,0.868881894394768
 2004,Malta,Cereals,0.401268,0.165525284847035
 2004,Malta,Monogastrics,0.401268,0.326694877239152
-2004,Malta,Oilcrops,0.401268,0.00938275666138341
-2004,Malta,Pulses,0.401268,0.00559476459622995
+2004,Malta,FruitVeg,0.401268,0.33823778621769
+2004,Malta,OilcropsPulses,0.401268,0.0149775212576134
 2004,Malta,Starchy Roots,0.401268,0.0689738528863503
+2004,Malta,Sugar,0.401268,0.0562217769670146
 2005,Malta,Ruminants,0.403834,0.860087808356899
 2005,Malta,Cereals,0.403834,0.164745910448353
 2005,Malta,Monogastrics,0.403834,0.31604000653734
-2005,Malta,Oilcrops,0.403834,0.00918941941490811
-2005,Malta,Pulses,0.403834,0.0052199666199478
+2005,Malta,FruitVeg,0.403834,0.331143489651689
+2005,Malta,OilcropsPulses,0.403834,0.0144093860348559
 2005,Malta,Starchy Roots,0.403834,0.0707716536992923
+2005,Malta,Sugar,0.403834,0.055901682374441
 2006,Malta,Ruminants,0.405308,0.869314694010481
 2006,Malta,Cereals,0.405308,0.165496363259546
 2006,Malta,Monogastrics,0.405308,0.325926702655758
-2006,Malta,Oilcrops,0.405308,0.00977774926722394
-2006,Malta,Pulses,0.405308,0.00534408400525033
+2006,Malta,FruitVeg,0.405308,0.331515785526069
+2006,Malta,OilcropsPulses,0.405308,0.0151218332724743
 2006,Malta,Starchy Roots,0.405308,0.0630162740434435
+2006,Malta,Sugar,0.405308,0.0512277083107168
 2007,Malta,Ruminants,0.406724,0.85200061958478
 2007,Malta,Cereals,0.406724,0.173218202023977
 2007,Malta,Monogastrics,0.406724,0.380847454293329
-2007,Malta,Oilcrops,0.406724,0.00942899853463282
-2007,Malta,Pulses,0.406724,0.00531318535419597
+2007,Malta,FruitVeg,0.406724,0.320723635684149
+2007,Malta,OilcropsPulses,0.406724,0.0147421838888288
 2007,Malta,Starchy Roots,0.406724,0.0624723399651852
+2007,Malta,Sugar,0.406724,0.0515558462249585
 2008,Malta,Ruminants,0.409379,0.85827289626483
 2008,Malta,Cereals,0.409379,0.14494148454122
 2008,Malta,Monogastrics,0.409379,0.339630024989069
-2008,Malta,Oilcrops,0.409379,0.0102667699124772
-2008,Malta,Pulses,0.409379,0.00510529362766532
+2008,Malta,FruitVeg,0.409379,0.323638975130625
+2008,Malta,OilcropsPulses,0.409379,0.0153720635401425
 2008,Malta,Starchy Roots,0.409379,0.0710295349785895
+2008,Malta,Sugar,0.409379,0.0606259725095816
 2009,Malta,Ruminants,0.412477,0.841332243979664
 2009,Malta,Cereals,0.412477,0.159036746291308
 2009,Malta,Monogastrics,0.412477,0.327430620373985
-2009,Malta,Oilcrops,0.412477,0.00969993478424252
-2009,Malta,Pulses,0.412477,0.00543060582771888
+2009,Malta,FruitVeg,0.412477,0.31692433759943
+2009,Malta,OilcropsPulses,0.412477,0.0151305406119614
 2009,Malta,Starchy Roots,0.412477,0.0577947376459778
+2009,Malta,Sugar,0.412477,0.0649611978364854
 2010,Malta,Ruminants,0.414508,0.758688613971262
 2010,Malta,Cereals,0.414508,0.168684319723624
 2010,Malta,Monogastrics,0.414508,0.331245235315121
-2010,Malta,Oilcrops,0.414508,0.00958485722832852
-2010,Malta,Pulses,0.414508,0.00457168498557326
+2010,Malta,FruitVeg,0.414508,0.289104190992695
+2010,Malta,OilcropsPulses,0.414508,0.0141565422139018
 2010,Malta,Starchy Roots,0.414508,0.0653497640576298
+2010,Malta,Sugar,0.414508,0.0637213274532699
 2011,Malta,Ruminants,0.416268,0.80788554488935
 2011,Malta,Cereals,0.416268,0.165391046152959
 2011,Malta,Monogastrics,0.416268,0.328749267298952
-2011,Malta,Oilcrops,0.416268,0.0097365158984116
-2011,Malta,Pulses,0.416268,0.00455235569392795
+2011,Malta,FruitVeg,0.416268,0.307306831176069
+2011,Malta,OilcropsPulses,0.416268,0.0142888715923396
 2011,Malta,Starchy Roots,0.416268,0.062373278753111
+2011,Malta,Sugar,0.416268,0.0612514053446337
 1961,Mauritania,Ruminants,0.883223,0.800908717277517
 1961,Mauritania,Cereals,0.883223,0.131372258195269
 1961,Mauritania,Monogastrics,0.883223,0.00856771166511742
-1961,Mauritania,Oilcrops,0.883223,0.00205157700829802
-1961,Mauritania,Pulses,0.883223,0.0137790795755998
+1961,Mauritania,FruitVeg,0.883223,0.0189465174706728
+1961,Mauritania,OilcropsPulses,0.883223,0.0158306565838978
 1961,Mauritania,Starchy Roots,0.883223,0.00567693549647145
+1961,Mauritania,Sugar,0.883223,0.0201489318099732
 1962,Mauritania,Ruminants,0.909172,0.807312257746609
 1962,Mauritania,Cereals,0.909172,0.130040300405204
 1962,Mauritania,Monogastrics,0.909172,0.00854931740088784
-1962,Mauritania,Oilcrops,0.909172,0.00203701829796782
-1962,Mauritania,Pulses,0.909172,0.0133913054955498
+1962,Mauritania,FruitVeg,0.909172,0.0176985212919008
+1962,Mauritania,OilcropsPulses,0.909172,0.0154283237935176
 1962,Mauritania,Starchy Roots,0.909172,0.00590757304448443
+1962,Mauritania,Sugar,0.909172,0.020043512118719
 1963,Mauritania,Ruminants,0.936014,0.805578655874805
 1963,Mauritania,Cereals,0.936014,0.127899796370567
 1963,Mauritania,Monogastrics,0.936014,0.0085336330439502
-1963,Mauritania,Oilcrops,0.936014,0.00203095252848782
-1963,Mauritania,Pulses,0.936014,0.0129912586777548
+1963,Mauritania,FruitVeg,0.936014,0.0172625623121022
+1963,Mauritania,OilcropsPulses,0.936014,0.0150222112062426
 1963,Mauritania,Starchy Roots,0.936014,0.00557256622230009
+1963,Mauritania,Sugar,0.936014,0.0199270523731483
 1964,Mauritania,Ruminants,0.963746,0.81740904761213
 1964,Mauritania,Cereals,0.963746,0.129529979890967
 1964,Mauritania,Monogastrics,0.963746,0.00853004837374163
-1964,Mauritania,Oilcrops,0.963746,0.00200779043440907
-1964,Mauritania,Pulses,0.963746,0.0104944663842963
+1964,Mauritania,FruitVeg,0.963746,0.0179850292504457
+1964,Mauritania,OilcropsPulses,0.963746,0.0125022568187053
 1964,Mauritania,Starchy Roots,0.963746,0.00564671604343883
+1964,Mauritania,Sugar,0.963746,0.0197282271469869
 1965,Mauritania,Ruminants,0.992368,0.836892866356029
 1965,Mauritania,Cereals,0.992368,0.122372950357126
 1965,Mauritania,Monogastrics,0.992368,0.00847266336681554
-1965,Mauritania,Oilcrops,0.992368,0.00207281976041146
-1965,Mauritania,Pulses,0.992368,0.010139383776986
+1965,Mauritania,FruitVeg,0.992368,0.0190171388033471
+1965,Mauritania,OilcropsPulses,0.992368,0.0122122035373974
 1965,Mauritania,Starchy Roots,0.992368,0.00565516018251294
+1965,Mauritania,Sugar,0.992368,0.0230267400802928
 1966,Mauritania,Ruminants,1.02188,0.838311249853212
 1966,Mauritania,Cereals,1.02188,0.12586017927741
 1966,Mauritania,Monogastrics,1.02188,0.00863036755783458
-1966,Mauritania,Oilcrops,1.02188,0.00202567816181939
-1966,Mauritania,Pulses,1.02188,0.0116559674325753
+1966,Mauritania,FruitVeg,1.02188,0.0165293380827494
+1966,Mauritania,OilcropsPulses,1.02188,0.0136816455943946
 1966,Mauritania,Starchy Roots,1.02188,0.00535875053822367
+1966,Mauritania,Sugar,1.02188,0.0229302853564019
 1967,Mauritania,Ruminants,1.052285,0.844192210285236
 1967,Mauritania,Cereals,1.052285,0.123586290786241
 1967,Mauritania,Monogastrics,1.052285,0.00878925386183401
-1967,Mauritania,Oilcrops,1.052285,0.00201086207633863
-1967,Mauritania,Pulses,1.052285,0.00846918848030714
+1967,Mauritania,FruitVeg,1.052285,0.0163263754591199
+1967,Mauritania,OilcropsPulses,1.052285,0.0104800505566458
 1967,Mauritania,Starchy Roots,1.052285,0.00543578973376984
+1967,Mauritania,Sugar,1.052285,0.0234679768313717
 1968,Mauritania,Ruminants,1.083586,0.870316246241646
 1968,Mauritania,Cereals,1.083586,0.120487898514746
 1968,Mauritania,Monogastrics,1.083586,0.00892333418851849
-1968,Mauritania,Oilcrops,1.083586,0.00198968978927376
-1968,Mauritania,Pulses,1.083586,0.0130686442977299
+1968,Mauritania,FruitVeg,1.083586,0.0156240482988891
+1968,Mauritania,OilcropsPulses,1.083586,0.0150583340870037
 1968,Mauritania,Starchy Roots,1.083586,0.00518186835193515
+1968,Mauritania,Sugar,1.083586,0.0208336025013243
 1969,Mauritania,Ruminants,1.11579,0.75352109267873
 1969,Mauritania,Cereals,1.11579,0.125282535244087
 1969,Mauritania,Monogastrics,1.11579,0.00904256177237652
-1969,Mauritania,Oilcrops,1.11579,0.00191971607560562
-1969,Mauritania,Pulses,1.11579,0.0122854659030821
+1969,Mauritania,FruitVeg,1.11579,0.0141899461368179
+1969,Mauritania,OilcropsPulses,1.11579,0.0142051819786877
 1969,Mauritania,Starchy Roots,1.11579,0.0053002805187356
+1969,Mauritania,Sugar,1.11579,0.0191380098405614
 1970,Mauritania,Ruminants,1.148908,0.74163344671636
 1970,Mauritania,Cereals,1.148908,0.109790340044634
 1970,Mauritania,Monogastrics,1.148908,0.00915582448725224
-1970,Mauritania,Oilcrops,1.148908,0.00318737444599568
-1970,Mauritania,Pulses,1.148908,0.0118878099900079
+1970,Mauritania,FruitVeg,1.148908,0.0166967241937562
+1970,Mauritania,OilcropsPulses,1.148908,0.0150751844360036
 1970,Mauritania,Starchy Roots,1.148908,0.00567495395627848
+1970,Mauritania,Sugar,1.148908,0.017711600928882
 1971,Mauritania,Ruminants,1.182945,0.795408239605392
 1971,Mauritania,Cereals,1.182945,0.113250404710278
 1971,Mauritania,Monogastrics,1.182945,0.00923999002489549
-1971,Mauritania,Oilcrops,1.182945,0.00255633186665483
-1971,Mauritania,Pulses,1.182945,0.0116725629678472
+1971,Mauritania,FruitVeg,1.182945,0.0124046341968562
+1971,Mauritania,OilcropsPulses,1.182945,0.014228894834502
 1971,Mauritania,Starchy Roots,1.182945,0.00601042313886106
+1971,Mauritania,Sugar,1.182945,0.0155713072036316
 1972,Mauritania,Ruminants,1.217912,0.667169959734365
 1972,Mauritania,Cereals,1.217912,0.112058999336569
 1972,Mauritania,Monogastrics,1.217912,0.00932743909247959
-1972,Mauritania,Oilcrops,1.217912,0.00172672574044759
-1972,Mauritania,Pulses,1.217912,0.00994160497638581
+1972,Mauritania,FruitVeg,1.217912,0.0118834529916776
+1972,Mauritania,OilcropsPulses,1.217912,0.0116683307168334
 1972,Mauritania,Starchy Roots,1.217912,0.00608746773165877
+1972,Mauritania,Sugar,1.217912,0.0161037907500706
 1973,Mauritania,Ruminants,1.253839,0.595712447929918
 1973,Mauritania,Cereals,1.253839,0.134384079614687
 1973,Mauritania,Monogastrics,1.253839,0.00906017439240604
-1973,Mauritania,Oilcrops,1.253839,0.00141485469825073
-1973,Mauritania,Pulses,1.253839,0.0127432628910091
+1973,Mauritania,FruitVeg,1.253839,0.0118739327776533
+1973,Mauritania,OilcropsPulses,1.253839,0.0141581175892599
 1973,Mauritania,Starchy Roots,1.253839,0.00449180476919285
+1973,Mauritania,Sugar,1.253839,0.0172486260197681
 1974,Mauritania,Ruminants,1.290755,0.547810467517073
 1974,Mauritania,Cereals,1.290755,0.134308989699827
 1974,Mauritania,Monogastrics,1.290755,0.00888658188424604
-1974,Mauritania,Oilcrops,1.290755,0.0014642592901054
-1974,Mauritania,Pulses,1.290755,0.0112166910064265
+1974,Mauritania,FruitVeg,1.290755,0.0120433389760257
+1974,Mauritania,OilcropsPulses,1.290755,0.0126809502965319
 1974,Mauritania,Starchy Roots,1.290755,0.0051179348520827
+1974,Mauritania,Sugar,1.290755,0.0183551487307816
 1975,Mauritania,Ruminants,1.328687,0.591905241791332
 1975,Mauritania,Cereals,1.328687,0.134002966838691
 1975,Mauritania,Monogastrics,1.328687,0.00909326274735886
-1975,Mauritania,Oilcrops,1.328687,0.00361258896941116
-1975,Mauritania,Pulses,1.328687,0.00964862303913563
+1975,Mauritania,FruitVeg,1.328687,0.0139054570414251
+1975,Mauritania,OilcropsPulses,1.328687,0.0132612120085468
 1975,Mauritania,Starchy Roots,1.328687,0.00425081302067379
+1975,Mauritania,Sugar,1.328687,0.0133763632819468
 1976,Mauritania,Ruminants,1.36764,0.612449328770729
 1976,Mauritania,Cereals,1.36764,0.13582667953555
 1976,Mauritania,Monogastrics,1.36764,0.00933359656049838
-1976,Mauritania,Oilcrops,1.36764,0.00259863706823433
-1976,Mauritania,Pulses,1.36764,0.0100326109210026
+1976,Mauritania,FruitVeg,1.36764,0.0175294668187535
+1976,Mauritania,OilcropsPulses,1.36764,0.0126312479892369
 1976,Mauritania,Starchy Roots,1.36764,0.00490406832207306
+1976,Mauritania,Sugar,1.36764,0.0167792693983797
 1977,Mauritania,Ruminants,1.407621,0.660915189529
 1977,Mauritania,Cereals,1.407621,0.133587094821689
 1977,Mauritania,Monogastrics,1.407621,0.00939698967264626
-1977,Mauritania,Oilcrops,1.407621,0.00271592992716079
-1977,Mauritania,Pulses,1.407621,0.010026136296631
+1977,Mauritania,FruitVeg,1.407621,0.0140939926301185
+1977,Mauritania,OilcropsPulses,1.407621,0.0127420662237918
 1977,Mauritania,Starchy Roots,1.407621,0.00499424205805398
+1977,Mauritania,Sugar,1.407621,0.0186342772663949
 1978,Mauritania,Ruminants,1.448664,0.69785340147888
 1978,Mauritania,Cereals,1.448664,0.142870258389799
 1978,Mauritania,Monogastrics,1.448664,0.00907042626861715
-1978,Mauritania,Oilcrops,1.448664,0.00271698613343053
-1978,Mauritania,Pulses,1.448664,0.0103598902160888
+1978,Mauritania,FruitVeg,1.448664,0.0143194004959052
+1978,Mauritania,OilcropsPulses,1.448664,0.0130768763495193
 1978,Mauritania,Starchy Roots,1.448664,0.00553199361618705
+1978,Mauritania,Sugar,1.448664,0.0193122766907992
 1979,Mauritania,Ruminants,1.490811,0.697450179801464
 1979,Mauritania,Cereals,1.490811,0.133096012841333
 1979,Mauritania,Monogastrics,1.490811,0.00921002058611051
-1979,Mauritania,Oilcrops,1.490811,0.00162596063484909
-1979,Mauritania,Pulses,1.490811,0.0094633055430903
+1979,Mauritania,FruitVeg,1.490811,0.0155626702512928
+1979,Mauritania,OilcropsPulses,1.490811,0.0110892661779394
 1979,Mauritania,Starchy Roots,1.490811,0.00643005719705583
+1979,Mauritania,Sugar,1.490811,0.0189936886701265
 1980,Mauritania,Ruminants,1.534085,0.719679613580734
 1980,Mauritania,Cereals,1.534085,0.140721016110581
 1980,Mauritania,Monogastrics,1.534085,0.0091134454740122
-1980,Mauritania,Oilcrops,1.534085,0.00305198212615337
-1980,Mauritania,Pulses,1.534085,0.0103631806581773
+1980,Mauritania,FruitVeg,1.534085,0.0156901345101477
+1980,Mauritania,OilcropsPulses,1.534085,0.0134151627843307
 1980,Mauritania,Starchy Roots,1.534085,0.00499972296189585
+1980,Mauritania,Sugar,1.534085,0.0178399501983267
 1981,Mauritania,Ruminants,1.578585,0.736231308418615
 1981,Mauritania,Cereals,1.578585,0.138839530338879
 1981,Mauritania,Monogastrics,1.578585,0.0095769312390527
-1981,Mauritania,Oilcrops,1.578585,0.00527371031651764
-1981,Mauritania,Pulses,1.578585,0.0104511318680971
+1981,Mauritania,FruitVeg,1.578585,0.0151566117757359
+1981,Mauritania,OilcropsPulses,1.578585,0.0157248421846147
 1981,Mauritania,Starchy Roots,1.578585,0.00604972174447369
+1981,Mauritania,Sugar,1.578585,0.0187142282487164
 1982,Mauritania,Ruminants,1.62431,0.699791603819468
 1982,Mauritania,Cereals,1.62431,0.140279257038373
 1982,Mauritania,Monogastrics,1.62431,0.00955938213764614
-1982,Mauritania,Oilcrops,1.62431,0.00560668837844993
-1982,Mauritania,Pulses,1.62431,0.0115218154170078
+1982,Mauritania,FruitVeg,1.62431,0.0176967450794491
+1982,Mauritania,OilcropsPulses,1.62431,0.0171285037954578
 1982,Mauritania,Starchy Roots,1.62431,0.00521575315056855
+1982,Mauritania,Sugar,1.62431,0.0197733191324316
 1983,Mauritania,Ruminants,1.67108,0.6747407066089
 1983,Mauritania,Cereals,1.67108,0.171507049333365
 1983,Mauritania,Monogastrics,1.67108,0.00942599995212677
-1983,Mauritania,Oilcrops,1.67108,0.00580343251071164
-1983,Mauritania,Pulses,1.67108,0.0109282619623238
+1983,Mauritania,FruitVeg,1.67108,0.0381980515594705
+1983,Mauritania,OilcropsPulses,1.67108,0.0167316944730354
 1983,Mauritania,Starchy Roots,1.67108,0.00469576561265768
+1983,Mauritania,Sugar,1.67108,0.0215860401656414
 1984,Mauritania,Ruminants,1.718641,0.656622296337629
 1984,Mauritania,Cereals,1.718641,0.176000688916417
 1984,Mauritania,Monogastrics,1.718641,0.0096544886337519
-1984,Mauritania,Oilcrops,1.718641,0.00505341138725307
-1984,Mauritania,Pulses,1.718641,0.00867429556259859
+1984,Mauritania,FruitVeg,1.718641,0.0417649759315645
+1984,Mauritania,OilcropsPulses,1.718641,0.0137277069498517
 1984,Mauritania,Starchy Roots,1.718641,0.00403400128357231
+1984,Mauritania,Sugar,1.718641,0.0202497205640969
 1985,Mauritania,Ruminants,1.766855,0.669616352219056
 1985,Mauritania,Cereals,1.766855,0.184679557745259
 1985,Mauritania,Monogastrics,1.766855,0.00981631203466046
-1985,Mauritania,Oilcrops,1.766855,0.00503946277425142
-1985,Mauritania,Pulses,1.766855,0.00869228091722297
+1985,Mauritania,FruitVeg,1.766855,0.0186189585449853
+1985,Mauritania,OilcropsPulses,1.766855,0.0137317436914744
 1985,Mauritania,Starchy Roots,1.766855,0.00351132379284095
+1985,Mauritania,Sugar,1.766855,0.0209983275367815
 1986,Mauritania,Ruminants,1.815692,0.659389698252787
 1986,Mauritania,Cereals,1.815692,0.182267146630596
 1986,Mauritania,Monogastrics,1.815692,0.0101387239686026
-1986,Mauritania,Oilcrops,1.815692,0.0064267507925353
-1986,Mauritania,Pulses,1.815692,0.00831198242873791
+1986,Mauritania,FruitVeg,1.815692,0.0139230662469185
+1986,Mauritania,OilcropsPulses,1.815692,0.0147387332212732
 1986,Mauritania,Starchy Roots,1.815692,0.00311947180468934
+1986,Mauritania,Sugar,1.815692,0.02363947189281
 1987,Mauritania,Ruminants,1.865356,0.639383795908127
 1987,Mauritania,Cereals,1.865356,0.180597698240979
 1987,Mauritania,Monogastrics,1.865356,0.0101808984451225
-1987,Mauritania,Oilcrops,1.865356,0.00962443630063109
-1987,Mauritania,Pulses,1.865356,0.00900257109098746
+1987,Mauritania,FruitVeg,1.865356,0.0165968319184113
+1987,Mauritania,OilcropsPulses,1.865356,0.0186270073916185
 1987,Mauritania,Starchy Roots,1.865356,0.00420455934416808
+1987,Mauritania,Sugar,1.865356,0.024261320627269
 1988,Mauritania,Ruminants,1.91624,0.630997787333528
 1988,Mauritania,Cereals,1.91624,0.181623909322423
 1988,Mauritania,Monogastrics,1.91624,0.0101588005677786
-1988,Mauritania,Oilcrops,1.91624,0.00885797186156223
-1988,Mauritania,Pulses,1.91624,0.00608117981046216
+1988,Mauritania,FruitVeg,1.91624,0.0175035486160397
+1988,Mauritania,OilcropsPulses,1.91624,0.0149391516720244
 1988,Mauritania,Starchy Roots,1.91624,0.00467791090886319
+1988,Mauritania,Sugar,1.91624,0.0276875547948065
 1989,Mauritania,Ruminants,1.96887,0.638292573912955
 1989,Mauritania,Cereals,1.96887,0.188029174094785
 1989,Mauritania,Monogastrics,1.96887,0.0103263801063554
-1989,Mauritania,Oilcrops,1.96887,0.00735244074011997
-1989,Mauritania,Pulses,1.96887,0.00747281435544246
+1989,Mauritania,FruitVeg,1.96887,0.0168507824284996
+1989,Mauritania,OilcropsPulses,1.96887,0.0148252550955624
 1989,Mauritania,Starchy Roots,1.96887,0.0044411261281852
+1989,Mauritania,Sugar,1.96887,0.0285290547369811
 1990,Mauritania,Ruminants,2.023665,0.636095697657468
 1990,Mauritania,Cereals,2.023665,0.178545856157022
 1990,Mauritania,Monogastrics,2.023665,0.0104316672967117
-1990,Mauritania,Oilcrops,2.023665,0.0109341220014182
-1990,Mauritania,Pulses,2.023665,0.0129087571312445
+1990,Mauritania,FruitVeg,2.023665,0.0144124645136423
+1990,Mauritania,OilcropsPulses,2.023665,0.0238428791326628
 1990,Mauritania,Starchy Roots,2.023665,0.00487086548415869
+1990,Mauritania,Sugar,2.023665,0.0276720702290152
 1991,Mauritania,Ruminants,2.080782,0.640157402361228
 1991,Mauritania,Cereals,2.080782,0.18004288772202
 1991,Mauritania,Monogastrics,2.080782,0.0103306833680799
-1991,Mauritania,Oilcrops,2.080782,0.0084626837410166
-1991,Mauritania,Pulses,2.080782,0.00923114482920363
+1991,Mauritania,FruitVeg,2.080782,0.0197757381599802
+1991,Mauritania,OilcropsPulses,2.080782,0.0176938285702202
 1991,Mauritania,Starchy Roots,2.080782,0.0053835529142409
+1991,Mauritania,Sugar,2.080782,0.0281355759517335
 1992,Mauritania,Ruminants,2.14025,0.600909800256979
 1992,Mauritania,Cereals,2.14025,0.186885644200444
 1992,Mauritania,Monogastrics,2.14025,0.00984497138184792
-1992,Mauritania,Oilcrops,2.14025,0.00955215512206518
-1992,Mauritania,Pulses,2.14025,0.00968625160612078
+1992,Mauritania,FruitVeg,2.14025,0.0144539189347039
+1992,Mauritania,OilcropsPulses,2.14025,0.019238406728186
 1992,Mauritania,Starchy Roots,2.14025,0.00526293657283028
+1992,Mauritania,Sugar,2.14025,0.02348837752599
 1993,Mauritania,Ruminants,2.202201,0.473326503802332
 1993,Mauritania,Cereals,2.202201,0.189887753206905
 1993,Mauritania,Monogastrics,2.202201,0.00958055145738286
-1993,Mauritania,Oilcrops,2.202201,0.00700253973184101
-1993,Mauritania,Pulses,2.202201,0.0107433426830703
+1993,Mauritania,FruitVeg,2.202201,0.0250476682192043
+1993,Mauritania,OilcropsPulses,2.202201,0.0177458824149113
 1993,Mauritania,Starchy Roots,2.202201,0.00555398894106396
+1993,Mauritania,Sugar,2.202201,0.0288974530481096
 1994,Mauritania,Ruminants,2.266745,0.482429166050879
 1994,Mauritania,Cereals,2.266745,0.185406827852273
 1994,Mauritania,Monogastrics,2.266745,0.0096440490659514
-1994,Mauritania,Oilcrops,2.266745,0.00980877866720783
-1994,Mauritania,Pulses,2.266745,0.0104886081142784
+1994,Mauritania,FruitVeg,2.266745,0.020412971022325
+1994,Mauritania,OilcropsPulses,2.266745,0.0202973867814862
 1994,Mauritania,Starchy Roots,2.266745,0.0045541073212911
+1994,Mauritania,Sugar,2.266745,0.0243154832149183
 1995,Mauritania,Ruminants,2.333966,0.473560326071588
 1995,Mauritania,Cereals,2.333966,0.178982898636912
 1995,Mauritania,Monogastrics,2.333966,0.00920510410177355
-1995,Mauritania,Oilcrops,2.333966,0.00863465877394958
-1995,Mauritania,Pulses,2.333966,0.00887116607525559
+1995,Mauritania,FruitVeg,2.333966,0.0177414752399992
+1995,Mauritania,OilcropsPulses,2.333966,0.0175058248492052
 1995,Mauritania,Starchy Roots,2.333966,0.00445379238600734
+1995,Mauritania,Sugar,2.333966,0.0319571921784636
 1996,Mauritania,Ruminants,2.403779,0.492933501790306
 1996,Mauritania,Cereals,2.403779,0.182372422756002
 1996,Mauritania,Monogastrics,2.403779,0.00910815844551433
-1996,Mauritania,Oilcrops,2.403779,0.00929619569852303
-1996,Mauritania,Pulses,2.403779,0.0096535496815639
+1996,Mauritania,FruitVeg,2.403779,0.0202235729657344
+1996,Mauritania,OilcropsPulses,2.403779,0.0189497453800869
 1996,Mauritania,Starchy Roots,2.403779,0.00395751855723842
+1996,Mauritania,Sugar,2.403779,0.0292435369474482
 1997,Mauritania,Ruminants,2.476188,0.511781536781537
 1997,Mauritania,Cereals,2.476188,0.193526097372251
 1997,Mauritania,Monogastrics,2.476188,0.00874521643752413
-1997,Mauritania,Oilcrops,2.476188,0.00748973825896903
-1997,Mauritania,Pulses,2.476188,0.0102310486925872
+1997,Mauritania,FruitVeg,2.476188,0.0212059827444443
+1997,Mauritania,OilcropsPulses,2.476188,0.0177207869515562
 1997,Mauritania,Starchy Roots,2.476188,0.00591635207019822
+1997,Mauritania,Sugar,2.476188,0.0297493566724336
 1998,Mauritania,Ruminants,2.551429,0.528748908944752
 1998,Mauritania,Cereals,2.551429,0.192345152461621
 1998,Mauritania,Monogastrics,2.551429,0.00874490334632082
-1998,Mauritania,Oilcrops,2.551429,0.00917133104624899
-1998,Mauritania,Pulses,2.551429,0.0122774335480235
+1998,Mauritania,FruitVeg,2.551429,0.0164715537841735
+1998,Mauritania,OilcropsPulses,2.551429,0.0214487645942725
 1998,Mauritania,Starchy Roots,2.551429,0.00473930491501037
+1998,Mauritania,Sugar,2.551429,0.0319393563371742
 1999,Mauritania,Ruminants,2.629806,0.524955719167117
 1999,Mauritania,Cereals,2.629806,0.185342188739398
 1999,Mauritania,Monogastrics,2.629806,0.0102243283344855
-1999,Mauritania,Oilcrops,2.629806,0.0103524746692342
-1999,Mauritania,Pulses,2.629806,0.0123689732246409
+1999,Mauritania,FruitVeg,2.629806,0.0177613862011114
+1999,Mauritania,OilcropsPulses,2.629806,0.0227214478938751
 1999,Mauritania,Starchy Roots,2.629806,0.00470871235368693
+1999,Mauritania,Sugar,2.629806,0.0327183830290143
 2000,Mauritania,Ruminants,2.711421,0.599651363620773
 2000,Mauritania,Cereals,2.711421,0.174033099249434
 2000,Mauritania,Monogastrics,2.711421,0.0118945379562967
-2000,Mauritania,Oilcrops,2.711421,0.00898495659655952
-2000,Mauritania,Pulses,2.711421,0.0112125708254085
+2000,Mauritania,FruitVeg,2.711421,0.0222322538624581
+2000,Mauritania,OilcropsPulses,2.711421,0.020197527421968
 2000,Mauritania,Starchy Roots,2.711421,0.00649401181151876
+2000,Mauritania,Sugar,2.711421,0.0411016953840809
 2001,Mauritania,Ruminants,2.796502,0.616608284206484
 2001,Mauritania,Cereals,2.796502,0.164217297180549
 2001,Mauritania,Monogastrics,2.796502,0.0131011170383572
-2001,Mauritania,Oilcrops,2.796502,0.00752475771517417
-2001,Mauritania,Pulses,2.796502,0.0131417749745933
+2001,Mauritania,FruitVeg,2.796502,0.0189093374508583
+2001,Mauritania,OilcropsPulses,2.796502,0.0206665326897674
 2001,Mauritania,Starchy Roots,2.796502,0.00615983825507724
+2001,Mauritania,Sugar,2.796502,0.0406575786464662
 2002,Mauritania,Ruminants,2.884672,0.618829558438533
 2002,Mauritania,Cereals,2.884672,0.167167359061966
 2002,Mauritania,Monogastrics,2.884672,0.0157483069132296
-2002,Mauritania,Oilcrops,2.884672,0.0114581484480731
-2002,Mauritania,Pulses,2.884672,0.0139450863044395
+2002,Mauritania,FruitVeg,2.884672,0.0221252190890333
+2002,Mauritania,OilcropsPulses,2.884672,0.0254032347525126
 2002,Mauritania,Starchy Roots,2.884672,0.00660144376899696
+2002,Mauritania,Sugar,2.884672,0.0365327496505669
 2003,Mauritania,Ruminants,2.974686,0.617292144448187
 2003,Mauritania,Cereals,2.974686,0.182294870786362
 2003,Mauritania,Monogastrics,2.974686,0.0153066575766316
-2003,Mauritania,Oilcrops,2.974686,0.00564765491214871
-2003,Mauritania,Pulses,2.974686,0.0121464921003427
+2003,Mauritania,FruitVeg,2.974686,0.0220981306934581
+2003,Mauritania,OilcropsPulses,2.974686,0.0177941470124914
 2003,Mauritania,Starchy Roots,2.974686,0.00805967419754556
+2003,Mauritania,Sugar,2.974686,0.0335467340082281
 2004,Mauritania,Ruminants,3.064882,0.616879671060746
 2004,Mauritania,Cereals,3.064882,0.167168262921705
 2004,Mauritania,Monogastrics,3.064882,0.0132056307551155
-2004,Mauritania,Oilcrops,3.064882,0.00603024847286127
-2004,Mauritania,Pulses,3.064882,0.0106372773894721
+2004,Mauritania,FruitVeg,3.064882,0.0240466027729616
+2004,Mauritania,OilcropsPulses,3.064882,0.0166675258623334
 2004,Mauritania,Starchy Roots,3.064882,0.00861403473282169
+2004,Mauritania,Sugar,3.064882,0.0317173711744857
 2005,Mauritania,Ruminants,3.154087,0.624630519069385
 2005,Mauritania,Cereals,3.154087,0.167100336801109
 2005,Mauritania,Monogastrics,3.154087,0.012744860874161
-2005,Mauritania,Oilcrops,3.154087,0.00696271218897893
-2005,Mauritania,Pulses,3.154087,0.0122983291202811
+2005,Mauritania,FruitVeg,3.154087,0.0277221268785547
+2005,Mauritania,OilcropsPulses,3.154087,0.01926104130926
 2005,Mauritania,Starchy Roots,3.154087,0.0104695907246693
+2005,Mauritania,Sugar,3.154087,0.0322816079581825
 2006,Mauritania,Ruminants,3.241762,0.615811648109886
 2006,Mauritania,Cereals,3.241762,0.170207436573074
 2006,Mauritania,Monogastrics,3.241762,0.0125135034589214
-2006,Mauritania,Oilcrops,3.241762,0.00533382771468109
-2006,Mauritania,Pulses,3.241762,0.0122091010999574
+2006,Mauritania,FruitVeg,3.241762,0.0227364007598337
+2006,Mauritania,OilcropsPulses,3.241762,0.0175429288146385
 2006,Mauritania,Starchy Roots,3.241762,0.00775936049592783
+2006,Mauritania,Sugar,3.241762,0.0326905553214579
 2007,Mauritania,Ruminants,3.328285,0.603911774382302
 2007,Mauritania,Cereals,3.328285,0.176213875915073
 2007,Mauritania,Monogastrics,3.328285,0.0147444104095653
-2007,Mauritania,Oilcrops,3.328285,0.00707811981245596
-2007,Mauritania,Pulses,3.328285,0.013112158363842
+2007,Mauritania,FruitVeg,3.328285,0.0487590455745226
+2007,Mauritania,OilcropsPulses,3.328285,0.020190278176298
 2007,Mauritania,Starchy Roots,3.328285,0.00716224722341987
+2007,Mauritania,Sugar,3.328285,0.0349173823756079
 2008,Mauritania,Ruminants,3.414552,0.579464860983227
 2008,Mauritania,Cereals,3.414552,0.187062607334725
 2008,Mauritania,Monogastrics,3.414552,0.0151193773004482
-2008,Mauritania,Oilcrops,3.414552,0.00715408639259265
-2008,Mauritania,Pulses,3.414552,0.0133475782474538
+2008,Mauritania,FruitVeg,3.414552,0.0444298402835862
+2008,Mauritania,OilcropsPulses,3.414552,0.0205016646400465
 2008,Mauritania,Starchy Roots,3.414552,0.00632967370243593
+2008,Mauritania,Sugar,3.414552,0.0359646009198278
 2009,Mauritania,Ruminants,3.501927,0.553243399990919
 2009,Mauritania,Cereals,3.501927,0.186431070664808
 2009,Mauritania,Monogastrics,3.501927,0.0160440523174812
-2009,Mauritania,Oilcrops,3.501927,0.00667061306532089
-2009,Mauritania,Pulses,3.501927,0.01291831611567
+2009,Mauritania,FruitVeg,3.501927,0.0436559642733843
+2009,Mauritania,OilcropsPulses,3.501927,0.0195889291809909
 2009,Mauritania,Starchy Roots,3.501927,0.0108908609459877
+2009,Mauritania,Sugar,3.501927,0.0360116016124836
 2010,Mauritania,Ruminants,3.5914,0.593188227432199
 2010,Mauritania,Cereals,3.5914,0.186274433368603
 2010,Mauritania,Monogastrics,3.5914,0.0142948710809155
-2010,Mauritania,Oilcrops,3.5914,0.00822993818566576
-2010,Mauritania,Pulses,3.5914,0.0137676115164003
+2010,Mauritania,FruitVeg,3.5914,0.02993790722281
+2010,Mauritania,OilcropsPulses,3.5914,0.021997549702066
 2010,Mauritania,Starchy Roots,3.5914,0.00853789608509216
+2010,Mauritania,Sugar,3.5914,0.0357930055131703
 2011,Mauritania,Ruminants,3.683221,0.594106870046625
 2011,Mauritania,Cereals,3.683221,0.183018884829338
 2011,Mauritania,Monogastrics,3.683221,0.0189770312452063
-2011,Mauritania,Oilcrops,3.683221,0.0078053964179722
-2011,Mauritania,Pulses,3.683221,0.0123421863635117
+2011,Mauritania,FruitVeg,3.683221,0.0345765296190481
+2011,Mauritania,OilcropsPulses,3.683221,0.0201475827814839
 2011,Mauritania,Starchy Roots,3.683221,0.00871085389663015
+2011,Mauritania,Sugar,3.683221,0.0359690607758807
 1961,Mauritius,Ruminants,0.680757,0.173015775085677
 1961,Mauritius,Cereals,0.680757,0.18752947086846
 1961,Mauritius,Monogastrics,0.680757,0.010708373178682
-1961,Mauritius,Oilcrops,0.680757,0.0180637143650377
-1961,Mauritius,Pulses,0.680757,0.00931316167149218
+1961,Mauritius,FruitVeg,0.680757,0.0361435872124708
+1961,Mauritius,OilcropsPulses,0.680757,0.0273768760365299
 1961,Mauritius,Starchy Roots,0.680757,0.0097259374490457
+1961,Mauritius,Sugar,0.680757,0.0424218920995304
 1962,Mauritius,Ruminants,0.700349,0.166819400041979
 1962,Mauritius,Cereals,0.700349,0.193282206442788
 1962,Mauritius,Monogastrics,0.700349,0.010862155868003
-1962,Mauritius,Oilcrops,0.700349,0.00936961429230284
-1962,Mauritius,Pulses,0.700349,0.00808168498848431
+1962,Mauritius,FruitVeg,0.700349,0.0492054675597452
+1962,Mauritius,OilcropsPulses,0.700349,0.0174512992807872
 1962,Mauritius,Starchy Roots,0.700349,0.00889413706594855
+1962,Mauritius,Sugar,0.700349,0.04311564662761
 1963,Mauritius,Ruminants,0.718861,0.176859643241183
 1963,Mauritius,Cereals,0.718861,0.185704885923704
 1963,Mauritius,Monogastrics,0.718861,0.0106778640098712
-1963,Mauritius,Oilcrops,0.718861,0.0163077423869149
-1963,Mauritius,Pulses,0.718861,0.00772054680946664
+1963,Mauritius,FruitVeg,0.718861,0.0490553806646904
+1963,Mauritius,OilcropsPulses,0.718861,0.0240282891963815
 1963,Mauritius,Starchy Roots,0.718861,0.0119842361736135
+1963,Mauritius,Sugar,0.718861,0.0420693291192595
 1964,Mauritius,Ruminants,0.736381,0.18188206920059
 1964,Mauritius,Cereals,0.736381,0.184896133930669
 1964,Mauritius,Monogastrics,0.736381,0.0116532066959903
-1964,Mauritius,Oilcrops,0.736381,0.0136600482630595
-1964,Mauritius,Pulses,0.736381,0.00909855088602232
+1964,Mauritius,FruitVeg,0.736381,0.0386810631996208
+1964,Mauritius,OilcropsPulses,0.736381,0.0227585991490818
 1964,Mauritius,Starchy Roots,0.736381,0.0126755035776317
+1964,Mauritius,Sugar,0.736381,0.0426966475234967
 1965,Mauritius,Ruminants,0.753,0.164729880478088
 1965,Mauritius,Cereals,0.753,0.177560424966799
 1965,Mauritius,Monogastrics,0.753,0.0123270916334661
-1965,Mauritius,Oilcrops,0.753,0.0189814077025232
-1965,Mauritius,Pulses,0.753,0.00787516600265604
+1965,Mauritius,FruitVeg,0.753,0.0500358565737052
+1965,Mauritius,OilcropsPulses,0.753,0.0268565737051793
 1965,Mauritius,Starchy Roots,0.753,0.00766268260292165
+1965,Mauritius,Sugar,0.753,0.0419840637450199
 1966,Mauritius,Ruminants,0.768813,0.153630986989034
 1966,Mauritius,Cereals,0.768813,0.180046383190711
 1966,Mauritius,Monogastrics,0.768813,0.0146590913525136
-1966,Mauritius,Oilcrops,0.768813,0.0219637285009489
-1966,Mauritius,Pulses,0.768813,0.00811510731478266
+1966,Mauritius,FruitVeg,0.768813,0.0478074642338254
+1966,Mauritius,OilcropsPulses,0.768813,0.0300788358157315
 1966,Mauritius,Starchy Roots,0.768813,0.0130590923930787
+1966,Mauritius,Sugar,0.768813,0.0402503599705
 1967,Mauritius,Ruminants,0.783917,0.158872048954162
 1967,Mauritius,Cereals,0.783917,0.175133336820097
 1967,Mauritius,Monogastrics,0.783917,0.0147705688229749
-1967,Mauritius,Oilcrops,0.783917,0.0145602149207123
-1967,Mauritius,Pulses,0.783917,0.00636419416851529
+1967,Mauritius,FruitVeg,0.783917,0.0534240232065384
+1967,Mauritius,OilcropsPulses,0.783917,0.0209244090892276
 1967,Mauritius,Starchy Roots,0.783917,0.0138866742269909
+1967,Mauritius,Sugar,0.783917,0.0402938066147309
 1968,Mauritius,Ruminants,0.798413,0.151914360111872
 1968,Mauritius,Cereals,0.798413,0.176178243590723
 1968,Mauritius,Monogastrics,0.798413,0.0144591834050798
-1968,Mauritius,Oilcrops,0.798413,0.0121829178633113
-1968,Mauritius,Pulses,0.798413,0.00688240296688556
+1968,Mauritius,FruitVeg,0.798413,0.049241432692103
+1968,Mauritius,OilcropsPulses,0.798413,0.0190653208301969
 1968,Mauritius,Starchy Roots,0.798413,0.0142119429418108
+1968,Mauritius,Sugar,0.798413,0.0400068636156976
 1969,Mauritius,Ruminants,0.812405,0.145999963072605
 1969,Mauritius,Cereals,0.812405,0.166098189942209
 1969,Mauritius,Monogastrics,0.812405,0.0146418350453284
-1969,Mauritius,Oilcrops,0.812405,0.00967620829512374
-1969,Mauritius,Pulses,0.812405,0.00636505191376222
+1969,Mauritius,FruitVeg,0.812405,0.0476240298865714
+1969,Mauritius,OilcropsPulses,0.812405,0.016041260208886
 1969,Mauritius,Starchy Roots,0.812405,0.00861639207045747
+1969,Mauritius,Sugar,0.812405,0.0410398754315889
 1970,Mauritius,Ruminants,0.826,0.162556779661017
 1970,Mauritius,Cereals,0.826,0.180457627118644
 1970,Mauritius,Monogastrics,0.826,0.0155647699757869
-1970,Mauritius,Oilcrops,0.826,0.0137542372881356
-1970,Mauritius,Pulses,0.826,0.00755326876513317
+1970,Mauritius,FruitVeg,0.826,0.0391004842615012
+1970,Mauritius,OilcropsPulses,0.826,0.0213075060532688
 1970,Mauritius,Starchy Roots,0.826,0.0103317191283293
+1970,Mauritius,Sugar,0.826,0.0411924939467312
 1971,Mauritius,Ruminants,0.83923,0.151334199206415
 1971,Mauritius,Cereals,0.83923,0.183010616874993
 1971,Mauritius,Monogastrics,0.83923,0.0149411960964217
-1971,Mauritius,Oilcrops,0.83923,0.0154713249049724
-1971,Mauritius,Pulses,0.83923,0.00720422291862779
+1971,Mauritius,FruitVeg,0.83923,0.0443334961810231
+1971,Mauritius,OilcropsPulses,0.83923,0.0226755478236002
 1971,Mauritius,Starchy Roots,0.83923,0.0112710460779524
+1971,Mauritius,Sugar,0.83923,0.0425342278040585
 1972,Mauritius,Ruminants,0.852053,0.153915425448886
 1972,Mauritius,Cereals,0.852053,0.179573336400435
 1972,Mauritius,Monogastrics,0.852053,0.0172267452846243
-1972,Mauritius,Oilcrops,0.852053,0.0174895223653928
-1972,Mauritius,Pulses,0.852053,0.00700073821698885
+1972,Mauritius,FruitVeg,0.852053,0.0399916437123043
+1972,Mauritius,OilcropsPulses,0.852053,0.0244902605823816
 1972,Mauritius,Starchy Roots,0.852053,0.00818611048843206
+1972,Mauritius,Sugar,0.852053,0.0417650075758198
 1973,Mauritius,Ruminants,0.864819,0.125838123352979
 1973,Mauritius,Cereals,0.864819,0.180251590217144
 1973,Mauritius,Monogastrics,0.864819,0.0191316333244297
-1973,Mauritius,Oilcrops,0.864819,0.0212541583845868
-1973,Mauritius,Pulses,0.864819,0.00689624071626548
+1973,Mauritius,FruitVeg,0.864819,0.0390463206751933
+1973,Mauritius,OilcropsPulses,0.864819,0.0281503991008523
 1973,Mauritius,Starchy Roots,0.864819,0.0130582237439279
+1973,Mauritius,Sugar,0.864819,0.0436808164482973
 1974,Mauritius,Ruminants,0.878042,0.145446345391223
 1974,Mauritius,Cereals,0.878042,0.185503654722667
 1974,Mauritius,Monogastrics,0.878042,0.0235557069024033
-1974,Mauritius,Oilcrops,0.878042,0.0176483585067685
-1974,Mauritius,Pulses,0.878042,0.0060566578819692
+1974,Mauritius,FruitVeg,0.878042,0.0426562738456703
+1974,Mauritius,OilcropsPulses,0.878042,0.0237050163887377
 1974,Mauritius,Starchy Roots,0.878042,0.0106600823195246
+1974,Mauritius,Sugar,0.878042,0.0403352003662695
 1975,Mauritius,Ruminants,0.892,0.183606502242152
 1975,Mauritius,Cereals,0.892,0.190632286995516
 1975,Mauritius,Monogastrics,0.892,0.0228402466367713
-1975,Mauritius,Oilcrops,0.892,0.020377802690583
-1975,Mauritius,Pulses,0.892,0.00649439461883408
+1975,Mauritius,FruitVeg,0.892,0.0388632286995516
+1975,Mauritius,OilcropsPulses,0.892,0.026872197309417
 1975,Mauritius,Starchy Roots,0.892,0.0121109865470852
+1975,Mauritius,Sugar,0.892,0.0439002242152466
 1976,Mauritius,Ruminants,0.906507,0.219960353312219
 1976,Mauritius,Cereals,0.906507,0.185765802139421
 1976,Mauritius,Monogastrics,0.906507,0.024333292517322
-1976,Mauritius,Oilcrops,0.906507,0.0201973068051322
-1976,Mauritius,Pulses,0.906507,0.00744726736804018
+1976,Mauritius,FruitVeg,0.906507,0.0415473901470149
+1976,Mauritius,OilcropsPulses,0.906507,0.0276445741731724
 1976,Mauritius,Starchy Roots,0.906507,0.0148912253297548
+1976,Mauritius,Sugar,0.906507,0.0418286896846908
 1977,Mauritius,Ruminants,0.921379,0.292561692853864
 1977,Mauritius,Cereals,0.921379,0.185710766145093
 1977,Mauritius,Monogastrics,0.921379,0.0258142414793478
-1977,Mauritius,Oilcrops,0.921379,0.0181988085250478
-1977,Mauritius,Pulses,0.921379,0.00678439599773817
+1977,Mauritius,FruitVeg,0.921379,0.0436790940535871
+1977,Mauritius,OilcropsPulses,0.921379,0.024983204522786
 1977,Mauritius,Starchy Roots,0.921379,0.0132963742390482
+1977,Mauritius,Sugar,0.921379,0.0435824997096743
 1978,Mauritius,Ruminants,0.933499,0.309341520451548
 1978,Mauritius,Cereals,0.933499,0.185077862965038
 1978,Mauritius,Monogastrics,0.933499,0.0297311512920742
-1978,Mauritius,Oilcrops,0.933499,0.0140771441640537
-1978,Mauritius,Pulses,0.933499,0.0107209541734913
+1978,Mauritius,FruitVeg,0.933499,0.0448013334775934
+1978,Mauritius,OilcropsPulses,0.933499,0.0247980983375451
 1978,Mauritius,Starchy Roots,0.933499,0.014060004349228
+1978,Mauritius,Sugar,0.933499,0.0457622343462607
 1979,Mauritius,Ruminants,0.949888,0.301507335601671
 1979,Mauritius,Cereals,0.949888,0.199985682522571
 1979,Mauritius,Monogastrics,0.949888,0.0375056848807438
-1979,Mauritius,Oilcrops,0.949888,0.0206382226115079
-1979,Mauritius,Pulses,0.949888,0.0060007074518259
+1979,Mauritius,FruitVeg,0.949888,0.0425892315725643
+1979,Mauritius,OilcropsPulses,0.949888,0.0266389300633338
 1979,Mauritius,Starchy Roots,0.949888,0.0122793424066837
+1979,Mauritius,Sugar,0.949888,0.0423534142972645
 1980,Mauritius,Ruminants,0.966039,0.270473138248042
 1980,Mauritius,Cereals,0.966039,0.18666327135861
 1980,Mauritius,Monogastrics,0.966039,0.0320678564737034
-1980,Mauritius,Oilcrops,0.966039,0.0220912406227906
-1980,Mauritius,Pulses,0.966039,0.0089582304648156
+1980,Mauritius,FruitVeg,0.966039,0.0412250437094155
+1980,Mauritius,OilcropsPulses,0.966039,0.0310494710876062
 1980,Mauritius,Starchy Roots,0.966039,0.0115719965757076
+1980,Mauritius,Sugar,0.966039,0.0456875964634968
 1981,Mauritius,Ruminants,0.980462,0.235837288951535
 1981,Mauritius,Cereals,0.980462,0.182735281938515
 1981,Mauritius,Monogastrics,0.980462,0.0315670571628477
-1981,Mauritius,Oilcrops,0.980462,0.0238285624532108
-1981,Mauritius,Pulses,0.980462,0.00891110517286748
+1981,Mauritius,FruitVeg,0.980462,0.0395609416785148
+1981,Mauritius,OilcropsPulses,0.980462,0.0327396676260783
 1981,Mauritius,Starchy Roots,0.980462,0.0163994117059101
+1981,Mauritius,Sugar,0.980462,0.047831532481626
 1982,Mauritius,Ruminants,0.992521,0.234170460876898
 1982,Mauritius,Cereals,0.992521,0.188879630758442
 1982,Mauritius,Monogastrics,0.992521,0.0321463223448169
-1982,Mauritius,Oilcrops,0.992521,0.0202877319472334
-1982,Mauritius,Pulses,0.992521,0.00515757349214777
+1982,Mauritius,FruitVeg,0.992521,0.0404505295102068
+1982,Mauritius,OilcropsPulses,0.992521,0.0254453054393811
 1982,Mauritius,Starchy Roots,0.992521,0.0146888579687483
+1982,Mauritius,Sugar,0.992521,0.044679155403261
 1983,Mauritius,Ruminants,1.001691,0.218556520923119
 1983,Mauritius,Cereals,1.001691,0.182958616978689
 1983,Mauritius,Monogastrics,1.001691,0.0342142437138798
-1983,Mauritius,Oilcrops,1.001691,0.0222284117557211
-1983,Mauritius,Pulses,1.001691,0.00843473685996979
+1983,Mauritius,FruitVeg,1.001691,0.0430192544407407
+1983,Mauritius,OilcropsPulses,1.001691,0.0306631486156909
 1983,Mauritius,Starchy Roots,1.001691,0.0158082682184426
+1983,Mauritius,Sugar,1.001691,0.0439247232929117
 1984,Mauritius,Ruminants,1.012221,0.242132795110949
 1984,Mauritius,Cereals,1.012221,0.184689904674967
 1984,Mauritius,Monogastrics,1.012221,0.0323651653146892
-1984,Mauritius,Oilcrops,1.012221,0.0192783986896142
-1984,Mauritius,Pulses,1.012221,0.00718321394240981
+1984,Mauritius,FruitVeg,1.012221,0.0402431879994586
+1984,Mauritius,OilcropsPulses,1.012221,0.026461612632024
 1984,Mauritius,Starchy Roots,1.012221,0.0190057309619144
+1984,Mauritius,Sugar,1.012221,0.0481001678487208
 1985,Mauritius,Ruminants,1.020528,0.263448234639324
 1985,Mauritius,Cereals,1.020528,0.184147813680761
 1985,Mauritius,Monogastrics,1.020528,0.0317767861342364
-1985,Mauritius,Oilcrops,1.020528,0.0180357618801248
-1985,Mauritius,Pulses,1.020528,0.00884052176912343
+1985,Mauritius,FruitVeg,1.020528,0.0420870372983397
+1985,Mauritius,OilcropsPulses,1.020528,0.0268762836492482
 1985,Mauritius,Starchy Roots,1.020528,0.0192664973425521
+1985,Mauritius,Sugar,1.020528,0.0483406628725522
 1986,Mauritius,Ruminants,1.02836,0.291278248862266
 1986,Mauritius,Cereals,1.02836,0.185105410556614
 1986,Mauritius,Monogastrics,1.02836,0.0349690769769341
-1986,Mauritius,Oilcrops,1.02836,0.018417674744253
-1986,Mauritius,Pulses,1.02836,0.00814500758489245
+1986,Mauritius,FruitVeg,1.02836,0.0417198257419581
+1986,Mauritius,OilcropsPulses,1.02836,0.0265626823291454
 1986,Mauritius,Starchy Roots,1.02836,0.0168452681940177
+1986,Mauritius,Sugar,1.02836,0.0543399198724182
 1987,Mauritius,Ruminants,1.036082,0.341744475823342
 1987,Mauritius,Cereals,1.036082,0.18382135776898
 1987,Mauritius,Monogastrics,1.036082,0.0409118197208329
-1987,Mauritius,Oilcrops,1.036082,0.019910586227731
-1987,Mauritius,Pulses,1.036082,0.0110898558222226
+1987,Mauritius,FruitVeg,1.036082,0.0395625056704006
+1987,Mauritius,OilcropsPulses,1.036082,0.0310004420499536
 1987,Mauritius,Starchy Roots,1.036082,0.018044903781747
+1987,Mauritius,Sugar,1.036082,0.0483648977590577
 1988,Mauritius,Ruminants,1.043239,0.322669110338091
 1988,Mauritius,Cereals,1.043239,0.180149515115903
 1988,Mauritius,Monogastrics,1.043239,0.0487334158328053
-1988,Mauritius,Oilcrops,1.043239,0.0167162078871668
-1988,Mauritius,Pulses,1.043239,0.00970630890908028
+1988,Mauritius,FruitVeg,1.043239,0.0481423719780415
+1988,Mauritius,OilcropsPulses,1.043239,0.0264225167962471
 1988,Mauritius,Starchy Roots,1.043239,0.0156416698378799
+1988,Mauritius,Sugar,1.043239,0.0527501368334581
 1989,Mauritius,Ruminants,1.05126,0.307657287445541
 1989,Mauritius,Cereals,1.05126,0.188653615661207
 1989,Mauritius,Monogastrics,1.05126,0.0534744972699427
-1989,Mauritius,Oilcrops,1.05126,0.0160331411829614
-1989,Mauritius,Pulses,1.05126,0.0075642562258623
+1989,Mauritius,FruitVeg,1.05126,0.0540009131898864
+1989,Mauritius,OilcropsPulses,1.05126,0.0235973974088237
 1989,Mauritius,Starchy Roots,1.05126,0.0210575880372125
+1989,Mauritius,Sugar,1.05126,0.0535357570914902
 1990,Mauritius,Ruminants,1.058775,0.375846331845765
 1990,Mauritius,Cereals,1.058775,0.187542206795589
 1990,Mauritius,Monogastrics,1.058775,0.0650646265731624
-1990,Mauritius,Oilcrops,1.058775,0.0184930698212557
-1990,Mauritius,Pulses,1.058775,0.00913602984581238
+1990,Mauritius,FruitVeg,1.058775,0.0614870959363415
+1990,Mauritius,OilcropsPulses,1.058775,0.0276290996670681
 1990,Mauritius,Starchy Roots,1.058775,0.0179991027366532
+1990,Mauritius,Sugar,1.058775,0.0444504262000897
 1991,Mauritius,Ruminants,1.070266,0.380711430616314
 1991,Mauritius,Cereals,1.070266,0.187737440972618
 1991,Mauritius,Monogastrics,1.070266,0.0667856402053321
-1991,Mauritius,Oilcrops,1.070266,0.0183328256713752
-1991,Mauritius,Pulses,1.070266,0.00827177542779085
+1991,Mauritius,FruitVeg,1.070266,0.066177940810976
+1991,Mauritius,OilcropsPulses,1.070266,0.026604601099166
 1991,Mauritius,Starchy Roots,1.070266,0.0194232088097725
+1991,Mauritius,Sugar,1.070266,0.0427248926902284
 1992,Mauritius,Ruminants,1.084441,0.391669440753347
 1992,Mauritius,Cereals,1.084441,0.18778061692614
 1992,Mauritius,Monogastrics,1.084441,0.0683274608761565
-1992,Mauritius,Oilcrops,1.084441,0.019261536588897
-1992,Mauritius,Pulses,1.084441,0.00920750875335772
+1992,Mauritius,FruitVeg,1.084441,0.0703422316197931
+1992,Mauritius,OilcropsPulses,1.084441,0.0284690453422547
 1992,Mauritius,Starchy Roots,1.084441,0.021511543735436
+1992,Mauritius,Sugar,1.084441,0.0422042324109841
 1993,Mauritius,Ruminants,1.097374,0.373172136391057
 1993,Mauritius,Cereals,1.097374,0.190562196662214
 1993,Mauritius,Monogastrics,1.097374,0.0734127107075619
-1993,Mauritius,Oilcrops,1.097374,0.0189033091726248
-1993,Mauritius,Pulses,1.097374,0.00911084097126413
+1993,Mauritius,FruitVeg,1.097374,0.0866486721938008
+1993,Mauritius,OilcropsPulses,1.097374,0.028014150143889
 1993,Mauritius,Starchy Roots,1.097374,0.0155288898771066
+1993,Mauritius,Sugar,1.097374,0.0384016752720586
 1994,Mauritius,Ruminants,1.112846,0.40580727252468
 1994,Mauritius,Cereals,1.112846,0.181394370829387
 1994,Mauritius,Monogastrics,1.112846,0.0803766199456169
-1994,Mauritius,Oilcrops,1.112846,0.0229843122947829
-1994,Mauritius,Pulses,1.112846,0.00866606880017541
+1994,Mauritius,FruitVeg,1.112846,0.0895110374661004
+1994,Mauritius,OilcropsPulses,1.112846,0.0316503810949583
 1994,Mauritius,Starchy Roots,1.112846,0.0188193155207459
+1994,Mauritius,Sugar,1.112846,0.0383772777185702
 1995,Mauritius,Ruminants,1.122457,0.35234498960762
 1995,Mauritius,Cereals,1.122457,0.18614343355692
 1995,Mauritius,Monogastrics,1.122457,0.0761605121621586
-1995,Mauritius,Oilcrops,1.122457,0.0219705521013277
-1995,Mauritius,Pulses,1.122457,0.00877450093856602
+1995,Mauritius,FruitVeg,1.122457,0.107734193826579
+1995,Mauritius,OilcropsPulses,1.122457,0.0307450530398937
 1995,Mauritius,Starchy Roots,1.122457,0.0199847299272934
+1995,Mauritius,Sugar,1.122457,0.0416817748920449
 1996,Mauritius,Ruminants,1.133996,0.34104573561106
 1996,Mauritius,Cereals,1.133996,0.187812831791294
 1996,Mauritius,Monogastrics,1.133996,0.0806471980500813
-1996,Mauritius,Oilcrops,1.133996,0.0223272392495212
-1996,Mauritius,Pulses,1.133996,0.0086499423278389
+1996,Mauritius,FruitVeg,1.133996,0.102380431677008
+1996,Mauritius,OilcropsPulses,1.133996,0.0309771815773601
 1996,Mauritius,Starchy Roots,1.133996,0.0171667272194964
+1996,Mauritius,Sugar,1.133996,0.0402585194304036
 1997,Mauritius,Ruminants,1.148284,0.327222359625319
 1997,Mauritius,Cereals,1.148284,0.189814540653706
 1997,Mauritius,Monogastrics,1.148284,0.082946030772875
-1997,Mauritius,Oilcrops,1.148284,0.0204722873435492
-1997,Mauritius,Pulses,1.148284,0.0089681646700642
+1997,Mauritius,FruitVeg,1.148284,0.10981429681159
+1997,Mauritius,OilcropsPulses,1.148284,0.0294404520136134
 1997,Mauritius,Starchy Roots,1.148284,0.0225754255915784
+1997,Mauritius,Sugar,1.148284,0.0390826659606857
 1998,Mauritius,Ruminants,1.160421,0.379024595383917
 1998,Mauritius,Cereals,1.160421,0.188351468992719
 1998,Mauritius,Monogastrics,1.160421,0.0776584532682535
-1998,Mauritius,Oilcrops,1.160421,0.0217395238452251
-1998,Mauritius,Pulses,1.160421,0.00898897899986298
+1998,Mauritius,FruitVeg,1.160421,0.104772319701212
+1998,Mauritius,OilcropsPulses,1.160421,0.0307285028450881
 1998,Mauritius,Starchy Roots,1.160421,0.0190913470197454
+1998,Mauritius,Sugar,1.160421,0.0383628010868469
 1999,Mauritius,Ruminants,1.175267,0.378407119403506
 1999,Mauritius,Cereals,1.175267,0.191299508962644
 1999,Mauritius,Monogastrics,1.175267,0.0960096726956513
-1999,Mauritius,Oilcrops,1.175267,0.0196746781795115
-1999,Mauritius,Pulses,1.175267,0.00961398558795576
+1999,Mauritius,FruitVeg,1.175267,0.101128509521666
+1999,Mauritius,OilcropsPulses,1.175267,0.0292886637674673
 1999,Mauritius,Starchy Roots,1.175267,0.0176011068123243
+1999,Mauritius,Sugar,1.175267,0.0375752914018687
 2000,Mauritius,Ruminants,1.186873,0.401145025626162
 2000,Mauritius,Cereals,1.186873,0.190503111958904
 2000,Mauritius,Monogastrics,1.186873,0.0966671244522371
-2000,Mauritius,Oilcrops,1.186873,0.0196844986784601
-2000,Mauritius,Pulses,1.186873,0.00949048466011106
+2000,Mauritius,FruitVeg,1.186873,0.120909313801898
+2000,Mauritius,OilcropsPulses,1.186873,0.0291749833385712
 2000,Mauritius,Starchy Roots,1.186873,0.0175393660484315
+2000,Mauritius,Sugar,1.186873,0.0376948502493527
 2001,Mauritius,Ruminants,1.196287,0.361258042593458
 2001,Mauritius,Cereals,1.196287,0.191092104152264
 2001,Mauritius,Monogastrics,1.196287,0.114561221512898
-2001,Mauritius,Oilcrops,1.196287,0.0189511379794314
-2001,Mauritius,Pulses,1.196287,0.0101104500843025
+2001,Mauritius,FruitVeg,1.196287,0.124906481471419
+2001,Mauritius,OilcropsPulses,1.196287,0.0290615880637339
 2001,Mauritius,Starchy Roots,1.196287,0.0194802752182378
+2001,Mauritius,Sugar,1.196287,0.0402043991115844
 2002,Mauritius,Ruminants,1.204621,0.377089557628499
 2002,Mauritius,Cereals,1.204621,0.187408321787517
 2002,Mauritius,Monogastrics,1.204621,0.121018561024588
-2002,Mauritius,Oilcrops,1.204621,0.0207434537501837
-2002,Mauritius,Pulses,1.204621,0.0105203213292812
+2002,Mauritius,FruitVeg,1.204621,0.114242570899893
+2002,Mauritius,OilcropsPulses,1.204621,0.0312637750794648
 2002,Mauritius,Starchy Roots,1.204621,0.0193048269953786
+2002,Mauritius,Sugar,1.204621,0.0367269041466154
 2003,Mauritius,Ruminants,1.21337,0.371643109686246
 2003,Mauritius,Cereals,1.21337,0.186944625299785
 2003,Mauritius,Monogastrics,1.21337,0.121936012922686
-2003,Mauritius,Oilcrops,1.21337,0.0204356461755277
-2003,Mauritius,Pulses,1.21337,0.0102565581809341
+2003,Mauritius,FruitVeg,1.21337,0.123532805327312
+2003,Mauritius,OilcropsPulses,1.21337,0.0306922043564618
 2003,Mauritius,Starchy Roots,1.21337,0.0206103661702531
+2003,Mauritius,Sugar,1.21337,0.0381614841309741
 2004,Mauritius,Ruminants,1.221003,0.381755491182249
 2004,Mauritius,Cereals,1.221003,0.196168232182886
 2004,Mauritius,Monogastrics,1.221003,0.129242843793177
-2004,Mauritius,Oilcrops,1.221003,0.0201522846381213
-2004,Mauritius,Pulses,1.221003,0.0107362553572759
+2004,Mauritius,FruitVeg,1.221003,0.126836707198918
+2004,Mauritius,OilcropsPulses,1.221003,0.0308885399953972
 2004,Mauritius,Starchy Roots,1.221003,0.0183783332227685
+2004,Mauritius,Sugar,1.221003,0.0372857396746773
 2005,Mauritius,Ruminants,1.228254,0.374183352954682
 2005,Mauritius,Cereals,1.228254,0.188919392894304
 2005,Mauritius,Monogastrics,1.228254,0.127274000328922
-2005,Mauritius,Oilcrops,1.228254,0.0209696040069888
-2005,Mauritius,Pulses,1.228254,0.0104620054158179
+2005,Mauritius,FruitVeg,1.228254,0.113500953385863
+2005,Mauritius,OilcropsPulses,1.228254,0.0314316094228067
 2005,Mauritius,Starchy Roots,1.228254,0.0189724600937591
+2005,Mauritius,Sugar,1.228254,0.037119358048091
 2006,Mauritius,Ruminants,1.233996,0.361178723431843
 2006,Mauritius,Cereals,1.233996,0.188503042149245
 2006,Mauritius,Monogastrics,1.233996,0.131680005445723
-2006,Mauritius,Oilcrops,1.233996,0.0210932612423379
-2006,Mauritius,Pulses,1.233996,0.0101612971192775
+2006,Mauritius,FruitVeg,1.233996,0.1179947098694
+2006,Mauritius,OilcropsPulses,1.233996,0.0312545583616154
 2006,Mauritius,Starchy Roots,1.233996,0.0160486743879235
+2006,Mauritius,Sugar,1.233996,0.0379839156690945
 2007,Mauritius,Ruminants,1.23963,0.339087630986665
 2007,Mauritius,Cereals,1.23963,0.193110040899301
 2007,Mauritius,Monogastrics,1.23963,0.141192371917427
-2007,Mauritius,Oilcrops,1.23963,0.0218290941651945
-2007,Mauritius,Pulses,1.23963,0.011867250711906
+2007,Mauritius,FruitVeg,1.23963,0.115731306922227
+2007,Mauritius,OilcropsPulses,1.23963,0.0336963448771004
 2007,Mauritius,Starchy Roots,1.23963,0.0192170244347104
+2007,Mauritius,Sugar,1.23963,0.036722247767479
 2008,Mauritius,Ruminants,1.244121,0.348321666461703
 2008,Mauritius,Cereals,1.244121,0.194462596483783
 2008,Mauritius,Monogastrics,1.244121,0.144357904094537
-2008,Mauritius,Oilcrops,1.244121,0.0223756370963917
-2008,Mauritius,Pulses,1.244121,0.00855784927671826
+2008,Mauritius,FruitVeg,1.244121,0.119762466834014
+2008,Mauritius,OilcropsPulses,1.244121,0.03093348637311
 2008,Mauritius,Starchy Roots,1.244121,0.0185030234197478
+2008,Mauritius,Sugar,1.244121,0.0344998597403307
 2009,Mauritius,Ruminants,1.247429,0.346506775135098
 2009,Mauritius,Cereals,1.247429,0.202987905524082
 2009,Mauritius,Monogastrics,1.247429,0.149951941152563
-2009,Mauritius,Oilcrops,1.247429,0.0222345319853875
-2009,Mauritius,Pulses,1.247429,0.0102322456829206
+2009,Mauritius,FruitVeg,1.247429,0.135595693221819
+2009,Mauritius,OilcropsPulses,1.247429,0.0324667776683082
 2009,Mauritius,Starchy Roots,1.247429,0.0220974500352325
+2009,Mauritius,Sugar,1.247429,0.0346504690848136
 2010,Mauritius,Ruminants,1.2504,0.313108525271913
 2010,Mauritius,Cereals,1.2504,0.211940978886756
 2010,Mauritius,Monogastrics,1.2504,0.152961292386436
-2010,Mauritius,Oilcrops,1.2504,0.0214347408829175
-2010,Mauritius,Pulses,1.2504,0.0103039027511196
+2010,Mauritius,FruitVeg,1.2504,0.128502879078695
+2010,Mauritius,OilcropsPulses,1.2504,0.0317386436340371
 2010,Mauritius,Starchy Roots,1.2504,0.0217426423544466
+2010,Mauritius,Sugar,1.2504,0.0315251119641715
 2011,Mauritius,Ruminants,1.252404,0.32260029511244
 2011,Mauritius,Cereals,1.252404,0.197075384620298
 2011,Mauritius,Monogastrics,1.252404,0.15728710543882
-2011,Mauritius,Oilcrops,1.252404,0.0218012717940856
-2011,Mauritius,Pulses,1.252404,0.00948336159897285
+2011,Mauritius,FruitVeg,1.252404,0.129003101235703
+2011,Mauritius,OilcropsPulses,1.252404,0.0312846333930585
 2011,Mauritius,Starchy Roots,1.252404,0.0222675749997605
+2011,Mauritius,Sugar,1.252404,0.0290305684108323
 1961,Melanesia,Ruminants,NA,NA
 1961,Melanesia,Cereals,NA,NA
 1961,Melanesia,Monogastrics,NA,NA
-1961,Melanesia,Oilcrops,NA,NA
-1961,Melanesia,Pulses,NA,NA
+1961,Melanesia,FruitVeg,NA,NA
+1961,Melanesia,OilcropsPulses,NA,NA
 1961,Melanesia,Starchy Roots,NA,NA
+1961,Melanesia,Sugar,NA,NA
 1962,Melanesia,Ruminants,NA,NA
 1962,Melanesia,Cereals,NA,NA
 1962,Melanesia,Monogastrics,NA,NA
-1962,Melanesia,Oilcrops,NA,NA
-1962,Melanesia,Pulses,NA,NA
+1962,Melanesia,FruitVeg,NA,NA
+1962,Melanesia,OilcropsPulses,NA,NA
 1962,Melanesia,Starchy Roots,NA,NA
+1962,Melanesia,Sugar,NA,NA
 1963,Melanesia,Ruminants,NA,NA
 1963,Melanesia,Cereals,NA,NA
 1963,Melanesia,Monogastrics,NA,NA
-1963,Melanesia,Oilcrops,NA,NA
-1963,Melanesia,Pulses,NA,NA
+1963,Melanesia,FruitVeg,NA,NA
+1963,Melanesia,OilcropsPulses,NA,NA
 1963,Melanesia,Starchy Roots,NA,NA
+1963,Melanesia,Sugar,NA,NA
 1964,Melanesia,Ruminants,NA,NA
 1964,Melanesia,Cereals,NA,NA
 1964,Melanesia,Monogastrics,NA,NA
-1964,Melanesia,Oilcrops,NA,NA
-1964,Melanesia,Pulses,NA,NA
+1964,Melanesia,FruitVeg,NA,NA
+1964,Melanesia,OilcropsPulses,NA,NA
 1964,Melanesia,Starchy Roots,NA,NA
+1964,Melanesia,Sugar,NA,NA
 1965,Melanesia,Ruminants,NA,NA
 1965,Melanesia,Cereals,NA,NA
 1965,Melanesia,Monogastrics,NA,NA
-1965,Melanesia,Oilcrops,NA,NA
-1965,Melanesia,Pulses,NA,NA
+1965,Melanesia,FruitVeg,NA,NA
+1965,Melanesia,OilcropsPulses,NA,NA
 1965,Melanesia,Starchy Roots,NA,NA
+1965,Melanesia,Sugar,NA,NA
 1966,Melanesia,Ruminants,NA,NA
 1966,Melanesia,Cereals,NA,NA
 1966,Melanesia,Monogastrics,NA,NA
-1966,Melanesia,Oilcrops,NA,NA
-1966,Melanesia,Pulses,NA,NA
+1966,Melanesia,FruitVeg,NA,NA
+1966,Melanesia,OilcropsPulses,NA,NA
 1966,Melanesia,Starchy Roots,NA,NA
+1966,Melanesia,Sugar,NA,NA
 1967,Melanesia,Ruminants,NA,NA
 1967,Melanesia,Cereals,NA,NA
 1967,Melanesia,Monogastrics,NA,NA
-1967,Melanesia,Oilcrops,NA,NA
-1967,Melanesia,Pulses,NA,NA
+1967,Melanesia,FruitVeg,NA,NA
+1967,Melanesia,OilcropsPulses,NA,NA
 1967,Melanesia,Starchy Roots,NA,NA
+1967,Melanesia,Sugar,NA,NA
 1968,Melanesia,Ruminants,NA,NA
 1968,Melanesia,Cereals,NA,NA
 1968,Melanesia,Monogastrics,NA,NA
-1968,Melanesia,Oilcrops,NA,NA
-1968,Melanesia,Pulses,NA,NA
+1968,Melanesia,FruitVeg,NA,NA
+1968,Melanesia,OilcropsPulses,NA,NA
 1968,Melanesia,Starchy Roots,NA,NA
+1968,Melanesia,Sugar,NA,NA
 1969,Melanesia,Ruminants,NA,NA
 1969,Melanesia,Cereals,NA,NA
 1969,Melanesia,Monogastrics,NA,NA
-1969,Melanesia,Oilcrops,NA,NA
-1969,Melanesia,Pulses,NA,NA
+1969,Melanesia,FruitVeg,NA,NA
+1969,Melanesia,OilcropsPulses,NA,NA
 1969,Melanesia,Starchy Roots,NA,NA
+1969,Melanesia,Sugar,NA,NA
 1970,Melanesia,Ruminants,NA,NA
 1970,Melanesia,Cereals,NA,NA
 1970,Melanesia,Monogastrics,NA,NA
-1970,Melanesia,Oilcrops,NA,NA
-1970,Melanesia,Pulses,NA,NA
+1970,Melanesia,FruitVeg,NA,NA
+1970,Melanesia,OilcropsPulses,NA,NA
 1970,Melanesia,Starchy Roots,NA,NA
+1970,Melanesia,Sugar,NA,NA
 1971,Melanesia,Ruminants,NA,NA
 1971,Melanesia,Cereals,NA,NA
 1971,Melanesia,Monogastrics,NA,NA
-1971,Melanesia,Oilcrops,NA,NA
-1971,Melanesia,Pulses,NA,NA
+1971,Melanesia,FruitVeg,NA,NA
+1971,Melanesia,OilcropsPulses,NA,NA
 1971,Melanesia,Starchy Roots,NA,NA
+1971,Melanesia,Sugar,NA,NA
 1972,Melanesia,Ruminants,NA,NA
 1972,Melanesia,Cereals,NA,NA
 1972,Melanesia,Monogastrics,NA,NA
-1972,Melanesia,Oilcrops,NA,NA
-1972,Melanesia,Pulses,NA,NA
+1972,Melanesia,FruitVeg,NA,NA
+1972,Melanesia,OilcropsPulses,NA,NA
 1972,Melanesia,Starchy Roots,NA,NA
+1972,Melanesia,Sugar,NA,NA
 1973,Melanesia,Ruminants,NA,NA
 1973,Melanesia,Cereals,NA,NA
 1973,Melanesia,Monogastrics,NA,NA
-1973,Melanesia,Oilcrops,NA,NA
-1973,Melanesia,Pulses,NA,NA
+1973,Melanesia,FruitVeg,NA,NA
+1973,Melanesia,OilcropsPulses,NA,NA
 1973,Melanesia,Starchy Roots,NA,NA
+1973,Melanesia,Sugar,NA,NA
 1974,Melanesia,Ruminants,NA,NA
 1974,Melanesia,Cereals,NA,NA
 1974,Melanesia,Monogastrics,NA,NA
-1974,Melanesia,Oilcrops,NA,NA
-1974,Melanesia,Pulses,NA,NA
+1974,Melanesia,FruitVeg,NA,NA
+1974,Melanesia,OilcropsPulses,NA,NA
 1974,Melanesia,Starchy Roots,NA,NA
+1974,Melanesia,Sugar,NA,NA
 1975,Melanesia,Ruminants,NA,NA
 1975,Melanesia,Cereals,NA,NA
 1975,Melanesia,Monogastrics,NA,NA
-1975,Melanesia,Oilcrops,NA,NA
-1975,Melanesia,Pulses,NA,NA
+1975,Melanesia,FruitVeg,NA,NA
+1975,Melanesia,OilcropsPulses,NA,NA
 1975,Melanesia,Starchy Roots,NA,NA
+1975,Melanesia,Sugar,NA,NA
 1976,Melanesia,Ruminants,NA,NA
 1976,Melanesia,Cereals,NA,NA
 1976,Melanesia,Monogastrics,NA,NA
-1976,Melanesia,Oilcrops,NA,NA
-1976,Melanesia,Pulses,NA,NA
+1976,Melanesia,FruitVeg,NA,NA
+1976,Melanesia,OilcropsPulses,NA,NA
 1976,Melanesia,Starchy Roots,NA,NA
+1976,Melanesia,Sugar,NA,NA
 1977,Melanesia,Ruminants,NA,NA
 1977,Melanesia,Cereals,NA,NA
 1977,Melanesia,Monogastrics,NA,NA
-1977,Melanesia,Oilcrops,NA,NA
-1977,Melanesia,Pulses,NA,NA
+1977,Melanesia,FruitVeg,NA,NA
+1977,Melanesia,OilcropsPulses,NA,NA
 1977,Melanesia,Starchy Roots,NA,NA
+1977,Melanesia,Sugar,NA,NA
 1978,Melanesia,Ruminants,NA,NA
 1978,Melanesia,Cereals,NA,NA
 1978,Melanesia,Monogastrics,NA,NA
-1978,Melanesia,Oilcrops,NA,NA
-1978,Melanesia,Pulses,NA,NA
+1978,Melanesia,FruitVeg,NA,NA
+1978,Melanesia,OilcropsPulses,NA,NA
 1978,Melanesia,Starchy Roots,NA,NA
+1978,Melanesia,Sugar,NA,NA
 1979,Melanesia,Ruminants,NA,NA
 1979,Melanesia,Cereals,NA,NA
 1979,Melanesia,Monogastrics,NA,NA
-1979,Melanesia,Oilcrops,NA,NA
-1979,Melanesia,Pulses,NA,NA
+1979,Melanesia,FruitVeg,NA,NA
+1979,Melanesia,OilcropsPulses,NA,NA
 1979,Melanesia,Starchy Roots,NA,NA
+1979,Melanesia,Sugar,NA,NA
 1980,Melanesia,Ruminants,NA,NA
 1980,Melanesia,Cereals,NA,NA
 1980,Melanesia,Monogastrics,NA,NA
-1980,Melanesia,Oilcrops,NA,NA
-1980,Melanesia,Pulses,NA,NA
+1980,Melanesia,FruitVeg,NA,NA
+1980,Melanesia,OilcropsPulses,NA,NA
 1980,Melanesia,Starchy Roots,NA,NA
+1980,Melanesia,Sugar,NA,NA
 1981,Melanesia,Ruminants,NA,NA
 1981,Melanesia,Cereals,NA,NA
 1981,Melanesia,Monogastrics,NA,NA
-1981,Melanesia,Oilcrops,NA,NA
-1981,Melanesia,Pulses,NA,NA
+1981,Melanesia,FruitVeg,NA,NA
+1981,Melanesia,OilcropsPulses,NA,NA
 1981,Melanesia,Starchy Roots,NA,NA
+1981,Melanesia,Sugar,NA,NA
 1982,Melanesia,Ruminants,NA,NA
 1982,Melanesia,Cereals,NA,NA
 1982,Melanesia,Monogastrics,NA,NA
-1982,Melanesia,Oilcrops,NA,NA
-1982,Melanesia,Pulses,NA,NA
+1982,Melanesia,FruitVeg,NA,NA
+1982,Melanesia,OilcropsPulses,NA,NA
 1982,Melanesia,Starchy Roots,NA,NA
+1982,Melanesia,Sugar,NA,NA
 1983,Melanesia,Ruminants,NA,NA
 1983,Melanesia,Cereals,NA,NA
 1983,Melanesia,Monogastrics,NA,NA
-1983,Melanesia,Oilcrops,NA,NA
-1983,Melanesia,Pulses,NA,NA
+1983,Melanesia,FruitVeg,NA,NA
+1983,Melanesia,OilcropsPulses,NA,NA
 1983,Melanesia,Starchy Roots,NA,NA
+1983,Melanesia,Sugar,NA,NA
 1984,Melanesia,Ruminants,NA,NA
 1984,Melanesia,Cereals,NA,NA
 1984,Melanesia,Monogastrics,NA,NA
-1984,Melanesia,Oilcrops,NA,NA
-1984,Melanesia,Pulses,NA,NA
+1984,Melanesia,FruitVeg,NA,NA
+1984,Melanesia,OilcropsPulses,NA,NA
 1984,Melanesia,Starchy Roots,NA,NA
+1984,Melanesia,Sugar,NA,NA
 1985,Melanesia,Ruminants,NA,NA
 1985,Melanesia,Cereals,NA,NA
 1985,Melanesia,Monogastrics,NA,NA
-1985,Melanesia,Oilcrops,NA,NA
-1985,Melanesia,Pulses,NA,NA
+1985,Melanesia,FruitVeg,NA,NA
+1985,Melanesia,OilcropsPulses,NA,NA
 1985,Melanesia,Starchy Roots,NA,NA
+1985,Melanesia,Sugar,NA,NA
 1986,Melanesia,Ruminants,NA,NA
 1986,Melanesia,Cereals,NA,NA
 1986,Melanesia,Monogastrics,NA,NA
-1986,Melanesia,Oilcrops,NA,NA
-1986,Melanesia,Pulses,NA,NA
+1986,Melanesia,FruitVeg,NA,NA
+1986,Melanesia,OilcropsPulses,NA,NA
 1986,Melanesia,Starchy Roots,NA,NA
+1986,Melanesia,Sugar,NA,NA
 1987,Melanesia,Ruminants,NA,NA
 1987,Melanesia,Cereals,NA,NA
 1987,Melanesia,Monogastrics,NA,NA
-1987,Melanesia,Oilcrops,NA,NA
-1987,Melanesia,Pulses,NA,NA
+1987,Melanesia,FruitVeg,NA,NA
+1987,Melanesia,OilcropsPulses,NA,NA
 1987,Melanesia,Starchy Roots,NA,NA
+1987,Melanesia,Sugar,NA,NA
 1988,Melanesia,Ruminants,NA,NA
 1988,Melanesia,Cereals,NA,NA
 1988,Melanesia,Monogastrics,NA,NA
-1988,Melanesia,Oilcrops,NA,NA
-1988,Melanesia,Pulses,NA,NA
+1988,Melanesia,FruitVeg,NA,NA
+1988,Melanesia,OilcropsPulses,NA,NA
 1988,Melanesia,Starchy Roots,NA,NA
+1988,Melanesia,Sugar,NA,NA
 1989,Melanesia,Ruminants,NA,NA
 1989,Melanesia,Cereals,NA,NA
 1989,Melanesia,Monogastrics,NA,NA
-1989,Melanesia,Oilcrops,NA,NA
-1989,Melanesia,Pulses,NA,NA
+1989,Melanesia,FruitVeg,NA,NA
+1989,Melanesia,OilcropsPulses,NA,NA
 1989,Melanesia,Starchy Roots,NA,NA
+1989,Melanesia,Sugar,NA,NA
 1990,Melanesia,Ruminants,NA,NA
 1990,Melanesia,Cereals,NA,NA
 1990,Melanesia,Monogastrics,NA,NA
-1990,Melanesia,Oilcrops,NA,NA
-1990,Melanesia,Pulses,NA,NA
+1990,Melanesia,FruitVeg,NA,NA
+1990,Melanesia,OilcropsPulses,NA,NA
 1990,Melanesia,Starchy Roots,NA,NA
+1990,Melanesia,Sugar,NA,NA
 1991,Melanesia,Ruminants,NA,NA
 1991,Melanesia,Cereals,NA,NA
 1991,Melanesia,Monogastrics,NA,NA
-1991,Melanesia,Oilcrops,NA,NA
-1991,Melanesia,Pulses,NA,NA
+1991,Melanesia,FruitVeg,NA,NA
+1991,Melanesia,OilcropsPulses,NA,NA
 1991,Melanesia,Starchy Roots,NA,NA
+1991,Melanesia,Sugar,NA,NA
 1992,Melanesia,Ruminants,NA,NA
 1992,Melanesia,Cereals,NA,NA
 1992,Melanesia,Monogastrics,NA,NA
-1992,Melanesia,Oilcrops,NA,NA
-1992,Melanesia,Pulses,NA,NA
+1992,Melanesia,FruitVeg,NA,NA
+1992,Melanesia,OilcropsPulses,NA,NA
 1992,Melanesia,Starchy Roots,NA,NA
+1992,Melanesia,Sugar,NA,NA
 1993,Melanesia,Ruminants,NA,NA
 1993,Melanesia,Cereals,NA,NA
 1993,Melanesia,Monogastrics,NA,NA
-1993,Melanesia,Oilcrops,NA,NA
-1993,Melanesia,Pulses,NA,NA
+1993,Melanesia,FruitVeg,NA,NA
+1993,Melanesia,OilcropsPulses,NA,NA
 1993,Melanesia,Starchy Roots,NA,NA
+1993,Melanesia,Sugar,NA,NA
 1994,Melanesia,Ruminants,NA,NA
 1994,Melanesia,Cereals,NA,NA
 1994,Melanesia,Monogastrics,NA,NA
-1994,Melanesia,Oilcrops,NA,NA
-1994,Melanesia,Pulses,NA,NA
+1994,Melanesia,FruitVeg,NA,NA
+1994,Melanesia,OilcropsPulses,NA,NA
 1994,Melanesia,Starchy Roots,NA,NA
+1994,Melanesia,Sugar,NA,NA
 1995,Melanesia,Ruminants,NA,NA
 1995,Melanesia,Cereals,NA,NA
 1995,Melanesia,Monogastrics,NA,NA
-1995,Melanesia,Oilcrops,NA,NA
-1995,Melanesia,Pulses,NA,NA
+1995,Melanesia,FruitVeg,NA,NA
+1995,Melanesia,OilcropsPulses,NA,NA
 1995,Melanesia,Starchy Roots,NA,NA
+1995,Melanesia,Sugar,NA,NA
 1996,Melanesia,Ruminants,NA,NA
 1996,Melanesia,Cereals,NA,NA
 1996,Melanesia,Monogastrics,NA,NA
-1996,Melanesia,Oilcrops,NA,NA
-1996,Melanesia,Pulses,NA,NA
+1996,Melanesia,FruitVeg,NA,NA
+1996,Melanesia,OilcropsPulses,NA,NA
 1996,Melanesia,Starchy Roots,NA,NA
+1996,Melanesia,Sugar,NA,NA
 1997,Melanesia,Ruminants,NA,NA
 1997,Melanesia,Cereals,NA,NA
 1997,Melanesia,Monogastrics,NA,NA
-1997,Melanesia,Oilcrops,NA,NA
-1997,Melanesia,Pulses,NA,NA
+1997,Melanesia,FruitVeg,NA,NA
+1997,Melanesia,OilcropsPulses,NA,NA
 1997,Melanesia,Starchy Roots,NA,NA
+1997,Melanesia,Sugar,NA,NA
 1998,Melanesia,Ruminants,NA,NA
 1998,Melanesia,Cereals,NA,NA
 1998,Melanesia,Monogastrics,NA,NA
-1998,Melanesia,Oilcrops,NA,NA
-1998,Melanesia,Pulses,NA,NA
+1998,Melanesia,FruitVeg,NA,NA
+1998,Melanesia,OilcropsPulses,NA,NA
 1998,Melanesia,Starchy Roots,NA,NA
+1998,Melanesia,Sugar,NA,NA
 1999,Melanesia,Ruminants,NA,NA
 1999,Melanesia,Cereals,NA,NA
 1999,Melanesia,Monogastrics,NA,NA
-1999,Melanesia,Oilcrops,NA,NA
-1999,Melanesia,Pulses,NA,NA
+1999,Melanesia,FruitVeg,NA,NA
+1999,Melanesia,OilcropsPulses,NA,NA
 1999,Melanesia,Starchy Roots,NA,NA
+1999,Melanesia,Sugar,NA,NA
 2000,Melanesia,Ruminants,NA,NA
 2000,Melanesia,Cereals,NA,NA
 2000,Melanesia,Monogastrics,NA,NA
-2000,Melanesia,Oilcrops,NA,NA
-2000,Melanesia,Pulses,NA,NA
+2000,Melanesia,FruitVeg,NA,NA
+2000,Melanesia,OilcropsPulses,NA,NA
 2000,Melanesia,Starchy Roots,NA,NA
+2000,Melanesia,Sugar,NA,NA
 2001,Melanesia,Ruminants,NA,NA
 2001,Melanesia,Cereals,NA,NA
 2001,Melanesia,Monogastrics,NA,NA
-2001,Melanesia,Oilcrops,NA,NA
-2001,Melanesia,Pulses,NA,NA
+2001,Melanesia,FruitVeg,NA,NA
+2001,Melanesia,OilcropsPulses,NA,NA
 2001,Melanesia,Starchy Roots,NA,NA
+2001,Melanesia,Sugar,NA,NA
 2002,Melanesia,Ruminants,NA,NA
 2002,Melanesia,Cereals,NA,NA
 2002,Melanesia,Monogastrics,NA,NA
-2002,Melanesia,Oilcrops,NA,NA
-2002,Melanesia,Pulses,NA,NA
+2002,Melanesia,FruitVeg,NA,NA
+2002,Melanesia,OilcropsPulses,NA,NA
 2002,Melanesia,Starchy Roots,NA,NA
+2002,Melanesia,Sugar,NA,NA
 2003,Melanesia,Ruminants,NA,NA
 2003,Melanesia,Cereals,NA,NA
 2003,Melanesia,Monogastrics,NA,NA
-2003,Melanesia,Oilcrops,NA,NA
-2003,Melanesia,Pulses,NA,NA
+2003,Melanesia,FruitVeg,NA,NA
+2003,Melanesia,OilcropsPulses,NA,NA
 2003,Melanesia,Starchy Roots,NA,NA
+2003,Melanesia,Sugar,NA,NA
 2004,Melanesia,Ruminants,NA,NA
 2004,Melanesia,Cereals,NA,NA
 2004,Melanesia,Monogastrics,NA,NA
-2004,Melanesia,Oilcrops,NA,NA
-2004,Melanesia,Pulses,NA,NA
+2004,Melanesia,FruitVeg,NA,NA
+2004,Melanesia,OilcropsPulses,NA,NA
 2004,Melanesia,Starchy Roots,NA,NA
+2004,Melanesia,Sugar,NA,NA
 2005,Melanesia,Ruminants,NA,NA
 2005,Melanesia,Cereals,NA,NA
 2005,Melanesia,Monogastrics,NA,NA
-2005,Melanesia,Oilcrops,NA,NA
-2005,Melanesia,Pulses,NA,NA
+2005,Melanesia,FruitVeg,NA,NA
+2005,Melanesia,OilcropsPulses,NA,NA
 2005,Melanesia,Starchy Roots,NA,NA
+2005,Melanesia,Sugar,NA,NA
 2006,Melanesia,Ruminants,NA,NA
 2006,Melanesia,Cereals,NA,NA
 2006,Melanesia,Monogastrics,NA,NA
-2006,Melanesia,Oilcrops,NA,NA
-2006,Melanesia,Pulses,NA,NA
+2006,Melanesia,FruitVeg,NA,NA
+2006,Melanesia,OilcropsPulses,NA,NA
 2006,Melanesia,Starchy Roots,NA,NA
+2006,Melanesia,Sugar,NA,NA
 2007,Melanesia,Ruminants,NA,NA
 2007,Melanesia,Cereals,NA,NA
 2007,Melanesia,Monogastrics,NA,NA
-2007,Melanesia,Oilcrops,NA,NA
-2007,Melanesia,Pulses,NA,NA
+2007,Melanesia,FruitVeg,NA,NA
+2007,Melanesia,OilcropsPulses,NA,NA
 2007,Melanesia,Starchy Roots,NA,NA
+2007,Melanesia,Sugar,NA,NA
 2008,Melanesia,Ruminants,NA,NA
 2008,Melanesia,Cereals,NA,NA
 2008,Melanesia,Monogastrics,NA,NA
-2008,Melanesia,Oilcrops,NA,NA
-2008,Melanesia,Pulses,NA,NA
+2008,Melanesia,FruitVeg,NA,NA
+2008,Melanesia,OilcropsPulses,NA,NA
 2008,Melanesia,Starchy Roots,NA,NA
+2008,Melanesia,Sugar,NA,NA
 2009,Melanesia,Ruminants,NA,NA
 2009,Melanesia,Cereals,NA,NA
 2009,Melanesia,Monogastrics,NA,NA
-2009,Melanesia,Oilcrops,NA,NA
-2009,Melanesia,Pulses,NA,NA
+2009,Melanesia,FruitVeg,NA,NA
+2009,Melanesia,OilcropsPulses,NA,NA
 2009,Melanesia,Starchy Roots,NA,NA
+2009,Melanesia,Sugar,NA,NA
 2010,Melanesia,Ruminants,NA,NA
 2010,Melanesia,Cereals,NA,NA
 2010,Melanesia,Monogastrics,NA,NA
-2010,Melanesia,Oilcrops,NA,NA
-2010,Melanesia,Pulses,NA,NA
+2010,Melanesia,FruitVeg,NA,NA
+2010,Melanesia,OilcropsPulses,NA,NA
 2010,Melanesia,Starchy Roots,NA,NA
+2010,Melanesia,Sugar,NA,NA
 2011,Melanesia,Ruminants,NA,NA
 2011,Melanesia,Cereals,NA,NA
 2011,Melanesia,Monogastrics,NA,NA
-2011,Melanesia,Oilcrops,NA,NA
-2011,Melanesia,Pulses,NA,NA
+2011,Melanesia,FruitVeg,NA,NA
+2011,Melanesia,OilcropsPulses,NA,NA
 2011,Melanesia,Starchy Roots,NA,NA
+2011,Melanesia,Sugar,NA,NA
 1961,Mexico,Ruminants,39.394125,0.297955174788119
 1961,Mexico,Cereals,39.394125,0.164318816574807
 1961,Mexico,Monogastrics,39.394125,0.0870103778164891
-1961,Mexico,Oilcrops,39.394125,0.0466370302678382
-1961,Mexico,Pulses,39.394125,0.0178214644950231
+1961,Mexico,FruitVeg,39.394125,0.0816021932204358
+1961,Mexico,OilcropsPulses,39.394125,0.0644584947628612
 1961,Mexico,Starchy Roots,39.394125,0.00902921438158609
+1961,Mexico,Sugar,39.394125,0.0252928577548048
 1962,Mexico,Ruminants,40.64959,0.329432631423835
 1962,Mexico,Cereals,40.64959,0.162732367042324
 1962,Mexico,Monogastrics,40.64959,0.0859904220436172
-1962,Mexico,Oilcrops,40.64959,0.0495348169563334
-1962,Mexico,Pulses,40.64959,0.0155797635351304
+1962,Mexico,FruitVeg,40.64959,0.0903549826701819
+1962,Mexico,OilcropsPulses,40.64959,0.0651145804914637
 1962,Mexico,Starchy Roots,40.64959,0.0106779428771606
+1962,Mexico,Sugar,40.64959,0.0266536021642531
 1963,Mexico,Ruminants,41.93988,0.326818298001806
 1963,Mexico,Cereals,41.93988,0.164928225831834
 1963,Mexico,Monogastrics,41.93988,0.0853048983449643
-1963,Mexico,Oilcrops,41.93988,0.042693016765904
-1963,Mexico,Pulses,41.93988,0.0147489215515161
+1963,Mexico,FruitVeg,41.93988,0.0942584242014998
+1963,Mexico,OilcropsPulses,41.93988,0.0574419383174201
 1963,Mexico,Starchy Roots,41.93988,0.0117248785642687
+1963,Mexico,Sugar,41.93988,0.0268442112852969
 1964,Mexico,Ruminants,43.264267,0.335715284393932
 1964,Mexico,Cereals,43.264267,0.164778314630871
 1964,Mexico,Monogastrics,43.264267,0.0834574523127827
-1964,Mexico,Oilcrops,43.264267,0.0489988423934236
-1964,Mexico,Pulses,43.264267,0.0193180899147095
+1964,Mexico,FruitVeg,43.264267,0.0919921745120517
+1964,Mexico,OilcropsPulses,43.264267,0.0683169323081332
 1964,Mexico,Starchy Roots,43.264267,0.0118589088773884
+1964,Mexico,Sugar,43.264267,0.0281008343444256
 1965,Mexico,Ruminants,44.623041,0.331262947767276
 1965,Mexico,Cereals,44.623041,0.169759766036564
 1965,Mexico,Monogastrics,44.623041,0.0834246684353045
-1965,Mexico,Oilcrops,44.623041,0.0493178849016588
-1965,Mexico,Pulses,44.623041,0.0180156704246132
+1965,Mexico,FruitVeg,44.623041,0.111123242362617
+1965,Mexico,OilcropsPulses,44.623041,0.0673335553262719
 1965,Mexico,Starchy Roots,44.623041,0.00911051759112518
+1965,Mexico,Sugar,44.623041,0.0286582664771771
 1966,Mexico,Ruminants,46.010959,0.337078451244626
 1966,Mexico,Cereals,46.010959,0.169397186439865
 1966,Mexico,Monogastrics,46.010959,0.0826609656190822
-1966,Mexico,Oilcrops,46.010959,0.0514957317016583
-1966,Mexico,Pulses,46.010959,0.0175507752403074
+1966,Mexico,FruitVeg,46.010959,0.111766481546277
+1966,Mexico,OilcropsPulses,46.010959,0.0690465069419657
 1966,Mexico,Starchy Roots,46.010959,0.0101077223797922
+1966,Mexico,Sugar,46.010959,0.0295219667123217
 1967,Mexico,Ruminants,47.429553,0.341020272740078
 1967,Mexico,Cereals,47.429553,0.17082939828676
 1967,Mexico,Monogastrics,47.429553,0.0846893665643444
-1967,Mexico,Oilcrops,47.429553,0.0457342071092258
-1967,Mexico,Pulses,47.429553,0.0174524098930471
+1967,Mexico,FruitVeg,47.429553,0.112370234650957
+1967,Mexico,OilcropsPulses,47.429553,0.0631866170022728
 1967,Mexico,Starchy Roots,47.429553,0.0109813389976498
+1967,Mexico,Sugar,47.429553,0.0313319840901726
 1968,Mexico,Ruminants,48.893607,0.329895779626158
 1968,Mexico,Cereals,48.893607,0.176930431825167
 1968,Mexico,Monogastrics,48.893607,0.0829055422317278
-1968,Mexico,Oilcrops,48.893607,0.0441591474320968
-1968,Mexico,Pulses,48.893607,0.0170201392586969
+1968,Mexico,FruitVeg,48.893607,0.107862076937789
+1968,Mexico,OilcropsPulses,48.893607,0.0611792866907937
 1968,Mexico,Starchy Roots,48.893607,0.0102671500591069
+1968,Mexico,Sugar,48.893607,0.0333257065693681
 1969,Mexico,Ruminants,50.423127,0.324918533910045
 1969,Mexico,Cereals,50.423127,0.176834114234922
 1969,Mexico,Monogastrics,50.423127,0.084001783546665
-1969,Mexico,Oilcrops,50.423127,0.0398298780636909
-1969,Mexico,Pulses,50.423127,0.0159196195824983
+1969,Mexico,FruitVeg,50.423127,0.0979875960489321
+1969,Mexico,OilcropsPulses,50.423127,0.0557494976461892
 1969,Mexico,Starchy Roots,50.423127,0.0114495477442325
+1969,Mexico,Sugar,50.423127,0.0350002093285488
 1970,Mexico,Ruminants,52.029859,0.311868458071355
 1970,Mexico,Cereals,52.029859,0.174514484077306
 1970,Mexico,Monogastrics,52.029859,0.0859525796523877
-1970,Mexico,Oilcrops,52.029859,0.0358183365440218
-1970,Mexico,Pulses,52.029859,0.0162747702237671
+1970,Mexico,FruitVeg,52.029859,0.0985281355461678
+1970,Mexico,OilcropsPulses,52.029859,0.0520931067677889
 1970,Mexico,Starchy Roots,52.029859,0.0121114685319443
+1970,Mexico,Sugar,52.029859,0.0367506089147772
 1971,Mexico,Ruminants,53.719547,0.301085779818657
 1971,Mexico,Cereals,53.719547,0.173765556883791
 1971,Mexico,Monogastrics,53.719547,0.0871528812407893
-1971,Mexico,Oilcrops,53.719547,0.0335167941754982
-1971,Mexico,Pulses,53.719547,0.017469600032182
+1971,Mexico,FruitVeg,53.719547,0.120060729477112
+1971,Mexico,OilcropsPulses,53.719547,0.0509863942076801
 1971,Mexico,Starchy Roots,53.719547,0.0107840075419847
+1971,Mexico,Sugar,53.719547,0.0346520047907329
 1972,Mexico,Ruminants,55.480125,0.308040789381783
 1972,Mexico,Cereals,55.480125,0.173440849313155
 1972,Mexico,Monogastrics,55.480125,0.0948892076216483
-1972,Mexico,Oilcrops,55.480125,0.0319385545724708
-1972,Mexico,Pulses,55.480125,0.0157810567297748
+1972,Mexico,FruitVeg,55.480125,0.120042393559856
+1972,Mexico,OilcropsPulses,55.480125,0.0477196113022456
 1972,Mexico,Starchy Roots,55.480125,0.0126287566944018
+1972,Mexico,Sugar,55.480125,0.0363929425177034
 1973,Mexico,Ruminants,57.283361,0.298762300277737
 1973,Mexico,Cereals,57.283361,0.176450156267891
 1973,Mexico,Monogastrics,57.283361,0.101363291165824
-1973,Mexico,Oilcrops,57.283361,0.0301237038099074
-1973,Mexico,Pulses,57.283361,0.0160594976261955
+1973,Mexico,FruitVeg,57.283361,0.118037574645803
+1973,Mexico,OilcropsPulses,57.283361,0.0461832014361029
 1973,Mexico,Starchy Roots,57.283361,0.012116572559351
+1973,Mexico,Sugar,57.283361,0.0391657186455941
 1974,Mexico,Ruminants,59.090495,0.313422979448725
 1974,Mexico,Cereals,59.090495,0.177421394083769
 1974,Mexico,Monogastrics,59.090495,0.107377792316683
-1974,Mexico,Oilcrops,59.090495,0.0307053613275705
-1974,Mexico,Pulses,59.090495,0.0158163339129246
+1974,Mexico,FruitVeg,59.090495,0.115759395821612
+1974,Mexico,OilcropsPulses,59.090495,0.0465216952404951
 1974,Mexico,Starchy Roots,59.090495,0.0111044762782915
+1974,Mexico,Sugar,59.090495,0.0387328114276247
 1975,Mexico,Ruminants,60.872399,0.338439267031352
 1975,Mexico,Cereals,60.872399,0.177022742277662
 1975,Mexico,Monogastrics,60.872399,0.115783547482661
-1975,Mexico,Oilcrops,60.872399,0.0325332996979468
-1975,Mexico,Pulses,60.872399,0.0155572478751823
+1975,Mexico,FruitVeg,60.872399,0.113912185389638
+1975,Mexico,OilcropsPulses,60.872399,0.0480905475731292
 1975,Mexico,Starchy Roots,60.872399,0.0119010423755436
+1975,Mexico,Sugar,60.872399,0.0439027218230712
 1976,Mexico,Ruminants,62.620087,0.373839193164966
 1976,Mexico,Cereals,62.620087,0.176870498439263
 1976,Mexico,Monogastrics,62.620087,0.124687613417081
-1976,Mexico,Oilcrops,62.620087,0.0304350583224198
-1976,Mexico,Pulses,62.620087,0.0129819366108514
+1976,Mexico,FruitVeg,62.620087,0.11307165702277
+1976,Mexico,OilcropsPulses,62.620087,0.0434169949332712
 1976,Mexico,Starchy Roots,62.620087,0.0112725490145039
+1976,Mexico,Sugar,62.620087,0.0422996857222508
 1977,Mexico,Ruminants,64.337694,0.390497691757494
 1977,Mexico,Cereals,64.337694,0.178636057425372
 1977,Mexico,Monogastrics,64.337694,0.134030837350185
-1977,Mexico,Oilcrops,64.337694,0.0307016754439474
-1977,Mexico,Pulses,64.337694,0.0136478003081677
+1977,Mexico,FruitVeg,64.337694,0.116854125980953
+1977,Mexico,OilcropsPulses,64.337694,0.0443494757521151
 1977,Mexico,Starchy Roots,64.337694,0.0103698152439222
+1977,Mexico,Sugar,64.337694,0.0411849700426005
 1978,Mexico,Ruminants,66.025613,0.377170006736628
 1978,Mexico,Cereals,66.025613,0.180559338388876
 1978,Mexico,Monogastrics,66.025613,0.140601090670677
-1978,Mexico,Oilcrops,66.025613,0.0323480071286881
-1978,Mexico,Pulses,66.025613,0.0130722451603744
+1978,Mexico,FruitVeg,66.025613,0.131557960696253
+1978,Mexico,OilcropsPulses,66.025613,0.0454202522890624
 1978,Mexico,Starchy Roots,66.025613,0.0138783868617774
+1978,Mexico,Sugar,66.025613,0.0442045574041092
 1979,Mexico,Ruminants,67.688533,0.350203986545254
 1979,Mexico,Cereals,67.688533,0.184399091645257
 1979,Mexico,Monogastrics,67.688533,0.148045666760129
-1979,Mexico,Oilcrops,67.688533,0.0283657942476017
-1979,Mexico,Pulses,67.688533,0.0127529872748165
+1979,Mexico,FruitVeg,67.688533,0.132066505267591
+1979,Mexico,OilcropsPulses,67.688533,0.0411187815224183
 1979,Mexico,Starchy Roots,67.688533,0.0151369804395081
+1979,Mexico,Sugar,67.688533,0.045421755557917
 1980,Mexico,Ruminants,69.330974,0.402618983832536
 1980,Mexico,Cereals,69.330974,0.183261539063334
 1980,Mexico,Monogastrics,69.330974,0.155151830118527
-1980,Mexico,Oilcrops,69.330974,0.0295841220981549
-1980,Mexico,Pulses,69.330974,0.0227872898482574
+1980,Mexico,FruitVeg,69.330974,0.136460653213959
+1980,Mexico,OilcropsPulses,69.330974,0.0523714119464123
 1980,Mexico,Starchy Roots,69.330974,0.0140910612333241
+1980,Mexico,Sugar,69.330974,0.0459036822416486
 1981,Mexico,Ruminants,70.950741,0.425061328112134
 1981,Mexico,Cereals,70.950741,0.191726496556252
 1981,Mexico,Monogastrics,70.950741,0.159029628739184
-1981,Mexico,Oilcrops,70.950741,0.0335879085462969
-1981,Mexico,Pulses,70.950741,0.026679439471957
+1981,Mexico,FruitVeg,70.950741,0.13967531360948
+1981,Mexico,OilcropsPulses,70.950741,0.060267348018254
 1981,Mexico,Starchy Roots,70.950741,0.0110987847188234
+1981,Mexico,Sugar,70.950741,0.0456959991439695
 1982,Mexico,Ruminants,72.547995,0.422230005115924
 1982,Mexico,Cereals,72.547995,0.191721962819234
 1982,Mexico,Monogastrics,72.547995,0.162631954198045
-1982,Mexico,Oilcrops,72.547995,0.0370058607408792
-1982,Mexico,Pulses,72.547995,0.0205904656634549
+1982,Mexico,FruitVeg,72.547995,0.151153053919684
+1982,Mexico,OilcropsPulses,72.547995,0.0575963264043341
 1982,Mexico,Starchy Roots,72.547995,0.0131723695465326
+1982,Mexico,Sugar,72.547995,0.0440230911963866
 1983,Mexico,Ruminants,74.133377,0.437283781096334
 1983,Mexico,Cereals,74.133377,0.191287967361854
 1983,Mexico,Monogastrics,74.133377,0.170685994784778
-1983,Mexico,Oilcrops,74.133377,0.0319063705947188
-1983,Mexico,Pulses,74.133377,0.0193862880413501
+1983,Mexico,FruitVeg,74.133377,0.147917489311191
+1983,Mexico,OilcropsPulses,74.133377,0.0512926586360689
 1983,Mexico,Starchy Roots,74.133377,0.0109656814905383
+1983,Mexico,Sugar,74.133377,0.0403315364953629
 1984,Mexico,Ruminants,75.72121,0.423076810315102
 1984,Mexico,Cereals,75.72121,0.192130408375672
 1984,Mexico,Monogastrics,75.72121,0.16655022813291
-1984,Mexico,Oilcrops,75.72121,0.0269840775127603
-1984,Mexico,Pulses,75.72121,0.0124339534458047
+1984,Mexico,FruitVeg,75.72121,0.156625706324556
+1984,Mexico,OilcropsPulses,75.72121,0.039418030958565
 1984,Mexico,Starchy Roots,75.72121,0.013241138117048
+1984,Mexico,Sugar,75.72121,0.0462993789983018
 1985,Mexico,Ruminants,77.322643,0.433759078825073
 1985,Mexico,Cereals,77.322643,0.195843525421137
 1985,Mexico,Monogastrics,77.322643,0.155050144884468
-1985,Mexico,Oilcrops,77.322643,0.0315479516136043
-1985,Mexico,Pulses,77.322643,0.0166350237148515
+1985,Mexico,FruitVeg,77.322643,0.145606197139433
+1985,Mexico,OilcropsPulses,77.322643,0.0481829753284559
 1985,Mexico,Starchy Roots,77.322643,0.0120647453812462
+1985,Mexico,Sugar,77.322643,0.0454717901973423
 1986,Mexico,Ruminants,78.939441,0.523694332976085
 1986,Mexico,Cereals,78.939441,0.19039001048918
 1986,Mexico,Monogastrics,78.939441,0.13389508674124
-1986,Mexico,Oilcrops,78.939441,0.0288068292756216
-1986,Mexico,Pulses,78.939441,0.0164864101330538
+1986,Mexico,FruitVeg,78.939441,0.149327393894264
+1986,Mexico,OilcropsPulses,78.939441,0.0452932394086753
 1986,Mexico,Starchy Roots,78.939441,0.0116366291471458
+1986,Mexico,Sugar,78.939441,0.0461462603972582
 1987,Mexico,Ruminants,80.571067,0.522101339429947
 1987,Mexico,Cereals,80.571067,0.187241432461109
 1987,Mexico,Monogastrics,80.571067,0.127245529713539
-1987,Mexico,Oilcrops,80.571067,0.0262434528762043
-1987,Mexico,Pulses,80.571067,0.0142350727463992
+1987,Mexico,FruitVeg,80.571067,0.142506180289259
+1987,Mexico,OilcropsPulses,80.571067,0.0404785256226035
 1987,Mexico,Starchy Roots,80.571067,0.0110885213919284
+1987,Mexico,Sugar,80.571067,0.0442057817106977
 1988,Mexico,Ruminants,82.223153,0.523791314594808
 1988,Mexico,Cereals,82.223153,0.195750994856643
 1988,Mexico,Monogastrics,82.223153,0.128115318078352
-1988,Mexico,Oilcrops,82.223153,0.0290713614448719
-1988,Mexico,Pulses,82.223153,0.012440109174602
+1988,Mexico,FruitVeg,82.223153,0.148588415236278
+1988,Mexico,OilcropsPulses,82.223153,0.0415114706194738
 1988,Mexico,Starchy Roots,82.223153,0.0110021565336956
+1988,Mexico,Sugar,82.223153,0.0443576883995193
 1989,Mexico,Ruminants,83.901643,0.487713710207081
 1989,Mexico,Cereals,83.901643,0.196183345301116
 1989,Mexico,Monogastrics,83.901643,0.113707774471115
-1989,Mexico,Oilcrops,83.901643,0.0303332558100203
-1989,Mexico,Pulses,83.901643,0.00952953924871292
+1989,Mexico,FruitVeg,83.901643,0.144183719977927
+1989,Mexico,OilcropsPulses,83.901643,0.0398627950587332
 1989,Mexico,Starchy Roots,83.901643,0.0119695033862448
+1989,Mexico,Sugar,83.901643,0.0477638441478434
 1990,Mexico,Ruminants,85.609404,0.474580683916454
 1990,Mexico,Cereals,85.609404,0.189170502810649
 1990,Mexico,Monogastrics,85.609404,0.116348117550264
-1990,Mexico,Oilcrops,85.609404,0.026502789343096
-1990,Mexico,Pulses,85.609404,0.0135434069836533
+1990,Mexico,FruitVeg,85.609404,0.14292963656189
+1990,Mexico,OilcropsPulses,85.609404,0.0400461963267493
 1990,Mexico,Starchy Roots,85.609404,0.0142890727285054
+1990,Mexico,Sugar,85.609404,0.0516269567768513
 1991,Mexico,Ruminants,87.347208,0.504072173663525
 1991,Mexico,Cereals,87.347208,0.189212206988917
 1991,Mexico,Monogastrics,87.347208,0.128946456994939
-1991,Mexico,Oilcrops,87.347208,0.0277745569154311
-1991,Mexico,Pulses,87.347208,0.0149593791252034
+1991,Mexico,FruitVeg,87.347208,0.145007439734078
+1991,Mexico,OilcropsPulses,87.347208,0.0427339360406345
 1991,Mexico,Starchy Roots,87.347208,0.013375172793159
+1991,Mexico,Sugar,87.347208,0.0482598024197866
 1992,Mexico,Ruminants,89.110043,0.526362383194002
 1992,Mexico,Cereals,89.110043,0.186013612405057
 1992,Mexico,Monogastrics,89.110043,0.13199411653297
-1992,Mexico,Oilcrops,89.110043,0.0272679477890051
-1992,Mexico,Pulses,89.110043,0.012876752848161
+1992,Mexico,FruitVeg,89.110043,0.150887459452803
+1992,Mexico,OilcropsPulses,89.110043,0.0401447006371661
 1992,Mexico,Starchy Roots,89.110043,0.0132829584651867
+1992,Mexico,Sugar,89.110043,0.048718189935112
 1993,Mexico,Ruminants,90.887097,0.52019413932871
 1993,Mexico,Cereals,90.887097,0.186168351267727
 1993,Mexico,Monogastrics,90.887097,0.138261939425791
-1993,Mexico,Oilcrops,90.887097,0.0238543981661115
-1993,Mexico,Pulses,90.887097,0.0122120524984971
+1993,Mexico,FruitVeg,90.887097,0.144492160421847
+1993,Mexico,OilcropsPulses,90.887097,0.0360664506646086
 1993,Mexico,Starchy Roots,90.887097,0.0125093444232243
+1993,Mexico,Sugar,90.887097,0.0494349049348556
 1994,Mexico,Ruminants,92.663664,0.543636843455704
 1994,Mexico,Cereals,92.663664,0.186957122696983
 1994,Mexico,Monogastrics,92.663664,0.146034653885476
-1994,Mexico,Oilcrops,92.663664,0.0259247465112107
-1994,Mexico,Pulses,92.663664,0.0122423930916438
+1994,Mexico,FruitVeg,92.663664,0.146315895732334
+1994,Mexico,OilcropsPulses,92.663664,0.0381671396028545
 1994,Mexico,Starchy Roots,92.663664,0.0127893496635315
+1994,Mexico,Sugar,92.663664,0.0482229474543549
 1995,Mexico,Ruminants,94.426946,0.513646746554739
 1995,Mexico,Cereals,94.426946,0.188125008300067
 1995,Mexico,Monogastrics,94.426946,0.145030094481717
-1995,Mexico,Oilcrops,94.426946,0.0276179958208116
-1995,Mexico,Pulses,94.426946,0.0150916879171333
+1995,Mexico,FruitVeg,94.426946,0.144282003994919
+1995,Mexico,OilcropsPulses,94.426946,0.0427096837379449
 1995,Mexico,Starchy Roots,94.426946,0.0132807006169616
+1995,Mexico,Sugar,94.426946,0.0475313053119392
 1996,Mexico,Ruminants,96.18171,0.493070145041089
 1996,Mexico,Cereals,96.18171,0.187783540134606
 1996,Mexico,Monogastrics,96.18171,0.140123710630639
-1996,Mexico,Oilcrops,96.18171,0.0290180222414428
-1996,Mexico,Pulses,96.18171,0.0144667421695871
+1996,Mexico,FruitVeg,96.18171,0.15347087299654
+1996,Mexico,OilcropsPulses,96.18171,0.0434847644110299
 1996,Mexico,Starchy Roots,96.18171,0.0130095212488944
+1996,Mexico,Sugar,96.18171,0.0481632214690298
 1997,Mexico,Ruminants,97.925825,0.513054626805544
 1997,Mexico,Cereals,97.925825,0.184900959476216
 1997,Mexico,Monogastrics,97.925825,0.150786749052152
-1997,Mexico,Oilcrops,97.925825,0.0288679314164573
-1997,Mexico,Pulses,97.925825,0.0154183332129191
+1997,Mexico,FruitVeg,97.925825,0.160722383497918
+1997,Mexico,OilcropsPulses,97.925825,0.0442862646293764
 1997,Mexico,Starchy Roots,97.925825,0.0137188836550522
+1997,Mexico,Sugar,97.925825,0.044988806578857
 1998,Mexico,Ruminants,99.632299,0.548140291332633
 1998,Mexico,Cereals,99.632299,0.186443615036927
 1998,Mexico,Monogastrics,99.632299,0.161741317441646
-1998,Mexico,Oilcrops,99.632299,0.029684319539791
-1998,Mexico,Pulses,99.632299,0.0135809272051426
+1998,Mexico,FruitVeg,99.632299,0.151706486267069
+1998,Mexico,OilcropsPulses,99.632299,0.0432652467449336
 1998,Mexico,Starchy Roots,99.632299,0.0134964465689987
+1998,Mexico,Sugar,99.632299,0.0465899115707447
 1999,Mexico,Ruminants,101.26657,0.560054178787728
 1999,Mexico,Cereals,101.26657,0.186444638146626
 1999,Mexico,Monogastrics,101.26657,0.171017987476025
-1999,Mexico,Oilcrops,101.26657,0.0271748416086375
-1999,Mexico,Pulses,101.26657,0.0121498437243406
+1999,Mexico,FruitVeg,101.26657,0.172509407596209
+1999,Mexico,OilcropsPulses,101.26657,0.0393246853329781
 1999,Mexico,Starchy Roots,101.26657,0.0154994288835891
+1999,Mexico,Sugar,101.26657,0.0469657163267207
 2000,Mexico,Ruminants,102.80859,0.577458331059691
 2000,Mexico,Cereals,102.80859,0.18754791793176
 2000,Mexico,Monogastrics,102.80859,0.182552873256991
-2000,Mexico,Oilcrops,102.80859,0.0243399408551367
-2000,Mexico,Pulses,102.80859,0.0126294407889457
+2000,Mexico,FruitVeg,102.80859,0.172585870499732
+2000,Mexico,OilcropsPulses,102.80859,0.0369693816440825
 2000,Mexico,Starchy Roots,102.80859,0.0168282533589849
+2000,Mexico,Sugar,102.80859,0.0484509708770444
 2001,Mexico,Ruminants,104.239563,0.590809272675097
 2001,Mexico,Cereals,104.239563,0.188535402820137
 2001,Mexico,Monogastrics,104.239563,0.188843252345561
-2001,Mexico,Oilcrops,104.239563,0.0233924138764856
-2001,Mexico,Pulses,104.239563,0.0120157449240266
+2001,Mexico,FruitVeg,104.239563,0.186453333462267
+2001,Mexico,OilcropsPulses,104.239563,0.0354081588005122
 2001,Mexico,Starchy Roots,104.239563,0.0167012787649541
+2001,Mexico,Sugar,104.239563,0.0500398778532869
 2002,Mexico,Ruminants,105.578297,0.600138792729343
 2002,Mexico,Cereals,105.578297,0.18606690539818
 2002,Mexico,Monogastrics,105.578297,0.193916577381429
-2002,Mexico,Oilcrops,105.578297,0.0229863624339385
-2002,Mexico,Pulses,105.578297,0.0124873864938359
+2002,Mexico,FruitVeg,105.578297,0.180781813519875
+2002,Mexico,OilcropsPulses,105.578297,0.0354737489277744
 2002,Mexico,Starchy Roots,105.578297,0.0152295693877313
+2002,Mexico,Sugar,105.578297,0.0504423177047457
 2003,Mexico,Ruminants,106.888418,0.572869953973872
 2003,Mexico,Cereals,106.888418,0.185266620748377
 2003,Mexico,Monogastrics,106.888418,0.196035637836833
-2003,Mexico,Oilcrops,106.888418,0.0219613223202536
-2003,Mexico,Pulses,106.888418,0.0128607011472468
+2003,Mexico,FruitVeg,106.888418,0.181838980908109
+2003,Mexico,OilcropsPulses,106.888418,0.0348220234675005
 2003,Mexico,Starchy Roots,106.888418,0.0179630032507357
+2003,Mexico,Sugar,106.888418,0.0506712804000897
 2004,Mexico,Ruminants,108.257822,0.561520840498712
 2004,Mexico,Cereals,108.257822,0.182890645998771
 2004,Mexico,Monogastrics,108.257822,0.204788447526683
-2004,Mexico,Oilcrops,108.257822,0.022768969063501
-2004,Mexico,Pulses,108.257822,0.0125448394851321
+2004,Mexico,FruitVeg,108.257822,0.182957809736834
+2004,Mexico,OilcropsPulses,108.257822,0.0353138085486331
 2004,Mexico,Starchy Roots,108.257822,0.0169014207583079
+2004,Mexico,Sugar,108.257822,0.0499342855798447
 2005,Mexico,Ruminants,109.747906,0.559344592870865
 2005,Mexico,Cereals,109.747906,0.179762509546196
 2005,Mexico,Monogastrics,109.747906,0.209483862042889
-2005,Mexico,Oilcrops,109.747906,0.0231952944960973
-2005,Mexico,Pulses,109.747906,0.0118184396156041
+2005,Mexico,FruitVeg,109.747906,0.174143003694303
+2005,Mexico,OilcropsPulses,109.747906,0.0350137341117014
 2005,Mexico,Starchy Roots,109.747906,0.0174638502897723
+2005,Mexico,Sugar,109.747906,0.0465217258906061
 2006,Mexico,Ruminants,111.382857,0.567232344381326
 2006,Mexico,Cereals,111.382857,0.182371601403616
 2006,Mexico,Monogastrics,111.382857,0.215267400619828
-2006,Mexico,Oilcrops,111.382857,0.0222203045123901
-2006,Mexico,Pulses,111.382857,0.0120964485585066
+2006,Mexico,FruitVeg,111.382857,0.175940836209651
+2006,Mexico,OilcropsPulses,111.382857,0.0343167530708967
 2006,Mexico,Starchy Roots,111.382857,0.0170636492112965
+2006,Mexico,Sugar,111.382857,0.0484356223687098
 2007,Mexico,Ruminants,113.139374,0.570824012160435
 2007,Mexico,Cereals,113.139374,0.181376891832546
 2007,Mexico,Monogastrics,113.139374,0.215121344935142
-2007,Mexico,Oilcrops,113.139374,0.0233998643124895
-2007,Mexico,Pulses,113.139374,0.0120529480744696
+2007,Mexico,FruitVeg,113.139374,0.175588305800596
+2007,Mexico,OilcropsPulses,113.139374,0.0354528123869591
 2007,Mexico,Starchy Roots,113.139374,0.0182062258891409
+2007,Mexico,Sugar,113.139374,0.0483991364491729
 2008,Mexico,Ruminants,114.972821,0.569306591163837
 2008,Mexico,Cereals,114.972821,0.181492719918562
 2008,Mexico,Monogastrics,114.972821,0.21928418195462
-2008,Mexico,Oilcrops,114.972821,0.0231735376833104
-2008,Mexico,Pulses,114.972821,0.0114726766598168
+2008,Mexico,FruitVeg,114.972821,0.173925035726487
+2008,Mexico,OilcropsPulses,114.972821,0.0346462143431272
 2008,Mexico,Starchy Roots,114.972821,0.0173542058257403
+2008,Mexico,Sugar,114.972821,0.0486269185305978
 2009,Mexico,Ruminants,116.815612,0.552991582152564
 2009,Mexico,Cereals,116.815612,0.177725045861164
 2009,Mexico,Monogastrics,116.815612,0.225909056573705
-2009,Mexico,Oilcrops,116.815612,0.0203954502245813
-2009,Mexico,Pulses,116.815612,0.0114656249885503
+2009,Mexico,FruitVeg,116.815612,0.162317927161996
+2009,Mexico,OilcropsPulses,116.815612,0.0318610752131316
 2009,Mexico,Starchy Roots,116.815612,0.0156333299011437
+2009,Mexico,Sugar,116.815612,0.0493372495450351
 2010,Mexico,Ruminants,118.617542,0.535008700483778
 2010,Mexico,Cereals,118.617542,0.177206175794808
 2010,Mexico,Monogastrics,118.617542,0.226399730151212
-2010,Mexico,Oilcrops,118.617542,0.0211968395028789
-2010,Mexico,Pulses,118.617542,0.0120171685904603
+2010,Mexico,FruitVeg,118.617542,0.153124653350176
+2010,Mexico,OilcropsPulses,118.617542,0.0332140080933392
 2010,Mexico,Starchy Roots,118.617542,0.0161772531081448
+2010,Mexico,Sugar,118.617542,0.0491270759935322
 2011,Mexico,Ruminants,120.365271,0.525666504751192
 2011,Mexico,Cereals,120.365271,0.177074207725582
 2011,Mexico,Monogastrics,120.365271,0.224578243171155
-2011,Mexico,Oilcrops,120.365271,0.0224425947580843
-2011,Mexico,Pulses,120.365271,0.00913625658683558
+2011,Mexico,FruitVeg,120.365271,0.151483163278883
+2011,Mexico,OilcropsPulses,120.365271,0.0315788513449199
 2011,Mexico,Starchy Roots,120.365271,0.0149442857151046
+2011,Mexico,Sugar,120.365271,0.048358359115064
 2012,Mexico,Ruminants,122.070963,0.506208407645641
 2012,Mexico,Cereals,122.070963,0.177365398518237
 2012,Mexico,Monogastrics,122.070963,0.228137979873232
-2012,Mexico,Oilcrops,122.070963,0.0220159400233453
-2012,Mexico,Pulses,122.070963,0.0114774551258353
+2012,Mexico,FruitVeg,122.070963,0.156776530058176
+2012,Mexico,OilcropsPulses,122.070963,0.0334933951491806
 2012,Mexico,Starchy Roots,122.070963,0.0178953941733056
+2012,Mexico,Sugar,122.070963,0.0500052170473989
 2013,Mexico,Ruminants,123.740109,0.507327881051083
 2013,Mexico,Cereals,123.740109,0.177990234354812
 2013,Mexico,Monogastrics,123.740109,0.236358162574433
-2013,Mexico,Oilcrops,123.740109,0.0228374940254821
-2013,Mexico,Pulses,123.740109,0.0122496093809001
+2013,Mexico,FruitVeg,123.740109,0.161653712459555
+2013,Mexico,OilcropsPulses,123.740109,0.0350871034063822
 2013,Mexico,Starchy Roots,123.740109,0.0162790950830664
+2013,Mexico,Sugar,123.740109,0.047718787769938
 1961,Micronesia,Ruminants,NA,NA
 1961,Micronesia,Cereals,NA,NA
 1961,Micronesia,Monogastrics,NA,NA
-1961,Micronesia,Oilcrops,NA,NA
-1961,Micronesia,Pulses,NA,NA
+1961,Micronesia,FruitVeg,NA,NA
+1961,Micronesia,OilcropsPulses,NA,NA
 1961,Micronesia,Starchy Roots,NA,NA
+1961,Micronesia,Sugar,NA,NA
 1962,Micronesia,Ruminants,NA,NA
 1962,Micronesia,Cereals,NA,NA
 1962,Micronesia,Monogastrics,NA,NA
-1962,Micronesia,Oilcrops,NA,NA
-1962,Micronesia,Pulses,NA,NA
+1962,Micronesia,FruitVeg,NA,NA
+1962,Micronesia,OilcropsPulses,NA,NA
 1962,Micronesia,Starchy Roots,NA,NA
+1962,Micronesia,Sugar,NA,NA
 1963,Micronesia,Ruminants,NA,NA
 1963,Micronesia,Cereals,NA,NA
 1963,Micronesia,Monogastrics,NA,NA
-1963,Micronesia,Oilcrops,NA,NA
-1963,Micronesia,Pulses,NA,NA
+1963,Micronesia,FruitVeg,NA,NA
+1963,Micronesia,OilcropsPulses,NA,NA
 1963,Micronesia,Starchy Roots,NA,NA
+1963,Micronesia,Sugar,NA,NA
 1964,Micronesia,Ruminants,NA,NA
 1964,Micronesia,Cereals,NA,NA
 1964,Micronesia,Monogastrics,NA,NA
-1964,Micronesia,Oilcrops,NA,NA
-1964,Micronesia,Pulses,NA,NA
+1964,Micronesia,FruitVeg,NA,NA
+1964,Micronesia,OilcropsPulses,NA,NA
 1964,Micronesia,Starchy Roots,NA,NA
+1964,Micronesia,Sugar,NA,NA
 1965,Micronesia,Ruminants,NA,NA
 1965,Micronesia,Cereals,NA,NA
 1965,Micronesia,Monogastrics,NA,NA
-1965,Micronesia,Oilcrops,NA,NA
-1965,Micronesia,Pulses,NA,NA
+1965,Micronesia,FruitVeg,NA,NA
+1965,Micronesia,OilcropsPulses,NA,NA
 1965,Micronesia,Starchy Roots,NA,NA
+1965,Micronesia,Sugar,NA,NA
 1966,Micronesia,Ruminants,NA,NA
 1966,Micronesia,Cereals,NA,NA
 1966,Micronesia,Monogastrics,NA,NA
-1966,Micronesia,Oilcrops,NA,NA
-1966,Micronesia,Pulses,NA,NA
+1966,Micronesia,FruitVeg,NA,NA
+1966,Micronesia,OilcropsPulses,NA,NA
 1966,Micronesia,Starchy Roots,NA,NA
+1966,Micronesia,Sugar,NA,NA
 1967,Micronesia,Ruminants,NA,NA
 1967,Micronesia,Cereals,NA,NA
 1967,Micronesia,Monogastrics,NA,NA
-1967,Micronesia,Oilcrops,NA,NA
-1967,Micronesia,Pulses,NA,NA
+1967,Micronesia,FruitVeg,NA,NA
+1967,Micronesia,OilcropsPulses,NA,NA
 1967,Micronesia,Starchy Roots,NA,NA
+1967,Micronesia,Sugar,NA,NA
 1968,Micronesia,Ruminants,NA,NA
 1968,Micronesia,Cereals,NA,NA
 1968,Micronesia,Monogastrics,NA,NA
-1968,Micronesia,Oilcrops,NA,NA
-1968,Micronesia,Pulses,NA,NA
+1968,Micronesia,FruitVeg,NA,NA
+1968,Micronesia,OilcropsPulses,NA,NA
 1968,Micronesia,Starchy Roots,NA,NA
+1968,Micronesia,Sugar,NA,NA
 1969,Micronesia,Ruminants,NA,NA
 1969,Micronesia,Cereals,NA,NA
 1969,Micronesia,Monogastrics,NA,NA
-1969,Micronesia,Oilcrops,NA,NA
-1969,Micronesia,Pulses,NA,NA
+1969,Micronesia,FruitVeg,NA,NA
+1969,Micronesia,OilcropsPulses,NA,NA
 1969,Micronesia,Starchy Roots,NA,NA
+1969,Micronesia,Sugar,NA,NA
 1970,Micronesia,Ruminants,NA,NA
 1970,Micronesia,Cereals,NA,NA
 1970,Micronesia,Monogastrics,NA,NA
-1970,Micronesia,Oilcrops,NA,NA
-1970,Micronesia,Pulses,NA,NA
+1970,Micronesia,FruitVeg,NA,NA
+1970,Micronesia,OilcropsPulses,NA,NA
 1970,Micronesia,Starchy Roots,NA,NA
+1970,Micronesia,Sugar,NA,NA
 1971,Micronesia,Ruminants,NA,NA
 1971,Micronesia,Cereals,NA,NA
 1971,Micronesia,Monogastrics,NA,NA
-1971,Micronesia,Oilcrops,NA,NA
-1971,Micronesia,Pulses,NA,NA
+1971,Micronesia,FruitVeg,NA,NA
+1971,Micronesia,OilcropsPulses,NA,NA
 1971,Micronesia,Starchy Roots,NA,NA
+1971,Micronesia,Sugar,NA,NA
 1972,Micronesia,Ruminants,NA,NA
 1972,Micronesia,Cereals,NA,NA
 1972,Micronesia,Monogastrics,NA,NA
-1972,Micronesia,Oilcrops,NA,NA
-1972,Micronesia,Pulses,NA,NA
+1972,Micronesia,FruitVeg,NA,NA
+1972,Micronesia,OilcropsPulses,NA,NA
 1972,Micronesia,Starchy Roots,NA,NA
+1972,Micronesia,Sugar,NA,NA
 1973,Micronesia,Ruminants,NA,NA
 1973,Micronesia,Cereals,NA,NA
 1973,Micronesia,Monogastrics,NA,NA
-1973,Micronesia,Oilcrops,NA,NA
-1973,Micronesia,Pulses,NA,NA
+1973,Micronesia,FruitVeg,NA,NA
+1973,Micronesia,OilcropsPulses,NA,NA
 1973,Micronesia,Starchy Roots,NA,NA
+1973,Micronesia,Sugar,NA,NA
 1974,Micronesia,Ruminants,NA,NA
 1974,Micronesia,Cereals,NA,NA
 1974,Micronesia,Monogastrics,NA,NA
-1974,Micronesia,Oilcrops,NA,NA
-1974,Micronesia,Pulses,NA,NA
+1974,Micronesia,FruitVeg,NA,NA
+1974,Micronesia,OilcropsPulses,NA,NA
 1974,Micronesia,Starchy Roots,NA,NA
+1974,Micronesia,Sugar,NA,NA
 1975,Micronesia,Ruminants,NA,NA
 1975,Micronesia,Cereals,NA,NA
 1975,Micronesia,Monogastrics,NA,NA
-1975,Micronesia,Oilcrops,NA,NA
-1975,Micronesia,Pulses,NA,NA
+1975,Micronesia,FruitVeg,NA,NA
+1975,Micronesia,OilcropsPulses,NA,NA
 1975,Micronesia,Starchy Roots,NA,NA
+1975,Micronesia,Sugar,NA,NA
 1976,Micronesia,Ruminants,NA,NA
 1976,Micronesia,Cereals,NA,NA
 1976,Micronesia,Monogastrics,NA,NA
-1976,Micronesia,Oilcrops,NA,NA
-1976,Micronesia,Pulses,NA,NA
+1976,Micronesia,FruitVeg,NA,NA
+1976,Micronesia,OilcropsPulses,NA,NA
 1976,Micronesia,Starchy Roots,NA,NA
+1976,Micronesia,Sugar,NA,NA
 1977,Micronesia,Ruminants,NA,NA
 1977,Micronesia,Cereals,NA,NA
 1977,Micronesia,Monogastrics,NA,NA
-1977,Micronesia,Oilcrops,NA,NA
-1977,Micronesia,Pulses,NA,NA
+1977,Micronesia,FruitVeg,NA,NA
+1977,Micronesia,OilcropsPulses,NA,NA
 1977,Micronesia,Starchy Roots,NA,NA
+1977,Micronesia,Sugar,NA,NA
 1978,Micronesia,Ruminants,NA,NA
 1978,Micronesia,Cereals,NA,NA
 1978,Micronesia,Monogastrics,NA,NA
-1978,Micronesia,Oilcrops,NA,NA
-1978,Micronesia,Pulses,NA,NA
+1978,Micronesia,FruitVeg,NA,NA
+1978,Micronesia,OilcropsPulses,NA,NA
 1978,Micronesia,Starchy Roots,NA,NA
+1978,Micronesia,Sugar,NA,NA
 1979,Micronesia,Ruminants,NA,NA
 1979,Micronesia,Cereals,NA,NA
 1979,Micronesia,Monogastrics,NA,NA
-1979,Micronesia,Oilcrops,NA,NA
-1979,Micronesia,Pulses,NA,NA
+1979,Micronesia,FruitVeg,NA,NA
+1979,Micronesia,OilcropsPulses,NA,NA
 1979,Micronesia,Starchy Roots,NA,NA
+1979,Micronesia,Sugar,NA,NA
 1980,Micronesia,Ruminants,NA,NA
 1980,Micronesia,Cereals,NA,NA
 1980,Micronesia,Monogastrics,NA,NA
-1980,Micronesia,Oilcrops,NA,NA
-1980,Micronesia,Pulses,NA,NA
+1980,Micronesia,FruitVeg,NA,NA
+1980,Micronesia,OilcropsPulses,NA,NA
 1980,Micronesia,Starchy Roots,NA,NA
+1980,Micronesia,Sugar,NA,NA
 1981,Micronesia,Ruminants,NA,NA
 1981,Micronesia,Cereals,NA,NA
 1981,Micronesia,Monogastrics,NA,NA
-1981,Micronesia,Oilcrops,NA,NA
-1981,Micronesia,Pulses,NA,NA
+1981,Micronesia,FruitVeg,NA,NA
+1981,Micronesia,OilcropsPulses,NA,NA
 1981,Micronesia,Starchy Roots,NA,NA
+1981,Micronesia,Sugar,NA,NA
 1982,Micronesia,Ruminants,NA,NA
 1982,Micronesia,Cereals,NA,NA
 1982,Micronesia,Monogastrics,NA,NA
-1982,Micronesia,Oilcrops,NA,NA
-1982,Micronesia,Pulses,NA,NA
+1982,Micronesia,FruitVeg,NA,NA
+1982,Micronesia,OilcropsPulses,NA,NA
 1982,Micronesia,Starchy Roots,NA,NA
+1982,Micronesia,Sugar,NA,NA
 1983,Micronesia,Ruminants,NA,NA
 1983,Micronesia,Cereals,NA,NA
 1983,Micronesia,Monogastrics,NA,NA
-1983,Micronesia,Oilcrops,NA,NA
-1983,Micronesia,Pulses,NA,NA
+1983,Micronesia,FruitVeg,NA,NA
+1983,Micronesia,OilcropsPulses,NA,NA
 1983,Micronesia,Starchy Roots,NA,NA
+1983,Micronesia,Sugar,NA,NA
 1984,Micronesia,Ruminants,NA,NA
 1984,Micronesia,Cereals,NA,NA
 1984,Micronesia,Monogastrics,NA,NA
-1984,Micronesia,Oilcrops,NA,NA
-1984,Micronesia,Pulses,NA,NA
+1984,Micronesia,FruitVeg,NA,NA
+1984,Micronesia,OilcropsPulses,NA,NA
 1984,Micronesia,Starchy Roots,NA,NA
+1984,Micronesia,Sugar,NA,NA
 1985,Micronesia,Ruminants,NA,NA
 1985,Micronesia,Cereals,NA,NA
 1985,Micronesia,Monogastrics,NA,NA
-1985,Micronesia,Oilcrops,NA,NA
-1985,Micronesia,Pulses,NA,NA
+1985,Micronesia,FruitVeg,NA,NA
+1985,Micronesia,OilcropsPulses,NA,NA
 1985,Micronesia,Starchy Roots,NA,NA
+1985,Micronesia,Sugar,NA,NA
 1986,Micronesia,Ruminants,NA,NA
 1986,Micronesia,Cereals,NA,NA
 1986,Micronesia,Monogastrics,NA,NA
-1986,Micronesia,Oilcrops,NA,NA
-1986,Micronesia,Pulses,NA,NA
+1986,Micronesia,FruitVeg,NA,NA
+1986,Micronesia,OilcropsPulses,NA,NA
 1986,Micronesia,Starchy Roots,NA,NA
+1986,Micronesia,Sugar,NA,NA
 1987,Micronesia,Ruminants,NA,NA
 1987,Micronesia,Cereals,NA,NA
 1987,Micronesia,Monogastrics,NA,NA
-1987,Micronesia,Oilcrops,NA,NA
-1987,Micronesia,Pulses,NA,NA
+1987,Micronesia,FruitVeg,NA,NA
+1987,Micronesia,OilcropsPulses,NA,NA
 1987,Micronesia,Starchy Roots,NA,NA
+1987,Micronesia,Sugar,NA,NA
 1988,Micronesia,Ruminants,NA,NA
 1988,Micronesia,Cereals,NA,NA
 1988,Micronesia,Monogastrics,NA,NA
-1988,Micronesia,Oilcrops,NA,NA
-1988,Micronesia,Pulses,NA,NA
+1988,Micronesia,FruitVeg,NA,NA
+1988,Micronesia,OilcropsPulses,NA,NA
 1988,Micronesia,Starchy Roots,NA,NA
+1988,Micronesia,Sugar,NA,NA
 1989,Micronesia,Ruminants,NA,NA
 1989,Micronesia,Cereals,NA,NA
 1989,Micronesia,Monogastrics,NA,NA
-1989,Micronesia,Oilcrops,NA,NA
-1989,Micronesia,Pulses,NA,NA
+1989,Micronesia,FruitVeg,NA,NA
+1989,Micronesia,OilcropsPulses,NA,NA
 1989,Micronesia,Starchy Roots,NA,NA
+1989,Micronesia,Sugar,NA,NA
 1990,Micronesia,Ruminants,NA,NA
 1990,Micronesia,Cereals,NA,NA
 1990,Micronesia,Monogastrics,NA,NA
-1990,Micronesia,Oilcrops,NA,NA
-1990,Micronesia,Pulses,NA,NA
+1990,Micronesia,FruitVeg,NA,NA
+1990,Micronesia,OilcropsPulses,NA,NA
 1990,Micronesia,Starchy Roots,NA,NA
+1990,Micronesia,Sugar,NA,NA
 1991,Micronesia,Ruminants,NA,NA
 1991,Micronesia,Cereals,NA,NA
 1991,Micronesia,Monogastrics,NA,NA
-1991,Micronesia,Oilcrops,NA,NA
-1991,Micronesia,Pulses,NA,NA
+1991,Micronesia,FruitVeg,NA,NA
+1991,Micronesia,OilcropsPulses,NA,NA
 1991,Micronesia,Starchy Roots,NA,NA
+1991,Micronesia,Sugar,NA,NA
 1992,Micronesia,Ruminants,NA,NA
 1992,Micronesia,Cereals,NA,NA
 1992,Micronesia,Monogastrics,NA,NA
-1992,Micronesia,Oilcrops,NA,NA
-1992,Micronesia,Pulses,NA,NA
+1992,Micronesia,FruitVeg,NA,NA
+1992,Micronesia,OilcropsPulses,NA,NA
 1992,Micronesia,Starchy Roots,NA,NA
+1992,Micronesia,Sugar,NA,NA
 1993,Micronesia,Ruminants,NA,NA
 1993,Micronesia,Cereals,NA,NA
 1993,Micronesia,Monogastrics,NA,NA
-1993,Micronesia,Oilcrops,NA,NA
-1993,Micronesia,Pulses,NA,NA
+1993,Micronesia,FruitVeg,NA,NA
+1993,Micronesia,OilcropsPulses,NA,NA
 1993,Micronesia,Starchy Roots,NA,NA
+1993,Micronesia,Sugar,NA,NA
 1994,Micronesia,Ruminants,NA,NA
 1994,Micronesia,Cereals,NA,NA
 1994,Micronesia,Monogastrics,NA,NA
-1994,Micronesia,Oilcrops,NA,NA
-1994,Micronesia,Pulses,NA,NA
+1994,Micronesia,FruitVeg,NA,NA
+1994,Micronesia,OilcropsPulses,NA,NA
 1994,Micronesia,Starchy Roots,NA,NA
+1994,Micronesia,Sugar,NA,NA
 1995,Micronesia,Ruminants,NA,NA
 1995,Micronesia,Cereals,NA,NA
 1995,Micronesia,Monogastrics,NA,NA
-1995,Micronesia,Oilcrops,NA,NA
-1995,Micronesia,Pulses,NA,NA
+1995,Micronesia,FruitVeg,NA,NA
+1995,Micronesia,OilcropsPulses,NA,NA
 1995,Micronesia,Starchy Roots,NA,NA
+1995,Micronesia,Sugar,NA,NA
 1996,Micronesia,Ruminants,NA,NA
 1996,Micronesia,Cereals,NA,NA
 1996,Micronesia,Monogastrics,NA,NA
-1996,Micronesia,Oilcrops,NA,NA
-1996,Micronesia,Pulses,NA,NA
+1996,Micronesia,FruitVeg,NA,NA
+1996,Micronesia,OilcropsPulses,NA,NA
 1996,Micronesia,Starchy Roots,NA,NA
+1996,Micronesia,Sugar,NA,NA
 1997,Micronesia,Ruminants,NA,NA
 1997,Micronesia,Cereals,NA,NA
 1997,Micronesia,Monogastrics,NA,NA
-1997,Micronesia,Oilcrops,NA,NA
-1997,Micronesia,Pulses,NA,NA
+1997,Micronesia,FruitVeg,NA,NA
+1997,Micronesia,OilcropsPulses,NA,NA
 1997,Micronesia,Starchy Roots,NA,NA
+1997,Micronesia,Sugar,NA,NA
 1998,Micronesia,Ruminants,NA,NA
 1998,Micronesia,Cereals,NA,NA
 1998,Micronesia,Monogastrics,NA,NA
-1998,Micronesia,Oilcrops,NA,NA
-1998,Micronesia,Pulses,NA,NA
+1998,Micronesia,FruitVeg,NA,NA
+1998,Micronesia,OilcropsPulses,NA,NA
 1998,Micronesia,Starchy Roots,NA,NA
+1998,Micronesia,Sugar,NA,NA
 1999,Micronesia,Ruminants,NA,NA
 1999,Micronesia,Cereals,NA,NA
 1999,Micronesia,Monogastrics,NA,NA
-1999,Micronesia,Oilcrops,NA,NA
-1999,Micronesia,Pulses,NA,NA
+1999,Micronesia,FruitVeg,NA,NA
+1999,Micronesia,OilcropsPulses,NA,NA
 1999,Micronesia,Starchy Roots,NA,NA
+1999,Micronesia,Sugar,NA,NA
 2000,Micronesia,Ruminants,NA,NA
 2000,Micronesia,Cereals,NA,NA
 2000,Micronesia,Monogastrics,NA,NA
-2000,Micronesia,Oilcrops,NA,NA
-2000,Micronesia,Pulses,NA,NA
+2000,Micronesia,FruitVeg,NA,NA
+2000,Micronesia,OilcropsPulses,NA,NA
 2000,Micronesia,Starchy Roots,NA,NA
+2000,Micronesia,Sugar,NA,NA
 2001,Micronesia,Ruminants,NA,NA
 2001,Micronesia,Cereals,NA,NA
 2001,Micronesia,Monogastrics,NA,NA
-2001,Micronesia,Oilcrops,NA,NA
-2001,Micronesia,Pulses,NA,NA
+2001,Micronesia,FruitVeg,NA,NA
+2001,Micronesia,OilcropsPulses,NA,NA
 2001,Micronesia,Starchy Roots,NA,NA
+2001,Micronesia,Sugar,NA,NA
 2002,Micronesia,Ruminants,NA,NA
 2002,Micronesia,Cereals,NA,NA
 2002,Micronesia,Monogastrics,NA,NA
-2002,Micronesia,Oilcrops,NA,NA
-2002,Micronesia,Pulses,NA,NA
+2002,Micronesia,FruitVeg,NA,NA
+2002,Micronesia,OilcropsPulses,NA,NA
 2002,Micronesia,Starchy Roots,NA,NA
+2002,Micronesia,Sugar,NA,NA
 2003,Micronesia,Ruminants,NA,NA
 2003,Micronesia,Cereals,NA,NA
 2003,Micronesia,Monogastrics,NA,NA
-2003,Micronesia,Oilcrops,NA,NA
-2003,Micronesia,Pulses,NA,NA
+2003,Micronesia,FruitVeg,NA,NA
+2003,Micronesia,OilcropsPulses,NA,NA
 2003,Micronesia,Starchy Roots,NA,NA
+2003,Micronesia,Sugar,NA,NA
 2004,Micronesia,Ruminants,NA,NA
 2004,Micronesia,Cereals,NA,NA
 2004,Micronesia,Monogastrics,NA,NA
-2004,Micronesia,Oilcrops,NA,NA
-2004,Micronesia,Pulses,NA,NA
+2004,Micronesia,FruitVeg,NA,NA
+2004,Micronesia,OilcropsPulses,NA,NA
 2004,Micronesia,Starchy Roots,NA,NA
+2004,Micronesia,Sugar,NA,NA
 2005,Micronesia,Ruminants,NA,NA
 2005,Micronesia,Cereals,NA,NA
 2005,Micronesia,Monogastrics,NA,NA
-2005,Micronesia,Oilcrops,NA,NA
-2005,Micronesia,Pulses,NA,NA
+2005,Micronesia,FruitVeg,NA,NA
+2005,Micronesia,OilcropsPulses,NA,NA
 2005,Micronesia,Starchy Roots,NA,NA
+2005,Micronesia,Sugar,NA,NA
 2006,Micronesia,Ruminants,NA,NA
 2006,Micronesia,Cereals,NA,NA
 2006,Micronesia,Monogastrics,NA,NA
-2006,Micronesia,Oilcrops,NA,NA
-2006,Micronesia,Pulses,NA,NA
+2006,Micronesia,FruitVeg,NA,NA
+2006,Micronesia,OilcropsPulses,NA,NA
 2006,Micronesia,Starchy Roots,NA,NA
+2006,Micronesia,Sugar,NA,NA
 2007,Micronesia,Ruminants,NA,NA
 2007,Micronesia,Cereals,NA,NA
 2007,Micronesia,Monogastrics,NA,NA
-2007,Micronesia,Oilcrops,NA,NA
-2007,Micronesia,Pulses,NA,NA
+2007,Micronesia,FruitVeg,NA,NA
+2007,Micronesia,OilcropsPulses,NA,NA
 2007,Micronesia,Starchy Roots,NA,NA
+2007,Micronesia,Sugar,NA,NA
 2008,Micronesia,Ruminants,NA,NA
 2008,Micronesia,Cereals,NA,NA
 2008,Micronesia,Monogastrics,NA,NA
-2008,Micronesia,Oilcrops,NA,NA
-2008,Micronesia,Pulses,NA,NA
+2008,Micronesia,FruitVeg,NA,NA
+2008,Micronesia,OilcropsPulses,NA,NA
 2008,Micronesia,Starchy Roots,NA,NA
+2008,Micronesia,Sugar,NA,NA
 2009,Micronesia,Ruminants,NA,NA
 2009,Micronesia,Cereals,NA,NA
 2009,Micronesia,Monogastrics,NA,NA
-2009,Micronesia,Oilcrops,NA,NA
-2009,Micronesia,Pulses,NA,NA
+2009,Micronesia,FruitVeg,NA,NA
+2009,Micronesia,OilcropsPulses,NA,NA
 2009,Micronesia,Starchy Roots,NA,NA
+2009,Micronesia,Sugar,NA,NA
 2010,Micronesia,Ruminants,NA,NA
 2010,Micronesia,Cereals,NA,NA
 2010,Micronesia,Monogastrics,NA,NA
-2010,Micronesia,Oilcrops,NA,NA
-2010,Micronesia,Pulses,NA,NA
+2010,Micronesia,FruitVeg,NA,NA
+2010,Micronesia,OilcropsPulses,NA,NA
 2010,Micronesia,Starchy Roots,NA,NA
+2010,Micronesia,Sugar,NA,NA
 2011,Micronesia,Ruminants,NA,NA
 2011,Micronesia,Cereals,NA,NA
 2011,Micronesia,Monogastrics,NA,NA
-2011,Micronesia,Oilcrops,NA,NA
-2011,Micronesia,Pulses,NA,NA
+2011,Micronesia,FruitVeg,NA,NA
+2011,Micronesia,OilcropsPulses,NA,NA
 2011,Micronesia,Starchy Roots,NA,NA
+2011,Micronesia,Sugar,NA,NA
 1961,Middle Africa,Ruminants,NA,NA
 1961,Middle Africa,Cereals,NA,NA
 1961,Middle Africa,Monogastrics,NA,NA
-1961,Middle Africa,Oilcrops,NA,NA
-1961,Middle Africa,Pulses,NA,NA
+1961,Middle Africa,FruitVeg,NA,NA
+1961,Middle Africa,OilcropsPulses,NA,NA
 1961,Middle Africa,Starchy Roots,NA,NA
+1961,Middle Africa,Sugar,NA,NA
 1962,Middle Africa,Ruminants,NA,NA
 1962,Middle Africa,Cereals,NA,NA
 1962,Middle Africa,Monogastrics,NA,NA
-1962,Middle Africa,Oilcrops,NA,NA
-1962,Middle Africa,Pulses,NA,NA
+1962,Middle Africa,FruitVeg,NA,NA
+1962,Middle Africa,OilcropsPulses,NA,NA
 1962,Middle Africa,Starchy Roots,NA,NA
+1962,Middle Africa,Sugar,NA,NA
 1963,Middle Africa,Ruminants,NA,NA
 1963,Middle Africa,Cereals,NA,NA
 1963,Middle Africa,Monogastrics,NA,NA
-1963,Middle Africa,Oilcrops,NA,NA
-1963,Middle Africa,Pulses,NA,NA
+1963,Middle Africa,FruitVeg,NA,NA
+1963,Middle Africa,OilcropsPulses,NA,NA
 1963,Middle Africa,Starchy Roots,NA,NA
+1963,Middle Africa,Sugar,NA,NA
 1964,Middle Africa,Ruminants,NA,NA
 1964,Middle Africa,Cereals,NA,NA
 1964,Middle Africa,Monogastrics,NA,NA
-1964,Middle Africa,Oilcrops,NA,NA
-1964,Middle Africa,Pulses,NA,NA
+1964,Middle Africa,FruitVeg,NA,NA
+1964,Middle Africa,OilcropsPulses,NA,NA
 1964,Middle Africa,Starchy Roots,NA,NA
+1964,Middle Africa,Sugar,NA,NA
 1965,Middle Africa,Ruminants,NA,NA
 1965,Middle Africa,Cereals,NA,NA
 1965,Middle Africa,Monogastrics,NA,NA
-1965,Middle Africa,Oilcrops,NA,NA
-1965,Middle Africa,Pulses,NA,NA
+1965,Middle Africa,FruitVeg,NA,NA
+1965,Middle Africa,OilcropsPulses,NA,NA
 1965,Middle Africa,Starchy Roots,NA,NA
+1965,Middle Africa,Sugar,NA,NA
 1966,Middle Africa,Ruminants,NA,NA
 1966,Middle Africa,Cereals,NA,NA
 1966,Middle Africa,Monogastrics,NA,NA
-1966,Middle Africa,Oilcrops,NA,NA
-1966,Middle Africa,Pulses,NA,NA
+1966,Middle Africa,FruitVeg,NA,NA
+1966,Middle Africa,OilcropsPulses,NA,NA
 1966,Middle Africa,Starchy Roots,NA,NA
+1966,Middle Africa,Sugar,NA,NA
 1967,Middle Africa,Ruminants,NA,NA
 1967,Middle Africa,Cereals,NA,NA
 1967,Middle Africa,Monogastrics,NA,NA
-1967,Middle Africa,Oilcrops,NA,NA
-1967,Middle Africa,Pulses,NA,NA
+1967,Middle Africa,FruitVeg,NA,NA
+1967,Middle Africa,OilcropsPulses,NA,NA
 1967,Middle Africa,Starchy Roots,NA,NA
+1967,Middle Africa,Sugar,NA,NA
 1968,Middle Africa,Ruminants,NA,NA
 1968,Middle Africa,Cereals,NA,NA
 1968,Middle Africa,Monogastrics,NA,NA
-1968,Middle Africa,Oilcrops,NA,NA
-1968,Middle Africa,Pulses,NA,NA
+1968,Middle Africa,FruitVeg,NA,NA
+1968,Middle Africa,OilcropsPulses,NA,NA
 1968,Middle Africa,Starchy Roots,NA,NA
+1968,Middle Africa,Sugar,NA,NA
 1969,Middle Africa,Ruminants,NA,NA
 1969,Middle Africa,Cereals,NA,NA
 1969,Middle Africa,Monogastrics,NA,NA
-1969,Middle Africa,Oilcrops,NA,NA
-1969,Middle Africa,Pulses,NA,NA
+1969,Middle Africa,FruitVeg,NA,NA
+1969,Middle Africa,OilcropsPulses,NA,NA
 1969,Middle Africa,Starchy Roots,NA,NA
+1969,Middle Africa,Sugar,NA,NA
 1970,Middle Africa,Ruminants,NA,NA
 1970,Middle Africa,Cereals,NA,NA
 1970,Middle Africa,Monogastrics,NA,NA
-1970,Middle Africa,Oilcrops,NA,NA
-1970,Middle Africa,Pulses,NA,NA
+1970,Middle Africa,FruitVeg,NA,NA
+1970,Middle Africa,OilcropsPulses,NA,NA
 1970,Middle Africa,Starchy Roots,NA,NA
+1970,Middle Africa,Sugar,NA,NA
 1971,Middle Africa,Ruminants,NA,NA
 1971,Middle Africa,Cereals,NA,NA
 1971,Middle Africa,Monogastrics,NA,NA
-1971,Middle Africa,Oilcrops,NA,NA
-1971,Middle Africa,Pulses,NA,NA
+1971,Middle Africa,FruitVeg,NA,NA
+1971,Middle Africa,OilcropsPulses,NA,NA
 1971,Middle Africa,Starchy Roots,NA,NA
+1971,Middle Africa,Sugar,NA,NA
 1972,Middle Africa,Ruminants,NA,NA
 1972,Middle Africa,Cereals,NA,NA
 1972,Middle Africa,Monogastrics,NA,NA
-1972,Middle Africa,Oilcrops,NA,NA
-1972,Middle Africa,Pulses,NA,NA
+1972,Middle Africa,FruitVeg,NA,NA
+1972,Middle Africa,OilcropsPulses,NA,NA
 1972,Middle Africa,Starchy Roots,NA,NA
+1972,Middle Africa,Sugar,NA,NA
 1973,Middle Africa,Ruminants,NA,NA
 1973,Middle Africa,Cereals,NA,NA
 1973,Middle Africa,Monogastrics,NA,NA
-1973,Middle Africa,Oilcrops,NA,NA
-1973,Middle Africa,Pulses,NA,NA
+1973,Middle Africa,FruitVeg,NA,NA
+1973,Middle Africa,OilcropsPulses,NA,NA
 1973,Middle Africa,Starchy Roots,NA,NA
+1973,Middle Africa,Sugar,NA,NA
 1974,Middle Africa,Ruminants,NA,NA
 1974,Middle Africa,Cereals,NA,NA
 1974,Middle Africa,Monogastrics,NA,NA
-1974,Middle Africa,Oilcrops,NA,NA
-1974,Middle Africa,Pulses,NA,NA
+1974,Middle Africa,FruitVeg,NA,NA
+1974,Middle Africa,OilcropsPulses,NA,NA
 1974,Middle Africa,Starchy Roots,NA,NA
+1974,Middle Africa,Sugar,NA,NA
 1975,Middle Africa,Ruminants,NA,NA
 1975,Middle Africa,Cereals,NA,NA
 1975,Middle Africa,Monogastrics,NA,NA
-1975,Middle Africa,Oilcrops,NA,NA
-1975,Middle Africa,Pulses,NA,NA
+1975,Middle Africa,FruitVeg,NA,NA
+1975,Middle Africa,OilcropsPulses,NA,NA
 1975,Middle Africa,Starchy Roots,NA,NA
+1975,Middle Africa,Sugar,NA,NA
 1976,Middle Africa,Ruminants,NA,NA
 1976,Middle Africa,Cereals,NA,NA
 1976,Middle Africa,Monogastrics,NA,NA
-1976,Middle Africa,Oilcrops,NA,NA
-1976,Middle Africa,Pulses,NA,NA
+1976,Middle Africa,FruitVeg,NA,NA
+1976,Middle Africa,OilcropsPulses,NA,NA
 1976,Middle Africa,Starchy Roots,NA,NA
+1976,Middle Africa,Sugar,NA,NA
 1977,Middle Africa,Ruminants,NA,NA
 1977,Middle Africa,Cereals,NA,NA
 1977,Middle Africa,Monogastrics,NA,NA
-1977,Middle Africa,Oilcrops,NA,NA
-1977,Middle Africa,Pulses,NA,NA
+1977,Middle Africa,FruitVeg,NA,NA
+1977,Middle Africa,OilcropsPulses,NA,NA
 1977,Middle Africa,Starchy Roots,NA,NA
+1977,Middle Africa,Sugar,NA,NA
 1978,Middle Africa,Ruminants,NA,NA
 1978,Middle Africa,Cereals,NA,NA
 1978,Middle Africa,Monogastrics,NA,NA
-1978,Middle Africa,Oilcrops,NA,NA
-1978,Middle Africa,Pulses,NA,NA
+1978,Middle Africa,FruitVeg,NA,NA
+1978,Middle Africa,OilcropsPulses,NA,NA
 1978,Middle Africa,Starchy Roots,NA,NA
+1978,Middle Africa,Sugar,NA,NA
 1979,Middle Africa,Ruminants,NA,NA
 1979,Middle Africa,Cereals,NA,NA
 1979,Middle Africa,Monogastrics,NA,NA
-1979,Middle Africa,Oilcrops,NA,NA
-1979,Middle Africa,Pulses,NA,NA
+1979,Middle Africa,FruitVeg,NA,NA
+1979,Middle Africa,OilcropsPulses,NA,NA
 1979,Middle Africa,Starchy Roots,NA,NA
+1979,Middle Africa,Sugar,NA,NA
 1980,Middle Africa,Ruminants,NA,NA
 1980,Middle Africa,Cereals,NA,NA
 1980,Middle Africa,Monogastrics,NA,NA
-1980,Middle Africa,Oilcrops,NA,NA
-1980,Middle Africa,Pulses,NA,NA
+1980,Middle Africa,FruitVeg,NA,NA
+1980,Middle Africa,OilcropsPulses,NA,NA
 1980,Middle Africa,Starchy Roots,NA,NA
+1980,Middle Africa,Sugar,NA,NA
 1981,Middle Africa,Ruminants,NA,NA
 1981,Middle Africa,Cereals,NA,NA
 1981,Middle Africa,Monogastrics,NA,NA
-1981,Middle Africa,Oilcrops,NA,NA
-1981,Middle Africa,Pulses,NA,NA
+1981,Middle Africa,FruitVeg,NA,NA
+1981,Middle Africa,OilcropsPulses,NA,NA
 1981,Middle Africa,Starchy Roots,NA,NA
+1981,Middle Africa,Sugar,NA,NA
 1982,Middle Africa,Ruminants,NA,NA
 1982,Middle Africa,Cereals,NA,NA
 1982,Middle Africa,Monogastrics,NA,NA
-1982,Middle Africa,Oilcrops,NA,NA
-1982,Middle Africa,Pulses,NA,NA
+1982,Middle Africa,FruitVeg,NA,NA
+1982,Middle Africa,OilcropsPulses,NA,NA
 1982,Middle Africa,Starchy Roots,NA,NA
+1982,Middle Africa,Sugar,NA,NA
 1983,Middle Africa,Ruminants,NA,NA
 1983,Middle Africa,Cereals,NA,NA
 1983,Middle Africa,Monogastrics,NA,NA
-1983,Middle Africa,Oilcrops,NA,NA
-1983,Middle Africa,Pulses,NA,NA
+1983,Middle Africa,FruitVeg,NA,NA
+1983,Middle Africa,OilcropsPulses,NA,NA
 1983,Middle Africa,Starchy Roots,NA,NA
+1983,Middle Africa,Sugar,NA,NA
 1984,Middle Africa,Ruminants,NA,NA
 1984,Middle Africa,Cereals,NA,NA
 1984,Middle Africa,Monogastrics,NA,NA
-1984,Middle Africa,Oilcrops,NA,NA
-1984,Middle Africa,Pulses,NA,NA
+1984,Middle Africa,FruitVeg,NA,NA
+1984,Middle Africa,OilcropsPulses,NA,NA
 1984,Middle Africa,Starchy Roots,NA,NA
+1984,Middle Africa,Sugar,NA,NA
 1985,Middle Africa,Ruminants,NA,NA
 1985,Middle Africa,Cereals,NA,NA
 1985,Middle Africa,Monogastrics,NA,NA
-1985,Middle Africa,Oilcrops,NA,NA
-1985,Middle Africa,Pulses,NA,NA
+1985,Middle Africa,FruitVeg,NA,NA
+1985,Middle Africa,OilcropsPulses,NA,NA
 1985,Middle Africa,Starchy Roots,NA,NA
+1985,Middle Africa,Sugar,NA,NA
 1986,Middle Africa,Ruminants,NA,NA
 1986,Middle Africa,Cereals,NA,NA
 1986,Middle Africa,Monogastrics,NA,NA
-1986,Middle Africa,Oilcrops,NA,NA
-1986,Middle Africa,Pulses,NA,NA
+1986,Middle Africa,FruitVeg,NA,NA
+1986,Middle Africa,OilcropsPulses,NA,NA
 1986,Middle Africa,Starchy Roots,NA,NA
+1986,Middle Africa,Sugar,NA,NA
 1987,Middle Africa,Ruminants,NA,NA
 1987,Middle Africa,Cereals,NA,NA
 1987,Middle Africa,Monogastrics,NA,NA
-1987,Middle Africa,Oilcrops,NA,NA
-1987,Middle Africa,Pulses,NA,NA
+1987,Middle Africa,FruitVeg,NA,NA
+1987,Middle Africa,OilcropsPulses,NA,NA
 1987,Middle Africa,Starchy Roots,NA,NA
+1987,Middle Africa,Sugar,NA,NA
 1988,Middle Africa,Ruminants,NA,NA
 1988,Middle Africa,Cereals,NA,NA
 1988,Middle Africa,Monogastrics,NA,NA
-1988,Middle Africa,Oilcrops,NA,NA
-1988,Middle Africa,Pulses,NA,NA
+1988,Middle Africa,FruitVeg,NA,NA
+1988,Middle Africa,OilcropsPulses,NA,NA
 1988,Middle Africa,Starchy Roots,NA,NA
+1988,Middle Africa,Sugar,NA,NA
 1989,Middle Africa,Ruminants,NA,NA
 1989,Middle Africa,Cereals,NA,NA
 1989,Middle Africa,Monogastrics,NA,NA
-1989,Middle Africa,Oilcrops,NA,NA
-1989,Middle Africa,Pulses,NA,NA
+1989,Middle Africa,FruitVeg,NA,NA
+1989,Middle Africa,OilcropsPulses,NA,NA
 1989,Middle Africa,Starchy Roots,NA,NA
+1989,Middle Africa,Sugar,NA,NA
 1990,Middle Africa,Ruminants,NA,NA
 1990,Middle Africa,Cereals,NA,NA
 1990,Middle Africa,Monogastrics,NA,NA
-1990,Middle Africa,Oilcrops,NA,NA
-1990,Middle Africa,Pulses,NA,NA
+1990,Middle Africa,FruitVeg,NA,NA
+1990,Middle Africa,OilcropsPulses,NA,NA
 1990,Middle Africa,Starchy Roots,NA,NA
+1990,Middle Africa,Sugar,NA,NA
 1991,Middle Africa,Ruminants,NA,NA
 1991,Middle Africa,Cereals,NA,NA
 1991,Middle Africa,Monogastrics,NA,NA
-1991,Middle Africa,Oilcrops,NA,NA
-1991,Middle Africa,Pulses,NA,NA
+1991,Middle Africa,FruitVeg,NA,NA
+1991,Middle Africa,OilcropsPulses,NA,NA
 1991,Middle Africa,Starchy Roots,NA,NA
+1991,Middle Africa,Sugar,NA,NA
 1992,Middle Africa,Ruminants,NA,NA
 1992,Middle Africa,Cereals,NA,NA
 1992,Middle Africa,Monogastrics,NA,NA
-1992,Middle Africa,Oilcrops,NA,NA
-1992,Middle Africa,Pulses,NA,NA
+1992,Middle Africa,FruitVeg,NA,NA
+1992,Middle Africa,OilcropsPulses,NA,NA
 1992,Middle Africa,Starchy Roots,NA,NA
+1992,Middle Africa,Sugar,NA,NA
 1993,Middle Africa,Ruminants,NA,NA
 1993,Middle Africa,Cereals,NA,NA
 1993,Middle Africa,Monogastrics,NA,NA
-1993,Middle Africa,Oilcrops,NA,NA
-1993,Middle Africa,Pulses,NA,NA
+1993,Middle Africa,FruitVeg,NA,NA
+1993,Middle Africa,OilcropsPulses,NA,NA
 1993,Middle Africa,Starchy Roots,NA,NA
+1993,Middle Africa,Sugar,NA,NA
 1994,Middle Africa,Ruminants,NA,NA
 1994,Middle Africa,Cereals,NA,NA
 1994,Middle Africa,Monogastrics,NA,NA
-1994,Middle Africa,Oilcrops,NA,NA
-1994,Middle Africa,Pulses,NA,NA
+1994,Middle Africa,FruitVeg,NA,NA
+1994,Middle Africa,OilcropsPulses,NA,NA
 1994,Middle Africa,Starchy Roots,NA,NA
+1994,Middle Africa,Sugar,NA,NA
 1995,Middle Africa,Ruminants,NA,NA
 1995,Middle Africa,Cereals,NA,NA
 1995,Middle Africa,Monogastrics,NA,NA
-1995,Middle Africa,Oilcrops,NA,NA
-1995,Middle Africa,Pulses,NA,NA
+1995,Middle Africa,FruitVeg,NA,NA
+1995,Middle Africa,OilcropsPulses,NA,NA
 1995,Middle Africa,Starchy Roots,NA,NA
+1995,Middle Africa,Sugar,NA,NA
 1996,Middle Africa,Ruminants,NA,NA
 1996,Middle Africa,Cereals,NA,NA
 1996,Middle Africa,Monogastrics,NA,NA
-1996,Middle Africa,Oilcrops,NA,NA
-1996,Middle Africa,Pulses,NA,NA
+1996,Middle Africa,FruitVeg,NA,NA
+1996,Middle Africa,OilcropsPulses,NA,NA
 1996,Middle Africa,Starchy Roots,NA,NA
+1996,Middle Africa,Sugar,NA,NA
 1997,Middle Africa,Ruminants,NA,NA
 1997,Middle Africa,Cereals,NA,NA
 1997,Middle Africa,Monogastrics,NA,NA
-1997,Middle Africa,Oilcrops,NA,NA
-1997,Middle Africa,Pulses,NA,NA
+1997,Middle Africa,FruitVeg,NA,NA
+1997,Middle Africa,OilcropsPulses,NA,NA
 1997,Middle Africa,Starchy Roots,NA,NA
+1997,Middle Africa,Sugar,NA,NA
 1998,Middle Africa,Ruminants,NA,NA
 1998,Middle Africa,Cereals,NA,NA
 1998,Middle Africa,Monogastrics,NA,NA
-1998,Middle Africa,Oilcrops,NA,NA
-1998,Middle Africa,Pulses,NA,NA
+1998,Middle Africa,FruitVeg,NA,NA
+1998,Middle Africa,OilcropsPulses,NA,NA
 1998,Middle Africa,Starchy Roots,NA,NA
+1998,Middle Africa,Sugar,NA,NA
 1999,Middle Africa,Ruminants,NA,NA
 1999,Middle Africa,Cereals,NA,NA
 1999,Middle Africa,Monogastrics,NA,NA
-1999,Middle Africa,Oilcrops,NA,NA
-1999,Middle Africa,Pulses,NA,NA
+1999,Middle Africa,FruitVeg,NA,NA
+1999,Middle Africa,OilcropsPulses,NA,NA
 1999,Middle Africa,Starchy Roots,NA,NA
+1999,Middle Africa,Sugar,NA,NA
 2000,Middle Africa,Ruminants,NA,NA
 2000,Middle Africa,Cereals,NA,NA
 2000,Middle Africa,Monogastrics,NA,NA
-2000,Middle Africa,Oilcrops,NA,NA
-2000,Middle Africa,Pulses,NA,NA
+2000,Middle Africa,FruitVeg,NA,NA
+2000,Middle Africa,OilcropsPulses,NA,NA
 2000,Middle Africa,Starchy Roots,NA,NA
+2000,Middle Africa,Sugar,NA,NA
 2001,Middle Africa,Ruminants,NA,NA
 2001,Middle Africa,Cereals,NA,NA
 2001,Middle Africa,Monogastrics,NA,NA
-2001,Middle Africa,Oilcrops,NA,NA
-2001,Middle Africa,Pulses,NA,NA
+2001,Middle Africa,FruitVeg,NA,NA
+2001,Middle Africa,OilcropsPulses,NA,NA
 2001,Middle Africa,Starchy Roots,NA,NA
+2001,Middle Africa,Sugar,NA,NA
 2002,Middle Africa,Ruminants,NA,NA
 2002,Middle Africa,Cereals,NA,NA
 2002,Middle Africa,Monogastrics,NA,NA
-2002,Middle Africa,Oilcrops,NA,NA
-2002,Middle Africa,Pulses,NA,NA
+2002,Middle Africa,FruitVeg,NA,NA
+2002,Middle Africa,OilcropsPulses,NA,NA
 2002,Middle Africa,Starchy Roots,NA,NA
+2002,Middle Africa,Sugar,NA,NA
 2003,Middle Africa,Ruminants,NA,NA
 2003,Middle Africa,Cereals,NA,NA
 2003,Middle Africa,Monogastrics,NA,NA
-2003,Middle Africa,Oilcrops,NA,NA
-2003,Middle Africa,Pulses,NA,NA
+2003,Middle Africa,FruitVeg,NA,NA
+2003,Middle Africa,OilcropsPulses,NA,NA
 2003,Middle Africa,Starchy Roots,NA,NA
+2003,Middle Africa,Sugar,NA,NA
 2004,Middle Africa,Ruminants,NA,NA
 2004,Middle Africa,Cereals,NA,NA
 2004,Middle Africa,Monogastrics,NA,NA
-2004,Middle Africa,Oilcrops,NA,NA
-2004,Middle Africa,Pulses,NA,NA
+2004,Middle Africa,FruitVeg,NA,NA
+2004,Middle Africa,OilcropsPulses,NA,NA
 2004,Middle Africa,Starchy Roots,NA,NA
+2004,Middle Africa,Sugar,NA,NA
 2005,Middle Africa,Ruminants,NA,NA
 2005,Middle Africa,Cereals,NA,NA
 2005,Middle Africa,Monogastrics,NA,NA
-2005,Middle Africa,Oilcrops,NA,NA
-2005,Middle Africa,Pulses,NA,NA
+2005,Middle Africa,FruitVeg,NA,NA
+2005,Middle Africa,OilcropsPulses,NA,NA
 2005,Middle Africa,Starchy Roots,NA,NA
+2005,Middle Africa,Sugar,NA,NA
 2006,Middle Africa,Ruminants,NA,NA
 2006,Middle Africa,Cereals,NA,NA
 2006,Middle Africa,Monogastrics,NA,NA
-2006,Middle Africa,Oilcrops,NA,NA
-2006,Middle Africa,Pulses,NA,NA
+2006,Middle Africa,FruitVeg,NA,NA
+2006,Middle Africa,OilcropsPulses,NA,NA
 2006,Middle Africa,Starchy Roots,NA,NA
+2006,Middle Africa,Sugar,NA,NA
 2007,Middle Africa,Ruminants,NA,NA
 2007,Middle Africa,Cereals,NA,NA
 2007,Middle Africa,Monogastrics,NA,NA
-2007,Middle Africa,Oilcrops,NA,NA
-2007,Middle Africa,Pulses,NA,NA
+2007,Middle Africa,FruitVeg,NA,NA
+2007,Middle Africa,OilcropsPulses,NA,NA
 2007,Middle Africa,Starchy Roots,NA,NA
+2007,Middle Africa,Sugar,NA,NA
 2008,Middle Africa,Ruminants,NA,NA
 2008,Middle Africa,Cereals,NA,NA
 2008,Middle Africa,Monogastrics,NA,NA
-2008,Middle Africa,Oilcrops,NA,NA
-2008,Middle Africa,Pulses,NA,NA
+2008,Middle Africa,FruitVeg,NA,NA
+2008,Middle Africa,OilcropsPulses,NA,NA
 2008,Middle Africa,Starchy Roots,NA,NA
+2008,Middle Africa,Sugar,NA,NA
 2009,Middle Africa,Ruminants,NA,NA
 2009,Middle Africa,Cereals,NA,NA
 2009,Middle Africa,Monogastrics,NA,NA
-2009,Middle Africa,Oilcrops,NA,NA
-2009,Middle Africa,Pulses,NA,NA
+2009,Middle Africa,FruitVeg,NA,NA
+2009,Middle Africa,OilcropsPulses,NA,NA
 2009,Middle Africa,Starchy Roots,NA,NA
+2009,Middle Africa,Sugar,NA,NA
 2010,Middle Africa,Ruminants,NA,NA
 2010,Middle Africa,Cereals,NA,NA
 2010,Middle Africa,Monogastrics,NA,NA
-2010,Middle Africa,Oilcrops,NA,NA
-2010,Middle Africa,Pulses,NA,NA
+2010,Middle Africa,FruitVeg,NA,NA
+2010,Middle Africa,OilcropsPulses,NA,NA
 2010,Middle Africa,Starchy Roots,NA,NA
+2010,Middle Africa,Sugar,NA,NA
 2011,Middle Africa,Ruminants,NA,NA
 2011,Middle Africa,Cereals,NA,NA
 2011,Middle Africa,Monogastrics,NA,NA
-2011,Middle Africa,Oilcrops,NA,NA
-2011,Middle Africa,Pulses,NA,NA
+2011,Middle Africa,FruitVeg,NA,NA
+2011,Middle Africa,OilcropsPulses,NA,NA
 2011,Middle Africa,Starchy Roots,NA,NA
+2011,Middle Africa,Sugar,NA,NA
 1961,Mongolia,Ruminants,0.98218,2.72163055651714
 1961,Mongolia,Cereals,0.98218,0.122803355800362
 1961,Mongolia,Monogastrics,0.98218,0.0029968030299945
-1961,Mongolia,Oilcrops,0.98218,0.000407257325541143
-1961,Mongolia,Pulses,0.98218,0.000804333217943758
+1961,Mongolia,FruitVeg,0.98218,0.0091917978374636
+1961,Mongolia,OilcropsPulses,0.98218,0.0012115905434849
 1961,Mongolia,Starchy Roots,0.98218,0.00862061943839215
+1961,Mongolia,Sugar,0.98218,0.00298825062615814
 1962,Mongolia,Ruminants,1.011328,2.26487608372358
 1962,Mongolia,Cereals,1.011328,0.122249161498544
 1962,Mongolia,Monogastrics,1.011328,0.00328518541956714
-1962,Mongolia,Oilcrops,1.011328,0.000494399443108467
-1962,Mongolia,Pulses,1.011328,0.000781151120111378
+1962,Mongolia,FruitVeg,1.011328,0.00908409536767498
+1962,Mongolia,OilcropsPulses,1.011328,0.00127555056321985
 1962,Mongolia,Starchy Roots,1.011328,0.0142060735982787
+1962,Mongolia,Sugar,1.011328,0.00483621535248703
 1963,Mongolia,Ruminants,1.042383,2.31546878642495
 1963,Mongolia,Cereals,1.042383,0.123834521476271
 1963,Mongolia,Monogastrics,1.042383,0.00390144505426508
-1963,Mongolia,Oilcrops,1.042383,0.000479670140437824
-1963,Mongolia,Pulses,1.042383,0.000849016148574948
+1963,Mongolia,FruitVeg,1.042383,0.0110621527787771
+1963,Mongolia,OilcropsPulses,1.042383,0.00132868628901277
 1963,Mongolia,Starchy Roots,1.042383,0.0115120833705078
+1963,Mongolia,Sugar,1.042383,0.0104280288531183
 1964,Mongolia,Ruminants,1.074517,2.28621073468358
 1964,Mongolia,Cereals,1.074517,0.13571399987157
 1964,Mongolia,Monogastrics,1.074517,0.00383186119903175
-1964,Mongolia,Oilcrops,1.074517,0.000558390420998458
-1964,Mongolia,Pulses,1.074517,0.000795706349922803
+1964,Mongolia,FruitVeg,1.074517,0.0110002912936696
+1964,Mongolia,OilcropsPulses,1.074517,0.00135409677092126
 1964,Mongolia,Starchy Roots,1.074517,0.0120984591216333
+1964,Mongolia,Sugar,1.074517,0.0192197982907669
 1965,Mongolia,Ruminants,1.107125,2.28284231681156
 1965,Mongolia,Cereals,1.107125,0.14324308456588
 1965,Mongolia,Monogastrics,1.107125,0.00450771141470024
-1965,Mongolia,Oilcrops,1.107125,0.000180648074968951
-1965,Mongolia,Pulses,1.107125,0.000794851529863385
+1965,Mongolia,FruitVeg,1.107125,0.0127058823529412
+1965,Mongolia,OilcropsPulses,1.107125,0.000975499604832336
 1965,Mongolia,Starchy Roots,1.107125,0.0135666704301682
+1965,Mongolia,Sugar,1.107125,0.0196355425087501
 1966,Mongolia,Ruminants,1.13996,2.42972104284361
 1966,Mongolia,Cereals,1.13996,0.142712024983333
 1966,Mongolia,Monogastrics,1.13996,0.00449085932839749
-1966,Mongolia,Oilcrops,1.13996,0.000438611881118636
-1966,Mongolia,Pulses,1.13996,0.00221498999964911
+1966,Mongolia,FruitVeg,1.13996,0.00934945085792484
+1966,Mongolia,OilcropsPulses,1.13996,0.00265360188076775
 1966,Mongolia,Starchy Roots,1.13996,0.0113451349170146
+1966,Mongolia,Sugar,1.13996,0.019069967367276
 1967,Mongolia,Ruminants,1.173186,2.57521305232077
 1967,Mongolia,Cereals,1.173186,0.134356359520144
 1967,Mongolia,Monogastrics,1.173186,0.00325378925421885
-1967,Mongolia,Oilcrops,1.173186,0.000681903807239432
-1967,Mongolia,Pulses,1.173186,0.000494380260248588
+1967,Mongolia,FruitVeg,1.173186,0.00981941482424782
+1967,Mongolia,OilcropsPulses,1.173186,0.00117628406748802
 1967,Mongolia,Starchy Roots,1.173186,0.0122171590864535
+1967,Mongolia,Sugar,1.173186,0.0185298835819725
 1968,Mongolia,Ruminants,1.207108,2.42163145302657
 1968,Mongolia,Cereals,1.207108,0.12810949807308
 1968,Mongolia,Monogastrics,1.207108,0.00317817461237934
-1968,Mongolia,Oilcrops,1.207108,0.000745583659457149
-1968,Mongolia,Pulses,1.207108,0.000323086252431431
+1968,Mongolia,FruitVeg,1.207108,0.00974643528168151
+1968,Mongolia,OilcropsPulses,1.207108,0.00106866991188858
 1968,Mongolia,Starchy Roots,1.207108,0.0110454077017135
+1968,Mongolia,Sugar,1.207108,0.0175593236065041
 1969,Mongolia,Ruminants,1.242213,2.3757950528613
 1969,Mongolia,Cereals,1.242213,0.130751328475873
 1969,Mongolia,Monogastrics,1.242213,0.00299948559546551
-1969,Mongolia,Oilcrops,1.242213,0.000724513428856404
-1969,Mongolia,Pulses,1.242213,0.000193203581028374
+1969,Mongolia,FruitVeg,1.242213,0.00949354096278174
+1969,Mongolia,OilcropsPulses,1.242213,0.000917717009884778
 1969,Mongolia,Starchy Roots,1.242213,0.0112702088933218
+1969,Mongolia,Sugar,1.242213,0.0166251681474916
 1970,Mongolia,Ruminants,1.278825,2.21471272457138
 1970,Mongolia,Cereals,1.278825,0.146426602545305
 1970,Mongolia,Monogastrics,1.278825,0.00249048931636463
-1970,Mongolia,Oilcrops,1.278825,0.000547377475416887
-1970,Mongolia,Pulses,1.278825,6.64672648720505e-05
+1970,Mongolia,FruitVeg,1.278825,0.0115887631223975
+1970,Mongolia,OilcropsPulses,1.278825,0.000613844740288937
 1970,Mongolia,Starchy Roots,1.278825,0.0119899126150959
+1970,Mongolia,Sugar,1.278825,0.0123245948429222
 1971,Mongolia,Ruminants,1.317049,2.07210794738844
 1971,Mongolia,Cereals,1.317049,0.14625575813808
 1971,Mongolia,Monogastrics,1.317049,0.00307543606957676
-1971,Mongolia,Oilcrops,1.317049,0.000379636596664209
-1971,Mongolia,Pulses,1.317049,2.27781957998526e-05
+1971,Mongolia,FruitVeg,1.317049,0.0118606065529832
+1971,Mongolia,OilcropsPulses,1.317049,0.000402414792464062
 1971,Mongolia,Starchy Roots,1.317049,0.0106905665620641
+1971,Mongolia,Sugar,1.317049,0.0132045201051745
 1972,Mongolia,Ruminants,1.356669,2.16506576032916
 1972,Mongolia,Cereals,1.356669,0.14100565429003
 1972,Mongolia,Monogastrics,1.356669,0.00299409804454882
-1972,Mongolia,Oilcrops,1.356669,0.000475429157738549
-1972,Mongolia,Pulses,1.356669,0.000261670311623543
+1972,Mongolia,FruitVeg,1.356669,0.0131903950042346
+1972,Mongolia,OilcropsPulses,1.356669,0.000737099469362092
 1972,Mongolia,Starchy Roots,1.356669,0.00639802339406296
+1972,Mongolia,Sugar,1.356669,0.0150626276564144
 1973,Mongolia,Ruminants,1.397305,2.0899629644208
 1973,Mongolia,Cereals,1.397305,0.141774344183983
 1973,Mongolia,Monogastrics,1.397305,0.00337378024125012
-1973,Mongolia,Oilcrops,1.397305,0.000525296910839079
-1973,Mongolia,Pulses,1.397305,0.00145637495035085
+1973,Mongolia,FruitVeg,1.397305,0.0188441320971441
+1973,Mongolia,OilcropsPulses,1.397305,0.00198167186118993
 1973,Mongolia,Starchy Roots,1.397305,0.014322570949077
+1973,Mongolia,Sugar,1.397305,0.0167250528696312
 1974,Mongolia,Ruminants,1.438423,2.12146058565526
 1974,Mongolia,Cereals,1.438423,0.139202446012056
 1974,Mongolia,Monogastrics,1.438423,0.00342666934552632
-1974,Mongolia,Oilcrops,1.438423,0.000577020806814129
-1974,Mongolia,Pulses,1.438423,0.00085857915230777
+1974,Mongolia,FruitVeg,1.438423,0.0153424966091338
+1974,Mongolia,OilcropsPulses,1.438423,0.0014355999591219
 1974,Mongolia,Starchy Roots,1.438423,0.0122822007156448
+1974,Mongolia,Sugar,1.438423,0.0142065303460804
 1975,Mongolia,Ruminants,1.47965,2.24656263305511
 1975,Mongolia,Cereals,1.47965,0.136493089581996
 1975,Mongolia,Monogastrics,1.47965,0.00364903862399892
-1975,Mongolia,Oilcrops,1.47965,0.000518365829757037
-1975,Mongolia,Pulses,1.47965,0.00148345892609739
+1975,Mongolia,FruitVeg,1.47965,0.0159537728516879
+1975,Mongolia,OilcropsPulses,1.47965,0.00200182475585443
 1975,Mongolia,Starchy Roots,1.47965,0.0138546277835975
+1975,Mongolia,Sugar,1.47965,0.0143250092927381
 1976,Mongolia,Ruminants,1.520865,2.24535589943881
 1976,Mongolia,Cereals,1.520865,0.153153632965451
 1976,Mongolia,Monogastrics,1.520865,0.00327109901273289
-1976,Mongolia,Oilcrops,1.520865,0.000879104983019532
-1976,Mongolia,Pulses,1.520865,0.00106189569751424
+1976,Mongolia,FruitVeg,1.520865,0.0171159175863735
+1976,Mongolia,OilcropsPulses,1.520865,0.00194100068053378
 1976,Mongolia,Starchy Roots,1.520865,0.0100817626811058
+1976,Mongolia,Sugar,1.520865,0.014293839361153
 1977,Mongolia,Ruminants,1.562212,2.11958889062432
 1977,Mongolia,Cereals,1.562212,0.151140818275625
 1977,Mongolia,Monogastrics,1.562212,0.00290594362352869
-1977,Mongolia,Oilcrops,1.562212,0.00058378760373112
-1977,Mongolia,Pulses,1.562212,0.000736135684529372
+1977,Mongolia,FruitVeg,1.562212,0.0114101031102053
+1977,Mongolia,OilcropsPulses,1.562212,0.00131992328826049
 1977,Mongolia,Starchy Roots,1.562212,0.0139334482131747
+1977,Mongolia,Sugar,1.562212,0.0194819909205665
 1978,Mongolia,Ruminants,1.603908,2.27709563142026
 1978,Mongolia,Cereals,1.603908,0.15060277771543
 1978,Mongolia,Monogastrics,1.603908,0.00403096686343606
-1978,Mongolia,Oilcrops,1.603908,0.000748172588452704
-1978,Mongolia,Pulses,1.603908,0.000305503806951521
+1978,Mongolia,FruitVeg,1.603908,0.0151174506268439
+1978,Mongolia,OilcropsPulses,1.603908,0.00105367639540423
 1978,Mongolia,Starchy Roots,1.603908,0.0154204605251673
+1978,Mongolia,Sugar,1.603908,0.0196532469443385
 1979,Mongolia,Ruminants,1.646291,2.23193147505514
 1979,Mongolia,Cereals,1.646291,0.154339056703827
 1979,Mongolia,Monogastrics,1.646291,0.00532536471377174
-1979,Mongolia,Oilcrops,1.646291,0.000668168628753969
-1979,Mongolia,Pulses,1.646291,0.000106299554574495
+1979,Mongolia,FruitVeg,1.646291,0.0146602271408882
+1979,Mongolia,OilcropsPulses,1.646291,0.000774468183328464
 1979,Mongolia,Starchy Roots,1.646291,0.0195348210006615
+1979,Mongolia,Sugar,1.646291,0.0198075552863983
 1980,Mongolia,Ruminants,1.689622,2.10302256954514
 1980,Mongolia,Cereals,1.689622,0.158151941676896
 1980,Mongolia,Monogastrics,1.689622,0.00572275929172324
-1980,Mongolia,Oilcrops,1.689622,0.000887772531370922
-1980,Mongolia,Pulses,1.689622,2.07146923986548e-05
+1980,Mongolia,FruitVeg,1.689622,0.0159716196877171
+1980,Mongolia,OilcropsPulses,1.689622,0.000908487223769577
 1980,Mongolia,Starchy Roots,1.689622,0.0123891615994583
+1980,Mongolia,Sugar,1.689622,0.0231590261016961
 1981,Mongolia,Ruminants,1.733479,2.05674744257069
 1981,Mongolia,Cereals,1.733479,0.161280292406196
 1981,Mongolia,Monogastrics,1.733479,0.00693535947075217
-1981,Mongolia,Oilcrops,1.733479,0.000576874597269422
-1981,Mongolia,Pulses,1.733479,0.000265362314743934
+1981,Mongolia,FruitVeg,1.733479,0.0191556978769284
+1981,Mongolia,OilcropsPulses,1.733479,0.000842236912013356
 1981,Mongolia,Starchy Roots,1.733479,0.0173714247475741
+1981,Mongolia,Sugar,1.733479,0.0210057347103715
 1982,Mongolia,Ruminants,1.777727,1.93628526764796
 1982,Mongolia,Cereals,1.777727,0.161943313005878
 1982,Mongolia,Monogastrics,1.777727,0.0063910825452952
-1982,Mongolia,Oilcrops,1.777727,0.000506264460178644
-1982,Mongolia,Pulses,1.777727,9.8440311701403e-05
+1982,Mongolia,FruitVeg,1.777727,0.022001690923297
+1982,Mongolia,OilcropsPulses,1.777727,0.000604704771880047
 1982,Mongolia,Starchy Roots,1.777727,0.0201380751937727
+1982,Mongolia,Sugar,1.777727,0.0226227086611161
 1983,Mongolia,Ruminants,1.823215,1.97018146515907
 1983,Mongolia,Cereals,1.823215,0.170004086188409
 1983,Mongolia,Monogastrics,1.823215,0.00711912747536632
-1983,Mongolia,Oilcrops,1.823215,0.000822722498443683
-1983,Mongolia,Pulses,1.823215,0.000142605233063572
+1983,Mongolia,FruitVeg,1.823215,0.0177543515164147
+1983,Mongolia,OilcropsPulses,1.823215,0.000965327731507255
 1983,Mongolia,Starchy Roots,1.823215,0.0218295702920391
+1983,Mongolia,Sugar,1.823215,0.0202702369166555
 1984,Mongolia,Ruminants,1.871087,1.89870508426385
 1984,Mongolia,Cereals,1.871087,0.165793466578518
 1984,Mongolia,Monogastrics,1.871087,0.00837523856453495
-1984,Mongolia,Oilcrops,1.871087,0.000694783299761048
-1984,Mongolia,Pulses,1.871087,0.000114906468806635
+1984,Mongolia,FruitVeg,1.871087,0.018223097055348
+1984,Mongolia,OilcropsPulses,1.871087,0.000809689768567683
 1984,Mongolia,Starchy Roots,1.871087,0.0245135581616461
+1984,Mongolia,Sugar,1.871087,0.0206227716829843
 1985,Mongolia,Ruminants,1.921885,1.82359922680077
 1985,Mongolia,Cereals,1.921885,0.156018700390502
 1985,Mongolia,Monogastrics,1.921885,0.00933958067210057
-1985,Mongolia,Oilcrops,1.921885,0.00109267724135419
-1985,Mongolia,Pulses,1.921885,0.000595769257785976
+1985,Mongolia,FruitVeg,1.921885,0.0194767116658905
+1985,Mongolia,OilcropsPulses,1.921885,0.00168844649914017
 1985,Mongolia,Starchy Roots,1.921885,0.0302655986180235
+1985,Mongolia,Sugar,1.921885,0.0192295584803461
 1986,Mongolia,Ruminants,1.976311,1.86478727285331
 1986,Mongolia,Cereals,1.976311,0.156737477046882
 1986,Mongolia,Monogastrics,1.976311,0.00990218644737594
-1986,Mongolia,Oilcrops,1.976311,0.000708390531652154
-1986,Mongolia,Pulses,1.976311,0.00134088207777015
+1986,Mongolia,FruitVeg,1.976311,0.020080847599391
+1986,Mongolia,OilcropsPulses,1.976311,0.0020492726094223
 1986,Mongolia,Starchy Roots,1.976311,0.0297185007825185
+1986,Mongolia,Sugar,1.976311,0.023099603250703
 1987,Mongolia,Ruminants,2.033345,1.83426983615668
 1987,Mongolia,Cereals,2.033345,0.149476355463534
 1987,Mongolia,Monogastrics,2.033345,0.0117077524965021
-1987,Mongolia,Oilcrops,2.033345,0.00122950114220656
-1987,Mongolia,Pulses,2.033345,0.00130327121073895
+1987,Mongolia,FruitVeg,2.033345,0.0207810283055753
+1987,Mongolia,OilcropsPulses,2.033345,0.00253277235294552
 1987,Mongolia,Starchy Roots,2.033345,0.0365245445313019
+1987,Mongolia,Sugar,2.033345,0.0213825002643427
 1988,Mongolia,Ruminants,2.089716,1.77676416316858
 1988,Mongolia,Cereals,2.089716,0.156469108720994
 1988,Mongolia,Monogastrics,2.089716,0.0144566055865965
-1988,Mongolia,Oilcrops,2.089716,0.00124418820547864
-1988,Mongolia,Pulses,2.089716,0.00126811490173784
+1988,Mongolia,FruitVeg,2.089716,0.0252886038102785
+1988,Mongolia,OilcropsPulses,2.089716,0.00251230310721648
 1988,Mongolia,Starchy Roots,2.089716,0.0315889814692523
+1988,Mongolia,Sugar,2.089716,0.0222101950695693
 1989,Mongolia,Ruminants,2.141006,1.75160125660554
 1989,Mongolia,Cereals,2.141006,0.151032738815305
 1989,Mongolia,Monogastrics,2.141006,0.0189174621649823
-1989,Mongolia,Oilcrops,2.141006,0.00126108941310767
-1989,Mongolia,Pulses,2.141006,0.00123773590545753
+1989,Mongolia,FruitVeg,2.141006,0.026972367195608
+1989,Mongolia,OilcropsPulses,2.141006,0.0024988253185652
 1989,Mongolia,Starchy Roots,2.141006,0.0302642776339721
+1989,Mongolia,Sugar,2.141006,0.0222367429143122
 1990,Mongolia,Ruminants,2.184145,1.9417950731293
 1990,Mongolia,Cereals,2.184145,0.145162523550405
 1990,Mongolia,Monogastrics,2.184145,0.0254033042678027
-1990,Mongolia,Oilcrops,2.184145,0.00096284816255331
-1990,Mongolia,Pulses,2.184145,0.00123160321315664
+1990,Mongolia,FruitVeg,2.184145,0.0182533668781148
+1990,Mongolia,OilcropsPulses,2.184145,0.00219445137570995
 1990,Mongolia,Starchy Roots,2.184145,0.0253659898953595
+1990,Mongolia,Sugar,2.184145,0.0236884455931268
 1991,Mongolia,Ruminants,2.21792,2.20688505446545
 1991,Mongolia,Cereals,2.21792,0.136253787332275
 1991,Mongolia,Monogastrics,2.21792,0.0129669239647958
-1991,Mongolia,Oilcrops,2.21792,0.000563591112393594
-1991,Mongolia,Pulses,2.21792,0.000626713316981677
+1991,Mongolia,FruitVeg,2.21792,0.0123214543355937
+1991,Mongolia,OilcropsPulses,2.21792,0.00119030442937527
 1991,Mongolia,Starchy Roots,2.21792,0.0203681828019045
+1991,Mongolia,Sugar,2.21792,0.0176805295051219
 1992,Mongolia,Ruminants,2.243506,1.97731300919186
 1992,Mongolia,Cereals,2.243506,0.114418236456689
 1992,Mongolia,Monogastrics,2.243506,0.00606323317165187
-1992,Mongolia,Oilcrops,2.243506,0.000953864175090238
-1992,Mongolia,Pulses,2.243506,0.000452416886783454
+1992,Mongolia,FruitVeg,2.243506,0.00574591732761134
+1992,Mongolia,OilcropsPulses,2.243506,0.00140628106187369
 1992,Mongolia,Starchy Roots,2.243506,0.014055233193047
+1992,Mongolia,Sugar,2.243506,0.0105620399499712
 1993,Mongolia,Ruminants,2.263204,1.76486529716278
 1993,Mongolia,Cereals,2.263204,0.118147988427026
 1993,Mongolia,Monogastrics,2.263204,0.00260922126330636
-1993,Mongolia,Oilcrops,2.263204,0.000331388597757869
-1993,Mongolia,Pulses,2.263204,0.000585453189372235
+1993,Mongolia,FruitVeg,2.263204,0.0116882967686519
+1993,Mongolia,OilcropsPulses,2.263204,0.000916841787130104
 1993,Mongolia,Starchy Roots,2.263204,0.00877030970252792
+1993,Mongolia,Sugar,2.263204,0.0127270895597569
 1994,Mongolia,Ruminants,2.280495,1.71073126667675
 1994,Mongolia,Cereals,2.280495,0.117478880681606
 1994,Mongolia,Monogastrics,2.280495,0.00219662836357896
-1994,Mongolia,Oilcrops,2.280495,0.000289410851591431
-1994,Mongolia,Pulses,2.280495,0.000383688629003791
+1994,Mongolia,FruitVeg,2.280495,0.0122618115803806
+1994,Mongolia,OilcropsPulses,2.280495,0.000673099480595222
 1994,Mongolia,Starchy Roots,2.280495,0.01498227358534
+1994,Mongolia,Sugar,2.280495,0.0119158340623417
 1995,Mongolia,Ruminants,2.298038,1.76529304563284
 1995,Mongolia,Cereals,2.298038,0.141715237084852
 1995,Mongolia,Monogastrics,2.298038,0.00217442009227001
-1995,Mongolia,Oilcrops,2.298038,0.000935580699709926
-1995,Mongolia,Pulses,2.298038,0.000488242579104436
+1995,Mongolia,FruitVeg,2.298038,0.0148957502008235
+1995,Mongolia,OilcropsPulses,2.298038,0.00142382327881436
 1995,Mongolia,Starchy Roots,2.298038,0.0130750666438066
+1995,Mongolia,Sugar,2.298038,0.00993282095422269
 1996,Mongolia,Ruminants,2.316571,1.93684514741832
 1996,Mongolia,Cereals,2.316571,0.136078712890734
 1996,Mongolia,Monogastrics,2.316571,0.0012584116782952
-1996,Mongolia,Oilcrops,2.316571,0.000895288769478682
-1996,Mongolia,Pulses,2.316571,0.000435125882176717
+1996,Mongolia,FruitVeg,2.316571,0.0189961801300284
+1996,Mongolia,OilcropsPulses,2.316571,0.0013304146516554
 1996,Mongolia,Starchy Roots,2.316571,0.0126998050135308
+1996,Mongolia,Sugar,2.316571,0.0102224365236377
 1997,Mongolia,Ruminants,2.335694,2.04586225764163
 1997,Mongolia,Cereals,2.335694,0.122510911103937
 1997,Mongolia,Monogastrics,2.335694,0.00122070784957276
-1997,Mongolia,Oilcrops,2.335694,0.000580983639123961
-1997,Mongolia,Pulses,2.335694,0.000455967262834943
+1997,Mongolia,FruitVeg,2.335694,0.0275947962361508
+1997,Mongolia,OilcropsPulses,2.335694,0.0010369509019589
 1997,Mongolia,Starchy Roots,2.335694,0.0156925521921964
+1997,Mongolia,Sugar,2.335694,0.0114205884846217
 1998,Mongolia,Ruminants,2.355588,2.09272020404247
 1998,Mongolia,Cereals,2.355588,0.121961905053006
 1998,Mongolia,Monogastrics,2.355588,0.00140410801888955
-1998,Mongolia,Oilcrops,2.355588,0.000468672789978553
-1998,Mongolia,Pulses,2.355588,0.000542115174640047
+1998,Mongolia,FruitVeg,2.355588,0.0314639062518573
+1998,Mongolia,OilcropsPulses,2.355588,0.0010107879646186
 1998,Mongolia,Starchy Roots,2.355588,0.0232914244766063
+1998,Mongolia,Sugar,2.355588,0.01100149941331
 1999,Mongolia,Ruminants,2.376165,2.14365681676146
 1999,Mongolia,Cereals,2.376165,0.122806707446663
 1999,Mongolia,Monogastrics,2.376165,0.00156904087047827
-1999,Mongolia,Oilcrops,2.376165,0.000886302087607552
-1999,Mongolia,Pulses,2.376165,0.000444413582390112
+1999,Mongolia,FruitVeg,2.376165,0.0239225811338859
+1999,Mongolia,OilcropsPulses,2.376165,0.00133071566999766
 1999,Mongolia,Starchy Roots,2.376165,0.0182441034187441
+1999,Mongolia,Sugar,2.376165,0.00942358800840851
 2000,Mongolia,Ruminants,2.397438,1.9359835374262
 2000,Mongolia,Cereals,2.397438,0.130118067703941
 2000,Mongolia,Monogastrics,2.397438,0.00386554313396217
-2000,Mongolia,Oilcrops,2.397438,0.00161255473551349
-2000,Mongolia,Pulses,2.397438,0.000498448760718734
+2000,Mongolia,FruitVeg,2.397438,0.0285634081048186
+2000,Mongolia,OilcropsPulses,2.397438,0.00211100349623223
 2000,Mongolia,Starchy Roots,2.397438,0.0234387708879229
+2000,Mongolia,Sugar,2.397438,0.012101668531157
 2001,Mongolia,Ruminants,2.419729,1.70130113744142
 2001,Mongolia,Cereals,2.419729,0.137676161256075
 2001,Mongolia,Monogastrics,2.419729,0.0032850372913661
-2001,Mongolia,Oilcrops,2.419729,0.00365288840196568
-2001,Mongolia,Pulses,2.419729,0.000404177492603511
+2001,Mongolia,FruitVeg,2.419729,0.0288156235677632
+2001,Mongolia,OilcropsPulses,2.419729,0.00405706589456919
 2001,Mongolia,Starchy Roots,2.419729,0.0290573861783696
+2001,Mongolia,Sugar,2.419729,0.01312047754108
 2002,Mongolia,Ruminants,2.443503,1.44536450333804
 2002,Mongolia,Cereals,2.443503,0.148550666809085
 2002,Mongolia,Monogastrics,2.443503,0.00293103794020306
-2002,Mongolia,Oilcrops,2.443503,0.00380805753052073
-2002,Mongolia,Pulses,2.443503,0.00042520921807749
+2002,Mongolia,FruitVeg,2.443503,0.0337241247504096
+2002,Mongolia,OilcropsPulses,2.443503,0.00423326674859822
 2002,Mongolia,Starchy Roots,2.443503,0.0298542706925263
+2002,Mongolia,Sugar,2.443503,0.0117159667903006
 2003,Mongolia,Ruminants,2.469045,1.37937858564749
 2003,Mongolia,Cereals,2.469045,0.14189534820143
 2003,Mongolia,Monogastrics,2.469045,0.00377534633836159
-2003,Mongolia,Oilcrops,2.469045,0.00399871205263574
-2003,Mongolia,Pulses,2.469045,0.000436201041293294
+2003,Mongolia,FruitVeg,2.469045,0.0450445415130141
+2003,Mongolia,OilcropsPulses,2.469045,0.00443491309392903
 2003,Mongolia,Starchy Roots,2.469045,0.0397785378557296
+2003,Mongolia,Sugar,2.469045,0.0117758080553412
 2004,Mongolia,Ruminants,2.496621,1.42223969917741
 2004,Mongolia,Cereals,2.496621,0.140067314982931
 2004,Mongolia,Monogastrics,2.496621,0.002602797941698
-2004,Mongolia,Oilcrops,2.496621,0.00358804960784997
-2004,Mongolia,Pulses,2.496621,0.000478646939203027
+2004,Mongolia,FruitVeg,2.496621,0.0436862463305404
+2004,Mongolia,OilcropsPulses,2.496621,0.004066696547053
 2004,Mongolia,Starchy Roots,2.496621,0.0392955118137675
+2004,Mongolia,Sugar,2.496621,0.0121207824495588
 2005,Mongolia,Ruminants,2.526447,1.34283604603619
 2005,Mongolia,Cereals,2.526447,0.142090453510404
 2005,Mongolia,Monogastrics,2.526447,0.0028666740287843
-2005,Mongolia,Oilcrops,2.526447,0.00351442163639293
-2005,Mongolia,Pulses,2.526447,0.000421540606234764
+2005,Mongolia,FruitVeg,2.526447,0.043783621821475
+2005,Mongolia,OilcropsPulses,2.526447,0.00393596224262769
 2005,Mongolia,Starchy Roots,2.526447,0.0400613984777832
+2005,Mongolia,Sugar,2.526447,0.0134770292034624
 2006,Mongolia,Ruminants,2.558484,1.28714875684194
 2006,Mongolia,Cereals,2.558484,0.146586806874696
 2006,Mongolia,Monogastrics,2.558484,0.00424786709629609
-2006,Mongolia,Oilcrops,2.558484,0.00331094507528677
-2006,Mongolia,Pulses,2.558484,0.000424470115896758
+2006,Mongolia,FruitVeg,2.558484,0.0597615619249524
+2006,Mongolia,OilcropsPulses,2.558484,0.00373541519118353
 2006,Mongolia,Starchy Roots,2.558484,0.0429910837824274
+2006,Mongolia,Sugar,2.558484,0.0133516566841927
 2007,Mongolia,Ruminants,2.592776,1.36866821507141
 2007,Mongolia,Cereals,2.592776,0.144263908644634
 2007,Mongolia,Monogastrics,2.592776,0.00519315976389784
-2007,Mongolia,Oilcrops,2.592776,0.00333156431562156
-2007,Mongolia,Pulses,2.592776,0.000472852263365597
+2007,Mongolia,FruitVeg,2.592776,0.0761461846299102
+2007,Mongolia,OilcropsPulses,2.592776,0.00380441657898715
 2007,Mongolia,Starchy Roots,2.592776,0.0434310561344289
+2007,Mongolia,Sugar,2.592776,0.0124596185709834
 2008,Mongolia,Ruminants,2.629666,1.52268466793882
 2008,Mongolia,Cereals,2.629666,0.143768067883906
 2008,Mongolia,Monogastrics,2.629666,0.00600266345611952
-2008,Mongolia,Oilcrops,2.629666,0.00318405455293562
-2008,Mongolia,Pulses,2.629666,0.000559006352898049
+2008,Mongolia,FruitVeg,2.629666,0.0626178381589145
+2008,Mongolia,OilcropsPulses,2.629666,0.00374306090583367
 2008,Mongolia,Starchy Roots,2.629666,0.048223614710005
+2008,Mongolia,Sugar,2.629666,0.0142611266982195
 2009,Mongolia,Ruminants,2.669572,1.64459025641564
 2009,Mongolia,Cereals,2.669572,0.143875123053433
 2009,Mongolia,Monogastrics,2.669572,0.00578025241499386
-2009,Mongolia,Oilcrops,2.669572,0.00402086926293803
-2009,Mongolia,Pulses,2.669572,0.000460748015037616
+2009,Mongolia,FruitVeg,2.669572,0.0651718702473655
+2009,Mongolia,OilcropsPulses,2.669572,0.00448161727797565
 2009,Mongolia,Starchy Roots,2.669572,0.0441464024944823
+2009,Mongolia,Sugar,2.669572,0.0131616603710258
 2010,Mongolia,Ruminants,2.712657,1.36358525976561
 2010,Mongolia,Cereals,2.712657,0.149958140671674
 2010,Mongolia,Monogastrics,2.712657,0.00988805440569891
-2010,Mongolia,Oilcrops,2.712657,0.00616296125901653
-2010,Mongolia,Pulses,2.712657,0.000457485041418801
+2010,Mongolia,FruitVeg,2.712657,0.0702237695366572
+2010,Mongolia,OilcropsPulses,2.712657,0.00662044630043533
 2010,Mongolia,Starchy Roots,2.712657,0.0509692157910123
+2010,Mongolia,Sugar,2.712657,0.0129758388178085
 2011,Mongolia,Ruminants,2.759074,1.39425839973846
 2011,Mongolia,Cereals,2.759074,0.148989842244173
 2011,Mongolia,Monogastrics,2.759074,0.0116051979758426
-2011,Mongolia,Oilcrops,2.759074,0.00484800335184921
-2011,Mongolia,Pulses,2.759074,0.000502704893018455
+2011,Mongolia,FruitVeg,2.759074,0.0769152983935915
+2011,Mongolia,OilcropsPulses,2.759074,0.00535070824486766
 2011,Mongolia,Starchy Roots,2.759074,0.0522215062009935
+2011,Mongolia,Sugar,2.759074,0.0144566619090318
 2006,Montenegro,Ruminants,0.615025,0.608845819275639
 2006,Montenegro,Cereals,0.615025,0.175874151457258
 2006,Montenegro,Monogastrics,0.615025,0.283459534165278
-2006,Montenegro,Oilcrops,0.615025,0.0150254054713223
-2006,Montenegro,Pulses,0.615025,0.0043412869395553
+2006,Montenegro,FruitVeg,0.615025,0.369027275314012
+2006,Montenegro,OilcropsPulses,0.615025,0.0193666924108776
 2006,Montenegro,Starchy Roots,0.615025,0.0414779886996464
+2006,Montenegro,Sugar,0.615025,0.0451201170684119
 2007,Montenegro,Ruminants,0.615875,0.60729531154861
 2007,Montenegro,Cereals,0.615875,0.165741424802111
 2007,Montenegro,Monogastrics,0.615875,0.276883945605845
-2007,Montenegro,Oilcrops,0.615875,0.0142366551654151
-2007,Montenegro,Pulses,0.615875,0.00481104120154252
+2007,Montenegro,FruitVeg,0.615875,0.400660848386442
+2007,Montenegro,OilcropsPulses,0.615875,0.0190476963669576
 2007,Montenegro,Starchy Roots,0.615875,0.0446567891211691
+2007,Montenegro,Sugar,0.615875,0.0466442053988228
 2008,Montenegro,Ruminants,0.616969,0.582380638249248
 2008,Montenegro,Cereals,0.616969,0.158088980159457
 2008,Montenegro,Monogastrics,0.616969,0.318534318580026
-2008,Montenegro,Oilcrops,0.616969,0.0158873460416974
-2008,Montenegro,Pulses,0.616969,0.0051137091166655
+2008,Montenegro,FruitVeg,0.616969,0.510510252541052
+2008,Montenegro,OilcropsPulses,0.616969,0.0210010551583629
 2008,Montenegro,Starchy Roots,0.616969,0.0452340393115375
+2008,Montenegro,Sugar,0.616969,0.04791812878767
 2009,Montenegro,Ruminants,0.618294,0.589434637890712
 2009,Montenegro,Cereals,0.618294,0.152259281183385
 2009,Montenegro,Monogastrics,0.618294,0.328409138694537
-2009,Montenegro,Oilcrops,0.618294,0.0152953125859219
-2009,Montenegro,Pulses,0.618294,0.00551032356775256
+2009,Montenegro,FruitVeg,0.618294,0.490544951107402
+2009,Montenegro,OilcropsPulses,0.618294,0.0208056361536745
 2009,Montenegro,Starchy Roots,0.618294,0.0475890110529942
+2009,Montenegro,Sugar,0.618294,0.0434776983118064
 2010,Montenegro,Ruminants,0.619428,0.602373318610073
 2010,Montenegro,Cereals,0.619428,0.15485577016215
 2010,Montenegro,Monogastrics,0.619428,0.384713316156196
-2010,Montenegro,Oilcrops,0.619428,0.0152850694511711
-2010,Montenegro,Pulses,0.619428,0.00613792079143984
+2010,Montenegro,FruitVeg,0.619428,0.450714207300929
+2010,Montenegro,OilcropsPulses,0.619428,0.0214229902426109
 2010,Montenegro,Starchy Roots,0.619428,0.0473937245329562
+2010,Montenegro,Sugar,0.619428,0.0425553898112452
 2011,Montenegro,Ruminants,0.620079,0.528698440037479
 2011,Montenegro,Cereals,0.620079,0.149800267385285
 2011,Montenegro,Monogastrics,0.620079,0.399983873022631
-2011,Montenegro,Oilcrops,0.620079,0.013736959322925
-2011,Montenegro,Pulses,0.620079,0.00583151501663498
+2011,Montenegro,FruitVeg,0.620079,0.442645211335975
+2011,Montenegro,OilcropsPulses,0.620079,0.01956847433956
 2011,Montenegro,Starchy Roots,0.620079,0.0475713578431135
+2011,Montenegro,Sugar,0.620079,0.0471246405699919
 1961,Morocco,Ruminants,12.713043,0.249718466302678
 1961,Morocco,Cereals,12.713043,0.180410071766453
 1961,Morocco,Monogastrics,12.713043,0.0132515087064521
-1961,Morocco,Oilcrops,12.713043,0.0137291284234624
-1961,Morocco,Pulses,12.713043,0.00333334827861433
+1961,Morocco,FruitVeg,12.713043,0.0799430946627019
+1961,Morocco,OilcropsPulses,12.713043,0.0170624767020768
 1961,Morocco,Starchy Roots,12.713043,0.00592989420392899
+1961,Morocco,Sugar,12.713043,0.0280282226686404
 1962,Morocco,Ruminants,13.100843,0.234299685905709
 1962,Morocco,Cereals,13.100843,0.178524389613707
 1962,Morocco,Monogastrics,13.100843,0.0128195490931385
-1962,Morocco,Oilcrops,13.100843,0.0149169026756522
-1962,Morocco,Pulses,13.100843,0.00446986503082283
+1962,Morocco,FruitVeg,13.100843,0.0742225519380699
+1962,Morocco,OilcropsPulses,13.100843,0.0193867677064751
 1962,Morocco,Starchy Roots,13.100843,0.00695543027269314
+1962,Morocco,Sugar,13.100843,0.029786098497631
 1963,Morocco,Ruminants,13.488517,0.220799299137185
 1963,Morocco,Cereals,13.488517,0.181567995947961
 1963,Morocco,Monogastrics,13.488517,0.0121139336518611
-1963,Morocco,Oilcrops,13.488517,0.0171660828243757
-1963,Morocco,Pulses,13.488517,0.00441946286608083
+1963,Morocco,FruitVeg,13.488517,0.0782585661566798
+1963,Morocco,OilcropsPulses,13.488517,0.0215855456904566
 1963,Morocco,Starchy Roots,13.488517,0.00959164005946688
+1963,Morocco,Sugar,13.488517,0.0276572287375995
 1964,Morocco,Ruminants,13.871988,0.211032131804036
 1964,Morocco,Cereals,13.871988,0.190879418292461
 1964,Morocco,Monogastrics,13.871988,0.0126220481159586
-1964,Morocco,Oilcrops,13.871988,0.0145888246154769
-1964,Morocco,Pulses,13.871988,0.0049456501836651
+1964,Morocco,FruitVeg,13.871988,0.0990579720801373
+1964,Morocco,OilcropsPulses,13.871988,0.019534474799142
 1964,Morocco,Starchy Roots,13.871988,0.00539807272036279
+1964,Morocco,Sugar,13.871988,0.0270505568488093
 1965,Morocco,Ruminants,14.248426,0.228431554474859
 1965,Morocco,Cereals,14.248426,0.192925941433812
 1965,Morocco,Monogastrics,14.248426,0.0119856256403339
-1965,Morocco,Oilcrops,14.248426,0.0194787831301507
-1965,Morocco,Pulses,14.248426,0.00451102458615429
+1965,Morocco,FruitVeg,14.248426,0.10081674986416
+1965,Morocco,OilcropsPulses,14.248426,0.0239898077163049
 1965,Morocco,Starchy Roots,14.248426,0.00917483797859497
+1965,Morocco,Sugar,14.248426,0.0253640647745933
 1966,Morocco,Ruminants,14.617077,0.238652892093269
 1966,Morocco,Cereals,14.617077,0.182050761585233
 1966,Morocco,Monogastrics,14.617077,0.0119298543751258
-1966,Morocco,Oilcrops,14.617077,0.0188109428444552
-1966,Morocco,Pulses,14.617077,0.0053887654830032
+1966,Morocco,FruitVeg,14.617077,0.091071764895266
+1966,Morocco,OilcropsPulses,14.617077,0.0241997083274584
 1966,Morocco,Starchy Roots,14.617077,0.0103071222789618
+1966,Morocco,Sugar,14.617077,0.0260427580698932
 1967,Morocco,Ruminants,14.978905,0.245919965444737
 1967,Morocco,Cereals,14.978905,0.191638307339555
 1967,Morocco,Monogastrics,14.978905,0.0119433162838004
-1967,Morocco,Oilcrops,14.978905,0.0115907003883128
-1967,Morocco,Pulses,14.978905,0.00493273707256972
+1967,Morocco,FruitVeg,14.978905,0.0811802331345315
+1967,Morocco,OilcropsPulses,14.978905,0.0165234374608825
 1967,Morocco,Starchy Roots,14.978905,0.00736455702202531
+1967,Morocco,Sugar,14.978905,0.0256681646622367
 1968,Morocco,Ruminants,15.335173,0.260484651852314
 1968,Morocco,Cereals,15.335173,0.188562985236619
 1968,Morocco,Monogastrics,15.335173,0.0122758445568237
-1968,Morocco,Oilcrops,15.335173,0.0333161549595821
-1968,Morocco,Pulses,15.335173,0.0049898361107501
+1968,Morocco,FruitVeg,15.335173,0.0907965629080285
+1968,Morocco,OilcropsPulses,15.335173,0.0383059910703322
 1968,Morocco,Starchy Roots,15.335173,0.00262468509484699
+1968,Morocco,Sugar,15.335173,0.0253736948386562
 1969,Morocco,Ruminants,15.687996,0.261440537083258
 1969,Morocco,Cereals,15.687996,0.216544994019631
 1969,Morocco,Monogastrics,15.687996,0.0124225681852545
-1969,Morocco,Oilcrops,15.687996,0.0209316728535627
-1969,Morocco,Pulses,15.687996,0.00406916217979658
+1969,Morocco,FruitVeg,15.687996,0.0719237817245746
+1969,Morocco,OilcropsPulses,15.687996,0.0250008350333593
 1969,Morocco,Starchy Roots,15.687996,0.0125186161444712
+1969,Morocco,Sugar,15.687996,0.0256777219983993
 1970,Morocco,Ruminants,16.0396,0.261891025960747
 1970,Morocco,Cereals,16.0396,0.213497905184668
 1970,Morocco,Monogastrics,16.0396,0.0125436045786678
-1970,Morocco,Oilcrops,16.0396,0.0124912716027831
-1970,Morocco,Pulses,16.0396,0.00277107907927879
+1970,Morocco,FruitVeg,16.0396,0.082780929698995
+1970,Morocco,OilcropsPulses,16.0396,0.0152623506820619
 1970,Morocco,Starchy Roots,16.0396,0.00984494625801142
+1970,Morocco,Sugar,16.0396,0.0266534701613507
 1971,Morocco,Ruminants,16.389949,0.250801750511853
 1971,Morocco,Cereals,16.389949,0.212703407435862
 1971,Morocco,Monogastrics,16.389949,0.0125075617990025
-1971,Morocco,Oilcrops,16.389949,0.0323317662550384
-1971,Morocco,Pulses,16.389949,0.00396010994299006
+1971,Morocco,FruitVeg,16.389949,0.0805090973742505
+1971,Morocco,OilcropsPulses,16.389949,0.0362918761980284
 1971,Morocco,Starchy Roots,16.389949,0.0104036321284465
+1971,Morocco,Sugar,16.389949,0.0268317491408912
 1972,Morocco,Ruminants,16.740525,0.250701994113088
 1972,Morocco,Cereals,16.740525,0.219210030748737
 1972,Morocco,Monogastrics,16.740525,0.0140575937731941
-1972,Morocco,Oilcrops,16.740525,0.0158064935239486
-1972,Morocco,Pulses,16.740525,0.00378255759601327
+1972,Morocco,FruitVeg,16.740525,0.0778250383425848
+1972,Morocco,OilcropsPulses,16.740525,0.0195890511199619
 1972,Morocco,Starchy Roots,16.740525,0.0098046506904652
+1972,Morocco,Sugar,16.740525,0.0270608000645141
 1973,Morocco,Ruminants,17.097003,0.245123399697596
 1973,Morocco,Cereals,17.097003,0.216927376102116
 1973,Morocco,Monogastrics,17.097003,0.0131200655459907
-1973,Morocco,Oilcrops,17.097003,0.0193593578944801
-1973,Morocco,Pulses,17.097003,0.00539474666992806
+1973,Morocco,FruitVeg,17.097003,0.0829385126738294
+1973,Morocco,OilcropsPulses,17.097003,0.0247541045644082
 1973,Morocco,Starchy Roots,17.097003,0.00916394528327567
+1973,Morocco,Sugar,17.097003,0.0275714989346378
 1974,Morocco,Ruminants,17.466606,0.237364419853519
 1974,Morocco,Cereals,17.466606,0.217899630872764
 1974,Morocco,Monogastrics,17.466606,0.0130536693848822
-1974,Morocco,Oilcrops,17.466606,0.0179071423492349
-1974,Morocco,Pulses,17.466606,0.0095211399398372
+1974,Morocco,FruitVeg,17.466606,0.0931623464799057
+1974,Morocco,OilcropsPulses,17.466606,0.0274282822890721
 1974,Morocco,Starchy Roots,17.466606,0.00995780176183055
+1974,Morocco,Sugar,17.466606,0.0284120452479434
 1975,Morocco,Ruminants,17.854614,0.215092737373096
 1975,Morocco,Cereals,17.854614,0.230141855769047
 1975,Morocco,Monogastrics,17.854614,0.014032316800576
-1975,Morocco,Oilcrops,17.854614,0.0226126423119536
-1975,Morocco,Pulses,17.854614,0.00755995060996558
+1975,Morocco,FruitVeg,17.854614,0.0948279251514482
+1975,Morocco,OilcropsPulses,17.854614,0.0301725929219192
 1975,Morocco,Starchy Roots,17.854614,0.00553856834989544
+1975,Morocco,Sugar,17.854614,0.0294468421439971
 1976,Morocco,Ruminants,18.262366,0.19556316525471
 1976,Morocco,Cereals,18.262366,0.22235311678673
 1976,Morocco,Monogastrics,18.262366,0.014933251255615
-1976,Morocco,Oilcrops,18.262366,0.0205489255882836
-1976,Morocco,Pulses,18.262366,0.00786595778444042
+1976,Morocco,FruitVeg,18.262366,0.0923810748289679
+1976,Morocco,OilcropsPulses,18.262366,0.028414883372724
 1976,Morocco,Starchy Roots,18.262366,0.00284284084548519
+1976,Morocco,Sugar,18.262366,0.0315643657563319
 1977,Morocco,Ruminants,18.688782,0.218381920234288
 1977,Morocco,Cereals,18.688782,0.226955507319846
 1977,Morocco,Monogastrics,18.688782,0.0170594102922277
-1977,Morocco,Oilcrops,18.688782,0.0155681627620248
-1977,Morocco,Pulses,18.688782,0.00540056596518703
+1977,Morocco,FruitVeg,18.688782,0.100125840196541
+1977,Morocco,OilcropsPulses,18.688782,0.0209687287272119
 1977,Morocco,Starchy Roots,18.688782,0.00994644808848431
+1977,Morocco,Sugar,18.688782,0.0324580274947827
 1978,Morocco,Ruminants,19.133462,0.222440800310994
 1978,Morocco,Cereals,19.133462,0.220827678754634
 1978,Morocco,Monogastrics,19.133462,0.0179251094234802
-1978,Morocco,Oilcrops,19.133462,0.0162091418688369
-1978,Morocco,Pulses,19.133462,0.00597215496076977
+1978,Morocco,FruitVeg,19.133462,0.100362025440038
+1978,Morocco,OilcropsPulses,19.133462,0.0221812968296067
 1978,Morocco,Starchy Roots,19.133462,0.0171340659625529
+1978,Morocco,Sugar,19.133462,0.0343892286717375
 1979,Morocco,Ruminants,19.595092,0.235792554584587
 1979,Morocco,Cereals,19.595092,0.220757065085482
 1979,Morocco,Monogastrics,19.595092,0.0177381356515193
-1979,Morocco,Oilcrops,19.595092,0.0252739818726036
-1979,Morocco,Pulses,19.595092,0.00811738980352835
+1979,Morocco,FruitVeg,19.595092,0.0968893128952903
+1979,Morocco,OilcropsPulses,19.595092,0.033391371676132
 1979,Morocco,Starchy Roots,19.595092,0.0213490194381328
+1979,Morocco,Sugar,19.595092,0.0348500532684409
 1980,Morocco,Ruminants,20.071902,0.239977018620358
 1980,Morocco,Cereals,20.071902,0.222868316116729
 1980,Morocco,Monogastrics,20.071902,0.0164102883722728
-1980,Morocco,Oilcrops,20.071902,0.0192255821097572
-1980,Morocco,Pulses,20.071902,0.00678450901165221
+1980,Morocco,FruitVeg,20.071902,0.0892548199966301
+1980,Morocco,OilcropsPulses,20.071902,0.0260100911214094
 1980,Morocco,Starchy Roots,20.071902,0.0191745156986119
+1980,Morocco,Sugar,20.071902,0.0341870939784381
 1981,Morocco,Ruminants,20.564359,0.266002815842692
 1981,Morocco,Cereals,20.564359,0.228382367765511
 1981,Morocco,Monogastrics,20.564359,0.0152754578929496
-1981,Morocco,Oilcrops,20.564359,0.0169110060760951
-1981,Morocco,Pulses,20.564359,0.00563713169955844
+1981,Morocco,FruitVeg,20.564359,0.0916213824121627
+1981,Morocco,OilcropsPulses,20.564359,0.0225481377756535
 1981,Morocco,Starchy Roots,20.564359,0.0129705963604312
+1981,Morocco,Sugar,20.564359,0.032928864935688
 1982,Morocco,Ruminants,21.070647,0.269624136363729
 1982,Morocco,Cereals,21.070647,0.233096022158218
 1982,Morocco,Monogastrics,21.070647,0.0158099274312744
-1982,Morocco,Oilcrops,21.070647,0.027281269531021
-1982,Morocco,Pulses,21.070647,0.00635808667859131
+1982,Morocco,FruitVeg,21.070647,0.0958510671267
+1982,Morocco,OilcropsPulses,21.070647,0.0336393562096124
 1982,Morocco,Starchy Roots,21.070647,0.0159626327563648
+1982,Morocco,Sugar,21.070647,0.0321056111850766
 1983,Morocco,Ruminants,21.583746,0.230638152431927
 1983,Morocco,Cereals,21.583746,0.229232868103618
 1983,Morocco,Monogastrics,21.583746,0.0162372787374351
-1983,Morocco,Oilcrops,21.583746,0.0205677920783538
-1983,Morocco,Pulses,21.583746,0.00831806489939235
+1983,Morocco,FruitVeg,21.583746,0.097984381395148
+1983,Morocco,OilcropsPulses,21.583746,0.0288858569777461
 1983,Morocco,Starchy Roots,21.583746,0.0221654758168485
+1983,Morocco,Sugar,21.583746,0.033271657292483
 1984,Morocco,Ruminants,22.094516,0.224406925229772
 1984,Morocco,Cereals,22.094516,0.238511674118591
 1984,Morocco,Monogastrics,22.094516,0.016835186613728
-1984,Morocco,Oilcrops,22.094516,0.0226674800208341
-1984,Morocco,Pulses,22.094516,0.00771743540342771
+1984,Morocco,FruitVeg,22.094516,0.10873032928171
+1984,Morocco,OilcropsPulses,22.094516,0.0303849154242618
 1984,Morocco,Starchy Roots,22.094516,0.0194089338730027
+1984,Morocco,Sugar,22.094516,0.0312969969561678
 1985,Morocco,Ruminants,22.596133,0.191181088374723
 1985,Morocco,Cereals,22.596133,0.237222138850041
 1985,Morocco,Monogastrics,22.596133,0.0200251343891453
-1985,Morocco,Oilcrops,22.596133,0.0240874400942852
-1985,Morocco,Pulses,22.596133,0.0105620284674373
+1985,Morocco,FruitVeg,22.596133,0.109468730777961
+1985,Morocco,OilcropsPulses,22.596133,0.0346494685617225
 1985,Morocco,Starchy Roots,22.596133,0.0280554199251704
+1985,Morocco,Sugar,22.596133,0.0303869250548313
 1986,Morocco,Ruminants,23.084731,0.214713574093629
 1986,Morocco,Cereals,23.084731,0.245743647608456
 1986,Morocco,Monogastrics,23.084731,0.0246454550412565
-1986,Morocco,Oilcrops,23.084731,0.0264246527282471
-1986,Morocco,Pulses,23.084731,0.0108719048967909
+1986,Morocco,FruitVeg,23.084731,0.130250727201456
+1986,Morocco,OilcropsPulses,23.084731,0.037296557625038
 1986,Morocco,Starchy Roots,23.084731,0.0236946230822443
+1986,Morocco,Sugar,23.084731,0.0306946613326358
 1987,Morocco,Ruminants,23.560825,0.242302606126908
 1987,Morocco,Cereals,23.560825,0.248074887021146
 1987,Morocco,Monogastrics,23.560825,0.0309621416058224
-1987,Morocco,Oilcrops,23.560825,0.0256866217545438
-1987,Morocco,Pulses,23.560825,0.0104078273999319
+1987,Morocco,FruitVeg,23.560825,0.134977998435963
+1987,Morocco,OilcropsPulses,23.560825,0.0360944491544757
 1987,Morocco,Starchy Roots,23.560825,0.0243819985081168
+1987,Morocco,Sugar,23.560825,0.0305934108843812
 1988,Morocco,Ruminants,24.02733,0.267558334613126
 1988,Morocco,Cereals,24.02733,0.248834473077117
 1988,Morocco,Monogastrics,24.02733,0.0303518534935009
-1988,Morocco,Oilcrops,24.02733,0.0251260543722503
-1988,Morocco,Pulses,24.02733,0.0121936977600091
+1988,Morocco,FruitVeg,24.02733,0.14034909413572
+1988,Morocco,OilcropsPulses,24.02733,0.0373197521322594
 1988,Morocco,Starchy Roots,24.02733,0.0276150117387159
+1988,Morocco,Sugar,24.02733,0.0324564984956714
 1989,Morocco,Ruminants,24.489354,0.303564891911808
 1989,Morocco,Cereals,24.489354,0.238482975091952
 1989,Morocco,Monogastrics,24.489354,0.0320903483203354
-1989,Morocco,Oilcrops,24.489354,0.0331537124254074
-1989,Morocco,Pulses,24.489354,0.0115872390917294
+1989,Morocco,FruitVeg,24.489354,0.16254034304049
+1989,Morocco,OilcropsPulses,24.489354,0.0447409515171368
 1989,Morocco,Starchy Roots,24.489354,0.026880251720809
+1989,Morocco,Sugar,24.489354,0.0302870381962709
 1990,Morocco,Ruminants,24.950128,0.284361134339672
 1990,Morocco,Cereals,24.950128,0.257825330595498
 1990,Morocco,Monogastrics,24.950128,0.0357041374697557
-1990,Morocco,Oilcrops,24.950128,0.0227353943835478
-1990,Morocco,Pulses,24.950128,0.0112371367393386
+1990,Morocco,FruitVeg,24.950128,0.155539803242693
+1990,Morocco,OilcropsPulses,24.950128,0.0339725311228864
 1990,Morocco,Starchy Roots,24.950128,0.027112566316293
+1990,Morocco,Sugar,24.950128,0.0306953535468836
 1991,Morocco,Ruminants,25.410178,0.288114994708026
 1991,Morocco,Cereals,25.410178,0.252624952095967
 1991,Morocco,Monogastrics,25.410178,0.0343255328632487
-1991,Morocco,Oilcrops,25.410178,0.0226041313051802
-1991,Morocco,Pulses,25.410178,0.0120546577831922
+1991,Morocco,FruitVeg,25.410178,0.161925548101237
+1991,Morocco,OilcropsPulses,25.410178,0.0346587890883724
 1991,Morocco,Starchy Roots,25.410178,0.0302724365016255
+1991,Morocco,Sugar,25.410178,0.0304015186355641
 1992,Morocco,Ruminants,25.866445,0.288960415704593
 1992,Morocco,Cereals,25.866445,0.230905019997916
 1992,Morocco,Monogastrics,25.866445,0.0356272653625189
-1992,Morocco,Oilcrops,25.866445,0.0241449105201739
-1992,Morocco,Pulses,25.866445,0.00670347239444771
+1992,Morocco,FruitVeg,25.866445,0.144523145720256
+1992,Morocco,OilcropsPulses,25.866445,0.0308483829146216
 1992,Morocco,Starchy Roots,25.866445,0.0320660995355179
+1992,Morocco,Sugar,25.866445,0.0330359660942971
 1993,Morocco,Ruminants,26.314339,0.28220740030749
 1993,Morocco,Cereals,26.314339,0.228963265997295
 1993,Morocco,Monogastrics,26.314339,0.0341759905122451
-1993,Morocco,Oilcrops,26.314339,0.0234105443423831
-1993,Morocco,Pulses,26.314339,0.00605380967388161
+1993,Morocco,FruitVeg,26.314339,0.151395746630763
+1993,Morocco,OilcropsPulses,26.314339,0.0294643540162647
 1993,Morocco,Starchy Roots,26.314339,0.0313960384868493
+1993,Morocco,Sugar,26.314339,0.0348578392943862
 1994,Morocco,Ruminants,26.74766,0.258644330008681
 1994,Morocco,Cereals,26.74766,0.243444361114206
 1994,Morocco,Monogastrics,26.74766,0.0361809892902781
-1994,Morocco,Oilcrops,26.74766,0.0247178257836386
-1994,Morocco,Pulses,26.74766,0.00820183896460475
+1994,Morocco,FruitVeg,26.74766,0.151765612393757
+1994,Morocco,OilcropsPulses,26.74766,0.0329196647482434
 1994,Morocco,Starchy Roots,26.74766,0.0314108224794244
+1994,Morocco,Sugar,26.74766,0.0348476464857113
 1995,Morocco,Ruminants,27.161889,0.259374036908847
 1995,Morocco,Cereals,27.161889,0.244472172020142
 1995,Morocco,Monogastrics,27.161889,0.0384219374433052
-1995,Morocco,Oilcrops,27.161889,0.0253329950652548
-1995,Morocco,Pulses,27.161889,0.00433913119960103
+1995,Morocco,FruitVeg,27.161889,0.119070105912
+1995,Morocco,OilcropsPulses,27.161889,0.0296721262648559
 1995,Morocco,Starchy Roots,27.161889,0.0234904501671441
+1995,Morocco,Sugar,27.161889,0.0341384209323586
 1996,Morocco,Ruminants,27.556892,0.221690134722014
 1996,Morocco,Cereals,27.556892,0.253006180813134
 1996,Morocco,Monogastrics,27.556892,0.0438035791554432
-1996,Morocco,Oilcrops,27.556892,0.0327435691949586
-1996,Morocco,Pulses,27.556892,0.00792364392907589
+1996,Morocco,FruitVeg,27.556892,0.161832509994233
+1996,Morocco,OilcropsPulses,27.556892,0.0406672131240345
 1996,Morocco,Starchy Roots,27.556892,0.0350649848321066
+1996,Morocco,Sugar,27.556892,0.0328448505731343
 1997,Morocco,Ruminants,27.934014,0.260548287116918
 1997,Morocco,Cereals,27.934014,0.249025757630106
 1997,Morocco,Monogastrics,27.934014,0.0436768020521505
-1997,Morocco,Oilcrops,27.934014,0.0260336377006183
-1997,Morocco,Pulses,27.934014,0.00627156555445272
+1997,Morocco,FruitVeg,27.934014,0.160445398215953
+1997,Morocco,OilcropsPulses,27.934014,0.032305203255071
 1997,Morocco,Starchy Roots,27.934014,0.034505245110853
+1997,Morocco,Sugar,27.934014,0.0353219555198905
 1998,Morocco,Ruminants,28.292299,0.243633375287035
 1998,Morocco,Cereals,28.292299,0.257787322267448
 1998,Morocco,Monogastrics,28.292299,0.0416353050701182
-1998,Morocco,Oilcrops,28.292299,0.0272056364171749
-1998,Morocco,Pulses,28.292299,0.00721655741019844
+1998,Morocco,FruitVeg,28.292299,0.176205051416995
+1998,Morocco,OilcropsPulses,28.292299,0.0344221938273733
 1998,Morocco,Starchy Roots,28.292299,0.0318668341515831
+1998,Morocco,Sugar,28.292299,0.0358820257060057
 1999,Morocco,Ruminants,28.630973,0.260376718597723
 1999,Morocco,Cereals,28.630973,0.253703637665405
 1999,Morocco,Monogastrics,28.630973,0.0489681367098492
-1999,Morocco,Oilcrops,28.630973,0.0248952768737549
-1999,Morocco,Pulses,28.630973,0.00491289625399738
+1999,Morocco,FruitVeg,28.630973,0.163175593089344
+1999,Morocco,OilcropsPulses,28.630973,0.0298081731277522
 1999,Morocco,Starchy Roots,28.630973,0.0298786562370758
+1999,Morocco,Sugar,28.630973,0.0329123987508214
 2000,Morocco,Ruminants,28.950553,0.265489381152754
 2000,Morocco,Cereals,28.950553,0.247825110629148
 2000,Morocco,Monogastrics,28.950553,0.0465441437336275
-2000,Morocco,Oilcrops,28.950553,0.0234772372051062
-2000,Morocco,Pulses,28.950553,0.00468049781294333
+2000,Morocco,FruitVeg,28.950553,0.160054248359263
+2000,Morocco,OilcropsPulses,28.950553,0.0281577350180496
 2000,Morocco,Starchy Roots,28.950553,0.0297855450291399
+2000,Morocco,Sugar,28.950553,0.0371670275175745
 2001,Morocco,Ruminants,29.250983,0.263943502343152
 2001,Morocco,Cereals,29.250983,0.255104349826466
 2001,Morocco,Monogastrics,29.250983,0.0467741374708672
-2001,Morocco,Oilcrops,29.250983,0.0217787210775105
-2001,Morocco,Pulses,29.250983,0.006174424975735
+2001,Morocco,FruitVeg,29.250983,0.151193072725112
+2001,Morocco,OilcropsPulses,29.250983,0.0279531460532455
 2001,Morocco,Starchy Roots,29.250983,0.0322089346535807
+2001,Morocco,Sugar,29.250983,0.0359065881649174
 2002,Morocco,Ruminants,29.535591,0.284619071952886
 2002,Morocco,Cereals,29.535591,0.252907212860579
 2002,Morocco,Monogastrics,29.535591,0.0489755698472396
-2002,Morocco,Oilcrops,29.535591,0.0211243783813231
-2002,Morocco,Pulses,29.535591,0.00774469012656628
+2002,Morocco,FruitVeg,29.535591,0.177336420997975
+2002,Morocco,OilcropsPulses,29.535591,0.0288690685078893
 2002,Morocco,Starchy Roots,29.535591,0.0367175317399269
+2002,Morocco,Sugar,29.535591,0.0367576528263816
 2003,Morocco,Ruminants,29.812685,0.260674434389254
 2003,Morocco,Cereals,29.812685,0.256883705711176
 2003,Morocco,Monogastrics,29.812685,0.0525488965519208
-2003,Morocco,Oilcrops,29.812685,0.0239234071000314
-2003,Morocco,Pulses,29.812685,0.00675457443702236
+2003,Morocco,FruitVeg,29.812685,0.190795998414769
+2003,Morocco,OilcropsPulses,29.812685,0.0306779815370538
 2003,Morocco,Starchy Roots,29.812685,0.0393742462310926
+2003,Morocco,Sugar,29.812685,0.036000548088842
 2004,Morocco,Ruminants,30.093109,0.250640802849583
 2004,Morocco,Cereals,30.093109,0.263240630936471
 2004,Morocco,Monogastrics,30.093109,0.052752917619778
-2004,Morocco,Oilcrops,30.093109,0.0228426049299193
-2004,Morocco,Pulses,30.093109,0.00673818713779291
+2004,Morocco,FruitVeg,30.093109,0.223241972107302
+2004,Morocco,OilcropsPulses,30.093109,0.0295807920677122
 2004,Morocco,Starchy Roots,30.093109,0.0411941484676774
+2004,Morocco,Sugar,30.093109,0.0368926653606977
 2005,Morocco,Ruminants,30.385479,0.268307085104698
 2005,Morocco,Cereals,30.385479,0.255138449520575
 2005,Morocco,Monogastrics,30.385479,0.0572458969628223
-2005,Morocco,Oilcrops,30.385479,0.0261096427013706
-2005,Morocco,Pulses,30.385479,0.00608139170687419
+2005,Morocco,FruitVeg,30.385479,0.197275646041321
+2005,Morocco,OilcropsPulses,30.385479,0.0321910344082448
 2005,Morocco,Starchy Roots,30.385479,0.0410382538317069
+2005,Morocco,Sugar,30.385479,0.0370551999525826
 2006,Morocco,Ruminants,30.691434,0.275851551934654
 2006,Morocco,Cereals,30.691434,0.255473041761424
 2006,Morocco,Monogastrics,30.691434,0.0584511756602836
-2006,Morocco,Oilcrops,30.691434,0.0262457596474639
-2006,Morocco,Pulses,30.691434,0.00897168897354226
+2006,Morocco,FruitVeg,30.691434,0.232805316297701
+2006,Morocco,OilcropsPulses,30.691434,0.0352174486210061
 2006,Morocco,Starchy Roots,30.691434,0.0426669864953198
+2006,Morocco,Sugar,30.691434,0.0357489975867534
 2007,Morocco,Ruminants,31.011322,0.281287082827362
 2007,Morocco,Cereals,31.011322,0.252152197832779
 2007,Morocco,Monogastrics,31.011322,0.0613038650851454
-2007,Morocco,Oilcrops,31.011322,0.0283572883477847
-2007,Morocco,Pulses,31.011322,0.00604005208162361
+2007,Morocco,FruitVeg,31.011322,0.20220998640432
+2007,Morocco,OilcropsPulses,31.011322,0.0343973404294083
 2007,Morocco,Starchy Roots,31.011322,0.0393889044781774
+2007,Morocco,Sugar,31.011322,0.0387405283786354
 2008,Morocco,Ruminants,31.350544,0.297905726930927
 2008,Morocco,Cereals,31.350544,0.254842340215851
 2008,Morocco,Monogastrics,31.350544,0.0629650477516435
-2008,Morocco,Oilcrops,31.350544,0.0273502750063922
-2008,Morocco,Pulses,31.350544,0.00599507938363047
+2008,Morocco,FruitVeg,31.350544,0.194515253068655
+2008,Morocco,OilcropsPulses,31.350544,0.0333453543900227
 2008,Morocco,Starchy Roots,31.350544,0.0394594109754523
+2008,Morocco,Sugar,31.350544,0.0403073388455397
 2009,Morocco,Ruminants,31.714958,0.309198851847762
 2009,Morocco,Cereals,31.714958,0.251463047814851
 2009,Morocco,Monogastrics,31.714958,0.0683776658320027
-2009,Morocco,Oilcrops,31.714958,0.0358735773826344
-2009,Morocco,Pulses,31.714958,0.00645231817743539
+2009,Morocco,FruitVeg,31.714958,0.212760395268378
+2009,Morocco,OilcropsPulses,31.714958,0.0423258955600698
 2009,Morocco,Starchy Roots,31.714958,0.0338229361678486
+2009,Morocco,Sugar,31.714958,0.0404858805110194
 2010,Morocco,Ruminants,32.107739,0.310666017311278
 2010,Morocco,Cereals,32.107739,0.250833732017069
 2010,Morocco,Monogastrics,32.107739,0.0771936977561702
-2010,Morocco,Oilcrops,32.107739,0.0432401982587438
-2010,Morocco,Pulses,32.107739,0.00666406314066525
+2010,Morocco,FruitVeg,32.107739,0.2137511146456
+2010,Morocco,OilcropsPulses,32.107739,0.049904261399409
 2010,Morocco,Starchy Roots,32.107739,0.0440729258450743
+2010,Morocco,Sugar,32.107739,0.037304246181894
 2011,Morocco,Ruminants,32.531964,0.323850822532571
 2011,Morocco,Cereals,32.531964,0.25105517760932
 2011,Morocco,Monogastrics,32.531964,0.0807137988963716
-2011,Morocco,Oilcrops,32.531964,0.0384875933097676
-2011,Morocco,Pulses,32.531964,0.00687191833853007
+2011,Morocco,FruitVeg,32.531964,0.225127754352611
+2011,Morocco,OilcropsPulses,32.531964,0.0453595116482976
 2011,Morocco,Starchy Roots,32.531964,0.0454651001089267
+2011,Morocco,Sugar,32.531964,0.0387702998810647
 1961,Mozambique,Ruminants,7.64329,0.0955704415245267
 1961,Mozambique,Cereals,7.64329,0.0817119329503394
 1961,Mozambique,Monogastrics,7.64329,0.0073239141783185
-1961,Mozambique,Oilcrops,7.64329,0.0212852057163865
-1961,Mozambique,Pulses,7.64329,0.00749703334558809
+1961,Mozambique,FruitVeg,7.64329,0.0446952817438564
+1961,Mozambique,OilcropsPulses,7.64329,0.0287822390619746
 1961,Mozambique,Starchy Roots,7.64329,0.298222362359664
+1961,Mozambique,Sugar,7.64329,0.00672184360399775
 1962,Mozambique,Ruminants,7.799396,0.0974242877268958
 1962,Mozambique,Cereals,7.799396,0.080540082847441
 1962,Mozambique,Monogastrics,7.799396,0.00762453913097886
-1962,Mozambique,Oilcrops,7.799396,0.0222212078986629
-1962,Mozambique,Pulses,7.799396,0.00737339147800676
+1962,Mozambique,FruitVeg,7.799396,0.0435024712170019
+1962,Mozambique,OilcropsPulses,7.799396,0.0295945993766697
 1962,Mozambique,Starchy Roots,7.799396,0.306233969912542
+1962,Mozambique,Sugar,7.799396,0.0069847716412912
 1963,Mozambique,Ruminants,7.961458,0.096928263642162
 1963,Mozambique,Cereals,7.961458,0.0843801474554033
 1963,Mozambique,Monogastrics,7.961458,0.00787848155450924
-1963,Mozambique,Oilcrops,7.961458,0.0265054466154315
-1963,Mozambique,Pulses,7.961458,0.00694169334310374
+1963,Mozambique,FruitVeg,7.961458,0.04477458777023
+1963,Mozambique,OilcropsPulses,7.961458,0.0334471399585352
 1963,Mozambique,Starchy Roots,7.961458,0.286698868473589
+1963,Mozambique,Sugar,7.961458,0.00708701848329791
 1964,Mozambique,Ruminants,8.129268,0.0976817715937032
 1964,Mozambique,Cereals,8.129268,0.0830702100115287
 1964,Mozambique,Monogastrics,8.129268,0.00813965045807323
-1964,Mozambique,Oilcrops,8.129268,0.0310563017482017
-1964,Mozambique,Pulses,8.129268,0.00663405364419035
+1964,Mozambique,FruitVeg,8.129268,0.0438137849557918
+1964,Mozambique,OilcropsPulses,8.129268,0.037690355392392
 1964,Mozambique,Starchy Roots,8.129268,0.292059629477094
+1964,Mozambique,Sugar,8.129268,0.0079414284287343
 1965,Mozambique,Ruminants,8.302736,0.0984157872778323
 1965,Mozambique,Cereals,8.302736,0.0865237675869737
 1965,Mozambique,Monogastrics,8.302736,0.0107782663449735
-1965,Mozambique,Oilcrops,8.302736,0.0257383831064844
-1965,Mozambique,Pulses,8.302736,0.00702635854012461
+1965,Mozambique,FruitVeg,8.302736,0.0433570331514816
+1965,Mozambique,OilcropsPulses,8.302736,0.032764741646609
 1965,Mozambique,Starchy Roots,8.302736,0.287521727777446
+1965,Mozambique,Sugar,8.302736,0.00794870510154725
 1966,Mozambique,Ruminants,8.482373,0.0973228364279666
 1966,Mozambique,Cereals,8.482373,0.0849017132351996
 1966,Mozambique,Monogastrics,8.482373,0.00988248217804145
-1966,Mozambique,Oilcrops,8.482373,0.0253193298620563
-1966,Mozambique,Pulses,8.482373,0.0062405885711463
+1966,Mozambique,FruitVeg,8.482373,0.0441422465152145
+1966,Mozambique,OilcropsPulses,8.482373,0.0315599184332026
 1966,Mozambique,Starchy Roots,8.482373,0.27824525047413
+1966,Mozambique,Sugar,8.482373,0.00798231815554444
 1967,Mozambique,Ruminants,8.668529,0.0959263561326264
 1967,Mozambique,Cereals,8.668529,0.0829174130928096
 1967,Mozambique,Monogastrics,8.668529,0.0106360721640315
-1967,Mozambique,Oilcrops,8.668529,0.0332788873406318
-1967,Mozambique,Pulses,8.668529,0.00501480701050893
+1967,Mozambique,FruitVeg,8.668529,0.0430507875096225
+1967,Mozambique,OilcropsPulses,8.668529,0.0382936943511408
 1967,Mozambique,Starchy Roots,8.668529,0.284979608420298
+1967,Mozambique,Sugar,8.668529,0.00829610191071634
 1968,Mozambique,Ruminants,8.860823,0.0963892970212812
 1968,Mozambique,Cereals,8.860823,0.0739508056982969
 1968,Mozambique,Monogastrics,8.860823,0.0119026979773775
-1968,Mozambique,Oilcrops,8.860823,0.0348218218555996
-1968,Mozambique,Pulses,8.860823,0.00616951721076022
+1968,Mozambique,FruitVeg,8.860823,0.0432573813967393
+1968,Mozambique,OilcropsPulses,8.860823,0.0409913390663599
 1968,Mozambique,Starchy Roots,8.860823,0.277859178543573
+1968,Mozambique,Sugar,8.860823,0.00821368398849633
 1969,Mozambique,Ruminants,9.058691,0.0972718022946141
 1969,Mozambique,Cereals,9.058691,0.0817198643821718
 1969,Mozambique,Monogastrics,9.058691,0.010791956586222
-1969,Mozambique,Oilcrops,9.058691,0.029081022854185
-1969,Mozambique,Pulses,9.058691,0.00583263078517636
+1969,Mozambique,FruitVeg,9.058691,0.0453783002422756
+1969,Mozambique,OilcropsPulses,9.058691,0.0349136536393614
 1969,Mozambique,Starchy Roots,9.058691,0.274498379512007
+1969,Mozambique,Sugar,9.058691,0.00928931122609216
 1970,Mozambique,Ruminants,9.262078,0.0985716704178047
 1970,Mozambique,Cereals,9.262078,0.0730167679434356
 1970,Mozambique,Monogastrics,9.262078,0.0115643811248405
-1970,Mozambique,Oilcrops,9.262078,0.0320980885714847
-1970,Mozambique,Pulses,9.262078,0.00607390695694854
+1970,Mozambique,FruitVeg,9.262078,0.0448515980971009
+1970,Mozambique,OilcropsPulses,9.262078,0.0381719955284332
 1970,Mozambique,Starchy Roots,9.262078,0.277814762518735
+1970,Mozambique,Sugar,9.262078,0.00965204568564419
 1971,Mozambique,Ruminants,9.468836,0.09889896709585
 1971,Mozambique,Cereals,9.468836,0.0753020751441888
 1971,Mozambique,Monogastrics,9.468836,0.0126072518311649
-1971,Mozambique,Oilcrops,9.468836,0.0335151015394078
-1971,Mozambique,Pulses,9.468836,0.005670918790863
+1971,Mozambique,FruitVeg,9.468836,0.0485564434741504
+1971,Mozambique,OilcropsPulses,9.468836,0.0391860203302708
 1971,Mozambique,Starchy Roots,9.468836,0.289947359950051
+1971,Mozambique,Sugar,9.468836,0.0114381535386187
 1972,Mozambique,Ruminants,9.679753,0.0986839436915384
 1972,Mozambique,Cereals,9.679753,0.0723058739205432
 1972,Mozambique,Monogastrics,9.679753,0.0130083794493517
-1972,Mozambique,Oilcrops,9.679753,0.0375194491016455
-1972,Mozambique,Pulses,9.679753,0.0055193557108327
+1972,Mozambique,FruitVeg,9.679753,0.0475509034166471
+1972,Mozambique,OilcropsPulses,9.679753,0.0430388048124782
 1972,Mozambique,Starchy Roots,9.679753,0.282816514016422
+1972,Mozambique,Sugar,9.679753,0.0120945234862914
 1973,Mozambique,Ruminants,9.901052,0.0980856680684032
 1973,Mozambique,Cereals,9.901052,0.0855775729690138
 1973,Mozambique,Monogastrics,9.901052,0.0136076348250671
-1973,Mozambique,Oilcrops,9.901052,0.0343976579458425
-1973,Mozambique,Pulses,9.901052,0.00459759225585322
+1973,Mozambique,FruitVeg,9.901052,0.0473595129083253
+1973,Mozambique,OilcropsPulses,9.901052,0.0389952502016957
 1973,Mozambique,Starchy Roots,9.901052,0.283580169056783
+1973,Mozambique,Sugar,9.901052,0.0127761171237157
 1974,Mozambique,Ruminants,10.141147,0.0994023161285405
 1974,Mozambique,Cereals,10.141147,0.0803584643827764
 1974,Mozambique,Monogastrics,10.141147,0.0136169902674717
-1974,Mozambique,Oilcrops,10.141147,0.0347319686816491
-1974,Mozambique,Pulses,10.141147,0.00510593131132011
+1974,Mozambique,FruitVeg,10.141147,0.0460764448045177
+1974,Mozambique,OilcropsPulses,10.141147,0.0398378999929692
 1974,Mozambique,Starchy Roots,10.141147,0.277538428345433
+1974,Mozambique,Sugar,10.141147,0.0128965688003537
 1975,Mozambique,Ruminants,10.405,0.100816309466603
 1975,Mozambique,Cereals,10.405,0.0755301297453148
 1975,Mozambique,Monogastrics,10.405,0.0115619702066314
-1975,Mozambique,Oilcrops,10.405,0.0403968284478616
-1975,Mozambique,Pulses,10.405,0.00527467563671312
+1975,Mozambique,FruitVeg,10.405,0.0404049014896684
+1975,Mozambique,OilcropsPulses,10.405,0.0456715040845747
 1975,Mozambique,Starchy Roots,10.405,0.275375012013455
+1975,Mozambique,Sugar,10.405,0.0130489187890437
 1976,Mozambique,Ruminants,10.693688,0.0850261948917904
 1976,Mozambique,Cereals,10.693688,0.0859134846649725
 1976,Mozambique,Monogastrics,10.693688,0.0090114374012034
-1976,Mozambique,Oilcrops,10.693688,0.0373078960224013
-1976,Mozambique,Pulses,10.693688,0.00537316966793869
+1976,Mozambique,FruitVeg,10.693688,0.0412075796488545
+1976,Mozambique,OilcropsPulses,10.693688,0.0426810656903399
 1976,Mozambique,Starchy Roots,10.693688,0.273197796681556
+1976,Mozambique,Sugar,10.693688,0.0128262578822199
 1977,Mozambique,Ruminants,11.001909,0.089546614137601
 1977,Mozambique,Cereals,11.001909,0.080156180168369
 1977,Mozambique,Monogastrics,11.001909,0.00929180563118637
-1977,Mozambique,Oilcrops,11.001909,0.0343113181539676
-1977,Mozambique,Pulses,11.001909,0.00510729547026793
+1977,Mozambique,FruitVeg,11.001909,0.0413364626084437
+1977,Mozambique,OilcropsPulses,11.001909,0.0394186136242356
 1977,Mozambique,Starchy Roots,11.001909,0.269044217689857
+1977,Mozambique,Sugar,11.001909,0.0127440610534045
 1978,Mozambique,Ruminants,11.320103,0.102192533053807
 1978,Mozambique,Cereals,11.320103,0.0785012291849288
 1978,Mozambique,Monogastrics,11.320103,0.00991682672852005
-1978,Mozambique,Oilcrops,11.320103,0.037507520912133
-1978,Mozambique,Pulses,11.320103,0.00495887714095888
+1978,Mozambique,FruitVeg,11.320103,0.0394457541596574
+1978,Mozambique,OilcropsPulses,11.320103,0.0424663980530919
 1978,Mozambique,Starchy Roots,11.320103,0.266305704108876
+1978,Mozambique,Sugar,11.320103,0.0126715278120703
 1979,Mozambique,Ruminants,11.635174,0.0900957390065675
 1979,Mozambique,Cereals,11.635174,0.0826491292695752
 1979,Mozambique,Monogastrics,11.635174,0.010250805015894
-1979,Mozambique,Oilcrops,11.635174,0.0394494315254761
-1979,Mozambique,Pulses,11.635174,0.0034053637702367
+1979,Mozambique,FruitVeg,11.635174,0.0383303249268124
+1979,Mozambique,OilcropsPulses,11.635174,0.0428547952957128
 1979,Mozambique,Starchy Roots,11.635174,0.266931633338702
+1979,Mozambique,Sugar,11.635174,0.0123497078771663
 1980,Mozambique,Ruminants,11.936379,0.0914212509505605
 1980,Mozambique,Cereals,11.936379,0.0843518792424403
 1980,Mozambique,Monogastrics,11.936379,0.0104484617990096
-1980,Mozambique,Oilcrops,11.936379,0.0423270742324787
-1980,Mozambique,Pulses,11.936379,0.00406907320888521
+1980,Mozambique,FruitVeg,11.936379,0.0374803782621178
+1980,Mozambique,OilcropsPulses,11.936379,0.0463961474413639
 1980,Mozambique,Starchy Roots,11.936379,0.268272312734038
+1980,Mozambique,Sugar,11.936379,0.0115687512938388
 1981,Mozambique,Ruminants,12.228508,0.0888885299825621
 1981,Mozambique,Cereals,12.228508,0.0781292370254818
 1981,Mozambique,Monogastrics,12.228508,0.0102980837891262
-1981,Mozambique,Oilcrops,12.228508,0.0438873654905406
-1981,Mozambique,Pulses,12.228508,0.00423804768333144
+1981,Mozambique,FruitVeg,12.228508,0.036912516228472
+1981,Mozambique,OilcropsPulses,12.228508,0.0481254131738721
 1981,Mozambique,Starchy Roots,12.228508,0.261863507796699
+1981,Mozambique,Sugar,12.228508,0.0110662723530949
 1982,Mozambique,Ruminants,12.511864,0.0855193199030936
 1982,Mozambique,Cereals,12.511864,0.0735843196505333
 1982,Mozambique,Monogastrics,12.511864,0.0105488039192242
-1982,Mozambique,Oilcrops,12.511864,0.0409112503141019
-1982,Mozambique,Pulses,12.511864,0.00448134666425402
+1982,Mozambique,FruitVeg,12.511864,0.036683982498531
+1982,Mozambique,OilcropsPulses,12.511864,0.0453925969783559
 1982,Mozambique,Starchy Roots,12.511864,0.25869846411374
+1982,Mozambique,Sugar,12.511864,0.0101203945311426
 1983,Mozambique,Ruminants,12.766859,0.0813608186633846
 1983,Mozambique,Cereals,12.766859,0.0688025143850966
 1983,Mozambique,Monogastrics,12.766859,0.0115265234777011
-1983,Mozambique,Oilcrops,12.766859,0.0405208516832527
-1983,Mozambique,Pulses,12.766859,0.00718461761033
+1983,Mozambique,FruitVeg,12.766859,0.0363390086786421
+1983,Mozambique,OilcropsPulses,12.766859,0.0477054692935827
 1983,Mozambique,Starchy Roots,12.766859,0.257733715082151
+1983,Mozambique,Sugar,12.766859,0.00649783944508199
 1984,Mozambique,Ruminants,12.968335,0.0869982384014602
 1984,Mozambique,Cereals,12.968335,0.0813562419539594
 1984,Mozambique,Monogastrics,12.968335,0.0109856045513938
-1984,Mozambique,Oilcrops,12.968335,0.0391707185232337
-1984,Mozambique,Pulses,12.968335,0.00583343968211802
+1984,Mozambique,FruitVeg,12.968335,0.0353966025708003
+1984,Mozambique,OilcropsPulses,12.968335,0.0450041582053517
 1984,Mozambique,Starchy Roots,12.968335,0.253436543704338
+1984,Mozambique,Sugar,12.968335,0.00603678112880335
 1985,Mozambique,Ruminants,13.102982,0.0856860293328648
 1985,Mozambique,Cereals,13.102982,0.0994741502354197
 1985,Mozambique,Monogastrics,13.102982,0.011120293075271
-1985,Mozambique,Oilcrops,13.102982,0.0336366179851274
-1985,Mozambique,Pulses,13.102982,0.00559796235696576
+1985,Mozambique,FruitVeg,13.102982,0.035120631318886
+1985,Mozambique,OilcropsPulses,13.102982,0.0392345803420931
 1985,Mozambique,Starchy Roots,13.102982,0.243761305632565
+1985,Mozambique,Sugar,13.102982,0.00267977167334886
 1986,Mozambique,Ruminants,13.155271,0.0750167062312893
 1986,Mozambique,Cereals,13.155271,0.077690151727015
 1986,Mozambique,Monogastrics,13.155271,0.0114339035661067
-1986,Mozambique,Oilcrops,13.155271,0.0361473359233725
-1986,Mozambique,Pulses,13.155271,0.00581584370249765
+1986,Mozambique,FruitVeg,13.155271,0.0365770496100004
+1986,Mozambique,OilcropsPulses,13.155271,0.0419631796258701
 1986,Mozambique,Starchy Roots,13.155271,0.244267335883845
+1986,Mozambique,Sugar,13.155271,0.00336997998748943
 1987,Mozambique,Ruminants,13.142516,0.0783812475480342
 1987,Mozambique,Cereals,13.142516,0.0730049710420744
 1987,Mozambique,Monogastrics,13.142516,0.011884330215006
-1987,Mozambique,Oilcrops,13.142516,0.0375051474162177
-1987,Mozambique,Pulses,13.142516,0.00783107283262961
+1987,Mozambique,FruitVeg,13.142516,0.0378365908019439
+1987,Mozambique,OilcropsPulses,13.142516,0.0453362202488473
 1987,Mozambique,Starchy Roots,13.142516,0.250597145934614
+1987,Mozambique,Sugar,13.142516,0.0042722413273075
 1988,Mozambique,Ruminants,13.124285,0.0712744884768961
 1988,Mozambique,Cereals,13.124285,0.0853123808268412
 1988,Mozambique,Monogastrics,13.124285,0.0123196501752286
-1988,Mozambique,Oilcrops,13.124285,0.0366928941271848
-1988,Mozambique,Pulses,13.124285,0.00835474084873957
+1988,Mozambique,FruitVeg,13.124285,0.0384738673382969
+1988,Mozambique,OilcropsPulses,13.124285,0.0450476349759244
 1988,Mozambique,Starchy Roots,13.124285,0.240664539058699
+1988,Mozambique,Sugar,13.124285,0.00417516078018726
 1989,Mozambique,Ruminants,13.181941,0.0699494255056975
 1989,Mozambique,Cereals,13.181941,0.0766058655550044
 1989,Mozambique,Monogastrics,13.181941,0.0124772520222932
-1989,Mozambique,Oilcrops,13.181941,0.0403366241739361
-1989,Mozambique,Pulses,13.181941,0.00711549232393014
+1989,Mozambique,FruitVeg,13.181941,0.0385938611013355
+1989,Mozambique,OilcropsPulses,13.181941,0.0474521164978663
 1989,Mozambique,Starchy Roots,13.181941,0.244517480392303
+1989,Mozambique,Sugar,13.181941,0.0032649971654402
 1990,Mozambique,Ruminants,13.371971,0.0464759981905435
 1990,Mozambique,Cereals,13.371971,0.0755968585334204
 1990,Mozambique,Monogastrics,13.371971,0.0128868511605357
-1990,Mozambique,Oilcrops,13.371971,0.0345875712712808
-1990,Mozambique,Pulses,13.371971,0.00705535481642908
+1990,Mozambique,FruitVeg,13.371971,0.0384591770353077
+1990,Mozambique,OilcropsPulses,13.371971,0.0416429260877099
 1990,Mozambique,Starchy Roots,13.371971,0.270241612100415
+1990,Mozambique,Sugar,13.371971,0.00362504525323903
 1991,Mozambique,Ruminants,13.719853,0.051250556401734
 1991,Mozambique,Cereals,13.719853,0.0761969534221686
 1991,Mozambique,Monogastrics,13.719853,0.0123277632785133
-1991,Mozambique,Oilcrops,13.719853,0.0355268383706443
-1991,Mozambique,Pulses,13.719853,0.00552258103640032
+1991,Mozambique,FruitVeg,13.719853,0.033580972041027
+1991,Mozambique,OilcropsPulses,13.719853,0.0410494194070447
 1991,Mozambique,Starchy Roots,13.719853,0.23901342091639
+1991,Mozambique,Sugar,13.719853,0.00342241276200263
 1992,Mozambique,Ruminants,14.203987,0.0482906313558299
 1992,Mozambique,Cereals,14.203987,0.0816367263642244
 1992,Mozambique,Monogastrics,14.203987,0.0122961320648914
-1992,Mozambique,Oilcrops,14.203987,0.0419125982021809
-1992,Mozambique,Pulses,14.203987,0.00534335887522285
+1992,Mozambique,FruitVeg,14.203987,0.0250481079713745
+1992,Mozambique,OilcropsPulses,14.203987,0.0472559570774037
 1992,Mozambique,Starchy Roots,14.203987,0.22375393613075
+1992,Mozambique,Sugar,14.203987,0.00421212720062332
 1993,Mozambique,Ruminants,14.775877,0.0488754339251741
 1993,Mozambique,Cereals,14.775877,0.0854954328599243
 1993,Mozambique,Monogastrics,14.775877,0.0117776494755607
-1993,Mozambique,Oilcrops,14.775877,0.0350465830217726
-1993,Mozambique,Pulses,14.775877,0.00667303876446725
+1993,Mozambique,FruitVeg,14.775877,0.0292150509915587
+1993,Mozambique,OilcropsPulses,14.775877,0.0417196217862398
 1993,Mozambique,Starchy Roots,14.775877,0.215725807679639
+1993,Mozambique,Sugar,14.775877,0.00507062964858194
 1994,Mozambique,Ruminants,15.363065,0.0494254694619856
 1994,Mozambique,Cereals,15.363065,0.084963970405645
 1994,Mozambique,Monogastrics,15.363065,0.0121842744270105
-1994,Mozambique,Oilcrops,15.363065,0.0323781745374377
-1994,Mozambique,Pulses,15.363065,0.00609904338750113
+1994,Mozambique,FruitVeg,15.363065,0.0263947330822333
+1994,Mozambique,OilcropsPulses,15.363065,0.0384772179249388
 1994,Mozambique,Starchy Roots,15.363065,0.213867675493139
+1994,Mozambique,Sugar,15.363065,0.00586836025233246
 1995,Mozambique,Ruminants,15.913101,0.0503345702386983
 1995,Mozambique,Cereals,15.913101,0.0912549980044744
 1995,Mozambique,Monogastrics,15.913101,0.0529406053540413
-1995,Mozambique,Oilcrops,15.913101,0.0407734482424262
-1995,Mozambique,Pulses,15.913101,0.0080600255097985
+1995,Mozambique,FruitVeg,15.913101,0.0276338345367129
+1995,Mozambique,OilcropsPulses,15.913101,0.0488334737522247
 1995,Mozambique,Starchy Roots,15.913101,0.216585503981908
+1995,Mozambique,Sugar,15.913101,0.00562951243758209
 1996,Mozambique,Ruminants,16.410777,0.0523194057173527
 1996,Mozambique,Cereals,16.410777,0.0986105045483221
 1996,Mozambique,Monogastrics,16.410777,0.0520740425636154
-1996,Mozambique,Oilcrops,16.410777,0.0328215416003764
-1996,Mozambique,Pulses,16.410777,0.00749361227685929
+1996,Mozambique,FruitVeg,16.410777,0.0286108939265947
+1996,Mozambique,OilcropsPulses,16.410777,0.0403151538772357
 1996,Mozambique,Starchy Roots,16.410777,0.234531552040467
+1996,Mozambique,Sugar,16.410777,0.00546823590376007
 1997,Mozambique,Ruminants,16.872896,0.0498353216898865
 1997,Mozambique,Cereals,16.872896,0.0968722855874889
 1997,Mozambique,Monogastrics,16.872896,0.0516358898911011
-1997,Mozambique,Oilcrops,16.872896,0.0344058897773091
-1997,Mozambique,Pulses,16.872896,0.00794327186038484
+1997,Mozambique,FruitVeg,16.872896,0.0286503277208607
+1997,Mozambique,OilcropsPulses,16.872896,0.042349161637694
 1997,Mozambique,Starchy Roots,16.872896,0.245632877722947
+1997,Mozambique,Sugar,16.872896,0.0056196636309499
 1998,Mozambique,Ruminants,17.317376,0.0519696344296041
 1998,Mozambique,Cereals,17.317376,0.0984791229340981
 1998,Mozambique,Monogastrics,17.317376,0.0511396530282648
-1998,Mozambique,Oilcrops,17.317376,0.0371242733310174
-1998,Mozambique,Pulses,17.317376,0.00771854812184017
+1998,Mozambique,FruitVeg,17.317376,0.0286514538923218
+1998,Mozambique,OilcropsPulses,17.317376,0.0448428214528575
 1998,Mozambique,Starchy Roots,17.317376,0.249349612781983
+1998,Mozambique,Sugar,17.317376,0.00576421046698992
 1999,Mozambique,Ruminants,17.774066,0.0485617472107958
 1999,Mozambique,Cereals,17.774066,0.100281556285433
 1999,Mozambique,Monogastrics,17.774066,0.0499574773718068
-1999,Mozambique,Oilcrops,17.774066,0.0329452473058219
-1999,Mozambique,Pulses,17.774066,0.0046702875976718
+1999,Mozambique,FruitVeg,17.774066,0.0283047221721805
+1999,Mozambique,OilcropsPulses,17.774066,0.0376155349034937
 1999,Mozambique,Starchy Roots,17.774066,0.258555977006049
+1999,Mozambique,Sugar,17.774066,0.00604819403731257
 2000,Mozambique,Ruminants,18.264536,0.0503890764046784
 2000,Mozambique,Cereals,18.264536,0.101600391052913
 2000,Mozambique,Monogastrics,18.264536,0.0495147152930685
-2000,Mozambique,Oilcrops,18.264536,0.0285944849625526
-2000,Mozambique,Pulses,18.264536,0.00478358716586066
+2000,Mozambique,FruitVeg,18.264536,0.0204713111792164
+2000,Mozambique,OilcropsPulses,18.264536,0.0333780721284132
 2000,Mozambique,Starchy Roots,18.264536,0.254728945755863
+2000,Mozambique,Sugar,18.264536,0.0075629624535767
 2001,Mozambique,Ruminants,18.792357,0.0455460642856029
 2001,Mozambique,Cereals,18.792357,0.0967294310128314
 2001,Mozambique,Monogastrics,18.792357,0.0470157309165636
-2001,Mozambique,Oilcrops,18.792357,0.0326617890454082
-2001,Mozambique,Pulses,18.792357,0.0048727256511783
+2001,Mozambique,FruitVeg,18.792357,0.0215677043598097
+2001,Mozambique,OilcropsPulses,18.792357,0.0375345146965865
 2001,Mozambique,Starchy Roots,18.792357,0.264663022312741
+2001,Mozambique,Sugar,18.792357,0.00765545269281549
 2002,Mozambique,Ruminants,19.348715,0.0456596264919919
 2002,Mozambique,Cereals,19.348715,0.0978490819674588
 2002,Mozambique,Monogastrics,19.348715,0.0459610108474904
-2002,Mozambique,Oilcrops,19.348715,0.0254313529348073
-2002,Mozambique,Pulses,19.348715,0.0102361836432032
+2002,Mozambique,FruitVeg,19.348715,0.0255797865646375
+2002,Mozambique,OilcropsPulses,19.348715,0.0356675365780105
 2002,Mozambique,Starchy Roots,19.348715,0.262884020980205
+2002,Mozambique,Sugar,19.348715,0.00739537483496966
 2003,Mozambique,Ruminants,19.928496,0.0469804846286443
 2003,Mozambique,Cereals,19.928496,0.0996705923015967
 2003,Mozambique,Monogastrics,19.928496,0.0370113981506683
-2003,Mozambique,Oilcrops,19.928496,0.0225129884362573
-2003,Mozambique,Pulses,19.928496,0.0110783071637719
+2003,Mozambique,FruitVeg,19.928496,0.0276232084950114
+2003,Mozambique,OilcropsPulses,19.928496,0.0335912956000292
 2003,Mozambique,Starchy Roots,19.928496,0.279693510237802
+2003,Mozambique,Sugar,19.928496,0.00847876327445885
 2004,Mozambique,Ruminants,20.523159,0.0526257580521595
 2004,Mozambique,Cereals,20.523159,0.101274906070747
 2004,Mozambique,Monogastrics,20.523159,0.0396022756535678
-2004,Mozambique,Oilcrops,20.523159,0.0251871069166301
-2004,Mozambique,Pulses,20.523159,0.0112241492647404
+2004,Mozambique,FruitVeg,20.523159,0.0284192604072307
+2004,Mozambique,OilcropsPulses,20.523159,0.0364112561813705
 2004,Mozambique,Starchy Roots,20.523159,0.2646712915882
+2004,Mozambique,Sugar,20.523159,0.00846292717412558
 2005,Mozambique,Ruminants,21.126676,0.0545519370865535
 2005,Mozambique,Cereals,21.126676,0.109985025566729
 2005,Mozambique,Monogastrics,21.126676,0.0419683910521466
-2005,Mozambique,Oilcrops,21.126676,0.0321242205825469
-2005,Mozambique,Pulses,21.126676,0.0103164832934438
+2005,Mozambique,FruitVeg,21.126676,0.029320230025774
+2005,Mozambique,OilcropsPulses,21.126676,0.0424407038759907
 2005,Mozambique,Starchy Roots,21.126676,0.229820583228521
+2005,Mozambique,Sugar,21.126676,0.00868134674853725
 2006,Mozambique,Ruminants,21.73786,0.0469203730265997
 2006,Mozambique,Cereals,21.73786,0.115319999300759
 2006,Mozambique,Monogastrics,21.73786,0.031606873905711
-2006,Mozambique,Oilcrops,21.73786,0.0253734728257519
-2006,Mozambique,Pulses,21.73786,0.0141686900182447
+2006,Mozambique,FruitVeg,21.73786,0.0334708660374112
+2006,Mozambique,OilcropsPulses,21.73786,0.0395421628439966
 2006,Mozambique,Starchy Roots,21.73786,0.234552573252381
+2006,Mozambique,Sugar,21.73786,0.00854035309823506
 2007,Mozambique,Ruminants,22.359637,0.0560677706887639
 2007,Mozambique,Cereals,22.359637,0.114411964738068
 2007,Mozambique,Monogastrics,22.359637,0.0342476355944419
-2007,Mozambique,Oilcrops,22.359637,0.0249983038633409
-2007,Mozambique,Pulses,22.359637,0.0147849448539795
+2007,Mozambique,FruitVeg,22.359637,0.0358048299263535
+2007,Mozambique,OilcropsPulses,22.359637,0.0397832487173204
 2007,Mozambique,Starchy Roots,22.359637,0.22188016737481
+2007,Mozambique,Sugar,22.359637,0.0100235527079442
 2008,Mozambique,Ruminants,22.994867,0.051915229603198
 2008,Mozambique,Cereals,22.994867,0.117193719798423
 2008,Mozambique,Monogastrics,22.994867,0.037978393177921
-2008,Mozambique,Oilcrops,22.994867,0.0241278629704621
-2008,Mozambique,Pulses,22.994867,0.0129010530915443
+2008,Mozambique,FruitVeg,22.994867,0.0374224821565613
+2008,Mozambique,OilcropsPulses,22.994867,0.0370289160620064
 2008,Mozambique,Starchy Roots,22.994867,0.233894677451276
+2008,Mozambique,Sugar,22.994867,0.0110251126914541
 2009,Mozambique,Ruminants,23.647815,0.046325996714707
 2009,Mozambique,Cereals,23.647815,0.11809915630683
 2009,Mozambique,Monogastrics,23.647815,0.033691582076399
-2009,Mozambique,Oilcrops,23.647815,0.023041452244108
-2009,Mozambique,Pulses,23.647815,0.0122297134005827
+2009,Mozambique,FruitVeg,23.647815,0.0393051535628133
+2009,Mozambique,OilcropsPulses,23.647815,0.0352711656446906
 2009,Mozambique,Starchy Roots,23.647815,0.243197437057081
+2009,Mozambique,Sugar,23.647815,0.0112748683123578
 2010,Mozambique,Ruminants,24.321457,0.047109891483886
 2010,Mozambique,Cereals,24.321457,0.123567185962584
 2010,Mozambique,Monogastrics,24.321457,0.0339668548639993
-2010,Mozambique,Oilcrops,24.321457,0.0223746463873443
-2010,Mozambique,Pulses,24.321457,0.0111644627211273
+2010,Mozambique,FruitVeg,24.321457,0.0418824003841546
+2010,Mozambique,OilcropsPulses,24.321457,0.0335391091084716
 2010,Mozambique,Starchy Roots,24.321457,0.246701174193635
+2010,Mozambique,Sugar,24.321457,0.0110093733282509
 2011,Mozambique,Ruminants,25.016921,0.0467407040218898
 2011,Mozambique,Cereals,25.016921,0.120620359316001
 2011,Mozambique,Monogastrics,25.016921,0.0367931569196705
-2011,Mozambique,Oilcrops,25.016921,0.0231510504430181
-2011,Mozambique,Pulses,25.016921,0.0132037431784671
+2011,Mozambique,FruitVeg,25.016921,0.0416755123462236
+2011,Mozambique,OilcropsPulses,25.016921,0.0363547936214852
 2011,Mozambique,Starchy Roots,25.016921,0.246977395819414
+2011,Mozambique,Sugar,25.016921,0.0112086935078861
 2012,Mozambique,Ruminants,25.732928,0.0475711664059372
 2012,Mozambique,Cereals,25.732928,0.116235742780612
 2012,Mozambique,Monogastrics,25.732928,0.0389037384319421
-2012,Mozambique,Oilcrops,25.732928,0.0239328381130977
-2012,Mozambique,Pulses,25.732928,0.0143418191664781
+2012,Mozambique,FruitVeg,25.732928,0.047032657923731
+2012,Mozambique,OilcropsPulses,25.732928,0.0382746572795758
 2012,Mozambique,Starchy Roots,25.732928,0.261053503122536
+2012,Mozambique,Sugar,25.732928,0.0104887403407805
 2013,Mozambique,Ruminants,26.46718,0.0457629977957606
 2013,Mozambique,Cereals,26.46718,0.114833994403635
 2013,Mozambique,Monogastrics,26.46718,0.0404163307160037
-2013,Mozambique,Oilcrops,26.46718,0.021776592746186
-2013,Mozambique,Pulses,26.46718,0.0136723292772407
+2013,Mozambique,FruitVeg,26.46718,0.0435620266307177
+2013,Mozambique,OilcropsPulses,26.46718,0.0354489220234268
 2013,Mozambique,Starchy Roots,26.46718,0.259465232034542
+2013,Mozambique,Sugar,26.46718,0.0109293472141724
 1961,Myanmar,Ruminants,21.961594,0.0779476252953224
 1961,Myanmar,Cereals,21.961594,0.16742905820042
 1961,Myanmar,Monogastrics,21.961594,0.011416944507762
-1961,Myanmar,Oilcrops,21.961594,0.016985561248423
-1961,Myanmar,Pulses,21.961594,0.00293161780515567
+1961,Myanmar,FruitVeg,21.961594,0.0545138025955675
+1961,Myanmar,OilcropsPulses,21.961594,0.0199171790535787
 1961,Myanmar,Starchy Roots,21.961594,0.0018789619733431
+1961,Myanmar,Sugar,21.961594,0.00678721225790805
 1962,Myanmar,Ruminants,22.44669,0.076541721741602
 1962,Myanmar,Cereals,22.44669,0.170654515209147
 1962,Myanmar,Monogastrics,22.44669,0.0112263144365606
-1962,Myanmar,Oilcrops,22.44669,0.0183042132269836
-1962,Myanmar,Pulses,22.44669,0.00367528575482621
+1962,Myanmar,FruitVeg,22.44669,0.0591985722616564
+1962,Myanmar,OilcropsPulses,22.44669,0.0219794989818098
 1962,Myanmar,Starchy Roots,22.44669,0.0019169418742808
+1962,Myanmar,Sugar,22.44669,0.00722792536449695
 1963,Myanmar,Ruminants,22.947286,0.0809023428740114
 1963,Myanmar,Cereals,22.947286,0.168721085360596
 1963,Myanmar,Monogastrics,22.947286,0.0123286213454611
-1963,Myanmar,Oilcrops,22.947286,0.0193717461838407
-1963,Myanmar,Pulses,22.947286,0.00542926950054137
+1963,Myanmar,FruitVeg,22.947286,0.0580816398069907
+1963,Myanmar,OilcropsPulses,22.947286,0.024801015684382
 1963,Myanmar,Starchy Roots,22.947286,0.00272254418234906
+1963,Myanmar,Sugar,22.947286,0.00794150558806824
 1964,Myanmar,Ruminants,23.471163,0.0839297481765177
 1964,Myanmar,Cereals,23.471163,0.186544782633907
 1964,Myanmar,Monogastrics,23.471163,0.012786532989439
-1964,Myanmar,Oilcrops,23.471163,0.0182146491846186
-1964,Myanmar,Pulses,23.471163,0.00797416813133631
+1964,Myanmar,FruitVeg,23.471163,0.0555333368014188
+1964,Myanmar,OilcropsPulses,23.471163,0.0261888173159549
 1964,Myanmar,Starchy Roots,23.471163,0.00181524877996033
+1964,Myanmar,Sugar,23.471163,0.0081822958666343
 1965,Myanmar,Ruminants,24.02364,0.087108972661928
 1965,Myanmar,Cereals,24.02364,0.18419452672451
 1965,Myanmar,Monogastrics,24.02364,0.0133825723329187
-1965,Myanmar,Oilcrops,24.02364,0.0164599536123585
-1965,Myanmar,Pulses,24.02364,0.00382902008188601
+1965,Myanmar,FruitVeg,24.02364,0.0547408719078375
+1965,Myanmar,OilcropsPulses,24.02364,0.0202889736942445
 1965,Myanmar,Starchy Roots,24.02364,0.00206367561285467
+1965,Myanmar,Sugar,24.02364,0.00733897943858633
 1966,Myanmar,Ruminants,24.606863,0.081331590296577
 1966,Myanmar,Cereals,24.606863,0.175082821406369
 1966,Myanmar,Monogastrics,24.606863,0.0158906033654107
-1966,Myanmar,Oilcrops,24.606863,0.0127887085810166
-1966,Myanmar,Pulses,24.606863,0.00555694563748333
+1966,Myanmar,FruitVeg,24.606863,0.0562566223902657
+1966,Myanmar,OilcropsPulses,24.606863,0.0183456542184999
 1966,Myanmar,Starchy Roots,24.606863,0.00169826604878485
+1966,Myanmar,Sugar,24.606863,0.00845731534328451
 1967,Myanmar,Ruminants,25.218375,0.0823957332698875
 1967,Myanmar,Cereals,25.218375,0.17603211943672
 1967,Myanmar,Monogastrics,25.218375,0.0184548290680902
-1967,Myanmar,Oilcrops,25.218375,0.0119883220072665
-1967,Myanmar,Pulses,25.218375,0.00446464135774014
+1967,Myanmar,FruitVeg,25.218375,0.0589639102440185
+1967,Myanmar,OilcropsPulses,25.218375,0.0164529633650067
 1967,Myanmar,Starchy Roots,25.218375,0.0014163878521118
+1967,Myanmar,Sugar,25.218375,0.00806031316450802
 1968,Myanmar,Ruminants,25.853248,0.0839958290733915
 1968,Myanmar,Cereals,25.853248,0.179265251313877
 1968,Myanmar,Monogastrics,25.853248,0.017053636742277
-1968,Myanmar,Oilcrops,25.853248,0.0153037637669356
-1968,Myanmar,Pulses,25.853248,0.00574852335768411
+1968,Myanmar,FruitVeg,25.853248,0.0581708727661608
+1968,Myanmar,OilcropsPulses,25.853248,0.0210522871246197
 1968,Myanmar,Starchy Roots,25.853248,0.00177768766230069
+1968,Myanmar,Sugar,25.853248,0.00718254046841619
 1969,Myanmar,Ruminants,26.504247,0.0820948921884104
 1969,Myanmar,Cereals,26.504247,0.174754483687086
 1969,Myanmar,Monogastrics,26.504247,0.0198788669604535
-1969,Myanmar,Oilcrops,26.504247,0.014308914341162
-1969,Myanmar,Pulses,26.504247,0.00739968202077199
+1969,Myanmar,FruitVeg,26.504247,0.0520298501594858
+1969,Myanmar,OilcropsPulses,26.504247,0.021708596361934
 1969,Myanmar,Starchy Roots,26.504247,0.00232883431851507
+1969,Myanmar,Sugar,26.504247,0.00665874416277512
 1970,Myanmar,Ruminants,27.166045,0.081450770621929
 1970,Myanmar,Cereals,27.166045,0.178801367663199
 1970,Myanmar,Monogastrics,27.166045,0.0214338082705819
-1970,Myanmar,Oilcrops,27.166045,0.0159713348041645
-1970,Myanmar,Pulses,27.166045,0.00609164860030233
+1970,Myanmar,FruitVeg,27.166045,0.0548739796315584
+1970,Myanmar,OilcropsPulses,27.166045,0.0220629834044669
 1970,Myanmar,Starchy Roots,27.166045,0.00208779010709877
+1970,Myanmar,Sugar,27.166045,0.00657523021845837
 1971,Myanmar,Ruminants,27.836648,0.0817315971377014
 1971,Myanmar,Cereals,27.836648,0.181210934592412
 1971,Myanmar,Monogastrics,27.836648,0.0210633837809782
-1971,Myanmar,Oilcrops,27.836648,0.019129242859988
-1971,Myanmar,Pulses,27.836648,0.00571929493809743
+1971,Myanmar,FruitVeg,27.836648,0.0534251825147913
+1971,Myanmar,OilcropsPulses,27.836648,0.0248485377980855
 1971,Myanmar,Starchy Roots,27.836648,0.00208351235392997
+1971,Myanmar,Sugar,27.836648,0.00686734983321268
 1972,Myanmar,Ruminants,28.517289,0.0804319022050097
 1972,Myanmar,Cereals,28.517289,0.17839805880566
 1972,Myanmar,Monogastrics,28.517289,0.0195710784429754
-1972,Myanmar,Oilcrops,28.517289,0.0172880388454877
-1972,Myanmar,Pulses,28.517289,0.00651352237584716
+1972,Myanmar,FruitVeg,28.517289,0.0555325928772542
+1972,Myanmar,OilcropsPulses,28.517289,0.0238015612213349
 1972,Myanmar,Starchy Roots,28.517289,0.00182731254713588
+1972,Myanmar,Sugar,28.517289,0.00693866797787125
 1973,Myanmar,Ruminants,29.209686,0.0825578063386234
 1973,Myanmar,Cereals,29.209686,0.182399495838469
 1973,Myanmar,Monogastrics,29.209686,0.0195742193188931
-1973,Myanmar,Oilcrops,29.209686,0.0131048995186049
-1973,Myanmar,Pulses,29.209686,0.0041778607274313
+1973,Myanmar,FruitVeg,29.209686,0.0560913253227029
+1973,Myanmar,OilcropsPulses,29.209686,0.0172827602460362
 1973,Myanmar,Starchy Roots,29.209686,0.00231755315685352
+1973,Myanmar,Sugar,29.209686,0.00814585956179056
 1974,Myanmar,Ruminants,29.916827,0.0809364542569972
 1974,Myanmar,Cereals,29.916827,0.182328627297273
 1974,Myanmar,Monogastrics,29.916827,0.0179912495399328
-1974,Myanmar,Oilcrops,29.916827,0.0162251832388508
-1974,Myanmar,Pulses,29.916827,0.00549356387293345
+1974,Myanmar,FruitVeg,29.916827,0.0541143283677778
+1974,Myanmar,OilcropsPulses,29.916827,0.0217187471117843
 1974,Myanmar,Starchy Roots,29.916827,0.00326358139517938
+1974,Myanmar,Sugar,29.916827,0.00713327653363774
 1975,Myanmar,Ruminants,30.640635,0.0801786124863274
 1975,Myanmar,Cereals,30.640635,0.185993795494121
 1975,Myanmar,Monogastrics,30.640635,0.0191118297646247
-1975,Myanmar,Oilcrops,30.640635,0.0152175697403138
-1975,Myanmar,Pulses,30.640635,0.00589729945218172
+1975,Myanmar,FruitVeg,30.640635,0.0540359558475208
+1975,Myanmar,OilcropsPulses,30.640635,0.0211148691924955
 1975,Myanmar,Starchy Roots,30.640635,0.002096301202635
+1975,Myanmar,Sugar,30.640635,0.00577579413742568
 1976,Myanmar,Ruminants,31.379308,0.0796415873798109
 1976,Myanmar,Cereals,31.379308,0.187169264535725
 1976,Myanmar,Monogastrics,31.379308,0.0205919391211559
-1976,Myanmar,Oilcrops,31.379308,0.0150351626619682
-1976,Myanmar,Pulses,31.379308,0.00512171906404054
+1976,Myanmar,FruitVeg,31.379308,0.0546482733143765
+1976,Myanmar,OilcropsPulses,31.379308,0.0201568817260087
 1976,Myanmar,Starchy Roots,31.379308,0.00232580017379606
+1976,Myanmar,Sugar,31.379308,0.00672404885410475
 1977,Myanmar,Ruminants,32.130696,0.0802501819443936
 1977,Myanmar,Cereals,32.130696,0.189617741240339
 1977,Myanmar,Monogastrics,32.130696,0.0203815317290357
-1977,Myanmar,Oilcrops,32.130696,0.0141209203809342
-1977,Myanmar,Pulses,32.130696,0.00689085602129503
+1977,Myanmar,FruitVeg,32.130696,0.0560608459897663
+1977,Myanmar,OilcropsPulses,32.130696,0.0210117764022292
 1977,Myanmar,Starchy Roots,32.130696,0.00249154266686287
+1977,Myanmar,Sugar,32.130696,0.00660517904747535
 1978,Myanmar,Ruminants,32.895739,0.0805583908602874
 1978,Myanmar,Cereals,32.895739,0.205126505897922
 1978,Myanmar,Monogastrics,32.895739,0.0210045684032209
-1978,Myanmar,Oilcrops,32.895739,0.0154820355304983
-1978,Myanmar,Pulses,32.895739,0.00787627844445142
+1978,Myanmar,FruitVeg,32.895739,0.0560835249817613
+1978,Myanmar,OilcropsPulses,32.895739,0.0233583139749498
 1978,Myanmar,Starchy Roots,32.895739,0.00246983355503885
+1978,Myanmar,Sugar,32.895739,0.00679276425436133
 1979,Myanmar,Ruminants,33.675835,0.0825034479471704
 1979,Myanmar,Cereals,33.675835,0.210767869601452
 1979,Myanmar,Monogastrics,33.675835,0.0220947602338591
-1979,Myanmar,Oilcrops,33.675835,0.0171026791169395
-1979,Myanmar,Pulses,33.675835,0.00703148117930855
+1979,Myanmar,FruitVeg,33.675835,0.055245638304143
+1979,Myanmar,OilcropsPulses,33.675835,0.024134160296248
 1979,Myanmar,Starchy Roots,33.675835,0.00237300723204042
+1979,Myanmar,Sugar,33.675835,0.00688066086557319
 1980,Myanmar,Ruminants,34.470694,0.0828505280456494
 1980,Myanmar,Cereals,34.470694,0.222088507994646
 1980,Myanmar,Monogastrics,34.470694,0.0226202553392166
-1980,Myanmar,Oilcrops,34.470694,0.0141552125408325
-1980,Myanmar,Pulses,34.470694,0.00486584343210496
+1980,Myanmar,FruitVeg,34.470694,0.0566709797023524
+1980,Myanmar,OilcropsPulses,34.470694,0.0190210559729375
 1980,Myanmar,Starchy Roots,34.470694,0.00471629610938497
+1980,Myanmar,Sugar,34.470694,0.00569382212032052
 1981,Myanmar,Ruminants,35.279907,0.0849617829207996
 1981,Myanmar,Cereals,35.279907,0.223075843142104
 1981,Myanmar,Monogastrics,35.279907,0.0238891616125859
-1981,Myanmar,Oilcrops,35.279907,0.01668048614754
-1981,Myanmar,Pulses,35.279907,0.00630463680077161
+1981,Myanmar,FruitVeg,35.279907,0.0604998476895078
+1981,Myanmar,OilcropsPulses,35.279907,0.0229851229483116
 1981,Myanmar,Starchy Roots,35.279907,0.00521381759878222
+1981,Myanmar,Sugar,35.279907,0.00728026295534169
 1982,Myanmar,Ruminants,36.098908,0.0864697126018327
 1982,Myanmar,Cereals,36.098908,0.222892005486703
 1982,Myanmar,Monogastrics,36.098908,0.0246593110240343
-1982,Myanmar,Oilcrops,36.098908,0.0204813397679509
-1982,Myanmar,Pulses,36.098908,0.00829653905320349
+1982,Myanmar,FruitVeg,36.098908,0.0603015470717286
+1982,Myanmar,OilcropsPulses,36.098908,0.0287778788211544
 1982,Myanmar,Starchy Roots,36.098908,0.00498757469339516
+1982,Myanmar,Sugar,36.098908,0.00745266311102818
 1983,Myanmar,Ruminants,36.91798,0.0877167548170295
 1983,Myanmar,Cereals,36.91798,0.218788812388977
 1983,Myanmar,Monogastrics,36.91798,0.0250091364695468
-1983,Myanmar,Oilcrops,36.91798,0.0210166428390719
-1983,Myanmar,Pulses,36.91798,0.00696015870857506
+1983,Myanmar,FruitVeg,36.91798,0.0608544400316594
+1983,Myanmar,OilcropsPulses,36.91798,0.027976801547647
 1983,Myanmar,Starchy Roots,36.91798,0.00522406697224496
+1983,Myanmar,Sugar,36.91798,0.0078491835143743
 1984,Myanmar,Ruminants,37.724581,0.0901048152131895
 1984,Myanmar,Cereals,37.724581,0.219221043170764
 1984,Myanmar,Monogastrics,37.724581,0.0251624133346902
-1984,Myanmar,Oilcrops,37.724581,0.0213241599688012
-1984,Myanmar,Pulses,37.724581,0.00827638085629102
+1984,Myanmar,FruitVeg,37.724581,0.063303075519911
+1984,Myanmar,OilcropsPulses,37.724581,0.0296005408250923
 1984,Myanmar,Starchy Roots,37.724581,0.00538879411278286
+1984,Myanmar,Sugar,37.724581,0.00898332045092827
 1985,Myanmar,Ruminants,38.508821,0.0904759301771405
 1985,Myanmar,Cereals,38.508821,0.210309450917752
 1985,Myanmar,Monogastrics,38.508821,0.0255268682466285
-1985,Myanmar,Oilcrops,38.508821,0.0254723456737354
-1985,Myanmar,Pulses,38.508821,0.00739108579823828
+1985,Myanmar,FruitVeg,38.508821,0.0633053658017731
+1985,Myanmar,OilcropsPulses,38.508821,0.0328634314719737
 1985,Myanmar,Starchy Roots,38.508821,0.00778432037688196
+1985,Myanmar,Sugar,38.508821,0.00992440147674217
 1986,Myanmar,Ruminants,39.269143,0.0887759277048649
 1986,Myanmar,Cereals,39.269143,0.201671475234384
 1986,Myanmar,Monogastrics,39.269143,0.0252656392323102
-1986,Myanmar,Oilcrops,39.269143,0.0242360012796816
-1986,Myanmar,Pulses,39.269143,0.00828039460907003
+1986,Myanmar,FruitVeg,39.269143,0.0687255385227022
+1986,Myanmar,OilcropsPulses,39.269143,0.0325163958887516
 1986,Myanmar,Starchy Roots,39.269143,0.00687076364258828
+1986,Myanmar,Sugar,39.269143,0.0114263507100219
 1987,Myanmar,Ruminants,40.005369,0.0884503752483823
 1987,Myanmar,Cereals,40.005369,0.213357737057743
 1987,Myanmar,Monogastrics,40.005369,0.0257920505620133
-1987,Myanmar,Oilcrops,40.005369,0.0236901701869067
-1987,Myanmar,Pulses,40.005369,0.00721133205895439
+1987,Myanmar,FruitVeg,40.005369,0.0696927454912364
+1987,Myanmar,OilcropsPulses,40.005369,0.030901502245861
 1987,Myanmar,Starchy Roots,40.005369,0.00644983427099497
+1987,Myanmar,Sugar,40.005369,0.0126531266340775
 1988,Myanmar,Ruminants,40.711172,0.0885548836569972
 1988,Myanmar,Cereals,40.711172,0.205539133091035
 1988,Myanmar,Monogastrics,40.711172,0.0260918231486925
-1988,Myanmar,Oilcrops,40.711172,0.021387740937549
-1988,Myanmar,Pulses,40.711172,0.00702060358272172
+1988,Myanmar,FruitVeg,40.711172,0.0699088938043837
+1988,Myanmar,OilcropsPulses,40.711172,0.0284083445202707
 1988,Myanmar,Starchy Roots,40.711172,0.00485535027092809
+1988,Myanmar,Sugar,40.711172,0.0129626088878011
 1989,Myanmar,Ruminants,41.379635,0.0766291486138048
 1989,Myanmar,Cereals,41.379635,0.192933987938753
 1989,Myanmar,Monogastrics,41.379635,0.0199704661483843
-1989,Myanmar,Oilcrops,41.379635,0.0164402610124521
-1989,Myanmar,Pulses,41.379635,0.00477155006321346
+1989,Myanmar,FruitVeg,41.379635,0.0654058693364502
+1989,Myanmar,OilcropsPulses,41.379635,0.0212118110756656
 1989,Myanmar,Starchy Roots,41.379635,0.00427915809310546
+1989,Myanmar,Sugar,41.379635,0.0119161998408154
 1990,Myanmar,Ruminants,42.007309,0.0528338794565489
 1990,Myanmar,Cereals,42.007309,0.21753607211545
 1990,Myanmar,Monogastrics,42.007309,0.016029470014373
-1990,Myanmar,Oilcrops,42.007309,0.0153616362333517
-1990,Myanmar,Pulses,42.007309,0.00568620094184086
+1990,Myanmar,FruitVeg,42.007309,0.0603783498723996
+1990,Myanmar,OilcropsPulses,42.007309,0.0210478371751925
 1990,Myanmar,Starchy Roots,42.007309,0.00427482750680364
+1990,Myanmar,Sugar,42.007309,0.0125274627803462
 1991,Myanmar,Ruminants,42.588029,0.0539232562277066
 1991,Myanmar,Cereals,42.588029,0.216713762451885
 1991,Myanmar,Monogastrics,42.588029,0.0166045040497178
-1991,Myanmar,Oilcrops,42.588029,0.0156606214389494
-1991,Myanmar,Pulses,42.588029,0.0054079046485105
+1991,Myanmar,FruitVeg,42.588029,0.0647732018779268
+1991,Myanmar,OilcropsPulses,42.588029,0.0210685260874599
 1991,Myanmar,Starchy Roots,42.588029,0.00441614708208262
+1991,Myanmar,Sugar,42.588029,0.01270953393969
 1992,Myanmar,Ruminants,43.12626,0.0532760457317653
 1992,Myanmar,Cereals,43.12626,0.225087336578688
 1992,Myanmar,Monogastrics,43.12626,0.0179223563555013
-1992,Myanmar,Oilcrops,43.12626,0.0144560877757543
-1992,Myanmar,Pulses,43.12626,0.00616176779530615
+1992,Myanmar,FruitVeg,43.12626,0.0691894219438458
+1992,Myanmar,OilcropsPulses,43.12626,0.0206178555710604
 1992,Myanmar,Starchy Roots,43.12626,0.00445327278553716
+1992,Myanmar,Sugar,43.12626,0.0123025738842181
 1993,Myanmar,Ruminants,43.642311,0.0535721859458817
 1993,Myanmar,Cereals,43.642311,0.229484203987273
 1993,Myanmar,Monogastrics,43.642311,0.0188148881483384
-1993,Myanmar,Oilcrops,43.642311,0.0154925572112806
-1993,Myanmar,Pulses,43.642311,0.00726483068231653
+1993,Myanmar,FruitVeg,43.642311,0.0723881693616087
+1993,Myanmar,OilcropsPulses,43.642311,0.0227573878935971
 1993,Myanmar,Starchy Roots,43.642311,0.00468339084976504
+1993,Myanmar,Sugar,43.642311,0.011734644391311
 1994,Myanmar,Ruminants,44.164109,0.054589879759603
 1994,Myanmar,Cereals,44.164109,0.236257387191939
 1994,Myanmar,Monogastrics,44.164109,0.0243290677504668
-1994,Myanmar,Oilcrops,44.164109,0.0138639047376683
-1994,Myanmar,Pulses,44.164109,0.00580983078363474
+1994,Myanmar,FruitVeg,44.164109,0.0710020211208156
+1994,Myanmar,OilcropsPulses,44.164109,0.0196737355213031
 1994,Myanmar,Starchy Roots,44.164109,0.00517064659902909
+1994,Myanmar,Sugar,44.164109,0.0114890804204835
 1995,Myanmar,Ruminants,44.710931,0.0543357171426379
 1995,Myanmar,Cereals,44.710931,0.239636164140711
 1995,Myanmar,Monogastrics,44.710931,0.0267890932532807
-1995,Myanmar,Oilcrops,44.710931,0.0173697344839453
-1995,Myanmar,Pulses,44.710931,0.00574418814942592
+1995,Myanmar,FruitVeg,44.710931,0.0735158702018529
+1995,Myanmar,OilcropsPulses,44.710931,0.0231139226333712
 1995,Myanmar,Starchy Roots,44.710931,0.00451677018311249
+1995,Myanmar,Sugar,44.710931,0.0122232077878226
 1996,Myanmar,Ruminants,45.290888,0.0580656223830277
 1996,Myanmar,Cereals,45.290888,0.241804488355362
 1996,Myanmar,Monogastrics,45.290888,0.0287707606881102
-1996,Myanmar,Oilcrops,45.290888,0.0202699271429609
-1996,Myanmar,Pulses,45.290888,0.00618473190457206
+1996,Myanmar,FruitVeg,45.290888,0.0766907683505786
+1996,Myanmar,OilcropsPulses,45.290888,0.0264546590475329
 1996,Myanmar,Starchy Roots,45.290888,0.00542616872515284
+1996,Myanmar,Sugar,45.290888,0.0136056285758848
 1997,Myanmar,Ruminants,45.895991,0.0615531103795101
 1997,Myanmar,Cereals,45.895991,0.242253882261743
 1997,Myanmar,Monogastrics,45.895991,0.0295721733081218
-1997,Myanmar,Oilcrops,45.895991,0.0202710079841178
-1997,Myanmar,Pulses,45.895991,0.00722930244604589
+1997,Myanmar,FruitVeg,45.895991,0.0790988040763735
+1997,Myanmar,OilcropsPulses,45.895991,0.0275003104301637
 1997,Myanmar,Starchy Roots,45.895991,0.00601126577700436
+1997,Myanmar,Sugar,45.895991,0.0158199002610054
 1998,Myanmar,Ruminants,46.509586,0.0651975250865488
 1998,Myanmar,Cereals,46.509586,0.241429282986952
 1998,Myanmar,Monogastrics,46.509586,0.0292033560565342
-1998,Myanmar,Oilcrops,46.509586,0.0190321195290794
-1998,Myanmar,Pulses,46.509586,0.00733868067542033
+1998,Myanmar,FruitVeg,46.509586,0.083888254778273
+1998,Myanmar,OilcropsPulses,46.509586,0.0263708002044998
 1998,Myanmar,Starchy Roots,46.509586,0.00622310420049751
+1998,Myanmar,Sugar,46.509586,0.0155049756839375
 1999,Myanmar,Ruminants,47.106923,0.0613571321565622
 1999,Myanmar,Cereals,47.106923,0.249188065202221
 1999,Myanmar,Monogastrics,47.106923,0.0326510373008231
-1999,Myanmar,Oilcrops,47.106923,0.0181988749296998
-1999,Myanmar,Pulses,47.106923,0.00653920868488905
+1999,Myanmar,FruitVeg,47.106923,0.0909400726513171
+1999,Myanmar,OilcropsPulses,47.106923,0.0247380836145889
 1999,Myanmar,Starchy Roots,47.106923,0.0066069481974019
+1999,Myanmar,Sugar,47.106923,0.0167546710703223
 2000,Myanmar,Ruminants,47.669791,0.0678531588275686
 2000,Myanmar,Cereals,47.669791,0.257219189402362
 2000,Myanmar,Monogastrics,47.669791,0.03784650534759
-2000,Myanmar,Oilcrops,47.669791,0.019888738341647
-2000,Myanmar,Pulses,47.669791,0.00791394281548245
+2000,Myanmar,FruitVeg,47.669791,0.0910083285240332
+2000,Myanmar,OilcropsPulses,47.669791,0.0278026811571295
 2000,Myanmar,Starchy Roots,47.669791,0.00702507799960776
+2000,Myanmar,Sugar,47.669791,0.0168103107479536
 2001,Myanmar,Ruminants,48.195684,0.0696374575781516
 2001,Myanmar,Cereals,48.195684,0.264549809065891
 2001,Myanmar,Monogastrics,48.195684,0.0410461691963953
-2001,Myanmar,Oilcrops,48.195684,0.0240095980378658
-2001,Myanmar,Pulses,48.195684,0.00812722151634989
+2001,Myanmar,FruitVeg,48.195684,0.0940456825968068
+2001,Myanmar,OilcropsPulses,48.195684,0.0321368195542157
 2001,Myanmar,Starchy Roots,48.195684,0.00830024530827283
+2001,Myanmar,Sugar,48.195684,0.0190363933832747
 2002,Myanmar,Ruminants,48.689952,0.0731743892456497
 2002,Myanmar,Cereals,48.689952,0.267546453937765
 2002,Myanmar,Monogastrics,48.689952,0.0520021215054802
-2002,Myanmar,Oilcrops,48.689952,0.0254149357140463
-2002,Myanmar,Pulses,48.689952,0.00834207024890885
+2002,Myanmar,FruitVeg,48.689952,0.0970434721315807
+2002,Myanmar,OilcropsPulses,48.689952,0.0337570059629552
 2002,Myanmar,Starchy Roots,48.689952,0.00897893676296908
+2002,Myanmar,Sugar,48.689952,0.019046126806615
 2003,Myanmar,Ruminants,49.151958,0.0859253318046862
 2003,Myanmar,Cereals,49.151958,0.267774052866826
 2003,Myanmar,Monogastrics,49.151958,0.0613955602745266
-2003,Myanmar,Oilcrops,49.151958,0.028047590698218
-2003,Myanmar,Pulses,49.151958,0.00900796261259826
+2003,Myanmar,FruitVeg,49.151958,0.101114669735029
+2003,Myanmar,OilcropsPulses,49.151958,0.0370555533108162
 2003,Myanmar,Starchy Roots,49.151958,0.00954869386891973
+2003,Myanmar,Sugar,49.151958,0.0212217181663445
 2004,Myanmar,Ruminants,49.582751,0.0868407725097787
 2004,Myanmar,Cereals,49.582751,0.268814854585217
 2004,Myanmar,Monogastrics,49.582751,0.073032288990984
-2004,Myanmar,Oilcrops,49.582751,0.0309786562669748
-2004,Myanmar,Pulses,49.582751,0.0101640992045802
+2004,Myanmar,FruitVeg,49.582751,0.108083413927557
+2004,Myanmar,OilcropsPulses,49.582751,0.041142755471555
 2004,Myanmar,Starchy Roots,49.582751,0.0109890433469494
+2004,Myanmar,Sugar,49.582751,0.0208773611613442
 2005,Myanmar,Ruminants,49.984704,0.0939112473287828
 2005,Myanmar,Cereals,49.984704,0.274456761812574
 2005,Myanmar,Monogastrics,49.984704,0.0886710462464677
-2005,Myanmar,Oilcrops,49.984704,0.0309835384840931
-2005,Myanmar,Pulses,49.984704,0.0106051043135116
+2005,Myanmar,FruitVeg,49.984704,0.10418161123851
+2005,Myanmar,OilcropsPulses,49.984704,0.0415886427976046
 2005,Myanmar,Starchy Roots,49.984704,0.0121098846559139
+2005,Myanmar,Sugar,49.984704,0.020979658097005
 2006,Myanmar,Ruminants,50.355559,0.104207317011415
 2006,Myanmar,Cereals,50.355559,0.285883411601091
 2006,Myanmar,Monogastrics,50.355559,0.100275892081746
-2006,Myanmar,Oilcrops,50.355559,0.0354059022559952
-2006,Myanmar,Pulses,50.355559,0.0109304515912533
+2006,Myanmar,FruitVeg,50.355559,0.113600327622219
+2006,Myanmar,OilcropsPulses,50.355559,0.0463363538472485
 2006,Myanmar,Starchy Roots,50.355559,0.0127364289611004
+2006,Myanmar,Sugar,50.355559,0.0216815386757994
 2007,Myanmar,Ruminants,50.698814,0.114323652620355
 2007,Myanmar,Cereals,50.698814,0.285144263926963
 2007,Myanmar,Monogastrics,50.698814,0.110521672163771
-2007,Myanmar,Oilcrops,50.698814,0.0391265957424566
-2007,Myanmar,Pulses,50.698814,0.0114764814814011
+2007,Myanmar,FruitVeg,50.698814,0.113218309209363
+2007,Myanmar,OilcropsPulses,50.698814,0.0506030772238577
 2007,Myanmar,Starchy Roots,50.698814,0.0145372631399228
+2007,Myanmar,Sugar,50.698814,0.0243287545148492
 2008,Myanmar,Ruminants,51.030006,0.121912584137262
 2008,Myanmar,Cereals,51.030006,0.302588226229094
 2008,Myanmar,Monogastrics,51.030006,0.122421306397652
-2008,Myanmar,Oilcrops,51.030006,0.0421238437636084
-2008,Myanmar,Pulses,51.030006,0.0119711332191495
+2008,Myanmar,FruitVeg,51.030006,0.114762224405774
+2008,Myanmar,OilcropsPulses,51.030006,0.0540949769827579
 2008,Myanmar,Starchy Roots,51.030006,0.0161691339013364
+2008,Myanmar,Sugar,51.030006,0.0247838693179852
 2009,Myanmar,Ruminants,51.369725,0.130768399091099
 2009,Myanmar,Cereals,51.369725,0.274587745992411
 2009,Myanmar,Monogastrics,51.369725,0.141345010120261
-2009,Myanmar,Oilcrops,51.369725,0.0441683890657386
-2009,Myanmar,Pulses,51.369725,0.0147818389138739
+2009,Myanmar,FruitVeg,51.369725,0.115077178240686
+2009,Myanmar,OilcropsPulses,51.369725,0.0589502279796125
 2009,Myanmar,Starchy Roots,51.369725,0.0188189054934594
+2009,Myanmar,Sugar,51.369725,0.0249231040267395
 2010,Myanmar,Ruminants,51.733013,0.171060575961427
 2010,Myanmar,Cereals,51.733013,0.28261470098407
 2010,Myanmar,Monogastrics,51.733013,0.153730388755822
-2010,Myanmar,Oilcrops,51.733013,0.0471576631347569
-2010,Myanmar,Pulses,51.733013,0.0157911931400555
+2010,Myanmar,FruitVeg,51.733013,0.118367395303266
+2010,Myanmar,OilcropsPulses,51.733013,0.0629488562748124
 2010,Myanmar,Starchy Roots,51.733013,0.0209544725338151
+2010,Myanmar,Sugar,51.733013,0.0243266132595061
 2011,Myanmar,Ruminants,52.125411,0.175945110533517
 2011,Myanmar,Cereals,52.125411,0.276367451567912
 2011,Myanmar,Monogastrics,52.125411,0.161830227103629
-2011,Myanmar,Oilcrops,52.125411,0.0482540847495668
-2011,Myanmar,Pulses,52.125411,0.0154999065618878
+2011,Myanmar,FruitVeg,52.125411,0.124536034833375
+2011,Myanmar,OilcropsPulses,52.125411,0.0637539913114546
 2011,Myanmar,Starchy Roots,52.125411,0.0227091926431045
+2011,Myanmar,Sugar,52.125411,0.024805099378497
 2012,Myanmar,Ruminants,52.543841,0.174924644355558
 2012,Myanmar,Cereals,52.543841,0.284293034458596
 2012,Myanmar,Monogastrics,52.543841,0.161022889438174
-2012,Myanmar,Oilcrops,52.543841,0.0445095743952179
-2012,Myanmar,Pulses,52.543841,0.0153550441811058
+2012,Myanmar,FruitVeg,52.543841,0.119524113206722
+2012,Myanmar,OilcropsPulses,52.543841,0.0598646185763237
 2012,Myanmar,Starchy Roots,52.543841,0.0213908610145193
+2012,Myanmar,Sugar,52.543841,0.0251594473270426
 2013,Myanmar,Ruminants,52.983829,0.174153045828379
 2013,Myanmar,Cereals,52.983829,0.290879713506549
 2013,Myanmar,Monogastrics,52.983829,0.160193037388823
-2013,Myanmar,Oilcrops,52.983829,0.0445582556896747
-2013,Myanmar,Pulses,52.983829,0.0140217310455233
+2013,Myanmar,FruitVeg,52.983829,0.121380600862199
+2013,Myanmar,OilcropsPulses,52.983829,0.058579986735198
 2013,Myanmar,Starchy Roots,52.983829,0.0216633644956086
+2013,Myanmar,Sugar,52.983829,0.0245005697870571
 1961,Namibia,Ruminants,0.617282,0.766027520646965
 1961,Namibia,Cereals,0.617282,0.0782365272274261
 1961,Namibia,Monogastrics,0.617282,0.00964129846650316
-1961,Namibia,Oilcrops,0.617282,0.00469801484572691
-1961,Namibia,Pulses,0.617282,0.0131949416960158
+1961,Namibia,FruitVeg,0.617282,0.0539461704698987
+1961,Namibia,OilcropsPulses,0.617282,0.0178929565417427
 1961,Namibia,Starchy Roots,0.617282,0.181440573352212
+1961,Namibia,Sugar,0.617282,0.0281735090282885
 1962,Namibia,Ruminants,0.632658,0.788874873944532
 1962,Namibia,Cereals,0.632658,0.0813915259113138
 1962,Namibia,Monogastrics,0.632658,0.0109397178254286
-1962,Namibia,Oilcrops,0.632658,0.00458383518425437
-1962,Namibia,Pulses,0.632658,0.0128742543364661
+1962,Namibia,FruitVeg,0.632658,0.0533463577477879
+1962,Namibia,OilcropsPulses,0.632658,0.0174580895207205
 1962,Namibia,Starchy Roots,0.632658,0.189675938658801
+1962,Namibia,Sugar,0.632658,0.0292069332878111
 1963,Namibia,Ruminants,0.648668,0.802415873759766
 1963,Namibia,Cereals,0.648668,0.0807130920594202
 1963,Namibia,Monogastrics,0.648668,0.0109465859268532
-1963,Namibia,Oilcrops,0.648668,0.0045601139566003
-1963,Namibia,Pulses,0.648668,0.0125565003977381
+1963,Namibia,FruitVeg,0.648668,0.0548046149956526
+1963,Namibia,OilcropsPulses,0.648668,0.0171166143543384
 1963,Namibia,Starchy Roots,0.648668,0.187461074077957
+1963,Namibia,Sugar,0.648668,0.0301618085060462
 1964,Namibia,Ruminants,0.665297,0.815469632359683
 1964,Namibia,Cereals,0.665297,0.0830877036872254
 1964,Namibia,Monogastrics,0.665297,0.0116559972463426
-1964,Namibia,Oilcrops,0.665297,0.00444613458350181
-1964,Namibia,Pulses,0.665297,0.0125282392675752
+1964,Namibia,FruitVeg,0.665297,0.0568167299717269
+1964,Namibia,OilcropsPulses,0.665297,0.016974373851077
 1964,Namibia,Starchy Roots,0.665297,0.192395276094737
+1964,Namibia,Sugar,0.665297,0.0310417753274102
 1965,Namibia,Ruminants,0.682553,0.80643114893642
 1965,Namibia,Cereals,0.682553,0.087974120690994
 1965,Namibia,Monogastrics,0.682553,0.0121133450442676
-1965,Namibia,Oilcrops,0.682553,0.00441870448155674
-1965,Namibia,Pulses,0.682553,0.012185134341216
+1965,Namibia,FruitVeg,0.682553,0.0566988937122831
+1965,Namibia,OilcropsPulses,0.682553,0.0166038388227727
 1965,Namibia,Starchy Roots,0.682553,0.189875364989971
+1965,Namibia,Sugar,0.682553,0.0318495413542978
 1966,Namibia,Ruminants,0.700316,0.884728465435603
 1966,Namibia,Cereals,0.700316,0.0909189565853129
 1966,Namibia,Monogastrics,0.700316,0.0127646662363847
-1966,Namibia,Oilcrops,0.700316,0.00430662729396444
-1966,Namibia,Pulses,0.700316,0.0121473734714043
+1966,Namibia,FruitVeg,0.700316,0.0559033350658845
+1966,Namibia,OilcropsPulses,0.700316,0.0164540007653688
 1966,Namibia,Starchy Roots,0.700316,0.186201657537454
+1966,Namibia,Sugar,0.700316,0.0325938576299842
 1967,Namibia,Ruminants,0.718622,0.880188054359594
 1967,Namibia,Cereals,0.718622,0.0926244952144521
 1967,Namibia,Monogastrics,0.718622,0.0132601005813905
-1967,Namibia,Oilcrops,0.718622,0.00435834138114336
-1967,Namibia,Pulses,0.718622,0.012102329180014
+1967,Namibia,FruitVeg,0.718622,0.0563578626871986
+1967,Namibia,OilcropsPulses,0.718622,0.0164606705611573
 1967,Namibia,Starchy Roots,0.718622,0.183684885795314
+1967,Namibia,Sugar,0.718622,0.0332761869244192
 1968,Namibia,Ruminants,0.737802,0.83378467393691
 1968,Namibia,Cereals,0.737802,0.0966139967091442
 1968,Namibia,Monogastrics,0.737802,0.0137847281519974
-1968,Namibia,Oilcrops,0.737802,0.00440226510635645
-1968,Namibia,Pulses,0.737802,0.0121739979018761
+1968,Namibia,FruitVeg,0.737802,0.0548927761106638
+1968,Namibia,OilcropsPulses,0.737802,0.0165762630082326
 1968,Namibia,Starchy Roots,0.737802,0.178909788805127
+1968,Namibia,Sugar,0.737802,0.0338844296979406
 1969,Namibia,Ruminants,0.758305,0.840422389407956
 1969,Namibia,Cereals,0.758305,0.0968831802506907
 1969,Namibia,Monogastrics,0.758305,0.0142396529101087
-1969,Namibia,Oilcrops,0.758305,0.00443620970453841
-1969,Namibia,Pulses,0.758305,0.0120835283955664
+1969,Namibia,FruitVeg,0.758305,0.0540020176578026
+1969,Namibia,OilcropsPulses,0.758305,0.0165197381001048
 1969,Namibia,Starchy Roots,0.758305,0.177237391287147
+1969,Namibia,Sugar,0.758305,0.0344017248996116
 1970,Namibia,Ruminants,0.780386,0.819471389799407
 1970,Namibia,Cereals,0.780386,0.09532077715387
 1970,Namibia,Monogastrics,0.780386,0.014592394020395
-1970,Namibia,Oilcrops,0.780386,0.00445933166407393
-1970,Namibia,Pulses,0.780386,0.0121068291845318
+1970,Namibia,FruitVeg,0.780386,0.0542039452271056
+1970,Namibia,OilcropsPulses,0.780386,0.0165661608486057
 1970,Namibia,Starchy Roots,0.780386,0.173247597983562
+1970,Namibia,Sugar,0.780386,0.0320354286212208
 1971,Namibia,Ruminants,0.804309,0.821688555020521
 1971,Namibia,Cereals,0.804309,0.0973220491129653
 1971,Namibia,Monogastrics,0.804309,0.0149243636463101
-1971,Namibia,Oilcrops,0.804309,0.00447091851514778
-1971,Namibia,Pulses,0.804309,0.0120786911497944
+1971,Namibia,FruitVeg,0.804309,0.0553891601362163
+1971,Namibia,OilcropsPulses,0.804309,0.0165496096649422
 1971,Namibia,Starchy Roots,0.804309,0.169089243064544
+1971,Namibia,Sugar,0.804309,0.0324340520869467
 1972,Namibia,Ruminants,0.829806,0.782440112508225
 1972,Namibia,Cereals,0.829806,0.0966454809919427
 1972,Namibia,Monogastrics,0.829806,0.0151902974912208
-1972,Namibia,Oilcrops,0.829806,0.00447333473125044
-1972,Namibia,Pulses,0.829806,0.012165494103441
+1972,Namibia,FruitVeg,0.829806,0.0553141336649771
+1972,Namibia,OilcropsPulses,0.829806,0.0166388288346915
 1972,Namibia,Starchy Roots,0.829806,0.164857810138755
+1972,Namibia,Sugar,0.829806,0.032747413250808
 1973,Namibia,Ruminants,0.855965,0.777561582541342
 1973,Namibia,Cereals,0.855965,0.0970682212473641
 1973,Namibia,Monogastrics,0.855965,0.0154592769564176
-1973,Namibia,Oilcrops,0.855965,0.00447214547323781
-1973,Namibia,Pulses,0.855965,0.0121850776608857
+1973,Namibia,FruitVeg,0.855965,0.0557265776053927
+1973,Namibia,OilcropsPulses,0.855965,0.0166572231341235
 1973,Namibia,Starchy Roots,0.855965,0.163558089407861
+1973,Namibia,Sugar,0.855965,0.0330165368911112
 1974,Namibia,Ruminants,0.88153,0.798402209794335
 1974,Namibia,Cereals,0.88153,0.0975258924823886
 1974,Namibia,Monogastrics,0.88153,0.0165045999568931
-1974,Namibia,Oilcrops,0.88153,0.00447403945413089
-1974,Namibia,Pulses,0.88153,0.0123172211949678
+1974,Namibia,FruitVeg,0.88153,0.0556418953410548
+1974,Namibia,OilcropsPulses,0.88153,0.0167912606490987
 1974,Namibia,Starchy Roots,0.88153,0.158814787925539
+1974,Namibia,Sugar,0.88153,0.0320590337254546
 1975,Namibia,Ruminants,0.905647,0.608946421729438
 1975,Namibia,Cereals,0.905647,0.0982082422842454
 1975,Namibia,Monogastrics,0.905647,0.0174935708946201
-1975,Namibia,Oilcrops,0.905647,0.00448298288405968
-1975,Namibia,Pulses,0.905647,0.0124110166543918
+1975,Namibia,FruitVeg,0.905647,0.0541601749909181
+1975,Namibia,OilcropsPulses,0.905647,0.0168939995384515
 1975,Namibia,Starchy Roots,0.905647,0.157235655835
+1975,Namibia,Sugar,0.905647,0.0324055619904886
 1976,Namibia,Ruminants,0.928228,0.682244556294359
 1976,Namibia,Cereals,0.928228,0.0978229486720935
 1976,Namibia,Monogastrics,0.928228,0.0180819798583969
-1976,Namibia,Oilcrops,0.928228,0.00449889466812033
-1976,Namibia,Pulses,0.928228,0.0125507957096748
+1976,Namibia,FruitVeg,0.928228,0.0542970046152454
+1976,Namibia,OilcropsPulses,0.928228,0.0170496903777951
 1976,Namibia,Starchy Roots,0.928228,0.153410584468471
+1976,Namibia,Sugar,0.928228,0.0327882804655753
 1977,Namibia,Ruminants,0.949734,0.755319384164408
 1977,Namibia,Cereals,0.949734,0.0996826479835407
 1977,Namibia,Monogastrics,0.949734,0.0187834698978872
-1977,Namibia,Oilcrops,0.949734,0.00458022983277423
-1977,Namibia,Pulses,0.949734,0.0126161641048967
+1977,Namibia,FruitVeg,0.949734,0.0544889411140383
+1977,Namibia,OilcropsPulses,0.949734,0.017196393937671
 1977,Namibia,Starchy Roots,0.949734,0.151621401360802
+1977,Namibia,Sugar,0.949734,0.0331903459284389
 1978,Namibia,Ruminants,0.970569,0.784943677368636
 1978,Namibia,Cereals,0.970569,0.100499809905324
 1978,Namibia,Monogastrics,0.970569,0.0188860348929339
-1978,Namibia,Oilcrops,0.970569,0.0046014245252012
-1978,Namibia,Pulses,0.970569,0.0126111590211515
+1978,Namibia,FruitVeg,0.970569,0.053319238508545
+1978,Namibia,OilcropsPulses,0.970569,0.0172125835463527
 1978,Namibia,Starchy Roots,0.970569,0.150015094238534
+1978,Namibia,Sugar,0.970569,0.0335978173628047
 1979,Namibia,Ruminants,0.991365,0.818590024864707
 1979,Namibia,Cereals,0.991365,0.102482940188528
 1979,Namibia,Monogastrics,0.991365,0.0173553635643784
-1979,Namibia,Oilcrops,0.991365,0.00450489980985813
-1979,Namibia,Pulses,0.991365,0.012634095413899
+1979,Namibia,FruitVeg,0.991365,0.0531085926979468
+1979,Namibia,OilcropsPulses,0.991365,0.0171389952237571
 1979,Namibia,Starchy Roots,0.991365,0.14848214330746
+1979,Namibia,Sugar,0.991365,0.0339894993266859
 1980,Namibia,Ruminants,1.012761,0.811470327155173
 1980,Namibia,Cereals,1.012761,0.103663154485609
 1980,Namibia,Monogastrics,1.012761,0.0171879643864643
-1980,Namibia,Oilcrops,1.012761,0.00446699665567691
-1980,Namibia,Pulses,1.012761,0.0127423943062578
+1980,Namibia,FruitVeg,1.012761,0.051986599010033
+1980,Namibia,OilcropsPulses,1.012761,0.0172093909619347
 1980,Namibia,Starchy Roots,1.012761,0.145345249274014
+1980,Namibia,Sugar,1.012761,0.0343447269395247
 1981,Namibia,Ruminants,1.034446,0.648769969626254
 1981,Namibia,Cereals,1.034446,0.103846890026159
 1981,Namibia,Monogastrics,1.034446,0.0175952152166474
-1981,Namibia,Oilcrops,1.034446,0.00437335539989521
-1981,Namibia,Pulses,1.034446,0.0126589498146834
+1981,Namibia,FruitVeg,1.034446,0.052201854905911
+1981,Namibia,OilcropsPulses,1.034446,0.0170323052145786
 1981,Namibia,Starchy Roots,1.034446,0.14539183292313
+1981,Namibia,Sugar,1.034446,0.0346755654717598
 1982,Namibia,Ruminants,1.056758,0.587755664021469
 1982,Namibia,Cereals,1.056758,0.10320716758236
 1982,Namibia,Monogastrics,1.056758,0.0176618487865718
-1982,Namibia,Oilcrops,1.056758,0.00428101798141107
-1982,Namibia,Pulses,1.056758,0.0126613661784439
+1982,Namibia,FruitVeg,1.056758,0.0519513455303863
+1982,Namibia,OilcropsPulses,1.056758,0.016942384159855
 1982,Namibia,Starchy Roots,1.056758,0.143836147916552
+1982,Namibia,Sugar,1.056758,0.0349720560431054
 1983,Namibia,Ruminants,1.08174,0.454799674598332
 1983,Namibia,Cereals,1.08174,0.102932312755376
 1983,Namibia,Monogastrics,1.08174,0.0187497920017749
-1983,Namibia,Oilcrops,1.08174,0.00428938561946494
-1983,Namibia,Pulses,1.08174,0.0125446040638231
+1983,Namibia,FruitVeg,1.08174,0.0507515669199623
+1983,Namibia,OilcropsPulses,1.08174,0.016833989683288
 1983,Namibia,Starchy Roots,1.08174,0.142733004233919
+1983,Namibia,Sugar,1.08174,0.0351683398968329
 1984,Namibia,Ruminants,1.112044,0.494664329828676
 1984,Namibia,Cereals,1.112044,0.103970706195079
 1984,Namibia,Monogastrics,1.112044,0.0177412044847146
-1984,Namibia,Oilcrops,1.112044,0.00417249677171047
-1984,Namibia,Pulses,1.112044,0.0122881828416861
+1984,Namibia,FruitVeg,1.112044,0.050177870659794
+1984,Namibia,OilcropsPulses,1.112044,0.0164606796133966
 1984,Namibia,Starchy Roots,1.112044,0.142440407034254
+1984,Namibia,Sugar,1.112044,0.035187456611429
 1985,Namibia,Ruminants,1.149389,0.513039536658172
 1985,Namibia,Cereals,1.149389,0.0932469338057002
 1985,Namibia,Monogastrics,1.149389,0.0179960831363446
-1985,Namibia,Oilcrops,1.149389,0.00403344733593239
-1985,Namibia,Pulses,1.149389,0.011723620114687
+1985,Namibia,FruitVeg,1.149389,0.0485475326456056
+1985,Namibia,OilcropsPulses,1.149389,0.0157570674506194
 1985,Namibia,Starchy Roots,1.149389,0.13920439468274
+1985,Namibia,Sugar,1.149389,0.0349898946309735
 1986,Namibia,Ruminants,1.194769,0.53060717176291
 1986,Namibia,Cereals,1.194769,0.0936565980536823
 1986,Namibia,Monogastrics,1.194769,0.0187583541253581
-1986,Namibia,Oilcrops,1.194769,0.00404345944697259
-1986,Namibia,Pulses,1.194769,0.0118349237383963
+1986,Namibia,FruitVeg,1.194769,0.0467035887271933
+1986,Namibia,OilcropsPulses,1.194769,0.0158783831853689
 1986,Namibia,Starchy Roots,1.194769,0.135256271295958
+1986,Namibia,Sugar,1.194769,0.034570699440645
 1987,Namibia,Ruminants,1.247186,0.480930671126841
 1987,Namibia,Cereals,1.247186,0.105701956243896
 1987,Namibia,Monogastrics,1.247186,0.0193979887522791
-1987,Namibia,Oilcrops,1.247186,0.00372197891894232
-1987,Namibia,Pulses,1.247186,0.0120992378041447
+1987,Namibia,FruitVeg,1.247186,0.0461839693518048
+1987,Namibia,OilcropsPulses,1.247186,0.015821216723087
 1987,Namibia,Starchy Roots,1.247186,0.132137467867664
+1987,Namibia,Sugar,1.247186,0.0339893167498673
 1988,Namibia,Ruminants,1.303879,0.490158596004691
 1988,Namibia,Cereals,1.303879,0.103985875990027
 1988,Namibia,Monogastrics,1.303879,0.0204310369290402
-1988,Namibia,Oilcrops,1.303879,0.00385771992646557
-1988,Namibia,Pulses,1.303879,0.0116912688984177
+1988,Namibia,FruitVeg,1.303879,0.0455563744795338
+1988,Namibia,OilcropsPulses,1.303879,0.0155489888248833
 1988,Namibia,Starchy Roots,1.303879,0.128846311659287
+1988,Namibia,Sugar,1.303879,0.0333451186804911
 1989,Namibia,Ruminants,1.360921,0.410371358807749
 1989,Namibia,Cereals,1.360921,0.0942619005805627
 1989,Namibia,Monogastrics,1.360921,0.0203180052332207
-1989,Namibia,Oilcrops,1.360921,0.00350130536599847
-1989,Namibia,Pulses,1.360921,0.0103371172904232
+1989,Namibia,FruitVeg,1.360921,0.0443082295004633
+1989,Namibia,OilcropsPulses,1.360921,0.0138384226564216
 1989,Namibia,Starchy Roots,1.360921,0.123445813533629
+1989,Namibia,Sugar,1.360921,0.0335449302347454
 1990,Namibia,Ruminants,1.415447,0.417363207523842
 1990,Namibia,Cereals,1.415447,0.0916388956986733
 1990,Namibia,Monogastrics,1.415447,0.0336647716233812
-1990,Namibia,Oilcrops,1.415447,0.00406444042058798
-1990,Namibia,Pulses,1.415447,0.0102617759619399
+1990,Namibia,FruitVeg,1.415447,0.0456781497293788
+1990,Namibia,OilcropsPulses,1.415447,0.0143262163825279
 1990,Namibia,Starchy Roots,1.415447,0.119820805724269
+1990,Namibia,Sugar,1.415447,0.0337886194255242
 1991,Namibia,Ruminants,1.466152,0.435614451980422
 1991,Namibia,Cereals,1.466152,0.0966700587660761
 1991,Namibia,Monogastrics,1.466152,0.0363598726462195
-1991,Namibia,Oilcrops,1.466152,0.00287964685789741
-1991,Namibia,Pulses,1.466152,0.0101258259716591
+1991,Namibia,FruitVeg,1.466152,0.0460293339299063
+1991,Namibia,OilcropsPulses,1.466152,0.0130054728295566
 1991,Namibia,Starchy Roots,1.466152,0.117313893784546
+1991,Namibia,Sugar,1.466152,0.0341028761001588
 1992,Namibia,Ruminants,1.513689,0.402110671346624
 1992,Namibia,Cereals,1.513689,0.105806410695988
 1992,Namibia,Monogastrics,1.513689,0.0355212332255833
-1992,Namibia,Oilcrops,1.513689,0.00257186251601221
-1992,Namibia,Pulses,1.513689,0.00929385098259946
+1992,Namibia,FruitVeg,1.513689,0.0422147482078551
+1992,Namibia,OilcropsPulses,1.513689,0.0118657134986117
 1992,Namibia,Starchy Roots,1.513689,0.103059479192886
+1992,Namibia,Sugar,1.513689,0.0344681106885232
 1993,Namibia,Ruminants,1.55948,0.266931284787237
 1993,Namibia,Cereals,1.55948,0.106956164875471
 1993,Namibia,Monogastrics,1.55948,0.0229949085592633
-1993,Namibia,Oilcrops,1.55948,0.00340946982327443
-1993,Namibia,Pulses,1.55948,0.00931400210326519
+1993,Namibia,FruitVeg,1.55948,0.0416709415959166
+1993,Namibia,OilcropsPulses,1.55948,0.0127234719265396
 1993,Namibia,Starchy Roots,1.55948,0.102598301998102
+1993,Namibia,Sugar,1.55948,0.0345012440044117
 1994,Namibia,Ruminants,1.605828,0.221114590105541
 1994,Namibia,Cereals,1.605828,0.107884530597299
 1994,Namibia,Monogastrics,1.605828,0.0266367257265411
-1994,Namibia,Oilcrops,1.605828,0.00251209967692679
-1994,Namibia,Pulses,1.605828,0.00918902896200589
+1994,Namibia,FruitVeg,1.605828,0.042594848265194
+1994,Namibia,OilcropsPulses,1.605828,0.0117011286389327
 1994,Namibia,Starchy Roots,1.605828,0.104618925563634
+1994,Namibia,Sugar,1.605828,0.0351980411351652
 1995,Namibia,Ruminants,1.654214,0.21429875457468
 1995,Namibia,Cereals,1.654214,0.113300334781352
 1995,Namibia,Monogastrics,1.654214,0.0261560475246854
-1995,Namibia,Oilcrops,1.654214,0.00258189085571758
-1995,Namibia,Pulses,1.654214,0.00927328628581308
+1995,Namibia,FruitVeg,1.654214,0.0404923425868721
+1995,Namibia,OilcropsPulses,1.654214,0.0118551771415307
 1995,Namibia,Starchy Roots,1.654214,0.106394940436969
+1995,Namibia,Sugar,1.654214,0.0341684933146497
 1996,Namibia,Ruminants,1.705349,0.249095053270621
 1996,Namibia,Cereals,1.705349,0.119902729587903
 1996,Namibia,Monogastrics,1.705349,0.0229019397202567
-1996,Namibia,Oilcrops,1.705349,0.00314598360804739
-1996,Namibia,Pulses,1.705349,0.00947313423821165
+1996,Namibia,FruitVeg,1.705349,0.0405846545193975
+1996,Namibia,OilcropsPulses,1.705349,0.012619117846259
 1996,Namibia,Starchy Roots,1.705349,0.107895803146453
+1996,Namibia,Sugar,1.705349,0.0299569179094719
 1997,Namibia,Ruminants,1.758097,0.276008946036538
 1997,Namibia,Cereals,1.758097,0.123809437135721
 1997,Namibia,Monogastrics,1.758097,0.0490969497132411
-1997,Namibia,Oilcrops,1.758097,0.00301632958818541
-1997,Namibia,Pulses,1.758097,0.00625050836216659
+1997,Namibia,FruitVeg,1.758097,0.0408720337956324
+1997,Namibia,OilcropsPulses,1.758097,0.009266837950352
 1997,Namibia,Starchy Roots,1.758097,0.113878813285046
+1997,Namibia,Sugar,1.758097,0.0267408453572243
 1998,Namibia,Ruminants,1.80992,0.230372834158416
 1998,Namibia,Cereals,1.80992,0.135355153818953
 1998,Namibia,Monogastrics,1.80992,0.0401323815417256
-1998,Namibia,Oilcrops,1.80992,0.0042974275106082
-1998,Namibia,Pulses,1.80992,0.00445378801272985
+1998,Namibia,FruitVeg,1.80992,0.0566953235502122
+1998,Namibia,OilcropsPulses,1.80992,0.00875121552333805
 1998,Namibia,Starchy Roots,1.80992,0.117346070544554
+1998,Namibia,Sugar,1.80992,0.024585064533239
 1999,Namibia,Ruminants,1.85732,0.504331509917516
 1999,Namibia,Cereals,1.85732,0.135293325867379
 1999,Namibia,Monogastrics,1.85732,0.0446908448732582
-1999,Namibia,Oilcrops,1.85732,0.00461794413455947
-1999,Namibia,Pulses,1.85732,0.00441280985505998
+1999,Namibia,FruitVeg,1.85732,0.0518952038420951
+1999,Namibia,OilcropsPulses,1.85732,0.00903075398961945
 1999,Namibia,Starchy Roots,1.85732,0.122545387978377
+1999,Namibia,Sugar,1.85732,0.0227795964077273
 2000,Namibia,Ruminants,1.897953,0.739938186035165
 2000,Namibia,Cereals,1.897953,0.131229803899254
 2000,Namibia,Monogastrics,1.897953,0.0481036147891966
-2000,Namibia,Oilcrops,1.897953,0.0056950830710771
-2000,Namibia,Pulses,1.897953,0.00620089117064543
+2000,Namibia,FruitVeg,1.897953,0.049257278762962
+2000,Namibia,OilcropsPulses,1.897953,0.0118959742417225
 2000,Namibia,Starchy Roots,1.897953,0.122736442894002
+2000,Namibia,Sugar,1.897953,0.0227302783577886
 2001,Namibia,Ruminants,1.931005,0.620706419714087
 2001,Namibia,Cereals,1.931005,0.134272050046478
 2001,Namibia,Monogastrics,1.931005,0.0596193174020782
-2001,Namibia,Oilcrops,1.931005,0.00563437173906852
-2001,Namibia,Pulses,1.931005,0.00750645389317998
+2001,Namibia,FruitVeg,1.931005,0.0567372948283407
+2001,Namibia,OilcropsPulses,1.931005,0.0131408256322485
 2001,Namibia,Starchy Roots,1.931005,0.122026613084896
+2001,Namibia,Sugar,1.931005,0.0224251102405224
 2002,Namibia,Ruminants,1.957749,0.531238274160784
 2002,Namibia,Cereals,1.957749,0.140397466682399
 2002,Namibia,Monogastrics,1.957749,0.0405658743791977
-2002,Namibia,Oilcrops,1.957749,0.00533776291036287
-2002,Namibia,Pulses,1.957749,0.00443928205301088
+2002,Namibia,FruitVeg,1.957749,0.0458970991684838
+2002,Namibia,OilcropsPulses,1.957749,0.00977704496337375
 2002,Namibia,Starchy Roots,1.957749,0.122153554924559
+2002,Namibia,Sugar,1.957749,0.0221724031017255
 2003,Namibia,Ruminants,1.980531,0.494265477288666
 2003,Namibia,Cereals,1.980531,0.13481132080235
 2003,Namibia,Monogastrics,1.980531,0.0595254504978715
-2003,Namibia,Oilcrops,1.980531,0.00514054059239669
-2003,Namibia,Pulses,1.980531,0.0070577032119164
+2003,Namibia,FruitVeg,1.980531,0.044721844798188
+2003,Namibia,OilcropsPulses,1.980531,0.0121982438043131
 2003,Namibia,Starchy Roots,1.980531,0.126068715915075
+2003,Namibia,Sugar,1.980531,0.0217572964018235
 2004,Namibia,Ruminants,2.002745,0.459040516890568
 2004,Namibia,Cereals,2.002745,0.132031287058512
 2004,Namibia,Monogastrics,2.002745,0.067508794179988
-2004,Namibia,Oilcrops,2.002745,0.00772889209559879
-2004,Namibia,Pulses,2.002745,0.00729998077638441
+2004,Namibia,FruitVeg,2.002745,0.0508586964391373
+2004,Namibia,OilcropsPulses,2.002745,0.0150288728719832
 2004,Namibia,Starchy Roots,2.002745,0.13214812669611
+2004,Namibia,Sugar,2.002745,0.0214999912619929
 2005,Namibia,Ruminants,2.027026,0.474402844364108
 2005,Namibia,Cereals,2.027026,0.130454172763448
 2005,Namibia,Monogastrics,2.027026,0.053217373630136
-2005,Namibia,Oilcrops,2.027026,0.00525350932844473
-2005,Namibia,Pulses,2.027026,0.00697376353337352
+2005,Namibia,FruitVeg,2.027026,0.0546584010269232
+2005,Namibia,OilcropsPulses,2.027026,0.0122272728618182
 2005,Namibia,Starchy Roots,2.027026,0.13650836249757
+2005,Namibia,Sugar,2.027026,0.0217939977089588
 2006,Namibia,Ruminants,2.053915,0.463091121102869
 2006,Namibia,Cereals,2.053915,0.127435653374166
 2006,Namibia,Monogastrics,2.053915,0.0522211483922168
-2006,Namibia,Oilcrops,2.053915,0.00778659292132342
-2006,Namibia,Pulses,2.053915,0.00757236789253693
+2006,Namibia,FruitVeg,2.053915,0.0574960502260317
+2006,Namibia,OilcropsPulses,2.053915,0.0153589608138604
 2006,Namibia,Starchy Roots,2.053915,0.139804714411258
+2006,Namibia,Sugar,2.053915,0.0209838284447019
 2007,Namibia,Ruminants,2.083174,0.479475166260716
 2007,Namibia,Cereals,2.083174,0.128254768924727
 2007,Namibia,Monogastrics,2.083174,0.0594180802947809
-2007,Namibia,Oilcrops,2.083174,0.00882211471533343
-2007,Namibia,Pulses,2.083174,0.00765706561237803
+2007,Namibia,FruitVeg,2.083174,0.0576476088891278
+2007,Namibia,OilcropsPulses,2.083174,0.0164791803277115
 2007,Namibia,Starchy Roots,2.083174,0.142758598177589
+2007,Namibia,Sugar,2.083174,0.0188083184601958
 2008,Namibia,Ruminants,2.115703,0.500237462441562
 2008,Namibia,Cereals,2.115703,0.122313481618167
 2008,Namibia,Monogastrics,2.115703,0.0768428744488239
-2008,Namibia,Oilcrops,2.115703,0.00846621666651699
-2008,Namibia,Pulses,2.115703,0.00808383785436803
+2008,Namibia,FruitVeg,2.115703,0.0528973112010523
+2008,Namibia,OilcropsPulses,2.115703,0.016550054520885
 2008,Namibia,Starchy Roots,2.115703,0.139518637540335
+2008,Namibia,Sugar,2.115703,0.0156094688148573
 2009,Namibia,Ruminants,2.152357,0.473138749752016
 2009,Namibia,Cereals,2.152357,0.120187775540953
 2009,Namibia,Monogastrics,2.152357,0.0458985196229064
-2009,Namibia,Oilcrops,2.152357,0.00776869264717703
-2009,Namibia,Pulses,2.152357,0.00876573914085814
+2009,Namibia,FruitVeg,2.152357,0.0486843028363789
+2009,Namibia,OilcropsPulses,2.152357,0.0165344317880352
 2009,Namibia,Starchy Roots,2.152357,0.132146293574904
+2009,Namibia,Sugar,2.152357,0.0164089879141797
 2010,Namibia,Ruminants,2.193643,0.451582823640857
 2010,Namibia,Cereals,2.193643,0.120010867766542
 2010,Namibia,Monogastrics,2.193643,0.0469173425210939
-2010,Namibia,Oilcrops,2.193643,0.00863814212248757
-2010,Namibia,Pulses,2.193643,0.00770909395922673
+2010,Namibia,FruitVeg,2.193643,0.0524447232298054
+2010,Namibia,OilcropsPulses,2.193643,0.0163472360817143
 2010,Namibia,Starchy Roots,2.193643,0.136179861536266
+2010,Namibia,Sugar,2.193643,0.0166800158457871
 2011,Namibia,Ruminants,2.240161,0.451820203994267
 2011,Namibia,Cereals,2.240161,0.123298280793211
 2011,Namibia,Monogastrics,2.240161,0.0579884660075771
-2011,Namibia,Oilcrops,2.240161,0.00572191016627823
-2011,Namibia,Pulses,2.240161,0.0074766947554216
+2011,Namibia,FruitVeg,2.240161,0.0558138455227102
+2011,Namibia,OilcropsPulses,2.240161,0.0131986049216998
 2011,Namibia,Starchy Roots,2.240161,0.140091716622154
+2011,Namibia,Sugar,2.240161,0.0164148916082371
 1961,Nepal,Ruminants,10.215153,0.158132472416223
 1961,Nepal,Cereals,10.215153,0.182809303003097
 1961,Nepal,Monogastrics,10.215153,0.00506044304965378
-1961,Nepal,Oilcrops,10.215153,0.00297763528358312
-1961,Nepal,Pulses,10.215153,0.00710464150659319
+1961,Nepal,FruitVeg,10.215153,0.0158587933044175
+1961,Nepal,OilcropsPulses,10.215153,0.0100822767901763
 1961,Nepal,Starchy Roots,10.215153,0.0189522369366372
+1961,Nepal,Sugar,10.215153,0.00093214462867076
 1962,Nepal,Ruminants,10.377061,0.15963103618645
 1962,Nepal,Cereals,10.377061,0.183423321882757
 1962,Nepal,Monogastrics,10.377061,0.00510469197396064
-1962,Nepal,Oilcrops,10.377061,0.00311138192210685
-1962,Nepal,Pulses,10.377061,0.00714219565636166
+1962,Nepal,FruitVeg,10.377061,0.0166521137343223
+1962,Nepal,OilcropsPulses,10.377061,0.0102535775784685
 1962,Nepal,Starchy Roots,10.377061,0.0188001207663711
+1962,Nepal,Sugar,10.377061,0.000969927805184917
 1963,Nepal,Ruminants,10.544586,0.164785881588903
 1963,Nepal,Cereals,10.544586,0.181421442245338
 1963,Nepal,Monogastrics,10.544586,0.00511635070357433
-1963,Nepal,Oilcrops,10.544586,0.00334076653175383
-1963,Nepal,Pulses,10.544586,0.0080601552303713
+1963,Nepal,FruitVeg,10.544586,0.0174971307550624
+1963,Nepal,OilcropsPulses,10.544586,0.0114009217621251
 1963,Nepal,Starchy Roots,10.544586,0.0193837861439036
+1963,Nepal,Sugar,10.544586,0.00102251525095438
 1964,Nepal,Ruminants,10.719988,0.165077516877817
 1964,Nepal,Cereals,10.719988,0.185501793472157
 1964,Nepal,Monogastrics,10.719988,0.00507039746686284
-1964,Nepal,Oilcrops,10.719988,0.00341595531636789
-1964,Nepal,Pulses,10.719988,0.00773219149125913
+1964,Nepal,FruitVeg,10.719988,0.0182183039757134
+1964,Nepal,OilcropsPulses,10.719988,0.011148146807627
 1964,Nepal,Starchy Roots,10.719988,0.0140823851668491
+1964,Nepal,Sugar,10.719988,0.00107705344446281
 1965,Nepal,Ruminants,10.905006,0.165389409230953
 1965,Nepal,Cereals,10.905006,0.183468124639271
 1965,Nepal,Monogastrics,10.905006,0.00513743871392643
-1965,Nepal,Oilcrops,10.905006,0.0025432356479217
-1965,Nepal,Pulses,10.905006,0.00859375959994887
+1965,Nepal,FruitVeg,10.905006,0.0189821078502845
+1965,Nepal,OilcropsPulses,10.905006,0.0111369952478706
 1965,Nepal,Starchy Roots,10.905006,0.0223107625983883
+1965,Nepal,Sugar,10.905006,0.00118917862126807
 1966,Nepal,Ruminants,11.100672,0.163160122198007
 1966,Nepal,Cereals,11.100672,0.180952468463171
 1966,Nepal,Monogastrics,11.100672,0.00516933569427148
-1966,Nepal,Oilcrops,11.100672,0.00256723196577649
-1966,Nepal,Pulses,11.100672,0.00828130044739634
+1966,Nepal,FruitVeg,11.100672,0.0184042911996679
+1966,Nepal,OilcropsPulses,11.100672,0.0108485324131728
 1966,Nepal,Starchy Roots,11.100672,0.0213274475635349
+1966,Nepal,Sugar,11.100672,0.00130064197915225
 1967,Nepal,Ruminants,11.307139,0.165534623745229
 1967,Nepal,Cereals,11.307139,0.180878735107086
 1967,Nepal,Monogastrics,11.307139,0.00543330191660331
-1967,Nepal,Oilcrops,11.307139,0.00276444819507393
-1967,Nepal,Pulses,11.307139,0.00811832241559956
+1967,Nepal,FruitVeg,11.307139,0.019102975562607
+1967,Nepal,OilcropsPulses,11.307139,0.0108827706106735
 1967,Nepal,Starchy Roots,11.307139,0.0229753079006104
+1967,Nepal,Sugar,11.307139,0.000925786797173007
 1968,Nepal,Ruminants,11.524132,0.166676848199934
 1968,Nepal,Cereals,11.524132,0.188355183713619
 1968,Nepal,Monogastrics,11.524132,0.00545841543640771
-1968,Nepal,Oilcrops,11.524132,0.00258848128431712
-1968,Nepal,Pulses,11.524132,0.00822829866926203
+1968,Nepal,FruitVeg,11.524132,0.0209299928185481
+1968,Nepal,OilcropsPulses,11.524132,0.0108167799535792
 1968,Nepal,Starchy Roots,11.524132,0.0189603867779369
+1968,Nepal,Sugar,11.524132,0.00105994967777183
 1969,Nepal,Ruminants,11.750914,0.168246104090286
 1969,Nepal,Cereals,11.750914,0.188939090184815
 1969,Nepal,Monogastrics,11.750914,0.00555150858903401
-1969,Nepal,Oilcrops,11.750914,0.00263077408276497
-1969,Nepal,Pulses,11.750914,0.00847312813284141
+1969,Nepal,FruitVeg,11.750914,0.0222110382222183
+1969,Nepal,OilcropsPulses,11.750914,0.0111039022156064
 1969,Nepal,Starchy Roots,11.750914,0.0193409636050438
+1969,Nepal,Sugar,11.750914,0.00140729478575028
 1970,Nepal,Ruminants,11.986974,0.170575201047404
 1970,Nepal,Cereals,11.986974,0.190867436602432
 1970,Nepal,Monogastrics,11.986974,0.00559467301756056
-1970,Nepal,Oilcrops,11.986974,0.00268199463851344
-1970,Nepal,Pulses,11.986974,0.00838118110542327
+1970,Nepal,FruitVeg,11.986974,0.0222992057878827
+1970,Nepal,OilcropsPulses,11.986974,0.0110631757439367
 1970,Nepal,Starchy Roots,11.986974,0.0201468694267628
+1970,Nepal,Sugar,11.986974,0.0015389204982008
 1971,Nepal,Ruminants,12.232454,0.174616434282115
 1971,Nepal,Cereals,12.232454,0.188630752259522
 1971,Nepal,Monogastrics,12.232454,0.00562313171175628
-1971,Nepal,Oilcrops,12.232454,0.0026678211910709
-1971,Nepal,Pulses,12.232454,0.00828688994048128
+1971,Nepal,FruitVeg,12.232454,0.0231760528181835
+1971,Nepal,OilcropsPulses,12.232454,0.0109547111315522
 1971,Nepal,Starchy Roots,12.232454,0.0208045744541529
+1971,Nepal,Sugar,12.232454,0.00119068504161144
 1972,Nepal,Ruminants,12.487785,0.179110546826359
 1972,Nepal,Cereals,12.487785,0.1847747218582
 1972,Nepal,Monogastrics,12.487785,0.00565933830539203
-1972,Nepal,Oilcrops,12.487785,0.00271841643654179
-1972,Nepal,Pulses,12.487785,0.00830251321591459
+1972,Nepal,FruitVeg,12.487785,0.0229183958564309
+1972,Nepal,OilcropsPulses,12.487785,0.0110209296524564
 1972,Nepal,Starchy Roots,12.487785,0.0221871212548903
+1972,Nepal,Sugar,12.487785,0.00120814059498942
 1973,Nepal,Ruminants,12.753028,0.18157319187255
 1973,Nepal,Cereals,12.753028,0.189125045440189
 1973,Nepal,Monogastrics,12.753028,0.00567261359419896
-1973,Nepal,Oilcrops,12.753028,0.00269426209994991
-1973,Nepal,Pulses,12.753028,0.00814285046657155
+1973,Nepal,FruitVeg,12.753028,0.0225828720833985
+1973,Nepal,OilcropsPulses,12.753028,0.0108371125665215
 1973,Nepal,Starchy Roots,12.753028,0.0219597259568473
+1973,Nepal,Sugar,12.753028,0.00196031875723946
 1974,Nepal,Ruminants,13.028248,0.185864085485631
 1974,Nepal,Cereals,13.028248,0.187582321122533
 1974,Nepal,Monogastrics,13.028248,0.00567281187769837
-1974,Nepal,Oilcrops,13.028248,0.00276138433962878
-1974,Nepal,Pulses,13.028248,0.00830687288114258
+1974,Nepal,FruitVeg,13.028248,0.0256980063627895
+1974,Nepal,OilcropsPulses,13.028248,0.0110682572207714
 1974,Nepal,Starchy Roots,13.028248,0.0225683453369939
+1974,Nepal,Sugar,13.028248,0.00145268957115339
 1975,Nepal,Ruminants,13.313487,0.192994667738061
 1975,Nepal,Cereals,13.313487,0.177162602104167
 1975,Nepal,Monogastrics,13.313487,0.00572415025455014
-1975,Nepal,Oilcrops,13.313487,0.00248717710093532
-1975,Nepal,Pulses,13.313487,0.00827326454744726
+1975,Nepal,FruitVeg,13.313487,0.0286626636582888
+1975,Nepal,OilcropsPulses,13.313487,0.0107604416483826
 1975,Nepal,Starchy Roots,13.313487,0.0222995673485091
+1975,Nepal,Sugar,13.313487,0.0016384137378885
 1976,Nepal,Ruminants,13.60867,0.196468545419942
 1976,Nepal,Cereals,13.60867,0.187480481193239
 1976,Nepal,Monogastrics,13.60867,0.00564426942530019
-1976,Nepal,Oilcrops,13.60867,0.00238840386312549
-1976,Nepal,Pulses,13.60867,0.00829478560358948
+1976,Nepal,FruitVeg,13.60867,0.0281070817353937
+1976,Nepal,OilcropsPulses,13.60867,0.010683189466715
 1976,Nepal,Starchy Roots,13.60867,0.0216486254718499
+1976,Nepal,Sugar,13.60867,0.00122686493242911
 1977,Nepal,Ruminants,13.913775,0.202581714883272
 1977,Nepal,Cereals,13.913775,0.192059667487795
 1977,Nepal,Monogastrics,13.913775,0.00556133040817463
-1977,Nepal,Oilcrops,13.913775,0.00223706362938886
-1977,Nepal,Pulses,13.913775,0.00808989652340935
+1977,Nepal,FruitVeg,13.913775,0.0340885201895244
+1977,Nepal,OilcropsPulses,13.913775,0.0103269601527982
 1977,Nepal,Starchy Roots,13.913775,0.017966008505959
+1977,Nepal,Sugar,13.913775,0.00168430206755535
 1978,Nepal,Ruminants,14.228941,0.205797142598314
 1978,Nepal,Cereals,14.228941,0.194927085578611
 1978,Nepal,Monogastrics,14.228941,0.00547888279247205
-1978,Nepal,Oilcrops,14.228941,0.00263343561548256
-1978,Nepal,Pulses,14.228941,0.00831354912498407
+1978,Nepal,FruitVeg,14.228941,0.0335302535866865
+1978,Nepal,OilcropsPulses,14.228941,0.0109469847404666
 1978,Nepal,Starchy Roots,14.228941,0.0172805551727286
+1978,Nepal,Sugar,14.228941,0.00245822932289901
 1979,Nepal,Ruminants,14.554356,0.205956285527165
 1979,Nepal,Cereals,14.554356,0.185967142757811
 1979,Nepal,Monogastrics,14.554356,0.00565520727952511
-1979,Nepal,Oilcrops,14.554356,0.00294550992156575
-1979,Nepal,Pulses,14.554356,0.00812801335902461
+1979,Nepal,FruitVeg,14.554356,0.0390860303265909
+1979,Nepal,OilcropsPulses,14.554356,0.0110735232805904
 1979,Nepal,Starchy Roots,14.554356,0.0173505444005904
+1979,Nepal,Sugar,14.554356,0.00206123857352397
 1980,Nepal,Ruminants,14.89008,0.216485331173506
 1980,Nepal,Cereals,14.89008,0.189985211630831
 1980,Nepal,Monogastrics,14.89008,0.00575940491924825
-1980,Nepal,Oilcrops,14.89008,0.002348744936226
-1980,Nepal,Pulses,14.89008,0.0076231289556537
+1980,Nepal,FruitVeg,14.89008,0.0384014054995003
+1980,Nepal,OilcropsPulses,14.89008,0.00997187389187969
 1980,Nepal,Starchy Roots,14.89008,0.0169582030452489
+1980,Nepal,Sugar,14.89008,0.000744589686556419
 1981,Nepal,Ruminants,15.237302,0.229502138895718
 1981,Nepal,Cereals,15.237302,0.191575253939313
 1981,Nepal,Monogastrics,15.237302,0.00572289635002312
-1981,Nepal,Oilcrops,15.237302,0.00281559031907355
-1981,Nepal,Pulses,15.237302,0.00820401144507079
+1981,Nepal,FruitVeg,15.237302,0.0406511598969424
+1981,Nepal,OilcropsPulses,15.237302,0.0110196017641443
 1981,Nepal,Starchy Roots,15.237302,0.0168973483625907
+1981,Nepal,Sugar,15.237302,0.00243953949327775
 1982,Nepal,Ruminants,15.596012,0.248212812352286
 1982,Nepal,Cereals,15.596012,0.184610014406247
 1982,Nepal,Monogastrics,15.596012,0.00589902085225377
-1982,Nepal,Oilcrops,15.596012,0.00250519171182992
-1982,Nepal,Pulses,15.596012,0.00890163459735733
+1982,Nepal,FruitVeg,15.596012,0.0405150367927391
+1982,Nepal,OilcropsPulses,15.596012,0.0114068263091872
 1982,Nepal,Starchy Roots,15.596012,0.0184854948816403
+1982,Nepal,Sugar,15.596012,0.00201955474258419
 1983,Nepal,Ruminants,15.963746,0.251688425761723
 1983,Nepal,Cereals,15.963746,0.200357798226055
 1983,Nepal,Monogastrics,15.963746,0.00600049011052919
-1983,Nepal,Oilcrops,15.963746,0.00332014804044113
-1983,Nepal,Pulses,15.963746,0.0085939728682729
+1983,Nepal,FruitVeg,15.963746,0.0563571983668495
+1983,Nepal,OilcropsPulses,15.963746,0.011914120908714
 1983,Nepal,Starchy Roots,15.963746,0.0221087205972834
+1983,Nepal,Sugar,15.963746,0.00165900910726091
 1984,Nepal,Ruminants,16.337117,0.250334817336498
 1984,Nepal,Cereals,16.337117,0.205994729669868
 1984,Nepal,Monogastrics,16.337117,0.0062732916707397
-1984,Nepal,Oilcrops,16.337117,0.0026565274644235
-1984,Nepal,Pulses,16.337117,0.00776538479830927
+1984,Nepal,FruitVeg,16.337117,0.0577898781039519
+1984,Nepal,OilcropsPulses,16.337117,0.0104219122627328
 1984,Nepal,Starchy Roots,16.337117,0.0249168197791569
+1984,Nepal,Sugar,16.337117,0.00212540560246952
 1985,Nepal,Ruminants,16.714335,0.251773582377043
 1985,Nepal,Cereals,16.714335,0.202214147317258
 1985,Nepal,Monogastrics,16.714335,0.00560276553030677
-1985,Nepal,Oilcrops,16.714335,0.00785254094763567
-1985,Nepal,Pulses,16.714335,0.00556372718388138
+1985,Nepal,FruitVeg,16.714335,0.0592136031735633
+1985,Nepal,OilcropsPulses,16.714335,0.013416268131517
 1985,Nepal,Starchy Roots,16.714335,0.0263287770647172
+1985,Nepal,Sugar,16.714335,0.00296751261716365
 1986,Nepal,Ruminants,17.091959,0.251719062747576
 1986,Nepal,Cereals,17.091959,0.194211441766272
 1986,Nepal,Monogastrics,17.091959,0.00570197950978001
-1986,Nepal,Oilcrops,17.091959,0.00701932411609459
-1986,Nepal,Pulses,17.091959,0.00584976830332907
+1986,Nepal,FruitVeg,17.091959,0.0610760299623934
+1986,Nepal,OilcropsPulses,17.091959,0.0128690924194237
 1986,Nepal,Starchy Roots,17.091959,0.0227656759532363
+1986,Nepal,Sugar,17.091959,0.00425808416694657
 1987,Nepal,Ruminants,17.472138,0.247948768490725
 1987,Nepal,Cereals,17.472138,0.215652200091368
 1987,Nepal,Monogastrics,17.472138,0.00570578139893355
-1987,Nepal,Oilcrops,17.472138,0.00769613884688869
-1987,Nepal,Pulses,17.472138,0.00761332127756775
+1987,Nepal,FruitVeg,17.472138,0.0661965925406496
+1987,Nepal,OilcropsPulses,17.472138,0.0153094601244564
 1987,Nepal,Starchy Roots,17.472138,0.0233252507506523
+1987,Nepal,Sugar,17.472138,0.00285351454985074
 1988,Nepal,Ruminants,17.865238,0.249997201268743
 1988,Nepal,Cereals,17.865238,0.233811494702729
 1988,Nepal,Monogastrics,17.865238,0.00602518701402131
-1988,Nepal,Oilcrops,17.865238,0.00895985824538134
-1988,Nepal,Pulses,17.865238,0.00729606848786453
+1988,Nepal,FruitVeg,17.865238,0.06507195705985
+1988,Nepal,OilcropsPulses,17.865238,0.0162559267332459
 1988,Nepal,Starchy Roots,17.865238,0.0319117495104179
+1988,Nepal,Sugar,17.865238,0.00352119574337605
 1989,Nepal,Ruminants,18.285434,0.24901232861085
 1989,Nepal,Cereals,18.285434,0.24004789823419
 1989,Nepal,Monogastrics,18.285434,0.00623221193437356
-1989,Nepal,Oilcrops,18.285434,0.0088538779008472
-1989,Nepal,Pulses,18.285434,0.00849337237497344
+1989,Nepal,FruitVeg,18.285434,0.0662433278860103
+1989,Nepal,OilcropsPulses,18.285434,0.0173472502758206
 1989,Nepal,Starchy Roots,18.285434,0.0347036881924706
+1989,Nepal,Sugar,18.285434,0.00300375697946245
 1990,Nepal,Ruminants,18.741688,0.245443510744603
 1990,Nepal,Cereals,18.741688,0.218325585187417
 1990,Nepal,Monogastrics,18.741688,0.00710853259322213
-1990,Nepal,Oilcrops,18.741688,0.00867579270341071
-1990,Nepal,Pulses,18.741688,0.00782496219123912
+1990,Nepal,FruitVeg,18.741688,0.0706635923082275
+1990,Nepal,OilcropsPulses,18.741688,0.0165007548946498
 1990,Nepal,Starchy Roots,18.741688,0.0342948831503331
+1990,Nepal,Sugar,18.741688,0.00348394445580355
 1991,Nepal,Ruminants,19.237322,0.240641036210757
 1991,Nepal,Cereals,19.237322,0.220116708552261
 1991,Nepal,Monogastrics,19.237322,0.00717857194468128
-1991,Nepal,Oilcrops,19.237322,0.00782452983840474
-1991,Nepal,Pulses,19.237322,0.00732851485253509
+1991,Nepal,FruitVeg,19.237322,0.092008388693603
+1991,Nepal,OilcropsPulses,19.237322,0.0151530446909398
 1991,Nepal,Starchy Roots,19.237322,0.0343862830803581
+1991,Nepal,Sugar,19.237322,0.00376814402753148
 1992,Nepal,Ruminants,19.76557,0.236606558778725
 1992,Nepal,Cereals,19.76557,0.219801300949075
 1992,Nepal,Monogastrics,19.76557,0.00703919492329338
-1992,Nepal,Oilcrops,19.76557,0.00749343429003059
-1992,Nepal,Pulses,19.76557,0.00643973333427774
+1992,Nepal,FruitVeg,19.76557,0.0968936387870423
+1992,Nepal,OilcropsPulses,19.76557,0.0139331676243083
 1992,Nepal,Starchy Roots,19.76557,0.0331608954358513
+1992,Nepal,Sugar,19.76557,0.00394655959833185
 1993,Nepal,Ruminants,20.312687,0.233361780250934
 1993,Nepal,Cereals,20.312687,0.213310183925938
 1993,Nepal,Monogastrics,20.312687,0.00678249017473661
-1993,Nepal,Oilcrops,20.312687,0.00782530642056366
-1993,Nepal,Pulses,20.312687,0.0062158689296005
+1993,Nepal,FruitVeg,20.312687,0.0991173152030551
+1993,Nepal,OilcropsPulses,20.312687,0.0140411753501642
 1993,Nepal,Starchy Roots,20.312687,0.0320587817849997
+1993,Nepal,Sugar,20.312687,0.00454110280929352
 1994,Nepal,Ruminants,20.859421,0.234006806804465
 1994,Nepal,Cereals,20.859421,0.21860405425443
 1994,Nepal,Monogastrics,20.859421,0.00669890597634517
-1994,Nepal,Oilcrops,20.859421,0.00850153031572641
-1994,Nepal,Pulses,20.859421,0.00831490001568116
+1994,Nepal,FruitVeg,20.859421,0.0979385285909901
+1994,Nepal,OilcropsPulses,20.859421,0.0168164303314076
 1994,Nepal,Starchy Roots,20.859421,0.0328874420819255
+1994,Nepal,Sugar,20.859421,0.00248952259988424
 1995,Nepal,Ruminants,21.390905,0.235516398207556
 1995,Nepal,Cereals,21.390905,0.216695880796067
 1995,Nepal,Monogastrics,21.390905,0.00672552189820861
-1995,Nepal,Oilcrops,21.390905,0.00796062625681335
-1995,Nepal,Pulses,21.390905,0.00743909619532226
+1995,Nepal,FruitVeg,21.390905,0.100091884845452
+1995,Nepal,OilcropsPulses,21.390905,0.0153997224521356
 1995,Nepal,Starchy Roots,21.390905,0.0338102572097814
+1995,Nepal,Sugar,21.390905,0.00341607800137488
 1996,Nepal,Ruminants,21.902534,0.23357912376714
 1996,Nepal,Cereals,21.902534,0.219047713839869
 1996,Nepal,Monogastrics,21.902534,0.00689196966889767
-1996,Nepal,Oilcrops,21.902534,0.0074250312772029
-1996,Nepal,Pulses,21.902534,0.00713465391721341
+1996,Nepal,FruitVeg,21.902534,0.084460638207433
+1996,Nepal,OilcropsPulses,21.902534,0.0145596851944163
 1996,Nepal,Starchy Roots,21.902534,0.0349936678559659
+1996,Nepal,Sugar,21.902534,0.00380965051806334
 1997,Nepal,Ruminants,22.395247,0.24192255615667
 1997,Nepal,Cereals,22.395247,0.223155341845526
 1997,Nepal,Monogastrics,22.395247,0.00717837137496184
-1997,Nepal,Oilcrops,22.395247,0.00773172986214441
-1997,Nepal,Pulses,22.395247,0.00718656954308207
+1997,Nepal,FruitVeg,22.395247,0.0890132625016371
+1997,Nepal,OilcropsPulses,22.395247,0.0149182994052265
 1997,Nepal,Starchy Roots,22.395247,0.0370780460693289
+1997,Nepal,Sugar,22.395247,0.0047970893109596
 1998,Nepal,Ruminants,22.866496,0.243645147905477
 1998,Nepal,Cereals,22.866496,0.219787150597975
 1998,Nepal,Monogastrics,22.866496,0.00749496993330329
-1998,Nepal,Oilcrops,22.866496,0.00778147207162829
-1998,Nepal,Pulses,22.866496,0.00672595398962744
+1998,Nepal,FruitVeg,22.866496,0.0924979061068211
+1998,Nepal,OilcropsPulses,22.866496,0.0145074260612557
 1998,Nepal,Starchy Roots,22.866496,0.0335289674465209
+1998,Nepal,Sugar,22.866496,0.00430888055607645
 1999,Nepal,Ruminants,23.315053,0.244300812869694
 1999,Nepal,Cereals,23.315053,0.224167493850432
 1999,Nepal,Monogastrics,23.315053,0.00786310457883154
-1999,Nepal,Oilcrops,23.315053,0.0088876915699055
-1999,Nepal,Pulses,23.315053,0.0070446762441415
+1999,Nepal,FruitVeg,23.315053,0.0872179874521409
+1999,Nepal,OilcropsPulses,23.315053,0.015932367814047
 1999,Nepal,Starchy Roots,23.315053,0.0400726517756576
+1999,Nepal,Sugar,23.315053,0.00479222586369416
 2000,Nepal,Ruminants,23.740145,0.242915584550979
 2000,Nepal,Cereals,23.740145,0.222440680122215
 2000,Nepal,Monogastrics,23.740145,0.00784490996158617
-2000,Nepal,Oilcrops,23.740145,0.00839742132998766
-2000,Nepal,Pulses,23.740145,0.00839649462966633
+2000,Nepal,FruitVeg,23.740145,0.0916796843490215
+2000,Nepal,OilcropsPulses,23.740145,0.016793915959654
 2000,Nepal,Starchy Roots,23.740145,0.0419321785945284
+2000,Nepal,Sugar,23.740145,0.00507402124123505
 2001,Nepal,Ruminants,24.140941,0.240820165212284
 2001,Nepal,Cereals,24.140941,0.223443982568865
 2001,Nepal,Monogastrics,24.140941,0.00823578915171534
-2001,Nepal,Oilcrops,24.140941,0.00891473120289718
-2001,Nepal,Pulses,24.140941,0.00760185777348116
+2001,Nepal,FruitVeg,24.140941,0.0996840595401811
+2001,Nepal,OilcropsPulses,24.140941,0.0165165889763783
 2001,Nepal,Starchy Roots,24.140941,0.0450070691113491
+2001,Nepal,Sugar,24.140941,0.00486592465471831
 2002,Nepal,Ruminants,24.516969,0.243231086191772
 2002,Nepal,Cereals,24.516969,0.222430146238713
 2002,Nepal,Monogastrics,24.516969,0.00837453846762216
-2002,Nepal,Oilcrops,24.516969,0.00907742714851905
-2002,Nepal,Pulses,24.516969,0.00773533628891891
+2002,Nepal,FruitVeg,24.516969,0.102854843108869
+2002,Nepal,OilcropsPulses,24.516969,0.016812763437438
 2002,Nepal,Starchy Roots,24.516969,0.0510822116714346
+2002,Nepal,Sugar,24.516969,0.00475278979224553
 2003,Nepal,Ruminants,24.8689,0.250529094571935
 2003,Nepal,Cereals,24.8689,0.224844082367937
 2003,Nepal,Monogastrics,24.8689,0.00845395252705186
-2003,Nepal,Oilcrops,24.8689,0.00918182951397127
-2003,Nepal,Pulses,24.8689,0.00858682933302237
+2003,Nepal,FruitVeg,24.8689,0.108470418876589
+2003,Nepal,OilcropsPulses,24.8689,0.0177686588469936
 2003,Nepal,Starchy Roots,24.8689,0.0559774658308168
+2003,Nepal,Sugar,24.8689,0.00486635918757967
 2004,Nepal,Ruminants,25.19813,0.246919509503285
 2004,Nepal,Cereals,25.19813,0.230504366792298
 2004,Nepal,Monogastrics,25.19813,0.00849310246434954
-2004,Nepal,Oilcrops,25.19813,0.00954864507802762
-2004,Nepal,Pulses,25.19813,0.00919834130548576
+2004,Nepal,FruitVeg,25.19813,0.11391837410157
+2004,Nepal,OilcropsPulses,25.19813,0.0187469863835134
 2004,Nepal,Starchy Roots,25.19813,0.0559127998784037
+2004,Nepal,Sugar,25.19813,0.00495822507463848
 2005,Nepal,Ruminants,25.506847,0.251627223858754
 2005,Nepal,Cereals,25.506847,0.232879430374127
 2005,Nepal,Monogastrics,25.506847,0.00847091371191429
-2005,Nepal,Oilcrops,25.506847,0.00977059218648232
-2005,Nepal,Pulses,25.506847,0.00951254382793765
+2005,Nepal,FruitVeg,25.506847,0.120608203750154
+2005,Nepal,OilcropsPulses,25.506847,0.01928313601442
 2005,Nepal,Starchy Roots,25.506847,0.0582831347206497
+2005,Nepal,Sugar,25.506847,0.00464412555577724
 2006,Nepal,Ruminants,25.794344,0.253316703847944
 2006,Nepal,Cereals,25.794344,0.228711612127062
 2006,Nepal,Monogastrics,25.794344,0.0084350468459287
-2006,Nepal,Oilcrops,25.794344,0.00946645512675182
-2006,Nepal,Pulses,25.794344,0.00922144017308601
+2006,Nepal,FruitVeg,25.794344,0.120592211998103
+2006,Nepal,OilcropsPulses,25.794344,0.0186878952998378
 2006,Nepal,Starchy Roots,25.794344,0.0653152489553524
+2006,Nepal,Sugar,25.794344,0.00498155719719021
 2007,Nepal,Ruminants,26.063619,0.258319782835991
 2007,Nepal,Cereals,26.063619,0.232218595583369
 2007,Nepal,Monogastrics,26.063619,0.00854930775346279
-2007,Nepal,Oilcrops,26.063619,0.0103681303812797
-2007,Nepal,Pulses,26.063619,0.0093260648108768
+2007,Nepal,FruitVeg,26.063619,0.126681908602178
+2007,Nepal,OilcropsPulses,26.063619,0.0196941951921565
 2007,Nepal,Starchy Roots,26.063619,0.0645620241763049
+2007,Nepal,Sugar,26.063619,0.00504231588099872
 2008,Nepal,Ruminants,26.325183,0.262566987663486
 2008,Nepal,Cereals,26.325183,0.227698246200226
 2008,Nepal,Monogastrics,26.325183,0.0086824125781006
-2008,Nepal,Oilcrops,26.325183,0.0120424993816757
-2008,Nepal,Pulses,26.325183,0.00851690185781425
+2008,Nepal,FruitVeg,26.325183,0.138071974656359
+2008,Nepal,OilcropsPulses,26.325183,0.02055940123949
 2008,Nepal,Starchy Roots,26.325183,0.0650089687885551
+2008,Nepal,Sugar,26.325183,0.00459157301964435
 2009,Nepal,Ruminants,26.592666,0.270682281347797
 2009,Nepal,Cereals,26.592666,0.233466174470811
 2009,Nepal,Monogastrics,26.592666,0.00870091776431893
-2009,Nepal,Oilcrops,26.592666,0.0121668508151834
-2009,Nepal,Pulses,26.592666,0.0088757554432489
+2009,Nepal,FruitVeg,26.592666,0.142457773883972
+2009,Nepal,OilcropsPulses,26.592666,0.0210426062584323
 2009,Nepal,Starchy Roots,26.592666,0.0765374182490766
+2009,Nepal,Sugar,26.592666,0.00452835379498994
 2010,Nepal,Ruminants,26.87591,0.274651146696056
 2010,Nepal,Cereals,26.87591,0.235301613973257
 2010,Nepal,Monogastrics,26.87591,0.00870108584230264
-2010,Nepal,Oilcrops,26.87591,0.0124541271346719
-2010,Nepal,Pulses,26.87591,0.00817877422569134
+2010,Nepal,FruitVeg,26.87591,0.155228715976501
+2010,Nepal,OilcropsPulses,26.87591,0.0206329013603632
 2010,Nepal,Starchy Roots,26.87591,0.0805845829964455
+2010,Nepal,Sugar,26.87591,0.00424874915863314
 2011,Nepal,Ruminants,27.179237,0.278374179525349
 2011,Nepal,Cereals,27.179237,0.235141663469066
 2011,Nepal,Monogastrics,27.179237,0.0113297514569669
-2011,Nepal,Oilcrops,27.179237,0.0145043070929475
-2011,Nepal,Pulses,27.179237,0.0106123288155587
+2011,Nepal,FruitVeg,27.179237,0.164633613519026
+2011,Nepal,OilcropsPulses,27.179237,0.0251166359085062
 2011,Nepal,Starchy Roots,27.179237,0.0801101958822464
+2011,Nepal,Sugar,27.179237,0.00429313008308511
 2012,Nepal,Ruminants,27.500515,0.278755521487507
 2012,Nepal,Cereals,27.500515,0.237881836031071
 2012,Nepal,Monogastrics,27.500515,0.0120921371836127
-2012,Nepal,Oilcrops,27.500515,0.0145116555089968
-2012,Nepal,Pulses,27.500515,0.010442822616231
+2012,Nepal,FruitVeg,27.500515,0.183151879155718
+2012,Nepal,OilcropsPulses,27.500515,0.0249544781252278
 2012,Nepal,Starchy Roots,27.500515,0.0818309038939816
+2012,Nepal,Sugar,27.500515,0.00451115188206475
 2013,Nepal,Ruminants,27.834981,0.280678639586641
 2013,Nepal,Cereals,27.834981,0.236509807569116
 2013,Nepal,Monogastrics,27.834981,0.0126361286181586
-2013,Nepal,Oilcrops,27.834981,0.0143706941995039
-2013,Nepal,Pulses,27.834981,0.0126979429229716
+2013,Nepal,FruitVeg,27.834981,0.175028465081402
+2013,Nepal,OilcropsPulses,27.834981,0.0270686371224755
 2013,Nepal,Starchy Roots,27.834981,0.0852694312958216
+2013,Nepal,Sugar,27.834981,0.00466934035270223
 1961,Net Food Importing Developing Countries,Ruminants,NA,NA
 1961,Net Food Importing Developing Countries,Cereals,NA,NA
 1961,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1961,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1961,Net Food Importing Developing Countries,Pulses,NA,NA
+1961,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1961,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1961,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1961,Net Food Importing Developing Countries,Sugar,NA,NA
 1962,Net Food Importing Developing Countries,Ruminants,NA,NA
 1962,Net Food Importing Developing Countries,Cereals,NA,NA
 1962,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1962,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1962,Net Food Importing Developing Countries,Pulses,NA,NA
+1962,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1962,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1962,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1962,Net Food Importing Developing Countries,Sugar,NA,NA
 1963,Net Food Importing Developing Countries,Ruminants,NA,NA
 1963,Net Food Importing Developing Countries,Cereals,NA,NA
 1963,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1963,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1963,Net Food Importing Developing Countries,Pulses,NA,NA
+1963,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1963,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1963,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1963,Net Food Importing Developing Countries,Sugar,NA,NA
 1964,Net Food Importing Developing Countries,Ruminants,NA,NA
 1964,Net Food Importing Developing Countries,Cereals,NA,NA
 1964,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1964,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1964,Net Food Importing Developing Countries,Pulses,NA,NA
+1964,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1964,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1964,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1964,Net Food Importing Developing Countries,Sugar,NA,NA
 1965,Net Food Importing Developing Countries,Ruminants,NA,NA
 1965,Net Food Importing Developing Countries,Cereals,NA,NA
 1965,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1965,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1965,Net Food Importing Developing Countries,Pulses,NA,NA
+1965,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1965,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1965,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1965,Net Food Importing Developing Countries,Sugar,NA,NA
 1966,Net Food Importing Developing Countries,Ruminants,NA,NA
 1966,Net Food Importing Developing Countries,Cereals,NA,NA
 1966,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1966,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1966,Net Food Importing Developing Countries,Pulses,NA,NA
+1966,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1966,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1966,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1966,Net Food Importing Developing Countries,Sugar,NA,NA
 1967,Net Food Importing Developing Countries,Ruminants,NA,NA
 1967,Net Food Importing Developing Countries,Cereals,NA,NA
 1967,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1967,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1967,Net Food Importing Developing Countries,Pulses,NA,NA
+1967,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1967,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1967,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1967,Net Food Importing Developing Countries,Sugar,NA,NA
 1968,Net Food Importing Developing Countries,Ruminants,NA,NA
 1968,Net Food Importing Developing Countries,Cereals,NA,NA
 1968,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1968,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1968,Net Food Importing Developing Countries,Pulses,NA,NA
+1968,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1968,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1968,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1968,Net Food Importing Developing Countries,Sugar,NA,NA
 1969,Net Food Importing Developing Countries,Ruminants,NA,NA
 1969,Net Food Importing Developing Countries,Cereals,NA,NA
 1969,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1969,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1969,Net Food Importing Developing Countries,Pulses,NA,NA
+1969,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1969,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1969,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1969,Net Food Importing Developing Countries,Sugar,NA,NA
 1970,Net Food Importing Developing Countries,Ruminants,NA,NA
 1970,Net Food Importing Developing Countries,Cereals,NA,NA
 1970,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1970,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1970,Net Food Importing Developing Countries,Pulses,NA,NA
+1970,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1970,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1970,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1970,Net Food Importing Developing Countries,Sugar,NA,NA
 1971,Net Food Importing Developing Countries,Ruminants,NA,NA
 1971,Net Food Importing Developing Countries,Cereals,NA,NA
 1971,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1971,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1971,Net Food Importing Developing Countries,Pulses,NA,NA
+1971,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1971,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1971,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1971,Net Food Importing Developing Countries,Sugar,NA,NA
 1972,Net Food Importing Developing Countries,Ruminants,NA,NA
 1972,Net Food Importing Developing Countries,Cereals,NA,NA
 1972,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1972,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1972,Net Food Importing Developing Countries,Pulses,NA,NA
+1972,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1972,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1972,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1972,Net Food Importing Developing Countries,Sugar,NA,NA
 1973,Net Food Importing Developing Countries,Ruminants,NA,NA
 1973,Net Food Importing Developing Countries,Cereals,NA,NA
 1973,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1973,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1973,Net Food Importing Developing Countries,Pulses,NA,NA
+1973,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1973,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1973,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1973,Net Food Importing Developing Countries,Sugar,NA,NA
 1974,Net Food Importing Developing Countries,Ruminants,NA,NA
 1974,Net Food Importing Developing Countries,Cereals,NA,NA
 1974,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1974,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1974,Net Food Importing Developing Countries,Pulses,NA,NA
+1974,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1974,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1974,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1974,Net Food Importing Developing Countries,Sugar,NA,NA
 1975,Net Food Importing Developing Countries,Ruminants,NA,NA
 1975,Net Food Importing Developing Countries,Cereals,NA,NA
 1975,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1975,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1975,Net Food Importing Developing Countries,Pulses,NA,NA
+1975,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1975,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1975,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1975,Net Food Importing Developing Countries,Sugar,NA,NA
 1976,Net Food Importing Developing Countries,Ruminants,NA,NA
 1976,Net Food Importing Developing Countries,Cereals,NA,NA
 1976,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1976,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1976,Net Food Importing Developing Countries,Pulses,NA,NA
+1976,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1976,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1976,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1976,Net Food Importing Developing Countries,Sugar,NA,NA
 1977,Net Food Importing Developing Countries,Ruminants,NA,NA
 1977,Net Food Importing Developing Countries,Cereals,NA,NA
 1977,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1977,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1977,Net Food Importing Developing Countries,Pulses,NA,NA
+1977,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1977,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1977,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1977,Net Food Importing Developing Countries,Sugar,NA,NA
 1978,Net Food Importing Developing Countries,Ruminants,NA,NA
 1978,Net Food Importing Developing Countries,Cereals,NA,NA
 1978,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1978,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1978,Net Food Importing Developing Countries,Pulses,NA,NA
+1978,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1978,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1978,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1978,Net Food Importing Developing Countries,Sugar,NA,NA
 1979,Net Food Importing Developing Countries,Ruminants,NA,NA
 1979,Net Food Importing Developing Countries,Cereals,NA,NA
 1979,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1979,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1979,Net Food Importing Developing Countries,Pulses,NA,NA
+1979,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1979,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1979,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1979,Net Food Importing Developing Countries,Sugar,NA,NA
 1980,Net Food Importing Developing Countries,Ruminants,NA,NA
 1980,Net Food Importing Developing Countries,Cereals,NA,NA
 1980,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1980,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1980,Net Food Importing Developing Countries,Pulses,NA,NA
+1980,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1980,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1980,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1980,Net Food Importing Developing Countries,Sugar,NA,NA
 1981,Net Food Importing Developing Countries,Ruminants,NA,NA
 1981,Net Food Importing Developing Countries,Cereals,NA,NA
 1981,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1981,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1981,Net Food Importing Developing Countries,Pulses,NA,NA
+1981,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1981,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1981,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1981,Net Food Importing Developing Countries,Sugar,NA,NA
 1982,Net Food Importing Developing Countries,Ruminants,NA,NA
 1982,Net Food Importing Developing Countries,Cereals,NA,NA
 1982,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1982,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1982,Net Food Importing Developing Countries,Pulses,NA,NA
+1982,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1982,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1982,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1982,Net Food Importing Developing Countries,Sugar,NA,NA
 1983,Net Food Importing Developing Countries,Ruminants,NA,NA
 1983,Net Food Importing Developing Countries,Cereals,NA,NA
 1983,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1983,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1983,Net Food Importing Developing Countries,Pulses,NA,NA
+1983,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1983,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1983,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1983,Net Food Importing Developing Countries,Sugar,NA,NA
 1984,Net Food Importing Developing Countries,Ruminants,NA,NA
 1984,Net Food Importing Developing Countries,Cereals,NA,NA
 1984,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1984,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1984,Net Food Importing Developing Countries,Pulses,NA,NA
+1984,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1984,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1984,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1984,Net Food Importing Developing Countries,Sugar,NA,NA
 1985,Net Food Importing Developing Countries,Ruminants,NA,NA
 1985,Net Food Importing Developing Countries,Cereals,NA,NA
 1985,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1985,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1985,Net Food Importing Developing Countries,Pulses,NA,NA
+1985,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1985,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1985,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1985,Net Food Importing Developing Countries,Sugar,NA,NA
 1986,Net Food Importing Developing Countries,Ruminants,NA,NA
 1986,Net Food Importing Developing Countries,Cereals,NA,NA
 1986,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1986,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1986,Net Food Importing Developing Countries,Pulses,NA,NA
+1986,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1986,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1986,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1986,Net Food Importing Developing Countries,Sugar,NA,NA
 1987,Net Food Importing Developing Countries,Ruminants,NA,NA
 1987,Net Food Importing Developing Countries,Cereals,NA,NA
 1987,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1987,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1987,Net Food Importing Developing Countries,Pulses,NA,NA
+1987,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1987,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1987,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1987,Net Food Importing Developing Countries,Sugar,NA,NA
 1988,Net Food Importing Developing Countries,Ruminants,NA,NA
 1988,Net Food Importing Developing Countries,Cereals,NA,NA
 1988,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1988,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1988,Net Food Importing Developing Countries,Pulses,NA,NA
+1988,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1988,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1988,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1988,Net Food Importing Developing Countries,Sugar,NA,NA
 1989,Net Food Importing Developing Countries,Ruminants,NA,NA
 1989,Net Food Importing Developing Countries,Cereals,NA,NA
 1989,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1989,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1989,Net Food Importing Developing Countries,Pulses,NA,NA
+1989,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1989,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1989,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1989,Net Food Importing Developing Countries,Sugar,NA,NA
 1990,Net Food Importing Developing Countries,Ruminants,NA,NA
 1990,Net Food Importing Developing Countries,Cereals,NA,NA
 1990,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1990,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1990,Net Food Importing Developing Countries,Pulses,NA,NA
+1990,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1990,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1990,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1990,Net Food Importing Developing Countries,Sugar,NA,NA
 1991,Net Food Importing Developing Countries,Ruminants,NA,NA
 1991,Net Food Importing Developing Countries,Cereals,NA,NA
 1991,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1991,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1991,Net Food Importing Developing Countries,Pulses,NA,NA
+1991,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1991,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1991,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1991,Net Food Importing Developing Countries,Sugar,NA,NA
 1992,Net Food Importing Developing Countries,Ruminants,NA,NA
 1992,Net Food Importing Developing Countries,Cereals,NA,NA
 1992,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1992,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1992,Net Food Importing Developing Countries,Pulses,NA,NA
+1992,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1992,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1992,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1992,Net Food Importing Developing Countries,Sugar,NA,NA
 1993,Net Food Importing Developing Countries,Ruminants,NA,NA
 1993,Net Food Importing Developing Countries,Cereals,NA,NA
 1993,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1993,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1993,Net Food Importing Developing Countries,Pulses,NA,NA
+1993,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1993,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1993,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1993,Net Food Importing Developing Countries,Sugar,NA,NA
 1994,Net Food Importing Developing Countries,Ruminants,NA,NA
 1994,Net Food Importing Developing Countries,Cereals,NA,NA
 1994,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1994,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1994,Net Food Importing Developing Countries,Pulses,NA,NA
+1994,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1994,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1994,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1994,Net Food Importing Developing Countries,Sugar,NA,NA
 1995,Net Food Importing Developing Countries,Ruminants,NA,NA
 1995,Net Food Importing Developing Countries,Cereals,NA,NA
 1995,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1995,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1995,Net Food Importing Developing Countries,Pulses,NA,NA
+1995,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1995,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1995,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1995,Net Food Importing Developing Countries,Sugar,NA,NA
 1996,Net Food Importing Developing Countries,Ruminants,NA,NA
 1996,Net Food Importing Developing Countries,Cereals,NA,NA
 1996,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1996,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1996,Net Food Importing Developing Countries,Pulses,NA,NA
+1996,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1996,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1996,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1996,Net Food Importing Developing Countries,Sugar,NA,NA
 1997,Net Food Importing Developing Countries,Ruminants,NA,NA
 1997,Net Food Importing Developing Countries,Cereals,NA,NA
 1997,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1997,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1997,Net Food Importing Developing Countries,Pulses,NA,NA
+1997,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1997,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1997,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1997,Net Food Importing Developing Countries,Sugar,NA,NA
 1998,Net Food Importing Developing Countries,Ruminants,NA,NA
 1998,Net Food Importing Developing Countries,Cereals,NA,NA
 1998,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1998,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1998,Net Food Importing Developing Countries,Pulses,NA,NA
+1998,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1998,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1998,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1998,Net Food Importing Developing Countries,Sugar,NA,NA
 1999,Net Food Importing Developing Countries,Ruminants,NA,NA
 1999,Net Food Importing Developing Countries,Cereals,NA,NA
 1999,Net Food Importing Developing Countries,Monogastrics,NA,NA
-1999,Net Food Importing Developing Countries,Oilcrops,NA,NA
-1999,Net Food Importing Developing Countries,Pulses,NA,NA
+1999,Net Food Importing Developing Countries,FruitVeg,NA,NA
+1999,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 1999,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+1999,Net Food Importing Developing Countries,Sugar,NA,NA
 2000,Net Food Importing Developing Countries,Ruminants,NA,NA
 2000,Net Food Importing Developing Countries,Cereals,NA,NA
 2000,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2000,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2000,Net Food Importing Developing Countries,Pulses,NA,NA
+2000,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2000,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2000,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2000,Net Food Importing Developing Countries,Sugar,NA,NA
 2001,Net Food Importing Developing Countries,Ruminants,NA,NA
 2001,Net Food Importing Developing Countries,Cereals,NA,NA
 2001,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2001,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2001,Net Food Importing Developing Countries,Pulses,NA,NA
+2001,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2001,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2001,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2001,Net Food Importing Developing Countries,Sugar,NA,NA
 2002,Net Food Importing Developing Countries,Ruminants,NA,NA
 2002,Net Food Importing Developing Countries,Cereals,NA,NA
 2002,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2002,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2002,Net Food Importing Developing Countries,Pulses,NA,NA
+2002,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2002,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2002,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2002,Net Food Importing Developing Countries,Sugar,NA,NA
 2003,Net Food Importing Developing Countries,Ruminants,NA,NA
 2003,Net Food Importing Developing Countries,Cereals,NA,NA
 2003,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2003,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2003,Net Food Importing Developing Countries,Pulses,NA,NA
+2003,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2003,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2003,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2003,Net Food Importing Developing Countries,Sugar,NA,NA
 2004,Net Food Importing Developing Countries,Ruminants,NA,NA
 2004,Net Food Importing Developing Countries,Cereals,NA,NA
 2004,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2004,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2004,Net Food Importing Developing Countries,Pulses,NA,NA
+2004,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2004,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2004,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2004,Net Food Importing Developing Countries,Sugar,NA,NA
 2005,Net Food Importing Developing Countries,Ruminants,NA,NA
 2005,Net Food Importing Developing Countries,Cereals,NA,NA
 2005,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2005,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2005,Net Food Importing Developing Countries,Pulses,NA,NA
+2005,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2005,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2005,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2005,Net Food Importing Developing Countries,Sugar,NA,NA
 2006,Net Food Importing Developing Countries,Ruminants,NA,NA
 2006,Net Food Importing Developing Countries,Cereals,NA,NA
 2006,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2006,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2006,Net Food Importing Developing Countries,Pulses,NA,NA
+2006,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2006,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2006,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2006,Net Food Importing Developing Countries,Sugar,NA,NA
 2007,Net Food Importing Developing Countries,Ruminants,NA,NA
 2007,Net Food Importing Developing Countries,Cereals,NA,NA
 2007,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2007,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2007,Net Food Importing Developing Countries,Pulses,NA,NA
+2007,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2007,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2007,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2007,Net Food Importing Developing Countries,Sugar,NA,NA
 2008,Net Food Importing Developing Countries,Ruminants,NA,NA
 2008,Net Food Importing Developing Countries,Cereals,NA,NA
 2008,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2008,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2008,Net Food Importing Developing Countries,Pulses,NA,NA
+2008,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2008,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2008,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2008,Net Food Importing Developing Countries,Sugar,NA,NA
 2009,Net Food Importing Developing Countries,Ruminants,NA,NA
 2009,Net Food Importing Developing Countries,Cereals,NA,NA
 2009,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2009,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2009,Net Food Importing Developing Countries,Pulses,NA,NA
+2009,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2009,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2009,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2009,Net Food Importing Developing Countries,Sugar,NA,NA
 2010,Net Food Importing Developing Countries,Ruminants,NA,NA
 2010,Net Food Importing Developing Countries,Cereals,NA,NA
 2010,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2010,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2010,Net Food Importing Developing Countries,Pulses,NA,NA
+2010,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2010,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2010,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2010,Net Food Importing Developing Countries,Sugar,NA,NA
 2011,Net Food Importing Developing Countries,Ruminants,NA,NA
 2011,Net Food Importing Developing Countries,Cereals,NA,NA
 2011,Net Food Importing Developing Countries,Monogastrics,NA,NA
-2011,Net Food Importing Developing Countries,Oilcrops,NA,NA
-2011,Net Food Importing Developing Countries,Pulses,NA,NA
+2011,Net Food Importing Developing Countries,FruitVeg,NA,NA
+2011,Net Food Importing Developing Countries,OilcropsPulses,NA,NA
 2011,Net Food Importing Developing Countries,Starchy Roots,NA,NA
+2011,Net Food Importing Developing Countries,Sugar,NA,NA
 1961,Netherlands,Ruminants,11.638712,0.917247054485067
 1961,Netherlands,Cereals,11.638712,0.11235744986215
 1961,Netherlands,Monogastrics,11.638712,0.173841340863147
-1961,Netherlands,Oilcrops,11.638712,0.101011950463247
-1961,Netherlands,Pulses,11.638712,0.00231984432641688
+1961,Netherlands,FruitVeg,11.638712,0.139659439979269
+1961,Netherlands,OilcropsPulses,11.638712,0.103331794789664
 1961,Netherlands,Starchy Roots,11.638712,0.106315200513596
+1961,Netherlands,Sugar,11.638712,0.0467358415604751
 1962,Netherlands,Ruminants,11.805689,0.906264081664357
 1962,Netherlands,Cereals,11.805689,0.104003840860114
 1962,Netherlands,Monogastrics,11.805689,0.195844393325963
-1962,Netherlands,Oilcrops,11.805689,0.0792179939688399
-1962,Netherlands,Pulses,11.805689,0.0027105575964266
+1962,Netherlands,FruitVeg,11.805689,0.141449177595649
+1962,Netherlands,OilcropsPulses,11.805689,0.0819285515652665
 1962,Netherlands,Starchy Roots,11.805689,0.110858417496853
+1962,Netherlands,Sugar,11.805689,0.0484132692297756
 1963,Netherlands,Ruminants,11.965966,0.931143578378879
 1963,Netherlands,Cereals,11.965966,0.100599316427942
 1963,Netherlands,Monogastrics,11.965966,0.180963651409339
-1963,Netherlands,Oilcrops,11.965966,0.0848457199360252
-1963,Netherlands,Pulses,11.965966,0.00275782164181312
+1963,Netherlands,FruitVeg,11.965966,0.1512094385025
+1963,Netherlands,OilcropsPulses,11.965966,0.0876035415778383
 1963,Netherlands,Starchy Roots,11.965966,0.10800465252868
+1963,Netherlands,Sugar,11.965966,0.0496732984198685
 1964,Netherlands,Ruminants,12.12712,0.871473070275548
 1964,Netherlands,Cereals,12.12712,0.0929724452301948
 1964,Netherlands,Monogastrics,12.12712,0.18635125239958
-1964,Netherlands,Oilcrops,12.12712,0.0858959917935998
-1964,Netherlands,Pulses,12.12712,0.0029685531272058
+1964,Netherlands,FruitVeg,12.12712,0.168947367553055
+1964,Netherlands,OilcropsPulses,12.12712,0.0888645449208056
 1964,Netherlands,Starchy Roots,12.12712,0.105983036368074
+1964,Netherlands,Sugar,12.12712,0.0474178535381855
 1965,Netherlands,Ruminants,12.294732,0.845940269377161
 1965,Netherlands,Cereals,12.294732,0.0926327633656431
 1965,Netherlands,Monogastrics,12.294732,0.204982979702201
-1965,Netherlands,Oilcrops,12.294732,0.0883946067307526
-1965,Netherlands,Pulses,12.294732,0.00292808334496433
+1965,Netherlands,FruitVeg,12.294732,0.140172555204945
+1965,Netherlands,OilcropsPulses,12.294732,0.091322690075717
 1965,Netherlands,Starchy Roots,12.294732,0.0970210656076115
+1965,Netherlands,Sugar,12.294732,0.050073315953532
 1966,Netherlands,Ruminants,12.456251,0.873269517449512
 1966,Netherlands,Cereals,12.456251,0.095684247210497
 1966,Netherlands,Monogastrics,12.456251,0.211809789317829
-1966,Netherlands,Oilcrops,12.456251,0.103247518053385
-1966,Netherlands,Pulses,12.456251,0.00200702442492529
+1966,Netherlands,FruitVeg,12.456251,0.154539435661661
+1966,Netherlands,OilcropsPulses,12.456251,0.105254542478311
 1966,Netherlands,Starchy Roots,12.456251,0.100352024056034
+1966,Netherlands,Sugar,12.456251,0.0501443813230803
 1967,Netherlands,Ruminants,12.598201,0.935271916998308
 1967,Netherlands,Cereals,12.598201,0.0943387869426754
 1967,Netherlands,Monogastrics,12.598201,0.22826601988649
-1967,Netherlands,Oilcrops,12.598201,0.080224390768174
-1967,Netherlands,Pulses,12.598201,0.00198441031382179
+1967,Netherlands,FruitVeg,12.598201,0.179420379147785
+1967,Netherlands,OilcropsPulses,12.598201,0.0822088010819958
 1967,Netherlands,Starchy Roots,12.598201,0.103970558971078
+1967,Netherlands,Sugar,12.598201,0.0485703474646896
 1968,Netherlands,Ruminants,12.729721,0.923326889882347
 1968,Netherlands,Cereals,12.729721,0.0955446706176828
 1968,Netherlands,Monogastrics,12.729721,0.234023259425717
-1968,Netherlands,Oilcrops,12.729721,0.0931732125158124
-1968,Netherlands,Pulses,12.729721,0.00196390792853983
+1968,Netherlands,FruitVeg,12.729721,0.167277036158137
+1968,Netherlands,OilcropsPulses,12.729721,0.0951371204443522
 1968,Netherlands,Starchy Roots,12.729721,0.105562329292213
+1968,Netherlands,Sugar,12.729721,0.0484686192258259
 1969,Netherlands,Ruminants,12.877984,0.934655191371569
 1969,Netherlands,Cereals,12.877984,0.0953417087643532
 1969,Netherlands,Monogastrics,12.877984,0.224569194992011
-1969,Netherlands,Oilcrops,12.877984,0.0845418040587719
-1969,Netherlands,Pulses,12.877984,0.0017083419268109
+1969,Netherlands,FruitVeg,12.877984,0.171404545928928
+1969,Netherlands,OilcropsPulses,12.877984,0.0862501459855829
 1969,Netherlands,Starchy Roots,12.877984,0.106492367128271
+1969,Netherlands,Sugar,12.877984,0.0486385136058563
 1970,Netherlands,Ruminants,13.038526,0.935766197804875
 1970,Netherlands,Cereals,13.038526,0.0926041026416636
 1970,Netherlands,Monogastrics,13.038526,0.23524980507766
-1970,Netherlands,Oilcrops,13.038526,0.0657377988892303
-1970,Netherlands,Pulses,13.038526,0.00161061150623928
+1970,Netherlands,FruitVeg,13.038526,0.179843411747616
+1970,Netherlands,OilcropsPulses,13.038526,0.0673484103954696
 1970,Netherlands,Starchy Roots,13.038526,0.102829031441131
+1970,Netherlands,Sugar,13.038526,0.0491989662021612
 1971,Netherlands,Ruminants,13.194497,0.905133465868384
 1971,Netherlands,Cereals,13.194497,0.0917040642019169
 1971,Netherlands,Monogastrics,13.194497,0.255734591474006
-1971,Netherlands,Oilcrops,13.194497,0.0539139915678483
-1971,Netherlands,Pulses,13.194497,0.00159157260788342
+1971,Netherlands,FruitVeg,13.194497,0.163912425005667
+1971,Netherlands,OilcropsPulses,13.194497,0.0555055641757317
 1971,Netherlands,Starchy Roots,13.194497,0.109648287464084
+1971,Netherlands,Sugar,13.194497,0.0493790706837858
 1972,Netherlands,Ruminants,13.328593,0.916072574201943
 1972,Netherlands,Cereals,13.328593,0.0941076826338684
 1972,Netherlands,Monogastrics,13.328593,0.257844755256613
-1972,Netherlands,Oilcrops,13.328593,0.0629236709381103
-1972,Netherlands,Pulses,13.328593,0.00202572019417203
+1972,Netherlands,FruitVeg,13.328593,0.153765967645647
+1972,Netherlands,OilcropsPulses,13.328593,0.0649493911322823
 1972,Netherlands,Starchy Roots,13.328593,0.104933356431545
+1972,Netherlands,Sugar,13.328593,0.0495807021791422
 1973,Netherlands,Ruminants,13.439322,0.892261060490998
 1973,Netherlands,Cereals,13.439322,0.0977684737369936
 1973,Netherlands,Monogastrics,13.439322,0.254087988962538
-1973,Netherlands,Oilcrops,13.439322,0.0720214903698267
-1973,Netherlands,Pulses,13.439322,0.00204571331797839
+1973,Netherlands,FruitVeg,13.439322,0.163640174705242
+1973,Netherlands,OilcropsPulses,13.439322,0.0740672036878051
 1973,Netherlands,Starchy Roots,13.439322,0.103574272571191
+1973,Netherlands,Sugar,13.439322,0.0489866973944072
 1974,Netherlands,Ruminants,13.545056,1.01666374062979
 1974,Netherlands,Cereals,13.545056,0.0977286472643598
 1974,Netherlands,Monogastrics,13.545056,0.262097617019819
-1974,Netherlands,Oilcrops,13.545056,0.0755595251876404
-1974,Netherlands,Pulses,13.545056,0.00184569188935062
+1974,Netherlands,FruitVeg,13.545056,0.159213221414515
+1974,Netherlands,OilcropsPulses,13.545056,0.077405217076991
 1974,Netherlands,Starchy Roots,13.545056,0.104090451896249
+1974,Netherlands,Sugar,13.545056,0.0486618881457559
 1975,Netherlands,Ruminants,13.666335,0.949870020016339
 1975,Netherlands,Cereals,13.666335,0.0974850975041955
 1975,Netherlands,Monogastrics,13.666335,0.264656017871653
-1975,Netherlands,Oilcrops,13.666335,0.0992799459401515
-1975,Netherlands,Pulses,13.666335,0.00190248519445777
+1975,Netherlands,FruitVeg,13.666335,0.158703631953995
+1975,Netherlands,OilcropsPulses,13.666335,0.101182431134609
 1975,Netherlands,Starchy Roots,13.666335,0.0928061546859491
+1975,Netherlands,Sugar,13.666335,0.0464122239064094
 1976,Netherlands,Ruminants,13.774037,0.997975669732846
 1976,Netherlands,Cereals,13.774037,0.100303418670939
 1976,Netherlands,Monogastrics,13.774037,0.269023620308265
-1976,Netherlands,Oilcrops,13.774037,0.0851483846021323
-1976,Netherlands,Pulses,13.774037,0.00203280998882172
+1976,Netherlands,FruitVeg,13.774037,0.165652742184445
+1976,Netherlands,OilcropsPulses,13.774037,0.087181194590954
 1976,Netherlands,Starchy Roots,13.774037,0.0938163589948248
+1976,Netherlands,Sugar,13.774037,0.0460499706803459
 1977,Netherlands,Ruminants,13.856185,0.985892429987042
 1977,Netherlands,Cereals,13.856185,0.10133886058825
 1977,Netherlands,Monogastrics,13.856185,0.276693267302652
-1977,Netherlands,Oilcrops,13.856185,0.0561730375280065
-1977,Netherlands,Pulses,13.856185,0.00246056183574339
+1977,Netherlands,FruitVeg,13.856185,0.173530737356639
+1977,Netherlands,OilcropsPulses,13.856185,0.0586335993637498
 1977,Netherlands,Starchy Roots,13.856185,0.101905683274292
+1977,Netherlands,Sugar,13.856185,0.0472766493807639
 1978,Netherlands,Ruminants,13.9417,0.942834058974157
 1978,Netherlands,Cereals,13.9417,0.102247502098022
 1978,Netherlands,Monogastrics,13.9417,0.291641141324229
-1978,Netherlands,Oilcrops,13.9417,0.05943113106723
-1978,Netherlands,Pulses,13.9417,0.00266280295803238
+1978,Netherlands,FruitVeg,13.9417,0.184569098460016
+1978,Netherlands,OilcropsPulses,13.9417,0.0620939340252624
 1978,Netherlands,Starchy Roots,13.9417,0.102195499831441
+1978,Netherlands,Sugar,13.9417,0.0431004109972242
 1979,Netherlands,Ruminants,14.03827,0.987099806457633
 1979,Netherlands,Cereals,14.03827,0.110925064128272
 1979,Netherlands,Monogastrics,14.03827,0.309539487415472
-1979,Netherlands,Oilcrops,14.03827,0.0546354358478644
-1979,Netherlands,Pulses,14.03827,0.00214477994795655
+1979,Netherlands,FruitVeg,14.03827,0.195800978325677
+1979,Netherlands,OilcropsPulses,14.03827,0.056780215795821
 1979,Netherlands,Starchy Roots,14.03827,0.104697943550024
+1979,Netherlands,Sugar,14.03827,0.0428408201295459
 1980,Netherlands,Ruminants,14.1498,0.999244158928041
 1980,Netherlands,Cereals,14.1498,0.110913793834542
 1980,Netherlands,Monogastrics,14.1498,0.304572015152158
-1980,Netherlands,Oilcrops,14.1498,0.0498890443681183
-1980,Netherlands,Pulses,14.1498,0.00200638878288032
+1980,Netherlands,FruitVeg,14.1498,0.17595874146631
+1980,Netherlands,OilcropsPulses,14.1498,0.0518954331509986
 1980,Netherlands,Starchy Roots,14.1498,0.101464048961823
+1980,Netherlands,Sugar,14.1498,0.0449265714003025
 1981,Netherlands,Ruminants,14.247208,0.886391158183414
 1981,Netherlands,Cereals,14.247208,0.107536788962441
 1981,Netherlands,Monogastrics,14.247208,0.319220397428043
-1981,Netherlands,Oilcrops,14.247208,0.0247677299299624
-1981,Netherlands,Pulses,14.247208,0.00219888696788873
+1981,Netherlands,FruitVeg,14.247208,0.171472754521447
+1981,Netherlands,OilcropsPulses,14.247208,0.0269666168978511
 1981,Netherlands,Starchy Roots,14.247208,0.103800758717076
+1981,Netherlands,Sugar,14.247208,0.040151586191484
 1982,Netherlands,Ruminants,14.31269,0.934227067029329
 1982,Netherlands,Cereals,14.31269,0.104363749931005
 1982,Netherlands,Monogastrics,14.31269,0.34050362999548
-1982,Netherlands,Oilcrops,14.31269,0.0239587387136869
-1982,Netherlands,Pulses,14.31269,0.00267434004369549
+1982,Netherlands,FruitVeg,14.31269,0.189817288015041
+1982,Netherlands,OilcropsPulses,14.31269,0.0266330787573824
 1982,Netherlands,Starchy Roots,14.31269,0.100573616839322
+1982,Netherlands,Sugar,14.31269,0.0426173556473311
 1983,Netherlands,Ruminants,14.36707,0.921528091670744
 1983,Netherlands,Cereals,14.36707,0.105853803176291
 1983,Netherlands,Monogastrics,14.36707,0.324029596848905
-1983,Netherlands,Oilcrops,14.36707,0.0230604430826884
-1983,Netherlands,Pulses,14.36707,0.00292898969657696
+1983,Netherlands,FruitVeg,14.36707,0.17698883627629
+1983,Netherlands,OilcropsPulses,14.36707,0.0259894327792654
 1983,Netherlands,Starchy Roots,14.36707,0.0953033569127178
+1983,Netherlands,Sugar,14.36707,0.0429476573859527
 1984,Netherlands,Ruminants,14.424211,0.972089336463533
 1984,Netherlands,Cereals,14.424211,0.108843180399954
 1984,Netherlands,Monogastrics,14.424211,0.330880247106757
-1984,Netherlands,Oilcrops,14.424211,0.023347412208543
-1984,Netherlands,Pulses,14.424211,0.00243618177798425
+1984,Netherlands,FruitVeg,14.424211,0.179467285940285
+1984,Netherlands,OilcropsPulses,14.424211,0.0257835939865272
 1984,Netherlands,Starchy Roots,14.424211,0.107903718269235
+1984,Netherlands,Sugar,14.424211,0.0362948794911555
 1985,Netherlands,Ruminants,14.491632,0.935851959254831
 1985,Netherlands,Cereals,14.491632,0.104924621326294
 1985,Netherlands,Monogastrics,14.491632,0.352232874806647
-1985,Netherlands,Oilcrops,14.491632,0.0263139444887919
-1985,Netherlands,Pulses,14.491632,0.00273875295756889
+1985,Netherlands,FruitVeg,14.491632,0.170224167988809
+1985,Netherlands,OilcropsPulses,14.491632,0.0290526974463608
 1985,Netherlands,Starchy Roots,14.491632,0.109102825685885
+1985,Netherlands,Sugar,14.491632,0.0407930590564265
 1986,Netherlands,Ruminants,14.572278,0.894085571246994
 1986,Netherlands,Cereals,14.572278,0.102951508336583
 1986,Netherlands,Monogastrics,14.572278,0.347416532953873
-1986,Netherlands,Oilcrops,14.572278,0.0269444489049687
-1986,Netherlands,Pulses,14.572278,0.00281033617393245
+1986,Netherlands,FruitVeg,14.572278,0.193461036085093
+1986,Netherlands,OilcropsPulses,14.572278,0.0297547850789012
 1986,Netherlands,Starchy Roots,14.572278,0.112005823660515
+1986,Netherlands,Sugar,14.572278,0.0412868873349795
 1987,Netherlands,Ruminants,14.665037,0.934246405242619
 1987,Netherlands,Cereals,14.665037,0.107034711197796
 1987,Netherlands,Monogastrics,14.665037,0.342139975507733
-1987,Netherlands,Oilcrops,14.665037,0.0292372941166122
-1987,Netherlands,Pulses,14.665037,0.00320653810829117
+1987,Netherlands,FruitVeg,14.665037,0.184703523080099
+1987,Netherlands,OilcropsPulses,14.665037,0.0324438322249034
 1987,Netherlands,Starchy Roots,14.665037,0.112735208237115
+1987,Netherlands,Sugar,14.665037,0.0418099865687349
 1988,Netherlands,Ruminants,14.760094,0.887731060520346
 1988,Netherlands,Cereals,14.760094,0.101263785989439
 1988,Netherlands,Monogastrics,14.760094,0.362913156244127
-1988,Netherlands,Oilcrops,14.760094,0.0228550034979452
-1988,Netherlands,Pulses,14.760094,0.00448445653530391
+1988,Netherlands,FruitVeg,14.760094,0.202094309155484
+1988,Netherlands,OilcropsPulses,14.760094,0.0273394600332491
 1988,Netherlands,Starchy Roots,14.760094,0.105331714012119
+1988,Netherlands,Sugar,14.760094,0.0492596456364031
 1989,Netherlands,Ruminants,14.848907,0.8320303844586
 1989,Netherlands,Cereals,14.848907,0.100726942393807
 1989,Netherlands,Monogastrics,14.848907,0.347316081917679
-1989,Netherlands,Oilcrops,14.848907,0.0319887517646921
-1989,Netherlands,Pulses,14.848907,0.00269380096460972
+1989,Netherlands,FruitVeg,14.848907,0.192915680595211
+1989,Netherlands,OilcropsPulses,14.848907,0.0346825527293019
 1989,Netherlands,Starchy Roots,14.848907,0.106679434385305
+1989,Netherlands,Sugar,14.848907,0.0521829653859372
 1990,Netherlands,Ruminants,14.95151,0.915502688357229
 1990,Netherlands,Cereals,14.95151,0.0967821979184711
 1990,Netherlands,Monogastrics,14.95151,0.37765772821608
-1990,Netherlands,Oilcrops,14.95151,0.0334824375598183
-1990,Netherlands,Pulses,14.95151,0.00194140926234206
+1990,Netherlands,FruitVeg,14.95151,0.211835393214465
+1990,Netherlands,OilcropsPulses,14.95151,0.0354238468221604
 1990,Netherlands,Starchy Roots,14.95151,0.116565885318607
+1990,Netherlands,Sugar,14.95151,0.0558663974407936
 1991,Netherlands,Ruminants,15.069798,0.986967018403299
 1991,Netherlands,Cereals,15.069798,0.101640048526198
 1991,Netherlands,Monogastrics,15.069798,0.373364500307171
-1991,Netherlands,Oilcrops,15.069798,0.0286454403702027
-1991,Netherlands,Pulses,15.069798,0.00205881989924483
+1991,Netherlands,FruitVeg,15.069798,0.205371365959915
+1991,Netherlands,OilcropsPulses,15.069798,0.0307042602694475
 1991,Netherlands,Starchy Roots,15.069798,0.115867910107355
+1991,Netherlands,Sugar,15.069798,0.0595798961605192
 1992,Netherlands,Ruminants,15.184166,0.927213763337413
 1992,Netherlands,Cereals,15.184166,0.103340084664512
 1992,Netherlands,Monogastrics,15.184166,0.371645456194301
-1992,Netherlands,Oilcrops,15.184166,0.0338860231111804
-1992,Netherlands,Pulses,15.184166,0.00197699366563827
+1992,Netherlands,FruitVeg,15.184166,0.255621941962436
+1992,Netherlands,OilcropsPulses,15.184166,0.0358630167768187
 1992,Netherlands,Starchy Roots,15.184166,0.121252494210087
+1992,Netherlands,Sugar,15.184166,0.0561159565826664
 1993,Netherlands,Ruminants,15.290368,0.922900371004805
 1993,Netherlands,Cereals,15.290368,0.0904203221269756
 1993,Netherlands,Monogastrics,15.290368,0.464970731901286
-1993,Netherlands,Oilcrops,15.290368,0.0296853548586927
-1993,Netherlands,Pulses,15.290368,0.00210073426617332
+1993,Netherlands,FruitVeg,15.290368,0.210462495081871
+1993,Netherlands,OilcropsPulses,15.290368,0.031786089124866
 1993,Netherlands,Starchy Roots,15.290368,0.113091849718725
+1993,Netherlands,Sugar,15.290368,0.0540760039261318
 1994,Netherlands,Ruminants,15.382838,0.868602445140487
 1994,Netherlands,Cereals,15.382838,0.108938480662671
 1994,Netherlands,Monogastrics,15.382838,0.364771663070235
-1994,Netherlands,Oilcrops,15.382838,0.038196332822331
-1994,Netherlands,Pulses,15.382838,0.00196374687167608
+1994,Netherlands,FruitVeg,15.382838,0.211596715768573
+1994,Netherlands,OilcropsPulses,15.382838,0.0401600796940071
 1994,Netherlands,Starchy Roots,15.382838,0.110058755087975
+1994,Netherlands,Sugar,15.382838,0.0497126733051469
 1995,Netherlands,Ruminants,15.459006,0.941293579936511
 1995,Netherlands,Cereals,15.459006,0.110372167524872
 1995,Netherlands,Monogastrics,15.459006,0.419026158602953
-1995,Netherlands,Oilcrops,15.459006,0.0355550673827282
-1995,Netherlands,Pulses,15.459006,0.00175528750037357
+1995,Netherlands,FruitVeg,15.459006,0.213791882867501
+1995,Netherlands,OilcropsPulses,15.459006,0.0373103548831018
 1995,Netherlands,Starchy Roots,15.459006,0.106082564428787
+1995,Netherlands,Sugar,15.459006,0.0480021160480823
 1996,Netherlands,Ruminants,15.530498,0.917055744123595
 1996,Netherlands,Cereals,15.530498,0.116213079580578
 1996,Netherlands,Monogastrics,15.530498,0.433053988352466
-1996,Netherlands,Oilcrops,15.530498,0.0312213426768414
-1996,Netherlands,Pulses,15.530498,0.00186793752524871
+1996,Netherlands,FruitVeg,15.530498,0.206185661271132
+1996,Netherlands,OilcropsPulses,15.530498,0.0330892802020901
 1996,Netherlands,Starchy Roots,15.530498,0.101621789591036
+1996,Netherlands,Sugar,15.530498,0.0462341259114808
 1997,Netherlands,Ruminants,15.61065,0.855712753793084
 1997,Netherlands,Cereals,15.61065,0.105926787161329
 1997,Netherlands,Monogastrics,15.61065,0.409545970219049
-1997,Netherlands,Oilcrops,15.61065,0.0360563461483026
-1997,Netherlands,Pulses,15.61065,0.00199588101712613
+1997,Netherlands,FruitVeg,15.61065,0.182797769471483
+1997,Netherlands,OilcropsPulses,15.61065,0.0380522271654287
 1997,Netherlands,Starchy Roots,15.61065,0.0970444536262103
+1997,Netherlands,Sugar,15.61065,0.0465412394743332
 1998,Netherlands,Ruminants,15.707209,0.932398741240408
 1998,Netherlands,Cereals,15.707209,0.106229438979261
 1998,Netherlands,Monogastrics,15.707209,0.446981529309249
-1998,Netherlands,Oilcrops,15.707209,0.0434475660188898
-1998,Netherlands,Pulses,15.707209,0.00158252175800297
+1998,Netherlands,FruitVeg,15.707209,0.17781351225415
+1998,Netherlands,OilcropsPulses,15.707209,0.0450300877768928
 1998,Netherlands,Starchy Roots,15.707209,0.090326677387434
+1998,Netherlands,Sugar,15.707209,0.0461218157853505
 1999,Netherlands,Ruminants,15.812088,0.84936891320109
 1999,Netherlands,Cereals,15.812088,0.0968017000664302
 1999,Netherlands,Monogastrics,15.812088,0.434601805909504
-1999,Netherlands,Oilcrops,15.812088,0.0329982352741776
-1999,Netherlands,Pulses,15.812088,0.00191625546227671
+1999,Netherlands,FruitVeg,15.812088,0.217429032775431
+1999,Netherlands,OilcropsPulses,15.812088,0.0349144907364543
 1999,Netherlands,Starchy Roots,15.812088,0.101045858080223
+1999,Netherlands,Sugar,15.812088,0.0457619512362947
 2000,Netherlands,Ruminants,15.925513,0.841027909116648
 2000,Netherlands,Cereals,15.925513,0.0981825828781779
 2000,Netherlands,Monogastrics,15.925513,0.438521603668277
-2000,Netherlands,Oilcrops,15.925513,0.0360097662160082
-2000,Netherlands,Pulses,15.925513,0.00188697218105313
+2000,Netherlands,FruitVeg,15.925513,0.218570353118295
+2000,Netherlands,OilcropsPulses,15.925513,0.0378967383970614
 2000,Netherlands,Starchy Roots,15.925513,0.115054504052711
+2000,Netherlands,Sugar,15.925513,0.0453265775488677
 2001,Netherlands,Ruminants,16.04618,0.902752536740832
 2001,Netherlands,Cereals,16.04618,0.101750510090252
 2001,Netherlands,Monogastrics,16.04618,0.404538837280898
-2001,Netherlands,Oilcrops,16.04618,0.0345495937350821
-2001,Netherlands,Pulses,16.04618,0.00185832391260724
+2001,Netherlands,FruitVeg,16.04618,0.222377537831434
+2001,Netherlands,OilcropsPulses,16.04618,0.0364079176476893
 2001,Netherlands,Starchy Roots,16.04618,0.100562813080746
+2001,Netherlands,Sugar,16.04618,0.0459440190749449
 2002,Netherlands,Ruminants,16.148929,0.797363051134846
 2002,Netherlands,Cereals,16.148929,0.100487159241334
 2002,Netherlands,Monogastrics,16.148929,0.39398070299275
-2002,Netherlands,Oilcrops,16.148929,0.0314742853844983
-2002,Netherlands,Pulses,16.148929,0.0018684211194439
+2002,Netherlands,FruitVeg,16.148929,0.228798392760288
+2002,Netherlands,OilcropsPulses,16.148929,0.0333427065039422
 2002,Netherlands,Starchy Roots,16.148929,0.107554067517419
+2002,Netherlands,Sugar,16.148929,0.045725880645088
 2003,Netherlands,Ruminants,16.225302,0.744266146787283
 2003,Netherlands,Cereals,16.225302,0.107099947970152
 2003,Netherlands,Monogastrics,16.225302,0.317957564056435
-2003,Netherlands,Oilcrops,16.225302,0.026574420617872
-2003,Netherlands,Pulses,16.225302,0.0016680120961693
+2003,Netherlands,FruitVeg,16.225302,0.213170700921314
+2003,Netherlands,OilcropsPulses,16.225302,0.0282424327140413
 2003,Netherlands,Starchy Roots,16.225302,0.0985503382309926
+2003,Netherlands,Sugar,16.225302,0.0477436413818368
 2004,Netherlands,Ruminants,16.281779,0.791115823399888
 2004,Netherlands,Cereals,16.281779,0.106755594704977
 2004,Netherlands,Monogastrics,16.281779,0.34889291888804
-2004,Netherlands,Oilcrops,16.281779,0.0255314852265222
-2004,Netherlands,Pulses,16.281779,0.00167997612545902
+2004,Netherlands,FruitVeg,16.281779,0.224508022127066
+2004,Netherlands,OilcropsPulses,16.281779,0.0272114613519812
 2004,Netherlands,Starchy Roots,16.281779,0.0981857695034431
+2004,Netherlands,Sugar,16.281779,0.0474469036829452
 2005,Netherlands,Ruminants,16.319868,0.771088344587101
 2005,Netherlands,Cereals,16.319868,0.110825344910878
 2005,Netherlands,Monogastrics,16.319868,0.354118385026153
-2005,Netherlands,Oilcrops,16.319868,0.0231368905679874
-2005,Netherlands,Pulses,16.319868,0.0016125130423849
+2005,Netherlands,FruitVeg,16.319868,0.218260343772388
+2005,Netherlands,OilcropsPulses,16.319868,0.0247494036103723
 2005,Netherlands,Starchy Roots,16.319868,0.0972934952660156
+2005,Netherlands,Sugar,16.319868,0.0459405676565521
 2006,Netherlands,Ruminants,16.346101,0.889171778640056
 2006,Netherlands,Cereals,16.346101,0.116532866155666
 2006,Netherlands,Monogastrics,16.346101,0.347268966464847
-2006,Netherlands,Oilcrops,16.346101,0.0257486479497465
-2006,Netherlands,Pulses,16.346101,0.00135151495760365
+2006,Netherlands,FruitVeg,16.346101,0.225649407158319
+2006,Netherlands,OilcropsPulses,16.346101,0.0271001629073502
 2006,Netherlands,Starchy Roots,16.346101,0.0869902859403597
+2006,Netherlands,Sugar,16.346101,0.0459091131273446
 2007,Netherlands,Ruminants,16.381696,0.894142047319154
 2007,Netherlands,Cereals,16.381696,0.116873307867513
 2007,Netherlands,Monogastrics,16.381696,0.315414686000766
-2007,Netherlands,Oilcrops,16.381696,0.024302184584551
-2007,Netherlands,Pulses,16.381696,0.00134094784813489
+2007,Netherlands,FruitVeg,16.381696,0.244668928052382
+2007,Netherlands,OilcropsPulses,16.381696,0.0256431324326858
 2007,Netherlands,Starchy Roots,16.381696,0.103853593669422
+2007,Netherlands,Sugar,16.381696,0.0465973730680877
 2008,Netherlands,Ruminants,16.445593,0.816784612145029
 2008,Netherlands,Cereals,16.445593,0.119839825781898
 2008,Netherlands,Monogastrics,16.445593,0.36798498540004
-2008,Netherlands,Oilcrops,16.445593,0.0298603400923274
-2008,Netherlands,Pulses,16.445593,0.00119898382502838
+2008,Netherlands,FruitVeg,16.445593,0.232811063729961
+2008,Netherlands,OilcropsPulses,16.445593,0.0310593239173558
 2008,Netherlands,Starchy Roots,16.445593,0.104080649448153
+2008,Netherlands,Sugar,16.445593,0.0457627158838237
 2009,Netherlands,Ruminants,16.530388,0.948795442672005
 2009,Netherlands,Cereals,16.530388,0.117731598314571
 2009,Netherlands,Monogastrics,16.530388,0.33386909611559
-2009,Netherlands,Oilcrops,16.530388,0.0278228194038761
-2009,Netherlands,Pulses,16.530388,0.00124618974460854
+2009,Netherlands,FruitVeg,16.530388,0.213577866411847
+2009,Netherlands,OilcropsPulses,16.530388,0.0290690091484846
 2009,Netherlands,Starchy Roots,16.530388,0.102345026626114
+2009,Netherlands,Sugar,16.530388,0.0467485094723729
 2010,Netherlands,Ruminants,16.615394,0.923845838383369
 2010,Netherlands,Cereals,16.615394,0.122259273538744
 2010,Netherlands,Monogastrics,16.615394,0.310882606816305
-2010,Netherlands,Oilcrops,16.615394,0.0251812867031621
-2010,Netherlands,Pulses,16.615394,0.00141778160662335
+2010,Netherlands,FruitVeg,16.615394,0.20266350590302
+2010,Netherlands,OilcropsPulses,16.615394,0.0265990683097855
 2010,Netherlands,Starchy Roots,16.615394,0.102894941883412
+2010,Netherlands,Sugar,16.615394,0.0465565848152623
 2011,Netherlands,Ruminants,16.693074,0.846775195509227
 2011,Netherlands,Cereals,16.693074,0.123345286793792
 2011,Netherlands,Monogastrics,16.693074,0.308376042662963
-2011,Netherlands,Oilcrops,16.693074,0.02116722180708
-2011,Netherlands,Pulses,16.693074,0.00142082878204458
+2011,Netherlands,FruitVeg,16.693074,0.249632033021599
+2011,Netherlands,OilcropsPulses,16.693074,0.0225880505891246
 2011,Netherlands,Starchy Roots,16.693074,0.104361665203185
+2011,Netherlands,Sugar,16.693074,0.044868668287219
 1961,Netherlands Antilles (former),Cereals,NA,NA
 1961,Netherlands Antilles (former),Ruminants,NA,NA
 1961,Netherlands Antilles (former),Monogastrics,NA,NA
-1961,Netherlands Antilles (former),Oilcrops,NA,NA
+1961,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1961,Netherlands Antilles (former),Sugar,NA,NA
 1962,Netherlands Antilles (former),Cereals,NA,NA
 1962,Netherlands Antilles (former),Ruminants,NA,NA
 1962,Netherlands Antilles (former),Monogastrics,NA,NA
-1962,Netherlands Antilles (former),Oilcrops,NA,NA
+1962,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1962,Netherlands Antilles (former),Sugar,NA,NA
 1963,Netherlands Antilles (former),Cereals,NA,NA
 1963,Netherlands Antilles (former),Ruminants,NA,NA
 1963,Netherlands Antilles (former),Monogastrics,NA,NA
-1963,Netherlands Antilles (former),Oilcrops,NA,NA
+1963,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1963,Netherlands Antilles (former),Sugar,NA,NA
 1964,Netherlands Antilles (former),Cereals,NA,NA
 1964,Netherlands Antilles (former),Ruminants,NA,NA
 1964,Netherlands Antilles (former),Monogastrics,NA,NA
-1964,Netherlands Antilles (former),Oilcrops,NA,NA
+1964,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1964,Netherlands Antilles (former),Sugar,NA,NA
 1965,Netherlands Antilles (former),Cereals,NA,NA
 1965,Netherlands Antilles (former),Ruminants,NA,NA
 1965,Netherlands Antilles (former),Monogastrics,NA,NA
-1965,Netherlands Antilles (former),Oilcrops,NA,NA
+1965,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1965,Netherlands Antilles (former),Sugar,NA,NA
 1966,Netherlands Antilles (former),Cereals,NA,NA
 1966,Netherlands Antilles (former),Ruminants,NA,NA
 1966,Netherlands Antilles (former),Monogastrics,NA,NA
-1966,Netherlands Antilles (former),Oilcrops,NA,NA
+1966,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1966,Netherlands Antilles (former),Sugar,NA,NA
 1967,Netherlands Antilles (former),Cereals,NA,NA
 1967,Netherlands Antilles (former),Ruminants,NA,NA
 1967,Netherlands Antilles (former),Monogastrics,NA,NA
-1967,Netherlands Antilles (former),Oilcrops,NA,NA
+1967,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1967,Netherlands Antilles (former),Sugar,NA,NA
 1968,Netherlands Antilles (former),Cereals,NA,NA
 1968,Netherlands Antilles (former),Ruminants,NA,NA
 1968,Netherlands Antilles (former),Monogastrics,NA,NA
-1968,Netherlands Antilles (former),Oilcrops,NA,NA
+1968,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1968,Netherlands Antilles (former),Sugar,NA,NA
 1969,Netherlands Antilles (former),Cereals,NA,NA
 1969,Netherlands Antilles (former),Ruminants,NA,NA
 1969,Netherlands Antilles (former),Monogastrics,NA,NA
-1969,Netherlands Antilles (former),Oilcrops,NA,NA
+1969,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1969,Netherlands Antilles (former),Sugar,NA,NA
 1970,Netherlands Antilles (former),Cereals,NA,NA
 1970,Netherlands Antilles (former),Ruminants,NA,NA
 1970,Netherlands Antilles (former),Monogastrics,NA,NA
-1970,Netherlands Antilles (former),Oilcrops,NA,NA
+1970,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1970,Netherlands Antilles (former),Sugar,NA,NA
 1971,Netherlands Antilles (former),Cereals,NA,NA
 1971,Netherlands Antilles (former),Ruminants,NA,NA
 1971,Netherlands Antilles (former),Monogastrics,NA,NA
-1971,Netherlands Antilles (former),Oilcrops,NA,NA
+1971,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1971,Netherlands Antilles (former),Sugar,NA,NA
 1972,Netherlands Antilles (former),Cereals,NA,NA
 1972,Netherlands Antilles (former),Ruminants,NA,NA
 1972,Netherlands Antilles (former),Monogastrics,NA,NA
-1972,Netherlands Antilles (former),Oilcrops,NA,NA
+1972,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1972,Netherlands Antilles (former),Sugar,NA,NA
 1973,Netherlands Antilles (former),Cereals,NA,NA
 1973,Netherlands Antilles (former),Ruminants,NA,NA
 1973,Netherlands Antilles (former),Monogastrics,NA,NA
-1973,Netherlands Antilles (former),Oilcrops,NA,NA
+1973,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1973,Netherlands Antilles (former),Sugar,NA,NA
 1974,Netherlands Antilles (former),Cereals,NA,NA
 1974,Netherlands Antilles (former),Ruminants,NA,NA
 1974,Netherlands Antilles (former),Monogastrics,NA,NA
-1974,Netherlands Antilles (former),Oilcrops,NA,NA
+1974,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1974,Netherlands Antilles (former),Sugar,NA,NA
 1975,Netherlands Antilles (former),Cereals,NA,NA
 1975,Netherlands Antilles (former),Ruminants,NA,NA
 1975,Netherlands Antilles (former),Monogastrics,NA,NA
-1975,Netherlands Antilles (former),Oilcrops,NA,NA
+1975,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1975,Netherlands Antilles (former),Sugar,NA,NA
 1976,Netherlands Antilles (former),Cereals,NA,NA
 1976,Netherlands Antilles (former),Ruminants,NA,NA
 1976,Netherlands Antilles (former),Monogastrics,NA,NA
-1976,Netherlands Antilles (former),Oilcrops,NA,NA
+1976,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1976,Netherlands Antilles (former),Sugar,NA,NA
 1977,Netherlands Antilles (former),Cereals,NA,NA
 1977,Netherlands Antilles (former),Ruminants,NA,NA
 1977,Netherlands Antilles (former),Monogastrics,NA,NA
-1977,Netherlands Antilles (former),Oilcrops,NA,NA
+1977,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1977,Netherlands Antilles (former),Sugar,NA,NA
 1978,Netherlands Antilles (former),Cereals,NA,NA
 1978,Netherlands Antilles (former),Ruminants,NA,NA
 1978,Netherlands Antilles (former),Monogastrics,NA,NA
-1978,Netherlands Antilles (former),Oilcrops,NA,NA
+1978,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1978,Netherlands Antilles (former),Sugar,NA,NA
 1979,Netherlands Antilles (former),Cereals,NA,NA
 1979,Netherlands Antilles (former),Ruminants,NA,NA
 1979,Netherlands Antilles (former),Monogastrics,NA,NA
-1979,Netherlands Antilles (former),Oilcrops,NA,NA
+1979,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1979,Netherlands Antilles (former),Sugar,NA,NA
 1980,Netherlands Antilles (former),Cereals,NA,NA
 1980,Netherlands Antilles (former),Ruminants,NA,NA
 1980,Netherlands Antilles (former),Monogastrics,NA,NA
-1980,Netherlands Antilles (former),Oilcrops,NA,NA
+1980,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1980,Netherlands Antilles (former),Sugar,NA,NA
 1981,Netherlands Antilles (former),Cereals,NA,NA
 1981,Netherlands Antilles (former),Ruminants,NA,NA
 1981,Netherlands Antilles (former),Monogastrics,NA,NA
-1981,Netherlands Antilles (former),Oilcrops,NA,NA
+1981,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1981,Netherlands Antilles (former),Sugar,NA,NA
 1982,Netherlands Antilles (former),Cereals,NA,NA
 1982,Netherlands Antilles (former),Ruminants,NA,NA
 1982,Netherlands Antilles (former),Monogastrics,NA,NA
-1982,Netherlands Antilles (former),Oilcrops,NA,NA
+1982,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1982,Netherlands Antilles (former),Sugar,NA,NA
 1983,Netherlands Antilles (former),Cereals,NA,NA
 1983,Netherlands Antilles (former),Ruminants,NA,NA
 1983,Netherlands Antilles (former),Monogastrics,NA,NA
-1983,Netherlands Antilles (former),Oilcrops,NA,NA
+1983,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1983,Netherlands Antilles (former),Sugar,NA,NA
 1984,Netherlands Antilles (former),Cereals,NA,NA
 1984,Netherlands Antilles (former),Ruminants,NA,NA
 1984,Netherlands Antilles (former),Monogastrics,NA,NA
-1984,Netherlands Antilles (former),Oilcrops,NA,NA
+1984,Netherlands Antilles (former),OilcropsPulses,NA,NA
+1984,Netherlands Antilles (former),Sugar,NA,NA
 1985,Netherlands Antilles (former),Ruminants,NA,NA
 1985,Netherlands Antilles (former),Cereals,NA,NA
 1985,Netherlands Antilles (former),Monogastrics,NA,NA
-1985,Netherlands Antilles (former),Oilcrops,NA,NA
-1985,Netherlands Antilles (former),Pulses,NA,NA
+1985,Netherlands Antilles (former),FruitVeg,NA,NA
+1985,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1985,Netherlands Antilles (former),Starchy Roots,NA,NA
+1985,Netherlands Antilles (former),Sugar,NA,NA
 1986,Netherlands Antilles (former),Ruminants,NA,NA
 1986,Netherlands Antilles (former),Cereals,NA,NA
 1986,Netherlands Antilles (former),Monogastrics,NA,NA
-1986,Netherlands Antilles (former),Oilcrops,NA,NA
-1986,Netherlands Antilles (former),Pulses,NA,NA
+1986,Netherlands Antilles (former),FruitVeg,NA,NA
+1986,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1986,Netherlands Antilles (former),Starchy Roots,NA,NA
+1986,Netherlands Antilles (former),Sugar,NA,NA
 1987,Netherlands Antilles (former),Ruminants,NA,NA
 1987,Netherlands Antilles (former),Cereals,NA,NA
 1987,Netherlands Antilles (former),Monogastrics,NA,NA
-1987,Netherlands Antilles (former),Oilcrops,NA,NA
-1987,Netherlands Antilles (former),Pulses,NA,NA
+1987,Netherlands Antilles (former),FruitVeg,NA,NA
+1987,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1987,Netherlands Antilles (former),Starchy Roots,NA,NA
+1987,Netherlands Antilles (former),Sugar,NA,NA
 1988,Netherlands Antilles (former),Ruminants,NA,NA
 1988,Netherlands Antilles (former),Cereals,NA,NA
 1988,Netherlands Antilles (former),Monogastrics,NA,NA
-1988,Netherlands Antilles (former),Oilcrops,NA,NA
-1988,Netherlands Antilles (former),Pulses,NA,NA
+1988,Netherlands Antilles (former),FruitVeg,NA,NA
+1988,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1988,Netherlands Antilles (former),Starchy Roots,NA,NA
+1988,Netherlands Antilles (former),Sugar,NA,NA
 1989,Netherlands Antilles (former),Ruminants,NA,NA
 1989,Netherlands Antilles (former),Cereals,NA,NA
 1989,Netherlands Antilles (former),Monogastrics,NA,NA
-1989,Netherlands Antilles (former),Oilcrops,NA,NA
-1989,Netherlands Antilles (former),Pulses,NA,NA
+1989,Netherlands Antilles (former),FruitVeg,NA,NA
+1989,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1989,Netherlands Antilles (former),Starchy Roots,NA,NA
+1989,Netherlands Antilles (former),Sugar,NA,NA
 1990,Netherlands Antilles (former),Ruminants,NA,NA
 1990,Netherlands Antilles (former),Cereals,NA,NA
 1990,Netherlands Antilles (former),Monogastrics,NA,NA
-1990,Netherlands Antilles (former),Oilcrops,NA,NA
-1990,Netherlands Antilles (former),Pulses,NA,NA
+1990,Netherlands Antilles (former),FruitVeg,NA,NA
+1990,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1990,Netherlands Antilles (former),Starchy Roots,NA,NA
+1990,Netherlands Antilles (former),Sugar,NA,NA
 1991,Netherlands Antilles (former),Ruminants,NA,NA
 1991,Netherlands Antilles (former),Cereals,NA,NA
 1991,Netherlands Antilles (former),Monogastrics,NA,NA
-1991,Netherlands Antilles (former),Oilcrops,NA,NA
-1991,Netherlands Antilles (former),Pulses,NA,NA
+1991,Netherlands Antilles (former),FruitVeg,NA,NA
+1991,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1991,Netherlands Antilles (former),Starchy Roots,NA,NA
+1991,Netherlands Antilles (former),Sugar,NA,NA
 1992,Netherlands Antilles (former),Ruminants,NA,NA
 1992,Netherlands Antilles (former),Cereals,NA,NA
 1992,Netherlands Antilles (former),Monogastrics,NA,NA
-1992,Netherlands Antilles (former),Oilcrops,NA,NA
-1992,Netherlands Antilles (former),Pulses,NA,NA
+1992,Netherlands Antilles (former),FruitVeg,NA,NA
+1992,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1992,Netherlands Antilles (former),Starchy Roots,NA,NA
+1992,Netherlands Antilles (former),Sugar,NA,NA
 1993,Netherlands Antilles (former),Ruminants,NA,NA
 1993,Netherlands Antilles (former),Cereals,NA,NA
 1993,Netherlands Antilles (former),Monogastrics,NA,NA
-1993,Netherlands Antilles (former),Oilcrops,NA,NA
-1993,Netherlands Antilles (former),Pulses,NA,NA
+1993,Netherlands Antilles (former),FruitVeg,NA,NA
+1993,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1993,Netherlands Antilles (former),Starchy Roots,NA,NA
+1993,Netherlands Antilles (former),Sugar,NA,NA
 1994,Netherlands Antilles (former),Ruminants,NA,NA
 1994,Netherlands Antilles (former),Cereals,NA,NA
 1994,Netherlands Antilles (former),Monogastrics,NA,NA
-1994,Netherlands Antilles (former),Oilcrops,NA,NA
-1994,Netherlands Antilles (former),Pulses,NA,NA
+1994,Netherlands Antilles (former),FruitVeg,NA,NA
+1994,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1994,Netherlands Antilles (former),Starchy Roots,NA,NA
+1994,Netherlands Antilles (former),Sugar,NA,NA
 1995,Netherlands Antilles (former),Ruminants,NA,NA
 1995,Netherlands Antilles (former),Cereals,NA,NA
 1995,Netherlands Antilles (former),Monogastrics,NA,NA
-1995,Netherlands Antilles (former),Oilcrops,NA,NA
-1995,Netherlands Antilles (former),Pulses,NA,NA
+1995,Netherlands Antilles (former),FruitVeg,NA,NA
+1995,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1995,Netherlands Antilles (former),Starchy Roots,NA,NA
+1995,Netherlands Antilles (former),Sugar,NA,NA
 1996,Netherlands Antilles (former),Ruminants,NA,NA
 1996,Netherlands Antilles (former),Cereals,NA,NA
 1996,Netherlands Antilles (former),Monogastrics,NA,NA
-1996,Netherlands Antilles (former),Oilcrops,NA,NA
-1996,Netherlands Antilles (former),Pulses,NA,NA
+1996,Netherlands Antilles (former),FruitVeg,NA,NA
+1996,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1996,Netherlands Antilles (former),Starchy Roots,NA,NA
+1996,Netherlands Antilles (former),Sugar,NA,NA
 1997,Netherlands Antilles (former),Ruminants,NA,NA
 1997,Netherlands Antilles (former),Cereals,NA,NA
 1997,Netherlands Antilles (former),Monogastrics,NA,NA
-1997,Netherlands Antilles (former),Oilcrops,NA,NA
-1997,Netherlands Antilles (former),Pulses,NA,NA
+1997,Netherlands Antilles (former),FruitVeg,NA,NA
+1997,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1997,Netherlands Antilles (former),Starchy Roots,NA,NA
+1997,Netherlands Antilles (former),Sugar,NA,NA
 1998,Netherlands Antilles (former),Ruminants,NA,NA
 1998,Netherlands Antilles (former),Cereals,NA,NA
 1998,Netherlands Antilles (former),Monogastrics,NA,NA
-1998,Netherlands Antilles (former),Oilcrops,NA,NA
-1998,Netherlands Antilles (former),Pulses,NA,NA
+1998,Netherlands Antilles (former),FruitVeg,NA,NA
+1998,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1998,Netherlands Antilles (former),Starchy Roots,NA,NA
+1998,Netherlands Antilles (former),Sugar,NA,NA
 1999,Netherlands Antilles (former),Ruminants,NA,NA
 1999,Netherlands Antilles (former),Cereals,NA,NA
 1999,Netherlands Antilles (former),Monogastrics,NA,NA
-1999,Netherlands Antilles (former),Oilcrops,NA,NA
-1999,Netherlands Antilles (former),Pulses,NA,NA
+1999,Netherlands Antilles (former),FruitVeg,NA,NA
+1999,Netherlands Antilles (former),OilcropsPulses,NA,NA
 1999,Netherlands Antilles (former),Starchy Roots,NA,NA
+1999,Netherlands Antilles (former),Sugar,NA,NA
 2000,Netherlands Antilles (former),Ruminants,NA,NA
 2000,Netherlands Antilles (former),Cereals,NA,NA
 2000,Netherlands Antilles (former),Monogastrics,NA,NA
-2000,Netherlands Antilles (former),Oilcrops,NA,NA
-2000,Netherlands Antilles (former),Pulses,NA,NA
+2000,Netherlands Antilles (former),FruitVeg,NA,NA
+2000,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2000,Netherlands Antilles (former),Starchy Roots,NA,NA
+2000,Netherlands Antilles (former),Sugar,NA,NA
 2001,Netherlands Antilles (former),Ruminants,NA,NA
 2001,Netherlands Antilles (former),Cereals,NA,NA
 2001,Netherlands Antilles (former),Monogastrics,NA,NA
-2001,Netherlands Antilles (former),Oilcrops,NA,NA
-2001,Netherlands Antilles (former),Pulses,NA,NA
+2001,Netherlands Antilles (former),FruitVeg,NA,NA
+2001,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2001,Netherlands Antilles (former),Starchy Roots,NA,NA
+2001,Netherlands Antilles (former),Sugar,NA,NA
 2002,Netherlands Antilles (former),Ruminants,NA,NA
 2002,Netherlands Antilles (former),Cereals,NA,NA
 2002,Netherlands Antilles (former),Monogastrics,NA,NA
-2002,Netherlands Antilles (former),Oilcrops,NA,NA
-2002,Netherlands Antilles (former),Pulses,NA,NA
+2002,Netherlands Antilles (former),FruitVeg,NA,NA
+2002,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2002,Netherlands Antilles (former),Starchy Roots,NA,NA
+2002,Netherlands Antilles (former),Sugar,NA,NA
 2003,Netherlands Antilles (former),Ruminants,NA,NA
 2003,Netherlands Antilles (former),Cereals,NA,NA
 2003,Netherlands Antilles (former),Monogastrics,NA,NA
-2003,Netherlands Antilles (former),Oilcrops,NA,NA
-2003,Netherlands Antilles (former),Pulses,NA,NA
+2003,Netherlands Antilles (former),FruitVeg,NA,NA
+2003,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2003,Netherlands Antilles (former),Starchy Roots,NA,NA
+2003,Netherlands Antilles (former),Sugar,NA,NA
 2004,Netherlands Antilles (former),Ruminants,NA,NA
 2004,Netherlands Antilles (former),Cereals,NA,NA
 2004,Netherlands Antilles (former),Monogastrics,NA,NA
-2004,Netherlands Antilles (former),Oilcrops,NA,NA
-2004,Netherlands Antilles (former),Pulses,NA,NA
+2004,Netherlands Antilles (former),FruitVeg,NA,NA
+2004,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2004,Netherlands Antilles (former),Starchy Roots,NA,NA
+2004,Netherlands Antilles (former),Sugar,NA,NA
 2005,Netherlands Antilles (former),Ruminants,NA,NA
 2005,Netherlands Antilles (former),Cereals,NA,NA
 2005,Netherlands Antilles (former),Monogastrics,NA,NA
-2005,Netherlands Antilles (former),Oilcrops,NA,NA
-2005,Netherlands Antilles (former),Pulses,NA,NA
+2005,Netherlands Antilles (former),FruitVeg,NA,NA
+2005,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2005,Netherlands Antilles (former),Starchy Roots,NA,NA
+2005,Netherlands Antilles (former),Sugar,NA,NA
 2006,Netherlands Antilles (former),Ruminants,NA,NA
 2006,Netherlands Antilles (former),Cereals,NA,NA
 2006,Netherlands Antilles (former),Monogastrics,NA,NA
-2006,Netherlands Antilles (former),Oilcrops,NA,NA
-2006,Netherlands Antilles (former),Pulses,NA,NA
+2006,Netherlands Antilles (former),FruitVeg,NA,NA
+2006,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2006,Netherlands Antilles (former),Starchy Roots,NA,NA
+2006,Netherlands Antilles (former),Sugar,NA,NA
 2007,Netherlands Antilles (former),Ruminants,NA,NA
 2007,Netherlands Antilles (former),Cereals,NA,NA
 2007,Netherlands Antilles (former),Monogastrics,NA,NA
-2007,Netherlands Antilles (former),Oilcrops,NA,NA
-2007,Netherlands Antilles (former),Pulses,NA,NA
+2007,Netherlands Antilles (former),FruitVeg,NA,NA
+2007,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2007,Netherlands Antilles (former),Starchy Roots,NA,NA
+2007,Netherlands Antilles (former),Sugar,NA,NA
 2008,Netherlands Antilles (former),Ruminants,NA,NA
 2008,Netherlands Antilles (former),Cereals,NA,NA
 2008,Netherlands Antilles (former),Monogastrics,NA,NA
-2008,Netherlands Antilles (former),Oilcrops,NA,NA
-2008,Netherlands Antilles (former),Pulses,NA,NA
+2008,Netherlands Antilles (former),FruitVeg,NA,NA
+2008,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2008,Netherlands Antilles (former),Starchy Roots,NA,NA
+2008,Netherlands Antilles (former),Sugar,NA,NA
 2009,Netherlands Antilles (former),Ruminants,NA,NA
 2009,Netherlands Antilles (former),Cereals,NA,NA
 2009,Netherlands Antilles (former),Monogastrics,NA,NA
-2009,Netherlands Antilles (former),Oilcrops,NA,NA
-2009,Netherlands Antilles (former),Pulses,NA,NA
+2009,Netherlands Antilles (former),FruitVeg,NA,NA
+2009,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2009,Netherlands Antilles (former),Starchy Roots,NA,NA
+2009,Netherlands Antilles (former),Sugar,NA,NA
 2010,Netherlands Antilles (former),Ruminants,NA,NA
 2010,Netherlands Antilles (former),Cereals,NA,NA
 2010,Netherlands Antilles (former),Monogastrics,NA,NA
-2010,Netherlands Antilles (former),Oilcrops,NA,NA
-2010,Netherlands Antilles (former),Pulses,NA,NA
+2010,Netherlands Antilles (former),FruitVeg,NA,NA
+2010,Netherlands Antilles (former),OilcropsPulses,NA,NA
 2010,Netherlands Antilles (former),Starchy Roots,NA,NA
+2010,Netherlands Antilles (former),Sugar,NA,NA
 1961,New Caledonia,Ruminants,0.0812,0.987669950738916
 1961,New Caledonia,Cereals,0.0812,0.125455665024631
 1961,New Caledonia,Monogastrics,0.0812,0.0585985221674877
-1961,New Caledonia,Oilcrops,0.0812,0.122192118226601
-1961,New Caledonia,Pulses,0.0812,0.00172413793103448
+1961,New Caledonia,FruitVeg,0.0812,0.151834975369458
+1961,New Caledonia,OilcropsPulses,0.0812,0.123916256157635
 1961,New Caledonia,Starchy Roots,0.0812,0.133386699507389
+1961,New Caledonia,Sugar,0.0812,0.031551724137931
 1962,New Caledonia,Ruminants,0.0834,0.972670263788969
 1962,New Caledonia,Cereals,0.0834,0.122517985611511
 1962,New Caledonia,Monogastrics,0.0834,0.0646606714628297
-1962,New Caledonia,Oilcrops,0.0834,0.121750599520384
-1962,New Caledonia,Pulses,0.0834,0.00178657074340528
+1962,New Caledonia,FruitVeg,0.0834,0.148345323741007
+1962,New Caledonia,OilcropsPulses,0.0834,0.123537170263789
 1962,New Caledonia,Starchy Roots,0.0834,0.136139088729017
+1962,New Caledonia,Sugar,0.0834,0.0285491606714628
 1963,New Caledonia,Ruminants,0.0857,1.01355542590432
 1963,New Caledonia,Cereals,0.0857,0.117514585764294
 1963,New Caledonia,Monogastrics,0.0857,0.0671505250875146
-1963,New Caledonia,Oilcrops,0.0857,0.114224037339557
-1963,New Caledonia,Pulses,0.0857,0.00163360560093349
+1963,New Caledonia,FruitVeg,0.0857,0.123232205367561
+1963,New Caledonia,OilcropsPulses,0.0857,0.11585764294049
 1963,New Caledonia,Starchy Roots,0.0857,0.135402567094516
+1963,New Caledonia,Sugar,0.0857,0.0329988331388565
 1964,New Caledonia,Ruminants,0.0881,1.01864131668558
 1964,New Caledonia,Cereals,0.0881,0.115357548240636
 1964,New Caledonia,Monogastrics,0.0881,0.0649353007945516
-1964,New Caledonia,Oilcrops,0.0881,0.118853575482406
-1964,New Caledonia,Pulses,0.0881,0.00164585698070375
+1964,New Caledonia,FruitVeg,0.0881,0.133984108967083
+1964,New Caledonia,OilcropsPulses,0.0881,0.12049943246311
 1964,New Caledonia,Starchy Roots,0.0881,0.139035187287174
+1964,New Caledonia,Sugar,0.0881,0.0311691259931896
 1965,New Caledonia,Ruminants,0.0905,0.986309392265193
 1965,New Caledonia,Cereals,0.0905,0.118486187845304
 1965,New Caledonia,Monogastrics,0.0905,0.0730298342541437
-1965,New Caledonia,Oilcrops,0.0905,0.108453038674033
-1965,New Caledonia,Pulses,0.0905,0.00155801104972376
+1965,New Caledonia,FruitVeg,0.0905,0.14307182320442
+1965,New Caledonia,OilcropsPulses,0.0905,0.110011049723757
 1965,New Caledonia,Starchy Roots,0.0905,0.151624309392265
+1965,New Caledonia,Sugar,0.0905,0.0316795580110497
 1966,New Caledonia,Ruminants,0.0935,0.927606417112299
 1966,New Caledonia,Cereals,0.0935,0.125133689839572
 1966,New Caledonia,Monogastrics,0.0935,0.0783882352941176
-1966,New Caledonia,Oilcrops,0.0935,0.116823529411765
-1966,New Caledonia,Pulses,0.0935,0.00196791443850267
+1966,New Caledonia,FruitVeg,0.0935,0.140385026737968
+1966,New Caledonia,OilcropsPulses,0.0935,0.118791443850267
 1966,New Caledonia,Starchy Roots,0.0935,0.146288770053476
+1966,New Caledonia,Sugar,0.0935,0.0327379679144385
 1967,New Caledonia,Ruminants,0.0965,0.998919170984456
 1967,New Caledonia,Cereals,0.0965,0.126880829015544
 1967,New Caledonia,Monogastrics,0.0965,0.0810062176165803
-1967,New Caledonia,Oilcrops,0.0965,0.13160621761658
-1967,New Caledonia,Pulses,0.0965,0.002
+1967,New Caledonia,FruitVeg,0.0965,0.134290155440415
+1967,New Caledonia,OilcropsPulses,0.0965,0.13360621761658
 1967,New Caledonia,Starchy Roots,0.0965,0.109388601036269
+1967,New Caledonia,Sugar,0.0965,0.0360932642487047
 1968,New Caledonia,Ruminants,0.0995,1.04573869346734
 1968,New Caledonia,Cereals,0.0995,0.124914572864322
 1968,New Caledonia,Monogastrics,0.0995,0.0833748743718593
-1968,New Caledonia,Oilcrops,0.0995,0.101859296482412
-1968,New Caledonia,Pulses,0.0995,0.00165829145728643
+1968,New Caledonia,FruitVeg,0.0995,0.131065326633166
+1968,New Caledonia,OilcropsPulses,0.0995,0.103517587939698
 1968,New Caledonia,Starchy Roots,0.0995,0.125035175879397
+1968,New Caledonia,Sugar,0.0995,0.0345025125628141
 1969,New Caledonia,Ruminants,0.104,1.08030480769231
 1969,New Caledonia,Cereals,0.104,0.135423076923077
 1969,New Caledonia,Monogastrics,0.104,0.0822682692307692
-1969,New Caledonia,Oilcrops,0.104,0.0993173076923077
-1969,New Caledonia,Pulses,0.104,0.00167307692307692
+1969,New Caledonia,FruitVeg,0.104,0.132153846153846
+1969,New Caledonia,OilcropsPulses,0.104,0.100990384615385
 1969,New Caledonia,Starchy Roots,0.104,0.108836538461538
+1969,New Caledonia,Sugar,0.104,0.0388269230769231
 1970,New Caledonia,Ruminants,0.112,1.06195714285714
 1970,New Caledonia,Cereals,0.112,0.129401785714286
 1970,New Caledonia,Monogastrics,0.112,0.0950080357142857
-1970,New Caledonia,Oilcrops,0.112,0.0846785714285714
-1970,New Caledonia,Pulses,0.112,0.0016875
+1970,New Caledonia,FruitVeg,0.112,0.147767857142857
+1970,New Caledonia,OilcropsPulses,0.112,0.0863660714285714
 1970,New Caledonia,Starchy Roots,0.112,0.113035714285714
+1970,New Caledonia,Sugar,0.112,0.0368125
 1971,New Caledonia,Ruminants,0.12,1.1202475
 1971,New Caledonia,Cereals,0.12,0.118858333333333
 1971,New Caledonia,Monogastrics,0.12,0.0841141666666667
-1971,New Caledonia,Oilcrops,0.12,0.079525
-1971,New Caledonia,Pulses,0.12,0.00120833333333333
+1971,New Caledonia,FruitVeg,0.12,0.145275
+1971,New Caledonia,OilcropsPulses,0.12,0.0807333333333333
 1971,New Caledonia,Starchy Roots,0.12,0.1024
+1971,New Caledonia,Sugar,0.12,0.0385833333333333
 1972,New Caledonia,Ruminants,0.1255,1.16786055776892
 1972,New Caledonia,Cereals,0.1255,0.126103585657371
 1972,New Caledonia,Monogastrics,0.1255,0.0891346613545817
-1972,New Caledonia,Oilcrops,0.1255,0.0766772908366534
-1972,New Caledonia,Pulses,0.1255,0.00137051792828685
+1972,New Caledonia,FruitVeg,0.1255,0.156709163346614
+1972,New Caledonia,OilcropsPulses,0.1255,0.0780478087649402
 1972,New Caledonia,Starchy Roots,0.1255,0.100501992031872
+1972,New Caledonia,Sugar,0.1255,0.0302788844621514
 1973,New Caledonia,Ruminants,0.1285,1.01375642023346
 1973,New Caledonia,Cereals,0.1285,0.132295719844358
 1973,New Caledonia,Monogastrics,0.1285,0.100392217898833
-1973,New Caledonia,Oilcrops,0.1285,0.0756653696498055
-1973,New Caledonia,Pulses,0.1285,0.00140077821011673
+1973,New Caledonia,FruitVeg,0.1285,0.153852140077821
+1973,New Caledonia,OilcropsPulses,0.1285,0.0770661478599222
 1973,New Caledonia,Starchy Roots,0.1285,0.0993774319066148
+1973,New Caledonia,Sugar,0.1285,0.0325836575875486
 1974,New Caledonia,Ruminants,0.131,0.942580152671756
 1974,New Caledonia,Cereals,0.131,0.134030534351145
 1974,New Caledonia,Monogastrics,0.131,0.103835877862595
-1974,New Caledonia,Oilcrops,0.131,0.0764732824427481
-1974,New Caledonia,Pulses,0.131,0.00142748091603053
+1974,New Caledonia,FruitVeg,0.131,0.144465648854962
+1974,New Caledonia,OilcropsPulses,0.131,0.0779007633587786
 1974,New Caledonia,Starchy Roots,0.131,0.100923664122137
+1974,New Caledonia,Sugar,0.131,0.0337251908396947
 1975,New Caledonia,Ruminants,0.1325,1.00402716981132
 1975,New Caledonia,Cereals,0.1325,0.139139622641509
 1975,New Caledonia,Monogastrics,0.1325,0.0993358490566038
-1975,New Caledonia,Oilcrops,0.1325,0.074377358490566
-1975,New Caledonia,Pulses,0.1325,0.000958490566037736
+1975,New Caledonia,FruitVeg,0.1325,0.131494339622642
+1975,New Caledonia,OilcropsPulses,0.1325,0.0753358490566038
 1975,New Caledonia,Starchy Roots,0.1325,0.0892528301886793
+1975,New Caledonia,Sugar,0.1325,0.0313358490566038
 1976,New Caledonia,Ruminants,0.134,0.929464179104477
 1976,New Caledonia,Cereals,0.134,0.142373134328358
 1976,New Caledonia,Monogastrics,0.134,0.0990179104477612
-1976,New Caledonia,Oilcrops,0.134,0.0738805970149254
-1976,New Caledonia,Pulses,0.134,0.00112686567164179
+1976,New Caledonia,FruitVeg,0.134,0.125626865671642
+1976,New Caledonia,OilcropsPulses,0.134,0.0750074626865671
 1976,New Caledonia,Starchy Roots,0.134,0.0837313432835821
+1976,New Caledonia,Sugar,0.134,0.0328805970149254
 1977,New Caledonia,Ruminants,0.136,0.914985294117647
 1977,New Caledonia,Cereals,0.136,0.135154411764706
 1977,New Caledonia,Monogastrics,0.136,0.103445588235294
-1977,New Caledonia,Oilcrops,0.136,0.0737647058823529
-1977,New Caledonia,Pulses,0.136,0.000948529411764706
+1977,New Caledonia,FruitVeg,0.136,0.117036764705882
+1977,New Caledonia,OilcropsPulses,0.136,0.0747132352941176
 1977,New Caledonia,Starchy Roots,0.136,0.0904632352941176
+1977,New Caledonia,Sugar,0.136,0.0333970588235294
 1978,New Caledonia,Ruminants,0.1375,0.889170181818182
 1978,New Caledonia,Cereals,0.1375,0.144647272727273
 1978,New Caledonia,Monogastrics,0.1375,0.0871738181818182
-1978,New Caledonia,Oilcrops,0.1375,0.0691490909090909
-1978,New Caledonia,Pulses,0.1375,0.00125090909090909
+1978,New Caledonia,FruitVeg,0.1375,0.113774545454545
+1978,New Caledonia,OilcropsPulses,0.1375,0.0704
 1978,New Caledonia,Starchy Roots,0.1375,0.0875781818181818
+1978,New Caledonia,Sugar,0.1375,0.0335781818181818
 1979,New Caledonia,Ruminants,0.1385,0.851370397111913
 1979,New Caledonia,Cereals,0.1385,0.139249097472924
 1979,New Caledonia,Monogastrics,0.1385,0.106708303249097
-1979,New Caledonia,Oilcrops,0.1385,0.067884476534296
-1979,New Caledonia,Pulses,0.1385,0.00109025270758123
+1979,New Caledonia,FruitVeg,0.1385,0.113458483754513
+1979,New Caledonia,OilcropsPulses,0.1385,0.0689747292418773
 1979,New Caledonia,Starchy Roots,0.1385,0.0883032490974729
+1979,New Caledonia,Sugar,0.1385,0.0374657039711191
 1980,New Caledonia,Ruminants,0.14005,0.816488397001071
 1980,New Caledonia,Cereals,0.14005,0.142320599785791
 1980,New Caledonia,Monogastrics,0.14005,0.121598000714031
-1980,New Caledonia,Oilcrops,0.14005,0.0565583720099964
-1980,New Caledonia,Pulses,0.14005,0.00112102820421278
+1980,New Caledonia,FruitVeg,0.14005,0.146611924312745
+1980,New Caledonia,OilcropsPulses,0.14005,0.0576794002142092
 1980,New Caledonia,Starchy Roots,0.14005,0.0991003213138165
+1980,New Caledonia,Sugar,0.14005,0.0367011781506605
 1981,New Caledonia,Ruminants,0.14265,0.782170347003155
 1981,New Caledonia,Cereals,0.14265,0.14571328426218
 1981,New Caledonia,Monogastrics,0.14265,0.113265334735366
-1981,New Caledonia,Oilcrops,0.14265,0.0646407290571328
-1981,New Caledonia,Pulses,0.14265,0.00106554504030845
+1981,New Caledonia,FruitVeg,0.14265,0.12204696810375
+1981,New Caledonia,OilcropsPulses,0.14265,0.0657062740974413
 1981,New Caledonia,Starchy Roots,0.14265,0.0879635471433579
+1981,New Caledonia,Sugar,0.14265,0.033894146512443
 1982,New Caledonia,Ruminants,0.1457,0.793857927247769
 1982,New Caledonia,Cereals,0.1457,0.14168840082361
 1982,New Caledonia,Monogastrics,0.1457,0.114956074124914
-1982,New Caledonia,Oilcrops,0.1457,0.0497940974605353
-1982,New Caledonia,Pulses,0.1457,0.00164722031571723
+1982,New Caledonia,FruitVeg,0.1457,0.12264241592313
+1982,New Caledonia,OilcropsPulses,0.1457,0.0514413177762526
 1982,New Caledonia,Starchy Roots,0.1457,0.0988126286890872
+1982,New Caledonia,Sugar,0.1457,0.0365751544269046
 1983,New Caledonia,Ruminants,0.1487,0.713230665770007
 1983,New Caledonia,Cereals,0.1487,0.14217215870881
 1983,New Caledonia,Monogastrics,0.1487,0.122978480161399
-1983,New Caledonia,Oilcrops,0.1487,0.0570208473436449
-1983,New Caledonia,Pulses,0.1487,0.000995292535305985
+1983,New Caledonia,FruitVeg,0.1487,0.141412239408204
+1983,New Caledonia,OilcropsPulses,0.1487,0.0580161398789509
 1983,New Caledonia,Starchy Roots,0.1487,0.0847747141896436
+1983,New Caledonia,Sugar,0.1487,0.0345460659045057
 1984,New Caledonia,Ruminants,0.15165,0.682324431256182
 1984,New Caledonia,Cereals,0.15165,0.144675239037257
 1984,New Caledonia,Monogastrics,0.15165,0.122436531486977
-1984,New Caledonia,Oilcrops,0.15165,0.0586877678865809
-1984,New Caledonia,Pulses,0.15165,0.000771513353115727
+1984,New Caledonia,FruitVeg,0.15165,0.126350148367953
+1984,New Caledonia,OilcropsPulses,0.15165,0.0594592812396967
 1984,New Caledonia,Starchy Roots,0.15165,0.0854467523903726
+1984,New Caledonia,Sugar,0.15165,0.0271282558522915
 1985,New Caledonia,Ruminants,0.15445,0.662473939786339
 1985,New Caledonia,Cereals,0.15445,0.14356749757203
 1985,New Caledonia,Monogastrics,0.15445,0.129733247005503
-1985,New Caledonia,Oilcrops,0.15445,0.0564778245386857
-1985,New Caledonia,Pulses,0.15445,0.00386532858530269
+1985,New Caledonia,FruitVeg,0.15445,0.125581094205244
+1985,New Caledonia,OilcropsPulses,0.15445,0.0603431531239883
 1985,New Caledonia,Starchy Roots,0.15445,0.0846228552929751
+1985,New Caledonia,Sugar,0.15445,0.0329038523794108
 1986,New Caledonia,Ruminants,0.15735,0.691698125198602
 1986,New Caledonia,Cereals,0.15735,0.139389895138227
 1986,New Caledonia,Monogastrics,0.15735,0.130865586272641
-1986,New Caledonia,Oilcrops,0.15735,0.0541340959644106
-1986,New Caledonia,Pulses,0.15735,0.00187480139815698
+1986,New Caledonia,FruitVeg,0.15735,0.117578646329838
+1986,New Caledonia,OilcropsPulses,0.15735,0.0560088973625675
 1986,New Caledonia,Starchy Roots,0.15735,0.0789259612329202
+1986,New Caledonia,Sugar,0.15735,0.0329202414998411
 1987,New Caledonia,Ruminants,0.1605,0.67950031152648
 1987,New Caledonia,Cereals,0.1605,0.146249221183801
 1987,New Caledonia,Monogastrics,0.1605,0.150390031152648
-1987,New Caledonia,Oilcrops,0.1605,0.0528971962616822
-1987,New Caledonia,Pulses,0.1605,0.000990654205607476
+1987,New Caledonia,FruitVeg,0.1605,0.112548286604361
+1987,New Caledonia,OilcropsPulses,0.1605,0.0538878504672897
 1987,New Caledonia,Starchy Roots,0.1605,0.0843676012461059
+1987,New Caledonia,Sugar,0.1605,0.0339501557632399
 1988,New Caledonia,Ruminants,0.16365,0.636034830430797
 1988,New Caledonia,Cereals,0.16365,0.146306141154904
 1988,New Caledonia,Monogastrics,0.16365,0.121081576535289
-1988,New Caledonia,Oilcrops,0.16365,0.0544943476932478
-1988,New Caledonia,Pulses,0.16365,0.00155820348304308
+1988,New Caledonia,FruitVeg,0.16365,0.119663916895814
+1988,New Caledonia,OilcropsPulses,0.16365,0.0560525511762909
 1988,New Caledonia,Starchy Roots,0.16365,0.0768897036358081
+1988,New Caledonia,Sugar,0.16365,0.0333761075465933
 1989,New Caledonia,Ruminants,0.166898,0.613841388153243
 1989,New Caledonia,Cereals,0.166898,0.145226425721099
 1989,New Caledonia,Monogastrics,0.166898,0.131473714484296
-1989,New Caledonia,Oilcrops,0.166898,0.0523733058514782
-1989,New Caledonia,Pulses,0.166898,0.00152188761998346
+1989,New Caledonia,FruitVeg,0.166898,0.134459370393893
+1989,New Caledonia,OilcropsPulses,0.166898,0.0538951934714616
 1989,New Caledonia,Starchy Roots,0.166898,0.0749080276576112
+1989,New Caledonia,Sugar,0.166898,0.0293951994631452
 1990,New Caledonia,Ruminants,0.170899,0.673925534965096
 1990,New Caledonia,Cereals,0.170899,0.133763216870783
 1990,New Caledonia,Monogastrics,0.170899,0.159291160275952
-1990,New Caledonia,Oilcrops,0.170899,0.0505327708178515
-1990,New Caledonia,Pulses,0.170899,0.00152136642110252
+1990,New Caledonia,FruitVeg,0.170899,0.100263898559968
+1990,New Caledonia,OilcropsPulses,0.170899,0.052054137238954
 1990,New Caledonia,Starchy Roots,0.170899,0.0713520851497083
+1990,New Caledonia,Sugar,0.170899,0.0373202885915073
 1991,New Caledonia,Ruminants,0.175362,0.663540561809286
 1991,New Caledonia,Cereals,0.175362,0.139716700311356
 1991,New Caledonia,Monogastrics,0.175362,0.155629497838756
-1991,New Caledonia,Oilcrops,0.175362,0.051556209441042
-1991,New Caledonia,Pulses,0.175362,0.00165372201503176
+1991,New Caledonia,FruitVeg,0.175362,0.0951004208437404
+1991,New Caledonia,OilcropsPulses,0.175362,0.0532099314560737
 1991,New Caledonia,Starchy Roots,0.175362,0.0649399527833852
+1991,New Caledonia,Sugar,0.175362,0.0361765947012466
 1992,New Caledonia,Ruminants,0.179799,0.651166024282671
 1992,New Caledonia,Cereals,0.179799,0.134616988971018
 1992,New Caledonia,Monogastrics,0.179799,0.181276314106308
-1992,New Caledonia,Oilcrops,0.179799,0.0418133582500459
-1992,New Caledonia,Pulses,0.179799,0.00154060923586894
+1992,New Caledonia,FruitVeg,0.179799,0.0938826133626995
+1992,New Caledonia,OilcropsPulses,0.179799,0.0433539674859148
 1992,New Caledonia,Starchy Roots,0.179799,0.0735599196880962
+1992,New Caledonia,Sugar,0.179799,0.0283650075918109
 1993,New Caledonia,Ruminants,0.184496,0.661418133726477
 1993,New Caledonia,Cereals,0.184496,0.138756395802619
 1993,New Caledonia,Monogastrics,0.184496,0.159797502384876
-1993,New Caledonia,Oilcrops,0.184496,0.0429114994363021
-1993,New Caledonia,Pulses,0.184496,0.00138756395802619
+1993,New Caledonia,FruitVeg,0.184496,0.098853091665944
+1993,New Caledonia,OilcropsPulses,0.184496,0.0442990633943283
 1993,New Caledonia,Starchy Roots,0.184496,0.0653455901482959
+1993,New Caledonia,Sugar,0.184496,0.02246661174226
 1994,New Caledonia,Ruminants,0.189482,0.692180787620988
 1994,New Caledonia,Cereals,0.189482,0.133606358387604
 1994,New Caledonia,Monogastrics,0.189482,0.167114554416778
-1994,New Caledonia,Oilcrops,0.189482,0.0403890607023358
-1994,New Caledonia,Pulses,0.189482,0.00204768790703075
+1994,New Caledonia,FruitVeg,0.189482,0.0939508766004159
+1994,New Caledonia,OilcropsPulses,0.189482,0.0424367486093666
 1994,New Caledonia,Starchy Roots,0.189482,0.070428853400323
+1994,New Caledonia,Sugar,0.189482,0.0255749886532758
 1995,New Caledonia,Ruminants,0.193816,0.620754220497792
 1995,New Caledonia,Cereals,0.193816,0.127651999834895
 1995,New Caledonia,Monogastrics,0.193816,0.167924732736203
-1995,New Caledonia,Oilcrops,0.193816,0.0391556940603459
-1995,New Caledonia,Pulses,0.193816,0.0018161555289553
+1995,New Caledonia,FruitVeg,0.193816,0.0997028109134437
+1995,New Caledonia,OilcropsPulses,0.193816,0.0409718495893012
 1995,New Caledonia,Starchy Roots,0.193816,0.0609082841457878
+1995,New Caledonia,Sugar,0.193816,0.0276344574235357
 1996,New Caledonia,Ruminants,0.197564,0.71600696483165
 1996,New Caledonia,Cereals,0.197564,0.1281711242939
 1996,New Caledonia,Monogastrics,0.197564,0.165653155433176
-1996,New Caledonia,Oilcrops,0.197564,0.0458383106233929
-1996,New Caledonia,Pulses,0.197564,0.0016905914032921
+1996,New Caledonia,FruitVeg,0.197564,0.0950173108461056
+1996,New Caledonia,OilcropsPulses,0.197564,0.047528902026685
 1996,New Caledonia,Starchy Roots,0.197564,0.0535573282581847
+1996,New Caledonia,Sugar,0.197564,0.0239517320969407
 1997,New Caledonia,Ruminants,0.201418,0.702032092464427
 1997,New Caledonia,Cereals,0.201418,0.122446851820592
 1997,New Caledonia,Monogastrics,0.201418,0.207582241904894
-1997,New Caledonia,Oilcrops,0.201418,0.0498912708893942
-1997,New Caledonia,Pulses,0.201418,0.00200577902670069
+1997,New Caledonia,FruitVeg,0.201418,0.096853310031874
+1997,New Caledonia,OilcropsPulses,0.201418,0.0518970499160949
 1997,New Caledonia,Starchy Roots,0.201418,0.0598705180271872
+1997,New Caledonia,Sugar,0.201418,0.0220188860975682
 1998,New Caledonia,Ruminants,0.205279,0.685306826319302
 1998,New Caledonia,Cereals,0.205279,0.119262077465303
 1998,New Caledonia,Monogastrics,0.205279,0.205877854042547
-1998,New Caledonia,Oilcrops,0.205279,0.0433848567072131
-1998,New Caledonia,Pulses,0.205279,0.00191933904588389
+1998,New Caledonia,FruitVeg,0.205279,0.11725992429815
+1998,New Caledonia,OilcropsPulses,0.205279,0.045304195753097
 1998,New Caledonia,Starchy Roots,0.205279,0.0618572771691211
+1998,New Caledonia,Sugar,0.205279,0.0228177261190867
 1999,New Caledonia,Ruminants,0.209214,0.651519496783198
 1999,New Caledonia,Cereals,0.209214,0.13542114772434
 1999,New Caledonia,Monogastrics,0.209214,0.201835441222863
-1999,New Caledonia,Oilcrops,0.209214,0.0402124140831875
-1999,New Caledonia,Pulses,0.209214,0.00240901660500731
+1999,New Caledonia,FruitVeg,0.209214,0.0875419426998193
+1999,New Caledonia,OilcropsPulses,0.209214,0.0426214306881949
 1999,New Caledonia,Starchy Roots,0.209214,0.0571328878564532
+1999,New Caledonia,Sugar,0.209214,0.0213991415488447
 2000,New Caledonia,Ruminants,0.21323,0.581387703418844
 2000,New Caledonia,Cereals,0.21323,0.141391924213291
 2000,New Caledonia,Monogastrics,0.21323,0.187038409229471
-2000,New Caledonia,Oilcrops,0.21323,0.0431599681095531
-2000,New Caledonia,Pulses,0.21323,0.00176335412465413
+2000,New Caledonia,FruitVeg,0.21323,0.0882568118932608
+2000,New Caledonia,OilcropsPulses,0.21323,0.0449233222342072
 2000,New Caledonia,Starchy Roots,0.21323,0.0551376447966984
+2000,New Caledonia,Sugar,0.21323,0.0231956103737748
 2001,New Caledonia,Ruminants,0.217324,0.624726675378697
 2001,New Caledonia,Cereals,0.217324,0.1280484437982
 2001,New Caledonia,Monogastrics,0.217324,0.205112642874234
-2001,New Caledonia,Oilcrops,0.217324,0.0435478824243986
-2001,New Caledonia,Pulses,0.217324,0.00209824961808176
+2001,New Caledonia,FruitVeg,0.217324,0.0992849386169958
+2001,New Caledonia,OilcropsPulses,0.217324,0.0456461320424804
 2001,New Caledonia,Starchy Roots,0.217324,0.06223886915389
+2001,New Caledonia,Sugar,0.217324,0.0238537851318768
 2002,New Caledonia,Ruminants,0.22149,0.619250530497991
 2002,New Caledonia,Cereals,0.22149,0.121675922163529
 2002,New Caledonia,Monogastrics,0.22149,0.207504176260779
-2002,New Caledonia,Oilcrops,0.22149,0.0413698135355998
-2002,New Caledonia,Pulses,0.22149,0.00182852498984153
+2002,New Caledonia,FruitVeg,0.22149,0.0924330669556188
+2002,New Caledonia,OilcropsPulses,0.22149,0.0431983385254413
 2002,New Caledonia,Starchy Roots,0.22149,0.0609463181181995
+2002,New Caledonia,Sugar,0.22149,0.0232109801796921
 2003,New Caledonia,Ruminants,0.225,0.617839111111111
 2003,New Caledonia,Cereals,0.225,0.119475555555556
 2003,New Caledonia,Monogastrics,0.225,0.214042666666667
-2003,New Caledonia,Oilcrops,0.225,0.0420622222222222
-2003,New Caledonia,Pulses,0.225,0.0026
+2003,New Caledonia,FruitVeg,0.225,0.120742222222222
+2003,New Caledonia,OilcropsPulses,0.225,0.0446622222222222
 2003,New Caledonia,Starchy Roots,0.225,0.0587955555555556
+2003,New Caledonia,Sugar,0.225,0.02392
 2004,New Caledonia,Ruminants,0.228,0.614550438596491
 2004,New Caledonia,Cereals,0.228,0.1115
 2004,New Caledonia,Monogastrics,0.228,0.235080701754386
-2004,New Caledonia,Oilcrops,0.228,0.0428859649122807
-2004,New Caledonia,Pulses,0.228,0.00178508771929825
+2004,New Caledonia,FruitVeg,0.228,0.121539473684211
+2004,New Caledonia,OilcropsPulses,0.228,0.0446710526315789
 2004,New Caledonia,Starchy Roots,0.228,0.0627149122807018
+2004,New Caledonia,Sugar,0.228,0.0244166666666667
 2005,New Caledonia,Ruminants,0.231,0.613941558441558
 2005,New Caledonia,Cereals,0.231,0.118164502164502
 2005,New Caledonia,Monogastrics,0.231,0.224491774891775
-2005,New Caledonia,Oilcrops,0.231,0.0426103896103896
-2005,New Caledonia,Pulses,0.231,0.00181385281385281
+2005,New Caledonia,FruitVeg,0.231,0.118666666666667
+2005,New Caledonia,OilcropsPulses,0.231,0.0444242424242424
 2005,New Caledonia,Starchy Roots,0.231,0.0620909090909091
+2005,New Caledonia,Sugar,0.231,0.0251082251082251
 2006,New Caledonia,Ruminants,0.235,0.556354468085106
 2006,New Caledonia,Cereals,0.235,0.114170212765957
 2006,New Caledonia,Monogastrics,0.235,0.224324680851064
-2006,New Caledonia,Oilcrops,0.235,0.040936170212766
-2006,New Caledonia,Pulses,0.235,0.00182127659574468
+2006,New Caledonia,FruitVeg,0.235,0.124451063829787
+2006,New Caledonia,OilcropsPulses,0.235,0.0427574468085106
 2006,New Caledonia,Starchy Roots,0.235,0.0614510638297872
+2006,New Caledonia,Sugar,0.235,0.0256212765957447
 2007,New Caledonia,Ruminants,0.238,0.587678151260504
 2007,New Caledonia,Cereals,0.238,0.114411764705882
 2007,New Caledonia,Monogastrics,0.238,0.250193277310924
-2007,New Caledonia,Oilcrops,0.238,0.0398403361344538
-2007,New Caledonia,Pulses,0.238,0.00173529411764706
+2007,New Caledonia,FruitVeg,0.238,0.12990756302521
+2007,New Caledonia,OilcropsPulses,0.238,0.0415756302521008
 2007,New Caledonia,Starchy Roots,0.238,0.059718487394958
+2007,New Caledonia,Sugar,0.238,0.0255378151260504
 2008,New Caledonia,Ruminants,0.242,0.550936776859504
 2008,New Caledonia,Cereals,0.242,0.124900826446281
 2008,New Caledonia,Monogastrics,0.242,0.255198760330578
-2008,New Caledonia,Oilcrops,0.242,0.0374710743801653
-2008,New Caledonia,Pulses,0.242,0.00171487603305785
+2008,New Caledonia,FruitVeg,0.242,0.127876033057851
+2008,New Caledonia,OilcropsPulses,0.242,0.0391859504132231
 2008,New Caledonia,Starchy Roots,0.242,0.0609876033057851
+2008,New Caledonia,Sugar,0.242,0.0244628099173554
 2009,New Caledonia,Ruminants,0.245,0.60952612244898
 2009,New Caledonia,Cereals,0.245,0.122024489795918
 2009,New Caledonia,Monogastrics,0.245,0.269726530612245
-2009,New Caledonia,Oilcrops,0.245,0.0402816326530612
-2009,New Caledonia,Pulses,0.245,0.00168571428571429
+2009,New Caledonia,FruitVeg,0.245,0.146840816326531
+2009,New Caledonia,OilcropsPulses,0.245,0.0419673469387755
 2009,New Caledonia,Starchy Roots,0.245,0.0614
+2009,New Caledonia,Sugar,0.245,0.0249428571428571
 2010,New Caledonia,Ruminants,0.25,0.6425376
 2010,New Caledonia,Cereals,0.25,0.115868
 2010,New Caledonia,Monogastrics,0.25,0.2547204
-2010,New Caledonia,Oilcrops,0.25,0.040876
-2010,New Caledonia,Pulses,0.25,0.001892
+2010,New Caledonia,FruitVeg,0.25,0.147396
+2010,New Caledonia,OilcropsPulses,0.25,0.042768
 2010,New Caledonia,Starchy Roots,0.25,0.05546
+2010,New Caledonia,Sugar,0.25,0.025204
 2011,New Caledonia,Ruminants,0.254,0.623049606299213
 2011,New Caledonia,Cereals,0.254,0.117196850393701
 2011,New Caledonia,Monogastrics,0.254,0.265815748031496
-2011,New Caledonia,Oilcrops,0.254,0.0398267716535433
-2011,New Caledonia,Pulses,0.254,0.00131102362204724
+2011,New Caledonia,FruitVeg,0.254,0.146562992125984
+2011,New Caledonia,OilcropsPulses,0.254,0.0411377952755905
 2011,New Caledonia,Starchy Roots,0.254,0.0611968503937008
+2011,New Caledonia,Sugar,0.254,0.0250511811023622
 1961,New Zealand,Ruminants,2.4197,2.15932433772782
 1961,New Zealand,Cereals,2.4197,0.129831384055875
 1961,New Zealand,Monogastrics,2.4197,0.147401124106294
-1961,New Zealand,Oilcrops,2.4197,0.0125647807579452
-1961,New Zealand,Pulses,2.4197,0.00361119147001694
+1961,New Zealand,FruitVeg,2.4197,0.151245195685416
+1961,New Zealand,OilcropsPulses,2.4197,0.0161759722279621
 1961,New Zealand,Starchy Roots,2.4197,0.0751031119560276
+1961,New Zealand,Sugar,2.4197,0.0480774476174732
 1962,New Zealand,Ruminants,2.482,2.42726373892023
 1962,New Zealand,Cereals,2.482,0.125175664786462
 1962,New Zealand,Monogastrics,2.482,0.146842868654311
-1962,New Zealand,Oilcrops,2.482,0.0135076551168413
-1962,New Zealand,Pulses,2.482,0.0025825946817083
+1962,New Zealand,FruitVeg,2.482,0.15574939564867
+1962,New Zealand,OilcropsPulses,2.482,0.0160902497985496
 1962,New Zealand,Starchy Roots,2.482,0.0759057211925866
+1962,New Zealand,Sugar,2.482,0.049307010475423
 1963,New Zealand,Ruminants,2.5318,2.27222320088475
 1963,New Zealand,Cereals,2.5318,0.127358796113437
 1963,New Zealand,Monogastrics,2.5318,0.144815072280591
-1963,New Zealand,Oilcrops,2.5318,0.0122995497274666
-1963,New Zealand,Pulses,2.5318,0.00344379492850936
+1963,New Zealand,FruitVeg,2.5318,0.16969231376886
+1963,New Zealand,OilcropsPulses,2.5318,0.015743344655976
 1963,New Zealand,Starchy Roots,2.5318,0.0728070937672802
+1963,New Zealand,Sugar,2.5318,0.0483407062169208
 1964,New Zealand,Ruminants,2.5854,2.24384578788582
 1964,New Zealand,Cereals,2.5854,0.130317552409685
 1964,New Zealand,Monogastrics,2.5854,0.151152626286068
-1964,New Zealand,Oilcrops,2.5854,0.0126730873365823
-1964,New Zealand,Pulses,2.5854,0.00402490910497409
+1964,New Zealand,FruitVeg,2.5854,0.180267656842268
+1964,New Zealand,OilcropsPulses,2.5854,0.0166979964415564
 1964,New Zealand,Starchy Roots,2.5854,0.0749106521234625
+1964,New Zealand,Sugar,2.5854,0.0425137309507233
 1965,New Zealand,Ruminants,2.6284,2.0553639096028
 1965,New Zealand,Cereals,2.6284,0.130695860599604
 1965,New Zealand,Monogastrics,2.6284,0.150343631106377
-1965,New Zealand,Oilcrops,2.6284,0.0114137878557297
-1965,New Zealand,Pulses,2.6284,0.00296187794856186
+1965,New Zealand,FruitVeg,2.6284,0.16777925734287
+1965,New Zealand,OilcropsPulses,2.6284,0.0143756658042916
 1965,New Zealand,Starchy Roots,2.6284,0.0822675391873383
+1965,New Zealand,Sugar,2.6284,0.0477998021610105
 1966,New Zealand,Ruminants,2.6759,2.3238525729661
 1966,New Zealand,Cereals,2.6759,0.129944691505662
 1966,New Zealand,Monogastrics,2.6759,0.136073395866811
-1966,New Zealand,Oilcrops,2.6759,0.0103621211554991
-1966,New Zealand,Pulses,2.6759,0.00183115960985089
+1966,New Zealand,FruitVeg,2.6759,0.152669008557868
+1966,New Zealand,OilcropsPulses,2.6759,0.01219328076535
 1966,New Zealand,Starchy Roots,2.6759,0.0780903621211555
+1966,New Zealand,Sugar,2.6759,0.0488134833140252
 1967,New Zealand,Ruminants,2.7241,2.29858338533828
 1967,New Zealand,Cereals,2.7241,0.120645717851768
 1967,New Zealand,Monogastrics,2.7241,0.136709518740134
-1967,New Zealand,Oilcrops,2.7241,0.0130354979626299
-1967,New Zealand,Pulses,2.7241,0.00256525090855695
+1967,New Zealand,FruitVeg,2.7241,0.150491905583495
+1967,New Zealand,OilcropsPulses,2.7241,0.0156007488711868
 1967,New Zealand,Starchy Roots,2.7241,0.0653206563635696
+1967,New Zealand,Sugar,2.7241,0.0479824529202305
 1968,New Zealand,Ruminants,2.7481,2.36017968778429
 1968,New Zealand,Cereals,2.7481,0.118826098031367
 1968,New Zealand,Monogastrics,2.7481,0.138357956406244
-1968,New Zealand,Oilcrops,2.7481,0.0137727884720352
-1968,New Zealand,Pulses,2.7481,0.00171063643972199
+1968,New Zealand,FruitVeg,2.7481,0.153662530475601
+1968,New Zealand,OilcropsPulses,2.7481,0.0154834249117572
 1968,New Zealand,Starchy Roots,2.7481,0.0831701903133074
+1968,New Zealand,Sugar,2.7481,0.0444954695971762
 1969,New Zealand,Ruminants,2.7728,2.52643760819388
 1969,New Zealand,Cereals,2.7728,0.117005914598961
 1969,New Zealand,Monogastrics,2.7728,0.137763884881708
-1969,New Zealand,Oilcrops,2.7728,0.0159470571263705
-1969,New Zealand,Pulses,2.7728,0.00235141373341027
+1969,New Zealand,FruitVeg,2.7728,0.165033179457588
+1969,New Zealand,OilcropsPulses,2.7728,0.0182984708597807
 1969,New Zealand,Starchy Roots,2.7728,0.0861335112521639
+1969,New Zealand,Sugar,2.7728,0.0476182919792268
 1970,New Zealand,Ruminants,2.8107,2.13523367844309
 1970,New Zealand,Cereals,2.8107,0.117887359020884
 1970,New Zealand,Monogastrics,2.8107,0.145096097057672
-1970,New Zealand,Oilcrops,2.8107,0.0151318176966592
-1970,New Zealand,Pulses,2.8107,0.00263848863272494
+1970,New Zealand,FruitVeg,2.8107,0.165924147009642
+1970,New Zealand,OilcropsPulses,2.8107,0.0177703063293841
 1970,New Zealand,Starchy Roots,2.8107,0.0827455793930337
+1970,New Zealand,Sugar,2.8107,0.0484153413740349
 1971,New Zealand,Ruminants,2.853,2.18325425867508
 1971,New Zealand,Cereals,2.853,0.116662110059586
 1971,New Zealand,Monogastrics,2.853,0.157484928145811
-1971,New Zealand,Oilcrops,2.853,0.0157104801962846
-1971,New Zealand,Pulses,2.853,0.00284192078513845
+1971,New Zealand,FruitVeg,2.853,0.155343498072205
+1971,New Zealand,OilcropsPulses,2.853,0.0185524009814231
 1971,New Zealand,Starchy Roots,2.853,0.0689964949176306
+1971,New Zealand,Sugar,2.853,0.0473456011216264
 1972,New Zealand,Ruminants,2.9039,2.29098185199215
 1972,New Zealand,Cereals,2.9039,0.117124556630738
 1972,New Zealand,Monogastrics,2.9039,0.147665863149558
-1972,New Zealand,Oilcrops,2.9039,0.0160188023003547
-1972,New Zealand,Pulses,2.9039,0.0024539412514205
+1972,New Zealand,FruitVeg,2.9039,0.171477323599297
+1972,New Zealand,OilcropsPulses,2.9039,0.0184727435517752
 1972,New Zealand,Starchy Roots,2.9039,0.0670047177933124
+1972,New Zealand,Sugar,2.9039,0.047434829023038
 1973,New Zealand,Ruminants,2.9613,2.30670192145342
 1973,New Zealand,Cereals,2.9613,0.117695944348766
 1973,New Zealand,Monogastrics,2.9613,0.141479113902678
-1973,New Zealand,Oilcrops,2.9613,0.0181700604464256
-1973,New Zealand,Pulses,2.9613,0.00321784351467261
+1973,New Zealand,FruitVeg,2.9613,0.175348326748388
+1973,New Zealand,OilcropsPulses,2.9613,0.0213879039610982
 1973,New Zealand,Starchy Roots,2.9613,0.0767233985074123
+1973,New Zealand,Sugar,2.9613,0.0477097896194239
 1974,New Zealand,Ruminants,3.0237,2.10182379204286
 1974,New Zealand,Cereals,3.0237,0.117306611105599
 1974,New Zealand,Monogastrics,3.0237,0.15001395641102
-1974,New Zealand,Oilcrops,3.0237,0.0172083870754374
-1974,New Zealand,Pulses,3.0237,0.00247412110989847
+1974,New Zealand,FruitVeg,3.0237,0.175359327975659
+1974,New Zealand,OilcropsPulses,3.0237,0.0196825081853358
 1974,New Zealand,Starchy Roots,3.0237,0.0582336210602904
+1974,New Zealand,Sugar,3.0237,0.0506488738962199
 1975,New Zealand,Ruminants,3.0831,2.79949599429146
 1975,New Zealand,Cereals,3.0831,0.120386623852616
 1975,New Zealand,Monogastrics,3.0831,0.140670493983328
-1975,New Zealand,Oilcrops,3.0831,0.0166861275988453
-1975,New Zealand,Pulses,3.0831,0.00230514741656125
+1975,New Zealand,FruitVeg,3.0831,0.169056144789335
+1975,New Zealand,OilcropsPulses,3.0831,0.0189912750154066
 1975,New Zealand,Starchy Roots,3.0831,0.0625993318413285
+1975,New Zealand,Sugar,3.0831,0.0433404690084655
 1976,New Zealand,Ruminants,3.1105,3.27345008841022
 1976,New Zealand,Cereals,3.1105,0.119038096769008
 1976,New Zealand,Monogastrics,3.1105,0.135602507635428
-1976,New Zealand,Oilcrops,3.1105,0.0157778492203826
-1976,New Zealand,Pulses,3.1105,0.00184729143224562
+1976,New Zealand,FruitVeg,3.1105,0.164562610512779
+1976,New Zealand,OilcropsPulses,3.1105,0.0176251406526282
 1976,New Zealand,Starchy Roots,3.1105,0.0658636875100466
+1976,New Zealand,Sugar,3.1105,0.0485860794084552
 1977,New Zealand,Ruminants,3.1202,2.24997266200885
 1977,New Zealand,Cereals,3.1202,0.128226395743863
 1977,New Zealand,Monogastrics,3.1202,0.146994134991347
-1977,New Zealand,Oilcrops,3.1202,0.016993782449843
-1977,New Zealand,Pulses,3.1202,0.00245593231203128
+1977,New Zealand,FruitVeg,3.1202,0.170053522210115
+1977,New Zealand,OilcropsPulses,3.1202,0.0194497147618742
 1977,New Zealand,Starchy Roots,3.1202,0.0677373245304788
+1977,New Zealand,Sugar,3.1202,0.0449583360041023
 1978,New Zealand,Ruminants,3.1212,2.68121459694989
 1978,New Zealand,Cereals,3.1212,0.122805972062027
 1978,New Zealand,Monogastrics,3.1212,0.154188164808407
-1978,New Zealand,Oilcrops,3.1212,0.0146507753428169
-1978,New Zealand,Pulses,3.1212,0.0024519415609381
+1978,New Zealand,FruitVeg,3.1212,0.192352300397283
+1978,New Zealand,OilcropsPulses,3.1212,0.017102716903755
 1978,New Zealand,Starchy Roots,3.1212,0.0662418300653595
+1978,New Zealand,Sugar,3.1212,0.0487838011021402
 1979,New Zealand,Ruminants,3.109,2.07947819234481
 1979,New Zealand,Cereals,3.109,0.12517175940817
 1979,New Zealand,Monogastrics,3.109,0.149131875201029
-1979,New Zealand,Oilcrops,3.109,0.0160128658732711
-1979,New Zealand,Pulses,3.109,0.00253682856223866
+1979,New Zealand,FruitVeg,3.109,0.18523319395304
+1979,New Zealand,OilcropsPulses,3.109,0.0185496944355098
 1979,New Zealand,Starchy Roots,3.109,0.0547333547764554
+1979,New Zealand,Sugar,3.109,0.0485258925699582
 1980,New Zealand,Ruminants,3.1129,2.31635776928266
 1980,New Zealand,Cereals,3.1129,0.126285778534486
 1980,New Zealand,Monogastrics,3.1129,0.144786854701404
-1980,New Zealand,Oilcrops,3.1129,0.013140158694465
-1980,New Zealand,Pulses,3.1129,0.00338430402518552
+1980,New Zealand,FruitVeg,3.1129,0.19985158533843
+1980,New Zealand,OilcropsPulses,3.1129,0.0165244627196505
 1980,New Zealand,Starchy Roots,3.1129,0.0599158341096727
+1980,New Zealand,Sugar,3.1129,0.0448697356163063
 1981,New Zealand,Ruminants,3.1249,2.10773090338891
 1981,New Zealand,Cereals,3.1249,0.125220007040225
 1981,New Zealand,Monogastrics,3.1249,0.148927837690806
-1981,New Zealand,Oilcrops,3.1249,0.0171672693526193
-1981,New Zealand,Pulses,3.1249,0.00195110243527793
+1981,New Zealand,FruitVeg,3.1249,0.196771096675094
+1981,New Zealand,OilcropsPulses,3.1249,0.0191183717878972
 1981,New Zealand,Starchy Roots,3.1249,0.0558907485039521
+1981,New Zealand,Sugar,3.1249,0.0444417421357483
 1982,New Zealand,Ruminants,3.1561,2.12996232692247
 1982,New Zealand,Cereals,3.1561,0.126638889769019
 1982,New Zealand,Monogastrics,3.1561,0.161571401413136
-1982,New Zealand,Oilcrops,3.1561,0.0180184404803397
-1982,New Zealand,Pulses,3.1561,0.00275118025411109
+1982,New Zealand,FruitVeg,3.1561,0.206058743385824
+1982,New Zealand,OilcropsPulses,3.1561,0.0207696207344507
 1982,New Zealand,Starchy Roots,3.1561,0.0629232280345997
+1982,New Zealand,Sugar,3.1561,0.0481426444029023
 1983,New Zealand,Ruminants,3.1993,1.77915193948676
 1983,New Zealand,Cereals,3.1993,0.118321820398212
 1983,New Zealand,Monogastrics,3.1993,0.149929515831588
-1983,New Zealand,Oilcrops,3.1993,0.0147397868283687
-1983,New Zealand,Pulses,3.1993,0.00304785421811021
+1983,New Zealand,FruitVeg,3.1993,0.203510767980496
+1983,New Zealand,OilcropsPulses,3.1993,0.0177876410464789
 1983,New Zealand,Starchy Roots,3.1993,0.0675119557403182
+1983,New Zealand,Sugar,3.1993,0.0430991154315006
 1984,New Zealand,Ruminants,3.2271,2.06771934554244
 1984,New Zealand,Cereals,3.2271,0.114766508630039
 1984,New Zealand,Monogastrics,3.2271,0.163457810418022
-1984,New Zealand,Oilcrops,3.2271,0.00880976728331939
-1984,New Zealand,Pulses,3.2271,0.00190542592420439
+1984,New Zealand,FruitVeg,3.2271,0.204768058008738
+1984,New Zealand,OilcropsPulses,3.2271,0.0107151932075238
 1984,New Zealand,Starchy Roots,3.2271,0.0749428279260017
+1984,New Zealand,Sugar,3.2271,0.0455411979796102
 1985,New Zealand,Ruminants,3.2471,2.01564820917126
 1985,New Zealand,Cereals,3.2471,0.114199131532752
 1985,New Zealand,Monogastrics,3.2471,0.175035570201103
-1985,New Zealand,Oilcrops,3.2471,0.0093258599981522
-1985,New Zealand,Pulses,3.2471,0.00265837208586123
+1985,New Zealand,FruitVeg,3.2471,0.231504727295125
+1985,New Zealand,OilcropsPulses,3.2471,0.0119842320840134
 1985,New Zealand,Starchy Roots,3.2471,0.0685229897446953
+1985,New Zealand,Sugar,3.2471,0.0453293708231961
 1986,New Zealand,Ruminants,3.2463,2.33731232480054
 1986,New Zealand,Cereals,3.2463,0.121405292178788
 1986,New Zealand,Monogastrics,3.2463,0.170893940794135
-1986,New Zealand,Oilcrops,3.2463,0.00917506083849305
-1986,New Zealand,Pulses,3.2463,0.00343159905122755
+1986,New Zealand,FruitVeg,3.2463,0.235061454579059
+1986,New Zealand,OilcropsPulses,3.2463,0.0126066598897206
 1986,New Zealand,Starchy Roots,3.2463,0.0694572282290608
+1986,New Zealand,Sugar,3.2463,0.0518879955641808
 1987,New Zealand,Ruminants,3.2744,2.01960401905693
 1987,New Zealand,Cereals,3.2744,0.120901539213291
 1987,New Zealand,Monogastrics,3.2744,0.163825219887613
-1987,New Zealand,Oilcrops,3.2744,0.00952052284387979
-1987,New Zealand,Pulses,3.2744,0.00296054238944539
+1987,New Zealand,FruitVeg,3.2744,0.266087527485952
+1987,New Zealand,OilcropsPulses,3.2744,0.0124810652333252
 1987,New Zealand,Starchy Roots,3.2744,0.0716909968238456
+1987,New Zealand,Sugar,3.2744,0.0538242120693868
 1988,New Zealand,Ruminants,3.2834,2.0436141499665
 1988,New Zealand,Cereals,3.2834,0.120592678321252
 1988,New Zealand,Monogastrics,3.2834,0.171218188463178
-1988,New Zealand,Oilcrops,3.2834,0.0104001949199001
-1988,New Zealand,Pulses,3.2834,0.00223640129134434
+1988,New Zealand,FruitVeg,3.2834,0.253294450874094
+1988,New Zealand,OilcropsPulses,3.2834,0.0126365962112444
 1988,New Zealand,Starchy Roots,3.2834,0.0700003045623439
+1988,New Zealand,Sugar,3.2834,0.0520920387403301
 1989,New Zealand,Ruminants,3.2992,1.49441564621726
 1989,New Zealand,Cereals,3.2992,0.116277885548012
 1989,New Zealand,Monogastrics,3.2992,0.176696532492726
-1989,New Zealand,Oilcrops,3.2992,0.0111196653734239
-1989,New Zealand,Pulses,3.2992,0.00233965809893307
+1989,New Zealand,FruitVeg,3.2992,0.259230116391853
+1989,New Zealand,OilcropsPulses,3.2992,0.0134593234723569
 1989,New Zealand,Starchy Roots,3.2992,0.0703346265761397
+1989,New Zealand,Sugar,3.2992,0.051450351600388
 1990,New Zealand,Ruminants,3.3298,1.82585764910805
 1990,New Zealand,Cereals,3.3298,0.124932728692414
 1990,New Zealand,Monogastrics,3.3298,0.187579314072917
-1990,New Zealand,Oilcrops,3.3298,0.0123526938554868
-1990,New Zealand,Pulses,3.3298,0.00332061985704847
+1990,New Zealand,FruitVeg,3.3298,0.247620878130819
+1990,New Zealand,OilcropsPulses,3.3298,0.0156733137125353
 1990,New Zealand,Starchy Roots,3.3298,0.0663280076881494
+1990,New Zealand,Sugar,3.3298,0.0506748153042225
 1991,New Zealand,Ruminants,3.4951,1.65456187233556
 1991,New Zealand,Cereals,3.4951,0.124421618837801
 1991,New Zealand,Monogastrics,3.4951,0.182883322365598
-1991,New Zealand,Oilcrops,3.4951,0.0116528854682269
-1991,New Zealand,Pulses,3.4951,0.00311292952991331
+1991,New Zealand,FruitVeg,3.4951,0.249333352407656
+1991,New Zealand,OilcropsPulses,3.4951,0.0147658149981403
 1991,New Zealand,Starchy Roots,3.4951,0.0639137649852651
+1991,New Zealand,Sugar,3.4951,0.0494057394638208
 1992,New Zealand,Ruminants,3.5317,1.42650828213042
 1992,New Zealand,Cereals,3.5317,0.132218761502959
 1992,New Zealand,Monogastrics,3.5317,0.191805617691197
-1992,New Zealand,Oilcrops,3.5317,0.0146326131891157
-1992,New Zealand,Pulses,3.5317,0.00293286519240026
+1992,New Zealand,FruitVeg,3.5317,0.241690687204462
+1992,New Zealand,OilcropsPulses,3.5317,0.017565478381516
 1992,New Zealand,Starchy Roots,3.5317,0.0781790639069004
+1992,New Zealand,Sugar,3.5317,0.0488124699153382
 1993,New Zealand,Ruminants,3.5722,1.70512101786014
 1993,New Zealand,Cereals,3.5722,0.136743743351436
 1993,New Zealand,Monogastrics,3.5722,0.198461340350484
-1993,New Zealand,Oilcrops,3.5722,0.0130048709478753
-1993,New Zealand,Pulses,3.5722,0.00348188791221096
+1993,New Zealand,FruitVeg,3.5722,0.267569564973966
+1993,New Zealand,OilcropsPulses,3.5722,0.0164867588600862
 1993,New Zealand,Starchy Roots,3.5722,0.0982881697553328
+1993,New Zealand,Sugar,3.5722,0.0478234701304518
 1994,New Zealand,Ruminants,3.62,1.28316886740331
 1994,New Zealand,Cereals,3.62,0.134416574585635
 1994,New Zealand,Monogastrics,3.62,0.182657403314917
-1994,New Zealand,Oilcrops,3.62,0.0122132596685083
-1994,New Zealand,Pulses,3.62,0.00292569060773481
+1994,New Zealand,FruitVeg,3.62,0.355370718232044
+1994,New Zealand,OilcropsPulses,3.62,0.0151389502762431
 1994,New Zealand,Starchy Roots,3.62,0.104124309392265
+1994,New Zealand,Sugar,3.62,0.0497096685082873
 1995,New Zealand,Ruminants,3.6734,1.94745990090924
 1995,New Zealand,Cereals,3.6734,0.131853596123482
 1995,New Zealand,Monogastrics,3.6734,0.202980154625143
-1995,New Zealand,Oilcrops,3.6734,0.012388250666957
-1995,New Zealand,Pulses,3.6734,0.00364321881635542
+1995,New Zealand,FruitVeg,3.6734,0.358285239832308
+1995,New Zealand,OilcropsPulses,3.6734,0.0160314694833125
 1995,New Zealand,Starchy Roots,3.6734,0.107834159089672
+1995,New Zealand,Sugar,3.6734,0.044687755213154
 1996,New Zealand,Ruminants,3.732,1.64958810289389
 1996,New Zealand,Cereals,3.732,0.12950937834941
 1996,New Zealand,Monogastrics,3.732,0.205711843515541
-1996,New Zealand,Oilcrops,3.732,0.0119681136120043
-1996,New Zealand,Pulses,3.732,0.00417363344051447
+1996,New Zealand,FruitVeg,3.732,0.355692926045016
+1996,New Zealand,OilcropsPulses,3.732,0.0161417470525188
 1996,New Zealand,Starchy Roots,3.732,0.10075857449089
+1996,New Zealand,Sugar,3.732,0.0515897642015005
 1997,New Zealand,Ruminants,3.7813,1.62880350673049
 1997,New Zealand,Cereals,3.7813,0.13313595853278
 1997,New Zealand,Monogastrics,3.7813,0.201909264009732
-1997,New Zealand,Oilcrops,3.7813,0.0112448099859837
-1997,New Zealand,Pulses,3.7813,0.00358553936476873
+1997,New Zealand,FruitVeg,3.7813,0.306322957712956
+1997,New Zealand,OilcropsPulses,3.7813,0.0148303493507524
 1997,New Zealand,Starchy Roots,3.7813,0.0945743527358316
+1997,New Zealand,Sugar,3.7813,0.0536304974479676
 1998,New Zealand,Ruminants,3.815,1.31167129750983
 1998,New Zealand,Cereals,3.815,0.14837876802097
 1998,New Zealand,Monogastrics,3.815,0.210215884665793
-1998,New Zealand,Oilcrops,3.815,0.0128450851900393
-1998,New Zealand,Pulses,3.815,0.00353682830930537
+1998,New Zealand,FruitVeg,3.815,0.265839056356488
+1998,New Zealand,OilcropsPulses,3.815,0.0163819134993447
 1998,New Zealand,Starchy Roots,3.815,0.100539711664482
+1998,New Zealand,Sugar,3.815,0.0536039318479686
 1999,New Zealand,Ruminants,3.8351,1.45873307084561
 1999,New Zealand,Cereals,3.8351,0.143783734452817
 1999,New Zealand,Monogastrics,3.8351,0.221814424656463
-1999,New Zealand,Oilcrops,3.8351,0.0133626241818988
-1999,New Zealand,Pulses,3.8351,0.0041070637010769
+1999,New Zealand,FruitVeg,3.8351,0.281611170504029
+1999,New Zealand,OilcropsPulses,3.8351,0.0174696878829757
 1999,New Zealand,Starchy Roots,3.8351,0.100740528278272
+1999,New Zealand,Sugar,3.8351,0.0551868269406274
 2000,New Zealand,Ruminants,3.8577,1.11967125489281
 2000,New Zealand,Cereals,3.8577,0.132116546128522
 2000,New Zealand,Monogastrics,3.8577,0.224854732094253
-2000,New Zealand,Oilcrops,3.8577,0.0129717188998626
-2000,New Zealand,Pulses,3.8577,0.00462062887212588
+2000,New Zealand,FruitVeg,3.8577,0.286619488296135
+2000,New Zealand,OilcropsPulses,3.8577,0.0175923477719885
 2000,New Zealand,Starchy Roots,3.8577,0.0992119656790316
+2000,New Zealand,Sugar,3.8577,0.0586217176037535
 2001,New Zealand,Ruminants,3.8805,1.27482767684577
 2001,New Zealand,Cereals,3.8805,0.121086200231929
 2001,New Zealand,Monogastrics,3.8805,0.23882430099214
-2001,New Zealand,Oilcrops,3.8805,0.0101948202551218
-2001,New Zealand,Pulses,3.8805,0.00469398273418374
+2001,New Zealand,FruitVeg,3.8805,0.289111454709445
+2001,New Zealand,OilcropsPulses,3.8805,0.0148888029893055
 2001,New Zealand,Starchy Roots,3.8805,0.09796804535498
+2001,New Zealand,Sugar,3.8805,0.0616801958510501
 2002,New Zealand,Ruminants,3.9485,1.24154977839686
 2002,New Zealand,Cereals,3.9485,0.119126250474864
 2002,New Zealand,Monogastrics,3.9485,0.256017500316576
-2002,New Zealand,Oilcrops,3.9485,0.0115757882740281
-2002,New Zealand,Pulses,3.9485,0.00531670254527036
+2002,New Zealand,FruitVeg,3.9485,0.281184247182474
+2002,New Zealand,OilcropsPulses,3.9485,0.0168924908192985
 2002,New Zealand,Starchy Roots,3.9485,0.0983069520070913
+2002,New Zealand,Sugar,3.9485,0.0629314929720147
 2003,New Zealand,Ruminants,4.0272,1.24078605482718
 2003,New Zealand,Cereals,4.0272,0.122537991656734
 2003,New Zealand,Monogastrics,4.0272,0.266738528009535
-2003,New Zealand,Oilcrops,4.0272,0.0117456297179182
-2003,New Zealand,Pulses,4.0272,0.00570818434644418
+2003,New Zealand,FruitVeg,4.0272,0.255036998410807
+2003,New Zealand,OilcropsPulses,4.0272,0.0174538140643623
 2003,New Zealand,Starchy Roots,4.0272,0.0892533273738578
+2003,New Zealand,Sugar,4.0272,0.0636710369487485
 2004,New Zealand,Ruminants,4.0875,1.25703241590214
 2004,New Zealand,Cereals,4.0875,0.122962201834862
 2004,New Zealand,Monogastrics,4.0875,0.270020134556575
-2004,New Zealand,Oilcrops,4.0875,0.0125524159021407
-2004,New Zealand,Pulses,4.0875,0.00370324159021407
+2004,New Zealand,FruitVeg,4.0875,0.303317920489297
+2004,New Zealand,OilcropsPulses,4.0875,0.0162556574923547
 2004,New Zealand,Starchy Roots,4.0875,0.0882184709480122
+2004,New Zealand,Sugar,4.0875,0.0617844648318043
 2005,New Zealand,Ruminants,4.1339,1.03278765814364
 2005,New Zealand,Cereals,4.1339,0.122458937081207
 2005,New Zealand,Monogastrics,4.1339,0.286824016062314
-2005,New Zealand,Oilcrops,4.1339,0.0133706669246958
-2005,New Zealand,Pulses,4.1339,0.00524903843827862
+2005,New Zealand,FruitVeg,4.1339,0.287374876025061
+2005,New Zealand,OilcropsPulses,4.1339,0.0186197053629744
 2005,New Zealand,Starchy Roots,4.1339,0.094123466944048
+2005,New Zealand,Sugar,4.1339,0.0627194658796778
 2006,New Zealand,Ruminants,4.1846,1.24350372795488
 2006,New Zealand,Cereals,4.1846,0.123255986235244
 2006,New Zealand,Monogastrics,4.1846,0.278269559814558
-2006,New Zealand,Oilcrops,4.1846,0.0120773789609521
-2006,New Zealand,Pulses,4.1846,0.00553147254217846
+2006,New Zealand,FruitVeg,4.1846,0.298687090761363
+2006,New Zealand,OilcropsPulses,4.1846,0.0176088515031305
 2006,New Zealand,Starchy Roots,4.1846,0.0870723605601491
+2006,New Zealand,Sugar,4.1846,0.0603147254217846
 2007,New Zealand,Ruminants,4.2238,1.40879054405985
 2007,New Zealand,Cereals,4.2238,0.120630948435058
 2007,New Zealand,Monogastrics,4.2238,0.281246507883896
-2007,New Zealand,Oilcrops,4.2238,0.0140439888252285
-2007,New Zealand,Pulses,4.2238,0.00218760357971495
+2007,New Zealand,FruitVeg,4.2238,0.296680950802595
+2007,New Zealand,OilcropsPulses,4.2238,0.0162315924049434
 2007,New Zealand,Starchy Roots,4.2238,0.0938621620341872
+2007,New Zealand,Sugar,4.2238,0.0618066669823382
 2008,New Zealand,Ruminants,4.2598,1.46432513263533
 2008,New Zealand,Cereals,4.2598,0.122560918352974
 2008,New Zealand,Monogastrics,4.2598,0.27735992300108
-2008,New Zealand,Oilcrops,4.2598,0.0138534672989342
-2008,New Zealand,Pulses,4.2598,0.00277383914737781
+2008,New Zealand,FruitVeg,4.2598,0.323119630029579
+2008,New Zealand,OilcropsPulses,4.2598,0.016627306446312
 2008,New Zealand,Starchy Roots,4.2598,0.0944830743227381
+2008,New Zealand,Sugar,4.2598,0.0639039391520728
 2009,New Zealand,Ruminants,4.3026,1.2698766327337
 2009,New Zealand,Cereals,4.3026,0.125633802816901
 2009,New Zealand,Monogastrics,4.3026,0.265498861153721
-2009,New Zealand,Oilcrops,4.3026,0.0121475386975317
-2009,New Zealand,Pulses,4.3026,0.00312253056291545
+2009,New Zealand,FruitVeg,4.3026,0.321461906754056
+2009,New Zealand,OilcropsPulses,4.3026,0.0152700692604472
 2009,New Zealand,Starchy Roots,4.3026,0.094994421977409
+2009,New Zealand,Sugar,4.3026,0.062428066750337
 2010,New Zealand,Ruminants,4.3507,1.04005805962259
 2010,New Zealand,Cereals,4.3507,0.127002091617441
 2010,New Zealand,Monogastrics,4.3507,0.269662215275703
-2010,New Zealand,Oilcrops,4.3507,0.0122743466568598
-2010,New Zealand,Pulses,4.3507,0.0055545084699014
+2010,New Zealand,FruitVeg,4.3507,0.299028202358241
+2010,New Zealand,OilcropsPulses,4.3507,0.0178288551267612
 2010,New Zealand,Starchy Roots,4.3507,0.0963849495483485
+2010,New Zealand,Sugar,4.3507,0.0583471625255706
 2011,New Zealand,Ruminants,4.384,1.83425061587591
 2011,New Zealand,Cereals,4.384,0.12213549270073
 2011,New Zealand,Monogastrics,4.384,0.265924019160584
-2011,New Zealand,Oilcrops,4.384,0.00967267335766423
-2011,New Zealand,Pulses,4.384,0.00519799270072993
+2011,New Zealand,FruitVeg,4.384,0.287835082116788
+2011,New Zealand,OilcropsPulses,4.384,0.0148706660583942
 2011,New Zealand,Starchy Roots,4.384,0.0932073448905109
+2011,New Zealand,Sugar,4.384,0.0564831204379562
 1961,Nicaragua,Ruminants,1.8304,0.367038243006993
 1961,Nicaragua,Cereals,1.8304,0.108006993006993
 1961,Nicaragua,Monogastrics,1.8304,0.0353021743881119
-1961,Nicaragua,Oilcrops,1.8304,0.00896033653846154
-1961,Nicaragua,Pulses,1.8304,0.0189920236013986
+1961,Nicaragua,FruitVeg,1.8304,0.0787199519230769
+1961,Nicaragua,OilcropsPulses,1.8304,0.0279523601398601
 1961,Nicaragua,Starchy Roots,1.8304,0.00668979458041958
+1961,Nicaragua,Sugar,1.8304,0.038472465034965
 1962,Nicaragua,Ruminants,1.88656,0.336394442795352
 1962,Nicaragua,Cereals,1.88656,0.107684356712747
 1962,Nicaragua,Monogastrics,1.88656,0.0323577834789246
-1962,Nicaragua,Oilcrops,1.88656,0.0129272326350606
-1962,Nicaragua,Pulses,1.88656,0.0174370282418794
+1962,Nicaragua,FruitVeg,1.88656,0.0762196802646086
+1962,Nicaragua,OilcropsPulses,1.88656,0.03036426087694
 1962,Nicaragua,Starchy Roots,1.88656,0.00700534305826478
+1962,Nicaragua,Sugar,1.88656,0.0417012975998643
 1963,Nicaragua,Ruminants,1.943591,0.364302366084222
 1963,Nicaragua,Cereals,1.943591,0.107452648216626
 1963,Nicaragua,Monogastrics,1.943591,0.0345007257185282
-1963,Nicaragua,Oilcrops,1.943591,0.0170102660487726
-1963,Nicaragua,Pulses,1.943591,0.0160640793253313
+1963,Nicaragua,FruitVeg,1.943591,0.0792039065832266
+1963,Nicaragua,OilcropsPulses,1.943591,0.0330743453741039
 1963,Nicaragua,Starchy Roots,1.943591,0.00702565508895647
+1963,Nicaragua,Sugar,1.943591,0.0425238643315389
 1964,Nicaragua,Ruminants,2.002119,0.387074844202567
 1964,Nicaragua,Cereals,2.002119,0.117032004591136
 1964,Nicaragua,Monogastrics,2.002119,0.0386354157769843
-1964,Nicaragua,Oilcrops,2.002119,0.0210926523348512
-1964,Nicaragua,Pulses,2.002119,0.0168081917208717
+1964,Nicaragua,FruitVeg,2.002119,0.0783330061799523
+1964,Nicaragua,OilcropsPulses,2.002119,0.037900844055723
 1964,Nicaragua,Starchy Roots,2.002119,0.00729277330668157
+1964,Nicaragua,Sugar,2.002119,0.040940123938687
 1965,Nicaragua,Ruminants,2.062633,0.378307920022612
 1965,Nicaragua,Cereals,2.062633,0.119800759514659
 1965,Nicaragua,Monogastrics,2.062633,0.0463472658490386
-1965,Nicaragua,Oilcrops,2.062633,0.0324274846761397
-1965,Nicaragua,Pulses,2.062633,0.0186271624666143
+1965,Nicaragua,FruitVeg,2.062633,0.0700022737927688
+1965,Nicaragua,OilcropsPulses,2.062633,0.0510546471427539
 1965,Nicaragua,Starchy Roots,2.062633,0.00842951702993213
+1965,Nicaragua,Sugar,2.062633,0.0374007397341165
 1966,Nicaragua,Ruminants,2.125233,0.378684266619237
 1966,Nicaragua,Cereals,2.125233,0.123100384757812
 1966,Nicaragua,Monogastrics,2.125233,0.0538811509138057
-1966,Nicaragua,Oilcrops,2.125233,0.0339026356168947
-1966,Nicaragua,Pulses,2.125233,0.0188402871591021
+1966,Nicaragua,FruitVeg,2.125233,0.0705075631707206
+1966,Nicaragua,OilcropsPulses,2.125233,0.0527429227759968
 1966,Nicaragua,Starchy Roots,2.125233,0.0086098794814498
+1966,Nicaragua,Sugar,2.125233,0.0349227590574775
 1967,Nicaragua,Ruminants,2.18988,0.389397272909931
 1967,Nicaragua,Cereals,2.18988,0.128579191553875
 1967,Nicaragua,Monogastrics,2.18988,0.0490489889856978
-1967,Nicaragua,Oilcrops,2.18988,0.0510228870988365
-1967,Nicaragua,Pulses,2.18988,0.0196618079529472
+1967,Nicaragua,FruitVeg,2.18988,0.0735469523444207
+1967,Nicaragua,OilcropsPulses,2.18988,0.0706846950517837
 1967,Nicaragua,Starchy Roots,2.18988,0.00921831333223738
+1967,Nicaragua,Sugar,2.18988,0.0343224286262261
 1968,Nicaragua,Ruminants,2.256779,0.427317561887983
 1968,Nicaragua,Cereals,2.256779,0.12859788220291
 1968,Nicaragua,Monogastrics,2.256779,0.0501122617677673
-1968,Nicaragua,Oilcrops,2.256779,0.0527060912920583
-1968,Nicaragua,Pulses,2.256779,0.0199292886011435
+1968,Nicaragua,FruitVeg,2.256779,0.0753897479549393
+1968,Nicaragua,OilcropsPulses,2.256779,0.0726353798932018
 1968,Nicaragua,Starchy Roots,2.256779,0.00889143332156139
+1968,Nicaragua,Sugar,2.256779,0.0382412278738857
 1969,Nicaragua,Ruminants,2.326136,0.443978469014709
 1969,Nicaragua,Cereals,2.326136,0.125674939040538
 1969,Nicaragua,Monogastrics,2.326136,0.0544323719679331
-1969,Nicaragua,Oilcrops,2.326136,0.0594311768529441
-1969,Nicaragua,Pulses,2.326136,0.0203264125571334
+1969,Nicaragua,FruitVeg,2.326136,0.0793053372631695
+1969,Nicaragua,OilcropsPulses,2.326136,0.0797575894100775
 1969,Nicaragua,Starchy Roots,2.326136,0.00859580007359845
+1969,Nicaragua,Sugar,2.326136,0.034202643353613
 1970,Nicaragua,Ruminants,2.398095,0.444344698604517
 1970,Nicaragua,Cereals,2.398095,0.120971854743036
 1970,Nicaragua,Monogastrics,2.398095,0.0596979268961405
-1970,Nicaragua,Oilcrops,2.398095,0.0392807624385189
-1970,Nicaragua,Pulses,2.398095,0.0197552640741922
+1970,Nicaragua,FruitVeg,2.398095,0.0802607903356623
+1970,Nicaragua,OilcropsPulses,2.398095,0.0590360265127111
 1970,Nicaragua,Starchy Roots,2.398095,0.0084400326092169
+1970,Nicaragua,Sugar,2.398095,0.0340895585871285
 1971,Nicaragua,Ruminants,2.472656,0.470218623213257
 1971,Nicaragua,Cereals,2.472656,0.118167670715215
 1971,Nicaragua,Monogastrics,2.472656,0.0590388634731236
-1971,Nicaragua,Oilcrops,2.472656,0.0473684976802273
-1971,Nicaragua,Pulses,2.472656,0.0173432940125921
+1971,Nicaragua,FruitVeg,2.472656,0.0784286208837784
+1971,Nicaragua,OilcropsPulses,2.472656,0.0647117916928194
 1971,Nicaragua,Starchy Roots,2.472656,0.00861664542095625
+1971,Nicaragua,Sugar,2.472656,0.0358626513352444
 1972,Nicaragua,Ruminants,2.549779,0.452738374580699
 1972,Nicaragua,Cereals,2.549779,0.115071541494381
 1972,Nicaragua,Monogastrics,2.549779,0.0611759685839439
-1972,Nicaragua,Oilcrops,2.549779,0.0552314533926274
-1972,Nicaragua,Pulses,2.549779,0.0164233841442729
+1972,Nicaragua,FruitVeg,2.549779,0.0722333190445133
+1972,Nicaragua,OilcropsPulses,2.549779,0.0716548375369003
 1972,Nicaragua,Starchy Roots,2.549779,0.00917608937872655
+1972,Nicaragua,Sugar,2.549779,0.0372973500840661
 1973,Nicaragua,Ruminants,2.629503,0.444229270702486
 1973,Nicaragua,Cereals,2.629503,0.115055963047009
 1973,Nicaragua,Monogastrics,2.629503,0.0515768949493497
-1973,Nicaragua,Oilcrops,2.629503,0.0553576094037542
-1973,Nicaragua,Pulses,2.629503,0.0157527867433504
+1973,Nicaragua,FruitVeg,2.629503,0.0797945467261304
+1973,Nicaragua,OilcropsPulses,2.629503,0.0711103961471046
 1973,Nicaragua,Starchy Roots,2.629503,0.0124917142136746
+1973,Nicaragua,Sugar,2.629503,0.0391553080563133
 1974,Nicaragua,Ruminants,2.711847,0.409476972705319
 1974,Nicaragua,Cereals,2.711847,0.111827105290232
 1974,Nicaragua,Monogastrics,2.711847,0.0623260825555424
-1974,Nicaragua,Oilcrops,2.711847,0.070769110499228
-1974,Nicaragua,Pulses,2.711847,0.0154400303556948
+1974,Nicaragua,FruitVeg,2.711847,0.077978219272695
+1974,Nicaragua,OilcropsPulses,2.711847,0.0862091408549229
 1974,Nicaragua,Starchy Roots,2.711847,0.00909122085427386
+1974,Nicaragua,Sugar,2.711847,0.0388251992092474
 1975,Nicaragua,Ruminants,2.796748,0.474046320941322
 1975,Nicaragua,Cereals,2.796748,0.112806016130163
 1975,Nicaragua,Monogastrics,2.796748,0.0695607183772009
-1975,Nicaragua,Oilcrops,2.796748,0.0644970515756157
-1975,Nicaragua,Pulses,2.796748,0.0142787265781543
+1975,Nicaragua,FruitVeg,2.796748,0.0777320659566039
+1975,Nicaragua,OilcropsPulses,2.796748,0.07877577815377
 1975,Nicaragua,Starchy Roots,2.796748,0.0115569940516629
+1975,Nicaragua,Sugar,2.796748,0.0392881303571148
 1976,Nicaragua,Ruminants,2.884156,0.494028304987664
 1976,Nicaragua,Cereals,2.884156,0.110953082981642
 1976,Nicaragua,Monogastrics,2.884156,0.0763650440544825
-1976,Nicaragua,Oilcrops,2.884156,0.0522638165203269
-1976,Nicaragua,Pulses,2.884156,0.0138088924454849
+1976,Nicaragua,FruitVeg,2.884156,0.0788261799985854
+1976,Nicaragua,OilcropsPulses,2.884156,0.0660727089658118
 1976,Nicaragua,Starchy Roots,2.884156,0.00994259672500378
+1976,Nicaragua,Sugar,2.884156,0.0425268258721096
 1977,Nicaragua,Ruminants,2.973805,0.535019175769763
 1977,Nicaragua,Cereals,2.973805,0.113885745702896
 1977,Nicaragua,Monogastrics,2.973805,0.0754564606623501
-1977,Nicaragua,Oilcrops,2.973805,0.0522727616639289
-1977,Nicaragua,Pulses,2.973805,0.0134736473978623
+1977,Nicaragua,FruitVeg,2.973805,0.0900055652606677
+1977,Nicaragua,OilcropsPulses,2.973805,0.0657464090617912
 1977,Nicaragua,Starchy Roots,2.973805,0.0104297356417115
+1977,Nicaragua,Sugar,2.973805,0.0434846938518161
 1978,Nicaragua,Ruminants,3.065118,0.449378751486892
 1978,Nicaragua,Cereals,3.065118,0.112587182614177
 1978,Nicaragua,Monogastrics,3.065118,0.0743596494490587
-1978,Nicaragua,Oilcrops,3.065118,0.0678495901299722
-1978,Nicaragua,Pulses,3.065118,0.0127199018112843
+1978,Nicaragua,FruitVeg,3.065118,0.0815110543868132
+1978,Nicaragua,OilcropsPulses,3.065118,0.0805694919412564
 1978,Nicaragua,Starchy Roots,3.065118,0.00994937225907779
+1978,Nicaragua,Sugar,3.065118,0.0408764034533091
 1979,Nicaragua,Ruminants,3.157356,0.39209873704454
 1979,Nicaragua,Cereals,3.157356,0.114508151757356
 1979,Nicaragua,Monogastrics,3.157356,0.070692946883405
-1979,Nicaragua,Oilcrops,3.157356,0.0627369862631898
-1979,Nicaragua,Pulses,3.157356,0.013001384702897
+1979,Nicaragua,FruitVeg,3.157356,0.0683787320783592
+1979,Nicaragua,OilcropsPulses,3.157356,0.0757383709660868
 1979,Nicaragua,Starchy Roots,3.157356,0.00914150954152779
+1979,Nicaragua,Sugar,3.157356,0.0395292770279943
 1980,Nicaragua,Ruminants,3.24991,0.352804477662458
 1980,Nicaragua,Cereals,3.24991,0.122656627414298
 1980,Nicaragua,Monogastrics,3.24991,0.0526077029825441
-1980,Nicaragua,Oilcrops,3.24991,0.0157515131188248
-1980,Nicaragua,Pulses,3.24991,0.0132400589554788
+1980,Nicaragua,FruitVeg,3.24991,0.0735780375456551
+1980,Nicaragua,OilcropsPulses,3.24991,0.0289915720743036
 1980,Nicaragua,Starchy Roots,3.24991,0.00818576514426553
+1980,Nicaragua,Sugar,3.24991,0.042782415513045
 1981,Nicaragua,Ruminants,3.342666,0.331499258376398
 1981,Nicaragua,Cereals,3.342666,0.125036423022821
 1981,Nicaragua,Monogastrics,3.342666,0.0553773843991592
-1981,Nicaragua,Oilcrops,3.342666,0.0391534780920379
-1981,Nicaragua,Pulses,3.342666,0.0231432036583972
+1981,Nicaragua,FruitVeg,3.342666,0.0676220717235883
+1981,Nicaragua,OilcropsPulses,3.342666,0.0622966817504351
 1981,Nicaragua,Starchy Roots,3.342666,0.0116864801927563
+1981,Nicaragua,Sugar,3.342666,0.0407183966331066
 1982,Nicaragua,Ruminants,3.435527,0.328546042572217
 1982,Nicaragua,Cereals,3.435527,0.123621499700046
 1982,Nicaragua,Monogastrics,3.435527,0.0557420157082159
-1982,Nicaragua,Oilcrops,3.435527,0.0316024295544759
-1982,Nicaragua,Pulses,3.435527,0.0127002349275672
+1982,Nicaragua,FruitVeg,3.435527,0.0749838379963249
+1982,Nicaragua,OilcropsPulses,3.435527,0.0443026644820431
 1982,Nicaragua,Starchy Roots,3.435527,0.0125395608883295
+1982,Nicaragua,Sugar,3.435527,0.0453648013827282
 1983,Nicaragua,Ruminants,3.527935,0.324999922050718
 1983,Nicaragua,Cereals,3.527935,0.129626821355836
 1983,Nicaragua,Monogastrics,3.527935,0.0559060470218414
-1983,Nicaragua,Oilcrops,3.527935,0.036740756278106
-1983,Nicaragua,Pulses,3.527935,0.0148874624957659
+1983,Nicaragua,FruitVeg,3.527935,0.0555398554678587
+1983,Nicaragua,OilcropsPulses,3.527935,0.051628218773872
 1983,Nicaragua,Starchy Roots,3.527935,0.0112156261382367
+1983,Nicaragua,Sugar,3.527935,0.0450325757135548
 1984,Nicaragua,Ruminants,3.619252,0.3729366454726
 1984,Nicaragua,Cereals,3.619252,0.133975197084923
 1984,Nicaragua,Monogastrics,3.619252,0.0511458168704473
-1984,Nicaragua,Oilcrops,3.619252,0.0385143117970232
-1984,Nicaragua,Pulses,3.619252,0.0175353912907971
+1984,Nicaragua,FruitVeg,3.619252,0.0628903430874667
+1984,Nicaragua,OilcropsPulses,3.619252,0.0560497030878204
 1984,Nicaragua,Starchy Roots,3.619252,0.013082813796884
+1984,Nicaragua,Sugar,3.619252,0.0450966111229613
 1985,Nicaragua,Ruminants,3.709091,0.347178190020142
 1985,Nicaragua,Cereals,3.709091,0.138143280927861
 1985,Nicaragua,Monogastrics,3.709091,0.0514361874647993
-1985,Nicaragua,Oilcrops,3.709091,0.0303643129812668
-1985,Nicaragua,Pulses,3.709091,0.0143393623936431
+1985,Nicaragua,FruitVeg,3.709091,0.0553092388404598
+1985,Nicaragua,OilcropsPulses,3.709091,0.0447036753749099
 1985,Nicaragua,Starchy Roots,3.709091,0.0131075241885411
+1985,Nicaragua,Sugar,3.709091,0.0455863714317066
 1986,Nicaragua,Ruminants,3.796914,0.311400653267364
 1986,Nicaragua,Cereals,3.796914,0.138918869376552
 1986,Nicaragua,Monogastrics,3.796914,0.0529635909583414
-1986,Nicaragua,Oilcrops,3.796914,0.0229989407186995
-1986,Nicaragua,Pulses,3.796914,0.0156329587659873
+1986,Nicaragua,FruitVeg,3.796914,0.0558993435195003
+1986,Nicaragua,OilcropsPulses,3.796914,0.0386318994846868
 1986,Nicaragua,Starchy Roots,3.796914,0.0135557455343998
+1986,Nicaragua,Sugar,3.796914,0.0450418418747435
 1987,Nicaragua,Ruminants,3.88294,0.234338104632057
 1987,Nicaragua,Cereals,3.88294,0.142164184870227
 1987,Nicaragua,Monogastrics,3.88294,0.0517090400572762
-1987,Nicaragua,Oilcrops,3.88294,0.0222200188516949
-1987,Nicaragua,Pulses,3.88294,0.00968621714474084
+1987,Nicaragua,FruitVeg,3.88294,0.0530497509619
+1987,Nicaragua,OilcropsPulses,3.88294,0.0319062359964357
 1987,Nicaragua,Starchy Roots,3.88294,0.0151150932025733
+1987,Nicaragua,Sugar,3.88294,0.0425283419264784
 1988,Nicaragua,Ruminants,3.968453,0.205569953833396
 1988,Nicaragua,Cereals,3.968453,0.138670156859613
 1988,Nicaragua,Monogastrics,3.968453,0.0427866475929033
-1988,Nicaragua,Oilcrops,3.968453,0.0170351015874448
-1988,Nicaragua,Pulses,3.968453,0.0196761811214597
+1988,Nicaragua,FruitVeg,3.968453,0.0498305007014068
+1988,Nicaragua,OilcropsPulses,3.968453,0.0367112827089045
 1988,Nicaragua,Starchy Roots,3.968453,0.013090743420673
+1988,Nicaragua,Sugar,3.968453,0.0369582303229999
 1989,Nicaragua,Ruminants,4.055262,0.166218878089751
 1989,Nicaragua,Cereals,4.055262,0.13664838424743
 1989,Nicaragua,Monogastrics,4.055262,0.0399357180867722
-1989,Nicaragua,Oilcrops,4.055262,0.0157974996436728
-1989,Nicaragua,Pulses,4.055262,0.0152732425179927
+1989,Nicaragua,FruitVeg,4.055262,0.0489677362399766
+1989,Nicaragua,OilcropsPulses,4.055262,0.0310707421616655
 1989,Nicaragua,Starchy Roots,4.055262,0.0137312952899221
+1989,Nicaragua,Sugar,4.055262,0.0395967017667416
 1990,Nicaragua,Ruminants,4.144564,0.252629830303019
 1990,Nicaragua,Cereals,4.144564,0.108260603527898
 1990,Nicaragua,Monogastrics,4.144564,0.0355049168018638
-1990,Nicaragua,Oilcrops,4.144564,0.0159951686112218
-1990,Nicaragua,Pulses,4.144564,0.0170543873855006
+1990,Nicaragua,FruitVeg,4.144564,0.0456472622934523
+1990,Nicaragua,OilcropsPulses,4.144564,0.0330495559967224
 1990,Nicaragua,Starchy Roots,4.144564,0.0138209954050655
+1990,Nicaragua,Sugar,4.144564,0.0267326068556307
 1991,Nicaragua,Ruminants,4.236805,0.215350175427002
 1991,Nicaragua,Cereals,4.236805,0.115960493815505
 1991,Nicaragua,Monogastrics,4.236805,0.0444184473913716
-1991,Nicaragua,Oilcrops,4.236805,0.0180218348496096
-1991,Nicaragua,Pulses,4.236805,0.0159698168785205
+1991,Nicaragua,FruitVeg,4.236805,0.053878807261604
+1991,Nicaragua,OilcropsPulses,4.236805,0.03399165172813
 1991,Nicaragua,Starchy Roots,4.236805,0.0142855288359979
+1991,Nicaragua,Sugar,4.236805,0.0245154072467343
 1992,Nicaragua,Ruminants,4.331273,0.21463080253773
 1992,Nicaragua,Cereals,4.331273,0.102906466528432
 1992,Nicaragua,Monogastrics,4.331273,0.0447534477738993
-1992,Nicaragua,Oilcrops,4.331273,0.0167597378415076
-1992,Nicaragua,Pulses,4.331273,0.0139704885838413
+1992,Nicaragua,FruitVeg,4.331273,0.065797745835924
+1992,Nicaragua,OilcropsPulses,4.331273,0.0307302264253488
 1992,Nicaragua,Starchy Roots,4.331273,0.0140556829366332
+1992,Nicaragua,Sugar,4.331273,0.0300966944360238
 1993,Nicaragua,Ruminants,4.426577,0.184914235085033
 1993,Nicaragua,Cereals,4.426577,0.114943894571358
 1993,Nicaragua,Monogastrics,4.426577,0.0439521327653399
-1993,Nicaragua,Oilcrops,4.426577,0.00886147467896752
-1993,Nicaragua,Pulses,4.426577,0.0167305346772461
+1993,Nicaragua,FruitVeg,4.426577,0.0522930020193933
+1993,Nicaragua,OilcropsPulses,4.426577,0.0255920093562136
 1993,Nicaragua,Starchy Roots,4.426577,0.0146580529379699
+1993,Nicaragua,Sugar,4.426577,0.0300534702095999
 1994,Nicaragua,Ruminants,4.520727,0.161891129457718
 1994,Nicaragua,Cereals,4.520727,0.125302855049641
 1994,Nicaragua,Monogastrics,4.520727,0.0405985807150045
-1994,Nicaragua,Oilcrops,4.520727,0.00984332829653284
-1994,Nicaragua,Pulses,4.520727,0.0109252339280828
+1994,Nicaragua,FruitVeg,4.520727,0.045376772364268
+1994,Nicaragua,OilcropsPulses,4.520727,0.0207685622246156
 1994,Nicaragua,Starchy Roots,4.520727,0.0162157546783958
+1994,Nicaragua,Sugar,4.520727,0.0347245033818676
 1995,Nicaragua,Ruminants,4.612229,0.153084875013795
 1995,Nicaragua,Cereals,4.612229,0.130762371079146
 1995,Nicaragua,Monogastrics,4.612229,0.0413040852915152
-1995,Nicaragua,Oilcrops,4.612229,0.0085054319722633
-1995,Nicaragua,Pulses,4.612229,0.0112565963225156
+1995,Nicaragua,FruitVeg,4.612229,0.0405274759774504
+1995,Nicaragua,OilcropsPulses,4.612229,0.0197620282947789
 1995,Nicaragua,Starchy Roots,4.612229,0.0141209380540298
+1995,Nicaragua,Sugar,4.612229,0.0353870113561144
 1996,Nicaragua,Ruminants,4.700777,0.173594088807021
 1996,Nicaragua,Cereals,4.700777,0.14230817586114
 1996,Nicaragua,Monogastrics,4.700777,0.0418022807718809
-1996,Nicaragua,Oilcrops,4.700777,0.00510128431959227
-1996,Nicaragua,Pulses,4.700777,0.0114219415215825
+1996,Nicaragua,FruitVeg,4.700777,0.0407981489017667
+1996,Nicaragua,OilcropsPulses,4.700777,0.0165232258411748
 1996,Nicaragua,Starchy Roots,4.700777,0.0138387760151141
+1996,Nicaragua,Sugar,4.700777,0.0374978434416268
 1997,Nicaragua,Ruminants,4.786641,0.172703133575298
 1997,Nicaragua,Cereals,4.786641,0.139657643011038
 1997,Nicaragua,Monogastrics,4.786641,0.0425588215201432
-1997,Nicaragua,Oilcrops,4.786641,0.00722134791391291
-1997,Nicaragua,Pulses,4.786641,0.0141552291053371
+1997,Nicaragua,FruitVeg,4.786641,0.0375208836426212
+1997,Nicaragua,OilcropsPulses,4.786641,0.02137657701925
 1997,Nicaragua,Starchy Roots,4.786641,0.0136172735745171
+1997,Nicaragua,Sugar,4.786641,0.0363566016335881
 1998,Nicaragua,Ruminants,4.869627,0.170824788017645
 1998,Nicaragua,Cereals,4.869627,0.143742015558892
 1998,Nicaragua,Monogastrics,4.869627,0.0453289338177236
-1998,Nicaragua,Oilcrops,4.869627,0.00781702582148489
-1998,Nicaragua,Pulses,4.869627,0.0156899080771484
+1998,Nicaragua,FruitVeg,4.869627,0.0425106481461516
+1998,Nicaragua,OilcropsPulses,4.869627,0.0235069338986333
 1998,Nicaragua,Starchy Roots,4.869627,0.0127991322538667
+1998,Nicaragua,Sugar,4.869627,0.0380612313838411
 1999,Nicaragua,Ruminants,4.949661,0.190831796359387
 1999,Nicaragua,Cereals,4.949661,0.138938808132517
 1999,Nicaragua,Monogastrics,4.949661,0.0407708931985443
-1999,Nicaragua,Oilcrops,4.949661,0.00706412014883443
-1999,Nicaragua,Pulses,4.949661,0.0184974284097436
+1999,Nicaragua,FruitVeg,4.949661,0.0438692670063667
+1999,Nicaragua,OilcropsPulses,4.949661,0.0255615485585781
 1999,Nicaragua,Starchy Roots,4.949661,0.0123980207937473
+1999,Nicaragua,Sugar,4.949661,0.0372942712642341
 2000,Nicaragua,Ruminants,5.026792,0.204192594402155
 2000,Nicaragua,Cereals,5.026792,0.142911025560636
 2000,Nicaragua,Monogastrics,5.026792,0.0480793516023738
-2000,Nicaragua,Oilcrops,5.026792,0.00867710460269691
-2000,Nicaragua,Pulses,5.026792,0.0167486540123403
+2000,Nicaragua,FruitVeg,5.026792,0.0402835446543243
+2000,Nicaragua,OilcropsPulses,5.026792,0.0254257586150372
 2000,Nicaragua,Starchy Roots,5.026792,0.0129866125353904
+2000,Nicaragua,Sugar,5.026792,0.0390230986283101
 2001,Nicaragua,Ruminants,5.10075,0.197873097093565
 2001,Nicaragua,Cereals,5.10075,0.158648826153017
 2001,Nicaragua,Monogastrics,5.10075,0.0553446650002451
-2001,Nicaragua,Oilcrops,5.10075,0.0104280743027986
-2001,Nicaragua,Pulses,5.10075,0.0179395186982307
+2001,Nicaragua,FruitVeg,5.10075,0.0419406949958339
+2001,Nicaragua,OilcropsPulses,5.10075,0.0283675930010293
 2001,Nicaragua,Starchy Roots,5.10075,0.0139022692741264
+2001,Nicaragua,Sugar,5.10075,0.0386098122825075
 2002,Nicaragua,Ruminants,5.171736,0.170200335051905
 2002,Nicaragua,Cereals,5.171736,0.162144974144078
 2002,Nicaragua,Monogastrics,5.171736,0.0556273560754068
-2002,Nicaragua,Oilcrops,5.171736,0.00957492803190263
-2002,Nicaragua,Pulses,5.171736,0.0174316709128231
+2002,Nicaragua,FruitVeg,5.171736,0.0401149633314616
+2002,Nicaragua,OilcropsPulses,5.171736,0.0270065989447257
 2002,Nicaragua,Starchy Roots,5.171736,0.0153967642586551
+2002,Nicaragua,Sugar,5.171736,0.0384553658578087
 2003,Nicaragua,Ruminants,5.240876,0.192715702489431
 2003,Nicaragua,Cereals,5.240876,0.169880951199761
 2003,Nicaragua,Monogastrics,5.240876,0.0581952711722239
-2003,Nicaragua,Oilcrops,5.240876,0.0114606794741948
-2003,Nicaragua,Pulses,5.240876,0.0159576376163069
+2003,Nicaragua,FruitVeg,5.240876,0.0401684756517803
+2003,Nicaragua,OilcropsPulses,5.240876,0.0274183170905017
 2003,Nicaragua,Starchy Roots,5.240876,0.0140657783164494
+2003,Nicaragua,Sugar,5.240876,0.0378972904529701
 2004,Nicaragua,Ruminants,5.309703,0.196860521200527
 2004,Nicaragua,Cereals,5.309703,0.170343802657135
 2004,Nicaragua,Monogastrics,5.309703,0.0612125574631952
-2004,Nicaragua,Oilcrops,5.309703,0.012407473638356
-2004,Nicaragua,Pulses,5.309703,0.015836855658405
+2004,Nicaragua,FruitVeg,5.309703,0.0422185572338039
+2004,Nicaragua,OilcropsPulses,5.309703,0.028244329296761
 2004,Nicaragua,Starchy Roots,5.309703,0.0129737953328086
+2004,Nicaragua,Sugar,5.309703,0.0376058698575043
 2005,Nicaragua,Ruminants,5.379327,0.198798920385394
 2005,Nicaragua,Cereals,5.379327,0.168117126919408
 2005,Nicaragua,Monogastrics,5.379327,0.0627147410819234
-2005,Nicaragua,Oilcrops,5.379327,0.0148907103063264
-2005,Nicaragua,Pulses,5.379327,0.0174304332121844
+2005,Nicaragua,FruitVeg,5.379327,0.0424350481017421
+2005,Nicaragua,OilcropsPulses,5.379327,0.0323211435185108
 2005,Nicaragua,Starchy Roots,5.379327,0.0137967072832717
+2005,Nicaragua,Sugar,5.379327,0.0375647362578999
 2006,Nicaragua,Ruminants,5.450217,0.200621241319382
 2006,Nicaragua,Cereals,5.450217,0.162157947105592
 2006,Nicaragua,Monogastrics,5.450217,0.0726461350071015
-2006,Nicaragua,Oilcrops,5.450217,0.0142735601169642
-2006,Nicaragua,Pulses,5.450217,0.0190018122214216
+2006,Nicaragua,FruitVeg,5.450217,0.0436320241927982
+2006,Nicaragua,OilcropsPulses,5.450217,0.0332753723383858
 2006,Nicaragua,Starchy Roots,5.450217,0.0131297524483888
+2006,Nicaragua,Sugar,5.450217,0.0380458245974426
 2007,Nicaragua,Ruminants,5.522119,0.211786634804502
 2007,Nicaragua,Cereals,5.522119,0.165458947914741
 2007,Nicaragua,Monogastrics,5.522119,0.0777309398801438
-2007,Nicaragua,Oilcrops,5.522119,0.0130942487838455
-2007,Nicaragua,Pulses,5.522119,0.0192795555474266
+2007,Nicaragua,FruitVeg,5.522119,0.0466914965070474
+2007,Nicaragua,OilcropsPulses,5.522119,0.0323738043312721
 2007,Nicaragua,Starchy Roots,5.522119,0.014135515732276
+2007,Nicaragua,Sugar,5.522119,0.0376063971095154
 2008,Nicaragua,Ruminants,5.594524,0.205669007765451
 2008,Nicaragua,Cereals,5.594524,0.161611425744174
 2008,Nicaragua,Monogastrics,5.594524,0.0791685405228398
-2008,Nicaragua,Oilcrops,5.594524,0.0137670336207334
-2008,Nicaragua,Pulses,5.594524,0.0204911088056821
+2008,Nicaragua,FruitVeg,5.594524,0.0556942824805113
+2008,Nicaragua,OilcropsPulses,5.594524,0.0342581424264155
 2008,Nicaragua,Starchy Roots,5.594524,0.014447877960663
+2008,Nicaragua,Sugar,5.594524,0.0403762679362891
 2009,Nicaragua,Ruminants,5.666595,0.202977361184274
 2009,Nicaragua,Cereals,5.666595,0.165578976439996
 2009,Nicaragua,Monogastrics,5.666595,0.0790576880825257
-2009,Nicaragua,Oilcrops,5.666595,0.0136872319267567
-2009,Nicaragua,Pulses,5.666595,0.0194021277327919
+2009,Nicaragua,FruitVeg,5.666595,0.0597722265311003
+2009,Nicaragua,OilcropsPulses,5.666595,0.0330893596595486
 2009,Nicaragua,Starchy Roots,5.666595,0.0138532928504684
+2009,Nicaragua,Sugar,5.666595,0.0406378080663961
 2010,Nicaragua,Ruminants,5.737722,0.20858767643326
 2010,Nicaragua,Cereals,5.737722,0.165090779929735
 2010,Nicaragua,Monogastrics,5.737722,0.0876133420197075
-2010,Nicaragua,Oilcrops,5.737722,0.0150838608074773
-2010,Nicaragua,Pulses,5.737722,0.0193505366764022
+2010,Nicaragua,FruitVeg,5.737722,0.058287592183797
+2010,Nicaragua,OilcropsPulses,5.737722,0.0344343974838795
 2010,Nicaragua,Starchy Roots,5.737722,0.0142962660094023
+2010,Nicaragua,Sugar,5.737722,0.0522735329456533
 2011,Nicaragua,Ruminants,5.807787,0.207741726754098
 2011,Nicaragua,Cereals,5.807787,0.168014770514139
 2011,Nicaragua,Monogastrics,5.807787,0.0924280280940055
-2011,Nicaragua,Oilcrops,5.807787,0.0154451256562956
-2011,Nicaragua,Pulses,5.807787,0.0204556399881745
+2011,Nicaragua,FruitVeg,5.807787,0.0588566695025145
+2011,Nicaragua,OilcropsPulses,5.807787,0.0359007656444701
 2011,Nicaragua,Starchy Roots,5.807787,0.0141332662509834
+2011,Nicaragua,Sugar,5.807787,0.0465449232211856
 1961,Niger,Ruminants,3.493636,0.312535249808509
 1961,Niger,Cereals,3.493636,0.15418578237687
 1961,Niger,Monogastrics,3.493636,0.00544120795640988
-1961,Niger,Oilcrops,3.493636,0.0100746042232219
-1961,Niger,Pulses,3.493636,0.00960861406282738
+1961,Niger,FruitVeg,3.493636,0.0203178007096332
+1961,Niger,OilcropsPulses,3.493636,0.0196832182860493
 1961,Niger,Starchy Roots,3.493636,0.0405903763299897
+1961,Niger,Sugar,3.493636,0.00224780143094472
 1962,Niger,Ruminants,3.596613,0.300147360864235
 1962,Niger,Cereals,3.596613,0.149989448406042
 1962,Niger,Monogastrics,3.596613,0.00556342870361643
-1962,Niger,Oilcrops,3.596613,0.011581173732064
-1962,Niger,Pulses,3.596613,0.0105752273041331
+1962,Niger,FruitVeg,3.596613,0.0181481855289963
+1962,Niger,OilcropsPulses,3.596613,0.0221564010361971
 1962,Niger,Starchy Roots,3.596613,0.0408606652981569
+1962,Niger,Sugar,3.596613,0.00298113808741725
 1963,Niger,Ruminants,3.703159,0.332882763067964
 1963,Niger,Cereals,3.703159,0.150270890339842
 1963,Niger,Monogastrics,3.703159,0.00553870357713509
-1963,Niger,Oilcrops,3.703159,0.0103938286203752
-1963,Niger,Pulses,3.703159,0.0124558518821363
+1963,Niger,FruitVeg,3.703159,0.0189003496744266
+1963,Niger,OilcropsPulses,3.703159,0.0228496805025115
 1963,Niger,Starchy Roots,3.703159,0.039238930869563
+1963,Niger,Sugar,3.703159,0.0027614261229399
 1964,Niger,Ruminants,3.811813,0.338041530368882
 1964,Niger,Cereals,3.811813,0.166379620406353
 1964,Niger,Monogastrics,3.811813,0.00600297024014557
-1964,Niger,Oilcrops,3.811813,0.00946898496857007
-1964,Niger,Pulses,3.811813,0.00417098110531655
+1964,Niger,FruitVeg,3.811813,0.0187889594793868
+1964,Niger,OilcropsPulses,3.811813,0.0136399660738866
 1964,Niger,Starchy Roots,3.811813,0.0408089274054105
+1964,Niger,Sugar,3.811813,0.00279709419113687
 1965,Niger,Ruminants,3.921581,0.333120239005646
 1965,Niger,Cereals,3.921581,0.175957349854561
 1965,Niger,Monogastrics,3.921581,0.00642947321501201
-1965,Niger,Oilcrops,3.921581,0.00853686306619703
-1965,Niger,Pulses,3.921581,0.0140932955356526
+1965,Niger,FruitVeg,3.921581,0.0217807562817139
+1965,Niger,OilcropsPulses,3.921581,0.0226301586018496
 1965,Niger,Starchy Roots,3.921581,0.0389743320359824
+1965,Niger,Sugar,3.921581,0.00286848594992683
 1966,Niger,Ruminants,4.03221,0.362291720917313
 1966,Niger,Cereals,4.03221,0.177732310569142
 1966,Niger,Monogastrics,4.03221,0.0068879845047753
-1966,Niger,Oilcrops,4.03221,0.00784606952514874
-1966,Niger,Pulses,4.03221,0.0141314564469608
+1966,Niger,FruitVeg,4.03221,0.0210204825641522
+1966,Niger,OilcropsPulses,4.03221,0.0219775259721096
 1966,Niger,Starchy Roots,4.03221,0.0346708132760943
+1966,Niger,Sugar,4.03221,0.00222855456437041
 1967,Niger,Ruminants,4.144238,0.399699582890751
 1967,Niger,Cereals,4.144238,0.182865221543743
 1967,Niger,Monogastrics,4.144238,0.00723334422395625
-1967,Niger,Oilcrops,4.144238,0.0082497675085263
-1967,Niger,Pulses,4.144238,0.0152971426834077
+1967,Niger,FruitVeg,4.144238,0.0224721649673595
+1967,Niger,OilcropsPulses,4.144238,0.023546910191934
 1967,Niger,Starchy Roots,4.144238,0.039429926563098
+1967,Niger,Sugar,4.144238,0.00218809827041787
 1968,Niger,Ruminants,4.258415,0.453607386785928
 1968,Niger,Cereals,4.258415,0.204092132871033
 1968,Niger,Monogastrics,4.258415,0.00732044669202039
-1968,Niger,Oilcrops,4.258415,0.00694835989446778
-1968,Niger,Pulses,4.258415,0.00975151552866501
+1968,Niger,FruitVeg,4.258415,0.0210498507073641
+1968,Niger,OilcropsPulses,4.258415,0.0166998754231328
 1968,Niger,Starchy Roots,4.258415,0.0438381416559917
+1968,Niger,Sugar,4.258415,0.00225389023850423
 1969,Niger,Ruminants,4.375837,0.418003275716166
 1969,Niger,Cereals,4.375837,0.196263709091541
 1969,Niger,Monogastrics,4.375837,0.00731300091845286
-1969,Niger,Oilcrops,4.375837,0.00543507447832266
-1969,Niger,Pulses,4.375837,0.011508655372675
+1969,Niger,FruitVeg,4.375837,0.0179355401035276
+1969,Niger,OilcropsPulses,4.375837,0.0169437298509977
 1969,Niger,Starchy Roots,4.375837,0.0424154281797974
+1969,Niger,Sugar,4.375837,0.00250100723587282
 1970,Niger,Ruminants,4.497355,0.408030898161253
 1970,Niger,Cereals,4.497355,0.197019803862493
 1970,Niger,Monogastrics,4.497355,0.00736964282339286
-1970,Niger,Oilcrops,4.497355,0.00534847704928786
-1970,Niger,Pulses,4.497355,0.0115690222364034
+1970,Niger,FruitVeg,4.497355,0.0172425792493588
+1970,Niger,OilcropsPulses,4.497355,0.0169174992856913
 1970,Niger,Starchy Roots,4.497355,0.038017679280377
+1970,Niger,Sugar,4.497355,0.00268001970046839
 1971,Niger,Ruminants,4.623121,0.396126101826018
 1971,Niger,Cereals,4.623121,0.218974151877054
 1971,Niger,Monogastrics,4.623121,0.00737672667446948
-1971,Niger,Oilcrops,4.623121,0.00794441676953729
-1971,Niger,Pulses,4.623121,0.00994198507891098
+1971,Niger,FruitVeg,4.623121,0.0148261315245697
+1971,Niger,OilcropsPulses,4.623121,0.0178864018484483
 1971,Niger,Starchy Roots,4.623121,0.0341204567217687
+1971,Niger,Sugar,4.623121,0.00272889245165766
 1972,Niger,Ruminants,4.753054,0.378062146990125
 1972,Niger,Cereals,4.753054,0.201372843649578
 1972,Niger,Monogastrics,4.753054,0.00723288647677893
-1972,Niger,Oilcrops,4.753054,0.0110276466457145
-1972,Niger,Pulses,4.753054,0.0137219143733692
+1972,Niger,FruitVeg,4.753054,0.0138988532425678
+1972,Niger,OilcropsPulses,4.753054,0.0247495610190837
 1972,Niger,Starchy Roots,4.753054,0.0202120573425002
+1972,Niger,Sugar,4.753054,0.00283565051017725
 1973,Niger,Ruminants,4.887484,0.325682130110298
 1973,Niger,Cereals,4.887484,0.204317395207841
 1973,Niger,Monogastrics,4.887484,0.00709853986222768
-1973,Niger,Oilcrops,4.887484,0.0116732862961802
-1973,Niger,Pulses,4.887484,0.0155609716574008
+1973,Niger,FruitVeg,4.887484,0.0131370251033047
+1973,Niger,OilcropsPulses,4.887484,0.027234257953581
 1973,Niger,Starchy Roots,4.887484,0.032688802664111
+1973,Niger,Sugar,4.887484,0.00292338552924163
 1974,Niger,Ruminants,5.026744,0.32758966838176
 1974,Niger,Cereals,5.026744,0.1958659521949
 1974,Niger,Monogastrics,5.026744,0.00709373701943047
-1974,Niger,Oilcrops,5.026744,0.00877247777089902
-1974,Niger,Pulses,5.026744,0.0175799682657402
+1974,Niger,FruitVeg,5.026744,0.015747967272652
+1974,Niger,OilcropsPulses,5.026744,0.0263524460366392
 1974,Niger,Starchy Roots,5.026744,0.0376102303996384
+1974,Niger,Sugar,5.026744,0.0029076475746527
 1975,Niger,Ruminants,5.171029,0.345717651167688
 1975,Niger,Cereals,5.171029,0.1895595634834
 1975,Niger,Monogastrics,5.171029,0.00707634786035816
-1975,Niger,Oilcrops,5.171029,0.00760777013627268
-1975,Niger,Pulses,5.171029,0.0228596668090626
+1975,Niger,FruitVeg,5.171029,0.0228428423046941
+1975,Niger,OilcropsPulses,5.171029,0.0304674369453353
 1975,Niger,Starchy Roots,5.171029,0.0327712337331699
+1975,Niger,Sugar,5.171029,0.0030239629288484
 1976,Niger,Ruminants,5.320869,0.323063601077192
 1976,Niger,Cereals,5.320869,0.188542134752801
 1976,Niger,Monogastrics,5.320869,0.00716420569647552
-1976,Niger,Oilcrops,5.320869,0.00803590541319472
-1976,Niger,Pulses,5.320869,0.0234209863088153
+1976,Niger,FruitVeg,5.320869,0.023329647845117
+1976,Niger,OilcropsPulses,5.320869,0.0314568917220101
 1976,Niger,Starchy Roots,5.320869,0.0408640017260338
+1976,Niger,Sugar,5.320869,0.00319647035098966
 1977,Niger,Ruminants,5.476206,0.444339584741699
 1977,Niger,Cereals,5.476206,0.188505326497944
 1977,Niger,Monogastrics,5.476206,0.00703085311253813
-1977,Niger,Oilcrops,5.476206,0.00902066138490772
-1977,Niger,Pulses,5.476206,0.0214794695451559
+1977,Niger,FruitVeg,5.476206,0.0215075912045675
+1977,Niger,OilcropsPulses,5.476206,0.0305001309300636
 1977,Niger,Starchy Roots,5.476206,0.0363799316534111
+1977,Niger,Sugar,5.476206,0.00350078138039365
 1978,Niger,Ruminants,5.635954,0.439094304176365
 1978,Niger,Cereals,5.635954,0.189219784263676
 1978,Niger,Monogastrics,5.635954,0.00705839685703609
-1978,Niger,Oilcrops,5.635954,0.0091361639928218
-1978,Niger,Pulses,5.635954,0.0253114202138626
+1978,Niger,FruitVeg,5.635954,0.0248350146221917
+1978,Niger,OilcropsPulses,5.635954,0.0344475842066844
 1978,Niger,Starchy Roots,5.635954,0.0365584956867994
+1978,Niger,Sugar,5.635954,0.00372217374378854
 1979,Niger,Ruminants,5.798584,0.396461912080604
 1979,Niger,Cereals,5.798584,0.185972816811829
 1979,Niger,Monogastrics,5.798584,0.00718644413877595
-1979,Niger,Oilcrops,5.798584,0.00930537524333527
-1979,Niger,Pulses,5.798584,0.028792546594134
+1979,Niger,FruitVeg,5.798584,0.0274385953536243
+1979,Niger,OilcropsPulses,5.798584,0.0380979218374693
 1979,Niger,Starchy Roots,5.798584,0.0391604226135208
+1979,Niger,Sugar,5.798584,0.004118936623148
 1980,Niger,Ruminants,5.963159,0.463306076527559
 1980,Niger,Cereals,5.963159,0.200342972575442
 1980,Niger,Monogastrics,5.963159,0.00721406221098582
-1980,Niger,Oilcrops,5.963159,0.00836536473369233
-1980,Niger,Pulses,5.963159,0.0217542413341653
+1980,Niger,FruitVeg,5.963159,0.0273155553960577
+1980,Niger,OilcropsPulses,5.963159,0.0301196060678577
 1980,Niger,Starchy Roots,5.963159,0.0278437988992076
+1980,Niger,Sugar,5.963159,0.00391537438461728
 1981,Niger,Ruminants,6.129762,0.477443235153339
 1981,Niger,Cereals,6.129762,0.199138074202555
 1981,Niger,Monogastrics,6.129762,0.00739043375582934
-1981,Niger,Oilcrops,6.129762,0.00821483770495494
-1981,Niger,Pulses,6.129762,0.0220680672430675
+1981,Niger,FruitVeg,6.129762,0.0267563406213814
+1981,Niger,OilcropsPulses,6.129762,0.0302829049480225
 1981,Niger,Starchy Roots,6.129762,0.0308775446746546
+1981,Niger,Sugar,6.129762,0.00381058840457427
 1982,Niger,Ruminants,6.299343,0.457705875041254
 1982,Niger,Cereals,6.299343,0.201141769863937
 1982,Niger,Monogastrics,6.299343,0.00726734518187055
-1982,Niger,Oilcrops,6.299343,0.00772366261052938
-1982,Niger,Pulses,6.299343,0.02366580133833
+1982,Niger,FruitVeg,6.299343,0.0284086769048772
+1982,Niger,OilcropsPulses,6.299343,0.0313894639488594
 1982,Niger,Starchy Roots,6.299343,0.0348163292584639
+1982,Niger,Sugar,6.299343,0.00543707494575228
 1983,Niger,Ruminants,6.472971,0.459226559179703
 1983,Niger,Cereals,6.472971,0.204811360965467
 1983,Niger,Monogastrics,6.472971,0.00690109688425918
-1983,Niger,Oilcrops,6.472971,0.00345544572963482
-1983,Niger,Pulses,6.472971,0.0208987495850051
+1983,Niger,FruitVeg,6.472971,0.0293804807715035
+1983,Niger,OilcropsPulses,6.472971,0.0243541953146399
 1983,Niger,Starchy Roots,6.472971,0.0286905348409563
+1983,Niger,Sugar,6.472971,0.00651679113037892
 1984,Niger,Ruminants,6.65211,0.38541949847492
 1984,Niger,Cereals,6.65211,0.201414588754546
 1984,Niger,Monogastrics,6.65211,0.0068647842564239
-1984,Niger,Oilcrops,6.65211,0.00645614699696788
-1984,Niger,Pulses,6.65211,0.0188069650080952
+1984,Niger,FruitVeg,6.65211,0.0223951498096093
+1984,Niger,OilcropsPulses,6.65211,0.0252631120050631
 1984,Niger,Starchy Roots,6.65211,0.034818726689727
+1984,Niger,Sugar,6.65211,0.00714931051951937
 1985,Niger,Ruminants,6.83817,0.319711370147276
 1985,Niger,Cereals,6.83817,0.210276141131326
 1985,Niger,Monogastrics,6.83817,0.00668269434658688
-1985,Niger,Oilcrops,6.83817,0.00607750319164338
-1985,Niger,Pulses,6.83817,0.0127055922856554
+1985,Niger,FruitVeg,6.83817,0.016944738139005
+1985,Niger,OilcropsPulses,6.83817,0.0187830954772988
 1985,Niger,Starchy Roots,6.83817,0.0309585751743522
+1985,Niger,Sugar,6.83817,0.0066968209330859
 1986,Niger,Ruminants,7.031675,0.323202736190168
 1986,Niger,Cereals,7.031675,0.200846171075882
 1986,Niger,Monogastrics,7.031675,0.00655528021417372
-1986,Niger,Oilcrops,7.031675,0.00691655971016863
-1986,Niger,Pulses,7.031675,0.0171779839085282
+1986,Niger,FruitVeg,7.031675,0.0201114243761266
+1986,Niger,OilcropsPulses,7.031675,0.0240945436186968
 1986,Niger,Starchy Roots,7.031675,0.0305133556371704
+1986,Niger,Sugar,7.031675,0.00679454041889024
 1987,Niger,Ruminants,7.233482,0.340628344689321
 1987,Niger,Cereals,7.233482,0.200162798497321
 1987,Niger,Monogastrics,7.233482,0.00659626995684789
-1987,Niger,Oilcrops,7.233482,0.00709063767629476
-1987,Niger,Pulses,7.233482,0.0194098775665717
+1987,Niger,FruitVeg,7.233482,0.0220310218508873
+1987,Niger,OilcropsPulses,7.233482,0.0265005152428664
 1987,Niger,Starchy Roots,7.233482,0.0298086039337625
+1987,Niger,Sugar,7.233482,0.00676327113276842
 1988,Niger,Ruminants,7.445788,0.351446213617686
 1988,Niger,Cereals,7.445788,0.211909202894307
 1988,Niger,Monogastrics,7.445788,0.0064758760254791
-1988,Niger,Oilcrops,7.445788,0.00416624808549478
-1988,Niger,Pulses,7.445788,0.0185354458117798
+1988,Niger,FruitVeg,7.445788,0.0240004147311205
+1988,Niger,OilcropsPulses,7.445788,0.0227016938972745
 1988,Niger,Starchy Roots,7.445788,0.0268782833999571
+1988,Niger,Sugar,7.445788,0.00623197974478994
 1989,Niger,Ruminants,7.671233,0.361137120981725
 1989,Niger,Cereals,7.671233,0.211471219815641
 1989,Niger,Monogastrics,7.671233,0.00636037257635115
-1989,Niger,Oilcrops,7.671233,0.0023237463912255
-1989,Niger,Pulses,7.671233,0.0187726014840118
+1989,Niger,FruitVeg,7.671233,0.0307968745050502
+1989,Niger,OilcropsPulses,7.671233,0.0210963478752373
 1989,Niger,Starchy Roots,7.671233,0.0229102674889421
+1989,Niger,Sugar,7.671233,0.00610671061614215
 1990,Niger,Ruminants,7.911884,0.35334590345359
 1990,Niger,Cereals,7.911884,0.229988078692761
 1990,Niger,Monogastrics,7.911884,0.00622208313468701
-1990,Niger,Oilcrops,7.911884,0.00129728898957568
-1990,Niger,Pulses,7.911884,0.0141817043829257
+1990,Niger,FruitVeg,7.911884,0.0404772112432387
+1990,Niger,OilcropsPulses,7.911884,0.0154789933725014
 1990,Niger,Starchy Roots,7.911884,0.0220075269050962
+1990,Niger,Sugar,7.911884,0.00547429664034508
 1991,Niger,Ruminants,8.168834,0.335082522181256
 1991,Niger,Cereals,8.168834,0.212974336361836
 1991,Niger,Monogastrics,8.168834,0.00611647880223787
-1991,Niger,Oilcrops,8.168834,0.0033075711906987
-1991,Niger,Pulses,8.168834,0.0119476047621974
+1991,Niger,FruitVeg,8.168834,0.0353005092281224
+1991,Niger,OilcropsPulses,8.168834,0.0152551759528961
 1991,Niger,Starchy Roots,8.168834,0.0182449539310017
+1991,Niger,Sugar,8.168834,0.00430906050973737
 1992,Niger,Ruminants,8.44233,0.372217409174955
 1992,Niger,Cereals,8.44233,0.209581359648344
 1992,Niger,Monogastrics,8.44233,0.00602116951126052
-1992,Niger,Oilcrops,8.44233,0.00451688100323015
-1992,Niger,Pulses,8.44233,0.012606946186657
+1992,Niger,FruitVeg,8.44233,0.0405769497283333
+1992,Niger,OilcropsPulses,8.44233,0.0171238271898872
 1992,Niger,Starchy Roots,8.44233,0.0126529050629388
+1992,Niger,Sugar,8.44233,0.00357413178589323
 1993,Niger,Ruminants,8.7325,0.384900417978815
 1993,Niger,Cereals,8.7325,0.20291531634698
 1993,Niger,Monogastrics,8.7325,0.00590392212997424
-1993,Niger,Oilcrops,8.7325,0.00344826796450043
-1993,Niger,Pulses,8.7325,0.0130207844259948
+1993,Niger,FruitVeg,8.7325,0.036779272831377
+1993,Niger,OilcropsPulses,8.7325,0.0164690523904953
 1993,Niger,Starchy Roots,8.7325,0.01659089607787
+1993,Niger,Sugar,8.7325,0.00343567134268537
 1994,Niger,Ruminants,9.039088,0.384843913456756
 1994,Niger,Cereals,9.039088,0.199515813984774
 1994,Niger,Monogastrics,9.039088,0.00578880302968618
-1994,Niger,Oilcrops,9.039088,0.00452755853245372
-1994,Niger,Pulses,9.039088,0.0157575631523888
+1994,Niger,FruitVeg,9.039088,0.0387570073441037
+1994,Niger,OilcropsPulses,9.039088,0.0202851216848425
 1994,Niger,Starchy Roots,9.039088,0.0113622082227765
+1994,Niger,Sugar,9.039088,0.00277030160564871
 1995,Niger,Ruminants,9.361912,0.349091916266677
 1995,Niger,Cereals,9.361912,0.197431251223041
 1995,Niger,Monogastrics,9.361912,0.00568010038974944
-1995,Niger,Oilcrops,9.361912,0.0050712931290104
-1995,Niger,Pulses,9.361912,0.0156673124037056
+1995,Niger,FruitVeg,9.361912,0.042267113811794
+1995,Niger,OilcropsPulses,9.361912,0.020738605532716
 1995,Niger,Starchy Roots,9.361912,0.0137230514450467
+1995,Niger,Sugar,9.361912,0.00588138405915373
 1996,Niger,Ruminants,9.70173,0.422423103920641
 1996,Niger,Cereals,9.70173,0.198799801684854
 1996,Niger,Monogastrics,9.70173,0.00556306967932523
-1996,Niger,Oilcrops,9.70173,0.00657470368686822
-1996,Niger,Pulses,9.70173,0.0149624860720717
+1996,Niger,FruitVeg,9.70173,0.0451510194573545
+1996,Niger,OilcropsPulses,9.70173,0.0215371897589399
 1996,Niger,Starchy Roots,9.70173,0.0167837076480174
+1996,Niger,Sugar,9.70173,0.00588616669398138
 1997,Niger,Ruminants,10.05896,0.418428575121086
 1997,Niger,Cereals,10.05896,0.205443206852398
 1997,Niger,Monogastrics,10.05896,0.00545598153288213
-1997,Niger,Oilcrops,10.05896,0.00925185108599696
-1997,Niger,Pulses,10.05896,0.00972794404192879
+1997,Niger,FruitVeg,10.05896,0.0461943381820785
+1997,Niger,OilcropsPulses,10.05896,0.0189797951279257
 1997,Niger,Starchy Roots,10.05896,0.0211998059441533
+1997,Niger,Sugar,10.05896,0.00661479914424553
 1998,Niger,Ruminants,10.432657,0.427813298184729
 1998,Niger,Cereals,10.432657,0.196292181368562
 1998,Niger,Monogastrics,10.432657,0.00530028927434305
-1998,Niger,Oilcrops,10.432657,0.00677900174423448
-1998,Niger,Pulses,10.432657,0.0173315388400098
+1998,Niger,FruitVeg,10.432657,0.0488658833507131
+1998,Niger,OilcropsPulses,10.432657,0.0241105405842443
 1998,Niger,Starchy Roots,10.432657,0.0262765276381654
+1998,Niger,Sugar,10.432657,0.00674478227358572
 1999,Niger,Ruminants,10.821434,0.43794971165559
 1999,Niger,Cereals,10.821434,0.205126880596416
 1999,Niger,Monogastrics,10.821434,0.00519928320035958
-1999,Niger,Oilcrops,10.821434,0.00577446575010299
-1999,Niger,Pulses,10.821434,0.0189550663987786
+1999,Niger,FruitVeg,10.821434,0.043934750237353
+1999,Niger,OilcropsPulses,10.821434,0.0247295321488816
 1999,Niger,Starchy Roots,10.821434,0.0162624472874852
+1999,Niger,Sugar,10.821434,0.00618162066136521
 2000,Niger,Ruminants,11.224523,0.446373151001606
 2000,Niger,Cereals,11.224523,0.209229826514677
 2000,Niger,Monogastrics,11.224523,0.00505271359860905
-2000,Niger,Oilcrops,11.224523,0.00732155834149923
-2000,Niger,Pulses,11.224523,0.0213418423214955
+2000,Niger,FruitVeg,11.224523,0.0660962608388793
+2000,Niger,OilcropsPulses,11.224523,0.0286634006629948
 2000,Niger,Starchy Roots,11.224523,0.0210988921310955
+2000,Niger,Sugar,11.224523,0.00660518046067526
 2001,Niger,Ruminants,11.642308,0.458011426943867
 2001,Niger,Cereals,11.642308,0.21121310310636
 2001,Niger,Monogastrics,11.642308,0.00495916273646085
-2001,Niger,Oilcrops,11.642308,0.00776160534491958
-2001,Niger,Pulses,11.642308,0.0246715685583992
+2001,Niger,FruitVeg,11.642308,0.0604917856493747
+2001,Niger,OilcropsPulses,11.642308,0.0324331739033188
 2001,Niger,Starchy Roots,11.642308,0.0119635213224045
+2001,Niger,Sugar,11.642308,0.00564965297258928
 2002,Niger,Ruminants,12.075991,0.477387048400417
 2002,Niger,Cereals,12.075991,0.20555472424582
 2002,Niger,Monogastrics,12.075991,0.00482415066390825
-2002,Niger,Oilcrops,12.075991,0.00933679066173534
-2002,Niger,Pulses,12.075991,0.0211060939015274
+2002,Niger,FruitVeg,12.075991,0.0742418572521295
+2002,Niger,OilcropsPulses,12.075991,0.0304428845632628
 2002,Niger,Starchy Roots,12.075991,0.013928629128657
+2002,Niger,Sugar,12.075991,0.00515576734033671
 2003,Niger,Ruminants,12.526725,0.486805817162906
 2003,Niger,Cereals,12.526725,0.208532078416346
 2003,Niger,Monogastrics,12.526725,0.00472230371465806
-2003,Niger,Oilcrops,12.526725,0.0108207851613251
-2003,Niger,Pulses,12.526725,0.0236698738097947
+2003,Niger,FruitVeg,12.526725,0.0786718795215828
+2003,Niger,OilcropsPulses,12.526725,0.0344906589711197
 2003,Niger,Starchy Roots,12.526725,0.0142534461321694
+2003,Niger,Sugar,12.526725,0.00617248323085244
 2004,Niger,Ruminants,12.996012,0.506650178531691
 2004,Niger,Cereals,12.996012,0.212271195194341
 2004,Niger,Monogastrics,12.996012,0.0046091370183407
-2004,Niger,Oilcrops,12.996012,0.0115809372906088
-2004,Niger,Pulses,12.996012,0.0249679670963677
+2004,Niger,FruitVeg,12.996012,0.0657942605777834
+2004,Niger,OilcropsPulses,12.996012,0.0365489043869766
 2004,Niger,Starchy Roots,12.996012,0.0128006960904622
+2004,Niger,Sugar,12.996012,0.00698675870720956
 2005,Niger,Ruminants,13.485436,0.513536596072978
 2005,Niger,Cereals,13.485436,0.208021305354903
 2005,Niger,Monogastrics,13.485436,0.00445821699795246
-2005,Niger,Oilcrops,13.485436,0.0108300539930633
-2005,Niger,Pulses,13.485436,0.0262702666788082
+2005,Niger,FruitVeg,13.485436,0.0703605726948687
+2005,Niger,OilcropsPulses,13.485436,0.0371003206718715
 2005,Niger,Starchy Roots,13.485436,0.0136740851389603
+2005,Niger,Sugar,13.485436,0.00670946048759566
 2006,Niger,Ruminants,13.99553,0.512601952194736
 2006,Niger,Cereals,13.99553,0.207499394449514
 2006,Niger,Monogastrics,13.99553,0.00391963005330988
-2006,Niger,Oilcrops,13.99553,0.0106755514081996
-2006,Niger,Pulses,13.99553,0.0275016380229973
+2006,Niger,FruitVeg,13.99553,0.0702032005933323
+2006,Niger,OilcropsPulses,13.99553,0.038177189431197
 2006,Niger,Starchy Roots,13.99553,0.0174423548089997
+2006,Niger,Sugar,13.99553,0.00622820286191377
 2007,Niger,Ruminants,14.527631,0.526703782605712
 2007,Niger,Cereals,14.527631,0.206812796938468
 2007,Niger,Monogastrics,14.527631,0.00382119424701798
-2007,Niger,Oilcrops,14.527631,0.0109467951106412
-2007,Niger,Pulses,14.527631,0.0283638123793205
+2007,Niger,FruitVeg,14.527631,0.0750878790905413
+2007,Niger,OilcropsPulses,14.527631,0.0393106074899617
 2007,Niger,Starchy Roots,14.527631,0.0190760627111192
+2007,Niger,Sugar,14.527631,0.00563126913121623
 2008,Niger,Ruminants,15.08513,0.529639439633599
 2008,Niger,Cereals,15.08513,0.207343456768354
 2008,Niger,Monogastrics,15.08513,0.00370630548096039
-2008,Niger,Oilcrops,15.08513,0.0140952050131487
-2008,Niger,Pulses,15.08513,0.0301663956492254
+2008,Niger,FruitVeg,15.08513,0.079816348947606
+2008,Niger,OilcropsPulses,15.08513,0.0442616006623741
 2008,Niger,Starchy Roots,15.08513,0.0123046337684859
+2008,Niger,Sugar,15.08513,0.005439263698755
 2009,Niger,Ruminants,15.672194,0.429661258659764
 2009,Niger,Cereals,15.672194,0.207584336947335
 2009,Niger,Monogastrics,15.672194,0.00470761783576696
-2009,Niger,Oilcrops,15.672194,0.0169973648871371
-2009,Niger,Pulses,15.672194,0.0317073665627161
+2009,Niger,FruitVeg,15.672194,0.0751099686489333
+2009,Niger,OilcropsPulses,15.672194,0.0487047314498532
 2009,Niger,Starchy Roots,15.672194,0.0118124494885655
+2009,Niger,Sugar,15.672194,0.00511121799538724
 2010,Niger,Ruminants,16.29199,0.391000945863581
 2010,Niger,Cereals,16.29199,0.205611653333939
 2010,Niger,Monogastrics,16.29199,0.00451683311860614
-2010,Niger,Oilcrops,16.29199,0.0179428664024468
-2010,Niger,Pulses,16.29199,0.0340948527466565
+2010,Niger,FruitVeg,16.29199,0.0706370431113695
+2010,Niger,OilcropsPulses,16.29199,0.0520377191491033
 2010,Niger,Starchy Roots,16.29199,0.0112996018288742
+2010,Niger,Sugar,16.29199,0.00474024351844066
 2011,Niger,Ruminants,16.946485,0.382473008414429
 2011,Niger,Cereals,16.946485,0.205323345814781
 2011,Niger,Monogastrics,16.946485,0.00447381861194224
-2011,Niger,Oilcrops,16.946485,0.0199181718214721
-2011,Niger,Pulses,16.946485,0.0342364212991662
+2011,Niger,FruitVeg,16.946485,0.076997324223873
+2011,Niger,OilcropsPulses,16.946485,0.0541545931206383
 2011,Niger,Starchy Roots,16.946485,0.0104794003004163
+2011,Niger,Sugar,16.946485,0.00474074712248587
 1961,Nigeria,Ruminants,46.144154,0.120200966302254
 1961,Nigeria,Cereals,46.144154,0.120934582525882
 1961,Nigeria,Monogastrics,46.144154,0.00860463494465626
-1961,Nigeria,Oilcrops,46.144154,0.0141552708930366
-1961,Nigeria,Pulses,46.144154,0.00494017075272417
+1961,Nigeria,FruitVeg,46.144154,0.113705172707251
+1961,Nigeria,OilcropsPulses,46.144154,0.0190954416457608
 1961,Nigeria,Starchy Roots,46.144154,0.120718910568823
+1961,Nigeria,Sugar,46.144154,0.00165607110274467
 1962,Nigeria,Ruminants,47.117859,0.112835084463409
 1962,Nigeria,Cereals,47.117859,0.126641789899664
 1962,Nigeria,Monogastrics,47.117859,0.00886941828150553
-1962,Nigeria,Oilcrops,47.117859,0.0180196854869828
-1962,Nigeria,Pulses,47.117859,0.00488689437268361
+1962,Nigeria,FruitVeg,47.117859,0.112214096994518
+1962,Nigeria,OilcropsPulses,47.117859,0.0229065798596664
 1962,Nigeria,Starchy Roots,47.117859,0.122282020496729
+1962,Nigeria,Sugar,47.117859,0.00201339793474063
 1963,Nigeria,Ruminants,48.12846,0.113278766866839
 1963,Nigeria,Cereals,48.12846,0.119717335647141
 1963,Nigeria,Monogastrics,48.12846,0.00911771538087859
-1963,Nigeria,Oilcrops,48.12846,0.0167205433126263
-1963,Nigeria,Pulses,48.12846,0.00627217243186256
+1963,Nigeria,FruitVeg,48.12846,0.112025566577447
+1963,Nigeria,OilcropsPulses,48.12846,0.0229927157444888
 1963,Nigeria,Starchy Roots,48.12846,0.129360985163456
+1963,Nigeria,Sugar,48.12846,0.00154850165577706
 1964,Nigeria,Ruminants,49.169819,0.122150124245932
 1964,Nigeria,Cereals,49.169819,0.11626573203371
 1964,Nigeria,Monogastrics,49.169819,0.00928074191202534
-1964,Nigeria,Oilcrops,49.169819,0.0158872051166184
-1964,Nigeria,Pulses,49.169819,0.00607730526728195
+1964,Nigeria,FruitVeg,49.169819,0.110802095895452
+1964,Nigeria,OilcropsPulses,49.169819,0.0219645103839003
 1964,Nigeria,Starchy Roots,49.169819,0.132748282030487
+1964,Nigeria,Sugar,49.169819,0.00139607998150247
 1965,Nigeria,Ruminants,50.238569,0.125606887807652
 1965,Nigeria,Cereals,50.238569,0.102933743992589
 1965,Nigeria,Monogastrics,50.238569,0.00940660551059884
-1965,Nigeria,Oilcrops,50.238569,0.0181424753559362
-1965,Nigeria,Pulses,50.238569,0.00615274292546032
+1965,Nigeria,FruitVeg,50.238569,0.112213566433391
+1965,Nigeria,OilcropsPulses,50.238569,0.0242952182813965
 1965,Nigeria,Starchy Roots,50.238569,0.139053244132013
+1965,Nigeria,Sugar,50.238569,0.00197021933486999
 1966,Nigeria,Ruminants,51.336375,0.11883221205237
 1966,Nigeria,Cereals,51.336375,0.0929976454317236
 1966,Nigeria,Monogastrics,51.336375,0.00954119569213837
-1966,Nigeria,Oilcrops,51.336375,0.012734401289534
-1966,Nigeria,Pulses,51.336375,0.0046552371490975
+1966,Nigeria,FruitVeg,51.336375,0.110407737203883
+1966,Nigeria,OilcropsPulses,51.336375,0.0173896384386315
 1966,Nigeria,Starchy Roots,51.336375,0.144332162136497
+1966,Nigeria,Sugar,51.336375,0.00197045467273449
 1967,Nigeria,Ruminants,52.468593,0.118248507254616
 1967,Nigeria,Cereals,52.468593,0.100701118476724
 1967,Nigeria,Monogastrics,52.468593,0.00971935344254419
-1967,Nigeria,Oilcrops,52.468593,0.0129288772809288
-1967,Nigeria,Pulses,52.468593,0.00459421505737728
+1967,Nigeria,FruitVeg,52.468593,0.109339505254124
+1967,Nigeria,OilcropsPulses,52.468593,0.0175230923383061
 1967,Nigeria,Starchy Roots,52.468593,0.149617638879701
+1967,Nigeria,Sugar,52.468593,0.00251270317082831
 1968,Nigeria,Ruminants,53.640547,0.115365904079986
 1968,Nigeria,Cereals,53.640547,0.100961647538755
 1968,Nigeria,Monogastrics,53.640547,0.00991787052432556
-1968,Nigeria,Oilcrops,53.640547,0.0141021119713787
-1968,Nigeria,Pulses,53.640547,0.00515574533570659
+1968,Nigeria,FruitVeg,53.640547,0.109256566678934
+1968,Nigeria,OilcropsPulses,53.640547,0.0192578573070852
 1968,Nigeria,Starchy Roots,53.640547,0.150244086809928
+1968,Nigeria,Sugar,53.640547,0.00155555833537641
 1969,Nigeria,Ruminants,54.859201,0.131508504835862
 1969,Nigeria,Cereals,54.859201,0.104481652950068
 1969,Nigeria,Monogastrics,54.859201,0.0105506312423325
-1969,Nigeria,Oilcrops,54.859201,0.0157983525862872
-1969,Nigeria,Pulses,54.859201,0.00828737917637554
+1969,Nigeria,FruitVeg,54.859201,0.108829692944307
+1969,Nigeria,OilcropsPulses,54.859201,0.0240857317626628
 1969,Nigeria,Starchy Roots,54.859201,0.160692296630423
+1969,Nigeria,Sugar,54.859201,0.00229571334806717
 1970,Nigeria,Ruminants,56.131844,0.129660710950454
 1970,Nigeria,Cereals,56.131844,0.10933863138364
 1970,Nigeria,Monogastrics,56.131844,0.0107125716375895
-1970,Nigeria,Oilcrops,56.131844,0.0172387887346085
-1970,Nigeria,Pulses,56.131844,0.00761551678223862
+1970,Nigeria,FruitVeg,56.131844,0.120295709508492
+1970,Nigeria,OilcropsPulses,56.131844,0.0248543055168471
 1970,Nigeria,Starchy Roots,56.131844,0.180107355817493
+1970,Nigeria,Sugar,56.131844,0.00253120136227842
 1971,Nigeria,Ruminants,57.453734,0.124273108167347
 1971,Nigeria,Cereals,57.453734,0.102410454297017
 1971,Nigeria,Monogastrics,57.453734,0.0111347401719791
-1971,Nigeria,Oilcrops,57.453734,0.0166391796223375
-1971,Nigeria,Pulses,57.453734,0.00738180045878306
+1971,Nigeria,FruitVeg,57.453734,0.119579730013719
+1971,Nigeria,OilcropsPulses,57.453734,0.0240209800811206
 1971,Nigeria,Starchy Roots,57.453734,0.150655168905123
+1971,Nigeria,Sugar,57.453734,0.00349176608782294
 1972,Nigeria,Ruminants,58.829319,0.110676606676341
 1972,Nigeria,Cereals,58.829319,0.0924904638110803
 1972,Nigeria,Monogastrics,58.829319,0.0112556121888815
-1972,Nigeria,Oilcrops,58.829319,0.016689994320689
-1972,Nigeria,Pulses,58.829319,0.00273203910451522
+1972,Nigeria,FruitVeg,58.829319,0.114688035059525
+1972,Nigeria,OilcropsPulses,58.829319,0.0194220334252042
 1972,Nigeria,Starchy Roots,58.829319,0.135250809209605
+1972,Nigeria,Sugar,58.829319,0.00303029174959513
 1973,Nigeria,Ruminants,60.285453,0.129353729829317
 1973,Nigeria,Cereals,60.285453,0.104650320865964
 1973,Nigeria,Monogastrics,60.285453,0.0113084229457478
-1973,Nigeria,Oilcrops,60.285453,0.0113343097878024
-1973,Nigeria,Pulses,60.285453,0.00406260528555703
+1973,Nigeria,FruitVeg,60.285453,0.113931647822237
+1973,Nigeria,OilcropsPulses,60.285453,0.0153969150733594
 1973,Nigeria,Starchy Roots,60.285453,0.13162047567263
+1973,Nigeria,Sugar,60.285453,0.00323167514391905
 1974,Nigeria,Ruminants,61.857023,0.12638954027904
 1974,Nigeria,Cereals,61.857023,0.109683665183822
 1974,Nigeria,Monogastrics,61.857023,0.0114867506637039
-1974,Nigeria,Oilcrops,61.857023,0.0165592029865388
-1974,Nigeria,Pulses,61.857023,0.00942153326712797
+1974,Nigeria,FruitVeg,61.857023,0.111074162104439
+1974,Nigeria,OilcropsPulses,61.857023,0.0259807362536668
 1974,Nigeria,Starchy Roots,61.857023,0.126644956709281
+1974,Nigeria,Sugar,61.857023,0.00221530221394586
 1975,Nigeria,Ruminants,63.565598,0.114501679037142
 1975,Nigeria,Cereals,63.565598,0.105604276703257
 1975,Nigeria,Monogastrics,63.565598,0.0124365132221363
-1975,Nigeria,Oilcrops,63.565598,0.012102489777568
-1975,Nigeria,Pulses,63.565598,0.00711044990090394
+1975,Nigeria,FruitVeg,63.565598,0.114263221436224
+1975,Nigeria,OilcropsPulses,63.565598,0.019212939678472
 1975,Nigeria,Starchy Roots,63.565598,0.139884202772701
+1975,Nigeria,Sugar,63.565598,0.0028955599536718
 1976,Nigeria,Ruminants,65.426976,0.144651259749495
 1976,Nigeria,Cereals,65.426976,0.0958453131014339
 1976,Nigeria,Monogastrics,65.426976,0.0125125636251322
-1976,Nigeria,Oilcrops,65.426976,0.0109376291516209
-1976,Nigeria,Pulses,65.426976,0.0063268704333821
+1976,Nigeria,FruitVeg,65.426976,0.109972956720482
+1976,Nigeria,OilcropsPulses,65.426976,0.017264499585003
 1976,Nigeria,Starchy Roots,65.426976,0.129102038889892
+1976,Nigeria,Sugar,65.426976,0.00442371048908022
 1977,Nigeria,Ruminants,67.425435,0.132760632541711
 1977,Nigeria,Cereals,67.425435,0.0971832069010753
 1977,Nigeria,Monogastrics,67.425435,0.0142280787658248
-1977,Nigeria,Oilcrops,67.425435,0.0139340739885475
-1977,Nigeria,Pulses,67.425435,0.00338786097560958
+1977,Nigeria,FruitVeg,67.425435,0.106065062835709
+1977,Nigeria,OilcropsPulses,67.425435,0.0173219349641571
 1977,Nigeria,Starchy Roots,67.425435,0.123810843786177
+1977,Nigeria,Sugar,67.425435,0.00697039626069895
 1978,Nigeria,Ruminants,69.512233,0.145119390712136
 1978,Nigeria,Cereals,69.512233,0.0952752589605343
 1978,Nigeria,Monogastrics,69.512233,0.0149339498272196
-1978,Nigeria,Oilcrops,69.512233,0.0144542759833366
-1978,Nigeria,Pulses,69.512233,0.00404655393533394
+1978,Nigeria,FruitVeg,69.512233,0.1020441107107
+1978,Nigeria,OilcropsPulses,69.512233,0.0185008299186706
 1978,Nigeria,Starchy Roots,69.512233,0.12442759535577
+1978,Nigeria,Sugar,69.512233,0.00890102321989858
 1979,Nigeria,Ruminants,71.619216,0.151523096818038
 1979,Nigeria,Cereals,71.619216,0.0922930795556321
 1979,Nigeria,Monogastrics,71.619216,0.0149050053829129
-1979,Nigeria,Oilcrops,71.619216,0.0129800080470024
-1979,Nigeria,Pulses,71.619216,0.00509946939380068
+1979,Nigeria,FruitVeg,71.619216,0.102761820235508
+1979,Nigeria,OilcropsPulses,71.619216,0.018079477440803
 1979,Nigeria,Starchy Roots,71.619216,0.118110550107111
+1979,Nigeria,Sugar,71.619216,0.00914733554190261
 1980,Nigeria,Ruminants,73.698096,0.185644091809373
 1980,Nigeria,Cereals,73.698096,0.105816465054945
 1980,Nigeria,Monogastrics,73.698096,0.0150330572990651
-1980,Nigeria,Oilcrops,73.698096,0.0125788595678238
-1980,Nigeria,Pulses,73.698096,0.00469442249905615
+1980,Nigeria,FruitVeg,73.698096,0.101646832232952
+1980,Nigeria,OilcropsPulses,73.698096,0.01727328206688
 1980,Nigeria,Starchy Roots,73.698096,0.111296769457925
+1980,Nigeria,Sugar,73.698096,0.0111496638936235
 1981,Nigeria,Ruminants,75.729572,0.168625994611458
 1981,Nigeria,Cereals,75.729572,0.111057064999654
 1981,Nigeria,Monogastrics,75.729572,0.0152449560919214
-1981,Nigeria,Oilcrops,75.729572,0.0137837435552917
-1981,Nigeria,Pulses,75.729572,0.00416085805951736
+1981,Nigeria,FruitVeg,75.729572,0.0998816023943724
+1981,Nigeria,OilcropsPulses,75.729572,0.0179446016148091
 1981,Nigeria,Starchy Roots,75.729572,0.104708963626521
+1981,Nigeria,Sugar,75.729572,0.0118886318279998
 1982,Nigeria,Ruminants,77.729802,0.184173408804
 1982,Nigeria,Cereals,77.729802,0.110219719844391
 1982,Nigeria,Monogastrics,77.729802,0.0150036095550584
-1982,Nigeria,Oilcrops,77.729802,0.013740598490139
-1982,Nigeria,Pulses,77.729802,0.00466712883174461
+1982,Nigeria,FruitVeg,77.729802,0.0986738265459624
+1982,Nigeria,OilcropsPulses,77.729802,0.0184077273218836
 1982,Nigeria,Starchy Roots,77.729802,0.107714477389252
+1982,Nigeria,Sugar,77.729802,0.0103124281726589
 1983,Nigeria,Ruminants,79.729311,0.18263699908306
 1983,Nigeria,Cereals,79.729311,0.103174728300361
 1983,Nigeria,Monogastrics,79.729311,0.015155224406743
-1983,Nigeria,Oilcrops,79.729311,0.0127169542453465
-1983,Nigeria,Pulses,79.729311,0.00432469559407079
+1983,Nigeria,FruitVeg,79.729311,0.101797731577036
+1983,Nigeria,OilcropsPulses,79.729311,0.0170416498394173
 1983,Nigeria,Starchy Roots,79.729311,0.0912611047146764
+1983,Nigeria,Sugar,79.729311,0.0104327754694883
 1984,Nigeria,Ruminants,81.775215,0.181616750258621
 1984,Nigeria,Cereals,81.775215,0.11411213042974
 1984,Nigeria,Monogastrics,81.775215,0.0154935135297413
-1984,Nigeria,Oilcrops,81.775215,0.0129950376773696
-1984,Nigeria,Pulses,81.775215,0.00373681683380472
+1984,Nigeria,FruitVeg,81.775215,0.102424420406599
+1984,Nigeria,OilcropsPulses,81.775215,0.0167318545111743
 1984,Nigeria,Starchy Roots,81.775215,0.0995198239466567
+1984,Nigeria,Sugar,81.775215,0.00655324476982421
 1985,Nigeria,Ruminants,83.90157,0.179407337669605
 1985,Nigeria,Cereals,83.90157,0.126472460527258
 1985,Nigeria,Monogastrics,83.90157,0.0163524878020757
-1985,Nigeria,Oilcrops,83.90157,0.0131247126841607
-1985,Nigeria,Pulses,83.90157,0.00418143546062368
+1985,Nigeria,FruitVeg,83.90157,0.103637905703076
+1985,Nigeria,OilcropsPulses,83.90157,0.0173061481447844
 1985,Nigeria,Starchy Roots,83.90157,0.0993409896858903
+1985,Nigeria,Sugar,83.90157,0.00585123734871707
 1986,Nigeria,Ruminants,86.118043,0.130595363157521
 1986,Nigeria,Cereals,86.118043,0.137409114138834
 1986,Nigeria,Monogastrics,86.118043,0.0174891433610492
-1986,Nigeria,Oilcrops,86.118043,0.0148519050763845
-1986,Nigeria,Pulses,86.118043,0.00442940859675597
+1986,Nigeria,FruitVeg,86.118043,0.103886266899957
+1986,Nigeria,OilcropsPulses,86.118043,0.0192813136731405
 1986,Nigeria,Starchy Roots,86.118043,0.100953954562112
+1986,Nigeria,Sugar,86.118043,0.00627468973023458
 1987,Nigeria,Ruminants,88.412917,0.123634260364919
 1987,Nigeria,Cereals,88.412917,0.135653006449273
 1987,Nigeria,Monogastrics,88.412917,0.0190598382813226
-1987,Nigeria,Oilcrops,88.412917,0.012911699316515
-1987,Nigeria,Pulses,88.412917,0.00447932285731507
+1987,Nigeria,FruitVeg,88.412917,0.0996701760219041
+1987,Nigeria,OilcropsPulses,88.412917,0.0173910221738301
 1987,Nigeria,Starchy Roots,88.412917,0.106193182156856
+1987,Nigeria,Sugar,88.412917,0.00817028805870074
 1988,Nigeria,Ruminants,90.773613,0.113161849137811
 1988,Nigeria,Cereals,90.773613,0.133571889443246
 1988,Nigeria,Monogastrics,90.773613,0.0188615914186428
-1988,Nigeria,Oilcrops,90.773613,0.0165639325163801
-1988,Nigeria,Pulses,90.773613,0.00596548911190744
+1988,Nigeria,FruitVeg,90.773613,0.0991989489280326
+1988,Nigeria,OilcropsPulses,90.773613,0.0225294216282875
 1988,Nigeria,Starchy Roots,90.773613,0.129864303186874
+1988,Nigeria,Sugar,90.773613,0.00497206164967786
 1989,Nigeria,Ruminants,93.179755,0.107024781295036
 1989,Nigeria,Cereals,93.179755,0.137035786367972
 1989,Nigeria,Monogastrics,93.179755,0.0193576115326768
-1989,Nigeria,Oilcrops,93.179755,0.0189071757057099
-1989,Nigeria,Pulses,93.179755,0.00752371585437202
+1989,Nigeria,FruitVeg,93.179755,0.10956915480192
+1989,Nigeria,OilcropsPulses,93.179755,0.0264308915600819
 1989,Nigeria,Starchy Roots,93.179755,0.139885525562929
+1989,Nigeria,Sugar,93.179755,0.00458320586912898
 1990,Nigeria,Ruminants,95.617345,0.101174297403886
 1990,Nigeria,Cereals,95.617345,0.138770042192659
 1990,Nigeria,Monogastrics,95.617345,0.0206673015235886
-1990,Nigeria,Oilcrops,95.617345,0.0198479679602064
-1990,Nigeria,Pulses,95.617345,0.0081418387009177
+1990,Nigeria,FruitVeg,95.617345,0.103488378599092
+1990,Nigeria,OilcropsPulses,95.617345,0.0279898066611241
 1990,Nigeria,Starchy Roots,95.617345,0.160649942748358
+1990,Nigeria,Sugar,95.617345,0.00455650593519408
 1991,Nigeria,Ruminants,98.085436,0.101255557450955
 1991,Nigeria,Cereals,98.085436,0.141865923907398
 1991,Nigeria,Monogastrics,98.085436,0.0203216744634749
-1991,Nigeria,Oilcrops,98.085436,0.0209051729147638
-1991,Nigeria,Pulses,98.085436,0.00761776702506578
+1991,Nigeria,FruitVeg,98.085436,0.109831484054371
+1991,Nigeria,OilcropsPulses,98.085436,0.0285229399398296
 1991,Nigeria,Starchy Roots,98.085436,0.207507942361596
+1991,Nigeria,Sugar,98.085436,0.00605445644346221
 1992,Nigeria,Ruminants,100.592458,0.0998735620915039
 1992,Nigeria,Cereals,100.592458,0.145925443038682
 1992,Nigeria,Monogastrics,100.592458,0.0204870846281537
-1992,Nigeria,Oilcrops,100.592458,0.0203612580975007
-1992,Nigeria,Pulses,100.592458,0.00766875584251058
+1992,Nigeria,FruitVeg,100.592458,0.112208302932612
+1992,Nigeria,OilcropsPulses,100.592458,0.0280300139400113
 1992,Nigeria,Starchy Roots,100.592458,0.229849687140561
+1992,Nigeria,Sugar,100.592458,0.00619541476956453
 1993,Nigeria,Ruminants,103.145093,0.109892239856723
 1993,Nigeria,Cereals,103.145093,0.147735840424323
 1993,Nigeria,Monogastrics,103.145093,0.0207621859432518
-1993,Nigeria,Oilcrops,103.145093,0.0210920164665516
-1993,Nigeria,Pulses,103.145093,0.00862733237343632
+1993,Nigeria,FruitVeg,103.145093,0.118859304339374
+1993,Nigeria,OilcropsPulses,103.145093,0.029719348839988
 1993,Nigeria,Starchy Roots,103.145093,0.236569741616307
+1993,Nigeria,Sugar,103.145093,0.00661122095260508
 1994,Nigeria,Ruminants,105.753088,0.114746413835216
 1994,Nigeria,Cereals,105.753088,0.147837801199715
 1994,Nigeria,Monogastrics,105.753088,0.021040923173799
-1994,Nigeria,Oilcrops,105.753088,0.0217268454610044
-1994,Nigeria,Pulses,105.753088,0.00793465246140141
+1994,Nigeria,FruitVeg,105.753088,0.119540045960644
+1994,Nigeria,OilcropsPulses,105.753088,0.0296614979224058
 1994,Nigeria,Starchy Roots,105.753088,0.24008731546449
+1994,Nigeria,Sugar,105.753088,0.00511464024577703
 1995,Nigeria,Ruminants,108.424822,0.120966466516311
 1995,Nigeria,Cereals,108.424822,0.149994168309541
 1995,Nigeria,Monogastrics,108.424822,0.0208918572169756
-1995,Nigeria,Oilcrops,108.424822,0.0226341252374848
-1995,Nigeria,Pulses,108.424822,0.0088011857653776
+1995,Nigeria,FruitVeg,108.424822,0.115851562108167
+1995,Nigeria,OilcropsPulses,108.424822,0.0314353110028624
 1995,Nigeria,Starchy Roots,108.424822,0.2404346119194
+1995,Nigeria,Sugar,108.424822,0.0080641958536026
 1996,Nigeria,Ruminants,111.164651,0.118400724345368
 1996,Nigeria,Cereals,111.164651,0.150841259781403
 1996,Nigeria,Monogastrics,111.164651,0.0193923372277758
-1996,Nigeria,Oilcrops,111.164651,0.024376085163979
-1996,Nigeria,Pulses,111.164651,0.00911348158687603
+1996,Nigeria,FruitVeg,111.164651,0.122075181974889
+1996,Nigeria,OilcropsPulses,111.164651,0.033489566750855
 1996,Nigeria,Starchy Roots,111.164651,0.237736184679786
+1996,Nigeria,Sugar,111.164651,0.00619631325069333
 1997,Nigeria,Ruminants,113.975055,0.12345851554974
 1997,Nigeria,Cereals,113.975055,0.154371480671801
 1997,Nigeria,Monogastrics,113.975055,0.018299863070915
-1997,Nigeria,Oilcrops,113.975055,0.0254946839025434
-1997,Nigeria,Pulses,113.975055,0.00893525342014531
+1997,Nigeria,FruitVeg,113.975055,0.124518422035418
+1997,Nigeria,OilcropsPulses,113.975055,0.0344299373226887
 1997,Nigeria,Starchy Roots,113.975055,0.238459231276528
+1997,Nigeria,Sugar,113.975055,0.00719729417985365
 1998,Nigeria,Ruminants,116.860691,0.124455162600399
 1998,Nigeria,Cereals,116.860691,0.15295798653116
 1998,Nigeria,Monogastrics,116.860691,0.0207312645447219
-1998,Nigeria,Oilcrops,116.860691,0.0255850275607219
-1998,Nigeria,Pulses,116.860691,0.00952932924211444
+1998,Nigeria,FruitVeg,116.860691,0.127576620268316
+1998,Nigeria,OilcropsPulses,116.860691,0.0351143568028363
 1998,Nigeria,Starchy Roots,116.860691,0.241652284941563
+1998,Nigeria,Sugar,116.860691,0.00803148596819439
 1999,Nigeria,Ruminants,119.826231,0.124717922572396
 1999,Nigeria,Cereals,119.826231,0.152475087028315
 1999,Nigeria,Monogastrics,119.826231,0.0209888717938562
-1999,Nigeria,Oilcrops,119.826231,0.0254717850551437
-1999,Nigeria,Pulses,119.826231,0.00954664926413316
+1999,Nigeria,FruitVeg,119.826231,0.129957913806035
+1999,Nigeria,OilcropsPulses,119.826231,0.0350184343192769
 1999,Nigeria,Starchy Roots,119.826231,0.234047835486038
+1999,Nigeria,Sugar,119.826231,0.00809351167859064
 2000,Nigeria,Ruminants,122.876723,0.119814020430867
 2000,Nigeria,Cereals,122.876723,0.151464504794777
 2000,Nigeria,Monogastrics,122.876723,0.0194361091481907
-2000,Nigeria,Oilcrops,122.876723,0.0239275586800927
-2000,Nigeria,Pulses,122.876723,0.00950538858364574
+2000,Nigeria,FruitVeg,122.876723,0.1307056097191
+2000,Nigeria,OilcropsPulses,122.876723,0.0334329472637385
 2000,Nigeria,Starchy Roots,122.876723,0.238699594877705
+2000,Nigeria,Sugar,122.876723,0.00803746206675775
 2001,Nigeria,Ruminants,126.014935,0.128978204845323
 2001,Nigeria,Cereals,126.014935,0.146849609532394
 2001,Nigeria,Monogastrics,126.014935,0.0206376902864728
-2001,Nigeria,Oilcrops,126.014935,0.026412900978761
-2001,Nigeria,Pulses,126.014935,0.00957192097904903
+2001,Nigeria,FruitVeg,126.014935,0.130062051771879
+2001,Nigeria,OilcropsPulses,126.014935,0.03598482195781
 2001,Nigeria,Starchy Roots,126.014935,0.23307511129534
+2001,Nigeria,Sugar,126.014935,0.0106692194857697
 2002,Nigeria,Ruminants,129.246283,0.135402375942989
 2002,Nigeria,Cereals,129.246283,0.149037732868496
 2002,Nigeria,Monogastrics,129.246283,0.0219071824293779
-2002,Nigeria,Oilcrops,129.246283,0.0270942182530696
-2002,Nigeria,Pulses,129.246283,0.00907814114855435
+2002,Nigeria,FruitVeg,129.246283,0.128614816721654
+2002,Nigeria,OilcropsPulses,129.246283,0.0361723594016239
 2002,Nigeria,Starchy Roots,129.246283,0.214698429663931
+2002,Nigeria,Sugar,129.246283,0.0106509987602506
 2003,Nigeria,Ruminants,132.581484,0.124821864265752
 2003,Nigeria,Cereals,132.581484,0.149147191624435
 2003,Nigeria,Monogastrics,132.581484,0.0210589368572764
-2003,Nigeria,Oilcrops,132.581484,0.0280900612034181
-2003,Nigeria,Pulses,132.581484,0.00903442897048882
+2003,Nigeria,FruitVeg,132.581484,0.133686216696745
+2003,Nigeria,OilcropsPulses,132.581484,0.0371244901739069
 2003,Nigeria,Starchy Roots,132.581484,0.209460236544041
+2003,Nigeria,Sugar,132.581484,0.0103857790579565
 2004,Nigeria,Ruminants,136.033321,0.126111034957384
 2004,Nigeria,Cereals,136.033321,0.149858474748257
 2004,Nigeria,Monogastrics,136.033321,0.0213399347943582
-2004,Nigeria,Oilcrops,136.033321,0.029256574571167
-2004,Nigeria,Pulses,136.033321,0.00907312260648257
+2004,Nigeria,FruitVeg,136.033321,0.144780057233183
+2004,Nigeria,OilcropsPulses,136.033321,0.0383296971776496
 2004,Nigeria,Starchy Roots,136.033321,0.217262232390842
+2004,Nigeria,Sugar,136.033321,0.010494031826217
 2005,Nigeria,Ruminants,139.611303,0.120786761799652
 2005,Nigeria,Cereals,139.611303,0.154646132054222
 2005,Nigeria,Monogastrics,139.611303,0.0216690592738039
-2005,Nigeria,Oilcrops,139.611303,0.031572543950829
-2005,Nigeria,Pulses,139.611303,0.00936230786414192
+2005,Nigeria,FruitVeg,139.611303,0.139851305592356
+2005,Nigeria,OilcropsPulses,139.611303,0.0409348518149709
 2005,Nigeria,Starchy Roots,139.611303,0.219646914977937
+2005,Nigeria,Sugar,139.611303,0.0100242456730026
 2006,Nigeria,Ruminants,143.318011,0.107255198371404
 2006,Nigeria,Cereals,143.318011,0.150421561460269
 2006,Nigeria,Monogastrics,143.318011,0.0221626240682338
-2006,Nigeria,Oilcrops,143.318011,0.0325195344777706
-2006,Nigeria,Pulses,143.318011,0.00972703982055682
+2006,Nigeria,FruitVeg,143.318011,0.134457287437515
+2006,Nigeria,OilcropsPulses,143.318011,0.0422465742983274
 2006,Nigeria,Starchy Roots,143.318011,0.237244417242157
+2006,Nigeria,Sugar,143.318011,0.0093374377069746
 2007,Nigeria,Ruminants,147.152502,0.123636772414512
 2007,Nigeria,Cereals,147.152502,0.15512092346211
 2007,Nigeria,Monogastrics,147.152502,0.0226149617218197
-2007,Nigeria,Oilcrops,147.152502,0.0298823257520963
-2007,Nigeria,Pulses,147.152502,0.0100881465134721
+2007,Nigeria,FruitVeg,147.152502,0.130444958387456
+2007,Nigeria,OilcropsPulses,147.152502,0.0399704722655684
 2007,Nigeria,Starchy Roots,147.152502,0.223782494707429
+2007,Nigeria,Sugar,147.152502,0.00953550215544415
 2008,Nigeria,Ruminants,151.115683,0.118206573569204
 2008,Nigeria,Cereals,151.115683,0.155040777600827
 2008,Nigeria,Monogastrics,151.115683,0.023084647673531
-2008,Nigeria,Oilcrops,151.115683,0.0297254587401097
-2008,Nigeria,Pulses,151.115683,0.00960750050013009
+2008,Nigeria,FruitVeg,151.115683,0.128973370685821
+2008,Nigeria,OilcropsPulses,151.115683,0.0393329592402398
 2008,Nigeria,Starchy Roots,151.115683,0.231499354041235
+2008,Nigeria,Sugar,151.115683,0.00979642860761183
 2009,Nigeria,Ruminants,155.207145,0.118098296312325
 2009,Nigeria,Cereals,155.207145,0.160309082420142
 2009,Nigeria,Monogastrics,155.207145,0.0242307736541382
-2009,Nigeria,Oilcrops,155.207145,0.0273699319705932
-2009,Nigeria,Pulses,155.207145,0.0102841721623061
+2009,Nigeria,FruitVeg,155.207145,0.121841549240533
+2009,Nigeria,OilcropsPulses,155.207145,0.0376541041328993
 2009,Nigeria,Starchy Roots,155.207145,0.223283431957981
+2009,Nigeria,Sugar,155.207145,0.0101771216782578
 2010,Nigeria,Ruminants,159.424742,0.118672018926648
 2010,Nigeria,Cereals,159.424742,0.162100353281425
 2010,Nigeria,Monogastrics,159.424742,0.0245613168375082
-2010,Nigeria,Oilcrops,159.424742,0.0265907784878209
-2010,Nigeria,Pulses,159.424742,0.0103069007946082
+2010,Nigeria,FruitVeg,159.424742,0.128974610477965
+2010,Nigeria,OilcropsPulses,159.424742,0.0368976792824291
 2010,Nigeria,Starchy Roots,159.424742,0.230119933328793
+2010,Nigeria,Sugar,159.424742,0.0103942774453416
 2011,Nigeria,Ruminants,163.770669,0.126378441428972
 2011,Nigeria,Cereals,163.770669,0.158133774247451
 2011,Nigeria,Monogastrics,163.770669,0.0238349945312857
-2011,Nigeria,Oilcrops,163.770669,0.0262371523926546
-2011,Nigeria,Pulses,163.770669,0.00950629321786553
+2011,Nigeria,FruitVeg,163.770669,0.124402783016048
+2011,Nigeria,OilcropsPulses,163.770669,0.0357434456105202
 2011,Nigeria,Starchy Roots,163.770669,0.251646587582786
+2011,Nigeria,Sugar,163.770669,0.00949284148066831
 2012,Nigeria,Ruminants,168.240403,0.124696546286804
 2012,Nigeria,Cereals,168.240403,0.151060069678982
 2012,Nigeria,Monogastrics,168.240403,0.0232877532990693
-2012,Nigeria,Oilcrops,168.240403,0.0265990090382748
-2012,Nigeria,Pulses,168.240403,0.0110742839815951
+2012,Nigeria,FruitVeg,168.240403,0.125233176004696
+2012,Nigeria,OilcropsPulses,168.240403,0.0376732930198699
 2012,Nigeria,Starchy Roots,168.240403,0.247014826753595
+2012,Nigeria,Sugar,168.240403,0.0104528874672275
 2013,Nigeria,Ruminants,172.816517,0.123584486429616
 2013,Nigeria,Cereals,172.816517,0.155430114356488
 2013,Nigeria,Monogastrics,172.816517,0.0231818177425714
-2013,Nigeria,Oilcrops,172.816517,0.0252784286816751
-2013,Nigeria,Pulses,172.816517,0.0115274976870411
+2013,Nigeria,FruitVeg,172.816517,0.121054164053081
+2013,Nigeria,OilcropsPulses,172.816517,0.0368059263687162
 2013,Nigeria,Starchy Roots,172.816517,0.252524786158027
+2013,Nigeria,Sugar,172.816517,0.0107985916647076
 1961,Northern Africa,Ruminants,NA,NA
 1961,Northern Africa,Cereals,NA,NA
 1961,Northern Africa,Monogastrics,NA,NA
-1961,Northern Africa,Oilcrops,NA,NA
-1961,Northern Africa,Pulses,NA,NA
+1961,Northern Africa,FruitVeg,NA,NA
+1961,Northern Africa,OilcropsPulses,NA,NA
 1961,Northern Africa,Starchy Roots,NA,NA
+1961,Northern Africa,Sugar,NA,NA
 1962,Northern Africa,Ruminants,NA,NA
 1962,Northern Africa,Cereals,NA,NA
 1962,Northern Africa,Monogastrics,NA,NA
-1962,Northern Africa,Oilcrops,NA,NA
-1962,Northern Africa,Pulses,NA,NA
+1962,Northern Africa,FruitVeg,NA,NA
+1962,Northern Africa,OilcropsPulses,NA,NA
 1962,Northern Africa,Starchy Roots,NA,NA
+1962,Northern Africa,Sugar,NA,NA
 1963,Northern Africa,Ruminants,NA,NA
 1963,Northern Africa,Cereals,NA,NA
 1963,Northern Africa,Monogastrics,NA,NA
-1963,Northern Africa,Oilcrops,NA,NA
-1963,Northern Africa,Pulses,NA,NA
+1963,Northern Africa,FruitVeg,NA,NA
+1963,Northern Africa,OilcropsPulses,NA,NA
 1963,Northern Africa,Starchy Roots,NA,NA
+1963,Northern Africa,Sugar,NA,NA
 1964,Northern Africa,Ruminants,NA,NA
 1964,Northern Africa,Cereals,NA,NA
 1964,Northern Africa,Monogastrics,NA,NA
-1964,Northern Africa,Oilcrops,NA,NA
-1964,Northern Africa,Pulses,NA,NA
+1964,Northern Africa,FruitVeg,NA,NA
+1964,Northern Africa,OilcropsPulses,NA,NA
 1964,Northern Africa,Starchy Roots,NA,NA
+1964,Northern Africa,Sugar,NA,NA
 1965,Northern Africa,Ruminants,NA,NA
 1965,Northern Africa,Cereals,NA,NA
 1965,Northern Africa,Monogastrics,NA,NA
-1965,Northern Africa,Oilcrops,NA,NA
-1965,Northern Africa,Pulses,NA,NA
+1965,Northern Africa,FruitVeg,NA,NA
+1965,Northern Africa,OilcropsPulses,NA,NA
 1965,Northern Africa,Starchy Roots,NA,NA
+1965,Northern Africa,Sugar,NA,NA
 1966,Northern Africa,Ruminants,NA,NA
 1966,Northern Africa,Cereals,NA,NA
 1966,Northern Africa,Monogastrics,NA,NA
-1966,Northern Africa,Oilcrops,NA,NA
-1966,Northern Africa,Pulses,NA,NA
+1966,Northern Africa,FruitVeg,NA,NA
+1966,Northern Africa,OilcropsPulses,NA,NA
 1966,Northern Africa,Starchy Roots,NA,NA
+1966,Northern Africa,Sugar,NA,NA
 1967,Northern Africa,Ruminants,NA,NA
 1967,Northern Africa,Cereals,NA,NA
 1967,Northern Africa,Monogastrics,NA,NA
-1967,Northern Africa,Oilcrops,NA,NA
-1967,Northern Africa,Pulses,NA,NA
+1967,Northern Africa,FruitVeg,NA,NA
+1967,Northern Africa,OilcropsPulses,NA,NA
 1967,Northern Africa,Starchy Roots,NA,NA
+1967,Northern Africa,Sugar,NA,NA
 1968,Northern Africa,Ruminants,NA,NA
 1968,Northern Africa,Cereals,NA,NA
 1968,Northern Africa,Monogastrics,NA,NA
-1968,Northern Africa,Oilcrops,NA,NA
-1968,Northern Africa,Pulses,NA,NA
+1968,Northern Africa,FruitVeg,NA,NA
+1968,Northern Africa,OilcropsPulses,NA,NA
 1968,Northern Africa,Starchy Roots,NA,NA
+1968,Northern Africa,Sugar,NA,NA
 1969,Northern Africa,Ruminants,NA,NA
 1969,Northern Africa,Cereals,NA,NA
 1969,Northern Africa,Monogastrics,NA,NA
-1969,Northern Africa,Oilcrops,NA,NA
-1969,Northern Africa,Pulses,NA,NA
+1969,Northern Africa,FruitVeg,NA,NA
+1969,Northern Africa,OilcropsPulses,NA,NA
 1969,Northern Africa,Starchy Roots,NA,NA
+1969,Northern Africa,Sugar,NA,NA
 1970,Northern Africa,Ruminants,NA,NA
 1970,Northern Africa,Cereals,NA,NA
 1970,Northern Africa,Monogastrics,NA,NA
-1970,Northern Africa,Oilcrops,NA,NA
-1970,Northern Africa,Pulses,NA,NA
+1970,Northern Africa,FruitVeg,NA,NA
+1970,Northern Africa,OilcropsPulses,NA,NA
 1970,Northern Africa,Starchy Roots,NA,NA
+1970,Northern Africa,Sugar,NA,NA
 1971,Northern Africa,Ruminants,NA,NA
 1971,Northern Africa,Cereals,NA,NA
 1971,Northern Africa,Monogastrics,NA,NA
-1971,Northern Africa,Oilcrops,NA,NA
-1971,Northern Africa,Pulses,NA,NA
+1971,Northern Africa,FruitVeg,NA,NA
+1971,Northern Africa,OilcropsPulses,NA,NA
 1971,Northern Africa,Starchy Roots,NA,NA
+1971,Northern Africa,Sugar,NA,NA
 1972,Northern Africa,Ruminants,NA,NA
 1972,Northern Africa,Cereals,NA,NA
 1972,Northern Africa,Monogastrics,NA,NA
-1972,Northern Africa,Oilcrops,NA,NA
-1972,Northern Africa,Pulses,NA,NA
+1972,Northern Africa,FruitVeg,NA,NA
+1972,Northern Africa,OilcropsPulses,NA,NA
 1972,Northern Africa,Starchy Roots,NA,NA
+1972,Northern Africa,Sugar,NA,NA
 1973,Northern Africa,Ruminants,NA,NA
 1973,Northern Africa,Cereals,NA,NA
 1973,Northern Africa,Monogastrics,NA,NA
-1973,Northern Africa,Oilcrops,NA,NA
-1973,Northern Africa,Pulses,NA,NA
+1973,Northern Africa,FruitVeg,NA,NA
+1973,Northern Africa,OilcropsPulses,NA,NA
 1973,Northern Africa,Starchy Roots,NA,NA
+1973,Northern Africa,Sugar,NA,NA
 1974,Northern Africa,Ruminants,NA,NA
 1974,Northern Africa,Cereals,NA,NA
 1974,Northern Africa,Monogastrics,NA,NA
-1974,Northern Africa,Oilcrops,NA,NA
-1974,Northern Africa,Pulses,NA,NA
+1974,Northern Africa,FruitVeg,NA,NA
+1974,Northern Africa,OilcropsPulses,NA,NA
 1974,Northern Africa,Starchy Roots,NA,NA
+1974,Northern Africa,Sugar,NA,NA
 1975,Northern Africa,Ruminants,NA,NA
 1975,Northern Africa,Cereals,NA,NA
 1975,Northern Africa,Monogastrics,NA,NA
-1975,Northern Africa,Oilcrops,NA,NA
-1975,Northern Africa,Pulses,NA,NA
+1975,Northern Africa,FruitVeg,NA,NA
+1975,Northern Africa,OilcropsPulses,NA,NA
 1975,Northern Africa,Starchy Roots,NA,NA
+1975,Northern Africa,Sugar,NA,NA
 1976,Northern Africa,Ruminants,NA,NA
 1976,Northern Africa,Cereals,NA,NA
 1976,Northern Africa,Monogastrics,NA,NA
-1976,Northern Africa,Oilcrops,NA,NA
-1976,Northern Africa,Pulses,NA,NA
+1976,Northern Africa,FruitVeg,NA,NA
+1976,Northern Africa,OilcropsPulses,NA,NA
 1976,Northern Africa,Starchy Roots,NA,NA
+1976,Northern Africa,Sugar,NA,NA
 1977,Northern Africa,Ruminants,NA,NA
 1977,Northern Africa,Cereals,NA,NA
 1977,Northern Africa,Monogastrics,NA,NA
-1977,Northern Africa,Oilcrops,NA,NA
-1977,Northern Africa,Pulses,NA,NA
+1977,Northern Africa,FruitVeg,NA,NA
+1977,Northern Africa,OilcropsPulses,NA,NA
 1977,Northern Africa,Starchy Roots,NA,NA
+1977,Northern Africa,Sugar,NA,NA
 1978,Northern Africa,Ruminants,NA,NA
 1978,Northern Africa,Cereals,NA,NA
 1978,Northern Africa,Monogastrics,NA,NA
-1978,Northern Africa,Oilcrops,NA,NA
-1978,Northern Africa,Pulses,NA,NA
+1978,Northern Africa,FruitVeg,NA,NA
+1978,Northern Africa,OilcropsPulses,NA,NA
 1978,Northern Africa,Starchy Roots,NA,NA
+1978,Northern Africa,Sugar,NA,NA
 1979,Northern Africa,Ruminants,NA,NA
 1979,Northern Africa,Cereals,NA,NA
 1979,Northern Africa,Monogastrics,NA,NA
-1979,Northern Africa,Oilcrops,NA,NA
-1979,Northern Africa,Pulses,NA,NA
+1979,Northern Africa,FruitVeg,NA,NA
+1979,Northern Africa,OilcropsPulses,NA,NA
 1979,Northern Africa,Starchy Roots,NA,NA
+1979,Northern Africa,Sugar,NA,NA
 1980,Northern Africa,Ruminants,NA,NA
 1980,Northern Africa,Cereals,NA,NA
 1980,Northern Africa,Monogastrics,NA,NA
-1980,Northern Africa,Oilcrops,NA,NA
-1980,Northern Africa,Pulses,NA,NA
+1980,Northern Africa,FruitVeg,NA,NA
+1980,Northern Africa,OilcropsPulses,NA,NA
 1980,Northern Africa,Starchy Roots,NA,NA
+1980,Northern Africa,Sugar,NA,NA
 1981,Northern Africa,Ruminants,NA,NA
 1981,Northern Africa,Cereals,NA,NA
 1981,Northern Africa,Monogastrics,NA,NA
-1981,Northern Africa,Oilcrops,NA,NA
-1981,Northern Africa,Pulses,NA,NA
+1981,Northern Africa,FruitVeg,NA,NA
+1981,Northern Africa,OilcropsPulses,NA,NA
 1981,Northern Africa,Starchy Roots,NA,NA
+1981,Northern Africa,Sugar,NA,NA
 1982,Northern Africa,Ruminants,NA,NA
 1982,Northern Africa,Cereals,NA,NA
 1982,Northern Africa,Monogastrics,NA,NA
-1982,Northern Africa,Oilcrops,NA,NA
-1982,Northern Africa,Pulses,NA,NA
+1982,Northern Africa,FruitVeg,NA,NA
+1982,Northern Africa,OilcropsPulses,NA,NA
 1982,Northern Africa,Starchy Roots,NA,NA
+1982,Northern Africa,Sugar,NA,NA
 1983,Northern Africa,Ruminants,NA,NA
 1983,Northern Africa,Cereals,NA,NA
 1983,Northern Africa,Monogastrics,NA,NA
-1983,Northern Africa,Oilcrops,NA,NA
-1983,Northern Africa,Pulses,NA,NA
+1983,Northern Africa,FruitVeg,NA,NA
+1983,Northern Africa,OilcropsPulses,NA,NA
 1983,Northern Africa,Starchy Roots,NA,NA
+1983,Northern Africa,Sugar,NA,NA
 1984,Northern Africa,Ruminants,NA,NA
 1984,Northern Africa,Cereals,NA,NA
 1984,Northern Africa,Monogastrics,NA,NA
-1984,Northern Africa,Oilcrops,NA,NA
-1984,Northern Africa,Pulses,NA,NA
+1984,Northern Africa,FruitVeg,NA,NA
+1984,Northern Africa,OilcropsPulses,NA,NA
 1984,Northern Africa,Starchy Roots,NA,NA
+1984,Northern Africa,Sugar,NA,NA
 1985,Northern Africa,Ruminants,NA,NA
 1985,Northern Africa,Cereals,NA,NA
 1985,Northern Africa,Monogastrics,NA,NA
-1985,Northern Africa,Oilcrops,NA,NA
-1985,Northern Africa,Pulses,NA,NA
+1985,Northern Africa,FruitVeg,NA,NA
+1985,Northern Africa,OilcropsPulses,NA,NA
 1985,Northern Africa,Starchy Roots,NA,NA
+1985,Northern Africa,Sugar,NA,NA
 1986,Northern Africa,Ruminants,NA,NA
 1986,Northern Africa,Cereals,NA,NA
 1986,Northern Africa,Monogastrics,NA,NA
-1986,Northern Africa,Oilcrops,NA,NA
-1986,Northern Africa,Pulses,NA,NA
+1986,Northern Africa,FruitVeg,NA,NA
+1986,Northern Africa,OilcropsPulses,NA,NA
 1986,Northern Africa,Starchy Roots,NA,NA
+1986,Northern Africa,Sugar,NA,NA
 1987,Northern Africa,Ruminants,NA,NA
 1987,Northern Africa,Cereals,NA,NA
 1987,Northern Africa,Monogastrics,NA,NA
-1987,Northern Africa,Oilcrops,NA,NA
-1987,Northern Africa,Pulses,NA,NA
+1987,Northern Africa,FruitVeg,NA,NA
+1987,Northern Africa,OilcropsPulses,NA,NA
 1987,Northern Africa,Starchy Roots,NA,NA
+1987,Northern Africa,Sugar,NA,NA
 1988,Northern Africa,Ruminants,NA,NA
 1988,Northern Africa,Cereals,NA,NA
 1988,Northern Africa,Monogastrics,NA,NA
-1988,Northern Africa,Oilcrops,NA,NA
-1988,Northern Africa,Pulses,NA,NA
+1988,Northern Africa,FruitVeg,NA,NA
+1988,Northern Africa,OilcropsPulses,NA,NA
 1988,Northern Africa,Starchy Roots,NA,NA
+1988,Northern Africa,Sugar,NA,NA
 1989,Northern Africa,Ruminants,NA,NA
 1989,Northern Africa,Cereals,NA,NA
 1989,Northern Africa,Monogastrics,NA,NA
-1989,Northern Africa,Oilcrops,NA,NA
-1989,Northern Africa,Pulses,NA,NA
+1989,Northern Africa,FruitVeg,NA,NA
+1989,Northern Africa,OilcropsPulses,NA,NA
 1989,Northern Africa,Starchy Roots,NA,NA
+1989,Northern Africa,Sugar,NA,NA
 1990,Northern Africa,Ruminants,NA,NA
 1990,Northern Africa,Cereals,NA,NA
 1990,Northern Africa,Monogastrics,NA,NA
-1990,Northern Africa,Oilcrops,NA,NA
-1990,Northern Africa,Pulses,NA,NA
+1990,Northern Africa,FruitVeg,NA,NA
+1990,Northern Africa,OilcropsPulses,NA,NA
 1990,Northern Africa,Starchy Roots,NA,NA
+1990,Northern Africa,Sugar,NA,NA
 1991,Northern Africa,Ruminants,NA,NA
 1991,Northern Africa,Cereals,NA,NA
 1991,Northern Africa,Monogastrics,NA,NA
-1991,Northern Africa,Oilcrops,NA,NA
-1991,Northern Africa,Pulses,NA,NA
+1991,Northern Africa,FruitVeg,NA,NA
+1991,Northern Africa,OilcropsPulses,NA,NA
 1991,Northern Africa,Starchy Roots,NA,NA
+1991,Northern Africa,Sugar,NA,NA
 1992,Northern Africa,Ruminants,NA,NA
 1992,Northern Africa,Cereals,NA,NA
 1992,Northern Africa,Monogastrics,NA,NA
-1992,Northern Africa,Oilcrops,NA,NA
-1992,Northern Africa,Pulses,NA,NA
+1992,Northern Africa,FruitVeg,NA,NA
+1992,Northern Africa,OilcropsPulses,NA,NA
 1992,Northern Africa,Starchy Roots,NA,NA
+1992,Northern Africa,Sugar,NA,NA
 1993,Northern Africa,Ruminants,NA,NA
 1993,Northern Africa,Cereals,NA,NA
 1993,Northern Africa,Monogastrics,NA,NA
-1993,Northern Africa,Oilcrops,NA,NA
-1993,Northern Africa,Pulses,NA,NA
+1993,Northern Africa,FruitVeg,NA,NA
+1993,Northern Africa,OilcropsPulses,NA,NA
 1993,Northern Africa,Starchy Roots,NA,NA
+1993,Northern Africa,Sugar,NA,NA
 1994,Northern Africa,Ruminants,NA,NA
 1994,Northern Africa,Cereals,NA,NA
 1994,Northern Africa,Monogastrics,NA,NA
-1994,Northern Africa,Oilcrops,NA,NA
-1994,Northern Africa,Pulses,NA,NA
+1994,Northern Africa,FruitVeg,NA,NA
+1994,Northern Africa,OilcropsPulses,NA,NA
 1994,Northern Africa,Starchy Roots,NA,NA
+1994,Northern Africa,Sugar,NA,NA
 1995,Northern Africa,Ruminants,NA,NA
 1995,Northern Africa,Cereals,NA,NA
 1995,Northern Africa,Monogastrics,NA,NA
-1995,Northern Africa,Oilcrops,NA,NA
-1995,Northern Africa,Pulses,NA,NA
+1995,Northern Africa,FruitVeg,NA,NA
+1995,Northern Africa,OilcropsPulses,NA,NA
 1995,Northern Africa,Starchy Roots,NA,NA
+1995,Northern Africa,Sugar,NA,NA
 1996,Northern Africa,Ruminants,NA,NA
 1996,Northern Africa,Cereals,NA,NA
 1996,Northern Africa,Monogastrics,NA,NA
-1996,Northern Africa,Oilcrops,NA,NA
-1996,Northern Africa,Pulses,NA,NA
+1996,Northern Africa,FruitVeg,NA,NA
+1996,Northern Africa,OilcropsPulses,NA,NA
 1996,Northern Africa,Starchy Roots,NA,NA
+1996,Northern Africa,Sugar,NA,NA
 1997,Northern Africa,Ruminants,NA,NA
 1997,Northern Africa,Cereals,NA,NA
 1997,Northern Africa,Monogastrics,NA,NA
-1997,Northern Africa,Oilcrops,NA,NA
-1997,Northern Africa,Pulses,NA,NA
+1997,Northern Africa,FruitVeg,NA,NA
+1997,Northern Africa,OilcropsPulses,NA,NA
 1997,Northern Africa,Starchy Roots,NA,NA
+1997,Northern Africa,Sugar,NA,NA
 1998,Northern Africa,Ruminants,NA,NA
 1998,Northern Africa,Cereals,NA,NA
 1998,Northern Africa,Monogastrics,NA,NA
-1998,Northern Africa,Oilcrops,NA,NA
-1998,Northern Africa,Pulses,NA,NA
+1998,Northern Africa,FruitVeg,NA,NA
+1998,Northern Africa,OilcropsPulses,NA,NA
 1998,Northern Africa,Starchy Roots,NA,NA
+1998,Northern Africa,Sugar,NA,NA
 1999,Northern Africa,Ruminants,NA,NA
 1999,Northern Africa,Cereals,NA,NA
 1999,Northern Africa,Monogastrics,NA,NA
-1999,Northern Africa,Oilcrops,NA,NA
-1999,Northern Africa,Pulses,NA,NA
+1999,Northern Africa,FruitVeg,NA,NA
+1999,Northern Africa,OilcropsPulses,NA,NA
 1999,Northern Africa,Starchy Roots,NA,NA
+1999,Northern Africa,Sugar,NA,NA
 2000,Northern Africa,Ruminants,NA,NA
 2000,Northern Africa,Cereals,NA,NA
 2000,Northern Africa,Monogastrics,NA,NA
-2000,Northern Africa,Oilcrops,NA,NA
-2000,Northern Africa,Pulses,NA,NA
+2000,Northern Africa,FruitVeg,NA,NA
+2000,Northern Africa,OilcropsPulses,NA,NA
 2000,Northern Africa,Starchy Roots,NA,NA
+2000,Northern Africa,Sugar,NA,NA
 2001,Northern Africa,Ruminants,NA,NA
 2001,Northern Africa,Cereals,NA,NA
 2001,Northern Africa,Monogastrics,NA,NA
-2001,Northern Africa,Oilcrops,NA,NA
-2001,Northern Africa,Pulses,NA,NA
+2001,Northern Africa,FruitVeg,NA,NA
+2001,Northern Africa,OilcropsPulses,NA,NA
 2001,Northern Africa,Starchy Roots,NA,NA
+2001,Northern Africa,Sugar,NA,NA
 2002,Northern Africa,Ruminants,NA,NA
 2002,Northern Africa,Cereals,NA,NA
 2002,Northern Africa,Monogastrics,NA,NA
-2002,Northern Africa,Oilcrops,NA,NA
-2002,Northern Africa,Pulses,NA,NA
+2002,Northern Africa,FruitVeg,NA,NA
+2002,Northern Africa,OilcropsPulses,NA,NA
 2002,Northern Africa,Starchy Roots,NA,NA
+2002,Northern Africa,Sugar,NA,NA
 2003,Northern Africa,Ruminants,NA,NA
 2003,Northern Africa,Cereals,NA,NA
 2003,Northern Africa,Monogastrics,NA,NA
-2003,Northern Africa,Oilcrops,NA,NA
-2003,Northern Africa,Pulses,NA,NA
+2003,Northern Africa,FruitVeg,NA,NA
+2003,Northern Africa,OilcropsPulses,NA,NA
 2003,Northern Africa,Starchy Roots,NA,NA
+2003,Northern Africa,Sugar,NA,NA
 2004,Northern Africa,Ruminants,NA,NA
 2004,Northern Africa,Cereals,NA,NA
 2004,Northern Africa,Monogastrics,NA,NA
-2004,Northern Africa,Oilcrops,NA,NA
-2004,Northern Africa,Pulses,NA,NA
+2004,Northern Africa,FruitVeg,NA,NA
+2004,Northern Africa,OilcropsPulses,NA,NA
 2004,Northern Africa,Starchy Roots,NA,NA
+2004,Northern Africa,Sugar,NA,NA
 2005,Northern Africa,Ruminants,NA,NA
 2005,Northern Africa,Cereals,NA,NA
 2005,Northern Africa,Monogastrics,NA,NA
-2005,Northern Africa,Oilcrops,NA,NA
-2005,Northern Africa,Pulses,NA,NA
+2005,Northern Africa,FruitVeg,NA,NA
+2005,Northern Africa,OilcropsPulses,NA,NA
 2005,Northern Africa,Starchy Roots,NA,NA
+2005,Northern Africa,Sugar,NA,NA
 2006,Northern Africa,Ruminants,NA,NA
 2006,Northern Africa,Cereals,NA,NA
 2006,Northern Africa,Monogastrics,NA,NA
-2006,Northern Africa,Oilcrops,NA,NA
-2006,Northern Africa,Pulses,NA,NA
+2006,Northern Africa,FruitVeg,NA,NA
+2006,Northern Africa,OilcropsPulses,NA,NA
 2006,Northern Africa,Starchy Roots,NA,NA
+2006,Northern Africa,Sugar,NA,NA
 2007,Northern Africa,Ruminants,NA,NA
 2007,Northern Africa,Cereals,NA,NA
 2007,Northern Africa,Monogastrics,NA,NA
-2007,Northern Africa,Oilcrops,NA,NA
-2007,Northern Africa,Pulses,NA,NA
+2007,Northern Africa,FruitVeg,NA,NA
+2007,Northern Africa,OilcropsPulses,NA,NA
 2007,Northern Africa,Starchy Roots,NA,NA
+2007,Northern Africa,Sugar,NA,NA
 2008,Northern Africa,Ruminants,NA,NA
 2008,Northern Africa,Cereals,NA,NA
 2008,Northern Africa,Monogastrics,NA,NA
-2008,Northern Africa,Oilcrops,NA,NA
-2008,Northern Africa,Pulses,NA,NA
+2008,Northern Africa,FruitVeg,NA,NA
+2008,Northern Africa,OilcropsPulses,NA,NA
 2008,Northern Africa,Starchy Roots,NA,NA
+2008,Northern Africa,Sugar,NA,NA
 2009,Northern Africa,Ruminants,NA,NA
 2009,Northern Africa,Cereals,NA,NA
 2009,Northern Africa,Monogastrics,NA,NA
-2009,Northern Africa,Oilcrops,NA,NA
-2009,Northern Africa,Pulses,NA,NA
+2009,Northern Africa,FruitVeg,NA,NA
+2009,Northern Africa,OilcropsPulses,NA,NA
 2009,Northern Africa,Starchy Roots,NA,NA
+2009,Northern Africa,Sugar,NA,NA
 2010,Northern Africa,Ruminants,NA,NA
 2010,Northern Africa,Cereals,NA,NA
 2010,Northern Africa,Monogastrics,NA,NA
-2010,Northern Africa,Oilcrops,NA,NA
-2010,Northern Africa,Pulses,NA,NA
+2010,Northern Africa,FruitVeg,NA,NA
+2010,Northern Africa,OilcropsPulses,NA,NA
 2010,Northern Africa,Starchy Roots,NA,NA
+2010,Northern Africa,Sugar,NA,NA
 2011,Northern Africa,Ruminants,NA,NA
 2011,Northern Africa,Cereals,NA,NA
 2011,Northern Africa,Monogastrics,NA,NA
-2011,Northern Africa,Oilcrops,NA,NA
-2011,Northern Africa,Pulses,NA,NA
+2011,Northern Africa,FruitVeg,NA,NA
+2011,Northern Africa,OilcropsPulses,NA,NA
 2011,Northern Africa,Starchy Roots,NA,NA
+2011,Northern Africa,Sugar,NA,NA
 1961,Northern America,Ruminants,NA,NA
 1961,Northern America,Cereals,NA,NA
 1961,Northern America,Monogastrics,NA,NA
-1961,Northern America,Oilcrops,NA,NA
-1961,Northern America,Pulses,NA,NA
+1961,Northern America,FruitVeg,NA,NA
+1961,Northern America,OilcropsPulses,NA,NA
 1961,Northern America,Starchy Roots,NA,NA
+1961,Northern America,Sugar,NA,NA
 1962,Northern America,Ruminants,NA,NA
 1962,Northern America,Cereals,NA,NA
 1962,Northern America,Monogastrics,NA,NA
-1962,Northern America,Oilcrops,NA,NA
-1962,Northern America,Pulses,NA,NA
+1962,Northern America,FruitVeg,NA,NA
+1962,Northern America,OilcropsPulses,NA,NA
 1962,Northern America,Starchy Roots,NA,NA
+1962,Northern America,Sugar,NA,NA
 1963,Northern America,Ruminants,NA,NA
 1963,Northern America,Cereals,NA,NA
 1963,Northern America,Monogastrics,NA,NA
-1963,Northern America,Oilcrops,NA,NA
-1963,Northern America,Pulses,NA,NA
+1963,Northern America,FruitVeg,NA,NA
+1963,Northern America,OilcropsPulses,NA,NA
 1963,Northern America,Starchy Roots,NA,NA
+1963,Northern America,Sugar,NA,NA
 1964,Northern America,Ruminants,NA,NA
 1964,Northern America,Cereals,NA,NA
 1964,Northern America,Monogastrics,NA,NA
-1964,Northern America,Oilcrops,NA,NA
-1964,Northern America,Pulses,NA,NA
+1964,Northern America,FruitVeg,NA,NA
+1964,Northern America,OilcropsPulses,NA,NA
 1964,Northern America,Starchy Roots,NA,NA
+1964,Northern America,Sugar,NA,NA
 1965,Northern America,Ruminants,NA,NA
 1965,Northern America,Cereals,NA,NA
 1965,Northern America,Monogastrics,NA,NA
-1965,Northern America,Oilcrops,NA,NA
-1965,Northern America,Pulses,NA,NA
+1965,Northern America,FruitVeg,NA,NA
+1965,Northern America,OilcropsPulses,NA,NA
 1965,Northern America,Starchy Roots,NA,NA
+1965,Northern America,Sugar,NA,NA
 1966,Northern America,Ruminants,NA,NA
 1966,Northern America,Cereals,NA,NA
 1966,Northern America,Monogastrics,NA,NA
-1966,Northern America,Oilcrops,NA,NA
-1966,Northern America,Pulses,NA,NA
+1966,Northern America,FruitVeg,NA,NA
+1966,Northern America,OilcropsPulses,NA,NA
 1966,Northern America,Starchy Roots,NA,NA
+1966,Northern America,Sugar,NA,NA
 1967,Northern America,Ruminants,NA,NA
 1967,Northern America,Cereals,NA,NA
 1967,Northern America,Monogastrics,NA,NA
-1967,Northern America,Oilcrops,NA,NA
-1967,Northern America,Pulses,NA,NA
+1967,Northern America,FruitVeg,NA,NA
+1967,Northern America,OilcropsPulses,NA,NA
 1967,Northern America,Starchy Roots,NA,NA
+1967,Northern America,Sugar,NA,NA
 1968,Northern America,Ruminants,NA,NA
 1968,Northern America,Cereals,NA,NA
 1968,Northern America,Monogastrics,NA,NA
-1968,Northern America,Oilcrops,NA,NA
-1968,Northern America,Pulses,NA,NA
+1968,Northern America,FruitVeg,NA,NA
+1968,Northern America,OilcropsPulses,NA,NA
 1968,Northern America,Starchy Roots,NA,NA
+1968,Northern America,Sugar,NA,NA
 1969,Northern America,Ruminants,NA,NA
 1969,Northern America,Cereals,NA,NA
 1969,Northern America,Monogastrics,NA,NA
-1969,Northern America,Oilcrops,NA,NA
-1969,Northern America,Pulses,NA,NA
+1969,Northern America,FruitVeg,NA,NA
+1969,Northern America,OilcropsPulses,NA,NA
 1969,Northern America,Starchy Roots,NA,NA
+1969,Northern America,Sugar,NA,NA
 1970,Northern America,Ruminants,NA,NA
 1970,Northern America,Cereals,NA,NA
 1970,Northern America,Monogastrics,NA,NA
-1970,Northern America,Oilcrops,NA,NA
-1970,Northern America,Pulses,NA,NA
+1970,Northern America,FruitVeg,NA,NA
+1970,Northern America,OilcropsPulses,NA,NA
 1970,Northern America,Starchy Roots,NA,NA
+1970,Northern America,Sugar,NA,NA
 1971,Northern America,Ruminants,NA,NA
 1971,Northern America,Cereals,NA,NA
 1971,Northern America,Monogastrics,NA,NA
-1971,Northern America,Oilcrops,NA,NA
-1971,Northern America,Pulses,NA,NA
+1971,Northern America,FruitVeg,NA,NA
+1971,Northern America,OilcropsPulses,NA,NA
 1971,Northern America,Starchy Roots,NA,NA
+1971,Northern America,Sugar,NA,NA
 1972,Northern America,Ruminants,NA,NA
 1972,Northern America,Cereals,NA,NA
 1972,Northern America,Monogastrics,NA,NA
-1972,Northern America,Oilcrops,NA,NA
-1972,Northern America,Pulses,NA,NA
+1972,Northern America,FruitVeg,NA,NA
+1972,Northern America,OilcropsPulses,NA,NA
 1972,Northern America,Starchy Roots,NA,NA
+1972,Northern America,Sugar,NA,NA
 1973,Northern America,Ruminants,NA,NA
 1973,Northern America,Cereals,NA,NA
 1973,Northern America,Monogastrics,NA,NA
-1973,Northern America,Oilcrops,NA,NA
-1973,Northern America,Pulses,NA,NA
+1973,Northern America,FruitVeg,NA,NA
+1973,Northern America,OilcropsPulses,NA,NA
 1973,Northern America,Starchy Roots,NA,NA
+1973,Northern America,Sugar,NA,NA
 1974,Northern America,Ruminants,NA,NA
 1974,Northern America,Cereals,NA,NA
 1974,Northern America,Monogastrics,NA,NA
-1974,Northern America,Oilcrops,NA,NA
-1974,Northern America,Pulses,NA,NA
+1974,Northern America,FruitVeg,NA,NA
+1974,Northern America,OilcropsPulses,NA,NA
 1974,Northern America,Starchy Roots,NA,NA
+1974,Northern America,Sugar,NA,NA
 1975,Northern America,Ruminants,NA,NA
 1975,Northern America,Cereals,NA,NA
 1975,Northern America,Monogastrics,NA,NA
-1975,Northern America,Oilcrops,NA,NA
-1975,Northern America,Pulses,NA,NA
+1975,Northern America,FruitVeg,NA,NA
+1975,Northern America,OilcropsPulses,NA,NA
 1975,Northern America,Starchy Roots,NA,NA
+1975,Northern America,Sugar,NA,NA
 1976,Northern America,Ruminants,NA,NA
 1976,Northern America,Cereals,NA,NA
 1976,Northern America,Monogastrics,NA,NA
-1976,Northern America,Oilcrops,NA,NA
-1976,Northern America,Pulses,NA,NA
+1976,Northern America,FruitVeg,NA,NA
+1976,Northern America,OilcropsPulses,NA,NA
 1976,Northern America,Starchy Roots,NA,NA
+1976,Northern America,Sugar,NA,NA
 1977,Northern America,Ruminants,NA,NA
 1977,Northern America,Cereals,NA,NA
 1977,Northern America,Monogastrics,NA,NA
-1977,Northern America,Oilcrops,NA,NA
-1977,Northern America,Pulses,NA,NA
+1977,Northern America,FruitVeg,NA,NA
+1977,Northern America,OilcropsPulses,NA,NA
 1977,Northern America,Starchy Roots,NA,NA
+1977,Northern America,Sugar,NA,NA
 1978,Northern America,Ruminants,NA,NA
 1978,Northern America,Cereals,NA,NA
 1978,Northern America,Monogastrics,NA,NA
-1978,Northern America,Oilcrops,NA,NA
-1978,Northern America,Pulses,NA,NA
+1978,Northern America,FruitVeg,NA,NA
+1978,Northern America,OilcropsPulses,NA,NA
 1978,Northern America,Starchy Roots,NA,NA
+1978,Northern America,Sugar,NA,NA
 1979,Northern America,Ruminants,NA,NA
 1979,Northern America,Cereals,NA,NA
 1979,Northern America,Monogastrics,NA,NA
-1979,Northern America,Oilcrops,NA,NA
-1979,Northern America,Pulses,NA,NA
+1979,Northern America,FruitVeg,NA,NA
+1979,Northern America,OilcropsPulses,NA,NA
 1979,Northern America,Starchy Roots,NA,NA
+1979,Northern America,Sugar,NA,NA
 1980,Northern America,Ruminants,NA,NA
 1980,Northern America,Cereals,NA,NA
 1980,Northern America,Monogastrics,NA,NA
-1980,Northern America,Oilcrops,NA,NA
-1980,Northern America,Pulses,NA,NA
+1980,Northern America,FruitVeg,NA,NA
+1980,Northern America,OilcropsPulses,NA,NA
 1980,Northern America,Starchy Roots,NA,NA
+1980,Northern America,Sugar,NA,NA
 1981,Northern America,Ruminants,NA,NA
 1981,Northern America,Cereals,NA,NA
 1981,Northern America,Monogastrics,NA,NA
-1981,Northern America,Oilcrops,NA,NA
-1981,Northern America,Pulses,NA,NA
+1981,Northern America,FruitVeg,NA,NA
+1981,Northern America,OilcropsPulses,NA,NA
 1981,Northern America,Starchy Roots,NA,NA
+1981,Northern America,Sugar,NA,NA
 1982,Northern America,Ruminants,NA,NA
 1982,Northern America,Cereals,NA,NA
 1982,Northern America,Monogastrics,NA,NA
-1982,Northern America,Oilcrops,NA,NA
-1982,Northern America,Pulses,NA,NA
+1982,Northern America,FruitVeg,NA,NA
+1982,Northern America,OilcropsPulses,NA,NA
 1982,Northern America,Starchy Roots,NA,NA
+1982,Northern America,Sugar,NA,NA
 1983,Northern America,Ruminants,NA,NA
 1983,Northern America,Cereals,NA,NA
 1983,Northern America,Monogastrics,NA,NA
-1983,Northern America,Oilcrops,NA,NA
-1983,Northern America,Pulses,NA,NA
+1983,Northern America,FruitVeg,NA,NA
+1983,Northern America,OilcropsPulses,NA,NA
 1983,Northern America,Starchy Roots,NA,NA
+1983,Northern America,Sugar,NA,NA
 1984,Northern America,Ruminants,NA,NA
 1984,Northern America,Cereals,NA,NA
 1984,Northern America,Monogastrics,NA,NA
-1984,Northern America,Oilcrops,NA,NA
-1984,Northern America,Pulses,NA,NA
+1984,Northern America,FruitVeg,NA,NA
+1984,Northern America,OilcropsPulses,NA,NA
 1984,Northern America,Starchy Roots,NA,NA
+1984,Northern America,Sugar,NA,NA
 1985,Northern America,Ruminants,NA,NA
 1985,Northern America,Cereals,NA,NA
 1985,Northern America,Monogastrics,NA,NA
-1985,Northern America,Oilcrops,NA,NA
-1985,Northern America,Pulses,NA,NA
+1985,Northern America,FruitVeg,NA,NA
+1985,Northern America,OilcropsPulses,NA,NA
 1985,Northern America,Starchy Roots,NA,NA
+1985,Northern America,Sugar,NA,NA
 1986,Northern America,Ruminants,NA,NA
 1986,Northern America,Cereals,NA,NA
 1986,Northern America,Monogastrics,NA,NA
-1986,Northern America,Oilcrops,NA,NA
-1986,Northern America,Pulses,NA,NA
+1986,Northern America,FruitVeg,NA,NA
+1986,Northern America,OilcropsPulses,NA,NA
 1986,Northern America,Starchy Roots,NA,NA
+1986,Northern America,Sugar,NA,NA
 1987,Northern America,Ruminants,NA,NA
 1987,Northern America,Cereals,NA,NA
 1987,Northern America,Monogastrics,NA,NA
-1987,Northern America,Oilcrops,NA,NA
-1987,Northern America,Pulses,NA,NA
+1987,Northern America,FruitVeg,NA,NA
+1987,Northern America,OilcropsPulses,NA,NA
 1987,Northern America,Starchy Roots,NA,NA
+1987,Northern America,Sugar,NA,NA
 1988,Northern America,Ruminants,NA,NA
 1988,Northern America,Cereals,NA,NA
 1988,Northern America,Monogastrics,NA,NA
-1988,Northern America,Oilcrops,NA,NA
-1988,Northern America,Pulses,NA,NA
+1988,Northern America,FruitVeg,NA,NA
+1988,Northern America,OilcropsPulses,NA,NA
 1988,Northern America,Starchy Roots,NA,NA
+1988,Northern America,Sugar,NA,NA
 1989,Northern America,Ruminants,NA,NA
 1989,Northern America,Cereals,NA,NA
 1989,Northern America,Monogastrics,NA,NA
-1989,Northern America,Oilcrops,NA,NA
-1989,Northern America,Pulses,NA,NA
+1989,Northern America,FruitVeg,NA,NA
+1989,Northern America,OilcropsPulses,NA,NA
 1989,Northern America,Starchy Roots,NA,NA
+1989,Northern America,Sugar,NA,NA
 1990,Northern America,Ruminants,NA,NA
 1990,Northern America,Cereals,NA,NA
 1990,Northern America,Monogastrics,NA,NA
-1990,Northern America,Oilcrops,NA,NA
-1990,Northern America,Pulses,NA,NA
+1990,Northern America,FruitVeg,NA,NA
+1990,Northern America,OilcropsPulses,NA,NA
 1990,Northern America,Starchy Roots,NA,NA
+1990,Northern America,Sugar,NA,NA
 1991,Northern America,Ruminants,NA,NA
 1991,Northern America,Cereals,NA,NA
 1991,Northern America,Monogastrics,NA,NA
-1991,Northern America,Oilcrops,NA,NA
-1991,Northern America,Pulses,NA,NA
+1991,Northern America,FruitVeg,NA,NA
+1991,Northern America,OilcropsPulses,NA,NA
 1991,Northern America,Starchy Roots,NA,NA
+1991,Northern America,Sugar,NA,NA
 1992,Northern America,Ruminants,NA,NA
 1992,Northern America,Cereals,NA,NA
 1992,Northern America,Monogastrics,NA,NA
-1992,Northern America,Oilcrops,NA,NA
-1992,Northern America,Pulses,NA,NA
+1992,Northern America,FruitVeg,NA,NA
+1992,Northern America,OilcropsPulses,NA,NA
 1992,Northern America,Starchy Roots,NA,NA
+1992,Northern America,Sugar,NA,NA
 1993,Northern America,Ruminants,NA,NA
 1993,Northern America,Cereals,NA,NA
 1993,Northern America,Monogastrics,NA,NA
-1993,Northern America,Oilcrops,NA,NA
-1993,Northern America,Pulses,NA,NA
+1993,Northern America,FruitVeg,NA,NA
+1993,Northern America,OilcropsPulses,NA,NA
 1993,Northern America,Starchy Roots,NA,NA
+1993,Northern America,Sugar,NA,NA
 1994,Northern America,Ruminants,NA,NA
 1994,Northern America,Cereals,NA,NA
 1994,Northern America,Monogastrics,NA,NA
-1994,Northern America,Oilcrops,NA,NA
-1994,Northern America,Pulses,NA,NA
+1994,Northern America,FruitVeg,NA,NA
+1994,Northern America,OilcropsPulses,NA,NA
 1994,Northern America,Starchy Roots,NA,NA
+1994,Northern America,Sugar,NA,NA
 1995,Northern America,Ruminants,NA,NA
 1995,Northern America,Cereals,NA,NA
 1995,Northern America,Monogastrics,NA,NA
-1995,Northern America,Oilcrops,NA,NA
-1995,Northern America,Pulses,NA,NA
+1995,Northern America,FruitVeg,NA,NA
+1995,Northern America,OilcropsPulses,NA,NA
 1995,Northern America,Starchy Roots,NA,NA
+1995,Northern America,Sugar,NA,NA
 1996,Northern America,Ruminants,NA,NA
 1996,Northern America,Cereals,NA,NA
 1996,Northern America,Monogastrics,NA,NA
-1996,Northern America,Oilcrops,NA,NA
-1996,Northern America,Pulses,NA,NA
+1996,Northern America,FruitVeg,NA,NA
+1996,Northern America,OilcropsPulses,NA,NA
 1996,Northern America,Starchy Roots,NA,NA
+1996,Northern America,Sugar,NA,NA
 1997,Northern America,Ruminants,NA,NA
 1997,Northern America,Cereals,NA,NA
 1997,Northern America,Monogastrics,NA,NA
-1997,Northern America,Oilcrops,NA,NA
-1997,Northern America,Pulses,NA,NA
+1997,Northern America,FruitVeg,NA,NA
+1997,Northern America,OilcropsPulses,NA,NA
 1997,Northern America,Starchy Roots,NA,NA
+1997,Northern America,Sugar,NA,NA
 1998,Northern America,Ruminants,NA,NA
 1998,Northern America,Cereals,NA,NA
 1998,Northern America,Monogastrics,NA,NA
-1998,Northern America,Oilcrops,NA,NA
-1998,Northern America,Pulses,NA,NA
+1998,Northern America,FruitVeg,NA,NA
+1998,Northern America,OilcropsPulses,NA,NA
 1998,Northern America,Starchy Roots,NA,NA
+1998,Northern America,Sugar,NA,NA
 1999,Northern America,Ruminants,NA,NA
 1999,Northern America,Cereals,NA,NA
 1999,Northern America,Monogastrics,NA,NA
-1999,Northern America,Oilcrops,NA,NA
-1999,Northern America,Pulses,NA,NA
+1999,Northern America,FruitVeg,NA,NA
+1999,Northern America,OilcropsPulses,NA,NA
 1999,Northern America,Starchy Roots,NA,NA
+1999,Northern America,Sugar,NA,NA
 2000,Northern America,Ruminants,NA,NA
 2000,Northern America,Cereals,NA,NA
 2000,Northern America,Monogastrics,NA,NA
-2000,Northern America,Oilcrops,NA,NA
-2000,Northern America,Pulses,NA,NA
+2000,Northern America,FruitVeg,NA,NA
+2000,Northern America,OilcropsPulses,NA,NA
 2000,Northern America,Starchy Roots,NA,NA
+2000,Northern America,Sugar,NA,NA
 2001,Northern America,Ruminants,NA,NA
 2001,Northern America,Cereals,NA,NA
 2001,Northern America,Monogastrics,NA,NA
-2001,Northern America,Oilcrops,NA,NA
-2001,Northern America,Pulses,NA,NA
+2001,Northern America,FruitVeg,NA,NA
+2001,Northern America,OilcropsPulses,NA,NA
 2001,Northern America,Starchy Roots,NA,NA
+2001,Northern America,Sugar,NA,NA
 2002,Northern America,Ruminants,NA,NA
 2002,Northern America,Cereals,NA,NA
 2002,Northern America,Monogastrics,NA,NA
-2002,Northern America,Oilcrops,NA,NA
-2002,Northern America,Pulses,NA,NA
+2002,Northern America,FruitVeg,NA,NA
+2002,Northern America,OilcropsPulses,NA,NA
 2002,Northern America,Starchy Roots,NA,NA
+2002,Northern America,Sugar,NA,NA
 2003,Northern America,Ruminants,NA,NA
 2003,Northern America,Cereals,NA,NA
 2003,Northern America,Monogastrics,NA,NA
-2003,Northern America,Oilcrops,NA,NA
-2003,Northern America,Pulses,NA,NA
+2003,Northern America,FruitVeg,NA,NA
+2003,Northern America,OilcropsPulses,NA,NA
 2003,Northern America,Starchy Roots,NA,NA
+2003,Northern America,Sugar,NA,NA
 2004,Northern America,Ruminants,NA,NA
 2004,Northern America,Cereals,NA,NA
 2004,Northern America,Monogastrics,NA,NA
-2004,Northern America,Oilcrops,NA,NA
-2004,Northern America,Pulses,NA,NA
+2004,Northern America,FruitVeg,NA,NA
+2004,Northern America,OilcropsPulses,NA,NA
 2004,Northern America,Starchy Roots,NA,NA
+2004,Northern America,Sugar,NA,NA
 2005,Northern America,Ruminants,NA,NA
 2005,Northern America,Cereals,NA,NA
 2005,Northern America,Monogastrics,NA,NA
-2005,Northern America,Oilcrops,NA,NA
-2005,Northern America,Pulses,NA,NA
+2005,Northern America,FruitVeg,NA,NA
+2005,Northern America,OilcropsPulses,NA,NA
 2005,Northern America,Starchy Roots,NA,NA
+2005,Northern America,Sugar,NA,NA
 2006,Northern America,Ruminants,NA,NA
 2006,Northern America,Cereals,NA,NA
 2006,Northern America,Monogastrics,NA,NA
-2006,Northern America,Oilcrops,NA,NA
-2006,Northern America,Pulses,NA,NA
+2006,Northern America,FruitVeg,NA,NA
+2006,Northern America,OilcropsPulses,NA,NA
 2006,Northern America,Starchy Roots,NA,NA
+2006,Northern America,Sugar,NA,NA
 2007,Northern America,Ruminants,NA,NA
 2007,Northern America,Cereals,NA,NA
 2007,Northern America,Monogastrics,NA,NA
-2007,Northern America,Oilcrops,NA,NA
-2007,Northern America,Pulses,NA,NA
+2007,Northern America,FruitVeg,NA,NA
+2007,Northern America,OilcropsPulses,NA,NA
 2007,Northern America,Starchy Roots,NA,NA
+2007,Northern America,Sugar,NA,NA
 2008,Northern America,Ruminants,NA,NA
 2008,Northern America,Cereals,NA,NA
 2008,Northern America,Monogastrics,NA,NA
-2008,Northern America,Oilcrops,NA,NA
-2008,Northern America,Pulses,NA,NA
+2008,Northern America,FruitVeg,NA,NA
+2008,Northern America,OilcropsPulses,NA,NA
 2008,Northern America,Starchy Roots,NA,NA
+2008,Northern America,Sugar,NA,NA
 2009,Northern America,Ruminants,NA,NA
 2009,Northern America,Cereals,NA,NA
 2009,Northern America,Monogastrics,NA,NA
-2009,Northern America,Oilcrops,NA,NA
-2009,Northern America,Pulses,NA,NA
+2009,Northern America,FruitVeg,NA,NA
+2009,Northern America,OilcropsPulses,NA,NA
 2009,Northern America,Starchy Roots,NA,NA
+2009,Northern America,Sugar,NA,NA
 2010,Northern America,Ruminants,NA,NA
 2010,Northern America,Cereals,NA,NA
 2010,Northern America,Monogastrics,NA,NA
-2010,Northern America,Oilcrops,NA,NA
-2010,Northern America,Pulses,NA,NA
+2010,Northern America,FruitVeg,NA,NA
+2010,Northern America,OilcropsPulses,NA,NA
 2010,Northern America,Starchy Roots,NA,NA
+2010,Northern America,Sugar,NA,NA
 2011,Northern America,Ruminants,NA,NA
 2011,Northern America,Cereals,NA,NA
 2011,Northern America,Monogastrics,NA,NA
-2011,Northern America,Oilcrops,NA,NA
-2011,Northern America,Pulses,NA,NA
+2011,Northern America,FruitVeg,NA,NA
+2011,Northern America,OilcropsPulses,NA,NA
 2011,Northern America,Starchy Roots,NA,NA
+2011,Northern America,Sugar,NA,NA
 1961,Northern Europe,Ruminants,NA,NA
 1961,Northern Europe,Cereals,NA,NA
 1961,Northern Europe,Monogastrics,NA,NA
-1961,Northern Europe,Oilcrops,NA,NA
-1961,Northern Europe,Pulses,NA,NA
+1961,Northern Europe,FruitVeg,NA,NA
+1961,Northern Europe,OilcropsPulses,NA,NA
 1961,Northern Europe,Starchy Roots,NA,NA
+1961,Northern Europe,Sugar,NA,NA
 1962,Northern Europe,Ruminants,NA,NA
 1962,Northern Europe,Cereals,NA,NA
 1962,Northern Europe,Monogastrics,NA,NA
-1962,Northern Europe,Oilcrops,NA,NA
-1962,Northern Europe,Pulses,NA,NA
+1962,Northern Europe,FruitVeg,NA,NA
+1962,Northern Europe,OilcropsPulses,NA,NA
 1962,Northern Europe,Starchy Roots,NA,NA
+1962,Northern Europe,Sugar,NA,NA
 1963,Northern Europe,Ruminants,NA,NA
 1963,Northern Europe,Cereals,NA,NA
 1963,Northern Europe,Monogastrics,NA,NA
-1963,Northern Europe,Oilcrops,NA,NA
-1963,Northern Europe,Pulses,NA,NA
+1963,Northern Europe,FruitVeg,NA,NA
+1963,Northern Europe,OilcropsPulses,NA,NA
 1963,Northern Europe,Starchy Roots,NA,NA
+1963,Northern Europe,Sugar,NA,NA
 1964,Northern Europe,Ruminants,NA,NA
 1964,Northern Europe,Cereals,NA,NA
 1964,Northern Europe,Monogastrics,NA,NA
-1964,Northern Europe,Oilcrops,NA,NA
-1964,Northern Europe,Pulses,NA,NA
+1964,Northern Europe,FruitVeg,NA,NA
+1964,Northern Europe,OilcropsPulses,NA,NA
 1964,Northern Europe,Starchy Roots,NA,NA
+1964,Northern Europe,Sugar,NA,NA
 1965,Northern Europe,Ruminants,NA,NA
 1965,Northern Europe,Cereals,NA,NA
 1965,Northern Europe,Monogastrics,NA,NA
-1965,Northern Europe,Oilcrops,NA,NA
-1965,Northern Europe,Pulses,NA,NA
+1965,Northern Europe,FruitVeg,NA,NA
+1965,Northern Europe,OilcropsPulses,NA,NA
 1965,Northern Europe,Starchy Roots,NA,NA
+1965,Northern Europe,Sugar,NA,NA
 1966,Northern Europe,Ruminants,NA,NA
 1966,Northern Europe,Cereals,NA,NA
 1966,Northern Europe,Monogastrics,NA,NA
-1966,Northern Europe,Oilcrops,NA,NA
-1966,Northern Europe,Pulses,NA,NA
+1966,Northern Europe,FruitVeg,NA,NA
+1966,Northern Europe,OilcropsPulses,NA,NA
 1966,Northern Europe,Starchy Roots,NA,NA
+1966,Northern Europe,Sugar,NA,NA
 1967,Northern Europe,Ruminants,NA,NA
 1967,Northern Europe,Cereals,NA,NA
 1967,Northern Europe,Monogastrics,NA,NA
-1967,Northern Europe,Oilcrops,NA,NA
-1967,Northern Europe,Pulses,NA,NA
+1967,Northern Europe,FruitVeg,NA,NA
+1967,Northern Europe,OilcropsPulses,NA,NA
 1967,Northern Europe,Starchy Roots,NA,NA
+1967,Northern Europe,Sugar,NA,NA
 1968,Northern Europe,Ruminants,NA,NA
 1968,Northern Europe,Cereals,NA,NA
 1968,Northern Europe,Monogastrics,NA,NA
-1968,Northern Europe,Oilcrops,NA,NA
-1968,Northern Europe,Pulses,NA,NA
+1968,Northern Europe,FruitVeg,NA,NA
+1968,Northern Europe,OilcropsPulses,NA,NA
 1968,Northern Europe,Starchy Roots,NA,NA
+1968,Northern Europe,Sugar,NA,NA
 1969,Northern Europe,Ruminants,NA,NA
 1969,Northern Europe,Cereals,NA,NA
 1969,Northern Europe,Monogastrics,NA,NA
-1969,Northern Europe,Oilcrops,NA,NA
-1969,Northern Europe,Pulses,NA,NA
+1969,Northern Europe,FruitVeg,NA,NA
+1969,Northern Europe,OilcropsPulses,NA,NA
 1969,Northern Europe,Starchy Roots,NA,NA
+1969,Northern Europe,Sugar,NA,NA
 1970,Northern Europe,Ruminants,NA,NA
 1970,Northern Europe,Cereals,NA,NA
 1970,Northern Europe,Monogastrics,NA,NA
-1970,Northern Europe,Oilcrops,NA,NA
-1970,Northern Europe,Pulses,NA,NA
+1970,Northern Europe,FruitVeg,NA,NA
+1970,Northern Europe,OilcropsPulses,NA,NA
 1970,Northern Europe,Starchy Roots,NA,NA
+1970,Northern Europe,Sugar,NA,NA
 1971,Northern Europe,Ruminants,NA,NA
 1971,Northern Europe,Cereals,NA,NA
 1971,Northern Europe,Monogastrics,NA,NA
-1971,Northern Europe,Oilcrops,NA,NA
-1971,Northern Europe,Pulses,NA,NA
+1971,Northern Europe,FruitVeg,NA,NA
+1971,Northern Europe,OilcropsPulses,NA,NA
 1971,Northern Europe,Starchy Roots,NA,NA
+1971,Northern Europe,Sugar,NA,NA
 1972,Northern Europe,Ruminants,NA,NA
 1972,Northern Europe,Cereals,NA,NA
 1972,Northern Europe,Monogastrics,NA,NA
-1972,Northern Europe,Oilcrops,NA,NA
-1972,Northern Europe,Pulses,NA,NA
+1972,Northern Europe,FruitVeg,NA,NA
+1972,Northern Europe,OilcropsPulses,NA,NA
 1972,Northern Europe,Starchy Roots,NA,NA
+1972,Northern Europe,Sugar,NA,NA
 1973,Northern Europe,Ruminants,NA,NA
 1973,Northern Europe,Cereals,NA,NA
 1973,Northern Europe,Monogastrics,NA,NA
-1973,Northern Europe,Oilcrops,NA,NA
-1973,Northern Europe,Pulses,NA,NA
+1973,Northern Europe,FruitVeg,NA,NA
+1973,Northern Europe,OilcropsPulses,NA,NA
 1973,Northern Europe,Starchy Roots,NA,NA
+1973,Northern Europe,Sugar,NA,NA
 1974,Northern Europe,Ruminants,NA,NA
 1974,Northern Europe,Cereals,NA,NA
 1974,Northern Europe,Monogastrics,NA,NA
-1974,Northern Europe,Oilcrops,NA,NA
-1974,Northern Europe,Pulses,NA,NA
+1974,Northern Europe,FruitVeg,NA,NA
+1974,Northern Europe,OilcropsPulses,NA,NA
 1974,Northern Europe,Starchy Roots,NA,NA
+1974,Northern Europe,Sugar,NA,NA
 1975,Northern Europe,Ruminants,NA,NA
 1975,Northern Europe,Cereals,NA,NA
 1975,Northern Europe,Monogastrics,NA,NA
-1975,Northern Europe,Oilcrops,NA,NA
-1975,Northern Europe,Pulses,NA,NA
+1975,Northern Europe,FruitVeg,NA,NA
+1975,Northern Europe,OilcropsPulses,NA,NA
 1975,Northern Europe,Starchy Roots,NA,NA
+1975,Northern Europe,Sugar,NA,NA
 1976,Northern Europe,Ruminants,NA,NA
 1976,Northern Europe,Cereals,NA,NA
 1976,Northern Europe,Monogastrics,NA,NA
-1976,Northern Europe,Oilcrops,NA,NA
-1976,Northern Europe,Pulses,NA,NA
+1976,Northern Europe,FruitVeg,NA,NA
+1976,Northern Europe,OilcropsPulses,NA,NA
 1976,Northern Europe,Starchy Roots,NA,NA
+1976,Northern Europe,Sugar,NA,NA
 1977,Northern Europe,Ruminants,NA,NA
 1977,Northern Europe,Cereals,NA,NA
 1977,Northern Europe,Monogastrics,NA,NA
-1977,Northern Europe,Oilcrops,NA,NA
-1977,Northern Europe,Pulses,NA,NA
+1977,Northern Europe,FruitVeg,NA,NA
+1977,Northern Europe,OilcropsPulses,NA,NA
 1977,Northern Europe,Starchy Roots,NA,NA
+1977,Northern Europe,Sugar,NA,NA
 1978,Northern Europe,Ruminants,NA,NA
 1978,Northern Europe,Cereals,NA,NA
 1978,Northern Europe,Monogastrics,NA,NA
-1978,Northern Europe,Oilcrops,NA,NA
-1978,Northern Europe,Pulses,NA,NA
+1978,Northern Europe,FruitVeg,NA,NA
+1978,Northern Europe,OilcropsPulses,NA,NA
 1978,Northern Europe,Starchy Roots,NA,NA
+1978,Northern Europe,Sugar,NA,NA
 1979,Northern Europe,Ruminants,NA,NA
 1979,Northern Europe,Cereals,NA,NA
 1979,Northern Europe,Monogastrics,NA,NA
-1979,Northern Europe,Oilcrops,NA,NA
-1979,Northern Europe,Pulses,NA,NA
+1979,Northern Europe,FruitVeg,NA,NA
+1979,Northern Europe,OilcropsPulses,NA,NA
 1979,Northern Europe,Starchy Roots,NA,NA
+1979,Northern Europe,Sugar,NA,NA
 1980,Northern Europe,Ruminants,NA,NA
 1980,Northern Europe,Cereals,NA,NA
 1980,Northern Europe,Monogastrics,NA,NA
-1980,Northern Europe,Oilcrops,NA,NA
-1980,Northern Europe,Pulses,NA,NA
+1980,Northern Europe,FruitVeg,NA,NA
+1980,Northern Europe,OilcropsPulses,NA,NA
 1980,Northern Europe,Starchy Roots,NA,NA
+1980,Northern Europe,Sugar,NA,NA
 1981,Northern Europe,Ruminants,NA,NA
 1981,Northern Europe,Cereals,NA,NA
 1981,Northern Europe,Monogastrics,NA,NA
-1981,Northern Europe,Oilcrops,NA,NA
-1981,Northern Europe,Pulses,NA,NA
+1981,Northern Europe,FruitVeg,NA,NA
+1981,Northern Europe,OilcropsPulses,NA,NA
 1981,Northern Europe,Starchy Roots,NA,NA
+1981,Northern Europe,Sugar,NA,NA
 1982,Northern Europe,Ruminants,NA,NA
 1982,Northern Europe,Cereals,NA,NA
 1982,Northern Europe,Monogastrics,NA,NA
-1982,Northern Europe,Oilcrops,NA,NA
-1982,Northern Europe,Pulses,NA,NA
+1982,Northern Europe,FruitVeg,NA,NA
+1982,Northern Europe,OilcropsPulses,NA,NA
 1982,Northern Europe,Starchy Roots,NA,NA
+1982,Northern Europe,Sugar,NA,NA
 1983,Northern Europe,Ruminants,NA,NA
 1983,Northern Europe,Cereals,NA,NA
 1983,Northern Europe,Monogastrics,NA,NA
-1983,Northern Europe,Oilcrops,NA,NA
-1983,Northern Europe,Pulses,NA,NA
+1983,Northern Europe,FruitVeg,NA,NA
+1983,Northern Europe,OilcropsPulses,NA,NA
 1983,Northern Europe,Starchy Roots,NA,NA
+1983,Northern Europe,Sugar,NA,NA
 1984,Northern Europe,Ruminants,NA,NA
 1984,Northern Europe,Cereals,NA,NA
 1984,Northern Europe,Monogastrics,NA,NA
-1984,Northern Europe,Oilcrops,NA,NA
-1984,Northern Europe,Pulses,NA,NA
+1984,Northern Europe,FruitVeg,NA,NA
+1984,Northern Europe,OilcropsPulses,NA,NA
 1984,Northern Europe,Starchy Roots,NA,NA
+1984,Northern Europe,Sugar,NA,NA
 1985,Northern Europe,Ruminants,NA,NA
 1985,Northern Europe,Cereals,NA,NA
 1985,Northern Europe,Monogastrics,NA,NA
-1985,Northern Europe,Oilcrops,NA,NA
-1985,Northern Europe,Pulses,NA,NA
+1985,Northern Europe,FruitVeg,NA,NA
+1985,Northern Europe,OilcropsPulses,NA,NA
 1985,Northern Europe,Starchy Roots,NA,NA
+1985,Northern Europe,Sugar,NA,NA
 1986,Northern Europe,Ruminants,NA,NA
 1986,Northern Europe,Cereals,NA,NA
 1986,Northern Europe,Monogastrics,NA,NA
-1986,Northern Europe,Oilcrops,NA,NA
-1986,Northern Europe,Pulses,NA,NA
+1986,Northern Europe,FruitVeg,NA,NA
+1986,Northern Europe,OilcropsPulses,NA,NA
 1986,Northern Europe,Starchy Roots,NA,NA
+1986,Northern Europe,Sugar,NA,NA
 1987,Northern Europe,Ruminants,NA,NA
 1987,Northern Europe,Cereals,NA,NA
 1987,Northern Europe,Monogastrics,NA,NA
-1987,Northern Europe,Oilcrops,NA,NA
-1987,Northern Europe,Pulses,NA,NA
+1987,Northern Europe,FruitVeg,NA,NA
+1987,Northern Europe,OilcropsPulses,NA,NA
 1987,Northern Europe,Starchy Roots,NA,NA
+1987,Northern Europe,Sugar,NA,NA
 1988,Northern Europe,Ruminants,NA,NA
 1988,Northern Europe,Cereals,NA,NA
 1988,Northern Europe,Monogastrics,NA,NA
-1988,Northern Europe,Oilcrops,NA,NA
-1988,Northern Europe,Pulses,NA,NA
+1988,Northern Europe,FruitVeg,NA,NA
+1988,Northern Europe,OilcropsPulses,NA,NA
 1988,Northern Europe,Starchy Roots,NA,NA
+1988,Northern Europe,Sugar,NA,NA
 1989,Northern Europe,Ruminants,NA,NA
 1989,Northern Europe,Cereals,NA,NA
 1989,Northern Europe,Monogastrics,NA,NA
-1989,Northern Europe,Oilcrops,NA,NA
-1989,Northern Europe,Pulses,NA,NA
+1989,Northern Europe,FruitVeg,NA,NA
+1989,Northern Europe,OilcropsPulses,NA,NA
 1989,Northern Europe,Starchy Roots,NA,NA
+1989,Northern Europe,Sugar,NA,NA
 1990,Northern Europe,Ruminants,NA,NA
 1990,Northern Europe,Cereals,NA,NA
 1990,Northern Europe,Monogastrics,NA,NA
-1990,Northern Europe,Oilcrops,NA,NA
-1990,Northern Europe,Pulses,NA,NA
+1990,Northern Europe,FruitVeg,NA,NA
+1990,Northern Europe,OilcropsPulses,NA,NA
 1990,Northern Europe,Starchy Roots,NA,NA
+1990,Northern Europe,Sugar,NA,NA
 1991,Northern Europe,Ruminants,NA,NA
 1991,Northern Europe,Cereals,NA,NA
 1991,Northern Europe,Monogastrics,NA,NA
-1991,Northern Europe,Oilcrops,NA,NA
-1991,Northern Europe,Pulses,NA,NA
+1991,Northern Europe,FruitVeg,NA,NA
+1991,Northern Europe,OilcropsPulses,NA,NA
 1991,Northern Europe,Starchy Roots,NA,NA
+1991,Northern Europe,Sugar,NA,NA
 1992,Northern Europe,Ruminants,NA,NA
 1992,Northern Europe,Cereals,NA,NA
 1992,Northern Europe,Monogastrics,NA,NA
-1992,Northern Europe,Oilcrops,NA,NA
-1992,Northern Europe,Pulses,NA,NA
+1992,Northern Europe,FruitVeg,NA,NA
+1992,Northern Europe,OilcropsPulses,NA,NA
 1992,Northern Europe,Starchy Roots,NA,NA
+1992,Northern Europe,Sugar,NA,NA
 1993,Northern Europe,Ruminants,NA,NA
 1993,Northern Europe,Cereals,NA,NA
 1993,Northern Europe,Monogastrics,NA,NA
-1993,Northern Europe,Oilcrops,NA,NA
-1993,Northern Europe,Pulses,NA,NA
+1993,Northern Europe,FruitVeg,NA,NA
+1993,Northern Europe,OilcropsPulses,NA,NA
 1993,Northern Europe,Starchy Roots,NA,NA
+1993,Northern Europe,Sugar,NA,NA
 1994,Northern Europe,Ruminants,NA,NA
 1994,Northern Europe,Cereals,NA,NA
 1994,Northern Europe,Monogastrics,NA,NA
-1994,Northern Europe,Oilcrops,NA,NA
-1994,Northern Europe,Pulses,NA,NA
+1994,Northern Europe,FruitVeg,NA,NA
+1994,Northern Europe,OilcropsPulses,NA,NA
 1994,Northern Europe,Starchy Roots,NA,NA
+1994,Northern Europe,Sugar,NA,NA
 1995,Northern Europe,Ruminants,NA,NA
 1995,Northern Europe,Cereals,NA,NA
 1995,Northern Europe,Monogastrics,NA,NA
-1995,Northern Europe,Oilcrops,NA,NA
-1995,Northern Europe,Pulses,NA,NA
+1995,Northern Europe,FruitVeg,NA,NA
+1995,Northern Europe,OilcropsPulses,NA,NA
 1995,Northern Europe,Starchy Roots,NA,NA
+1995,Northern Europe,Sugar,NA,NA
 1996,Northern Europe,Ruminants,NA,NA
 1996,Northern Europe,Cereals,NA,NA
 1996,Northern Europe,Monogastrics,NA,NA
-1996,Northern Europe,Oilcrops,NA,NA
-1996,Northern Europe,Pulses,NA,NA
+1996,Northern Europe,FruitVeg,NA,NA
+1996,Northern Europe,OilcropsPulses,NA,NA
 1996,Northern Europe,Starchy Roots,NA,NA
+1996,Northern Europe,Sugar,NA,NA
 1997,Northern Europe,Ruminants,NA,NA
 1997,Northern Europe,Cereals,NA,NA
 1997,Northern Europe,Monogastrics,NA,NA
-1997,Northern Europe,Oilcrops,NA,NA
-1997,Northern Europe,Pulses,NA,NA
+1997,Northern Europe,FruitVeg,NA,NA
+1997,Northern Europe,OilcropsPulses,NA,NA
 1997,Northern Europe,Starchy Roots,NA,NA
+1997,Northern Europe,Sugar,NA,NA
 1998,Northern Europe,Ruminants,NA,NA
 1998,Northern Europe,Cereals,NA,NA
 1998,Northern Europe,Monogastrics,NA,NA
-1998,Northern Europe,Oilcrops,NA,NA
-1998,Northern Europe,Pulses,NA,NA
+1998,Northern Europe,FruitVeg,NA,NA
+1998,Northern Europe,OilcropsPulses,NA,NA
 1998,Northern Europe,Starchy Roots,NA,NA
+1998,Northern Europe,Sugar,NA,NA
 1999,Northern Europe,Ruminants,NA,NA
 1999,Northern Europe,Cereals,NA,NA
 1999,Northern Europe,Monogastrics,NA,NA
-1999,Northern Europe,Oilcrops,NA,NA
-1999,Northern Europe,Pulses,NA,NA
+1999,Northern Europe,FruitVeg,NA,NA
+1999,Northern Europe,OilcropsPulses,NA,NA
 1999,Northern Europe,Starchy Roots,NA,NA
+1999,Northern Europe,Sugar,NA,NA
 2000,Northern Europe,Ruminants,NA,NA
 2000,Northern Europe,Cereals,NA,NA
 2000,Northern Europe,Monogastrics,NA,NA
-2000,Northern Europe,Oilcrops,NA,NA
-2000,Northern Europe,Pulses,NA,NA
+2000,Northern Europe,FruitVeg,NA,NA
+2000,Northern Europe,OilcropsPulses,NA,NA
 2000,Northern Europe,Starchy Roots,NA,NA
+2000,Northern Europe,Sugar,NA,NA
 2001,Northern Europe,Ruminants,NA,NA
 2001,Northern Europe,Cereals,NA,NA
 2001,Northern Europe,Monogastrics,NA,NA
-2001,Northern Europe,Oilcrops,NA,NA
-2001,Northern Europe,Pulses,NA,NA
+2001,Northern Europe,FruitVeg,NA,NA
+2001,Northern Europe,OilcropsPulses,NA,NA
 2001,Northern Europe,Starchy Roots,NA,NA
+2001,Northern Europe,Sugar,NA,NA
 2002,Northern Europe,Ruminants,NA,NA
 2002,Northern Europe,Cereals,NA,NA
 2002,Northern Europe,Monogastrics,NA,NA
-2002,Northern Europe,Oilcrops,NA,NA
-2002,Northern Europe,Pulses,NA,NA
+2002,Northern Europe,FruitVeg,NA,NA
+2002,Northern Europe,OilcropsPulses,NA,NA
 2002,Northern Europe,Starchy Roots,NA,NA
+2002,Northern Europe,Sugar,NA,NA
 2003,Northern Europe,Ruminants,NA,NA
 2003,Northern Europe,Cereals,NA,NA
 2003,Northern Europe,Monogastrics,NA,NA
-2003,Northern Europe,Oilcrops,NA,NA
-2003,Northern Europe,Pulses,NA,NA
+2003,Northern Europe,FruitVeg,NA,NA
+2003,Northern Europe,OilcropsPulses,NA,NA
 2003,Northern Europe,Starchy Roots,NA,NA
+2003,Northern Europe,Sugar,NA,NA
 2004,Northern Europe,Ruminants,NA,NA
 2004,Northern Europe,Cereals,NA,NA
 2004,Northern Europe,Monogastrics,NA,NA
-2004,Northern Europe,Oilcrops,NA,NA
-2004,Northern Europe,Pulses,NA,NA
+2004,Northern Europe,FruitVeg,NA,NA
+2004,Northern Europe,OilcropsPulses,NA,NA
 2004,Northern Europe,Starchy Roots,NA,NA
+2004,Northern Europe,Sugar,NA,NA
 2005,Northern Europe,Ruminants,NA,NA
 2005,Northern Europe,Cereals,NA,NA
 2005,Northern Europe,Monogastrics,NA,NA
-2005,Northern Europe,Oilcrops,NA,NA
-2005,Northern Europe,Pulses,NA,NA
+2005,Northern Europe,FruitVeg,NA,NA
+2005,Northern Europe,OilcropsPulses,NA,NA
 2005,Northern Europe,Starchy Roots,NA,NA
+2005,Northern Europe,Sugar,NA,NA
 2006,Northern Europe,Ruminants,NA,NA
 2006,Northern Europe,Cereals,NA,NA
 2006,Northern Europe,Monogastrics,NA,NA
-2006,Northern Europe,Oilcrops,NA,NA
-2006,Northern Europe,Pulses,NA,NA
+2006,Northern Europe,FruitVeg,NA,NA
+2006,Northern Europe,OilcropsPulses,NA,NA
 2006,Northern Europe,Starchy Roots,NA,NA
+2006,Northern Europe,Sugar,NA,NA
 2007,Northern Europe,Ruminants,NA,NA
 2007,Northern Europe,Cereals,NA,NA
 2007,Northern Europe,Monogastrics,NA,NA
-2007,Northern Europe,Oilcrops,NA,NA
-2007,Northern Europe,Pulses,NA,NA
+2007,Northern Europe,FruitVeg,NA,NA
+2007,Northern Europe,OilcropsPulses,NA,NA
 2007,Northern Europe,Starchy Roots,NA,NA
+2007,Northern Europe,Sugar,NA,NA
 2008,Northern Europe,Ruminants,NA,NA
 2008,Northern Europe,Cereals,NA,NA
 2008,Northern Europe,Monogastrics,NA,NA
-2008,Northern Europe,Oilcrops,NA,NA
-2008,Northern Europe,Pulses,NA,NA
+2008,Northern Europe,FruitVeg,NA,NA
+2008,Northern Europe,OilcropsPulses,NA,NA
 2008,Northern Europe,Starchy Roots,NA,NA
+2008,Northern Europe,Sugar,NA,NA
 2009,Northern Europe,Ruminants,NA,NA
 2009,Northern Europe,Cereals,NA,NA
 2009,Northern Europe,Monogastrics,NA,NA
-2009,Northern Europe,Oilcrops,NA,NA
-2009,Northern Europe,Pulses,NA,NA
+2009,Northern Europe,FruitVeg,NA,NA
+2009,Northern Europe,OilcropsPulses,NA,NA
 2009,Northern Europe,Starchy Roots,NA,NA
+2009,Northern Europe,Sugar,NA,NA
 2010,Northern Europe,Ruminants,NA,NA
 2010,Northern Europe,Cereals,NA,NA
 2010,Northern Europe,Monogastrics,NA,NA
-2010,Northern Europe,Oilcrops,NA,NA
-2010,Northern Europe,Pulses,NA,NA
+2010,Northern Europe,FruitVeg,NA,NA
+2010,Northern Europe,OilcropsPulses,NA,NA
 2010,Northern Europe,Starchy Roots,NA,NA
+2010,Northern Europe,Sugar,NA,NA
 2011,Northern Europe,Ruminants,NA,NA
 2011,Northern Europe,Cereals,NA,NA
 2011,Northern Europe,Monogastrics,NA,NA
-2011,Northern Europe,Oilcrops,NA,NA
-2011,Northern Europe,Pulses,NA,NA
+2011,Northern Europe,FruitVeg,NA,NA
+2011,Northern Europe,OilcropsPulses,NA,NA
 2011,Northern Europe,Starchy Roots,NA,NA
+2011,Northern Europe,Sugar,NA,NA
 1961,Norway,Ruminants,3.6098,0.797740788963378
 1961,Norway,Cereals,3.6098,0.0982273256136074
 1961,Norway,Monogastrics,3.6098,0.118021690952407
-1961,Norway,Oilcrops,3.6098,0.0323245055127708
-1961,Norway,Pulses,3.6098,0.00196188154468392
+1961,Norway,FruitVeg,3.6098,0.110229652612333
+1961,Norway,OilcropsPulses,3.6098,0.0342863870574547
 1961,Norway,Starchy Roots,3.6098,0.109424344839049
+1961,Norway,Sugar,3.6098,0.0452141392874952
 1962,Norway,Ruminants,3.638918,0.776863177460993
 1962,Norway,Cereals,3.638918,0.103246899215646
 1962,Norway,Monogastrics,3.638918,0.119919162784102
-1962,Norway,Oilcrops,3.638918,0.0422666847672852
-1962,Norway,Pulses,3.638918,0.00198410626455446
+1962,Norway,FruitVeg,3.638918,0.116511831264129
+1962,Norway,OilcropsPulses,3.638918,0.0442507910318397
 1962,Norway,Starchy Roots,3.638918,0.105251066388415
+1962,Norway,Sugar,3.638918,0.0463695527077005
 1963,Norway,Ruminants,3.666537,0.768398055167587
 1963,Norway,Cereals,3.666537,0.092659640418193
 1963,Norway,Monogastrics,3.666537,0.117204435684135
-1963,Norway,Oilcrops,3.666537,0.0354675269879998
-1963,Norway,Pulses,3.666537,0.00203298098450936
+1963,Norway,FruitVeg,3.666537,0.120969187001249
+1963,Norway,OilcropsPulses,3.666537,0.0375005079725092
 1963,Norway,Starchy Roots,3.666537,0.110458451667063
+1963,Norway,Sugar,3.666537,0.0454546074402086
 1964,Norway,Ruminants,3.694339,0.797950783617854
 1964,Norway,Cereals,3.694339,0.0941884326262425
 1964,Norway,Monogastrics,3.694339,0.121734442886806
-1964,Norway,Oilcrops,3.694339,0.0390613855415001
-1964,Norway,Pulses,3.694339,0.00190345282336028
+1964,Norway,FruitVeg,3.694339,0.114346571876593
+1964,Norway,OilcropsPulses,3.694339,0.0409648383648604
 1964,Norway,Starchy Roots,3.694339,0.108544451389004
+1964,Norway,Sugar,3.694339,0.0448396858003556
 1965,Norway,Ruminants,3.723168,0.802094802061041
 1965,Norway,Cereals,3.723168,0.0944472556704398
 1965,Norway,Monogastrics,3.723168,0.122542254338241
-1965,Norway,Oilcrops,3.723168,0.0348743328262383
-1965,Norway,Pulses,3.723168,0.00190751532028638
+1965,Norway,FruitVeg,3.723168,0.119654552252275
+1965,Norway,OilcropsPulses,3.723168,0.0367818481465247
 1965,Norway,Starchy Roots,3.723168,0.111061332714505
+1965,Norway,Sugar,3.723168,0.048335449810484
 1966,Norway,Ruminants,3.753012,0.813894573212129
 1966,Norway,Cereals,3.753012,0.0950415293103246
 1966,Norway,Monogastrics,3.753012,0.12794805878585
-1966,Norway,Oilcrops,3.753012,0.0477267325550784
-1966,Norway,Pulses,3.753012,0.00196348959182651
+1966,Norway,FruitVeg,3.753012,0.127438974349136
+1966,Norway,OilcropsPulses,3.753012,0.0496902221469049
 1966,Norway,Starchy Roots,3.753012,0.109148598512342
+1966,Norway,Sugar,3.753012,0.0476100262935477
 1967,Norway,Ruminants,3.784539,0.789966598309596
 1967,Norway,Cereals,3.784539,0.0935260542961772
 1967,Norway,Monogastrics,3.784539,0.131742307319333
-1967,Norway,Oilcrops,3.784539,0.0321095911549597
-1967,Norway,Pulses,3.784539,0.00196377947221577
+1967,Norway,FruitVeg,3.784539,0.120680484465875
+1967,Norway,OilcropsPulses,3.784539,0.0340733706271755
 1967,Norway,Starchy Roots,3.784539,0.105164724157949
+1967,Norway,Sugar,3.784539,0.0484579495679659
 1968,Norway,Ruminants,3.816486,0.82415413026538
 1968,Norway,Cereals,3.816486,0.0917084459369168
 1968,Norway,Monogastrics,3.816486,0.135891838722846
-1968,Norway,Oilcrops,3.816486,0.0359241459290038
-1968,Norway,Pulses,3.816486,0.00170051717731966
+1968,Norway,FruitVeg,3.816486,0.12822240144468
+1968,Norway,OilcropsPulses,3.816486,0.0376246631063235
 1968,Norway,Starchy Roots,3.816486,0.101227411812856
+1968,Norway,Sugar,3.816486,0.0494001550117045
 1969,Norway,Ruminants,3.847707,0.802989052960633
 1969,Norway,Cereals,3.847707,0.0969873745584058
 1969,Norway,Monogastrics,3.847707,0.137206445293262
-1969,Norway,Oilcrops,3.847707,0.0353496251143863
-1969,Norway,Pulses,3.847707,0.0019130874570231
+1969,Norway,FruitVeg,3.847707,0.130495123459245
+1969,Norway,OilcropsPulses,3.847707,0.0372627125714094
 1969,Norway,Starchy Roots,3.847707,0.10473770482004
+1969,Norway,Sugar,3.847707,0.0434695261359558
 1970,Norway,Ruminants,3.875763,0.779743653056185
 1970,Norway,Cereals,3.875763,0.0916268616011867
 1970,Norway,Monogastrics,3.875763,0.141820049368344
-1970,Norway,Oilcrops,3.875763,0.0343351747771987
-1970,Norway,Pulses,3.875763,0.00185563461955749
+1970,Norway,FruitVeg,3.875763,0.128276935406009
+1970,Norway,OilcropsPulses,3.875763,0.0361908093967562
 1970,Norway,Starchy Roots,3.875763,0.104031128838373
+1970,Norway,Sugar,3.875763,0.0444949807302459
 1971,Norway,Ruminants,3.903039,0.810021370526915
 1971,Norway,Cereals,3.903039,0.0918745623602531
 1971,Norway,Monogastrics,3.903039,0.145727829007089
-1971,Norway,Oilcrops,3.903039,0.0373124634419487
-1971,Norway,Pulses,3.903039,0.00164333484753803
+1971,Norway,FruitVeg,3.903039,0.128048938276046
+1971,Norway,OilcropsPulses,3.903039,0.0389557982894867
 1971,Norway,Starchy Roots,3.903039,0.103299505846598
+1971,Norway,Sugar,3.903039,0.0442813920127367
 1972,Norway,Ruminants,3.933004,0.827822066796779
 1972,Norway,Cereals,3.933004,0.0916042800871802
 1972,Norway,Monogastrics,3.933004,0.150195829955932
-1972,Norway,Oilcrops,3.933004,0.0356498493263673
-1972,Norway,Pulses,3.933004,0.00168725991633876
+1972,Norway,FruitVeg,3.933004,0.130122420419608
+1972,Norway,OilcropsPulses,3.933004,0.0373371092427061
 1972,Norway,Starchy Roots,3.933004,0.0999236207234979
+1972,Norway,Sugar,3.933004,0.0441275930560966
 1973,Norway,Ruminants,3.960612,0.871065355556161
 1973,Norway,Cereals,3.960612,0.0938890252314541
 1973,Norway,Monogastrics,3.960612,0.151687819963177
-1973,Norway,Oilcrops,3.960612,0.0367140229843267
-1973,Norway,Pulses,3.960612,0.00179366219160069
+1973,Norway,FruitVeg,3.960612,0.128608911956031
+1973,Norway,OilcropsPulses,3.960612,0.0385076851759274
 1973,Norway,Starchy Roots,3.960612,0.102845974309021
+1973,Norway,Sugar,3.960612,0.041250695599569
 1974,Norway,Ruminants,3.985258,0.901120630082168
 1974,Norway,Cereals,3.985258,0.0947948664804136
 1974,Norway,Monogastrics,3.985258,0.165135632373111
-1974,Norway,Oilcrops,3.985258,0.024949953051973
-1974,Norway,Pulses,3.985258,0.00158283353298582
+1974,Norway,FruitVeg,3.985258,0.133538907644122
+1974,Norway,OilcropsPulses,3.985258,0.0265327865849589
 1974,Norway,Starchy Roots,3.985258,0.103866048321087
+1974,Norway,Sugar,3.985258,0.0342444579497739
 1975,Norway,Ruminants,4.007313,0.919670138070073
 1975,Norway,Cereals,4.007313,0.0935609471982847
 1975,Norway,Monogastrics,4.007313,0.159534106769299
-1975,Norway,Oilcrops,4.007313,0.0268189682213493
-1975,Norway,Pulses,4.007313,0.00149227175416545
+1975,Norway,FruitVeg,4.007313,0.124994478844053
+1975,Norway,OilcropsPulses,4.007313,0.0283112399755148
 1975,Norway,Starchy Roots,4.007313,0.09210935107889
+1975,Norway,Sugar,4.007313,0.0284734434270545
 1976,Norway,Ruminants,4.026152,0.927552561353868
 1976,Norway,Cereals,4.026152,0.0984977715694788
 1976,Norway,Monogastrics,4.026152,0.168892356771428
-1976,Norway,Oilcrops,4.026152,0.0302407857428135
-1976,Norway,Pulses,4.026152,0.00161121587063777
+1976,Norway,FruitVeg,4.026152,0.137741446423285
+1976,Norway,OilcropsPulses,4.026152,0.0318520016134513
 1976,Norway,Starchy Roots,4.026152,0.0989088340430267
+1976,Norway,Sugar,4.026152,0.0399123033606282
 1977,Norway,Ruminants,4.043205,0.95282749699805
 1977,Norway,Cereals,4.043205,0.0981125122273048
 1977,Norway,Monogastrics,4.043205,0.165775962386275
-1977,Norway,Oilcrops,4.043205,0.0267466032516283
-1977,Norway,Pulses,4.043205,0.00158092404416793
+1977,Norway,FruitVeg,4.043205,0.135690127015573
+1977,Norway,OilcropsPulses,4.043205,0.0283275272957963
 1977,Norway,Starchy Roots,4.043205,0.099717427140103
+1977,Norway,Sugar,4.043205,0.0409746723205971
 1978,Norway,Ruminants,4.058671,0.970857677303728
 1978,Norway,Cereals,4.058671,0.0998632310921481
 1978,Norway,Monogastrics,4.058671,0.161556282832484
-1978,Norway,Oilcrops,4.058671,0.0235005498105168
-1978,Norway,Pulses,4.058671,0.00129377325730516
+1978,Norway,FruitVeg,4.058671,0.143376489496192
+1978,Norway,OilcropsPulses,4.058671,0.0247943230678219
 1978,Norway,Starchy Roots,4.058671,0.0944693472321358
+1978,Norway,Sugar,4.058671,0.0428704371455582
 1979,Norway,Ruminants,4.072517,1.00016208649344
 1979,Norway,Cereals,4.072517,0.103579678120435
 1979,Norway,Monogastrics,4.072517,0.164933995364537
-1979,Norway,Oilcrops,4.072517,0.0302969883244195
-1979,Norway,Pulses,4.072517,0.00147034377020403
+1979,Norway,FruitVeg,4.072517,0.135786050739629
+1979,Norway,OilcropsPulses,4.072517,0.0317673320946235
 1979,Norway,Starchy Roots,4.072517,0.0862098304316471
+1979,Norway,Sugar,4.072517,0.0440170047172301
 1980,Norway,Ruminants,4.08562,1.0064440647931
 1980,Norway,Cereals,4.08562,0.107184956016468
 1980,Norway,Monogastrics,4.08562,0.173231773880097
-1980,Norway,Oilcrops,4.08562,0.0275987487823146
-1980,Norway,Pulses,4.08562,0.00149304144780963
+1980,Norway,FruitVeg,4.08562,0.146764505754329
+1980,Norway,OilcropsPulses,4.08562,0.0290917902301242
 1980,Norway,Starchy Roots,4.08562,0.0844224377205908
+1980,Norway,Sugar,4.08562,0.0419015963305447
 1981,Norway,Ruminants,4.099702,0.969277108433735
 1981,Norway,Cereals,4.099702,0.116247473596861
 1981,Norway,Monogastrics,4.099702,0.163336408353583
-1981,Norway,Oilcrops,4.099702,0.0281193608706194
-1981,Norway,Pulses,4.099702,0.00138229559124053
+1981,Norway,FruitVeg,4.099702,0.147834159653555
+1981,Norway,OilcropsPulses,4.099702,0.0295016564618599
 1981,Norway,Starchy Roots,4.099702,0.0858162373753019
+1981,Norway,Sugar,4.099702,0.0413659334263807
 1982,Norway,Ruminants,4.114787,0.971656588785762
 1982,Norway,Cereals,4.114787,0.0968477833725051
 1982,Norway,Monogastrics,4.114787,0.145828180170687
-1982,Norway,Oilcrops,4.114787,0.0285142341511237
-1982,Norway,Pulses,4.114787,0.00142121572756986
+1982,Norway,FruitVeg,4.114787,0.153073050925844
+1982,Norway,OilcropsPulses,4.114787,0.0299354498786936
 1982,Norway,Starchy Roots,4.114787,0.0868465366494062
+1982,Norway,Sugar,4.114787,0.0388161039684436
 1983,Norway,Ruminants,4.128432,0.914159370918547
 1983,Norway,Cereals,4.128432,0.106639760567693
 1983,Norway,Monogastrics,4.128432,0.160500378836323
-1983,Norway,Oilcrops,4.128432,0.0222818251578323
-1983,Norway,Pulses,4.128432,0.00128426482499893
+1983,Norway,FruitVeg,4.128432,0.14264156464246
+1983,Norway,OilcropsPulses,4.128432,0.0235660899828313
 1983,Norway,Starchy Roots,4.128432,0.087533232956241
+1983,Norway,Sugar,4.128432,0.0385824448604216
 1984,Norway,Ruminants,4.140099,0.927894139729509
 1984,Norway,Cereals,4.140099,0.103980122214469
 1984,Norway,Monogastrics,4.140099,0.160582198638245
-1984,Norway,Oilcrops,4.140099,0.0223637164232063
-1984,Norway,Pulses,4.140099,0.00123692694305136
+1984,Norway,FruitVeg,4.140099,0.153101169802944
+1984,Norway,OilcropsPulses,4.140099,0.0236006433662577
 1984,Norway,Starchy Roots,4.140099,0.0871959825115293
+1984,Norway,Sugar,4.140099,0.0406369509521391
 1985,Norway,Ruminants,4.152516,0.972762489054828
 1985,Norway,Cereals,4.152516,0.105325301576201
 1985,Norway,Monogastrics,4.152516,0.163502512693509
-1985,Norway,Oilcrops,4.152516,0.0258009842707409
-1985,Norway,Pulses,4.152516,0.00124815894749111
+1985,Norway,FruitVeg,4.152516,0.149780036970357
+1985,Norway,OilcropsPulses,4.152516,0.027049143218232
 1985,Norway,Starchy Roots,4.152516,0.0834031705115646
+1985,Norway,Sugar,4.152516,0.0420407772059156
 1986,Norway,Ruminants,4.167354,0.999133526933397
 1986,Norway,Cereals,4.167354,0.114899286213746
 1986,Norway,Monogastrics,4.167354,0.172577755573441
-1986,Norway,Oilcrops,4.167354,0.0243998949933219
-1986,Norway,Pulses,4.167354,0.00124875400553925
+1986,Norway,FruitVeg,4.167354,0.157621838701488
+1986,Norway,OilcropsPulses,4.167354,0.0256486489988611
 1986,Norway,Starchy Roots,4.167354,0.0847060268938036
+1986,Norway,Sugar,4.167354,0.0410061156311655
 1987,Norway,Ruminants,4.186905,0.976128285690743
 1987,Norway,Cereals,4.186905,0.121082279153695
 1987,Norway,Monogastrics,4.186905,0.179279658841077
-1987,Norway,Oilcrops,4.186905,0.0257266405614649
-1987,Norway,Pulses,4.186905,0.00120876876833843
+1987,Norway,FruitVeg,4.186905,0.163700394444106
+1987,Norway,OilcropsPulses,4.186905,0.0269354093298033
 1987,Norway,Starchy Roots,4.186905,0.0871765659837039
+1987,Norway,Sugar,4.186905,0.0413104668006559
 1988,Norway,Ruminants,4.209488,0.918623167473099
 1988,Norway,Cereals,4.209488,0.119378176158241
 1988,Norway,Monogastrics,4.209488,0.165128847023676
-1988,Norway,Oilcrops,4.209488,0.0245887385829345
-1988,Norway,Pulses,4.209488,0.00111177416350872
+1988,Norway,FruitVeg,4.209488,0.164556354597044
+1988,Norway,OilcropsPulses,4.209488,0.0257005127464433
 1988,Norway,Starchy Roots,4.209488,0.0863639473494164
+1988,Norway,Sugar,4.209488,0.0368598271333711
 1989,Norway,Ruminants,4.226901,0.908477227169503
 1989,Norway,Cereals,4.226901,0.122545808383021
 1989,Norway,Monogastrics,4.226901,0.162504563035661
-1989,Norway,Oilcrops,4.226901,0.0256085959903012
-1989,Norway,Pulses,4.226901,0.00102391799571364
+1989,Norway,FruitVeg,4.226901,0.163952976424099
+1989,Norway,OilcropsPulses,4.226901,0.0266325139860148
 1989,Norway,Starchy Roots,4.226901,0.0817253586019639
+1989,Norway,Sugar,4.226901,0.0400326385690131
 1990,Norway,Ruminants,4.241473,0.894946118954429
 1990,Norway,Cereals,4.241473,0.12161694769718
 1990,Norway,Monogastrics,4.241473,0.167229120638043
-1990,Norway,Oilcrops,4.241473,0.0261675601848697
-1990,Norway,Pulses,4.241473,0.001079106244458
+1990,Norway,FruitVeg,4.241473,0.155854110116933
+1990,Norway,OilcropsPulses,4.241473,0.0272466664293277
 1990,Norway,Starchy Roots,4.241473,0.0812246122986048
+1990,Norway,Sugar,4.241473,0.0407570671792559
 1991,Norway,Ruminants,4.261732,0.922350208788352
 1991,Norway,Cereals,4.261732,0.124973836928272
 1991,Norway,Monogastrics,4.261732,0.17047585347929
-1991,Norway,Oilcrops,4.261732,0.0184887271184579
-1991,Norway,Pulses,4.261732,0.00108430093680222
+1991,Norway,FruitVeg,4.261732,0.150459953840363
+1991,Norway,OilcropsPulses,4.261732,0.0195730280552602
 1991,Norway,Starchy Roots,4.261732,0.0840754416279578
+1991,Norway,Sugar,4.261732,0.0415406224511537
 1992,Norway,Ruminants,4.286401,0.930951467209904
 1992,Norway,Cereals,4.286401,0.123528106679706
 1992,Norway,Monogastrics,4.286401,0.17505219413676
-1992,Norway,Oilcrops,4.286401,0.0168768624307432
-1992,Norway,Pulses,4.286401,0.00107829388804267
+1992,Norway,FruitVeg,4.286401,0.151839970175446
+1992,Norway,OilcropsPulses,4.286401,0.0179551563187859
 1992,Norway,Starchy Roots,4.286401,0.0835913392144132
+1992,Norway,Sugar,4.286401,0.0428445682053546
 1993,Norway,Ruminants,4.311991,0.934013150769563
 1993,Norway,Cereals,4.311991,0.124334675095565
 1993,Norway,Monogastrics,4.311991,0.17967011062871
-1993,Norway,Oilcrops,4.311991,0.0155197448232151
-1993,Norway,Pulses,4.311991,0.00104708010754197
+1993,Norway,FruitVeg,4.311991,0.161356783907944
+1993,Norway,OilcropsPulses,4.311991,0.016566824930757
 1993,Norway,Starchy Roots,4.311991,0.0783475661243263
+1993,Norway,Sugar,4.311991,0.0433062128376428
 1994,Norway,Ruminants,4.336613,0.974123653643984
 1994,Norway,Cereals,4.336613,0.126660829546007
 1994,Norway,Monogastrics,4.336613,0.185430403865874
-1994,Norway,Oilcrops,4.336613,0.0141147019574954
-1994,Norway,Pulses,4.336613,0.000994785561912027
+1994,Norway,FruitVeg,4.336613,0.163407248929061
+1994,Norway,OilcropsPulses,4.336613,0.0151094875194074
 1994,Norway,Starchy Roots,4.336613,0.0786023562628254
+1994,Norway,Sugar,4.336613,0.0438577295230172
 1995,Norway,Ruminants,4.359184,0.956992684869462
 1995,Norway,Cereals,4.359184,0.123300140576768
 1995,Norway,Monogastrics,4.359184,0.195216696519349
-1995,Norway,Oilcrops,4.359184,0.0153941655135457
-1995,Norway,Pulses,4.359184,0.00110227051668386
+1995,Norway,FruitVeg,4.359184,0.157702450733899
+1995,Norway,OilcropsPulses,4.359184,0.0164964360302295
 1995,Norway,Starchy Roots,4.359184,0.0774973022473931
+1995,Norway,Sugar,4.359184,0.043819669002272
 1996,Norway,Ruminants,4.381336,0.985798053379152
 1996,Norway,Cereals,4.381336,0.127502433047819
 1996,Norway,Monogastrics,4.381336,0.205975255036363
-1996,Norway,Oilcrops,4.381336,0.0175444202407668
-1996,Norway,Pulses,4.381336,0.000938070031606798
+1996,Norway,FruitVeg,4.381336,0.162564569345971
+1996,Norway,OilcropsPulses,4.381336,0.0184824902723736
 1996,Norway,Starchy Roots,4.381336,0.0799527815260003
+1996,Norway,Sugar,4.381336,0.0435930958045674
 1997,Norway,Ruminants,4.405157,0.963920037356217
 1997,Norway,Cereals,4.405157,0.129177007766125
 1997,Norway,Monogastrics,4.405157,0.197123530443977
-1997,Norway,Oilcrops,4.405157,0.0167158627944475
-1997,Norway,Pulses,4.405157,0.0010192599264907
+1997,Norway,FruitVeg,4.405157,0.165600908208266
+1997,Norway,OilcropsPulses,4.405157,0.0177351227209382
 1997,Norway,Starchy Roots,4.405157,0.079521796839477
+1997,Norway,Sugar,4.405157,0.0456501323335354
 1998,Norway,Ruminants,4.431464,0.961003158324201
 1998,Norway,Cereals,4.431464,0.132124282178531
 1998,Norway,Monogastrics,4.431464,0.202596230049483
-1998,Norway,Oilcrops,4.431464,0.0192739916199252
-1998,Norway,Pulses,4.431464,0.000980714274108963
+1998,Norway,FruitVeg,4.431464,0.162864236288504
+1998,Norway,OilcropsPulses,4.431464,0.0202547058940341
 1998,Norway,Starchy Roots,4.431464,0.0782549514110912
+1998,Norway,Sugar,4.431464,0.0452509599536406
 1999,Norway,Ruminants,4.461913,0.954522062622019
 1999,Norway,Cereals,4.461913,0.133979976749883
 1999,Norway,Monogastrics,4.461913,0.193010397109939
-1999,Norway,Oilcrops,4.461913,0.0178835849107771
-1999,Norway,Pulses,4.461913,0.00102332788649174
+1999,Norway,FruitVeg,4.461913,0.171006920125964
+1999,Norway,OilcropsPulses,4.461913,0.0189069127972688
 1999,Norway,Starchy Roots,4.461913,0.0775438696361852
+1999,Norway,Sugar,4.461913,0.0460589437759096
 2000,Norway,Ruminants,4.490967,0.978699843485824
 2000,Norway,Cereals,4.490967,0.133837545455132
 2000,Norway,Monogastrics,4.490967,0.202036621511581
-2000,Norway,Oilcrops,4.490967,0.0156888260367979
-2000,Norway,Pulses,4.490967,0.000985088512117769
+2000,Norway,FruitVeg,4.490967,0.169062698523503
+2000,Norway,OilcropsPulses,4.490967,0.0166739145489156
 2000,Norway,Starchy Roots,4.490967,0.07483377188031
+2000,Norway,Sugar,4.490967,0.0455474288722228
 2001,Norway,Ruminants,4.513751,0.990437266034391
 2001,Norway,Cereals,4.513751,0.135144140649318
 2001,Norway,Monogastrics,4.513751,0.207658441947728
-2001,Norway,Oilcrops,4.513751,0.0153783405420458
-2001,Norway,Pulses,4.513751,0.00104281339400423
+2001,Norway,FruitVeg,4.513751,0.176797302288053
+2001,Norway,OilcropsPulses,4.513751,0.0164211539360501
 2001,Norway,Starchy Roots,4.513751,0.0746758073274312
+2001,Norway,Sugar,4.513751,0.0444481762507502
 2002,Norway,Ruminants,4.538159,0.976372291054588
 2002,Norway,Cereals,4.538159,0.135902466176262
 2002,Norway,Monogastrics,4.538159,0.204314965606097
-2002,Norway,Oilcrops,4.538159,0.0177538953571261
-2002,Norway,Pulses,4.538159,0.000959640241780863
+2002,Norway,FruitVeg,4.538159,0.190358248796483
+2002,Norway,OilcropsPulses,4.538159,0.018713535598907
 2002,Norway,Starchy Roots,4.538159,0.0707958888174698
+2002,Norway,Sugar,4.538159,0.0438197515776772
 2003,Norway,Ruminants,4.564855,0.996750740165898
 2003,Norway,Cereals,4.564855,0.133249139348347
 2003,Norway,Monogastrics,4.564855,0.209507574720336
-2003,Norway,Oilcrops,4.564855,0.0178860007601556
-2003,Norway,Pulses,4.564855,0.00118163665658603
+2003,Norway,FruitVeg,4.564855,0.19947292958922
+2003,Norway,OilcropsPulses,4.564855,0.0190676374167416
 2003,Norway,Starchy Roots,4.564855,0.0702850364359876
+2003,Norway,Sugar,4.564855,0.04245326521872
 2004,Norway,Ruminants,4.59191,1.01801296192652
 2004,Norway,Cereals,4.59191,0.132494539309351
 2004,Norway,Monogastrics,4.59191,0.218673449610293
-2004,Norway,Oilcrops,4.59191,0.0158128099200551
-2004,Norway,Pulses,4.59191,0.00182603753122339
+2004,Norway,FruitVeg,4.59191,0.205450673031484
+2004,Norway,OilcropsPulses,4.59191,0.0176388474512785
 2004,Norway,Starchy Roots,4.59191,0.0699506305654945
+2004,Norway,Sugar,4.59191,0.040402142028045
 2005,Norway,Ruminants,4.623291,0.979346595314896
 2005,Norway,Cereals,4.623291,0.133884715454857
 2005,Norway,Monogastrics,4.623291,0.224793183037797
-2005,Norway,Oilcrops,4.623291,0.0235232867669372
-2005,Norway,Pulses,4.623291,0.00127809389458721
+2005,Norway,FruitVeg,4.623291,0.205919549515702
+2005,Norway,OilcropsPulses,4.623291,0.0248013806615244
 2005,Norway,Starchy Roots,4.623291,0.0694987618127434
+2005,Norway,Sugar,4.623291,0.0374086338065244
 2006,Norway,Ruminants,4.660677,0.979076773610357
 2006,Norway,Cereals,4.660677,0.134960865127534
 2006,Norway,Monogastrics,4.660677,0.224840597192211
-2006,Norway,Oilcrops,4.660677,0.0146583854663175
-2006,Norway,Pulses,4.660677,0.00119059956311068
+2006,Norway,FruitVeg,4.660677,0.210479078468643
+2006,Norway,OilcropsPulses,4.660677,0.0158489850294281
 2006,Norway,Starchy Roots,4.660677,0.0688618842284072
+2006,Norway,Sugar,4.660677,0.036443203423022
 2007,Norway,Ruminants,4.709153,0.983561120226928
 2007,Norway,Cereals,4.709153,0.135769850756601
 2007,Norway,Monogastrics,4.709153,0.222179912183783
-2007,Norway,Oilcrops,4.709153,0.0172120124362067
-2007,Norway,Pulses,4.709153,0.00183472484329985
+2007,Norway,FruitVeg,4.709153,0.2207093292573
+2007,Norway,OilcropsPulses,4.709153,0.0190467372795065
 2007,Norway,Starchy Roots,4.709153,0.0681869966849665
+2007,Norway,Sugar,4.709153,0.0372347214031908
 2008,Norway,Ruminants,4.768212,0.966770311387161
 2008,Norway,Cereals,4.768212,0.134031582488363
 2008,Norway,Monogastrics,4.768212,0.23144614794812
-2008,Norway,Oilcrops,4.768212,0.0196989982827945
-2008,Norway,Pulses,4.768212,0.00345118883136907
+2008,Norway,FruitVeg,4.768212,0.230148114219754
+2008,Norway,OilcropsPulses,4.768212,0.0231501871141636
 2008,Norway,Starchy Roots,4.768212,0.0673353030444116
+2008,Norway,Sugar,4.768212,0.0381048493649192
 2009,Norway,Ruminants,4.828726,0.944620527236377
 2009,Norway,Cereals,4.828726,0.136983336805609
 2009,Norway,Monogastrics,4.828726,0.228829467648403
-2009,Norway,Oilcrops,4.828726,0.0167785457282107
-2009,Norway,Pulses,4.828726,0.00360260656744657
+2009,Norway,FruitVeg,4.828726,0.208173335989659
+2009,Norway,OilcropsPulses,4.828726,0.0203811522956573
 2009,Norway,Starchy Roots,4.828726,0.061153190303198
+2009,Norway,Sugar,4.828726,0.0373609933551831
 2010,Norway,Ruminants,4.889252,0.897769924724682
 2010,Norway,Cereals,4.889252,0.132371577492835
 2010,Norway,Monogastrics,4.889252,0.233687095694802
-2010,Norway,Oilcrops,4.889252,0.0211688822748347
-2010,Norway,Pulses,4.889252,0.00549879613486889
+2010,Norway,FruitVeg,4.889252,0.199536657141011
+2010,Norway,OilcropsPulses,4.889252,0.0266676784097036
 2010,Norway,Starchy Roots,4.889252,0.0586034428170199
+2010,Norway,Sugar,4.889252,0.0379117296469889
 2011,Norway,Ruminants,4.953088,0.911387179068896
 2011,Norway,Cereals,4.953088,0.131934260001034
 2011,Norway,Monogastrics,4.953088,0.232616440491265
-2011,Norway,Oilcrops,4.953088,0.0179623297627662
-2011,Norway,Pulses,4.953088,0.00420505349390118
+2011,Norway,FruitVeg,4.953088,0.214409273568327
+2011,Norway,OilcropsPulses,4.953088,0.0221673832566674
 2011,Norway,Starchy Roots,4.953088,0.0565001066001654
+2011,Norway,Sugar,4.953088,0.0399136861691131
 1961,Oceania,Ruminants,NA,NA
 1961,Oceania,Cereals,NA,NA
 1961,Oceania,Monogastrics,NA,NA
-1961,Oceania,Oilcrops,NA,NA
-1961,Oceania,Pulses,NA,NA
+1961,Oceania,FruitVeg,NA,NA
+1961,Oceania,OilcropsPulses,NA,NA
 1961,Oceania,Starchy Roots,NA,NA
+1961,Oceania,Sugar,NA,NA
 1962,Oceania,Ruminants,NA,NA
 1962,Oceania,Cereals,NA,NA
 1962,Oceania,Monogastrics,NA,NA
-1962,Oceania,Oilcrops,NA,NA
-1962,Oceania,Pulses,NA,NA
+1962,Oceania,FruitVeg,NA,NA
+1962,Oceania,OilcropsPulses,NA,NA
 1962,Oceania,Starchy Roots,NA,NA
+1962,Oceania,Sugar,NA,NA
 1963,Oceania,Ruminants,NA,NA
 1963,Oceania,Cereals,NA,NA
 1963,Oceania,Monogastrics,NA,NA
-1963,Oceania,Oilcrops,NA,NA
-1963,Oceania,Pulses,NA,NA
+1963,Oceania,FruitVeg,NA,NA
+1963,Oceania,OilcropsPulses,NA,NA
 1963,Oceania,Starchy Roots,NA,NA
+1963,Oceania,Sugar,NA,NA
 1964,Oceania,Ruminants,NA,NA
 1964,Oceania,Cereals,NA,NA
 1964,Oceania,Monogastrics,NA,NA
-1964,Oceania,Oilcrops,NA,NA
-1964,Oceania,Pulses,NA,NA
+1964,Oceania,FruitVeg,NA,NA
+1964,Oceania,OilcropsPulses,NA,NA
 1964,Oceania,Starchy Roots,NA,NA
+1964,Oceania,Sugar,NA,NA
 1965,Oceania,Ruminants,NA,NA
 1965,Oceania,Cereals,NA,NA
 1965,Oceania,Monogastrics,NA,NA
-1965,Oceania,Oilcrops,NA,NA
-1965,Oceania,Pulses,NA,NA
+1965,Oceania,FruitVeg,NA,NA
+1965,Oceania,OilcropsPulses,NA,NA
 1965,Oceania,Starchy Roots,NA,NA
+1965,Oceania,Sugar,NA,NA
 1966,Oceania,Ruminants,NA,NA
 1966,Oceania,Cereals,NA,NA
 1966,Oceania,Monogastrics,NA,NA
-1966,Oceania,Oilcrops,NA,NA
-1966,Oceania,Pulses,NA,NA
+1966,Oceania,FruitVeg,NA,NA
+1966,Oceania,OilcropsPulses,NA,NA
 1966,Oceania,Starchy Roots,NA,NA
+1966,Oceania,Sugar,NA,NA
 1967,Oceania,Ruminants,NA,NA
 1967,Oceania,Cereals,NA,NA
 1967,Oceania,Monogastrics,NA,NA
-1967,Oceania,Oilcrops,NA,NA
-1967,Oceania,Pulses,NA,NA
+1967,Oceania,FruitVeg,NA,NA
+1967,Oceania,OilcropsPulses,NA,NA
 1967,Oceania,Starchy Roots,NA,NA
+1967,Oceania,Sugar,NA,NA
 1968,Oceania,Ruminants,NA,NA
 1968,Oceania,Cereals,NA,NA
 1968,Oceania,Monogastrics,NA,NA
-1968,Oceania,Oilcrops,NA,NA
-1968,Oceania,Pulses,NA,NA
+1968,Oceania,FruitVeg,NA,NA
+1968,Oceania,OilcropsPulses,NA,NA
 1968,Oceania,Starchy Roots,NA,NA
+1968,Oceania,Sugar,NA,NA
 1969,Oceania,Ruminants,NA,NA
 1969,Oceania,Cereals,NA,NA
 1969,Oceania,Monogastrics,NA,NA
-1969,Oceania,Oilcrops,NA,NA
-1969,Oceania,Pulses,NA,NA
+1969,Oceania,FruitVeg,NA,NA
+1969,Oceania,OilcropsPulses,NA,NA
 1969,Oceania,Starchy Roots,NA,NA
+1969,Oceania,Sugar,NA,NA
 1970,Oceania,Ruminants,NA,NA
 1970,Oceania,Cereals,NA,NA
 1970,Oceania,Monogastrics,NA,NA
-1970,Oceania,Oilcrops,NA,NA
-1970,Oceania,Pulses,NA,NA
+1970,Oceania,FruitVeg,NA,NA
+1970,Oceania,OilcropsPulses,NA,NA
 1970,Oceania,Starchy Roots,NA,NA
+1970,Oceania,Sugar,NA,NA
 1971,Oceania,Ruminants,NA,NA
 1971,Oceania,Cereals,NA,NA
 1971,Oceania,Monogastrics,NA,NA
-1971,Oceania,Oilcrops,NA,NA
-1971,Oceania,Pulses,NA,NA
+1971,Oceania,FruitVeg,NA,NA
+1971,Oceania,OilcropsPulses,NA,NA
 1971,Oceania,Starchy Roots,NA,NA
+1971,Oceania,Sugar,NA,NA
 1972,Oceania,Ruminants,NA,NA
 1972,Oceania,Cereals,NA,NA
 1972,Oceania,Monogastrics,NA,NA
-1972,Oceania,Oilcrops,NA,NA
-1972,Oceania,Pulses,NA,NA
+1972,Oceania,FruitVeg,NA,NA
+1972,Oceania,OilcropsPulses,NA,NA
 1972,Oceania,Starchy Roots,NA,NA
+1972,Oceania,Sugar,NA,NA
 1973,Oceania,Ruminants,NA,NA
 1973,Oceania,Cereals,NA,NA
 1973,Oceania,Monogastrics,NA,NA
-1973,Oceania,Oilcrops,NA,NA
-1973,Oceania,Pulses,NA,NA
+1973,Oceania,FruitVeg,NA,NA
+1973,Oceania,OilcropsPulses,NA,NA
 1973,Oceania,Starchy Roots,NA,NA
+1973,Oceania,Sugar,NA,NA
 1974,Oceania,Ruminants,NA,NA
 1974,Oceania,Cereals,NA,NA
 1974,Oceania,Monogastrics,NA,NA
-1974,Oceania,Oilcrops,NA,NA
-1974,Oceania,Pulses,NA,NA
+1974,Oceania,FruitVeg,NA,NA
+1974,Oceania,OilcropsPulses,NA,NA
 1974,Oceania,Starchy Roots,NA,NA
+1974,Oceania,Sugar,NA,NA
 1975,Oceania,Ruminants,NA,NA
 1975,Oceania,Cereals,NA,NA
 1975,Oceania,Monogastrics,NA,NA
-1975,Oceania,Oilcrops,NA,NA
-1975,Oceania,Pulses,NA,NA
+1975,Oceania,FruitVeg,NA,NA
+1975,Oceania,OilcropsPulses,NA,NA
 1975,Oceania,Starchy Roots,NA,NA
+1975,Oceania,Sugar,NA,NA
 1976,Oceania,Ruminants,NA,NA
 1976,Oceania,Cereals,NA,NA
 1976,Oceania,Monogastrics,NA,NA
-1976,Oceania,Oilcrops,NA,NA
-1976,Oceania,Pulses,NA,NA
+1976,Oceania,FruitVeg,NA,NA
+1976,Oceania,OilcropsPulses,NA,NA
 1976,Oceania,Starchy Roots,NA,NA
+1976,Oceania,Sugar,NA,NA
 1977,Oceania,Ruminants,NA,NA
 1977,Oceania,Cereals,NA,NA
 1977,Oceania,Monogastrics,NA,NA
-1977,Oceania,Oilcrops,NA,NA
-1977,Oceania,Pulses,NA,NA
+1977,Oceania,FruitVeg,NA,NA
+1977,Oceania,OilcropsPulses,NA,NA
 1977,Oceania,Starchy Roots,NA,NA
+1977,Oceania,Sugar,NA,NA
 1978,Oceania,Ruminants,NA,NA
 1978,Oceania,Cereals,NA,NA
 1978,Oceania,Monogastrics,NA,NA
-1978,Oceania,Oilcrops,NA,NA
-1978,Oceania,Pulses,NA,NA
+1978,Oceania,FruitVeg,NA,NA
+1978,Oceania,OilcropsPulses,NA,NA
 1978,Oceania,Starchy Roots,NA,NA
+1978,Oceania,Sugar,NA,NA
 1979,Oceania,Ruminants,NA,NA
 1979,Oceania,Cereals,NA,NA
 1979,Oceania,Monogastrics,NA,NA
-1979,Oceania,Oilcrops,NA,NA
-1979,Oceania,Pulses,NA,NA
+1979,Oceania,FruitVeg,NA,NA
+1979,Oceania,OilcropsPulses,NA,NA
 1979,Oceania,Starchy Roots,NA,NA
+1979,Oceania,Sugar,NA,NA
 1980,Oceania,Ruminants,NA,NA
 1980,Oceania,Cereals,NA,NA
 1980,Oceania,Monogastrics,NA,NA
-1980,Oceania,Oilcrops,NA,NA
-1980,Oceania,Pulses,NA,NA
+1980,Oceania,FruitVeg,NA,NA
+1980,Oceania,OilcropsPulses,NA,NA
 1980,Oceania,Starchy Roots,NA,NA
+1980,Oceania,Sugar,NA,NA
 1981,Oceania,Ruminants,NA,NA
 1981,Oceania,Cereals,NA,NA
 1981,Oceania,Monogastrics,NA,NA
-1981,Oceania,Oilcrops,NA,NA
-1981,Oceania,Pulses,NA,NA
+1981,Oceania,FruitVeg,NA,NA
+1981,Oceania,OilcropsPulses,NA,NA
 1981,Oceania,Starchy Roots,NA,NA
+1981,Oceania,Sugar,NA,NA
 1982,Oceania,Ruminants,NA,NA
 1982,Oceania,Cereals,NA,NA
 1982,Oceania,Monogastrics,NA,NA
-1982,Oceania,Oilcrops,NA,NA
-1982,Oceania,Pulses,NA,NA
+1982,Oceania,FruitVeg,NA,NA
+1982,Oceania,OilcropsPulses,NA,NA
 1982,Oceania,Starchy Roots,NA,NA
+1982,Oceania,Sugar,NA,NA
 1983,Oceania,Ruminants,NA,NA
 1983,Oceania,Cereals,NA,NA
 1983,Oceania,Monogastrics,NA,NA
-1983,Oceania,Oilcrops,NA,NA
-1983,Oceania,Pulses,NA,NA
+1983,Oceania,FruitVeg,NA,NA
+1983,Oceania,OilcropsPulses,NA,NA
 1983,Oceania,Starchy Roots,NA,NA
+1983,Oceania,Sugar,NA,NA
 1984,Oceania,Ruminants,NA,NA
 1984,Oceania,Cereals,NA,NA
 1984,Oceania,Monogastrics,NA,NA
-1984,Oceania,Oilcrops,NA,NA
-1984,Oceania,Pulses,NA,NA
+1984,Oceania,FruitVeg,NA,NA
+1984,Oceania,OilcropsPulses,NA,NA
 1984,Oceania,Starchy Roots,NA,NA
+1984,Oceania,Sugar,NA,NA
 1985,Oceania,Ruminants,NA,NA
 1985,Oceania,Cereals,NA,NA
 1985,Oceania,Monogastrics,NA,NA
-1985,Oceania,Oilcrops,NA,NA
-1985,Oceania,Pulses,NA,NA
+1985,Oceania,FruitVeg,NA,NA
+1985,Oceania,OilcropsPulses,NA,NA
 1985,Oceania,Starchy Roots,NA,NA
+1985,Oceania,Sugar,NA,NA
 1986,Oceania,Ruminants,NA,NA
 1986,Oceania,Cereals,NA,NA
 1986,Oceania,Monogastrics,NA,NA
-1986,Oceania,Oilcrops,NA,NA
-1986,Oceania,Pulses,NA,NA
+1986,Oceania,FruitVeg,NA,NA
+1986,Oceania,OilcropsPulses,NA,NA
 1986,Oceania,Starchy Roots,NA,NA
+1986,Oceania,Sugar,NA,NA
 1987,Oceania,Ruminants,NA,NA
 1987,Oceania,Cereals,NA,NA
 1987,Oceania,Monogastrics,NA,NA
-1987,Oceania,Oilcrops,NA,NA
-1987,Oceania,Pulses,NA,NA
+1987,Oceania,FruitVeg,NA,NA
+1987,Oceania,OilcropsPulses,NA,NA
 1987,Oceania,Starchy Roots,NA,NA
+1987,Oceania,Sugar,NA,NA
 1988,Oceania,Ruminants,NA,NA
 1988,Oceania,Cereals,NA,NA
 1988,Oceania,Monogastrics,NA,NA
-1988,Oceania,Oilcrops,NA,NA
-1988,Oceania,Pulses,NA,NA
+1988,Oceania,FruitVeg,NA,NA
+1988,Oceania,OilcropsPulses,NA,NA
 1988,Oceania,Starchy Roots,NA,NA
+1988,Oceania,Sugar,NA,NA
 1989,Oceania,Ruminants,NA,NA
 1989,Oceania,Cereals,NA,NA
 1989,Oceania,Monogastrics,NA,NA
-1989,Oceania,Oilcrops,NA,NA
-1989,Oceania,Pulses,NA,NA
+1989,Oceania,FruitVeg,NA,NA
+1989,Oceania,OilcropsPulses,NA,NA
 1989,Oceania,Starchy Roots,NA,NA
+1989,Oceania,Sugar,NA,NA
 1990,Oceania,Ruminants,NA,NA
 1990,Oceania,Cereals,NA,NA
 1990,Oceania,Monogastrics,NA,NA
-1990,Oceania,Oilcrops,NA,NA
-1990,Oceania,Pulses,NA,NA
+1990,Oceania,FruitVeg,NA,NA
+1990,Oceania,OilcropsPulses,NA,NA
 1990,Oceania,Starchy Roots,NA,NA
+1990,Oceania,Sugar,NA,NA
 1991,Oceania,Ruminants,NA,NA
 1991,Oceania,Cereals,NA,NA
 1991,Oceania,Monogastrics,NA,NA
-1991,Oceania,Oilcrops,NA,NA
-1991,Oceania,Pulses,NA,NA
+1991,Oceania,FruitVeg,NA,NA
+1991,Oceania,OilcropsPulses,NA,NA
 1991,Oceania,Starchy Roots,NA,NA
+1991,Oceania,Sugar,NA,NA
 1992,Oceania,Ruminants,NA,NA
 1992,Oceania,Cereals,NA,NA
 1992,Oceania,Monogastrics,NA,NA
-1992,Oceania,Oilcrops,NA,NA
-1992,Oceania,Pulses,NA,NA
+1992,Oceania,FruitVeg,NA,NA
+1992,Oceania,OilcropsPulses,NA,NA
 1992,Oceania,Starchy Roots,NA,NA
+1992,Oceania,Sugar,NA,NA
 1993,Oceania,Ruminants,NA,NA
 1993,Oceania,Cereals,NA,NA
 1993,Oceania,Monogastrics,NA,NA
-1993,Oceania,Oilcrops,NA,NA
-1993,Oceania,Pulses,NA,NA
+1993,Oceania,FruitVeg,NA,NA
+1993,Oceania,OilcropsPulses,NA,NA
 1993,Oceania,Starchy Roots,NA,NA
+1993,Oceania,Sugar,NA,NA
 1994,Oceania,Ruminants,NA,NA
 1994,Oceania,Cereals,NA,NA
 1994,Oceania,Monogastrics,NA,NA
-1994,Oceania,Oilcrops,NA,NA
-1994,Oceania,Pulses,NA,NA
+1994,Oceania,FruitVeg,NA,NA
+1994,Oceania,OilcropsPulses,NA,NA
 1994,Oceania,Starchy Roots,NA,NA
+1994,Oceania,Sugar,NA,NA
 1995,Oceania,Ruminants,NA,NA
 1995,Oceania,Cereals,NA,NA
 1995,Oceania,Monogastrics,NA,NA
-1995,Oceania,Oilcrops,NA,NA
-1995,Oceania,Pulses,NA,NA
+1995,Oceania,FruitVeg,NA,NA
+1995,Oceania,OilcropsPulses,NA,NA
 1995,Oceania,Starchy Roots,NA,NA
+1995,Oceania,Sugar,NA,NA
 1996,Oceania,Ruminants,NA,NA
 1996,Oceania,Cereals,NA,NA
 1996,Oceania,Monogastrics,NA,NA
-1996,Oceania,Oilcrops,NA,NA
-1996,Oceania,Pulses,NA,NA
+1996,Oceania,FruitVeg,NA,NA
+1996,Oceania,OilcropsPulses,NA,NA
 1996,Oceania,Starchy Roots,NA,NA
+1996,Oceania,Sugar,NA,NA
 1997,Oceania,Ruminants,NA,NA
 1997,Oceania,Cereals,NA,NA
 1997,Oceania,Monogastrics,NA,NA
-1997,Oceania,Oilcrops,NA,NA
-1997,Oceania,Pulses,NA,NA
+1997,Oceania,FruitVeg,NA,NA
+1997,Oceania,OilcropsPulses,NA,NA
 1997,Oceania,Starchy Roots,NA,NA
+1997,Oceania,Sugar,NA,NA
 1998,Oceania,Ruminants,NA,NA
 1998,Oceania,Cereals,NA,NA
 1998,Oceania,Monogastrics,NA,NA
-1998,Oceania,Oilcrops,NA,NA
-1998,Oceania,Pulses,NA,NA
+1998,Oceania,FruitVeg,NA,NA
+1998,Oceania,OilcropsPulses,NA,NA
 1998,Oceania,Starchy Roots,NA,NA
+1998,Oceania,Sugar,NA,NA
 1999,Oceania,Ruminants,NA,NA
 1999,Oceania,Cereals,NA,NA
 1999,Oceania,Monogastrics,NA,NA
-1999,Oceania,Oilcrops,NA,NA
-1999,Oceania,Pulses,NA,NA
+1999,Oceania,FruitVeg,NA,NA
+1999,Oceania,OilcropsPulses,NA,NA
 1999,Oceania,Starchy Roots,NA,NA
+1999,Oceania,Sugar,NA,NA
 2000,Oceania,Ruminants,NA,NA
 2000,Oceania,Cereals,NA,NA
 2000,Oceania,Monogastrics,NA,NA
-2000,Oceania,Oilcrops,NA,NA
-2000,Oceania,Pulses,NA,NA
+2000,Oceania,FruitVeg,NA,NA
+2000,Oceania,OilcropsPulses,NA,NA
 2000,Oceania,Starchy Roots,NA,NA
+2000,Oceania,Sugar,NA,NA
 2001,Oceania,Ruminants,NA,NA
 2001,Oceania,Cereals,NA,NA
 2001,Oceania,Monogastrics,NA,NA
-2001,Oceania,Oilcrops,NA,NA
-2001,Oceania,Pulses,NA,NA
+2001,Oceania,FruitVeg,NA,NA
+2001,Oceania,OilcropsPulses,NA,NA
 2001,Oceania,Starchy Roots,NA,NA
+2001,Oceania,Sugar,NA,NA
 2002,Oceania,Ruminants,NA,NA
 2002,Oceania,Cereals,NA,NA
 2002,Oceania,Monogastrics,NA,NA
-2002,Oceania,Oilcrops,NA,NA
-2002,Oceania,Pulses,NA,NA
+2002,Oceania,FruitVeg,NA,NA
+2002,Oceania,OilcropsPulses,NA,NA
 2002,Oceania,Starchy Roots,NA,NA
+2002,Oceania,Sugar,NA,NA
 2003,Oceania,Ruminants,NA,NA
 2003,Oceania,Cereals,NA,NA
 2003,Oceania,Monogastrics,NA,NA
-2003,Oceania,Oilcrops,NA,NA
-2003,Oceania,Pulses,NA,NA
+2003,Oceania,FruitVeg,NA,NA
+2003,Oceania,OilcropsPulses,NA,NA
 2003,Oceania,Starchy Roots,NA,NA
+2003,Oceania,Sugar,NA,NA
 2004,Oceania,Ruminants,NA,NA
 2004,Oceania,Cereals,NA,NA
 2004,Oceania,Monogastrics,NA,NA
-2004,Oceania,Oilcrops,NA,NA
-2004,Oceania,Pulses,NA,NA
+2004,Oceania,FruitVeg,NA,NA
+2004,Oceania,OilcropsPulses,NA,NA
 2004,Oceania,Starchy Roots,NA,NA
+2004,Oceania,Sugar,NA,NA
 2005,Oceania,Ruminants,NA,NA
 2005,Oceania,Cereals,NA,NA
 2005,Oceania,Monogastrics,NA,NA
-2005,Oceania,Oilcrops,NA,NA
-2005,Oceania,Pulses,NA,NA
+2005,Oceania,FruitVeg,NA,NA
+2005,Oceania,OilcropsPulses,NA,NA
 2005,Oceania,Starchy Roots,NA,NA
+2005,Oceania,Sugar,NA,NA
 2006,Oceania,Ruminants,NA,NA
 2006,Oceania,Cereals,NA,NA
 2006,Oceania,Monogastrics,NA,NA
-2006,Oceania,Oilcrops,NA,NA
-2006,Oceania,Pulses,NA,NA
+2006,Oceania,FruitVeg,NA,NA
+2006,Oceania,OilcropsPulses,NA,NA
 2006,Oceania,Starchy Roots,NA,NA
+2006,Oceania,Sugar,NA,NA
 2007,Oceania,Ruminants,NA,NA
 2007,Oceania,Cereals,NA,NA
 2007,Oceania,Monogastrics,NA,NA
-2007,Oceania,Oilcrops,NA,NA
-2007,Oceania,Pulses,NA,NA
+2007,Oceania,FruitVeg,NA,NA
+2007,Oceania,OilcropsPulses,NA,NA
 2007,Oceania,Starchy Roots,NA,NA
+2007,Oceania,Sugar,NA,NA
 2008,Oceania,Ruminants,NA,NA
 2008,Oceania,Cereals,NA,NA
 2008,Oceania,Monogastrics,NA,NA
-2008,Oceania,Oilcrops,NA,NA
-2008,Oceania,Pulses,NA,NA
+2008,Oceania,FruitVeg,NA,NA
+2008,Oceania,OilcropsPulses,NA,NA
 2008,Oceania,Starchy Roots,NA,NA
+2008,Oceania,Sugar,NA,NA
 2009,Oceania,Ruminants,NA,NA
 2009,Oceania,Cereals,NA,NA
 2009,Oceania,Monogastrics,NA,NA
-2009,Oceania,Oilcrops,NA,NA
-2009,Oceania,Pulses,NA,NA
+2009,Oceania,FruitVeg,NA,NA
+2009,Oceania,OilcropsPulses,NA,NA
 2009,Oceania,Starchy Roots,NA,NA
+2009,Oceania,Sugar,NA,NA
 2010,Oceania,Ruminants,NA,NA
 2010,Oceania,Cereals,NA,NA
 2010,Oceania,Monogastrics,NA,NA
-2010,Oceania,Oilcrops,NA,NA
-2010,Oceania,Pulses,NA,NA
+2010,Oceania,FruitVeg,NA,NA
+2010,Oceania,OilcropsPulses,NA,NA
 2010,Oceania,Starchy Roots,NA,NA
+2010,Oceania,Sugar,NA,NA
 2011,Oceania,Ruminants,NA,NA
 2011,Oceania,Cereals,NA,NA
 2011,Oceania,Monogastrics,NA,NA
-2011,Oceania,Oilcrops,NA,NA
-2011,Oceania,Pulses,NA,NA
+2011,Oceania,FruitVeg,NA,NA
+2011,Oceania,OilcropsPulses,NA,NA
 2011,Oceania,Starchy Roots,NA,NA
+2011,Oceania,Sugar,NA,NA
 1990,Oman,Ruminants,1.812159,0.41998682234837
 1990,Oman,Cereals,1.812159,0.145174899112054
 1990,Oman,Monogastrics,1.812159,0.0659748399560966
-1990,Oman,Oilcrops,1.812159,0.00241811011064702
-1990,Oman,Pulses,1.812159,0.00311286150939294
+1990,Oman,FruitVeg,1.812159,0.226804601582974
+1990,Oman,OilcropsPulses,1.812159,0.00553097162003996
 1990,Oman,Starchy Roots,1.812159,0.0177164365819997
+1990,Oman,Sugar,1.812159,0.0245635178811572
 1991,Oman,Ruminants,1.892345,0.466490307000045
 1991,Oman,Cereals,1.892345,0.124971397921626
 1991,Oman,Monogastrics,1.892345,0.067403301195078
-1991,Oman,Oilcrops,1.892345,0.00368695983026351
-1991,Oman,Pulses,1.892345,0.00363570067825899
+1991,Oman,FruitVeg,1.892345,0.244256729084813
+1991,Oman,OilcropsPulses,1.892345,0.00732266050852249
 1991,Oman,Starchy Roots,1.892345,0.00738554544757959
+1991,Oman,Sugar,1.892345,0.0250186937371357
 1992,Oman,Ruminants,1.979914,0.454583027343612
 1992,Oman,Cereals,1.979914,0.134249770444575
 1992,Oman,Monogastrics,1.979914,0.0709910127409574
-1992,Oman,Oilcrops,1.979914,0.00547448020469576
-1992,Oman,Pulses,1.979914,0.00359055999401994
+1992,Oman,FruitVeg,1.979914,0.244927809995788
+1992,Oman,OilcropsPulses,1.979914,0.0090650401987157
 1992,Oman,Starchy Roots,1.979914,0.00617400553761426
+1992,Oman,Sugar,1.979914,0.0253359489351558
 1993,Oman,Ruminants,2.066264,0.475109714925102
 1993,Oman,Cereals,2.066264,0.121330091411359
 1993,Oman,Monogastrics,2.066264,0.0755448480929833
-1993,Oman,Oilcrops,2.066264,0.00440795561457781
-1993,Oman,Pulses,2.066264,0.00378654421700228
+1993,Oman,FruitVeg,2.066264,0.259381182656234
+1993,Oman,OilcropsPulses,2.066264,0.00819449983158009
 1993,Oman,Starchy Roots,2.066264,0.00587969397908496
+1993,Oman,Sugar,2.066264,0.024045814087648
 1994,Oman,Ruminants,2.139539,0.438309888251628
 1994,Oman,Cereals,2.139539,0.132284571582944
 1994,Oman,Monogastrics,2.139539,0.0766238427997807
-1994,Oman,Oilcrops,2.139539,0.00586341263234744
-1994,Oman,Pulses,2.139539,0.0041672528521331
+1994,Oman,FruitVeg,2.139539,0.241251503244391
+1994,Oman,OilcropsPulses,2.139539,0.0100306654844805
 1994,Oman,Starchy Roots,2.139539,0.00632799869504599
+1994,Oman,Sugar,2.139539,0.0238813127500831
 1995,Oman,Ruminants,2.191864,0.460199492304267
 1995,Oman,Cereals,2.191864,0.12338128643018
 1995,Oman,Monogastrics,2.191864,0.0798794998229817
-1995,Oman,Oilcrops,2.191864,0.0065738567721355
-1995,Oman,Pulses,2.191864,0.00278165068635645
+1995,Oman,FruitVeg,2.191864,0.234886836044572
+1995,Oman,OilcropsPulses,2.191864,0.00935550745849195
 1995,Oman,Starchy Roots,2.191864,0.00558063821477975
+1995,Oman,Sugar,2.191864,0.0234001744633791
 1996,Oman,Ruminants,2.219768,0.469625744672416
 1996,Oman,Cereals,2.219768,0.127865614784968
 1996,Oman,Monogastrics,2.219768,0.0797376122189346
-1996,Oman,Oilcrops,2.219768,0.00561725369498074
-1996,Oman,Pulses,2.219768,0.00198579310991058
+1996,Oman,FruitVeg,2.219768,0.236086383802271
+1996,Oman,OilcropsPulses,2.219768,0.00760304680489132
 1996,Oman,Starchy Roots,2.219768,0.00497574521301325
+1996,Oman,Sugar,2.219768,0.024859354671299
 1997,Oman,Ruminants,2.227596,0.487903910762993
 1997,Oman,Cereals,2.227596,0.121464574366267
 1997,Oman,Monogastrics,2.227596,0.0778117755643303
-1997,Oman,Oilcrops,2.227596,0.00967635064886093
-1997,Oman,Pulses,2.227596,0.00143697510679674
+1997,Oman,FruitVeg,2.227596,0.221232665169088
+1997,Oman,OilcropsPulses,2.227596,0.0111133257556577
 1997,Oman,Starchy Roots,2.227596,0.00610344065979648
+1997,Oman,Sugar,2.227596,0.0259203194834252
 1998,Oman,Ruminants,2.224922,0.499551489894927
 1998,Oman,Cereals,2.224922,0.137521674917143
 1998,Oman,Monogastrics,2.224922,0.0843358553693118
-1998,Oman,Oilcrops,2.224922,0.0111410647204711
-1998,Oman,Pulses,2.224922,0.00134072115786531
+1998,Oman,FruitVeg,2.224922,0.251403869439018
+1998,Oman,OilcropsPulses,2.224922,0.0124817858783364
 1998,Oman,Starchy Roots,2.224922,0.0108309414891848
+1998,Oman,Sugar,2.224922,0.0244929934622427
 1999,Oman,Ruminants,2.225481,0.521127342808139
 1999,Oman,Cereals,2.225481,0.139439518917483
 1999,Oman,Monogastrics,2.225481,0.0856473274766219
-1999,Oman,Oilcrops,2.225481,0.0101699362969174
-1999,Oman,Pulses,2.225481,0.00192452777624253
+1999,Oman,FruitVeg,2.225481,0.265403748672759
+1999,Oman,OilcropsPulses,2.225481,0.0120944640731599
 1999,Oman,Starchy Roots,2.225481,0.0151549260586812
+1999,Oman,Sugar,2.225481,0.0205789220397748
 2000,Oman,Ruminants,2.239403,0.447362890913337
 2000,Oman,Cereals,2.239403,0.138974539196384
 2000,Oman,Monogastrics,2.239403,0.0586094150985776
-2000,Oman,Oilcrops,2.239403,0.0111114435409794
-2000,Oman,Pulses,2.239403,0.00181655557307014
+2000,Oman,FruitVeg,2.239403,0.292217166807404
+2000,Oman,OilcropsPulses,2.239403,0.0129279991140496
 2000,Oman,Starchy Roots,2.239403,0.0154434016566022
+2000,Oman,Sugar,2.239403,0.0264119499705948
 2001,Oman,Ruminants,2.272547,0.545181771818141
 2001,Oman,Cereals,2.272547,0.132872499446656
 2001,Oman,Monogastrics,2.272547,0.0998203777523633
-2001,Oman,Oilcrops,2.272547,0.00900047391759114
-2001,Oman,Pulses,2.272547,0.00150095905607233
+2001,Oman,FruitVeg,2.272547,0.296003118967397
+2001,Oman,OilcropsPulses,2.272547,0.0105014329736635
 2001,Oman,Starchy Roots,2.272547,0.0216853600827618
+2001,Oman,Sugar,2.272547,0.0273807318396495
 2002,Oman,Ruminants,2.323203,0.572058016454008
 2002,Oman,Cereals,2.323203,0.135736739320671
 2002,Oman,Monogastrics,2.323203,0.12164881846313
-2002,Oman,Oilcrops,2.323203,0.00664901000902633
-2002,Oman,Pulses,2.323203,0.00109460946804907
+2002,Oman,FruitVeg,2.323203,0.312494861619927
+2002,Oman,OilcropsPulses,2.323203,0.0077436194770754
 2002,Oman,Starchy Roots,2.323203,0.0234056171587244
+2002,Oman,Sugar,2.323203,0.0281296985239775
 2003,Oman,Ruminants,2.385075,0.566813454503527
 2003,Oman,Cereals,2.385075,0.129566575474566
 2003,Oman,Monogastrics,2.385075,0.109772816368458
-2003,Oman,Oilcrops,2.385075,0.00676666352211146
-2003,Oman,Pulses,2.385075,0.00195507478800457
+2003,Oman,FruitVeg,2.385075,0.297734452794985
+2003,Oman,OilcropsPulses,2.385075,0.00872173831011603
 2003,Oman,Starchy Roots,2.385075,0.0222429064075553
+2003,Oman,Sugar,2.385075,0.0282104336341624
 2004,Oman,Ruminants,2.448194,0.518017281310223
 2004,Oman,Cereals,2.448194,0.136705669567036
 2004,Oman,Monogastrics,2.448194,0.0994738162090096
-2004,Oman,Oilcrops,2.448194,0.00661303801904588
-2004,Oman,Pulses,2.448194,0.00205825191957827
+2004,Oman,FruitVeg,2.448194,0.313119385146765
+2004,Oman,OilcropsPulses,2.448194,0.00867128993862414
 2004,Oman,Starchy Roots,2.448194,0.0270734263706226
+2004,Oman,Sugar,2.448194,0.0314599251529903
 2005,Oman,Ruminants,2.506891,0.567963226163403
 2005,Oman,Cereals,2.506891,0.139513445139817
 2005,Oman,Monogastrics,2.506891,0.086287038407334
-2005,Oman,Oilcrops,2.506891,0.0053332992938265
-2005,Oman,Pulses,2.506891,0.00242611266305555
+2005,Oman,FruitVeg,2.506891,0.295008039838988
+2005,Oman,OilcropsPulses,2.506891,0.00775941195688205
 2005,Oman,Starchy Roots,2.506891,0.0230700098249186
+2005,Oman,Sugar,2.506891,0.0338634587622677
 2006,Oman,Ruminants,2.553376,0.647959172483802
 2006,Oman,Cereals,2.553376,0.141305080019551
 2006,Oman,Monogastrics,2.553376,0.0872031381198852
-2006,Oman,Oilcrops,2.553376,0.00621099281891895
-2006,Oman,Pulses,2.553376,0.00275204278570802
+2006,Oman,FruitVeg,2.553376,0.306080655571291
+2006,Oman,OilcropsPulses,2.553376,0.00896303560462697
 2006,Oman,Starchy Roots,2.553376,0.0197499310716479
+2006,Oman,Sugar,2.553376,0.0315946417605554
 2007,Oman,Ruminants,2.59375,0.657787373493976
 2007,Oman,Cereals,2.59375,0.145563373493976
 2007,Oman,Monogastrics,2.59375,0.103163720481928
-2007,Oman,Oilcrops,2.59375,0.00509532530120482
-2007,Oman,Pulses,2.59375,0.00289079518072289
+2007,Oman,FruitVeg,2.59375,0.318706120481928
+2007,Oman,OilcropsPulses,2.59375,0.00798612048192771
 2007,Oman,Starchy Roots,2.59375,0.0203119036144578
+2007,Oman,Sugar,2.59375,0.0333212530120482
 2008,Oman,Ruminants,2.652281,0.721628779152737
 2008,Oman,Cereals,2.652281,0.139949349258242
 2008,Oman,Monogastrics,2.652281,0.106599489269802
-2008,Oman,Oilcrops,2.652281,0.00686729648932372
-2008,Oman,Pulses,2.652281,0.00249558776012044
+2008,Oman,FruitVeg,2.652281,0.330818265485444
+2008,Oman,OilcropsPulses,2.652281,0.00936288424944416
 2008,Oman,Starchy Roots,2.652281,0.0249155349678258
+2008,Oman,Sugar,2.652281,0.0340344782472144
 2009,Oman,Ruminants,2.762073,0.673705872364706
 2009,Oman,Cereals,2.762073,0.139228760427404
 2009,Oman,Monogastrics,2.762073,0.114520905131762
-2009,Oman,Oilcrops,2.762073,0.00604654547508339
-2009,Oman,Pulses,2.762073,0.00294018297126832
+2009,Oman,FruitVeg,2.762073,0.366973646243238
+2009,Oman,OilcropsPulses,2.762073,0.00898672844635171
 2009,Oman,Starchy Roots,2.762073,0.0254446569659817
+2009,Oman,Sugar,2.762073,0.0334506003280869
 2010,Oman,Ruminants,2.943747,0.675585367900163
 2010,Oman,Cereals,2.943747,0.140607871532438
 2010,Oman,Monogastrics,2.943747,0.108047736439307
-2010,Oman,Oilcrops,2.943747,0.00591117375236391
-2010,Oman,Pulses,2.943747,0.00451533368866278
+2010,Oman,FruitVeg,2.943747,0.396327537658637
+2010,Oman,OilcropsPulses,2.943747,0.0104265074410267
 2010,Oman,Starchy Roots,2.943747,0.0220127612868905
+2010,Oman,Sugar,2.943747,0.0327463603359935
 2011,Oman,Ruminants,3.210003,0.654295369817411
 2011,Oman,Cereals,3.210003,0.146523227548385
 2011,Oman,Monogastrics,3.210003,0.107554385463191
-2011,Oman,Oilcrops,3.210003,0.00609220614435563
-2011,Oman,Pulses,3.210003,0.00402180309488807
+2011,Oman,FruitVeg,3.210003,0.34679157620725
+2011,Oman,OilcropsPulses,3.210003,0.0101140092392437
 2011,Oman,Starchy Roots,3.210003,0.0208149338178189
+2011,Oman,Sugar,3.210003,0.0327688167269626
 2012,Oman,Ruminants,3.545192,0.683790779173596
 2012,Oman,Cereals,3.545192,0.142661948915602
 2012,Oman,Monogastrics,3.545192,0.11664710966289
-2012,Oman,Oilcrops,3.545192,0.00719199411484625
-2012,Oman,Pulses,3.545192,0.00348641201943364
+2012,Oman,FruitVeg,3.545192,0.358852496564361
+2012,Oman,OilcropsPulses,3.545192,0.0106784061342799
 2012,Oman,Starchy Roots,3.545192,0.0271136231831732
+2012,Oman,Sugar,3.545192,0.0324287090797903
 2013,Oman,Ruminants,3.906912,0.677222932075255
 2013,Oman,Cereals,3.906912,0.150616650694973
 2013,Oman,Monogastrics,3.906912,0.113378212767526
-2013,Oman,Oilcrops,3.906912,0.00694051977623248
-2013,Oman,Pulses,3.906912,0.00442113874077532
+2013,Oman,FruitVeg,3.906912,0.309570064542022
+2013,Oman,OilcropsPulses,3.906912,0.0113616585170078
 2013,Oman,Starchy Roots,3.906912,0.0259481145211359
+2013,Oman,Sugar,3.906912,0.0330747147619399
 1961,Pakistan,Ruminants,45.988447,0.275792872501218
 1961,Pakistan,Cereals,45.988447,0.139128464155356
 1961,Pakistan,Monogastrics,45.988447,0.00102822345794804
-1961,Pakistan,Oilcrops,45.988447,0.00819510169586723
-1961,Pakistan,Pulses,45.988447,0.0148415753199929
+1961,Pakistan,FruitVeg,45.988447,0.0393156785659668
+1961,Pakistan,OilcropsPulses,45.988447,0.0230366770158601
 1961,Pakistan,Starchy Roots,45.988447,0.00203246698023962
+1961,Pakistan,Sugar,45.988447,0.0208084217325277
 1962,Pakistan,Ruminants,47.122931,0.276616878945836
 1962,Pakistan,Cereals,47.122931,0.140542531193571
 1962,Pakistan,Monogastrics,47.122931,0.00104527878369875
-1962,Pakistan,Oilcrops,47.122931,0.00829625814234687
-1962,Pakistan,Pulses,47.122931,0.0145546124879202
+1962,Pakistan,FruitVeg,47.122931,0.0428823707931071
+1962,Pakistan,OilcropsPulses,47.122931,0.022850870630267
 1962,Pakistan,Starchy Roots,47.122931,0.00231999575747952
+1962,Pakistan,Sugar,47.122931,0.0250133422303464
 1963,Pakistan,Ruminants,48.312888,0.275843721037749
 1963,Pakistan,Cereals,48.312888,0.134280815504136
 1963,Pakistan,Monogastrics,48.312888,0.00107121934006512
-1963,Pakistan,Oilcrops,48.312888,0.00909090758557013
-1963,Pakistan,Pulses,48.312888,0.0150615297516472
+1963,Pakistan,FruitVeg,48.312888,0.0403072985411263
+1963,Pakistan,OilcropsPulses,48.312888,0.0241524373372173
 1963,Pakistan,Starchy Roots,48.312888,0.00204314012443222
+1963,Pakistan,Sugar,48.312888,0.0308597573384559
 1964,Pakistan,Ruminants,49.555472,0.27661502447197
 1964,Pakistan,Cereals,49.555472,0.156243310526837
 1964,Pakistan,Monogastrics,49.555472,0.001137468734028
-1964,Pakistan,Oilcrops,49.555472,0.0119227801926697
-1964,Pakistan,Pulses,49.555472,0.0143432192513473
+1964,Pakistan,FruitVeg,49.555472,0.0434675912278668
+1964,Pakistan,OilcropsPulses,49.555472,0.026265999444017
 1964,Pakistan,Starchy Roots,49.555472,0.00226897243557684
+1964,Pakistan,Sugar,49.555472,0.0269708661033437
 1965,Pakistan,Ruminants,50.848775,0.275034128157463
 1965,Pakistan,Cereals,50.848775,0.163532808804145
 1965,Pakistan,Monogastrics,50.848775,0.00114127626476744
-1965,Pakistan,Oilcrops,50.848775,0.0099540254411242
-1965,Pakistan,Pulses,50.848775,0.0142640801081245
+1965,Pakistan,FruitVeg,50.848775,0.0454027063582161
+1965,Pakistan,OilcropsPulses,50.848775,0.0242181055492487
 1965,Pakistan,Starchy Roots,50.848775,0.00289053177780586
+1965,Pakistan,Sugar,50.848775,0.0300818456295161
 1966,Pakistan,Ruminants,52.194629,0.272142137460159
 1966,Pakistan,Cereals,52.194629,0.152200794453391
 1966,Pakistan,Monogastrics,52.194629,0.00115578750449591
-1966,Pakistan,Oilcrops,52.194629,0.0122804781311886
-1966,Pakistan,Pulses,52.194629,0.0113802514047949
+1966,Pakistan,FruitVeg,52.194629,0.0462978096845942
+1966,Pakistan,OilcropsPulses,52.194629,0.0236607295359835
 1966,Pakistan,Starchy Roots,52.194629,0.00245398812969817
+1966,Pakistan,Sugar,52.194629,0.0334343980105693
 1967,Pakistan,Ruminants,53.594445,0.272036213827758
 1967,Pakistan,Cereals,53.594445,0.150337707573985
 1967,Pakistan,Monogastrics,53.594445,0.00119409203696391
-1967,Pakistan,Oilcrops,53.594445,0.00989283497571437
-1967,Pakistan,Pulses,53.594445,0.0136144706788176
+1967,Pakistan,FruitVeg,53.594445,0.0522803622651564
+1967,Pakistan,OilcropsPulses,53.594445,0.0235073056545319
 1967,Pakistan,Starchy Roots,53.594445,0.00260730379799623
+1967,Pakistan,Sugar,53.594445,0.0339340205873948
 1968,Pakistan,Ruminants,55.045897,0.271470166068872
 1968,Pakistan,Cereals,55.045897,0.152631702958715
 1968,Pakistan,Monogastrics,55.045897,0.00122691433296109
-1968,Pakistan,Oilcrops,55.045897,0.00982636362524895
-1968,Pakistan,Pulses,55.045897,0.0115146275116563
+1968,Pakistan,FruitVeg,55.045897,0.0614250504447225
+1968,Pakistan,OilcropsPulses,55.045897,0.0213409911369053
 1968,Pakistan,Starchy Roots,55.045897,0.00287311150547697
+1968,Pakistan,Sugar,55.045897,0.0313829021625354
 1969,Pakistan,Ruminants,56.545924,0.271657743182338
 1969,Pakistan,Cereals,56.545924,0.18831095588782
 1969,Pakistan,Monogastrics,56.545924,0.00123939790956462
-1969,Pakistan,Oilcrops,56.545924,0.0096311274354629
-1969,Pakistan,Pulses,56.545924,0.00999120643956583
+1969,Pakistan,FruitVeg,56.545924,0.0513927758966323
+1969,Pakistan,OilcropsPulses,56.545924,0.0196223338750287
 1969,Pakistan,Starchy Roots,56.545924,0.0035365236935557
+1969,Pakistan,Sugar,56.545924,0.0354601155690727
 1970,Pakistan,Ruminants,58.094239,0.271175085020048
 1970,Pakistan,Cereals,58.094239,0.186894814131226
 1970,Pakistan,Monogastrics,58.094239,0.00125021174646939
-1970,Pakistan,Oilcrops,58.094239,0.00917856932423196
-1970,Pakistan,Pulses,58.094239,0.0100711879537659
+1970,Pakistan,FruitVeg,58.094239,0.0513273613929257
+1970,Pakistan,OilcropsPulses,58.094239,0.0192497572779979
 1970,Pakistan,Starchy Roots,58.094239,0.00263320430103233
+1970,Pakistan,Sugar,58.094239,0.0350124045862792
 1971,Pakistan,Ruminants,59.690467,0.270766799328275
 1971,Pakistan,Cereals,59.690467,0.180239249929139
 1971,Pakistan,Monogastrics,59.690467,0.00148311119763898
-1971,Pakistan,Oilcrops,59.690467,0.0103729461523563
-1971,Pakistan,Pulses,59.690467,0.00985803981061164
+1971,Pakistan,FruitVeg,59.690467,0.052816122212614
+1971,Pakistan,OilcropsPulses,59.690467,0.0202309859629679
 1971,Pakistan,Starchy Roots,59.690467,0.00323879188279763
+1971,Pakistan,Sugar,59.690467,0.031887001319658
 1972,Pakistan,Ruminants,61.341255,0.270126974089461
 1972,Pakistan,Cereals,61.341255,0.189408742941435
 1972,Pakistan,Monogastrics,61.341255,0.00158579246544597
-1972,Pakistan,Oilcrops,61.341255,0.0117386740783181
-1972,Pakistan,Pulses,61.341255,0.0101436463926276
+1972,Pakistan,FruitVeg,61.341255,0.056976988814461
+1972,Pakistan,OilcropsPulses,61.341255,0.0218823204709457
 1972,Pakistan,Starchy Roots,61.341255,0.00349339119325159
+1972,Pakistan,Sugar,61.341255,0.0300970855584875
 1973,Pakistan,Ruminants,63.062204,0.272878508971872
 1973,Pakistan,Cereals,63.062204,0.18427161220055
 1973,Pakistan,Monogastrics,63.062204,0.0017807671295472
-1973,Pakistan,Oilcrops,63.062204,0.0126425806494172
-1973,Pakistan,Pulses,63.062204,0.0100475397275998
+1973,Pakistan,FruitVeg,63.062204,0.0561355578374647
+1973,Pakistan,OilcropsPulses,63.062204,0.022690120377017
 1973,Pakistan,Starchy Roots,63.062204,0.0032369943809766
+1973,Pakistan,Sugar,63.062204,0.0298051745860325
 1974,Pakistan,Ruminants,64.873705,0.27490772879397
 1974,Pakistan,Cereals,64.873705,0.17889658067163
 1974,Pakistan,Monogastrics,64.873705,0.00214222696237251
-1974,Pakistan,Oilcrops,64.873705,0.0128536823972055
-1974,Pakistan,Pulses,64.873705,0.0117673254518144
+1974,Pakistan,FruitVeg,64.873705,0.0583720939015276
+1974,Pakistan,OilcropsPulses,64.873705,0.0246210078490199
 1974,Pakistan,Starchy Roots,64.873705,0.00317723490588367
+1974,Pakistan,Sugar,64.873705,0.0307007438529987
 1975,Pakistan,Ruminants,66.791496,0.271025101758463
 1975,Pakistan,Cereals,66.791496,0.172946283460996
 1975,Pakistan,Monogastrics,66.791496,0.00235691082589316
-1975,Pakistan,Oilcrops,66.791496,0.0130325573183748
-1975,Pakistan,Pulses,66.791496,0.0100577474713248
+1975,Pakistan,FruitVeg,66.791496,0.0584313757547817
+1975,Pakistan,OilcropsPulses,66.791496,0.0230903047896996
 1975,Pakistan,Starchy Roots,66.791496,0.00379633658752006
+1975,Pakistan,Sugar,66.791496,0.0288596470424918
 1976,Pakistan,Ruminants,68.818471,0.272559484792971
 1976,Pakistan,Cereals,68.818471,0.170855147304857
 1976,Pakistan,Monogastrics,68.818471,0.00279987476036775
-1976,Pakistan,Oilcrops,68.818471,0.0126739810885947
-1976,Pakistan,Pulses,68.818471,0.0114826875476498
+1976,Pakistan,FruitVeg,68.818471,0.0544851832003068
+1976,Pakistan,OilcropsPulses,68.818471,0.0241566686362445
 1976,Pakistan,Starchy Roots,68.818471,0.00401241114467655
+1976,Pakistan,Sugar,68.818471,0.03007882869121
 1977,Pakistan,Ruminants,70.953777,0.271831214848506
 1977,Pakistan,Cereals,70.953777,0.164966073617194
 1977,Pakistan,Monogastrics,70.953777,0.00315157852696129
-1977,Pakistan,Oilcrops,70.953777,0.0133526647918968
-1977,Pakistan,Pulses,70.953777,0.0111962186311801
+1977,Pakistan,FruitVeg,70.953777,0.0494971818061215
+1977,Pakistan,OilcropsPulses,70.953777,0.024548883423077
 1977,Pakistan,Starchy Roots,70.953777,0.00356241782590376
+1977,Pakistan,Sugar,70.953777,0.0348650643361804
 1978,Pakistan,Ruminants,73.204087,0.272668803314219
 1978,Pakistan,Cereals,73.204087,0.175898607956138
 1978,Pakistan,Monogastrics,73.204087,0.00351577091590528
-1978,Pakistan,Oilcrops,73.204087,0.0135604860422615
-1978,Pakistan,Pulses,73.204087,0.00995848770028373
+1978,Pakistan,FruitVeg,73.204087,0.0520575715943291
+1978,Pakistan,OilcropsPulses,73.204087,0.0235189737425453
 1978,Pakistan,Starchy Roots,73.204087,0.00317284197533944
+1978,Pakistan,Sugar,73.204087,0.0338825071337888
 1979,Pakistan,Ruminants,75.575981,0.270203633876747
 1979,Pakistan,Cereals,75.575981,0.168061159536917
 1979,Pakistan,Monogastrics,75.575981,0.00397272249764115
-1979,Pakistan,Oilcrops,75.575981,0.0152151514910538
-1979,Pakistan,Pulses,75.575981,0.0098873873698047
+1979,Pakistan,FruitVeg,75.575981,0.0542240265462118
+1979,Pakistan,OilcropsPulses,75.575981,0.0251025388608585
 1979,Pakistan,Starchy Roots,75.575981,0.00424522441858876
+1979,Pakistan,Sugar,75.575981,0.0342710073455745
 1980,Pakistan,Ruminants,78.071984,0.276010026849068
 1980,Pakistan,Cereals,78.071984,0.16181781674717
 1980,Pakistan,Monogastrics,78.071984,0.00445523070093876
-1980,Pakistan,Oilcrops,78.071984,0.0165839259317401
-1980,Pakistan,Pulses,78.071984,0.00673328604022667
+1980,Pakistan,FruitVeg,78.071984,0.050615198916938
+1980,Pakistan,OilcropsPulses,78.071984,0.0233172119719668
 1980,Pakistan,Starchy Roots,78.071984,0.00672090003502409
+1980,Pakistan,Sugar,78.071984,0.0329062599459494
 1981,Pakistan,Ruminants,80.691701,0.275118271456441
 1981,Pakistan,Cereals,80.691701,0.156912121607153
 1981,Pakistan,Monogastrics,80.691701,0.00499165955120961
-1981,Pakistan,Oilcrops,80.691701,0.0161105043503792
-1981,Pakistan,Pulses,80.691701,0.00664044744824502
+1981,Pakistan,FruitVeg,80.691701,0.0558582722156272
+1981,Pakistan,OilcropsPulses,80.691701,0.0227509517986243
 1981,Pakistan,Starchy Roots,80.691701,0.00594945941218912
+1981,Pakistan,Sugar,80.691701,0.0339613363708865
 1982,Pakistan,Ruminants,83.427522,0.275216776785004
 1982,Pakistan,Cereals,83.427522,0.162018728064343
 1982,Pakistan,Monogastrics,83.427522,0.00542214474499195
-1982,Pakistan,Oilcrops,83.427522,0.0166099863304102
-1982,Pakistan,Pulses,83.427522,0.00786602531476363
+1982,Pakistan,FruitVeg,83.427522,0.0576175329767076
+1982,Pakistan,OilcropsPulses,83.427522,0.0244760116451739
 1982,Pakistan,Starchy Roots,83.427522,0.00710440614549237
+1982,Pakistan,Sugar,83.427522,0.0326040608038196
 1983,Pakistan,Ruminants,86.264621,0.276288880930689
 1983,Pakistan,Cereals,86.264621,0.161050345309
 1983,Pakistan,Monogastrics,86.264621,0.00633605519463188
-1983,Pakistan,Oilcrops,86.264621,0.0111048421577138
-1983,Pakistan,Pulses,86.264621,0.00792365389282821
+1983,Pakistan,FruitVeg,86.264621,0.0578121359856203
+1983,Pakistan,OilcropsPulses,86.264621,0.019028496050542
 1983,Pakistan,Starchy Roots,86.264621,0.0075321840224627
+1983,Pakistan,Sugar,86.264621,0.0307988601723527
 1984,Pakistan,Ruminants,89.183159,0.281488609301225
 1984,Pakistan,Cereals,89.183159,0.160964269049945
 1984,Pakistan,Monogastrics,89.183159,0.00696600352539654
-1984,Pakistan,Oilcrops,89.183159,0.0170502370296168
-1984,Pakistan,Pulses,89.183159,0.00867123354533786
+1984,Pakistan,FruitVeg,89.183159,0.0600303920609047
+1984,Pakistan,OilcropsPulses,89.183159,0.0257214705749546
 1984,Pakistan,Starchy Roots,89.183159,0.00738851378879728
+1984,Pakistan,Sugar,89.183159,0.0322115860461951
 1985,Pakistan,Ruminants,92.165065,0.288100439141447
 1985,Pakistan,Cereals,92.165065,0.157487264832939
 1985,Pakistan,Monogastrics,92.165065,0.00735352164076486
-1985,Pakistan,Oilcrops,92.165065,0.0187722321901471
-1985,Pakistan,Pulses,92.165065,0.00818621459226443
+1985,Pakistan,FruitVeg,92.165065,0.0595173453195091
+1985,Pakistan,OilcropsPulses,92.165065,0.0269584467824115
 1985,Pakistan,Starchy Roots,92.165065,0.00734789260985168
+1985,Pakistan,Sugar,92.165065,0.0295394464269081
 1986,Pakistan,Ruminants,95.207133,0.308465824719247
 1986,Pakistan,Cereals,95.207133,0.150166038504699
 1986,Pakistan,Monogastrics,95.207133,0.00784986982015307
-1986,Pakistan,Oilcrops,95.207133,0.01723055771462
-1986,Pakistan,Pulses,95.207133,0.00807263044041038
+1986,Pakistan,FruitVeg,95.207133,0.0609654425787614
+1986,Pakistan,OilcropsPulses,95.207133,0.0253031881550304
 1986,Pakistan,Starchy Roots,95.207133,0.00770644989383306
+1986,Pakistan,Sugar,95.207133,0.0319227236892009
 1987,Pakistan,Ruminants,98.301647,0.316025149609141
 1987,Pakistan,Cereals,98.301647,0.152624828351045
 1987,Pakistan,Monogastrics,98.301647,0.00818515278792837
-1987,Pakistan,Oilcrops,98.301647,0.022832425177983
-1987,Pakistan,Pulses,98.301647,0.00846977670679312
+1987,Pakistan,FruitVeg,98.301647,0.061889736191297
+1987,Pakistan,OilcropsPulses,98.301647,0.0313022018847761
 1987,Pakistan,Starchy Roots,98.301647,0.00793277654849465
+1987,Pakistan,Sugar,98.301647,0.0349423850446778
 1988,Pakistan,Ruminants,101.420791,0.324986701198179
 1988,Pakistan,Cereals,101.420791,0.149579350056538
 1988,Pakistan,Monogastrics,101.420791,0.00897305070318373
-1988,Pakistan,Oilcrops,101.420791,0.0252965291899567
-1988,Pakistan,Pulses,101.420791,0.00579781516395391
+1988,Pakistan,FruitVeg,101.420791,0.0618977523060336
+1988,Pakistan,OilcropsPulses,101.420791,0.0310943443539106
 1988,Pakistan,Starchy Roots,101.420791,0.00755256385251422
+1988,Pakistan,Sugar,101.420791,0.02893278558634
 1989,Pakistan,Ruminants,104.530689,0.331619105658052
 1989,Pakistan,Cereals,104.530689,0.166435897117257
 1989,Pakistan,Monogastrics,104.530689,0.0094303645123778
-1989,Pakistan,Oilcrops,104.530689,0.0226942443668385
-1989,Pakistan,Pulses,104.530689,0.0095498653031934
+1989,Pakistan,FruitVeg,104.530689,0.0630907158757941
+1989,Pakistan,OilcropsPulses,104.530689,0.0322441096700319
 1989,Pakistan,Starchy Roots,104.530689,0.00771463392918036
+1989,Pakistan,Sugar,104.530689,0.0322134583844559
 1990,Pakistan,Ruminants,107.607639,0.340293168220148
 1990,Pakistan,Cereals,107.607639,0.163824689063199
 1990,Pakistan,Monogastrics,107.607639,0.00904192220033747
-1990,Pakistan,Oilcrops,107.607639,0.0219719531250007
-1990,Pakistan,Pulses,107.607639,0.0082323523518623
+1990,Pakistan,FruitVeg,107.607639,0.0628209582778784
+1990,Pakistan,OilcropsPulses,107.607639,0.030204305476863
 1990,Pakistan,Starchy Roots,107.607639,0.00895113031891723
+1990,Pakistan,Sugar,107.607639,0.0299966250537288
 1991,Pakistan,Ruminants,110.634399,0.348717937176122
 1991,Pakistan,Cereals,110.634399,0.151164828942579
 1991,Pakistan,Monogastrics,110.634399,0.00848724726203827
-1991,Pakistan,Oilcrops,110.634399,0.0238200146050416
-1991,Pakistan,Pulses,110.634399,0.00734737122764141
+1991,Pakistan,FruitVeg,110.634399,0.0613395025538124
+1991,Pakistan,OilcropsPulses,110.634399,0.031167385832683
 1991,Pakistan,Starchy Roots,110.634399,0.00837185367635974
+1991,Pakistan,Sugar,110.634399,0.0293943477742397
 1992,Pakistan,Ruminants,113.616165,0.358596983976708
 1992,Pakistan,Cereals,113.616165,0.157367052478844
 1992,Pakistan,Monogastrics,113.616165,0.0091552878941126
-1992,Pakistan,Oilcrops,113.616165,0.0280591234530755
-1992,Pakistan,Pulses,113.616165,0.00721191390327248
+1992,Pakistan,FruitVeg,113.616165,0.062411937597084
+1992,Pakistan,OilcropsPulses,113.616165,0.035271037356348
 1992,Pakistan,Starchy Roots,113.616165,0.00929550825800184
+1992,Pakistan,Sugar,113.616165,0.0283065706363175
 1993,Pakistan,Ruminants,116.579605,0.369803272193279
 1993,Pakistan,Cereals,116.579605,0.163938975432281
 1993,Pakistan,Monogastrics,116.579605,0.0118263293137766
-1993,Pakistan,Oilcrops,116.579605,0.0215199305230104
-1993,Pakistan,Pulses,116.579605,0.0069308520988727
+1993,Pakistan,FruitVeg,116.579605,0.0680124023408726
+1993,Pakistan,OilcropsPulses,116.579605,0.0284507826218831
 1993,Pakistan,Starchy Roots,116.579605,0.0097408976467196
+1993,Pakistan,Sugar,116.579605,0.028690069759629
 1994,Pakistan,Ruminants,119.564925,0.378733940576637
 1994,Pakistan,Cereals,119.564925,0.174627634316669
 1994,Pakistan,Monogastrics,119.564925,0.0127836988983182
-1994,Pakistan,Oilcrops,119.564925,0.0161854155806981
-1994,Pakistan,Pulses,119.564925,0.00634203550915956
+1994,Pakistan,FruitVeg,119.564925,0.070491149473811
+1994,Pakistan,OilcropsPulses,119.564925,0.0225274510898577
 1994,Pakistan,Starchy Roots,119.564925,0.0104988900381947
+1994,Pakistan,Sugar,119.564925,0.0290691521781994
 1995,Pakistan,Ruminants,122.599749,0.390619106406164
 1995,Pakistan,Cereals,122.599749,0.160823681621077
 1995,Pakistan,Monogastrics,122.599749,0.0128363394936477
-1995,Pakistan,Oilcrops,122.599749,0.0176811047141703
-1995,Pakistan,Pulses,122.599749,0.00788756100960696
+1995,Pakistan,FruitVeg,122.599749,0.0724454337993791
+1995,Pakistan,OilcropsPulses,122.599749,0.0255686657237773
 1995,Pakistan,Starchy Roots,122.599749,0.0107439453240642
+1995,Pakistan,Sugar,122.599749,0.0312513853515312
 1996,Pakistan,Ruminants,125.697651,0.345086374764474
 1996,Pakistan,Cereals,125.697651,0.158355600455891
 1996,Pakistan,Monogastrics,125.697651,0.0136116943028633
-1996,Pakistan,Oilcrops,125.697651,0.0210700914371105
-1996,Pakistan,Pulses,125.697651,0.00849398530128459
+1996,Pakistan,FruitVeg,125.697651,0.0740747653271579
+1996,Pakistan,OilcropsPulses,125.697651,0.0295640767383951
 1996,Pakistan,Starchy Roots,125.697651,0.0104901085223939
+1996,Pakistan,Sugar,125.697651,0.0316664310616274
 1997,Pakistan,Ruminants,128.845692,0.362188588346438
 1997,Pakistan,Cereals,128.845692,0.166788626506814
 1997,Pakistan,Monogastrics,128.845692,0.0142699237472371
-1997,Pakistan,Oilcrops,128.845692,0.0185250664026858
-1997,Pakistan,Pulses,128.845692,0.00656952504085274
+1997,Pakistan,FruitVeg,128.845692,0.0729884783419845
+1997,Pakistan,OilcropsPulses,128.845692,0.0250945914435385
 1997,Pakistan,Starchy Roots,128.845692,0.00950492780154419
+1997,Pakistan,Sugar,128.845692,0.0301406662474986
 1998,Pakistan,Ruminants,132.01368,0.362706812657597
 1998,Pakistan,Cereals,132.01368,0.162007210161856
 1998,Pakistan,Monogastrics,132.01368,0.0112548881297756
-1998,Pakistan,Oilcrops,132.01368,0.0175462800521885
-1998,Pakistan,Pulses,132.01368,0.00795809949393124
+1998,Pakistan,FruitVeg,132.01368,0.0716163961189477
+1998,Pakistan,OilcropsPulses,132.01368,0.0255043795461198
 1998,Pakistan,Starchy Roots,132.01368,0.0117328673816229
+1998,Pakistan,Sugar,132.01368,0.0270336528759747
 1999,Pakistan,Ruminants,135.158132,0.363437825553848
 1999,Pakistan,Cereals,135.158132,0.166230190278155
 1999,Pakistan,Monogastrics,135.158132,0.0124576300003909
-1999,Pakistan,Oilcrops,135.158132,0.0179951658402618
-1999,Pakistan,Pulses,135.158132,0.00746758619007845
+1999,Pakistan,FruitVeg,135.158132,0.0685813562442547
+1999,Pakistan,OilcropsPulses,135.158132,0.0254627520303403
 1999,Pakistan,Starchy Roots,135.158132,0.0138326712002797
+1999,Pakistan,Sugar,135.158132,0.0269935293275583
 2000,Pakistan,Ruminants,138.250487,0.363423323781854
 2000,Pakistan,Cereals,138.250487,0.161573485090147
 2000,Pakistan,Monogastrics,138.250487,0.0128848631108258
-2000,Pakistan,Oilcrops,138.250487,0.0212664567322645
-2000,Pakistan,Pulses,138.250487,0.00729527267415702
+2000,Pakistan,FruitVeg,138.250487,0.0690302523129629
+2000,Pakistan,OilcropsPulses,138.250487,0.0285617294064216
 2000,Pakistan,Starchy Roots,138.250487,0.0140337010169085
+2000,Pakistan,Sugar,138.250487,0.0295652991081326
 2001,Pakistan,Ruminants,141.282077,0.364959059881318
 2001,Pakistan,Cereals,141.282077,0.152532235210557
 2001,Pakistan,Monogastrics,141.282077,0.013002428467979
-2001,Pakistan,Oilcrops,141.282077,0.0207488243537077
-2001,Pakistan,Pulses,141.282077,0.00630946273531922
+2001,Pakistan,FruitVeg,141.282077,0.0655475853458751
+2001,Pakistan,OilcropsPulses,141.282077,0.0270582870890269
 2001,Pakistan,Starchy Roots,141.282077,0.0126933864371204
+2001,Pakistan,Sugar,141.282077,0.0304982988040302
 2002,Pakistan,Ruminants,144.271586,0.372602298140675
 2002,Pakistan,Cereals,144.271586,0.146211520818798
 2002,Pakistan,Monogastrics,144.271586,0.0131785208211408
-2002,Pakistan,Oilcrops,144.271586,0.020321312611064
-2002,Pakistan,Pulses,144.271586,0.0064029101336697
+2002,Pakistan,FruitVeg,144.271586,0.0631041721548691
+2002,Pakistan,OilcropsPulses,144.271586,0.0267242227447337
 2002,Pakistan,Starchy Roots,144.271586,0.0126900732899685
+2002,Pakistan,Sugar,144.271586,0.0281117239537382
 2003,Pakistan,Ruminants,147.25153,0.37598929056968
 2003,Pakistan,Cereals,147.25153,0.1513612727827
 2003,Pakistan,Monogastrics,147.25153,0.0134932445184101
-2003,Pakistan,Oilcrops,147.25153,0.0194757025614606
-2003,Pakistan,Pulses,147.25153,0.00718097801768172
+2003,Pakistan,FruitVeg,147.25153,0.0622612138563178
+2003,Pakistan,OilcropsPulses,147.25153,0.0266566805791424
 2003,Pakistan,Starchy Roots,147.25153,0.0136393828980928
+2003,Pakistan,Sugar,147.25153,0.0269793665301814
 2004,Pakistan,Ruminants,150.267989,0.378602300320929
 2004,Pakistan,Cereals,150.267989,0.153739336992125
 2004,Pakistan,Monogastrics,150.267989,0.0134078675931439
-2004,Pakistan,Oilcrops,150.267989,0.0213598652737677
-2004,Pakistan,Pulses,150.267989,0.00567126775084479
+2004,Pakistan,FruitVeg,150.267989,0.0642093107401604
+2004,Pakistan,OilcropsPulses,150.267989,0.0270311330246125
 2004,Pakistan,Starchy Roots,150.267989,0.0136729786142277
+2004,Pakistan,Sugar,150.267989,0.0296337831472543
 2005,Pakistan,Ruminants,153.356383,0.381015232342823
 2005,Pakistan,Cereals,153.356383,0.146626117283948
 2005,Pakistan,Monogastrics,153.356383,0.0135525444676144
-2005,Pakistan,Oilcrops,153.356383,0.0242499655198571
-2005,Pakistan,Pulses,153.356383,0.00724720405018942
+2005,Pakistan,FruitVeg,153.356383,0.0708115814129497
+2005,Pakistan,OilcropsPulses,153.356383,0.0314971695700465
 2005,Pakistan,Starchy Roots,153.356383,0.0141796119435081
+2005,Pakistan,Sugar,153.356383,0.031043970305429
 2006,Pakistan,Ruminants,156.524189,0.417127819777427
 2006,Pakistan,Cereals,156.524189,0.149068819005349
 2006,Pakistan,Monogastrics,156.524189,0.0166560447727348
-2006,Pakistan,Oilcrops,156.524189,0.0230754174359594
-2006,Pakistan,Pulses,156.524189,0.00553241007369155
+2006,Pakistan,FruitVeg,156.524189,0.0711435406319211
+2006,Pakistan,OilcropsPulses,156.524189,0.0286078275096509
 2006,Pakistan,Starchy Roots,156.524189,0.0113284535210082
+2006,Pakistan,Sugar,156.524189,0.0311693038064551
 2007,Pakistan,Ruminants,159.767672,0.421042871551637
 2007,Pakistan,Cereals,159.767672,0.146352749009199
 2007,Pakistan,Monogastrics,159.767672,0.0174429674358652
-2007,Pakistan,Oilcrops,159.767672,0.0223110780508838
-2007,Pakistan,Pulses,159.767672,0.0087613031001666
+2007,Pakistan,FruitVeg,159.767672,0.06613357926377
+2007,Pakistan,OilcropsPulses,159.767672,0.0310723811510504
 2007,Pakistan,Starchy Roots,159.767672,0.015913795126213
+2007,Pakistan,Sugar,159.767672,0.0306566837876939
 2008,Pakistan,Ruminants,163.096985,0.42288099991548
 2008,Pakistan,Cereals,163.096985,0.150138808513229
 2008,Pakistan,Monogastrics,163.096985,0.0183013652888801
-2008,Pakistan,Oilcrops,163.096985,0.0213482793688676
-2008,Pakistan,Pulses,163.096985,0.00563834457148304
+2008,Pakistan,FruitVeg,163.096985,0.0709848069846294
+2008,Pakistan,OilcropsPulses,163.096985,0.0269866239403506
 2008,Pakistan,Starchy Roots,163.096985,0.0150569061715028
+2008,Pakistan,Sugar,163.096985,0.0298831029893042
 2009,Pakistan,Ruminants,166.520983,0.424386258277132
 2009,Pakistan,Cereals,166.520983,0.15390180587632
 2009,Pakistan,Monogastrics,166.520983,0.0192196115008521
-2009,Pakistan,Oilcrops,166.520983,0.0213618964764338
-2009,Pakistan,Pulses,166.520983,0.00671851666885728
+2009,Pakistan,FruitVeg,166.520983,0.066895185215187
+2009,Pakistan,OilcropsPulses,166.520983,0.0280804131452911
 2009,Pakistan,Starchy Roots,166.520983,0.0165840301339081
+2009,Pakistan,Sugar,166.520983,0.028257087576765
 2010,Pakistan,Ruminants,170.043918,0.427326903864918
 2010,Pakistan,Cereals,170.043918,0.150939541395418
 2010,Pakistan,Monogastrics,170.043918,0.0202081641049932
-2010,Pakistan,Oilcrops,170.043918,0.0203980597530104
-2010,Pakistan,Pulses,170.043918,0.00603246509528203
+2010,Pakistan,FruitVeg,170.043918,0.0624057486137199
+2010,Pakistan,OilcropsPulses,170.043918,0.0264305248482924
 2010,Pakistan,Starchy Roots,170.043918,0.0169092316492025
+2010,Pakistan,Sugar,170.043918,0.0304059448924248
 2011,Pakistan,Ruminants,173.669648,0.432338936968422
 2011,Pakistan,Cereals,173.669648,0.150967559973404
 2011,Pakistan,Monogastrics,173.669648,0.0213962378734136
-2011,Pakistan,Oilcrops,173.669648,0.0202687288224365
-2011,Pakistan,Pulses,173.669648,0.00648469098066002
+2011,Pakistan,FruitVeg,173.669648,0.0603000300893107
+2011,Pakistan,OilcropsPulses,173.669648,0.0267534198030965
 2011,Pakistan,Starchy Roots,173.669648,0.0174266432554755
+2011,Pakistan,Sugar,173.669648,0.0265939849201514
 2012,Pakistan,Ruminants,177.392252,0.434605145550551
 2012,Pakistan,Cereals,177.392252,0.150302139464355
 2012,Pakistan,Monogastrics,177.392252,0.0223013257647803
-2012,Pakistan,Oilcrops,177.392252,0.0210622896878269
-2012,Pakistan,Pulses,177.392252,0.00549928189648328
+2012,Pakistan,FruitVeg,177.392252,0.0583980353324563
+2012,Pakistan,OilcropsPulses,177.392252,0.0265615715843102
 2012,Pakistan,Starchy Roots,177.392252,0.0173882735306839
+2012,Pakistan,Sugar,177.392252,0.0282076637710197
 2013,Pakistan,Ruminants,181.192646,0.437182047664341
 2013,Pakistan,Cereals,181.192646,0.14904416705742
 2013,Pakistan,Monogastrics,181.192646,0.0234247602962871
-2013,Pakistan,Oilcrops,181.192646,0.0202603642092627
-2013,Pakistan,Pulses,181.192646,0.00664346498919167
+2013,Pakistan,FruitVeg,181.192646,0.0560313248033256
+2013,Pakistan,OilcropsPulses,181.192646,0.0269038291984543
 2013,Pakistan,Starchy Roots,181.192646,0.0181648542182004
+2013,Pakistan,Sugar,181.192646,0.0279882330323715
 1961,Panama,Ruminants,1.167041,0.544278992768892
 1961,Panama,Cereals,1.167041,0.155822289019837
 1961,Panama,Monogastrics,1.167041,0.0497003961300417
-1961,Panama,Oilcrops,1.167041,0.0334032823182733
-1961,Panama,Pulses,1.167041,0.00695091260718347
+1961,Panama,FruitVeg,1.167041,0.124582598212059
+1961,Panama,OilcropsPulses,1.167041,0.0403541949254568
 1961,Panama,Starchy Roots,1.167041,0.0300683523543732
+1961,Panama,Sugar,1.167041,0.0290683874859581
 1962,Panama,Ruminants,1.202372,0.57929800427821
 1962,Panama,Cereals,1.202372,0.143622772320047
 1962,Panama,Monogastrics,1.202372,0.0470376056661333
-1962,Panama,Oilcrops,1.202372,0.0337582711506921
-1962,Panama,Pulses,1.202372,0.00811978322848503
+1962,Panama,FruitVeg,1.202372,0.121446607206422
+1962,Panama,OilcropsPulses,1.202372,0.0418780543791772
 1962,Panama,Starchy Roots,1.202372,0.0299690944233565
+1962,Panama,Sugar,1.202372,0.0246687381276344
 1963,Panama,Ruminants,1.238824,0.576508850329022
 1963,Panama,Cereals,1.238824,0.154212382065572
 1963,Panama,Monogastrics,1.238824,0.0515591399585413
-1963,Panama,Oilcrops,1.238824,0.0375372127114102
-1963,Panama,Pulses,1.238824,0.00833532446901255
+1963,Panama,FruitVeg,1.238824,0.124738461637811
+1963,Panama,OilcropsPulses,1.238824,0.0458725371804227
 1963,Panama,Starchy Roots,1.238824,0.0300082981924793
+1963,Panama,Sugar,1.238824,0.0304304727709505
 1964,Panama,Ruminants,1.276274,0.583729042509681
 1964,Panama,Cereals,1.276274,0.157255416940249
 1964,Panama,Monogastrics,1.276274,0.0432163469599788
-1964,Panama,Oilcrops,1.276274,0.0365086180553706
-1964,Panama,Pulses,1.276274,0.00741611910921949
+1964,Panama,FruitVeg,1.276274,0.126598206968096
+1964,Panama,OilcropsPulses,1.276274,0.04392473716459
 1964,Panama,Starchy Roots,1.276274,0.03059060985337
+1964,Panama,Sugar,1.276274,0.0301855244250059
 1965,Panama,Ruminants,1.314627,0.606604915310579
 1965,Panama,Cereals,1.314627,0.145638268497452
 1965,Panama,Monogastrics,1.314627,0.0437874773604985
-1965,Panama,Oilcrops,1.314627,0.039290232134286
-1965,Panama,Pulses,1.314627,0.0056183236766018
+1965,Panama,FruitVeg,1.314627,0.126536272265821
+1965,Panama,OilcropsPulses,1.314627,0.0449085558108878
 1965,Panama,Starchy Roots,1.314627,0.0307653805984511
+1965,Panama,Sugar,1.314627,0.0346645854679692
 1966,Panama,Ruminants,1.353805,0.606348033874893
 1966,Panama,Cereals,1.353805,0.158139466171273
 1966,Panama,Monogastrics,1.353805,0.0492897426143352
-1966,Panama,Oilcrops,1.353805,0.0270275261208224
-1966,Panama,Pulses,1.353805,0.00791029727324098
+1966,Panama,FruitVeg,1.353805,0.125031300667378
+1966,Panama,OilcropsPulses,1.353805,0.0349378233940634
 1966,Panama,Starchy Roots,1.353805,0.0307341160654599
+1966,Panama,Sugar,1.353805,0.0274308338350058
 1967,Panama,Ruminants,1.3938,0.612444396613574
 1967,Panama,Cereals,1.3938,0.161703974745301
 1967,Panama,Monogastrics,1.3938,0.0473585880327163
-1967,Panama,Oilcrops,1.3938,0.01323073611709
-1967,Panama,Pulses,1.3938,0.00802984646290716
+1967,Panama,FruitVeg,1.3938,0.134685751183814
+1967,Panama,OilcropsPulses,1.3938,0.0212605825799971
 1967,Panama,Starchy Roots,1.3938,0.0302690486439948
+1967,Panama,Sugar,1.3938,0.0284431051800832
 1968,Panama,Ruminants,1.43466,0.611614598580848
 1968,Panama,Cereals,1.43466,0.152974223857918
 1968,Panama,Monogastrics,1.43466,0.049458477966905
-1968,Panama,Oilcrops,1.43466,0.0133292905636179
-1968,Panama,Pulses,1.43466,0.00773563074177854
+1968,Panama,FruitVeg,1.43466,0.149174717354635
+1968,Panama,OilcropsPulses,1.43466,0.0210649213053964
 1968,Panama,Starchy Roots,1.43466,0.0319539124252436
+1968,Panama,Sugar,1.43466,0.030417659933364
 1969,Panama,Ruminants,1.476478,0.628367981100971
 1969,Panama,Cereals,1.476478,0.168777997369416
 1969,Panama,Monogastrics,1.476478,0.0595371553114913
-1969,Panama,Oilcrops,1.476478,0.0121600186389503
-1969,Panama,Pulses,1.476478,0.0066143891070507
+1969,Panama,FruitVeg,1.476478,0.148725548230316
+1969,Panama,OilcropsPulses,1.476478,0.018774407746001
 1969,Panama,Starchy Roots,1.476478,0.0317817129682935
+1969,Panama,Sugar,1.476478,0.0289377830214876
 1970,Panama,Ruminants,1.519293,0.619336954754613
 1970,Panama,Cereals,1.519293,0.152978391923085
 1970,Panama,Monogastrics,1.519293,0.0616418952762897
-1970,Panama,Oilcrops,1.519293,0.0134983837877223
-1970,Panama,Pulses,1.519293,0.00699601722643361
+1970,Panama,FruitVeg,1.519293,0.137140762183463
+1970,Panama,OilcropsPulses,1.519293,0.0204944010141559
 1970,Panama,Starchy Roots,1.519293,0.0325249968241807
+1970,Panama,Sugar,1.519293,0.0296196981095812
 1971,Panama,Ruminants,1.563113,0.680532821363523
 1971,Panama,Cereals,1.563113,0.155427662619401
 1971,Panama,Monogastrics,1.563113,0.0659432171570449
-1971,Panama,Oilcrops,1.563113,0.0157154345207288
-1971,Panama,Pulses,1.563113,0.00588952941981802
+1971,Panama,FruitVeg,1.563113,0.142082498194308
+1971,Panama,OilcropsPulses,1.563113,0.0216049639405468
 1971,Panama,Starchy Roots,1.563113,0.0383222454166781
+1971,Panama,Sugar,1.563113,0.0323271574096051
 1972,Panama,Ruminants,1.607835,0.675252186947044
 1972,Panama,Cereals,1.607835,0.121575286021265
 1972,Panama,Monogastrics,1.607835,0.0661044821141473
-1972,Panama,Oilcrops,1.607835,0.0170384398896653
-1972,Panama,Pulses,1.607835,0.00485684165352788
+1972,Panama,FruitVeg,1.607835,0.138223760522691
+1972,Panama,OilcropsPulses,1.607835,0.0218952815431932
 1972,Panama,Starchy Roots,1.607835,0.0380598755469311
+1972,Panama,Sugar,1.607835,0.0346988341465387
 1973,Panama,Ruminants,1.653257,0.673548214221987
 1973,Panama,Cereals,1.653257,0.131709105117958
 1973,Panama,Monogastrics,1.653257,0.066878410313702
-1973,Panama,Oilcrops,1.653257,0.0173935449842341
-1973,Panama,Pulses,1.653257,0.00440947777629249
+1973,Panama,FruitVeg,1.653257,0.136932733386279
+1973,Panama,OilcropsPulses,1.653257,0.0218030227605266
 1973,Panama,Starchy Roots,1.653257,0.0382814045245234
+1973,Panama,Sugar,1.653257,0.0364934187485672
 1974,Panama,Ruminants,1.699114,0.702512191648118
 1974,Panama,Cereals,1.699114,0.157240773720892
 1974,Panama,Monogastrics,1.699114,0.063927258559461
-1974,Panama,Oilcrops,1.699114,0.0168064061622705
-1974,Panama,Pulses,1.699114,0.00453295070254262
+1974,Panama,FruitVeg,1.699114,0.141998123728014
+1974,Panama,OilcropsPulses,1.699114,0.0213393568648131
 1974,Panama,Starchy Roots,1.699114,0.039316373121521
+1974,Panama,Sugar,1.699114,0.0342237189499939
 1975,Panama,Ruminants,1.745207,0.747811864151358
 1975,Panama,Cereals,1.745207,0.165243435305955
 1975,Panama,Monogastrics,1.745207,0.0614415940344039
-1975,Panama,Oilcrops,1.745207,0.0178070566987183
-1975,Panama,Pulses,1.745207,0.00353768922540421
+1975,Panama,FruitVeg,1.745207,0.136254896983567
+1975,Panama,OilcropsPulses,1.745207,0.0213447459241225
 1975,Panama,Starchy Roots,1.745207,0.0343472149722067
+1975,Panama,Sugar,1.745207,0.0294480826629735
 1976,Panama,Ruminants,1.791459,0.764369042216428
 1976,Panama,Cereals,1.791459,0.115179861777467
 1976,Panama,Monogastrics,1.791459,0.0673688317734316
-1976,Panama,Oilcrops,1.791459,0.0195293333534287
-1976,Panama,Pulses,1.791459,0.00455717937167415
+1976,Panama,FruitVeg,1.791459,0.127378298917251
+1976,Panama,OilcropsPulses,1.791459,0.0240865127251028
 1976,Panama,Starchy Roots,1.791459,0.036507115150277
+1976,Panama,Sugar,1.791459,0.0306370394187084
 1977,Panama,Ruminants,1.837887,0.773100903374364
 1977,Panama,Cereals,1.837887,0.151002754793956
 1977,Panama,Monogastrics,1.837887,0.0633944306695678
-1977,Panama,Oilcrops,1.837887,0.0177459223554005
-1977,Panama,Pulses,1.837887,0.00420210818184143
+1977,Panama,FruitVeg,1.837887,0.126039304919182
+1977,Panama,OilcropsPulses,1.837887,0.021948030537242
 1977,Panama,Starchy Roots,1.837887,0.0346348823404268
+1977,Panama,Sugar,1.837887,0.0341234254336638
 1978,Panama,Ruminants,1.884512,0.695966382808918
 1978,Panama,Cereals,1.884512,0.121248896265983
 1978,Panama,Monogastrics,1.884512,0.0687443752016437
-1978,Panama,Oilcrops,1.884512,0.0182896155609516
-1978,Panama,Pulses,1.884512,0.00461233465215398
+1978,Panama,FruitVeg,1.884512,0.123424525818886
+1978,Panama,OilcropsPulses,1.884512,0.0229019502131056
 1978,Panama,Starchy Roots,1.884512,0.0329013558947887
+1978,Panama,Sugar,1.884512,0.0354574552987723
 1979,Panama,Ruminants,1.931393,0.671090813728744
 1979,Panama,Cereals,1.931393,0.116628775189721
 1979,Panama,Monogastrics,1.931393,0.0695206516747239
-1979,Panama,Oilcrops,1.931393,0.0194766161004001
-1979,Panama,Pulses,1.931393,0.00456509886905462
+1979,Panama,FruitVeg,1.931393,0.128662576699822
+1979,Panama,OilcropsPulses,1.931393,0.0240417149694547
 1979,Panama,Starchy Roots,1.931393,0.0314172206278059
+1979,Panama,Sugar,1.931393,0.0348044131877873
 1980,Panama,Ruminants,1.978575,0.718110357201521
 1980,Panama,Cereals,1.978575,0.117434011851964
 1980,Panama,Monogastrics,1.978575,0.0768672908532656
-1980,Panama,Oilcrops,1.978575,0.0181231441820502
-1980,Panama,Pulses,1.978575,0.00376533616365313
+1980,Panama,FruitVeg,1.978575,0.0940126100855414
+1980,Panama,OilcropsPulses,1.978575,0.0218884803457033
 1980,Panama,Starchy Roots,1.978575,0.029423701401261
+1980,Panama,Sugar,1.978575,0.0374769720632273
 1981,Panama,Ruminants,2.026057,0.71972219932608
 1981,Panama,Cereals,2.026057,0.139308025391191
 1981,Panama,Monogastrics,2.026057,0.0801018431366936
-1981,Panama,Oilcrops,2.026057,0.0173642696133426
-1981,Panama,Pulses,2.026057,0.0046563349402312
+1981,Panama,FruitVeg,2.026057,0.0931192952616832
+1981,Panama,OilcropsPulses,2.026057,0.0220206045535738
 1981,Panama,Starchy Roots,2.026057,0.0318495481617743
+1981,Panama,Sugar,2.026057,0.039781704068543
 1982,Panama,Ruminants,2.073826,0.766548157849308
 1982,Panama,Cereals,2.073826,0.137310941226506
 1982,Panama,Monogastrics,2.073826,0.0784700837968084
-1982,Panama,Oilcrops,2.073826,0.0172540994278209
-1982,Panama,Pulses,2.073826,0.00499993731393087
+1982,Panama,FruitVeg,2.073826,0.088332386612956
+1982,Panama,OilcropsPulses,2.073826,0.0222540367417517
 1982,Panama,Starchy Roots,2.073826,0.0320880343866843
+1982,Panama,Sugar,2.073826,0.0391951880244534
 1983,Panama,Ruminants,2.121921,0.804225934895785
 1983,Panama,Cereals,2.121921,0.142427545606081
 1983,Panama,Monogastrics,2.121921,0.0849319555252057
-1983,Panama,Oilcrops,2.121921,0.0145547360151485
-1983,Panama,Pulses,2.121921,0.00533950132922008
+1983,Panama,FruitVeg,2.121921,0.0937541972580506
+1983,Panama,OilcropsPulses,2.121921,0.0198942373443686
 1983,Panama,Starchy Roots,2.121921,0.0296132608141396
+1983,Panama,Sugar,2.121921,0.0374858441949535
 1984,Panama,Ruminants,2.17039,0.776977547813988
 1984,Panama,Cereals,2.17039,0.137280857357433
 1984,Panama,Monogastrics,2.17039,0.0828763033371883
-1984,Panama,Oilcrops,2.17039,0.0159141905371846
-1984,Panama,Pulses,2.17039,0.00505992010652463
+1984,Panama,FruitVeg,2.17039,0.102501854505411
+1984,Panama,OilcropsPulses,2.17039,0.0209741106437092
 1984,Panama,Starchy Roots,2.17039,0.0298632964582402
+1984,Panama,Sugar,2.17039,0.0381267882730753
 1985,Panama,Ruminants,2.219276,0.748381544251368
 1985,Panama,Cereals,2.219276,0.155407439182869
 1985,Panama,Monogastrics,2.219276,0.0854755785220045
-1985,Panama,Oilcrops,2.219276,0.0153338295912721
-1985,Panama,Pulses,2.219276,0.00634441142066151
+1985,Panama,FruitVeg,2.219276,0.104423244337342
+1985,Panama,OilcropsPulses,2.219276,0.0216782410119336
 1985,Panama,Starchy Roots,2.219276,0.0295934349760913
+1985,Panama,Sugar,2.219276,0.0382133632770327
 1986,Panama,Ruminants,2.268619,0.736342946964651
 1986,Panama,Cereals,2.268619,0.158861845025542
 1986,Panama,Monogastrics,2.268619,0.0936046114398231
-1986,Panama,Oilcrops,2.268619,0.0160004831132949
-1986,Panama,Pulses,2.268619,0.00652114788776784
+1986,Panama,FruitVeg,2.268619,0.0932717216950048
+1986,Panama,OilcropsPulses,2.268619,0.0225216310010628
 1986,Panama,Starchy Roots,2.268619,0.0299217277118811
+1986,Panama,Sugar,2.268619,0.0368863171823916
 1987,Panama,Ruminants,2.318444,0.701653350264229
 1987,Panama,Cereals,2.318444,0.1261816114601
 1987,Panama,Monogastrics,2.318444,0.0905336078852886
-1987,Panama,Oilcrops,2.318444,0.0149815997280935
-1987,Panama,Pulses,2.318444,0.00540793739249255
+1987,Panama,FruitVeg,2.318444,0.125714056496512
+1987,Panama,OilcropsPulses,2.318444,0.0203895371205861
 1987,Panama,Starchy Roots,2.318444,0.0295016830253394
+1987,Panama,Sugar,2.318444,0.0361009366626927
 1988,Panama,Ruminants,2.368772,0.63290574187807
 1988,Panama,Cereals,2.368772,0.13649224154963
 1988,Panama,Monogastrics,2.368772,0.0739149230065198
-1988,Panama,Oilcrops,2.368772,0.0151272473669902
-1988,Panama,Pulses,2.368772,0.00530316974364776
+1988,Panama,FruitVeg,2.368772,0.112140383287205
+1988,Panama,OilcropsPulses,2.368772,0.0204304171106379
 1988,Panama,Starchy Roots,2.368772,0.0284649599032748
+1988,Panama,Sugar,2.368772,0.0360283725069361
 1989,Panama,Ruminants,2.419618,0.666395108649382
 1989,Panama,Cereals,2.419618,0.133672340014002
 1989,Panama,Monogastrics,2.419618,0.0760623371127178
-1989,Panama,Oilcrops,2.419618,0.0139013679018754
-1989,Panama,Pulses,2.419618,0.00502062722297487
+1989,Panama,FruitVeg,2.419618,0.121842373465564
+1989,Panama,OilcropsPulses,2.419618,0.0189219951248503
 1989,Panama,Starchy Roots,2.419618,0.0238070637596513
+1989,Panama,Sugar,2.419618,0.0339177506532023
 1990,Panama,Ruminants,2.47101,0.718150351475712
 1990,Panama,Cereals,2.47101,0.134782538314293
 1990,Panama,Monogastrics,2.47101,0.0827164196017013
-1990,Panama,Oilcrops,2.47101,0.0164285049433228
-1990,Panama,Pulses,2.47101,0.00495182132002703
+1990,Panama,FruitVeg,2.47101,0.109539419103929
+1990,Panama,OilcropsPulses,2.47101,0.0213803262633498
 1990,Panama,Starchy Roots,2.47101,0.0188833715768046
+1990,Panama,Sugar,2.47101,0.0318319229788629
 1991,Panama,Ruminants,2.522901,0.664534716185851
 1991,Panama,Cereals,2.522901,0.128778735273402
 1991,Panama,Monogastrics,2.522901,0.0982329469130973
-1991,Panama,Oilcrops,2.522901,0.0139395085260975
-1991,Panama,Pulses,2.522901,0.00536485577515725
+1991,Panama,FruitVeg,2.522901,0.0939022181211232
+1991,Panama,OilcropsPulses,2.522901,0.0193043643012548
 1991,Panama,Starchy Roots,2.522901,0.0206821432945645
+1991,Panama,Sugar,2.522901,0.0350283265177666
 1992,Panama,Ruminants,2.57533,0.657483002178362
 1992,Panama,Cereals,2.57533,0.147744949190977
 1992,Panama,Monogastrics,2.57533,0.100021861276031
-1992,Panama,Oilcrops,2.57533,0.0136728108630739
-1992,Panama,Pulses,2.57533,0.00547347330245056
+1992,Panama,FruitVeg,2.57533,0.102479682215483
+1992,Panama,OilcropsPulses,2.57533,0.0191462841655244
 1992,Panama,Starchy Roots,2.57533,0.0205169822896483
+1992,Panama,Sugar,2.57533,0.03110397502456
 1993,Panama,Ruminants,2.628511,0.62882985842555
 1993,Panama,Cereals,2.628511,0.153267382179493
 1993,Panama,Monogastrics,2.628511,0.111171381820354
-1993,Panama,Oilcrops,2.628511,0.0129689394489884
-1993,Panama,Pulses,2.628511,0.00507549711604783
+1993,Panama,FruitVeg,2.628511,0.0966288518480615
+1993,Panama,OilcropsPulses,2.628511,0.0180444365650362
 1993,Panama,Starchy Roots,2.628511,0.0186482004450428
+1993,Panama,Sugar,2.628511,0.0338377887709049
 1994,Panama,Ruminants,2.68272,0.646162663267132
 1994,Panama,Cereals,2.68272,0.154260601180891
 1994,Panama,Monogastrics,2.68272,0.108695838551917
-1994,Panama,Oilcrops,2.68272,0.0118834615614004
-1994,Panama,Pulses,2.68272,0.00422779865211427
+1994,Panama,FruitVeg,2.68272,0.0980083646448381
+1994,Panama,OilcropsPulses,2.68272,0.0161112602135146
 1994,Panama,Starchy Roots,2.68272,0.0190575237072822
+1994,Panama,Sugar,2.68272,0.0359717003638099
 1995,Panama,Ruminants,2.738125,0.614505619721525
 1995,Panama,Cereals,2.738125,0.140346404930381
 1995,Panama,Monogastrics,2.738125,0.123207486875143
-1995,Panama,Oilcrops,2.738125,0.0151998173932892
-1995,Panama,Pulses,2.738125,0.00520173476375257
+1995,Panama,FruitVeg,2.738125,0.107672951380963
+1995,Panama,OilcropsPulses,2.738125,0.0204015521570418
 1995,Panama,Starchy Roots,2.738125,0.0218821273681808
+1995,Panama,Sugar,2.738125,0.028355535265921
 1996,Panama,Ruminants,2.794845,0.637783955818659
 1996,Panama,Cereals,2.794845,0.136057634680993
 1996,Panama,Monogastrics,2.794845,0.119018407103077
-1996,Panama,Oilcrops,2.794845,0.0158742255831719
-1996,Panama,Pulses,2.794845,0.00681862500424889
+1996,Panama,FruitVeg,2.794845,0.11056462880768
+1996,Panama,OilcropsPulses,2.794845,0.0226928505874208
 1996,Panama,Starchy Roots,2.794845,0.0210562660898905
+1996,Panama,Sugar,2.794845,0.0290799668675723
 1997,Panama,Ruminants,2.852739,0.668282727582159
 1997,Panama,Cereals,2.852739,0.121925279529603
 1997,Panama,Monogastrics,2.852739,0.132279819499786
-1997,Panama,Oilcrops,2.852739,0.0152095933066432
-1997,Panama,Pulses,2.852739,0.00619579989616996
+1997,Panama,FruitVeg,2.852739,0.0981972062638748
+1997,Panama,OilcropsPulses,2.852739,0.0214053932028132
 1997,Panama,Starchy Roots,2.852739,0.0209262046054686
+1997,Panama,Sugar,2.852739,0.0304777268442714
 1998,Panama,Ruminants,2.911383,0.671285674196765
 1998,Panama,Cereals,2.911383,0.149179273218261
 1998,Panama,Monogastrics,2.911383,0.157807921527329
-1998,Panama,Oilcrops,2.911383,0.0145841340696157
-1998,Panama,Pulses,2.911383,0.00619499392556733
+1998,Panama,FruitVeg,2.911383,0.0954388343958868
+1998,Panama,OilcropsPulses,2.911383,0.020779127995183
 1998,Panama,Starchy Roots,2.911383,0.022387298407664
+1998,Panama,Sugar,2.911383,0.0323275913886974
 1999,Panama,Ruminants,2.970193,0.64943392567419
 1999,Panama,Cereals,2.970193,0.12352665298181
 1999,Panama,Monogastrics,2.970193,0.155888220058427
-1999,Panama,Oilcrops,2.970193,0.0149825280714082
-1999,Panama,Pulses,2.970193,0.00559559597642308
+1999,Panama,FruitVeg,2.970193,0.103078150140412
+1999,Panama,OilcropsPulses,2.970193,0.0205781240478312
 1999,Panama,Starchy Roots,2.970193,0.020710775360389
+1999,Panama,Sugar,2.970193,0.0294395010694591
 2000,Panama,Ruminants,3.028751,0.618772292605104
 2000,Panama,Cereals,3.028751,0.122590797328668
 2000,Panama,Monogastrics,3.028751,0.160800772331565
-2000,Panama,Oilcrops,3.028751,0.0117375116013168
-2000,Panama,Pulses,3.028751,0.00572678308649341
+2000,Panama,FruitVeg,3.028751,0.111965955603481
+2000,Panama,OilcropsPulses,3.028751,0.0174642946878103
 2000,Panama,Starchy Roots,3.028751,0.0216934307244141
+2000,Panama,Sugar,3.028751,0.0274611547796435
 2001,Panama,Ruminants,3.086887,0.585168196956999
 2001,Panama,Cereals,3.086887,0.148237690592497
 2001,Panama,Monogastrics,3.086887,0.161568142921979
-2001,Panama,Oilcrops,3.086887,0.0112909866801085
-2001,Panama,Pulses,3.086887,0.00530728854020248
+2001,Panama,FruitVeg,3.086887,0.0989770600608315
+2001,Panama,OilcropsPulses,3.086887,0.016598275220311
 2001,Panama,Starchy Roots,3.086887,0.0234563169950828
+2001,Panama,Sugar,3.086887,0.0260469528039089
 2002,Panama,Ruminants,3.144728,0.554482740637664
 2002,Panama,Cereals,3.144728,0.158248026538384
 2002,Panama,Monogastrics,3.144728,0.160961615758183
-2002,Panama,Oilcrops,3.144728,0.0108320974023827
-2002,Panama,Pulses,3.144728,0.00541191479835458
+2002,Panama,FruitVeg,3.144728,0.109197043432691
+2002,Panama,OilcropsPulses,3.144728,0.0162440122007372
 2002,Panama,Starchy Roots,3.144728,0.0228493529488083
+2002,Panama,Sugar,3.144728,0.0287608340053575
 2003,Panama,Ruminants,3.202511,0.536573707319038
 2003,Panama,Cereals,3.202511,0.165807705266274
 2003,Panama,Monogastrics,3.202511,0.153163033632047
-2003,Panama,Oilcrops,3.202511,0.0103893476087982
-2003,Panama,Pulses,3.202511,0.00543292435217241
+2003,Panama,FruitVeg,3.202511,0.110958244952164
+2003,Panama,OilcropsPulses,3.202511,0.0158222719609706
 2003,Panama,Starchy Roots,3.202511,0.0239199802904658
+2003,Panama,Sugar,3.202511,0.0287227740981998
 2004,Panama,Ruminants,3.260611,0.540246935313657
 2004,Panama,Cereals,3.260611,0.150879083705477
 2004,Panama,Monogastrics,3.260611,0.150356298252076
-2004,Panama,Oilcrops,3.260611,0.0108277252330928
-2004,Panama,Pulses,3.260611,0.00483897036475679
+2004,Panama,FruitVeg,3.260611,0.116443819885291
+2004,Panama,OilcropsPulses,3.260611,0.0156666955978496
 2004,Panama,Starchy Roots,3.260611,0.0258316616118881
+2004,Panama,Sugar,3.260611,0.0288593150179522
 2005,Panama,Ruminants,3.319301,0.53926564659246
 2005,Panama,Cereals,3.319301,0.164620804199438
 2005,Panama,Monogastrics,3.319301,0.158738360877787
-2005,Panama,Oilcrops,3.319301,0.0107519625366907
-2005,Panama,Pulses,3.319301,0.00495104240320477
+2005,Panama,FruitVeg,3.319301,0.109526674441396
+2005,Panama,OilcropsPulses,3.319301,0.0157030049398955
 2005,Panama,Starchy Roots,3.319301,0.0237402392853194
+2005,Panama,Sugar,3.319301,0.0289328988241802
 2006,Panama,Ruminants,3.3786,0.544464630320251
 2006,Panama,Cereals,3.3786,0.161606582608181
 2006,Panama,Monogastrics,3.3786,0.165173474220091
-2006,Panama,Oilcrops,3.3786,0.0114506008405849
-2006,Panama,Pulses,3.3786,0.00540963712780442
+2006,Panama,FruitVeg,3.3786,0.110329130409045
+2006,Panama,OilcropsPulses,3.3786,0.0168602379683893
 2006,Panama,Starchy Roots,3.3786,0.0211566921209969
+2006,Panama,Sugar,3.3786,0.0295483336293139
 2007,Panama,Ruminants,3.438398,0.543029079239809
 2007,Panama,Cereals,3.438398,0.162205480575547
 2007,Panama,Monogastrics,3.438398,0.177850498982375
-2007,Panama,Oilcrops,3.438398,0.0122589066187219
-2007,Panama,Pulses,3.438398,0.00553426334007872
+2007,Panama,FruitVeg,3.438398,0.121737215994193
+2007,Panama,OilcropsPulses,3.438398,0.0177931699588006
 2007,Panama,Starchy Roots,3.438398,0.0237537946450644
+2007,Panama,Sugar,3.438398,0.0308515768098981
 2008,Panama,Ruminants,3.498679,0.573052514963505
 2008,Panama,Cereals,3.498679,0.165745700019922
 2008,Panama,Monogastrics,3.498679,0.182765552369909
-2008,Panama,Oilcrops,3.498679,0.0117027026486282
-2008,Panama,Pulses,3.498679,0.00540146723949239
+2008,Panama,FruitVeg,3.498679,0.118916310984803
+2008,Panama,OilcropsPulses,3.498679,0.0171041698881206
 2008,Panama,Starchy Roots,3.498679,0.0216401676175494
+2008,Panama,Sugar,3.498679,0.0303285897334394
 2009,Panama,Ruminants,3.559401,0.602135303102966
 2009,Panama,Cereals,3.559401,0.165433734496338
 2009,Panama,Monogastrics,3.559401,0.178381699617436
-2009,Panama,Oilcrops,3.559401,0.0132761102219166
-2009,Panama,Pulses,3.559401,0.00533881964971072
+2009,Panama,FruitVeg,3.559401,0.117809148224659
+2009,Panama,OilcropsPulses,3.559401,0.0186149298716273
 2009,Panama,Starchy Roots,3.559401,0.0251351280735157
+2009,Panama,Sugar,3.559401,0.0302885232655719
 2010,Panama,Ruminants,3.620506,0.616947741558777
 2010,Panama,Cereals,3.620506,0.168600742548141
 2010,Panama,Monogastrics,3.620506,0.178754185188479
-2010,Panama,Oilcrops,3.620506,0.0161372471140774
-2010,Panama,Pulses,3.620506,0.00605744058979601
+2010,Panama,FruitVeg,3.620506,0.117574449538269
+2010,Panama,OilcropsPulses,3.620506,0.0221946877038734
 2010,Panama,Starchy Roots,3.620506,0.0242814125981286
+2010,Panama,Sugar,3.620506,0.0314008594378797
 2011,Panama,Ruminants,3.681979,0.651111508240541
 2011,Panama,Cereals,3.681979,0.17253167386343
 2011,Panama,Monogastrics,3.681979,0.189000236014382
-2011,Panama,Oilcrops,3.681979,0.0154704847583324
-2011,Panama,Pulses,3.681979,0.00545331736003926
+2011,Panama,FruitVeg,3.681979,0.110120671519311
+2011,Panama,OilcropsPulses,3.681979,0.0209238021183717
 2011,Panama,Starchy Roots,3.681979,0.0238681426482878
+2011,Panama,Sugar,3.681979,0.0325243571459805
 2012,Panama,Ruminants,3.743761,0.679091747576835
 2012,Panama,Cereals,3.743761,0.180923141194109
 2012,Panama,Monogastrics,3.743761,0.19728003470307
-2012,Panama,Oilcrops,3.743761,0.0144157172426338
-2012,Panama,Pulses,3.743761,0.00563497509589955
+2012,Panama,FruitVeg,3.743761,0.12231817148584
+2012,Panama,OilcropsPulses,3.743761,0.0200506923385334
 2012,Panama,Starchy Roots,3.743761,0.0251396924109205
+2012,Panama,Sugar,3.743761,0.0338143914635576
 2013,Panama,Ruminants,3.805683,0.649028965365744
 2013,Panama,Cereals,3.805683,0.179000983529106
 2013,Panama,Monogastrics,3.805683,0.201411100188849
-2013,Panama,Oilcrops,3.805683,0.0164766744891784
-2013,Panama,Pulses,3.805683,0.00527264094250625
+2013,Panama,FruitVeg,3.805683,0.120358159100482
+2013,Panama,OilcropsPulses,3.805683,0.0217493154316847
 2013,Panama,Starchy Roots,3.805683,0.0251781349103433
+2013,Panama,Sugar,3.805683,0.0352985259150591
 1961,Paraguay,Ruminants,1.953331,1.38863413318071
 1961,Paraguay,Cereals,1.953331,0.0847367906412175
 1961,Paraguay,Monogastrics,1.953331,0.105514170409419
-1961,Paraguay,Oilcrops,1.953331,0.0273133432070653
-1961,Paraguay,Pulses,1.953331,0.0100136638388476
+1961,Paraguay,FruitVeg,1.953331,0.218779612876671
+1961,Paraguay,OilcropsPulses,1.953331,0.0373270070459129
 1961,Paraguay,Starchy Roots,1.953331,0.197436072022612
+1961,Paraguay,Sugar,1.953331,0.0137165692860043
 1962,Paraguay,Ruminants,2.005337,1.2868800605584
 1962,Paraguay,Cereals,2.005337,0.0870113103184153
 1962,Paraguay,Monogastrics,2.005337,0.104635679688751
-1962,Paraguay,Oilcrops,2.005337,0.031107988333133
-1962,Paraguay,Pulses,2.005337,0.00924632617859243
+1962,Paraguay,FruitVeg,2.005337,0.235029822917545
+1962,Paraguay,OilcropsPulses,2.005337,0.0403543145117255
 1962,Paraguay,Starchy Roots,2.005337,0.19470193787877
+1962,Paraguay,Sugar,2.005337,0.0151116744966058
 1963,Paraguay,Ruminants,2.058916,1.06856986880475
 1963,Paraguay,Cereals,2.058916,0.0874712712903295
 1963,Paraguay,Monogastrics,2.058916,0.109761107301123
-1963,Paraguay,Oilcrops,2.058916,0.0349921997789128
-1963,Paraguay,Pulses,2.058916,0.00922427141272398
+1963,Paraguay,FruitVeg,2.058916,0.252476545910567
+1963,Paraguay,OilcropsPulses,2.058916,0.0442164711916368
 1963,Paraguay,Starchy Roots,2.058916,0.192833996141659
+1963,Paraguay,Sugar,2.058916,0.0155421590778837
 1964,Paraguay,Ruminants,2.114095,1.1344138271932
 1964,Paraguay,Cereals,2.114095,0.086638490701695
 1964,Paraguay,Monogastrics,2.114095,0.114315203432202
-1964,Paraguay,Oilcrops,2.114095,0.0346001480538954
-1964,Paraguay,Pulses,2.114095,0.00781658345533195
+1964,Paraguay,FruitVeg,2.114095,0.2500176198326
+1964,Paraguay,OilcropsPulses,2.114095,0.0424167315092274
 1964,Paraguay,Starchy Roots,2.114095,0.195369176881834
+1964,Paraguay,Sugar,2.114095,0.0181183910846012
 1965,Paraguay,Ruminants,2.170853,1.13560512849097
 1965,Paraguay,Cereals,2.170853,0.08785809080578
 1965,Paraguay,Monogastrics,2.170853,0.117548493610576
-1965,Paraguay,Oilcrops,2.170853,0.0363318013702448
-1965,Paraguay,Pulses,2.170853,0.00986939235406543
+1965,Paraguay,FruitVeg,2.170853,0.262494973174139
+1965,Paraguay,OilcropsPulses,2.170853,0.0462011937243102
 1965,Paraguay,Starchy Roots,2.170853,0.204833768108665
+1965,Paraguay,Sugar,2.170853,0.0195775577618567
 1966,Paraguay,Ruminants,2.229373,1.21851803175153
 1966,Paraguay,Cereals,2.229373,0.0881400286089407
 1966,Paraguay,Monogastrics,2.229373,0.120577444869028
-1966,Paraguay,Oilcrops,2.229373,0.0416247079335759
-1966,Paraguay,Pulses,2.229373,0.00966684354749071
+1966,Paraguay,FruitVeg,2.229373,0.249972077350896
+1966,Paraguay,OilcropsPulses,2.229373,0.0512915514810667
 1966,Paraguay,Starchy Roots,2.229373,0.197803149136551
+1966,Paraguay,Sugar,2.229373,0.0213185501035493
 1967,Paraguay,Ruminants,2.289579,1.0975764103357
 1967,Paraguay,Cereals,2.289579,0.0934298401583872
 1967,Paraguay,Monogastrics,2.289579,0.124603868222062
-1967,Paraguay,Oilcrops,2.289579,0.0506560376383606
-1967,Paraguay,Pulses,2.289579,0.0101433494978771
+1967,Paraguay,FruitVeg,2.289579,0.250882804218592
+1967,Paraguay,OilcropsPulses,2.289579,0.0607993871362377
 1967,Paraguay,Starchy Roots,2.289579,0.210897287230535
+1967,Paraguay,Sugar,2.289579,0.01575922909845
 1968,Paraguay,Ruminants,2.3509,1.15062703645412
 1968,Paraguay,Cereals,2.3509,0.0972419073546301
 1968,Paraguay,Monogastrics,2.3509,0.126300906035986
-1968,Paraguay,Oilcrops,2.3509,0.0497668977838275
-1968,Paraguay,Pulses,2.3509,0.0103088178995278
+1968,Paraguay,FruitVeg,2.3509,0.249309200731635
+1968,Paraguay,OilcropsPulses,2.3509,0.0600757156833553
 1968,Paraguay,Starchy Roots,2.3509,0.211573439959165
+1968,Paraguay,Sugar,2.3509,0.0174154579097367
 1969,Paraguay,Ruminants,2.412565,1.0867053530164
 1969,Paraguay,Cereals,2.412565,0.0994999098469886
 1969,Paraguay,Monogastrics,2.412565,0.128309910821056
-1969,Paraguay,Oilcrops,2.412565,0.0472866016045164
-1969,Paraguay,Pulses,2.412565,0.00983476092872109
+1969,Paraguay,FruitVeg,2.412565,0.250723192950242
+1969,Paraguay,OilcropsPulses,2.412565,0.0571213625332374
 1969,Paraguay,Starchy Roots,2.412565,0.203382706787175
+1969,Paraguay,Sugar,2.412565,0.0180898752986966
 1970,Paraguay,Ruminants,2.474102,1.11950073198276
 1970,Paraguay,Cereals,2.474102,0.10216110734319
 1970,Paraguay,Monogastrics,2.474102,0.130598455520427
-1970,Paraguay,Oilcrops,2.474102,0.0503802995996123
-1970,Paraguay,Pulses,2.474102,0.0119356437204287
+1970,Paraguay,FruitVeg,2.474102,0.252114504575802
+1970,Paraguay,OilcropsPulses,2.474102,0.062315943320041
 1970,Paraguay,Starchy Roots,2.474102,0.199126794287382
+1970,Paraguay,Sugar,2.474102,0.0200121094441539
 1971,Paraguay,Ruminants,2.535355,1.08431726523505
 1971,Paraguay,Cereals,2.535355,0.0985191422897385
 1971,Paraguay,Monogastrics,2.535355,0.133047443060242
-1971,Paraguay,Oilcrops,2.535355,0.0636033218227822
-1971,Paraguay,Pulses,2.535355,0.0139156055069211
+1971,Paraguay,FruitVeg,2.535355,0.25423145871091
+1971,Paraguay,OilcropsPulses,2.535355,0.0775189273297033
 1971,Paraguay,Starchy Roots,2.535355,0.200565601266884
+1971,Paraguay,Sugar,2.535355,0.0190241603246883
 1972,Paraguay,Ruminants,2.596741,1.00343164759212
 1972,Paraguay,Cereals,2.596741,0.100254896425943
 1972,Paraguay,Monogastrics,2.596741,0.136482652678877
-1972,Paraguay,Oilcrops,2.596741,0.0768509450884782
-1972,Paraguay,Pulses,2.596741,0.0125164581296325
+1972,Paraguay,FruitVeg,2.596741,0.2432063883152
+1972,Paraguay,OilcropsPulses,2.596741,0.0893674032181107
 1972,Paraguay,Starchy Roots,2.596741,0.194398286159459
+1972,Paraguay,Sugar,2.596741,0.0201229156084492
 1973,Paraguay,Ruminants,2.659084,0.802586830652962
 1973,Paraguay,Cereals,2.659084,0.0979401177247503
 1973,Paraguay,Monogastrics,2.659084,0.141975695389841
-1973,Paraguay,Oilcrops,2.659084,0.0539524136883228
-1973,Paraguay,Pulses,2.659084,0.0139649593619457
+1973,Paraguay,FruitVeg,2.659084,0.252498980852053
+1973,Paraguay,OilcropsPulses,2.659084,0.0679173730502684
 1973,Paraguay,Starchy Roots,2.659084,0.202459192714484
+1973,Paraguay,Sugar,2.659084,0.0209459347655057
 1974,Paraguay,Ruminants,2.723523,0.931618054997149
 1974,Paraguay,Cereals,2.723523,0.0980718723506282
 1974,Paraguay,Monogastrics,2.723523,0.147142065626029
-1974,Paraguay,Oilcrops,2.723523,0.059748715175161
-1974,Paraguay,Pulses,2.723523,0.0144537057333461
+1974,Paraguay,FruitVeg,2.723523,0.2447994747979
+1974,Paraguay,OilcropsPulses,2.723523,0.0742024209085071
 1974,Paraguay,Starchy Roots,2.723523,0.205842212457908
+1974,Paraguay,Sugar,2.723523,0.0205707827692294
 1975,Paraguay,Ruminants,2.790964,0.73858229629619
 1975,Paraguay,Cereals,2.790964,0.0902903082949117
 1975,Paraguay,Monogastrics,2.790964,0.152002498061602
-1975,Paraguay,Oilcrops,2.790964,0.0630112032974986
-1975,Paraguay,Pulses,2.790964,0.0169249764597465
+1975,Paraguay,FruitVeg,2.790964,0.232117648239103
+1975,Paraguay,OilcropsPulses,2.790964,0.0799361797572452
 1975,Paraguay,Starchy Roots,2.790964,0.200996143268061
+1975,Paraguay,Sugar,2.790964,0.0181360275517706
 1976,Paraguay,Ruminants,2.861582,0.837593960263938
 1976,Paraguay,Cereals,2.861582,0.0927029174771158
 1976,Paraguay,Monogastrics,2.861582,0.157977615179296
-1976,Paraguay,Oilcrops,2.861582,0.0689898105313774
-1976,Paraguay,Pulses,2.861582,0.0190013775596855
+1976,Paraguay,FruitVeg,2.861582,0.254702119317217
+1976,Paraguay,OilcropsPulses,2.861582,0.0879911880910629
 1976,Paraguay,Starchy Roots,2.861582,0.199446320252224
+1976,Paraguay,Sugar,2.861582,0.0207235018951056
 1977,Paraguay,Ruminants,2.935375,0.968431052250564
 1977,Paraguay,Cereals,2.935375,0.0960718817868245
 1977,Paraguay,Monogastrics,2.935375,0.162523527658306
-1977,Paraguay,Oilcrops,2.935375,0.102690456926287
-1977,Paraguay,Pulses,2.935375,0.021965166290508
+1977,Paraguay,FruitVeg,2.935375,0.248898692671294
+1977,Paraguay,OilcropsPulses,2.935375,0.124655623216795
 1977,Paraguay,Starchy Roots,2.935375,0.193991568368607
+1977,Paraguay,Sugar,2.935375,0.0213032406421667
 1978,Paraguay,Ruminants,3.012833,0.86871638753293
 1978,Paraguay,Cereals,3.012833,0.100098478740773
 1978,Paraguay,Monogastrics,3.012833,0.173386543495773
-1978,Paraguay,Oilcrops,3.012833,0.0931584989941361
-1978,Paraguay,Pulses,3.012833,0.0217526162253268
+1978,Paraguay,FruitVeg,3.012833,0.24484530008799
+1978,Paraguay,OilcropsPulses,3.012833,0.114911115219463
 1978,Paraguay,Starchy Roots,3.012833,0.201572739013414
+1978,Paraguay,Sugar,3.012833,0.0216712974134311
 1979,Paraguay,Ruminants,3.094479,0.931202893928186
 1979,Paraguay,Cereals,3.094479,0.0921625255818508
 1979,Paraguay,Monogastrics,3.094479,0.192111111434267
-1979,Paraguay,Oilcrops,3.094479,0.0817972912403025
-1979,Paraguay,Pulses,3.094479,0.0211483096185174
+1979,Paraguay,FruitVeg,3.094479,0.229190761999031
+1979,Paraguay,OilcropsPulses,3.094479,0.10294560085882
 1979,Paraguay,Starchy Roots,3.094479,0.185594408622582
+1979,Paraguay,Sugar,3.094479,0.0210209860852182
 1980,Paraguay,Ruminants,3.180628,0.915743148837274
 1980,Paraguay,Cereals,3.180628,0.0852935332267716
 1980,Paraguay,Monogastrics,3.180628,0.205758579752175
-1980,Paraguay,Oilcrops,3.180628,0.0795226603048203
-1980,Paraguay,Pulses,3.180628,0.0214514240583935
+1980,Paraguay,FruitVeg,3.180628,0.219616692049495
+1980,Paraguay,OilcropsPulses,3.180628,0.100974084363214
 1980,Paraguay,Starchy Roots,3.180628,0.187338160891497
+1980,Paraguay,Sugar,3.180628,0.021409294013635
 1981,Paraguay,Ruminants,3.271454,0.8842688297008
 1981,Paraguay,Cereals,3.271454,0.0969620847488609
 1981,Paraguay,Monogastrics,3.271454,0.217517409690003
-1981,Paraguay,Oilcrops,3.271454,0.0991828098454082
-1981,Paraguay,Pulses,3.271454,0.0156242453661277
+1981,Paraguay,FruitVeg,3.271454,0.213532881709478
+1981,Paraguay,OilcropsPulses,3.271454,0.114807055211536
 1981,Paraguay,Starchy Roots,3.271454,0.173885678967212
+1981,Paraguay,Sugar,3.271454,0.0219694362201027
 1982,Paraguay,Ruminants,3.366726,0.845959487050624
 1982,Paraguay,Cereals,3.366726,0.0985420256949927
 1982,Paraguay,Monogastrics,3.366726,0.220580201655852
-1982,Paraguay,Oilcrops,3.366726,0.0851806770138111
-1982,Paraguay,Pulses,3.366726,0.0152406224919996
+1982,Paraguay,FruitVeg,3.366726,0.217177459644771
+1982,Paraguay,OilcropsPulses,3.366726,0.100421299505811
 1982,Paraguay,Starchy Roots,3.366726,0.180181874022418
+1982,Paraguay,Sugar,3.366726,0.022491286787223
 1983,Paraguay,Ruminants,3.465796,0.796127412000014
 1983,Paraguay,Cereals,3.465796,0.110639806843796
 1983,Paraguay,Monogastrics,3.465796,0.219348484446286
-1983,Paraguay,Oilcrops,3.465796,0.0991071026684779
-1983,Paraguay,Pulses,3.465796,0.0138608850607479
+1983,Paraguay,FruitVeg,3.465796,0.212101635526153
+1983,Paraguay,OilcropsPulses,3.465796,0.112967987729226
 1983,Paraguay,Starchy Roots,3.465796,0.178518585629391
+1983,Paraguay,Sugar,3.465796,0.0227234955548451
 1984,Paraguay,Ruminants,3.56775,0.830758236984094
 1984,Paraguay,Cereals,3.56775,0.106300049050522
 1984,Paraguay,Monogastrics,3.56775,0.219546352743326
-1984,Paraguay,Oilcrops,3.56775,0.0964627566393385
-1984,Paraguay,Pulses,3.56775,0.0138137481606054
+1984,Paraguay,FruitVeg,3.56775,0.216754817461986
+1984,Paraguay,OilcropsPulses,3.56775,0.110276504799944
 1984,Paraguay,Starchy Roots,3.56775,0.182321911568916
+1984,Paraguay,Sugar,3.56775,0.0220850676196482
 1985,Paraguay,Ruminants,3.671826,0.841226735689545
 1985,Paraguay,Cereals,3.671826,0.107354760274588
 1985,Paraguay,Monogastrics,3.671826,0.219784488698539
-1985,Paraguay,Oilcrops,3.671826,0.105996580447984
-1985,Paraguay,Pulses,3.671826,0.0137528303356423
+1985,Paraguay,FruitVeg,3.671826,0.220691830168423
+1985,Paraguay,OilcropsPulses,3.671826,0.119749410783626
 1985,Paraguay,Starchy Roots,3.671826,0.187614010032066
+1985,Paraguay,Sugar,3.671826,0.0233859120775331
 1986,Paraguay,Ruminants,3.777764,0.581309631835128
 1986,Paraguay,Cereals,3.777764,0.113080912412739
 1986,Paraguay,Monogastrics,3.777764,0.218813483319763
-1986,Paraguay,Oilcrops,3.777764,0.0752217449263639
-1986,Paraguay,Pulses,3.777764,0.012688193333411
+1986,Paraguay,FruitVeg,3.777764,0.209229321895174
+1986,Paraguay,OilcropsPulses,3.777764,0.0879099382597748
 1986,Paraguay,Starchy Roots,3.777764,0.193321499172526
+1986,Paraguay,Sugar,3.777764,0.029197959427852
 1987,Paraguay,Ruminants,3.885433,0.62927681419291
 1987,Paraguay,Cereals,3.885433,0.126433527485868
 1987,Paraguay,Monogastrics,3.885433,0.215203067457346
-1987,Paraguay,Oilcrops,3.885433,0.0605353380176675
-1987,Paraguay,Pulses,3.885433,0.0144068884986564
+1987,Paraguay,FruitVeg,3.885433,0.194328405611421
+1987,Paraguay,OilcropsPulses,3.885433,0.0749422265163239
 1987,Paraguay,Starchy Roots,3.885433,0.179530569694549
+1987,Paraguay,Sugar,3.885433,0.0228738984818423
 1988,Paraguay,Ruminants,3.994328,0.801432005583918
 1988,Paraguay,Cereals,3.994328,0.118759400830377
 1988,Paraguay,Monogastrics,3.994328,0.213554269954796
-1988,Paraguay,Oilcrops,3.994328,0.0952332908063634
-1988,Paraguay,Pulses,3.994328,0.0154316320542529
+1988,Paraguay,FruitVeg,3.994328,0.167024841224857
+1988,Paraguay,OilcropsPulses,3.994328,0.110664922860616
 1988,Paraguay,Starchy Roots,3.994328,0.19761872334971
+1988,Paraguay,Sugar,3.994328,0.0240894087816524
 1989,Paraguay,Ruminants,4.103909,0.661285398872149
 1989,Paraguay,Cereals,4.103909,0.129231666686566
 1989,Paraguay,Monogastrics,4.103909,0.216244049271073
-1989,Paraguay,Oilcrops,4.103909,0.104509870954741
-1989,Paraguay,Pulses,4.103909,0.0130621804723253
+1989,Paraguay,FruitVeg,4.103909,0.168387993008617
+1989,Paraguay,OilcropsPulses,4.103909,0.117572051427066
 1989,Paraguay,Starchy Roots,4.103909,0.210288044885986
+1989,Paraguay,Sugar,4.103909,0.023622843488976
 1990,Paraguay,Ruminants,4.21374,0.592173864547884
 1990,Paraguay,Cereals,4.21374,0.108027073336276
 1990,Paraguay,Monogastrics,4.21374,0.215946759885517
-1990,Paraguay,Oilcrops,4.21374,0.107306335939094
-1990,Paraguay,Pulses,4.21374,0.0108578127743999
+1990,Paraguay,FruitVeg,4.21374,0.160626189560818
+1990,Paraguay,OilcropsPulses,4.21374,0.118164148713494
 1990,Paraguay,Starchy Roots,4.21374,0.19248387418303
+1990,Paraguay,Sugar,4.21374,0.0218611020138879
 1991,Paraguay,Ruminants,4.323402,1.11135612649483
 1991,Paraguay,Cereals,4.323402,0.105577274562948
 1991,Paraguay,Monogastrics,4.323402,0.210738672924701
-1991,Paraguay,Oilcrops,4.323402,0.100821297672527
-1991,Paraguay,Pulses,4.323402,0.00927718495758664
+1991,Paraguay,FruitVeg,4.323402,0.164577108490027
+1991,Paraguay,OilcropsPulses,4.323402,0.110098482630114
 1991,Paraguay,Starchy Roots,4.323402,0.189867146288964
+1991,Paraguay,Sugar,4.323402,0.0220527723306785
 1992,Paraguay,Ruminants,4.432738,1.23280392389534
 1992,Paraguay,Cereals,4.432738,0.101845856894768
 1992,Paraguay,Monogastrics,4.432738,0.217628810906487
-1992,Paraguay,Oilcrops,4.432738,0.0749505159113848
-1992,Paraguay,Pulses,4.432738,0.00912393198064041
+1992,Paraguay,FruitVeg,4.432738,0.161854366308137
+1992,Paraguay,OilcropsPulses,4.432738,0.0840744478920252
 1992,Paraguay,Starchy Roots,4.432738,0.156800153765009
+1992,Paraguay,Sugar,4.432738,0.0226659008495427
 1993,Paraguay,Ruminants,4.541902,1.16024801944208
 1993,Paraguay,Cereals,4.541902,0.0919013664319486
 1993,Paraguay,Monogastrics,4.541902,0.212963489745045
-1993,Paraguay,Oilcrops,4.541902,0.0756733632738003
-1993,Paraguay,Pulses,4.541902,0.0107617909853625
+1993,Paraguay,FruitVeg,4.541902,0.161049049495123
+1993,Paraguay,OilcropsPulses,4.541902,0.0864351542591628
 1993,Paraguay,Starchy Roots,4.541902,0.170802672536748
+1993,Paraguay,Sugar,4.541902,0.0241088425069497
 1994,Paraguay,Ruminants,4.651222,0.943472468095481
 1994,Paraguay,Cereals,4.651222,0.0983173884196454
 1994,Paraguay,Monogastrics,4.651222,0.27829331732607
-1994,Paraguay,Oilcrops,4.651222,0.0744842968149015
-1994,Paraguay,Pulses,4.651222,0.0113380956660422
+1994,Paraguay,FruitVeg,4.651222,0.153970934949998
+1994,Paraguay,OilcropsPulses,4.651222,0.0858223924809437
 1994,Paraguay,Starchy Roots,4.651222,0.162417317427549
+1994,Paraguay,Sugar,4.651222,0.0251557547672418
 1995,Paraguay,Ruminants,4.760853,0.990648608558172
 1995,Paraguay,Cereals,4.760853,0.0978267970046544
 1995,Paraguay,Monogastrics,4.760853,0.274890424047959
-1995,Paraguay,Oilcrops,4.760853,0.0825244971856934
-1995,Paraguay,Pulses,4.760853,0.0115477205450368
+1995,Paraguay,FruitVeg,4.760853,0.144990404030538
+1995,Paraguay,OilcropsPulses,4.760853,0.0940722177307302
 1995,Paraguay,Starchy Roots,4.760853,0.163775273044557
+1995,Paraguay,Sugar,4.760853,0.0253324351749571
 1996,Paraguay,Ruminants,4.870695,0.989354044956623
 1996,Paraguay,Cereals,4.870695,0.0997941772170091
 1996,Paraguay,Monogastrics,4.870695,0.24570343657322
-1996,Paraguay,Oilcrops,4.870695,0.0695557820803807
-1996,Paraguay,Pulses,4.870695,0.0129455857942244
+1996,Paraguay,FruitVeg,4.870695,0.137637031265559
+1996,Paraguay,OilcropsPulses,4.870695,0.0825013678746051
 1996,Paraguay,Starchy Roots,4.870695,0.15585188561386
+1996,Paraguay,Sugar,4.870695,0.0249381248466595
 1997,Paraguay,Ruminants,4.980346,1.06868564955126
 1997,Paraguay,Cereals,4.980346,0.113131296500283
 1997,Paraguay,Monogastrics,4.980346,0.245877475179435
-1997,Paraguay,Oilcrops,4.980346,0.0430907812429096
-1997,Paraguay,Pulses,4.980346,0.0137930175935568
+1997,Paraguay,FruitVeg,4.980346,0.140382214408397
+1997,Paraguay,OilcropsPulses,4.980346,0.0568837988364664
 1997,Paraguay,Starchy Roots,4.980346,0.158241816934004
+1997,Paraguay,Sugar,4.980346,0.0243091544242107
 1998,Paraguay,Ruminants,5.089306,1.03002633364942
 1998,Paraguay,Cereals,5.089306,0.114392807192179
 1998,Paraguay,Monogastrics,5.089306,0.246039125963344
-1998,Paraguay,Oilcrops,5.089306,0.0515286367139253
-1998,Paraguay,Pulses,5.089306,0.00850233803980346
+1998,Paraguay,FruitVeg,5.089306,0.14433185978599
+1998,Paraguay,OilcropsPulses,5.089306,0.0600309747537287
 1998,Paraguay,Starchy Roots,5.089306,0.156579502195388
+1998,Paraguay,Sugar,5.089306,0.0242811102338904
 1999,Paraguay,Ruminants,5.196935,1.03726461847223
 1999,Paraguay,Cereals,5.196935,0.10309384281312
 1999,Paraguay,Monogastrics,5.196935,0.256404130511542
-1999,Paraguay,Oilcrops,5.196935,0.04784069841166
-1999,Paraguay,Pulses,5.196935,0.00959199989994102
+1999,Paraguay,FruitVeg,5.196935,0.152156800113913
+1999,Paraguay,OilcropsPulses,5.196935,0.057432698311601
 1999,Paraguay,Starchy Roots,5.196935,0.153408499432839
+1999,Paraguay,Sugar,5.196935,0.0266066441084986
 2000,Paraguay,Ruminants,5.302703,0.949462264810984
 2000,Paraguay,Cereals,5.302703,0.108184259989669
 2000,Paraguay,Monogastrics,5.302703,0.239632938144942
-2000,Paraguay,Oilcrops,5.302703,0.0546939928560962
-2000,Paraguay,Pulses,5.302703,0.0078571249417514
+2000,Paraguay,FruitVeg,5.302703,0.150515501245308
+2000,Paraguay,OilcropsPulses,5.302703,0.0625511177978476
 2000,Paraguay,Starchy Roots,5.302703,0.145430735985025
+2000,Paraguay,Sugar,5.302703,0.0246834491767689
 2001,Paraguay,Ruminants,5.406625,0.891290296626824
 2001,Paraguay,Cereals,5.406625,0.111282916791899
 2001,Paraguay,Monogastrics,5.406625,0.231172959101103
-2001,Paraguay,Oilcrops,5.406625,0.0619517721314129
-2001,Paraguay,Pulses,5.406625,0.0107362726284882
+2001,Paraguay,FruitVeg,5.406625,0.14255473608767
+2001,Paraguay,OilcropsPulses,5.406625,0.0726880447599011
 2001,Paraguay,Starchy Roots,5.406625,0.153857720851733
+2001,Paraguay,Sugar,5.406625,0.0245637528032738
 2002,Paraguay,Ruminants,5.508615,1.07617609871084
 2002,Paraguay,Cereals,5.508615,0.109176807600459
 2002,Paraguay,Monogastrics,5.508615,0.235252563484651
-2002,Paraguay,Oilcrops,5.508615,0.0421659527848652
-2002,Paraguay,Pulses,5.508615,0.0106892567369475
+2002,Paraguay,FruitVeg,5.508615,0.14604160937005
+2002,Paraguay,OilcropsPulses,5.508615,0.0528552095218127
 2002,Paraguay,Starchy Roots,5.508615,0.150687423245226
+2002,Paraguay,Sugar,5.508615,0.0248116813391388
 2003,Paraguay,Ruminants,5.607948,0.795173457385839
 2003,Paraguay,Cereals,5.607948,0.10978953442507
 2003,Paraguay,Monogastrics,5.607948,0.238521755194592
-2003,Paraguay,Oilcrops,5.607948,0.0447201008283243
-2003,Paraguay,Pulses,5.607948,0.0123522899998359
+2003,Paraguay,FruitVeg,5.607948,0.146509382754619
+2003,Paraguay,OilcropsPulses,5.607948,0.0570723908281603
 2003,Paraguay,Starchy Roots,5.607948,0.152324165630637
+2003,Paraguay,Sugar,5.607948,0.0260111185053784
 2004,Paraguay,Ruminants,5.703742,0.55797851655983
 2004,Paraguay,Cereals,5.703742,0.111072520461129
 2004,Paraguay,Monogastrics,5.703742,0.230988673751372
-2004,Paraguay,Oilcrops,5.703742,0.0610960313422311
-2004,Paraguay,Pulses,5.703742,0.0125230068260451
+2004,Paraguay,FruitVeg,5.703742,0.148770754357403
+2004,Paraguay,OilcropsPulses,5.703742,0.0736190381682761
 2004,Paraguay,Starchy Roots,5.703742,0.161464876917645
+2004,Paraguay,Sugar,5.703742,0.0251266624612404
 2005,Paraguay,Ruminants,5.795493,0.423546883759501
 2005,Paraguay,Cereals,5.795493,0.107389138421874
 2005,Paraguay,Monogastrics,5.795493,0.231629975223851
-2005,Paraguay,Oilcrops,5.795493,0.0470600171547097
-2005,Paraguay,Pulses,5.795493,0.0133448526294484
+2005,Paraguay,FruitVeg,5.795493,0.157152463129539
+2005,Paraguay,OilcropsPulses,5.795493,0.0604048697841581
 2005,Paraguay,Starchy Roots,5.795493,0.153675968550044
+2005,Paraguay,Sugar,5.795493,0.0256035163876481
 2006,Paraguay,Ruminants,5.882797,0.464510674089213
 2006,Paraguay,Cereals,5.882797,0.108547515748036
 2006,Paraguay,Monogastrics,5.882797,0.236526842588653
-2006,Paraguay,Oilcrops,5.882797,0.0478592071084554
-2006,Paraguay,Pulses,5.882797,0.0128093830196758
+2006,Paraguay,FruitVeg,5.882797,0.150378807903791
+2006,Paraguay,OilcropsPulses,5.882797,0.0606685901281313
 2006,Paraguay,Starchy Roots,5.882797,0.159877010884448
+2006,Paraguay,Sugar,5.882797,0.0256323650127652
 2007,Paraguay,Ruminants,5.96616,0.43410991324403
 2007,Paraguay,Cereals,5.96616,0.109505611649704
 2007,Paraguay,Monogastrics,5.96616,0.220981468817464
-2007,Paraguay,Oilcrops,5.96616,0.0433312214221543
-2007,Paraguay,Pulses,5.96616,0.013290625796157
+2007,Paraguay,FruitVeg,5.96616,0.143792992477574
+2007,Paraguay,OilcropsPulses,5.96616,0.0566218472183113
 2007,Paraguay,Starchy Roots,5.96616,0.15050903763895
+2007,Paraguay,Sugar,5.96616,0.0254124931279081
 2008,Paraguay,Ruminants,6.047131,0.409543583560535
 2008,Paraguay,Cereals,6.047131,0.115478728673151
 2008,Paraguay,Monogastrics,6.047131,0.218848045461559
-2008,Paraguay,Oilcrops,6.047131,0.0403130013224453
-2008,Paraguay,Pulses,6.047131,0.00865881688357669
+2008,Paraguay,FruitVeg,6.047131,0.124627033877718
+2008,Paraguay,OilcropsPulses,6.047131,0.048971818206022
 2008,Paraguay,Starchy Roots,6.047131,0.144255350181764
+2008,Paraguay,Sugar,6.047131,0.0260735214765481
 2009,Paraguay,Ruminants,6.127847,0.399883531687394
 2009,Paraguay,Cereals,6.127847,0.115528994114899
 2009,Paraguay,Monogastrics,6.127847,0.21755508908757
-2009,Paraguay,Oilcrops,6.127847,0.0370330721377345
-2009,Paraguay,Pulses,6.127847,0.00856565119853678
+2009,Paraguay,FruitVeg,6.127847,0.131494797438644
+2009,Paraguay,OilcropsPulses,6.127847,0.0455987233362713
 2009,Paraguay,Starchy Roots,6.127847,0.14485707622922
+2009,Paraguay,Sugar,6.127847,0.0263828388665709
 2010,Paraguay,Ruminants,6.209877,0.420119013629417
 2010,Paraguay,Cereals,6.209877,0.12304865297654
 2010,Paraguay,Monogastrics,6.209877,0.232239269795521
-2010,Paraguay,Oilcrops,6.209877,0.0348051982350053
-2010,Paraguay,Pulses,6.209877,0.00865186218664234
+2010,Paraguay,FruitVeg,6.209877,0.139145107060897
+2010,Paraguay,OilcropsPulses,6.209877,0.0434570604216476
 2010,Paraguay,Starchy Roots,6.209877,0.139626920146728
+2010,Paraguay,Sugar,6.209877,0.0265572087820741
 2011,Paraguay,Ruminants,6.293763,0.572805013471273
 2011,Paraguay,Cereals,6.293763,0.120955301303846
 2011,Paraguay,Monogastrics,6.293763,0.236768670825387
-2011,Paraguay,Oilcrops,6.293763,0.0354503339258247
-2011,Paraguay,Pulses,6.293763,0.0089258206894667
+2011,Paraguay,FruitVeg,6.293763,0.123318434456461
+2011,Paraguay,OilcropsPulses,6.293763,0.0443761546152914
 2011,Paraguay,Starchy Roots,6.293763,0.140795101436136
+2011,Paraguay,Sugar,6.293763,0.0270049889072722
 2012,Paraguay,Ruminants,6.379162,0.638959458938337
 2012,Paraguay,Cereals,6.379162,0.124555701830428
 2012,Paraguay,Monogastrics,6.379162,0.238013723432639
-2012,Paraguay,Oilcrops,6.379162,0.0347904630733629
-2012,Paraguay,Pulses,6.379162,0.00781184111643504
+2012,Paraguay,FruitVeg,6.379162,0.125913246912369
+2012,Paraguay,OilcropsPulses,6.379162,0.042602304189798
 2012,Paraguay,Starchy Roots,6.379162,0.139308266508987
+2012,Paraguay,Sugar,6.379162,0.0267682494973478
 2013,Paraguay,Ruminants,6.465669,0.641299949007597
 2013,Paraguay,Cereals,6.465669,0.129268139151571
 2013,Paraguay,Monogastrics,6.465669,0.244424188742109
-2013,Paraguay,Oilcrops,6.465669,0.036544091570416
-2013,Paraguay,Pulses,6.465669,0.00829210403440077
+2013,Paraguay,FruitVeg,6.465669,0.123009699383003
+2013,Paraguay,OilcropsPulses,6.465669,0.0448361956048168
 2013,Paraguay,Starchy Roots,6.465669,0.138904728961535
+2013,Paraguay,Sugar,6.465669,0.0264300569670362
 1961,Peru,Ruminants,10.350239,0.370147829436596
 1961,Peru,Cereals,10.350239,0.104091606000596
 1961,Peru,Monogastrics,10.350239,0.03558869510163
-1961,Peru,Oilcrops,10.350239,0.0224989973661478
-1961,Peru,Pulses,10.350239,0.00861381075354878
+1961,Peru,FruitVeg,10.350239,0.113914567576652
+1961,Peru,OilcropsPulses,10.350239,0.0311128081196966
 1961,Peru,Starchy Roots,10.350239,0.127030013509833
+1961,Peru,Sugar,10.350239,0.0281327803155077
 1962,Peru,Ruminants,10.650672,0.369798074713032
 1962,Peru,Cereals,10.650672,0.10374340698878
 1962,Peru,Monogastrics,10.650672,0.0359559471928156
-1962,Peru,Oilcrops,10.650672,0.0231636088314427
-1962,Peru,Pulses,10.650672,0.00956634473392853
+1962,Peru,FruitVeg,10.650672,0.123284709171403
+1962,Peru,OilcropsPulses,10.650672,0.0327299535653713
 1962,Peru,Starchy Roots,10.650672,0.12445261669874
+1962,Peru,Sugar,10.650672,0.0287815642055262
 1963,Peru,Ruminants,10.961539,0.359448212518333
 1963,Peru,Cereals,10.961539,0.0860657431406302
 1963,Peru,Monogastrics,10.961539,0.0368175308229985
-1963,Peru,Oilcrops,10.961539,0.0231427357052691
-1963,Peru,Pulses,10.961539,0.00938089076725449
+1963,Peru,FruitVeg,10.961539,0.124875986848197
+1963,Peru,OilcropsPulses,10.961539,0.0325236264725236
 1963,Peru,Starchy Roots,10.961539,0.11786063982439
+1963,Peru,Sugar,10.961539,0.0298068546761545
 1964,Peru,Ruminants,11.281015,0.395283420862396
 1964,Peru,Cereals,11.281015,0.0970073171607342
 1964,Peru,Monogastrics,11.281015,0.038452603777231
-1964,Peru,Oilcrops,11.281015,0.0218824281325749
-1964,Peru,Pulses,11.281015,0.00952325655093979
+1964,Peru,FruitVeg,11.281015,0.124779818128067
+1964,Peru,OilcropsPulses,11.281015,0.0314056846835147
 1964,Peru,Starchy Roots,11.281015,0.145439129369121
+1964,Peru,Sugar,11.281015,0.0292927542424152
 1965,Peru,Ruminants,11.607684,0.349179845006118
 1965,Peru,Cereals,11.607684,0.0908104493540658
 1965,Peru,Monogastrics,11.607684,0.0380649662757877
-1965,Peru,Oilcrops,11.607684,0.0210058268298827
-1965,Peru,Pulses,11.607684,0.00740716235900288
+1965,Peru,FruitVeg,11.607684,0.129796607144026
+1965,Peru,OilcropsPulses,11.607684,0.0284129891888856
 1965,Peru,Starchy Roots,11.607684,0.142490784552715
+1965,Peru,Sugar,11.607684,0.0317913547612082
 1966,Peru,Ruminants,11.941327,0.365917045902855
 1966,Peru,Cereals,11.941327,0.0839924239575719
 1966,Peru,Monogastrics,11.941327,0.0371174828392188
-1966,Peru,Oilcrops,11.941327,0.0167433652893016
-1966,Peru,Pulses,11.941327,0.00860507379121265
+1966,Peru,FruitVeg,11.941327,0.158290029240469
+1966,Peru,OilcropsPulses,11.941327,0.0253484390805143
 1966,Peru,Starchy Roots,11.941327,0.131031500937877
+1966,Peru,Sugar,11.941327,0.0300385375930163
 1967,Peru,Ruminants,12.282081,0.347677311361161
 1967,Peru,Cereals,12.282081,0.0830719973268374
 1967,Peru,Monogastrics,12.282081,0.0381867942411388
-1967,Peru,Oilcrops,12.282081,0.0147327639347111
-1967,Peru,Pulses,12.282081,0.00960089743749451
+1967,Peru,FruitVeg,12.282081,0.161661936605043
+1967,Peru,OilcropsPulses,12.282081,0.0243336613722056
 1967,Peru,Starchy Roots,12.282081,0.150283734490922
+1967,Peru,Sugar,12.282081,0.0294456615291822
 1968,Peru,Ruminants,12.629333,0.336715818642204
 1968,Peru,Cereals,12.629333,0.0889243319500721
 1968,Peru,Monogastrics,12.629333,0.0377766822681768
-1968,Peru,Oilcrops,12.629333,0.0169771436068714
-1968,Peru,Pulses,12.629333,0.00717638849177546
+1968,Peru,FruitVeg,12.629333,0.147941779664848
+1968,Peru,OilcropsPulses,12.629333,0.0241535320986469
 1968,Peru,Starchy Roots,12.629333,0.11839564290529
+1968,Peru,Sugar,12.629333,0.0288390527037334
 1969,Peru,Ruminants,12.982444,0.340046789341052
 1969,Peru,Cereals,12.982444,0.112167169756326
 1969,Peru,Monogastrics,12.982444,0.0401776275715112
-1969,Peru,Oilcrops,12.982444,0.0168676252329685
-1969,Peru,Pulses,12.982444,0.00836645241835821
+1969,Peru,FruitVeg,12.982444,0.159930826583962
+1969,Peru,OilcropsPulses,12.982444,0.0252340776513267
 1969,Peru,Starchy Roots,12.982444,0.140948961536056
+1969,Peru,Sugar,12.982444,0.0290272001173277
 1970,Peru,Ruminants,13.341071,0.340844224575373
 1970,Peru,Cereals,13.341071,0.0938029637950356
 1970,Peru,Monogastrics,13.341071,0.0403778377313186
-1970,Peru,Oilcrops,13.341071,0.0153366247732285
-1970,Peru,Pulses,13.341071,0.00843860286779075
+1970,Peru,FruitVeg,13.341071,0.167883597951019
+1970,Peru,OilcropsPulses,13.341071,0.0237752276410192
 1970,Peru,Starchy Roots,13.341071,0.152981570969827
+1970,Peru,Sugar,13.341071,0.0315285781778689
 1971,Peru,Ruminants,13.704333,0.334143901786391
 1971,Peru,Cereals,13.704333,0.102280424738657
 1971,Peru,Monogastrics,13.704333,0.0443570073786152
-1971,Peru,Oilcrops,13.704333,0.0132709851694351
-1971,Peru,Pulses,13.704333,0.00662009599445664
+1971,Peru,FruitVeg,13.704333,0.163419773877357
+1971,Peru,OilcropsPulses,13.704333,0.0198910811638917
 1971,Peru,Starchy Roots,13.704333,0.148912829248968
+1971,Peru,Sugar,13.704333,0.0325796228098077
 1972,Peru,Ruminants,14.072476,0.310517971393236
 1972,Peru,Cereals,14.072476,0.103608775030066
 1972,Peru,Monogastrics,14.072476,0.0470736066631061
-1972,Peru,Oilcrops,14.072476,0.0109655187900125
-1972,Peru,Pulses,14.072476,0.00641187805187943
+1972,Peru,FruitVeg,14.072476,0.147258378696116
+1972,Peru,OilcropsPulses,14.072476,0.0173773968418919
 1972,Peru,Starchy Roots,14.072476,0.116010146331037
+1972,Peru,Sugar,14.072476,0.0349777821614334
 1973,Peru,Ruminants,14.447649,0.296414586207071
 1973,Peru,Cereals,14.447649,0.0937475709715816
 1973,Peru,Monogastrics,14.447649,0.0482813778214019
-1973,Peru,Oilcrops,14.447649,0.0147234335496384
-1973,Peru,Pulses,14.447649,0.00631078454356138
+1973,Peru,FruitVeg,14.447649,0.141063020011076
+1973,Peru,OilcropsPulses,14.447649,0.0210342180931998
 1973,Peru,Starchy Roots,14.447649,0.113884480443842
+1973,Peru,Sugar,14.447649,0.0351832329259937
 1974,Peru,Ruminants,14.832839,0.281662424839911
 1974,Peru,Cereals,14.832839,0.0965180704786184
 1974,Peru,Monogastrics,14.832839,0.0528345248000063
-1974,Peru,Oilcrops,14.832839,0.0139897695916473
-1974,Peru,Pulses,14.832839,0.00637821255930844
+1974,Peru,FruitVeg,14.832839,0.14270201409184
+1974,Peru,OilcropsPulses,14.832839,0.0203679821509557
 1974,Peru,Starchy Roots,14.832839,0.114442488049658
+1974,Peru,Sugar,14.832839,0.0365013737424103
 1975,Peru,Ruminants,15.229951,0.272542058736762
 1975,Peru,Cereals,15.229951,0.114948301540826
 1975,Peru,Monogastrics,15.229951,0.0570163095074961
-1975,Peru,Oilcrops,15.229951,0.0124820493513078
-1975,Peru,Pulses,15.229951,0.00578209345519234
+1975,Peru,FruitVeg,15.229951,0.133342057371032
+1975,Peru,OilcropsPulses,15.229951,0.0182641428065002
 1975,Peru,Starchy Roots,15.229951,0.10164990025247
+1975,Peru,Sugar,15.229951,0.0373491024363768
 1976,Peru,Ruminants,15.639898,0.270297504497791
 1976,Peru,Cereals,15.639898,0.103448436812056
 1976,Peru,Monogastrics,15.639898,0.0582842420072049
-1976,Peru,Oilcrops,15.639898,0.0117547441805567
-1976,Peru,Pulses,15.639898,0.00573296577765405
+1976,Peru,FruitVeg,15.639898,0.130000847831616
+1976,Peru,OilcropsPulses,15.639898,0.0174877099582107
 1976,Peru,Starchy Roots,15.639898,0.100914980391816
+1976,Peru,Sugar,15.639898,0.039817906740824
 1977,Peru,Ruminants,16.061327,0.264155763717406
 1977,Peru,Cereals,16.061327,0.104662149024175
 1977,Peru,Monogastrics,16.061327,0.0570752777774838
-1977,Peru,Oilcrops,16.061327,0.010141254206455
-1977,Peru,Pulses,16.061327,0.00548105396272674
+1977,Peru,FruitVeg,16.061327,0.128040914676602
+1977,Peru,OilcropsPulses,16.061327,0.0156223081691818
 1977,Peru,Starchy Roots,16.061327,0.0971176291971392
+1977,Peru,Sugar,16.061327,0.035757692997596
 1978,Peru,Ruminants,16.491087,0.249170094124177
 1978,Peru,Cereals,16.491087,0.0886866341800271
 1978,Peru,Monogastrics,16.491087,0.0504283616962302
-1978,Peru,Oilcrops,16.491087,0.0117671442761778
-1978,Peru,Pulses,16.491087,0.00540322175245331
+1978,Peru,FruitVeg,16.491087,0.120090264516827
+1978,Peru,OilcropsPulses,16.491087,0.0171703660286311
 1978,Peru,Starchy Roots,16.491087,0.0990362854795442
+1978,Peru,Sugar,16.491087,0.0349691321136078
 1979,Peru,Ruminants,16.924758,0.239265477237547
 1979,Peru,Cereals,16.924758,0.115813945463799
 1979,Peru,Monogastrics,16.924758,0.048683467143223
-1979,Peru,Oilcrops,16.924758,0.014029388189775
-1979,Peru,Pulses,16.924758,0.0052928378650968
+1979,Peru,FruitVeg,16.924758,0.115105870346861
+1979,Peru,OilcropsPulses,16.924758,0.0193222260548718
 1979,Peru,Starchy Roots,16.924758,0.102577773933311
+1979,Peru,Sugar,16.924758,0.0341914490003343
 1980,Peru,Ruminants,17.359118,0.223382213312911
 1980,Peru,Cereals,17.359118,0.122009079032702
 1980,Peru,Monogastrics,17.359118,0.0380261888881682
-1980,Peru,Oilcrops,17.359118,0.0145157144504692
-1980,Peru,Pulses,17.359118,0.00634853683234367
+1980,Peru,FruitVeg,17.359118,0.0795231647137833
+1980,Peru,OilcropsPulses,17.359118,0.0208642512828129
 1980,Peru,Starchy Roots,17.359118,0.0882699800761767
+1980,Peru,Sugar,17.359118,0.0291234266625758
 1981,Peru,Ruminants,17.792551,0.230245393142332
 1981,Peru,Cereals,17.792551,0.120217443805557
 1981,Peru,Monogastrics,17.792551,0.0428631847113997
-1981,Peru,Oilcrops,17.792551,0.0163095218892445
-1981,Peru,Pulses,17.792551,0.00713113032526927
+1981,Peru,FruitVeg,17.792551,0.0802546526352517
+1981,Peru,OilcropsPulses,17.792551,0.0234406522145138
 1981,Peru,Starchy Roots,17.792551,0.1016058911395
+1981,Peru,Sugar,17.792551,0.0377059478430046
 1982,Peru,Ruminants,18.225727,0.248314374510273
 1982,Peru,Cereals,18.225727,0.130684059955468
 1982,Peru,Monogastrics,18.225727,0.0440839095197684
-1982,Peru,Oilcrops,18.225727,0.0129871911282332
-1982,Peru,Pulses,18.225727,0.00677926318110658
+1982,Peru,FruitVeg,18.225727,0.082806957439887
+1982,Peru,OilcropsPulses,18.225727,0.0197664543093398
 1982,Peru,Starchy Roots,18.225727,0.0966859648451883
+1982,Peru,Sugar,18.225727,0.0257660503748355
 1983,Peru,Ruminants,18.660443,0.250120342802151
 1983,Peru,Cereals,18.660443,0.12950196305629
 1983,Peru,Monogastrics,18.660443,0.0432601198160194
-1983,Peru,Oilcrops,18.660443,0.0107444394540901
-1983,Peru,Pulses,18.660443,0.00608029509267277
+1983,Peru,FruitVeg,18.660443,0.0719041343230705
+1983,Peru,OilcropsPulses,18.660443,0.0168247345467629
 1983,Peru,Starchy Roots,18.660443,0.0772827311763177
+1983,Peru,Sugar,18.660443,0.0343920023763637
 1984,Peru,Ruminants,19.099575,0.24281184790761
 1984,Peru,Cereals,19.099575,0.113849967865777
 1984,Peru,Monogastrics,19.099575,0.0387287989392434
-1984,Peru,Oilcrops,19.099575,0.00989870193446713
-1984,Peru,Pulses,19.099575,0.00660653443859353
+1984,Peru,FruitVeg,19.099575,0.0778335120022304
+1984,Peru,OilcropsPulses,19.099575,0.0165052363730607
 1984,Peru,Starchy Roots,19.099575,0.0818226060003953
+1984,Peru,Sugar,19.099575,0.0278665886544596
 1985,Peru,Ruminants,19.54495,0.249624747057424
 1985,Peru,Cereals,19.54495,0.114196812987498
 1985,Peru,Monogastrics,19.54495,0.041074021678234
-1985,Peru,Oilcrops,19.54495,0.0108551313766472
-1985,Peru,Pulses,19.54495,0.00673580643593358
+1985,Peru,FruitVeg,19.54495,0.0778330975520531
+1985,Peru,OilcropsPulses,19.54495,0.0175909378125807
 1985,Peru,Starchy Roots,19.54495,0.0798709129468226
+1985,Peru,Sugar,19.54495,0.0336911580740805
 1986,Peru,Ruminants,19.99625,0.282641010189411
 1986,Peru,Cereals,19.99625,0.127950240670126
 1986,Peru,Monogastrics,19.99625,0.0471150040632619
-1986,Peru,Oilcrops,19.99625,0.0137358754766519
-1986,Peru,Pulses,19.99625,0.00676766893792586
+1986,Peru,FruitVeg,19.99625,0.0810523473151216
+1986,Peru,OilcropsPulses,19.99625,0.0205035444145777
 1986,Peru,Starchy Roots,19.99625,0.0865449771832219
+1986,Peru,Sugar,19.99625,0.0356354316434331
 1987,Peru,Ruminants,20.451712,0.279911657273484
 1987,Peru,Cereals,20.451712,0.126824786110816
 1987,Peru,Monogastrics,20.451712,0.051365181555461
-1987,Peru,Oilcrops,20.451712,0.0121929156835379
-1987,Peru,Pulses,20.451712,0.00626495229348037
+1987,Peru,FruitVeg,20.451712,0.0849008630671114
+1987,Peru,OilcropsPulses,20.451712,0.0184578679770183
 1987,Peru,Starchy Roots,20.451712,0.0871607227795893
+1987,Peru,Sugar,20.451712,0.0366352215403776
 1988,Peru,Ruminants,20.909897,0.244985903086945
 1988,Peru,Cereals,20.909897,0.120878500740582
 1988,Peru,Monogastrics,20.909897,0.0551752980897037
-1988,Peru,Oilcrops,20.909897,0.013617905434924
-1988,Peru,Pulses,20.909897,0.00596420919720456
+1988,Peru,FruitVeg,20.909897,0.0870053066258528
+1988,Peru,OilcropsPulses,20.909897,0.0195821146321285
 1988,Peru,Starchy Roots,20.909897,0.0967329489953968
+1988,Peru,Sugar,20.909897,0.0376492050630379
 1989,Peru,Ruminants,21.368856,0.216463038545442
 1989,Peru,Cereals,21.368856,0.132784646964723
 1989,Peru,Monogastrics,21.368856,0.0439850125809262
-1989,Peru,Oilcrops,21.368856,0.0107220058949342
-1989,Peru,Pulses,21.368856,0.0050987755264016
+1989,Peru,FruitVeg,21.368856,0.0862311019363882
+1989,Peru,OilcropsPulses,21.368856,0.0158207814213358
 1989,Peru,Starchy Roots,21.368856,0.0815692707180955
+1989,Peru,Sugar,21.368856,0.0316759118972022
 1990,Peru,Ruminants,21.826658,0.215415200073232
 1990,Peru,Cereals,21.826658,0.135768929902141
 1990,Peru,Monogastrics,21.826658,0.0456852716526735
-1990,Peru,Oilcrops,21.826658,0.0102448574582513
-1990,Peru,Pulses,21.826658,0.00429768038698366
+1990,Peru,FruitVeg,21.826658,0.0764337811129858
+1990,Peru,OilcropsPulses,21.826658,0.0145425378452349
 1990,Peru,Starchy Roots,21.826658,0.0619190532971195
+1990,Peru,Sugar,21.826658,0.0272677108882175
 1991,Peru,Ruminants,22.28313,0.214990600512585
 1991,Peru,Cereals,22.28313,0.140610452840333
 1991,Peru,Monogastrics,22.28313,0.0510268934391174
-1991,Peru,Oilcrops,22.28313,0.00928819245770231
-1991,Peru,Pulses,22.28313,0.00548284733787399
+1991,Peru,FruitVeg,22.28313,0.079340065780705
+1991,Peru,OilcropsPulses,22.28313,0.0147710397955763
 1991,Peru,Starchy Roots,22.28313,0.071341144623758
+1991,Peru,Sugar,22.28313,0.0283404081922064
 1992,Peru,Ruminants,22.737056,0.207120103851616
 1992,Peru,Cereals,22.737056,0.158703439882454
 1992,Peru,Monogastrics,22.737056,0.0522474457555103
-1992,Peru,Oilcrops,22.737056,0.00661176187453644
-1992,Peru,Pulses,22.737056,0.00451228162520249
+1992,Peru,FruitVeg,22.737056,0.0736966562425672
+1992,Peru,OilcropsPulses,22.737056,0.0111240434997389
 1992,Peru,Starchy Roots,22.737056,0.0506620118277406
+1992,Peru,Sugar,22.737056,0.0260880300422359
 1993,Peru,Ruminants,23.184222,0.199528597509116
 1993,Peru,Cereals,23.184222,0.157359776834435
 1993,Peru,Monogastrics,23.184222,0.0505412991645784
-1993,Peru,Oilcrops,23.184222,0.00642518864769325
-1993,Peru,Pulses,23.184222,0.00535873060566794
+1993,Peru,FruitVeg,23.184222,0.0786668191841848
+1993,Peru,OilcropsPulses,23.184222,0.0117839192533612
 1993,Peru,Starchy Roots,23.184222,0.0739421404781234
+1993,Peru,Sugar,23.184222,0.0225216097395893
 1994,Peru,Ruminants,23.619358,0.200386005411324
 1994,Peru,Cereals,23.619358,0.157488234862269
 1994,Peru,Monogastrics,23.619358,0.0550310554588317
-1994,Peru,Oilcrops,23.619358,0.00961118418205948
-1994,Peru,Pulses,23.619358,0.00614263097244218
+1994,Peru,FruitVeg,23.619358,0.0899342395335216
+1994,Peru,OilcropsPulses,23.619358,0.0157538151545017
 1994,Peru,Starchy Roots,23.619358,0.0766332429526662
+1994,Peru,Sugar,23.619358,0.0196494756546727
 1995,Peru,Ruminants,24.038761,0.201337286060625
 1995,Peru,Cereals,24.038761,0.145918127810331
 1995,Peru,Monogastrics,24.038761,0.0587159712599164
-1995,Peru,Oilcrops,24.038761,0.0108511416208181
-1995,Peru,Pulses,24.038761,0.00558040408155811
+1995,Peru,FruitVeg,24.038761,0.103039836370934
+1995,Peru,OilcropsPulses,24.038761,0.0164315457023763
 1995,Peru,Starchy Roots,24.038761,0.100394234128789
+1995,Peru,Sugar,24.038761,0.015998037502848
 1996,Peru,Ruminants,24.441076,0.204905802837813
 1996,Peru,Cereals,24.441076,0.153916136916394
 1996,Peru,Monogastrics,24.441076,0.0601812416114577
-1996,Peru,Oilcrops,24.441076,0.0104360380860483
-1996,Peru,Pulses,24.441076,0.00691908981421276
+1996,Peru,FruitVeg,24.441076,0.114147184027414
+1996,Peru,OilcropsPulses,24.441076,0.017355127900261
 1996,Peru,Starchy Roots,24.441076,0.094878637912668
+1996,Peru,Sugar,24.441076,0.0166070839107084
 1997,Peru,Ruminants,24.827409,0.201586001181195
 1997,Peru,Cereals,24.827409,0.158000015225109
 1997,Peru,Monogastrics,24.827409,0.0624538629866693
-1997,Peru,Oilcrops,24.827409,0.00977576838565796
-1997,Peru,Pulses,24.827409,0.0066162763903394
+1997,Peru,FruitVeg,24.827409,0.121850532208174
+1997,Peru,OilcropsPulses,24.827409,0.0163920447759974
 1997,Peru,Starchy Roots,24.827409,0.0992439444647647
+1997,Peru,Sugar,24.827409,0.0164189505235927
 1998,Peru,Ruminants,25.199744,0.19406513018545
 1998,Peru,Cereals,25.199744,0.145805251037471
 1998,Peru,Monogastrics,25.199744,0.0489310843792699
-1998,Peru,Oilcrops,25.199744,0.00949942189888913
-1998,Peru,Pulses,25.199744,0.00832250518100501
+1998,Peru,FruitVeg,25.199744,0.120215467268239
+1998,Peru,OilcropsPulses,25.199744,0.0178219270798941
 1998,Peru,Starchy Roots,25.199744,0.107449702663646
+1998,Peru,Sugar,25.199744,0.0199715917749006
 1999,Peru,Ruminants,25.561297,0.196333421578725
 1999,Peru,Cereals,25.561297,0.141218929540234
 1999,Peru,Monogastrics,25.561297,0.0546202722029324
-1999,Peru,Oilcrops,25.561297,0.0090627639121755
-1999,Peru,Pulses,25.561297,0.00647995287563068
+1999,Peru,FruitVeg,25.561297,0.129130575807636
+1999,Peru,OilcropsPulses,25.561297,0.0155427167878062
 1999,Peru,Starchy Roots,25.561297,0.121704192083837
+1999,Peru,Sugar,25.561297,0.0192174129505244
 2000,Peru,Ruminants,25.914875,0.190764362166516
 2000,Peru,Cereals,25.914875,0.148739787477269
 2000,Peru,Monogastrics,25.914875,0.0552755319097623
-2000,Peru,Oilcrops,25.914875,0.0101960360603707
-2000,Peru,Pulses,25.914875,0.00741296263246495
+2000,Peru,FruitVeg,25.914875,0.136361606992123
+2000,Peru,OilcropsPulses,25.914875,0.0176089986928357
 2000,Peru,Starchy Roots,25.914875,0.122139967875593
+2000,Peru,Sugar,25.914875,0.018613827000902
 2001,Peru,Ruminants,26.261363,0.185059153251109
 2001,Peru,Cereals,26.261363,0.15034543332728
 2001,Peru,Monogastrics,26.261363,0.0540364831787291
-2001,Peru,Oilcrops,26.261363,0.010252438154105
-2001,Peru,Pulses,26.261363,0.00715610229370045
+2001,Peru,FruitVeg,26.261363,0.137463657160521
+2001,Peru,OilcropsPulses,26.261363,0.0174085404478054
 2001,Peru,Starchy Roots,26.261363,0.102045046176773
+2001,Peru,Sugar,26.261363,0.0203658126960128
 2002,Peru,Ruminants,26.601463,0.191919914329524
 2002,Peru,Cereals,26.601463,0.144358150527285
 2002,Peru,Monogastrics,26.601463,0.056671672531695
-2002,Peru,Oilcrops,26.601463,0.00979919788622152
-2002,Peru,Pulses,26.601463,0.00670527030787743
+2002,Peru,FruitVeg,26.601463,0.135620736348223
+2002,Peru,OilcropsPulses,26.601463,0.0165044681940989
 2002,Peru,Starchy Roots,26.601463,0.11858050814724
+2002,Peru,Sugar,26.601463,0.0217162868072331
 2003,Peru,Ruminants,26.937737,0.169365054681468
 2003,Peru,Cereals,26.937737,0.143411267249361
 2003,Peru,Monogastrics,26.937737,0.0573135894822939
-2003,Peru,Oilcrops,26.937737,0.00929469316594783
-2003,Peru,Pulses,26.937737,0.00626073378027263
+2003,Peru,FruitVeg,26.937737,0.138925552654998
+2003,Peru,OilcropsPulses,26.937737,0.0155554269462205
 2003,Peru,Starchy Roots,26.937737,0.113638944503764
+2003,Peru,Sugar,26.937737,0.0224063365085196
 2004,Peru,Ruminants,27.273188,0.177024801794348
 2004,Peru,Cereals,27.273188,0.148143847356605
 2004,Peru,Monogastrics,27.273188,0.0571348828013799
-2004,Peru,Oilcrops,27.273188,0.00924175054269417
-2004,Peru,Pulses,27.273188,0.00628514715624737
+2004,Peru,FruitVeg,27.273188,0.140245724115567
+2004,Peru,OilcropsPulses,27.273188,0.0155268976989415
 2004,Peru,Starchy Roots,27.273188,0.10659179264265
+2004,Peru,Sugar,27.273188,0.0219436392987868
 2005,Peru,Ruminants,27.610406,0.174033011321891
 2005,Peru,Cereals,27.610406,0.156386508767745
 2005,Peru,Monogastrics,27.610406,0.0614141965170668
-2005,Peru,Oilcrops,27.610406,0.00989525470940195
-2005,Peru,Pulses,27.610406,0.00724987528252935
+2005,Peru,FruitVeg,27.610406,0.136877559859134
+2005,Peru,OilcropsPulses,27.610406,0.0171451299919313
 2005,Peru,Starchy Roots,27.610406,0.116461489193603
+2005,Peru,Sugar,27.610406,0.0238516956251929
 2006,Peru,Ruminants,27.949958,0.181521321069606
 2006,Peru,Cereals,27.949958,0.157930577212316
 2006,Peru,Monogastrics,27.949958,0.0681274547890197
-2006,Peru,Oilcrops,27.949958,0.0110616981964696
-2006,Peru,Pulses,27.949958,0.00715342756507899
+2006,Peru,FruitVeg,27.949958,0.147108306924826
+2006,Peru,OilcropsPulses,27.949958,0.0182151257615486
 2006,Peru,Starchy Roots,27.949958,0.117616992483495
+2006,Peru,Sugar,27.949958,0.0233615020101282
 2007,Peru,Ruminants,28.292768,0.178340740644394
 2007,Peru,Cereals,28.292768,0.151326444977034
 2007,Peru,Monogastrics,28.292768,0.0723750641860139
-2007,Peru,Oilcrops,28.292768,0.0112877608864569
-2007,Peru,Pulses,28.292768,0.00713811388125757
+2007,Peru,FruitVeg,28.292768,0.151069100061189
+2007,Peru,OilcropsPulses,28.292768,0.0184258747677145
 2007,Peru,Starchy Roots,28.292768,0.117203201892441
+2007,Peru,Sugar,28.292768,0.0236483754435056
 2008,Peru,Ruminants,28.642048,0.180727649084311
 2008,Peru,Cereals,28.642048,0.156659851977065
 2008,Peru,Monogastrics,28.642048,0.0727862651441685
-2008,Peru,Oilcrops,28.642048,0.0122790451297337
-2008,Peru,Pulses,28.642048,0.00702156493837312
+2008,Peru,FruitVeg,28.642048,0.168751305772548
+2008,Peru,OilcropsPulses,28.642048,0.0193006100681069
 2008,Peru,Starchy Roots,28.642048,0.119536738434347
+2008,Peru,Sugar,28.642048,0.0254214014305122
 2009,Peru,Ruminants,29.001563,0.181989143136872
 2009,Peru,Cereals,29.001563,0.156996021214443
 2009,Peru,Monogastrics,29.001563,0.0726045730707686
-2009,Peru,Oilcrops,29.001563,0.0106787692787454
-2009,Peru,Pulses,29.001563,0.00803249811053287
+2009,Peru,FruitVeg,29.001563,0.168438232104939
+2009,Peru,OilcropsPulses,29.001563,0.0187112673892783
 2009,Peru,Starchy Roots,29.001563,0.124588181678346
+2009,Peru,Sugar,29.001563,0.0300280367647771
 2010,Peru,Ruminants,29.373644,0.185823995824284
 2010,Peru,Cereals,29.373644,0.158420759780434
 2010,Peru,Monogastrics,29.373644,0.0745836063104734
-2010,Peru,Oilcrops,29.373644,0.0104278515801444
-2010,Peru,Pulses,29.373644,0.00786020964916712
+2010,Peru,FruitVeg,29.373644,0.178526981534875
+2010,Peru,OilcropsPulses,29.373644,0.0182880612293116
 2010,Peru,Starchy Roots,29.373644,0.123836865456666
+2010,Peru,Sugar,29.373644,0.0298969375403338
 2011,Peru,Ruminants,29.759891,0.184464324818932
 2011,Peru,Cereals,29.759891,0.153059431568483
 2011,Peru,Monogastrics,29.759891,0.0768225293567103
-2011,Peru,Oilcrops,29.759891,0.011809821480865
-2011,Peru,Pulses,29.759891,0.00761763542749535
+2011,Peru,FruitVeg,29.759891,0.177856565402071
+2011,Peru,OilcropsPulses,29.759891,0.0194274569083603
 2011,Peru,Starchy Roots,29.759891,0.127195291138667
+2011,Peru,Sugar,29.759891,0.0302546807043077
 2012,Peru,Ruminants,30.158768,0.197202468615429
 2012,Peru,Cereals,30.158768,0.160974513282505
 2012,Peru,Monogastrics,30.158768,0.0786255758192775
-2012,Peru,Oilcrops,30.158768,0.0137708543001491
-2012,Peru,Pulses,30.158768,0.00870857854670986
+2012,Peru,FruitVeg,30.158768,0.181515538035241
+2012,Peru,OilcropsPulses,30.158768,0.022479432846859
 2012,Peru,Starchy Roots,30.158768,0.128469969330312
+2012,Peru,Sugar,30.158768,0.0322038685399881
 2013,Peru,Ruminants,30.565461,0.20142109422135
 2013,Peru,Cereals,30.565461,0.161562032386817
 2013,Peru,Monogastrics,30.565461,0.0829472750304666
-2013,Peru,Oilcrops,30.565461,0.0131762776291841
-2013,Peru,Pulses,30.565461,0.00852439294143151
+2013,Peru,FruitVeg,30.565461,0.189264673613135
+2013,Peru,OilcropsPulses,30.565461,0.0217006705706156
 2013,Peru,Starchy Roots,30.565461,0.128520227455428
+2013,Peru,Sugar,30.565461,0.0298870021950593
 1961,Philippines,Ruminants,27.164618,0.0839987884239712
 1961,Philippines,Cereals,27.164618,0.161093743339222
 1961,Philippines,Monogastrics,27.164618,0.0619657379315991
-1961,Philippines,Oilcrops,27.164618,0.0234371784650165
-1961,Philippines,Pulses,27.164618,0.00134756174373591
+1961,Philippines,FruitVeg,27.164618,0.164686762758821
+1961,Philippines,OilcropsPulses,27.164618,0.0247847402087524
 1961,Philippines,Starchy Roots,27.164618,0.0453022383749332
+1961,Philippines,Sugar,27.164618,0.0141392748464197
 1962,Philippines,Ruminants,28.081234,0.0977372183857732
 1962,Philippines,Cereals,28.081234,0.153647058387819
 1962,Philippines,Monogastrics,28.081234,0.0664614631963823
-1962,Philippines,Oilcrops,28.081234,0.0831260834192685
-1962,Philippines,Pulses,28.081234,0.00105671994329024
+1962,Philippines,FruitVeg,28.081234,0.160129002877865
+1962,Philippines,OilcropsPulses,28.081234,0.0841828033625588
 1962,Philippines,Starchy Roots,28.081234,0.04145800715168
+1962,Philippines,Sugar,28.081234,0.0136492577213665
 1963,Philippines,Ruminants,29.01677,0.0953459051438185
 1963,Philippines,Cereals,29.01677,0.15765107556768
 1963,Philippines,Monogastrics,29.01677,0.0678778340938705
-1963,Philippines,Oilcrops,29.01677,0.0906283848960446
-1963,Philippines,Pulses,29.01677,0.000985430149530771
+1963,Philippines,FruitVeg,29.01677,0.159149002456166
+1963,Philippines,OilcropsPulses,29.01677,0.0916138150455754
 1963,Philippines,Starchy Roots,29.01677,0.0437628654050744
+1963,Philippines,Sugar,29.01677,0.0163620554596532
 1964,Philippines,Ruminants,29.962877,0.0907635805466878
 1964,Philippines,Cereals,29.962877,0.160995087354262
 1964,Philippines,Monogastrics,29.962877,0.0694033887333316
-1964,Philippines,Oilcrops,29.962877,0.0958200375751634
-1964,Philippines,Pulses,29.962877,0.000826656265351288
+1964,Philippines,FruitVeg,29.962877,0.154011478937754
+1964,Philippines,OilcropsPulses,29.962877,0.0966466938405147
 1964,Philippines,Starchy Roots,29.962877,0.0464594237729575
+1964,Philippines,Sugar,29.962877,0.0163505660688057
 1965,Philippines,Ruminants,30.913931,0.0987074468141887
 1965,Philippines,Cereals,30.913931,0.167292021192646
 1965,Philippines,Monogastrics,30.913931,0.0751530337568522
-1965,Philippines,Oilcrops,30.913931,0.0822549548939602
-1965,Philippines,Pulses,30.913931,0.000807079500824402
+1965,Philippines,FruitVeg,30.913931,0.155109455345553
+1965,Philippines,OilcropsPulses,30.913931,0.0830620343947847
 1965,Philippines,Starchy Roots,30.913931,0.0414013992591237
+1965,Philippines,Sugar,30.913931,0.0172044765190166
 1966,Philippines,Ruminants,31.867565,0.107763718376349
 1966,Philippines,Cereals,31.867565,0.159452942200008
 1966,Philippines,Monogastrics,31.867565,0.0793358513585836
-1966,Philippines,Oilcrops,31.867565,0.103642402549426
-1966,Philippines,Pulses,31.867565,0.000741318014099916
+1966,Philippines,FruitVeg,31.867565,0.153393740626245
+1966,Philippines,OilcropsPulses,31.867565,0.104383720563526
 1966,Philippines,Starchy Roots,31.867565,0.039156396166447
+1966,Philippines,Sugar,31.867565,0.0175916798161391
 1967,Philippines,Ruminants,32.826602,0.0979582870014996
 1967,Philippines,Cereals,32.826602,0.161776354433517
 1967,Philippines,Monogastrics,32.826602,0.0809378625299079
-1967,Philippines,Oilcrops,32.826602,0.0752225892890163
-1967,Philippines,Pulses,32.826602,0.000744609509080471
+1967,Philippines,FruitVeg,32.826602,0.150883177003821
+1967,Philippines,OilcropsPulses,32.826602,0.0759671987980967
 1967,Philippines,Starchy Roots,32.826602,0.0347060898962372
+1967,Philippines,Sugar,32.826602,0.0198812840878261
 1968,Philippines,Ruminants,33.797041,0.0962248529390487
 1968,Philippines,Cereals,33.797041,0.156668508346633
 1968,Philippines,Monogastrics,33.797041,0.0876894459488332
-1968,Philippines,Oilcrops,33.797041,0.0809315525581071
-1968,Philippines,Pulses,33.797041,0.000713346473142427
+1968,Philippines,FruitVeg,33.797041,0.147138443273777
+1968,Philippines,OilcropsPulses,33.797041,0.0816448990312495
 1968,Philippines,Starchy Roots,33.797041,0.032419021535051
+1968,Philippines,Sugar,33.797041,0.02055318984878
 1969,Philippines,Ruminants,34.787588,0.0966921276634643
 1969,Philippines,Cereals,34.787588,0.158032198150674
 1969,Philippines,Monogastrics,34.787588,0.0897188934168129
-1969,Philippines,Oilcrops,34.787588,0.0732804757834892
-1969,Philippines,Pulses,34.787588,0.00066750819286465
+1969,Philippines,FruitVeg,34.787588,0.145615298191987
+1969,Philippines,OilcropsPulses,34.787588,0.0739479839763539
 1969,Philippines,Starchy Roots,34.787588,0.0308733965689142
+1969,Philippines,Sugar,34.787588,0.0199081925426966
 1970,Philippines,Ruminants,35.804731,0.087614508261492
 1970,Philippines,Cereals,35.804731,0.156578079025367
 1970,Philippines,Monogastrics,35.804731,0.0819837607493825
-1970,Philippines,Oilcrops,35.804731,0.09654763221095
-1970,Philippines,Pulses,35.804731,0.000642484927480673
+1970,Philippines,FruitVeg,35.804731,0.148192846358768
+1970,Philippines,OilcropsPulses,35.804731,0.0971901171384307
 1970,Philippines,Starchy Roots,35.804731,0.029887865935929
+1970,Philippines,Sugar,35.804731,0.0183150098237018
 1971,Philippines,Ruminants,36.851055,0.0862818472903964
 1971,Philippines,Cereals,36.851055,0.165185474337166
 1971,Philippines,Monogastrics,36.851055,0.082194251969177
-1971,Philippines,Oilcrops,36.851055,0.114201343760715
-1971,Philippines,Pulses,36.851055,0.000603103493237846
+1971,Philippines,FruitVeg,36.851055,0.146442727352039
+1971,Philippines,OilcropsPulses,36.851055,0.114804447253952
 1971,Philippines,Starchy Roots,36.851055,0.0198971779776726
+1971,Philippines,Sugar,36.851055,0.0193868533750255
 1972,Philippines,Ruminants,37.9254,0.0937681975668022
 1972,Philippines,Cereals,37.9254,0.174416749724459
 1972,Philippines,Monogastrics,37.9254,0.0718741239380468
-1972,Philippines,Oilcrops,37.9254,0.120305257162746
-1972,Philippines,Pulses,37.9254,0.000675193933353373
+1972,Philippines,FruitVeg,37.9254,0.138575703881831
+1972,Philippines,OilcropsPulses,37.9254,0.120980451096099
 1972,Philippines,Starchy Roots,37.9254,0.0230175818844363
+1972,Philippines,Sugar,37.9254,0.0202332210075569
 1973,Philippines,Ruminants,39.026082,0.110688477516139
 1973,Philippines,Cereals,39.026082,0.168097043408047
 1973,Philippines,Monogastrics,39.026082,0.0777679629740951
-1973,Philippines,Oilcrops,39.026082,0.109773074325012
-1973,Philippines,Pulses,39.026082,0.000605723116145761
+1973,Philippines,FruitVeg,39.026082,0.131639425141371
+1973,Philippines,OilcropsPulses,39.026082,0.110378797441157
 1973,Philippines,Starchy Roots,39.026082,0.027189124442469
+1973,Philippines,Sugar,39.026082,0.0212000272023207
 1974,Philippines,Ruminants,40.149959,0.166613427924048
 1974,Philippines,Cereals,40.149959,0.174106005936395
 1974,Philippines,Monogastrics,40.149959,0.0788754255016798
-1974,Philippines,Oilcrops,40.149959,0.109717098341246
-1974,Philippines,Pulses,40.149959,0.000497011715503869
+1974,Philippines,FruitVeg,40.149959,0.135897025449017
+1974,Philippines,OilcropsPulses,40.149959,0.11021411005675
 1974,Philippines,Starchy Roots,40.149959,0.032365661942519
+1974,Philippines,Sugar,40.149959,0.0243790037245119
 1975,Philippines,Ruminants,41.295129,0.106275529494048
 1975,Philippines,Cereals,41.295129,0.179317468653506
 1975,Philippines,Monogastrics,41.295129,0.0710999764645365
-1975,Philippines,Oilcrops,41.295129,0.134576622826387
-1975,Philippines,Pulses,41.295129,0.000680225505531173
+1975,Philippines,FruitVeg,41.295129,0.14249140618982
+1975,Philippines,OilcropsPulses,41.295129,0.135256848331918
 1975,Philippines,Starchy Roots,41.295129,0.0450548780220544
+1975,Philippines,Sugar,41.295129,0.022144040281361
 1976,Philippines,Ruminants,42.461189,0.0955120733901257
 1976,Philippines,Cereals,42.461189,0.181285620616983
 1976,Philippines,Monogastrics,42.461189,0.070030231607504
-1976,Philippines,Oilcrops,42.461189,0.176633960956675
-1976,Philippines,Pulses,42.461189,0.000744515185384941
+1976,Philippines,FruitVeg,42.461189,0.147653331139644
+1976,Philippines,OilcropsPulses,42.461189,0.17737847614206
 1976,Philippines,Starchy Roots,42.461189,0.0532305630913915
+1976,Philippines,Sugar,42.461189,0.0212453306477122
 1977,Philippines,Ruminants,43.650333,0.101789933652969
 1977,Philippines,Cereals,43.650333,0.176712122677277
 1977,Philippines,Monogastrics,43.650333,0.0670019378775415
-1977,Philippines,Oilcrops,43.650333,0.15786621834019
-1977,Philippines,Pulses,43.650333,0.000724942923115844
+1977,Philippines,FruitVeg,43.650333,0.157235455683694
+1977,Philippines,OilcropsPulses,43.650333,0.158591161263306
 1977,Philippines,Starchy Roots,43.650333,0.0590752194261611
+1977,Philippines,Sugar,43.650333,0.0235224551436984
 1978,Philippines,Ruminants,44.866279,0.108163774847475
 1978,Philippines,Cereals,44.866279,0.170235423356593
 1978,Philippines,Monogastrics,44.866279,0.0687101731792824
-1978,Philippines,Oilcrops,44.866279,0.18681330805258
-1978,Philippines,Pulses,44.866279,0.000748646884668105
+1978,Philippines,FruitVeg,44.866279,0.171088424783343
+1978,Philippines,OilcropsPulses,44.866279,0.187561954937248
 1978,Philippines,Starchy Roots,44.866279,0.0680117020624777
+1978,Philippines,Sugar,44.866279,0.0257159725681731
 1979,Philippines,Ruminants,46.113992,0.106076515778552
 1979,Philippines,Cereals,46.113992,0.17223048050145
 1979,Philippines,Monogastrics,46.113992,0.0787956657493457
-1979,Philippines,Oilcrops,46.113992,0.147620704796063
-1979,Philippines,Pulses,46.113992,0.000729539962621323
+1979,Philippines,FruitVeg,46.113992,0.176455293655774
+1979,Philippines,OilcropsPulses,46.113992,0.148350244758684
 1979,Philippines,Starchy Roots,46.113992,0.0659295556108003
+1979,Philippines,Sugar,46.113992,0.026029496643882
 1980,Philippines,Ruminants,47.396966,0.101606090145095
 1980,Philippines,Cereals,47.396966,0.185991609673919
 1980,Philippines,Monogastrics,47.396966,0.0833587301769485
-1980,Philippines,Oilcrops,47.396966,0.157216476683339
-1980,Philippines,Pulses,47.396966,0.000807372353749394
+1980,Philippines,FruitVeg,47.396966,0.185931690226754
+1980,Philippines,OilcropsPulses,47.396966,0.158023849037088
 1980,Philippines,Starchy Roots,47.396966,0.05982195147259
+1980,Philippines,Sugar,47.396966,0.0261484458730966
 1981,Philippines,Ruminants,48.715592,0.0837548191962852
 1981,Philippines,Cereals,48.715592,0.186699424693433
 1981,Philippines,Monogastrics,48.715592,0.0885377847815131
-1981,Philippines,Oilcrops,48.715592,0.17541983273035
-1981,Philippines,Pulses,48.715592,0.00122379709559929
+1981,Philippines,FruitVeg,48.715592,0.181461491836125
+1981,Philippines,OilcropsPulses,48.715592,0.17664362982595
 1981,Philippines,Starchy Roots,48.715592,0.0509986207290676
+1981,Philippines,Sugar,48.715592,0.0238617237782926
 1982,Philippines,Ruminants,50.068493,0.0774935686600354
 1982,Philippines,Cereals,50.068493,0.191092809603836
 1982,Philippines,Monogastrics,50.068493,0.0812154861541369
-1982,Philippines,Oilcrops,50.068493,0.154742544378158
-1982,Philippines,Pulses,50.068493,0.00121495568081108
+1982,Philippines,FruitVeg,50.068493,0.184278684001933
+1982,Philippines,OilcropsPulses,50.068493,0.155957500058969
 1982,Philippines,Starchy Roots,50.068493,0.0447318036913953
+1982,Philippines,Sugar,50.068493,0.0219306380960977
 1983,Philippines,Ruminants,51.455037,0.0712447024379751
 1983,Philippines,Cereals,51.455037,0.168730944649792
 1983,Philippines,Monogastrics,51.455037,0.0862146343418235
-1983,Philippines,Oilcrops,51.455037,0.169106107143602
-1983,Philippines,Pulses,51.455037,0.00108096317178822
+1983,Philippines,FruitVeg,51.455037,0.178165025904072
+1983,Philippines,OilcropsPulses,51.455037,0.17018707031539
 1983,Philippines,Starchy Roots,51.455037,0.0341200804111753
+1983,Philippines,Sugar,51.455037,0.0240251503463111
 1984,Philippines,Ruminants,52.873979,0.0678870754175698
 1984,Philippines,Cereals,52.873979,0.1838959954196
 1984,Philippines,Monogastrics,52.873979,0.0915776094702462
-1984,Philippines,Oilcrops,52.873979,0.102474962211563
-1984,Philippines,Pulses,52.873979,0.00103362752404165
+1984,Philippines,FruitVeg,52.873979,0.175584894036441
+1984,Philippines,OilcropsPulses,52.873979,0.103508589735605
 1984,Philippines,Starchy Roots,52.873979,0.0388544807645364
+1984,Philippines,Sugar,52.873979,0.0247544638166914
 1985,Philippines,Ruminants,54.323651,0.0708943660653442
 1985,Philippines,Cereals,54.323651,0.183292172317358
 1985,Philippines,Monogastrics,54.323651,0.0679916138184453
-1985,Philippines,Oilcrops,54.323651,0.113843581684154
-1985,Philippines,Pulses,54.323651,0.00105760564583555
+1985,Philippines,FruitVeg,54.323651,0.172358978596634
+1985,Philippines,OilcropsPulses,54.323651,0.11490118732999
 1985,Philippines,Starchy Roots,54.323651,0.0406074142549808
+1985,Philippines,Sugar,54.323651,0.0252048044414393
 1986,Philippines,Ruminants,55.803915,0.0750136419640092
 1986,Philippines,Cereals,55.803915,0.18633212383038
 1986,Philippines,Monogastrics,55.803915,0.0740139791267333
-1986,Philippines,Oilcrops,55.803915,0.194377079099199
-1986,Philippines,Pulses,55.803915,0.00126191863061937
+1986,Philippines,FruitVeg,55.803915,0.179094441671342
+1986,Philippines,OilcropsPulses,55.803915,0.195638997729819
 1986,Philippines,Starchy Roots,55.803915,0.0392174814258104
+1986,Philippines,Sugar,55.803915,0.0217341740270373
 1987,Philippines,Ruminants,57.312794,0.0839066840817427
 1987,Philippines,Cereals,57.312794,0.177979963775627
 1987,Philippines,Monogastrics,57.312794,0.0776783766640307
-1987,Philippines,Oilcrops,57.312794,0.160901316379725
-1987,Philippines,Pulses,57.312794,0.00117757302147929
+1987,Philippines,FruitVeg,57.312794,0.178015051927149
+1987,Philippines,OilcropsPulses,57.312794,0.162078889401204
 1987,Philippines,Starchy Roots,57.312794,0.0421290925024524
+1987,Philippines,Sugar,57.312794,0.0264115024648772
 1988,Philippines,Ruminants,58.844392,0.0848241171393189
 1988,Philippines,Cereals,58.844392,0.182232760600194
 1988,Philippines,Monogastrics,58.844392,0.0840116573895436
-1988,Philippines,Oilcrops,58.844392,0.125510617902212
-1988,Philippines,Pulses,58.844392,0.00121277487241265
+1988,Philippines,FruitVeg,58.844392,0.173395605820857
+1988,Philippines,OilcropsPulses,58.844392,0.126723392774625
 1988,Philippines,Starchy Roots,58.844392,0.0410438602203588
+1988,Philippines,Sugar,58.844392,0.0222391965575921
 1989,Philippines,Ruminants,60.391168,0.0953323224349627
 1989,Philippines,Cereals,60.391168,0.186097096184661
 1989,Philippines,Monogastrics,60.391168,0.0922731035769999
-1989,Philippines,Oilcrops,60.391168,0.114916936198353
-1989,Philippines,Pulses,60.391168,0.00167069131698198
+1989,Philippines,FruitVeg,60.391168,0.167494044824568
+1989,Philippines,OilcropsPulses,60.391168,0.116587627515335
 1989,Philippines,Starchy Roots,60.391168,0.039069040691513
+1989,Philippines,Sugar,60.391168,0.0262278086755997
 1990,Philippines,Ruminants,61.94734,0.0959526769026725
 1990,Philippines,Cereals,61.94734,0.183039643025835
 1990,Philippines,Monogastrics,61.94734,0.0934348448214241
-1990,Philippines,Oilcrops,61.94734,0.1602892715006
-1990,Philippines,Pulses,61.94734,0.00166052327670567
+1990,Philippines,FruitVeg,61.94734,0.182121088653686
+1990,Philippines,OilcropsPulses,61.94734,0.161949794777306
 1990,Philippines,Starchy Roots,61.94734,0.0389300977249386
+1990,Philippines,Sugar,61.94734,0.0272821561022636
 1991,Philippines,Ruminants,63.50994,0.0930017915305856
 1991,Philippines,Cereals,63.50994,0.177343656756722
 1991,Philippines,Monogastrics,63.50994,0.107081319868984
-1991,Philippines,Oilcrops,63.50994,0.123804509971195
-1991,Philippines,Pulses,63.50994,0.00134542718824801
+1991,Philippines,FruitVeg,63.50994,0.172596651799703
+1991,Philippines,OilcropsPulses,63.50994,0.125149937159443
 1991,Philippines,Starchy Roots,63.50994,0.0364198265657313
+1991,Philippines,Sugar,63.50994,0.0259891443764551
 1992,Philippines,Ruminants,65.078901,0.0936100227015204
 1992,Philippines,Cereals,65.078901,0.181110387835222
 1992,Philippines,Monogastrics,65.078901,0.105946641600478
-1992,Philippines,Oilcrops,65.078901,0.124687354508337
-1992,Philippines,Pulses,65.078901,0.00140873614322405
+1992,Philippines,FruitVeg,65.078901,0.179122155120597
+1992,Philippines,OilcropsPulses,65.078901,0.126096090651562
 1992,Philippines,Starchy Roots,65.078901,0.0357723619211087
+1992,Philippines,Sugar,65.078901,0.0269119019081161
 1993,Philippines,Ruminants,66.654954,0.0977868486714431
 1993,Philippines,Cereals,66.654954,0.176778848275854
 1993,Philippines,Monogastrics,66.654954,0.110447047941853
-1993,Philippines,Oilcrops,66.654954,0.136750810749941
-1993,Philippines,Pulses,66.654954,0.00129273212010618
+1993,Philippines,FruitVeg,66.654954,0.170343047570028
+1993,Philippines,OilcropsPulses,66.654954,0.138043542870047
 1993,Philippines,Starchy Roots,66.654954,0.0311156917158776
+1993,Philippines,Sugar,66.654954,0.0278271439509207
 1994,Philippines,Ruminants,68.240134,0.108553696568064
 1994,Philippines,Cereals,68.240134,0.186967188546259
 1994,Philippines,Monogastrics,68.240134,0.112257713327468
-1994,Philippines,Oilcrops,68.240134,0.120472990278712
-1994,Philippines,Pulses,68.240134,0.00148626613189241
+1994,Philippines,FruitVeg,68.240134,0.170850807532119
+1994,Philippines,OilcropsPulses,68.240134,0.121959256410604
 1994,Philippines,Starchy Roots,68.240134,0.0315945159193269
+1994,Philippines,Sugar,68.240134,0.0287452395682576
 1995,Philippines,Ruminants,69.835713,0.115751780181581
 1995,Philippines,Cereals,69.835713,0.183439954282417
 1995,Philippines,Monogastrics,69.835713,0.116126881957946
-1995,Philippines,Oilcrops,69.835713,0.165986964291465
-1995,Philippines,Pulses,69.835713,0.00161245579321285
+1995,Philippines,FruitVeg,69.835713,0.164344079940875
+1995,Philippines,OilcropsPulses,69.835713,0.167599420084678
 1995,Philippines,Starchy Roots,69.835713,0.0365443251076996
+1995,Philippines,Sugar,69.835713,0.027873618187302
 1996,Philippines,Ruminants,71.437381,0.124368643917671
 1996,Philippines,Cereals,71.437381,0.186498172434401
 1996,Philippines,Monogastrics,71.437381,0.122660686566883
-1996,Philippines,Oilcrops,71.437381,0.111905544241607
-1996,Philippines,Pulses,71.437381,0.00160348823538198
+1996,Philippines,FruitVeg,71.437381,0.184835121545119
+1996,Philippines,OilcropsPulses,71.437381,0.113509032476988
 1996,Philippines,Starchy Roots,71.437381,0.0368617236961697
+1996,Philippines,Sugar,71.437381,0.0312060152373167
 1997,Philippines,Ruminants,73.042605,0.139127536593198
 1997,Philippines,Cereals,73.042605,0.188064185279263
 1997,Philippines,Monogastrics,73.042605,0.127231053711734
-1997,Philippines,Oilcrops,73.042605,0.13437208325196
-1997,Philippines,Pulses,73.042605,0.00156028115371844
+1997,Philippines,FruitVeg,73.042605,0.164981711701
+1997,Philippines,OilcropsPulses,73.042605,0.135932364405678
 1997,Philippines,Starchy Roots,73.042605,0.0395245487205721
+1997,Philippines,Sugar,73.042605,0.0283196498810523
 1998,Philippines,Ruminants,74.656228,0.135178272065929
 1998,Philippines,Cereals,74.656228,0.186767566129915
 1998,Philippines,Monogastrics,74.656228,0.127717437050262
-1998,Philippines,Oilcrops,74.656228,0.13839665191764
-1998,Philippines,Pulses,74.656228,0.00141883675130225
+1998,Philippines,FruitVeg,74.656228,0.156697496155311
+1998,Philippines,OilcropsPulses,74.656228,0.139815488668943
 1998,Philippines,Starchy Roots,74.656228,0.0319483057729624
+1998,Philippines,Sugar,74.656228,0.0273578113268728
 1999,Philippines,Ruminants,76.285225,0.157843805271597
 1999,Philippines,Cereals,76.285225,0.188285123364321
 1999,Philippines,Monogastrics,76.285225,0.132108399758931
-1999,Philippines,Oilcrops,76.285225,0.0704922873334909
-1999,Philippines,Pulses,76.285225,0.00169904460529546
+1999,Philippines,FruitVeg,76.285225,0.161371812169395
+1999,Philippines,OilcropsPulses,76.285225,0.0721913319387863
 1999,Philippines,Starchy Roots,76.285225,0.0324535583397703
+1999,Philippines,Sugar,76.285225,0.0275936395284932
 2000,Philippines,Ruminants,77.932247,0.17268944138105
 2000,Philippines,Cereals,77.932247,0.192841122622834
 2000,Philippines,Monogastrics,77.932247,0.133401328720831
-2000,Philippines,Oilcrops,77.932247,0.120004803659774
-2000,Philippines,Pulses,77.932247,0.00160506086780739
+2000,Philippines,FruitVeg,77.932247,0.152805205270162
+2000,Philippines,OilcropsPulses,77.932247,0.121609864527581
 2000,Philippines,Starchy Roots,77.932247,0.0306749271582019
+2000,Philippines,Sugar,77.932247,0.0285838158881778
 2001,Philippines,Ruminants,79.604541,0.162995144962899
 2001,Philippines,Cereals,79.604541,0.196906040824983
 2001,Philippines,Monogastrics,79.604541,0.137347535236715
-2001,Philippines,Oilcrops,79.604541,0.149210595913115
-2001,Philippines,Pulses,79.604541,0.00193591971091197
+2001,Philippines,FruitVeg,79.604541,0.148420264115335
+2001,Philippines,OilcropsPulses,79.604541,0.151146515624027
 2001,Philippines,Starchy Roots,79.604541,0.0289922907789896
+2001,Philippines,Sugar,79.604541,0.026553372124839
 2002,Philippines,Ruminants,81.294378,0.164575371989438
 2002,Philippines,Cereals,81.294378,0.198116024702225
 2002,Philippines,Monogastrics,81.294378,0.142178620273102
-2002,Philippines,Oilcrops,81.294378,0.110209515349266
-2002,Philippines,Pulses,81.294378,0.00145150258730069
+2002,Philippines,FruitVeg,81.294378,0.159233483525761
+2002,Philippines,OilcropsPulses,81.294378,0.111661017936566
 2002,Philippines,Starchy Roots,81.294378,0.0277519928868882
+2002,Philippines,Sugar,81.294378,0.0270803105228261
 2003,Philippines,Ruminants,82.971734,0.163359661737333
 2003,Philippines,Cereals,82.971734,0.197837097149253
 2003,Philippines,Monogastrics,82.971734,0.144916518196426
-2003,Philippines,Oilcrops,82.971734,0.128286700625059
-2003,Philippines,Pulses,82.971734,0.00150380128249459
+2003,Philippines,FruitVeg,82.971734,0.158252315180011
+2003,Philippines,OilcropsPulses,82.971734,0.129790501907553
 2003,Philippines,Starchy Roots,82.971734,0.0275975671425645
+2003,Philippines,Sugar,82.971734,0.0277164268978638
 2004,Philippines,Ruminants,84.596249,0.171642034624963
 2004,Philippines,Cereals,84.596249,0.210355804309952
 2004,Philippines,Monogastrics,84.596249,0.1408911132691
-2004,Philippines,Oilcrops,84.596249,0.125360889228079
-2004,Philippines,Pulses,84.596249,0.00155755132831008
+2004,Philippines,FruitVeg,84.596249,0.153958788409165
+2004,Philippines,OilcropsPulses,84.596249,0.126918440556389
 2004,Philippines,Starchy Roots,84.596249,0.0277392795512718
+2004,Philippines,Sugar,84.596249,0.0275875352345705
 2005,Philippines,Ruminants,86.141373,0.154824179549588
 2005,Philippines,Cereals,86.141373,0.217010274493767
 2005,Philippines,Monogastrics,86.141373,0.141367530791505
-2005,Philippines,Oilcrops,86.141373,0.120407101010568
-2005,Philippines,Pulses,86.141373,0.00147042002685516
+2005,Philippines,FruitVeg,86.141373,0.157143083846597
+2005,Philippines,OilcropsPulses,86.141373,0.121877521037423
 2005,Philippines,Starchy Roots,86.141373,0.027479722200388
+2005,Philippines,Sugar,86.141373,0.025501659928267
 2006,Philippines,Ruminants,87.592899,0.158200502074946
 2006,Philippines,Cereals,87.592899,0.221822524677486
 2006,Philippines,Monogastrics,87.592899,0.150680471256009
-2006,Philippines,Oilcrops,87.592899,0.125466540387024
-2006,Philippines,Pulses,87.592899,0.00176744920841129
+2006,Philippines,FruitVeg,87.592899,0.149121677089372
+2006,Philippines,OilcropsPulses,87.592899,0.127233989595435
 2006,Philippines,Starchy Roots,87.592899,0.0280129214583936
+2006,Philippines,Sugar,87.592899,0.0245552096637423
 2007,Philippines,Ruminants,88.965508,0.170940843725638
 2007,Philippines,Cereals,88.965508,0.223357899558107
 2007,Philippines,Monogastrics,88.965508,0.156187835177651
-2007,Philippines,Oilcrops,88.965508,0.119900984547854
-2007,Philippines,Pulses,88.965508,0.00179487538024287
+2007,Philippines,FruitVeg,88.965508,0.166632533588186
+2007,Philippines,OilcropsPulses,88.965508,0.121695859928097
 2007,Philippines,Starchy Roots,88.965508,0.0294322379410232
+2007,Philippines,Sugar,88.965508,0.0248511029690293
 2008,Philippines,Ruminants,90.297115,0.169375513270828
 2008,Philippines,Cereals,90.297115,0.224510949214712
 2008,Philippines,Monogastrics,90.297115,0.157656858693658
-2008,Philippines,Oilcrops,90.297115,0.115842837282232
-2008,Philippines,Pulses,90.297115,0.00192306254745791
+2008,Philippines,FruitVeg,90.297115,0.173550373121002
+2008,Philippines,OilcropsPulses,90.297115,0.11776589982969
 2008,Philippines,Starchy Roots,90.297115,0.0301721599853993
+2008,Philippines,Sugar,90.297115,0.0257854417607916
 2009,Philippines,Ruminants,91.641881,0.161178504181947
 2009,Philippines,Cereals,91.641881,0.227207492609192
 2009,Philippines,Monogastrics,91.641881,0.159050648469339
-2009,Philippines,Oilcrops,91.641881,0.116242441597199
-2009,Philippines,Pulses,91.641881,0.00184680844776637
+2009,Philippines,FruitVeg,91.641881,0.176679579503611
+2009,Philippines,OilcropsPulses,91.641881,0.118089250044966
 2009,Philippines,Starchy Roots,91.641881,0.0308052275792986
+2009,Philippines,Sugar,91.641881,0.0229517877312012
 2010,Philippines,Ruminants,93.038902,0.168301961474137
 2010,Philippines,Cereals,93.038902,0.223063767455037
 2010,Philippines,Monogastrics,93.038902,0.162829380768058
-2010,Philippines,Oilcrops,93.038902,0.151117894749016
-2010,Philippines,Pulses,93.038902,0.00156593636498419
+2010,Philippines,FruitVeg,93.038902,0.182600198785665
+2010,Philippines,OilcropsPulses,93.038902,0.152683831114
 2010,Philippines,Starchy Roots,93.038902,0.0315850030130407
+2010,Philippines,Sugar,93.038902,0.0232127631944754
 2011,Philippines,Ruminants,94.501233,0.163334064646543
 2011,Philippines,Cereals,94.501233,0.220486604656259
 2011,Philippines,Monogastrics,94.501233,0.163257757705659
-2011,Philippines,Oilcrops,94.501233,0.0994812734348133
-2011,Philippines,Pulses,94.501233,0.00153256201429668
+2011,Philippines,FruitVeg,94.501233,0.18068808689512
+2011,Philippines,OilcropsPulses,94.501233,0.10101383544911
 2011,Philippines,Starchy Roots,94.501233,0.0312801527150445
+2011,Philippines,Sugar,94.501233,0.0241082251276023
 2012,Philippines,Ruminants,96.017322,0.159811782711457
 2012,Philippines,Cereals,96.017322,0.223855462246698
 2012,Philippines,Monogastrics,96.017322,0.1650408871016
-2012,Philippines,Oilcrops,96.017322,0.102217837318979
-2012,Philippines,Pulses,96.017322,0.00150537420737479
+2012,Philippines,FruitVeg,96.017322,0.175944471769375
+2012,Philippines,OilcropsPulses,96.017322,0.103723211526354
 2012,Philippines,Starchy Roots,96.017322,0.0307647197242181
+2012,Philippines,Sugar,96.017322,0.0250318374844906
 2013,Philippines,Ruminants,97.571676,0.154921931442481
 2013,Philippines,Cereals,97.571676,0.226754586033758
 2013,Philippines,Monogastrics,97.571676,0.167721968822182
-2013,Philippines,Oilcrops,97.571676,0.0937028385163744
-2013,Philippines,Pulses,97.571676,0.00148336080647011
+2013,Philippines,FruitVeg,97.571676,0.170846209508587
+2013,Philippines,OilcropsPulses,97.571676,0.0951861993228445
 2013,Philippines,Starchy Roots,97.571676,0.031785730522862
+2013,Philippines,Sugar,97.571676,0.0237607479449261
 1961,Poland,Ruminants,29.964,0.60184069216393
 1961,Poland,Cereals,29.964,0.11721232145241
 1961,Poland,Monogastrics,29.964,0.244203130423174
-1961,Poland,Oilcrops,29.964,0.00637358163129088
-1961,Poland,Pulses,29.964,0.00109801762114537
+1961,Poland,FruitVeg,29.964,0.115554265118142
+1961,Poland,OilcropsPulses,29.964,0.00747159925243626
 1961,Poland,Starchy Roots,29.964,0.250774262448271
+1961,Poland,Sugar,29.964,0.0326020224269123
 1962,Poland,Ruminants,30.3085,0.626815428015243
 1962,Poland,Cereals,30.3085,0.114431958031575
 1962,Poland,Monogastrics,30.3085,0.238165570714486
-1962,Poland,Oilcrops,30.3085,0.00667855552072851
-1962,Poland,Pulses,30.3085,0.00135311876206345
+1962,Poland,FruitVeg,30.3085,0.106234191728393
+1962,Poland,OilcropsPulses,30.3085,0.00803167428279196
 1962,Poland,Starchy Roots,30.3085,0.251513601794876
+1962,Poland,Sugar,30.3085,0.0321781678407048
 1963,Poland,Ruminants,30.712,0.675775436311539
 1963,Poland,Cereals,30.712,0.11473450117218
 1963,Poland,Monogastrics,30.712,0.22199335764522
-1963,Poland,Oilcrops,30.712,0.00721975123730138
-1963,Poland,Pulses,30.712,0.00166775201875488
+1963,Poland,FruitVeg,30.712,0.124790375097682
+1963,Poland,OilcropsPulses,30.712,0.00888750325605626
 1963,Poland,Starchy Roots,30.712,0.247750716332378
+1963,Poland,Sugar,30.712,0.0343898476165668
 1964,Poland,Ruminants,31.13945,0.703254970784648
 1964,Poland,Cereals,31.13945,0.126882266706702
 1964,Poland,Monogastrics,31.13945,0.225983076130118
-1964,Poland,Oilcrops,31.13945,0.00745549455754678
-1964,Poland,Pulses,31.13945,0.00189630838052695
+1964,Poland,FruitVeg,31.13945,0.129197111702358
+1964,Poland,OilcropsPulses,31.13945,0.00935180293807373
 1964,Poland,Starchy Roots,31.13945,0.24824009415709
+1964,Poland,Sugar,31.13945,0.0334761853533059
 1965,Poland,Ruminants,31.44495,0.673914625400899
 1965,Poland,Cereals,31.44495,0.134991183003948
 1965,Poland,Monogastrics,31.44495,0.2502872543922
-1965,Poland,Oilcrops,31.44495,0.00926511252204249
-1965,Poland,Pulses,31.44495,0.0030581063095982
+1965,Poland,FruitVeg,31.44495,0.126600137700966
+1965,Poland,OilcropsPulses,31.44495,0.0123232188316407
 1965,Poland,Starchy Roots,31.44495,0.245462943970335
+1965,Poland,Sugar,31.44495,0.0347571231628608
 1966,Poland,Ruminants,31.681,0.679410548909441
 1966,Poland,Cereals,31.681,0.125579779678672
 1966,Poland,Monogastrics,31.681,0.257914453457908
-1966,Poland,Oilcrops,31.681,0.00898611154950917
-1966,Poland,Pulses,31.681,0.00300464000505035
+1966,Poland,FruitVeg,31.681,0.144681607272498
+1966,Poland,OilcropsPulses,31.681,0.0119907515545595
 1966,Poland,Starchy Roots,31.681,0.240769862062435
+1966,Poland,Sugar,31.681,0.0363316814494492
 1967,Poland,Ruminants,31.987155,0.730911789435478
 1967,Poland,Cereals,31.987155,0.126862798520218
 1967,Poland,Monogastrics,31.987155,0.255522105670229
-1967,Poland,Oilcrops,31.987155,0.00786856474106559
-1967,Poland,Pulses,31.987155,0.00239158499716527
+1967,Poland,FruitVeg,31.987155,0.130737197478175
+1967,Poland,OilcropsPulses,31.987155,0.0102601497382309
 1967,Poland,Starchy Roots,31.987155,0.236705014872376
+1967,Poland,Sugar,31.987155,0.0376766861573028
 1968,Poland,Ruminants,32.294655,0.758375762181079
 1968,Poland,Cereals,32.294655,0.125794562598671
 1968,Poland,Monogastrics,32.294655,0.257385121469791
-1968,Poland,Oilcrops,32.294655,0.00767222935188501
-1968,Poland,Pulses,32.294655,0.00140766328050261
+1968,Poland,FruitVeg,32.294655,0.130867507332096
+1968,Poland,OilcropsPulses,32.294655,0.00907989263238762
 1968,Poland,Starchy Roots,32.294655,0.232601958435537
+1968,Poland,Sugar,32.294655,0.0396561907845122
 1969,Poland,Ruminants,32.5483,0.765156275442957
 1969,Poland,Cereals,32.5483,0.128042939262573
 1969,Poland,Monogastrics,32.5483,0.256392051197758
-1969,Poland,Oilcrops,32.5483,0.00740140038035781
-1969,Poland,Pulses,32.5483,0.00165913427122154
+1969,Poland,FruitVeg,32.5483,0.12753434127128
+1969,Poland,OilcropsPulses,32.5483,0.00906053465157934
 1969,Poland,Starchy Roots,32.5483,0.231326981747127
+1969,Poland,Sugar,32.5483,0.0408526405372938
 1970,Poland,Ruminants,32.6643,0.785623068610073
 1970,Poland,Cereals,32.6643,0.128983324302067
 1970,Poland,Monogastrics,32.6643,0.255162559736471
-1970,Poland,Oilcrops,32.6643,0.00813637518636554
-1970,Poland,Pulses,32.6643,0.00168149937393423
+1970,Poland,FruitVeg,32.6643,0.147323959184798
+1970,Poland,OilcropsPulses,32.6643,0.00981787456029978
 1970,Poland,Starchy Roots,32.6643,0.224273901476536
+1970,Poland,Sugar,32.6643,0.0415501633281595
 1971,Poland,Ruminants,32.7835,0.788675839980478
 1971,Poland,Cereals,32.7835,0.132110268885262
 1971,Poland,Monogastrics,32.7835,0.281660051550323
-1971,Poland,Oilcrops,32.7835,0.00714761999176415
-1971,Poland,Pulses,32.7835,0.00192984275626458
+1971,Poland,FruitVeg,32.7835,0.12951066847652
+1971,Poland,OilcropsPulses,32.7835,0.00907746274802873
 1971,Poland,Starchy Roots,32.7835,0.212848323089359
+1971,Poland,Sugar,32.7835,0.0421885399667516
 1972,Poland,Ruminants,33.05565,0.753277817861697
 1972,Poland,Cereals,33.05565,0.138527543702816
 1972,Poland,Monogastrics,33.05565,0.322020383807307
-1972,Poland,Oilcrops,33.05565,0.00629789461105742
-1972,Poland,Pulses,33.05565,0.00193007851910339
+1972,Poland,FruitVeg,33.05565,0.130771108721202
+1972,Poland,OilcropsPulses,33.05565,0.00822797313016081
 1972,Poland,Starchy Roots,33.05565,0.210412440838404
+1972,Poland,Sugar,33.05565,0.0435464436488165
 1973,Poland,Ruminants,33.3572,0.765849825524924
 1973,Poland,Cereals,33.3572,0.138390782199945
 1973,Poland,Monogastrics,33.3572,0.338321915508496
-1973,Poland,Oilcrops,33.3572,0.00832758744738767
-1973,Poland,Pulses,33.3572,0.001764026956699
+1973,Poland,FruitVeg,33.3572,0.141819097526171
+1973,Poland,OilcropsPulses,33.3572,0.0100916144040867
 1973,Poland,Starchy Roots,33.3572,0.2213339548883
+1973,Poland,Sugar,33.3572,0.0443112431499047
 1974,Poland,Ruminants,33.678899,0.809652091061528
 1974,Poland,Cereals,33.678899,0.140366821373822
 1974,Poland,Monogastrics,33.678899,0.349195512596775
-1974,Poland,Oilcrops,33.678899,0.00815979762283797
-1974,Poland,Pulses,33.678899,0.00137168973368161
+1974,Poland,FruitVeg,33.678899,0.13003008204039
+1974,Poland,OilcropsPulses,33.678899,0.00953148735651958
 1974,Poland,Starchy Roots,33.678899,0.214948386525343
+1974,Poland,Sugar,33.678899,0.0468908143345185
 1975,Poland,Ruminants,34.015199,0.880512487961631
 1975,Poland,Cereals,34.015199,0.138624324967201
 1975,Poland,Monogastrics,34.015199,0.364198892383372
-1975,Poland,Oilcrops,34.015199,0.00830399375291028
-1975,Poland,Pulses,34.015199,0.0015095310775633
+1975,Poland,FruitVeg,34.015199,0.150354228414186
+1975,Poland,OilcropsPulses,34.015199,0.00981352483047358
 1975,Poland,Starchy Roots,34.015199,0.207759625336897
+1975,Poland,Sugar,34.015199,0.0460068747503138
 1976,Poland,Ruminants,34.3563,1.01756518309597
 1976,Poland,Cereals,34.3563,0.142482223056616
 1976,Poland,Monogastrics,34.3563,0.315699216737542
-1976,Poland,Oilcrops,34.3563,0.00843487220684416
-1976,Poland,Pulses,34.3563,0.00145574465236361
+1976,Poland,FruitVeg,34.3563,0.142808393220457
+1976,Poland,OilcropsPulses,34.3563,0.00989061685920777
 1976,Poland,Starchy Roots,34.3563,0.216550530761462
+1976,Poland,Sugar,34.3563,0.0467634174809278
 1977,Poland,Ruminants,34.68905,1.01272737650642
 1977,Poland,Cereals,34.68905,0.144703876295257
 1977,Poland,Monogastrics,34.68905,0.31362125223954
-1977,Poland,Oilcrops,34.68905,0.00780188560943583
-1977,Poland,Pulses,34.68905,0.00143644752450701
+1977,Poland,FruitVeg,34.68905,0.152987412454362
+1977,Poland,OilcropsPulses,34.68905,0.00923833313394284
 1977,Poland,Starchy Roots,34.68905,0.199776298284329
+1977,Poland,Sugar,34.68905,0.0442247913967088
 1978,Poland,Ruminants,34.9656,0.949175509643764
 1978,Poland,Cereals,34.9656,0.144768286544489
 1978,Poland,Monogastrics,34.9656,0.340136439815133
-1978,Poland,Oilcrops,34.9656,0.0086410357608621
-1978,Poland,Pulses,34.9656,0.00247883634200471
+1978,Poland,FruitVeg,34.9656,0.161118813919967
+1978,Poland,OilcropsPulses,34.9656,0.0111198721028668
 1978,Poland,Starchy Roots,34.9656,0.192728710504038
+1978,Poland,Sugar,34.9656,0.0455509414967854
 1979,Poland,Ruminants,35.247217,0.93745928082776
 1979,Poland,Cereals,35.247217,0.14582856286214
 1979,Poland,Monogastrics,35.247217,0.35691961722822
-1979,Poland,Oilcrops,35.247217,0.00912043637374264
-1979,Poland,Pulses,35.247217,0.00263938568540035
+1979,Poland,FruitVeg,35.247217,0.171127297794887
+1979,Poland,OilcropsPulses,35.247217,0.011759822059143
 1979,Poland,Starchy Roots,35.247217,0.217453480086102
+1979,Poland,Sugar,35.247217,0.0467639189783409
 1980,Poland,Ruminants,35.57415,0.970651208813141
 1980,Poland,Cereals,35.57415,0.148869980027632
 1980,Poland,Monogastrics,35.57415,0.349684267930506
-1980,Poland,Oilcrops,35.57415,0.00817708926284957
-1980,Poland,Pulses,35.57415,0.00223842312465653
+1980,Poland,FruitVeg,35.57415,0.153343649813137
+1980,Poland,OilcropsPulses,35.57415,0.0104155123875061
 1980,Poland,Starchy Roots,35.57415,0.194658986932927
+1980,Poland,Sugar,35.57415,0.0450617091343012
 1981,Poland,Ruminants,35.898587,0.869200230638604
 1981,Poland,Cereals,35.898587,0.147363683144409
 1981,Poland,Monogastrics,35.898587,0.310300873402065
-1981,Poland,Oilcrops,35.898587,0.00768400717276142
-1981,Poland,Pulses,35.898587,0.00199715381555268
+1981,Poland,FruitVeg,35.898587,0.160821371604403
+1981,Poland,OilcropsPulses,35.898587,0.00968116098831411
 1981,Poland,Starchy Roots,35.898587,0.198588958389922
+1981,Poland,Sugar,35.898587,0.0363640775053347
 1982,Poland,Ruminants,36.230481,0.811566826838429
 1982,Poland,Cereals,36.230481,0.149043011601198
 1982,Poland,Monogastrics,36.230481,0.287389402862192
-1982,Poland,Oilcrops,36.230481,0.00670129110347721
-1982,Poland,Pulses,36.230481,0.00172600523851726
+1982,Poland,FruitVeg,36.230481,0.156401290946151
+1982,Poland,OilcropsPulses,36.230481,0.00842729634199446
 1982,Poland,Starchy Roots,36.230481,0.190950404439842
+1982,Poland,Sugar,36.230481,0.0453785308563803
 1983,Poland,Ruminants,36.571808,0.880980199283557
 1983,Poland,Cereals,36.571808,0.128728664440106
 1983,Poland,Monogastrics,36.571808,0.284250163404555
-1983,Poland,Oilcrops,36.571808,0.00679539824774318
-1983,Poland,Pulses,36.571808,0.00170891195753844
+1983,Poland,FruitVeg,36.571808,0.149920534418205
+1983,Poland,OilcropsPulses,36.571808,0.00850431020528162
 1983,Poland,Starchy Roots,36.571808,0.183141342096076
+1983,Poland,Sugar,36.571808,0.0489929838852922
 1984,Poland,Ruminants,36.904134,0.875609309786269
 1984,Poland,Cereals,36.904134,0.117674215035096
 1984,Poland,Monogastrics,36.904134,0.270103181394258
-1984,Poland,Oilcrops,36.904134,0.00721556018629241
-1984,Poland,Pulses,36.904134,0.00241043455998724
+1984,Poland,FruitVeg,36.904134,0.163151423631835
+1984,Poland,OilcropsPulses,36.904134,0.00962599474627964
 1984,Poland,Starchy Roots,36.904134,0.179351424423074
+1984,Poland,Sugar,36.904134,0.0490051331376588
 1985,Poland,Ruminants,37.201885,0.89304977422515
 1985,Poland,Cereals,37.201885,0.129381454730049
 1985,Poland,Monogastrics,37.201885,0.288068553515501
-1985,Poland,Oilcrops,37.201885,0.0068018058762345
-1985,Poland,Pulses,37.201885,0.00223773607170712
+1985,Poland,FruitVeg,37.201885,0.144821801368398
+1985,Poland,OilcropsPulses,37.201885,0.00903954194794162
 1985,Poland,Starchy Roots,37.201885,0.18722465272929
+1985,Poland,Sugar,37.201885,0.0449743877225576
 1986,Poland,Ruminants,37.456119,0.932879567688259
 1986,Poland,Cereals,37.456119,0.135639279659486
 1986,Poland,Monogastrics,37.456119,0.321885743154543
-1986,Poland,Oilcrops,37.456119,0.00784859744812323
-1986,Poland,Pulses,37.456119,0.00233641397818071
+1986,Poland,FruitVeg,37.456119,0.159499439864552
+1986,Poland,OilcropsPulses,37.456119,0.0101850114263039
 1986,Poland,Starchy Roots,37.456119,0.191535326978217
+1986,Poland,Sugar,37.456119,0.0446665336576915
 1987,Poland,Ruminants,37.668045,0.914782936040349
 1987,Poland,Cereals,37.668045,0.142516687553071
 1987,Poland,Monogastrics,37.668045,0.330135877771198
-1987,Poland,Oilcrops,37.668045,0.00761510187215716
-1987,Poland,Pulses,37.668045,0.00207109235427535
+1987,Poland,FruitVeg,37.668045,0.145010180379683
+1987,Poland,OilcropsPulses,37.668045,0.00968619422643251
 1987,Poland,Starchy Roots,37.668045,0.176008391197366
+1987,Poland,Sugar,37.668045,0.0501825884512987
 1988,Poland,Ruminants,37.824487,0.923774027655683
 1988,Poland,Cereals,37.824487,0.142349848657564
 1988,Poland,Monogastrics,37.824487,0.341102693606922
-1988,Poland,Oilcrops,37.824487,0.00850348611469602
-1988,Poland,Pulses,37.824487,0.00243617315946678
+1988,Poland,FruitVeg,37.824487,0.158998931036395
+1988,Poland,OilcropsPulses,37.824487,0.0109396592741628
 1988,Poland,Starchy Roots,37.824487,0.185519607972476
+1988,Poland,Sugar,37.824487,0.0503455605359565
 1989,Poland,Ruminants,37.961529,0.876611413623513
 1989,Poland,Cereals,37.961529,0.140738351187066
 1989,Poland,Monogastrics,37.961529,0.350803491081721
-1989,Poland,Oilcrops,37.961529,0.00888328286250009
-1989,Poland,Pulses,37.961529,0.00266369671253231
+1989,Poland,FruitVeg,37.961529,0.158035836754626
+1989,Poland,OilcropsPulses,37.961529,0.0115469795750324
 1989,Poland,Starchy Roots,37.961529,0.187058192519063
+1989,Poland,Sugar,37.961529,0.0510762883128338
 1990,Poland,Ruminants,38.110782,0.829843987457408
 1990,Poland,Cereals,38.110782,0.11901970418765
 1990,Poland,Monogastrics,38.110782,0.346597046998406
-1990,Poland,Oilcrops,38.110782,0.00797301928887211
-1990,Poland,Pulses,38.110782,0.00245673258554495
+1990,Poland,FruitVeg,38.110782,0.160601532658133
+1990,Poland,OilcropsPulses,38.110782,0.0104297518744171
 1990,Poland,Starchy Roots,38.110782,0.159615538720775
+1990,Poland,Sugar,38.110782,0.0480114525070622
 1991,Poland,Ruminants,38.246193,0.782388422293429
 1991,Poland,Cereals,38.246193,0.124297390854039
 1991,Poland,Monogastrics,38.246193,0.379824355328647
-1991,Poland,Oilcrops,38.246193,0.00778851374828339
-1991,Poland,Pulses,38.246193,0.00255714339986728
+1991,Poland,FruitVeg,38.246193,0.177644059893752
+1991,Poland,OilcropsPulses,38.246193,0.0103456571481507
 1991,Poland,Starchy Roots,38.246193,0.146576209558949
+1991,Poland,Sugar,38.246193,0.038538084038848
 1992,Poland,Ruminants,38.363667,0.69051256492243
 1992,Poland,Cereals,38.363667,0.125957119792537
 1992,Poland,Monogastrics,38.363667,0.384900210399595
-1992,Poland,Oilcrops,38.363667,0.00985262957266311
-1992,Poland,Pulses,38.363667,0.00243965208018305
+1992,Poland,FruitVeg,38.363667,0.160856703296898
+1992,Poland,OilcropsPulses,38.363667,0.0122922816528462
 1992,Poland,Starchy Roots,38.363667,0.148262912406158
+1992,Poland,Sugar,38.363667,0.0395725465972791
 1993,Poland,Ruminants,38.461408,0.639685096811848
 1993,Poland,Cereals,38.461408,0.131575656304626
 1993,Poland,Monogastrics,38.461408,0.373110911592212
-1993,Poland,Oilcrops,38.461408,0.0110723975575725
-1993,Poland,Pulses,38.461408,0.00176904600060403
+1993,Poland,FruitVeg,38.461408,0.18481023887633
+1993,Poland,OilcropsPulses,38.461408,0.0128414435581765
 1993,Poland,Starchy Roots,38.461408,0.162015051555055
+1993,Poland,Sugar,38.461408,0.0449996526388217
 1994,Poland,Ruminants,38.542652,0.550465728201578
 1994,Poland,Cereals,38.542652,0.128764491867347
 1994,Poland,Monogastrics,38.542652,0.354267184313109
-1994,Poland,Oilcrops,38.542652,0.0121079888327352
-1994,Poland,Pulses,38.542652,0.00153912605702379
+1994,Poland,FruitVeg,38.542652,0.16888552453526
+1994,Poland,OilcropsPulses,38.542652,0.013647114889759
 1994,Poland,Starchy Roots,38.542652,0.149687260752062
+1994,Poland,Sugar,38.542652,0.0427571252751368
 1995,Poland,Ruminants,38.594998,0.532949057284574
 1995,Poland,Cereals,38.594998,0.128322354104021
 1995,Poland,Monogastrics,38.594998,0.362132098050633
-1995,Poland,Oilcrops,38.594998,0.0136125930101098
-1995,Poland,Pulses,38.594998,0.00229081499110325
+1995,Poland,FruitVeg,38.594998,0.182840221937568
+1995,Poland,OilcropsPulses,38.594998,0.015903408001213
 1995,Poland,Starchy Roots,38.594998,0.141313156694554
+1995,Poland,Sugar,38.594998,0.0411327913529106
 1996,Poland,Ruminants,38.62437,0.542520504541563
 1996,Poland,Cereals,38.62437,0.127396511580642
 1996,Poland,Monogastrics,38.62437,0.371260455510342
-1996,Poland,Oilcrops,38.62437,0.0135428487247818
-1996,Poland,Pulses,38.62437,0.00256752407870989
+1996,Poland,FruitVeg,38.62437,0.18888121670334
+1996,Poland,OilcropsPulses,38.62437,0.0161103728034917
 1996,Poland,Starchy Roots,38.62437,0.140591885382208
+1996,Poland,Sugar,38.62437,0.0428335271229019
 1997,Poland,Ruminants,38.64966,0.527126277436852
 1997,Poland,Cereals,38.64966,0.128945067045868
 1997,Poland,Monogastrics,38.64966,0.340721501819162
-1997,Poland,Oilcrops,38.64966,0.0138409238270143
-1997,Poland,Pulses,38.64966,0.0022098512638921
+1997,Poland,FruitVeg,38.64966,0.200451724542984
+1997,Poland,OilcropsPulses,38.64966,0.0160507750909064
 1997,Poland,Starchy Roots,38.64966,0.139513801673805
+1997,Poland,Sugar,38.64966,0.0432301086219128
 1998,Poland,Ruminants,38.663481,0.523164228280428
 1998,Poland,Cereals,38.663481,0.126669556732359
 1998,Poland,Monogastrics,38.663481,0.363395124717301
-1998,Poland,Oilcrops,38.663481,0.0135148979472386
-1998,Poland,Pulses,38.663481,0.00264611455962799
+1998,Poland,FruitVeg,38.663481,0.197995881436542
+1998,Poland,OilcropsPulses,38.663481,0.0161610125068666
 1998,Poland,Starchy Roots,38.663481,0.146758410087286
+1998,Poland,Sugar,38.663481,0.0435279482465637
 1999,Poland,Ruminants,38.660271,0.511592999438623
 1999,Poland,Cereals,38.660271,0.130059202119923
 1999,Poland,Monogastrics,38.660271,0.380348146033431
-1999,Poland,Oilcrops,38.660271,0.0139521525857902
-1999,Poland,Pulses,38.660271,0.00249524893397669
+1999,Poland,FruitVeg,38.660271,0.193780612660475
+1999,Poland,OilcropsPulses,38.660271,0.0164474015197669
 1999,Poland,Starchy Roots,38.660271,0.148204315484493
+1999,Poland,Sugar,38.660271,0.0430280998288915
 2000,Poland,Ruminants,38.258629,0.492190224589595
 2000,Poland,Cereals,38.258629,0.134916151856879
 2000,Poland,Monogastrics,38.258629,0.379165764146959
-2000,Poland,Oilcrops,38.258629,0.0136162485069708
-2000,Poland,Pulses,38.258629,0.00218026631325446
+2000,Poland,FruitVeg,38.258629,0.198256084921391
+2000,Poland,OilcropsPulses,38.258629,0.0157965148202253
 2000,Poland,Starchy Roots,38.258629,0.153540839113707
+2000,Poland,Sugar,38.258629,0.0455555791087025
 2001,Poland,Ruminants,38.248076,0.451231034470858
 2001,Poland,Cereals,38.248076,0.136147501903102
 2001,Poland,Monogastrics,38.248076,0.383762273427819
-2001,Poland,Oilcrops,38.248076,0.0139101898877214
-2001,Poland,Pulses,38.248076,0.00204339690184678
+2001,Poland,FruitVeg,38.248076,0.196514930581083
+2001,Poland,OilcropsPulses,38.248076,0.0159535867895682
 2001,Poland,Starchy Roots,38.248076,0.137624072907615
+2001,Poland,Sugar,38.248076,0.0459875158164819
 2002,Poland,Ruminants,38.230364,0.44701095443402
 2002,Poland,Cereals,38.230364,0.139921293974601
 2002,Poland,Monogastrics,38.230364,0.400837219336965
-2002,Poland,Oilcrops,38.230364,0.0139139402387066
-2002,Poland,Pulses,38.230364,0.00213986976425336
+2002,Poland,FruitVeg,38.230364,0.167247478993399
+2002,Poland,OilcropsPulses,38.230364,0.0160538100029599
 2002,Poland,Starchy Roots,38.230364,0.137520610580637
+2002,Poland,Sugar,38.230364,0.0459399235644212
 2003,Poland,Ruminants,38.20457,0.460460560084827
 2003,Poland,Cereals,38.20457,0.14140038744056
 2003,Poland,Monogastrics,38.20457,0.408103182420323
-2003,Poland,Oilcrops,38.20457,0.0131933169251741
-2003,Poland,Pulses,38.20457,0.0015720108877027
+2003,Poland,FruitVeg,38.20457,0.180517278430303
+2003,Poland,OilcropsPulses,38.20457,0.0147653278128768
 2003,Poland,Starchy Roots,38.20457,0.136393708920163
+2003,Poland,Sugar,38.20457,0.0460332886877146
 2004,Poland,Ruminants,38.182222,0.434172906437975
 2004,Poland,Cereals,38.182222,0.138149424619657
 2004,Poland,Monogastrics,38.182222,0.395927801163589
-2004,Poland,Oilcrops,38.182222,0.0126697969541951
-2004,Poland,Pulses,38.182222,0.00197665290406619
+2004,Poland,FruitVeg,38.182222,0.18624070647329
+2004,Poland,OilcropsPulses,38.182222,0.0146464498582613
 2004,Poland,Starchy Roots,38.182222,0.135538287949821
+2004,Poland,Sugar,38.182222,0.0448694683090995
 2005,Poland,Ruminants,38.165445,0.390379996879376
 2005,Poland,Cereals,38.165445,0.142015794654038
 2005,Poland,Monogastrics,38.165445,0.400816922218515
-2005,Poland,Oilcrops,38.165445,0.0133704454382754
-2005,Poland,Pulses,38.165445,0.00163325751867953
+2005,Poland,FruitVeg,38.165445,0.175056991998914
+2005,Poland,OilcropsPulses,38.165445,0.0150037029569549
 2005,Poland,Starchy Roots,38.165445,0.133705502451236
+2005,Poland,Sugar,38.165445,0.0435842422379721
 2006,Poland,Ruminants,38.141267,0.399857907184887
 2006,Poland,Cereals,38.141267,0.140395283670047
 2006,Poland,Monogastrics,38.141267,0.41648350066609
-2006,Poland,Oilcrops,38.141267,0.0118558463199453
-2006,Poland,Pulses,38.141267,0.00173557422725365
+2006,Poland,FruitVeg,38.141267,0.173634399717241
+2006,Poland,OilcropsPulses,38.141267,0.0135914205471989
 2006,Poland,Starchy Roots,38.141267,0.138984764192548
+2006,Poland,Sugar,38.141267,0.0432599944831408
 2007,Poland,Ruminants,38.12056,0.396678498427096
 2007,Poland,Cereals,38.12056,0.141807596740447
 2007,Poland,Monogastrics,38.12056,0.422535589718514
-2007,Poland,Oilcrops,38.12056,0.0117592186473651
-2007,Poland,Pulses,38.12056,0.00220261717036686
+2007,Poland,FruitVeg,38.12056,0.181539909172373
+2007,Poland,OilcropsPulses,38.12056,0.013961835817732
 2007,Poland,Starchy Roots,38.12056,0.12441517123568
+2007,Poland,Sugar,38.12056,0.0435807343858537
 2008,Poland,Ruminants,38.125759,0.389301965109731
 2008,Poland,Cereals,38.125759,0.141249384700774
 2008,Poland,Monogastrics,38.125759,0.411828564514611
-2008,Poland,Oilcrops,38.125759,0.012196373585638
-2008,Poland,Pulses,38.125759,0.00167424863594191
+2008,Poland,FruitVeg,38.125759,0.175254111006682
+2008,Poland,OilcropsPulses,38.125759,0.0138706222215799
 2008,Poland,Starchy Roots,38.125759,0.124558280924978
+2008,Poland,Sugar,38.125759,0.0420518579053075
 2009,Poland,Ruminants,38.151603,0.390167099925002
 2009,Poland,Cereals,38.151603,0.139975717403014
 2009,Poland,Monogastrics,38.151603,0.40924937544564
-2009,Poland,Oilcrops,38.151603,0.0151411986542217
-2009,Poland,Pulses,38.151603,0.0017594804601002
+2009,Poland,FruitVeg,38.151603,0.188753694045307
+2009,Poland,OilcropsPulses,38.151603,0.0169006791143219
 2009,Poland,Starchy Roots,38.151603,0.119885971763755
+2009,Poland,Sugar,38.151603,0.0435023398623644
 2010,Poland,Ruminants,38.042794,0.354740608694514
 2010,Poland,Cereals,38.042794,0.141912631338277
 2010,Poland,Monogastrics,38.042794,0.419618438119976
-2010,Poland,Oilcrops,38.042794,0.0140416868435058
-2010,Poland,Pulses,38.042794,0.0020977691596469
+2010,Poland,FruitVeg,38.042794,0.176110671576856
+2010,Poland,OilcropsPulses,38.042794,0.0161394560031527
 2010,Poland,Starchy Roots,38.042794,0.116232971742296
+2010,Poland,Sugar,38.042794,0.0436021602409118
 2011,Poland,Ruminants,38.063255,0.352994112037975
 2011,Poland,Cereals,38.063255,0.143099191070233
 2011,Poland,Monogastrics,38.063255,0.423090873337028
-2011,Poland,Oilcrops,38.063255,0.0137980579958283
-2011,Poland,Pulses,38.063255,0.00210612571100396
+2011,Poland,FruitVeg,38.063255,0.196675665284012
+2011,Poland,OilcropsPulses,38.063255,0.0159041837068322
 2011,Poland,Starchy Roots,38.063255,0.119776172584294
+2011,Poland,Sugar,38.063255,0.0451363920400397
 1961,Polynesia,Ruminants,NA,NA
 1961,Polynesia,Cereals,NA,NA
 1961,Polynesia,Monogastrics,NA,NA
-1961,Polynesia,Oilcrops,NA,NA
-1961,Polynesia,Pulses,NA,NA
+1961,Polynesia,FruitVeg,NA,NA
+1961,Polynesia,OilcropsPulses,NA,NA
 1961,Polynesia,Starchy Roots,NA,NA
+1961,Polynesia,Sugar,NA,NA
 1962,Polynesia,Ruminants,NA,NA
 1962,Polynesia,Cereals,NA,NA
 1962,Polynesia,Monogastrics,NA,NA
-1962,Polynesia,Oilcrops,NA,NA
-1962,Polynesia,Pulses,NA,NA
+1962,Polynesia,FruitVeg,NA,NA
+1962,Polynesia,OilcropsPulses,NA,NA
 1962,Polynesia,Starchy Roots,NA,NA
+1962,Polynesia,Sugar,NA,NA
 1963,Polynesia,Ruminants,NA,NA
 1963,Polynesia,Cereals,NA,NA
 1963,Polynesia,Monogastrics,NA,NA
-1963,Polynesia,Oilcrops,NA,NA
-1963,Polynesia,Pulses,NA,NA
+1963,Polynesia,FruitVeg,NA,NA
+1963,Polynesia,OilcropsPulses,NA,NA
 1963,Polynesia,Starchy Roots,NA,NA
+1963,Polynesia,Sugar,NA,NA
 1964,Polynesia,Ruminants,NA,NA
 1964,Polynesia,Cereals,NA,NA
 1964,Polynesia,Monogastrics,NA,NA
-1964,Polynesia,Oilcrops,NA,NA
-1964,Polynesia,Pulses,NA,NA
+1964,Polynesia,FruitVeg,NA,NA
+1964,Polynesia,OilcropsPulses,NA,NA
 1964,Polynesia,Starchy Roots,NA,NA
+1964,Polynesia,Sugar,NA,NA
 1965,Polynesia,Ruminants,NA,NA
 1965,Polynesia,Cereals,NA,NA
 1965,Polynesia,Monogastrics,NA,NA
-1965,Polynesia,Oilcrops,NA,NA
-1965,Polynesia,Pulses,NA,NA
+1965,Polynesia,FruitVeg,NA,NA
+1965,Polynesia,OilcropsPulses,NA,NA
 1965,Polynesia,Starchy Roots,NA,NA
+1965,Polynesia,Sugar,NA,NA
 1966,Polynesia,Ruminants,NA,NA
 1966,Polynesia,Cereals,NA,NA
 1966,Polynesia,Monogastrics,NA,NA
-1966,Polynesia,Oilcrops,NA,NA
-1966,Polynesia,Pulses,NA,NA
+1966,Polynesia,FruitVeg,NA,NA
+1966,Polynesia,OilcropsPulses,NA,NA
 1966,Polynesia,Starchy Roots,NA,NA
+1966,Polynesia,Sugar,NA,NA
 1967,Polynesia,Ruminants,NA,NA
 1967,Polynesia,Cereals,NA,NA
 1967,Polynesia,Monogastrics,NA,NA
-1967,Polynesia,Oilcrops,NA,NA
-1967,Polynesia,Pulses,NA,NA
+1967,Polynesia,FruitVeg,NA,NA
+1967,Polynesia,OilcropsPulses,NA,NA
 1967,Polynesia,Starchy Roots,NA,NA
+1967,Polynesia,Sugar,NA,NA
 1968,Polynesia,Ruminants,NA,NA
 1968,Polynesia,Cereals,NA,NA
 1968,Polynesia,Monogastrics,NA,NA
-1968,Polynesia,Oilcrops,NA,NA
-1968,Polynesia,Pulses,NA,NA
+1968,Polynesia,FruitVeg,NA,NA
+1968,Polynesia,OilcropsPulses,NA,NA
 1968,Polynesia,Starchy Roots,NA,NA
+1968,Polynesia,Sugar,NA,NA
 1969,Polynesia,Ruminants,NA,NA
 1969,Polynesia,Cereals,NA,NA
 1969,Polynesia,Monogastrics,NA,NA
-1969,Polynesia,Oilcrops,NA,NA
-1969,Polynesia,Pulses,NA,NA
+1969,Polynesia,FruitVeg,NA,NA
+1969,Polynesia,OilcropsPulses,NA,NA
 1969,Polynesia,Starchy Roots,NA,NA
+1969,Polynesia,Sugar,NA,NA
 1970,Polynesia,Ruminants,NA,NA
 1970,Polynesia,Cereals,NA,NA
 1970,Polynesia,Monogastrics,NA,NA
-1970,Polynesia,Oilcrops,NA,NA
-1970,Polynesia,Pulses,NA,NA
+1970,Polynesia,FruitVeg,NA,NA
+1970,Polynesia,OilcropsPulses,NA,NA
 1970,Polynesia,Starchy Roots,NA,NA
+1970,Polynesia,Sugar,NA,NA
 1971,Polynesia,Ruminants,NA,NA
 1971,Polynesia,Cereals,NA,NA
 1971,Polynesia,Monogastrics,NA,NA
-1971,Polynesia,Oilcrops,NA,NA
-1971,Polynesia,Pulses,NA,NA
+1971,Polynesia,FruitVeg,NA,NA
+1971,Polynesia,OilcropsPulses,NA,NA
 1971,Polynesia,Starchy Roots,NA,NA
+1971,Polynesia,Sugar,NA,NA
 1972,Polynesia,Ruminants,NA,NA
 1972,Polynesia,Cereals,NA,NA
 1972,Polynesia,Monogastrics,NA,NA
-1972,Polynesia,Oilcrops,NA,NA
-1972,Polynesia,Pulses,NA,NA
+1972,Polynesia,FruitVeg,NA,NA
+1972,Polynesia,OilcropsPulses,NA,NA
 1972,Polynesia,Starchy Roots,NA,NA
+1972,Polynesia,Sugar,NA,NA
 1973,Polynesia,Ruminants,NA,NA
 1973,Polynesia,Cereals,NA,NA
 1973,Polynesia,Monogastrics,NA,NA
-1973,Polynesia,Oilcrops,NA,NA
-1973,Polynesia,Pulses,NA,NA
+1973,Polynesia,FruitVeg,NA,NA
+1973,Polynesia,OilcropsPulses,NA,NA
 1973,Polynesia,Starchy Roots,NA,NA
+1973,Polynesia,Sugar,NA,NA
 1974,Polynesia,Ruminants,NA,NA
 1974,Polynesia,Cereals,NA,NA
 1974,Polynesia,Monogastrics,NA,NA
-1974,Polynesia,Oilcrops,NA,NA
-1974,Polynesia,Pulses,NA,NA
+1974,Polynesia,FruitVeg,NA,NA
+1974,Polynesia,OilcropsPulses,NA,NA
 1974,Polynesia,Starchy Roots,NA,NA
+1974,Polynesia,Sugar,NA,NA
 1975,Polynesia,Ruminants,NA,NA
 1975,Polynesia,Cereals,NA,NA
 1975,Polynesia,Monogastrics,NA,NA
-1975,Polynesia,Oilcrops,NA,NA
-1975,Polynesia,Pulses,NA,NA
+1975,Polynesia,FruitVeg,NA,NA
+1975,Polynesia,OilcropsPulses,NA,NA
 1975,Polynesia,Starchy Roots,NA,NA
+1975,Polynesia,Sugar,NA,NA
 1976,Polynesia,Ruminants,NA,NA
 1976,Polynesia,Cereals,NA,NA
 1976,Polynesia,Monogastrics,NA,NA
-1976,Polynesia,Oilcrops,NA,NA
-1976,Polynesia,Pulses,NA,NA
+1976,Polynesia,FruitVeg,NA,NA
+1976,Polynesia,OilcropsPulses,NA,NA
 1976,Polynesia,Starchy Roots,NA,NA
+1976,Polynesia,Sugar,NA,NA
 1977,Polynesia,Ruminants,NA,NA
 1977,Polynesia,Cereals,NA,NA
 1977,Polynesia,Monogastrics,NA,NA
-1977,Polynesia,Oilcrops,NA,NA
-1977,Polynesia,Pulses,NA,NA
+1977,Polynesia,FruitVeg,NA,NA
+1977,Polynesia,OilcropsPulses,NA,NA
 1977,Polynesia,Starchy Roots,NA,NA
+1977,Polynesia,Sugar,NA,NA
 1978,Polynesia,Ruminants,NA,NA
 1978,Polynesia,Cereals,NA,NA
 1978,Polynesia,Monogastrics,NA,NA
-1978,Polynesia,Oilcrops,NA,NA
-1978,Polynesia,Pulses,NA,NA
+1978,Polynesia,FruitVeg,NA,NA
+1978,Polynesia,OilcropsPulses,NA,NA
 1978,Polynesia,Starchy Roots,NA,NA
+1978,Polynesia,Sugar,NA,NA
 1979,Polynesia,Ruminants,NA,NA
 1979,Polynesia,Cereals,NA,NA
 1979,Polynesia,Monogastrics,NA,NA
-1979,Polynesia,Oilcrops,NA,NA
-1979,Polynesia,Pulses,NA,NA
+1979,Polynesia,FruitVeg,NA,NA
+1979,Polynesia,OilcropsPulses,NA,NA
 1979,Polynesia,Starchy Roots,NA,NA
+1979,Polynesia,Sugar,NA,NA
 1980,Polynesia,Ruminants,NA,NA
 1980,Polynesia,Cereals,NA,NA
 1980,Polynesia,Monogastrics,NA,NA
-1980,Polynesia,Oilcrops,NA,NA
-1980,Polynesia,Pulses,NA,NA
+1980,Polynesia,FruitVeg,NA,NA
+1980,Polynesia,OilcropsPulses,NA,NA
 1980,Polynesia,Starchy Roots,NA,NA
+1980,Polynesia,Sugar,NA,NA
 1981,Polynesia,Ruminants,NA,NA
 1981,Polynesia,Cereals,NA,NA
 1981,Polynesia,Monogastrics,NA,NA
-1981,Polynesia,Oilcrops,NA,NA
-1981,Polynesia,Pulses,NA,NA
+1981,Polynesia,FruitVeg,NA,NA
+1981,Polynesia,OilcropsPulses,NA,NA
 1981,Polynesia,Starchy Roots,NA,NA
+1981,Polynesia,Sugar,NA,NA
 1982,Polynesia,Ruminants,NA,NA
 1982,Polynesia,Cereals,NA,NA
 1982,Polynesia,Monogastrics,NA,NA
-1982,Polynesia,Oilcrops,NA,NA
-1982,Polynesia,Pulses,NA,NA
+1982,Polynesia,FruitVeg,NA,NA
+1982,Polynesia,OilcropsPulses,NA,NA
 1982,Polynesia,Starchy Roots,NA,NA
+1982,Polynesia,Sugar,NA,NA
 1983,Polynesia,Ruminants,NA,NA
 1983,Polynesia,Cereals,NA,NA
 1983,Polynesia,Monogastrics,NA,NA
-1983,Polynesia,Oilcrops,NA,NA
-1983,Polynesia,Pulses,NA,NA
+1983,Polynesia,FruitVeg,NA,NA
+1983,Polynesia,OilcropsPulses,NA,NA
 1983,Polynesia,Starchy Roots,NA,NA
+1983,Polynesia,Sugar,NA,NA
 1984,Polynesia,Ruminants,NA,NA
 1984,Polynesia,Cereals,NA,NA
 1984,Polynesia,Monogastrics,NA,NA
-1984,Polynesia,Oilcrops,NA,NA
-1984,Polynesia,Pulses,NA,NA
+1984,Polynesia,FruitVeg,NA,NA
+1984,Polynesia,OilcropsPulses,NA,NA
 1984,Polynesia,Starchy Roots,NA,NA
+1984,Polynesia,Sugar,NA,NA
 1985,Polynesia,Ruminants,NA,NA
 1985,Polynesia,Cereals,NA,NA
 1985,Polynesia,Monogastrics,NA,NA
-1985,Polynesia,Oilcrops,NA,NA
-1985,Polynesia,Pulses,NA,NA
+1985,Polynesia,FruitVeg,NA,NA
+1985,Polynesia,OilcropsPulses,NA,NA
 1985,Polynesia,Starchy Roots,NA,NA
+1985,Polynesia,Sugar,NA,NA
 1986,Polynesia,Ruminants,NA,NA
 1986,Polynesia,Cereals,NA,NA
 1986,Polynesia,Monogastrics,NA,NA
-1986,Polynesia,Oilcrops,NA,NA
-1986,Polynesia,Pulses,NA,NA
+1986,Polynesia,FruitVeg,NA,NA
+1986,Polynesia,OilcropsPulses,NA,NA
 1986,Polynesia,Starchy Roots,NA,NA
+1986,Polynesia,Sugar,NA,NA
 1987,Polynesia,Ruminants,NA,NA
 1987,Polynesia,Cereals,NA,NA
 1987,Polynesia,Monogastrics,NA,NA
-1987,Polynesia,Oilcrops,NA,NA
-1987,Polynesia,Pulses,NA,NA
+1987,Polynesia,FruitVeg,NA,NA
+1987,Polynesia,OilcropsPulses,NA,NA
 1987,Polynesia,Starchy Roots,NA,NA
+1987,Polynesia,Sugar,NA,NA
 1988,Polynesia,Ruminants,NA,NA
 1988,Polynesia,Cereals,NA,NA
 1988,Polynesia,Monogastrics,NA,NA
-1988,Polynesia,Oilcrops,NA,NA
-1988,Polynesia,Pulses,NA,NA
+1988,Polynesia,FruitVeg,NA,NA
+1988,Polynesia,OilcropsPulses,NA,NA
 1988,Polynesia,Starchy Roots,NA,NA
+1988,Polynesia,Sugar,NA,NA
 1989,Polynesia,Ruminants,NA,NA
 1989,Polynesia,Cereals,NA,NA
 1989,Polynesia,Monogastrics,NA,NA
-1989,Polynesia,Oilcrops,NA,NA
-1989,Polynesia,Pulses,NA,NA
+1989,Polynesia,FruitVeg,NA,NA
+1989,Polynesia,OilcropsPulses,NA,NA
 1989,Polynesia,Starchy Roots,NA,NA
+1989,Polynesia,Sugar,NA,NA
 1990,Polynesia,Ruminants,NA,NA
 1990,Polynesia,Cereals,NA,NA
 1990,Polynesia,Monogastrics,NA,NA
-1990,Polynesia,Oilcrops,NA,NA
-1990,Polynesia,Pulses,NA,NA
+1990,Polynesia,FruitVeg,NA,NA
+1990,Polynesia,OilcropsPulses,NA,NA
 1990,Polynesia,Starchy Roots,NA,NA
+1990,Polynesia,Sugar,NA,NA
 1991,Polynesia,Ruminants,NA,NA
 1991,Polynesia,Cereals,NA,NA
 1991,Polynesia,Monogastrics,NA,NA
-1991,Polynesia,Oilcrops,NA,NA
-1991,Polynesia,Pulses,NA,NA
+1991,Polynesia,FruitVeg,NA,NA
+1991,Polynesia,OilcropsPulses,NA,NA
 1991,Polynesia,Starchy Roots,NA,NA
+1991,Polynesia,Sugar,NA,NA
 1992,Polynesia,Ruminants,NA,NA
 1992,Polynesia,Cereals,NA,NA
 1992,Polynesia,Monogastrics,NA,NA
-1992,Polynesia,Oilcrops,NA,NA
-1992,Polynesia,Pulses,NA,NA
+1992,Polynesia,FruitVeg,NA,NA
+1992,Polynesia,OilcropsPulses,NA,NA
 1992,Polynesia,Starchy Roots,NA,NA
+1992,Polynesia,Sugar,NA,NA
 1993,Polynesia,Ruminants,NA,NA
 1993,Polynesia,Cereals,NA,NA
 1993,Polynesia,Monogastrics,NA,NA
-1993,Polynesia,Oilcrops,NA,NA
-1993,Polynesia,Pulses,NA,NA
+1993,Polynesia,FruitVeg,NA,NA
+1993,Polynesia,OilcropsPulses,NA,NA
 1993,Polynesia,Starchy Roots,NA,NA
+1993,Polynesia,Sugar,NA,NA
 1994,Polynesia,Ruminants,NA,NA
 1994,Polynesia,Cereals,NA,NA
 1994,Polynesia,Monogastrics,NA,NA
-1994,Polynesia,Oilcrops,NA,NA
-1994,Polynesia,Pulses,NA,NA
+1994,Polynesia,FruitVeg,NA,NA
+1994,Polynesia,OilcropsPulses,NA,NA
 1994,Polynesia,Starchy Roots,NA,NA
+1994,Polynesia,Sugar,NA,NA
 1995,Polynesia,Ruminants,NA,NA
 1995,Polynesia,Cereals,NA,NA
 1995,Polynesia,Monogastrics,NA,NA
-1995,Polynesia,Oilcrops,NA,NA
-1995,Polynesia,Pulses,NA,NA
+1995,Polynesia,FruitVeg,NA,NA
+1995,Polynesia,OilcropsPulses,NA,NA
 1995,Polynesia,Starchy Roots,NA,NA
+1995,Polynesia,Sugar,NA,NA
 1996,Polynesia,Ruminants,NA,NA
 1996,Polynesia,Cereals,NA,NA
 1996,Polynesia,Monogastrics,NA,NA
-1996,Polynesia,Oilcrops,NA,NA
-1996,Polynesia,Pulses,NA,NA
+1996,Polynesia,FruitVeg,NA,NA
+1996,Polynesia,OilcropsPulses,NA,NA
 1996,Polynesia,Starchy Roots,NA,NA
+1996,Polynesia,Sugar,NA,NA
 1997,Polynesia,Ruminants,NA,NA
 1997,Polynesia,Cereals,NA,NA
 1997,Polynesia,Monogastrics,NA,NA
-1997,Polynesia,Oilcrops,NA,NA
-1997,Polynesia,Pulses,NA,NA
+1997,Polynesia,FruitVeg,NA,NA
+1997,Polynesia,OilcropsPulses,NA,NA
 1997,Polynesia,Starchy Roots,NA,NA
+1997,Polynesia,Sugar,NA,NA
 1998,Polynesia,Ruminants,NA,NA
 1998,Polynesia,Cereals,NA,NA
 1998,Polynesia,Monogastrics,NA,NA
-1998,Polynesia,Oilcrops,NA,NA
-1998,Polynesia,Pulses,NA,NA
+1998,Polynesia,FruitVeg,NA,NA
+1998,Polynesia,OilcropsPulses,NA,NA
 1998,Polynesia,Starchy Roots,NA,NA
+1998,Polynesia,Sugar,NA,NA
 1999,Polynesia,Ruminants,NA,NA
 1999,Polynesia,Cereals,NA,NA
 1999,Polynesia,Monogastrics,NA,NA
-1999,Polynesia,Oilcrops,NA,NA
-1999,Polynesia,Pulses,NA,NA
+1999,Polynesia,FruitVeg,NA,NA
+1999,Polynesia,OilcropsPulses,NA,NA
 1999,Polynesia,Starchy Roots,NA,NA
+1999,Polynesia,Sugar,NA,NA
 2000,Polynesia,Ruminants,NA,NA
 2000,Polynesia,Cereals,NA,NA
 2000,Polynesia,Monogastrics,NA,NA
-2000,Polynesia,Oilcrops,NA,NA
-2000,Polynesia,Pulses,NA,NA
+2000,Polynesia,FruitVeg,NA,NA
+2000,Polynesia,OilcropsPulses,NA,NA
 2000,Polynesia,Starchy Roots,NA,NA
+2000,Polynesia,Sugar,NA,NA
 2001,Polynesia,Ruminants,NA,NA
 2001,Polynesia,Cereals,NA,NA
 2001,Polynesia,Monogastrics,NA,NA
-2001,Polynesia,Oilcrops,NA,NA
-2001,Polynesia,Pulses,NA,NA
+2001,Polynesia,FruitVeg,NA,NA
+2001,Polynesia,OilcropsPulses,NA,NA
 2001,Polynesia,Starchy Roots,NA,NA
+2001,Polynesia,Sugar,NA,NA
 2002,Polynesia,Ruminants,NA,NA
 2002,Polynesia,Cereals,NA,NA
 2002,Polynesia,Monogastrics,NA,NA
-2002,Polynesia,Oilcrops,NA,NA
-2002,Polynesia,Pulses,NA,NA
+2002,Polynesia,FruitVeg,NA,NA
+2002,Polynesia,OilcropsPulses,NA,NA
 2002,Polynesia,Starchy Roots,NA,NA
+2002,Polynesia,Sugar,NA,NA
 2003,Polynesia,Ruminants,NA,NA
 2003,Polynesia,Cereals,NA,NA
 2003,Polynesia,Monogastrics,NA,NA
-2003,Polynesia,Oilcrops,NA,NA
-2003,Polynesia,Pulses,NA,NA
+2003,Polynesia,FruitVeg,NA,NA
+2003,Polynesia,OilcropsPulses,NA,NA
 2003,Polynesia,Starchy Roots,NA,NA
+2003,Polynesia,Sugar,NA,NA
 2004,Polynesia,Ruminants,NA,NA
 2004,Polynesia,Cereals,NA,NA
 2004,Polynesia,Monogastrics,NA,NA
-2004,Polynesia,Oilcrops,NA,NA
-2004,Polynesia,Pulses,NA,NA
+2004,Polynesia,FruitVeg,NA,NA
+2004,Polynesia,OilcropsPulses,NA,NA
 2004,Polynesia,Starchy Roots,NA,NA
+2004,Polynesia,Sugar,NA,NA
 2005,Polynesia,Ruminants,NA,NA
 2005,Polynesia,Cereals,NA,NA
 2005,Polynesia,Monogastrics,NA,NA
-2005,Polynesia,Oilcrops,NA,NA
-2005,Polynesia,Pulses,NA,NA
+2005,Polynesia,FruitVeg,NA,NA
+2005,Polynesia,OilcropsPulses,NA,NA
 2005,Polynesia,Starchy Roots,NA,NA
+2005,Polynesia,Sugar,NA,NA
 2006,Polynesia,Ruminants,NA,NA
 2006,Polynesia,Cereals,NA,NA
 2006,Polynesia,Monogastrics,NA,NA
-2006,Polynesia,Oilcrops,NA,NA
-2006,Polynesia,Pulses,NA,NA
+2006,Polynesia,FruitVeg,NA,NA
+2006,Polynesia,OilcropsPulses,NA,NA
 2006,Polynesia,Starchy Roots,NA,NA
+2006,Polynesia,Sugar,NA,NA
 2007,Polynesia,Ruminants,NA,NA
 2007,Polynesia,Cereals,NA,NA
 2007,Polynesia,Monogastrics,NA,NA
-2007,Polynesia,Oilcrops,NA,NA
-2007,Polynesia,Pulses,NA,NA
+2007,Polynesia,FruitVeg,NA,NA
+2007,Polynesia,OilcropsPulses,NA,NA
 2007,Polynesia,Starchy Roots,NA,NA
+2007,Polynesia,Sugar,NA,NA
 2008,Polynesia,Ruminants,NA,NA
 2008,Polynesia,Cereals,NA,NA
 2008,Polynesia,Monogastrics,NA,NA
-2008,Polynesia,Oilcrops,NA,NA
-2008,Polynesia,Pulses,NA,NA
+2008,Polynesia,FruitVeg,NA,NA
+2008,Polynesia,OilcropsPulses,NA,NA
 2008,Polynesia,Starchy Roots,NA,NA
+2008,Polynesia,Sugar,NA,NA
 2009,Polynesia,Ruminants,NA,NA
 2009,Polynesia,Cereals,NA,NA
 2009,Polynesia,Monogastrics,NA,NA
-2009,Polynesia,Oilcrops,NA,NA
-2009,Polynesia,Pulses,NA,NA
+2009,Polynesia,FruitVeg,NA,NA
+2009,Polynesia,OilcropsPulses,NA,NA
 2009,Polynesia,Starchy Roots,NA,NA
+2009,Polynesia,Sugar,NA,NA
 2010,Polynesia,Ruminants,NA,NA
 2010,Polynesia,Cereals,NA,NA
 2010,Polynesia,Monogastrics,NA,NA
-2010,Polynesia,Oilcrops,NA,NA
-2010,Polynesia,Pulses,NA,NA
+2010,Polynesia,FruitVeg,NA,NA
+2010,Polynesia,OilcropsPulses,NA,NA
 2010,Polynesia,Starchy Roots,NA,NA
+2010,Polynesia,Sugar,NA,NA
 2011,Polynesia,Ruminants,NA,NA
 2011,Polynesia,Cereals,NA,NA
 2011,Polynesia,Monogastrics,NA,NA
-2011,Polynesia,Oilcrops,NA,NA
-2011,Polynesia,Pulses,NA,NA
+2011,Polynesia,FruitVeg,NA,NA
+2011,Polynesia,OilcropsPulses,NA,NA
 2011,Polynesia,Starchy Roots,NA,NA
+2011,Polynesia,Sugar,NA,NA
 1961,Portugal,Ruminants,8.929316,0.275472287015041
 1961,Portugal,Cereals,8.929316,0.127618173665262
 1961,Portugal,Monogastrics,8.929316,0.0710087424389505
-1961,Portugal,Oilcrops,8.929316,0.108802622731685
-1961,Portugal,Pulses,8.929316,0.00695294018041247
+1961,Portugal,FruitVeg,8.929316,0.283907860355709
+1961,Portugal,OilcropsPulses,8.929316,0.115755562912098
 1961,Portugal,Starchy Roots,8.929316,0.0894953208062073
+1961,Portugal,Sugar,8.929316,0.0185269510005022
 1962,Portugal,Ruminants,8.993985,0.277877903954699
 1962,Portugal,Cereals,8.993985,0.142094522061133
 1962,Portugal,Monogastrics,8.993985,0.0708650281271316
-1962,Portugal,Oilcrops,8.993985,0.0514842975610922
-1962,Portugal,Pulses,8.993985,0.00547332467198911
+1962,Portugal,FruitVeg,8.993985,0.39359427439561
+1962,Portugal,OilcropsPulses,8.993985,0.0569576222330813
 1962,Portugal,Starchy Roots,8.993985,0.0885957670598739
+1962,Portugal,Sugar,8.993985,0.0182463057254376
 1963,Portugal,Ruminants,9.030355,0.280840110936945
 1963,Portugal,Cereals,9.030355,0.13562047117749
 1963,Portugal,Monogastrics,9.030355,0.07418071604051
-1963,Portugal,Oilcrops,9.030355,0.105003734626158
-1963,Portugal,Pulses,9.030355,0.0071731399263927
+1963,Portugal,FruitVeg,9.030355,0.37134797026252
+1963,Portugal,OilcropsPulses,9.030355,0.112176874552551
 1963,Portugal,Starchy Roots,9.030355,0.0930488336283568
+1963,Portugal,Sugar,9.030355,0.0175183589128002
 1964,Portugal,Ruminants,9.035365,0.279214309549199
 1964,Portugal,Cereals,9.035365,0.124211252118758
 1964,Portugal,Monogastrics,9.035365,0.0746165871550292
-1964,Portugal,Oilcrops,9.035365,0.0496877547282263
-1964,Portugal,Pulses,9.035365,0.0072251646723735
+1964,Portugal,FruitVeg,9.035365,0.393558090901696
+1964,Portugal,OilcropsPulses,9.035365,0.0569129194005998
 1964,Portugal,Starchy Roots,9.035365,0.100613312245825
+1964,Portugal,Sugar,9.035365,0.0176811894151481
 1965,Portugal,Ruminants,8.998595,0.325057389514696
 1965,Portugal,Cereals,8.998595,0.139974184858859
 1965,Portugal,Monogastrics,8.998595,0.0766630679567199
-1965,Portugal,Oilcrops,8.998595,0.0828192623403987
-1965,Portugal,Pulses,8.998595,0.00457093579608817
+1965,Portugal,FruitVeg,8.998595,0.422325040742471
+1965,Portugal,OilcropsPulses,8.998595,0.0873901981364869
 1965,Portugal,Starchy Roots,8.998595,0.0982768976712476
+1965,Portugal,Sugar,8.998595,0.0180588191823279
 1966,Portugal,Ruminants,8.93099,0.336859900190236
 1966,Portugal,Cereals,8.93099,0.133286119455962
 1966,Portugal,Monogastrics,8.93099,0.0784272516260795
-1966,Portugal,Oilcrops,8.93099,0.0505044793466346
-1966,Portugal,Pulses,8.93099,0.00825182874462966
+1966,Portugal,FruitVeg,8.93099,0.322663444926038
+1966,Portugal,OilcropsPulses,8.93099,0.0587563080912642
 1966,Portugal,Starchy Roots,8.93099,0.0972269591613024
+1966,Portugal,Sugar,8.93099,0.0209039535370659
 1967,Portugal,Ruminants,8.87452,0.357261046231233
 1967,Portugal,Cereals,8.87452,0.134649648657054
 1967,Portugal,Monogastrics,8.87452,0.0880861838161388
-1967,Portugal,Oilcrops,8.87452,0.087393571708667
-1967,Portugal,Pulses,8.87452,0.00846997922141141
+1967,Portugal,FruitVeg,8.87452,0.344974488761082
+1967,Portugal,OilcropsPulses,8.87452,0.0958635509300785
 1967,Portugal,Starchy Roots,8.87452,0.113948360023979
+1967,Portugal,Sugar,8.87452,0.0213001942640278
 1968,Portugal,Ruminants,8.83665,0.355099885137467
 1968,Portugal,Cereals,8.83665,0.142382916603011
 1968,Portugal,Monogastrics,8.83665,0.0920211731821448
-1968,Portugal,Oilcrops,8.83665,0.0653221526257122
-1968,Portugal,Pulses,8.83665,0.00745214532656606
+1968,Portugal,FruitVeg,8.83665,0.363477449033287
+1968,Portugal,OilcropsPulses,8.83665,0.0727742979522783
 1968,Portugal,Starchy Roots,8.83665,0.107358784154629
+1968,Portugal,Sugar,8.83665,0.0236944996124097
 1969,Portugal,Ruminants,8.757705,0.399122384231942
 1969,Portugal,Cereals,8.757705,0.142128331566318
 1969,Portugal,Monogastrics,8.757705,0.098577504037873
-1969,Portugal,Oilcrops,8.757705,0.0808692459953835
-1969,Portugal,Pulses,8.757705,0.00760324765449396
+1969,Portugal,FruitVeg,8.757705,0.328844486083968
+1969,Portugal,OilcropsPulses,8.757705,0.0884724936498774
 1969,Portugal,Starchy Roots,8.757705,0.11050463563228
+1969,Portugal,Sugar,8.757705,0.0263523377414517
 1970,Portugal,Ruminants,8.680431,0.417281342366525
 1970,Portugal,Cereals,8.680431,0.147396252559349
 1970,Portugal,Monogastrics,8.680431,0.0980154326438399
-1970,Portugal,Oilcrops,8.680431,0.0687947407219757
-1970,Portugal,Pulses,8.680431,0.00787760423416763
+1970,Portugal,FruitVeg,8.680431,0.375510732128393
+1970,Portugal,OilcropsPulses,8.680431,0.0766723449561433
 1970,Portugal,Starchy Roots,8.680431,0.1104552297
+1970,Portugal,Sugar,8.680431,0.0268615694312875
 1971,Portugal,Ruminants,8.643756,0.435419185826162
 1971,Portugal,Cereals,8.643756,0.134356522789398
 1971,Portugal,Monogastrics,8.643756,0.108666197888973
-1971,Portugal,Oilcrops,8.643756,0.057743763243664
-1971,Portugal,Pulses,8.643756,0.00772395703904645
+1971,Portugal,FruitVeg,8.643756,0.334502848067437
+1971,Portugal,OilcropsPulses,8.643756,0.0654677202827104
 1971,Portugal,Starchy Roots,8.643756,0.111169380533185
+1971,Portugal,Sugar,8.643756,0.027361253603179
 1972,Portugal,Ruminants,8.63043,0.454528268000552
 1972,Portugal,Cereals,8.63043,0.142754532508809
 1972,Portugal,Monogastrics,8.63043,0.119119244348196
-1972,Portugal,Oilcrops,8.63043,0.0711297119610494
-1972,Portugal,Pulses,8.63043,0.00732281010332046
+1972,Portugal,FruitVeg,8.63043,0.334978094950078
+1972,Portugal,OilcropsPulses,8.63043,0.0784525220643699
 1972,Portugal,Starchy Roots,8.63043,0.110656711195155
+1972,Portugal,Sugar,8.63043,0.0276018692000283
 1973,Portugal,Ruminants,8.6331,0.452555640499936
 1973,Portugal,Cereals,8.6331,0.148810624225365
 1973,Portugal,Monogastrics,8.6331,0.121002664164669
-1973,Portugal,Oilcrops,8.6331,0.0546851073195028
-1973,Portugal,Pulses,8.6331,0.00787388076125609
+1973,Portugal,FruitVeg,8.6331,0.374760167263208
+1973,Portugal,OilcropsPulses,8.6331,0.0625589880807589
 1973,Portugal,Starchy Roots,8.6331,0.109961659195422
+1973,Portugal,Sugar,8.6331,0.0286495001795415
 1974,Portugal,Ruminants,8.754365,0.505218505282793
 1974,Portugal,Cereals,8.754365,0.148790688987722
 1974,Portugal,Monogastrics,8.754365,0.133909952349485
-1974,Portugal,Oilcrops,8.754365,0.0569854009971026
-1974,Portugal,Pulses,8.754365,0.00622740769890221
+1974,Portugal,FruitVeg,8.754365,0.424738401928638
+1974,Portugal,OilcropsPulses,8.754365,0.0632128086960048
 1974,Portugal,Starchy Roots,8.754365,0.111312585207494
+1974,Portugal,Sugar,8.754365,0.0283407191726642
 1975,Portugal,Ruminants,9.09347,0.490932911198915
 1975,Portugal,Cereals,9.09347,0.145406648946992
 1975,Portugal,Monogastrics,9.09347,0.135483715237418
-1975,Portugal,Oilcrops,9.09347,0.0602150774126928
-1975,Portugal,Pulses,9.09347,0.00677420170737903
+1975,Portugal,FruitVeg,9.09347,0.37245517937597
+1975,Portugal,OilcropsPulses,9.09347,0.0669892791200719
 1975,Portugal,Starchy Roots,9.09347,0.100765934236326
+1975,Portugal,Sugar,9.09347,0.0282168413158013
 1976,Portugal,Ruminants,9.35581,0.470686140483828
 1976,Portugal,Cereals,9.35581,0.139667115941859
 1976,Portugal,Monogastrics,9.35581,0.139552021684921
-1976,Portugal,Oilcrops,9.35581,0.0547257800233224
-1976,Portugal,Pulses,9.35581,0.00568855075081687
+1976,Portugal,FruitVeg,9.35581,0.305239631843742
+1976,Portugal,OilcropsPulses,9.35581,0.0604143307741393
 1976,Portugal,Starchy Roots,9.35581,0.101767244097518
+1976,Portugal,Sugar,9.35581,0.0250427274602627
 1977,Portugal,Ruminants,9.455675,0.509944239834808
 1977,Portugal,Cereals,9.455675,0.139930359281595
 1977,Portugal,Monogastrics,9.455675,0.152482207774696
-1977,Portugal,Oilcrops,9.455675,0.0532632519624458
-1977,Portugal,Pulses,9.455675,0.00734595890827466
+1977,Portugal,FruitVeg,9.455675,0.274669867566303
+1977,Portugal,OilcropsPulses,9.455675,0.0606092108707205
 1977,Portugal,Starchy Roots,9.455675,0.102489563145941
+1977,Portugal,Sugar,9.455675,0.0257592398215886
 1978,Portugal,Ruminants,9.55825,0.452996019145764
 1978,Portugal,Cereals,9.55825,0.137232024690712
 1978,Portugal,Monogastrics,9.55825,0.151820354144326
-1978,Portugal,Oilcrops,9.55825,0.0620532001150838
-1978,Portugal,Pulses,9.55825,0.00586739204352261
+1978,Portugal,FruitVeg,9.55825,0.272311040200874
+1978,Portugal,OilcropsPulses,9.55825,0.0679205921586064
 1978,Portugal,Starchy Roots,9.55825,0.101575288363456
+1978,Portugal,Sugar,9.55825,0.0259891716579918
 1979,Portugal,Ruminants,9.661265,0.439907486234981
 1979,Portugal,Cereals,9.661265,0.137719128913243
 1979,Portugal,Monogastrics,9.661265,0.159085295766134
-1979,Portugal,Oilcrops,9.661265,0.0698098023395487
-1979,Portugal,Pulses,9.661265,0.00415918619352642
+1979,Portugal,FruitVeg,9.661265,0.37177885090617
+1979,Portugal,OilcropsPulses,9.661265,0.0739689885330751
 1979,Portugal,Starchy Roots,9.661265,0.0819821213888657
+1979,Portugal,Sugar,9.661265,0.0263940591630599
 1980,Portugal,Ruminants,9.766312,0.445584628056118
 1980,Portugal,Cereals,9.766312,0.130971650301567
 1980,Portugal,Monogastrics,9.766312,0.157491773762706
-1980,Portugal,Oilcrops,9.766312,0.0446233951976959
-1980,Portugal,Pulses,9.766312,0.00578068773555463
+1980,Portugal,FruitVeg,9.766312,0.300749249051228
+1980,Portugal,OilcropsPulses,9.766312,0.0504040829332505
 1980,Portugal,Starchy Roots,9.766312,0.0945651746534413
+1980,Portugal,Sugar,9.766312,0.0269147657785252
 1981,Portugal,Ruminants,9.851362,0.476638803852706
 1981,Portugal,Cereals,9.851362,0.128878017070127
 1981,Portugal,Monogastrics,9.851362,0.168322654268516
-1981,Portugal,Oilcrops,9.851362,0.0389329922096051
-1981,Portugal,Pulses,9.851362,0.00406928503896212
+1981,Portugal,FruitVeg,9.851362,0.27359770151579
+1981,Portugal,OilcropsPulses,9.851362,0.0430022772485673
 1981,Portugal,Starchy Roots,9.851362,0.0888515719958316
+1981,Portugal,Sugar,9.851362,0.0268511095217088
 1982,Portugal,Ruminants,9.911771,0.489792157223971
 1982,Portugal,Cereals,9.911771,0.130838878339703
 1982,Portugal,Monogastrics,9.911771,0.168327204088956
-1982,Portugal,Oilcrops,9.911771,0.076820983858485
-1982,Portugal,Pulses,9.911771,0.00557710625073965
+1982,Portugal,FruitVeg,9.911771,0.318746064653834
+1982,Portugal,OilcropsPulses,9.911771,0.0823980901092247
 1982,Portugal,Starchy Roots,9.911771,0.0872425321367897
+1982,Portugal,Sugar,9.911771,0.0268387960133461
 1983,Portugal,Ruminants,9.957865,0.449583490035264
 1983,Portugal,Cereals,9.957865,0.135903127829108
 1983,Portugal,Monogastrics,9.957865,0.166483016188711
-1983,Portugal,Oilcrops,9.957865,0.0313170544087513
-1983,Portugal,Pulses,9.957865,0.00504666411926653
+1983,Portugal,FruitVeg,9.957865,0.289140091776701
+1983,Portugal,OilcropsPulses,9.957865,0.0363637185280178
 1983,Portugal,Starchy Roots,9.957865,0.0906022525912934
+1983,Portugal,Sugar,9.957865,0.0254176974682826
 1984,Portugal,Ruminants,9.996232,0.428812916707015
 1984,Portugal,Cereals,9.996232,0.142933057175944
 1984,Portugal,Monogastrics,9.996232,0.157030659152369
-1984,Portugal,Oilcrops,9.996232,0.0607120763103537
-1984,Portugal,Pulses,9.996232,0.00532950815867419
+1984,Portugal,FruitVeg,9.996232,0.308148510358703
+1984,Portugal,OilcropsPulses,9.996232,0.0660415844690279
 1984,Portugal,Starchy Roots,9.996232,0.0924933514948433
+1984,Portugal,Sugar,9.996232,0.0244701203413446
 1985,Portugal,Ruminants,10.023613,0.449009304329686
 1985,Portugal,Cereals,10.023613,0.150541626058388
 1985,Portugal,Monogastrics,10.023613,0.166702325798093
-1985,Portugal,Oilcrops,10.023613,0.0481188768959855
-1985,Portugal,Pulses,10.023613,0.00542279515380332
+1985,Portugal,FruitVeg,10.023613,0.332584967117146
+1985,Portugal,OilcropsPulses,10.023613,0.0535416720497888
 1985,Portugal,Starchy Roots,10.023613,0.0955430940919207
+1985,Portugal,Sugar,10.023613,0.0252270314107298
 1986,Portugal,Ruminants,10.032734,0.47564597048023
 1986,Portugal,Cereals,10.032734,0.155431311146094
 1986,Portugal,Monogastrics,10.032734,0.166646748533351
-1986,Portugal,Oilcrops,10.032734,0.0631852693393446
-1986,Portugal,Pulses,10.032734,0.00435165529156858
+1986,Portugal,FruitVeg,10.032734,0.320082043439007
+1986,Portugal,OilcropsPulses,10.032734,0.0675369246309132
 1986,Portugal,Starchy Roots,10.032734,0.14571720928712
+1986,Portugal,Sugar,10.032734,0.02692297034886
 1987,Portugal,Ruminants,10.030031,0.521836861720567
 1987,Portugal,Cereals,10.030031,0.156808887230757
 1987,Portugal,Monogastrics,10.030031,0.183749123008693
-1987,Portugal,Oilcrops,10.030031,0.0586635275603834
-1987,Portugal,Pulses,10.030031,0.00428104359797093
+1987,Portugal,FruitVeg,10.030031,0.350931019056671
+1987,Portugal,OilcropsPulses,10.030031,0.0629445711583544
 1987,Portugal,Starchy Roots,10.030031,0.151567029055045
+1987,Portugal,Sugar,10.030031,0.0268544533910214
 1988,Portugal,Ruminants,10.01961,0.561917250272216
 1988,Portugal,Cereals,10.01961,0.159050501965645
 1988,Portugal,Monogastrics,10.01961,0.183740834224087
-1988,Portugal,Oilcrops,10.01961,0.0379244301923927
-1988,Portugal,Pulses,10.01961,0.00430885034447449
+1988,Portugal,FruitVeg,10.01961,0.261042994687418
+1988,Portugal,OilcropsPulses,10.01961,0.0422332805368672
 1988,Portugal,Starchy Roots,10.01961,0.127603369791838
+1988,Portugal,Sugar,10.01961,0.027496479403889
 1989,Portugal,Ruminants,10.005,0.612652293853073
 1989,Portugal,Cereals,10.005,0.15247976011994
 1989,Portugal,Monogastrics,10.005,0.205754042978511
-1989,Portugal,Oilcrops,10.005,0.0543221389305347
-1989,Portugal,Pulses,10.005,0.00445857071464268
+1989,Portugal,FruitVeg,10.005,0.341267466266866
+1989,Portugal,OilcropsPulses,10.005,0.0587807096451774
 1989,Portugal,Starchy Roots,10.005,0.122993803098451
+1989,Portugal,Sugar,10.005,0.0293729135432284
 1990,Portugal,Ruminants,9.983218,0.659823135185468
 1990,Portugal,Cereals,9.983218,0.145434768628713
 1990,Portugal,Monogastrics,9.983218,0.241735470466537
-1990,Portugal,Oilcrops,9.983218,0.0458881094252374
-1990,Portugal,Pulses,9.983218,0.00487458052103039
+1990,Portugal,FruitVeg,9.983218,0.427160160180815
+1990,Portugal,OilcropsPulses,9.983218,0.0507626899462678
 1990,Portugal,Starchy Roots,9.983218,0.131282418154146
+1990,Portugal,Sugar,9.983218,0.0270267563024267
 1991,Portugal,Ruminants,9.960235,0.667675913269114
 1991,Portugal,Cereals,9.960235,0.150872544673896
 1991,Portugal,Monogastrics,9.960235,0.242693490665632
-1991,Portugal,Oilcrops,9.960235,0.0676813348279433
-1991,Portugal,Pulses,9.960235,0.00514315174290566
+1991,Portugal,FruitVeg,9.960235,0.393704164610574
+1991,Portugal,OilcropsPulses,9.960235,0.072824486570849
 1991,Portugal,Starchy Roots,9.960235,0.128818346153479
+1991,Portugal,Sugar,9.960235,0.03017950881681
 1992,Portugal,Ruminants,9.952494,0.686971547031327
 1992,Portugal,Cereals,9.952494,0.152124482566882
 1992,Portugal,Monogastrics,9.952494,0.269514857280999
-1992,Portugal,Oilcrops,9.952494,0.0376086637178581
-1992,Portugal,Pulses,9.952494,0.00553298499853404
+1992,Portugal,FruitVeg,9.952494,0.326417076965834
+1992,Portugal,OilcropsPulses,9.952494,0.0431416487163921
 1992,Portugal,Starchy Roots,9.952494,0.130160239232498
+1992,Portugal,Sugar,9.952494,0.0299150142667757
 1993,Portugal,Ruminants,9.964675,0.691665247486747
 1993,Portugal,Cereals,9.964675,0.150868442774099
 1993,Portugal,Monogastrics,9.964675,0.297803561079513
-1993,Portugal,Oilcrops,9.964675,0.0427699849719133
-1993,Portugal,Pulses,9.964675,0.00520227704365672
+1993,Portugal,FruitVeg,9.964675,0.323560778449874
+1993,Portugal,OilcropsPulses,9.964675,0.04797226201557
 1993,Portugal,Starchy Roots,9.964675,0.127272389716674
+1993,Portugal,Sugar,9.964675,0.0311031719549308
 1994,Portugal,Ruminants,9.991525,0.702947067639825
 1994,Portugal,Cereals,9.991525,0.152250432241325
 1994,Portugal,Monogastrics,9.991525,0.316840302156077
-1994,Portugal,Oilcrops,9.991525,0.0393654622292393
-1994,Portugal,Pulses,9.991525,0.00474031741901261
+1994,Portugal,FruitVeg,9.991525,0.355903227985718
+1994,Portugal,OilcropsPulses,9.991525,0.0441057796482519
 1994,Portugal,Starchy Roots,9.991525,0.127844047830536
+1994,Portugal,Sugar,9.991525,0.0314335399250865
 1995,Portugal,Ruminants,10.026176,0.704812891774491
 1995,Portugal,Cereals,10.026176,0.149444613778972
 1995,Portugal,Monogastrics,10.026176,0.305394868392496
-1995,Portugal,Oilcrops,10.026176,0.0497023990003766
-1995,Portugal,Pulses,10.026176,0.0044927398042883
+1995,Portugal,FruitVeg,10.026176,0.385381126363631
+1995,Portugal,OilcropsPulses,10.026176,0.0541951388046649
 1995,Portugal,Starchy Roots,10.026176,0.128734823725416
+1995,Portugal,Sugar,10.026176,0.0288410057832617
 1996,Portugal,Ruminants,10.063945,0.620229065242308
 1996,Portugal,Cereals,10.063945,0.149055266100918
 1996,Portugal,Monogastrics,10.063945,0.331892831290314
-1996,Portugal,Oilcrops,10.063945,0.0448857778932615
-1996,Portugal,Pulses,10.063945,0.00442063226696887
+1996,Portugal,FruitVeg,10.063945,0.413952977684198
+1996,Portugal,OilcropsPulses,10.063945,0.0493064101602304
 1996,Portugal,Starchy Roots,10.063945,0.121482082821399
+1996,Portugal,Sugar,10.063945,0.0314824852480811
 1997,Portugal,Ruminants,10.108977,0.648473520119791
 1997,Portugal,Cereals,10.108977,0.152820804716442
 1997,Portugal,Monogastrics,10.108977,0.329467126099901
-1997,Portugal,Oilcrops,10.108977,0.0443859947450667
-1997,Portugal,Pulses,10.108977,0.00441409650056578
+1997,Portugal,FruitVeg,10.108977,0.348543279898649
+1997,Portugal,OilcropsPulses,10.108977,0.0488000912456325
 1997,Portugal,Starchy Roots,10.108977,0.108117369344099
+1997,Portugal,Sugar,10.108977,0.0310818790071438
 1998,Portugal,Ruminants,10.160196,0.648700566406396
 1998,Portugal,Cereals,10.160196,0.157359070632102
 1998,Portugal,Monogastrics,10.160196,0.361589628782752
-1998,Portugal,Oilcrops,10.160196,0.0437504355230943
-1998,Portugal,Pulses,10.160196,0.00435493567250081
+1998,Portugal,FruitVeg,10.160196,0.367045478256522
+1998,Portugal,OilcropsPulses,10.160196,0.0481053711955951
 1998,Portugal,Starchy Roots,10.160196,0.126735350381036
+1998,Portugal,Sugar,10.160196,0.0314061854712252
 1999,Portugal,Ruminants,10.217828,0.729516419732256
 1999,Portugal,Cereals,10.217828,0.157834815774938
 1999,Portugal,Monogastrics,10.217828,0.368408657886979
-1999,Portugal,Oilcrops,10.217828,0.0509573071693906
-1999,Portugal,Pulses,10.217828,0.00399918651987487
+1999,Portugal,FruitVeg,10.217828,0.42611737054098
+1999,Portugal,OilcropsPulses,10.217828,0.0549564936892654
 1999,Portugal,Starchy Roots,10.217828,0.0884242717728269
+1999,Portugal,Sugar,10.217828,0.0323096063077202
 2000,Portugal,Ruminants,10.289898,0.736506299673719
 2000,Portugal,Cereals,10.289898,0.159955618607687
 2000,Portugal,Monogastrics,10.289898,0.36870713392883
-2000,Portugal,Oilcrops,10.289898,0.0419653333784261
-2000,Portugal,Pulses,10.289898,0.00390081612082063
+2000,Portugal,FruitVeg,10.289898,0.397416378665755
+2000,Portugal,OilcropsPulses,10.289898,0.0458661494992467
 2000,Portugal,Starchy Roots,10.289898,0.0791063235029152
+2000,Portugal,Sugar,10.289898,0.0321950713214067
 2001,Portugal,Ruminants,10.362722,0.693216676081825
 2001,Portugal,Cereals,10.362722,0.157223459241693
 2001,Portugal,Monogastrics,10.362722,0.376012866117609
-2001,Portugal,Oilcrops,10.362722,0.0420988809696912
-2001,Portugal,Pulses,10.362722,0.00377342941362318
+2001,Portugal,FruitVeg,10.362722,0.392314007844657
+2001,Portugal,OilcropsPulses,10.362722,0.0458723103833144
 2001,Portugal,Starchy Roots,10.362722,0.0810585288305524
+2001,Portugal,Sugar,10.362722,0.0319307031492305
 2002,Portugal,Ruminants,10.419631,0.734344901465321
 2002,Portugal,Cereals,10.419631,0.157217755599982
 2002,Portugal,Monogastrics,10.419631,0.364039945368507
-2002,Portugal,Oilcrops,10.419631,0.0409926224834641
-2002,Portugal,Pulses,10.419631,0.00385762221330103
+2002,Portugal,FruitVeg,10.419631,0.373111389453235
+2002,Portugal,OilcropsPulses,10.419631,0.0448502446967652
 2002,Portugal,Starchy Roots,10.419631,0.0807955675205772
+2002,Portugal,Sugar,10.419631,0.0313884436022734
 2003,Portugal,Ruminants,10.458821,0.754958269196882
 2003,Portugal,Cereals,10.458821,0.159459082433861
 2003,Portugal,Monogastrics,10.458821,0.352245018821911
-2003,Portugal,Oilcrops,10.458821,0.0421157413440769
-2003,Portugal,Pulses,10.458821,0.00393084459519864
+2003,Portugal,FruitVeg,10.458821,0.349451434344273
+2003,Portugal,OilcropsPulses,10.458821,0.0460465859392756
 2003,Portugal,Starchy Roots,10.458821,0.0867867420237902
+2003,Portugal,Sugar,10.458821,0.0320067625213205
 2004,Portugal,Ruminants,10.483861,0.778286825817321
 2004,Portugal,Cereals,10.483861,0.165291489461755
 2004,Portugal,Monogastrics,10.483861,0.349756344537571
-2004,Portugal,Oilcrops,10.483861,0.0462405024255854
-2004,Portugal,Pulses,10.483861,0.00393595451141521
+2004,Portugal,FruitVeg,10.483861,0.434281988286567
+2004,Portugal,OilcropsPulses,10.483861,0.0501764569370006
 2004,Portugal,Starchy Roots,10.483861,0.0863824882836581
+2004,Portugal,Sugar,10.483861,0.0316005715833127
 2005,Portugal,Ruminants,10.50333,0.771744541969071
 2005,Portugal,Cereals,10.50333,0.167730234125749
 2005,Portugal,Monogastrics,10.50333,0.355826314130852
-2005,Portugal,Oilcrops,10.50333,0.0368690691428337
-2005,Portugal,Pulses,10.50333,0.00372358099764551
+2005,Portugal,FruitVeg,10.50333,0.388521925903499
+2005,Portugal,OilcropsPulses,10.50333,0.0405926501404792
 2005,Portugal,Starchy Roots,10.50333,0.079144804552461
+2005,Portugal,Sugar,10.50333,0.0301201618915144
 2006,Portugal,Ruminants,10.522288,0.795434624104567
 2006,Portugal,Cereals,10.522288,0.166442887706552
 2006,Portugal,Monogastrics,10.522288,0.367209926206163
-2006,Portugal,Oilcrops,10.522288,0.0526823633795235
-2006,Portugal,Pulses,10.522288,0.00392889835366605
+2006,Portugal,FruitVeg,10.522288,0.361775214668141
+2006,Portugal,OilcropsPulses,10.522288,0.0566112617331896
 2006,Portugal,Starchy Roots,10.522288,0.0788291481852616
+2006,Portugal,Sugar,10.522288,0.0292564696955643
 2007,Portugal,Ruminants,10.542964,0.810670339005236
 2007,Portugal,Cereals,10.542964,0.159089986459216
 2007,Portugal,Monogastrics,10.542964,0.400122707428385
-2007,Portugal,Oilcrops,10.542964,0.0379782194077491
-2007,Portugal,Pulses,10.542964,0.00394898436530752
+2007,Portugal,FruitVeg,10.542964,0.364611697431576
+2007,Portugal,OilcropsPulses,10.542964,0.0419272037730566
 2007,Portugal,Starchy Roots,10.542964,0.0826090272147377
+2007,Portugal,Sugar,10.542964,0.0281924513827421
 2008,Portugal,Ruminants,10.558177,0.807455624204823
 2008,Portugal,Cereals,10.558177,0.166389424992591
 2008,Portugal,Monogastrics,10.558177,0.387778562530255
-2008,Portugal,Oilcrops,10.558177,0.0487702564562045
-2008,Portugal,Pulses,10.558177,0.00345741504428274
+2008,Portugal,FruitVeg,10.558177,0.346610499142039
+2008,Portugal,OilcropsPulses,10.558177,0.0522276715004873
 2008,Portugal,Starchy Roots,10.558177,0.076461495199408
+2008,Portugal,Sugar,10.558177,0.0261771516048651
 2009,Portugal,Ruminants,10.568247,0.793338441086776
 2009,Portugal,Cereals,10.568247,0.165832516972777
 2009,Portugal,Monogastrics,10.568247,0.393054505633716
-2009,Portugal,Oilcrops,10.568247,0.0566268937506854
-2009,Portugal,Pulses,10.568247,0.00340482201068919
+2009,Portugal,FruitVeg,10.568247,0.379403982514792
+2009,Portugal,OilcropsPulses,10.568247,0.0600317157613746
 2009,Portugal,Starchy Roots,10.568247,0.0624063763838979
+2009,Portugal,Sugar,10.568247,0.0282527461744602
 2010,Portugal,Ruminants,10.5731,0.75973135598831
 2010,Portugal,Cereals,10.5731,0.164329288477362
 2010,Portugal,Monogastrics,10.5731,0.396796738893986
-2010,Portugal,Oilcrops,10.5731,0.0593001106581797
-2010,Portugal,Pulses,10.5731,0.00339512536531386
+2010,Portugal,FruitVeg,10.5731,0.393882494254287
+2010,Portugal,OilcropsPulses,10.5731,0.0626952360234936
 2010,Portugal,Starchy Roots,10.5731,0.0610490773756041
+2010,Portugal,Sugar,10.5731,0.0285869801666493
 2011,Portugal,Ruminants,10.55756,0.75389040649544
 2011,Portugal,Cereals,10.55756,0.159944722075934
 2011,Portugal,Monogastrics,10.55756,0.38144644217035
-2011,Portugal,Oilcrops,10.55756,0.0604568669275855
-2011,Portugal,Pulses,10.55756,0.00348432781817011
+2011,Portugal,FruitVeg,10.55756,0.350231019288548
+2011,Portugal,OilcropsPulses,10.55756,0.0639411947457557
 2011,Portugal,Starchy Roots,10.55756,0.0588959001890588
+2011,Portugal,Sugar,10.55756,0.0276400986591599
 1961,Republic of Korea,Ruminants,25.765673,0.0275075407500514
 1961,Republic of Korea,Cereals,25.765673,0.233519225366246
 1961,Republic of Korea,Monogastrics,25.765673,0.0210151196128275
-1961,Republic of Korea,Oilcrops,25.765673,0.0066678638667812
-1961,Republic of Korea,Pulses,25.765673,0.000738230280264754
+1961,Republic of Korea,FruitVeg,25.765673,0.0810556355349228
+1961,Republic of Korea,OilcropsPulses,25.765673,0.00740609414704596
 1961,Republic of Korea,Starchy Roots,25.765673,0.0447787255547332
+1961,Republic of Korea,Sugar,25.765673,0.00186880428079639
 1962,Republic of Korea,Ruminants,26.51303,0.03119190828057
 1962,Republic of Korea,Cereals,26.51303,0.239477381498833
 1962,Republic of Korea,Monogastrics,26.51303,0.0151983420982061
-1962,Republic of Korea,Oilcrops,26.51303,0.00650502790514702
-1962,Republic of Korea,Pulses,26.51303,0.000779013187100833
+1962,Republic of Korea,FruitVeg,26.51303,0.0835376039630325
+1962,Republic of Korea,OilcropsPulses,26.51303,0.00728404109224785
 1962,Republic of Korea,Starchy Roots,26.51303,0.0487358479962494
+1962,Republic of Korea,Sugar,26.51303,0.00186942043214223
 1963,Republic of Korea,Ruminants,27.261747,0.0408533906502764
 1963,Republic of Korea,Cereals,27.261747,0.243551963122539
 1963,Republic of Korea,Monogastrics,27.261747,0.0196656582573377
-1963,Republic of Korea,Oilcrops,27.261747,0.00615026615865814
-1963,Republic of Korea,Pulses,27.261747,0.000757434950885576
+1963,Republic of Korea,FruitVeg,27.261747,0.0774988117966174
+1963,Republic of Korea,OilcropsPulses,27.261747,0.00690770110954371
 1963,Republic of Korea,Starchy Roots,27.261747,0.0538534085874981
+1963,Republic of Korea,Sugar,27.261747,0.00171441690805802
 1964,Republic of Korea,Ruminants,27.984155,0.0522208942882142
 1964,Republic of Korea,Cereals,27.984155,0.232554172173503
 1964,Republic of Korea,Monogastrics,27.984155,0.0215201495274737
-1964,Republic of Korea,Oilcrops,27.984155,0.00615973575046307
-1964,Republic of Korea,Pulses,27.984155,0.000817498330751813
+1964,Republic of Korea,FruitVeg,27.984155,0.0856982460252954
+1964,Republic of Korea,OilcropsPulses,27.984155,0.00697723408121489
 1964,Republic of Korea,Starchy Roots,27.984155,0.0953578194517576
+1964,Republic of Korea,Sugar,27.984155,0.00161727234572564
 1965,Republic of Korea,Ruminants,28.704674,0.0448020277115845
 1965,Republic of Korea,Cereals,28.704674,0.240125980876843
 1965,Republic of Korea,Monogastrics,28.704674,0.0240705607734824
-1965,Republic of Korea,Oilcrops,28.704674,0.00627601623345383
-1965,Republic of Korea,Pulses,28.704674,0.00061491727793181
+1965,Republic of Korea,FruitVeg,28.704674,0.0911385023916314
+1965,Republic of Korea,OilcropsPulses,28.704674,0.00689093351138564
 1965,Republic of Korea,Starchy Roots,28.704674,0.102716477462869
+1965,Republic of Korea,Sugar,28.704674,0.00178632929257444
 1966,Republic of Korea,Ruminants,29.435571,0.0346579585631276
 1966,Republic of Korea,Cereals,29.435571,0.248111307234366
 1966,Republic of Korea,Monogastrics,29.435571,0.0277593290104683
-1966,Republic of Korea,Oilcrops,29.435571,0.00629839998687302
-1966,Republic of Korea,Pulses,29.435571,0.000772534699598659
+1966,Republic of Korea,FruitVeg,29.435571,0.0942768529953097
+1966,Republic of Korea,OilcropsPulses,29.435571,0.00707093468647168
 1966,Republic of Korea,Starchy Roots,29.435571,0.0959047473548245
+1966,Republic of Korea,Sugar,29.435571,0.00234559744059322
 1967,Republic of Korea,Ruminants,30.130983,0.036957642570108
 1967,Republic of Korea,Cereals,30.130983,0.266608593553022
 1967,Republic of Korea,Monogastrics,30.130983,0.0232794927400809
-1967,Republic of Korea,Oilcrops,30.130983,0.00828330094640457
-1967,Republic of Korea,Pulses,30.130983,0.000838007840633676
+1967,Republic of Korea,FruitVeg,30.130983,0.0985680088830822
+1967,Republic of Korea,OilcropsPulses,30.130983,0.00912130878703825
 1967,Republic of Korea,Starchy Roots,30.130983,0.0574875038096168
+1967,Republic of Korea,Sugar,30.130983,0.00364196548117929
 1968,Republic of Korea,Ruminants,30.838302,0.0441681224861213
 1968,Republic of Korea,Cereals,30.838302,0.267019824891786
 1968,Republic of Korea,Monogastrics,30.838302,0.0218982646969344
-1968,Republic of Korea,Oilcrops,30.838302,0.00884092126732529
-1968,Republic of Korea,Pulses,30.838302,0.00108391181849117
+1968,Republic of Korea,FruitVeg,30.838302,0.105633118191786
+1968,Republic of Korea,OilcropsPulses,30.838302,0.00992483308581646
 1968,Republic of Korea,Starchy Roots,30.838302,0.0689923200051676
+1968,Republic of Korea,Sugar,30.838302,0.00501947221348309
 1969,Republic of Korea,Ruminants,31.544266,0.0465143680946642
 1969,Republic of Korea,Cereals,31.544266,0.27606326297147
 1969,Republic of Korea,Monogastrics,31.544266,0.0283611132368716
-1969,Republic of Korea,Oilcrops,31.544266,0.00880679867459905
-1969,Republic of Korea,Pulses,31.544266,0.00107563130490974
+1969,Republic of Korea,FruitVeg,31.544266,0.112295179098477
+1969,Republic of Korea,OilcropsPulses,31.544266,0.0098824299795088
 1969,Republic of Korea,Starchy Roots,31.544266,0.0671621904278895
+1969,Republic of Korea,Sugar,31.544266,0.00677910844398789
 1970,Republic of Korea,Ruminants,32.240827,0.0492580695898402
 1970,Republic of Korea,Cereals,32.240827,0.287490268162166
 1970,Republic of Korea,Monogastrics,32.240827,0.0294771595033837
-1970,Republic of Korea,Oilcrops,32.240827,0.00919433611302836
-1970,Republic of Korea,Pulses,32.240827,0.00106880012724239
+1970,Republic of Korea,FruitVeg,32.240827,0.113423672413862
+1970,Republic of Korea,OilcropsPulses,32.240827,0.0102631362402708
 1970,Republic of Korea,Starchy Roots,32.240827,0.0682368042234152
+1970,Republic of Korea,Sugar,32.240827,0.00736004693676127
 1971,Republic of Korea,Ruminants,32.882704,0.0516717998617145
 1971,Republic of Korea,Cereals,32.882704,0.290467201237465
 1971,Republic of Korea,Monogastrics,32.882704,0.0298815450213583
-1971,Republic of Korea,Oilcrops,32.882704,0.00967079836256775
-1971,Republic of Korea,Pulses,32.882704,0.000727677383222499
+1971,Republic of Korea,FruitVeg,32.882704,0.121914304857654
+1971,Republic of Korea,OilcropsPulses,32.882704,0.0103984757457902
 1971,Republic of Korea,Starchy Roots,32.882704,0.0608204240137916
+1971,Republic of Korea,Sugar,32.882704,0.0081340330162629
 1972,Republic of Korea,Ruminants,33.505406,0.0540785418329209
 1972,Republic of Korea,Cereals,33.505406,0.301102454929214
 1972,Republic of Korea,Monogastrics,33.505406,0.0316720591298013
-1972,Republic of Korea,Oilcrops,33.505406,0.00849009261371135
-1972,Republic of Korea,Pulses,33.505406,0.000751938358842749
+1972,Republic of Korea,FruitVeg,33.505406,0.11755428362814
+1972,Republic of Korea,OilcropsPulses,33.505406,0.0092420309725541
 1972,Republic of Korea,Starchy Roots,33.505406,0.0563312678557007
+1972,Republic of Korea,Sugar,33.505406,0.0082614727903909
 1973,Republic of Korea,Ruminants,34.103149,0.0570055334186295
 1973,Republic of Korea,Cereals,34.103149,0.310550911295611
 1973,Republic of Korea,Monogastrics,34.103149,0.0306171931512835
-1973,Republic of Korea,Oilcrops,34.103149,0.00978956518062306
-1973,Republic of Korea,Pulses,34.103149,0.000870652736496562
+1973,Republic of Korea,FruitVeg,34.103149,0.11513878087915
+1973,Republic of Korea,OilcropsPulses,34.103149,0.0106602179171196
 1973,Republic of Korea,Starchy Roots,34.103149,0.0486963828472262
+1973,Republic of Korea,Sugar,34.103149,0.0091044378335854
 1974,Republic of Korea,Ruminants,34.692266,0.0663859316655764
 1974,Republic of Korea,Cereals,34.692266,0.306582539174582
 1974,Republic of Korea,Monogastrics,34.692266,0.0319071634006265
-1974,Republic of Korea,Oilcrops,34.692266,0.0114094593878647
-1974,Republic of Korea,Pulses,34.692266,0.00114140713667997
+1974,Republic of Korea,FruitVeg,34.692266,0.124022685632585
+1974,Republic of Korea,OilcropsPulses,34.692266,0.0125508665245447
 1974,Republic of Korea,Starchy Roots,34.692266,0.0426375146552837
+1974,Republic of Korea,Sugar,34.692266,0.00810359288724467
 1975,Republic of Korea,Ruminants,35.280725,0.0944306501637934
 1975,Republic of Korea,Cereals,35.280725,0.31014065045432
 1975,Republic of Korea,Monogastrics,35.280725,0.0324600415666061
-1975,Republic of Korea,Oilcrops,35.280725,0.0114960222614473
-1975,Republic of Korea,Pulses,35.280725,0.00115626875581497
+1975,Republic of Korea,FruitVeg,35.280725,0.159783706258871
+1975,Republic of Korea,OilcropsPulses,35.280725,0.0126522910172623
 1975,Republic of Korea,Starchy Roots,35.280725,0.053295503422903
+1975,Republic of Korea,Sugar,35.280725,0.00760582442679395
 1976,Republic of Korea,Ruminants,35.848523,0.0906376589071745
 1976,Republic of Korea,Cereals,35.848523,0.311318014413035
 1976,Republic of Korea,Monogastrics,35.848523,0.0361843275941941
-1976,Republic of Korea,Oilcrops,35.848523,0.0137356286617443
-1976,Republic of Korea,Pulses,35.848523,0.0013951481348339
+1976,Republic of Korea,FruitVeg,35.848523,0.193195463032047
+1976,Republic of Korea,OilcropsPulses,35.848523,0.0151307767965782
 1976,Republic of Korea,Starchy Roots,35.848523,0.047075970187112
+1976,Republic of Korea,Sugar,35.848523,0.00910684660564677
 1977,Republic of Korea,Ruminants,36.411795,0.0931518783954485
 1977,Republic of Korea,Cereals,36.411795,0.30786916712016
 1977,Republic of Korea,Monogastrics,36.411795,0.0442905520038218
-1977,Republic of Korea,Oilcrops,36.411795,0.0125188554972365
-1977,Republic of Korea,Pulses,36.411795,0.00169288550591917
+1977,Republic of Korea,FruitVeg,36.411795,0.197523769426912
+1977,Republic of Korea,OilcropsPulses,36.411795,0.0142117410031557
 1977,Republic of Korea,Starchy Roots,36.411795,0.0414098508464084
+1977,Republic of Korea,Sugar,36.411795,0.011668718886284
 1978,Republic of Korea,Ruminants,36.969185,0.127882380961333
 1978,Republic of Korea,Cereals,36.969185,0.308847300799301
 1978,Republic of Korea,Monogastrics,36.969185,0.0510696732968282
-1978,Republic of Korea,Oilcrops,36.969185,0.0123812304761384
-1978,Republic of Korea,Pulses,36.969185,0.00121639143519123
+1978,Republic of Korea,FruitVeg,36.969185,0.234346226458603
+1978,Republic of Korea,OilcropsPulses,36.969185,0.0135976219113297
 1978,Republic of Korea,Starchy Roots,36.969185,0.0348908151478049
+1978,Republic of Korea,Sugar,36.969185,0.0147360835787968
 1979,Republic of Korea,Ruminants,37.534236,0.146879771310651
 1979,Republic of Korea,Cereals,37.534236,0.296824264652676
 1979,Republic of Korea,Monogastrics,37.534236,0.0702495582965909
-1979,Republic of Korea,Oilcrops,37.534236,0.0130577055038499
-1979,Republic of Korea,Pulses,37.534236,0.00167676251622652
+1979,Republic of Korea,FruitVeg,37.534236,0.240401935981859
+1979,Republic of Korea,OilcropsPulses,37.534236,0.0147344680200764
 1979,Republic of Korea,Starchy Roots,37.534236,0.0315940891936631
+1979,Republic of Korea,Sugar,37.534236,0.0168252791931079
 1980,Republic of Korea,Ruminants,38.123775,0.0971322357242954
 1980,Republic of Korea,Cereals,38.123775,0.290278363042485
 1980,Republic of Korea,Monogastrics,38.123775,0.0719757002028262
-1980,Republic of Korea,Oilcrops,38.123775,0.0152122396063874
-1980,Republic of Korea,Pulses,38.123775,0.00147474902472276
+1980,Republic of Korea,FruitVeg,38.123775,0.217304346172434
+1980,Republic of Korea,OilcropsPulses,38.123775,0.0166869886311101
 1980,Republic of Korea,Starchy Roots,38.123775,0.0278517014645061
+1980,Republic of Korea,Sugar,38.123775,0.0153927831123754
 1981,Republic of Korea,Ruminants,38.723248,0.121804508754018
 1981,Republic of Korea,Cereals,38.723248,0.277884050428828
 1981,Republic of Korea,Monogastrics,38.723248,0.0656181475272942
-1981,Republic of Korea,Oilcrops,38.723248,0.0121389610706209
-1981,Republic of Korea,Pulses,38.723248,0.0016967068464918
+1981,Republic of Korea,FruitVeg,38.723248,0.223676355867669
+1981,Republic of Korea,OilcropsPulses,38.723248,0.0138356679171127
 1981,Republic of Korea,Starchy Roots,38.723248,0.0373165236552471
+1981,Republic of Korea,Sugar,38.723248,0.0135155501418683
 1982,Republic of Korea,Ruminants,39.326352,0.134023005744342
 1982,Republic of Korea,Cereals,39.326352,0.273914066578054
 1982,Republic of Korea,Monogastrics,39.326352,0.0720608893497165
-1982,Republic of Korea,Oilcrops,39.326352,0.0146840978283468
-1982,Republic of Korea,Pulses,39.326352,0.00164388499599454
+1982,Republic of Korea,FruitVeg,39.326352,0.234772424353014
+1982,Republic of Korea,OilcropsPulses,39.326352,0.0163279828243413
 1982,Republic of Korea,Starchy Roots,39.326352,0.0303296374909119
+1982,Republic of Korea,Sugar,39.326352,0.0152348226959877
 1983,Republic of Korea,Ruminants,39.910403,0.143628614825062
 1983,Republic of Korea,Cereals,39.910403,0.282469585686719
 1983,Republic of Korea,Monogastrics,39.910403,0.0852904792767941
-1983,Republic of Korea,Oilcrops,39.910403,0.0121593610568152
-1983,Republic of Korea,Pulses,39.910403,0.001395175087558
+1983,Republic of Korea,FruitVeg,39.910403,0.213280131498547
+1983,Republic of Korea,OilcropsPulses,39.910403,0.0135545361443732
 1983,Republic of Korea,Starchy Roots,39.910403,0.0356833780906697
+1983,Republic of Korea,Sugar,39.910403,0.0177356515292517
 1984,Republic of Korea,Ruminants,40.405956,0.129249286912058
 1984,Republic of Korea,Cereals,40.405956,0.282972812226
 1984,Republic of Korea,Monogastrics,40.405956,0.0937702055607842
-1984,Republic of Korea,Oilcrops,40.405956,0.0158604340409617
-1984,Republic of Korea,Pulses,40.405956,0.00148398914259076
+1984,Republic of Korea,FruitVeg,40.405956,0.214606010064457
+1984,Republic of Korea,OilcropsPulses,40.405956,0.0173444231835524
 1984,Republic of Korea,Starchy Roots,40.405956,0.0337333931660966
+1984,Republic of Korea,Sugar,40.405956,0.020138912194034
 1985,Republic of Korea,Ruminants,40.805744,0.143498091837267
 1985,Republic of Korea,Cereals,40.805744,0.276351461696177
 1985,Republic of Korea,Monogastrics,40.805744,0.0948699526223563
-1985,Republic of Korea,Oilcrops,40.805744,0.0160583764873886
-1985,Republic of Korea,Pulses,40.805744,0.00141477631188393
+1985,Republic of Korea,FruitVeg,40.805744,0.215394038643187
+1985,Republic of Korea,OilcropsPulses,40.805744,0.0174731527992726
 1985,Republic of Korea,Starchy Roots,40.805744,0.0389480461378182
+1985,Republic of Korea,Sugar,40.805744,0.0211403080899591
 1986,Republic of Korea,Ruminants,41.213674,0.161963750186407
 1986,Republic of Korea,Cereals,41.213674,0.27899570419274
 1986,Republic of Korea,Monogastrics,41.213674,0.0831651626108364
-1986,Republic of Korea,Oilcrops,41.213674,0.0164334050878357
-1986,Republic of Korea,Pulses,41.213674,0.00167514791328723
+1986,Republic of Korea,FruitVeg,41.213674,0.230950751927625
+1986,Republic of Korea,OilcropsPulses,41.213674,0.0181085530011229
 1986,Republic of Korea,Starchy Roots,41.213674,0.0411724273841735
+1986,Republic of Korea,Sugar,41.213674,0.0240157914579516
 1987,Republic of Korea,Ruminants,41.62169,0.162184887254698
 1987,Republic of Korea,Cereals,41.62169,0.288320728927634
 1987,Republic of Korea,Monogastrics,41.62169,0.0935919589041195
-1987,Republic of Korea,Oilcrops,41.62169,0.0206568017781114
-1987,Republic of Korea,Pulses,41.62169,0.0018032665180102
+1987,Republic of Korea,FruitVeg,41.62169,0.215797796773749
+1987,Republic of Korea,OilcropsPulses,41.62169,0.0224600682961216
 1987,Republic of Korea,Starchy Roots,41.62169,0.0271273703686708
+1987,Republic of Korea,Sugar,41.62169,0.0256144092178862
 1988,Republic of Korea,Ruminants,42.031247,0.15988956501814
 1988,Republic of Korea,Cereals,42.031247,0.279296353020409
 1988,Republic of Korea,Monogastrics,42.031247,0.102280581872815
-1988,Republic of Korea,Oilcrops,42.031247,0.021451635731864
-1988,Republic of Korea,Pulses,42.031247,0.00174674808006529
+1988,Republic of Korea,FruitVeg,42.031247,0.227566505461996
+1988,Republic of Korea,OilcropsPulses,42.031247,0.0231983838119293
 1988,Republic of Korea,Starchy Roots,42.031247,0.0431685502930712
+1988,Republic of Korea,Sugar,42.031247,0.0288561507585059
 1989,Republic of Korea,Ruminants,42.449038,0.164658084831039
 1989,Republic of Korea,Cereals,42.449038,0.268359132190463
 1989,Republic of Korea,Monogastrics,42.449038,0.109070080692995
-1989,Republic of Korea,Oilcrops,42.449038,0.021765016206021
-1989,Republic of Korea,Pulses,42.449038,0.0011898267282288
+1989,Republic of Korea,FruitVeg,42.449038,0.248767804820453
+1989,Republic of Korea,OilcropsPulses,42.449038,0.0229548429342498
 1989,Republic of Korea,Starchy Roots,42.449038,0.0603901082516876
+1989,Republic of Korea,Sugar,42.449038,0.0318127586307138
 1990,Republic of Korea,Ruminants,42.869283,0.182768235242003
 1990,Republic of Korea,Cereals,42.869283,0.250850684859833
 1990,Republic of Korea,Monogastrics,42.869283,0.1226275466282
-1990,Republic of Korea,Oilcrops,42.869283,0.0225625187153235
-1990,Republic of Korea,Pulses,42.869283,0.00121170675982614
+1990,Republic of Korea,FruitVeg,42.869283,0.248409239781314
+1990,Republic of Korea,OilcropsPulses,42.869283,0.0237742254751496
 1990,Republic of Korea,Starchy Roots,42.869283,0.0525904293757374
+1990,Republic of Korea,Sugar,42.869283,0.0323577840105233
 1991,Republic of Korea,Ruminants,43.295704,0.22536423475179
 1991,Republic of Korea,Cereals,43.295704,0.253600287917711
 1991,Republic of Korea,Monogastrics,43.295704,0.128119057724526
-1991,Republic of Korea,Oilcrops,43.295704,0.0193955732882874
-1991,Republic of Korea,Pulses,43.295704,0.00183773429345323
+1991,Republic of Korea,FruitVeg,43.295704,0.251639793176709
+1991,Republic of Korea,OilcropsPulses,43.295704,0.0212333075817407
 1991,Republic of Korea,Starchy Roots,43.295704,0.0457970148724225
+1991,Republic of Korea,Sugar,43.295704,0.0335302320063903
 1992,Republic of Korea,Ruminants,43.747962,0.252521799758352
 1992,Republic of Korea,Cereals,43.747962,0.25153848309551
 1992,Republic of Korea,Monogastrics,43.747962,0.158316977142844
-1992,Republic of Korea,Oilcrops,43.747962,0.0202472746044719
-1992,Republic of Korea,Pulses,43.747962,0.00253803822907225
+1992,Republic of Korea,FruitVeg,43.747962,0.261068321308316
+1992,Republic of Korea,OilcropsPulses,43.747962,0.0227853128335441
 1992,Republic of Korea,Starchy Roots,43.747962,0.0582185062700749
+1992,Republic of Korea,Sugar,43.747962,0.0336297265687485
 1993,Republic of Korea,Ruminants,44.194628,0.242580638986259
 1993,Republic of Korea,Cereals,44.194628,0.248438905289575
 1993,Republic of Korea,Monogastrics,44.194628,0.161138070898572
-1993,Republic of Korea,Oilcrops,44.194628,0.0179974815038606
-1993,Republic of Korea,Pulses,44.194628,0.00352133295476545
+1993,Republic of Korea,FruitVeg,44.194628,0.277179411941198
+1993,Republic of Korea,OilcropsPulses,44.194628,0.0215188144586261
 1993,Republic of Korea,Starchy Roots,44.194628,0.0566307742198893
+1993,Republic of Korea,Sugar,44.194628,0.0318448205967476
 1994,Republic of Korea,Ruminants,44.64154,0.26194941975568
 1994,Republic of Korea,Cereals,44.64154,0.244910861050044
 1994,Republic of Korea,Monogastrics,44.64154,0.167074975460076
-1994,Republic of Korea,Oilcrops,44.64154,0.0187566781970335
-1994,Republic of Korea,Pulses,44.64154,0.00452710636774627
+1994,Republic of Korea,FruitVeg,44.64154,0.258400852658757
+1994,Republic of Korea,OilcropsPulses,44.64154,0.0232837845647798
 1994,Republic of Korea,Starchy Roots,44.64154,0.0277269108547779
+1994,Republic of Korea,Sugar,44.64154,0.0306866205780535
 1995,Republic of Korea,Ruminants,45.092991,0.282212523893126
 1995,Republic of Korea,Cereals,45.092991,0.24857075903437
 1995,Republic of Korea,Monogastrics,45.092991,0.171778101834052
-1995,Republic of Korea,Oilcrops,45.092991,0.0156993134476265
-1995,Republic of Korea,Pulses,45.092991,0.00410702408274492
+1995,Republic of Korea,FruitVeg,45.092991,0.289160614783792
+1995,Republic of Korea,OilcropsPulses,45.092991,0.0198063375303714
 1995,Republic of Korea,Starchy Roots,45.092991,0.0256577347020516
+1995,Republic of Korea,Sugar,45.092991,0.0313059517387081
 1996,Republic of Korea,Ruminants,45.524681,0.297384122252279
 1996,Republic of Korea,Cereals,45.524681,0.251630912032091
 1996,Republic of Korea,Monogastrics,45.524681,0.18250523051441
-1996,Republic of Korea,Oilcrops,45.524681,0.0172349148366355
-1996,Republic of Korea,Pulses,45.524681,0.00168181299282471
+1996,Republic of Korea,FruitVeg,45.524681,0.276981248918581
+1996,Republic of Korea,OilcropsPulses,45.524681,0.0189167278294602
 1996,Republic of Korea,Starchy Roots,45.524681,0.063130436872254
+1996,Republic of Korea,Sugar,45.524681,0.0316930501940255
 1997,Republic of Korea,Ruminants,45.95358,0.341643634728785
 1997,Republic of Korea,Cereals,45.95358,0.247625103419581
 1997,Republic of Korea,Monogastrics,45.95358,0.1809637399306
-1997,Republic of Korea,Oilcrops,45.95358,0.0193033274012601
-1997,Republic of Korea,Pulses,45.95358,0.00138977202646671
+1997,Republic of Korea,FruitVeg,45.95358,0.275998431460617
+1997,Republic of Korea,OilcropsPulses,45.95358,0.0206930994277268
 1997,Republic of Korea,Starchy Roots,45.95358,0.0632067621282172
+1997,Republic of Korea,Sugar,45.95358,0.0334239682740714
 1998,Republic of Korea,Ruminants,46.286503,0.313346236158735
 1998,Republic of Korea,Cereals,46.286503,0.238488960810023
 1998,Republic of Korea,Monogastrics,46.286503,0.171982067861121
-1998,Republic of Korea,Oilcrops,46.286503,0.0192936372834215
-1998,Republic of Korea,Pulses,46.286503,0.00128417564835261
+1998,Republic of Korea,FruitVeg,46.286503,0.263106439473295
+1998,Republic of Korea,OilcropsPulses,46.286503,0.0205778129317741
 1998,Republic of Korea,Starchy Roots,46.286503,0.0530881972224171
+1998,Republic of Korea,Sugar,46.286503,0.029055705504475
 1999,Republic of Korea,Ruminants,46.616677,0.354009446018643
 1999,Republic of Korea,Cereals,46.616677,0.239828870685055
 1999,Republic of Korea,Monogastrics,46.616677,0.199046845402558
-1999,Republic of Korea,Oilcrops,46.616677,0.0221376354217612
-1999,Republic of Korea,Pulses,46.616677,0.00149152630506031
+1999,Republic of Korea,FruitVeg,46.616677,0.276082570192637
+1999,Republic of Korea,OilcropsPulses,46.616677,0.0236291617268215
 1999,Republic of Korea,Starchy Roots,46.616677,0.0396884359646656
+1999,Republic of Korea,Sugar,46.616677,0.0325476652915436
 2000,Republic of Korea,Ruminants,47.008111,0.371764700351393
 2000,Republic of Korea,Cereals,47.008111,0.237139033304274
 2000,Republic of Korea,Monogastrics,47.008111,0.202792218134441
-2000,Republic of Korea,Oilcrops,47.008111,0.0234549310011628
-2000,Republic of Korea,Pulses,47.008111,0.0015505409268626
+2000,Republic of Korea,FruitVeg,47.008111,0.298656672249604
+2000,Republic of Korea,OilcropsPulses,47.008111,0.0250054719280254
 2000,Republic of Korea,Starchy Roots,47.008111,0.0445275922701935
+2000,Republic of Korea,Sugar,47.008111,0.0341309822043264
 2001,Republic of Korea,Ruminants,47.357362,0.294755229398124
 2001,Republic of Korea,Cereals,47.357362,0.234436749242916
 2001,Republic of Korea,Monogastrics,47.357362,0.198229394618729
-2001,Republic of Korea,Oilcrops,47.357362,0.0233043597318617
-2001,Republic of Korea,Pulses,47.357362,0.00158490669307129
+2001,Republic of Korea,FruitVeg,47.357362,0.301336400452373
+2001,Republic of Korea,OilcropsPulses,47.357362,0.024889266424933
 2001,Republic of Korea,Starchy Roots,47.357362,0.0518298928897264
+2001,Republic of Korea,Sugar,47.357362,0.0351649232488921
 2002,Republic of Korea,Ruminants,47.622179,0.386883416233432
 2002,Republic of Korea,Cereals,47.622179,0.229202783854137
 2002,Republic of Korea,Monogastrics,47.622179,0.215732568642019
-2002,Republic of Korea,Oilcrops,47.622179,0.0251258137516135
-2002,Republic of Korea,Pulses,47.622179,0.00152330282912926
+2002,Republic of Korea,FruitVeg,47.622179,0.269415832484272
+2002,Republic of Korea,OilcropsPulses,47.622179,0.0266491165807428
 2002,Republic of Korea,Starchy Roots,47.622179,0.0345874975607479
+2002,Republic of Korea,Sugar,47.622179,0.0366626231025674
 2003,Republic of Korea,Ruminants,47.859311,0.3882862208359
 2003,Republic of Korea,Cereals,47.859311,0.220164515113893
 2003,Republic of Korea,Monogastrics,47.859311,0.232632061919989
-2003,Republic of Korea,Oilcrops,47.859311,0.0265189567814714
-2003,Republic of Korea,Pulses,47.859311,0.00152751885625767
+2003,Republic of Korea,FruitVeg,47.859311,0.274809973758293
+2003,Republic of Korea,OilcropsPulses,47.859311,0.0280464756377291
 2003,Republic of Korea,Starchy Roots,47.859311,0.036955713800393
+2003,Republic of Korea,Sugar,47.859311,0.0366917526246878
 2004,Republic of Korea,Ruminants,48.039415,0.287444539031127
 2004,Republic of Korea,Cereals,48.039415,0.221717999688381
 2004,Republic of Korea,Monogastrics,48.039415,0.211119027989829
-2004,Republic of Korea,Oilcrops,48.039415,0.0246909542924284
-2004,Republic of Korea,Pulses,48.039415,0.00159800030870484
+2004,Republic of Korea,FruitVeg,48.039415,0.292255598866056
+2004,Republic of Korea,OilcropsPulses,48.039415,0.0262889546011333
 2004,Republic of Korea,Starchy Roots,48.039415,0.0542778050065764
+2004,Republic of Korea,Sugar,48.039415,0.0360154885316568
 2005,Republic of Korea,Ruminants,48.138077,0.306506240371837
 2005,Republic of Korea,Cereals,48.138077,0.218562906033824
 2005,Republic of Korea,Monogastrics,48.138077,0.22821345148457
-2005,Republic of Korea,Oilcrops,48.138077,0.0234102205619888
-2005,Republic of Korea,Pulses,48.138077,0.00151075831300864
+2005,Republic of Korea,FruitVeg,48.138077,0.285933586420579
+2005,Republic of Korea,OilcropsPulses,48.138077,0.0249209788749974
 2005,Republic of Korea,Starchy Roots,48.138077,0.0427085610420209
+2005,Republic of Korea,Sugar,48.138077,0.0364285843823799
 2006,Republic of Korea,Ruminants,48.371946,0.316962623335435
 2006,Republic of Korea,Cereals,48.371946,0.219126764095867
 2006,Republic of Korea,Monogastrics,48.371946,0.253614590986271
-2006,Republic of Korea,Oilcrops,48.371946,0.0247126092466902
-2006,Republic of Korea,Pulses,48.371946,0.00127495387512423
+2006,Republic of Korea,FruitVeg,48.371946,0.289164467354694
+2006,Republic of Korea,OilcropsPulses,48.371946,0.0259875631218144
 2006,Republic of Korea,Starchy Roots,48.371946,0.0418328218591826
+2006,Republic of Korea,Sugar,48.371946,0.0362815463326615
 2007,Republic of Korea,Ruminants,48.597652,0.327759388457698
 2007,Republic of Korea,Cereals,48.597652,0.215612371560667
 2007,Republic of Korea,Monogastrics,48.597652,0.263010455731483
-2007,Republic of Korea,Oilcrops,48.597652,0.0250989286478285
-2007,Republic of Korea,Pulses,48.597652,0.00139412085176461
+2007,Republic of Korea,FruitVeg,48.597652,0.290182538037023
+2007,Republic of Korea,OilcropsPulses,48.597652,0.0264930494995931
 2007,Republic of Korea,Starchy Roots,48.597652,0.038752715871952
+2007,Republic of Korea,Sugar,48.597652,0.0349004927233933
 2008,Republic of Korea,Ruminants,48.948698,0.326063406221755
 2008,Republic of Korea,Cereals,48.948698,0.210506477618669
 2008,Republic of Korea,Monogastrics,48.948698,0.262120148732046
-2008,Republic of Korea,Oilcrops,48.948698,0.024709155696031
-2008,Republic of Korea,Pulses,48.948698,0.00128673494032466
+2008,Republic of Korea,FruitVeg,48.948698,0.292341156857737
+2008,Republic of Korea,OilcropsPulses,48.948698,0.0259958906363556
 2008,Republic of Korea,Starchy Roots,48.948698,0.0790618373546933
+2008,Republic of Korea,Sugar,48.948698,0.0347718952606257
 2009,Republic of Korea,Ruminants,49.182038,0.341627032617071
 2009,Republic of Korea,Cereals,49.182038,0.218696813661931
 2009,Republic of Korea,Monogastrics,49.182038,0.260817437048867
-2009,Republic of Korea,Oilcrops,49.182038,0.0262668659643588
-2009,Republic of Korea,Pulses,49.182038,0.00129331769456158
+2009,Republic of Korea,FruitVeg,49.182038,0.287921191879035
+2009,Republic of Korea,OilcropsPulses,49.182038,0.0275601836589204
 2009,Republic of Korea,Starchy Roots,49.182038,0.0562770294309479
+2009,Republic of Korea,Sugar,49.182038,0.0330615823606171
 2010,Republic of Korea,Ruminants,49.410366,0.355073046817747
 2010,Republic of Korea,Cereals,49.410366,0.227311188101703
 2010,Republic of Korea,Monogastrics,49.410366,0.269720705974937
-2010,Republic of Korea,Oilcrops,49.410366,0.0278014131690504
-2010,Republic of Korea,Pulses,49.410366,0.00139784433088393
+2010,Republic of Korea,FruitVeg,49.410366,0.264761791078415
+2010,Republic of Korea,OilcropsPulses,49.410366,0.0291992574999343
 2010,Republic of Korea,Starchy Roots,49.410366,0.0418369497607041
+2010,Republic of Korea,Sugar,49.410366,0.0364008030217789
 2011,Republic of Korea,Ruminants,49.77944,0.414254139861758
 2011,Republic of Korea,Cereals,49.77944,0.229554490769683
 2011,Republic of Korea,Monogastrics,49.77944,0.271503259176881
-2011,Republic of Korea,Oilcrops,49.77944,0.0290096875336484
-2011,Republic of Korea,Pulses,49.77944,0.00134463143820019
+2011,Republic of Korea,FruitVeg,49.77944,0.289614266452174
+2011,Republic of Korea,OilcropsPulses,49.77944,0.0303543189718486
 2011,Republic of Korea,Starchy Roots,49.77944,0.0450757180072737
+2011,Republic of Korea,Sugar,49.77944,0.034879620984085
 1992,Republic of Moldova,Ruminants,3.706,0.514419077172153
 1992,Republic of Moldova,Cereals,3.706,0.194591743119266
 1992,Republic of Moldova,Monogastrics,3.706,0.24046230437129
-1992,Republic of Moldova,Oilcrops,3.706,0.00440825688073395
-1992,Republic of Moldova,Pulses,3.706,0.00107933081489477
+1992,Republic of Moldova,FruitVeg,3.706,0.416433890987588
+1992,Republic of Moldova,OilcropsPulses,3.706,0.00548758769562871
 1992,Republic of Moldova,Starchy Roots,3.706,0.0785752833243389
+1992,Republic of Moldova,Sugar,3.706,0.0284900161899622
 1993,Republic of Moldova,Ruminants,3.701,0.45490988921913
 1993,Republic of Moldova,Cereals,3.701,0.193286949473115
 1993,Republic of Moldova,Monogastrics,3.701,0.16400405295866
-1993,Republic of Moldova,Oilcrops,3.701,0.00543528776006485
-1993,Republic of Moldova,Pulses,3.701,0.00094569035395839
+1993,Republic of Moldova,FruitVeg,3.701,0.480988111321265
+1993,Republic of Moldova,OilcropsPulses,3.701,0.00638097811402324
 1993,Republic of Moldova,Starchy Roots,3.701,0.112293974601459
+1993,Republic of Moldova,Sugar,3.701,0.0272918130235072
 1994,Republic of Moldova,Ruminants,3.691,0.43501425088052
 1994,Republic of Moldova,Cereals,3.691,0.222727716066107
 1994,Republic of Moldova,Monogastrics,3.691,0.12657840693579
-1994,Republic of Moldova,Oilcrops,3.691,0.00500460579788675
-1994,Republic of Moldova,Pulses,3.691,0.000541858574911948
+1994,Republic of Moldova,FruitVeg,3.691,0.331924139799512
+1994,Republic of Moldova,OilcropsPulses,3.691,0.0055464643727987
 1994,Republic of Moldova,Starchy Roots,3.691,0.0999525873746952
+1994,Republic of Moldova,Sugar,3.691,0.0306315361690599
 1995,Republic of Moldova,Ruminants,3.675099,0.27937029723553
 1995,Republic of Moldova,Cereals,3.675099,0.245384137951114
 1995,Republic of Moldova,Monogastrics,3.675099,0.128185526430717
-1995,Republic of Moldova,Oilcrops,3.675099,0.00552937485493588
-1995,Republic of Moldova,Pulses,3.675099,0.000544203026911656
+1995,Republic of Moldova,FruitVeg,3.675099,0.292629395833963
+1995,Republic of Moldova,OilcropsPulses,3.675099,0.00607357788184754
 1995,Republic of Moldova,Starchy Roots,3.675099,0.0806035429249661
+1995,Republic of Moldova,Sugar,3.675099,0.0281078142384736
 1996,Republic of Moldova,Ruminants,3.667748,0.328729018460374
 1996,Republic of Moldova,Cereals,3.667748,0.220077279027894
 1996,Republic of Moldova,Monogastrics,3.667748,0.124810183251412
-1996,Republic of Moldova,Oilcrops,3.667748,0.00609393011733631
-1996,Republic of Moldova,Pulses,3.667748,0.000545293733375357
+1996,Republic of Moldova,FruitVeg,3.667748,0.24268979221037
+1996,Republic of Moldova,OilcropsPulses,3.667748,0.00663922385071166
 1996,Republic of Moldova,Starchy Roots,3.667748,0.0809611238285727
+1996,Republic of Moldova,Sugar,3.667748,0.029969888880043
 1997,Republic of Moldova,Ruminants,3.654208,0.262614552866175
 1997,Republic of Moldova,Cereals,3.654208,0.230262480953465
 1997,Republic of Moldova,Monogastrics,3.654208,0.124941218452808
-1997,Republic of Moldova,Oilcrops,3.654208,0.00319029458640559
-1997,Republic of Moldova,Pulses,3.654208,0.000273657109830639
+1997,Republic of Moldova,FruitVeg,3.654208,0.181325474630891
+1997,Republic of Moldova,OilcropsPulses,3.654208,0.00346395169623623
 1997,Republic of Moldova,Starchy Roots,3.654208,0.0807009343748358
+1997,Republic of Moldova,Sugar,3.654208,0.0279784292519747
 1998,Republic of Moldova,Ruminants,3.652732,0.283030126491623
 1998,Republic of Moldova,Cereals,3.652732,0.225201027614399
 1998,Republic of Moldova,Monogastrics,3.652732,0.12764128329152
-1998,Republic of Moldova,Oilcrops,3.652732,0.00490454815737919
-1998,Republic of Moldova,Pulses,3.652732,0.000273767689499257
+1998,Republic of Moldova,FruitVeg,3.652732,0.224374522959801
+1998,Republic of Moldova,OilcropsPulses,3.652732,0.00517831584687845
 1998,Republic of Moldova,Starchy Roots,3.652732,0.0758062732223443
+1998,Republic of Moldova,Sugar,3.652732,0.0274490436199535
 1999,Republic of Moldova,Ruminants,3.647001,0.174479826026919
 1999,Republic of Moldova,Cereals,3.647001,0.231510218944278
 1999,Republic of Moldova,Monogastrics,3.647001,0.127439065687122
-1999,Republic of Moldova,Oilcrops,3.647001,0.0042859873084762
-1999,Republic of Moldova,Pulses,3.647001,0.000274197895750508
+1999,Republic of Moldova,FruitVeg,3.647001,0.199335563659017
+1999,Republic of Moldova,OilcropsPulses,3.647001,0.00456018520422671
 1999,Republic of Moldova,Starchy Roots,3.647001,0.0552914572822985
+1999,Republic of Moldova,Sugar,3.647001,0.0270139766893401
 2000,Republic of Moldova,Ruminants,3.639592,0.193224103141231
 2000,Republic of Moldova,Cereals,3.639592,0.232837087233954
 2000,Republic of Moldova,Monogastrics,3.639592,0.122157346208037
-2000,Republic of Moldova,Oilcrops,3.639592,0.00316683848079675
-2000,Republic of Moldova,Pulses,3.639592,0.000164853642935802
+2000,Republic of Moldova,FruitVeg,3.639592,0.181467867826943
+2000,Republic of Moldova,OilcropsPulses,3.639592,0.00333169212373255
 2000,Republic of Moldova,Starchy Roots,3.639592,0.060732906325764
+2000,Republic of Moldova,Sugar,3.639592,0.0279506604036936
 2001,Republic of Moldova,Ruminants,3.631462,0.205038466601055
 2001,Republic of Moldova,Cereals,3.631462,0.221017595668081
 2001,Republic of Moldova,Monogastrics,3.631462,0.129334659153806
-2001,Republic of Moldova,Oilcrops,3.631462,0.00307149021523563
-2001,Republic of Moldova,Pulses,3.631462,0.000357982542568255
+2001,Republic of Moldova,FruitVeg,3.631462,0.231766159194286
+2001,Republic of Moldova,OilcropsPulses,3.631462,0.00342947275780388
 2001,Republic of Moldova,Starchy Roots,3.631462,0.0734227702231223
+2001,Republic of Moldova,Sugar,3.631462,0.0311819316848145
 2002,Republic of Moldova,Ruminants,3.623062,0.178283286347294
 2002,Republic of Moldova,Cereals,3.623062,0.223704424599965
 2002,Republic of Moldova,Monogastrics,3.623062,0.137934377054547
-2002,Republic of Moldova,Oilcrops,3.623062,0.00424088795609901
-2002,Republic of Moldova,Pulses,3.623062,0.000276009629423951
+2002,Republic of Moldova,FruitVeg,3.623062,0.210031735587191
+2002,Republic of Moldova,OilcropsPulses,3.623062,0.00451689758552296
 2002,Republic of Moldova,Starchy Roots,3.623062,0.0748836205397534
+2002,Republic of Moldova,Sugar,3.623062,0.0290654700361186
 2003,Republic of Moldova,Ruminants,3.612874,0.162266162617351
 2003,Republic of Moldova,Cereals,3.612874,0.216102748116873
 2003,Republic of Moldova,Monogastrics,3.612874,0.137939075650023
-2003,Republic of Moldova,Oilcrops,3.612874,0.00599384312876673
-2003,Republic of Moldova,Pulses,3.612874,0.000276787953302551
+2003,Republic of Moldova,FruitVeg,3.612874,0.2265938419109
+2003,Republic of Moldova,OilcropsPulses,3.612874,0.00627063108206928
 2003,Republic of Moldova,Starchy Roots,3.612874,0.0752140816424819
+2003,Republic of Moldova,Sugar,3.612874,0.0317575426101215
 2004,Republic of Moldova,Ruminants,3.603945,0.222972215169765
 2004,Republic of Moldova,Cereals,3.603945,0.226174650279069
 2004,Republic of Moldova,Monogastrics,3.603945,0.151838166231727
-2004,Republic of Moldova,Oilcrops,3.603945,0.00664688279094159
-2004,Republic of Moldova,Pulses,3.603945,0.000278306133972633
+2004,Republic of Moldova,FruitVeg,3.603945,0.253756092282207
+2004,Republic of Moldova,OilcropsPulses,3.603945,0.00692518892491422
 2004,Republic of Moldova,Starchy Roots,3.603945,0.0675382115986787
+2004,Republic of Moldova,Sugar,3.603945,0.0292268611202446
 2005,Republic of Moldova,Ruminants,3.595187,0.28825271119416
 2005,Republic of Moldova,Cereals,3.595187,0.215275589280891
 2005,Republic of Moldova,Monogastrics,3.595187,0.175086803551526
-2005,Republic of Moldova,Oilcrops,3.595187,0.00780487913424253
-2005,Republic of Moldova,Pulses,3.595187,0.000278984097350152
+2005,Republic of Moldova,FruitVeg,3.595187,0.285010209482845
+2005,Republic of Moldova,OilcropsPulses,3.595187,0.00808386323159268
 2005,Republic of Moldova,Starchy Roots,3.595187,0.0792353777425208
+2005,Republic of Moldova,Sugar,3.595187,0.0294632796569414
 2006,Republic of Moldova,Ruminants,3.585209,0.296024778471771
 2006,Republic of Moldova,Cereals,3.585209,0.192030924835902
 2006,Republic of Moldova,Monogastrics,3.585209,0.183903727788254
-2006,Republic of Moldova,Oilcrops,3.585209,0.0108880681712001
-2006,Republic of Moldova,Pulses,3.585209,0.000294543498022012
+2006,Republic of Moldova,FruitVeg,3.585209,0.256188132965191
+2006,Republic of Moldova,OilcropsPulses,3.585209,0.0111826116692221
 2006,Republic of Moldova,Starchy Roots,3.585209,0.0919221166743696
+2006,Republic of Moldova,Sugar,3.585209,0.0303312861258577
 2007,Republic of Moldova,Ruminants,3.57691,0.256849431492545
 2007,Republic of Moldova,Cereals,3.57691,0.188942690758224
 2007,Republic of Moldova,Monogastrics,3.57691,0.188709109259109
-2007,Republic of Moldova,Oilcrops,3.57691,0.0122164102535429
-2007,Republic of Moldova,Pulses,3.57691,0.000897143064824108
+2007,Republic of Moldova,FruitVeg,3.57691,0.154148133444789
+2007,Republic of Moldova,OilcropsPulses,3.57691,0.013113553318367
 2007,Republic of Moldova,Starchy Roots,3.57691,0.0607622221414573
+2007,Republic of Moldova,Sugar,3.57691,0.0379836227358251
 2008,Republic of Moldova,Ruminants,3.570108,0.253617873744996
 2008,Republic of Moldova,Cereals,3.570108,0.177439450011036
 2008,Republic of Moldova,Monogastrics,3.570108,0.154871197173867
-2008,Republic of Moldova,Oilcrops,3.570108,0.0162810200699811
-2008,Republic of Moldova,Pulses,3.570108,0.0011282571843765
+2008,Republic of Moldova,FruitVeg,3.570108,0.227000135570128
+2008,Republic of Moldova,OilcropsPulses,3.570108,0.0174092772543576
 2008,Republic of Moldova,Starchy Roots,3.570108,0.0593158526296684
+2008,Republic of Moldova,Sugar,3.570108,0.0311864515023075
 2009,Republic of Moldova,Ruminants,3.565604,0.254271141719608
 2009,Republic of Moldova,Cereals,3.565604,0.181168744482001
 2009,Republic of Moldova,Monogastrics,3.565604,0.147261585975335
-2009,Republic of Moldova,Oilcrops,3.565604,0.0153073644745743
-2009,Republic of Moldova,Pulses,3.565604,0.00112463414333168
+2009,Republic of Moldova,FruitVeg,3.565604,0.19416822507491
+2009,Republic of Moldova,OilcropsPulses,3.565604,0.016431998617906
 2009,Republic of Moldova,Starchy Roots,3.565604,0.0598134285243117
+2009,Republic of Moldova,Sugar,3.565604,0.0249685607263173
 2010,Republic of Moldova,Ruminants,3.562045,0.225340106596071
 2010,Republic of Moldova,Cereals,3.562045,0.181038420345616
 2010,Republic of Moldova,Monogastrics,3.562045,0.187031831433909
-2010,Republic of Moldova,Oilcrops,3.562045,0.0134731593789523
-2010,Republic of Moldova,Pulses,3.562045,0.00162855887558972
+2010,Republic of Moldova,FruitVeg,3.562045,0.195678886706934
+2010,Republic of Moldova,OilcropsPulses,3.562045,0.015101718254542
 2010,Republic of Moldova,Starchy Roots,3.562045,0.0574484600840248
+2010,Republic of Moldova,Sugar,3.562045,0.0276599537625156
 2011,Republic of Moldova,Ruminants,3.559986,0.20482611448472
 2011,Republic of Moldova,Cereals,3.559986,0.174711361224454
 2011,Republic of Moldova,Monogastrics,3.559986,0.199961713332581
-2011,Republic of Moldova,Oilcrops,3.559986,0.0142652246385239
-2011,Republic of Moldova,Pulses,3.559986,0.00101348713169097
+2011,Republic of Moldova,FruitVeg,3.559986,0.195334195134475
+2011,Republic of Moldova,OilcropsPulses,3.559986,0.0152787117702148
 2011,Republic of Moldova,Starchy Roots,3.559986,0.0600055730556244
+2011,Republic of Moldova,Sugar,3.559986,0.0316006860701138
 1961,Romania,Ruminants,18.55525,0.345590644157314
 1961,Romania,Cereals,18.55525,0.243349725818838
 1961,Romania,Monogastrics,18.55525,0.115746664690586
-1961,Romania,Oilcrops,18.55525,0.0111490817962571
-1961,Romania,Pulses,18.55525,0.00643499818110777
+1961,Romania,FruitVeg,18.55525,0.162626210910659
+1961,Romania,OilcropsPulses,18.55525,0.0175840799773649
 1961,Romania,Starchy Roots,18.55525,0.0693604235997898
+1961,Romania,Sugar,18.55525,0.0107559855027553
 1962,Romania,Ruminants,18.67655,0.364076721878505
 1962,Romania,Cereals,18.67655,0.24231852242518
 1962,Romania,Monogastrics,18.67655,0.114731237835682
-1962,Romania,Oilcrops,18.67655,0.0129565149880465
-1962,Romania,Pulses,18.67655,0.0066017546067127
+1962,Romania,FruitVeg,18.67655,0.15802399265389
+1962,Romania,OilcropsPulses,18.67655,0.0195582695947592
 1962,Romania,Starchy Roots,18.67655,0.0709981233150662
+1962,Romania,Sugar,18.67655,0.0118558834474247
 1963,Romania,Ruminants,18.79785,0.319096550935346
 1963,Romania,Cereals,18.79785,0.244392789600938
 1963,Romania,Monogastrics,18.79785,0.106780456275585
-1963,Romania,Oilcrops,18.79785,0.0138285495415699
-1963,Romania,Pulses,18.79785,0.00674651622392986
+1963,Romania,FruitVeg,18.79785,0.173272847692688
+1963,Romania,OilcropsPulses,18.79785,0.0205750657654998
 1963,Romania,Starchy Roots,18.79785,0.0727742800373447
+1963,Romania,Sugar,18.79785,0.0132480044260381
 1964,Romania,Ruminants,18.919126,0.32505201878776
 1964,Romania,Cereals,18.919126,0.241846002822752
 1964,Romania,Monogastrics,18.919126,0.121610226603491
-1964,Romania,Oilcrops,18.919126,0.0142533539868596
-1964,Romania,Pulses,18.919126,0.00639643712928388
+1964,Romania,FruitVeg,18.919126,0.153938400748534
+1964,Romania,OilcropsPulses,18.919126,0.0206497911161435
 1964,Romania,Starchy Roots,18.919126,0.0744220425404429
+1964,Romania,Sugar,18.919126,0.0146059601273336
 1965,Romania,Ruminants,19.031576,0.30136553063183
 1965,Romania,Cereals,19.031576,0.240528267338448
 1965,Romania,Monogastrics,19.031576,0.142062270618051
-1965,Romania,Oilcrops,19.031576,0.0151402595349959
-1965,Romania,Pulses,19.031576,0.0065324595293632
+1965,Romania,FruitVeg,19.031576,0.164906101312892
+1965,Romania,OilcropsPulses,19.031576,0.0216727190643591
 1965,Romania,Starchy Roots,19.031576,0.0759842484931358
+1965,Romania,Sugar,19.031576,0.0165386198179278
 1966,Romania,Ruminants,19.21545,0.343758584888722
 1966,Romania,Cereals,19.21545,0.238779523768634
 1966,Romania,Monogastrics,19.21545,0.139749201814165
-1966,Romania,Oilcrops,19.21545,0.0161523669755327
-1966,Romania,Pulses,19.21545,0.00670564571737846
+1966,Romania,FruitVeg,19.21545,0.205749592125087
+1966,Romania,OilcropsPulses,19.21545,0.0228580126929112
 1966,Romania,Starchy Roots,19.21545,0.0776978941424739
+1966,Romania,Sugar,19.21545,0.0175031029718274
 1967,Romania,Ruminants,19.534242,0.33757905220996
 1967,Romania,Cereals,19.534242,0.234800613200144
 1967,Romania,Monogastrics,19.534242,0.150037068241501
-1967,Romania,Oilcrops,19.534242,0.0163832822384406
-1967,Romania,Pulses,19.534242,0.00661377083380046
+1967,Romania,FruitVeg,19.534242,0.18234677342484
+1967,Romania,OilcropsPulses,19.534242,0.022997053072241
 1967,Romania,Starchy Roots,19.534242,0.078979261135395
+1967,Romania,Sugar,19.534242,0.0163879407248052
 1968,Romania,Ruminants,19.799831,0.376120109308004
 1968,Romania,Cereals,19.799831,0.233775631721301
 1968,Romania,Monogastrics,19.799831,0.146183338635567
-1968,Romania,Oilcrops,19.799831,0.0162740277934696
-1968,Romania,Pulses,19.799831,0.00614353728574754
+1968,Romania,FruitVeg,19.799831,0.196779659381941
+1968,Romania,OilcropsPulses,19.799831,0.0224175650792171
 1968,Romania,Starchy Roots,19.799831,0.0815714033114727
+1968,Romania,Sugar,19.799831,0.018910767470692
 1969,Romania,Ruminants,20.009141,0.383291181765374
 1969,Romania,Cereals,20.009141,0.231765521568367
 1969,Romania,Monogastrics,20.009141,0.150578693008361
-1969,Romania,Oilcrops,20.009141,0.0165824709816378
-1969,Romania,Pulses,20.009141,0.00605628197632272
+1969,Romania,FruitVeg,20.009141,0.20251574018095
+1969,Romania,OilcropsPulses,20.009141,0.0226387529579606
 1969,Romania,Starchy Roots,20.009141,0.0839016527496108
+1969,Romania,Sugar,20.009141,0.0203394038754587
 1970,Romania,Ruminants,20.250398,0.416862350063441
 1970,Romania,Cereals,20.250398,0.213421583121477
 1970,Romania,Monogastrics,20.250398,0.167228920636523
-1970,Romania,Oilcrops,20.250398,0.0169940857458703
-1970,Romania,Pulses,20.250398,0.00577578771538219
+1970,Romania,FruitVeg,20.250398,0.165693187857345
+1970,Romania,OilcropsPulses,20.250398,0.0227698734612525
 1970,Romania,Starchy Roots,20.250398,0.0623049482780536
+1970,Romania,Sugar,20.250398,0.0211931143279258
 1971,Romania,Ruminants,20.461567,0.403546013851236
 1971,Romania,Cereals,20.461567,0.219407731577938
 1971,Romania,Monogastrics,20.461567,0.182082491531563
-1971,Romania,Oilcrops,20.461567,0.0178577720855886
-1971,Romania,Pulses,20.461567,0.00568045448327589
+1971,Romania,FruitVeg,20.461567,0.195251272788638
+1971,Romania,OilcropsPulses,20.461567,0.0235382265688645
 1971,Romania,Starchy Roots,20.461567,0.0760303450854962
+1971,Romania,Sugar,20.461567,0.0215768909585468
 1972,Romania,Ruminants,20.657957,0.417236186521252
 1972,Romania,Cereals,20.657957,0.214175051288954
 1972,Romania,Monogastrics,20.657957,0.218382509945199
-1972,Romania,Oilcrops,20.657957,0.0178508939678788
-1972,Romania,Pulses,20.657957,0.00515346217440573
+1972,Romania,FruitVeg,20.657957,0.20275460927719
+1972,Romania,OilcropsPulses,20.657957,0.0230043561422845
 1972,Romania,Starchy Roots,20.657957,0.089820111446645
+1972,Romania,Sugar,20.657957,0.0221926592256921
 1973,Romania,Ruminants,20.835681,0.421246212206839
 1973,Romania,Cereals,20.835681,0.212583404401325
 1973,Romania,Monogastrics,20.835681,0.224283981886649
-1973,Romania,Oilcrops,20.835681,0.0183787129395963
-1973,Romania,Pulses,20.835681,0.00488057001832578
+1973,Romania,FruitVeg,20.835681,0.228921243322932
+1973,Romania,OilcropsPulses,20.835681,0.023259282957922
 1973,Romania,Starchy Roots,20.835681,0.0917656591114061
+1973,Romania,Sugar,20.835681,0.0222785614734647
 1974,Romania,Ruminants,21.029429,0.416413065709012
 1974,Romania,Cereals,21.029429,0.228518092431326
 1974,Romania,Monogastrics,21.029429,0.249812379594329
-1974,Romania,Oilcrops,21.029429,0.0164912704001616
-1974,Romania,Pulses,21.029429,0.00431823422309755
+1974,Romania,FruitVeg,21.029429,0.203847284679009
+1974,Romania,OilcropsPulses,21.029429,0.0208095046232591
 1974,Romania,Starchy Roots,21.029429,0.0835971342826284
+1974,Romania,Sugar,21.029429,0.0225077913432647
 1975,Romania,Ruminants,21.293583,0.448953410048464
 1975,Romania,Cereals,21.293583,0.206955259713689
 1975,Romania,Monogastrics,21.293583,0.262352183754138
-1975,Romania,Oilcrops,21.293583,0.0178664623985545
-1975,Romania,Pulses,21.293583,0.00324980535215703
+1975,Romania,FruitVeg,21.293583,0.209266284589118
+1975,Romania,OilcropsPulses,21.293583,0.0211162677507116
 1975,Romania,Starchy Roots,21.293583,0.0953338853306181
+1975,Romania,Sugar,21.293583,0.0224222480547309
 1976,Romania,Ruminants,21.551634,0.467214439517672
 1976,Romania,Cereals,21.551634,0.209031250252301
 1976,Romania,Monogastrics,21.551634,0.261787463539888
-1976,Romania,Oilcrops,21.551634,0.0200897992235763
-1976,Romania,Pulses,21.551634,0.00301346060349763
+1976,Romania,FruitVeg,21.551634,0.263173038294915
+1976,Romania,OilcropsPulses,21.551634,0.0231032598270739
 1976,Romania,Starchy Roots,21.551634,0.0931715896808567
+1976,Romania,Sugar,21.551634,0.0274380587569369
 1977,Romania,Ruminants,21.756096,0.479821301579107
 1977,Romania,Cereals,21.756096,0.203957456337755
 1977,Romania,Monogastrics,21.756096,0.273183534398819
-1977,Romania,Oilcrops,21.756096,0.0208163725697846
-1977,Romania,Pulses,21.756096,0.00308051591609083
+1977,Romania,FruitVeg,21.756096,0.251416154810128
+1977,Romania,OilcropsPulses,21.756096,0.0238968884858754
 1977,Romania,Starchy Roots,21.756096,0.0879753426350022
+1977,Romania,Sugar,21.756096,0.0276966051262138
 1978,Romania,Ruminants,21.951464,0.464847670296614
 1978,Romania,Cereals,21.951464,0.205400833402273
 1978,Romania,Monogastrics,21.951464,0.294213310784192
-1978,Romania,Oilcrops,21.951464,0.0218209136301797
-1978,Romania,Pulses,21.951464,0.00316038146704019
+1978,Romania,FruitVeg,21.951464,0.257900019789113
+1978,Romania,OilcropsPulses,21.951464,0.0249812950972199
 1978,Romania,Starchy Roots,21.951464,0.0787510117776199
+1978,Romania,Sugar,21.951464,0.0290413432106396
 1979,Romania,Ruminants,22.090488,0.504788006494017
 1979,Romania,Cereals,22.090488,0.191819030887865
 1979,Romania,Monogastrics,22.090488,0.31146038059458
-1979,Romania,Oilcrops,22.090488,0.0222474487661839
-1979,Romania,Pulses,22.090488,0.00319911447859368
+1979,Romania,FruitVeg,22.090488,0.274230836367218
+1979,Romania,OilcropsPulses,22.090488,0.0254465632447776
 1979,Romania,Starchy Roots,22.090488,0.0703651272891753
+1979,Romania,Sugar,22.090488,0.0301723529149741
 1980,Romania,Ruminants,22.242653,0.517017259586795
 1980,Romania,Cereals,22.242653,0.196600108808963
 1980,Romania,Monogastrics,22.242653,0.290363186441833
-1980,Romania,Oilcrops,22.242653,0.0201350081755086
-1980,Romania,Pulses,22.242653,0.0036490700996864
+1980,Romania,FruitVeg,22.242653,0.239452281164482
+1980,Romania,OilcropsPulses,22.242653,0.023784078275195
 1980,Romania,Starchy Roots,22.242653,0.0704682125823749
+1980,Romania,Sugar,22.242653,0.0310279533650954
 1981,Romania,Ruminants,22.415169,0.451959996375669
 1981,Romania,Cereals,22.415169,0.197027066804627
 1981,Romania,Monogastrics,22.415169,0.294206512562988
-1981,Romania,Oilcrops,22.415169,0.0193020628129103
-1981,Romania,Pulses,22.415169,0.00421009540458963
+1981,Romania,FruitVeg,22.415169,0.295048589640346
+1981,Romania,OilcropsPulses,22.415169,0.0235121582175
 1981,Romania,Starchy Roots,22.415169,0.0708002692283962
+1981,Romania,Sugar,22.415169,0.0264789884028981
 1982,Romania,Ruminants,22.515389,0.378825149323425
 1982,Romania,Cereals,22.515389,0.173057547440109
 1982,Romania,Monogastrics,22.515389,0.284395539424169
-1982,Romania,Oilcrops,22.515389,0.0202553906574743
-1982,Romania,Pulses,22.515389,0.00452135204059766
+1982,Romania,FruitVeg,22.515389,0.355949746193592
+1982,Romania,OilcropsPulses,22.515389,0.024776742698072
 1982,Romania,Starchy Roots,22.515389,0.0722172732614124
+1982,Romania,Sugar,22.515389,0.0269782591808651
 1983,Romania,Ruminants,22.58879,0.363040605539296
 1983,Romania,Cereals,22.58879,0.17534299092603
 1983,Romania,Monogastrics,22.58879,0.280119554876556
-1983,Romania,Oilcrops,22.58879,0.019432780596039
-1983,Romania,Pulses,22.58879,0.00443228698836901
+1983,Romania,FruitVeg,22.58879,0.323936651763994
+1983,Romania,OilcropsPulses,22.58879,0.023865067584408
 1983,Romania,Starchy Roots,22.58879,0.0708315939012227
+1983,Romania,Sugar,22.58879,0.0278706827590145
 1984,Romania,Ruminants,22.65594,0.41404630750258
 1984,Romania,Cereals,22.65594,0.174061548538706
 1984,Romania,Monogastrics,22.65594,0.303418657535287
-1984,Romania,Oilcrops,22.65594,0.0218071728650411
-1984,Romania,Pulses,22.65594,0.00478858965904747
+1984,Romania,FruitVeg,22.65594,0.351307957206808
+1984,Romania,OilcropsPulses,22.65594,0.0265957625240886
 1984,Romania,Starchy Roots,22.65594,0.0706216559542442
+1984,Romania,Sugar,22.65594,0.0284900560294563
 1985,Romania,Ruminants,22.755427,0.406223596683112
 1985,Romania,Cereals,22.755427,0.171397882360107
 1985,Romania,Monogastrics,22.755427,0.289939107712635
-1985,Romania,Oilcrops,22.755427,0.0206405707086929
-1985,Romania,Pulses,22.755427,0.00454603642462961
+1985,Romania,FruitVeg,22.755427,0.29572026927906
+1985,Romania,OilcropsPulses,22.755427,0.0251866071333225
 1985,Romania,Starchy Roots,22.755427,0.0783109892862041
+1985,Romania,Sugar,22.755427,0.0275535150362153
 1986,Romania,Ruminants,22.859269,0.355262650787302
 1986,Romania,Cereals,22.859269,0.174437336557
 1986,Romania,Monogastrics,22.859269,0.282417959209457
-1986,Romania,Oilcrops,22.859269,0.019128783164501
-1986,Romania,Pulses,22.859269,0.00390957383632871
+1986,Romania,FruitVeg,22.859269,0.288639588606267
+1986,Romania,OilcropsPulses,22.859269,0.0230383570008297
 1986,Romania,Starchy Roots,22.859269,0.078173978354251
+1986,Romania,Sugar,22.859269,0.025154653895538
 1987,Romania,Ruminants,22.94943,0.369730176305032
 1987,Romania,Cereals,22.94943,0.178299983921169
 1987,Romania,Monogastrics,22.94943,0.291891680969854
-1987,Romania,Oilcrops,22.94943,0.0205595955977992
-1987,Romania,Pulses,22.94943,0.00364192051828738
+1987,Romania,FruitVeg,22.94943,0.238143343865185
+1987,Romania,OilcropsPulses,22.94943,0.0242015161160865
 1987,Romania,Starchy Roots,22.94943,0.0700670997057443
+1987,Romania,Sugar,22.94943,0.0241172874446119
 1988,Romania,Ruminants,23.057662,0.360603251968912
 1988,Romania,Cereals,23.057662,0.181909293318637
 1988,Romania,Monogastrics,23.057662,0.278824921624751
-1988,Romania,Oilcrops,23.057662,0.0193104574089082
-1988,Romania,Pulses,23.057662,0.00324620943788663
+1988,Romania,FruitVeg,23.057662,0.259431203389138
+1988,Romania,OilcropsPulses,23.057662,0.0225566668467948
 1988,Romania,Starchy Roots,23.057662,0.058288650427784
+1988,Romania,Sugar,23.057662,0.0247410166737634
 1989,Romania,Ruminants,23.161458,0.477365427513242
 1989,Romania,Cereals,23.161458,0.185870984460477
 1989,Romania,Monogastrics,23.161458,0.26042864831739
-1989,Romania,Oilcrops,23.161458,0.0189555424360591
-1989,Romania,Pulses,23.161458,0.0039728068932448
+1989,Romania,FruitVeg,23.161458,0.238157977792244
+1989,Romania,OilcropsPulses,23.161458,0.0229283493293039
 1989,Romania,Starchy Roots,23.161458,0.071670790327621
+1989,Romania,Sugar,23.161458,0.0252933990597656
 1990,Romania,Ruminants,23.201835,0.671620580872159
 1990,Romania,Cereals,23.201835,0.189303259849921
 1990,Romania,Monogastrics,23.201835,0.310105351581028
-1990,Romania,Oilcrops,23.201835,0.0201843517980367
-1990,Romania,Pulses,23.201835,0.00165331750699891
+1990,Romania,FruitVeg,23.201835,0.227009889519514
+1990,Romania,OilcropsPulses,23.201835,0.0218376693050356
 1990,Romania,Starchy Roots,23.201835,0.0594134041553179
+1990,Romania,Sugar,23.201835,0.0252017997714405
 1991,Romania,Ruminants,23.001155,0.595094342001521
 1991,Romania,Cereals,23.001155,0.174205164914544
 1991,Romania,Monogastrics,23.001155,0.288734009226928
-1991,Romania,Oilcrops,23.001155,0.0185160701712588
-1991,Romania,Pulses,23.001155,0.00124380710446932
+1991,Romania,FruitVeg,23.001155,0.207157423181575
+1991,Romania,OilcropsPulses,23.001155,0.0197598772757281
 1991,Romania,Starchy Roots,23.001155,0.048766811927488
+1991,Romania,Sugar,23.001155,0.0258281377609081
 1992,Romania,Ruminants,22.794284,0.514377999326498
 1992,Romania,Cereals,22.794284,0.177437246987008
 1992,Romania,Monogastrics,22.794284,0.268033788646311
-1992,Romania,Oilcrops,22.794284,0.0165749009707872
-1992,Romania,Pulses,22.794284,0.00111032221937745
+1992,Romania,FruitVeg,22.794284,0.194932773497075
+1992,Romania,OilcropsPulses,22.794284,0.0176852231901647
 1992,Romania,Starchy Roots,22.794284,0.0617077948138226
+1992,Romania,Sugar,22.794284,0.0269278912204481
 1993,Romania,Ruminants,22.76328,0.51040588614646
 1993,Romania,Cereals,22.76328,0.192815534492393
 1993,Romania,Monogastrics,22.76328,0.253240842268777
-1993,Romania,Oilcrops,22.76328,0.0141081162292956
-1993,Romania,Pulses,22.76328,0.00129085087913517
+1993,Romania,FruitVeg,22.76328,0.262020719333945
+1993,Romania,OilcropsPulses,22.76328,0.0153989671084308
 1993,Romania,Starchy Roots,22.76328,0.0748466389729424
+1993,Romania,Sugar,22.76328,0.0260980842831086
 1994,Romania,Ruminants,22.730211,0.513508299592995
 1994,Romania,Cereals,22.730211,0.189261815475448
 1994,Romania,Monogastrics,22.730211,0.24185473245277
-1994,Romania,Oilcrops,22.730211,0.0128894535998808
-1994,Romania,Pulses,22.730211,0.00116844493876454
+1994,Romania,FruitVeg,22.730211,0.233966459880201
+1994,Romania,OilcropsPulses,22.730211,0.0140578985386453
 1994,Romania,Starchy Roots,22.730211,0.066980108543647
+1994,Romania,Sugar,22.730211,0.0267643357996105
 1995,Romania,Ruminants,22.68427,0.474597701402778
 1995,Romania,Cereals,22.68427,0.193021992772966
 1995,Romania,Monogastrics,22.68427,0.248150969813003
-1995,Romania,Oilcrops,22.68427,0.0147485901023044
-1995,Romania,Pulses,22.68427,0.00118169991804894
+1995,Romania,FruitVeg,22.68427,0.25032888428854
+1995,Romania,OilcropsPulses,22.68427,0.0159302900203533
 1995,Romania,Starchy Roots,22.68427,0.0711029272707475
+1995,Romania,Sugar,22.68427,0.0256210581164834
 1996,Romania,Ruminants,22.619004,0.438381009172641
 1996,Romania,Cereals,22.619004,0.189890103030178
 1996,Romania,Monogastrics,22.619004,0.234668772329675
-1996,Romania,Oilcrops,22.619004,0.0177763353328909
-1996,Romania,Pulses,22.619004,0.00239205934973971
+1996,Romania,FruitVeg,22.619004,0.263766919179996
+1996,Romania,OilcropsPulses,22.619004,0.0201683946826306
 1996,Romania,Starchy Roots,22.619004,0.0734006236525711
+1996,Romania,Sugar,22.619004,0.027044250047438
 1997,Romania,Ruminants,22.553978,0.428533680399972
 1997,Romania,Cereals,22.553978,0.199238865977434
 1997,Romania,Monogastrics,22.553978,0.234806560510079
-1997,Romania,Oilcrops,22.553978,0.015741923664198
-1997,Romania,Pulses,22.553978,0.00212836068209342
+1997,Romania,FruitVeg,22.553978,0.241846648959221
+1997,Romania,OilcropsPulses,22.553978,0.0178702843462914
 1997,Romania,Starchy Roots,22.553978,0.0818611687924853
+1997,Romania,Sugar,22.553978,0.0215611188412084
 1998,Romania,Ruminants,22.507344,0.406303822432358
 1998,Romania,Cereals,22.507344,0.197231001578862
 1998,Romania,Monogastrics,22.507344,0.260278640607261
-1998,Romania,Oilcrops,22.507344,0.0130722221155904
-1998,Romania,Pulses,22.507344,0.00160405421448217
+1998,Romania,FruitVeg,22.507344,0.238846840391296
+1998,Romania,OilcropsPulses,22.507344,0.0146762763300725
 1998,Romania,Starchy Roots,22.507344,0.084382590855678
+1998,Romania,Sugar,22.507344,0.0222445615973169
 1999,Romania,Ruminants,22.47204,0.381939859487612
 1999,Romania,Cereals,22.47204,0.202520109433767
 1999,Romania,Monogastrics,22.47204,0.241395850131986
-1999,Romania,Oilcrops,22.47204,0.0183552984063752
-1999,Romania,Pulses,22.47204,0.00151036577008585
+1999,Romania,FruitVeg,22.47204,0.265304485040076
+1999,Romania,OilcropsPulses,22.47204,0.0198656641764611
 1999,Romania,Starchy Roots,22.47204,0.0863691947860541
+1999,Romania,Sugar,22.47204,0.0224525677241586
 2000,Romania,Ruminants,22.442971,0.387039527877125
 2000,Romania,Cereals,22.442971,0.201775780933817
 2000,Romania,Monogastrics,22.442971,0.223564879177538
-2000,Romania,Oilcrops,22.442971,0.0156121932341311
-2000,Romania,Pulses,22.442971,0.00106059932974115
+2000,Romania,FruitVeg,22.442971,0.251181940216382
+2000,Romania,OilcropsPulses,22.442971,0.0166727925638722
 2000,Romania,Starchy Roots,22.442971,0.087257119389407
+2000,Romania,Sugar,22.442971,0.0250785424086677
 2001,Romania,Ruminants,22.13197,0.386119812199276
 2001,Romania,Cereals,22.13197,0.206310418819472
 2001,Romania,Monogastrics,22.13197,0.229609822352009
-2001,Romania,Oilcrops,22.13197,0.0185729512555819
-2001,Romania,Pulses,22.13197,0.00170667138984916
+2001,Romania,FruitVeg,22.13197,0.272328536501721
+2001,Romania,OilcropsPulses,22.13197,0.020279622645431
 2001,Romania,Starchy Roots,22.13197,0.0896056248042989
+2001,Romania,Sugar,22.13197,0.0263899689001928
 2002,Romania,Ruminants,21.730496,0.421867535835353
 2002,Romania,Cereals,21.730496,0.211452099390644
 2002,Romania,Monogastrics,21.730496,0.26024066822957
-2002,Romania,Oilcrops,21.730496,0.0170055483317086
-2002,Romania,Pulses,21.730496,0.00175808228215316
+2002,Romania,FruitVeg,21.730496,0.264314445468709
+2002,Romania,OilcropsPulses,21.730496,0.0187636306138617
 2002,Romania,Starchy Roots,21.730496,0.0934356031265922
+2002,Romania,Sugar,21.730496,0.0260953086390665
 2003,Romania,Ruminants,21.574326,0.464870670814931
 2003,Romania,Cereals,21.574326,0.204983784893211
 2003,Romania,Monogastrics,21.574326,0.285020032607276
-2003,Romania,Oilcrops,21.574326,0.0256926682205507
-2003,Romania,Pulses,21.574326,0.00224512228099269
+2003,Romania,FruitVeg,21.574326,0.334416240859622
+2003,Romania,OilcropsPulses,21.574326,0.0279377905015434
 2003,Romania,Starchy Roots,21.574326,0.0994814855398032
+2003,Romania,Sugar,21.574326,0.0273467175753254
 2004,Romania,Ruminants,21.451748,0.447856626881875
 2004,Romania,Cereals,21.451748,0.211245349330041
 2004,Romania,Monogastrics,21.451748,0.25293669774603
-2004,Romania,Oilcrops,21.451748,0.0193615457351075
-2004,Romania,Pulses,21.451748,0.00251205636016235
+2004,Romania,FruitVeg,21.451748,0.340086271757434
+2004,Romania,OilcropsPulses,21.451748,0.0218736020952698
 2004,Romania,Starchy Roots,21.451748,0.0999858846001734
+2004,Romania,Sugar,21.451748,0.028502106215307
 2005,Romania,Ruminants,21.319685,0.511194358640852
 2005,Romania,Cereals,21.319685,0.206200419940539
 2005,Romania,Monogastrics,21.319685,0.299366561935601
-2005,Romania,Oilcrops,21.319685,0.0230667573184125
-2005,Romania,Pulses,21.319685,0.00236945339483205
+2005,Romania,FruitVeg,21.319685,0.309317562618772
+2005,Romania,OilcropsPulses,21.319685,0.0254362107132446
 2005,Romania,Starchy Roots,21.319685,0.10042141804628
+2005,Romania,Sugar,21.319685,0.0306452933052247
 2006,Romania,Ruminants,21.19376,0.513203107895909
 2006,Romania,Cereals,21.19376,0.204057373491065
 2006,Romania,Monogastrics,21.19376,0.304751271128861
-2006,Romania,Oilcrops,21.19376,0.0236757422939582
-2006,Romania,Pulses,21.19376,0.00253593510542726
+2006,Romania,FruitVeg,21.19376,0.327783083322638
+2006,Romania,OilcropsPulses,21.19376,0.0262116773993855
 2006,Romania,Starchy Roots,21.19376,0.100638725738142
+2006,Romania,Sugar,21.19376,0.032399725202135
 2007,Romania,Ruminants,20.882982,0.492908105748499
 2007,Romania,Cereals,20.882982,0.206337581481419
 2007,Romania,Monogastrics,20.882982,0.312349347425574
-2007,Romania,Oilcrops,20.882982,0.0244161968822269
-2007,Romania,Pulses,20.882982,0.00193329669105686
+2007,Romania,FruitVeg,20.882982,0.267425073679611
+2007,Romania,OilcropsPulses,20.882982,0.0263494935732837
 2007,Romania,Starchy Roots,20.882982,0.100702763618721
+2007,Romania,Sugar,20.882982,0.0290535135259897
 2008,Romania,Ruminants,20.537875,0.492029443162937
 2008,Romania,Cereals,20.537875,0.21043895729232
 2008,Romania,Monogastrics,20.537875,0.323935144215261
-2008,Romania,Oilcrops,20.537875,0.0212838962161373
-2008,Romania,Pulses,20.537875,0.0027441982191439
+2008,Romania,FruitVeg,20.537875,0.309543660188798
+2008,Romania,OilcropsPulses,20.537875,0.0240280944352812
 2008,Romania,Starchy Roots,20.537875,0.106828043310226
+2008,Romania,Sugar,20.537875,0.0265209521432962
 2009,Romania,Ruminants,20.367487,0.506931964655237
 2009,Romania,Cereals,20.367487,0.212355456517537
 2009,Romania,Monogastrics,20.367487,0.337011915117462
-2009,Romania,Oilcrops,20.367487,0.0234239501417136
-2009,Romania,Pulses,20.367487,0.00282081927927584
+2009,Romania,FruitVeg,20.367487,0.310575968454037
+2009,Romania,OilcropsPulses,20.367487,0.0262447694209894
 2009,Romania,Starchy Roots,20.367487,0.101328995570244
+2009,Romania,Sugar,20.367487,0.03001406113577
 2010,Romania,Ruminants,20.246871,0.48192543430538
 2010,Romania,Cereals,20.246871,0.207270841998252
 2010,Romania,Monogastrics,20.246871,0.29761458449555
-2010,Romania,Oilcrops,20.246871,0.0305256056602524
-2010,Romania,Pulses,20.246871,0.00223965471010311
+2010,Romania,FruitVeg,20.246871,0.305417859381827
+2010,Romania,OilcropsPulses,20.246871,0.0327652603703555
 2010,Romania,Starchy Roots,20.246871,0.10707585384428
+2010,Romania,Sugar,20.246871,0.0254910499503849
 2011,Romania,Ruminants,20.147528,0.458700724972314
 2011,Romania,Cereals,20.147528,0.213615188920447
 2011,Romania,Monogastrics,20.147528,0.285175158957466
-2011,Romania,Oilcrops,20.147528,0.0280464183993193
-2011,Romania,Pulses,20.147528,0.00214467998257652
+2011,Romania,FruitVeg,20.147528,0.329271362720032
+2011,Romania,OilcropsPulses,20.147528,0.0301910983818958
 2011,Romania,Starchy Roots,20.147528,0.10750991387132
+2011,Romania,Sugar,20.147528,0.0253029552806677
 1992,Russian Federation,Ruminants,148.689,0.969598527799636
 1992,Russian Federation,Cereals,148.689,0.162609601248243
 1992,Russian Federation,Monogastrics,148.689,0.192190792190411
-1992,Russian Federation,Oilcrops,148.689,0.00782030277962728
-1992,Russian Federation,Pulses,148.689,0.00302645118334241
+1992,Russian Federation,FruitVeg,148.689,0.123633516938038
+1992,Russian Federation,OilcropsPulses,148.689,0.0108467539629697
 1992,Russian Federation,Starchy Roots,148.689,0.131085265218005
+1992,Russian Federation,Sugar,148.689,0.0358542864636927
 1993,Russian Federation,Ruminants,148.52,0.939924891597091
 1993,Russian Federation,Cereals,148.52,0.155965789119311
 1993,Russian Federation,Monogastrics,148.52,0.186860140048478
-1993,Russian Federation,Oilcrops,148.52,0.00941080662537032
-1993,Russian Federation,Pulses,148.52,0.00269323996768112
+1993,Russian Federation,FruitVeg,148.52,0.111100181793698
+1993,Russian Federation,OilcropsPulses,148.52,0.0121040465930514
 1993,Russian Federation,Starchy Roots,148.52,0.142313143011042
+1993,Russian Federation,Sugar,148.52,0.0382937718825747
 1994,Russian Federation,Ruminants,148.336,0.887142750242692
 1994,Russian Federation,Cereals,148.336,0.150364058623665
 1994,Russian Federation,Monogastrics,148.336,0.167005819895373
-1994,Russian Federation,Oilcrops,148.336,0.00743971793765505
-1994,Russian Federation,Pulses,148.336,0.00246062992125984
+1994,Russian Federation,FruitVeg,148.336,0.10685949466077
+1994,Russian Federation,OilcropsPulses,148.336,0.0099003478589149
 1994,Russian Federation,Starchy Roots,148.336,0.138653462409665
+1994,Russian Federation,Sugar,148.336,0.0385432801208068
 1995,Russian Federation,Ruminants,148.375726,0.786361460499273
 1995,Russian Federation,Cereals,148.375726,0.15054445630817
 1995,Russian Federation,Monogastrics,148.375726,0.171848955940408
-1995,Russian Federation,Oilcrops,148.375726,0.00756850888129774
-1995,Russian Federation,Pulses,148.375726,0.00148272231537388
+1995,Russian Federation,FruitVeg,148.375726,0.112557771073686
+1995,Russian Federation,OilcropsPulses,148.375726,0.00905123119667162
 1995,Russian Federation,Starchy Roots,148.375726,0.135039608837365
+1995,Russian Federation,Sugar,148.375726,0.0359245554761431
 1996,Russian Federation,Ruminants,148.160042,0.751203804329375
 1996,Russian Federation,Cereals,148.160042,0.146806829333917
 1996,Russian Federation,Monogastrics,148.160042,0.139538053046718
-1996,Russian Federation,Oilcrops,148.160042,0.00895174557253433
-1996,Russian Federation,Pulses,148.160042,0.00140413027150735
+1996,Russian Federation,FruitVeg,148.160042,0.113629712658964
+1996,Russian Federation,OilcropsPulses,148.160042,0.0103558758440417
 1996,Russian Federation,Starchy Roots,148.160042,0.135292591237251
+1996,Russian Federation,Sugar,148.160042,0.0374282696275154
 1997,Russian Federation,Ruminants,147.915307,0.745708412044198
 1997,Russian Federation,Cereals,147.915307,0.146720007821773
 1997,Russian Federation,Monogastrics,147.915307,0.150231176547536
-1997,Russian Federation,Oilcrops,147.915307,0.00948723988383433
-1997,Russian Federation,Pulses,147.915307,0.00101409382870699
+1997,Russian Federation,FruitVeg,147.915307,0.121948710825446
+1997,Russian Federation,OilcropsPulses,147.915307,0.0105013337125413
 1997,Russian Federation,Starchy Roots,147.915307,0.140066741030392
+1997,Russian Federation,Sugar,147.915307,0.0375415507199671
 1998,Russian Federation,Ruminants,147.670692,0.694442859386072
 1998,Russian Federation,Cereals,147.670692,0.148160401388246
 1998,Russian Federation,Monogastrics,147.670692,0.156400032986911
-1998,Russian Federation,Oilcrops,147.670692,0.00976889848934953
-1998,Russian Federation,Pulses,147.670692,0.000813770142013014
+1998,Russian Federation,FruitVeg,147.670692,0.115154427528517
+1998,Russian Federation,OilcropsPulses,147.670692,0.0105826686313625
 1998,Russian Federation,Starchy Roots,147.670692,0.131369154821865
+1998,Russian Federation,Sugar,147.670692,0.0390383015202502
 1999,Russian Federation,Ruminants,147.214392,0.61661780935114
 1999,Russian Federation,Cereals,147.214392,0.155897373131833
 1999,Russian Federation,Monogastrics,147.214392,0.149810650985808
-1999,Russian Federation,Oilcrops,147.214392,0.010392448586141
-1999,Russian Federation,Pulses,147.214392,0.000888975583311175
+1999,Russian Federation,FruitVeg,147.214392,0.117153253603085
+1999,Russian Federation,OilcropsPulses,147.214392,0.0112814241694521
 1999,Russian Federation,Starchy Roots,147.214392,0.126859125295304
+1999,Russian Federation,Sugar,147.214392,0.040505584535512
 2000,Russian Federation,Ruminants,146.596557,0.566828373738682
 2000,Russian Federation,Cereals,146.596557,0.158200598121824
 2000,Russian Federation,Monogastrics,146.596557,0.146516725491718
-2000,Russian Federation,Oilcrops,146.596557,0.0115163823390477
-2000,Russian Federation,Pulses,146.596557,0.00109810900947694
+2000,Russian Federation,FruitVeg,146.596557,0.129209078218665
+2000,Russian Federation,OilcropsPulses,146.596557,0.0126144913485246
 2000,Russian Federation,Starchy Roots,146.596557,0.115068227693779
+2000,Russian Federation,Sugar,146.596557,0.0406756551588043
 2001,Russian Federation,Ruminants,145.976083,0.594348180996198
 2001,Russian Federation,Cereals,145.976083,0.159962300125562
 2001,Russian Federation,Monogastrics,145.976083,0.162196438028824
-2001,Russian Federation,Oilcrops,145.976083,0.0129449424944496
-2001,Russian Federation,Pulses,145.976083,0.00103255955977391
+2001,Russian Federation,FruitVeg,145.976083,0.133224146040417
+2001,Russian Federation,OilcropsPulses,145.976083,0.0139775020542235
 2001,Russian Federation,Starchy Roots,145.976083,0.116463085257603
+2001,Russian Federation,Sugar,145.976083,0.0414360207212849
 2002,Russian Federation,Ruminants,145.306046,0.632020545105191
 2002,Russian Federation,Cereals,145.306046,0.159659268410621
 2002,Russian Federation,Monogastrics,145.306046,0.179215330792223
-2002,Russian Federation,Oilcrops,145.306046,0.0130362022238221
-2002,Russian Federation,Pulses,145.306046,0.00117548446676472
+2002,Russian Federation,FruitVeg,145.306046,0.143797340683264
+2002,Russian Federation,OilcropsPulses,145.306046,0.0142116866905869
 2002,Russian Federation,Starchy Roots,145.306046,0.111914104386269
+2002,Russian Federation,Sugar,145.306046,0.0437220072728426
 2003,Russian Federation,Ruminants,144.648257,0.642146440796725
 2003,Russian Federation,Cereals,144.648257,0.159968847740765
 2003,Russian Federation,Monogastrics,144.648257,0.187492597992384
-2003,Russian Federation,Oilcrops,144.648257,0.0148028192278874
-2003,Russian Federation,Pulses,144.648257,0.00159728851762106
+2003,Russian Federation,FruitVeg,144.648257,0.154405566048404
+2003,Russian Federation,OilcropsPulses,144.648257,0.0164001077455085
 2003,Russian Federation,Starchy Roots,144.648257,0.116649943455592
+2003,Russian Federation,Sugar,144.648257,0.0442607407291468
 2004,Russian Federation,Ruminants,144.067054,0.64137377377065
 2004,Russian Federation,Cereals,144.067054,0.1636123967663
 2004,Russian Federation,Monogastrics,144.067054,0.177703931531771
-2004,Russian Federation,Oilcrops,144.067054,0.0152052113177798
-2004,Russian Federation,Pulses,144.067054,0.0017442572262219
+2004,Russian Federation,FruitVeg,144.067054,0.166724843280269
+2004,Russian Federation,OilcropsPulses,144.067054,0.0169494685440017
 2004,Russian Federation,Starchy Roots,144.067054,0.114619786700157
+2004,Russian Federation,Sugar,144.067054,0.0461837027638533
 2005,Russian Federation,Ruminants,143.518523,0.656302411919331
 2005,Russian Federation,Cereals,143.518523,0.168981790594375
 2005,Russian Federation,Monogastrics,143.518523,0.183517697572738
-2005,Russian Federation,Oilcrops,143.518523,0.0165225710969726
-2005,Russian Federation,Pulses,143.518523,0.00175026884857225
+2005,Russian Federation,FruitVeg,143.518523,0.176485553714903
+2005,Russian Federation,OilcropsPulses,143.518523,0.0182728399455449
 2005,Russian Federation,Starchy Roots,143.518523,0.116023462699654
+2005,Russian Federation,Sugar,143.518523,0.048294177330685
 2006,Russian Federation,Ruminants,143.049528,0.645430711242892
 2006,Russian Federation,Cereals,143.049528,0.171307003543556
 2006,Russian Federation,Monogastrics,143.049528,0.202062557661847
-2006,Russian Federation,Oilcrops,143.049528,0.0197334590296586
-2006,Russian Federation,Pulses,143.049528,0.00182627656066086
+2006,Russian Federation,FruitVeg,143.049528,0.187388035282437
+2006,Russian Federation,OilcropsPulses,143.049528,0.0215597355903195
 2006,Russian Federation,Starchy Roots,143.049528,0.117428601372246
+2006,Russian Federation,Sugar,143.049528,0.0504043816208887
 2007,Russian Federation,Ruminants,142.805088,0.660406198552253
 2007,Russian Federation,Cereals,142.805088,0.176626493868342
 2007,Russian Federation,Monogastrics,142.805088,0.221467083161631
-2007,Russian Federation,Oilcrops,142.805088,0.0177936447194375
-2007,Russian Federation,Pulses,142.805088,0.00155035792562237
+2007,Russian Federation,FruitVeg,142.805088,0.190175597945082
+2007,Russian Federation,OilcropsPulses,142.805088,0.0193440026450598
 2007,Russian Federation,Starchy Roots,142.805088,0.112827632584071
+2007,Russian Federation,Sugar,142.805088,0.0509955359573743
 2008,Russian Federation,Ruminants,142.74235,0.716230046653989
 2008,Russian Federation,Cereals,142.74235,0.173546617384399
 2008,Russian Federation,Monogastrics,142.74235,0.236097209412624
-2008,Russian Federation,Oilcrops,142.74235,0.0184388935729305
-2008,Russian Federation,Pulses,142.74235,0.00176037454896882
+2008,Russian Federation,FruitVeg,142.74235,0.185803323260406
+2008,Russian Federation,OilcropsPulses,142.74235,0.0201992681218994
 2008,Russian Federation,Starchy Roots,142.74235,0.116347790266869
+2008,Russian Federation,Sugar,142.74235,0.0507714073643877
 2009,Russian Federation,Ruminants,142.785342,0.686505074169308
 2009,Russian Federation,Cereals,142.785342,0.17382317156897
 2009,Russian Federation,Monogastrics,142.785342,0.236972654377926
-2009,Russian Federation,Oilcrops,142.785342,0.0215447395153489
-2009,Russian Federation,Pulses,142.785342,0.00182918636003967
+2009,Russian Federation,FruitVeg,142.785342,0.182418500632929
+2009,Russian Federation,OilcropsPulses,142.785342,0.0233739258753885
 2009,Russian Federation,Starchy Roots,142.785342,0.116508541892206
+2009,Russian Federation,Sugar,142.785342,0.0481894493063581
 2010,Russian Federation,Ruminants,142.849449,0.688226581118979
 2010,Russian Federation,Cereals,142.849449,0.17056704922957
 2010,Russian Federation,Monogastrics,142.849449,0.251163756326424
-2010,Russian Federation,Oilcrops,142.849449,0.0214228407699353
-2010,Russian Federation,Pulses,142.849449,0.00182877849252327
+2010,Russian Federation,FruitVeg,142.849449,0.18281081364199
+2010,Russian Federation,OilcropsPulses,142.849449,0.0232516192624586
 2010,Russian Federation,Starchy Roots,142.849449,0.108464254559358
+2010,Russian Federation,Sugar,142.849449,0.0501907081209673
 2011,Russian Federation,Ruminants,142.960868,0.666317922048431
 2011,Russian Federation,Cereals,142.960868,0.172929245225344
 2011,Russian Federation,Monogastrics,142.960868,0.25950787106301
-2011,Russian Federation,Oilcrops,142.960868,0.0214472046994007
-2011,Russian Federation,Pulses,142.960868,0.00182666070550159
+2011,Russian Federation,FruitVeg,142.960868,0.189091724037378
+2011,Russian Federation,OilcropsPulses,142.960868,0.0232738654049023
 2011,Russian Federation,Starchy Roots,142.960868,0.114616819478181
+2011,Russian Federation,Sugar,142.960868,0.0515935801397065
 1961,Rwanda,Ruminants,2.996091,0.0721097590159979
 1961,Rwanda,Cereals,2.996091,0.040970050642654
 1961,Rwanda,Monogastrics,2.996091,0.00288596040640955
-1961,Rwanda,Oilcrops,2.996091,0.000469611904311318
-1961,Rwanda,Pulses,2.996091,0.0350426605867445
+1961,Rwanda,FruitVeg,2.996091,0.327753062240099
+1961,Rwanda,OilcropsPulses,2.996091,0.0355122724910559
 1961,Rwanda,Starchy Roots,2.996091,0.194789811123894
+1961,Rwanda,Sugar,2.996091,NA
 1962,Rwanda,Ruminants,3.050596,0.0724395822980165
 1962,Rwanda,Cereals,3.050596,0.0513860242391979
 1962,Rwanda,Monogastrics,3.050596,0.00309821425059234
-1962,Rwanda,Oilcrops,3.050596,0.000325510162604291
-1962,Rwanda,Pulses,3.050596,0.0305605855380391
+1962,Rwanda,FruitVeg,3.050596,0.419203985057346
+1962,Rwanda,OilcropsPulses,3.050596,0.0308860957006434
 1962,Rwanda,Starchy Roots,3.050596,0.167048996327275
+1962,Rwanda,Sugar,3.050596,NA
 1963,Rwanda,Ruminants,3.102968,0.0766660822799333
 1963,Rwanda,Cereals,3.102968,0.0557372812094743
 1963,Rwanda,Monogastrics,3.102968,0.00266177414655904
-1963,Rwanda,Oilcrops,3.102968,0.000362233835476228
-1963,Rwanda,Pulses,3.102968,0.0388357211547138
+1963,Rwanda,FruitVeg,3.102968,0.30001469560756
+1963,Rwanda,OilcropsPulses,3.102968,0.03919795499019
 1963,Rwanda,Starchy Roots,3.102968,0.180992198437109
+1963,Rwanda,Sugar,3.102968,3.15826653707031e-05
 1964,Rwanda,Ruminants,3.161719,0.0760452779010405
 1964,Rwanda,Cereals,3.161719,0.0545551328248968
 1964,Rwanda,Monogastrics,3.161719,0.00217169837041179
-1964,Rwanda,Oilcrops,3.161719,0.000970990780648122
-1964,Rwanda,Pulses,3.161719,0.0362290260456416
+1964,Rwanda,FruitVeg,3.161719,0.351521118733195
+1964,Rwanda,OilcropsPulses,3.161719,0.0372000168262897
 1964,Rwanda,Starchy Roots,3.161719,0.163224182794233
+1964,Rwanda,Sugar,3.161719,0.000159723239161988
 1965,Rwanda,Ruminants,3.232937,0.0747249637094691
 1965,Rwanda,Cereals,3.232937,0.0530641333252086
 1965,Rwanda,Monogastrics,3.232937,0.00174522423418706
-1965,Rwanda,Oilcrops,3.232937,0.000991358631485859
-1965,Rwanda,Pulses,3.232937,0.0363703344667712
+1965,Rwanda,FruitVeg,3.232937,0.36638635395617
+1965,Rwanda,OilcropsPulses,3.232937,0.0373616930982571
 1965,Rwanda,Starchy Roots,3.232937,0.169844633532914
+1965,Rwanda,Sugar,3.232937,0.000302820624095057
 1966,Rwanda,Ruminants,3.319077,0.0804059080280451
 1966,Rwanda,Cereals,3.319077,0.0530617397547571
 1966,Rwanda,Monogastrics,3.319077,0.00173195740864102
-1966,Rwanda,Oilcrops,3.319077,0.000608602933887945
-1966,Rwanda,Pulses,3.319077,0.0510373817781269
+1966,Rwanda,FruitVeg,3.319077,0.358960638755895
+1966,Rwanda,OilcropsPulses,3.319077,0.0516459847120148
 1966,Rwanda,Starchy Roots,3.319077,0.179896097619911
+1966,Rwanda,Sugar,3.319077,0.000612218396861537
 1967,Rwanda,Ruminants,3.418313,0.085082115066701
 1967,Rwanda,Cereals,3.418313,0.0546898426211994
 1967,Rwanda,Monogastrics,3.418313,0.00225693200125325
-1967,Rwanda,Oilcrops,3.418313,0.00288855935661831
-1967,Rwanda,Pulses,3.418313,0.0476621070100953
+1967,Rwanda,FruitVeg,3.418313,0.441732515425006
+1967,Rwanda,OilcropsPulses,3.418313,0.0505506663667136
 1967,Rwanda,Starchy Roots,3.418313,0.193233328837938
+1967,Rwanda,Sugar,3.418313,0.000989669465610668
 1968,Rwanda,Ruminants,3.52726,0.0808075956975102
 1968,Rwanda,Cereals,3.52726,0.0508281215447685
 1968,Rwanda,Monogastrics,3.52726,0.00169196486791447
-1968,Rwanda,Oilcrops,3.52726,0.0017424289675272
-1968,Rwanda,Pulses,3.52726,0.0444495160549548
+1968,Rwanda,FruitVeg,3.52726,0.443608069719839
+1968,Rwanda,OilcropsPulses,3.52726,0.046191945022482
 1968,Rwanda,Starchy Roots,3.52726,0.181663103939035
+1968,Rwanda,Sugar,3.52726,0.00137245340575971
 1969,Rwanda,Ruminants,3.640591,0.0799198811401775
 1969,Rwanda,Cereals,3.640591,0.0474541084126176
 1969,Rwanda,Monogastrics,3.640591,0.0015916646500527
-1969,Rwanda,Oilcrops,3.640591,0.00108471399286544
-1969,Rwanda,Pulses,3.640591,0.0508271871242883
+1969,Rwanda,FruitVeg,3.640591,0.435976191777654
+1969,Rwanda,OilcropsPulses,3.640591,0.0519119011171538
 1969,Rwanda,Starchy Roots,3.640591,0.215849569479241
+1969,Rwanda,Sugar,3.640591,0.00124018325596036
 1970,Rwanda,Ruminants,3.754546,0.0804516711208226
 1970,Rwanda,Cereals,3.754546,0.0528918809358042
 1970,Rwanda,Monogastrics,3.754546,0.00132551312462279
-1970,Rwanda,Oilcrops,3.754546,0.00139644047509339
-1970,Rwanda,Pulses,3.754546,0.0454126810538478
+1970,Rwanda,FruitVeg,3.754546,0.426910204322973
+1970,Rwanda,OilcropsPulses,3.754546,0.0468091215289412
 1970,Rwanda,Starchy Roots,3.754546,0.228517908689892
+1970,Rwanda,Sugar,3.754546,0.000957239570376818
 1971,Rwanda,Ruminants,3.868345,0.0797756146362333
 1971,Rwanda,Cereals,3.868345,0.0517487452644477
 1971,Rwanda,Monogastrics,3.868345,0.00116059968798026
-1971,Rwanda,Oilcrops,3.868345,0.00147401537349952
-1971,Rwanda,Pulses,3.868345,0.0444675953153093
+1971,Rwanda,FruitVeg,3.868345,0.42109093165165
+1971,Rwanda,OilcropsPulses,3.868345,0.0459416106888088
 1971,Rwanda,Starchy Roots,3.868345,0.230432394215097
+1971,Rwanda,Sugar,3.868345,0.00050615961089303
 1972,Rwanda,Ruminants,3.983707,0.0789686841928887
 1972,Rwanda,Cereals,3.983707,0.0499612546806279
 1972,Rwanda,Monogastrics,3.983707,0.00167984241812965
-1972,Rwanda,Oilcrops,3.983707,0.00150036134685608
-1972,Rwanda,Pulses,3.983707,0.0431387147699366
+1972,Rwanda,FruitVeg,3.983707,0.411289786121319
+1972,Rwanda,OilcropsPulses,3.983707,0.0446390761167927
 1972,Rwanda,Starchy Roots,3.983707,0.218291656489797
+1972,Rwanda,Sugar,3.983707,0.000387327682482673
 1973,Rwanda,Ruminants,4.102336,0.0784850631445108
 1973,Rwanda,Cereals,4.102336,0.0495059400302657
 1973,Rwanda,Monogastrics,4.102336,0.00175643828296853
-1973,Rwanda,Oilcrops,4.102336,0.00155131125290566
-1973,Rwanda,Pulses,4.102336,0.042032637014618
+1973,Rwanda,FruitVeg,4.102336,0.420220820527621
+1973,Rwanda,OilcropsPulses,4.102336,0.0435839482675237
 1973,Rwanda,Starchy Roots,4.102336,0.217580909998596
+1973,Rwanda,Sugar,4.102336,0.000361013822368524
 1974,Rwanda,Ruminants,4.226836,0.0846464589588997
 1974,Rwanda,Cereals,4.226836,0.0451628594059481
 1974,Rwanda,Monogastrics,4.226836,0.00216772072538419
-1974,Rwanda,Oilcrops,4.226836,0.0012808635111464
-1974,Rwanda,Pulses,4.226836,0.041068543941615
+1974,Rwanda,FruitVeg,4.226836,0.383835805316317
+1974,Rwanda,OilcropsPulses,4.226836,0.0423494074527614
 1974,Rwanda,Starchy Roots,4.226836,0.244727025131801
+1974,Rwanda,Sugar,4.226836,0.000511966870727892
 1975,Rwanda,Ruminants,4.359166,0.0964382407093467
 1975,Rwanda,Cereals,4.359166,0.0476400761063011
 1975,Rwanda,Monogastrics,4.359166,0.00235655168901574
-1975,Rwanda,Oilcrops,4.359166,0.00254154120306499
-1975,Rwanda,Pulses,4.359166,0.0439928188098366
+1975,Rwanda,FruitVeg,4.359166,0.392326651474158
+1975,Rwanda,OilcropsPulses,4.359166,0.0465343600129016
 1975,Rwanda,Starchy Roots,4.359166,0.266437892018794
+1975,Rwanda,Sugar,4.359166,0.000451691906204077
 1976,Rwanda,Ruminants,4.49972,0.0948449681313504
 1976,Rwanda,Cereals,4.49972,0.0499811099357293
 1976,Rwanda,Monogastrics,4.49972,0.00222787195647729
-1976,Rwanda,Oilcrops,4.49972,0.00255060314864036
-1976,Rwanda,Pulses,4.49972,0.0447447841199008
+1976,Rwanda,FruitVeg,4.49972,0.39839167770439
+1976,Rwanda,OilcropsPulses,4.49972,0.0472953872685412
 1976,Rwanda,Starchy Roots,4.49972,0.270472384948397
+1976,Rwanda,Sugar,4.49972,0.000623149884881726
 1977,Rwanda,Ruminants,4.64807,0.0969515304201529
 1977,Rwanda,Cereals,4.64807,0.0522756757105637
 1977,Rwanda,Monogastrics,4.64807,0.00325096222733307
-1977,Rwanda,Oilcrops,4.64807,0.00289367414862513
-1977,Rwanda,Pulses,4.64807,0.0447161940332224
+1977,Rwanda,FruitVeg,4.64807,0.401767615375844
+1977,Rwanda,OilcropsPulses,4.64807,0.0476098681818475
 1977,Rwanda,Starchy Roots,4.64807,0.263358555271328
+1977,Rwanda,Sugar,4.64807,0.000606703427444079
 1978,Rwanda,Ruminants,4.804375,0.100115811109666
 1978,Rwanda,Cereals,4.804375,0.0511708598933264
 1978,Rwanda,Monogastrics,4.804375,0.00365508520879407
-1978,Rwanda,Oilcrops,4.804375,0.00233328997007935
-1978,Rwanda,Pulses,4.804375,0.0418574736568232
+1978,Rwanda,FruitVeg,4.804375,0.396386834916092
+1978,Rwanda,OilcropsPulses,4.804375,0.0441907636269026
 1978,Rwanda,Starchy Roots,4.804375,0.276642227136724
+1978,Rwanda,Sugar,4.804375,0.000871705476778977
 1979,Rwanda,Ruminants,4.968628,0.0979674872016983
 1979,Rwanda,Cereals,4.968628,0.0518414741453778
 1979,Rwanda,Monogastrics,4.968628,0.00406884958986666
-1979,Rwanda,Oilcrops,4.968628,0.00261279371287204
-1979,Rwanda,Pulses,4.968628,0.0397113649884837
+1979,Rwanda,FruitVeg,4.968628,0.400958373216912
+1979,Rwanda,OilcropsPulses,4.968628,0.0423241587013558
 1979,Rwanda,Starchy Roots,4.968628,0.291365745231883
+1979,Rwanda,Sugar,4.968628,0.00136778201145266
 1980,Rwanda,Ruminants,5.140786,0.103267204664812
 1980,Rwanda,Cereals,5.140786,0.0522567949725976
 1980,Rwanda,Monogastrics,5.140786,0.00414786766070402
-1980,Rwanda,Oilcrops,5.140786,0.00275658235919566
-1980,Rwanda,Pulses,5.140786,0.0376512463269236
+1980,Rwanda,FruitVeg,5.140786,0.395417354466807
+1980,Rwanda,OilcropsPulses,5.140786,0.0404078286861192
 1980,Rwanda,Starchy Roots,5.140786,0.291404466165291
+1980,Rwanda,Sugar,5.140786,0.00192947148548879
 1981,Rwanda,Ruminants,5.313908,0.105329862692391
 1981,Rwanda,Cereals,5.313908,0.0533780411704531
 1981,Rwanda,Monogastrics,5.313908,0.00456037251679931
-1981,Rwanda,Oilcrops,5.313908,0.00310807036930259
-1981,Rwanda,Pulses,5.313908,0.0383062710156066
+1981,Rwanda,FruitVeg,5.313908,0.403058916338032
+1981,Rwanda,OilcropsPulses,5.313908,0.0414143413849092
 1981,Rwanda,Starchy Roots,5.313908,0.281882373575154
+1981,Rwanda,Sugar,5.313908,0.00187602043543095
 1982,Rwanda,Ruminants,5.486431,0.102295663610825
 1982,Rwanda,Cereals,5.486431,0.0543692247291545
 1982,Rwanda,Monogastrics,5.486431,0.00455434507423861
-1982,Rwanda,Oilcrops,5.486431,0.00301306988094811
-1982,Rwanda,Pulses,5.486431,0.0352679182514097
+1982,Rwanda,FruitVeg,5.486431,0.423944090429644
+1982,Rwanda,OilcropsPulses,5.486431,0.0382809881323578
 1982,Rwanda,Starchy Roots,5.486431,0.278621202016393
+1982,Rwanda,Sugar,5.486431,0.00172552976607197
 1983,Rwanda,Ruminants,5.669251,0.0985181993176877
 1983,Rwanda,Cereals,5.669251,0.0538492650969237
 1983,Rwanda,Monogastrics,5.669251,0.00427419777321554
-1983,Rwanda,Oilcrops,5.669251,0.00259805043029494
-1983,Rwanda,Pulses,5.669251,0.0369904243082552
+1983,Rwanda,FruitVeg,5.669251,0.408671268920709
+1983,Rwanda,OilcropsPulses,5.669251,0.0395884747385501
 1983,Rwanda,Starchy Roots,5.669251,0.274098818344787
+1983,Rwanda,Sugar,5.669251,0.00153741649470098
 1984,Rwanda,Ruminants,5.877556,0.0992614277090682
 1984,Rwanda,Cereals,5.877556,0.0510715678421439
 1984,Rwanda,Monogastrics,5.877556,0.00300609641150165
-1984,Rwanda,Oilcrops,5.877556,0.00232987997051836
-1984,Rwanda,Pulses,5.877556,0.0389975016826722
+1984,Rwanda,FruitVeg,5.877556,0.366134155080785
+1984,Rwanda,OilcropsPulses,5.877556,0.0413273816531905
 1984,Rwanda,Starchy Roots,5.877556,0.259380599691436
+1984,Rwanda,Sugar,5.877556,0.00201988717759559
 1985,Rwanda,Ruminants,6.117966,0.103683364699967
 1985,Rwanda,Cereals,6.117966,0.051668642813641
 1985,Rwanda,Monogastrics,6.117966,0.00295933321630097
-1985,Rwanda,Oilcrops,6.117966,0.00297664289079083
-1985,Rwanda,Pulses,6.117966,0.0404523333408522
+1985,Rwanda,FruitVeg,6.117966,0.383641556687304
+1985,Rwanda,OilcropsPulses,6.117966,0.043428976231643
 1985,Rwanda,Starchy Roots,6.117966,0.26419663005646
+1985,Rwanda,Sugar,6.117966,0.00178572420964745
 1986,Rwanda,Ruminants,6.410594,0.0960566992699897
 1986,Rwanda,Cereals,6.410594,0.0496195828342896
 1986,Rwanda,Monogastrics,6.410594,0.00297782077604665
-1986,Rwanda,Oilcrops,6.410594,0.00240586129772062
-1986,Rwanda,Pulses,6.410594,0.0370438371233617
+1986,Rwanda,FruitVeg,6.410594,0.342595241564198
+1986,Rwanda,OilcropsPulses,6.410594,0.0394496984210824
 1986,Rwanda,Starchy Roots,6.410594,0.252375988870922
+1986,Rwanda,Sugar,6.410594,0.00171980942795629
 1987,Rwanda,Ruminants,6.74239,0.0863028243694002
 1987,Rwanda,Cereals,6.74239,0.0446731796885081
 1987,Rwanda,Monogastrics,6.74239,0.00329408414523633
-1987,Rwanda,Oilcrops,6.74239,0.00242866401973188
-1987,Rwanda,Pulses,6.74239,0.0386383760061343
+1987,Rwanda,FruitVeg,6.74239,0.329460918161068
+1987,Rwanda,OilcropsPulses,6.74239,0.0410670400258662
 1987,Rwanda,Starchy Roots,6.74239,0.24492605737728
+1987,Rwanda,Sugar,6.74239,0.00181597326763952
 1988,Rwanda,Ruminants,7.048075,0.0852700489140652
 1988,Rwanda,Cereals,7.048075,0.0422086881879095
 1988,Rwanda,Monogastrics,7.048075,0.00373777237046995
-1988,Rwanda,Oilcrops,7.048075,0.00225252994612004
-1988,Rwanda,Pulses,7.048075,0.0325429283882479
+1988,Rwanda,FruitVeg,7.048075,0.329727053131529
+1988,Rwanda,OilcropsPulses,7.048075,0.0347954583343679
 1988,Rwanda,Starchy Roots,7.048075,0.216042820202679
+1988,Rwanda,Sugar,7.048075,0.00199572223621343
 1989,Rwanda,Ruminants,7.239097,0.0849962364090438
 1989,Rwanda,Cereals,7.239097,0.0404366732480584
 1989,Rwanda,Monogastrics,7.239097,0.00352716644078674
-1989,Rwanda,Oilcrops,7.239097,0.00201986518484281
-1989,Rwanda,Pulses,7.239097,0.030228079551911
+1989,Rwanda,FruitVeg,7.239097,0.398805817907952
+1989,Rwanda,OilcropsPulses,7.239097,0.0322479447367538
 1989,Rwanda,Starchy Roots,7.239097,0.196378774866534
+1989,Rwanda,Sugar,7.239097,0.00199541462146453
 1990,Rwanda,Ruminants,7.25974,0.0862072333168956
 1990,Rwanda,Cereals,7.25974,0.0412107045155887
 1990,Rwanda,Monogastrics,7.25974,0.00346318187703692
-1990,Rwanda,Oilcrops,7.25974,0.00300492855116023
-1990,Rwanda,Pulses,7.25974,0.028000451806814
+1990,Rwanda,FruitVeg,7.25974,0.342610065925226
+1990,Rwanda,OilcropsPulses,7.25974,0.0310053803579743
 1990,Rwanda,Starchy Roots,7.25974,0.182054729232727
+1990,Rwanda,Sugar,7.25974,0.00166865480030965
 1991,Rwanda,Ruminants,7.071393,0.091734966505185
 1991,Rwanda,Cereals,7.071393,0.0424255871509333
 1991,Rwanda,Monogastrics,7.071393,0.00359145644995265
-1991,Rwanda,Oilcrops,7.071393,0.00308425793899448
-1991,Rwanda,Pulses,7.071393,0.0270151863996245
+1991,Rwanda,FruitVeg,7.071393,0.336052458122466
+1991,Rwanda,OilcropsPulses,7.071393,0.030099444338619
 1991,Rwanda,Starchy Roots,7.071393,0.239903792647361
+1991,Rwanda,Sugar,7.071393,0.00168354382227094
 1992,Rwanda,Ruminants,6.712924,0.0915991898612289
 1992,Rwanda,Cereals,6.712924,0.0436826038846857
 1992,Rwanda,Monogastrics,6.712924,0.00386101496158753
-1992,Rwanda,Oilcrops,6.712924,0.00320784206703368
-1992,Rwanda,Pulses,6.712924,0.0249138825346451
+1992,Rwanda,FruitVeg,6.712924,0.386853180521633
+1992,Rwanda,OilcropsPulses,6.712924,0.0281217246016788
 1992,Rwanda,Starchy Roots,6.712924,0.212687645502913
+1992,Rwanda,Sugar,6.712924,0.00167631869510216
 1993,Rwanda,Ruminants,6.300358,0.0931992277264244
 1993,Rwanda,Cereals,6.300358,0.0445420720536833
 1993,Rwanda,Monogastrics,6.300358,0.00421077659396498
-1993,Rwanda,Oilcrops,6.300358,0.003372982932081
-1993,Rwanda,Pulses,6.300358,0.0242733825601656
+1993,Rwanda,FruitVeg,6.300358,0.300854173683464
+1993,Rwanda,OilcropsPulses,6.300358,0.0276463654922466
 1993,Rwanda,Starchy Roots,6.300358,0.21951371652214
+1993,Rwanda,Sugar,6.300358,0.00187576642470158
 1994,Rwanda,Ruminants,5.995987,0.091244243858434
 1994,Rwanda,Cereals,5.995987,0.0453153083887607
 1994,Rwanda,Monogastrics,5.995987,0.00450444605700446
-1994,Rwanda,Oilcrops,5.995987,0.00416345132169233
-1994,Rwanda,Pulses,5.995987,0.0260023912660251
+1994,Rwanda,FruitVeg,5.995987,0.280655711895306
+1994,Rwanda,OilcropsPulses,5.995987,0.0301658425877174
 1994,Rwanda,Starchy Roots,5.995987,0.187694536362404
+1994,Rwanda,Sugar,5.995987,0.00170230522514475
 1995,Rwanda,Ruminants,5.912755,0.0830906912260021
 1995,Rwanda,Cereals,5.912755,0.043646320539241
 1995,Rwanda,Monogastrics,5.912755,0.00384822303646946
-1995,Rwanda,Oilcrops,5.912755,0.00320155325224874
-1995,Rwanda,Pulses,5.912755,0.0263491384303933
+1995,Rwanda,FruitVeg,5.912755,0.351902624072873
+1995,Rwanda,OilcropsPulses,5.912755,0.029550691682642
 1995,Rwanda,Starchy Roots,5.912755,0.14327974015497
+1995,Rwanda,Sugar,5.912755,0.00160720341025461
 1996,Rwanda,Ruminants,6.097688,0.0884187580604321
 1996,Rwanda,Cereals,6.097688,0.0392683259622336
 1996,Rwanda,Monogastrics,6.097688,0.00411892179462117
-1996,Rwanda,Oilcrops,6.097688,0.00269380788259419
-1996,Rwanda,Pulses,6.097688,0.0229426300591306
+1996,Rwanda,FruitVeg,6.097688,0.354343154323409
+1996,Rwanda,OilcropsPulses,6.097688,0.0256364379417248
 1996,Rwanda,Starchy Roots,6.097688,0.172708574134984
+1996,Rwanda,Sugar,6.097688,0.00181560617729211
 1997,Rwanda,Ruminants,6.506118,0.0910484101272064
 1997,Rwanda,Cereals,6.506118,0.038058793277343
 1997,Rwanda,Monogastrics,6.506118,0.00399325680843784
-1997,Rwanda,Oilcrops,6.506118,0.00209925488593966
-1997,Rwanda,Pulses,6.506118,0.0238088211741625
+1997,Rwanda,FruitVeg,6.506118,0.342148420917051
+1997,Rwanda,OilcropsPulses,6.506118,0.0259080760601022
 1997,Rwanda,Starchy Roots,6.506118,0.174189278460674
+1997,Rwanda,Sugar,6.506118,0.0036033776208793
 1998,Rwanda,Ruminants,7.047196,0.0974977423644809
 1998,Rwanda,Cereals,7.047196,0.0353737855453431
 1998,Rwanda,Monogastrics,7.047196,0.00364350587098755
-1998,Rwanda,Oilcrops,7.047196,0.00209515954998272
-1998,Rwanda,Pulses,7.047196,0.0237353977383345
+1998,Rwanda,FruitVeg,7.047196,0.369469644380545
+1998,Rwanda,OilcropsPulses,7.047196,0.0258305572883172
 1998,Rwanda,Starchy Roots,7.047196,0.181363055603959
+1998,Rwanda,Sugar,7.047196,0.00358156634213097
 1999,Rwanda,Ruminants,7.585143,0.101446366930722
 1999,Rwanda,Cereals,7.585143,0.0310152359685243
 1999,Rwanda,Monogastrics,7.585143,0.0040203724570519
-1999,Rwanda,Oilcrops,7.585143,0.00223397238522728
-1999,Rwanda,Pulses,7.585143,0.0242270976301963
+1999,Rwanda,FruitVeg,7.585143,0.378461421228314
+1999,Rwanda,OilcropsPulses,7.585143,0.0264610700154236
 1999,Rwanda,Starchy Roots,7.585143,0.200899178828929
+1999,Rwanda,Sugar,7.585143,0.00270779337976885
 2000,Rwanda,Ruminants,8.021875,0.094205880794702
 2000,Rwanda,Cereals,8.021875,0.0358904869497468
 2000,Rwanda,Monogastrics,8.021875,0.00377380599922088
-2000,Rwanda,Oilcrops,8.021875,0.00276992598363849
-2000,Rwanda,Pulses,8.021875,0.027045298013245
+2000,Rwanda,FruitVeg,8.021875,0.291033580054538
+2000,Rwanda,OilcropsPulses,8.021875,0.0298152239968835
 2000,Rwanda,Starchy Roots,8.021875,0.302890783015193
+2000,Rwanda,Sugar,8.021875,0.00150750292169848
 2001,Rwanda,Ruminants,8.329113,0.100858842952425
 2001,Rwanda,Cereals,8.329113,0.040937132201232
 2001,Rwanda,Monogastrics,8.329113,0.00372888445624402
-2001,Rwanda,Oilcrops,8.329113,0.0025883908646695
-2001,Rwanda,Pulses,8.329113,0.0287037767406926
+2001,Rwanda,FruitVeg,8.329113,0.235953816450803
+2001,Rwanda,OilcropsPulses,8.329113,0.0312921676053621
 2001,Rwanda,Starchy Roots,8.329113,0.345878366640001
+2001,Rwanda,Sugar,8.329113,0.00292960366848187
 2002,Rwanda,Ruminants,8.539029,0.100641887971103
 2002,Rwanda,Cereals,8.539029,0.0407542824834065
 2002,Rwanda,Monogastrics,8.539029,0.00414934766002083
-2002,Rwanda,Oilcrops,8.539029,0.00285992704791142
-2002,Rwanda,Pulses,8.539029,0.0295144799250594
+2002,Rwanda,FruitVeg,8.539029,0.324626371452773
+2002,Rwanda,OilcropsPulses,8.539029,0.0323744069729708
 2002,Rwanda,Starchy Roots,8.539029,0.353969286203385
+2002,Rwanda,Sugar,8.539029,0.00230951317766926
 2003,Rwanda,Ruminants,8.686469,0.113231083884603
 2003,Rwanda,Cereals,8.686469,0.0410236886817877
 2003,Rwanda,Monogastrics,8.686469,0.00421907912179276
-2003,Rwanda,Oilcrops,8.686469,0.00308848163736036
-2003,Rwanda,Pulses,8.686469,0.0286661933634944
+2003,Rwanda,FruitVeg,8.686469,0.298170752695946
+2003,Rwanda,OilcropsPulses,8.686469,0.0317546750008548
 2003,Rwanda,Starchy Roots,8.686469,0.340860711066833
+2003,Rwanda,Sugar,8.686469,0.00209820584175227
 2004,Rwanda,Ruminants,8.828956,0.111898156475126
 2004,Rwanda,Cereals,8.828956,0.0414444244596983
 2004,Rwanda,Monogastrics,8.828956,0.005814583287084
-2004,Rwanda,Oilcrops,8.828956,0.00293885256648691
-2004,Rwanda,Pulses,8.828956,0.02876602850892
+2004,Rwanda,FruitVeg,8.828956,0.304946587116302
+2004,Rwanda,OilcropsPulses,8.828956,0.0317048810754069
 2004,Rwanda,Starchy Roots,8.828956,0.316479547525211
+2004,Rwanda,Sugar,8.828956,0.00125371561484733
 2005,Rwanda,Ruminants,9.00823,0.113055894443193
 2005,Rwanda,Cereals,9.00823,0.0484491403971702
 2005,Rwanda,Monogastrics,9.00823,0.00599771542245258
-2005,Rwanda,Oilcrops,9.00823,0.00329509792711776
-2005,Rwanda,Pulses,9.00823,0.0278003558967744
+2005,Rwanda,FruitVeg,9.00823,0.314074796047614
+2005,Rwanda,OilcropsPulses,9.00823,0.0310954538238922
 2005,Rwanda,Starchy Roots,9.00823,0.318842436305467
+2005,Rwanda,Sugar,9.00823,0.00198451860132346
 2006,Rwanda,Ruminants,9.231041,0.126477620454724
 2006,Rwanda,Cereals,9.231041,0.0487467231485593
 2006,Rwanda,Monogastrics,9.231041,0.00559186119961985
-2006,Rwanda,Oilcrops,9.231041,0.0035868110649709
-2006,Rwanda,Pulses,9.231041,0.0300407072181783
+2006,Rwanda,FruitVeg,9.231041,0.318820705053742
+2006,Rwanda,OilcropsPulses,9.231041,0.0336275182831492
 2006,Rwanda,Starchy Roots,9.231041,0.295780616725676
+2006,Rwanda,Sugar,9.231041,0.00312521632175613
 2007,Rwanda,Ruminants,9.481083,0.132202692456126
 2007,Rwanda,Cereals,9.481083,0.0483280232859474
 2007,Rwanda,Monogastrics,9.481083,0.00545236235143179
-2007,Rwanda,Oilcrops,9.481083,0.00487054063338545
-2007,Rwanda,Pulses,9.481083,0.0341440951418736
+2007,Rwanda,FruitVeg,9.481083,0.312634537636681
+2007,Rwanda,OilcropsPulses,9.481083,0.039014635775259
 2007,Rwanda,Starchy Roots,9.481083,0.280073700441184
+2007,Rwanda,Sugar,9.481083,0.00380937494166015
 2008,Rwanda,Ruminants,9.750314,0.141210836902278
 2008,Rwanda,Cereals,9.750314,0.0531907998039858
 2008,Rwanda,Monogastrics,9.750314,0.0051254657029507
-2008,Rwanda,Oilcrops,9.750314,0.00635630811479507
-2008,Rwanda,Pulses,9.750314,0.0315766240964137
+2008,Rwanda,FruitVeg,9.750314,0.296269535524702
+2008,Rwanda,OilcropsPulses,9.750314,0.0379329322112088
 2008,Rwanda,Starchy Roots,9.750314,0.294459132290509
+2008,Rwanda,Sugar,9.750314,0.00335035363989303
 2009,Rwanda,Ruminants,10.024594,0.137689685986285
 2009,Rwanda,Cereals,10.024594,0.0547793756036404
 2009,Rwanda,Monogastrics,10.024594,0.00584215181183398
-2009,Rwanda,Oilcrops,10.024594,0.00721136437046727
-2009,Rwanda,Pulses,10.024594,0.0332133151726643
+2009,Rwanda,FruitVeg,10.024594,0.354407171003634
+2009,Rwanda,OilcropsPulses,10.024594,0.0404246795431316
 2009,Rwanda,Starchy Roots,10.024594,0.287038058598682
+2009,Rwanda,Sugar,10.024594,0.00452876196282862
 2010,Rwanda,Ruminants,10.293669,0.140768680244138
 2010,Rwanda,Cereals,10.293669,0.0573332987489689
 2010,Rwanda,Monogastrics,10.293669,0.00625578693078241
-2010,Rwanda,Oilcrops,10.293669,0.00670548081544103
-2010,Rwanda,Pulses,10.293669,0.0327033053034831
+2010,Rwanda,FruitVeg,10.293669,0.335231296051971
+2010,Rwanda,OilcropsPulses,10.293669,0.0394087861189242
 2010,Rwanda,Starchy Roots,10.293669,0.296293576177746
+2010,Rwanda,Sugar,10.293669,0.00570865451375987
 2011,Rwanda,Ruminants,10.556429,0.134623630775142
 2011,Rwanda,Cereals,10.556429,0.0593013034995073
 2011,Rwanda,Monogastrics,10.556429,0.00650252088087743
-2011,Rwanda,Oilcrops,10.556429,0.00497924061252153
-2011,Rwanda,Pulses,10.556429,0.0316161838439874
+2011,Rwanda,FruitVeg,10.556429,0.351822477089554
+2011,Rwanda,OilcropsPulses,10.556429,0.0365954244565089
 2011,Rwanda,Starchy Roots,10.556429,0.293905543247627
+2011,Rwanda,Sugar,10.556429,0.00547410492695968
 1961,Saint Kitts and Nevis,Ruminants,0.051195,0.186627600351597
 1961,Saint Kitts and Nevis,Cereals,0.051195,0.0921965035648013
 1961,Saint Kitts and Nevis,Monogastrics,0.051195,0.0435374548295732
-1961,Saint Kitts and Nevis,Oilcrops,0.051195,0.0359214767067096
-1961,Saint Kitts and Nevis,Pulses,0.051195,0.00267604258228343
+1961,Saint Kitts and Nevis,FruitVeg,0.051195,0.0278738158023244
+1961,Saint Kitts and Nevis,OilcropsPulses,0.051195,0.0385975192889931
 1961,Saint Kitts and Nevis,Starchy Roots,0.051195,0.0237132532473874
+1961,Saint Kitts and Nevis,Sugar,0.051195,0.0387537845492724
 1962,Saint Kitts and Nevis,Ruminants,0.050966,0.189693128752502
 1962,Saint Kitts and Nevis,Cereals,0.050966,0.0960248008476239
 1962,Saint Kitts and Nevis,Monogastrics,0.050966,0.0462798728564141
-1962,Saint Kitts and Nevis,Oilcrops,0.050966,0.0338460934740808
-1962,Saint Kitts and Nevis,Pulses,0.050966,0.00300200133422282
+1962,Saint Kitts and Nevis,FruitVeg,0.050966,0.0284895812894871
+1962,Saint Kitts and Nevis,OilcropsPulses,0.050966,0.0368480948083036
 1962,Saint Kitts and Nevis,Starchy Roots,0.050966,0.0245065337676098
+1962,Saint Kitts and Nevis,Sugar,0.050966,0.0421261232978849
 1963,Saint Kitts and Nevis,Ruminants,0.050533,0.202950547167198
 1963,Saint Kitts and Nevis,Cereals,0.050533,0.0997961727979736
 1963,Saint Kitts and Nevis,Monogastrics,0.050533,0.048376308550848
-1963,Saint Kitts and Nevis,Oilcrops,0.050533,0.0277244572853383
-1963,Saint Kitts and Nevis,Pulses,0.050533,0.00318603684720875
+1963,Saint Kitts and Nevis,FruitVeg,0.050533,0.0288524330635426
+1963,Saint Kitts and Nevis,OilcropsPulses,0.050533,0.030910494132547
 1963,Saint Kitts and Nevis,Starchy Roots,0.050533,0.0252508261927849
+1963,Saint Kitts and Nevis,Sugar,0.050533,0.0418934161834841
 1964,Saint Kitts and Nevis,Ruminants,0.049934,0.209079985580967
 1964,Saint Kitts and Nevis,Cereals,0.049934,0.100332438819241
 1964,Saint Kitts and Nevis,Monogastrics,0.049934,0.0518864901670205
-1964,Saint Kitts and Nevis,Oilcrops,0.049934,0.0295189650338447
-1964,Saint Kitts and Nevis,Pulses,0.049934,0.00362478471582489
+1964,Saint Kitts and Nevis,FruitVeg,0.049934,0.0280770617214723
+1964,Saint Kitts and Nevis,OilcropsPulses,0.049934,0.0331437497496696
 1964,Saint Kitts and Nevis,Starchy Roots,0.049934,0.0258541274482317
+1964,Saint Kitts and Nevis,Sugar,0.049934,0.0441382625065086
 1965,Saint Kitts and Nevis,Ruminants,0.049211,0.210402145861698
 1965,Saint Kitts and Nevis,Cereals,0.049211,0.0966450590315173
 1965,Saint Kitts and Nevis,Monogastrics,0.049211,0.05531080449493
-1965,Saint Kitts and Nevis,Oilcrops,0.049211,0.0304809900225559
-1965,Saint Kitts and Nevis,Pulses,0.049211,0.0034341915425413
+1965,Saint Kitts and Nevis,FruitVeg,0.049211,0.0291601471215785
+1965,Saint Kitts and Nevis,OilcropsPulses,0.049211,0.0339151815650972
 1965,Saint Kitts and Nevis,Starchy Roots,0.049211,0.0266607059397289
+1965,Saint Kitts and Nevis,Sugar,0.049211,0.04631078417427
 1966,Saint Kitts and Nevis,Ruminants,0.048355,0.225139075586806
 1966,Saint Kitts and Nevis,Cereals,0.048355,0.092172474408024
 1966,Saint Kitts and Nevis,Monogastrics,0.048355,0.0581139489194499
-1966,Saint Kitts and Nevis,Oilcrops,0.048355,0.0306276496742839
-1966,Saint Kitts and Nevis,Pulses,0.048355,0.00332954192947989
+1966,Saint Kitts and Nevis,FruitVeg,0.048355,0.0301933615965257
+1966,Saint Kitts and Nevis,OilcropsPulses,0.048355,0.0339571916037638
 1966,Saint Kitts and Nevis,Starchy Roots,0.048355,0.027691035053252
+1966,Saint Kitts and Nevis,Sugar,0.048355,0.0466963085513391
 1967,Saint Kitts and Nevis,Ruminants,0.047383,0.248380220754279
 1967,Saint Kitts and Nevis,Cereals,0.047383,0.0922904839288352
 1967,Saint Kitts and Nevis,Monogastrics,0.047383,0.0615347276449359
-1967,Saint Kitts and Nevis,Oilcrops,0.047383,0.0280480341050588
-1967,Saint Kitts and Nevis,Pulses,0.047383,0.0033345292615495
+1967,Saint Kitts and Nevis,FruitVeg,0.047383,0.0322267479897854
+1967,Saint Kitts and Nevis,OilcropsPulses,0.047383,0.0313825633666083
 1967,Saint Kitts and Nevis,Starchy Roots,0.047383,0.0293776248865627
+1967,Saint Kitts and Nevis,Sugar,0.047383,0.0467256188928519
 1968,Saint Kitts and Nevis,Ruminants,0.046399,0.298334015819306
 1968,Saint Kitts and Nevis,Cereals,0.046399,0.0909717881850902
 1968,Saint Kitts and Nevis,Monogastrics,0.046399,0.0643591456712429
-1968,Saint Kitts and Nevis,Oilcrops,0.046399,0.0285566499278002
-1968,Saint Kitts and Nevis,Pulses,0.046399,0.00297420203021617
+1968,Saint Kitts and Nevis,FruitVeg,0.046399,0.032349835125757
+1968,Saint Kitts and Nevis,OilcropsPulses,0.046399,0.0315308519580163
 1968,Saint Kitts and Nevis,Starchy Roots,0.046399,0.0313368822603935
+1968,Saint Kitts and Nevis,Sugar,0.046399,0.0478027543697062
 1969,Saint Kitts and Nevis,Ruminants,0.045534,0.285351605393772
 1969,Saint Kitts and Nevis,Cereals,0.045534,0.0921948434137128
 1969,Saint Kitts and Nevis,Monogastrics,0.045534,0.0624829797513946
-1969,Saint Kitts and Nevis,Oilcrops,0.045534,0.0249923134361137
-1969,Saint Kitts and Nevis,Pulses,0.045534,0.00296481749901173
+1969,Saint Kitts and Nevis,FruitVeg,0.045534,0.0351605393771687
+1969,Saint Kitts and Nevis,OilcropsPulses,0.045534,0.0279571309351254
 1969,Saint Kitts and Nevis,Starchy Roots,0.045534,0.0307901787675144
+1969,Saint Kitts and Nevis,Sugar,0.045534,0.0486669302059999
 1970,Saint Kitts and Nevis,Ruminants,0.044882,0.292571632280201
 1970,Saint Kitts and Nevis,Cereals,0.044882,0.0946481885833965
 1970,Saint Kitts and Nevis,Monogastrics,0.044882,0.0722583663829598
-1970,Saint Kitts and Nevis,Oilcrops,0.044882,0.0278730894345172
-1970,Saint Kitts and Nevis,Pulses,0.044882,0.0032529744663785
+1970,Saint Kitts and Nevis,FruitVeg,0.044882,0.034713248072724
+1970,Saint Kitts and Nevis,OilcropsPulses,0.044882,0.0311260639008957
 1970,Saint Kitts and Nevis,Starchy Roots,0.044882,0.0312597477830756
+1970,Saint Kitts and Nevis,Sugar,0.044882,0.0476583039971481
 1971,Saint Kitts and Nevis,Ruminants,0.04449,0.321717239829175
 1971,Saint Kitts and Nevis,Cereals,0.04449,0.0945380984490897
 1971,Saint Kitts and Nevis,Monogastrics,0.04449,0.0778894133513149
-1971,Saint Kitts and Nevis,Oilcrops,0.04449,0.0292200494493145
-1971,Saint Kitts and Nevis,Pulses,0.04449,0.00283209710047202
+1971,Saint Kitts and Nevis,FruitVeg,0.04449,0.0350415823780625
+1971,Saint Kitts and Nevis,OilcropsPulses,0.04449,0.0320521465497865
 1971,Saint Kitts and Nevis,Starchy Roots,0.04449,0.0341649808945831
+1971,Saint Kitts and Nevis,Sugar,0.04449,0.0387952348842436
 1972,Saint Kitts and Nevis,Ruminants,0.044328,0.302998105035192
 1972,Saint Kitts and Nevis,Cereals,0.044328,0.0934172532033929
 1972,Saint Kitts and Nevis,Monogastrics,0.044328,0.0852170185887024
-1972,Saint Kitts and Nevis,Oilcrops,0.044328,0.0300938458761956
-1972,Saint Kitts and Nevis,Pulses,0.044328,0.00327107020393431
+1972,Saint Kitts and Nevis,FruitVeg,0.044328,0.0370194910665945
+1972,Saint Kitts and Nevis,OilcropsPulses,0.044328,0.0333649160801299
 1972,Saint Kitts and Nevis,Starchy Roots,0.044328,0.0329362930878903
+1972,Saint Kitts and Nevis,Sugar,0.044328,0.0509835769716658
 1973,Saint Kitts and Nevis,Ruminants,0.044314,0.273726136209776
 1973,Saint Kitts and Nevis,Cereals,0.044314,0.100532563072618
 1973,Saint Kitts and Nevis,Monogastrics,0.044314,0.0793248183418333
-1973,Saint Kitts and Nevis,Oilcrops,0.044314,0.0318860856614163
-1973,Saint Kitts and Nevis,Pulses,0.044314,0.00282077898632486
+1973,Saint Kitts and Nevis,FruitVeg,0.044314,0.0373696800108318
+1973,Saint Kitts and Nevis,OilcropsPulses,0.044314,0.0347068646477411
 1973,Saint Kitts and Nevis,Starchy Roots,0.044314,0.0326533375456966
+1973,Saint Kitts and Nevis,Sugar,0.044314,0.0505709256668322
 1974,Saint Kitts and Nevis,Ruminants,0.044327,0.270487513253773
 1974,Saint Kitts and Nevis,Cereals,0.044327,0.0947954971010896
 1974,Saint Kitts and Nevis,Monogastrics,0.044327,0.0780765673291673
-1974,Saint Kitts and Nevis,Oilcrops,0.044327,0.0323053669321181
-1974,Saint Kitts and Nevis,Pulses,0.044327,0.00324858438423534
+1974,Saint Kitts and Nevis,FruitVeg,0.044327,0.0340875764206917
+1974,Saint Kitts and Nevis,OilcropsPulses,0.044327,0.0355539513163535
 1974,Saint Kitts and Nevis,Starchy Roots,0.044327,0.0315608996773975
+1974,Saint Kitts and Nevis,Sugar,0.044327,0.0634376339477068
 1975,Saint Kitts and Nevis,Ruminants,0.044278,0.231096707168345
 1975,Saint Kitts and Nevis,Cereals,0.044278,0.0913094539048737
 1975,Saint Kitts and Nevis,Monogastrics,0.044278,0.0868851348299381
-1975,Saint Kitts and Nevis,Oilcrops,0.044278,0.0321830254302362
-1975,Saint Kitts and Nevis,Pulses,0.044278,0.00322959483264827
+1975,Saint Kitts and Nevis,FruitVeg,0.044278,0.0374904015538191
+1975,Saint Kitts and Nevis,OilcropsPulses,0.044278,0.0354126202628845
 1975,Saint Kitts and Nevis,Starchy Roots,0.044278,0.0297664754505624
+1975,Saint Kitts and Nevis,Sugar,0.044278,0.0559420028004878
 1976,Saint Kitts and Nevis,Ruminants,0.044142,0.269901680938788
 1976,Saint Kitts and Nevis,Cereals,0.044142,0.0875356803044719
 1976,Saint Kitts and Nevis,Monogastrics,0.044142,0.0969394227719632
-1976,Saint Kitts and Nevis,Oilcrops,0.044142,0.0332789633455666
-1976,Saint Kitts and Nevis,Pulses,0.044142,0.00296769516560192
+1976,Saint Kitts and Nevis,FruitVeg,0.044142,0.0360654252186127
+1976,Saint Kitts and Nevis,OilcropsPulses,0.044142,0.0362466585111685
 1976,Saint Kitts and Nevis,Starchy Roots,0.044142,0.0278419645688913
+1976,Saint Kitts and Nevis,Sugar,0.044142,0.057586878709619
 1977,Saint Kitts and Nevis,Ruminants,0.043946,0.289648659718746
 1977,Saint Kitts and Nevis,Cereals,0.043946,0.0921130478314295
 1977,Saint Kitts and Nevis,Monogastrics,0.043946,0.0926546215810313
-1977,Saint Kitts and Nevis,Oilcrops,0.043946,0.0368861784917854
-1977,Saint Kitts and Nevis,Pulses,0.043946,0.00282164474582442
+1977,Saint Kitts and Nevis,FruitVeg,0.043946,0.0356346425158149
+1977,Saint Kitts and Nevis,OilcropsPulses,0.043946,0.0397078232376098
 1977,Saint Kitts and Nevis,Starchy Roots,0.043946,0.0312428890001365
+1977,Saint Kitts and Nevis,Sugar,0.043946,0.0534292085741592
 1978,Saint Kitts and Nevis,Ruminants,0.043704,0.300670419183599
 1978,Saint Kitts and Nevis,Cereals,0.043704,0.099945085118067
 1978,Saint Kitts and Nevis,Monogastrics,0.043704,0.108269265971078
-1978,Saint Kitts and Nevis,Oilcrops,0.043704,0.0306608090792605
-1978,Saint Kitts and Nevis,Pulses,0.043704,0.00331777411678565
+1978,Saint Kitts and Nevis,FruitVeg,0.043704,0.0372505949112209
+1978,Saint Kitts and Nevis,OilcropsPulses,0.043704,0.0339785831960461
 1978,Saint Kitts and Nevis,Starchy Roots,0.043704,0.0329260479589969
+1978,Saint Kitts and Nevis,Sugar,0.043704,0.0509106717920556
 1979,Saint Kitts and Nevis,Ruminants,0.04345,0.299804372842348
 1979,Saint Kitts and Nevis,Cereals,0.04345,0.0980437284234753
 1979,Saint Kitts and Nevis,Monogastrics,0.04345,0.120085155350978
-1979,Saint Kitts and Nevis,Oilcrops,0.04345,0.0300805523590334
-1979,Saint Kitts and Nevis,Pulses,0.04345,0.00354430379746835
+1979,Saint Kitts and Nevis,FruitVeg,0.04345,0.0398158803222094
+1979,Saint Kitts and Nevis,OilcropsPulses,0.04345,0.0336248561565017
 1979,Saint Kitts and Nevis,Starchy Roots,0.04345,0.0341542002301496
+1979,Saint Kitts and Nevis,Sugar,0.04345,0.0523360184119678
 1980,Saint Kitts and Nevis,Ruminants,0.043205,0.334278439995371
 1980,Saint Kitts and Nevis,Cereals,0.043205,0.10160861011457
 1980,Saint Kitts and Nevis,Monogastrics,0.043205,0.124761023029742
-1980,Saint Kitts and Nevis,Oilcrops,0.043205,0.0281448906376577
-1980,Saint Kitts and Nevis,Pulses,0.043205,0.00488369401689619
+1980,Saint Kitts and Nevis,FruitVeg,0.043205,0.0442309917833584
+1980,Saint Kitts and Nevis,OilcropsPulses,0.043205,0.0330285846545539
 1980,Saint Kitts and Nevis,Starchy Roots,0.043205,0.0352736951741697
+1980,Saint Kitts and Nevis,Sugar,0.043205,0.056150908459669
 1981,Saint Kitts and Nevis,Ruminants,0.042978,0.400991204802457
 1981,Saint Kitts and Nevis,Cereals,0.042978,0.0850900460700824
 1981,Saint Kitts and Nevis,Monogastrics,0.042978,0.13476895155661
-1981,Saint Kitts and Nevis,Oilcrops,0.042978,0.0266415375308297
-1981,Saint Kitts and Nevis,Pulses,0.042978,0.00679417376332077
+1981,Saint Kitts and Nevis,FruitVeg,0.042978,0.0518870119596072
+1981,Saint Kitts and Nevis,OilcropsPulses,0.042978,0.0334357112941505
 1981,Saint Kitts and Nevis,Starchy Roots,0.042978,0.0336916561961934
+1981,Saint Kitts and Nevis,Sugar,0.042978,0.0579366187351668
 1982,Saint Kitts and Nevis,Ruminants,0.042761,0.429639157175931
 1982,Saint Kitts and Nevis,Cereals,0.042761,0.0906901148242557
 1982,Saint Kitts and Nevis,Monogastrics,0.042761,0.130848202801618
-1982,Saint Kitts and Nevis,Oilcrops,0.042761,0.0313603517223638
-1982,Saint Kitts and Nevis,Pulses,0.042761,0.00502794602558406
+1982,Saint Kitts and Nevis,FruitVeg,0.042761,0.0531325273029162
+1982,Saint Kitts and Nevis,OilcropsPulses,0.042761,0.0363882977479479
 1982,Saint Kitts and Nevis,Starchy Roots,0.042761,0.0344940483150534
+1982,Saint Kitts and Nevis,Sugar,0.042761,0.0497883585510161
 1983,Saint Kitts and Nevis,Ruminants,0.042539,0.48324831331249
 1983,Saint Kitts and Nevis,Cereals,0.042539,0.0862032487834693
 1983,Saint Kitts and Nevis,Monogastrics,0.042539,0.141510143632902
-1983,Saint Kitts and Nevis,Oilcrops,0.042539,0.0380121770610499
-1983,Saint Kitts and Nevis,Pulses,0.042539,0.00552434236817979
+1983,Saint Kitts and Nevis,FruitVeg,0.042539,0.0515762006629211
+1983,Saint Kitts and Nevis,OilcropsPulses,0.042539,0.0435365194292296
 1983,Saint Kitts and Nevis,Starchy Roots,0.042539,0.0373539575448412
+1983,Saint Kitts and Nevis,Sugar,0.042539,0.0519053104210254
 1984,Saint Kitts and Nevis,Ruminants,0.042294,0.414195867026056
 1984,Saint Kitts and Nevis,Cereals,0.042294,0.0992339338913321
 1984,Saint Kitts and Nevis,Monogastrics,0.042294,0.145145883576867
-1984,Saint Kitts and Nevis,Oilcrops,0.042294,0.0361989880361281
-1984,Saint Kitts and Nevis,Pulses,0.042294,0.00716413675698681
+1984,Saint Kitts and Nevis,FruitVeg,0.042294,0.0723270440251572
+1984,Saint Kitts and Nevis,OilcropsPulses,0.042294,0.0433631247931149
 1984,Saint Kitts and Nevis,Starchy Roots,0.042294,0.0359389038634322
+1984,Saint Kitts and Nevis,Sugar,0.042294,0.0506927696599991
 1985,Saint Kitts and Nevis,Ruminants,0.042017,0.544560535021539
 1985,Saint Kitts and Nevis,Cereals,0.042017,0.118237856105862
 1985,Saint Kitts and Nevis,Monogastrics,0.042017,0.142506604469619
-1985,Saint Kitts and Nevis,Oilcrops,0.042017,0.0309160577861342
-1985,Saint Kitts and Nevis,Pulses,0.042017,0.00490277744722374
+1985,Saint Kitts and Nevis,FruitVeg,0.042017,0.0600709236737511
+1985,Saint Kitts and Nevis,OilcropsPulses,0.042017,0.0358188352333579
 1985,Saint Kitts and Nevis,Starchy Roots,0.042017,0.0381750243948878
+1985,Saint Kitts and Nevis,Sugar,0.042017,0.0522883594735464
 1986,Saint Kitts and Nevis,Ruminants,0.041697,0.637786891143248
 1986,Saint Kitts and Nevis,Cereals,0.041697,0.109456315802096
 1986,Saint Kitts and Nevis,Monogastrics,0.041697,0.164366741012543
-1986,Saint Kitts and Nevis,Oilcrops,0.041697,0.0336475046166391
-1986,Saint Kitts and Nevis,Pulses,0.041697,0.00673909393961196
+1986,Saint Kitts and Nevis,FruitVeg,0.041697,0.0694774204379212
+1986,Saint Kitts and Nevis,OilcropsPulses,0.041697,0.040386598556251
 1986,Saint Kitts and Nevis,Starchy Roots,0.041697,0.0403626160155407
+1986,Saint Kitts and Nevis,Sugar,0.041697,0.0535530134062403
 1987,Saint Kitts and Nevis,Ruminants,0.041353,0.629734239353856
 1987,Saint Kitts and Nevis,Cereals,0.041353,0.111334123280052
 1987,Saint Kitts and Nevis,Monogastrics,0.041353,0.167908011510652
-1987,Saint Kitts and Nevis,Oilcrops,0.041353,0.0309530142915871
-1987,Saint Kitts and Nevis,Pulses,0.041353,0.00626314898556332
+1987,Saint Kitts and Nevis,FruitVeg,0.041353,0.103740961961647
+1987,Saint Kitts and Nevis,OilcropsPulses,0.041353,0.0372161632771504
 1987,Saint Kitts and Nevis,Starchy Roots,0.041353,0.0402389185790632
+1987,Saint Kitts and Nevis,Sugar,0.041353,0.0508548351993809
 1988,Saint Kitts and Nevis,Ruminants,0.041045,0.591078085028627
 1988,Saint Kitts and Nevis,Cereals,0.041045,0.123254964063832
 1988,Saint Kitts and Nevis,Monogastrics,0.041045,0.179449384821537
-1988,Saint Kitts and Nevis,Oilcrops,0.041045,0.0388110610305762
-1988,Saint Kitts and Nevis,Pulses,0.041045,0.006310147399196
+1988,Saint Kitts and Nevis,FruitVeg,0.041045,0.102131806553782
+1988,Saint Kitts and Nevis,OilcropsPulses,0.041045,0.0451212084297722
 1988,Saint Kitts and Nevis,Starchy Roots,0.041045,0.0388110610305762
+1988,Saint Kitts and Nevis,Sugar,0.041045,0.0501400901449628
 1989,Saint Kitts and Nevis,Ruminants,0.040854,0.485697850883634
 1989,Saint Kitts and Nevis,Cereals,0.040854,0.129632349341558
 1989,Saint Kitts and Nevis,Monogastrics,0.040854,0.159090909090909
-1989,Saint Kitts and Nevis,Oilcrops,0.040854,0.0385519165809957
-1989,Saint Kitts and Nevis,Pulses,0.040854,0.00655994517060753
+1989,Saint Kitts and Nevis,FruitVeg,0.040854,0.0988397708914672
+1989,Saint Kitts and Nevis,OilcropsPulses,0.040854,0.0451118617516033
 1989,Saint Kitts and Nevis,Starchy Roots,0.040854,0.0343907573309835
+1989,Saint Kitts and Nevis,Sugar,0.040854,0.0412199539824742
 1990,Saint Kitts and Nevis,Ruminants,0.040833,0.49655670658536
 1990,Saint Kitts and Nevis,Cereals,0.040833,0.12247446917934
 1990,Saint Kitts and Nevis,Monogastrics,0.040833,0.174028359415179
-1990,Saint Kitts and Nevis,Oilcrops,0.040833,0.0330859843753827
-1990,Saint Kitts and Nevis,Pulses,0.040833,0.00614698895501188
+1990,Saint Kitts and Nevis,FruitVeg,0.040833,0.0884088849704896
+1990,Saint Kitts and Nevis,OilcropsPulses,0.040833,0.0392329733303945
 1990,Saint Kitts and Nevis,Starchy Roots,0.040833,0.0360737638674601
+1990,Saint Kitts and Nevis,Sugar,0.040833,0.0407758430681067
 1991,Saint Kitts and Nevis,Ruminants,0.041009,0.508763929869053
 1991,Saint Kitts and Nevis,Cereals,0.041009,0.12165622180497
 1991,Saint Kitts and Nevis,Monogastrics,0.041009,0.175178619327465
-1991,Saint Kitts and Nevis,Oilcrops,0.041009,0.0364066424443415
-1991,Saint Kitts and Nevis,Pulses,0.041009,0.00621814723597259
+1991,Saint Kitts and Nevis,FruitVeg,0.041009,0.0910531834475359
+1991,Saint Kitts and Nevis,OilcropsPulses,0.041009,0.0426247896803141
 1991,Saint Kitts and Nevis,Starchy Roots,0.041009,0.0335048404008876
+1991,Saint Kitts and Nevis,Sugar,0.041009,0.0409910019751762
 1992,Saint Kitts and Nevis,Ruminants,0.04136,0.470432785299807
 1992,Saint Kitts and Nevis,Cereals,0.04136,0.12139748549323
 1992,Saint Kitts and Nevis,Monogastrics,0.04136,0.176939071566731
-1992,Saint Kitts and Nevis,Oilcrops,0.04136,0.0386121856866538
-1992,Saint Kitts and Nevis,Pulses,0.04136,0.00623791102514507
+1992,Saint Kitts and Nevis,FruitVeg,0.04136,0.090352998065764
+1992,Saint Kitts and Nevis,OilcropsPulses,0.04136,0.0448500967117988
 1992,Saint Kitts and Nevis,Starchy Roots,0.04136,0.0345261121856867
+1992,Saint Kitts and Nevis,Sugar,0.04136,0.0413201160541586
 1993,Saint Kitts and Nevis,Ruminants,0.041836,0.482020269624247
 1993,Saint Kitts and Nevis,Cereals,0.041836,0.114566402141696
 1993,Saint Kitts and Nevis,Monogastrics,0.041836,0.1772468687255
-1993,Saint Kitts and Nevis,Oilcrops,0.041836,0.0402285113299551
-1993,Saint Kitts and Nevis,Pulses,0.041836,0.00642986901233387
+1993,Saint Kitts and Nevis,FruitVeg,0.041836,0.100822258342098
+1993,Saint Kitts and Nevis,OilcropsPulses,0.041836,0.0466583803422889
 1993,Saint Kitts and Nevis,Starchy Roots,0.041836,0.0356630653026102
+1993,Saint Kitts and Nevis,Sugar,0.041836,0.0413519456927048
 1994,Saint Kitts and Nevis,Ruminants,0.042363,0.465264499681326
 1994,Saint Kitts and Nevis,Cereals,0.042363,0.109812808346907
 1994,Saint Kitts and Nevis,Monogastrics,0.042363,0.180959799825319
-1994,Saint Kitts and Nevis,Oilcrops,0.042363,0.0407903123008286
-1994,Saint Kitts and Nevis,Pulses,0.042363,0.00651511932582678
+1994,Saint Kitts and Nevis,FruitVeg,0.042363,0.119278615773198
+1994,Saint Kitts and Nevis,OilcropsPulses,0.042363,0.0473054316266553
 1994,Saint Kitts and Nevis,Starchy Roots,0.042363,0.0309468167976772
+1994,Saint Kitts and Nevis,Sugar,0.042363,0.0423246701130704
 1995,Saint Kitts and Nevis,Ruminants,0.042888,0.631134583100168
 1995,Saint Kitts and Nevis,Cereals,0.042888,0.102243051669465
 1995,Saint Kitts and Nevis,Monogastrics,0.042888,0.198843499347137
-1995,Saint Kitts and Nevis,Oilcrops,0.042888,0.0380292855810483
-1995,Saint Kitts and Nevis,Pulses,0.042888,0.00631878380899086
+1995,Saint Kitts and Nevis,FruitVeg,0.042888,0.128940496176087
+1995,Saint Kitts and Nevis,OilcropsPulses,0.042888,0.0443480693900392
 1995,Saint Kitts and Nevis,Starchy Roots,0.042888,0.0300317105017721
+1995,Saint Kitts and Nevis,Sugar,0.042888,0.0497575079276254
 1996,Saint Kitts and Nevis,Ruminants,0.043391,0.548067571616234
 1996,Saint Kitts and Nevis,Cereals,0.043391,0.0980387637989445
 1996,Saint Kitts and Nevis,Monogastrics,0.043391,0.198119425687355
-1996,Saint Kitts and Nevis,Oilcrops,0.043391,0.0396165103362448
-1996,Saint Kitts and Nevis,Pulses,0.043391,0.00668341361111751
+1996,Saint Kitts and Nevis,FruitVeg,0.043391,0.148901846004932
+1996,Saint Kitts and Nevis,OilcropsPulses,0.043391,0.0462999239473624
 1996,Saint Kitts and Nevis,Starchy Roots,0.043391,0.0311585351801065
+1996,Saint Kitts and Nevis,Sugar,0.043391,0.050056463321887
 1997,Saint Kitts and Nevis,Ruminants,0.043885,0.445922296912385
 1997,Saint Kitts and Nevis,Cereals,0.043885,0.104318104135809
 1997,Saint Kitts and Nevis,Monogastrics,0.043885,0.199491853708556
-1997,Saint Kitts and Nevis,Oilcrops,0.043885,0.04238350233565
-1997,Saint Kitts and Nevis,Pulses,0.043885,0.00583342827845505
+1997,Saint Kitts and Nevis,FruitVeg,0.043885,0.132049675287684
+1997,Saint Kitts and Nevis,OilcropsPulses,0.043885,0.048216930614105
 1997,Saint Kitts and Nevis,Starchy Roots,0.043885,0.0257719038395807
+1997,Saint Kitts and Nevis,Sugar,0.043885,0.0480346359804033
 1998,Saint Kitts and Nevis,Ruminants,0.044391,0.502944290509338
 1998,Saint Kitts and Nevis,Cereals,0.044391,0.104863598477169
 1998,Saint Kitts and Nevis,Monogastrics,0.044391,0.203638124845126
-1998,Saint Kitts and Nevis,Oilcrops,0.044391,0.0405938140614088
-1998,Saint Kitts and Nevis,Pulses,0.044391,0.00673559955846906
+1998,Saint Kitts and Nevis,FruitVeg,0.044391,0.128900002252709
+1998,Saint Kitts and Nevis,OilcropsPulses,0.044391,0.0473294136198779
 1998,Saint Kitts and Nevis,Starchy Roots,0.044391,0.023090266044919
+1998,Saint Kitts and Nevis,Sugar,0.044391,0.0468112905769187
 1999,Saint Kitts and Nevis,Ruminants,0.044938,0.572092660999599
 1999,Saint Kitts and Nevis,Cereals,0.044938,0.104277003872001
 1999,Saint Kitts and Nevis,Monogastrics,0.044938,0.193088254929013
-1999,Saint Kitts and Nevis,Oilcrops,0.044938,0.0276158262494993
-1999,Saint Kitts and Nevis,Pulses,0.044938,0.00698740486893053
+1999,Saint Kitts and Nevis,FruitVeg,0.044938,0.142729983532868
+1999,Saint Kitts and Nevis,OilcropsPulses,0.044938,0.0346032311184298
 1999,Saint Kitts and Nevis,Starchy Roots,0.044938,0.0210734790155325
+1999,Saint Kitts and Nevis,Sugar,0.044938,0.0472651208331479
 2000,Saint Kitts and Nevis,Ruminants,0.045544,0.635462409977165
 2000,Saint Kitts and Nevis,Cereals,0.045544,0.103196908484103
 2000,Saint Kitts and Nevis,Monogastrics,0.045544,0.20572852626032
-2000,Saint Kitts and Nevis,Oilcrops,0.045544,0.0254259617073599
-2000,Saint Kitts and Nevis,Pulses,0.045544,0.00735552432812226
+2000,Saint Kitts and Nevis,FruitVeg,0.045544,0.172777972949236
+2000,Saint Kitts and Nevis,OilcropsPulses,0.045544,0.0327814860354822
 2000,Saint Kitts and Nevis,Starchy Roots,0.045544,0.0207052520639382
+2000,Saint Kitts and Nevis,Sugar,0.045544,0.0474925346917267
 2001,Saint Kitts and Nevis,Ruminants,0.046216,0.559955426692055
 2001,Saint Kitts and Nevis,Cereals,0.046216,0.105591137268478
 2001,Saint Kitts and Nevis,Monogastrics,0.046216,0.211483036177947
-2001,Saint Kitts and Nevis,Oilcrops,0.046216,0.0259650337545439
-2001,Saint Kitts and Nevis,Pulses,0.046216,0.00668599619179505
+2001,Saint Kitts and Nevis,FruitVeg,0.046216,0.180738272459754
+2001,Saint Kitts and Nevis,OilcropsPulses,0.046216,0.0326510299463389
 2001,Saint Kitts and Nevis,Starchy Roots,0.046216,0.0213346027349836
+2001,Saint Kitts and Nevis,Sugar,0.046216,0.0509996537995499
 2002,Saint Kitts and Nevis,Ruminants,0.046935,0.463270480451689
 2002,Saint Kitts and Nevis,Cereals,0.046935,0.10341962288271
 2002,Saint Kitts and Nevis,Monogastrics,0.046935,0.243078725897518
-2002,Saint Kitts and Nevis,Oilcrops,0.046935,0.0274422073079791
-2002,Saint Kitts and Nevis,Pulses,0.046935,0.00588047299456695
+2002,Saint Kitts and Nevis,FruitVeg,0.046935,0.148908064344306
+2002,Saint Kitts and Nevis,OilcropsPulses,0.046935,0.0333226803025461
 2002,Saint Kitts and Nevis,Starchy Roots,0.046935,0.0206242676041334
+2002,Saint Kitts and Nevis,Sugar,0.046935,0.0496005113454778
 2003,Saint Kitts and Nevis,Ruminants,0.047681,0.439309158784421
 2003,Saint Kitts and Nevis,Cereals,0.047681,0.098697594429647
 2003,Saint Kitts and Nevis,Monogastrics,0.047681,0.24724733122208
-2003,Saint Kitts and Nevis,Oilcrops,0.047681,0.0266772928420125
-2003,Saint Kitts and Nevis,Pulses,0.047681,0.00629181434953126
+2003,Saint Kitts and Nevis,FruitVeg,0.047681,0.159707220905602
+2003,Saint Kitts and Nevis,OilcropsPulses,0.047681,0.0329691071915438
 2003,Saint Kitts and Nevis,Starchy Roots,0.047681,0.0213921687884063
+2003,Saint Kitts and Nevis,Sugar,0.047681,0.0477968163419391
 2004,Saint Kitts and Nevis,Ruminants,0.048424,0.52615025607137
 2004,Saint Kitts and Nevis,Cereals,0.048424,0.0955104906657856
 2004,Saint Kitts and Nevis,Monogastrics,0.048424,0.243119114488683
-2004,Saint Kitts and Nevis,Oilcrops,0.048424,0.0268255410540228
-2004,Saint Kitts and Nevis,Pulses,0.048424,0.00586486039980175
+2004,Saint Kitts and Nevis,FruitVeg,0.048424,0.144700974723278
+2004,Saint Kitts and Nevis,OilcropsPulses,0.048424,0.0326904014538245
 2004,Saint Kitts and Nevis,Starchy Roots,0.048424,0.0212704444077317
+2004,Saint Kitts and Nevis,Sugar,0.048424,0.0424789360647613
 2005,Saint Kitts and Nevis,Ruminants,0.049139,0.515657624290279
 2005,Saint Kitts and Nevis,Cereals,0.049139,0.0966849142229187
 2005,Saint Kitts and Nevis,Monogastrics,0.049139,0.220311768656261
-2005,Saint Kitts and Nevis,Oilcrops,0.049139,0.0249699831091394
-2005,Saint Kitts and Nevis,Pulses,0.049139,0.00582022426178799
+2005,Saint Kitts and Nevis,FruitVeg,0.049139,0.140804656179409
+2005,Saint Kitts and Nevis,OilcropsPulses,0.049139,0.0307902073709274
 2005,Saint Kitts and Nevis,Starchy Roots,0.049139,0.0193532631921692
+2005,Saint Kitts and Nevis,Sugar,0.049139,0.0454832210667698
 2006,Saint Kitts and Nevis,Ruminants,0.049818,0.524051547633385
 2006,Saint Kitts and Nevis,Cereals,0.049818,0.0995423340961098
 2006,Saint Kitts and Nevis,Monogastrics,0.049818,0.223852824280381
-2006,Saint Kitts and Nevis,Oilcrops,0.049818,0.0242281906138344
-2006,Saint Kitts and Nevis,Pulses,0.049818,0.00608213898590871
+2006,Saint Kitts and Nevis,FruitVeg,0.049818,0.16516118671966
+2006,Saint Kitts and Nevis,OilcropsPulses,0.049818,0.0303103295997431
 2006,Saint Kitts and Nevis,Starchy Roots,0.049818,0.0199526275643342
+2006,Saint Kitts and Nevis,Sugar,0.049818,0.0436589184632061
 2007,Saint Kitts and Nevis,Ruminants,0.050465,0.443780838204696
 2007,Saint Kitts and Nevis,Cereals,0.050465,0.112038046170613
 2007,Saint Kitts and Nevis,Monogastrics,0.050465,0.208284949965323
-2007,Saint Kitts and Nevis,Oilcrops,0.050465,0.0281184979688893
-2007,Saint Kitts and Nevis,Pulses,0.050465,0.0070543941345487
+2007,Saint Kitts and Nevis,FruitVeg,0.050465,0.16678886356881
+2007,Saint Kitts and Nevis,OilcropsPulses,0.050465,0.035172892103438
 2007,Saint Kitts and Nevis,Starchy Roots,0.050465,0.0208659466957297
+2007,Saint Kitts and Nevis,Sugar,0.050465,0.0459328247300109
 2008,Saint Kitts and Nevis,Ruminants,0.051093,0.530419039790186
 2008,Saint Kitts and Nevis,Cereals,0.051093,0.10475016147026
 2008,Saint Kitts and Nevis,Monogastrics,0.051093,0.21880492435363
-2008,Saint Kitts and Nevis,Oilcrops,0.051093,0.0299453936938524
-2008,Saint Kitts and Nevis,Pulses,0.051093,0.00630223318262776
+2008,Saint Kitts and Nevis,FruitVeg,0.051093,0.123676433170884
+2008,Saint Kitts and Nevis,OilcropsPulses,0.051093,0.0362476268764801
 2008,Saint Kitts and Nevis,Starchy Roots,0.051093,0.0236235883584835
+2008,Saint Kitts and Nevis,Sugar,0.051093,0.0461707083162077
 2009,Saint Kitts and Nevis,Ruminants,0.051717,0.49359011543593
 2009,Saint Kitts and Nevis,Cereals,0.051717,0.116557418257053
 2009,Saint Kitts and Nevis,Monogastrics,0.051717,0.212363439487983
-2009,Saint Kitts and Nevis,Oilcrops,0.051717,0.0222170659551018
-2009,Saint Kitts and Nevis,Pulses,0.051717,0.00725100063808806
+2009,Saint Kitts and Nevis,FruitVeg,0.051717,0.131910203608098
+2009,Saint Kitts and Nevis,OilcropsPulses,0.051717,0.0294680665931899
 2009,Saint Kitts and Nevis,Starchy Roots,0.051717,0.0238026180946304
+2009,Saint Kitts and Nevis,Sugar,0.051717,0.0469478121314075
 2010,Saint Kitts and Nevis,Ruminants,0.052352,0.417260085574572
 2010,Saint Kitts and Nevis,Cereals,0.052352,0.113653728606357
 2010,Saint Kitts and Nevis,Monogastrics,0.052352,0.245954309290954
-2010,Saint Kitts and Nevis,Oilcrops,0.052352,0.0257487775061125
-2010,Saint Kitts and Nevis,Pulses,0.052352,0.00515739608801956
+2010,Saint Kitts and Nevis,FruitVeg,0.052352,0.117321210268949
+2010,Saint Kitts and Nevis,OilcropsPulses,0.052352,0.030906173594132
 2010,Saint Kitts and Nevis,Starchy Roots,0.052352,0.0319758557457213
+2010,Saint Kitts and Nevis,Sugar,0.052352,0.0471424205378973
 2011,Saint Kitts and Nevis,Ruminants,0.052998,0.447741424204687
 2011,Saint Kitts and Nevis,Cereals,0.052998,0.112287256122873
 2011,Saint Kitts and Nevis,Monogastrics,0.052998,0.25353409562625
-2011,Saint Kitts and Nevis,Oilcrops,0.052998,0.0268312011774029
-2011,Saint Kitts and Nevis,Pulses,0.052998,0.00545303596362127
+2011,Saint Kitts and Nevis,FruitVeg,0.052998,0.108155024717914
+2011,Saint Kitts and Nevis,OilcropsPulses,0.052998,0.0322842371410242
 2011,Saint Kitts and Nevis,Starchy Roots,0.052998,0.0375674553756746
+2011,Saint Kitts and Nevis,Sugar,0.052998,0.0475489641118533
 1961,Saint Lucia,Ruminants,0.090913,0.166066459142257
 1961,Saint Lucia,Cereals,0.090913,0.0702319800248589
 1961,Saint Lucia,Monogastrics,0.090913,0.064215238744734
-1961,Saint Lucia,Oilcrops,0.090913,0.142322880116155
-1961,Saint Lucia,Pulses,0.090913,0.00147393662072531
+1961,Saint Lucia,FruitVeg,0.090913,0.244607481878279
+1961,Saint Lucia,OilcropsPulses,0.090913,0.14379681673688
 1961,Saint Lucia,Starchy Roots,0.090913,0.0499818507804164
+1961,Saint Lucia,Sugar,0.090913,0.028235785861208
 1962,Saint Lucia,Ruminants,0.092086,0.181045978758986
 1962,Saint Lucia,Cereals,0.092086,0.0705536129270464
 1962,Saint Lucia,Monogastrics,0.092086,0.0647590296027626
-1962,Saint Lucia,Oilcrops,0.092086,0.0966813630736486
-1962,Saint Lucia,Pulses,0.092086,0.00165063093195491
+1962,Saint Lucia,FruitVeg,0.092086,0.248593705883631
+1962,Saint Lucia,OilcropsPulses,0.092086,0.0983319940056035
 1962,Saint Lucia,Starchy Roots,0.092086,0.0564906717633517
+1962,Saint Lucia,Sugar,0.092086,0.0268987685424494
 1963,Saint Lucia,Ruminants,0.093397,0.18041478848357
 1963,Saint Lucia,Cereals,0.093397,0.0658265254772637
 1963,Saint Lucia,Monogastrics,0.093397,0.0671798880049681
-1963,Saint Lucia,Oilcrops,0.093397,0.146996156193454
-1963,Saint Lucia,Pulses,0.093397,0.00162746126749253
+1963,Saint Lucia,FruitVeg,0.093397,0.239044080644989
+1963,Saint Lucia,OilcropsPulses,0.093397,0.148623617460946
 1963,Saint Lucia,Starchy Roots,0.093397,0.046436181033652
+1963,Saint Lucia,Sugar,0.093397,0.0285126931271882
 1964,Saint Lucia,Ruminants,0.094813,0.196750445613998
 1964,Saint Lucia,Cereals,0.094813,0.0760549713646863
 1964,Saint Lucia,Monogastrics,0.094813,0.0684979907818548
-1964,Saint Lucia,Oilcrops,0.094813,0.130150928670119
-1964,Saint Lucia,Pulses,0.094813,0.00221488614430511
+1964,Saint Lucia,FruitVeg,0.094813,0.239387003891871
+1964,Saint Lucia,OilcropsPulses,0.094813,0.132365814814424
 1964,Saint Lucia,Starchy Roots,0.094813,0.042378154894371
+1964,Saint Lucia,Sugar,0.094813,0.0292364971048274
 1965,Saint Lucia,Ruminants,0.096303,0.20108303998837
 1965,Saint Lucia,Cereals,0.096303,0.0649823993022024
 1965,Saint Lucia,Monogastrics,0.096303,0.0720652523805073
-1965,Saint Lucia,Oilcrops,0.096303,0.154003509755667
-1965,Saint Lucia,Pulses,0.096303,0.0020871623936949
+1965,Saint Lucia,FruitVeg,0.096303,0.238403788043986
+1965,Saint Lucia,OilcropsPulses,0.096303,0.156090672149362
 1965,Saint Lucia,Starchy Roots,0.096303,0.0479112800224292
+1965,Saint Lucia,Sugar,0.096303,0.0298017714920615
 1966,Saint Lucia,Ruminants,0.097877,0.225098848554819
 1966,Saint Lucia,Cereals,0.097877,0.0710381397059575
 1966,Saint Lucia,Monogastrics,0.097877,0.0807227438519775
-1966,Saint Lucia,Oilcrops,0.097877,0.117310501956537
-1966,Saint Lucia,Pulses,0.097877,0.00191056121458565
+1966,Saint Lucia,FruitVeg,0.097877,0.239821408502508
+1966,Saint Lucia,OilcropsPulses,0.097877,0.119221063171123
 1966,Saint Lucia,Starchy Roots,0.097877,0.0501445692042053
+1966,Saint Lucia,Sugar,0.097877,0.0302624722866455
 1967,Saint Lucia,Ruminants,0.099526,0.232880855253904
 1967,Saint Lucia,Cereals,0.099526,0.0677310451540301
 1967,Saint Lucia,Monogastrics,0.099526,0.0789502240620541
-1967,Saint Lucia,Oilcrops,0.099526,0.15548700841991
-1967,Saint Lucia,Pulses,0.099526,0.00205976327793742
+1967,Saint Lucia,FruitVeg,0.099526,0.243584590961156
+1967,Saint Lucia,OilcropsPulses,0.099526,0.157546771697848
 1967,Saint Lucia,Starchy Roots,0.099526,0.0537447501155477
+1967,Saint Lucia,Sugar,0.099526,0.0275204469183932
 1968,Saint Lucia,Ruminants,0.101181,0.22090115733191
 1968,Saint Lucia,Cereals,0.101181,0.0718514345578715
 1968,Saint Lucia,Monogastrics,0.101181,0.0880135598580761
-1968,Saint Lucia,Oilcrops,0.101181,0.141439598343563
-1968,Saint Lucia,Pulses,0.101181,0.002223737658256
+1968,Saint Lucia,FruitVeg,0.101181,0.241448493294196
+1968,Saint Lucia,OilcropsPulses,0.101181,0.143663336001819
 1968,Saint Lucia,Starchy Roots,0.101181,0.0577776460007314
+1968,Saint Lucia,Sugar,0.101181,0.0245599470256273
 1969,Saint Lucia,Ruminants,0.102747,0.253672613312311
 1969,Saint Lucia,Cereals,0.102747,0.0720507654724712
 1969,Saint Lucia,Monogastrics,0.102747,0.0931277798865174
-1969,Saint Lucia,Oilcrops,0.102747,0.154875568143109
-1969,Saint Lucia,Pulses,0.102747,0.0027348730376556
+1969,Saint Lucia,FruitVeg,0.102747,0.242187119818583
+1969,Saint Lucia,OilcropsPulses,0.102747,0.157610441180764
 1969,Saint Lucia,Starchy Roots,0.102747,0.0600017518759672
+1969,Saint Lucia,Sugar,0.102747,0.0238547110864551
 1970,Saint Lucia,Ruminants,0.104162,0.348540734624911
 1970,Saint Lucia,Cereals,0.104162,0.073923311764367
 1970,Saint Lucia,Monogastrics,0.104162,0.104172346921142
-1970,Saint Lucia,Oilcrops,0.104162,0.207282886273305
-1970,Saint Lucia,Pulses,0.104162,0.00243850924521419
+1970,Saint Lucia,FruitVeg,0.104162,0.243063689253279
+1970,Saint Lucia,OilcropsPulses,0.104162,0.209721395518519
 1970,Saint Lucia,Starchy Roots,0.104162,0.0635932489775542
+1970,Saint Lucia,Sugar,0.104162,0.0228682244964574
 1971,Saint Lucia,Ruminants,0.105389,0.287821309624344
 1971,Saint Lucia,Cereals,0.105389,0.0818491493419617
 1971,Saint Lucia,Monogastrics,0.105389,0.103926405981649
-1971,Saint Lucia,Oilcrops,0.105389,0.218751482602549
-1971,Saint Lucia,Pulses,0.105389,0.0023911413904677
+1971,Saint Lucia,FruitVeg,0.105389,0.241163688810028
+1971,Saint Lucia,OilcropsPulses,0.105389,0.221142623993016
 1971,Saint Lucia,Starchy Roots,0.105389,0.0649972957329513
+1971,Saint Lucia,Sugar,0.105389,0.0244902219396711
 1972,Saint Lucia,Ruminants,0.106458,0.321456348982697
 1972,Saint Lucia,Cereals,0.106458,0.0775798906611058
 1972,Saint Lucia,Monogastrics,0.106458,0.100681019744876
-1972,Saint Lucia,Oilcrops,0.106458,0.295017753480246
-1972,Saint Lucia,Pulses,0.106458,0.00227319694151684
+1972,Saint Lucia,FruitVeg,0.106458,0.229423810328956
+1972,Saint Lucia,OilcropsPulses,0.106458,0.297290950421763
 1972,Saint Lucia,Starchy Roots,0.106458,0.0629919780570742
+1972,Saint Lucia,Sugar,0.106458,0.0232392117079036
 1973,Saint Lucia,Ruminants,0.107461,0.30731242031993
 1973,Saint Lucia,Cereals,0.107461,0.0709838918305246
 1973,Saint Lucia,Monogastrics,0.107461,0.106003108104336
-1973,Saint Lucia,Oilcrops,0.107461,0.361070527912452
-1973,Saint Lucia,Pulses,0.107461,0.00213100566717228
+1973,Saint Lucia,FruitVeg,0.107461,0.219195801267437
+1973,Saint Lucia,OilcropsPulses,0.107461,0.363201533579624
 1973,Saint Lucia,Starchy Roots,0.107461,0.0638091958943245
+1973,Saint Lucia,Sugar,0.107461,0.0260745758926494
 1974,Saint Lucia,Ruminants,0.108534,0.263358026056351
 1974,Saint Lucia,Cereals,0.108534,0.0727513958759467
 1974,Saint Lucia,Monogastrics,0.108534,0.102342123205631
-1974,Saint Lucia,Oilcrops,0.108534,0.28319236368327
-1974,Saint Lucia,Pulses,0.108534,0.00127149096135773
+1974,Saint Lucia,FruitVeg,0.108534,0.218972856432086
+1974,Saint Lucia,OilcropsPulses,0.108534,0.284463854644627
 1974,Saint Lucia,Starchy Roots,0.108534,0.0633165643945676
+1974,Saint Lucia,Sugar,0.108534,0.0282399985258076
 1975,Saint Lucia,Ruminants,0.10977,0.33566183838936
 1975,Saint Lucia,Cereals,0.10977,0.0729160972943427
 1975,Saint Lucia,Monogastrics,0.10977,0.102737542133552
-1975,Saint Lucia,Oilcrops,0.10977,0.300901885761137
-1975,Saint Lucia,Pulses,0.10977,0.00200419058030427
+1975,Saint Lucia,FruitVeg,0.10977,0.213637605903252
+1975,Saint Lucia,OilcropsPulses,0.10977,0.302906076341441
 1975,Saint Lucia,Starchy Roots,0.10977,0.0600983875375786
+1975,Saint Lucia,Sugar,0.10977,0.0263642160881844
 1976,Saint Lucia,Ruminants,0.111211,0.351497603654315
 1976,Saint Lucia,Cereals,0.111211,0.0791288631520263
 1976,Saint Lucia,Monogastrics,0.111211,0.107690785983401
-1976,Saint Lucia,Oilcrops,0.111211,0.229149994155254
-1976,Saint Lucia,Pulses,0.111211,0.00216705182041345
+1976,Saint Lucia,FruitVeg,0.111211,0.205402343293379
+1976,Saint Lucia,OilcropsPulses,0.111211,0.231317045975668
 1976,Saint Lucia,Starchy Roots,0.111211,0.0600929764142036
+1976,Saint Lucia,Sugar,0.111211,0.0256539371105376
 1977,Saint Lucia,Ruminants,0.112826,0.389805541275947
 1977,Saint Lucia,Cereals,0.112826,0.0919291652633258
 1977,Saint Lucia,Monogastrics,0.112826,0.132113165405137
-1977,Saint Lucia,Oilcrops,0.112826,0.262935848120114
-1977,Saint Lucia,Pulses,0.112826,0.00233988619644408
+1977,Saint Lucia,FruitVeg,0.112826,0.211671068725294
+1977,Saint Lucia,OilcropsPulses,0.112826,0.265275734316558
 1977,Saint Lucia,Starchy Roots,0.112826,0.0618651729211352
+1977,Saint Lucia,Sugar,0.112826,0.0291422189920763
 1978,Saint Lucia,Ruminants,0.114551,0.412631055163202
 1978,Saint Lucia,Cereals,0.114551,0.106328185698946
 1978,Saint Lucia,Monogastrics,0.114551,0.150706672137301
-1978,Saint Lucia,Oilcrops,0.114551,0.289827238522579
-1978,Saint Lucia,Pulses,0.114551,0.00318635367652836
+1978,Saint Lucia,FruitVeg,0.114551,0.219910782097057
+1978,Saint Lucia,OilcropsPulses,0.114551,0.293013592199108
 1978,Saint Lucia,Starchy Roots,0.114551,0.0641373711272708
+1978,Saint Lucia,Sugar,0.114551,0.0276470742289461
 1979,Saint Lucia,Ruminants,0.116292,0.365358752106766
 1979,Saint Lucia,Cereals,0.116292,0.112243318542978
 1979,Saint Lucia,Monogastrics,0.116292,0.16898582877584
-1979,Saint Lucia,Oilcrops,0.116292,0.309746156227427
-1979,Saint Lucia,Pulses,0.116292,0.00309565576307915
+1979,Saint Lucia,FruitVeg,0.116292,0.220350497024731
+1979,Saint Lucia,OilcropsPulses,0.116292,0.312841811990507
 1979,Saint Lucia,Starchy Roots,0.116292,0.0654559213015513
+1979,Saint Lucia,Sugar,0.116292,0.0281360712688749
 1980,Saint Lucia,Ruminants,0.117984,0.281017765120694
 1980,Saint Lucia,Cereals,0.117984,0.107811228641172
 1980,Saint Lucia,Monogastrics,0.117984,0.154381102522376
-1980,Saint Lucia,Oilcrops,0.117984,0.319272104692162
-1980,Saint Lucia,Pulses,0.117984,0.00355980471928397
+1980,Saint Lucia,FruitVeg,0.117984,0.219224640629238
+1980,Saint Lucia,OilcropsPulses,0.117984,0.322831909411446
 1980,Saint Lucia,Starchy Roots,0.117984,0.0643307567127746
+1980,Saint Lucia,Sugar,0.117984,0.0309787767832926
 1981,Saint Lucia,Ruminants,0.119593,0.276334735310595
 1981,Saint Lucia,Cereals,0.119593,0.100674788658199
 1981,Saint Lucia,Monogastrics,0.119593,0.173687423176942
-1981,Saint Lucia,Oilcrops,0.119593,0.127490739424548
-1981,Saint Lucia,Pulses,0.119593,0.00400525114346157
+1981,Saint Lucia,FruitVeg,0.119593,0.219795472979188
+1981,Saint Lucia,OilcropsPulses,0.119593,0.13149599056801
 1981,Saint Lucia,Starchy Roots,0.119593,0.0648783791693494
+1981,Saint Lucia,Sugar,0.119593,0.0306037978811469
 1982,Saint Lucia,Ruminants,0.12115,0.315811803549319
 1982,Saint Lucia,Cereals,0.12115,0.102137845645894
 1982,Saint Lucia,Monogastrics,0.12115,0.173681386710689
-1982,Saint Lucia,Oilcrops,0.12115,0.185819232356583
-1982,Saint Lucia,Pulses,0.12115,0.00396203054065208
+1982,Saint Lucia,FruitVeg,0.12115,0.206570367313248
+1982,Saint Lucia,OilcropsPulses,0.12115,0.189781262897235
 1982,Saint Lucia,Starchy Roots,0.12115,0.0649525381758151
+1982,Saint Lucia,Sugar,0.12115,0.0303838217086257
 1983,Saint Lucia,Ruminants,0.122738,0.313305577734687
 1983,Saint Lucia,Cereals,0.122738,0.101965161563656
 1983,Saint Lucia,Monogastrics,0.122738,0.17599276507683
-1983,Saint Lucia,Oilcrops,0.122738,0.215752252766055
-1983,Saint Lucia,Pulses,0.122738,0.00387003210089785
+1983,Saint Lucia,FruitVeg,0.122738,0.208623246264401
+1983,Saint Lucia,OilcropsPulses,0.122738,0.219622284866952
 1983,Saint Lucia,Starchy Roots,0.122738,0.0650409816030895
+1983,Saint Lucia,Sugar,0.122738,0.0295507503788558
 1984,Saint Lucia,Ruminants,0.124468,0.354365780762927
 1984,Saint Lucia,Cereals,0.124468,0.101271009416075
 1984,Saint Lucia,Monogastrics,0.124468,0.18401516855738
-1984,Saint Lucia,Oilcrops,0.124468,0.180841662113957
-1984,Saint Lucia,Pulses,0.124468,0.00483658450364752
+1984,Saint Lucia,FruitVeg,0.124468,0.206430568499534
+1984,Saint Lucia,OilcropsPulses,0.124468,0.185678246617605
 1984,Saint Lucia,Starchy Roots,0.124468,0.0637593598354597
+1984,Saint Lucia,Sugar,0.124468,0.032201047658836
 1985,Saint Lucia,Ruminants,0.126416,0.398733546386533
 1985,Saint Lucia,Cereals,0.126416,0.10645013289457
 1985,Saint Lucia,Monogastrics,0.126416,0.181398715352487
-1985,Saint Lucia,Oilcrops,0.126416,0.178323946335907
-1985,Saint Lucia,Pulses,0.126416,0.00432698392608531
+1985,Saint Lucia,FruitVeg,0.126416,0.206366282749019
+1985,Saint Lucia,OilcropsPulses,0.126416,0.182650930261992
 1985,Saint Lucia,Starchy Roots,0.126416,0.065070877104164
+1985,Saint Lucia,Sugar,0.126416,0.0344734843690672
 1986,Saint Lucia,Ruminants,0.12862,0.439056911833307
 1986,Saint Lucia,Cereals,0.12862,0.11302285803141
 1986,Saint Lucia,Monogastrics,0.12862,0.207125641424351
-1986,Saint Lucia,Oilcrops,0.12862,0.183735033431815
-1986,Saint Lucia,Pulses,0.12862,0.0047893018193127
+1986,Saint Lucia,FruitVeg,0.12862,0.203661949930026
+1986,Saint Lucia,OilcropsPulses,0.12862,0.188524335251127
 1986,Saint Lucia,Starchy Roots,0.12862,0.0649199191416576
+1986,Saint Lucia,Sugar,0.12862,0.0366194993002643
 1987,Saint Lucia,Ruminants,0.131032,0.430021674094878
 1987,Saint Lucia,Cereals,0.131032,0.118673301178338
 1987,Saint Lucia,Monogastrics,0.131032,0.210306642652177
-1987,Saint Lucia,Oilcrops,0.131032,0.20324042981867
-1987,Saint Lucia,Pulses,0.131032,0.00609011539166005
+1987,Saint Lucia,FruitVeg,0.131032,0.220014958178155
+1987,Saint Lucia,OilcropsPulses,0.131032,0.20933054521033
 1987,Saint Lucia,Starchy Roots,0.131032,0.0675941754685878
+1987,Saint Lucia,Sugar,0.131032,0.0380975639538433
 1988,Saint Lucia,Ruminants,0.133532,0.436207051493275
 1988,Saint Lucia,Cereals,0.133532,0.110670101548692
 1988,Saint Lucia,Monogastrics,0.133532,0.184009076476051
-1988,Saint Lucia,Oilcrops,0.133532,0.146032411706557
-1988,Saint Lucia,Pulses,0.133532,0.00544438786208549
+1988,Saint Lucia,FruitVeg,0.133532,0.217902824791061
+1988,Saint Lucia,OilcropsPulses,0.133532,0.151476799568643
 1988,Saint Lucia,Starchy Roots,0.133532,0.0661414492406315
+1988,Saint Lucia,Sugar,0.133532,0.0378560944193152
 1989,Saint Lucia,Ruminants,0.135954,0.53218000205952
 1989,Saint Lucia,Cereals,0.135954,0.109198699560145
 1989,Saint Lucia,Monogastrics,0.135954,0.199557203171661
-1989,Saint Lucia,Oilcrops,0.135954,0.19882460243906
-1989,Saint Lucia,Pulses,0.135954,0.00814245994968887
+1989,Saint Lucia,FruitVeg,0.135954,0.212476278741339
+1989,Saint Lucia,OilcropsPulses,0.135954,0.206967062388749
 1989,Saint Lucia,Starchy Roots,0.135954,0.0660149756535299
+1989,Saint Lucia,Sugar,0.135954,0.0376597966959413
 1990,Saint Lucia,Ruminants,0.13818,0.484916775220727
 1990,Saint Lucia,Cereals,0.13818,0.114249529599074
 1990,Saint Lucia,Monogastrics,0.13818,0.186338833405703
-1990,Saint Lucia,Oilcrops,0.13818,0.203734259661311
-1990,Saint Lucia,Pulses,0.13818,0.0062382399768418
+1990,Saint Lucia,FruitVeg,0.13818,0.206484295845998
+1990,Saint Lucia,OilcropsPulses,0.13818,0.209972499638153
 1990,Saint Lucia,Starchy Roots,0.13818,0.0669416702851353
+1990,Saint Lucia,Sugar,0.13818,0.0371761470545665
 1991,Saint Lucia,Ruminants,0.140159,0.536336589159455
 1991,Saint Lucia,Cereals,0.140159,0.116460591185725
 1991,Saint Lucia,Monogastrics,0.140159,0.237641535684473
-1991,Saint Lucia,Oilcrops,0.140159,0.166418139398826
-1991,Saint Lucia,Pulses,0.140159,0.00684936393667192
+1991,Saint Lucia,FruitVeg,0.140159,0.220157107285297
+1991,Saint Lucia,OilcropsPulses,0.140159,0.173267503335498
 1991,Saint Lucia,Starchy Roots,0.140159,0.0631711128075971
+1991,Saint Lucia,Sugar,0.140159,0.0361589337823472
 1992,Saint Lucia,Ruminants,0.141934,0.556368452942917
 1992,Saint Lucia,Cereals,0.141934,0.122359688305832
 1992,Saint Lucia,Monogastrics,0.141934,0.238562994067665
-1992,Saint Lucia,Oilcrops,0.141934,0.131582284723886
-1992,Saint Lucia,Pulses,0.141934,0.00561528597798977
+1992,Saint Lucia,FruitVeg,0.141934,0.227922837375118
+1992,Saint Lucia,OilcropsPulses,0.141934,0.137197570701876
 1992,Saint Lucia,Starchy Roots,0.141934,0.0656220496850649
+1992,Saint Lucia,Sugar,0.141934,0.037461073456677
 1993,Saint Lucia,Ruminants,0.143592,0.527726475012536
 1993,Saint Lucia,Cereals,0.143592,0.131142403476517
 1993,Saint Lucia,Monogastrics,0.143592,0.273629450108641
-1993,Saint Lucia,Oilcrops,0.143592,0.161645495570784
-1993,Saint Lucia,Pulses,0.143592,0.00390690289152599
+1993,Saint Lucia,FruitVeg,0.143592,0.225722881497576
+1993,Saint Lucia,OilcropsPulses,0.143592,0.16555239846231
 1993,Saint Lucia,Starchy Roots,0.143592,0.0627820491392278
+1993,Saint Lucia,Sugar,0.143592,0.0368822775642097
 1994,Saint Lucia,Ruminants,0.145262,0.596246781677245
 1994,Saint Lucia,Cereals,0.145262,0.12141509823629
 1994,Saint Lucia,Monogastrics,0.145262,0.26913163800581
-1994,Saint Lucia,Oilcrops,0.145262,0.116155636023186
-1994,Saint Lucia,Pulses,0.145262,0.00570004543514477
+1994,Saint Lucia,FruitVeg,0.145262,0.226335862097451
+1994,Saint Lucia,OilcropsPulses,0.145262,0.12185568145833
 1994,Saint Lucia,Starchy Roots,0.145262,0.0597678677148876
+1994,Saint Lucia,Sugar,0.145262,0.0372017458110173
 1995,Saint Lucia,Ruminants,0.14704,0.652940016322089
 1995,Saint Lucia,Cereals,0.14704,0.114812295973885
 1995,Saint Lucia,Monogastrics,0.14704,0.26723204570185
-1995,Saint Lucia,Oilcrops,0.14704,0.101210554951034
-1995,Saint Lucia,Pulses,0.14704,0.00646762785636561
+1995,Saint Lucia,FruitVeg,0.14704,0.228638465723613
+1995,Saint Lucia,OilcropsPulses,0.14704,0.107678182807399
 1995,Saint Lucia,Starchy Roots,0.14704,0.063044069640914
+1995,Saint Lucia,Sugar,0.14704,0.038139281828074
 1996,Saint Lucia,Ruminants,0.148962,0.632813066419624
 1996,Saint Lucia,Cereals,0.148962,0.114055933728065
 1996,Saint Lucia,Monogastrics,0.148962,0.265512681086452
-1996,Saint Lucia,Oilcrops,0.148962,0.0930035848068635
-1996,Saint Lucia,Pulses,0.148962,0.00595453874142399
+1996,Saint Lucia,FruitVeg,0.148962,0.233354815322028
+1996,Saint Lucia,OilcropsPulses,0.148962,0.0989581235482875
 1996,Saint Lucia,Starchy Roots,0.148962,0.060129428981888
+1996,Saint Lucia,Sugar,0.148962,0.0376606114311032
 1997,Saint Lucia,Ruminants,0.150994,0.582282739711512
 1997,Saint Lucia,Cereals,0.150994,0.120064373418811
 1997,Saint Lucia,Monogastrics,0.150994,0.277220286898817
-1997,Saint Lucia,Oilcrops,0.150994,0.13731671457144
-1997,Saint Lucia,Pulses,0.150994,0.00630488628687233
+1997,Saint Lucia,FruitVeg,0.150994,0.253116017855014
+1997,Saint Lucia,OilcropsPulses,0.150994,0.143621600858312
 1997,Saint Lucia,Starchy Roots,0.150994,0.0677907731433037
+1997,Saint Lucia,Sugar,0.150994,0.0386902790839371
 1998,Saint Lucia,Ruminants,0.153066,0.63362601753492
 1998,Saint Lucia,Cereals,0.153066,0.115126808043589
 1998,Saint Lucia,Monogastrics,0.153066,0.268328041498439
-1998,Saint Lucia,Oilcrops,0.153066,0.0614310166856127
-1998,Saint Lucia,Pulses,0.153066,0.00508277475076111
+1998,Saint Lucia,FruitVeg,0.153066,0.243025884259078
+1998,Saint Lucia,OilcropsPulses,0.153066,0.0665137914363738
 1998,Saint Lucia,Starchy Roots,0.153066,0.0577267322592868
+1998,Saint Lucia,Sugar,0.153066,0.0384344008466936
 1999,Saint Lucia,Ruminants,0.155073,0.555992339091912
 1999,Saint Lucia,Cereals,0.155073,0.118112114939416
 1999,Saint Lucia,Monogastrics,0.155073,0.330359895017185
-1999,Saint Lucia,Oilcrops,0.155073,0.127004701011782
-1999,Saint Lucia,Pulses,0.155073,0.00706119053607011
+1999,Saint Lucia,FruitVeg,0.155073,0.199306133240474
+1999,Saint Lucia,OilcropsPulses,0.155073,0.134065891547852
 1999,Saint Lucia,Starchy Roots,0.155073,0.040103693099379
+1999,Saint Lucia,Sugar,0.155073,0.0396651899428011
 2000,Saint Lucia,Ruminants,0.156949,0.563382372617857
 2000,Saint Lucia,Cereals,0.156949,0.119108755073304
 2000,Saint Lucia,Monogastrics,0.156949,0.317482749173298
-2000,Saint Lucia,Oilcrops,0.156949,0.0878183358925511
-2000,Saint Lucia,Pulses,0.156949,0.00684298721240658
+2000,Saint Lucia,FruitVeg,0.156949,0.210979362722923
+2000,Saint Lucia,OilcropsPulses,0.156949,0.0946613231049577
 2000,Saint Lucia,Starchy Roots,0.156949,0.0417524163900375
+2000,Saint Lucia,Sugar,0.156949,0.0384264952309349
 2001,Saint Lucia,Ruminants,0.15865,0.4215190671289
 2001,Saint Lucia,Cereals,0.15865,0.115127639457926
 2001,Saint Lucia,Monogastrics,0.15865,0.312206114087614
-2001,Saint Lucia,Oilcrops,0.15865,0.0777497636306335
-2001,Saint Lucia,Pulses,0.15865,0.00601323668452569
+2001,Saint Lucia,FruitVeg,0.15865,0.187109990545225
+2001,Saint Lucia,OilcropsPulses,0.15865,0.0837630003151592
 2001,Saint Lucia,Starchy Roots,0.15865,0.0408950520012606
+2001,Saint Lucia,Sugar,0.15865,0.0402836432398361
 2002,Saint Lucia,Ruminants,0.160218,0.402691333058708
 2002,Saint Lucia,Cereals,0.160218,0.11823265800347
 2002,Saint Lucia,Monogastrics,0.160218,0.309714888464467
-2002,Saint Lucia,Oilcrops,0.160218,0.06939295210276
-2002,Saint Lucia,Pulses,0.160218,0.00637880887291066
+2002,Saint Lucia,FruitVeg,0.160218,0.18527256612865
+2002,Saint Lucia,OilcropsPulses,0.160218,0.0757717609756706
 2002,Saint Lucia,Starchy Roots,0.160218,0.0425045874995319
+2002,Saint Lucia,Sugar,0.160218,0.0388657953538304
 2003,Saint Lucia,Ruminants,0.161767,0.417668003981035
 2003,Saint Lucia,Cereals,0.161767,0.121093919031694
 2003,Saint Lucia,Monogastrics,0.161767,0.318064252906959
-2003,Saint Lucia,Oilcrops,0.161767,0.0696495576971818
-2003,Saint Lucia,Pulses,0.161767,0.00702862759400867
+2003,Saint Lucia,FruitVeg,0.161767,0.192016913214685
+2003,Saint Lucia,OilcropsPulses,0.161767,0.0766781852911904
 2003,Saint Lucia,Starchy Roots,0.161767,0.0392168983785321
+2003,Saint Lucia,Sugar,0.161767,0.0395136214431868
 2004,Saint Lucia,Ruminants,0.163462,0.491222424783742
 2004,Saint Lucia,Cereals,0.163462,0.124977058888304
 2004,Saint Lucia,Monogastrics,0.163462,0.346019870061543
-2004,Saint Lucia,Oilcrops,0.163462,0.0525810280065092
-2004,Saint Lucia,Pulses,0.163462,0.00664374594707027
+2004,Saint Lucia,FruitVeg,0.163462,0.157902142393951
+2004,Saint Lucia,OilcropsPulses,0.163462,0.0592247739535794
 2004,Saint Lucia,Starchy Roots,0.163462,0.034032374496825
+2004,Saint Lucia,Sugar,0.163462,0.0383024800871151
 2005,Saint Lucia,Ruminants,0.165407,0.42440162750065
 2005,Saint Lucia,Cereals,0.165407,0.12979499053849
 2005,Saint Lucia,Monogastrics,0.165407,0.339331467229319
-2005,Saint Lucia,Oilcrops,0.165407,0.034623685817408
-2005,Saint Lucia,Pulses,0.165407,0.00653539451171958
+2005,Saint Lucia,FruitVeg,0.165407,0.166141698960745
+2005,Saint Lucia,OilcropsPulses,0.165407,0.0411590803291275
 2005,Saint Lucia,Starchy Roots,0.165407,0.033263404813581
+2005,Saint Lucia,Sugar,0.165407,0.0364011196624085
 2006,Saint Lucia,Ruminants,0.167656,0.411840315884907
 2006,Saint Lucia,Cereals,0.167656,0.12934818914921
 2006,Saint Lucia,Monogastrics,0.167656,0.326069451734504
-2006,Saint Lucia,Oilcrops,0.167656,0.0414181419096245
-2006,Saint Lucia,Pulses,0.167656,0.00687121248270268
+2006,Saint Lucia,FruitVeg,0.167656,0.160871069332443
+2006,Saint Lucia,OilcropsPulses,0.167656,0.0482893543923271
 2006,Saint Lucia,Starchy Roots,0.167656,0.0314453404590352
+2006,Saint Lucia,Sugar,0.167656,0.038406021854273
 2007,Saint Lucia,Ruminants,0.170146,0.502041775886592
 2007,Saint Lucia,Cereals,0.170146,0.135201532801241
 2007,Saint Lucia,Monogastrics,0.170146,0.333310803662737
-2007,Saint Lucia,Oilcrops,0.170146,0.0403535786912416
-2007,Saint Lucia,Pulses,0.170146,0.0061711706416842
+2007,Saint Lucia,FruitVeg,0.170146,0.154338039095835
+2007,Saint Lucia,OilcropsPulses,0.170146,0.0465247493329258
 2007,Saint Lucia,Starchy Roots,0.170146,0.0298684659057515
+2007,Saint Lucia,Sugar,0.170146,0.0441855817944589
 2008,Saint Lucia,Ruminants,0.172729,0.386874815462372
 2008,Saint Lucia,Cereals,0.172729,0.126197685391567
 2008,Saint Lucia,Monogastrics,0.172729,0.334980808086656
-2008,Saint Lucia,Oilcrops,0.172729,0.030579694203058
-2008,Saint Lucia,Pulses,0.172729,0.00513521180577668
+2008,Saint Lucia,FruitVeg,0.172729,0.137695465150612
+2008,Saint Lucia,OilcropsPulses,0.172729,0.0357149060088347
 2008,Saint Lucia,Starchy Roots,0.172729,0.032235467119013
+2008,Saint Lucia,Sugar,0.172729,0.0486137243890719
 2009,Saint Lucia,Ruminants,0.175196,0.338172104385945
 2009,Saint Lucia,Cereals,0.175196,0.129289481495011
 2009,Saint Lucia,Monogastrics,0.175196,0.341640220096349
-2009,Saint Lucia,Oilcrops,0.175196,0.0201031987031667
-2009,Saint Lucia,Pulses,0.175196,0.00629009794744172
+2009,Saint Lucia,FruitVeg,0.175196,0.136218863444371
+2009,Saint Lucia,OilcropsPulses,0.175196,0.0263932966506085
 2009,Saint Lucia,Starchy Roots,0.175196,0.0267528939016873
+2009,Saint Lucia,Sugar,0.175196,0.0483173131806662
 2010,Saint Lucia,Ruminants,0.177397,0.367864169067121
 2010,Saint Lucia,Cereals,0.177397,0.126715784370649
 2010,Saint Lucia,Monogastrics,0.177397,0.354597879332796
-2010,Saint Lucia,Oilcrops,0.177397,0.0201638133677571
-2010,Saint Lucia,Pulses,0.177397,0.00813993472268415
+2010,Saint Lucia,FruitVeg,0.177397,0.138457809320338
+2010,Saint Lucia,OilcropsPulses,0.177397,0.0283037480904412
 2010,Saint Lucia,Starchy Roots,0.177397,0.030169619553882
+2010,Saint Lucia,Sugar,0.177397,0.049899378230748
 2011,Saint Lucia,Ruminants,0.179278,0.297803969254454
 2011,Saint Lucia,Cereals,0.179278,0.129285244145963
 2011,Saint Lucia,Monogastrics,0.179278,0.32896283983534
-2011,Saint Lucia,Oilcrops,0.179278,0.0203984872655875
-2011,Saint Lucia,Pulses,0.179278,0.00950479144122536
+2011,Saint Lucia,FruitVeg,0.179278,0.126496279521191
+2011,Saint Lucia,OilcropsPulses,0.179278,0.0299032787068129
 2011,Saint Lucia,Starchy Roots,0.179278,0.0314427871796874
+2011,Saint Lucia,Sugar,0.179278,0.0534086725643972
 1961,Saint Vincent and the Grenadines,Ruminants,0.082144,0.145140241527074
 1961,Saint Vincent and the Grenadines,Cereals,0.082144,0.0876996493961823
 1961,Saint Vincent and the Grenadines,Monogastrics,0.082144,0.0337249220880405
-1961,Saint Vincent and the Grenadines,Oilcrops,0.082144,0.0310917413322945
-1961,Saint Vincent and the Grenadines,Pulses,0.082144,0.00194779898714453
+1961,Saint Vincent and the Grenadines,FruitVeg,0.082144,0.0561696532917803
+1961,Saint Vincent and the Grenadines,OilcropsPulses,0.082144,0.033039540319439
 1961,Saint Vincent and the Grenadines,Starchy Roots,0.082144,0.110233248928711
+1961,Saint Vincent and the Grenadines,Sugar,0.082144,0.0310308726139462
 1962,Saint Vincent and the Grenadines,Ruminants,0.083206,0.147959281782564
 1962,Saint Vincent and the Grenadines,Cereals,0.083206,0.0997644400644184
 1962,Saint Vincent and the Grenadines,Monogastrics,0.083206,0.0345479893276927
-1962,Saint Vincent and the Grenadines,Oilcrops,0.083206,0.0475927216787251
-1962,Saint Vincent and the Grenadines,Pulses,0.083206,0.00198303006994688
+1962,Saint Vincent and the Grenadines,FruitVeg,0.083206,0.0580246616830517
+1962,Saint Vincent and the Grenadines,OilcropsPulses,0.083206,0.049575751748672
 1962,Saint Vincent and the Grenadines,Starchy Roots,0.083206,0.10830949691128
+1962,Saint Vincent and the Grenadines,Sugar,0.083206,0.0366439920198063
 1963,Saint Vincent and the Grenadines,Ruminants,0.084167,0.153692064585883
 1963,Saint Vincent and the Grenadines,Cereals,0.084167,0.0873026245440612
 1963,Saint Vincent and the Grenadines,Monogastrics,0.084167,0.0359143132106407
-1963,Saint Vincent and the Grenadines,Oilcrops,0.084167,0.0381503439590338
-1963,Saint Vincent and the Grenadines,Pulses,0.084167,0.00201979398101394
+1963,Saint Vincent and the Grenadines,FruitVeg,0.084167,0.0600710492235674
+1963,Saint Vincent and the Grenadines,OilcropsPulses,0.084167,0.0401701379400478
 1963,Saint Vincent and the Grenadines,Starchy Roots,0.084167,0.109389665783502
+1963,Saint Vincent and the Grenadines,Sugar,0.084167,0.0323879905426117
 1964,Saint Vincent and the Grenadines,Ruminants,0.085076,0.154069302741079
 1964,Saint Vincent and the Grenadines,Cereals,0.085076,0.0929639381259109
 1964,Saint Vincent and the Grenadines,Monogastrics,0.085076,0.0382881188584325
-1964,Saint Vincent and the Grenadines,Oilcrops,0.085076,0.0417861676618553
-1964,Saint Vincent and the Grenadines,Pulses,0.085076,0.0020569843434106
+1964,Saint Vincent and the Grenadines,FruitVeg,0.085076,0.0606398984437444
+1964,Saint Vincent and the Grenadines,OilcropsPulses,0.085076,0.0438431520052659
 1964,Saint Vincent and the Grenadines,Starchy Roots,0.085076,0.11248765809394
+1964,Saint Vincent and the Grenadines,Sugar,0.085076,0.0386830598523673
 1965,Saint Vincent and the Grenadines,Ruminants,0.085972,0.168623505327316
 1965,Saint Vincent and the Grenadines,Cereals,0.085972,0.100160517377751
 1965,Saint Vincent and the Grenadines,Monogastrics,0.085972,0.0402526403945471
-1965,Saint Vincent and the Grenadines,Oilcrops,0.085972,0.0320453170799795
-1965,Saint Vincent and the Grenadines,Pulses,0.085972,0.00208207323314567
+1965,Saint Vincent and the Grenadines,FruitVeg,0.085972,0.0630088866142465
+1965,Saint Vincent and the Grenadines,OilcropsPulses,0.085972,0.0341273903131252
 1965,Saint Vincent and the Grenadines,Starchy Roots,0.085972,0.110617410319639
+1965,Saint Vincent and the Grenadines,Sugar,0.085972,0.0371748941515842
 1966,Saint Vincent and the Grenadines,Ruminants,0.08686,0.198262721620999
 1966,Saint Vincent and the Grenadines,Cereals,0.08686,0.100736817867833
 1966,Saint Vincent and the Grenadines,Monogastrics,0.08686,0.0428977665208381
-1966,Saint Vincent and the Grenadines,Oilcrops,0.08686,0.0840432880497352
-1966,Saint Vincent and the Grenadines,Pulses,0.08686,0.00227953027860926
+1966,Saint Vincent and the Grenadines,FruitVeg,0.08686,0.0629864149205618
+1966,Saint Vincent and the Grenadines,OilcropsPulses,0.08686,0.0863228183283445
 1966,Saint Vincent and the Grenadines,Starchy Roots,0.08686,0.121229564816947
+1966,Saint Vincent and the Grenadines,Sugar,0.08686,0.0374165323509095
 1967,Saint Vincent and the Grenadines,Ruminants,0.087736,0.176020105771861
 1967,Saint Vincent and the Grenadines,Cereals,0.087736,0.0919462934257318
 1967,Saint Vincent and the Grenadines,Monogastrics,0.087736,0.0436685055165497
-1967,Saint Vincent and the Grenadines,Oilcrops,0.087736,0.082189751071396
-1967,Saint Vincent and the Grenadines,Pulses,0.087736,0.00237074860946476
+1967,Saint Vincent and the Grenadines,FruitVeg,0.087736,0.0632921491747971
+1967,Saint Vincent and the Grenadines,OilcropsPulses,0.087736,0.0845604996808608
 1967,Saint Vincent and the Grenadines,Starchy Roots,0.087736,0.129308379684508
+1967,Saint Vincent and the Grenadines,Sugar,0.087736,0.0383081061365916
 1968,Saint Vincent and the Grenadines,Ruminants,0.088615,0.17946284489082
 1968,Saint Vincent and the Grenadines,Cereals,0.088615,0.0993962647407324
 1968,Saint Vincent and the Grenadines,Monogastrics,0.088615,0.0458703379788975
-1968,Saint Vincent and the Grenadines,Oilcrops,0.088615,0.141307904982226
-1968,Saint Vincent and the Grenadines,Pulses,0.088615,0.00244879535067426
+1968,Saint Vincent and the Grenadines,FruitVeg,0.088615,0.0651469841448965
+1968,Saint Vincent and the Grenadines,OilcropsPulses,0.088615,0.143756700332901
 1968,Saint Vincent and the Grenadines,Starchy Roots,0.088615,0.128612537380805
+1968,Saint Vincent and the Grenadines,Sugar,0.088615,0.0390565931275743
 1969,Saint Vincent and the Grenadines,Ruminants,0.089518,0.184620970084229
 1969,Saint Vincent and the Grenadines,Cereals,0.089518,0.0981590294689336
 1969,Saint Vincent and the Grenadines,Monogastrics,0.089518,0.0555441363748073
-1969,Saint Vincent and the Grenadines,Oilcrops,0.089518,0.105576532094104
-1969,Saint Vincent and the Grenadines,Pulses,0.089518,0.0025693156683572
+1969,Saint Vincent and the Grenadines,FruitVeg,0.089518,0.0663106861189928
+1969,Saint Vincent and the Grenadines,OilcropsPulses,0.089518,0.108145847762461
 1969,Saint Vincent and the Grenadines,Starchy Roots,0.089518,0.135805089479211
+1969,Saint Vincent and the Grenadines,Sugar,0.089518,0.0398467347349136
 1970,Saint Vincent and the Grenadines,Ruminants,0.090457,0.193424500038692
 1970,Saint Vincent and the Grenadines,Cereals,0.090457,0.102435411300397
 1970,Saint Vincent and the Grenadines,Monogastrics,0.090457,0.0661983041666206
-1970,Saint Vincent and the Grenadines,Oilcrops,0.090457,0.251279613518025
-1970,Saint Vincent and the Grenadines,Pulses,0.090457,0.00277479907580397
+1970,Saint Vincent and the Grenadines,FruitVeg,0.090457,0.0679991598217938
+1970,Saint Vincent and the Grenadines,OilcropsPulses,0.090457,0.254054412593829
 1970,Saint Vincent and the Grenadines,Starchy Roots,0.090457,0.120875111931636
+1970,Saint Vincent and the Grenadines,Sugar,0.090457,0.0415998761842643
 1971,Saint Vincent and the Grenadines,Ruminants,0.09144,0.199561461067367
 1971,Saint Vincent and the Grenadines,Cereals,0.09144,0.0993985126859143
 1971,Saint Vincent and the Grenadines,Monogastrics,0.09144,0.081839457567804
-1971,Saint Vincent and the Grenadines,Oilcrops,0.09144,0.262226596675416
-1971,Saint Vincent and the Grenadines,Pulses,0.09144,0.00283245844269466
+1971,Saint Vincent and the Grenadines,FruitVeg,0.09144,0.0696412948381452
+1971,Saint Vincent and the Grenadines,OilcropsPulses,0.09144,0.26505905511811
 1971,Saint Vincent and the Grenadines,Starchy Roots,0.09144,0.128772965879265
+1971,Saint Vincent and the Grenadines,Sugar,0.09144,0.0434383202099738
 1972,Saint Vincent and the Grenadines,Ruminants,0.092465,0.185512356026605
 1972,Saint Vincent and the Grenadines,Cereals,0.092465,0.104417887849457
 1972,Saint Vincent and the Grenadines,Monogastrics,0.092465,0.0809906451089601
-1972,Saint Vincent and the Grenadines,Oilcrops,0.092465,0.220450981452441
-1972,Saint Vincent and the Grenadines,Pulses,0.092465,0.00326610068674634
+1972,Saint Vincent and the Grenadines,FruitVeg,0.092465,0.066738766019575
+1972,Saint Vincent and the Grenadines,OilcropsPulses,0.092465,0.223717082139188
 1972,Saint Vincent and the Grenadines,Starchy Roots,0.092465,0.134537392526902
+1972,Saint Vincent and the Grenadines,Sugar,0.092465,0.0421889363542962
 1973,Saint Vincent and the Grenadines,Ruminants,0.093516,0.173129731810599
 1973,Saint Vincent and the Grenadines,Cereals,0.093516,0.101319560289148
 1973,Saint Vincent and the Grenadines,Monogastrics,0.093516,0.0775706830916635
-1973,Saint Vincent and the Grenadines,Oilcrops,0.093516,0.196148252705419
-1973,Saint Vincent and the Grenadines,Pulses,0.093516,0.00280165960905086
+1973,Saint Vincent and the Grenadines,FruitVeg,0.093516,0.0705013045895889
+1973,Saint Vincent and the Grenadines,OilcropsPulses,0.093516,0.19894991231447
 1973,Saint Vincent and the Grenadines,Starchy Roots,0.093516,0.137441721202789
+1973,Saint Vincent and the Grenadines,Sugar,0.093516,0.039458488387014
 1974,Saint Vincent and the Grenadines,Ruminants,0.094572,0.164886012773337
 1974,Saint Vincent and the Grenadines,Cereals,0.094572,0.100463139195534
 1974,Saint Vincent and the Grenadines,Monogastrics,0.094572,0.0742481918538257
-1974,Saint Vincent and the Grenadines,Oilcrops,0.094572,0.19108192699742
-1974,Saint Vincent and the Grenadines,Pulses,0.094572,0.00298185509453115
+1974,Saint Vincent and the Grenadines,FruitVeg,0.094572,0.0714270608636806
+1974,Saint Vincent and the Grenadines,OilcropsPulses,0.094572,0.194063782091951
 1974,Saint Vincent and the Grenadines,Starchy Roots,0.094572,0.130461447362856
+1974,Saint Vincent and the Grenadines,Sugar,0.094572,0.0327052404517193
 1975,Saint Vincent and the Grenadines,Ruminants,0.095614,0.155653983726233
 1975,Saint Vincent and the Grenadines,Cereals,0.095614,0.093061685527224
 1975,Saint Vincent and the Grenadines,Monogastrics,0.095614,0.0719267052942038
-1975,Saint Vincent and the Grenadines,Oilcrops,0.095614,0.172600246825779
-1975,Saint Vincent and the Grenadines,Pulses,0.095614,0.00254146882255737
+1975,Saint Vincent and the Grenadines,FruitVeg,0.095614,0.077258560461857
+1975,Saint Vincent and the Grenadines,OilcropsPulses,0.095614,0.175141715648336
 1975,Saint Vincent and the Grenadines,Starchy Roots,0.095614,0.130242433116489
+1975,Saint Vincent and the Grenadines,Sugar,0.095614,0.0459033195975485
 1976,Saint Vincent and the Grenadines,Ruminants,0.096639,0.158127671023086
 1976,Saint Vincent and the Grenadines,Cereals,0.096639,0.0957894845766202
 1976,Saint Vincent and the Grenadines,Monogastrics,0.096639,0.086830368691729
-1976,Saint Vincent and the Grenadines,Oilcrops,0.096639,0.0841792651000114
-1976,Saint Vincent and the Grenadines,Pulses,0.096639,0.00227651362286447
+1976,Saint Vincent and the Grenadines,FruitVeg,0.096639,0.0751456451329173
+1976,Saint Vincent and the Grenadines,OilcropsPulses,0.096639,0.0864557787228759
 1976,Saint Vincent and the Grenadines,Starchy Roots,0.096639,0.125446248409027
+1976,Saint Vincent and the Grenadines,Sugar,0.096639,0.0476515692422314
 1977,Saint Vincent and the Grenadines,Ruminants,0.097649,0.17242265665803
 1977,Saint Vincent and the Grenadines,Cereals,0.097649,0.104302143391125
 1977,Saint Vincent and the Grenadines,Monogastrics,0.097649,0.0887443803827996
-1977,Saint Vincent and the Grenadines,Oilcrops,0.097649,0.141875492836588
-1977,Saint Vincent and the Grenadines,Pulses,0.097649,0.00281620907536176
+1977,Saint Vincent and the Grenadines,FruitVeg,0.097649,0.0819977675142603
+1977,Saint Vincent and the Grenadines,OilcropsPulses,0.097649,0.14469170191195
 1977,Saint Vincent and the Grenadines,Starchy Roots,0.097649,0.127446261610462
+1977,Saint Vincent and the Grenadines,Sugar,0.097649,0.0417208573564501
 1978,Saint Vincent and the Grenadines,Ruminants,0.098634,0.179588174463167
 1978,Saint Vincent and the Grenadines,Cereals,0.098634,0.102773891355922
 1978,Saint Vincent and the Grenadines,Monogastrics,0.098634,0.0928939310988098
-1978,Saint Vincent and the Grenadines,Oilcrops,0.098634,0.158961412900217
-1978,Saint Vincent and the Grenadines,Pulses,0.098634,0.00257517691668187
+1978,Saint Vincent and the Grenadines,FruitVeg,0.098634,0.0856702556927632
+1978,Saint Vincent and the Grenadines,OilcropsPulses,0.098634,0.161536589816899
 1978,Saint Vincent and the Grenadines,Starchy Roots,0.098634,0.126305330818987
+1978,Saint Vincent and the Grenadines,Sugar,0.098634,0.0386377922420261
 1979,Saint Vincent and the Grenadines,Ruminants,0.099589,0.169309863539146
 1979,Saint Vincent and the Grenadines,Cereals,0.099589,0.119973089397423
 1979,Saint Vincent and the Grenadines,Monogastrics,0.099589,0.103367841829921
-1979,Saint Vincent and the Grenadines,Oilcrops,0.099589,0.181264999146492
-1979,Saint Vincent and the Grenadines,Pulses,0.099589,0.00308266977276607
+1979,Saint Vincent and the Grenadines,FruitVeg,0.099589,0.0837241060759722
+1979,Saint Vincent and the Grenadines,OilcropsPulses,0.099589,0.184347668919258
 1979,Saint Vincent and the Grenadines,Starchy Roots,0.099589,0.125043930554579
+1979,Saint Vincent and the Grenadines,Sugar,0.099589,0.0391709927803272
 1980,Saint Vincent and the Grenadines,Ruminants,0.100506,0.152747099675641
 1980,Saint Vincent and the Grenadines,Cereals,0.100506,0.122360854078363
 1980,Saint Vincent and the Grenadines,Monogastrics,0.100506,0.107288122102163
-1980,Saint Vincent and the Grenadines,Oilcrops,0.100506,0.160766521401707
-1980,Saint Vincent and the Grenadines,Pulses,0.100506,0.00280580263864844
+1980,Saint Vincent and the Grenadines,FruitVeg,0.100506,0.0893677989373769
+1980,Saint Vincent and the Grenadines,OilcropsPulses,0.100506,0.163572324040356
 1980,Saint Vincent and the Grenadines,Starchy Roots,0.100506,0.124291087099278
+1980,Saint Vincent and the Grenadines,Sugar,0.100506,0.0407836348078722
 1981,Saint Vincent and the Grenadines,Ruminants,0.101378,0.141217029335753
 1981,Saint Vincent and the Grenadines,Cereals,0.101378,0.130018347175916
 1981,Saint Vincent and the Grenadines,Monogastrics,0.101378,0.110891909487265
-1981,Saint Vincent and the Grenadines,Oilcrops,0.101378,0.160932352186865
-1981,Saint Vincent and the Grenadines,Pulses,0.101378,0.00335378484483813
+1981,Saint Vincent and the Grenadines,FruitVeg,0.101378,0.0915977825563732
+1981,Saint Vincent and the Grenadines,OilcropsPulses,0.101378,0.164286137031703
 1981,Saint Vincent and the Grenadines,Starchy Roots,0.101378,0.120588293318077
+1981,Saint Vincent and the Grenadines,Sugar,0.101378,0.041616524295212
 1982,Saint Vincent and the Grenadines,Ruminants,0.102202,0.157286550165359
 1982,Saint Vincent and the Grenadines,Cereals,0.102202,0.117942897399268
 1982,Saint Vincent and the Grenadines,Monogastrics,0.102202,0.134537484589343
-1982,Saint Vincent and the Grenadines,Oilcrops,0.102202,0.16395960940099
-1982,Saint Vincent and the Grenadines,Pulses,0.102202,0.00389424864484061
+1982,Saint Vincent and the Grenadines,FruitVeg,0.102202,0.0860354983268429
+1982,Saint Vincent and the Grenadines,OilcropsPulses,0.102202,0.167853858045831
 1982,Saint Vincent and the Grenadines,Starchy Roots,0.102202,0.136553100722099
+1982,Saint Vincent and the Grenadines,Sugar,0.102202,0.0426606132952388
 1983,Saint Vincent and the Grenadines,Ruminants,0.102985,0.152913531096762
 1983,Saint Vincent and the Grenadines,Cereals,0.102985,0.122755741127349
 1983,Saint Vincent and the Grenadines,Monogastrics,0.102985,0.134804097684129
-1983,Saint Vincent and the Grenadines,Oilcrops,0.102985,0.157964752148371
-1983,Saint Vincent and the Grenadines,Pulses,0.102985,0.0040588435209011
+1983,Saint Vincent and the Grenadines,FruitVeg,0.102985,0.0892265863960771
+1983,Saint Vincent and the Grenadines,OilcropsPulses,0.102985,0.162023595669272
 1983,Saint Vincent and the Grenadines,Starchy Roots,0.102985,0.103015002184784
+1983,Saint Vincent and the Grenadines,Sugar,0.102985,0.0425110452978589
 1984,Saint Vincent and the Grenadines,Ruminants,0.103742,0.181262169613079
 1984,Saint Vincent and the Grenadines,Cereals,0.103742,0.119989975130612
 1984,Saint Vincent and the Grenadines,Monogastrics,0.103742,0.151307088739373
-1984,Saint Vincent and the Grenadines,Oilcrops,0.103742,0.0990919781766305
-1984,Saint Vincent and the Grenadines,Pulses,0.103742,0.00365329374795165
+1984,Saint Vincent and the Grenadines,FruitVeg,0.103742,0.0889996337066955
+1984,Saint Vincent and the Grenadines,OilcropsPulses,0.103742,0.102745271924582
 1984,Saint Vincent and the Grenadines,Starchy Roots,0.103742,0.114052167878005
+1984,Saint Vincent and the Grenadines,Sugar,0.103742,0.0423454338647799
 1985,Saint Vincent and the Grenadines,Ruminants,0.104477,0.181744307359515
 1985,Saint Vincent and the Grenadines,Cereals,0.104477,0.117221972300123
 1985,Saint Vincent and the Grenadines,Monogastrics,0.104477,0.155070493984322
-1985,Saint Vincent and the Grenadines,Oilcrops,0.104477,0.0962795639231601
-1985,Saint Vincent and the Grenadines,Pulses,0.104477,0.00399130909195325
+1985,Saint Vincent and the Grenadines,FruitVeg,0.104477,0.0848416397867473
+1985,Saint Vincent and the Grenadines,OilcropsPulses,0.104477,0.100270873015113
 1985,Saint Vincent and the Grenadines,Starchy Roots,0.104477,0.0962604209538942
+1985,Saint Vincent and the Grenadines,Sugar,0.104477,0.041731672999799
 1986,Saint Vincent and the Grenadines,Ruminants,0.105197,0.125684192514996
 1986,Saint Vincent and the Grenadines,Cereals,0.105197,0.113121096609219
 1986,Saint Vincent and the Grenadines,Monogastrics,0.105197,0.17912107759727
-1986,Saint Vincent and the Grenadines,Oilcrops,0.105197,0.0934912592564427
-1986,Saint Vincent and the Grenadines,Pulses,0.105197,0.00384041370001046
+1986,Saint Vincent and the Grenadines,FruitVeg,0.105197,0.0894702320408377
+1986,Saint Vincent and the Grenadines,OilcropsPulses,0.105197,0.0973316729564531
 1986,Saint Vincent and the Grenadines,Starchy Roots,0.105197,0.117531868779528
+1986,Saint Vincent and the Grenadines,Sugar,0.105197,0.042662813578334
 1987,Saint Vincent and the Grenadines,Ruminants,0.105892,0.215855777584709
 1987,Saint Vincent and the Grenadines,Cereals,0.105892,0.10251954821894
 1987,Saint Vincent and the Grenadines,Monogastrics,0.105892,0.190959657009028
-1987,Saint Vincent and the Grenadines,Oilcrops,0.105892,0.0885997053601783
-1987,Saint Vincent and the Grenadines,Pulses,0.105892,0.00500509953537567
+1987,Saint Vincent and the Grenadines,FruitVeg,0.105892,0.0970800438182299
+1987,Saint Vincent and the Grenadines,OilcropsPulses,0.105892,0.093604804895554
 1987,Saint Vincent and the Grenadines,Starchy Roots,0.105892,0.113086918747403
+1987,Saint Vincent and the Grenadines,Sugar,0.105892,0.0429683073319986
 1988,Saint Vincent and the Grenadines,Ruminants,0.106533,0.194923638684727
 1988,Saint Vincent and the Grenadines,Cereals,0.106533,0.107497207438071
 1988,Saint Vincent and the Grenadines,Monogastrics,0.106533,0.177228652154731
-1988,Saint Vincent and the Grenadines,Oilcrops,0.106533,0.122947818985666
-1988,Saint Vincent and the Grenadines,Pulses,0.106533,0.00537861507701839
+1988,Saint Vincent and the Grenadines,FruitVeg,0.106533,0.0978194550045526
+1988,Saint Vincent and the Grenadines,OilcropsPulses,0.106533,0.128326434062685
 1988,Saint Vincent and the Grenadines,Starchy Roots,0.106533,0.101611707170548
+1988,Saint Vincent and the Grenadines,Sugar,0.106533,0.0424938751372814
 1989,Saint Vincent and the Grenadines,Ruminants,0.107081,0.209539507475649
 1989,Saint Vincent and the Grenadines,Cereals,0.107081,0.097309513359046
 1989,Saint Vincent and the Grenadines,Monogastrics,0.107081,0.19370663329629
-1989,Saint Vincent and the Grenadines,Oilcrops,0.107081,0.113045264799544
-1989,Saint Vincent and the Grenadines,Pulses,0.107081,0.00409036150204051
+1989,Saint Vincent and the Grenadines,FruitVeg,0.107081,0.0999897274026205
+1989,Saint Vincent and the Grenadines,OilcropsPulses,0.107081,0.117135626301585
 1989,Saint Vincent and the Grenadines,Starchy Roots,0.107081,0.0911926485557662
+1989,Saint Vincent and the Grenadines,Sugar,0.107081,0.0422577301295281
 1990,Saint Vincent and the Grenadines,Ruminants,0.107509,0.212385939781786
 1990,Saint Vincent and the Grenadines,Cereals,0.107509,0.0862346408207685
 1990,Saint Vincent and the Grenadines,Monogastrics,0.107509,0.212263159363402
-1990,Saint Vincent and the Grenadines,Oilcrops,0.107509,0.107879340334298
-1990,Saint Vincent and the Grenadines,Pulses,0.107509,0.00551581728041373
+1990,Saint Vincent and the Grenadines,FruitVeg,0.107509,0.101265940525909
+1990,Saint Vincent and the Grenadines,OilcropsPulses,0.107509,0.113395157614711
 1990,Saint Vincent and the Grenadines,Starchy Roots,0.107509,0.0723381298309909
+1990,Saint Vincent and the Grenadines,Sugar,0.107509,0.0425731799198207
 1991,Saint Vincent and the Grenadines,Ruminants,0.107811,0.227724443702405
 1991,Saint Vincent and the Grenadines,Cereals,0.107811,0.0918459155373756
 1991,Saint Vincent and the Grenadines,Monogastrics,0.107811,0.213322388253518
-1991,Saint Vincent and the Grenadines,Oilcrops,0.107811,0.12046080641122
-1991,Saint Vincent and the Grenadines,Pulses,0.107811,0.00435948094350298
+1991,Saint Vincent and the Grenadines,FruitVeg,0.107811,0.0973462819192847
+1991,Saint Vincent and the Grenadines,OilcropsPulses,0.107811,0.124820287354723
 1991,Saint Vincent and the Grenadines,Starchy Roots,0.107811,0.0744172672547328
+1991,Saint Vincent and the Grenadines,Sugar,0.107811,0.0444110526755155
 1992,Saint Vincent and the Grenadines,Ruminants,0.108001,0.21678040018148
 1992,Saint Vincent and the Grenadines,Cereals,0.108001,0.0933139507967519
 1992,Saint Vincent and the Grenadines,Monogastrics,0.108001,0.234734863566078
-1992,Saint Vincent and the Grenadines,Oilcrops,0.108001,0.112535995037083
-1992,Saint Vincent and the Grenadines,Pulses,0.108001,0.00284256627253451
+1992,Saint Vincent and the Grenadines,FruitVeg,0.108001,0.100674993750058
+1992,Saint Vincent and the Grenadines,OilcropsPulses,0.108001,0.115378561309618
 1992,Saint Vincent and the Grenadines,Starchy Roots,0.108001,0.0458977231692299
+1992,Saint Vincent and the Grenadines,Sugar,0.108001,0.0479440005185137
 1993,Saint Vincent and the Grenadines,Ruminants,0.108097,0.216662812103944
 1993,Saint Vincent and the Grenadines,Cereals,0.108097,0.102528284781261
 1993,Saint Vincent and the Grenadines,Monogastrics,0.108097,0.231997187711037
-1993,Saint Vincent and the Grenadines,Oilcrops,0.108097,0.114582273328585
-1993,Saint Vincent and the Grenadines,Pulses,0.108097,0.00321933078623829
+1993,Saint Vincent and the Grenadines,FruitVeg,0.108097,0.102611543336078
+1993,Saint Vincent and the Grenadines,OilcropsPulses,0.108097,0.117801604114823
 1993,Saint Vincent and the Grenadines,Starchy Roots,0.108097,0.0721851670259119
+1993,Saint Vincent and the Grenadines,Sugar,0.108097,0.0460142279619231
 1994,Saint Vincent and the Grenadines,Ruminants,0.108129,0.218501049672151
 1994,Saint Vincent and the Grenadines,Cereals,0.108129,0.108111607431864
 1994,Saint Vincent and the Grenadines,Monogastrics,0.108129,0.220898186425473
-1994,Saint Vincent and the Grenadines,Oilcrops,0.108129,0.0641825967131852
-1994,Saint Vincent and the Grenadines,Pulses,0.108129,0.00266348528146936
+1994,Saint Vincent and the Grenadines,FruitVeg,0.108129,0.0937028919161372
+1994,Saint Vincent and the Grenadines,OilcropsPulses,0.108129,0.0668460819946545
 1994,Saint Vincent and the Grenadines,Starchy Roots,0.108129,0.0704898778311091
+1994,Saint Vincent and the Grenadines,Sugar,0.108129,0.0461115889354382
 1995,Saint Vincent and the Grenadines,Ruminants,0.108122,0.213423725051331
 1995,Saint Vincent and the Grenadines,Cereals,0.108122,0.105686169327241
 1995,Saint Vincent and the Grenadines,Monogastrics,0.108122,0.253992711936516
-1995,Saint Vincent and the Grenadines,Oilcrops,0.108122,0.0403710623184921
-1995,Saint Vincent and the Grenadines,Pulses,0.108122,0.00258041841623351
+1995,Saint Vincent and the Grenadines,FruitVeg,0.108122,0.108664286639167
+1995,Saint Vincent and the Grenadines,OilcropsPulses,0.108122,0.0429514807347256
 1995,Saint Vincent and the Grenadines,Starchy Roots,0.108122,0.0515621242670317
+1995,Saint Vincent and the Grenadines,Sugar,0.108122,0.0448012430402693
 1996,Saint Vincent and the Grenadines,Ruminants,0.108078,0.196299894520624
 1996,Saint Vincent and the Grenadines,Cereals,0.108078,0.108042339791632
 1996,Saint Vincent and the Grenadines,Monogastrics,0.108078,0.243663835378153
-1996,Saint Vincent and the Grenadines,Oilcrops,0.108078,0.0535354096115768
-1996,Saint Vincent and the Grenadines,Pulses,0.108078,0.00313662354965858
+1996,Saint Vincent and the Grenadines,FruitVeg,0.108078,0.0994004330205962
+1996,Saint Vincent and the Grenadines,OilcropsPulses,0.108078,0.0566720331612354
 1996,Saint Vincent and the Grenadines,Starchy Roots,0.108078,0.0620292751531301
+1996,Saint Vincent and the Grenadines,Sugar,0.108078,0.044763966764744
 1997,Saint Vincent and the Grenadines,Ruminants,0.108001,0.205340691289895
 1997,Saint Vincent and the Grenadines,Cereals,0.108001,0.109202692567661
 1997,Saint Vincent and the Grenadines,Monogastrics,0.108001,0.234828381218692
-1997,Saint Vincent and the Grenadines,Oilcrops,0.108001,0.0611753594874122
-1997,Saint Vincent and the Grenadines,Pulses,0.108001,0.00394440792214887
+1997,Saint Vincent and the Grenadines,FruitVeg,0.108001,0.106415681336284
+1997,Saint Vincent and the Grenadines,OilcropsPulses,0.108001,0.065119767409561
 1997,Saint Vincent and the Grenadines,Starchy Roots,0.108001,0.043573670614161
+1997,Saint Vincent and the Grenadines,Sugar,0.108001,0.0463514226720123
 1998,Saint Vincent and the Grenadines,Ruminants,0.107923,0.229317198372914
 1998,Saint Vincent and the Grenadines,Cereals,0.107923,0.119455537744503
 1998,Saint Vincent and the Grenadines,Monogastrics,0.107923,0.236122976566626
-1998,Saint Vincent and the Grenadines,Oilcrops,0.107923,0.0513421606145122
-1998,Saint Vincent and the Grenadines,Pulses,0.107923,0.00345616782335554
+1998,Saint Vincent and the Grenadines,FruitVeg,0.107923,0.100034283702269
+1998,Saint Vincent and the Grenadines,OilcropsPulses,0.107923,0.0547983284378677
 1998,Saint Vincent and the Grenadines,Starchy Roots,0.107923,0.0625167943811792
+1998,Saint Vincent and the Grenadines,Sugar,0.107923,0.0465331764313446
 1999,Saint Vincent and the Grenadines,Ruminants,0.107879,0.224279980348353
 1999,Saint Vincent and the Grenadines,Cereals,0.107879,0.107935742822978
 1999,Saint Vincent and the Grenadines,Monogastrics,0.107879,0.239530399799776
-1999,Saint Vincent and the Grenadines,Oilcrops,0.107879,0.0264555659581568
-1999,Saint Vincent and the Grenadines,Pulses,0.107879,0.00533004569934834
+1999,Saint Vincent and the Grenadines,FruitVeg,0.107879,0.105998387081823
+1999,Saint Vincent and the Grenadines,OilcropsPulses,0.107879,0.0317856116575052
 1999,Saint Vincent and the Grenadines,Starchy Roots,0.107879,0.0604844316317356
+1999,Saint Vincent and the Grenadines,Sugar,0.107879,0.048415354239472
 2000,Saint Vincent and the Grenadines,Ruminants,0.107897,0.201658989591926
 2000,Saint Vincent and the Grenadines,Cereals,0.107897,0.122172071512646
 2000,Saint Vincent and the Grenadines,Monogastrics,0.107897,0.236278117093154
-2000,Saint Vincent and the Grenadines,Oilcrops,0.107897,0.0193332530098149
-2000,Saint Vincent and the Grenadines,Pulses,0.107897,0.00521793933102867
+2000,Saint Vincent and the Grenadines,FruitVeg,0.107897,0.119197011965115
+2000,Saint Vincent and the Grenadines,OilcropsPulses,0.107897,0.0245511923408436
 2000,Saint Vincent and the Grenadines,Starchy Roots,0.107897,0.0525871896345589
+2000,Saint Vincent and the Grenadines,Sugar,0.107897,0.0507706423718917
 2001,Saint Vincent and the Grenadines,Ruminants,0.107989,0.209360212614248
 2001,Saint Vincent and the Grenadines,Cereals,0.107989,0.11145579642371
 2001,Saint Vincent and the Grenadines,Monogastrics,0.107989,0.225901712211429
-2001,Saint Vincent and the Grenadines,Oilcrops,0.107989,0.0324107084980878
-2001,Saint Vincent and the Grenadines,Pulses,0.107989,0.00523201437183417
+2001,Saint Vincent and the Grenadines,FruitVeg,0.107989,0.132939466056728
+2001,Saint Vincent and the Grenadines,OilcropsPulses,0.107989,0.0376427228699219
 2001,Saint Vincent and the Grenadines,Starchy Roots,0.107989,0.0559316226652715
+2001,Saint Vincent and the Grenadines,Sugar,0.107989,0.0506996082934373
 2002,Saint Vincent and the Grenadines,Ruminants,0.10815,0.301678224687933
 2002,Saint Vincent and the Grenadines,Cereals,0.10815,0.0492741562644475
 2002,Saint Vincent and the Grenadines,Monogastrics,0.10815,0.273035598705502
-2002,Saint Vincent and the Grenadines,Oilcrops,0.10815,0.040998613037448
-2002,Saint Vincent and the Grenadines,Pulses,0.10815,0.0063245492371706
+2002,Saint Vincent and the Grenadines,FruitVeg,0.10815,0.188682385575589
+2002,Saint Vincent and the Grenadines,OilcropsPulses,0.10815,0.0473231622746186
 2002,Saint Vincent and the Grenadines,Starchy Roots,0.10815,0.0617383263985206
+2002,Saint Vincent and the Grenadines,Sugar,0.10815,0.0490614886731392
 2003,Saint Vincent and the Grenadines,Ruminants,0.108354,0.266800487291655
 2003,Saint Vincent and the Grenadines,Cereals,0.108354,0.0645661443047788
 2003,Saint Vincent and the Grenadines,Monogastrics,0.108354,0.28818871476826
-2003,Saint Vincent and the Grenadines,Oilcrops,0.108354,0.0415305387895232
-2003,Saint Vincent and the Grenadines,Pulses,0.108354,0.00691252745630064
+2003,Saint Vincent and the Grenadines,FruitVeg,0.108354,0.198746700629418
+2003,Saint Vincent and the Grenadines,OilcropsPulses,0.108354,0.0484430662458239
 2003,Saint Vincent and the Grenadines,Starchy Roots,0.108354,0.0625819074515016
+2003,Saint Vincent and the Grenadines,Sugar,0.108354,0.048083134909648
 2004,Saint Vincent and the Grenadines,Ruminants,0.108563,0.288015253815757
 2004,Saint Vincent and the Grenadines,Cereals,0.108563,0.0361264887668911
 2004,Saint Vincent and the Grenadines,Monogastrics,0.108563,0.301067582878144
-2004,Saint Vincent and the Grenadines,Oilcrops,0.108563,0.0434310031963008
-2004,Saint Vincent and the Grenadines,Pulses,0.108563,0.00655840387609038
+2004,Saint Vincent and the Grenadines,FruitVeg,0.108563,0.206037047612907
+2004,Saint Vincent and the Grenadines,OilcropsPulses,0.108563,0.0499894070723911
 2004,Saint Vincent and the Grenadines,Starchy Roots,0.108563,0.0618719084771055
+2004,Saint Vincent and the Grenadines,Sugar,0.108563,0.049676224864825
 2005,Saint Vincent and the Grenadines,Ruminants,0.108749,0.294037646323185
 2005,Saint Vincent and the Grenadines,Cereals,0.108749,0.0786030216369806
 2005,Saint Vincent and the Grenadines,Monogastrics,0.108749,0.307875014942666
-2005,Saint Vincent and the Grenadines,Oilcrops,0.108749,0.0424739537834831
-2005,Saint Vincent and the Grenadines,Pulses,0.108749,0.00733799851033113
+2005,Saint Vincent and the Grenadines,FruitVeg,0.108749,0.252949452408758
+2005,Saint Vincent and the Grenadines,OilcropsPulses,0.108749,0.0498119522938142
 2005,Saint Vincent and the Grenadines,Starchy Roots,0.108749,0.0609017094410064
+2005,Saint Vincent and the Grenadines,Sugar,0.108749,0.0504280499131026
 2006,Saint Vincent and the Grenadines,Ruminants,0.108908,0.305725933815698
 2006,Saint Vincent and the Grenadines,Cereals,0.108908,0.102554449627208
 2006,Saint Vincent and the Grenadines,Monogastrics,0.108908,0.314839130275095
-2006,Saint Vincent and the Grenadines,Oilcrops,0.108908,0.0431648731039042
-2006,Saint Vincent and the Grenadines,Pulses,0.108908,0.00596834025048665
+2006,Saint Vincent and the Grenadines,FruitVeg,0.108908,0.25336063466412
+2006,Saint Vincent and the Grenadines,OilcropsPulses,0.108908,0.0491332133543909
 2006,Saint Vincent and the Grenadines,Starchy Roots,0.108908,0.0644121643956367
+2006,Saint Vincent and the Grenadines,Sugar,0.108908,0.0500697836706211
 2007,Saint Vincent and the Grenadines,Ruminants,0.109049,0.345288815119809
 2007,Saint Vincent and the Grenadines,Cereals,0.109049,0.032389109482893
 2007,Saint Vincent and the Grenadines,Monogastrics,0.109049,0.323333547304423
-2007,Saint Vincent and the Grenadines,Oilcrops,0.109049,0.0301332428541298
-2007,Saint Vincent and the Grenadines,Pulses,0.109049,0.00601564434336858
+2007,Saint Vincent and the Grenadines,FruitVeg,0.109049,0.255252226063513
+2007,Saint Vincent and the Grenadines,OilcropsPulses,0.109049,0.0361488871974984
 2007,Saint Vincent and the Grenadines,Starchy Roots,0.109049,0.0674192335555576
+2007,Saint Vincent and the Grenadines,Sugar,0.109049,0.0500600647415382
 2008,Saint Vincent and the Grenadines,Ruminants,0.109165,0.376175514129987
 2008,Saint Vincent and the Grenadines,Cereals,0.109165,0.068767462098658
 2008,Saint Vincent and the Grenadines,Monogastrics,0.109165,0.33337333394403
-2008,Saint Vincent and the Grenadines,Oilcrops,0.109165,0.0303119131589795
-2008,Saint Vincent and the Grenadines,Pulses,0.109165,0.00603673338524252
+2008,Saint Vincent and the Grenadines,FruitVeg,0.109165,0.264251362616223
+2008,Saint Vincent and the Grenadines,OilcropsPulses,0.109165,0.0363486465442221
 2008,Saint Vincent and the Grenadines,Starchy Roots,0.109165,0.060120001832089
+2008,Saint Vincent and the Grenadines,Sugar,0.109165,0.0497412174231668
 2009,Saint Vincent and the Grenadines,Ruminants,0.109255,0.402798041279575
 2009,Saint Vincent and the Grenadines,Cereals,0.109255,0.0917120497917715
 2009,Saint Vincent and the Grenadines,Monogastrics,0.109255,0.327260994920141
-2009,Saint Vincent and the Grenadines,Oilcrops,0.109255,0.030067273808979
-2009,Saint Vincent and the Grenadines,Pulses,0.109255,0.00671822799871859
+2009,Saint Vincent and the Grenadines,FruitVeg,0.109255,0.258633472152304
+2009,Saint Vincent and the Grenadines,OilcropsPulses,0.109255,0.0367855018076976
 2009,Saint Vincent and the Grenadines,Starchy Roots,0.109255,0.0411605876161274
+2009,Saint Vincent and the Grenadines,Sugar,0.109255,0.0487574939362043
 2010,Saint Vincent and the Grenadines,Ruminants,0.109316,0.427873321380219
 2010,Saint Vincent and the Grenadines,Cereals,0.109316,0.0899227926378572
 2010,Saint Vincent and the Grenadines,Monogastrics,0.109316,0.333437923085367
-2010,Saint Vincent and the Grenadines,Oilcrops,0.109316,0.0341578542939734
-2010,Saint Vincent and the Grenadines,Pulses,0.109316,0.00740056350397014
+2010,Saint Vincent and the Grenadines,FruitVeg,0.109316,0.361237147352629
+2010,Saint Vincent and the Grenadines,OilcropsPulses,0.109316,0.0415584177979436
 2010,Saint Vincent and the Grenadines,Starchy Roots,0.109316,0.0501390464341908
+2010,Saint Vincent and the Grenadines,Sugar,0.109316,0.0467543634966519
 2011,Saint Vincent and the Grenadines,Ruminants,0.109341,0.391458830630779
 2011,Saint Vincent and the Grenadines,Cereals,0.109341,0.0945391024409874
 2011,Saint Vincent and the Grenadines,Monogastrics,0.109341,0.342955524460175
-2011,Saint Vincent and the Grenadines,Oilcrops,0.109341,0.0343421040597763
-2011,Saint Vincent and the Grenadines,Pulses,0.109341,0.00773726232611738
+2011,Saint Vincent and the Grenadines,FruitVeg,0.109341,0.243879240175232
+2011,Saint Vincent and the Grenadines,OilcropsPulses,0.109341,0.0420793663858937
 2011,Saint Vincent and the Grenadines,Starchy Roots,0.109341,0.0616786018053612
+2011,Saint Vincent and the Grenadines,Sugar,0.109341,0.0482710053868174
 1961,Samoa,Ruminants,0.112121,0.405744686544001
 1961,Samoa,Cereals,0.112121,0.0413749431417843
 1961,Samoa,Monogastrics,0.112121,0.0682432372169353
-1961,Samoa,Oilcrops,0.112121,0.17424924857966
-1961,Samoa,Pulses,0.112121,NA
+1961,Samoa,FruitVeg,0.112121,0.202736329501164
+1961,Samoa,OilcropsPulses,0.112121,0.17424924857966
 1961,Samoa,Starchy Roots,0.112121,0.171716270814566
+1961,Samoa,Sugar,0.112121,0.0202816599923297
 1962,Samoa,Ruminants,0.115786,0.408418979842123
 1962,Samoa,Cereals,0.115786,0.0407130395730054
 1962,Samoa,Monogastrics,0.115786,0.0657480178950823
-1962,Samoa,Oilcrops,0.115786,0.182016824141088
-1962,Samoa,Pulses,0.115786,NA
+1962,Samoa,FruitVeg,0.115786,0.190057519907415
+1962,Samoa,OilcropsPulses,0.115786,0.182016824141088
 1962,Samoa,Starchy Roots,0.115786,0.185592385953397
+1962,Samoa,Sugar,0.115786,0.0237766223895808
 1963,Samoa,Ruminants,0.119564,0.4708624669633
 1963,Samoa,Cereals,0.119564,0.0393345823157472
 1963,Samoa,Monogastrics,0.119564,0.0728772874778361
-1963,Samoa,Oilcrops,0.119564,0.169080994279214
-1963,Samoa,Pulses,0.119564,NA
+1963,Samoa,FruitVeg,0.119564,0.194029975577933
+1963,Samoa,OilcropsPulses,0.119564,0.169080994279214
 1963,Samoa,Starchy Roots,0.119564,0.185524070790539
+1963,Samoa,Sugar,0.119564,0.022372955070088
 1964,Samoa,Ruminants,0.123354,0.513573941663829
 1964,Samoa,Cereals,0.123354,0.0453491577087083
 1964,Samoa,Monogastrics,0.123354,0.0711918543379218
-1964,Samoa,Oilcrops,0.123354,0.158024871508018
-1964,Samoa,Pulses,0.123354,NA
+1964,Samoa,FruitVeg,0.123354,0.198380271413979
+1964,Samoa,OilcropsPulses,0.123354,0.158024871508018
 1964,Samoa,Starchy Roots,0.123354,0.18377190849101
+1964,Samoa,Sugar,0.123354,0.0217909431392577
 1965,Samoa,Ruminants,0.127068,0.452031195895111
 1965,Samoa,Cereals,0.127068,0.0445273396921333
 1965,Samoa,Monogastrics,0.127068,0.0689520571662417
-1965,Samoa,Oilcrops,0.127068,0.159292662196619
-1965,Samoa,Pulses,0.127068,NA
+1965,Samoa,FruitVeg,0.127068,0.203237636541065
+1965,Samoa,OilcropsPulses,0.127068,0.159292662196619
 1965,Samoa,Starchy Roots,0.127068,0.181579941448673
+1965,Samoa,Sugar,0.127068,0.0246167406428054
 1966,Samoa,Ruminants,0.130687,0.39493599210327
 1966,Samoa,Cereals,0.130687,0.0389021096206968
 1966,Samoa,Monogastrics,0.130687,0.0717110347624477
-1966,Samoa,Oilcrops,0.130687,0.155937468914276
-1966,Samoa,Pulses,0.130687,NA
+1966,Samoa,FruitVeg,0.130687,0.219784676364137
+1966,Samoa,OilcropsPulses,0.130687,0.155937468914276
 1966,Samoa,Starchy Roots,0.130687,0.179520533794486
+1966,Samoa,Sugar,0.130687,0.0238355766067015
 1967,Samoa,Ruminants,0.134194,0.356820722237954
 1967,Samoa,Cereals,0.134194,0.0445921576225465
 1967,Samoa,Monogastrics,0.134194,0.06990550993338
-1967,Samoa,Oilcrops,0.134194,0.178554927940146
-1967,Samoa,Pulses,0.134194,NA
+1967,Samoa,FruitVeg,0.134194,0.244250860694219
+1967,Samoa,OilcropsPulses,0.134194,0.178554927940146
 1967,Samoa,Starchy Roots,0.134194,0.17259340954141
+1967,Samoa,Sugar,0.134194,0.0221992041372938
 1968,Samoa,Ruminants,0.137503,0.381257863464797
 1968,Samoa,Cereals,0.137503,0.0448717482527654
 1968,Samoa,Monogastrics,0.137503,0.0683068733045825
-1968,Samoa,Oilcrops,0.137503,0.171094448848389
-1968,Samoa,Pulses,0.137503,NA
+1968,Samoa,FruitVeg,0.137503,0.247347330603696
+1968,Samoa,OilcropsPulses,0.137503,0.171094448848389
 1968,Samoa,Starchy Roots,0.137503,0.187043191784907
+1968,Samoa,Sugar,0.137503,0.0241231100412355
 1969,Samoa,Ruminants,0.14052,0.411757045260461
 1969,Samoa,Cereals,0.14052,0.0465912325647595
 1969,Samoa,Monogastrics,0.14052,0.0671463136920011
-1969,Samoa,Oilcrops,0.14052,0.182095075434102
-1969,Samoa,Pulses,0.14052,NA
+1969,Samoa,FruitVeg,0.14052,0.235760034158839
+1969,Samoa,OilcropsPulses,0.14052,0.182095075434102
 1969,Samoa,Starchy Roots,0.14052,0.183390264730999
+1969,Samoa,Sugar,0.14052,0.0247722744093367
 1970,Samoa,Ruminants,0.143175,0.477826436179501
 1970,Samoa,Cereals,0.143175,0.0407752750130959
 1970,Samoa,Monogastrics,0.143175,0.0661086083464292
-1970,Samoa,Oilcrops,0.143175,0.218795180722892
-1970,Samoa,Pulses,0.143175,NA
+1970,Samoa,FruitVeg,0.143175,0.244805308189279
+1970,Samoa,OilcropsPulses,0.143175,0.218795180722892
 1970,Samoa,Starchy Roots,0.143175,0.179479657761481
+1970,Samoa,Sugar,0.143175,0.0263244281473721
 1971,Samoa,Ruminants,0.145437,0.490100180834313
 1971,Samoa,Cereals,0.145437,0.0387177953340622
 1971,Samoa,Monogastrics,0.145437,0.0651209802182388
-1971,Samoa,Oilcrops,0.145437,0.214044569126151
-1971,Samoa,Pulses,0.145437,NA
+1971,Samoa,FruitVeg,0.145437,0.245247082929378
+1971,Samoa,OilcropsPulses,0.145437,0.214044569126151
 1971,Samoa,Starchy Roots,0.145437,0.189827897990195
+1971,Samoa,Sugar,0.145437,0.0246085934115803
 1972,Samoa,Ruminants,0.147323,0.529528994114972
 1972,Samoa,Cereals,0.147323,0.0396611527052802
 1972,Samoa,Monogastrics,0.147323,0.0644189977125092
-1972,Samoa,Oilcrops,0.147323,0.210924295595392
-1972,Samoa,Pulses,0.147323,NA
+1972,Samoa,FruitVeg,0.147323,0.259850804015666
+1972,Samoa,OilcropsPulses,0.147323,0.210924295595392
 1972,Samoa,Starchy Roots,0.147323,0.189739551869022
+1972,Samoa,Sugar,0.147323,0.025420334910367
 1973,Samoa,Ruminants,0.148889,0.428141770043455
 1973,Samoa,Cereals,0.148889,0.0476193674482333
 1973,Samoa,Monogastrics,0.148889,0.0642277132629006
-1973,Samoa,Oilcrops,0.148889,0.231884155310332
-1973,Samoa,Pulses,0.148889,NA
+1973,Samoa,FruitVeg,0.148889,0.269140097656644
+1973,Samoa,OilcropsPulses,0.148889,0.231884155310332
 1973,Samoa,Starchy Roots,0.148889,0.183243893101572
+1973,Samoa,Sugar,0.148889,0.0208074471586215
 1974,Samoa,Ruminants,0.150219,0.445494910763619
 1974,Samoa,Cereals,0.150219,0.0493412950425712
 1974,Samoa,Monogastrics,0.150219,0.0629507585591703
-1974,Samoa,Oilcrops,0.150219,0.224112795318835
-1974,Samoa,Pulses,0.150219,NA
+1974,Samoa,FruitVeg,0.150219,0.26936672458211
+1974,Samoa,OilcropsPulses,0.150219,0.224112795318835
 1974,Samoa,Starchy Roots,0.150219,0.173420139929037
+1974,Samoa,Sugar,0.150219,0.0227401327395336
 1975,Samoa,Ruminants,0.151383,0.6432181949096
 1975,Samoa,Cereals,0.151383,0.0487637317268121
 1975,Samoa,Monogastrics,0.151383,0.0628960979766552
-1975,Samoa,Oilcrops,0.151383,0.218571438008231
-1975,Samoa,Pulses,0.151383,NA
+1975,Samoa,FruitVeg,0.151383,0.276285976628816
+1975,Samoa,OilcropsPulses,0.151383,0.218571438008231
 1975,Samoa,Starchy Roots,0.151383,0.201621053883197
+1975,Samoa,Sugar,0.151383,0.0223737143536593
 1976,Samoa,Ruminants,0.15239,0.389105584355929
 1976,Samoa,Cereals,0.15239,0.05146006955837
 1976,Samoa,Monogastrics,0.15239,0.0715493142594659
-1976,Samoa,Oilcrops,0.15239,0.208832600564341
-1976,Samoa,Pulses,0.15239,3.28105518734825e-05
+1976,Samoa,FruitVeg,0.15239,0.274893365706411
+1976,Samoa,OilcropsPulses,0.15239,0.208865411116215
 1976,Samoa,Starchy Roots,0.15239,0.213163593411641
+1976,Samoa,Sugar,0.15239,0.0221799330664742
 1977,Samoa,Ruminants,0.153244,0.573934379160032
 1977,Samoa,Cereals,0.153244,0.0470883036203701
 1977,Samoa,Monogastrics,0.153244,0.0802243480984574
-1977,Samoa,Oilcrops,0.153244,0.195544360627496
-1977,Samoa,Pulses,0.153244,5.22043277387695e-05
+1977,Samoa,FruitVeg,0.153244,0.265067474093602
+1977,Samoa,OilcropsPulses,0.153244,0.195596564955235
 1977,Samoa,Starchy Roots,0.153244,0.214481480514735
+1977,Samoa,Sugar,0.153244,0.0214364020777322
 1978,Samoa,Ruminants,0.15401,0.575982079085774
 1978,Samoa,Cereals,0.15401,0.0511914810726576
 1978,Samoa,Monogastrics,0.15401,0.0819881825855464
-1978,Samoa,Oilcrops,0.15401,0.195779494837998
-1978,Samoa,Pulses,0.15401,NA
+1978,Samoa,FruitVeg,0.15401,0.264398415687293
+1978,Samoa,OilcropsPulses,0.15401,0.195779494837998
 1978,Samoa,Starchy Roots,0.15401,0.209200701253165
+1978,Samoa,Sugar,0.15401,0.0214531523927018
 1979,Samoa,Ruminants,0.154763,0.51505333962252
 1979,Samoa,Cereals,0.154763,0.0534430064033393
 1979,Samoa,Monogastrics,0.154763,0.0799293112694895
-1979,Samoa,Oilcrops,0.154763,0.202218876604873
-1979,Samoa,Pulses,0.154763,1.29229854681028e-05
+1979,Samoa,FruitVeg,0.154763,0.25908647415726
+1979,Samoa,OilcropsPulses,0.154763,0.202231799590341
 1979,Samoa,Starchy Roots,0.154763,0.211426503750897
+1979,Samoa,Sugar,0.154763,0.0207090842126348
 1980,Samoa,Ruminants,0.155554,0.419925556398421
 1980,Samoa,Cereals,0.155554,0.0543926867840107
 1980,Samoa,Monogastrics,0.155554,0.102735384496702
-1980,Samoa,Oilcrops,0.155554,0.193675508183653
-1980,Samoa,Pulses,0.155554,NA
+1980,Samoa,FruitVeg,0.155554,0.249688211167826
+1980,Samoa,OilcropsPulses,0.155554,0.193675508183653
 1980,Samoa,Starchy Roots,0.155554,0.223350090643764
+1980,Samoa,Sugar,0.155554,0.0210216387878164
 1981,Samoa,Ruminants,0.156435,0.360495413430498
 1981,Samoa,Cereals,0.156435,0.0533448397097836
 1981,Samoa,Monogastrics,0.156435,0.108740371400262
-1981,Samoa,Oilcrops,0.156435,0.306088790871608
-1981,Samoa,Pulses,0.156435,6.39243136126826e-06
+1981,Samoa,FruitVeg,0.156435,0.256240611116438
+1981,Samoa,OilcropsPulses,0.156435,0.306095183302969
 1981,Samoa,Starchy Roots,0.156435,0.211992201233739
+1981,Samoa,Sugar,0.156435,0.0240099721929236
 1982,Samoa,Ruminants,0.157401,0.399103563509762
 1982,Samoa,Cereals,0.157401,0.0599932656082236
 1982,Samoa,Monogastrics,0.157401,0.122572918850579
-1982,Samoa,Oilcrops,0.157401,0.754614011346815
-1982,Samoa,Pulses,0.157401,5.08255983125901e-05
+1982,Samoa,FruitVeg,0.157401,0.234509310614291
+1982,Samoa,OilcropsPulses,0.157401,0.754664836945127
 1982,Samoa,Starchy Roots,0.157401,0.221713966239096
+1982,Samoa,Sugar,0.157401,0.021448402487913
 1983,Samoa,Ruminants,0.158383,0.273545140576956
 1983,Samoa,Cereals,0.158383,0.0657898890663771
 1983,Samoa,Monogastrics,0.158383,0.1288282202004
-1983,Samoa,Oilcrops,0.158383,0.831604401987587
-1983,Samoa,Pulses,0.158383,9.47071339727117e-05
+1983,Samoa,FruitVeg,0.158383,0.224449593706395
+1983,Samoa,OilcropsPulses,0.158383,0.83169910912156
 1983,Samoa,Starchy Roots,0.158383,0.226324794959055
+1983,Samoa,Sugar,0.158383,0.0224392769426012
 1984,Samoa,Ruminants,0.159281,0.341449388188171
 1984,Samoa,Cereals,0.159281,0.0645651395960598
 1984,Samoa,Monogastrics,0.159281,0.139309773293739
-1984,Samoa,Oilcrops,0.159281,0.740496355497517
-1984,Samoa,Pulses,0.159281,NA
+1984,Samoa,FruitVeg,0.159281,0.223510650987877
+1984,Samoa,OilcropsPulses,0.159281,0.740496355497517
 1984,Samoa,Starchy Roots,0.159281,0.217910485243061
+1984,Samoa,Sugar,0.159281,0.0189915934731701
 1985,Samoa,Ruminants,0.16003,0.683903643066925
 1985,Samoa,Cereals,0.16003,0.0643066924951572
 1985,Samoa,Monogastrics,0.16003,0.153938011622821
-1985,Samoa,Oilcrops,0.16003,0.845322751984003
-1985,Samoa,Pulses,0.16003,4.37417984127976e-05
+1985,Samoa,FruitVeg,0.16003,0.221989626944948
+1985,Samoa,OilcropsPulses,0.16003,0.845366493782416
 1985,Samoa,Starchy Roots,0.16003,0.215603324376679
+1985,Samoa,Sugar,0.16003,0.0216896831844029
 1986,Samoa,Ruminants,0.160591,0.508560878255942
 1986,Samoa,Cereals,0.160591,0.0641941329215211
 1986,Samoa,Monogastrics,0.160591,0.168495121146266
-1986,Samoa,Oilcrops,0.160591,0.959119751418199
-1986,Samoa,Pulses,0.160591,NA
+1986,Samoa,FruitVeg,0.160591,0.220292544414071
+1986,Samoa,OilcropsPulses,0.160591,0.959119751418199
 1986,Samoa,Starchy Roots,0.160591,0.214775423280259
+1986,Samoa,Sugar,0.160591,0.0212029316711397
 1987,Samoa,Ruminants,0.161014,0.633311389071758
 1987,Samoa,Cereals,0.161014,0.0542188877985765
 1987,Samoa,Monogastrics,0.161014,0.17963406908716
-1987,Samoa,Oilcrops,0.161014,0.827083359211
-1987,Samoa,Pulses,0.161014,8.07383208913511e-05
+1987,Samoa,FruitVeg,0.161014,0.217838200404934
+1987,Samoa,OilcropsPulses,0.161014,0.827164097531892
 1987,Samoa,Starchy Roots,0.161014,0.21244115418535
+1987,Samoa,Sugar,0.161014,0.0208739612704485
 1988,Samoa,Ruminants,0.161424,0.510292149866191
 1988,Samoa,Cereals,0.161424,0.0620106056100704
 1988,Samoa,Monogastrics,0.161424,0.18633660422242
-1988,Samoa,Oilcrops,0.161424,0.743309545049063
-1988,Samoa,Pulses,0.161424,8.05332540390524e-05
+1988,Samoa,FruitVeg,0.161424,0.209522747546833
+1988,Samoa,OilcropsPulses,0.161424,0.743390078303102
 1988,Samoa,Starchy Roots,0.161424,0.21354321538309
+1988,Samoa,Sugar,0.161424,0.0201023391812865
 1989,Samoa,Ruminants,0.162001,0.555291016722119
 1989,Samoa,Cereals,0.162001,0.0618946796624712
 1989,Samoa,Monogastrics,0.162001,0.194358059518151
-1989,Samoa,Oilcrops,0.162001,0.855556447182425
-1989,Samoa,Pulses,0.162001,8.02464182319862e-05
+1989,Samoa,FruitVeg,0.162001,0.159776791501287
+1989,Samoa,OilcropsPulses,0.162001,0.855636693600657
 1989,Samoa,Starchy Roots,0.162001,0.203406151813878
+1989,Samoa,Sugar,0.162001,0.0223023314670897
 1990,Samoa,Ruminants,0.162865,0.647479200564885
 1990,Samoa,Cereals,0.162865,0.0610935437325392
 1990,Samoa,Monogastrics,0.162865,0.200146747306051
-1990,Samoa,Oilcrops,0.162865,0.670530807724189
-1990,Samoa,Pulses,0.162865,3.68403278789181e-05
+1990,Samoa,FruitVeg,0.162865,0.159303717803088
+1990,Samoa,OilcropsPulses,0.162865,0.670567648052068
 1990,Samoa,Starchy Roots,0.162865,0.154790777637921
+1990,Samoa,Sugar,0.162865,0.0198446566174439
 1991,Samoa,Ruminants,0.164073,0.626168839479988
 1991,Samoa,Cereals,0.164073,0.0898075856478519
 1991,Samoa,Monogastrics,0.164073,0.192951308259129
-1991,Samoa,Oilcrops,0.164073,0.429631932127772
-1991,Samoa,Pulses,0.164073,7.92330243245385e-05
+1991,Samoa,FruitVeg,0.164073,0.138724835896217
+1991,Samoa,OilcropsPulses,0.164073,0.429711165152097
 1991,Samoa,Starchy Roots,0.164073,0.119977083371426
+1991,Samoa,Sugar,0.164073,0.0255008441364515
 1992,Samoa,Ruminants,0.165568,0.597215041553923
 1992,Samoa,Cereals,0.165568,0.0976758793969849
 1992,Samoa,Monogastrics,0.165568,0.191303875144956
-1992,Samoa,Oilcrops,0.165568,0.551990722844994
-1992,Samoa,Pulses,0.165568,NA
+1992,Samoa,FruitVeg,0.165568,0.11196608040201
+1992,Samoa,OilcropsPulses,0.165568,0.551990722844994
 1992,Samoa,Starchy Roots,0.165568,0.0633938925396212
+1992,Samoa,Sugar,0.165568,0.0205172497100889
 1993,Samoa,Ruminants,0.167206,0.512789612812937
 1993,Samoa,Cereals,0.167206,0.0809480521033934
 1993,Samoa,Monogastrics,0.167206,0.218276258029018
-1993,Samoa,Oilcrops,0.167206,0.636717581904956
-1993,Samoa,Pulses,0.167206,NA
+1993,Samoa,FruitVeg,0.167206,0.113369137471143
+1993,Samoa,OilcropsPulses,0.167206,0.636717581904956
 1993,Samoa,Starchy Roots,0.167206,0.0469241534394699
+1993,Samoa,Sugar,0.167206,0.0226367474851381
 1994,Samoa,Ruminants,0.168786,0.530776841681182
 1994,Samoa,Cereals,0.168786,0.104220729207399
 1994,Samoa,Monogastrics,0.168786,0.214295616935054
-1994,Samoa,Oilcrops,0.168786,0.720456672946808
-1994,Samoa,Pulses,0.168786,NA
+1994,Samoa,FruitVeg,0.168786,0.120537248349982
+1994,Samoa,OilcropsPulses,0.168786,0.720456672946808
 1994,Samoa,Starchy Roots,0.168786,0.0398966738947543
+1994,Samoa,Sugar,0.168786,0.0214176531228893
 1995,Samoa,Ruminants,0.170158,0.573246629603075
 1995,Samoa,Cereals,0.170158,0.107746917570728
 1995,Samoa,Monogastrics,0.170158,0.186798152305504
-1995,Samoa,Oilcrops,0.170158,0.735275449875998
-1995,Samoa,Pulses,0.170158,NA
+1995,Samoa,FruitVeg,0.170158,0.143366753252859
+1995,Samoa,OilcropsPulses,0.170158,0.735275449875998
 1995,Samoa,Starchy Roots,0.170158,0.0416730332984638
+1995,Samoa,Sugar,0.170158,0.0207748092948906
 1996,Samoa,Ruminants,0.171276,0.586482636212896
 1996,Samoa,Cereals,0.171276,0.0855694901795932
 1996,Samoa,Monogastrics,0.171276,0.196288446717579
-1996,Samoa,Oilcrops,0.171276,0.682670076367968
-1996,Samoa,Pulses,0.171276,NA
+1996,Samoa,FruitVeg,0.171276,0.161359443237815
+1996,Samoa,OilcropsPulses,0.171276,0.682670076367968
 1996,Samoa,Starchy Roots,0.171276,0.0572175903220533
+1996,Samoa,Sugar,0.171276,0.0219061631518718
 1997,Samoa,Ruminants,0.172191,0.542365745015709
 1997,Samoa,Cereals,0.172191,0.090509956966392
 1997,Samoa,Monogastrics,0.172191,0.157493132625979
-1997,Samoa,Oilcrops,0.172191,0.607209436033242
-1997,Samoa,Pulses,0.172191,NA
+1997,Samoa,FruitVeg,0.172191,0.171147156355443
+1997,Samoa,OilcropsPulses,0.172191,0.607209436033242
 1997,Samoa,Starchy Roots,0.172191,0.0966891417089163
+1997,Samoa,Sugar,0.172191,0.019791975190341
 1998,Samoa,Ruminants,0.172979,0.592995103451864
 1998,Samoa,Cereals,0.172979,0.0859179437966458
 1998,Samoa,Monogastrics,0.172979,0.18284069164465
-1998,Samoa,Oilcrops,0.172979,0.613560027517791
-1998,Samoa,Pulses,0.172979,NA
+1998,Samoa,FruitVeg,0.172979,0.178819394261731
+1998,Samoa,OilcropsPulses,0.172979,0.613560027517791
 1998,Samoa,Starchy Roots,0.172979,0.104590730666728
+1998,Samoa,Sugar,0.172979,0.0220951676215032
 1999,Samoa,Ruminants,0.173758,0.552081055260765
 1999,Samoa,Cereals,0.173758,0.094677655129548
 1999,Samoa,Monogastrics,0.173758,0.200384442730694
-1999,Samoa,Oilcrops,0.173758,0.541552043646911
-1999,Samoa,Pulses,0.173758,NA
+1999,Samoa,FruitVeg,0.173758,0.180342775584434
+1999,Samoa,OilcropsPulses,0.173758,0.541552043646911
 1999,Samoa,Starchy Roots,0.173758,0.115781719402848
+1999,Samoa,Sugar,0.173758,0.0243326925954488
 2000,Samoa,Ruminants,0.174614,0.586486192401526
 2000,Samoa,Cereals,0.174614,0.0970655273918472
 2000,Samoa,Monogastrics,0.174614,0.207197590113049
-2000,Samoa,Oilcrops,0.174614,0.499667838775814
-2000,Samoa,Pulses,0.174614,NA
+2000,Samoa,FruitVeg,0.174614,0.180850332733916
+2000,Samoa,OilcropsPulses,0.174614,0.499667838775814
 2000,Samoa,Starchy Roots,0.174614,0.117963049927268
+2000,Samoa,Sugar,0.174614,0.0242305886125969
 2001,Samoa,Ruminants,0.175567,0.652540055933063
 2001,Samoa,Cereals,0.175567,0.0929730530224928
 2001,Samoa,Monogastrics,0.175567,0.224774017896302
-2001,Samoa,Oilcrops,0.175567,0.437855633461869
-2001,Samoa,Pulses,0.175567,NA
+2001,Samoa,FruitVeg,0.175567,0.190246458616938
+2001,Samoa,OilcropsPulses,0.175567,0.437855633461869
 2001,Samoa,Starchy Roots,0.175567,0.112065479275718
+2001,Samoa,Sugar,0.175567,0.0238940119726372
 2002,Samoa,Ruminants,0.176592,0.629522288665398
 2002,Samoa,Cereals,0.176592,0.0922182205309414
 2002,Samoa,Monogastrics,0.176592,0.218435716227236
-2002,Samoa,Oilcrops,0.176592,0.422250158557579
-2002,Samoa,Pulses,0.176592,NA
+2002,Samoa,FruitVeg,0.176592,0.199539050466612
+2002,Samoa,OilcropsPulses,0.176592,0.422250158557579
 2002,Samoa,Starchy Roots,0.176592,0.125594590921446
+2002,Samoa,Sugar,0.176592,0.0238346017939658
 2003,Samoa,Ruminants,0.177677,0.50672906453846
 2003,Samoa,Cereals,0.177677,0.0887678202581088
 2003,Samoa,Monogastrics,0.177677,0.251186703962809
-2003,Samoa,Oilcrops,0.177677,0.438278449095831
-2003,Samoa,Pulses,0.177677,2.81409524023931e-05
+2003,Samoa,FruitVeg,0.177677,0.17897645727922
+2003,Samoa,OilcropsPulses,0.177677,0.438306590048234
 2003,Samoa,Starchy Roots,0.177677,0.128587267907495
+2003,Samoa,Sugar,0.177677,0.0247021280188207
 2004,Samoa,Ruminants,0.178794,0.511292325245814
 2004,Samoa,Cereals,0.178794,0.0869380404264125
 2004,Samoa,Monogastrics,0.178794,0.229635781961363
-2004,Samoa,Oilcrops,0.178794,0.441765383625849
-2004,Samoa,Pulses,0.178794,2.7965144244214e-05
+2004,Samoa,FruitVeg,0.178794,0.188988444802398
+2004,Samoa,OilcropsPulses,0.178794,0.441793348770093
 2004,Samoa,Starchy Roots,0.178794,0.135614170497891
+2004,Samoa,Sugar,0.178794,0.0280602257346443
 2005,Samoa,Ruminants,0.179928,0.500255102040816
 2005,Samoa,Cereals,0.179928,0.0804377306478147
 2005,Samoa,Monogastrics,0.179928,0.274834378195723
-2005,Samoa,Oilcrops,0.179928,0.438086345649371
-2005,Samoa,Pulses,0.179928,NA
+2005,Samoa,FruitVeg,0.179928,0.185524209683874
+2005,Samoa,OilcropsPulses,0.179928,0.438086345649371
 2005,Samoa,Starchy Roots,0.179928,0.135770975056689
+2005,Samoa,Sugar,0.179928,0.0296062869592281
 2006,Samoa,Ruminants,0.181072,0.545014138022444
 2006,Samoa,Cereals,0.181072,0.0851263585755942
 2006,Samoa,Monogastrics,0.181072,0.227278099319608
-2006,Samoa,Oilcrops,0.181072,0.471055712644694
-2006,Samoa,Pulses,0.181072,NA
+2006,Samoa,FruitVeg,0.181072,0.200213174869665
+2006,Samoa,OilcropsPulses,0.181072,0.471055712644694
 2006,Samoa,Starchy Roots,0.181072,0.126397234249359
+2006,Samoa,Sugar,0.181072,0.0298058230979942
 2007,Samoa,Ruminants,0.182238,0.531580680209397
 2007,Samoa,Cereals,0.182238,0.0815087961895982
 2007,Samoa,Monogastrics,0.182238,0.244879223872079
-2007,Samoa,Oilcrops,0.182238,0.469375212634028
-2007,Samoa,Pulses,0.182238,NA
+2007,Samoa,FruitVeg,0.182238,0.200572877226484
+2007,Samoa,OilcropsPulses,0.182238,0.469375212634028
 2007,Samoa,Starchy Roots,0.182238,0.139778750864254
+2007,Samoa,Sugar,0.182238,0.0298291245514108
 2008,Samoa,Ruminants,0.18344,0.520654709986917
 2008,Samoa,Cereals,0.18344,0.0816833842128216
 2008,Samoa,Monogastrics,0.18344,0.271030854775403
-2008,Samoa,Oilcrops,0.18344,0.490863497601396
-2008,Samoa,Pulses,0.18344,NA
+2008,Samoa,FruitVeg,0.18344,0.207615569123419
+2008,Samoa,OilcropsPulses,0.18344,0.490863497601396
 2008,Samoa,Starchy Roots,0.18344,0.133711295246402
+2008,Samoa,Sugar,0.18344,0.0358155255124291
 2009,Samoa,Ruminants,0.1847,0.491910124526259
 2009,Samoa,Cereals,0.1847,0.0773416350839199
 2009,Samoa,Monogastrics,0.1847,0.275644829453167
-2009,Samoa,Oilcrops,0.1847,0.487980508933405
-2009,Samoa,Pulses,0.1847,NA
+2009,Samoa,FruitVeg,0.1847,0.214103952355171
+2009,Samoa,OilcropsPulses,0.1847,0.487980508933405
 2009,Samoa,Starchy Roots,0.1847,0.140227395776936
+2009,Samoa,Sugar,0.1847,0.0272604223064429
 2010,Samoa,Ruminants,0.186029,0.438842331034409
 2010,Samoa,Cereals,0.186029,0.0777566938488085
 2010,Samoa,Monogastrics,0.186029,0.312982922017535
-2010,Samoa,Oilcrops,0.186029,0.520295222787845
-2010,Samoa,Pulses,0.186029,NA
+2010,Samoa,FruitVeg,0.186029,0.212085212520629
+2010,Samoa,OilcropsPulses,0.186029,0.520295222787845
 2010,Samoa,Starchy Roots,0.186029,0.13540361986572
+2010,Samoa,Sugar,0.186029,0.0277752393444033
 2011,Samoa,Ruminants,0.187434,0.337114397601289
 2011,Samoa,Cereals,0.187434,0.0819541812051175
 2011,Samoa,Monogastrics,0.187434,0.330894074714299
-2011,Samoa,Oilcrops,0.187434,0.515077307212139
-2011,Samoa,Pulses,0.187434,NA
+2011,Samoa,FruitVeg,0.187434,0.194639179657906
+2011,Samoa,OilcropsPulses,0.187434,0.515077307212139
 2011,Samoa,Starchy Roots,0.187434,0.132814750792279
+2011,Samoa,Sugar,0.187434,0.0290662313134223
 1961,Sao Tome and Principe,Ruminants,0.064549,0.0672620799702552
 1961,Sao Tome and Principe,Cereals,0.064549,0.103874575903577
 1961,Sao Tome and Principe,Monogastrics,0.064549,0.0216269810531534
-1961,Sao Tome and Principe,Oilcrops,0.064549,0.219848487195774
-1961,Sao Tome and Principe,Pulses,0.064549,0.0182497017769446
+1961,Sao Tome and Principe,FruitVeg,0.064549,0.0889092007622116
+1961,Sao Tome and Principe,OilcropsPulses,0.064549,0.238098188972718
 1961,Sao Tome and Principe,Starchy Roots,0.064549,0.131992749694031
+1961,Sao Tome and Principe,Sugar,0.064549,0.0135865776386931
 1962,Sao Tome and Principe,Ruminants,0.064429,0.0709432088034891
 1962,Sao Tome and Principe,Cereals,0.064429,0.0951434912849804
 1962,Sao Tome and Principe,Monogastrics,0.064429,0.0236648093249934
-1962,Sao Tome and Principe,Oilcrops,0.064429,0.222772354064164
-1962,Sao Tome and Principe,Pulses,0.064429,0.0145897033944342
+1962,Sao Tome and Principe,FruitVeg,0.064429,0.0893386518493225
+1962,Sao Tome and Principe,OilcropsPulses,0.064429,0.237362057458598
 1962,Sao Tome and Principe,Starchy Roots,0.064429,0.132192025330208
+1962,Sao Tome and Principe,Sugar,0.064429,0.0136118828477859
 1963,Sao Tome and Principe,Ruminants,0.064181,0.0790857107243577
 1963,Sao Tome and Principe,Cereals,0.064181,0.094093267477914
 1963,Sao Tome and Principe,Monogastrics,0.064181,0.0239665944750004
-1963,Sao Tome and Principe,Oilcrops,0.064181,0.21897446284726
-1963,Sao Tome and Principe,Pulses,0.064181,0.0210186815412661
+1963,Sao Tome and Principe,FruitVeg,0.064181,0.0733238808993316
+1963,Sao Tome and Principe,OilcropsPulses,0.064181,0.239993144388526
 1963,Sao Tome and Principe,Starchy Roots,0.064181,0.133045605397236
+1963,Sao Tome and Principe,Sugar,0.064181,0.0136644801420981
 1964,Sao Tome and Principe,Ruminants,0.064209,0.0659144356710118
 1964,Sao Tome and Principe,Cereals,0.064209,0.0973851017770094
 1964,Sao Tome and Principe,Monogastrics,0.064209,0.0208257409397436
-1964,Sao Tome and Principe,Oilcrops,0.064209,0.230014483950848
-1964,Sao Tome and Principe,Pulses,0.064209,0.00990515348315656
+1964,Sao Tome and Principe,FruitVeg,0.064209,0.100655671323335
+1964,Sao Tome and Principe,OilcropsPulses,0.064209,0.239919637434005
 1964,Sao Tome and Principe,Starchy Roots,0.064209,0.133859739288885
+1964,Sao Tome and Principe,Sugar,0.064209,0.014188042174773
 1965,Sao Tome and Principe,Ruminants,0.064797,0.0565905828973564
 1965,Sao Tome and Principe,Cereals,0.064797,0.0996188095127861
 1965,Sao Tome and Principe,Monogastrics,0.064797,0.0219824991897773
-1965,Sao Tome and Principe,Oilcrops,0.064797,0.232063212803062
-1965,Sao Tome and Principe,Pulses,0.064797,0.0129018318749325
+1965,Sao Tome and Principe,FruitVeg,0.064797,0.0723798941309011
+1965,Sao Tome and Principe,OilcropsPulses,0.064797,0.244965044677994
 1965,Sao Tome and Principe,Starchy Roots,0.064797,0.13778415667392
+1965,Sao Tome and Principe,Sugar,0.064797,0.0127475037424572
 1966,Sao Tome and Principe,Ruminants,0.066057,0.0487457801595592
 1966,Sao Tome and Principe,Cereals,0.066057,0.101230755256824
 1966,Sao Tome and Principe,Monogastrics,0.066057,0.0274868674023949
-1966,Sao Tome and Principe,Oilcrops,0.066057,0.208925624839154
-1966,Sao Tome and Principe,Pulses,0.066057,0.0110510619616392
+1966,Sao Tome and Principe,FruitVeg,0.066057,0.0604175182039753
+1966,Sao Tome and Principe,OilcropsPulses,0.066057,0.219976686800793
 1966,Sao Tome and Principe,Starchy Roots,0.066057,0.137517598437713
+1966,Sao Tome and Principe,Sugar,0.066057,0.0142149961396975
 1967,Sao Tome and Principe,Ruminants,0.067874,0.0786486725402953
 1967,Sao Tome and Principe,Cereals,0.067874,0.11132392374105
 1967,Sao Tome and Principe,Monogastrics,0.067874,0.0241211656893656
-1967,Sao Tome and Principe,Oilcrops,0.067874,0.170241918849633
-1967,Sao Tome and Principe,Pulses,0.067874,0.0127884020390724
+1967,Sao Tome and Principe,FruitVeg,0.067874,0.0645608038424139
+1967,Sao Tome and Principe,OilcropsPulses,0.067874,0.183030320888706
 1967,Sao Tome and Principe,Starchy Roots,0.067874,0.138374046026461
+1967,Sao Tome and Principe,Sugar,0.067874,0.0140849220614668
 1968,Sao Tome and Principe,Ruminants,0.07004,0.0861450599657339
 1968,Sao Tome and Principe,Cereals,0.07004,0.10763849229012
 1968,Sao Tome and Principe,Monogastrics,0.07004,0.0223800685322673
-1968,Sao Tome and Principe,Oilcrops,0.07004,0.164705882352941
-1968,Sao Tome and Principe,Pulses,0.07004,0.0153769274700171
+1968,Sao Tome and Principe,FruitVeg,0.07004,0.0656196459166191
+1968,Sao Tome and Principe,OilcropsPulses,0.07004,0.180082809822958
 1968,Sao Tome and Principe,Starchy Roots,0.07004,0.137864077669903
+1968,Sao Tome and Principe,Sugar,0.07004,0.0140776699029126
 1969,Sao Tome and Principe,Ruminants,0.07224,0.0896373200442968
 1969,Sao Tome and Principe,Cereals,0.07224,0.0956395348837209
 1969,Sao Tome and Principe,Monogastrics,0.07224,0.0219421373200443
-1969,Sao Tome and Principe,Oilcrops,0.07224,0.194006090808416
-1969,Sao Tome and Principe,Pulses,0.07224,0.0125276854928018
+1969,Sao Tome and Principe,FruitVeg,0.07224,0.0596483942414175
+1969,Sao Tome and Principe,OilcropsPulses,0.07224,0.206533776301218
 1969,Sao Tome and Principe,Starchy Roots,0.07224,0.135700442967885
+1969,Sao Tome and Principe,Sugar,0.07224,0.0127906976744186
 1970,Sao Tome and Principe,Ruminants,0.074251,0.0782669593675506
 1970,Sao Tome and Principe,Cereals,0.074251,0.0957293504464586
 1970,Sao Tome and Principe,Monogastrics,0.074251,0.0188186017696731
-1970,Sao Tome and Principe,Oilcrops,0.074251,0.182462189061427
-1970,Sao Tome and Principe,Pulses,0.074251,0.0103971663681297
+1970,Sao Tome and Principe,FruitVeg,0.074251,0.0547332695855948
+1970,Sao Tome and Principe,OilcropsPulses,0.074251,0.192859355429557
 1970,Sao Tome and Principe,Starchy Roots,0.074251,0.135890425718172
+1970,Sao Tome and Principe,Sugar,0.074251,0.0150166327726226
 1971,Sao Tome and Principe,Ruminants,0.075989,0.0963968469120531
 1971,Sao Tome and Principe,Cereals,0.075989,0.0949216333943071
 1971,Sao Tome and Principe,Monogastrics,0.075989,0.0243772124912816
-1971,Sao Tome and Principe,Oilcrops,0.075989,0.179802339812341
-1971,Sao Tome and Principe,Pulses,0.075989,0.00986984958349235
+1971,Sao Tome and Principe,FruitVeg,0.075989,0.0591796181026201
+1971,Sao Tome and Principe,OilcropsPulses,0.075989,0.189672189395834
 1971,Sao Tome and Principe,Starchy Roots,0.075989,0.13963863190725
+1971,Sao Tome and Principe,Sugar,0.075989,0.0150416507652423
 1972,Sao Tome and Principe,Ruminants,0.077536,0.0781546636401156
 1972,Sao Tome and Principe,Cereals,0.077536,0.093143829962856
 1972,Sao Tome and Principe,Monogastrics,0.077536,0.0200203776310359
-1972,Sao Tome and Principe,Oilcrops,0.077536,0.184752888980603
-1972,Sao Tome and Principe,Pulses,0.077536,0.0100856376392901
+1972,Sao Tome and Principe,FruitVeg,0.077536,0.0568123194387123
+1972,Sao Tome and Principe,OilcropsPulses,0.077536,0.194838526619893
 1972,Sao Tome and Principe,Starchy Roots,0.077536,0.137729570780025
+1972,Sao Tome and Principe,Sugar,0.077536,0.0162634131242262
 1973,Sao Tome and Principe,Ruminants,0.079026,0.0757320375572596
 1973,Sao Tome and Principe,Cereals,0.079026,0.0999417913091894
 1973,Sao Tome and Principe,Monogastrics,0.079026,0.0237086528484296
-1973,Sao Tome and Principe,Oilcrops,0.079026,0.192607496267051
-1973,Sao Tome and Principe,Pulses,0.079026,0.00899703894920659
+1973,Sao Tome and Principe,FruitVeg,0.079026,0.0382532331131526
+1973,Sao Tome and Principe,OilcropsPulses,0.079026,0.201604535216258
 1973,Sao Tome and Principe,Starchy Roots,0.079026,0.140156404221395
+1973,Sao Tome and Principe,Sugar,0.079026,0.0173487206742085
 1974,Sao Tome and Principe,Ruminants,0.08067,0.0564261807363332
 1974,Sao Tome and Principe,Cereals,0.08067,0.087256724928722
 1974,Sao Tome and Principe,Monogastrics,0.08067,0.0112978802528821
-1974,Sao Tome and Principe,Oilcrops,0.08067,0.193194496095203
-1974,Sao Tome and Principe,Pulses,0.08067,0.00829304574191149
+1974,Sao Tome and Principe,FruitVeg,0.08067,0.041589190529317
+1974,Sao Tome and Principe,OilcropsPulses,0.08067,0.201487541837114
 1974,Sao Tome and Principe,Starchy Roots,0.08067,0.14286599727284
+1974,Sao Tome and Principe,Sugar,0.08067,0.0128796330730135
 1975,Sao Tome and Principe,Ruminants,0.082607,0.0556611425181885
 1975,Sao Tome and Principe,Cereals,0.082607,0.0797632161923324
 1975,Sao Tome and Principe,Monogastrics,0.082607,0.0170869296790829
-1975,Sao Tome and Principe,Oilcrops,0.082607,0.207355308872129
-1975,Sao Tome and Principe,Pulses,0.082607,0.00713014635563572
+1975,Sao Tome and Principe,FruitVeg,0.082607,0.0553585047272023
+1975,Sao Tome and Principe,OilcropsPulses,0.082607,0.214485455227765
 1975,Sao Tome and Principe,Starchy Roots,0.082607,0.147299865628821
+1975,Sao Tome and Principe,Sugar,0.082607,0.0101202077305797
 1976,Sao Tome and Principe,Ruminants,0.084889,0.0604660203324341
 1976,Sao Tome and Principe,Cereals,0.084889,0.0854645478212725
 1976,Sao Tome and Principe,Monogastrics,0.084889,0.0246368787475409
-1976,Sao Tome and Principe,Oilcrops,0.084889,0.173344013947626
-1976,Sao Tome and Principe,Pulses,0.084889,0.0100719763455807
+1976,Sao Tome and Principe,FruitVeg,0.084889,0.0588415460189188
+1976,Sao Tome and Principe,OilcropsPulses,0.084889,0.183415990293206
 1976,Sao Tome and Principe,Starchy Roots,0.084889,0.145248500983637
+1976,Sao Tome and Principe,Sugar,0.084889,0.0155261576882753
 1977,Sao Tome and Principe,Ruminants,0.087436,0.0689921771352761
 1977,Sao Tome and Principe,Cereals,0.087436,0.09627613340043
 1977,Sao Tome and Principe,Monogastrics,0.087436,0.0167917105082575
-1977,Sao Tome and Principe,Oilcrops,0.087436,0.176815041859188
-1977,Sao Tome and Principe,Pulses,0.087436,0.0103161169312411
+1977,Sao Tome and Principe,FruitVeg,0.087436,0.0591861475822316
+1977,Sao Tome and Principe,OilcropsPulses,0.087436,0.18713115879043
 1977,Sao Tome and Principe,Starchy Roots,0.087436,0.140468456928496
+1977,Sao Tome and Principe,Sugar,0.087436,0.0175213870716867
 1978,Sao Tome and Principe,Ruminants,0.090095,0.0847072534546867
 1978,Sao Tome and Principe,Cereals,0.090095,0.0998612575614629
 1978,Sao Tome and Principe,Monogastrics,0.090095,0.0145091292524557
-1978,Sao Tome and Principe,Oilcrops,0.090095,0.154725567456574
-1978,Sao Tome and Principe,Pulses,0.090095,0.0105444253288196
+1978,Sao Tome and Principe,FruitVeg,0.090095,0.0604362062267606
+1978,Sao Tome and Principe,OilcropsPulses,0.090095,0.165269992785393
 1978,Sao Tome and Principe,Starchy Roots,0.090095,0.136977634718908
+1978,Sao Tome and Principe,Sugar,0.090095,0.0176480381819191
 1979,Sao Tome and Principe,Ruminants,0.092652,0.0667303458101282
 1979,Sao Tome and Principe,Cereals,0.092652,0.0949574752838579
 1979,Sao Tome and Principe,Monogastrics,0.092652,0.0123710227518024
-1979,Sao Tome and Principe,Oilcrops,0.092652,0.213810818978543
-1979,Sao Tome and Principe,Pulses,0.092652,0.0102534214048267
+1979,Sao Tome and Principe,FruitVeg,0.092652,0.0607110477917368
+1979,Sao Tome and Principe,OilcropsPulses,0.092652,0.22406424038337
 1979,Sao Tome and Principe,Starchy Roots,0.092652,0.13319734058628
+1979,Sao Tome and Principe,Sugar,0.092652,0.0165889565254932
 1980,Sao Tome and Principe,Ruminants,0.094953,0.139563784187967
 1980,Sao Tome and Principe,Cereals,0.094953,0.100449696165471
 1980,Sao Tome and Principe,Monogastrics,0.094953,0.011292955462176
-1980,Sao Tome and Principe,Oilcrops,0.094953,0.157972891851758
-1980,Sao Tome and Principe,Pulses,0.094953,0.00937305824987099
+1980,Sao Tome and Principe,FruitVeg,0.094953,0.062083346497741
+1980,Sao Tome and Principe,OilcropsPulses,0.094953,0.167345950101629
 1980,Sao Tome and Principe,Starchy Roots,0.094953,0.120796604635978
+1980,Sao Tome and Principe,Sugar,0.094953,0.0150390193042874
 1981,Sao Tome and Principe,Ruminants,0.096947,0.105079063818375
 1981,Sao Tome and Principe,Cereals,0.096947,0.11250477064788
 1981,Sao Tome and Principe,Monogastrics,0.096947,0.0133609085376546
-1981,Sao Tome and Principe,Oilcrops,0.096947,0.131257284908249
-1981,Sao Tome and Principe,Pulses,0.096947,0.00918027375782644
+1981,Sao Tome and Principe,FruitVeg,0.096947,0.0640556180180924
+1981,Sao Tome and Principe,OilcropsPulses,0.096947,0.140437558666075
 1981,Sao Tome and Principe,Starchy Roots,0.096947,0.121922287435403
+1981,Sao Tome and Principe,Sugar,0.096947,0.0113670355967694
 1982,Sao Tome and Principe,Ruminants,0.098692,0.145881125116524
 1982,Sao Tome and Principe,Cereals,0.098692,0.102115673002878
 1982,Sao Tome and Principe,Monogastrics,0.098692,0.0140639565516962
-1982,Sao Tome and Principe,Oilcrops,0.098692,0.224080979208041
-1982,Sao Tome and Principe,Pulses,0.098692,0.0067381348032262
+1982,Sao Tome and Principe,FruitVeg,0.098692,0.0647468893122036
+1982,Sao Tome and Principe,OilcropsPulses,0.098692,0.230819114011267
 1982,Sao Tome and Principe,Starchy Roots,0.098692,0.12067847444575
+1982,Sao Tome and Principe,Sugar,0.098692,0.011166051959632
 1983,Sao Tome and Principe,Ruminants,0.100285,0.10123149025278
 1983,Sao Tome and Principe,Cereals,0.100285,0.10762327367004
 1983,Sao Tome and Principe,Monogastrics,0.100285,0.0142513835568629
-1983,Sao Tome and Principe,Oilcrops,0.100285,0.176447125691778
-1983,Sao Tome and Principe,Pulses,0.100285,0.00663110136112081
+1983,Sao Tome and Principe,FruitVeg,0.100285,0.0694620332053647
+1983,Sao Tome and Principe,OilcropsPulses,0.100285,0.183078227052899
 1983,Sao Tome and Principe,Starchy Roots,0.100285,0.109787106745775
+1983,Sao Tome and Principe,Sugar,0.100285,0.0115271476292566
 1984,Sao Tome and Principe,Ruminants,0.101871,0.0974732750242954
 1984,Sao Tome and Principe,Cereals,0.101871,0.109844803722355
 1984,Sao Tome and Principe,Monogastrics,0.101871,0.0140972406278529
-1984,Sao Tome and Principe,Oilcrops,0.101871,0.203895122262469
-1984,Sao Tome and Principe,Pulses,0.101871,0.00829480421317156
+1984,Sao Tome and Principe,FruitVeg,0.101871,0.0817798981064287
+1984,Sao Tome and Principe,OilcropsPulses,0.101871,0.212189926475641
 1984,Sao Tome and Principe,Starchy Roots,0.101871,0.103660511823777
+1984,Sao Tome and Principe,Sugar,0.101871,0.0108176026543373
 1985,Sao Tome and Principe,Ruminants,0.103557,0.0784939695047172
 1985,Sao Tome and Principe,Cereals,0.103557,0.103189547785278
 1985,Sao Tome and Principe,Monogastrics,0.103557,0.0142655735488668
-1985,Sao Tome and Principe,Oilcrops,0.103557,0.212095754029182
-1985,Sao Tome and Principe,Pulses,0.103557,0.00642158424828838
+1985,Sao Tome and Principe,FruitVeg,0.103557,0.0825245999787557
+1985,Sao Tome and Principe,OilcropsPulses,0.103557,0.21851733827747
 1985,Sao Tome and Principe,Starchy Roots,0.103557,0.0947304383093369
+1985,Sao Tome and Principe,Sugar,0.103557,0.0125341599312456
 1986,Sao Tome and Principe,Ruminants,0.105364,0.0942428153828632
 1986,Sao Tome and Principe,Cereals,0.105364,0.106431039064576
 1986,Sao Tome and Principe,Monogastrics,0.105364,0.0141082343115296
-1986,Sao Tome and Principe,Oilcrops,0.105364,0.189201245207092
-1986,Sao Tome and Principe,Pulses,0.105364,0.00270490869746783
+1986,Sao Tome and Principe,FruitVeg,0.105364,0.0950704225352113
+1986,Sao Tome and Principe,OilcropsPulses,0.105364,0.191906153904559
 1986,Sao Tome and Principe,Starchy Roots,0.105364,0.0804449337534642
+1986,Sao Tome and Principe,Sugar,0.105364,0.0114934892373107
 1987,Sao Tome and Principe,Ruminants,0.107264,0.0940884173627685
 1987,Sao Tome and Principe,Cereals,0.107264,0.100024239260143
 1987,Sao Tome and Principe,Monogastrics,0.107264,0.0144121047136038
-1987,Sao Tome and Principe,Oilcrops,0.107264,0.177067795346062
-1987,Sao Tome and Principe,Pulses,0.107264,0.00354266109785203
+1987,Sao Tome and Principe,FruitVeg,0.107264,0.106475611575179
+1987,Sao Tome and Principe,OilcropsPulses,0.107264,0.180610456443914
 1987,Sao Tome and Principe,Starchy Roots,0.107264,0.0748060859188544
+1987,Sao Tome and Principe,Sugar,0.107264,0.0112899015513126
 1988,Sao Tome and Principe,Ruminants,0.109268,0.0668027235787239
 1988,Sao Tome and Principe,Cereals,0.109268,0.108027967932057
 1988,Sao Tome and Principe,Monogastrics,0.109268,0.0141267342680382
-1988,Sao Tome and Principe,Oilcrops,0.109268,0.212468426254713
-1988,Sao Tome and Principe,Pulses,0.109268,0.00308416004685727
+1988,Sao Tome and Principe,FruitVeg,0.109268,0.0770124830691511
+1988,Sao Tome and Principe,OilcropsPulses,0.109268,0.21555258630157
 1988,Sao Tome and Principe,Starchy Roots,0.109268,0.0571988139253944
+1988,Sao Tome and Principe,Sugar,0.109268,0.011448914595307
 1989,Sao Tome and Principe,Ruminants,0.111373,0.0729952501952897
 1989,Sao Tome and Principe,Cereals,0.111373,0.12921444156124
 1989,Sao Tome and Principe,Monogastrics,0.111373,0.013983640559202
-1989,Sao Tome and Principe,Oilcrops,0.111373,0.207294407082507
-1989,Sao Tome and Principe,Pulses,0.111373,0.00489346610040135
+1989,Sao Tome and Principe,FruitVeg,0.111373,0.0887288660626902
+1989,Sao Tome and Principe,OilcropsPulses,0.111373,0.212187873182908
 1989,Sao Tome and Principe,Starchy Roots,0.111373,0.0586946566941718
+1989,Sao Tome and Principe,Sugar,0.111373,0.0123369218751403
 1990,Sao Tome and Principe,Ruminants,0.113575,0.0389073299581774
 1990,Sao Tome and Principe,Cereals,0.113575,0.132106537530266
 1990,Sao Tome and Principe,Monogastrics,0.113575,0.0142804314329738
-1990,Sao Tome and Principe,Oilcrops,0.113575,0.215716486902928
-1990,Sao Tome and Principe,Pulses,0.113575,0.00479859123926921
+1990,Sao Tome and Principe,FruitVeg,0.113575,0.0911116002641426
+1990,Sao Tome and Principe,OilcropsPulses,0.113575,0.220515078142197
 1990,Sao Tome and Principe,Starchy Roots,0.113575,0.0564120625137574
+1990,Sao Tome and Principe,Sugar,0.113575,0.0164648910411622
 1991,Sao Tome and Principe,Ruminants,0.1159,0.0689327006039689
 1991,Sao Tome and Principe,Cereals,0.1159,0.14327868852459
 1991,Sao Tome and Principe,Monogastrics,0.1159,0.0175979292493529
-1991,Sao Tome and Principe,Oilcrops,0.1159,0.171216566005177
-1991,Sao Tome and Principe,Pulses,0.1159,0.00450388265746333
+1991,Sao Tome and Principe,FruitVeg,0.1159,0.122528041415013
+1991,Sao Tome and Principe,OilcropsPulses,0.1159,0.17572044866264
 1991,Sao Tome and Principe,Starchy Roots,0.1159,0.0404831751509922
+1991,Sao Tome and Principe,Sugar,0.1159,0.0161259706643658
 1992,Sao Tome and Principe,Ruminants,0.118346,0.044273570716374
 1992,Sao Tome and Principe,Cereals,0.118346,0.139886434691498
 1992,Sao Tome and Principe,Monogastrics,0.118346,0.0225119564666317
-1992,Sao Tome and Principe,Oilcrops,0.118346,0.164424653135721
-1992,Sao Tome and Principe,Pulses,0.118346,0.00430939786727055
+1992,Sao Tome and Principe,FruitVeg,0.118346,0.158357696922583
+1992,Sao Tome and Principe,OilcropsPulses,0.118346,0.168734051002991
 1992,Sao Tome and Principe,Starchy Roots,0.118346,0.0662379801598702
+1992,Sao Tome and Principe,Sugar,0.118346,0.0157588765146266
 1993,Sao Tome and Principe,Ruminants,0.120849,0.0601684747081068
 1993,Sao Tome and Principe,Cereals,0.120849,0.13766766791616
 1993,Sao Tome and Principe,Monogastrics,0.120849,0.0179695322261665
-1993,Sao Tome and Principe,Oilcrops,0.120849,0.160870176832245
-1993,Sao Tome and Principe,Pulses,0.120849,0.0041622189674718
+1993,Sao Tome and Principe,FruitVeg,0.120849,0.155491563852411
+1993,Sao Tome and Principe,OilcropsPulses,0.120849,0.165032395799717
 1993,Sao Tome and Principe,Starchy Roots,0.120849,0.0718086206753883
+1993,Sao Tome and Principe,Sugar,0.120849,0.0159868927339076
 1994,Sao Tome and Principe,Ruminants,0.123318,0.0589840899138812
 1994,Sao Tome and Principe,Cereals,0.123318,0.126080539742779
 1994,Sao Tome and Principe,Monogastrics,0.123318,0.0223057461197879
-1994,Sao Tome and Principe,Oilcrops,0.123318,0.164898879320132
-1994,Sao Tome and Principe,Pulses,0.123318,0.00408699459932857
+1994,Sao Tome and Principe,FruitVeg,0.123318,0.158184531049806
+1994,Sao Tome and Principe,OilcropsPulses,0.123318,0.16898587391946
 1994,Sao Tome and Principe,Starchy Roots,0.123318,0.110957037902009
+1994,Sao Tome and Principe,Sugar,0.123318,0.0168101980246193
 1995,Sao Tome and Principe,Ruminants,0.125694,0.0531966521870575
 1995,Sao Tome and Principe,Cereals,0.125694,0.118899867933235
 1995,Sao Tome and Principe,Monogastrics,0.125694,0.0248086623068722
-1995,Sao Tome and Principe,Oilcrops,0.125694,0.146944165990421
-1995,Sao Tome and Principe,Pulses,0.125694,0.00383470969179118
+1995,Sao Tome and Principe,FruitVeg,0.125694,0.146888475185769
+1995,Sao Tome and Principe,OilcropsPulses,0.125694,0.150778875682212
 1995,Sao Tome and Principe,Starchy Roots,0.125694,0.101158368736773
+1995,Sao Tome and Principe,Sugar,0.125694,0.0160787308861203
 1996,Sao Tome and Principe,Ruminants,0.127946,0.0507151454519875
 1996,Sao Tome and Principe,Cereals,0.127946,0.1160645897488
 1996,Sao Tome and Principe,Monogastrics,0.127946,0.0291638660059713
-1996,Sao Tome and Principe,Oilcrops,0.127946,0.141465930939615
-1996,Sao Tome and Principe,Pulses,0.127946,0.00393916183389868
+1996,Sao Tome and Principe,FruitVeg,0.127946,0.146600909758805
+1996,Sao Tome and Principe,OilcropsPulses,0.127946,0.145405092773514
 1996,Sao Tome and Principe,Starchy Roots,0.127946,0.133962765541713
+1996,Sao Tome and Principe,Sugar,0.127946,0.0171400434558329
 1997,Sao Tome and Principe,Ruminants,0.13011,0.0356221658596572
 1997,Sao Tome and Principe,Cereals,0.13011,0.107055568365229
 1997,Sao Tome and Principe,Monogastrics,0.13011,0.0249573437860272
-1997,Sao Tome and Principe,Oilcrops,0.13011,0.141341941434171
-1997,Sao Tome and Principe,Pulses,0.13011,0.00371992929060026
+1997,Sao Tome and Principe,FruitVeg,0.13011,0.208208439013143
+1997,Sao Tome and Principe,OilcropsPulses,0.13011,0.145061870724771
 1997,Sao Tome and Principe,Starchy Roots,0.13011,0.144354776727385
+1997,Sao Tome and Principe,Sugar,0.13011,0.0146722004457767
 1998,Sao Tome and Principe,Ruminants,0.132284,0.0300686401983611
 1998,Sao Tome and Principe,Cereals,0.132284,0.112220676725832
 1998,Sao Tome and Principe,Monogastrics,0.132284,0.0301956396843156
-1998,Sao Tome and Principe,Oilcrops,0.132284,0.145293459526473
-1998,Sao Tome and Principe,Pulses,0.132284,0.0036436757279792
+1998,Sao Tome and Principe,FruitVeg,0.132284,0.206873091227964
+1998,Sao Tome and Principe,OilcropsPulses,0.132284,0.148937135254453
 1998,Sao Tome and Principe,Starchy Roots,0.132284,0.149504097245321
+1998,Sao Tome and Principe,Sugar,0.132284,0.013788515617913
 1999,Sao Tome and Principe,Ruminants,0.134602,0.0333910343085541
 1999,Sao Tome and Principe,Cereals,0.134602,0.106276281184529
 1999,Sao Tome and Principe,Monogastrics,0.134602,0.0401368478923047
-1999,Sao Tome and Principe,Oilcrops,0.134602,0.147538669559145
-1999,Sao Tome and Principe,Pulses,0.134602,0.00338776541210383
+1999,Sao Tome and Principe,FruitVeg,0.134602,0.207173741846332
+1999,Sao Tome and Principe,OilcropsPulses,0.134602,0.150926434971249
 1999,Sao Tome and Principe,Starchy Roots,0.134602,0.153727284884326
+1999,Sao Tome and Principe,Sugar,0.134602,0.0144648667924697
 2000,Sao Tome and Principe,Ruminants,0.137164,0.0338645708786562
 2000,Sao Tome and Principe,Cereals,0.137164,0.112966959260447
 2000,Sao Tome and Principe,Monogastrics,0.137164,0.0374486016739086
-2000,Sao Tome and Principe,Oilcrops,0.137164,0.150644483975387
-2000,Sao Tome and Principe,Pulses,0.137164,0.0035359132133796
+2000,Sao Tome and Principe,FruitVeg,0.137164,0.209573940684145
+2000,Sao Tome and Principe,OilcropsPulses,0.137164,0.154180397188767
 2000,Sao Tome and Principe,Starchy Roots,0.137164,0.161908372459246
+2000,Sao Tome and Principe,Sugar,0.137164,0.0157475722492782
 2001,Sao Tome and Principe,Ruminants,0.140003,0.0337321343114076
 2001,Sao Tome and Principe,Cereals,0.140003,0.107883402498518
 2001,Sao Tome and Principe,Monogastrics,0.140003,0.0378399034306408
-2001,Sao Tome and Principe,Oilcrops,0.140003,0.154303836346364
-2001,Sao Tome and Principe,Pulses,0.140003,0.00407848403248502
+2001,Sao Tome and Principe,FruitVeg,0.140003,0.211752605301315
+2001,Sao Tome and Principe,OilcropsPulses,0.140003,0.158382320378849
 2001,Sao Tome and Principe,Starchy Roots,0.140003,0.164603615636808
+2001,Sao Tome and Principe,Sugar,0.140003,0.0179710434776398
 2002,Sao Tome and Principe,Ruminants,0.143085,0.0355201453681378
 2002,Sao Tome and Principe,Cereals,0.143085,0.104832791697243
 2002,Sao Tome and Principe,Monogastrics,0.143085,0.0478359017367299
-2002,Sao Tome and Principe,Oilcrops,0.143085,0.155550896320369
-2002,Sao Tome and Principe,Pulses,0.143085,0.00480833071251354
+2002,Sao Tome and Principe,FruitVeg,0.143085,0.220484327497641
+2002,Sao Tome and Principe,OilcropsPulses,0.143085,0.160359227032883
 2002,Sao Tome and Principe,Starchy Roots,0.143085,0.166341685012405
+2002,Sao Tome and Principe,Sugar,0.143085,0.0195338435195863
 2003,Sao Tome and Principe,Ruminants,0.146357,0.067903824210663
 2003,Sao Tome and Principe,Cereals,0.146357,0.108706792295551
 2003,Sao Tome and Principe,Monogastrics,0.146357,0.0554534460258136
-2003,Sao Tome and Principe,Oilcrops,0.146357,0.150023572497387
-2003,Sao Tome and Principe,Pulses,0.146357,0.00626550147925962
+2003,Sao Tome and Principe,FruitVeg,0.146357,0.208763502941438
+2003,Sao Tome and Principe,OilcropsPulses,0.146357,0.156289073976646
 2003,Sao Tome and Principe,Starchy Roots,0.146357,0.161720997287455
+2003,Sao Tome and Principe,Sugar,0.146357,0.0191108044029326
 2004,Sao Tome and Principe,Ruminants,0.149732,0.0656372719258408
 2004,Sao Tome and Principe,Cereals,0.149732,0.111492533326209
 2004,Sao Tome and Principe,Monogastrics,0.149732,0.0499585926855983
-2004,Sao Tome and Principe,Oilcrops,0.149732,0.147550289851201
-2004,Sao Tome and Principe,Pulses,0.149732,0.00671199209253867
+2004,Sao Tome and Principe,FruitVeg,0.149732,0.20872625758021
+2004,Sao Tome and Principe,OilcropsPulses,0.149732,0.154262281943739
 2004,Sao Tome and Principe,Starchy Roots,0.149732,0.161415061576684
+2004,Sao Tome and Principe,Sugar,0.149732,0.0209574439665536
 2005,Sao Tome and Principe,Ruminants,0.153146,0.070005746150732
 2005,Sao Tome and Principe,Cereals,0.153146,0.113205699136771
 2005,Sao Tome and Principe,Monogastrics,0.153146,0.0551330103300119
-2005,Sao Tome and Principe,Oilcrops,0.153146,0.146102412077364
-2005,Sao Tome and Principe,Pulses,0.153146,0.00644483042325624
+2005,Sao Tome and Principe,FruitVeg,0.153146,0.225882491217531
+2005,Sao Tome and Principe,OilcropsPulses,0.153146,0.15254724250062
 2005,Sao Tome and Principe,Starchy Roots,0.153146,0.15931202904418
+2005,Sao Tome and Principe,Sugar,0.153146,0.0210256879056587
 2006,Sao Tome and Principe,Ruminants,0.156584,0.0727781893424616
 2006,Sao Tome and Principe,Cereals,0.156584,0.114309252541767
 2006,Sao Tome and Principe,Monogastrics,0.156584,0.0582192305727277
-2006,Sao Tome and Principe,Oilcrops,0.156584,0.157525673121136
-2006,Sao Tome and Principe,Pulses,0.156584,0.00683977928779441
+2006,Sao Tome and Principe,FruitVeg,0.156584,0.238121391713074
+2006,Sao Tome and Principe,OilcropsPulses,0.156584,0.164365452408931
 2006,Sao Tome and Principe,Starchy Roots,0.156584,0.160635824860778
+2006,Sao Tome and Principe,Sugar,0.156584,0.0216880396464517
 2007,Sao Tome and Principe,Ruminants,0.160064,0.0600222411035586
 2007,Sao Tome and Principe,Cereals,0.160064,0.11593487604958
 2007,Sao Tome and Principe,Monogastrics,0.160064,0.0583922680927629
-2007,Sao Tome and Principe,Oilcrops,0.160064,0.153532337065174
-2007,Sao Tome and Principe,Pulses,0.160064,0.00705342862854858
+2007,Sao Tome and Principe,FruitVeg,0.160064,0.242296831267493
+2007,Sao Tome and Principe,OilcropsPulses,0.160064,0.160585765693723
 2007,Sao Tome and Principe,Starchy Roots,0.160064,0.162085165933627
+2007,Sao Tome and Principe,Sugar,0.160064,0.022141143542583
 2008,Sao Tome and Principe,Ruminants,0.163595,0.0601962162657783
 2008,Sao Tome and Principe,Cereals,0.163595,0.117381338060454
 2008,Sao Tome and Principe,Monogastrics,0.163595,0.0579547052171521
-2008,Sao Tome and Principe,Oilcrops,0.163595,0.154301781839298
-2008,Sao Tome and Principe,Pulses,0.163595,0.00793422781869862
+2008,Sao Tome and Principe,FruitVeg,0.163595,0.243607689721569
+2008,Sao Tome and Principe,OilcropsPulses,0.163595,0.162236009657997
 2008,Sao Tome and Principe,Starchy Roots,0.163595,0.158525627311348
+2008,Sao Tome and Principe,Sugar,0.163595,0.0222011675173447
 2009,Sao Tome and Principe,Ruminants,0.167196,0.15978013828082
 2009,Sao Tome and Principe,Cereals,0.167196,0.118280341634967
 2009,Sao Tome and Principe,Monogastrics,0.167196,0.0493103902007225
-2009,Sao Tome and Principe,Oilcrops,0.167196,0.166247996363549
-2009,Sao Tome and Principe,Pulses,0.167196,0.00815210890212685
+2009,Sao Tome and Principe,FruitVeg,0.167196,0.257075528122682
+2009,Sao Tome and Principe,OilcropsPulses,0.167196,0.174400105265676
 2009,Sao Tome and Principe,Starchy Roots,0.167196,0.160613890284457
+2009,Sao Tome and Principe,Sugar,0.167196,0.0228414555372138
 2010,Sao Tome and Principe,Ruminants,0.17088,0.128083450374532
 2010,Sao Tome and Principe,Cereals,0.17088,0.120663623595506
 2010,Sao Tome and Principe,Monogastrics,0.17088,0.0699169007490637
-2010,Sao Tome and Principe,Oilcrops,0.17088,0.16940543071161
-2010,Sao Tome and Principe,Pulses,0.17088,0.00794709737827715
+2010,Sao Tome and Principe,FruitVeg,0.17088,0.250491573033708
+2010,Sao Tome and Principe,OilcropsPulses,0.17088,0.177352528089888
 2010,Sao Tome and Principe,Starchy Roots,0.17088,0.162640449438202
+2010,Sao Tome and Principe,Sugar,0.17088,0.0236189138576779
 2011,Sao Tome and Principe,Ruminants,0.174646,0.136161721425054
 2011,Sao Tome and Principe,Cereals,0.174646,0.119224030324199
 2011,Sao Tome and Principe,Monogastrics,0.174646,0.0707253529997824
-2011,Sao Tome and Principe,Oilcrops,0.174646,0.171277899293428
-2011,Sao Tome and Principe,Pulses,0.174646,0.00813073302566334
+2011,Sao Tome and Principe,FruitVeg,0.174646,0.250655611923548
+2011,Sao Tome and Principe,OilcropsPulses,0.174646,0.179408632319091
 2011,Sao Tome and Principe,Starchy Roots,0.174646,0.174776404841794
+2011,Sao Tome and Principe,Sugar,0.174646,0.0239169520057717
 1961,Saudi Arabia,Ruminants,4.218879,0.164313861573181
 1961,Saudi Arabia,Cereals,4.218879,0.123069421995748
 1961,Saudi Arabia,Monogastrics,4.218879,0.00367813345677845
-1961,Saudi Arabia,Oilcrops,4.218879,0.00123445114211619
-1961,Saudi Arabia,Pulses,4.218879,0.00218470356699019
+1961,Saudi Arabia,FruitVeg,4.218879,0.100701868908779
+1961,Saudi Arabia,OilcropsPulses,4.218879,0.00341915470910638
 1961,Saudi Arabia,Starchy Roots,4.218879,0.0011910746906939
+1961,Saudi Arabia,Sugar,4.218879,0.00662403448878245
 1962,Saudi Arabia,Ruminants,4.362863,0.161955440727797
 1962,Saudi Arabia,Cereals,4.362863,0.125813026904581
 1962,Saudi Arabia,Monogastrics,4.362863,0.00363713002218956
-1962,Saudi Arabia,Oilcrops,4.362863,0.00129272910930277
-1962,Saudi Arabia,Pulses,4.362863,0.0024208873851872
+1962,Saudi Arabia,FruitVeg,4.362863,0.101106544028543
+1962,Saudi Arabia,OilcropsPulses,4.362863,0.00371361649448997
 1962,Saudi Arabia,Starchy Roots,4.362863,0.00132711020263529
+1962,Saudi Arabia,Sugar,4.362863,0.0064890875555799
 1963,Saudi Arabia,Ruminants,4.516663,0.160433820278378
 1963,Saudi Arabia,Cereals,4.516663,0.128530731648564
 1963,Saudi Arabia,Monogastrics,4.516663,0.00377232040557376
-1963,Saudi Arabia,Oilcrops,4.516663,0.0013757944748147
-1963,Saudi Arabia,Pulses,4.516663,0.00235284323847053
+1963,Saudi Arabia,FruitVeg,4.516663,0.0994760955156495
+1963,Saudi Arabia,OilcropsPulses,4.516663,0.00372863771328523
 1963,Saudi Arabia,Starchy Roots,4.516663,0.00155247358503391
+1963,Saudi Arabia,Sugar,4.516663,0.00992790473852045
 1964,Saudi Arabia,Ruminants,4.677409,0.160642291490866
 1964,Saudi Arabia,Cereals,4.677409,0.128511105186654
 1964,Saudi Arabia,Monogastrics,4.677409,0.00438999454612586
-1964,Saudi Arabia,Oilcrops,4.677409,0.00141360312942486
-1964,Saudi Arabia,Pulses,4.677409,0.00230704648663395
+1964,Saudi Arabia,FruitVeg,4.677409,0.103044228118602
+1964,Saudi Arabia,OilcropsPulses,4.677409,0.00372064961605881
 1964,Saudi Arabia,Starchy Roots,4.677409,0.00155556206438223
+1964,Saudi Arabia,Sugar,4.677409,0.0108850861662942
 1965,Saudi Arabia,Ruminants,4.843635,0.158526086296759
 1965,Saudi Arabia,Cereals,4.843635,0.129254578431281
 1965,Saudi Arabia,Monogastrics,4.843635,0.00501875141293677
-1965,Saudi Arabia,Oilcrops,4.843635,0.00153603646847874
-1965,Saudi Arabia,Pulses,4.843635,0.00275371699147438
+1965,Saudi Arabia,FruitVeg,4.843635,0.109961630056765
+1965,Saudi Arabia,OilcropsPulses,4.843635,0.00428975345995311
 1965,Saudi Arabia,Starchy Roots,4.843635,0.00174538337426334
+1965,Saudi Arabia,Sugar,4.843635,0.0117574920488435
 1966,Saudi Arabia,Ruminants,5.015672,0.161206314926494
 1966,Saudi Arabia,Cereals,5.015672,0.129340395464456
 1966,Saudi Arabia,Monogastrics,5.015672,0.00635974601209967
-1966,Saudi Arabia,Oilcrops,5.015672,0.00146500807867819
-1966,Saudi Arabia,Pulses,5.015672,0.00237395906271383
+1966,Saudi Arabia,FruitVeg,5.015672,0.120573075751365
+1966,Saudi Arabia,OilcropsPulses,5.015672,0.00383896714139202
 1966,Saudi Arabia,Starchy Roots,5.015672,0.0019012407509901
+1966,Saudi Arabia,Sugar,5.015672,0.0120083609933026
 1967,Saudi Arabia,Ruminants,5.196349,0.16340263134751
 1967,Saudi Arabia,Cereals,5.196349,0.125914367953346
 1967,Saudi Arabia,Monogastrics,5.196349,0.00770290833044509
-1967,Saudi Arabia,Oilcrops,5.196349,0.00195021543010294
-1967,Saudi Arabia,Pulses,5.196349,0.00246807903010364
+1967,Saudi Arabia,FruitVeg,5.196349,0.107837829984091
+1967,Saudi Arabia,OilcropsPulses,5.196349,0.00441829446020658
 1967,Saudi Arabia,Starchy Roots,5.196349,0.00211052029030383
+1967,Saudi Arabia,Sugar,5.196349,0.0119122098996815
 1968,Saudi Arabia,Ruminants,5.389848,0.171719833286579
 1968,Saudi Arabia,Cereals,5.389848,0.126804503577837
 1968,Saudi Arabia,Monogastrics,5.389848,0.00946683468624718
-1968,Saudi Arabia,Oilcrops,5.389848,0.00203438019031334
-1968,Saudi Arabia,Pulses,5.389848,0.00242622797526016
+1968,Saudi Arabia,FruitVeg,5.389848,0.108858542949634
+1968,Saudi Arabia,OilcropsPulses,5.389848,0.0044606081655735
 1968,Saudi Arabia,Starchy Roots,5.389848,0.00248912399755986
+1968,Saudi Arabia,Sugar,5.389848,0.0134588211021906
 1969,Saudi Arabia,Ruminants,5.601649,0.17453287415902
 1969,Saudi Arabia,Cereals,5.601649,0.126221760770802
 1969,Saudi Arabia,Monogastrics,5.601649,0.0106641990599554
-1969,Saudi Arabia,Oilcrops,5.601649,0.00233145632652099
-1969,Saudi Arabia,Pulses,5.601649,0.00267528365308144
+1969,Saudi Arabia,FruitVeg,5.601649,0.112467418076356
+1969,Saudi Arabia,OilcropsPulses,5.601649,0.00500673997960243
 1969,Saudi Arabia,Starchy Roots,5.601649,0.00225219395217373
+1969,Saudi Arabia,Sugar,5.601649,0.014815637323938
 1970,Saudi Arabia,Ruminants,5.836394,0.1685946493674
 1970,Saudi Arabia,Cereals,5.836394,0.119166560722254
 1970,Saudi Arabia,Monogastrics,5.836394,0.0109050725499341
-1970,Saudi Arabia,Oilcrops,5.836394,0.00235573540785629
-1970,Saudi Arabia,Pulses,5.836394,0.00236498769616993
+1970,Saudi Arabia,FruitVeg,5.836394,0.124562358195831
+1970,Saudi Arabia,OilcropsPulses,5.836394,0.00472072310402622
 1970,Saudi Arabia,Starchy Roots,5.836394,0.0025073701329965
+1970,Saudi Arabia,Sugar,5.836394,0.0165029982554296
 1971,Saudi Arabia,Ruminants,6.096106,0.184283065287907
 1971,Saudi Arabia,Cereals,6.096106,0.113989651754743
 1971,Saudi Arabia,Monogastrics,6.096106,0.0114167142106781
-1971,Saudi Arabia,Oilcrops,6.096106,0.00276291127483676
-1971,Saudi Arabia,Pulses,6.096106,0.00280211662986175
+1971,Saudi Arabia,FruitVeg,6.096106,0.2889802113021
+1971,Saudi Arabia,OilcropsPulses,6.096106,0.00556502790469851
 1971,Saudi Arabia,Starchy Roots,6.096106,0.00228604948798462
+1971,Saudi Arabia,Sugar,6.096106,0.0171294593630754
 1972,Saudi Arabia,Ruminants,6.382106,0.19003050090362
 1972,Saudi Arabia,Cereals,6.382106,0.100004293253669
 1972,Saudi Arabia,Monogastrics,6.382106,0.0124102608135935
-1972,Saudi Arabia,Oilcrops,6.382106,0.00225552505708931
-1972,Saudi Arabia,Pulses,6.382106,0.00273311035573524
+1972,Saudi Arabia,FruitVeg,6.382106,0.158462739415484
+1972,Saudi Arabia,OilcropsPulses,6.382106,0.00498863541282454
 1972,Saudi Arabia,Starchy Roots,6.382106,0.00250356230372858
+1972,Saudi Arabia,Sugar,6.382106,0.0185280532789647
 1973,Saudi Arabia,Ruminants,6.697486,0.19516903805398
 1973,Saudi Arabia,Cereals,6.697486,0.108248826499973
 1973,Saudi Arabia,Monogastrics,6.697486,0.0131932190675725
-1973,Saudi Arabia,Oilcrops,6.697486,0.00201508446602203
-1973,Saudi Arabia,Pulses,6.697486,0.0025869408312313
+1973,Saudi Arabia,FruitVeg,6.697486,0.135085762030708
+1973,Saudi Arabia,OilcropsPulses,6.697486,0.00460202529725333
 1973,Saudi Arabia,Starchy Roots,6.697486,0.00251736248496824
+1973,Saudi Arabia,Sugar,6.697486,0.0127283580734622
 1974,Saudi Arabia,Ruminants,7.045477,0.240237147889348
 1974,Saudi Arabia,Cereals,7.045477,0.107831733749184
 1974,Saudi Arabia,Monogastrics,7.045477,0.0181352518786166
-1974,Saudi Arabia,Oilcrops,7.045477,0.00190448425280503
-1974,Saudi Arabia,Pulses,7.045477,0.00270627524580664
+1974,Saudi Arabia,FruitVeg,7.045477,0.174061174282451
+1974,Saudi Arabia,OilcropsPulses,7.045477,0.00461075949861166
 1974,Saudi Arabia,Starchy Roots,7.045477,0.0036316916512537
+1974,Saudi Arabia,Sugar,7.045477,0.0141893870351149
 1975,Saudi Arabia,Ruminants,7.428705,0.241628386104981
 1975,Saudi Arabia,Cereals,7.428705,0.116149450005082
 1975,Saudi Arabia,Monogastrics,7.428705,0.0280721606255734
-1975,Saudi Arabia,Oilcrops,7.428705,0.00285231409781382
-1975,Saudi Arabia,Pulses,7.428705,0.00213711541917467
+1975,Saudi Arabia,FruitVeg,7.428705,0.18968151245742
+1975,Saudi Arabia,OilcropsPulses,7.428705,0.00498942951698849
 1975,Saudi Arabia,Starchy Roots,7.428705,0.00361435808798438
+1975,Saudi Arabia,Sugar,7.428705,0.0161349791114333
 1976,Saudi Arabia,Ruminants,7.8453,0.252058391648503
 1976,Saudi Arabia,Cereals,7.8453,0.126785336443476
 1976,Saudi Arabia,Monogastrics,7.8453,0.0454475928262782
-1976,Saudi Arabia,Oilcrops,7.8453,0.00230099550049074
-1976,Saudi Arabia,Pulses,7.8453,0.00274967177800721
+1976,Saudi Arabia,FruitVeg,7.8453,0.167321836003722
+1976,Saudi Arabia,OilcropsPulses,7.8453,0.00505066727849795
 1976,Saudi Arabia,Starchy Roots,7.8453,0.00596662970185971
+1976,Saudi Arabia,Sugar,7.8453,0.0163980982244146
 1977,Saudi Arabia,Ruminants,8.295384,0.300506269510851
 1977,Saudi Arabia,Cereals,8.295384,0.135276196978946
 1977,Saudi Arabia,Monogastrics,8.295384,0.058484248589336
-1977,Saudi Arabia,Oilcrops,8.295384,0.00323227954245397
-1977,Saudi Arabia,Pulses,8.295384,0.00229030988800518
+1977,Saudi Arabia,FruitVeg,8.295384,0.224153939106375
+1977,Saudi Arabia,OilcropsPulses,8.295384,0.00552258943045916
 1977,Saudi Arabia,Starchy Roots,8.295384,0.00649397303367752
+1977,Saudi Arabia,Sugar,8.295384,0.0111899581743292
 1978,Saudi Arabia,Ruminants,8.785326,0.32781605372413
 1978,Saudi Arabia,Cereals,8.785326,0.141240632390875
 1978,Saudi Arabia,Monogastrics,8.785326,0.0623540094015862
-1978,Saudi Arabia,Oilcrops,8.785326,0.00379530594539121
-1978,Saudi Arabia,Pulses,8.785326,0.00237817014416995
+1978,Saudi Arabia,FruitVeg,8.785326,0.228849447362568
+1978,Saudi Arabia,OilcropsPulses,8.785326,0.00617347608956116
 1978,Saudi Arabia,Starchy Roots,8.785326,0.00592692860799929
+1978,Saudi Arabia,Sugar,8.785326,0.0169051211076288
 1979,Saudi Arabia,Ruminants,9.32329,0.391825632367973
 1979,Saudi Arabia,Cereals,9.32329,0.158232126212957
 1979,Saudi Arabia,Monogastrics,9.32329,0.0708697358979502
-1979,Saudi Arabia,Oilcrops,9.32329,0.00450141527293477
-1979,Saudi Arabia,Pulses,9.32329,0.00272972309131219
+1979,Saudi Arabia,FruitVeg,9.32329,0.252858593908374
+1979,Saudi Arabia,OilcropsPulses,9.32329,0.00723113836424696
 1979,Saudi Arabia,Starchy Roots,9.32329,0.0114745974865096
+1979,Saudi Arabia,Sugar,9.32329,0.0220659230808009
 1980,Saudi Arabia,Ruminants,9.912917,0.418946471558271
 1980,Saudi Arabia,Cereals,9.912917,0.162852871662297
 1980,Saudi Arabia,Monogastrics,9.912917,0.0904548580402721
-1980,Saudi Arabia,Oilcrops,9.912917,0.00560379956777606
-1980,Saudi Arabia,Pulses,9.912917,0.00281481222933673
+1980,Saudi Arabia,FruitVeg,9.912917,0.241131041448244
+1980,Saudi Arabia,OilcropsPulses,9.912917,0.0084186117971128
 1980,Saudi Arabia,Starchy Roots,9.912917,0.00687305260399134
+1980,Saudi Arabia,Sugar,9.912917,0.0406407115080253
 1981,Saudi Arabia,Ruminants,10.556936,0.411893024642756
 1981,Saudi Arabia,Cereals,10.556936,0.160109334753948
 1981,Saudi Arabia,Monogastrics,10.556936,0.0878581152713249
-1981,Saudi Arabia,Oilcrops,10.556936,0.00422433175686582
-1981,Saudi Arabia,Pulses,10.556936,0.00301640551766156
+1981,Saudi Arabia,FruitVeg,10.556936,0.2215988616394
+1981,Saudi Arabia,OilcropsPulses,10.556936,0.00724073727452738
 1981,Saudi Arabia,Starchy Roots,10.556936,0.0077753620936984
+1981,Saudi Arabia,Sugar,10.556936,0.0413643693586851
 1982,Saudi Arabia,Ruminants,11.247085,0.404376911884279
 1982,Saudi Arabia,Cereals,11.247085,0.153546185522738
 1982,Saudi Arabia,Monogastrics,11.247085,0.102017322710729
-1982,Saudi Arabia,Oilcrops,11.247085,0.00503677175019127
-1982,Saudi Arabia,Pulses,11.247085,0.00349530567253648
+1982,Saudi Arabia,FruitVeg,11.247085,0.272463309381942
+1982,Saudi Arabia,OilcropsPulses,11.247085,0.00853207742272776
 1982,Saudi Arabia,Starchy Roots,11.247085,0.00769363795152255
+1982,Saudi Arabia,Sugar,11.247085,0.0377556495749788
 1983,Saudi Arabia,Ruminants,11.962244,0.441399247499048
 1983,Saudi Arabia,Cereals,11.962244,0.156253124413781
 1983,Saudi Arabia,Monogastrics,11.962244,0.114349515024104
-1983,Saudi Arabia,Oilcrops,11.962244,0.00477995600156626
-1983,Saudi Arabia,Pulses,11.962244,0.00365943045468726
+1983,Saudi Arabia,FruitVeg,11.962244,0.273254332548308
+1983,Saudi Arabia,OilcropsPulses,11.962244,0.00843938645625352
 1983,Saudi Arabia,Starchy Roots,11.962244,0.00916366527885571
+1983,Saudi Arabia,Sugar,11.962244,0.0314757833062091
 1984,Saudi Arabia,Ruminants,12.674089,0.445879021363981
 1984,Saudi Arabia,Cereals,12.674089,0.141413083023166
 1984,Saudi Arabia,Monogastrics,12.674089,0.0939150340509681
-1984,Saudi Arabia,Oilcrops,12.674089,0.005163526940674
-1984,Saudi Arabia,Pulses,12.674089,0.00338698899778911
+1984,Saudi Arabia,FruitVeg,12.674089,0.284271792631407
+1984,Saudi Arabia,OilcropsPulses,12.674089,0.00855051593846311
 1984,Saudi Arabia,Starchy Roots,12.674089,0.00855059483959754
+1984,Saudi Arabia,Sugar,12.674089,0.0299888220762849
 1985,Saudi Arabia,Ruminants,13.361284,0.397704052993709
 1985,Saudi Arabia,Cereals,13.361284,0.156299873575025
 1985,Saudi Arabia,Monogastrics,13.361284,0.0983678290200253
-1985,Saudi Arabia,Oilcrops,13.361284,0.00446581331554662
-1985,Saudi Arabia,Pulses,13.361284,0.00322715990469179
+1985,Saudi Arabia,FruitVeg,13.361284,0.24207321691538
+1985,Saudi Arabia,OilcropsPulses,13.361284,0.00769297322023841
 1985,Saudi Arabia,Starchy Roots,13.361284,0.00552843574015791
+1985,Saudi Arabia,Sugar,13.361284,0.027235032201995
 1986,Saudi Arabia,Ruminants,14.016569,0.372551827768978
 1986,Saudi Arabia,Cereals,14.016569,0.139280661337307
 1986,Saudi Arabia,Monogastrics,14.016569,0.111188408518518
-1986,Saudi Arabia,Oilcrops,14.016569,0.00441085118619257
-1986,Saudi Arabia,Pulses,14.016569,0.00332320983829923
+1986,Saudi Arabia,FruitVeg,14.016569,0.210018300484234
+1986,Saudi Arabia,OilcropsPulses,14.016569,0.0077340610244918
 1986,Saudi Arabia,Starchy Roots,14.016569,0.00400076509451065
+1986,Saudi Arabia,Sugar,14.016569,0.0258396330799641
 1987,Saudi Arabia,Ruminants,14.642354,0.348226050264869
 1987,Saudi Arabia,Cereals,14.642354,0.132758366585045
 1987,Saudi Arabia,Monogastrics,14.642354,0.111544100081175
-1987,Saudi Arabia,Oilcrops,14.642354,0.00466871651921542
-1987,Saudi Arabia,Pulses,14.642354,0.00275604591993883
+1987,Saudi Arabia,FruitVeg,14.642354,0.237008543844794
+1987,Saudi Arabia,OilcropsPulses,14.642354,0.00742476243915425
 1987,Saudi Arabia,Starchy Roots,14.642354,0.00492345697966324
+1987,Saudi Arabia,Sugar,14.642354,0.0270162161084208
 1988,Saudi Arabia,Ruminants,15.239174,0.334600477689933
 1988,Saudi Arabia,Cereals,15.239174,0.153545723672425
 1988,Saudi Arabia,Monogastrics,15.239174,0.109793634484389
-1988,Saudi Arabia,Oilcrops,15.239174,0.00494672480280099
-1988,Saudi Arabia,Pulses,15.239174,0.00406111249861705
+1988,Saudi Arabia,FruitVeg,15.239174,0.255534781609554
+1988,Saudi Arabia,OilcropsPulses,15.239174,0.00900783730141804
 1988,Saudi Arabia,Starchy Roots,15.239174,0.00892358076625413
+1988,Saudi Arabia,Sugar,15.239174,0.0274646119271294
 1989,Saudi Arabia,Ruminants,15.81098,0.300294592745042
 1989,Saudi Arabia,Cereals,15.81098,0.150245652072168
 1989,Saudi Arabia,Monogastrics,15.81098,0.102195992911255
-1989,Saudi Arabia,Oilcrops,15.81098,0.00435286111297339
-1989,Saudi Arabia,Pulses,15.81098,0.00353785786839272
+1989,Saudi Arabia,FruitVeg,15.81098,0.247785083530559
+1989,Saudi Arabia,OilcropsPulses,15.81098,0.00789071898136611
 1989,Saudi Arabia,Starchy Roots,15.81098,0.00971160547923026
+1989,Saudi Arabia,Sugar,15.81098,0.0273510560382721
 1990,Saudi Arabia,Ruminants,16.361453,0.334397696830471
 1990,Saudi Arabia,Cereals,16.361453,0.152640049755972
 1990,Saudi Arabia,Monogastrics,16.361453,0.107244264919503
-1990,Saudi Arabia,Oilcrops,16.361453,0.00563507409763668
-1990,Saudi Arabia,Pulses,16.361453,0.00336265978333342
+1990,Saudi Arabia,FruitVeg,16.361453,0.250990666904706
+1990,Saudi Arabia,OilcropsPulses,16.361453,0.00899773388097011
 1990,Saudi Arabia,Starchy Roots,16.361453,0.0103054416988516
+1990,Saudi Arabia,Sugar,16.361453,0.0268175448720844
 1991,Saudi Arabia,Ruminants,16.890555,0.341914484159934
 1991,Saudi Arabia,Cereals,16.890555,0.16077985596092
 1991,Saudi Arabia,Monogastrics,16.890555,0.113275058161203
-1991,Saudi Arabia,Oilcrops,16.890555,0.00581520263839761
-1991,Saudi Arabia,Pulses,16.890555,0.00239861863627335
+1991,Saudi Arabia,FruitVeg,16.890555,0.215166701153396
+1991,Saudi Arabia,OilcropsPulses,16.890555,0.00821382127467096
 1991,Saudi Arabia,Starchy Roots,16.890555,0.011764089457096
+1991,Saudi Arabia,Sugar,16.890555,0.0270847819979865
 1992,Saudi Arabia,Ruminants,17.398523,0.313896794572735
 1992,Saudi Arabia,Cereals,17.398523,0.164338145255204
 1992,Saudi Arabia,Monogastrics,17.398523,0.100979560161515
-1992,Saudi Arabia,Oilcrops,17.398523,0.00628536111944675
-1992,Saudi Arabia,Pulses,17.398523,0.00287909496685437
+1992,Saudi Arabia,FruitVeg,17.398523,0.217887575859169
+1992,Saudi Arabia,OilcropsPulses,17.398523,0.00916445608630112
 1992,Saudi Arabia,Starchy Roots,17.398523,0.0120199283582865
+1992,Saudi Arabia,Sugar,17.398523,0.0279932382766054
 1993,Saudi Arabia,Ruminants,17.890529,0.250486601039019
 1993,Saudi Arabia,Cereals,17.890529,0.162009463219338
 1993,Saudi Arabia,Monogastrics,17.890529,0.0946712475634454
-1993,Saudi Arabia,Oilcrops,17.890529,0.00408517825269448
-1993,Saudi Arabia,Pulses,17.890529,0.00282110160074082
+1993,Saudi Arabia,FruitVeg,17.890529,0.220729359092736
+1993,Saudi Arabia,OilcropsPulses,17.890529,0.0069062798534353
 1993,Saudi Arabia,Starchy Roots,17.890529,0.0138054050833265
+1993,Saudi Arabia,Sugar,17.890529,0.0274405524845017
 1994,Saudi Arabia,Ruminants,18.373412,0.261823035373071
 1994,Saudi Arabia,Cereals,18.373412,0.162711585632543
 1994,Saudi Arabia,Monogastrics,18.373412,0.0894075090679946
-1994,Saudi Arabia,Oilcrops,18.373412,0.00376141350338195
-1994,Saudi Arabia,Pulses,18.373412,0.00329454322365383
+1994,Saudi Arabia,FruitVeg,18.373412,0.218967168427944
+1994,Saudi Arabia,OilcropsPulses,18.373412,0.00705595672703579
 1994,Saudi Arabia,Starchy Roots,18.373412,0.0154407357762401
+1994,Saudi Arabia,Sugar,18.373412,0.0268397072900776
 1995,Saudi Arabia,Ruminants,18.85367,0.332041316093896
 1995,Saudi Arabia,Cereals,18.85367,0.167942474860332
 1995,Saudi Arabia,Monogastrics,18.85367,0.110553526183496
-1995,Saudi Arabia,Oilcrops,18.85367,0.00564367574058525
-1995,Saudi Arabia,Pulses,18.85367,0.0032954857064964
+1995,Saudi Arabia,FruitVeg,18.85367,0.228514925741248
+1995,Saudi Arabia,OilcropsPulses,18.85367,0.00893916144708166
 1995,Saudi Arabia,Starchy Roots,18.85367,0.020615190570324
+1995,Saudi Arabia,Sugar,18.85367,0.0274633002487049
 1996,Saudi Arabia,Ruminants,19.331311,0.322800683305959
 1996,Saudi Arabia,Cereals,19.331311,0.173263675702077
 1996,Saudi Arabia,Monogastrics,19.331311,0.103932175112179
-1996,Saudi Arabia,Oilcrops,19.331311,0.00468985264372396
-1996,Saudi Arabia,Pulses,19.331311,0.00328368831270678
+1996,Saudi Arabia,FruitVeg,19.331311,0.214983453527803
+1996,Saudi Arabia,OilcropsPulses,19.331311,0.00797354095643074
 1996,Saudi Arabia,Starchy Roots,19.331311,0.0168190351911466
+1996,Saudi Arabia,Sugar,19.331311,0.027766663109398
 1997,Saudi Arabia,Ruminants,19.809633,0.294430361228802
 1997,Saudi Arabia,Cereals,19.809633,0.1763395111863
 1997,Saudi Arabia,Monogastrics,19.809633,0.112798990269027
-1997,Saudi Arabia,Oilcrops,19.809633,0.00560121431830665
-1997,Saudi Arabia,Pulses,19.809633,0.00371551557769899
+1997,Saudi Arabia,FruitVeg,19.809633,0.212133965328888
+1997,Saudi Arabia,OilcropsPulses,19.809633,0.00931672989600565
 1997,Saudi Arabia,Starchy Roots,19.809633,0.0152697932364522
+1997,Saudi Arabia,Sugar,19.809633,0.0278442311374471
 1998,Saudi Arabia,Ruminants,20.302193,0.303205052774348
 1998,Saudi Arabia,Cereals,20.302193,0.171858133749393
 1998,Saudi Arabia,Monogastrics,20.302193,0.122014715356119
-1998,Saudi Arabia,Oilcrops,20.302193,0.00492030589995869
-1998,Saudi Arabia,Pulses,20.302193,0.00329836289114186
+1998,Saudi Arabia,FruitVeg,20.302193,0.215669410688786
+1998,Saudi Arabia,OilcropsPulses,20.302193,0.00821866879110055
 1998,Saudi Arabia,Starchy Roots,20.302193,0.0184153012435652
+1998,Saudi Arabia,Sugar,20.302193,0.0272431653073143
 1999,Saudi Arabia,Ruminants,20.825955,0.289178926008435
 1999,Saudi Arabia,Cereals,20.825955,0.17507245165948
 1999,Saudi Arabia,Monogastrics,20.825955,0.133809153049644
-1999,Saudi Arabia,Oilcrops,20.825955,0.00474249560224249
-1999,Saudi Arabia,Pulses,20.825955,0.00375214485962348
+1999,Saudi Arabia,FruitVeg,20.825955,0.178780564924874
+1999,Saudi Arabia,OilcropsPulses,20.825955,0.00849464046186598
 1999,Saudi Arabia,Starchy Roots,20.825955,0.0191163862593576
+1999,Saudi Arabia,Sugar,20.825955,0.0278206689681217
 2000,Saudi Arabia,Ruminants,21.392273,0.306498444555191
 2000,Saudi Arabia,Cereals,21.392273,0.169910929988599
 2000,Saudi Arabia,Monogastrics,21.392273,0.13127949517099
-2000,Saudi Arabia,Oilcrops,21.392273,0.00503415415463331
-2000,Saudi Arabia,Pulses,21.392273,0.004103023554346
+2000,Saudi Arabia,FruitVeg,21.392273,0.173436735778381
+2000,Saudi Arabia,OilcropsPulses,21.392273,0.00913717770897931
 2000,Saudi Arabia,Starchy Roots,21.392273,0.0200056814906953
+2000,Saudi Arabia,Sugar,21.392273,0.0285887338853613
 2001,Saudi Arabia,Ruminants,22.007937,0.26353869515348
 2001,Saudi Arabia,Cereals,22.007937,0.166595124295385
 2001,Saudi Arabia,Monogastrics,22.007937,0.131396691111938
-2001,Saudi Arabia,Oilcrops,22.007937,0.00520993857806845
-2001,Saudi Arabia,Pulses,22.007937,0.00389327722993754
+2001,Saudi Arabia,FruitVeg,22.007937,0.183299370586166
+2001,Saudi Arabia,OilcropsPulses,22.007937,0.00910321580800599
 2001,Saudi Arabia,Starchy Roots,22.007937,0.0183458358682143
+2001,Saudi Arabia,Sugar,22.007937,0.0290114879918095
 2002,Saudi Arabia,Ruminants,22.668102,0.279299665230022
 2002,Saudi Arabia,Cereals,22.668102,0.16910193892722
 2002,Saudi Arabia,Monogastrics,22.668102,0.125453185273297
-2002,Saudi Arabia,Oilcrops,22.668102,0.00456381394436993
-2002,Saudi Arabia,Pulses,22.668102,0.0033978142501741
+2002,Saudi Arabia,FruitVeg,22.668102,0.192678945947923
+2002,Saudi Arabia,OilcropsPulses,22.668102,0.00796162819454403
 2002,Saudi Arabia,Starchy Roots,22.668102,0.0155126353322391
+2002,Saudi Arabia,Sugar,22.668102,0.0294080201333133
 2003,Saudi Arabia,Ruminants,23.357887,0.293063876026115
 2003,Saudi Arabia,Cereals,23.357887,0.163705304336818
 2003,Saudi Arabia,Monogastrics,23.357887,0.130586221262223
-2003,Saudi Arabia,Oilcrops,23.357887,0.00700487163072584
-2003,Saudi Arabia,Pulses,23.357887,0.00341088215727733
+2003,Saudi Arabia,FruitVeg,23.357887,0.193485181258048
+2003,Saudi Arabia,OilcropsPulses,23.357887,0.0104157537880032
 2003,Saudi Arabia,Starchy Roots,23.357887,0.0136737967779363
+2003,Saudi Arabia,Sugar,23.357887,0.0302190005457257
 2004,Saudi Arabia,Ruminants,24.055573,0.308911768595161
 2004,Saudi Arabia,Cereals,24.055573,0.167754806755175
 2004,Saudi Arabia,Monogastrics,24.055573,0.124218745485713
-2004,Saudi Arabia,Oilcrops,24.055573,0.00691981022443323
-2004,Saudi Arabia,Pulses,24.055573,0.00418722098201527
+2004,Saudi Arabia,FruitVeg,24.055573,0.197147455186372
+2004,Saudi Arabia,OilcropsPulses,24.055573,0.0111070312064485
 2004,Saudi Arabia,Starchy Roots,24.055573,0.0171800522066134
+2004,Saudi Arabia,Sugar,24.055573,0.030193336072269
 2005,Saudi Arabia,Ruminants,24.74523,0.303917591390341
 2005,Saudi Arabia,Cereals,24.74523,0.167719031102156
 2005,Saudi Arabia,Monogastrics,24.74523,0.141026787789
-2005,Saudi Arabia,Oilcrops,24.74523,0.00848648406177675
-2005,Saudi Arabia,Pulses,24.74523,0.00443443039325155
+2005,Saudi Arabia,FruitVeg,24.74523,0.199778704825132
+2005,Saudi Arabia,OilcropsPulses,24.74523,0.0129209144550283
 2005,Saudi Arabia,Starchy Roots,24.74523,0.0184288850820946
+2005,Saudi Arabia,Sugar,24.74523,0.0318772951393056
 2006,Saudi Arabia,Ruminants,25.419994,0.310976340120301
 2006,Saudi Arabia,Cereals,25.419994,0.168216286754434
 2006,Saudi Arabia,Monogastrics,25.419994,0.131599456711123
-2006,Saudi Arabia,Oilcrops,25.419994,0.00763159110108366
-2006,Saudi Arabia,Pulses,25.419994,0.00540893125309156
+2006,Saudi Arabia,FruitVeg,25.419994,0.193170069198285
+2006,Saudi Arabia,OilcropsPulses,25.419994,0.0130405223541752
 2006,Saudi Arabia,Starchy Roots,25.419994,0.0205703431715995
+2006,Saudi Arabia,Sugar,25.419994,0.0321244765045971
 2007,Saudi Arabia,Ruminants,26.083522,0.321006250612935
 2007,Saudi Arabia,Cereals,26.083522,0.172649843836273
 2007,Saudi Arabia,Monogastrics,26.083522,0.135750693483802
-2007,Saudi Arabia,Oilcrops,26.083522,0.00737638114975424
-2007,Saudi Arabia,Pulses,26.083522,0.00478501331223598
+2007,Saudi Arabia,FruitVeg,26.083522,0.184766727438112
+2007,Saudi Arabia,OilcropsPulses,26.083522,0.0121613944619902
 2007,Saudi Arabia,Starchy Roots,26.083522,0.0214787328183671
+2007,Saudi Arabia,Sugar,26.083522,0.0316030174145961
 2008,Saudi Arabia,Ruminants,26.742842,0.256177256702934
 2008,Saudi Arabia,Cereals,26.742842,0.175806520488735
 2008,Saudi Arabia,Monogastrics,26.742842,0.138569408591652
-2008,Saudi Arabia,Oilcrops,26.742842,0.00791022883805693
-2008,Saudi Arabia,Pulses,26.742842,0.00507575073733749
+2008,Saudi Arabia,FruitVeg,26.742842,0.168681436326027
+2008,Saudi Arabia,OilcropsPulses,26.742842,0.0129859795753944
 2008,Saudi Arabia,Starchy Roots,26.742842,0.0138941104314942
+2008,Saudi Arabia,Sugar,26.742842,0.0316516845890949
 2009,Saudi Arabia,Ruminants,27.409491,0.293173039951745
 2009,Saudi Arabia,Cereals,27.409491,0.17418291350248
 2009,Saudi Arabia,Monogastrics,27.409491,0.145142706225373
-2009,Saudi Arabia,Oilcrops,27.409491,0.00603312918142114
-2009,Saudi Arabia,Pulses,27.409491,0.00348182313929142
+2009,Saudi Arabia,FruitVeg,27.409491,0.158971941507414
+2009,Saudi Arabia,OilcropsPulses,27.409491,0.00951495232071256
 2009,Saudi Arabia,Starchy Roots,27.409491,0.0133194374167692
+2009,Saudi Arabia,Sugar,27.409491,0.0326324921539039
 2010,Saudi Arabia,Ruminants,28.090647,0.334913104707058
 2010,Saudi Arabia,Cereals,28.090647,0.169838345126049
 2010,Saudi Arabia,Monogastrics,28.090647,0.156366167002134
-2010,Saudi Arabia,Oilcrops,28.090647,0.00894112549276633
-2010,Saudi Arabia,Pulses,28.090647,0.00545170782289208
+2010,Saudi Arabia,FruitVeg,28.090647,0.168879663042293
+2010,Saudi Arabia,OilcropsPulses,28.090647,0.0143928333156584
 2010,Saudi Arabia,Starchy Roots,28.090647,0.0104971950272274
+2010,Saudi Arabia,Sugar,28.090647,0.0318147175463776
 2011,Saudi Arabia,Ruminants,28.788438,0.349168120896313
 2011,Saudi Arabia,Cereals,28.788438,0.167851760488013
 2011,Saudi Arabia,Monogastrics,28.788438,0.163344985928031
-2011,Saudi Arabia,Oilcrops,28.788438,0.0101136088036454
-2011,Saudi Arabia,Pulses,28.788438,0.00563809679427554
+2011,Saudi Arabia,FruitVeg,28.788438,0.175067122432971
+2011,Saudi Arabia,OilcropsPulses,28.788438,0.0157517055979209
 2011,Saudi Arabia,Starchy Roots,28.788438,0.0112146758361812
+2011,Saudi Arabia,Sugar,28.788438,0.03090751224502
 1961,Senegal,Ruminants,3.265558,0.290384001754065
 1961,Senegal,Cereals,3.265558,0.199493930286953
 1961,Senegal,Monogastrics,3.265558,0.00471141532320051
-1961,Senegal,Oilcrops,3.265558,0.114316144438408
-1961,Senegal,Pulses,3.265558,0.00333296790318837
+1961,Senegal,FruitVeg,3.265558,0.0322686046305103
+1961,Senegal,OilcropsPulses,3.265558,0.117649112341597
 1961,Senegal,Starchy Roots,3.265558,0.045409390983103
+1961,Senegal,Sugar,3.265558,0.0199037959209421
 1962,Senegal,Ruminants,3.356421,0.292368746352141
 1962,Senegal,Cereals,3.356421,0.195330681103473
 1962,Senegal,Monogastrics,3.356421,0.0066557502768574
-1962,Senegal,Oilcrops,3.356421,0.108007308975841
-1962,Senegal,Pulses,3.356421,0.00357851413752923
+1962,Senegal,FruitVeg,3.356421,0.0326246320113001
+1962,Senegal,OilcropsPulses,3.356421,0.11158582311337
 1962,Senegal,Starchy Roots,3.356421,0.0472872741530338
+1962,Senegal,Sugar,3.356421,0.0206118362386602
 1963,Senegal,Ruminants,3.450418,0.305783386244797
 1963,Senegal,Cereals,3.450418,0.211274981755834
 1963,Senegal,Monogastrics,3.450418,0.00663229788390856
-1963,Senegal,Oilcrops,3.450418,0.127746551287409
-1963,Senegal,Pulses,3.450418,0.00372331700101263
+1963,Senegal,FruitVeg,3.450418,0.0316660184360272
+1963,Senegal,OilcropsPulses,3.450418,0.131469868288422
 1963,Senegal,Starchy Roots,3.450418,0.0459941375218887
+1963,Senegal,Sugar,3.450418,0.0202781228245389
 1964,Senegal,Ruminants,3.547939,0.31634168456673
 1964,Senegal,Cereals,3.547939,0.233555030117485
 1964,Senegal,Monogastrics,3.547939,0.00665654060004978
-1964,Senegal,Oilcrops,3.547939,0.112144543635051
-1964,Senegal,Pulses,3.547939,0.00444257919879682
+1964,Senegal,FruitVeg,3.547939,0.0315168891009682
+1964,Senegal,OilcropsPulses,3.547939,0.116587122833848
 1964,Senegal,Starchy Roots,3.547939,0.0432431335488012
+1964,Senegal,Sugar,3.547939,0.0211908942064675
 1965,Senegal,Ruminants,3.649308,0.318620845376712
 1965,Senegal,Cereals,3.649308,0.233489198500099
 1965,Senegal,Monogastrics,3.649308,0.00667400504424401
-1965,Senegal,Oilcrops,3.649308,0.118112803852128
-1965,Senegal,Pulses,3.649308,0.00323705206576151
+1965,Senegal,FruitVeg,3.649308,0.031210848741734
+1965,Senegal,OilcropsPulses,3.649308,0.121349855917889
 1965,Senegal,Starchy Roots,3.649308,0.0403394287355301
+1965,Senegal,Sugar,3.649308,0.0197223692820666
 1966,Senegal,Ruminants,3.754268,0.322897779274149
 1966,Senegal,Cereals,3.754268,0.216310343321255
 1966,Senegal,Monogastrics,3.754268,0.00888359594999611
-1966,Senegal,Oilcrops,3.754268,0.115023221570756
-1966,Senegal,Pulses,3.754268,0.00417151892193099
+1966,Senegal,FruitVeg,3.754268,0.0296673013221219
+1966,Senegal,OilcropsPulses,3.754268,0.119194740492687
 1966,Senegal,Starchy Roots,3.754268,0.0603691585150554
+1966,Senegal,Sugar,3.754268,0.0188087264947521
 1967,Senegal,Ruminants,3.862783,0.349061026726068
 1967,Senegal,Cereals,3.862783,0.220820325656399
 1967,Senegal,Monogastrics,3.862783,0.00887256674786029
-1967,Senegal,Oilcrops,3.862783,0.0972405128633941
-1967,Senegal,Pulses,3.862783,0.00744282037070164
+1967,Senegal,FruitVeg,3.862783,0.0290316592984902
+1967,Senegal,OilcropsPulses,3.862783,0.104683333234096
 1967,Senegal,Starchy Roots,3.862783,0.0594985532451603
+1967,Senegal,Sugar,3.862783,0.0160402487015191
 1968,Senegal,Ruminants,3.975614,0.345069541459508
 1968,Senegal,Cereals,3.975614,0.217846853341396
 1968,Senegal,Monogastrics,3.975614,0.00894040518018097
-1968,Senegal,Oilcrops,3.975614,0.10423622615274
-1968,Senegal,Pulses,3.975614,0.00386908789434789
+1968,Senegal,FruitVeg,3.975614,0.027715467346679
+1968,Senegal,OilcropsPulses,3.975614,0.108105314047088
 1968,Senegal,Starchy Roots,3.975614,0.0576348709909966
+1968,Senegal,Sugar,3.975614,0.0163526942001915
 1969,Senegal,Ruminants,4.093763,0.337271698434912
 1969,Senegal,Cereals,4.093763,0.212738500005985
 1969,Senegal,Monogastrics,4.093763,0.0112898817054138
-1969,Senegal,Oilcrops,4.093763,0.108377548969005
-1969,Senegal,Pulses,4.093763,0.00518544918208504
+1969,Senegal,FruitVeg,4.093763,0.0285348712175082
+1969,Senegal,OilcropsPulses,4.093763,0.11356299815109
 1969,Senegal,Starchy Roots,4.093763,0.0438288684518376
+1969,Senegal,Sugar,4.093763,0.0146649915981946
 1970,Senegal,Ruminants,4.217754,0.309384639312772
 1970,Senegal,Cereals,4.217754,0.194799649292017
 1970,Senegal,Monogastrics,4.217754,0.0112956801179016
-1970,Senegal,Oilcrops,4.217754,0.124879734569631
-1970,Senegal,Pulses,4.217754,0.00381624912216312
+1970,Senegal,FruitVeg,4.217754,0.0295965577888137
+1970,Senegal,OilcropsPulses,4.217754,0.128695983691794
 1970,Senegal,Starchy Roots,4.217754,0.0378056662384767
+1970,Senegal,Sugar,4.217754,0.0175809210304821
 1971,Senegal,Ruminants,4.348499,0.28192065813974
 1971,Senegal,Cereals,4.348499,0.19052712211731
 1971,Senegal,Monogastrics,4.348499,0.0113916779100099
-1971,Senegal,Oilcrops,4.348499,0.0677286576356577
-1971,Senegal,Pulses,4.348499,0.00542876978929971
+1971,Senegal,FruitVeg,4.348499,0.0335628454784053
+1971,Senegal,OilcropsPulses,4.348499,0.0731574274249574
 1971,Senegal,Starchy Roots,4.348499,0.0311084353474613
+1971,Senegal,Sugar,4.348499,0.0184654521019782
 1972,Senegal,Ruminants,4.485342,0.270588329719339
 1972,Senegal,Cereals,4.485342,0.185931195436156
 1972,Senegal,Monogastrics,4.485342,0.0116477628684725
-1972,Senegal,Oilcrops,4.485342,0.128392662142597
-1972,Senegal,Pulses,4.485342,0.0019345236104627
+1972,Senegal,FruitVeg,4.485342,0.0336241918676435
+1972,Senegal,OilcropsPulses,4.485342,0.13032718575306
 1972,Senegal,Starchy Roots,4.485342,0.0326597169179073
+1972,Senegal,Sugar,4.485342,0.0197311598535853
 1973,Senegal,Ruminants,4.625377,0.260816145365016
 1973,Senegal,Cereals,4.625377,0.20738071729072
 1973,Senegal,Monogastrics,4.625377,0.011754976945663
-1973,Senegal,Oilcrops,4.625377,0.071575354830536
-1973,Senegal,Pulses,4.625377,0.00319995537661038
+1973,Senegal,FruitVeg,4.625377,0.0300602523859136
+1973,Senegal,OilcropsPulses,4.625377,0.0747753102071464
 1973,Senegal,Starchy Roots,4.625377,0.0285142162465892
+1973,Senegal,Sugar,4.625377,0.0182078131144769
 1974,Senegal,Ruminants,4.764623,0.214298906755057
 1974,Senegal,Cereals,4.764623,0.218553912869916
 1974,Senegal,Monogastrics,4.764623,0.0119003539209713
-1974,Senegal,Oilcrops,4.764623,0.0818366951593022
-1974,Senegal,Pulses,4.764623,0.00428239548018804
+1974,Senegal,FruitVeg,4.764623,0.0263718661476469
+1974,Senegal,OilcropsPulses,4.764623,0.0861190906394902
 1974,Senegal,Starchy Roots,4.764623,0.0254884804107271
+1974,Senegal,Sugar,4.764623,0.0143832995811001
 1975,Senegal,Ruminants,4.900491,0.225908648745605
 1975,Senegal,Cereals,4.900491,0.214975601424429
 1975,Senegal,Monogastrics,4.900491,0.0109593916201458
-1975,Senegal,Oilcrops,4.900491,0.112812981393089
-1975,Senegal,Pulses,4.900491,0.00468544886624626
+1975,Senegal,FruitVeg,4.900491,0.0294860249717834
+1975,Senegal,OilcropsPulses,4.900491,0.117498430259335
 1975,Senegal,Starchy Roots,4.900491,0.0231001342518535
+1975,Senegal,Sugar,4.900491,0.0169142234931153
 1976,Senegal,Ruminants,5.031849,0.23175232404629
 1976,Senegal,Cereals,5.031849,0.211300657074566
 1976,Senegal,Monogastrics,5.031849,0.0112936815075333
-1976,Senegal,Oilcrops,5.031849,0.149540059727547
-1976,Senegal,Pulses,5.031849,0.00218547893627174
+1976,Senegal,FruitVeg,5.031849,0.0312268909500265
+1976,Senegal,OilcropsPulses,5.031849,0.151725538663819
 1976,Senegal,Starchy Roots,5.031849,0.0144121971863623
+1976,Senegal,Sugar,5.031849,0.0185452703370073
 1977,Senegal,Ruminants,5.160313,0.24798786430203
 1977,Senegal,Cereals,5.160313,0.193692708174872
 1977,Senegal,Monogastrics,5.160313,0.0122585393560429
-1977,Senegal,Oilcrops,5.160313,0.126117737431819
-1977,Senegal,Pulses,5.160313,0.00199193343504551
+1977,Senegal,FruitVeg,5.160313,0.030660349478801
+1977,Senegal,OilcropsPulses,5.160313,0.128109670866864
 1977,Senegal,Starchy Roots,5.160313,0.0155790937487707
+1977,Senegal,Sugar,5.160313,0.018301215449528
 1978,Senegal,Ruminants,5.289445,0.2516629627494
 1978,Senegal,Cereals,5.289445,0.203645562058023
 1978,Senegal,Monogastrics,5.289445,0.0117476030093895
-1978,Senegal,Oilcrops,5.289445,0.0431604828105784
-1978,Senegal,Pulses,5.289445,0.00412103727328671
+1978,Senegal,FruitVeg,5.289445,0.031176427772668
+1978,Senegal,OilcropsPulses,5.289445,0.0472815200838651
 1978,Senegal,Starchy Roots,5.289445,0.0173277158567676
+1978,Senegal,Sugar,5.289445,0.0147304679413436
 1979,Senegal,Ruminants,5.424299,0.251447034907183
 1979,Senegal,Cereals,5.424299,0.214577220024191
 1979,Senegal,Monogastrics,5.424299,0.011861127124445
-1979,Senegal,Oilcrops,5.424299,0.101781631137959
-1979,Senegal,Pulses,5.424299,0.00280957963416102
+1979,Senegal,FruitVeg,5.424299,0.0345889855997982
+1979,Senegal,OilcropsPulses,5.424299,0.10459121077212
 1979,Senegal,Starchy Roots,5.424299,0.00781170064555807
+1979,Senegal,Sugar,5.424299,0.0178729085546354
 1980,Senegal,Ruminants,5.568651,0.216078436231683
 1980,Senegal,Cereals,5.568651,0.210674003452542
 1980,Senegal,Monogastrics,5.568651,0.0121278205439702
-1980,Senegal,Oilcrops,5.568651,0.0473380357289405
-1980,Senegal,Pulses,5.568651,0.00349779506742297
+1980,Senegal,FruitVeg,5.568651,0.0292128201246586
+1980,Senegal,OilcropsPulses,5.568651,0.0508358307963634
 1980,Senegal,Starchy Roots,5.568651,0.0069979246320159
+1980,Senegal,Sugar,5.568651,0.0150126125699025
 1981,Senegal,Ruminants,5.723541,0.245675640307285
 1981,Senegal,Cereals,5.723541,0.212240988576827
 1981,Senegal,Monogastrics,5.723541,0.0123311775000826
-1981,Senegal,Oilcrops,5.723541,0.0342606089482018
-1981,Senegal,Pulses,5.723541,0.00430485253796557
+1981,Senegal,FruitVeg,5.723541,0.0273596362811064
+1981,Senegal,OilcropsPulses,5.723541,0.0385654614861674
 1981,Senegal,Starchy Roots,5.723541,0.0087110409447578
+1981,Senegal,Sugar,5.723541,0.0168407983798841
 1982,Senegal,Ruminants,5.888261,0.240814614026111
 1982,Senegal,Cereals,5.888261,0.215385493272122
 1982,Senegal,Monogastrics,5.888261,0.0125985753688568
-1982,Senegal,Oilcrops,5.888261,0.0853097374589883
-1982,Senegal,Pulses,5.888261,0.00165889385677707
+1982,Senegal,FruitVeg,5.888261,0.0318236572733444
+1982,Senegal,OilcropsPulses,5.888261,0.0869686313157654
 1982,Senegal,Starchy Roots,5.888261,0.00709241658954995
+1982,Senegal,Sugar,5.888261,0.0177791032021169
 1983,Senegal,Ruminants,6.062682,0.244751448286418
 1983,Senegal,Cereals,6.062682,0.208346899936365
 1983,Senegal,Monogastrics,6.062682,0.0119664366364589
-1983,Senegal,Oilcrops,6.062682,0.0943450439920814
-1983,Senegal,Pulses,6.062682,0.00192142685365982
+1983,Senegal,FruitVeg,6.062682,0.0295428656822179
+1983,Senegal,OilcropsPulses,6.062682,0.0962664708457412
 1983,Senegal,Starchy Roots,6.062682,0.006774559510131
+1983,Senegal,Sugar,6.062682,0.0160465285825646
 1984,Senegal,Ruminants,6.24614,0.238243379110939
 1984,Senegal,Cereals,6.24614,0.213173736099415
 1984,Senegal,Monogastrics,6.24614,0.0120121547067469
-1984,Senegal,Oilcrops,6.24614,0.0401198179995966
-1984,Senegal,Pulses,6.24614,0.00202541089376799
+1984,Senegal,FruitVeg,6.24614,0.0288101131258665
+1984,Senegal,OilcropsPulses,6.24614,0.0421452288933645
 1984,Senegal,Starchy Roots,6.24614,0.00693740454104455
+1984,Senegal,Sugar,6.24614,0.0169826484837035
 1985,Senegal,Ruminants,6.438024,0.232691614694198
 1985,Senegal,Cereals,6.438024,0.22185487348292
 1985,Senegal,Monogastrics,6.438024,0.0117982784779926
-1985,Senegal,Oilcrops,6.438024,0.0343759203134378
-1985,Senegal,Pulses,6.438024,0.00985395518873493
+1985,Senegal,FruitVeg,6.438024,0.028084859578032
+1985,Senegal,OilcropsPulses,6.438024,0.0442298755021727
 1985,Senegal,Starchy Roots,6.438024,0.00736545871838937
+1985,Senegal,Sugar,6.438024,0.0107943058304846
 1986,Senegal,Ruminants,6.638186,0.249963920866333
 1986,Senegal,Cereals,6.638186,0.213639840763727
 1986,Senegal,Monogastrics,6.638186,0.0130574226151542
-1986,Senegal,Oilcrops,6.638186,0.0463772783709284
-1986,Senegal,Pulses,6.638186,0.00766308747600625
+1986,Senegal,FruitVeg,6.638186,0.0294548842108371
+1986,Senegal,OilcropsPulses,6.638186,0.0540403658469347
 1986,Senegal,Starchy Roots,6.638186,0.0132370500013106
+1986,Senegal,Sugar,6.638186,0.0124107700507337
 1987,Senegal,Ruminants,6.846556,0.259317297631101
 1987,Senegal,Cereals,6.846556,0.202129362558343
 1987,Senegal,Monogastrics,6.846556,0.0137826375771994
-1987,Senegal,Oilcrops,6.846556,0.0697956753731365
-1987,Senegal,Pulses,6.846556,0.00395804839688743
+1987,Senegal,FruitVeg,6.846556,0.0351679004743407
+1987,Senegal,OilcropsPulses,6.846556,0.0737537237700239
 1987,Senegal,Starchy Roots,6.846556,0.0107464249178711
+1987,Senegal,Sugar,6.846556,0.0116512594069193
 1988,Senegal,Ruminants,7.06254,0.252273728715165
 1988,Senegal,Cereals,7.06254,0.203378954313887
 1988,Senegal,Monogastrics,7.06254,0.0121287242266946
-1988,Senegal,Oilcrops,7.06254,0.0780512393558125
-1988,Senegal,Pulses,7.06254,0.00326270718466727
+1988,Senegal,FruitVeg,7.06254,0.0372351873405319
+1988,Senegal,OilcropsPulses,7.06254,0.0813139465404798
 1988,Senegal,Starchy Roots,7.06254,0.0106145947491979
+1988,Senegal,Sugar,7.06254,0.010147340758424
 1989,Senegal,Ruminants,7.285378,0.243772938068553
 1989,Senegal,Cereals,7.285378,0.208459053188455
 1989,Senegal,Monogastrics,7.285378,0.0115531960043803
-1989,Senegal,Oilcrops,7.285378,0.04623411441383
-1989,Senegal,Pulses,7.285378,0.00349618098058879
+1989,Senegal,FruitVeg,7.285378,0.0405237724109854
+1989,Senegal,OilcropsPulses,7.285378,0.0497302953944188
 1989,Senegal,Starchy Roots,7.285378,0.0103382418866941
+1989,Senegal,Sugar,7.285378,0.0120916169346326
 1990,Senegal,Ruminants,7.514201,0.24186101755862
 1990,Senegal,Cereals,7.514201,0.221366050761751
 1990,Senegal,Monogastrics,7.514201,0.011267452121656
-1990,Senegal,Oilcrops,7.514201,0.0539495815988952
-1990,Senegal,Pulses,7.514201,0.00151579655641365
+1990,Senegal,FruitVeg,7.514201,0.0395851801142929
+1990,Senegal,OilcropsPulses,7.514201,0.0554653781553089
 1990,Senegal,Starchy Roots,7.514201,0.0110236603998216
+1990,Senegal,Sugar,7.514201,0.0162183577468849
 1991,Senegal,Ruminants,7.749559,0.245341328454948
 1991,Senegal,Cereals,7.749559,0.206956163570082
 1991,Senegal,Monogastrics,7.749559,0.0130524588560459
-1991,Senegal,Oilcrops,7.749559,0.0452932870115577
-1991,Senegal,Pulses,7.749559,0.00187507443971973
+1991,Senegal,FruitVeg,7.749559,0.0404474628814362
+1991,Senegal,OilcropsPulses,7.749559,0.0471683614512774
 1991,Senegal,Starchy Roots,7.749559,0.0057214868613814
+1991,Senegal,Sugar,7.749559,0.0153870691222559
 1992,Senegal,Ruminants,7.990736,0.23732065481828
 1992,Senegal,Cereals,7.990736,0.183763548188803
 1992,Senegal,Monogastrics,7.990736,0.0123498260986222
-1992,Senegal,Oilcrops,7.990736,0.0487657207045759
-1992,Senegal,Pulses,7.990736,0.00173112964813254
+1992,Senegal,FruitVeg,7.990736,0.0397726817654844
+1992,Senegal,OilcropsPulses,7.990736,0.0504968503527084
 1992,Senegal,Starchy Roots,7.990736,0.00759942513430553
+1992,Senegal,Sugar,7.990736,0.0135394286583864
 1993,Senegal,Ruminants,8.234147,0.236692373842731
 1993,Senegal,Cereals,8.234147,0.188054087448281
 1993,Senegal,Monogastrics,8.234147,0.0115685692762104
-1993,Senegal,Oilcrops,8.234147,0.039723847533934
-1993,Senegal,Pulses,8.234147,0.00508808016179454
+1993,Senegal,FruitVeg,8.234147,0.0410370375947867
+1993,Senegal,OilcropsPulses,8.234147,0.0448119276957285
 1993,Senegal,Starchy Roots,8.234147,0.00732899230484955
+1993,Senegal,Sugar,8.234147,0.0135425078031762
 1994,Senegal,Ruminants,8.475136,0.219511911077297
 1994,Senegal,Cereals,8.475136,0.183490624811212
 1994,Senegal,Monogastrics,8.475136,0.0115401569957107
-1994,Senegal,Oilcrops,8.475136,0.0428978366836827
-1994,Senegal,Pulses,8.475136,0.00312750143478524
+1994,Senegal,FruitVeg,8.475136,0.0390350078158038
+1994,Senegal,OilcropsPulses,8.475136,0.0460253381184679
 1994,Senegal,Starchy Roots,8.475136,0.0104132842234036
+1994,Senegal,Sugar,8.475136,0.0174591888554945
 1995,Senegal,Ruminants,8.710746,0.211726561651551
 1995,Senegal,Cereals,8.710746,0.187827540832898
 1995,Senegal,Monogastrics,8.710746,0.0120206926019884
-1995,Senegal,Oilcrops,8.710746,0.0373375598370105
-1995,Senegal,Pulses,8.710746,0.00455104534100753
+1995,Senegal,FruitVeg,8.710746,0.0518265599754602
+1995,Senegal,OilcropsPulses,8.710746,0.041888605178018
 1995,Senegal,Starchy Roots,8.710746,0.00782860618367244
+1995,Senegal,Sugar,8.710746,0.0179812383462909
 1996,Senegal,Ruminants,8.939438,0.209191025207625
 1996,Senegal,Cereals,8.939438,0.187830375914012
 1996,Senegal,Monogastrics,8.939438,0.0113154428723595
-1996,Senegal,Oilcrops,8.939438,0.0464325609730724
-1996,Senegal,Pulses,8.939438,0.00206288135786612
+1996,Senegal,FruitVeg,8.939438,0.0553579542696084
+1996,Senegal,OilcropsPulses,8.939438,0.0484954423309385
 1996,Senegal,Starchy Roots,8.939438,0.00553233883382826
+1996,Senegal,Sugar,8.939438,0.0176813128521055
 1997,Senegal,Ruminants,9.163184,0.20229926628124
 1997,Senegal,Cereals,9.163184,0.177227588139668
 1997,Senegal,Monogastrics,9.163184,0.0129200614109681
-1997,Senegal,Oilcrops,9.163184,0.0441922807617963
-1997,Senegal,Pulses,9.163184,0.00325181727224947
+1997,Senegal,FruitVeg,9.163184,0.0591834672314776
+1997,Senegal,OilcropsPulses,9.163184,0.0474440980340458
 1997,Senegal,Starchy Roots,9.163184,0.00716825068666088
+1997,Senegal,Sugar,9.163184,0.0191755398560151
 1998,Senegal,Ruminants,9.386923,0.196141099697952
 1998,Senegal,Cereals,9.386923,0.180668468250991
 1998,Senegal,Monogastrics,9.386923,0.0133642408699848
-1998,Senegal,Oilcrops,9.386923,0.03801522607568
-1998,Senegal,Pulses,9.386923,0.00382095389511558
+1998,Senegal,FruitVeg,9.386923,0.0607108420938363
+1998,Senegal,OilcropsPulses,9.386923,0.0418361799707955
 1998,Senegal,Starchy Roots,9.386923,0.0083919938407932
+1998,Senegal,Sugar,9.386923,0.0152650660924778
 1999,Senegal,Ruminants,9.617641,0.197481211868898
 1999,Senegal,Cereals,9.617641,0.185105370433353
 1999,Senegal,Monogastrics,9.617641,0.0147506233597199
-1999,Senegal,Oilcrops,9.617641,0.0395111441568676
-1999,Senegal,Pulses,9.617641,0.00664175341957555
+1999,Senegal,FruitVeg,9.617641,0.0624569995906481
+1999,Senegal,OilcropsPulses,9.617641,0.0461528975764431
 1999,Senegal,Starchy Roots,9.617641,0.0114276463427986
+1999,Senegal,Sugar,9.617641,0.0145438990704685
 2000,Senegal,Ruminants,9.860578,0.199835668862414
 2000,Senegal,Cereals,9.860578,0.192093506080475
 2000,Senegal,Monogastrics,9.860578,0.0173467417427254
-2000,Senegal,Oilcrops,9.860578,0.0506945941708488
-2000,Senegal,Pulses,9.860578,0.00459131300416669
+2000,Senegal,FruitVeg,9.860578,0.0584561067312687
+2000,Senegal,OilcropsPulses,9.860578,0.0552859071750155
 2000,Senegal,Starchy Roots,9.860578,0.0179566552792341
+2000,Senegal,Sugar,9.860578,0.0116959675183341
 2001,Senegal,Ruminants,10.118078,0.203259709996306
 2001,Senegal,Cereals,10.118078,0.18486544578921
 2001,Senegal,Monogastrics,10.118078,0.0189849495131388
-2001,Senegal,Oilcrops,10.118078,0.0621596315031372
-2001,Senegal,Pulses,10.118078,0.00277137614475793
+2001,Senegal,FruitVeg,10.118078,0.0605699027028651
+2001,Senegal,OilcropsPulses,10.118078,0.0649310076478952
 2001,Senegal,Starchy Roots,10.118078,0.0182481297337301
+2001,Senegal,Sugar,10.118078,0.0149277362756049
 2002,Senegal,Ruminants,10.389457,0.187081557775349
 2002,Senegal,Cereals,10.389457,0.188642486320507
 2002,Senegal,Monogastrics,10.389457,0.0210148230075932
-2002,Senegal,Oilcrops,10.389457,0.0545995810945654
-2002,Senegal,Pulses,10.389457,0.000917757299539331
+2002,Senegal,FruitVeg,10.389457,0.0655340312780543
+2002,Senegal,OilcropsPulses,10.389457,0.0555173383941047
 2002,Senegal,Starchy Roots,10.389457,0.0155112052535566
+2002,Senegal,Sugar,10.389457,0.0130232985227236
 2003,Senegal,Ruminants,10.67332,0.184999428481485
 2003,Senegal,Cereals,10.67332,0.196566485404729
 2003,Senegal,Monogastrics,10.67332,0.0217354300255216
-2003,Senegal,Oilcrops,10.67332,0.036475529638388
-2003,Senegal,Pulses,10.67332,0.00143985189238213
+2003,Senegal,FruitVeg,10.67332,0.0781494417856862
+2003,Senegal,OilcropsPulses,10.67332,0.0379153815307702
 2003,Senegal,Starchy Roots,10.67332,0.0201805061592831
+2003,Senegal,Sugar,10.67332,0.0130660375590725
 2004,Senegal,Ruminants,10.967016,0.189230087746749
 2004,Senegal,Cereals,10.967016,0.197005639455619
 2004,Senegal,Monogastrics,10.967016,0.0218434075413039
-2004,Senegal,Oilcrops,10.967016,0.0271618095569479
-2004,Senegal,Pulses,10.967016,0.00201978368591785
+2004,Senegal,FruitVeg,10.967016,0.0700440302083994
+2004,Senegal,OilcropsPulses,10.967016,0.0291815932428657
 2004,Senegal,Starchy Roots,10.967016,0.0281909864998829
+2004,Senegal,Sugar,10.967016,0.0113708232029569
 2005,Senegal,Ruminants,11.268994,0.200662295143648
 2005,Senegal,Cereals,11.268994,0.194133744325359
 2005,Senegal,Monogastrics,11.268994,0.0214853961232032
-2005,Senegal,Oilcrops,11.268994,0.0335974089612613
-2005,Senegal,Pulses,11.268994,0.00347626416342044
+2005,Senegal,FruitVeg,11.268994,0.0675937000232674
+2005,Senegal,OilcropsPulses,11.268994,0.0370736731246818
 2005,Senegal,Starchy Roots,11.268994,0.0241840576008826
+2005,Senegal,Sugar,11.268994,0.0118566040588894
 2006,Senegal,Ruminants,11.57843,0.218208099025516
 2006,Senegal,Cereals,11.57843,0.198563363081178
 2006,Senegal,Monogastrics,11.57843,0.0189171157056699
-2006,Senegal,Oilcrops,11.57843,0.0264151530043365
-2006,Senegal,Pulses,11.57843,0.00491241040451944
+2006,Senegal,FruitVeg,11.57843,0.0715669568326621
+2006,Senegal,OilcropsPulses,11.57843,0.0313275634088559
 2006,Senegal,Starchy Roots,11.57843,0.0170975684959014
+2006,Senegal,Sugar,11.57843,0.0158726183083544
 2007,Senegal,Ruminants,11.89723,0.192969960234441
 2007,Senegal,Cereals,11.89723,0.203654043840457
 2007,Senegal,Monogastrics,11.89723,0.0205085721634364
-2007,Senegal,Oilcrops,11.89723,0.031879605588864
-2007,Senegal,Pulses,11.89723,0.00427099417259312
+2007,Senegal,FruitVeg,11.89723,0.074772110819073
+2007,Senegal,OilcropsPulses,11.89723,0.0361505997614571
 2007,Senegal,Starchy Roots,11.89723,0.0265722357220967
+2007,Senegal,Sugar,11.89723,0.0154732656256961
 2008,Senegal,Ruminants,12.229703,0.208687618987967
 2008,Senegal,Cereals,12.229703,0.198609729116071
 2008,Senegal,Monogastrics,12.229703,0.0209538203830461
-2008,Senegal,Oilcrops,12.229703,0.0290883597091442
-2008,Senegal,Pulses,12.229703,0.00651471258132761
+2008,Senegal,FruitVeg,12.229703,0.079279766646827
+2008,Senegal,OilcropsPulses,12.229703,0.0356030722904718
 2008,Senegal,Starchy Roots,12.229703,0.031794394352831
+2008,Senegal,Sugar,12.229703,0.013580705925565
 2009,Senegal,Ruminants,12.581624,0.225959311770881
 2009,Senegal,Cereals,12.581624,0.198861609598252
 2009,Senegal,Monogastrics,12.581624,0.019704133584027
-2009,Senegal,Oilcrops,12.581624,0.0389273276645368
-2009,Senegal,Pulses,12.581624,0.00550747661828076
+2009,Senegal,FruitVeg,12.581624,0.078462446501342
+2009,Senegal,OilcropsPulses,12.581624,0.0444348042828175
 2009,Senegal,Starchy Roots,12.581624,0.0249694316091468
+2009,Senegal,Sugar,12.581624,0.0150888311397638
 2010,Senegal,Ruminants,12.956791,0.216023249892662
 2010,Senegal,Cereals,12.956791,0.198323412023857
 2010,Senegal,Monogastrics,12.956791,0.0213092501067587
-2010,Senegal,Oilcrops,12.956791,0.0415751863250708
-2010,Senegal,Pulses,12.956791,0.00500092962833158
+2010,Senegal,FruitVeg,12.956791,0.0781226616991815
+2010,Senegal,OilcropsPulses,12.956791,0.0465761159534023
 2010,Senegal,Starchy Roots,12.956791,0.0224722309713879
+2010,Senegal,Sugar,12.956791,0.0156628288593989
 2011,Senegal,Ruminants,13.357003,0.215799464894932
 2011,Senegal,Cereals,13.357003,0.197711417748428
 2011,Senegal,Monogastrics,13.357003,0.0237622167188253
-2011,Senegal,Oilcrops,13.357003,0.0454520374068943
-2011,Senegal,Pulses,13.357003,0.00504289772189166
+2011,Senegal,FruitVeg,13.357003,0.0730014060788936
+2011,Senegal,OilcropsPulses,13.357003,0.050494935128786
 2011,Senegal,Starchy Roots,13.357003,0.0184207490258107
+2011,Senegal,Sugar,13.357003,0.0157832561690673
 2012,Senegal,Ruminants,13.780108,0.236028854055425
 2012,Senegal,Cereals,13.780108,0.207187708543358
 2012,Senegal,Monogastrics,13.780108,0.0236323546956236
-2012,Senegal,Oilcrops,13.780108,0.0274720633539302
-2012,Senegal,Pulses,13.780108,0.00412892264705037
+2012,Senegal,FruitVeg,13.780108,0.0789689021305203
+2012,Senegal,OilcropsPulses,13.780108,0.0316009860009806
 2012,Senegal,Starchy Roots,13.780108,0.0201197262024361
+2012,Senegal,Sugar,13.780108,0.0165426860224898
 2013,Senegal,Ruminants,14.221041,0.228376115363144
 2013,Senegal,Cereals,14.221041,0.210553784353761
 2013,Senegal,Monogastrics,14.221041,0.024827085443323
-2013,Senegal,Oilcrops,14.221041,0.0279120213492107
-2013,Senegal,Pulses,14.221041,0.00322008775588229
+2013,Senegal,FruitVeg,14.221041,0.0755730891993069
+2013,Senegal,OilcropsPulses,14.221041,0.0311321091050929
 2013,Senegal,Starchy Roots,14.221041,0.0160603573254588
+2013,Senegal,Sugar,14.221041,0.0179132455915147
 2006,Serbia,Ruminants,7.411569,0.453177754939609
 2006,Serbia,Cereals,7.411569,0.189873291336828
 2006,Serbia,Monogastrics,7.411569,0.268913478374147
-2006,Serbia,Oilcrops,7.411569,0.021706604903766
-2006,Serbia,Pulses,7.411569,0.0112930204117374
+2006,Serbia,FruitVeg,7.411569,0.339668564105657
+2006,Serbia,OilcropsPulses,7.411569,0.0329996253155034
 2006,Serbia,Starchy Roots,7.411569,0.0518691791171343
+2006,Serbia,Sugar,7.411569,0.0410821244462542
 2007,Serbia,Ruminants,7.381579,0.491513238563185
 2007,Serbia,Cereals,7.381579,0.192981610032217
 2007,Serbia,Monogastrics,7.381579,0.297239357595441
-2007,Serbia,Oilcrops,7.381579,0.0212090123264955
-2007,Serbia,Pulses,7.381579,0.00996873433177373
+2007,Serbia,FruitVeg,7.381579,0.328523612630848
+2007,Serbia,OilcropsPulses,7.381579,0.0311777466582692
 2007,Serbia,Starchy Roots,7.381579,0.0485150941282346
+2007,Serbia,Sugar,7.381579,0.0439725700964523
 2008,Serbia,Ruminants,7.350222,0.524823835252867
 2008,Serbia,Cereals,7.350222,0.19898120083992
 2008,Serbia,Monogastrics,7.350222,0.285958628188373
-2008,Serbia,Oilcrops,7.350222,0.0220817820196451
-2008,Serbia,Pulses,7.350222,0.0123660210535138
+2008,Serbia,FruitVeg,7.350222,0.359999058531838
+2008,Serbia,OilcropsPulses,7.350222,0.0344478030731589
 2008,Serbia,Starchy Roots,7.350222,0.0498749561577868
+2008,Serbia,Sugar,7.350222,0.032337526676065
 2009,Serbia,Ruminants,7.320807,0.536176243957804
 2009,Serbia,Cereals,7.320807,0.198959486297071
 2009,Serbia,Monogastrics,7.320807,0.278797706318443
-2009,Serbia,Oilcrops,7.320807,0.0320341732817161
-2009,Serbia,Pulses,7.320807,0.012269958762743
+2009,Serbia,FruitVeg,7.320807,0.37672253892228
+2009,Serbia,OilcropsPulses,7.320807,0.044304132044459
 2009,Serbia,Starchy Roots,7.320807,0.05145675879722
+2009,Serbia,Sugar,7.320807,0.0390398217027167
 2010,Serbia,Ruminants,7.291436,0.526340490405456
 2010,Serbia,Cereals,7.291436,0.214428406146608
 2010,Serbia,Monogastrics,7.291436,0.29847256425209
-2010,Serbia,Oilcrops,7.291436,0.031322499436325
-2010,Serbia,Pulses,7.291436,0.0116034756390922
+2010,Serbia,FruitVeg,7.291436,0.309250468631968
+2010,Serbia,OilcropsPulses,7.291436,0.0429259750754172
 2010,Serbia,Starchy Roots,7.291436,0.0517815695015358
+2010,Serbia,Sugar,7.291436,0.0318501046981692
 2011,Serbia,Ruminants,7.234099,0.486280516758203
 2011,Serbia,Cereals,7.234099,0.209424559990125
 2011,Serbia,Monogastrics,7.234099,0.314057756190508
-2011,Serbia,Oilcrops,7.234099,0.0281432421646428
-2011,Serbia,Pulses,7.234099,0.0122818335773398
+2011,Serbia,FruitVeg,7.234099,0.338096700086631
+2011,Serbia,OilcropsPulses,7.234099,0.0404250757419825
 2011,Serbia,Starchy Roots,7.234099,0.0525345312526135
+2011,Serbia,Sugar,7.234099,0.0379024395436114
 1992,Serbia and Montenegro,Ruminants,NA,NA
 1992,Serbia and Montenegro,Cereals,NA,NA
 1992,Serbia and Montenegro,Monogastrics,NA,NA
-1992,Serbia and Montenegro,Oilcrops,NA,NA
-1992,Serbia and Montenegro,Pulses,NA,NA
+1992,Serbia and Montenegro,FruitVeg,NA,NA
+1992,Serbia and Montenegro,OilcropsPulses,NA,NA
 1992,Serbia and Montenegro,Starchy Roots,NA,NA
+1992,Serbia and Montenegro,Sugar,NA,NA
 1993,Serbia and Montenegro,Ruminants,NA,NA
 1993,Serbia and Montenegro,Cereals,NA,NA
 1993,Serbia and Montenegro,Monogastrics,NA,NA
-1993,Serbia and Montenegro,Oilcrops,NA,NA
-1993,Serbia and Montenegro,Pulses,NA,NA
+1993,Serbia and Montenegro,FruitVeg,NA,NA
+1993,Serbia and Montenegro,OilcropsPulses,NA,NA
 1993,Serbia and Montenegro,Starchy Roots,NA,NA
+1993,Serbia and Montenegro,Sugar,NA,NA
 1994,Serbia and Montenegro,Ruminants,NA,NA
 1994,Serbia and Montenegro,Cereals,NA,NA
 1994,Serbia and Montenegro,Monogastrics,NA,NA
-1994,Serbia and Montenegro,Oilcrops,NA,NA
-1994,Serbia and Montenegro,Pulses,NA,NA
+1994,Serbia and Montenegro,FruitVeg,NA,NA
+1994,Serbia and Montenegro,OilcropsPulses,NA,NA
 1994,Serbia and Montenegro,Starchy Roots,NA,NA
+1994,Serbia and Montenegro,Sugar,NA,NA
 1995,Serbia and Montenegro,Ruminants,NA,NA
 1995,Serbia and Montenegro,Cereals,NA,NA
 1995,Serbia and Montenegro,Monogastrics,NA,NA
-1995,Serbia and Montenegro,Oilcrops,NA,NA
-1995,Serbia and Montenegro,Pulses,NA,NA
+1995,Serbia and Montenegro,FruitVeg,NA,NA
+1995,Serbia and Montenegro,OilcropsPulses,NA,NA
 1995,Serbia and Montenegro,Starchy Roots,NA,NA
+1995,Serbia and Montenegro,Sugar,NA,NA
 1996,Serbia and Montenegro,Ruminants,NA,NA
 1996,Serbia and Montenegro,Cereals,NA,NA
 1996,Serbia and Montenegro,Monogastrics,NA,NA
-1996,Serbia and Montenegro,Oilcrops,NA,NA
-1996,Serbia and Montenegro,Pulses,NA,NA
+1996,Serbia and Montenegro,FruitVeg,NA,NA
+1996,Serbia and Montenegro,OilcropsPulses,NA,NA
 1996,Serbia and Montenegro,Starchy Roots,NA,NA
+1996,Serbia and Montenegro,Sugar,NA,NA
 1997,Serbia and Montenegro,Ruminants,NA,NA
 1997,Serbia and Montenegro,Cereals,NA,NA
 1997,Serbia and Montenegro,Monogastrics,NA,NA
-1997,Serbia and Montenegro,Oilcrops,NA,NA
-1997,Serbia and Montenegro,Pulses,NA,NA
+1997,Serbia and Montenegro,FruitVeg,NA,NA
+1997,Serbia and Montenegro,OilcropsPulses,NA,NA
 1997,Serbia and Montenegro,Starchy Roots,NA,NA
+1997,Serbia and Montenegro,Sugar,NA,NA
 1998,Serbia and Montenegro,Ruminants,NA,NA
 1998,Serbia and Montenegro,Cereals,NA,NA
 1998,Serbia and Montenegro,Monogastrics,NA,NA
-1998,Serbia and Montenegro,Oilcrops,NA,NA
-1998,Serbia and Montenegro,Pulses,NA,NA
+1998,Serbia and Montenegro,FruitVeg,NA,NA
+1998,Serbia and Montenegro,OilcropsPulses,NA,NA
 1998,Serbia and Montenegro,Starchy Roots,NA,NA
+1998,Serbia and Montenegro,Sugar,NA,NA
 1999,Serbia and Montenegro,Ruminants,NA,NA
 1999,Serbia and Montenegro,Cereals,NA,NA
 1999,Serbia and Montenegro,Monogastrics,NA,NA
-1999,Serbia and Montenegro,Oilcrops,NA,NA
-1999,Serbia and Montenegro,Pulses,NA,NA
+1999,Serbia and Montenegro,FruitVeg,NA,NA
+1999,Serbia and Montenegro,OilcropsPulses,NA,NA
 1999,Serbia and Montenegro,Starchy Roots,NA,NA
+1999,Serbia and Montenegro,Sugar,NA,NA
 2000,Serbia and Montenegro,Ruminants,NA,NA
 2000,Serbia and Montenegro,Cereals,NA,NA
 2000,Serbia and Montenegro,Monogastrics,NA,NA
-2000,Serbia and Montenegro,Oilcrops,NA,NA
-2000,Serbia and Montenegro,Pulses,NA,NA
+2000,Serbia and Montenegro,FruitVeg,NA,NA
+2000,Serbia and Montenegro,OilcropsPulses,NA,NA
 2000,Serbia and Montenegro,Starchy Roots,NA,NA
+2000,Serbia and Montenegro,Sugar,NA,NA
 2001,Serbia and Montenegro,Ruminants,NA,NA
 2001,Serbia and Montenegro,Cereals,NA,NA
 2001,Serbia and Montenegro,Monogastrics,NA,NA
-2001,Serbia and Montenegro,Oilcrops,NA,NA
-2001,Serbia and Montenegro,Pulses,NA,NA
+2001,Serbia and Montenegro,FruitVeg,NA,NA
+2001,Serbia and Montenegro,OilcropsPulses,NA,NA
 2001,Serbia and Montenegro,Starchy Roots,NA,NA
+2001,Serbia and Montenegro,Sugar,NA,NA
 2002,Serbia and Montenegro,Ruminants,NA,NA
 2002,Serbia and Montenegro,Cereals,NA,NA
 2002,Serbia and Montenegro,Monogastrics,NA,NA
-2002,Serbia and Montenegro,Oilcrops,NA,NA
-2002,Serbia and Montenegro,Pulses,NA,NA
+2002,Serbia and Montenegro,FruitVeg,NA,NA
+2002,Serbia and Montenegro,OilcropsPulses,NA,NA
 2002,Serbia and Montenegro,Starchy Roots,NA,NA
+2002,Serbia and Montenegro,Sugar,NA,NA
 2003,Serbia and Montenegro,Ruminants,NA,NA
 2003,Serbia and Montenegro,Cereals,NA,NA
 2003,Serbia and Montenegro,Monogastrics,NA,NA
-2003,Serbia and Montenegro,Oilcrops,NA,NA
-2003,Serbia and Montenegro,Pulses,NA,NA
+2003,Serbia and Montenegro,FruitVeg,NA,NA
+2003,Serbia and Montenegro,OilcropsPulses,NA,NA
 2003,Serbia and Montenegro,Starchy Roots,NA,NA
+2003,Serbia and Montenegro,Sugar,NA,NA
 2004,Serbia and Montenegro,Ruminants,NA,NA
 2004,Serbia and Montenegro,Cereals,NA,NA
 2004,Serbia and Montenegro,Monogastrics,NA,NA
-2004,Serbia and Montenegro,Oilcrops,NA,NA
-2004,Serbia and Montenegro,Pulses,NA,NA
+2004,Serbia and Montenegro,FruitVeg,NA,NA
+2004,Serbia and Montenegro,OilcropsPulses,NA,NA
 2004,Serbia and Montenegro,Starchy Roots,NA,NA
+2004,Serbia and Montenegro,Sugar,NA,NA
 2005,Serbia and Montenegro,Ruminants,NA,NA
 2005,Serbia and Montenegro,Cereals,NA,NA
 2005,Serbia and Montenegro,Monogastrics,NA,NA
-2005,Serbia and Montenegro,Oilcrops,NA,NA
-2005,Serbia and Montenegro,Pulses,NA,NA
+2005,Serbia and Montenegro,FruitVeg,NA,NA
+2005,Serbia and Montenegro,OilcropsPulses,NA,NA
 2005,Serbia and Montenegro,Starchy Roots,NA,NA
+2005,Serbia and Montenegro,Sugar,NA,NA
 1961,Sierra Leone,Ruminants,2.210169,0.074275315598038
 1961,Sierra Leone,Cereals,2.210169,0.115696130024446
 1961,Sierra Leone,Monogastrics,2.210169,0.00740721637123677
-1961,Sierra Leone,Oilcrops,2.210169,0.00777768577877981
-1961,Sierra Leone,Pulses,2.210169,0.00979563101283205
+1961,Sierra Leone,FruitVeg,2.210169,0.102139700629228
+1961,Sierra Leone,OilcropsPulses,2.210169,0.0175733167916119
 1961,Sierra Leone,Starchy Roots,2.210169,0.0395784213786367
+1961,Sierra Leone,Sugar,2.210169,0.0079559526895907
 1962,Sierra Leone,Ruminants,2.239581,0.0748942770991538
 1962,Sierra Leone,Cereals,2.239581,0.120931102737521
 1962,Sierra Leone,Monogastrics,2.239581,0.00785093283073932
-1962,Sierra Leone,Oilcrops,2.239581,0.00785012910897172
-1962,Sierra Leone,Pulses,2.239581,0.00968707986002739
+1962,Sierra Leone,FruitVeg,2.239581,0.10200390162267
+1962,Sierra Leone,OilcropsPulses,2.239581,0.0175372089689991
 1962,Sierra Leone,Starchy Roots,2.239581,0.0383134166614202
+1962,Sierra Leone,Sugar,2.239581,0.00809615727227548
 1963,Sierra Leone,Ruminants,2.26989,0.0773032613915212
 1963,Sierra Leone,Cereals,2.26989,0.13853138257801
 1963,Sierra Leone,Monogastrics,2.26989,0.00838185991391653
-1963,Sierra Leone,Oilcrops,2.26989,0.00796690588530722
-1963,Sierra Leone,Pulses,2.26989,0.00879117490274859
+1963,Sierra Leone,FruitVeg,2.26989,0.101038816858967
+1963,Sierra Leone,OilcropsPulses,2.26989,0.0167580807880558
 1963,Sierra Leone,Starchy Roots,2.26989,0.0388225861165079
+1963,Sierra Leone,Sugar,2.26989,0.00730960531127059
 1964,Sierra Leone,Ruminants,2.301023,0.0875989070948009
 1964,Sierra Leone,Cereals,2.301023,0.137884758214064
 1964,Sierra Leone,Monogastrics,2.301023,0.00772234784267693
-1964,Sierra Leone,Oilcrops,2.301023,0.00790213744060794
-1964,Sierra Leone,Pulses,2.301023,0.00952489392761393
+1964,Sierra Leone,FruitVeg,2.301023,0.101750395367626
+1964,Sierra Leone,OilcropsPulses,2.301023,0.0174270313682219
 1964,Sierra Leone,Starchy Roots,2.301023,0.0384203026219208
+1964,Sierra Leone,Sugar,2.301023,0.00699993003112094
 1965,Sierra Leone,Ruminants,2.332999,0.0884387863003799
 1965,Sierra Leone,Cereals,2.332999,0.160190810197518
 1965,Sierra Leone,Monogastrics,2.332999,0.0087373805132364
-1965,Sierra Leone,Oilcrops,2.332999,0.00785855459003626
-1965,Sierra Leone,Pulses,2.332999,0.00826704169183099
+1965,Sierra Leone,FruitVeg,2.332999,0.100221646044426
+1965,Sierra Leone,OilcropsPulses,2.332999,0.0161255962818672
 1965,Sierra Leone,Starchy Roots,2.332999,0.0441791873892788
+1965,Sierra Leone,Sugar,2.332999,0.00841877771915033
 1966,Sierra Leone,Ruminants,2.365801,0.0893411576037038
 1966,Sierra Leone,Cereals,2.365801,0.175987752139762
 1966,Sierra Leone,Monogastrics,2.365801,0.00921628657693526
-1966,Sierra Leone,Oilcrops,2.365801,0.00707202338658239
-1966,Sierra Leone,Pulses,2.365801,0.00726054304651997
+1966,Sierra Leone,FruitVeg,2.365801,0.0980175424729299
+1966,Sierra Leone,OilcropsPulses,2.365801,0.0143325664331024
 1966,Sierra Leone,Starchy Roots,2.365801,0.0501107235984768
+1966,Sierra Leone,Sugar,2.365801,0.00908656307102753
 1967,Sierra Leone,Ruminants,2.399667,0.0824926125166534
 1967,Sierra Leone,Cereals,2.399667,0.180621727931417
 1967,Sierra Leone,Monogastrics,2.399667,0.0101424489314559
-1967,Sierra Leone,Oilcrops,2.399667,0.00950465210381274
-1967,Sierra Leone,Pulses,2.399667,0.00907625933098217
+1967,Sierra Leone,FruitVeg,2.399667,0.0963496185095682
+1967,Sierra Leone,OilcropsPulses,2.399667,0.0185809114347949
 1967,Sierra Leone,Starchy Roots,2.399667,0.0489109530614039
+1967,Sierra Leone,Sugar,2.399667,0.00902041824969881
 1968,Sierra Leone,Ruminants,2.435197,0.0808606038854351
 1968,Sierra Leone,Cereals,2.435197,0.183035294475149
 1968,Sierra Leone,Monogastrics,2.435197,0.0106536760680963
-1968,Sierra Leone,Oilcrops,2.435197,0.00813158031978522
-1968,Sierra Leone,Pulses,2.435197,0.00850403478650803
+1968,Sierra Leone,FruitVeg,2.435197,0.0958353677341094
+1968,Sierra Leone,OilcropsPulses,2.435197,0.0166356151062933
 1968,Sierra Leone,Starchy Roots,2.435197,0.0388038421532221
+1968,Sierra Leone,Sugar,2.435197,0.0088378886800534
 1969,Sierra Leone,Ruminants,2.473165,0.0846563007320579
 1969,Sierra Leone,Cereals,2.473165,0.176632371879757
 1969,Sierra Leone,Monogastrics,2.473165,0.0104234048274175
-1969,Sierra Leone,Oilcrops,2.473165,0.00757531341418789
-1969,Sierra Leone,Pulses,2.473165,0.00908511967458702
+1969,Sierra Leone,FruitVeg,2.473165,0.0951008121172668
+1969,Sierra Leone,OilcropsPulses,2.473165,0.0166604330887749
 1969,Sierra Leone,Starchy Roots,2.473165,0.0407587039279628
+1969,Sierra Leone,Sugar,2.473165,0.00992008216192612
 1970,Sierra Leone,Ruminants,2.514151,0.0842348769027795
 1970,Sierra Leone,Cereals,2.514151,0.176399905972235
 1970,Sierra Leone,Monogastrics,2.514151,0.00959429246692024
-1970,Sierra Leone,Oilcrops,2.514151,0.0068746865243973
-1970,Sierra Leone,Pulses,2.514151,0.00879740317904533
+1970,Sierra Leone,FruitVeg,2.514151,0.0944080128838721
+1970,Sierra Leone,OilcropsPulses,2.514151,0.0156720897034426
 1970,Sierra Leone,Starchy Roots,2.514151,0.0477441490188935
+1970,Sierra Leone,Sugar,2.514151,0.00972336188240086
 1971,Sierra Leone,Ruminants,2.558395,0.0808805911518745
 1971,Sierra Leone,Cereals,2.558395,0.179059136685305
 1971,Sierra Leone,Monogastrics,2.558395,0.00933116270161566
-1971,Sierra Leone,Oilcrops,2.558395,0.0053236501791162
-1971,Sierra Leone,Pulses,2.558395,0.00880200281817311
+1971,Sierra Leone,FruitVeg,2.558395,0.0932193816826565
+1971,Sierra Leone,OilcropsPulses,2.558395,0.0141256529972893
 1971,Sierra Leone,Starchy Roots,2.558395,0.0477525948885923
+1971,Sierra Leone,Sugar,2.558395,0.0102060080636493
 1972,Sierra Leone,Ruminants,2.605837,0.0797496927090988
 1972,Sierra Leone,Cereals,2.605837,0.181320627498957
 1972,Sierra Leone,Monogastrics,2.605837,0.00944905609982512
-1972,Sierra Leone,Oilcrops,2.605837,0.00550648409704828
-1972,Sierra Leone,Pulses,2.605837,0.00813826804976673
+1972,Sierra Leone,FruitVeg,2.605837,0.092052956497279
+1972,Sierra Leone,OilcropsPulses,2.605837,0.013644752146815
 1972,Sierra Leone,Starchy Roots,2.605837,0.0475164025992416
+1972,Sierra Leone,Sugar,2.605837,0.00984213517576119
 1973,Sierra Leone,Ruminants,2.65638,0.0799907016315437
 1973,Sierra Leone,Cereals,2.65638,0.184913679518744
 1973,Sierra Leone,Monogastrics,2.65638,0.0099865230125208
-1973,Sierra Leone,Oilcrops,2.65638,0.00756179462275729
-1973,Sierra Leone,Pulses,2.65638,0.00799433815945008
+1973,Sierra Leone,FruitVeg,2.65638,0.0901565288098841
+1973,Sierra Leone,OilcropsPulses,2.65638,0.0155561327822074
 1973,Sierra Leone,Starchy Roots,2.65638,0.0477890964395154
+1973,Sierra Leone,Sugar,2.65638,0.00908981395734044
 1974,Sierra Leone,Ruminants,2.709797,0.0766491364482284
 1974,Sierra Leone,Cereals,2.709797,0.185892522576414
 1974,Sierra Leone,Monogastrics,2.709797,0.00981162057526818
-1974,Sierra Leone,Oilcrops,2.709797,0.00946380854359201
-1974,Sierra Leone,Pulses,2.709797,0.00821168522955779
+1974,Sierra Leone,FruitVeg,2.709797,0.0887671659537596
+1974,Sierra Leone,OilcropsPulses,2.709797,0.0176754937731498
 1974,Sierra Leone,Starchy Roots,2.709797,0.0444679066365488
+1974,Sierra Leone,Sugar,2.709797,0.0069743231688573
 1975,Sierra Leone,Ruminants,2.765914,0.0758897782071315
 1975,Sierra Leone,Cereals,2.765914,0.183201285361729
 1975,Sierra Leone,Monogastrics,2.765914,0.0102255529275314
-1975,Sierra Leone,Oilcrops,2.765914,0.0105599812575518
-1975,Sierra Leone,Pulses,2.765914,0.00819801338725644
+1975,Sierra Leone,FruitVeg,2.765914,0.0862456316429216
+1975,Sierra Leone,OilcropsPulses,2.765914,0.0187579946448082
 1975,Sierra Leone,Starchy Roots,2.765914,0.0434467593714049
+1975,Sierra Leone,Sugar,2.765914,0.0066245732875281
 1976,Sierra Leone,Ruminants,2.824827,0.0745742305635
 1976,Sierra Leone,Cereals,2.824827,0.180208911908588
 1976,Sierra Leone,Monogastrics,2.824827,0.0105253879264111
-1976,Sierra Leone,Oilcrops,2.824827,0.00931632273410018
-1976,Sierra Leone,Pulses,2.824827,0.0083527239013221
+1976,Sierra Leone,FruitVeg,2.824827,0.0848671440764337
+1976,Sierra Leone,OilcropsPulses,2.824827,0.0176690466354223
 1976,Sierra Leone,Starchy Roots,2.824827,0.0406778893008315
+1976,Sierra Leone,Sugar,2.824827,0.00731478423280435
 1977,Sierra Leone,Ruminants,2.886607,0.0724448115036096
 1977,Sierra Leone,Cereals,2.886607,0.185454064235277
 1977,Sierra Leone,Monogastrics,2.886607,0.0109034932708193
-1977,Sierra Leone,Oilcrops,2.886607,0.012660192398896
-1977,Sierra Leone,Pulses,2.886607,0.00858170163101524
+1977,Sierra Leone,FruitVeg,2.886607,0.0841832642961096
+1977,Sierra Leone,OilcropsPulses,2.886607,0.0212418940299112
 1977,Sierra Leone,Starchy Roots,2.886607,0.040412151706138
+1977,Sierra Leone,Sugar,2.886607,0.00706400282407685
 1978,Sierra Leone,Ruminants,2.951001,0.0805534799886547
 1978,Sierra Leone,Cereals,2.951001,0.184478080488621
 1978,Sierra Leone,Monogastrics,2.951001,0.011486170285947
-1978,Sierra Leone,Oilcrops,2.951001,0.00940020013547945
-1978,Sierra Leone,Pulses,2.951001,0.0086513017108432
+1978,Sierra Leone,FruitVeg,2.951001,0.0850768942470707
+1978,Sierra Leone,OilcropsPulses,2.951001,0.0180515018463227
 1978,Sierra Leone,Starchy Roots,2.951001,0.0400203185292042
+1978,Sierra Leone,Sugar,2.951001,0.00717451468162837
 1979,Sierra Leone,Ruminants,3.01767,0.0893013815294582
 1979,Sierra Leone,Cereals,3.01767,0.183597610076649
 1979,Sierra Leone,Monogastrics,3.01767,0.0113309937799693
-1979,Sierra Leone,Oilcrops,3.01767,0.00842968250338838
-1979,Sierra Leone,Pulses,3.01767,0.00815032790199061
+1979,Sierra Leone,FruitVeg,3.01767,0.0828529958544175
+1979,Sierra Leone,OilcropsPulses,3.01767,0.016580010405379
 1979,Sierra Leone,Starchy Roots,3.01767,0.039351552688001
+1979,Sierra Leone,Sugar,3.01767,0.00810360311100949
 1980,Sierra Leone,Ruminants,3.086406,0.0781923376250564
 1980,Sierra Leone,Cereals,3.086406,0.175634378626791
 1980,Sierra Leone,Monogastrics,3.086406,0.012323589313914
-1980,Sierra Leone,Oilcrops,3.086406,0.0113789307045152
-1980,Sierra Leone,Pulses,3.086406,0.00855752613233644
+1980,Sierra Leone,FruitVeg,3.086406,0.0854900489436581
+1980,Sierra Leone,OilcropsPulses,3.086406,0.0199364568368517
 1980,Sierra Leone,Starchy Roots,3.086406,0.0405688687748793
+1980,Sierra Leone,Sugar,3.086406,0.00700134719800311
 1981,Sierra Leone,Ruminants,3.155368,0.0756807129944906
 1981,Sierra Leone,Cereals,3.155368,0.173951501061049
 1981,Sierra Leone,Monogastrics,3.155368,0.0125619895999452
-1981,Sierra Leone,Oilcrops,3.155368,0.0115200509100682
-1981,Sierra Leone,Pulses,3.155368,0.00837937128094092
+1981,Sierra Leone,FruitVeg,3.155368,0.0859142261694991
+1981,Sierra Leone,OilcropsPulses,3.155368,0.0198994221910091
 1981,Sierra Leone,Starchy Roots,3.155368,0.0391871883089389
+1981,Sierra Leone,Sugar,3.155368,0.00672631528240129
 1982,Sierra Leone,Ruminants,3.224346,0.0732129244194016
 1982,Sierra Leone,Cereals,3.224346,0.173329723298926
 1982,Sierra Leone,Monogastrics,3.224346,0.0129861683578623
-1982,Sierra Leone,Oilcrops,3.224346,0.0129778255807534
-1982,Sierra Leone,Pulses,3.224346,0.00828447071126982
+1982,Sierra Leone,FruitVeg,3.224346,0.0905777481697064
+1982,Sierra Leone,OilcropsPulses,3.224346,0.0212622962920233
 1982,Sierra Leone,Starchy Roots,3.224346,0.0386264377334194
+1982,Sierra Leone,Sugar,3.224346,0.00737389845878823
 1983,Sierra Leone,Ruminants,3.29653,0.0700793258365615
 1983,Sierra Leone,Cereals,3.29653,0.166347644341171
 1983,Sierra Leone,Monogastrics,3.29653,0.0127038127970927
-1983,Sierra Leone,Oilcrops,3.29653,0.0105805195159759
-1983,Sierra Leone,Pulses,3.29653,0.00809851571197592
+1983,Sierra Leone,FruitVeg,3.29653,0.0905212450667823
+1983,Sierra Leone,OilcropsPulses,3.29653,0.0186790352279518
 1983,Sierra Leone,Starchy Roots,3.29653,0.0386925039359569
+1983,Sierra Leone,Sugar,3.29653,0.00589498654645946
 1984,Sierra Leone,Ruminants,3.376371,0.0646994657873794
 1984,Sierra Leone,Cereals,3.376371,0.163657370591087
 1984,Sierra Leone,Monogastrics,3.376371,0.0118059300947674
-1984,Sierra Leone,Oilcrops,3.376371,0.0107695510949478
-1984,Sierra Leone,Pulses,3.376371,0.00785221766209934
+1984,Sierra Leone,FruitVeg,3.376371,0.0868154003218248
+1984,Sierra Leone,OilcropsPulses,3.376371,0.0186217687570471
 1984,Sierra Leone,Starchy Roots,3.376371,0.0358577300894955
+1984,Sierra Leone,Sugar,3.376371,0.00542031666543754
 1985,Sierra Leone,Ruminants,3.466044,0.0603239024086249
 1985,Sierra Leone,Cereals,3.466044,0.165762754310101
 1985,Sierra Leone,Monogastrics,3.466044,0.0126518878583192
-1985,Sierra Leone,Oilcrops,3.466044,0.010737601715385
-1985,Sierra Leone,Pulses,3.466044,0.0078510255495891
+1985,Sierra Leone,FruitVeg,3.466044,0.0885254197580873
+1985,Sierra Leone,OilcropsPulses,3.466044,0.0185886272649741
 1985,Sierra Leone,Starchy Roots,3.466044,0.0374066226510685
+1985,Sierra Leone,Sugar,3.466044,0.00578930907974625
 1986,Sierra Leone,Ruminants,3.569102,0.0611052303912861
 1986,Sierra Leone,Cereals,3.569102,0.165079899649828
 1986,Sierra Leone,Monogastrics,3.569102,0.0131434461665708
-1986,Sierra Leone,Oilcrops,3.569102,0.0142130989812003
-1986,Sierra Leone,Pulses,3.569102,0.00775741348944356
+1986,Sierra Leone,FruitVeg,3.569102,0.0859367426316199
+1986,Sierra Leone,OilcropsPulses,3.569102,0.0219705124706439
 1986,Sierra Leone,Starchy Roots,3.569102,0.0366456324307907
+1986,Sierra Leone,Sugar,3.569102,0.00493149257152079
 1987,Sierra Leone,Ruminants,3.681945,0.0573027842621223
 1987,Sierra Leone,Cereals,3.681945,0.16646527854164
 1987,Sierra Leone,Monogastrics,3.681945,0.0139508873706696
-1987,Sierra Leone,Oilcrops,3.681945,0.0141126497000906
-1987,Sierra Leone,Pulses,3.681945,0.00800039109763997
+1987,Sierra Leone,FruitVeg,3.681945,0.0851400550524248
+1987,Sierra Leone,OilcropsPulses,3.681945,0.0221130407977305
 1987,Sierra Leone,Starchy Roots,3.681945,0.0353128577423074
+1987,Sierra Leone,Sugar,3.681945,0.00519535191318719
 1988,Sierra Leone,Ruminants,3.791078,0.0539721155829556
 1988,Sierra Leone,Cereals,3.791078,0.165058329055746
 1988,Sierra Leone,Monogastrics,3.791078,0.0141273537500415
-1988,Sierra Leone,Oilcrops,3.791078,0.0125439255008734
-1988,Sierra Leone,Pulses,3.791078,0.00801091404608399
+1988,Sierra Leone,FruitVeg,3.791078,0.084966334113938
+1988,Sierra Leone,OilcropsPulses,3.791078,0.0205548395469574
 1988,Sierra Leone,Starchy Roots,3.791078,0.0346313106720569
+1988,Sierra Leone,Sugar,3.791078,0.00562715934623345
 1989,Sierra Leone,Ruminants,3.878211,0.0537503761399264
 1989,Sierra Leone,Cereals,3.878211,0.167712638636732
 1989,Sierra Leone,Monogastrics,3.878211,0.0143367908553712
-1989,Sierra Leone,Oilcrops,3.878211,0.0130044497321059
-1989,Sierra Leone,Pulses,3.878211,0.00806892662622018
+1989,Sierra Leone,FruitVeg,3.878211,0.0850853653914137
+1989,Sierra Leone,OilcropsPulses,3.878211,0.021073376358326
 1989,Sierra Leone,Starchy Roots,3.878211,0.0341162458669732
+1989,Sierra Leone,Sugar,3.878211,0.00494325863136379
 1990,Sierra Leone,Ruminants,3.931208,0.0561279128451102
 1990,Sierra Leone,Cereals,3.931208,0.167767770110358
 1990,Sierra Leone,Monogastrics,3.931208,0.0144366566205604
-1990,Sierra Leone,Oilcrops,3.931208,0.0117640684491892
-1990,Sierra Leone,Pulses,3.931208,0.00820714650560337
+1990,Sierra Leone,FruitVeg,3.931208,0.0797309631034532
+1990,Sierra Leone,OilcropsPulses,3.931208,0.0199712149547925
 1990,Sierra Leone,Starchy Roots,3.931208,0.0408248558712742
+1990,Sierra Leone,Sugar,3.931208,0.00487916182506751
 1991,Sierra Leone,Ruminants,3.945899,0.0603046859536952
 1991,Sierra Leone,Cereals,3.945899,0.169483050630541
 1991,Sierra Leone,Monogastrics,3.945899,0.0143126826104774
-1991,Sierra Leone,Oilcrops,3.945899,0.0129747365555986
-1991,Sierra Leone,Pulses,3.945899,0.00815175451779176
+1991,Sierra Leone,FruitVeg,3.945899,0.0804326213113919
+1991,Sierra Leone,OilcropsPulses,3.945899,0.0211264910733904
 1991,Sierra Leone,Starchy Roots,3.945899,0.0413591427454175
+1991,Sierra Leone,Sugar,3.945899,0.00514154062230179
 1992,Sierra Leone,Ruminants,3.929182,0.0620077919526253
 1992,Sierra Leone,Cereals,3.929182,0.170307712903093
 1992,Sierra Leone,Monogastrics,3.929182,0.0142080209061326
-1992,Sierra Leone,Oilcrops,3.929182,0.013421368620746
-1992,Sierra Leone,Pulses,3.929182,0.00818592775799136
+1992,Sierra Leone,FruitVeg,3.929182,0.0830905771226683
+1992,Sierra Leone,OilcropsPulses,3.929182,0.0216072963787374
 1992,Sierra Leone,Starchy Roots,3.929182,0.0433194491881516
+1992,Sierra Leone,Sugar,3.929182,0.00521100829638332
 1993,Sierra Leone,Ruminants,3.893891,0.0689016718752528
 1993,Sierra Leone,Cereals,3.893891,0.170379191405204
 1993,Sierra Leone,Monogastrics,3.893891,0.0142735377030328
-1993,Sierra Leone,Oilcrops,3.893891,0.0138478452529873
-1993,Sierra Leone,Pulses,3.893891,0.00786359967446444
+1993,Sierra Leone,FruitVeg,3.893891,0.0803260800058348
+1993,Sierra Leone,OilcropsPulses,3.893891,0.0217114449274517
 1993,Sierra Leone,Starchy Roots,3.893891,0.0484109596288134
+1993,Sierra Leone,Sugar,3.893891,0.00519762879854624
 1994,Sierra Leone,Ruminants,3.858559,0.07118680833959
 1994,Sierra Leone,Cereals,3.858559,0.17636324855989
 1994,Sierra Leone,Monogastrics,3.858559,0.0145249301617521
-1994,Sierra Leone,Oilcrops,3.858559,0.0172924659179761
-1994,Sierra Leone,Pulses,3.858559,0.00809861919955092
+1994,Sierra Leone,FruitVeg,3.858559,0.0817605743491288
+1994,Sierra Leone,OilcropsPulses,3.858559,0.025391085117527
 1994,Sierra Leone,Starchy Roots,3.858559,0.0524387472110702
+1994,Sierra Leone,Sugar,3.858559,0.00500964220062464
 1995,Sierra Leone,Ruminants,3.837807,0.0673516151281187
 1995,Sierra Leone,Cereals,3.837807,0.177045640908988
 1995,Sierra Leone,Monogastrics,3.837807,0.0148766470017903
-1995,Sierra Leone,Oilcrops,3.837807,0.0158668739725578
-1995,Sierra Leone,Pulses,3.837807,0.00806580424706089
+1995,Sierra Leone,FruitVeg,3.837807,0.0806155702983501
+1995,Sierra Leone,OilcropsPulses,3.837807,0.0239326782196187
 1995,Sierra Leone,Starchy Roots,3.837807,0.0559877033941519
+1995,Sierra Leone,Sugar,3.837807,0.00430662615394677
 1996,Sierra Leone,Ruminants,3.833053,0.0555359396282806
 1996,Sierra Leone,Cereals,3.833053,0.176303588810277
 1996,Sierra Leone,Monogastrics,3.833053,0.0152791521536488
-1996,Sierra Leone,Oilcrops,3.833053,0.0160237805216886
-1996,Sierra Leone,Pulses,3.833053,0.00996542442799513
+1996,Sierra Leone,FruitVeg,3.833053,0.0963373060586431
+1996,Sierra Leone,OilcropsPulses,3.833053,0.0259892049496837
 1996,Sierra Leone,Starchy Roots,3.833053,0.0590291863952833
+1996,Sierra Leone,Sugar,3.833053,0.00365635434730488
 1997,Sierra Leone,Ruminants,3.843472,0.0546718696012355
 1997,Sierra Leone,Cereals,3.843472,0.177008704629564
 1997,Sierra Leone,Monogastrics,3.843472,0.0152300315964316
-1997,Sierra Leone,Oilcrops,3.843472,0.0158489511566625
-1997,Sierra Leone,Pulses,3.843472,0.0105618045350662
+1997,Sierra Leone,FruitVeg,3.843472,0.0981086892268241
+1997,Sierra Leone,OilcropsPulses,3.843472,0.0264107556917287
 1997,Sierra Leone,Starchy Roots,3.843472,0.0618102590574356
+1997,Sierra Leone,Sugar,3.843472,0.00329181531698423
 1998,Sierra Leone,Ruminants,3.878475,0.0545070162886186
 1998,Sierra Leone,Cereals,3.878475,0.177028600158567
 1998,Sierra Leone,Monogastrics,3.878475,0.0148458865920239
-1998,Sierra Leone,Oilcrops,3.878475,0.0136130824615345
-1998,Sierra Leone,Pulses,3.878475,0.0115633077433785
+1998,Sierra Leone,FruitVeg,3.878475,0.0819768078948556
+1998,Sierra Leone,OilcropsPulses,3.878475,0.025176390204913
 1998,Sierra Leone,Starchy Roots,3.878475,0.0662139113955872
+1998,Sierra Leone,Sugar,3.878475,0.00522705444794668
 1999,Sierra Leone,Ruminants,3.9488,0.053250709076175
 1999,Sierra Leone,Cereals,3.9488,0.173410656401945
 1999,Sierra Leone,Monogastrics,3.9488,0.0155062550648298
-1999,Sierra Leone,Oilcrops,3.9488,0.0122047204213938
-1999,Sierra Leone,Pulses,3.9488,0.011978322528363
+1999,Sierra Leone,FruitVeg,3.9488,0.0831756482982172
+1999,Sierra Leone,OilcropsPulses,3.9488,0.0241830429497569
 1999,Sierra Leone,Starchy Roots,3.9488,0.0653142726904376
+1999,Sierra Leone,Sugar,3.9488,0.00501595421393841
 2000,Sierra Leone,Ruminants,4.060709,0.0586864018081571
 2000,Sierra Leone,Cereals,4.060709,0.168352127670316
 2000,Sierra Leone,Monogastrics,4.060709,0.0118954842614923
-2000,Sierra Leone,Oilcrops,4.060709,0.00907304611091314
-2000,Sierra Leone,Pulses,4.060709,0.0106560209066939
+2000,Sierra Leone,FruitVeg,4.060709,0.0800668060676104
+2000,Sierra Leone,OilcropsPulses,4.060709,0.019729067017607
 2000,Sierra Leone,Starchy Roots,4.060709,0.0644170759342765
+2000,Sierra Leone,Sugar,4.060709,0.00514491434870118
 2001,Sierra Leone,Ruminants,4.220198,0.0479378692658496
 2001,Sierra Leone,Cereals,4.220198,0.164075713983088
 2001,Sierra Leone,Monogastrics,4.220198,0.00391775456980928
-2001,Sierra Leone,Oilcrops,4.220198,0.0109236580842889
-2001,Sierra Leone,Pulses,4.220198,0.0128889687166337
+2001,Sierra Leone,FruitVeg,4.220198,0.0860369584555037
+2001,Sierra Leone,OilcropsPulses,4.220198,0.0238126268009226
 2001,Sierra Leone,Starchy Roots,4.220198,0.0649744395879056
+2001,Sierra Leone,Sugar,4.220198,0.00492796783468453
 2002,Sierra Leone,Ruminants,4.422154,0.0510572675668916
 2002,Sierra Leone,Cereals,4.422154,0.160300613682834
 2002,Sierra Leone,Monogastrics,4.422154,0.0116709865825568
-2002,Sierra Leone,Oilcrops,4.422154,0.0144318809340425
-2002,Sierra Leone,Pulses,4.422154,0.0128631883919013
+2002,Sierra Leone,FruitVeg,4.422154,0.0849043249059169
+2002,Sierra Leone,OilcropsPulses,4.422154,0.0272950693259439
 2002,Sierra Leone,Starchy Roots,4.422154,0.0710079296198188
+2002,Sierra Leone,Sugar,4.422154,0.0049923634500291
 2003,Sierra Leone,Ruminants,4.647701,0.0614518446862223
 2003,Sierra Leone,Cereals,4.647701,0.155328838924879
 2003,Sierra Leone,Monogastrics,4.647701,0.00860124177523468
-2003,Sierra Leone,Oilcrops,4.647701,0.0148677808662821
-2003,Sierra Leone,Pulses,4.647701,0.0120700535598138
+2003,Sierra Leone,FruitVeg,4.647701,0.08531078053429
+2003,Sierra Leone,OilcropsPulses,4.647701,0.0269378344260958
 2003,Sierra Leone,Starchy Roots,4.647701,0.0827665118732896
+2003,Sierra Leone,Sugar,4.647701,0.00569055539502218
 2004,Sierra Leone,Ruminants,4.870467,0.0648528980896493
 2004,Sierra Leone,Cereals,4.870467,0.146444889165659
 2004,Sierra Leone,Monogastrics,4.870467,0.00786854730768117
-2004,Sierra Leone,Oilcrops,4.870467,0.0171004135743041
-2004,Sierra Leone,Pulses,4.870467,0.0117255696425004
+2004,Sierra Leone,FruitVeg,4.870467,0.0871045836056378
+2004,Sierra Leone,OilcropsPulses,4.870467,0.0288259832168045
 2004,Sierra Leone,Starchy Roots,4.870467,0.0847951541402498
+2004,Sierra Leone,Sugar,4.870467,0.00540831094841624
 2005,Sierra Leone,Ruminants,5.071271,0.0699324094492288
 2005,Sierra Leone,Cereals,5.071271,0.148401258777139
 2005,Sierra Leone,Monogastrics,5.071271,0.00754520908072158
-2005,Sierra Leone,Oilcrops,5.071271,0.0180938861283493
-2005,Sierra Leone,Pulses,5.071271,0.0118627066074757
+2005,Sierra Leone,FruitVeg,5.071271,0.0860608711307284
+2005,Sierra Leone,OilcropsPulses,5.071271,0.029956592735825
 2005,Sierra Leone,Starchy Roots,5.071271,0.0957939341044878
+2005,Sierra Leone,Sugar,5.071271,0.00528191059006707
 2006,Sierra Leone,Ruminants,5.243214,0.0816082273201132
 2006,Sierra Leone,Cereals,5.243214,0.154849487356419
 2006,Sierra Leone,Monogastrics,5.243214,0.00831320255095443
-2006,Sierra Leone,Oilcrops,5.243214,0.0192229422640388
-2006,Sierra Leone,Pulses,5.243214,0.0118913704456847
+2006,Sierra Leone,FruitVeg,5.243214,0.0843448312428217
+2006,Sierra Leone,OilcropsPulses,5.243214,0.0311143127097235
 2006,Sierra Leone,Starchy Roots,5.243214,0.101284631907071
+2006,Sierra Leone,Sugar,5.243214,0.00667910941647623
 2007,Sierra Leone,Ruminants,5.391108,0.0800456789216614
 2007,Sierra Leone,Cereals,5.391108,0.164381793130466
 2007,Sierra Leone,Monogastrics,5.391108,0.0122462951957186
-2007,Sierra Leone,Oilcrops,5.391108,0.0117404437084176
-2007,Sierra Leone,Pulses,5.391108,0.0121590960522401
+2007,Sierra Leone,FruitVeg,5.391108,0.0853264301141806
+2007,Sierra Leone,OilcropsPulses,5.391108,0.0238995397606577
 2007,Sierra Leone,Starchy Roots,5.391108,0.108007481949907
+2007,Sierra Leone,Sugar,5.391108,0.00659994197853206
 2008,Sierra Leone,Ruminants,5.521838,0.0783417948878616
 2008,Sierra Leone,Cereals,5.521838,0.163730989572675
 2008,Sierra Leone,Monogastrics,5.521838,0.015456773632258
-2008,Sierra Leone,Oilcrops,5.521838,0.0119945568848633
-2008,Sierra Leone,Pulses,5.521838,0.0122013720793692
+2008,Sierra Leone,FruitVeg,5.521838,0.0861935826440399
+2008,Sierra Leone,OilcropsPulses,5.521838,0.0241959289642326
 2008,Sierra Leone,Starchy Roots,5.521838,0.0973846027355384
+2008,Sierra Leone,Sugar,5.521838,0.00654202459398483
 2009,Sierra Leone,Ruminants,5.647194,0.0804929846575131
 2009,Sierra Leone,Cereals,5.647194,0.163846859165809
 2009,Sierra Leone,Monogastrics,5.647194,0.0172792363782792
-2009,Sierra Leone,Oilcrops,5.647194,0.0131084570496427
-2009,Sierra Leone,Pulses,5.647194,0.0125701366023551
+2009,Sierra Leone,FruitVeg,5.647194,0.0861587188256681
+2009,Sierra Leone,OilcropsPulses,5.647194,0.0256785936519978
 2009,Sierra Leone,Starchy Roots,5.647194,0.108937111067904
+2009,Sierra Leone,Sugar,5.647194,0.00650624009021117
 2010,Sierra Leone,Ruminants,5.775902,0.0832363672375328
 2010,Sierra Leone,Cereals,5.775902,0.172436789959386
 2010,Sierra Leone,Monogastrics,5.775902,0.0199882373350517
-2010,Sierra Leone,Oilcrops,5.775902,0.0140966726928539
-2010,Sierra Leone,Pulses,5.775902,0.0106875082021821
+2010,Sierra Leone,FruitVeg,5.775902,0.0957876362860727
+2010,Sierra Leone,OilcropsPulses,5.775902,0.024784180895036
 2010,Sierra Leone,Starchy Roots,5.775902,0.120139850018231
+2010,Sierra Leone,Sugar,5.775902,0.00363423756150987
 2011,Sierra Leone,Ruminants,5.908908,0.089405758221316
 2011,Sierra Leone,Cereals,5.908908,0.174290241107155
 2011,Sierra Leone,Monogastrics,5.908908,0.0221093305226617
-2011,Sierra Leone,Oilcrops,5.908908,0.0143319205511408
-2011,Sierra Leone,Pulses,5.908908,0.0109857862061823
+2011,Sierra Leone,FruitVeg,5.908908,0.0929183531034837
+2011,Sierra Leone,OilcropsPulses,5.908908,0.025317706757323
 2011,Sierra Leone,Starchy Roots,5.908908,0.125665520600422
+2011,Sierra Leone,Sugar,5.908908,0.00550592427568681
 1993,Slovakia,Ruminants,5.325305,0.721857471074427
 1993,Slovakia,Cereals,5.325305,0.125975319723471
 1993,Slovakia,Monogastrics,5.325305,0.358738569903508
-1993,Slovakia,Oilcrops,5.325305,0.0120620321277373
-1993,Slovakia,Pulses,5.325305,0.00418379792331143
+1993,Slovakia,FruitVeg,5.325305,0.144096723098489
+1993,Slovakia,OilcropsPulses,5.325305,0.0162458300510487
 1993,Slovakia,Starchy Roots,5.325305,0.12690653399195
+1993,Slovakia,Sugar,5.325305,0.0339882879947721
 1994,Slovakia,Ruminants,5.346331,0.587225557115712
 1994,Slovakia,Cereals,5.346331,0.166219038813721
 1994,Slovakia,Monogastrics,5.346331,0.359182755426104
-1994,Slovakia,Oilcrops,5.346331,0.0146876427965272
-1994,Slovakia,Pulses,5.346331,0.00733362749145161
+1994,Slovakia,FruitVeg,5.346331,0.141856910842221
+1994,Slovakia,OilcropsPulses,5.346331,0.0220212702879788
 1994,Slovakia,Starchy Roots,5.346331,0.0676970804837935
+1994,Slovakia,Sugar,5.346331,0.0352948592221469
 1995,Slovakia,Ruminants,5.361999,0.537558567243299
 1995,Slovakia,Cereals,5.361999,0.135141390365795
 1995,Slovakia,Monogastrics,5.361999,0.354260957527221
-1995,Slovakia,Oilcrops,5.361999,0.0158948183317453
-1995,Slovakia,Pulses,5.361999,0.00363521142021847
+1995,Slovakia,FruitVeg,5.361999,0.146769702866412
+1995,Slovakia,OilcropsPulses,5.361999,0.0195300297519638
 1995,Slovakia,Starchy Roots,5.361999,0.0772534646127312
+1995,Slovakia,Sugar,5.361999,0.04202406602463
 1996,Slovakia,Ruminants,5.373361,0.536020881530201
 1996,Slovakia,Cereals,5.373361,0.143653664810535
 1996,Slovakia,Monogastrics,5.373361,0.370908747802353
-1996,Slovakia,Oilcrops,5.373361,0.0132659986924385
-1996,Slovakia,Pulses,5.373361,0.00487441658954237
+1996,Slovakia,FruitVeg,5.373361,0.183246947301698
+1996,Slovakia,OilcropsPulses,5.373361,0.0181404152819809
 1996,Slovakia,Starchy Roots,5.373361,0.082105594617596
+1996,Slovakia,Sugar,5.373361,0.0422406013666307
 1997,Slovakia,Ruminants,5.383291,0.549873599625211
 1997,Slovakia,Cereals,5.383291,0.148144137108694
 1997,Slovakia,Monogastrics,5.383291,0.371882571460469
-1997,Slovakia,Oilcrops,5.383291,0.0153755388664666
-1997,Slovakia,Pulses,5.383291,0.00351885120087322
+1997,Slovakia,FruitVeg,5.383291,0.175752713349511
+1997,Slovakia,OilcropsPulses,5.383291,0.0188943900673399
 1997,Slovakia,Starchy Roots,5.383291,0.0826230645900435
+1997,Slovakia,Sugar,5.383291,0.0428141447304261
 1998,Slovakia,Ruminants,5.390516,0.528350161654283
 1998,Slovakia,Cereals,5.390516,0.14605076768161
 1998,Slovakia,Monogastrics,5.390516,0.357909892114224
-1998,Slovakia,Oilcrops,5.390516,0.0150900210666289
-1998,Slovakia,Pulses,5.390516,0.00274036845452272
+1998,Slovakia,FruitVeg,5.390516,0.189841566187727
+1998,Slovakia,OilcropsPulses,5.390516,0.0178303895211516
 1998,Slovakia,Starchy Roots,5.390516,0.0796048096323246
+1998,Slovakia,Sugar,5.390516,0.0399640776504513
 1999,Slovakia,Ruminants,5.39602,0.533109384324002
 1999,Slovakia,Cereals,5.39602,0.147035222256404
 1999,Slovakia,Monogastrics,5.39602,0.348497651973121
-1999,Slovakia,Oilcrops,5.39602,0.0199589697591929
-1999,Slovakia,Pulses,5.39602,0.00217512166374476
+1999,Slovakia,FruitVeg,5.39602,0.187461870044959
+1999,Slovakia,OilcropsPulses,5.39602,0.0221340914229376
 1999,Slovakia,Starchy Roots,5.39602,0.0802674934488753
+1999,Slovakia,Sugar,5.39602,0.0357439371981572
 2000,Slovakia,Ruminants,5.38872,0.484024128178862
 2000,Slovakia,Cereals,5.38872,0.153728343651182
 2000,Slovakia,Monogastrics,5.38872,0.284678773437848
-2000,Slovakia,Oilcrops,5.38872,0.0164289478763046
-2000,Slovakia,Pulses,5.38872,0.00187818257396933
+2000,Slovakia,FruitVeg,5.38872,0.166276778158821
+2000,Slovakia,OilcropsPulses,5.38872,0.0183071304502739
 2000,Slovakia,Starchy Roots,5.38872,0.0747938285900919
+2000,Slovakia,Sugar,5.38872,0.0379810047655102
 2001,Slovakia,Ruminants,5.378867,0.482587373883757
 2001,Slovakia,Cereals,5.378867,0.15752592506935
 2001,Slovakia,Monogastrics,5.378867,0.276492837618034
-2001,Slovakia,Oilcrops,5.378867,0.0154634795766469
-2001,Slovakia,Pulses,5.378867,0.00191694644987504
+2001,Slovakia,FruitVeg,5.378867,0.145815280429875
+2001,Slovakia,OilcropsPulses,5.378867,0.0173804260265219
 2001,Slovakia,Starchy Roots,5.378867,0.0707654604584943
+2001,Slovakia,Sugar,5.378867,0.0342402963300636
 2002,Slovakia,Ruminants,5.376912,0.480073451081215
 2002,Slovakia,Cereals,5.376912,0.15399452325052
 2002,Slovakia,Monogastrics,5.376912,0.301832334246869
-2002,Slovakia,Oilcrops,5.376912,0.019904733423199
-2002,Slovakia,Pulses,5.376912,0.00202458213933946
+2002,Slovakia,FruitVeg,5.376912,0.137049481189203
+2002,Slovakia,OilcropsPulses,5.376912,0.0219293155625385
 2002,Slovakia,Starchy Roots,5.376912,0.0815789806491161
+2002,Slovakia,Sugar,5.376912,0.0315272037184168
 2003,Slovakia,Ruminants,5.373374,0.444785120112615
 2003,Slovakia,Cereals,5.373374,0.160506973830595
 2003,Slovakia,Monogastrics,5.373374,0.333121126502641
-2003,Slovakia,Oilcrops,5.373374,0.0200471807843638
-2003,Slovakia,Pulses,5.373374,0.00186326133263756
+2003,Slovakia,FruitVeg,5.373374,0.148837955444754
+2003,Slovakia,OilcropsPulses,5.373374,0.0219104421170014
 2003,Slovakia,Starchy Roots,5.373374,0.0757736200755801
+2003,Slovakia,Sugar,5.373374,0.0311489578056543
 2004,Slovakia,Ruminants,5.37228,0.388018290185917
 2004,Slovakia,Cereals,5.37228,0.170778514894979
 2004,Slovakia,Monogastrics,5.37228,0.323878781448473
-2004,Slovakia,Oilcrops,5.37228,0.0244428808625016
-2004,Slovakia,Pulses,5.37228,0.00163059259755634
+2004,Slovakia,FruitVeg,5.37228,0.14846657285175
+2004,Slovakia,OilcropsPulses,5.37228,0.0260734734600579
 2004,Slovakia,Starchy Roots,5.37228,0.0716323423202067
+2004,Slovakia,Sugar,5.37228,0.0406704416002144
 2005,Slovakia,Ruminants,5.372807,0.378368755847735
 2005,Slovakia,Cereals,5.372807,0.151891367026584
 2005,Slovakia,Monogastrics,5.372807,0.339167943311569
-2005,Slovakia,Oilcrops,5.372807,0.0172972898523993
-2005,Slovakia,Pulses,5.372807,0.00169576163819024
+2005,Slovakia,FruitVeg,5.372807,0.154236137646485
+2005,Slovakia,OilcropsPulses,5.372807,0.0189930514905896
 2005,Slovakia,Starchy Roots,5.372807,0.0694640622676378
+2005,Slovakia,Sugar,5.372807,0.048389603423313
 2006,Slovakia,Ruminants,5.373054,0.404677842433744
 2006,Slovakia,Cereals,5.373054,0.150540642249268
 2006,Slovakia,Monogastrics,5.373054,0.31896640160326
-2006,Slovakia,Oilcrops,5.373054,0.0154165582553237
-2006,Slovakia,Pulses,5.373054,0.00201952185851845
+2006,Slovakia,FruitVeg,5.373054,0.157806714765941
+2006,Slovakia,OilcropsPulses,5.373054,0.0174360801138421
 2006,Slovakia,Starchy Roots,5.373054,0.0694461659979594
+2006,Slovakia,Sugar,5.373054,0.0451596056916607
 2007,Slovakia,Ruminants,5.374622,0.409672605813023
 2007,Slovakia,Cereals,5.374622,0.154781489749419
 2007,Slovakia,Monogastrics,5.374622,0.312300623188012
-2007,Slovakia,Oilcrops,5.374622,0.014562326429654
-2007,Slovakia,Pulses,5.374622,0.00170877133312817
+2007,Slovakia,FruitVeg,5.374622,0.1653775837631
+2007,Slovakia,OilcropsPulses,5.374622,0.0162710977627822
 2007,Slovakia,Starchy Roots,5.374622,0.0673796222320379
+2007,Slovakia,Sugar,5.374622,0.0438287567014015
 2008,Slovakia,Ruminants,5.379233,0.364646800017772
 2008,Slovakia,Cereals,5.379233,0.156631252076272
 2008,Slovakia,Monogastrics,5.379233,0.323071765063904
-2008,Slovakia,Oilcrops,5.379233,0.0154211576260036
-2008,Slovakia,Pulses,5.379233,0.00160059993683114
+2008,Slovakia,FruitVeg,5.379233,0.178547945404112
+2008,Slovakia,OilcropsPulses,5.379233,0.0170217575628347
 2008,Slovakia,Starchy Roots,5.379233,0.062404621625425
+2008,Slovakia,Sugar,5.379233,0.0555389588069526
 2009,Slovakia,Ruminants,5.386406,0.399471744239109
 2009,Slovakia,Cereals,5.386406,0.147813774156645
 2009,Slovakia,Monogastrics,5.386406,0.327190022437967
-2009,Slovakia,Oilcrops,5.386406,0.0168065682386363
-2009,Slovakia,Pulses,5.386406,0.00143323767276362
+2009,Slovakia,FruitVeg,5.386406,0.17607009200569
+2009,Slovakia,OilcropsPulses,5.386406,0.0182398059113999
 2009,Slovakia,Starchy Roots,5.386406,0.0603693817361707
+2009,Slovakia,Sugar,5.386406,0.0573983840059587
 2010,Slovakia,Ruminants,5.391428,0.409087239966851
 2010,Slovakia,Cereals,5.391428,0.191233009139694
 2010,Slovakia,Monogastrics,5.391428,0.314826702684335
-2010,Slovakia,Oilcrops,5.391428,0.0174106006794489
-2010,Slovakia,Pulses,5.391428,0.00141947550815851
+2010,Slovakia,FruitVeg,5.391428,0.166776594252951
+2010,Slovakia,OilcropsPulses,5.391428,0.0188300761876074
 2010,Slovakia,Starchy Roots,5.391428,0.0541717333515351
+2010,Slovakia,Sugar,5.391428,0.0575912355687584
 2011,Slovakia,Ruminants,5.398384,0.391212166455739
 2011,Slovakia,Cereals,5.398384,0.207955936443202
 2011,Slovakia,Monogastrics,5.398384,0.307237851179168
-2011,Slovakia,Oilcrops,5.398384,0.0164384378732599
-2011,Slovakia,Pulses,5.398384,0.00157695339938767
+2011,Slovakia,FruitVeg,5.398384,0.167924326983779
+2011,Slovakia,OilcropsPulses,5.398384,0.0180153912726475
 2011,Slovakia,Starchy Roots,5.398384,0.0551248299491107
+2011,Slovakia,Sugar,5.398384,0.0527559728985563
 1992,Slovenia,Ruminants,1.996498,0.681052773406234
 1992,Slovenia,Cereals,1.996498,0.149246831201434
 1992,Slovenia,Monogastrics,1.996498,0.198239767833476
-1992,Slovenia,Oilcrops,1.996498,0.0141638008152275
-1992,Slovenia,Pulses,1.996498,0.00126371276104459
+1992,Slovenia,FruitVeg,1.996498,0.168764506651146
+1992,Slovenia,OilcropsPulses,1.996498,0.0154275135762721
 1992,Slovenia,Starchy Roots,1.996498,0.0549251739796383
+1992,Slovenia,Sugar,1.996498,0.0148990883036196
 1993,Slovenia,Ruminants,1.991746,0.906403627771814
 1993,Slovenia,Cereals,1.991746,0.148913566288071
 1993,Slovenia,Monogastrics,1.991746,0.333459135853668
-1993,Slovenia,Oilcrops,1.991746,0.010813125770053
-1993,Slovenia,Pulses,1.991746,0.00148362291175682
+1993,Slovenia,FruitVeg,1.991746,0.192845372853767
+1993,Slovenia,OilcropsPulses,1.991746,0.0122967486818098
 1993,Slovenia,Starchy Roots,1.991746,0.0618618036637202
+1993,Slovenia,Sugar,1.991746,0.0195637395531358
 1994,Slovenia,Ruminants,1.989443,1.01048187859617
 1994,Slovenia,Cereals,1.989443,0.150977937040669
 1994,Slovenia,Monogastrics,1.989443,0.344510197075262
-1994,Slovenia,Oilcrops,1.989443,0.0106466985985525
-1994,Slovenia,Pulses,1.989443,0.00225238923658532
+1994,Slovenia,FruitVeg,1.989443,0.213180774719356
+1994,Slovenia,OilcropsPulses,1.989443,0.0128990878351378
 1994,Slovenia,Starchy Roots,1.989443,0.0596488564889771
+1994,Slovenia,Sugar,1.989443,0.0163548289646901
 1995,Slovenia,Ruminants,1.989872,0.951582513850137
 1995,Slovenia,Cereals,1.989872,0.152044453110552
 1995,Slovenia,Monogastrics,1.989872,0.336711004526924
-1995,Slovenia,Oilcrops,1.989872,0.0109961846792155
-1995,Slovenia,Pulses,1.989872,0.0034077568808446
+1995,Slovenia,FruitVeg,1.989872,0.214693206397195
+1995,Slovenia,OilcropsPulses,1.989872,0.0144039415600601
 1995,Slovenia,Starchy Roots,1.989872,0.076962236766988
+1995,Slovenia,Sugar,1.989872,0.0213526297168863
 1996,Slovenia,Ruminants,1.988628,1.00357879905141
 1996,Slovenia,Cereals,1.988628,0.153316759092198
 1996,Slovenia,Monogastrics,1.988628,0.333740397902473
-1996,Slovenia,Oilcrops,1.988628,0.0117357293571246
-1996,Slovenia,Pulses,1.988628,0.00233930126700419
+1996,Slovenia,FruitVeg,1.988628,0.246209949774417
+1996,Slovenia,OilcropsPulses,1.988628,0.0140750306241288
 1996,Slovenia,Starchy Roots,1.988628,0.0567461586581301
+1996,Slovenia,Sugar,1.988628,0.0199796040285061
 1997,Slovenia,Ruminants,1.985956,0.930915689975004
 1997,Slovenia,Cereals,1.985956,0.148766135805627
 1997,Slovenia,Monogastrics,1.985956,0.353705570516165
-1997,Slovenia,Oilcrops,1.985956,0.0116704498991921
-1997,Slovenia,Pulses,1.985956,0.00239280225745183
+1997,Slovenia,FruitVeg,1.985956,0.222293444567755
+1997,Slovenia,OilcropsPulses,1.985956,0.014063252156644
 1997,Slovenia,Starchy Roots,1.985956,0.0618815321185364
+1997,Slovenia,Sugar,1.985956,0.0214793278400931
 1998,Slovenia,Ruminants,1.981629,0.819547200813068
 1998,Slovenia,Cereals,1.981629,0.154735825929071
 1998,Slovenia,Monogastrics,1.981629,0.357969428182571
-1998,Slovenia,Oilcrops,1.981629,0.0161543861136469
-1998,Slovenia,Pulses,1.981629,0.00269778046243772
+1998,Slovenia,FruitVeg,1.981629,0.227744446614376
+1998,Slovenia,OilcropsPulses,1.981629,0.0188521665760846
 1998,Slovenia,Starchy Roots,1.981629,0.0672805050794069
+1998,Slovenia,Sugar,1.981629,0.020926722408685
 1999,Slovenia,Ruminants,1.983045,0.889575022251134
 1999,Slovenia,Cereals,1.983045,0.156121520187389
 1999,Slovenia,Monogastrics,1.983045,0.38614963351815
-1999,Slovenia,Oilcrops,1.983045,0.0129921408742616
-1999,Slovenia,Pulses,1.983045,0.00131767055210547
+1999,Slovenia,FruitVeg,1.983045,0.249978190106629
+1999,Slovenia,OilcropsPulses,1.983045,0.014309811426367
 1999,Slovenia,Starchy Roots,1.983045,0.0587606433540338
+1999,Slovenia,Sugar,1.983045,0.0199360075036119
 2000,Slovenia,Ruminants,1.988925,0.904326910265596
 2000,Slovenia,Cereals,1.988925,0.153914300438679
 2000,Slovenia,Monogastrics,1.988925,0.369720829091092
-2000,Slovenia,Oilcrops,1.988925,0.0175627537488844
-2000,Slovenia,Pulses,1.988925,0.000906017069522481
+2000,Slovenia,FruitVeg,1.988925,0.264892844124339
+2000,Slovenia,OilcropsPulses,1.988925,0.0184687708184069
 2000,Slovenia,Starchy Roots,1.988925,0.0908807521651143
+2000,Slovenia,Sugar,1.988925,0.0261422627801451
 2001,Slovenia,Ruminants,1.99206,0.859316034657591
 2001,Slovenia,Cereals,1.99206,0.163516159151833
 2001,Slovenia,Monogastrics,1.99206,0.36629900705802
-2001,Slovenia,Oilcrops,1.99206,0.0110824975151351
-2001,Slovenia,Pulses,1.99206,0.00111844020762427
+2001,Slovenia,FruitVeg,1.99206,0.223373291969117
+2001,Slovenia,OilcropsPulses,1.99206,0.0122009377227594
 2001,Slovenia,Starchy Roots,1.99206,0.0613440358222142
+2001,Slovenia,Sugar,1.99206,0.023137857293455
 2002,Slovenia,Ruminants,1.99453,0.79487438143322
 2002,Slovenia,Cereals,1.99453,0.158017678350288
 2002,Slovenia,Monogastrics,1.99453,0.347636235103007
-2002,Slovenia,Oilcrops,1.99453,0.0140669731716244
-2002,Slovenia,Pulses,1.99453,0.00140333812978496
+2002,Slovenia,FruitVeg,1.99453,0.248701197775917
+2002,Slovenia,OilcropsPulses,1.99453,0.0154703113014094
 2002,Slovenia,Starchy Roots,1.99453,0.0659774483211584
+2002,Slovenia,Sugar,1.99453,0.0216853093209929
 2003,Slovenia,Ruminants,1.995733,0.926942581998694
 2003,Slovenia,Cereals,1.995733,0.168527553535468
 2003,Slovenia,Monogastrics,1.995733,0.377710846090133
-2003,Slovenia,Oilcrops,1.995733,0.0137157625794633
-2003,Slovenia,Pulses,1.995733,0.00134987996891368
+2003,Slovenia,FruitVeg,1.995733,0.243096145626695
+2003,Slovenia,OilcropsPulses,1.995733,0.015065642548377
 2003,Slovenia,Starchy Roots,1.995733,0.0580137723833799
+2003,Slovenia,Sugar,1.995733,0.0207497696335131
 2004,Slovenia,Ruminants,1.997012,0.929478841389035
 2004,Slovenia,Cereals,1.997012,0.178235784261687
 2004,Slovenia,Monogastrics,1.997012,0.364996705077386
-2004,Slovenia,Oilcrops,1.997012,0.0144075248421141
-2004,Slovenia,Pulses,1.997012,0.00189032414427154
+2004,Slovenia,FruitVeg,1.997012,0.276403947497561
+2004,Slovenia,OilcropsPulses,1.997012,0.0162978489863857
 2004,Slovenia,Starchy Roots,1.997012,0.0634653171838727
+2004,Slovenia,Sugar,1.997012,0.0225456832507767
 2005,Slovenia,Ruminants,2.000474,0.919226593297388
 2005,Slovenia,Cereals,2.000474,0.157893079340196
 2005,Slovenia,Monogastrics,2.000474,0.37190585831158
-2005,Slovenia,Oilcrops,2.000474,0.0128009661710175
-2005,Slovenia,Pulses,2.000474,0.00332571180630191
+2005,Slovenia,FruitVeg,2.000474,0.267846520374671
+2005,Slovenia,OilcropsPulses,2.000474,0.0161266779773194
 2005,Slovenia,Starchy Roots,2.000474,0.047146326320662
+2005,Slovenia,Sugar,2.000474,0.0233254718631684
 2006,Slovenia,Ruminants,2.006868,0.855648253896121
 2006,Slovenia,Cereals,2.006868,0.176416186814479
 2006,Slovenia,Monogastrics,2.006868,0.368154058961526
-2006,Slovenia,Oilcrops,2.006868,0.0127771233583873
-2006,Slovenia,Pulses,2.006868,0.0059814596675018
+2006,Slovenia,FruitVeg,2.006868,0.240986950810915
+2006,Slovenia,OilcropsPulses,2.006868,0.0187585830258891
 2006,Slovenia,Starchy Roots,2.006868,0.0587343063918504
+2006,Slovenia,Sugar,2.006868,0.0220976167839639
 2007,Slovenia,Ruminants,2.018122,0.883099138704201
 2007,Slovenia,Cereals,2.018122,0.160608724348677
 2007,Slovenia,Monogastrics,2.018122,0.349851545149401
-2007,Slovenia,Oilcrops,2.018122,0.0135422932805846
-2007,Slovenia,Pulses,2.018122,0.003727723100982
+2007,Slovenia,FruitVeg,2.018122,0.22753232956184
+2007,Slovenia,OilcropsPulses,2.018122,0.0172700163815666
 2007,Slovenia,Starchy Roots,2.018122,0.0545839151448723
+2007,Slovenia,Sugar,2.018122,0.0236893507924694
 2008,Slovenia,Ruminants,2.021316,0.90062053632386
 2008,Slovenia,Cereals,2.021316,0.157819954920458
 2008,Slovenia,Monogastrics,2.021316,0.366879646725203
-2008,Slovenia,Oilcrops,2.021316,0.0145855472375423
-2008,Slovenia,Pulses,2.021316,0.00308462407659169
+2008,Slovenia,FruitVeg,2.021316,0.231057390333822
+2008,Slovenia,OilcropsPulses,2.021316,0.017670171314134
 2008,Slovenia,Starchy Roots,2.021316,0.0591238579222645
+2008,Slovenia,Sugar,2.021316,0.0238488192840704
 2009,Slovenia,Ruminants,2.039669,0.868484200132473
 2009,Slovenia,Cereals,2.039669,0.15952735468353
 2009,Slovenia,Monogastrics,2.039669,0.362809799040923
-2009,Slovenia,Oilcrops,2.039669,0.0140939534797068
-2009,Slovenia,Pulses,2.039669,0.00187236262354333
+2009,Slovenia,FruitVeg,2.039669,0.243150236631532
+2009,Slovenia,OilcropsPulses,2.039669,0.0159663161032501
 2009,Slovenia,Starchy Roots,2.039669,0.0588438614304576
+2009,Slovenia,Sugar,2.039669,0.0241053818045967
 2010,Slovenia,Ruminants,2.048583,0.839199778578657
 2010,Slovenia,Cereals,2.048583,0.15949463604843
 2010,Slovenia,Monogastrics,2.048583,0.361555816874396
-2010,Slovenia,Oilcrops,2.048583,0.014735063211986
-2010,Slovenia,Pulses,2.048583,0.00182516402801351
+2010,Slovenia,FruitVeg,2.048583,0.22024492051335
+2010,Slovenia,OilcropsPulses,2.048583,0.0165602272399996
 2010,Slovenia,Starchy Roots,2.048583,0.0579620156957272
+2010,Slovenia,Sugar,2.048583,0.0255420454040671
 2011,Slovenia,Ruminants,2.052843,0.821225052281154
 2011,Slovenia,Cereals,2.052843,0.1674463171319
 2011,Slovenia,Monogastrics,2.052843,0.340447321105413
-2011,Slovenia,Oilcrops,2.052843,0.0164303845934638
-2011,Slovenia,Pulses,2.052843,0.00200940841554858
+2011,Slovenia,FruitVeg,2.052843,0.229774025583057
+2011,Slovenia,OilcropsPulses,2.052843,0.0184397930090124
 2011,Slovenia,Starchy Roots,2.052843,0.0561070671259322
+2011,Slovenia,Sugar,2.052843,0.0252235558199044
 1961,Small Island Developing States,Ruminants,NA,NA
 1961,Small Island Developing States,Cereals,NA,NA
 1961,Small Island Developing States,Monogastrics,NA,NA
-1961,Small Island Developing States,Oilcrops,NA,NA
-1961,Small Island Developing States,Pulses,NA,NA
+1961,Small Island Developing States,FruitVeg,NA,NA
+1961,Small Island Developing States,OilcropsPulses,NA,NA
 1961,Small Island Developing States,Starchy Roots,NA,NA
+1961,Small Island Developing States,Sugar,NA,NA
 1962,Small Island Developing States,Ruminants,NA,NA
 1962,Small Island Developing States,Cereals,NA,NA
 1962,Small Island Developing States,Monogastrics,NA,NA
-1962,Small Island Developing States,Oilcrops,NA,NA
-1962,Small Island Developing States,Pulses,NA,NA
+1962,Small Island Developing States,FruitVeg,NA,NA
+1962,Small Island Developing States,OilcropsPulses,NA,NA
 1962,Small Island Developing States,Starchy Roots,NA,NA
+1962,Small Island Developing States,Sugar,NA,NA
 1963,Small Island Developing States,Ruminants,NA,NA
 1963,Small Island Developing States,Cereals,NA,NA
 1963,Small Island Developing States,Monogastrics,NA,NA
-1963,Small Island Developing States,Oilcrops,NA,NA
-1963,Small Island Developing States,Pulses,NA,NA
+1963,Small Island Developing States,FruitVeg,NA,NA
+1963,Small Island Developing States,OilcropsPulses,NA,NA
 1963,Small Island Developing States,Starchy Roots,NA,NA
+1963,Small Island Developing States,Sugar,NA,NA
 1964,Small Island Developing States,Ruminants,NA,NA
 1964,Small Island Developing States,Cereals,NA,NA
 1964,Small Island Developing States,Monogastrics,NA,NA
-1964,Small Island Developing States,Oilcrops,NA,NA
-1964,Small Island Developing States,Pulses,NA,NA
+1964,Small Island Developing States,FruitVeg,NA,NA
+1964,Small Island Developing States,OilcropsPulses,NA,NA
 1964,Small Island Developing States,Starchy Roots,NA,NA
+1964,Small Island Developing States,Sugar,NA,NA
 1965,Small Island Developing States,Ruminants,NA,NA
 1965,Small Island Developing States,Cereals,NA,NA
 1965,Small Island Developing States,Monogastrics,NA,NA
-1965,Small Island Developing States,Oilcrops,NA,NA
-1965,Small Island Developing States,Pulses,NA,NA
+1965,Small Island Developing States,FruitVeg,NA,NA
+1965,Small Island Developing States,OilcropsPulses,NA,NA
 1965,Small Island Developing States,Starchy Roots,NA,NA
+1965,Small Island Developing States,Sugar,NA,NA
 1966,Small Island Developing States,Ruminants,NA,NA
 1966,Small Island Developing States,Cereals,NA,NA
 1966,Small Island Developing States,Monogastrics,NA,NA
-1966,Small Island Developing States,Oilcrops,NA,NA
-1966,Small Island Developing States,Pulses,NA,NA
+1966,Small Island Developing States,FruitVeg,NA,NA
+1966,Small Island Developing States,OilcropsPulses,NA,NA
 1966,Small Island Developing States,Starchy Roots,NA,NA
+1966,Small Island Developing States,Sugar,NA,NA
 1967,Small Island Developing States,Ruminants,NA,NA
 1967,Small Island Developing States,Cereals,NA,NA
 1967,Small Island Developing States,Monogastrics,NA,NA
-1967,Small Island Developing States,Oilcrops,NA,NA
-1967,Small Island Developing States,Pulses,NA,NA
+1967,Small Island Developing States,FruitVeg,NA,NA
+1967,Small Island Developing States,OilcropsPulses,NA,NA
 1967,Small Island Developing States,Starchy Roots,NA,NA
+1967,Small Island Developing States,Sugar,NA,NA
 1968,Small Island Developing States,Ruminants,NA,NA
 1968,Small Island Developing States,Cereals,NA,NA
 1968,Small Island Developing States,Monogastrics,NA,NA
-1968,Small Island Developing States,Oilcrops,NA,NA
-1968,Small Island Developing States,Pulses,NA,NA
+1968,Small Island Developing States,FruitVeg,NA,NA
+1968,Small Island Developing States,OilcropsPulses,NA,NA
 1968,Small Island Developing States,Starchy Roots,NA,NA
+1968,Small Island Developing States,Sugar,NA,NA
 1969,Small Island Developing States,Ruminants,NA,NA
 1969,Small Island Developing States,Cereals,NA,NA
 1969,Small Island Developing States,Monogastrics,NA,NA
-1969,Small Island Developing States,Oilcrops,NA,NA
-1969,Small Island Developing States,Pulses,NA,NA
+1969,Small Island Developing States,FruitVeg,NA,NA
+1969,Small Island Developing States,OilcropsPulses,NA,NA
 1969,Small Island Developing States,Starchy Roots,NA,NA
+1969,Small Island Developing States,Sugar,NA,NA
 1970,Small Island Developing States,Ruminants,NA,NA
 1970,Small Island Developing States,Cereals,NA,NA
 1970,Small Island Developing States,Monogastrics,NA,NA
-1970,Small Island Developing States,Oilcrops,NA,NA
-1970,Small Island Developing States,Pulses,NA,NA
+1970,Small Island Developing States,FruitVeg,NA,NA
+1970,Small Island Developing States,OilcropsPulses,NA,NA
 1970,Small Island Developing States,Starchy Roots,NA,NA
+1970,Small Island Developing States,Sugar,NA,NA
 1971,Small Island Developing States,Ruminants,NA,NA
 1971,Small Island Developing States,Cereals,NA,NA
 1971,Small Island Developing States,Monogastrics,NA,NA
-1971,Small Island Developing States,Oilcrops,NA,NA
-1971,Small Island Developing States,Pulses,NA,NA
+1971,Small Island Developing States,FruitVeg,NA,NA
+1971,Small Island Developing States,OilcropsPulses,NA,NA
 1971,Small Island Developing States,Starchy Roots,NA,NA
+1971,Small Island Developing States,Sugar,NA,NA
 1972,Small Island Developing States,Ruminants,NA,NA
 1972,Small Island Developing States,Cereals,NA,NA
 1972,Small Island Developing States,Monogastrics,NA,NA
-1972,Small Island Developing States,Oilcrops,NA,NA
-1972,Small Island Developing States,Pulses,NA,NA
+1972,Small Island Developing States,FruitVeg,NA,NA
+1972,Small Island Developing States,OilcropsPulses,NA,NA
 1972,Small Island Developing States,Starchy Roots,NA,NA
+1972,Small Island Developing States,Sugar,NA,NA
 1973,Small Island Developing States,Ruminants,NA,NA
 1973,Small Island Developing States,Cereals,NA,NA
 1973,Small Island Developing States,Monogastrics,NA,NA
-1973,Small Island Developing States,Oilcrops,NA,NA
-1973,Small Island Developing States,Pulses,NA,NA
+1973,Small Island Developing States,FruitVeg,NA,NA
+1973,Small Island Developing States,OilcropsPulses,NA,NA
 1973,Small Island Developing States,Starchy Roots,NA,NA
+1973,Small Island Developing States,Sugar,NA,NA
 1974,Small Island Developing States,Ruminants,NA,NA
 1974,Small Island Developing States,Cereals,NA,NA
 1974,Small Island Developing States,Monogastrics,NA,NA
-1974,Small Island Developing States,Oilcrops,NA,NA
-1974,Small Island Developing States,Pulses,NA,NA
+1974,Small Island Developing States,FruitVeg,NA,NA
+1974,Small Island Developing States,OilcropsPulses,NA,NA
 1974,Small Island Developing States,Starchy Roots,NA,NA
+1974,Small Island Developing States,Sugar,NA,NA
 1975,Small Island Developing States,Ruminants,NA,NA
 1975,Small Island Developing States,Cereals,NA,NA
 1975,Small Island Developing States,Monogastrics,NA,NA
-1975,Small Island Developing States,Oilcrops,NA,NA
-1975,Small Island Developing States,Pulses,NA,NA
+1975,Small Island Developing States,FruitVeg,NA,NA
+1975,Small Island Developing States,OilcropsPulses,NA,NA
 1975,Small Island Developing States,Starchy Roots,NA,NA
+1975,Small Island Developing States,Sugar,NA,NA
 1976,Small Island Developing States,Ruminants,NA,NA
 1976,Small Island Developing States,Cereals,NA,NA
 1976,Small Island Developing States,Monogastrics,NA,NA
-1976,Small Island Developing States,Oilcrops,NA,NA
-1976,Small Island Developing States,Pulses,NA,NA
+1976,Small Island Developing States,FruitVeg,NA,NA
+1976,Small Island Developing States,OilcropsPulses,NA,NA
 1976,Small Island Developing States,Starchy Roots,NA,NA
+1976,Small Island Developing States,Sugar,NA,NA
 1977,Small Island Developing States,Ruminants,NA,NA
 1977,Small Island Developing States,Cereals,NA,NA
 1977,Small Island Developing States,Monogastrics,NA,NA
-1977,Small Island Developing States,Oilcrops,NA,NA
-1977,Small Island Developing States,Pulses,NA,NA
+1977,Small Island Developing States,FruitVeg,NA,NA
+1977,Small Island Developing States,OilcropsPulses,NA,NA
 1977,Small Island Developing States,Starchy Roots,NA,NA
+1977,Small Island Developing States,Sugar,NA,NA
 1978,Small Island Developing States,Ruminants,NA,NA
 1978,Small Island Developing States,Cereals,NA,NA
 1978,Small Island Developing States,Monogastrics,NA,NA
-1978,Small Island Developing States,Oilcrops,NA,NA
-1978,Small Island Developing States,Pulses,NA,NA
+1978,Small Island Developing States,FruitVeg,NA,NA
+1978,Small Island Developing States,OilcropsPulses,NA,NA
 1978,Small Island Developing States,Starchy Roots,NA,NA
+1978,Small Island Developing States,Sugar,NA,NA
 1979,Small Island Developing States,Ruminants,NA,NA
 1979,Small Island Developing States,Cereals,NA,NA
 1979,Small Island Developing States,Monogastrics,NA,NA
-1979,Small Island Developing States,Oilcrops,NA,NA
-1979,Small Island Developing States,Pulses,NA,NA
+1979,Small Island Developing States,FruitVeg,NA,NA
+1979,Small Island Developing States,OilcropsPulses,NA,NA
 1979,Small Island Developing States,Starchy Roots,NA,NA
+1979,Small Island Developing States,Sugar,NA,NA
 1980,Small Island Developing States,Ruminants,NA,NA
 1980,Small Island Developing States,Cereals,NA,NA
 1980,Small Island Developing States,Monogastrics,NA,NA
-1980,Small Island Developing States,Oilcrops,NA,NA
-1980,Small Island Developing States,Pulses,NA,NA
+1980,Small Island Developing States,FruitVeg,NA,NA
+1980,Small Island Developing States,OilcropsPulses,NA,NA
 1980,Small Island Developing States,Starchy Roots,NA,NA
+1980,Small Island Developing States,Sugar,NA,NA
 1981,Small Island Developing States,Ruminants,NA,NA
 1981,Small Island Developing States,Cereals,NA,NA
 1981,Small Island Developing States,Monogastrics,NA,NA
-1981,Small Island Developing States,Oilcrops,NA,NA
-1981,Small Island Developing States,Pulses,NA,NA
+1981,Small Island Developing States,FruitVeg,NA,NA
+1981,Small Island Developing States,OilcropsPulses,NA,NA
 1981,Small Island Developing States,Starchy Roots,NA,NA
+1981,Small Island Developing States,Sugar,NA,NA
 1982,Small Island Developing States,Ruminants,NA,NA
 1982,Small Island Developing States,Cereals,NA,NA
 1982,Small Island Developing States,Monogastrics,NA,NA
-1982,Small Island Developing States,Oilcrops,NA,NA
-1982,Small Island Developing States,Pulses,NA,NA
+1982,Small Island Developing States,FruitVeg,NA,NA
+1982,Small Island Developing States,OilcropsPulses,NA,NA
 1982,Small Island Developing States,Starchy Roots,NA,NA
+1982,Small Island Developing States,Sugar,NA,NA
 1983,Small Island Developing States,Ruminants,NA,NA
 1983,Small Island Developing States,Cereals,NA,NA
 1983,Small Island Developing States,Monogastrics,NA,NA
-1983,Small Island Developing States,Oilcrops,NA,NA
-1983,Small Island Developing States,Pulses,NA,NA
+1983,Small Island Developing States,FruitVeg,NA,NA
+1983,Small Island Developing States,OilcropsPulses,NA,NA
 1983,Small Island Developing States,Starchy Roots,NA,NA
+1983,Small Island Developing States,Sugar,NA,NA
 1984,Small Island Developing States,Ruminants,NA,NA
 1984,Small Island Developing States,Cereals,NA,NA
 1984,Small Island Developing States,Monogastrics,NA,NA
-1984,Small Island Developing States,Oilcrops,NA,NA
-1984,Small Island Developing States,Pulses,NA,NA
+1984,Small Island Developing States,FruitVeg,NA,NA
+1984,Small Island Developing States,OilcropsPulses,NA,NA
 1984,Small Island Developing States,Starchy Roots,NA,NA
+1984,Small Island Developing States,Sugar,NA,NA
 1985,Small Island Developing States,Ruminants,NA,NA
 1985,Small Island Developing States,Cereals,NA,NA
 1985,Small Island Developing States,Monogastrics,NA,NA
-1985,Small Island Developing States,Oilcrops,NA,NA
-1985,Small Island Developing States,Pulses,NA,NA
+1985,Small Island Developing States,FruitVeg,NA,NA
+1985,Small Island Developing States,OilcropsPulses,NA,NA
 1985,Small Island Developing States,Starchy Roots,NA,NA
+1985,Small Island Developing States,Sugar,NA,NA
 1986,Small Island Developing States,Ruminants,NA,NA
 1986,Small Island Developing States,Cereals,NA,NA
 1986,Small Island Developing States,Monogastrics,NA,NA
-1986,Small Island Developing States,Oilcrops,NA,NA
-1986,Small Island Developing States,Pulses,NA,NA
+1986,Small Island Developing States,FruitVeg,NA,NA
+1986,Small Island Developing States,OilcropsPulses,NA,NA
 1986,Small Island Developing States,Starchy Roots,NA,NA
+1986,Small Island Developing States,Sugar,NA,NA
 1987,Small Island Developing States,Ruminants,NA,NA
 1987,Small Island Developing States,Cereals,NA,NA
 1987,Small Island Developing States,Monogastrics,NA,NA
-1987,Small Island Developing States,Oilcrops,NA,NA
-1987,Small Island Developing States,Pulses,NA,NA
+1987,Small Island Developing States,FruitVeg,NA,NA
+1987,Small Island Developing States,OilcropsPulses,NA,NA
 1987,Small Island Developing States,Starchy Roots,NA,NA
+1987,Small Island Developing States,Sugar,NA,NA
 1988,Small Island Developing States,Ruminants,NA,NA
 1988,Small Island Developing States,Cereals,NA,NA
 1988,Small Island Developing States,Monogastrics,NA,NA
-1988,Small Island Developing States,Oilcrops,NA,NA
-1988,Small Island Developing States,Pulses,NA,NA
+1988,Small Island Developing States,FruitVeg,NA,NA
+1988,Small Island Developing States,OilcropsPulses,NA,NA
 1988,Small Island Developing States,Starchy Roots,NA,NA
+1988,Small Island Developing States,Sugar,NA,NA
 1989,Small Island Developing States,Ruminants,NA,NA
 1989,Small Island Developing States,Cereals,NA,NA
 1989,Small Island Developing States,Monogastrics,NA,NA
-1989,Small Island Developing States,Oilcrops,NA,NA
-1989,Small Island Developing States,Pulses,NA,NA
+1989,Small Island Developing States,FruitVeg,NA,NA
+1989,Small Island Developing States,OilcropsPulses,NA,NA
 1989,Small Island Developing States,Starchy Roots,NA,NA
+1989,Small Island Developing States,Sugar,NA,NA
 1990,Small Island Developing States,Ruminants,NA,NA
 1990,Small Island Developing States,Cereals,NA,NA
 1990,Small Island Developing States,Monogastrics,NA,NA
-1990,Small Island Developing States,Oilcrops,NA,NA
-1990,Small Island Developing States,Pulses,NA,NA
+1990,Small Island Developing States,FruitVeg,NA,NA
+1990,Small Island Developing States,OilcropsPulses,NA,NA
 1990,Small Island Developing States,Starchy Roots,NA,NA
+1990,Small Island Developing States,Sugar,NA,NA
 1991,Small Island Developing States,Ruminants,NA,NA
 1991,Small Island Developing States,Cereals,NA,NA
 1991,Small Island Developing States,Monogastrics,NA,NA
-1991,Small Island Developing States,Oilcrops,NA,NA
-1991,Small Island Developing States,Pulses,NA,NA
+1991,Small Island Developing States,FruitVeg,NA,NA
+1991,Small Island Developing States,OilcropsPulses,NA,NA
 1991,Small Island Developing States,Starchy Roots,NA,NA
+1991,Small Island Developing States,Sugar,NA,NA
 1992,Small Island Developing States,Ruminants,NA,NA
 1992,Small Island Developing States,Cereals,NA,NA
 1992,Small Island Developing States,Monogastrics,NA,NA
-1992,Small Island Developing States,Oilcrops,NA,NA
-1992,Small Island Developing States,Pulses,NA,NA
+1992,Small Island Developing States,FruitVeg,NA,NA
+1992,Small Island Developing States,OilcropsPulses,NA,NA
 1992,Small Island Developing States,Starchy Roots,NA,NA
+1992,Small Island Developing States,Sugar,NA,NA
 1993,Small Island Developing States,Ruminants,NA,NA
 1993,Small Island Developing States,Cereals,NA,NA
 1993,Small Island Developing States,Monogastrics,NA,NA
-1993,Small Island Developing States,Oilcrops,NA,NA
-1993,Small Island Developing States,Pulses,NA,NA
+1993,Small Island Developing States,FruitVeg,NA,NA
+1993,Small Island Developing States,OilcropsPulses,NA,NA
 1993,Small Island Developing States,Starchy Roots,NA,NA
+1993,Small Island Developing States,Sugar,NA,NA
 1994,Small Island Developing States,Ruminants,NA,NA
 1994,Small Island Developing States,Cereals,NA,NA
 1994,Small Island Developing States,Monogastrics,NA,NA
-1994,Small Island Developing States,Oilcrops,NA,NA
-1994,Small Island Developing States,Pulses,NA,NA
+1994,Small Island Developing States,FruitVeg,NA,NA
+1994,Small Island Developing States,OilcropsPulses,NA,NA
 1994,Small Island Developing States,Starchy Roots,NA,NA
+1994,Small Island Developing States,Sugar,NA,NA
 1995,Small Island Developing States,Ruminants,NA,NA
 1995,Small Island Developing States,Cereals,NA,NA
 1995,Small Island Developing States,Monogastrics,NA,NA
-1995,Small Island Developing States,Oilcrops,NA,NA
-1995,Small Island Developing States,Pulses,NA,NA
+1995,Small Island Developing States,FruitVeg,NA,NA
+1995,Small Island Developing States,OilcropsPulses,NA,NA
 1995,Small Island Developing States,Starchy Roots,NA,NA
+1995,Small Island Developing States,Sugar,NA,NA
 1996,Small Island Developing States,Ruminants,NA,NA
 1996,Small Island Developing States,Cereals,NA,NA
 1996,Small Island Developing States,Monogastrics,NA,NA
-1996,Small Island Developing States,Oilcrops,NA,NA
-1996,Small Island Developing States,Pulses,NA,NA
+1996,Small Island Developing States,FruitVeg,NA,NA
+1996,Small Island Developing States,OilcropsPulses,NA,NA
 1996,Small Island Developing States,Starchy Roots,NA,NA
+1996,Small Island Developing States,Sugar,NA,NA
 1997,Small Island Developing States,Ruminants,NA,NA
 1997,Small Island Developing States,Cereals,NA,NA
 1997,Small Island Developing States,Monogastrics,NA,NA
-1997,Small Island Developing States,Oilcrops,NA,NA
-1997,Small Island Developing States,Pulses,NA,NA
+1997,Small Island Developing States,FruitVeg,NA,NA
+1997,Small Island Developing States,OilcropsPulses,NA,NA
 1997,Small Island Developing States,Starchy Roots,NA,NA
+1997,Small Island Developing States,Sugar,NA,NA
 1998,Small Island Developing States,Ruminants,NA,NA
 1998,Small Island Developing States,Cereals,NA,NA
 1998,Small Island Developing States,Monogastrics,NA,NA
-1998,Small Island Developing States,Oilcrops,NA,NA
-1998,Small Island Developing States,Pulses,NA,NA
+1998,Small Island Developing States,FruitVeg,NA,NA
+1998,Small Island Developing States,OilcropsPulses,NA,NA
 1998,Small Island Developing States,Starchy Roots,NA,NA
+1998,Small Island Developing States,Sugar,NA,NA
 1999,Small Island Developing States,Ruminants,NA,NA
 1999,Small Island Developing States,Cereals,NA,NA
 1999,Small Island Developing States,Monogastrics,NA,NA
-1999,Small Island Developing States,Oilcrops,NA,NA
-1999,Small Island Developing States,Pulses,NA,NA
+1999,Small Island Developing States,FruitVeg,NA,NA
+1999,Small Island Developing States,OilcropsPulses,NA,NA
 1999,Small Island Developing States,Starchy Roots,NA,NA
+1999,Small Island Developing States,Sugar,NA,NA
 2000,Small Island Developing States,Ruminants,NA,NA
 2000,Small Island Developing States,Cereals,NA,NA
 2000,Small Island Developing States,Monogastrics,NA,NA
-2000,Small Island Developing States,Oilcrops,NA,NA
-2000,Small Island Developing States,Pulses,NA,NA
+2000,Small Island Developing States,FruitVeg,NA,NA
+2000,Small Island Developing States,OilcropsPulses,NA,NA
 2000,Small Island Developing States,Starchy Roots,NA,NA
+2000,Small Island Developing States,Sugar,NA,NA
 2001,Small Island Developing States,Ruminants,NA,NA
 2001,Small Island Developing States,Cereals,NA,NA
 2001,Small Island Developing States,Monogastrics,NA,NA
-2001,Small Island Developing States,Oilcrops,NA,NA
-2001,Small Island Developing States,Pulses,NA,NA
+2001,Small Island Developing States,FruitVeg,NA,NA
+2001,Small Island Developing States,OilcropsPulses,NA,NA
 2001,Small Island Developing States,Starchy Roots,NA,NA
+2001,Small Island Developing States,Sugar,NA,NA
 2002,Small Island Developing States,Ruminants,NA,NA
 2002,Small Island Developing States,Cereals,NA,NA
 2002,Small Island Developing States,Monogastrics,NA,NA
-2002,Small Island Developing States,Oilcrops,NA,NA
-2002,Small Island Developing States,Pulses,NA,NA
+2002,Small Island Developing States,FruitVeg,NA,NA
+2002,Small Island Developing States,OilcropsPulses,NA,NA
 2002,Small Island Developing States,Starchy Roots,NA,NA
+2002,Small Island Developing States,Sugar,NA,NA
 2003,Small Island Developing States,Ruminants,NA,NA
 2003,Small Island Developing States,Cereals,NA,NA
 2003,Small Island Developing States,Monogastrics,NA,NA
-2003,Small Island Developing States,Oilcrops,NA,NA
-2003,Small Island Developing States,Pulses,NA,NA
+2003,Small Island Developing States,FruitVeg,NA,NA
+2003,Small Island Developing States,OilcropsPulses,NA,NA
 2003,Small Island Developing States,Starchy Roots,NA,NA
+2003,Small Island Developing States,Sugar,NA,NA
 2004,Small Island Developing States,Ruminants,NA,NA
 2004,Small Island Developing States,Cereals,NA,NA
 2004,Small Island Developing States,Monogastrics,NA,NA
-2004,Small Island Developing States,Oilcrops,NA,NA
-2004,Small Island Developing States,Pulses,NA,NA
+2004,Small Island Developing States,FruitVeg,NA,NA
+2004,Small Island Developing States,OilcropsPulses,NA,NA
 2004,Small Island Developing States,Starchy Roots,NA,NA
+2004,Small Island Developing States,Sugar,NA,NA
 2005,Small Island Developing States,Ruminants,NA,NA
 2005,Small Island Developing States,Cereals,NA,NA
 2005,Small Island Developing States,Monogastrics,NA,NA
-2005,Small Island Developing States,Oilcrops,NA,NA
-2005,Small Island Developing States,Pulses,NA,NA
+2005,Small Island Developing States,FruitVeg,NA,NA
+2005,Small Island Developing States,OilcropsPulses,NA,NA
 2005,Small Island Developing States,Starchy Roots,NA,NA
+2005,Small Island Developing States,Sugar,NA,NA
 2006,Small Island Developing States,Ruminants,NA,NA
 2006,Small Island Developing States,Cereals,NA,NA
 2006,Small Island Developing States,Monogastrics,NA,NA
-2006,Small Island Developing States,Oilcrops,NA,NA
-2006,Small Island Developing States,Pulses,NA,NA
+2006,Small Island Developing States,FruitVeg,NA,NA
+2006,Small Island Developing States,OilcropsPulses,NA,NA
 2006,Small Island Developing States,Starchy Roots,NA,NA
+2006,Small Island Developing States,Sugar,NA,NA
 2007,Small Island Developing States,Ruminants,NA,NA
 2007,Small Island Developing States,Cereals,NA,NA
 2007,Small Island Developing States,Monogastrics,NA,NA
-2007,Small Island Developing States,Oilcrops,NA,NA
-2007,Small Island Developing States,Pulses,NA,NA
+2007,Small Island Developing States,FruitVeg,NA,NA
+2007,Small Island Developing States,OilcropsPulses,NA,NA
 2007,Small Island Developing States,Starchy Roots,NA,NA
+2007,Small Island Developing States,Sugar,NA,NA
 2008,Small Island Developing States,Ruminants,NA,NA
 2008,Small Island Developing States,Cereals,NA,NA
 2008,Small Island Developing States,Monogastrics,NA,NA
-2008,Small Island Developing States,Oilcrops,NA,NA
-2008,Small Island Developing States,Pulses,NA,NA
+2008,Small Island Developing States,FruitVeg,NA,NA
+2008,Small Island Developing States,OilcropsPulses,NA,NA
 2008,Small Island Developing States,Starchy Roots,NA,NA
+2008,Small Island Developing States,Sugar,NA,NA
 2009,Small Island Developing States,Ruminants,NA,NA
 2009,Small Island Developing States,Cereals,NA,NA
 2009,Small Island Developing States,Monogastrics,NA,NA
-2009,Small Island Developing States,Oilcrops,NA,NA
-2009,Small Island Developing States,Pulses,NA,NA
+2009,Small Island Developing States,FruitVeg,NA,NA
+2009,Small Island Developing States,OilcropsPulses,NA,NA
 2009,Small Island Developing States,Starchy Roots,NA,NA
+2009,Small Island Developing States,Sugar,NA,NA
 2010,Small Island Developing States,Ruminants,NA,NA
 2010,Small Island Developing States,Cereals,NA,NA
 2010,Small Island Developing States,Monogastrics,NA,NA
-2010,Small Island Developing States,Oilcrops,NA,NA
-2010,Small Island Developing States,Pulses,NA,NA
+2010,Small Island Developing States,FruitVeg,NA,NA
+2010,Small Island Developing States,OilcropsPulses,NA,NA
 2010,Small Island Developing States,Starchy Roots,NA,NA
+2010,Small Island Developing States,Sugar,NA,NA
 2011,Small Island Developing States,Ruminants,NA,NA
 2011,Small Island Developing States,Cereals,NA,NA
 2011,Small Island Developing States,Monogastrics,NA,NA
-2011,Small Island Developing States,Oilcrops,NA,NA
-2011,Small Island Developing States,Pulses,NA,NA
+2011,Small Island Developing States,FruitVeg,NA,NA
+2011,Small Island Developing States,OilcropsPulses,NA,NA
 2011,Small Island Developing States,Starchy Roots,NA,NA
+2011,Small Island Developing States,Sugar,NA,NA
 1961,Solomon Islands,Ruminants,0.121403,0.153966541189262
 1961,Solomon Islands,Cereals,0.121403,0.0429972900175449
 1961,Solomon Islands,Monogastrics,0.121403,0.0406999827022397
-1961,Solomon Islands,Oilcrops,0.121403,0.0658962299119462
-1961,Solomon Islands,Pulses,0.121403,0.00714150391670717
+1961,Solomon Islands,FruitVeg,0.121403,0.0853685658509263
+1961,Solomon Islands,OilcropsPulses,0.121403,0.0730377338286533
 1961,Solomon Islands,Starchy Roots,0.121403,0.492401340988279
+1961,Solomon Islands,Sugar,0.121403,0.00643311944515374
 1962,Solomon Islands,Ruminants,0.125068,0.137798637541178
 1962,Solomon Islands,Cereals,0.125068,0.0401541561390603
 1962,Solomon Islands,Monogastrics,0.125068,0.0412343685035341
-1962,Solomon Islands,Oilcrops,0.125068,0.071161288259187
-1962,Solomon Islands,Pulses,0.125068,0.0071641027281159
+1962,Solomon Islands,FruitVeg,0.125068,0.0845699939233057
+1962,Solomon Islands,OilcropsPulses,0.125068,0.0783253909873029
 1962,Solomon Islands,Starchy Roots,0.125068,0.490621102120446
+1962,Solomon Islands,Sugar,0.125068,0.00625259858636901
 1963,Solomon Islands,Ruminants,0.128863,0.155341719500555
 1963,Solomon Islands,Cereals,0.128863,0.0402132497303338
 1963,Solomon Islands,Monogastrics,0.128863,0.0414797110109186
-1963,Solomon Islands,Oilcrops,0.128863,0.0698416147381327
-1963,Solomon Islands,Pulses,0.128863,0.00707728362679745
+1963,Solomon Islands,FruitVeg,0.128863,0.0837400960710212
+1963,Solomon Islands,OilcropsPulses,0.128863,0.0769188983649302
 1963,Solomon Islands,Starchy Roots,0.128863,0.495285691005176
+1963,Solomon Islands,Sugar,0.128863,0.00534676361717483
 1964,Solomon Islands,Ruminants,0.132787,0.1986738159609
 1964,Solomon Islands,Cereals,0.132787,0.0512023014301099
 1964,Solomon Islands,Monogastrics,0.132787,0.0414174580342955
-1964,Solomon Islands,Oilcrops,0.132787,0.0707900622801931
-1964,Solomon Islands,Pulses,0.132787,0.00708653708570869
+1964,Solomon Islands,FruitVeg,0.132787,0.0829749900216136
+1964,Solomon Islands,OilcropsPulses,0.132787,0.0778765993659018
 1964,Solomon Islands,Starchy Roots,0.132787,0.488172787998825
+1964,Solomon Islands,Sugar,0.132787,0.00603221700919518
 1965,Solomon Islands,Ruminants,0.136847,0.161753637273744
 1965,Solomon Islands,Cereals,0.136847,0.0427265486272991
 1965,Solomon Islands,Monogastrics,0.136847,0.0423487544483986
-1965,Solomon Islands,Oilcrops,0.136847,0.070151336894488
-1965,Solomon Islands,Pulses,0.136847,0.00699321139666927
+1965,Solomon Islands,FruitVeg,0.136847,0.0836116246611179
+1965,Solomon Islands,OilcropsPulses,0.136847,0.0771445482911573
 1965,Solomon Islands,Starchy Roots,0.136847,0.4896490240926
+1965,Solomon Islands,Sugar,0.136847,0.00662053241941731
 1966,Solomon Islands,Ruminants,0.141027,0.193175774851624
 1966,Solomon Islands,Cereals,0.141027,0.0447857502464067
 1966,Solomon Islands,Monogastrics,0.141027,0.0436072525119303
-1966,Solomon Islands,Oilcrops,0.141027,0.0687811553815936
-1966,Solomon Islands,Pulses,0.141027,0.00692066058272529
+1966,Solomon Islands,FruitVeg,0.141027,0.0831897438079233
+1966,Solomon Islands,OilcropsPulses,0.141027,0.0757018159643189
 1966,Solomon Islands,Starchy Roots,0.141027,0.478745204818935
+1966,Solomon Islands,Sugar,0.141027,0.00804810426372255
 1967,Solomon Islands,Ruminants,0.145354,0.177409634409786
 1967,Solomon Islands,Cereals,0.145354,0.0505868431553311
 1967,Solomon Islands,Monogastrics,0.145354,0.0441907343451161
-1967,Solomon Islands,Oilcrops,0.145354,0.0674216051845838
-1967,Solomon Islands,Pulses,0.145354,0.00689351514234214
+1967,Solomon Islands,FruitVeg,0.145354,0.0818553324985896
+1967,Solomon Islands,OilcropsPulses,0.145354,0.074315120326926
 1967,Solomon Islands,Starchy Roots,0.145354,0.47197187555898
+1967,Solomon Islands,Sugar,0.145354,0.00782916190816902
 1968,Solomon Islands,Ruminants,0.149926,0.216278697490762
 1968,Solomon Islands,Cereals,0.149926,0.0528994303856569
 1968,Solomon Islands,Monogastrics,0.149926,0.0452683323773061
-1968,Solomon Islands,Oilcrops,0.149926,0.0666995717887491
-1968,Solomon Islands,Pulses,0.149926,0.00700345503781866
+1968,Solomon Islands,FruitVeg,0.149926,0.0815935861691768
+1968,Solomon Islands,OilcropsPulses,0.149926,0.0737030268265678
 1968,Solomon Islands,Starchy Roots,0.149926,0.464148980163547
+1968,Solomon Islands,Sugar,0.149926,0.00830409668769926
 1969,Solomon Islands,Ruminants,0.154876,0.204491980681319
 1969,Solomon Islands,Cereals,0.154876,0.0527906195924481
 1969,Solomon Islands,Monogastrics,0.154876,0.0473191456390919
-1969,Solomon Islands,Oilcrops,0.154876,0.0677961724218084
-1969,Solomon Islands,Pulses,0.154876,0.00694749347865389
+1969,Solomon Islands,FruitVeg,0.154876,0.0802254706991399
+1969,Solomon Islands,OilcropsPulses,0.154876,0.0747436659004623
 1969,Solomon Islands,Starchy Roots,0.154876,0.453769467186652
+1969,Solomon Islands,Sugar,0.154876,0.00838735504532658
 1970,Solomon Islands,Ruminants,0.160292,0.225666284031642
 1970,Solomon Islands,Cereals,0.160292,0.0563097347341102
 1970,Solomon Islands,Monogastrics,0.160292,0.0513575225213985
-1970,Solomon Islands,Oilcrops,0.160292,0.0686247598133407
-1970,Solomon Islands,Pulses,0.160292,0.00701220273001772
+1970,Solomon Islands,FruitVeg,0.160292,0.0782946123324932
+1970,Solomon Islands,OilcropsPulses,0.160292,0.0756369625433584
 1970,Solomon Islands,Starchy Roots,0.160292,0.443939809847029
+1970,Solomon Islands,Sugar,0.160292,0.00797294936740449
 1971,Solomon Islands,Ruminants,0.166214,0.208296533384673
 1971,Solomon Islands,Cereals,0.166214,0.0488226021875414
 1971,Solomon Islands,Monogastrics,0.166214,0.0517447387103373
-1971,Solomon Islands,Oilcrops,0.166214,0.0721960845656804
-1971,Solomon Islands,Pulses,0.166214,0.00688269339526153
+1971,Solomon Islands,FruitVeg,0.166214,0.0778815262252277
+1971,Solomon Islands,OilcropsPulses,0.166214,0.0790787779609419
 1971,Solomon Islands,Starchy Roots,0.166214,0.433363013945877
+1971,Solomon Islands,Sugar,0.166214,0.0096682589914207
 1972,Solomon Islands,Ruminants,0.172599,0.216208089270506
 1972,Solomon Islands,Cereals,0.172599,0.053969026471764
 1972,Solomon Islands,Monogastrics,0.172599,0.0533902282168495
-1972,Solomon Islands,Oilcrops,0.172599,0.0712634488032955
-1972,Solomon Islands,Pulses,0.172599,0.00687721249833429
+1972,Solomon Islands,FruitVeg,0.172599,0.0768370616283988
+1972,Solomon Islands,OilcropsPulses,0.172599,0.0781406613016298
 1972,Solomon Islands,Starchy Roots,0.172599,0.423745212892311
+1972,Solomon Islands,Sugar,0.172599,0.00807073042138135
 1973,Solomon Islands,Ruminants,0.179354,0.185069750326171
 1973,Solomon Islands,Cereals,0.179354,0.0528563622779531
 1973,Solomon Islands,Monogastrics,0.179354,0.0539357917860767
-1973,Solomon Islands,Oilcrops,0.179354,0.0708096836424055
-1973,Solomon Islands,Pulses,0.179354,0.00680776564782497
+1973,Solomon Islands,FruitVeg,0.179354,0.0760785931732774
+1973,Solomon Islands,OilcropsPulses,0.179354,0.0776174492902305
 1973,Solomon Islands,Starchy Roots,0.179354,0.417113641178898
+1973,Solomon Islands,Sugar,0.179354,0.00815705253297947
 1974,Solomon Islands,Ruminants,0.186338,0.240699696250899
 1974,Solomon Islands,Cereals,0.186338,0.0509718897916689
 1974,Solomon Islands,Monogastrics,0.186338,0.0536680655582866
-1974,Solomon Islands,Oilcrops,0.186338,0.0697656945979886
-1974,Solomon Islands,Pulses,0.186338,0.00663847417059322
+1974,Solomon Islands,FruitVeg,0.186338,0.0735974412089858
+1974,Solomon Islands,OilcropsPulses,0.186338,0.0764041687685818
 1974,Solomon Islands,Starchy Roots,0.186338,0.40852107460636
+1974,Solomon Islands,Sugar,0.186338,0.00867777908961135
 1975,Solomon Islands,Ruminants,0.193447,0.190820741598474
 1975,Solomon Islands,Cereals,0.193447,0.0526397411177222
 1975,Solomon Islands,Monogastrics,0.193447,0.0520587034174735
-1975,Solomon Islands,Oilcrops,0.193447,0.0723712438032123
-1975,Solomon Islands,Pulses,0.193447,0.00663747693166604
+1975,Solomon Islands,FruitVeg,0.193447,0.0723350581813106
+1975,Solomon Islands,OilcropsPulses,0.193447,0.0790087207348783
 1975,Solomon Islands,Starchy Roots,0.193447,0.400605850698124
+1975,Solomon Islands,Sugar,0.193447,0.00568114263855216
 1976,Solomon Islands,Ruminants,0.200642,0.190288174958384
 1976,Solomon Islands,Cereals,0.200642,0.0554121270720986
 1976,Solomon Islands,Monogastrics,0.200642,0.0509080850469991
-1976,Solomon Islands,Oilcrops,0.200642,0.0742616201991607
-1976,Solomon Islands,Pulses,0.200642,0.00665862581114622
+1976,Solomon Islands,FruitVeg,0.200642,0.0716151154793114
+1976,Solomon Islands,OilcropsPulses,0.200642,0.0809202460103069
 1976,Solomon Islands,Starchy Roots,0.200642,0.392858922857627
+1976,Solomon Islands,Sugar,0.200642,0.00668852981928011
 1977,Solomon Islands,Ruminants,0.207942,0.190060209096767
 1977,Solomon Islands,Cereals,0.207942,0.0619980571505516
 1977,Solomon Islands,Monogastrics,0.207942,0.0504722470688942
-1977,Solomon Islands,Oilcrops,0.207942,0.0721354993219263
-1977,Solomon Islands,Pulses,0.207942,0.00643448653951583
+1977,Solomon Islands,FruitVeg,0.207942,0.0704860009040983
+1977,Solomon Islands,OilcropsPulses,0.207942,0.0785699858614421
 1977,Solomon Islands,Starchy Roots,0.207942,0.38450144751902
+1977,Solomon Islands,Sugar,0.207942,0.00811283915707264
 1978,Solomon Islands,Ruminants,0.215353,0.20311349273054
 1978,Solomon Islands,Cereals,0.215353,0.0647587913797347
 1978,Solomon Islands,Monogastrics,0.215353,0.0502235863907166
-1978,Solomon Islands,Oilcrops,0.215353,0.0715104967193399
-1978,Solomon Islands,Pulses,0.215353,0.00640808347225253
+1978,Solomon Islands,FruitVeg,0.215353,0.0694580525927199
+1978,Solomon Islands,OilcropsPulses,0.215353,0.0779185801915924
 1978,Solomon Islands,Starchy Roots,0.215353,0.377905113929223
+1978,Solomon Islands,Sugar,0.215353,0.00835836974641635
 1979,Solomon Islands,Ruminants,0.222905,0.191648011484713
 1979,Solomon Islands,Cereals,0.222905,0.0630627397321729
 1979,Solomon Islands,Monogastrics,0.222905,0.0507875552365357
-1979,Solomon Islands,Oilcrops,0.222905,0.0659473766851349
-1979,Solomon Islands,Pulses,0.222905,0.00632107848635069
+1979,Solomon Islands,FruitVeg,0.222905,0.069298580112604
+1979,Solomon Islands,OilcropsPulses,0.222905,0.0722684551714856
 1979,Solomon Islands,Starchy Roots,0.222905,0.372293129360041
+1979,Solomon Islands,Sugar,0.222905,0.0103945627060856
 1980,Solomon Islands,Ruminants,0.230614,0.211754273374557
 1980,Solomon Islands,Cereals,0.230614,0.0676281578741967
 1980,Solomon Islands,Monogastrics,0.230614,0.0505060403965067
-1980,Solomon Islands,Oilcrops,0.230614,0.0650437527643595
-1980,Solomon Islands,Pulses,0.230614,0.00620951026390419
+1980,Solomon Islands,FruitVeg,0.230614,0.0691328366881455
+1980,Solomon Islands,OilcropsPulses,0.230614,0.0712532630282637
 1980,Solomon Islands,Starchy Roots,0.230614,0.36808259689351
+1980,Solomon Islands,Sugar,0.230614,0.0081478140962821
 1981,Solomon Islands,Ruminants,0.238488,0.183301046593539
 1981,Solomon Islands,Cereals,0.238488,0.0684059575324545
 1981,Solomon Islands,Monogastrics,0.238488,0.0497010331756734
-1981,Solomon Islands,Oilcrops,0.238488,0.0696051792962329
-1981,Solomon Islands,Pulses,0.238488,0.00619318372412868
+1981,Solomon Islands,FruitVeg,0.238488,0.0695338968837007
+1981,Solomon Islands,OilcropsPulses,0.238488,0.0757983630203616
 1981,Solomon Islands,Starchy Roots,0.238488,0.364458589111402
+1981,Solomon Islands,Sugar,0.238488,0.00845325550971118
 1982,Solomon Islands,Ruminants,0.246502,0.256321246886435
 1982,Solomon Islands,Cereals,0.246502,0.0712205174805884
 1982,Solomon Islands,Monogastrics,0.246502,0.0480174603045817
-1982,Solomon Islands,Oilcrops,0.246502,0.0689649576879701
-1982,Solomon Islands,Pulses,0.246502,0.00621495971635119
+1982,Solomon Islands,FruitVeg,0.246502,0.0705430381903595
+1982,Solomon Islands,OilcropsPulses,0.246502,0.0751799174043213
 1982,Solomon Islands,Starchy Roots,0.246502,0.360759750427988
+1982,Solomon Islands,Sugar,0.246502,0.00772813202326959
 1983,Solomon Islands,Ruminants,0.254602,0.193331945546382
 1983,Solomon Islands,Cereals,0.254602,0.0688015019520664
 1983,Solomon Islands,Monogastrics,0.254602,0.0469509273297146
-1983,Solomon Islands,Oilcrops,0.254602,0.0726624299887668
-1983,Solomon Islands,Pulses,0.254602,0.00681062992435252
+1983,Solomon Islands,FruitVeg,0.254602,0.0679256250932829
+1983,Solomon Islands,OilcropsPulses,0.254602,0.0794730599131193
 1983,Solomon Islands,Starchy Roots,0.254602,0.357459878555549
+1983,Solomon Islands,Sugar,0.254602,0.0091161891894015
 1984,Solomon Islands,Ruminants,0.262719,0.239234695625364
 1984,Solomon Islands,Cereals,0.262719,0.0736680635964662
 1984,Solomon Islands,Monogastrics,0.262719,0.0451569928326463
-1984,Solomon Islands,Oilcrops,0.262719,0.0715593466783902
-1984,Solomon Islands,Pulses,0.262719,0.00690090933659157
+1984,Solomon Islands,FruitVeg,0.262719,0.0671249509932666
+1984,Solomon Islands,OilcropsPulses,0.262719,0.0784602560149818
 1984,Solomon Islands,Starchy Roots,0.262719,0.350260163901355
+1984,Solomon Islands,Sugar,0.262719,0.011042216208192
 1985,Solomon Islands,Ruminants,0.270809,0.243719374171464
 1985,Solomon Islands,Cereals,0.270809,0.0802115143883697
 1985,Solomon Islands,Monogastrics,0.270809,0.0456480397623417
-1985,Solomon Islands,Oilcrops,0.270809,0.0683138300425761
-1985,Solomon Islands,Pulses,0.270809,0.00704555609303974
+1985,Solomon Islands,FruitVeg,0.270809,0.067158033891045
+1985,Solomon Islands,OilcropsPulses,0.270809,0.0753593861356159
 1985,Solomon Islands,Starchy Roots,0.270809,0.347156113718525
+1985,Solomon Islands,Sugar,0.270809,0.0087958671979144
 1986,Solomon Islands,Ruminants,0.278846,0.212284558501825
 1986,Solomon Islands,Cereals,0.278846,0.0837451496524964
 1986,Solomon Islands,Monogastrics,0.278846,0.0433612101303228
-1986,Solomon Islands,Oilcrops,0.278846,0.0717241775029945
-1986,Solomon Islands,Pulses,0.278846,0.00701462455979286
+1986,Solomon Islands,FruitVeg,0.278846,0.0655630706554873
+1986,Solomon Islands,OilcropsPulses,0.278846,0.0787388020627874
 1986,Solomon Islands,Starchy Roots,0.278846,0.340553567201968
+1986,Solomon Islands,Sugar,0.278846,0.0108052473408261
 1987,Solomon Islands,Ruminants,0.286868,0.184927911094998
 1987,Solomon Islands,Cereals,0.286868,0.0857990434624984
 1987,Solomon Islands,Monogastrics,0.286868,0.0425219961794275
-1987,Solomon Islands,Oilcrops,0.286868,0.073204400630255
-1987,Solomon Islands,Pulses,0.286868,0.00697881952675098
+1987,Solomon Islands,FruitVeg,0.286868,0.0642595200580058
+1987,Solomon Islands,OilcropsPulses,0.286868,0.080183220157006
 1987,Solomon Islands,Starchy Roots,0.286868,0.338549437371892
+1987,Solomon Islands,Sugar,0.286868,0.0103671374987799
 1988,Solomon Islands,Ruminants,0.294962,0.168920403306189
 1988,Solomon Islands,Cereals,0.294962,0.0841362616201409
 1988,Solomon Islands,Monogastrics,0.294962,0.0426014198439121
-1988,Solomon Islands,Oilcrops,0.294962,0.0745858788589717
-1988,Solomon Islands,Pulses,0.294962,0.00694665753554695
+1988,Solomon Islands,FruitVeg,0.294962,0.0653541812165635
+1988,Solomon Islands,OilcropsPulses,0.294962,0.0815325363945186
 1988,Solomon Islands,Starchy Roots,0.294962,0.338124911005485
+1988,Solomon Islands,Sugar,0.294962,0.0100419715081943
 1989,Solomon Islands,Ruminants,0.303258,0.244308806362899
 1989,Solomon Islands,Cereals,0.303258,0.080327641809944
 1989,Solomon Islands,Monogastrics,0.303258,0.0410475568657711
-1989,Solomon Islands,Oilcrops,0.303258,0.075843011561113
-1989,Solomon Islands,Pulses,0.303258,0.00689511900757771
+1989,Solomon Islands,FruitVeg,0.303258,0.0681498921710227
+1989,Solomon Islands,OilcropsPulses,0.303258,0.0827381305686907
 1989,Solomon Islands,Starchy Roots,0.303258,0.337916889249418
+1989,Solomon Islands,Sugar,0.303258,0.0085339875617461
 1990,Solomon Islands,Ruminants,0.311849,0.120237999801186
 1990,Solomon Islands,Cereals,0.311849,0.0745777603904454
 1990,Solomon Islands,Monogastrics,0.311849,0.0408829273141809
-1990,Solomon Islands,Oilcrops,0.311849,0.136745668576779
-1990,Solomon Islands,Pulses,0.311849,0.00675647508890521
+1990,Solomon Islands,FruitVeg,0.311849,0.0706944707214068
+1990,Solomon Islands,OilcropsPulses,0.311849,0.143502143665684
 1990,Solomon Islands,Starchy Roots,0.311849,0.337243345337006
+1990,Solomon Islands,Sugar,0.311849,0.00994391516406979
 1991,Solomon Islands,Ruminants,0.320764,0.0903421206868601
 1991,Solomon Islands,Cereals,0.320764,0.0873321195645397
 1991,Solomon Islands,Monogastrics,0.320764,0.0443756157174745
-1991,Solomon Islands,Oilcrops,0.320764,0.137331496053173
-1991,Solomon Islands,Pulses,0.320764,0.00671209986158048
+1991,Solomon Islands,FruitVeg,0.320764,0.0632739334838074
+1991,Solomon Islands,OilcropsPulses,0.320764,0.144043595914754
 1991,Solomon Islands,Starchy Roots,0.320764,0.333893454377673
+1991,Solomon Islands,Sugar,0.320764,0.00691162349889638
 1992,Solomon Islands,Ruminants,0.329984,0.0894625193948798
 1992,Solomon Islands,Cereals,0.329984,0.0891255333591932
 1992,Solomon Islands,Monogastrics,0.329984,0.0430369351241272
-1992,Solomon Islands,Oilcrops,0.329984,0.167950567300233
-1992,Solomon Islands,Pulses,0.329984,0.00692154771140419
+1992,Solomon Islands,FruitVeg,0.329984,0.0621636200543057
+1992,Solomon Islands,OilcropsPulses,0.329984,0.174872115011637
 1992,Solomon Islands,Starchy Roots,0.329984,0.334261661171451
+1992,Solomon Islands,Sugar,0.329984,0.00808524049650892
 1993,Solomon Islands,Ruminants,0.33949,0.103489940793543
 1993,Solomon Islands,Cereals,0.33949,0.0924857875047866
 1993,Solomon Islands,Monogastrics,0.33949,0.0436690329612065
-1993,Solomon Islands,Oilcrops,0.33949,0.169144893811305
-1993,Solomon Islands,Pulses,0.33949,0.0069751686353059
+1993,Solomon Islands,FruitVeg,0.33949,0.0565996052902884
+1993,Solomon Islands,OilcropsPulses,0.33949,0.176120062446611
 1993,Solomon Islands,Starchy Roots,0.33949,0.319172876962503
+1993,Solomon Islands,Sugar,0.33949,0.00878965507084156
 1994,Solomon Islands,Ruminants,0.34925,0.104732712956335
 1994,Solomon Islands,Cereals,0.34925,0.104011453113815
 1994,Solomon Islands,Monogastrics,0.34925,0.0426193271295634
-1994,Solomon Islands,Oilcrops,0.34925,0.14026914817466
-1994,Solomon Islands,Pulses,0.34925,0.00729563350035791
+1994,Solomon Islands,FruitVeg,0.34925,0.0553242662848962
+1994,Solomon Islands,OilcropsPulses,0.34925,0.147564781675018
 1994,Solomon Islands,Starchy Roots,0.34925,0.336057265569077
+1994,Solomon Islands,Sugar,0.34925,0.00964065855404438
 1995,Solomon Islands,Ruminants,0.359236,0.10136818136267
 1995,Solomon Islands,Cereals,0.359236,0.111545056731508
 1995,Solomon Islands,Monogastrics,0.359236,0.0434758765825251
-1995,Solomon Islands,Oilcrops,0.359236,0.16275373292209
-1995,Solomon Islands,Pulses,0.359236,0.00763564898840873
+1995,Solomon Islands,FruitVeg,0.359236,0.0557711365230656
+1995,Solomon Islands,OilcropsPulses,0.359236,0.170389381910499
 1995,Solomon Islands,Starchy Roots,0.359236,0.32226725606565
+1995,Solomon Islands,Sugar,0.359236,0.00642196216414836
 1996,Solomon Islands,Ruminants,0.369438,0.127755401447604
 1996,Solomon Islands,Cereals,0.369438,0.11043260303488
 1996,Solomon Islands,Monogastrics,0.369438,0.0423675961866402
-1996,Solomon Islands,Oilcrops,0.369438,0.144971551383453
-1996,Solomon Islands,Pulses,0.369438,0.00766028399893893
+1996,Solomon Islands,FruitVeg,0.369438,0.0560093980586729
+1996,Solomon Islands,OilcropsPulses,0.369438,0.152631835382392
 1996,Solomon Islands,Starchy Roots,0.369438,0.324609271379771
+1996,Solomon Islands,Sugar,0.369438,0.00850481000871594
 1997,Solomon Islands,Ruminants,0.379859,0.101684835689032
 1997,Solomon Islands,Cereals,0.379859,0.121084402370353
 1997,Solomon Islands,Monogastrics,0.379859,0.042818256247713
-1997,Solomon Islands,Oilcrops,0.379859,0.174212010245907
-1997,Solomon Islands,Pulses,0.379859,0.00769759305426487
+1997,Solomon Islands,FruitVeg,0.379859,0.0570369531852608
+1997,Solomon Islands,OilcropsPulses,0.379859,0.181909603300172
 1997,Solomon Islands,Starchy Roots,0.379859,0.327510997501705
+1997,Solomon Islands,Sugar,0.379859,0.00849262489502684
 1998,Solomon Islands,Ruminants,0.390489,0.0602892783151382
 1998,Solomon Islands,Cereals,0.390489,0.119268404487706
 1998,Solomon Islands,Monogastrics,0.390489,0.0406149725088287
-1998,Solomon Islands,Oilcrops,0.390489,0.239945299355424
-1998,Solomon Islands,Pulses,0.390489,0.0077236490656587
+1998,Solomon Islands,FruitVeg,0.390489,0.0570643475232337
+1998,Solomon Islands,OilcropsPulses,0.390489,0.247668948421082
 1998,Solomon Islands,Starchy Roots,0.390489,0.326009183357278
+1998,Solomon Islands,Sugar,0.390489,0.00816924420406209
 1999,Solomon Islands,Ruminants,0.401319,0.0549296195794368
 1999,Solomon Islands,Cereals,0.401319,0.118476822677222
 1999,Solomon Islands,Monogastrics,0.401319,0.0392787283931237
-1999,Solomon Islands,Oilcrops,0.401319,0.254867075817492
-1999,Solomon Islands,Pulses,0.401319,0.00799114918556061
+1999,Solomon Islands,FruitVeg,0.401319,0.0490706894016979
+1999,Solomon Islands,OilcropsPulses,0.401319,0.262858225003052
 1999,Solomon Islands,Starchy Roots,0.401319,0.318798761085321
+1999,Solomon Islands,Sugar,0.401319,0.00855429222139993
 2000,Solomon Islands,Ruminants,0.412336,0.0526657871250631
 2000,Solomon Islands,Cereals,0.412336,0.123721916107252
 2000,Solomon Islands,Monogastrics,0.412336,0.0385401711225796
-2000,Solomon Islands,Oilcrops,0.412336,0.217856311357728
-2000,Solomon Islands,Pulses,0.412336,0.00901691824143417
+2000,Solomon Islands,FruitVeg,0.412336,0.0562429669007799
+2000,Solomon Islands,OilcropsPulses,0.412336,0.226873229599162
 2000,Solomon Islands,Starchy Roots,0.412336,0.328465135229522
+2000,Solomon Islands,Sugar,0.412336,0.00651410500174615
 2001,Solomon Islands,Ruminants,0.423535,0.0489260627811161
 2001,Solomon Islands,Cereals,0.423535,0.115553614223146
 2001,Solomon Islands,Monogastrics,0.423535,0.0395417143801575
-2001,Solomon Islands,Oilcrops,0.423535,0.178025428831147
-2001,Solomon Islands,Pulses,0.423535,0.00821891933370324
+2001,Solomon Islands,FruitVeg,0.423535,0.0589349168309585
+2001,Solomon Islands,OilcropsPulses,0.423535,0.186244348164851
 2001,Solomon Islands,Starchy Roots,0.423535,0.336135148216794
+2001,Solomon Islands,Sugar,0.423535,0.00655199688337446
 2002,Solomon Islands,Ruminants,0.434893,0.0989298517106507
 2002,Solomon Islands,Cereals,0.434893,0.120034123336085
 2002,Solomon Islands,Monogastrics,0.434893,0.0400592789490748
-2002,Solomon Islands,Oilcrops,0.434893,0.194546704591704
-2002,Solomon Islands,Pulses,0.434893,0.00810544202826902
+2002,Solomon Islands,FruitVeg,0.434893,0.0608586479892755
+2002,Solomon Islands,OilcropsPulses,0.434893,0.202652146619973
 2002,Solomon Islands,Starchy Roots,0.434893,0.340566530157993
+2002,Solomon Islands,Sugar,0.434893,0.00710979482309442
 2003,Solomon Islands,Ruminants,0.446352,0.0789751138115209
 2003,Solomon Islands,Cereals,0.446352,0.11928926049396
 2003,Solomon Islands,Monogastrics,0.446352,0.0390667007205076
-2003,Solomon Islands,Oilcrops,0.446352,0.185405240706886
-2003,Solomon Islands,Pulses,0.446352,0.00800265261497652
+2003,Solomon Islands,FruitVeg,0.446352,0.0623812596336524
+2003,Solomon Islands,OilcropsPulses,0.446352,0.193407893321863
 2003,Solomon Islands,Starchy Roots,0.446352,0.34884575402373
+2003,Solomon Islands,Sugar,0.446352,0.00823341219485966
 2004,Solomon Islands,Ruminants,0.457841,0.0891174010191311
 2004,Solomon Islands,Cereals,0.457841,0.118683123617151
 2004,Solomon Islands,Monogastrics,0.457841,0.038832039943998
-2004,Solomon Islands,Oilcrops,0.457841,0.152094286007588
-2004,Solomon Islands,Pulses,0.457841,0.00824522050231412
+2004,Solomon Islands,FruitVeg,0.457841,0.0638431245781833
+2004,Solomon Islands,OilcropsPulses,0.457841,0.160339506509902
 2004,Solomon Islands,Starchy Roots,0.457841,0.348662526947128
+2004,Solomon Islands,Sugar,0.457841,0.00841558532328909
 2005,Solomon Islands,Ruminants,0.469306,0.0967125926367871
 2005,Solomon Islands,Cereals,0.469306,0.11984717859989
 2005,Solomon Islands,Monogastrics,0.469306,0.0398070768325996
-2005,Solomon Islands,Oilcrops,0.469306,0.126060608643401
-2005,Solomon Islands,Pulses,0.469306,0.00821851840803229
+2005,Solomon Islands,FruitVeg,0.469306,0.0658440335303619
+2005,Solomon Islands,OilcropsPulses,0.469306,0.134279127051433
 2005,Solomon Islands,Starchy Roots,0.469306,0.347907335512438
+2005,Solomon Islands,Sugar,0.469306,0.0103408010977912
 2006,Solomon Islands,Ruminants,0.480716,0.112752643972741
 2006,Solomon Islands,Cereals,0.480716,0.122400752211285
 2006,Solomon Islands,Monogastrics,0.480716,0.0402869885753751
-2006,Solomon Islands,Oilcrops,0.480716,0.129789730318941
-2006,Solomon Islands,Pulses,0.480716,0.00823355161883524
+2006,Solomon Islands,FruitVeg,0.480716,0.0741851737824412
+2006,Solomon Islands,OilcropsPulses,0.480716,0.138023281937776
 2006,Solomon Islands,Starchy Roots,0.480716,0.322776857853702
+2006,Solomon Islands,Sugar,0.480716,0.0134798924936969
 2007,Solomon Islands,Ruminants,0.492075,0.119386475638876
 2007,Solomon Islands,Cereals,0.492075,0.123084895595184
 2007,Solomon Islands,Monogastrics,0.492075,0.039956510694508
-2007,Solomon Islands,Oilcrops,0.492075,0.149393893207336
-2007,Solomon Islands,Pulses,0.492075,0.00817964741147183
+2007,Solomon Islands,FruitVeg,0.492075,0.076514758929025
+2007,Solomon Islands,OilcropsPulses,0.492075,0.157573540618808
 2007,Solomon Islands,Starchy Roots,0.492075,0.335454961133973
+2007,Solomon Islands,Sugar,0.492075,0.00816338972717573
 2008,Solomon Islands,Ruminants,0.50341,0.114197373909934
 2008,Solomon Islands,Cereals,0.50341,0.121139826384061
 2008,Solomon Islands,Monogastrics,0.50341,0.0439480741344034
-2008,Solomon Islands,Oilcrops,0.50341,0.142414731530959
-2008,Solomon Islands,Pulses,0.50341,0.00824775034266304
+2008,Solomon Islands,FruitVeg,0.50341,0.0768359786257722
+2008,Solomon Islands,OilcropsPulses,0.50341,0.150662481873622
 2008,Solomon Islands,Starchy Roots,0.50341,0.343833058540752
+2008,Solomon Islands,Sugar,0.50341,0.01332710911583
 2009,Solomon Islands,Ruminants,0.514767,0.135853114127362
 2009,Solomon Islands,Cereals,0.514767,0.118589575477838
 2009,Solomon Islands,Monogastrics,0.514767,0.0429302966196357
-2009,Solomon Islands,Oilcrops,0.514767,0.148554588775116
-2009,Solomon Islands,Pulses,0.514767,0.00829890027915542
+2009,Solomon Islands,FruitVeg,0.514767,0.0774097795701745
+2009,Solomon Islands,OilcropsPulses,0.514767,0.156853489054271
 2009,Solomon Islands,Starchy Roots,0.514767,0.346259569863647
+2009,Solomon Islands,Sugar,0.514767,0.0106475356811917
 2010,Solomon Islands,Ruminants,0.526177,0.125551667974845
 2010,Solomon Islands,Cereals,0.526177,0.123133470296117
 2010,Solomon Islands,Monogastrics,0.526177,0.0418279400277853
-2010,Solomon Islands,Oilcrops,0.526177,0.153157587655865
-2010,Solomon Islands,Pulses,0.526177,0.00830138907629942
+2010,Solomon Islands,FruitVeg,0.526177,0.0736083105114819
+2010,Solomon Islands,OilcropsPulses,0.526177,0.161458976732164
 2010,Solomon Islands,Starchy Roots,0.526177,0.335077359899806
+2010,Solomon Islands,Sugar,0.526177,0.0130602439863392
 2011,Solomon Islands,Ruminants,0.537648,0.161052956581258
 2011,Solomon Islands,Cereals,0.537648,0.12581279945243
 2011,Solomon Islands,Monogastrics,0.537648,0.0533560991578133
-2011,Solomon Islands,Oilcrops,0.537648,0.147245037645448
-2011,Solomon Islands,Pulses,0.537648,0.00830097015147457
+2011,Solomon Islands,FruitVeg,0.537648,0.0708493289289647
+2011,Solomon Islands,OilcropsPulses,0.537648,0.155546007796923
 2011,Solomon Islands,Starchy Roots,0.537648,0.331945808409963
+2011,Solomon Islands,Sugar,0.537648,0.00879013778531679
 1961,South Africa,Ruminants,17.949962,0.68016586887482
 1961,South Africa,Cereals,17.949962,0.18174172179306
 1961,South Africa,Monogastrics,17.949962,0.031514272843586
-1961,South Africa,Oilcrops,17.949962,0.0103785735033868
-1961,South Africa,Pulses,17.949962,0.00326624646893403
+1961,South Africa,FruitVeg,17.949962,0.0974198719752164
+1961,South Africa,OilcropsPulses,17.949962,0.0136448199723208
 1961,South Africa,Starchy Roots,17.949962,0.0135009756566616
+1961,South Africa,Sugar,17.949962,0.0393146793291262
 1962,South Africa,Ruminants,18.459442,0.661401325132146
 1962,South Africa,Cereals,18.459442,0.176786113036353
 1962,South Africa,Monogastrics,18.459442,0.0322348096979313
-1962,South Africa,Oilcrops,18.459442,0.00835193176478466
-1962,South Africa,Pulses,18.459442,0.00251849432935188
+1962,South Africa,FruitVeg,18.459442,0.0924272792211162
+1962,South Africa,OilcropsPulses,18.459442,0.0108704260941365
 1962,South Africa,Starchy Roots,18.459442,0.0131157269000872
+1962,South Africa,Sugar,18.459442,0.0391001526481678
 1963,South Africa,Ruminants,18.936138,0.660466558703786
 1963,South Africa,Cereals,18.936138,0.182216511096402
 1963,South Africa,Monogastrics,18.936138,0.0326618870225808
-1963,South Africa,Oilcrops,18.936138,0.0101510138973427
-1963,South Africa,Pulses,18.936138,0.00311357046510751
+1963,South Africa,FruitVeg,18.936138,0.10019207718068
+1963,South Africa,OilcropsPulses,18.936138,0.0132645843624502
 1963,South Africa,Starchy Roots,18.936138,0.0150231794888694
+1963,South Africa,Sugar,18.936138,0.042839305459223
 1964,South Africa,Ruminants,19.390554,0.664725324505942
 1964,South Africa,Cereals,19.390554,0.185281967704481
 1964,South Africa,Monogastrics,19.390554,0.0353692473149555
-1964,South Africa,Oilcrops,19.390554,0.00805098193687504
-1964,South Africa,Pulses,19.390554,0.00298660884057258
+1964,South Africa,FruitVeg,19.390554,0.101481783346675
+1964,South Africa,OilcropsPulses,19.390554,0.0110375907774476
 1964,South Africa,Starchy Roots,19.390554,0.0153118884586794
+1964,South Africa,Sugar,19.390554,0.0433451256730468
 1965,South Africa,Ruminants,19.832,0.68955070592981
 1965,South Africa,Cereals,19.832,0.194017144009681
 1965,South Africa,Monogastrics,19.832,0.0383556121419927
-1965,South Africa,Oilcrops,19.832,0.0108078862444534
-1965,South Africa,Pulses,19.832,0.00310069584509883
+1965,South Africa,FruitVeg,19.832,0.107731343283582
+1965,South Africa,OilcropsPulses,19.832,0.0139085820895522
 1965,South Africa,Starchy Roots,19.832,0.0153039027833804
+1965,South Africa,Sugar,19.832,0.0419036405808794
 1966,South Africa,Ruminants,20.268594,0.681165906229115
 1966,South Africa,Cereals,20.268594,0.186461330272835
 1966,South Africa,Monogastrics,20.268594,0.0393724350095522
-1966,South Africa,Oilcrops,20.268594,0.010106670447886
-1966,South Africa,Pulses,20.268594,0.00324255347953588
+1966,South Africa,FruitVeg,20.268594,0.101034881847256
+1966,South Africa,OilcropsPulses,20.268594,0.0133492239274219
 1966,South Africa,Starchy Roots,20.268594,0.015992327834876
+1966,South Africa,Sugar,20.268594,0.0401349990038776
 1967,South Africa,Ruminants,20.707258,0.671733408643481
 1967,South Africa,Cereals,20.707258,0.178826670339453
 1967,South Africa,Monogastrics,20.707258,0.0432856489256086
-1967,South Africa,Oilcrops,20.707258,0.0113191712780128
-1967,South Africa,Pulses,20.707258,0.00464098143752302
+1967,South Africa,FruitVeg,20.707258,0.110935788794441
+1967,South Africa,OilcropsPulses,20.707258,0.0159601527155358
 1967,South Africa,Starchy Roots,20.707258,0.0184668583353721
+1967,South Africa,Sugar,20.707258,0.0377365752626446
 1968,South Africa,Ruminants,21.153722,0.679546370137605
 1968,South Africa,Cereals,21.153722,0.185415360946882
 1968,South Africa,Monogastrics,21.153722,0.0447436106043182
-1968,South Africa,Oilcrops,21.153722,0.0103277806146833
-1968,South Africa,Pulses,21.153722,0.00358570468119038
+1968,South Africa,FruitVeg,21.153722,0.113149402265946
+1968,South Africa,OilcropsPulses,21.153722,0.0139134852958737
 1968,South Africa,Starchy Roots,21.153722,0.0194467904986177
+1968,South Africa,Sugar,21.153722,0.0387589474797863
 1969,South Africa,Ruminants,21.612522,0.67793343599604
 1969,South Africa,Cereals,21.612522,0.189785301317449
 1969,South Africa,Monogastrics,21.612522,0.0484348055261667
-1969,South Africa,Oilcrops,21.612522,0.0119582989898171
-1969,South Africa,Pulses,21.612522,0.00321637613601967
+1969,South Africa,FruitVeg,21.612522,0.115573138572167
+1969,South Africa,OilcropsPulses,21.612522,0.0151746751258368
 1969,South Africa,Starchy Roots,21.612522,0.0186285061965466
+1969,South Africa,Sugar,21.612522,0.0389686590024061
 1970,South Africa,Ruminants,22.087,0.637154819577127
 1970,South Africa,Cereals,22.087,0.195089871870331
 1970,South Africa,Monogastrics,22.087,0.0472726219042876
-1970,South Africa,Oilcrops,22.087,0.0112517317879296
-1970,South Africa,Pulses,22.087,0.00253040249920768
+1970,South Africa,FruitVeg,22.087,0.109293249422737
+1970,South Africa,OilcropsPulses,22.087,0.0137821342871372
 1970,South Africa,Starchy Roots,22.087,0.0214059854212885
+1970,South Africa,Sugar,22.087,0.0403088694707294
 1971,South Africa,Ruminants,22.602373,0.643091847037477
 1971,South Africa,Cereals,22.602373,0.186858167503032
 1971,South Africa,Monogastrics,22.602373,0.047445690768841
-1971,South Africa,Oilcrops,22.602373,0.0123916634771048
-1971,South Africa,Pulses,22.602373,0.00380955574885876
+1971,South Africa,FruitVeg,22.602373,0.112020052053826
+1971,South Africa,OilcropsPulses,22.602373,0.0162012192259636
 1971,South Africa,Starchy Roots,22.602373,0.0211760950940859
+1971,South Africa,Sugar,22.602373,0.0411553247086047
 1972,South Africa,Ruminants,23.126276,0.668287756316668
 1972,South Africa,Cereals,23.126276,0.194294533196784
 1972,South Africa,Monogastrics,23.126276,0.0515826369969813
-1972,South Africa,Oilcrops,23.126276,0.0133546793266672
-1972,South Africa,Pulses,23.126276,0.00356045218867058
+1972,South Africa,FruitVeg,23.126276,0.119208081750819
+1972,South Africa,OilcropsPulses,23.126276,0.0169151315153378
 1972,South Africa,Starchy Roots,23.126276,0.0233368744712724
+1972,South Africa,Sugar,23.126276,0.0419197626111528
 1973,South Africa,Ruminants,23.655908,0.660047033493705
 1973,South Africa,Cereals,23.655908,0.195796162210303
 1973,South Africa,Monogastrics,23.655908,0.0558437494768749
-1973,South Africa,Oilcrops,23.655908,0.0125882295450253
-1973,South Africa,Pulses,23.655908,0.00308755850758297
+1973,South Africa,FruitVeg,23.655908,0.114130981571284
+1973,South Africa,OilcropsPulses,23.655908,0.0156757880526083
 1973,South Africa,Starchy Roots,23.655908,0.0184634637571299
+1973,South Africa,Sugar,23.655908,0.0443201757463717
 1974,South Africa,Ruminants,24.189837,0.695848256439264
 1974,South Africa,Cereals,24.189837,0.192943466299504
 1974,South Africa,Monogastrics,24.189837,0.0535467188141863
-1974,South Africa,Oilcrops,24.189837,0.0149933627084796
-1974,South Africa,Pulses,24.189837,0.00364930115072706
+1974,South Africa,FruitVeg,24.189837,0.11151757657565
+1974,South Africa,OilcropsPulses,24.189837,0.0186426638592067
 1974,South Africa,Starchy Roots,24.189837,0.0209167180415478
+1974,South Africa,Sugar,24.189837,0.0466211078644308
 1975,South Africa,Ruminants,24.728,0.69382737382724
 1975,South Africa,Cereals,24.728,0.194721651569071
 1975,South Africa,Monogastrics,24.728,0.0561404238110644
-1975,South Africa,Oilcrops,24.728,0.016216556130702
-1975,South Africa,Pulses,24.728,0.00298811064380459
+1975,South Africa,FruitVeg,24.728,0.114894492073763
+1975,South Africa,OilcropsPulses,24.728,0.0192046667745066
 1975,South Africa,Starchy Roots,24.728,0.0223772241992883
+1975,South Africa,Sugar,24.728,0.0483506146878033
 1976,South Africa,Ruminants,25.268094,0.680517632236131
 1976,South Africa,Cereals,25.268094,0.192281222319341
 1976,South Africa,Monogastrics,25.268094,0.0578386561329082
-1976,South Africa,Oilcrops,25.268094,0.0152230714354632
-1976,South Africa,Pulses,25.268094,0.00311163160941225
+1976,South Africa,FruitVeg,25.268094,0.118346401592459
+1976,South Africa,OilcropsPulses,25.268094,0.0183347030448755
 1976,South Africa,Starchy Roots,25.268094,0.0208503656825085
+1976,South Africa,Sugar,25.268094,0.0483871478394848
 1977,South Africa,Ruminants,25.805575,0.683746903527629
 1977,South Africa,Cereals,25.805575,0.200913058515456
 1977,South Africa,Monogastrics,25.805575,0.0556002026693844
-1977,South Africa,Oilcrops,25.805575,0.0200155199021917
-1977,South Africa,Pulses,25.805575,0.00332490169275438
+1977,South Africa,FruitVeg,25.805575,0.105747692116917
+1977,South Africa,OilcropsPulses,25.805575,0.0233404215949461
 1977,South Africa,Starchy Roots,25.805575,0.0227435350694569
+1977,South Africa,Sugar,25.805575,0.0435850780306194
 1978,South Africa,Ruminants,26.355319,0.687013699208118
 1978,South Africa,Cereals,26.355319,0.20474428710197
 1978,South Africa,Monogastrics,26.355319,0.0548023683568391
-1978,South Africa,Oilcrops,26.355319,0.0173544854456135
-1978,South Africa,Pulses,26.355319,0.00376713330618385
+1978,South Africa,FruitVeg,26.355319,0.112068421558472
+1978,South Africa,OilcropsPulses,26.355319,0.0211216187517973
 1978,South Africa,Starchy Roots,26.355319,0.0204688852371698
+1978,South Africa,Sugar,26.355319,0.0422859992702042
 1979,South Africa,Ruminants,26.940793,0.698539530740613
 1979,South Africa,Cereals,26.940793,0.20419985410229
 1979,South Africa,Monogastrics,26.940793,0.0543104725981897
-1979,South Africa,Oilcrops,26.940793,0.0160240643250553
-1979,South Africa,Pulses,26.940793,0.0035378691339932
+1979,South Africa,FruitVeg,26.940793,0.112956623065995
+1979,South Africa,OilcropsPulses,26.940793,0.0195619334590485
 1979,South Africa,Starchy Roots,26.940793,0.020224386119592
+1979,South Africa,Sugar,26.940793,0.0427517111318884
 1980,South Africa,Ruminants,27.576,0.673127081520163
 1980,South Africa,Cereals,27.576,0.20609711343197
 1980,South Africa,Monogastrics,27.576,0.058382666086452
-1980,South Africa,Oilcrops,27.576,0.0189967362924282
-1980,South Africa,Pulses,27.576,0.00353006237307804
+1980,South Africa,FruitVeg,27.576,0.117099905715115
+1980,South Africa,OilcropsPulses,27.576,0.0225267986655062
 1980,South Africa,Starchy Roots,27.576,0.0185697708152016
+1980,South Africa,Sugar,27.576,0.0429259501015376
 1981,South Africa,Ruminants,28.254655,0.641082228751333
 1981,South Africa,Cereals,28.254655,0.199789592192862
 1981,South Africa,Monogastrics,28.254655,0.0604156200102249
-1981,South Africa,Oilcrops,28.254655,0.017960792655228
-1981,South Africa,Pulses,28.254655,0.00409950148037553
+1981,South Africa,FruitVeg,28.254655,0.12090407757589
+1981,South Africa,OilcropsPulses,28.254655,0.0220602941356035
 1981,South Africa,Starchy Roots,28.254655,0.0230868860370088
+1981,South Africa,Sugar,28.254655,0.0430581084780543
 1982,South Africa,Ruminants,28.971839,0.666094623817287
 1982,South Africa,Cereals,28.971839,0.212244207211009
 1982,South Africa,Monogastrics,28.971839,0.0659297257588654
-1982,South Africa,Oilcrops,28.971839,0.0124430830918258
-1982,South Africa,Pulses,28.971839,0.00332636806382915
+1982,South Africa,FruitVeg,28.971839,0.123524537051307
+1982,South Africa,OilcropsPulses,28.971839,0.015769451155655
 1982,South Africa,Starchy Roots,28.971839,0.0266511214562527
+1982,South Africa,Sugar,28.971839,0.0418663102469954
 1983,South Africa,Ruminants,29.724004,0.637916681749875
 1983,South Africa,Cereals,29.724004,0.205170844412482
 1983,South Africa,Monogastrics,29.724004,0.0663549332048266
-1983,South Africa,Oilcrops,29.724004,0.0126795838138092
-1983,South Africa,Pulses,29.724004,0.00357855556741279
+1983,South Africa,FruitVeg,29.724004,0.117198847100142
+1983,South Africa,OilcropsPulses,29.724004,0.016258139381222
 1983,South Africa,Starchy Roots,29.724004,0.0221662936123949
+1983,South Africa,Sugar,29.724004,0.0410986689411023
 1984,South Africa,Ruminants,30.505361,0.654227422517635
 1984,South Africa,Cereals,30.505361,0.202565116341354
 1984,South Africa,Monogastrics,30.505361,0.0657506692020462
-1984,South Africa,Oilcrops,30.505361,0.0117360027307987
-1984,South Africa,Pulses,30.505361,0.00339323963417447
+1984,South Africa,FruitVeg,30.505361,0.116474871416863
+1984,South Africa,OilcropsPulses,30.505361,0.0151292423649732
 1984,South Africa,Starchy Roots,30.505361,0.0252474638802013
+1984,South Africa,Sugar,30.505361,0.0416304530865903
 1985,South Africa,Ruminants,31.30788,0.658012842134313
 1985,South Africa,Cereals,31.30788,0.20665056209491
 1985,South Africa,Monogastrics,31.30788,0.0654738998616323
-1985,South Africa,Oilcrops,31.30788,0.0141713843288016
-1985,South Africa,Pulses,31.30788,0.00307785132688639
+1985,South Africa,FruitVeg,31.30788,0.117553855451088
+1985,South Africa,OilcropsPulses,31.30788,0.017249235655688
 1985,South Africa,Starchy Roots,31.30788,0.0268946348331474
+1985,South Africa,Sugar,31.30788,0.0423519254577442
 1986,South Africa,Ruminants,32.12129,0.586528299454972
 1986,South Africa,Cereals,32.12129,0.201122806711686
 1986,South Africa,Monogastrics,32.12129,0.0669686335760488
-1986,South Africa,Oilcrops,32.12129,0.0152336036317346
-1986,South Africa,Pulses,32.12129,0.00303879451914914
+1986,South Africa,FruitVeg,32.12129,0.113242245252292
+1986,South Africa,OilcropsPulses,32.12129,0.0182723981508837
 1986,South Africa,Starchy Roots,32.12129,0.0254261270328807
+1986,South Africa,Sugar,32.12129,0.0414379684003974
 1987,South Africa,Ruminants,32.933081,0.613775519514861
 1987,South Africa,Cereals,32.933081,0.206784904212272
 1987,South Africa,Monogastrics,32.933081,0.0688079016961699
-1987,South Africa,Oilcrops,32.933081,0.0175990214823812
-1987,South Africa,Pulses,32.933081,0.00399516218965362
+1987,South Africa,FruitVeg,32.933081,0.120664355697543
+1987,South Africa,OilcropsPulses,32.933081,0.0215941836720348
 1987,South Africa,Starchy Roots,32.933081,0.0244176364792593
+1987,South Africa,Sugar,32.933081,0.0406235906078754
 1988,South Africa,Ruminants,33.728498,0.591886920075718
 1988,South Africa,Cereals,33.728498,0.202843482683397
 1988,South Africa,Monogastrics,33.728498,0.0714861331803154
-1988,South Africa,Oilcrops,33.728498,0.0187203711235526
-1988,South Africa,Pulses,33.728498,0.0040054259160903
+1988,South Africa,FruitVeg,33.728498,0.121910468708094
+1988,South Africa,OilcropsPulses,33.728498,0.0227257970396429
 1988,South Africa,Starchy Roots,33.728498,0.0248179151054992
+1988,South Africa,Sugar,33.728498,0.0402463519128542
 1989,South Africa,Ruminants,34.490549,0.567841404901963
 1989,South Africa,Cereals,34.490549,0.200056224097796
 1989,South Africa,Monogastrics,34.490549,0.0713952074233437
-1989,South Africa,Oilcrops,34.490549,0.0166214518649732
-1989,South Africa,Pulses,34.490549,0.00317982761016648
+1989,South Africa,FruitVeg,34.490549,0.123685215912336
+1989,South Africa,OilcropsPulses,34.490549,0.0198012794751397
 1989,South Africa,Starchy Roots,34.490549,0.0285783505504653
+1989,South Africa,Sugar,34.490549,0.0397248533214128
 1990,South Africa,Ruminants,35.2,0.585034147727273
 1990,South Africa,Cereals,35.2,0.2003725
 1990,South Africa,Monogastrics,35.2,0.0860775056818182
-1990,South Africa,Oilcrops,35.2,0.01890375
-1990,South Africa,Pulses,35.2,0.00319150568181818
+1990,South Africa,FruitVeg,35.2,0.117504801136364
+1990,South Africa,OilcropsPulses,35.2,0.0220952556818182
 1990,South Africa,Starchy Roots,35.2,0.0282413068181818
+1990,South Africa,Sugar,35.2,0.0383756534090909
 1991,South Africa,Ruminants,35.933108,0.602586759263908
 1991,South Africa,Cereals,35.933108,0.202307520963675
 1991,South Africa,Monogastrics,35.933108,0.0789029326380563
-1991,South Africa,Oilcrops,35.933108,0.018544513321809
-1991,South Africa,Pulses,35.933108,0.00377952277325969
+1991,South Africa,FruitVeg,35.933108,0.116923395549308
+1991,South Africa,OilcropsPulses,35.933108,0.0223240360950686
 1991,South Africa,Starchy Roots,35.933108,0.0290363972968884
+1991,South Africa,Sugar,35.933108,0.0375343819410222
 1992,South Africa,Ruminants,36.690739,0.629010233345259
 1992,South Africa,Cereals,36.690739,0.203165545398254
 1992,South Africa,Monogastrics,36.690739,0.0814853415735235
-1992,South Africa,Oilcrops,36.690739,0.0143702474894278
-1992,South Africa,Pulses,36.690739,0.00416780921201941
+1992,South Africa,FruitVeg,36.690739,0.111983053816387
+1992,South Africa,OilcropsPulses,36.690739,0.0185380567014472
 1992,South Africa,Starchy Roots,36.690739,0.0290079739195223
+1992,South Africa,Sugar,36.690739,0.0367343922944697
 1993,South Africa,Ruminants,37.473796,0.60486572270394
 1993,South Africa,Cereals,37.473796,0.214601104195582
 1993,South Africa,Monogastrics,37.473796,0.0797210429389112
-1993,South Africa,Oilcrops,37.473796,0.0151480517212614
-1993,South Africa,Pulses,37.473796,0.00384009669049808
+1993,South Africa,FruitVeg,37.473796,0.110403333572078
+1993,South Africa,OilcropsPulses,37.473796,0.0189881484117595
 1993,South Africa,Starchy Roots,37.473796,0.0246028451454451
+1993,South Africa,Sugar,37.473796,0.0361210804477881
 1994,South Africa,Ruminants,38.283223,0.573066034696191
 1994,South Africa,Cereals,38.283223,0.209807935972371
 1994,South Africa,Monogastrics,38.283223,0.0852568787115965
-1994,South Africa,Oilcrops,38.283223,0.0160649222245473
-1994,South Africa,Pulses,38.283223,0.00348081978364256
+1994,South Africa,FruitVeg,38.283223,0.105744440586938
+1994,South Africa,OilcropsPulses,38.283223,0.0195457420081898
 1994,South Africa,Starchy Roots,38.283223,0.0276757523785288
+1994,South Africa,Sugar,38.283223,0.0359945660792457
 1995,South Africa,Ruminants,39.12,0.481261612985685
 1995,South Africa,Cereals,39.12,0.207599795501023
 1995,South Africa,Monogastrics,39.12,0.0908662704498977
-1995,South Africa,Oilcrops,39.12,0.0180198875255624
-1995,South Africa,Pulses,39.12,0.00404102760736196
+1995,South Africa,FruitVeg,39.12,0.10861004601227
+1995,South Africa,OilcropsPulses,39.12,0.0220609151329243
 1995,South Africa,Starchy Roots,39.12,0.0267470347648262
+1995,South Africa,Sugar,39.12,0.0352083077709611
 1996,South Africa,Ruminants,40.000247,0.45131772311306
 1996,South Africa,Cereals,40.000247,0.20678354811159
 1996,South Africa,Monogastrics,40.000247,0.0932748265279462
-1996,South Africa,Oilcrops,40.000247,0.0166326972930942
-1996,South Africa,Pulses,40.000247,0.00336347923051575
+1996,South Africa,FruitVeg,40.000247,0.116760054006667
+1996,South Africa,OilcropsPulses,40.000247,0.01999617652361
 1996,South Africa,Starchy Roots,40.000247,0.0299401401196348
+1996,South Africa,Sugar,40.000247,0.0347630353382568
 1997,South Africa,Ruminants,40.926063,0.45284720154978
 1997,South Africa,Cereals,40.926063,0.202826032887649
 1997,South Africa,Monogastrics,40.926063,0.0955337458186486
-1997,South Africa,Oilcrops,40.926063,0.017150513598144
-1997,South Africa,Pulses,40.926063,0.00335023674278173
+1997,South Africa,FruitVeg,40.926063,0.113861453030554
+1997,South Africa,OilcropsPulses,40.926063,0.0205007503409258
 1997,South Africa,Starchy Roots,40.926063,0.0301802301384328
+1997,South Africa,Sugar,40.926063,0.0345444906342445
 1998,South Africa,Ruminants,41.899683,0.416059138203981
 1998,South Africa,Cereals,41.899683,0.207885105001868
 1998,South Africa,Monogastrics,41.899683,0.0898929641066735
-1998,South Africa,Oilcrops,41.899683,0.0185769424556267
-1998,South Africa,Pulses,41.899683,0.00240665305272119
+1998,South Africa,FruitVeg,41.899683,0.105285235690208
+1998,South Africa,OilcropsPulses,41.899683,0.0209835955083479
 1998,South Africa,Starchy Roots,41.899683,0.030638012225534
+1998,South Africa,Sugar,41.899683,0.0343786849174969
 1999,South Africa,Ruminants,42.923485,0.405278373831948
 1999,South Africa,Cereals,42.923485,0.205812598860507
 1999,South Africa,Monogastrics,42.923485,0.0949772344906291
-1999,South Africa,Oilcrops,42.923485,0.0184258570803373
-1999,South Africa,Pulses,42.923485,0.00311309764339964
+1999,South Africa,FruitVeg,42.923485,0.113597509615074
+1999,South Africa,OilcropsPulses,42.923485,0.0215389547237369
 1999,South Africa,Starchy Roots,42.923485,0.0307602469836734
+1999,South Africa,Sugar,42.923485,0.0336668609270659
 2000,South Africa,Ruminants,44,0.475443409090909
 2000,South Africa,Cereals,44,0.207647340909091
 2000,South Africa,Monogastrics,44,0.0971081272727273
-2000,South Africa,Oilcrops,44,0.0173066818181818
-2000,South Africa,Pulses,44,0.00307270454545455
+2000,South Africa,FruitVeg,44,0.110121409090909
+2000,South Africa,OilcropsPulses,44,0.0203793863636364
 2000,South Africa,Starchy Roots,44,0.0310798863636364
+2000,South Africa,Sugar,44,0.0327971818181818
 2001,South Africa,Ruminants,44.909738,0.394371171793521
 2001,South Africa,Cereals,44.909738,0.206459810564916
 2001,South Africa,Monogastrics,44.909738,0.100047722389296
-2001,South Africa,Oilcrops,44.909738,0.0193795831095697
-2001,South Africa,Pulses,44.909738,0.00307167233974957
+2001,South Africa,FruitVeg,44.909738,0.107783906465898
+2001,South Africa,OilcropsPulses,44.909738,0.0224512554493193
 2001,South Africa,Starchy Roots,44.909738,0.0321844451642092
+2001,South Africa,Sugar,44.909738,0.0318421140644374
 2002,South Africa,Ruminants,45.448096,0.409521666210175
 2002,South Africa,Cereals,45.448096,0.205410101228443
 2002,South Africa,Monogastrics,45.448096,0.101171573832268
-2002,South Africa,Oilcrops,45.448096,0.0192844602334936
-2002,South Africa,Pulses,45.448096,0.00262385029287035
+2002,South Africa,FruitVeg,45.448096,0.106593882392785
+2002,South Africa,OilcropsPulses,45.448096,0.021908310526364
 2002,South Africa,Starchy Roots,45.448096,0.0290279267144657
+2002,South Africa,Sugar,45.448096,0.0314253428790504
 2003,South Africa,Ruminants,46.034026,0.433967170283998
 2003,South Africa,Cereals,46.034026,0.205384056567201
 2003,South Africa,Monogastrics,46.034026,0.107449105146702
-2003,South Africa,Oilcrops,46.034026,0.0184887370051014
-2003,South Africa,Pulses,46.034026,0.00396228650520378
+2003,South Africa,FruitVeg,46.034026,0.111825717785362
+2003,South Africa,OilcropsPulses,46.034026,0.0224510235103052
 2003,South Africa,Starchy Roots,46.034026,0.0258885242841893
+2003,South Africa,Sugar,46.034026,0.0324934864484805
 2004,South Africa,Ruminants,46.641103,0.454859024238771
 2004,South Africa,Cereals,46.641103,0.207936849177859
 2004,South Africa,Monogastrics,46.641103,0.111383879579349
-2004,South Africa,Oilcrops,46.641103,0.0186352582613666
-2004,South Africa,Pulses,46.641103,0.00327007703913006
+2004,South Africa,FruitVeg,46.641103,0.11157098921953
+2004,South Africa,OilcropsPulses,46.641103,0.0219053353004966
 2004,South Africa,Starchy Roots,46.641103,0.0312205738359146
+2004,South Africa,Sugar,46.641103,0.0314044888689703
 2005,South Africa,Ruminants,47.270063,0.483535164740525
 2005,South Africa,Cereals,47.270063,0.208220242905113
 2005,South Africa,Monogastrics,47.270063,0.11682117072702
-2005,South Africa,Oilcrops,47.270063,0.0186258266675041
-2005,South Africa,Pulses,47.270063,0.00286107086423811
+2005,South Africa,FruitVeg,47.270063,0.103834640541943
+2005,South Africa,OilcropsPulses,47.270063,0.0214868975317422
 2005,South Africa,Starchy Roots,47.270063,0.0304650958472385
+2005,South Africa,Sugar,47.270063,0.0314084201664804
 2006,South Africa,Ruminants,47.921682,0.53056815284572
 2006,South Africa,Cereals,47.921682,0.202355710302489
 2006,South Africa,Monogastrics,47.921682,0.123750988122662
-2006,South Africa,Oilcrops,47.921682,0.0177510463843903
-2006,South Africa,Pulses,47.921682,0.00332077242196966
+2006,South Africa,FruitVeg,47.921682,0.103399459142523
+2006,South Africa,OilcropsPulses,47.921682,0.0210718188063599
 2006,South Africa,Starchy Roots,47.921682,0.0316867216805954
+2006,South Africa,Sugar,47.921682,0.0321041527715993
 2007,South Africa,Ruminants,48.596781,0.518475143446229
 2007,South Africa,Cereals,48.596781,0.201243761392344
 2007,South Africa,Monogastrics,48.596781,0.142431501790211
-2007,South Africa,Oilcrops,48.596781,0.0156059307714229
-2007,South Africa,Pulses,48.596781,0.00308378450004744
+2007,South Africa,FruitVeg,48.596781,0.103782388384943
+2007,South Africa,OilcropsPulses,48.596781,0.0186897152714703
 2007,South Africa,Starchy Roots,48.596781,0.0330194092485262
+2007,South Africa,Sugar,48.596781,0.0314041376526565
 2008,South Africa,Ruminants,49.296223,0.506408275944386
 2008,South Africa,Cereals,49.296223,0.197076031565339
 2008,South Africa,Monogastrics,49.296223,0.159937030064149
-2008,South Africa,Oilcrops,49.296223,0.0172421120376707
-2008,South Africa,Pulses,49.296223,0.00292484882665352
+2008,South Africa,FruitVeg,49.296223,0.112360170068202
+2008,South Africa,OilcropsPulses,49.296223,0.0201669608643242
 2008,South Africa,Starchy Roots,49.296223,0.0338055513908236
+2008,South Africa,Sugar,49.296223,0.0307472237781787
 2009,South Africa,Ruminants,50.020918,0.496757260632442
 2009,South Africa,Cereals,50.020918,0.198043946334611
 2009,South Africa,Monogastrics,50.020918,0.163413348391567
-2009,South Africa,Oilcrops,50.020918,0.0198039948007352
-2009,South Africa,Pulses,50.020918,0.00353192238495103
+2009,South Africa,FruitVeg,50.020918,0.10531222157898
+2009,South Africa,OilcropsPulses,50.020918,0.0233359171856862
 2009,South Africa,Starchy Roots,50.020918,0.0302959453882874
+2009,South Africa,Sugar,50.020918,0.0310593460120024
 2010,South Africa,Ruminants,50.771826,0.523761445964146
 2010,South Africa,Cereals,50.771826,0.199696737320419
 2010,South Africa,Monogastrics,50.771826,0.155377846760918
-2010,South Africa,Oilcrops,50.771826,0.0187323181955284
-2010,South Africa,Pulses,50.771826,0.00308403325891805
+2010,South Africa,FruitVeg,50.771826,0.10643351688789
+2010,South Africa,OilcropsPulses,50.771826,0.0218163514544464
 2010,South Africa,Starchy Roots,50.771826,0.0339297231500006
+2010,South Africa,Sugar,50.771826,0.0363756466036892
 2011,South Africa,Ruminants,51.549958,0.507048545025003
 2011,South Africa,Cereals,51.549958,0.201281095127177
 2011,South Africa,Monogastrics,51.549958,0.161651658377685
-2011,South Africa,Oilcrops,51.549958,0.0174008677174868
-2011,South Africa,Pulses,51.549958,0.00278813030264739
+2011,South Africa,FruitVeg,51.549958,0.111857355926459
+2011,South Africa,OilcropsPulses,51.549958,0.0201889980201342
 2011,South Africa,Starchy Roots,51.549958,0.0342988446275747
+2011,South Africa,Sugar,51.549958,0.035907090360772
 1961,South America,Ruminants,NA,NA
 1961,South America,Cereals,NA,NA
 1961,South America,Monogastrics,NA,NA
-1961,South America,Oilcrops,NA,NA
-1961,South America,Pulses,NA,NA
+1961,South America,FruitVeg,NA,NA
+1961,South America,OilcropsPulses,NA,NA
 1961,South America,Starchy Roots,NA,NA
+1961,South America,Sugar,NA,NA
 1962,South America,Ruminants,NA,NA
 1962,South America,Cereals,NA,NA
 1962,South America,Monogastrics,NA,NA
-1962,South America,Oilcrops,NA,NA
-1962,South America,Pulses,NA,NA
+1962,South America,FruitVeg,NA,NA
+1962,South America,OilcropsPulses,NA,NA
 1962,South America,Starchy Roots,NA,NA
+1962,South America,Sugar,NA,NA
 1963,South America,Ruminants,NA,NA
 1963,South America,Cereals,NA,NA
 1963,South America,Monogastrics,NA,NA
-1963,South America,Oilcrops,NA,NA
-1963,South America,Pulses,NA,NA
+1963,South America,FruitVeg,NA,NA
+1963,South America,OilcropsPulses,NA,NA
 1963,South America,Starchy Roots,NA,NA
+1963,South America,Sugar,NA,NA
 1964,South America,Ruminants,NA,NA
 1964,South America,Cereals,NA,NA
 1964,South America,Monogastrics,NA,NA
-1964,South America,Oilcrops,NA,NA
-1964,South America,Pulses,NA,NA
+1964,South America,FruitVeg,NA,NA
+1964,South America,OilcropsPulses,NA,NA
 1964,South America,Starchy Roots,NA,NA
+1964,South America,Sugar,NA,NA
 1965,South America,Ruminants,NA,NA
 1965,South America,Cereals,NA,NA
 1965,South America,Monogastrics,NA,NA
-1965,South America,Oilcrops,NA,NA
-1965,South America,Pulses,NA,NA
+1965,South America,FruitVeg,NA,NA
+1965,South America,OilcropsPulses,NA,NA
 1965,South America,Starchy Roots,NA,NA
+1965,South America,Sugar,NA,NA
 1966,South America,Ruminants,NA,NA
 1966,South America,Cereals,NA,NA
 1966,South America,Monogastrics,NA,NA
-1966,South America,Oilcrops,NA,NA
-1966,South America,Pulses,NA,NA
+1966,South America,FruitVeg,NA,NA
+1966,South America,OilcropsPulses,NA,NA
 1966,South America,Starchy Roots,NA,NA
+1966,South America,Sugar,NA,NA
 1967,South America,Ruminants,NA,NA
 1967,South America,Cereals,NA,NA
 1967,South America,Monogastrics,NA,NA
-1967,South America,Oilcrops,NA,NA
-1967,South America,Pulses,NA,NA
+1967,South America,FruitVeg,NA,NA
+1967,South America,OilcropsPulses,NA,NA
 1967,South America,Starchy Roots,NA,NA
+1967,South America,Sugar,NA,NA
 1968,South America,Ruminants,NA,NA
 1968,South America,Cereals,NA,NA
 1968,South America,Monogastrics,NA,NA
-1968,South America,Oilcrops,NA,NA
-1968,South America,Pulses,NA,NA
+1968,South America,FruitVeg,NA,NA
+1968,South America,OilcropsPulses,NA,NA
 1968,South America,Starchy Roots,NA,NA
+1968,South America,Sugar,NA,NA
 1969,South America,Ruminants,NA,NA
 1969,South America,Cereals,NA,NA
 1969,South America,Monogastrics,NA,NA
-1969,South America,Oilcrops,NA,NA
-1969,South America,Pulses,NA,NA
+1969,South America,FruitVeg,NA,NA
+1969,South America,OilcropsPulses,NA,NA
 1969,South America,Starchy Roots,NA,NA
+1969,South America,Sugar,NA,NA
 1970,South America,Ruminants,NA,NA
 1970,South America,Cereals,NA,NA
 1970,South America,Monogastrics,NA,NA
-1970,South America,Oilcrops,NA,NA
-1970,South America,Pulses,NA,NA
+1970,South America,FruitVeg,NA,NA
+1970,South America,OilcropsPulses,NA,NA
 1970,South America,Starchy Roots,NA,NA
+1970,South America,Sugar,NA,NA
 1971,South America,Ruminants,NA,NA
 1971,South America,Cereals,NA,NA
 1971,South America,Monogastrics,NA,NA
-1971,South America,Oilcrops,NA,NA
-1971,South America,Pulses,NA,NA
+1971,South America,FruitVeg,NA,NA
+1971,South America,OilcropsPulses,NA,NA
 1971,South America,Starchy Roots,NA,NA
+1971,South America,Sugar,NA,NA
 1972,South America,Ruminants,NA,NA
 1972,South America,Cereals,NA,NA
 1972,South America,Monogastrics,NA,NA
-1972,South America,Oilcrops,NA,NA
-1972,South America,Pulses,NA,NA
+1972,South America,FruitVeg,NA,NA
+1972,South America,OilcropsPulses,NA,NA
 1972,South America,Starchy Roots,NA,NA
+1972,South America,Sugar,NA,NA
 1973,South America,Ruminants,NA,NA
 1973,South America,Cereals,NA,NA
 1973,South America,Monogastrics,NA,NA
-1973,South America,Oilcrops,NA,NA
-1973,South America,Pulses,NA,NA
+1973,South America,FruitVeg,NA,NA
+1973,South America,OilcropsPulses,NA,NA
 1973,South America,Starchy Roots,NA,NA
+1973,South America,Sugar,NA,NA
 1974,South America,Ruminants,NA,NA
 1974,South America,Cereals,NA,NA
 1974,South America,Monogastrics,NA,NA
-1974,South America,Oilcrops,NA,NA
-1974,South America,Pulses,NA,NA
+1974,South America,FruitVeg,NA,NA
+1974,South America,OilcropsPulses,NA,NA
 1974,South America,Starchy Roots,NA,NA
+1974,South America,Sugar,NA,NA
 1975,South America,Ruminants,NA,NA
 1975,South America,Cereals,NA,NA
 1975,South America,Monogastrics,NA,NA
-1975,South America,Oilcrops,NA,NA
-1975,South America,Pulses,NA,NA
+1975,South America,FruitVeg,NA,NA
+1975,South America,OilcropsPulses,NA,NA
 1975,South America,Starchy Roots,NA,NA
+1975,South America,Sugar,NA,NA
 1976,South America,Ruminants,NA,NA
 1976,South America,Cereals,NA,NA
 1976,South America,Monogastrics,NA,NA
-1976,South America,Oilcrops,NA,NA
-1976,South America,Pulses,NA,NA
+1976,South America,FruitVeg,NA,NA
+1976,South America,OilcropsPulses,NA,NA
 1976,South America,Starchy Roots,NA,NA
+1976,South America,Sugar,NA,NA
 1977,South America,Ruminants,NA,NA
 1977,South America,Cereals,NA,NA
 1977,South America,Monogastrics,NA,NA
-1977,South America,Oilcrops,NA,NA
-1977,South America,Pulses,NA,NA
+1977,South America,FruitVeg,NA,NA
+1977,South America,OilcropsPulses,NA,NA
 1977,South America,Starchy Roots,NA,NA
+1977,South America,Sugar,NA,NA
 1978,South America,Ruminants,NA,NA
 1978,South America,Cereals,NA,NA
 1978,South America,Monogastrics,NA,NA
-1978,South America,Oilcrops,NA,NA
-1978,South America,Pulses,NA,NA
+1978,South America,FruitVeg,NA,NA
+1978,South America,OilcropsPulses,NA,NA
 1978,South America,Starchy Roots,NA,NA
+1978,South America,Sugar,NA,NA
 1979,South America,Ruminants,NA,NA
 1979,South America,Cereals,NA,NA
 1979,South America,Monogastrics,NA,NA
-1979,South America,Oilcrops,NA,NA
-1979,South America,Pulses,NA,NA
+1979,South America,FruitVeg,NA,NA
+1979,South America,OilcropsPulses,NA,NA
 1979,South America,Starchy Roots,NA,NA
+1979,South America,Sugar,NA,NA
 1980,South America,Ruminants,NA,NA
 1980,South America,Cereals,NA,NA
 1980,South America,Monogastrics,NA,NA
-1980,South America,Oilcrops,NA,NA
-1980,South America,Pulses,NA,NA
+1980,South America,FruitVeg,NA,NA
+1980,South America,OilcropsPulses,NA,NA
 1980,South America,Starchy Roots,NA,NA
+1980,South America,Sugar,NA,NA
 1981,South America,Ruminants,NA,NA
 1981,South America,Cereals,NA,NA
 1981,South America,Monogastrics,NA,NA
-1981,South America,Oilcrops,NA,NA
-1981,South America,Pulses,NA,NA
+1981,South America,FruitVeg,NA,NA
+1981,South America,OilcropsPulses,NA,NA
 1981,South America,Starchy Roots,NA,NA
+1981,South America,Sugar,NA,NA
 1982,South America,Ruminants,NA,NA
 1982,South America,Cereals,NA,NA
 1982,South America,Monogastrics,NA,NA
-1982,South America,Oilcrops,NA,NA
-1982,South America,Pulses,NA,NA
+1982,South America,FruitVeg,NA,NA
+1982,South America,OilcropsPulses,NA,NA
 1982,South America,Starchy Roots,NA,NA
+1982,South America,Sugar,NA,NA
 1983,South America,Ruminants,NA,NA
 1983,South America,Cereals,NA,NA
 1983,South America,Monogastrics,NA,NA
-1983,South America,Oilcrops,NA,NA
-1983,South America,Pulses,NA,NA
+1983,South America,FruitVeg,NA,NA
+1983,South America,OilcropsPulses,NA,NA
 1983,South America,Starchy Roots,NA,NA
+1983,South America,Sugar,NA,NA
 1984,South America,Ruminants,NA,NA
 1984,South America,Cereals,NA,NA
 1984,South America,Monogastrics,NA,NA
-1984,South America,Oilcrops,NA,NA
-1984,South America,Pulses,NA,NA
+1984,South America,FruitVeg,NA,NA
+1984,South America,OilcropsPulses,NA,NA
 1984,South America,Starchy Roots,NA,NA
+1984,South America,Sugar,NA,NA
 1985,South America,Ruminants,NA,NA
 1985,South America,Cereals,NA,NA
 1985,South America,Monogastrics,NA,NA
-1985,South America,Oilcrops,NA,NA
-1985,South America,Pulses,NA,NA
+1985,South America,FruitVeg,NA,NA
+1985,South America,OilcropsPulses,NA,NA
 1985,South America,Starchy Roots,NA,NA
+1985,South America,Sugar,NA,NA
 1986,South America,Ruminants,NA,NA
 1986,South America,Cereals,NA,NA
 1986,South America,Monogastrics,NA,NA
-1986,South America,Oilcrops,NA,NA
-1986,South America,Pulses,NA,NA
+1986,South America,FruitVeg,NA,NA
+1986,South America,OilcropsPulses,NA,NA
 1986,South America,Starchy Roots,NA,NA
+1986,South America,Sugar,NA,NA
 1987,South America,Ruminants,NA,NA
 1987,South America,Cereals,NA,NA
 1987,South America,Monogastrics,NA,NA
-1987,South America,Oilcrops,NA,NA
-1987,South America,Pulses,NA,NA
+1987,South America,FruitVeg,NA,NA
+1987,South America,OilcropsPulses,NA,NA
 1987,South America,Starchy Roots,NA,NA
+1987,South America,Sugar,NA,NA
 1988,South America,Ruminants,NA,NA
 1988,South America,Cereals,NA,NA
 1988,South America,Monogastrics,NA,NA
-1988,South America,Oilcrops,NA,NA
-1988,South America,Pulses,NA,NA
+1988,South America,FruitVeg,NA,NA
+1988,South America,OilcropsPulses,NA,NA
 1988,South America,Starchy Roots,NA,NA
+1988,South America,Sugar,NA,NA
 1989,South America,Ruminants,NA,NA
 1989,South America,Cereals,NA,NA
 1989,South America,Monogastrics,NA,NA
-1989,South America,Oilcrops,NA,NA
-1989,South America,Pulses,NA,NA
+1989,South America,FruitVeg,NA,NA
+1989,South America,OilcropsPulses,NA,NA
 1989,South America,Starchy Roots,NA,NA
+1989,South America,Sugar,NA,NA
 1990,South America,Ruminants,NA,NA
 1990,South America,Cereals,NA,NA
 1990,South America,Monogastrics,NA,NA
-1990,South America,Oilcrops,NA,NA
-1990,South America,Pulses,NA,NA
+1990,South America,FruitVeg,NA,NA
+1990,South America,OilcropsPulses,NA,NA
 1990,South America,Starchy Roots,NA,NA
+1990,South America,Sugar,NA,NA
 1991,South America,Ruminants,NA,NA
 1991,South America,Cereals,NA,NA
 1991,South America,Monogastrics,NA,NA
-1991,South America,Oilcrops,NA,NA
-1991,South America,Pulses,NA,NA
+1991,South America,FruitVeg,NA,NA
+1991,South America,OilcropsPulses,NA,NA
 1991,South America,Starchy Roots,NA,NA
+1991,South America,Sugar,NA,NA
 1992,South America,Ruminants,NA,NA
 1992,South America,Cereals,NA,NA
 1992,South America,Monogastrics,NA,NA
-1992,South America,Oilcrops,NA,NA
-1992,South America,Pulses,NA,NA
+1992,South America,FruitVeg,NA,NA
+1992,South America,OilcropsPulses,NA,NA
 1992,South America,Starchy Roots,NA,NA
+1992,South America,Sugar,NA,NA
 1993,South America,Ruminants,NA,NA
 1993,South America,Cereals,NA,NA
 1993,South America,Monogastrics,NA,NA
-1993,South America,Oilcrops,NA,NA
-1993,South America,Pulses,NA,NA
+1993,South America,FruitVeg,NA,NA
+1993,South America,OilcropsPulses,NA,NA
 1993,South America,Starchy Roots,NA,NA
+1993,South America,Sugar,NA,NA
 1994,South America,Ruminants,NA,NA
 1994,South America,Cereals,NA,NA
 1994,South America,Monogastrics,NA,NA
-1994,South America,Oilcrops,NA,NA
-1994,South America,Pulses,NA,NA
+1994,South America,FruitVeg,NA,NA
+1994,South America,OilcropsPulses,NA,NA
 1994,South America,Starchy Roots,NA,NA
+1994,South America,Sugar,NA,NA
 1995,South America,Ruminants,NA,NA
 1995,South America,Cereals,NA,NA
 1995,South America,Monogastrics,NA,NA
-1995,South America,Oilcrops,NA,NA
-1995,South America,Pulses,NA,NA
+1995,South America,FruitVeg,NA,NA
+1995,South America,OilcropsPulses,NA,NA
 1995,South America,Starchy Roots,NA,NA
+1995,South America,Sugar,NA,NA
 1996,South America,Ruminants,NA,NA
 1996,South America,Cereals,NA,NA
 1996,South America,Monogastrics,NA,NA
-1996,South America,Oilcrops,NA,NA
-1996,South America,Pulses,NA,NA
+1996,South America,FruitVeg,NA,NA
+1996,South America,OilcropsPulses,NA,NA
 1996,South America,Starchy Roots,NA,NA
+1996,South America,Sugar,NA,NA
 1997,South America,Ruminants,NA,NA
 1997,South America,Cereals,NA,NA
 1997,South America,Monogastrics,NA,NA
-1997,South America,Oilcrops,NA,NA
-1997,South America,Pulses,NA,NA
+1997,South America,FruitVeg,NA,NA
+1997,South America,OilcropsPulses,NA,NA
 1997,South America,Starchy Roots,NA,NA
+1997,South America,Sugar,NA,NA
 1998,South America,Ruminants,NA,NA
 1998,South America,Cereals,NA,NA
 1998,South America,Monogastrics,NA,NA
-1998,South America,Oilcrops,NA,NA
-1998,South America,Pulses,NA,NA
+1998,South America,FruitVeg,NA,NA
+1998,South America,OilcropsPulses,NA,NA
 1998,South America,Starchy Roots,NA,NA
+1998,South America,Sugar,NA,NA
 1999,South America,Ruminants,NA,NA
 1999,South America,Cereals,NA,NA
 1999,South America,Monogastrics,NA,NA
-1999,South America,Oilcrops,NA,NA
-1999,South America,Pulses,NA,NA
+1999,South America,FruitVeg,NA,NA
+1999,South America,OilcropsPulses,NA,NA
 1999,South America,Starchy Roots,NA,NA
+1999,South America,Sugar,NA,NA
 2000,South America,Ruminants,NA,NA
 2000,South America,Cereals,NA,NA
 2000,South America,Monogastrics,NA,NA
-2000,South America,Oilcrops,NA,NA
-2000,South America,Pulses,NA,NA
+2000,South America,FruitVeg,NA,NA
+2000,South America,OilcropsPulses,NA,NA
 2000,South America,Starchy Roots,NA,NA
+2000,South America,Sugar,NA,NA
 2001,South America,Ruminants,NA,NA
 2001,South America,Cereals,NA,NA
 2001,South America,Monogastrics,NA,NA
-2001,South America,Oilcrops,NA,NA
-2001,South America,Pulses,NA,NA
+2001,South America,FruitVeg,NA,NA
+2001,South America,OilcropsPulses,NA,NA
 2001,South America,Starchy Roots,NA,NA
+2001,South America,Sugar,NA,NA
 2002,South America,Ruminants,NA,NA
 2002,South America,Cereals,NA,NA
 2002,South America,Monogastrics,NA,NA
-2002,South America,Oilcrops,NA,NA
-2002,South America,Pulses,NA,NA
+2002,South America,FruitVeg,NA,NA
+2002,South America,OilcropsPulses,NA,NA
 2002,South America,Starchy Roots,NA,NA
+2002,South America,Sugar,NA,NA
 2003,South America,Ruminants,NA,NA
 2003,South America,Cereals,NA,NA
 2003,South America,Monogastrics,NA,NA
-2003,South America,Oilcrops,NA,NA
-2003,South America,Pulses,NA,NA
+2003,South America,FruitVeg,NA,NA
+2003,South America,OilcropsPulses,NA,NA
 2003,South America,Starchy Roots,NA,NA
+2003,South America,Sugar,NA,NA
 2004,South America,Ruminants,NA,NA
 2004,South America,Cereals,NA,NA
 2004,South America,Monogastrics,NA,NA
-2004,South America,Oilcrops,NA,NA
-2004,South America,Pulses,NA,NA
+2004,South America,FruitVeg,NA,NA
+2004,South America,OilcropsPulses,NA,NA
 2004,South America,Starchy Roots,NA,NA
+2004,South America,Sugar,NA,NA
 2005,South America,Ruminants,NA,NA
 2005,South America,Cereals,NA,NA
 2005,South America,Monogastrics,NA,NA
-2005,South America,Oilcrops,NA,NA
-2005,South America,Pulses,NA,NA
+2005,South America,FruitVeg,NA,NA
+2005,South America,OilcropsPulses,NA,NA
 2005,South America,Starchy Roots,NA,NA
+2005,South America,Sugar,NA,NA
 2006,South America,Ruminants,NA,NA
 2006,South America,Cereals,NA,NA
 2006,South America,Monogastrics,NA,NA
-2006,South America,Oilcrops,NA,NA
-2006,South America,Pulses,NA,NA
+2006,South America,FruitVeg,NA,NA
+2006,South America,OilcropsPulses,NA,NA
 2006,South America,Starchy Roots,NA,NA
+2006,South America,Sugar,NA,NA
 2007,South America,Ruminants,NA,NA
 2007,South America,Cereals,NA,NA
 2007,South America,Monogastrics,NA,NA
-2007,South America,Oilcrops,NA,NA
-2007,South America,Pulses,NA,NA
+2007,South America,FruitVeg,NA,NA
+2007,South America,OilcropsPulses,NA,NA
 2007,South America,Starchy Roots,NA,NA
+2007,South America,Sugar,NA,NA
 2008,South America,Ruminants,NA,NA
 2008,South America,Cereals,NA,NA
 2008,South America,Monogastrics,NA,NA
-2008,South America,Oilcrops,NA,NA
-2008,South America,Pulses,NA,NA
+2008,South America,FruitVeg,NA,NA
+2008,South America,OilcropsPulses,NA,NA
 2008,South America,Starchy Roots,NA,NA
+2008,South America,Sugar,NA,NA
 2009,South America,Ruminants,NA,NA
 2009,South America,Cereals,NA,NA
 2009,South America,Monogastrics,NA,NA
-2009,South America,Oilcrops,NA,NA
-2009,South America,Pulses,NA,NA
+2009,South America,FruitVeg,NA,NA
+2009,South America,OilcropsPulses,NA,NA
 2009,South America,Starchy Roots,NA,NA
+2009,South America,Sugar,NA,NA
 2010,South America,Ruminants,NA,NA
 2010,South America,Cereals,NA,NA
 2010,South America,Monogastrics,NA,NA
-2010,South America,Oilcrops,NA,NA
-2010,South America,Pulses,NA,NA
+2010,South America,FruitVeg,NA,NA
+2010,South America,OilcropsPulses,NA,NA
 2010,South America,Starchy Roots,NA,NA
+2010,South America,Sugar,NA,NA
 2011,South America,Ruminants,NA,NA
 2011,South America,Cereals,NA,NA
 2011,South America,Monogastrics,NA,NA
-2011,South America,Oilcrops,NA,NA
-2011,South America,Pulses,NA,NA
+2011,South America,FruitVeg,NA,NA
+2011,South America,OilcropsPulses,NA,NA
 2011,South America,Starchy Roots,NA,NA
+2011,South America,Sugar,NA,NA
 1961,South-Eastern Asia,Ruminants,NA,NA
 1961,South-Eastern Asia,Cereals,NA,NA
 1961,South-Eastern Asia,Monogastrics,NA,NA
-1961,South-Eastern Asia,Oilcrops,NA,NA
-1961,South-Eastern Asia,Pulses,NA,NA
+1961,South-Eastern Asia,FruitVeg,NA,NA
+1961,South-Eastern Asia,OilcropsPulses,NA,NA
 1961,South-Eastern Asia,Starchy Roots,NA,NA
+1961,South-Eastern Asia,Sugar,NA,NA
 1962,South-Eastern Asia,Ruminants,NA,NA
 1962,South-Eastern Asia,Cereals,NA,NA
 1962,South-Eastern Asia,Monogastrics,NA,NA
-1962,South-Eastern Asia,Oilcrops,NA,NA
-1962,South-Eastern Asia,Pulses,NA,NA
+1962,South-Eastern Asia,FruitVeg,NA,NA
+1962,South-Eastern Asia,OilcropsPulses,NA,NA
 1962,South-Eastern Asia,Starchy Roots,NA,NA
+1962,South-Eastern Asia,Sugar,NA,NA
 1963,South-Eastern Asia,Ruminants,NA,NA
 1963,South-Eastern Asia,Cereals,NA,NA
 1963,South-Eastern Asia,Monogastrics,NA,NA
-1963,South-Eastern Asia,Oilcrops,NA,NA
-1963,South-Eastern Asia,Pulses,NA,NA
+1963,South-Eastern Asia,FruitVeg,NA,NA
+1963,South-Eastern Asia,OilcropsPulses,NA,NA
 1963,South-Eastern Asia,Starchy Roots,NA,NA
+1963,South-Eastern Asia,Sugar,NA,NA
 1964,South-Eastern Asia,Ruminants,NA,NA
 1964,South-Eastern Asia,Cereals,NA,NA
 1964,South-Eastern Asia,Monogastrics,NA,NA
-1964,South-Eastern Asia,Oilcrops,NA,NA
-1964,South-Eastern Asia,Pulses,NA,NA
+1964,South-Eastern Asia,FruitVeg,NA,NA
+1964,South-Eastern Asia,OilcropsPulses,NA,NA
 1964,South-Eastern Asia,Starchy Roots,NA,NA
+1964,South-Eastern Asia,Sugar,NA,NA
 1965,South-Eastern Asia,Ruminants,NA,NA
 1965,South-Eastern Asia,Cereals,NA,NA
 1965,South-Eastern Asia,Monogastrics,NA,NA
-1965,South-Eastern Asia,Oilcrops,NA,NA
-1965,South-Eastern Asia,Pulses,NA,NA
+1965,South-Eastern Asia,FruitVeg,NA,NA
+1965,South-Eastern Asia,OilcropsPulses,NA,NA
 1965,South-Eastern Asia,Starchy Roots,NA,NA
+1965,South-Eastern Asia,Sugar,NA,NA
 1966,South-Eastern Asia,Ruminants,NA,NA
 1966,South-Eastern Asia,Cereals,NA,NA
 1966,South-Eastern Asia,Monogastrics,NA,NA
-1966,South-Eastern Asia,Oilcrops,NA,NA
-1966,South-Eastern Asia,Pulses,NA,NA
+1966,South-Eastern Asia,FruitVeg,NA,NA
+1966,South-Eastern Asia,OilcropsPulses,NA,NA
 1966,South-Eastern Asia,Starchy Roots,NA,NA
+1966,South-Eastern Asia,Sugar,NA,NA
 1967,South-Eastern Asia,Ruminants,NA,NA
 1967,South-Eastern Asia,Cereals,NA,NA
 1967,South-Eastern Asia,Monogastrics,NA,NA
-1967,South-Eastern Asia,Oilcrops,NA,NA
-1967,South-Eastern Asia,Pulses,NA,NA
+1967,South-Eastern Asia,FruitVeg,NA,NA
+1967,South-Eastern Asia,OilcropsPulses,NA,NA
 1967,South-Eastern Asia,Starchy Roots,NA,NA
+1967,South-Eastern Asia,Sugar,NA,NA
 1968,South-Eastern Asia,Ruminants,NA,NA
 1968,South-Eastern Asia,Cereals,NA,NA
 1968,South-Eastern Asia,Monogastrics,NA,NA
-1968,South-Eastern Asia,Oilcrops,NA,NA
-1968,South-Eastern Asia,Pulses,NA,NA
+1968,South-Eastern Asia,FruitVeg,NA,NA
+1968,South-Eastern Asia,OilcropsPulses,NA,NA
 1968,South-Eastern Asia,Starchy Roots,NA,NA
+1968,South-Eastern Asia,Sugar,NA,NA
 1969,South-Eastern Asia,Ruminants,NA,NA
 1969,South-Eastern Asia,Cereals,NA,NA
 1969,South-Eastern Asia,Monogastrics,NA,NA
-1969,South-Eastern Asia,Oilcrops,NA,NA
-1969,South-Eastern Asia,Pulses,NA,NA
+1969,South-Eastern Asia,FruitVeg,NA,NA
+1969,South-Eastern Asia,OilcropsPulses,NA,NA
 1969,South-Eastern Asia,Starchy Roots,NA,NA
+1969,South-Eastern Asia,Sugar,NA,NA
 1970,South-Eastern Asia,Ruminants,NA,NA
 1970,South-Eastern Asia,Cereals,NA,NA
 1970,South-Eastern Asia,Monogastrics,NA,NA
-1970,South-Eastern Asia,Oilcrops,NA,NA
-1970,South-Eastern Asia,Pulses,NA,NA
+1970,South-Eastern Asia,FruitVeg,NA,NA
+1970,South-Eastern Asia,OilcropsPulses,NA,NA
 1970,South-Eastern Asia,Starchy Roots,NA,NA
+1970,South-Eastern Asia,Sugar,NA,NA
 1971,South-Eastern Asia,Ruminants,NA,NA
 1971,South-Eastern Asia,Cereals,NA,NA
 1971,South-Eastern Asia,Monogastrics,NA,NA
-1971,South-Eastern Asia,Oilcrops,NA,NA
-1971,South-Eastern Asia,Pulses,NA,NA
+1971,South-Eastern Asia,FruitVeg,NA,NA
+1971,South-Eastern Asia,OilcropsPulses,NA,NA
 1971,South-Eastern Asia,Starchy Roots,NA,NA
+1971,South-Eastern Asia,Sugar,NA,NA
 1972,South-Eastern Asia,Ruminants,NA,NA
 1972,South-Eastern Asia,Cereals,NA,NA
 1972,South-Eastern Asia,Monogastrics,NA,NA
-1972,South-Eastern Asia,Oilcrops,NA,NA
-1972,South-Eastern Asia,Pulses,NA,NA
+1972,South-Eastern Asia,FruitVeg,NA,NA
+1972,South-Eastern Asia,OilcropsPulses,NA,NA
 1972,South-Eastern Asia,Starchy Roots,NA,NA
+1972,South-Eastern Asia,Sugar,NA,NA
 1973,South-Eastern Asia,Ruminants,NA,NA
 1973,South-Eastern Asia,Cereals,NA,NA
 1973,South-Eastern Asia,Monogastrics,NA,NA
-1973,South-Eastern Asia,Oilcrops,NA,NA
-1973,South-Eastern Asia,Pulses,NA,NA
+1973,South-Eastern Asia,FruitVeg,NA,NA
+1973,South-Eastern Asia,OilcropsPulses,NA,NA
 1973,South-Eastern Asia,Starchy Roots,NA,NA
+1973,South-Eastern Asia,Sugar,NA,NA
 1974,South-Eastern Asia,Ruminants,NA,NA
 1974,South-Eastern Asia,Cereals,NA,NA
 1974,South-Eastern Asia,Monogastrics,NA,NA
-1974,South-Eastern Asia,Oilcrops,NA,NA
-1974,South-Eastern Asia,Pulses,NA,NA
+1974,South-Eastern Asia,FruitVeg,NA,NA
+1974,South-Eastern Asia,OilcropsPulses,NA,NA
 1974,South-Eastern Asia,Starchy Roots,NA,NA
+1974,South-Eastern Asia,Sugar,NA,NA
 1975,South-Eastern Asia,Ruminants,NA,NA
 1975,South-Eastern Asia,Cereals,NA,NA
 1975,South-Eastern Asia,Monogastrics,NA,NA
-1975,South-Eastern Asia,Oilcrops,NA,NA
-1975,South-Eastern Asia,Pulses,NA,NA
+1975,South-Eastern Asia,FruitVeg,NA,NA
+1975,South-Eastern Asia,OilcropsPulses,NA,NA
 1975,South-Eastern Asia,Starchy Roots,NA,NA
+1975,South-Eastern Asia,Sugar,NA,NA
 1976,South-Eastern Asia,Ruminants,NA,NA
 1976,South-Eastern Asia,Cereals,NA,NA
 1976,South-Eastern Asia,Monogastrics,NA,NA
-1976,South-Eastern Asia,Oilcrops,NA,NA
-1976,South-Eastern Asia,Pulses,NA,NA
+1976,South-Eastern Asia,FruitVeg,NA,NA
+1976,South-Eastern Asia,OilcropsPulses,NA,NA
 1976,South-Eastern Asia,Starchy Roots,NA,NA
+1976,South-Eastern Asia,Sugar,NA,NA
 1977,South-Eastern Asia,Ruminants,NA,NA
 1977,South-Eastern Asia,Cereals,NA,NA
 1977,South-Eastern Asia,Monogastrics,NA,NA
-1977,South-Eastern Asia,Oilcrops,NA,NA
-1977,South-Eastern Asia,Pulses,NA,NA
+1977,South-Eastern Asia,FruitVeg,NA,NA
+1977,South-Eastern Asia,OilcropsPulses,NA,NA
 1977,South-Eastern Asia,Starchy Roots,NA,NA
+1977,South-Eastern Asia,Sugar,NA,NA
 1978,South-Eastern Asia,Ruminants,NA,NA
 1978,South-Eastern Asia,Cereals,NA,NA
 1978,South-Eastern Asia,Monogastrics,NA,NA
-1978,South-Eastern Asia,Oilcrops,NA,NA
-1978,South-Eastern Asia,Pulses,NA,NA
+1978,South-Eastern Asia,FruitVeg,NA,NA
+1978,South-Eastern Asia,OilcropsPulses,NA,NA
 1978,South-Eastern Asia,Starchy Roots,NA,NA
+1978,South-Eastern Asia,Sugar,NA,NA
 1979,South-Eastern Asia,Ruminants,NA,NA
 1979,South-Eastern Asia,Cereals,NA,NA
 1979,South-Eastern Asia,Monogastrics,NA,NA
-1979,South-Eastern Asia,Oilcrops,NA,NA
-1979,South-Eastern Asia,Pulses,NA,NA
+1979,South-Eastern Asia,FruitVeg,NA,NA
+1979,South-Eastern Asia,OilcropsPulses,NA,NA
 1979,South-Eastern Asia,Starchy Roots,NA,NA
+1979,South-Eastern Asia,Sugar,NA,NA
 1980,South-Eastern Asia,Ruminants,NA,NA
 1980,South-Eastern Asia,Cereals,NA,NA
 1980,South-Eastern Asia,Monogastrics,NA,NA
-1980,South-Eastern Asia,Oilcrops,NA,NA
-1980,South-Eastern Asia,Pulses,NA,NA
+1980,South-Eastern Asia,FruitVeg,NA,NA
+1980,South-Eastern Asia,OilcropsPulses,NA,NA
 1980,South-Eastern Asia,Starchy Roots,NA,NA
+1980,South-Eastern Asia,Sugar,NA,NA
 1981,South-Eastern Asia,Ruminants,NA,NA
 1981,South-Eastern Asia,Cereals,NA,NA
 1981,South-Eastern Asia,Monogastrics,NA,NA
-1981,South-Eastern Asia,Oilcrops,NA,NA
-1981,South-Eastern Asia,Pulses,NA,NA
+1981,South-Eastern Asia,FruitVeg,NA,NA
+1981,South-Eastern Asia,OilcropsPulses,NA,NA
 1981,South-Eastern Asia,Starchy Roots,NA,NA
+1981,South-Eastern Asia,Sugar,NA,NA
 1982,South-Eastern Asia,Ruminants,NA,NA
 1982,South-Eastern Asia,Cereals,NA,NA
 1982,South-Eastern Asia,Monogastrics,NA,NA
-1982,South-Eastern Asia,Oilcrops,NA,NA
-1982,South-Eastern Asia,Pulses,NA,NA
+1982,South-Eastern Asia,FruitVeg,NA,NA
+1982,South-Eastern Asia,OilcropsPulses,NA,NA
 1982,South-Eastern Asia,Starchy Roots,NA,NA
+1982,South-Eastern Asia,Sugar,NA,NA
 1983,South-Eastern Asia,Ruminants,NA,NA
 1983,South-Eastern Asia,Cereals,NA,NA
 1983,South-Eastern Asia,Monogastrics,NA,NA
-1983,South-Eastern Asia,Oilcrops,NA,NA
-1983,South-Eastern Asia,Pulses,NA,NA
+1983,South-Eastern Asia,FruitVeg,NA,NA
+1983,South-Eastern Asia,OilcropsPulses,NA,NA
 1983,South-Eastern Asia,Starchy Roots,NA,NA
+1983,South-Eastern Asia,Sugar,NA,NA
 1984,South-Eastern Asia,Ruminants,NA,NA
 1984,South-Eastern Asia,Cereals,NA,NA
 1984,South-Eastern Asia,Monogastrics,NA,NA
-1984,South-Eastern Asia,Oilcrops,NA,NA
-1984,South-Eastern Asia,Pulses,NA,NA
+1984,South-Eastern Asia,FruitVeg,NA,NA
+1984,South-Eastern Asia,OilcropsPulses,NA,NA
 1984,South-Eastern Asia,Starchy Roots,NA,NA
+1984,South-Eastern Asia,Sugar,NA,NA
 1985,South-Eastern Asia,Ruminants,NA,NA
 1985,South-Eastern Asia,Cereals,NA,NA
 1985,South-Eastern Asia,Monogastrics,NA,NA
-1985,South-Eastern Asia,Oilcrops,NA,NA
-1985,South-Eastern Asia,Pulses,NA,NA
+1985,South-Eastern Asia,FruitVeg,NA,NA
+1985,South-Eastern Asia,OilcropsPulses,NA,NA
 1985,South-Eastern Asia,Starchy Roots,NA,NA
+1985,South-Eastern Asia,Sugar,NA,NA
 1986,South-Eastern Asia,Ruminants,NA,NA
 1986,South-Eastern Asia,Cereals,NA,NA
 1986,South-Eastern Asia,Monogastrics,NA,NA
-1986,South-Eastern Asia,Oilcrops,NA,NA
-1986,South-Eastern Asia,Pulses,NA,NA
+1986,South-Eastern Asia,FruitVeg,NA,NA
+1986,South-Eastern Asia,OilcropsPulses,NA,NA
 1986,South-Eastern Asia,Starchy Roots,NA,NA
+1986,South-Eastern Asia,Sugar,NA,NA
 1987,South-Eastern Asia,Ruminants,NA,NA
 1987,South-Eastern Asia,Cereals,NA,NA
 1987,South-Eastern Asia,Monogastrics,NA,NA
-1987,South-Eastern Asia,Oilcrops,NA,NA
-1987,South-Eastern Asia,Pulses,NA,NA
+1987,South-Eastern Asia,FruitVeg,NA,NA
+1987,South-Eastern Asia,OilcropsPulses,NA,NA
 1987,South-Eastern Asia,Starchy Roots,NA,NA
+1987,South-Eastern Asia,Sugar,NA,NA
 1988,South-Eastern Asia,Ruminants,NA,NA
 1988,South-Eastern Asia,Cereals,NA,NA
 1988,South-Eastern Asia,Monogastrics,NA,NA
-1988,South-Eastern Asia,Oilcrops,NA,NA
-1988,South-Eastern Asia,Pulses,NA,NA
+1988,South-Eastern Asia,FruitVeg,NA,NA
+1988,South-Eastern Asia,OilcropsPulses,NA,NA
 1988,South-Eastern Asia,Starchy Roots,NA,NA
+1988,South-Eastern Asia,Sugar,NA,NA
 1989,South-Eastern Asia,Ruminants,NA,NA
 1989,South-Eastern Asia,Cereals,NA,NA
 1989,South-Eastern Asia,Monogastrics,NA,NA
-1989,South-Eastern Asia,Oilcrops,NA,NA
-1989,South-Eastern Asia,Pulses,NA,NA
+1989,South-Eastern Asia,FruitVeg,NA,NA
+1989,South-Eastern Asia,OilcropsPulses,NA,NA
 1989,South-Eastern Asia,Starchy Roots,NA,NA
+1989,South-Eastern Asia,Sugar,NA,NA
 1990,South-Eastern Asia,Ruminants,NA,NA
 1990,South-Eastern Asia,Cereals,NA,NA
 1990,South-Eastern Asia,Monogastrics,NA,NA
-1990,South-Eastern Asia,Oilcrops,NA,NA
-1990,South-Eastern Asia,Pulses,NA,NA
+1990,South-Eastern Asia,FruitVeg,NA,NA
+1990,South-Eastern Asia,OilcropsPulses,NA,NA
 1990,South-Eastern Asia,Starchy Roots,NA,NA
+1990,South-Eastern Asia,Sugar,NA,NA
 1991,South-Eastern Asia,Ruminants,NA,NA
 1991,South-Eastern Asia,Cereals,NA,NA
 1991,South-Eastern Asia,Monogastrics,NA,NA
-1991,South-Eastern Asia,Oilcrops,NA,NA
-1991,South-Eastern Asia,Pulses,NA,NA
+1991,South-Eastern Asia,FruitVeg,NA,NA
+1991,South-Eastern Asia,OilcropsPulses,NA,NA
 1991,South-Eastern Asia,Starchy Roots,NA,NA
+1991,South-Eastern Asia,Sugar,NA,NA
 1992,South-Eastern Asia,Ruminants,NA,NA
 1992,South-Eastern Asia,Cereals,NA,NA
 1992,South-Eastern Asia,Monogastrics,NA,NA
-1992,South-Eastern Asia,Oilcrops,NA,NA
-1992,South-Eastern Asia,Pulses,NA,NA
+1992,South-Eastern Asia,FruitVeg,NA,NA
+1992,South-Eastern Asia,OilcropsPulses,NA,NA
 1992,South-Eastern Asia,Starchy Roots,NA,NA
+1992,South-Eastern Asia,Sugar,NA,NA
 1993,South-Eastern Asia,Ruminants,NA,NA
 1993,South-Eastern Asia,Cereals,NA,NA
 1993,South-Eastern Asia,Monogastrics,NA,NA
-1993,South-Eastern Asia,Oilcrops,NA,NA
-1993,South-Eastern Asia,Pulses,NA,NA
+1993,South-Eastern Asia,FruitVeg,NA,NA
+1993,South-Eastern Asia,OilcropsPulses,NA,NA
 1993,South-Eastern Asia,Starchy Roots,NA,NA
+1993,South-Eastern Asia,Sugar,NA,NA
 1994,South-Eastern Asia,Ruminants,NA,NA
 1994,South-Eastern Asia,Cereals,NA,NA
 1994,South-Eastern Asia,Monogastrics,NA,NA
-1994,South-Eastern Asia,Oilcrops,NA,NA
-1994,South-Eastern Asia,Pulses,NA,NA
+1994,South-Eastern Asia,FruitVeg,NA,NA
+1994,South-Eastern Asia,OilcropsPulses,NA,NA
 1994,South-Eastern Asia,Starchy Roots,NA,NA
+1994,South-Eastern Asia,Sugar,NA,NA
 1995,South-Eastern Asia,Ruminants,NA,NA
 1995,South-Eastern Asia,Cereals,NA,NA
 1995,South-Eastern Asia,Monogastrics,NA,NA
-1995,South-Eastern Asia,Oilcrops,NA,NA
-1995,South-Eastern Asia,Pulses,NA,NA
+1995,South-Eastern Asia,FruitVeg,NA,NA
+1995,South-Eastern Asia,OilcropsPulses,NA,NA
 1995,South-Eastern Asia,Starchy Roots,NA,NA
+1995,South-Eastern Asia,Sugar,NA,NA
 1996,South-Eastern Asia,Ruminants,NA,NA
 1996,South-Eastern Asia,Cereals,NA,NA
 1996,South-Eastern Asia,Monogastrics,NA,NA
-1996,South-Eastern Asia,Oilcrops,NA,NA
-1996,South-Eastern Asia,Pulses,NA,NA
+1996,South-Eastern Asia,FruitVeg,NA,NA
+1996,South-Eastern Asia,OilcropsPulses,NA,NA
 1996,South-Eastern Asia,Starchy Roots,NA,NA
+1996,South-Eastern Asia,Sugar,NA,NA
 1997,South-Eastern Asia,Ruminants,NA,NA
 1997,South-Eastern Asia,Cereals,NA,NA
 1997,South-Eastern Asia,Monogastrics,NA,NA
-1997,South-Eastern Asia,Oilcrops,NA,NA
-1997,South-Eastern Asia,Pulses,NA,NA
+1997,South-Eastern Asia,FruitVeg,NA,NA
+1997,South-Eastern Asia,OilcropsPulses,NA,NA
 1997,South-Eastern Asia,Starchy Roots,NA,NA
+1997,South-Eastern Asia,Sugar,NA,NA
 1998,South-Eastern Asia,Ruminants,NA,NA
 1998,South-Eastern Asia,Cereals,NA,NA
 1998,South-Eastern Asia,Monogastrics,NA,NA
-1998,South-Eastern Asia,Oilcrops,NA,NA
-1998,South-Eastern Asia,Pulses,NA,NA
+1998,South-Eastern Asia,FruitVeg,NA,NA
+1998,South-Eastern Asia,OilcropsPulses,NA,NA
 1998,South-Eastern Asia,Starchy Roots,NA,NA
+1998,South-Eastern Asia,Sugar,NA,NA
 1999,South-Eastern Asia,Ruminants,NA,NA
 1999,South-Eastern Asia,Cereals,NA,NA
 1999,South-Eastern Asia,Monogastrics,NA,NA
-1999,South-Eastern Asia,Oilcrops,NA,NA
-1999,South-Eastern Asia,Pulses,NA,NA
+1999,South-Eastern Asia,FruitVeg,NA,NA
+1999,South-Eastern Asia,OilcropsPulses,NA,NA
 1999,South-Eastern Asia,Starchy Roots,NA,NA
+1999,South-Eastern Asia,Sugar,NA,NA
 2000,South-Eastern Asia,Ruminants,NA,NA
 2000,South-Eastern Asia,Cereals,NA,NA
 2000,South-Eastern Asia,Monogastrics,NA,NA
-2000,South-Eastern Asia,Oilcrops,NA,NA
-2000,South-Eastern Asia,Pulses,NA,NA
+2000,South-Eastern Asia,FruitVeg,NA,NA
+2000,South-Eastern Asia,OilcropsPulses,NA,NA
 2000,South-Eastern Asia,Starchy Roots,NA,NA
+2000,South-Eastern Asia,Sugar,NA,NA
 2001,South-Eastern Asia,Ruminants,NA,NA
 2001,South-Eastern Asia,Cereals,NA,NA
 2001,South-Eastern Asia,Monogastrics,NA,NA
-2001,South-Eastern Asia,Oilcrops,NA,NA
-2001,South-Eastern Asia,Pulses,NA,NA
+2001,South-Eastern Asia,FruitVeg,NA,NA
+2001,South-Eastern Asia,OilcropsPulses,NA,NA
 2001,South-Eastern Asia,Starchy Roots,NA,NA
+2001,South-Eastern Asia,Sugar,NA,NA
 2002,South-Eastern Asia,Ruminants,NA,NA
 2002,South-Eastern Asia,Cereals,NA,NA
 2002,South-Eastern Asia,Monogastrics,NA,NA
-2002,South-Eastern Asia,Oilcrops,NA,NA
-2002,South-Eastern Asia,Pulses,NA,NA
+2002,South-Eastern Asia,FruitVeg,NA,NA
+2002,South-Eastern Asia,OilcropsPulses,NA,NA
 2002,South-Eastern Asia,Starchy Roots,NA,NA
+2002,South-Eastern Asia,Sugar,NA,NA
 2003,South-Eastern Asia,Ruminants,NA,NA
 2003,South-Eastern Asia,Cereals,NA,NA
 2003,South-Eastern Asia,Monogastrics,NA,NA
-2003,South-Eastern Asia,Oilcrops,NA,NA
-2003,South-Eastern Asia,Pulses,NA,NA
+2003,South-Eastern Asia,FruitVeg,NA,NA
+2003,South-Eastern Asia,OilcropsPulses,NA,NA
 2003,South-Eastern Asia,Starchy Roots,NA,NA
+2003,South-Eastern Asia,Sugar,NA,NA
 2004,South-Eastern Asia,Ruminants,NA,NA
 2004,South-Eastern Asia,Cereals,NA,NA
 2004,South-Eastern Asia,Monogastrics,NA,NA
-2004,South-Eastern Asia,Oilcrops,NA,NA
-2004,South-Eastern Asia,Pulses,NA,NA
+2004,South-Eastern Asia,FruitVeg,NA,NA
+2004,South-Eastern Asia,OilcropsPulses,NA,NA
 2004,South-Eastern Asia,Starchy Roots,NA,NA
+2004,South-Eastern Asia,Sugar,NA,NA
 2005,South-Eastern Asia,Ruminants,NA,NA
 2005,South-Eastern Asia,Cereals,NA,NA
 2005,South-Eastern Asia,Monogastrics,NA,NA
-2005,South-Eastern Asia,Oilcrops,NA,NA
-2005,South-Eastern Asia,Pulses,NA,NA
+2005,South-Eastern Asia,FruitVeg,NA,NA
+2005,South-Eastern Asia,OilcropsPulses,NA,NA
 2005,South-Eastern Asia,Starchy Roots,NA,NA
+2005,South-Eastern Asia,Sugar,NA,NA
 2006,South-Eastern Asia,Ruminants,NA,NA
 2006,South-Eastern Asia,Cereals,NA,NA
 2006,South-Eastern Asia,Monogastrics,NA,NA
-2006,South-Eastern Asia,Oilcrops,NA,NA
-2006,South-Eastern Asia,Pulses,NA,NA
+2006,South-Eastern Asia,FruitVeg,NA,NA
+2006,South-Eastern Asia,OilcropsPulses,NA,NA
 2006,South-Eastern Asia,Starchy Roots,NA,NA
+2006,South-Eastern Asia,Sugar,NA,NA
 2007,South-Eastern Asia,Ruminants,NA,NA
 2007,South-Eastern Asia,Cereals,NA,NA
 2007,South-Eastern Asia,Monogastrics,NA,NA
-2007,South-Eastern Asia,Oilcrops,NA,NA
-2007,South-Eastern Asia,Pulses,NA,NA
+2007,South-Eastern Asia,FruitVeg,NA,NA
+2007,South-Eastern Asia,OilcropsPulses,NA,NA
 2007,South-Eastern Asia,Starchy Roots,NA,NA
+2007,South-Eastern Asia,Sugar,NA,NA
 2008,South-Eastern Asia,Ruminants,NA,NA
 2008,South-Eastern Asia,Cereals,NA,NA
 2008,South-Eastern Asia,Monogastrics,NA,NA
-2008,South-Eastern Asia,Oilcrops,NA,NA
-2008,South-Eastern Asia,Pulses,NA,NA
+2008,South-Eastern Asia,FruitVeg,NA,NA
+2008,South-Eastern Asia,OilcropsPulses,NA,NA
 2008,South-Eastern Asia,Starchy Roots,NA,NA
+2008,South-Eastern Asia,Sugar,NA,NA
 2009,South-Eastern Asia,Ruminants,NA,NA
 2009,South-Eastern Asia,Cereals,NA,NA
 2009,South-Eastern Asia,Monogastrics,NA,NA
-2009,South-Eastern Asia,Oilcrops,NA,NA
-2009,South-Eastern Asia,Pulses,NA,NA
+2009,South-Eastern Asia,FruitVeg,NA,NA
+2009,South-Eastern Asia,OilcropsPulses,NA,NA
 2009,South-Eastern Asia,Starchy Roots,NA,NA
+2009,South-Eastern Asia,Sugar,NA,NA
 2010,South-Eastern Asia,Ruminants,NA,NA
 2010,South-Eastern Asia,Cereals,NA,NA
 2010,South-Eastern Asia,Monogastrics,NA,NA
-2010,South-Eastern Asia,Oilcrops,NA,NA
-2010,South-Eastern Asia,Pulses,NA,NA
+2010,South-Eastern Asia,FruitVeg,NA,NA
+2010,South-Eastern Asia,OilcropsPulses,NA,NA
 2010,South-Eastern Asia,Starchy Roots,NA,NA
+2010,South-Eastern Asia,Sugar,NA,NA
 2011,South-Eastern Asia,Ruminants,NA,NA
 2011,South-Eastern Asia,Cereals,NA,NA
 2011,South-Eastern Asia,Monogastrics,NA,NA
-2011,South-Eastern Asia,Oilcrops,NA,NA
-2011,South-Eastern Asia,Pulses,NA,NA
+2011,South-Eastern Asia,FruitVeg,NA,NA
+2011,South-Eastern Asia,OilcropsPulses,NA,NA
 2011,South-Eastern Asia,Starchy Roots,NA,NA
+2011,South-Eastern Asia,Sugar,NA,NA
 1961,Southern Africa,Ruminants,NA,NA
 1961,Southern Africa,Cereals,NA,NA
 1961,Southern Africa,Monogastrics,NA,NA
-1961,Southern Africa,Oilcrops,NA,NA
-1961,Southern Africa,Pulses,NA,NA
+1961,Southern Africa,FruitVeg,NA,NA
+1961,Southern Africa,OilcropsPulses,NA,NA
 1961,Southern Africa,Starchy Roots,NA,NA
+1961,Southern Africa,Sugar,NA,NA
 1962,Southern Africa,Ruminants,NA,NA
 1962,Southern Africa,Cereals,NA,NA
 1962,Southern Africa,Monogastrics,NA,NA
-1962,Southern Africa,Oilcrops,NA,NA
-1962,Southern Africa,Pulses,NA,NA
+1962,Southern Africa,FruitVeg,NA,NA
+1962,Southern Africa,OilcropsPulses,NA,NA
 1962,Southern Africa,Starchy Roots,NA,NA
+1962,Southern Africa,Sugar,NA,NA
 1963,Southern Africa,Ruminants,NA,NA
 1963,Southern Africa,Cereals,NA,NA
 1963,Southern Africa,Monogastrics,NA,NA
-1963,Southern Africa,Oilcrops,NA,NA
-1963,Southern Africa,Pulses,NA,NA
+1963,Southern Africa,FruitVeg,NA,NA
+1963,Southern Africa,OilcropsPulses,NA,NA
 1963,Southern Africa,Starchy Roots,NA,NA
+1963,Southern Africa,Sugar,NA,NA
 1964,Southern Africa,Ruminants,NA,NA
 1964,Southern Africa,Cereals,NA,NA
 1964,Southern Africa,Monogastrics,NA,NA
-1964,Southern Africa,Oilcrops,NA,NA
-1964,Southern Africa,Pulses,NA,NA
+1964,Southern Africa,FruitVeg,NA,NA
+1964,Southern Africa,OilcropsPulses,NA,NA
 1964,Southern Africa,Starchy Roots,NA,NA
+1964,Southern Africa,Sugar,NA,NA
 1965,Southern Africa,Ruminants,NA,NA
 1965,Southern Africa,Cereals,NA,NA
 1965,Southern Africa,Monogastrics,NA,NA
-1965,Southern Africa,Oilcrops,NA,NA
-1965,Southern Africa,Pulses,NA,NA
+1965,Southern Africa,FruitVeg,NA,NA
+1965,Southern Africa,OilcropsPulses,NA,NA
 1965,Southern Africa,Starchy Roots,NA,NA
+1965,Southern Africa,Sugar,NA,NA
 1966,Southern Africa,Ruminants,NA,NA
 1966,Southern Africa,Cereals,NA,NA
 1966,Southern Africa,Monogastrics,NA,NA
-1966,Southern Africa,Oilcrops,NA,NA
-1966,Southern Africa,Pulses,NA,NA
+1966,Southern Africa,FruitVeg,NA,NA
+1966,Southern Africa,OilcropsPulses,NA,NA
 1966,Southern Africa,Starchy Roots,NA,NA
+1966,Southern Africa,Sugar,NA,NA
 1967,Southern Africa,Ruminants,NA,NA
 1967,Southern Africa,Cereals,NA,NA
 1967,Southern Africa,Monogastrics,NA,NA
-1967,Southern Africa,Oilcrops,NA,NA
-1967,Southern Africa,Pulses,NA,NA
+1967,Southern Africa,FruitVeg,NA,NA
+1967,Southern Africa,OilcropsPulses,NA,NA
 1967,Southern Africa,Starchy Roots,NA,NA
+1967,Southern Africa,Sugar,NA,NA
 1968,Southern Africa,Ruminants,NA,NA
 1968,Southern Africa,Cereals,NA,NA
 1968,Southern Africa,Monogastrics,NA,NA
-1968,Southern Africa,Oilcrops,NA,NA
-1968,Southern Africa,Pulses,NA,NA
+1968,Southern Africa,FruitVeg,NA,NA
+1968,Southern Africa,OilcropsPulses,NA,NA
 1968,Southern Africa,Starchy Roots,NA,NA
+1968,Southern Africa,Sugar,NA,NA
 1969,Southern Africa,Ruminants,NA,NA
 1969,Southern Africa,Cereals,NA,NA
 1969,Southern Africa,Monogastrics,NA,NA
-1969,Southern Africa,Oilcrops,NA,NA
-1969,Southern Africa,Pulses,NA,NA
+1969,Southern Africa,FruitVeg,NA,NA
+1969,Southern Africa,OilcropsPulses,NA,NA
 1969,Southern Africa,Starchy Roots,NA,NA
+1969,Southern Africa,Sugar,NA,NA
 1970,Southern Africa,Ruminants,NA,NA
 1970,Southern Africa,Cereals,NA,NA
 1970,Southern Africa,Monogastrics,NA,NA
-1970,Southern Africa,Oilcrops,NA,NA
-1970,Southern Africa,Pulses,NA,NA
+1970,Southern Africa,FruitVeg,NA,NA
+1970,Southern Africa,OilcropsPulses,NA,NA
 1970,Southern Africa,Starchy Roots,NA,NA
+1970,Southern Africa,Sugar,NA,NA
 1971,Southern Africa,Ruminants,NA,NA
 1971,Southern Africa,Cereals,NA,NA
 1971,Southern Africa,Monogastrics,NA,NA
-1971,Southern Africa,Oilcrops,NA,NA
-1971,Southern Africa,Pulses,NA,NA
+1971,Southern Africa,FruitVeg,NA,NA
+1971,Southern Africa,OilcropsPulses,NA,NA
 1971,Southern Africa,Starchy Roots,NA,NA
+1971,Southern Africa,Sugar,NA,NA
 1972,Southern Africa,Ruminants,NA,NA
 1972,Southern Africa,Cereals,NA,NA
 1972,Southern Africa,Monogastrics,NA,NA
-1972,Southern Africa,Oilcrops,NA,NA
-1972,Southern Africa,Pulses,NA,NA
+1972,Southern Africa,FruitVeg,NA,NA
+1972,Southern Africa,OilcropsPulses,NA,NA
 1972,Southern Africa,Starchy Roots,NA,NA
+1972,Southern Africa,Sugar,NA,NA
 1973,Southern Africa,Ruminants,NA,NA
 1973,Southern Africa,Cereals,NA,NA
 1973,Southern Africa,Monogastrics,NA,NA
-1973,Southern Africa,Oilcrops,NA,NA
-1973,Southern Africa,Pulses,NA,NA
+1973,Southern Africa,FruitVeg,NA,NA
+1973,Southern Africa,OilcropsPulses,NA,NA
 1973,Southern Africa,Starchy Roots,NA,NA
+1973,Southern Africa,Sugar,NA,NA
 1974,Southern Africa,Ruminants,NA,NA
 1974,Southern Africa,Cereals,NA,NA
 1974,Southern Africa,Monogastrics,NA,NA
-1974,Southern Africa,Oilcrops,NA,NA
-1974,Southern Africa,Pulses,NA,NA
+1974,Southern Africa,FruitVeg,NA,NA
+1974,Southern Africa,OilcropsPulses,NA,NA
 1974,Southern Africa,Starchy Roots,NA,NA
+1974,Southern Africa,Sugar,NA,NA
 1975,Southern Africa,Ruminants,NA,NA
 1975,Southern Africa,Cereals,NA,NA
 1975,Southern Africa,Monogastrics,NA,NA
-1975,Southern Africa,Oilcrops,NA,NA
-1975,Southern Africa,Pulses,NA,NA
+1975,Southern Africa,FruitVeg,NA,NA
+1975,Southern Africa,OilcropsPulses,NA,NA
 1975,Southern Africa,Starchy Roots,NA,NA
+1975,Southern Africa,Sugar,NA,NA
 1976,Southern Africa,Ruminants,NA,NA
 1976,Southern Africa,Cereals,NA,NA
 1976,Southern Africa,Monogastrics,NA,NA
-1976,Southern Africa,Oilcrops,NA,NA
-1976,Southern Africa,Pulses,NA,NA
+1976,Southern Africa,FruitVeg,NA,NA
+1976,Southern Africa,OilcropsPulses,NA,NA
 1976,Southern Africa,Starchy Roots,NA,NA
+1976,Southern Africa,Sugar,NA,NA
 1977,Southern Africa,Ruminants,NA,NA
 1977,Southern Africa,Cereals,NA,NA
 1977,Southern Africa,Monogastrics,NA,NA
-1977,Southern Africa,Oilcrops,NA,NA
-1977,Southern Africa,Pulses,NA,NA
+1977,Southern Africa,FruitVeg,NA,NA
+1977,Southern Africa,OilcropsPulses,NA,NA
 1977,Southern Africa,Starchy Roots,NA,NA
+1977,Southern Africa,Sugar,NA,NA
 1978,Southern Africa,Ruminants,NA,NA
 1978,Southern Africa,Cereals,NA,NA
 1978,Southern Africa,Monogastrics,NA,NA
-1978,Southern Africa,Oilcrops,NA,NA
-1978,Southern Africa,Pulses,NA,NA
+1978,Southern Africa,FruitVeg,NA,NA
+1978,Southern Africa,OilcropsPulses,NA,NA
 1978,Southern Africa,Starchy Roots,NA,NA
+1978,Southern Africa,Sugar,NA,NA
 1979,Southern Africa,Ruminants,NA,NA
 1979,Southern Africa,Cereals,NA,NA
 1979,Southern Africa,Monogastrics,NA,NA
-1979,Southern Africa,Oilcrops,NA,NA
-1979,Southern Africa,Pulses,NA,NA
+1979,Southern Africa,FruitVeg,NA,NA
+1979,Southern Africa,OilcropsPulses,NA,NA
 1979,Southern Africa,Starchy Roots,NA,NA
+1979,Southern Africa,Sugar,NA,NA
 1980,Southern Africa,Ruminants,NA,NA
 1980,Southern Africa,Cereals,NA,NA
 1980,Southern Africa,Monogastrics,NA,NA
-1980,Southern Africa,Oilcrops,NA,NA
-1980,Southern Africa,Pulses,NA,NA
+1980,Southern Africa,FruitVeg,NA,NA
+1980,Southern Africa,OilcropsPulses,NA,NA
 1980,Southern Africa,Starchy Roots,NA,NA
+1980,Southern Africa,Sugar,NA,NA
 1981,Southern Africa,Ruminants,NA,NA
 1981,Southern Africa,Cereals,NA,NA
 1981,Southern Africa,Monogastrics,NA,NA
-1981,Southern Africa,Oilcrops,NA,NA
-1981,Southern Africa,Pulses,NA,NA
+1981,Southern Africa,FruitVeg,NA,NA
+1981,Southern Africa,OilcropsPulses,NA,NA
 1981,Southern Africa,Starchy Roots,NA,NA
+1981,Southern Africa,Sugar,NA,NA
 1982,Southern Africa,Ruminants,NA,NA
 1982,Southern Africa,Cereals,NA,NA
 1982,Southern Africa,Monogastrics,NA,NA
-1982,Southern Africa,Oilcrops,NA,NA
-1982,Southern Africa,Pulses,NA,NA
+1982,Southern Africa,FruitVeg,NA,NA
+1982,Southern Africa,OilcropsPulses,NA,NA
 1982,Southern Africa,Starchy Roots,NA,NA
+1982,Southern Africa,Sugar,NA,NA
 1983,Southern Africa,Ruminants,NA,NA
 1983,Southern Africa,Cereals,NA,NA
 1983,Southern Africa,Monogastrics,NA,NA
-1983,Southern Africa,Oilcrops,NA,NA
-1983,Southern Africa,Pulses,NA,NA
+1983,Southern Africa,FruitVeg,NA,NA
+1983,Southern Africa,OilcropsPulses,NA,NA
 1983,Southern Africa,Starchy Roots,NA,NA
+1983,Southern Africa,Sugar,NA,NA
 1984,Southern Africa,Ruminants,NA,NA
 1984,Southern Africa,Cereals,NA,NA
 1984,Southern Africa,Monogastrics,NA,NA
-1984,Southern Africa,Oilcrops,NA,NA
-1984,Southern Africa,Pulses,NA,NA
+1984,Southern Africa,FruitVeg,NA,NA
+1984,Southern Africa,OilcropsPulses,NA,NA
 1984,Southern Africa,Starchy Roots,NA,NA
+1984,Southern Africa,Sugar,NA,NA
 1985,Southern Africa,Ruminants,NA,NA
 1985,Southern Africa,Cereals,NA,NA
 1985,Southern Africa,Monogastrics,NA,NA
-1985,Southern Africa,Oilcrops,NA,NA
-1985,Southern Africa,Pulses,NA,NA
+1985,Southern Africa,FruitVeg,NA,NA
+1985,Southern Africa,OilcropsPulses,NA,NA
 1985,Southern Africa,Starchy Roots,NA,NA
+1985,Southern Africa,Sugar,NA,NA
 1986,Southern Africa,Ruminants,NA,NA
 1986,Southern Africa,Cereals,NA,NA
 1986,Southern Africa,Monogastrics,NA,NA
-1986,Southern Africa,Oilcrops,NA,NA
-1986,Southern Africa,Pulses,NA,NA
+1986,Southern Africa,FruitVeg,NA,NA
+1986,Southern Africa,OilcropsPulses,NA,NA
 1986,Southern Africa,Starchy Roots,NA,NA
+1986,Southern Africa,Sugar,NA,NA
 1987,Southern Africa,Ruminants,NA,NA
 1987,Southern Africa,Cereals,NA,NA
 1987,Southern Africa,Monogastrics,NA,NA
-1987,Southern Africa,Oilcrops,NA,NA
-1987,Southern Africa,Pulses,NA,NA
+1987,Southern Africa,FruitVeg,NA,NA
+1987,Southern Africa,OilcropsPulses,NA,NA
 1987,Southern Africa,Starchy Roots,NA,NA
+1987,Southern Africa,Sugar,NA,NA
 1988,Southern Africa,Ruminants,NA,NA
 1988,Southern Africa,Cereals,NA,NA
 1988,Southern Africa,Monogastrics,NA,NA
-1988,Southern Africa,Oilcrops,NA,NA
-1988,Southern Africa,Pulses,NA,NA
+1988,Southern Africa,FruitVeg,NA,NA
+1988,Southern Africa,OilcropsPulses,NA,NA
 1988,Southern Africa,Starchy Roots,NA,NA
+1988,Southern Africa,Sugar,NA,NA
 1989,Southern Africa,Ruminants,NA,NA
 1989,Southern Africa,Cereals,NA,NA
 1989,Southern Africa,Monogastrics,NA,NA
-1989,Southern Africa,Oilcrops,NA,NA
-1989,Southern Africa,Pulses,NA,NA
+1989,Southern Africa,FruitVeg,NA,NA
+1989,Southern Africa,OilcropsPulses,NA,NA
 1989,Southern Africa,Starchy Roots,NA,NA
+1989,Southern Africa,Sugar,NA,NA
 1990,Southern Africa,Ruminants,NA,NA
 1990,Southern Africa,Cereals,NA,NA
 1990,Southern Africa,Monogastrics,NA,NA
-1990,Southern Africa,Oilcrops,NA,NA
-1990,Southern Africa,Pulses,NA,NA
+1990,Southern Africa,FruitVeg,NA,NA
+1990,Southern Africa,OilcropsPulses,NA,NA
 1990,Southern Africa,Starchy Roots,NA,NA
+1990,Southern Africa,Sugar,NA,NA
 1991,Southern Africa,Ruminants,NA,NA
 1991,Southern Africa,Cereals,NA,NA
 1991,Southern Africa,Monogastrics,NA,NA
-1991,Southern Africa,Oilcrops,NA,NA
-1991,Southern Africa,Pulses,NA,NA
+1991,Southern Africa,FruitVeg,NA,NA
+1991,Southern Africa,OilcropsPulses,NA,NA
 1991,Southern Africa,Starchy Roots,NA,NA
+1991,Southern Africa,Sugar,NA,NA
 1992,Southern Africa,Ruminants,NA,NA
 1992,Southern Africa,Cereals,NA,NA
 1992,Southern Africa,Monogastrics,NA,NA
-1992,Southern Africa,Oilcrops,NA,NA
-1992,Southern Africa,Pulses,NA,NA
+1992,Southern Africa,FruitVeg,NA,NA
+1992,Southern Africa,OilcropsPulses,NA,NA
 1992,Southern Africa,Starchy Roots,NA,NA
+1992,Southern Africa,Sugar,NA,NA
 1993,Southern Africa,Ruminants,NA,NA
 1993,Southern Africa,Cereals,NA,NA
 1993,Southern Africa,Monogastrics,NA,NA
-1993,Southern Africa,Oilcrops,NA,NA
-1993,Southern Africa,Pulses,NA,NA
+1993,Southern Africa,FruitVeg,NA,NA
+1993,Southern Africa,OilcropsPulses,NA,NA
 1993,Southern Africa,Starchy Roots,NA,NA
+1993,Southern Africa,Sugar,NA,NA
 1994,Southern Africa,Ruminants,NA,NA
 1994,Southern Africa,Cereals,NA,NA
 1994,Southern Africa,Monogastrics,NA,NA
-1994,Southern Africa,Oilcrops,NA,NA
-1994,Southern Africa,Pulses,NA,NA
+1994,Southern Africa,FruitVeg,NA,NA
+1994,Southern Africa,OilcropsPulses,NA,NA
 1994,Southern Africa,Starchy Roots,NA,NA
+1994,Southern Africa,Sugar,NA,NA
 1995,Southern Africa,Ruminants,NA,NA
 1995,Southern Africa,Cereals,NA,NA
 1995,Southern Africa,Monogastrics,NA,NA
-1995,Southern Africa,Oilcrops,NA,NA
-1995,Southern Africa,Pulses,NA,NA
+1995,Southern Africa,FruitVeg,NA,NA
+1995,Southern Africa,OilcropsPulses,NA,NA
 1995,Southern Africa,Starchy Roots,NA,NA
+1995,Southern Africa,Sugar,NA,NA
 1996,Southern Africa,Ruminants,NA,NA
 1996,Southern Africa,Cereals,NA,NA
 1996,Southern Africa,Monogastrics,NA,NA
-1996,Southern Africa,Oilcrops,NA,NA
-1996,Southern Africa,Pulses,NA,NA
+1996,Southern Africa,FruitVeg,NA,NA
+1996,Southern Africa,OilcropsPulses,NA,NA
 1996,Southern Africa,Starchy Roots,NA,NA
+1996,Southern Africa,Sugar,NA,NA
 1997,Southern Africa,Ruminants,NA,NA
 1997,Southern Africa,Cereals,NA,NA
 1997,Southern Africa,Monogastrics,NA,NA
-1997,Southern Africa,Oilcrops,NA,NA
-1997,Southern Africa,Pulses,NA,NA
+1997,Southern Africa,FruitVeg,NA,NA
+1997,Southern Africa,OilcropsPulses,NA,NA
 1997,Southern Africa,Starchy Roots,NA,NA
+1997,Southern Africa,Sugar,NA,NA
 1998,Southern Africa,Ruminants,NA,NA
 1998,Southern Africa,Cereals,NA,NA
 1998,Southern Africa,Monogastrics,NA,NA
-1998,Southern Africa,Oilcrops,NA,NA
-1998,Southern Africa,Pulses,NA,NA
+1998,Southern Africa,FruitVeg,NA,NA
+1998,Southern Africa,OilcropsPulses,NA,NA
 1998,Southern Africa,Starchy Roots,NA,NA
+1998,Southern Africa,Sugar,NA,NA
 1999,Southern Africa,Ruminants,NA,NA
 1999,Southern Africa,Cereals,NA,NA
 1999,Southern Africa,Monogastrics,NA,NA
-1999,Southern Africa,Oilcrops,NA,NA
-1999,Southern Africa,Pulses,NA,NA
+1999,Southern Africa,FruitVeg,NA,NA
+1999,Southern Africa,OilcropsPulses,NA,NA
 1999,Southern Africa,Starchy Roots,NA,NA
+1999,Southern Africa,Sugar,NA,NA
 2000,Southern Africa,Ruminants,NA,NA
 2000,Southern Africa,Cereals,NA,NA
 2000,Southern Africa,Monogastrics,NA,NA
-2000,Southern Africa,Oilcrops,NA,NA
-2000,Southern Africa,Pulses,NA,NA
+2000,Southern Africa,FruitVeg,NA,NA
+2000,Southern Africa,OilcropsPulses,NA,NA
 2000,Southern Africa,Starchy Roots,NA,NA
+2000,Southern Africa,Sugar,NA,NA
 2001,Southern Africa,Ruminants,NA,NA
 2001,Southern Africa,Cereals,NA,NA
 2001,Southern Africa,Monogastrics,NA,NA
-2001,Southern Africa,Oilcrops,NA,NA
-2001,Southern Africa,Pulses,NA,NA
+2001,Southern Africa,FruitVeg,NA,NA
+2001,Southern Africa,OilcropsPulses,NA,NA
 2001,Southern Africa,Starchy Roots,NA,NA
+2001,Southern Africa,Sugar,NA,NA
 2002,Southern Africa,Ruminants,NA,NA
 2002,Southern Africa,Cereals,NA,NA
 2002,Southern Africa,Monogastrics,NA,NA
-2002,Southern Africa,Oilcrops,NA,NA
-2002,Southern Africa,Pulses,NA,NA
+2002,Southern Africa,FruitVeg,NA,NA
+2002,Southern Africa,OilcropsPulses,NA,NA
 2002,Southern Africa,Starchy Roots,NA,NA
+2002,Southern Africa,Sugar,NA,NA
 2003,Southern Africa,Ruminants,NA,NA
 2003,Southern Africa,Cereals,NA,NA
 2003,Southern Africa,Monogastrics,NA,NA
-2003,Southern Africa,Oilcrops,NA,NA
-2003,Southern Africa,Pulses,NA,NA
+2003,Southern Africa,FruitVeg,NA,NA
+2003,Southern Africa,OilcropsPulses,NA,NA
 2003,Southern Africa,Starchy Roots,NA,NA
+2003,Southern Africa,Sugar,NA,NA
 2004,Southern Africa,Ruminants,NA,NA
 2004,Southern Africa,Cereals,NA,NA
 2004,Southern Africa,Monogastrics,NA,NA
-2004,Southern Africa,Oilcrops,NA,NA
-2004,Southern Africa,Pulses,NA,NA
+2004,Southern Africa,FruitVeg,NA,NA
+2004,Southern Africa,OilcropsPulses,NA,NA
 2004,Southern Africa,Starchy Roots,NA,NA
+2004,Southern Africa,Sugar,NA,NA
 2005,Southern Africa,Ruminants,NA,NA
 2005,Southern Africa,Cereals,NA,NA
 2005,Southern Africa,Monogastrics,NA,NA
-2005,Southern Africa,Oilcrops,NA,NA
-2005,Southern Africa,Pulses,NA,NA
+2005,Southern Africa,FruitVeg,NA,NA
+2005,Southern Africa,OilcropsPulses,NA,NA
 2005,Southern Africa,Starchy Roots,NA,NA
+2005,Southern Africa,Sugar,NA,NA
 2006,Southern Africa,Ruminants,NA,NA
 2006,Southern Africa,Cereals,NA,NA
 2006,Southern Africa,Monogastrics,NA,NA
-2006,Southern Africa,Oilcrops,NA,NA
-2006,Southern Africa,Pulses,NA,NA
+2006,Southern Africa,FruitVeg,NA,NA
+2006,Southern Africa,OilcropsPulses,NA,NA
 2006,Southern Africa,Starchy Roots,NA,NA
+2006,Southern Africa,Sugar,NA,NA
 2007,Southern Africa,Ruminants,NA,NA
 2007,Southern Africa,Cereals,NA,NA
 2007,Southern Africa,Monogastrics,NA,NA
-2007,Southern Africa,Oilcrops,NA,NA
-2007,Southern Africa,Pulses,NA,NA
+2007,Southern Africa,FruitVeg,NA,NA
+2007,Southern Africa,OilcropsPulses,NA,NA
 2007,Southern Africa,Starchy Roots,NA,NA
+2007,Southern Africa,Sugar,NA,NA
 2008,Southern Africa,Ruminants,NA,NA
 2008,Southern Africa,Cereals,NA,NA
 2008,Southern Africa,Monogastrics,NA,NA
-2008,Southern Africa,Oilcrops,NA,NA
-2008,Southern Africa,Pulses,NA,NA
+2008,Southern Africa,FruitVeg,NA,NA
+2008,Southern Africa,OilcropsPulses,NA,NA
 2008,Southern Africa,Starchy Roots,NA,NA
+2008,Southern Africa,Sugar,NA,NA
 2009,Southern Africa,Ruminants,NA,NA
 2009,Southern Africa,Cereals,NA,NA
 2009,Southern Africa,Monogastrics,NA,NA
-2009,Southern Africa,Oilcrops,NA,NA
-2009,Southern Africa,Pulses,NA,NA
+2009,Southern Africa,FruitVeg,NA,NA
+2009,Southern Africa,OilcropsPulses,NA,NA
 2009,Southern Africa,Starchy Roots,NA,NA
+2009,Southern Africa,Sugar,NA,NA
 2010,Southern Africa,Ruminants,NA,NA
 2010,Southern Africa,Cereals,NA,NA
 2010,Southern Africa,Monogastrics,NA,NA
-2010,Southern Africa,Oilcrops,NA,NA
-2010,Southern Africa,Pulses,NA,NA
+2010,Southern Africa,FruitVeg,NA,NA
+2010,Southern Africa,OilcropsPulses,NA,NA
 2010,Southern Africa,Starchy Roots,NA,NA
+2010,Southern Africa,Sugar,NA,NA
 2011,Southern Africa,Ruminants,NA,NA
 2011,Southern Africa,Cereals,NA,NA
 2011,Southern Africa,Monogastrics,NA,NA
-2011,Southern Africa,Oilcrops,NA,NA
-2011,Southern Africa,Pulses,NA,NA
+2011,Southern Africa,FruitVeg,NA,NA
+2011,Southern Africa,OilcropsPulses,NA,NA
 2011,Southern Africa,Starchy Roots,NA,NA
+2011,Southern Africa,Sugar,NA,NA
 1961,Southern Asia,Ruminants,NA,NA
 1961,Southern Asia,Cereals,NA,NA
 1961,Southern Asia,Monogastrics,NA,NA
-1961,Southern Asia,Oilcrops,NA,NA
-1961,Southern Asia,Pulses,NA,NA
+1961,Southern Asia,FruitVeg,NA,NA
+1961,Southern Asia,OilcropsPulses,NA,NA
 1961,Southern Asia,Starchy Roots,NA,NA
+1961,Southern Asia,Sugar,NA,NA
 1962,Southern Asia,Ruminants,NA,NA
 1962,Southern Asia,Cereals,NA,NA
 1962,Southern Asia,Monogastrics,NA,NA
-1962,Southern Asia,Oilcrops,NA,NA
-1962,Southern Asia,Pulses,NA,NA
+1962,Southern Asia,FruitVeg,NA,NA
+1962,Southern Asia,OilcropsPulses,NA,NA
 1962,Southern Asia,Starchy Roots,NA,NA
+1962,Southern Asia,Sugar,NA,NA
 1963,Southern Asia,Ruminants,NA,NA
 1963,Southern Asia,Cereals,NA,NA
 1963,Southern Asia,Monogastrics,NA,NA
-1963,Southern Asia,Oilcrops,NA,NA
-1963,Southern Asia,Pulses,NA,NA
+1963,Southern Asia,FruitVeg,NA,NA
+1963,Southern Asia,OilcropsPulses,NA,NA
 1963,Southern Asia,Starchy Roots,NA,NA
+1963,Southern Asia,Sugar,NA,NA
 1964,Southern Asia,Ruminants,NA,NA
 1964,Southern Asia,Cereals,NA,NA
 1964,Southern Asia,Monogastrics,NA,NA
-1964,Southern Asia,Oilcrops,NA,NA
-1964,Southern Asia,Pulses,NA,NA
+1964,Southern Asia,FruitVeg,NA,NA
+1964,Southern Asia,OilcropsPulses,NA,NA
 1964,Southern Asia,Starchy Roots,NA,NA
+1964,Southern Asia,Sugar,NA,NA
 1965,Southern Asia,Ruminants,NA,NA
 1965,Southern Asia,Cereals,NA,NA
 1965,Southern Asia,Monogastrics,NA,NA
-1965,Southern Asia,Oilcrops,NA,NA
-1965,Southern Asia,Pulses,NA,NA
+1965,Southern Asia,FruitVeg,NA,NA
+1965,Southern Asia,OilcropsPulses,NA,NA
 1965,Southern Asia,Starchy Roots,NA,NA
+1965,Southern Asia,Sugar,NA,NA
 1966,Southern Asia,Ruminants,NA,NA
 1966,Southern Asia,Cereals,NA,NA
 1966,Southern Asia,Monogastrics,NA,NA
-1966,Southern Asia,Oilcrops,NA,NA
-1966,Southern Asia,Pulses,NA,NA
+1966,Southern Asia,FruitVeg,NA,NA
+1966,Southern Asia,OilcropsPulses,NA,NA
 1966,Southern Asia,Starchy Roots,NA,NA
+1966,Southern Asia,Sugar,NA,NA
 1967,Southern Asia,Ruminants,NA,NA
 1967,Southern Asia,Cereals,NA,NA
 1967,Southern Asia,Monogastrics,NA,NA
-1967,Southern Asia,Oilcrops,NA,NA
-1967,Southern Asia,Pulses,NA,NA
+1967,Southern Asia,FruitVeg,NA,NA
+1967,Southern Asia,OilcropsPulses,NA,NA
 1967,Southern Asia,Starchy Roots,NA,NA
+1967,Southern Asia,Sugar,NA,NA
 1968,Southern Asia,Ruminants,NA,NA
 1968,Southern Asia,Cereals,NA,NA
 1968,Southern Asia,Monogastrics,NA,NA
-1968,Southern Asia,Oilcrops,NA,NA
-1968,Southern Asia,Pulses,NA,NA
+1968,Southern Asia,FruitVeg,NA,NA
+1968,Southern Asia,OilcropsPulses,NA,NA
 1968,Southern Asia,Starchy Roots,NA,NA
+1968,Southern Asia,Sugar,NA,NA
 1969,Southern Asia,Ruminants,NA,NA
 1969,Southern Asia,Cereals,NA,NA
 1969,Southern Asia,Monogastrics,NA,NA
-1969,Southern Asia,Oilcrops,NA,NA
-1969,Southern Asia,Pulses,NA,NA
+1969,Southern Asia,FruitVeg,NA,NA
+1969,Southern Asia,OilcropsPulses,NA,NA
 1969,Southern Asia,Starchy Roots,NA,NA
+1969,Southern Asia,Sugar,NA,NA
 1970,Southern Asia,Ruminants,NA,NA
 1970,Southern Asia,Cereals,NA,NA
 1970,Southern Asia,Monogastrics,NA,NA
-1970,Southern Asia,Oilcrops,NA,NA
-1970,Southern Asia,Pulses,NA,NA
+1970,Southern Asia,FruitVeg,NA,NA
+1970,Southern Asia,OilcropsPulses,NA,NA
 1970,Southern Asia,Starchy Roots,NA,NA
+1970,Southern Asia,Sugar,NA,NA
 1971,Southern Asia,Ruminants,NA,NA
 1971,Southern Asia,Cereals,NA,NA
 1971,Southern Asia,Monogastrics,NA,NA
-1971,Southern Asia,Oilcrops,NA,NA
-1971,Southern Asia,Pulses,NA,NA
+1971,Southern Asia,FruitVeg,NA,NA
+1971,Southern Asia,OilcropsPulses,NA,NA
 1971,Southern Asia,Starchy Roots,NA,NA
+1971,Southern Asia,Sugar,NA,NA
 1972,Southern Asia,Ruminants,NA,NA
 1972,Southern Asia,Cereals,NA,NA
 1972,Southern Asia,Monogastrics,NA,NA
-1972,Southern Asia,Oilcrops,NA,NA
-1972,Southern Asia,Pulses,NA,NA
+1972,Southern Asia,FruitVeg,NA,NA
+1972,Southern Asia,OilcropsPulses,NA,NA
 1972,Southern Asia,Starchy Roots,NA,NA
+1972,Southern Asia,Sugar,NA,NA
 1973,Southern Asia,Ruminants,NA,NA
 1973,Southern Asia,Cereals,NA,NA
 1973,Southern Asia,Monogastrics,NA,NA
-1973,Southern Asia,Oilcrops,NA,NA
-1973,Southern Asia,Pulses,NA,NA
+1973,Southern Asia,FruitVeg,NA,NA
+1973,Southern Asia,OilcropsPulses,NA,NA
 1973,Southern Asia,Starchy Roots,NA,NA
+1973,Southern Asia,Sugar,NA,NA
 1974,Southern Asia,Ruminants,NA,NA
 1974,Southern Asia,Cereals,NA,NA
 1974,Southern Asia,Monogastrics,NA,NA
-1974,Southern Asia,Oilcrops,NA,NA
-1974,Southern Asia,Pulses,NA,NA
+1974,Southern Asia,FruitVeg,NA,NA
+1974,Southern Asia,OilcropsPulses,NA,NA
 1974,Southern Asia,Starchy Roots,NA,NA
+1974,Southern Asia,Sugar,NA,NA
 1975,Southern Asia,Ruminants,NA,NA
 1975,Southern Asia,Cereals,NA,NA
 1975,Southern Asia,Monogastrics,NA,NA
-1975,Southern Asia,Oilcrops,NA,NA
-1975,Southern Asia,Pulses,NA,NA
+1975,Southern Asia,FruitVeg,NA,NA
+1975,Southern Asia,OilcropsPulses,NA,NA
 1975,Southern Asia,Starchy Roots,NA,NA
+1975,Southern Asia,Sugar,NA,NA
 1976,Southern Asia,Ruminants,NA,NA
 1976,Southern Asia,Cereals,NA,NA
 1976,Southern Asia,Monogastrics,NA,NA
-1976,Southern Asia,Oilcrops,NA,NA
-1976,Southern Asia,Pulses,NA,NA
+1976,Southern Asia,FruitVeg,NA,NA
+1976,Southern Asia,OilcropsPulses,NA,NA
 1976,Southern Asia,Starchy Roots,NA,NA
+1976,Southern Asia,Sugar,NA,NA
 1977,Southern Asia,Ruminants,NA,NA
 1977,Southern Asia,Cereals,NA,NA
 1977,Southern Asia,Monogastrics,NA,NA
-1977,Southern Asia,Oilcrops,NA,NA
-1977,Southern Asia,Pulses,NA,NA
+1977,Southern Asia,FruitVeg,NA,NA
+1977,Southern Asia,OilcropsPulses,NA,NA
 1977,Southern Asia,Starchy Roots,NA,NA
+1977,Southern Asia,Sugar,NA,NA
 1978,Southern Asia,Ruminants,NA,NA
 1978,Southern Asia,Cereals,NA,NA
 1978,Southern Asia,Monogastrics,NA,NA
-1978,Southern Asia,Oilcrops,NA,NA
-1978,Southern Asia,Pulses,NA,NA
+1978,Southern Asia,FruitVeg,NA,NA
+1978,Southern Asia,OilcropsPulses,NA,NA
 1978,Southern Asia,Starchy Roots,NA,NA
+1978,Southern Asia,Sugar,NA,NA
 1979,Southern Asia,Ruminants,NA,NA
 1979,Southern Asia,Cereals,NA,NA
 1979,Southern Asia,Monogastrics,NA,NA
-1979,Southern Asia,Oilcrops,NA,NA
-1979,Southern Asia,Pulses,NA,NA
+1979,Southern Asia,FruitVeg,NA,NA
+1979,Southern Asia,OilcropsPulses,NA,NA
 1979,Southern Asia,Starchy Roots,NA,NA
+1979,Southern Asia,Sugar,NA,NA
 1980,Southern Asia,Ruminants,NA,NA
 1980,Southern Asia,Cereals,NA,NA
 1980,Southern Asia,Monogastrics,NA,NA
-1980,Southern Asia,Oilcrops,NA,NA
-1980,Southern Asia,Pulses,NA,NA
+1980,Southern Asia,FruitVeg,NA,NA
+1980,Southern Asia,OilcropsPulses,NA,NA
 1980,Southern Asia,Starchy Roots,NA,NA
+1980,Southern Asia,Sugar,NA,NA
 1981,Southern Asia,Ruminants,NA,NA
 1981,Southern Asia,Cereals,NA,NA
 1981,Southern Asia,Monogastrics,NA,NA
-1981,Southern Asia,Oilcrops,NA,NA
-1981,Southern Asia,Pulses,NA,NA
+1981,Southern Asia,FruitVeg,NA,NA
+1981,Southern Asia,OilcropsPulses,NA,NA
 1981,Southern Asia,Starchy Roots,NA,NA
+1981,Southern Asia,Sugar,NA,NA
 1982,Southern Asia,Ruminants,NA,NA
 1982,Southern Asia,Cereals,NA,NA
 1982,Southern Asia,Monogastrics,NA,NA
-1982,Southern Asia,Oilcrops,NA,NA
-1982,Southern Asia,Pulses,NA,NA
+1982,Southern Asia,FruitVeg,NA,NA
+1982,Southern Asia,OilcropsPulses,NA,NA
 1982,Southern Asia,Starchy Roots,NA,NA
+1982,Southern Asia,Sugar,NA,NA
 1983,Southern Asia,Ruminants,NA,NA
 1983,Southern Asia,Cereals,NA,NA
 1983,Southern Asia,Monogastrics,NA,NA
-1983,Southern Asia,Oilcrops,NA,NA
-1983,Southern Asia,Pulses,NA,NA
+1983,Southern Asia,FruitVeg,NA,NA
+1983,Southern Asia,OilcropsPulses,NA,NA
 1983,Southern Asia,Starchy Roots,NA,NA
+1983,Southern Asia,Sugar,NA,NA
 1984,Southern Asia,Ruminants,NA,NA
 1984,Southern Asia,Cereals,NA,NA
 1984,Southern Asia,Monogastrics,NA,NA
-1984,Southern Asia,Oilcrops,NA,NA
-1984,Southern Asia,Pulses,NA,NA
+1984,Southern Asia,FruitVeg,NA,NA
+1984,Southern Asia,OilcropsPulses,NA,NA
 1984,Southern Asia,Starchy Roots,NA,NA
+1984,Southern Asia,Sugar,NA,NA
 1985,Southern Asia,Ruminants,NA,NA
 1985,Southern Asia,Cereals,NA,NA
 1985,Southern Asia,Monogastrics,NA,NA
-1985,Southern Asia,Oilcrops,NA,NA
-1985,Southern Asia,Pulses,NA,NA
+1985,Southern Asia,FruitVeg,NA,NA
+1985,Southern Asia,OilcropsPulses,NA,NA
 1985,Southern Asia,Starchy Roots,NA,NA
+1985,Southern Asia,Sugar,NA,NA
 1986,Southern Asia,Ruminants,NA,NA
 1986,Southern Asia,Cereals,NA,NA
 1986,Southern Asia,Monogastrics,NA,NA
-1986,Southern Asia,Oilcrops,NA,NA
-1986,Southern Asia,Pulses,NA,NA
+1986,Southern Asia,FruitVeg,NA,NA
+1986,Southern Asia,OilcropsPulses,NA,NA
 1986,Southern Asia,Starchy Roots,NA,NA
+1986,Southern Asia,Sugar,NA,NA
 1987,Southern Asia,Ruminants,NA,NA
 1987,Southern Asia,Cereals,NA,NA
 1987,Southern Asia,Monogastrics,NA,NA
-1987,Southern Asia,Oilcrops,NA,NA
-1987,Southern Asia,Pulses,NA,NA
+1987,Southern Asia,FruitVeg,NA,NA
+1987,Southern Asia,OilcropsPulses,NA,NA
 1987,Southern Asia,Starchy Roots,NA,NA
+1987,Southern Asia,Sugar,NA,NA
 1988,Southern Asia,Ruminants,NA,NA
 1988,Southern Asia,Cereals,NA,NA
 1988,Southern Asia,Monogastrics,NA,NA
-1988,Southern Asia,Oilcrops,NA,NA
-1988,Southern Asia,Pulses,NA,NA
+1988,Southern Asia,FruitVeg,NA,NA
+1988,Southern Asia,OilcropsPulses,NA,NA
 1988,Southern Asia,Starchy Roots,NA,NA
+1988,Southern Asia,Sugar,NA,NA
 1989,Southern Asia,Ruminants,NA,NA
 1989,Southern Asia,Cereals,NA,NA
 1989,Southern Asia,Monogastrics,NA,NA
-1989,Southern Asia,Oilcrops,NA,NA
-1989,Southern Asia,Pulses,NA,NA
+1989,Southern Asia,FruitVeg,NA,NA
+1989,Southern Asia,OilcropsPulses,NA,NA
 1989,Southern Asia,Starchy Roots,NA,NA
+1989,Southern Asia,Sugar,NA,NA
 1990,Southern Asia,Ruminants,NA,NA
 1990,Southern Asia,Cereals,NA,NA
 1990,Southern Asia,Monogastrics,NA,NA
-1990,Southern Asia,Oilcrops,NA,NA
-1990,Southern Asia,Pulses,NA,NA
+1990,Southern Asia,FruitVeg,NA,NA
+1990,Southern Asia,OilcropsPulses,NA,NA
 1990,Southern Asia,Starchy Roots,NA,NA
+1990,Southern Asia,Sugar,NA,NA
 1991,Southern Asia,Ruminants,NA,NA
 1991,Southern Asia,Cereals,NA,NA
 1991,Southern Asia,Monogastrics,NA,NA
-1991,Southern Asia,Oilcrops,NA,NA
-1991,Southern Asia,Pulses,NA,NA
+1991,Southern Asia,FruitVeg,NA,NA
+1991,Southern Asia,OilcropsPulses,NA,NA
 1991,Southern Asia,Starchy Roots,NA,NA
+1991,Southern Asia,Sugar,NA,NA
 1992,Southern Asia,Ruminants,NA,NA
 1992,Southern Asia,Cereals,NA,NA
 1992,Southern Asia,Monogastrics,NA,NA
-1992,Southern Asia,Oilcrops,NA,NA
-1992,Southern Asia,Pulses,NA,NA
+1992,Southern Asia,FruitVeg,NA,NA
+1992,Southern Asia,OilcropsPulses,NA,NA
 1992,Southern Asia,Starchy Roots,NA,NA
+1992,Southern Asia,Sugar,NA,NA
 1993,Southern Asia,Ruminants,NA,NA
 1993,Southern Asia,Cereals,NA,NA
 1993,Southern Asia,Monogastrics,NA,NA
-1993,Southern Asia,Oilcrops,NA,NA
-1993,Southern Asia,Pulses,NA,NA
+1993,Southern Asia,FruitVeg,NA,NA
+1993,Southern Asia,OilcropsPulses,NA,NA
 1993,Southern Asia,Starchy Roots,NA,NA
+1993,Southern Asia,Sugar,NA,NA
 1994,Southern Asia,Ruminants,NA,NA
 1994,Southern Asia,Cereals,NA,NA
 1994,Southern Asia,Monogastrics,NA,NA
-1994,Southern Asia,Oilcrops,NA,NA
-1994,Southern Asia,Pulses,NA,NA
+1994,Southern Asia,FruitVeg,NA,NA
+1994,Southern Asia,OilcropsPulses,NA,NA
 1994,Southern Asia,Starchy Roots,NA,NA
+1994,Southern Asia,Sugar,NA,NA
 1995,Southern Asia,Ruminants,NA,NA
 1995,Southern Asia,Cereals,NA,NA
 1995,Southern Asia,Monogastrics,NA,NA
-1995,Southern Asia,Oilcrops,NA,NA
-1995,Southern Asia,Pulses,NA,NA
+1995,Southern Asia,FruitVeg,NA,NA
+1995,Southern Asia,OilcropsPulses,NA,NA
 1995,Southern Asia,Starchy Roots,NA,NA
+1995,Southern Asia,Sugar,NA,NA
 1996,Southern Asia,Ruminants,NA,NA
 1996,Southern Asia,Cereals,NA,NA
 1996,Southern Asia,Monogastrics,NA,NA
-1996,Southern Asia,Oilcrops,NA,NA
-1996,Southern Asia,Pulses,NA,NA
+1996,Southern Asia,FruitVeg,NA,NA
+1996,Southern Asia,OilcropsPulses,NA,NA
 1996,Southern Asia,Starchy Roots,NA,NA
+1996,Southern Asia,Sugar,NA,NA
 1997,Southern Asia,Ruminants,NA,NA
 1997,Southern Asia,Cereals,NA,NA
 1997,Southern Asia,Monogastrics,NA,NA
-1997,Southern Asia,Oilcrops,NA,NA
-1997,Southern Asia,Pulses,NA,NA
+1997,Southern Asia,FruitVeg,NA,NA
+1997,Southern Asia,OilcropsPulses,NA,NA
 1997,Southern Asia,Starchy Roots,NA,NA
+1997,Southern Asia,Sugar,NA,NA
 1998,Southern Asia,Ruminants,NA,NA
 1998,Southern Asia,Cereals,NA,NA
 1998,Southern Asia,Monogastrics,NA,NA
-1998,Southern Asia,Oilcrops,NA,NA
-1998,Southern Asia,Pulses,NA,NA
+1998,Southern Asia,FruitVeg,NA,NA
+1998,Southern Asia,OilcropsPulses,NA,NA
 1998,Southern Asia,Starchy Roots,NA,NA
+1998,Southern Asia,Sugar,NA,NA
 1999,Southern Asia,Ruminants,NA,NA
 1999,Southern Asia,Cereals,NA,NA
 1999,Southern Asia,Monogastrics,NA,NA
-1999,Southern Asia,Oilcrops,NA,NA
-1999,Southern Asia,Pulses,NA,NA
+1999,Southern Asia,FruitVeg,NA,NA
+1999,Southern Asia,OilcropsPulses,NA,NA
 1999,Southern Asia,Starchy Roots,NA,NA
+1999,Southern Asia,Sugar,NA,NA
 2000,Southern Asia,Ruminants,NA,NA
 2000,Southern Asia,Cereals,NA,NA
 2000,Southern Asia,Monogastrics,NA,NA
-2000,Southern Asia,Oilcrops,NA,NA
-2000,Southern Asia,Pulses,NA,NA
+2000,Southern Asia,FruitVeg,NA,NA
+2000,Southern Asia,OilcropsPulses,NA,NA
 2000,Southern Asia,Starchy Roots,NA,NA
+2000,Southern Asia,Sugar,NA,NA
 2001,Southern Asia,Ruminants,NA,NA
 2001,Southern Asia,Cereals,NA,NA
 2001,Southern Asia,Monogastrics,NA,NA
-2001,Southern Asia,Oilcrops,NA,NA
-2001,Southern Asia,Pulses,NA,NA
+2001,Southern Asia,FruitVeg,NA,NA
+2001,Southern Asia,OilcropsPulses,NA,NA
 2001,Southern Asia,Starchy Roots,NA,NA
+2001,Southern Asia,Sugar,NA,NA
 2002,Southern Asia,Ruminants,NA,NA
 2002,Southern Asia,Cereals,NA,NA
 2002,Southern Asia,Monogastrics,NA,NA
-2002,Southern Asia,Oilcrops,NA,NA
-2002,Southern Asia,Pulses,NA,NA
+2002,Southern Asia,FruitVeg,NA,NA
+2002,Southern Asia,OilcropsPulses,NA,NA
 2002,Southern Asia,Starchy Roots,NA,NA
+2002,Southern Asia,Sugar,NA,NA
 2003,Southern Asia,Ruminants,NA,NA
 2003,Southern Asia,Cereals,NA,NA
 2003,Southern Asia,Monogastrics,NA,NA
-2003,Southern Asia,Oilcrops,NA,NA
-2003,Southern Asia,Pulses,NA,NA
+2003,Southern Asia,FruitVeg,NA,NA
+2003,Southern Asia,OilcropsPulses,NA,NA
 2003,Southern Asia,Starchy Roots,NA,NA
+2003,Southern Asia,Sugar,NA,NA
 2004,Southern Asia,Ruminants,NA,NA
 2004,Southern Asia,Cereals,NA,NA
 2004,Southern Asia,Monogastrics,NA,NA
-2004,Southern Asia,Oilcrops,NA,NA
-2004,Southern Asia,Pulses,NA,NA
+2004,Southern Asia,FruitVeg,NA,NA
+2004,Southern Asia,OilcropsPulses,NA,NA
 2004,Southern Asia,Starchy Roots,NA,NA
+2004,Southern Asia,Sugar,NA,NA
 2005,Southern Asia,Ruminants,NA,NA
 2005,Southern Asia,Cereals,NA,NA
 2005,Southern Asia,Monogastrics,NA,NA
-2005,Southern Asia,Oilcrops,NA,NA
-2005,Southern Asia,Pulses,NA,NA
+2005,Southern Asia,FruitVeg,NA,NA
+2005,Southern Asia,OilcropsPulses,NA,NA
 2005,Southern Asia,Starchy Roots,NA,NA
+2005,Southern Asia,Sugar,NA,NA
 2006,Southern Asia,Ruminants,NA,NA
 2006,Southern Asia,Cereals,NA,NA
 2006,Southern Asia,Monogastrics,NA,NA
-2006,Southern Asia,Oilcrops,NA,NA
-2006,Southern Asia,Pulses,NA,NA
+2006,Southern Asia,FruitVeg,NA,NA
+2006,Southern Asia,OilcropsPulses,NA,NA
 2006,Southern Asia,Starchy Roots,NA,NA
+2006,Southern Asia,Sugar,NA,NA
 2007,Southern Asia,Ruminants,NA,NA
 2007,Southern Asia,Cereals,NA,NA
 2007,Southern Asia,Monogastrics,NA,NA
-2007,Southern Asia,Oilcrops,NA,NA
-2007,Southern Asia,Pulses,NA,NA
+2007,Southern Asia,FruitVeg,NA,NA
+2007,Southern Asia,OilcropsPulses,NA,NA
 2007,Southern Asia,Starchy Roots,NA,NA
+2007,Southern Asia,Sugar,NA,NA
 2008,Southern Asia,Ruminants,NA,NA
 2008,Southern Asia,Cereals,NA,NA
 2008,Southern Asia,Monogastrics,NA,NA
-2008,Southern Asia,Oilcrops,NA,NA
-2008,Southern Asia,Pulses,NA,NA
+2008,Southern Asia,FruitVeg,NA,NA
+2008,Southern Asia,OilcropsPulses,NA,NA
 2008,Southern Asia,Starchy Roots,NA,NA
+2008,Southern Asia,Sugar,NA,NA
 2009,Southern Asia,Ruminants,NA,NA
 2009,Southern Asia,Cereals,NA,NA
 2009,Southern Asia,Monogastrics,NA,NA
-2009,Southern Asia,Oilcrops,NA,NA
-2009,Southern Asia,Pulses,NA,NA
+2009,Southern Asia,FruitVeg,NA,NA
+2009,Southern Asia,OilcropsPulses,NA,NA
 2009,Southern Asia,Starchy Roots,NA,NA
+2009,Southern Asia,Sugar,NA,NA
 2010,Southern Asia,Ruminants,NA,NA
 2010,Southern Asia,Cereals,NA,NA
 2010,Southern Asia,Monogastrics,NA,NA
-2010,Southern Asia,Oilcrops,NA,NA
-2010,Southern Asia,Pulses,NA,NA
+2010,Southern Asia,FruitVeg,NA,NA
+2010,Southern Asia,OilcropsPulses,NA,NA
 2010,Southern Asia,Starchy Roots,NA,NA
+2010,Southern Asia,Sugar,NA,NA
 2011,Southern Asia,Ruminants,NA,NA
 2011,Southern Asia,Cereals,NA,NA
 2011,Southern Asia,Monogastrics,NA,NA
-2011,Southern Asia,Oilcrops,NA,NA
-2011,Southern Asia,Pulses,NA,NA
+2011,Southern Asia,FruitVeg,NA,NA
+2011,Southern Asia,OilcropsPulses,NA,NA
 2011,Southern Asia,Starchy Roots,NA,NA
+2011,Southern Asia,Sugar,NA,NA
 1961,Southern Europe,Ruminants,NA,NA
 1961,Southern Europe,Cereals,NA,NA
 1961,Southern Europe,Monogastrics,NA,NA
-1961,Southern Europe,Oilcrops,NA,NA
-1961,Southern Europe,Pulses,NA,NA
+1961,Southern Europe,FruitVeg,NA,NA
+1961,Southern Europe,OilcropsPulses,NA,NA
 1961,Southern Europe,Starchy Roots,NA,NA
+1961,Southern Europe,Sugar,NA,NA
 1962,Southern Europe,Ruminants,NA,NA
 1962,Southern Europe,Cereals,NA,NA
 1962,Southern Europe,Monogastrics,NA,NA
-1962,Southern Europe,Oilcrops,NA,NA
-1962,Southern Europe,Pulses,NA,NA
+1962,Southern Europe,FruitVeg,NA,NA
+1962,Southern Europe,OilcropsPulses,NA,NA
 1962,Southern Europe,Starchy Roots,NA,NA
+1962,Southern Europe,Sugar,NA,NA
 1963,Southern Europe,Ruminants,NA,NA
 1963,Southern Europe,Cereals,NA,NA
 1963,Southern Europe,Monogastrics,NA,NA
-1963,Southern Europe,Oilcrops,NA,NA
-1963,Southern Europe,Pulses,NA,NA
+1963,Southern Europe,FruitVeg,NA,NA
+1963,Southern Europe,OilcropsPulses,NA,NA
 1963,Southern Europe,Starchy Roots,NA,NA
+1963,Southern Europe,Sugar,NA,NA
 1964,Southern Europe,Ruminants,NA,NA
 1964,Southern Europe,Cereals,NA,NA
 1964,Southern Europe,Monogastrics,NA,NA
-1964,Southern Europe,Oilcrops,NA,NA
-1964,Southern Europe,Pulses,NA,NA
+1964,Southern Europe,FruitVeg,NA,NA
+1964,Southern Europe,OilcropsPulses,NA,NA
 1964,Southern Europe,Starchy Roots,NA,NA
+1964,Southern Europe,Sugar,NA,NA
 1965,Southern Europe,Ruminants,NA,NA
 1965,Southern Europe,Cereals,NA,NA
 1965,Southern Europe,Monogastrics,NA,NA
-1965,Southern Europe,Oilcrops,NA,NA
-1965,Southern Europe,Pulses,NA,NA
+1965,Southern Europe,FruitVeg,NA,NA
+1965,Southern Europe,OilcropsPulses,NA,NA
 1965,Southern Europe,Starchy Roots,NA,NA
+1965,Southern Europe,Sugar,NA,NA
 1966,Southern Europe,Ruminants,NA,NA
 1966,Southern Europe,Cereals,NA,NA
 1966,Southern Europe,Monogastrics,NA,NA
-1966,Southern Europe,Oilcrops,NA,NA
-1966,Southern Europe,Pulses,NA,NA
+1966,Southern Europe,FruitVeg,NA,NA
+1966,Southern Europe,OilcropsPulses,NA,NA
 1966,Southern Europe,Starchy Roots,NA,NA
+1966,Southern Europe,Sugar,NA,NA
 1967,Southern Europe,Ruminants,NA,NA
 1967,Southern Europe,Cereals,NA,NA
 1967,Southern Europe,Monogastrics,NA,NA
-1967,Southern Europe,Oilcrops,NA,NA
-1967,Southern Europe,Pulses,NA,NA
+1967,Southern Europe,FruitVeg,NA,NA
+1967,Southern Europe,OilcropsPulses,NA,NA
 1967,Southern Europe,Starchy Roots,NA,NA
+1967,Southern Europe,Sugar,NA,NA
 1968,Southern Europe,Ruminants,NA,NA
 1968,Southern Europe,Cereals,NA,NA
 1968,Southern Europe,Monogastrics,NA,NA
-1968,Southern Europe,Oilcrops,NA,NA
-1968,Southern Europe,Pulses,NA,NA
+1968,Southern Europe,FruitVeg,NA,NA
+1968,Southern Europe,OilcropsPulses,NA,NA
 1968,Southern Europe,Starchy Roots,NA,NA
+1968,Southern Europe,Sugar,NA,NA
 1969,Southern Europe,Ruminants,NA,NA
 1969,Southern Europe,Cereals,NA,NA
 1969,Southern Europe,Monogastrics,NA,NA
-1969,Southern Europe,Oilcrops,NA,NA
-1969,Southern Europe,Pulses,NA,NA
+1969,Southern Europe,FruitVeg,NA,NA
+1969,Southern Europe,OilcropsPulses,NA,NA
 1969,Southern Europe,Starchy Roots,NA,NA
+1969,Southern Europe,Sugar,NA,NA
 1970,Southern Europe,Ruminants,NA,NA
 1970,Southern Europe,Cereals,NA,NA
 1970,Southern Europe,Monogastrics,NA,NA
-1970,Southern Europe,Oilcrops,NA,NA
-1970,Southern Europe,Pulses,NA,NA
+1970,Southern Europe,FruitVeg,NA,NA
+1970,Southern Europe,OilcropsPulses,NA,NA
 1970,Southern Europe,Starchy Roots,NA,NA
+1970,Southern Europe,Sugar,NA,NA
 1971,Southern Europe,Ruminants,NA,NA
 1971,Southern Europe,Cereals,NA,NA
 1971,Southern Europe,Monogastrics,NA,NA
-1971,Southern Europe,Oilcrops,NA,NA
-1971,Southern Europe,Pulses,NA,NA
+1971,Southern Europe,FruitVeg,NA,NA
+1971,Southern Europe,OilcropsPulses,NA,NA
 1971,Southern Europe,Starchy Roots,NA,NA
+1971,Southern Europe,Sugar,NA,NA
 1972,Southern Europe,Ruminants,NA,NA
 1972,Southern Europe,Cereals,NA,NA
 1972,Southern Europe,Monogastrics,NA,NA
-1972,Southern Europe,Oilcrops,NA,NA
-1972,Southern Europe,Pulses,NA,NA
+1972,Southern Europe,FruitVeg,NA,NA
+1972,Southern Europe,OilcropsPulses,NA,NA
 1972,Southern Europe,Starchy Roots,NA,NA
+1972,Southern Europe,Sugar,NA,NA
 1973,Southern Europe,Ruminants,NA,NA
 1973,Southern Europe,Cereals,NA,NA
 1973,Southern Europe,Monogastrics,NA,NA
-1973,Southern Europe,Oilcrops,NA,NA
-1973,Southern Europe,Pulses,NA,NA
+1973,Southern Europe,FruitVeg,NA,NA
+1973,Southern Europe,OilcropsPulses,NA,NA
 1973,Southern Europe,Starchy Roots,NA,NA
+1973,Southern Europe,Sugar,NA,NA
 1974,Southern Europe,Ruminants,NA,NA
 1974,Southern Europe,Cereals,NA,NA
 1974,Southern Europe,Monogastrics,NA,NA
-1974,Southern Europe,Oilcrops,NA,NA
-1974,Southern Europe,Pulses,NA,NA
+1974,Southern Europe,FruitVeg,NA,NA
+1974,Southern Europe,OilcropsPulses,NA,NA
 1974,Southern Europe,Starchy Roots,NA,NA
+1974,Southern Europe,Sugar,NA,NA
 1975,Southern Europe,Ruminants,NA,NA
 1975,Southern Europe,Cereals,NA,NA
 1975,Southern Europe,Monogastrics,NA,NA
-1975,Southern Europe,Oilcrops,NA,NA
-1975,Southern Europe,Pulses,NA,NA
+1975,Southern Europe,FruitVeg,NA,NA
+1975,Southern Europe,OilcropsPulses,NA,NA
 1975,Southern Europe,Starchy Roots,NA,NA
+1975,Southern Europe,Sugar,NA,NA
 1976,Southern Europe,Ruminants,NA,NA
 1976,Southern Europe,Cereals,NA,NA
 1976,Southern Europe,Monogastrics,NA,NA
-1976,Southern Europe,Oilcrops,NA,NA
-1976,Southern Europe,Pulses,NA,NA
+1976,Southern Europe,FruitVeg,NA,NA
+1976,Southern Europe,OilcropsPulses,NA,NA
 1976,Southern Europe,Starchy Roots,NA,NA
+1976,Southern Europe,Sugar,NA,NA
 1977,Southern Europe,Ruminants,NA,NA
 1977,Southern Europe,Cereals,NA,NA
 1977,Southern Europe,Monogastrics,NA,NA
-1977,Southern Europe,Oilcrops,NA,NA
-1977,Southern Europe,Pulses,NA,NA
+1977,Southern Europe,FruitVeg,NA,NA
+1977,Southern Europe,OilcropsPulses,NA,NA
 1977,Southern Europe,Starchy Roots,NA,NA
+1977,Southern Europe,Sugar,NA,NA
 1978,Southern Europe,Ruminants,NA,NA
 1978,Southern Europe,Cereals,NA,NA
 1978,Southern Europe,Monogastrics,NA,NA
-1978,Southern Europe,Oilcrops,NA,NA
-1978,Southern Europe,Pulses,NA,NA
+1978,Southern Europe,FruitVeg,NA,NA
+1978,Southern Europe,OilcropsPulses,NA,NA
 1978,Southern Europe,Starchy Roots,NA,NA
+1978,Southern Europe,Sugar,NA,NA
 1979,Southern Europe,Ruminants,NA,NA
 1979,Southern Europe,Cereals,NA,NA
 1979,Southern Europe,Monogastrics,NA,NA
-1979,Southern Europe,Oilcrops,NA,NA
-1979,Southern Europe,Pulses,NA,NA
+1979,Southern Europe,FruitVeg,NA,NA
+1979,Southern Europe,OilcropsPulses,NA,NA
 1979,Southern Europe,Starchy Roots,NA,NA
+1979,Southern Europe,Sugar,NA,NA
 1980,Southern Europe,Ruminants,NA,NA
 1980,Southern Europe,Cereals,NA,NA
 1980,Southern Europe,Monogastrics,NA,NA
-1980,Southern Europe,Oilcrops,NA,NA
-1980,Southern Europe,Pulses,NA,NA
+1980,Southern Europe,FruitVeg,NA,NA
+1980,Southern Europe,OilcropsPulses,NA,NA
 1980,Southern Europe,Starchy Roots,NA,NA
+1980,Southern Europe,Sugar,NA,NA
 1981,Southern Europe,Ruminants,NA,NA
 1981,Southern Europe,Cereals,NA,NA
 1981,Southern Europe,Monogastrics,NA,NA
-1981,Southern Europe,Oilcrops,NA,NA
-1981,Southern Europe,Pulses,NA,NA
+1981,Southern Europe,FruitVeg,NA,NA
+1981,Southern Europe,OilcropsPulses,NA,NA
 1981,Southern Europe,Starchy Roots,NA,NA
+1981,Southern Europe,Sugar,NA,NA
 1982,Southern Europe,Ruminants,NA,NA
 1982,Southern Europe,Cereals,NA,NA
 1982,Southern Europe,Monogastrics,NA,NA
-1982,Southern Europe,Oilcrops,NA,NA
-1982,Southern Europe,Pulses,NA,NA
+1982,Southern Europe,FruitVeg,NA,NA
+1982,Southern Europe,OilcropsPulses,NA,NA
 1982,Southern Europe,Starchy Roots,NA,NA
+1982,Southern Europe,Sugar,NA,NA
 1983,Southern Europe,Ruminants,NA,NA
 1983,Southern Europe,Cereals,NA,NA
 1983,Southern Europe,Monogastrics,NA,NA
-1983,Southern Europe,Oilcrops,NA,NA
-1983,Southern Europe,Pulses,NA,NA
+1983,Southern Europe,FruitVeg,NA,NA
+1983,Southern Europe,OilcropsPulses,NA,NA
 1983,Southern Europe,Starchy Roots,NA,NA
+1983,Southern Europe,Sugar,NA,NA
 1984,Southern Europe,Ruminants,NA,NA
 1984,Southern Europe,Cereals,NA,NA
 1984,Southern Europe,Monogastrics,NA,NA
-1984,Southern Europe,Oilcrops,NA,NA
-1984,Southern Europe,Pulses,NA,NA
+1984,Southern Europe,FruitVeg,NA,NA
+1984,Southern Europe,OilcropsPulses,NA,NA
 1984,Southern Europe,Starchy Roots,NA,NA
+1984,Southern Europe,Sugar,NA,NA
 1985,Southern Europe,Ruminants,NA,NA
 1985,Southern Europe,Cereals,NA,NA
 1985,Southern Europe,Monogastrics,NA,NA
-1985,Southern Europe,Oilcrops,NA,NA
-1985,Southern Europe,Pulses,NA,NA
+1985,Southern Europe,FruitVeg,NA,NA
+1985,Southern Europe,OilcropsPulses,NA,NA
 1985,Southern Europe,Starchy Roots,NA,NA
+1985,Southern Europe,Sugar,NA,NA
 1986,Southern Europe,Ruminants,NA,NA
 1986,Southern Europe,Cereals,NA,NA
 1986,Southern Europe,Monogastrics,NA,NA
-1986,Southern Europe,Oilcrops,NA,NA
-1986,Southern Europe,Pulses,NA,NA
+1986,Southern Europe,FruitVeg,NA,NA
+1986,Southern Europe,OilcropsPulses,NA,NA
 1986,Southern Europe,Starchy Roots,NA,NA
+1986,Southern Europe,Sugar,NA,NA
 1987,Southern Europe,Ruminants,NA,NA
 1987,Southern Europe,Cereals,NA,NA
 1987,Southern Europe,Monogastrics,NA,NA
-1987,Southern Europe,Oilcrops,NA,NA
-1987,Southern Europe,Pulses,NA,NA
+1987,Southern Europe,FruitVeg,NA,NA
+1987,Southern Europe,OilcropsPulses,NA,NA
 1987,Southern Europe,Starchy Roots,NA,NA
+1987,Southern Europe,Sugar,NA,NA
 1988,Southern Europe,Ruminants,NA,NA
 1988,Southern Europe,Cereals,NA,NA
 1988,Southern Europe,Monogastrics,NA,NA
-1988,Southern Europe,Oilcrops,NA,NA
-1988,Southern Europe,Pulses,NA,NA
+1988,Southern Europe,FruitVeg,NA,NA
+1988,Southern Europe,OilcropsPulses,NA,NA
 1988,Southern Europe,Starchy Roots,NA,NA
+1988,Southern Europe,Sugar,NA,NA
 1989,Southern Europe,Ruminants,NA,NA
 1989,Southern Europe,Cereals,NA,NA
 1989,Southern Europe,Monogastrics,NA,NA
-1989,Southern Europe,Oilcrops,NA,NA
-1989,Southern Europe,Pulses,NA,NA
+1989,Southern Europe,FruitVeg,NA,NA
+1989,Southern Europe,OilcropsPulses,NA,NA
 1989,Southern Europe,Starchy Roots,NA,NA
+1989,Southern Europe,Sugar,NA,NA
 1990,Southern Europe,Ruminants,NA,NA
 1990,Southern Europe,Cereals,NA,NA
 1990,Southern Europe,Monogastrics,NA,NA
-1990,Southern Europe,Oilcrops,NA,NA
-1990,Southern Europe,Pulses,NA,NA
+1990,Southern Europe,FruitVeg,NA,NA
+1990,Southern Europe,OilcropsPulses,NA,NA
 1990,Southern Europe,Starchy Roots,NA,NA
+1990,Southern Europe,Sugar,NA,NA
 1991,Southern Europe,Ruminants,NA,NA
 1991,Southern Europe,Cereals,NA,NA
 1991,Southern Europe,Monogastrics,NA,NA
-1991,Southern Europe,Oilcrops,NA,NA
-1991,Southern Europe,Pulses,NA,NA
+1991,Southern Europe,FruitVeg,NA,NA
+1991,Southern Europe,OilcropsPulses,NA,NA
 1991,Southern Europe,Starchy Roots,NA,NA
+1991,Southern Europe,Sugar,NA,NA
 1992,Southern Europe,Ruminants,NA,NA
 1992,Southern Europe,Cereals,NA,NA
 1992,Southern Europe,Monogastrics,NA,NA
-1992,Southern Europe,Oilcrops,NA,NA
-1992,Southern Europe,Pulses,NA,NA
+1992,Southern Europe,FruitVeg,NA,NA
+1992,Southern Europe,OilcropsPulses,NA,NA
 1992,Southern Europe,Starchy Roots,NA,NA
+1992,Southern Europe,Sugar,NA,NA
 1993,Southern Europe,Ruminants,NA,NA
 1993,Southern Europe,Cereals,NA,NA
 1993,Southern Europe,Monogastrics,NA,NA
-1993,Southern Europe,Oilcrops,NA,NA
-1993,Southern Europe,Pulses,NA,NA
+1993,Southern Europe,FruitVeg,NA,NA
+1993,Southern Europe,OilcropsPulses,NA,NA
 1993,Southern Europe,Starchy Roots,NA,NA
+1993,Southern Europe,Sugar,NA,NA
 1994,Southern Europe,Ruminants,NA,NA
 1994,Southern Europe,Cereals,NA,NA
 1994,Southern Europe,Monogastrics,NA,NA
-1994,Southern Europe,Oilcrops,NA,NA
-1994,Southern Europe,Pulses,NA,NA
+1994,Southern Europe,FruitVeg,NA,NA
+1994,Southern Europe,OilcropsPulses,NA,NA
 1994,Southern Europe,Starchy Roots,NA,NA
+1994,Southern Europe,Sugar,NA,NA
 1995,Southern Europe,Ruminants,NA,NA
 1995,Southern Europe,Cereals,NA,NA
 1995,Southern Europe,Monogastrics,NA,NA
-1995,Southern Europe,Oilcrops,NA,NA
-1995,Southern Europe,Pulses,NA,NA
+1995,Southern Europe,FruitVeg,NA,NA
+1995,Southern Europe,OilcropsPulses,NA,NA
 1995,Southern Europe,Starchy Roots,NA,NA
+1995,Southern Europe,Sugar,NA,NA
 1996,Southern Europe,Ruminants,NA,NA
 1996,Southern Europe,Cereals,NA,NA
 1996,Southern Europe,Monogastrics,NA,NA
-1996,Southern Europe,Oilcrops,NA,NA
-1996,Southern Europe,Pulses,NA,NA
+1996,Southern Europe,FruitVeg,NA,NA
+1996,Southern Europe,OilcropsPulses,NA,NA
 1996,Southern Europe,Starchy Roots,NA,NA
+1996,Southern Europe,Sugar,NA,NA
 1997,Southern Europe,Ruminants,NA,NA
 1997,Southern Europe,Cereals,NA,NA
 1997,Southern Europe,Monogastrics,NA,NA
-1997,Southern Europe,Oilcrops,NA,NA
-1997,Southern Europe,Pulses,NA,NA
+1997,Southern Europe,FruitVeg,NA,NA
+1997,Southern Europe,OilcropsPulses,NA,NA
 1997,Southern Europe,Starchy Roots,NA,NA
+1997,Southern Europe,Sugar,NA,NA
 1998,Southern Europe,Ruminants,NA,NA
 1998,Southern Europe,Cereals,NA,NA
 1998,Southern Europe,Monogastrics,NA,NA
-1998,Southern Europe,Oilcrops,NA,NA
-1998,Southern Europe,Pulses,NA,NA
+1998,Southern Europe,FruitVeg,NA,NA
+1998,Southern Europe,OilcropsPulses,NA,NA
 1998,Southern Europe,Starchy Roots,NA,NA
+1998,Southern Europe,Sugar,NA,NA
 1999,Southern Europe,Ruminants,NA,NA
 1999,Southern Europe,Cereals,NA,NA
 1999,Southern Europe,Monogastrics,NA,NA
-1999,Southern Europe,Oilcrops,NA,NA
-1999,Southern Europe,Pulses,NA,NA
+1999,Southern Europe,FruitVeg,NA,NA
+1999,Southern Europe,OilcropsPulses,NA,NA
 1999,Southern Europe,Starchy Roots,NA,NA
+1999,Southern Europe,Sugar,NA,NA
 2000,Southern Europe,Ruminants,NA,NA
 2000,Southern Europe,Cereals,NA,NA
 2000,Southern Europe,Monogastrics,NA,NA
-2000,Southern Europe,Oilcrops,NA,NA
-2000,Southern Europe,Pulses,NA,NA
+2000,Southern Europe,FruitVeg,NA,NA
+2000,Southern Europe,OilcropsPulses,NA,NA
 2000,Southern Europe,Starchy Roots,NA,NA
+2000,Southern Europe,Sugar,NA,NA
 2001,Southern Europe,Ruminants,NA,NA
 2001,Southern Europe,Cereals,NA,NA
 2001,Southern Europe,Monogastrics,NA,NA
-2001,Southern Europe,Oilcrops,NA,NA
-2001,Southern Europe,Pulses,NA,NA
+2001,Southern Europe,FruitVeg,NA,NA
+2001,Southern Europe,OilcropsPulses,NA,NA
 2001,Southern Europe,Starchy Roots,NA,NA
+2001,Southern Europe,Sugar,NA,NA
 2002,Southern Europe,Ruminants,NA,NA
 2002,Southern Europe,Cereals,NA,NA
 2002,Southern Europe,Monogastrics,NA,NA
-2002,Southern Europe,Oilcrops,NA,NA
-2002,Southern Europe,Pulses,NA,NA
+2002,Southern Europe,FruitVeg,NA,NA
+2002,Southern Europe,OilcropsPulses,NA,NA
 2002,Southern Europe,Starchy Roots,NA,NA
+2002,Southern Europe,Sugar,NA,NA
 2003,Southern Europe,Ruminants,NA,NA
 2003,Southern Europe,Cereals,NA,NA
 2003,Southern Europe,Monogastrics,NA,NA
-2003,Southern Europe,Oilcrops,NA,NA
-2003,Southern Europe,Pulses,NA,NA
+2003,Southern Europe,FruitVeg,NA,NA
+2003,Southern Europe,OilcropsPulses,NA,NA
 2003,Southern Europe,Starchy Roots,NA,NA
+2003,Southern Europe,Sugar,NA,NA
 2004,Southern Europe,Ruminants,NA,NA
 2004,Southern Europe,Cereals,NA,NA
 2004,Southern Europe,Monogastrics,NA,NA
-2004,Southern Europe,Oilcrops,NA,NA
-2004,Southern Europe,Pulses,NA,NA
+2004,Southern Europe,FruitVeg,NA,NA
+2004,Southern Europe,OilcropsPulses,NA,NA
 2004,Southern Europe,Starchy Roots,NA,NA
+2004,Southern Europe,Sugar,NA,NA
 2005,Southern Europe,Ruminants,NA,NA
 2005,Southern Europe,Cereals,NA,NA
 2005,Southern Europe,Monogastrics,NA,NA
-2005,Southern Europe,Oilcrops,NA,NA
-2005,Southern Europe,Pulses,NA,NA
+2005,Southern Europe,FruitVeg,NA,NA
+2005,Southern Europe,OilcropsPulses,NA,NA
 2005,Southern Europe,Starchy Roots,NA,NA
+2005,Southern Europe,Sugar,NA,NA
 2006,Southern Europe,Ruminants,NA,NA
 2006,Southern Europe,Cereals,NA,NA
 2006,Southern Europe,Monogastrics,NA,NA
-2006,Southern Europe,Oilcrops,NA,NA
-2006,Southern Europe,Pulses,NA,NA
+2006,Southern Europe,FruitVeg,NA,NA
+2006,Southern Europe,OilcropsPulses,NA,NA
 2006,Southern Europe,Starchy Roots,NA,NA
+2006,Southern Europe,Sugar,NA,NA
 2007,Southern Europe,Ruminants,NA,NA
 2007,Southern Europe,Cereals,NA,NA
 2007,Southern Europe,Monogastrics,NA,NA
-2007,Southern Europe,Oilcrops,NA,NA
-2007,Southern Europe,Pulses,NA,NA
+2007,Southern Europe,FruitVeg,NA,NA
+2007,Southern Europe,OilcropsPulses,NA,NA
 2007,Southern Europe,Starchy Roots,NA,NA
+2007,Southern Europe,Sugar,NA,NA
 2008,Southern Europe,Ruminants,NA,NA
 2008,Southern Europe,Cereals,NA,NA
 2008,Southern Europe,Monogastrics,NA,NA
-2008,Southern Europe,Oilcrops,NA,NA
-2008,Southern Europe,Pulses,NA,NA
+2008,Southern Europe,FruitVeg,NA,NA
+2008,Southern Europe,OilcropsPulses,NA,NA
 2008,Southern Europe,Starchy Roots,NA,NA
+2008,Southern Europe,Sugar,NA,NA
 2009,Southern Europe,Ruminants,NA,NA
 2009,Southern Europe,Cereals,NA,NA
 2009,Southern Europe,Monogastrics,NA,NA
-2009,Southern Europe,Oilcrops,NA,NA
-2009,Southern Europe,Pulses,NA,NA
+2009,Southern Europe,FruitVeg,NA,NA
+2009,Southern Europe,OilcropsPulses,NA,NA
 2009,Southern Europe,Starchy Roots,NA,NA
+2009,Southern Europe,Sugar,NA,NA
 2010,Southern Europe,Ruminants,NA,NA
 2010,Southern Europe,Cereals,NA,NA
 2010,Southern Europe,Monogastrics,NA,NA
-2010,Southern Europe,Oilcrops,NA,NA
-2010,Southern Europe,Pulses,NA,NA
+2010,Southern Europe,FruitVeg,NA,NA
+2010,Southern Europe,OilcropsPulses,NA,NA
 2010,Southern Europe,Starchy Roots,NA,NA
+2010,Southern Europe,Sugar,NA,NA
 2011,Southern Europe,Ruminants,NA,NA
 2011,Southern Europe,Cereals,NA,NA
 2011,Southern Europe,Monogastrics,NA,NA
-2011,Southern Europe,Oilcrops,NA,NA
-2011,Southern Europe,Pulses,NA,NA
+2011,Southern Europe,FruitVeg,NA,NA
+2011,Southern Europe,OilcropsPulses,NA,NA
 2011,Southern Europe,Starchy Roots,NA,NA
+2011,Southern Europe,Sugar,NA,NA
 1961,Spain,Ruminants,30.73925,0.299417871288337
 1961,Spain,Cereals,30.73925,0.150297713834918
 1961,Spain,Monogastrics,30.73925,0.0778116349618159
-1961,Spain,Oilcrops,30.73925,0.0708083313678766
-1961,Spain,Pulses,30.73925,0.00981208064607952
+1961,Spain,FruitVeg,30.73925,0.314901859999837
+1961,Spain,OilcropsPulses,30.73925,0.0806204120139561
 1961,Spain,Starchy Roots,30.73925,0.128361524760689
+1961,Spain,Sugar,30.73925,0.0203654285644575
 1962,Spain,Ruminants,31.023366,0.317314942550077
 1962,Spain,Cereals,31.023366,0.161601420039334
 1962,Spain,Monogastrics,31.023366,0.0852492988671829
-1962,Spain,Oilcrops,31.023366,0.0637754136672339
-1962,Spain,Pulses,31.023366,0.00936081532867839
+1962,Spain,FruitVeg,31.023366,0.32036858927558
+1962,Spain,OilcropsPulses,31.023366,0.0731362289959123
 1962,Spain,Starchy Roots,31.023366,0.105245929793692
+1962,Spain,Sugar,31.023366,0.0232098605934637
 1963,Spain,Ruminants,31.296651,0.365973218668029
 1963,Spain,Cereals,31.296651,0.140482954549993
 1963,Spain,Monogastrics,31.296651,0.112206916324689
-1963,Spain,Oilcrops,31.296651,0.108983034638435
-1963,Spain,Pulses,31.296651,0.00856618812025606
+1963,Spain,FruitVeg,31.296651,0.35059307144397
+1963,Spain,OilcropsPulses,31.296651,0.117549222758691
 1963,Spain,Starchy Roots,31.296651,0.131004336534283
+1963,Spain,Sugar,31.296651,0.0208892318861849
 1964,Spain,Ruminants,31.609195,0.363523677208483
 1964,Spain,Cereals,31.609195,0.141853565078136
 1964,Spain,Monogastrics,31.609195,0.110859821010943
-1964,Spain,Oilcrops,31.609195,0.0302331963847861
-1964,Spain,Pulses,31.609195,0.00806062919349892
+1964,Spain,FruitVeg,31.609195,0.380892521938632
+1964,Spain,OilcropsPulses,31.609195,0.0382938255782851
 1964,Spain,Starchy Roots,31.609195,0.106130573714389
+1964,Spain,Sugar,31.609195,0.0229032722914962
 1965,Spain,Ruminants,31.954292,0.362750866143428
 1965,Spain,Cereals,31.954292,0.137600419999917
 1965,Spain,Monogastrics,31.954292,0.105558915215521
-1965,Spain,Oilcrops,31.954292,0.0633808128185096
-1965,Spain,Pulses,31.954292,0.00804111072152686
+1965,Spain,FruitVeg,31.954292,0.335984568207614
+1965,Spain,OilcropsPulses,31.954292,0.0714219235400365
 1965,Spain,Starchy Roots,31.954292,0.105674880857945
+1965,Spain,Sugar,31.954292,0.023066134589995
 1966,Spain,Ruminants,32.283194,0.394018324209184
 1966,Spain,Cereals,32.283194,0.142575483702139
 1966,Spain,Monogastrics,32.283194,0.134530043712527
-1966,Spain,Oilcrops,32.283194,0.0785877940082385
-1966,Spain,Pulses,32.283194,0.00804056129018709
+1966,Spain,FruitVeg,32.283194,0.352997723831167
+1966,Spain,OilcropsPulses,32.283194,0.0866283552984255
 1966,Spain,Starchy Roots,32.283194,0.109574040288579
+1966,Spain,Sugar,32.283194,0.0246280464070563
 1967,Spain,Ruminants,32.682947,0.424191530219108
 1967,Spain,Cereals,32.682947,0.135546834255797
 1967,Spain,Monogastrics,32.682947,0.141530413398767
-1967,Spain,Oilcrops,32.682947,0.0537393399683327
-1967,Spain,Pulses,32.682947,0.00862183572368795
+1967,Spain,FruitVeg,32.682947,0.313742484727586
+1967,Spain,OilcropsPulses,32.682947,0.0623611756920207
 1967,Spain,Starchy Roots,32.682947,0.103697962120735
+1967,Spain,Sugar,32.682947,0.0284955637568424
 1968,Spain,Ruminants,33.113134,0.443915743523401
 1968,Spain,Cereals,33.113134,0.135774372791171
 1968,Spain,Monogastrics,33.113134,0.14262863792959
-1968,Spain,Oilcrops,33.113134,0.0811549580296447
-1968,Spain,Pulses,33.113134,0.0079415013994145
+1968,Spain,FruitVeg,33.113134,0.317864446174137
+1968,Spain,OilcropsPulses,33.113134,0.0890964594290592
 1968,Spain,Starchy Roots,33.113134,0.105895533778228
+1968,Spain,Sugar,33.113134,0.026548468652952
 1969,Spain,Ruminants,33.441054,0.455520800869494
 1969,Spain,Cereals,33.441054,0.118289901986941
 1969,Spain,Monogastrics,33.441054,0.1489657084373
-1969,Spain,Oilcrops,33.441054,0.0653372647883646
-1969,Spain,Pulses,33.441054,0.00810156880820802
+1969,Spain,FruitVeg,33.441054,0.324965205941176
+1969,Spain,OilcropsPulses,33.441054,0.0734388335965726
 1969,Spain,Starchy Roots,33.441054,0.108948270589797
+1969,Spain,Sugar,33.441054,0.0272768017419547
 1970,Spain,Ruminants,33.814531,0.49204373114032
 1970,Spain,Cereals,33.814531,0.121820379528552
 1970,Spain,Monogastrics,33.814531,0.165476694028375
-1970,Spain,Oilcrops,33.814531,0.0752881357425895
-1970,Spain,Pulses,33.814531,0.00770242828445558
+1970,Spain,FruitVeg,33.814531,0.326388705494688
+1970,Spain,OilcropsPulses,33.814531,0.082990564027045
 1970,Spain,Starchy Roots,33.814531,0.111370670792388
+1970,Spain,Sugar,33.814531,0.0289591773430186
 1971,Spain,Ruminants,34.191678,0.488050858457429
 1971,Spain,Cereals,34.191678,0.11781144522945
 1971,Spain,Monogastrics,34.191678,0.172085651953086
-1971,Spain,Oilcrops,34.191678,0.0640709414729514
-1971,Spain,Pulses,34.191678,0.00731721911981038
+1971,Spain,FruitVeg,34.191678,0.331967913361842
+1971,Spain,OilcropsPulses,34.191678,0.0713881605927618
 1971,Spain,Starchy Roots,34.191678,0.107740193388578
+1971,Spain,Sugar,34.191678,0.0294607652774456
 1972,Spain,Ruminants,34.502705,0.476816684373008
 1972,Spain,Cereals,34.502705,0.116388932403996
 1972,Spain,Monogastrics,34.502705,0.188396303999933
-1972,Spain,Oilcrops,34.502705,0.0806595308976499
-1972,Spain,Pulses,34.502705,0.008708128826421
+1972,Spain,FruitVeg,34.502705,0.353342469815048
+1972,Spain,OilcropsPulses,34.502705,0.0893676597240709
 1972,Spain,Starchy Roots,34.502705,0.11491359880334
+1972,Spain,Sugar,34.502705,0.0293277874879665
 1973,Spain,Ruminants,34.817071,0.504976136562435
 1973,Spain,Cereals,34.817071,0.117894897017615
 1973,Spain,Monogastrics,34.817071,0.196491749693706
-1973,Spain,Oilcrops,34.817071,0.0793833289422881
-1973,Spain,Pulses,34.817071,0.00870624642721957
+1973,Spain,FruitVeg,34.817071,0.427190788105065
+1973,Spain,OilcropsPulses,34.817071,0.0880895753695077
 1973,Spain,Starchy Roots,34.817071,0.118058724698582
+1973,Spain,Sugar,34.817071,0.0296752130585597
 1974,Spain,Ruminants,35.154338,0.520885709752236
 1974,Spain,Cereals,35.154338,0.121494792477674
 1974,Spain,Monogastrics,35.154338,0.213514488595974
-1974,Spain,Oilcrops,35.154338,0.06257725575717
-1974,Spain,Pulses,35.154338,0.00770550706999517
+1974,Spain,FruitVeg,35.154338,0.420282270711512
+1974,Spain,OilcropsPulses,35.154338,0.0702827628271652
 1974,Spain,Starchy Roots,35.154338,0.120616010462208
+1974,Spain,Sugar,35.154338,0.0323646543991242
 1975,Spain,Ruminants,35.530725,0.528207237538778
 1975,Spain,Cereals,35.530725,0.122713651353863
 1975,Spain,Monogastrics,35.530725,0.213367163208744
-1975,Spain,Oilcrops,35.530725,0.0835160273256456
-1975,Spain,Pulses,35.530725,0.00841246554918314
+1975,Spain,FruitVeg,35.530725,0.399694095743895
+1975,Spain,OilcropsPulses,35.530725,0.0919284928748288
 1975,Spain,Starchy Roots,35.530725,0.112236437618427
+1975,Spain,Sugar,35.530725,0.029831364262902
 1976,Spain,Ruminants,35.939437,0.586405524382589
 1976,Spain,Cereals,35.939437,0.119337873879326
 1976,Spain,Monogastrics,35.939437,0.224786810099446
-1976,Spain,Oilcrops,35.939437,0.0757814319684529
-1976,Spain,Pulses,35.939437,0.0063236661164169
+1976,Spain,FruitVeg,35.939437,0.351371892664874
+1976,Spain,OilcropsPulses,35.939437,0.0821050980848699
 1976,Spain,Starchy Roots,35.939437,0.116610006995936
+1976,Spain,Sugar,35.939437,0.0334763173947327
 1977,Spain,Ruminants,36.37005,0.556937944819982
 1977,Spain,Cereals,36.37005,0.119841133020164
 1977,Spain,Monogastrics,36.37005,0.231782843301013
-1977,Spain,Oilcrops,36.37005,0.0701272613042875
-1977,Spain,Pulses,36.37005,0.0061903406786628
+1977,Spain,FruitVeg,36.37005,0.341425513575043
+1977,Spain,OilcropsPulses,36.37005,0.0763176019829503
 1977,Spain,Starchy Roots,36.37005,0.114355135612956
+1977,Spain,Sugar,36.37005,0.0329225007939225
 1978,Spain,Ruminants,36.872506,0.573723985562576
 1978,Spain,Cereals,36.872506,0.11379538456106
 1978,Spain,Monogastrics,36.872506,0.246812568150372
-1978,Spain,Oilcrops,36.872506,0.0920250443514742
-1978,Spain,Pulses,36.872506,0.00745409058988288
+1978,Spain,FruitVeg,36.872506,0.380327960350729
+1978,Spain,OilcropsPulses,36.872506,0.0994791349413571
 1978,Spain,Starchy Roots,36.872506,0.108862847564524
+1978,Spain,Sugar,36.872506,0.0328928551804968
 1979,Spain,Ruminants,37.201123,0.541737567976107
 1979,Spain,Cereals,37.201123,0.116384658602914
 1979,Spain,Monogastrics,37.201123,0.269695651392029
-1979,Spain,Oilcrops,37.201123,0.0786402066410737
-1979,Spain,Pulses,37.201123,0.00668517453088715
+1979,Spain,FruitVeg,37.201123,0.457333290718132
+1979,Spain,OilcropsPulses,37.201123,0.0853253811719609
 1979,Spain,Starchy Roots,37.201123,0.115236951314615
+1979,Spain,Sugar,37.201123,0.0345798700754276
 1980,Spain,Ruminants,37.439035,0.533511769200248
 1980,Spain,Cereals,37.439035,0.121263702443185
 1980,Spain,Monogastrics,37.439035,0.30368902403601
-1980,Spain,Oilcrops,37.439035,0.079627453004598
-1980,Spain,Pulses,37.439035,0.00563617625294028
+1980,Spain,FruitVeg,37.439035,0.430255053315343
+1980,Spain,OilcropsPulses,37.439035,0.0852636292575383
 1980,Spain,Starchy Roots,37.439035,0.114190790441046
+1980,Spain,Sugar,37.439035,0.0301958370454794
 1981,Spain,Ruminants,37.740556,0.546191081551634
 1981,Spain,Cereals,37.740556,0.11498375911579
 1981,Spain,Monogastrics,37.740556,0.323193903131687
-1981,Spain,Oilcrops,37.740556,0.0579340166583662
-1981,Spain,Pulses,37.740556,0.00517411561186327
+1981,Spain,FruitVeg,37.740556,0.38717010422422
+1981,Spain,OilcropsPulses,37.740556,0.0631081322702294
 1981,Spain,Starchy Roots,37.740556,0.0999662008159074
+1981,Spain,Sugar,37.740556,0.0300779617555184
 1982,Spain,Ruminants,37.942805,0.552838320730373
 1982,Spain,Cereals,37.942805,0.120616385636223
 1982,Spain,Monogastrics,37.942805,0.346059117136964
-1982,Spain,Oilcrops,37.942805,0.106894337411269
-1982,Spain,Pulses,37.942805,0.00519097098909793
+1982,Spain,FruitVeg,37.942805,0.408361427153317
+1982,Spain,OilcropsPulses,37.942805,0.112085308400367
 1982,Spain,Starchy Roots,37.942805,0.10698845275145
+1982,Spain,Sugar,37.942805,0.0301579970168257
 1983,Spain,Ruminants,38.122429,0.554426851972103
 1983,Spain,Cereals,38.122429,0.120194334941249
 1983,Spain,Monogastrics,38.122429,0.337440114322201
-1983,Spain,Oilcrops,38.122429,0.0540374014467966
-1983,Spain,Pulses,38.122429,0.00558686855971323
+1983,Spain,FruitVeg,38.122429,0.377250043537362
+1983,Spain,OilcropsPulses,38.122429,0.0596242700065098
 1983,Spain,Starchy Roots,38.122429,0.103450333660534
+1983,Spain,Sugar,38.122429,0.0283502134661986
 1984,Spain,Ruminants,38.278575,0.559805465590085
 1984,Spain,Cereals,38.278575,0.122504377448743
 1984,Spain,Monogastrics,38.278575,0.345723567295805
-1984,Spain,Oilcrops,38.278575,0.107672451234143
-1984,Spain,Pulses,38.278575,0.00526506015440752
+1984,Spain,FruitVeg,38.278575,0.386574630847674
+1984,Spain,OilcropsPulses,38.278575,0.112937511388551
 1984,Spain,Starchy Roots,38.278575,0.114715372764007
+1984,Spain,Sugar,38.278575,0.0254068235298728
 1985,Spain,Ruminants,38.418817,0.554504601221844
 1985,Spain,Cereals,38.418817,0.123489825311383
 1985,Spain,Monogastrics,38.418817,0.341453577292606
-1985,Spain,Oilcrops,38.418817,0.0718078591540182
-1985,Spain,Pulses,38.418817,0.00534162725520674
+1985,Spain,FruitVeg,38.418817,0.391727470421591
+1985,Spain,OilcropsPulses,38.418817,0.077149486409225
 1985,Spain,Starchy Roots,38.418817,0.111463114546187
+1985,Spain,Sugar,38.418817,0.0280742376841015
 1986,Spain,Ruminants,38.535617,0.570811200453855
 1986,Spain,Cereals,38.535617,0.119877540821521
 1986,Spain,Monogastrics,38.535617,0.35048261456408
-1986,Spain,Oilcrops,38.535617,0.0842731803152393
-1986,Spain,Pulses,38.535617,0.0058599554796281
+1986,Spain,FruitVeg,38.535617,0.396765465050164
+1986,Spain,OilcropsPulses,38.535617,0.0901331357948674
 1986,Spain,Starchy Roots,38.535617,0.106512969547108
+1986,Spain,Sugar,38.535617,0.0262453563413815
 1987,Spain,Ruminants,38.63082,0.589580826914883
 1987,Spain,Cereals,38.63082,0.121824491429382
 1987,Spain,Monogastrics,38.63082,0.364453886818866
-1987,Spain,Oilcrops,38.63082,0.120073894367244
-1987,Spain,Pulses,38.63082,0.00683174729399997
+1987,Spain,FruitVeg,38.63082,0.427734125239899
+1987,Spain,OilcropsPulses,38.63082,0.126905641661244
 1987,Spain,Starchy Roots,38.63082,0.109207777624187
+1987,Spain,Sugar,38.63082,0.0269133039371155
 1988,Spain,Ruminants,38.715849,0.590249742424607
 1988,Spain,Cereals,38.715849,0.124552092348537
 1988,Spain,Monogastrics,38.715849,0.406106196973751
-1988,Spain,Oilcrops,38.715849,0.0786082722866287
-1988,Spain,Pulses,38.715849,0.00651609112330198
+1988,Spain,FruitVeg,38.715849,0.378661152439147
+1988,Spain,OilcropsPulses,38.715849,0.0851243634099307
 1988,Spain,Starchy Roots,38.715849,0.0997792144503922
+1988,Spain,Sugar,38.715849,0.0265438322171367
 1989,Spain,Ruminants,38.791473,0.584654784828614
 1989,Spain,Cereals,38.791473,0.122298526792215
 1989,Spain,Monogastrics,38.791473,0.406856261941896
-1989,Spain,Oilcrops,38.791473,0.0944475606791214
-1989,Spain,Pulses,38.791473,0.00542895084185125
+1989,Spain,FruitVeg,38.791473,0.434256466620899
+1989,Spain,OilcropsPulses,38.791473,0.0998765115209727
 1989,Spain,Starchy Roots,38.791473,0.112324582260643
+1989,Spain,Sugar,38.791473,0.0262495316947619
 1990,Spain,Ruminants,38.850435,0.612344229865122
 1990,Spain,Cereals,38.850435,0.122533634436783
 1990,Spain,Monogastrics,38.850435,0.421367832818346
-1990,Spain,Oilcrops,38.850435,0.107373649741631
-1990,Spain,Pulses,38.850435,0.00514794750689407
+1990,Spain,FruitVeg,38.850435,0.476214153071903
+1990,Spain,OilcropsPulses,38.850435,0.112521597248525
 1990,Spain,Starchy Roots,38.850435,0.110108290936768
+1990,Spain,Sugar,38.850435,0.027304276001028
 1991,Spain,Ruminants,38.939049,0.630031485874244
 1991,Spain,Cereals,38.939049,0.1217097263983
 1991,Spain,Monogastrics,38.939049,0.436050143392048
-1991,Spain,Oilcrops,38.939049,0.0980831606853059
-1991,Spain,Pulses,38.939049,0.00593771563347631
+1991,Spain,FruitVeg,38.939049,0.418578892360725
+1991,Spain,OilcropsPulses,38.939049,0.104020876318782
 1991,Spain,Starchy Roots,38.939049,0.111464304123092
+1991,Spain,Sugar,38.939049,0.027000145791953
 1992,Spain,Ruminants,39.067745,0.630407677740294
 1992,Spain,Cereals,39.067745,0.119615273418008
 1992,Spain,Monogastrics,39.067745,0.436209366575931
-1992,Spain,Oilcrops,39.067745,0.104771493721995
-1992,Spain,Pulses,39.067745,0.00596184909059891
+1992,Spain,FruitVeg,39.067745,0.433441576932582
+1992,Spain,OilcropsPulses,39.067745,0.110733342812594
 1992,Spain,Starchy Roots,39.067745,0.111318326665642
+1992,Spain,Sugar,39.067745,0.0280817590060547
 1993,Spain,Ruminants,39.1894,0.628500477169847
 1993,Spain,Cereals,39.1894,0.120727186433066
 1993,Spain,Monogastrics,39.1894,0.450400896671039
-1993,Spain,Oilcrops,39.1894,0.0955897513103033
-1993,Spain,Pulses,39.1894,0.00560883810418123
+1993,Spain,FruitVeg,39.1894,0.378642107304526
+1993,Spain,OilcropsPulses,39.1894,0.101198589414485
 1993,Spain,Starchy Roots,39.1894,0.0921467284520814
+1993,Spain,Sugar,39.1894,0.0275642648267133
 1994,Spain,Ruminants,39.294967,0.643206528204999
 1994,Spain,Cereals,39.294967,0.118924950363236
 1994,Spain,Monogastrics,39.294967,0.449213485788142
-1994,Spain,Oilcrops,39.294967,0.0930687637426951
-1994,Spain,Pulses,39.294967,0.00618292922857016
+1994,Spain,FruitVeg,39.294967,0.343017923898498
+1994,Spain,OilcropsPulses,39.294967,0.0992516929712653
 1994,Spain,Starchy Roots,39.294967,0.0871526880274515
+1994,Spain,Sugar,39.294967,0.0284654775254042
 1995,Spain,Ruminants,39.387017,0.633200940299693
 1995,Spain,Cereals,39.387017,0.118797089914171
 1995,Spain,Monogastrics,39.387017,0.455058005535174
-1995,Spain,Oilcrops,39.387017,0.068950715409598
-1995,Spain,Pulses,39.387017,0.00570225970654239
+1995,Spain,FruitVeg,39.387017,0.318113224974615
+1995,Spain,OilcropsPulses,39.387017,0.0746529751161404
 1995,Spain,Starchy Roots,39.387017,0.0866738143688312
+1995,Spain,Sugar,39.387017,0.0304700404196642
 1996,Spain,Ruminants,39.478186,0.640320360717688
 1996,Spain,Cereals,39.478186,0.121270769634653
 1996,Spain,Monogastrics,39.478186,0.462837208376292
-1996,Spain,Oilcrops,39.478186,0.141561063621312
-1996,Spain,Pulses,39.478186,0.0063170582356545
+1996,Spain,FruitVeg,39.478186,0.371088301777594
+1996,Spain,OilcropsPulses,39.478186,0.147878121856967
 1996,Spain,Starchy Roots,39.478186,0.0890022403764955
+1996,Spain,Sugar,39.478186,0.0326495244740982
 1997,Spain,Ruminants,39.582413,0.6356577225345
 1997,Spain,Cereals,39.582413,0.121188215584532
 1997,Spain,Monogastrics,39.582413,0.468621559276843
-1997,Spain,Oilcrops,39.582413,0.174380172325522
-1997,Spain,Pulses,39.582413,0.00557060530897902
+1997,Spain,FruitVeg,39.582413,0.396669652251873
+1997,Spain,OilcropsPulses,39.582413,0.179950777634501
 1997,Spain,Starchy Roots,39.582413,0.0879303138997615
+1997,Spain,Sugar,39.582413,0.031285737936189
 1998,Spain,Ruminants,39.721108,0.685876348162292
 1998,Spain,Cereals,39.721108,0.120523576532659
 1998,Spain,Monogastrics,39.721108,0.527468486025113
-1998,Spain,Oilcrops,39.721108,0.136290483135566
-1998,Spain,Pulses,39.721108,0.00591564565620878
+1998,Spain,FruitVeg,39.721108,0.371720824101886
+1998,Spain,OilcropsPulses,39.721108,0.142206128791775
 1998,Spain,Starchy Roots,39.721108,0.079970604042566
+1998,Spain,Sugar,39.721108,0.0296425014125991
 1999,Spain,Ruminants,39.926268,0.674334676108471
 1999,Spain,Cereals,39.926268,0.1187349140671
 1999,Spain,Monogastrics,39.926268,0.527186119674396
-1999,Spain,Oilcrops,39.926268,0.111065952870927
-1999,Spain,Pulses,39.926268,0.00566251270967775
+1999,Spain,FruitVeg,39.926268,0.400098251106264
+1999,Spain,OilcropsPulses,39.926268,0.116728465580605
 1999,Spain,Starchy Roots,39.926268,0.0796462369084934
+1999,Spain,Sugar,39.926268,0.0319889652596631
 2000,Spain,Ruminants,40.263216,0.672424810775175
 2000,Spain,Cereals,40.263216,0.116900547636334
 2000,Spain,Monogastrics,40.263216,0.523966041361425
-2000,Spain,Oilcrops,40.263216,0.148694331818899
-2000,Spain,Pulses,40.263216,0.00563290821080959
+2000,Spain,FruitVeg,40.263216,0.422989907214565
+2000,Spain,OilcropsPulses,40.263216,0.154327240029709
 2000,Spain,Starchy Roots,40.263216,0.0768578943122676
+2000,Spain,Sugar,40.263216,0.0322076110363365
 2001,Spain,Ruminants,40.756001,0.673380042855529
 2001,Spain,Cereals,40.756001,0.116625230232966
 2001,Spain,Monogastrics,40.756001,0.530612458764048
-2001,Spain,Oilcrops,40.756001,0.186162916229195
-2001,Spain,Pulses,40.756001,0.0054314210071788
+2001,Spain,FruitVeg,40.756001,0.375078973032708
+2001,Spain,OilcropsPulses,40.756001,0.191594337236374
 2001,Spain,Starchy Roots,40.756001,0.0765634489016722
+2001,Spain,Sugar,40.756001,0.0333141124419935
 2002,Spain,Ruminants,41.431558,0.692685797623155
 2002,Spain,Cereals,41.431558,0.116458014926689
 2002,Spain,Monogastrics,41.431558,0.542810560008388
-2002,Spain,Oilcrops,41.431558,0.129277663176461
-2002,Spain,Pulses,41.431558,0.00540759292711126
+2002,Spain,FruitVeg,41.431558,0.40115645663144
+2002,Spain,OilcropsPulses,41.431558,0.134685256103572
 2002,Spain,Starchy Roots,41.431558,0.0728774669781909
+2002,Spain,Sugar,41.431558,0.0329772054432517
 2003,Spain,Ruminants,42.187645,0.673423136086406
 2003,Spain,Cereals,42.187645,0.11578359019566
 2003,Spain,Monogastrics,42.187645,0.537539300901958
-2003,Spain,Oilcrops,42.187645,0.197552814336994
-2003,Spain,Pulses,42.187645,0.00524667826326878
+2003,Spain,FruitVeg,42.187645,0.4080965647644
+2003,Spain,OilcropsPulses,42.187645,0.202799492600262
 2003,Spain,Starchy Roots,42.187645,0.0721420927856959
+2003,Spain,Sugar,42.187645,0.032484083906556
 2004,Spain,Ruminants,42.921895,0.666319613800835
 2004,Spain,Cereals,42.921895,0.1157629223966
 2004,Spain,Monogastrics,42.921895,0.491249533600509
-2004,Spain,Oilcrops,42.921895,0.139773045901165
-2004,Spain,Pulses,42.921895,0.00736344469413571
+2004,Spain,FruitVeg,42.921895,0.394798645306783
+2004,Spain,OilcropsPulses,42.921895,0.147136490595301
 2004,Spain,Starchy Roots,42.921895,0.0718453600429338
+2004,Spain,Sugar,42.921895,0.0319042763605847
 2005,Spain,Ruminants,43.653155,0.653782628082667
 2005,Spain,Cereals,43.653155,0.114909311824082
 2005,Spain,Monogastrics,43.653155,0.479517049798577
-2005,Spain,Oilcrops,43.653155,0.111872692821401
-2005,Spain,Pulses,43.653155,0.0084230796147495
+2005,Spain,FruitVeg,43.653155,0.382332708827117
+2005,Spain,OilcropsPulses,43.653155,0.12029577243615
 2005,Spain,Starchy Roots,43.653155,0.0685063427832421
+2005,Spain,Sugar,43.653155,0.0314704401090826
 2006,Spain,Ruminants,44.397319,0.640265357014012
 2006,Spain,Cereals,44.397319,0.113941474709317
 2006,Spain,Monogastrics,44.397319,0.482923984666732
-2006,Spain,Oilcrops,44.397319,0.145950164243026
-2006,Spain,Pulses,44.397319,0.0107651770594526
+2006,Spain,FruitVeg,44.397319,0.379645897086714
+2006,Spain,OilcropsPulses,44.397319,0.156715341302478
 2006,Spain,Starchy Roots,44.397319,0.0690985642624051
+2006,Spain,Sugar,44.397319,0.0249942344491567
 2007,Spain,Ruminants,45.226803,0.641093786797179
 2007,Spain,Cereals,45.226803,0.114574182924227
 2007,Spain,Monogastrics,45.226803,0.501516145193813
-2007,Spain,Oilcrops,45.226803,0.151873127092357
-2007,Spain,Pulses,45.226803,0.0104029241244401
+2007,Spain,FruitVeg,45.226803,0.344722707903983
+2007,Spain,OilcropsPulses,45.226803,0.162276051216797
 2007,Spain,Starchy Roots,45.226803,0.0651166963979302
+2007,Spain,Sugar,45.226803,0.0243414950201101
 2008,Spain,Ruminants,45.954106,0.613895981351481
 2008,Spain,Cereals,45.954106,0.113933322954863
 2008,Spain,Monogastrics,45.954106,0.457803463742718
-2008,Spain,Oilcrops,45.954106,0.13595575115747
-2008,Spain,Pulses,45.954106,0.00957888289677532
+2008,Spain,FruitVeg,45.954106,0.359568457277789
+2008,Spain,OilcropsPulses,45.954106,0.145534634054245
 2008,Spain,Starchy Roots,45.954106,0.0602839493820204
+2008,Spain,Sugar,45.954106,0.0241751411723688
 2009,Spain,Ruminants,46.362946,0.617955021667519
 2009,Spain,Cereals,46.362946,0.115040705135519
 2009,Spain,Monogastrics,46.362946,0.427968101940718
-2009,Spain,Oilcrops,46.362946,0.164100616039369
-2009,Spain,Pulses,46.362946,0.00828564690431881
+2009,Spain,FruitVeg,46.362946,0.325760468284306
+2009,Spain,OilcropsPulses,46.362946,0.172386262943688
 2009,Spain,Starchy Roots,46.362946,0.0670012211907328
+2009,Spain,Sugar,46.362946,0.023817036993292
 2010,Spain,Ruminants,46.576897,0.598745528281972
 2010,Spain,Cereals,46.576897,0.112182655705896
 2010,Spain,Monogastrics,46.576897,0.428327574076049
-2010,Spain,Oilcrops,46.576897,0.172998106765249
-2010,Spain,Pulses,46.576897,0.00942153789248777
+2010,Spain,FruitVeg,46.576897,0.333661256996146
+2010,Spain,OilcropsPulses,46.576897,0.182419644657737
 2010,Spain,Starchy Roots,46.576897,0.0630642698245871
+2010,Spain,Sugar,46.576897,0.0236364178575486
 2011,Spain,Ruminants,46.742697,0.563506239274127
 2011,Spain,Cereals,46.742697,0.109350472438507
 2011,Spain,Monogastrics,46.742697,0.428110609449857
-2011,Spain,Oilcrops,46.742697,0.184849368019993
-2011,Spain,Pulses,46.742697,0.00863146600205803
+2011,Spain,FruitVeg,46.742697,0.30441754355766
+2011,Spain,OilcropsPulses,46.742697,0.193480834022051
 2011,Spain,Starchy Roots,46.742697,0.0622310475580816
+2011,Spain,Sugar,46.742697,0.0237326057587135
 1961,Sri Lanka,Ruminants,10.168,0.0938663453973249
 1961,Sri Lanka,Cereals,10.168,0.168482297403619
 1961,Sri Lanka,Monogastrics,10.168,0.00480674665617624
-1961,Sri Lanka,Oilcrops,10.168,0.145259539732494
-1961,Sri Lanka,Pulses,10.168,0.00714575137686861
+1961,Sri Lanka,FruitVeg,10.168,0.0578773603461841
+1961,Sri Lanka,OilcropsPulses,10.168,0.152405291109363
 1961,Sri Lanka,Starchy Roots,10.168,0.0306075924468922
+1961,Sri Lanka,Sugar,10.168,0.017676140833989
 1962,Sri Lanka,Ruminants,10.443,0.10213643589007
 1962,Sri Lanka,Cereals,10.443,0.169889782629513
 1962,Sri Lanka,Monogastrics,10.443,0.00473814995690893
-1962,Sri Lanka,Oilcrops,10.443,0.155000670305468
-1962,Sri Lanka,Pulses,10.443,0.0065984870248013
+1962,Sri Lanka,FruitVeg,10.443,0.0551911328162405
+1962,Sri Lanka,OilcropsPulses,10.443,0.161599157330269
 1962,Sri Lanka,Starchy Roots,10.443,0.0271941013118836
+1962,Sri Lanka,Sugar,10.443,0.0178218902614191
 1963,Sri Lanka,Ruminants,10.582,0.103840880740881
 1963,Sri Lanka,Cereals,10.582,0.174070213570214
 1963,Sri Lanka,Monogastrics,10.582,0.00716337176337176
-1963,Sri Lanka,Oilcrops,10.582,0.157394726894727
-1963,Sri Lanka,Pulses,10.582,0.00592657342657343
+1963,Sri Lanka,FruitVeg,10.582,0.0584542619542619
+1963,Sri Lanka,OilcropsPulses,10.582,0.1633213003213
 1963,Sri Lanka,Starchy Roots,10.582,0.0310760725760726
+1963,Sri Lanka,Sugar,10.582,0.0183429408429408
 1964,Sri Lanka,Ruminants,10.903,0.109725506741264
 1964,Sri Lanka,Cereals,10.903,0.181360084380446
 1964,Sri Lanka,Monogastrics,10.903,0.00730575988260112
-1964,Sri Lanka,Oilcrops,10.903,0.157315234339173
-1964,Sri Lanka,Pulses,10.903,0.00825350820874989
+1964,Sri Lanka,FruitVeg,10.903,0.0616451435384756
+1964,Sri Lanka,OilcropsPulses,10.903,0.165568742547923
 1964,Sri Lanka,Starchy Roots,10.903,0.0354130055947904
+1964,Sri Lanka,Sugar,10.903,0.0188161056589929
 1965,Sri Lanka,Ruminants,11.164,0.10770069867431
 1965,Sri Lanka,Cereals,11.164,0.189900035829452
 1965,Sri Lanka,Monogastrics,11.164,0.00695136151916876
-1965,Sri Lanka,Oilcrops,11.164,0.141597276961662
-1965,Sri Lanka,Pulses,11.164,0.00605186313149409
+1965,Sri Lanka,FruitVeg,11.164,0.0618224650662845
+1965,Sri Lanka,OilcropsPulses,11.164,0.147649140093157
 1965,Sri Lanka,Starchy Roots,11.164,0.0290106592619133
+1965,Sri Lanka,Sugar,11.164,0.0205820494446435
 1966,Sri Lanka,Ruminants,11.439,0.0999413322842906
 1966,Sri Lanka,Cereals,11.439,0.195047731445056
 1966,Sri Lanka,Monogastrics,11.439,0.00741691581431943
-1966,Sri Lanka,Oilcrops,11.439,0.120676020631174
-1966,Sri Lanka,Pulses,11.439,0.00822362094588688
+1966,Sri Lanka,FruitVeg,11.439,0.0613144505638605
+1966,Sri Lanka,OilcropsPulses,11.439,0.128899641577061
 1966,Sri Lanka,Starchy Roots,11.439,0.0274851822711775
+1966,Sri Lanka,Sugar,11.439,0.0241175802080601
 1967,Sri Lanka,Ruminants,11.703,0.10125396906776
 1967,Sri Lanka,Cereals,11.703,0.188733145347347
 1967,Sri Lanka,Monogastrics,11.703,0.00729736819618901
-1967,Sri Lanka,Oilcrops,11.703,0.130716995642143
-1967,Sri Lanka,Pulses,11.703,0.00631333846022388
+1967,Sri Lanka,FruitVeg,11.703,0.0679207040929676
+1967,Sri Lanka,OilcropsPulses,11.703,0.137030334102367
 1967,Sri Lanka,Starchy Roots,11.703,0.0300231564556097
+1967,Sri Lanka,Sugar,11.703,0.0239256600871571
 1968,Sri Lanka,Ruminants,11.992,0.0983840977318212
 1968,Sri Lanka,Cereals,11.992,0.192062541694463
 1968,Sri Lanka,Monogastrics,11.992,0.00791784523015344
-1968,Sri Lanka,Oilcrops,11.992,0.127782354903269
-1968,Sri Lanka,Pulses,11.992,0.00538559039359573
+1968,Sri Lanka,FruitVeg,11.992,0.0542134756504336
+1968,Sri Lanka,OilcropsPulses,11.992,0.133167945296865
 1968,Sri Lanka,Starchy Roots,11.992,0.0317588392261508
+1968,Sri Lanka,Sugar,11.992,0.0240284356237492
 1969,Sri Lanka,Ruminants,12.252,0.0991309582109043
 1969,Sri Lanka,Cereals,12.252,0.186310316682991
 1969,Sri Lanka,Monogastrics,12.252,0.00763357002938296
-1969,Sri Lanka,Oilcrops,12.252,0.127577701599739
-1969,Sri Lanka,Pulses,12.252,0.00662014365001632
+1969,Sri Lanka,FruitVeg,12.252,0.0531860920666014
+1969,Sri Lanka,OilcropsPulses,12.252,0.134197845249755
 1969,Sri Lanka,Starchy Roots,12.252,0.0289345412993797
+1969,Sri Lanka,Sugar,12.252,0.0248070519098923
 1970,Sri Lanka,Ruminants,12.514,0.0953643199616429
 1970,Sri Lanka,Cereals,12.514,0.183590698417772
 1970,Sri Lanka,Monogastrics,12.514,0.0077089659581269
-1970,Sri Lanka,Oilcrops,12.514,0.12702661019658
-1970,Sri Lanka,Pulses,12.514,0.00589483778168451
+1970,Sri Lanka,FruitVeg,12.514,0.0545289276010868
+1970,Sri Lanka,OilcropsPulses,12.514,0.132921447978264
 1970,Sri Lanka,Starchy Roots,12.514,0.0262122422886367
+1970,Sri Lanka,Sugar,12.514,0.024714319961643
 1971,Sri Lanka,Ruminants,12.69,0.0960015839243499
 1971,Sri Lanka,Cereals,12.69,0.186250827423168
 1971,Sri Lanka,Monogastrics,12.69,0.00864256895193065
-1971,Sri Lanka,Oilcrops,12.69,0.133268715524035
-1971,Sri Lanka,Pulses,12.69,0.00427178881008668
+1971,Sri Lanka,FruitVeg,12.69,0.0545899921197794
+1971,Sri Lanka,OilcropsPulses,12.69,0.137540504334121
 1971,Sri Lanka,Starchy Roots,12.69,0.0263516942474389
+1971,Sri Lanka,Sugar,12.69,0.023677304964539
 1972,Sri Lanka,Ruminants,12.861,0.0912503149055283
 1972,Sri Lanka,Cereals,12.861,0.183266931031802
 1972,Sri Lanka,Monogastrics,12.861,0.00922851255734391
-1972,Sri Lanka,Oilcrops,12.861,0.137849389627556
-1972,Sri Lanka,Pulses,12.861,0.00757188399035845
+1972,Sri Lanka,FruitVeg,12.861,0.0525687738123008
+1972,Sri Lanka,OilcropsPulses,12.861,0.145421273617915
 1972,Sri Lanka,Starchy Roots,12.861,0.0228553767203172
+1972,Sri Lanka,Sugar,12.861,0.0191592411165539
 1973,Sri Lanka,Ruminants,13.091,0.0905779008479108
 1973,Sri Lanka,Cereals,13.091,0.194796577801543
 1973,Sri Lanka,Monogastrics,13.091,0.00812720953326713
-1973,Sri Lanka,Oilcrops,13.091,0.0989912153387824
-1973,Sri Lanka,Pulses,13.091,0.00257894736842105
+1973,Sri Lanka,FruitVeg,13.091,0.0548225498434039
+1973,Sri Lanka,OilcropsPulses,13.091,0.101570162707203
 1973,Sri Lanka,Starchy Roots,13.091,0.0395464059277366
+1973,Sri Lanka,Sugar,13.091,0.016352455885723
 1974,Sri Lanka,Ruminants,13.284,0.0887358401084011
 1974,Sri Lanka,Cereals,13.284,0.205302243300211
 1974,Sri Lanka,Monogastrics,13.284,0.00760325956037338
-1974,Sri Lanka,Oilcrops,13.284,0.101140243902439
-1974,Sri Lanka,Pulses,13.284,0.00150940981632039
+1974,Sri Lanka,FruitVeg,13.284,0.0623447003914484
+1974,Sri Lanka,OilcropsPulses,13.284,0.102649653718759
 1974,Sri Lanka,Starchy Roots,13.284,0.0480522433002108
+1974,Sri Lanka,Sugar,13.284,0.00779855465221319
 1975,Sri Lanka,Ruminants,13.496,0.0888640486069947
 1975,Sri Lanka,Cereals,13.496,0.198781342620036
 1975,Sri Lanka,Monogastrics,13.496,0.00690469768820391
-1975,Sri Lanka,Oilcrops,13.496,0.126355290456432
-1975,Sri Lanka,Pulses,13.496,0.00138670717249555
+1975,Sri Lanka,FruitVeg,13.496,0.0878386929460581
+1975,Sri Lanka,OilcropsPulses,13.496,0.127741997628927
 1975,Sri Lanka,Starchy Roots,13.496,0.051264226437463
+1975,Sri Lanka,Sugar,13.496,0.00469739181979846
 1976,Sri Lanka,Ruminants,13.717,0.0839583509513742
 1976,Sri Lanka,Cereals,13.717,0.203768535394037
 1976,Sri Lanka,Monogastrics,13.717,0.00674946416854997
-1976,Sri Lanka,Oilcrops,13.717,0.1124900488445
-1976,Sri Lanka,Pulses,13.717,0.00128045490996574
+1976,Sri Lanka,FruitVeg,13.717,0.090417292410877
+1976,Sri Lanka,OilcropsPulses,13.717,0.113770503754465
 1976,Sri Lanka,Starchy Roots,13.717,0.0492162280382008
+1976,Sri Lanka,Sugar,13.717,0.00559174746664723
 1977,Sri Lanka,Ruminants,13.942,0.0787164395352173
 1977,Sri Lanka,Cereals,13.942,0.207495481279587
 1977,Sri Lanka,Monogastrics,13.942,0.00709721704203127
-1977,Sri Lanka,Oilcrops,13.942,0.0889184478554009
-1977,Sri Lanka,Pulses,13.942,0.00273820111892125
+1977,Sri Lanka,FruitVeg,13.942,0.0827808061971023
+1977,Sri Lanka,OilcropsPulses,13.942,0.0916566489743222
 1977,Sri Lanka,Starchy Roots,13.942,0.0357225649117774
+1977,Sri Lanka,Sugar,13.942,0.00891364223210443
 1978,Sri Lanka,Ruminants,14.19,0.0807930725863284
 1978,Sri Lanka,Cereals,14.19,0.20378125440451
 1978,Sri Lanka,Monogastrics,14.19,0.00647599013389711
-1978,Sri Lanka,Oilcrops,14.19,0.103837773079634
-1978,Sri Lanka,Pulses,14.19,0.00256074700493305
+1978,Sri Lanka,FruitVeg,14.19,0.080854615926709
+1978,Sri Lanka,OilcropsPulses,14.19,0.106398520084567
 1978,Sri Lanka,Starchy Roots,14.19,0.0371187455954898
+1978,Sri Lanka,Sugar,14.19,0.0148278365045807
 1979,Sri Lanka,Ruminants,14.472,0.0761860074626866
 1979,Sri Lanka,Cereals,14.472,0.186672540077391
 1979,Sri Lanka,Monogastrics,14.472,0.00823698866777225
-1979,Sri Lanka,Oilcrops,14.472,0.112297125483693
-1979,Sri Lanka,Pulses,14.472,0.0036952736318408
+1979,Sri Lanka,FruitVeg,14.472,0.129540768380321
+1979,Sri Lanka,OilcropsPulses,14.472,0.115992399115533
 1979,Sri Lanka,Starchy Roots,14.472,0.0353725124378109
+1979,Sri Lanka,Sugar,14.472,0.019319997236042
 1980,Sri Lanka,Ruminants,14.747,0.0737401708822133
 1980,Sri Lanka,Cereals,14.747,0.178601139214756
 1980,Sri Lanka,Monogastrics,14.747,0.00957476774937275
-1980,Sri Lanka,Oilcrops,14.747,0.0941312131280938
-1980,Sri Lanka,Pulses,14.747,0.00408767884993558
+1980,Sri Lanka,FruitVeg,14.747,0.150047196039873
+1980,Sri Lanka,OilcropsPulses,14.747,0.0982188919780294
 1980,Sri Lanka,Starchy Roots,14.747,0.0330085441106666
+1980,Sri Lanka,Sugar,14.747,0.0177358106733573
 1981,Sri Lanka,Ruminants,14.847,0.0744073550212164
 1981,Sri Lanka,Cereals,14.847,0.191238229945444
 1981,Sri Lanka,Monogastrics,14.847,0.00943739475988415
-1981,Sri Lanka,Oilcrops,14.847,0.102223344783458
-1981,Sri Lanka,Pulses,14.847,0.00465939246985923
+1981,Sri Lanka,FruitVeg,14.847,0.109165285916347
+1981,Sri Lanka,OilcropsPulses,14.847,0.106882737253317
 1981,Sri Lanka,Starchy Roots,14.847,0.0356360207449316
+1981,Sri Lanka,Sugar,14.847,0.0163481511416448
 1982,Sri Lanka,Ruminants,15.096,0.0696433359830419
 1982,Sri Lanka,Cereals,15.096,0.199650635930048
 1982,Sri Lanka,Monogastrics,15.096,0.00901795839957605
-1982,Sri Lanka,Oilcrops,15.096,0.1117644409115
-1982,Sri Lanka,Pulses,15.096,0.0044310413354531
+1982,Sri Lanka,FruitVeg,15.096,0.0863632087970323
+1982,Sri Lanka,OilcropsPulses,15.096,0.116195482246953
 1982,Sri Lanka,Starchy Roots,15.096,0.0373880498145204
+1982,Sri Lanka,Sugar,15.096,0.0153216746157923
 1983,Sri Lanka,Ruminants,15.339,0.076564495729839
 1983,Sri Lanka,Cereals,15.339,0.196617184953387
 1983,Sri Lanka,Monogastrics,15.339,0.00936270291414043
-1983,Sri Lanka,Oilcrops,15.339,0.100204967729317
-1983,Sri Lanka,Pulses,15.339,0.00366894843210118
+1983,Sri Lanka,FruitVeg,15.339,0.108178173283786
+1983,Sri Lanka,OilcropsPulses,15.339,0.103873916161419
 1983,Sri Lanka,Starchy Roots,15.339,0.0427639350674751
+1983,Sri Lanka,Sugar,15.339,0.0184674359475846
 1984,Sri Lanka,Ruminants,15.583,0.0794918885965475
 1984,Sri Lanka,Cereals,15.583,0.189893152794712
 1984,Sri Lanka,Monogastrics,15.583,0.00926860681511904
-1984,Sri Lanka,Oilcrops,15.583,0.0841248796765706
-1984,Sri Lanka,Pulses,15.583,0.00614400308027979
+1984,Sri Lanka,FruitVeg,15.583,0.0974886093820189
+1984,Sri Lanka,OilcropsPulses,15.583,0.0902688827568504
 1984,Sri Lanka,Starchy Roots,15.583,0.0404882243470449
+1984,Sri Lanka,Sugar,15.583,0.0197089135596483
 1985,Sri Lanka,Ruminants,15.831,0.0776398142884215
 1985,Sri Lanka,Cereals,15.831,0.198833617585749
 1985,Sri Lanka,Monogastrics,15.831,0.00906537173899312
-1985,Sri Lanka,Oilcrops,15.831,0.113524793127408
-1985,Sri Lanka,Pulses,15.831,0.00437704503821616
+1985,Sri Lanka,FruitVeg,15.831,0.0776881435158866
+1985,Sri Lanka,OilcropsPulses,15.831,0.117901838165624
 1985,Sri Lanka,Starchy Roots,15.831,0.0351895647779673
+1985,Sri Lanka,Sugar,15.831,0.023921672667551
 1986,Sri Lanka,Ruminants,16.083,0.0738562954672636
 1986,Sri Lanka,Cereals,16.083,0.193802959646832
 1986,Sri Lanka,Monogastrics,16.083,0.00867557047814463
-1986,Sri Lanka,Oilcrops,16.083,0.120916184791395
-1986,Sri Lanka,Pulses,16.083,0.00544432008953554
+1986,Sri Lanka,FruitVeg,16.083,0.0872644407137972
+1986,Sri Lanka,OilcropsPulses,16.083,0.12636050488093
 1986,Sri Lanka,Starchy Roots,16.083,0.0293770440838152
+1986,Sri Lanka,Sugar,16.083,0.0238358515202388
 1987,Sri Lanka,Ruminants,16.339,0.0737131954219965
 1987,Sri Lanka,Cereals,16.339,0.197671460921721
 1987,Sri Lanka,Monogastrics,16.339,0.0104613562641533
-1987,Sri Lanka,Oilcrops,16.339,0.0878877532284718
-1987,Sri Lanka,Pulses,16.339,0.00546698084338087
+1987,Sri Lanka,FruitVeg,16.339,0.0753324560866638
+1987,Sri Lanka,OilcropsPulses,16.339,0.0933547340718526
 1987,Sri Lanka,Starchy Roots,16.339,0.025958504192423
+1987,Sri Lanka,Sugar,16.339,0.0223157475977722
 1988,Sri Lanka,Ruminants,16.593,0.0683126016995118
 1988,Sri Lanka,Cereals,16.593,0.196292532995842
 1988,Sri Lanka,Monogastrics,16.593,0.0104554390405593
-1988,Sri Lanka,Oilcrops,16.593,0.0800147049960827
-1988,Sri Lanka,Pulses,16.593,0.00457030072922317
+1988,Sri Lanka,FruitVeg,16.593,0.0775224492255771
+1988,Sri Lanka,OilcropsPulses,16.593,0.0845850057253058
 1988,Sri Lanka,Starchy Roots,16.593,0.0293346591936359
+1988,Sri Lanka,Sugar,16.593,0.0205592719821612
 1989,Sri Lanka,Ruminants,16.841,0.0697552401876373
 1989,Sri Lanka,Cereals,16.841,0.187323436850543
 1989,Sri Lanka,Monogastrics,16.841,0.0110993052669081
-1989,Sri Lanka,Oilcrops,16.841,0.0965149931714269
-1989,Sri Lanka,Pulses,16.841,0.00311323555608337
+1989,Sri Lanka,FruitVeg,16.841,0.0731540882370406
+1989,Sri Lanka,OilcropsPulses,16.841,0.0996282287275102
 1989,Sri Lanka,Starchy Roots,16.841,0.0255294222433347
+1989,Sri Lanka,Sugar,16.841,0.0231084852443442
 1990,Sri Lanka,Ruminants,17.078,0.0654848869891088
 1990,Sri Lanka,Cereals,17.078,0.191495725494789
 1990,Sri Lanka,Monogastrics,17.078,0.0107811921770699
-1990,Sri Lanka,Oilcrops,17.078,0.0942437639067806
-1990,Sri Lanka,Pulses,17.078,0.00495444431432252
+1990,Sri Lanka,FruitVeg,17.078,0.0694230003513292
+1990,Sri Lanka,OilcropsPulses,17.078,0.0991982082211032
 1990,Sri Lanka,Starchy Roots,17.078,0.0223902681812859
+1990,Sri Lanka,Sugar,17.078,0.0191203302494437
 1991,Sri Lanka,Ruminants,17.306,0.0755150236912054
 1991,Sri Lanka,Cereals,17.306,0.181535016757194
 1991,Sri Lanka,Monogastrics,17.306,0.0108525540275049
-1991,Sri Lanka,Oilcrops,17.306,0.0793851843291344
-1991,Sri Lanka,Pulses,17.306,0.00689830116722524
+1991,Sri Lanka,FruitVeg,17.306,0.065639489194499
+1991,Sri Lanka,OilcropsPulses,17.306,0.0862834854963597
 1991,Sri Lanka,Starchy Roots,17.306,0.0205214376516815
+1991,Sri Lanka,Sugar,17.306,0.0250151970414885
 1992,Sri Lanka,Ruminants,17.524,0.0793367952522255
 1992,Sri Lanka,Cereals,17.524,0.184897797306551
 1992,Sri Lanka,Monogastrics,17.524,0.0116854542341931
-1992,Sri Lanka,Oilcrops,17.524,0.0743385642547364
-1992,Sri Lanka,Pulses,17.524,0.00645720155215704
+1992,Sri Lanka,FruitVeg,17.524,0.0667921707372746
+1992,Sri Lanka,OilcropsPulses,17.524,0.0807957658068934
 1992,Sri Lanka,Starchy Roots,17.524,0.017993551700525
+1992,Sri Lanka,Sugar,17.524,0.0246036293083771
 1993,Sri Lanka,Ruminants,17.728,0.0716586360559567
 1993,Sri Lanka,Cereals,17.728,0.180430223375451
 1993,Sri Lanka,Monogastrics,17.728,0.0134997518050541
-1993,Sri Lanka,Oilcrops,17.728,0.0802541741877256
-1993,Sri Lanka,Pulses,17.728,0.00554670577617329
+1993,Sri Lanka,FruitVeg,17.728,0.0688663695848375
+1993,Sri Lanka,OilcropsPulses,17.728,0.0858008799638989
 1993,Sri Lanka,Starchy Roots,17.728,0.0181178361913357
+1993,Sri Lanka,Sugar,17.728,0.0191893614620939
 1994,Sri Lanka,Ruminants,17.912,0.0720290587315766
 1994,Sri Lanka,Cereals,17.912,0.193276071907101
 1994,Sri Lanka,Monogastrics,17.912,0.0155212650736936
-1994,Sri Lanka,Oilcrops,17.912,0.0957258820902189
-1994,Sri Lanka,Pulses,17.912,0.00530292541313086
+1994,Sri Lanka,FruitVeg,17.912,0.0705196516301921
+1994,Sri Lanka,OilcropsPulses,17.912,0.10102880750335
 1994,Sri Lanka,Starchy Roots,17.912,0.017931554265297
+1994,Sri Lanka,Sugar,17.912,0.0259442273336311
 1995,Sri Lanka,Ruminants,18.074,0.0829861901073365
 1995,Sri Lanka,Cereals,18.074,0.193484895429899
 1995,Sri Lanka,Monogastrics,18.074,0.0161844528051344
-1995,Sri Lanka,Oilcrops,18.074,0.0904547969458891
-1995,Sri Lanka,Pulses,18.074,0.00624183910589797
+1995,Sri Lanka,FruitVeg,18.074,0.0725291025782892
+1995,Sri Lanka,OilcropsPulses,18.074,0.0966966360517871
 1995,Sri Lanka,Starchy Roots,18.074,0.0182302202058205
+1995,Sri Lanka,Sugar,18.074,0.0189988934380879
 1996,Sri Lanka,Ruminants,18.21,0.0748237397034596
 1996,Sri Lanka,Cereals,18.21,0.187516090060406
 1996,Sri Lanka,Monogastrics,18.21,0.0163260186710599
-1996,Sri Lanka,Oilcrops,18.21,0.0817429434376716
-1996,Sri Lanka,Pulses,18.21,0.00598539264140582
+1996,Sri Lanka,FruitVeg,18.21,0.0715416803953871
+1996,Sri Lanka,OilcropsPulses,18.21,0.0877283360790774
 1996,Sri Lanka,Starchy Roots,18.21,0.0191649643053267
+1996,Sri Lanka,Sugar,18.21,0.0243711696869852
 1997,Sri Lanka,Ruminants,18.323,0.0747746275173279
 1997,Sri Lanka,Cereals,18.323,0.185605959722753
 1997,Sri Lanka,Monogastrics,18.323,0.0165217759100584
-1997,Sri Lanka,Oilcrops,18.323,0.0794086121268351
-1997,Sri Lanka,Pulses,18.323,0.00767609015990831
+1997,Sri Lanka,FruitVeg,18.323,0.0692075533482508
+1997,Sri Lanka,OilcropsPulses,18.323,0.0870847022867434
 1997,Sri Lanka,Starchy Roots,18.323,0.0197494951700049
+1997,Sri Lanka,Sugar,18.323,0.028648583747203
 1998,Sri Lanka,Ruminants,18.425,0.067789459972863
 1998,Sri Lanka,Cereals,18.425,0.183736282225237
 1998,Sri Lanka,Monogastrics,18.425,0.0167810312075984
-1998,Sri Lanka,Oilcrops,18.425,0.0825271641791045
-1998,Sri Lanka,Pulses,18.425,0.00774480325644505
+1998,Sri Lanka,FruitVeg,18.425,0.0709132157394844
+1998,Sri Lanka,OilcropsPulses,18.425,0.0902719674355495
 1998,Sri Lanka,Starchy Roots,18.425,0.0195653731343284
+1998,Sri Lanka,Sugar,18.425,0.0315359565807327
 1999,Sri Lanka,Ruminants,18.532,0.0639828782646233
 1999,Sri Lanka,Cereals,18.532,0.201236779624433
 1999,Sri Lanka,Monogastrics,18.532,0.0164982840492122
-1999,Sri Lanka,Oilcrops,18.532,0.0813135657241528
-1999,Sri Lanka,Pulses,18.532,0.00771012303043384
+1999,Sri Lanka,FruitVeg,18.532,0.0738176667386143
+1999,Sri Lanka,OilcropsPulses,18.532,0.0890236887545867
 1999,Sri Lanka,Starchy Roots,18.532,0.0190543924023311
+1999,Sri Lanka,Sugar,18.532,0.0273640189941722
 2000,Sri Lanka,Ruminants,18.655,0.0708102975073707
 2000,Sri Lanka,Cereals,18.655,0.185434307156258
 2000,Sri Lanka,Monogastrics,18.655,0.0175547359957116
-2000,Sri Lanka,Oilcrops,18.655,0.0884198874296435
-2000,Sri Lanka,Pulses,18.655,0.00699206647011525
+2000,Sri Lanka,FruitVeg,18.655,0.0731129455909944
+2000,Sri Lanka,OilcropsPulses,18.655,0.0954119538997588
 2000,Sri Lanka,Starchy Roots,18.655,0.0192210131332083
+2000,Sri Lanka,Sugar,18.655,0.0314085767890646
 2001,Sri Lanka,Ruminants,18.797,0.0656771506091397
 2001,Sri Lanka,Cereals,18.797,0.193217960312816
 2001,Sri Lanka,Monogastrics,18.797,0.0208615470553812
-2001,Sri Lanka,Oilcrops,18.797,0.0858471032611587
-2001,Sri Lanka,Pulses,18.797,0.00864994414002234
+2001,Sri Lanka,FruitVeg,18.797,0.0739961696015322
+2001,Sri Lanka,OilcropsPulses,18.797,0.094497047401181
 2001,Sri Lanka,Starchy Roots,18.797,0.0164366122253551
+2001,Sri Lanka,Sugar,18.797,0.0309589296164282
 2002,Sri Lanka,Ruminants,18.939,0.0743994667089075
 2002,Sri Lanka,Cereals,18.939,0.193259253392471
 2002,Sri Lanka,Monogastrics,18.939,0.0208623633771582
-2002,Sri Lanka,Oilcrops,18.939,0.0740272453667036
-2002,Sri Lanka,Pulses,18.939,0.00801129943502825
+2002,Sri Lanka,FruitVeg,18.939,0.0667080099266065
+2002,Sri Lanka,OilcropsPulses,18.939,0.0820385448017319
 2002,Sri Lanka,Starchy Roots,18.939,0.015979513173874
+2002,Sri Lanka,Sugar,18.939,0.03187264375099
 2003,Sri Lanka,Ruminants,19.083,0.0712842058376566
 2003,Sri Lanka,Cereals,19.083,0.19561525965519
 2003,Sri Lanka,Monogastrics,19.083,0.0214276790860976
-2003,Sri Lanka,Oilcrops,19.083,0.0733471152334539
-2003,Sri Lanka,Pulses,19.083,0.00789949169417806
+2003,Sri Lanka,FruitVeg,19.083,0.0650942723890374
+2003,Sri Lanka,OilcropsPulses,19.083,0.0812466069276319
 2003,Sri Lanka,Starchy Roots,19.083,0.0150951632342923
+2003,Sri Lanka,Sugar,19.083,0.0292690876696536
 2004,Sri Lanka,Ruminants,19.227,0.0730565922920892
 2004,Sri Lanka,Cereals,19.227,0.206418005929162
 2004,Sri Lanka,Monogastrics,19.227,0.0222140947625735
-2004,Sri Lanka,Oilcrops,19.227,0.072630727622614
-2004,Sri Lanka,Pulses,19.227,0.00781343943412909
+2004,Sri Lanka,FruitVeg,19.227,0.0661643522130338
+2004,Sri Lanka,OilcropsPulses,19.227,0.0804441670567431
 2004,Sri Lanka,Starchy Roots,19.227,0.0144434909242211
+2004,Sri Lanka,Sugar,19.227,0.0284623706246424
 2005,Sri Lanka,Ruminants,19.373,0.0664415836473442
 2005,Sri Lanka,Cereals,19.373,0.209126980849636
 2005,Sri Lanka,Monogastrics,19.373,0.0221715686780571
-2005,Sri Lanka,Oilcrops,19.373,0.0738055541217158
-2005,Sri Lanka,Pulses,19.373,0.00741753987508388
+2005,Sri Lanka,FruitVeg,19.373,0.0702975791049399
+2005,Sri Lanka,OilcropsPulses,19.373,0.0812230939967997
 2005,Sri Lanka,Starchy Roots,19.373,0.0150944613637537
+2005,Sri Lanka,Sugar,19.373,0.027218603210654
 2006,Sri Lanka,Ruminants,19.52,0.0698424231557377
 2006,Sri Lanka,Cereals,19.52,0.202424077868852
 2006,Sri Lanka,Monogastrics,19.52,0.0193337858606557
-2006,Sri Lanka,Oilcrops,19.52,0.0858240266393443
-2006,Sri Lanka,Pulses,19.52,0.00661910860655738
+2006,Sri Lanka,FruitVeg,19.52,0.0693550717213115
+2006,Sri Lanka,OilcropsPulses,19.52,0.0924431352459016
 2006,Sri Lanka,Starchy Roots,19.52,0.0160811987704918
+2006,Sri Lanka,Sugar,19.52,0.0312541495901639
 2007,Sri Lanka,Ruminants,19.668,0.0631324893227578
 2007,Sri Lanka,Cereals,19.668,0.205618771608705
 2007,Sri Lanka,Monogastrics,19.668,0.0230563300793167
-2007,Sri Lanka,Oilcrops,19.668,0.0974466137888957
-2007,Sri Lanka,Pulses,19.668,0.007855653853976
+2007,Sri Lanka,FruitVeg,19.668,0.0742866076876144
+2007,Sri Lanka,OilcropsPulses,19.668,0.105302267642872
 2007,Sri Lanka,Starchy Roots,19.668,0.017026591417531
+2007,Sri Lanka,Sugar,19.668,0.027194173276388
 2008,Sri Lanka,Ruminants,19.817,0.065097582883383
 2008,Sri Lanka,Cereals,19.817,0.20753650905788
 2008,Sri Lanka,Monogastrics,19.817,0.0233693243175052
-2008,Sri Lanka,Oilcrops,19.817,0.0921218650653479
-2008,Sri Lanka,Pulses,19.817,0.0083246707372458
+2008,Sri Lanka,FruitVeg,19.817,0.0745656254730787
+2008,Sri Lanka,OilcropsPulses,19.817,0.100446535802594
 2008,Sri Lanka,Starchy Roots,19.817,0.017747741837816
+2008,Sri Lanka,Sugar,19.817,0.0332195589645254
 2009,Sri Lanka,Ruminants,19.967,0.0650876746631943
 2009,Sri Lanka,Cereals,19.967,0.216801071768418
 2009,Sri Lanka,Monogastrics,19.967,0.0228776982020334
-2009,Sri Lanka,Oilcrops,19.967,0.0981409325386888
-2009,Sri Lanka,Pulses,19.967,0.00802929834226474
+2009,Sri Lanka,FruitVeg,19.967,0.0729597335603746
+2009,Sri Lanka,OilcropsPulses,19.967,0.106170230880954
 2009,Sri Lanka,Starchy Roots,19.967,0.0181219011368758
+2009,Sri Lanka,Sugar,19.967,0.0262965392898282
 2010,Sri Lanka,Ruminants,20.118,0.0703142111541903
 2010,Sri Lanka,Cereals,20.118,0.211015607913312
 2010,Sri Lanka,Monogastrics,20.118,0.0229287205487623
-2010,Sri Lanka,Oilcrops,20.118,0.0913683268714584
-2010,Sri Lanka,Pulses,20.118,0.0092252211949498
+2010,Sri Lanka,FruitVeg,20.118,0.0759549159956258
+2010,Sri Lanka,OilcropsPulses,20.118,0.100593548066408
 2010,Sri Lanka,Starchy Roots,20.118,0.0186880902674222
+2010,Sri Lanka,Sugar,20.118,0.0299038174768864
 2011,Sri Lanka,Ruminants,20.27,0.0658497237296497
 2011,Sri Lanka,Cereals,20.27,0.211563246176616
 2011,Sri Lanka,Monogastrics,20.27,0.0232970547607301
-2011,Sri Lanka,Oilcrops,20.27,0.0897375431672422
-2011,Sri Lanka,Pulses,20.27,0.0103535273803651
+2011,Sri Lanka,FruitVeg,20.27,0.0795294030587075
+2011,Sri Lanka,OilcropsPulses,20.27,0.100091070547607
 2011,Sri Lanka,Starchy Roots,20.27,0.0197540700542674
+2011,Sri Lanka,Sugar,20.27,0.0284196842624568
 2012,Sri Lanka,Ruminants,20.424,0.0675764492753623
 2012,Sri Lanka,Cereals,20.424,0.214790344692519
 2012,Sri Lanka,Monogastrics,20.424,0.0236368243243243
-2012,Sri Lanka,Oilcrops,20.424,0.0987583725029377
-2012,Sri Lanka,Pulses,20.424,0.00828207011359185
+2012,Sri Lanka,FruitVeg,20.424,0.0807827555816686
+2012,Sri Lanka,OilcropsPulses,20.424,0.10704044261653
 2012,Sri Lanka,Starchy Roots,20.424,0.0191284763023893
+2012,Sri Lanka,Sugar,20.424,0.028108499804152
 2013,Sri Lanka,Ruminants,20.579,0.0636383546333641
 2013,Sri Lanka,Cereals,20.579,0.215178385733029
 2013,Sri Lanka,Monogastrics,20.579,0.028146401671607
-2013,Sri Lanka,Oilcrops,20.579,0.0974141114728607
-2013,Sri Lanka,Pulses,20.579,0.00960289615627581
+2013,Sri Lanka,FruitVeg,20.579,0.085170076291365
+2013,Sri Lanka,OilcropsPulses,20.579,0.107017007629137
 2013,Sri Lanka,Starchy Roots,20.579,0.020540065114923
+2013,Sri Lanka,Sugar,20.579,0.0276782156567375
 1961,Sudan (former),Ruminants,NA,NA
 1961,Sudan (former),Cereals,NA,NA
 1961,Sudan (former),Monogastrics,NA,NA
-1961,Sudan (former),Oilcrops,NA,NA
-1961,Sudan (former),Pulses,NA,NA
+1961,Sudan (former),FruitVeg,NA,NA
+1961,Sudan (former),OilcropsPulses,NA,NA
 1961,Sudan (former),Starchy Roots,NA,NA
+1961,Sudan (former),Sugar,NA,NA
 1962,Sudan (former),Ruminants,NA,NA
 1962,Sudan (former),Cereals,NA,NA
 1962,Sudan (former),Monogastrics,NA,NA
-1962,Sudan (former),Oilcrops,NA,NA
-1962,Sudan (former),Pulses,NA,NA
+1962,Sudan (former),FruitVeg,NA,NA
+1962,Sudan (former),OilcropsPulses,NA,NA
 1962,Sudan (former),Starchy Roots,NA,NA
+1962,Sudan (former),Sugar,NA,NA
 1963,Sudan (former),Ruminants,NA,NA
 1963,Sudan (former),Cereals,NA,NA
 1963,Sudan (former),Monogastrics,NA,NA
-1963,Sudan (former),Oilcrops,NA,NA
-1963,Sudan (former),Pulses,NA,NA
+1963,Sudan (former),FruitVeg,NA,NA
+1963,Sudan (former),OilcropsPulses,NA,NA
 1963,Sudan (former),Starchy Roots,NA,NA
+1963,Sudan (former),Sugar,NA,NA
 1964,Sudan (former),Ruminants,NA,NA
 1964,Sudan (former),Cereals,NA,NA
 1964,Sudan (former),Monogastrics,NA,NA
-1964,Sudan (former),Oilcrops,NA,NA
-1964,Sudan (former),Pulses,NA,NA
+1964,Sudan (former),FruitVeg,NA,NA
+1964,Sudan (former),OilcropsPulses,NA,NA
 1964,Sudan (former),Starchy Roots,NA,NA
+1964,Sudan (former),Sugar,NA,NA
 1965,Sudan (former),Ruminants,NA,NA
 1965,Sudan (former),Cereals,NA,NA
 1965,Sudan (former),Monogastrics,NA,NA
-1965,Sudan (former),Oilcrops,NA,NA
-1965,Sudan (former),Pulses,NA,NA
+1965,Sudan (former),FruitVeg,NA,NA
+1965,Sudan (former),OilcropsPulses,NA,NA
 1965,Sudan (former),Starchy Roots,NA,NA
+1965,Sudan (former),Sugar,NA,NA
 1966,Sudan (former),Ruminants,NA,NA
 1966,Sudan (former),Cereals,NA,NA
 1966,Sudan (former),Monogastrics,NA,NA
-1966,Sudan (former),Oilcrops,NA,NA
-1966,Sudan (former),Pulses,NA,NA
+1966,Sudan (former),FruitVeg,NA,NA
+1966,Sudan (former),OilcropsPulses,NA,NA
 1966,Sudan (former),Starchy Roots,NA,NA
+1966,Sudan (former),Sugar,NA,NA
 1967,Sudan (former),Ruminants,NA,NA
 1967,Sudan (former),Cereals,NA,NA
 1967,Sudan (former),Monogastrics,NA,NA
-1967,Sudan (former),Oilcrops,NA,NA
-1967,Sudan (former),Pulses,NA,NA
+1967,Sudan (former),FruitVeg,NA,NA
+1967,Sudan (former),OilcropsPulses,NA,NA
 1967,Sudan (former),Starchy Roots,NA,NA
+1967,Sudan (former),Sugar,NA,NA
 1968,Sudan (former),Ruminants,NA,NA
 1968,Sudan (former),Cereals,NA,NA
 1968,Sudan (former),Monogastrics,NA,NA
-1968,Sudan (former),Oilcrops,NA,NA
-1968,Sudan (former),Pulses,NA,NA
+1968,Sudan (former),FruitVeg,NA,NA
+1968,Sudan (former),OilcropsPulses,NA,NA
 1968,Sudan (former),Starchy Roots,NA,NA
+1968,Sudan (former),Sugar,NA,NA
 1969,Sudan (former),Ruminants,NA,NA
 1969,Sudan (former),Cereals,NA,NA
 1969,Sudan (former),Monogastrics,NA,NA
-1969,Sudan (former),Oilcrops,NA,NA
-1969,Sudan (former),Pulses,NA,NA
+1969,Sudan (former),FruitVeg,NA,NA
+1969,Sudan (former),OilcropsPulses,NA,NA
 1969,Sudan (former),Starchy Roots,NA,NA
+1969,Sudan (former),Sugar,NA,NA
 1970,Sudan (former),Ruminants,NA,NA
 1970,Sudan (former),Cereals,NA,NA
 1970,Sudan (former),Monogastrics,NA,NA
-1970,Sudan (former),Oilcrops,NA,NA
-1970,Sudan (former),Pulses,NA,NA
+1970,Sudan (former),FruitVeg,NA,NA
+1970,Sudan (former),OilcropsPulses,NA,NA
 1970,Sudan (former),Starchy Roots,NA,NA
+1970,Sudan (former),Sugar,NA,NA
 1971,Sudan (former),Ruminants,NA,NA
 1971,Sudan (former),Cereals,NA,NA
 1971,Sudan (former),Monogastrics,NA,NA
-1971,Sudan (former),Oilcrops,NA,NA
-1971,Sudan (former),Pulses,NA,NA
+1971,Sudan (former),FruitVeg,NA,NA
+1971,Sudan (former),OilcropsPulses,NA,NA
 1971,Sudan (former),Starchy Roots,NA,NA
+1971,Sudan (former),Sugar,NA,NA
 1972,Sudan (former),Ruminants,NA,NA
 1972,Sudan (former),Cereals,NA,NA
 1972,Sudan (former),Monogastrics,NA,NA
-1972,Sudan (former),Oilcrops,NA,NA
-1972,Sudan (former),Pulses,NA,NA
+1972,Sudan (former),FruitVeg,NA,NA
+1972,Sudan (former),OilcropsPulses,NA,NA
 1972,Sudan (former),Starchy Roots,NA,NA
+1972,Sudan (former),Sugar,NA,NA
 1973,Sudan (former),Ruminants,NA,NA
 1973,Sudan (former),Cereals,NA,NA
 1973,Sudan (former),Monogastrics,NA,NA
-1973,Sudan (former),Oilcrops,NA,NA
-1973,Sudan (former),Pulses,NA,NA
+1973,Sudan (former),FruitVeg,NA,NA
+1973,Sudan (former),OilcropsPulses,NA,NA
 1973,Sudan (former),Starchy Roots,NA,NA
+1973,Sudan (former),Sugar,NA,NA
 1974,Sudan (former),Ruminants,NA,NA
 1974,Sudan (former),Cereals,NA,NA
 1974,Sudan (former),Monogastrics,NA,NA
-1974,Sudan (former),Oilcrops,NA,NA
-1974,Sudan (former),Pulses,NA,NA
+1974,Sudan (former),FruitVeg,NA,NA
+1974,Sudan (former),OilcropsPulses,NA,NA
 1974,Sudan (former),Starchy Roots,NA,NA
+1974,Sudan (former),Sugar,NA,NA
 1975,Sudan (former),Ruminants,NA,NA
 1975,Sudan (former),Cereals,NA,NA
 1975,Sudan (former),Monogastrics,NA,NA
-1975,Sudan (former),Oilcrops,NA,NA
-1975,Sudan (former),Pulses,NA,NA
+1975,Sudan (former),FruitVeg,NA,NA
+1975,Sudan (former),OilcropsPulses,NA,NA
 1975,Sudan (former),Starchy Roots,NA,NA
+1975,Sudan (former),Sugar,NA,NA
 1976,Sudan (former),Ruminants,NA,NA
 1976,Sudan (former),Cereals,NA,NA
 1976,Sudan (former),Monogastrics,NA,NA
-1976,Sudan (former),Oilcrops,NA,NA
-1976,Sudan (former),Pulses,NA,NA
+1976,Sudan (former),FruitVeg,NA,NA
+1976,Sudan (former),OilcropsPulses,NA,NA
 1976,Sudan (former),Starchy Roots,NA,NA
+1976,Sudan (former),Sugar,NA,NA
 1977,Sudan (former),Ruminants,NA,NA
 1977,Sudan (former),Cereals,NA,NA
 1977,Sudan (former),Monogastrics,NA,NA
-1977,Sudan (former),Oilcrops,NA,NA
-1977,Sudan (former),Pulses,NA,NA
+1977,Sudan (former),FruitVeg,NA,NA
+1977,Sudan (former),OilcropsPulses,NA,NA
 1977,Sudan (former),Starchy Roots,NA,NA
+1977,Sudan (former),Sugar,NA,NA
 1978,Sudan (former),Ruminants,NA,NA
 1978,Sudan (former),Cereals,NA,NA
 1978,Sudan (former),Monogastrics,NA,NA
-1978,Sudan (former),Oilcrops,NA,NA
-1978,Sudan (former),Pulses,NA,NA
+1978,Sudan (former),FruitVeg,NA,NA
+1978,Sudan (former),OilcropsPulses,NA,NA
 1978,Sudan (former),Starchy Roots,NA,NA
+1978,Sudan (former),Sugar,NA,NA
 1979,Sudan (former),Ruminants,NA,NA
 1979,Sudan (former),Cereals,NA,NA
 1979,Sudan (former),Monogastrics,NA,NA
-1979,Sudan (former),Oilcrops,NA,NA
-1979,Sudan (former),Pulses,NA,NA
+1979,Sudan (former),FruitVeg,NA,NA
+1979,Sudan (former),OilcropsPulses,NA,NA
 1979,Sudan (former),Starchy Roots,NA,NA
+1979,Sudan (former),Sugar,NA,NA
 1980,Sudan (former),Ruminants,NA,NA
 1980,Sudan (former),Cereals,NA,NA
 1980,Sudan (former),Monogastrics,NA,NA
-1980,Sudan (former),Oilcrops,NA,NA
-1980,Sudan (former),Pulses,NA,NA
+1980,Sudan (former),FruitVeg,NA,NA
+1980,Sudan (former),OilcropsPulses,NA,NA
 1980,Sudan (former),Starchy Roots,NA,NA
+1980,Sudan (former),Sugar,NA,NA
 1981,Sudan (former),Ruminants,NA,NA
 1981,Sudan (former),Cereals,NA,NA
 1981,Sudan (former),Monogastrics,NA,NA
-1981,Sudan (former),Oilcrops,NA,NA
-1981,Sudan (former),Pulses,NA,NA
+1981,Sudan (former),FruitVeg,NA,NA
+1981,Sudan (former),OilcropsPulses,NA,NA
 1981,Sudan (former),Starchy Roots,NA,NA
+1981,Sudan (former),Sugar,NA,NA
 1982,Sudan (former),Ruminants,NA,NA
 1982,Sudan (former),Cereals,NA,NA
 1982,Sudan (former),Monogastrics,NA,NA
-1982,Sudan (former),Oilcrops,NA,NA
-1982,Sudan (former),Pulses,NA,NA
+1982,Sudan (former),FruitVeg,NA,NA
+1982,Sudan (former),OilcropsPulses,NA,NA
 1982,Sudan (former),Starchy Roots,NA,NA
+1982,Sudan (former),Sugar,NA,NA
 1983,Sudan (former),Ruminants,NA,NA
 1983,Sudan (former),Cereals,NA,NA
 1983,Sudan (former),Monogastrics,NA,NA
-1983,Sudan (former),Oilcrops,NA,NA
-1983,Sudan (former),Pulses,NA,NA
+1983,Sudan (former),FruitVeg,NA,NA
+1983,Sudan (former),OilcropsPulses,NA,NA
 1983,Sudan (former),Starchy Roots,NA,NA
+1983,Sudan (former),Sugar,NA,NA
 1984,Sudan (former),Ruminants,NA,NA
 1984,Sudan (former),Cereals,NA,NA
 1984,Sudan (former),Monogastrics,NA,NA
-1984,Sudan (former),Oilcrops,NA,NA
-1984,Sudan (former),Pulses,NA,NA
+1984,Sudan (former),FruitVeg,NA,NA
+1984,Sudan (former),OilcropsPulses,NA,NA
 1984,Sudan (former),Starchy Roots,NA,NA
+1984,Sudan (former),Sugar,NA,NA
 1985,Sudan (former),Ruminants,NA,NA
 1985,Sudan (former),Cereals,NA,NA
 1985,Sudan (former),Monogastrics,NA,NA
-1985,Sudan (former),Oilcrops,NA,NA
-1985,Sudan (former),Pulses,NA,NA
+1985,Sudan (former),FruitVeg,NA,NA
+1985,Sudan (former),OilcropsPulses,NA,NA
 1985,Sudan (former),Starchy Roots,NA,NA
+1985,Sudan (former),Sugar,NA,NA
 1986,Sudan (former),Ruminants,NA,NA
 1986,Sudan (former),Cereals,NA,NA
 1986,Sudan (former),Monogastrics,NA,NA
-1986,Sudan (former),Oilcrops,NA,NA
-1986,Sudan (former),Pulses,NA,NA
+1986,Sudan (former),FruitVeg,NA,NA
+1986,Sudan (former),OilcropsPulses,NA,NA
 1986,Sudan (former),Starchy Roots,NA,NA
+1986,Sudan (former),Sugar,NA,NA
 1987,Sudan (former),Ruminants,NA,NA
 1987,Sudan (former),Cereals,NA,NA
 1987,Sudan (former),Monogastrics,NA,NA
-1987,Sudan (former),Oilcrops,NA,NA
-1987,Sudan (former),Pulses,NA,NA
+1987,Sudan (former),FruitVeg,NA,NA
+1987,Sudan (former),OilcropsPulses,NA,NA
 1987,Sudan (former),Starchy Roots,NA,NA
+1987,Sudan (former),Sugar,NA,NA
 1988,Sudan (former),Ruminants,NA,NA
 1988,Sudan (former),Cereals,NA,NA
 1988,Sudan (former),Monogastrics,NA,NA
-1988,Sudan (former),Oilcrops,NA,NA
-1988,Sudan (former),Pulses,NA,NA
+1988,Sudan (former),FruitVeg,NA,NA
+1988,Sudan (former),OilcropsPulses,NA,NA
 1988,Sudan (former),Starchy Roots,NA,NA
+1988,Sudan (former),Sugar,NA,NA
 1989,Sudan (former),Ruminants,NA,NA
 1989,Sudan (former),Cereals,NA,NA
 1989,Sudan (former),Monogastrics,NA,NA
-1989,Sudan (former),Oilcrops,NA,NA
-1989,Sudan (former),Pulses,NA,NA
+1989,Sudan (former),FruitVeg,NA,NA
+1989,Sudan (former),OilcropsPulses,NA,NA
 1989,Sudan (former),Starchy Roots,NA,NA
+1989,Sudan (former),Sugar,NA,NA
 1990,Sudan (former),Ruminants,NA,NA
 1990,Sudan (former),Cereals,NA,NA
 1990,Sudan (former),Monogastrics,NA,NA
-1990,Sudan (former),Oilcrops,NA,NA
-1990,Sudan (former),Pulses,NA,NA
+1990,Sudan (former),FruitVeg,NA,NA
+1990,Sudan (former),OilcropsPulses,NA,NA
 1990,Sudan (former),Starchy Roots,NA,NA
+1990,Sudan (former),Sugar,NA,NA
 1991,Sudan (former),Ruminants,NA,NA
 1991,Sudan (former),Cereals,NA,NA
 1991,Sudan (former),Monogastrics,NA,NA
-1991,Sudan (former),Oilcrops,NA,NA
-1991,Sudan (former),Pulses,NA,NA
+1991,Sudan (former),FruitVeg,NA,NA
+1991,Sudan (former),OilcropsPulses,NA,NA
 1991,Sudan (former),Starchy Roots,NA,NA
+1991,Sudan (former),Sugar,NA,NA
 1992,Sudan (former),Ruminants,NA,NA
 1992,Sudan (former),Cereals,NA,NA
 1992,Sudan (former),Monogastrics,NA,NA
-1992,Sudan (former),Oilcrops,NA,NA
-1992,Sudan (former),Pulses,NA,NA
+1992,Sudan (former),FruitVeg,NA,NA
+1992,Sudan (former),OilcropsPulses,NA,NA
 1992,Sudan (former),Starchy Roots,NA,NA
+1992,Sudan (former),Sugar,NA,NA
 1993,Sudan (former),Ruminants,NA,NA
 1993,Sudan (former),Cereals,NA,NA
 1993,Sudan (former),Monogastrics,NA,NA
-1993,Sudan (former),Oilcrops,NA,NA
-1993,Sudan (former),Pulses,NA,NA
+1993,Sudan (former),FruitVeg,NA,NA
+1993,Sudan (former),OilcropsPulses,NA,NA
 1993,Sudan (former),Starchy Roots,NA,NA
+1993,Sudan (former),Sugar,NA,NA
 1994,Sudan (former),Ruminants,NA,NA
 1994,Sudan (former),Cereals,NA,NA
 1994,Sudan (former),Monogastrics,NA,NA
-1994,Sudan (former),Oilcrops,NA,NA
-1994,Sudan (former),Pulses,NA,NA
+1994,Sudan (former),FruitVeg,NA,NA
+1994,Sudan (former),OilcropsPulses,NA,NA
 1994,Sudan (former),Starchy Roots,NA,NA
+1994,Sudan (former),Sugar,NA,NA
 1995,Sudan (former),Ruminants,NA,NA
 1995,Sudan (former),Cereals,NA,NA
 1995,Sudan (former),Monogastrics,NA,NA
-1995,Sudan (former),Oilcrops,NA,NA
-1995,Sudan (former),Pulses,NA,NA
+1995,Sudan (former),FruitVeg,NA,NA
+1995,Sudan (former),OilcropsPulses,NA,NA
 1995,Sudan (former),Starchy Roots,NA,NA
+1995,Sudan (former),Sugar,NA,NA
 1996,Sudan (former),Ruminants,NA,NA
 1996,Sudan (former),Cereals,NA,NA
 1996,Sudan (former),Monogastrics,NA,NA
-1996,Sudan (former),Oilcrops,NA,NA
-1996,Sudan (former),Pulses,NA,NA
+1996,Sudan (former),FruitVeg,NA,NA
+1996,Sudan (former),OilcropsPulses,NA,NA
 1996,Sudan (former),Starchy Roots,NA,NA
+1996,Sudan (former),Sugar,NA,NA
 1997,Sudan (former),Ruminants,NA,NA
 1997,Sudan (former),Cereals,NA,NA
 1997,Sudan (former),Monogastrics,NA,NA
-1997,Sudan (former),Oilcrops,NA,NA
-1997,Sudan (former),Pulses,NA,NA
+1997,Sudan (former),FruitVeg,NA,NA
+1997,Sudan (former),OilcropsPulses,NA,NA
 1997,Sudan (former),Starchy Roots,NA,NA
+1997,Sudan (former),Sugar,NA,NA
 1998,Sudan (former),Ruminants,NA,NA
 1998,Sudan (former),Cereals,NA,NA
 1998,Sudan (former),Monogastrics,NA,NA
-1998,Sudan (former),Oilcrops,NA,NA
-1998,Sudan (former),Pulses,NA,NA
+1998,Sudan (former),FruitVeg,NA,NA
+1998,Sudan (former),OilcropsPulses,NA,NA
 1998,Sudan (former),Starchy Roots,NA,NA
+1998,Sudan (former),Sugar,NA,NA
 1999,Sudan (former),Ruminants,NA,NA
 1999,Sudan (former),Cereals,NA,NA
 1999,Sudan (former),Monogastrics,NA,NA
-1999,Sudan (former),Oilcrops,NA,NA
-1999,Sudan (former),Pulses,NA,NA
+1999,Sudan (former),FruitVeg,NA,NA
+1999,Sudan (former),OilcropsPulses,NA,NA
 1999,Sudan (former),Starchy Roots,NA,NA
+1999,Sudan (former),Sugar,NA,NA
 2000,Sudan (former),Ruminants,NA,NA
 2000,Sudan (former),Cereals,NA,NA
 2000,Sudan (former),Monogastrics,NA,NA
-2000,Sudan (former),Oilcrops,NA,NA
-2000,Sudan (former),Pulses,NA,NA
+2000,Sudan (former),FruitVeg,NA,NA
+2000,Sudan (former),OilcropsPulses,NA,NA
 2000,Sudan (former),Starchy Roots,NA,NA
+2000,Sudan (former),Sugar,NA,NA
 2001,Sudan (former),Ruminants,NA,NA
 2001,Sudan (former),Cereals,NA,NA
 2001,Sudan (former),Monogastrics,NA,NA
-2001,Sudan (former),Oilcrops,NA,NA
-2001,Sudan (former),Pulses,NA,NA
+2001,Sudan (former),FruitVeg,NA,NA
+2001,Sudan (former),OilcropsPulses,NA,NA
 2001,Sudan (former),Starchy Roots,NA,NA
+2001,Sudan (former),Sugar,NA,NA
 2002,Sudan (former),Ruminants,NA,NA
 2002,Sudan (former),Cereals,NA,NA
 2002,Sudan (former),Monogastrics,NA,NA
-2002,Sudan (former),Oilcrops,NA,NA
-2002,Sudan (former),Pulses,NA,NA
+2002,Sudan (former),FruitVeg,NA,NA
+2002,Sudan (former),OilcropsPulses,NA,NA
 2002,Sudan (former),Starchy Roots,NA,NA
+2002,Sudan (former),Sugar,NA,NA
 2003,Sudan (former),Ruminants,NA,NA
 2003,Sudan (former),Cereals,NA,NA
 2003,Sudan (former),Monogastrics,NA,NA
-2003,Sudan (former),Oilcrops,NA,NA
-2003,Sudan (former),Pulses,NA,NA
+2003,Sudan (former),FruitVeg,NA,NA
+2003,Sudan (former),OilcropsPulses,NA,NA
 2003,Sudan (former),Starchy Roots,NA,NA
+2003,Sudan (former),Sugar,NA,NA
 2004,Sudan (former),Ruminants,NA,NA
 2004,Sudan (former),Cereals,NA,NA
 2004,Sudan (former),Monogastrics,NA,NA
-2004,Sudan (former),Oilcrops,NA,NA
-2004,Sudan (former),Pulses,NA,NA
+2004,Sudan (former),FruitVeg,NA,NA
+2004,Sudan (former),OilcropsPulses,NA,NA
 2004,Sudan (former),Starchy Roots,NA,NA
+2004,Sudan (former),Sugar,NA,NA
 2005,Sudan (former),Ruminants,NA,NA
 2005,Sudan (former),Cereals,NA,NA
 2005,Sudan (former),Monogastrics,NA,NA
-2005,Sudan (former),Oilcrops,NA,NA
-2005,Sudan (former),Pulses,NA,NA
+2005,Sudan (former),FruitVeg,NA,NA
+2005,Sudan (former),OilcropsPulses,NA,NA
 2005,Sudan (former),Starchy Roots,NA,NA
+2005,Sudan (former),Sugar,NA,NA
 2006,Sudan (former),Ruminants,NA,NA
 2006,Sudan (former),Cereals,NA,NA
 2006,Sudan (former),Monogastrics,NA,NA
-2006,Sudan (former),Oilcrops,NA,NA
-2006,Sudan (former),Pulses,NA,NA
+2006,Sudan (former),FruitVeg,NA,NA
+2006,Sudan (former),OilcropsPulses,NA,NA
 2006,Sudan (former),Starchy Roots,NA,NA
+2006,Sudan (former),Sugar,NA,NA
 2007,Sudan (former),Ruminants,NA,NA
 2007,Sudan (former),Cereals,NA,NA
 2007,Sudan (former),Monogastrics,NA,NA
-2007,Sudan (former),Oilcrops,NA,NA
-2007,Sudan (former),Pulses,NA,NA
+2007,Sudan (former),FruitVeg,NA,NA
+2007,Sudan (former),OilcropsPulses,NA,NA
 2007,Sudan (former),Starchy Roots,NA,NA
+2007,Sudan (former),Sugar,NA,NA
 2008,Sudan (former),Ruminants,NA,NA
 2008,Sudan (former),Cereals,NA,NA
 2008,Sudan (former),Monogastrics,NA,NA
-2008,Sudan (former),Oilcrops,NA,NA
-2008,Sudan (former),Pulses,NA,NA
+2008,Sudan (former),FruitVeg,NA,NA
+2008,Sudan (former),OilcropsPulses,NA,NA
 2008,Sudan (former),Starchy Roots,NA,NA
+2008,Sudan (former),Sugar,NA,NA
 2009,Sudan (former),Ruminants,NA,NA
 2009,Sudan (former),Cereals,NA,NA
 2009,Sudan (former),Monogastrics,NA,NA
-2009,Sudan (former),Oilcrops,NA,NA
-2009,Sudan (former),Pulses,NA,NA
+2009,Sudan (former),FruitVeg,NA,NA
+2009,Sudan (former),OilcropsPulses,NA,NA
 2009,Sudan (former),Starchy Roots,NA,NA
+2009,Sudan (former),Sugar,NA,NA
 2010,Sudan (former),Ruminants,NA,NA
 2010,Sudan (former),Cereals,NA,NA
 2010,Sudan (former),Monogastrics,NA,NA
-2010,Sudan (former),Oilcrops,NA,NA
-2010,Sudan (former),Pulses,NA,NA
+2010,Sudan (former),FruitVeg,NA,NA
+2010,Sudan (former),OilcropsPulses,NA,NA
 2010,Sudan (former),Starchy Roots,NA,NA
+2010,Sudan (former),Sugar,NA,NA
 1961,Suriname,Ruminants,0.29819,0.382319661960495
 1961,Suriname,Cereals,0.29819,0.139317213856937
 1961,Suriname,Monogastrics,0.29819,0.0498625037727623
-1961,Suriname,Oilcrops,0.29819,0.0237264831147926
-1961,Suriname,Pulses,0.29819,0.0042556759113317
+1961,Suriname,FruitVeg,0.29819,0.0374392166068614
+1961,Suriname,OilcropsPulses,0.29819,0.0279821590261243
 1961,Suriname,Starchy Roots,0.29819,0.0158053589992958
+1961,Suriname,Sugar,0.29819,0.0289614004493779
 1962,Suriname,Ruminants,0.30633,0.383985571116117
 1962,Suriname,Cereals,0.30633,0.139088564619854
 1962,Suriname,Monogastrics,0.30633,0.0496219763000686
-1962,Suriname,Oilcrops,0.30633,0.0860118173211896
-1962,Suriname,Pulses,0.30633,0.00365945222472497
+1962,Suriname,FruitVeg,0.30633,0.0547514118760814
+1962,Suriname,OilcropsPulses,0.30633,0.0896712695459145
 1962,Suriname,Starchy Roots,0.30633,0.0152482616785819
+1962,Suriname,Sugar,0.30633,0.0300982600463552
 1963,Suriname,Ruminants,0.31453,0.502870632372111
 1963,Suriname,Cereals,0.31453,0.144075286936063
 1963,Suriname,Monogastrics,0.31453,0.0487680030521731
-1963,Suriname,Oilcrops,0.31453,0.0697485136552952
-1963,Suriname,Pulses,0.31453,0.0041077162750771
+1963,Suriname,FruitVeg,0.31453,0.06853400311576
+1963,Suriname,OilcropsPulses,0.31453,0.0738562299303723
 1963,Suriname,Starchy Roots,0.31453,0.0138015451626236
+1963,Suriname,Sugar,0.31453,0.0300988776905224
 1964,Suriname,Ruminants,0.322995,0.43608941314881
 1964,Suriname,Cereals,0.322995,0.18752302667224
 1964,Suriname,Monogastrics,0.322995,0.0505332899890091
-1964,Suriname,Oilcrops,0.322995,0.0714376383535349
-1964,Suriname,Pulses,0.322995,0.00402173408257094
+1964,Suriname,FruitVeg,0.322995,0.0582269075372684
+1964,Suriname,OilcropsPulses,0.322995,0.0754593724361058
 1964,Suriname,Starchy Roots,0.322995,0.0151859935912321
+1964,Suriname,Sugar,0.322995,0.0287558630938559
 1965,Suriname,Ruminants,0.331799,0.373133433192987
 1965,Suriname,Cereals,0.331799,0.182043948293997
 1965,Suriname,Monogastrics,0.331799,0.0516246281634363
-1965,Suriname,Oilcrops,0.331799,0.042637259304579
-1965,Suriname,Pulses,0.331799,0.00444546246372051
+1965,Suriname,FruitVeg,0.331799,0.0545691819444905
+1965,Suriname,OilcropsPulses,0.331799,0.0470827217682995
 1965,Suriname,Starchy Roots,0.331799,0.0129355423012125
+1965,Suriname,Sugar,0.331799,0.0311664592117517
 1966,Suriname,Ruminants,0.341137,0.37676446706162
 1966,Suriname,Cereals,0.341137,0.170919601215934
 1966,Suriname,Monogastrics,0.341137,0.0538833371929753
-1966,Suriname,Oilcrops,0.341137,0.0437829962742241
-1966,Suriname,Pulses,0.341137,0.00435895256158083
+1966,Suriname,FruitVeg,0.341137,0.0630538464018855
+1966,Suriname,OilcropsPulses,0.341137,0.048141948835805
 1966,Suriname,Starchy Roots,0.341137,0.0105031116530895
+1966,Suriname,Sugar,0.341137,0.0328782864362412
 1967,Suriname,Ruminants,0.350755,0.34556713375433
 1967,Suriname,Cereals,0.350755,0.174648971504326
 1967,Suriname,Monogastrics,0.350755,0.05811264272783
-1967,Suriname,Oilcrops,0.350755,0.0498496101267266
-1967,Suriname,Pulses,0.350755,0.00418810850878819
+1967,Suriname,FruitVeg,0.350755,0.0747900956508104
+1967,Suriname,OilcropsPulses,0.350755,0.0540377186355148
 1967,Suriname,Starchy Roots,0.350755,0.0108166669042494
+1967,Suriname,Sugar,0.350755,0.0347764108850907
 1968,Suriname,Ruminants,0.359735,0.36885707534713
 1968,Suriname,Cereals,0.359735,0.180735819422631
 1968,Suriname,Monogastrics,0.359735,0.0637683294647449
-1968,Suriname,Oilcrops,0.359735,0.0266890905805662
-1968,Suriname,Pulses,0.359735,0.00441158074693872
+1968,Suriname,FruitVeg,0.359735,0.071258009368007
+1968,Suriname,OilcropsPulses,0.359735,0.031100671327505
 1968,Suriname,Starchy Roots,0.359735,0.0135099448204929
+1968,Suriname,Sugar,0.359735,0.0315649019417071
 1969,Suriname,Ruminants,0.366845,0.457977619975739
 1969,Suriname,Cereals,0.366845,0.185241723343647
 1969,Suriname,Monogastrics,0.366845,0.0686137196908776
-1969,Suriname,Oilcrops,0.366845,0.0173179408196922
-1969,Suriname,Pulses,0.366845,0.00363641319903501
+1969,Suriname,FruitVeg,0.366845,0.071637885210375
+1969,Suriname,OilcropsPulses,0.366845,0.0209543540187273
 1969,Suriname,Starchy Roots,0.366845,0.0136024751598086
+1969,Suriname,Sugar,0.366845,0.0331911297687034
 1970,Suriname,Ruminants,0.371268,0.334334766260491
 1970,Suriname,Cereals,0.371268,0.179678830386675
 1970,Suriname,Monogastrics,0.371268,0.0708542077421162
-1970,Suriname,Oilcrops,0.371268,0.0181593889050497
-1970,Suriname,Pulses,0.371268,0.00378163482982643
+1970,Suriname,FruitVeg,0.371268,0.0657557344021031
+1970,Suriname,OilcropsPulses,0.371268,0.0219410237348762
 1970,Suriname,Starchy Roots,0.371268,0.0122795393085318
+1970,Suriname,Sugar,0.371268,0.0328495857439909
 1971,Suriname,Ruminants,0.372619,0.31927545294255
 1971,Suriname,Cereals,0.372619,0.18098379309697
 1971,Suriname,Monogastrics,0.372619,0.0736870637299762
-1971,Suriname,Oilcrops,0.372619,0.0171623025127543
-1971,Suriname,Pulses,0.372619,0.00309431349448096
+1971,Suriname,FruitVeg,0.372619,0.0602223719134022
+1971,Suriname,OilcropsPulses,0.372619,0.0202566160072353
 1971,Suriname,Starchy Roots,0.372619,0.0138345065603203
+1971,Suriname,Sugar,0.372619,0.0327412182416892
 1972,Suriname,Ruminants,0.371318,0.31557936862743
 1972,Suriname,Cereals,0.371318,0.185606407445909
 1972,Suriname,Monogastrics,0.371318,0.0758158774958392
-1972,Suriname,Oilcrops,0.371318,0.0170419963481436
-1972,Suriname,Pulses,0.371318,0.00351181467098282
+1972,Suriname,FruitVeg,0.371318,0.059803187564298
+1972,Suriname,OilcropsPulses,0.371318,0.0205538110191265
 1972,Suriname,Starchy Roots,0.371318,0.0139233756510592
+1972,Suriname,Sugar,0.371318,0.0316440355705891
 1973,Suriname,Ruminants,0.368342,0.313413078063322
 1973,Suriname,Cereals,0.368342,0.181437359844927
 1973,Suriname,Monogastrics,0.368342,0.0815853201644124
-1973,Suriname,Oilcrops,0.368342,0.0186837232789093
-1973,Suriname,Pulses,0.368342,0.0028967644200227
+1973,Suriname,FruitVeg,0.368342,0.0704562607576654
+1973,Suriname,OilcropsPulses,0.368342,0.021580487698932
 1973,Suriname,Starchy Roots,0.368342,0.0117662389844221
+1973,Suriname,Sugar,0.368342,0.0317802477045789
 1974,Suriname,Ruminants,0.365104,0.32796244357772
 1974,Suriname,Cereals,0.365104,0.186472895394189
 1974,Suriname,Monogastrics,0.365104,0.0928729896139182
-1974,Suriname,Oilcrops,0.365104,0.0176716771111793
-1974,Suriname,Pulses,0.365104,0.00191452298523161
+1974,Suriname,FruitVeg,0.365104,0.0632258205881064
+1974,Suriname,OilcropsPulses,0.365104,0.0195862000964109
 1974,Suriname,Starchy Roots,0.365104,0.0140480520618783
+1974,Suriname,Sugar,0.365104,0.0319443227135282
 1975,Suriname,Ruminants,0.362651,0.239932607382856
 1975,Suriname,Cereals,0.362651,0.180258706028661
 1975,Suriname,Monogastrics,0.362651,0.107288825895972
-1975,Suriname,Oilcrops,0.362651,0.0175871567981337
-1975,Suriname,Pulses,0.362651,0.00256444901572035
+1975,Suriname,FruitVeg,0.362651,0.0540161201816623
+1975,Suriname,OilcropsPulses,0.362651,0.0201516058138541
 1975,Suriname,Starchy Roots,0.362651,0.0105721478777116
+1975,Suriname,Sugar,0.362651,0.0320059781994259
 1976,Suriname,Ruminants,0.361368,0.408620021695336
 1976,Suriname,Cereals,0.361368,0.18640278054504
 1976,Suriname,Monogastrics,0.361368,0.10257410728122
-1976,Suriname,Oilcrops,0.361368,0.0177077106993425
-1976,Suriname,Pulses,0.361368,0.00390460693807974
+1976,Suriname,FruitVeg,0.361368,0.0566845985256027
+1976,Suriname,OilcropsPulses,0.361368,0.0216123176374222
 1976,Suriname,Starchy Roots,0.361368,0.0081080781917602
+1976,Suriname,Sugar,0.361368,0.028646698102765
 1977,Suriname,Ruminants,0.361053,0.402620944847432
 1977,Suriname,Cereals,0.361053,0.185352288999122
 1977,Suriname,Monogastrics,0.361053,0.100759445289196
-1977,Suriname,Oilcrops,0.361053,0.0180222848169105
-1977,Suriname,Pulses,0.361053,0.00307157120976699
+1977,Suriname,FruitVeg,0.361053,0.0548229761281585
+1977,Suriname,OilcropsPulses,0.361053,0.0210938560266775
 1977,Suriname,Starchy Roots,0.361053,0.0125410950746843
+1977,Suriname,Sugar,0.361053,0.0281399129767652
 1978,Suriname,Ruminants,0.361463,0.440145464404379
 1978,Suriname,Cereals,0.361463,0.179188464656134
 1978,Suriname,Monogastrics,0.361463,0.115565078583423
-1978,Suriname,Oilcrops,0.361463,0.0164830148590589
-1978,Suriname,Pulses,0.361463,0.00309575253898739
+1978,Suriname,FruitVeg,0.361463,0.0394480209592683
+1978,Suriname,OilcropsPulses,0.361463,0.0195787673980463
 1978,Suriname,Starchy Roots,0.361463,0.0153487355552297
+1978,Suriname,Sugar,0.361463,0.0363107703969701
 1979,Suriname,Ruminants,0.362137,0.407590221380306
 1979,Suriname,Cereals,0.362137,0.17039683876544
 1979,Suriname,Monogastrics,0.362137,0.115081032868776
-1979,Suriname,Oilcrops,0.362137,0.0213234217989324
-1979,Suriname,Pulses,0.362137,0.00349315314369976
+1979,Suriname,FruitVeg,0.362137,0.0557081988308292
+1979,Suriname,OilcropsPulses,0.362137,0.0248165749426322
 1979,Suriname,Starchy Roots,0.362137,0.0177087676763214
+1979,Suriname,Sugar,0.362137,0.0392503389601173
 1980,Suriname,Ruminants,0.362777,0.386180766696896
 1980,Suriname,Cereals,0.362777,0.175986901043892
 1980,Suriname,Monogastrics,0.362777,0.115118102856576
-1980,Suriname,Oilcrops,0.362777,0.0208805960686593
-1980,Suriname,Pulses,0.362777,0.00314793936771074
+1980,Suriname,FruitVeg,0.362777,0.0572169679996251
+1980,Suriname,OilcropsPulses,0.362777,0.02402853543637
 1980,Suriname,Starchy Roots,0.362777,0.0200205635969204
+1980,Suriname,Sugar,0.362777,0.0449201575623592
 1981,Suriname,Ruminants,0.363309,0.475637542697814
 1981,Suriname,Cereals,0.363309,0.173411613805328
 1981,Suriname,Monogastrics,0.363309,0.113358601080623
-1981,Suriname,Oilcrops,0.363309,0.0237346170890344
-1981,Suriname,Pulses,0.363309,0.00426634077328115
+1981,Suriname,FruitVeg,0.363309,0.0692083047763749
+1981,Suriname,OilcropsPulses,0.363309,0.0280009578623155
 1981,Suriname,Starchy Roots,0.363309,0.0191324740097273
+1981,Suriname,Sugar,0.363309,0.0332884679432659
 1982,Suriname,Ruminants,0.363993,0.510146623698807
 1982,Suriname,Cereals,0.363993,0.173926421661955
 1982,Suriname,Monogastrics,0.363993,0.111501869541447
-1982,Suriname,Oilcrops,0.363993,0.0277203133027283
-1982,Suriname,Pulses,0.363993,0.00630506630622017
+1982,Suriname,FruitVeg,0.363993,0.0580890291846272
+1982,Suriname,OilcropsPulses,0.363993,0.0340253796089485
 1982,Suriname,Starchy Roots,0.363993,0.0197586217317366
+1982,Suriname,Sugar,0.363993,0.0350116623121873
 1983,Suriname,Ruminants,0.365242,0.505268014083813
 1983,Suriname,Cereals,0.365242,0.191155453096851
 1983,Suriname,Monogastrics,0.365242,0.113980046106417
-1983,Suriname,Oilcrops,0.365242,0.026064910388181
-1983,Suriname,Pulses,0.365242,0.00605899650095006
+1983,Suriname,FruitVeg,0.365242,0.059757640139962
+1983,Suriname,OilcropsPulses,0.365242,0.032123906889131
 1983,Suriname,Starchy Roots,0.365242,0.0229217888413709
+1983,Suriname,Sugar,0.365242,0.0392671160490853
 1984,Suriname,Ruminants,0.367611,0.410733356727628
 1984,Suriname,Cereals,0.367611,0.225371384425384
 1984,Suriname,Monogastrics,0.367611,0.117829172685257
-1984,Suriname,Oilcrops,0.367611,0.0284866339690597
-1984,Suriname,Pulses,0.367611,0.0036424372502455
+1984,Suriname,FruitVeg,0.367611,0.066491481484504
+1984,Suriname,OilcropsPulses,0.367611,0.0321290712193052
 1984,Suriname,Starchy Roots,0.367611,0.0277113579299858
+1984,Suriname,Sugar,0.367611,0.0367807274537487
 1985,Suriname,Ruminants,0.371469,0.408586450013325
 1985,Suriname,Cereals,0.371469,0.227687909354482
 1985,Suriname,Monogastrics,0.371469,0.137188298350603
-1985,Suriname,Oilcrops,0.371469,0.0286134240003877
-1985,Suriname,Pulses,0.371469,0.00259241013382005
+1985,Suriname,FruitVeg,0.371469,0.0706250050475275
+1985,Suriname,OilcropsPulses,0.371469,0.0312058341342077
 1985,Suriname,Starchy Roots,0.371469,0.0186610457400214
+1985,Suriname,Sugar,0.371469,0.0362668217267121
 1986,Suriname,Ruminants,0.376973,0.349504341159712
 1986,Suriname,Cereals,0.376973,0.205760094224255
 1986,Suriname,Monogastrics,0.376973,0.122937982295814
-1986,Suriname,Oilcrops,0.376973,0.0324797797189719
-1986,Suriname,Pulses,0.376973,0.00193382549943895
+1986,Suriname,FruitVeg,0.376973,0.0571526342735421
+1986,Suriname,OilcropsPulses,0.376973,0.0344136052184109
 1986,Suriname,Starchy Roots,0.376973,0.0205081000496057
+1986,Suriname,Sugar,0.376973,0.0356762951192791
 1987,Suriname,Ruminants,0.383916,0.233297387970285
 1987,Suriname,Cereals,0.383916,0.209754217068317
 1987,Suriname,Monogastrics,0.383916,0.121613061190469
-1987,Suriname,Oilcrops,0.383916,0.034320007501641
-1987,Suriname,Pulses,0.383916,0.00636076641765386
+1987,Suriname,FruitVeg,0.383916,0.105140186915888
+1987,Suriname,OilcropsPulses,0.383916,0.0406807739192948
 1987,Suriname,Starchy Roots,0.383916,0.014474520468019
+1987,Suriname,Sugar,0.383916,0.0314782400316736
 1988,Suriname,Ruminants,0.391851,0.243402721952987
 1988,Suriname,Cereals,0.391851,0.208081643277674
 1988,Suriname,Monogastrics,0.391851,0.127716912806143
-1988,Suriname,Oilcrops,0.391851,0.0286307805773113
-1988,Suriname,Pulses,0.391851,0.00342732314068358
+1988,Suriname,FruitVeg,0.391851,0.108844943613772
+1988,Suriname,OilcropsPulses,0.391851,0.0320581037179948
 1988,Suriname,Starchy Roots,0.391851,0.0124001214747442
+1988,Suriname,Sugar,0.391851,0.0329206764816218
 1989,Suriname,Ruminants,0.400133,0.218534337332837
 1989,Suriname,Cereals,0.400133,0.202450185313383
 1989,Suriname,Monogastrics,0.400133,0.132723619396551
-1989,Suriname,Oilcrops,0.400133,0.0342311181532141
-1989,Suriname,Pulses,0.400133,0.00456848098007412
+1989,Suriname,FruitVeg,0.400133,0.112410123633892
+1989,Suriname,OilcropsPulses,0.400133,0.0387995991332882
 1989,Suriname,Starchy Roots,0.400133,0.0126108069067035
+1989,Suriname,Sugar,0.400133,0.0358930655557027
 1990,Suriname,Ruminants,0.408276,0.242476413014725
 1990,Suriname,Cereals,0.408276,0.193077721933202
 1990,Suriname,Monogastrics,0.408276,0.137573357238731
-1990,Suriname,Oilcrops,0.408276,0.0333205968511497
-1990,Suriname,Pulses,0.408276,0.00481781931830428
+1990,Suriname,FruitVeg,0.408276,0.131124533403874
+1990,Suriname,OilcropsPulses,0.408276,0.038138416169454
 1990,Suriname,Starchy Roots,0.408276,0.0137700966992917
+1990,Suriname,Sugar,0.408276,0.0358017615534589
 1991,Suriname,Ruminants,0.416068,0.381465289327706
 1991,Suriname,Cereals,0.416068,0.195441610505975
 1991,Suriname,Monogastrics,0.416068,0.122669611698088
-1991,Suriname,Oilcrops,0.416068,0.0351745387773152
-1991,Suriname,Pulses,0.416068,0.00344895545920378
+1991,Suriname,FruitVeg,0.416068,0.159935395175789
+1991,Suriname,OilcropsPulses,0.416068,0.038623494236519
 1991,Suriname,Starchy Roots,0.416068,0.0150576348096946
+1991,Suriname,Sugar,0.416068,0.0360157474259015
 1992,Suriname,Ruminants,0.423572,0.271522196934642
 1992,Suriname,Cereals,0.423572,0.186471249279934
 1992,Suriname,Monogastrics,0.423572,0.10595695655048
-1992,Suriname,Oilcrops,0.423572,0.028566571916935
-1992,Suriname,Pulses,0.423572,0.00398987657352233
+1992,Suriname,FruitVeg,0.423572,0.163228447583882
+1992,Suriname,OilcropsPulses,0.423572,0.0325564484904574
 1992,Suriname,Starchy Roots,0.423572,0.0307857932063498
+1992,Suriname,Sugar,0.423572,0.0363503725458718
 1993,Suriname,Ruminants,0.430901,0.258612999273615
 1993,Suriname,Cereals,0.430901,0.179122350609537
 1993,Suriname,Monogastrics,0.430901,0.0949382804867011
-1993,Suriname,Oilcrops,0.430901,0.0338778512929884
-1993,Suriname,Pulses,0.430901,0.00471105892072657
+1993,Suriname,FruitVeg,0.430901,0.185629645788708
+1993,Suriname,OilcropsPulses,0.430901,0.038588910213715
 1993,Suriname,Starchy Roots,0.430901,0.0451611855159306
+1993,Suriname,Sugar,0.430901,0.0354396949647367
 1994,Suriname,Ruminants,0.43828,0.22773090261933
 1994,Suriname,Cereals,0.43828,0.17934653646071
 1994,Suriname,Monogastrics,0.43828,0.0838897508442092
-1994,Suriname,Oilcrops,0.43828,0.0313406954458337
-1994,Suriname,Pulses,0.43828,0.00382403942685042
+1994,Suriname,FruitVeg,0.43828,0.179992242402117
+1994,Suriname,OilcropsPulses,0.43828,0.0351647348726841
 1994,Suriname,Starchy Roots,0.43828,0.0526786529159441
+1994,Suriname,Sugar,0.43828,0.0368873779319157
 1995,Suriname,Ruminants,0.44583,0.273504250499069
 1995,Suriname,Cereals,0.44583,0.19077451046363
 1995,Suriname,Monogastrics,0.44583,0.0982448466904425
-1995,Suriname,Oilcrops,0.44583,0.0330888455240787
-1995,Suriname,Pulses,0.44583,0.00296974182984546
+1995,Suriname,FruitVeg,0.44583,0.157575757575758
+1995,Suriname,OilcropsPulses,0.44583,0.0360585873539241
 1995,Suriname,Starchy Roots,0.44583,0.024538501222439
+1995,Suriname,Sugar,0.44583,0.0387995424264854
 1996,Suriname,Ruminants,0.453653,0.25843188516333
 1996,Suriname,Cereals,0.453653,0.185159141458339
 1996,Suriname,Monogastrics,0.453653,0.111128108929071
-1996,Suriname,Oilcrops,0.453653,0.0315152770950484
-1996,Suriname,Pulses,0.453653,0.00234760929609195
+1996,Suriname,FruitVeg,0.453653,0.138464861909874
+1996,Suriname,OilcropsPulses,0.453653,0.0338628863911404
 1996,Suriname,Starchy Roots,0.453653,0.0247744421396971
+1996,Suriname,Sugar,0.453653,0.0471593927517288
 1997,Suriname,Ruminants,0.461569,0.306743087165733
 1997,Suriname,Cereals,0.461569,0.165661038761269
 1997,Suriname,Monogastrics,0.461569,0.128226765662339
-1997,Suriname,Oilcrops,0.461569,0.0312109348764757
-1997,Suriname,Pulses,0.461569,0.0023875086931748
+1997,Suriname,FruitVeg,0.461569,0.141450140715689
+1997,Suriname,OilcropsPulses,0.461569,0.0335984435696505
 1997,Suriname,Starchy Roots,0.461569,0.0254436498118374
+1997,Suriname,Sugar,0.461569,0.0463419337087196
 1998,Suriname,Ruminants,0.469108,0.300903629867749
 1998,Suriname,Cereals,0.469108,0.168306658594609
 1998,Suriname,Monogastrics,0.469108,0.126766117823614
-1998,Suriname,Oilcrops,0.469108,0.0316920623822233
-1998,Suriname,Pulses,0.469108,0.00172881298123247
+1998,Suriname,FruitVeg,0.469108,0.127021922457089
+1998,Suriname,OilcropsPulses,0.469108,0.0334208753634557
 1998,Suriname,Starchy Roots,0.469108,0.0207819947645318
+1998,Suriname,Sugar,0.469108,0.0471256086018571
 1999,Suriname,Ruminants,0.475637,0.276383880984869
 1999,Suriname,Cereals,0.475637,0.164930398602295
 1999,Suriname,Monogastrics,0.475637,0.125880661092388
-1999,Suriname,Oilcrops,0.475637,0.0306725507056852
-1999,Suriname,Pulses,0.475637,0.00170508181659543
+1999,Suriname,FruitVeg,0.475637,0.136726116765517
+1999,Suriname,OilcropsPulses,0.475637,0.0323776325222807
 1999,Suriname,Starchy Roots,0.475637,0.016224557803535
+1999,Suriname,Sugar,0.475637,0.0430328170432494
 2000,Suriname,Ruminants,0.480751,0.247553515229298
 2000,Suriname,Cereals,0.480751,0.170963762945891
 2000,Suriname,Monogastrics,0.480751,0.1255928744818
-2000,Suriname,Oilcrops,0.480751,0.0294913583123072
-2000,Suriname,Pulses,0.480751,0.0015496587630603
+2000,Suriname,FruitVeg,0.480751,0.128172380296661
+2000,Suriname,OilcropsPulses,0.480751,0.0310410170753675
 2000,Suriname,Starchy Roots,0.480751,0.0239042664497838
+2000,Suriname,Sugar,0.480751,0.0443015199136351
 2001,Suriname,Ruminants,0.48421,0.209811651969187
 2001,Suriname,Cereals,0.48421,0.172111274033994
 2001,Suriname,Monogastrics,0.48421,0.128209661097458
-2001,Suriname,Oilcrops,0.48421,0.0266227463290721
-2001,Suriname,Pulses,0.48421,0.00154891472708123
+2001,Suriname,FruitVeg,0.48421,0.139309390553685
+2001,Suriname,OilcropsPulses,0.48421,0.0281716610561533
 2001,Suriname,Starchy Roots,0.48421,0.0259102455546147
+2001,Suriname,Sugar,0.48421,0.0448834183515417
 2002,Suriname,Ruminants,0.486271,0.200338083085358
 2002,Suriname,Cereals,0.486271,0.170964338815187
 2002,Suriname,Monogastrics,0.486271,0.136907197838242
-2002,Suriname,Oilcrops,0.486271,0.0333085871869801
-2002,Suriname,Pulses,0.486271,0.000851377112762225
+2002,Suriname,FruitVeg,0.486271,0.113202309000537
+2002,Suriname,OilcropsPulses,0.486271,0.0341599642997423
 2002,Suriname,Starchy Roots,0.486271,0.0241388032599106
+2002,Suriname,Sugar,0.486271,0.0470971947741074
 2003,Suriname,Ruminants,0.487641,0.164493551608663
 2003,Suriname,Cereals,0.487641,0.171839529489932
 2003,Suriname,Monogastrics,0.487641,0.13320413993081
-2003,Suriname,Oilcrops,0.487641,0.0342300996019613
-2003,Suriname,Pulses,0.487641,0.00139651916061201
+2003,Suriname,FruitVeg,0.487641,0.116872863438472
+2003,Suriname,OilcropsPulses,0.487641,0.0356266187625733
 2003,Suriname,Starchy Roots,0.487641,0.0265502695630597
+2003,Suriname,Sugar,0.487641,0.0481870884523656
 2004,Suriname,Ruminants,0.489312,0.177182043358839
 2004,Suriname,Cereals,0.489312,0.167706902753254
 2004,Suriname,Monogastrics,0.489312,0.139595799816886
-2004,Suriname,Oilcrops,0.489312,0.0261591786017919
-2004,Suriname,Pulses,0.489312,0.00162677391929893
+2004,Suriname,FruitVeg,0.489312,0.142361111111111
+2004,Suriname,OilcropsPulses,0.489312,0.0277859525210908
 2004,Suriname,Starchy Roots,0.489312,0.0253805343012229
+2004,Suriname,Sugar,0.489312,0.0461709502321627
 2005,Suriname,Ruminants,0.491999,0.179427193957711
 2005,Suriname,Cereals,0.491999,0.175030843558625
 2005,Suriname,Monogastrics,0.491999,0.146415947999894
-2005,Suriname,Oilcrops,0.491999,0.0240935449055791
-2005,Suriname,Pulses,0.491999,0.00147764527976683
+2005,Suriname,FruitVeg,0.491999,0.144126309199815
+2005,Suriname,OilcropsPulses,0.491999,0.0255711901853459
 2005,Suriname,Starchy Roots,0.491999,0.0297155075518446
+2005,Suriname,Sugar,0.491999,0.0482582281671304
 2006,Suriname,Ruminants,0.495953,0.197072101590272
 2006,Suriname,Cereals,0.495953,0.183791609285557
 2006,Suriname,Monogastrics,0.495953,0.148982867328154
-2006,Suriname,Oilcrops,0.495953,0.024478125951451
-2006,Suriname,Pulses,0.495953,0.00176226376289689
+2006,Suriname,FruitVeg,0.495953,0.136920232360728
+2006,Suriname,OilcropsPulses,0.495953,0.0262403897143479
 2006,Suriname,Starchy Roots,0.495953,0.0302427851026206
+2006,Suriname,Sugar,0.495953,0.0479218796942452
 2007,Suriname,Ruminants,0.500953,0.24461316730312
 2007,Suriname,Cereals,0.500953,0.185604238321759
 2007,Suriname,Monogastrics,0.500953,0.167956874197779
-2007,Suriname,Oilcrops,0.500953,0.0284757252676399
-2007,Suriname,Pulses,0.500953,0.00176663279788723
+2007,Suriname,FruitVeg,0.500953,0.141228817873134
+2007,Suriname,OilcropsPulses,0.500953,0.0302423580655271
 2007,Suriname,Starchy Roots,0.500953,0.0268807652614118
+2007,Suriname,Sugar,0.500953,0.0497352046998421
 2008,Suriname,Ruminants,0.506657,0.269586130261696
 2008,Suriname,Cereals,0.506657,0.188462806198276
 2008,Suriname,Monogastrics,0.506657,0.15953633325899
-2008,Suriname,Oilcrops,0.506657,0.0313170448646718
-2008,Suriname,Pulses,0.506657,0.00159674099045311
+2008,Suriname,FruitVeg,0.506657,0.129718922268912
+2008,Suriname,OilcropsPulses,0.506657,0.0329137858551249
 2008,Suriname,Starchy Roots,0.506657,0.0276498696356707
+2008,Suriname,Sugar,0.506657,0.0480601274629582
 2009,Suriname,Ruminants,0.512522,0.254048801807532
 2009,Suriname,Cereals,0.512522,0.195014067688802
 2009,Suriname,Monogastrics,0.512522,0.168986697156415
-2009,Suriname,Oilcrops,0.512522,0.0325976250775576
-2009,Suriname,Pulses,0.512522,0.0020389368651492
+2009,Suriname,FruitVeg,0.512522,0.135010789780731
+2009,Suriname,OilcropsPulses,0.512522,0.0346365619427068
 2009,Suriname,Starchy Roots,0.512522,0.0288533955615564
+2009,Suriname,Sugar,0.512522,0.0497266458805671
 2010,Suriname,Ruminants,0.518141,0.341407261729915
 2010,Suriname,Cereals,0.518141,0.195408199698538
 2010,Suriname,Monogastrics,0.518141,0.194944812319427
-2010,Suriname,Oilcrops,0.518141,0.0318735633736763
-2010,Suriname,Pulses,0.518141,0.00207858478676654
+2010,Suriname,FruitVeg,0.518141,0.156588650579668
+2010,Suriname,OilcropsPulses,0.518141,0.0339521481604428
 2010,Suriname,Starchy Roots,0.518141,0.0269907226025348
+2010,Suriname,Sugar,0.518141,0.0482667845239037
 2011,Suriname,Ruminants,0.523439,0.335403934364845
 2011,Suriname,Cereals,0.523439,0.196829047892878
 2011,Suriname,Monogastrics,0.523439,0.178759893702991
-2011,Suriname,Oilcrops,0.523439,0.0227533676321405
-2011,Suriname,Pulses,0.523439,0.00220465039861378
+2011,Suriname,FruitVeg,0.523439,0.147883516512908
+2011,Suriname,OilcropsPulses,0.523439,0.0249580180307543
 2011,Suriname,Starchy Roots,0.523439,0.0278638007485113
+2011,Suriname,Sugar,0.523439,0.0498701854466327
 1961,Swaziland,Ruminants,0.357522,0.798257170188128
 1961,Swaziland,Cereals,0.357522,0.080020250502067
 1961,Swaziland,Monogastrics,0.357522,0.0118194125116776
-1961,Swaziland,Oilcrops,0.357522,0.00873232975872813
-1961,Swaziland,Pulses,0.357522,0.00674084392009443
+1961,Swaziland,FruitVeg,0.357522,0.0465118230486515
+1961,Swaziland,OilcropsPulses,0.357522,0.0154731736788226
 1961,Swaziland,Starchy Roots,0.357522,0.0617248728749559
+1961,Swaziland,Sugar,0.357522,0.0285297128568312
 1962,Swaziland,Ruminants,0.365719,0.873756900789951
 1962,Swaziland,Cereals,0.365719,0.0723943792912045
 1962,Swaziland,Monogastrics,0.365719,0.0108766566680976
-1962,Swaziland,Oilcrops,0.365719,0.00842450077791966
-1962,Swaziland,Pulses,0.365719,0.00684678674063967
+1962,Swaziland,FruitVeg,0.365719,0.0499645903002032
+1962,Swaziland,OilcropsPulses,0.365719,0.0152712875185593
 1962,Swaziland,Starchy Roots,0.365719,0.0603003945652263
+1962,Swaziland,Sugar,0.365719,0.0287105674028421
 1963,Swaziland,Ruminants,0.373991,0.849695580909701
 1963,Swaziland,Cereals,0.373991,0.0593998251294817
 1963,Swaziland,Monogastrics,0.373991,0.00979488811228078
-1963,Swaziland,Oilcrops,0.373991,0.00859646355126193
-1963,Swaziland,Pulses,0.373991,0.00536643929934143
+1963,Swaziland,FruitVeg,0.373991,0.0484289728897219
+1963,Swaziland,OilcropsPulses,0.373991,0.0139629028506034
 1963,Swaziland,Starchy Roots,0.373991,0.0605014559173884
+1963,Swaziland,Sugar,0.373991,0.0294124724926536
 1964,Swaziland,Ruminants,0.382575,0.851320656080507
 1964,Swaziland,Cereals,0.382575,0.0541723844997713
 1964,Swaziland,Monogastrics,0.382575,0.0101216754884663
-1964,Swaziland,Oilcrops,0.382575,0.00853688819185781
-1964,Swaziland,Pulses,0.382575,0.00537672351826439
+1964,Swaziland,FruitVeg,0.382575,0.0514147552767431
+1964,Swaziland,OilcropsPulses,0.382575,0.0139136117101222
 1964,Swaziland,Starchy Roots,0.382575,0.0607854669019147
+1964,Swaziland,Sugar,0.382575,0.028752532183232
 1965,Swaziland,Ruminants,0.391659,0.827882162799782
 1965,Swaziland,Cereals,0.391659,0.0568989861078132
 1965,Swaziland,Monogastrics,0.391659,0.00826075744461381
-1965,Swaziland,Oilcrops,0.391659,0.00849208112158791
-1965,Swaziland,Pulses,0.391659,0.00522903852586051
+1965,Swaziland,FruitVeg,0.391659,0.0546138349942169
+1965,Swaziland,OilcropsPulses,0.391659,0.0137211196474484
 1965,Swaziland,Starchy Roots,0.391659,0.0593935030217613
+1965,Swaziland,Sugar,0.391659,0.0306388976124639
 1966,Swaziland,Ruminants,0.401295,0.818912520714188
 1966,Swaziland,Cereals,0.401295,0.0616155197547938
 1966,Swaziland,Monogastrics,0.401295,0.0090337532239375
-1966,Swaziland,Oilcrops,0.401295,0.00824829614124273
-1966,Swaziland,Pulses,0.401295,0.00510098555925192
+1966,Swaziland,FruitVeg,0.401295,0.0644413710611894
+1966,Swaziland,OilcropsPulses,0.401295,0.0133492817004946
 1966,Swaziland,Starchy Roots,0.401295,0.0609252544885932
+1966,Swaziland,Sugar,0.401295,0.0318967343226305
 1967,Swaziland,Ruminants,0.411478,0.841509145081875
 1967,Swaziland,Cereals,0.411478,0.0713914231137509
 1967,Swaziland,Monogastrics,0.411478,0.0106348334540364
-1967,Swaziland,Oilcrops,0.411478,0.010688299252937
-1967,Swaziland,Pulses,0.411478,0.00570139837366761
+1967,Swaziland,FruitVeg,0.411478,0.0751534711454804
+1967,Swaziland,OilcropsPulses,0.411478,0.0163896976266046
 1967,Swaziland,Starchy Roots,0.411478,0.0593786302062322
+1967,Swaziland,Sugar,0.411478,0.0340236902094401
 1968,Swaziland,Ruminants,0.422266,0.863064987472352
 1968,Swaziland,Cereals,0.422266,0.0774203937802238
 1968,Swaziland,Monogastrics,0.422266,0.0106904178882505
-1968,Swaziland,Oilcrops,0.422266,0.00969057418783421
-1968,Swaziland,Pulses,0.422266,0.00421535240819768
+1968,Swaziland,FruitVeg,0.422266,0.0660626240331924
+1968,Swaziland,OilcropsPulses,0.422266,0.0139059265960319
 1968,Swaziland,Starchy Roots,0.422266,0.059974044796408
+1968,Swaziland,Sugar,0.422266,0.0272340183675693
 1969,Swaziland,Ruminants,0.433709,0.738481562522336
 1969,Swaziland,Cereals,0.433709,0.0813840616634656
 1969,Swaziland,Monogastrics,0.433709,0.01136245731585
-1969,Swaziland,Oilcrops,0.433709,0.0120380254963582
-1969,Swaziland,Pulses,0.433709,0.00551521872960902
+1969,Swaziland,FruitVeg,0.433709,0.0702106712104199
+1969,Swaziland,OilcropsPulses,0.433709,0.0175532442259672
 1969,Swaziland,Starchy Roots,0.433709,0.0618271698304624
+1969,Swaziland,Sugar,0.433709,0.0281294600757651
 1970,Swaziland,Ruminants,0.445844,0.725386906631019
 1970,Swaziland,Cereals,0.445844,0.0931783314343133
 1970,Swaziland,Monogastrics,0.445844,0.01072101452526
-1970,Swaziland,Oilcrops,0.445844,0.00835942616700012
-1970,Swaziland,Pulses,0.445844,0.00519015619813208
+1970,Swaziland,FruitVeg,0.445844,0.0688357362664968
+1970,Swaziland,OilcropsPulses,0.445844,0.0135495823651322
 1970,Swaziland,Starchy Roots,0.445844,0.0596935250894932
+1970,Swaziland,Sugar,0.445844,0.0298310619858067
 1971,Swaziland,Ruminants,0.458717,0.666916639235084
 1971,Swaziland,Cereals,0.458717,0.117665139944672
 1971,Swaziland,Monogastrics,0.458717,0.0107120512211233
-1971,Swaziland,Oilcrops,0.458717,0.00687351896703196
-1971,Swaziland,Pulses,0.458717,0.00638956044794503
+1971,Swaziland,FruitVeg,0.458717,0.0630279671344206
+1971,Swaziland,OilcropsPulses,0.458717,0.013263079414977
 1971,Swaziland,Starchy Roots,0.458717,0.0607782140186651
+1971,Swaziland,Sugar,0.458717,0.0300839079432417
 1972,Swaziland,Ruminants,0.472337,0.738168934468399
 1972,Swaziland,Cereals,0.472337,0.10791871058164
 1972,Swaziland,Monogastrics,0.472337,0.0122050569826205
-1972,Swaziland,Oilcrops,0.472337,0.00733798114481821
-1972,Swaziland,Pulses,0.472337,0.00694842877013658
+1972,Swaziland,FruitVeg,0.472337,0.0539720580856465
+1972,Swaziland,OilcropsPulses,0.472337,0.0142864099149548
 1972,Swaziland,Starchy Roots,0.472337,0.0601053908544111
+1972,Swaziland,Sugar,0.472337,0.0294281413482323
 1973,Swaziland,Ruminants,0.486656,0.65237272323777
 1973,Swaziland,Cereals,0.486656,0.110743523145713
 1973,Swaziland,Monogastrics,0.486656,0.0128538433719095
-1973,Swaziland,Oilcrops,0.486656,0.00980980405049974
-1973,Swaziland,Pulses,0.486656,0.00498093108890058
+1973,Swaziland,FruitVeg,0.486656,0.0587971791162546
+1973,Swaziland,OilcropsPulses,0.486656,0.0147907351394003
 1973,Swaziland,Starchy Roots,0.486656,0.0556162874802735
+1973,Swaziland,Sugar,0.486656,0.0318500131509732
 1974,Swaziland,Ruminants,0.501596,0.69245189355577
 1974,Swaziland,Cereals,0.501596,0.116916801569391
 1974,Swaziland,Monogastrics,0.501596,0.0138206843754735
-1974,Swaziland,Oilcrops,0.501596,0.0213059912758475
-1974,Swaziland,Pulses,0.501596,0.00513161986937695
+1974,Swaziland,FruitVeg,0.501596,0.0723729854305058
+1974,Swaziland,OilcropsPulses,0.501596,0.0264376111452244
 1974,Swaziland,Starchy Roots,0.501596,0.0588302139570491
+1974,Swaziland,Sugar,0.501596,0.0326956355313838
 1975,Swaziland,Ruminants,0.5171,0.725234964223554
 1975,Swaziland,Cereals,0.5171,0.118984722490814
 1975,Swaziland,Monogastrics,0.5171,0.0144490427383485
-1975,Swaziland,Oilcrops,0.5171,0.0152001547089538
-1975,Swaziland,Pulses,0.5171,0.00553471282150454
+1975,Swaziland,FruitVeg,0.5171,0.0695784181009476
+1975,Swaziland,OilcropsPulses,0.5171,0.0207348675304583
 1975,Swaziland,Starchy Roots,0.5171,0.059222587507252
+1975,Swaziland,Sugar,0.5171,0.0373235350995939
 1976,Swaziland,Ruminants,0.533264,0.734151377179033
 1976,Swaziland,Cereals,0.533264,0.107048291277866
 1976,Swaziland,Monogastrics,0.533264,0.0144436901797234
-1976,Swaziland,Oilcrops,0.533264,0.0171209757268445
-1976,Swaziland,Pulses,0.533264,0.00520942722553932
+1976,Swaziland,FruitVeg,0.533264,0.0613279726364427
+1976,Swaziland,OilcropsPulses,0.533264,0.0223304029523838
 1976,Swaziland,Starchy Roots,0.533264,0.0618342884574995
+1976,Swaziland,Sugar,0.533264,0.0361922049866483
 1977,Swaziland,Ruminants,0.550135,0.671902169467494
 1977,Swaziland,Cereals,0.550135,0.0862315613440337
 1977,Swaziland,Monogastrics,0.550135,0.0148739854762922
-1977,Swaziland,Oilcrops,0.550135,0.00802893835149554
-1977,Swaziland,Pulses,0.550135,0.00406809237732557
+1977,Swaziland,FruitVeg,0.550135,0.0685231806738346
+1977,Swaziland,OilcropsPulses,0.550135,0.0120970307288211
 1977,Swaziland,Starchy Roots,0.550135,0.0592091032201187
+1977,Swaziland,Sugar,0.550135,0.0408990520508602
 1978,Swaziland,Ruminants,0.56756,0.706061033194728
 1978,Swaziland,Cereals,0.56756,0.0916096976531116
 1978,Swaziland,Monogastrics,0.56756,0.0132978011135387
-1978,Swaziland,Oilcrops,0.56756,0.0101821833814927
-1978,Swaziland,Pulses,0.56756,0.00662485023609839
+1978,Swaziland,FruitVeg,0.56756,0.0646257664387906
+1978,Swaziland,OilcropsPulses,0.56756,0.0168070336175911
 1978,Swaziland,Starchy Roots,0.56756,0.0599936570582846
+1978,Swaziland,Sugar,0.56756,0.0460532807104095
 1979,Swaziland,Ruminants,0.585335,0.714315562882794
 1979,Swaziland,Cereals,0.585335,0.0880213894607361
 1979,Swaziland,Monogastrics,0.585335,0.0141906771336073
-1979,Swaziland,Oilcrops,0.585335,0.00563096346536599
-1979,Swaziland,Pulses,0.585335,0.00458540835589876
+1979,Swaziland,FruitVeg,0.585335,0.0702640368336081
+1979,Swaziland,OilcropsPulses,0.585335,0.0102163718212647
 1979,Swaziland,Starchy Roots,0.585335,0.0607857039131438
+1979,Swaziland,Sugar,0.585335,0.0377476146138536
 1980,Swaziland,Ruminants,0.603373,0.768784151760188
 1980,Swaziland,Cereals,0.603373,0.0840011071095326
 1980,Swaziland,Monogastrics,0.603373,0.0120678253750168
-1980,Swaziland,Oilcrops,0.603373,0.0100717135171776
-1980,Swaziland,Pulses,0.603373,0.00358981923287916
+1980,Swaziland,FruitVeg,0.603373,0.0759646189007463
+1980,Swaziland,OilcropsPulses,0.603373,0.0136615327500568
 1980,Swaziland,Starchy Roots,0.603373,0.0574768841164586
+1980,Swaziland,Sugar,0.603373,0.0416823424316302
 1981,Swaziland,Ruminants,0.621314,0.844905313577354
 1981,Swaziland,Cereals,0.621314,0.0741155035939959
 1981,Swaziland,Monogastrics,0.621314,0.0154728526960603
-1981,Swaziland,Oilcrops,0.621314,0.0084321293259125
-1981,Swaziland,Pulses,0.621314,0.00455164377432345
+1981,Swaziland,FruitVeg,0.621314,0.0803040008755637
+1981,Swaziland,OilcropsPulses,0.621314,0.012983773100236
 1981,Swaziland,Starchy Roots,0.621314,0.0476168249870436
+1981,Swaziland,Sugar,0.621314,0.047740755881889
 1982,Swaziland,Ruminants,0.639333,0.775921937394128
 1982,Swaziland,Cereals,0.639333,0.0783347645123903
 1982,Swaziland,Monogastrics,0.639333,0.0133593917410802
-1982,Swaziland,Oilcrops,0.639333,0.0142805079668968
-1982,Swaziland,Pulses,0.639333,0.00263868750713634
+1982,Swaziland,FruitVeg,0.639333,0.0773446701484203
+1982,Swaziland,OilcropsPulses,0.639333,0.0169191954740331
 1982,Swaziland,Starchy Roots,0.639333,0.0464906394633157
+1982,Swaziland,Sugar,0.639333,0.0537654086368137
 1983,Swaziland,Ruminants,0.658496,0.820590254154923
 1983,Swaziland,Cereals,0.658496,0.0877074424142288
 1983,Swaziland,Monogastrics,0.658496,0.0132640137525513
-1983,Swaziland,Oilcrops,0.658496,0.00889451112838954
-1983,Swaziland,Pulses,0.658496,0.00197115851880649
+1983,Swaziland,FruitVeg,0.658496,0.0721204077169793
+1983,Swaziland,OilcropsPulses,0.658496,0.010865669647196
 1983,Swaziland,Starchy Roots,0.658496,0.0451756730488872
+1983,Swaziland,Sugar,0.658496,0.0517710054427058
 1984,Swaziland,Ruminants,0.680253,0.664637862677563
 1984,Swaziland,Cereals,0.680253,0.096953633427563
 1984,Swaziland,Monogastrics,0.680253,0.0141153364998023
-1984,Swaziland,Oilcrops,0.680253,0.0142579305052679
-1984,Swaziland,Pulses,0.680253,0.00352221893913
+1984,Swaziland,FruitVeg,0.680253,0.0781238744996347
+1984,Swaziland,OilcropsPulses,0.680253,0.0177801494443979
 1984,Swaziland,Starchy Roots,0.680253,0.0496374143149681
+1984,Swaziland,Sugar,0.680253,0.0510266033372877
 1985,Swaziland,Ruminants,0.705492,0.644163222261911
 1985,Swaziland,Cereals,0.705492,0.130236770934327
 1985,Swaziland,Monogastrics,0.705492,0.0122283456084548
-1985,Swaziland,Oilcrops,0.705492,0.0133991597353336
-1985,Swaziland,Pulses,0.705492,0.00473570217663701
+1985,Swaziland,FruitVeg,0.705492,0.079920112488873
+1985,Swaziland,OilcropsPulses,0.705492,0.0181348619119707
 1985,Swaziland,Starchy Roots,0.705492,0.0514973947259501
+1985,Swaziland,Sugar,0.705492,0.0509289970687123
 1986,Swaziland,Ruminants,0.73479,0.601951033628656
 1986,Swaziland,Cereals,0.73479,0.1125165013133
 1986,Swaziland,Monogastrics,0.73479,0.0119299391662924
-1986,Swaziland,Oilcrops,0.73479,0.0156915581322555
-1986,Swaziland,Pulses,0.73479,0.00625757019012235
+1986,Swaziland,FruitVeg,0.73479,0.0889410579893575
+1986,Swaziland,OilcropsPulses,0.73479,0.0219491283223778
 1986,Swaziland,Starchy Roots,0.73479,0.0507110875216048
+1986,Swaziland,Sugar,0.73479,0.0519032648784006
 1987,Swaziland,Ruminants,0.767417,0.67032969037694
 1987,Swaziland,Cereals,0.767417,0.0852730653608143
 1987,Swaziland,Monogastrics,0.767417,0.0132822181421574
-1987,Swaziland,Oilcrops,0.767417,0.0212739618747044
-1987,Swaziland,Pulses,0.767417,0.00595895060964248
+1987,Swaziland,FruitVeg,0.767417,0.101882027632956
+1987,Swaziland,OilcropsPulses,0.767417,0.0272329124843468
 1987,Swaziland,Starchy Roots,0.767417,0.0496796396222653
+1987,Swaziland,Sugar,0.767417,0.0499350418351431
 1988,Swaziland,Ruminants,0.80135,0.611095151931116
 1988,Swaziland,Cereals,0.80135,0.100452985586822
 1988,Swaziland,Monogastrics,0.80135,0.016424284020715
-1988,Swaziland,Oilcrops,0.80135,0.0237636488425781
-1988,Swaziland,Pulses,0.80135,0.00699319897672677
+1988,Swaziland,FruitVeg,0.80135,0.118445123853497
+1988,Swaziland,OilcropsPulses,0.80135,0.0307568478193049
 1988,Swaziland,Starchy Roots,0.80135,0.0556248830099208
+1988,Swaziland,Sugar,0.80135,0.0493454795033381
 1989,Swaziland,Ruminants,0.833787,0.613402463698763
 1989,Swaziland,Cereals,0.833787,0.125782723885117
 1989,Swaziland,Monogastrics,0.833787,0.0159995298559464
-1989,Swaziland,Oilcrops,0.833787,0.0168436303276496
-1989,Swaziland,Pulses,0.833787,0.00684707245375618
+1989,Swaziland,FruitVeg,0.833787,0.118566252532122
+1989,Swaziland,OilcropsPulses,0.833787,0.0236907027814058
 1989,Swaziland,Starchy Roots,0.833787,0.0661260010050529
+1989,Swaziland,Sugar,0.833787,0.0480410464543103
 1990,Swaziland,Ruminants,0.862728,0.54511340770208
 1990,Swaziland,Cereals,0.862728,0.117684832299404
 1990,Swaziland,Monogastrics,0.862728,0.017657361300433
-1990,Swaziland,Oilcrops,0.862728,0.0226282211774742
-1990,Swaziland,Pulses,0.862728,0.00415890060366651
+1990,Swaziland,FruitVeg,0.862728,0.119578824380338
+1990,Swaziland,OilcropsPulses,0.862728,0.0267871217811408
 1990,Swaziland,Starchy Roots,0.862728,0.0562970020678592
+1990,Swaziland,Sugar,0.862728,0.0388001780398921
 1991,Swaziland,Ruminants,0.887248,0.576024403548951
 1991,Swaziland,Cereals,0.887248,0.116563801778082
 1991,Swaziland,Monogastrics,0.887248,0.0162792139289128
-1991,Swaziland,Oilcrops,0.887248,0.019118668061241
-1991,Swaziland,Pulses,0.887248,0.00361229329341965
+1991,Swaziland,FruitVeg,0.887248,0.106735659026563
+1991,Swaziland,OilcropsPulses,0.887248,0.0227309613546607
 1991,Swaziland,Starchy Roots,0.887248,0.0499229076875913
+1991,Swaziland,Sugar,0.887248,0.0390803924043785
 1992,Swaziland,Ruminants,0.907947,0.634140539040274
 1992,Swaziland,Cereals,0.907947,0.110472307304281
 1992,Swaziland,Monogastrics,0.907947,0.0198443301205907
-1992,Swaziland,Oilcrops,0.907947,0.0198921302675156
-1992,Swaziland,Pulses,0.907947,0.00334601028474129
+1992,Swaziland,FruitVeg,0.907947,0.0944306220517277
+1992,Swaziland,OilcropsPulses,0.907947,0.0232381405522569
 1992,Swaziland,Starchy Roots,0.907947,0.0510426269374754
+1992,Swaziland,Sugar,0.907947,0.0409946836103869
 1993,Swaziland,Ruminants,0.926224,0.640364533849263
 1993,Swaziland,Cereals,0.926224,0.11758170809653
 1993,Swaziland,Monogastrics,0.926224,0.013810374164349
-1993,Swaziland,Oilcrops,0.926224,0.013720223185752
-1993,Swaziland,Pulses,0.926224,0.00391805869854376
+1993,Swaziland,FruitVeg,0.926224,0.0877638670559173
+1993,Swaziland,OilcropsPulses,0.926224,0.0176382818842958
 1993,Swaziland,Starchy Roots,0.926224,0.0512273488918447
+1993,Swaziland,Sugar,0.926224,0.0381376427300523
 1994,Swaziland,Ruminants,0.944223,0.588286983053791
 1994,Swaziland,Cereals,0.944223,0.121840921053607
 1994,Swaziland,Monogastrics,0.944223,0.0121028612944188
-1994,Swaziland,Oilcrops,0.944223,0.0145654151614608
-1994,Swaziland,Pulses,0.944223,0.00402870931972638
+1994,Swaziland,FruitVeg,0.944223,0.0782887093409078
+1994,Swaziland,OilcropsPulses,0.944223,0.0185941244811872
 1994,Swaziland,Starchy Roots,0.944223,0.0516032759210483
+1994,Swaziland,Sugar,0.944223,0.038053510664324
 1995,Swaziland,Ruminants,0.963428,0.5884457375123
 1995,Swaziland,Cereals,0.963428,0.121643755423342
 1995,Swaziland,Monogastrics,0.963428,0.0114870026613302
-1995,Swaziland,Oilcrops,0.963428,0.00847702163524415
-1995,Swaziland,Pulses,0.963428,0.00468223883881307
+1995,Swaziland,FruitVeg,0.963428,0.0619350901157118
+1995,Swaziland,OilcropsPulses,0.963428,0.0131592604740572
 1995,Swaziland,Starchy Roots,0.963428,0.0500213819818398
+1995,Swaziland,Sugar,0.963428,0.034679291031608
 1996,Swaziland,Ruminants,0.984506,0.551847423987259
 1996,Swaziland,Cereals,0.984506,0.119206993151895
 1996,Swaziland,Monogastrics,0.984506,0.0106013574320522
-1996,Swaziland,Oilcrops,0.984506,0.00856063853343707
-1996,Swaziland,Pulses,0.984506,0.00535496990368774
+1996,Swaziland,FruitVeg,0.984506,0.0690204021102969
+1996,Swaziland,OilcropsPulses,0.984506,0.0139156084371248
 1996,Swaziland,Starchy Roots,0.984506,0.0501601818577033
+1996,Swaziland,Sugar,0.984506,0.035869766156834
 1997,Swaziland,Ruminants,1.00676,0.536309646787715
 1997,Swaziland,Cereals,1.00676,0.13861992927808
 1997,Swaziland,Monogastrics,1.00676,0.0371601970678215
-1997,Swaziland,Oilcrops,1.00676,0.00588124279868092
-1997,Swaziland,Pulses,1.00676,0.00614644999801343
+1997,Swaziland,FruitVeg,1.00676,0.0431205053836068
+1997,Swaziland,OilcropsPulses,1.00676,0.0120276927966943
 1997,Swaziland,Starchy Roots,1.00676,0.0531536811156581
+1997,Swaziland,Sugar,1.00676,0.0297618101632961
 1998,Swaziland,Ruminants,1.028694,0.518635862559712
 1998,Swaziland,Cereals,1.028694,0.157092390934525
 1998,Swaziland,Monogastrics,1.028694,0.0409993642424278
-1998,Swaziland,Oilcrops,1.028694,0.00473415806838574
-1998,Swaziland,Pulses,1.028694,0.00711679080465133
+1998,Swaziland,FruitVeg,1.028694,0.0476983437251505
+1998,Swaziland,OilcropsPulses,1.028694,0.0118509488730371
 1998,Swaziland,Starchy Roots,1.028694,0.0535504241300134
+1998,Swaziland,Sugar,1.028694,0.0351202592802136
 1999,Swaziland,Ruminants,1.048151,0.48409828354884
 1999,Swaziland,Cereals,1.048151,0.173229811353517
 1999,Swaziland,Monogastrics,1.048151,0.036786779767419
-1999,Swaziland,Oilcrops,1.048151,0.00527691143737877
-1999,Swaziland,Pulses,1.048151,0.00515765381133062
+1999,Swaziland,FruitVeg,1.048151,0.0507417347309691
+1999,Swaziland,OilcropsPulses,1.048151,0.0104345652487094
 1999,Swaziland,Starchy Roots,1.048151,0.0573400206649614
+1999,Swaziland,Sugar,1.048151,0.0408710195382154
 2000,Swaziland,Ruminants,1.063715,0.509628800947622
 2000,Swaziland,Cereals,1.063715,0.188499739121851
 2000,Swaziland,Monogastrics,1.063715,0.0296052984116986
-2000,Swaziland,Oilcrops,1.063715,0.00619526846946786
-2000,Swaziland,Pulses,1.063715,0.00409978236651735
+2000,Swaziland,FruitVeg,1.063715,0.0612165852695506
+2000,Swaziland,OilcropsPulses,1.063715,0.0102950508359852
 2000,Swaziland,Starchy Roots,1.063715,0.0569917694119196
+2000,Swaziland,Sugar,1.063715,0.0386823538259778
 2001,Swaziland,Ruminants,1.074765,0.479855596339665
 2001,Swaziland,Cereals,1.074765,0.197838597274753
 2001,Swaziland,Monogastrics,1.074765,0.038242406479556
-2001,Swaziland,Oilcrops,1.074765,0.00638186022060637
-2001,Swaziland,Pulses,1.074765,0.00564123319981577
+2001,Swaziland,FruitVeg,1.074765,0.0813470851767596
+2001,Swaziland,OilcropsPulses,1.074765,0.0120230934204221
 2001,Swaziland,Starchy Roots,1.074765,0.0580415253567059
+2001,Swaziland,Sugar,1.074765,0.0378929347345699
 2002,Swaziland,Ruminants,1.082195,0.70736382999367
 2002,Swaziland,Cereals,1.082195,0.168501055724708
 2002,Swaziland,Monogastrics,1.082195,0.0317691358766211
-2002,Swaziland,Oilcrops,1.082195,0.00564778066799422
-2002,Swaziland,Pulses,1.082195,0.00600631124704882
+2002,Swaziland,FruitVeg,1.082195,0.101299673349073
+2002,Swaziland,OilcropsPulses,1.082195,0.011654091915043
 2002,Swaziland,Starchy Roots,1.082195,0.0510795189406715
+2002,Swaziland,Sugar,1.082195,0.0395492494421061
 2003,Swaziland,Ruminants,1.087949,0.60862659922478
 2003,Swaziland,Cereals,1.087949,0.166704505450164
 2003,Swaziland,Monogastrics,1.087949,0.0514286055688272
-2003,Swaziland,Oilcrops,1.087949,0.00652236455936813
-2003,Swaziland,Pulses,1.087949,0.00519141981839222
+2003,Swaziland,FruitVeg,1.087949,0.0898819705703117
+2003,Swaziland,OilcropsPulses,1.087949,0.0117137843777604
 2003,Swaziland,Starchy Roots,1.087949,0.0480279866059898
+2003,Swaziland,Sugar,1.087949,0.0361652981895291
 2004,Swaziland,Ruminants,1.094775,0.848457902308694
 2004,Swaziland,Cereals,1.094775,0.165545431709712
 2004,Swaziland,Monogastrics,1.094775,0.0828464296316595
-2004,Swaziland,Oilcrops,1.094775,0.00856249000936265
-2004,Swaziland,Pulses,1.094775,0.00591080358977872
+2004,Swaziland,FruitVeg,1.094775,0.104958553127355
+2004,Swaziland,OilcropsPulses,1.094775,0.0144732935991414
 2004,Swaziland,Starchy Roots,1.094775,0.0543189239798132
+2004,Swaziland,Sugar,1.094775,0.0285373706926081
 2005,Swaziland,Ruminants,1.104642,0.603919007243976
 2005,Swaziland,Cereals,1.104642,0.165258065509007
 2005,Swaziland,Monogastrics,1.104642,0.0588385196289839
-2005,Swaziland,Oilcrops,1.104642,0.00908167533010695
-2005,Swaziland,Pulses,1.104642,0.00846790181796455
+2005,Swaziland,FruitVeg,1.104642,0.108254076886448
+2005,Swaziland,OilcropsPulses,1.104642,0.0175495771480715
 2005,Swaziland,Starchy Roots,1.104642,0.0510310127625059
+2005,Swaziland,Sugar,1.104642,0.0266964319661936
 2006,Swaziland,Ruminants,1.118204,0.541956744923109
 2006,Swaziland,Cereals,1.118204,0.157984589573995
 2006,Swaziland,Monogastrics,1.118204,0.044680487639107
-2006,Swaziland,Oilcrops,1.118204,0.00670986689369739
-2006,Swaziland,Pulses,1.118204,0.00553387396217506
+2006,Swaziland,FruitVeg,1.118204,0.0889649831336679
+2006,Swaziland,OilcropsPulses,1.118204,0.0122437408558725
 2006,Swaziland,Starchy Roots,1.118204,0.0492369907458746
+2006,Swaziland,Sugar,1.118204,0.0355534410536897
 2007,Swaziland,Ruminants,1.134853,0.506358180310578
 2007,Swaziland,Cereals,1.134853,0.153226893703414
 2007,Swaziland,Monogastrics,1.134853,0.0354010607541241
-2007,Swaziland,Oilcrops,1.134853,0.00807769816883773
-2007,Swaziland,Pulses,1.134853,0.00526764259335791
+2007,Swaziland,FruitVeg,1.134853,0.0839527233923689
+2007,Swaziland,OilcropsPulses,1.134853,0.0133453407621956
 2007,Swaziland,Starchy Roots,1.134853,0.0518137591388488
+2007,Swaziland,Sugar,1.134853,0.031510689049595
 2008,Swaziland,Ruminants,1.15375,0.488894821235103
 2008,Swaziland,Cereals,1.15375,0.156404767063922
 2008,Swaziland,Monogastrics,1.15375,0.0310230985915493
-2008,Swaziland,Oilcrops,1.15375,0.00710032502708559
-2008,Swaziland,Pulses,1.15375,0.00323640303358613
+2008,Swaziland,FruitVeg,1.15375,0.0966613217768147
+2008,Swaziland,OilcropsPulses,1.15375,0.0103367280606717
 2008,Swaziland,Starchy Roots,1.15375,0.0541434452871073
+2008,Swaziland,Sugar,1.15375,0.032630985915493
 2009,Swaziland,Ruminants,1.173529,0.485647223034113
 2009,Swaziland,Cereals,1.173529,0.154626771046987
 2009,Swaziland,Monogastrics,1.173529,0.0304946021785572
-2009,Swaziland,Oilcrops,1.173529,0.00709483958214923
-2009,Swaziland,Pulses,1.173529,0.00334972548611922
+2009,Swaziland,FruitVeg,1.173529,0.098521638579021
+2009,Swaziland,OilcropsPulses,1.173529,0.0104445650682684
 2009,Swaziland,Starchy Roots,1.173529,0.0560437790629801
+2009,Swaziland,Sugar,1.173529,0.0311871287373384
 2010,Swaziland,Ruminants,1.193148,0.487381112820874
 2010,Swaziland,Cereals,1.193148,0.154538246722117
 2010,Swaziland,Monogastrics,1.193148,0.0315164589807803
-2010,Swaziland,Oilcrops,1.193148,0.0073402461387858
-2010,Swaziland,Pulses,1.193148,0.00335582844709961
+2010,Swaziland,FruitVeg,1.193148,0.103605755530747
+2010,Swaziland,OilcropsPulses,1.193148,0.0106960745858854
 2010,Swaziland,Starchy Roots,1.193148,0.055196002507652
+2010,Swaziland,Sugar,1.193148,0.0324343669016752
 2011,Swaziland,Ruminants,1.212458,0.441078701282849
 2011,Swaziland,Cereals,1.212458,0.157110596820673
 2011,Swaziland,Monogastrics,1.212458,0.0316813448383367
-2011,Swaziland,Oilcrops,1.212458,0.00673177957504507
-2011,Swaziland,Pulses,1.212458,0.00301618695245526
+2011,Swaziland,FruitVeg,1.212458,0.104727751394275
+2011,Swaziland,OilcropsPulses,1.212458,0.00974796652750034
 2011,Swaziland,Starchy Roots,1.212458,0.0565017509884878
+2011,Swaziland,Sugar,1.212458,0.0333314638527685
 1961,Sweden,Ruminants,7.519998,0.925823570697758
 1961,Sweden,Cereals,7.519998,0.0670876508211837
 1961,Sweden,Monogastrics,7.519998,0.195170238077191
-1961,Sweden,Oilcrops,7.519998,0.0536618493781514
-1961,Sweden,Pulses,7.519998,0.00112566519299606
+1961,Sweden,FruitVeg,7.519998,0.0963379245579587
+1961,Sweden,OilcropsPulses,7.519998,0.0547875145711475
 1961,Sweden,Starchy Roots,7.519998,0.117420243994746
+1961,Sweden,Sugar,7.519998,0.0458401717660031
 1962,Sweden,Ruminants,7.561588,0.931284314882006
 1962,Sweden,Cereals,7.561588,0.071901166791949
 1962,Sweden,Monogastrics,7.561588,0.195177110945479
-1962,Sweden,Oilcrops,7.561588,0.0276838674627605
-1962,Sweden,Pulses,7.561588,0.00100574112210292
+1962,Sweden,FruitVeg,7.561588,0.106932432711224
+1962,Sweden,OilcropsPulses,7.561588,0.0286896085848634
 1962,Sweden,Starchy Roots,7.561588,0.116113176227004
+1962,Sweden,Sugar,7.561588,0.0448568475299104
 1963,Sweden,Ruminants,7.604328,0.892591508414682
 1963,Sweden,Cereals,7.604328,0.0743871121813788
 1963,Sweden,Monogastrics,7.604328,0.193435383113406
-1963,Sweden,Oilcrops,7.604328,0.0408047890622288
-1963,Sweden,Pulses,7.604328,0.000991803614993988
+1963,Sweden,FruitVeg,7.604328,0.103920556819748
+1963,Sweden,OilcropsPulses,7.604328,0.0417965926772228
 1963,Sweden,Starchy Roots,7.604328,0.119011173636908
+1963,Sweden,Sugar,7.604328,0.042729482473665
 1964,Sweden,Ruminants,7.661354,0.882053159271847
 1964,Sweden,Cereals,7.661354,0.0712422373382042
 1964,Sweden,Monogastrics,7.661354,0.20207793557118
-1964,Sweden,Oilcrops,7.661354,0.0413865486440125
-1964,Sweden,Pulses,7.661354,0.00102475358794281
+1964,Sweden,FruitVeg,7.661354,0.113966800124364
+1964,Sweden,OilcropsPulses,7.661354,0.0424113022319553
 1964,Sweden,Starchy Roots,7.661354,0.110424345357231
+1964,Sweden,Sugar,7.661354,0.0433480818142589
 1965,Sweden,Ruminants,7.733853,0.871448164323785
 1965,Sweden,Cereals,7.733853,0.0665668199279195
 1965,Sweden,Monogastrics,7.733853,0.207338360323114
-1965,Sweden,Oilcrops,7.733853,0.0467793996084487
-1965,Sweden,Pulses,7.733853,0.00092347242700372
+1965,Sweden,FruitVeg,7.733853,0.108464694118184
+1965,Sweden,OilcropsPulses,7.733853,0.0477028720354525
 1965,Sweden,Starchy Roots,7.733853,0.112751044013896
+1965,Sweden,Sugar,7.733853,0.0458303254535611
 1966,Sweden,Ruminants,7.807797,0.914377025939583
 1966,Sweden,Cereals,7.807797,0.0742302854441528
 1966,Sweden,Monogastrics,7.807797,0.198105304223458
-1966,Sweden,Oilcrops,7.807797,0.0471398014062097
-1966,Sweden,Pulses,7.807797,0.00148069935732192
+1966,Sweden,FruitVeg,7.807797,0.113775627107108
+1966,Sweden,OilcropsPulses,7.807797,0.0486205007635316
 1966,Sweden,Starchy Roots,7.807797,0.106360859535667
+1966,Sweden,Sugar,7.807797,0.0464390915901118
 1967,Sweden,Ruminants,7.867931,0.850771009557659
 1967,Sweden,Cereals,7.867931,0.0738032654328056
 1967,Sweden,Monogastrics,7.867931,0.211445156293313
-1967,Sweden,Oilcrops,7.867931,0.0459120701490646
-1967,Sweden,Pulses,7.867931,0.00102225095771684
+1967,Sweden,FruitVeg,7.867931,0.117244292050858
+1967,Sweden,OilcropsPulses,7.867931,0.0469343211067814
 1967,Sweden,Starchy Roots,7.867931,0.107923290125447
+1967,Sweden,Sugar,7.867931,0.0457216770202992
 1968,Sweden,Ruminants,7.912273,0.856250827037945
 1968,Sweden,Cereals,7.912273,0.0735878299446948
 1968,Sweden,Monogastrics,7.912273,0.2170350669144
-1968,Sweden,Oilcrops,7.912273,0.035265466699645
-1968,Sweden,Pulses,7.912273,0.0010067903369866
+1968,Sweden,FruitVeg,7.912273,0.114894291438124
+1968,Sweden,OilcropsPulses,7.912273,0.0362722570366316
 1968,Sweden,Starchy Roots,7.912273,0.103773593251901
+1968,Sweden,Sugar,7.912273,0.0442051228515497
 1969,Sweden,Ruminants,7.968072,0.860979117658575
 1969,Sweden,Cereals,7.968072,0.0721618730352838
 1969,Sweden,Monogastrics,7.968072,0.208764064882948
-1969,Sweden,Oilcrops,7.968072,0.0321900956718263
-1969,Sweden,Pulses,7.968072,0.00116138508788575
+1969,Sweden,FruitVeg,7.968072,0.109222657626588
+1969,Sweden,OilcropsPulses,7.968072,0.033351480759712
 1969,Sweden,Starchy Roots,7.968072,0.0980579743757335
+1969,Sweden,Sugar,7.968072,0.0442031648308399
 1970,Sweden,Ruminants,8.042801,0.845626703930633
 1970,Sweden,Cereals,8.042801,0.0733496949632348
 1970,Sweden,Monogastrics,8.042801,0.220606751304676
-1970,Sweden,Oilcrops,8.042801,0.0325297119747212
-1970,Sweden,Pulses,8.042801,0.000987964267672419
+1970,Sweden,FruitVeg,8.042801,0.124868811251205
+1970,Sweden,OilcropsPulses,8.042801,0.0335176762423937
 1970,Sweden,Starchy Roots,8.042801,0.095604130948907
+1970,Sweden,Sugar,8.042801,0.0453691444062833
 1971,Sweden,Ruminants,8.098334,0.797982955506651
 1971,Sweden,Cereals,8.098334,0.0723379648209126
 1971,Sweden,Monogastrics,8.098334,0.226070065769083
-1971,Sweden,Oilcrops,8.098334,0.0365522093803491
-1971,Sweden,Pulses,8.098334,0.000741634020034244
+1971,Sweden,FruitVeg,8.098334,0.123518615063296
+1971,Sweden,OilcropsPulses,8.098334,0.0372938434003833
 1971,Sweden,Starchy Roots,8.098334,0.0954802555686145
+1971,Sweden,Sugar,8.098334,0.0470430090929813
 1972,Sweden,Ruminants,8.1223,0.758887888898465
 1972,Sweden,Cereals,8.1223,0.0694039865555323
 1972,Sweden,Monogastrics,8.1223,0.22132320894328
-1972,Sweden,Oilcrops,8.1223,0.0356477844945397
-1972,Sweden,Pulses,8.1223,0.00098297280327001
+1972,Sweden,FruitVeg,8.1223,0.120844957709023
+1972,Sweden,OilcropsPulses,8.1223,0.0366307572978097
 1972,Sweden,Starchy Roots,8.1223,0.0964199795624392
+1972,Sweden,Sugar,8.1223,0.0474933208573926
 1973,Sweden,Ruminants,8.136312,0.787819542810059
 1973,Sweden,Cereals,8.136312,0.0733580521494259
 1973,Sweden,Monogastrics,8.136312,0.221422076734521
-1973,Sweden,Oilcrops,8.136312,0.0330642433574327
-1973,Sweden,Pulses,8.136312,0.000866240134350797
+1973,Sweden,FruitVeg,8.136312,0.120593212256364
+1973,Sweden,OilcropsPulses,8.136312,0.0339304834917835
 1973,Sweden,Starchy Roots,8.136312,0.0933982128512279
+1973,Sweden,Sugar,8.136312,0.0469680857862875
 1974,Sweden,Ruminants,8.159955,0.860232305202663
 1974,Sweden,Cereals,8.159955,0.0736207491340332
 1974,Sweden,Monogastrics,8.159955,0.241794875094287
-1974,Sweden,Oilcrops,8.159955,0.0277947611230699
-1974,Sweden,Pulses,8.159955,0.000731499132041782
+1974,Sweden,FruitVeg,8.159955,0.124935738003457
+1974,Sweden,OilcropsPulses,8.159955,0.0285262602551117
 1974,Sweden,Starchy Roots,8.159955,0.0941999067396818
+1974,Sweden,Sugar,8.159955,0.0456743940377122
 1975,Sweden,Ruminants,8.192437,0.896030985651766
 1975,Sweden,Cereals,8.192437,0.0725732770358808
 1975,Sweden,Monogastrics,8.192437,0.250684625344083
-1975,Sweden,Oilcrops,8.192437,0.0324180704715825
-1975,Sweden,Pulses,8.192437,0.000727622317998906
+1975,Sweden,FruitVeg,8.192437,0.127557892724717
+1975,Sweden,OilcropsPulses,8.192437,0.0331456927895814
 1975,Sweden,Starchy Roots,8.192437,0.09330117521807
+1975,Sweden,Sugar,8.192437,0.0458992849136344
 1976,Sweden,Ruminants,8.222286,0.934974871951669
 1976,Sweden,Cereals,8.222286,0.0757960742304512
 1976,Sweden,Monogastrics,8.222286,0.263072885083297
-1976,Sweden,Oilcrops,8.222286,0.030820382555411
-1976,Sweden,Pulses,8.222286,0.000857790643623926
+1976,Sweden,FruitVeg,8.222286,0.134866629548036
+1976,Sweden,OilcropsPulses,8.222286,0.0316781731990349
 1976,Sweden,Starchy Roots,8.222286,0.0900905174059866
+1976,Sweden,Sugar,8.222286,0.0456815780915429
 1977,Sweden,Ruminants,8.25154,0.9144875380838
 1977,Sweden,Cereals,8.25154,0.0754863940549279
 1977,Sweden,Monogastrics,8.25154,0.266703051793968
-1977,Sweden,Oilcrops,8.25154,0.0304751597883547
-1977,Sweden,Pulses,8.25154,0.000727500563531171
+1977,Sweden,FruitVeg,8.25154,0.133298147982074
+1977,Sweden,OilcropsPulses,8.25154,0.0312026603518858
 1977,Sweden,Starchy Roots,8.25154,0.094839387556747
+1977,Sweden,Sugar,8.25154,0.0426469483272213
 1978,Sweden,Ruminants,8.275599,0.910216517257542
 1978,Sweden,Cereals,8.275599,0.0725513645598343
 1978,Sweden,Monogastrics,8.275599,0.270313677596027
-1978,Sweden,Oilcrops,8.275599,0.0319149103285454
-1978,Sweden,Pulses,8.275599,0.000604306709399525
+1978,Sweden,FruitVeg,8.275599,0.124766678520794
+1978,Sweden,OilcropsPulses,8.275599,0.0325192170379449
 1978,Sweden,Starchy Roots,8.275599,0.10272428618158
+1978,Sweden,Sugar,8.275599,0.0420382862920255
 1979,Sweden,Ruminants,8.293678,0.91544701880155
 1979,Sweden,Cereals,8.293678,0.0715113367073089
 1979,Sweden,Monogastrics,8.293678,0.280136810230636
-1979,Sweden,Oilcrops,8.293678,0.026072268539965
-1979,Sweden,Pulses,8.293678,0.00096314325200472
+1979,Sweden,FruitVeg,8.293678,0.133826873915288
+1979,Sweden,OilcropsPulses,8.293678,0.0270354117919697
 1979,Sweden,Starchy Roots,8.293678,0.0940588723121395
+1979,Sweden,Sugar,8.293678,0.0439499821430251
 1980,Sweden,Ruminants,8.310531,0.943166495618631
 1980,Sweden,Cereals,8.310531,0.077192781062967
 1980,Sweden,Monogastrics,8.310531,0.27681588577192
-1980,Sweden,Oilcrops,8.310531,0.0251739630115091
-1980,Sweden,Pulses,8.310531,0.00120076563098074
+1980,Sweden,FruitVeg,8.310531,0.128368692686424
+1980,Sweden,OilcropsPulses,8.310531,0.0263747286424899
 1980,Sweden,Starchy Roots,8.310531,0.0879947382423578
+1980,Sweden,Sugar,8.310531,0.0440720334236164
 1981,Sweden,Ruminants,8.320503,0.935280595415926
 1981,Sweden,Cereals,8.320503,0.077356621348493
 1981,Sweden,Monogastrics,8.320503,0.274956778454379
-1981,Sweden,Oilcrops,8.320503,0.0258968718597902
-1981,Sweden,Pulses,8.320503,0.000717745069018063
+1981,Sweden,FruitVeg,8.320503,0.132503287361353
+1981,Sweden,OilcropsPulses,8.320503,0.0266146169288083
 1981,Sweden,Starchy Roots,8.320503,0.0848751571870114
+1981,Sweden,Sugar,8.320503,0.0438354508134905
 1982,Sweden,Ruminants,8.325263,0.900154697815552
 1982,Sweden,Cereals,8.325263,0.0765537377017399
 1982,Sweden,Monogastrics,8.325263,0.266323454286069
-1982,Sweden,Oilcrops,8.325263,0.0297132955439366
-1982,Sweden,Pulses,8.325263,0.000962852464841051
+1982,Sweden,FruitVeg,8.325263,0.128997005860355
+1982,Sweden,OilcropsPulses,8.325263,0.0306761480087776
 1982,Sweden,Starchy Roots,8.325263,0.0829864473951153
+1982,Sweden,Sugar,8.325263,0.0443071888539737
 1983,Sweden,Ruminants,8.329033,0.922388517370504
 1983,Sweden,Cereals,8.329033,0.0788557327123089
 1983,Sweden,Monogastrics,8.329033,0.265042040294474
-1983,Sweden,Oilcrops,8.329033,0.0230958383764358
-1983,Sweden,Pulses,8.329033,0.000969500300935295
+1983,Sweden,FruitVeg,8.329033,0.126804876388411
+1983,Sweden,OilcropsPulses,8.329033,0.0240653386773711
 1983,Sweden,Starchy Roots,8.329033,0.0809907944895884
+1983,Sweden,Sugar,8.329033,0.0462017619572404
 1984,Sweden,Ruminants,8.336605,0.916740663615464
 1984,Sweden,Cereals,8.336605,0.0812797295781676
 1984,Sweden,Monogastrics,8.336605,0.250093065462499
-1984,Sweden,Oilcrops,8.336605,0.0279541851868956
-1984,Sweden,Pulses,8.336605,0.000964661273983834
+1984,Sweden,FruitVeg,8.336605,0.130551105635927
+1984,Sweden,OilcropsPulses,8.336605,0.0289188464608795
 1984,Sweden,Starchy Roots,8.336605,0.0817706968244267
+1984,Sweden,Sugar,8.336605,0.0464057011217396
 1985,Sweden,Ruminants,8.350386,0.892408925767024
 1985,Sweden,Cereals,8.350386,0.0783599704253193
 1985,Sweden,Monogastrics,8.350386,0.260804446644742
-1985,Sweden,Oilcrops,8.350386,0.0255203771418471
-1985,Sweden,Pulses,8.350386,0.000888940942370808
+1985,Sweden,FruitVeg,8.350386,0.130319005612435
+1985,Sweden,OilcropsPulses,8.350386,0.0264093180842179
 1985,Sweden,Starchy Roots,8.350386,0.0836017640382133
+1985,Sweden,Sugar,8.350386,0.045178749820667
 1986,Sweden,Ruminants,8.369829,0.885691045778833
 1986,Sweden,Cereals,8.369829,0.0781947874920742
 1986,Sweden,Monogastrics,8.369829,0.258863890767661
-1986,Sweden,Oilcrops,8.369829,0.0280604299084247
-1986,Sweden,Pulses,8.369829,0.00128282190711423
+1986,Sweden,FruitVeg,8.369829,0.134057219090139
+1986,Sweden,OilcropsPulses,8.369829,0.0293432518155389
 1986,Sweden,Starchy Roots,8.369829,0.082451744235157
+1986,Sweden,Sugar,8.369829,0.0430021927568652
 1987,Sweden,Ruminants,8.397804,0.912718277302018
 1987,Sweden,Cereals,8.397804,0.0775656350160113
 1987,Sweden,Monogastrics,8.397804,0.25557413580979
-1987,Sweden,Oilcrops,8.397804,0.0240312824638441
-1987,Sweden,Pulses,8.397804,0.00158553355139034
+1987,Sweden,FruitVeg,8.397804,0.137075835539863
+1987,Sweden,OilcropsPulses,8.397804,0.0256168160152345
 1987,Sweden,Starchy Roots,8.397804,0.0807620658924642
+1987,Sweden,Sugar,8.397804,0.0416295736361554
 1988,Sweden,Ruminants,8.436489,0.905286820145205
 1988,Sweden,Cereals,8.436489,0.0805182108339145
 1988,Sweden,Monogastrics,8.436489,0.261881773330114
-1988,Sweden,Oilcrops,8.436489,0.0271346291093368
-1988,Sweden,Pulses,8.436489,0.00201363387067772
+1988,Sweden,FruitVeg,8.436489,0.152549360284829
+1988,Sweden,OilcropsPulses,8.436489,0.0291482629800146
 1988,Sweden,Starchy Roots,8.436489,0.0811665848198226
+1988,Sweden,Sugar,8.436489,0.0427440846541731
 1989,Sweden,Ruminants,8.492964,0.927465735166192
 1989,Sweden,Cereals,8.492964,0.0807256453695082
 1989,Sweden,Monogastrics,8.492964,0.261552798292799
-1989,Sweden,Oilcrops,8.492964,0.021735639053692
-1989,Sweden,Pulses,8.492964,0.0013437005031459
+1989,Sweden,FruitVeg,8.492964,0.15872103072614
+1989,Sweden,OilcropsPulses,8.492964,0.0230793395568379
 1989,Sweden,Starchy Roots,8.492964,0.0815354922027221
+1989,Sweden,Sugar,8.492964,0.0425527530789015
 1990,Sweden,Ruminants,8.558835,0.903081377313618
 1990,Sweden,Cereals,8.558835,0.0843906910227852
 1990,Sweden,Monogastrics,8.558835,0.254897284501921
-1990,Sweden,Oilcrops,8.558835,0.0210729614486084
-1990,Sweden,Pulses,8.558835,0.00171098052480273
+1990,Sweden,FruitVeg,8.558835,0.162758482901002
+1990,Sweden,OilcropsPulses,8.558835,0.0227839419734111
 1990,Sweden,Starchy Roots,8.558835,0.0798566627350568
+1990,Sweden,Sugar,8.558835,0.0425925958381018
 1991,Sweden,Ruminants,8.617375,0.898883024122775
 1991,Sweden,Cereals,8.617375,0.0858724379523927
 1991,Sweden,Monogastrics,8.617375,0.252619562221674
-1991,Sweden,Oilcrops,8.617375,0.0166280334788726
-1991,Sweden,Pulses,8.617375,0.000818346654288574
+1991,Sweden,FruitVeg,8.617375,0.150258634444944
+1991,Sweden,OilcropsPulses,8.617375,0.0174463801331612
 1991,Sweden,Starchy Roots,8.617375,0.0789220615326593
+1991,Sweden,Sugar,8.617375,0.0428977501849461
 1992,Sweden,Ruminants,8.668067,0.911413871166432
 1992,Sweden,Cereals,8.668067,0.101003718591469
 1992,Sweden,Monogastrics,8.668067,0.265886408123057
-1992,Sweden,Oilcrops,8.668067,0.0197317348839136
-1992,Sweden,Pulses,8.668067,0.00113854680634102
+1992,Sweden,FruitVeg,8.668067,0.155445845077109
+1992,Sweden,OilcropsPulses,8.668067,0.0208702816902546
 1992,Sweden,Starchy Roots,8.668067,0.0822094476196365
+1992,Sweden,Sugar,8.668067,0.0436768659033208
 1993,Sweden,Ruminants,8.718561,0.922427244587725
 1993,Sweden,Cereals,8.718561,0.105330340637635
 1993,Sweden,Monogastrics,8.718561,0.267028538310393
-1993,Sweden,Oilcrops,8.718561,0.0232058937248934
-1993,Sweden,Pulses,8.718561,0.00120914449070208
+1993,Sweden,FruitVeg,8.718561,0.153967380626229
+1993,Sweden,OilcropsPulses,8.718561,0.0244150382155954
 1993,Sweden,Starchy Roots,8.718561,0.0785147916037979
+1993,Sweden,Sugar,8.718561,0.045518061982935
 1994,Sweden,Ruminants,8.780745,0.948680413791768
 1994,Sweden,Cereals,8.780745,0.0967511298870426
 1994,Sweden,Monogastrics,8.780745,0.276713593208777
-1994,Sweden,Oilcrops,8.780745,0.0162167333181866
-1994,Sweden,Pulses,8.780745,0.00126971003029925
+1994,Sweden,FruitVeg,8.780745,0.161820210016348
+1994,Sweden,OilcropsPulses,8.780745,0.0174864433484858
 1994,Sweden,Starchy Roots,8.780745,0.0781545301679983
+1994,Sweden,Sugar,8.780745,0.0480811138462625
 1995,Sweden,Ruminants,8.826939,0.913996516799312
 1995,Sweden,Cereals,8.826939,0.10777779250542
 1995,Sweden,Monogastrics,8.826939,0.282503708250391
-1995,Sweden,Oilcrops,8.826939,0.0208031345860666
-1995,Sweden,Pulses,8.826939,0.0011852353346953
+1995,Sweden,FruitVeg,8.826939,0.147550810082635
+1995,Sweden,OilcropsPulses,8.826939,0.0219883699207619
 1995,Sweden,Starchy Roots,8.826939,0.0707207787433447
+1995,Sweden,Sugar,8.826939,0.042358964982085
 1996,Sweden,Ruminants,8.840998,0.937448634192656
 1996,Sweden,Cereals,8.840998,0.108488204612194
 1996,Sweden,Monogastrics,8.840998,0.285385247231138
-1996,Sweden,Oilcrops,8.840998,0.0209686734461426
-1996,Sweden,Pulses,8.840998,0.00150955808382719
+1996,Sweden,FruitVeg,8.840998,0.153634352139883
+1996,Sweden,OilcropsPulses,8.840998,0.0224782315299698
 1996,Sweden,Starchy Roots,8.840998,0.0655639781843633
+1996,Sweden,Sugar,8.840998,0.0442983925570394
 1997,Sweden,Ruminants,8.846062,0.951079474686024
 1997,Sweden,Cereals,8.846062,0.108071817719568
 1997,Sweden,Monogastrics,8.846062,0.290672606635585
-1997,Sweden,Oilcrops,8.846062,0.0217974958800877
-1997,Sweden,Pulses,8.846062,0.00226021477127336
+1997,Sweden,FruitVeg,8.846062,0.164052433727008
+1997,Sweden,OilcropsPulses,8.846062,0.024057710651361
 1997,Sweden,Starchy Roots,8.846062,0.0664777162990718
+1997,Sweden,Sugar,8.846062,0.0432965538790029
 1998,Sweden,Ruminants,8.850974,0.957213691962037
 1998,Sweden,Cereals,8.850974,0.106309994809611
 1998,Sweden,Monogastrics,8.850974,0.303589898693635
-1998,Sweden,Oilcrops,8.850974,0.0145229214321497
-1998,Sweden,Pulses,8.850974,0.00168738491379593
+1998,Sweden,FruitVeg,8.850974,0.166610476993831
+1998,Sweden,OilcropsPulses,8.850974,0.0162103063459457
 1998,Sweden,Starchy Roots,8.850974,0.0658725243120136
+1998,Sweden,Sugar,8.850974,0.0458079528874449
 1999,Sweden,Ruminants,8.857874,0.972167757184173
 1999,Sweden,Cereals,8.857874,0.113116081804731
 1999,Sweden,Monogastrics,8.857874,0.303478701548475
-1999,Sweden,Oilcrops,8.857874,0.0206065247710681
-1999,Sweden,Pulses,8.857874,0.0015930459159839
+1999,Sweden,FruitVeg,8.857874,0.175736073915705
+1999,Sweden,OilcropsPulses,8.857874,0.022199570687052
 1999,Sweden,Starchy Roots,8.857874,0.0605252456740748
+1999,Sweden,Sugar,8.857874,0.046400976125874
 2000,Sweden,Ruminants,8.872109,0.95205604439711
 2000,Sweden,Cereals,8.872109,0.110713923825778
 2000,Sweden,Monogastrics,8.872109,0.294125455401867
-2000,Sweden,Oilcrops,8.872109,0.0180740565743726
-2000,Sweden,Pulses,8.872109,0.00147371949555624
+2000,Sweden,FruitVeg,8.872109,0.175241760442754
+2000,Sweden,OilcropsPulses,8.872109,0.0195477760699288
 2000,Sweden,Starchy Roots,8.872109,0.0613551975071542
+2000,Sweden,Sugar,8.872109,0.0468031896361959
 2001,Sweden,Ruminants,8.89596,0.975207892121817
 2001,Sweden,Cereals,8.89596,0.116091574152761
 2001,Sweden,Monogastrics,8.89596,0.292071097441985
-2001,Sweden,Oilcrops,8.89596,0.0186256457987671
-2001,Sweden,Pulses,8.89596,0.00145436805021605
+2001,Sweden,FruitVeg,8.89596,0.179907845808659
+2001,Sweden,OilcropsPulses,8.89596,0.0200800138489831
 2001,Sweden,Starchy Roots,8.89596,0.0586528041942635
+2001,Sweden,Sugar,8.89596,0.0446180063759279
 2002,Sweden,Ruminants,8.924958,1.08369902693099
 2002,Sweden,Cereals,8.924958,0.11664010071532
 2002,Sweden,Monogastrics,8.924958,0.30236116517299
-2002,Sweden,Oilcrops,8.924958,0.0168124040471675
-2002,Sweden,Pulses,8.924958,0.00170768310618381
+2002,Sweden,FruitVeg,8.924958,0.188238869023249
+2002,Sweden,OilcropsPulses,8.924958,0.0185200871533513
 2002,Sweden,Starchy Roots,8.924958,0.058973050629482
+2002,Sweden,Sugar,8.924958,0.0425520209730959
 2003,Sweden,Ruminants,8.958229,1.06090940519605
 2003,Sweden,Cereals,8.958229,0.117919177998241
 2003,Sweden,Monogastrics,8.958229,0.303510872517325
-2003,Sweden,Oilcrops,8.958229,0.0207767629070434
-2003,Sweden,Pulses,8.958229,0.00164686569186834
+2003,Sweden,FruitVeg,8.958229,0.196042432047674
+2003,Sweden,OilcropsPulses,8.958229,0.0224236285989117
 2003,Sweden,Starchy Roots,8.958229,0.0579586657139486
+2003,Sweden,Sugar,8.958229,0.0422106869560937
 2004,Sweden,Ruminants,8.993531,1.04861536586687
 2004,Sweden,Cereals,8.993531,0.112350421653075
 2004,Sweden,Monogastrics,8.993531,0.309959758853336
-2004,Sweden,Oilcrops,8.993531,0.0184941820959977
-2004,Sweden,Pulses,8.993531,0.00157702241755769
+2004,Sweden,FruitVeg,8.993531,0.200383698015829
+2004,Sweden,OilcropsPulses,8.993531,0.0200712045135553
 2004,Sweden,Starchy Roots,8.993531,0.0673956647283475
+2004,Sweden,Sugar,8.993531,0.0418619783486597
 2005,Sweden,Ruminants,9.029572,1.06641494192637
 2005,Sweden,Cereals,9.029572,0.115634495189805
 2005,Sweden,Monogastrics,9.029572,0.30608563728159
-2005,Sweden,Oilcrops,9.029572,0.0202524549336336
-2005,Sweden,Pulses,9.029572,0.00170949409340775
+2005,Sweden,FruitVeg,9.029572,0.198421918558266
+2005,Sweden,OilcropsPulses,9.029572,0.0219619490270414
 2005,Sweden,Starchy Roots,9.029572,0.0675984420967018
+2005,Sweden,Sugar,9.029572,0.0424733309618662
 2006,Sweden,Ruminants,9.080505,1.0534380081284
 2006,Sweden,Cereals,9.080505,0.122053674327584
 2006,Sweden,Monogastrics,9.080505,0.30412413186271
-2006,Sweden,Oilcrops,9.080505,0.0123342259048368
-2006,Sweden,Pulses,9.080505,0.00184152753618879
+2006,Sweden,FruitVeg,9.080505,0.205865202430922
+2006,Sweden,OilcropsPulses,9.080505,0.0141757534410256
 2006,Sweden,Starchy Roots,9.080505,0.0603453222039964
+2006,Sweden,Sugar,9.080505,0.0417672805642417
 2007,Sweden,Ruminants,9.148092,1.04672678193442
 2007,Sweden,Cereals,9.148092,0.127242489472122
 2007,Sweden,Monogastrics,9.148092,0.311435226055881
-2007,Sweden,Oilcrops,9.148092,0.0169797155516145
-2007,Sweden,Pulses,9.148092,0.00179578430125102
+2007,Sweden,FruitVeg,9.148092,0.206880188786908
+2007,Sweden,OilcropsPulses,9.148092,0.0187754998528655
 2007,Sweden,Starchy Roots,9.148092,0.0602329972195295
+2007,Sweden,Sugar,9.148092,0.0439919056345301
 2008,Sweden,Ruminants,9.219637,1.05379173822136
 2008,Sweden,Cereals,9.219637,0.1222352897408
 2008,Sweden,Monogastrics,9.219637,0.315637448632739
-2008,Sweden,Oilcrops,9.219637,0.0116090253878759
-2008,Sweden,Pulses,9.219637,0.00175028583012542
+2008,Sweden,FruitVeg,9.219637,0.226972059745953
+2008,Sweden,OilcropsPulses,9.219637,0.0133593112180013
 2008,Sweden,Starchy Roots,9.219637,0.0629263386400137
+2008,Sweden,Sugar,9.219637,0.0440890460220939
 2009,Sweden,Ruminants,9.298515,1.06508282236465
 2009,Sweden,Cereals,9.298515,0.118698308278257
 2009,Sweden,Monogastrics,9.298515,0.312770254174995
-2009,Sweden,Oilcrops,9.298515,0.0168054791544671
-2009,Sweden,Pulses,9.298515,0.00184663895256393
+2009,Sweden,FruitVeg,9.298515,0.213600558798905
+2009,Sweden,OilcropsPulses,9.298515,0.0186521181070311
 2009,Sweden,Starchy Roots,9.298515,0.0619065517450905
+2009,Sweden,Sugar,9.298515,0.0437040753281572
 2010,Sweden,Ruminants,9.378126,1.08515851674418
 2010,Sweden,Cereals,9.378126,0.126319053508132
 2010,Sweden,Monogastrics,9.378126,0.323900265362184
-2010,Sweden,Oilcrops,9.378126,0.0179916541961582
-2010,Sweden,Pulses,9.378126,0.00188715741289891
+2010,Sweden,FruitVeg,9.378126,0.211013053140894
+2010,Sweden,OilcropsPulses,9.378126,0.0198788116090571
 2010,Sweden,Starchy Roots,9.378126,0.0586494572583051
+2010,Sweden,Sugar,9.378126,0.0399069067743385
 2011,Sweden,Ruminants,9.449213,1.09761220325968
 2011,Sweden,Cereals,9.449213,0.122855522465204
 2011,Sweden,Monogastrics,9.449213,0.327165563946966
-2011,Sweden,Oilcrops,9.449213,0.0132569770625342
-2011,Sweden,Pulses,9.449213,0.00183994159090286
+2011,Sweden,FruitVeg,9.449213,0.220421954717287
+2011,Sweden,OilcropsPulses,9.449213,0.0150969186534371
 2011,Sweden,Starchy Roots,9.449213,0.061487872058763
+2011,Sweden,Sugar,9.449213,0.0422588632513628
 1961,Switzerland,Ruminants,5.434294,0.962422441627192
 1961,Switzerland,Cereals,5.434294,0.148640467372579
 1961,Switzerland,Monogastrics,5.434294,0.20569152129053
-1961,Switzerland,Oilcrops,5.434294,0.0357879054758539
-1961,Switzerland,Pulses,5.434294,0.00116592882166478
+1961,Switzerland,FruitVeg,5.434294,0.267659607669368
+1961,Switzerland,OilcropsPulses,5.434294,0.0369538342975187
 1961,Switzerland,Starchy Roots,5.434294,0.0679411161781089
+1961,Switzerland,Sugar,5.434294,0.0524079116808918
 1962,Switzerland,Ruminants,5.573815,1.01274197295748
 1962,Switzerland,Cereals,5.573815,0.12762712791867
 1962,Switzerland,Monogastrics,5.573815,0.208678759521082
-1962,Switzerland,Oilcrops,5.573815,0.0274485249331024
-1962,Switzerland,Pulses,5.573815,0.000698803243379983
+1962,Switzerland,FruitVeg,5.573815,0.306462629276357
+1962,Switzerland,OilcropsPulses,5.573815,0.0281473281764824
 1962,Switzerland,Starchy Roots,5.573815,0.0675969690418502
+1962,Switzerland,Sugar,5.573815,0.0531790165263827
 1963,Switzerland,Ruminants,5.694247,0.956898919207404
 1963,Switzerland,Cereals,5.694247,0.13234673522241
 1963,Switzerland,Monogastrics,5.694247,0.215488369225992
-1963,Switzerland,Oilcrops,5.694247,0.0274343561141622
-1963,Switzerland,Pulses,5.694247,0.00106704187577392
+1963,Switzerland,FruitVeg,5.694247,0.262498272379122
+1963,Switzerland,OilcropsPulses,5.694247,0.0285013979899362
 1963,Switzerland,Starchy Roots,5.694247,0.0679336530361258
+1963,Switzerland,Sugar,5.694247,0.0431677796906246
 1964,Switzerland,Ruminants,5.789228,1.00174774598617
 1964,Switzerland,Cereals,5.789228,0.126211992341639
 1964,Switzerland,Monogastrics,5.789228,0.22541376846792
-1964,Switzerland,Oilcrops,5.789228,0.0362386832924874
-1964,Switzerland,Pulses,5.789228,0.000961613534654362
+1964,Switzerland,FruitVeg,5.789228,0.27147540224707
+1964,Switzerland,OilcropsPulses,5.789228,0.0372002968271417
 1964,Switzerland,Starchy Roots,5.789228,0.0637088399351347
+1964,Switzerland,Sugar,5.789228,0.0489148121303911
 1965,Switzerland,Ruminants,5.856472,0.99573808258624
 1965,Switzerland,Cereals,5.856472,0.129176746682986
 1965,Switzerland,Monogastrics,5.856472,0.228225474312863
-1965,Switzerland,Oilcrops,5.856472,0.0302270718616942
-1965,Switzerland,Pulses,5.856472,0.00102092181094693
+1965,Switzerland,FruitVeg,5.856472,0.282605978479877
+1965,Switzerland,OilcropsPulses,5.856472,0.0312479936726411
 1965,Switzerland,Starchy Roots,5.856472,0.0593150620373494
+1965,Switzerland,Sugar,5.856472,0.0494782524359375
 1966,Switzerland,Ruminants,5.918002,0.997752281935694
 1966,Switzerland,Cereals,5.918002,0.124094415649065
 1966,Switzerland,Monogastrics,5.918002,0.231979340324657
-1966,Switzerland,Oilcrops,5.918002,0.0304893442077242
-1966,Switzerland,Pulses,5.918002,0.00108161504507771
+1966,Switzerland,FruitVeg,5.918002,0.268964255165848
+1966,Switzerland,OilcropsPulses,5.918002,0.0315709592528019
 1966,Switzerland,Starchy Roots,5.918002,0.058165914780022
+1966,Switzerland,Sugar,5.918002,0.0493595642583426
 1967,Switzerland,Ruminants,5.991785,1.01359967021514
 1967,Switzerland,Cereals,5.991785,0.118942351903481
 1967,Switzerland,Monogastrics,5.991785,0.235588927172787
-1967,Switzerland,Oilcrops,5.991785,0.0257015230019101
-1967,Switzerland,Pulses,5.991785,0.00092409857830346
+1967,Switzerland,FruitVeg,5.991785,0.348246807921179
+1967,Switzerland,OilcropsPulses,5.991785,0.0266256215802136
 1967,Switzerland,Starchy Roots,5.991785,0.0576127147419342
+1967,Switzerland,Sugar,5.991785,0.0480073967941106
 1968,Switzerland,Ruminants,6.067714,1.02076084996755
 1968,Switzerland,Cereals,6.067714,0.123045680795107
 1968,Switzerland,Monogastrics,6.067714,0.248898629698104
-1968,Switzerland,Oilcrops,6.067714,0.0247664936086309
-1968,Switzerland,Pulses,6.067714,0.000875453259662535
+1968,Switzerland,FruitVeg,6.067714,0.27345537380305
+1968,Switzerland,OilcropsPulses,6.067714,0.0256419468682934
 1968,Switzerland,Starchy Roots,6.067714,0.0561105879413565
+1968,Switzerland,Sugar,6.067714,0.0519357042866556
 1969,Switzerland,Ruminants,6.136387,1.02668545839759
 1969,Switzerland,Cereals,6.136387,0.123132553406426
 1969,Switzerland,Monogastrics,6.136387,0.258486646947137
-1969,Switzerland,Oilcrops,6.136387,0.0293819473902151
-1969,Switzerland,Pulses,6.136387,0.000849359729104439
+1969,Switzerland,FruitVeg,6.136387,0.3161736702721
+1969,Switzerland,OilcropsPulses,6.136387,0.0302313071193196
 1969,Switzerland,Starchy Roots,6.136387,0.0559283500209488
+1969,Switzerland,Sugar,6.136387,0.0512501900548319
 1970,Switzerland,Ruminants,6.180877,1.07705506839887
 1970,Switzerland,Cereals,6.180877,0.121265962742828
 1970,Switzerland,Monogastrics,6.180877,0.267555995694462
-1970,Switzerland,Oilcrops,6.180877,0.0310297389836426
-1970,Switzerland,Pulses,6.180877,0.000664468812435517
+1970,Switzerland,FruitVeg,6.180877,0.261511432762697
+1970,Switzerland,OilcropsPulses,6.180877,0.0316942077960781
 1970,Switzerland,Starchy Roots,6.180877,0.0550384678420231
+1970,Switzerland,Sugar,6.180877,0.0518670732324879
 1971,Switzerland,Ruminants,6.213399,1.07434359196955
 1971,Switzerland,Cereals,6.213399,0.117786898926015
 1971,Switzerland,Monogastrics,6.213399,0.277400855795676
-1971,Switzerland,Oilcrops,6.213399,0.0285904703689559
-1971,Switzerland,Pulses,6.213399,0.000578910190702384
+1971,Switzerland,FruitVeg,6.213399,0.270539039903924
+1971,Switzerland,OilcropsPulses,6.213399,0.0291693805596583
 1971,Switzerland,Starchy Roots,6.213399,0.0549597732255727
+1971,Switzerland,Sugar,6.213399,0.0509902872807621
 1972,Switzerland,Ruminants,6.260956,1.05236411180657
 1972,Switzerland,Cereals,6.260956,0.122287874247958
 1972,Switzerland,Monogastrics,6.260956,0.288100986494714
-1972,Switzerland,Oilcrops,6.260956,0.0278253033562287
-1972,Switzerland,Pulses,6.260956,0.000919987299064232
+1972,Switzerland,FruitVeg,6.260956,0.23308868485899
+1972,Switzerland,OilcropsPulses,6.260956,0.0287452906552929
 1972,Switzerland,Starchy Roots,6.260956,0.0522929725109073
+1972,Switzerland,Sugar,6.260956,0.0561524470064955
 1973,Switzerland,Ruminants,6.307347,1.06784787645265
 1973,Switzerland,Cereals,6.307347,0.12045191108084
 1973,Switzerland,Monogastrics,6.307347,0.30108389470248
-1973,Switzerland,Oilcrops,6.307347,0.0262950492497083
-1973,Switzerland,Pulses,6.307347,0.000756578003398259
+1973,Switzerland,FruitVeg,6.307347,0.274514467017591
+1973,Switzerland,OilcropsPulses,6.307347,0.0270516272531066
 1973,Switzerland,Starchy Roots,6.307347,0.0514625245764979
+1973,Switzerland,Sugar,6.307347,0.0496711216300609
 1974,Switzerland,Ruminants,6.341405,1.04430669544052
 1974,Switzerland,Cereals,6.341405,0.110334697121537
 1974,Switzerland,Monogastrics,6.341405,0.295880124357299
-1974,Switzerland,Oilcrops,6.341405,0.022510153506991
-1974,Switzerland,Pulses,6.341405,0.000757087743173634
+1974,Switzerland,FruitVeg,6.341405,0.246686972366534
+1974,Switzerland,OilcropsPulses,6.341405,0.0232672412501646
 1974,Switzerland,Starchy Roots,6.341405,0.0495152099574148
+1974,Switzerland,Sugar,6.341405,0.0522797392691367
 1975,Switzerland,Ruminants,6.338632,1.00962646198738
 1975,Switzerland,Cereals,6.338632,0.108129482828471
 1975,Switzerland,Monogastrics,6.338632,0.290358377012579
-1975,Switzerland,Oilcrops,6.338632,0.0296876360703698
-1975,Switzerland,Pulses,6.338632,0.000605808950574824
+1975,Switzerland,FruitVeg,6.338632,0.274161522549345
+1975,Switzerland,OilcropsPulses,6.338632,0.0302934450209446
 1975,Switzerland,Starchy Roots,6.338632,0.0493284670887977
+1975,Switzerland,Sugar,6.338632,0.0363027858377013
 1976,Switzerland,Ruminants,6.302504,1.07536882166199
 1976,Switzerland,Cereals,6.302504,0.113033486373035
 1976,Switzerland,Monogastrics,6.302504,0.304884058780447
-1976,Switzerland,Oilcrops,6.302504,0.0294338567655015
-1976,Switzerland,Pulses,6.302504,0.000793335474281333
+1976,Switzerland,FruitVeg,6.302504,0.260785713107044
+1976,Switzerland,OilcropsPulses,6.302504,0.0302271922397828
 1976,Switzerland,Starchy Roots,6.302504,0.0492674022896296
+1976,Switzerland,Sugar,6.302504,0.041620282985937
 1977,Switzerland,Ruminants,6.281174,1.09492260523272
 1977,Switzerland,Cereals,6.281174,0.117142113878711
 1977,Switzerland,Monogastrics,6.281174,0.321794970175958
-1977,Switzerland,Oilcrops,6.281174,0.0203320271019399
-1977,Switzerland,Pulses,6.281174,0.000751770290076346
+1977,Switzerland,FruitVeg,6.281174,0.260077017449286
+1977,Switzerland,OilcropsPulses,6.281174,0.0210837973920162
 1977,Switzerland,Starchy Roots,6.281174,0.0531986536274907
+1977,Switzerland,Sugar,6.281174,0.0519122699036836
 1978,Switzerland,Ruminants,6.281738,1.12282514807208
 1978,Switzerland,Cereals,6.281738,0.117756901035987
 1978,Switzerland,Monogastrics,6.281738,0.322708890437646
-1978,Switzerland,Oilcrops,6.281738,0.0164202964211497
-1978,Switzerland,Pulses,6.281738,0.000967566619301856
+1978,Switzerland,FruitVeg,6.281738,0.271025948551181
+1978,Switzerland,OilcropsPulses,6.281738,0.0173878630404515
 1978,Switzerland,Starchy Roots,6.281738,0.0499513032858104
+1978,Switzerland,Sugar,6.281738,0.0440799982425246
 1979,Switzerland,Ruminants,6.294365,1.14085339823795
 1979,Switzerland,Cereals,6.294365,0.114459202794881
 1979,Switzerland,Monogastrics,6.294365,0.326457903219785
-1979,Switzerland,Oilcrops,6.294365,0.0144646838878902
-1979,Switzerland,Pulses,6.294365,0.00103155759159184
+1979,Switzerland,FruitVeg,6.294365,0.279711615071576
+1979,Switzerland,OilcropsPulses,6.294365,0.015496241479482
 1979,Switzerland,Starchy Roots,6.294365,0.0499059079033389
+1979,Switzerland,Sugar,6.294365,0.0449587845636534
 1980,Switzerland,Ruminants,6.319408,1.15824854163555
 1980,Switzerland,Cereals,6.319408,0.118473597526857
 1980,Switzerland,Monogastrics,6.319408,0.341507210802025
-1980,Switzerland,Oilcrops,6.319408,0.01595814038277
-1980,Switzerland,Pulses,6.319408,0.00127132161746797
+1980,Switzerland,FruitVeg,6.319408,0.273250595625413
+1980,Switzerland,OilcropsPulses,6.319408,0.017229462000238
 1980,Switzerland,Starchy Roots,6.319408,0.0484616596997693
+1980,Switzerland,Sugar,6.319408,0.0449806374267969
 1981,Switzerland,Ruminants,6.354074,1.13083242341842
 1981,Switzerland,Cereals,6.354074,0.118061734880645
 1981,Switzerland,Monogastrics,6.354074,0.341071019947202
-1981,Switzerland,Oilcrops,6.354074,0.0135971032128364
-1981,Switzerland,Pulses,6.354074,0.00316961999498275
+1981,Switzerland,FruitVeg,6.354074,0.260966114023853
+1981,Switzerland,OilcropsPulses,6.354074,0.0167667232078191
 1981,Switzerland,Starchy Roots,6.354074,0.0475430408899865
+1981,Switzerland,Sugar,6.354074,0.0468540341204714
 1982,Switzerland,Ruminants,6.391309,1.13567159716421
 1982,Switzerland,Cereals,6.391309,0.113307305279717
 1982,Switzerland,Monogastrics,6.391309,0.349525785719326
-1982,Switzerland,Oilcrops,6.391309,0.0144147310042434
-1982,Switzerland,Pulses,6.391309,0.00240216831951014
+1982,Switzerland,FruitVeg,6.391309,0.294874649308929
+1982,Switzerland,OilcropsPulses,6.391309,0.0168168993237536
 1982,Switzerland,Starchy Roots,6.391309,0.0498656847916444
+1982,Switzerland,Sugar,6.391309,0.0433979956218671
 1983,Switzerland,Ruminants,6.418773,1.10282860914383
 1983,Switzerland,Cereals,6.418773,0.111337010983252
 1983,Switzerland,Monogastrics,6.418773,0.350523877382796
-1983,Switzerland,Oilcrops,6.418773,0.014685984377388
-1983,Switzerland,Pulses,6.418773,0.0010283896937935
+1983,Switzerland,FruitVeg,6.418773,0.269992255529211
+1983,Switzerland,OilcropsPulses,6.418773,0.0157143740711815
 1983,Switzerland,Starchy Roots,6.418773,0.0460578680691777
+1983,Switzerland,Sugar,6.418773,0.049414116997127
 1984,Switzerland,Ruminants,6.441865,1.16962328456123
 1984,Switzerland,Cereals,6.441865,0.109499966236486
 1984,Switzerland,Monogastrics,6.441865,0.337924731424828
-1984,Switzerland,Oilcrops,6.441865,0.0159090573925408
-1984,Switzerland,Pulses,6.441865,0.000888717785920692
+1984,Switzerland,FruitVeg,6.441865,0.268075782401525
+1984,Switzerland,OilcropsPulses,6.441865,0.0167977751784615
 1984,Switzerland,Starchy Roots,6.441865,0.0501946253142529
+1984,Switzerland,Sugar,6.441865,0.0467046422115335
 1985,Switzerland,Ruminants,6.470365,1.16691345851432
 1985,Switzerland,Cereals,6.470365,0.111679634765581
 1985,Switzerland,Monogastrics,6.470365,0.345459769271131
-1985,Switzerland,Oilcrops,6.470365,0.0167605691487265
-1985,Switzerland,Pulses,6.470365,0.00148353300007032
+1985,Switzerland,FruitVeg,6.470365,0.262845140884633
+1985,Switzerland,OilcropsPulses,6.470365,0.0182441021487969
 1985,Switzerland,Starchy Roots,6.470365,0.0474566736188762
+1985,Switzerland,Sugar,6.470365,0.0455665174993992
 1986,Switzerland,Ruminants,6.504124,1.15046353667304
 1986,Switzerland,Cereals,6.504124,0.110502044548966
 1986,Switzerland,Monogastrics,6.504124,0.348131754560645
-1986,Switzerland,Oilcrops,6.504124,0.0176022166859057
-1986,Switzerland,Pulses,6.504124,0.00104364553935319
+1986,Switzerland,FruitVeg,6.504124,0.261394770456406
+1986,Switzerland,OilcropsPulses,6.504124,0.0186458622252589
 1986,Switzerland,Starchy Roots,6.504124,0.0495482558450608
+1986,Switzerland,Sugar,6.504124,0.047746629676802
 1987,Switzerland,Ruminants,6.545106,1.15871081385084
 1987,Switzerland,Cereals,6.545106,0.116885807502583
 1987,Switzerland,Monogastrics,6.545106,0.34103600461169
-1987,Switzerland,Oilcrops,6.545106,0.0176857334319719
-1987,Switzerland,Pulses,6.545106,0.00137583715221724
+1987,Switzerland,FruitVeg,6.545106,0.251650622617877
+1987,Switzerland,OilcropsPulses,6.545106,0.0190615705841892
 1987,Switzerland,Starchy Roots,6.545106,0.0465433256543133
+1987,Switzerland,Sugar,6.545106,0.0468644816447587
 1988,Switzerland,Ruminants,6.593386,1.10406631736713
 1988,Switzerland,Cereals,6.593386,0.115841238477468
 1988,Switzerland,Monogastrics,6.593386,0.341637953549208
-1988,Switzerland,Oilcrops,6.593386,0.0162318723642147
-1988,Switzerland,Pulses,6.593386,0.00101662484192492
+1988,Switzerland,FruitVeg,6.593386,0.266532704137146
+1988,Switzerland,OilcropsPulses,6.593386,0.0172484972061396
 1988,Switzerland,Starchy Roots,6.593386,0.0460779939169343
+1988,Switzerland,Sugar,6.593386,0.0509207257090666
 1989,Switzerland,Ruminants,6.646912,1.10484522737777
 1989,Switzerland,Cereals,6.646912,0.116939715765757
 1989,Switzerland,Monogastrics,6.646912,0.339107618695719
-1989,Switzerland,Oilcrops,6.646912,0.0172276991180265
-1989,Switzerland,Pulses,6.646912,0.000999110564424503
+1989,Switzerland,FruitVeg,6.646912,0.264546303606848
+1989,Switzerland,OilcropsPulses,6.646912,0.018226809682451
 1989,Switzerland,Starchy Roots,6.646912,0.0449261250938782
+1989,Switzerland,Sugar,6.646912,0.0482619598393961
 1990,Switzerland,Ruminants,6.715519,1.1264649388975
 1990,Switzerland,Cereals,6.715519,0.122522473691162
 1990,Switzerland,Monogastrics,6.715519,0.322238445010728
-1990,Switzerland,Oilcrops,6.715519,0.018647106798447
-1990,Switzerland,Pulses,6.715519,0.000915044689770068
+1990,Switzerland,FruitVeg,6.715519,0.25432122223167
+1990,Switzerland,OilcropsPulses,6.715519,0.0195621514882171
 1990,Switzerland,Starchy Roots,6.715519,0.0455745862680159
+1990,Switzerland,Sugar,6.715519,0.0494812091217373
 1991,Switzerland,Ruminants,6.799978,1.14194422393719
 1991,Switzerland,Cereals,6.799978,0.12132730429422
 1991,Switzerland,Monogastrics,6.799978,0.31864172207616
-1991,Switzerland,Oilcrops,6.799978,0.0163441705252576
-1991,Switzerland,Pulses,6.799978,0.00106029754802148
+1991,Switzerland,FruitVeg,6.799978,0.246685503982513
+1991,Switzerland,OilcropsPulses,6.799978,0.0174044680732791
 1991,Switzerland,Starchy Roots,6.799978,0.0449020570360669
+1991,Switzerland,Sugar,6.799978,0.0429957273391179
 1992,Switzerland,Ruminants,6.875364,1.09854577881258
 1992,Switzerland,Cereals,6.875364,0.125066541931453
 1992,Switzerland,Monogastrics,6.875364,0.312756095531815
-1992,Switzerland,Oilcrops,6.875364,0.0142110294087702
-1992,Switzerland,Pulses,6.875364,0.00111135934039274
+1992,Switzerland,FruitVeg,6.875364,0.252256607795602
+1992,Switzerland,OilcropsPulses,6.875364,0.0153223887491629
 1992,Switzerland,Starchy Roots,6.875364,0.0477029288922012
+1992,Switzerland,Sugar,6.875364,0.0471842654439823
 1993,Switzerland,Ruminants,6.938265,1.06383081361118
 1993,Switzerland,Cereals,6.938265,0.121719334732819
 1993,Switzerland,Monogastrics,6.938265,0.304348363747998
-1993,Switzerland,Oilcrops,6.938265,0.0128124250082694
-1993,Switzerland,Pulses,6.938265,0.00131329662386778
+1993,Switzerland,FruitVeg,6.938265,0.240863385875287
+1993,Switzerland,OilcropsPulses,6.938265,0.0141257216321371
 1993,Switzerland,Starchy Roots,6.938265,0.0460961061591046
+1993,Switzerland,Sugar,6.938265,0.0484654304786571
 1994,Switzerland,Ruminants,6.993795,1.02325580032014
 1994,Switzerland,Cereals,6.993795,0.118413965522295
 1994,Switzerland,Monogastrics,6.993795,0.292150284645175
-1994,Switzerland,Oilcrops,6.993795,0.0145014259068217
-1994,Switzerland,Pulses,6.993795,0.0012279456289468
+1994,Switzerland,FruitVeg,6.993795,0.242254741524451
+1994,Switzerland,OilcropsPulses,6.993795,0.0157293715357685
 1994,Switzerland,Starchy Roots,6.993795,0.0491562878237066
+1994,Switzerland,Sugar,6.993795,0.0439575366449832
 1995,Switzerland,Ruminants,7.040687,1.01694009405616
 1995,Switzerland,Cereals,7.040687,0.112121444966947
 1995,Switzerland,Monogastrics,7.040687,0.294647510960223
-1995,Switzerland,Oilcrops,7.040687,0.0118600642238463
-1995,Switzerland,Pulses,7.040687,0.00122601672251586
+1995,Switzerland,FruitVeg,7.040687,0.246684592000752
+1995,Switzerland,OilcropsPulses,7.040687,0.0130860809463622
 1995,Switzerland,Starchy Roots,7.040687,0.0478897868915349
+1995,Switzerland,Sugar,7.040687,0.0466142011425874
 1996,Switzerland,Ruminants,7.07185,1.02726334693185
 1996,Switzerland,Cereals,7.07185,0.11898004058344
 1996,Switzerland,Monogastrics,7.07185,0.279594858488232
-1996,Switzerland,Oilcrops,7.07185,0.0129208057297595
-1996,Switzerland,Pulses,7.07185,0.00112728635364155
+1996,Switzerland,FruitVeg,7.07185,0.250336192085522
+1996,Switzerland,OilcropsPulses,7.07185,0.0140480920834011
 1996,Switzerland,Starchy Roots,7.07185,0.0482254289895855
+1996,Switzerland,Sugar,7.07185,0.0514055020963397
 1997,Switzerland,Ruminants,7.088906,1.01089570097276
 1997,Switzerland,Cereals,7.088906,0.120127985897965
 1997,Switzerland,Monogastrics,7.088906,0.277473731489739
-1997,Switzerland,Oilcrops,7.088906,0.0119292031802933
-1997,Switzerland,Pulses,7.088906,0.00134957354491652
+1997,Switzerland,FruitVeg,7.088906,0.233698260352162
+1997,Switzerland,OilcropsPulses,7.088906,0.0132787767252098
 1997,Switzerland,Starchy Roots,7.088906,0.0443725731445727
+1997,Switzerland,Sugar,7.088906,0.0503734990984505
 1998,Switzerland,Ruminants,7.110001,0.995866414083486
 1998,Switzerland,Cereals,7.110001,0.121820939265691
 1998,Switzerland,Monogastrics,7.110001,0.289400212461292
-1998,Switzerland,Oilcrops,7.110001,0.014508155484085
-1998,Switzerland,Pulses,7.110001,0.00148959191426274
+1998,Switzerland,FruitVeg,7.110001,0.24219490264488
+1998,Switzerland,OilcropsPulses,7.110001,0.0159977473983478
 1998,Switzerland,Starchy Roots,7.110001,0.0435158869879203
+1998,Switzerland,Sugar,7.110001,0.0469738330557197
 1999,Switzerland,Ruminants,7.143991,0.98263742213561
 1999,Switzerland,Cereals,7.143991,0.122801386507906
 1999,Switzerland,Monogastrics,7.143991,0.284630159808432
-1999,Switzerland,Oilcrops,7.143991,0.0124483639467071
-1999,Switzerland,Pulses,7.143991,0.00116993428463166
+1999,Switzerland,FruitVeg,7.143991,0.218407469998212
+1999,Switzerland,OilcropsPulses,7.143991,0.0136182982313388
 1999,Switzerland,Starchy Roots,7.143991,0.0448744966224062
+1999,Switzerland,Sugar,7.143991,0.0490585724422105
 2000,Switzerland,Ruminants,7.18425,0.946049427567248
 2000,Switzerland,Cereals,7.18425,0.127402860423844
 2000,Switzerland,Monogastrics,7.18425,0.283256053171869
-2000,Switzerland,Oilcrops,7.18425,0.0139004071406201
-2000,Switzerland,Pulses,7.18425,0.0013343076869541
+2000,Switzerland,FruitVeg,7.18425,0.216580575564603
+2000,Switzerland,OilcropsPulses,7.18425,0.0152347148275742
 2000,Switzerland,Starchy Roots,7.18425,0.0586837874517173
+2000,Switzerland,Sugar,7.18425,0.0530422799874726
 2001,Switzerland,Ruminants,7.229854,0.938330165450091
 2001,Switzerland,Cereals,7.229854,0.118930755724804
 2001,Switzerland,Monogastrics,7.229854,0.28557406553438
-2001,Switzerland,Oilcrops,7.229854,0.0120017637977198
-2001,Switzerland,Pulses,7.229854,0.00140708235601991
+2001,Switzerland,FruitVeg,7.229854,0.209966204020164
+2001,Switzerland,OilcropsPulses,7.229854,0.0134088461537398
 2001,Switzerland,Starchy Roots,7.229854,0.0452631546916438
+2001,Switzerland,Sugar,7.229854,0.0520754637645518
 2002,Switzerland,Ruminants,7.284753,0.942036991508154
 2002,Switzerland,Cereals,7.284753,0.121692389570381
 2002,Switzerland,Monogastrics,7.284753,0.288408392158252
-2002,Switzerland,Oilcrops,7.284753,0.0149516394035597
-2002,Switzerland,Pulses,7.284753,0.00136463103141589
+2002,Switzerland,FruitVeg,7.284753,0.209131318522399
+2002,Switzerland,OilcropsPulses,7.284753,0.0163162704349756
 2002,Switzerland,Starchy Roots,7.284753,0.0445607421418406
+2002,Switzerland,Sugar,7.284753,0.0555686651283853
 2003,Switzerland,Ruminants,7.339001,0.931595567298601
 2003,Switzerland,Cereals,7.339001,0.12174981308764
 2003,Switzerland,Monogastrics,7.339001,0.285499048167455
-2003,Switzerland,Oilcrops,7.339001,0.0147957467235663
-2003,Switzerland,Pulses,7.339001,0.00142676094471168
+2003,Switzerland,FruitVeg,7.339001,0.195366780846603
+2003,Switzerland,OilcropsPulses,7.339001,0.016222507668278
 2003,Switzerland,Starchy Roots,7.339001,0.0443707529131008
+2003,Switzerland,Sugar,7.339001,0.0550298330794614
 2004,Switzerland,Ruminants,7.389625,0.924001163793833
 2004,Switzerland,Cereals,7.389625,0.119961973713145
 2004,Switzerland,Monogastrics,7.389625,0.285031243128034
-2004,Switzerland,Oilcrops,7.389625,0.0150570563458904
-2004,Switzerland,Pulses,7.389625,0.00163323578666035
+2004,Switzerland,FruitVeg,7.389625,0.195207740582235
+2004,Switzerland,OilcropsPulses,7.389625,0.0166902921325507
 2004,Switzerland,Starchy Roots,7.389625,0.0419097044843277
+2004,Switzerland,Sugar,7.389625,0.0577305343640577
 2005,Switzerland,Ruminants,7.437115,0.925134625456242
 2005,Switzerland,Cereals,7.437115,0.117005317250036
 2005,Switzerland,Monogastrics,7.437115,0.28655358966481
-2005,Switzerland,Oilcrops,7.437115,0.0148666519208053
-2005,Switzerland,Pulses,7.437115,0.00148027830684345
+2005,Switzerland,FruitVeg,7.437115,0.181304712916232
+2005,Switzerland,OilcropsPulses,7.437115,0.0163469302276488
 2005,Switzerland,Starchy Roots,7.437115,0.0406115812381548
+2005,Switzerland,Sugar,7.437115,0.0573992737775334
 2006,Switzerland,Ruminants,7.483934,0.943417780007146
 2006,Switzerland,Cereals,7.483934,0.116937696136818
 2006,Switzerland,Monogastrics,7.483934,0.287009626220648
-2006,Switzerland,Oilcrops,7.483934,0.016201238546465
-2006,Switzerland,Pulses,7.483934,0.00178609271540877
+2006,Switzerland,FruitVeg,7.483934,0.183241995453194
+2006,Switzerland,OilcropsPulses,7.483934,0.0179873312618738
 2006,Switzerland,Starchy Roots,7.483934,0.0372697033405158
+2006,Switzerland,Sugar,7.483934,0.0586531094475178
 2007,Switzerland,Ruminants,7.551117,0.934157807381345
 2007,Switzerland,Cereals,7.551117,0.117199879170194
 2007,Switzerland,Monogastrics,7.551117,0.291764993179155
-2007,Switzerland,Oilcrops,7.551117,0.0167793718465758
-2007,Switzerland,Pulses,7.551117,0.00171537535440121
+2007,Switzerland,FruitVeg,7.551117,0.191256207525324
+2007,Switzerland,OilcropsPulses,7.551117,0.018494747200977
 2007,Switzerland,Starchy Roots,7.551117,0.0391802961071852
+2007,Switzerland,Sugar,7.551117,0.0576849756135417
 2008,Switzerland,Ruminants,7.647675,0.948416427214807
 2008,Switzerland,Cereals,7.647675,0.11150735354209
 2008,Switzerland,Monogastrics,7.647675,0.292798360285969
-2008,Switzerland,Oilcrops,7.647675,0.0176878593820998
-2008,Switzerland,Pulses,7.647675,0.00217373253962806
+2008,Switzerland,FruitVeg,7.647675,0.203323101465478
+2008,Switzerland,OilcropsPulses,7.647675,0.0198615919217278
 2008,Switzerland,Starchy Roots,7.647675,0.0432947268287421
+2008,Switzerland,Sugar,7.647675,0.0582301156887551
 2009,Switzerland,Ruminants,7.743831,0.935476071210748
 2009,Switzerland,Cereals,7.743831,0.117898750631309
 2009,Switzerland,Monogastrics,7.743831,0.289294291158988
-2009,Switzerland,Oilcrops,7.743831,0.0179211039083885
-2009,Switzerland,Pulses,7.743831,0.00193108553117959
+2009,Switzerland,FruitVeg,7.743831,0.217037536072262
+2009,Switzerland,OilcropsPulses,7.743831,0.0198521894395681
 2009,Switzerland,Starchy Roots,7.743831,0.0440514520526081
+2009,Switzerland,Sugar,7.743831,0.0568061208980413
 2010,Switzerland,Ruminants,7.824909,0.943131095837664
 2010,Switzerland,Cereals,7.824909,0.117303728388407
 2010,Switzerland,Monogastrics,7.824909,0.295687413106018
-2010,Switzerland,Oilcrops,7.824909,0.0166580850972197
-2010,Switzerland,Pulses,7.824909,0.00191951114064074
+2010,Switzerland,FruitVeg,7.824909,0.227439833485603
+2010,Switzerland,OilcropsPulses,7.824909,0.0185775962378604
 2010,Switzerland,Starchy Roots,7.824909,0.0436433190469052
+2010,Switzerland,Sugar,7.824909,0.0569118439588243
 2011,Switzerland,Ruminants,7.912398,0.947431562466903
 2011,Switzerland,Cereals,7.912398,0.117758737616586
 2011,Switzerland,Monogastrics,7.912398,0.291130249009213
-2011,Switzerland,Oilcrops,7.912398,0.018072397268186
-2011,Switzerland,Pulses,7.912398,0.00187300992695261
+2011,Switzerland,FruitVeg,7.912398,0.256974813450992
+2011,Switzerland,OilcropsPulses,7.912398,0.0199454071951386
 2011,Switzerland,Starchy Roots,7.912398,0.0419509989259893
+2011,Switzerland,Sugar,7.912398,0.0563099833956785
 1992,Tajikistan,Ruminants,5.523207,0.366218376388935
 1992,Tajikistan,Cereals,5.523207,0.163594266881542
 1992,Tajikistan,Monogastrics,5.523207,0.01125027542875
-1992,Tajikistan,Oilcrops,5.523207,0.0169343644009721
-1992,Tajikistan,Pulses,5.523207,0.000199159654888908
+1992,Tajikistan,FruitVeg,5.523207,0.132401519624378
+1992,Tajikistan,OilcropsPulses,5.523207,0.017133524055861
 1992,Tajikistan,Starchy Roots,5.523207,0.0349253612982457
+1992,Tajikistan,Sugar,5.523207,0.0108471400764085
 1993,Tajikistan,Ruminants,5.616797,0.279330782294607
 1993,Tajikistan,Cereals,5.616797,0.162124071779699
 1993,Tajikistan,Monogastrics,5.616797,0.00523358775472925
-1993,Tajikistan,Oilcrops,5.616797,0.0436736453177852
-1993,Tajikistan,Pulses,5.616797,0.000178037411713473
+1993,Tajikistan,FruitVeg,5.616797,0.150837568101535
+1993,Tajikistan,OilcropsPulses,5.616797,0.0438516827294987
 1993,Tajikistan,Starchy Roots,5.616797,0.0312099582733718
+1993,Tajikistan,Sugar,5.616797,0.0108501339820542
 1994,Tajikistan,Ruminants,5.702611,0.277304396179224
 1994,Tajikistan,Cereals,5.702611,0.160702351957726
 1994,Tajikistan,Monogastrics,5.702611,0.0037786200040648
-1994,Tajikistan,Oilcrops,5.702611,0.0388253731492469
-1994,Tajikistan,Pulses,5.702611,0.000122750789068376
+1994,Tajikistan,FruitVeg,5.702611,0.123489047385487
+1994,Tajikistan,OilcropsPulses,5.702611,0.0389481239383153
 1994,Tajikistan,Starchy Roots,5.702611,0.0310208779802796
+1994,Tajikistan,Sugar,5.702611,0.0118463279364488
 1995,Tajikistan,Ruminants,5.78433,0.312705741200796
 1995,Tajikistan,Cereals,5.78433,0.157930650568
 1995,Tajikistan,Monogastrics,5.78433,0.00192935050386129
-1995,Tajikistan,Oilcrops,5.78433,0.0393789773405044
-1995,Tajikistan,Pulses,5.78433,0.000155592782569459
+1995,Tajikistan,FruitVeg,5.78433,0.128180791898111
+1995,Tajikistan,OilcropsPulses,5.78433,0.0395345701230739
 1995,Tajikistan,Starchy Roots,5.78433,0.0284302589928306
+1995,Tajikistan,Sugar,5.78433,0.0131994543879758
 1996,Tajikistan,Ruminants,5.862224,0.286221679690165
 1996,Tajikistan,Cereals,5.862224,0.1588881625813
 1996,Tajikistan,Monogastrics,5.862224,0.000339461610474114
-1996,Tajikistan,Oilcrops,5.862224,0.027419457188944
-1996,Tajikistan,Pulses,5.862224,4.09400937255212e-05
+1996,Tajikistan,FruitVeg,5.862224,0.106224361266304
+1996,Tajikistan,OilcropsPulses,5.862224,0.0274603972826695
 1996,Tajikistan,Starchy Roots,5.862224,0.0237964294779592
+1996,Tajikistan,Sugar,5.862224,0.0143281798853132
 1997,Tajikistan,Ruminants,5.93678,0.245125000421104
 1997,Tajikistan,Cereals,5.93678,0.16283524065234
 1997,Tajikistan,Monogastrics,5.93678,0.000299994272989735
-1997,Tajikistan,Oilcrops,5.93678,0.0233104477511378
-1997,Tajikistan,Pulses,5.93678,0.000277928439322326
+1997,Tajikistan,FruitVeg,5.93678,0.0891183436138782
+1997,Tajikistan,OilcropsPulses,5.93678,0.0235883761904602
 1997,Tajikistan,Starchy Roots,5.93678,0.0240029106687464
+1997,Tajikistan,Sugar,5.93678,0.0148129120499665
 1998,Tajikistan,Ruminants,6.012308,0.218126466574899
 1998,Tajikistan,Cereals,6.012308,0.172490664150938
 1998,Tajikistan,Monogastrics,6.012308,0.000874705687067263
-1998,Tajikistan,Oilcrops,6.012308,0.0239688319360884
-1998,Tajikistan,Pulses,6.012308,9.97952866020836e-06
+1998,Tajikistan,FruitVeg,6.012308,0.07503441274133
+1998,Tajikistan,OilcropsPulses,6.012308,0.0239788114647486
 1998,Tajikistan,Starchy Roots,6.012308,0.0229529159184792
+1998,Tajikistan,Sugar,6.012308,0.0129860279945738
 1999,Tajikistan,Ruminants,6.094126,0.223921313737195
 1999,Tajikistan,Cereals,6.094126,0.17294867221321
 1999,Tajikistan,Monogastrics,6.094126,0.00100787217067714
-1999,Tajikistan,Oilcrops,6.094126,0.0219703366815849
-1999,Tajikistan,Pulses,6.094126,0.000263040180002842
+1999,Tajikistan,FruitVeg,6.094126,0.0905544125605542
+1999,Tajikistan,OilcropsPulses,6.094126,0.0222333768615877
 1999,Tajikistan,Starchy Roots,6.094126,0.0287982230757946
+1999,Tajikistan,Sugar,6.094126,0.0128331773908186
 2000,Tajikistan,Ruminants,6.186152,0.231774776953428
 2000,Tajikistan,Cereals,6.186152,0.169249155209895
 2000,Tajikistan,Monogastrics,6.186152,0.00201179990404374
-2000,Tajikistan,Oilcrops,6.186152,0.0235873609313189
-2000,Tajikistan,Pulses,6.186152,0.000302288078275477
+2000,Tajikistan,FruitVeg,6.186152,0.0822761872000559
+2000,Tajikistan,OilcropsPulses,6.186152,0.0238896490095943
 2000,Tajikistan,Starchy Roots,6.186152,0.0341084409177143
+2000,Tajikistan,Sugar,6.186152,0.014727248861651
 2001,Tajikistan,Ruminants,6.290413,0.218263236452042
 2001,Tajikistan,Cereals,6.290413,0.166314040111516
 2001,Tajikistan,Monogastrics,6.290413,0.00280386995257704
-2001,Tajikistan,Oilcrops,6.290413,0.0269347974449372
-2001,Tajikistan,Pulses,6.290413,0.000317944147705405
+2001,Tajikistan,FruitVeg,6.290413,0.0899915474548333
+2001,Tajikistan,OilcropsPulses,6.290413,0.0272527415926426
 2001,Tajikistan,Starchy Roots,6.290413,0.0317546717520773
+2001,Tajikistan,Sugar,6.290413,0.0116082998047982
 2002,Tajikistan,Ruminants,6.406518,0.232658239624083
 2002,Tajikistan,Cereals,6.406518,0.16196145862698
 2002,Tajikistan,Monogastrics,6.406518,0.00524734340869721
-2002,Tajikistan,Oilcrops,6.406518,0.0265439041925739
-2002,Tajikistan,Pulses,6.406518,0.000468273093121724
+2002,Tajikistan,FruitVeg,6.406518,0.0939852194280887
+2002,Tajikistan,OilcropsPulses,6.406518,0.0270121772856956
 2002,Tajikistan,Starchy Roots,6.406518,0.0321937751521185
+2002,Tajikistan,Sugar,6.406518,0.0130025389767109
 2003,Tajikistan,Ruminants,6.532871,0.219545281086983
 2003,Tajikistan,Cereals,6.532871,0.161139260211934
 2003,Tajikistan,Monogastrics,6.532871,0.00840302831634055
-2003,Tajikistan,Oilcrops,6.532871,0.0284342060328453
-2003,Tajikistan,Pulses,6.532871,0.000734745872067579
+2003,Tajikistan,FruitVeg,6.532871,0.0972009090643302
+2003,Tajikistan,OilcropsPulses,6.532871,0.0291689519049129
 2003,Tajikistan,Starchy Roots,6.532871,0.0350381937742227
+2003,Tajikistan,Sugar,6.532871,0.013456258358691
 2004,Tajikistan,Ruminants,6.666628,0.188667884273729
 2004,Tajikistan,Cereals,6.666628,0.159533875296477
 2004,Tajikistan,Monogastrics,6.666628,0.0112605203110178
-2004,Tajikistan,Oilcrops,6.666628,0.0307272282179237
-2004,Tajikistan,Pulses,6.666628,0.000540003132018166
+2004,Tajikistan,FruitVeg,6.666628,0.115654870798251
+2004,Tajikistan,OilcropsPulses,6.666628,0.0312672313499418
 2004,Tajikistan,Starchy Roots,6.666628,0.040072732421848
+2004,Tajikistan,Sugar,6.666628,0.0136934294218906
 2005,Tajikistan,Ruminants,6.805655,0.197843381717116
 2005,Tajikistan,Cereals,6.805655,0.163901784618821
 2005,Tajikistan,Monogastrics,6.805655,0.0142066560823315
-2005,Tajikistan,Oilcrops,6.805655,0.0252920549160955
-2005,Tajikistan,Pulses,6.805655,0.000837538782086368
+2005,Tajikistan,FruitVeg,6.805655,0.119330027748982
+2005,Tajikistan,OilcropsPulses,6.805655,0.0261295936981819
 2005,Tajikistan,Starchy Roots,6.805655,0.0361757979209936
+2005,Tajikistan,Sugar,6.805655,0.0140979817519401
 2006,Tajikistan,Ruminants,6.949566,0.195147250921856
 2006,Tajikistan,Cereals,6.949566,0.162441942417699
 2006,Tajikistan,Monogastrics,6.949566,0.0126980303518234
-2006,Tajikistan,Oilcrops,6.949566,0.0190469448020207
-2006,Tajikistan,Pulses,6.949566,0.00106567805816939
+2006,Tajikistan,FruitVeg,6.949566,0.132793616176895
+2006,Tajikistan,OilcropsPulses,6.949566,0.0201126228601901
 2006,Tajikistan,Starchy Roots,6.949566,0.0374555763626103
+2006,Tajikistan,Sugar,6.949566,0.0162202934686857
 2007,Tajikistan,Ruminants,7.099021,0.193865055477368
 2007,Tajikistan,Cereals,7.099021,0.161037838879474
 2007,Tajikistan,Monogastrics,7.099021,0.0232541219416029
-2007,Tajikistan,Oilcrops,7.099021,0.0209804985786068
-2007,Tajikistan,Pulses,7.099021,0.00104338330595162
+2007,Tajikistan,FruitVeg,7.099021,0.120997106502432
+2007,Tajikistan,OilcropsPulses,7.099021,0.0220238818845584
 2007,Tajikistan,Starchy Roots,7.099021,0.0372304857247218
+2007,Tajikistan,Sugar,7.099021,0.016053762906181
 2008,Tajikistan,Ruminants,7.254072,0.201870452898731
 2008,Tajikistan,Cereals,7.254072,0.154267975283399
 2008,Tajikistan,Monogastrics,7.254072,0.0302957704307319
-2008,Tajikistan,Oilcrops,7.254072,0.0162872659659292
-2008,Tajikistan,Pulses,7.254072,0.00119629361274605
+2008,Tajikistan,FruitVeg,7.254072,0.142293045892018
+2008,Tajikistan,OilcropsPulses,7.254072,0.0174835595786753
 2008,Tajikistan,Starchy Roots,7.254072,0.0397576698990581
+2008,Tajikistan,Sugar,7.254072,0.0172009596816795
 2009,Tajikistan,Ruminants,7.41496,0.20326348355217
 2009,Tajikistan,Cereals,7.41496,0.157264368250132
 2009,Tajikistan,Monogastrics,7.41496,0.0258498225209576
-2009,Tajikistan,Oilcrops,7.41496,0.0139732378866508
-2009,Tajikistan,Pulses,7.41496,0.00110951373979091
+2009,Tajikistan,FruitVeg,7.41496,0.1645674420361
+2009,Tajikistan,OilcropsPulses,7.41496,0.0150827516264417
 2009,Tajikistan,Starchy Roots,7.41496,0.0383683796001597
+2009,Tajikistan,Sugar,7.41496,0.0180668540356253
 2010,Tajikistan,Ruminants,7.581696,0.216153325060778
 2010,Tajikistan,Cereals,7.581696,0.156263057764384
 2010,Tajikistan,Monogastrics,7.581696,0.0225615218547407
-2010,Tajikistan,Oilcrops,7.581696,0.0148230686115613
-2010,Tajikistan,Pulses,7.581696,0.00114750050648298
+2010,Tajikistan,FruitVeg,7.581696,0.167254925547002
+2010,Tajikistan,OilcropsPulses,7.581696,0.0159705691180443
 2010,Tajikistan,Starchy Roots,7.581696,0.0368651024783901
+2010,Tajikistan,Sugar,7.581696,0.0178681656452593
 2011,Tajikistan,Ruminants,7.753925,0.220027379681903
 2011,Tajikistan,Cereals,7.753925,0.152156488488088
 2011,Tajikistan,Monogastrics,7.753925,0.0223800591313432
-2011,Tajikistan,Oilcrops,7.753925,0.0159788752148106
-2011,Tajikistan,Pulses,7.753925,0.0027727892647917
+2011,Tajikistan,FruitVeg,7.753925,0.187443391572655
+2011,Tajikistan,OilcropsPulses,7.753925,0.0187516644796023
 2011,Tajikistan,Starchy Roots,7.753925,0.0360049910206766
+2011,Tajikistan,Sugar,7.753925,0.0185925192724975
 1961,Thailand,Ruminants,28.224208,0.180391212394693
 1961,Thailand,Cereals,28.224208,0.223978685247784
 1961,Thailand,Monogastrics,28.224208,0.0605092975505283
-1961,Thailand,Oilcrops,28.224208,0.0415760470586101
-1961,Thailand,Pulses,28.224208,0.000367025356389097
+1961,Thailand,FruitVeg,28.224208,0.110616425445844
+1961,Thailand,OilcropsPulses,28.224208,0.0419430724149992
 1961,Thailand,Starchy Roots,28.224208,0.003636275639692
+1961,Thailand,Sugar,28.224208,0.00401626858758977
 1962,Thailand,Ruminants,29.081037,0.18360593193427
 1962,Thailand,Cereals,29.081037,0.241256836886525
 1962,Thailand,Monogastrics,29.081037,0.0608726985904939
-1962,Thailand,Oilcrops,29.081037,0.0406013375657821
-1962,Thailand,Pulses,29.081037,0.000968981952053498
+1962,Thailand,FruitVeg,29.081037,0.107460404524089
+1962,Thailand,OilcropsPulses,29.081037,0.0415703195178356
 1962,Thailand,Starchy Roots,29.081037,0.00366111428557379
+1962,Thailand,Sugar,29.081037,0.00435431515045354
 1963,Thailand,Ruminants,29.967043,0.182274293796689
 1963,Thailand,Cereals,29.967043,0.254573265703927
 1963,Thailand,Monogastrics,29.967043,0.0603307606960086
-1963,Thailand,Oilcrops,29.967043,0.040823480648391
-1963,Thailand,Pulses,29.967043,0.00291279990488217
+1963,Thailand,FruitVeg,29.967043,0.112180537799475
+1963,Thailand,OilcropsPulses,29.967043,0.0437362805532731
 1963,Thailand,Starchy Roots,29.967043,0.00362114473556834
+1963,Thailand,Sugar,29.967043,0.00453518219999217
 1964,Thailand,Ruminants,30.881332,0.180676141171631
 1964,Thailand,Cereals,30.881332,0.255571618478115
 1964,Thailand,Monogastrics,30.881332,0.0647990021932992
-1964,Thailand,Oilcrops,30.881332,0.0376591592616536
-1964,Thailand,Pulses,30.881332,0.00219274868065924
+1964,Thailand,FruitVeg,30.881332,0.104823231070473
+1964,Thailand,OilcropsPulses,30.881332,0.0398519079423129
 1964,Thailand,Starchy Roots,30.881332,0.00353239296802353
+1964,Thailand,Sugar,30.881332,0.00425855983155131
 1965,Thailand,Ruminants,31.822798,0.179561338383884
 1965,Thailand,Cereals,31.822798,0.234557941762381
 1965,Thailand,Monogastrics,31.822798,0.0634619777934046
-1965,Thailand,Oilcrops,31.822798,0.0344033544756184
-1965,Thailand,Pulses,31.822798,0.00186272118498191
+1965,Thailand,FruitVeg,31.822798,0.116161721543153
+1965,Thailand,OilcropsPulses,31.822798,0.0362660756606003
 1965,Thailand,Starchy Roots,31.822798,0.00369430117364287
+1965,Thailand,Sugar,31.822798,0.00771999998240255
 1966,Thailand,Ruminants,32.789097,0.179449278520845
 1966,Thailand,Cereals,32.789097,0.265326519970953
 1966,Thailand,Monogastrics,32.789097,0.0665529947348047
-1966,Thailand,Oilcrops,32.789097,0.0339488153638388
-1966,Thailand,Pulses,32.789097,0.00161236523225998
+1966,Thailand,FruitVeg,32.789097,0.122086344738313
+1966,Thailand,OilcropsPulses,32.789097,0.0355611805960988
 1966,Thailand,Starchy Roots,32.789097,0.00365020726249338
+1966,Thailand,Sugar,32.789097,0.00665956125598701
 1967,Thailand,Ruminants,33.7785,0.178768944742958
 1967,Thailand,Cereals,33.7785,0.240692837159732
 1967,Thailand,Monogastrics,33.7785,0.0670731796853028
-1967,Thailand,Oilcrops,33.7785,0.0318399277647024
-1967,Thailand,Pulses,33.7785,0.00184848350281984
+1967,Thailand,FruitVeg,33.7785,0.120130526814394
+1967,Thailand,OilcropsPulses,33.7785,0.0336884112675222
 1967,Thailand,Starchy Roots,33.7785,0.0036373136758589
+1967,Thailand,Sugar,33.7785,0.00760661367437867
 1968,Thailand,Ruminants,34.790945,0.177866005076896
 1968,Thailand,Cereals,34.790945,0.248289231580229
 1968,Thailand,Monogastrics,34.790945,0.0698384191633771
-1968,Thailand,Oilcrops,34.790945,0.0292298470191022
-1968,Thailand,Pulses,34.790945,0.00351663342286333
+1968,Thailand,FruitVeg,34.790945,0.117917780043054
+1968,Thailand,OilcropsPulses,34.790945,0.0327464804419656
 1968,Thailand,Starchy Roots,34.790945,0.00361513606485826
+1968,Thailand,Sugar,34.790945,0.00661123174435187
 1969,Thailand,Ruminants,35.826803,0.179548493344494
 1969,Thailand,Cereals,35.826803,0.247127716084519
 1969,Thailand,Monogastrics,35.826803,0.0713426509197597
-1969,Thailand,Oilcrops,35.826803,0.0283935186737148
-1969,Thailand,Pulses,35.826803,0.00234154300622358
+1969,Thailand,FruitVeg,35.826803,0.121334242410633
+1969,Thailand,OilcropsPulses,35.826803,0.0307350616799383
 1969,Thailand,Starchy Roots,35.826803,0.00364640406234405
+1969,Thailand,Sugar,35.826803,0.00826579474590574
 1970,Thailand,Ruminants,36.884914,0.175788480894926
 1970,Thailand,Cereals,36.884914,0.25005290780941
 1970,Thailand,Monogastrics,36.884914,0.0741840146353601
-1970,Thailand,Oilcrops,36.884914,0.0272881482114883
-1970,Thailand,Pulses,36.884914,0.00171585055071567
+1970,Thailand,FruitVeg,36.884914,0.113360546265609
+1970,Thailand,OilcropsPulses,36.884914,0.029003998762204
 1970,Thailand,Starchy Roots,36.884914,0.00354264076635776
+1970,Thailand,Sugar,36.884914,0.00858687104435163
 1971,Thailand,Ruminants,37.964925,0.168850600916504
 1971,Thailand,Cereals,37.964925,0.251545419884275
 1971,Thailand,Monogastrics,37.964925,0.064322513477901
-1971,Thailand,Oilcrops,37.964925,0.0269021208391693
-1971,Thailand,Pulses,37.964925,0.00173196707223839
+1971,Thailand,FruitVeg,37.964925,0.116521104677541
+1971,Thailand,OilcropsPulses,37.964925,0.0286340879114077
 1971,Thailand,Starchy Roots,37.964925,0.0034926975359493
+1971,Thailand,Sugar,37.964925,0.0103691762857427
 1972,Thailand,Ruminants,39.061999,0.160285916243047
 1972,Thailand,Cereals,39.061999,0.24951777301515
 1972,Thailand,Monogastrics,39.061999,0.0648487651643225
-1972,Thailand,Oilcrops,39.061999,0.0255402187686298
-1972,Thailand,Pulses,39.061999,0.00298182384367989
+1972,Thailand,FruitVeg,39.061999,0.113768012743024
+1972,Thailand,OilcropsPulses,39.061999,0.0285220426123097
 1972,Thailand,Starchy Roots,39.061999,0.0035794123081105
+1972,Thailand,Sugar,39.061999,0.00883741254511834
 1973,Thailand,Ruminants,40.164969,0.165210738741016
 1973,Thailand,Cereals,40.164969,0.252658579171317
 1973,Thailand,Monogastrics,40.164969,0.0733869930286763
-1973,Thailand,Oilcrops,40.164969,0.025930705934318
-1973,Thailand,Pulses,40.164969,0.00286100058984236
+1973,Thailand,FruitVeg,40.164969,0.124670381296697
+1973,Thailand,OilcropsPulses,40.164969,0.0287917065241604
 1973,Thailand,Starchy Roots,40.164969,0.00335282220683402
+1973,Thailand,Sugar,40.164969,0.0102398186837889
 1974,Thailand,Ruminants,41.259539,0.168794137520538
 1974,Thailand,Cereals,41.259539,0.248021166693113
 1974,Thailand,Monogastrics,41.259539,0.0673489686833389
-1974,Thailand,Oilcrops,41.259539,0.0251849154204074
-1974,Thailand,Pulses,41.259539,0.00266425662196565
+1974,Thailand,FruitVeg,41.259539,0.125053239203666
+1974,Thailand,OilcropsPulses,41.259539,0.027849172042373
 1974,Thailand,Starchy Roots,41.259539,0.00332485537465651
+1974,Thailand,Sugar,41.259539,0.0123020279019598
 1975,Thailand,Ruminants,42.334954,0.172591766604967
 1975,Thailand,Cereals,42.334954,0.24965670211901
 1975,Thailand,Monogastrics,42.334954,0.0659216518813272
-1975,Thailand,Oilcrops,42.334954,0.0273771408845749
-1975,Thailand,Pulses,42.334954,0.00113272828878
+1975,Thailand,FruitVeg,42.334954,0.143956693563432
+1975,Thailand,OilcropsPulses,42.334954,0.0285098691733549
 1975,Thailand,Starchy Roots,42.334954,0.00327117398072524
+1975,Thailand,Sugar,42.334954,0.0124851204515304
 1976,Thailand,Ruminants,43.386846,0.17655311473897
 1976,Thailand,Cereals,43.386846,0.239201577362872
 1976,Thailand,Monogastrics,43.386846,0.0630283611765649
-1976,Thailand,Oilcrops,43.386846,0.0281276265161104
-1976,Thailand,Pulses,43.386846,0.000726395276577606
+1976,Thailand,FruitVeg,43.386846,0.161931637068064
+1976,Thailand,OilcropsPulses,43.386846,0.028854021792688
 1976,Thailand,Starchy Roots,43.386846,0.00318290018131302
+1976,Thailand,Sugar,43.386846,0.0123749949466251
 1977,Thailand,Ruminants,44.416007,0.175414433359577
 1977,Thailand,Cereals,44.416007,0.227975828624126
 1977,Thailand,Monogastrics,44.416007,0.0656984834318853
-1977,Thailand,Oilcrops,44.416007,0.0272708665594366
-1977,Thailand,Pulses,44.416007,0.00221728621395435
+1977,Thailand,FruitVeg,44.416007,0.154615542094993
+1977,Thailand,OilcropsPulses,44.416007,0.0294881527733909
 1977,Thailand,Starchy Roots,44.416007,0.00313830552125048
+1977,Thailand,Sugar,44.416007,0.0131014703775601
 1978,Thailand,Ruminants,45.423442,0.178662869713836
 1978,Thailand,Cereals,45.423442,0.25315560630566
 1978,Thailand,Monogastrics,45.423442,0.0868015748344214
-1978,Thailand,Oilcrops,45.423442,0.024468445169787
-1978,Thailand,Pulses,45.423442,0.00195082089992211
+1978,Thailand,FruitVeg,45.423442,0.152947788500924
+1978,Thailand,OilcropsPulses,45.423442,0.0264192660697091
 1978,Thailand,Starchy Roots,45.423442,0.00300461598660885
+1978,Thailand,Sugar,45.423442,0.0135205297740317
 1979,Thailand,Ruminants,46.41231,0.172198175440955
 1979,Thailand,Cereals,46.41231,0.228362540024403
 1979,Thailand,Monogastrics,46.41231,0.07515444501685
-1979,Thailand,Oilcrops,46.41231,0.0218534694782483
-1979,Thailand,Pulses,46.41231,0.00143352054659637
+1979,Thailand,FruitVeg,46.41231,0.167474189498433
+1979,Thailand,OilcropsPulses,46.41231,0.0232869900248447
 1979,Thailand,Starchy Roots,46.41231,0.00307750249879827
+1979,Thailand,Sugar,46.41231,0.0138404444855255
 1980,Thailand,Ruminants,47.385325,0.156627808292968
 1980,Thailand,Cereals,47.385325,0.224859257586605
 1980,Thailand,Monogastrics,47.385325,0.0749812457759865
-1980,Thailand,Oilcrops,47.385325,0.0232178000256409
-1980,Thailand,Pulses,47.385325,0.00205616401280354
+1980,Thailand,FruitVeg,47.385325,0.175318455661114
+1980,Thailand,OilcropsPulses,47.385325,0.0252739640384444
 1980,Thailand,Starchy Roots,47.385325,0.00323119024719151
+1980,Thailand,Sugar,47.385325,0.0116773072675981
 1981,Thailand,Ruminants,48.336894,0.172117927146912
 1981,Thailand,Cereals,48.336894,0.220654454959394
 1981,Thailand,Monogastrics,48.336894,0.0763797814563758
-1981,Thailand,Oilcrops,48.336894,0.0291970146033794
-1981,Thailand,Pulses,48.336894,0.00223986257784789
+1981,Thailand,FruitVeg,48.336894,0.155937243299083
+1981,Thailand,OilcropsPulses,48.336894,0.0314368771812272
 1981,Thailand,Starchy Roots,48.336894,0.00376703972745953
+1981,Thailand,Sugar,48.336894,0.0130092554147149
 1982,Thailand,Ruminants,49.265597,0.173347628366302
 1982,Thailand,Cereals,49.265597,0.201872738901347
 1982,Thailand,Monogastrics,49.265597,0.0762674407457196
-1982,Thailand,Oilcrops,49.265597,0.0304353157437633
-1982,Thailand,Pulses,49.265597,0.00186830172787716
+1982,Thailand,FruitVeg,49.265597,0.14562502916589
+1982,Thailand,OilcropsPulses,49.265597,0.0323036174716405
 1982,Thailand,Starchy Roots,49.265597,0.00239832676746006
+1982,Thailand,Sugar,49.265597,0.0128750292014121
 1983,Thailand,Ruminants,50.183106,0.174099698013909
 1983,Thailand,Cereals,50.183106,0.218738194483219
 1983,Thailand,Monogastrics,50.183106,0.0716406672795422
-1983,Thailand,Oilcrops,50.183106,0.030226985153131
-1983,Thailand,Pulses,50.183106,0.0019615166904974
+1983,Thailand,FruitVeg,50.183106,0.133409717604965
+1983,Thailand,OilcropsPulses,50.183106,0.0321885018436284
 1983,Thailand,Starchy Roots,50.183106,0.00237675603419206
+1983,Thailand,Sugar,50.183106,0.0133529200045928
 1984,Thailand,Ruminants,51.105438,0.170223002491437
 1984,Thailand,Cereals,51.105438,0.205100384816191
 1984,Thailand,Monogastrics,51.105438,0.0754063236871192
-1984,Thailand,Oilcrops,51.105438,0.030579935544237
-1984,Thailand,Pulses,51.105438,0.00315250208793827
+1984,Thailand,FruitVeg,51.105438,0.12864679880055
+1984,Thailand,OilcropsPulses,51.105438,0.0337324376321753
 1984,Thailand,Starchy Roots,51.105438,0.00270804840768609
+1984,Thailand,Sugar,51.105438,0.0144460751906676
 1985,Thailand,Ruminants,52.041468,0.167210825028994
 1985,Thailand,Cereals,52.041468,0.192328068070639
 1985,Thailand,Monogastrics,52.041468,0.0898283499612271
-1985,Thailand,Oilcrops,52.041468,0.0325471218452177
-1985,Thailand,Pulses,52.041468,0.00289603667598308
+1985,Thailand,FruitVeg,52.041468,0.136213471149584
+1985,Thailand,OilcropsPulses,52.041468,0.0354431585212008
 1985,Thailand,Starchy Roots,52.041468,0.00232224425337118
+1985,Thailand,Sugar,52.041468,0.0140848063701816
 1986,Thailand,Ruminants,53.002775,0.165920950365335
 1986,Thailand,Cereals,53.002775,0.198036008492008
 1986,Thailand,Monogastrics,53.002775,0.0763457215211845
-1986,Thailand,Oilcrops,53.002775,0.0326984011686181
-1986,Thailand,Pulses,53.002775,0.00282358801025041
+1986,Thailand,FruitVeg,53.002775,0.13349095401137
+1986,Thailand,OilcropsPulses,53.002775,0.0355219891788685
 1986,Thailand,Starchy Roots,53.002775,0.00220792213237892
+1986,Thailand,Sugar,53.002775,0.0142344622522123
 1987,Thailand,Ruminants,53.979503,0.162432308796915
 1987,Thailand,Cereals,53.979503,0.192042783350562
 1987,Thailand,Monogastrics,53.979503,0.0817059653179837
-1987,Thailand,Oilcrops,53.979503,0.0326800711744234
-1987,Thailand,Pulses,53.979503,0.00117205599317949
+1987,Thailand,FruitVeg,53.979503,0.127307192880231
+1987,Thailand,OilcropsPulses,53.979503,0.0338521271676029
 1987,Thailand,Starchy Roots,53.979503,0.00222491859548985
+1987,Thailand,Sugar,53.979503,0.0165781444856949
 1988,Thailand,Ruminants,54.933561,0.159389202895476
 1988,Thailand,Cereals,54.933561,0.188369328542164
 1988,Thailand,Monogastrics,54.933561,0.082342965168415
-1988,Thailand,Oilcrops,54.933561,0.034103505505496
-1988,Thailand,Pulses,54.933561,0.00235832153681062
+1988,Thailand,FruitVeg,54.933561,0.126505124981794
+1988,Thailand,OilcropsPulses,54.933561,0.0364618270423066
 1988,Thailand,Starchy Roots,54.933561,0.00315870656919547
+1988,Thailand,Sugar,54.933561,0.0164201079190916
 1989,Thailand,Ruminants,55.812794,0.156180181554788
 1989,Thailand,Cereals,55.812794,0.176472763574603
 1989,Thailand,Monogastrics,55.812794,0.0878952557006911
-1989,Thailand,Oilcrops,55.812794,0.0348952428362572
-1989,Thailand,Pulses,55.812794,0.00405131124594838
+1989,Thailand,FruitVeg,55.812794,0.129867553306864
+1989,Thailand,OilcropsPulses,55.812794,0.0389465540822056
 1989,Thailand,Starchy Roots,55.812794,0.00296476825725657
+1989,Thailand,Sugar,55.812794,0.0178998385208954
 1990,Thailand,Ruminants,56.582824,0.15563355939958
 1990,Thailand,Cereals,56.582824,0.186683754066428
 1990,Thailand,Monogastrics,56.582824,0.110031287939959
-1990,Thailand,Oilcrops,56.582824,0.0348901284955307
-1990,Thailand,Pulses,56.582824,0.00224161664324142
+1990,Thailand,FruitVeg,56.582824,0.121818274747121
+1990,Thailand,OilcropsPulses,56.582824,0.0371317451387722
 1990,Thailand,Starchy Roots,56.582824,0.0107808687668187
+1990,Thailand,Sugar,56.582824,0.0190047601724509
 1991,Thailand,Ruminants,57.225972,0.155591497860447
 1991,Thailand,Cereals,57.225972,0.194703656584461
 1991,Thailand,Monogastrics,57.225972,0.121381349363537
-1991,Thailand,Oilcrops,57.225972,0.0339505460912049
-1991,Thailand,Pulses,57.225972,0.00305593760818951
+1991,Thailand,FruitVeg,57.225972,0.125989244883425
+1991,Thailand,OilcropsPulses,57.225972,0.0370064836993944
 1991,Thailand,Starchy Roots,57.225972,0.0107599919840593
+1991,Thailand,Sugar,57.225972,0.0181716441618501
 1992,Thailand,Ruminants,57.761574,0.1872547430927
 1992,Thailand,Cereals,57.761574,0.187187540976636
 1992,Thailand,Monogastrics,57.761574,0.125763816616216
-1992,Thailand,Oilcrops,57.761574,0.0340958679553989
-1992,Thailand,Pulses,57.761574,0.00339765671898068
+1992,Thailand,FruitVeg,57.761574,0.128514503430949
+1992,Thailand,OilcropsPulses,57.761574,0.0374935246743795
 1992,Thailand,Starchy Roots,57.761574,0.0120193919923304
+1992,Thailand,Sugar,57.761574,0.0219308774376543
 1993,Thailand,Ruminants,58.237672,0.190508513115016
 1993,Thailand,Cereals,58.237672,0.181861802442927
 1993,Thailand,Monogastrics,58.237672,0.125561646763627
-1993,Thailand,Oilcrops,58.237672,0.034186239449956
-1993,Thailand,Pulses,58.237672,0.00337891253620165
+1993,Thailand,FruitVeg,58.237672,0.139335325766456
+1993,Thailand,OilcropsPulses,58.237672,0.0375651519861577
 1993,Thailand,Starchy Roots,58.237672,0.012494043374536
+1993,Thailand,Sugar,58.237672,0.0228950600910009
 1994,Thailand,Ruminants,58.722767,0.181846168795146
 1994,Thailand,Cereals,58.722767,0.192075775312154
 1994,Thailand,Monogastrics,58.722767,0.130825682992765
-1994,Thailand,Oilcrops,58.722767,0.0332876003612023
-1994,Thailand,Pulses,58.722767,0.00310705726792472
+1994,Thailand,FruitVeg,58.722767,0.140362374272997
+1994,Thailand,OilcropsPulses,58.722767,0.036394657629127
 1994,Thailand,Starchy Roots,58.722767,0.0145326087920891
+1994,Thailand,Sugar,58.722767,0.0244475877643845
 1995,Thailand,Ruminants,59.266089,0.176057355497171
 1995,Thailand,Cereals,59.266089,0.188341329558628
 1995,Thailand,Monogastrics,59.266089,0.12682474458539
-1995,Thailand,Oilcrops,59.266089,0.0337503964535267
-1995,Thailand,Pulses,59.266089,0.00345747464456445
+1995,Thailand,FruitVeg,59.266089,0.138284643685532
+1995,Thailand,OilcropsPulses,59.266089,0.0372078710980912
 1995,Thailand,Starchy Roots,59.266089,0.0170305147012485
+1995,Thailand,Sugar,59.266089,0.0273192482804121
 1996,Thailand,Ruminants,59.878955,0.158590563245467
 1996,Thailand,Cereals,59.878955,0.207260430647128
 1996,Thailand,Monogastrics,59.878955,0.126736829325094
-1996,Thailand,Oilcrops,59.878955,0.0364787428237517
-1996,Thailand,Pulses,59.878955,0.00337995210504258
+1996,Thailand,FruitVeg,59.878955,0.134200905810731
+1996,Thailand,OilcropsPulses,59.878955,0.0398586949287943
 1996,Thailand,Starchy Roots,59.878955,0.0175661883210888
+1996,Thailand,Sugar,59.878955,0.0281869147516018
 1997,Thailand,Ruminants,60.544937,0.142671518511944
 1997,Thailand,Cereals,60.544937,0.203770762863293
 1997,Thailand,Monogastrics,60.544937,0.128176253614732
-1997,Thailand,Oilcrops,60.544937,0.0335537387709232
-1997,Thailand,Pulses,60.544937,0.00311535545903698
+1997,Thailand,FruitVeg,60.544937,0.137637982842397
+1997,Thailand,OilcropsPulses,60.544937,0.0366690942299601
 1997,Thailand,Starchy Roots,60.544937,0.0176422348907556
+1997,Thailand,Sugar,60.544937,0.0288834721225327
 1998,Thailand,Ruminants,61.250974,0.123250144560966
 1998,Thailand,Cereals,61.250974,0.208467721672475
 1998,Thailand,Monogastrics,61.250974,0.12648104501979
-1998,Thailand,Oilcrops,61.250974,0.0321873901956237
-1998,Thailand,Pulses,61.250974,0.00354363344491469
+1998,Thailand,FruitVeg,61.250974,0.135560668798508
+1998,Thailand,OilcropsPulses,61.250974,0.0357310236405384
 1998,Thailand,Starchy Roots,61.250974,0.0173757563430746
+1998,Thailand,Sugar,61.250974,0.030359484569176
 1999,Thailand,Ruminants,61.973957,0.112623639636243
 1999,Thailand,Cereals,61.973957,0.204402600918318
 1999,Thailand,Monogastrics,61.973957,0.118888853587322
-1999,Thailand,Oilcrops,61.973957,0.0327400911321509
-1999,Thailand,Pulses,61.973957,0.00373050247541883
+1999,Thailand,FruitVeg,61.973957,0.155771657439915
+1999,Thailand,OilcropsPulses,61.973957,0.0364705936075697
 1999,Thailand,Starchy Roots,61.973957,0.0177681086266607
+1999,Thailand,Sugar,61.973957,0.0287084298974164
 2000,Thailand,Ruminants,62.693322,0.0991070707658465
 2000,Thailand,Cereals,62.693322,0.200155273316032
 2000,Thailand,Monogastrics,62.693322,0.133282755378635
-2000,Thailand,Oilcrops,62.693322,0.0391991351168152
-2000,Thailand,Pulses,62.693322,0.00332206036234609
+2000,Thailand,FruitVeg,62.693322,0.183891260380173
+2000,Thailand,OilcropsPulses,62.693322,0.0425211954791612
 2000,Thailand,Starchy Roots,62.693322,0.0203314636924169
+2000,Thailand,Sugar,62.693322,0.0290900998993162
 2001,Thailand,Ruminants,63.415174,0.0759102103859243
 2001,Thailand,Cereals,63.415174,0.192863272755508
 2001,Thailand,Monogastrics,63.415174,0.130705516947726
-2001,Thailand,Oilcrops,63.415174,0.0404096817585015
-2001,Thailand,Pulses,63.415174,0.0038212936228796
+2001,Thailand,FruitVeg,63.415174,0.180828187903419
+2001,Thailand,OilcropsPulses,63.415174,0.0442309753813811
 2001,Thailand,Starchy Roots,63.415174,0.0199475444157892
+2001,Thailand,Sugar,63.415174,0.0302135574050463
 2002,Thailand,Ruminants,64.136669,0.0721848697817468
 2002,Thailand,Cereals,64.136669,0.194128073598584
 2002,Thailand,Monogastrics,64.136669,0.1387429942768
-2002,Thailand,Oilcrops,64.136669,0.0425036573071795
-2002,Thailand,Pulses,64.136669,0.00327209072862827
+2002,Thailand,FruitVeg,64.136669,0.18664670595849
+2002,Thailand,OilcropsPulses,64.136669,0.0457757480358077
 2002,Thailand,Starchy Roots,64.136669,0.0194330641025339
+2002,Thailand,Sugar,64.136669,0.0308978628123016
 2003,Thailand,Ruminants,64.817254,0.0743374071354519
 2003,Thailand,Cereals,64.817254,0.196553528787258
 2003,Thailand,Monogastrics,64.817254,0.146914048534052
-2003,Thailand,Oilcrops,64.817254,0.0421033263766466
-2003,Thailand,Pulses,64.817254,0.00315078142619248
+2003,Thailand,FruitVeg,64.817254,0.17054017746571
+2003,Thailand,OilcropsPulses,64.817254,0.045254107802839
 2003,Thailand,Starchy Roots,64.817254,0.0201210776377537
+2003,Thailand,Sugar,64.817254,0.0318033528541644
 2004,Thailand,Ruminants,65.404522,0.0822836653404485
 2004,Thailand,Cereals,65.404522,0.2009342717924
 2004,Thailand,Monogastrics,65.404522,0.1389278053282
-2004,Thailand,Oilcrops,65.404522,0.0421703563554826
-2004,Thailand,Pulses,65.404522,0.00275487068004258
+2004,Thailand,FruitVeg,65.404522,0.163722792745125
+2004,Thailand,OilcropsPulses,65.404522,0.0449252270355252
 2004,Thailand,Starchy Roots,65.404522,0.0207150814434513
+2004,Thailand,Sugar,65.404522,0.0335230796427195
 2005,Thailand,Ruminants,65.863973,0.0790265036091886
 2005,Thailand,Cereals,65.863973,0.211757374551335
 2005,Thailand,Monogastrics,65.863973,0.145823485321786
-2005,Thailand,Oilcrops,65.863973,0.0394043341418229
-2005,Thailand,Pulses,65.863973,0.00236926187249591
+2005,Thailand,FruitVeg,65.863973,0.165667792314928
+2005,Thailand,OilcropsPulses,65.863973,0.0417735960143188
 2005,Thailand,Starchy Roots,65.863973,0.022599380696333
+2005,Thailand,Sugar,65.863973,0.0322057857032099
 2006,Thailand,Ruminants,66.174486,0.0819590423414849
 2006,Thailand,Cereals,66.174486,0.214880112555767
 2006,Thailand,Monogastrics,66.174486,0.152026350457788
-2006,Thailand,Oilcrops,66.174486,0.037315000829776
-2006,Thailand,Pulses,66.174486,0.00221168321579407
+2006,Thailand,FruitVeg,66.174486,0.171071989890484
+2006,Thailand,OilcropsPulses,66.174486,0.0395266840455701
 2006,Thailand,Starchy Roots,66.174486,0.0224957546326843
+2006,Thailand,Sugar,66.174486,0.0380403559160248
 2007,Thailand,Ruminants,66.353572,0.0885656344167877
 2007,Thailand,Cereals,66.353572,0.203844670185955
 2007,Thailand,Monogastrics,66.353572,0.162977608801528
-2007,Thailand,Oilcrops,66.353572,0.0368804862532495
-2007,Thailand,Pulses,66.353572,0.00233279076520553
+2007,Thailand,FruitVeg,66.353572,0.185696272688982
+2007,Thailand,OilcropsPulses,66.353572,0.039213277018455
 2007,Thailand,Starchy Roots,66.353572,0.0220702963813312
+2007,Thailand,Sugar,66.353572,0.0369126322242305
 2008,Thailand,Ruminants,66.453255,0.0968297324186754
 2008,Thailand,Cereals,66.453255,0.211227922544953
 2008,Thailand,Monogastrics,66.453255,0.14769231243827
-2008,Thailand,Oilcrops,66.453255,0.0341430077428111
-2008,Thailand,Pulses,66.453255,0.00214565862876092
+2008,Thailand,FruitVeg,66.453255,0.162492717625344
+2008,Thailand,OilcropsPulses,66.453255,0.036288666371572
 2008,Thailand,Starchy Roots,66.453255,0.02193331237123
+2008,Thailand,Sugar,66.453255,0.0379490816514556
 2009,Thailand,Ruminants,66.548197,0.0973920675867447
 2009,Thailand,Cereals,66.548197,0.212129999555059
 2009,Thailand,Monogastrics,66.548197,0.141611785515391
-2009,Thailand,Oilcrops,66.548197,0.0324952154601574
-2009,Thailand,Pulses,66.548197,0.00216945021064958
+2009,Thailand,FruitVeg,66.548197,0.156045685204664
+2009,Thailand,OilcropsPulses,66.548197,0.034664665670807
 2009,Thailand,Starchy Roots,66.548197,0.0215619064780974
+2009,Thailand,Sugar,66.548197,0.0382430496201122
 2010,Thailand,Ruminants,66.692024,0.101556259561113
 2010,Thailand,Cereals,66.692024,0.217375424083696
 2010,Thailand,Monogastrics,66.692024,0.148097279218876
-2010,Thailand,Oilcrops,66.692024,0.0315159875789645
-2010,Thailand,Pulses,66.692024,0.00294306557557767
+2010,Thailand,FruitVeg,66.692024,0.156277488294552
+2010,Thailand,OilcropsPulses,66.692024,0.0344590531545421
 2010,Thailand,Starchy Roots,66.692024,0.0226414780873947
+2010,Thailand,Sugar,66.692024,0.0391030867499238
 2011,Thailand,Ruminants,66.902958,0.0906334320823304
 2011,Thailand,Cereals,66.902958,0.214373481064918
 2011,Thailand,Monogastrics,66.902958,0.149878772176262
-2011,Thailand,Oilcrops,66.902958,0.0312936238185463
-2011,Thailand,Pulses,66.902958,0.00262432342677584
+2011,Thailand,FruitVeg,66.902958,0.155214063928235
+2011,Thailand,OilcropsPulses,66.902958,0.0339179472453221
 2011,Thailand,Starchy Roots,66.902958,0.0230458270619365
+2011,Thailand,Sugar,66.902958,0.0402584142841636
 2012,Thailand,Ruminants,67.16413,0.0953635995880539
 2012,Thailand,Cereals,67.16413,0.227007541078847
 2012,Thailand,Monogastrics,67.16413,0.151615968225897
-2012,Thailand,Oilcrops,67.16413,0.0294536235338714
-2012,Thailand,Pulses,67.16413,0.00243506466919172
+2012,Thailand,FruitVeg,67.16413,0.162839971276335
+2012,Thailand,OilcropsPulses,67.16413,0.0318886882030632
 2012,Thailand,Starchy Roots,67.16413,0.0239159057074066
+2012,Thailand,Sugar,67.16413,0.0390856101314794
 2013,Thailand,Ruminants,67.451422,0.0892001179752741
 2013,Thailand,Cereals,67.451422,0.22569037907014
 2013,Thailand,Monogastrics,67.451422,0.155747706845973
-2013,Thailand,Oilcrops,67.451422,0.0290345546755115
-2013,Thailand,Pulses,67.451422,0.00338526591774448
+2013,Thailand,FruitVeg,67.451422,0.154187423950825
+2013,Thailand,OilcropsPulses,67.451422,0.032419820593256
 2013,Thailand,Starchy Roots,67.451422,0.0230711518579994
+2013,Thailand,Sugar,67.451422,0.0396301652469239
 1992,The former Yugoslav Republic of Macedonia,Ruminants,1.977033,0.332785795684746
 1992,The former Yugoslav Republic of Macedonia,Cereals,1.977033,0.165584489485001
 1992,The former Yugoslav Republic of Macedonia,Monogastrics,1.977033,0.0842922702858273
-1992,The former Yugoslav Republic of Macedonia,Oilcrops,1.977033,0.00812328372869851
-1992,The former Yugoslav Republic of Macedonia,Pulses,1.977033,0.00525079753347567
+1992,The former Yugoslav Republic of Macedonia,FruitVeg,1.977033,0.351384625345151
+1992,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.977033,0.0133740812621742
 1992,The former Yugoslav Republic of Macedonia,Starchy Roots,1.977033,0.0356787165414032
+1992,The former Yugoslav Republic of Macedonia,Sugar,1.977033,0.0212191703426296
 1993,The former Yugoslav Republic of Macedonia,Ruminants,1.964924,0.347976104928231
 1993,The former Yugoslav Republic of Macedonia,Cereals,1.964924,0.162339612117313
 1993,The former Yugoslav Republic of Macedonia,Monogastrics,1.964924,0.125083412895359
-1993,The former Yugoslav Republic of Macedonia,Oilcrops,1.964924,0.00719773385637307
-1993,The former Yugoslav Republic of Macedonia,Pulses,1.964924,0.00335025680382549
+1993,The former Yugoslav Republic of Macedonia,FruitVeg,1.964924,0.257286286899646
+1993,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.964924,0.0105479906601986
 1993,The former Yugoslav Republic of Macedonia,Starchy Roots,1.964924,0.0335911210815278
+1993,The former Yugoslav Republic of Macedonia,Sugar,1.964924,0.0235790290107913
 1994,The former Yugoslav Republic of Macedonia,Ruminants,1.956165,0.363789404268045
 1994,The former Yugoslav Republic of Macedonia,Cereals,1.956165,0.167125983748815
 1994,The former Yugoslav Republic of Macedonia,Monogastrics,1.956165,0.180777695133079
-1994,The former Yugoslav Republic of Macedonia,Oilcrops,1.956165,0.00768902418763243
-1994,The former Yugoslav Republic of Macedonia,Pulses,1.956165,0.0053420851513037
+1994,The former Yugoslav Republic of Macedonia,FruitVeg,1.956165,0.314742365802476
+1994,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.956165,0.0130311093389361
 1994,The former Yugoslav Republic of Macedonia,Starchy Roots,1.956165,0.0468268269803416
+1994,The former Yugoslav Republic of Macedonia,Sugar,1.956165,0.0341745200430434
 1995,The former Yugoslav Republic of Macedonia,Ruminants,1.953544,0.311711433169665
 1995,The former Yugoslav Republic of Macedonia,Cereals,1.953544,0.153958139668213
 1995,The former Yugoslav Republic of Macedonia,Monogastrics,1.953544,0.170903035713554
-1995,The former Yugoslav Republic of Macedonia,Oilcrops,1.953544,0.0071956403336705
-1995,The former Yugoslav Republic of Macedonia,Pulses,1.953544,0.00518544757630235
+1995,The former Yugoslav Republic of Macedonia,FruitVeg,1.953544,0.325068695662857
+1995,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.953544,0.0123810879099728
 1995,The former Yugoslav Republic of Macedonia,Starchy Roots,1.953544,0.0522619403504605
+1995,The former Yugoslav Republic of Macedonia,Sugar,1.953544,0.0354018133197921
 1996,The former Yugoslav Republic of Macedonia,Ruminants,1.958303,0.365056377894534
 1996,The former Yugoslav Republic of Macedonia,Cereals,1.958303,0.149195502432463
 1996,The former Yugoslav Republic of Macedonia,Monogastrics,1.958303,0.162753261369665
-1996,The former Yugoslav Republic of Macedonia,Oilcrops,1.958303,0.010265520708491
-1996,The former Yugoslav Republic of Macedonia,Pulses,1.958303,0.00511871758354044
+1996,The former Yugoslav Republic of Macedonia,FruitVeg,1.958303,0.342504709434648
+1996,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.958303,0.0153842382920314
 1996,The former Yugoslav Republic of Macedonia,Starchy Roots,1.958303,0.0505902304188882
+1996,The former Yugoslav Republic of Macedonia,Sugar,1.958303,0.036717504900927
 1997,The former Yugoslav Republic of Macedonia,Ruminants,1.969345,0.341549956965387
 1997,The former Yugoslav Republic of Macedonia,Cereals,1.969345,0.178290243710472
 1997,The former Yugoslav Republic of Macedonia,Monogastrics,1.969345,0.127575412129414
-1997,The former Yugoslav Republic of Macedonia,Oilcrops,1.969345,0.0114301963343142
-1997,The former Yugoslav Republic of Macedonia,Pulses,1.969345,0.00633510126463367
+1997,The former Yugoslav Republic of Macedonia,FruitVeg,1.969345,0.319234060055501
+1997,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.969345,0.0177652975989479
 1997,The former Yugoslav Republic of Macedonia,Starchy Roots,1.969345,0.0592826548928705
+1997,The former Yugoslav Republic of Macedonia,Sugar,1.969345,0.036910749513163
 1998,The former Yugoslav Republic of Macedonia,Ruminants,1.984242,0.357509063914583
 1998,The former Yugoslav Republic of Macedonia,Cereals,1.984242,0.167127295964907
 1998,The former Yugoslav Republic of Macedonia,Monogastrics,1.984242,0.139075475672826
-1998,The former Yugoslav Republic of Macedonia,Oilcrops,1.984242,0.013655592412619
-1998,The former Yugoslav Republic of Macedonia,Pulses,1.984242,0.00609955842079746
+1998,The former Yugoslav Republic of Macedonia,FruitVeg,1.984242,0.361012920803007
+1998,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.984242,0.0197551508334165
 1998,The former Yugoslav Republic of Macedonia,Starchy Roots,1.984242,0.0608156666374364
+1998,The former Yugoslav Republic of Macedonia,Sugar,1.984242,0.0386721982500118
 1999,The former Yugoslav Republic of Macedonia,Ruminants,1.999362,0.517659733454972
 1999,The former Yugoslav Republic of Macedonia,Cereals,1.999362,0.152826751733803
 1999,The former Yugoslav Republic of Macedonia,Monogastrics,1.999362,0.100550325553852
-1999,The former Yugoslav Republic of Macedonia,Oilcrops,1.999362,0.0167833538898909
-1999,The former Yugoslav Republic of Macedonia,Pulses,1.999362,0.00725731508351164
+1999,The former Yugoslav Republic of Macedonia,FruitVeg,1.999362,0.349348942312598
+1999,The former Yugoslav Republic of Macedonia,OilcropsPulses,1.999362,0.0240406689734025
 1999,The former Yugoslav Republic of Macedonia,Starchy Roots,1.999362,0.048682029567432
+1999,The former Yugoslav Republic of Macedonia,Sugar,1.999362,0.0381781788390497
 2000,The former Yugoslav Republic of Macedonia,Ruminants,2.012051,0.411784641641787
 2000,The former Yugoslav Republic of Macedonia,Cereals,2.012051,0.153030912238308
 2000,The former Yugoslav Republic of Macedonia,Monogastrics,2.012051,0.116405598068836
-2000,The former Yugoslav Republic of Macedonia,Oilcrops,2.012051,0.0144524169615979
-2000,The former Yugoslav Republic of Macedonia,Pulses,2.012051,0.00581197991502203
+2000,The former Yugoslav Republic of Macedonia,FruitVeg,2.012051,0.373904538205046
+2000,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.012051,0.0202643968766199
 2000,The former Yugoslav Republic of Macedonia,Starchy Roots,2.012051,0.046884994465846
+2000,The former Yugoslav Republic of Macedonia,Sugar,2.012051,0.0374925884085443
 2001,The former Yugoslav Republic of Macedonia,Ruminants,2.021585,0.405674953069003
 2001,The former Yugoslav Republic of Macedonia,Cereals,2.021585,0.143250963971339
 2001,The former Yugoslav Republic of Macedonia,Monogastrics,2.021585,0.108350378539611
-2001,The former Yugoslav Republic of Macedonia,Oilcrops,2.021585,0.0158835765006171
-2001,The former Yugoslav Republic of Macedonia,Pulses,2.021585,0.00584937066707559
+2001,The former Yugoslav Republic of Macedonia,FruitVeg,2.021585,0.33763507346958
+2001,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.021585,0.0217329471676927
 2001,The former Yugoslav Republic of Macedonia,Starchy Roots,2.021585,0.0488008171805786
+2001,The former Yugoslav Republic of Macedonia,Sugar,2.021585,0.0353564158815979
 2002,The former Yugoslav Republic of Macedonia,Ruminants,2.028706,0.43601147726679
 2002,The former Yugoslav Republic of Macedonia,Cereals,2.028706,0.149032930350677
 2002,The former Yugoslav Republic of Macedonia,Monogastrics,2.028706,0.140752873999485
-2002,The former Yugoslav Republic of Macedonia,Oilcrops,2.028706,0.0229451680036437
-2002,The former Yugoslav Republic of Macedonia,Pulses,2.028706,0.00670673818680479
+2002,The former Yugoslav Republic of Macedonia,FruitVeg,2.028706,0.263748911867959
+2002,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.028706,0.0296519061904485
 2002,The former Yugoslav Republic of Macedonia,Starchy Roots,2.028706,0.0556985585885781
+2002,The former Yugoslav Republic of Macedonia,Sugar,2.028706,0.0367544631898363
 2003,The former Yugoslav Republic of Macedonia,Ruminants,2.033974,0.453267249237207
 2003,The former Yugoslav Republic of Macedonia,Cereals,2.033974,0.143699968632834
 2003,The former Yugoslav Republic of Macedonia,Monogastrics,2.033974,0.131014801565802
-2003,The former Yugoslav Republic of Macedonia,Oilcrops,2.033974,0.0238941107408453
-2003,The former Yugoslav Republic of Macedonia,Pulses,2.033974,0.0080881073209392
+2003,The former Yugoslav Republic of Macedonia,FruitVeg,2.033974,0.314099885249271
+2003,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.033974,0.0319822180617845
 2003,The former Yugoslav Republic of Macedonia,Starchy Roots,2.033974,0.0482882278731193
+2003,The former Yugoslav Republic of Macedonia,Sugar,2.033974,0.0370176806586515
 2004,The former Yugoslav Republic of Macedonia,Ruminants,2.038444,0.475294194984017
 2004,The former Yugoslav Republic of Macedonia,Cereals,2.038444,0.147901536662278
 2004,The former Yugoslav Republic of Macedonia,Monogastrics,2.038444,0.139248515043828
-2004,The former Yugoslav Republic of Macedonia,Oilcrops,2.038444,0.0263480380133082
-2004,The former Yugoslav Republic of Macedonia,Pulses,2.038444,0.00734579905064844
+2004,The former Yugoslav Republic of Macedonia,FruitVeg,2.038444,0.320341397654289
+2004,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.038444,0.0336938370639566
 2004,The former Yugoslav Republic of Macedonia,Starchy Roots,2.038444,0.0578406863274144
+2004,The former Yugoslav Republic of Macedonia,Sugar,2.038444,0.0378818353606967
 2005,The former Yugoslav Republic of Macedonia,Ruminants,2.042894,0.458321626085348
 2005,The former Yugoslav Republic of Macedonia,Cereals,2.042894,0.149606391716849
 2005,The former Yugoslav Republic of Macedonia,Monogastrics,2.042894,0.132596013302697
-2005,The former Yugoslav Republic of Macedonia,Oilcrops,2.042894,0.025191713324333
-2005,The former Yugoslav Republic of Macedonia,Pulses,2.042894,0.00317735526170227
+2005,The former Yugoslav Republic of Macedonia,FruitVeg,2.042894,0.308733101179014
+2005,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.042894,0.0283690685860353
 2005,The former Yugoslav Republic of Macedonia,Starchy Roots,2.042894,0.0572893160389134
+2005,The former Yugoslav Republic of Macedonia,Sugar,2.042894,0.0344736437622314
 2006,The former Yugoslav Republic of Macedonia,Ruminants,2.04733,0.495334264627588
 2006,The former Yugoslav Republic of Macedonia,Cereals,2.04733,0.146326679138195
 2006,The former Yugoslav Republic of Macedonia,Monogastrics,2.04733,0.133417963884669
-2006,The former Yugoslav Republic of Macedonia,Oilcrops,2.04733,0.0271319230412293
-2006,The former Yugoslav Republic of Macedonia,Pulses,2.04733,0.00414930665793985
+2006,The former Yugoslav Republic of Macedonia,FruitVeg,2.04733,0.269347393922817
+2006,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.04733,0.0312812296991692
 2006,The former Yugoslav Republic of Macedonia,Starchy Roots,2.04733,0.0516653397351673
+2006,The former Yugoslav Republic of Macedonia,Sugar,2.04733,0.0353777847244948
 2007,The former Yugoslav Republic of Macedonia,Ruminants,2.051427,0.569864684436736
 2007,The former Yugoslav Republic of Macedonia,Cereals,2.051427,0.140981375403561
 2007,The former Yugoslav Republic of Macedonia,Monogastrics,2.051427,0.180799852980389
-2007,The former Yugoslav Republic of Macedonia,Oilcrops,2.051427,0.0276470963870516
-2007,The former Yugoslav Republic of Macedonia,Pulses,2.051427,0.00407374963866616
+2007,The former Yugoslav Republic of Macedonia,FruitVeg,2.051427,0.343023661090548
+2007,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.051427,0.0317208460257177
 2007,The former Yugoslav Republic of Macedonia,Starchy Roots,2.051427,0.053724553688725
+2007,The former Yugoslav Republic of Macedonia,Sugar,2.051427,0.0362172283001052
 2008,The former Yugoslav Republic of Macedonia,Ruminants,2.055266,0.446653182605074
 2008,The former Yugoslav Republic of Macedonia,Cereals,2.055266,0.144710222423764
 2008,The former Yugoslav Republic of Macedonia,Monogastrics,2.055266,0.142157657451639
-2008,The former Yugoslav Republic of Macedonia,Oilcrops,2.055266,0.0261202199617957
-2008,The former Yugoslav Republic of Macedonia,Pulses,2.055266,0.00664196264619762
+2008,The former Yugoslav Republic of Macedonia,FruitVeg,2.055266,0.322599118556917
+2008,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.055266,0.0327621826079933
 2008,The former Yugoslav Republic of Macedonia,Starchy Roots,2.055266,0.057422737494806
+2008,The former Yugoslav Republic of Macedonia,Sugar,2.055266,0.0405699310940774
 2009,The former Yugoslav Republic of Macedonia,Ruminants,2.05892,0.44126522642939
 2009,The former Yugoslav Republic of Macedonia,Cereals,2.05892,0.148451615410021
 2009,The former Yugoslav Republic of Macedonia,Monogastrics,2.05892,0.151526382763779
-2009,The former Yugoslav Republic of Macedonia,Oilcrops,2.05892,0.0276654751034523
-2009,The former Yugoslav Republic of Macedonia,Pulses,2.05892,0.00836263672216502
+2009,The former Yugoslav Republic of Macedonia,FruitVeg,2.05892,0.37855526198201
+2009,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.05892,0.0360281118256173
 2009,The former Yugoslav Republic of Macedonia,Starchy Roots,2.05892,0.0647625939813106
+2009,The former Yugoslav Republic of Macedonia,Sugar,2.05892,0.0348794513628504
 2010,The former Yugoslav Republic of Macedonia,Ruminants,2.062443,0.421628234089379
 2010,The former Yugoslav Republic of Macedonia,Cereals,2.062443,0.141321723800367
 2010,The former Yugoslav Republic of Macedonia,Monogastrics,2.062443,0.144042477779992
-2010,The former Yugoslav Republic of Macedonia,Oilcrops,2.062443,0.0265806133793758
-2010,The former Yugoslav Republic of Macedonia,Pulses,2.062443,0.00734177865764048
+2010,The former Yugoslav Republic of Macedonia,FruitVeg,2.062443,0.359357325269111
+2010,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.062443,0.0339223920370163
 2010,The former Yugoslav Republic of Macedonia,Starchy Roots,2.062443,0.0604196091722293
+2010,The former Yugoslav Republic of Macedonia,Sugar,2.062443,0.039717946144451
 2011,The former Yugoslav Republic of Macedonia,Ruminants,2.065888,0.409265555538345
 2011,The former Yugoslav Republic of Macedonia,Cereals,2.065888,0.144072669960811
 2011,The former Yugoslav Republic of Macedonia,Monogastrics,2.065888,0.134192221456342
-2011,The former Yugoslav Republic of Macedonia,Oilcrops,2.065888,0.0264283446150033
-2011,The former Yugoslav Republic of Macedonia,Pulses,2.065888,0.00790217088244861
+2011,The former Yugoslav Republic of Macedonia,FruitVeg,2.065888,0.337660124847039
+2011,The former Yugoslav Republic of Macedonia,OilcropsPulses,2.065888,0.0343305154974519
 2011,The former Yugoslav Republic of Macedonia,Starchy Roots,2.065888,0.0585898170665593
+2011,The former Yugoslav Republic of Macedonia,Sugar,2.065888,0.0375233313713038
 1961,Timor-Leste,Ruminants,NA,NA
 1961,Timor-Leste,Monogastrics,NA,NA
+1961,Timor-Leste,FruitVeg,NA,NA
 1961,Timor-Leste,Cereals,NA,NA
-1961,Timor-Leste,Oilcrops,NA,NA
-1961,Timor-Leste,Pulses,NA,NA
+1961,Timor-Leste,OilcropsPulses,NA,NA
 1961,Timor-Leste,Starchy Roots,NA,NA
+1961,Timor-Leste,Sugar,NA,NA
 1962,Timor-Leste,Ruminants,NA,NA
 1962,Timor-Leste,Monogastrics,NA,NA
+1962,Timor-Leste,FruitVeg,NA,NA
 1962,Timor-Leste,Cereals,NA,NA
-1962,Timor-Leste,Oilcrops,NA,NA
-1962,Timor-Leste,Pulses,NA,NA
+1962,Timor-Leste,OilcropsPulses,NA,NA
 1962,Timor-Leste,Starchy Roots,NA,NA
+1962,Timor-Leste,Sugar,NA,NA
 1963,Timor-Leste,Ruminants,NA,NA
 1963,Timor-Leste,Monogastrics,NA,NA
+1963,Timor-Leste,FruitVeg,NA,NA
 1963,Timor-Leste,Cereals,NA,NA
-1963,Timor-Leste,Oilcrops,NA,NA
-1963,Timor-Leste,Pulses,NA,NA
+1963,Timor-Leste,OilcropsPulses,NA,NA
 1963,Timor-Leste,Starchy Roots,NA,NA
+1963,Timor-Leste,Sugar,NA,NA
 1964,Timor-Leste,Ruminants,NA,NA
 1964,Timor-Leste,Monogastrics,NA,NA
+1964,Timor-Leste,FruitVeg,NA,NA
 1964,Timor-Leste,Cereals,NA,NA
-1964,Timor-Leste,Oilcrops,NA,NA
-1964,Timor-Leste,Pulses,NA,NA
+1964,Timor-Leste,OilcropsPulses,NA,NA
 1964,Timor-Leste,Starchy Roots,NA,NA
+1964,Timor-Leste,Sugar,NA,NA
 1965,Timor-Leste,Ruminants,NA,NA
 1965,Timor-Leste,Monogastrics,NA,NA
+1965,Timor-Leste,FruitVeg,NA,NA
 1965,Timor-Leste,Cereals,NA,NA
-1965,Timor-Leste,Oilcrops,NA,NA
-1965,Timor-Leste,Pulses,NA,NA
+1965,Timor-Leste,OilcropsPulses,NA,NA
 1965,Timor-Leste,Starchy Roots,NA,NA
+1965,Timor-Leste,Sugar,NA,NA
 1966,Timor-Leste,Ruminants,NA,NA
 1966,Timor-Leste,Monogastrics,NA,NA
+1966,Timor-Leste,FruitVeg,NA,NA
 1966,Timor-Leste,Cereals,NA,NA
-1966,Timor-Leste,Oilcrops,NA,NA
-1966,Timor-Leste,Pulses,NA,NA
+1966,Timor-Leste,OilcropsPulses,NA,NA
 1966,Timor-Leste,Starchy Roots,NA,NA
+1966,Timor-Leste,Sugar,NA,NA
 1967,Timor-Leste,Ruminants,NA,NA
 1967,Timor-Leste,Monogastrics,NA,NA
+1967,Timor-Leste,FruitVeg,NA,NA
 1967,Timor-Leste,Cereals,NA,NA
-1967,Timor-Leste,Oilcrops,NA,NA
-1967,Timor-Leste,Pulses,NA,NA
+1967,Timor-Leste,OilcropsPulses,NA,NA
 1967,Timor-Leste,Starchy Roots,NA,NA
+1967,Timor-Leste,Sugar,NA,NA
 1968,Timor-Leste,Ruminants,NA,NA
 1968,Timor-Leste,Monogastrics,NA,NA
+1968,Timor-Leste,FruitVeg,NA,NA
 1968,Timor-Leste,Cereals,NA,NA
-1968,Timor-Leste,Oilcrops,NA,NA
-1968,Timor-Leste,Pulses,NA,NA
+1968,Timor-Leste,OilcropsPulses,NA,NA
 1968,Timor-Leste,Starchy Roots,NA,NA
+1968,Timor-Leste,Sugar,NA,NA
 1969,Timor-Leste,Ruminants,NA,NA
 1969,Timor-Leste,Monogastrics,NA,NA
+1969,Timor-Leste,FruitVeg,NA,NA
 1969,Timor-Leste,Cereals,NA,NA
-1969,Timor-Leste,Oilcrops,NA,NA
-1969,Timor-Leste,Pulses,NA,NA
+1969,Timor-Leste,OilcropsPulses,NA,NA
 1969,Timor-Leste,Starchy Roots,NA,NA
+1969,Timor-Leste,Sugar,NA,NA
 1970,Timor-Leste,Ruminants,NA,NA
 1970,Timor-Leste,Monogastrics,NA,NA
+1970,Timor-Leste,FruitVeg,NA,NA
 1970,Timor-Leste,Cereals,NA,NA
-1970,Timor-Leste,Oilcrops,NA,NA
-1970,Timor-Leste,Pulses,NA,NA
+1970,Timor-Leste,OilcropsPulses,NA,NA
 1970,Timor-Leste,Starchy Roots,NA,NA
+1970,Timor-Leste,Sugar,NA,NA
 1971,Timor-Leste,Ruminants,NA,NA
 1971,Timor-Leste,Monogastrics,NA,NA
+1971,Timor-Leste,FruitVeg,NA,NA
 1971,Timor-Leste,Cereals,NA,NA
-1971,Timor-Leste,Oilcrops,NA,NA
-1971,Timor-Leste,Pulses,NA,NA
+1971,Timor-Leste,OilcropsPulses,NA,NA
 1971,Timor-Leste,Starchy Roots,NA,NA
+1971,Timor-Leste,Sugar,NA,NA
 1972,Timor-Leste,Ruminants,NA,NA
 1972,Timor-Leste,Monogastrics,NA,NA
+1972,Timor-Leste,FruitVeg,NA,NA
 1972,Timor-Leste,Cereals,NA,NA
-1972,Timor-Leste,Oilcrops,NA,NA
-1972,Timor-Leste,Pulses,NA,NA
+1972,Timor-Leste,OilcropsPulses,NA,NA
 1972,Timor-Leste,Starchy Roots,NA,NA
+1972,Timor-Leste,Sugar,NA,NA
 1973,Timor-Leste,Ruminants,NA,NA
 1973,Timor-Leste,Monogastrics,NA,NA
+1973,Timor-Leste,FruitVeg,NA,NA
 1973,Timor-Leste,Cereals,NA,NA
-1973,Timor-Leste,Oilcrops,NA,NA
-1973,Timor-Leste,Pulses,NA,NA
+1973,Timor-Leste,OilcropsPulses,NA,NA
 1973,Timor-Leste,Starchy Roots,NA,NA
+1973,Timor-Leste,Sugar,NA,NA
 1974,Timor-Leste,Ruminants,NA,NA
 1974,Timor-Leste,Monogastrics,NA,NA
+1974,Timor-Leste,FruitVeg,NA,NA
 1974,Timor-Leste,Cereals,NA,NA
-1974,Timor-Leste,Oilcrops,NA,NA
-1974,Timor-Leste,Pulses,NA,NA
+1974,Timor-Leste,OilcropsPulses,NA,NA
 1974,Timor-Leste,Starchy Roots,NA,NA
+1974,Timor-Leste,Sugar,NA,NA
 1975,Timor-Leste,Ruminants,NA,NA
 1975,Timor-Leste,Monogastrics,NA,NA
+1975,Timor-Leste,FruitVeg,NA,NA
 1975,Timor-Leste,Cereals,NA,NA
-1975,Timor-Leste,Oilcrops,NA,NA
-1975,Timor-Leste,Pulses,NA,NA
+1975,Timor-Leste,OilcropsPulses,NA,NA
 1975,Timor-Leste,Starchy Roots,NA,NA
+1975,Timor-Leste,Sugar,NA,NA
 1976,Timor-Leste,Ruminants,NA,NA
 1976,Timor-Leste,Monogastrics,NA,NA
+1976,Timor-Leste,FruitVeg,NA,NA
 1976,Timor-Leste,Cereals,NA,NA
-1976,Timor-Leste,Oilcrops,NA,NA
-1976,Timor-Leste,Pulses,NA,NA
+1976,Timor-Leste,OilcropsPulses,NA,NA
 1976,Timor-Leste,Starchy Roots,NA,NA
+1976,Timor-Leste,Sugar,NA,NA
 1977,Timor-Leste,Ruminants,NA,NA
 1977,Timor-Leste,Monogastrics,NA,NA
+1977,Timor-Leste,FruitVeg,NA,NA
 1977,Timor-Leste,Cereals,NA,NA
-1977,Timor-Leste,Oilcrops,NA,NA
-1977,Timor-Leste,Pulses,NA,NA
+1977,Timor-Leste,OilcropsPulses,NA,NA
 1977,Timor-Leste,Starchy Roots,NA,NA
+1977,Timor-Leste,Sugar,NA,NA
 1978,Timor-Leste,Ruminants,NA,NA
 1978,Timor-Leste,Monogastrics,NA,NA
+1978,Timor-Leste,FruitVeg,NA,NA
 1978,Timor-Leste,Cereals,NA,NA
-1978,Timor-Leste,Oilcrops,NA,NA
-1978,Timor-Leste,Pulses,NA,NA
+1978,Timor-Leste,OilcropsPulses,NA,NA
 1978,Timor-Leste,Starchy Roots,NA,NA
+1978,Timor-Leste,Sugar,NA,NA
 1979,Timor-Leste,Ruminants,NA,NA
 1979,Timor-Leste,Monogastrics,NA,NA
+1979,Timor-Leste,FruitVeg,NA,NA
 1979,Timor-Leste,Cereals,NA,NA
-1979,Timor-Leste,Oilcrops,NA,NA
-1979,Timor-Leste,Pulses,NA,NA
+1979,Timor-Leste,OilcropsPulses,NA,NA
 1979,Timor-Leste,Starchy Roots,NA,NA
+1979,Timor-Leste,Sugar,NA,NA
 1980,Timor-Leste,Ruminants,NA,NA
 1980,Timor-Leste,Monogastrics,NA,NA
+1980,Timor-Leste,FruitVeg,NA,NA
 1980,Timor-Leste,Cereals,NA,NA
-1980,Timor-Leste,Oilcrops,NA,NA
-1980,Timor-Leste,Pulses,NA,NA
+1980,Timor-Leste,OilcropsPulses,NA,NA
 1980,Timor-Leste,Starchy Roots,NA,NA
+1980,Timor-Leste,Sugar,NA,NA
 1981,Timor-Leste,Ruminants,NA,NA
 1981,Timor-Leste,Monogastrics,NA,NA
+1981,Timor-Leste,FruitVeg,NA,NA
 1981,Timor-Leste,Cereals,NA,NA
-1981,Timor-Leste,Oilcrops,NA,NA
-1981,Timor-Leste,Pulses,NA,NA
+1981,Timor-Leste,OilcropsPulses,NA,NA
 1981,Timor-Leste,Starchy Roots,NA,NA
+1981,Timor-Leste,Sugar,NA,NA
 1982,Timor-Leste,Ruminants,NA,NA
 1982,Timor-Leste,Monogastrics,NA,NA
+1982,Timor-Leste,FruitVeg,NA,NA
 1982,Timor-Leste,Cereals,NA,NA
-1982,Timor-Leste,Oilcrops,NA,NA
-1982,Timor-Leste,Pulses,NA,NA
+1982,Timor-Leste,OilcropsPulses,NA,NA
 1982,Timor-Leste,Starchy Roots,NA,NA
+1982,Timor-Leste,Sugar,NA,NA
 1983,Timor-Leste,Ruminants,NA,NA
 1983,Timor-Leste,Monogastrics,NA,NA
+1983,Timor-Leste,FruitVeg,NA,NA
 1983,Timor-Leste,Cereals,NA,NA
-1983,Timor-Leste,Oilcrops,NA,NA
-1983,Timor-Leste,Pulses,NA,NA
+1983,Timor-Leste,OilcropsPulses,NA,NA
 1983,Timor-Leste,Starchy Roots,NA,NA
+1983,Timor-Leste,Sugar,NA,NA
 1984,Timor-Leste,Ruminants,NA,NA
 1984,Timor-Leste,Monogastrics,NA,NA
+1984,Timor-Leste,FruitVeg,NA,NA
 1984,Timor-Leste,Cereals,NA,NA
-1984,Timor-Leste,Oilcrops,NA,NA
-1984,Timor-Leste,Pulses,NA,NA
+1984,Timor-Leste,OilcropsPulses,NA,NA
 1984,Timor-Leste,Starchy Roots,NA,NA
+1984,Timor-Leste,Sugar,NA,NA
 1985,Timor-Leste,Ruminants,NA,NA
 1985,Timor-Leste,Monogastrics,NA,NA
+1985,Timor-Leste,FruitVeg,NA,NA
 1985,Timor-Leste,Cereals,NA,NA
-1985,Timor-Leste,Oilcrops,NA,NA
-1985,Timor-Leste,Pulses,NA,NA
+1985,Timor-Leste,OilcropsPulses,NA,NA
 1985,Timor-Leste,Starchy Roots,NA,NA
+1985,Timor-Leste,Sugar,NA,NA
 1986,Timor-Leste,Ruminants,NA,NA
 1986,Timor-Leste,Monogastrics,NA,NA
+1986,Timor-Leste,FruitVeg,NA,NA
 1986,Timor-Leste,Cereals,NA,NA
-1986,Timor-Leste,Oilcrops,NA,NA
-1986,Timor-Leste,Pulses,NA,NA
+1986,Timor-Leste,OilcropsPulses,NA,NA
 1986,Timor-Leste,Starchy Roots,NA,NA
+1986,Timor-Leste,Sugar,NA,NA
 1987,Timor-Leste,Ruminants,NA,NA
 1987,Timor-Leste,Monogastrics,NA,NA
+1987,Timor-Leste,FruitVeg,NA,NA
 1987,Timor-Leste,Cereals,NA,NA
-1987,Timor-Leste,Oilcrops,NA,NA
-1987,Timor-Leste,Pulses,NA,NA
+1987,Timor-Leste,OilcropsPulses,NA,NA
 1987,Timor-Leste,Starchy Roots,NA,NA
+1987,Timor-Leste,Sugar,NA,NA
 1988,Timor-Leste,Ruminants,NA,NA
 1988,Timor-Leste,Monogastrics,NA,NA
+1988,Timor-Leste,FruitVeg,NA,NA
 1988,Timor-Leste,Cereals,NA,NA
-1988,Timor-Leste,Oilcrops,NA,NA
-1988,Timor-Leste,Pulses,NA,NA
+1988,Timor-Leste,OilcropsPulses,NA,NA
 1988,Timor-Leste,Starchy Roots,NA,NA
+1988,Timor-Leste,Sugar,NA,NA
 1989,Timor-Leste,Ruminants,NA,NA
 1989,Timor-Leste,Monogastrics,NA,NA
+1989,Timor-Leste,FruitVeg,NA,NA
 1989,Timor-Leste,Cereals,NA,NA
-1989,Timor-Leste,Oilcrops,NA,NA
-1989,Timor-Leste,Pulses,NA,NA
+1989,Timor-Leste,OilcropsPulses,NA,NA
 1989,Timor-Leste,Starchy Roots,NA,NA
+1989,Timor-Leste,Sugar,NA,NA
 1990,Timor-Leste,Ruminants,NA,NA
 1990,Timor-Leste,Monogastrics,NA,NA
+1990,Timor-Leste,FruitVeg,NA,NA
 1990,Timor-Leste,Cereals,NA,NA
-1990,Timor-Leste,Oilcrops,NA,NA
-1990,Timor-Leste,Pulses,NA,NA
+1990,Timor-Leste,OilcropsPulses,NA,NA
 1990,Timor-Leste,Starchy Roots,NA,NA
+1990,Timor-Leste,Sugar,NA,NA
 1991,Timor-Leste,Ruminants,NA,NA
 1991,Timor-Leste,Monogastrics,NA,NA
+1991,Timor-Leste,FruitVeg,NA,NA
 1991,Timor-Leste,Cereals,NA,NA
-1991,Timor-Leste,Oilcrops,NA,NA
-1991,Timor-Leste,Pulses,NA,NA
+1991,Timor-Leste,OilcropsPulses,NA,NA
 1991,Timor-Leste,Starchy Roots,NA,NA
+1991,Timor-Leste,Sugar,NA,NA
 1992,Timor-Leste,Ruminants,NA,NA
 1992,Timor-Leste,Monogastrics,NA,NA
+1992,Timor-Leste,FruitVeg,NA,NA
 1992,Timor-Leste,Cereals,NA,NA
-1992,Timor-Leste,Oilcrops,NA,NA
-1992,Timor-Leste,Pulses,NA,NA
+1992,Timor-Leste,OilcropsPulses,NA,NA
 1992,Timor-Leste,Starchy Roots,NA,NA
+1992,Timor-Leste,Sugar,NA,NA
 1993,Timor-Leste,Ruminants,NA,NA
 1993,Timor-Leste,Monogastrics,NA,NA
+1993,Timor-Leste,FruitVeg,NA,NA
 1993,Timor-Leste,Cereals,NA,NA
-1993,Timor-Leste,Oilcrops,NA,NA
-1993,Timor-Leste,Pulses,NA,NA
+1993,Timor-Leste,OilcropsPulses,NA,NA
 1993,Timor-Leste,Starchy Roots,NA,NA
+1993,Timor-Leste,Sugar,NA,NA
 1994,Timor-Leste,Ruminants,NA,NA
 1994,Timor-Leste,Monogastrics,NA,NA
+1994,Timor-Leste,FruitVeg,NA,NA
 1994,Timor-Leste,Cereals,NA,NA
-1994,Timor-Leste,Oilcrops,NA,NA
-1994,Timor-Leste,Pulses,NA,NA
+1994,Timor-Leste,OilcropsPulses,NA,NA
 1994,Timor-Leste,Starchy Roots,NA,NA
+1994,Timor-Leste,Sugar,NA,NA
 1995,Timor-Leste,Ruminants,NA,NA
 1995,Timor-Leste,Monogastrics,NA,NA
+1995,Timor-Leste,FruitVeg,NA,NA
 1995,Timor-Leste,Cereals,NA,NA
-1995,Timor-Leste,Oilcrops,NA,NA
-1995,Timor-Leste,Pulses,NA,NA
+1995,Timor-Leste,OilcropsPulses,NA,NA
 1995,Timor-Leste,Starchy Roots,NA,NA
+1995,Timor-Leste,Sugar,NA,NA
 1996,Timor-Leste,Ruminants,NA,NA
 1996,Timor-Leste,Monogastrics,NA,NA
+1996,Timor-Leste,FruitVeg,NA,NA
 1996,Timor-Leste,Cereals,NA,NA
-1996,Timor-Leste,Oilcrops,NA,NA
-1996,Timor-Leste,Pulses,NA,NA
+1996,Timor-Leste,OilcropsPulses,NA,NA
 1996,Timor-Leste,Starchy Roots,NA,NA
+1996,Timor-Leste,Sugar,NA,NA
 1997,Timor-Leste,Ruminants,NA,NA
 1997,Timor-Leste,Monogastrics,NA,NA
+1997,Timor-Leste,FruitVeg,NA,NA
 1997,Timor-Leste,Cereals,NA,NA
-1997,Timor-Leste,Oilcrops,NA,NA
-1997,Timor-Leste,Pulses,NA,NA
+1997,Timor-Leste,OilcropsPulses,NA,NA
 1997,Timor-Leste,Starchy Roots,NA,NA
+1997,Timor-Leste,Sugar,NA,NA
 1998,Timor-Leste,Ruminants,NA,NA
 1998,Timor-Leste,Monogastrics,NA,NA
+1998,Timor-Leste,FruitVeg,NA,NA
 1998,Timor-Leste,Cereals,NA,NA
-1998,Timor-Leste,Oilcrops,NA,NA
-1998,Timor-Leste,Pulses,NA,NA
+1998,Timor-Leste,OilcropsPulses,NA,NA
 1998,Timor-Leste,Starchy Roots,NA,NA
+1998,Timor-Leste,Sugar,NA,NA
 1999,Timor-Leste,Ruminants,NA,NA
 1999,Timor-Leste,Monogastrics,NA,NA
+1999,Timor-Leste,FruitVeg,NA,NA
 1999,Timor-Leste,Cereals,NA,NA
-1999,Timor-Leste,Oilcrops,NA,NA
-1999,Timor-Leste,Pulses,NA,NA
+1999,Timor-Leste,OilcropsPulses,NA,NA
 1999,Timor-Leste,Starchy Roots,NA,NA
+1999,Timor-Leste,Sugar,NA,NA
 2000,Timor-Leste,Ruminants,NA,NA
 2000,Timor-Leste,Monogastrics,NA,NA
+2000,Timor-Leste,FruitVeg,NA,NA
 2000,Timor-Leste,Cereals,NA,NA
-2000,Timor-Leste,Oilcrops,NA,NA
-2000,Timor-Leste,Pulses,NA,NA
+2000,Timor-Leste,OilcropsPulses,NA,NA
 2000,Timor-Leste,Starchy Roots,NA,NA
+2000,Timor-Leste,Sugar,NA,NA
 2001,Timor-Leste,Ruminants,NA,NA
 2001,Timor-Leste,Monogastrics,NA,NA
+2001,Timor-Leste,FruitVeg,NA,NA
 2001,Timor-Leste,Cereals,NA,NA
-2001,Timor-Leste,Oilcrops,NA,NA
-2001,Timor-Leste,Pulses,NA,NA
+2001,Timor-Leste,OilcropsPulses,NA,NA
 2001,Timor-Leste,Starchy Roots,NA,NA
+2001,Timor-Leste,Sugar,NA,NA
 2002,Timor-Leste,Ruminants,NA,NA
 2002,Timor-Leste,Monogastrics,NA,NA
+2002,Timor-Leste,FruitVeg,NA,NA
 2002,Timor-Leste,Cereals,NA,NA
-2002,Timor-Leste,Oilcrops,NA,NA
-2002,Timor-Leste,Pulses,NA,NA
+2002,Timor-Leste,OilcropsPulses,NA,NA
 2002,Timor-Leste,Starchy Roots,NA,NA
+2002,Timor-Leste,Sugar,NA,NA
 2003,Timor-Leste,Ruminants,NA,NA
 2003,Timor-Leste,Monogastrics,NA,NA
+2003,Timor-Leste,FruitVeg,NA,NA
 2003,Timor-Leste,Cereals,NA,NA
-2003,Timor-Leste,Oilcrops,NA,NA
-2003,Timor-Leste,Pulses,NA,NA
+2003,Timor-Leste,OilcropsPulses,NA,NA
 2003,Timor-Leste,Starchy Roots,NA,NA
+2003,Timor-Leste,Sugar,NA,NA
 2004,Timor-Leste,Ruminants,NA,NA
 2004,Timor-Leste,Monogastrics,NA,NA
+2004,Timor-Leste,FruitVeg,NA,NA
 2004,Timor-Leste,Cereals,NA,NA
-2004,Timor-Leste,Oilcrops,NA,NA
-2004,Timor-Leste,Pulses,NA,NA
+2004,Timor-Leste,OilcropsPulses,NA,NA
 2004,Timor-Leste,Starchy Roots,NA,NA
+2004,Timor-Leste,Sugar,NA,NA
 2005,Timor-Leste,Ruminants,NA,NA
 2005,Timor-Leste,Monogastrics,NA,NA
+2005,Timor-Leste,FruitVeg,NA,NA
 2005,Timor-Leste,Cereals,NA,NA
-2005,Timor-Leste,Oilcrops,NA,NA
-2005,Timor-Leste,Pulses,NA,NA
+2005,Timor-Leste,OilcropsPulses,NA,NA
 2005,Timor-Leste,Starchy Roots,NA,NA
+2005,Timor-Leste,Sugar,NA,NA
 2006,Timor-Leste,Ruminants,NA,NA
 2006,Timor-Leste,Monogastrics,NA,NA
+2006,Timor-Leste,FruitVeg,NA,NA
 2006,Timor-Leste,Cereals,NA,NA
-2006,Timor-Leste,Oilcrops,NA,NA
-2006,Timor-Leste,Pulses,NA,NA
+2006,Timor-Leste,OilcropsPulses,NA,NA
 2006,Timor-Leste,Starchy Roots,NA,NA
+2006,Timor-Leste,Sugar,NA,NA
 2007,Timor-Leste,Ruminants,NA,NA
 2007,Timor-Leste,Monogastrics,NA,NA
+2007,Timor-Leste,FruitVeg,NA,NA
 2007,Timor-Leste,Cereals,NA,NA
-2007,Timor-Leste,Oilcrops,NA,NA
-2007,Timor-Leste,Pulses,NA,NA
+2007,Timor-Leste,OilcropsPulses,NA,NA
 2007,Timor-Leste,Starchy Roots,NA,NA
+2007,Timor-Leste,Sugar,NA,NA
 2008,Timor-Leste,Ruminants,NA,NA
 2008,Timor-Leste,Monogastrics,NA,NA
+2008,Timor-Leste,FruitVeg,NA,NA
 2008,Timor-Leste,Cereals,NA,NA
-2008,Timor-Leste,Oilcrops,NA,NA
-2008,Timor-Leste,Pulses,NA,NA
+2008,Timor-Leste,OilcropsPulses,NA,NA
 2008,Timor-Leste,Starchy Roots,NA,NA
+2008,Timor-Leste,Sugar,NA,NA
 2009,Timor-Leste,Ruminants,NA,NA
 2009,Timor-Leste,Monogastrics,NA,NA
+2009,Timor-Leste,FruitVeg,NA,NA
 2009,Timor-Leste,Cereals,NA,NA
-2009,Timor-Leste,Oilcrops,NA,NA
-2009,Timor-Leste,Pulses,NA,NA
+2009,Timor-Leste,OilcropsPulses,NA,NA
 2009,Timor-Leste,Starchy Roots,NA,NA
+2009,Timor-Leste,Sugar,NA,NA
 2010,Timor-Leste,Ruminants,NA,NA
 2010,Timor-Leste,Monogastrics,NA,NA
+2010,Timor-Leste,FruitVeg,NA,NA
 2010,Timor-Leste,Cereals,NA,NA
-2010,Timor-Leste,Oilcrops,NA,NA
-2010,Timor-Leste,Pulses,NA,NA
+2010,Timor-Leste,OilcropsPulses,NA,NA
 2010,Timor-Leste,Starchy Roots,NA,NA
+2010,Timor-Leste,Sugar,NA,NA
 2011,Timor-Leste,Ruminants,NA,NA
 2011,Timor-Leste,Monogastrics,NA,NA
+2011,Timor-Leste,FruitVeg,NA,NA
 2011,Timor-Leste,Cereals,NA,NA
-2011,Timor-Leste,Oilcrops,NA,NA
-2011,Timor-Leste,Pulses,NA,NA
+2011,Timor-Leste,OilcropsPulses,NA,NA
 2011,Timor-Leste,Starchy Roots,NA,NA
+2011,Timor-Leste,Sugar,NA,NA
 1961,Togo,Ruminants,1.597528,0.114922930928284
 1961,Togo,Cereals,1.597528,0.0898588318952782
 1961,Togo,Monogastrics,1.597528,0.0126153657400684
-1961,Togo,Oilcrops,1.597528,0.00855947438792935
-1961,Togo,Pulses,1.597528,0.00900078120696476
+1961,Togo,FruitVeg,1.597528,0.0368513102743739
+1961,Togo,OilcropsPulses,1.597528,0.0175602555948941
 1961,Togo,Starchy Roots,1.597528,0.339311736633098
+1961,Togo,Sugar,1.597528,0.00220215232534265
 1962,Togo,Ruminants,1.612758,0.114945143660735
 1962,Togo,Cereals,1.612758,0.0883424543545901
 1962,Togo,Monogastrics,1.612758,0.0130323334313022
-1962,Togo,Oilcrops,1.612758,0.0137453976356031
-1962,Togo,Pulses,1.612758,0.0102389819179319
+1962,Togo,FruitVeg,1.612758,0.036888361428063
+1962,Togo,OilcropsPulses,1.612758,0.023984379553535
 1962,Togo,Starchy Roots,1.612758,0.330359545573483
+1962,Togo,Sugar,1.612758,0.00420521863788616
 1963,Togo,Ruminants,1.631763,0.116475431787582
 1963,Togo,Cereals,1.631763,0.0895730568716168
 1963,Togo,Monogastrics,1.631763,0.014058597970416
-1963,Togo,Oilcrops,1.631763,0.0112301847756077
-1963,Togo,Pulses,1.631763,0.0117621247693446
+1963,Togo,FruitVeg,1.631763,0.0365120424963674
+1963,Togo,OilcropsPulses,1.631763,0.0229923095449523
 1963,Togo,Starchy Roots,1.631763,0.329085780226663
+1963,Togo,Sugar,1.631763,0.00255551817267581
 1964,Togo,Ruminants,1.662072,0.122288565116313
 1964,Togo,Cereals,1.662072,0.102884231248706
 1964,Togo,Monogastrics,1.662072,0.0154266481837129
-1964,Togo,Oilcrops,1.662072,0.0117437752395805
-1964,Togo,Pulses,1.662072,0.0105735491603252
+1964,Togo,FruitVeg,1.662072,0.038993497273283
+1964,Togo,OilcropsPulses,1.662072,0.0223173243999057
 1964,Togo,Starchy Roots,1.662072,0.32908923319808
+1964,Togo,Sugar,1.662072,0.00284765040262997
 1965,Togo,Ruminants,1.708632,0.120987082063311
 1965,Togo,Cereals,1.708632,0.10372918217615
 1965,Togo,Monogastrics,1.708632,0.0153414544501098
-1965,Togo,Oilcrops,1.708632,0.0151946118298147
-1965,Togo,Pulses,1.708632,0.0117954012332673
+1965,Togo,FruitVeg,1.708632,0.0376710725305391
+1965,Togo,OilcropsPulses,1.708632,0.026990013063082
 1965,Togo,Starchy Roots,1.708632,0.338182826963325
+1965,Togo,Sugar,1.708632,0.00206246868840101
 1966,Togo,Ruminants,1.774029,0.119280068138683
 1966,Togo,Cereals,1.774029,0.109087280985824
 1966,Togo,Monogastrics,1.774029,0.0153501436560507
-1966,Togo,Oilcrops,1.774029,0.0110730997069383
-1966,Togo,Pulses,1.774029,0.0101176474567214
+1966,Togo,FruitVeg,1.774029,0.0382586755909853
+1966,Togo,OilcropsPulses,1.774029,0.0211907471636597
 1966,Togo,Starchy Roots,1.774029,0.328342997775121
+1966,Togo,Sugar,1.774029,0.00476655116686368
 1967,Togo,Ruminants,1.855445,0.116959920665932
 1967,Togo,Cereals,1.855445,0.122415916397414
 1967,Togo,Monogastrics,1.855445,0.0144596579257267
-1967,Togo,Oilcrops,1.855445,0.0122445019927834
-1967,Togo,Pulses,1.855445,0.0105176925212011
+1967,Togo,FruitVeg,1.855445,0.0367275774814128
+1967,Togo,OilcropsPulses,1.855445,0.0227621945139845
 1967,Togo,Starchy Roots,1.855445,0.315898342446152
+1967,Togo,Sugar,1.855445,0.00501335259196581
 1968,Togo,Ruminants,1.945781,0.104722319726629
 1968,Togo,Cereals,1.945781,0.10984586651838
 1968,Togo,Monogastrics,1.945781,0.0151108989141121
-1968,Togo,Oilcrops,1.945781,0.0115023222037835
-1968,Togo,Pulses,1.945781,0.0100319614591776
+1968,Togo,FruitVeg,1.945781,0.0366490370704617
+1968,Togo,OilcropsPulses,1.945781,0.021534283662961
 1968,Togo,Starchy Roots,1.945781,0.31017673623085
+1968,Togo,Sugar,1.945781,0.0063948614977739
 1969,Togo,Ruminants,2.034909,0.10485903792258
 1969,Togo,Cereals,2.034909,0.0994442503325702
 1969,Togo,Monogastrics,2.034909,0.0139429330746485
-1969,Togo,Oilcrops,2.034909,0.00878810796944728
-1969,Togo,Pulses,2.034909,0.00899499682786798
+1969,Togo,FruitVeg,2.034909,0.0357519672869892
+1969,Togo,OilcropsPulses,2.034909,0.0177831047973153
 1969,Togo,Starchy Roots,2.034909,0.307361164553304
+1969,Togo,Sugar,2.034909,0.00455155488525531
 1970,Togo,Ruminants,2.115521,0.106138582410669
 1970,Togo,Cereals,2.115521,0.103722440004141
 1970,Togo,Monogastrics,2.115521,0.012216328743605
-1970,Togo,Oilcrops,2.115521,0.00976307963853821
-1970,Togo,Pulses,2.115521,0.00910650378795578
+1970,Togo,FruitVeg,2.115521,0.035135080200102
+1970,Togo,OilcropsPulses,2.115521,0.018869583426494
 1970,Togo,Starchy Roots,2.115521,0.297618884426106
+1970,Togo,Sugar,2.115521,0.00400090568706243
 1971,Togo,Ruminants,2.185661,0.0916326456847608
 1971,Togo,Cereals,2.185661,0.125047296904689
 1971,Togo,Monogastrics,2.185661,0.0124286428682216
-1971,Togo,Oilcrops,2.185661,0.0112322999769864
-1971,Togo,Pulses,2.185661,0.00765077475418192
+1971,Togo,FruitVeg,2.185661,0.0353430838542665
+1971,Togo,OilcropsPulses,2.185661,0.0188830747311683
 1971,Togo,Starchy Roots,2.185661,0.281201430596968
+1971,Togo,Sugar,2.185661,0.00240384945332327
 1972,Togo,Ruminants,2.247575,0.0973517680166402
 1972,Togo,Cereals,2.247575,0.128179482330957
 1972,Togo,Monogastrics,2.247575,0.0131215643526912
-1972,Togo,Oilcrops,2.247575,0.00926954606631592
-1972,Togo,Pulses,2.247575,0.00694793277198759
+1972,Togo,FruitVeg,2.247575,0.0351191840094324
+1972,Togo,OilcropsPulses,2.247575,0.0162174788383035
 1972,Togo,Starchy Roots,2.247575,0.277705082144089
+1972,Togo,Sugar,2.247575,0.0035518280813766
 1973,Togo,Ruminants,2.303345,0.102225762966468
 1973,Togo,Cereals,2.303345,0.11280463847144
 1973,Togo,Monogastrics,2.303345,0.0136461971610853
-1973,Togo,Oilcrops,2.303345,0.0112063108218699
-1973,Togo,Pulses,2.303345,0.00684222294098366
+1973,Togo,FruitVeg,2.303345,0.0347759454185109
+1973,Togo,OilcropsPulses,2.303345,0.0180485337628536
 1973,Togo,Starchy Roots,2.303345,0.277662703589779
+1973,Togo,Sugar,2.303345,0.00326264628182057
 1974,Togo,Ruminants,2.356623,0.0989792597288578
 1974,Togo,Cereals,2.356623,0.104554695426464
 1974,Togo,Monogastrics,2.356623,0.013951658793112
-1974,Togo,Oilcrops,2.356623,0.0118911679975966
-1974,Togo,Pulses,2.356623,0.00734313464648355
+1974,Togo,FruitVeg,2.356623,0.034333450874408
+1974,Togo,OilcropsPulses,2.356623,0.0192343026440801
 1974,Togo,Starchy Roots,2.356623,0.260024195639269
+1974,Togo,Sugar,2.356623,0.00151063619424914
 1975,Togo,Ruminants,2.410446,0.102281693927182
 1975,Togo,Cereals,2.410446,0.0940547931793535
 1975,Togo,Monogastrics,2.410446,0.0143482990284785
-1975,Togo,Oilcrops,2.410446,0.0113037172373909
-1975,Togo,Pulses,2.410446,0.00756664949142192
+1975,Togo,FruitVeg,2.410446,0.0340692137471655
+1975,Togo,OilcropsPulses,2.410446,0.0188703667288128
 1975,Togo,Starchy Roots,2.410446,0.271604093184415
+1975,Togo,Sugar,2.410446,0.00105789550979362
 1976,Togo,Ruminants,2.464457,0.0952953530940081
 1976,Togo,Cereals,2.464457,0.0926451546933057
 1976,Togo,Monogastrics,2.464457,0.0142056850657163
-1976,Togo,Oilcrops,2.464457,0.0108612160812706
-1976,Togo,Pulses,2.464457,0.00638517937217002
+1976,Togo,FruitVeg,2.464457,0.0352422460606941
+1976,Togo,OilcropsPulses,2.464457,0.0172463954534407
 1976,Togo,Starchy Roots,2.464457,0.260695560928837
+1976,Togo,Sugar,2.464457,0.00120756823916993
 1977,Togo,Ruminants,2.518566,0.091491070712461
 1977,Togo,Cereals,2.518566,0.102872428199221
 1977,Togo,Monogastrics,2.518566,0.0155494436119601
-1977,Togo,Oilcrops,2.518566,0.00957568711719288
-1977,Togo,Pulses,2.518566,0.0048015418297555
+1977,Togo,FruitVeg,2.518566,0.0352740408629355
+1977,Togo,OilcropsPulses,2.518566,0.0143772289469484
 1977,Togo,Starchy Roots,2.518566,0.22195685957803
+1977,Togo,Sugar,2.518566,0.00621782395220137
 1978,Togo,Ruminants,2.576468,0.0894728752695551
 1978,Togo,Cereals,2.576468,0.0948833829878733
 1978,Togo,Monogastrics,2.576468,0.0152591842786326
-1978,Togo,Oilcrops,2.576468,0.00993375427135132
-1978,Togo,Pulses,2.576468,0.00560495996845294
+1978,Togo,FruitVeg,2.576468,0.0355304238205171
+1978,Togo,OilcropsPulses,2.576468,0.0155387142398043
 1978,Togo,Starchy Roots,2.576468,0.271705683905253
+1978,Togo,Sugar,2.576468,0.0040256661445048
 1979,Togo,Ruminants,2.642845,0.0843952634376969
 1979,Togo,Cereals,2.642845,0.103219825604604
 1979,Togo,Monogastrics,2.642845,0.0146189806818031
-1979,Togo,Oilcrops,2.642845,0.0112102677228517
-1979,Togo,Pulses,2.642845,0.00689408572958308
+1979,Togo,FruitVeg,2.642845,0.035811029402027
+1979,Togo,OilcropsPulses,2.642845,0.0181043534524348
 1979,Togo,Starchy Roots,2.642845,0.279739447451515
+1979,Togo,Sugar,2.642845,0.00730235787569835
 1980,Togo,Ruminants,2.720838,0.0800190970575977
 1980,Togo,Cereals,2.720838,0.111148844583911
 1980,Togo,Monogastrics,2.720838,0.0139341629306853
-1980,Togo,Oilcrops,2.720838,0.011286228728061
-1980,Togo,Pulses,2.720838,0.00628078555209829
+1980,Togo,FruitVeg,2.720838,0.0369529534650722
+1980,Togo,OilcropsPulses,2.720838,0.0175670142801593
 1980,Togo,Starchy Roots,2.720838,0.264325549701967
+1980,Togo,Sugar,2.720838,0.00713750690044758
 1981,Togo,Ruminants,2.812071,0.0861380811508671
 1981,Togo,Cereals,2.812071,0.111174291118539
 1981,Togo,Monogastrics,2.812071,0.0164184332472402
-1981,Togo,Oilcrops,2.812071,0.0117088082057672
-1981,Togo,Pulses,2.812071,0.00756168674261781
+1981,Togo,FruitVeg,2.812071,0.0379183171406412
+1981,Togo,OilcropsPulses,2.812071,0.019270494948385
 1981,Togo,Starchy Roots,2.812071,0.252936714613536
+1981,Togo,Sugar,2.812071,0.00525769086200171
 1982,Togo,Ruminants,2.915148,0.106255325630122
 1982,Togo,Cereals,2.915148,0.104547350597637
 1982,Togo,Monogastrics,2.915148,0.0179796360253407
-1982,Togo,Oilcrops,2.915148,0.00910897148275148
-1982,Togo,Pulses,2.915148,0.00925407560782506
+1982,Togo,FruitVeg,2.915148,0.0374584755216545
+1982,Togo,OilcropsPulses,2.915148,0.0183630470905765
 1982,Togo,Starchy Roots,2.915148,0.229986607884059
+1982,Togo,Sugar,2.915148,0.0108618841993614
 1983,Togo,Ruminants,3.026378,0.0955301684059295
 1983,Togo,Cereals,3.026378,0.112199467482251
 1983,Togo,Monogastrics,3.026378,0.0163100908082203
-1983,Togo,Oilcrops,3.026378,0.00937424208079757
-1983,Togo,Pulses,3.026378,0.00740191740754129
+1983,Togo,FruitVeg,3.026378,0.0379222291465243
+1983,Togo,OilcropsPulses,3.026378,0.0167761594883389
 1983,Togo,Starchy Roots,3.026378,0.198359887628049
+1983,Togo,Sugar,3.026378,0.00710056708051671
 1984,Togo,Ruminants,3.140355,0.131314039336317
 1984,Togo,Cereals,3.140355,0.104322600470329
 1984,Togo,Monogastrics,3.140355,0.0150575014608221
-1984,Togo,Oilcrops,3.140355,0.0103185786320336
-1984,Togo,Pulses,3.140355,0.0103911818886718
+1984,Togo,FruitVeg,3.140355,0.0374881183815206
+1984,Togo,OilcropsPulses,3.140355,0.0207097605207055
 1984,Togo,Starchy Roots,3.140355,0.205798070600298
+1984,Togo,Sugar,3.140355,0.00960241756107192
 1985,Togo,Ruminants,3.252995,0.127546122880607
 1985,Togo,Cereals,3.252995,0.121917801902554
 1985,Togo,Monogastrics,3.252995,0.0152293809243482
-1985,Togo,Oilcrops,3.252995,0.0112748405699978
-1985,Togo,Pulses,3.252995,0.00829112863684082
+1985,Togo,FruitVeg,3.252995,0.0394694735159445
+1985,Togo,OilcropsPulses,3.252995,0.0195659692068386
 1985,Togo,Starchy Roots,3.252995,0.211054428303763
+1985,Togo,Sugar,3.252995,0.0101383494287572
 1986,Togo,Ruminants,3.363448,0.139868819140358
 1986,Togo,Cereals,3.363448,0.107970154436757
 1986,Togo,Monogastrics,3.363448,0.0179279120711841
-1986,Togo,Oilcrops,3.363448,0.00990679802393258
-1986,Togo,Pulses,3.363448,0.00730440904690663
+1986,Togo,FruitVeg,3.363448,0.039630462549146
+1986,Togo,OilcropsPulses,3.363448,0.0172112070708392
 1986,Togo,Starchy Roots,3.363448,0.198497791552003
+1986,Togo,Sugar,3.363448,0.0108971507809843
 1987,Togo,Ruminants,3.472459,0.125414958103177
 1987,Togo,Cereals,3.472459,0.109061330889724
 1987,Togo,Monogastrics,3.472459,0.0193584143110113
-1987,Togo,Oilcrops,3.472459,0.0096061609366734
-1987,Togo,Pulses,3.472459,0.00980745920974157
+1987,Togo,FruitVeg,3.472459,0.0422233927024048
+1987,Togo,OilcropsPulses,3.472459,0.019413620146415
 1987,Togo,Starchy Roots,3.472459,0.167741073400723
+1987,Togo,Sugar,3.472459,0.00566774150537127
 1988,Togo,Ruminants,3.579489,0.115118135577453
 1988,Togo,Cereals,3.579489,0.120504910058391
 1988,Togo,Monogastrics,3.579489,0.0251487852036981
-1988,Togo,Oilcrops,3.579489,0.0176284938995482
-1988,Togo,Pulses,3.579489,0.00436654505712966
+1988,Togo,FruitVeg,3.579489,0.0474274400619753
+1988,Togo,OilcropsPulses,3.579489,0.0219950389566779
 1988,Togo,Starchy Roots,3.579489,0.182334405832788
+1988,Togo,Sugar,3.579489,0.00621205987782055
 1989,Togo,Ruminants,3.684309,0.105071507302998
 1989,Togo,Cereals,3.684309,0.125360820712921
 1989,Togo,Monogastrics,3.684309,0.0247192350044472
-1989,Togo,Oilcrops,3.684309,0.0205995208328075
-1989,Togo,Pulses,3.684309,0.00570174760043199
+1989,Togo,FruitVeg,3.684309,0.0505902192242833
+1989,Togo,OilcropsPulses,3.684309,0.0263012684332395
 1989,Togo,Starchy Roots,3.684309,0.180553802626218
+1989,Togo,Sugar,3.684309,0.00600981079491432
 1990,Togo,Ruminants,3.786942,0.0891073325126184
 1990,Togo,Cereals,3.786942,0.127037857986734
 1990,Togo,Monogastrics,3.786942,0.0179359757820426
-1990,Togo,Oilcrops,3.786942,0.0206100331085081
-1990,Togo,Pulses,3.786942,0.00477826172146286
+1990,Togo,FruitVeg,3.786942,0.0535706646682204
+1990,Togo,OilcropsPulses,3.786942,0.025388294829971
 1990,Togo,Starchy Roots,3.786942,0.214849870951285
+1990,Togo,Sugar,3.786942,0.0044246782760338
 1991,Togo,Ruminants,3.886858,0.0778427459917496
 1991,Togo,Cereals,3.886858,0.120494497097656
 1991,Togo,Monogastrics,3.886858,0.0192319606221786
-1991,Togo,Oilcrops,3.886858,0.0208536046338714
-1991,Togo,Pulses,3.886858,0.00403873771565619
+1991,Togo,FruitVeg,3.886858,0.0569470250778392
+1991,Togo,OilcropsPulses,3.886858,0.0248923423495276
 1991,Togo,Starchy Roots,3.886858,0.185852428877
+1991,Togo,Sugar,3.886858,0.00422088998363202
 1992,Togo,Ruminants,3.984356,0.0697063214230857
 1992,Togo,Cereals,3.984356,0.118632220614825
 1992,Togo,Monogastrics,3.984356,0.0206801048902257
-1992,Togo,Oilcrops,3.984356,0.0250472096368899
-1992,Togo,Pulses,3.984356,0.00501887883512417
+1992,Togo,FruitVeg,3.984356,0.0608417018961157
+1992,Togo,OilcropsPulses,3.984356,0.030066088472014
 1992,Togo,Starchy Roots,3.984356,0.164619828147886
+1992,Togo,Sugar,3.984356,0.00372531972544622
 1993,Togo,Ruminants,4.081398,0.0670741250914515
 1993,Togo,Cereals,4.081398,0.122541589916004
 1993,Togo,Monogastrics,4.081398,0.0199876610906361
-1993,Togo,Oilcrops,4.081398,0.022641261646132
-1993,Togo,Pulses,4.081398,0.00892488309152893
+1993,Togo,FruitVeg,4.081398,0.0614688888464198
+1993,Togo,OilcropsPulses,4.081398,0.031566144737661
 1993,Togo,Starchy Roots,4.081398,0.188992840198383
+1993,Togo,Sugar,4.081398,0.00199514970115632
 1994,Togo,Ruminants,4.180689,0.072755328128928
 1994,Togo,Cereals,4.180689,0.127351974758228
 1994,Togo,Monogastrics,4.180689,0.0199949577689228
-1994,Togo,Oilcrops,4.180689,0.0266611556133451
-1994,Togo,Pulses,4.180689,0.00655035569495841
+1994,Togo,FruitVeg,4.180689,0.0659857741152236
+1994,Togo,OilcropsPulses,4.180689,0.0332115113083035
 1994,Togo,Starchy Roots,4.180689,0.197024700952403
+1994,Togo,Sugar,4.180689,0.001614327207788
 1995,Togo,Ruminants,4.284286,0.0686674512392497
 1995,Togo,Cereals,4.284286,0.12895450957289
 1995,Togo,Monogastrics,4.284286,0.0177188451004438
-1995,Togo,Oilcrops,4.284286,0.034720371142356
-1995,Togo,Pulses,4.284286,0.0056403797505582
+1995,Togo,FruitVeg,4.284286,0.0595655845571467
+1995,Togo,OilcropsPulses,4.284286,0.0403607508929142
 1995,Togo,Starchy Roots,4.284286,0.185448170360242
+1995,Togo,Sugar,4.284286,0.00276172038934842
 1996,Togo,Ruminants,4.392941,0.0786800915377648
 1996,Togo,Cereals,4.392941,0.125414841674404
 1996,Togo,Monogastrics,4.392941,0.0178921592618703
-1996,Togo,Oilcrops,4.392941,0.0263902929722935
-1996,Togo,Pulses,4.392941,0.0120745987710739
+1996,Togo,FruitVeg,4.392941,0.0427285501899525
+1996,Togo,OilcropsPulses,4.392941,0.0384648917433674
 1996,Togo,Starchy Roots,4.392941,0.197284006318318
+1996,Togo,Sugar,4.392941,0.00430941367070489
 1997,Togo,Ruminants,4.506465,0.080033041419383
 1997,Togo,Cereals,4.506465,0.134850265119112
 1997,Togo,Monogastrics,4.506465,0.0192123981879367
-1997,Togo,Oilcrops,4.506465,0.0237836086600029
-1997,Togo,Pulses,4.506465,0.0107423446093557
+1997,Togo,FruitVeg,4.506465,0.0416599263502546
+1997,Togo,OilcropsPulses,4.506465,0.0345259532693586
 1997,Togo,Starchy Roots,4.506465,0.204823958468556
+1997,Togo,Sugar,4.506465,0.00328838679541503
 1998,Togo,Ruminants,4.624826,0.0766914690412137
 1998,Togo,Cereals,4.624826,0.135526179795737
 1998,Togo,Monogastrics,4.624826,0.0193380032027151
-1998,Togo,Oilcrops,4.624826,0.0230910308841889
-1998,Togo,Pulses,4.624826,0.00668846784722279
+1998,Togo,FruitVeg,4.624826,0.0403033541153764
+1998,Togo,OilcropsPulses,4.624826,0.0297794987314117
 1998,Togo,Starchy Roots,4.624826,0.213725878551971
+1998,Togo,Sugar,4.624826,0.00401766466457333
 1999,Togo,Ruminants,4.747665,0.0781139570715289
 1999,Togo,Cereals,4.747665,0.133001380678713
 1999,Togo,Monogastrics,4.747665,0.0186380041557271
-1999,Togo,Oilcrops,4.747665,0.0230549122568673
-1999,Togo,Pulses,4.747665,0.00927150504511165
+1999,Togo,FruitVeg,4.747665,0.038901860177582
+1999,Togo,OilcropsPulses,4.747665,0.032326417301979
 1999,Togo,Starchy Roots,4.747665,0.221247076194298
+1999,Togo,Sugar,4.747665,0.00406810505796007
 2000,Togo,Ruminants,4.874735,0.0791960178348156
 2000,Togo,Cereals,4.874735,0.139084073288086
 2000,Togo,Monogastrics,4.874735,0.0233670958523899
-2000,Togo,Oilcrops,4.874735,0.0213424934893897
-2000,Togo,Pulses,4.874735,0.00819777895618941
+2000,Togo,FruitVeg,4.874735,0.0389703235150218
+2000,Togo,OilcropsPulses,4.874735,0.0295402724455791
 2000,Togo,Starchy Roots,4.874735,0.21399809425538
+2000,Togo,Sugar,4.874735,0.00282764088714566
 2001,Togo,Ruminants,5.006223,0.0814027061918736
 2001,Togo,Cereals,5.006223,0.132882015044076
 2001,Togo,Monogastrics,5.006223,0.0237128869409133
-2001,Togo,Oilcrops,5.006223,0.0227404971772132
-2001,Togo,Pulses,5.006223,0.0081830154190095
+2001,Togo,FruitVeg,5.006223,0.0383974105827887
+2001,Togo,OilcropsPulses,5.006223,0.0309235125962227
 2001,Togo,Starchy Roots,5.006223,0.20027793408324
+2001,Togo,Sugar,5.006223,0.0028574436256635
 2002,Togo,Ruminants,5.142419,0.0826052486193754
 2002,Togo,Cereals,5.142419,0.132967772559957
 2002,Togo,Monogastrics,5.142419,0.0241967253154595
-2002,Togo,Oilcrops,5.142419,0.0217681600818603
-2002,Togo,Pulses,5.142419,0.00871768714295743
+2002,Togo,FruitVeg,5.142419,0.0398993158667156
+2002,Togo,OilcropsPulses,5.142419,0.0304858472248177
 2002,Togo,Starchy Roots,5.142419,0.199891335186806
+2002,Togo,Sugar,5.142419,0.00467348148799232
 2003,Togo,Ruminants,5.283246,0.0780753536746159
 2003,Togo,Cereals,5.283246,0.133369144650845
 2003,Togo,Monogastrics,5.283246,0.0254131077750307
-2003,Togo,Oilcrops,5.283246,0.0230152069390674
-2003,Togo,Pulses,5.283246,0.00760460519915219
+2003,Togo,FruitVeg,5.283246,0.0414328615400456
+2003,Togo,OilcropsPulses,5.283246,0.0306198121382196
 2003,Togo,Starchy Roots,5.283246,0.203845893225491
+2003,Togo,Sugar,5.283246,0.00546046881027308
 2004,Togo,Ruminants,5.428552,0.0794429895854364
 2004,Togo,Cereals,5.428552,0.139860316342185
 2004,Togo,Monogastrics,5.428552,0.024139678499902
-2004,Togo,Oilcrops,5.428552,0.0250763002730747
-2004,Togo,Pulses,5.428552,0.00812592381909577
+2004,Togo,FruitVeg,5.428552,0.0426334683724131
+2004,Togo,OilcropsPulses,5.428552,0.0332022240921704
 2004,Togo,Starchy Roots,5.428552,0.202522145868733
+2004,Togo,Sugar,5.428552,0.00583175771365919
 2005,Togo,Ruminants,5.578219,0.0851164323236503
 2005,Togo,Cereals,5.578219,0.141127302459799
 2005,Togo,Monogastrics,5.578219,0.0241439785709381
-2005,Togo,Oilcrops,5.578219,0.0258672167586106
-2005,Togo,Pulses,5.578219,0.0109117264847436
+2005,Togo,FruitVeg,5.578219,0.0361658443313179
+2005,Togo,OilcropsPulses,5.578219,0.0367789432433542
 2005,Togo,Starchy Roots,5.578219,0.193497602012399
+2005,Togo,Sugar,5.578219,0.00553312804678339
 2006,Togo,Ruminants,5.732175,0.089268384164824
 2006,Togo,Cereals,5.732175,0.144476224120862
 2006,Togo,Monogastrics,5.732175,0.0245535944035205
-2006,Togo,Oilcrops,5.732175,0.0234764291041359
-2006,Togo,Pulses,5.732175,0.008157810953085
+2006,Togo,FruitVeg,5.732175,0.0374226188139755
+2006,Togo,OilcropsPulses,5.732175,0.0316342400572209
 2006,Togo,Starchy Roots,5.732175,0.19857349086516
+2006,Togo,Sugar,5.732175,0.00643089228783141
 2007,Togo,Ruminants,5.890414,0.0839709229266398
 2007,Togo,Cereals,5.890414,0.147712028390534
 2007,Togo,Monogastrics,5.890414,0.0250203635941379
-2007,Togo,Oilcrops,5.890414,0.0192365086732444
-2007,Togo,Pulses,5.890414,0.00987978094578751
+2007,Togo,FruitVeg,5.890414,0.0391784007032443
+2007,Togo,OilcropsPulses,5.890414,0.0291162896190319
 2007,Togo,Starchy Roots,5.890414,0.19771004211249
+2007,Togo,Sugar,5.890414,0.00774665414009949
 2008,Togo,Ruminants,6.052937,0.0811087741372494
 2008,Togo,Cereals,6.052937,0.148132385980558
 2008,Togo,Monogastrics,6.052937,0.0302751540285319
-2008,Togo,Oilcrops,6.052937,0.0199957475189317
-2008,Togo,Pulses,6.052937,0.0100969165877656
+2008,Togo,FruitVeg,6.052937,0.0372372948867632
+2008,Togo,OilcropsPulses,6.052937,0.0300926641066973
 2008,Togo,Starchy Roots,6.052937,0.196357074259983
+2008,Togo,Sugar,6.052937,0.00853998645616169
 2009,Togo,Ruminants,6.219761,0.0850346822008113
 2009,Togo,Cereals,6.219761,0.149227277382523
 2009,Togo,Monogastrics,6.219761,0.0305837796661319
-2009,Togo,Oilcrops,6.219761,0.0183230513198176
-2009,Togo,Pulses,6.219761,0.0111120025351456
+2009,Togo,FruitVeg,6.219761,0.0360021872223064
+2009,Togo,OilcropsPulses,6.219761,0.0294350538549632
 2009,Togo,Starchy Roots,6.219761,0.196055764843697
+2009,Togo,Sugar,6.219761,0.00927768767963914
 2010,Togo,Ruminants,6.390851,0.0824476427317739
 2010,Togo,Cereals,6.390851,0.1464873770332
 2010,Togo,Monogastrics,6.390851,0.0318682754456331
-2010,Togo,Oilcrops,6.390851,0.01811480192544
-2010,Togo,Pulses,6.390851,0.0113446550388986
+2010,Togo,FruitVeg,6.390851,0.0358108802724395
+2010,Togo,OilcropsPulses,6.390851,0.0294594569643386
 2010,Togo,Starchy Roots,6.390851,0.19415160829129
+2010,Togo,Sugar,6.390851,0.0102454274086503
 2011,Togo,Ruminants,6.566179,0.081446622152701
 2011,Togo,Cereals,6.566179,0.146562559442866
 2011,Togo,Monogastrics,6.566179,0.0329563967110857
-2011,Togo,Oilcrops,6.566179,0.0196860304904877
-2011,Togo,Pulses,6.566179,0.0105476868662886
+2011,Togo,FruitVeg,6.566179,0.0358636278420067
+2011,Togo,OilcropsPulses,6.566179,0.0302337173567763
 2011,Togo,Starchy Roots,6.566179,0.191541077390671
+2011,Togo,Sugar,6.566179,0.0115414154868455
 1961,Trinidad and Tobago,Ruminants,0.865356,0.281228765964528
 1961,Trinidad and Tobago,Cereals,0.865356,0.15076569643014
 1961,Trinidad and Tobago,Monogastrics,0.865356,0.0827944799596929
-1961,Trinidad and Tobago,Oilcrops,0.865356,0.130814370039614
-1961,Trinidad and Tobago,Pulses,0.865356,0.00860686237802708
+1961,Trinidad and Tobago,FruitVeg,0.865356,0.0540991222109744
+1961,Trinidad and Tobago,OilcropsPulses,0.865356,0.139421232417641
 1961,Trinidad and Tobago,Starchy Roots,0.865356,0.0243321823619412
+1961,Trinidad and Tobago,Sugar,0.865356,0.0369905564877345
 1962,Trinidad and Tobago,Ruminants,0.880019,0.267580245426519
 1962,Trinidad and Tobago,Cereals,0.880019,0.157779547941579
 1962,Trinidad and Tobago,Monogastrics,0.880019,0.086515972950584
-1962,Trinidad and Tobago,Oilcrops,0.880019,0.14188557292513
-1962,Trinidad and Tobago,Pulses,0.880019,0.00886912668931012
+1962,Trinidad and Tobago,FruitVeg,0.880019,0.0580782914914337
+1962,Trinidad and Tobago,OilcropsPulses,0.880019,0.15075469961444
 1962,Trinidad and Tobago,Starchy Roots,0.880019,0.0270960058816912
+1962,Trinidad and Tobago,Sugar,0.880019,0.0390173393983539
 1963,Trinidad and Tobago,Ruminants,0.892571,0.295406863991772
 1963,Trinidad and Tobago,Cereals,0.892571,0.152581699383018
 1963,Trinidad and Tobago,Monogastrics,0.892571,0.088672161654367
-1963,Trinidad and Tobago,Oilcrops,0.892571,0.14055688567072
-1963,Trinidad and Tobago,Pulses,0.892571,0.00971127226853662
+1963,Trinidad and Tobago,FruitVeg,0.892571,0.0592669938862007
+1963,Trinidad and Tobago,OilcropsPulses,0.892571,0.150268157939256
 1963,Trinidad and Tobago,Starchy Roots,0.892571,0.0274555189447114
+1963,Trinidad and Tobago,Sugar,0.892571,0.0410062616867454
 1964,Trinidad and Tobago,Ruminants,0.903272,0.333630955016872
 1964,Trinidad and Tobago,Cereals,0.903272,0.153557289498623
 1964,Trinidad and Tobago,Monogastrics,0.903272,0.0975058454153345
-1964,Trinidad and Tobago,Oilcrops,0.903272,0.132978770514308
-1964,Trinidad and Tobago,Pulses,0.903272,0.00996599031078125
+1964,Trinidad and Tobago,FruitVeg,0.903272,0.0691275717613299
+1964,Trinidad and Tobago,OilcropsPulses,0.903272,0.142944760825089
 1964,Trinidad and Tobago,Starchy Roots,0.903272,0.0289159854396018
+1964,Trinidad and Tobago,Sugar,0.903272,0.0383627523049535
 1965,Trinidad and Tobago,Ruminants,0.912419,0.312110992866216
 1965,Trinidad and Tobago,Cereals,0.912419,0.152674374382822
 1965,Trinidad and Tobago,Monogastrics,0.912419,0.0924704549116141
-1965,Trinidad and Tobago,Oilcrops,0.912419,0.121545035778518
-1965,Trinidad and Tobago,Pulses,0.912419,0.00865063090531872
+1965,Trinidad and Tobago,FruitVeg,0.912419,0.0723099803927801
+1965,Trinidad and Tobago,OilcropsPulses,0.912419,0.130195666683837
 1965,Trinidad and Tobago,Starchy Roots,0.912419,0.0280244054540732
+1965,Trinidad and Tobago,Sugar,0.912419,0.0408803411590508
 1966,Trinidad and Tobago,Ruminants,0.919902,0.313668195090347
 1966,Trinidad and Tobago,Cereals,0.919902,0.151613976271385
 1966,Trinidad and Tobago,Monogastrics,0.919902,0.0963910286095693
-1966,Trinidad and Tobago,Oilcrops,0.919902,0.130541079375847
-1966,Trinidad and Tobago,Pulses,0.919902,0.00977821550556472
+1966,Trinidad and Tobago,FruitVeg,0.919902,0.0774723829277466
+1966,Trinidad and Tobago,OilcropsPulses,0.919902,0.140319294881411
 1966,Trinidad and Tobago,Starchy Roots,0.919902,0.0282312681133425
+1966,Trinidad and Tobago,Sugar,0.919902,0.0455309369911143
 1967,Trinidad and Tobago,Ruminants,0.925918,0.297439298080392
 1967,Trinidad and Tobago,Cereals,0.925918,0.150369687164522
 1967,Trinidad and Tobago,Monogastrics,0.925918,0.0985095872420668
-1967,Trinidad and Tobago,Oilcrops,0.925918,0.132967498201785
-1967,Trinidad and Tobago,Pulses,0.925918,0.0103626887046153
+1967,Trinidad and Tobago,FruitVeg,0.925918,0.0838551578001508
+1967,Trinidad and Tobago,OilcropsPulses,0.925918,0.1433301869064
 1967,Trinidad and Tobago,Starchy Roots,0.925918,0.0286731654422962
+1967,Trinidad and Tobago,Sugar,0.925918,0.0447750232741992
 1968,Trinidad and Tobago,Ruminants,0.931466,0.274458434338988
 1968,Trinidad and Tobago,Cereals,0.931466,0.137648609825801
 1968,Trinidad and Tobago,Monogastrics,0.931466,0.101960028600078
-1968,Trinidad and Tobago,Oilcrops,0.931466,0.134422512469591
-1968,Trinidad and Tobago,Pulses,0.931466,0.00986402080161809
+1968,Trinidad and Tobago,FruitVeg,0.931466,0.0856660361194075
+1968,Trinidad and Tobago,OilcropsPulses,0.931466,0.144286533271209
 1968,Trinidad and Tobago,Starchy Roots,0.931466,0.0290509798532636
+1968,Trinidad and Tobago,Sugar,0.931466,0.045389740473619
 1969,Trinidad and Tobago,Ruminants,0.937846,0.30541698743717
 1969,Trinidad and Tobago,Cereals,0.937846,0.156906357760229
 1969,Trinidad and Tobago,Monogastrics,0.937846,0.0919397214468047
-1969,Trinidad and Tobago,Oilcrops,0.937846,0.144091887154181
-1969,Trinidad and Tobago,Pulses,0.937846,0.00992167157507736
+1969,Trinidad and Tobago,FruitVeg,0.937846,0.0899913205366339
+1969,Trinidad and Tobago,OilcropsPulses,0.937846,0.154013558729258
 1969,Trinidad and Tobago,Starchy Roots,0.937846,0.0312961829554106
+1969,Trinidad and Tobago,Sugar,0.937846,0.0439837670577046
 1970,Trinidad and Tobago,Ruminants,0.945996,0.321060448458556
 1970,Trinidad and Tobago,Cereals,0.945996,0.154845263616337
 1970,Trinidad and Tobago,Monogastrics,0.945996,0.100008033860608
-1970,Trinidad and Tobago,Oilcrops,0.945996,0.114571308969594
-1970,Trinidad and Tobago,Pulses,0.945996,0.0111786942016668
+1970,Trinidad and Tobago,FruitVeg,0.945996,0.0889644353675914
+1970,Trinidad and Tobago,OilcropsPulses,0.945996,0.125750003171261
 1970,Trinidad and Tobago,Starchy Roots,0.945996,0.0299525579389342
+1970,Trinidad and Tobago,Sugar,0.945996,0.0429800971674299
 1971,Trinidad and Tobago,Ruminants,0.956364,0.302508040871467
 1971,Trinidad and Tobago,Cereals,0.956364,0.156080739132799
 1971,Trinidad and Tobago,Monogastrics,0.956364,0.101262071763471
-1971,Trinidad and Tobago,Oilcrops,0.956364,0.109240832988276
-1971,Trinidad and Tobago,Pulses,0.956364,0.0131215729575768
+1971,Trinidad and Tobago,FruitVeg,0.956364,0.0928757251423098
+1971,Trinidad and Tobago,OilcropsPulses,0.956364,0.122362405945853
 1971,Trinidad and Tobago,Starchy Roots,0.956364,0.0317609194825401
+1971,Trinidad and Tobago,Sugar,0.956364,0.0447632909645281
 1972,Trinidad and Tobago,Ruminants,0.968742,0.322722974744566
 1972,Trinidad and Tobago,Cereals,0.968742,0.156388388239593
 1972,Trinidad and Tobago,Monogastrics,0.968742,0.101302720435369
-1972,Trinidad and Tobago,Oilcrops,0.968742,0.110775624469673
-1972,Trinidad and Tobago,Pulses,0.968742,0.0119660343001542
+1972,Trinidad and Tobago,FruitVeg,0.968742,0.0970495756352052
+1972,Trinidad and Tobago,OilcropsPulses,0.968742,0.122741658769827
 1972,Trinidad and Tobago,Starchy Roots,0.968742,0.0322325242427808
+1972,Trinidad and Tobago,Sugar,0.968742,0.04291338663958
 1973,Trinidad and Tobago,Ruminants,0.982594,0.293800694895348
 1973,Trinidad and Tobago,Cereals,0.982594,0.162938100578672
 1973,Trinidad and Tobago,Monogastrics,0.982594,0.109597860357381
-1973,Trinidad and Tobago,Oilcrops,0.982594,0.109883634542853
-1973,Trinidad and Tobago,Pulses,0.982594,0.011555128567852
+1973,Trinidad and Tobago,FruitVeg,0.982594,0.103062913064806
+1973,Trinidad and Tobago,OilcropsPulses,0.982594,0.121438763110705
 1973,Trinidad and Tobago,Starchy Roots,0.982594,0.0340822353891841
+1973,Trinidad and Tobago,Sugar,0.982594,0.0466571137214353
 1974,Trinidad and Tobago,Ruminants,0.997052,0.353660992606203
 1974,Trinidad and Tobago,Cereals,0.997052,0.167117662870141
 1974,Trinidad and Tobago,Monogastrics,0.997052,0.0960287928814144
-1974,Trinidad and Tobago,Oilcrops,0.997052,0.064024744948107
-1974,Trinidad and Tobago,Pulses,0.997052,0.00990118870430028
+1974,Trinidad and Tobago,FruitVeg,0.997052,0.0997791489310487
+1974,Trinidad and Tobago,OilcropsPulses,0.997052,0.0739259336524073
 1974,Trinidad and Tobago,Starchy Roots,0.997052,0.0333122043785078
+1974,Trinidad and Tobago,Sugar,0.997052,0.0456716399947044
 1975,Trinidad and Tobago,Ruminants,1.011487,0.392456749320555
 1975,Trinidad and Tobago,Cereals,1.011487,0.166869173800553
 1975,Trinidad and Tobago,Monogastrics,1.011487,0.1112124031253
-1975,Trinidad and Tobago,Oilcrops,1.011487,0.0835858493485334
-1975,Trinidad and Tobago,Pulses,1.011487,0.0102542098909823
+1975,Trinidad and Tobago,FruitVeg,1.011487,0.0990917332600419
+1975,Trinidad and Tobago,OilcropsPulses,1.011487,0.0938400592395157
 1975,Trinidad and Tobago,Starchy Roots,1.011487,0.0298273729667312
+1975,Trinidad and Tobago,Sugar,1.011487,0.0441300777963533
 1976,Trinidad and Tobago,Ruminants,1.025655,0.454995588185111
 1976,Trinidad and Tobago,Cereals,1.025655,0.172605798245999
 1976,Trinidad and Tobago,Monogastrics,1.025655,0.102204834959124
-1976,Trinidad and Tobago,Oilcrops,1.025655,0.0821143561918969
-1976,Trinidad and Tobago,Pulses,1.025655,0.0118090391018422
+1976,Trinidad and Tobago,FruitVeg,1.025655,0.100575729655683
+1976,Trinidad and Tobago,OilcropsPulses,1.025655,0.0939233952937391
 1976,Trinidad and Tobago,Starchy Roots,1.025655,0.0326961795145541
+1976,Trinidad and Tobago,Sugar,1.025655,0.0456147534989836
 1977,Trinidad and Tobago,Ruminants,1.039757,0.432632913267235
 1977,Trinidad and Tobago,Cereals,1.039757,0.162493736517282
 1977,Trinidad and Tobago,Monogastrics,1.039757,0.116558388161849
-1977,Trinidad and Tobago,Oilcrops,1.039757,0.0886553300434621
-1977,Trinidad and Tobago,Pulses,1.039757,0.0120912867141072
+1977,Trinidad and Tobago,FruitVeg,1.039757,0.116744585513731
+1977,Trinidad and Tobago,OilcropsPulses,1.039757,0.100746616757569
 1977,Trinidad and Tobago,Starchy Roots,1.039757,0.0344003454653347
+1977,Trinidad and Tobago,Sugar,1.039757,0.0442632268885903
 1978,Trinidad and Tobago,Ruminants,1.054109,0.528832881609018
 1978,Trinidad and Tobago,Cereals,1.054109,0.163389175123256
 1978,Trinidad and Tobago,Monogastrics,1.054109,0.12545182708809
-1978,Trinidad and Tobago,Oilcrops,1.054109,0.0790240857444534
-1978,Trinidad and Tobago,Pulses,1.054109,0.0150648557217517
+1978,Trinidad and Tobago,FruitVeg,1.054109,0.114579232318479
+1978,Trinidad and Tobago,OilcropsPulses,1.054109,0.0940889414662051
 1978,Trinidad and Tobago,Starchy Roots,1.054109,0.0359241786190992
+1978,Trinidad and Tobago,Sugar,1.054109,0.0460986482422596
 1979,Trinidad and Tobago,Ruminants,1.069199,0.448641833746571
 1979,Trinidad and Tobago,Cereals,1.069199,0.16414530877788
 1979,Trinidad and Tobago,Monogastrics,1.069199,0.111603826789961
-1979,Trinidad and Tobago,Oilcrops,1.069199,0.0589693780110157
-1979,Trinidad and Tobago,Pulses,1.069199,0.0118228692694251
+1979,Trinidad and Tobago,FruitVeg,1.069199,0.14933515650501
+1979,Trinidad and Tobago,OilcropsPulses,1.069199,0.0707922472804408
 1979,Trinidad and Tobago,Starchy Roots,1.069199,0.0423560066928607
+1979,Trinidad and Tobago,Sugar,1.069199,0.0510138898371585
 1980,Trinidad and Tobago,Ruminants,1.085308,0.521861812499309
 1980,Trinidad and Tobago,Cereals,1.085308,0.162479222487994
 1980,Trinidad and Tobago,Monogastrics,1.085308,0.11683420743236
-1980,Trinidad and Tobago,Oilcrops,1.085308,0.0301610234145514
-1980,Trinidad and Tobago,Pulses,1.085308,0.0161290619805622
+1980,Trinidad and Tobago,FruitVeg,1.085308,0.160567322824489
+1980,Trinidad and Tobago,OilcropsPulses,1.085308,0.0462900853951137
 1980,Trinidad and Tobago,Starchy Roots,1.085308,0.0404908099820512
+1980,Trinidad and Tobago,Sugar,1.085308,0.0571939025603792
 1981,Trinidad and Tobago,Ruminants,1.102562,0.480187599427515
 1981,Trinidad and Tobago,Cereals,1.102562,0.158757512049209
 1981,Trinidad and Tobago,Monogastrics,1.102562,0.123431698172076
-1981,Trinidad and Tobago,Oilcrops,1.102562,0.0434333851520368
-1981,Trinidad and Tobago,Pulses,1.102562,0.0156680531344269
+1981,Trinidad and Tobago,FruitVeg,1.102562,0.13662723728915
+1981,Trinidad and Tobago,OilcropsPulses,1.102562,0.0591014382864637
 1981,Trinidad and Tobago,Starchy Roots,1.102562,0.0447285504125845
+1981,Trinidad and Tobago,Sugar,1.102562,0.0552776170410371
 1982,Trinidad and Tobago,Ruminants,1.12061,0.546474687893201
 1982,Trinidad and Tobago,Cereals,1.12061,0.157361615548674
 1982,Trinidad and Tobago,Monogastrics,1.12061,0.146859210608508
-1982,Trinidad and Tobago,Oilcrops,1.12061,0.0522162036747843
-1982,Trinidad and Tobago,Pulses,1.12061,0.0141271271896556
+1982,Trinidad and Tobago,FruitVeg,1.12061,0.152118042851661
+1982,Trinidad and Tobago,OilcropsPulses,1.12061,0.0663433308644399
 1982,Trinidad and Tobago,Starchy Roots,1.12061,0.0390073263668895
+1982,Trinidad and Tobago,Sugar,1.12061,0.0510373814261875
 1983,Trinidad and Tobago,Ruminants,1.138673,0.547015078077727
 1983,Trinidad and Tobago,Cereals,1.138673,0.146993913090062
 1983,Trinidad and Tobago,Monogastrics,1.138673,0.146894060015474
-1983,Trinidad and Tobago,Oilcrops,1.138673,0.052517272298544
-1983,Trinidad and Tobago,Pulses,1.138673,0.0124346498072757
+1983,Trinidad and Tobago,FruitVeg,1.138673,0.14869325961009
+1983,Trinidad and Tobago,OilcropsPulses,1.138673,0.0649519221058197
 1983,Trinidad and Tobago,Starchy Roots,1.138673,0.047283987589062
+1983,Trinidad and Tobago,Sugar,1.138673,0.0523530460457041
 1984,Trinidad and Tobago,Ruminants,1.155701,0.568592828075774
 1984,Trinidad and Tobago,Cereals,1.155701,0.150396166482507
 1984,Trinidad and Tobago,Monogastrics,1.155701,0.134485995945318
-1984,Trinidad and Tobago,Oilcrops,1.155701,0.0494081081525412
-1984,Trinidad and Tobago,Pulses,1.155701,0.0104334944765125
+1984,Trinidad and Tobago,FruitVeg,1.155701,0.129875287812332
+1984,Trinidad and Tobago,OilcropsPulses,1.155701,0.0598416026290537
 1984,Trinidad and Tobago,Starchy Roots,1.155701,0.042446965088721
+1984,Trinidad and Tobago,Sugar,1.155701,0.0530552452580728
 1985,Trinidad and Tobago,Ruminants,1.170935,0.554999893247704
 1985,Trinidad and Tobago,Cereals,1.170935,0.133790517834039
 1985,Trinidad and Tobago,Monogastrics,1.170935,0.12751988795279
-1985,Trinidad and Tobago,Oilcrops,1.170935,0.0344271885288253
-1985,Trinidad and Tobago,Pulses,1.170935,0.0115104595899858
+1985,Trinidad and Tobago,FruitVeg,1.170935,0.126446813870966
+1985,Trinidad and Tobago,OilcropsPulses,1.170935,0.045937648118811
 1985,Trinidad and Tobago,Starchy Roots,1.170935,0.0517962141365661
+1985,Trinidad and Tobago,Sugar,1.170935,0.0507662679824243
 1986,Trinidad and Tobago,Ruminants,1.184053,0.516908449199487
 1986,Trinidad and Tobago,Cereals,1.184053,0.145854957506125
 1986,Trinidad and Tobago,Monogastrics,1.184053,0.112900604956028
-1986,Trinidad and Tobago,Oilcrops,1.184053,0.0413875054579482
-1986,Trinidad and Tobago,Pulses,1.184053,0.0115881637055098
+1986,Trinidad and Tobago,FruitVeg,1.184053,0.0992041741374753
+1986,Trinidad and Tobago,OilcropsPulses,1.184053,0.0529756691634581
 1986,Trinidad and Tobago,Starchy Roots,1.184053,0.0742416091171594
+1986,Trinidad and Tobago,Sugar,1.184053,0.0547407928530226
 1987,Trinidad and Tobago,Ruminants,1.195243,0.385489812531845
 1987,Trinidad and Tobago,Cereals,1.195243,0.154716655943603
 1987,Trinidad and Tobago,Monogastrics,1.195243,0.111401698232075
-1987,Trinidad and Tobago,Oilcrops,1.195243,0.0432096234824216
-1987,Trinidad and Tobago,Pulses,1.195243,0.0129588711249512
+1987,Trinidad and Tobago,FruitVeg,1.195243,0.108084297502684
+1987,Trinidad and Tobago,OilcropsPulses,1.195243,0.0561684946073727
 1987,Trinidad and Tobago,Starchy Roots,1.195243,0.0481241053074563
+1987,Trinidad and Tobago,Sugar,1.195243,0.056845344419503
 1988,Trinidad and Tobago,Ruminants,1.20489,0.294820772020682
 1988,Trinidad and Tobago,Cereals,1.20489,0.155495522412834
 1988,Trinidad and Tobago,Monogastrics,1.20489,0.099640299114442
-1988,Trinidad and Tobago,Oilcrops,1.20489,0.0442729211795268
-1988,Trinidad and Tobago,Pulses,1.20489,0.0117662193229257
+1988,Trinidad and Tobago,FruitVeg,1.20489,0.0915062785814473
+1988,Trinidad and Tobago,OilcropsPulses,1.20489,0.0560391405024525
 1988,Trinidad and Tobago,Starchy Roots,1.20489,0.044259641959017
+1988,Trinidad and Tobago,Sugar,1.20489,0.0575894894969665
 1989,Trinidad and Tobago,Ruminants,1.213625,0.273024369142033
 1989,Trinidad and Tobago,Cereals,1.213625,0.158534143578123
 1989,Trinidad and Tobago,Monogastrics,1.213625,0.0949147389020496
-1989,Trinidad and Tobago,Oilcrops,1.213625,0.044133072407045
-1989,Trinidad and Tobago,Pulses,1.213625,0.0115752394685343
+1989,Trinidad and Tobago,FruitVeg,1.213625,0.0794017921516119
+1989,Trinidad and Tobago,OilcropsPulses,1.213625,0.0557083118755794
 1989,Trinidad and Tobago,Starchy Roots,1.213625,0.024466371407972
+1989,Trinidad and Tobago,Sugar,1.213625,0.0517425069523123
 1990,Trinidad and Tobago,Ruminants,1.221904,0.249184387644201
 1990,Trinidad and Tobago,Cereals,1.221904,0.154082481111446
 1990,Trinidad and Tobago,Monogastrics,1.221904,0.097303634328065
-1990,Trinidad and Tobago,Oilcrops,1.221904,0.0503713876049182
-1990,Trinidad and Tobago,Pulses,1.221904,0.0128774437271668
+1990,Trinidad and Tobago,FruitVeg,1.221904,0.0781509840380259
+1990,Trinidad and Tobago,OilcropsPulses,1.221904,0.063248831332085
 1990,Trinidad and Tobago,Starchy Roots,1.221904,0.0218364126805379
+1990,Trinidad and Tobago,Sugar,1.221904,0.0537071652110149
 1991,Trinidad and Tobago,Ruminants,1.229906,0.307117942346813
 1991,Trinidad and Tobago,Cereals,1.229906,0.152363676573657
 1991,Trinidad and Tobago,Monogastrics,1.229906,0.0987133163022215
-1991,Trinidad and Tobago,Oilcrops,1.229906,0.0552700775506421
-1991,Trinidad and Tobago,Pulses,1.229906,0.00965439635224155
+1991,Trinidad and Tobago,FruitVeg,1.229906,0.113256622863861
+1991,Trinidad and Tobago,OilcropsPulses,1.229906,0.0649244739028836
 1991,Trinidad and Tobago,Starchy Roots,1.229906,0.0287574822791335
+1991,Trinidad and Tobago,Sugar,1.229906,0.0520153572712061
 1992,Trinidad and Tobago,Ruminants,1.237486,0.268082709622573
 1992,Trinidad and Tobago,Cereals,1.237486,0.142380600669422
 1992,Trinidad and Tobago,Monogastrics,1.237486,0.0946716164869744
-1992,Trinidad and Tobago,Oilcrops,1.237486,0.0483043848576873
-1992,Trinidad and Tobago,Pulses,1.237486,0.0101382965140616
+1992,Trinidad and Tobago,FruitVeg,1.237486,0.100265376739616
+1992,Trinidad and Tobago,OilcropsPulses,1.237486,0.0584426813717488
 1992,Trinidad and Tobago,Starchy Roots,1.237486,0.0295405362161673
+1992,Trinidad and Tobago,Sugar,1.237486,0.0480522607932534
 1993,Trinidad and Tobago,Ruminants,1.24441,0.279946802098987
 1993,Trinidad and Tobago,Cereals,1.24441,0.142259383965092
 1993,Trinidad and Tobago,Monogastrics,1.24441,0.10402407566638
-1993,Trinidad and Tobago,Oilcrops,1.24441,0.0499296855537966
-1993,Trinidad and Tobago,Pulses,1.24441,0.00999509807860753
+1993,Trinidad and Tobago,FruitVeg,1.24441,0.0981637884620021
+1993,Trinidad and Tobago,OilcropsPulses,1.24441,0.0599247836324041
 1993,Trinidad and Tobago,Starchy Roots,1.24441,0.0208653096648211
+1993,Trinidad and Tobago,Sugar,1.24441,0.0496644996424008
 1994,Trinidad and Tobago,Ruminants,1.250316,0.256187235866773
 1994,Trinidad and Tobago,Cereals,1.250316,0.13531219307759
 1994,Trinidad and Tobago,Monogastrics,1.250316,0.0947710818705031
-1994,Trinidad and Tobago,Oilcrops,1.250316,0.0532905281544825
-1994,Trinidad and Tobago,Pulses,1.250316,0.0105853240300852
+1994,Trinidad and Tobago,FruitVeg,1.250316,0.0810043221073713
+1994,Trinidad and Tobago,OilcropsPulses,1.250316,0.0638758521845677
 1994,Trinidad and Tobago,Starchy Roots,1.250316,0.0253711861641377
+1994,Trinidad and Tobago,Sugar,1.250316,0.0536360408088835
 1995,Trinidad and Tobago,Ruminants,1.255001,0.244162275567908
 1995,Trinidad and Tobago,Cereals,1.255001,0.135437342281002
 1995,Trinidad and Tobago,Monogastrics,1.255001,0.107083819056718
-1995,Trinidad and Tobago,Oilcrops,1.255001,0.0405585334194953
-1995,Trinidad and Tobago,Pulses,1.255001,0.0125131374397311
+1995,Trinidad and Tobago,FruitVeg,1.255001,0.0855011270907354
+1995,Trinidad and Tobago,OilcropsPulses,1.255001,0.0530716708592264
 1995,Trinidad and Tobago,Starchy Roots,1.255001,0.0331115274011734
+1995,Trinidad and Tobago,Sugar,1.255001,0.0585927819977833
 1996,Trinidad and Tobago,Ruminants,1.258365,0.224599301474532
 1996,Trinidad and Tobago,Cereals,1.258365,0.138400225689685
 1996,Trinidad and Tobago,Monogastrics,1.258365,0.109913498865591
-1996,Trinidad and Tobago,Oilcrops,1.258365,0.0381669865261669
-1996,Trinidad and Tobago,Pulses,1.258365,0.0128881524835799
+1996,Trinidad and Tobago,FruitVeg,1.258365,0.0850492504162147
+1996,Trinidad and Tobago,OilcropsPulses,1.258365,0.0510551390097468
 1996,Trinidad and Tobago,Starchy Roots,1.258365,0.0269778641332205
+1996,Trinidad and Tobago,Sugar,1.258365,0.0617833458495746
 1997,Trinidad and Tobago,Ruminants,1.260677,0.212242152430797
 1997,Trinidad and Tobago,Cereals,1.260677,0.129475670611901
 1997,Trinidad and Tobago,Monogastrics,1.260677,0.103576570366557
-1997,Trinidad and Tobago,Oilcrops,1.260677,0.0371800231145646
-1997,Trinidad and Tobago,Pulses,1.260677,0.0118388770478084
+1997,Trinidad and Tobago,FruitVeg,1.260677,0.0848853433512311
+1997,Trinidad and Tobago,OilcropsPulses,1.260677,0.0490189001623731
 1997,Trinidad and Tobago,Starchy Roots,1.260677,0.0273749739227415
+1997,Trinidad and Tobago,Sugar,1.260677,0.0657733900118746
 1998,Trinidad and Tobago,Ruminants,1.262544,0.260244791468654
 1998,Trinidad and Tobago,Cereals,1.262544,0.134204431687133
 1998,Trinidad and Tobago,Monogastrics,1.262544,0.110357262796386
-1998,Trinidad and Tobago,Oilcrops,1.262544,0.0346910681924749
-1998,Trinidad and Tobago,Pulses,1.262544,0.0111346614454625
+1998,Trinidad and Tobago,FruitVeg,1.262544,0.097358983132469
+1998,Trinidad and Tobago,OilcropsPulses,1.262544,0.0458257296379374
 1998,Trinidad and Tobago,Starchy Roots,1.262544,0.0349920478018984
+1998,Trinidad and Tobago,Sugar,1.262544,0.0609428265470352
 1999,Trinidad and Tobago,Ruminants,1.264781,0.258362277738201
 1999,Trinidad and Tobago,Cereals,1.264781,0.13514671709964
 1999,Trinidad and Tobago,Monogastrics,1.264781,0.116537092192245
-1999,Trinidad and Tobago,Oilcrops,1.264781,0.0337607854640448
-1999,Trinidad and Tobago,Pulses,1.264781,0.0106722033300627
+1999,Trinidad and Tobago,FruitVeg,1.264781,0.0929156905424734
+1999,Trinidad and Tobago,OilcropsPulses,1.264781,0.0444329887941074
 1999,Trinidad and Tobago,Starchy Roots,1.264781,0.0296928875433771
+1999,Trinidad and Tobago,Sugar,1.264781,0.0604681759134585
 2000,Trinidad and Tobago,Ruminants,1.26798,0.290450164829098
 2000,Trinidad and Tobago,Cereals,1.26798,0.13983974510639
 2000,Trinidad and Tobago,Monogastrics,1.26798,0.125154655436206
-2000,Trinidad and Tobago,Oilcrops,1.26798,0.0348089086578653
-2000,Trinidad and Tobago,Pulses,1.26798,0.0106870770832348
+2000,Trinidad and Tobago,FruitVeg,1.26798,0.0967065726588748
+2000,Trinidad and Tobago,OilcropsPulses,1.26798,0.0454959857411
 2000,Trinidad and Tobago,Starchy Roots,1.26798,0.0282543888704869
+2000,Trinidad and Tobago,Sugar,1.26798,0.0656863672928595
 2001,Trinidad and Tobago,Ruminants,1.272383,0.258160711043766
 2001,Trinidad and Tobago,Cereals,1.272383,0.135653337084824
 2001,Trinidad and Tobago,Monogastrics,1.272383,0.145727347819014
-2001,Trinidad and Tobago,Oilcrops,1.272383,0.0364112063741814
-2001,Trinidad and Tobago,Pulses,1.272383,0.0108112101466304
+2001,Trinidad and Tobago,FruitVeg,1.272383,0.100892577156407
+2001,Trinidad and Tobago,OilcropsPulses,1.272383,0.0472224165208117
 2001,Trinidad and Tobago,Starchy Roots,1.272383,0.0376796923567825
+2001,Trinidad and Tobago,Sugar,1.272383,0.0663550204616063
 2002,Trinidad and Tobago,Ruminants,1.27784,0.255359121642772
 2002,Trinidad and Tobago,Cereals,1.27784,0.131026576097164
 2002,Trinidad and Tobago,Monogastrics,1.27784,0.172311557002442
-2002,Trinidad and Tobago,Oilcrops,1.27784,0.0385149940524635
-2002,Trinidad and Tobago,Pulses,1.27784,0.0112549301947036
+2002,Trinidad and Tobago,FruitVeg,1.27784,0.0988668377887685
+2002,Trinidad and Tobago,OilcropsPulses,1.27784,0.0497699242471671
 2002,Trinidad and Tobago,Starchy Roots,1.27784,0.0371329743942904
+2002,Trinidad and Tobago,Sugar,1.27784,0.0590762536780818
 2003,Trinidad and Tobago,Ruminants,1.284052,0.270349954674733
 2003,Trinidad and Tobago,Cereals,1.284052,0.127894353188189
 2003,Trinidad and Tobago,Monogastrics,1.284052,0.178699850161831
-2003,Trinidad and Tobago,Oilcrops,1.284052,0.0337439605249632
-2003,Trinidad and Tobago,Pulses,1.284052,0.00940771869052032
+2003,Trinidad and Tobago,FruitVeg,1.284052,0.108859298533081
+2003,Trinidad and Tobago,OilcropsPulses,1.284052,0.0431516792154835
 2003,Trinidad and Tobago,Starchy Roots,1.284052,0.0385739829851128
+2003,Trinidad and Tobago,Sugar,1.284052,0.0594765632544476
 2004,Trinidad and Tobago,Ruminants,1.290535,0.311191715063908
 2004,Trinidad and Tobago,Cereals,1.290535,0.122104398563387
 2004,Trinidad and Tobago,Monogastrics,1.290535,0.18569500246022
-2004,Trinidad and Tobago,Oilcrops,1.290535,0.0311669191459356
-2004,Trinidad and Tobago,Pulses,1.290535,0.00941547497743184
+2004,Trinidad and Tobago,FruitVeg,1.290535,0.0970628460289725
+2004,Trinidad and Tobago,OilcropsPulses,1.290535,0.0405823941233674
 2004,Trinidad and Tobago,Starchy Roots,1.290535,0.0389148686397502
+2004,Trinidad and Tobago,Sugar,1.290535,0.0627050021890146
 2005,Trinidad and Tobago,Ruminants,1.296933,0.285961495312402
 2005,Trinidad and Tobago,Cereals,1.296933,0.123842943313186
 2005,Trinidad and Tobago,Monogastrics,1.296933,0.180227505969853
-2005,Trinidad and Tobago,Oilcrops,1.296933,0.0331196754188536
-2005,Trinidad and Tobago,Pulses,1.296933,0.00979387524259156
+2005,Trinidad and Tobago,FruitVeg,1.296933,0.109457466191392
+2005,Trinidad and Tobago,OilcropsPulses,1.296933,0.0429135506614451
 2005,Trinidad and Tobago,Starchy Roots,1.296933,0.034763553707092
+2005,Trinidad and Tobago,Sugar,1.296933,0.0620687421786631
 2006,Trinidad and Tobago,Ruminants,1.303141,0.264638592447018
 2006,Trinidad and Tobago,Cereals,1.303141,0.123526924561502
 2006,Trinidad and Tobago,Monogastrics,1.303141,0.183930902335204
-2006,Trinidad and Tobago,Oilcrops,1.303141,0.0294856811350422
-2006,Trinidad and Tobago,Pulses,1.303141,0.00925993426651452
+2006,Trinidad and Tobago,FruitVeg,1.303141,0.109526904609708
+2006,Trinidad and Tobago,OilcropsPulses,1.303141,0.0387456154015567
 2006,Trinidad and Tobago,Starchy Roots,1.303141,0.0370688973794854
+2006,Trinidad and Tobago,Sugar,1.303141,0.0634536093945321
 2007,Trinidad and Tobago,Ruminants,1.30926,0.292086904052671
 2007,Trinidad and Tobago,Cereals,1.30926,0.127444510639598
 2007,Trinidad and Tobago,Monogastrics,1.30926,0.212369506438752
-2007,Trinidad and Tobago,Oilcrops,1.30926,0.0308876770083864
-2007,Trinidad and Tobago,Pulses,1.30926,0.0099812107602768
+2007,Trinidad and Tobago,FruitVeg,1.30926,0.10767380046744
+2007,Trinidad and Tobago,OilcropsPulses,1.30926,0.0408688877686632
 2007,Trinidad and Tobago,Starchy Roots,1.30926,0.0396223821089776
+2007,Trinidad and Tobago,Sugar,1.30926,0.062854589615508
 2008,Trinidad and Tobago,Ruminants,1.315372,0.319006334329756
 2008,Trinidad and Tobago,Cereals,1.315372,0.128665502990789
 2008,Trinidad and Tobago,Monogastrics,1.315372,0.198992908469999
-2008,Trinidad and Tobago,Oilcrops,1.315372,0.0278172258494175
-2008,Trinidad and Tobago,Pulses,1.315372,0.00997512490763069
+2008,Trinidad and Tobago,FruitVeg,1.315372,0.109159234041777
+2008,Trinidad and Tobago,OilcropsPulses,1.315372,0.0377923507570482
 2008,Trinidad and Tobago,Starchy Roots,1.315372,0.0467457114793382
+2008,Trinidad and Tobago,Sugar,1.315372,0.0625313599498849
 2009,Trinidad and Tobago,Ruminants,1.321624,0.314453430022457
 2009,Trinidad and Tobago,Cereals,1.321624,0.129427129047293
 2009,Trinidad and Tobago,Monogastrics,1.321624,0.21713876261327
-2009,Trinidad and Tobago,Oilcrops,1.321624,0.0278021585564427
-2009,Trinidad and Tobago,Pulses,1.321624,0.00867644655363401
+2009,Trinidad and Tobago,FruitVeg,1.321624,0.108506655448146
+2009,Trinidad and Tobago,OilcropsPulses,1.321624,0.0364786051100767
 2009,Trinidad and Tobago,Starchy Roots,1.321624,0.0484184609238331
+2009,Trinidad and Tobago,Sugar,1.321624,0.0625949589293173
 2010,Trinidad and Tobago,Ruminants,1.328095,0.287597197489637
 2010,Trinidad and Tobago,Cereals,1.328095,0.131041830591938
 2010,Trinidad and Tobago,Monogastrics,1.328095,0.23877794886661
-2010,Trinidad and Tobago,Oilcrops,1.328095,0.0254153505585067
-2010,Trinidad and Tobago,Pulses,1.328095,0.00987128179836533
+2010,Trinidad and Tobago,FruitVeg,1.328095,0.111283454873334
+2010,Trinidad and Tobago,OilcropsPulses,1.328095,0.0352866323568721
 2010,Trinidad and Tobago,Starchy Roots,1.328095,0.0443070714067894
+2010,Trinidad and Tobago,Sugar,1.328095,0.0572549403468878
 2011,Trinidad and Tobago,Ruminants,1.33479,0.263825470673289
 2011,Trinidad and Tobago,Cereals,1.33479,0.134872901355269
 2011,Trinidad and Tobago,Monogastrics,1.33479,0.232477168693203
-2011,Trinidad and Tobago,Oilcrops,1.33479,0.0223083780969291
-2011,Trinidad and Tobago,Pulses,1.33479,0.0103446984169795
+2011,Trinidad and Tobago,FruitVeg,1.33479,0.14058990552821
+2011,Trinidad and Tobago,OilcropsPulses,1.33479,0.0326530765139086
 2011,Trinidad and Tobago,Starchy Roots,1.33479,0.0494265015470598
+2011,Trinidad and Tobago,Sugar,1.33479,0.057344601023382
 1961,Tunisia,Ruminants,4.277371,0.230410899592296
 1961,Tunisia,Cereals,4.277371,0.165578342397702
 1961,Tunisia,Monogastrics,4.277371,0.0090112594862592
-1961,Tunisia,Oilcrops,4.277371,0.0461255289756254
-1961,Tunisia,Pulses,4.277371,0.00250597855551927
+1961,Tunisia,FruitVeg,4.277371,0.160390342572576
+1961,Tunisia,OilcropsPulses,4.277371,0.0486315075311447
 1961,Tunisia,Starchy Roots,4.277371,0.0120616144823538
+1961,Tunisia,Sugar,4.277371,0.0227852575799481
 1962,Tunisia,Ruminants,4.350811,0.219472622460502
 1962,Tunisia,Cereals,4.350811,0.166782698673879
 1962,Tunisia,Monogastrics,4.350811,0.00947457841767891
-1962,Tunisia,Oilcrops,4.350811,0.0537348094412743
-1962,Tunisia,Pulses,4.350811,0.00381515078453189
+1962,Tunisia,FruitVeg,4.350811,0.174219013420716
+1962,Tunisia,OilcropsPulses,4.350811,0.0575499602258062
 1962,Tunisia,Starchy Roots,4.350811,0.00890247818165395
+1962,Tunisia,Sugar,4.350811,0.0230308786109073
 1963,Tunisia,Ruminants,4.436643,0.212918393479034
 1963,Tunisia,Cereals,4.436643,0.16619998498865
 1963,Tunisia,Monogastrics,4.436643,0.00936032040441388
-1963,Tunisia,Oilcrops,4.436643,0.103946835478987
-1963,Tunisia,Pulses,4.436643,0.00272390634089784
+1963,Tunisia,FruitVeg,4.436643,0.166251600590807
+1963,Tunisia,OilcropsPulses,4.436643,0.106670741819885
 1963,Tunisia,Starchy Roots,4.436643,0.00922859919087472
+1963,Tunisia,Sugar,4.436643,0.0226896777586116
 1964,Tunisia,Ruminants,4.530835,0.220297892110395
 1964,Tunisia,Cereals,4.530835,0.164934498828582
 1964,Tunisia,Monogastrics,4.530835,0.00943291909769391
-1964,Tunisia,Oilcrops,4.530835,0.102050505039358
-1964,Tunisia,Pulses,4.530835,0.00257237352496836
+1964,Tunisia,FruitVeg,4.530835,0.15623786785438
+1964,Tunisia,OilcropsPulses,4.530835,0.104622878564326
 1964,Tunisia,Starchy Roots,4.530835,0.00985756488594266
+1964,Tunisia,Sugar,4.530835,0.0228968832455828
 1965,Tunisia,Ruminants,4.63,0.228192332613391
 1965,Tunisia,Cereals,4.63,0.166730453563715
 1965,Tunisia,Monogastrics,4.63,0.00967313174946004
-1965,Tunisia,Oilcrops,4.63,0.0640259179265659
-1965,Tunisia,Pulses,4.63,0.0035829373650108
+1965,Tunisia,FruitVeg,4.63,0.16615313174946
+1965,Tunisia,OilcropsPulses,4.63,0.0676088552915767
 1965,Tunisia,Starchy Roots,4.63,0.0105110151187905
+1965,Tunisia,Sugar,4.63,0.017139524838013
 1966,Tunisia,Ruminants,4.731395,0.243747393739056
 1966,Tunisia,Cereals,4.731395,0.163708166407582
 1966,Tunisia,Monogastrics,4.731395,0.0104798690449645
-1966,Tunisia,Oilcrops,4.731395,0.0248622235091342
-1966,Tunisia,Pulses,4.731395,0.00284292476109054
+1966,Tunisia,FruitVeg,4.731395,0.15929720515831
+1966,Tunisia,OilcropsPulses,4.731395,0.0277051482702247
 1966,Tunisia,Starchy Roots,4.731395,0.0117295216315695
+1966,Tunisia,Sugar,4.731395,0.0161969144406671
 1967,Tunisia,Ruminants,4.832923,0.234317368598672
 1967,Tunisia,Cereals,4.832923,0.168015091488112
 1967,Tunisia,Monogastrics,4.832923,0.0114185556028929
-1967,Tunisia,Oilcrops,4.832923,0.0610742194733912
-1967,Tunisia,Pulses,4.832923,0.00388646787875578
+1967,Tunisia,FruitVeg,4.832923,0.14878470027352
+1967,Tunisia,OilcropsPulses,4.832923,0.0649606873521469
 1967,Tunisia,Starchy Roots,4.832923,0.0118882506507966
+1967,Tunisia,Sugar,4.832923,0.020722242005511
 1968,Tunisia,Ruminants,4.933131,0.215613390359997
 1968,Tunisia,Cereals,4.933131,0.166798124760928
 1968,Tunisia,Monogastrics,4.933131,0.0123261068883028
-1968,Tunisia,Oilcrops,4.933131,0.0613768416042469
-1968,Tunisia,Pulses,4.933131,0.00392002563888938
+1968,Tunisia,FruitVeg,4.933131,0.1377429466195
+1968,Tunisia,OilcropsPulses,4.933131,0.0652968672431363
 1968,Tunisia,Starchy Roots,4.933131,0.0101288613661385
+1968,Tunisia,Sugar,4.933131,0.0200789316156413
 1969,Tunisia,Ruminants,5.031211,0.221046622771337
 1969,Tunisia,Cereals,5.031211,0.16328335265605
 1969,Tunisia,Monogastrics,5.031211,0.0133876913530361
-1969,Tunisia,Oilcrops,5.031211,0.0304823232418597
-1969,Tunisia,Pulses,5.031211,0.0042146910554934
+1969,Tunisia,FruitVeg,5.031211,0.148141670067107
+1969,Tunisia,OilcropsPulses,5.031211,0.0346970142973531
 1969,Tunisia,Starchy Roots,5.031211,0.0105602806163367
+1969,Tunisia,Sugar,5.031211,0.0187557230257288
 1970,Tunisia,Ruminants,5.127,0.19887442949093
 1970,Tunisia,Cereals,5.127,0.16867251804174
 1970,Tunisia,Monogastrics,5.127,0.0136708601521358
-1970,Tunisia,Oilcrops,5.127,0.0932660425199922
-1970,Tunisia,Pulses,5.127,0.00264560171640335
+1970,Tunisia,FruitVeg,5.127,0.145033937975424
+1970,Tunisia,OilcropsPulses,5.127,0.0959116442363956
 1970,Tunisia,Starchy Roots,5.127,0.0102324946362395
+1970,Tunisia,Sugar,5.127,0.0209059879071582
 1971,Tunisia,Ruminants,5.208154,0.214902977139309
 1971,Tunisia,Cereals,5.208154,0.176909899361655
 1971,Tunisia,Monogastrics,5.208154,0.0144461358093482
-1971,Tunisia,Oilcrops,5.208154,0.166353375879438
-1971,Tunisia,Pulses,5.208154,0.00544127535399299
+1971,Tunisia,FruitVeg,5.208154,0.165941329691864
+1971,Tunisia,OilcropsPulses,5.208154,0.171794651233431
 1971,Tunisia,Starchy Roots,5.208154,0.0122636542621436
+1971,Tunisia,Sugar,5.208154,0.0213801281605728
 1972,Tunisia,Ruminants,5.294325,0.228373758694451
 1972,Tunisia,Cereals,5.294325,0.188718108540749
 1972,Tunisia,Monogastrics,5.294325,0.0150465451214272
-1972,Tunisia,Oilcrops,5.294325,0.0749177657208426
-1972,Tunisia,Pulses,5.294325,0.00521464020436977
+1972,Tunisia,FruitVeg,5.294325,0.178482809423298
+1972,Tunisia,OilcropsPulses,5.294325,0.0801324059252124
 1972,Tunisia,Starchy Roots,5.294325,0.0159880626897669
+1972,Tunisia,Sugar,5.294325,0.0241269661382707
 1973,Tunisia,Ruminants,5.388709,0.251949567141221
 1973,Tunisia,Cereals,5.388709,0.189448530250938
 1973,Tunisia,Monogastrics,5.388709,0.0173052209722217
-1973,Tunisia,Oilcrops,5.388709,0.1306015967832
-1973,Tunisia,Pulses,5.388709,0.00532056936086176
+1973,Tunisia,FruitVeg,5.388709,0.177516358741955
+1973,Tunisia,OilcropsPulses,5.388709,0.135922166144062
 1973,Tunisia,Starchy Roots,5.388709,0.0119050778210514
+1973,Tunisia,Sugar,5.388709,0.0204447855692337
 1974,Tunisia,Ruminants,5.493722,0.267858129697862
 1974,Tunisia,Cereals,5.493722,0.190262812716042
 1974,Tunisia,Monogastrics,5.493722,0.0171418939655119
-1974,Tunisia,Oilcrops,5.493722,0.115876085466283
-1974,Tunisia,Pulses,5.493722,0.0054545898026875
+1974,Tunisia,FruitVeg,5.493722,0.196909672531664
+1974,Tunisia,OilcropsPulses,5.493722,0.121330675268971
 1974,Tunisia,Starchy Roots,5.493722,0.0135731294739705
+1974,Tunisia,Sugar,5.493722,0.0254295721552711
 1975,Tunisia,Ruminants,5.611,0.305563553733737
 1975,Tunisia,Cereals,5.611,0.184772411334878
 1975,Tunisia,Monogastrics,5.611,0.0175144537515594
-1975,Tunisia,Oilcrops,5.611,0.16418837996792
-1975,Tunisia,Pulses,5.611,0.00645000891106755
+1975,Tunisia,FruitVeg,5.611,0.200974336125468
+1975,Tunisia,OilcropsPulses,5.611,0.170638388878988
 1975,Tunisia,Starchy Roots,5.611,0.015373195508822
+1975,Tunisia,Sugar,5.611,0.0224653359472465
 1976,Tunisia,Ruminants,5.742339,0.329722592135365
 1976,Tunisia,Cereals,5.742339,0.1820597843492
 1976,Tunisia,Monogastrics,5.742339,0.0205022204366548
-1976,Tunisia,Oilcrops,5.742339,0.0805213694280327
-1976,Tunisia,Pulses,5.742339,0.00604962542267184
+1976,Tunisia,FruitVeg,5.742339,0.2152903198505
+1976,Tunisia,OilcropsPulses,5.742339,0.0865709948507046
 1976,Tunisia,Starchy Roots,5.742339,0.0153641225291645
+1976,Tunisia,Sugar,5.742339,0.0250101918399454
 1977,Tunisia,Ruminants,5.889693,0.327750037226049
 1977,Tunisia,Cereals,5.889693,0.19667510683494
 1977,Tunisia,Monogastrics,5.889693,0.0248889543139175
-1977,Tunisia,Oilcrops,5.889693,0.111820429350053
-1977,Tunisia,Pulses,5.889693,0.0050318412182095
+1977,Tunisia,FruitVeg,5.889693,0.195700692718619
+1977,Tunisia,OilcropsPulses,5.889693,0.116852270568262
 1977,Tunisia,Starchy Roots,5.889693,0.0150201377219492
+1977,Tunisia,Sugar,5.889693,0.0263580801240404
 1978,Tunisia,Ruminants,6.049539,0.278605262318335
 1978,Tunisia,Cereals,6.049539,0.207746243143486
 1978,Tunisia,Monogastrics,6.049539,0.0276809191576416
-1978,Tunisia,Oilcrops,6.049539,0.0746455225761831
-1978,Tunisia,Pulses,6.049539,0.00593384057859615
+1978,Tunisia,FruitVeg,6.049539,0.20554111643879
+1978,Tunisia,OilcropsPulses,6.049539,0.0805793631547792
 1978,Tunisia,Starchy Roots,6.049539,0.018141051739645
+1978,Tunisia,Sugar,6.049539,0.0259484235079731
 1979,Tunisia,Ruminants,6.21569,0.225847540659203
 1979,Tunisia,Cereals,6.21569,0.203627754923428
 1979,Tunisia,Monogastrics,6.21569,0.0314043171393683
-1979,Tunisia,Oilcrops,6.21569,0.0786432399299193
-1979,Tunisia,Pulses,6.21569,0.0059859806393176
+1979,Tunisia,FruitVeg,6.21569,0.213575966626392
+1979,Tunisia,OilcropsPulses,6.21569,0.0846292205692369
 1979,Tunisia,Starchy Roots,6.21569,0.0179378315199117
+1979,Tunisia,Sugar,6.21569,0.0255448711245252
 1980,Tunisia,Ruminants,6.384,0.253675877192982
 1980,Tunisia,Cereals,6.384,0.209369360902256
 1980,Tunisia,Monogastrics,6.384,0.0316964755639098
-1980,Tunisia,Oilcrops,6.384,0.123704417293233
-1980,Tunisia,Pulses,6.384,0.00891478696741855
+1980,Tunisia,FruitVeg,6.384,0.209496553884712
+1980,Tunisia,OilcropsPulses,6.384,0.132619204260652
 1980,Tunisia,Starchy Roots,6.384,0.0166063596491228
+1980,Tunisia,Sugar,6.384,0.0264807330827068
 1981,Tunisia,Ruminants,6.555185,0.274317124535768
 1981,Tunisia,Cereals,6.555185,0.198810254783046
 1981,Tunisia,Monogastrics,6.555185,0.0322696613444167
-1981,Tunisia,Oilcrops,6.555185,0.0702057989210068
-1981,Tunisia,Pulses,6.555185,0.00654108160181597
+1981,Tunisia,FruitVeg,6.555185,0.21338146825757
+1981,Tunisia,OilcropsPulses,6.555185,0.0767468805228228
 1981,Tunisia,Starchy Roots,6.555185,0.0199783835238822
+1981,Tunisia,Sugar,6.555185,0.0275769486292149
 1982,Tunisia,Ruminants,6.729178,0.270485860234341
 1982,Tunisia,Cereals,6.729178,0.195589862535959
 1982,Tunisia,Monogastrics,6.729178,0.0369909073589672
-1982,Tunisia,Oilcrops,6.729178,0.0529846290289839
-1982,Tunisia,Pulses,6.729178,0.00620491834218087
+1982,Tunisia,FruitVeg,6.729178,0.198246204811345
+1982,Tunisia,OilcropsPulses,6.729178,0.0591895473711648
 1982,Tunisia,Starchy Roots,6.729178,0.0142207562350112
+1982,Tunisia,Sugar,6.729178,0.0267802397261597
 1983,Tunisia,Ruminants,6.905136,0.307197743824307
 1983,Tunisia,Cereals,6.905136,0.20656551876748
 1983,Tunisia,Monogastrics,6.905136,0.0324140610699051
-1983,Tunisia,Oilcrops,6.905136,0.120967783979925
-1983,Tunisia,Pulses,6.905136,0.00490070000069513
+1983,Tunisia,FruitVeg,6.905136,0.217484347882504
+1983,Tunisia,OilcropsPulses,6.905136,0.12586848398062
 1983,Tunisia,Starchy Roots,6.905136,0.020667369911324
+1983,Tunisia,Sugar,6.905136,0.0269689112567805
 1984,Tunisia,Ruminants,7.04255,0.327868683928407
 1984,Tunisia,Cereals,7.04255,0.214039374942315
 1984,Tunisia,Monogastrics,7.04255,0.0328326671447132
-1984,Tunisia,Oilcrops,7.04255,0.0806724836884367
-1984,Tunisia,Pulses,7.04255,0.00591490298258443
+1984,Tunisia,FruitVeg,7.04255,0.226238791346884
+1984,Tunisia,OilcropsPulses,7.04255,0.0865873866710211
 1984,Tunisia,Starchy Roots,7.04255,0.0193454075583418
+1984,Tunisia,Sugar,7.04255,0.0264781932680634
 1985,Tunisia,Ruminants,7.260361,0.33204211195559
 1985,Tunisia,Cereals,7.260361,0.21506671637953
 1985,Tunisia,Monogastrics,7.260361,0.0333356151298813
-1985,Tunisia,Oilcrops,7.260361,0.0853036095588085
-1985,Tunisia,Pulses,7.260361,0.00785828693642093
+1985,Tunisia,FruitVeg,7.260361,0.222018574558483
+1985,Tunisia,OilcropsPulses,7.260361,0.0931618964952294
 1985,Tunisia,Starchy Roots,7.260361,0.0188051255302594
+1985,Tunisia,Sugar,7.260361,0.0257253048436572
 1986,Tunisia,Ruminants,7.492633,0.332950312660449
 1986,Tunisia,Cereals,7.492633,0.21656258887897
 1986,Tunisia,Monogastrics,7.492633,0.0343349393998078
-1986,Tunisia,Oilcrops,7.492633,0.0899012403249966
-1986,Tunisia,Pulses,7.492633,0.00611480637047083
+1986,Tunisia,FruitVeg,7.492633,0.226292679756235
+1986,Tunisia,OilcropsPulses,7.492633,0.0960160466954674
 1986,Tunisia,Starchy Roots,7.492633,0.0193532767453044
+1986,Tunisia,Sugar,7.492633,0.0258704783752254
 1987,Tunisia,Ruminants,7.684751,0.334514872375175
 1987,Tunisia,Cereals,7.684751,0.216247084648546
 1987,Tunisia,Monogastrics,7.684751,0.0331827927801434
-1987,Tunisia,Oilcrops,7.684751,0.078210992132341
-1987,Tunisia,Pulses,7.684751,0.00752490223821175
+1987,Tunisia,FruitVeg,7.684751,0.23013315590837
+1987,Tunisia,OilcropsPulses,7.684751,0.0857358943705528
 1987,Tunisia,Starchy Roots,7.684751,0.0210211105083301
+1987,Tunisia,Sugar,7.684751,0.0262569340242774
 1988,Tunisia,Ruminants,7.857619,0.344866670170697
 1988,Tunisia,Cereals,7.857619,0.221755852504429
 1988,Tunisia,Monogastrics,7.857619,0.0342904256365701
-1988,Tunisia,Oilcrops,7.857619,0.0482314044496176
-1988,Tunisia,Pulses,7.857619,0.00429710323190778
+1988,Tunisia,FruitVeg,7.857619,0.200834247626412
+1988,Tunisia,OilcropsPulses,7.857619,0.0525285076815254
 1988,Tunisia,Starchy Roots,7.857619,0.0234082360063526
+1988,Tunisia,Sugar,7.857619,0.0277820800423131
 1989,Tunisia,Ruminants,7.958694,0.337785332618643
 1989,Tunisia,Cereals,7.958694,0.221801717719013
 1989,Tunisia,Monogastrics,7.958694,0.03506849239335
-1989,Tunisia,Oilcrops,7.958694,0.0986321373833446
-1989,Tunisia,Pulses,7.958694,0.006037171425362
+1989,Tunisia,FruitVeg,7.958694,0.209745845235412
+1989,Tunisia,OilcropsPulses,7.958694,0.104669308808707
 1989,Tunisia,Starchy Roots,7.958694,0.0204791137842465
+1989,Tunisia,Sugar,7.958694,0.0274728491885729
 1990,Tunisia,Ruminants,8.1544,0.325892352594918
 1990,Tunisia,Cereals,8.1544,0.219648778573531
 1990,Tunisia,Monogastrics,8.1544,0.0329876631021289
-1990,Tunisia,Oilcrops,8.1544,0.118067178455803
-1990,Tunisia,Pulses,8.1544,0.0060212891199843
+1990,Tunisia,FruitVeg,8.1544,0.236652727361915
+1990,Tunisia,OilcropsPulses,8.1544,0.124088467575787
 1990,Tunisia,Starchy Roots,8.1544,0.022554817031296
+1990,Tunisia,Sugar,8.1544,0.028203546551555
 1991,Tunisia,Ruminants,8.3182,0.322112319973071
 1991,Tunisia,Cereals,8.3182,0.219743694549302
 1991,Tunisia,Monogastrics,8.3182,0.0340419201269505
-1991,Tunisia,Oilcrops,8.3182,0.17342441874444
-1991,Tunisia,Pulses,8.3182,0.00940035103748407
+1991,Tunisia,FruitVeg,8.3182,0.243428626385516
+1991,Tunisia,OilcropsPulses,8.3182,0.182824769781924
 1991,Tunisia,Starchy Roots,8.3182,0.0244953235074896
+1991,Tunisia,Sugar,8.3182,0.0284438941117069
 1992,Tunisia,Ruminants,8.4899,0.336549547108918
 1992,Tunisia,Cereals,8.4899,0.213518180426153
 1992,Tunisia,Monogastrics,8.4899,0.037745898067115
-1992,Tunisia,Oilcrops,8.4899,0.0958925311252194
-1992,Tunisia,Pulses,8.4899,0.00891471042061744
+1992,Tunisia,FruitVeg,8.4899,0.240833696509971
+1992,Tunisia,OilcropsPulses,8.4899,0.104807241545837
 1992,Tunisia,Starchy Roots,8.4899,0.0218195738465706
+1992,Tunisia,Sugar,8.4899,0.0312470111544306
 1993,Tunisia,Ruminants,8.5722,0.343347390401531
 1993,Tunisia,Cereals,8.5722,0.219804484263083
 1993,Tunisia,Monogastrics,8.5722,0.0379786402557103
-1993,Tunisia,Oilcrops,8.5722,0.138563262639696
-1993,Tunisia,Pulses,8.5722,0.00898509134177924
+1993,Tunisia,FruitVeg,8.5722,0.239288980658407
+1993,Tunisia,OilcropsPulses,8.5722,0.147548353981475
 1993,Tunisia,Starchy Roots,8.5722,0.0242375352884907
+1993,Tunisia,Sugar,8.5722,0.0302266629336693
 1994,Tunisia,Ruminants,8.7857,0.331667892142914
 1994,Tunisia,Cereals,8.7857,0.216211684897049
 1994,Tunisia,Monogastrics,8.7857,0.0387138873396542
-1994,Tunisia,Oilcrops,8.7857,0.0582731028830941
-1994,Tunisia,Pulses,8.7857,0.00587727784923227
+1994,Tunisia,FruitVeg,8.7857,0.233369907918549
+1994,Tunisia,OilcropsPulses,8.7857,0.0641503807323264
 1994,Tunisia,Starchy Roots,8.7857,0.0232241028034192
+1994,Tunisia,Sugar,8.7857,0.0293483729241836
 1995,Tunisia,Ruminants,8.9575,0.329292403014234
 1995,Tunisia,Cereals,8.9575,0.219293106335473
 1995,Tunisia,Monogastrics,8.9575,0.0393851409433436
-1995,Tunisia,Oilcrops,8.9575,0.0507772257884454
-1995,Tunisia,Pulses,8.9575,0.00651041027072286
+1995,Tunisia,FruitVeg,8.9575,0.232044320401898
+1995,Tunisia,OilcropsPulses,8.9575,0.0572876360591683
 1995,Tunisia,Starchy Roots,8.9575,0.0271113591962043
+1995,Tunisia,Sugar,8.9575,0.0288480044655317
 1996,Tunisia,Ruminants,9.0893,0.321267138283476
 1996,Tunisia,Cereals,9.0893,0.222548711121869
 1996,Tunisia,Monogastrics,9.0893,0.0400969161541593
-1996,Tunisia,Oilcrops,9.0893,0.18437261395267
-1996,Tunisia,Pulses,9.0893,0.00804902467736789
+1996,Tunisia,FruitVeg,9.0893,0.247622369159341
+1996,Tunisia,OilcropsPulses,9.0893,0.192421638630038
 1996,Tunisia,Starchy Roots,9.0893,0.0269465195339575
+1996,Tunisia,Sugar,9.0893,0.0301983651106246
 1997,Tunisia,Ruminants,9.2149,0.331216399526853
 1997,Tunisia,Cereals,9.2149,0.221048736285798
 1997,Tunisia,Monogastrics,9.2149,0.0472039305906738
-1997,Tunisia,Oilcrops,9.2149,0.0694454633257008
-1997,Tunisia,Pulses,9.2149,0.00582914627396933
+1997,Tunisia,FruitVeg,9.2149,0.23397660311018
+1997,Tunisia,OilcropsPulses,9.2149,0.0752746095996701
 1997,Tunisia,Starchy Roots,9.2149,0.0282807192698781
+1997,Tunisia,Sugar,9.2149,0.0299572431605335
 1998,Tunisia,Ruminants,9.3333,0.334995253554477
 1998,Tunisia,Cereals,9.3333,0.220333858335208
 1998,Tunisia,Monogastrics,9.3333,0.0506370629895107
-1998,Tunisia,Oilcrops,9.3333,0.117974778481352
-1998,Tunisia,Pulses,9.3333,0.00595394983553513
+1998,Tunisia,FruitVeg,9.3333,0.258645816592202
+1998,Tunisia,OilcropsPulses,9.3333,0.123928728316887
 1998,Tunisia,Starchy Roots,9.3333,0.0308406458594495
+1998,Tunisia,Sugar,9.3333,0.0300285001017861
 1999,Tunisia,Ruminants,9.4559,0.35037545870832
 1999,Tunisia,Cereals,9.4559,0.214605167144323
 1999,Tunisia,Monogastrics,9.4559,0.0544849564821963
-1999,Tunisia,Oilcrops,9.4559,0.136383950760901
-1999,Tunisia,Pulses,9.4559,0.00687856259055193
+1999,Tunisia,FruitVeg,9.4559,0.266962742837805
+1999,Tunisia,OilcropsPulses,9.4559,0.143262513351453
 1999,Tunisia,Starchy Roots,9.4559,0.0297400564726784
+1999,Tunisia,Sugar,9.4559,0.0304917564695058
 2000,Tunisia,Ruminants,9.5525,0.363865888510861
 2000,Tunisia,Cereals,9.5525,0.208058309343104
 2000,Tunisia,Monogastrics,9.5525,0.0571732216697199
-2000,Tunisia,Oilcrops,9.5525,0.0748722323998953
-2000,Tunisia,Pulses,9.5525,0.0060906568961005
+2000,Tunisia,FruitVeg,9.5525,0.27235467155195
+2000,Tunisia,OilcropsPulses,9.5525,0.0809628892959958
 2000,Tunisia,Starchy Roots,9.5525,0.0282777283433656
+2000,Tunisia,Sugar,9.5525,0.0285418476838524
 2001,Tunisia,Ruminants,9.6506,0.358287681594927
 2001,Tunisia,Cereals,9.6506,0.212839098087166
 2001,Tunisia,Monogastrics,9.6506,0.0582650819638157
-2001,Tunisia,Oilcrops,9.6506,0.0343487451557416
-2001,Tunisia,Pulses,9.6506,0.00573943588999648
+2001,Tunisia,FruitVeg,9.6506,0.2469628831368
+2001,Tunisia,OilcropsPulses,9.6506,0.0400881810457381
 2001,Tunisia,Starchy Roots,9.6506,0.0314268542888525
+2001,Tunisia,Sugar,9.6506,0.0283558535220608
 2002,Tunisia,Ruminants,9.7489,0.375675614684734
 2002,Tunisia,Cereals,9.7489,0.206258039368544
 2002,Tunisia,Monogastrics,9.7489,0.0580555447281232
-2002,Tunisia,Oilcrops,9.7489,0.0515391480064418
-2002,Tunisia,Pulses,9.7489,0.00623311347946948
+2002,Tunisia,FruitVeg,9.7489,0.267169116515709
+2002,Tunisia,OilcropsPulses,9.7489,0.0577722614859112
 2002,Tunisia,Starchy Roots,9.7489,0.0304975946004165
+2002,Tunisia,Sugar,9.7489,0.0316409030762445
 2003,Tunisia,Ruminants,9.8398,0.34759244090327
 2003,Tunisia,Cereals,9.8398,0.207086119636578
 2003,Tunisia,Monogastrics,9.8398,0.0554923372426269
-2003,Tunisia,Oilcrops,9.8398,0.156156425943617
-2003,Tunisia,Pulses,9.8398,0.00930872578710949
+2003,Tunisia,FruitVeg,9.8398,0.285857334498669
+2003,Tunisia,OilcropsPulses,9.8398,0.165465151730726
 2003,Tunisia,Starchy Roots,9.8398,0.0291542511026647
+2003,Tunisia,Sugar,9.8398,0.0354317160917905
 2004,Tunisia,Ruminants,9.9324,0.348176634046152
 2004,Tunisia,Cereals,9.9324,0.204230800209416
 2004,Tunisia,Monogastrics,9.9324,0.057805253513753
-2004,Tunisia,Oilcrops,9.9324,0.0815946800370504
-2004,Tunisia,Pulses,9.9324,0.00880864645000201
+2004,Tunisia,FruitVeg,9.9324,0.303503986951794
+2004,Tunisia,OilcropsPulses,9.9324,0.0904033264870524
 2004,Tunisia,Starchy Roots,9.9324,0.0348300511457452
+2004,Tunisia,Sugar,9.9324,0.0348992187185373
 2005,Tunisia,Ruminants,10.029,0.341915415295643
 2005,Tunisia,Cereals,10.029,0.21483637451391
 2005,Tunisia,Monogastrics,10.029,0.0558603350284176
-2005,Tunisia,Oilcrops,10.029,0.118840063814937
-2005,Tunisia,Pulses,10.029,0.00816183069099611
+2005,Tunisia,FruitVeg,10.029,0.285900588293948
+2005,Tunisia,OilcropsPulses,10.029,0.127001894505933
 2005,Tunisia,Starchy Roots,10.029,0.0282751022036095
+2005,Tunisia,Sugar,10.029,0.0335382391065909
 2006,Tunisia,Ruminants,10.1279,0.35519363342845
 2006,Tunisia,Cereals,10.1279,0.205394208078674
 2006,Tunisia,Monogastrics,10.1279,0.0507518636637408
-2006,Tunisia,Oilcrops,10.1279,0.136671669349026
-2006,Tunisia,Pulses,10.1279,0.00789294917998795
+2006,Tunisia,FruitVeg,10.1279,0.29962460134875
+2006,Tunisia,OilcropsPulses,10.1279,0.144564618529014
 2006,Tunisia,Starchy Roots,10.1279,0.0317812182189793
+2006,Tunisia,Sugar,10.1279,0.0347212156518133
 2007,Tunisia,Ruminants,10.2251,0.338797009320202
 2007,Tunisia,Cereals,10.2251,0.209439418685392
 2007,Tunisia,Monogastrics,10.2251,0.0612166531378666
-2007,Tunisia,Oilcrops,10.2251,0.110398333512631
-2007,Tunisia,Pulses,10.2251,0.00898641578077476
+2007,Tunisia,FruitVeg,10.2251,0.301978758153954
+2007,Tunisia,OilcropsPulses,10.2251,0.119384749293405
 2007,Tunisia,Starchy Roots,10.2251,0.0361192555574029
+2007,Tunisia,Sugar,10.2251,0.034864597901243
 2008,Tunisia,Ruminants,10.3289,0.344497536039656
 2008,Tunisia,Cereals,10.3289,0.206529156057276
 2008,Tunisia,Monogastrics,10.3289,0.0622030903581214
-2008,Tunisia,Oilcrops,10.3289,0.131562896339397
-2008,Tunisia,Pulses,10.3289,0.00863664088141041
+2008,Tunisia,FruitVeg,10.3289,0.310783239260715
+2008,Tunisia,OilcropsPulses,10.3289,0.140199537220808
 2008,Tunisia,Starchy Roots,10.3289,0.0306686094356611
+2008,Tunisia,Sugar,10.3289,0.0347085362429688
 2009,Tunisia,Ruminants,10.4396,0.332069111843366
 2009,Tunisia,Cereals,10.4396,0.215203264492892
 2009,Tunisia,Monogastrics,10.4396,0.062033689030231
-2009,Tunisia,Oilcrops,10.4396,0.0918067742059083
-2009,Tunisia,Pulses,10.4396,0.00990861718839802
+2009,Tunisia,FruitVeg,10.4396,0.314380819188475
+2009,Tunisia,OilcropsPulses,10.4396,0.101715391394306
 2009,Tunisia,Starchy Roots,10.4396,0.0317909690026438
+2009,Tunisia,Sugar,10.4396,0.0361652745315912
 2010,Tunisia,Ruminants,10.5471,0.333634743199552
 2010,Tunisia,Cereals,10.5471,0.215913284220307
 2010,Tunisia,Monogastrics,10.5471,0.0675918214485498
-2010,Tunisia,Oilcrops,10.5471,0.0993936721942524
-2010,Tunisia,Pulses,10.5471,0.00892292668126784
+2010,Tunisia,FruitVeg,10.5471,0.349009585573286
+2010,Tunisia,OilcropsPulses,10.5471,0.10831659887552
 2010,Tunisia,Starchy Roots,10.5471,0.030331370708536
+2010,Tunisia,Sugar,10.5471,0.0348596296612339
 2011,Tunisia,Ruminants,10.6738,0.330150133972906
 2011,Tunisia,Cereals,10.6738,0.216855852648541
 2011,Tunisia,Monogastrics,10.6738,0.0626504993535573
-2011,Tunisia,Oilcrops,10.6738,0.0694126740242463
-2011,Tunisia,Pulses,10.6738,0.00905703685660215
+2011,Tunisia,FruitVeg,10.6738,0.327722366917124
+2011,Tunisia,OilcropsPulses,10.6738,0.0784697108808484
 2011,Tunisia,Starchy Roots,10.6738,0.0304965429369109
+2011,Tunisia,Sugar,10.6738,0.0358504937323165
 1961,Turkey,Ruminants,28.229291,0.415242299213253
 1961,Turkey,Cereals,28.229291,0.195333917525594
 1961,Turkey,Monogastrics,28.229291,0.0122961040714767
-1961,Turkey,Oilcrops,28.229291,0.0402660839055434
-1961,Turkey,Pulses,28.229291,0.00954405833288551
+1961,Turkey,FruitVeg,28.229291,0.283532058952526
+1961,Turkey,OilcropsPulses,28.229291,0.0498101422384289
 1961,Turkey,Starchy Roots,28.229291,0.0381852665020882
+1961,Turkey,Sugar,28.229291,0.00679606158015091
 1962,Turkey,Ruminants,28.909985,0.420069737151368
 1962,Turkey,Cereals,28.909985,0.183935550295166
 1962,Turkey,Monogastrics,28.909985,0.0122717635446715
-1962,Turkey,Oilcrops,28.909985,0.0277156145186516
-1962,Turkey,Pulses,28.909985,0.0102960620699042
+1962,Turkey,FruitVeg,28.909985,0.285450442122333
+1962,Turkey,OilcropsPulses,28.909985,0.0380116765885558
 1962,Turkey,Starchy Roots,28.909985,0.0382520779585323
+1962,Turkey,Sugar,28.909985,0.00959170335093567
 1963,Turkey,Ruminants,29.597047,0.413095816619813
 1963,Turkey,Cereals,29.597047,0.180778372923488
 1963,Turkey,Monogastrics,29.597047,0.0120805295203944
-1963,Turkey,Oilcrops,29.597047,0.0384909683726218
-1963,Turkey,Pulses,29.597047,0.0105002367296981
+1963,Turkey,FruitVeg,29.597047,0.267827800523478
+1963,Turkey,OilcropsPulses,29.597047,0.0489912051023198
 1963,Turkey,Starchy Roots,29.597047,0.0395571896074632
+1963,Turkey,Sugar,29.597047,0.0146426770211231
 1964,Turkey,Ruminants,30.292969,0.40083371161143
 1964,Turkey,Cereals,30.292969,0.187484792263182
 1964,Turkey,Monogastrics,30.292969,0.0119772248141145
-1964,Turkey,Oilcrops,30.292969,0.0438937167235077
-1964,Turkey,Pulses,30.292969,0.0100036084280811
+1964,Turkey,FruitVeg,30.292969,0.274955188446534
+1964,Turkey,OilcropsPulses,30.292969,0.0538973251515888
 1964,Turkey,Starchy Roots,30.292969,0.0409998438911683
+1964,Turkey,Sugar,30.292969,0.0152285172179723
 1965,Turkey,Ruminants,31.000167,0.391799821594509
 1965,Turkey,Cereals,31.000167,0.193862794352043
 1965,Turkey,Monogastrics,31.000167,0.0124388329908029
-1965,Turkey,Oilcrops,31.000167,0.0324089544420841
-1965,Turkey,Pulses,31.000167,0.00980552782183399
+1965,Turkey,FruitVeg,31.000167,0.285279850266613
+1965,Turkey,OilcropsPulses,31.000167,0.0422144822639181
 1965,Turkey,Starchy Roots,31.000167,0.0394619809628767
+1965,Turkey,Sugar,31.000167,0.0161080745145663
 1966,Turkey,Ruminants,31.718266,0.407513292183122
 1966,Turkey,Cereals,31.718266,0.19467794992324
 1966,Turkey,Monogastrics,31.718266,0.0123686175026087
-1966,Turkey,Oilcrops,31.718266,0.0499682738016006
-1966,Turkey,Pulses,31.718266,0.00930246312960488
+1966,Turkey,FruitVeg,31.718266,0.273602661633521
+1966,Turkey,OilcropsPulses,31.718266,0.0592707369312055
 1966,Turkey,Starchy Roots,31.718266,0.040320173870791
+1966,Turkey,Sugar,31.718266,0.0171118433775667
 1967,Turkey,Ruminants,32.448404,0.386228573830627
 1967,Turkey,Cereals,32.448404,0.189621375522815
 1967,Turkey,Monogastrics,32.448404,0.012834683641143
-1967,Turkey,Oilcrops,32.448404,0.0390208097754207
-1967,Turkey,Pulses,32.448404,0.0100844405167046
+1967,Turkey,FruitVeg,32.448404,0.295503378224704
+1967,Turkey,OilcropsPulses,32.448404,0.0491052502921253
 1967,Turkey,Starchy Roots,32.448404,0.0396352930023924
+1967,Turkey,Sugar,32.448404,0.0169664430953214
 1968,Turkey,Ruminants,33.196289,0.382314414722682
 1968,Turkey,Cereals,33.196289,0.190267141004827
 1968,Turkey,Monogastrics,33.196289,0.0140169131555639
-1968,Turkey,Oilcrops,33.196289,0.0507663070411274
-1968,Turkey,Pulses,33.196289,0.00934107423875
+1968,Turkey,FruitVeg,33.196289,0.304041725868816
+1968,Turkey,OilcropsPulses,33.196289,0.0601073812798774
 1968,Turkey,Starchy Roots,33.196289,0.0397080830330161
+1968,Turkey,Sugar,33.196289,0.0167807311232891
 1969,Turkey,Ruminants,33.969201,0.39692079893195
 1969,Turkey,Cereals,33.969201,0.196370529880877
 1969,Turkey,Monogastrics,33.969201,0.0147848693880083
-1969,Turkey,Oilcrops,33.969201,0.033181793119008
-1969,Turkey,Pulses,33.969201,0.0102329754532643
+1969,Turkey,FruitVeg,33.969201,0.299616673350663
+1969,Turkey,OilcropsPulses,33.969201,0.0434147685722723
 1969,Turkey,Starchy Roots,33.969201,0.041470036342627
+1969,Turkey,Sugar,33.969201,0.0186861033322509
 1970,Turkey,Ruminants,34.772031,0.384814812801703
 1970,Turkey,Cereals,34.772031,0.205114507116366
 1970,Turkey,Monogastrics,34.772031,0.0155145323550413
-1970,Turkey,Oilcrops,34.772031,0.0436797608974868
-1970,Turkey,Pulses,34.772031,0.00865379419453526
+1970,Turkey,FruitVeg,34.772031,0.31804437882849
+1970,Turkey,OilcropsPulses,34.772031,0.0523335550920221
 1970,Turkey,Starchy Roots,34.772031,0.0400712860287051
+1970,Turkey,Sugar,34.772031,0.0190361615632978
 1971,Turkey,Ruminants,35.608079,0.374509905462746
 1971,Turkey,Cereals,35.608079,0.204521535688572
 1971,Turkey,Monogastrics,35.608079,0.0166322058541827
-1971,Turkey,Oilcrops,35.608079,0.040011032327804
-1971,Turkey,Pulses,35.608079,0.00946403202486717
+1971,Turkey,FruitVeg,35.608079,0.308058657137893
+1971,Turkey,OilcropsPulses,35.608079,0.0494750643526712
 1971,Turkey,Starchy Roots,35.608079,0.0430326499781131
+1971,Turkey,Sugar,35.608079,0.0198326621326582
 1972,Turkey,Ruminants,36.475356,0.35490243056161
 1972,Turkey,Cereals,36.475356,0.204280007575526
 1972,Turkey,Monogastrics,36.475356,0.0185205512456136
-1972,Turkey,Oilcrops,36.475356,0.0602091724615381
-1972,Turkey,Pulses,36.475356,0.0109413873849511
+1972,Turkey,FruitVeg,36.475356,0.300237755047545
+1972,Turkey,OilcropsPulses,36.475356,0.0711505598464892
 1972,Turkey,Starchy Roots,36.475356,0.0439488513833833
+1972,Turkey,Sugar,36.475356,0.0215598169898602
 1973,Turkey,Ruminants,37.366922,0.355455405184296
 1973,Turkey,Cereals,37.366922,0.211891174766816
 1973,Turkey,Monogastrics,37.366922,0.0190143410795248
-1973,Turkey,Oilcrops,37.366922,0.0378485014098833
-1973,Turkey,Pulses,37.366922,0.00780363980742112
+1973,Turkey,FruitVeg,37.366922,0.279169127176169
+1973,Turkey,OilcropsPulses,37.366922,0.0456521412173044
 1973,Turkey,Starchy Roots,37.366922,0.042758137798987
+1973,Turkey,Sugar,37.366922,0.0244323575808572
 1974,Turkey,Ruminants,38.272701,0.371974018766013
 1974,Turkey,Cereals,38.272701,0.207615396676602
 1974,Turkey,Monogastrics,38.272701,0.0200763437103642
-1974,Turkey,Oilcrops,38.272701,0.0524879338931423
-1974,Turkey,Pulses,38.272701,0.0105661473957639
+1974,Turkey,FruitVeg,38.272701,0.295275266827915
+1974,Turkey,OilcropsPulses,38.272701,0.0630540812889061
 1974,Turkey,Starchy Roots,38.272701,0.0442460018695832
+1974,Turkey,Sugar,38.272701,0.0234663343985051
 1975,Turkey,Ruminants,39.185637,0.388786700086054
 1975,Turkey,Cereals,39.185637,0.210728257396964
 1975,Turkey,Monogastrics,39.185637,0.0218278932150573
-1975,Turkey,Oilcrops,39.185637,0.0435520800644379
-1975,Turkey,Pulses,39.185637,0.0101327432804014
+1975,Turkey,FruitVeg,39.185637,0.298092793540654
+1975,Turkey,OilcropsPulses,39.185637,0.0536848233448393
 1975,Turkey,Starchy Roots,39.185637,0.0482784801992628
+1975,Turkey,Sugar,39.185637,0.023921698657087
 1976,Turkey,Ruminants,40.100696,0.368522838107349
 1976,Turkey,Cereals,40.100696,0.209620850471024
 1976,Turkey,Monogastrics,40.100696,0.0237035661425926
-1976,Turkey,Oilcrops,40.100696,0.0555360934383782
-1976,Turkey,Pulses,40.100696,0.0112640937703425
+1976,Turkey,FruitVeg,40.100696,0.304560250026583
+1976,Turkey,OilcropsPulses,40.100696,0.0668001872087208
 1976,Turkey,Starchy Roots,40.100696,0.0547735630324222
+1976,Turkey,Sugar,40.100696,0.025448161797491
 1977,Turkey,Ruminants,41.020211,0.376779156499219
 1977,Turkey,Cereals,41.020211,0.211790207515022
 1977,Turkey,Monogastrics,41.020211,0.0248535947316312
-1977,Turkey,Oilcrops,41.020211,0.0382297399689143
-1977,Turkey,Pulses,41.020211,0.012193550150193
+1977,Turkey,FruitVeg,41.020211,0.301202253689041
+1977,Turkey,OilcropsPulses,41.020211,0.0504232901191074
 1977,Turkey,Starchy Roots,41.020211,0.0528398793463057
+1977,Turkey,Sugar,41.020211,0.0278984669289
 1978,Turkey,Ruminants,41.953105,0.361631409641789
 1978,Turkey,Cereals,41.953105,0.210530186025564
 1978,Turkey,Monogastrics,41.953105,0.0268767520306304
-1978,Turkey,Oilcrops,41.953105,0.0511507551109745
-1978,Turkey,Pulses,41.953105,0.00986608738495041
+1978,Turkey,FruitVeg,41.953105,0.321387820996801
+1978,Turkey,OilcropsPulses,41.953105,0.0610168424959249
 1978,Turkey,Starchy Roots,41.953105,0.0510831558236274
+1978,Turkey,Sugar,41.953105,0.0281479046664127
 1979,Turkey,Ruminants,42.91235,0.343067904694103
 1979,Turkey,Cereals,42.91235,0.22138922711061
 1979,Turkey,Monogastrics,42.91235,0.0267303678311721
-1979,Turkey,Oilcrops,42.91235,0.0368489956853913
-1979,Turkey,Pulses,42.91235,0.00930974416455869
+1979,Turkey,FruitVeg,42.91235,0.340302500329159
+1979,Turkey,OilcropsPulses,42.91235,0.04615873984995
 1979,Turkey,Starchy Roots,42.91235,0.052085168954858
+1979,Turkey,Sugar,42.91235,0.029071048311267
 1980,Turkey,Ruminants,43.90579,0.328194033178767
 1980,Turkey,Cereals,43.90579,0.224580789914041
 1980,Turkey,Monogastrics,43.90579,0.0281879656418891
-1980,Turkey,Oilcrops,43.90579,0.0603747933928532
-1980,Turkey,Pulses,43.90579,0.0078872285409282
+1980,Turkey,FruitVeg,43.90579,0.333629687565125
+1980,Turkey,OilcropsPulses,43.90579,0.0682620219337814
 1980,Turkey,Starchy Roots,43.90579,0.0536777267872871
+1980,Turkey,Sugar,43.90579,0.0249721278218659
 1981,Turkey,Ruminants,44.936836,0.341540841905291
 1981,Turkey,Cereals,44.936836,0.227704238010883
 1981,Turkey,Monogastrics,44.936836,0.0308361941637368
-1981,Turkey,Oilcrops,44.936836,0.0358989671635982
-1981,Turkey,Pulses,44.936836,0.00653041081931091
+1981,Turkey,FruitVeg,44.936836,0.324232729691961
+1981,Turkey,OilcropsPulses,44.936836,0.0424293779829092
 1981,Turkey,Starchy Roots,44.936836,0.0523829270044736
+1981,Turkey,Sugar,44.936836,0.0248829935423135
 1982,Turkey,Ruminants,45.99794,0.320623049640919
 1982,Turkey,Cereals,45.99794,0.230484234728773
 1982,Turkey,Monogastrics,45.99794,0.031281913929189
-1982,Turkey,Oilcrops,45.99794,0.0547947799401452
-1982,Turkey,Pulses,45.99794,0.00741472335500242
+1982,Turkey,FruitVeg,45.99794,0.321232537804954
+1982,Turkey,OilcropsPulses,45.99794,0.0622095032951476
 1982,Turkey,Starchy Roots,45.99794,0.0503790604535768
+1982,Turkey,Sugar,45.99794,0.0289519487177034
 1983,Turkey,Ruminants,47.072603,0.316349229720736
 1983,Turkey,Cereals,47.072603,0.24305280079795
 1983,Turkey,Monogastrics,47.072603,0.026852426240376
-1983,Turkey,Oilcrops,47.072603,0.035888476360655
-1983,Turkey,Pulses,47.072603,0.00940729791382049
+1983,Turkey,FruitVeg,47.072603,0.319211920360554
+1983,Turkey,OilcropsPulses,47.072603,0.0452957742744755
 1983,Turkey,Starchy Roots,47.072603,0.0503746308654314
+1983,Turkey,Sugar,47.072603,0.0283597658706063
 1984,Turkey,Ruminants,48.138191,0.437456471930987
 1984,Turkey,Cereals,48.138191,0.228535031571918
 1984,Turkey,Monogastrics,48.138191,0.0286792081571989
-1984,Turkey,Oilcrops,48.138191,0.0469434964849427
-1984,Turkey,Pulses,48.138191,0.0100028478427866
+1984,Turkey,FruitVeg,48.138191,0.323969569192993
+1984,Turkey,OilcropsPulses,48.138191,0.0569463443277293
 1984,Turkey,Starchy Roots,48.138191,0.0511212604561729
+1984,Turkey,Sugar,48.138191,0.0297008045026038
 1985,Turkey,Ruminants,49.178079,0.430099689335161
 1985,Turkey,Cereals,49.178079,0.250031909542461
 1985,Turkey,Monogastrics,49.178079,0.0289193748295862
-1985,Turkey,Oilcrops,49.178079,0.0411851182719032
-1985,Turkey,Pulses,49.178079,0.0106752238126259
+1985,Turkey,FruitVeg,49.178079,0.336917552228911
+1985,Turkey,OilcropsPulses,49.178079,0.0518603420845292
 1985,Turkey,Starchy Roots,49.178079,0.0685788885735045
+1985,Turkey,Sugar,49.178079,0.0274194321417069
 1986,Turkey,Ruminants,50.187091,0.484992551172173
 1986,Turkey,Cereals,50.187091,0.245016751419205
 1986,Turkey,Monogastrics,50.187091,0.0302390469294186
-1986,Turkey,Oilcrops,50.187091,0.0485341937830188
-1986,Turkey,Pulses,50.187091,0.0114760785796491
+1986,Turkey,FruitVeg,50.187091,0.329647677726529
+1986,Turkey,OilcropsPulses,50.187091,0.0600102723626679
 1986,Turkey,Starchy Roots,50.187091,0.065618467505917
+1986,Turkey,Sugar,50.187091,0.0295834839281679
 1987,Turkey,Ruminants,51.168841,0.417036405026254
 1987,Turkey,Cereals,51.168841,0.248717007289651
 1987,Turkey,Monogastrics,51.168841,0.0332972169527936
-1987,Turkey,Oilcrops,51.168841,0.0441330691856007
-1987,Turkey,Pulses,51.168841,0.0125902011343192
+1987,Turkey,FruitVeg,51.168841,0.325649646823152
+1987,Turkey,OilcropsPulses,51.168841,0.0567232703199199
 1987,Turkey,Starchy Roots,51.168841,0.0690186240489598
+1987,Turkey,Sugar,51.168841,0.0324652262497015
 1988,Turkey,Ruminants,52.126497,0.399679569874032
 1988,Turkey,Cereals,52.126497,0.248714737151817
 1988,Turkey,Monogastrics,52.126497,0.0367280617379679
-1988,Turkey,Oilcrops,52.126497,0.0571742812489395
-1988,Turkey,Pulses,52.126497,0.0122893928590674
+1988,Turkey,FruitVeg,52.126497,0.329463094364465
+1988,Turkey,OilcropsPulses,52.126497,0.0694636741080069
 1988,Turkey,Starchy Roots,52.126497,0.0685836226439693
+1988,Turkey,Sugar,52.126497,0.0294785586685405
 1989,Turkey,Ruminants,53.066569,0.410822305093815
 1989,Turkey,Cereals,53.066569,0.249032041246156
 1989,Turkey,Monogastrics,53.066569,0.0369334335521107
-1989,Turkey,Oilcrops,53.066569,0.0452214274489839
-1989,Turkey,Pulses,53.066569,0.0141057922926956
+1989,Turkey,FruitVeg,53.066569,0.325024310503285
+1989,Turkey,OilcropsPulses,53.066569,0.0593272197416795
 1989,Turkey,Starchy Roots,53.066569,0.0628937212805297
+1989,Turkey,Sugar,53.066569,0.0308190454144492
 1990,Turkey,Ruminants,53.994605,0.401761248183962
 1990,Turkey,Cereals,53.994605,0.254523762142533
 1990,Turkey,Monogastrics,53.994605,0.0397589703637984
-1990,Turkey,Oilcrops,53.994605,0.0518758309279233
-1990,Turkey,Pulses,53.994605,0.0152401707540966
+1990,Turkey,FruitVeg,53.994605,0.339089229377639
+1990,Turkey,OilcropsPulses,53.994605,0.0671160016820199
 1990,Turkey,Starchy Roots,53.994605,0.0661348295815851
+1990,Turkey,Sugar,53.994605,0.0316406981771605
 1991,Turkey,Ruminants,54.909508,0.39858026409561
 1991,Turkey,Cereals,54.909508,0.243088282634039
 1991,Turkey,Monogastrics,54.909508,0.0391125868401516
-1991,Turkey,Oilcrops,54.909508,0.0407831190182946
-1991,Turkey,Pulses,54.909508,0.0185046094384965
+1991,Turkey,FruitVeg,54.909508,0.343861176100868
+1991,Turkey,OilcropsPulses,54.909508,0.0592877284567911
 1991,Turkey,Starchy Roots,54.909508,0.0658220612721571
+1991,Turkey,Sugar,54.909508,0.0314220262181187
 1992,Turkey,Ruminants,55.811134,0.3764228621479
 1992,Turkey,Cereals,55.811134,0.251247466141792
 1992,Turkey,Monogastrics,55.811134,0.0410399634596208
-1992,Turkey,Oilcrops,55.811134,0.0432751823318981
-1992,Turkey,Pulses,55.811134,0.0140266456510273
+1992,Turkey,FruitVeg,55.811134,0.348651937443163
+1992,Turkey,OilcropsPulses,55.811134,0.0573018279829254
 1992,Turkey,Starchy Roots,55.811134,0.0621115492833383
+1992,Turkey,Sugar,55.811134,0.0311538554296352
 1993,Turkey,Ruminants,56.707454,0.37060288934855
 1993,Turkey,Cereals,56.707454,0.247562004811572
 1993,Turkey,Monogastrics,56.707454,0.0448347813322742
-1993,Turkey,Oilcrops,56.707454,0.0404432369684592
-1993,Turkey,Pulses,56.707454,0.0140057425254888
+1993,Turkey,FruitVeg,56.707454,0.341661150930881
+1993,Turkey,OilcropsPulses,56.707454,0.054448979493948
 1993,Turkey,Starchy Roots,56.707454,0.0642588715056754
+1993,Turkey,Sugar,56.707454,0.0314804293629546
 1994,Turkey,Ruminants,57.608769,0.367087616470333
 1994,Turkey,Cereals,57.608769,0.254465669974653
 1994,Turkey,Monogastrics,57.608769,0.0453093989909765
-1994,Turkey,Oilcrops,57.608769,0.0537508621300344
-1994,Turkey,Pulses,57.608769,0.0124290279488527
+1994,Turkey,FruitVeg,57.608769,0.337743634133199
+1994,Turkey,OilcropsPulses,57.608769,0.0661798900788871
 1994,Turkey,Starchy Roots,57.608769,0.057327939085107
+1994,Turkey,Sugar,57.608769,0.0300392636405753
 1995,Turkey,Ruminants,58.52232,0.367010844751199
 1995,Turkey,Cereals,58.52232,0.246969122208416
 1995,Turkey,Monogastrics,58.52232,0.0474686324807355
-1995,Turkey,Oilcrops,58.52232,0.0454409189519486
-1995,Turkey,Pulses,58.52232,0.0153363878943965
+1995,Turkey,FruitVeg,58.52232,0.362713781681929
+1995,Turkey,OilcropsPulses,58.52232,0.0607773068463451
 1995,Turkey,Starchy Roots,58.52232,0.0644662754313226
+1995,Turkey,Sugar,58.52232,0.0294227399050482
 1996,Turkey,Ruminants,59.451488,0.353569796268178
 1996,Turkey,Cereals,59.451488,0.242070038684313
 1996,Turkey,Monogastrics,59.451488,0.0447006910911969
-1996,Turkey,Oilcrops,59.451488,0.0647249569262253
-1996,Turkey,Pulses,59.451488,0.0128084430788343
+1996,Turkey,FruitVeg,59.451488,0.357234944228814
+1996,Turkey,OilcropsPulses,59.451488,0.0775334000050596
 1996,Turkey,Starchy Roots,59.451488,0.0637001381697965
+1996,Turkey,Sugar,59.451488,0.0306612342486701
 1997,Turkey,Ruminants,60.394104,0.368571884103124
 1997,Turkey,Cereals,60.394104,0.230004703770421
 1997,Turkey,Monogastrics,60.394104,0.051319988123344
-1997,Turkey,Oilcrops,60.394104,0.0440843695603134
-1997,Turkey,Pulses,60.394104,0.0130928178022146
+1997,Turkey,FruitVeg,60.394104,0.340971645179139
+1997,Turkey,OilcropsPulses,60.394104,0.057177187362528
 1997,Turkey,Starchy Roots,60.394104,0.0655526738172985
+1997,Turkey,Sugar,60.394104,0.032985753046357
 1998,Turkey,Ruminants,61.344874,0.352335898513705
 1998,Turkey,Cereals,61.344874,0.236717952994736
 1998,Turkey,Monogastrics,61.344874,0.0555370315048654
-1998,Turkey,Oilcrops,61.344874,0.0649166709511866
-1998,Turkey,Pulses,61.344874,0.014480639409252
+1998,Turkey,FruitVeg,61.344874,0.368738307295244
+1998,Turkey,OilcropsPulses,61.344874,0.0793973103604386
 1998,Turkey,Starchy Roots,61.344874,0.0698062889492609
+1998,Turkey,Sugar,61.344874,0.0326314632254359
 1999,Turkey,Ruminants,62.295617,0.343386453656924
 1999,Turkey,Cereals,62.295617,0.2378340999496
 1999,Turkey,Monogastrics,62.295617,0.0596604123850318
-1999,Turkey,Oilcrops,62.295617,0.043032160673519
-1999,Turkey,Pulses,62.295617,0.0122720511781752
+1999,Turkey,FruitVeg,62.295617,0.37768918798894
+1999,Turkey,OilcropsPulses,62.295617,0.0553042118516942
 1999,Turkey,Starchy Roots,62.295617,0.079023729711193
+1999,Turkey,Sugar,62.295617,0.0285991067397246
 2000,Turkey,Ruminants,63.240157,0.337863625164624
 2000,Turkey,Cereals,63.240157,0.236627069094721
 2000,Turkey,Monogastrics,63.240157,0.0611226328865692
-2000,Turkey,Oilcrops,63.240157,0.0646586946329055
-2000,Turkey,Pulses,63.240157,0.0138210757446412
+2000,Turkey,FruitVeg,63.240157,0.37501281029394
+2000,Turkey,OilcropsPulses,63.240157,0.0784797703775467
 2000,Turkey,Starchy Roots,63.240157,0.0679772822195871
+2000,Turkey,Sugar,63.240157,0.029782532007313
 2001,Turkey,Ruminants,64.182694,0.313605848330393
 2001,Turkey,Cereals,64.182694,0.246130693734981
 2001,Turkey,Monogastrics,64.182694,0.0521970984888855
-2001,Turkey,Oilcrops,64.182694,0.0422285951412385
-2001,Turkey,Pulses,64.182694,0.0118805857541598
+2001,Turkey,FruitVeg,64.182694,0.355122644119613
+2001,Turkey,OilcropsPulses,64.182694,0.0541091808953984
 2001,Turkey,Starchy Roots,64.182694,0.0622672211297332
+2001,Turkey,Sugar,64.182694,0.0300777496189238
 2002,Turkey,Ruminants,65.125766,0.294438296510785
 2002,Turkey,Cereals,65.125766,0.24045874562151
 2002,Turkey,Monogastrics,65.125766,0.0580999799679899
-2002,Turkey,Oilcrops,65.125766,0.0631342593344699
-2002,Turkey,Pulses,65.125766,0.0149756088857366
+2002,Turkey,FruitVeg,65.125766,0.367689218427005
+2002,Turkey,OilcropsPulses,65.125766,0.0781098682202064
 2002,Turkey,Starchy Roots,65.125766,0.0655498163353656
+2002,Turkey,Sugar,65.125766,0.0268815878495771
 2003,Turkey,Ruminants,66.060121,0.300332913407773
 2003,Turkey,Cereals,66.060121,0.239472888643362
 2003,Turkey,Monogastrics,66.060121,0.0676071271501304
-2003,Turkey,Oilcrops,66.060121,0.0462474326984657
-2003,Turkey,Pulses,66.060121,0.0100776079414084
+2003,Turkey,FruitVeg,66.060121,0.371790872136005
+2003,Turkey,OilcropsPulses,66.060121,0.0563250406398741
 2003,Turkey,Starchy Roots,66.060121,0.0637886206717666
+2003,Turkey,Sugar,66.060121,0.0255821965569818
 2004,Turkey,Ruminants,66.973561,0.322171452104809
 2004,Turkey,Cereals,66.973561,0.234452413244086
 2004,Turkey,Monogastrics,66.973561,0.0634570095503806
-2004,Turkey,Oilcrops,66.973561,0.0606610121865851
-2004,Turkey,Pulses,66.973561,0.0121496451413118
+2004,Turkey,FruitVeg,66.973561,0.348237523162312
+2004,Turkey,OilcropsPulses,66.973561,0.0728106573278969
 2004,Turkey,Starchy Roots,66.973561,0.0569264937248894
+2004,Turkey,Sugar,66.973561,0.0273578255753789
 2005,Turkey,Ruminants,67.860617,0.302294310115099
 2005,Turkey,Cereals,67.860617,0.228283394476063
 2005,Turkey,Monogastrics,67.860617,0.0665762897499149
-2005,Turkey,Oilcrops,67.860617,0.0536786896588341
-2005,Turkey,Pulses,67.860617,0.0141221822371583
+2005,Turkey,FruitVeg,67.860617,0.373564493231767
+2005,Turkey,OilcropsPulses,67.860617,0.0678008718959923
 2005,Turkey,Starchy Roots,67.860617,0.0487195393463634
+2005,Turkey,Sugar,67.860617,0.0281123880733357
 2006,Turkey,Ruminants,68.704721,0.314275908346968
 2006,Turkey,Cereals,68.704721,0.230587167365107
 2006,Turkey,Monogastrics,68.704721,0.0646145175380306
-2006,Turkey,Oilcrops,68.704721,0.0636284659390437
-2006,Turkey,Pulses,68.704721,0.0112292574479707
+2006,Turkey,FruitVeg,68.704721,0.357963043034554
+2006,Turkey,OilcropsPulses,68.704721,0.0748577233870144
 2006,Turkey,Starchy Roots,68.704721,0.0526878349451415
+2006,Turkey,Sugar,68.704721,0.0308926951322603
 2007,Turkey,Ruminants,69.515492,0.347537794884628
 2007,Turkey,Cereals,69.515492,0.227976218595993
 2007,Turkey,Monogastrics,69.515492,0.0708710297267262
-2007,Turkey,Oilcrops,69.515492,0.0523210854927129
-2007,Turkey,Pulses,69.515492,0.0110397981503173
+2007,Turkey,FruitVeg,69.515492,0.35628564637074
+2007,Turkey,OilcropsPulses,69.515492,0.0633608836430302
 2007,Turkey,Starchy Roots,69.515492,0.0471713988588328
+2007,Turkey,Sugar,69.515492,0.0274653166520061
 2008,Turkey,Ruminants,70.344357,0.320690984495032
 2008,Turkey,Cereals,70.344357,0.223806196707435
 2008,Turkey,Monogastrics,70.344357,0.0694561469941363
-2008,Turkey,Oilcrops,70.344357,0.0557908006750278
-2008,Turkey,Pulses,70.344357,0.0103129807555139
+2008,Turkey,FruitVeg,70.344357,0.373609527769228
+2008,Turkey,OilcropsPulses,70.344357,0.0661037814305418
 2008,Turkey,Starchy Roots,70.344357,0.048433622045902
+2008,Turkey,Sugar,70.344357,0.02961202701732
 2009,Turkey,Ruminants,71.261307,0.300123028897014
 2009,Turkey,Cereals,71.261307,0.219378687511303
 2009,Turkey,Monogastrics,71.261307,0.0770985648635381
-2009,Turkey,Oilcrops,71.261307,0.0517123408920917
-2009,Turkey,Pulses,71.261307,0.0112412195863879
+2009,Turkey,FruitVeg,71.261307,0.368591092498486
+2009,Turkey,OilcropsPulses,71.261307,0.0629535604784796
 2009,Turkey,Starchy Roots,71.261307,0.0507125135945093
+2009,Turkey,Sugar,71.261307,0.0311153147948858
 2010,Turkey,Ruminants,72.310416,0.42151855964983
 2010,Turkey,Cereals,72.310416,0.216360447988572
 2010,Turkey,Monogastrics,72.310416,0.0762292475263868
-2010,Turkey,Oilcrops,72.310416,0.0565636076550853
-2010,Turkey,Pulses,72.310416,0.0132434724203495
+2010,Turkey,FruitVeg,72.310416,0.354409024558786
+2010,Turkey,OilcropsPulses,72.310416,0.0698070800754348
 2010,Turkey,Starchy Roots,72.310416,0.0518096867261834
+2010,Turkey,Sugar,72.310416,0.0318521055113277
 2011,Turkey,Ruminants,73.517002,0.459651187898005
 2011,Turkey,Cereals,73.517002,0.208801904081997
 2011,Turkey,Monogastrics,73.517002,0.0776773487036373
-2011,Turkey,Oilcrops,73.517002,0.0665702200424332
-2011,Turkey,Pulses,73.517002,0.0134802831051244
+2011,Turkey,FruitVeg,73.517002,0.368655416606896
+2011,Turkey,OilcropsPulses,73.517002,0.0800505031475576
 2011,Turkey,Starchy Roots,73.517002,0.0516015601397892
+2011,Turkey,Sugar,73.517002,0.0297384270375987
 1992,Turkmenistan,Ruminants,3.881973,0.807261359107856
 1992,Turkmenistan,Cereals,3.881973,0.190765881164037
 1992,Turkmenistan,Monogastrics,3.881973,0.0260695270162879
-1992,Turkmenistan,Oilcrops,3.881973,0.121845257553311
-1992,Turkmenistan,Pulses,3.881973,0
+1992,Turkmenistan,FruitVeg,3.881973,0.129699253446637
+1992,Turkmenistan,OilcropsPulses,3.881973,0.121845257553311
 1992,Turkmenistan,Starchy Roots,3.881973,0.0230037663837435
+1992,Turkmenistan,Sugar,3.881973,0.0217428096485988
 1993,Turkmenistan,Ruminants,3.991917,0.697788856832444
 1993,Turkmenistan,Cereals,3.991917,0.189235146923145
 1993,Turkmenistan,Monogastrics,3.991917,0.0214733673069856
-1993,Turkmenistan,Oilcrops,3.991917,0.118489437530891
-1993,Turkmenistan,Pulses,3.991917,0
+1993,Turkmenistan,FruitVeg,3.991917,0.132937132710926
+1993,Turkmenistan,OilcropsPulses,3.991917,0.118489437530891
 1993,Turkmenistan,Starchy Roots,3.991917,0.0329916679129351
+1993,Turkmenistan,Sugar,3.991917,0.0159119039799675
 1994,Turkmenistan,Ruminants,4.095512,0.60996988899068
 1994,Turkmenistan,Cereals,4.095512,0.191336272485589
 1994,Turkmenistan,Monogastrics,4.095512,0.0287243206710174
-1994,Turkmenistan,Oilcrops,4.095512,0.0944936799110832
-1994,Turkmenistan,Pulses,4.095512,0
+1994,Turkmenistan,FruitVeg,4.095512,0.132315813016785
+1994,Turkmenistan,OilcropsPulses,4.095512,0.0944936799110832
 1994,Turkmenistan,Starchy Roots,4.095512,0.030008458038946
+1994,Turkmenistan,Sugar,4.095512,0.0145175987764167
 1995,Turkmenistan,Ruminants,4.18801,0.696806096451537
 1995,Turkmenistan,Cereals,4.18801,0.192441517570397
 1995,Turkmenistan,Monogastrics,4.18801,0.0172095577613234
-1995,Turkmenistan,Oilcrops,4.18801,0.0629177103206535
-1995,Turkmenistan,Pulses,4.18801,0
+1995,Turkmenistan,FruitVeg,4.18801,0.140937103779599
+1995,Turkmenistan,OilcropsPulses,4.18801,0.0629177103206535
 1995,Turkmenistan,Starchy Roots,4.18801,0.0162368284698461
+1995,Turkmenistan,Sugar,4.18801,0.0140379320966282
 1996,Turkmenistan,Ruminants,4.26769,0.634465460237271
 1996,Turkmenistan,Cereals,4.26769,0.194366507407989
 1996,Turkmenistan,Monogastrics,4.26769,0.0123950427514651
-1996,Turkmenistan,Oilcrops,4.26769,0.0466060093399474
-1996,Turkmenistan,Pulses,4.26769,0
+1996,Turkmenistan,FruitVeg,4.26769,0.120204841495048
+1996,Turkmenistan,OilcropsPulses,4.26769,0.0466060093399474
 1996,Turkmenistan,Starchy Roots,4.26769,0.0082011580035101
+1996,Turkmenistan,Sugar,4.26769,0.0148722142423653
 1997,Turkmenistan,Ruminants,4.335991,0.590547651044479
 1997,Turkmenistan,Cereals,4.335991,0.20325203627037
 1997,Turkmenistan,Monogastrics,4.335991,0.0106628911360748
-1997,Turkmenistan,Oilcrops,4.335991,0.0315498809845316
-1997,Turkmenistan,Pulses,4.335991,0
+1997,Turkmenistan,FruitVeg,4.335991,0.131267108257374
+1997,Turkmenistan,OilcropsPulses,4.335991,0.0315498809845316
 1997,Turkmenistan,Starchy Roots,4.335991,0.00576569462436615
+1997,Turkmenistan,Sugar,4.335991,0.0137368827564448
 1998,Turkmenistan,Ruminants,4.395293,0.692829875050423
 1998,Turkmenistan,Cereals,4.395293,0.201131301144201
 1998,Turkmenistan,Monogastrics,4.395293,0.0131415812324685
-1998,Turkmenistan,Oilcrops,4.395293,0.0489159653292738
-1998,Turkmenistan,Pulses,4.395293,0
+1998,Turkmenistan,FruitVeg,4.395293,0.132737453453046
+1998,Turkmenistan,OilcropsPulses,4.395293,0.0489159653292738
 1998,Turkmenistan,Starchy Roots,4.395293,0.00750803188774901
+1998,Turkmenistan,Sugar,4.395293,0.0140008868578272
 1999,Turkmenistan,Ruminants,4.449427,0.680640788128449
 1999,Turkmenistan,Cereals,4.449427,0.207846313693876
 1999,Turkmenistan,Monogastrics,4.449427,0.0149915932995417
-1999,Turkmenistan,Oilcrops,4.449427,0.0543665510188166
-1999,Turkmenistan,Pulses,4.449427,0
+1999,Turkmenistan,FruitVeg,4.449427,0.133789811586975
+1999,Turkmenistan,OilcropsPulses,4.449427,0.0543665510188166
 1999,Turkmenistan,Starchy Roots,4.449427,0.00876517358302541
+1999,Turkmenistan,Sugar,4.449427,0.0111290734739552
 2000,Turkmenistan,Ruminants,4.501419,0.751689122918795
 2000,Turkmenistan,Cereals,4.501419,0.208099934709477
 2000,Turkmenistan,Monogastrics,4.501419,0.020199497091917
-2000,Turkmenistan,Oilcrops,4.501419,0.0396763776044843
-2000,Turkmenistan,Pulses,4.501419,0
+2000,Turkmenistan,FruitVeg,4.501419,0.157395701222215
+2000,Turkmenistan,OilcropsPulses,4.501419,0.0396763776044843
 2000,Turkmenistan,Starchy Roots,4.501419,0.0168835649380784
+2000,Turkmenistan,Sugar,4.501419,0.0098295670765152
 2001,Turkmenistan,Ruminants,4.551762,0.797506877556428
 2001,Turkmenistan,Cereals,4.551762,0.212282847829039
 2001,Turkmenistan,Monogastrics,4.551762,0.0189635354396825
-2001,Turkmenistan,Oilcrops,4.551762,0.0337891128754096
-2001,Turkmenistan,Pulses,4.551762,0
+2001,Turkmenistan,FruitVeg,4.551762,0.144130778366707
+2001,Turkmenistan,OilcropsPulses,4.551762,0.0337891128754096
 2001,Turkmenistan,Starchy Roots,4.551762,0.0232876850766802
+2001,Turkmenistan,Sugar,4.551762,0.00943173215119771
 2002,Turkmenistan,Ruminants,4.600172,0.886140670392324
 2002,Turkmenistan,Cereals,4.600172,0.210814508674893
 2002,Turkmenistan,Monogastrics,4.600172,0.0261024587776283
-2002,Turkmenistan,Oilcrops,4.600172,0.039215924969762
-2002,Turkmenistan,Pulses,4.600172,0
+2002,Turkmenistan,FruitVeg,4.600172,0.184762439317486
+2002,Turkmenistan,OilcropsPulses,4.600172,0.039215924969762
 2002,Turkmenistan,Starchy Roots,4.600172,0.0260859811328794
+2002,Turkmenistan,Sugar,4.600172,0.0093618238622382
 2003,Turkmenistan,Ruminants,4.648036,0.961994420869374
 2003,Turkmenistan,Cereals,4.648036,0.216463254587529
 2003,Turkmenistan,Monogastrics,4.648036,0.0283787173765435
-2003,Turkmenistan,Oilcrops,4.648036,0.0306365957578642
-2003,Turkmenistan,Pulses,4.648036,0
+2003,Turkmenistan,FruitVeg,4.648036,0.202627088086237
+2003,Turkmenistan,OilcropsPulses,4.648036,0.0306365957578642
 2003,Turkmenistan,Starchy Roots,4.648036,0.0283990915733011
+2003,Turkmenistan,Sugar,4.648036,0.00904338950903134
 2004,Turkmenistan,Ruminants,4.696876,0.957867101452114
 2004,Turkmenistan,Cereals,4.696876,0.218761576843843
 2004,Turkmenistan,Monogastrics,4.696876,0.027806631471642
-2004,Turkmenistan,Oilcrops,4.696876,0.0316442247996328
-2004,Turkmenistan,Pulses,4.696876,0
+2004,Turkmenistan,FruitVeg,4.696876,0.208697440596686
+2004,Turkmenistan,OilcropsPulses,4.696876,0.0316442247996328
 2004,Turkmenistan,Starchy Roots,4.696876,0.027677971485728
+2004,Turkmenistan,Sugar,4.696876,0.00881628554809622
 2005,Turkmenistan,Ruminants,4.747839,0.951133957996469
 2005,Turkmenistan,Cereals,4.747839,0.220014200144529
 2005,Turkmenistan,Monogastrics,4.747839,0.0321336928231981
-2005,Turkmenistan,Oilcrops,4.747839,0.0403973260255876
-2005,Turkmenistan,Pulses,4.747839,0
+2005,Turkmenistan,FruitVeg,4.747839,0.223014512497159
+2005,Turkmenistan,OilcropsPulses,4.747839,0.0403973260255876
 2005,Turkmenistan,Starchy Roots,4.747839,0.0294870992887501
+2005,Turkmenistan,Sugar,4.747839,0.00881790642016294
 2006,Turkmenistan,Ruminants,4.801594,0.933511350605653
 2006,Turkmenistan,Cereals,4.801594,0.223193589462166
 2006,Turkmenistan,Monogastrics,4.801594,0.0279219567501959
-2006,Turkmenistan,Oilcrops,4.801594,0.0600425608662457
-2006,Turkmenistan,Pulses,4.801594,0
+2006,Turkmenistan,FruitVeg,4.801594,0.225884362567931
+2006,Turkmenistan,OilcropsPulses,4.801594,0.0600425608662457
 2006,Turkmenistan,Starchy Roots,4.801594,0.0364462301477384
+2006,Turkmenistan,Sugar,4.801594,0.00895619246441911
 2007,Turkmenistan,Ruminants,4.858235,1.20600316781712
 2007,Turkmenistan,Cereals,4.858235,0.21641583826225
 2007,Turkmenistan,Monogastrics,4.858235,0.0341634564816235
-2007,Turkmenistan,Oilcrops,4.858235,0.0705194376146893
-2007,Turkmenistan,Pulses,4.858235,0
+2007,Turkmenistan,FruitVeg,4.858235,0.240111069143424
+2007,Turkmenistan,OilcropsPulses,4.858235,0.0705194376146893
 2007,Turkmenistan,Starchy Roots,4.858235,0.0329337712152665
+2007,Turkmenistan,Sugar,4.858235,0.00823303113167642
 2008,Turkmenistan,Ruminants,4.917541,1.17822476721597
 2008,Turkmenistan,Cereals,4.917541,0.213376360258105
 2008,Turkmenistan,Monogastrics,4.917541,0.037014556665618
-2008,Turkmenistan,Oilcrops,4.917541,0.0723312728861844
-2008,Turkmenistan,Pulses,4.917541,0
+2008,Turkmenistan,FruitVeg,4.917541,0.217063568966685
+2008,Turkmenistan,OilcropsPulses,4.917541,0.0723312728861844
 2008,Turkmenistan,Starchy Roots,4.917541,0.0325365868835664
+2008,Turkmenistan,Sugar,4.917541,0.00883917388792488
 2009,Turkmenistan,Ruminants,4.97896,1.19771122885101
 2009,Turkmenistan,Cereals,4.97896,0.211890033259958
 2009,Turkmenistan,Monogastrics,4.97896,0.035293936886418
-2009,Turkmenistan,Oilcrops,4.97896,0.0795145974259685
-2009,Turkmenistan,Pulses,4.97896,0
+2009,Turkmenistan,FruitVeg,4.97896,0.222819223291611
+2009,Turkmenistan,OilcropsPulses,4.97896,0.0795145974259685
 2009,Turkmenistan,Starchy Roots,4.97896,0.0321352250269133
+2009,Turkmenistan,Sugar,4.97896,0.00792193550460337
 2010,Turkmenistan,Ruminants,5.041995,1.18657295376136
 2010,Turkmenistan,Cereals,5.041995,0.216475621257062
 2010,Turkmenistan,Monogastrics,5.041995,0.0343980507715696
-2010,Turkmenistan,Oilcrops,5.041995,0.0899967175691368
-2010,Turkmenistan,Pulses,5.041995,0
+2010,Turkmenistan,FruitVeg,5.041995,0.225253892556419
+2010,Turkmenistan,OilcropsPulses,5.041995,0.0899967175691368
 2010,Turkmenistan,Starchy Roots,5.041995,0.0317334705805936
+2010,Turkmenistan,Sugar,5.041995,0.00816403030943109
 2011,Turkmenistan,Ruminants,5.106672,1.18447699401881
 2011,Turkmenistan,Cereals,5.106672,0.215055911168761
 2011,Turkmenistan,Monogastrics,5.106672,0.0365597790498391
-2011,Turkmenistan,Oilcrops,5.106672,0.0984361243486952
-2011,Turkmenistan,Pulses,5.106672,0
+2011,Turkmenistan,FruitVeg,5.106672,0.221290499957702
+2011,Turkmenistan,OilcropsPulses,5.106672,0.0984361243486952
 2011,Turkmenistan,Starchy Roots,5.106672,0.0313315599670392
+2011,Turkmenistan,Sugar,5.106672,0.0091991418285725
 1961,USSR,Ruminants,NA,NA
 1961,USSR,Cereals,NA,NA
 1961,USSR,Monogastrics,NA,NA
-1961,USSR,Oilcrops,NA,NA
-1961,USSR,Pulses,NA,NA
+1961,USSR,FruitVeg,NA,NA
+1961,USSR,OilcropsPulses,NA,NA
 1961,USSR,Starchy Roots,NA,NA
+1961,USSR,Sugar,NA,NA
 1962,USSR,Ruminants,NA,NA
 1962,USSR,Cereals,NA,NA
 1962,USSR,Monogastrics,NA,NA
-1962,USSR,Oilcrops,NA,NA
-1962,USSR,Pulses,NA,NA
+1962,USSR,FruitVeg,NA,NA
+1962,USSR,OilcropsPulses,NA,NA
 1962,USSR,Starchy Roots,NA,NA
+1962,USSR,Sugar,NA,NA
 1963,USSR,Ruminants,NA,NA
 1963,USSR,Cereals,NA,NA
 1963,USSR,Monogastrics,NA,NA
-1963,USSR,Oilcrops,NA,NA
-1963,USSR,Pulses,NA,NA
+1963,USSR,FruitVeg,NA,NA
+1963,USSR,OilcropsPulses,NA,NA
 1963,USSR,Starchy Roots,NA,NA
+1963,USSR,Sugar,NA,NA
 1964,USSR,Ruminants,NA,NA
 1964,USSR,Cereals,NA,NA
 1964,USSR,Monogastrics,NA,NA
-1964,USSR,Oilcrops,NA,NA
-1964,USSR,Pulses,NA,NA
+1964,USSR,FruitVeg,NA,NA
+1964,USSR,OilcropsPulses,NA,NA
 1964,USSR,Starchy Roots,NA,NA
+1964,USSR,Sugar,NA,NA
 1965,USSR,Ruminants,NA,NA
 1965,USSR,Cereals,NA,NA
 1965,USSR,Monogastrics,NA,NA
-1965,USSR,Oilcrops,NA,NA
-1965,USSR,Pulses,NA,NA
+1965,USSR,FruitVeg,NA,NA
+1965,USSR,OilcropsPulses,NA,NA
 1965,USSR,Starchy Roots,NA,NA
+1965,USSR,Sugar,NA,NA
 1966,USSR,Ruminants,NA,NA
 1966,USSR,Cereals,NA,NA
 1966,USSR,Monogastrics,NA,NA
-1966,USSR,Oilcrops,NA,NA
-1966,USSR,Pulses,NA,NA
+1966,USSR,FruitVeg,NA,NA
+1966,USSR,OilcropsPulses,NA,NA
 1966,USSR,Starchy Roots,NA,NA
+1966,USSR,Sugar,NA,NA
 1967,USSR,Ruminants,NA,NA
 1967,USSR,Cereals,NA,NA
 1967,USSR,Monogastrics,NA,NA
-1967,USSR,Oilcrops,NA,NA
-1967,USSR,Pulses,NA,NA
+1967,USSR,FruitVeg,NA,NA
+1967,USSR,OilcropsPulses,NA,NA
 1967,USSR,Starchy Roots,NA,NA
+1967,USSR,Sugar,NA,NA
 1968,USSR,Ruminants,NA,NA
 1968,USSR,Cereals,NA,NA
 1968,USSR,Monogastrics,NA,NA
-1968,USSR,Oilcrops,NA,NA
-1968,USSR,Pulses,NA,NA
+1968,USSR,FruitVeg,NA,NA
+1968,USSR,OilcropsPulses,NA,NA
 1968,USSR,Starchy Roots,NA,NA
+1968,USSR,Sugar,NA,NA
 1969,USSR,Ruminants,NA,NA
 1969,USSR,Cereals,NA,NA
 1969,USSR,Monogastrics,NA,NA
-1969,USSR,Oilcrops,NA,NA
-1969,USSR,Pulses,NA,NA
+1969,USSR,FruitVeg,NA,NA
+1969,USSR,OilcropsPulses,NA,NA
 1969,USSR,Starchy Roots,NA,NA
+1969,USSR,Sugar,NA,NA
 1970,USSR,Ruminants,NA,NA
 1970,USSR,Cereals,NA,NA
 1970,USSR,Monogastrics,NA,NA
-1970,USSR,Oilcrops,NA,NA
-1970,USSR,Pulses,NA,NA
+1970,USSR,FruitVeg,NA,NA
+1970,USSR,OilcropsPulses,NA,NA
 1970,USSR,Starchy Roots,NA,NA
+1970,USSR,Sugar,NA,NA
 1971,USSR,Ruminants,NA,NA
 1971,USSR,Cereals,NA,NA
 1971,USSR,Monogastrics,NA,NA
-1971,USSR,Oilcrops,NA,NA
-1971,USSR,Pulses,NA,NA
+1971,USSR,FruitVeg,NA,NA
+1971,USSR,OilcropsPulses,NA,NA
 1971,USSR,Starchy Roots,NA,NA
+1971,USSR,Sugar,NA,NA
 1972,USSR,Ruminants,NA,NA
 1972,USSR,Cereals,NA,NA
 1972,USSR,Monogastrics,NA,NA
-1972,USSR,Oilcrops,NA,NA
-1972,USSR,Pulses,NA,NA
+1972,USSR,FruitVeg,NA,NA
+1972,USSR,OilcropsPulses,NA,NA
 1972,USSR,Starchy Roots,NA,NA
+1972,USSR,Sugar,NA,NA
 1973,USSR,Ruminants,NA,NA
 1973,USSR,Cereals,NA,NA
 1973,USSR,Monogastrics,NA,NA
-1973,USSR,Oilcrops,NA,NA
-1973,USSR,Pulses,NA,NA
+1973,USSR,FruitVeg,NA,NA
+1973,USSR,OilcropsPulses,NA,NA
 1973,USSR,Starchy Roots,NA,NA
+1973,USSR,Sugar,NA,NA
 1974,USSR,Ruminants,NA,NA
 1974,USSR,Cereals,NA,NA
 1974,USSR,Monogastrics,NA,NA
-1974,USSR,Oilcrops,NA,NA
-1974,USSR,Pulses,NA,NA
+1974,USSR,FruitVeg,NA,NA
+1974,USSR,OilcropsPulses,NA,NA
 1974,USSR,Starchy Roots,NA,NA
+1974,USSR,Sugar,NA,NA
 1975,USSR,Ruminants,NA,NA
 1975,USSR,Cereals,NA,NA
 1975,USSR,Monogastrics,NA,NA
-1975,USSR,Oilcrops,NA,NA
-1975,USSR,Pulses,NA,NA
+1975,USSR,FruitVeg,NA,NA
+1975,USSR,OilcropsPulses,NA,NA
 1975,USSR,Starchy Roots,NA,NA
+1975,USSR,Sugar,NA,NA
 1976,USSR,Ruminants,NA,NA
 1976,USSR,Cereals,NA,NA
 1976,USSR,Monogastrics,NA,NA
-1976,USSR,Oilcrops,NA,NA
-1976,USSR,Pulses,NA,NA
+1976,USSR,FruitVeg,NA,NA
+1976,USSR,OilcropsPulses,NA,NA
 1976,USSR,Starchy Roots,NA,NA
+1976,USSR,Sugar,NA,NA
 1977,USSR,Ruminants,NA,NA
 1977,USSR,Cereals,NA,NA
 1977,USSR,Monogastrics,NA,NA
-1977,USSR,Oilcrops,NA,NA
-1977,USSR,Pulses,NA,NA
+1977,USSR,FruitVeg,NA,NA
+1977,USSR,OilcropsPulses,NA,NA
 1977,USSR,Starchy Roots,NA,NA
+1977,USSR,Sugar,NA,NA
 1978,USSR,Ruminants,NA,NA
 1978,USSR,Cereals,NA,NA
 1978,USSR,Monogastrics,NA,NA
-1978,USSR,Oilcrops,NA,NA
-1978,USSR,Pulses,NA,NA
+1978,USSR,FruitVeg,NA,NA
+1978,USSR,OilcropsPulses,NA,NA
 1978,USSR,Starchy Roots,NA,NA
+1978,USSR,Sugar,NA,NA
 1979,USSR,Ruminants,NA,NA
 1979,USSR,Cereals,NA,NA
 1979,USSR,Monogastrics,NA,NA
-1979,USSR,Oilcrops,NA,NA
-1979,USSR,Pulses,NA,NA
+1979,USSR,FruitVeg,NA,NA
+1979,USSR,OilcropsPulses,NA,NA
 1979,USSR,Starchy Roots,NA,NA
+1979,USSR,Sugar,NA,NA
 1980,USSR,Ruminants,NA,NA
 1980,USSR,Cereals,NA,NA
 1980,USSR,Monogastrics,NA,NA
-1980,USSR,Oilcrops,NA,NA
-1980,USSR,Pulses,NA,NA
+1980,USSR,FruitVeg,NA,NA
+1980,USSR,OilcropsPulses,NA,NA
 1980,USSR,Starchy Roots,NA,NA
+1980,USSR,Sugar,NA,NA
 1981,USSR,Ruminants,NA,NA
 1981,USSR,Cereals,NA,NA
 1981,USSR,Monogastrics,NA,NA
-1981,USSR,Oilcrops,NA,NA
-1981,USSR,Pulses,NA,NA
+1981,USSR,FruitVeg,NA,NA
+1981,USSR,OilcropsPulses,NA,NA
 1981,USSR,Starchy Roots,NA,NA
+1981,USSR,Sugar,NA,NA
 1982,USSR,Ruminants,NA,NA
 1982,USSR,Cereals,NA,NA
 1982,USSR,Monogastrics,NA,NA
-1982,USSR,Oilcrops,NA,NA
-1982,USSR,Pulses,NA,NA
+1982,USSR,FruitVeg,NA,NA
+1982,USSR,OilcropsPulses,NA,NA
 1982,USSR,Starchy Roots,NA,NA
+1982,USSR,Sugar,NA,NA
 1983,USSR,Ruminants,NA,NA
 1983,USSR,Cereals,NA,NA
 1983,USSR,Monogastrics,NA,NA
-1983,USSR,Oilcrops,NA,NA
-1983,USSR,Pulses,NA,NA
+1983,USSR,FruitVeg,NA,NA
+1983,USSR,OilcropsPulses,NA,NA
 1983,USSR,Starchy Roots,NA,NA
+1983,USSR,Sugar,NA,NA
 1984,USSR,Ruminants,NA,NA
 1984,USSR,Cereals,NA,NA
 1984,USSR,Monogastrics,NA,NA
-1984,USSR,Oilcrops,NA,NA
-1984,USSR,Pulses,NA,NA
+1984,USSR,FruitVeg,NA,NA
+1984,USSR,OilcropsPulses,NA,NA
 1984,USSR,Starchy Roots,NA,NA
+1984,USSR,Sugar,NA,NA
 1985,USSR,Ruminants,NA,NA
 1985,USSR,Cereals,NA,NA
 1985,USSR,Monogastrics,NA,NA
-1985,USSR,Oilcrops,NA,NA
-1985,USSR,Pulses,NA,NA
+1985,USSR,FruitVeg,NA,NA
+1985,USSR,OilcropsPulses,NA,NA
 1985,USSR,Starchy Roots,NA,NA
+1985,USSR,Sugar,NA,NA
 1986,USSR,Ruminants,NA,NA
 1986,USSR,Cereals,NA,NA
 1986,USSR,Monogastrics,NA,NA
-1986,USSR,Oilcrops,NA,NA
-1986,USSR,Pulses,NA,NA
+1986,USSR,FruitVeg,NA,NA
+1986,USSR,OilcropsPulses,NA,NA
 1986,USSR,Starchy Roots,NA,NA
+1986,USSR,Sugar,NA,NA
 1987,USSR,Ruminants,NA,NA
 1987,USSR,Cereals,NA,NA
 1987,USSR,Monogastrics,NA,NA
-1987,USSR,Oilcrops,NA,NA
-1987,USSR,Pulses,NA,NA
+1987,USSR,FruitVeg,NA,NA
+1987,USSR,OilcropsPulses,NA,NA
 1987,USSR,Starchy Roots,NA,NA
+1987,USSR,Sugar,NA,NA
 1988,USSR,Ruminants,NA,NA
 1988,USSR,Cereals,NA,NA
 1988,USSR,Monogastrics,NA,NA
-1988,USSR,Oilcrops,NA,NA
-1988,USSR,Pulses,NA,NA
+1988,USSR,FruitVeg,NA,NA
+1988,USSR,OilcropsPulses,NA,NA
 1988,USSR,Starchy Roots,NA,NA
+1988,USSR,Sugar,NA,NA
 1989,USSR,Ruminants,NA,NA
 1989,USSR,Cereals,NA,NA
 1989,USSR,Monogastrics,NA,NA
-1989,USSR,Oilcrops,NA,NA
-1989,USSR,Pulses,NA,NA
+1989,USSR,FruitVeg,NA,NA
+1989,USSR,OilcropsPulses,NA,NA
 1989,USSR,Starchy Roots,NA,NA
+1989,USSR,Sugar,NA,NA
 1990,USSR,Ruminants,NA,NA
 1990,USSR,Cereals,NA,NA
 1990,USSR,Monogastrics,NA,NA
-1990,USSR,Oilcrops,NA,NA
-1990,USSR,Pulses,NA,NA
+1990,USSR,FruitVeg,NA,NA
+1990,USSR,OilcropsPulses,NA,NA
 1990,USSR,Starchy Roots,NA,NA
+1990,USSR,Sugar,NA,NA
 1991,USSR,Ruminants,NA,NA
 1991,USSR,Cereals,NA,NA
 1991,USSR,Monogastrics,NA,NA
-1991,USSR,Oilcrops,NA,NA
-1991,USSR,Pulses,NA,NA
+1991,USSR,FruitVeg,NA,NA
+1991,USSR,OilcropsPulses,NA,NA
 1991,USSR,Starchy Roots,NA,NA
+1991,USSR,Sugar,NA,NA
 1961,Uganda,Ruminants,7.006629,0.285054453432599
 1961,Uganda,Cereals,7.006629,0.103561641411298
 1961,Uganda,Monogastrics,7.006629,0.00725971076818824
-1961,Uganda,Oilcrops,7.006629,0.032736427174894
-1961,Uganda,Pulses,7.006629,0.0209167632537701
+1961,Uganda,FruitVeg,7.006629,0.262495416840252
+1961,Uganda,OilcropsPulses,7.006629,0.0536531904286641
 1961,Uganda,Starchy Roots,7.006629,0.184327584634494
+1961,Uganda,Sugar,7.006629,0.0111558639682506
 1962,Uganda,Ruminants,7.240155,0.266253857824867
 1962,Uganda,Cereals,7.240155,0.100086945652407
 1962,Uganda,Monogastrics,7.240155,0.0072180360779569
-1962,Uganda,Oilcrops,7.240155,0.0219125143039065
-1962,Uganda,Pulses,7.240155,0.0210295221580201
+1962,Uganda,FruitVeg,7.240155,0.265530226908126
+1962,Uganda,OilcropsPulses,7.240155,0.0429420364619266
 1962,Uganda,Starchy Roots,7.240155,0.17737230763706
+1962,Uganda,Sugar,7.240155,0.0116407728840059
 1963,Uganda,Ruminants,7.487411,0.260115906553013
 1963,Uganda,Cereals,7.487411,0.0940589477457562
 1963,Uganda,Monogastrics,7.487411,0.00717668630718949
-1963,Uganda,Oilcrops,7.487411,0.0311908882790059
-1963,Uganda,Pulses,7.487411,0.021383225790597
+1963,Uganda,FruitVeg,7.487411,0.279347560859154
+1963,Uganda,OilcropsPulses,7.487411,0.052574114069603
 1963,Uganda,Starchy Roots,7.487411,0.186416239204713
+1963,Uganda,Sugar,7.487411,0.0126231884425738
 1964,Uganda,Ruminants,7.746181,0.249630908443787
 1964,Uganda,Cereals,7.746181,0.0975540075812842
 1964,Uganda,Monogastrics,7.746181,0.00748220316566318
-1964,Uganda,Oilcrops,7.746181,0.0303536671812858
-1964,Uganda,Pulses,7.746181,0.0232603653335753
+1964,Uganda,FruitVeg,7.746181,0.280368093645114
+1964,Uganda,OilcropsPulses,7.746181,0.0536140325148612
 1964,Uganda,Starchy Roots,7.746181,0.166755463111435
+1964,Uganda,Sugar,7.746181,0.0122678517323569
 1965,Uganda,Ruminants,8.014376,0.245181695992302
 1965,Uganda,Cereals,8.014376,0.0988977806881035
 1965,Uganda,Monogastrics,8.014376,0.00799560689441074
-1965,Uganda,Oilcrops,8.014376,0.0327936947305692
-1965,Uganda,Pulses,8.014376,0.021892908443527
+1965,Uganda,FruitVeg,8.014376,0.240047509625203
+1965,Uganda,OilcropsPulses,8.014376,0.0546866031740961
 1965,Uganda,Starchy Roots,8.014376,0.187347336835706
+1965,Uganda,Sugar,8.014376,0.0145756824985501
 1966,Uganda,Ruminants,8.292747,0.240116996213679
 1966,Uganda,Cereals,8.292747,0.102609304251052
 1966,Uganda,Monogastrics,8.292747,0.00780737673535681
-1966,Uganda,Oilcrops,8.292747,0.0333501070272613
-1966,Uganda,Pulses,8.292747,0.0178663354856961
+1966,Uganda,FruitVeg,8.292747,0.238834610533759
+1966,Uganda,OilcropsPulses,8.292747,0.0512164425129574
 1966,Uganda,Starchy Roots,8.292747,0.140638681006426
+1966,Uganda,Sugar,8.292747,0.0165296252255133
 1967,Uganda,Ruminants,8.580632,0.238467073287842
 1967,Uganda,Cereals,8.580632,0.104119603311271
 1967,Uganda,Monogastrics,8.580632,0.00791597868315527
-1967,Uganda,Oilcrops,8.580632,0.0321214101711855
-1967,Uganda,Pulses,8.580632,0.0241641874398063
+1967,Uganda,FruitVeg,8.580632,0.291694714328735
+1967,Uganda,OilcropsPulses,8.580632,0.0562855976109918
 1967,Uganda,Starchy Roots,8.580632,0.16283404299357
+1967,Uganda,Sugar,8.580632,0.0148211693497635
 1968,Uganda,Ruminants,8.872866,0.236274671566098
 1968,Uganda,Cereals,8.872866,0.0988384136534915
 1968,Uganda,Monogastrics,8.872866,0.00790027709197907
-1968,Uganda,Oilcrops,8.872866,0.0284161848043237
-1968,Uganda,Pulses,8.872866,0.026346616752693
+1968,Uganda,FruitVeg,8.872866,0.318926601618913
+1968,Uganda,OilcropsPulses,8.872866,0.0547628015570166
 1968,Uganda,Starchy Roots,8.872866,0.147269213803071
+1968,Uganda,Sugar,8.872866,0.0159752215349584
 1969,Uganda,Ruminants,9.162773,0.244203867104424
 1969,Uganda,Cereals,9.162773,0.103951172860006
 1969,Uganda,Monogastrics,9.162773,0.00805758256807191
-1969,Uganda,Oilcrops,9.162773,0.0325898066011239
-1969,Uganda,Pulses,9.162773,0.0220568598610923
+1969,Uganda,FruitVeg,9.162773,0.294221410920035
+1969,Uganda,OilcropsPulses,9.162773,0.0546466664622162
 1969,Uganda,Starchy Roots,9.162773,0.15345267202407
+1969,Uganda,Sugar,9.162773,0.0137683210093713
 1970,Uganda,Ruminants,9.446024,0.249871702633828
 1970,Uganda,Cereals,9.446024,0.102038910762878
 1970,Uganda,Monogastrics,9.446024,0.00872404092981343
-1970,Uganda,Oilcrops,9.446024,0.0349018804102128
-1970,Uganda,Pulses,9.446024,0.0232758248338137
+1970,Uganda,FruitVeg,9.446024,0.30976408698517
+1970,Uganda,OilcropsPulses,9.446024,0.0581777052440265
 1970,Uganda,Starchy Roots,9.446024,0.184657904743837
+1970,Uganda,Sugar,9.446024,0.0135076938191137
 1971,Uganda,Ruminants,9.720365,0.248396155905668
 1971,Uganda,Cereals,9.720365,0.102332062633451
 1971,Uganda,Monogastrics,9.720365,0.00943790690987427
-1971,Uganda,Oilcrops,9.720365,0.0338095328724796
-1971,Uganda,Pulses,9.720365,0.0283175580340862
+1971,Uganda,FruitVeg,9.720365,0.299631238127375
+1971,Uganda,OilcropsPulses,9.720365,0.0621270909065658
 1971,Uganda,Starchy Roots,9.720365,0.14736010427592
+1971,Uganda,Sugar,9.720365,0.0153470574407443
 1972,Uganda,Ruminants,9.988321,0.244018118760901
 1972,Uganda,Cereals,9.988321,0.0940657594004037
 1972,Uganda,Monogastrics,9.988321,0.0091994740657614
-1972,Uganda,Oilcrops,9.988321,0.0324544034978451
-1972,Uganda,Pulses,9.988321,0.0318629126957374
+1972,Uganda,FruitVeg,9.988321,0.308773016005393
+1972,Uganda,OilcropsPulses,9.988321,0.0643173161935825
 1972,Uganda,Starchy Roots,9.988321,0.170376983278771
+1972,Uganda,Sugar,9.988321,0.0128928575683541
 1973,Uganda,Ruminants,10.256342,0.249892846786895
 1973,Uganda,Cereals,10.256342,0.0977541505538719
 1973,Uganda,Monogastrics,10.256342,0.00902607381852126
-1973,Uganda,Oilcrops,10.256342,0.0308288276658481
-1973,Uganda,Pulses,10.256342,0.0212294987823144
+1973,Uganda,FruitVeg,10.256342,0.317918025744461
+1973,Uganda,OilcropsPulses,10.256342,0.0520583264481625
 1973,Uganda,Starchy Roots,10.256342,0.172131350534138
+1973,Uganda,Sugar,10.256342,0.00947316304390006
 1974,Uganda,Ruminants,10.533627,0.250709257124825
 1974,Uganda,Cereals,10.533627,0.0930506652646804
 1974,Uganda,Monogastrics,10.533627,0.00866516348072701
-1974,Uganda,Oilcrops,10.533627,0.0220879284979428
-1974,Uganda,Pulses,10.533627,0.0262046491678507
+1974,Uganda,FruitVeg,10.533627,0.333279885456358
+1974,Uganda,OilcropsPulses,10.533627,0.0482925776657936
 1974,Uganda,Starchy Roots,10.533627,0.20120790303283
+1974,Uganda,Sugar,10.533627,0.00530909249017456
 1975,Uganda,Ruminants,10.827071,0.246115223590942
 1975,Uganda,Cereals,10.827071,0.0802942919650199
 1975,Uganda,Monogastrics,10.827071,0.00936376975822916
-1975,Uganda,Oilcrops,10.827071,0.0198958702681455
-1975,Uganda,Pulses,10.827071,0.0247999666761214
+1975,Uganda,FruitVeg,10.827071,0.338555090291733
+1975,Uganda,OilcropsPulses,10.827071,0.0446958369442668
 1975,Uganda,Starchy Roots,10.827071,0.239733719304141
+1975,Uganda,Sugar,10.827071,0.00319615526673835
 1976,Uganda,Ruminants,11.139772,0.239251871582291
 1976,Uganda,Cereals,11.139772,0.10200810214069
 1976,Uganda,Monogastrics,11.139772,0.0105861502371862
-1976,Uganda,Oilcrops,11.139772,0.0189671745525851
-1976,Uganda,Pulses,11.139772,0.0262377003766325
+1976,Uganda,FruitVeg,11.139772,0.296938124047781
+1976,Uganda,OilcropsPulses,11.139772,0.0452048749292176
 1976,Uganda,Starchy Roots,11.139772,0.233924715873898
+1976,Uganda,Sugar,11.139772,0.00256504352153707
 1977,Uganda,Ruminants,11.470741,0.248628244679223
 1977,Uganda,Cereals,11.470741,0.0909991778212061
 1977,Uganda,Monogastrics,11.470741,0.0119261693730161
-1977,Uganda,Oilcrops,11.470741,0.0165458360536604
-1977,Uganda,Pulses,11.470741,0.0253304472657869
+1977,Uganda,FruitVeg,11.470741,0.300493228815819
+1977,Uganda,OilcropsPulses,11.470741,0.0418762833194473
 1977,Uganda,Starchy Roots,11.470741,0.236360231653735
+1977,Uganda,Sugar,11.470741,0.00207266470405007
 1978,Uganda,Ruminants,11.817951,0.253428542731308
 1978,Uganda,Cereals,11.817951,0.0813425271436648
 1978,Uganda,Monogastrics,11.817951,0.0122694365546109
-1978,Uganda,Oilcrops,11.817951,0.0181607623859669
-1978,Uganda,Pulses,11.817951,0.0289779505770501
+1978,Uganda,FruitVeg,11.817951,0.310047824703284
+1978,Uganda,OilcropsPulses,11.817951,0.047138712963017
 1978,Uganda,Starchy Roots,11.817951,0.206450932145513
+1978,Uganda,Sugar,11.817951,0.00235827682819128
 1979,Uganda,Ruminants,12.177677,0.254985996097614
 1979,Uganda,Cereals,12.177677,0.0926546171326436
 1979,Uganda,Monogastrics,12.177677,0.0110788781801324
-1979,Uganda,Oilcrops,12.177677,0.00757714299697717
-1979,Uganda,Pulses,12.177677,0.0228179808020857
+1979,Uganda,FruitVeg,12.177677,0.324990554438256
+1979,Uganda,OilcropsPulses,12.177677,0.0303951237990628
 1979,Uganda,Starchy Roots,12.177677,0.154955990374847
+1979,Uganda,Sugar,12.177677,0.00269115365763109
 1980,Uganda,Ruminants,12.547754,0.229771662721472
 1980,Uganda,Cereals,12.547754,0.0784287769747478
 1980,Uganda,Monogastrics,12.547754,0.0110662912263023
-1980,Uganda,Oilcrops,12.547754,0.00703289210164624
-1980,Uganda,Pulses,12.547754,0.0199087422338691
+1980,Uganda,FruitVeg,12.547754,0.293361664565627
+1980,Uganda,OilcropsPulses,12.547754,0.0269416343355153
 1980,Uganda,Starchy Roots,12.547754,0.192252733038917
+1980,Uganda,Sugar,12.547754,0.00278551842823823
 1981,Uganda,Ruminants,12.927007,0.225193279465231
 1981,Uganda,Cereals,12.927007,0.0666329027283732
 1981,Uganda,Monogastrics,12.927007,0.0110622048862509
-1981,Uganda,Oilcrops,12.927007,0.00847133447053908
-1981,Uganda,Pulses,12.927007,0.019613975609358
+1981,Uganda,FruitVeg,12.927007,0.297394439408906
+1981,Uganda,OilcropsPulses,12.927007,0.0280853100798971
 1981,Uganda,Starchy Roots,12.927007,0.23372308841482
+1981,Uganda,Sugar,12.927007,0.00219424341612873
 1982,Uganda,Ruminants,13.318149,0.224256253628038
 1982,Uganda,Cereals,13.318149,0.0687539987726523
 1982,Uganda,Monogastrics,13.318149,0.0115299505959875
-1982,Uganda,Oilcrops,13.318149,0.00895785142514924
-1982,Uganda,Pulses,13.318149,0.0192342043928177
+1982,Uganda,FruitVeg,13.318149,0.330729142615839
+1982,Uganda,OilcropsPulses,13.318149,0.0281920558179669
 1982,Uganda,Starchy Roots,13.318149,0.245188126368011
+1982,Uganda,Sugar,13.318149,0.00232509787959273
 1983,Uganda,Ruminants,13.727427,0.216875558689913
 1983,Uganda,Cereals,13.727427,0.0629958549406236
 1983,Uganda,Monogastrics,13.727427,0.0118775936670434
-1983,Uganda,Oilcrops,13.727427,0.0104649618606604
-1983,Uganda,Pulses,13.727427,0.02554229572665
+1983,Uganda,FruitVeg,13.727427,0.316548760375852
+1983,Uganda,OilcropsPulses,13.727427,0.0360072575873104
 1983,Uganda,Starchy Roots,13.727427,0.282186312118068
+1983,Uganda,Sugar,13.727427,0.00224419332188035
 1984,Uganda,Ruminants,14.163214,0.216218331517126
 1984,Uganda,Cereals,14.163214,0.069620920788177
 1984,Uganda,Monogastrics,14.163214,0.0118251902428361
-1984,Uganda,Oilcrops,14.163214,0.0104959227474781
-1984,Uganda,Pulses,14.163214,0.0235676026641975
+1984,Uganda,FruitVeg,14.163214,0.294433876378624
+1984,Uganda,OilcropsPulses,14.163214,0.0340635254116756
 1984,Uganda,Starchy Roots,14.163214,0.241478946798375
+1984,Uganda,Sugar,14.163214,0.00193670730386479
 1985,Uganda,Ruminants,14.631089,0.213836700740458
 1985,Uganda,Cereals,14.631089,0.0623072554612989
 1985,Uganda,Monogastrics,14.631089,0.0121169654562282
-1985,Uganda,Oilcrops,14.631089,0.00985880135101359
-1985,Uganda,Pulses,14.631089,0.0206344859224081
+1985,Uganda,FruitVeg,14.631089,0.309049381081613
+1985,Uganda,OilcropsPulses,14.631089,0.0304932872734217
 1985,Uganda,Starchy Roots,14.631089,0.22749653152954
+1985,Uganda,Sugar,14.631089,0.00196519889941207
 1986,Uganda,Ruminants,15.13374,0.157697462755406
 1986,Uganda,Cereals,15.13374,0.0606357714616479
 1986,Uganda,Monogastrics,15.13374,0.0132062530478256
-1986,Uganda,Oilcrops,15.13374,0.010067372638885
-1986,Uganda,Pulses,15.13374,0.0202177386422656
+1986,Uganda,FruitVeg,15.13374,0.301640770886774
+1986,Uganda,OilcropsPulses,15.13374,0.0302851112811506
 1986,Uganda,Starchy Roots,15.13374,0.234526098637878
+1986,Uganda,Sugar,15.13374,0.00269867197401303
 1987,Uganda,Ruminants,15.668278,0.145115506630658
 1987,Uganda,Cereals,15.668278,0.0630191779849706
 1987,Uganda,Monogastrics,15.668278,0.0171508317633884
-1987,Uganda,Oilcrops,15.668278,0.00984371096811021
-1987,Uganda,Pulses,15.668278,0.0209512493970301
+1987,Uganda,FruitVeg,15.668278,0.309609645680272
+1987,Uganda,OilcropsPulses,15.668278,0.0307949603651403
 1987,Uganda,Starchy Roots,15.668278,0.229017253842445
+1987,Uganda,Sugar,15.668278,0.00430251492857096
 1988,Uganda,Ruminants,16.227778,0.152329277612745
 1988,Uganda,Cereals,16.227778,0.0693641483140822
 1988,Uganda,Monogastrics,16.227778,0.0160018210749494
-1988,Uganda,Oilcrops,16.227778,0.00988256063152947
-1988,Uganda,Pulses,16.227778,0.0234057922162849
+1988,Uganda,FruitVeg,16.227778,0.312408759843769
+1988,Uganda,OilcropsPulses,16.227778,0.0332883528478144
 1988,Uganda,Starchy Roots,16.227778,0.230021818144172
+1988,Uganda,Sugar,16.227778,0.0025621499135618
 1989,Uganda,Ruminants,16.802258,0.164570232167605
 1989,Uganda,Cereals,16.802258,0.0784295182230865
 1989,Uganda,Monogastrics,16.802258,0.0217597539568789
-1989,Uganda,Oilcrops,16.802258,0.01063946286267
-1989,Uganda,Pulses,16.802258,0.0256222705305442
+1989,Uganda,FruitVeg,16.802258,0.310960348305567
+1989,Uganda,OilcropsPulses,16.802258,0.0362617333932142
 1989,Uganda,Starchy Roots,16.802258,0.2341983440559
+1989,Uganda,Sugar,16.802258,0.00319641562461426
 1990,Uganda,Ruminants,17.384369,0.174230315750891
 1990,Uganda,Cereals,17.384369,0.0746773725293107
 1990,Uganda,Monogastrics,17.384369,0.0283399414727103
-1990,Uganda,Oilcrops,17.384369,0.0128087479045112
-1990,Uganda,Pulses,17.384369,0.0249869293501536
+1990,Uganda,FruitVeg,17.384369,0.314602733064398
+1990,Uganda,OilcropsPulses,17.384369,0.0377956772546648
 1990,Uganda,Starchy Roots,17.384369,0.220924383277875
+1990,Uganda,Sugar,17.384369,0.00342888487928437
 1991,Uganda,Ruminants,17.973428,0.17432786889624
 1991,Uganda,Cereals,17.973428,0.0731464248222432
 1991,Uganda,Monogastrics,17.973428,0.0286766664656292
-1991,Uganda,Oilcrops,17.973428,0.0117351013952375
-1991,Uganda,Pulses,17.973428,0.0232597810501146
+1991,Uganda,FruitVeg,17.973428,0.318738974000953
+1991,Uganda,OilcropsPulses,17.973428,0.0349948824453521
 1991,Uganda,Starchy Roots,17.973428,0.21235882214567
+1991,Uganda,Sugar,17.973428,0.0039050424882777
 1992,Uganda,Ruminants,18.571527,0.177817122953864
 1992,Uganda,Cereals,18.571527,0.0736336328186691
 1992,Uganda,Monogastrics,18.571527,0.0284810182813723
-1992,Uganda,Oilcrops,18.571527,0.0117658068719928
-1992,Uganda,Pulses,18.571527,0.0222837357423544
+1992,Uganda,FruitVeg,18.571527,0.29918939891157
+1992,Uganda,OilcropsPulses,18.571527,0.0340495426143472
 1992,Uganda,Starchy Roots,18.571527,0.199518865626935
+1992,Uganda,Sugar,18.571527,0.0043366385542772
 1993,Uganda,Ruminants,19.17766,0.179338887017498
 1993,Uganda,Cereals,19.17766,0.0734240256631935
 1993,Uganda,Monogastrics,19.17766,0.0285263165579117
-1993,Uganda,Oilcrops,19.17766,0.0126609815796088
-1993,Uganda,Pulses,19.17766,0.0214031847472528
+1993,Uganda,FruitVeg,19.17766,0.307523076329437
+1993,Uganda,OilcropsPulses,19.17766,0.0340641663268616
 1993,Uganda,Starchy Roots,19.17766,0.205911148701145
+1993,Uganda,Sugar,19.17766,0.00423982905109382
 1994,Uganda,Ruminants,19.791266,0.16368412207688
 1994,Uganda,Cereals,19.791266,0.0768542548010824
 1994,Uganda,Monogastrics,19.791266,0.0285227231042218
-1994,Uganda,Oilcrops,19.791266,0.0120240413119605
-1994,Uganda,Pulses,19.791266,0.0212463922217002
+1994,Uganda,FruitVeg,19.791266,0.322157208134134
+1994,Uganda,OilcropsPulses,19.791266,0.0332704335336608
 1994,Uganda,Starchy Roots,19.791266,0.173291087088618
+1994,Uganda,Sugar,19.791266,0.00594565299662993
 1995,Uganda,Ruminants,20.412967,0.160051481002247
 1995,Uganda,Cereals,20.412967,0.076789131143944
 1995,Uganda,Monogastrics,20.412967,0.0281603894230564
-1995,Uganda,Oilcrops,20.412967,0.0123392155584242
-1995,Uganda,Pulses,20.412967,0.0195970531868297
+1995,Uganda,FruitVeg,20.412967,0.333580463829682
+1995,Uganda,OilcropsPulses,20.412967,0.0319362687452539
 1995,Uganda,Starchy Roots,20.412967,0.177898489719794
+1995,Uganda,Sugar,20.412967,0.00709455906140445
 1996,Uganda,Ruminants,21.041468,0.154746703034218
 1996,Uganda,Cereals,21.041468,0.0811842120521249
 1996,Uganda,Monogastrics,21.041468,0.0282480005672608
-1996,Uganda,Oilcrops,21.041468,0.0117332592954066
-1996,Uganda,Pulses,21.041468,0.0150592154501768
+1996,Uganda,FruitVeg,21.041468,0.333317285657065
+1996,Uganda,OilcropsPulses,21.041468,0.0267924747455833
 1996,Uganda,Starchy Roots,21.041468,0.142606827622483
+1996,Uganda,Sugar,21.041468,0.00667586501093935
 1997,Uganda,Ruminants,21.679497,0.151499926405119
 1997,Uganda,Cereals,21.679497,0.0796542465906843
 1997,Uganda,Monogastrics,21.679497,0.0278895769583584
-1997,Uganda,Oilcrops,21.679497,0.0114566772467092
-1997,Uganda,Pulses,21.679497,0.0145744617598831
+1997,Uganda,FruitVeg,21.679497,0.330802370553154
+1997,Uganda,OilcropsPulses,21.679497,0.0260311390065923
 1997,Uganda,Starchy Roots,21.679497,0.15473269513587
+1997,Uganda,Sugar,21.679497,0.0075558487357894
 1998,Uganda,Ruminants,22.336812,0.157086463368183
 1998,Uganda,Cereals,22.336812,0.0811991433692507
 1998,Uganda,Monogastrics,22.336812,0.0276302231491226
-1998,Uganda,Oilcrops,22.336812,0.0122638360389119
-1998,Uganda,Pulses,22.336812,0.0204677820630804
+1998,Uganda,FruitVeg,22.336812,0.31991436378656
+1998,Uganda,OilcropsPulses,22.336812,0.0327316181019924
 1998,Uganda,Starchy Roots,22.336812,0.185015301198757
+1998,Uganda,Sugar,22.336812,0.00741891904717647
 1999,Uganda,Ruminants,23.026357,0.1556946198654
 1999,Uganda,Cereals,23.026357,0.0827554267485734
 1999,Uganda,Monogastrics,23.026357,0.0277350081908311
-1999,Uganda,Oilcrops,23.026357,0.0138008370147306
-1999,Uganda,Pulses,23.026357,0.0212926864636034
+1999,Uganda,FruitVeg,23.026357,0.30360021778521
+1999,Uganda,OilcropsPulses,23.026357,0.035093523478334
 1999,Uganda,Starchy Roots,23.026357,0.188099446212877
+1999,Uganda,Sugar,23.026357,0.00750361857066665
 2000,Uganda,Ruminants,23.757636,0.150990073254763
 2000,Uganda,Cereals,23.757636,0.0811197292525233
 2000,Uganda,Monogastrics,23.757636,0.0284867778932214
-2000,Uganda,Oilcrops,23.757636,0.014541850881123
-2000,Uganda,Pulses,23.757636,0.0203485313101017
+2000,Uganda,FruitVeg,23.757636,0.306355396639632
+2000,Uganda,OilcropsPulses,23.757636,0.0348903821912247
 2000,Uganda,Starchy Roots,23.757636,0.197951387082452
+2000,Uganda,Sugar,23.757636,0.00868895373260201
 2001,Uganda,Ruminants,24.534668,0.152774686007571
 2001,Uganda,Cereals,24.534668,0.0766532483749118
 2001,Uganda,Monogastrics,24.534668,0.0291311910150975
-2001,Uganda,Oilcrops,24.534668,0.0151369890148911
-2001,Uganda,Pulses,24.534668,0.0239001807564708
+2001,Uganda,FruitVeg,24.534668,0.30808621498363
+2001,Uganda,OilcropsPulses,24.534668,0.0390371697713619
 2001,Uganda,Starchy Roots,24.534668,0.205752325647936
+2001,Uganda,Sugar,24.534668,0.00824058430299526
 2002,Uganda,Ruminants,25.355794,0.167588445465364
 2002,Uganda,Cereals,25.355794,0.0808864435481689
 2002,Uganda,Monogastrics,25.355794,0.0296190961324264
-2002,Uganda,Oilcrops,25.355794,0.0154502753887336
-2002,Uganda,Pulses,25.355794,0.0239994456493849
+2002,Uganda,FruitVeg,25.355794,0.30208255359702
+2002,Uganda,OilcropsPulses,25.355794,0.0394497210381185
 2002,Uganda,Starchy Roots,25.355794,0.203173680934622
+2002,Uganda,Sugar,25.355794,0.0087848560372434
 2003,Uganda,Ruminants,26.21776,0.180689429608021
 2003,Uganda,Cereals,26.21776,0.0825768868126034
 2003,Uganda,Monogastrics,26.21776,0.0300081090070243
-2003,Uganda,Oilcrops,26.21776,0.0198537174800593
-2003,Uganda,Pulses,26.21776,0.023475956756031
+2003,Uganda,FruitVeg,26.21776,0.291134368458633
+2003,Uganda,OilcropsPulses,26.21776,0.0433296742360903
 2003,Uganda,Starchy Roots,26.21776,0.205405724974216
+2003,Uganda,Sugar,26.21776,0.00921451718224593
 2004,Uganda,Ruminants,27.114742,0.187187029107634
 2004,Uganda,Cereals,27.114742,0.0831786265936073
 2004,Uganda,Monogastrics,27.114742,0.0302446986218788
-2004,Uganda,Oilcrops,27.114742,0.0177704069616447
-2004,Uganda,Pulses,27.114742,0.0206989614726926
+2004,Uganda,FruitVeg,27.114742,0.281948026649119
+2004,Uganda,OilcropsPulses,27.114742,0.0384693684343373
 2004,Uganda,Starchy Roots,27.114742,0.197110228819437
+2004,Uganda,Sugar,27.114742,0.0102398909051025
 2005,Uganda,Ruminants,28.042413,0.194002220850253
 2005,Uganda,Cereals,28.042413,0.0891026032602829
 2005,Uganda,Monogastrics,28.042413,0.0300525208012592
-2005,Uganda,Oilcrops,28.042413,0.0190243257596984
-2005,Uganda,Pulses,28.042413,0.0209610706468092
+2005,Uganda,FruitVeg,28.042413,0.251678698263234
+2005,Uganda,OilcropsPulses,28.042413,0.0399853964065075
 2005,Uganda,Starchy Roots,28.042413,0.192136889218485
+2005,Uganda,Sugar,28.042413,0.00959022320939357
 2006,Uganda,Ruminants,29.000925,0.201388307441918
 2006,Uganda,Cereals,29.000925,0.0849039470292758
 2006,Uganda,Monogastrics,29.000925,0.0281569536144106
-2006,Uganda,Oilcrops,29.000925,0.0188321234581311
-2006,Uganda,Pulses,29.000925,0.0177101592449206
+2006,Uganda,FruitVeg,29.000925,0.253737872154078
+2006,Uganda,OilcropsPulses,29.000925,0.0365422827030517
 2006,Uganda,Starchy Roots,29.000925,0.19096311583165
+2006,Uganda,Sugar,29.000925,0.00986647839680976
 2007,Uganda,Ruminants,29.991958,0.208986979109533
 2007,Uganda,Cereals,29.991958,0.0822960274884354
 2007,Uganda,Monogastrics,29.991958,0.0285931882139872
-2007,Uganda,Oilcrops,29.991958,0.0168849929704489
-2007,Uganda,Pulses,29.991958,0.0180004919985551
+2007,Uganda,FruitVeg,29.991958,0.251163195147179
+2007,Uganda,OilcropsPulses,29.991958,0.034885484969004
 2007,Uganda,Starchy Roots,29.991958,0.187288472463185
+2007,Uganda,Sugar,29.991958,0.00979639275301732
 2008,Uganda,Ruminants,31.014427,0.198608776489728
 2008,Uganda,Cereals,31.014427,0.0792836185559707
 2008,Uganda,Monogastrics,31.014427,0.0289986044236768
-2008,Uganda,Oilcrops,31.014427,0.0169009732148203
-2008,Uganda,Pulses,31.014427,0.0170148879423115
+2008,Uganda,FruitVeg,31.014427,0.247416049311503
+2008,Uganda,OilcropsPulses,31.014427,0.0339158611571318
 2008,Uganda,Starchy Roots,31.014427,0.183981474170069
+2008,Uganda,Sugar,31.014427,0.0108767445550421
 2009,Uganda,Ruminants,32.067125,0.197506421295953
 2009,Uganda,Cereals,32.067125,0.0828477763441531
 2009,Uganda,Monogastrics,32.067125,0.029922532812031
-2009,Uganda,Oilcrops,32.067125,0.0186122391701782
-2009,Uganda,Pulses,32.067125,0.0163858156913038
+2009,Uganda,FruitVeg,32.067125,0.239168431844139
+2009,Uganda,OilcropsPulses,32.067125,0.034998054861482
 2009,Uganda,Starchy Roots,32.067125,0.184240869738088
+2009,Uganda,Sugar,32.067125,0.0109786268647408
 2010,Uganda,Ruminants,33.149417,0.196786272289495
 2010,Uganda,Cereals,33.149417,0.0837013212027228
 2010,Uganda,Monogastrics,33.149417,0.0305200571099033
-2010,Uganda,Oilcrops,33.149417,0.0196761228108476
-2010,Uganda,Pulses,33.149417,0.0166484074214639
+2010,Uganda,FruitVeg,33.149417,0.239272051149497
+2010,Uganda,OilcropsPulses,33.149417,0.0363245302323115
 2010,Uganda,Starchy Roots,33.149417,0.181895566971811
+2010,Uganda,Sugar,33.149417,0.0114767930911123
 2011,Uganda,Ruminants,34.260342,0.195739803181182
 2011,Uganda,Cereals,34.260342,0.0881980103993124
 2011,Uganda,Monogastrics,34.260342,0.0302964984996355
-2011,Uganda,Oilcrops,34.260342,0.0223035718674379
-2011,Uganda,Pulses,34.260342,0.0154129518029913
+2011,Uganda,FruitVeg,34.260342,0.234703144527863
+2011,Uganda,OilcropsPulses,34.260342,0.0377165236704292
 2011,Uganda,Starchy Roots,34.260342,0.169849851469667
+2011,Uganda,Sugar,34.260342,0.0105278283561793
 1992,Ukraine,Ruminants,52.150266,0.845552296895283
 1992,Ukraine,Cereals,52.150266,0.1761181429065
 1992,Ukraine,Monogastrics,52.150266,0.204476379852022
-1992,Ukraine,Oilcrops,52.150266,0.0144716040374559
-1992,Ukraine,Pulses,52.150266,0.00421857867417205
+1992,Ukraine,FruitVeg,52.150266,0.135788569132131
+1992,Ukraine,OilcropsPulses,52.150266,0.018690182711628
 1992,Ukraine,Starchy Roots,52.150266,0.134346390486292
+1992,Ukraine,Sugar,52.150266,0.0581177668393868
 1993,Ukraine,Ruminants,52.17921,0.711897759663284
 1993,Ukraine,Cereals,52.17921,0.1731341275577
 1993,Ukraine,Monogastrics,52.17921,0.17319540100358
-1993,Ukraine,Oilcrops,52.17921,0.0124894570078773
-1993,Ukraine,Pulses,52.17921,0.00440788582272518
+1993,Ukraine,FruitVeg,52.17921,0.144404524330667
+1993,Ukraine,OilcropsPulses,52.17921,0.0168973428306025
 1993,Ukraine,Starchy Roots,52.17921,0.150697950390587
+1993,Ukraine,Sugar,52.17921,0.0463908518354341
 1994,Ukraine,Ruminants,51.921041,0.715696740363892
 1994,Ukraine,Cereals,51.921041,0.163359995035539
 1994,Ukraine,Monogastrics,51.921041,0.152169581884924
-1994,Ukraine,Oilcrops,51.921041,0.0105823764203803
-1994,Ukraine,Pulses,51.921041,0.00427246826580384
+1994,Ukraine,FruitVeg,51.921041,0.118141544966327
+1994,Ukraine,OilcropsPulses,51.921041,0.0148548446861842
 1994,Ukraine,Starchy Roots,51.921041,0.134624881654434
+1994,Ukraine,Sugar,51.921041,0.0393175283215142
 1995,Ukraine,Ruminants,51.512299,0.617987236407368
 1995,Ukraine,Cereals,51.512299,0.157966430502354
 1995,Ukraine,Monogastrics,51.512299,0.136712958588783
-1995,Ukraine,Oilcrops,51.512299,0.0104734987657996
-1995,Ukraine,Pulses,51.512299,0.00189440195631727
+1995,Ukraine,FruitVeg,51.512299,0.143237540223161
+1995,Ukraine,OilcropsPulses,51.512299,0.0123679007221169
 1995,Ukraine,Starchy Roots,51.512299,0.122936213738005
+1995,Ukraine,Sugar,51.512299,0.0414678832330896
 1996,Ukraine,Ruminants,51.057189,0.520141708153968
 1996,Ukraine,Cereals,51.057189,0.152553032247819
 1996,Ukraine,Monogastrics,51.057189,0.140670870070814
-1996,Ukraine,Oilcrops,51.057189,0.010768375830483
-1996,Ukraine,Pulses,51.057189,0.00188294737495243
+1996,Ukraine,FruitVeg,51.057189,0.131442018870252
+1996,Ukraine,OilcropsPulses,51.057189,0.0126513232054354
 1996,Ukraine,Starchy Roots,51.057189,0.127525528285547
+1996,Ukraine,Sugar,51.057189,0.0438210767929272
 1997,Ukraine,Ruminants,50.594105,0.530508921938633
 1997,Ukraine,Cereals,50.594105,0.154269573500707
 1997,Ukraine,Monogastrics,50.594105,0.124479751148874
-1997,Ukraine,Oilcrops,50.594105,0.010252973147761
-1997,Ukraine,Pulses,50.594105,0.00206318502916496
+1997,Ukraine,FruitVeg,50.594105,0.139063809904336
+1997,Ukraine,OilcropsPulses,50.594105,0.0123161581769259
 1997,Ukraine,Starchy Roots,50.594105,0.134279339460595
+1997,Ukraine,Sugar,50.594105,0.0405425691392307
 1998,Ukraine,Ruminants,50.143939,0.493278713106284
 1998,Ukraine,Cereals,50.143939,0.156594798027335
 1998,Ukraine,Monogastrics,50.143939,0.123794353291631
-1998,Ukraine,Oilcrops,50.143939,0.0102897381077302
-1998,Ukraine,Pulses,50.143939,0.00236558998685763
+1998,Ukraine,FruitVeg,50.143939,0.133701941524777
+1998,Ukraine,OilcropsPulses,50.143939,0.0126553280945879
 1998,Ukraine,Starchy Roots,50.143939,0.129552447006606
+1998,Ukraine,Sugar,50.143939,0.0366524855576264
 1999,Ukraine,Ruminants,49.67335,0.481810950942507
 1999,Ukraine,Cereals,49.67335,0.155407034154129
 1999,Ukraine,Monogastrics,49.67335,0.123162114091359
-1999,Ukraine,Oilcrops,49.67335,0.0106289187260372
-1999,Ukraine,Pulses,49.67335,0.00238947041018977
+1999,Ukraine,FruitVeg,49.67335,0.127408238018978
+1999,Ukraine,OilcropsPulses,49.67335,0.013018389136227
 1999,Ukraine,Starchy Roots,49.67335,0.122116406483557
+1999,Ukraine,Sugar,49.67335,0.0401120319044317
 2000,Ukraine,Ruminants,49.175848,0.465491856896906
 2000,Ukraine,Cereals,49.175848,0.15807225124008
 2000,Ukraine,Monogastrics,49.175848,0.124921315032534
-2000,Ukraine,Oilcrops,49.175848,0.0128932804575124
-2000,Ukraine,Pulses,49.175848,0.00272829052180249
+2000,Ukraine,FruitVeg,49.175848,0.139471982262512
+2000,Ukraine,OilcropsPulses,49.175848,0.0156215709793149
 2000,Ukraine,Starchy Roots,49.175848,0.135082856120753
+2000,Ukraine,Sugar,49.175848,0.0451453729887891
 2001,Ukraine,Ruminants,48.683865,0.443895050238924
 2001,Ukraine,Cereals,48.683865,0.160394188094967
 2001,Ukraine,Monogastrics,48.683865,0.122357353920031
-2001,Ukraine,Oilcrops,48.683865,0.0134992158079479
-2001,Ukraine,Pulses,48.683865,0.00356966317279863
+2001,Ukraine,FruitVeg,48.683865,0.142344347557451
+2001,Ukraine,OilcropsPulses,48.683865,0.0170688789807465
 2001,Ukraine,Starchy Roots,48.683865,0.139513060435937
+2001,Ukraine,Sugar,48.683865,0.0478494260880889
 2002,Ukraine,Ruminants,48.2025,0.462199834033504
 2002,Ukraine,Cereals,48.2025,0.170147917639127
 2002,Ukraine,Monogastrics,48.2025,0.132752527358539
-2002,Ukraine,Oilcrops,48.2025,0.0145911726570199
-2002,Ukraine,Pulses,48.2025,0.00322533063637778
+2002,Ukraine,FruitVeg,48.2025,0.148960302888854
+2002,Ukraine,OilcropsPulses,48.2025,0.0178165032933976
 2002,Ukraine,Starchy Roots,48.2025,0.133015652715108
+2002,Ukraine,Sugar,48.2025,0.0462237643275764
 2003,Ukraine,Ruminants,47.81295,0.469016969252054
 2003,Ukraine,Cereals,47.81295,0.165800708803786
 2003,Ukraine,Monogastrics,47.81295,0.140872259502917
-2003,Ukraine,Oilcrops,47.81295,0.0165346417654631
-2003,Ukraine,Pulses,47.81295,0.00251438156399051
+2003,Ukraine,FruitVeg,47.81295,0.160566457413734
+2003,Ukraine,OilcropsPulses,47.81295,0.0190490233294536
 2003,Ukraine,Starchy Roots,47.81295,0.138328800042666
+2003,Ukraine,Sugar,47.81295,0.0464741874324843
 2004,Ukraine,Ruminants,47.4516,0.471599585683096
 2004,Ukraine,Cereals,47.4516,0.175640947828946
 2004,Ukraine,Monogastrics,47.4516,0.155798733867773
-2004,Ukraine,Oilcrops,47.4516,0.0192315749100136
-2004,Ukraine,Pulses,47.4516,0.00268277571251549
+2004,Ukraine,FruitVeg,47.4516,0.164069283227541
+2004,Ukraine,OilcropsPulses,47.4516,0.0219143506225291
 2004,Ukraine,Starchy Roots,47.4516,0.144478689865041
+2004,Ukraine,Sugar,47.4516,0.0491767611629534
 2005,Ukraine,Ruminants,47.10515,0.475213323808543
 2005,Ukraine,Cereals,47.10515,0.184487216365939
 2005,Ukraine,Monogastrics,47.10515,0.150607867717224
-2005,Ukraine,Oilcrops,47.10515,0.0207485168819121
-2005,Ukraine,Pulses,47.10515,0.00262049903248371
+2005,Ukraine,FruitVeg,47.10515,0.178523197569692
+2005,Ukraine,OilcropsPulses,47.10515,0.0233690159143958
 2005,Ukraine,Starchy Roots,47.10515,0.151037858917762
+2005,Ukraine,Sugar,47.10515,0.0506397071233188
 2006,Ukraine,Ruminants,46.78775,0.495135359148495
 2006,Ukraine,Cereals,46.78775,0.179248350262622
 2006,Ukraine,Monogastrics,46.78775,0.16684911755748
-2006,Ukraine,Oilcrops,46.78775,0.0217374419586323
-2006,Ukraine,Pulses,46.78775,0.00214192817564427
+2006,Ukraine,FruitVeg,46.78775,0.183282974710261
+2006,Ukraine,OilcropsPulses,46.78775,0.0238793701342766
 2006,Ukraine,Starchy Roots,46.78775,0.152879824312988
+2006,Ukraine,Sugar,46.78775,0.0532328013208586
 2007,Ukraine,Ruminants,46.50935,0.453582019529407
 2007,Ukraine,Cereals,46.50935,0.179774948478102
 2007,Ukraine,Monogastrics,46.50935,0.190593235553711
-2007,Ukraine,Oilcrops,46.50935,0.0239824895424253
-2007,Ukraine,Pulses,46.50935,0.00175541047122783
+2007,Ukraine,FruitVeg,46.50935,0.181675577061387
+2007,Ukraine,OilcropsPulses,46.50935,0.0257379000136532
 2007,Ukraine,Starchy Roots,46.50935,0.147499481287096
+2007,Ukraine,Sugar,46.50935,0.0544583185961533
 2008,Ukraine,Ruminants,46.2582,0.418315103051999
 2008,Ukraine,Cereals,46.2582,0.168986406734374
 2008,Ukraine,Monogastrics,46.2582,0.221140519951057
-2008,Ukraine,Oilcrops,46.2582,0.0233762878797705
-2008,Ukraine,Pulses,46.2582,0.00172043010752688
+2008,Ukraine,FruitVeg,46.2582,0.198920926451959
+2008,Ukraine,OilcropsPulses,46.2582,0.0250967179872974
 2008,Ukraine,Starchy Roots,46.2582,0.155030221668807
+2008,Ukraine,Sugar,46.2582,0.054048428170573
 2009,Ukraine,Ruminants,46.0533,0.410307131085069
 2009,Ukraine,Cereals,46.0533,0.164442374379252
 2009,Ukraine,Monogastrics,46.0533,0.208693735302356
-2009,Ukraine,Oilcrops,46.0533,0.0274259173609709
-2009,Ukraine,Pulses,46.0533,0.00150562500407137
+2009,Ukraine,FruitVeg,46.0533,0.202148076250779
+2009,Ukraine,OilcropsPulses,46.0533,0.0289315423650423
 2009,Ukraine,Starchy Roots,46.0533,0.158506773673114
+2009,Ukraine,Sugar,46.0533,0.0470080102837365
 2010,Ukraine,Ruminants,45.8707,0.391791511792931
 2010,Ukraine,Cereals,45.8707,0.166689520761619
 2010,Ukraine,Monogastrics,45.8707,0.218441988022856
-2010,Ukraine,Oilcrops,45.8707,0.0262228830168277
-2010,Ukraine,Pulses,45.8707,0.00152404476059881
+2010,Ukraine,FruitVeg,45.8707,0.202421436777725
+2010,Ukraine,OilcropsPulses,45.8707,0.0277469277774266
 2010,Ukraine,Starchy Roots,45.8707,0.152047014761057
+2010,Ukraine,Sugar,45.8707,0.0472498566623139
 2011,Ukraine,Ruminants,45.7061,0.370920581716664
 2011,Ukraine,Cereals,45.7061,0.15863070793614
 2011,Ukraine,Monogastrics,45.7061,0.226843937680091
-2011,Ukraine,Oilcrops,45.7061,0.0267490772566463
-2011,Ukraine,Pulses,45.7061,0.00155128090123638
+2011,Ukraine,FruitVeg,45.7061,0.235215124458223
+2011,Ukraine,OilcropsPulses,45.7061,0.0283003581578826
 2011,Ukraine,Starchy Roots,45.7061,0.163249522492621
+2011,Ukraine,Sugar,45.7061,0.0475051907732228
 1961,United Arab Emirates,Ruminants,0.100985,1.41252859335545
 1961,United Arab Emirates,Cereals,0.100985,0.188582462741991
 1961,United Arab Emirates,Monogastrics,0.100985,0.00530771896816359
-1961,United Arab Emirates,Oilcrops,0.100985,NA
-1961,United Arab Emirates,Pulses,0.100985,NA
+1961,United Arab Emirates,FruitVeg,0.100985,0.0365400802099322
+1961,United Arab Emirates,OilcropsPulses,0.100985,NA
 1961,United Arab Emirates,Starchy Roots,0.100985,NA
+1961,United Arab Emirates,Sugar,0.100985,0.0344407585284943
 1962,United Arab Emirates,Ruminants,0.11224,1.282272808268
 1962,United Arab Emirates,Cereals,0.11224,0.185531004989309
 1962,United Arab Emirates,Monogastrics,0.11224,0.00482537419814683
-1962,United Arab Emirates,Oilcrops,0.11224,NA
-1962,United Arab Emirates,Pulses,0.11224,NA
+1962,United Arab Emirates,FruitVeg,0.11224,0.0341233071988596
+1962,United Arab Emirates,OilcropsPulses,0.11224,NA
 1962,United Arab Emirates,Starchy Roots,0.11224,NA
+1962,United Arab Emirates,Sugar,0.11224,0.0348627940128296
 1963,United Arab Emirates,Ruminants,0.125216,1.17462065550728
 1963,United Arab Emirates,Cereals,0.125216,0.194727510861232
 1963,United Arab Emirates,Monogastrics,0.125216,0.00435168029644774
-1963,United Arab Emirates,Oilcrops,0.125216,NA
-1963,United Arab Emirates,Pulses,0.125216,NA
+1963,United Arab Emirates,FruitVeg,0.125216,0.032823281369793
+1963,United Arab Emirates,OilcropsPulses,0.125216,NA
 1963,United Arab Emirates,Starchy Roots,0.125216,NA
+1963,United Arab Emirates,Sugar,0.125216,0.0347239969332993
 1964,United Arab Emirates,Ruminants,0.13822,1.1031457097381
 1964,United Arab Emirates,Cereals,0.13822,0.187469251917233
 1964,United Arab Emirates,Monogastrics,0.13822,0.00403776588048039
-1964,United Arab Emirates,Oilcrops,0.13822,NA
-1964,United Arab Emirates,Pulses,0.13822,NA
+1964,United Arab Emirates,FruitVeg,0.13822,0.0321950513673853
+1964,United Arab Emirates,OilcropsPulses,0.13822,NA
 1964,United Arab Emirates,Starchy Roots,0.13822,NA
+1964,United Arab Emirates,Sugar,0.13822,0.0330270583128346
 1965,United Arab Emirates,Ruminants,0.150318,1.04401601937226
 1965,United Arab Emirates,Cereals,0.150318,0.18940512779574
 1965,United Arab Emirates,Monogastrics,0.150318,0.00378730424832688
-1965,United Arab Emirates,Oilcrops,0.150318,NA
-1965,United Arab Emirates,Pulses,0.150318,NA
+1965,United Arab Emirates,FruitVeg,0.150318,0.0309344190316529
+1965,United Arab Emirates,OilcropsPulses,0.150318,NA
 1965,United Arab Emirates,Starchy Roots,0.150318,NA
+1965,United Arab Emirates,Sugar,0.150318,0.0332628161630676
 1966,United Arab Emirates,Ruminants,0.161077,1.03421965892089
 1966,United Arab Emirates,Cereals,0.161077,0.189567722269474
 1966,United Arab Emirates,Monogastrics,0.161077,0.00527697933286565
-1966,United Arab Emirates,Oilcrops,0.161077,0.000136580641556523
-1966,United Arab Emirates,Pulses,0.161077,NA
+1966,United Arab Emirates,FruitVeg,0.161077,0.0595988254064826
+1966,United Arab Emirates,OilcropsPulses,0.161077,0.000136580641556523
 1966,United Arab Emirates,Starchy Roots,0.161077,0.000428366557609094
+1966,United Arab Emirates,Sugar,0.161077,0.0296193745848259
 1967,United Arab Emirates,Ruminants,0.171781,1.05961311204382
 1967,United Arab Emirates,Cereals,0.171781,0.197414149411169
 1967,United Arab Emirates,Monogastrics,0.171781,0.00728834970107288
-1967,United Arab Emirates,Oilcrops,0.171781,0.000948882588877699
-1967,United Arab Emirates,Pulses,0.171781,0.000192105064005915
+1967,United Arab Emirates,FruitVeg,0.171781,0.0729126038386085
+1967,United Arab Emirates,OilcropsPulses,0.171781,0.00114098765288361
 1967,United Arab Emirates,Starchy Roots,0.171781,0.00139712773822483
+1967,United Arab Emirates,Sugar,0.171781,0.0340317031569266
 1968,United Arab Emirates,Ruminants,0.185312,1.13639861422898
 1968,United Arab Emirates,Cereals,0.185312,0.193333405284061
 1968,United Arab Emirates,Monogastrics,0.185312,0.00992002676567087
-1968,United Arab Emirates,Oilcrops,0.185312,0.000312985667414954
-1968,United Arab Emirates,Pulses,0.185312,0.000410119150405802
+1968,United Arab Emirates,FruitVeg,0.185312,0.0947645052667933
+1968,United Arab Emirates,OilcropsPulses,0.185312,0.000723104817820756
 1968,United Arab Emirates,Starchy Roots,0.185312,0.000777067863926783
+1968,United Arab Emirates,Sugar,0.185312,0.0382274218615092
 1969,United Arab Emirates,Ruminants,0.20557,1.08646884272997
 1969,United Arab Emirates,Cereals,0.20557,0.185708031327528
 1969,United Arab Emirates,Monogastrics,0.20557,0.0146115678357737
-1969,United Arab Emirates,Oilcrops,0.20557,0.000525368487619789
-1969,United Arab Emirates,Pulses,0.20557,NA
+1969,United Arab Emirates,FruitVeg,0.20557,0.11788685119424
+1969,United Arab Emirates,OilcropsPulses,0.20557,0.000525368487619789
 1969,United Arab Emirates,Starchy Roots,0.20557,0.00289439120494236
+1969,United Arab Emirates,Sugar,0.20557,0.0402150119180814
 1970,United Arab Emirates,Ruminants,0.235434,1.09546709481213
 1970,United Arab Emirates,Cereals,0.235434,0.181333197414137
 1970,United Arab Emirates,Monogastrics,0.235434,0.017727685890738
-1970,United Arab Emirates,Oilcrops,0.235434,0.00117655054070355
-1970,United Arab Emirates,Pulses,0.235434,0.00228514148338813
+1970,United Arab Emirates,FruitVeg,0.235434,0.141164827510045
+1970,United Arab Emirates,OilcropsPulses,0.235434,0.00346169202409168
 1970,United Arab Emirates,Starchy Roots,0.235434,0.00267590917199725
+1970,United Arab Emirates,Sugar,0.235434,0.041468097216205
 1971,United Arab Emirates,Ruminants,0.27516,1.01565961622329
 1971,United Arab Emirates,Cereals,0.27516,0.162647187091147
 1971,United Arab Emirates,Monogastrics,0.27516,0.0277540340165722
-1971,United Arab Emirates,Oilcrops,0.27516,0.00183166157871784
-1971,United Arab Emirates,Pulses,0.27516,0.00140282017735136
+1971,United Arab Emirates,FruitVeg,0.27516,0.121144061636866
+1971,United Arab Emirates,OilcropsPulses,0.27516,0.0032344817560692
 1971,United Arab Emirates,Starchy Roots,0.27516,0.00170446285797354
+1971,United Arab Emirates,Sugar,0.27516,0.0423135630178805
 1972,United Arab Emirates,Ruminants,0.324069,1.0124692580901
 1972,United Arab Emirates,Cereals,0.324069,0.156895599393956
 1972,United Arab Emirates,Monogastrics,0.324069,0.0268072540107199
-1972,United Arab Emirates,Oilcrops,0.324069,0.00201500297776091
-1972,United Arab Emirates,Pulses,0.324069,0.00290370260654367
+1972,United Arab Emirates,FruitVeg,0.324069,0.114376876529381
+1972,United Arab Emirates,OilcropsPulses,0.324069,0.00491870558430458
 1972,United Arab Emirates,Starchy Roots,0.324069,0.00212609043135875
+1972,United Arab Emirates,Sugar,0.324069,0.0456384288531146
 1973,United Arab Emirates,Ruminants,0.382823,0.963080065722279
 1973,United Arab Emirates,Cereals,0.382823,0.2112151046306
 1973,United Arab Emirates,Monogastrics,0.382823,0.0464125718674165
-1973,United Arab Emirates,Oilcrops,0.382823,0.00406715374990531
-1973,United Arab Emirates,Pulses,0.382823,0.00232483419230297
+1973,United Arab Emirates,FruitVeg,0.382823,0.197038840404051
+1973,United Arab Emirates,OilcropsPulses,0.382823,0.00639198794220828
 1973,United Arab Emirates,Starchy Roots,0.382823,0.00805333012906748
+1973,United Arab Emirates,Sugar,0.382823,0.0460656752598459
 1974,United Arab Emirates,Ruminants,0.451948,0.928923902749874
 1974,United Arab Emirates,Cereals,0.451948,0.183808756759627
 1974,United Arab Emirates,Monogastrics,0.451948,0.0784298193597493
-1974,United Arab Emirates,Oilcrops,0.451948,0.00174577606273288
-1974,United Arab Emirates,Pulses,0.451948,0.0041929602520644
+1974,United Arab Emirates,FruitVeg,0.451948,0.231515572587997
+1974,United Arab Emirates,OilcropsPulses,0.451948,0.00593873631479728
 1974,United Arab Emirates,Starchy Roots,0.451948,0.0124394841884465
+1974,United Arab Emirates,Sugar,0.451948,0.0472510111782771
 1975,United Arab Emirates,Ruminants,0.531265,0.884356394642975
 1975,United Arab Emirates,Cereals,0.531265,0.185575936679435
 1975,United Arab Emirates,Monogastrics,0.531265,0.104728901772185
-1975,United Arab Emirates,Oilcrops,0.531265,0.00109361618024903
-1975,United Arab Emirates,Pulses,0.531265,0.00831035359001628
+1975,United Arab Emirates,FruitVeg,0.531265,0.279805746661271
+1975,United Arab Emirates,OilcropsPulses,0.531265,0.00940396977026531
 1975,United Arab Emirates,Starchy Roots,0.531265,0.0185971219636151
+1975,United Arab Emirates,Sugar,0.531265,0.0422256312762934
 1976,United Arab Emirates,Ruminants,0.622051,0.863613755142263
 1976,United Arab Emirates,Cereals,0.622051,0.13830698769072
 1976,United Arab Emirates,Monogastrics,0.622051,0.152309376562372
-1976,United Arab Emirates,Oilcrops,0.622051,0.0113382986282475
-1976,United Arab Emirates,Pulses,0.622051,0.0121228002205607
+1976,United Arab Emirates,FruitVeg,0.622051,0.341396444986022
+1976,United Arab Emirates,OilcropsPulses,0.622051,0.0234610988488082
 1976,United Arab Emirates,Starchy Roots,0.622051,0.0147592399980066
+1976,United Arab Emirates,Sugar,0.622051,0.0379566948690702
 1977,United Arab Emirates,Ruminants,0.722849,0.830075852633122
 1977,United Arab Emirates,Cereals,0.722849,0.161015647804728
 1977,United Arab Emirates,Monogastrics,0.722849,0.112677889849747
-1977,United Arab Emirates,Oilcrops,0.722849,0.00811511117812987
-1977,United Arab Emirates,Pulses,0.722849,0.00914437178442524
+1977,United Arab Emirates,FruitVeg,0.722849,0.336597269969247
+1977,United Arab Emirates,OilcropsPulses,0.722849,0.0172594829625551
 1977,United Arab Emirates,Starchy Roots,0.722849,0.0145576738710298
+1977,United Arab Emirates,Sugar,0.722849,0.0422453375462925
 1978,United Arab Emirates,Ruminants,0.827394,0.678253286825865
 1978,United Arab Emirates,Cereals,0.827394,0.151526358663466
 1978,United Arab Emirates,Monogastrics,0.827394,0.149651919158224
-1978,United Arab Emirates,Oilcrops,0.827394,0.0081400155186042
-1978,United Arab Emirates,Pulses,0.827394,0.00956497146462266
+1978,United Arab Emirates,FruitVeg,0.827394,0.339803044257029
+1978,United Arab Emirates,OilcropsPulses,0.827394,0.0177049869832269
 1978,United Arab Emirates,Starchy Roots,0.827394,0.0246678124327708
+1978,United Arab Emirates,Sugar,0.827394,0.0395543114888433
 1979,United Arab Emirates,Ruminants,0.927303,0.723790389980406
 1979,United Arab Emirates,Cereals,0.927303,0.131368064160258
 1979,United Arab Emirates,Monogastrics,0.927303,0.177082248197191
-1979,United Arab Emirates,Oilcrops,0.927303,0.0108864092966377
-1979,United Arab Emirates,Pulses,0.927303,0.00675723037669456
+1979,United Arab Emirates,FruitVeg,0.927303,0.336389508068021
+1979,United Arab Emirates,OilcropsPulses,0.927303,0.0176436396733322
 1979,United Arab Emirates,Starchy Roots,0.927303,0.020401098670014
+1979,United Arab Emirates,Sugar,0.927303,0.0408863122409827
 1980,United Arab Emirates,Ruminants,1.016789,1.06965702815432
 1980,United Arab Emirates,Cereals,1.016789,0.128126877847813
 1980,United Arab Emirates,Monogastrics,1.016789,0.18073651465545
-1980,United Arab Emirates,Oilcrops,1.016789,0.0158744832998783
-1980,United Arab Emirates,Pulses,1.016789,0.00523117382269084
+1980,United Arab Emirates,FruitVeg,1.016789,0.30899626176129
+1980,United Arab Emirates,OilcropsPulses,1.016789,0.0211056571225692
 1980,United Arab Emirates,Starchy Roots,1.016789,0.0155961561346553
+1980,United Arab Emirates,Sugar,1.016789,0.0363634933108049
 1981,United Arab Emirates,Ruminants,1.093108,1.20189267666141
 1981,United Arab Emirates,Cereals,1.093108,0.120979811692898
 1981,United Arab Emirates,Monogastrics,1.093108,0.175118195091427
-1981,United Arab Emirates,Oilcrops,1.093108,0.0146545446561547
-1981,United Arab Emirates,Pulses,1.093108,0.0064101625822883
+1981,United Arab Emirates,FruitVeg,1.093108,0.335989673481486
+1981,United Arab Emirates,OilcropsPulses,1.093108,0.021064707238443
 1981,United Arab Emirates,Starchy Roots,1.093108,0.0189935486703967
+1981,United Arab Emirates,Sugar,1.093108,0.0373229360685312
 1982,United Arab Emirates,Ruminants,1.158477,1.34818559194529
 1982,United Arab Emirates,Cereals,1.158477,0.122831096344597
 1982,United Arab Emirates,Monogastrics,1.158477,0.185310196059136
-1982,United Arab Emirates,Oilcrops,1.158477,0.017850160167185
-1982,United Arab Emirates,Pulses,1.158477,0.00942616901328209
+1982,United Arab Emirates,FruitVeg,1.158477,0.384073227176716
+1982,United Arab Emirates,OilcropsPulses,1.158477,0.0272763291804671
 1982,United Arab Emirates,Starchy Roots,1.158477,0.0209758156614244
+1982,United Arab Emirates,Sugar,1.158477,0.0371444577665331
 1983,United Arab Emirates,Ruminants,1.218223,1.24710426580355
 1983,United Arab Emirates,Cereals,1.218223,0.147910522129364
 1983,United Arab Emirates,Monogastrics,1.218223,0.165985702125145
-1983,United Arab Emirates,Oilcrops,1.218223,0.0141074335322843
-1983,United Arab Emirates,Pulses,1.218223,0.00893268309660875
+1983,United Arab Emirates,FruitVeg,1.218223,0.423865745434128
+1983,United Arab Emirates,OilcropsPulses,1.218223,0.0230401166288931
 1983,United Arab Emirates,Starchy Roots,1.218223,0.0207416868668544
+1983,United Arab Emirates,Sugar,1.218223,0.0389674140120487
 1984,United Arab Emirates,Ruminants,1.280278,1.25961791110993
 1984,United Arab Emirates,Cereals,1.280278,0.139029179600056
 1984,United Arab Emirates,Monogastrics,1.280278,0.140497298243038
-1984,United Arab Emirates,Oilcrops,1.280278,0.014671813465513
-1984,United Arab Emirates,Pulses,1.280278,0.0100759366325126
+1984,United Arab Emirates,FruitVeg,1.280278,0.480833850148171
+1984,United Arab Emirates,OilcropsPulses,1.280278,0.0247477500980256
 1984,United Arab Emirates,Starchy Roots,1.280278,0.0223646739223825
+1984,United Arab Emirates,Sugar,1.280278,0.0383088672928848
 1985,United Arab Emirates,Ruminants,1.350433,1.08466402998149
 1985,United Arab Emirates,Cereals,1.350433,0.139371594147951
 1985,United Arab Emirates,Monogastrics,1.350433,0.155381792358451
-1985,United Arab Emirates,Oilcrops,1.350433,0.010813568685007
-1985,United Arab Emirates,Pulses,1.350433,0.0116636663944083
+1985,United Arab Emirates,FruitVeg,1.350433,0.461582322114463
+1985,United Arab Emirates,OilcropsPulses,1.350433,0.0224772350794153
 1985,United Arab Emirates,Starchy Roots,1.350433,0.0164058490869225
+1985,United Arab Emirates,Sugar,1.350433,0.0369029785261468
 1986,United Arab Emirates,Ruminants,1.430548,0.990459879710433
 1986,United Arab Emirates,Cereals,1.430548,0.144522938062896
 1986,United Arab Emirates,Monogastrics,1.430548,0.146384951780716
-1986,United Arab Emirates,Oilcrops,1.430548,0.00901053302650453
-1986,United Arab Emirates,Pulses,1.430548,0.010310734068343
+1986,United Arab Emirates,FruitVeg,1.430548,0.485372738279317
+1986,United Arab Emirates,OilcropsPulses,1.430548,0.0193212670948476
 1986,United Arab Emirates,Starchy Roots,1.430548,0.0227633046916287
+1986,United Arab Emirates,Sugar,1.430548,0.0381839686609607
 1987,United Arab Emirates,Ruminants,1.518991,1.02074758836622
 1987,United Arab Emirates,Cereals,1.518991,0.143596637504765
 1987,United Arab Emirates,Monogastrics,1.518991,0.146581381983172
-1987,United Arab Emirates,Oilcrops,1.518991,0.0129618937834391
-1987,United Arab Emirates,Pulses,1.518991,0.00962810181232147
+1987,United Arab Emirates,FruitVeg,1.518991,0.483912676243638
+1987,United Arab Emirates,OilcropsPulses,1.518991,0.0225899955957606
 1987,United Arab Emirates,Starchy Roots,1.518991,0.0208579247671645
+1987,United Arab Emirates,Sugar,1.518991,0.0402951696224665
 1988,United Arab Emirates,Ruminants,1.613904,0.936610541890967
 1988,United Arab Emirates,Cereals,1.613904,0.158562715006593
 1988,United Arab Emirates,Monogastrics,1.613904,0.12712428992059
-1988,United Arab Emirates,Oilcrops,1.613904,0.00963068435297267
-1988,United Arab Emirates,Pulses,1.613904,0.00769748386521131
+1988,United Arab Emirates,FruitVeg,1.613904,0.407368715859184
+1988,United Arab Emirates,OilcropsPulses,1.613904,0.017328168218184
 1988,United Arab Emirates,Starchy Roots,1.613904,0.0223898075721976
+1988,United Arab Emirates,Sugar,1.613904,0.0377073233600016
 1989,United Arab Emirates,Ruminants,1.712117,0.871222235396296
 1989,United Arab Emirates,Cereals,1.712117,0.135112261603617
 1989,United Arab Emirates,Monogastrics,1.712117,0.13429257463129
-1989,United Arab Emirates,Oilcrops,1.712117,0.0170105197249954
-1989,United Arab Emirates,Pulses,1.712117,0.00846904738402808
+1989,United Arab Emirates,FruitVeg,1.712117,0.423810405480467
+1989,United Arab Emirates,OilcropsPulses,1.712117,0.0254795671090235
 1989,United Arab Emirates,Starchy Roots,1.712117,0.022852994275508
+1989,United Arab Emirates,Sugar,1.712117,0.0349193425449312
 1990,United Arab Emirates,Ruminants,1.811458,0.894322639553332
 1990,United Arab Emirates,Cereals,1.811458,0.116438802334915
 1990,United Arab Emirates,Monogastrics,1.811458,0.157253549350854
-1990,United Arab Emirates,Oilcrops,1.811458,0.0140058450154516
-1990,United Arab Emirates,Pulses,1.811458,0.00828062257032733
+1990,United Arab Emirates,FruitVeg,1.811458,0.380612743988544
+1990,United Arab Emirates,OilcropsPulses,1.811458,0.022286467585779
 1990,United Arab Emirates,Starchy Roots,1.811458,0.0186247762851802
+1990,United Arab Emirates,Sugar,1.811458,0.0350088161028299
 1991,United Arab Emirates,Ruminants,1.91319,0.868244136755889
 1991,United Arab Emirates,Cereals,1.91319,0.116347566106869
 1991,United Arab Emirates,Monogastrics,1.91319,0.153781171760254
-1991,United Arab Emirates,Oilcrops,1.91319,0.0142641347696779
-1991,United Arab Emirates,Pulses,1.91319,0.00932003616995698
+1991,United Arab Emirates,FruitVeg,1.91319,0.386437311505914
+1991,United Arab Emirates,OilcropsPulses,1.91319,0.0235841709396349
 1991,United Arab Emirates,Starchy Roots,1.91319,0.0188512379847271
+1991,United Arab Emirates,Sugar,1.91319,0.0346447556175811
 1992,United Arab Emirates,Ruminants,2.019014,0.880033719429385
 1992,United Arab Emirates,Cereals,2.019014,0.133796991997084
 1992,United Arab Emirates,Monogastrics,2.019014,0.117403891206302
-1992,United Arab Emirates,Oilcrops,2.019014,0.0177878905247809
-1992,United Arab Emirates,Pulses,2.019014,0.0118270601392561
+1992,United Arab Emirates,FruitVeg,2.019014,0.429969777326953
+1992,United Arab Emirates,OilcropsPulses,2.019014,0.029614950664037
 1992,United Arab Emirates,Starchy Roots,2.019014,0.0203346782142174
+1992,United Arab Emirates,Sugar,2.019014,0.0322513860726077
 1993,United Arab Emirates,Ruminants,2.127863,0.891869166389001
 1993,United Arab Emirates,Cereals,2.127863,0.133237901124274
 1993,United Arab Emirates,Monogastrics,2.127863,0.126393569510819
-1993,United Arab Emirates,Oilcrops,2.127863,0.0147678680441363
-1993,United Arab Emirates,Pulses,2.127863,0.0177337544757346
+1993,United Arab Emirates,FruitVeg,2.127863,0.442488073715272
+1993,United Arab Emirates,OilcropsPulses,2.127863,0.0325016225198709
 1993,United Arab Emirates,Starchy Roots,2.127863,0.0193969254599568
+1993,United Arab Emirates,Sugar,2.127863,0.0360620021119781
 1994,United Arab Emirates,Ruminants,2.238281,1.02720896080519
 1994,United Arab Emirates,Cereals,2.238281,0.125136656210726
 1994,United Arab Emirates,Monogastrics,2.238281,0.146166142678243
-1994,United Arab Emirates,Oilcrops,2.238281,0.00983701331512889
-1994,United Arab Emirates,Pulses,2.238281,0.0251197235735817
+1994,United Arab Emirates,FruitVeg,2.238281,0.397301321862626
+1994,United Arab Emirates,OilcropsPulses,2.238281,0.0349567368887106
 1994,United Arab Emirates,Starchy Roots,2.238281,0.0223354440304859
+1994,United Arab Emirates,Sugar,2.238281,0.0343558293172305
 1995,United Arab Emirates,Ruminants,2.350192,0.978593621287112
 1995,United Arab Emirates,Cereals,2.350192,0.138262320695501
 1995,United Arab Emirates,Monogastrics,2.350192,0.174334862853758
-1995,United Arab Emirates,Oilcrops,2.350192,0.00921243881350971
-1995,United Arab Emirates,Pulses,2.350192,0.0140456609502543
+1995,United Arab Emirates,FruitVeg,2.350192,0.375189346232138
+1995,United Arab Emirates,OilcropsPulses,2.350192,0.023258099763764
 1995,United Arab Emirates,Starchy Roots,2.350192,0.0240720758133804
+1995,United Arab Emirates,Sugar,2.350192,0.0374428982823531
 1996,United Arab Emirates,Ruminants,2.467726,0.933159475565764
 1996,United Arab Emirates,Cereals,2.467726,0.141727242003367
 1996,United Arab Emirates,Monogastrics,2.467726,0.19009732036701
-1996,United Arab Emirates,Oilcrops,2.467726,0.00848595022299883
-1996,United Arab Emirates,Pulses,2.467726,0.0138965995414402
+1996,United Arab Emirates,FruitVeg,2.467726,0.351205928048738
+1996,United Arab Emirates,OilcropsPulses,2.467726,0.022382549764439
 1996,United Arab Emirates,Starchy Roots,2.467726,0.0281121161749724
+1996,United Arab Emirates,Sugar,2.467726,0.0371589066209133
 1997,United Arab Emirates,Ruminants,2.59522,0.787209061274189
 1997,United Arab Emirates,Cereals,2.59522,0.168822296375644
 1997,United Arab Emirates,Monogastrics,2.59522,0.162486378804109
-1997,United Arab Emirates,Oilcrops,2.59522,0.0141055478918936
-1997,United Arab Emirates,Pulses,2.59522,0.0135013601929702
+1997,United Arab Emirates,FruitVeg,2.59522,0.34434575874107
+1997,United Arab Emirates,OilcropsPulses,2.59522,0.0276069080848637
 1997,United Arab Emirates,Starchy Roots,2.59522,0.0103602006766286
+1997,United Arab Emirates,Sugar,2.59522,0.0357800109431956
 1998,United Arab Emirates,Ruminants,2.73377,0.670921767376187
 1998,United Arab Emirates,Cereals,2.73377,0.177534686531786
 1998,United Arab Emirates,Monogastrics,2.73377,0.188482461948152
-1998,United Arab Emirates,Oilcrops,2.73377,0.00860313779140162
-1998,United Arab Emirates,Pulses,2.73377,0.0113542836449299
+1998,United Arab Emirates,FruitVeg,2.73377,0.350325374848652
+1998,United Arab Emirates,OilcropsPulses,2.73377,0.0199574214363315
 1998,United Arab Emirates,Starchy Roots,2.73377,0.0143527070675295
+1998,United Arab Emirates,Sugar,2.73377,0.0353365498926391
 1999,United Arab Emirates,Ruminants,2.884188,0.733462555145504
 1999,United Arab Emirates,Cereals,2.884188,0.179103442632727
 1999,United Arab Emirates,Monogastrics,2.884188,0.191317694963019
-1999,United Arab Emirates,Oilcrops,2.884188,0.0124645134089733
-1999,United Arab Emirates,Pulses,2.884188,0.0117357120964375
+1999,United Arab Emirates,FruitVeg,2.884188,0.402422796294832
+1999,United Arab Emirates,OilcropsPulses,2.884188,0.0242002255054109
 1999,United Arab Emirates,Starchy Roots,2.884188,0.0166781777054755
+1999,United Arab Emirates,Sugar,2.884188,0.0329950752170108
 2000,United Arab Emirates,Ruminants,3.050128,0.63290989755184
 2000,United Arab Emirates,Cereals,3.050128,0.177194530852476
 2000,United Arab Emirates,Monogastrics,3.050128,0.17291421868197
-2000,United Arab Emirates,Oilcrops,3.050128,0.0122457155896408
-2000,United Arab Emirates,Pulses,3.050128,0.00911961727507829
+2000,United Arab Emirates,FruitVeg,3.050128,0.372178151212015
+2000,United Arab Emirates,OilcropsPulses,3.050128,0.0213653328647191
 2000,United Arab Emirates,Starchy Roots,3.050128,0.0208345354686754
+2000,United Arab Emirates,Sugar,3.050128,0.0357325987630683
 2001,United Arab Emirates,Ruminants,3.217865,0.530951515989639
 2001,United Arab Emirates,Cereals,3.217865,0.187416190548702
 2001,United Arab Emirates,Monogastrics,3.217865,0.18338376532266
-2001,United Arab Emirates,Oilcrops,3.217865,0.0114171974274869
-2001,United Arab Emirates,Pulses,3.217865,0.00975273978243338
+2001,United Arab Emirates,FruitVeg,3.217865,0.295934105377323
+2001,United Arab Emirates,OilcropsPulses,3.217865,0.0211699372099202
 2001,United Arab Emirates,Starchy Roots,3.217865,0.018729188452592
+2001,United Arab Emirates,Sugar,3.217865,0.0354862618537446
 2002,United Arab Emirates,Ruminants,3.39406,0.917423439774194
 2002,United Arab Emirates,Cereals,3.39406,0.172944202518518
 2002,United Arab Emirates,Monogastrics,3.39406,0.17695364843285
-2002,United Arab Emirates,Oilcrops,3.39406,0.0163621149891281
-2002,United Arab Emirates,Pulses,3.39406,0.0113371596259347
+2002,United Arab Emirates,FruitVeg,3.39406,0.306367005886755
+2002,United Arab Emirates,OilcropsPulses,3.39406,0.0276992746150628
 2002,United Arab Emirates,Starchy Roots,3.39406,0.0239368190308951
+2002,United Arab Emirates,Sugar,3.39406,0.03495636494346
 2003,United Arab Emirates,Ruminants,3.625798,0.897804372995958
 2003,United Arab Emirates,Cereals,3.625798,0.165959879728545
 2003,United Arab Emirates,Monogastrics,3.625798,0.206916767012393
-2003,United Arab Emirates,Oilcrops,3.625798,0.0174640175762687
-2003,United Arab Emirates,Pulses,3.625798,0.0113304712507426
+2003,United Arab Emirates,FruitVeg,3.625798,0.27046211620173
+2003,United Arab Emirates,OilcropsPulses,3.625798,0.0287944888270113
 2003,United Arab Emirates,Starchy Roots,3.625798,0.0207137849378261
+2003,United Arab Emirates,Sugar,3.625798,0.0349909178613922
 2004,United Arab Emirates,Ruminants,3.975945,0.543078790073806
 2004,United Arab Emirates,Cereals,3.975945,0.175224506375214
 2004,United Arab Emirates,Monogastrics,3.975945,0.167292102883717
-2004,United Arab Emirates,Oilcrops,3.975945,0.0131694477665058
-2004,United Arab Emirates,Pulses,3.975945,0.0129649680767717
+2004,United Arab Emirates,FruitVeg,3.975945,0.265561520594475
+2004,United Arab Emirates,OilcropsPulses,3.975945,0.0261344158432775
 2004,United Arab Emirates,Starchy Roots,3.975945,0.0128107908937372
+2004,United Arab Emirates,Sugar,3.975945,0.0345877520941562
 2005,United Arab Emirates,Ruminants,4.481976,0.4903292431731
 2005,United Arab Emirates,Cereals,4.481976,0.181308869123797
 2005,United Arab Emirates,Monogastrics,4.481976,0.163119726656278
-2005,United Arab Emirates,Oilcrops,4.481976,0.0144362665038813
-2005,United Arab Emirates,Pulses,4.481976,0.0153974496962947
+2005,United Arab Emirates,FruitVeg,4.481976,0.193455520511489
+2005,United Arab Emirates,OilcropsPulses,4.481976,0.029833716200176
 2005,United Arab Emirates,Starchy Roots,4.481976,0.0051361274580676
+2005,United Arab Emirates,Sugar,4.481976,0.0369200995275298
 2006,United Arab Emirates,Ruminants,5.171255,0.507480118462539
 2006,United Arab Emirates,Cereals,5.171255,0.177450348126325
 2006,United Arab Emirates,Monogastrics,5.171255,0.154494469911076
-2006,United Arab Emirates,Oilcrops,5.171255,0.0154975919771893
-2006,United Arab Emirates,Pulses,5.171255,0.0146589174194659
+2006,United Arab Emirates,FruitVeg,5.171255,0.224858182394796
+2006,United Arab Emirates,OilcropsPulses,5.171255,0.0301565093966552
 2006,United Arab Emirates,Starchy Roots,5.171255,0.0161894936528947
+2006,United Arab Emirates,Sugar,5.171255,0.0349880251505679
 2007,United Arab Emirates,Ruminants,6.0101,0.824607277749122
 2007,United Arab Emirates,Cereals,6.0101,0.181611454052345
 2007,United Arab Emirates,Monogastrics,6.0101,0.160873096953462
-2007,United Arab Emirates,Oilcrops,6.0101,0.0176962113775145
-2007,United Arab Emirates,Pulses,6.0101,0.0154578126819853
+2007,United Arab Emirates,FruitVeg,6.0101,0.187829819803331
+2007,United Arab Emirates,OilcropsPulses,6.0101,0.0331540240594998
 2007,United Arab Emirates,Starchy Roots,6.0101,0.0215721868188549
+2007,United Arab Emirates,Sugar,6.0101,0.0308347614848339
 2008,United Arab Emirates,Ruminants,6.900142,0.858774181748723
 2008,United Arab Emirates,Cereals,6.900142,0.169515931701116
 2008,United Arab Emirates,Monogastrics,6.900142,0.163541069154809
-2008,United Arab Emirates,Oilcrops,6.900142,0.0175373202464529
-2008,United Arab Emirates,Pulses,6.900142,0.0179810792299637
+2008,United Arab Emirates,FruitVeg,6.900142,0.207071825478374
+2008,United Arab Emirates,OilcropsPulses,6.900142,0.0355183994764166
 2008,United Arab Emirates,Starchy Roots,6.900142,0.0246799268768672
+2008,United Arab Emirates,Sugar,6.900142,0.0318932566895
 2009,United Arab Emirates,Ruminants,7.705423,0.557013378759349
 2009,United Arab Emirates,Cereals,7.705423,0.178310911678697
 2009,United Arab Emirates,Monogastrics,7.705423,0.162365336724538
-2009,United Arab Emirates,Oilcrops,7.705423,0.0213540515556382
-2009,United Arab Emirates,Pulses,7.705423,0.0190578765111273
+2009,United Arab Emirates,FruitVeg,7.705423,0.15737111382464
+2009,United Arab Emirates,OilcropsPulses,7.705423,0.0404119280667654
 2009,United Arab Emirates,Starchy Roots,7.705423,0.0118956480390499
+2009,United Arab Emirates,Sugar,7.705423,0.0342870209721128
 2010,United Arab Emirates,Ruminants,8.329453,0.499834454915587
 2010,United Arab Emirates,Cereals,8.329453,0.182701673207112
 2010,United Arab Emirates,Monogastrics,8.329453,0.139223968248575
-2010,United Arab Emirates,Oilcrops,8.329453,0.0196068097148756
-2010,United Arab Emirates,Pulses,8.329453,0.0211701776815356
+2010,United Arab Emirates,FruitVeg,8.329453,0.157143212165313
+2010,United Arab Emirates,OilcropsPulses,8.329453,0.0407769873964112
 2010,United Arab Emirates,Starchy Roots,8.329453,0.00982261380189071
+2010,United Arab Emirates,Sugar,8.329453,0.0394281593281095
 2011,United Arab Emirates,Ruminants,8.734722,0.398779663508467
 2011,United Arab Emirates,Cereals,8.734722,0.175579371615948
 2011,United Arab Emirates,Monogastrics,8.734722,0.145346331571858
-2011,United Arab Emirates,Oilcrops,8.734722,0.0290471751705435
-2011,United Arab Emirates,Pulses,8.734722,0.0246904251789582
+2011,United Arab Emirates,FruitVeg,8.734722,0.159754254342611
+2011,United Arab Emirates,OilcropsPulses,8.734722,0.0537376003495017
 2011,United Arab Emirates,Starchy Roots,8.734722,0.0131397427416694
+2011,United Arab Emirates,Sugar,8.734722,0.035303584933785
 1961,United Kingdom,Ruminants,52.8,1.15242791287879
 1961,United Kingdom,Cereals,52.8,0.137448125
 1961,United Kingdom,Monogastrics,52.8,0.217829723484848
-1961,United Kingdom,Oilcrops,52.8,0.022236875
-1961,United Kingdom,Pulses,52.8,0.00295848484848485
+1961,United Kingdom,FruitVeg,52.8,0.114471818181818
+1961,United Kingdom,OilcropsPulses,52.8,0.0251953598484849
 1961,United Kingdom,Starchy Roots,52.8,0.0977848484848485
+1961,United Kingdom,Sugar,52.8,0.0517179356060606
 1962,United Kingdom,Ruminants,53.25,1.16396950798122
 1962,United Kingdom,Cereals,53.25,0.139883061032864
 1962,United Kingdom,Monogastrics,53.25,0.226531472300469
-1962,United Kingdom,Oilcrops,53.25,0.02224379342723
-1962,United Kingdom,Pulses,53.25,0.00345220657276995
+1962,United Kingdom,FruitVeg,53.25,0.123236281690141
+1962,United Kingdom,OilcropsPulses,53.25,0.025696
 1962,United Kingdom,Starchy Roots,53.25,0.0956221596244131
+1962,United Kingdom,Sugar,53.25,0.0446675868544601
 1963,United Kingdom,Ruminants,53.65,1.16666370177074
 1963,United Kingdom,Cereals,53.65,0.135618359739049
 1963,United Kingdom,Monogastrics,53.65,0.222308756756757
-1963,United Kingdom,Oilcrops,53.65,0.0207245293569432
-1963,United Kingdom,Pulses,53.65,0.00345062441752097
+1963,United Kingdom,FruitVeg,53.65,0.130094240447344
+1963,United Kingdom,OilcropsPulses,53.65,0.0241751537744641
 1963,United Kingdom,Starchy Roots,53.65,0.101726561043802
+1963,United Kingdom,Sugar,53.65,0.049572972972973
 1964,United Kingdom,Ruminants,54,1.11121497222222
 1964,United Kingdom,Cereals,54,0.134245555555556
 1964,United Kingdom,Monogastrics,54,0.23226617962963
-1964,United Kingdom,Oilcrops,54,0.0179718703703704
-1964,United Kingdom,Pulses,54,0.00329942592592593
+1964,United Kingdom,FruitVeg,54,0.127017981481481
+1964,United Kingdom,OilcropsPulses,54,0.0212712962962963
 1964,United Kingdom,Starchy Roots,54,0.10222962962963
+1964,United Kingdom,Sugar,54,0.0481356111111111
 1965,United Kingdom,Ruminants,54.34805,1.05731099643869
 1965,United Kingdom,Cereals,54.34805,0.136793334811461
 1965,United Kingdom,Monogastrics,54.34805,0.242559723853938
-1965,United Kingdom,Oilcrops,54.34805,0.01603303154391
-1965,United Kingdom,Pulses,54.34805,0.00327410091070425
+1965,United Kingdom,FruitVeg,54.34805,0.123546143789888
+1965,United Kingdom,OilcropsPulses,54.34805,0.0193071324546143
 1965,United Kingdom,Starchy Roots,54.34805,0.103556889345616
+1965,United Kingdom,Sugar,54.34805,0.0515420148468988
 1966,United Kingdom,Ruminants,54.6485,1.09573566337594
 1966,United Kingdom,Cereals,54.6485,0.135499400715482
 1966,United Kingdom,Monogastrics,54.6485,0.236360586292396
-1966,United Kingdom,Oilcrops,54.6485,0.0145467670658847
-1966,United Kingdom,Pulses,54.6485,0.00312824688692279
+1966,United Kingdom,FruitVeg,54.6485,0.126808274701044
+1966,United Kingdom,OilcropsPulses,54.6485,0.0176750139528075
 1966,United Kingdom,Starchy Roots,54.6485,0.102190087559585
+1966,United Kingdom,Sugar,54.6485,0.0503192402353221
 1967,United Kingdom,Ruminants,54.9436,1.11243231422768
 1967,United Kingdom,Cereals,54.9436,0.128438726257471
 1967,United Kingdom,Monogastrics,54.9436,0.232869222257005
-1967,United Kingdom,Oilcrops,54.9436,0.0142718715191578
-1967,United Kingdom,Pulses,54.9436,0.00356232573038534
+1967,United Kingdom,FruitVeg,54.9436,0.126910795797873
+1967,United Kingdom,OilcropsPulses,54.9436,0.0178341972495432
 1967,United Kingdom,Starchy Roots,54.9436,0.102516671641465
+1967,United Kingdom,Sugar,54.9436,0.0514239147052614
 1968,United Kingdom,Ruminants,55.2117,1.08730492268849
 1968,United Kingdom,Cereals,55.2117,0.127463110174112
 1968,United Kingdom,Monogastrics,55.2117,0.239962267055715
-1968,United Kingdom,Oilcrops,55.2117,0.0139012564365886
-1968,United Kingdom,Pulses,55.2117,0.00315998239503584
+1968,United Kingdom,FruitVeg,55.2117,0.131801828235682
+1968,United Kingdom,OilcropsPulses,55.2117,0.0170612388316245
 1968,United Kingdom,Starchy Roots,55.2117,0.105066770267896
+1968,United Kingdom,Sugar,55.2117,0.0487718182921374
 1969,United Kingdom,Ruminants,55.44175,1.09603379943815
 1969,United Kingdom,Cereals,55.44175,0.131694075313279
 1969,United Kingdom,Monogastrics,55.44175,0.243405338034965
-1969,United Kingdom,Oilcrops,55.44175,0.0131164690869246
-1969,United Kingdom,Pulses,55.44175,0.00369542808443096
+1969,United Kingdom,FruitVeg,55.44175,0.134756244166174
+1969,United Kingdom,OilcropsPulses,55.44175,0.0168118971713555
 1969,United Kingdom,Starchy Roots,55.44175,0.102163676290882
+1969,United Kingdom,Sugar,55.44175,0.048795898397868
 1970,United Kingdom,Ruminants,55.66325,1.09211202903172
 1970,United Kingdom,Cereals,55.66325,0.131652050500106
 1970,United Kingdom,Monogastrics,55.66325,0.246851010316502
-1970,United Kingdom,Oilcrops,55.66325,0.0112205629387432
-1970,United Kingdom,Pulses,55.66325,0.00374232550201435
+1970,United Kingdom,FruitVeg,55.66325,0.137051986723736
+1970,United Kingdom,OilcropsPulses,55.66325,0.0149628884407576
 1970,United Kingdom,Starchy Roots,55.66325,0.105245705200469
+1970,United Kingdom,Sugar,55.66325,0.0494373397169587
 1971,United Kingdom,Ruminants,55.896223,1.07104241551348
 1971,United Kingdom,Cereals,55.896223,0.131796114381467
 1971,United Kingdom,Monogastrics,55.896223,0.256669642956019
-1971,United Kingdom,Oilcrops,55.896223,0.0116131281356882
-1971,United Kingdom,Pulses,55.896223,0.00322973521842433
+1971,United Kingdom,FruitVeg,55.896223,0.138201287768585
+1971,United Kingdom,OilcropsPulses,55.896223,0.0148428633541125
 1971,United Kingdom,Starchy Roots,55.896223,0.101175852257495
+1971,United Kingdom,Sugar,55.896223,0.0489392458592417
 1972,United Kingdom,Ruminants,56.086065,1.04358368161503
 1972,United Kingdom,Cereals,56.086065,0.131541194769146
 1972,United Kingdom,Monogastrics,56.086065,0.258620443420304
-1972,United Kingdom,Oilcrops,56.086065,0.0119628824022509
-1972,United Kingdom,Pulses,56.086065,0.00322737920729507
+1972,United Kingdom,FruitVeg,56.086065,0.133173525366773
+1972,United Kingdom,OilcropsPulses,56.086065,0.015190261609546
 1972,United Kingdom,Starchy Roots,56.086065,0.0983705132460265
+1972,United Kingdom,Sugar,56.086065,0.0446180704601045
 1973,United Kingdom,Ruminants,56.194527,0.991898134492706
 1973,United Kingdom,Cereals,56.194527,0.13515659629985
 1973,United Kingdom,Monogastrics,56.194527,0.249671175272994
-1973,United Kingdom,Oilcrops,56.194527,0.0125471649578971
-1973,United Kingdom,Pulses,56.194527,0.00324179256816238
+1973,United Kingdom,FruitVeg,56.194527,0.143950103895349
+1973,United Kingdom,OilcropsPulses,56.194527,0.0157889575260594
 1973,United Kingdom,Starchy Roots,56.194527,0.099976248576663
+1973,United Kingdom,Sugar,56.194527,0.0510835868411171
 1974,United Kingdom,Ruminants,56.229974,1.058226838234
 1974,United Kingdom,Cereals,56.229974,0.137318434470555
 1974,United Kingdom,Monogastrics,56.229974,0.242663966019262
-1974,United Kingdom,Oilcrops,56.229974,0.0110712304437487
-1974,United Kingdom,Pulses,56.229974,0.00348671688875403
+1974,United Kingdom,FruitVeg,56.229974,0.139271307505851
+1974,United Kingdom,OilcropsPulses,56.229974,0.0145579473325028
 1974,United Kingdom,Starchy Roots,56.229974,0.100102038105157
+1974,United Kingdom,Sugar,56.229974,0.0420813817200058
 1975,United Kingdom,Ruminants,56.2258,1.08274398585703
 1975,United Kingdom,Cereals,56.2258,0.133335390514675
 1975,United Kingdom,Monogastrics,56.2258,0.222401040091915
-1975,United Kingdom,Oilcrops,56.2258,0.0105955451056277
-1975,United Kingdom,Pulses,56.2258,0.00293665897150419
+1975,United Kingdom,FruitVeg,56.2258,0.126238915231086
+1975,United Kingdom,OilcropsPulses,56.2258,0.0135322040771319
 1975,United Kingdom,Starchy Roots,56.2258,0.0907786994582558
+1975,United Kingdom,Sugar,56.2258,0.0460685130313842
 1976,United Kingdom,Ruminants,56.211968,1.01370208031144
 1976,United Kingdom,Cereals,56.211968,0.137432459222918
 1976,United Kingdom,Monogastrics,56.211968,0.22810208495102
-1976,United Kingdom,Oilcrops,56.211968,0.0122509320435107
-1976,United Kingdom,Pulses,56.211968,0.00305061370560803
+1976,United Kingdom,FruitVeg,56.211968,0.123190919058376
+1976,United Kingdom,OilcropsPulses,56.211968,0.0153015457491188
 1976,United Kingdom,Starchy Roots,56.211968,0.0889487626549563
+1976,United Kingdom,Sugar,56.211968,0.0461993609617084
 1977,United Kingdom,Ruminants,56.193492,0.98882800342787
 1977,United Kingdom,Cereals,56.193492,0.139970105434985
 1977,United Kingdom,Monogastrics,56.193492,0.236505403508292
-1977,United Kingdom,Oilcrops,56.193492,0.0133956793430812
-1977,United Kingdom,Pulses,56.193492,0.00355715569340307
+1977,United Kingdom,FruitVeg,56.193492,0.144048442478001
+1977,United Kingdom,OilcropsPulses,56.193492,0.0169528350364843
 1977,United Kingdom,Starchy Roots,56.193492,0.0982939447863464
+1977,United Kingdom,Sugar,56.193492,0.0478537087533197
 1978,United Kingdom,Ruminants,56.196504,1.02753058802377
 1978,United Kingdom,Cereals,56.196504,0.140577161170026
 1978,United Kingdom,Monogastrics,56.196504,0.243049393250513
-1978,United Kingdom,Oilcrops,56.196504,0.0140681882986885
-1978,United Kingdom,Pulses,56.196504,0.00225151016511632
+1978,United Kingdom,FruitVeg,56.196504,0.132216979191446
+1978,United Kingdom,OilcropsPulses,56.196504,0.0163196984638048
 1978,United Kingdom,Starchy Roots,56.196504,0.10229808957511
+1978,United Kingdom,Sugar,56.196504,0.0418592231288978
 1979,United Kingdom,Ruminants,56.246951,1.02939219763219
 1979,United Kingdom,Cereals,56.246951,0.13615242895566
 1979,United Kingdom,Monogastrics,56.246951,0.252437418341129
-1979,United Kingdom,Oilcrops,56.246951,0.0146217525639745
-1979,United Kingdom,Pulses,56.246951,0.00358147413181561
+1979,United Kingdom,FruitVeg,56.246951,0.139304262021243
+1979,United Kingdom,OilcropsPulses,56.246951,0.0182032266957901
 1979,United Kingdom,Starchy Roots,56.246951,0.10655238894638
+1979,United Kingdom,Sugar,56.246951,0.0430917224295411
 1980,United Kingdom,Ruminants,56.314216,0.984618795012613
 1980,United Kingdom,Cereals,56.314216,0.12856018451895
 1980,United Kingdom,Monogastrics,56.314216,0.246634608213315
-1980,United Kingdom,Oilcrops,56.314216,0.014737610837022
-1980,United Kingdom,Pulses,56.314216,0.00293696710613888
+1980,United Kingdom,FruitVeg,56.314216,0.137097424920201
+1980,United Kingdom,OilcropsPulses,56.314216,0.0176745779431609
 1980,United Kingdom,Starchy Roots,56.314216,0.106043969430383
+1980,United Kingdom,Sugar,56.314216,0.0433375295502649
 1981,United Kingdom,Ruminants,56.333829,0.968565520373202
 1981,United Kingdom,Cereals,56.333829,0.125063094859041
 1981,United Kingdom,Monogastrics,56.333829,0.243104316591013
-1981,United Kingdom,Oilcrops,56.333829,0.014481884410875
-1981,United Kingdom,Pulses,56.333829,0.00278571513397394
+1981,United Kingdom,FruitVeg,56.333829,0.138229730487519
+1981,United Kingdom,OilcropsPulses,56.333829,0.017267599544849
 1981,United Kingdom,Starchy Roots,56.333829,0.10490600594538
+1981,United Kingdom,Sugar,56.333829,0.042894527904361
 1982,United Kingdom,Ruminants,56.313641,0.942251842675206
 1982,United Kingdom,Cereals,56.313641,0.124908616723966
 1982,United Kingdom,Monogastrics,56.313641,0.244845670696377
-1982,United Kingdom,Oilcrops,56.313641,0.013819937517448
-1982,United Kingdom,Pulses,56.313641,0.00298430357220198
+1982,United Kingdom,FruitVeg,56.313641,0.147111691819039
+1982,United Kingdom,OilcropsPulses,56.313641,0.01680424108965
 1982,United Kingdom,Starchy Roots,56.313641,0.10806070948245
+1982,United Kingdom,Sugar,56.313641,0.0467732143265253
 1983,United Kingdom,Ruminants,56.332848,0.933186046265582
 1983,United Kingdom,Cereals,56.332848,0.131259332033062
 1983,United Kingdom,Monogastrics,56.332848,0.242988840187878
-1983,United Kingdom,Oilcrops,56.332848,0.0135232111822218
-1983,United Kingdom,Pulses,56.332848,0.0030518606124796
+1983,United Kingdom,FruitVeg,56.332848,0.145287914433156
+1983,United Kingdom,OilcropsPulses,56.332848,0.0165750717947014
 1983,United Kingdom,Starchy Roots,56.332848,0.104792731232051
+1983,United Kingdom,Sugar,56.332848,0.0424418094394943
 1984,United Kingdom,Ruminants,56.422072,0.954657269587689
 1984,United Kingdom,Cereals,56.422072,0.134476521883138
 1984,United Kingdom,Monogastrics,56.422072,0.238411494352777
-1984,United Kingdom,Oilcrops,56.422072,0.0147886805716742
-1984,United Kingdom,Pulses,56.422072,0.0041896192681474
+1984,United Kingdom,FruitVeg,56.422072,0.150127365049621
+1984,United Kingdom,OilcropsPulses,56.422072,0.0189782998398216
 1984,United Kingdom,Starchy Roots,56.422072,0.101924154788218
+1984,United Kingdom,Sugar,56.422072,0.04252842752744
 1985,United Kingdom,Ruminants,56.550268,0.935271854060886
 1985,United Kingdom,Cereals,56.550268,0.140262659763169
 1985,United Kingdom,Monogastrics,56.550268,0.245067600740637
-1985,United Kingdom,Oilcrops,56.550268,0.0158019587104344
-1985,United Kingdom,Pulses,56.550268,0.00446977545712073
+1985,United Kingdom,FruitVeg,56.550268,0.146750975609877
+1985,United Kingdom,OilcropsPulses,56.550268,0.0202717341675551
 1985,United Kingdom,Starchy Roots,56.550268,0.107171286968967
+1985,United Kingdom,Sugar,56.550268,0.0398969815669132
 1986,United Kingdom,Ruminants,56.681396,0.927764921315629
 1986,United Kingdom,Cereals,56.681396,0.131325029468223
 1986,United Kingdom,Monogastrics,56.681396,0.246148318224202
-1986,United Kingdom,Oilcrops,56.681396,0.0172977743879138
-1986,United Kingdom,Pulses,56.681396,0.00483220279190019
+1986,United Kingdom,FruitVeg,56.681396,0.151202980251227
+1986,United Kingdom,OilcropsPulses,56.681396,0.022129977179814
 1986,United Kingdom,Starchy Roots,56.681396,0.109175010439051
+1986,United Kingdom,Sugar,56.681396,0.040780329404731
 1987,United Kingdom,Ruminants,56.80205,0.936004061473133
 1987,United Kingdom,Cereals,56.80205,0.136808337023048
 1987,United Kingdom,Monogastrics,56.80205,0.253126716377314
-1987,United Kingdom,Oilcrops,56.80205,0.0168552367388149
-1987,United Kingdom,Pulses,56.80205,0.00352691496169592
+1987,United Kingdom,FruitVeg,56.80205,0.152154666953041
+1987,United Kingdom,OilcropsPulses,56.80205,0.0203821517005108
 1987,United Kingdom,Starchy Roots,56.80205,0.107461086351637
+1987,United Kingdom,Sugar,56.80205,0.041122459488698
 1988,United Kingdom,Ruminants,56.928327,0.902228105175127
 1988,United Kingdom,Cereals,56.928327,0.140698461066667
 1988,United Kingdom,Monogastrics,56.928327,0.254446722103743
-1988,United Kingdom,Oilcrops,56.928327,0.016792009362931
-1988,United Kingdom,Pulses,56.928327,0.00618477686864046
+1988,United Kingdom,FruitVeg,56.928327,0.161274579525234
+1988,United Kingdom,OilcropsPulses,56.928327,0.0229767862315715
 1988,United Kingdom,Starchy Roots,56.928327,0.109249565686341
+1988,United Kingdom,Sugar,56.928327,0.0414004788863723
 1989,United Kingdom,Ruminants,57.076711,0.908508055062948
 1989,United Kingdom,Cereals,57.076711,0.143600390709268
 1989,United Kingdom,Monogastrics,57.076711,0.242572570448217
-1989,United Kingdom,Oilcrops,57.076711,0.0167104407960718
-1989,United Kingdom,Pulses,57.076711,0.00344471495563225
+1989,United Kingdom,FruitVeg,57.076711,0.165081621469044
+1989,United Kingdom,OilcropsPulses,57.076711,0.0201551557517041
 1989,United Kingdom,Starchy Roots,57.076711,0.108861528478752
+1989,United Kingdom,Sugar,57.076711,0.041840585383415
 1990,United Kingdom,Ruminants,57.247586,0.879624131225376
 1990,United Kingdom,Cereals,57.247586,0.144161484817893
 1990,United Kingdom,Monogastrics,57.247586,0.247546237146139
-1990,United Kingdom,Oilcrops,57.247586,0.0176965016481219
-1990,United Kingdom,Pulses,57.247586,0.00586707708513683
+1990,United Kingdom,FruitVeg,57.247586,0.164976423634701
+1990,United Kingdom,OilcropsPulses,57.247586,0.0235635787332587
 1990,United Kingdom,Starchy Roots,57.247586,0.106137191531535
+1990,United Kingdom,Sugar,57.247586,0.0413386339120046
 1991,United Kingdom,Ruminants,57.424897,0.878425697481007
 1991,United Kingdom,Cereals,57.424897,0.144573877076349
 1991,United Kingdom,Monogastrics,57.424897,0.247622211668921
-1991,United Kingdom,Oilcrops,57.424897,0.0173202226205125
-1991,United Kingdom,Pulses,57.424897,0.00473851960065335
+1991,United Kingdom,FruitVeg,57.424897,0.164316115360207
+1991,United Kingdom,OilcropsPulses,57.424897,0.0220587422211658
 1991,United Kingdom,Starchy Roots,57.424897,0.101830221828696
+1991,United Kingdom,Sugar,57.424897,0.0407993417907219
 1992,United Kingdom,Ruminants,57.580402,0.864526829805738
 1992,United Kingdom,Cereals,57.580402,0.143017949058431
 1992,United Kingdom,Monogastrics,57.580402,0.258387944217548
-1992,United Kingdom,Oilcrops,57.580402,0.0216734158959154
-1992,United Kingdom,Pulses,57.580402,0.00384880953071498
+1992,United Kingdom,FruitVeg,57.580402,0.169159239284227
+1992,United Kingdom,OilcropsPulses,57.580402,0.0255222254266304
 1992,United Kingdom,Starchy Roots,57.580402,0.104838100991375
+1992,United Kingdom,Sugar,57.580402,0.0399374599711895
 1993,United Kingdom,Ruminants,57.718614,0.767916241024083
 1993,United Kingdom,Cereals,57.718614,0.138814300010738
 1993,United Kingdom,Monogastrics,57.718614,0.258335463495364
-1993,United Kingdom,Oilcrops,57.718614,0.0211861636178582
-1993,United Kingdom,Pulses,57.718614,0.00611719470602672
+1993,United Kingdom,FruitVeg,57.718614,0.169007280736159
+1993,United Kingdom,OilcropsPulses,57.718614,0.0273033583238849
 1993,United Kingdom,Starchy Roots,57.718614,0.109493966712368
+1993,United Kingdom,Sugar,57.718614,0.0361475415885766
 1994,United Kingdom,Ruminants,57.865745,0.753599983893753
 1994,United Kingdom,Cereals,57.865745,0.144857808363134
 1994,United Kingdom,Monogastrics,57.865745,0.267429602781404
-1994,United Kingdom,Oilcrops,57.865745,0.0196225072363624
-1994,United Kingdom,Pulses,57.865745,0.00670877044787033
+1994,United Kingdom,FruitVeg,57.865745,0.163024169134952
+1994,United Kingdom,OilcropsPulses,57.865745,0.0263312776842327
 1994,United Kingdom,Starchy Roots,57.865745,0.108269754411699
+1994,United Kingdom,Sugar,57.865745,0.0394824779323242
 1995,United Kingdom,Ruminants,58.01903,0.760794554821065
 1995,United Kingdom,Cereals,58.01903,0.146615825876441
 1995,United Kingdom,Monogastrics,58.01903,0.260867987624061
-1995,United Kingdom,Oilcrops,58.01903,0.0188938525859533
-1995,United Kingdom,Pulses,58.01903,0.00514953455788558
+1995,United Kingdom,FruitVeg,58.01903,0.156363041574463
+1995,United Kingdom,OilcropsPulses,58.01903,0.0240433871438388
 1995,United Kingdom,Starchy Roots,58.01903,0.109903905666813
+1995,United Kingdom,Sugar,58.01903,0.0377601107774466
 1996,United Kingdom,Ruminants,58.16695,0.725108144745427
 1996,United Kingdom,Cereals,58.16695,0.154081054619505
 1996,United Kingdom,Monogastrics,58.16695,0.26893315877831
-1996,United Kingdom,Oilcrops,58.16695,0.0222941550141446
-1996,United Kingdom,Pulses,58.16695,0.00459078566092944
+1996,United Kingdom,FruitVeg,58.16695,0.16334365133465
+1996,United Kingdom,OilcropsPulses,58.16695,0.0268849406750741
 1996,United Kingdom,Starchy Roots,58.16695,0.111809747631602
+1996,United Kingdom,Sugar,58.16695,0.0392857627914133
 1997,United Kingdom,Ruminants,58.316954,0.753832496121111
 1997,United Kingdom,Cereals,58.316954,0.161642787447369
 1997,United Kingdom,Monogastrics,58.316954,0.265029274334184
-1997,United Kingdom,Oilcrops,58.316954,0.0227733430658947
-1997,United Kingdom,Pulses,58.316954,0.00652630108218615
+1997,United Kingdom,FruitVeg,58.316954,0.164792008855607
+1997,United Kingdom,OilcropsPulses,58.316954,0.0292996441480809
 1997,United Kingdom,Starchy Roots,58.316954,0.114599778308037
+1997,United Kingdom,Sugar,58.316954,0.0390273984474566
 1998,United Kingdom,Ruminants,58.487141,0.747992836579241
 1998,United Kingdom,Cereals,58.487141,0.166059014578948
 1998,United Kingdom,Monogastrics,58.487141,0.279661722565649
-1998,United Kingdom,Oilcrops,58.487141,0.0219095339264403
-1998,United Kingdom,Pulses,58.487141,0.00572421551602257
+1998,United Kingdom,FruitVeg,58.487141,0.178907223384367
+1998,United Kingdom,OilcropsPulses,58.487141,0.0276337494424629
 1998,United Kingdom,Starchy Roots,58.487141,0.111365077667243
+1998,United Kingdom,Sugar,58.487141,0.0375684289303866
 1999,United Kingdom,Ruminants,58.682466,0.754892916395163
 1999,United Kingdom,Cereals,58.682466,0.160455765441077
 1999,United Kingdom,Monogastrics,58.682466,0.274818474738263
-1999,United Kingdom,Oilcrops,58.682466,0.0207402497366079
-1999,United Kingdom,Pulses,58.682466,0.00671411797861392
+1999,United Kingdom,FruitVeg,58.682466,0.17962244463278
+1999,United Kingdom,OilcropsPulses,58.682466,0.0274543677152218
 1999,United Kingdom,Starchy Roots,58.682466,0.1162040974897
+1999,United Kingdom,Sugar,58.682466,0.0396636705758071
 2000,United Kingdom,Ruminants,58.892514,0.763605876971053
 2000,United Kingdom,Cereals,58.892514,0.162380162612858
 2000,United Kingdom,Monogastrics,58.892514,0.276491524882093
-2000,United Kingdom,Oilcrops,58.892514,0.0213829384155684
-2000,United Kingdom,Pulses,58.892514,0.00579885246535748
+2000,United Kingdom,FruitVeg,58.892514,0.172710490844388
+2000,United Kingdom,OilcropsPulses,58.892514,0.0271817908809259
 2000,United Kingdom,Starchy Roots,58.892514,0.123875540446448
+2000,United Kingdom,Sugar,58.892514,0.0372549387176781
 2001,United Kingdom,Ruminants,59.119673,0.756416506227969
 2001,United Kingdom,Cereals,59.119673,0.158623424726994
 2001,United Kingdom,Monogastrics,59.119673,0.287696951571434
-2001,United Kingdom,Oilcrops,59.119673,0.0220450982535035
-2001,United Kingdom,Pulses,59.119673,0.00660132203369934
+2001,United Kingdom,FruitVeg,59.119673,0.183847938401148
+2001,United Kingdom,OilcropsPulses,59.119673,0.0286464202872029
 2001,United Kingdom,Starchy Roots,59.119673,0.12232777403894
+2001,United Kingdom,Sugar,59.119673,0.040229772583485
 2002,United Kingdom,Ruminants,59.370479,0.811147317844614
 2002,United Kingdom,Cereals,59.370479,0.169193615567764
 2002,United Kingdom,Monogastrics,59.370479,0.285942922912918
-2002,United Kingdom,Oilcrops,59.370479,0.0191302313730701
-2002,United Kingdom,Pulses,59.370479,0.00471875930123454
+2002,United Kingdom,FruitVeg,59.370479,0.184663441910246
+2002,United Kingdom,OilcropsPulses,59.370479,0.0238489906743046
 2002,United Kingdom,Starchy Roots,59.370479,0.127513625079562
+2002,United Kingdom,Sugar,59.370479,0.0408634062056329
 2003,United Kingdom,Ruminants,59.647577,0.859349854227943
 2003,United Kingdom,Cereals,59.647577,0.168809774117061
 2003,United Kingdom,Monogastrics,59.647577,0.291175269365929
-2003,United Kingdom,Oilcrops,59.647577,0.0174177234391265
-2003,United Kingdom,Pulses,59.647577,0.00436797290190011
+2003,United Kingdom,FruitVeg,59.647577,0.208907580604657
+2003,United Kingdom,OilcropsPulses,59.647577,0.0217856963410266
 2003,United Kingdom,Starchy Roots,59.647577,0.120151234307472
+2003,United Kingdom,Sugar,59.647577,0.0403247058971063
 2004,United Kingdom,Ruminants,59.987905,0.873653717361858
 2004,United Kingdom,Cereals,59.987905,0.164967137958894
 2004,United Kingdom,Monogastrics,59.987905,0.295158370674889
-2004,United Kingdom,Oilcrops,59.987905,0.0180042126825399
-2004,United Kingdom,Pulses,59.987905,0.00352746107736218
+2004,United Kingdom,FruitVeg,59.987905,0.207315357987581
+2004,United Kingdom,OilcropsPulses,59.987905,0.0215316737599021
 2004,United Kingdom,Starchy Roots,59.987905,0.122088360978767
+2004,United Kingdom,Sugar,59.987905,0.041665365709971
 2005,United Kingdom,Ruminants,60.401206,0.855487267919783
 2005,United Kingdom,Cereals,60.401206,0.164099852575791
 2005,United Kingdom,Monogastrics,60.401206,0.295470876856333
-2005,United Kingdom,Oilcrops,60.401206,0.0185445634976229
-2005,United Kingdom,Pulses,60.401206,0.0029877218014488
+2005,United Kingdom,FruitVeg,60.401206,0.223388933658046
+2005,United Kingdom,OilcropsPulses,60.401206,0.0215322852990717
 2005,United Kingdom,Starchy Roots,60.401206,0.11457632153901
+2005,United Kingdom,Sugar,60.401206,0.0371697545244378
 2006,United Kingdom,Ruminants,60.84682,0.87658528251764
 2006,United Kingdom,Cereals,60.84682,0.158914549683944
 2006,United Kingdom,Monogastrics,60.84682,0.300276903542371
-2006,United Kingdom,Oilcrops,60.84682,0.0214989213898113
-2006,United Kingdom,Pulses,60.84682,0.00285285245802492
+2006,United Kingdom,FruitVeg,60.84682,0.232504393820417
+2006,United Kingdom,OilcropsPulses,60.84682,0.0243517738478363
 2006,United Kingdom,Starchy Roots,60.84682,0.10725991925297
+2006,United Kingdom,Sugar,60.84682,0.032445886243521
 2007,United Kingdom,Ruminants,61.322463,0.877516773910402
 2007,United Kingdom,Cereals,61.322463,0.168120024794177
 2007,United Kingdom,Monogastrics,61.322463,0.296467297799177
-2007,United Kingdom,Oilcrops,61.322463,0.0199610540757308
-2007,United Kingdom,Pulses,61.322463,0.00301938296248799
+2007,United Kingdom,FruitVeg,61.322463,0.218137601550675
+2007,United Kingdom,OilcropsPulses,61.322463,0.0229804370382188
 2007,United Kingdom,Starchy Roots,61.322463,0.106221728243368
+2007,United Kingdom,Sugar,61.322463,0.0354851369880561
 2008,United Kingdom,Ruminants,61.806995,0.84489973829014
 2008,United Kingdom,Cereals,61.806995,0.160138686567758
 2008,United Kingdom,Monogastrics,61.806995,0.285198916400967
-2008,United Kingdom,Oilcrops,61.806995,0.0201968078208623
-2008,United Kingdom,Pulses,61.806995,0.00273229591569692
+2008,United Kingdom,FruitVeg,61.806995,0.226370575045753
+2008,United Kingdom,OilcropsPulses,61.806995,0.0229291037365593
 2008,United Kingdom,Starchy Roots,61.806995,0.104454196486983
+2008,United Kingdom,Sugar,61.806995,0.0357344666246919
 2009,United Kingdom,Ruminants,62.27627,0.80279372062585
 2009,United Kingdom,Cereals,62.27627,0.159721238924553
 2009,United Kingdom,Monogastrics,62.27627,0.287371750106421
-2009,United Kingdom,Oilcrops,62.27627,0.020392871955883
-2009,United Kingdom,Pulses,62.27627,0.00289000930852153
+2009,United Kingdom,FruitVeg,62.27627,0.212669673376392
+2009,United Kingdom,OilcropsPulses,62.27627,0.0232828812644046
 2009,United Kingdom,Starchy Roots,62.27627,0.103847548994184
+2009,United Kingdom,Sugar,62.27627,0.037969695359083
 2010,United Kingdom,Ruminants,62.766365,0.794887607399281
 2010,United Kingdom,Cereals,62.766365,0.157442939383219
 2010,United Kingdom,Monogastrics,62.766365,0.29369589428988
-2010,United Kingdom,Oilcrops,62.766365,0.0204474163829624
-2010,United Kingdom,Pulses,62.766365,0.00295336522992848
+2010,United Kingdom,FruitVeg,62.766365,0.214580675493953
+2010,United Kingdom,OilcropsPulses,62.766365,0.0234007816128909
 2010,United Kingdom,Starchy Roots,62.766365,0.0984215033003743
+2010,United Kingdom,Sugar,62.766365,0.0357511383684558
 2011,United Kingdom,Ruminants,63.258918,0.783285651518731
 2011,United Kingdom,Cereals,63.258918,0.158371852013024
 2011,United Kingdom,Monogastrics,63.258918,0.299269088035935
-2011,United Kingdom,Oilcrops,63.258918,0.0200638272061498
-2011,United Kingdom,Pulses,63.258918,0.00238069199982206
+2011,United Kingdom,FruitVeg,63.258918,0.217753139565239
+2011,United Kingdom,OilcropsPulses,63.258918,0.0224445192059719
 2011,United Kingdom,Starchy Roots,63.258918,0.0999040641194653
+2011,United Kingdom,Sugar,63.258918,0.039103719731659
 1961,United Republic of Tanzania,Ruminants,10.37338,0.226831216054941
 1961,United Republic of Tanzania,Cereals,10.37338,0.0909573350248424
 1961,United Republic of Tanzania,Monogastrics,10.37338,0.00636479141803347
-1961,United Republic of Tanzania,Oilcrops,10.37338,0.0198853218526652
-1961,United Republic of Tanzania,Pulses,10.37338,0.00899793509926369
+1961,United Republic of Tanzania,FruitVeg,10.37338,0.108985403021966
+1961,United Republic of Tanzania,OilcropsPulses,10.37338,0.0288832569519289
 1961,United Republic of Tanzania,Starchy Roots,10.37338,0.265153305865591
+1961,United Republic of Tanzania,Sugar,10.37338,0.00670109453235108
 1962,United Republic of Tanzania,Ruminants,10.683888,0.219174087186238
 1962,United Republic of Tanzania,Cereals,10.683888,0.0908134753939764
 1962,United Republic of Tanzania,Monogastrics,10.683888,0.00616506837211322
-1962,United Republic of Tanzania,Oilcrops,10.683888,0.0216265838803252
-1962,United Republic of Tanzania,Pulses,10.683888,0.00841996846091985
+1962,United Republic of Tanzania,FruitVeg,10.683888,0.107465184958884
+1962,United Republic of Tanzania,OilcropsPulses,10.683888,0.0300465523412451
 1962,United Republic of Tanzania,Starchy Roots,10.683888,0.273364247172939
+1962,United Republic of Tanzania,Sugar,10.683888,0.00744850563764802
 1963,United Republic of Tanzania,Ruminants,11.005882,0.223575302733575
 1963,United Republic of Tanzania,Cereals,11.005882,0.0982953478876114
 1963,United Republic of Tanzania,Monogastrics,11.005882,0.00600090933193723
-1963,United Republic of Tanzania,Oilcrops,11.005882,0.0209239931883696
-1963,United Republic of Tanzania,Pulses,11.005882,0.00888079665037295
+1963,United Republic of Tanzania,FruitVeg,11.005882,0.110103579158853
+1963,United Republic of Tanzania,OilcropsPulses,11.005882,0.0298047898387426
 1963,United Republic of Tanzania,Starchy Roots,11.005882,0.260538864581685
+1963,United Republic of Tanzania,Sugar,11.005882,0.00666934281141666
 1964,United Republic of Tanzania,Ruminants,11.339076,0.219346232444337
 1964,United Republic of Tanzania,Cereals,11.339076,0.0855236352591693
 1964,United Republic of Tanzania,Monogastrics,11.339076,0.0060485969050741
-1964,United Republic of Tanzania,Oilcrops,11.339076,0.0255385006679557
-1964,United Republic of Tanzania,Pulses,11.339076,0.00766614493103318
+1964,United Republic of Tanzania,FruitVeg,11.339076,0.112014065343596
+1964,United Republic of Tanzania,OilcropsPulses,11.339076,0.0332046455989888
 1964,United Republic of Tanzania,Starchy Roots,11.339076,0.258233827870983
+1964,United Republic of Tanzania,Sugar,11.339076,0.00686219935380978
 1965,United Republic of Tanzania,Ruminants,11.683511,0.21758174404937
 1965,United Republic of Tanzania,Cereals,11.683511,0.0857080547106088
 1965,United Republic of Tanzania,Monogastrics,11.683511,0.00613577545311508
-1965,United Republic of Tanzania,Oilcrops,11.683511,0.0286606483273735
-1965,United Republic of Tanzania,Pulses,11.683511,0.00715298680336758
+1965,United Republic of Tanzania,FruitVeg,11.683511,0.110769528098189
+1965,United Republic of Tanzania,OilcropsPulses,11.683511,0.0358136351307411
 1965,United Republic of Tanzania,Starchy Roots,11.683511,0.271388198290736
+1965,United Republic of Tanzania,Sugar,11.683511,0.00698873823117041
 1966,United Republic of Tanzania,Ruminants,12.038886,0.230324732703674
 1966,United Republic of Tanzania,Cereals,12.038886,0.0898809906497993
 1966,United Republic of Tanzania,Monogastrics,12.038886,0.00640406429631446
-1966,United Republic of Tanzania,Oilcrops,12.038886,0.0303580414334017
-1966,United Republic of Tanzania,Pulses,12.038886,0.00936772721329864
+1966,United Republic of Tanzania,FruitVeg,12.038886,0.12078600960255
+1966,United Republic of Tanzania,OilcropsPulses,12.038886,0.0397257686467004
 1966,United Republic of Tanzania,Starchy Roots,12.038886,0.263047095885782
+1966,United Republic of Tanzania,Sugar,12.038886,0.00725764825748828
 1967,United Republic of Tanzania,Ruminants,12.40604,0.239217574665244
 1967,United Republic of Tanzania,Cereals,12.40604,0.076743021947374
 1967,United Republic of Tanzania,Monogastrics,12.40604,0.00666996076104865
-1967,United Republic of Tanzania,Oilcrops,12.40604,0.0315310929192555
-1967,United Republic of Tanzania,Pulses,12.40604,0.0100193131732608
+1967,United Republic of Tanzania,FruitVeg,12.40604,0.10619883540598
+1967,United Republic of Tanzania,OilcropsPulses,12.40604,0.0415504060925162
 1967,United Republic of Tanzania,Starchy Roots,12.40604,0.27039417896444
+1967,United Republic of Tanzania,Sugar,12.40604,0.00715732014405886
 1968,United Republic of Tanzania,Ruminants,12.787494,0.236102976861612
 1968,United Republic of Tanzania,Cereals,12.787494,0.0742329967075644
 1968,United Republic of Tanzania,Monogastrics,12.787494,0.00667620254601879
-1968,United Republic of Tanzania,Oilcrops,12.787494,0.0237177823895753
-1968,United Republic of Tanzania,Pulses,12.787494,0.0106519698073759
+1968,United Republic of Tanzania,FruitVeg,12.787494,0.0996081014778971
+1968,United Republic of Tanzania,OilcropsPulses,12.787494,0.0343697521969512
 1968,United Republic of Tanzania,Starchy Roots,12.787494,0.286219098128218
+1968,United Republic of Tanzania,Sugar,12.787494,0.00749028699446506
 1969,United Republic of Tanzania,Ruminants,13.18656,0.234720730804698
 1969,United Republic of Tanzania,Cereals,13.18656,0.0785973749029315
 1969,United Republic of Tanzania,Monogastrics,13.18656,0.00695179789118618
-1969,United Republic of Tanzania,Oilcrops,13.18656,0.0259380763443991
-1969,United Republic of Tanzania,Pulses,13.18656,0.010104834012813
+1969,United Republic of Tanzania,FruitVeg,13.18656,0.109147192292759
+1969,United Republic of Tanzania,OilcropsPulses,13.18656,0.0360429103572122
 1969,United Republic of Tanzania,Starchy Roots,13.18656,0.267411970976509
+1969,United Republic of Tanzania,Sugar,13.18656,0.00770777215589206
 1970,United Republic of Tanzania,Ruminants,13.605504,0.238602223041498
 1970,United Republic of Tanzania,Cereals,13.605504,0.0752572635309945
 1970,United Republic of Tanzania,Monogastrics,13.605504,0.00697242086731958
-1970,United Republic of Tanzania,Oilcrops,13.605504,0.0301405225414656
-1970,United Republic of Tanzania,Pulses,13.605504,0.0100651177641049
+1970,United Republic of Tanzania,FruitVeg,13.605504,0.12076237675576
+1970,United Republic of Tanzania,OilcropsPulses,13.605504,0.0402056403055705
 1970,United Republic of Tanzania,Starchy Roots,13.605504,0.262409977609062
+1970,United Republic of Tanzania,Sugar,13.605504,0.00875726470698917
 1971,United Republic of Tanzania,Ruminants,14.045757,0.242031753788706
 1971,United Republic of Tanzania,Cereals,14.045757,0.0801977422790384
 1971,United Republic of Tanzania,Monogastrics,14.045757,0.0072303116165259
-1971,United Republic of Tanzania,Oilcrops,14.045757,0.0274034357849136
-1971,United Republic of Tanzania,Pulses,14.045757,0.00883540844398775
+1971,United Republic of Tanzania,FruitVeg,14.045757,0.104785025114702
+1971,United Republic of Tanzania,OilcropsPulses,14.045757,0.0362388442289013
 1971,United Republic of Tanzania,Starchy Roots,14.045757,0.239650379826449
+1971,United Republic of Tanzania,Sugar,14.045757,0.00989337918917435
 1972,United Republic of Tanzania,Ruminants,14.506496,0.222403921663784
 1972,United Republic of Tanzania,Cereals,14.506496,0.0820604093504041
 1972,United Republic of Tanzania,Monogastrics,14.506496,0.00755225107427734
-1972,United Republic of Tanzania,Oilcrops,14.506496,0.0289905984188049
-1972,United Republic of Tanzania,Pulses,14.506496,0.0101256016614901
+1972,United Republic of Tanzania,FruitVeg,14.506496,0.0988614342154025
+1972,United Republic of Tanzania,OilcropsPulses,14.506496,0.0391162000802951
 1972,United Republic of Tanzania,Starchy Roots,14.506496,0.241681312978682
+1972,United Republic of Tanzania,Sugar,14.506496,0.0107564225020294
 1973,United Republic of Tanzania,Ruminants,14.984973,0.221625744671011
 1973,United Republic of Tanzania,Cereals,14.984973,0.0920094417253872
 1973,United Republic of Tanzania,Monogastrics,14.984973,0.0076576314151517
-1973,United Republic of Tanzania,Oilcrops,14.984973,0.0264411554161626
-1973,United Republic of Tanzania,Pulses,14.984973,0.0100757605635993
+1973,United Republic of Tanzania,FruitVeg,14.984973,0.096293400061515
+1973,United Republic of Tanzania,OilcropsPulses,14.984973,0.0365169159797619
 1973,United Republic of Tanzania,Starchy Roots,14.984973,0.26289670325065
+1973,United Republic of Tanzania,Sugar,14.984973,0.0104225079351161
 1974,United Republic of Tanzania,Ruminants,15.477155,0.214157950863708
 1974,United Republic of Tanzania,Cereals,15.477155,0.102784200326223
 1974,United Republic of Tanzania,Monogastrics,15.477155,0.00771663138348101
-1974,United Republic of Tanzania,Oilcrops,15.477155,0.0299081452631314
-1974,United Republic of Tanzania,Pulses,15.477155,0.0100568870700074
+1974,United Republic of Tanzania,FruitVeg,15.477155,0.0982101038595272
+1974,United Republic of Tanzania,OilcropsPulses,15.477155,0.0399650323331388
 1974,United Republic of Tanzania,Starchy Roots,15.477155,0.265107831510378
+1974,United Republic of Tanzania,Sugar,15.477155,0.00838267756574125
 1975,United Republic of Tanzania,Ruminants,15.980265,0.228625463970716
 1975,United Republic of Tanzania,Cereals,15.980265,0.127105464145932
 1975,United Republic of Tanzania,Monogastrics,15.980265,0.00766721327837805
-1975,United Republic of Tanzania,Oilcrops,15.980265,0.0261690278603014
-1975,United Republic of Tanzania,Pulses,15.980265,0.00932306191417977
+1975,United Republic of Tanzania,FruitVeg,15.980265,0.0972055219359629
+1975,United Republic of Tanzania,OilcropsPulses,15.980265,0.0354920897744812
 1975,United Republic of Tanzania,Starchy Roots,15.980265,0.304936119645075
+1975,United Republic of Tanzania,Sugar,15.980265,0.00637092063241755
 1976,United Republic of Tanzania,Ruminants,16.493435,0.231126815002454
 1976,United Republic of Tanzania,Cereals,16.493435,0.131990273705871
 1976,United Republic of Tanzania,Monogastrics,16.493435,0.0079433665576637
-1976,United Republic of Tanzania,Oilcrops,16.493435,0.0274812978618462
-1976,United Republic of Tanzania,Pulses,16.493435,0.00983724736539114
+1976,United Republic of Tanzania,FruitVeg,16.493435,0.108943528137104
+1976,United Republic of Tanzania,OilcropsPulses,16.493435,0.0373185452272374
 1976,United Republic of Tanzania,Starchy Roots,16.493435,0.287743456714747
+1976,United Republic of Tanzania,Sugar,16.493435,0.00676487341781745
 1977,United Republic of Tanzania,Ruminants,17.018013,0.24732444381139
 1977,United Republic of Tanzania,Cereals,17.018013,0.133475805900489
 1977,United Republic of Tanzania,Monogastrics,17.018013,0.00800305535082151
-1977,United Republic of Tanzania,Oilcrops,17.018013,0.0257966073947646
-1977,United Republic of Tanzania,Pulses,17.018013,0.0123787659581644
+1977,United Republic of Tanzania,FruitVeg,17.018013,0.108560264938098
+1977,United Republic of Tanzania,OilcropsPulses,17.018013,0.038175373352929
 1977,United Republic of Tanzania,Starchy Roots,17.018013,0.268608033146995
+1977,United Republic of Tanzania,Sugar,17.018013,0.00677388129859814
 1978,United Republic of Tanzania,Ruminants,17.556148,0.245043274868724
 1978,United Republic of Tanzania,Cereals,17.556148,0.138052606984174
 1978,United Republic of Tanzania,Monogastrics,17.556148,0.00806101087778481
-1978,United Republic of Tanzania,Oilcrops,17.556148,0.0243703231483353
-1978,United Republic of Tanzania,Pulses,17.556148,0.0144344306051646
+1978,United Republic of Tanzania,FruitVeg,17.556148,0.104270822961848
+1978,United Republic of Tanzania,OilcropsPulses,17.556148,0.0388047537534999
 1978,United Republic of Tanzania,Starchy Roots,17.556148,0.245762111369761
+1978,United Republic of Tanzania,Sugar,17.556148,0.00801217898140298
 1979,United Republic of Tanzania,Ruminants,18.11099,0.235299627463766
 1979,United Republic of Tanzania,Cereals,18.11099,0.142194766823901
 1979,United Republic of Tanzania,Monogastrics,18.11099,0.0080452145354837
-1979,United Republic of Tanzania,Oilcrops,18.11099,0.0253539977659973
-1979,United Republic of Tanzania,Pulses,18.11099,0.015247537544883
+1979,United Republic of Tanzania,FruitVeg,18.11099,0.102192370488858
+1979,United Republic of Tanzania,OilcropsPulses,18.11099,0.0406015353108803
 1979,United Republic of Tanzania,Starchy Roots,18.11099,0.25603498207442
+1979,United Republic of Tanzania,Sugar,18.11099,0.00637806105574571
 1980,United Republic of Tanzania,Ruminants,18.684893,0.217004924780677
 1980,United Republic of Tanzania,Cereals,18.684893,0.148139462184771
 1980,United Republic of Tanzania,Monogastrics,18.684893,0.00762337252881245
-1980,United Republic of Tanzania,Oilcrops,18.684893,0.0247587716986124
-1980,United Republic of Tanzania,Pulses,18.684893,0.0135315198219224
+1980,United Republic of Tanzania,FruitVeg,18.684893,0.101711473541754
+1980,United Republic of Tanzania,OilcropsPulses,18.684893,0.0382902915205348
 1980,United Republic of Tanzania,Starchy Roots,18.684893,0.23221492357489
+1980,United Republic of Tanzania,Sugar,18.684893,0.00665559069564915
 1981,United Republic of Tanzania,Ruminants,19.279543,0.221304078628835
 1981,United Republic of Tanzania,Cereals,19.279543,0.136080974533473
 1981,United Republic of Tanzania,Monogastrics,19.279543,0.00811632308919356
-1981,United Republic of Tanzania,Oilcrops,19.279543,0.0229656895912937
-1981,United Republic of Tanzania,Pulses,19.279543,0.0125225478632974
+1981,United Republic of Tanzania,FruitVeg,19.279543,0.100144749281661
+1981,United Republic of Tanzania,OilcropsPulses,19.279543,0.0354882374545911
 1981,United Republic of Tanzania,Starchy Roots,19.279543,0.264697041833409
+1981,United Republic of Tanzania,Sugar,19.279543,0.00604563085338693
 1982,United Republic of Tanzania,Ruminants,19.894677,0.228246555598766
 1982,United Republic of Tanzania,Cereals,19.894677,0.144997830324162
 1982,United Republic of Tanzania,Monogastrics,19.894677,0.00727022610118274
-1982,United Republic of Tanzania,Oilcrops,19.894677,0.022937743598451
-1982,United Republic of Tanzania,Pulses,19.894677,0.0127722103756698
+1982,United Republic of Tanzania,FruitVeg,19.894677,0.0979919905208815
+1982,United Republic of Tanzania,OilcropsPulses,19.894677,0.0357099539741208
 1982,United Republic of Tanzania,Starchy Roots,19.894677,0.266826900481973
+1982,United Republic of Tanzania,Sugar,19.894677,0.0060804706706221
 1983,United Republic of Tanzania,Ruminants,20.528465,0.225662571458704
 1983,United Republic of Tanzania,Cereals,20.528465,0.130033395093106
 1983,United Republic of Tanzania,Monogastrics,20.528465,0.00715367661439859
-1983,United Republic of Tanzania,Oilcrops,20.528465,0.0229435566663167
-1983,United Republic of Tanzania,Pulses,20.528465,0.0143598169663441
+1983,United Republic of Tanzania,FruitVeg,20.528465,0.0963409587614076
+1983,United Republic of Tanzania,OilcropsPulses,20.528465,0.0373033736326608
 1983,United Republic of Tanzania,Starchy Roots,20.528465,0.309239049290826
+1983,United Republic of Tanzania,Sugar,20.528465,0.00584291129414693
 1984,United Republic of Tanzania,Ruminants,21.178079,0.233112191148215
 1984,United Republic of Tanzania,Cereals,21.178079,0.133712788586727
 1984,United Republic of Tanzania,Monogastrics,21.178079,0.00746633346678894
-1984,United Republic of Tanzania,Oilcrops,21.178079,0.0229377272603431
-1984,United Republic of Tanzania,Pulses,21.178079,0.0159309538886884
+1984,United Republic of Tanzania,FruitVeg,21.178079,0.0945777943315822
+1984,United Republic of Tanzania,OilcropsPulses,21.178079,0.0388686811490315
 1984,United Republic of Tanzania,Starchy Roots,21.178079,0.294445072189975
+1984,United Republic of Tanzania,Sugar,21.178079,0.00608940971463937
 1985,United Republic of Tanzania,Ruminants,21.842087,0.237081209318505
 1985,United Republic of Tanzania,Cereals,21.842087,0.146772513084487
 1985,United Republic of Tanzania,Monogastrics,21.842087,0.00752164845786028
-1985,United Republic of Tanzania,Oilcrops,21.842087,0.0207039739380216
-1985,United Republic of Tanzania,Pulses,21.842087,0.0167418067696553
+1985,United Republic of Tanzania,FruitVeg,21.842087,0.0926316702245532
+1985,United Republic of Tanzania,OilcropsPulses,21.842087,0.0374457807076769
 1985,United Republic of Tanzania,Starchy Roots,21.842087,0.247842708437156
+1985,United Republic of Tanzania,Sugar,21.842087,0.00602849901660038
 1986,United Republic of Tanzania,Ruminants,22.516809,0.244904813110952
 1986,United Republic of Tanzania,Cereals,22.516809,0.146863527598427
 1986,United Republic of Tanzania,Monogastrics,22.516809,0.00750557505728276
-1986,United Republic of Tanzania,Oilcrops,22.516809,0.023424145046485
-1986,United Republic of Tanzania,Pulses,22.516809,0.015335654354931
+1986,United Republic of Tanzania,FruitVeg,22.516809,0.0911491055415534
+1986,United Republic of Tanzania,OilcropsPulses,22.516809,0.0387597994014161
 1986,United Republic of Tanzania,Starchy Roots,22.516809,0.262843771513095
+1986,United Republic of Tanzania,Sugar,22.516809,0.00582813488358852
 1987,United Republic of Tanzania,Ruminants,23.204186,0.236658855432378
 1987,United Republic of Tanzania,Cereals,23.204186,0.15012903275297
 1987,United Republic of Tanzania,Monogastrics,23.204186,0.00760676543447807
-1987,United Republic of Tanzania,Oilcrops,23.204186,0.024568929071677
-1987,United Republic of Tanzania,Pulses,23.204186,0.016482758757407
+1987,United Republic of Tanzania,FruitVeg,23.204186,0.0899628627351979
+1987,United Republic of Tanzania,OilcropsPulses,23.204186,0.0410516878290839
 1987,United Republic of Tanzania,Starchy Roots,23.204186,0.253921382978054
+1987,United Republic of Tanzania,Sugar,23.204186,0.00459865301889926
 1988,United Republic of Tanzania,Ruminants,23.914852,0.252988598884074
 1988,United Republic of Tanzania,Cereals,23.914852,0.139111293684778
 1988,United Republic of Tanzania,Monogastrics,23.914852,0.00775295619642555
-1988,United Republic of Tanzania,Oilcrops,23.914852,0.0218848521412552
-1988,United Republic of Tanzania,Pulses,23.914852,0.0155656827815619
+1988,United Republic of Tanzania,FruitVeg,23.914852,0.0887332273684989
+1988,United Republic of Tanzania,OilcropsPulses,23.914852,0.037450534922817
 1988,United Republic of Tanzania,Starchy Roots,23.914852,0.256403050288582
+1988,United Republic of Tanzania,Sugar,23.914852,0.00429477882614536
 1989,United Republic of Tanzania,Ruminants,24.663284,0.247207131864516
 1989,United Republic of Tanzania,Cereals,24.663284,0.150091407129724
 1989,United Republic of Tanzania,Monogastrics,24.663284,0.00777467023450729
-1989,United Republic of Tanzania,Oilcrops,24.663284,0.0187912120705418
-1989,United Republic of Tanzania,Pulses,24.663284,0.0175602324491742
+1989,United Republic of Tanzania,FruitVeg,24.663284,0.0845444994267592
+1989,United Republic of Tanzania,OilcropsPulses,24.663284,0.036351444519716
 1989,United Republic of Tanzania,Starchy Roots,24.663284,0.245309464870939
+1989,United Republic of Tanzania,Sugar,24.663284,0.00428718251794854
 1990,United Republic of Tanzania,Ruminants,25.458208,0.238410382223289
 1990,United Republic of Tanzania,Cereals,25.458208,0.1361210498398
 1990,United Republic of Tanzania,Monogastrics,25.458208,0.00806820338650702
-1990,United Republic of Tanzania,Oilcrops,25.458208,0.0222711669258103
-1990,United Republic of Tanzania,Pulses,25.458208,0.0161421809421936
+1990,United Republic of Tanzania,FruitVeg,25.458208,0.0865365700523776
+1990,United Republic of Tanzania,OilcropsPulses,25.458208,0.0384133478680039
 1990,United Republic of Tanzania,Starchy Roots,25.458208,0.258988574529676
+1990,United Republic of Tanzania,Sugar,25.458208,0.00394890323780841
 1991,United Republic of Tanzania,Ruminants,26.307482,0.240391836056374
 1991,United Republic of Tanzania,Cereals,26.307482,0.134651921457173
 1991,United Republic of Tanzania,Monogastrics,26.307482,0.00869191129732599
-1991,United Republic of Tanzania,Oilcrops,26.307482,0.0254789492966298
-1991,United Republic of Tanzania,Pulses,26.307482,0.0180975511073238
+1991,United Republic of Tanzania,FruitVeg,26.307482,0.0821682972167386
+1991,United Republic of Tanzania,OilcropsPulses,26.307482,0.0435765004039535
 1991,United Republic of Tanzania,Starchy Roots,26.307482,0.282734394724664
+1991,United Republic of Tanzania,Sugar,26.307482,0.00561634899151504
 1992,United Republic of Tanzania,Ruminants,27.203865,0.240073853476335
 1992,United Republic of Tanzania,Cereals,27.203865,0.125043886227196
 1992,United Republic of Tanzania,Monogastrics,27.203865,0.0086339459484893
-1992,United Republic of Tanzania,Oilcrops,27.203865,0.0260586868814413
-1992,United Republic of Tanzania,Pulses,27.203865,0.0181819752450617
+1992,United Republic of Tanzania,FruitVeg,27.203865,0.0785175194774713
+1992,United Republic of Tanzania,OilcropsPulses,27.203865,0.044240662126503
 1992,United Republic of Tanzania,Starchy Roots,27.203865,0.269187999572855
+1992,United Republic of Tanzania,Sugar,27.203865,0.00580899074451369
 1993,United Republic of Tanzania,Ruminants,28.122799,0.241393337128356
 1993,United Republic of Tanzania,Cereals,28.122799,0.126056051533135
 1993,United Republic of Tanzania,Monogastrics,28.122799,0.00904624749478172
-1993,United Republic of Tanzania,Oilcrops,28.122799,0.0186046559590317
-1993,United Republic of Tanzania,Pulses,28.122799,0.0181461667453513
+1993,United Republic of Tanzania,FruitVeg,28.122799,0.0723379632304736
+1993,United Republic of Tanzania,OilcropsPulses,28.122799,0.036750822704383
 1993,United Republic of Tanzania,Starchy Roots,28.122799,0.254571531091198
+1993,United Republic of Tanzania,Sugar,28.122799,0.0054539379241732
 1994,United Republic of Tanzania,Ruminants,29.030288,0.233033685370259
 1994,United Republic of Tanzania,Cereals,29.030288,0.125115396719454
 1994,United Republic of Tanzania,Monogastrics,29.030288,0.00812939230916345
-1994,United Republic of Tanzania,Oilcrops,29.030288,0.0173057532188451
-1994,United Republic of Tanzania,Pulses,29.030288,0.0197146855725303
+1994,United Republic of Tanzania,FruitVeg,29.030288,0.0700740550696569
+1994,United Republic of Tanzania,OilcropsPulses,29.030288,0.0370204387913754
 1994,United Republic of Tanzania,Starchy Roots,29.030288,0.261296718792456
+1994,United Republic of Tanzania,Sugar,29.030288,0.00496881050577245
 1995,United Republic of Tanzania,Ruminants,29.903329,0.252585235576949
 1995,United Republic of Tanzania,Cereals,29.903329,0.127767915070593
 1995,United Republic of Tanzania,Monogastrics,29.903329,0.00850478553742294
-1995,United Republic of Tanzania,Oilcrops,29.903329,0.0200056655899415
-1995,United Republic of Tanzania,Pulses,29.903329,0.0188912077314201
+1995,United Republic of Tanzania,FruitVeg,29.903329,0.0658393919954531
+1995,United Republic of Tanzania,OilcropsPulses,29.903329,0.0388968733213616
 1995,United Republic of Tanzania,Starchy Roots,29.903329,0.219440350604443
+1995,United Republic of Tanzania,Sugar,29.903329,0.00554346307061665
 1996,United Republic of Tanzania,Ruminants,30.733937,0.20311946692674
 1996,United Republic of Tanzania,Cereals,30.733937,0.130276866253744
 1996,United Republic of Tanzania,Monogastrics,30.733937,0.00820958603513764
-1996,United Republic of Tanzania,Oilcrops,30.733937,0.0199775902449465
-1996,United Republic of Tanzania,Pulses,30.733937,0.0196965003214525
+1996,United Republic of Tanzania,FruitVeg,30.733937,0.0671190612514108
+1996,United Republic of Tanzania,OilcropsPulses,30.733937,0.039674090566399
 1996,United Republic of Tanzania,Starchy Roots,30.733937,0.214869510534885
+1996,United Republic of Tanzania,Sugar,30.733937,0.00751195657100488
 1997,United Republic of Tanzania,Ruminants,31.533781,0.196676164523373
 1997,United Republic of Tanzania,Cereals,31.533781,0.125860866478397
 1997,United Republic of Tanzania,Monogastrics,31.533781,0.00857453471881472
-1997,United Republic of Tanzania,Oilcrops,31.533781,0.0192674643107339
-1997,United Republic of Tanzania,Pulses,31.533781,0.0203871524318635
+1997,United Republic of Tanzania,FruitVeg,31.533781,0.0758634684499141
+1997,United Republic of Tanzania,OilcropsPulses,31.533781,0.0396546167425974
 1997,United Republic of Tanzania,Starchy Roots,31.533781,0.203238774316343
+1997,United Republic of Tanzania,Sugar,31.533781,0.00670928107225708
 1998,United Republic of Tanzania,Ruminants,32.323953,0.199365637612454
 1998,United Republic of Tanzania,Cereals,32.323953,0.133237633404553
 1998,United Republic of Tanzania,Monogastrics,32.323953,0.00858714588528204
-1998,United Republic of Tanzania,Oilcrops,32.323953,0.016527124637262
-1998,United Republic of Tanzania,Pulses,32.323953,0.0205362568124016
+1998,United Republic of Tanzania,FruitVeg,32.323953,0.0855597704897046
+1998,United Republic of Tanzania,OilcropsPulses,32.323953,0.0370633814496637
 1998,United Republic of Tanzania,Starchy Roots,32.323953,0.189374362721045
+1998,United Republic of Tanzania,Sugar,32.323953,0.00620555289138058
 1999,United Republic of Tanzania,Ruminants,33.135281,0.241463450996537
 1999,United Republic of Tanzania,Cereals,33.135281,0.129325989418952
 1999,United Republic of Tanzania,Monogastrics,33.135281,0.00885101291279226
-1999,United Republic of Tanzania,Oilcrops,33.135281,0.0169403422291786
-1999,United Republic of Tanzania,Pulses,33.135281,0.02065635115634
+1999,United Republic of Tanzania,FruitVeg,33.135281,0.0802747077955971
+1999,United Republic of Tanzania,OilcropsPulses,33.135281,0.0375966933855186
 1999,United Republic of Tanzania,Starchy Roots,33.135281,0.186501330711516
+1999,United Republic of Tanzania,Sugar,33.135281,0.007394504968888
 2000,United Republic of Tanzania,Ruminants,33.99159,0.213535462742402
 2000,United Republic of Tanzania,Cereals,33.99159,0.126473842500454
 2000,United Republic of Tanzania,Monogastrics,33.99159,0.00874911706101421
-2000,United Republic of Tanzania,Oilcrops,33.99159,0.0170707224934168
-2000,United Republic of Tanzania,Pulses,33.99159,0.0221801627990924
+2000,United Republic of Tanzania,FruitVeg,33.99159,0.0770150204800658
+2000,United Republic of Tanzania,OilcropsPulses,33.99159,0.0392508852925091
 2000,United Republic of Tanzania,Starchy Roots,33.99159,0.171354355592074
+2000,United Republic of Tanzania,Sugar,33.99159,0.00739185780953465
 2001,United Republic of Tanzania,Ruminants,34.899062,0.175517680102692
 2001,United Republic of Tanzania,Cereals,34.899062,0.130750304979544
 2001,United Republic of Tanzania,Monogastrics,34.899062,0.00922057160160923
-2001,United Republic of Tanzania,Oilcrops,34.899062,0.0201554414270504
-2001,United Republic of Tanzania,Pulses,34.899062,0.0199989902307403
+2001,United Republic of Tanzania,FruitVeg,34.899062,0.0799674501280292
+2001,United Republic of Tanzania,OilcropsPulses,34.899062,0.0401544316577907
 2001,United Republic of Tanzania,Starchy Roots,34.899062,0.158913640716189
+2001,United Republic of Tanzania,Sugar,34.899062,0.00729085498057226
 2002,United Republic of Tanzania,Ruminants,35.85548,0.173905341666044
 2002,United Republic of Tanzania,Cereals,35.85548,0.125144245733149
 2002,United Republic of Tanzania,Monogastrics,35.85548,0.00954987354792071
-2002,United Republic of Tanzania,Oilcrops,35.85548,0.0184540828905372
-2002,United Republic of Tanzania,Pulses,35.85548,0.0230560572609821
+2002,United Republic of Tanzania,FruitVeg,35.85548,0.115643912729658
+2002,United Republic of Tanzania,OilcropsPulses,35.85548,0.0415101401515194
 2002,United Republic of Tanzania,Starchy Roots,35.85548,0.161629379944154
+2002,United Republic of Tanzania,Sugar,35.85548,0.00718261197451547
 2003,United Republic of Tanzania,Ruminants,36.866228,0.172204517370207
 2003,United Republic of Tanzania,Cereals,36.866228,0.120514119318092
 2003,United Republic of Tanzania,Monogastrics,36.866228,0.0099674504264445
-2003,United Republic of Tanzania,Oilcrops,36.866228,0.0199140525035542
-2003,United Republic of Tanzania,Pulses,36.866228,0.0233130712477555
+2003,United Republic of Tanzania,FruitVeg,36.866228,0.0986423129591669
+2003,United Republic of Tanzania,OilcropsPulses,36.866228,0.0432271237513097
 2003,United Republic of Tanzania,Starchy Roots,36.866228,0.126908399741899
+2003,United Republic of Tanzania,Sugar,36.866228,0.00827635525934468
 2004,United Republic of Tanzania,Ruminants,37.935334,0.174371371028393
 2004,United Republic of Tanzania,Cereals,37.935334,0.127999742930957
 2004,United Republic of Tanzania,Monogastrics,37.935334,0.0101297328764787
-2004,United Republic of Tanzania,Oilcrops,37.935334,0.0242399869209007
-2004,United Republic of Tanzania,Pulses,37.935334,0.0201844538919837
+2004,United Republic of Tanzania,FruitVeg,37.935334,0.109096284746037
+2004,United Republic of Tanzania,OilcropsPulses,37.935334,0.0444244408128844
 2004,United Republic of Tanzania,Starchy Roots,37.935334,0.152292846558304
+2004,United Republic of Tanzania,Sugar,37.935334,0.00813921923028278
 2005,United Republic of Tanzania,Ruminants,39.0656,0.187913041141055
 2005,United Republic of Tanzania,Cereals,39.0656,0.122478984067824
 2005,United Republic of Tanzania,Monogastrics,39.0656,0.0101446080439056
-2005,United Republic of Tanzania,Oilcrops,39.0656,0.0250677578227392
-2005,United Republic of Tanzania,Pulses,39.0656,0.0204097210845347
+2005,United Republic of Tanzania,FruitVeg,39.0656,0.10775812991481
+2005,United Republic of Tanzania,OilcropsPulses,39.0656,0.0454774789072739
 2005,United Republic of Tanzania,Starchy Roots,39.0656,0.155853999426605
+2005,United Republic of Tanzania,Sugar,39.0656,0.00906613491153342
 2006,United Republic of Tanzania,Ruminants,40.260847,0.18450011744661
 2006,United Republic of Tanzania,Cereals,40.260847,0.124264598804889
 2006,United Republic of Tanzania,Monogastrics,40.260847,0.00981697926027239
-2006,United Republic of Tanzania,Oilcrops,40.260847,0.0203245599875234
-2006,United Republic of Tanzania,Pulses,40.260847,0.0207432049305868
+2006,United Republic of Tanzania,FruitVeg,40.260847,0.130661409085606
+2006,United Republic of Tanzania,OilcropsPulses,40.260847,0.0410677649181102
 2006,United Republic of Tanzania,Starchy Roots,40.260847,0.152991465877506
+2006,United Republic of Tanzania,Sugar,40.260847,0.00890170045354485
 2007,United Republic of Tanzania,Ruminants,41.522004,0.163502809257472
 2007,United Republic of Tanzania,Cereals,41.522004,0.128976795050644
 2007,United Republic of Tanzania,Monogastrics,41.522004,0.0100624478529504
-2007,United Republic of Tanzania,Oilcrops,41.522004,0.0238361327646903
-2007,United Republic of Tanzania,Pulses,41.522004,0.0216951715528952
+2007,United Republic of Tanzania,FruitVeg,41.522004,0.11958941095425
+2007,United Republic of Tanzania,OilcropsPulses,41.522004,0.0455313043175854
 2007,United Republic of Tanzania,Starchy Roots,41.522004,0.153795443013781
+2007,United Republic of Tanzania,Sugar,41.522004,0.00924490542412163
 2008,United Republic of Tanzania,Ruminants,42.844744,0.18307163184357
 2008,United Republic of Tanzania,Cereals,42.844744,0.127508825820035
 2008,United Republic of Tanzania,Monogastrics,42.844744,0.00977595758303515
-2008,United Republic of Tanzania,Oilcrops,42.844744,0.025099438101439
-2008,United Republic of Tanzania,Pulses,42.844744,0.0192640665562152
+2008,United Republic of Tanzania,FruitVeg,42.844744,0.115729878091931
+2008,United Republic of Tanzania,OilcropsPulses,42.844744,0.0443635046576542
 2008,United Republic of Tanzania,Starchy Roots,42.844744,0.145787707355656
+2008,United Republic of Tanzania,Sugar,42.844744,0.00892963673677219
 2009,United Republic of Tanzania,Ruminants,44.222113,0.183567874741761
 2009,United Republic of Tanzania,Cereals,44.222113,0.125500470771263
 2009,United Republic of Tanzania,Monogastrics,44.222113,0.00956590201829569
-2009,United Republic of Tanzania,Oilcrops,44.222113,0.0242321754277097
-2009,United Republic of Tanzania,Pulses,44.222113,0.0211102757572891
+2009,United Republic of Tanzania,FruitVeg,44.222113,0.119885044841706
+2009,United Republic of Tanzania,OilcropsPulses,44.222113,0.0453424511849988
 2009,United Republic of Tanzania,Starchy Roots,44.222113,0.146678721570812
+2009,United Republic of Tanzania,Sugar,44.222113,0.00911571095664289
 2010,United Republic of Tanzania,Ruminants,45.648525,0.189804881975924
 2010,United Republic of Tanzania,Cereals,45.648525,0.119234060684327
 2010,United Republic of Tanzania,Monogastrics,45.648525,0.00962624312614701
-2010,United Republic of Tanzania,Oilcrops,45.648525,0.023849949149507
-2010,United Republic of Tanzania,Pulses,45.648525,0.0197706059505756
+2010,United Republic of Tanzania,FruitVeg,45.648525,0.12735822241792
+2010,United Republic of Tanzania,OilcropsPulses,45.648525,0.0436205551000826
 2010,United Republic of Tanzania,Starchy Roots,45.648525,0.145332581939942
+2010,United Republic of Tanzania,Sugar,45.648525,0.00973775165791228
 2011,United Republic of Tanzania,Ruminants,47.122998,0.199548944233132
 2011,United Republic of Tanzania,Cereals,47.122998,0.124046458164652
 2011,United Republic of Tanzania,Monogastrics,47.122998,0.0102014986397937
-2011,United Republic of Tanzania,Oilcrops,47.122998,0.0264449643038416
-2011,United Republic of Tanzania,Pulses,47.122998,0.0190419972854868
+2011,United Republic of Tanzania,FruitVeg,47.122998,0.135841993754302
+2011,United Republic of Tanzania,OilcropsPulses,47.122998,0.0454869615893284
 2011,United Republic of Tanzania,Starchy Roots,47.122998,0.140663355077705
+2011,United Republic of Tanzania,Sugar,47.122998,0.0101639543392379
 2012,United Republic of Tanzania,Ruminants,48.645709,0.20985616840326
 2012,United Republic of Tanzania,Cereals,48.645709,0.123096119330895
 2012,United Republic of Tanzania,Monogastrics,48.645709,0.00940565384708444
-2012,United Republic of Tanzania,Oilcrops,48.645709,0.0311557798448369
-2012,United Republic of Tanzania,Pulses,48.645709,0.0196998259394266
+2012,United Republic of Tanzania,FruitVeg,48.645709,0.122773192595466
+2012,United Republic of Tanzania,OilcropsPulses,48.645709,0.0508556057842635
 2012,United Republic of Tanzania,Starchy Roots,48.645709,0.142905656899769
+2012,United Republic of Tanzania,Sugar,48.645709,0.010122866129878
 2013,United Republic of Tanzania,Ruminants,50.213457,0.211150692134182
 2013,United Republic of Tanzania,Cereals,50.213457,0.125928155076039
 2013,United Republic of Tanzania,Monogastrics,50.213457,0.00928139243629452
-2013,United Republic of Tanzania,Oilcrops,50.213457,0.0292329803144205
-2013,United Republic of Tanzania,Pulses,50.213457,0.0205274653764627
+2013,United Republic of Tanzania,FruitVeg,50.213457,0.127321646067906
+2013,United Republic of Tanzania,OilcropsPulses,50.213457,0.0497604456908832
 2013,United Republic of Tanzania,Starchy Roots,50.213457,0.139246477293925
+2013,United Republic of Tanzania,Sugar,50.213457,0.00943404474222916
 1961,United States of America,Ruminants,183.691,1.41430116445553
 1961,United States of America,Cereals,183.691,0.121063095089035
 1961,United States of America,Monogastrics,183.691,0.280335681116658
-1961,United States of America,Oilcrops,183.691,0.0524497063002542
-1961,United States of America,Pulses,183.691,0.00394744979340305
+1961,United States of America,FruitVeg,183.691,0.180897360240839
+1961,United States of America,OilcropsPulses,183.691,0.0563971560936573
 1961,United States of America,Starchy Roots,183.691,0.0551254661360655
+1961,United States of America,Sugar,183.691,0.053329678645116
 1962,United States of America,Ruminants,186.538,1.41793927242707
 1962,United States of America,Cereals,186.538,0.11652772089333
 1962,United States of America,Monogastrics,186.538,0.284503183801692
-1962,United States of America,Oilcrops,186.538,0.0510398363872241
-1962,United States of America,Pulses,186.538,0.00411485059344477
+1962,United States of America,FruitVeg,186.538,0.186448096366424
+1962,United States of America,OilcropsPulses,186.538,0.0551546869806688
 1962,United States of America,Starchy Roots,186.538,0.0533603716132906
+1962,United States of America,Sugar,186.538,0.0537414467829611
 1963,United States of America,Ruminants,189.242,1.46490038257892
 1963,United States of America,Cereals,189.242,0.117873400196574
 1963,United States of America,Monogastrics,189.242,0.290644391836907
-1963,United States of America,Oilcrops,189.242,0.0525554739434164
-1963,United States of America,Pulses,189.242,0.00405687426681181
+1963,United States of America,FruitVeg,189.242,0.171116570317371
+1963,United States of America,OilcropsPulses,189.242,0.0566123482102282
 1963,United States of America,Starchy Roots,189.242,0.0552990720875915
+1963,United States of America,Sugar,189.242,0.0524769765696833
 1964,United States of America,Ruminants,191.889,1.540953865516
 1964,United States of America,Cereals,191.889,0.119373861972286
 1964,United States of America,Monogastrics,191.889,0.291130073636321
-1964,United States of America,Oilcrops,191.889,0.0509006300517487
-1964,United States of America,Pulses,191.889,0.00413815799759236
+1964,United States of America,FruitVeg,191.889,0.171502264329899
+1964,United States of America,OilcropsPulses,191.889,0.055038788049341
 1964,United States of America,Starchy Roots,191.889,0.0554730391007301
+1964,United States of America,Sugar,191.889,0.0541332228527951
 1965,United States of America,Ruminants,194.303,1.53392467280485
 1965,United States of America,Cereals,194.303,0.121343437826487
 1965,United States of America,Monogastrics,194.303,0.273948515977623
-1965,United States of America,Oilcrops,194.303,0.0524334312903043
-1965,United States of America,Pulses,194.303,0.003298518293593
+1965,United States of America,FruitVeg,194.303,0.178036309269543
+1965,United States of America,OilcropsPulses,194.303,0.0557319495838973
 1965,United States of America,Starchy Roots,194.303,0.0544448618909641
+1965,United States of America,Sugar,194.303,0.0549867217696073
 1966,United States of America,Ruminants,196.56,1.57074864417989
 1966,United States of America,Cereals,196.56,0.121574211436711
 1966,United States of America,Monogastrics,196.56,0.2788550503663
-1966,United States of America,Oilcrops,196.56,0.052912031949532
-1966,United States of America,Pulses,196.56,0.00322775234025234
+1966,United States of America,FruitVeg,196.56,0.18187528998779
+1966,United States of America,OilcropsPulses,196.56,0.0561397842897843
 1966,United States of America,Starchy Roots,196.56,0.0580826516076516
+1966,United States of America,Sugar,196.56,0.0549141381766382
 1967,United States of America,Ruminants,198.712,1.58534298935142
 1967,United States of America,Cereals,198.712,0.122318903740086
 1967,United States of America,Monogastrics,198.712,0.298416605439027
-1967,United States of America,Oilcrops,198.712,0.0413012701799589
-1967,United States of America,Pulses,198.712,0.00335276681830992
+1967,United States of America,FruitVeg,198.712,0.191299795684206
+1967,United States of America,OilcropsPulses,198.712,0.0446540369982689
 1967,United States of America,Starchy Roots,198.712,0.0542348725794114
+1967,United States of America,Sugar,198.712,0.056000035226861
 1968,United States of America,Ruminants,200.706,1.61579705888215
 1968,United States of America,Cereals,200.706,0.122123444241826
 1968,United States of America,Monogastrics,200.706,0.303187810030592
-1968,United States of America,Oilcrops,200.706,0.0415168555000847
-1968,United States of America,Pulses,200.706,0.00326328061941347
+1968,United States of America,FruitVeg,200.706,0.192546994110789
+1968,United States of America,OilcropsPulses,200.706,0.0447801361194982
 1968,United States of America,Starchy Roots,200.706,0.0564349047861051
+1968,United States of America,Sugar,200.706,0.0565315087740277
 1969,United States of America,Ruminants,202.677,1.6071420891369
 1969,United States of America,Cereals,202.677,0.119254330782477
 1969,United States of America,Monogastrics,202.677,0.301230475584304
-1969,United States of America,Oilcrops,202.677,0.0464984482699073
-1969,United States of America,Pulses,202.677,0.00420010657351352
+1969,United States of America,FruitVeg,202.677,0.198506584368231
+1969,United States of America,OilcropsPulses,202.677,0.0506985548434208
 1969,United States of America,Starchy Roots,202.677,0.0572212436536953
+1969,United States of America,Sugar,202.677,0.057714427389393
 1970,United States of America,Ruminants,205.052,1.63078696184383
 1970,United States of America,Cereals,205.052,0.119833334958937
 1970,United States of America,Monogastrics,205.052,0.307910004291594
-1970,United States of America,Oilcrops,205.052,0.0455318553342567
-1970,United States of America,Pulses,205.052,0.00319804244776935
+1970,United States of America,FruitVeg,205.052,0.194631586134249
+1970,United States of America,OilcropsPulses,205.052,0.048729897782026
 1970,United States of America,Starchy Roots,205.052,0.0590472611825293
+1970,United States of America,Sugar,205.052,0.0579349384546359
 1971,United States of America,Ruminants,207.661,1.61754743259447
 1971,United States of America,Cereals,207.661,0.121604446670294
 1971,United States of America,Monogastrics,207.661,0.326586697550334
-1971,United States of America,Oilcrops,207.661,0.0441427855976808
-1971,United States of America,Pulses,207.661,0.00364164672230221
+1971,United States of America,FruitVeg,207.661,0.206130732299276
+1971,United States of America,OilcropsPulses,207.661,0.047784432319983
 1971,United States of America,Starchy Roots,207.661,0.0568824285734924
+1971,United States of America,Sugar,207.661,0.0587692441045743
 1972,United States of America,Ruminants,209.896,1.63446323417311
 1972,United States of America,Cereals,209.896,0.123863070282426
 1972,United States of America,Monogastrics,209.896,0.312028998646949
-1972,United States of America,Oilcrops,209.896,0.047063212257499
-1972,United States of America,Pulses,209.896,0.00274633151656058
+1972,United States of America,FruitVeg,209.896,0.19616182776232
+1972,United States of America,OilcropsPulses,209.896,0.0498095437740595
 1972,United States of America,Starchy Roots,209.896,0.0574218708312688
+1972,United States of America,Sugar,209.896,0.0595255316918855
 1973,United States of America,Ruminants,211.909,1.54004876432808
 1973,United States of America,Cereals,211.909,0.128994554266218
 1973,United States of America,Monogastrics,211.909,0.28961236521337
-1973,United States of America,Oilcrops,211.909,0.0515245883846368
-1973,United States of America,Pulses,211.909,0.00338019149729365
+1973,United States of America,FruitVeg,211.909,0.209695982709559
+1973,United States of America,OilcropsPulses,211.909,0.0549047798819305
 1973,United States of America,Starchy Roots,211.909,0.0565494953022288
+1973,United States of America,Sugar,211.909,0.0597429085126163
 1974,United States of America,Ruminants,213.854,1.61296327681502
 1974,United States of America,Cereals,213.854,0.128679613194048
 1974,United States of America,Monogastrics,213.854,0.302801056328149
-1974,United States of America,Oilcrops,213.854,0.044868414899885
-1974,United States of America,Pulses,213.854,0.00297726486294388
+1974,United States of America,FruitVeg,213.854,0.211933234823758
+1974,United States of America,OilcropsPulses,213.854,0.0478456797628288
 1974,United States of America,Starchy Roots,213.854,0.0567143050866479
+1974,United States of America,Sugar,213.854,0.0580442170826826
 1975,United States of America,Ruminants,215.973,1.65307260120478
 1975,United States of America,Cereals,215.973,0.136602899436504
 1975,United States of America,Monogastrics,215.973,0.264567763100017
-1975,United States of America,Oilcrops,215.973,0.0419753209891977
-1975,United States of America,Pulses,215.973,0.00349139938788645
+1975,United States of America,FruitVeg,215.973,0.219886189477388
+1975,United States of America,OilcropsPulses,215.973,0.0454667203770842
 1975,United States of America,Starchy Roots,215.973,0.058091113241007
+1975,United States of America,Sugar,215.973,0.0559267223217717
 1976,United States of America,Ruminants,218.035,1.75194159194625
 1976,United States of America,Cereals,218.035,0.141632095764441
 1976,United States of America,Monogastrics,218.035,0.278502042332653
-1976,United States of America,Oilcrops,218.035,0.0385422569770908
-1976,United States of America,Pulses,218.035,0.00296207030981264
+1976,United States of America,FruitVeg,218.035,0.213320966817254
+1976,United States of America,OilcropsPulses,218.035,0.0415043272869035
 1976,United States of America,Starchy Roots,218.035,0.0583425321622675
+1976,United States of America,Sugar,218.035,0.0588142775242507
 1977,United States of America,Ruminants,220.239,1.70233627377531
 1977,United States of America,Cereals,220.239,0.143163277167078
 1977,United States of America,Monogastrics,220.239,0.288087128982605
-1977,United States of America,Oilcrops,220.239,0.0405878704498295
-1977,United States of America,Pulses,220.239,0.00295257424888417
+1977,United States of America,FruitVeg,220.239,0.22483924282257
+1977,United States of America,OilcropsPulses,220.239,0.0435404446987137
 1977,United States of America,Starchy Roots,220.239,0.0570983749472164
+1977,United States of America,Sugar,220.239,0.0601351350124183
 1978,United States of America,Ruminants,222.585,1.63136601882427
 1978,United States of America,Cereals,222.585,0.145840964126064
 1978,United States of America,Monogastrics,222.585,0.291937837679987
-1978,United States of America,Oilcrops,222.585,0.0432381831659815
-1978,United States of America,Pulses,222.585,0.00319224565896174
+1978,United States of America,FruitVeg,222.585,0.22428218882674
+1978,United States of America,OilcropsPulses,222.585,0.0464304288249433
 1978,United States of America,Starchy Roots,222.585,0.0561124109890604
+1978,United States of America,Sugar,222.585,0.0588509019026439
 1979,United States of America,Ruminants,225.055,1.47829534113883
 1979,United States of America,Cereals,225.055,0.153822287885184
 1979,United States of America,Monogastrics,225.055,0.323261127279998
-1979,United States of America,Oilcrops,225.055,0.0431826264690853
-1979,United States of America,Pulses,225.055,0.00331324787274222
+1979,United States of America,FruitVeg,225.055,0.228743680433672
+1979,United States of America,OilcropsPulses,225.055,0.0464958743418275
 1979,United States of America,Starchy Roots,225.055,0.0550849081335673
+1979,United States of America,Sugar,225.055,0.0593393303859057
 1980,United States of America,Ruminants,227.225,1.45942961645946
 1980,United States of America,Cereals,227.225,0.151068826053471
 1980,United States of America,Monogastrics,227.225,0.338214897128397
-1980,United States of America,Oilcrops,227.225,0.0418553372208164
-1980,United States of America,Pulses,227.225,0.00301058862361096
+1980,United States of America,FruitVeg,227.225,0.227433711079327
+1980,United States of America,OilcropsPulses,227.225,0.0448659258444273
 1980,United States of America,Starchy Roots,227.225,0.0531049268346353
+1980,United States of America,Sugar,227.225,0.0578542457916162
 1981,United States of America,Ruminants,229.466,1.46853503961371
 1981,United States of America,Cereals,229.466,0.154365953997542
 1981,United States of America,Monogastrics,229.466,0.331427140404243
-1981,United States of America,Oilcrops,229.466,0.0442755135837118
-1981,United States of America,Pulses,229.466,0.00260185822736266
+1981,United States of America,FruitVeg,229.466,0.220846596009866
+1981,United States of America,OilcropsPulses,229.466,0.0468773718110744
 1981,United States of America,Starchy Roots,229.466,0.0547975342752303
+1981,United States of America,Sugar,229.466,0.0572985845397575
 1982,United States of America,Ruminants,231.664,1.46973250483459
 1982,United States of America,Cereals,231.664,0.162698373506458
 1982,United States of America,Monogastrics,231.664,0.311657264400166
-1982,United States of America,Oilcrops,231.664,0.0464628470543546
-1982,United States of America,Pulses,231.664,0.0030899103874577
+1982,United States of America,FruitVeg,231.664,0.229770676496996
+1982,United States of America,OilcropsPulses,231.664,0.0495527574418123
 1982,United States of America,Starchy Roots,231.664,0.0543135316665516
+1982,United States of America,Sugar,231.664,0.0565552783341391
 1983,United States of America,Ruminants,233.792,1.49479599900766
 1983,United States of America,Cereals,233.792,0.163120162366548
 1983,United States of America,Monogastrics,233.792,0.323660855375719
-1983,United States of America,Oilcrops,233.792,0.0424699433684643
-1983,United States of America,Pulses,233.792,0.0030461136394744
+1983,United States of America,FruitVeg,233.792,0.228071867300849
+1983,United States of America,OilcropsPulses,233.792,0.0455160570079387
 1983,United States of America,Starchy Roots,233.792,0.0555876548384889
+1983,United States of America,Sugar,233.792,0.0571663658294552
 1984,United States of America,Ruminants,235.825,1.49037194911481
 1984,United States of America,Cereals,235.825,0.169489922612106
 1984,United States of America,Monogastrics,235.825,0.324041326407294
-1984,United States of America,Oilcrops,235.825,0.0404653281034666
-1984,United States of America,Pulses,235.825,0.00233446411533977
+1984,United States of America,FruitVeg,235.825,0.241916955369448
+1984,United States of America,OilcropsPulses,235.825,0.0427997922188063
 1984,United States of America,Starchy Roots,235.825,0.0575091360118732
+1984,United States of America,Sugar,235.825,0.0584045160606382
 1985,United States of America,Ruminants,237.924,1.51620280930045
 1985,United States of America,Cereals,237.924,0.175753261545704
 1985,United States of America,Monogastrics,237.924,0.328301805198299
-1985,United States of America,Oilcrops,237.924,0.0445598804660312
-1985,United States of America,Pulses,237.924,0.00329271532085876
+1985,United States of America,FruitVeg,237.924,0.235478854592223
+1985,United States of America,OilcropsPulses,237.924,0.0478525957868899
 1985,United States of America,Starchy Roots,237.924,0.0590304130730822
+1985,United States of America,Sugar,237.924,0.0590063423614263
 1986,United States of America,Ruminants,240.133,1.52615607642431
 1986,United States of America,Cereals,240.133,0.180138752274781
 1986,United States of America,Monogastrics,240.133,0.322255780754832
-1986,United States of America,Oilcrops,240.133,0.0425453352933582
-1986,United States of America,Pulses,240.133,0.00345139152053237
+1986,United States of America,FruitVeg,240.133,0.244648390683496
+1986,United States of America,OilcropsPulses,240.133,0.0459967268138906
 1986,United States of America,Starchy Roots,240.133,0.0591446073634194
+1986,United States of America,Sugar,240.133,0.0595100798307604
 1987,United States of America,Ruminants,242.289,1.47403924693238
 1987,United States of America,Cereals,242.289,0.187578123645729
 1987,United States of America,Monogastrics,242.289,0.332197627213782
-1987,United States of America,Oilcrops,242.289,0.040444465080957
-1987,United States of America,Pulses,242.289,0.00282797403101255
+1987,United States of America,FruitVeg,242.289,0.256528934454309
+1987,United States of America,OilcropsPulses,242.289,0.0432724391119696
 1987,United States of America,Starchy Roots,242.289,0.0585957265909719
+1987,United States of America,Sugar,242.289,0.0615973073478367
 1988,United States of America,Ruminants,244.499,1.45320246790375
 1988,United States of America,Cereals,244.499,0.19349275866159
 1988,United States of America,Monogastrics,244.499,0.348223331792768
-1988,United States of America,Oilcrops,244.499,0.043326357163015
-1988,United States of America,Pulses,244.499,0.00354432533466395
+1988,United States of America,FruitVeg,244.499,0.239813802919439
+1988,United States of America,OilcropsPulses,244.499,0.0468706824976789
 1988,United States of America,Starchy Roots,244.499,0.0568505433560055
+1988,United States of America,Sugar,244.499,0.0623340259060364
 1989,United States of America,Ruminants,246.819,1.38047846397563
 1989,United States of America,Cereals,246.819,0.196058771812543
 1989,United States of America,Monogastrics,246.819,0.351898343320409
-1989,United States of America,Oilcrops,246.819,0.0433360114091703
-1989,United States of America,Pulses,246.819,0.00298272418249811
+1989,United States of America,FruitVeg,246.819,0.252523707656218
+1989,United States of America,OilcropsPulses,246.819,0.0463187355916684
 1989,United States of America,Starchy Roots,246.819,0.0584530364356067
+1989,United States of America,Sugar,246.819,0.0623281432952893
 1990,United States of America,Ruminants,249.623,1.3623257255942
 1990,United States of America,Cereals,249.623,0.202335249556331
 1990,United States of America,Monogastrics,249.623,0.349568128337533
-1990,United States of America,Oilcrops,249.623,0.0383189850294244
-1990,United States of America,Pulses,249.623,0.0033454930034492
+1990,United States of America,FruitVeg,249.623,0.249699971557108
+1990,United States of America,OilcropsPulses,249.623,0.0416644780328736
 1990,United States of America,Starchy Roots,249.623,0.0586704470341275
+1990,United States of America,Sugar,249.623,0.0640588527499469
 1991,United States of America,Ruminants,252.981,1.35105926650618
 1991,United States of America,Cereals,252.981,0.206966748490993
 1991,United States of America,Monogastrics,252.981,0.355454419106573
-1991,United States of America,Oilcrops,252.981,0.0428024792375712
-1991,United States of America,Pulses,252.981,0.00390862950182029
+1991,United States of America,FruitVeg,252.981,0.233924753242338
+1991,United States of America,OilcropsPulses,252.981,0.0467111087393915
 1991,United States of America,Starchy Roots,252.981,0.0620189342282622
+1991,United States of America,Sugar,252.981,0.06433343610785
 1992,United States of America,Ruminants,256.514,1.35330750134496
 1992,United States of America,Cereals,256.514,0.207406897869122
 1992,United States of America,Monogastrics,256.514,0.369949768043849
-1992,United States of America,Oilcrops,256.514,0.0442961007976173
-1992,United States of America,Pulses,256.514,0.00397422362911966
+1992,United States of America,FruitVeg,256.514,0.235760515995228
+1992,United States of America,OilcropsPulses,256.514,0.0482703244267369
 1992,United States of America,Starchy Roots,256.514,0.0604048044161332
+1992,United States of America,Sugar,256.514,0.0650088377242568
 1993,United States of America,Ruminants,259.919,1.31710407165309
 1993,United States of America,Cereals,259.919,0.209262743393134
 1993,United States of America,Monogastrics,259.919,0.368542703303722
-1993,United States of America,Oilcrops,259.919,0.0452178755689273
-1993,United States of America,Pulses,259.919,0.00380144583504861
+1993,United States of America,FruitVeg,259.919,0.243800130040513
+1993,United States of America,OilcropsPulses,259.919,0.0490193214039759
 1993,United States of America,Starchy Roots,259.919,0.0620323754708198
+1993,United States of America,Sugar,259.919,0.0659564710544439
 1994,United States of America,Ruminants,263.126,1.35732032714365
 1994,United States of America,Cereals,263.126,0.210750575769783
 1994,United States of America,Monogastrics,263.126,0.373199705844348
-1994,United States of America,Oilcrops,263.126,0.0444965111771547
-1994,United States of America,Pulses,263.126,0.00389615241367254
+1994,United States of America,FruitVeg,263.126,0.259316323738437
+1994,United States of America,OilcropsPulses,263.126,0.0483926635908272
 1994,United States of America,Starchy Roots,263.126,0.0642778098705563
+1994,United States of America,Sugar,263.126,0.066874987648503
 1995,United States of America,Ruminants,266.278,1.33594493424166
 1995,United States of America,Cereals,266.278,0.221990393498524
 1995,United States of America,Monogastrics,266.278,0.3692915066209
-1995,United States of America,Oilcrops,266.278,0.046342566791098
-1995,United States of America,Pulses,266.278,0.00399265804910657
+1995,United States of America,FruitVeg,266.278,0.245681997761738
+1995,United States of America,OilcropsPulses,266.278,0.0503352248402046
 1995,United States of America,Starchy Roots,266.278,0.0622334327282014
+1995,United States of America,Sugar,266.278,0.066886614740985
 1996,United States of America,Ruminants,269.394,1.35002075695821
 1996,United States of America,Cereals,269.394,0.218584794019169
 1996,United States of America,Monogastrics,269.394,0.360657925566271
-1996,United States of America,Oilcrops,269.394,0.0447257548423499
-1996,United States of America,Pulses,269.394,0.00390052859380684
+1996,United States of America,FruitVeg,269.394,0.248736887235796
+1996,United States of America,OilcropsPulses,269.394,0.0486262834361567
 1996,United States of America,Starchy Roots,269.394,0.0658573687609969
+1996,United States of America,Sugar,269.394,0.068124995359956
 1997,United States of America,Ruminants,272.657,1.32349587760446
 1997,United States of America,Cereals,272.657,0.220587459702117
 1997,United States of America,Monogastrics,272.657,0.360628932688323
-1997,United States of America,Oilcrops,272.657,0.0448951796579585
-1997,United States of America,Pulses,272.657,0.00435839534653429
+1997,United States of America,FruitVeg,272.657,0.257825535379616
+1997,United States of America,OilcropsPulses,272.657,0.0492535750044928
 1997,United States of America,Starchy Roots,272.657,0.0646930722482826
+1997,United States of America,Sugar,272.657,0.0702225543448362
 1998,United States of America,Ruminants,275.854,1.34193873063287
 1998,United States of America,Cereals,275.854,0.217755950611555
 1998,United States of America,Monogastrics,275.854,0.379584226438623
-1998,United States of America,Oilcrops,275.854,0.0452687327354325
-1998,United States of America,Pulses,275.854,0.00417366795478768
+1998,United States of America,FruitVeg,275.854,0.250422843243165
+1998,United States of America,OilcropsPulses,275.854,0.0494424006902202
 1998,United States of America,Starchy Roots,275.854,0.0656794427487004
+1998,United States of America,Sugar,275.854,0.0709706982679243
 1999,United States of America,Ruminants,279.04,1.35854462729358
 1999,United States of America,Cereals,279.04,0.216194789277523
 1999,United States of America,Monogastrics,279.04,0.391562688145069
-1999,United States of America,Oilcrops,279.04,0.0415793542144495
-1999,United States of America,Pulses,279.04,0.00428625645068807
+1999,United States of America,FruitVeg,279.04,0.25836298021789
+1999,United States of America,OilcropsPulses,279.04,0.0458656106651376
 1999,United States of America,Starchy Roots,279.04,0.0646492760894495
+1999,United States of America,Sugar,279.04,0.0685667287844037
 2000,United States of America,Ruminants,282.162411,1.35104787363048
 2000,United States of America,Cereals,282.162411,0.216311438450248
 2000,United States of America,Monogastrics,282.162411,0.382383063773863
-2000,United States of America,Oilcrops,282.162411,0.0429801686093475
-2000,United States of America,Pulses,282.162411,0.00384719919337519
+2000,United States of America,FruitVeg,282.162411,0.273226737490558
+2000,United States of America,OilcropsPulses,282.162411,0.0468273678027227
 2000,United States of America,Starchy Roots,282.162411,0.0660853227540645
+2000,United States of America,Sugar,282.162411,0.0690670912930355
 2001,United States of America,Ruminants,284.968955,1.33251385471095
 2001,United States of America,Cereals,284.968955,0.209988116073907
 2001,United States of America,Monogastrics,284.968955,0.381523860379809
-2001,United States of America,Oilcrops,284.968955,0.0433018010681199
-2001,United States of America,Pulses,284.968955,0.00355182900537359
+2001,United States of America,FruitVeg,284.968955,0.250351930440984
+2001,United States of America,OilcropsPulses,284.968955,0.0468536300734934
 2001,United States of America,Starchy Roots,284.968955,0.0664565619086472
+2001,United States of America,Sugar,284.968955,0.0680995022773621
 2002,United States of America,Ruminants,287.625193,1.36261287967219
 2002,United States of America,Cereals,287.625193,0.205794775424975
 2002,United States of America,Monogastrics,287.625193,0.392517324447306
-2002,United States of America,Oilcrops,287.625193,0.0423099377111935
-2002,United States of America,Pulses,287.625193,0.00391332896906565
+2002,United States of America,FruitVeg,287.625193,0.256013203266238
+2002,United States of America,OilcropsPulses,287.625193,0.0462232666802591
 2002,United States of America,Starchy Roots,287.625193,0.0644634039411144
+2002,United States of America,Sugar,287.625193,0.0708867877230768
 2003,United States of America,Ruminants,290.107933,1.32088969624971
 2003,United States of America,Cereals,290.107933,0.206256955407007
 2003,United States of America,Monogastrics,290.107933,0.394736120504502
-2003,United States of America,Oilcrops,290.107933,0.0424949255007101
-2003,United States of America,Pulses,290.107933,0.00359195279227335
+2003,United States of America,FruitVeg,290.107933,0.254543680472192
+2003,United States of America,OilcropsPulses,290.107933,0.0460868782929835
 2003,United States of America,Starchy Roots,290.107933,0.0692376275005206
+2003,United States of America,Sugar,290.107933,0.0703092286690416
 2004,United States of America,Ruminants,292.805298,1.33010552220268
 2004,United States of America,Cereals,292.805298,0.203669231422172
 2004,United States of America,Monogastrics,292.805298,0.401990634404436
-2004,United States of America,Oilcrops,292.805298,0.0442264333618717
-2004,United States of America,Pulses,292.805298,0.00402176124559058
+2004,United States of America,FruitVeg,292.805298,0.262633615324816
+2004,United States of America,OilcropsPulses,292.805298,0.0482481946074623
 2004,United States of America,Starchy Roots,292.805298,0.0676674026574478
+2004,United States of America,Sugar,292.805298,0.0710105935309955
 2005,United States of America,Ruminants,295.516599,1.32356696213873
 2005,United States of America,Cereals,295.516599,0.204301095790562
 2005,United States of America,Monogastrics,295.516599,0.400087481380361
-2005,United States of America,Oilcrops,295.516599,0.0439270993369817
-2005,United States of America,Pulses,295.516599,0.00420004833637112
+2005,United States of America,FruitVeg,295.516599,0.248877688254662
+2005,United States of America,OilcropsPulses,295.516599,0.0481271476733528
 2005,United States of America,Starchy Roots,295.516599,0.0621257691179642
+2005,United States of America,Sugar,295.516599,0.07051711162932
 2006,United States of America,Ruminants,298.379912,1.32541204751076
 2006,United States of America,Cereals,298.379912,0.206195760926426
 2006,United States of America,Monogastrics,298.379912,0.399483343570394
-2006,United States of America,Oilcrops,298.379912,0.0413242195741381
-2006,United States of America,Pulses,298.379912,0.00379026521061512
+2006,United States of America,FruitVeg,298.379912,0.247764732231706
+2006,United States of America,OilcropsPulses,298.379912,0.0451144847847532
 2006,United States of America,Starchy Roots,298.379912,0.0600696034792047
+2006,United States of America,Sugar,298.379912,0.0683739192201384
 2007,United States of America,Ruminants,301.231207,1.31086894326988
 2007,United States of America,Cereals,301.231207,0.206668932545226
 2007,United States of America,Monogastrics,301.231207,0.402935873440231
-2007,United States of America,Oilcrops,301.231207,0.0440474216869569
-2007,United States of America,Pulses,301.231207,0.00418504779951302
+2007,United States of America,FruitVeg,301.231207,0.252479558002767
+2007,United States of America,OilcropsPulses,301.231207,0.0482324694864699
 2007,United States of America,Starchy Roots,301.231207,0.0584531502408381
+2007,United States of America,Sugar,301.231207,0.0639042986007755
 2008,United States of America,Ruminants,304.093966,1.27072760299361
 2008,United States of America,Cereals,304.093966,0.200153399295006
 2008,United States of America,Monogastrics,304.093966,0.398940150624363
-2008,United States of America,Oilcrops,304.093966,0.0428683645764941
-2008,United States of America,Pulses,304.093966,0.00384297990312639
+2008,United States of America,FruitVeg,304.093966,0.245917747016394
+2008,United States of America,OilcropsPulses,304.093966,0.0467113444796205
 2008,United States of America,Starchy Roots,304.093966,0.0558900172323709
+2008,United States of America,Sugar,304.093966,0.0620351079245025
 2009,United States of America,Ruminants,306.771529,1.25187347878036
 2009,United States of America,Cereals,306.771529,0.195584564824463
 2009,United States of America,Monogastrics,306.771529,0.387769484631672
-2009,United States of America,Oilcrops,306.771529,0.0390505208845505
-2009,United States of America,Pulses,306.771529,0.00433250766240436
+2009,United States of America,FruitVeg,306.771529,0.246723322880462
+2009,United States of America,OilcropsPulses,306.771529,0.0433830285469549
 2009,United States of America,Starchy Roots,306.771529,0.0573715757044716
+2009,United States of America,Sugar,306.771529,0.0603832926099214
 2010,United States of America,Ruminants,309.346863,1.22191983146117
 2010,United States of America,Cereals,309.346863,0.198664545694779
 2010,United States of America,Monogastrics,309.346863,0.38828186048229
-2010,United States of America,Oilcrops,309.346863,0.0415478530325358
-2010,United States of America,Pulses,309.346863,0.00408429226579873
+2010,United States of America,FruitVeg,309.346863,0.23540758194144
+2010,United States of America,OilcropsPulses,309.346863,0.0456321452983346
 2010,United States of America,Starchy Roots,309.346863,0.0577063909001075
+2010,United States of America,Sugar,309.346863,0.0596144270582114
 2011,United States of America,Ruminants,311.718857,1.18415268024674
 2011,United States of America,Cereals,311.718857,0.197927028200286
 2011,United States of America,Monogastrics,311.718857,0.384332492596045
-2011,United States of America,Oilcrops,311.718857,0.0463356857490338
-2011,United States of America,Pulses,311.718857,0.00325220620194947
+2011,United States of America,FruitVeg,311.718857,0.225102724536168
+2011,United States of America,OilcropsPulses,311.718857,0.0495878919509832
 2011,United States of America,Starchy Roots,311.718857,0.0606163264611226
+2011,United States of America,Sugar,311.718857,0.060829945234914
 1961,Uruguay,Ruminants,2.571691,2.42360742406456
 1961,Uruguay,Cereals,2.571691,0.115932279577912
 1961,Uruguay,Monogastrics,2.571691,0.0685987546715371
-1961,Uruguay,Oilcrops,2.571691,0.0302707440357337
-1961,Uruguay,Pulses,2.571691,0.00200996153892517
+1961,Uruguay,FruitVeg,2.571691,0.13521181199452
+1961,Uruguay,OilcropsPulses,2.571691,0.0322807055746589
 1961,Uruguay,Starchy Roots,2.571691,0.0666036471722303
+1961,Uruguay,Sugar,2.571691,0.0388433136018285
 1962,Uruguay,Ruminants,2.603887,2.23605275497746
 1962,Uruguay,Cereals,2.603887,0.113641644203454
 1962,Uruguay,Monogastrics,2.603887,0.0728831934719133
-1962,Uruguay,Oilcrops,2.603887,0.0401933724466538
-1962,Uruguay,Pulses,2.603887,0.00188794675037742
+1962,Uruguay,FruitVeg,2.603887,0.128451810696854
+1962,Uruguay,OilcropsPulses,2.603887,0.0420813191970312
 1962,Uruguay,Starchy Roots,2.603887,0.0492267905634922
+1962,Uruguay,Sugar,2.603887,0.040388465398076
 1963,Uruguay,Ruminants,2.635128,2.27088851091863
 1963,Uruguay,Cereals,2.635128,0.123364026339517
 1963,Uruguay,Monogastrics,2.635128,0.0707690859798841
-1963,Uruguay,Oilcrops,2.635128,0.0372964804745728
-1963,Uruguay,Pulses,2.635128,0.00178093815556588
+1963,Uruguay,FruitVeg,2.635128,0.133584023242894
+1963,Uruguay,OilcropsPulses,2.635128,0.0390774186301386
 1963,Uruguay,Starchy Roots,2.635128,0.0604555072846556
+1963,Uruguay,Sugar,2.635128,0.0366722223740175
 1964,Uruguay,Ruminants,2.665387,2.54562511935415
 1964,Uruguay,Cereals,2.665387,0.137622416557145
 1964,Uruguay,Monogastrics,2.665387,0.0711601729880126
-1964,Uruguay,Oilcrops,2.665387,0.0283077091619341
-1964,Uruguay,Pulses,2.665387,0.00213102262448192
+1964,Uruguay,FruitVeg,2.665387,0.131041383483899
+1964,Uruguay,OilcropsPulses,2.665387,0.030438731786416
 1964,Uruguay,Starchy Roots,2.665387,0.0547819134707268
+1964,Uruguay,Sugar,2.665387,0.0393274972827586
 1965,Uruguay,Ruminants,2.694535,2.26849753296951
 1965,Uruguay,Cereals,2.694535,0.130387989022225
 1965,Uruguay,Monogastrics,2.694535,0.0644102600263125
-1965,Uruguay,Oilcrops,2.694535,0.0312332183475071
-1965,Uruguay,Pulses,2.694535,0.00194913036943294
+1965,Uruguay,FruitVeg,2.694535,0.128073675049684
+1965,Uruguay,OilcropsPulses,2.694535,0.03318234871694
 1965,Uruguay,Starchy Roots,2.694535,0.0479214409907461
+1965,Uruguay,Sugar,2.694535,0.0391600034885425
 1966,Uruguay,Ruminants,2.722874,2.10895601485783
 1966,Uruguay,Cereals,2.722874,0.133590830864741
 1966,Uruguay,Monogastrics,2.722874,0.0719336627401782
-1966,Uruguay,Oilcrops,2.722874,0.0198900132727405
-1966,Uruguay,Pulses,2.722874,0.00135298217985849
+1966,Uruguay,FruitVeg,2.722874,0.139879406832633
+1966,Uruguay,OilcropsPulses,2.722874,0.021242995452599
 1966,Uruguay,Starchy Roots,2.722874,0.0571690059841182
+1966,Uruguay,Sugar,2.722874,0.0389937250126153
 1967,Uruguay,Ruminants,2.750093,2.05192689847216
 1967,Uruguay,Cereals,2.750093,0.134106737481242
 1967,Uruguay,Monogastrics,2.750093,0.0800700194502513
-1967,Uruguay,Oilcrops,2.750093,0.0207549344694889
-1967,Uruguay,Pulses,2.750093,0.00134977253496518
+1967,Uruguay,FruitVeg,2.750093,0.138924756362785
+1967,Uruguay,OilcropsPulses,2.750093,0.022104707004454
 1967,Uruguay,Starchy Roots,2.750093,0.0495761416068475
+1967,Uruguay,Sugar,2.750093,0.036399496307943
 1968,Uruguay,Ruminants,2.774771,2.45855528258008
 1968,Uruguay,Cereals,2.774771,0.137396203146134
 1968,Uruguay,Monogastrics,2.774771,0.0721399351514053
-1968,Uruguay,Oilcrops,2.774771,0.0147212148317825
-1968,Uruguay,Pulses,2.774771,0.00179582387159157
+1968,Uruguay,FruitVeg,2.774771,0.129269406376238
+1968,Uruguay,OilcropsPulses,2.774771,0.0165170387033741
 1968,Uruguay,Starchy Roots,2.774771,0.022657004848328
+1968,Uruguay,Sugar,2.774771,0.0343653584385883
 1969,Uruguay,Ruminants,2.795044,2.48727397493564
 1969,Uruguay,Cereals,2.795044,0.138005698658053
 1969,Uruguay,Monogastrics,2.795044,0.0715863506978781
-1969,Uruguay,Oilcrops,2.795044,0.0233295075140141
-1969,Uruguay,Pulses,2.795044,0.00161357030515441
+1969,Uruguay,FruitVeg,2.795044,0.13458500116635
+1969,Uruguay,OilcropsPulses,2.795044,0.0249430778191685
 1969,Uruguay,Starchy Roots,2.795044,0.0614934863279433
+1969,Uruguay,Sugar,2.795044,0.0385729169200914
 1970,Uruguay,Ruminants,2.809799,2.69303298919247
 1970,Uruguay,Cereals,2.809799,0.139847013967903
 1970,Uruguay,Monogastrics,2.809799,0.0759187045051977
-1970,Uruguay,Oilcrops,2.809799,0.0360741106392308
-1970,Uruguay,Pulses,2.809799,0.00176418313196068
+1970,Uruguay,FruitVeg,2.809799,0.150494038897444
+1970,Uruguay,OilcropsPulses,2.809799,0.0378382937711915
 1970,Uruguay,Starchy Roots,2.809799,0.0528048447593582
+1970,Uruguay,Sugar,2.809799,0.0389152391327636
 1971,Uruguay,Ruminants,2.818269,2.26828904550985
 1971,Uruguay,Cereals,2.818269,0.142546009625057
 1971,Uruguay,Monogastrics,2.818269,0.0895060052819656
-1971,Uruguay,Oilcrops,2.818269,0.0199501892828541
-1971,Uruguay,Pulses,2.818269,0.00148247026809719
+1971,Uruguay,FruitVeg,2.818269,0.141381465005647
+1971,Uruguay,OilcropsPulses,2.818269,0.0214326595509513
 1971,Uruguay,Starchy Roots,2.818269,0.0604963543224582
+1971,Uruguay,Sugar,2.818269,0.0353067787354578
 1972,Uruguay,Ruminants,2.821437,2.06691866591386
 1972,Uruguay,Cereals,2.821437,0.139951379385753
 1972,Uruguay,Monogastrics,2.821437,0.0839400986093257
-1972,Uruguay,Oilcrops,2.821437,0.0249440267494897
-1972,Uruguay,Pulses,2.821437,0.00139007179674754
+1972,Uruguay,FruitVeg,2.821437,0.141948943038601
+1972,Uruguay,OilcropsPulses,2.821437,0.0263340985462373
 1972,Uruguay,Starchy Roots,2.821437,0.0421494437054593
+1972,Uruguay,Sugar,2.821437,0.0385789227262562
 1973,Uruguay,Ruminants,2.822084,2.07706425464302
 1973,Uruguay,Cereals,2.822084,0.14013509165567
 1973,Uruguay,Monogastrics,2.822084,0.0833506727652331
-1973,Uruguay,Oilcrops,2.822084,0.0183375122781604
-1973,Uruguay,Pulses,2.822084,0.00147834012027991
+1973,Uruguay,FruitVeg,2.822084,0.134004161463656
+1973,Uruguay,OilcropsPulses,2.822084,0.0198158523984403
 1973,Uruguay,Starchy Roots,2.822084,0.0588689068078767
+1973,Uruguay,Sugar,2.822084,0.0353550780203566
 1974,Uruguay,Ruminants,2.824069,2.31650352735716
 1974,Uruguay,Cereals,2.824069,0.138140746561079
 1974,Uruguay,Monogastrics,2.824069,0.0914473406988285
-1974,Uruguay,Oilcrops,2.824069,0.016519426402117
-1974,Uruguay,Pulses,2.824069,0.00138665167175448
+1974,Uruguay,FruitVeg,2.824069,0.136375917160664
+1974,Uruguay,OilcropsPulses,2.824069,0.0179060780738714
 1974,Uruguay,Starchy Roots,2.824069,0.0546845703840806
+1974,Uruguay,Sugar,2.824069,0.0406148008423307
 1975,Uruguay,Ruminants,2.830172,2.4241099834215
 1975,Uruguay,Cereals,2.830172,0.14448627150576
 1975,Uruguay,Monogastrics,2.830172,0.0876615272852675
-1975,Uruguay,Oilcrops,2.830172,0.0228367745847249
-1975,Uruguay,Pulses,2.830172,0.00153771572893803
+1975,Uruguay,FruitVeg,2.830172,0.136278289800055
+1975,Uruguay,OilcropsPulses,2.830172,0.0243744903136629
 1975,Uruguay,Starchy Roots,2.830172,0.0507598124778282
+1975,Uruguay,Sugar,2.830172,0.0365684488433919
 1976,Uruguay,Ruminants,2.841436,2.24159741764376
 1976,Uruguay,Cereals,2.841436,0.13672523329753
 1976,Uruguay,Monogastrics,2.841436,0.0900208908453331
-1976,Uruguay,Oilcrops,2.841436,0.0293478367980134
-1976,Uruguay,Pulses,2.841436,0.00163051358538429
+1976,Uruguay,FruitVeg,2.841436,0.12833546136531
+1976,Uruguay,OilcropsPulses,2.841436,0.0309783503833977
 1976,Uruguay,Starchy Roots,2.841436,0.0548789414929634
+1976,Uruguay,Sugar,2.841436,0.0408828493761605
 1977,Uruguay,Ruminants,2.857107,2.22794008064801
 1977,Uruguay,Cereals,2.857107,0.134852142394387
 1977,Uruguay,Monogastrics,2.857107,0.0872733852809853
-1977,Uruguay,Oilcrops,2.857107,0.0219596255933012
-1977,Uruguay,Pulses,2.857107,0.00219697757206853
+1977,Uruguay,FruitVeg,2.857107,0.114122082232132
+1977,Uruguay,OilcropsPulses,2.857107,0.0241566031653697
 1977,Uruguay,Starchy Roots,2.857107,0.0404062570985266
+1977,Uruguay,Sugar,2.857107,0.0330810151667403
 1978,Uruguay,Ruminants,2.87597,2.09560224898034
 1978,Uruguay,Cereals,2.87597,0.137670420762386
 1978,Uruguay,Monogastrics,2.87597,0.0864118888583678
-1978,Uruguay,Oilcrops,2.87597,0.0214748415317267
-1978,Uruguay,Pulses,2.87597,0.00197255186945622
+1978,Uruguay,FruitVeg,2.87597,0.109127355292301
+1978,Uruguay,OilcropsPulses,2.87597,0.0234473934011829
 1978,Uruguay,Starchy Roots,2.87597,0.0376401700991318
+1978,Uruguay,Sugar,2.87597,0.0334436729173114
 1979,Uruguay,Ruminants,2.896021,1.98228987289802
 1979,Uruguay,Cereals,2.896021,0.14797993522837
 1979,Uruguay,Monogastrics,2.896021,0.0897997286621886
-1979,Uruguay,Oilcrops,2.896021,0.0182902679227809
-1979,Uruguay,Pulses,2.896021,0.00197823151144277
+1979,Uruguay,FruitVeg,2.896021,0.129772194331464
+1979,Uruguay,OilcropsPulses,2.896021,0.0202684994342237
 1979,Uruguay,Starchy Roots,2.896021,0.0452807490000936
+1979,Uruguay,Sugar,2.896021,0.0392434999608083
 1980,Uruguay,Ruminants,2.915775,2.20032776877503
 1980,Uruguay,Cereals,2.915775,0.148071096020783
 1980,Uruguay,Monogastrics,2.915775,0.0834052696109954
-1980,Uruguay,Oilcrops,2.915775,0.0218106678327374
-1980,Uruguay,Pulses,2.915775,0.00192847527672746
+1980,Uruguay,FruitVeg,2.915775,0.130417127521842
+1980,Uruguay,OilcropsPulses,2.915775,0.0237391431094649
 1980,Uruguay,Starchy Roots,2.915775,0.045647555109705
+1980,Uruguay,Sugar,2.915775,0.0351323404583687
 1981,Uruguay,Ruminants,2.935036,2.20548650851301
 1981,Uruguay,Cereals,2.935036,0.148821343247579
 1981,Uruguay,Monogastrics,2.935036,0.0835546480520171
-1981,Uruguay,Oilcrops,2.935036,0.0150720468164615
-1981,Uruguay,Pulses,2.935036,0.00186437236204258
+1981,Uruguay,FruitVeg,2.935036,0.14576925121191
+1981,Uruguay,OilcropsPulses,2.935036,0.0169364191785041
 1981,Uruguay,Starchy Roots,2.935036,0.0514256043196744
+1981,Uruguay,Sugar,2.935036,0.0365378823292116
 1982,Uruguay,Ruminants,2.954281,2.30234263429917
 1982,Uruguay,Cereals,2.954281,0.135148281426174
 1982,Uruguay,Monogastrics,2.954281,0.0857199772127296
-1982,Uruguay,Oilcrops,2.954281,0.0114572716677933
-1982,Uruguay,Pulses,2.954281,0.00188133762495849
+1982,Uruguay,FruitVeg,2.954281,0.14754249849625
+1982,Uruguay,OilcropsPulses,2.954281,0.0133386092927518
 1982,Uruguay,Starchy Roots,2.954281,0.0508181178432248
+1982,Uruguay,Sugar,2.954281,0.0337899475371503
 1983,Uruguay,Ruminants,2.973461,1.82143189367542
 1983,Uruguay,Cereals,2.973461,0.13652575231355
 1983,Uruguay,Monogastrics,2.973461,0.0810661044486543
-1983,Uruguay,Oilcrops,2.973461,0.00799371506806378
-1983,Uruguay,Pulses,2.973461,0.00180463103434012
+1983,Uruguay,FruitVeg,2.973461,0.128884152171493
+1983,Uruguay,OilcropsPulses,2.973461,0.0097983461024039
 1983,Uruguay,Starchy Roots,2.973461,0.0487072135804034
+1983,Uruguay,Sugar,2.973461,0.0313405825736406
 1984,Uruguay,Ruminants,2.992648,1.83654392364221
 1984,Uruguay,Cereals,2.992648,0.141459002194712
 1984,Uruguay,Monogastrics,2.992648,0.0729664497795932
-1984,Uruguay,Oilcrops,2.992648,0.00762802708504308
-1984,Uruguay,Pulses,2.992648,0.00214191578829184
+1984,Uruguay,FruitVeg,2.992648,0.138552546106325
+1984,Uruguay,OilcropsPulses,2.992648,0.00976994287333492
 1984,Uruguay,Starchy Roots,2.992648,0.0505174681419265
+1984,Uruguay,Sugar,2.992648,0.0321136999740698
 1985,Uruguay,Ruminants,3.011907,1.77403761138707
 1985,Uruguay,Cereals,3.011907,0.143294597077533
 1985,Uruguay,Monogastrics,3.011907,0.0751509923779187
-1985,Uruguay,Oilcrops,3.011907,0.00959757389587394
-1985,Uruguay,Pulses,3.011907,0.0019061013504069
+1985,Uruguay,FruitVeg,3.011907,0.129555461041792
+1985,Uruguay,OilcropsPulses,3.011907,0.0115036752462808
 1985,Uruguay,Starchy Roots,3.011907,0.053450521546648
+1985,Uruguay,Sugar,3.011907,0.0319213043430624
 1986,Uruguay,Ruminants,3.031032,1.66780746623592
 1986,Uruguay,Cereals,3.031032,0.146906730117003
 1986,Uruguay,Monogastrics,3.031032,0.0698532710971049
-1986,Uruguay,Oilcrops,3.031032,0.00967162339427627
-1986,Uruguay,Pulses,3.031032,0.00196929626609023
+1986,Uruguay,FruitVeg,3.031032,0.125296928570863
+1986,Uruguay,OilcropsPulses,3.031032,0.0116409196603665
 1986,Uruguay,Starchy Roots,3.031032,0.0428952911087709
+1986,Uruguay,Sugar,3.031032,0.027424322804906
 1987,Uruguay,Ruminants,3.049962,1.83874566306072
 1987,Uruguay,Cereals,3.049962,0.140237484926042
 1987,Uruguay,Monogastrics,3.049962,0.07728338910452
-1987,Uruguay,Oilcrops,3.049962,0.00955257803211974
-1987,Uruguay,Pulses,3.049962,0.00259740941034675
+1987,Uruguay,FruitVeg,3.049962,0.141617829992636
+1987,Uruguay,OilcropsPulses,3.049962,0.0121499874424665
 1987,Uruguay,Starchy Roots,3.049962,0.0440553029841027
+1987,Uruguay,Sugar,3.049962,0.0276055898401357
 1988,Uruguay,Ruminants,3.069094,1.83519207948665
 1988,Uruguay,Cereals,3.069094,0.138736382789188
 1988,Uruguay,Monogastrics,3.069094,0.0822747690360738
-1988,Uruguay,Oilcrops,3.069094,0.00943959357386903
-1988,Uruguay,Pulses,3.069094,0.002250827117058
+1988,Uruguay,FruitVeg,3.069094,0.139300718713731
+1988,Uruguay,OilcropsPulses,3.069094,0.011690420690927
 1988,Uruguay,Starchy Roots,3.069094,0.0448862107188636
+1988,Uruguay,Sugar,3.069094,0.0264045350191294
 1989,Uruguay,Ruminants,3.088985,1.71628133513112
 1989,Uruguay,Cereals,3.088985,0.13782456049479
 1989,Uruguay,Monogastrics,3.088985,0.0830254598193258
-1989,Uruguay,Oilcrops,3.088985,0.00988480034703956
-1989,Uruguay,Pulses,3.088985,0.00215540056037825
+1989,Uruguay,FruitVeg,3.088985,0.128685312489378
+1989,Uruguay,OilcropsPulses,3.088985,0.0120402009074178
 1989,Uruguay,Starchy Roots,3.088985,0.0465359980705636
+1989,Uruguay,Sugar,3.088985,0.023839869730672
 1990,Uruguay,Ruminants,3.109987,1.52238195850979
 1990,Uruguay,Cereals,3.109987,0.147041772200334
 1990,Uruguay,Monogastrics,3.109987,0.0857729308836339
-1990,Uruguay,Oilcrops,3.109987,0.00820807289548156
-1990,Uruguay,Pulses,3.109987,0.00237910962328781
+1990,Uruguay,FruitVeg,3.109987,0.124574797257995
+1990,Uruguay,OilcropsPulses,3.109987,0.0105871825187694
 1990,Uruguay,Starchy Roots,3.109987,0.04919313167547
+1990,Uruguay,Sugar,3.109987,0.0253730964148725
 1991,Uruguay,Ruminants,3.132048,1.94200701904952
 1991,Uruguay,Cereals,3.132048,0.139820015529775
 1991,Uruguay,Monogastrics,3.132048,0.0875422088039519
-1991,Uruguay,Oilcrops,3.132048,0.0096697113198776
-1991,Uruguay,Pulses,3.132048,0.00249166040878045
+1991,Uruguay,FruitVeg,3.132048,0.119950907521213
+1991,Uruguay,OilcropsPulses,3.132048,0.0121613717286581
 1991,Uruguay,Starchy Roots,3.132048,0.0547849202821923
+1991,Uruguay,Sugar,3.132048,0.0332258637160095
 1992,Uruguay,Ruminants,3.154853,1.94962411877828
 1992,Uruguay,Cereals,3.154853,0.137898025676632
 1992,Uruguay,Monogastrics,3.154853,0.0905921448638019
-1992,Uruguay,Oilcrops,3.154853,0.0106458208987867
-1992,Uruguay,Pulses,3.154853,0.0030207429633013
+1992,Uruguay,FruitVeg,3.154853,0.13160866766217
+1992,Uruguay,OilcropsPulses,3.154853,0.013666563862088
 1992,Uruguay,Starchy Roots,3.154853,0.0533467010982762
+1992,Uruguay,Sugar,3.154853,0.0357858194977706
 1993,Uruguay,Ruminants,3.178156,1.9614494065112
 1993,Uruguay,Cereals,3.178156,0.1369674742209
 1993,Uruguay,Monogastrics,3.178156,0.101298457344448
-1993,Uruguay,Oilcrops,3.178156,0.0091122021700634
-1993,Uruguay,Pulses,3.178156,0.00236898377549749
+1993,Uruguay,FruitVeg,3.178156,0.146679709869497
+1993,Uruguay,OilcropsPulses,3.178156,0.0114811859455609
 1993,Uruguay,Starchy Roots,3.178156,0.0589112051139088
+1993,Uruguay,Sugar,3.178156,0.0339593147724655
 1994,Uruguay,Ruminants,3.201604,2.02755753053782
 1994,Uruguay,Cereals,3.201604,0.140599836831788
 1994,Uruguay,Monogastrics,3.201604,0.106923061065641
-1994,Uruguay,Oilcrops,3.201604,0.00960581008769354
-1994,Uruguay,Pulses,3.201604,0.00277579613218874
+1994,Uruguay,FruitVeg,3.201604,0.144297358449077
+1994,Uruguay,OilcropsPulses,3.201604,0.0123816062198823
 1994,Uruguay,Starchy Roots,3.201604,0.0498225264586126
+1994,Uruguay,Sugar,3.201604,0.0331183994022996
 1995,Uruguay,Ruminants,3.224807,1.80832170731458
 1995,Uruguay,Cereals,3.224807,0.13700757905822
 1995,Uruguay,Monogastrics,3.224807,0.110377365219066
-1995,Uruguay,Oilcrops,3.224807,0.00960956733224655
-1995,Uruguay,Pulses,3.224807,0.00283551852870575
+1995,Uruguay,FruitVeg,3.224807,0.135809677912508
+1995,Uruguay,OilcropsPulses,3.224807,0.0124450858609523
 1995,Uruguay,Starchy Roots,3.224807,0.0424924654405675
+1995,Uruguay,Sugar,3.224807,0.03326896772427
 1996,Uruguay,Ruminants,3.248039,1.86813147871685
 1996,Uruguay,Cereals,3.248039,0.138143661452341
 1996,Uruguay,Monogastrics,3.248039,0.112057429113382
-1996,Uruguay,Oilcrops,3.248039,0.0149019146629705
-1996,Uruguay,Pulses,3.248039,0.00281585288846593
+1996,Uruguay,FruitVeg,3.248039,0.174029622181261
+1996,Uruguay,OilcropsPulses,3.248039,0.0177177675514364
 1996,Uruguay,Starchy Roots,3.248039,0.0476921613318067
+1996,Uruguay,Sugar,3.248039,0.0335149916611223
 1997,Uruguay,Ruminants,3.271014,1.73308460312307
 1997,Uruguay,Cereals,3.271014,0.139753299741303
 1997,Uruguay,Monogastrics,3.271014,0.115752240742473
-1997,Uruguay,Oilcrops,3.271014,0.0100653803377179
-1997,Uruguay,Pulses,3.271014,0.00290460389347157
+1997,Uruguay,FruitVeg,3.271014,0.192178021861111
+1997,Uruguay,OilcropsPulses,3.271014,0.0129699842311895
 1997,Uruguay,Starchy Roots,3.271014,0.0489820587744351
+1997,Uruguay,Sugar,3.271014,0.0357580248815811
 1998,Uruguay,Ruminants,3.292134,1.8026024760839
 1998,Uruguay,Cereals,3.292134,0.139026843986302
 1998,Uruguay,Monogastrics,3.292134,0.13325915652279
-1998,Uruguay,Oilcrops,3.292134,0.00745352406676035
-1998,Uruguay,Pulses,3.292134,0.00265511671153118
+1998,Uruguay,FruitVeg,3.292134,0.177457843453517
+1998,Uruguay,OilcropsPulses,3.292134,0.0101086407782915
 1998,Uruguay,Starchy Roots,3.292134,0.0513493679175878
+1998,Uruguay,Sugar,3.292134,0.0384149004870397
 1999,Uruguay,Ruminants,3.309318,1.88136628151178
 1999,Uruguay,Cereals,3.309318,0.139690413553487
 1999,Uruguay,Monogastrics,3.309318,0.15171316265164
-1999,Uruguay,Oilcrops,3.309318,0.00938773487467811
-1999,Uruguay,Pulses,3.309318,0.00305803189660226
+1999,Uruguay,FruitVeg,3.309318,0.182386219758875
+1999,Uruguay,OilcropsPulses,3.309318,0.0124457667712804
 1999,Uruguay,Starchy Roots,3.309318,0.0435370671540178
+1999,Uruguay,Sugar,3.309318,0.0354290521491135
 2000,Uruguay,Ruminants,3.321242,1.6053457110322
 2000,Uruguay,Cereals,3.321242,0.152654639439101
 2000,Uruguay,Monogastrics,3.321242,0.146473849240736
-2000,Uruguay,Oilcrops,3.321242,0.0113535839905674
-2000,Uruguay,Pulses,3.321242,0.0029302291130848
+2000,Uruguay,FruitVeg,3.321242,0.172303915222077
+2000,Uruguay,OilcropsPulses,3.321242,0.0142838131036522
 2000,Uruguay,Starchy Roots,3.321242,0.0543462355347789
+2000,Uruguay,Sugar,3.321242,0.0326901803602387
 2001,Uruguay,Ruminants,3.327105,1.38847989468322
 2001,Uruguay,Cereals,3.327105,0.160174085278343
 2001,Uruguay,Monogastrics,3.327105,0.141027199321933
-2001,Uruguay,Oilcrops,3.327105,0.00774697522320456
-2001,Uruguay,Pulses,3.327105,0.00298217218873465
+2001,Uruguay,FruitVeg,3.327105,0.183787406769549
+2001,Uruguay,OilcropsPulses,3.327105,0.0107291474119392
 2001,Uruguay,Starchy Roots,3.327105,0.0477267774837283
+2001,Uruguay,Sugar,3.327105,0.0295106406320209
 2002,Uruguay,Ruminants,3.32777,1.32747019776006
 2002,Uruguay,Cereals,3.32777,0.170772319000412
 2002,Uruguay,Monogastrics,3.32777,0.124269766239854
-2002,Uruguay,Oilcrops,3.32777,0.00766188769055554
-2002,Uruguay,Pulses,3.32777,0.00278114172553993
+2002,Uruguay,FruitVeg,3.32777,0.154955721098513
+2002,Uruguay,OilcropsPulses,3.32777,0.0104430294160955
 2002,Uruguay,Starchy Roots,3.32777,0.0520029929953092
+2002,Uruguay,Sugar,3.32777,0.0358867950609567
 2003,Uruguay,Ruminants,3.325637,1.00530749447399
 2003,Uruguay,Cereals,3.325637,0.168545153905853
 2003,Uruguay,Monogastrics,3.325637,0.108016539387792
-2003,Uruguay,Oilcrops,3.325637,0.00992712072905131
-2003,Uruguay,Pulses,3.325637,0.00309685031769853
+2003,Uruguay,FruitVeg,3.325637,0.165908666520128
+2003,Uruguay,OilcropsPulses,3.325637,0.0130239710467498
 2003,Uruguay,Starchy Roots,3.325637,0.0534691549318221
+2003,Uruguay,Sugar,3.325637,0.0378595138314855
 2004,Uruguay,Ruminants,3.324096,0.93695717572537
 2004,Uruguay,Cereals,3.324096,0.174630034752306
 2004,Uruguay,Monogastrics,3.324096,0.121628797724253
-2004,Uruguay,Oilcrops,3.324096,0.0103847782976184
-2004,Uruguay,Pulses,3.324096,0.00296140665010878
+2004,Uruguay,FruitVeg,3.324096,0.163624335759256
+2004,Uruguay,OilcropsPulses,3.324096,0.0133461849477271
 2004,Uruguay,Starchy Roots,3.324096,0.0521808034424999
+2004,Uruguay,Sugar,3.324096,0.035477916401933
 2005,Uruguay,Ruminants,3.325608,1.05069136230127
 2005,Uruguay,Cereals,3.325608,0.179576486465031
 2005,Uruguay,Monogastrics,3.325608,0.135285758273374
-2005,Uruguay,Oilcrops,3.325608,0.00987608882345724
-2005,Uruguay,Pulses,3.325608,0.00329714145503619
+2005,Uruguay,FruitVeg,3.325608,0.176711145751393
+2005,Uruguay,OilcropsPulses,3.325608,0.0131732302784934
 2005,Uruguay,Starchy Roots,3.325608,0.0556072754215169
+2005,Uruguay,Sugar,3.325608,0.0343074108553985
 2006,Uruguay,Ruminants,3.331041,0.773537701877581
 2006,Uruguay,Cereals,3.331041,0.186491550239099
 2006,Uruguay,Monogastrics,3.331041,0.142071142324577
-2006,Uruguay,Oilcrops,3.331041,0.0115996770979403
-2006,Uruguay,Pulses,3.331041,0.00303598784884365
+2006,Uruguay,FruitVeg,3.331041,0.168562320307676
+2006,Uruguay,OilcropsPulses,3.331041,0.0146356649467839
 2006,Uruguay,Starchy Roots,3.331041,0.054369189691751
+2006,Uruguay,Sugar,3.331041,0.0354060487397183
 2007,Uruguay,Ruminants,3.33975,0.803465439029867
 2007,Uruguay,Cereals,3.33975,0.186792424582678
 2007,Uruguay,Monogastrics,3.33975,0.146982378920578
-2007,Uruguay,Oilcrops,3.33975,0.0133797439928138
-2007,Uruguay,Pulses,3.33975,0.00299962572048806
+2007,Uruguay,FruitVeg,3.33975,0.189210270229808
+2007,Uruguay,OilcropsPulses,3.33975,0.0163793697133019
 2007,Uruguay,Starchy Roots,3.33975,0.0501103376001198
+2007,Uruguay,Sugar,3.33975,0.0319964069166854
 2008,Uruguay,Ruminants,3.350832,0.823546719143186
 2008,Uruguay,Cereals,3.350832,0.186266873421288
 2008,Uruguay,Monogastrics,3.350832,0.17289338886581
-2008,Uruguay,Oilcrops,3.350832,0.0117388755986573
-2008,Uruguay,Pulses,3.350832,0.00327560438720891
+2008,Uruguay,FruitVeg,3.350832,0.158805037077359
+2008,Uruguay,OilcropsPulses,3.350832,0.0150144799858662
 2008,Uruguay,Starchy Roots,3.350832,0.0499231235705043
+2008,Uruguay,Sugar,3.350832,0.0347164525108988
 2009,Uruguay,Ruminants,3.362761,0.638565482352151
 2009,Uruguay,Cereals,3.362761,0.186751600842284
 2009,Uruguay,Monogastrics,3.362761,0.162876665930169
-2009,Uruguay,Oilcrops,3.362761,0.0138665816571561
-2009,Uruguay,Pulses,3.362761,0.00301181083044558
+2009,Uruguay,FruitVeg,3.362761,0.154082017722937
+2009,Uruguay,OilcropsPulses,3.362761,0.0168783924876017
 2009,Uruguay,Starchy Roots,3.362761,0.0507975440419346
+2009,Uruguay,Sugar,3.362761,0.0385920973866415
 2010,Uruguay,Ruminants,3.374414,1.25694858425789
 2010,Uruguay,Cereals,3.374414,0.180354574157172
 2010,Uruguay,Monogastrics,3.374414,0.166249695502686
-2010,Uruguay,Oilcrops,3.374414,0.0125438076062985
-2010,Uruguay,Pulses,3.374414,0.00305386357453472
+2010,Uruguay,FruitVeg,3.374414,0.166632191544962
+2010,Uruguay,OilcropsPulses,3.374414,0.0155976711808332
 2010,Uruguay,Starchy Roots,3.374414,0.0537977853339869
+2010,Uruguay,Sugar,3.374414,0.0362590363837988
 2011,Uruguay,Ruminants,3.38561,0.921431263494614
 2011,Uruguay,Cereals,3.38561,0.181986702544002
 2011,Uruguay,Monogastrics,3.38561,0.198050011667026
-2011,Uruguay,Oilcrops,3.38561,0.0138465446404045
-2011,Uruguay,Pulses,3.38561,0.00299886874152664
+2011,Uruguay,FruitVeg,3.38561,0.172394044204737
+2011,Uruguay,OilcropsPulses,3.38561,0.0168454133819312
 2011,Uruguay,Starchy Roots,3.38561,0.0501815034809089
+2011,Uruguay,Sugar,3.38561,0.0359873110015625
 1992,Uzbekistan,Ruminants,21.449,0.582490335213763
 1992,Uzbekistan,Cereals,21.449,0.216146859993473
 1992,Uzbekistan,Monogastrics,21.449,0.031525455732202
-1992,Uzbekistan,Oilcrops,21.449,0.0967197072124574
-1992,Uzbekistan,Pulses,21.449,0
+1992,Uzbekistan,FruitVeg,21.449,0.185659611170684
+1992,Uzbekistan,OilcropsPulses,21.449,0.0967197072124574
 1992,Uzbekistan,Starchy Roots,21.449,0.0270641987971467
+1992,Uzbekistan,Sugar,21.449,0.0125128910438715
 1993,Uzbekistan,Ruminants,21.942,0.617533442712606
 1993,Uzbekistan,Cereals,21.942,0.213522012578616
 1993,Uzbekistan,Monogastrics,21.942,0.0231364962173001
-1993,Uzbekistan,Oilcrops,21.942,0.0821611065536414
-1993,Uzbekistan,Pulses,21.942,0
+1993,Uzbekistan,FruitVeg,21.942,0.160149712879409
+1993,Uzbekistan,OilcropsPulses,21.942,0.0821611065536414
 1993,Uzbekistan,Starchy Roots,21.942,0.0250569683711603
+1993,Uzbekistan,Sugar,21.942,0.0130609333697931
 1994,Uzbekistan,Ruminants,22.377,0.754161277204272
 1994,Uzbekistan,Cereals,22.377,0.213486392277785
 1994,Uzbekistan,Monogastrics,22.377,0.0213816329266658
-1994,Uzbekistan,Oilcrops,22.377,0.0879762255887742
-1994,Uzbekistan,Pulses,22.377,0
+1994,Uzbekistan,FruitVeg,22.377,0.157184743263172
+1994,Uzbekistan,OilcropsPulses,22.377,0.0879762255887742
 1994,Uzbekistan,Starchy Roots,22.377,0.0251016668901104
+1994,Uzbekistan,Sugar,22.377,0.00986159896322117
 1995,Uzbekistan,Ruminants,22.785,0.737021395655036
 1995,Uzbekistan,Cereals,22.785,0.209969760807549
 1995,Uzbekistan,Monogastrics,22.785,0.0193342374369102
-1995,Uzbekistan,Oilcrops,22.785,0.080488830370858
-1995,Uzbekistan,Pulses,22.785,0
+1995,Uzbekistan,FruitVeg,22.785,0.157963265306122
+1995,Uzbekistan,OilcropsPulses,22.785,0.080488830370858
 1995,Uzbekistan,Starchy Roots,22.785,0.0231336405529954
+1995,Uzbekistan,Sugar,22.785,0.0109177967961378
 1996,Uzbekistan,Ruminants,23.225,0.706266975242196
 1996,Uzbekistan,Cereals,23.225,0.199346092572659
 1996,Uzbekistan,Monogastrics,23.225,0.0130827427341227
-1996,Uzbekistan,Oilcrops,23.225,0.0643410548977395
-1996,Uzbekistan,Pulses,23.225,0
+1996,Uzbekistan,FruitVeg,23.225,0.144713627556512
+1996,Uzbekistan,OilcropsPulses,23.225,0.0643410548977395
 1996,Uzbekistan,Starchy Roots,23.225,0.0271431646932185
+1996,Uzbekistan,Sugar,23.225,0.0153283100107643
 1997,Uzbekistan,Ruminants,23.667,0.740521984197406
 1997,Uzbekistan,Cereals,23.667,0.191725524992606
 1997,Uzbekistan,Monogastrics,23.667,0.011507804115435
-1997,Uzbekistan,Oilcrops,23.667,0.0608109181560823
-1997,Uzbekistan,Pulses,23.667,2.09997042295179e-05
+1997,Uzbekistan,FruitVeg,23.667,0.131085731186885
+1997,Uzbekistan,OilcropsPulses,23.667,0.0608319178603118
 1997,Uzbekistan,Starchy Roots,23.667,0.0357037224827819
+1997,Uzbekistan,Sugar,23.667,0.0143730510837876
 1998,Uzbekistan,Ruminants,24.051,0.726208132717974
 1998,Uzbekistan,Cereals,24.051,0.17852742089726
 1998,Uzbekistan,Monogastrics,24.051,0.0147378445802669
-1998,Uzbekistan,Oilcrops,24.051,0.0557441270633238
-1998,Uzbekistan,Pulses,24.051,1.25150721383726e-05
+1998,Uzbekistan,FruitVeg,24.051,0.125440979585048
+1998,Uzbekistan,OilcropsPulses,24.051,0.0557566421354621
 1998,Uzbekistan,Starchy Roots,24.051,0.0352875140326806
+1998,Uzbekistan,Sugar,24.051,0.0197363103405264
 1999,Uzbekistan,Ruminants,24.31165,0.544126721139865
 1999,Uzbekistan,Cereals,24.31165,0.188296557411776
 1999,Uzbekistan,Monogastrics,24.31165,0.0159704668338019
-1999,Uzbekistan,Oilcrops,24.31165,0.0706391791589629
-1999,Uzbekistan,Pulses,24.31165,0
+1999,Uzbekistan,FruitVeg,24.31165,0.13769345149342
+1999,Uzbekistan,OilcropsPulses,24.31165,0.0706391791589629
 1999,Uzbekistan,Starchy Roots,24.31165,0.0322890466093416
+1999,Uzbekistan,Sugar,24.31165,0.0165862456887953
 2000,Uzbekistan,Ruminants,24.6504,0.559145721773277
 2000,Uzbekistan,Cereals,24.6504,0.179078067698699
 2000,Uzbekistan,Monogastrics,24.6504,0.0140073791906014
-2000,Uzbekistan,Oilcrops,24.6504,0.0686968568461364
-2000,Uzbekistan,Pulses,24.6504,2.04864829779638e-05
+2000,Uzbekistan,FruitVeg,24.6504,0.134713067536429
+2000,Uzbekistan,OilcropsPulses,24.6504,0.0687173433291143
 2000,Uzbekistan,Starchy Roots,24.6504,0.0273829227923279
+2000,Uzbekistan,Sugar,24.6504,0.0152676224320904
 2001,Uzbekistan,Ruminants,24.96445,0.555692266402825
 2001,Uzbekistan,Cereals,24.96445,0.173802667393033
 2001,Uzbekistan,Monogastrics,24.96445,0.0116153169807466
-2001,Uzbekistan,Oilcrops,24.96445,0.0627904079601193
-2001,Uzbekistan,Pulses,24.96445,3.97365053105516e-05
+2001,Uzbekistan,FruitVeg,24.96445,0.142545820156262
+2001,Uzbekistan,OilcropsPulses,24.96445,0.0628301444654299
 2001,Uzbekistan,Starchy Roots,24.96445,0.0278395878939852
+2001,Uzbekistan,Sugar,24.96445,0.00985994083586861
 2002,Uzbekistan,Ruminants,25.27185,0.572734497078765
 2002,Uzbekistan,Cereals,25.27185,0.180761242251754
 2002,Uzbekistan,Monogastrics,25.27185,0.010326121752068
-2002,Uzbekistan,Oilcrops,25.27185,0.0627985287978522
-2002,Uzbekistan,Pulses,25.27185,2.26338791976052e-05
+2002,Uzbekistan,FruitVeg,25.27185,0.145597374153455
+2002,Uzbekistan,OilcropsPulses,25.27185,0.0628211626770498
 2002,Uzbekistan,Starchy Roots,25.27185,0.0285297673102681
+2002,Uzbekistan,Sugar,25.27185,0.0066980058840172
 2003,Uzbekistan,Ruminants,25.56765,0.601650175123643
 2003,Uzbekistan,Cereals,25.56765,0.189930478553954
 2003,Uzbekistan,Monogastrics,25.56765,0.0143491951743707
-2003,Uzbekistan,Oilcrops,25.56765,0.0598430829583478
-2003,Uzbekistan,Pulses,25.56765,1.10686746728776e-05
+2003,Uzbekistan,FruitVeg,25.56765,0.155305121902091
+2003,Uzbekistan,OilcropsPulses,25.56765,0.0598541516330206
 2003,Uzbekistan,Starchy Roots,25.56765,0.0301161819721406
+2003,Uzbekistan,Sugar,25.56765,0.00440842236185179
 2004,Uzbekistan,Ruminants,25.86435,0.628540469797231
 2004,Uzbekistan,Cereals,25.86435,0.189863228729893
 2004,Uzbekistan,Monogastrics,25.86435,0.0169971640501308
-2004,Uzbekistan,Oilcrops,25.86435,0.0604716144036096
-2004,Uzbekistan,Pulses,25.86435,3.83926137714654e-05
+2004,Uzbekistan,FruitVeg,25.86435,0.154776555374483
+2004,Uzbekistan,OilcropsPulses,25.86435,0.0605100070173811
 2004,Uzbekistan,Starchy Roots,25.86435,0.0318971866681359
+2004,Uzbekistan,Sugar,25.86435,0.00471192974113017
 2005,Uzbekistan,Ruminants,26.167,0.651626086291894
 2005,Uzbekistan,Cereals,26.167,0.192898918485115
 2005,Uzbekistan,Monogastrics,26.167,0.0184955631138457
-2005,Uzbekistan,Oilcrops,26.167,0.0666337753659189
-2005,Uzbekistan,Pulses,26.167,3.89039630068407e-05
+2005,Uzbekistan,FruitVeg,26.167,0.161093170787633
+2005,Uzbekistan,OilcropsPulses,26.167,0.0666726793289258
 2005,Uzbekistan,Starchy Roots,26.167,0.0324836626285015
+2005,Uzbekistan,Sugar,26.167,0.00814441854243895
 2006,Uzbekistan,Ruminants,26.48825,0.679463214821666
 2006,Uzbekistan,Cereals,26.48825,0.192130888224024
 2006,Uzbekistan,Monogastrics,26.48825,0.018968871103225
-2006,Uzbekistan,Oilcrops,26.48825,0.0682257227261144
-2006,Uzbekistan,Pulses,26.48825,4.82100554019235e-05
+2006,Uzbekistan,FruitVeg,26.48825,0.198306834162317
+2006,Uzbekistan,OilcropsPulses,26.48825,0.0682739327815163
 2006,Uzbekistan,Starchy Roots,26.48825,0.0346568761620719
+2006,Uzbekistan,Sugar,26.48825,0.0123422649665418
 2007,Uzbekistan,Ruminants,26.868,0.672428401816287
 2007,Uzbekistan,Cereals,26.868,0.182085901444097
 2007,Uzbekistan,Monogastrics,26.868,0.0184123976477594
-2007,Uzbekistan,Oilcrops,26.868,0.0652218252195921
-2007,Uzbekistan,Pulses,26.868,5.28137561411344e-05
+2007,Uzbekistan,FruitVeg,26.868,0.214633057912759
+2007,Uzbekistan,OilcropsPulses,26.868,0.0652746389757332
 2007,Uzbekistan,Starchy Roots,26.868,0.0397871073395861
+2007,Uzbekistan,Sugar,26.868,0.0202491811820753
 2008,Uzbekistan,Ruminants,27.3028,0.696667777663829
 2008,Uzbekistan,Cereals,27.3028,0.190723552163148
 2008,Uzbekistan,Monogastrics,27.3028,0.0181249725302899
-2008,Uzbekistan,Oilcrops,27.3028,0.0676578226409013
-2008,Uzbekistan,Pulses,27.3028,3.0106802232738e-05
+2008,Uzbekistan,FruitVeg,27.3028,0.236453806935552
+2008,Uzbekistan,OilcropsPulses,27.3028,0.067687929443134
 2008,Uzbekistan,Starchy Roots,27.3028,0.0460758603513193
+2008,Uzbekistan,Sugar,27.3028,0.0119771598517368
 2009,Uzbekistan,Ruminants,27.7674,0.724939407362591
 2009,Uzbekistan,Cereals,27.7674,0.192829000914742
 2009,Uzbekistan,Monogastrics,27.7674,0.0186857177841642
-2009,Uzbekistan,Oilcrops,27.7674,0.0614424829116158
-2009,Uzbekistan,Pulses,27.7674,3.48250106239691e-05
+2009,Uzbekistan,FruitVeg,27.7674,0.25383280393555
+2009,Uzbekistan,OilcropsPulses,27.7674,0.0614773079222397
 2009,Uzbekistan,Starchy Roots,27.7674,0.047537760107176
+2009,Uzbekistan,Sugar,27.7674,0.0102129115437527
 2010,Uzbekistan,Ruminants,28.5624,0.747308100859872
 2010,Uzbekistan,Cereals,28.5624,0.191053202812089
 2010,Uzbekistan,Monogastrics,28.5624,0.0192756140940537
-2010,Uzbekistan,Oilcrops,28.5624,0.05661933170882
-2010,Uzbekistan,Pulses,28.5624,3.04246141780803e-05
+2010,Uzbekistan,FruitVeg,28.5624,0.273774122622749
+2010,Uzbekistan,OilcropsPulses,28.5624,0.0566497563229981
 2010,Uzbekistan,Starchy Roots,28.5624,0.0511161527042545
+2010,Uzbekistan,Sugar,28.5624,0.00994139147970759
 2011,Uzbekistan,Ruminants,29.3394,0.823181551088297
 2011,Uzbekistan,Cereals,29.3394,0.188089940489581
 2011,Uzbekistan,Monogastrics,29.3394,0.0213597176493043
-2011,Uzbekistan,Oilcrops,29.3394,0.0554852859976687
-2011,Uzbekistan,Pulses,29.3394,2.68239977640988e-05
+2011,Uzbekistan,FruitVeg,29.3394,0.284877673026715
+2011,Uzbekistan,OilcropsPulses,29.3394,0.0555121099954328
 2011,Uzbekistan,Starchy Roots,29.3394,0.0519778863916781
+2011,Uzbekistan,Sugar,29.3394,0.00966062700668725
 1961,Vanuatu,Ruminants,0.065708,0.505311377610032
 1961,Vanuatu,Cereals,0.065708,0.0660802337614902
 1961,Vanuatu,Monogastrics,0.065708,0.137497717172947
-1961,Vanuatu,Oilcrops,0.065708,0.134078042247519
-1961,Vanuatu,Pulses,0.065708,NA
+1961,Vanuatu,FruitVeg,0.065708,0.0933676264686187
+1961,Vanuatu,OilcropsPulses,0.065708,0.134078042247519
 1961,Vanuatu,Starchy Roots,0.065708,0.328361843306751
+1961,Vanuatu,Sugar,0.065708,0.0134838984598527
 1962,Vanuatu,Ruminants,0.067806,0.518411350028021
 1962,Vanuatu,Cereals,0.067806,0.0676488806300327
 1962,Vanuatu,Monogastrics,0.067806,0.133573725039082
-1962,Vanuatu,Oilcrops,0.067806,0.148585670884582
-1962,Vanuatu,Pulses,0.067806,NA
+1962,Vanuatu,FruitVeg,0.067806,0.0940772203049878
+1962,Vanuatu,OilcropsPulses,0.067806,0.148585670884582
 1962,Vanuatu,Starchy Roots,0.067806,0.320768073621803
+1962,Vanuatu,Sugar,0.067806,0.0162964929357284
 1963,Vanuatu,Ruminants,0.069962,0.617074983562505
 1963,Vanuatu,Cereals,0.069962,0.0741402475629628
 1963,Vanuatu,Monogastrics,0.069962,0.129683256625025
-1963,Vanuatu,Oilcrops,0.069962,0.145164517881135
-1963,Vanuatu,Pulses,0.069962,NA
+1963,Vanuatu,FruitVeg,0.069962,0.0964809467996913
+1963,Vanuatu,OilcropsPulses,0.069962,0.145164517881135
 1963,Vanuatu,Starchy Roots,0.069962,0.313370115205397
+1963,Vanuatu,Sugar,0.069962,0.0127068980303593
 1964,Vanuatu,Ruminants,0.072131,0.653495723059433
 1964,Vanuatu,Cereals,0.072131,0.0681121847749234
 1964,Vanuatu,Monogastrics,0.072131,0.127854875157699
-1964,Vanuatu,Oilcrops,0.072131,0.143863248811191
-1964,Vanuatu,Pulses,0.072131,NA
+1964,Vanuatu,FruitVeg,0.072131,0.0933995092262689
+1964,Vanuatu,OilcropsPulses,0.072131,0.143863248811191
 1964,Vanuatu,Starchy Roots,0.072131,0.306359263007583
+1964,Vanuatu,Sugar,0.072131,0.0121861612898754
 1965,Vanuatu,Ruminants,0.074287,0.630173516227604
 1965,Vanuatu,Cereals,0.074287,0.0769986673307577
 1965,Vanuatu,Monogastrics,0.074287,0.127041070443012
-1965,Vanuatu,Oilcrops,0.074287,0.148935883802011
-1965,Vanuatu,Pulses,0.074287,NA
+1965,Vanuatu,FruitVeg,0.074287,0.0938118378720368
+1965,Vanuatu,OilcropsPulses,0.074287,0.148935883802011
 1965,Vanuatu,Starchy Roots,0.074287,0.299810195592769
+1965,Vanuatu,Sugar,0.074287,0.014551671221075
 1966,Vanuatu,Ruminants,0.07641,0.640049731710509
 1966,Vanuatu,Cereals,0.07641,0.0742442088731841
 1966,Vanuatu,Monogastrics,0.07641,0.117241198795969
-1966,Vanuatu,Oilcrops,0.07641,0.141735374950923
-1966,Vanuatu,Pulses,0.07641,NA
+1966,Vanuatu,FruitVeg,0.07641,0.0922654102866117
+1966,Vanuatu,OilcropsPulses,0.07641,0.141735374950923
 1966,Vanuatu,Starchy Roots,0.07641,0.296034550451512
+1966,Vanuatu,Sugar,0.07641,0.0135453474676089
 1967,Vanuatu,Ruminants,0.078518,0.621100894062508
 1967,Vanuatu,Cereals,0.078518,0.0940293945337375
 1967,Vanuatu,Monogastrics,0.078518,0.116251050714486
-1967,Vanuatu,Oilcrops,0.078518,0.13464428538679
-1967,Vanuatu,Pulses,0.078518,NA
+1967,Vanuatu,FruitVeg,0.078518,0.0957996892432309
+1967,Vanuatu,OilcropsPulses,0.078518,0.13464428538679
 1967,Vanuatu,Starchy Roots,0.078518,0.28919483430551
+1967,Vanuatu,Sugar,0.078518,0.0164802975113987
 1968,Vanuatu,Ruminants,0.080669,0.632825496783151
 1968,Vanuatu,Cereals,0.080669,0.0811836021272112
 1968,Vanuatu,Monogastrics,0.080669,0.115500378088237
-1968,Vanuatu,Oilcrops,0.080669,0.136607618787886
-1968,Vanuatu,Pulses,0.080669,NA
+1968,Vanuatu,FruitVeg,0.080669,0.096269942604966
+1968,Vanuatu,OilcropsPulses,0.080669,0.136607618787886
 1968,Vanuatu,Starchy Roots,0.080669,0.289032961856475
+1968,Vanuatu,Sugar,0.080669,0.0160780473292095
 1969,Vanuatu,Ruminants,0.082941,0.630756803028659
 1969,Vanuatu,Cereals,0.082941,0.0884484151384719
 1969,Vanuatu,Monogastrics,0.082941,0.115425422890971
-1969,Vanuatu,Oilcrops,0.082941,0.150371951145995
-1969,Vanuatu,Pulses,0.082941,NA
+1969,Vanuatu,FruitVeg,0.082941,0.0982023366007162
+1969,Vanuatu,OilcropsPulses,0.082941,0.150371951145995
 1969,Vanuatu,Starchy Roots,0.082941,0.283213368539082
+1969,Vanuatu,Sugar,0.082941,0.0174099661204953
 1970,Vanuatu,Ruminants,0.085388,0.636669086991146
 1970,Vanuatu,Cereals,0.085388,0.0787230055745538
 1970,Vanuatu,Monogastrics,0.085388,0.123558345434956
-1970,Vanuatu,Oilcrops,0.085388,0.157129807467091
-1970,Vanuatu,Pulses,0.085388,NA
+1970,Vanuatu,FruitVeg,0.085388,0.100002342249496
+1970,Vanuatu,OilcropsPulses,0.085388,0.157129807467091
 1970,Vanuatu,Starchy Roots,0.085388,0.278153838946925
+1970,Vanuatu,Sugar,0.085388,0.0175551599756406
 1971,Vanuatu,Ruminants,0.088023,0.700243118275905
 1971,Vanuatu,Cereals,0.088023,0.0865910046237915
 1971,Vanuatu,Monogastrics,0.088023,0.125801211047113
-1971,Vanuatu,Oilcrops,0.088023,0.131170262317803
-1971,Vanuatu,Pulses,0.088023,NA
+1971,Vanuatu,FruitVeg,0.088023,0.103961464617202
+1971,Vanuatu,OilcropsPulses,0.088023,0.131170262317803
 1971,Vanuatu,Starchy Roots,0.088023,0.27180396032855
+1971,Vanuatu,Sugar,0.088023,0.0194949047408064
 1972,Vanuatu,Ruminants,0.090824,0.649278824980181
 1972,Vanuatu,Cereals,0.090824,0.08627675504272
 1972,Vanuatu,Monogastrics,0.090824,0.127218576587686
-1972,Vanuatu,Oilcrops,0.090824,0.138267418303532
-1972,Vanuatu,Pulses,0.090824,NA
+1972,Vanuatu,FruitVeg,0.090824,0.1054567074782
+1972,Vanuatu,OilcropsPulses,0.090824,0.138267418303532
 1972,Vanuatu,Starchy Roots,0.090824,0.266295252356205
+1972,Vanuatu,Sugar,0.090824,0.0170659737514313
 1973,Vanuatu,Ruminants,0.093761,0.592109725792174
 1973,Vanuatu,Cereals,0.093761,0.0806518701805655
 1973,Vanuatu,Monogastrics,0.093761,0.12441100244238
-1973,Vanuatu,Oilcrops,0.093761,0.266070114439906
-1973,Vanuatu,Pulses,0.093761,NA
+1973,Vanuatu,FruitVeg,0.093761,0.108584592741118
+1973,Vanuatu,OilcropsPulses,0.093761,0.266070114439906
 1973,Vanuatu,Starchy Roots,0.093761,0.26267851238788
+1973,Vanuatu,Sugar,0.093761,0.0174592847772528
 1974,Vanuatu,Ruminants,0.096793,0.79537983118614
 1974,Vanuatu,Cereals,0.096793,0.0852024423253748
 1974,Vanuatu,Monogastrics,0.096793,0.121108964491234
-1974,Vanuatu,Oilcrops,0.096793,0.340840763278336
-1974,Vanuatu,Pulses,0.096793,NA
+1974,Vanuatu,FruitVeg,0.096793,0.115638527579474
+1974,Vanuatu,OilcropsPulses,0.096793,0.340840763278336
 1974,Vanuatu,Starchy Roots,0.096793,0.255648652278574
+1974,Vanuatu,Sugar,0.096793,0.0162511751882884
 1975,Vanuatu,Ruminants,0.099879,0.653155317934701
 1975,Vanuatu,Cereals,0.099879,0.0821093523163027
 1975,Vanuatu,Monogastrics,0.099879,0.114283282772154
-1975,Vanuatu,Oilcrops,0.099879,0.320978383844452
-1975,Vanuatu,Pulses,0.099879,NA
+1975,Vanuatu,FruitVeg,0.099879,0.114007949619039
+1975,Vanuatu,OilcropsPulses,0.099879,0.320978383844452
 1975,Vanuatu,Starchy Roots,0.099879,0.25099370237988
+1975,Vanuatu,Sugar,0.099879,0.011233592647103
 1976,Vanuatu,Ruminants,0.103024,0.67456320857276
 1976,Vanuatu,Cereals,0.103024,0.0644510017083398
 1976,Vanuatu,Monogastrics,0.103024,0.112263161981674
-1976,Vanuatu,Oilcrops,0.103024,0.205447274421494
-1976,Vanuatu,Pulses,0.103024,NA
+1976,Vanuatu,FruitVeg,0.103024,0.11035292747321
+1976,Vanuatu,OilcropsPulses,0.103024,0.205447274421494
 1976,Vanuatu,Starchy Roots,0.103024,0.244554666873738
+1976,Vanuatu,Sugar,0.103024,0.0112595123466377
 1977,Vanuatu,Ruminants,0.106223,0.492640012050121
 1977,Vanuatu,Cereals,0.106223,0.0779962908221383
 1977,Vanuatu,Monogastrics,0.106223,0.11903919113563
-1977,Vanuatu,Oilcrops,0.106223,0.200719241595511
-1977,Vanuatu,Pulses,0.106223,NA
+1977,Vanuatu,FruitVeg,0.106223,0.11484330135658
+1977,Vanuatu,OilcropsPulses,0.106223,0.200719241595511
 1977,Vanuatu,Starchy Roots,0.106223,0.24538941660469
+1977,Vanuatu,Sugar,0.106223,0.0116547263775265
 1978,Vanuatu,Ruminants,0.109429,0.467321276809621
 1978,Vanuatu,Cereals,0.109429,0.0803260561642709
 1978,Vanuatu,Monogastrics,0.109429,0.120033080810388
-1978,Vanuatu,Oilcrops,0.109429,0.327189319101883
-1978,Vanuatu,Pulses,0.109429,NA
+1978,Vanuatu,FruitVeg,0.109429,0.11904522567144
+1978,Vanuatu,OilcropsPulses,0.109429,0.327189319101883
 1978,Vanuatu,Starchy Roots,0.109429,0.23840115508686
+1978,Vanuatu,Sugar,0.109429,0.0221513492767
 1979,Vanuatu,Ruminants,0.112579,0.485956528304568
 1979,Vanuatu,Cereals,0.112579,0.0844828964549339
 1979,Vanuatu,Monogastrics,0.112579,0.125176098561899
-1979,Vanuatu,Oilcrops,0.112579,0.470567334938132
-1979,Vanuatu,Pulses,0.112579,NA
+1979,Vanuatu,FruitVeg,0.112579,0.134074738627986
+1979,Vanuatu,OilcropsPulses,0.112579,0.470567334938132
 1979,Vanuatu,Starchy Roots,0.112579,0.234564172714272
+1979,Vanuatu,Sugar,0.112579,0.0188489860453548
 1980,Vanuatu,Ruminants,0.115634,0.492317138557864
 1980,Vanuatu,Cereals,0.115634,0.0752979227562827
 1980,Vanuatu,Monogastrics,0.115634,0.136444298389747
-1980,Vanuatu,Oilcrops,0.115634,0.342477126104779
-1980,Vanuatu,Pulses,0.115634,NA
+1980,Vanuatu,FruitVeg,0.115634,0.134813290208762
+1980,Vanuatu,OilcropsPulses,0.115634,0.342477126104779
 1980,Vanuatu,Starchy Roots,0.115634,0.243561582233599
+1980,Vanuatu,Sugar,0.115634,0.013880000691838
 1981,Vanuatu,Ruminants,0.118578,0.340013324562735
 1981,Vanuatu,Cereals,0.118578,0.0698274553458483
 1981,Vanuatu,Monogastrics,0.118578,0.13618799440031
-1981,Vanuatu,Oilcrops,0.118578,0.211008787464791
-1981,Vanuatu,Pulses,0.118578,NA
+1981,Vanuatu,FruitVeg,0.118578,0.137555027070789
+1981,Vanuatu,OilcropsPulses,0.118578,0.211008787464791
 1981,Vanuatu,Starchy Roots,0.118578,0.2510415085429
+1981,Vanuatu,Sugar,0.118578,0.0115620098163234
 1982,Vanuatu,Ruminants,0.121433,0.305528974825624
 1982,Vanuatu,Cereals,0.121433,0.0730938048141774
 1982,Vanuatu,Monogastrics,0.121433,0.140064068251628
-1982,Vanuatu,Oilcrops,0.121433,0.197763375688651
-1982,Vanuatu,Pulses,0.121433,NA
+1982,Vanuatu,FruitVeg,0.121433,0.142720677245889
+1982,Vanuatu,OilcropsPulses,0.121433,0.197763375688651
 1982,Vanuatu,Starchy Roots,0.121433,0.266418518854018
+1982,Vanuatu,Sugar,0.121433,0.0111172416064826
 1983,Vanuatu,Ruminants,0.124248,0.297287682699118
 1983,Vanuatu,Cereals,0.124248,0.0768785010623913
 1983,Vanuatu,Monogastrics,0.124248,0.154548966582963
-1983,Vanuatu,Oilcrops,0.124248,0.171552057175971
-1983,Vanuatu,Pulses,0.124248,1.60968385809027e-05
+1983,Vanuatu,FruitVeg,0.124248,0.146988281501513
+1983,Vanuatu,OilcropsPulses,0.124248,0.171568154014552
 1983,Vanuatu,Starchy Roots,0.124248,0.26800431395274
+1983,Vanuatu,Sugar,0.124248,0.0138513295988668
 1984,Vanuatu,Ruminants,0.127094,0.415632523958645
 1984,Vanuatu,Cereals,0.127094,0.0874392182164382
 1984,Vanuatu,Monogastrics,0.127094,0.146091869010339
-1984,Vanuatu,Oilcrops,0.127094,0.180968417077124
-1984,Vanuatu,Pulses,0.127094,1.5736384093663e-05
+1984,Vanuatu,FruitVeg,0.127094,0.150132972445591
+1984,Vanuatu,OilcropsPulses,0.127094,0.180984153461218
 1984,Vanuatu,Starchy Roots,0.127094,0.268808913087951
+1984,Vanuatu,Sugar,0.127094,0.0138873589626576
 1985,Vanuatu,Ruminants,0.130028,0.338407881379395
 1985,Vanuatu,Cereals,0.130028,0.0946180822592057
 1985,Vanuatu,Monogastrics,0.130028,0.167350878272372
-1985,Vanuatu,Oilcrops,0.130028,0.18872089088504
-1985,Vanuatu,Pulses,0.130028,1.53813024886947e-05
+1985,Vanuatu,FruitVeg,0.130028,0.154474420893961
+1985,Vanuatu,OilcropsPulses,0.130028,0.188736272187529
 1985,Vanuatu,Starchy Roots,0.130028,0.262781862368105
+1985,Vanuatu,Sugar,0.130028,0.0159734826345095
 1986,Vanuatu,Ruminants,0.13304,0.315615604329525
 1986,Vanuatu,Cereals,0.13304,0.0914912808177992
 1986,Vanuatu,Monogastrics,0.13304,0.159139356584486
-1986,Vanuatu,Oilcrops,0.13304,0.184012327119663
-1986,Vanuatu,Pulses,0.13304,NA
+1986,Vanuatu,FruitVeg,0.13304,0.15617107636801
+1986,Vanuatu,OilcropsPulses,0.13304,0.184012327119663
 1986,Vanuatu,Starchy Roots,0.13304,0.256434155141311
+1986,Vanuatu,Sugar,0.13304,0.0127555622369212
 1987,Vanuatu,Ruminants,0.136129,0.347316883250446
 1987,Vanuatu,Cereals,0.136129,0.0920230075883904
 1987,Vanuatu,Monogastrics,0.136129,0.140639393516444
-1987,Vanuatu,Oilcrops,0.136129,0.187939381028289
-1987,Vanuatu,Pulses,0.136129,7.34597330473301e-06
+1987,Vanuatu,FruitVeg,0.136129,0.147587949665391
+1987,Vanuatu,OilcropsPulses,0.136129,0.187946727001594
 1987,Vanuatu,Starchy Roots,0.136129,0.250394846065129
+1987,Vanuatu,Sugar,0.136129,0.011114457610061
 1988,Vanuatu,Ruminants,0.139369,0.309895313878983
 1988,Vanuatu,Cereals,0.139369,0.0873149696130416
 1988,Vanuatu,Monogastrics,0.139369,0.116065265589909
-1988,Vanuatu,Oilcrops,0.139369,0.188585696962739
-1988,Vanuatu,Pulses,0.139369,7.17519677977168e-06
+1988,Vanuatu,FruitVeg,0.139369,0.159820333072635
+1988,Vanuatu,OilcropsPulses,0.139369,0.188592872159519
 1988,Vanuatu,Starchy Roots,0.139369,0.238596818517748
+1988,Vanuatu,Sugar,0.139369,0.0133960923878337
 1989,Vanuatu,Ruminants,0.142852,0.32650435415675
 1989,Vanuatu,Cereals,0.142852,0.0792568532467169
 1989,Vanuatu,Monogastrics,0.142852,0.107670876151541
-1989,Vanuatu,Oilcrops,0.142852,0.189874835494078
-1989,Vanuatu,Pulses,0.142852,1.40005040181447e-05
+1989,Vanuatu,FruitVeg,0.142852,0.152857502870103
+1989,Vanuatu,OilcropsPulses,0.142852,0.189888835998096
 1989,Vanuatu,Starchy Roots,0.142852,0.232317363425083
+1989,Vanuatu,Sugar,0.142852,0.0104933777615994
 1990,Vanuatu,Ruminants,0.146633,0.356648230616573
 1990,Vanuatu,Cereals,0.146633,0.076128838665239
 1990,Vanuatu,Monogastrics,0.146633,0.114303737903473
-1990,Vanuatu,Oilcrops,0.146633,0.204640156035817
-1990,Vanuatu,Pulses,0.146633,1.36394945203331e-05
+1990,Vanuatu,FruitVeg,0.146633,0.155885782872887
+1990,Vanuatu,OilcropsPulses,0.146633,0.204653795530338
 1990,Vanuatu,Starchy Roots,0.146633,0.23258748030798
+1990,Vanuatu,Sugar,0.146633,0.00977269782381865
 1991,Vanuatu,Ruminants,0.150779,0.382073100365436
 1991,Vanuatu,Cereals,0.150779,0.0821334535976496
 1991,Vanuatu,Monogastrics,0.150779,0.125732363260136
-1991,Vanuatu,Oilcrops,0.150779,0.193581334270688
-1991,Vanuatu,Pulses,0.150779,1.32644466404473e-05
+1991,Vanuatu,FruitVeg,0.150779,0.156566895920519
+1991,Vanuatu,OilcropsPulses,0.150779,0.193594598717328
 1991,Vanuatu,Starchy Roots,0.150779,0.221940721187964
+1991,Vanuatu,Sugar,0.150779,0.0101008761167006
 1992,Vanuatu,Ruminants,0.155242,0.382482833253887
 1992,Vanuatu,Cereals,0.155242,0.0868579379291687
 1992,Vanuatu,Monogastrics,0.155242,0.124792259826593
-1992,Vanuatu,Oilcrops,0.155242,0.160993803223355
-1992,Vanuatu,Pulses,0.155242,1.93246672936448e-05
+1992,Vanuatu,FruitVeg,0.155242,0.16012419319514
+1992,Vanuatu,OilcropsPulses,0.155242,0.161013127890648
 1992,Vanuatu,Starchy Roots,0.155242,0.228597930972288
+1992,Vanuatu,Sugar,0.155242,0.0115625925973641
 1993,Vanuatu,Ruminants,0.159814,0.328810367051698
 1993,Vanuatu,Cereals,0.159814,0.0862314941119051
 1993,Vanuatu,Monogastrics,0.159814,0.12194926602175
-1993,Vanuatu,Oilcrops,0.159814,0.194857772160136
-1993,Vanuatu,Pulses,0.159814,NA
+1993,Vanuatu,FruitVeg,0.159814,0.186510568535923
+1993,Vanuatu,OilcropsPulses,0.159814,0.194857772160136
 1993,Vanuatu,Starchy Roots,0.159814,0.178307282215576
+1993,Vanuatu,Sugar,0.159814,0.00922947926965097
 1994,Vanuatu,Ruminants,0.164209,0.328674433191847
 1994,Vanuatu,Cereals,0.164209,0.0888745440262105
 1994,Vanuatu,Monogastrics,0.164209,0.120680352477635
-1994,Vanuatu,Oilcrops,0.164209,0.173017313301951
-1994,Vanuatu,Pulses,0.164209,1.82694005809669e-05
+1994,Vanuatu,FruitVeg,0.164209,0.134895164089666
+1994,Vanuatu,OilcropsPulses,0.164209,0.173035582702532
 1994,Vanuatu,Starchy Roots,0.164209,0.208265076822829
+1994,Vanuatu,Sugar,0.164209,0.0110956159528406
 1995,Vanuatu,Ruminants,0.168236,0.366105946408616
 1995,Vanuatu,Cereals,0.168236,0.0938681376162058
 1995,Vanuatu,Monogastrics,0.168236,0.120653130126727
-1995,Vanuatu,Oilcrops,0.168236,0.175711500511187
-1995,Vanuatu,Pulses,0.168236,NA
+1995,Vanuatu,FruitVeg,0.168236,0.12755890534725
+1995,Vanuatu,OilcropsPulses,0.168236,0.175711500511187
 1995,Vanuatu,Starchy Roots,0.168236,0.203083763284909
+1995,Vanuatu,Sugar,0.168236,0.0125181292945624
 1996,Vanuatu,Ruminants,0.171802,0.340058322953167
 1996,Vanuatu,Cereals,0.171802,0.103956880595104
 1996,Vanuatu,Monogastrics,0.171802,0.127318657524359
-1996,Vanuatu,Oilcrops,0.171802,0.151051792179369
-1996,Vanuatu,Pulses,0.171802,2.32826160347377e-05
+1996,Vanuatu,FruitVeg,0.171802,0.138071733740003
+1996,Vanuatu,OilcropsPulses,0.171802,0.151075074795404
 1996,Vanuatu,Starchy Roots,0.171802,0.221068439249834
+1996,Vanuatu,Sugar,0.171802,0.0156866625534045
 1997,Vanuatu,Ruminants,0.175004,0.296097232063267
 1997,Vanuatu,Cereals,0.175004,0.110351763388265
 1997,Vanuatu,Monogastrics,0.175004,0.124415441932756
-1997,Vanuatu,Oilcrops,0.175004,0.157562112865992
-1997,Vanuatu,Pulses,0.175004,NA
+1997,Vanuatu,FruitVeg,0.175004,0.144905259308359
+1997,Vanuatu,OilcropsPulses,0.175004,0.157562112865992
 1997,Vanuatu,Starchy Roots,0.175004,0.224297730337592
+1997,Vanuatu,Sugar,0.175004,0.01527965075084
 1998,Vanuatu,Ruminants,0.178074,0.35108101126498
 1998,Vanuatu,Cereals,0.178074,0.110100295382818
 1998,Vanuatu,Monogastrics,0.178074,0.126788301492638
-1998,Vanuatu,Oilcrops,0.178074,0.162314543392073
-1998,Vanuatu,Pulses,0.178074,NA
+1998,Vanuatu,FruitVeg,0.178074,0.155643159585341
+1998,Vanuatu,OilcropsPulses,0.178074,0.162314543392073
 1998,Vanuatu,Starchy Roots,0.178074,0.228949762458304
+1998,Vanuatu,Sugar,0.178074,0.0149937666363422
 1999,Vanuatu,Ruminants,0.181346,0.339705866134351
 1999,Vanuatu,Cereals,0.181346,0.108720346740485
 1999,Vanuatu,Monogastrics,0.181346,0.129105136038291
-1999,Vanuatu,Oilcrops,0.181346,0.169477132112095
-1999,Vanuatu,Pulses,0.181346,NA
+1999,Vanuatu,FruitVeg,0.181346,0.152013278484224
+1999,Vanuatu,OilcropsPulses,0.181346,0.169477132112095
 1999,Vanuatu,Starchy Roots,0.181346,0.222822670475224
+1999,Vanuatu,Sugar,0.181346,0.0150265238825229
 2000,Vanuatu,Ruminants,0.185058,0.353007705692269
 2000,Vanuatu,Cereals,0.185058,0.108479503723157
 2000,Vanuatu,Monogastrics,0.185058,0.128544024035708
-2000,Vanuatu,Oilcrops,0.185058,0.25635746630786
-2000,Vanuatu,Pulses,0.185058,NA
+2000,Vanuatu,FruitVeg,0.185058,0.152449502318192
+2000,Vanuatu,OilcropsPulses,0.185058,0.25635746630786
 2000,Vanuatu,Starchy Roots,0.185058,0.217267018988641
+2000,Vanuatu,Sugar,0.185058,0.015211447221952
 2001,Vanuatu,Ruminants,0.189288,0.329625755462575
 2001,Vanuatu,Cereals,0.189288,0.113388064747897
 2001,Vanuatu,Monogastrics,0.189288,0.127325028527957
-2001,Vanuatu,Oilcrops,0.189288,0.564003000718482
-2001,Vanuatu,Pulses,0.189288,NA
+2001,Vanuatu,FruitVeg,0.189288,0.146290308947213
+2001,Vanuatu,OilcropsPulses,0.189288,0.564003000718482
 2001,Vanuatu,Starchy Roots,0.189288,0.217219263767381
+2001,Vanuatu,Sugar,0.189288,0.0149190651282701
 2002,Vanuatu,Ruminants,0.193957,0.277686291291369
 2002,Vanuatu,Cereals,0.193957,0.11841799986595
 2002,Vanuatu,Monogastrics,0.193957,0.125347886387189
-2002,Vanuatu,Oilcrops,0.193957,0.407739859865847
-2002,Vanuatu,Pulses,0.193957,NA
+2002,Vanuatu,FruitVeg,0.193957,0.145888006104446
+2002,Vanuatu,OilcropsPulses,0.193957,0.407739859865847
 2002,Vanuatu,Starchy Roots,0.193957,0.21834220987126
+2002,Vanuatu,Sugar,0.193957,0.0155756172759942
 2003,Vanuatu,Ruminants,0.198963,0.300596593336449
 2003,Vanuatu,Cereals,0.198963,0.125284600654393
 2003,Vanuatu,Monogastrics,0.198963,0.120208279931445
-2003,Vanuatu,Oilcrops,0.198963,0.506134306378573
-2003,Vanuatu,Pulses,0.198963,NA
+2003,Vanuatu,FruitVeg,0.198963,0.147786271819384
+2003,Vanuatu,OilcropsPulses,0.198963,0.506134306378573
 2003,Vanuatu,Starchy Roots,0.198963,0.217769132954368
+2003,Vanuatu,Sugar,0.198963,0.0155053954755407
 2004,Vanuatu,Ruminants,0.204144,0.292472960263344
 2004,Vanuatu,Cereals,0.204144,0.127326788933302
 2004,Vanuatu,Monogastrics,0.204144,0.118513402304256
-2004,Vanuatu,Oilcrops,0.204144,0.891160161454659
-2004,Vanuatu,Pulses,0.204144,NA
+2004,Vanuatu,FruitVeg,0.204144,0.148106238733443
+2004,Vanuatu,OilcropsPulses,0.204144,0.891160161454659
 2004,Vanuatu,Starchy Roots,0.204144,0.215877027980249
+2004,Vanuatu,Sugar,0.204144,0.0158711497766283
 2005,Vanuatu,Ruminants,0.209375,0.308545910447761
 2005,Vanuatu,Cereals,0.209375,0.129609552238806
 2005,Vanuatu,Monogastrics,0.209375,0.120427940298507
-2005,Vanuatu,Oilcrops,0.209375,0.711847164179105
-2005,Vanuatu,Pulses,0.209375,NA
+2005,Vanuatu,FruitVeg,0.209375,0.134070447761194
+2005,Vanuatu,OilcropsPulses,0.209375,0.711847164179105
 2005,Vanuatu,Starchy Roots,0.209375,0.21700776119403
+2005,Vanuatu,Sugar,0.209375,0.0155271641791045
 2006,Vanuatu,Ruminants,0.214635,0.272444848230717
 2006,Vanuatu,Cereals,0.214635,0.124928366762178
 2006,Vanuatu,Monogastrics,0.214635,0.128019661285438
-2006,Vanuatu,Oilcrops,0.214635,0.314627157732895
-2006,Vanuatu,Pulses,0.214635,1.39772171360682e-05
+2006,Vanuatu,FruitVeg,0.214635,0.135057190113448
+2006,Vanuatu,OilcropsPulses,0.214635,0.314641134950031
 2006,Vanuatu,Starchy Roots,0.214635,0.218179700421646
+2006,Vanuatu,Sugar,0.214635,0.014280056840683
 2007,Vanuatu,Ruminants,0.219956,0.360272963683646
 2007,Vanuatu,Cereals,0.219956,0.120760515739512
 2007,Vanuatu,Monogastrics,0.219956,0.138059884704214
-2007,Vanuatu,Oilcrops,0.219956,0.696484751495754
-2007,Vanuatu,Pulses,0.219956,9.09272763643638e-06
+2007,Vanuatu,FruitVeg,0.219956,0.145138118532797
+2007,Vanuatu,OilcropsPulses,0.219956,0.69649384422339
 2007,Vanuatu,Starchy Roots,0.219956,0.208368946516576
+2007,Vanuatu,Sugar,0.219956,0.018585535288876
 2008,Vanuatu,Ruminants,0.225335,0.342435041160938
 2008,Vanuatu,Cereals,0.225335,0.120114496194555
 2008,Vanuatu,Monogastrics,0.225335,0.147942840659463
-2008,Vanuatu,Oilcrops,0.225335,0.479929882175428
-2008,Vanuatu,Pulses,0.225335,4.43783699824705e-06
+2008,Vanuatu,FruitVeg,0.225335,0.147083231632902
+2008,Vanuatu,OilcropsPulses,0.225335,0.479934320012426
 2008,Vanuatu,Starchy Roots,0.225335,0.216109348303637
+2008,Vanuatu,Sugar,0.225335,0.0192069585284133
 2009,Vanuatu,Ruminants,0.230782,0.246525725576518
 2009,Vanuatu,Cereals,0.230782,0.123376173185084
 2009,Vanuatu,Monogastrics,0.230782,0.144189754833566
-2009,Vanuatu,Oilcrops,0.230782,0.59266320596927
-2009,Vanuatu,Pulses,0.230782,NA
+2009,Vanuatu,FruitVeg,0.230782,0.147329514433535
+2009,Vanuatu,OilcropsPulses,0.230782,0.59266320596927
 2009,Vanuatu,Starchy Roots,0.230782,0.209379414339073
+2009,Vanuatu,Sugar,0.230782,0.0198152368902254
 2010,Vanuatu,Ruminants,0.236299,0.220138891827727
 2010,Vanuatu,Cereals,0.236299,0.115810900596278
 2010,Vanuatu,Monogastrics,0.236299,0.141937122036064
-2010,Vanuatu,Oilcrops,0.236299,0.575516612427475
-2010,Vanuatu,Pulses,0.236299,4.23192649990055e-06
+2010,Vanuatu,FruitVeg,0.236299,0.148240153365016
+2010,Vanuatu,OilcropsPulses,0.236299,0.575520844353975
 2010,Vanuatu,Starchy Roots,0.236299,0.219873973228833
+2010,Vanuatu,Sugar,0.236299,0.0198900545495326
 2011,Vanuatu,Ruminants,0.241876,0.257948700987283
 2011,Vanuatu,Cereals,0.241876,0.112805735170087
 2011,Vanuatu,Monogastrics,0.241876,0.143674444756818
-2011,Vanuatu,Oilcrops,0.241876,0.549533645338934
-2011,Vanuatu,Pulses,0.241876,8.26869966429079e-06
+2011,Vanuatu,FruitVeg,0.241876,0.132224776331674
+2011,Vanuatu,OilcropsPulses,0.241876,0.549541914038598
 2011,Vanuatu,Starchy Roots,0.241876,0.219178422001356
+2011,Vanuatu,Sugar,0.241876,0.0202211050290231
 1961,Venezuela (Bolivarian Republic of),Ruminants,8.461684,0.487335464193652
 1961,Venezuela (Bolivarian Republic of),Cereals,8.461684,0.0993377913899881
 1961,Venezuela (Bolivarian Republic of),Monogastrics,8.461684,0.0556293759020072
-1961,Venezuela (Bolivarian Republic of),Oilcrops,8.461684,0.0567361059571594
-1961,Venezuela (Bolivarian Republic of),Pulses,8.461684,0.00880463037853931
+1961,Venezuela (Bolivarian Republic of),FruitVeg,8.461684,0.161813534989016
+1961,Venezuela (Bolivarian Republic of),OilcropsPulses,8.461684,0.0655407363356987
 1961,Venezuela (Bolivarian Republic of),Starchy Roots,8.461684,0.0434265803355455
+1961,Venezuela (Bolivarian Republic of),Sugar,8.461684,0.0334159252460858
 1962,Venezuela (Bolivarian Republic of),Ruminants,8.79059,0.476236612104535
 1962,Venezuela (Bolivarian Republic of),Cereals,8.79059,0.101413329480729
 1962,Venezuela (Bolivarian Republic of),Monogastrics,8.79059,0.0565073675373325
-1962,Venezuela (Bolivarian Republic of),Oilcrops,8.79059,0.0637580640207313
-1962,Venezuela (Bolivarian Republic of),Pulses,8.79059,0.0072546893894494
+1962,Venezuela (Bolivarian Republic of),FruitVeg,8.79059,0.142985396884623
+1962,Venezuela (Bolivarian Republic of),OilcropsPulses,8.79059,0.0710127534101807
 1962,Venezuela (Bolivarian Republic of),Starchy Roots,8.79059,0.0438102561944079
+1962,Venezuela (Bolivarian Republic of),Sugar,8.79059,0.0319763519854754
 1963,Venezuela (Bolivarian Republic of),Ruminants,9.130346,0.47765139459118
 1963,Venezuela (Bolivarian Republic of),Cereals,9.130346,0.102467091608577
 1963,Venezuela (Bolivarian Republic of),Monogastrics,9.130346,0.05537900754254
-1963,Venezuela (Bolivarian Republic of),Oilcrops,9.130346,0.0519584909487548
-1963,Venezuela (Bolivarian Republic of),Pulses,9.130346,0.00750530155155128
+1963,Venezuela (Bolivarian Republic of),FruitVeg,9.130346,0.150059921058851
+1963,Venezuela (Bolivarian Republic of),OilcropsPulses,9.130346,0.0594637925003061
 1963,Venezuela (Bolivarian Republic of),Starchy Roots,9.130346,0.042968032098674
+1963,Venezuela (Bolivarian Republic of),Sugar,9.130346,0.0301214214663935
 1964,Venezuela (Bolivarian Republic of),Ruminants,9.476255,0.489842749060678
 1964,Venezuela (Bolivarian Republic of),Cereals,9.476255,0.114916388383386
 1964,Venezuela (Bolivarian Republic of),Monogastrics,9.476255,0.0597919325725194
-1964,Venezuela (Bolivarian Republic of),Oilcrops,9.476255,0.0611506338738246
-1964,Venezuela (Bolivarian Republic of),Pulses,9.476255,0.00807017118049272
+1964,Venezuela (Bolivarian Republic of),FruitVeg,9.476255,0.14720203287058
+1964,Venezuela (Bolivarian Republic of),OilcropsPulses,9.476255,0.0692208050543173
 1964,Venezuela (Bolivarian Republic of),Starchy Roots,9.476255,0.0407513305625482
+1964,Venezuela (Bolivarian Republic of),Sugar,9.476255,0.0350247012137179
 1965,Venezuela (Bolivarian Republic of),Ruminants,9.824694,0.485720705398051
 1965,Venezuela (Bolivarian Republic of),Cereals,9.824694,0.112256829576575
 1965,Venezuela (Bolivarian Republic of),Monogastrics,9.824694,0.0567052062893765
-1965,Venezuela (Bolivarian Republic of),Oilcrops,9.824694,0.0569976021645051
-1965,Venezuela (Bolivarian Republic of),Pulses,9.824694,0.00701792849731503
+1965,Venezuela (Bolivarian Republic of),FruitVeg,9.824694,0.150298828645452
+1965,Venezuela (Bolivarian Republic of),OilcropsPulses,9.824694,0.0640155306618201
 1965,Venezuela (Bolivarian Republic of),Starchy Roots,9.824694,0.0408559289480161
+1965,Venezuela (Bolivarian Republic of),Sugar,9.824694,0.0359161313319275
 1966,Venezuela (Bolivarian Republic of),Ruminants,10.175143,0.498109736639574
 1966,Venezuela (Bolivarian Republic of),Cereals,10.175143,0.112373260994956
 1966,Venezuela (Bolivarian Republic of),Monogastrics,10.175143,0.0565950965013465
-1966,Venezuela (Bolivarian Republic of),Oilcrops,10.175143,0.0558861924594082
-1966,Venezuela (Bolivarian Republic of),Pulses,10.175143,0.00802298306765811
+1966,Venezuela (Bolivarian Republic of),FruitVeg,10.175143,0.145770924300523
+1966,Venezuela (Bolivarian Republic of),OilcropsPulses,10.175143,0.0639091755270663
 1966,Venezuela (Bolivarian Republic of),Starchy Roots,10.175143,0.0391604324381485
+1966,Venezuela (Bolivarian Republic of),Sugar,10.175143,0.0345817252887748
 1967,Venezuela (Bolivarian Republic of),Ruminants,10.528054,0.497880785945817
 1967,Venezuela (Bolivarian Republic of),Cereals,10.528054,0.114952012974098
 1967,Venezuela (Bolivarian Republic of),Monogastrics,10.528054,0.0586145549785364
-1967,Venezuela (Bolivarian Republic of),Oilcrops,10.528054,0.0452168083484374
-1967,Venezuela (Bolivarian Republic of),Pulses,10.528054,0.00826847962595937
+1967,Venezuela (Bolivarian Republic of),FruitVeg,10.528054,0.142619709207419
+1967,Venezuela (Bolivarian Republic of),OilcropsPulses,10.528054,0.0534852879743968
 1967,Venezuela (Bolivarian Republic of),Starchy Roots,10.528054,0.0387944438734832
+1967,Venezuela (Bolivarian Republic of),Sugar,10.528054,0.0344332390392375
 1968,Venezuela (Bolivarian Republic of),Ruminants,10.881995,0.487537138181005
 1968,Venezuela (Bolivarian Republic of),Cereals,10.881995,0.117529000886326
 1968,Venezuela (Bolivarian Republic of),Monogastrics,10.881995,0.0613515995918028
-1968,Venezuela (Bolivarian Republic of),Oilcrops,10.881995,0.0354861401792594
-1968,Venezuela (Bolivarian Republic of),Pulses,10.881995,0.00774003296270583
+1968,Venezuela (Bolivarian Republic of),FruitVeg,10.881995,0.150382535555291
+1968,Venezuela (Bolivarian Republic of),OilcropsPulses,10.881995,0.0432261731419652
 1968,Venezuela (Bolivarian Republic of),Starchy Roots,10.881995,0.0395063588983454
+1968,Venezuela (Bolivarian Republic of),Sugar,10.881995,0.0344821882384618
 1969,Venezuela (Bolivarian Republic of),Ruminants,11.235492,0.532819079039885
 1969,Venezuela (Bolivarian Republic of),Cereals,11.235492,0.12332107930832
 1969,Venezuela (Bolivarian Republic of),Monogastrics,11.235492,0.0643157949825428
-1969,Venezuela (Bolivarian Republic of),Oilcrops,11.235492,0.0237353201800153
-1969,Venezuela (Bolivarian Republic of),Pulses,11.235492,0.00700556771345661
+1969,Venezuela (Bolivarian Republic of),FruitVeg,11.235492,0.14919319955014
+1969,Venezuela (Bolivarian Republic of),OilcropsPulses,11.235492,0.0307408878934719
 1969,Venezuela (Bolivarian Republic of),Starchy Roots,11.235492,0.0363902177136524
+1969,Venezuela (Bolivarian Republic of),Sugar,11.235492,0.0363469619309951
 1970,Venezuela (Bolivarian Republic of),Ruminants,11.587758,0.502989819083208
 1970,Venezuela (Bolivarian Republic of),Cereals,11.587758,0.1263831191504
 1970,Venezuela (Bolivarian Republic of),Monogastrics,11.587758,0.0667875960129647
-1970,Venezuela (Bolivarian Republic of),Oilcrops,11.587758,0.02404390909786
-1970,Venezuela (Bolivarian Republic of),Pulses,11.587758,0.00694103207885425
+1970,Venezuela (Bolivarian Republic of),FruitVeg,11.587758,0.15125945847333
+1970,Venezuela (Bolivarian Republic of),OilcropsPulses,11.587758,0.0309849411767143
 1970,Venezuela (Bolivarian Republic of),Starchy Roots,11.587758,0.0344600741575722
+1970,Venezuela (Bolivarian Republic of),Sugar,11.587758,0.0365295857921783
 1971,Venezuela (Bolivarian Republic of),Ruminants,11.937803,0.517771067255843
 1971,Venezuela (Bolivarian Republic of),Cereals,11.937803,0.121927041349233
 1971,Venezuela (Bolivarian Republic of),Monogastrics,11.937803,0.0658016303334877
-1971,Venezuela (Bolivarian Republic of),Oilcrops,11.937803,0.0287969235210197
-1971,Venezuela (Bolivarian Republic of),Pulses,11.937803,0.00653185514956144
+1971,Venezuela (Bolivarian Republic of),FruitVeg,11.937803,0.149270849921045
+1971,Venezuela (Bolivarian Republic of),OilcropsPulses,11.937803,0.0353287786705812
 1971,Venezuela (Bolivarian Republic of),Starchy Roots,11.937803,0.0327311482690743
+1971,Venezuela (Bolivarian Republic of),Sugar,11.937803,0.038636841301536
 1972,Venezuela (Bolivarian Republic of),Ruminants,12.286434,0.516295037274444
 1972,Venezuela (Bolivarian Republic of),Cereals,12.286434,0.121472593268315
 1972,Venezuela (Bolivarian Republic of),Monogastrics,12.286434,0.070382097848733
-1972,Venezuela (Bolivarian Republic of),Oilcrops,12.286434,0.0206272218611193
-1972,Venezuela (Bolivarian Republic of),Pulses,12.286434,0.00678569550774456
+1972,Venezuela (Bolivarian Republic of),FruitVeg,12.286434,0.148355495174597
+1972,Venezuela (Bolivarian Republic of),OilcropsPulses,12.286434,0.0274129173688639
 1972,Venezuela (Bolivarian Republic of),Starchy Roots,12.286434,0.0313726505184499
+1972,Venezuela (Bolivarian Republic of),Sugar,12.286434,0.0375431960160287
 1973,Venezuela (Bolivarian Republic of),Ruminants,12.636971,0.551417606323541
 1973,Venezuela (Bolivarian Republic of),Cereals,12.636971,0.120139153599387
 1973,Venezuela (Bolivarian Republic of),Monogastrics,12.636971,0.086456802029537
-1973,Venezuela (Bolivarian Republic of),Oilcrops,12.636971,0.0220622489360781
-1973,Venezuela (Bolivarian Republic of),Pulses,12.636971,0.00457000336552169
+1973,Venezuela (Bolivarian Republic of),FruitVeg,12.636971,0.137978159481414
+1973,Venezuela (Bolivarian Republic of),OilcropsPulses,12.636971,0.0266322523015998
 1973,Venezuela (Bolivarian Republic of),Starchy Roots,12.636971,0.0265432278035615
+1973,Venezuela (Bolivarian Republic of),Sugar,12.636971,0.0405090745242669
 1974,Venezuela (Bolivarian Republic of),Ruminants,12.994025,0.569593855637495
 1974,Venezuela (Bolivarian Republic of),Cereals,12.994025,0.11994797608901
 1974,Venezuela (Bolivarian Republic of),Monogastrics,12.994025,0.0848512758748732
-1974,Venezuela (Bolivarian Republic of),Oilcrops,12.994025,0.0238552719422966
-1974,Venezuela (Bolivarian Republic of),Pulses,12.994025,0.00485892554462532
+1974,Venezuela (Bolivarian Republic of),FruitVeg,12.994025,0.140746997177549
+1974,Venezuela (Bolivarian Republic of),OilcropsPulses,12.994025,0.0287141974869219
 1974,Venezuela (Bolivarian Republic of),Starchy Roots,12.994025,0.0286514763516308
+1974,Venezuela (Bolivarian Republic of),Sugar,12.994025,0.0410116957601667
 1975,Venezuela (Bolivarian Republic of),Ruminants,13.360988,0.601982555481675
 1975,Venezuela (Bolivarian Republic of),Cereals,13.360988,0.127390803733975
 1975,Venezuela (Bolivarian Republic of),Monogastrics,13.360988,0.092419273185486
-1975,Venezuela (Bolivarian Republic of),Oilcrops,13.360988,0.0353169990123485
-1975,Venezuela (Bolivarian Republic of),Pulses,13.360988,0.0059978348906533
+1975,Venezuela (Bolivarian Republic of),FruitVeg,13.360988,0.133244337918723
+1975,Venezuela (Bolivarian Republic of),OilcropsPulses,13.360988,0.0413148339030018
 1975,Venezuela (Bolivarian Republic of),Starchy Roots,13.360988,0.0297215295755074
+1975,Venezuela (Bolivarian Republic of),Sugar,13.360988,0.0413408798810387
 1976,Venezuela (Bolivarian Republic of),Ruminants,13.739142,0.619224373690875
 1976,Venezuela (Bolivarian Republic of),Cereals,13.739142,0.133119593639836
 1976,Venezuela (Bolivarian Republic of),Monogastrics,13.739142,0.0966314490380841
-1976,Venezuela (Bolivarian Republic of),Oilcrops,13.739142,0.0223834938164261
-1976,Venezuela (Bolivarian Republic of),Pulses,13.739142,0.00585123874547625
+1976,Venezuela (Bolivarian Republic of),FruitVeg,13.739142,0.1343555514602
+1976,Venezuela (Bolivarian Republic of),OilcropsPulses,13.739142,0.0282347325619023
 1976,Venezuela (Bolivarian Republic of),Starchy Roots,13.739142,0.0261648798738669
+1976,Venezuela (Bolivarian Republic of),Sugar,13.739142,0.043154004813401
 1977,Venezuela (Bolivarian Republic of),Ruminants,14.12779,0.649683885448467
 1977,Venezuela (Bolivarian Republic of),Cereals,14.12779,0.13543434606545
 1977,Venezuela (Bolivarian Republic of),Monogastrics,14.12779,0.0999434589557178
-1977,Venezuela (Bolivarian Republic of),Oilcrops,14.12779,0.0201946659739421
-1977,Venezuela (Bolivarian Republic of),Pulses,14.12779,0.00778798382478788
+1977,Venezuela (Bolivarian Republic of),FruitVeg,14.12779,0.145449005116865
+1977,Venezuela (Bolivarian Republic of),OilcropsPulses,14.12779,0.02798264979873
 1977,Venezuela (Bolivarian Republic of),Starchy Roots,14.12779,0.030073635012978
+1977,Venezuela (Bolivarian Republic of),Sugar,14.12779,0.0441151092987651
 1978,Venezuela (Bolivarian Republic of),Ruminants,14.525929,0.698673895487166
 1978,Venezuela (Bolivarian Republic of),Cereals,14.525929,0.135243811256409
 1978,Venezuela (Bolivarian Republic of),Monogastrics,14.525929,0.109493919459471
-1978,Venezuela (Bolivarian Republic of),Oilcrops,14.525929,0.020935734988103
-1978,Venezuela (Bolivarian Republic of),Pulses,14.525929,0.00661231374599174
+1978,Venezuela (Bolivarian Republic of),FruitVeg,14.525929,0.147222666447013
+1978,Venezuela (Bolivarian Republic of),OilcropsPulses,14.525929,0.0275480487340947
 1978,Venezuela (Bolivarian Republic of),Starchy Roots,14.525929,0.028625983233155
+1978,Venezuela (Bolivarian Republic of),Sugar,14.525929,0.0457110178632981
 1979,Venezuela (Bolivarian Republic of),Ruminants,14.931741,0.688944316674124
 1979,Venezuela (Bolivarian Republic of),Cereals,14.931741,0.139439131712772
 1979,Venezuela (Bolivarian Republic of),Monogastrics,14.931741,0.106425506576895
-1979,Venezuela (Bolivarian Republic of),Oilcrops,14.931741,0.0225315989608981
-1979,Venezuela (Bolivarian Republic of),Pulses,14.931741,0.00703273650406875
+1979,Venezuela (Bolivarian Republic of),FruitVeg,14.931741,0.1433484548118
+1979,Venezuela (Bolivarian Republic of),OilcropsPulses,14.931741,0.0295643354649669
 1979,Venezuela (Bolivarian Republic of),Starchy Roots,14.931741,0.029112144390932
+1979,Venezuela (Bolivarian Republic of),Sugar,14.931741,0.0488030833109146
 1980,Venezuela (Bolivarian Republic of),Ruminants,15.343917,0.67137100650375
 1980,Venezuela (Bolivarian Republic of),Cereals,15.343917,0.153141600022993
 1980,Venezuela (Bolivarian Republic of),Monogastrics,15.343917,0.110446687113858
-1980,Venezuela (Bolivarian Republic of),Oilcrops,15.343917,0.0172835267552607
-1980,Venezuela (Bolivarian Republic of),Pulses,15.343917,0.00728360300697664
+1980,Venezuela (Bolivarian Republic of),FruitVeg,15.343917,0.139374971853667
+1980,Venezuela (Bolivarian Republic of),OilcropsPulses,15.343917,0.0245671297622374
 1980,Venezuela (Bolivarian Republic of),Starchy Roots,15.343917,0.0291930671939896
+1980,Venezuela (Bolivarian Republic of),Sugar,15.343917,0.0451640868495313
 1981,Venezuela (Bolivarian Republic of),Ruminants,15.7618,0.665473365986119
 1981,Venezuela (Bolivarian Republic of),Cereals,15.7618,0.1498424672309
 1981,Venezuela (Bolivarian Republic of),Monogastrics,15.7618,0.12265738684668
-1981,Venezuela (Bolivarian Republic of),Oilcrops,15.7618,0.0176286337854814
-1981,Venezuela (Bolivarian Republic of),Pulses,15.7618,0.00884093187326321
+1981,Venezuela (Bolivarian Republic of),FruitVeg,15.7618,0.139563438185994
+1981,Venezuela (Bolivarian Republic of),OilcropsPulses,15.7618,0.0264695656587446
 1981,Venezuela (Bolivarian Republic of),Starchy Roots,15.7618,0.0286025073278433
+1981,Venezuela (Bolivarian Republic of),Sugar,15.7618,0.0452811227144108
 1982,Venezuela (Bolivarian Republic of),Ruminants,16.185895,0.658204096838636
 1982,Venezuela (Bolivarian Republic of),Cereals,16.185895,0.139930044029076
 1982,Venezuela (Bolivarian Republic of),Monogastrics,16.185895,0.124394400186088
-1982,Venezuela (Bolivarian Republic of),Oilcrops,16.185895,0.018532555660345
-1982,Venezuela (Bolivarian Republic of),Pulses,16.185895,0.00767767244258041
+1982,Venezuela (Bolivarian Republic of),FruitVeg,16.185895,0.133961699368493
+1982,Venezuela (Bolivarian Republic of),OilcropsPulses,16.185895,0.0262102281029254
 1982,Venezuela (Bolivarian Republic of),Starchy Roots,16.185895,0.0278476414186549
+1982,Venezuela (Bolivarian Republic of),Sugar,16.185895,0.0395773604116424
 1983,Venezuela (Bolivarian Republic of),Ruminants,16.617343,0.62050993952523
 1983,Venezuela (Bolivarian Republic of),Cereals,16.617343,0.149139666913056
 1983,Venezuela (Bolivarian Republic of),Monogastrics,16.617343,0.117479268496775
-1983,Venezuela (Bolivarian Republic of),Oilcrops,16.617343,0.0188976059530095
-1983,Venezuela (Bolivarian Republic of),Pulses,16.617343,0.00762402268521508
+1983,Venezuela (Bolivarian Republic of),FruitVeg,16.617343,0.126684994105255
+1983,Venezuela (Bolivarian Republic of),OilcropsPulses,16.617343,0.0265216286382245
 1983,Venezuela (Bolivarian Republic of),Starchy Roots,16.617343,0.0288700185101794
+1983,Venezuela (Bolivarian Republic of),Sugar,16.617343,0.0415278182559029
 1984,Venezuela (Bolivarian Republic of),Ruminants,17.057786,0.54799156819062
 1984,Venezuela (Bolivarian Republic of),Cereals,17.057786,0.161509588641809
 1984,Venezuela (Bolivarian Republic of),Monogastrics,17.057786,0.123201639415572
-1984,Venezuela (Bolivarian Republic of),Oilcrops,17.057786,0.0181066874681157
-1984,Venezuela (Bolivarian Republic of),Pulses,17.057786,0.00706387100881674
+1984,Venezuela (Bolivarian Republic of),FruitVeg,17.057786,0.125569461359171
+1984,Venezuela (Bolivarian Republic of),OilcropsPulses,17.057786,0.0251705584769325
 1984,Venezuela (Bolivarian Republic of),Starchy Roots,17.057786,0.0283287643542954
+1984,Venezuela (Bolivarian Republic of),Sugar,17.057786,0.0409224854855138
 1985,Venezuela (Bolivarian Republic of),Ruminants,17.508059,0.558341435792511
 1985,Venezuela (Bolivarian Republic of),Cereals,17.508059,0.149155311848104
 1985,Venezuela (Bolivarian Republic of),Monogastrics,17.508059,0.122963624922671
-1985,Venezuela (Bolivarian Republic of),Oilcrops,17.508059,0.0204942192621124
-1985,Venezuela (Bolivarian Republic of),Pulses,17.508059,0.00677716473310948
+1985,Venezuela (Bolivarian Republic of),FruitVeg,17.508059,0.123337258573323
+1985,Venezuela (Bolivarian Republic of),OilcropsPulses,17.508059,0.0272713839952219
 1985,Venezuela (Bolivarian Republic of),Starchy Roots,17.508059,0.0249287485266071
+1985,Venezuela (Bolivarian Republic of),Sugar,17.508059,0.0395221423459905
 1986,Venezuela (Bolivarian Republic of),Ruminants,17.96853,0.516530873699741
 1986,Venezuela (Bolivarian Republic of),Cereals,17.96853,0.129520778828318
 1986,Venezuela (Bolivarian Republic of),Monogastrics,17.96853,0.122772575163355
-1986,Venezuela (Bolivarian Republic of),Oilcrops,17.96853,0.0235757182140108
-1986,Venezuela (Bolivarian Republic of),Pulses,17.96853,0.00508466747140695
+1986,Venezuela (Bolivarian Republic of),FruitVeg,17.96853,0.120439345900861
+1986,Venezuela (Bolivarian Republic of),OilcropsPulses,17.96853,0.0286603856854178
 1986,Venezuela (Bolivarian Republic of),Starchy Roots,17.96853,0.0247669675816553
+1986,Venezuela (Bolivarian Republic of),Sugar,17.96853,0.0415472495524119
 1987,Venezuela (Bolivarian Republic of),Ruminants,18.437737,0.497865345405458
 1987,Venezuela (Bolivarian Republic of),Cereals,18.437737,0.150481428387876
 1987,Venezuela (Bolivarian Republic of),Monogastrics,18.437737,0.123955711050657
-1987,Venezuela (Bolivarian Republic of),Oilcrops,18.437737,0.0242999452698561
-1987,Venezuela (Bolivarian Republic of),Pulses,18.437737,0.00550062081913849
+1987,Venezuela (Bolivarian Republic of),FruitVeg,18.437737,0.122908630272793
+1987,Venezuela (Bolivarian Republic of),OilcropsPulses,18.437737,0.0298005660889945
 1987,Venezuela (Bolivarian Republic of),Starchy Roots,18.437737,0.0259146770560834
+1987,Venezuela (Bolivarian Republic of),Sugar,18.437737,0.041502273299592
 1988,Venezuela (Bolivarian Republic of),Ruminants,18.912431,0.528721891966189
 1988,Venezuela (Bolivarian Republic of),Cereals,18.912431,0.160164972974654
 1988,Venezuela (Bolivarian Republic of),Monogastrics,18.912431,0.133695911435183
-1988,Venezuela (Bolivarian Republic of),Oilcrops,18.912431,0.0254763652541548
-1988,Venezuela (Bolivarian Republic of),Pulses,18.912431,0.00633382350476256
+1988,Venezuela (Bolivarian Republic of),FruitVeg,18.912431,0.12976634257119
+1988,Venezuela (Bolivarian Republic of),OilcropsPulses,18.912431,0.0318101887589173
 1988,Venezuela (Bolivarian Republic of),Starchy Roots,18.912431,0.026146506496177
+1988,Venezuela (Bolivarian Republic of),Sugar,18.912431,0.0441409673880634
 1989,Venezuela (Bolivarian Republic of),Ruminants,19.388262,0.519292616326311
 1989,Venezuela (Bolivarian Republic of),Cereals,19.388262,0.13318800829079
 1989,Venezuela (Bolivarian Republic of),Monogastrics,19.388262,0.104858192033922
-1989,Venezuela (Bolivarian Republic of),Oilcrops,19.388262,0.0204196229656892
-1989,Venezuela (Bolivarian Republic of),Pulses,19.388262,0.0043908009908263
+1989,Venezuela (Bolivarian Republic of),FruitVeg,19.388262,0.127913683031517
+1989,Venezuela (Bolivarian Republic of),OilcropsPulses,19.388262,0.0248104239565155
 1989,Venezuela (Bolivarian Republic of),Starchy Roots,19.388262,0.0262135409558629
+1989,Venezuela (Bolivarian Republic of),Sugar,19.388262,0.0359759941350081
 1990,Venezuela (Bolivarian Republic of),Ruminants,19.861959,0.654677864353662
 1990,Venezuela (Bolivarian Republic of),Cereals,19.861959,0.137749806048839
 1990,Venezuela (Bolivarian Republic of),Monogastrics,19.861959,0.0850136836955509
-1990,Venezuela (Bolivarian Republic of),Oilcrops,19.861959,0.0240010564919603
-1990,Venezuela (Bolivarian Republic of),Pulses,19.861959,0.0055147631711454
+1990,Venezuela (Bolivarian Republic of),FruitVeg,19.861959,0.128007212178819
+1990,Venezuela (Bolivarian Republic of),OilcropsPulses,19.861959,0.0295158196631057
 1990,Venezuela (Bolivarian Republic of),Starchy Roots,19.861959,0.0207673875472203
+1990,Venezuela (Bolivarian Republic of),Sugar,19.861959,0.0379639792832117
 1991,Venezuela (Bolivarian Republic of),Ruminants,20.332247,0.610253564202717
 1991,Venezuela (Bolivarian Republic of),Cereals,20.332247,0.145222365240792
 1991,Venezuela (Bolivarian Republic of),Monogastrics,20.332247,0.0961013851543314
-1991,Venezuela (Bolivarian Republic of),Oilcrops,20.332247,0.0208942966313561
-1991,Venezuela (Bolivarian Republic of),Pulses,20.332247,0.00672793321859606
+1991,Venezuela (Bolivarian Republic of),FruitVeg,20.332247,0.136579985478241
+1991,Venezuela (Bolivarian Republic of),OilcropsPulses,20.332247,0.0276222298499521
 1991,Venezuela (Bolivarian Republic of),Starchy Roots,20.332247,0.0370703739729308
+1991,Venezuela (Bolivarian Republic of),Sugar,20.332247,0.0347195270645689
 1992,Venezuela (Bolivarian Republic of),Ruminants,20.799471,0.633711684301971
 1992,Venezuela (Bolivarian Republic of),Cereals,20.799471,0.148941528368678
 1992,Venezuela (Bolivarian Republic of),Monogastrics,20.799471,0.106354916430327
-1992,Venezuela (Bolivarian Republic of),Oilcrops,20.799471,0.0210573143903516
-1992,Venezuela (Bolivarian Republic of),Pulses,20.799471,0.00696642717499883
+1992,Venezuela (Bolivarian Republic of),FruitVeg,20.799471,0.138992717651329
+1992,Venezuela (Bolivarian Republic of),OilcropsPulses,20.799471,0.0280237415653504
 1992,Venezuela (Bolivarian Republic of),Starchy Roots,20.799471,0.0344503473189294
+1992,Venezuela (Bolivarian Republic of),Sugar,20.799471,0.0387548798717044
 1993,Venezuela (Bolivarian Republic of),Ruminants,21.263994,0.655782060510363
 1993,Venezuela (Bolivarian Republic of),Cereals,21.263994,0.13793556375157
 1993,Venezuela (Bolivarian Republic of),Monogastrics,21.263994,0.109143935988695
-1993,Venezuela (Bolivarian Republic of),Oilcrops,21.263994,0.0192599283088586
-1993,Venezuela (Bolivarian Republic of),Pulses,21.263994,0.00568011823178656
+1993,Venezuela (Bolivarian Republic of),FruitVeg,21.263994,0.131656310662992
+1993,Venezuela (Bolivarian Republic of),OilcropsPulses,21.263994,0.0249400465406452
 1993,Venezuela (Bolivarian Republic of),Starchy Roots,21.263994,0.0337954384298641
+1993,Venezuela (Bolivarian Republic of),Sugar,21.263994,0.0381068580060736
 1994,Venezuela (Bolivarian Republic of),Ruminants,21.726808,0.5873977254275
 1994,Venezuela (Bolivarian Republic of),Cereals,21.726808,0.146705259235503
 1994,Venezuela (Bolivarian Republic of),Monogastrics,21.726808,0.104761177988041
-1994,Venezuela (Bolivarian Republic of),Oilcrops,21.726808,0.0167832292714144
-1994,Venezuela (Bolivarian Republic of),Pulses,21.726808,0.00449440157063108
+1994,Venezuela (Bolivarian Republic of),FruitVeg,21.726808,0.144792414974165
+1994,Venezuela (Bolivarian Republic of),OilcropsPulses,21.726808,0.0212776308420455
 1994,Venezuela (Bolivarian Republic of),Starchy Roots,21.726808,0.027998084210069
+1994,Venezuela (Bolivarian Republic of),Sugar,21.726808,0.0391874406953842
 1995,Venezuela (Bolivarian Republic of),Ruminants,22.188671,0.545926328800855
 1995,Venezuela (Bolivarian Republic of),Cereals,22.188671,0.145960386721674
 1995,Venezuela (Bolivarian Republic of),Monogastrics,22.188671,0.116304482589336
-1995,Venezuela (Bolivarian Republic of),Oilcrops,22.188671,0.0174437216181176
-1995,Venezuela (Bolivarian Republic of),Pulses,22.188671,0.00657723033524631
+1995,Venezuela (Bolivarian Republic of),FruitVeg,22.188671,0.13879132283317
+1995,Venezuela (Bolivarian Republic of),OilcropsPulses,22.188671,0.0240209519533639
 1995,Venezuela (Bolivarian Republic of),Starchy Roots,22.188671,0.0322094099281566
+1995,Venezuela (Bolivarian Republic of),Sugar,22.188671,0.0397297792193142
 1996,Venezuela (Bolivarian Republic of),Ruminants,22.649212,0.571711046724275
 1996,Venezuela (Bolivarian Republic of),Cereals,22.649212,0.144642427295042
 1996,Venezuela (Bolivarian Republic of),Monogastrics,22.649212,0.11871363118505
-1996,Venezuela (Bolivarian Republic of),Oilcrops,22.649212,0.0162817585000308
-1996,Venezuela (Bolivarian Republic of),Pulses,22.649212,0.00505995528674463
+1996,Venezuela (Bolivarian Republic of),FruitVeg,22.649212,0.141237937990955
+1996,Venezuela (Bolivarian Republic of),OilcropsPulses,22.649212,0.0213417137867755
 1996,Venezuela (Bolivarian Republic of),Starchy Roots,22.649212,0.0302892215411291
+1996,Venezuela (Bolivarian Republic of),Sugar,22.649212,0.0398239020412719
 1997,Venezuela (Bolivarian Republic of),Ruminants,23.108003,0.641274432065808
 1997,Venezuela (Bolivarian Republic of),Cereals,23.108003,0.134862411087622
 1997,Venezuela (Bolivarian Republic of),Monogastrics,23.108003,0.1168990111348
-1997,Venezuela (Bolivarian Republic of),Oilcrops,23.108003,0.0149405381330442
-1997,Venezuela (Bolivarian Republic of),Pulses,23.108003,0.00520200728725888
+1997,Venezuela (Bolivarian Republic of),FruitVeg,23.108003,0.150122795119942
+1997,Venezuela (Bolivarian Republic of),OilcropsPulses,23.108003,0.0201425454203031
 1997,Venezuela (Bolivarian Republic of),Starchy Roots,23.108003,0.0305889262693968
+1997,Venezuela (Bolivarian Republic of),Sugar,23.108003,0.0383145181346913
 1998,Venezuela (Bolivarian Republic of),Ruminants,23.565734,0.625284003460278
 1998,Venezuela (Bolivarian Republic of),Cereals,23.565734,0.136509730611404
 1998,Venezuela (Bolivarian Republic of),Monogastrics,23.565734,0.117987532236424
-1998,Venezuela (Bolivarian Republic of),Oilcrops,23.565734,0.0157129839452486
-1998,Venezuela (Bolivarian Republic of),Pulses,23.565734,0.00540309926268369
+1998,Venezuela (Bolivarian Republic of),FruitVeg,23.565734,0.156001039475367
+1998,Venezuela (Bolivarian Republic of),OilcropsPulses,23.565734,0.0211160832079323
 1998,Venezuela (Bolivarian Republic of),Starchy Roots,23.565734,0.0372159424357417
+1998,Venezuela (Bolivarian Republic of),Sugar,23.565734,0.0372804428667488
 1999,Venezuela (Bolivarian Republic of),Ruminants,24.023355,0.598362306180798
 1999,Venezuela (Bolivarian Republic of),Cereals,24.023355,0.134767479396612
 1999,Venezuela (Bolivarian Republic of),Monogastrics,24.023355,0.134353532218959
-1999,Venezuela (Bolivarian Republic of),Oilcrops,24.023355,0.0145349390207987
-1999,Venezuela (Bolivarian Republic of),Pulses,24.023355,0.00549319610021165
+1999,Venezuela (Bolivarian Republic of),FruitVeg,24.023355,0.154467933392318
+1999,Venezuela (Bolivarian Republic of),OilcropsPulses,24.023355,0.0200281351210104
 1999,Venezuela (Bolivarian Republic of),Starchy Roots,24.023355,0.0400610572503299
+1999,Venezuela (Bolivarian Republic of),Sugar,24.023355,0.0368759900521805
 2000,Venezuela (Bolivarian Republic of),Ruminants,24.481477,0.641676741971083
 2000,Venezuela (Bolivarian Republic of),Cereals,24.481477,0.137370674163164
 2000,Venezuela (Bolivarian Republic of),Monogastrics,24.481477,0.140088455447357
-2000,Venezuela (Bolivarian Republic of),Oilcrops,24.481477,0.0143564458958093
-2000,Venezuela (Bolivarian Republic of),Pulses,24.481477,0.00539579372600762
+2000,Venezuela (Bolivarian Republic of),FruitVeg,24.481477,0.160455555847386
+2000,Venezuela (Bolivarian Republic of),OilcropsPulses,24.481477,0.0197522396218169
 2000,Venezuela (Bolivarian Republic of),Starchy Roots,24.481477,0.0378311733397458
+2000,Venezuela (Bolivarian Republic of),Sugar,24.481477,0.0376316347253068
 2001,Venezuela (Bolivarian Republic of),Ruminants,24.940223,0.617700310859289
 2001,Venezuela (Bolivarian Republic of),Cereals,24.940223,0.147103335844271
 2001,Venezuela (Bolivarian Republic of),Monogastrics,24.940223,0.160937666836419
-2001,Venezuela (Bolivarian Republic of),Oilcrops,24.940223,0.0139362827669985
-2001,Venezuela (Bolivarian Republic of),Pulses,24.940223,0.00540151545557552
+2001,Venezuela (Bolivarian Republic of),FruitVeg,24.940223,0.154312413325254
+2001,Venezuela (Bolivarian Republic of),OilcropsPulses,24.940223,0.019337798222574
 2001,Venezuela (Bolivarian Republic of),Starchy Roots,24.940223,0.0368288206564953
+2001,Venezuela (Bolivarian Republic of),Sugar,24.940223,0.0372376782677525
 2002,Venezuela (Bolivarian Republic of),Ruminants,25.399143,0.621914408686939
 2002,Venezuela (Bolivarian Republic of),Cereals,25.399143,0.125914563337826
 2002,Venezuela (Bolivarian Republic of),Monogastrics,25.399143,0.156789923974994
-2002,Venezuela (Bolivarian Republic of),Oilcrops,25.399143,0.0139287376743381
-2002,Venezuela (Bolivarian Republic of),Pulses,25.399143,0.00430034194460813
+2002,Venezuela (Bolivarian Republic of),FruitVeg,25.399143,0.138830235335106
+2002,Venezuela (Bolivarian Republic of),OilcropsPulses,25.399143,0.0182290796189462
 2002,Venezuela (Bolivarian Republic of),Starchy Roots,25.399143,0.0339462634625113
+2002,Venezuela (Bolivarian Republic of),Sugar,25.399143,0.0334091193549326
 2003,Venezuela (Bolivarian Republic of),Ruminants,25.857553,0.623141416359081
 2003,Venezuela (Bolivarian Republic of),Cereals,25.857553,0.151006632375461
 2003,Venezuela (Bolivarian Republic of),Monogastrics,25.857553,0.129482159429394
-2003,Venezuela (Bolivarian Republic of),Oilcrops,25.857553,0.015045777920285
-2003,Venezuela (Bolivarian Republic of),Pulses,25.857553,0.00645869313310505
+2003,Venezuela (Bolivarian Republic of),FruitVeg,25.857553,0.128932501849653
+2003,Venezuela (Bolivarian Republic of),OilcropsPulses,25.857553,0.0215044710533901
 2003,Venezuela (Bolivarian Republic of),Starchy Roots,25.857553,0.0303924350459612
+2003,Venezuela (Bolivarian Republic of),Sugar,25.857553,0.0343754878893606
 2004,Venezuela (Bolivarian Republic of),Ruminants,26.314483,0.619583303232672
 2004,Venezuela (Bolivarian Republic of),Cereals,26.314483,0.146582891254219
 2004,Venezuela (Bolivarian Republic of),Monogastrics,26.314483,0.142755409635067
-2004,Venezuela (Bolivarian Republic of),Oilcrops,26.314483,0.0174125024610972
-2004,Venezuela (Bolivarian Republic of),Pulses,26.314483,0.0061009368871127
+2004,Venezuela (Bolivarian Republic of),FruitVeg,26.314483,0.123961736204356
+2004,Venezuela (Bolivarian Republic of),OilcropsPulses,26.314483,0.0235134393482099
 2004,Venezuela (Bolivarian Republic of),Starchy Roots,26.314483,0.0295127591904428
+2004,Venezuela (Bolivarian Republic of),Sugar,26.314483,0.0380839707168102
 2005,Venezuela (Bolivarian Republic of),Ruminants,26.769115,0.620972781505851
 2005,Venezuela (Bolivarian Republic of),Cereals,26.769115,0.158602404300628
 2005,Venezuela (Bolivarian Republic of),Monogastrics,26.769115,0.149807701898251
-2005,Venezuela (Bolivarian Republic of),Oilcrops,26.769115,0.0152124939505845
-2005,Venezuela (Bolivarian Republic of),Pulses,26.769115,0.00418332843652097
+2005,Venezuela (Bolivarian Republic of),FruitVeg,26.769115,0.135057135807441
+2005,Venezuela (Bolivarian Republic of),OilcropsPulses,26.769115,0.0193958223871054
 2005,Venezuela (Bolivarian Republic of),Starchy Roots,26.769115,0.0347605066510417
+2005,Venezuela (Bolivarian Republic of),Sugar,26.769115,0.0384144937178536
 2006,Venezuela (Bolivarian Republic of),Ruminants,27.221228,0.757702488660688
 2006,Venezuela (Bolivarian Republic of),Cereals,27.221228,0.155931503163634
 2006,Venezuela (Bolivarian Republic of),Monogastrics,27.221228,0.156083924648807
-2006,Venezuela (Bolivarian Republic of),Oilcrops,27.221228,0.0160420756918093
-2006,Venezuela (Bolivarian Republic of),Pulses,27.221228,0.00437364545052854
+2006,Venezuela (Bolivarian Republic of),FruitVeg,27.221228,0.122529005671603
+2006,Venezuela (Bolivarian Republic of),OilcropsPulses,27.221228,0.0204157211423379
 2006,Venezuela (Bolivarian Republic of),Starchy Roots,27.221228,0.036289619263319
+2006,Venezuela (Bolivarian Republic of),Sugar,27.221228,0.0392567521200733
 2007,Venezuela (Bolivarian Republic of),Ruminants,27.670659,0.961321792155366
 2007,Venezuela (Bolivarian Republic of),Cereals,27.670659,0.161527775684706
 2007,Venezuela (Bolivarian Republic of),Monogastrics,27.670659,0.174752372178776
-2007,Venezuela (Bolivarian Republic of),Oilcrops,27.670659,0.0155892564756047
-2007,Venezuela (Bolivarian Republic of),Pulses,27.670659,0.00650920529214718
+2007,Venezuela (Bolivarian Republic of),FruitVeg,27.670659,0.129870524587073
+2007,Venezuela (Bolivarian Republic of),OilcropsPulses,27.670659,0.0220984617677519
 2007,Venezuela (Bolivarian Republic of),Starchy Roots,27.670659,0.0383873040392713
+2007,Venezuela (Bolivarian Republic of),Sugar,27.670659,0.0391664325739405
 2008,Venezuela (Bolivarian Republic of),Ruminants,28.116716,0.931873373832136
 2008,Venezuela (Bolivarian Republic of),Cereals,28.116716,0.171705756817404
 2008,Venezuela (Bolivarian Republic of),Monogastrics,28.116716,0.204841269513837
-2008,Venezuela (Bolivarian Republic of),Oilcrops,28.116716,0.0159257930406951
-2008,Venezuela (Bolivarian Republic of),Pulses,28.116716,0.00628028536476308
+2008,Venezuela (Bolivarian Republic of),FruitVeg,28.116716,0.128264623791769
+2008,Venezuela (Bolivarian Republic of),OilcropsPulses,28.116716,0.0222060784054582
 2008,Venezuela (Bolivarian Republic of),Starchy Roots,28.116716,0.0377322870850209
+2008,Venezuela (Bolivarian Republic of),Sugar,28.116716,0.0393081823638294
 2009,Venezuela (Bolivarian Republic of),Ruminants,28.558607,0.873946670438093
 2009,Venezuela (Bolivarian Republic of),Cereals,28.558607,0.181845949278969
 2009,Venezuela (Bolivarian Republic of),Monogastrics,28.558607,0.197562556184901
-2009,Venezuela (Bolivarian Republic of),Oilcrops,28.558607,0.0157522388959658
-2009,Venezuela (Bolivarian Republic of),Pulses,28.558607,0.00691710908728847
+2009,Venezuela (Bolivarian Republic of),FruitVeg,28.558607,0.127042330881195
+2009,Venezuela (Bolivarian Republic of),OilcropsPulses,28.558607,0.0226693479832542
 2009,Venezuela (Bolivarian Republic of),Starchy Roots,28.558607,0.0400407835018004
+2009,Venezuela (Bolivarian Republic of),Sugar,28.558607,0.0390457419719386
 2010,Venezuela (Bolivarian Republic of),Ruminants,28.995745,0.736718780634883
 2010,Venezuela (Bolivarian Republic of),Cereals,28.995745,0.177434999514584
 2010,Venezuela (Bolivarian Republic of),Monogastrics,28.995745,0.205002861626766
-2010,Venezuela (Bolivarian Republic of),Oilcrops,28.995745,0.0166187142285877
-2010,Venezuela (Bolivarian Republic of),Pulses,28.995745,0.00767040129508657
+2010,Venezuela (Bolivarian Republic of),FruitVeg,28.995745,0.124045855693654
+2010,Venezuela (Bolivarian Republic of),OilcropsPulses,28.995745,0.0242891155236742
 2010,Venezuela (Bolivarian Republic of),Starchy Roots,28.995745,0.0408967591624219
+2010,Venezuela (Bolivarian Republic of),Sugar,28.995745,0.0405258771588728
 2011,Venezuela (Bolivarian Republic of),Ruminants,29.427631,0.766581074772889
 2011,Venezuela (Bolivarian Republic of),Cereals,29.427631,0.171172426349916
 2011,Venezuela (Bolivarian Republic of),Monogastrics,29.427631,0.210924324829274
-2011,Venezuela (Bolivarian Republic of),Oilcrops,29.427631,0.016369207565502
-2011,Venezuela (Bolivarian Republic of),Pulses,29.427631,0.0070841584224024
+2011,Venezuela (Bolivarian Republic of),FruitVeg,29.427631,0.127219448959381
+2011,Venezuela (Bolivarian Republic of),OilcropsPulses,29.427631,0.0234533659879044
 2011,Venezuela (Bolivarian Republic of),Starchy Roots,29.427631,0.044411458061303
+2011,Venezuela (Bolivarian Republic of),Sugar,29.427631,0.0405744859312664
 1961,Viet Nam,Ruminants,35.428,0.054885655413797
 1961,Viet Nam,Cereals,35.428,0.2207302416168
 1961,Viet Nam,Monogastrics,35.428,0.053665925256859
-1961,Viet Nam,Oilcrops,35.428,0.00566870836626397
-1961,Viet Nam,Pulses,35.428,0.00185099356441233
+1961,Viet Nam,FruitVeg,35.428,0.0802766738173196
+1961,Viet Nam,OilcropsPulses,35.428,0.0075197019306763
 1961,Viet Nam,Starchy Roots,35.428,0.0325162018742238
+1961,Viet Nam,Sugar,35.428,0.00408877159309021
 1962,Viet Nam,Ruminants,36.123,0.0549661240760734
 1962,Viet Nam,Cereals,36.123,0.231396478697783
 1962,Viet Nam,Monogastrics,36.123,0.0543111978517842
-1962,Viet Nam,Oilcrops,36.123,0.0055501481050854
-1962,Viet Nam,Pulses,36.123,0.00197375633253052
+1962,Viet Nam,FruitVeg,36.123,0.0801168230767101
+1962,Viet Nam,OilcropsPulses,36.123,0.00752390443761592
 1962,Viet Nam,Starchy Roots,36.123,0.0302886803421643
+1962,Viet Nam,Sugar,36.123,0.00428333748581236
 1963,Viet Nam,Ruminants,36.836,0.0547198392876534
 1963,Viet Nam,Cereals,36.836,0.232111005538061
 1963,Viet Nam,Monogastrics,36.836,0.0550523265283961
-1963,Viet Nam,Oilcrops,36.836,0.00494174177435118
-1963,Viet Nam,Pulses,36.836,0.00182473667064828
+1963,Viet Nam,FruitVeg,36.836,0.0805137365620589
+1963,Viet Nam,OilcropsPulses,36.836,0.00676647844499946
 1963,Viet Nam,Starchy Roots,36.836,0.0291828102942773
+1963,Viet Nam,Sugar,36.836,0.00462096861765664
 1964,Viet Nam,Ruminants,37.574,0.0563537179964869
 1964,Viet Nam,Cereals,37.574,0.233575823707883
 1964,Viet Nam,Monogastrics,37.574,0.0541333395433012
-1964,Viet Nam,Oilcrops,37.574,0.00478378666098898
-1964,Viet Nam,Pulses,37.574,0.00186660988981743
+1964,Viet Nam,FruitVeg,37.574,0.0805638207270985
+1964,Viet Nam,OilcropsPulses,37.574,0.00665039655080641
 1964,Viet Nam,Starchy Roots,37.574,0.0288534358865173
+1964,Viet Nam,Sugar,37.574,0.00469436312343642
 1965,Viet Nam,Ruminants,38.341,0.0578128426488615
 1965,Viet Nam,Cereals,38.341,0.2337207688897
 1965,Viet Nam,Monogastrics,38.341,0.0553030489554263
-1965,Viet Nam,Oilcrops,38.341,0.00535601575337106
-1965,Viet Nam,Pulses,38.341,0.00188855272423776
+1965,Viet Nam,FruitVeg,38.341,0.0820242560183615
+1965,Viet Nam,OilcropsPulses,38.341,0.00724456847760883
 1965,Viet Nam,Starchy Roots,38.341,0.0276969040974414
+1965,Viet Nam,Sugar,38.341,0.00662538796588508
 1966,Viet Nam,Ruminants,39.142,0.0622902994226151
 1966,Viet Nam,Cereals,39.142,0.23174549077717
 1966,Viet Nam,Monogastrics,39.142,0.0561056103418323
-1966,Viet Nam,Oilcrops,39.142,0.005079760870676
-1966,Viet Nam,Pulses,39.142,0.0019048336824894
+1966,Viet Nam,FruitVeg,39.142,0.0817538449747075
+1966,Viet Nam,OilcropsPulses,39.142,0.0069845945531654
 1966,Viet Nam,Starchy Roots,39.142,0.0266429410863012
+1966,Viet Nam,Sugar,39.142,0.00611164478054264
 1967,Viet Nam,Ruminants,39.98,0.0576188244122061
 1967,Viet Nam,Cereals,39.98,0.231957003501751
 1967,Viet Nam,Monogastrics,39.98,0.0575452951475738
-1967,Viet Nam,Oilcrops,39.98,0.00517331165582791
-1967,Viet Nam,Pulses,39.98,0.00209349674837419
+1967,Viet Nam,FruitVeg,39.98,0.0819338669334667
+1967,Viet Nam,OilcropsPulses,39.98,0.0072668084042021
 1967,Viet Nam,Starchy Roots,39.98,0.0264912706353177
+1967,Viet Nam,Sugar,39.98,0.00775835417708854
 1968,Viet Nam,Ruminants,40.856,0.0612053235754846
 1968,Viet Nam,Cereals,40.856,0.23665407773644
 1968,Viet Nam,Monogastrics,40.856,0.0547915801840611
-1968,Viet Nam,Oilcrops,40.856,0.00421928235754846
-1968,Viet Nam,Pulses,40.856,0.00182935186998238
+1968,Viet Nam,FruitVeg,40.856,0.0821898864303897
+1968,Viet Nam,OilcropsPulses,40.856,0.00604863422753084
 1968,Viet Nam,Starchy Roots,40.856,0.0257645388682201
+1968,Viet Nam,Sugar,40.856,0.00786755923242608
 1969,Viet Nam,Ruminants,41.773,0.0605034926866636
 1969,Viet Nam,Cereals,41.773,0.237007397122543
 1969,Viet Nam,Monogastrics,41.773,0.0521740693749551
-1969,Viet Nam,Oilcrops,41.773,0.00434191942163598
-1969,Viet Nam,Pulses,41.773,0.00185868862662485
+1969,Viet Nam,FruitVeg,41.773,0.0817209441505278
+1969,Viet Nam,OilcropsPulses,41.773,0.00620060804826084
 1969,Viet Nam,Starchy Roots,41.773,0.0264764321451655
+1969,Viet Nam,Sugar,41.773,0.00931948866492711
 1970,Viet Nam,Ruminants,42.729,0.064255503288165
 1970,Viet Nam,Cereals,42.729,0.250292166912401
 1970,Viet Nam,Monogastrics,42.729,0.0490345830700461
-1970,Viet Nam,Oilcrops,42.729,0.00479119567506845
-1970,Viet Nam,Pulses,42.729,0.00174995904420885
+1970,Viet Nam,FruitVeg,42.729,0.0811399985958015
+1970,Viet Nam,OilcropsPulses,42.729,0.00654115471927731
 1970,Viet Nam,Starchy Roots,42.729,0.0259837112967774
+1970,Viet Nam,Sugar,42.729,0.00936747876149687
 1971,Viet Nam,Ruminants,43.725,0.0616786941109205
 1971,Viet Nam,Cereals,43.725,0.241894797026872
 1971,Viet Nam,Monogastrics,43.725,0.048774833619211
-1971,Viet Nam,Oilcrops,43.725,0.00512857632933105
-1971,Viet Nam,Pulses,43.725,0.00176987993138937
+1971,Viet Nam,FruitVeg,43.725,0.0802149799885649
+1971,Viet Nam,OilcropsPulses,43.725,0.00689845626072041
 1971,Viet Nam,Starchy Roots,43.725,0.0258735277301315
+1971,Viet Nam,Sugar,43.725,0.00936077758719268
 1972,Viet Nam,Ruminants,44.758,0.0624636355511864
 1972,Viet Nam,Cereals,44.758,0.238366526654453
 1972,Viet Nam,Monogastrics,44.758,0.0489913445641003
-1972,Viet Nam,Oilcrops,44.758,0.00488507082532732
-1972,Viet Nam,Pulses,44.758,0.00178444077036507
+1972,Viet Nam,FruitVeg,44.758,0.0786098797980249
+1972,Viet Nam,OilcropsPulses,44.758,0.00666951159569239
 1972,Viet Nam,Starchy Roots,44.758,0.0253764690111265
+1972,Viet Nam,Sugar,44.758,0.00911702935788015
 1973,Viet Nam,Ruminants,45.825,0.0581194806328423
 1973,Viet Nam,Cereals,45.825,0.242602007637752
 1973,Viet Nam,Monogastrics,45.825,0.0480525521003819
-1973,Viet Nam,Oilcrops,45.825,0.00531323513366067
-1973,Viet Nam,Pulses,45.825,0.00185505728314239
+1973,Viet Nam,FruitVeg,45.825,0.0755424113475177
+1973,Viet Nam,OilcropsPulses,45.825,0.00716829241680305
 1973,Viet Nam,Starchy Roots,45.825,0.0264757228587016
+1973,Viet Nam,Sugar,45.825,0.00983810147299509
 1974,Viet Nam,Ruminants,46.918,0.0572360458672578
 1974,Viet Nam,Cereals,46.918,0.248341148386547
 1974,Viet Nam,Monogastrics,46.918,0.0447951106185259
-1974,Viet Nam,Oilcrops,46.918,0.00503518905324183
-1974,Viet Nam,Pulses,46.918,0.00159051962999275
+1974,Viet Nam,FruitVeg,46.918,0.0747703866319963
+1974,Viet Nam,OilcropsPulses,46.918,0.00662570868323458
 1974,Viet Nam,Starchy Roots,46.918,0.0267594526620913
+1974,Viet Nam,Sugar,46.918,0.00797627776120039
 1975,Viet Nam,Ruminants,48.03,0.0551732667083073
 1975,Viet Nam,Cereals,48.03,0.240096606287737
 1975,Viet Nam,Monogastrics,48.03,0.0400839412866958
-1975,Viet Nam,Oilcrops,48.03,0.00375046845721424
-1975,Viet Nam,Pulses,48.03,0.0014018321882157
+1975,Viet Nam,FruitVeg,48.03,0.072233125130127
+1975,Viet Nam,OilcropsPulses,48.03,0.00515230064542994
 1975,Viet Nam,Starchy Roots,48.03,0.0215420154070373
+1975,Viet Nam,Sugar,48.03,0.00723464501353321
 1976,Viet Nam,Ruminants,49.158,0.0522349424305301
 1976,Viet Nam,Cereals,49.158,0.237249216811099
 1976,Viet Nam,Monogastrics,49.158,0.0402123398022702
-1976,Viet Nam,Oilcrops,49.158,0.00468977582489117
-1976,Viet Nam,Pulses,49.158,0.00166955531144473
+1976,Viet Nam,FruitVeg,49.158,0.0722184181618455
+1976,Viet Nam,OilcropsPulses,49.158,0.0063593311363359
 1976,Viet Nam,Starchy Roots,49.158,0.0326835103136824
+1976,Viet Nam,Sugar,49.158,0.00726323284104317
 1977,Viet Nam,Ruminants,50.295,0.0533835291778507
 1977,Viet Nam,Cereals,50.295,0.22457707525599
 1977,Viet Nam,Monogastrics,50.295,0.0400143473506313
-1977,Viet Nam,Oilcrops,50.295,0.00527106074162442
-1977,Viet Nam,Pulses,50.295,0.00179218610199821
+1977,Viet Nam,FruitVeg,50.295,0.0747552639427378
+1977,Viet Nam,OilcropsPulses,50.295,0.00706324684362263
 1977,Viet Nam,Starchy Roots,50.295,0.0355236902276568
+1977,Viet Nam,Sugar,50.295,0.00594379162938662
 1978,Viet Nam,Ruminants,51.436,0.0561389785364336
 1978,Viet Nam,Cereals,51.436,0.204313301967494
 1978,Viet Nam,Monogastrics,51.436,0.0405089334318376
-1978,Viet Nam,Oilcrops,51.436,0.00638924099852244
-1978,Viet Nam,Pulses,51.436,0.00172200404386033
+1978,Viet Nam,FruitVeg,51.436,0.0768972703942764
+1978,Viet Nam,OilcropsPulses,51.436,0.00811124504238277
 1978,Viet Nam,Starchy Roots,51.436,0.0454166731472121
+1978,Viet Nam,Sugar,51.436,0.00542689944785753
 1979,Viet Nam,Ruminants,52.574,0.0588624015673146
 1979,Viet Nam,Cereals,52.574,0.221890078746148
 1979,Viet Nam,Monogastrics,52.574,0.0413523909156617
-1979,Viet Nam,Oilcrops,52.574,0.00735559401985772
-1979,Viet Nam,Pulses,52.574,0.00164208544147297
+1979,Viet Nam,FruitVeg,52.574,0.0804147867767337
+1979,Viet Nam,OilcropsPulses,52.574,0.0089976794613307
 1979,Viet Nam,Starchy Roots,52.574,0.0506149807889832
+1979,Viet Nam,Sugar,52.574,0.00669365085403431
 1980,Viet Nam,Ruminants,53.7,0.0562221489757914
 1980,Viet Nam,Cereals,53.7,0.223257113594041
 1980,Viet Nam,Monogastrics,53.7,0.0427645474860335
-1980,Viet Nam,Oilcrops,53.7,0.00730925512104283
-1980,Viet Nam,Pulses,53.7,0.00186862197392924
+1980,Viet Nam,FruitVeg,53.7,0.0846476536312849
+1980,Viet Nam,OilcropsPulses,53.7,0.00917787709497207
 1980,Viet Nam,Starchy Roots,53.7,0.0570616014897579
+1980,Viet Nam,Sugar,53.7,0.00602104283054004
 1981,Viet Nam,Ruminants,54.722,0.0577759603084683
 1981,Viet Nam,Cereals,54.722,0.231955557179928
 1981,Viet Nam,Monogastrics,54.722,0.055332005409159
-1981,Viet Nam,Oilcrops,54.722,0.0082667665655495
-1981,Viet Nam,Pulses,54.722,0.00190142904133621
+1981,Viet Nam,FruitVeg,54.722,0.086249369540587
+1981,Viet Nam,OilcropsPulses,54.722,0.0101681956068857
 1981,Viet Nam,Starchy Roots,54.722,0.0541551661123497
+1981,Viet Nam,Sugar,54.722,0.00663594166879865
 1982,Viet Nam,Ruminants,55.687,0.0609539012695961
 1982,Viet Nam,Cereals,55.687,0.228216926751306
 1982,Viet Nam,Monogastrics,55.687,0.0612632822741394
-1982,Viet Nam,Oilcrops,55.687,0.00913227503726184
-1982,Viet Nam,Pulses,55.687,0.00177581841363334
+1982,Viet Nam,FruitVeg,55.687,0.0877704311598757
+1982,Viet Nam,OilcropsPulses,55.687,0.0109080934508952
 1982,Viet Nam,Starchy Roots,55.687,0.0468113383734085
+1982,Viet Nam,Sugar,55.687,0.00576978468942482
 1983,Viet Nam,Ruminants,56.655,0.0638150683964346
 1983,Viet Nam,Cereals,56.655,0.235641479128056
 1983,Viet Nam,Monogastrics,56.655,0.0686806671961874
-1983,Viet Nam,Oilcrops,56.655,0.0102388668255229
-1983,Viet Nam,Pulses,56.655,0.00197938399082164
+1983,Viet Nam,FruitVeg,56.655,0.0863930809284264
+1983,Viet Nam,OilcropsPulses,56.655,0.0122182508163445
 1983,Viet Nam,Starchy Roots,56.655,0.0353524490336246
+1983,Viet Nam,Sugar,56.655,0.00707046156561645
 1984,Viet Nam,Ruminants,57.692,0.0674429539624211
 1984,Viet Nam,Cereals,57.692,0.243269534770852
 1984,Viet Nam,Monogastrics,57.692,0.070062629134022
-1984,Viet Nam,Oilcrops,57.692,0.0114316023018789
-1984,Viet Nam,Pulses,57.692,0.00172665187547667
+1984,Viet Nam,FruitVeg,57.692,0.0906194966373154
+1984,Viet Nam,OilcropsPulses,57.692,0.0131582541773556
 1984,Viet Nam,Starchy Roots,57.692,0.0325469909172849
+1984,Viet Nam,Sugar,57.692,0.00760798724259863
 1985,Viet Nam,Ruminants,58.868,0.0700259274988109
 1985,Viet Nam,Cereals,58.868,0.241493850648909
 1985,Viet Nam,Monogastrics,58.868,0.0712185160019026
-1985,Viet Nam,Oilcrops,58.868,0.0113572908880886
-1985,Viet Nam,Pulses,58.868,0.00133483386559761
+1985,Viet Nam,FruitVeg,58.868,0.0846900183461303
+1985,Viet Nam,OilcropsPulses,58.868,0.0126921247536862
 1985,Viet Nam,Starchy Roots,58.868,0.0319443500713461
+1985,Viet Nam,Sugar,58.868,0.00806616497927567
 1986,Viet Nam,Ruminants,60.249,0.0674035054523727
 1986,Viet Nam,Cereals,60.249,0.247198459725473
 1986,Viet Nam,Monogastrics,60.249,0.0759082590582416
-1986,Viet Nam,Oilcrops,60.249,0.0128232999717838
-1986,Viet Nam,Pulses,60.249,0.00217762950422414
+1986,Viet Nam,FruitVeg,60.249,0.0915313615163737
+1986,Viet Nam,OilcropsPulses,60.249,0.0150009294760079
 1986,Viet Nam,Starchy Roots,60.249,0.0354223306610898
+1986,Viet Nam,Sugar,60.249,0.00671539776593802
 1987,Viet Nam,Ruminants,61.75,0.0691667125506073
 1987,Viet Nam,Cereals,61.75,0.231057068825911
 1987,Viet Nam,Monogastrics,61.75,0.0806012502024292
-1987,Viet Nam,Oilcrops,61.75,0.0148684048582996
-1987,Viet Nam,Pulses,61.75,0.00207211336032389
+1987,Viet Nam,FruitVeg,61.75,0.0909686639676113
+1987,Viet Nam,OilcropsPulses,61.75,0.0169405182186235
 1987,Viet Nam,Starchy Roots,61.75,0.0407387530364372
+1987,Viet Nam,Sugar,61.75,0.00704218623481781
 1988,Viet Nam,Ruminants,63.263,0.072052235904083
 1988,Viet Nam,Cereals,63.263,0.234944375069156
 1988,Viet Nam,Monogastrics,63.263,0.0777838784123421
-1988,Viet Nam,Oilcrops,63.263,0.0148099995257892
-1988,Viet Nam,Pulses,63.263,0.00203735200670218
+1988,Viet Nam,FruitVeg,63.263,0.0882561054644895
+1988,Viet Nam,OilcropsPulses,63.263,0.0168473515324913
 1988,Viet Nam,Starchy Roots,63.263,0.0336491314038221
+1988,Viet Nam,Sugar,63.263,0.00592915290137995
 1989,Viet Nam,Ruminants,64.774,0.0720889415506222
 1989,Viet Nam,Cereals,64.774,0.231508413869763
 1989,Viet Nam,Monogastrics,64.774,0.0809952187606138
-1989,Viet Nam,Oilcrops,64.774,0.0153716305925217
-1989,Viet Nam,Pulses,64.774,0.00257983141383889
+1989,Viet Nam,FruitVeg,64.774,0.0894667613548646
+1989,Viet Nam,OilcropsPulses,64.774,0.0179514620063606
 1989,Viet Nam,Starchy Roots,64.774,0.0325171519436811
+1989,Viet Nam,Sugar,64.774,0.0070500972612468
 1990,Viet Nam,Ruminants,66.0167,0.0732571576585924
 1990,Viet Nam,Cereals,66.0167,0.221278994557438
 1990,Viet Nam,Monogastrics,66.0167,0.0803727238713841
-1990,Viet Nam,Oilcrops,66.0167,0.0152097272356843
-1990,Viet Nam,Pulses,66.0167,0.00236166000421106
+1990,Viet Nam,FruitVeg,66.0167,0.0900547134285719
+1990,Viet Nam,OilcropsPulses,66.0167,0.0175713872398954
 1990,Viet Nam,Starchy Roots,66.0167,0.0323197918102541
+1990,Viet Nam,Sugar,66.0167,0.00525774538866681
 1991,Viet Nam,Ruminants,67.2424,0.0744964561050766
 1991,Viet Nam,Cereals,67.2424,0.213298276087707
 1991,Viet Nam,Monogastrics,67.2424,0.0768081240407838
-1991,Viet Nam,Oilcrops,67.2424,0.0171148263595589
-1991,Viet Nam,Pulses,67.2424,0.00227123065208856
+1991,Viet Nam,FruitVeg,67.2424,0.0882234572234186
+1991,Viet Nam,OilcropsPulses,67.2424,0.0193860570116474
 1991,Viet Nam,Starchy Roots,67.2424,0.0334361504051015
+1991,Viet Nam,Sugar,67.2424,0.00602827977585571
 1992,Viet Nam,Ruminants,68.4501,0.0778826400545799
 1992,Viet Nam,Cereals,68.4501,0.219106882239763
 1992,Viet Nam,Monogastrics,68.4501,0.0871340962248412
-1992,Viet Nam,Oilcrops,68.4501,0.0170396537039391
-1992,Viet Nam,Pulses,68.4501,0.00220607420588136
+1992,Viet Nam,FruitVeg,68.4501,0.091127419828459
+1992,Viet Nam,OilcropsPulses,68.4501,0.0192457279098204
 1992,Viet Nam,Starchy Roots,68.4501,0.0382504189183069
+1992,Viet Nam,Sugar,68.4501,0.0057725116544753
 1993,Viet Nam,Ruminants,69.6445,0.0776259876946493
 1993,Viet Nam,Cereals,69.6445,0.23185517880091
 1993,Viet Nam,Monogastrics,69.6445,0.0900870994838071
-1993,Viet Nam,Oilcrops,69.6445,0.0191601921185449
-1993,Viet Nam,Pulses,69.6445,0.00244151368736943
+1993,Viet Nam,FruitVeg,69.6445,0.095051683908995
+1993,Viet Nam,OilcropsPulses,69.6445,0.0216017058059143
 1993,Viet Nam,Starchy Roots,69.6445,0.0350779745708563
+1993,Viet Nam,Sugar,69.6445,0.00639210562212379
 1994,Viet Nam,Ruminants,70.8245,0.0820473423744608
 1994,Viet Nam,Cereals,70.8245,0.231350521359134
 1994,Viet Nam,Monogastrics,70.8245,0.0970580575930646
-1994,Viet Nam,Oilcrops,70.8245,0.0177327337291474
-1994,Viet Nam,Pulses,70.8245,0.00261820415251784
+1994,Viet Nam,FruitVeg,70.8245,0.0987149220961673
+1994,Viet Nam,OilcropsPulses,70.8245,0.0203509378816652
 1994,Viet Nam,Starchy Roots,70.8245,0.0293252476191149
+1994,Viet Nam,Sugar,70.8245,0.00822325607664015
 1995,Viet Nam,Ruminants,71.9955,0.081786699168698
 1995,Viet Nam,Cereals,71.9955,0.230230306060795
 1995,Viet Nam,Monogastrics,71.9955,0.100850505934399
-1995,Viet Nam,Oilcrops,71.9955,0.0184994201026453
-1995,Viet Nam,Pulses,71.9955,0.00257346639720538
+1995,Viet Nam,FruitVeg,71.9955,0.104567229896313
+1995,Viet Nam,OilcropsPulses,71.9955,0.0210728864998507
 1995,Viet Nam,Starchy Roots,71.9955,0.0257774860928808
+1995,Viet Nam,Sugar,71.9955,0.00911672257293859
 1996,Viet Nam,Ruminants,73.1567,0.0771963538541241
 1996,Viet Nam,Cereals,73.1567,0.23345431108839
 1996,Viet Nam,Monogastrics,73.1567,0.104923915376172
-1996,Viet Nam,Oilcrops,73.1567,0.020595994625236
-1996,Viet Nam,Pulses,73.1567,0.00234232818046741
+1996,Viet Nam,FruitVeg,73.1567,0.106451644210305
+1996,Viet Nam,OilcropsPulses,73.1567,0.0229383228057034
 1996,Viet Nam,Starchy Roots,73.1567,0.0256323070887561
+1996,Viet Nam,Sugar,73.1567,0.00898817196511051
 1997,Viet Nam,Ruminants,74.3069,0.0715780418776722
 1997,Viet Nam,Cereals,74.3069,0.231397339950933
 1997,Viet Nam,Monogastrics,74.3069,0.110912429397539
-1997,Viet Nam,Oilcrops,74.3069,0.0175416145741513
-1997,Viet Nam,Pulses,74.3069,0.00247549016309387
+1997,Viet Nam,FruitVeg,74.3069,0.116595726641806
+1997,Viet Nam,OilcropsPulses,74.3069,0.0200171047372451
 1997,Viet Nam,Starchy Roots,74.3069,0.0136201214153733
+1997,Viet Nam,Sugar,74.3069,0.00959698224525582
 1998,Viet Nam,Ruminants,75.4563,0.0717334682458589
 1998,Viet Nam,Cereals,75.4563,0.246114718055351
 1998,Viet Nam,Monogastrics,75.4563,0.116125292387779
-1998,Viet Nam,Oilcrops,75.4563,0.0162300033264287
-1998,Viet Nam,Pulses,75.4563,0.00285689862874273
+1998,Viet Nam,FruitVeg,75.4563,0.117998576659603
+1998,Viet Nam,OilcropsPulses,75.4563,0.0190869019551714
 1998,Viet Nam,Starchy Roots,75.4563,0.0124921974705889
+1998,Viet Nam,Sugar,75.4563,0.00968657355316919
 1999,Viet Nam,Ruminants,76.5967,0.077297709953562
 1999,Viet Nam,Cereals,76.5967,0.250683593418515
 1999,Viet Nam,Monogastrics,76.5967,0.123238166918418
-1999,Viet Nam,Oilcrops,76.5967,0.0180809225462716
-1999,Viet Nam,Pulses,76.5967,0.00283180606997429
+1999,Viet Nam,FruitVeg,76.5967,0.121719577997486
+1999,Viet Nam,OilcropsPulses,76.5967,0.0209127286162459
 1999,Viet Nam,Starchy Roots,76.5967,0.0127635002552329
+1999,Viet Nam,Sugar,76.5967,0.0115526386907008
 2000,Viet Nam,Ruminants,77.6309,0.0805497862320287
 2000,Viet Nam,Cereals,77.6309,0.253470847304359
 2000,Viet Nam,Monogastrics,77.6309,0.130581010911892
-2000,Viet Nam,Oilcrops,77.6309,0.0138474499200705
-2000,Viet Nam,Pulses,77.6309,0.00278551453094064
+2000,Viet Nam,FruitVeg,77.6309,0.12883744745971
+2000,Viet Nam,OilcropsPulses,77.6309,0.0166329644510111
 2000,Viet Nam,Starchy Roots,77.6309,0.011443973984586
+2000,Viet Nam,Sugar,77.6309,0.0135822076003241
 2001,Viet Nam,Ruminants,78.6205,0.0850920459676547
 2001,Viet Nam,Cereals,78.6205,0.256118226162388
 2001,Viet Nam,Monogastrics,78.6205,0.140855245133267
-2001,Viet Nam,Oilcrops,78.6205,0.0140680738484238
-2001,Viet Nam,Pulses,78.6205,0.00302723844289975
+2001,Viet Nam,FruitVeg,78.6205,0.134384556190815
+2001,Viet Nam,OilcropsPulses,78.6205,0.0170953122913235
 2001,Viet Nam,Starchy Roots,78.6205,0.0129266031124198
+2001,Viet Nam,Sugar,78.6205,0.0130682837173511
 2002,Viet Nam,Ruminants,79.5377,0.0851895038453463
 2002,Viet Nam,Cereals,79.5377,0.260949210248725
 2002,Viet Nam,Monogastrics,79.5377,0.155741733794163
-2002,Viet Nam,Oilcrops,79.5377,0.0143841096737773
-2002,Viet Nam,Pulses,79.5377,0.00249190006751515
+2002,Viet Nam,FruitVeg,79.5377,0.138865292810831
+2002,Viet Nam,OilcropsPulses,79.5377,0.0168760097412925
 2002,Viet Nam,Starchy Roots,79.5377,0.0150582679660086
+2002,Viet Nam,Sugar,79.5377,0.0126644094561447
 2003,Viet Nam,Ruminants,80.4674,0.0881464543405155
 2003,Viet Nam,Cereals,80.4674,0.262312886957948
 2003,Viet Nam,Monogastrics,80.4674,0.16710535322379
-2003,Viet Nam,Oilcrops,80.4674,0.0136870832163087
-2003,Viet Nam,Pulses,80.4674,0.0027866813144205
+2003,Viet Nam,FruitVeg,80.4674,0.145202081836868
+2003,Viet Nam,OilcropsPulses,80.4674,0.0164737645307292
 2003,Viet Nam,Starchy Roots,80.4674,0.0156584281336293
+2003,Viet Nam,Sugar,80.4674,0.0132101074472395
 2004,Viet Nam,Ruminants,81.4364,0.095618720866836
 2004,Viet Nam,Cereals,81.4364,0.26267933012756
 2004,Viet Nam,Monogastrics,81.4364,0.17915118178112
-2004,Viet Nam,Oilcrops,81.4364,0.0148335019720911
-2004,Viet Nam,Pulses,81.4364,0.00270221915507071
+2004,Viet Nam,FruitVeg,81.4364,0.149649063563714
+2004,Viet Nam,OilcropsPulses,81.4364,0.0175357211271618
 2004,Viet Nam,Starchy Roots,81.4364,0.0150387664484186
+2004,Viet Nam,Sugar,81.4364,0.0142787132044147
 2005,Viet Nam,Ruminants,82.3921,0.108515754544428
 2005,Viet Nam,Cereals,82.3921,0.256148744843256
 2005,Viet Nam,Monogastrics,82.3921,0.198183759122537
-2005,Viet Nam,Oilcrops,82.3921,0.0156211578537263
-2005,Viet Nam,Pulses,82.3921,0.00271277221966669
+2005,Viet Nam,FruitVeg,82.3921,0.152053036638221
+2005,Viet Nam,OilcropsPulses,82.3921,0.018333930073393
 2005,Viet Nam,Starchy Roots,82.3921,0.0151440247305264
+2005,Viet Nam,Sugar,82.3921,0.012040001407902
 2006,Viet Nam,Ruminants,83.3112,0.116494462929354
 2006,Viet Nam,Cereals,83.3112,0.248502818348553
 2006,Viet Nam,Monogastrics,83.3112,0.214751903705624
-2006,Viet Nam,Oilcrops,83.3112,0.0162929354036432
-2006,Viet Nam,Pulses,83.3112,0.0028627003332085
+2006,Viet Nam,FruitVeg,83.3112,0.147729368920385
+2006,Viet Nam,OilcropsPulses,83.3112,0.0191556357368517
 2006,Viet Nam,Starchy Roots,83.3112,0.0162465070722784
+2006,Viet Nam,Sugar,83.3112,0.0134675169725079
 2007,Viet Nam,Ruminants,84.2185,0.142135775393767
 2007,Viet Nam,Cereals,84.2185,0.253869078646616
 2007,Viet Nam,Monogastrics,84.2185,0.230927324756437
-2007,Viet Nam,Oilcrops,84.2185,0.0170927052844684
-2007,Viet Nam,Pulses,84.2185,0.0029304368992561
+2007,Viet Nam,FruitVeg,84.2185,0.151739297185298
+2007,Viet Nam,OilcropsPulses,84.2185,0.0200231421837245
 2007,Viet Nam,Starchy Roots,84.2185,0.0161269079834003
+2007,Viet Nam,Sugar,84.2185,0.0118876968837013
 2008,Viet Nam,Ruminants,85.1187,0.160625569939391
 2008,Viet Nam,Cereals,85.1187,0.257218578291257
 2008,Viet Nam,Monogastrics,85.1187,0.244973977516104
-2008,Viet Nam,Oilcrops,85.1187,0.0183654120657388
-2008,Viet Nam,Pulses,85.1187,0.0029341965983973
+2008,Viet Nam,FruitVeg,85.1187,0.150306736357581
+2008,Viet Nam,OilcropsPulses,85.1187,0.0212996086641361
 2008,Viet Nam,Starchy Roots,85.1187,0.0171019294232642
+2008,Viet Nam,Sugar,85.1187,0.0118141371989939
 2009,Viet Nam,Ruminants,86.025,0.17776058238884
 2009,Viet Nam,Cereals,86.025,0.255554699215344
 2009,Viet Nam,Monogastrics,86.025,0.265914767800058
-2009,Viet Nam,Oilcrops,86.025,0.0183854344667248
-2009,Viet Nam,Pulses,86.025,0.00293170589944783
+2009,Viet Nam,FruitVeg,86.025,0.154540517291485
+2009,Viet Nam,OilcropsPulses,86.025,0.0213171403661726
 2009,Viet Nam,Starchy Roots,86.025,0.0167757396105783
+2009,Viet Nam,Sugar,86.025,0.0100258297006684
 2010,Viet Nam,Ruminants,86.9325,0.178466824260202
 2010,Viet Nam,Cereals,86.9325,0.255548442757312
 2010,Viet Nam,Monogastrics,86.9325,0.270114136830299
-2010,Viet Nam,Oilcrops,86.9325,0.0204121818652403
-2010,Viet Nam,Pulses,86.9325,0.00308784401690967
+2010,Viet Nam,FruitVeg,86.9325,0.159375619014753
+2010,Viet Nam,OilcropsPulses,86.9325,0.0235000258821499
 2010,Viet Nam,Starchy Roots,86.9325,0.0173009863974923
+2010,Viet Nam,Sugar,86.9325,0.0107361458602939
 2011,Viet Nam,Ruminants,87.8603,0.223972871706561
 2011,Viet Nam,Cereals,87.8603,0.255229438096615
 2011,Viet Nam,Monogastrics,87.8603,0.286279089645722
-2011,Viet Nam,Oilcrops,87.8603,0.0219687390095413
-2011,Viet Nam,Pulses,87.8603,0.00323864134313222
+2011,Viet Nam,FruitVeg,87.8603,0.147838341093759
+2011,Viet Nam,OilcropsPulses,87.8603,0.0252073803526735
 2011,Viet Nam,Starchy Roots,87.8603,0.017727665396089
+2011,Viet Nam,Sugar,87.8603,0.0101460045094314
 2012,Viet Nam,Ruminants,88.8092,0.233115859618148
 2012,Viet Nam,Cereals,88.8092,0.248481351031199
 2012,Viet Nam,Monogastrics,88.8092,0.27768036870054
-2012,Viet Nam,Oilcrops,88.8092,0.0228075807461389
-2012,Viet Nam,Pulses,88.8092,0.0030945555190228
+2012,Viet Nam,FruitVeg,88.8092,0.213818680947469
+2012,Viet Nam,OilcropsPulses,88.8092,0.0259021362651617
 2012,Viet Nam,Starchy Roots,88.8092,0.0185852704449539
+2012,Viet Nam,Sugar,88.8092,0.010876497029587
 2013,Viet Nam,Ruminants,89.7595,0.231877976147372
 2013,Viet Nam,Cereals,89.7595,0.251860059380901
 2013,Viet Nam,Monogastrics,89.7595,0.27945231312563
-2013,Viet Nam,Oilcrops,89.7595,0.023622324099399
-2013,Viet Nam,Pulses,89.7595,0.00304058066277107
+2013,Viet Nam,FruitVeg,89.7595,0.220144931734245
+2013,Viet Nam,OilcropsPulses,89.7595,0.02666290476217
 2013,Viet Nam,Starchy Roots,89.7595,0.0172096435474797
+2013,Viet Nam,Sugar,89.7595,0.0101995220561612
 1961,Western Africa,Ruminants,NA,NA
 1961,Western Africa,Cereals,NA,NA
 1961,Western Africa,Monogastrics,NA,NA
-1961,Western Africa,Oilcrops,NA,NA
-1961,Western Africa,Pulses,NA,NA
+1961,Western Africa,FruitVeg,NA,NA
+1961,Western Africa,OilcropsPulses,NA,NA
 1961,Western Africa,Starchy Roots,NA,NA
+1961,Western Africa,Sugar,NA,NA
 1962,Western Africa,Ruminants,NA,NA
 1962,Western Africa,Cereals,NA,NA
 1962,Western Africa,Monogastrics,NA,NA
-1962,Western Africa,Oilcrops,NA,NA
-1962,Western Africa,Pulses,NA,NA
+1962,Western Africa,FruitVeg,NA,NA
+1962,Western Africa,OilcropsPulses,NA,NA
 1962,Western Africa,Starchy Roots,NA,NA
+1962,Western Africa,Sugar,NA,NA
 1963,Western Africa,Ruminants,NA,NA
 1963,Western Africa,Cereals,NA,NA
 1963,Western Africa,Monogastrics,NA,NA
-1963,Western Africa,Oilcrops,NA,NA
-1963,Western Africa,Pulses,NA,NA
+1963,Western Africa,FruitVeg,NA,NA
+1963,Western Africa,OilcropsPulses,NA,NA
 1963,Western Africa,Starchy Roots,NA,NA
+1963,Western Africa,Sugar,NA,NA
 1964,Western Africa,Ruminants,NA,NA
 1964,Western Africa,Cereals,NA,NA
 1964,Western Africa,Monogastrics,NA,NA
-1964,Western Africa,Oilcrops,NA,NA
-1964,Western Africa,Pulses,NA,NA
+1964,Western Africa,FruitVeg,NA,NA
+1964,Western Africa,OilcropsPulses,NA,NA
 1964,Western Africa,Starchy Roots,NA,NA
+1964,Western Africa,Sugar,NA,NA
 1965,Western Africa,Ruminants,NA,NA
 1965,Western Africa,Cereals,NA,NA
 1965,Western Africa,Monogastrics,NA,NA
-1965,Western Africa,Oilcrops,NA,NA
-1965,Western Africa,Pulses,NA,NA
+1965,Western Africa,FruitVeg,NA,NA
+1965,Western Africa,OilcropsPulses,NA,NA
 1965,Western Africa,Starchy Roots,NA,NA
+1965,Western Africa,Sugar,NA,NA
 1966,Western Africa,Ruminants,NA,NA
 1966,Western Africa,Cereals,NA,NA
 1966,Western Africa,Monogastrics,NA,NA
-1966,Western Africa,Oilcrops,NA,NA
-1966,Western Africa,Pulses,NA,NA
+1966,Western Africa,FruitVeg,NA,NA
+1966,Western Africa,OilcropsPulses,NA,NA
 1966,Western Africa,Starchy Roots,NA,NA
+1966,Western Africa,Sugar,NA,NA
 1967,Western Africa,Ruminants,NA,NA
 1967,Western Africa,Cereals,NA,NA
 1967,Western Africa,Monogastrics,NA,NA
-1967,Western Africa,Oilcrops,NA,NA
-1967,Western Africa,Pulses,NA,NA
+1967,Western Africa,FruitVeg,NA,NA
+1967,Western Africa,OilcropsPulses,NA,NA
 1967,Western Africa,Starchy Roots,NA,NA
+1967,Western Africa,Sugar,NA,NA
 1968,Western Africa,Ruminants,NA,NA
 1968,Western Africa,Cereals,NA,NA
 1968,Western Africa,Monogastrics,NA,NA
-1968,Western Africa,Oilcrops,NA,NA
-1968,Western Africa,Pulses,NA,NA
+1968,Western Africa,FruitVeg,NA,NA
+1968,Western Africa,OilcropsPulses,NA,NA
 1968,Western Africa,Starchy Roots,NA,NA
+1968,Western Africa,Sugar,NA,NA
 1969,Western Africa,Ruminants,NA,NA
 1969,Western Africa,Cereals,NA,NA
 1969,Western Africa,Monogastrics,NA,NA
-1969,Western Africa,Oilcrops,NA,NA
-1969,Western Africa,Pulses,NA,NA
+1969,Western Africa,FruitVeg,NA,NA
+1969,Western Africa,OilcropsPulses,NA,NA
 1969,Western Africa,Starchy Roots,NA,NA
+1969,Western Africa,Sugar,NA,NA
 1970,Western Africa,Ruminants,NA,NA
 1970,Western Africa,Cereals,NA,NA
 1970,Western Africa,Monogastrics,NA,NA
-1970,Western Africa,Oilcrops,NA,NA
-1970,Western Africa,Pulses,NA,NA
+1970,Western Africa,FruitVeg,NA,NA
+1970,Western Africa,OilcropsPulses,NA,NA
 1970,Western Africa,Starchy Roots,NA,NA
+1970,Western Africa,Sugar,NA,NA
 1971,Western Africa,Ruminants,NA,NA
 1971,Western Africa,Cereals,NA,NA
 1971,Western Africa,Monogastrics,NA,NA
-1971,Western Africa,Oilcrops,NA,NA
-1971,Western Africa,Pulses,NA,NA
+1971,Western Africa,FruitVeg,NA,NA
+1971,Western Africa,OilcropsPulses,NA,NA
 1971,Western Africa,Starchy Roots,NA,NA
+1971,Western Africa,Sugar,NA,NA
 1972,Western Africa,Ruminants,NA,NA
 1972,Western Africa,Cereals,NA,NA
 1972,Western Africa,Monogastrics,NA,NA
-1972,Western Africa,Oilcrops,NA,NA
-1972,Western Africa,Pulses,NA,NA
+1972,Western Africa,FruitVeg,NA,NA
+1972,Western Africa,OilcropsPulses,NA,NA
 1972,Western Africa,Starchy Roots,NA,NA
+1972,Western Africa,Sugar,NA,NA
 1973,Western Africa,Ruminants,NA,NA
 1973,Western Africa,Cereals,NA,NA
 1973,Western Africa,Monogastrics,NA,NA
-1973,Western Africa,Oilcrops,NA,NA
-1973,Western Africa,Pulses,NA,NA
+1973,Western Africa,FruitVeg,NA,NA
+1973,Western Africa,OilcropsPulses,NA,NA
 1973,Western Africa,Starchy Roots,NA,NA
+1973,Western Africa,Sugar,NA,NA
 1974,Western Africa,Ruminants,NA,NA
 1974,Western Africa,Cereals,NA,NA
 1974,Western Africa,Monogastrics,NA,NA
-1974,Western Africa,Oilcrops,NA,NA
-1974,Western Africa,Pulses,NA,NA
+1974,Western Africa,FruitVeg,NA,NA
+1974,Western Africa,OilcropsPulses,NA,NA
 1974,Western Africa,Starchy Roots,NA,NA
+1974,Western Africa,Sugar,NA,NA
 1975,Western Africa,Ruminants,NA,NA
 1975,Western Africa,Cereals,NA,NA
 1975,Western Africa,Monogastrics,NA,NA
-1975,Western Africa,Oilcrops,NA,NA
-1975,Western Africa,Pulses,NA,NA
+1975,Western Africa,FruitVeg,NA,NA
+1975,Western Africa,OilcropsPulses,NA,NA
 1975,Western Africa,Starchy Roots,NA,NA
+1975,Western Africa,Sugar,NA,NA
 1976,Western Africa,Ruminants,NA,NA
 1976,Western Africa,Cereals,NA,NA
 1976,Western Africa,Monogastrics,NA,NA
-1976,Western Africa,Oilcrops,NA,NA
-1976,Western Africa,Pulses,NA,NA
+1976,Western Africa,FruitVeg,NA,NA
+1976,Western Africa,OilcropsPulses,NA,NA
 1976,Western Africa,Starchy Roots,NA,NA
+1976,Western Africa,Sugar,NA,NA
 1977,Western Africa,Ruminants,NA,NA
 1977,Western Africa,Cereals,NA,NA
 1977,Western Africa,Monogastrics,NA,NA
-1977,Western Africa,Oilcrops,NA,NA
-1977,Western Africa,Pulses,NA,NA
+1977,Western Africa,FruitVeg,NA,NA
+1977,Western Africa,OilcropsPulses,NA,NA
 1977,Western Africa,Starchy Roots,NA,NA
+1977,Western Africa,Sugar,NA,NA
 1978,Western Africa,Ruminants,NA,NA
 1978,Western Africa,Cereals,NA,NA
 1978,Western Africa,Monogastrics,NA,NA
-1978,Western Africa,Oilcrops,NA,NA
-1978,Western Africa,Pulses,NA,NA
+1978,Western Africa,FruitVeg,NA,NA
+1978,Western Africa,OilcropsPulses,NA,NA
 1978,Western Africa,Starchy Roots,NA,NA
+1978,Western Africa,Sugar,NA,NA
 1979,Western Africa,Ruminants,NA,NA
 1979,Western Africa,Cereals,NA,NA
 1979,Western Africa,Monogastrics,NA,NA
-1979,Western Africa,Oilcrops,NA,NA
-1979,Western Africa,Pulses,NA,NA
+1979,Western Africa,FruitVeg,NA,NA
+1979,Western Africa,OilcropsPulses,NA,NA
 1979,Western Africa,Starchy Roots,NA,NA
+1979,Western Africa,Sugar,NA,NA
 1980,Western Africa,Ruminants,NA,NA
 1980,Western Africa,Cereals,NA,NA
 1980,Western Africa,Monogastrics,NA,NA
-1980,Western Africa,Oilcrops,NA,NA
-1980,Western Africa,Pulses,NA,NA
+1980,Western Africa,FruitVeg,NA,NA
+1980,Western Africa,OilcropsPulses,NA,NA
 1980,Western Africa,Starchy Roots,NA,NA
+1980,Western Africa,Sugar,NA,NA
 1981,Western Africa,Ruminants,NA,NA
 1981,Western Africa,Cereals,NA,NA
 1981,Western Africa,Monogastrics,NA,NA
-1981,Western Africa,Oilcrops,NA,NA
-1981,Western Africa,Pulses,NA,NA
+1981,Western Africa,FruitVeg,NA,NA
+1981,Western Africa,OilcropsPulses,NA,NA
 1981,Western Africa,Starchy Roots,NA,NA
+1981,Western Africa,Sugar,NA,NA
 1982,Western Africa,Ruminants,NA,NA
 1982,Western Africa,Cereals,NA,NA
 1982,Western Africa,Monogastrics,NA,NA
-1982,Western Africa,Oilcrops,NA,NA
-1982,Western Africa,Pulses,NA,NA
+1982,Western Africa,FruitVeg,NA,NA
+1982,Western Africa,OilcropsPulses,NA,NA
 1982,Western Africa,Starchy Roots,NA,NA
+1982,Western Africa,Sugar,NA,NA
 1983,Western Africa,Ruminants,NA,NA
 1983,Western Africa,Cereals,NA,NA
 1983,Western Africa,Monogastrics,NA,NA
-1983,Western Africa,Oilcrops,NA,NA
-1983,Western Africa,Pulses,NA,NA
+1983,Western Africa,FruitVeg,NA,NA
+1983,Western Africa,OilcropsPulses,NA,NA
 1983,Western Africa,Starchy Roots,NA,NA
+1983,Western Africa,Sugar,NA,NA
 1984,Western Africa,Ruminants,NA,NA
 1984,Western Africa,Cereals,NA,NA
 1984,Western Africa,Monogastrics,NA,NA
-1984,Western Africa,Oilcrops,NA,NA
-1984,Western Africa,Pulses,NA,NA
+1984,Western Africa,FruitVeg,NA,NA
+1984,Western Africa,OilcropsPulses,NA,NA
 1984,Western Africa,Starchy Roots,NA,NA
+1984,Western Africa,Sugar,NA,NA
 1985,Western Africa,Ruminants,NA,NA
 1985,Western Africa,Cereals,NA,NA
 1985,Western Africa,Monogastrics,NA,NA
-1985,Western Africa,Oilcrops,NA,NA
-1985,Western Africa,Pulses,NA,NA
+1985,Western Africa,FruitVeg,NA,NA
+1985,Western Africa,OilcropsPulses,NA,NA
 1985,Western Africa,Starchy Roots,NA,NA
+1985,Western Africa,Sugar,NA,NA
 1986,Western Africa,Ruminants,NA,NA
 1986,Western Africa,Cereals,NA,NA
 1986,Western Africa,Monogastrics,NA,NA
-1986,Western Africa,Oilcrops,NA,NA
-1986,Western Africa,Pulses,NA,NA
+1986,Western Africa,FruitVeg,NA,NA
+1986,Western Africa,OilcropsPulses,NA,NA
 1986,Western Africa,Starchy Roots,NA,NA
+1986,Western Africa,Sugar,NA,NA
 1987,Western Africa,Ruminants,NA,NA
 1987,Western Africa,Cereals,NA,NA
 1987,Western Africa,Monogastrics,NA,NA
-1987,Western Africa,Oilcrops,NA,NA
-1987,Western Africa,Pulses,NA,NA
+1987,Western Africa,FruitVeg,NA,NA
+1987,Western Africa,OilcropsPulses,NA,NA
 1987,Western Africa,Starchy Roots,NA,NA
+1987,Western Africa,Sugar,NA,NA
 1988,Western Africa,Ruminants,NA,NA
 1988,Western Africa,Cereals,NA,NA
 1988,Western Africa,Monogastrics,NA,NA
-1988,Western Africa,Oilcrops,NA,NA
-1988,Western Africa,Pulses,NA,NA
+1988,Western Africa,FruitVeg,NA,NA
+1988,Western Africa,OilcropsPulses,NA,NA
 1988,Western Africa,Starchy Roots,NA,NA
+1988,Western Africa,Sugar,NA,NA
 1989,Western Africa,Ruminants,NA,NA
 1989,Western Africa,Cereals,NA,NA
 1989,Western Africa,Monogastrics,NA,NA
-1989,Western Africa,Oilcrops,NA,NA
-1989,Western Africa,Pulses,NA,NA
+1989,Western Africa,FruitVeg,NA,NA
+1989,Western Africa,OilcropsPulses,NA,NA
 1989,Western Africa,Starchy Roots,NA,NA
+1989,Western Africa,Sugar,NA,NA
 1990,Western Africa,Ruminants,NA,NA
 1990,Western Africa,Cereals,NA,NA
 1990,Western Africa,Monogastrics,NA,NA
-1990,Western Africa,Oilcrops,NA,NA
-1990,Western Africa,Pulses,NA,NA
+1990,Western Africa,FruitVeg,NA,NA
+1990,Western Africa,OilcropsPulses,NA,NA
 1990,Western Africa,Starchy Roots,NA,NA
+1990,Western Africa,Sugar,NA,NA
 1991,Western Africa,Ruminants,NA,NA
 1991,Western Africa,Cereals,NA,NA
 1991,Western Africa,Monogastrics,NA,NA
-1991,Western Africa,Oilcrops,NA,NA
-1991,Western Africa,Pulses,NA,NA
+1991,Western Africa,FruitVeg,NA,NA
+1991,Western Africa,OilcropsPulses,NA,NA
 1991,Western Africa,Starchy Roots,NA,NA
+1991,Western Africa,Sugar,NA,NA
 1992,Western Africa,Ruminants,NA,NA
 1992,Western Africa,Cereals,NA,NA
 1992,Western Africa,Monogastrics,NA,NA
-1992,Western Africa,Oilcrops,NA,NA
-1992,Western Africa,Pulses,NA,NA
+1992,Western Africa,FruitVeg,NA,NA
+1992,Western Africa,OilcropsPulses,NA,NA
 1992,Western Africa,Starchy Roots,NA,NA
+1992,Western Africa,Sugar,NA,NA
 1993,Western Africa,Ruminants,NA,NA
 1993,Western Africa,Cereals,NA,NA
 1993,Western Africa,Monogastrics,NA,NA
-1993,Western Africa,Oilcrops,NA,NA
-1993,Western Africa,Pulses,NA,NA
+1993,Western Africa,FruitVeg,NA,NA
+1993,Western Africa,OilcropsPulses,NA,NA
 1993,Western Africa,Starchy Roots,NA,NA
+1993,Western Africa,Sugar,NA,NA
 1994,Western Africa,Ruminants,NA,NA
 1994,Western Africa,Cereals,NA,NA
 1994,Western Africa,Monogastrics,NA,NA
-1994,Western Africa,Oilcrops,NA,NA
-1994,Western Africa,Pulses,NA,NA
+1994,Western Africa,FruitVeg,NA,NA
+1994,Western Africa,OilcropsPulses,NA,NA
 1994,Western Africa,Starchy Roots,NA,NA
+1994,Western Africa,Sugar,NA,NA
 1995,Western Africa,Ruminants,NA,NA
 1995,Western Africa,Cereals,NA,NA
 1995,Western Africa,Monogastrics,NA,NA
-1995,Western Africa,Oilcrops,NA,NA
-1995,Western Africa,Pulses,NA,NA
+1995,Western Africa,FruitVeg,NA,NA
+1995,Western Africa,OilcropsPulses,NA,NA
 1995,Western Africa,Starchy Roots,NA,NA
+1995,Western Africa,Sugar,NA,NA
 1996,Western Africa,Ruminants,NA,NA
 1996,Western Africa,Cereals,NA,NA
 1996,Western Africa,Monogastrics,NA,NA
-1996,Western Africa,Oilcrops,NA,NA
-1996,Western Africa,Pulses,NA,NA
+1996,Western Africa,FruitVeg,NA,NA
+1996,Western Africa,OilcropsPulses,NA,NA
 1996,Western Africa,Starchy Roots,NA,NA
+1996,Western Africa,Sugar,NA,NA
 1997,Western Africa,Ruminants,NA,NA
 1997,Western Africa,Cereals,NA,NA
 1997,Western Africa,Monogastrics,NA,NA
-1997,Western Africa,Oilcrops,NA,NA
-1997,Western Africa,Pulses,NA,NA
+1997,Western Africa,FruitVeg,NA,NA
+1997,Western Africa,OilcropsPulses,NA,NA
 1997,Western Africa,Starchy Roots,NA,NA
+1997,Western Africa,Sugar,NA,NA
 1998,Western Africa,Ruminants,NA,NA
 1998,Western Africa,Cereals,NA,NA
 1998,Western Africa,Monogastrics,NA,NA
-1998,Western Africa,Oilcrops,NA,NA
-1998,Western Africa,Pulses,NA,NA
+1998,Western Africa,FruitVeg,NA,NA
+1998,Western Africa,OilcropsPulses,NA,NA
 1998,Western Africa,Starchy Roots,NA,NA
+1998,Western Africa,Sugar,NA,NA
 1999,Western Africa,Ruminants,NA,NA
 1999,Western Africa,Cereals,NA,NA
 1999,Western Africa,Monogastrics,NA,NA
-1999,Western Africa,Oilcrops,NA,NA
-1999,Western Africa,Pulses,NA,NA
+1999,Western Africa,FruitVeg,NA,NA
+1999,Western Africa,OilcropsPulses,NA,NA
 1999,Western Africa,Starchy Roots,NA,NA
+1999,Western Africa,Sugar,NA,NA
 2000,Western Africa,Ruminants,NA,NA
 2000,Western Africa,Cereals,NA,NA
 2000,Western Africa,Monogastrics,NA,NA
-2000,Western Africa,Oilcrops,NA,NA
-2000,Western Africa,Pulses,NA,NA
+2000,Western Africa,FruitVeg,NA,NA
+2000,Western Africa,OilcropsPulses,NA,NA
 2000,Western Africa,Starchy Roots,NA,NA
+2000,Western Africa,Sugar,NA,NA
 2001,Western Africa,Ruminants,NA,NA
 2001,Western Africa,Cereals,NA,NA
 2001,Western Africa,Monogastrics,NA,NA
-2001,Western Africa,Oilcrops,NA,NA
-2001,Western Africa,Pulses,NA,NA
+2001,Western Africa,FruitVeg,NA,NA
+2001,Western Africa,OilcropsPulses,NA,NA
 2001,Western Africa,Starchy Roots,NA,NA
+2001,Western Africa,Sugar,NA,NA
 2002,Western Africa,Ruminants,NA,NA
 2002,Western Africa,Cereals,NA,NA
 2002,Western Africa,Monogastrics,NA,NA
-2002,Western Africa,Oilcrops,NA,NA
-2002,Western Africa,Pulses,NA,NA
+2002,Western Africa,FruitVeg,NA,NA
+2002,Western Africa,OilcropsPulses,NA,NA
 2002,Western Africa,Starchy Roots,NA,NA
+2002,Western Africa,Sugar,NA,NA
 2003,Western Africa,Ruminants,NA,NA
 2003,Western Africa,Cereals,NA,NA
 2003,Western Africa,Monogastrics,NA,NA
-2003,Western Africa,Oilcrops,NA,NA
-2003,Western Africa,Pulses,NA,NA
+2003,Western Africa,FruitVeg,NA,NA
+2003,Western Africa,OilcropsPulses,NA,NA
 2003,Western Africa,Starchy Roots,NA,NA
+2003,Western Africa,Sugar,NA,NA
 2004,Western Africa,Ruminants,NA,NA
 2004,Western Africa,Cereals,NA,NA
 2004,Western Africa,Monogastrics,NA,NA
-2004,Western Africa,Oilcrops,NA,NA
-2004,Western Africa,Pulses,NA,NA
+2004,Western Africa,FruitVeg,NA,NA
+2004,Western Africa,OilcropsPulses,NA,NA
 2004,Western Africa,Starchy Roots,NA,NA
+2004,Western Africa,Sugar,NA,NA
 2005,Western Africa,Ruminants,NA,NA
 2005,Western Africa,Cereals,NA,NA
 2005,Western Africa,Monogastrics,NA,NA
-2005,Western Africa,Oilcrops,NA,NA
-2005,Western Africa,Pulses,NA,NA
+2005,Western Africa,FruitVeg,NA,NA
+2005,Western Africa,OilcropsPulses,NA,NA
 2005,Western Africa,Starchy Roots,NA,NA
+2005,Western Africa,Sugar,NA,NA
 2006,Western Africa,Ruminants,NA,NA
 2006,Western Africa,Cereals,NA,NA
 2006,Western Africa,Monogastrics,NA,NA
-2006,Western Africa,Oilcrops,NA,NA
-2006,Western Africa,Pulses,NA,NA
+2006,Western Africa,FruitVeg,NA,NA
+2006,Western Africa,OilcropsPulses,NA,NA
 2006,Western Africa,Starchy Roots,NA,NA
+2006,Western Africa,Sugar,NA,NA
 2007,Western Africa,Ruminants,NA,NA
 2007,Western Africa,Cereals,NA,NA
 2007,Western Africa,Monogastrics,NA,NA
-2007,Western Africa,Oilcrops,NA,NA
-2007,Western Africa,Pulses,NA,NA
+2007,Western Africa,FruitVeg,NA,NA
+2007,Western Africa,OilcropsPulses,NA,NA
 2007,Western Africa,Starchy Roots,NA,NA
+2007,Western Africa,Sugar,NA,NA
 2008,Western Africa,Ruminants,NA,NA
 2008,Western Africa,Cereals,NA,NA
 2008,Western Africa,Monogastrics,NA,NA
-2008,Western Africa,Oilcrops,NA,NA
-2008,Western Africa,Pulses,NA,NA
+2008,Western Africa,FruitVeg,NA,NA
+2008,Western Africa,OilcropsPulses,NA,NA
 2008,Western Africa,Starchy Roots,NA,NA
+2008,Western Africa,Sugar,NA,NA
 2009,Western Africa,Ruminants,NA,NA
 2009,Western Africa,Cereals,NA,NA
 2009,Western Africa,Monogastrics,NA,NA
-2009,Western Africa,Oilcrops,NA,NA
-2009,Western Africa,Pulses,NA,NA
+2009,Western Africa,FruitVeg,NA,NA
+2009,Western Africa,OilcropsPulses,NA,NA
 2009,Western Africa,Starchy Roots,NA,NA
+2009,Western Africa,Sugar,NA,NA
 2010,Western Africa,Ruminants,NA,NA
 2010,Western Africa,Cereals,NA,NA
 2010,Western Africa,Monogastrics,NA,NA
-2010,Western Africa,Oilcrops,NA,NA
-2010,Western Africa,Pulses,NA,NA
+2010,Western Africa,FruitVeg,NA,NA
+2010,Western Africa,OilcropsPulses,NA,NA
 2010,Western Africa,Starchy Roots,NA,NA
+2010,Western Africa,Sugar,NA,NA
 2011,Western Africa,Ruminants,NA,NA
 2011,Western Africa,Cereals,NA,NA
 2011,Western Africa,Monogastrics,NA,NA
-2011,Western Africa,Oilcrops,NA,NA
-2011,Western Africa,Pulses,NA,NA
+2011,Western Africa,FruitVeg,NA,NA
+2011,Western Africa,OilcropsPulses,NA,NA
 2011,Western Africa,Starchy Roots,NA,NA
+2011,Western Africa,Sugar,NA,NA
 1961,Western Asia,Ruminants,NA,NA
 1961,Western Asia,Cereals,NA,NA
 1961,Western Asia,Monogastrics,NA,NA
-1961,Western Asia,Oilcrops,NA,NA
-1961,Western Asia,Pulses,NA,NA
+1961,Western Asia,FruitVeg,NA,NA
+1961,Western Asia,OilcropsPulses,NA,NA
 1961,Western Asia,Starchy Roots,NA,NA
+1961,Western Asia,Sugar,NA,NA
 1962,Western Asia,Ruminants,NA,NA
 1962,Western Asia,Cereals,NA,NA
 1962,Western Asia,Monogastrics,NA,NA
-1962,Western Asia,Oilcrops,NA,NA
-1962,Western Asia,Pulses,NA,NA
+1962,Western Asia,FruitVeg,NA,NA
+1962,Western Asia,OilcropsPulses,NA,NA
 1962,Western Asia,Starchy Roots,NA,NA
+1962,Western Asia,Sugar,NA,NA
 1963,Western Asia,Ruminants,NA,NA
 1963,Western Asia,Cereals,NA,NA
 1963,Western Asia,Monogastrics,NA,NA
-1963,Western Asia,Oilcrops,NA,NA
-1963,Western Asia,Pulses,NA,NA
+1963,Western Asia,FruitVeg,NA,NA
+1963,Western Asia,OilcropsPulses,NA,NA
 1963,Western Asia,Starchy Roots,NA,NA
+1963,Western Asia,Sugar,NA,NA
 1964,Western Asia,Ruminants,NA,NA
 1964,Western Asia,Cereals,NA,NA
 1964,Western Asia,Monogastrics,NA,NA
-1964,Western Asia,Oilcrops,NA,NA
-1964,Western Asia,Pulses,NA,NA
+1964,Western Asia,FruitVeg,NA,NA
+1964,Western Asia,OilcropsPulses,NA,NA
 1964,Western Asia,Starchy Roots,NA,NA
+1964,Western Asia,Sugar,NA,NA
 1965,Western Asia,Ruminants,NA,NA
 1965,Western Asia,Cereals,NA,NA
 1965,Western Asia,Monogastrics,NA,NA
-1965,Western Asia,Oilcrops,NA,NA
-1965,Western Asia,Pulses,NA,NA
+1965,Western Asia,FruitVeg,NA,NA
+1965,Western Asia,OilcropsPulses,NA,NA
 1965,Western Asia,Starchy Roots,NA,NA
+1965,Western Asia,Sugar,NA,NA
 1966,Western Asia,Ruminants,NA,NA
 1966,Western Asia,Cereals,NA,NA
 1966,Western Asia,Monogastrics,NA,NA
-1966,Western Asia,Oilcrops,NA,NA
-1966,Western Asia,Pulses,NA,NA
+1966,Western Asia,FruitVeg,NA,NA
+1966,Western Asia,OilcropsPulses,NA,NA
 1966,Western Asia,Starchy Roots,NA,NA
+1966,Western Asia,Sugar,NA,NA
 1967,Western Asia,Ruminants,NA,NA
 1967,Western Asia,Cereals,NA,NA
 1967,Western Asia,Monogastrics,NA,NA
-1967,Western Asia,Oilcrops,NA,NA
-1967,Western Asia,Pulses,NA,NA
+1967,Western Asia,FruitVeg,NA,NA
+1967,Western Asia,OilcropsPulses,NA,NA
 1967,Western Asia,Starchy Roots,NA,NA
+1967,Western Asia,Sugar,NA,NA
 1968,Western Asia,Ruminants,NA,NA
 1968,Western Asia,Cereals,NA,NA
 1968,Western Asia,Monogastrics,NA,NA
-1968,Western Asia,Oilcrops,NA,NA
-1968,Western Asia,Pulses,NA,NA
+1968,Western Asia,FruitVeg,NA,NA
+1968,Western Asia,OilcropsPulses,NA,NA
 1968,Western Asia,Starchy Roots,NA,NA
+1968,Western Asia,Sugar,NA,NA
 1969,Western Asia,Ruminants,NA,NA
 1969,Western Asia,Cereals,NA,NA
 1969,Western Asia,Monogastrics,NA,NA
-1969,Western Asia,Oilcrops,NA,NA
-1969,Western Asia,Pulses,NA,NA
+1969,Western Asia,FruitVeg,NA,NA
+1969,Western Asia,OilcropsPulses,NA,NA
 1969,Western Asia,Starchy Roots,NA,NA
+1969,Western Asia,Sugar,NA,NA
 1970,Western Asia,Ruminants,NA,NA
 1970,Western Asia,Cereals,NA,NA
 1970,Western Asia,Monogastrics,NA,NA
-1970,Western Asia,Oilcrops,NA,NA
-1970,Western Asia,Pulses,NA,NA
+1970,Western Asia,FruitVeg,NA,NA
+1970,Western Asia,OilcropsPulses,NA,NA
 1970,Western Asia,Starchy Roots,NA,NA
+1970,Western Asia,Sugar,NA,NA
 1971,Western Asia,Ruminants,NA,NA
 1971,Western Asia,Cereals,NA,NA
 1971,Western Asia,Monogastrics,NA,NA
-1971,Western Asia,Oilcrops,NA,NA
-1971,Western Asia,Pulses,NA,NA
+1971,Western Asia,FruitVeg,NA,NA
+1971,Western Asia,OilcropsPulses,NA,NA
 1971,Western Asia,Starchy Roots,NA,NA
+1971,Western Asia,Sugar,NA,NA
 1972,Western Asia,Ruminants,NA,NA
 1972,Western Asia,Cereals,NA,NA
 1972,Western Asia,Monogastrics,NA,NA
-1972,Western Asia,Oilcrops,NA,NA
-1972,Western Asia,Pulses,NA,NA
+1972,Western Asia,FruitVeg,NA,NA
+1972,Western Asia,OilcropsPulses,NA,NA
 1972,Western Asia,Starchy Roots,NA,NA
+1972,Western Asia,Sugar,NA,NA
 1973,Western Asia,Ruminants,NA,NA
 1973,Western Asia,Cereals,NA,NA
 1973,Western Asia,Monogastrics,NA,NA
-1973,Western Asia,Oilcrops,NA,NA
-1973,Western Asia,Pulses,NA,NA
+1973,Western Asia,FruitVeg,NA,NA
+1973,Western Asia,OilcropsPulses,NA,NA
 1973,Western Asia,Starchy Roots,NA,NA
+1973,Western Asia,Sugar,NA,NA
 1974,Western Asia,Ruminants,NA,NA
 1974,Western Asia,Cereals,NA,NA
 1974,Western Asia,Monogastrics,NA,NA
-1974,Western Asia,Oilcrops,NA,NA
-1974,Western Asia,Pulses,NA,NA
+1974,Western Asia,FruitVeg,NA,NA
+1974,Western Asia,OilcropsPulses,NA,NA
 1974,Western Asia,Starchy Roots,NA,NA
+1974,Western Asia,Sugar,NA,NA
 1975,Western Asia,Ruminants,NA,NA
 1975,Western Asia,Cereals,NA,NA
 1975,Western Asia,Monogastrics,NA,NA
-1975,Western Asia,Oilcrops,NA,NA
-1975,Western Asia,Pulses,NA,NA
+1975,Western Asia,FruitVeg,NA,NA
+1975,Western Asia,OilcropsPulses,NA,NA
 1975,Western Asia,Starchy Roots,NA,NA
+1975,Western Asia,Sugar,NA,NA
 1976,Western Asia,Ruminants,NA,NA
 1976,Western Asia,Cereals,NA,NA
 1976,Western Asia,Monogastrics,NA,NA
-1976,Western Asia,Oilcrops,NA,NA
-1976,Western Asia,Pulses,NA,NA
+1976,Western Asia,FruitVeg,NA,NA
+1976,Western Asia,OilcropsPulses,NA,NA
 1976,Western Asia,Starchy Roots,NA,NA
+1976,Western Asia,Sugar,NA,NA
 1977,Western Asia,Ruminants,NA,NA
 1977,Western Asia,Cereals,NA,NA
 1977,Western Asia,Monogastrics,NA,NA
-1977,Western Asia,Oilcrops,NA,NA
-1977,Western Asia,Pulses,NA,NA
+1977,Western Asia,FruitVeg,NA,NA
+1977,Western Asia,OilcropsPulses,NA,NA
 1977,Western Asia,Starchy Roots,NA,NA
+1977,Western Asia,Sugar,NA,NA
 1978,Western Asia,Ruminants,NA,NA
 1978,Western Asia,Cereals,NA,NA
 1978,Western Asia,Monogastrics,NA,NA
-1978,Western Asia,Oilcrops,NA,NA
-1978,Western Asia,Pulses,NA,NA
+1978,Western Asia,FruitVeg,NA,NA
+1978,Western Asia,OilcropsPulses,NA,NA
 1978,Western Asia,Starchy Roots,NA,NA
+1978,Western Asia,Sugar,NA,NA
 1979,Western Asia,Ruminants,NA,NA
 1979,Western Asia,Cereals,NA,NA
 1979,Western Asia,Monogastrics,NA,NA
-1979,Western Asia,Oilcrops,NA,NA
-1979,Western Asia,Pulses,NA,NA
+1979,Western Asia,FruitVeg,NA,NA
+1979,Western Asia,OilcropsPulses,NA,NA
 1979,Western Asia,Starchy Roots,NA,NA
+1979,Western Asia,Sugar,NA,NA
 1980,Western Asia,Ruminants,NA,NA
 1980,Western Asia,Cereals,NA,NA
 1980,Western Asia,Monogastrics,NA,NA
-1980,Western Asia,Oilcrops,NA,NA
-1980,Western Asia,Pulses,NA,NA
+1980,Western Asia,FruitVeg,NA,NA
+1980,Western Asia,OilcropsPulses,NA,NA
 1980,Western Asia,Starchy Roots,NA,NA
+1980,Western Asia,Sugar,NA,NA
 1981,Western Asia,Ruminants,NA,NA
 1981,Western Asia,Cereals,NA,NA
 1981,Western Asia,Monogastrics,NA,NA
-1981,Western Asia,Oilcrops,NA,NA
-1981,Western Asia,Pulses,NA,NA
+1981,Western Asia,FruitVeg,NA,NA
+1981,Western Asia,OilcropsPulses,NA,NA
 1981,Western Asia,Starchy Roots,NA,NA
+1981,Western Asia,Sugar,NA,NA
 1982,Western Asia,Ruminants,NA,NA
 1982,Western Asia,Cereals,NA,NA
 1982,Western Asia,Monogastrics,NA,NA
-1982,Western Asia,Oilcrops,NA,NA
-1982,Western Asia,Pulses,NA,NA
+1982,Western Asia,FruitVeg,NA,NA
+1982,Western Asia,OilcropsPulses,NA,NA
 1982,Western Asia,Starchy Roots,NA,NA
+1982,Western Asia,Sugar,NA,NA
 1983,Western Asia,Ruminants,NA,NA
 1983,Western Asia,Cereals,NA,NA
 1983,Western Asia,Monogastrics,NA,NA
-1983,Western Asia,Oilcrops,NA,NA
-1983,Western Asia,Pulses,NA,NA
+1983,Western Asia,FruitVeg,NA,NA
+1983,Western Asia,OilcropsPulses,NA,NA
 1983,Western Asia,Starchy Roots,NA,NA
+1983,Western Asia,Sugar,NA,NA
 1984,Western Asia,Ruminants,NA,NA
 1984,Western Asia,Cereals,NA,NA
 1984,Western Asia,Monogastrics,NA,NA
-1984,Western Asia,Oilcrops,NA,NA
-1984,Western Asia,Pulses,NA,NA
+1984,Western Asia,FruitVeg,NA,NA
+1984,Western Asia,OilcropsPulses,NA,NA
 1984,Western Asia,Starchy Roots,NA,NA
+1984,Western Asia,Sugar,NA,NA
 1985,Western Asia,Ruminants,NA,NA
 1985,Western Asia,Cereals,NA,NA
 1985,Western Asia,Monogastrics,NA,NA
-1985,Western Asia,Oilcrops,NA,NA
-1985,Western Asia,Pulses,NA,NA
+1985,Western Asia,FruitVeg,NA,NA
+1985,Western Asia,OilcropsPulses,NA,NA
 1985,Western Asia,Starchy Roots,NA,NA
+1985,Western Asia,Sugar,NA,NA
 1986,Western Asia,Ruminants,NA,NA
 1986,Western Asia,Cereals,NA,NA
 1986,Western Asia,Monogastrics,NA,NA
-1986,Western Asia,Oilcrops,NA,NA
-1986,Western Asia,Pulses,NA,NA
+1986,Western Asia,FruitVeg,NA,NA
+1986,Western Asia,OilcropsPulses,NA,NA
 1986,Western Asia,Starchy Roots,NA,NA
+1986,Western Asia,Sugar,NA,NA
 1987,Western Asia,Ruminants,NA,NA
 1987,Western Asia,Cereals,NA,NA
 1987,Western Asia,Monogastrics,NA,NA
-1987,Western Asia,Oilcrops,NA,NA
-1987,Western Asia,Pulses,NA,NA
+1987,Western Asia,FruitVeg,NA,NA
+1987,Western Asia,OilcropsPulses,NA,NA
 1987,Western Asia,Starchy Roots,NA,NA
+1987,Western Asia,Sugar,NA,NA
 1988,Western Asia,Ruminants,NA,NA
 1988,Western Asia,Cereals,NA,NA
 1988,Western Asia,Monogastrics,NA,NA
-1988,Western Asia,Oilcrops,NA,NA
-1988,Western Asia,Pulses,NA,NA
+1988,Western Asia,FruitVeg,NA,NA
+1988,Western Asia,OilcropsPulses,NA,NA
 1988,Western Asia,Starchy Roots,NA,NA
+1988,Western Asia,Sugar,NA,NA
 1989,Western Asia,Ruminants,NA,NA
 1989,Western Asia,Cereals,NA,NA
 1989,Western Asia,Monogastrics,NA,NA
-1989,Western Asia,Oilcrops,NA,NA
-1989,Western Asia,Pulses,NA,NA
+1989,Western Asia,FruitVeg,NA,NA
+1989,Western Asia,OilcropsPulses,NA,NA
 1989,Western Asia,Starchy Roots,NA,NA
+1989,Western Asia,Sugar,NA,NA
 1990,Western Asia,Ruminants,NA,NA
 1990,Western Asia,Cereals,NA,NA
 1990,Western Asia,Monogastrics,NA,NA
-1990,Western Asia,Oilcrops,NA,NA
-1990,Western Asia,Pulses,NA,NA
+1990,Western Asia,FruitVeg,NA,NA
+1990,Western Asia,OilcropsPulses,NA,NA
 1990,Western Asia,Starchy Roots,NA,NA
+1990,Western Asia,Sugar,NA,NA
 1991,Western Asia,Ruminants,NA,NA
 1991,Western Asia,Cereals,NA,NA
 1991,Western Asia,Monogastrics,NA,NA
-1991,Western Asia,Oilcrops,NA,NA
-1991,Western Asia,Pulses,NA,NA
+1991,Western Asia,FruitVeg,NA,NA
+1991,Western Asia,OilcropsPulses,NA,NA
 1991,Western Asia,Starchy Roots,NA,NA
+1991,Western Asia,Sugar,NA,NA
 1992,Western Asia,Ruminants,NA,NA
 1992,Western Asia,Cereals,NA,NA
 1992,Western Asia,Monogastrics,NA,NA
-1992,Western Asia,Oilcrops,NA,NA
-1992,Western Asia,Pulses,NA,NA
+1992,Western Asia,FruitVeg,NA,NA
+1992,Western Asia,OilcropsPulses,NA,NA
 1992,Western Asia,Starchy Roots,NA,NA
+1992,Western Asia,Sugar,NA,NA
 1993,Western Asia,Ruminants,NA,NA
 1993,Western Asia,Cereals,NA,NA
 1993,Western Asia,Monogastrics,NA,NA
-1993,Western Asia,Oilcrops,NA,NA
-1993,Western Asia,Pulses,NA,NA
+1993,Western Asia,FruitVeg,NA,NA
+1993,Western Asia,OilcropsPulses,NA,NA
 1993,Western Asia,Starchy Roots,NA,NA
+1993,Western Asia,Sugar,NA,NA
 1994,Western Asia,Ruminants,NA,NA
 1994,Western Asia,Cereals,NA,NA
 1994,Western Asia,Monogastrics,NA,NA
-1994,Western Asia,Oilcrops,NA,NA
-1994,Western Asia,Pulses,NA,NA
+1994,Western Asia,FruitVeg,NA,NA
+1994,Western Asia,OilcropsPulses,NA,NA
 1994,Western Asia,Starchy Roots,NA,NA
+1994,Western Asia,Sugar,NA,NA
 1995,Western Asia,Ruminants,NA,NA
 1995,Western Asia,Cereals,NA,NA
 1995,Western Asia,Monogastrics,NA,NA
-1995,Western Asia,Oilcrops,NA,NA
-1995,Western Asia,Pulses,NA,NA
+1995,Western Asia,FruitVeg,NA,NA
+1995,Western Asia,OilcropsPulses,NA,NA
 1995,Western Asia,Starchy Roots,NA,NA
+1995,Western Asia,Sugar,NA,NA
 1996,Western Asia,Ruminants,NA,NA
 1996,Western Asia,Cereals,NA,NA
 1996,Western Asia,Monogastrics,NA,NA
-1996,Western Asia,Oilcrops,NA,NA
-1996,Western Asia,Pulses,NA,NA
+1996,Western Asia,FruitVeg,NA,NA
+1996,Western Asia,OilcropsPulses,NA,NA
 1996,Western Asia,Starchy Roots,NA,NA
+1996,Western Asia,Sugar,NA,NA
 1997,Western Asia,Ruminants,NA,NA
 1997,Western Asia,Cereals,NA,NA
 1997,Western Asia,Monogastrics,NA,NA
-1997,Western Asia,Oilcrops,NA,NA
-1997,Western Asia,Pulses,NA,NA
+1997,Western Asia,FruitVeg,NA,NA
+1997,Western Asia,OilcropsPulses,NA,NA
 1997,Western Asia,Starchy Roots,NA,NA
+1997,Western Asia,Sugar,NA,NA
 1998,Western Asia,Ruminants,NA,NA
 1998,Western Asia,Cereals,NA,NA
 1998,Western Asia,Monogastrics,NA,NA
-1998,Western Asia,Oilcrops,NA,NA
-1998,Western Asia,Pulses,NA,NA
+1998,Western Asia,FruitVeg,NA,NA
+1998,Western Asia,OilcropsPulses,NA,NA
 1998,Western Asia,Starchy Roots,NA,NA
+1998,Western Asia,Sugar,NA,NA
 1999,Western Asia,Ruminants,NA,NA
 1999,Western Asia,Cereals,NA,NA
 1999,Western Asia,Monogastrics,NA,NA
-1999,Western Asia,Oilcrops,NA,NA
-1999,Western Asia,Pulses,NA,NA
+1999,Western Asia,FruitVeg,NA,NA
+1999,Western Asia,OilcropsPulses,NA,NA
 1999,Western Asia,Starchy Roots,NA,NA
+1999,Western Asia,Sugar,NA,NA
 2000,Western Asia,Ruminants,NA,NA
 2000,Western Asia,Cereals,NA,NA
 2000,Western Asia,Monogastrics,NA,NA
-2000,Western Asia,Oilcrops,NA,NA
-2000,Western Asia,Pulses,NA,NA
+2000,Western Asia,FruitVeg,NA,NA
+2000,Western Asia,OilcropsPulses,NA,NA
 2000,Western Asia,Starchy Roots,NA,NA
+2000,Western Asia,Sugar,NA,NA
 2001,Western Asia,Ruminants,NA,NA
 2001,Western Asia,Cereals,NA,NA
 2001,Western Asia,Monogastrics,NA,NA
-2001,Western Asia,Oilcrops,NA,NA
-2001,Western Asia,Pulses,NA,NA
+2001,Western Asia,FruitVeg,NA,NA
+2001,Western Asia,OilcropsPulses,NA,NA
 2001,Western Asia,Starchy Roots,NA,NA
+2001,Western Asia,Sugar,NA,NA
 2002,Western Asia,Ruminants,NA,NA
 2002,Western Asia,Cereals,NA,NA
 2002,Western Asia,Monogastrics,NA,NA
-2002,Western Asia,Oilcrops,NA,NA
-2002,Western Asia,Pulses,NA,NA
+2002,Western Asia,FruitVeg,NA,NA
+2002,Western Asia,OilcropsPulses,NA,NA
 2002,Western Asia,Starchy Roots,NA,NA
+2002,Western Asia,Sugar,NA,NA
 2003,Western Asia,Ruminants,NA,NA
 2003,Western Asia,Cereals,NA,NA
 2003,Western Asia,Monogastrics,NA,NA
-2003,Western Asia,Oilcrops,NA,NA
-2003,Western Asia,Pulses,NA,NA
+2003,Western Asia,FruitVeg,NA,NA
+2003,Western Asia,OilcropsPulses,NA,NA
 2003,Western Asia,Starchy Roots,NA,NA
+2003,Western Asia,Sugar,NA,NA
 2004,Western Asia,Ruminants,NA,NA
 2004,Western Asia,Cereals,NA,NA
 2004,Western Asia,Monogastrics,NA,NA
-2004,Western Asia,Oilcrops,NA,NA
-2004,Western Asia,Pulses,NA,NA
+2004,Western Asia,FruitVeg,NA,NA
+2004,Western Asia,OilcropsPulses,NA,NA
 2004,Western Asia,Starchy Roots,NA,NA
+2004,Western Asia,Sugar,NA,NA
 2005,Western Asia,Ruminants,NA,NA
 2005,Western Asia,Cereals,NA,NA
 2005,Western Asia,Monogastrics,NA,NA
-2005,Western Asia,Oilcrops,NA,NA
-2005,Western Asia,Pulses,NA,NA
+2005,Western Asia,FruitVeg,NA,NA
+2005,Western Asia,OilcropsPulses,NA,NA
 2005,Western Asia,Starchy Roots,NA,NA
+2005,Western Asia,Sugar,NA,NA
 2006,Western Asia,Ruminants,NA,NA
 2006,Western Asia,Cereals,NA,NA
 2006,Western Asia,Monogastrics,NA,NA
-2006,Western Asia,Oilcrops,NA,NA
-2006,Western Asia,Pulses,NA,NA
+2006,Western Asia,FruitVeg,NA,NA
+2006,Western Asia,OilcropsPulses,NA,NA
 2006,Western Asia,Starchy Roots,NA,NA
+2006,Western Asia,Sugar,NA,NA
 2007,Western Asia,Ruminants,NA,NA
 2007,Western Asia,Cereals,NA,NA
 2007,Western Asia,Monogastrics,NA,NA
-2007,Western Asia,Oilcrops,NA,NA
-2007,Western Asia,Pulses,NA,NA
+2007,Western Asia,FruitVeg,NA,NA
+2007,Western Asia,OilcropsPulses,NA,NA
 2007,Western Asia,Starchy Roots,NA,NA
+2007,Western Asia,Sugar,NA,NA
 2008,Western Asia,Ruminants,NA,NA
 2008,Western Asia,Cereals,NA,NA
 2008,Western Asia,Monogastrics,NA,NA
-2008,Western Asia,Oilcrops,NA,NA
-2008,Western Asia,Pulses,NA,NA
+2008,Western Asia,FruitVeg,NA,NA
+2008,Western Asia,OilcropsPulses,NA,NA
 2008,Western Asia,Starchy Roots,NA,NA
+2008,Western Asia,Sugar,NA,NA
 2009,Western Asia,Ruminants,NA,NA
 2009,Western Asia,Cereals,NA,NA
 2009,Western Asia,Monogastrics,NA,NA
-2009,Western Asia,Oilcrops,NA,NA
-2009,Western Asia,Pulses,NA,NA
+2009,Western Asia,FruitVeg,NA,NA
+2009,Western Asia,OilcropsPulses,NA,NA
 2009,Western Asia,Starchy Roots,NA,NA
+2009,Western Asia,Sugar,NA,NA
 2010,Western Asia,Ruminants,NA,NA
 2010,Western Asia,Cereals,NA,NA
 2010,Western Asia,Monogastrics,NA,NA
-2010,Western Asia,Oilcrops,NA,NA
-2010,Western Asia,Pulses,NA,NA
+2010,Western Asia,FruitVeg,NA,NA
+2010,Western Asia,OilcropsPulses,NA,NA
 2010,Western Asia,Starchy Roots,NA,NA
+2010,Western Asia,Sugar,NA,NA
 2011,Western Asia,Ruminants,NA,NA
 2011,Western Asia,Cereals,NA,NA
 2011,Western Asia,Monogastrics,NA,NA
-2011,Western Asia,Oilcrops,NA,NA
-2011,Western Asia,Pulses,NA,NA
+2011,Western Asia,FruitVeg,NA,NA
+2011,Western Asia,OilcropsPulses,NA,NA
 2011,Western Asia,Starchy Roots,NA,NA
+2011,Western Asia,Sugar,NA,NA
 1961,Western Europe,Ruminants,NA,NA
 1961,Western Europe,Cereals,NA,NA
 1961,Western Europe,Monogastrics,NA,NA
-1961,Western Europe,Oilcrops,NA,NA
-1961,Western Europe,Pulses,NA,NA
+1961,Western Europe,FruitVeg,NA,NA
+1961,Western Europe,OilcropsPulses,NA,NA
 1961,Western Europe,Starchy Roots,NA,NA
+1961,Western Europe,Sugar,NA,NA
 1962,Western Europe,Ruminants,NA,NA
 1962,Western Europe,Cereals,NA,NA
 1962,Western Europe,Monogastrics,NA,NA
-1962,Western Europe,Oilcrops,NA,NA
-1962,Western Europe,Pulses,NA,NA
+1962,Western Europe,FruitVeg,NA,NA
+1962,Western Europe,OilcropsPulses,NA,NA
 1962,Western Europe,Starchy Roots,NA,NA
+1962,Western Europe,Sugar,NA,NA
 1963,Western Europe,Ruminants,NA,NA
 1963,Western Europe,Cereals,NA,NA
 1963,Western Europe,Monogastrics,NA,NA
-1963,Western Europe,Oilcrops,NA,NA
-1963,Western Europe,Pulses,NA,NA
+1963,Western Europe,FruitVeg,NA,NA
+1963,Western Europe,OilcropsPulses,NA,NA
 1963,Western Europe,Starchy Roots,NA,NA
+1963,Western Europe,Sugar,NA,NA
 1964,Western Europe,Ruminants,NA,NA
 1964,Western Europe,Cereals,NA,NA
 1964,Western Europe,Monogastrics,NA,NA
-1964,Western Europe,Oilcrops,NA,NA
-1964,Western Europe,Pulses,NA,NA
+1964,Western Europe,FruitVeg,NA,NA
+1964,Western Europe,OilcropsPulses,NA,NA
 1964,Western Europe,Starchy Roots,NA,NA
+1964,Western Europe,Sugar,NA,NA
 1965,Western Europe,Ruminants,NA,NA
 1965,Western Europe,Cereals,NA,NA
 1965,Western Europe,Monogastrics,NA,NA
-1965,Western Europe,Oilcrops,NA,NA
-1965,Western Europe,Pulses,NA,NA
+1965,Western Europe,FruitVeg,NA,NA
+1965,Western Europe,OilcropsPulses,NA,NA
 1965,Western Europe,Starchy Roots,NA,NA
+1965,Western Europe,Sugar,NA,NA
 1966,Western Europe,Ruminants,NA,NA
 1966,Western Europe,Cereals,NA,NA
 1966,Western Europe,Monogastrics,NA,NA
-1966,Western Europe,Oilcrops,NA,NA
-1966,Western Europe,Pulses,NA,NA
+1966,Western Europe,FruitVeg,NA,NA
+1966,Western Europe,OilcropsPulses,NA,NA
 1966,Western Europe,Starchy Roots,NA,NA
+1966,Western Europe,Sugar,NA,NA
 1967,Western Europe,Ruminants,NA,NA
 1967,Western Europe,Cereals,NA,NA
 1967,Western Europe,Monogastrics,NA,NA
-1967,Western Europe,Oilcrops,NA,NA
-1967,Western Europe,Pulses,NA,NA
+1967,Western Europe,FruitVeg,NA,NA
+1967,Western Europe,OilcropsPulses,NA,NA
 1967,Western Europe,Starchy Roots,NA,NA
+1967,Western Europe,Sugar,NA,NA
 1968,Western Europe,Ruminants,NA,NA
 1968,Western Europe,Cereals,NA,NA
 1968,Western Europe,Monogastrics,NA,NA
-1968,Western Europe,Oilcrops,NA,NA
-1968,Western Europe,Pulses,NA,NA
+1968,Western Europe,FruitVeg,NA,NA
+1968,Western Europe,OilcropsPulses,NA,NA
 1968,Western Europe,Starchy Roots,NA,NA
+1968,Western Europe,Sugar,NA,NA
 1969,Western Europe,Ruminants,NA,NA
 1969,Western Europe,Cereals,NA,NA
 1969,Western Europe,Monogastrics,NA,NA
-1969,Western Europe,Oilcrops,NA,NA
-1969,Western Europe,Pulses,NA,NA
+1969,Western Europe,FruitVeg,NA,NA
+1969,Western Europe,OilcropsPulses,NA,NA
 1969,Western Europe,Starchy Roots,NA,NA
+1969,Western Europe,Sugar,NA,NA
 1970,Western Europe,Ruminants,NA,NA
 1970,Western Europe,Cereals,NA,NA
 1970,Western Europe,Monogastrics,NA,NA
-1970,Western Europe,Oilcrops,NA,NA
-1970,Western Europe,Pulses,NA,NA
+1970,Western Europe,FruitVeg,NA,NA
+1970,Western Europe,OilcropsPulses,NA,NA
 1970,Western Europe,Starchy Roots,NA,NA
+1970,Western Europe,Sugar,NA,NA
 1971,Western Europe,Ruminants,NA,NA
 1971,Western Europe,Cereals,NA,NA
 1971,Western Europe,Monogastrics,NA,NA
-1971,Western Europe,Oilcrops,NA,NA
-1971,Western Europe,Pulses,NA,NA
+1971,Western Europe,FruitVeg,NA,NA
+1971,Western Europe,OilcropsPulses,NA,NA
 1971,Western Europe,Starchy Roots,NA,NA
+1971,Western Europe,Sugar,NA,NA
 1972,Western Europe,Ruminants,NA,NA
 1972,Western Europe,Cereals,NA,NA
 1972,Western Europe,Monogastrics,NA,NA
-1972,Western Europe,Oilcrops,NA,NA
-1972,Western Europe,Pulses,NA,NA
+1972,Western Europe,FruitVeg,NA,NA
+1972,Western Europe,OilcropsPulses,NA,NA
 1972,Western Europe,Starchy Roots,NA,NA
+1972,Western Europe,Sugar,NA,NA
 1973,Western Europe,Ruminants,NA,NA
 1973,Western Europe,Cereals,NA,NA
 1973,Western Europe,Monogastrics,NA,NA
-1973,Western Europe,Oilcrops,NA,NA
-1973,Western Europe,Pulses,NA,NA
+1973,Western Europe,FruitVeg,NA,NA
+1973,Western Europe,OilcropsPulses,NA,NA
 1973,Western Europe,Starchy Roots,NA,NA
+1973,Western Europe,Sugar,NA,NA
 1974,Western Europe,Ruminants,NA,NA
 1974,Western Europe,Cereals,NA,NA
 1974,Western Europe,Monogastrics,NA,NA
-1974,Western Europe,Oilcrops,NA,NA
-1974,Western Europe,Pulses,NA,NA
+1974,Western Europe,FruitVeg,NA,NA
+1974,Western Europe,OilcropsPulses,NA,NA
 1974,Western Europe,Starchy Roots,NA,NA
+1974,Western Europe,Sugar,NA,NA
 1975,Western Europe,Ruminants,NA,NA
 1975,Western Europe,Cereals,NA,NA
 1975,Western Europe,Monogastrics,NA,NA
-1975,Western Europe,Oilcrops,NA,NA
-1975,Western Europe,Pulses,NA,NA
+1975,Western Europe,FruitVeg,NA,NA
+1975,Western Europe,OilcropsPulses,NA,NA
 1975,Western Europe,Starchy Roots,NA,NA
+1975,Western Europe,Sugar,NA,NA
 1976,Western Europe,Ruminants,NA,NA
 1976,Western Europe,Cereals,NA,NA
 1976,Western Europe,Monogastrics,NA,NA
-1976,Western Europe,Oilcrops,NA,NA
-1976,Western Europe,Pulses,NA,NA
+1976,Western Europe,FruitVeg,NA,NA
+1976,Western Europe,OilcropsPulses,NA,NA
 1976,Western Europe,Starchy Roots,NA,NA
+1976,Western Europe,Sugar,NA,NA
 1977,Western Europe,Ruminants,NA,NA
 1977,Western Europe,Cereals,NA,NA
 1977,Western Europe,Monogastrics,NA,NA
-1977,Western Europe,Oilcrops,NA,NA
-1977,Western Europe,Pulses,NA,NA
+1977,Western Europe,FruitVeg,NA,NA
+1977,Western Europe,OilcropsPulses,NA,NA
 1977,Western Europe,Starchy Roots,NA,NA
+1977,Western Europe,Sugar,NA,NA
 1978,Western Europe,Ruminants,NA,NA
 1978,Western Europe,Cereals,NA,NA
 1978,Western Europe,Monogastrics,NA,NA
-1978,Western Europe,Oilcrops,NA,NA
-1978,Western Europe,Pulses,NA,NA
+1978,Western Europe,FruitVeg,NA,NA
+1978,Western Europe,OilcropsPulses,NA,NA
 1978,Western Europe,Starchy Roots,NA,NA
+1978,Western Europe,Sugar,NA,NA
 1979,Western Europe,Ruminants,NA,NA
 1979,Western Europe,Cereals,NA,NA
 1979,Western Europe,Monogastrics,NA,NA
-1979,Western Europe,Oilcrops,NA,NA
-1979,Western Europe,Pulses,NA,NA
+1979,Western Europe,FruitVeg,NA,NA
+1979,Western Europe,OilcropsPulses,NA,NA
 1979,Western Europe,Starchy Roots,NA,NA
+1979,Western Europe,Sugar,NA,NA
 1980,Western Europe,Ruminants,NA,NA
 1980,Western Europe,Cereals,NA,NA
 1980,Western Europe,Monogastrics,NA,NA
-1980,Western Europe,Oilcrops,NA,NA
-1980,Western Europe,Pulses,NA,NA
+1980,Western Europe,FruitVeg,NA,NA
+1980,Western Europe,OilcropsPulses,NA,NA
 1980,Western Europe,Starchy Roots,NA,NA
+1980,Western Europe,Sugar,NA,NA
 1981,Western Europe,Ruminants,NA,NA
 1981,Western Europe,Cereals,NA,NA
 1981,Western Europe,Monogastrics,NA,NA
-1981,Western Europe,Oilcrops,NA,NA
-1981,Western Europe,Pulses,NA,NA
+1981,Western Europe,FruitVeg,NA,NA
+1981,Western Europe,OilcropsPulses,NA,NA
 1981,Western Europe,Starchy Roots,NA,NA
+1981,Western Europe,Sugar,NA,NA
 1982,Western Europe,Ruminants,NA,NA
 1982,Western Europe,Cereals,NA,NA
 1982,Western Europe,Monogastrics,NA,NA
-1982,Western Europe,Oilcrops,NA,NA
-1982,Western Europe,Pulses,NA,NA
+1982,Western Europe,FruitVeg,NA,NA
+1982,Western Europe,OilcropsPulses,NA,NA
 1982,Western Europe,Starchy Roots,NA,NA
+1982,Western Europe,Sugar,NA,NA
 1983,Western Europe,Ruminants,NA,NA
 1983,Western Europe,Cereals,NA,NA
 1983,Western Europe,Monogastrics,NA,NA
-1983,Western Europe,Oilcrops,NA,NA
-1983,Western Europe,Pulses,NA,NA
+1983,Western Europe,FruitVeg,NA,NA
+1983,Western Europe,OilcropsPulses,NA,NA
 1983,Western Europe,Starchy Roots,NA,NA
+1983,Western Europe,Sugar,NA,NA
 1984,Western Europe,Ruminants,NA,NA
 1984,Western Europe,Cereals,NA,NA
 1984,Western Europe,Monogastrics,NA,NA
-1984,Western Europe,Oilcrops,NA,NA
-1984,Western Europe,Pulses,NA,NA
+1984,Western Europe,FruitVeg,NA,NA
+1984,Western Europe,OilcropsPulses,NA,NA
 1984,Western Europe,Starchy Roots,NA,NA
+1984,Western Europe,Sugar,NA,NA
 1985,Western Europe,Ruminants,NA,NA
 1985,Western Europe,Cereals,NA,NA
 1985,Western Europe,Monogastrics,NA,NA
-1985,Western Europe,Oilcrops,NA,NA
-1985,Western Europe,Pulses,NA,NA
+1985,Western Europe,FruitVeg,NA,NA
+1985,Western Europe,OilcropsPulses,NA,NA
 1985,Western Europe,Starchy Roots,NA,NA
+1985,Western Europe,Sugar,NA,NA
 1986,Western Europe,Ruminants,NA,NA
 1986,Western Europe,Cereals,NA,NA
 1986,Western Europe,Monogastrics,NA,NA
-1986,Western Europe,Oilcrops,NA,NA
-1986,Western Europe,Pulses,NA,NA
+1986,Western Europe,FruitVeg,NA,NA
+1986,Western Europe,OilcropsPulses,NA,NA
 1986,Western Europe,Starchy Roots,NA,NA
+1986,Western Europe,Sugar,NA,NA
 1987,Western Europe,Ruminants,NA,NA
 1987,Western Europe,Cereals,NA,NA
 1987,Western Europe,Monogastrics,NA,NA
-1987,Western Europe,Oilcrops,NA,NA
-1987,Western Europe,Pulses,NA,NA
+1987,Western Europe,FruitVeg,NA,NA
+1987,Western Europe,OilcropsPulses,NA,NA
 1987,Western Europe,Starchy Roots,NA,NA
+1987,Western Europe,Sugar,NA,NA
 1988,Western Europe,Ruminants,NA,NA
 1988,Western Europe,Cereals,NA,NA
 1988,Western Europe,Monogastrics,NA,NA
-1988,Western Europe,Oilcrops,NA,NA
-1988,Western Europe,Pulses,NA,NA
+1988,Western Europe,FruitVeg,NA,NA
+1988,Western Europe,OilcropsPulses,NA,NA
 1988,Western Europe,Starchy Roots,NA,NA
+1988,Western Europe,Sugar,NA,NA
 1989,Western Europe,Ruminants,NA,NA
 1989,Western Europe,Cereals,NA,NA
 1989,Western Europe,Monogastrics,NA,NA
-1989,Western Europe,Oilcrops,NA,NA
-1989,Western Europe,Pulses,NA,NA
+1989,Western Europe,FruitVeg,NA,NA
+1989,Western Europe,OilcropsPulses,NA,NA
 1989,Western Europe,Starchy Roots,NA,NA
+1989,Western Europe,Sugar,NA,NA
 1990,Western Europe,Ruminants,NA,NA
 1990,Western Europe,Cereals,NA,NA
 1990,Western Europe,Monogastrics,NA,NA
-1990,Western Europe,Oilcrops,NA,NA
-1990,Western Europe,Pulses,NA,NA
+1990,Western Europe,FruitVeg,NA,NA
+1990,Western Europe,OilcropsPulses,NA,NA
 1990,Western Europe,Starchy Roots,NA,NA
+1990,Western Europe,Sugar,NA,NA
 1991,Western Europe,Ruminants,NA,NA
 1991,Western Europe,Cereals,NA,NA
 1991,Western Europe,Monogastrics,NA,NA
-1991,Western Europe,Oilcrops,NA,NA
-1991,Western Europe,Pulses,NA,NA
+1991,Western Europe,FruitVeg,NA,NA
+1991,Western Europe,OilcropsPulses,NA,NA
 1991,Western Europe,Starchy Roots,NA,NA
+1991,Western Europe,Sugar,NA,NA
 1992,Western Europe,Ruminants,NA,NA
 1992,Western Europe,Cereals,NA,NA
 1992,Western Europe,Monogastrics,NA,NA
-1992,Western Europe,Oilcrops,NA,NA
-1992,Western Europe,Pulses,NA,NA
+1992,Western Europe,FruitVeg,NA,NA
+1992,Western Europe,OilcropsPulses,NA,NA
 1992,Western Europe,Starchy Roots,NA,NA
+1992,Western Europe,Sugar,NA,NA
 1993,Western Europe,Ruminants,NA,NA
 1993,Western Europe,Cereals,NA,NA
 1993,Western Europe,Monogastrics,NA,NA
-1993,Western Europe,Oilcrops,NA,NA
-1993,Western Europe,Pulses,NA,NA
+1993,Western Europe,FruitVeg,NA,NA
+1993,Western Europe,OilcropsPulses,NA,NA
 1993,Western Europe,Starchy Roots,NA,NA
+1993,Western Europe,Sugar,NA,NA
 1994,Western Europe,Ruminants,NA,NA
 1994,Western Europe,Cereals,NA,NA
 1994,Western Europe,Monogastrics,NA,NA
-1994,Western Europe,Oilcrops,NA,NA
-1994,Western Europe,Pulses,NA,NA
+1994,Western Europe,FruitVeg,NA,NA
+1994,Western Europe,OilcropsPulses,NA,NA
 1994,Western Europe,Starchy Roots,NA,NA
+1994,Western Europe,Sugar,NA,NA
 1995,Western Europe,Ruminants,NA,NA
 1995,Western Europe,Cereals,NA,NA
 1995,Western Europe,Monogastrics,NA,NA
-1995,Western Europe,Oilcrops,NA,NA
-1995,Western Europe,Pulses,NA,NA
+1995,Western Europe,FruitVeg,NA,NA
+1995,Western Europe,OilcropsPulses,NA,NA
 1995,Western Europe,Starchy Roots,NA,NA
+1995,Western Europe,Sugar,NA,NA
 1996,Western Europe,Ruminants,NA,NA
 1996,Western Europe,Cereals,NA,NA
 1996,Western Europe,Monogastrics,NA,NA
-1996,Western Europe,Oilcrops,NA,NA
-1996,Western Europe,Pulses,NA,NA
+1996,Western Europe,FruitVeg,NA,NA
+1996,Western Europe,OilcropsPulses,NA,NA
 1996,Western Europe,Starchy Roots,NA,NA
+1996,Western Europe,Sugar,NA,NA
 1997,Western Europe,Ruminants,NA,NA
 1997,Western Europe,Cereals,NA,NA
 1997,Western Europe,Monogastrics,NA,NA
-1997,Western Europe,Oilcrops,NA,NA
-1997,Western Europe,Pulses,NA,NA
+1997,Western Europe,FruitVeg,NA,NA
+1997,Western Europe,OilcropsPulses,NA,NA
 1997,Western Europe,Starchy Roots,NA,NA
+1997,Western Europe,Sugar,NA,NA
 1998,Western Europe,Ruminants,NA,NA
 1998,Western Europe,Cereals,NA,NA
 1998,Western Europe,Monogastrics,NA,NA
-1998,Western Europe,Oilcrops,NA,NA
-1998,Western Europe,Pulses,NA,NA
+1998,Western Europe,FruitVeg,NA,NA
+1998,Western Europe,OilcropsPulses,NA,NA
 1998,Western Europe,Starchy Roots,NA,NA
+1998,Western Europe,Sugar,NA,NA
 1999,Western Europe,Ruminants,NA,NA
 1999,Western Europe,Cereals,NA,NA
 1999,Western Europe,Monogastrics,NA,NA
-1999,Western Europe,Oilcrops,NA,NA
-1999,Western Europe,Pulses,NA,NA
+1999,Western Europe,FruitVeg,NA,NA
+1999,Western Europe,OilcropsPulses,NA,NA
 1999,Western Europe,Starchy Roots,NA,NA
+1999,Western Europe,Sugar,NA,NA
 2000,Western Europe,Ruminants,NA,NA
 2000,Western Europe,Cereals,NA,NA
 2000,Western Europe,Monogastrics,NA,NA
-2000,Western Europe,Oilcrops,NA,NA
-2000,Western Europe,Pulses,NA,NA
+2000,Western Europe,FruitVeg,NA,NA
+2000,Western Europe,OilcropsPulses,NA,NA
 2000,Western Europe,Starchy Roots,NA,NA
+2000,Western Europe,Sugar,NA,NA
 2001,Western Europe,Ruminants,NA,NA
 2001,Western Europe,Cereals,NA,NA
 2001,Western Europe,Monogastrics,NA,NA
-2001,Western Europe,Oilcrops,NA,NA
-2001,Western Europe,Pulses,NA,NA
+2001,Western Europe,FruitVeg,NA,NA
+2001,Western Europe,OilcropsPulses,NA,NA
 2001,Western Europe,Starchy Roots,NA,NA
+2001,Western Europe,Sugar,NA,NA
 2002,Western Europe,Ruminants,NA,NA
 2002,Western Europe,Cereals,NA,NA
 2002,Western Europe,Monogastrics,NA,NA
-2002,Western Europe,Oilcrops,NA,NA
-2002,Western Europe,Pulses,NA,NA
+2002,Western Europe,FruitVeg,NA,NA
+2002,Western Europe,OilcropsPulses,NA,NA
 2002,Western Europe,Starchy Roots,NA,NA
+2002,Western Europe,Sugar,NA,NA
 2003,Western Europe,Ruminants,NA,NA
 2003,Western Europe,Cereals,NA,NA
 2003,Western Europe,Monogastrics,NA,NA
-2003,Western Europe,Oilcrops,NA,NA
-2003,Western Europe,Pulses,NA,NA
+2003,Western Europe,FruitVeg,NA,NA
+2003,Western Europe,OilcropsPulses,NA,NA
 2003,Western Europe,Starchy Roots,NA,NA
+2003,Western Europe,Sugar,NA,NA
 2004,Western Europe,Ruminants,NA,NA
 2004,Western Europe,Cereals,NA,NA
 2004,Western Europe,Monogastrics,NA,NA
-2004,Western Europe,Oilcrops,NA,NA
-2004,Western Europe,Pulses,NA,NA
+2004,Western Europe,FruitVeg,NA,NA
+2004,Western Europe,OilcropsPulses,NA,NA
 2004,Western Europe,Starchy Roots,NA,NA
+2004,Western Europe,Sugar,NA,NA
 2005,Western Europe,Ruminants,NA,NA
 2005,Western Europe,Cereals,NA,NA
 2005,Western Europe,Monogastrics,NA,NA
-2005,Western Europe,Oilcrops,NA,NA
-2005,Western Europe,Pulses,NA,NA
+2005,Western Europe,FruitVeg,NA,NA
+2005,Western Europe,OilcropsPulses,NA,NA
 2005,Western Europe,Starchy Roots,NA,NA
+2005,Western Europe,Sugar,NA,NA
 2006,Western Europe,Ruminants,NA,NA
 2006,Western Europe,Cereals,NA,NA
 2006,Western Europe,Monogastrics,NA,NA
-2006,Western Europe,Oilcrops,NA,NA
-2006,Western Europe,Pulses,NA,NA
+2006,Western Europe,FruitVeg,NA,NA
+2006,Western Europe,OilcropsPulses,NA,NA
 2006,Western Europe,Starchy Roots,NA,NA
+2006,Western Europe,Sugar,NA,NA
 2007,Western Europe,Ruminants,NA,NA
 2007,Western Europe,Cereals,NA,NA
 2007,Western Europe,Monogastrics,NA,NA
-2007,Western Europe,Oilcrops,NA,NA
-2007,Western Europe,Pulses,NA,NA
+2007,Western Europe,FruitVeg,NA,NA
+2007,Western Europe,OilcropsPulses,NA,NA
 2007,Western Europe,Starchy Roots,NA,NA
+2007,Western Europe,Sugar,NA,NA
 2008,Western Europe,Ruminants,NA,NA
 2008,Western Europe,Cereals,NA,NA
 2008,Western Europe,Monogastrics,NA,NA
-2008,Western Europe,Oilcrops,NA,NA
-2008,Western Europe,Pulses,NA,NA
+2008,Western Europe,FruitVeg,NA,NA
+2008,Western Europe,OilcropsPulses,NA,NA
 2008,Western Europe,Starchy Roots,NA,NA
+2008,Western Europe,Sugar,NA,NA
 2009,Western Europe,Ruminants,NA,NA
 2009,Western Europe,Cereals,NA,NA
 2009,Western Europe,Monogastrics,NA,NA
-2009,Western Europe,Oilcrops,NA,NA
-2009,Western Europe,Pulses,NA,NA
+2009,Western Europe,FruitVeg,NA,NA
+2009,Western Europe,OilcropsPulses,NA,NA
 2009,Western Europe,Starchy Roots,NA,NA
+2009,Western Europe,Sugar,NA,NA
 2010,Western Europe,Ruminants,NA,NA
 2010,Western Europe,Cereals,NA,NA
 2010,Western Europe,Monogastrics,NA,NA
-2010,Western Europe,Oilcrops,NA,NA
-2010,Western Europe,Pulses,NA,NA
+2010,Western Europe,FruitVeg,NA,NA
+2010,Western Europe,OilcropsPulses,NA,NA
 2010,Western Europe,Starchy Roots,NA,NA
+2010,Western Europe,Sugar,NA,NA
 2011,Western Europe,Ruminants,NA,NA
 2011,Western Europe,Cereals,NA,NA
 2011,Western Europe,Monogastrics,NA,NA
-2011,Western Europe,Oilcrops,NA,NA
-2011,Western Europe,Pulses,NA,NA
+2011,Western Europe,FruitVeg,NA,NA
+2011,Western Europe,OilcropsPulses,NA,NA
 2011,Western Europe,Starchy Roots,NA,NA
-1961,World,Ruminants,NA,NA
-1961,World,Cereals,NA,NA
-1961,World,Monogastrics,NA,NA
-1961,World,Oilcrops,NA,NA
-1961,World,Pulses,NA,NA
-1961,World,Starchy Roots,NA,NA
-1962,World,Ruminants,NA,NA
-1962,World,Cereals,NA,NA
-1962,World,Monogastrics,NA,NA
-1962,World,Oilcrops,NA,NA
-1962,World,Pulses,NA,NA
-1962,World,Starchy Roots,NA,NA
-1963,World,Ruminants,NA,NA
-1963,World,Cereals,NA,NA
-1963,World,Monogastrics,NA,NA
-1963,World,Oilcrops,NA,NA
-1963,World,Pulses,NA,NA
-1963,World,Starchy Roots,NA,NA
-1964,World,Ruminants,NA,NA
-1964,World,Cereals,NA,NA
-1964,World,Monogastrics,NA,NA
-1964,World,Oilcrops,NA,NA
-1964,World,Pulses,NA,NA
-1964,World,Starchy Roots,NA,NA
-1965,World,Ruminants,NA,NA
-1965,World,Cereals,NA,NA
-1965,World,Monogastrics,NA,NA
-1965,World,Oilcrops,NA,NA
-1965,World,Pulses,NA,NA
-1965,World,Starchy Roots,NA,NA
-1966,World,Ruminants,NA,NA
-1966,World,Cereals,NA,NA
-1966,World,Monogastrics,NA,NA
-1966,World,Oilcrops,NA,NA
-1966,World,Pulses,NA,NA
-1966,World,Starchy Roots,NA,NA
-1967,World,Ruminants,NA,NA
-1967,World,Cereals,NA,NA
-1967,World,Monogastrics,NA,NA
-1967,World,Oilcrops,NA,NA
-1967,World,Pulses,NA,NA
-1967,World,Starchy Roots,NA,NA
-1968,World,Ruminants,NA,NA
-1968,World,Cereals,NA,NA
-1968,World,Monogastrics,NA,NA
-1968,World,Oilcrops,NA,NA
-1968,World,Pulses,NA,NA
-1968,World,Starchy Roots,NA,NA
-1969,World,Ruminants,NA,NA
-1969,World,Cereals,NA,NA
-1969,World,Monogastrics,NA,NA
-1969,World,Oilcrops,NA,NA
-1969,World,Pulses,NA,NA
-1969,World,Starchy Roots,NA,NA
-1970,World,Ruminants,NA,NA
-1970,World,Cereals,NA,NA
-1970,World,Monogastrics,NA,NA
-1970,World,Oilcrops,NA,NA
-1970,World,Pulses,NA,NA
-1970,World,Starchy Roots,NA,NA
-1971,World,Ruminants,NA,NA
-1971,World,Cereals,NA,NA
-1971,World,Monogastrics,NA,NA
-1971,World,Oilcrops,NA,NA
-1971,World,Pulses,NA,NA
-1971,World,Starchy Roots,NA,NA
-1972,World,Ruminants,NA,NA
-1972,World,Cereals,NA,NA
-1972,World,Monogastrics,NA,NA
-1972,World,Oilcrops,NA,NA
-1972,World,Pulses,NA,NA
-1972,World,Starchy Roots,NA,NA
-1973,World,Ruminants,NA,NA
-1973,World,Cereals,NA,NA
-1973,World,Monogastrics,NA,NA
-1973,World,Oilcrops,NA,NA
-1973,World,Pulses,NA,NA
-1973,World,Starchy Roots,NA,NA
-1974,World,Ruminants,NA,NA
-1974,World,Cereals,NA,NA
-1974,World,Monogastrics,NA,NA
-1974,World,Oilcrops,NA,NA
-1974,World,Pulses,NA,NA
-1974,World,Starchy Roots,NA,NA
-1975,World,Ruminants,NA,NA
-1975,World,Cereals,NA,NA
-1975,World,Monogastrics,NA,NA
-1975,World,Oilcrops,NA,NA
-1975,World,Pulses,NA,NA
-1975,World,Starchy Roots,NA,NA
-1976,World,Ruminants,NA,NA
-1976,World,Cereals,NA,NA
-1976,World,Monogastrics,NA,NA
-1976,World,Oilcrops,NA,NA
-1976,World,Pulses,NA,NA
-1976,World,Starchy Roots,NA,NA
-1977,World,Ruminants,NA,NA
-1977,World,Cereals,NA,NA
-1977,World,Monogastrics,NA,NA
-1977,World,Oilcrops,NA,NA
-1977,World,Pulses,NA,NA
-1977,World,Starchy Roots,NA,NA
-1978,World,Ruminants,NA,NA
-1978,World,Cereals,NA,NA
-1978,World,Monogastrics,NA,NA
-1978,World,Oilcrops,NA,NA
-1978,World,Pulses,NA,NA
-1978,World,Starchy Roots,NA,NA
-1979,World,Ruminants,NA,NA
-1979,World,Cereals,NA,NA
-1979,World,Monogastrics,NA,NA
-1979,World,Oilcrops,NA,NA
-1979,World,Pulses,NA,NA
-1979,World,Starchy Roots,NA,NA
-1980,World,Ruminants,NA,NA
-1980,World,Cereals,NA,NA
-1980,World,Monogastrics,NA,NA
-1980,World,Oilcrops,NA,NA
-1980,World,Pulses,NA,NA
-1980,World,Starchy Roots,NA,NA
-1981,World,Ruminants,NA,NA
-1981,World,Cereals,NA,NA
-1981,World,Monogastrics,NA,NA
-1981,World,Oilcrops,NA,NA
-1981,World,Pulses,NA,NA
-1981,World,Starchy Roots,NA,NA
-1982,World,Ruminants,NA,NA
-1982,World,Cereals,NA,NA
-1982,World,Monogastrics,NA,NA
-1982,World,Oilcrops,NA,NA
-1982,World,Pulses,NA,NA
-1982,World,Starchy Roots,NA,NA
-1983,World,Ruminants,NA,NA
-1983,World,Cereals,NA,NA
-1983,World,Monogastrics,NA,NA
-1983,World,Oilcrops,NA,NA
-1983,World,Pulses,NA,NA
-1983,World,Starchy Roots,NA,NA
-1984,World,Ruminants,NA,NA
-1984,World,Cereals,NA,NA
-1984,World,Monogastrics,NA,NA
-1984,World,Oilcrops,NA,NA
-1984,World,Pulses,NA,NA
-1984,World,Starchy Roots,NA,NA
-1985,World,Ruminants,NA,NA
-1985,World,Cereals,NA,NA
-1985,World,Monogastrics,NA,NA
-1985,World,Oilcrops,NA,NA
-1985,World,Pulses,NA,NA
-1985,World,Starchy Roots,NA,NA
-1986,World,Ruminants,NA,NA
-1986,World,Cereals,NA,NA
-1986,World,Monogastrics,NA,NA
-1986,World,Oilcrops,NA,NA
-1986,World,Pulses,NA,NA
-1986,World,Starchy Roots,NA,NA
-1987,World,Ruminants,NA,NA
-1987,World,Cereals,NA,NA
-1987,World,Monogastrics,NA,NA
-1987,World,Oilcrops,NA,NA
-1987,World,Pulses,NA,NA
-1987,World,Starchy Roots,NA,NA
-1988,World,Ruminants,NA,NA
-1988,World,Cereals,NA,NA
-1988,World,Monogastrics,NA,NA
-1988,World,Oilcrops,NA,NA
-1988,World,Pulses,NA,NA
-1988,World,Starchy Roots,NA,NA
-1989,World,Ruminants,NA,NA
-1989,World,Cereals,NA,NA
-1989,World,Monogastrics,NA,NA
-1989,World,Oilcrops,NA,NA
-1989,World,Pulses,NA,NA
-1989,World,Starchy Roots,NA,NA
-1990,World,Ruminants,NA,NA
-1990,World,Cereals,NA,NA
-1990,World,Monogastrics,NA,NA
-1990,World,Oilcrops,NA,NA
-1990,World,Pulses,NA,NA
-1990,World,Starchy Roots,NA,NA
-1991,World,Ruminants,NA,NA
-1991,World,Cereals,NA,NA
-1991,World,Monogastrics,NA,NA
-1991,World,Oilcrops,NA,NA
-1991,World,Pulses,NA,NA
-1991,World,Starchy Roots,NA,NA
-1992,World,Ruminants,NA,NA
-1992,World,Cereals,NA,NA
-1992,World,Monogastrics,NA,NA
-1992,World,Oilcrops,NA,NA
-1992,World,Pulses,NA,NA
-1992,World,Starchy Roots,NA,NA
-1993,World,Ruminants,NA,NA
-1993,World,Cereals,NA,NA
-1993,World,Monogastrics,NA,NA
-1993,World,Oilcrops,NA,NA
-1993,World,Pulses,NA,NA
-1993,World,Starchy Roots,NA,NA
-1994,World,Ruminants,NA,NA
-1994,World,Cereals,NA,NA
-1994,World,Monogastrics,NA,NA
-1994,World,Oilcrops,NA,NA
-1994,World,Pulses,NA,NA
-1994,World,Starchy Roots,NA,NA
-1995,World,Ruminants,NA,NA
-1995,World,Cereals,NA,NA
-1995,World,Monogastrics,NA,NA
-1995,World,Oilcrops,NA,NA
-1995,World,Pulses,NA,NA
-1995,World,Starchy Roots,NA,NA
-1996,World,Ruminants,NA,NA
-1996,World,Cereals,NA,NA
-1996,World,Monogastrics,NA,NA
-1996,World,Oilcrops,NA,NA
-1996,World,Pulses,NA,NA
-1996,World,Starchy Roots,NA,NA
-1997,World,Ruminants,NA,NA
-1997,World,Cereals,NA,NA
-1997,World,Monogastrics,NA,NA
-1997,World,Oilcrops,NA,NA
-1997,World,Pulses,NA,NA
-1997,World,Starchy Roots,NA,NA
-1998,World,Ruminants,NA,NA
-1998,World,Cereals,NA,NA
-1998,World,Monogastrics,NA,NA
-1998,World,Oilcrops,NA,NA
-1998,World,Pulses,NA,NA
-1998,World,Starchy Roots,NA,NA
-1999,World,Ruminants,NA,NA
-1999,World,Cereals,NA,NA
-1999,World,Monogastrics,NA,NA
-1999,World,Oilcrops,NA,NA
-1999,World,Pulses,NA,NA
-1999,World,Starchy Roots,NA,NA
-2000,World,Ruminants,NA,NA
-2000,World,Cereals,NA,NA
-2000,World,Monogastrics,NA,NA
-2000,World,Oilcrops,NA,NA
-2000,World,Pulses,NA,NA
-2000,World,Starchy Roots,NA,NA
-2001,World,Ruminants,NA,NA
-2001,World,Cereals,NA,NA
-2001,World,Monogastrics,NA,NA
-2001,World,Oilcrops,NA,NA
-2001,World,Pulses,NA,NA
-2001,World,Starchy Roots,NA,NA
-2002,World,Ruminants,NA,NA
-2002,World,Cereals,NA,NA
-2002,World,Monogastrics,NA,NA
-2002,World,Oilcrops,NA,NA
-2002,World,Pulses,NA,NA
-2002,World,Starchy Roots,NA,NA
-2003,World,Ruminants,NA,NA
-2003,World,Cereals,NA,NA
-2003,World,Monogastrics,NA,NA
-2003,World,Oilcrops,NA,NA
-2003,World,Pulses,NA,NA
-2003,World,Starchy Roots,NA,NA
-2004,World,Ruminants,NA,NA
-2004,World,Cereals,NA,NA
-2004,World,Monogastrics,NA,NA
-2004,World,Oilcrops,NA,NA
-2004,World,Pulses,NA,NA
-2004,World,Starchy Roots,NA,NA
-2005,World,Ruminants,NA,NA
-2005,World,Cereals,NA,NA
-2005,World,Monogastrics,NA,NA
-2005,World,Oilcrops,NA,NA
-2005,World,Pulses,NA,NA
-2005,World,Starchy Roots,NA,NA
-2006,World,Ruminants,NA,NA
-2006,World,Cereals,NA,NA
-2006,World,Monogastrics,NA,NA
-2006,World,Oilcrops,NA,NA
-2006,World,Pulses,NA,NA
-2006,World,Starchy Roots,NA,NA
-2007,World,Ruminants,NA,NA
-2007,World,Cereals,NA,NA
-2007,World,Monogastrics,NA,NA
-2007,World,Oilcrops,NA,NA
-2007,World,Pulses,NA,NA
-2007,World,Starchy Roots,NA,NA
-2008,World,Ruminants,NA,NA
-2008,World,Cereals,NA,NA
-2008,World,Monogastrics,NA,NA
-2008,World,Oilcrops,NA,NA
-2008,World,Pulses,NA,NA
-2008,World,Starchy Roots,NA,NA
-2009,World,Ruminants,NA,NA
-2009,World,Cereals,NA,NA
-2009,World,Monogastrics,NA,NA
-2009,World,Oilcrops,NA,NA
-2009,World,Pulses,NA,NA
-2009,World,Starchy Roots,NA,NA
-2010,World,Ruminants,NA,NA
-2010,World,Cereals,NA,NA
-2010,World,Monogastrics,NA,NA
-2010,World,Oilcrops,NA,NA
-2010,World,Pulses,NA,NA
-2010,World,Starchy Roots,NA,NA
-2011,World,Ruminants,NA,NA
-2011,World,Cereals,NA,NA
-2011,World,Monogastrics,NA,NA
-2011,World,Oilcrops,NA,NA
-2011,World,Pulses,NA,NA
-2011,World,Starchy Roots,NA,NA
+2011,Western Europe,Sugar,NA,NA
+1961,World,Ruminants,2767.583892,0.403559860363575
+1961,World,Cereals,2767.583892,0.162145112311558
+1961,World,Monogastrics,2767.583892,0.0785048071453366
+1961,World,FruitVeg,2767.583892,0.124748993878015
+1961,World,OilcropsPulses,2767.583892,0.0357486171551977
+1961,World,Starchy Roots,2767.583892,0.0875701071611816
+1961,World,Sugar,2767.583892,0.021993927329882
+1962,World,Ruminants,2815.463413,0.413119201027245
+1962,World,Cereals,2815.463413,0.167135784761839
+1962,World,Monogastrics,2815.463413,0.0808321016175109
+1962,World,FruitVeg,2815.463413,0.127954649787523
+1962,World,OilcropsPulses,2815.463413,0.0362832454253598
+1962,World,Starchy Roots,2815.463413,0.0866907077794088
+1962,World,Sugar,2815.463413,0.0222142673604688
+1963,World,Ruminants,2875.215346,0.419263370090541
+1963,World,Cereals,2875.215346,0.168369908596057
+1963,World,Monogastrics,2875.215346,0.0843284075877355
+1963,World,FruitVeg,2875.215346,0.124851723019428
+1963,World,OilcropsPulses,2875.215346,0.0377064598485904
+1963,World,Starchy Roots,2875.215346,0.0834499611772732
+1963,World,Sugar,2875.215346,0.0222393206439153
+1964,World,Ruminants,2935.4924,0.41724340090269
+1964,World,Cereals,2935.4924,0.173079552173257
+1964,World,Monogastrics,2935.4924,0.0846614527770537
+1964,World,FruitVeg,2935.4924,0.125902543641401
+1964,World,OilcropsPulses,2935.4924,0.0360859329766958
+1964,World,Starchy Roots,2935.4924,0.0817054031548506
+1964,World,Sugar,2935.4924,0.0227933432905498
+1965,World,Ruminants,2997.118036,0.41515191078714
+1965,World,Cereals,2997.118036,0.172473320967329
+1965,World,Monogastrics,2997.118036,0.0892988201950148
+1965,World,FruitVeg,2997.118036,0.126136182312174
+1965,World,OilcropsPulses,2997.118036,0.0364437221651019
+1965,World,Starchy Roots,2997.118036,0.0865927020166249
+1965,World,Sugar,2997.118036,0.0235369628932426
+1966,World,Ruminants,3062.699653,0.423032986414747
+1966,World,Cereals,3062.699653,0.174282723895943
+1966,World,Monogastrics,3062.699653,0.0909407002502442
+1966,World,FruitVeg,3062.699653,0.126999326433789
+1966,World,OilcropsPulses,3062.699653,0.0358224221864304
+1966,World,Starchy Roots,3062.699653,0.0877424999009526
+1966,World,Sugar,3062.699653,0.0236943413399734
+1967,World,Ruminants,3127.938335,0.429601737337319
+1967,World,Cereals,3127.938335,0.174535877798882
+1967,World,Monogastrics,3127.938335,0.0931988929378942
+1967,World,FruitVeg,3127.938335,0.129415494055768
+1967,World,OilcropsPulses,3127.938335,0.0343581955556678
+1967,World,Starchy Roots,3127.938335,0.0856336757035205
+1967,World,Sugar,3127.938335,0.0237517291081763
+1968,World,Ruminants,3194.03008,0.43906110580524
+1968,World,Cereals,3194.03008,0.173797797483485
+1968,World,Monogastrics,3194.03008,0.0934127169209377
+1968,World,FruitVeg,3194.03008,0.130417869765334
+1968,World,OilcropsPulses,3194.03008,0.0341845518875013
+1968,World,Starchy Roots,3194.03008,0.0857276895150593
+1968,World,Sugar,3194.03008,0.0238238895984348
+1969,World,Ruminants,3264.324786,0.439541210743973
+1969,World,Cereals,3264.324786,0.174012804557984
+1969,World,Monogastrics,3264.324786,0.0921608513314153
+1969,World,FruitVeg,3264.324786,0.129378586901432
+1969,World,OilcropsPulses,3264.324786,0.0334470979935144
+1969,World,Starchy Roots,3264.324786,0.0868382423880538
+1969,World,Sugar,3264.324786,0.0246108730799558
+1970,World,Ruminants,3335.457286,0.436335284792491
+1970,World,Cereals,3335.457286,0.179140274860651
+1970,World,Monogastrics,3335.457286,0.094216873086349
+1970,World,FruitVeg,3335.457286,0.128431976868074
+1970,World,OilcropsPulses,3335.457286,0.0345286130580657
+1970,World,Starchy Roots,3335.457286,0.0873176344432432
+1970,World,Sugar,3335.457286,0.0251684710076662
+1971,World,Ruminants,3408.503927,0.427404347625972
+1971,World,Cereals,3408.503927,0.175977118362287
+1971,World,Monogastrics,3408.503927,0.0997873892430461
+1971,World,FruitVeg,3408.503927,0.129061141316385
+1971,World,OilcropsPulses,3408.503927,0.034997770152195
+1971,World,Starchy Roots,3408.503927,0.0831584035314506
+1971,World,Sugar,3408.503927,0.0253162923816693
+1972,World,Ruminants,3480.649179,0.42411028178488
+1972,World,Cereals,3480.649179,0.175959752190814
+1972,World,Monogastrics,3480.649179,0.102298380930852
+1972,World,FruitVeg,3480.649179,0.124622663098906
+1972,World,OilcropsPulses,3480.649179,0.0342826874710432
+1972,World,Starchy Roots,3480.649179,0.0803649444729058
+1972,World,Sugar,3480.649179,0.0249566070961959
+1973,World,Ruminants,3551.969081,0.417033095283298
+1973,World,Cereals,3551.969081,0.180079349626523
+1973,World,Monogastrics,3551.969081,0.101721942719805
+1973,World,FruitVeg,3551.969081,0.130838219421989
+1973,World,OilcropsPulses,3551.969081,0.0341756496838155
+1973,World,Starchy Roots,3551.969081,0.0843020305558792
+1973,World,Sugar,3551.969081,0.025197764383355
+1974,World,Ruminants,3624.0005,0.429694403215452
+1974,World,Cereals,3624.0005,0.178085659756393
+1974,World,Monogastrics,3624.0005,0.102124299844881
+1974,World,FruitVeg,3624.0005,0.129964235656149
+1974,World,OilcropsPulses,3624.0005,0.0330680260667734
+1974,World,Starchy Roots,3624.0005,0.0829335211184436
+1974,World,Sugar,3624.0005,0.0253484297256582
+1975,World,Ruminants,3694.517356,0.438526189373246
+1975,World,Cereals,3694.517356,0.1806356234641
+1975,World,Monogastrics,3694.517356,0.10099868963777
+1975,World,FruitVeg,3694.517356,0.130353411445714
+1975,World,OilcropsPulses,3694.517356,0.0344020397667337
+1975,World,Starchy Roots,3694.517356,0.0815426928528956
+1975,World,Sugar,3694.517356,0.0247560382552984
+1976,World,Ruminants,3763.094724,0.449016991181113
+1976,World,Cereals,3763.094724,0.178685227536675
+1976,World,Monogastrics,3763.094724,0.100849378619043
+1976,World,FruitVeg,3763.094724,0.129768691148153
+1976,World,OilcropsPulses,3763.094724,0.0337825394586055
+1976,World,Starchy Roots,3763.094724,0.0782211776713171
+1976,World,Sugar,3763.094724,0.0254465922394357
+1977,World,Ruminants,3831.581544,0.44580017770333
+1977,World,Cereals,3831.581544,0.181872206032319
+1977,World,Monogastrics,3831.581544,0.101553567014467
+1977,World,FruitVeg,3831.581544,0.129316701030649
+1977,World,OilcropsPulses,3831.581544,0.0337506615779857
+1977,World,Starchy Roots,3831.581544,0.0796714968726241
+1977,World,Sugar,3831.581544,0.0258466768520378
+1978,World,Ruminants,3901.363833,0.442780057550198
+1978,World,Cereals,3901.363833,0.18676021109257
+1978,World,Monogastrics,3901.363833,0.106210294050265
+1978,World,FruitVeg,3901.363833,0.132615438894391
+1978,World,OilcropsPulses,3901.363833,0.0343529823766631
+1978,World,Starchy Roots,3901.363833,0.0799530201109546
+1978,World,Sugar,3901.363833,0.0263855252692091
+1979,World,Ruminants,3972.557994,0.430240893092422
+1979,World,Cereals,3972.557994,0.186588139208925
+1979,World,Monogastrics,3972.557994,0.113325287932851
+1979,World,FruitVeg,3972.557994,0.137253811227809
+1979,World,OilcropsPulses,3972.557994,0.0333029048788759
+1979,World,Starchy Roots,3972.557994,0.0757508591327062
+1979,World,Sugar,3972.557994,0.02671922176097
+1980,World,Ruminants,4044.337565,0.425180573768451
+1980,World,Cereals,4044.337565,0.187964929678168
+1980,World,Monogastrics,4044.337565,0.116994148632596
+1980,World,FruitVeg,4044.337565,0.134931207701996
+1980,World,OilcropsPulses,4044.337565,0.0335701204011639
+1980,World,Starchy Roots,4044.337565,0.0731430814677805
+1980,World,Sugar,4044.337565,0.0264726000931626
+1981,World,Ruminants,4117.660296,0.420672595498636
+1981,World,Cereals,4117.660296,0.189649451354352
+1981,World,Monogastrics,4117.660296,0.116710017790161
+1981,World,FruitVeg,4117.660296,0.134349788042836
+1981,World,OilcropsPulses,4117.660296,0.0343973673927374
+1981,World,Starchy Roots,4117.660296,0.0707146525134331
+1981,World,Sugar,4117.660296,0.0261479260697129
+1982,World,Ruminants,4193.814591,0.414986216471008
+1982,World,Cereals,4193.814591,0.19375233939616
+1982,World,Monogastrics,4193.814591,0.115954504031626
+1982,World,FruitVeg,4193.814591,0.140027872061929
+1982,World,OilcropsPulses,4193.814591,0.0348691464123908
+1982,World,Starchy Roots,4193.814591,0.0709321899061512
+1982,World,Sugar,4193.814591,0.0264296056954607
+1983,World,Ruminants,4270.524597,0.417702811793452
+1983,World,Cereals,4270.524597,0.199346896771896
+1983,World,Monogastrics,4270.524597,0.118143395112261
+1983,World,FruitVeg,4270.524597,0.139025402503729
+1983,World,OilcropsPulses,4270.524597,0.0339703906873435
+1983,World,Starchy Roots,4270.524597,0.069485467478271
+1983,World,Sugar,4270.524597,0.0261974053676198
+1984,World,Ruminants,4346.702837,0.420231347666889
+1984,World,Cereals,4346.702837,0.198452416313639
+1984,World,Monogastrics,4346.702837,0.119926356562203
+1984,World,FruitVeg,4346.702837,0.141838103758092
+1984,World,OilcropsPulses,4346.702837,0.0339024314580721
+1984,World,Starchy Roots,4346.702837,0.069212170530534
+1984,World,Sugar,4346.702837,0.0271505114164767
+1985,World,Ruminants,4424.606809,0.422765846130126
+1985,World,Cereals,4424.606809,0.199081134443013
+1985,World,Monogastrics,4424.606809,0.123678084476771
+1985,World,FruitVeg,4424.606809,0.142430234414983
+1985,World,OilcropsPulses,4424.606809,0.0343422791130094
+1985,World,Starchy Roots,4424.606809,0.0658429364632838
+1985,World,Sugar,4424.606809,0.0268625014901296
+1986,World,Ruminants,4505.275902,0.42593462716637
+1986,World,Cereals,4505.275902,0.198801905251218
+1986,World,Monogastrics,4505.275902,0.123524512461701
+1986,World,FruitVeg,4505.275902,0.147506733761852
+1986,World,OilcropsPulses,4505.275902,0.0346813039642339
+1986,World,Starchy Roots,4505.275902,0.0645095752894913
+1986,World,Sugar,4505.275902,0.0266384165166717
+1987,World,Ruminants,4588.148144,0.421558327127983
+1987,World,Cereals,4588.148144,0.200689636014508
+1987,World,Monogastrics,4588.148144,0.127595555859628
+1987,World,FruitVeg,4588.148144,0.148540686701942
+1987,World,OilcropsPulses,4588.148144,0.0347542125919638
+1987,World,Starchy Roots,4588.148144,0.0646220071136395
+1987,World,Sugar,4588.148144,0.0267363688246244
+1988,World,Ruminants,4671.956237,0.418171172693714
+1988,World,Cereals,4671.956237,0.202462917462469
+1988,World,Monogastrics,4671.956237,0.132272979979114
+1988,World,FruitVeg,4671.956237,0.147077331452324
+1988,World,OilcropsPulses,4671.956237,0.0348405106432507
+1988,World,Starchy Roots,4671.956237,0.0637566421622284
+1988,World,Sugar,4671.956237,0.0264711002685704
+1989,World,Ruminants,4755.72666,0.416723429516868
+1989,World,Cereals,4755.72666,0.203674185513429
+1989,World,Monogastrics,4755.72666,0.132213019261288
+1989,World,FruitVeg,4755.72666,0.148062176685319
+1989,World,OilcropsPulses,4755.72666,0.0350810567821827
+1989,World,Starchy Roots,4755.72666,0.0633888493919455
+1989,World,Sugar,4755.72666,0.0264782944863362
+1990,World,Ruminants,4839.283804,0.416661206196123
+1990,World,Cereals,4839.283804,0.200941337888932
+1990,World,Monogastrics,4839.283804,0.133576351931601
+1990,World,FruitVeg,4839.283804,0.147575200158689
+1990,World,OilcropsPulses,4839.283804,0.0351118214764657
+1990,World,Starchy Roots,4839.283804,0.0647493874488209
+1990,World,Sugar,4839.283804,0.0266305852724483
+1991,World,Ruminants,4922.293565,0.410016125094725
+1991,World,Cereals,4922.293565,0.198971349446526
+1991,World,Monogastrics,4922.293565,0.134556410615058
+1991,World,FruitVeg,4922.293565,0.145197282031674
+1991,World,OilcropsPulses,4922.293565,0.0355300373069074
+1991,World,Starchy Roots,4922.293565,0.0638659665151442
+1991,World,Sugar,4922.293565,0.025917204310426
+1992,World,Ruminants,5304.672902,0.375631787578973
+1992,World,Cereals,5304.672902,0.188238728654414
+1992,World,Monogastrics,5304.672902,0.128763034803234
+1992,World,FruitVeg,5304.672902,0.143204548901326
+1992,World,OilcropsPulses,5304.672902,0.0324928411580315
+1992,World,Starchy Roots,5304.672902,0.0624831087841502
+1992,World,Sugar,5304.672902,0.0243686865124639
+1993,World,Ruminants,5457.900696,0.363575910890849
+1993,World,Cereals,5457.900696,0.186027175016964
+1993,World,Monogastrics,5457.900696,0.129084824540018
+1993,World,FruitVeg,5457.900696,0.144482344022479
+1993,World,OilcropsPulses,5457.900696,0.0323875850525369
+1993,World,Starchy Roots,5457.900696,0.0632702374473543
+1993,World,Sugar,5457.900696,0.0231048654095923
+1994,World,Ruminants,5539.850976,0.364527677901204
+1994,World,Cereals,5539.850976,0.186131977280105
+1994,World,Monogastrics,5539.850976,0.132309979884917
+1994,World,FruitVeg,5539.850976,0.147911098430241
+1994,World,OilcropsPulses,5539.850976,0.0328479644648116
+1994,World,Starchy Roots,5539.850976,0.0611203267862056
+1994,World,Sugar,5539.850976,0.0235813596008183
+1995,World,Ruminants,5623.188828,0.364223029040347
+1995,World,Cereals,5623.188828,0.186920878730982
+1995,World,Monogastrics,5623.188828,0.134742278016206
+1995,World,FruitVeg,5623.188828,0.152796502177145
+1995,World,OilcropsPulses,5623.188828,0.0336014771652623
+1995,World,Starchy Roots,5623.188828,0.0619672791823949
+1995,World,Sugar,5623.188828,0.0239052482695678
+1996,World,Ruminants,5704.410097,0.362550805908511
+1996,World,Cereals,5704.410097,0.187774453762243
+1996,World,Monogastrics,5704.410097,0.134521397331437
+1996,World,FruitVeg,5704.410097,0.15905161630598
+1996,World,OilcropsPulses,5704.410097,0.0336592879430211
+1996,World,Starchy Roots,5704.410097,0.0605485359794952
+1996,World,Sugar,5704.410097,0.0242859054037608
+1997,World,Ruminants,5786.055112,0.362619642932291
+1997,World,Cereals,5786.055112,0.186551046629575
+1997,World,Monogastrics,5786.055112,0.135625628482607
+1997,World,FruitVeg,5786.055112,0.161464648178415
+1997,World,OilcropsPulses,5786.055112,0.0338061537980041
+1997,World,Starchy Roots,5786.055112,0.0621521857360421
+1997,World,Sugar,5786.055112,0.0248091879910182
+1998,World,Ruminants,5867.033466,0.362079344137152
+1998,World,Cereals,5867.033466,0.186967237933256
+1998,World,Monogastrics,5867.033466,0.141266177993197
+1998,World,FruitVeg,5867.033466,0.163377346244031
+1998,World,OilcropsPulses,5867.033466,0.0334670259063424
+1998,World,Starchy Roots,5867.033466,0.0620571929766456
+1998,World,Sugar,5867.033466,0.0246856979492811
+1999,World,Ruminants,5947.23288,0.36349187203848
+1999,World,Cereals,5947.23288,0.187035275302688
+1999,World,Monogastrics,5947.23288,0.14322490078781
+1999,World,FruitVeg,5947.23288,0.173307859604112
+1999,World,OilcropsPulses,5947.23288,0.0324081755143915
+1999,World,Starchy Roots,5947.23288,0.0628550563838018
+1999,World,Sugar,5947.23288,0.0238315009450244
+2000,World,Ruminants,6037.225767,0.363104612450051
+2000,World,Cereals,6037.225767,0.185653981026613
+2000,World,Monogastrics,6037.225767,0.145439019690052
+2000,World,FruitVeg,6037.225767,0.182389430592252
+2000,World,OilcropsPulses,6037.225767,0.0335009013751862
+2000,World,Starchy Roots,6037.225767,0.0636833106526427
+2000,World,Sugar,6037.225767,0.0240600089521217
+2001,World,Ruminants,6116.073208,0.356484160432895
+2001,World,Cereals,6116.073208,0.184358184680513
+2001,World,Monogastrics,6116.073208,0.145275346138401
+2001,World,FruitVeg,6116.073208,0.18326433969657
+2001,World,OilcropsPulses,6116.073208,0.0341585762457407
+2001,World,Starchy Roots,6116.073208,0.0638124631159582
+2001,World,Sugar,6116.073208,0.0248843736534947
+2002,World,Ruminants,6193.918905,0.361785006450613
+2002,World,Cereals,6193.918905,0.182786027935572
+2002,World,Monogastrics,6193.918905,0.14797303914653
+2002,World,FruitVeg,6193.918905,0.187304461810677
+2002,World,OilcropsPulses,6193.918905,0.0334443550484296
+2002,World,Starchy Roots,6193.918905,0.0632633242394703
+2002,World,Sugar,6193.918905,0.0251230835254211
+2003,World,Ruminants,6271.894017,0.360713027303695
+2003,World,Cereals,6271.894017,0.182246030609225
+2003,World,Monogastrics,6271.894017,0.150860674596122
+2003,World,FruitVeg,6271.894017,0.190342956810841
+2003,World,OilcropsPulses,6271.894017,0.033995349637937
+2003,World,Starchy Roots,6271.894017,0.062827567706331
+2003,World,Sugar,6271.894017,0.0250691268975249
+2004,World,Ruminants,6350.315861,0.361735713747357
+2004,World,Cereals,6350.315861,0.182402803317818
+2004,World,Monogastrics,6350.315861,0.150666284408935
+2004,World,FruitVeg,6350.315861,0.193202234007742
+2004,World,OilcropsPulses,6350.315861,0.0344387667931783
+2004,World,Starchy Roots,6350.315861,0.0645651682490381
+2004,World,Sugar,6350.315861,0.0246979076998702
+2005,World,Ruminants,6429.183948,0.364947868046285
+2005,World,Cereals,6429.183948,0.182400357259151
+2005,World,Monogastrics,6429.183948,0.152008888873683
+2005,World,FruitVeg,6429.183948,0.195518860117704
+2005,World,OilcropsPulses,6429.183948,0.0349638524606109
+2005,World,Starchy Roots,6429.183948,0.0642656093435515
+2005,World,Sugar,6429.183948,0.0247379596363044
+2006,World,Ruminants,6516.559891,0.369181078980434
+2006,World,Cereals,6516.559891,0.182715421620607
+2006,World,Monogastrics,6516.559891,0.154590419523546
+2006,World,FruitVeg,6516.559891,0.200314195961404
+2006,World,OilcropsPulses,6516.559891,0.0354120842683743
+2006,World,Starchy Roots,6516.559891,0.0610998348300149
+2006,World,Sugar,6516.559891,0.0249895769737199
+2007,World,Ruminants,6596.176006,0.375878699331966
+2007,World,Cereals,6596.176006,0.182790981760228
+2007,World,Monogastrics,6596.176006,0.158358169195281
+2007,World,FruitVeg,6596.176006,0.203345279110189
+2007,World,OilcropsPulses,6596.176006,0.0366928009167498
+2007,World,Starchy Roots,6596.176006,0.0609205310219856
+2007,World,Sugar,6596.176006,0.024726378109323
+2008,World,Ruminants,6677.143191,0.371556000378126
+2008,World,Cereals,6677.143191,0.183441822192907
+2008,World,Monogastrics,6677.143191,0.162381287892917
+2008,World,FruitVeg,6677.143191,0.207624904145926
+2008,World,OilcropsPulses,6677.143191,0.0353865722572011
+2008,World,Starchy Roots,6677.143191,0.063335813071977
+2008,World,Sugar,6677.143191,0.024997765994442
+2009,World,Ruminants,6758.303811,0.369691006482041
+2009,World,Cereals,6758.303811,0.182562696721596
+2009,World,Monogastrics,6758.303811,0.163375402168643
+2009,World,FruitVeg,6758.303811,0.209868313509589
+2009,World,OilcropsPulses,6758.303811,0.0353913117387081
+2009,World,Starchy Roots,6758.303811,0.0626864830063497
+2009,World,Sugar,6758.303811,0.0246606991429909
+2010,World,Ruminants,6839.515142,0.371560904543429
+2010,World,Cereals,6839.515142,0.183919693703925
+2010,World,Monogastrics,6839.515142,0.16595717356188
+2010,World,FruitVeg,6839.515142,0.212519837711034
+2010,World,OilcropsPulses,6839.515142,0.0370108220750248
+2010,World,Starchy Roots,6839.515142,0.0631122300394199
+2010,World,Sugar,6839.515142,0.024596650567661
+2011,World,Ruminants,6968.622337,0.366890283367067
+2011,World,Cereals,6968.622337,0.182656188618763
+2011,World,Monogastrics,6968.622337,0.165451599978132
+2011,World,FruitVeg,6968.622337,0.2151980570159
+2011,World,OilcropsPulses,6968.622337,0.0365605581245606
+2011,World,Starchy Roots,6968.622337,0.0645064503801937
+2011,World,Sugar,6968.622337,0.0245268165979533
 1961,Yemen,Ruminants,5.251663,0.211199138253921
 1961,Yemen,Cereals,5.251663,0.158221310087871
 1961,Yemen,Monogastrics,5.251663,0.00264879905660359
-1961,Yemen,Oilcrops,5.251663,0.00233316570389227
-1961,Yemen,Pulses,5.251663,0.00645376521684655
+1961,Yemen,FruitVeg,5.251663,0.0372007876362211
+1961,Yemen,OilcropsPulses,5.251663,0.00878693092073882
 1961,Yemen,Starchy Roots,5.251663,0.00415068522104332
+1961,Yemen,Sugar,5.251663,0.0103074016744791
 1962,Yemen,Ruminants,5.339285,0.210857408810356
 1962,Yemen,Cereals,5.339285,0.158143084701416
 1962,Yemen,Monogastrics,5.339285,0.00263402309485259
-1962,Yemen,Oilcrops,5.339285,0.00227521100671719
-1962,Yemen,Pulses,5.339285,0.0068548504153646
+1962,Yemen,FruitVeg,5.339285,0.0374110016603347
+1962,Yemen,OilcropsPulses,5.339285,0.00913006142208179
 1962,Yemen,Starchy Roots,5.339285,0.00417115774864987
+1962,Yemen,Sugar,5.339285,0.0111767774149535
 1963,Yemen,Ruminants,5.429501,0.209632303226392
 1963,Yemen,Cereals,5.429501,0.161219603790477
 1963,Yemen,Monogastrics,5.429501,0.00280965046327462
-1963,Yemen,Oilcrops,5.429501,0.00215249983377846
-1963,Yemen,Pulses,5.429501,0.00731724701772778
+1963,Yemen,FruitVeg,5.429501,0.0402576590371749
+1963,Yemen,OilcropsPulses,5.429501,0.00946974685150624
 1963,Yemen,Starchy Roots,5.429501,0.00441440198648089
+1963,Yemen,Sugar,5.429501,0.0100156533721976
 1964,Yemen,Ruminants,5.52269,0.221932572713659
 1964,Yemen,Cereals,5.52269,0.158476032513141
 1964,Yemen,Monogastrics,5.52269,0.0031200013037125
-1964,Yemen,Oilcrops,5.52269,0.00163615919053939
-1964,Yemen,Pulses,5.52269,0.00716190841781813
+1964,Yemen,FruitVeg,5.52269,0.0421394284307104
+1964,Yemen,OilcropsPulses,5.52269,0.00879806760835752
 1964,Yemen,Starchy Roots,5.52269,0.00469698643233642
+1964,Yemen,Sugar,5.52269,0.0100494505395016
 1965,Yemen,Ruminants,5.61917,0.223839712982522
 1965,Yemen,Cereals,5.61917,0.155678329717734
 1965,Yemen,Monogastrics,5.61917,0.00291028746238323
-1965,Yemen,Oilcrops,5.61917,0.00159810078712692
-1965,Yemen,Pulses,5.61917,0.00739628806389556
+1965,Yemen,FruitVeg,5.61917,0.0412737112420518
+1965,Yemen,OilcropsPulses,5.61917,0.00899438885102248
 1965,Yemen,Starchy Roots,5.61917,0.00474500682485136
+1965,Yemen,Sugar,5.61917,0.0141090232187316
 1966,Yemen,Ruminants,5.720538,0.211092645481946
 1966,Yemen,Cereals,5.720538,0.156900452370039
 1966,Yemen,Monogastrics,5.720538,0.00303378808077142
-1966,Yemen,Oilcrops,5.720538,0.00124009315207765
-1966,Yemen,Pulses,5.720538,0.00792233178068217
+1966,Yemen,FruitVeg,5.720538,0.0404907720217924
+1966,Yemen,OilcropsPulses,5.720538,0.00916242493275982
 1966,Yemen,Starchy Roots,5.720538,0.0048416774785868
+1966,Yemen,Sugar,5.720538,0.0150573250278208
 1967,Yemen,Ruminants,5.827223,0.208735258630054
 1967,Yemen,Cereals,5.827223,0.157029857961502
 1967,Yemen,Monogastrics,5.827223,0.00216238506746696
-1967,Yemen,Oilcrops,5.827223,0.00140049557053162
-1967,Yemen,Pulses,5.827223,0.00755471345441903
+1967,Yemen,FruitVeg,5.827223,0.0397796686346138
+1967,Yemen,OilcropsPulses,5.827223,0.00895520902495065
 1967,Yemen,Starchy Roots,5.827223,0.00517742327691938
+1967,Yemen,Sugar,5.827223,0.0152942490788494
 1968,Yemen,Ruminants,5.937125,0.179947196665053
 1968,Yemen,Cereals,5.937125,0.154812472366676
 1968,Yemen,Monogastrics,5.937125,0.00190351390614144
-1968,Yemen,Oilcrops,5.937125,0.00228982883129461
-1968,Yemen,Pulses,5.937125,0.00751575889003516
+1968,Yemen,FruitVeg,5.937125,0.0393345263911405
+1968,Yemen,OilcropsPulses,5.937125,0.00980558772132977
 1968,Yemen,Starchy Roots,5.937125,0.00548447270353917
+1968,Yemen,Sugar,5.937125,0.0176120597090343
 1969,Yemen,Ruminants,6.04723,0.180783466148964
 1969,Yemen,Cereals,6.04723,0.156788149284879
 1969,Yemen,Monogastrics,6.04723,0.00187403158140173
-1969,Yemen,Oilcrops,6.04723,0.00271860008632051
-1969,Yemen,Pulses,6.04723,0.00813446817799224
+1969,Yemen,FruitVeg,6.04723,0.0346619857356178
+1969,Yemen,OilcropsPulses,6.04723,0.0108530682643128
 1969,Yemen,Starchy Roots,6.04723,0.00514053541869583
+1969,Yemen,Sugar,6.04723,0.0162590144578592
 1970,Yemen,Ruminants,6.156234,0.156376723171991
 1970,Yemen,Cereals,6.156234,0.160621574813433
 1970,Yemen,Monogastrics,6.156234,0.00186074798326379
-1970,Yemen,Oilcrops,6.156234,0.00214952842923125
-1970,Yemen,Pulses,6.156234,0.00861208329637892
+1970,Yemen,FruitVeg,6.156234,0.0299783926341981
+1970,Yemen,OilcropsPulses,6.156234,0.0107616117256102
 1970,Yemen,Starchy Roots,6.156234,0.00215164010984638
+1970,Yemen,Sugar,6.156234,0.0167821755963142
 1971,Yemen,Ruminants,6.262934,0.156317661977597
 1971,Yemen,Cereals,6.262934,0.157370012201949
 1971,Yemen,Monogastrics,6.262934,0.00188529848789721
-1971,Yemen,Oilcrops,6.262934,0.00409153281832445
-1971,Yemen,Pulses,6.262934,0.0100310812791577
+1971,Yemen,FruitVeg,6.262934,0.0483048360401052
+1971,Yemen,OilcropsPulses,6.262934,0.0141226140974821
 1971,Yemen,Starchy Roots,6.262934,0.00775882358013034
+1971,Yemen,Sugar,6.262934,0.0140129211005577
 1972,Yemen,Ruminants,6.370599,0.152464878106439
 1972,Yemen,Cereals,6.370599,0.159370727933119
 1972,Yemen,Monogastrics,6.370599,0.00191361911179781
-1972,Yemen,Oilcrops,6.370599,0.00449125741551148
-1972,Yemen,Pulses,6.370599,0.00986029728130746
+1972,Yemen,FruitVeg,6.370599,0.047885920931454
+1972,Yemen,OilcropsPulses,6.370599,0.0143515546968189
 1972,Yemen,Starchy Roots,6.370599,0.00787210119487979
+1972,Yemen,Sugar,6.370599,0.0138118880186934
 1973,Yemen,Ruminants,6.487853,0.150871883194641
 1973,Yemen,Cereals,6.487853,0.156474414571354
 1973,Yemen,Monogastrics,6.487853,0.00192655413123571
-1973,Yemen,Oilcrops,6.487853,0.00419938614515464
-1973,Yemen,Pulses,6.487853,0.00906571095245222
+1973,Yemen,FruitVeg,6.487853,0.0662125051230353
+1973,Yemen,OilcropsPulses,6.487853,0.0132650970976069
 1973,Yemen,Starchy Roots,6.487853,0.0086726687549795
+1973,Yemen,Sugar,6.487853,0.0137031464800451
 1974,Yemen,Ruminants,6.626208,0.163869440862708
 1974,Yemen,Cereals,6.626208,0.156604199566328
 1974,Yemen,Monogastrics,6.626208,0.00193600925295433
-1974,Yemen,Oilcrops,6.626208,0.00492227228604958
-1974,Yemen,Pulses,6.626208,0.0102609214802795
+1974,Yemen,FruitVeg,6.626208,0.0667979332975965
+1974,Yemen,OilcropsPulses,6.626208,0.0151831937663291
 1974,Yemen,Starchy Roots,6.626208,0.00852946360874877
+1974,Yemen,Sugar,6.626208,0.0128405265877558
 1975,Yemen,Ruminants,6.793979,0.173569361930615
 1975,Yemen,Cereals,6.793979,0.155388322513214
 1975,Yemen,Monogastrics,6.793979,0.00188612593592061
-1975,Yemen,Oilcrops,6.793979,0.00347999309388504
-1975,Yemen,Pulses,6.793979,0.0109583794709992
+1975,Yemen,FruitVeg,6.793979,0.0742564850435952
+1975,Yemen,OilcropsPulses,6.793979,0.0144383725648843
 1975,Yemen,Starchy Roots,6.793979,0.00934665826903498
+1975,Yemen,Sugar,6.793979,0.0134576512526753
 1976,Yemen,Ruminants,6.99484,0.167195318263177
 1976,Yemen,Cereals,6.99484,0.158191466852709
 1976,Yemen,Monogastrics,6.99484,0.00240919020306397
-1976,Yemen,Oilcrops,6.99484,0.00449102481257613
-1976,Yemen,Pulses,6.99484,0.0110528618238587
+1976,Yemen,FruitVeg,6.99484,0.0733261947378353
+1976,Yemen,OilcropsPulses,6.99484,0.0155438866364349
 1976,Yemen,Starchy Roots,6.99484,0.00996906290923023
+1976,Yemen,Sugar,6.99484,0.0136045999622579
 1977,Yemen,Ruminants,7.226885,0.1962799740137
 1977,Yemen,Cereals,7.226885,0.160538738336088
 1977,Yemen,Monogastrics,7.226885,0.0110220516861691
-1977,Yemen,Oilcrops,7.226885,0.00352696908834166
-1977,Yemen,Pulses,7.226885,0.0116344732204816
+1977,Yemen,FruitVeg,7.226885,0.0810700599220826
+1977,Yemen,OilcropsPulses,7.226885,0.0151614423088232
 1977,Yemen,Starchy Roots,7.226885,0.0126062612038243
+1977,Yemen,Sugar,7.226885,0.0162293989734166
 1978,Yemen,Ruminants,7.485921,0.21534683574673
 1978,Yemen,Cereals,7.485921,0.161591740014355
 1978,Yemen,Monogastrics,7.485921,0.0214440013459934
-1978,Yemen,Oilcrops,7.485921,0.00445689982568611
-1978,Yemen,Pulses,7.485921,0.0110276344086452
+1978,Yemen,FruitVeg,7.485921,0.0836494267038084
+1978,Yemen,OilcropsPulses,7.485921,0.0154845342343314
 1978,Yemen,Starchy Roots,7.485921,0.0132925527800788
+1978,Yemen,Sugar,7.485921,0.0170894135805067
 1979,Yemen,Ruminants,7.765087,0.218786898330952
 1979,Yemen,Cereals,7.765087,0.162841446592936
 1979,Yemen,Monogastrics,7.765087,0.0282064322009528
-1979,Yemen,Oilcrops,7.765087,0.00435629375433913
-1979,Yemen,Pulses,7.765087,0.0104243519744209
+1979,Yemen,FruitVeg,7.765087,0.0846794118340207
+1979,Yemen,OilcropsPulses,7.765087,0.01478064572876
 1979,Yemen,Starchy Roots,7.765087,0.0141161328907197
+1979,Yemen,Sugar,7.765087,0.0174003201767089
 1980,Yemen,Ruminants,8.059381,0.225966746081368
 1980,Yemen,Cereals,8.059381,0.153623584739324
 1980,Yemen,Monogastrics,8.059381,0.0207236387012849
-1980,Yemen,Oilcrops,8.059381,0.00530561838433994
-1980,Yemen,Pulses,8.059381,0.0102293215818932
+1980,Yemen,FruitVeg,8.059381,0.0880014234343804
+1980,Yemen,OilcropsPulses,8.059381,0.0155349399662331
 1980,Yemen,Starchy Roots,8.059381,0.0154813378347543
+1980,Yemen,Sugar,8.059381,0.0179193662639848
 1981,Yemen,Ruminants,8.369708,0.224085129373689
 1981,Yemen,Cereals,8.369708,0.156725539290021
 1981,Yemen,Monogastrics,8.369708,0.0301250891906862
-1981,Yemen,Oilcrops,8.369708,0.00567737847007327
-1981,Yemen,Pulses,8.369708,0.00974741293244639
+1981,Yemen,FruitVeg,8.369708,0.0767409090018433
+1981,Yemen,OilcropsPulses,8.369708,0.0154247914025197
 1981,Yemen,Starchy Roots,8.369708,0.0155398491799236
+1981,Yemen,Sugar,8.369708,0.0177374168847945
 1982,Yemen,Ruminants,8.698304,0.237980518960938
 1982,Yemen,Cereals,8.698304,0.159741830131483
 1982,Yemen,Monogastrics,8.698304,0.0271248050194613
-1982,Yemen,Oilcrops,8.698304,0.00748835635084725
-1982,Yemen,Pulses,8.698304,0.00903187563920507
+1982,Yemen,FruitVeg,8.698304,0.0770198420289748
+1982,Yemen,OilcropsPulses,8.698304,0.0165202319900523
 1982,Yemen,Starchy Roots,8.698304,0.0164674630824584
+1982,Yemen,Sugar,8.698304,0.0184642891303868
 1983,Yemen,Ruminants,9.04321,0.220003217883915
 1983,Yemen,Cereals,9.04321,0.167384147885541
 1983,Yemen,Monogastrics,9.04321,0.020130318769552
-1983,Yemen,Oilcrops,9.04321,0.00317144022974143
-1983,Yemen,Pulses,9.04321,0.00475516990095331
+1983,Yemen,FruitVeg,9.04321,0.0723851375783599
+1983,Yemen,OilcropsPulses,9.04321,0.00792661013069474
 1983,Yemen,Starchy Roots,9.04321,0.0177401608499637
+1983,Yemen,Sugar,9.04321,0.0210332393033005
 1984,Yemen,Ruminants,9.40207,0.218075562083669
 1984,Yemen,Cereals,9.40207,0.160309378679376
 1984,Yemen,Monogastrics,9.40207,0.0318806284148065
-1984,Yemen,Oilcrops,9.40207,0.00404836381775503
-1984,Yemen,Pulses,9.40207,0.00441934595254024
+1984,Yemen,FruitVeg,9.40207,0.0704880946429882
+1984,Yemen,OilcropsPulses,9.40207,0.00846770977029526
 1984,Yemen,Starchy Roots,9.40207,0.021616622722443
+1984,Yemen,Sugar,9.40207,0.0239192007717449
 1985,Yemen,Ruminants,9.774242,0.219194623992326
 1985,Yemen,Cereals,9.774242,0.160698394821818
 1985,Yemen,Monogastrics,9.774242,0.0314944729217877
-1985,Yemen,Oilcrops,9.774242,0.00252756172806034
-1985,Yemen,Pulses,9.774242,0.00514014283665168
+1985,Yemen,FruitVeg,9.774242,0.0691270995745757
+1985,Yemen,OilcropsPulses,9.774242,0.00766770456471203
 1985,Yemen,Starchy Roots,9.774242,0.0208308736370554
+1985,Yemen,Sugar,9.774242,0.0236687407575953
 1986,Yemen,Ruminants,10.153613,0.200938670796297
 1986,Yemen,Cereals,10.153613,0.170921818666912
 1986,Yemen,Monogastrics,10.153613,0.0297424079487765
-1986,Yemen,Oilcrops,10.153613,0.00328552998819238
-1986,Yemen,Pulses,10.153613,0.00496581857118249
+1986,Yemen,FruitVeg,10.153613,0.0720158430304563
+1986,Yemen,OilcropsPulses,10.153613,0.00825134855937487
 1986,Yemen,Starchy Roots,10.153613,0.0204713337016095
+1986,Yemen,Sugar,10.153613,0.0235788974821081
 1987,Yemen,Ruminants,10.542601,0.186024672659053
 1987,Yemen,Cereals,10.542601,0.170673726531052
 1987,Yemen,Monogastrics,10.542601,0.0240775592285054
-1987,Yemen,Oilcrops,10.542601,0.00326987619089445
-1987,Yemen,Pulses,10.542601,0.00415172688409625
+1987,Yemen,FruitVeg,10.542601,0.0731069116625015
+1987,Yemen,OilcropsPulses,10.542601,0.0074216030749907
 1987,Yemen,Starchy Roots,10.542601,0.0106686196319106
+1987,Yemen,Sugar,10.542601,0.0274515748058757
 1988,Yemen,Ruminants,10.958983,0.191926750867302
 1988,Yemen,Cereals,10.958983,0.178469845240202
 1988,Yemen,Monogastrics,10.958983,0.0309420773807205
-1988,Yemen,Oilcrops,10.958983,0.00273556405735824
-1988,Yemen,Pulses,10.958983,0.00616863809351652
+1988,Yemen,FruitVeg,10.958983,0.0767645136414574
+1988,Yemen,OilcropsPulses,10.958983,0.00890420215087477
 1988,Yemen,Starchy Roots,10.958983,0.0108681617628205
+1988,Yemen,Sugar,10.958983,0.0282335505037283
 1989,Yemen,Ruminants,11.426912,0.185395809471535
 1989,Yemen,Cereals,11.426912,0.176471211119855
 1989,Yemen,Monogastrics,11.426912,0.023169312934238
-1989,Yemen,Oilcrops,11.426912,0.00313146718903585
-1989,Yemen,Pulses,11.426912,0.0081193414283754
+1989,Yemen,FruitVeg,11.426912,0.0822942366231577
+1989,Yemen,OilcropsPulses,11.426912,0.0112508086174112
 1989,Yemen,Starchy Roots,11.426912,0.0109929961830458
+1989,Yemen,Sugar,11.426912,0.0213890681927016
 1990,Yemen,Ruminants,11.961099,0.180971322116805
 1990,Yemen,Cereals,11.961099,0.162349797455903
 1990,Yemen,Monogastrics,11.961099,0.0167555171978762
-1990,Yemen,Oilcrops,11.961099,0.00249057381767344
-1990,Yemen,Pulses,11.961099,0.00746712321334352
+1990,Yemen,FruitVeg,11.961099,0.0707704200090644
+1990,Yemen,OilcropsPulses,11.961099,0.00995769703101696
 1990,Yemen,Starchy Roots,11.961099,0.0121951168533928
+1990,Yemen,Sugar,11.961099,0.0212698682621053
 1991,Yemen,Ruminants,12.57124,0.168588492463751
 1991,Yemen,Cereals,12.57124,0.16775099353763
 1991,Yemen,Monogastrics,12.57124,0.0156077125247788
-1991,Yemen,Oilcrops,12.57124,0.0023620581581451
-1991,Yemen,Pulses,12.57124,0.00447927173453056
+1991,Yemen,FruitVeg,12.57124,0.0682306598235337
+1991,Yemen,OilcropsPulses,12.57124,0.00684132989267566
 1991,Yemen,Starchy Roots,12.57124,0.0113277608255033
+1991,Yemen,Sugar,12.57124,0.0202375421994966
 1992,Yemen,Ruminants,13.245003,0.153033034420604
 1992,Yemen,Cereals,13.245003,0.173896600853922
 1992,Yemen,Monogastrics,13.245003,0.0169702113317755
-1992,Yemen,Oilcrops,13.245003,0.00213091684463945
-1992,Yemen,Pulses,13.245003,0.00640807706876322
+1992,Yemen,FruitVeg,13.245003,0.0655723520787424
+1992,Yemen,OilcropsPulses,13.245003,0.00853899391340266
 1992,Yemen,Starchy Roots,13.245003,0.0125288759843996
+1992,Yemen,Sugar,13.245003,0.0203405767443012
 1993,Yemen,Ruminants,13.948118,0.159207249322095
 1993,Yemen,Cereals,13.948118,0.169370376706019
 1993,Yemen,Monogastrics,13.948118,0.0223717780420269
-1993,Yemen,Oilcrops,13.948118,0.00242082838702684
-1993,Yemen,Pulses,13.948118,0.00645026088824313
+1993,Yemen,FruitVeg,13.948118,0.0659438785935135
+1993,Yemen,OilcropsPulses,13.948118,0.00887108927526997
 1993,Yemen,Starchy Roots,13.948118,0.0141117246068609
+1993,Yemen,Sugar,13.948118,0.0200321649128578
 1994,Yemen,Ruminants,14.633091,0.143898025372766
 1994,Yemen,Cereals,14.633091,0.171244407623789
 1994,Yemen,Monogastrics,14.633091,0.0203629363064851
-1994,Yemen,Oilcrops,14.633091,0.00221463804195573
-1994,Yemen,Pulses,14.633091,0.00535074920261208
+1994,Yemen,FruitVeg,14.633091,0.0614042515009303
+1994,Yemen,OilcropsPulses,14.633091,0.00756538724456781
 1994,Yemen,Starchy Roots,14.633091,0.011286473924067
+1994,Yemen,Sugar,14.633091,0.0197778446125976
 1995,Yemen,Ruminants,15.266147,0.135778294287354
 1995,Yemen,Cereals,15.266147,0.171603024653175
 1995,Yemen,Monogastrics,15.266147,0.0166155022613106
-1995,Yemen,Oilcrops,15.266147,0.00222308877282526
-1995,Yemen,Pulses,15.266147,0.00586022131190011
+1995,Yemen,FruitVeg,15.266147,0.0587397068821622
+1995,Yemen,OilcropsPulses,15.266147,0.00808331008472537
 1995,Yemen,Starchy Roots,15.266147,0.0110026452647155
+1995,Yemen,Sugar,15.266147,0.0189576977085312
 1996,Yemen,Ruminants,15.834747,0.133807164711883
 1996,Yemen,Cereals,15.834747,0.172615830237136
 1996,Yemen,Monogastrics,15.834747,0.0181782253925497
-1996,Yemen,Oilcrops,15.834747,0.00175702207303975
-1996,Yemen,Pulses,15.834747,0.00562819222814233
+1996,Yemen,FruitVeg,15.834747,0.0580753200540558
+1996,Yemen,OilcropsPulses,15.834747,0.00738521430118208
 1996,Yemen,Starchy Roots,15.834747,0.0102472745538656
+1996,Yemen,Sugar,15.834747,0.022381854285389
 1997,Yemen,Ruminants,16.349809,0.14534345936396
 1997,Yemen,Cereals,16.349809,0.172048309555176
 1997,Yemen,Monogastrics,16.349809,0.0189224228857964
-1997,Yemen,Oilcrops,16.349809,0.00220283918913059
-1997,Yemen,Pulses,16.349809,0.00506030376256995
+1997,Yemen,FruitVeg,16.349809,0.0580384761681314
+1997,Yemen,OilcropsPulses,16.349809,0.00726314295170054
 1997,Yemen,Starchy Roots,16.349809,0.0106718677875686
+1997,Yemen,Sugar,16.349809,0.02317537776741
 1998,Yemen,Ruminants,16.829935,0.145763973538816
 1998,Yemen,Cereals,16.829935,0.169292988950938
 1998,Yemen,Monogastrics,16.829935,0.0217974876314139
-1998,Yemen,Oilcrops,16.829935,0.00199751217102146
-1998,Yemen,Pulses,16.829935,0.0067223076024952
+1998,Yemen,FruitVeg,16.829935,0.0681167217817538
+1998,Yemen,OilcropsPulses,16.829935,0.00871981977351665
 1998,Yemen,Starchy Roots,16.829935,0.0104217871310852
+1998,Yemen,Sugar,16.829935,0.023032649858719
 1999,Yemen,Ruminants,17.304422,0.141846153543875
 1999,Yemen,Cereals,17.304422,0.173021670414649
 1999,Yemen,Monogastrics,17.304422,0.0221294765002841
-1999,Yemen,Oilcrops,17.304422,0.00441540318422655
-1999,Yemen,Pulses,17.304422,0.00506575718044787
+1999,Yemen,FruitVeg,17.304422,0.0616187006997402
+1999,Yemen,OilcropsPulses,17.304422,0.00948116036467442
 1999,Yemen,Starchy Roots,17.304422,0.0108435288968334
+1999,Yemen,Sugar,17.304422,0.0226780183701022
 2000,Yemen,Ruminants,17.795219,0.150412332660812
 2000,Yemen,Cereals,17.795219,0.167006374015403
 2000,Yemen,Monogastrics,17.795219,0.0270138850215892
-2000,Yemen,Oilcrops,17.795219,0.0049695932373746
-2000,Yemen,Pulses,17.795219,0.00584780664964
+2000,Yemen,FruitVeg,17.795219,0.0654988286460538
+2000,Yemen,OilcropsPulses,17.795219,0.0108173998870146
 2000,Yemen,Starchy Roots,17.795219,0.0104323526448312
+2000,Yemen,Sugar,17.795219,0.0231963989878405
 2001,Yemen,Ruminants,18.306287,0.153454449829176
 2001,Yemen,Cereals,18.306287,0.166180340120309
 2001,Yemen,Monogastrics,18.306287,0.0286275529275817
-2001,Yemen,Oilcrops,18.306287,0.00443334030543714
-2001,Yemen,Pulses,18.306287,0.00508797879111149
+2001,Yemen,FruitVeg,18.306287,0.0685086495147814
+2001,Yemen,OilcropsPulses,18.306287,0.00952131909654863
 2001,Yemen,Starchy Roots,18.306287,0.0100846228402297
+2001,Yemen,Sugar,18.306287,0.0236272380084503
 2002,Yemen,Ruminants,18.832097,0.156383073005624
 2002,Yemen,Cereals,18.832097,0.162761481103246
 2002,Yemen,Monogastrics,18.832097,0.0317495444081453
-2002,Yemen,Oilcrops,18.832097,0.00697760849468862
-2002,Yemen,Pulses,18.832097,0.00502286070425402
+2002,Yemen,FruitVeg,18.832097,0.0665687416542088
+2002,Yemen,OilcropsPulses,18.832097,0.0120004691989426
 2002,Yemen,Starchy Roots,18.832097,0.00988169294157735
+2002,Yemen,Sugar,18.832097,0.0239606348671632
 2003,Yemen,Ruminants,19.374012,0.168535685845554
 2003,Yemen,Cereals,19.374012,0.153815482306917
 2003,Yemen,Monogastrics,19.374012,0.039919315627553
-2003,Yemen,Oilcrops,19.374012,0.00609089124131853
-2003,Yemen,Pulses,19.374012,0.00523846067608506
+2003,Yemen,FruitVeg,19.374012,0.0740145097463551
+2003,Yemen,OilcropsPulses,19.374012,0.0113293519174036
 2003,Yemen,Starchy Roots,19.374012,0.00984865705667985
+2003,Yemen,Sugar,19.374012,0.0252568750344534
 2004,Yemen,Ruminants,19.931617,0.165937234294639
 2004,Yemen,Cereals,19.931617,0.154381353003121
 2004,Yemen,Monogastrics,19.931617,0.037703268129224
-2004,Yemen,Oilcrops,19.931617,0.00257851633412382
-2004,Yemen,Pulses,19.931617,0.00511749749154823
+2004,Yemen,FruitVeg,19.931617,0.0710451139011953
+2004,Yemen,OilcropsPulses,19.931617,0.00769601382567205
 2004,Yemen,Starchy Roots,19.931617,0.00884604595803742
+2004,Yemen,Sugar,19.931617,0.024897879584983
 2005,Yemen,Ruminants,20.504385,0.16518343759152
 2005,Yemen,Cereals,20.504385,0.156076078360799
 2005,Yemen,Monogastrics,20.504385,0.0389752045720952
-2005,Yemen,Oilcrops,20.504385,0.00382664488595976
-2005,Yemen,Pulses,20.504385,0.00512612302197798
+2005,Yemen,FruitVeg,20.504385,0.0734081514758916
+2005,Yemen,OilcropsPulses,20.504385,0.00895276790793774
 2005,Yemen,Starchy Roots,20.504385,0.00958053606582202
+2005,Yemen,Sugar,20.504385,0.0250083579683078
 2006,Yemen,Ruminants,21.093973,0.162866231980102
 2006,Yemen,Cereals,21.093973,0.15528658351843
 2006,Yemen,Monogastrics,21.093973,0.0345780617051136
-2006,Yemen,Oilcrops,21.093973,0.0033760354201648
-2006,Yemen,Pulses,21.093973,0.00601086386144516
+2006,Yemen,FruitVeg,21.093973,0.0816673558840717
+2006,Yemen,OilcropsPulses,21.093973,0.00938689928160997
 2006,Yemen,Starchy Roots,21.093973,0.00955979226862574
+2006,Yemen,Sugar,21.093973,0.0260359677145695
 2007,Yemen,Ruminants,21.701105,0.172989946825288
 2007,Yemen,Cereals,21.701105,0.158188903283957
 2007,Yemen,Monogastrics,21.701105,0.0387923287777281
-2007,Yemen,Oilcrops,21.701105,0.00311117797918585
-2007,Yemen,Pulses,21.701105,0.00661763536925885
+2007,Yemen,FruitVeg,21.701105,0.0887168648785396
+2007,Yemen,OilcropsPulses,21.701105,0.0097288133484447
 2007,Yemen,Starchy Roots,21.701105,0.0102294790979538
+2007,Yemen,Sugar,21.701105,0.0263490269274307
 2008,Yemen,Ruminants,22.322699,0.179318302862929
 2008,Yemen,Cereals,22.322699,0.159321639377031
 2008,Yemen,Monogastrics,22.322699,0.0355132011590534
-2008,Yemen,Oilcrops,22.322699,0.00311261644481252
-2008,Yemen,Pulses,22.322699,0.0062535000807922
+2008,Yemen,FruitVeg,22.322699,0.0915815780161709
+2008,Yemen,OilcropsPulses,22.322699,0.00936611652560472
 2008,Yemen,Starchy Roots,22.322699,0.0108165235753974
+2008,Yemen,Sugar,22.322699,0.0260143273893538
 2009,Yemen,Ruminants,22.954226,0.192092619459266
 2009,Yemen,Cereals,22.954226,0.162520313252993
 2009,Yemen,Monogastrics,22.954226,0.040603856562186
-2009,Yemen,Oilcrops,22.954226,0.00315314487188546
-2009,Yemen,Pulses,22.954226,0.00606250021237919
+2009,Yemen,FruitVeg,22.954226,0.0845189900979454
+2009,Yemen,OilcropsPulses,22.954226,0.00921564508426466
 2009,Yemen,Starchy Roots,22.954226,0.0115665847325891
+2009,Yemen,Sugar,22.954226,0.0263000808652838
 2010,Yemen,Ruminants,23.591972,0.195291720420828
 2010,Yemen,Cereals,23.591972,0.165474848817216
 2010,Yemen,Monogastrics,23.591972,0.0396127123243449
-2010,Yemen,Oilcrops,23.591972,0.00276390629829503
-2010,Yemen,Pulses,23.591972,0.00667896689602717
+2010,Yemen,FruitVeg,23.591972,0.0815529113038961
+2010,Yemen,OilcropsPulses,23.591972,0.0094428731943222
 2010,Yemen,Starchy Roots,23.591972,0.0118446647868182
+2010,Yemen,Sugar,23.591972,0.0275567892332188
 2011,Yemen,Ruminants,24.23494,0.201939352851709
 2011,Yemen,Cereals,24.23494,0.168105718437925
 2011,Yemen,Monogastrics,24.23494,0.0362604074943037
-2011,Yemen,Oilcrops,24.23494,0.00237009045617608
-2011,Yemen,Pulses,24.23494,0.00533964598220586
+2011,Yemen,FruitVeg,24.23494,0.070264254832073
+2011,Yemen,OilcropsPulses,24.23494,0.00770973643838194
 2011,Yemen,Starchy Roots,24.23494,0.0103789817511411
+2011,Yemen,Sugar,24.23494,0.0284745082925726
 2012,Yemen,Ruminants,24.882792,0.212658740224972
 2012,Yemen,Cereals,24.882792,0.165372921173798
 2012,Yemen,Monogastrics,24.882792,0.0400605406338646
-2012,Yemen,Oilcrops,24.882792,0.00324127613975152
-2012,Yemen,Pulses,24.882792,0.00583644311297543
+2012,Yemen,FruitVeg,24.882792,0.078277751146254
+2012,Yemen,OilcropsPulses,24.882792,0.00907771925272694
 2012,Yemen,Starchy Roots,24.882792,0.0113318875148737
+2012,Yemen,Sugar,24.882792,0.0277993321649757
 2013,Yemen,Ruminants,25.533217,0.220390654260292
 2013,Yemen,Cereals,25.533217,0.163249777730711
 2013,Yemen,Monogastrics,25.533217,0.0387973399513269
-2013,Yemen,Oilcrops,25.533217,0.00241548097914963
-2013,Yemen,Pulses,25.533217,0.00600942685757145
+2013,Yemen,FruitVeg,25.533217,0.0800899471461038
+2013,Yemen,OilcropsPulses,25.533217,0.00842490783672108
 2013,Yemen,Starchy Roots,25.533217,0.0105166144947579
+2013,Yemen,Sugar,25.533217,0.0270914550250366
 1961,Yugoslav SFR,Ruminants,NA,NA
 1961,Yugoslav SFR,Cereals,NA,NA
 1961,Yugoslav SFR,Monogastrics,NA,NA
-1961,Yugoslav SFR,Oilcrops,NA,NA
-1961,Yugoslav SFR,Pulses,NA,NA
+1961,Yugoslav SFR,FruitVeg,NA,NA
+1961,Yugoslav SFR,OilcropsPulses,NA,NA
 1961,Yugoslav SFR,Starchy Roots,NA,NA
+1961,Yugoslav SFR,Sugar,NA,NA
 1962,Yugoslav SFR,Ruminants,NA,NA
 1962,Yugoslav SFR,Cereals,NA,NA
 1962,Yugoslav SFR,Monogastrics,NA,NA
-1962,Yugoslav SFR,Oilcrops,NA,NA
-1962,Yugoslav SFR,Pulses,NA,NA
+1962,Yugoslav SFR,FruitVeg,NA,NA
+1962,Yugoslav SFR,OilcropsPulses,NA,NA
 1962,Yugoslav SFR,Starchy Roots,NA,NA
+1962,Yugoslav SFR,Sugar,NA,NA
 1963,Yugoslav SFR,Ruminants,NA,NA
 1963,Yugoslav SFR,Cereals,NA,NA
 1963,Yugoslav SFR,Monogastrics,NA,NA
-1963,Yugoslav SFR,Oilcrops,NA,NA
-1963,Yugoslav SFR,Pulses,NA,NA
+1963,Yugoslav SFR,FruitVeg,NA,NA
+1963,Yugoslav SFR,OilcropsPulses,NA,NA
 1963,Yugoslav SFR,Starchy Roots,NA,NA
+1963,Yugoslav SFR,Sugar,NA,NA
 1964,Yugoslav SFR,Ruminants,NA,NA
 1964,Yugoslav SFR,Cereals,NA,NA
 1964,Yugoslav SFR,Monogastrics,NA,NA
-1964,Yugoslav SFR,Oilcrops,NA,NA
-1964,Yugoslav SFR,Pulses,NA,NA
+1964,Yugoslav SFR,FruitVeg,NA,NA
+1964,Yugoslav SFR,OilcropsPulses,NA,NA
 1964,Yugoslav SFR,Starchy Roots,NA,NA
+1964,Yugoslav SFR,Sugar,NA,NA
 1965,Yugoslav SFR,Ruminants,NA,NA
 1965,Yugoslav SFR,Cereals,NA,NA
 1965,Yugoslav SFR,Monogastrics,NA,NA
-1965,Yugoslav SFR,Oilcrops,NA,NA
-1965,Yugoslav SFR,Pulses,NA,NA
+1965,Yugoslav SFR,FruitVeg,NA,NA
+1965,Yugoslav SFR,OilcropsPulses,NA,NA
 1965,Yugoslav SFR,Starchy Roots,NA,NA
+1965,Yugoslav SFR,Sugar,NA,NA
 1966,Yugoslav SFR,Ruminants,NA,NA
 1966,Yugoslav SFR,Cereals,NA,NA
 1966,Yugoslav SFR,Monogastrics,NA,NA
-1966,Yugoslav SFR,Oilcrops,NA,NA
-1966,Yugoslav SFR,Pulses,NA,NA
+1966,Yugoslav SFR,FruitVeg,NA,NA
+1966,Yugoslav SFR,OilcropsPulses,NA,NA
 1966,Yugoslav SFR,Starchy Roots,NA,NA
+1966,Yugoslav SFR,Sugar,NA,NA
 1967,Yugoslav SFR,Ruminants,NA,NA
 1967,Yugoslav SFR,Cereals,NA,NA
 1967,Yugoslav SFR,Monogastrics,NA,NA
-1967,Yugoslav SFR,Oilcrops,NA,NA
-1967,Yugoslav SFR,Pulses,NA,NA
+1967,Yugoslav SFR,FruitVeg,NA,NA
+1967,Yugoslav SFR,OilcropsPulses,NA,NA
 1967,Yugoslav SFR,Starchy Roots,NA,NA
+1967,Yugoslav SFR,Sugar,NA,NA
 1968,Yugoslav SFR,Ruminants,NA,NA
 1968,Yugoslav SFR,Cereals,NA,NA
 1968,Yugoslav SFR,Monogastrics,NA,NA
-1968,Yugoslav SFR,Oilcrops,NA,NA
-1968,Yugoslav SFR,Pulses,NA,NA
+1968,Yugoslav SFR,FruitVeg,NA,NA
+1968,Yugoslav SFR,OilcropsPulses,NA,NA
 1968,Yugoslav SFR,Starchy Roots,NA,NA
+1968,Yugoslav SFR,Sugar,NA,NA
 1969,Yugoslav SFR,Ruminants,NA,NA
 1969,Yugoslav SFR,Cereals,NA,NA
 1969,Yugoslav SFR,Monogastrics,NA,NA
-1969,Yugoslav SFR,Oilcrops,NA,NA
-1969,Yugoslav SFR,Pulses,NA,NA
+1969,Yugoslav SFR,FruitVeg,NA,NA
+1969,Yugoslav SFR,OilcropsPulses,NA,NA
 1969,Yugoslav SFR,Starchy Roots,NA,NA
+1969,Yugoslav SFR,Sugar,NA,NA
 1970,Yugoslav SFR,Ruminants,NA,NA
 1970,Yugoslav SFR,Cereals,NA,NA
 1970,Yugoslav SFR,Monogastrics,NA,NA
-1970,Yugoslav SFR,Oilcrops,NA,NA
-1970,Yugoslav SFR,Pulses,NA,NA
+1970,Yugoslav SFR,FruitVeg,NA,NA
+1970,Yugoslav SFR,OilcropsPulses,NA,NA
 1970,Yugoslav SFR,Starchy Roots,NA,NA
+1970,Yugoslav SFR,Sugar,NA,NA
 1971,Yugoslav SFR,Ruminants,NA,NA
 1971,Yugoslav SFR,Cereals,NA,NA
 1971,Yugoslav SFR,Monogastrics,NA,NA
-1971,Yugoslav SFR,Oilcrops,NA,NA
-1971,Yugoslav SFR,Pulses,NA,NA
+1971,Yugoslav SFR,FruitVeg,NA,NA
+1971,Yugoslav SFR,OilcropsPulses,NA,NA
 1971,Yugoslav SFR,Starchy Roots,NA,NA
+1971,Yugoslav SFR,Sugar,NA,NA
 1972,Yugoslav SFR,Ruminants,NA,NA
 1972,Yugoslav SFR,Cereals,NA,NA
 1972,Yugoslav SFR,Monogastrics,NA,NA
-1972,Yugoslav SFR,Oilcrops,NA,NA
-1972,Yugoslav SFR,Pulses,NA,NA
+1972,Yugoslav SFR,FruitVeg,NA,NA
+1972,Yugoslav SFR,OilcropsPulses,NA,NA
 1972,Yugoslav SFR,Starchy Roots,NA,NA
+1972,Yugoslav SFR,Sugar,NA,NA
 1973,Yugoslav SFR,Ruminants,NA,NA
 1973,Yugoslav SFR,Cereals,NA,NA
 1973,Yugoslav SFR,Monogastrics,NA,NA
-1973,Yugoslav SFR,Oilcrops,NA,NA
-1973,Yugoslav SFR,Pulses,NA,NA
+1973,Yugoslav SFR,FruitVeg,NA,NA
+1973,Yugoslav SFR,OilcropsPulses,NA,NA
 1973,Yugoslav SFR,Starchy Roots,NA,NA
+1973,Yugoslav SFR,Sugar,NA,NA
 1974,Yugoslav SFR,Ruminants,NA,NA
 1974,Yugoslav SFR,Cereals,NA,NA
 1974,Yugoslav SFR,Monogastrics,NA,NA
-1974,Yugoslav SFR,Oilcrops,NA,NA
-1974,Yugoslav SFR,Pulses,NA,NA
+1974,Yugoslav SFR,FruitVeg,NA,NA
+1974,Yugoslav SFR,OilcropsPulses,NA,NA
 1974,Yugoslav SFR,Starchy Roots,NA,NA
+1974,Yugoslav SFR,Sugar,NA,NA
 1975,Yugoslav SFR,Ruminants,NA,NA
 1975,Yugoslav SFR,Cereals,NA,NA
 1975,Yugoslav SFR,Monogastrics,NA,NA
-1975,Yugoslav SFR,Oilcrops,NA,NA
-1975,Yugoslav SFR,Pulses,NA,NA
+1975,Yugoslav SFR,FruitVeg,NA,NA
+1975,Yugoslav SFR,OilcropsPulses,NA,NA
 1975,Yugoslav SFR,Starchy Roots,NA,NA
+1975,Yugoslav SFR,Sugar,NA,NA
 1976,Yugoslav SFR,Ruminants,NA,NA
 1976,Yugoslav SFR,Cereals,NA,NA
 1976,Yugoslav SFR,Monogastrics,NA,NA
-1976,Yugoslav SFR,Oilcrops,NA,NA
-1976,Yugoslav SFR,Pulses,NA,NA
+1976,Yugoslav SFR,FruitVeg,NA,NA
+1976,Yugoslav SFR,OilcropsPulses,NA,NA
 1976,Yugoslav SFR,Starchy Roots,NA,NA
+1976,Yugoslav SFR,Sugar,NA,NA
 1977,Yugoslav SFR,Ruminants,NA,NA
 1977,Yugoslav SFR,Cereals,NA,NA
 1977,Yugoslav SFR,Monogastrics,NA,NA
-1977,Yugoslav SFR,Oilcrops,NA,NA
-1977,Yugoslav SFR,Pulses,NA,NA
+1977,Yugoslav SFR,FruitVeg,NA,NA
+1977,Yugoslav SFR,OilcropsPulses,NA,NA
 1977,Yugoslav SFR,Starchy Roots,NA,NA
+1977,Yugoslav SFR,Sugar,NA,NA
 1978,Yugoslav SFR,Ruminants,NA,NA
 1978,Yugoslav SFR,Cereals,NA,NA
 1978,Yugoslav SFR,Monogastrics,NA,NA
-1978,Yugoslav SFR,Oilcrops,NA,NA
-1978,Yugoslav SFR,Pulses,NA,NA
+1978,Yugoslav SFR,FruitVeg,NA,NA
+1978,Yugoslav SFR,OilcropsPulses,NA,NA
 1978,Yugoslav SFR,Starchy Roots,NA,NA
+1978,Yugoslav SFR,Sugar,NA,NA
 1979,Yugoslav SFR,Ruminants,NA,NA
 1979,Yugoslav SFR,Cereals,NA,NA
 1979,Yugoslav SFR,Monogastrics,NA,NA
-1979,Yugoslav SFR,Oilcrops,NA,NA
-1979,Yugoslav SFR,Pulses,NA,NA
+1979,Yugoslav SFR,FruitVeg,NA,NA
+1979,Yugoslav SFR,OilcropsPulses,NA,NA
 1979,Yugoslav SFR,Starchy Roots,NA,NA
+1979,Yugoslav SFR,Sugar,NA,NA
 1980,Yugoslav SFR,Ruminants,NA,NA
 1980,Yugoslav SFR,Cereals,NA,NA
 1980,Yugoslav SFR,Monogastrics,NA,NA
-1980,Yugoslav SFR,Oilcrops,NA,NA
-1980,Yugoslav SFR,Pulses,NA,NA
+1980,Yugoslav SFR,FruitVeg,NA,NA
+1980,Yugoslav SFR,OilcropsPulses,NA,NA
 1980,Yugoslav SFR,Starchy Roots,NA,NA
+1980,Yugoslav SFR,Sugar,NA,NA
 1981,Yugoslav SFR,Ruminants,NA,NA
 1981,Yugoslav SFR,Cereals,NA,NA
 1981,Yugoslav SFR,Monogastrics,NA,NA
-1981,Yugoslav SFR,Oilcrops,NA,NA
-1981,Yugoslav SFR,Pulses,NA,NA
+1981,Yugoslav SFR,FruitVeg,NA,NA
+1981,Yugoslav SFR,OilcropsPulses,NA,NA
 1981,Yugoslav SFR,Starchy Roots,NA,NA
+1981,Yugoslav SFR,Sugar,NA,NA
 1982,Yugoslav SFR,Ruminants,NA,NA
 1982,Yugoslav SFR,Cereals,NA,NA
 1982,Yugoslav SFR,Monogastrics,NA,NA
-1982,Yugoslav SFR,Oilcrops,NA,NA
-1982,Yugoslav SFR,Pulses,NA,NA
+1982,Yugoslav SFR,FruitVeg,NA,NA
+1982,Yugoslav SFR,OilcropsPulses,NA,NA
 1982,Yugoslav SFR,Starchy Roots,NA,NA
+1982,Yugoslav SFR,Sugar,NA,NA
 1983,Yugoslav SFR,Ruminants,NA,NA
 1983,Yugoslav SFR,Cereals,NA,NA
 1983,Yugoslav SFR,Monogastrics,NA,NA
-1983,Yugoslav SFR,Oilcrops,NA,NA
-1983,Yugoslav SFR,Pulses,NA,NA
+1983,Yugoslav SFR,FruitVeg,NA,NA
+1983,Yugoslav SFR,OilcropsPulses,NA,NA
 1983,Yugoslav SFR,Starchy Roots,NA,NA
+1983,Yugoslav SFR,Sugar,NA,NA
 1984,Yugoslav SFR,Ruminants,NA,NA
 1984,Yugoslav SFR,Cereals,NA,NA
 1984,Yugoslav SFR,Monogastrics,NA,NA
-1984,Yugoslav SFR,Oilcrops,NA,NA
-1984,Yugoslav SFR,Pulses,NA,NA
+1984,Yugoslav SFR,FruitVeg,NA,NA
+1984,Yugoslav SFR,OilcropsPulses,NA,NA
 1984,Yugoslav SFR,Starchy Roots,NA,NA
+1984,Yugoslav SFR,Sugar,NA,NA
 1985,Yugoslav SFR,Ruminants,NA,NA
 1985,Yugoslav SFR,Cereals,NA,NA
 1985,Yugoslav SFR,Monogastrics,NA,NA
-1985,Yugoslav SFR,Oilcrops,NA,NA
-1985,Yugoslav SFR,Pulses,NA,NA
+1985,Yugoslav SFR,FruitVeg,NA,NA
+1985,Yugoslav SFR,OilcropsPulses,NA,NA
 1985,Yugoslav SFR,Starchy Roots,NA,NA
+1985,Yugoslav SFR,Sugar,NA,NA
 1986,Yugoslav SFR,Ruminants,NA,NA
 1986,Yugoslav SFR,Cereals,NA,NA
 1986,Yugoslav SFR,Monogastrics,NA,NA
-1986,Yugoslav SFR,Oilcrops,NA,NA
-1986,Yugoslav SFR,Pulses,NA,NA
+1986,Yugoslav SFR,FruitVeg,NA,NA
+1986,Yugoslav SFR,OilcropsPulses,NA,NA
 1986,Yugoslav SFR,Starchy Roots,NA,NA
+1986,Yugoslav SFR,Sugar,NA,NA
 1987,Yugoslav SFR,Ruminants,NA,NA
 1987,Yugoslav SFR,Cereals,NA,NA
 1987,Yugoslav SFR,Monogastrics,NA,NA
-1987,Yugoslav SFR,Oilcrops,NA,NA
-1987,Yugoslav SFR,Pulses,NA,NA
+1987,Yugoslav SFR,FruitVeg,NA,NA
+1987,Yugoslav SFR,OilcropsPulses,NA,NA
 1987,Yugoslav SFR,Starchy Roots,NA,NA
+1987,Yugoslav SFR,Sugar,NA,NA
 1988,Yugoslav SFR,Ruminants,NA,NA
 1988,Yugoslav SFR,Cereals,NA,NA
 1988,Yugoslav SFR,Monogastrics,NA,NA
-1988,Yugoslav SFR,Oilcrops,NA,NA
-1988,Yugoslav SFR,Pulses,NA,NA
+1988,Yugoslav SFR,FruitVeg,NA,NA
+1988,Yugoslav SFR,OilcropsPulses,NA,NA
 1988,Yugoslav SFR,Starchy Roots,NA,NA
+1988,Yugoslav SFR,Sugar,NA,NA
 1989,Yugoslav SFR,Ruminants,NA,NA
 1989,Yugoslav SFR,Cereals,NA,NA
 1989,Yugoslav SFR,Monogastrics,NA,NA
-1989,Yugoslav SFR,Oilcrops,NA,NA
-1989,Yugoslav SFR,Pulses,NA,NA
+1989,Yugoslav SFR,FruitVeg,NA,NA
+1989,Yugoslav SFR,OilcropsPulses,NA,NA
 1989,Yugoslav SFR,Starchy Roots,NA,NA
+1989,Yugoslav SFR,Sugar,NA,NA
 1990,Yugoslav SFR,Ruminants,NA,NA
 1990,Yugoslav SFR,Cereals,NA,NA
 1990,Yugoslav SFR,Monogastrics,NA,NA
-1990,Yugoslav SFR,Oilcrops,NA,NA
-1990,Yugoslav SFR,Pulses,NA,NA
+1990,Yugoslav SFR,FruitVeg,NA,NA
+1990,Yugoslav SFR,OilcropsPulses,NA,NA
 1990,Yugoslav SFR,Starchy Roots,NA,NA
+1990,Yugoslav SFR,Sugar,NA,NA
 1991,Yugoslav SFR,Ruminants,NA,NA
 1991,Yugoslav SFR,Cereals,NA,NA
 1991,Yugoslav SFR,Monogastrics,NA,NA
-1991,Yugoslav SFR,Oilcrops,NA,NA
-1991,Yugoslav SFR,Pulses,NA,NA
+1991,Yugoslav SFR,FruitVeg,NA,NA
+1991,Yugoslav SFR,OilcropsPulses,NA,NA
 1991,Yugoslav SFR,Starchy Roots,NA,NA
+1991,Yugoslav SFR,Sugar,NA,NA
 1961,Zambia,Ruminants,3.142848,0.311056882165475
 1961,Zambia,Cereals,3.142848,0.201137948764942
 1961,Zambia,Monogastrics,3.142848,0.0120858851589386
-1961,Zambia,Oilcrops,3.142848,0.00819988749058179
-1961,Zambia,Pulses,3.142848,0.00300682692895107
+1961,Zambia,FruitVeg,3.142848,0.0458631788747022
+1961,Zambia,OilcropsPulses,3.142848,0.0112067144195329
 1961,Zambia,Starchy Roots,3.142848,0.0523789251023276
+1961,Zambia,Sugar,3.142848,0.00639006404382267
 1962,Zambia,Ruminants,3.240664,0.300464966438977
 1962,Zambia,Cereals,3.240664,0.203391033442529
 1962,Zambia,Monogastrics,3.240664,0.0116878516254693
-1962,Zambia,Oilcrops,3.240664,0.00687482565301432
-1962,Zambia,Pulses,3.240664,0.00288521117894357
+1962,Zambia,FruitVeg,3.240664,0.0462840331487621
+1962,Zambia,OilcropsPulses,3.240664,0.0097600368319579
 1962,Zambia,Starchy Roots,3.240664,0.0521664695877141
+1962,Zambia,Sugar,3.240664,0.00614873988787483
 1963,Zambia,Ruminants,3.342894,0.291633207633865
 1963,Zambia,Cereals,3.342894,0.196522833209788
 1963,Zambia,Monogastrics,3.342894,0.0109860198977293
-1963,Zambia,Oilcrops,3.342894,0.00767897516343623
-1963,Zambia,Pulses,3.342894,0.00305124840931241
+1963,Zambia,FruitVeg,3.342894,0.045676291261404
+1963,Zambia,OilcropsPulses,3.342894,0.0107302235727486
 1963,Zambia,Starchy Roots,3.342894,0.0489501013193957
+1963,Zambia,Sugar,3.342894,0.0061895471408905
 1964,Zambia,Ruminants,3.449266,0.268311953905556
 1964,Zambia,Cereals,3.449266,0.192952935494102
 1964,Zambia,Monogastrics,3.449266,0.0128803635324153
-1964,Zambia,Oilcrops,3.449266,0.00675303093469741
-1964,Zambia,Pulses,3.449266,0.00320792887530275
+1964,Zambia,FruitVeg,3.449266,0.0452504967723568
+1964,Zambia,OilcropsPulses,3.449266,0.00996095981000016
 1964,Zambia,Starchy Roots,3.449266,0.0475538853773527
+1964,Zambia,Sugar,3.449266,0.00631148771941625
 1965,Zambia,Ruminants,3.559687,0.281616866876217
 1965,Zambia,Cereals,3.559687,0.192205663025991
 1965,Zambia,Monogastrics,3.559687,0.0132998491159476
-1965,Zambia,Oilcrops,3.559687,0.0061772285035173
-1965,Zambia,Pulses,3.559687,0.00339355679305512
+1965,Zambia,FruitVeg,3.559687,0.0449056335571077
+1965,Zambia,OilcropsPulses,3.559687,0.00957078529657242
 1965,Zambia,Starchy Roots,3.559687,0.0447589914506528
+1965,Zambia,Sugar,3.559687,0.00654439561680564
 1966,Zambia,Ruminants,3.674088,0.295951512320881
 1966,Zambia,Cereals,3.674088,0.194404706691838
 1966,Zambia,Monogastrics,3.674088,0.0173366016273971
-1966,Zambia,Oilcrops,3.674088,0.00914839274399525
-1966,Zambia,Pulses,3.674088,0.00365396800512127
+1966,Zambia,FruitVeg,3.674088,0.0456189399927274
+1966,Zambia,OilcropsPulses,3.674088,0.0128023607491165
 1966,Zambia,Starchy Roots,3.674088,0.0552313934777828
+1966,Zambia,Sugar,3.674088,0.00711305771663608
 1967,Zambia,Ruminants,3.792864,0.29183867388865
 1967,Zambia,Cereals,3.792864,0.194574601145731
 1967,Zambia,Monogastrics,3.792864,0.0179340203076092
-1967,Zambia,Oilcrops,3.792864,0.00834804517114244
-1967,Zambia,Pulses,3.792864,0.0038137407510525
+1967,Zambia,FruitVeg,3.792864,0.0454355864064728
+1967,Zambia,OilcropsPulses,3.792864,0.0121617859221949
 1967,Zambia,Starchy Roots,3.792864,0.0554119525508956
+1967,Zambia,Sugar,3.792864,0.00987696896065875
 1968,Zambia,Ruminants,3.916928,0.318785104040718
 1968,Zambia,Cereals,3.916928,0.196697258668017
 1968,Zambia,Monogastrics,3.916928,0.0181756723636482
-1968,Zambia,Oilcrops,3.916928,0.00860240474167511
-1968,Zambia,Pulses,3.916928,0.00404168777164145
+1968,Zambia,FruitVeg,3.916928,0.0460937755302114
+1968,Zambia,OilcropsPulses,3.916928,0.0126440925133166
 1968,Zambia,Starchy Roots,3.916928,0.053291508038953
+1968,Zambia,Sugar,3.916928,0.0117855115028921
 1969,Zambia,Ruminants,4.047479,0.308911374215901
 1969,Zambia,Cereals,4.047479,0.191903898698424
 1969,Zambia,Monogastrics,4.047479,0.0209054327397375
-1969,Zambia,Oilcrops,4.047479,0.00981277481612628
-1969,Zambia,Pulses,4.047479,0.00421002801991067
+1969,Zambia,FruitVeg,4.047479,0.0462188932913549
+1969,Zambia,OilcropsPulses,4.047479,0.0140228028360369
 1969,Zambia,Starchy Roots,4.047479,0.0522713027047206
+1969,Zambia,Sugar,4.047479,0.0125571991849742
 1970,Zambia,Ruminants,4.185378,0.284683605638487
 1970,Zambia,Cereals,4.185378,0.190677640108014
 1970,Zambia,Monogastrics,4.185378,0.0213133437409954
-1970,Zambia,Oilcrops,4.185378,0.0103209315861076
-1970,Zambia,Pulses,4.185378,0.0040916256548393
+1970,Zambia,FruitVeg,4.185378,0.0451431149110068
+1970,Zambia,OilcropsPulses,4.185378,0.0144125572409469
 1970,Zambia,Starchy Roots,4.185378,0.0518125244601563
+1970,Zambia,Sugar,4.185378,0.0140515384751389
 1971,Zambia,Ruminants,4.331002,0.28786297027801
 1971,Zambia,Cereals,4.331002,0.19118162494499
 1971,Zambia,Monogastrics,4.331002,0.0189295225446675
-1971,Zambia,Oilcrops,4.331002,0.00979011323476646
-1971,Zambia,Pulses,4.331002,0.00367097498454168
+1971,Zambia,FruitVeg,4.331002,0.0449099307735254
+1971,Zambia,OilcropsPulses,4.331002,0.0134610882193081
 1971,Zambia,Starchy Roots,4.331002,0.0507967902115954
+1971,Zambia,Sugar,4.331002,0.0156813596484139
 1972,Zambia,Ruminants,4.484141,0.302920314057921
 1972,Zambia,Cereals,4.484141,0.195827249856773
 1972,Zambia,Monogastrics,4.484141,0.0250988539388034
-1972,Zambia,Oilcrops,4.484141,0.00964198048188047
-1972,Zambia,Pulses,4.484141,0.00417649668018914
+1972,Zambia,FruitVeg,4.484141,0.043742826106494
+1972,Zambia,OilcropsPulses,4.484141,0.0138184771620696
 1972,Zambia,Starchy Roots,4.484141,0.0492357399109439
+1972,Zambia,Sugar,4.484141,0.0151910923407627
 1973,Zambia,Ruminants,4.644329,0.258091642517143
 1973,Zambia,Cereals,4.644329,0.20451479643238
 1973,Zambia,Monogastrics,4.644329,0.0250073153732218
-1973,Zambia,Oilcrops,4.644329,0.00931953787080976
-1973,Zambia,Pulses,4.644329,0.00304780303031934
+1973,Zambia,FruitVeg,4.644329,0.0432081792655085
+1973,Zambia,OilcropsPulses,4.644329,0.0123673409011291
 1973,Zambia,Starchy Roots,4.644329,0.0474253654295378
+1973,Zambia,Sugar,4.644329,0.0159116634501992
 1974,Zambia,Ruminants,4.81081,0.241258810886316
 1974,Zambia,Cereals,4.81081,0.202016708205063
 1974,Zambia,Monogastrics,4.81081,0.0284267722067594
-1974,Zambia,Oilcrops,4.81081,0.00918826559352791
-1974,Zambia,Pulses,4.81081,0.00303046680288766
+1974,Zambia,FruitVeg,4.81081,0.0435731197033348
+1974,Zambia,OilcropsPulses,4.81081,0.0122187323964156
 1974,Zambia,Starchy Roots,4.81081,0.0462759909453917
+1974,Zambia,Sugar,4.81081,0.0145717665008595
 1975,Zambia,Ruminants,4.983017,0.230006560282656
 1975,Zambia,Cereals,4.983017,0.203663965023599
 1975,Zambia,Monogastrics,4.983017,0.0329613164073091
-1975,Zambia,Oilcrops,4.983017,0.00987755008662423
-1975,Zambia,Pulses,4.983017,0.00203210223846316
+1975,Zambia,FruitVeg,4.983017,0.0434487781197616
+1975,Zambia,OilcropsPulses,4.983017,0.0119096523250874
 1975,Zambia,Starchy Roots,4.983017,0.0485308398506367
+1975,Zambia,Sugar,4.983017,0.0160473062805124
 1976,Zambia,Ruminants,5.16057,0.219998837337736
 1976,Zambia,Cereals,5.16057,0.199022976144108
 1976,Zambia,Monogastrics,5.16057,0.0353867305355804
-1976,Zambia,Oilcrops,5.16057,0.0103135893903193
-1976,Zambia,Pulses,5.16057,0.00138259920900211
+1976,Zambia,FruitVeg,5.16057,0.0429890496592431
+1976,Zambia,OilcropsPulses,5.16057,0.0116961885993214
 1976,Zambia,Starchy Roots,5.16057,0.0517648244283093
+1976,Zambia,Sugar,5.16057,0.0151762305326737
 1977,Zambia,Ruminants,5.34355,0.209283772024216
 1977,Zambia,Cereals,5.34355,0.210362025245389
 1977,Zambia,Monogastrics,5.34355,0.0341121539051754
-1977,Zambia,Oilcrops,5.34355,0.0119190425840499
-1977,Zambia,Pulses,5.34355,0.00170860195937158
+1977,Zambia,FruitVeg,5.34355,0.0427195403804587
+1977,Zambia,OilcropsPulses,5.34355,0.0136276445434215
 1977,Zambia,Starchy Roots,5.34355,0.0536693770994938
+1977,Zambia,Sugar,5.34355,0.0143324194589739
 1978,Zambia,Ruminants,5.53235,0.201722197619456
 1978,Zambia,Cereals,5.53235,0.199425922076514
 1978,Zambia,Monogastrics,5.53235,0.0323397832747386
-1978,Zambia,Oilcrops,5.53235,0.0107789637315065
-1978,Zambia,Pulses,5.53235,0.001081095736893
+1978,Zambia,FruitVeg,5.53235,0.0424309741791463
+1978,Zambia,OilcropsPulses,5.53235,0.0118600594683995
 1978,Zambia,Starchy Roots,5.53235,0.055121241425434
+1978,Zambia,Sugar,5.53235,0.0132348821025423
 1979,Zambia,Ruminants,5.727577,0.19523102002819
 1979,Zambia,Cereals,5.727577,0.198769916144296
 1979,Zambia,Monogastrics,5.727577,0.0304169110253777
-1979,Zambia,Oilcrops,5.727577,0.00883829235294436
-1979,Zambia,Pulses,5.727577,0.0011217658007915
+1979,Zambia,FruitVeg,5.727577,0.0431988954491576
+1979,Zambia,OilcropsPulses,5.727577,0.00996005815373586
 1979,Zambia,Starchy Roots,5.727577,0.0559058394151663
+1979,Zambia,Sugar,5.727577,0.0155004463493027
 1980,Zambia,Ruminants,5.929497,0.190526683797968
 1980,Zambia,Cereals,5.929497,0.196132656783535
 1980,Zambia,Monogastrics,5.929497,0.0319565892351409
-1980,Zambia,Oilcrops,5.929497,0.00678438660142673
-1980,Zambia,Pulses,5.929497,0.00115743375871512
+1980,Zambia,FruitVeg,5.929497,0.0431190031802023
+1980,Zambia,OilcropsPulses,5.929497,0.00794182036014185
 1980,Zambia,Starchy Roots,5.929497,0.0572331852094706
+1980,Zambia,Sugar,5.929497,0.0181792823236103
 1981,Zambia,Ruminants,6.138069,0.197438005340116
 1981,Zambia,Cereals,6.138069,0.191117108654204
 1981,Zambia,Monogastrics,6.138069,0.0260776312550413
-1981,Zambia,Oilcrops,6.138069,0.00656558275900776
-1981,Zambia,Pulses,6.138069,0.000534044175782319
+1981,Zambia,FruitVeg,6.138069,0.0434467256721943
+1981,Zambia,OilcropsPulses,6.138069,0.00709962693479008
 1981,Zambia,Starchy Roots,6.138069,0.057591565034541
+1981,Zambia,Sugar,6.138069,0.0181882934193148
 1982,Zambia,Ruminants,6.352561,0.203985652400662
 1982,Zambia,Cereals,6.352561,0.179078012788858
 1982,Zambia,Monogastrics,6.352561,0.0257473954205241
-1982,Zambia,Oilcrops,6.352561,0.00619970433971433
-1982,Zambia,Pulses,6.352561,0.000422664182209348
+1982,Zambia,FruitVeg,6.352561,0.0432764045870634
+1982,Zambia,OilcropsPulses,6.352561,0.00662236852192368
 1982,Zambia,Starchy Roots,6.352561,0.0567272002582895
+1982,Zambia,Sugar,6.352561,0.0184550766218538
 1983,Zambia,Ruminants,6.571673,0.184145254944974
 1983,Zambia,Cereals,6.571673,0.182079205706066
 1983,Zambia,Monogastrics,6.571673,0.0216392690263195
-1983,Zambia,Oilcrops,6.571673,0.00700247866867387
-1983,Zambia,Pulses,6.571673,0.000792644430116958
+1983,Zambia,FruitVeg,6.571673,0.043051442151793
+1983,Zambia,OilcropsPulses,6.571673,0.00779512309879083
 1983,Zambia,Starchy Roots,6.571673,0.0558122718522361
+1983,Zambia,Sugar,6.571673,0.0174617635417952
 1984,Zambia,Ruminants,6.793708,0.17237683750906
 1984,Zambia,Cereals,6.793708,0.180313607826536
 1984,Zambia,Monogastrics,6.793708,0.0177688237410263
-1984,Zambia,Oilcrops,6.793708,0.00903070900309522
-1984,Zambia,Pulses,6.793708,0.000676802712156601
+1984,Zambia,FruitVeg,6.793708,0.042761773099462
+1984,Zambia,OilcropsPulses,6.793708,0.00970751171525182
 1984,Zambia,Starchy Roots,6.793708,0.055407003068133
+1984,Zambia,Sugar,6.793708,0.0171869323791956
 1985,Zambia,Ruminants,7.017292,0.182265808519868
 1985,Zambia,Cereals,7.017292,0.173314862770425
 1985,Zambia,Monogastrics,7.017292,0.018934740067821
-1985,Zambia,Oilcrops,7.017292,0.00573839595103068
-1985,Zambia,Pulses,7.017292,0.000616192115135012
+1985,Zambia,FruitVeg,7.017292,0.0425223861284381
+1985,Zambia,OilcropsPulses,7.017292,0.0063545880661657
 1985,Zambia,Starchy Roots,7.017292,0.0550953273712994
+1985,Zambia,Sugar,7.017292,0.0168133234301779
 1986,Zambia,Ruminants,7.242496,0.17949995415945
 1986,Zambia,Cereals,7.242496,0.174751080290552
 1986,Zambia,Monogastrics,7.242496,0.0187658094667916
-1986,Zambia,Oilcrops,7.242496,0.00621429407762186
-1986,Zambia,Pulses,7.242496,0.00115029404227493
+1986,Zambia,FruitVeg,7.242496,0.0422488324467145
+1986,Zambia,OilcropsPulses,7.242496,0.00736458811989679
 1986,Zambia,Starchy Roots,7.242496,0.0581213990314941
+1986,Zambia,Sugar,7.242496,0.0152901706814888
 1987,Zambia,Ruminants,7.46927,0.178774445159969
 1987,Zambia,Cereals,7.46927,0.172457549399071
 1987,Zambia,Monogastrics,7.46927,0.0185642104248474
-1987,Zambia,Oilcrops,7.46927,0.00413695046503875
-1987,Zambia,Pulses,7.46927,0.00178143245591604
+1987,Zambia,FruitVeg,7.46927,0.0420863083005434
+1987,Zambia,OilcropsPulses,7.46927,0.00591838292095479
 1987,Zambia,Starchy Roots,7.46927,0.0592069907768765
+1987,Zambia,Sugar,7.46927,0.0171163982557867
 1988,Zambia,Ruminants,7.69607,0.176185936458478
 1988,Zambia,Cereals,7.69607,0.17499645923179
 1988,Zambia,Monogastrics,7.69607,0.0190274386797417
-1988,Zambia,Oilcrops,7.69607,0.00663676395874778
-1988,Zambia,Pulses,7.69607,0.00118099237662859
+1988,Zambia,FruitVeg,7.69607,0.0420087135382085
+1988,Zambia,OilcropsPulses,7.69607,0.00781775633537637
 1988,Zambia,Starchy Roots,7.69607,0.0604694343996351
+1988,Zambia,Sugar,7.69607,0.0162220457974005
 1989,Zambia,Ruminants,7.921028,0.173601280035874
 1989,Zambia,Cereals,7.921028,0.166597441645201
 1989,Zambia,Monogastrics,7.921028,0.0210823645617715
-1989,Zambia,Oilcrops,7.921028,0.00759421630626732
-1989,Zambia,Pulses,7.921028,0.00166392543998077
+1989,Zambia,FruitVeg,7.921028,0.041785359173077
+1989,Zambia,OilcropsPulses,7.921028,0.00925814174624809
 1989,Zambia,Starchy Roots,7.921028,0.0787019058637339
+1989,Zambia,Sugar,7.921028,0.0161919639723531
 1990,Zambia,Ruminants,8.143142,0.236519761045552
 1990,Zambia,Cereals,8.143142,0.159330022735696
 1990,Zambia,Monogastrics,8.143142,0.0210305432473117
-1990,Zambia,Oilcrops,8.143142,0.00890196928900417
-1990,Zambia,Pulses,8.143142,0.00148075521708942
+1990,Zambia,FruitVeg,8.143142,0.0415668792218041
+1990,Zambia,OilcropsPulses,8.143142,0.0103827245060936
 1990,Zambia,Starchy Roots,8.143142,0.0816466174849954
+1990,Zambia,Sugar,8.143142,0.0163481123134043
 1991,Zambia,Ruminants,8.361381,0.238110044261827
 1991,Zambia,Cereals,8.361381,0.157362402215615
 1991,Zambia,Monogastrics,8.361381,0.021853710529397
-1991,Zambia,Oilcrops,8.361381,0.00565349192914424
-1991,Zambia,Pulses,8.361381,0.00124166091701837
+1991,Zambia,FruitVeg,8.361381,0.0411359080515527
+1991,Zambia,OilcropsPulses,8.361381,0.00689515284616261
 1991,Zambia,Starchy Roots,8.361381,0.083906593898783
+1991,Zambia,Sugar,8.361381,0.0160041744300373
 1992,Zambia,Ruminants,8.576987,0.22481146351277
 1992,Zambia,Cereals,8.576987,0.156321211632943
 1992,Zambia,Monogastrics,8.576987,0.0227703038374665
-1992,Zambia,Oilcrops,8.576987,0.0051381679836987
-1992,Zambia,Pulses,8.576987,0.00195010205798377
+1992,Zambia,FruitVeg,8.576987,0.0359354631177592
+1992,Zambia,OilcropsPulses,8.576987,0.00708827004168247
 1992,Zambia,Starchy Roots,8.576987,0.0762718889512133
+1992,Zambia,Sugar,8.576987,0.0157751200975354
 1993,Zambia,Ruminants,8.794061,0.213220149371263
 1993,Zambia,Cereals,8.794061,0.152221823341912
 1993,Zambia,Monogastrics,8.794061,0.0238829933065054
-1993,Zambia,Oilcrops,8.794061,0.00608899574383212
-1993,Zambia,Pulses,8.794061,0.00211551864377561
+1993,Zambia,FruitVeg,8.794061,0.0387665038939348
+1993,Zambia,OilcropsPulses,8.794061,0.00820451438760773
 1993,Zambia,Starchy Roots,8.794061,0.086914907685994
+1993,Zambia,Sugar,8.794061,0.0155279796217015
 1994,Zambia,Ruminants,9.018229,0.206133975972444
 1994,Zambia,Cereals,9.018229,0.161092382994488
 1994,Zambia,Monogastrics,9.018229,0.0230570991266689
-1994,Zambia,Oilcrops,9.018229,0.00686276651435664
-1994,Zambia,Pulses,9.018229,0.00210706558904193
+1994,Zambia,FruitVeg,9.018229,0.0370638181842577
+1994,Zambia,OilcropsPulses,9.018229,0.00896983210339857
 1994,Zambia,Starchy Roots,9.018229,0.0804028152312389
+1994,Zambia,Sugar,9.018229,0.0141411356930502
 1995,Zambia,Ruminants,9.253527,0.181186578912019
 1995,Zambia,Cereals,9.253527,0.169146639978464
 1995,Zambia,Monogastrics,9.253527,0.0226980696117275
-1995,Zambia,Oilcrops,9.253527,0.0041789471192984
-1995,Zambia,Pulses,9.253527,0.00191148737124774
+1995,Zambia,FruitVeg,9.253527,0.0349676399063838
+1995,Zambia,OilcropsPulses,9.253527,0.00609043449054614
 1995,Zambia,Starchy Roots,9.253527,0.0768429162199451
+1995,Zambia,Sugar,9.253527,0.0142866606430175
 1996,Zambia,Ruminants,9.502346,0.172402004725991
 1996,Zambia,Cereals,9.502346,0.165230986116481
 1996,Zambia,Monogastrics,9.502346,0.0241077729646973
-1996,Zambia,Oilcrops,9.502346,0.0065283878318049
-1996,Zambia,Pulses,9.502346,0.00190868654961627
+1996,Zambia,FruitVeg,9.502346,0.0360689875952738
+1996,Zambia,OilcropsPulses,9.502346,0.00843707438142118
 1996,Zambia,Starchy Roots,9.502346,0.0803488948939557
+1996,Zambia,Sugar,9.502346,0.0122011974727083
 1997,Zambia,Ruminants,9.763742,0.1927692169662
 1997,Zambia,Cereals,9.763742,0.156834029412084
 1997,Zambia,Monogastrics,9.763742,0.0248482600216188
-1997,Zambia,Oilcrops,9.763742,0.00758899610415761
-1997,Zambia,Pulses,9.763742,0.00143572003438845
+1997,Zambia,FruitVeg,9.763742,0.0342761002902371
+1997,Zambia,OilcropsPulses,9.763742,0.00902471613854606
 1997,Zambia,Starchy Roots,9.763742,0.0739081389082178
+1997,Zambia,Sugar,9.763742,0.0140535257895999
 1998,Zambia,Ruminants,10.034412,0.193607796849482
 1998,Zambia,Cereals,10.034412,0.152340465988441
 1998,Zambia,Monogastrics,10.034412,0.0258297347168922
-1998,Zambia,Oilcrops,10.034412,0.00743561257002403
-1998,Zambia,Pulses,10.034412,0.00117386051120883
+1998,Zambia,FruitVeg,10.034412,0.0318752110238248
+1998,Zambia,OilcropsPulses,10.034412,0.00860947308123286
 1998,Zambia,Starchy Roots,10.034412,0.0829373958334579
+1998,Zambia,Sugar,10.034412,0.0109138432824963
 1999,Zambia,Ruminants,10.30931,0.203130519889304
 1999,Zambia,Cereals,10.30931,0.149552685873254
 1999,Zambia,Monogastrics,10.30931,0.0249454619174319
-1999,Zambia,Oilcrops,10.30931,0.0104214540061362
-1999,Zambia,Pulses,10.30931,0.00128582805250788
+1999,Zambia,FruitVeg,10.30931,0.0334636362666367
+1999,Zambia,OilcropsPulses,10.30931,0.0117072820586441
 1999,Zambia,Starchy Roots,10.30931,0.0951266379612214
+1999,Zambia,Sugar,10.30931,0.0107804499040188
 2000,Zambia,Ruminants,10.58522,0.188572490699296
 2000,Zambia,Cereals,10.58522,0.138656825271463
 2000,Zambia,Monogastrics,10.58522,0.0247112577726301
-2000,Zambia,Oilcrops,10.58522,0.00930608905625013
-2000,Zambia,Pulses,10.58522,0.00135367994241027
+2000,Zambia,FruitVeg,10.58522,0.0325968661964513
+2000,Zambia,OilcropsPulses,10.58522,0.0106597689986604
 2000,Zambia,Starchy Roots,10.58522,0.0785708752392487
+2000,Zambia,Sugar,10.58522,0.0153800298907344
 2001,Zambia,Ruminants,10.861238,0.19006079233325
 2001,Zambia,Cereals,10.861238,0.138824598079887
 2001,Zambia,Monogastrics,10.861238,0.0249908619993411
-2001,Zambia,Oilcrops,10.861238,0.00791070041923398
-2001,Zambia,Pulses,10.861238,0.00162301940165569
+2001,Zambia,FruitVeg,10.861238,0.0332114073920487
+2001,Zambia,OilcropsPulses,10.861238,0.00953371982088966
 2001,Zambia,Starchy Roots,10.861238,0.0908204939436922
+2001,Zambia,Sugar,10.861238,0.0108285077631113
 2002,Zambia,Ruminants,11.139978,0.19782662946013
 2002,Zambia,Cereals,11.139978,0.135681237431528
 2002,Zambia,Monogastrics,11.139978,0.0238496970101736
-2002,Zambia,Oilcrops,11.139978,0.00802030309216051
-2002,Zambia,Pulses,11.139978,0.00188330713040905
+2002,Zambia,FruitVeg,11.139978,0.0320173881851472
+2002,Zambia,OilcropsPulses,11.139978,0.00990361022256956
 2002,Zambia,Starchy Roots,11.139978,0.0846958584657887
+2002,Zambia,Sugar,11.139978,0.012105499669748
 2003,Zambia,Ruminants,11.426006,0.196736619952764
 2003,Zambia,Cereals,11.426006,0.139828125418453
 2003,Zambia,Monogastrics,11.426006,0.0235166951601461
-2003,Zambia,Oilcrops,11.426006,0.00760326924386352
-2003,Zambia,Pulses,11.426006,0.00258830600999159
+2003,Zambia,FruitVeg,11.426006,0.0326628569948239
+2003,Zambia,OilcropsPulses,11.426006,0.0101915752538551
 2003,Zambia,Starchy Roots,11.426006,0.0890151816829083
+2003,Zambia,Sugar,11.426006,0.0114101988043766
 2004,Zambia,Ruminants,11.725635,0.183642369901502
 2004,Zambia,Cereals,11.725635,0.134675947187508
 2004,Zambia,Monogastrics,11.725635,0.0232140519468668
-2004,Zambia,Oilcrops,11.725635,0.00795189343690128
-2004,Zambia,Pulses,11.725635,0.00238417791445836
+2004,Zambia,FruitVeg,11.725635,0.0322025203752291
+2004,Zambia,OilcropsPulses,11.725635,0.0103360713513596
 2004,Zambia,Starchy Roots,11.725635,0.0869683390281209
+2004,Zambia,Sugar,11.725635,0.0110819584610983
 2005,Zambia,Ruminants,12.043591,0.191289607891865
 2005,Zambia,Cereals,12.043591,0.129949613865167
 2005,Zambia,Monogastrics,12.043591,0.0231266986731781
-2005,Zambia,Oilcrops,12.043591,0.0109040567717718
-2005,Zambia,Pulses,12.043591,0.00310854129802316
+2005,Zambia,FruitVeg,12.043591,0.031348872607846
+2005,Zambia,OilcropsPulses,12.043591,0.014012598069795
 2005,Zambia,Starchy Roots,12.043591,0.0903399160599193
+2005,Zambia,Sugar,12.043591,0.0104100180751738
 2006,Zambia,Ruminants,12.381509,0.175398903316227
 2006,Zambia,Cereals,12.381509,0.131159780282032
 2006,Zambia,Monogastrics,12.381509,0.0235025956852271
-2006,Zambia,Oilcrops,12.381509,0.00735782690138981
-2006,Zambia,Pulses,12.381509,0.00317974166153738
+2006,Zambia,FruitVeg,12.381509,0.0363950791458456
+2006,Zambia,OilcropsPulses,12.381509,0.0105375685629272
 2006,Zambia,Starchy Roots,12.381509,0.0904206425888799
+2006,Zambia,Sugar,12.381509,0.0108249325667816
 2007,Zambia,Ruminants,12.738676,0.173661006842469
 2007,Zambia,Cereals,12.738676,0.128882310846119
 2007,Zambia,Monogastrics,12.738676,0.0261062452644215
-2007,Zambia,Oilcrops,12.738676,0.00706808148664744
-2007,Zambia,Pulses,12.738676,0.00174201777327565
+2007,Zambia,FruitVeg,12.738676,0.0361149777260996
+2007,Zambia,OilcropsPulses,12.738676,0.00881009925992309
 2007,Zambia,Starchy Roots,12.738676,0.0856602365897366
+2007,Zambia,Sugar,12.738676,0.00935136430191018
 2008,Zambia,Ruminants,13.114579,0.164674108105186
 2008,Zambia,Cereals,13.114579,0.124630153968343
 2008,Zambia,Monogastrics,13.114579,0.027606322703916
-2008,Zambia,Oilcrops,13.114579,0.0136308607390294
-2008,Zambia,Pulses,13.114579,0.00153485674225608
+2008,Zambia,FruitVeg,13.114579,0.03531184645729
+2008,Zambia,OilcropsPulses,13.114579,0.0151657174812855
 2008,Zambia,Starchy Roots,13.114579,0.0941814449400167
+2008,Zambia,Sugar,13.114579,0.00912107052769288
 2009,Zambia,Ruminants,13.507849,0.180488166546724
 2009,Zambia,Cereals,13.507849,0.12702192628893
 2009,Zambia,Monogastrics,13.507849,0.0273914743938876
-2009,Zambia,Oilcrops,13.507849,0.0158646280395939
-2009,Zambia,Pulses,13.507849,0.00176623235868272
+2009,Zambia,FruitVeg,13.507849,0.0316884649806198
+2009,Zambia,OilcropsPulses,13.507849,0.0176308603982766
 2009,Zambia,Starchy Roots,13.507849,0.0967262811421715
+2009,Zambia,Sugar,13.507849,0.00984042685108488
 2010,Zambia,Ruminants,13.917439,0.191609727910429
 2010,Zambia,Cereals,13.917439,0.126270357642667
 2010,Zambia,Monogastrics,13.917439,0.0278671815985685
-2010,Zambia,Oilcrops,13.917439,0.0160963522096271
-2010,Zambia,Pulses,13.917439,0.0015637934536663
+2010,Zambia,FruitVeg,13.917439,0.0331266406125437
+2010,Zambia,OilcropsPulses,13.917439,0.0176601456632934
 2010,Zambia,Starchy Roots,13.917439,0.0967877782686887
+2010,Zambia,Sugar,13.917439,0.00970307827467395
 2011,Zambia,Ruminants,14.343526,0.176608269124342
 2011,Zambia,Cereals,14.343526,0.131998296653138
 2011,Zambia,Monogastrics,14.343526,0.0281256366112489
-2011,Zambia,Oilcrops,14.343526,0.0173270505453122
-2011,Zambia,Pulses,14.343526,0.00175709933526805
+2011,Zambia,FruitVeg,14.343526,0.0345881479909473
+2011,Zambia,OilcropsPulses,14.343526,0.0190841498805803
 2011,Zambia,Starchy Roots,14.343526,0.0831048795114953
+2011,Zambia,Sugar,14.343526,0.00983412307406143
 2012,Zambia,Ruminants,14.786581,0.174926509380363
 2012,Zambia,Cereals,14.786581,0.133432130118518
 2012,Zambia,Monogastrics,14.786581,0.0283241474144699
-2012,Zambia,Oilcrops,14.786581,0.0212564351421062
-2012,Zambia,Pulses,14.786581,0.00177938361816028
+2012,Zambia,FruitVeg,14.786581,0.0361183562312343
+2012,Zambia,OilcropsPulses,14.786581,0.0230358187602665
 2012,Zambia,Starchy Roots,14.786581,0.0804613317980675
+2012,Zambia,Sugar,14.786581,0.0104259395731846
 2013,Zambia,Ruminants,15.246086,0.170472152656098
 2013,Zambia,Cereals,15.246086,0.13547949290067
 2013,Zambia,Monogastrics,15.246086,0.0277560811345286
-2013,Zambia,Oilcrops,15.246086,0.0165106637861022
-2013,Zambia,Pulses,15.246086,0.00174484126614529
+2013,Zambia,FruitVeg,15.246086,0.034316742014967
+2013,Zambia,OilcropsPulses,15.246086,0.0182555050522475
 2013,Zambia,Starchy Roots,15.246086,0.0801062646504814
+2013,Zambia,Sugar,15.246086,0.00976709694540618
 1961,Zimbabwe,Ruminants,3.876638,0.370315386682997
 1961,Zimbabwe,Cereals,3.876638,0.204665485918469
 1961,Zimbabwe,Monogastrics,3.876638,0.015070377992477
-1961,Zimbabwe,Oilcrops,3.876638,0.00991941986845303
-1961,Zimbabwe,Pulses,3.876638,0.00474767053307531
+1961,Zimbabwe,FruitVeg,3.876638,0.0326432336472995
+1961,Zimbabwe,OilcropsPulses,3.876638,0.0146670904015283
 1961,Zimbabwe,Starchy Roots,3.876638,0.0143774064021454
+1961,Zimbabwe,Sugar,3.876638,0.0100584578699378
 1962,Zimbabwe,Ruminants,4.006262,0.360699275284542
 1962,Zimbabwe,Cereals,4.006262,0.207704838075992
 1962,Zimbabwe,Monogastrics,4.006262,0.015659360271495
-1962,Zimbabwe,Oilcrops,4.006262,0.0107691409099055
-1962,Zimbabwe,Pulses,4.006262,0.00479224773616903
+1962,Zimbabwe,FruitVeg,4.006262,0.0333373104405054
+1962,Zimbabwe,OilcropsPulses,4.006262,0.0155613886460746
 1962,Zimbabwe,Starchy Roots,4.006262,0.0143919693719482
+1962,Zimbabwe,Sugar,4.006262,0.0119198394912764
 1963,Zimbabwe,Ruminants,4.140804,0.355830123811704
 1963,Zimbabwe,Cereals,4.140804,0.197489183260063
 1963,Zimbabwe,Monogastrics,4.140804,0.0162261725017654
-1963,Zimbabwe,Oilcrops,4.140804,0.0151692763047949
-1963,Zimbabwe,Pulses,4.140804,0.00495724984809713
+1963,Zimbabwe,FruitVeg,4.140804,0.0331539478806531
+1963,Zimbabwe,OilcropsPulses,4.140804,0.020126526152892
 1963,Zimbabwe,Starchy Roots,4.140804,0.0142723490413939
+1963,Zimbabwe,Sugar,4.140804,0.0128871108122964
 1964,Zimbabwe,Ruminants,4.279561,0.279067362283187
 1964,Zimbabwe,Cereals,4.279561,0.200195767743467
 1964,Zimbabwe,Monogastrics,4.279561,0.0157550038426839
-1964,Zimbabwe,Oilcrops,4.279561,0.0151688455895359
-1964,Zimbabwe,Pulses,4.279561,0.00457523563748712
+1964,Zimbabwe,FruitVeg,4.279561,0.0328066360077587
+1964,Zimbabwe,OilcropsPulses,4.279561,0.0197440812270231
 1964,Zimbabwe,Starchy Roots,4.279561,0.0136672897056497
+1964,Zimbabwe,Sugar,4.279561,0.0123909905712292
 1965,Zimbabwe,Ruminants,4.422132,0.25612073542807
 1965,Zimbabwe,Cereals,4.422132,0.199358137658487
 1965,Zimbabwe,Monogastrics,4.422132,0.0142727082773649
-1965,Zimbabwe,Oilcrops,4.422132,0.0149011834110786
-1965,Zimbabwe,Pulses,4.422132,0.00428865533638525
+1965,Zimbabwe,FruitVeg,4.422132,0.0321051022447996
+1965,Zimbabwe,OilcropsPulses,4.422132,0.0191898387474639
 1965,Zimbabwe,Starchy Roots,4.422132,0.0130328538361134
+1965,Zimbabwe,Sugar,4.422132,0.0147415319126611
 1966,Zimbabwe,Ruminants,4.56832,0.288502184610535
 1966,Zimbabwe,Cereals,4.56832,0.199446623704119
 1966,Zimbabwe,Monogastrics,4.56832,0.0133670583496778
-1966,Zimbabwe,Oilcrops,4.56832,0.0138446956430373
-1966,Zimbabwe,Pulses,4.56832,0.00397498423928271
+1966,Zimbabwe,FruitVeg,4.56832,0.030721797072009
+1966,Zimbabwe,OilcropsPulses,4.56832,0.01781967988232
 1966,Zimbabwe,Starchy Roots,4.56832,0.0118516216026898
+1966,Zimbabwe,Sugar,4.56832,0.0155551712664612
 1967,Zimbabwe,Ruminants,4.718612,0.208268978250384
 1967,Zimbabwe,Cereals,4.718612,0.209467741785084
 1967,Zimbabwe,Monogastrics,4.718612,0.0170007832811852
-1967,Zimbabwe,Oilcrops,4.718612,0.0180860388605802
-1967,Zimbabwe,Pulses,4.718612,0.00407323170457753
+1967,Zimbabwe,FruitVeg,4.718612,0.0301614118728134
+1967,Zimbabwe,OilcropsPulses,4.718612,0.0221592705651577
 1967,Zimbabwe,Starchy Roots,4.718612,0.0128400046454339
+1967,Zimbabwe,Sugar,4.718612,0.0173769320300122
 1968,Zimbabwe,Ruminants,4.874113,0.223921644820299
 1968,Zimbabwe,Cereals,4.874113,0.212556417957483
 1968,Zimbabwe,Monogastrics,4.874113,0.0188086734960802
-1968,Zimbabwe,Oilcrops,4.874113,0.0161574013569238
-1968,Zimbabwe,Pulses,4.874113,0.00413818883558916
+1968,Zimbabwe,FruitVeg,4.874113,0.0302137024726345
+1968,Zimbabwe,OilcropsPulses,4.874113,0.020295590192513
 1968,Zimbabwe,Starchy Roots,4.874113,0.0125192009294819
+1968,Zimbabwe,Sugar,4.874113,0.0167745392854043
 1969,Zimbabwe,Ruminants,5.036321,0.240702627969901
 1969,Zimbabwe,Cereals,5.036321,0.203875805374598
 1969,Zimbabwe,Monogastrics,5.036321,0.0179309261661439
-1969,Zimbabwe,Oilcrops,5.036321,0.0157360898957791
-1969,Zimbabwe,Pulses,5.036321,0.00384209028773186
+1969,Zimbabwe,FruitVeg,5.036321,0.0302850036762947
+1969,Zimbabwe,OilcropsPulses,5.036321,0.0195781801835109
 1969,Zimbabwe,Starchy Roots,5.036321,0.0125075427082587
+1969,Zimbabwe,Sugar,5.036321,0.0172487019790835
 1970,Zimbabwe,Ruminants,5.206311,0.270130251535108
 1970,Zimbabwe,Cereals,5.206311,0.205219204154343
 1970,Zimbabwe,Monogastrics,5.206311,0.0183873763976067
-1970,Zimbabwe,Oilcrops,5.206311,0.0244297737880046
-1970,Zimbabwe,Pulses,5.206311,0.00371798764998864
+1970,Zimbabwe,FruitVeg,5.206311,0.0302552037325469
+1970,Zimbabwe,OilcropsPulses,5.206311,0.0281477614379932
 1970,Zimbabwe,Starchy Roots,5.206311,0.012289315793851
+1970,Zimbabwe,Sugar,5.206311,0.0175066376173071
 1971,Zimbabwe,Ruminants,5.385342,0.330360931580576
 1971,Zimbabwe,Cereals,5.385342,0.19999119833058
 1971,Zimbabwe,Monogastrics,5.385342,0.0160423794811917
-1971,Zimbabwe,Oilcrops,5.385342,0.0259225876462442
-1971,Zimbabwe,Pulses,5.385342,0.00376986271252596
+1971,Zimbabwe,FruitVeg,5.385342,0.0301958538566353
+1971,Zimbabwe,OilcropsPulses,5.385342,0.0296924503587702
 1971,Zimbabwe,Starchy Roots,5.385342,0.0122300496421583
+1971,Zimbabwe,Sugar,5.385342,0.0185434834036538
 1972,Zimbabwe,Ruminants,5.573312,0.418781525240288
 1972,Zimbabwe,Cereals,5.573312,0.200299211671624
 1972,Zimbabwe,Monogastrics,5.573312,0.0153963029523558
-1972,Zimbabwe,Oilcrops,5.573312,0.0276210985496595
-1972,Zimbabwe,Pulses,5.573312,0.00346831471125248
+1972,Zimbabwe,FruitVeg,5.573312,0.0303078313218424
+1972,Zimbabwe,OilcropsPulses,5.573312,0.031089413260912
 1972,Zimbabwe,Starchy Roots,5.573312,0.0123255256479451
+1972,Zimbabwe,Sugar,5.573312,0.0166669298255687
 1973,Zimbabwe,Ruminants,5.768382,0.449185473500195
 1973,Zimbabwe,Cereals,5.768382,0.193008195365702
 1973,Zimbabwe,Monogastrics,5.768382,0.0178373762347917
-1973,Zimbabwe,Oilcrops,5.768382,0.0282332203380428
-1973,Zimbabwe,Pulses,5.768382,0.00340476757607246
+1973,Zimbabwe,FruitVeg,5.768382,0.0301060158637205
+1973,Zimbabwe,OilcropsPulses,5.768382,0.0316379879141153
 1973,Zimbabwe,Starchy Roots,5.768382,0.0114286813876057
+1973,Zimbabwe,Sugar,5.768382,0.019417750072724
 1974,Zimbabwe,Ruminants,5.967861,0.301976956232727
 1974,Zimbabwe,Cereals,5.967861,0.200806285535136
 1974,Zimbabwe,Monogastrics,5.967861,0.0176915313543663
-1974,Zimbabwe,Oilcrops,5.967861,0.0300621948131835
-1974,Zimbabwe,Pulses,5.967861,0.00329029111100275
+1974,Zimbabwe,FruitVeg,5.967861,0.0298710040331033
+1974,Zimbabwe,OilcropsPulses,5.967861,0.0333524859241862
 1974,Zimbabwe,Starchy Roots,5.967861,0.0119012490404854
+1974,Zimbabwe,Sugar,5.967861,0.0194835301961624
 1975,Zimbabwe,Ruminants,6.170284,0.275106526701202
 1975,Zimbabwe,Cereals,6.170284,0.195606555549145
 1975,Zimbabwe,Monogastrics,6.170284,0.0174020190966899
-1975,Zimbabwe,Oilcrops,6.170284,0.0266971504066912
-1975,Zimbabwe,Pulses,6.170284,0.00308170580154819
+1975,Zimbabwe,FruitVeg,6.170284,0.0302331302740684
+1975,Zimbabwe,OilcropsPulses,6.170284,0.0297788562082394
 1975,Zimbabwe,Starchy Roots,6.170284,0.0102758641255411
+1975,Zimbabwe,Sugar,6.170284,0.0208231906343371
 1976,Zimbabwe,Ruminants,6.373956,0.29500318169752
 1976,Zimbabwe,Cereals,6.373956,0.193991141451243
 1976,Zimbabwe,Monogastrics,6.373956,0.0169703399270406
-1976,Zimbabwe,Oilcrops,6.373956,0.0271440530810065
-1976,Zimbabwe,Pulses,6.373956,0.00307171872538813
+1976,Zimbabwe,FruitVeg,6.373956,0.0302174975792114
+1976,Zimbabwe,OilcropsPulses,6.373956,0.0302157718063946
 1976,Zimbabwe,Starchy Roots,6.373956,0.0106014224133333
+1976,Zimbabwe,Sugar,6.373956,0.0208856164052592
 1977,Zimbabwe,Ruminants,6.580739,0.28636523952705
 1977,Zimbabwe,Cereals,6.580739,0.198459473928384
 1977,Zimbabwe,Monogastrics,6.580739,0.0170487843386586
-1977,Zimbabwe,Oilcrops,6.580739,0.0286709440991354
-1977,Zimbabwe,Pulses,6.580739,0.00338654974768031
+1977,Zimbabwe,FruitVeg,6.580739,0.03016712864619
+1977,Zimbabwe,OilcropsPulses,6.580739,0.0320574938468157
 1977,Zimbabwe,Starchy Roots,6.580739,0.0100386901835797
+1977,Zimbabwe,Sugar,6.580739,0.0186380283430174
 1978,Zimbabwe,Ruminants,6.796946,0.268276811379699
 1978,Zimbabwe,Cereals,6.796946,0.20300735065425
 1978,Zimbabwe,Monogastrics,6.796946,0.0162228447894098
-1978,Zimbabwe,Oilcrops,6.796946,0.027396421863584
-1978,Zimbabwe,Pulses,6.796946,0.0024385952161456
+1978,Zimbabwe,FruitVeg,6.796946,0.0299346206369743
+1978,Zimbabwe,OilcropsPulses,6.796946,0.0298350170797296
 1978,Zimbabwe,Starchy Roots,6.796946,0.00999846107354685
+1978,Zimbabwe,Sugar,6.796946,0.0159983616171145
 1979,Zimbabwe,Ruminants,7.031159,0.245526406101754
 1979,Zimbabwe,Cereals,7.031159,0.192047854414898
 1979,Zimbabwe,Monogastrics,7.031159,0.0139708688140888
-1979,Zimbabwe,Oilcrops,7.031159,0.028069909953679
-1979,Zimbabwe,Pulses,7.031159,0.00283224998894208
+1979,Zimbabwe,FruitVeg,7.031159,0.0292054268720136
+1979,Zimbabwe,OilcropsPulses,7.031159,0.0309021599426211
 1979,Zimbabwe,Starchy Roots,7.031159,0.00989865255500551
+1979,Zimbabwe,Sugar,7.031159,0.0179291920435877
 1980,Zimbabwe,Ruminants,7.289083,0.303963132262316
 1980,Zimbabwe,Cereals,7.289083,0.199286933623887
 1980,Zimbabwe,Monogastrics,7.289083,0.0137815826764491
-1980,Zimbabwe,Oilcrops,7.289083,0.0246631846557379
-1980,Zimbabwe,Pulses,7.289083,0.00276632876865307
+1980,Zimbabwe,FruitVeg,7.289083,0.029136724057059
+1980,Zimbabwe,OilcropsPulses,7.289083,0.027429513424391
 1980,Zimbabwe,Starchy Roots,7.289083,0.0103354564627677
+1980,Zimbabwe,Sugar,7.289083,0.0178027880873355
 1981,Zimbabwe,Ruminants,7.571965,0.305614883322889
 1981,Zimbabwe,Cereals,7.571965,0.189326020392329
 1981,Zimbabwe,Monogastrics,7.571965,0.014085419042481
-1981,Zimbabwe,Oilcrops,7.571965,0.0261222813364827
-1981,Zimbabwe,Pulses,7.571965,0.00162243222201899
+1981,Zimbabwe,FruitVeg,7.571965,0.02900369983221
+1981,Zimbabwe,OilcropsPulses,7.571965,0.0277447135585017
 1981,Zimbabwe,Starchy Roots,7.571965,0.00865019846235422
+1981,Zimbabwe,Sugar,7.571965,0.0205064339309545
 1982,Zimbabwe,Ruminants,7.876414,0.315961019824504
 1982,Zimbabwe,Cereals,7.876414,0.180955571913818
 1982,Zimbabwe,Monogastrics,7.876414,0.0148475816532752
-1982,Zimbabwe,Oilcrops,7.876414,0.0211342369763702
-1982,Zimbabwe,Pulses,7.876414,0.00569561224181461
+1982,Zimbabwe,FruitVeg,7.876414,0.0283876647418483
+1982,Zimbabwe,OilcropsPulses,7.876414,0.0268298492181848
 1982,Zimbabwe,Starchy Roots,7.876414,0.00989727050914287
+1982,Zimbabwe,Sugar,7.876414,0.0235084138543251
 1983,Zimbabwe,Ruminants,8.197564,0.277626938929663
 1983,Zimbabwe,Cereals,8.197564,0.175047001767842
 1983,Zimbabwe,Monogastrics,8.197564,0.0154774759916483
-1983,Zimbabwe,Oilcrops,8.197564,0.0199788620131541
-1983,Zimbabwe,Pulses,8.197564,0.00538318456556118
+1983,Zimbabwe,FruitVeg,8.197564,0.0277676392645425
+1983,Zimbabwe,OilcropsPulses,8.197564,0.0253620465787153
 1983,Zimbabwe,Starchy Roots,8.197564,0.0106896390195917
+1983,Zimbabwe,Sugar,8.197564,0.0240599524444091
 1984,Zimbabwe,Ruminants,8.528328,0.24237943240457
 1984,Zimbabwe,Cereals,8.528328,0.17617849594903
 1984,Zimbabwe,Monogastrics,8.528328,0.0125502443151811
-1984,Zimbabwe,Oilcrops,8.528328,0.0214031402169335
-1984,Zimbabwe,Pulses,8.528328,0.00494715963082095
+1984,Zimbabwe,FruitVeg,8.528328,0.0271171559067616
+1984,Zimbabwe,OilcropsPulses,8.528328,0.0263502998477544
 1984,Zimbabwe,Starchy Roots,8.528328,0.0117516587073105
+1984,Zimbabwe,Sugar,8.528328,0.0232753712099253
 1985,Zimbabwe,Ruminants,8.862601,0.247642593861554
 1985,Zimbabwe,Cereals,8.862601,0.16748198412633
 1985,Zimbabwe,Monogastrics,8.862601,0.0113317975163273
-1985,Zimbabwe,Oilcrops,8.862601,0.0255132776484014
-1985,Zimbabwe,Pulses,8.862601,0.00516451096015718
+1985,Zimbabwe,FruitVeg,8.862601,0.026450587135763
+1985,Zimbabwe,OilcropsPulses,8.862601,0.0306777886085586
 1985,Zimbabwe,Starchy Roots,8.862601,0.0116575258211444
+1985,Zimbabwe,Sugar,8.862601,0.0232631481435303
 1986,Zimbabwe,Ruminants,9.198874,0.275445375162221
 1986,Zimbabwe,Cereals,9.198874,0.1674658224474
 1986,Zimbabwe,Monogastrics,9.198874,0.0113790339991612
-1986,Zimbabwe,Oilcrops,9.198874,0.0220024755203735
-1986,Zimbabwe,Pulses,9.198874,0.00435640275103235
+1986,Zimbabwe,FruitVeg,9.198874,0.0265441183344831
+1986,Zimbabwe,OilcropsPulses,9.198874,0.0263588782714058
 1986,Zimbabwe,Starchy Roots,9.198874,0.0116333803463337
+1986,Zimbabwe,Sugar,9.198874,0.0233854708739352
 1987,Zimbabwe,Ruminants,9.535657,0.250231064309465
 1987,Zimbabwe,Cereals,9.535657,0.166016562886018
 1987,Zimbabwe,Monogastrics,9.535657,0.0130695766427001
-1987,Zimbabwe,Oilcrops,9.535657,0.02318088832264
-1987,Zimbabwe,Pulses,9.535657,0.00412011463919057
+1987,Zimbabwe,FruitVeg,9.535657,0.0259669574943814
+1987,Zimbabwe,OilcropsPulses,9.535657,0.0273010029618305
 1987,Zimbabwe,Starchy Roots,9.535657,0.0113628248163708
+1987,Zimbabwe,Sugar,9.535657,0.0223758048344231
 1988,Zimbabwe,Ruminants,9.866776,0.244979646847157
 1988,Zimbabwe,Cereals,9.866776,0.162950491629687
 1988,Zimbabwe,Monogastrics,9.866776,0.0140326688271833
-1988,Zimbabwe,Oilcrops,9.866776,0.029196365661894
-1988,Zimbabwe,Pulses,9.866776,0.00406323200202376
+1988,Zimbabwe,FruitVeg,9.866776,0.0263001815385289
+1988,Zimbabwe,OilcropsPulses,9.866776,0.0332595976639178
 1988,Zimbabwe,Starchy Roots,9.866776,0.0111970718702847
+1988,Zimbabwe,Sugar,9.866776,0.0226638366980258
 1989,Zimbabwe,Ruminants,10.184966,0.252807245502832
 1989,Zimbabwe,Cereals,10.184966,0.164745272590993
 1989,Zimbabwe,Monogastrics,10.184966,0.0150038006999729
-1989,Zimbabwe,Oilcrops,10.184966,0.0268306246677701
-1989,Zimbabwe,Pulses,10.184966,0.00398253661327883
+1989,Zimbabwe,FruitVeg,10.184966,0.0255691575209971
+1989,Zimbabwe,OilcropsPulses,10.184966,0.030813161281049
 1989,Zimbabwe,Starchy Roots,10.184966,0.0111895317078133
+1989,Zimbabwe,Sugar,10.184966,0.0223464663505013
 1990,Zimbabwe,Ruminants,10.484771,0.271483020468449
 1990,Zimbabwe,Cereals,10.484771,0.162859350957689
 1990,Zimbabwe,Monogastrics,10.484771,0.0151125570601399
-1990,Zimbabwe,Oilcrops,10.484771,0.025463980090743
-1990,Zimbabwe,Pulses,10.484771,0.00387810091417352
+1990,Zimbabwe,FruitVeg,10.484771,0.0257620314263421
+1990,Zimbabwe,OilcropsPulses,10.484771,0.0293420810049166
 1990,Zimbabwe,Starchy Roots,10.484771,0.0113428323804116
+1990,Zimbabwe,Sugar,10.484771,0.0214843986578248
 1991,Zimbabwe,Ruminants,10.763036,0.263527103319175
 1991,Zimbabwe,Cereals,10.763036,0.15900411370918
 1991,Zimbabwe,Monogastrics,10.763036,0.0148421226129876
-1991,Zimbabwe,Oilcrops,10.763036,0.024623907232123
-1991,Zimbabwe,Pulses,10.763036,0.0039550178964374
+1991,Zimbabwe,FruitVeg,10.763036,0.0260572388682896
+1991,Zimbabwe,OilcropsPulses,10.763036,0.0285789251285604
 1991,Zimbabwe,Starchy Roots,10.763036,0.0122404124635465
+1991,Zimbabwe,Sugar,10.763036,0.0208762657673913
 1992,Zimbabwe,Ruminants,11.019717,0.25634097499963
 1992,Zimbabwe,Cereals,11.019717,0.160818104493972
 1992,Zimbabwe,Monogastrics,11.019717,0.0143651420449364
-1992,Zimbabwe,Oilcrops,11.019717,0.0160957853999336
-1992,Zimbabwe,Pulses,11.019717,0.00362976653574679
+1992,Zimbabwe,FruitVeg,11.019717,0.0223542038330022
+1992,Zimbabwe,OilcropsPulses,11.019717,0.0197255519356804
 1992,Zimbabwe,Starchy Roots,11.019717,0.0122671934315555
+1992,Zimbabwe,Sugar,11.019717,0.0214111669110922
 1993,Zimbabwe,Ruminants,11.256512,0.187643312599853
 1993,Zimbabwe,Cereals,11.256512,0.158402176446843
 1993,Zimbabwe,Monogastrics,11.256512,0.0121414608717159
-1993,Zimbabwe,Oilcrops,11.256512,0.0184452341897739
-1993,Zimbabwe,Pulses,11.256512,0.00385563485385171
+1993,Zimbabwe,FruitVeg,11.256512,0.0242579584155376
+1993,Zimbabwe,OilcropsPulses,11.256512,0.0223008690436256
 1993,Zimbabwe,Starchy Roots,11.256512,0.0134413750902589
+1993,Zimbabwe,Sugar,11.256512,0.0211659704178346
 1994,Zimbabwe,Ruminants,11.476807,0.189322997241306
 1994,Zimbabwe,Cereals,11.476807,0.158582609257087
 1994,Zimbabwe,Monogastrics,11.476807,0.0123995376065834
-1994,Zimbabwe,Oilcrops,11.476807,0.0188193458337323
-1994,Zimbabwe,Pulses,11.476807,0.00343335912157449
+1994,Zimbabwe,FruitVeg,11.476807,0.0240662755764735
+1994,Zimbabwe,OilcropsPulses,11.476807,0.0222527049553068
 1994,Zimbabwe,Starchy Roots,11.476807,0.0125395504167666
+1994,Zimbabwe,Sugar,11.476807,0.0212253286127405
 1995,Zimbabwe,Ruminants,11.683136,0.191104948191992
 1995,Zimbabwe,Cereals,11.683136,0.156965047740607
 1995,Zimbabwe,Monogastrics,11.683136,0.0142003311439668
-1995,Zimbabwe,Oilcrops,11.683136,0.0156697653780629
-1995,Zimbabwe,Pulses,11.683136,0.00337366611156457
+1995,Zimbabwe,FruitVeg,11.683136,0.0219358911853804
+1995,Zimbabwe,OilcropsPulses,11.683136,0.0190434314896274
 1995,Zimbabwe,Starchy Roots,11.683136,0.0145024418101441
+1995,Zimbabwe,Sugar,11.683136,0.0231714327386072
 1996,Zimbabwe,Ruminants,11.877664,0.20113279850314
 1996,Zimbabwe,Cereals,11.877664,0.157753410098147
 1996,Zimbabwe,Monogastrics,11.877664,0.0141067721733836
-1996,Zimbabwe,Oilcrops,11.877664,0.0176602065860762
-1996,Zimbabwe,Pulses,11.877664,0.00345051013397921
+1996,Zimbabwe,FruitVeg,11.877664,0.0220912967398303
+1996,Zimbabwe,OilcropsPulses,11.877664,0.0211107167200554
 1996,Zimbabwe,Starchy Roots,11.877664,0.0168889269809282
+1996,Zimbabwe,Sugar,11.877664,0.0242854150445744
 1997,Zimbabwe,Ruminants,12.059858,0.212872456707202
 1997,Zimbabwe,Cereals,12.059858,0.155143037339246
 1997,Zimbabwe,Monogastrics,12.059858,0.014268177950354
-1997,Zimbabwe,Oilcrops,12.059858,0.0205792638686127
-1997,Zimbabwe,Pulses,12.059858,0.0032839524312807
+1997,Zimbabwe,FruitVeg,12.059858,0.0222315221290334
+1997,Zimbabwe,OilcropsPulses,12.059858,0.0238632162998934
 1997,Zimbabwe,Starchy Roots,12.059858,0.0149854169095523
+1997,Zimbabwe,Sugar,12.059858,0.0275933597228093
 1998,Zimbabwe,Ruminants,12.226742,0.217985265412487
 1998,Zimbabwe,Cereals,12.226742,0.153754777846789
 1998,Zimbabwe,Monogastrics,12.226742,0.0147058799474136
-1998,Zimbabwe,Oilcrops,12.226742,0.0200565285502876
-1998,Zimbabwe,Pulses,12.226742,0.00336107525618844
+1998,Zimbabwe,FruitVeg,12.226742,0.0203719028339684
+1998,Zimbabwe,OilcropsPulses,12.226742,0.023417603806476
 1998,Zimbabwe,Starchy Roots,12.226742,0.0150695909016482
+1998,Zimbabwe,Sugar,12.226742,0.0276556911072467
 1999,Zimbabwe,Ruminants,12.374019,0.244695187553858
 1999,Zimbabwe,Cereals,12.374019,0.149087374118304
 1999,Zimbabwe,Monogastrics,12.374019,0.0147527250443045
-1999,Zimbabwe,Oilcrops,12.374019,0.0212705346581414
-1999,Zimbabwe,Pulses,12.374019,0.00354727110084444
+1999,Zimbabwe,FruitVeg,12.374019,0.0204054155727416
+1999,Zimbabwe,OilcropsPulses,12.374019,0.0248178057589858
 1999,Zimbabwe,Starchy Roots,12.374019,0.0154616701332041
+1999,Zimbabwe,Sugar,12.374019,0.028033979905801
 2000,Zimbabwe,Ruminants,12.499981,0.25989198703582
 2000,Zimbabwe,Cereals,12.499981,0.144962140342453
 2000,Zimbabwe,Monogastrics,12.499981,0.0189635088245334
-2000,Zimbabwe,Oilcrops,12.499981,0.0235044357267423
-2000,Zimbabwe,Pulses,12.499981,0.0034635252645584
+2000,Zimbabwe,FruitVeg,12.499981,0.0210113119371941
+2000,Zimbabwe,OilcropsPulses,12.499981,0.0269679609913007
 2000,Zimbabwe,Starchy Roots,12.499981,0.0157684239680044
+2000,Zimbabwe,Sugar,12.499981,0.0289192439572508
 2001,Zimbabwe,Ruminants,12.603988,0.308901833292764
 2001,Zimbabwe,Cereals,12.603988,0.145134063916913
 2001,Zimbabwe,Monogastrics,12.603988,0.027437085785864
-2001,Zimbabwe,Oilcrops,12.603988,0.0233627642298612
-2001,Zimbabwe,Pulses,12.603988,0.00371802956334138
+2001,Zimbabwe,FruitVeg,12.603988,0.0239225870414983
+2001,Zimbabwe,OilcropsPulses,12.603988,0.0270807937932026
 2001,Zimbabwe,Starchy Roots,12.603988,0.0162015387510683
+2001,Zimbabwe,Sugar,12.603988,0.0310441425364734
 2002,Zimbabwe,Ruminants,12.691431,0.269689265142757
 2002,Zimbabwe,Cereals,12.691431,0.144541462660909
 2002,Zimbabwe,Monogastrics,12.691431,0.023673295785164
-2002,Zimbabwe,Oilcrops,12.691431,0.024018804498878
-2002,Zimbabwe,Pulses,12.691431,0.00400537969280217
+2002,Zimbabwe,FruitVeg,12.691431,0.0236925213555508
+2002,Zimbabwe,OilcropsPulses,12.691431,0.0280241841916802
 2002,Zimbabwe,Starchy Roots,12.691431,0.0152160934413149
+2002,Zimbabwe,Sugar,12.691431,0.0316749939388238
 2003,Zimbabwe,Ruminants,12.774162,0.277401132066432
 2003,Zimbabwe,Cereals,12.774162,0.143974454058121
 2003,Zimbabwe,Monogastrics,12.774162,0.0272873163813016
-2003,Zimbabwe,Oilcrops,12.774162,0.024427982046885
-2003,Zimbabwe,Pulses,12.774162,0.0043597380399591
+2003,Zimbabwe,FruitVeg,12.774162,0.0264729694206164
+2003,Zimbabwe,OilcropsPulses,12.774162,0.0287877200868441
 2003,Zimbabwe,Starchy Roots,12.774162,0.0159463297866428
+2003,Zimbabwe,Sugar,12.774162,0.0285032395862836
 2004,Zimbabwe,Ruminants,12.867828,0.29305374613338
 2004,Zimbabwe,Cereals,12.867828,0.147956127483209
 2004,Zimbabwe,Monogastrics,12.867828,0.0279064345591191
-2004,Zimbabwe,Oilcrops,12.867828,0.0181282342288069
-2004,Zimbabwe,Pulses,12.867828,0.00487121835946206
+2004,Zimbabwe,FruitVeg,12.867828,0.0276154608221372
+2004,Zimbabwe,OilcropsPulses,12.867828,0.022999452588269
 2004,Zimbabwe,Starchy Roots,12.867828,0.0173260786513466
+2004,Zimbabwe,Sugar,12.867828,0.0279220393682601
 2005,Zimbabwe,Ruminants,12.984418,0.289212069420439
 2005,Zimbabwe,Cereals,12.984418,0.146817978287514
 2005,Zimbabwe,Monogastrics,12.984418,0.0298752704972991
-2005,Zimbabwe,Oilcrops,12.984418,0.0175478022965681
-2005,Zimbabwe,Pulses,12.984418,0.00457887292291422
+2005,Zimbabwe,FruitVeg,12.984418,0.023372476147949
+2005,Zimbabwe,OilcropsPulses,12.984418,0.0221266752194823
 2005,Zimbabwe,Starchy Roots,12.984418,0.0182126761476718
+2005,Zimbabwe,Sugar,12.984418,0.0259670475796451
 2006,Zimbabwe,Ruminants,13.127942,0.292601201315484
 2006,Zimbabwe,Cereals,13.127942,0.153136340791268
 2006,Zimbabwe,Monogastrics,13.127942,0.0303401477550708
-2006,Zimbabwe,Oilcrops,13.127942,0.0177484026056788
-2006,Zimbabwe,Pulses,13.127942,0.00461024279357724
+2006,Zimbabwe,FruitVeg,13.127942,0.0288100754863177
+2006,Zimbabwe,OilcropsPulses,13.127942,0.022358645399256
 2006,Zimbabwe,Starchy Roots,13.127942,0.0180914876071208
+2006,Zimbabwe,Sugar,13.127942,0.0276364718856924
 2007,Zimbabwe,Ruminants,13.297798,0.290554458715646
 2007,Zimbabwe,Cereals,13.297798,0.154115891969482
 2007,Zimbabwe,Monogastrics,13.297798,0.0313285101789033
-2007,Zimbabwe,Oilcrops,13.297798,0.0232142945771924
-2007,Zimbabwe,Pulses,13.297798,0.0043179329389723
+2007,Zimbabwe,FruitVeg,13.297798,0.0275247074741247
+2007,Zimbabwe,OilcropsPulses,13.297798,0.0275322275161647
 2007,Zimbabwe,Starchy Roots,13.297798,0.017157126315199
+2007,Zimbabwe,Sugar,13.297798,0.0245151866496994
 2008,Zimbabwe,Ruminants,13.495462,0.282972090914709
 2008,Zimbabwe,Cereals,13.495462,0.14893888034363
 2008,Zimbabwe,Monogastrics,13.495462,0.0321063109955035
-2008,Zimbabwe,Oilcrops,13.495462,0.0198002854589195
-2008,Zimbabwe,Pulses,13.495462,0.00513402208831383
+2008,Zimbabwe,FruitVeg,13.495462,0.0240954329685045
+2008,Zimbabwe,OilcropsPulses,13.495462,0.0249343075472333
 2008,Zimbabwe,Starchy Roots,13.495462,0.0181514349045627
+2008,Zimbabwe,Sugar,13.495462,0.0229306710655774
 2009,Zimbabwe,Ruminants,13.720997,0.285952121409253
 2009,Zimbabwe,Cereals,13.720997,0.151773154676734
 2009,Zimbabwe,Monogastrics,13.720997,0.0384151895084592
-2009,Zimbabwe,Oilcrops,13.720997,0.0184762083979757
-2009,Zimbabwe,Pulses,13.720997,0.0056722554490756
+2009,Zimbabwe,FruitVeg,13.720997,0.0266769973056623
+2009,Zimbabwe,OilcropsPulses,13.720997,0.0241484638470513
 2009,Zimbabwe,Starchy Roots,13.720997,0.0188094932168559
+2009,Zimbabwe,Sugar,13.720997,0.0228881326918153
 2010,Zimbabwe,Ruminants,13.973897,0.27263996578764
 2010,Zimbabwe,Cereals,13.973897,0.153461843893654
 2010,Zimbabwe,Monogastrics,13.973897,0.0387179825355805
-2010,Zimbabwe,Oilcrops,13.973897,0.0195044374522011
-2010,Zimbabwe,Pulses,13.973897,0.0049009234861256
+2010,Zimbabwe,FruitVeg,13.973897,0.0306930843987186
+2010,Zimbabwe,OilcropsPulses,13.973897,0.0244053609383267
 2010,Zimbabwe,Starchy Roots,13.973897,0.0184979179394266
+2010,Zimbabwe,Sugar,13.973897,0.0243707964929182
 2011,Zimbabwe,Ruminants,14.255592,0.269453551981566
 2011,Zimbabwe,Cereals,14.255592,0.158216719445955
 2011,Zimbabwe,Monogastrics,14.255592,0.0413520182115201
-2011,Zimbabwe,Oilcrops,14.255592,0.0218307314070156
-2011,Zimbabwe,Pulses,14.255592,0.00395164227483503
+2011,Zimbabwe,FruitVeg,14.255592,0.0315751180308752
+2011,Zimbabwe,OilcropsPulses,14.255592,0.0257823736818506
 2011,Zimbabwe,Starchy Roots,14.255592,0.0189036695214061
+2011,Zimbabwe,Sugar,14.255592,0.025568913588436
 2012,Zimbabwe,Ruminants,14.565482,0.260922535896855
 2012,Zimbabwe,Cereals,14.565482,0.154842112331058
 2012,Zimbabwe,Monogastrics,14.565482,0.0421161139741205
-2012,Zimbabwe,Oilcrops,14.565482,0.0217887743090136
-2012,Zimbabwe,Pulses,14.565482,0.00357832305171913
+2012,Zimbabwe,FruitVeg,14.565482,0.032656042553209
+2012,Zimbabwe,OilcropsPulses,14.565482,0.0253670973607327
 2012,Zimbabwe,Starchy Roots,14.565482,0.0186545834871788
+2012,Zimbabwe,Sugar,14.565482,0.0307713812697719
 2013,Zimbabwe,Ruminants,14.898092,0.255501013149872
 2013,Zimbabwe,Cereals,14.898092,0.147779594863557
 2013,Zimbabwe,Monogastrics,14.898092,0.0354752608589073
-2013,Zimbabwe,Oilcrops,14.898092,0.0205180636553996
-2013,Zimbabwe,Pulses,14.898092,0.00371450250139414
+2013,Zimbabwe,FruitVeg,14.898092,0.0300037078573552
+2013,Zimbabwe,OilcropsPulses,14.898092,0.0242325661567938
 2013,Zimbabwe,Starchy Roots,14.898092,0.0185578797607103
+2013,Zimbabwe,Sugar,14.898092,0.0318393791634526
 1961,Libya,Ruminants,1.98702359325305,0.208711102872907
 1961,Libya,Cereals,1.98702359325305,0.131312013589997
 1961,Libya,Monogastrics,1.98702359325305,0.0179466576482883
-1961,Libya,Oilcrops,1.98702359325305,0.0174642229246324
-1961,Libya,Pulses,1.98702359325305,0.00255776945598363
+1961,Libya,FruitVeg,1.98702359325305,0.223804695875679
+1961,Libya,OilcropsPulses,1.98702359325305,0.020021992380616
 1961,Libya,Starchy Roots,1.98702359325305,0.0302837588785622
+1961,Libya,Sugar,1.98702359325305,0.0166412403695653
 1962,Libya,Ruminants,2.03672906720849,0.179200723822924
 1962,Libya,Cereals,2.03672906720849,0.13283531300534
 1962,Libya,Monogastrics,2.03672906720849,0.0117217808630718
-1962,Libya,Oilcrops,2.03672906720849,0.0143086249006856
-1962,Libya,Pulses,2.03672906720849,0.00278379613883549
+1962,Libya,FruitVeg,2.03672906720849,0.201279932031679
+1962,Libya,OilcropsPulses,2.03672906720849,0.0170924210395211
 1962,Libya,Starchy Roots,2.03672906720849,0.0222991967940194
+1962,Libya,Sugar,2.03672906720849,0.0173716304116491
 1963,Libya,Ruminants,2.08812192050818,0.146300916218681
 1963,Libya,Cereals,2.08812192050818,0.129155461809759
 1963,Libya,Monogastrics,2.08812192050818,0.00765039678334736
-1963,Libya,Oilcrops,2.08812192050818,0.015290363976027
-1963,Libya,Pulses,2.08812192050818,0.00237202266475207
+1963,Libya,FruitVeg,2.08812192050818,0.199110564507853
+1963,Libya,OilcropsPulses,2.08812192050818,0.017662386640779
 1963,Libya,Starchy Roots,2.08812192050818,0.0171274737946105
+1963,Libya,Sugar,2.08812192050818,0.0167244744112079
 1964,Libya,Ruminants,2.14227887017302,0.146539090481087
 1964,Libya,Cereals,2.14227887017302,0.125078592804327
 1964,Libya,Monogastrics,2.14227887017302,0.00749175360095537
-1964,Libya,Oilcrops,2.14227887017302,0.0150885985192062
-1964,Libya,Pulses,2.14227887017302,0.00280571533460589
+1964,Libya,FruitVeg,2.14227887017302,0.181095957188585
+1964,Libya,OilcropsPulses,2.14227887017302,0.0178943138538121
 1964,Libya,Starchy Roots,2.14227887017302,0.0160037761956699
+1964,Libya,Sugar,2.14227887017302,0.0172472727453126
 1965,Libya,Ruminants,2.19994420991066,0.153669875859996
 1965,Libya,Cereals,2.19994420991066,0.134229215868626
 1965,Libya,Monogastrics,2.19994420991066,0.00803718046626134
-1965,Libya,Oilcrops,2.19994420991066,0.0155505449335243
-1965,Libya,Pulses,2.19994420991066,0.00258478826998089
+1965,Libya,FruitVeg,2.19994420991066,0.207934091462921
+1965,Libya,OilcropsPulses,2.19994420991066,0.0181353332035052
 1965,Libya,Starchy Roots,2.19994420991066,0.017727950678204
+1965,Libya,Sugar,2.19994420991066,0.0160995293163759
 1966,Libya,Ruminants,2.2615010628164,0.151271811084963
 1966,Libya,Cereals,2.2615010628164,0.132516591143065
 1966,Libya,Monogastrics,2.2615010628164,0.00794767042193039
-1966,Libya,Oilcrops,2.2615010628164,0.0143025541304267
-1966,Libya,Pulses,2.2615010628164,0.00214101880323127
+1966,Libya,FruitVeg,2.2615010628164,0.128311824662494
+1966,Libya,OilcropsPulses,2.2615010628164,0.016443572933658
 1966,Libya,Starchy Roots,2.2615010628164,0.0126495837644043
+1966,Libya,Sugar,2.2615010628164,0.0166021212657457
 1967,Libya,Ruminants,2.32664906317116,0.147063294034078
 1967,Libya,Cereals,2.32664906317116,0.139826902358861
 1967,Libya,Monogastrics,2.32664906317116,0.00749747064537089
-1967,Libya,Oilcrops,2.32664906317116,0.0142468319135924
-1967,Libya,Pulses,2.32664906317116,0.00228040667664256
+1967,Libya,FruitVeg,2.32664906317116,0.123427863165415
+1967,Libya,OilcropsPulses,2.32664906317116,0.016527238590235
 1967,Libya,Starchy Roots,2.32664906317116,0.0102920452648707
+1967,Libya,Sugar,2.32664906317116,0.0174431304255883
 1968,Libya,Ruminants,2.39462963073074,0.162998375409067
 1968,Libya,Cereals,2.39462963073074,0.144814649009708
 1968,Libya,Monogastrics,2.39462963073074,0.0078028675423262
-1968,Libya,Oilcrops,2.39462963073074,0.0158998770625062
-1968,Libya,Pulses,2.39462963073074,0.00217288764435624
+1968,Libya,FruitVeg,2.39462963073074,0.159502831083796
+1968,Libya,OilcropsPulses,2.39462963073074,0.0180727647068624
 1968,Libya,Starchy Roots,2.39462963073074,0.0158371605331429
+1968,Libya,Sugar,2.39462963073074,0.0176712916105437
 1969,Libya,Ruminants,2.46432946100267,0.162181485201567
 1969,Libya,Cereals,2.46432946100267,0.144785967797799
 1969,Libya,Monogastrics,2.46432946100267,0.00800711261961151
-1969,Libya,Oilcrops,2.46432946100267,0.0127859454568605
-1969,Libya,Pulses,2.46432946100267,0.00203684317728588
+1969,Libya,FruitVeg,2.46432946100267,0.146192952041852
+1969,Libya,OilcropsPulses,2.46432946100267,0.0148227886341464
 1969,Libya,Starchy Roots,2.46432946100267,0.0118320015140935
+1969,Libya,Sugar,2.46432946100267,0.0168330489223431
 1970,Libya,Ruminants,2.53499485207231,0.152397874286608
 1970,Libya,Cereals,2.53499485207231,0.141182566390056
 1970,Libya,Monogastrics,2.53499485207231,0.00802317080655418
-1970,Libya,Oilcrops,2.53499485207231,0.0143157063630028
-1970,Libya,Pulses,2.53499485207231,0.00227793297788397
+1970,Libya,FruitVeg,2.53499485207231,0.151648384577547
+1970,Libya,OilcropsPulses,2.53499485207231,0.0165936393408867
 1970,Libya,Starchy Roots,2.53499485207231,0.0156270435950214
+1970,Libya,Sugar,2.53499485207231,0.0151028523440462
 1971,Libya,Ruminants,2.60644112432118,0.167401906309385
 1971,Libya,Cereals,2.60644112432118,0.1399146035748
 1971,Libya,Monogastrics,2.60644112432118,0.00811318178053625
-1971,Libya,Oilcrops,2.60644112432118,0.0162570986271425
-1971,Libya,Pulses,2.60644112432118,0.00266495348864724
+1971,Libya,FruitVeg,2.60644112432118,0.158223358102089
+1971,Libya,OilcropsPulses,2.60644112432118,0.0189220521157898
 1971,Libya,Starchy Roots,2.60644112432118,0.0142942789662456
+1971,Libya,Sugar,2.60644112432118,0.0184620287910965
 1972,Libya,Ruminants,2.67909060170701,0.175981965384229
 1972,Libya,Cereals,2.67909060170701,0.155176189000588
 1972,Libya,Monogastrics,2.67909060170701,0.00823931958539633
-1972,Libya,Oilcrops,2.67909060170701,0.0154723632779794
-1972,Libya,Pulses,2.67909060170701,0.00299783541689766
+1972,Libya,FruitVeg,2.67909060170701,0.12026959578516
+1972,Libya,OilcropsPulses,2.67909060170701,0.018470198694877
 1972,Libya,Starchy Roots,2.67909060170701,0.0131091080597473
+1972,Libya,Sugar,2.67909060170701,0.0175312697229223
 1973,Libya,Ruminants,2.75354314453771,0.177709095197877
 1973,Libya,Cereals,2.75354314453771,0.15855189444376
 1973,Libya,Monogastrics,2.75354314453771,0.00849355003547107
-1973,Libya,Oilcrops,2.75354314453771,0.0112929743487078
-1973,Libya,Pulses,2.75354314453771,0.00309356339881456
+1973,Libya,FruitVeg,2.75354314453771,0.120850435080599
+1973,Libya,OilcropsPulses,2.75354314453771,0.0143865377475224
 1973,Libya,Starchy Roots,2.75354314453771,0.0182455195468004
+1973,Libya,Sugar,2.75354314453771,0.0165697866446037
 1974,Libya,Ruminants,2.83067040576726,0.189364005777519
 1974,Libya,Cereals,2.83067040576726,0.159365297699351
 1974,Libya,Monogastrics,2.83067040576726,0.00880627222817986
-1974,Libya,Oilcrops,2.83067040576726,0.0170406274640916
-1974,Libya,Pulses,2.83067040576726,0.00356297146453035
+1974,Libya,FruitVeg,2.83067040576726,0.12948602007015
+1974,Libya,OilcropsPulses,2.83067040576726,0.020603598928622
 1974,Libya,Starchy Roots,2.83067040576726,0.0231330944765387
+1974,Libya,Sugar,2.83067040576726,0.0177519538394298
 1975,Libya,Ruminants,2.91116022986145,0.187520756656044
 1975,Libya,Cereals,2.91116022986145,0.164980958277939
 1975,Libya,Monogastrics,2.91116022986145,0.00954854056155515
-1975,Libya,Oilcrops,2.91116022986145,0.0172744812436913
-1975,Libya,Pulses,2.91116022986145,0.00441926907125687
+1975,Libya,FruitVeg,2.91116022986145,0.126757470690518
+1975,Libya,OilcropsPulses,2.91116022986145,0.0216937503149482
 1975,Libya,Starchy Roots,2.91116022986145,0.0314651933934435
+1975,Libya,Sugar,2.91116022986145,0.0218998057226069
 1976,Libya,Ruminants,2.99498700559016,0.198264788220476
 1976,Libya,Cereals,2.99498700559016,0.165522160370573
 1976,Libya,Monogastrics,2.99498700559016,0.0104542020249169
-1976,Libya,Oilcrops,2.99498700559016,0.0168702744976858
-1976,Libya,Pulses,2.99498700559016,0.00494379483795336
+1976,Libya,FruitVeg,2.99498700559016,0.108569655471862
+1976,Libya,OilcropsPulses,2.99498700559016,0.0218140693356391
 1976,Libya,Starchy Roots,2.99498700559016,0.0253502046161554
+1976,Libya,Sugar,2.99498700559016,0.0235679719580348
 1977,Libya,Ruminants,3.08209097341648,0.221493445178411
 1977,Libya,Cereals,3.08209097341648,0.167623129301538
 1977,Libya,Monogastrics,3.08209097341648,0.0116465379896557
-1977,Libya,Oilcrops,3.08209097341648,0.0154261821131991
-1977,Libya,Pulses,3.08209097341648,0.00510367783625088
+1977,Libya,FruitVeg,3.08209097341648,0.0944371183476667
+1977,Libya,OilcropsPulses,3.08209097341648,0.0205298599494499
 1977,Libya,Starchy Roots,3.08209097341648,0.0247319078196134
+1977,Libya,Sugar,3.08209097341648,0.0253086118267622
 1978,Libya,Ruminants,3.17306258544135,0.208158263760965
 1978,Libya,Cereals,3.17306258544135,0.183570625857832
 1978,Libya,Monogastrics,3.17306258544135,0.0149014642881243
-1978,Libya,Oilcrops,3.17306258544135,0.0149928639008373
-1978,Libya,Pulses,3.17306258544135,0.00494500127413674
+1978,Libya,FruitVeg,3.17306258544135,0.0823425623002349
+1978,Libya,OilcropsPulses,3.17306258544135,0.019937865174974
 1978,Libya,Starchy Roots,3.17306258544135,0.0246970582733204
+1978,Libya,Sugar,3.17306258544135,0.025374456460296
 1979,Libya,Ruminants,3.26861338087404,0.212277167221522
 1979,Libya,Cereals,3.26861338087404,0.186163770222327
 1979,Libya,Monogastrics,3.26861338087404,0.013530554544136
-1979,Libya,Oilcrops,3.26861338087404,0.0179157444626047
-1979,Libya,Pulses,3.26861338087404,0.00506663882131434
+1979,Libya,FruitVeg,3.26861338087404,0.0997301228878722
+1979,Libya,OilcropsPulses,3.26861338087404,0.022982383283919
 1979,Libya,Starchy Roots,3.26861338087404,0.0288618356153037
+1979,Libya,Sugar,3.26861338087404,0.0291767482139984
 1980,Libya,Ruminants,3.36913519411264,0.227564522462133
 1980,Libya,Cereals,3.36913519411264,0.195020272035131
 1980,Libya,Monogastrics,3.36913519411264,0.0181588132170473
-1980,Libya,Oilcrops,3.36913519411264,0.0161884623127552
-1980,Libya,Pulses,3.36913519411264,0.00484369333452548
+1980,Libya,FruitVeg,3.36913519411264,0.107679533934786
+1980,Libya,OilcropsPulses,3.36913519411264,0.0210321556472807
 1980,Libya,Starchy Roots,3.36913519411264,0.0275705676412885
+1980,Libya,Sugar,3.36913519411264,0.0293946190045229
 1981,Libya,Ruminants,3.47470642688194,0.24095183197754
 1981,Libya,Cereals,3.47470642688194,0.187850308571638
 1981,Libya,Monogastrics,3.47470642688194,0.0201649125007954
-1981,Libya,Oilcrops,3.47470642688194,0.021692199333252
-1981,Libya,Pulses,3.47470642688194,0.00419301024229897
+1981,Libya,FruitVeg,3.47470642688194,0.103164628651291
+1981,Libya,OilcropsPulses,3.47470642688194,0.025885209575551
 1981,Libya,Starchy Roots,3.47470642688194,0.0251350967703181
+1981,Libya,Sugar,3.47470642688194,0.0289057172886009
 1982,Libya,Ruminants,3.58482321743044,0.254956134908842
 1982,Libya,Cereals,3.58482321743044,0.186811812632775
 1982,Libya,Monogastrics,3.58482321743044,0.0255246807873034
-1982,Libya,Oilcrops,3.58482321743044,0.0188144744132897
-1982,Libya,Pulses,3.58482321743044,0.00486972473015622
+1982,Libya,FruitVeg,3.58482321743044,0.0907684749112558
+1982,Libya,OilcropsPulses,3.58482321743044,0.023684199143446
 1982,Libya,Starchy Roots,3.58482321743044,0.0246922814440198
+1982,Libya,Sugar,3.58482321743044,0.0268063284939842
 1983,Libya,Ruminants,3.69852087609068,0.284284036470581
 1983,Libya,Cereals,3.69852087609068,0.185256625498957
 1983,Libya,Monogastrics,3.69852087609068,0.0277117118441204
-1983,Libya,Oilcrops,3.69852087609068,0.0159475413184521
-1983,Libya,Pulses,3.69852087609068,0.00526655752927415
+1983,Libya,FruitVeg,3.69852087609068,0.0915953278945528
+1983,Libya,OilcropsPulses,3.69852087609068,0.0212140988477262
 1983,Libya,Starchy Roots,3.69852087609068,0.0318612598434692
+1983,Libya,Sugar,3.69852087609068,0.0291663651821569
 1984,Libya,Ruminants,3.81448033739905,0.244822161759803
 1984,Libya,Cereals,3.81448033739905,0.181866082344468
 1984,Libya,Monogastrics,3.81448033739905,0.0318236160946881
-1984,Libya,Oilcrops,3.81448033739905,0.0145399232305208
-1984,Libya,Pulses,3.81448033739905,0.00563573608798121
+1984,Libya,FruitVeg,3.81448033739905,0.0996021852156977
+1984,Libya,OilcropsPulses,3.81448033739905,0.020175659318502
 1984,Libya,Starchy Roots,3.81448033739905,0.0265577691495838
+1984,Libya,Sugar,3.81448033739905,0.0291265718964
 1985,Libya,Ruminants,3.93156913199697,0.276081099860905
 1985,Libya,Cereals,3.93156913199697,0.18779957801831
 1985,Libya,Monogastrics,3.93156913199697,0.0331113288239941
-1985,Libya,Oilcrops,3.93156913199697,0.0168667265682374
-1985,Libya,Pulses,3.93156913199697,0.00524109200480654
+1985,Libya,FruitVeg,3.93156913199697,0.116474417958276
+1985,Libya,OilcropsPulses,3.93156913199697,0.0221078185730439
 1985,Libya,Starchy Roots,3.93156913199697,0.0406018228914166
+1985,Libya,Sugar,3.93156913199697,0.0290169577931453
 1986,Libya,Ruminants,4.04923583441987,0.27004923481826
 1986,Libya,Cereals,4.04923583441987,0.201047739375411
 1986,Libya,Monogastrics,4.04923583441987,0.0305464467613568
-1986,Libya,Oilcrops,4.04923583441987,0.0174548936125538
-1986,Libya,Pulses,4.04923583441987,0.00579077499875652
+1986,Libya,FruitVeg,4.04923583441987,0.124112505698913
+1986,Libya,OilcropsPulses,4.04923583441987,0.0232456686113103
 1986,Libya,Starchy Roots,4.04923583441987,0.034587085493929
+1986,Libya,Sugar,4.04923583441987,0.0305811952837701
 1987,Libya,Ruminants,4.16711944828145,0.268185658023582
 1987,Libya,Cereals,4.16711944828145,0.198242620826612
 1987,Libya,Monogastrics,4.16711944828145,0.0311507173563687
-1987,Libya,Oilcrops,4.16711944828145,0.0165803512174507
-1987,Libya,Pulses,4.16711944828145,0.0058072014633064
+1987,Libya,FruitVeg,4.16711944828145,0.118085463144344
+1987,Libya,OilcropsPulses,4.16711944828145,0.0223875526807571
 1987,Libya,Starchy Roots,4.16711944828145,0.0339740685308808
+1987,Libya,Sugar,4.16711944828145,0.0331550999337776
 1988,Libya,Ruminants,4.28447881594304,0.264084905296315
 1988,Libya,Cereals,4.28447881594304,0.205781039809173
 1988,Libya,Monogastrics,4.28447881594304,0.0323719304069907
-1988,Libya,Oilcrops,4.28447881594304,0.0181640455908879
-1988,Libya,Pulses,4.28447881594304,0.00551910369980383
+1988,Libya,FruitVeg,4.28447881594304,0.111062675210488
+1988,Libya,OilcropsPulses,4.28447881594304,0.0236831492906917
 1988,Libya,Starchy Roots,4.28447881594304,0.0336295970317866
+1988,Libya,Sugar,4.28447881594304,0.0281313135400116
 1989,Libya,Ruminants,4.400544380919,0.269567518715403
 1989,Libya,Cereals,4.400544380919,0.203639559641109
 1989,Libya,Monogastrics,4.400544380919,0.0325598191535554
-1989,Libya,Oilcrops,4.400544380919,0.0155449407825448
-1989,Libya,Pulses,4.400544380919,0.00687541618544323
+1989,Libya,FruitVeg,4.400544380919,0.117274154057989
+1989,Libya,OilcropsPulses,4.400544380919,0.0224203569679881
 1989,Libya,Starchy Roots,4.400544380919,0.036724367816811
+1989,Libya,Sugar,4.400544380919,0.0301728532294209
 1990,Libya,Ruminants,4.51460895965142,0.282359367134546
 1990,Libya,Cereals,4.51460895965142,0.208563139974415
 1990,Libya,Monogastrics,4.51460895965142,0.0360931715840361
-1990,Libya,Oilcrops,4.51460895965142,0.020715246204476
-1990,Libya,Pulses,4.51460895965142,0.00504504336231152
+1990,Libya,FruitVeg,4.51460895965142,0.0966196677385359
+1990,Libya,OilcropsPulses,4.51460895965142,0.0257602895667875
 1990,Libya,Starchy Roots,4.51460895965142,0.0291106978892393
+1990,Libya,Sugar,4.51460895965142,0.0292691550643546
 1991,Libya,Ruminants,4.62644692939886,0.284477058064884
 1991,Libya,Cereals,4.62644692939886,0.205916658924662
 1991,Libya,Monogastrics,4.62644692939886,0.0345775522338642
-1991,Libya,Oilcrops,4.62644692939886,0.016988299097731
-1991,Libya,Pulses,4.62644692939886,0.00533420661387241
+1991,Libya,FruitVeg,4.62644692939886,0.117923112724929
+1991,Libya,OilcropsPulses,4.62644692939886,0.0223225057116034
 1991,Libya,Starchy Roots,4.62644692939886,0.0377015348600905
+1991,Libya,Sugar,4.62644692939886,0.0280606773816512
 1992,Libya,Ruminants,4.73562464151003,0.290191329425519
 1992,Libya,Cereals,4.73562464151003,0.217067626222084
 1992,Libya,Monogastrics,4.73562464151003,0.0316802767647204
-1992,Libya,Oilcrops,4.73562464151003,0.0233467806333715
-1992,Libya,Pulses,4.73562464151003,0.0057905322634211
+1992,Libya,FruitVeg,4.73562464151003,0.121387277495122
+1992,Libya,OilcropsPulses,4.73562464151003,0.0291373128967926
 1992,Libya,Starchy Roots,4.73562464151003,0.0369030173775201
+1992,Libya,Sugar,4.73562464151003,0.0266080755688889
 1993,Libya,Ruminants,4.84104116154235,0.315317805812623
 1993,Libya,Cereals,4.84104116154235,0.218474844343246
 1993,Libya,Monogastrics,4.84104116154235,0.0315607545489583
-1993,Libya,Oilcrops,4.84104116154235,0.0206389359639936
-1993,Libya,Pulses,4.84104116154235,0.00458720598523493
+1993,Libya,FruitVeg,4.84104116154235,0.121197070018449
+1993,Libya,OilcropsPulses,4.84104116154235,0.0252261419492286
 1993,Libya,Starchy Roots,4.84104116154235,0.0332264364862895
+1993,Libya,Sugar,4.84104116154235,0.0274245530398301
 1994,Libya,Ruminants,4.94140198990597,0.297231081783153
 1994,Libya,Cereals,4.94140198990597,0.213346442416027
 1994,Libya,Monogastrics,4.94140198990597,0.0323961996353221
-1994,Libya,Oilcrops,4.94140198990597,0.0204320814300394
-1994,Libya,Pulses,4.94140198990597,0.00526436503189213
+1994,Libya,FruitVeg,4.94140198990597,0.112505299782121
+1994,Libya,OilcropsPulses,4.94140198990597,0.0256964464619316
 1994,Libya,Starchy Roots,4.94140198990597,0.0242729580391238
+1994,Libya,Sugar,4.94140198990597,0.0262191173652507
 1995,Libya,Ruminants,5.0358821662297,0.29544175434105
 1995,Libya,Cereals,5.0358821662297,0.212122867531821
 1995,Libya,Monogastrics,5.0358821662297,0.0328864425016347
-1995,Libya,Oilcrops,5.0358821662297,0.0203115799379331
-1995,Libya,Pulses,5.0358821662297,0.00580214708538176
+1995,Libya,FruitVeg,5.0358821662297,0.12417474216639
+1995,Libya,OilcropsPulses,5.0358821662297,0.0261137270233149
 1995,Libya,Starchy Roots,5.0358821662297,0.0372136671706286
+1995,Libya,Sugar,5.0358821662297,0.0260622467937297
 1996,Libya,Ruminants,5.12430868404075,0.275510191661256
 1996,Libya,Cereals,5.12430868404075,0.221359194846674
 1996,Libya,Monogastrics,5.12430868404075,0.0295630783236642
-1996,Libya,Oilcrops,5.12430868404075,0.0230570077579984
-1996,Libya,Pulses,5.12430868404075,0.00636185992994182
+1996,Libya,FruitVeg,5.12430868404075,0.118129947603752
+1996,Libya,OilcropsPulses,5.12430868404075,0.0294188676879402
 1996,Libya,Starchy Roots,5.12430868404075,0.0343257012932785
+1996,Libya,Sugar,5.12430868404075,0.0265441749494141
 1997,Libya,Ruminants,5.20721903071931,0.259673376859129
 1997,Libya,Cereals,5.20721903071931,0.209071037443241
 1997,Libya,Monogastrics,5.20721903071931,0.0303906919354195
-1997,Libya,Oilcrops,5.20721903071931,0.02421098272578
-1997,Libya,Pulses,5.20721903071931,0.00647162177024093
+1997,Libya,FruitVeg,5.20721903071931,0.113035733040433
+1997,Libya,OilcropsPulses,5.20721903071931,0.0306826044960209
 1997,Libya,Starchy Roots,5.20721903071931,0.0328881593732971
+1997,Libya,Sugar,5.20721903071931,0.0282462524655195
 1998,Libya,Ruminants,5.28547492833421,0.275061334586813
 1998,Libya,Cereals,5.28547492833421,0.226282663213884
 1998,Libya,Monogastrics,5.28547492833421,0.0339633574711704
-1998,Libya,Oilcrops,5.28547492833421,0.018126386101669
-1998,Libya,Pulses,5.28547492833421,0.00675161717355246
+1998,Libya,FruitVeg,5.28547492833421,0.120676153909037
+1998,Libya,OilcropsPulses,5.28547492833421,0.0248780032752214
 1998,Libya,Starchy Roots,5.28547492833421,0.0336912365411341
+1998,Libya,Sugar,5.28547492833421,0.0193745368673377
 1999,Libya,Ruminants,5.36033481168188,0.280358230599198
 1999,Libya,Cereals,5.36033481168188,0.225168430481532
 1999,Libya,Monogastrics,5.36033481168188,0.0310414124742159
-1999,Libya,Oilcrops,5.36033481168188,0.0249417622404279
-1999,Libya,Pulses,5.36033481168188,0.00819461368939274
+1999,Libya,FruitVeg,5.36033481168188,0.133624012649322
+1999,Libya,OilcropsPulses,5.36033481168188,0.0331363759298207
 1999,Libya,Starchy Roots,5.36033481168188,0.0292314208375193
+1999,Libya,Sugar,5.36033481168188,0.0218241882231128
 2000,Libya,Ruminants,5.43300571887249,0.28791768752723
 2000,Libya,Cereals,5.43300571887249,0.214284065070236
 2000,Libya,Monogastrics,5.43300571887249,0.0320962601629353
-2000,Libya,Oilcrops,5.43300571887249,0.0196724835809833
-2000,Libya,Pulses,5.43300571887249,0.00554864345934014
+2000,Libya,FruitVeg,5.43300571887249,0.120494940009924
+2000,Libya,OilcropsPulses,5.43300571887249,0.0252211270403235
 2000,Libya,Starchy Roots,5.43300571887249,0.0377042680496304
+2000,Libya,Sugar,5.43300571887249,0.0291590229728661
 2001,Libya,Ruminants,5.50385683491693,0.26314044935284
 2001,Libya,Cereals,5.50385683491693,0.216905020272033
 2001,Libya,Monogastrics,5.50385683491693,0.0319130448821031
-2001,Libya,Oilcrops,5.50385683491693,0.0200465205797219
-2001,Libya,Pulses,5.50385683491693,0.00571276264374657
+2001,Libya,FruitVeg,5.50385683491693,0.132983078360713
+2001,Libya,OilcropsPulses,5.50385683491693,0.0257592832234684
 2001,Libya,Starchy Roots,5.50385683491693,0.0280615391043839
+2001,Libya,Sugar,5.50385683491693,0.0287118332451207
 2002,Libya,Ruminants,5.57355893012757,0.282019964309904
 2002,Libya,Cereals,5.57355893012757,0.22248392931289
 2002,Libya,Monogastrics,5.57355893012757,0.0355538274669825
-2002,Libya,Oilcrops,5.57355893012757,0.0178478616091765
-2002,Libya,Pulses,5.57355893012757,0.0059891429259671
+2002,Libya,FruitVeg,5.57355893012757,0.145047541938145
+2002,Libya,OilcropsPulses,5.57355893012757,0.0238370045351436
 2002,Libya,Starchy Roots,5.57355893012757,0.0395912997238827
+2002,Libya,Sugar,5.57355893012757,0.0298453719862783
 2003,Libya,Ruminants,5.6440331952147,0.300407147597309
 2003,Libya,Cereals,5.6440331952147,0.226592833202129
 2003,Libya,Monogastrics,5.6440331952147,0.0368407192419199
-2003,Libya,Oilcrops,5.6440331952147,0.0163449255539902
-2003,Libya,Pulses,5.6440331952147,0.00635896665912021
+2003,Libya,FruitVeg,5.6440331952147,0.165693498659017
+2003,Libya,OilcropsPulses,5.6440331952147,0.0227038922131104
 2003,Libya,Starchy Roots,5.6440331952147,0.0521185967439429
+2003,Libya,Sugar,5.6440331952147,0.0307311468853448
 2004,Libya,Ruminants,5.71761565312592,0.351221475916992
 2004,Libya,Cereals,5.71761565312592,0.222570982159521
 2004,Libya,Monogastrics,5.71761565312592,0.0382714961426507
-2004,Libya,Oilcrops,5.71761565312592,0.0237087078508314
-2004,Libya,Pulses,5.71761565312592,0.0058292558252564
+2004,Libya,FruitVeg,5.71761565312592,0.185508524867657
+2004,Libya,OilcropsPulses,5.71761565312592,0.0295379636760878
 2004,Libya,Starchy Roots,5.71761565312592,0.0519037487173276
+2004,Libya,Sugar,5.71761565312592,0.0312936575228405
 2005,Libya,Ruminants,5.7961327155975,0.353959179914252
 2005,Libya,Cereals,5.7961327155975,0.221443580110754
 2005,Libya,Monogastrics,5.7961327155975,0.0376551747936381
-2005,Libya,Oilcrops,5.7961327155975,0.0201354838075529
-2005,Libya,Pulses,5.7961327155975,0.00660787383340577
+2005,Libya,FruitVeg,5.7961327155975,0.193124769240679
+2005,Libya,OilcropsPulses,5.7961327155975,0.0267433576409587
 2005,Libya,Starchy Roots,5.7961327155975,0.0572932690314837
+2005,Libya,Sugar,5.7961327155975,0.0280468669380775
 2006,Libya,Ruminants,5.88001228182093,0.335796970535236
 2006,Libya,Cereals,5.88001228182093,0.224303992067635
 2006,Libya,Monogastrics,5.88001228182093,0.0363331619521432
-2006,Libya,Oilcrops,5.88001228182093,0.0192487091891133
-2006,Libya,Pulses,5.88001228182093,0.00561225989447849
+2006,Libya,FruitVeg,5.88001228182093,0.193929253939515
+2006,Libya,OilcropsPulses,5.88001228182093,0.0248609690835918
 2006,Libya,Starchy Roots,5.88001228182093,0.0586630050826494
+2006,Libya,Sugar,5.88001228182093,0.028974828772887
 2007,Libya,Ruminants,5.96932804941753,0.332854391243283
 2007,Libya,Cereals,5.96932804941753,0.22584731041889
 2007,Libya,Monogastrics,5.96932804941753,0.0372503379913549
-2007,Libya,Oilcrops,5.96932804941753,0.0185443213409993
-2007,Libya,Pulses,5.96932804941753,0.00631782100335092
+2007,Libya,FruitVeg,5.96932804941753,0.180829293212583
+2007,Libya,OilcropsPulses,5.96932804941753,0.0248621423443502
 2007,Libya,Starchy Roots,5.96932804941753,0.0425648016572076
+2007,Libya,Sugar,5.96932804941753,0.0323313273483303
 2008,Libya,Ruminants,6.06499348559452,0.322540443253967
 2008,Libya,Cereals,6.06499348559452,0.22665463868824
 2008,Libya,Monogastrics,6.06499348559452,0.0360669550443725
-2008,Libya,Oilcrops,6.06499348559452,0.0188080460292805
-2008,Libya,Pulses,6.06499348559452,0.00589077166540667
+2008,Libya,FruitVeg,6.06499348559452,0.187425926915926
+2008,Libya,OilcropsPulses,6.06499348559452,0.0246988176946872
 2008,Libya,Starchy Roots,6.06499348559452,0.0561651112079067
+2008,Libya,Sugar,6.06499348559452,0.0292661019016974
 2009,Libya,Ruminants,6.16791421738665,0.343229523139932
 2009,Libya,Cereals,6.16791421738665,0.226119074769948
 2009,Libya,Monogastrics,6.16791421738665,0.0363160535102886
-2009,Libya,Oilcrops,6.16791421738665,0.0235705878149099
-2009,Libya,Pulses,6.16791421738665,0.00604689762862273
+2009,Libya,FruitVeg,6.16791421738665,0.221793785003527
+2009,Libya,OilcropsPulses,6.16791421738665,0.0296174854435327
 2009,Libya,Starchy Roots,6.16791421738665,0.0667304675837013
+2009,Libya,Sugar,6.16791421738665,0.0318784445645263
 2010,Libya,Ruminants,6.27843782577394,0.318976622897019
 2010,Libya,Cereals,6.27843782577394,0.223774598175127
 2010,Libya,Monogastrics,6.27843782577394,0.0400904963262039
-2010,Libya,Oilcrops,6.27843782577394,0.021250849736788
-2010,Libya,Pulses,6.27843782577394,0.00695126803053566
+2010,Libya,FruitVeg,6.27843782577394,0.233383807636102
+2010,Libya,OilcropsPulses,6.27843782577394,0.0282021177673237
 2010,Libya,Starchy Roots,6.27843782577394,0.0675755981651652
+2010,Libya,Sugar,6.27843782577394,0.0319762436390626
 2011,Libya,Ruminants,6.39708106523603,0.360290084748449
 2011,Libya,Cereals,6.39708106523603,0.223411512642109
 2011,Libya,Monogastrics,6.39708106523603,0.0408652859923809
-2011,Libya,Oilcrops,6.39708106523603,0.0261229008845244
-2011,Libya,Pulses,6.39708106523603,0.00814535296493201
+2011,Libya,FruitVeg,6.39708106523603,0.253641978354954
+2011,Libya,OilcropsPulses,6.39708106523603,0.0342682538494564
 2011,Libya,Starchy Roots,6.39708106523603,0.0663600577517874
+2011,Libya,Sugar,6.39708106523603,0.027979636318
 2012,Libya,Ruminants,6.52292367374953,0.378335344181416
 2012,Libya,Cereals,6.52292367374953,0.227073293616379
 2012,Libya,Monogastrics,6.52292367374953,0.0428933033617208
-2012,Libya,Oilcrops,6.52292367374953,0.025425068604816
-2012,Libya,Pulses,6.52292367374953,0.00618975819261336
+2012,Libya,FruitVeg,6.52292367374953,0.268135166705409
+2012,Libya,OilcropsPulses,6.52292367374953,0.0316148267974294
 2012,Libya,Starchy Roots,6.52292367374953,0.0673404536880332
+2012,Libya,Sugar,6.52292367374953,0.0309099548986153
 2013,Libya,Ruminants,6.65301966294772,0.376678912385346
 2013,Libya,Cereals,6.65301966294772,0.226077135064861
 2013,Libya,Monogastrics,6.65301966294772,0.0441962089119519
-2013,Libya,Oilcrops,6.65301966294772,0.0274284632367219
-2013,Libya,Pulses,6.65301966294772,0.00854791929060116
+2013,Libya,FruitVeg,6.65301966294772,0.289545616491431
+2013,Libya,OilcropsPulses,6.65301966294772,0.0359763825273231
 2013,Libya,Starchy Roots,6.65301966294772,0.0665131729094866
+2013,Libya,Sugar,6.65301966294772,0.029139162683
 1961,Papua New Guinea,Ruminants,3.24201844008038,0.293015630526192
 1961,Papua New Guinea,Cereals,3.24201844008038,0.144147640193343
 1961,Papua New Guinea,Monogastrics,3.24201844008038,0.0158722049750462
-1961,Papua New Guinea,Oilcrops,3.24201844008038,0.659763429873855
-1961,Papua New Guinea,Pulses,3.24201844008038,0.00394938499626675
+1961,Papua New Guinea,FruitVeg,3.24201844008038,0.0189511533776084
+1961,Papua New Guinea,OilcropsPulses,3.24201844008038,0.663712814870122
 1961,Papua New Guinea,Starchy Roots,3.24201844008038,0.274850670020042
+1961,Papua New Guinea,Sugar,3.24201844008038,0.0295024953825598
 1962,Papua New Guinea,Ruminants,3.35687204261633,0.294812797692468
 1962,Papua New Guinea,Cereals,3.35687204261633,0.145316621439551
 1962,Papua New Guinea,Monogastrics,3.35687204261633,0.0163273051596865
-1962,Papua New Guinea,Oilcrops,3.35687204261633,0.590572043949371
-1962,Papua New Guinea,Pulses,3.35687204261633,0.00476070744065127
+1962,Papua New Guinea,FruitVeg,3.35687204261633,0.020489781201966
+1962,Papua New Guinea,OilcropsPulses,3.35687204261633,0.595332751390022
 1962,Papua New Guinea,Starchy Roots,3.35687204261633,0.272297284475397
+1962,Papua New Guinea,Sugar,3.35687204261633,0.0295699944968404
 1963,Papua New Guinea,Ruminants,3.47338188123988,0.323633220848769
 1963,Papua New Guinea,Cereals,3.47338188123988,0.147635990169827
 1963,Papua New Guinea,Monogastrics,3.47338188123988,0.0177117338517405
-1963,Papua New Guinea,Oilcrops,3.47338188123988,0.6185030994388
-1963,Papua New Guinea,Pulses,3.47338188123988,0.00577706048490628
+1963,Papua New Guinea,FruitVeg,3.47338188123988,0.0228675310860874
+1963,Papua New Guinea,OilcropsPulses,3.47338188123988,0.624280159923706
 1963,Papua New Guinea,Starchy Roots,3.47338188123988,0.25846843707589
+1963,Papua New Guinea,Sugar,3.47338188123988,0.0296257748597
 1964,Papua New Guinea,Ruminants,3.58680220254619,0.359273352099669
 1964,Papua New Guinea,Cereals,3.58680220254619,0.144501522914761
 1964,Papua New Guinea,Monogastrics,3.58680220254619,0.0194699990232034
-1964,Papua New Guinea,Oilcrops,3.58680220254619,0.586437622654578
-1964,Papua New Guinea,Pulses,3.58680220254619,0.00609609902941934
+1964,Papua New Guinea,FruitVeg,3.58680220254619,0.0241535169119018
+1964,Papua New Guinea,OilcropsPulses,3.58680220254619,0.592533721683997
 1964,Papua New Guinea,Starchy Roots,3.58680220254619,0.245606635113175
+1964,Papua New Guinea,Sugar,3.58680220254619,0.0299010771402946
 1965,Papua New Guinea,Ruminants,3.69375683297207,0.336230393805348
 1965,Papua New Guinea,Cereals,3.69375683297207,0.162348776849385
 1965,Papua New Guinea,Monogastrics,3.69375683297207,0.0208189978529115
-1965,Papua New Guinea,Oilcrops,3.69375683297207,0.433037138594994
-1965,Papua New Guinea,Pulses,3.69375683297207,0.00505729880746049
+1965,Papua New Guinea,FruitVeg,3.69375683297207,0.0243983409645515
+1965,Papua New Guinea,OilcropsPulses,3.69375683297207,0.438094437402454
 1965,Papua New Guinea,Starchy Roots,3.69375683297207,0.248894120081745
+1965,Papua New Guinea,Sugar,3.69375683297207,0.0299730104940028
 1966,Papua New Guinea,Ruminants,3.79285230465538,0.328580455945366
 1966,Papua New Guinea,Cereals,3.79285230465538,0.141547123941645
 1966,Papua New Guinea,Monogastrics,3.79285230465538,0.0201390215586286
-1966,Papua New Guinea,Oilcrops,3.79285230465538,0.393597702428364
-1966,Papua New Guinea,Pulses,3.79285230465538,0.00536393962996164
+1966,Papua New Guinea,FruitVeg,3.79285230465538,0.0218945308809667
+1966,Papua New Guinea,OilcropsPulses,3.79285230465538,0.398961642058325
 1966,Papua New Guinea,Starchy Roots,3.79285230465538,0.236128810129133
+1966,Papua New Guinea,Sugar,3.79285230465538,0.030222808185099
 1967,Papua New Guinea,Ruminants,3.88507598910986,0.335335952663498
 1967,Papua New Guinea,Cereals,3.88507598910986,0.138713822807848
 1967,Papua New Guinea,Monogastrics,3.88507598910986,0.0221097700195323
-1967,Papua New Guinea,Oilcrops,3.88507598910986,0.393588174892552
-1967,Papua New Guinea,Pulses,3.88507598910986,0.004713974474853
+1967,Papua New Guinea,FruitVeg,3.88507598910986,0.0236088139025355
+1967,Papua New Guinea,OilcropsPulses,3.88507598910986,0.398302149367405
 1967,Papua New Guinea,Starchy Roots,3.88507598910986,0.218527559329468
+1967,Papua New Guinea,Sugar,3.88507598910986,0.0304666219863869
 1968,Papua New Guinea,Ruminants,3.97247429342452,0.365175881512246
 1968,Papua New Guinea,Cereals,3.97247429342452,0.135100734234406
 1968,Papua New Guinea,Monogastrics,3.97247429342452,0.0216606165324011
-1968,Papua New Guinea,Oilcrops,3.97247429342452,0.450324422163736
-1968,Papua New Guinea,Pulses,3.97247429342452,0.00612563566499027
+1968,Papua New Guinea,FruitVeg,3.97247429342452,0.0268637988161648
+1968,Papua New Guinea,OilcropsPulses,3.97247429342452,0.456450057828727
 1968,Papua New Guinea,Starchy Roots,3.97247429342452,0.22291621148677
+1968,Papua New Guinea,Sugar,3.97247429342452,0.0310571331784552
 1969,Papua New Guinea,Ruminants,4.05824821234557,0.388574321261863
 1969,Papua New Guinea,Cereals,4.05824821234557,0.141088453259925
 1969,Papua New Guinea,Monogastrics,4.05824821234557,0.0227412838780439
-1969,Papua New Guinea,Oilcrops,4.05824821234557,0.487639774829837
-1969,Papua New Guinea,Pulses,4.05824821234557,0.00470903094029537
+1969,Papua New Guinea,FruitVeg,4.05824821234557,0.0235804724335291
+1969,Papua New Guinea,OilcropsPulses,4.05824821234557,0.492348805770133
 1969,Papua New Guinea,Starchy Roots,4.05824821234557,0.226828134105353
+1969,Papua New Guinea,Sugar,4.05824821234557,0.0315289242415027
 1970,Papua New Guinea,Ruminants,4.14480247326944,0.394621817420355
 1970,Papua New Guinea,Cereals,4.14480247326944,0.101988553951845
 1970,Papua New Guinea,Monogastrics,4.14480247326944,0.0258081682288595
-1970,Papua New Guinea,Oilcrops,4.14480247326944,0.417317767117682
-1970,Papua New Guinea,Pulses,4.14480247326944,0.00543869793998029
+1970,Papua New Guinea,FruitVeg,4.14480247326944,0.0267151301848696
+1970,Papua New Guinea,OilcropsPulses,4.14480247326944,0.422756465057662
 1970,Papua New Guinea,Starchy Roots,4.14480247326944,0.209287090632799
+1970,Papua New Guinea,Sugar,4.14480247326944,0.0317350234088783
 1971,Papua New Guinea,Ruminants,4.23296519423991,0.4052599600076
 1971,Papua New Guinea,Cereals,4.23296519423991,0.15608510894449
 1971,Papua New Guinea,Monogastrics,4.23296519423991,0.0295684169141894
-1971,Papua New Guinea,Oilcrops,4.23296519423991,0.427087232717771
-1971,Papua New Guinea,Pulses,4.23296519423991,0.00512414385977453
+1971,Papua New Guinea,FruitVeg,4.23296519423991,0.0287979142251425
+1971,Papua New Guinea,OilcropsPulses,4.23296519423991,0.432211376577546
 1971,Papua New Guinea,Starchy Roots,4.23296519423991,0.164559509857957
+1971,Papua New Guinea,Sugar,4.23296519423991,0.0323419256171452
 1972,Papua New Guinea,Ruminants,4.32222676415312,0.383830099242646
 1972,Papua New Guinea,Cereals,4.32222676415312,0.159490135608895
 1972,Papua New Guinea,Monogastrics,4.32222676415312,0.0337623961194596
-1972,Papua New Guinea,Oilcrops,4.32222676415312,0.427553973666709
-1972,Papua New Guinea,Pulses,4.32222676415312,0.00621763376202767
+1972,Papua New Guinea,FruitVeg,4.32222676415312,0.0294024992124331
+1972,Papua New Guinea,OilcropsPulses,4.32222676415312,0.433771607428737
 1972,Papua New Guinea,Starchy Roots,4.32222676415312,0.108385791739666
+1972,Papua New Guinea,Sugar,4.32222676415312,0.032164049733701
 1973,Papua New Guinea,Ruminants,4.41218904933415,0.378777099812492
 1973,Papua New Guinea,Cereals,4.41218904933415,0.157916583199334
 1973,Papua New Guinea,Monogastrics,4.41218904933415,0.0359945425899958
-1973,Papua New Guinea,Oilcrops,4.41218904933415,0.395642373612412
-1973,Papua New Guinea,Pulses,4.41218904933415,0.00458754504980067
+1973,Papua New Guinea,FruitVeg,4.41218904933415,0.034199047479828
+1973,Papua New Guinea,OilcropsPulses,4.41218904933415,0.400229918662213
 1973,Papua New Guinea,Starchy Roots,4.41218904933415,0.0685966118579557
+1973,Papua New Guinea,Sugar,4.41218904933415,0.0327191942379568
 1974,Papua New Guinea,Ruminants,4.50198411837172,0.378356910146342
 1974,Papua New Guinea,Cereals,4.50198411837172,0.141796931653773
 1974,Papua New Guinea,Monogastrics,4.50198411837172,0.0364904684587167
-1974,Papua New Guinea,Oilcrops,4.50198411837172,0.397222428570923
-1974,Papua New Guinea,Pulses,4.50198411837172,0.00606488310640872
+1974,Papua New Guinea,FruitVeg,4.50198411837172,0.0328306678976841
+1974,Papua New Guinea,OilcropsPulses,4.50198411837172,0.403287311677332
 1974,Papua New Guinea,Starchy Roots,4.50198411837172,0.0502700809712303
+1974,Papua New Guinea,Sugar,4.50198411837172,0.0324362470949051
 1975,Papua New Guinea,Ruminants,4.59121383759094,0.458639211088603
 1975,Papua New Guinea,Cereals,4.59121383759094,0.153410036906513
 1975,Papua New Guinea,Monogastrics,4.59121383759094,0.0368159807975137
-1975,Papua New Guinea,Oilcrops,4.59121383759094,0.339614493437301
-1975,Papua New Guinea,Pulses,4.59121383759094,0.0047399200821378
+1975,Papua New Guinea,FruitVeg,4.59121383759094,0.0344801870299969
+1975,Papua New Guinea,OilcropsPulses,4.59121383759094,0.344354413519438
 1975,Papua New Guinea,Starchy Roots,4.59121383759094,0.0505019146987818
+1975,Papua New Guinea,Sugar,4.59121383759094,0.0322914643283292
 1976,Papua New Guinea,Ruminants,4.67825382159818,0.477197828850956
 1976,Papua New Guinea,Cereals,4.67825382159818,0.140537476830694
 1976,Papua New Guinea,Monogastrics,4.67825382159818,0.0364031705992787
-1976,Papua New Guinea,Oilcrops,4.67825382159818,0.371896929992528
-1976,Papua New Guinea,Pulses,4.67825382159818,0.00554701688274331
+1976,Papua New Guinea,FruitVeg,4.67825382159818,0.033482944497492
+1976,Papua New Guinea,OilcropsPulses,4.67825382159818,0.377443946875271
 1976,Papua New Guinea,Starchy Roots,4.67825382159818,0.0338165484585284
+1976,Papua New Guinea,Sugar,4.67825382159818,0.0323902213189952
 1977,Papua New Guinea,Ruminants,4.76373312159981,0.55563786861187
 1977,Papua New Guinea,Cereals,4.76373312159981,0.147250851639259
 1977,Papua New Guinea,Monogastrics,4.76373312159981,0.0396669998562493
-1977,Papua New Guinea,Oilcrops,4.76373312159981,0.418210872232381
-1977,Papua New Guinea,Pulses,4.76373312159981,0.00537727869915655
+1977,Papua New Guinea,FruitVeg,4.76373312159981,0.0347926814183847
+1977,Papua New Guinea,OilcropsPulses,4.76373312159981,0.423588150931538
 1977,Papua New Guinea,Starchy Roots,4.76373312159981,0.0364708871423366
+1977,Papua New Guinea,Sugar,4.76373312159981,0.0327835148046495
 1978,Papua New Guinea,Ruminants,4.85203917069325,0.581642017369385
 1978,Papua New Guinea,Cereals,4.85203917069325,0.142422720678496
 1978,Papua New Guinea,Monogastrics,4.85203917069325,0.0428809153390181
-1978,Papua New Guinea,Oilcrops,4.85203917069325,0.360122622869034
-1978,Papua New Guinea,Pulses,4.85203917069325,0.00552721925730453
+1978,Papua New Guinea,FruitVeg,4.85203917069325,0.0352491515521508
+1978,Papua New Guinea,OilcropsPulses,4.85203917069325,0.365649842126338
 1978,Papua New Guinea,Starchy Roots,4.85203917069325,0.0402840413031634
+1978,Papua New Guinea,Sugar,4.85203917069325,0.0326201119885517
 1979,Papua New Guinea,Ruminants,4.94912804865504,0.549753113632085
 1979,Papua New Guinea,Cereals,4.94912804865504,0.150841215623748
 1979,Papua New Guinea,Monogastrics,4.94912804865504,0.0428885624600791
-1979,Papua New Guinea,Oilcrops,4.94912804865504,0.334790464345876
-1979,Papua New Guinea,Pulses,4.94912804865504,0.00567299663256326
+1979,Papua New Guinea,FruitVeg,4.94912804865504,0.0370852445775902
+1979,Papua New Guinea,OilcropsPulses,4.94912804865504,0.340463460978439
 1979,Papua New Guinea,Starchy Roots,4.94912804865504,0.0384190262589274
+1979,Papua New Guinea,Sugar,4.94912804865504,0.0330066721262153
 1980,Papua New Guinea,Ruminants,5.05833611568088,0.531592302945584
 1980,Papua New Guinea,Cereals,5.05833611568088,0.14575698615991
 1980,Papua New Guinea,Monogastrics,5.05833611568088,0.0445965091238808
-1980,Papua New Guinea,Oilcrops,5.05833611568088,0.324444003677258
-1980,Papua New Guinea,Pulses,5.05833611568088,0.00691059982117445
+1980,Papua New Guinea,FruitVeg,5.05833611568088,0.033710818945433
+1980,Papua New Guinea,OilcropsPulses,5.05833611568088,0.331354603498432
 1980,Papua New Guinea,Starchy Roots,5.05833611568088,0.0495044517485864
+1980,Papua New Guinea,Sugar,5.05833611568088,0.0288592315538932
 1981,Papua New Guinea,Ruminants,5.18335805227385,0.558165746739032
 1981,Papua New Guinea,Cereals,5.18335805227385,0.103951566693345
 1981,Papua New Guinea,Monogastrics,5.18335805227385,0.0447622500410933
-1981,Papua New Guinea,Oilcrops,5.18335805227385,0.303001580749573
-1981,Papua New Guinea,Pulses,5.18335805227385,0.00531064263845385
+1981,Papua New Guinea,FruitVeg,5.18335805227385,0.0341896622972024
+1981,Papua New Guinea,OilcropsPulses,5.18335805227385,0.308312223388027
 1981,Papua New Guinea,Starchy Roots,5.18335805227385,0.0545350921796678
+1981,Papua New Guinea,Sugar,5.18335805227385,0.0281938745569984
 1982,Papua New Guinea,Ruminants,5.32062658070683,0.520608923130339
 1982,Papua New Guinea,Cereals,5.32062658070683,0.149035612305371
 1982,Papua New Guinea,Monogastrics,5.32062658070683,0.045780878664344
-1982,Papua New Guinea,Oilcrops,5.32062658070683,0.316800759058719
-1982,Papua New Guinea,Pulses,5.32062658070683,0.00637238175625116
+1982,Papua New Guinea,FruitVeg,5.32062658070683,0.0331654185298924
+1982,Papua New Guinea,OilcropsPulses,5.32062658070683,0.323173140814971
 1982,Papua New Guinea,Starchy Roots,5.32062658070683,0.0580757741740447
+1982,Papua New Guinea,Sugar,5.32062658070683,0.0276146519883388
 1983,Papua New Guinea,Ruminants,5.4575288261589,0.522226793835326
 1983,Papua New Guinea,Cereals,5.4575288261589,0.137921676595335
 1983,Papua New Guinea,Monogastrics,5.4575288261589,0.049811712764576
-1983,Papua New Guinea,Oilcrops,5.4575288261589,0.324405556552556
-1983,Papua New Guinea,Pulses,5.4575288261589,0.00780432717770492
+1983,Papua New Guinea,FruitVeg,5.4575288261589,0.032723022984028
+1983,Papua New Guinea,OilcropsPulses,5.4575288261589,0.332209883730261
 1983,Papua New Guinea,Starchy Roots,5.4575288261589,0.0814413420699778
+1983,Papua New Guinea,Sugar,5.4575288261589,0.0277244017630864
 1984,Papua New Guinea,Ruminants,5.57678578713928,0.533184363604173
 1984,Papua New Guinea,Cereals,5.57678578713928,0.143603487319487
 1984,Papua New Guinea,Monogastrics,5.57678578713928,0.0482893230111113
-1984,Papua New Guinea,Oilcrops,5.57678578713928,0.310833192930553
-1984,Papua New Guinea,Pulses,5.57678578713928,0.00655799967445593
+1984,Papua New Guinea,FruitVeg,5.57678578713928,0.0346418872418136
+1984,Papua New Guinea,OilcropsPulses,5.57678578713928,0.317391192605009
 1984,Papua New Guinea,Starchy Roots,5.57678578713928,0.106425783090556
+1984,Papua New Guinea,Sugar,5.57678578713928,0.0277183643980433
 1985,Papua New Guinea,Ruminants,5.66674010964682,0.540910515229821
 1985,Papua New Guinea,Cereals,5.66674010964682,0.141977312295286
 1985,Papua New Guinea,Monogastrics,5.66674010964682,0.0474258181189692
-1985,Papua New Guinea,Oilcrops,5.66674010964682,0.275062775499077
-1985,Papua New Guinea,Pulses,5.66674010964682,0.00568246487452628
+1985,Papua New Guinea,FruitVeg,5.66674010964682,0.038296216046078
+1985,Papua New Guinea,OilcropsPulses,5.66674010964682,0.280745240373604
 1985,Papua New Guinea,Starchy Roots,5.66674010964682,0.111763573489137
+1985,Papua New Guinea,Sugar,5.66674010964682,0.0313083580290109
 1986,Papua New Guinea,Ruminants,5.72156311668093,0.612677928266449
 1986,Papua New Guinea,Cereals,5.72156311668093,0.149967712664986
 1986,Papua New Guinea,Monogastrics,5.72156311668093,0.0478482996264689
-1986,Papua New Guinea,Oilcrops,5.72156311668093,0.274909957302783
-1986,Papua New Guinea,Pulses,5.72156311668093,0.00735789397507195
+1986,Papua New Guinea,FruitVeg,5.72156311668093,0.0359502775040777
+1986,Papua New Guinea,OilcropsPulses,5.72156311668093,0.282267851277855
 1986,Papua New Guinea,Starchy Roots,5.72156311668093,0.0845719423058724
+1986,Papua New Guinea,Sugar,5.72156311668093,0.0269293074366639
 1987,Papua New Guinea,Ruminants,5.74686053038425,0.600655512833836
 1987,Papua New Guinea,Cereals,5.74686053038425,0.151775260660224
 1987,Papua New Guinea,Monogastrics,5.74686053038425,0.0472691121964737
-1987,Papua New Guinea,Oilcrops,5.74686053038425,0.191639474869237
-1987,Papua New Guinea,Pulses,5.74686053038425,0.00609096262426825
+1987,Papua New Guinea,FruitVeg,5.74686053038425,0.0432560878450933
+1987,Papua New Guinea,OilcropsPulses,5.74686053038425,0.197730437493505
 1987,Papua New Guinea,Starchy Roots,5.74686053038425,0.0718888773424781
+1987,Papua New Guinea,Sugar,5.74686053038425,0.0234757005784752
 1988,Papua New Guinea,Ruminants,5.75635999986743,0.597463336090677
 1988,Papua New Guinea,Cereals,5.75635999986743,0.144068898547276
 1988,Papua New Guinea,Monogastrics,5.75635999986743,0.0501615674253512
-1988,Papua New Guinea,Oilcrops,5.75635999986743,0.167919459745089
-1988,Papua New Guinea,Pulses,5.75635999986743,0.0107411905637984
+1988,Papua New Guinea,FruitVeg,5.75635999986743,0.0394595237634144
+1988,Papua New Guinea,OilcropsPulses,5.75635999986743,0.178660650308887
 1988,Papua New Guinea,Starchy Roots,5.75635999986743,0.0582403536777339
+1988,Papua New Guinea,Sugar,5.75635999986743,0.0257691743738571
 1989,Papua New Guinea,Ruminants,5.76994432085512,0.600657996422972
 1989,Papua New Guinea,Cereals,5.76994432085512,0.156677118063989
 1989,Papua New Guinea,Monogastrics,5.76994432085512,0.0560145675550354
-1989,Papua New Guinea,Oilcrops,5.76994432085512,0.195555212082404
-1989,Papua New Guinea,Pulses,5.76994432085512,0.00770882554262624
+1989,Papua New Guinea,FruitVeg,5.76994432085512,0.041687827066175
+1989,Papua New Guinea,OilcropsPulses,5.76994432085512,0.20326403762503
 1989,Papua New Guinea,Starchy Roots,5.76994432085512,0.051531552915719
+1989,Papua New Guinea,Sugar,5.76994432085512,0.0268028660381108
 1990,Papua New Guinea,Ruminants,5.80181094019434,0.750025115765839
 1990,Papua New Guinea,Cereals,5.80181094019434,0.153634374837022
 1990,Papua New Guinea,Monogastrics,5.80181094019434,0.0573538413397271
-1990,Papua New Guinea,Oilcrops,5.80181094019434,0.250166752215814
-1990,Papua New Guinea,Pulses,5.80181094019434,0.008621707158405
+1990,Papua New Guinea,FruitVeg,5.80181094019434,0.0379728420341849
+1990,Papua New Guinea,OilcropsPulses,5.80181094019434,0.258788459374219
 1990,Papua New Guinea,Starchy Roots,5.80181094019434,0.0691191365666336
+1990,Papua New Guinea,Sugar,5.80181094019434,0.0274695111072073
 1991,Papua New Guinea,Ruminants,5.85629951494153,0.711648621491864
 1991,Papua New Guinea,Cereals,5.85629951494153,0.161938844465232
 1991,Papua New Guinea,Monogastrics,5.85629951494153,0.0602229325777157
-1991,Papua New Guinea,Oilcrops,5.85629951494153,0.213125230295227
-1991,Papua New Guinea,Pulses,5.85629951494153,0.00788748404079574
+1991,Papua New Guinea,FruitVeg,5.85629951494153,0.0388242060508329
+1991,Papua New Guinea,OilcropsPulses,5.85629951494153,0.221012714336022
 1991,Papua New Guinea,Starchy Roots,5.85629951494153,0.0469713883250008
+1991,Papua New Guinea,Sugar,5.85629951494153,0.0277034110207228
 1992,Papua New Guinea,Ruminants,5.92848115020141,0.701135878280911
 1992,Papua New Guinea,Cereals,5.92848115020141,0.169301872043453
 1992,Papua New Guinea,Monogastrics,5.92848115020141,0.0614870509607352
-1992,Papua New Guinea,Oilcrops,5.92848115020141,0.222074478801505
-1992,Papua New Guinea,Pulses,5.92848115020141,0.00546650656652349
+1992,Papua New Guinea,FruitVeg,5.92848115020141,0.0411680326217473
+1992,Papua New Guinea,OilcropsPulses,5.92848115020141,0.227540985368029
 1992,Papua New Guinea,Starchy Roots,5.92848115020141,0.0380828813727781
+1992,Papua New Guinea,Sugar,5.92848115020141,0.0277260675805269
 1993,Papua New Guinea,Ruminants,6.01200959519601,0.688991608213778
 1993,Papua New Guinea,Cereals,6.01200959519601,0.171036947169891
 1993,Papua New Guinea,Monogastrics,6.01200959519601,0.0690963466062006
-1993,Papua New Guinea,Oilcrops,6.01200959519601,0.166833107291954
-1993,Papua New Guinea,Pulses,6.01200959519601,0.00917719171840895
+1993,Papua New Guinea,FruitVeg,6.01200959519601,0.0606311852338469
+1993,Papua New Guinea,OilcropsPulses,6.01200959519601,0.176010299010363
 1993,Papua New Guinea,Starchy Roots,6.01200959519601,0.0477031193710399
+1993,Papua New Guinea,Sugar,6.01200959519601,0.0268137171798512
 1994,Papua New Guinea,Ruminants,6.09674836656232,0.623739724631889
 1994,Papua New Guinea,Cereals,6.09674836656232,0.174583956973406
 1994,Papua New Guinea,Monogastrics,6.09674836656232,0.07144146403262
-1994,Papua New Guinea,Oilcrops,6.09674836656232,0.145637915226744
-1994,Papua New Guinea,Pulses,6.09674836656232,0.00934741780358538
+1994,Papua New Guinea,FruitVeg,6.09674836656232,0.0573148082845523
+1994,Papua New Guinea,OilcropsPulses,6.09674836656232,0.154985333030329
 1994,Papua New Guinea,Starchy Roots,6.09674836656232,0.0533901204964044
+1994,Papua New Guinea,Sugar,6.09674836656232,0.0260949291205304
 1995,Papua New Guinea,Ruminants,6.1750373723952,0.645385416854718
 1995,Papua New Guinea,Cereals,6.1750373723952,0.160313759674429
 1995,Papua New Guinea,Monogastrics,6.1750373723952,0.0693252593817134
-1995,Papua New Guinea,Oilcrops,6.1750373723952,0.145233127616061
-1995,Papua New Guinea,Pulses,6.1750373723952,0.00789428212580819
+1995,Papua New Guinea,FruitVeg,6.1750373723952,0.0579369643764394
+1995,Papua New Guinea,OilcropsPulses,6.1750373723952,0.153127409741869
 1995,Papua New Guinea,Starchy Roots,6.1750373723952,0.0659550379240179
+1995,Papua New Guinea,Sugar,6.1750373723952,0.0258401698005669
 1996,Papua New Guinea,Ruminants,6.24655014308124,0.636333796060825
 1996,Papua New Guinea,Cereals,6.24655014308124,0.168133245121922
 1996,Papua New Guinea,Monogastrics,6.24655014308124,0.0748675235411018
-1996,Papua New Guinea,Oilcrops,6.24655014308124,0.165401495769804
-1996,Papua New Guinea,Pulses,6.24655014308124,0.00477131956368494
+1996,Papua New Guinea,FruitVeg,6.24655014308124,0.0591284151647144
+1996,Papua New Guinea,OilcropsPulses,6.24655014308124,0.170172815333489
 1996,Papua New Guinea,Starchy Roots,6.24655014308124,0.102859349963479
+1996,Papua New Guinea,Sugar,6.24655014308124,0.0248687345359149
 1997,Papua New Guinea,Ruminants,6.31327734699495,0.634765576224776
 1997,Papua New Guinea,Cereals,6.31327734699495,0.170520861843026
 1997,Papua New Guinea,Monogastrics,6.31327734699495,0.0789068422001894
-1997,Papua New Guinea,Oilcrops,6.31327734699495,0.1669111405685
-1997,Papua New Guinea,Pulses,6.31327734699495,0.00743259520293016
+1997,Papua New Guinea,FruitVeg,6.31327734699495,0.0604319305198024
+1997,Papua New Guinea,OilcropsPulses,6.31327734699495,0.17434373577143
 1997,Papua New Guinea,Starchy Roots,6.31327734699495,0.0867468238362685
+1997,Papua New Guinea,Sugar,6.31327734699495,0.0255366969410702
 1998,Papua New Guinea,Ruminants,6.37263907792295,0.619695769410506
 1998,Papua New Guinea,Cereals,6.37263907792295,0.167283091386631
 1998,Papua New Guinea,Monogastrics,6.37263907792295,0.0739429773813778
-1998,Papua New Guinea,Oilcrops,6.37263907792295,0.184929915008359
-1998,Papua New Guinea,Pulses,6.37263907792295,0.0118328556041754
+1998,Papua New Guinea,FruitVeg,6.37263907792295,0.0571150823301854
+1998,Papua New Guinea,OilcropsPulses,6.37263907792295,0.196762770612535
 1998,Papua New Guinea,Starchy Roots,6.37263907792295,0.0880154539343308
+1998,Papua New Guinea,Sugar,6.37263907792295,0.0261684788720427
 1999,Papua New Guinea,Ruminants,6.42184840014094,0.641663422170531
 1999,Papua New Guinea,Cereals,6.42184840014094,0.168902682475009
 1999,Papua New Guinea,Monogastrics,6.42184840014094,0.0792522944994011
-1999,Papua New Guinea,Oilcrops,6.42184840014094,0.203953160221899
-1999,Papua New Guinea,Pulses,6.42184840014094,0.00915195897303638
+1999,Papua New Guinea,FruitVeg,6.42184840014094,0.0632081577792271
+1999,Papua New Guinea,OilcropsPulses,6.42184840014094,0.213105119194935
 1999,Papua New Guinea,Starchy Roots,6.42184840014094,0.0793173910779249
+1999,Papua New Guinea,Sugar,6.42184840014094,0.0293914151872178
 2000,Papua New Guinea,Ruminants,6.45950388311324,0.625739901358813
 2000,Papua New Guinea,Cereals,6.45950388311324,0.167516207010896
 2000,Papua New Guinea,Monogastrics,6.45950388311324,0.0800634350850506
-2000,Papua New Guinea,Oilcrops,6.45950388311324,0.176720827688564
-2000,Papua New Guinea,Pulses,6.45950388311324,0.00856607862449659
+2000,Papua New Guinea,FruitVeg,6.45950388311324,0.0656120450233783
+2000,Papua New Guinea,OilcropsPulses,6.45950388311324,0.185286906313061
 2000,Papua New Guinea,Starchy Roots,6.45950388311324,0.0980186705751686
+2000,Papua New Guinea,Sugar,6.45950388311324,0.0298401302724405
 2001,Papua New Guinea,Ruminants,6.48332820221943,0.573275854657554
 2001,Papua New Guinea,Cereals,6.48332820221943,0.169980901850248
 2001,Papua New Guinea,Monogastrics,6.48332820221943,0.0909811290629625
-2001,Papua New Guinea,Oilcrops,6.48332820221943,0.205058860374717
-2001,Papua New Guinea,Pulses,6.48332820221943,0.00861074777546471
+2001,Papua New Guinea,FruitVeg,6.48332820221943,0.0701080181524536
+2001,Papua New Guinea,OilcropsPulses,6.48332820221943,0.213669608150181
 2001,Papua New Guinea,Starchy Roots,6.48332820221943,0.082088883157397
+2001,Papua New Guinea,Sugar,6.48332820221943,0.0346431839256216
 2002,Papua New Guinea,Ruminants,6.49508110830256,0.53189945702478
 2002,Papua New Guinea,Cereals,6.49508110830256,0.173989905491172
 2002,Papua New Guinea,Monogastrics,6.49508110830256,0.0894217295519995
-2002,Papua New Guinea,Oilcrops,6.49508110830256,0.192566793062569
-2002,Papua New Guinea,Pulses,6.49508110830256,0.00893598188529725
+2002,Papua New Guinea,FruitVeg,6.49508110830256,0.0666600465127113
+2002,Papua New Guinea,OilcropsPulses,6.49508110830256,0.201502774947866
 2002,Papua New Guinea,Starchy Roots,6.49508110830256,0.0979623411316295
+2002,Papua New Guinea,Sugar,6.49508110830256,0.0348747258459392
 2003,Papua New Guinea,Ruminants,6.50252620802324,0.506223289486252
 2003,Papua New Guinea,Cereals,6.50252620802324,0.168957392980385
 2003,Papua New Guinea,Monogastrics,6.50252620802324,0.0893129780340082
-2003,Papua New Guinea,Oilcrops,6.50252620802324,0.144909664889435
-2003,Papua New Guinea,Pulses,6.50252620802324,0.00859389732876494
+2003,Papua New Guinea,FruitVeg,6.50252620802324,0.0752486450345691
+2003,Papua New Guinea,OilcropsPulses,6.50252620802324,0.1535035622182
 2003,Papua New Guinea,Starchy Roots,6.50252620802324,0.100591947843933
+2003,Papua New Guinea,Sugar,6.50252620802324,0.0372140980081457
 2004,Papua New Guinea,Ruminants,6.51629367050138,0.523072749601334
 2004,Papua New Guinea,Cereals,6.51629367050138,0.161698773759554
 2004,Papua New Guinea,Monogastrics,6.51629367050138,0.0956317246182891
-2004,Papua New Guinea,Oilcrops,6.51629367050138,0.179361035247539
-2004,Papua New Guinea,Pulses,6.51629367050138,0.00862950675440365
+2004,Papua New Guinea,FruitVeg,6.51629367050138,0.0793029919778091
+2004,Papua New Guinea,OilcropsPulses,6.51629367050138,0.187990542001943
 2004,Papua New Guinea,Starchy Roots,6.51629367050138,0.105581318620892
+2004,Papua New Guinea,Sugar,6.51629367050138,0.0372992161103677
 2005,Papua New Guinea,Ruminants,6.54388433417214,0.53046786400915
 2005,Papua New Guinea,Cereals,6.54388433417214,0.166495096249787
 2005,Papua New Guinea,Monogastrics,6.54388433417214,0.100324401937164
-2005,Papua New Guinea,Oilcrops,6.54388433417214,0.162067119320532
-2005,Papua New Guinea,Pulses,6.54388433417214,0.00862841011413692
+2005,Papua New Guinea,FruitVeg,6.54388433417214,0.0798836728237327
+2005,Papua New Guinea,OilcropsPulses,6.54388433417214,0.170695529434669
 2005,Papua New Guinea,Starchy Roots,6.54388433417214,0.0989486748923122
+2005,Papua New Guinea,Sugar,6.54388433417214,0.0400160619113675
 2006,Papua New Guinea,Ruminants,6.58823642555631,0.535401805678096
 2006,Papua New Guinea,Cereals,6.58823642555631,0.163121381694243
 2006,Papua New Guinea,Monogastrics,6.58823642555631,0.102134301840728
-2006,Papua New Guinea,Oilcrops,6.58823642555631,0.159809763231366
-2006,Papua New Guinea,Pulses,6.58823642555631,0.00790437399533473
+2006,Papua New Guinea,FruitVeg,6.58823642555631,0.0881664027846602
+2006,Papua New Guinea,OilcropsPulses,6.58823642555631,0.167714137226701
 2006,Papua New Guinea,Starchy Roots,6.58823642555631,0.103983611114468
+2006,Papua New Guinea,Sugar,6.58823642555631,0.0407812518884686
 2007,Papua New Guinea,Ruminants,6.64667448635854,0.499837911465877
 2007,Papua New Guinea,Cereals,6.64667448635854,0.161908835083003
 2007,Papua New Guinea,Monogastrics,6.64667448635854,0.0996431177064652
-2007,Papua New Guinea,Oilcrops,6.64667448635854,0.150961569563295
-2007,Papua New Guinea,Pulses,6.64667448635854,0.00647156142891885
+2007,Papua New Guinea,FruitVeg,6.64667448635854,0.0896003373549978
+2007,Papua New Guinea,OilcropsPulses,6.64667448635854,0.157433130992214
 2007,Papua New Guinea,Starchy Roots,6.64667448635854,0.109168364822595
+2007,Papua New Guinea,Sugar,6.64667448635854,0.0400010063146243
 2008,Papua New Guinea,Ruminants,6.71417406960156,0.498073898904894
 2008,Papua New Guinea,Cereals,6.71417406960156,0.168416733277515
 2008,Papua New Guinea,Monogastrics,6.71417406960156,0.0973660054601129
-2008,Papua New Guinea,Oilcrops,6.71417406960156,0.169856476353347
-2008,Papua New Guinea,Pulses,6.71417406960156,0.00738609544998494
+2008,Papua New Guinea,FruitVeg,6.71417406960156,0.10030526348247
+2008,Papua New Guinea,OilcropsPulses,6.71417406960156,0.177242571803332
 2008,Papua New Guinea,Starchy Roots,6.71417406960156,0.105521070770369
+2008,Papua New Guinea,Sugar,6.71417406960156,0.0380049477826296
 2009,Papua New Guinea,Ruminants,6.78303527001274,0.449953630551714
 2009,Papua New Guinea,Cereals,6.78303527001274,0.167816315941464
 2009,Papua New Guinea,Monogastrics,6.78303527001274,0.0848100730876418
-2009,Papua New Guinea,Oilcrops,6.78303527001274,0.150590359380833
-2009,Papua New Guinea,Pulses,6.78303527001274,0.00685680879587347
+2009,Papua New Guinea,FruitVeg,6.78303527001274,0.0781964984610039
+2009,Papua New Guinea,OilcropsPulses,6.78303527001274,0.157447168176706
 2009,Papua New Guinea,Starchy Roots,6.78303527001274,0.104024868111202
+2009,Papua New Guinea,Sugar,6.78303527001274,0.0392555531816485
 2010,Papua New Guinea,Ruminants,6.847517,0.425038490520401
 2010,Papua New Guinea,Cereals,6.847517,0.174537648612946
 2010,Papua New Guinea,Monogastrics,6.847517,0.101321236534132
-2010,Papua New Guinea,Oilcrops,6.847517,0.120414860364299
-2010,Papua New Guinea,Pulses,6.847517,0.00887142538188178
+2010,Papua New Guinea,FruitVeg,6.847517,0.0798718998269671
+2010,Papua New Guinea,OilcropsPulses,6.847517,0.129286285746181
 2010,Papua New Guinea,Starchy Roots,6.847517,0.100602126630324
+2010,Papua New Guinea,Sugar,6.847517,0.0359043295439745
 2011,Papua New Guinea,Ruminants,6.90624171704816,0.438400626292044
 2011,Papua New Guinea,Cereals,6.90624171704816,0.161074196929186
 2011,Papua New Guinea,Monogastrics,6.90624171704816,0.119836578360872
-2011,Papua New Guinea,Oilcrops,6.90624171704816,0.125917906395166
-2011,Papua New Guinea,Pulses,6.90624171704816,0.0103963095810461
+2011,Papua New Guinea,FruitVeg,6.90624171704816,0.0775739715240042
+2011,Papua New Guinea,OilcropsPulses,6.90624171704816,0.136314215976212
 2011,Papua New Guinea,Starchy Roots,6.90624171704816,0.119056595724565
+2011,Papua New Guinea,Sugar,6.90624171704816,0.039232031286931
 1961,Oman,Ruminants,0.283494141746961,0.688742495053269
 1961,Oman,Cereals,0.283494141746961,0.136506029412264
 1961,Oman,Monogastrics,0.283494141746961,0.0396186519775047
-1961,Oman,Oilcrops,0.283494141746961,0.00264730738293301
-1961,Oman,Pulses,0.283494141746961,0.00407278058912771
+1961,Oman,FruitVeg,0.283494141746961,0.203615271569616
+1961,Oman,OilcropsPulses,0.283494141746961,0.00672008797206073
 1961,Oman,Starchy Roots,0.283494141746961,0.0145092808487675
+1961,Oman,Sugar,0.283494141746961,0.0347476063929079
 1962,Oman,Ruminants,0.322483378106948,0.632840038071255
 1962,Oman,Cereals,0.322483378106948,0.149259609560778
 1962,Oman,Monogastrics,0.322483378106948,0.0376198304695355
-1962,Oman,Oilcrops,0.322483378106948,0.00268527662824732
-1962,Oman,Pulses,0.322483378106948,0.00507218918668938
+1962,Oman,FruitVeg,0.322483378106948,0.19828380987048
+1962,Oman,OilcropsPulses,0.322483378106948,0.0077574658149367
 1962,Oman,Starchy Roots,0.322483378106948,0.0127550639841748
+1962,Oman,Sugar,0.322483378106948,0.0341268823043254
 1963,Oman,Ruminants,0.367228342513564,0.622747173568443
 1963,Oman,Cereals,0.367228342513564,0.139066982825253
 1963,Oman,Monogastrics,0.367228342513564,0.044931549919432
-1963,Oman,Oilcrops,0.367228342513564,0.00296595181638348
-1963,Oman,Pulses,0.367228342513564,0.00524019755544784
+1963,Oman,FruitVeg,0.367228342513564,0.193745824217573
+1963,Oman,OilcropsPulses,0.367228342513564,0.00820614937183132
 1963,Oman,Starchy Roots,0.367228342513564,0.0121520181310835
+1963,Oman,Sugar,0.367228342513564,0.0328507984751025
 1964,Oman,Ruminants,0.415049378896954,0.61556659542013
 1964,Oman,Cereals,0.415049378896954,0.151887260470227
 1964,Oman,Monogastrics,0.415049378896954,0.0454043665935656
-1964,Oman,Oilcrops,0.415049378896954,0.00319450304381894
-1964,Oman,Pulses,0.415049378896954,0.00544780998038788
+1964,Oman,FruitVeg,0.415049378896954,0.196638121687847
+1964,Oman,OilcropsPulses,0.415049378896954,0.00864231302420682
 1964,Oman,Starchy Roots,0.415049378896954,0.0114890835160861
+1964,Oman,Sugar,0.415049378896954,0.0309203785184739
 1965,Oman,Ruminants,0.463934580312034,0.725355837012856
 1965,Oman,Cereals,0.463934580312034,0.141704326040653
 1965,Oman,Monogastrics,0.463934580312034,0.0488420131363639
-1965,Oman,Oilcrops,0.463934580312034,0.00329549767407134
-1965,Oman,Pulses,0.463934580312034,0.00624049874215271
+1965,Oman,FruitVeg,0.463934580312034,0.234241651855247
+1965,Oman,OilcropsPulses,0.463934580312034,0.00953599641622405
 1965,Oman,Starchy Roots,0.463934580312034,0.0114232858330931
+1965,Oman,Sugar,0.463934580312034,0.0310946486012282
 1966,Oman,Ruminants,0.513340318148583,0.628562512066067
 1966,Oman,Cereals,0.513340318148583,0.145889290206009
 1966,Oman,Monogastrics,0.513340318148583,0.0453641000073099
-1966,Oman,Oilcrops,0.513340318148583,0.01007458000716
-1966,Oman,Pulses,0.513340318148583,0.00656768899443508
+1966,Oman,FruitVeg,0.513340318148583,0.243060723008092
+1966,Oman,OilcropsPulses,0.513340318148583,0.0166422690015951
 1966,Oman,Starchy Roots,0.513340318148583,0.0122431919268407
+1966,Oman,Sugar,0.513340318148583,0.035194490938501
 1967,Oman,Ruminants,0.563671667884306,0.558565866265186
 1967,Oman,Cereals,0.563671667884306,0.149157350840089
 1967,Oman,Monogastrics,0.563671667884306,0.0668761127355841
-1967,Oman,Oilcrops,0.563671667884306,0.0086304753418648
-1967,Oman,Pulses,0.563671667884306,0.00650528906800767
+1967,Oman,FruitVeg,0.563671667884306,0.261256232599504
+1967,Oman,OilcropsPulses,0.563671667884306,0.0151357644098725
 1967,Oman,Starchy Roots,0.563671667884306,0.015106745802117
+1967,Oman,Sugar,0.563671667884306,0.0302220264888679
 1968,Oman,Ruminants,0.614993095212803,0.565003989548946
 1968,Oman,Cereals,0.614993095212803,0.146881111441401
 1968,Oman,Monogastrics,0.614993095212803,0.0671588153386423
-1968,Oman,Oilcrops,0.614993095212803,0.0113459642974483
-1968,Oman,Pulses,0.614993095212803,0.00685733060062268
+1968,Oman,FruitVeg,0.614993095212803,0.249461019760001
+1968,Oman,OilcropsPulses,0.614993095212803,0.0182032948980709
 1968,Oman,Starchy Roots,0.614993095212803,0.0138179201151493
+1968,Oman,Sugar,0.614993095212803,0.033820423361547
 1969,Oman,Ruminants,0.667629815125677,0.539601023814053
 1969,Oman,Cereals,0.667629815125677,0.147474476707654
 1969,Oman,Monogastrics,0.667629815125677,0.0633640592843678
-1969,Oman,Oilcrops,0.667629815125677,0.00894540234854643
-1969,Oman,Pulses,0.667629815125677,0.0067115738258709
+1969,Oman,FruitVeg,0.667629815125677,0.229394012763087
+1969,Oman,OilcropsPulses,0.667629815125677,0.0156569761744173
 1969,Oman,Starchy Roots,0.667629815125677,0.0144204439986395
+1969,Oman,Sugar,0.667629815125677,0.036588670021733
 1970,Oman,Ruminants,0.721807938637798,0.529369861260704
 1970,Oman,Cereals,0.721807938637798,0.148419587727811
 1970,Oman,Monogastrics,0.721807938637798,0.0621154276817421
-1970,Oman,Oilcrops,0.721807938637798,0.00616648715515127
-1970,Oman,Pulses,0.721807938637798,0.0070889275164493
+1970,Oman,FruitVeg,0.721807938637798,0.235158307828479
+1970,Oman,OilcropsPulses,0.721807938637798,0.0132554146716006
 1970,Oman,Starchy Roots,0.721807938637798,0.0132914058417668
+1970,Oman,Sugar,0.721807938637798,0.037205538907788
 1971,Oman,Ruminants,0.777340803890082,0.510514543879193
 1971,Oman,Cereals,0.777340803890082,0.1410025993316
 1971,Oman,Monogastrics,0.777340803890082,0.0606341131328135
-1971,Oman,Oilcrops,0.777340803890082,0.00566406733506622
-1971,Oman,Pulses,0.777340803890082,0.0064797623468251
+1971,Oman,FruitVeg,0.777340803890082,0.227432850600322
+1971,Oman,OilcropsPulses,0.777340803890082,0.0121438296818913
 1971,Oman,Starchy Roots,0.777340803890082,0.0144696125758138
+1971,Oman,Sugar,0.777340803890082,0.0388909518504765
 1972,Oman,Ruminants,0.83396188853734,0.555545620579015
 1972,Oman,Cereals,0.83396188853734,0.14169648121078
 1972,Oman,Monogastrics,0.83396188853734,0.07756092608339
-1972,Oman,Oilcrops,0.83396188853734,0.00446958570378669
-1972,Oman,Pulses,0.83396188853734,0.00624519034966374
+1972,Oman,FruitVeg,0.83396188853734,0.221067970238143
+1972,Oman,OilcropsPulses,0.83396188853734,0.0107147760534504
 1972,Oman,Starchy Roots,0.83396188853734,0.0144240476171247
+1972,Oman,Sugar,0.83396188853734,0.0405031687447433
 1973,Oman,Ruminants,0.891759712636457,0.531133870008858
 1973,Oman,Cereals,0.891759712636457,0.138309936049943
 1973,Oman,Monogastrics,0.891759712636457,0.069707072701515
-1973,Oman,Oilcrops,0.891759712636457,0.00306209316402267
-1973,Oman,Pulses,0.891759712636457,0.00564836424018981
+1973,Oman,FruitVeg,0.891759712636457,0.218938582265971
+1973,Oman,OilcropsPulses,0.891759712636457,0.00871045740421248
 1973,Oman,Starchy Roots,0.891759712636457,0.0144267962283817
+1973,Oman,Sugar,0.891759712636457,0.0393594420473513
 1974,Oman,Ruminants,0.950885337588859,0.487479294563109
 1974,Oman,Cereals,0.950885337588859,0.138337109303457
 1974,Oman,Monogastrics,0.950885337588859,0.0792824206413854
-1974,Oman,Oilcrops,0.950885337588859,0.00477806098959087
-1974,Oman,Pulses,0.950885337588859,0.00528602088302048
+1974,Oman,FruitVeg,0.950885337588859,0.220796606585063
+1974,Oman,OilcropsPulses,0.950885337588859,0.0100640818726113
 1974,Oman,Starchy Roots,0.950885337588859,0.0134649846650753
+1974,Oman,Sugar,0.950885337588859,0.041295520340151
 1975,Oman,Ruminants,1.01142535910237,0.574666924153362
 1975,Oman,Cereals,1.01142535910237,0.135152927119532
 1975,Oman,Monogastrics,1.01142535910237,0.0777039670391662
-1975,Oman,Oilcrops,1.01142535910237,0.00327344230855214
-1975,Oman,Pulses,1.01142535910237,0.00566312178518189
+1975,Oman,FruitVeg,1.01142535910237,0.224583256832514
+1975,Oman,OilcropsPulses,1.01142535910237,0.00893656409373404
 1975,Oman,Starchy Roots,1.01142535910237,0.0137549265734831
+1975,Oman,Sugar,1.01142535910237,0.0412324353326287
 1976,Oman,Ruminants,1.07327008928041,0.547083946307497
 1976,Oman,Cereals,1.07327008928041,0.13768722046361
 1976,Oman,Monogastrics,1.07327008928041,0.102108810422219
-1976,Oman,Oilcrops,1.07327008928041,0.00482759177130931
-1976,Oman,Pulses,1.07327008928041,0.00566311926079126
+1976,Oman,FruitVeg,1.07327008928041,0.22908065977984
+1976,Oman,OilcropsPulses,1.07327008928041,0.0104907110321006
 1976,Oman,Starchy Roots,1.07327008928041,0.0128906113425546
+1976,Oman,Sugar,1.07327008928041,0.0429731869187951
 1977,Oman,Ruminants,1.13626942889609,0.608116083895951
 1977,Oman,Cereals,1.13626942889609,0.141520434162984
 1977,Oman,Monogastrics,1.13626942889609,0.119562483752336
-1977,Oman,Oilcrops,1.13626942889609,0.00490457170099387
-1977,Oman,Pulses,1.13626942889609,0.00572171805656346
+1977,Oman,FruitVeg,1.13626942889609,0.219232322753334
+1977,Oman,OilcropsPulses,1.13626942889609,0.0106262897575573
 1977,Oman,Starchy Roots,1.13626942889609,0.0179670584170732
+1977,Oman,Sugar,1.13626942889609,0.0463063714552572
 1978,Oman,Ruminants,1.20040605880784,0.649609689667417
 1978,Oman,Cereals,1.20040605880784,0.142952411716283
 1978,Oman,Monogastrics,1.20040605880784,0.113036180753881
-1978,Oman,Oilcrops,1.20040605880784,0.00679305897657657
-1978,Oman,Pulses,1.20040605880784,0.00539677475979824
+1978,Oman,FruitVeg,1.20040605880784,0.246255000613179
+1978,Oman,OilcropsPulses,1.20040605880784,0.0121898337363748
 1978,Oman,Starchy Roots,1.20040605880784,0.014750756854978
+1978,Oman,Sugar,1.20040605880784,0.0480018788118279
 1979,Oman,Ruminants,1.26567131944488,0.747838726254877
 1979,Oman,Cereals,1.26567131944488,0.144127234633899
 1979,Oman,Monogastrics,1.26567131944488,0.114120879287958
-1979,Oman,Oilcrops,1.26567131944488,0.00577910763644989
-1979,Oman,Pulses,1.26567131944488,0.00564911192402777
+1979,Oman,FruitVeg,1.26567131944488,0.250282037481337
+1979,Oman,OilcropsPulses,1.26567131944488,0.0114282195604777
 1979,Oman,Starchy Roots,1.26567131944488,0.0171693167546989
+1979,Oman,Sugar,1.26567131944488,0.0477114672942951
 1980,Oman,Ruminants,1.3319786150994,0.697694211401518
 1980,Oman,Cereals,1.3319786150994,0.144088671729963
 1980,Oman,Monogastrics,1.3319786150994,0.124759488623476
-1980,Oman,Oilcrops,1.3319786150994,0.00767946071129822
-1980,Oman,Pulses,1.3319786150994,0.0054740808268477
+1980,Oman,FruitVeg,1.3319786150994,0.268326035040474
+1980,Oman,OilcropsPulses,1.3319786150994,0.0131535415381459
 1980,Oman,Starchy Roots,1.3319786150994,0.0163514507253265
+1980,Oman,Sugar,1.3319786150994,0.0442780757934094
 1981,Oman,Ruminants,1.39744593238803,0.718085794174126
 1981,Oman,Cereals,1.39744593238803,0.148569626606756
 1981,Oman,Monogastrics,1.39744593238803,0.115918184115347
-1981,Oman,Oilcrops,1.39744593238803,0.00917113461118727
-1981,Oman,Pulses,1.39744593238803,0.00553710694768529
+1981,Oman,FruitVeg,1.39744593238803,0.269850996603513
+1981,Oman,OilcropsPulses,1.39744593238803,0.0147082415588726
 1981,Oman,Starchy Roots,1.39744593238803,0.021188625865216
+1981,Oman,Sugar,1.39744593238803,0.04260859566657
 1982,Oman,Ruminants,1.46140359783695,0.823498819834678
 1982,Oman,Cereals,1.46140359783695,0.140550612138749
 1982,Oman,Monogastrics,1.46140359783695,0.152763166990924
-1982,Oman,Oilcrops,1.46140359783695,0.00892448587916555
-1982,Oman,Pulses,1.46140359783695,0.00564372504287769
+1982,Oman,FruitVeg,1.46140359783695,0.286062198169015
+1982,Oman,OilcropsPulses,1.46140359783695,0.0145682109220432
 1982,Oman,Starchy Roots,1.46140359783695,0.0181241790691014
+1982,Oman,Sugar,1.46140359783695,0.0449891530132896
 1983,Oman,Ruminants,1.52620605252441,0.747597567779701
 1983,Oman,Cereals,1.52620605252441,0.145527217478195
 1983,Oman,Monogastrics,1.52620605252441,0.146529799111716
-1983,Oman,Oilcrops,1.52620605252441,0.00935818510217784
-1983,Oman,Pulses,1.52620605252441,0.00526476716439552
+1983,Oman,FruitVeg,1.52620605252441,0.296331810831513
+1983,Oman,OilcropsPulses,1.52620605252441,0.0146229522665734
 1983,Oman,Starchy Roots,1.52620605252441,0.0189950227114402
+1983,Oman,Sugar,1.52620605252441,0.0448283796861061
 1984,Oman,Ruminants,1.59520839904127,0.67086512015055
 1984,Oman,Cereals,1.59520839904127,0.143386291256514
 1984,Oman,Monogastrics,1.59520839904127,0.149962603744451
-1984,Oman,Oilcrops,1.59520839904127,0.0102405423663385
-1984,Oman,Pulses,1.59520839904127,0.00542607604709516
+1984,Oman,FruitVeg,1.59520839904127,0.299528927813163
+1984,Oman,OilcropsPulses,1.59520839904127,0.0156666184134337
 1984,Oman,Starchy Roots,1.59520839904127,0.019640875313646
+1984,Oman,Sugar,1.59520839904127,0.0438730457440649
 1985,Oman,Ruminants,1.66968070776895,0.635456399972339
 1985,Oman,Cereals,1.66968070776895,0.147252379964502
 1985,Oman,Monogastrics,1.66968070776895,0.12635842380656
-1985,Oman,Oilcrops,1.66968070776895,0.0103594726044764
-1985,Oman,Pulses,1.66968070776895,0.00464755779913791
+1985,Oman,FruitVeg,1.66968070776895,0.303065140723325
+1985,Oman,OilcropsPulses,1.66968070776895,0.0150070304036143
 1985,Oman,Starchy Roots,1.66968070776895,0.0188864301684992
+1985,Oman,Sugar,1.66968070776895,0.041438466680497
 1986,Oman,Ruminants,1.75423756775987,0.68747592832606
 1986,Oman,Cereals,1.75423756775987,0.147058387967097
 1986,Oman,Monogastrics,1.75423756775987,0.156763516474596
-1986,Oman,Oilcrops,1.75423756775987,0.00971533034481662
-1986,Oman,Pulses,1.75423756775987,0.00531044026412886
+1986,Oman,FruitVeg,1.75423756775987,0.296887178100495
+1986,Oman,OilcropsPulses,1.75423756775987,0.0150257706089455
 1986,Oman,Starchy Roots,1.75423756775987,0.0190719509258716
+1986,Oman,Sugar,1.75423756775987,0.0406718732602714
 1987,Oman,Ruminants,1.84540264243221,0.720944602309758
 1987,Oman,Cereals,1.84540264243221,0.153146849500769
 1987,Oman,Monogastrics,1.84540264243221,0.145741338408196
-1987,Oman,Oilcrops,1.84540264243221,0.0091769858442608
-1987,Oman,Pulses,1.84540264243221,0.00515133345499101
+1987,Oman,FruitVeg,1.84540264243221,0.30701999530749
+1987,Oman,OilcropsPulses,1.84540264243221,0.0143283192992518
 1987,Oman,Starchy Roots,1.84540264243221,0.0170160848822962
+1987,Oman,Sugar,1.84540264243221,0.0405354675565056
 1988,Oman,Ruminants,1.9268940143662,0.731654486941021
 1988,Oman,Cereals,1.9268940143662,0.154917621445638
 1988,Oman,Monogastrics,1.9268940143662,0.136672151080196
-1988,Oman,Oilcrops,1.9268940143662,0.00903405246561423
-1988,Oman,Pulses,1.9268940143662,0.00584127491392633
+1988,Oman,FruitVeg,1.9268940143662,0.296230235513533
+1988,Oman,OilcropsPulses,1.9268940143662,0.0148753273795406
 1988,Oman,Starchy Roots,1.9268940143662,0.0201962904059381
+1988,Oman,Sugar,1.9268940143662,0.037286688354651
 1989,Oman,Ruminants,1.97673273074186,0.720546298923844
 1989,Oman,Cereals,1.97673273074186,0.158812875314623
 1989,Oman,Monogastrics,1.97673273074186,0.140941754042336
-1989,Oman,Oilcrops,1.97673273074186,0.00973353848220661
-1989,Oman,Pulses,1.97673273074186,0.00611893345300892
+1989,Oman,FruitVeg,1.97673273074186,0.297483064752831
+1989,Oman,OilcropsPulses,1.97673273074186,0.0158524719352155
 1989,Oman,Starchy Roots,1.97673273074186,0.0213469052195656
+1989,Oman,Sugar,1.97673273074186,0.0371224706647982
 1990,Oman,Ruminants,1.98095571476003,0.32390297022778
 1990,Oman,Cereals,1.98095571476003,0.134051248474863
 1990,Oman,Monogastrics,1.98095571476003,0.0837901295491813
-1990,Oman,Oilcrops,1.98095571476003,0.00648571617305346
-1990,Oman,Pulses,1.98095571476003,0.00916150516409304
+1990,Oman,FruitVeg,1.98095571476003,0.166218030417246
+1990,Oman,OilcropsPulses,1.98095571476003,0.0156472213371465
 1990,Oman,Starchy Roots,1.98095571476003,0.0112558965471685
+1990,Oman,Sugar,1.98095571476003,0.0286667391997016
 1991,Oman,Ruminants,1.93119012364875,0.171961327480806
 1991,Oman,Cereals,1.93119012364875,0.148174240574757
 1991,Oman,Monogastrics,1.93119012364875,0.0337199754871432
-1991,Oman,Oilcrops,1.93119012364875,0.00559212001335253
-1991,Oman,Pulses,1.93119012364875,0.00608038423404796
+1991,Oman,FruitVeg,1.93119012364875,0.045839540433758
+1991,Oman,OilcropsPulses,1.93119012364875,0.0116725042474005
 1991,Oman,Starchy Roots,1.93119012364875,0.000781720981909313
+1991,Oman,Sugar,1.93119012364875,0.0249597680246723
 1992,Oman,Ruminants,NA,NA
 1992,Oman,Cereals,NA,NA
 1992,Oman,Monogastrics,NA,NA
-1992,Oman,Oilcrops,NA,NA
-1992,Oman,Pulses,NA,NA
+1992,Oman,FruitVeg,NA,NA
+1992,Oman,OilcropsPulses,NA,NA
 1992,Oman,Starchy Roots,NA,NA
+1992,Oman,Sugar,NA,NA
 1993,Oman,Ruminants,NA,NA
 1993,Oman,Cereals,NA,NA
 1993,Oman,Monogastrics,NA,NA
-1993,Oman,Oilcrops,NA,NA
-1993,Oman,Pulses,NA,NA
+1993,Oman,FruitVeg,NA,NA
+1993,Oman,OilcropsPulses,NA,NA
 1993,Oman,Starchy Roots,NA,NA
+1993,Oman,Sugar,NA,NA
 1994,Oman,Ruminants,NA,NA
 1994,Oman,Cereals,NA,NA
 1994,Oman,Monogastrics,NA,NA
-1994,Oman,Oilcrops,NA,NA
-1994,Oman,Pulses,NA,NA
+1994,Oman,FruitVeg,NA,NA
+1994,Oman,OilcropsPulses,NA,NA
 1994,Oman,Starchy Roots,NA,NA
+1994,Oman,Sugar,NA,NA
 1995,Oman,Ruminants,1.57510953525558,0.733601929346482
 1995,Oman,Cereals,1.57510953525558,0.153121718525795
 1995,Oman,Monogastrics,1.57510953525558,0.149879140957013
-1995,Oman,Oilcrops,1.57510953525558,0.00968460585046954
-1995,Oman,Pulses,1.57510953525558,0.00755208667398479
+1995,Oman,FruitVeg,1.57510953525558,0.286359879562452
+1995,Oman,OilcropsPulses,1.57510953525558,0.0172366925244543
 1995,Oman,Starchy Roots,1.57510953525558,0.0257362261313317
+1995,Oman,Sugar,1.57510953525558,0.039293696942819
 1996,Oman,Ruminants,1.57595143797053,0.743130313949641
 1996,Oman,Cereals,1.57595143797053,0.154448423780119
 1996,Oman,Monogastrics,1.57595143797053,0.150919283524207
-1996,Oman,Oilcrops,1.57595143797053,0.00857130995307423
-1996,Oman,Pulses,1.57595143797053,0.00840035997181767
+1996,Oman,FruitVeg,1.57595143797053,0.294897875702269
+1996,Oman,OilcropsPulses,1.57595143797053,0.0169716699248919
 1996,Oman,Starchy Roots,1.57595143797053,0.0330067781667568
+1996,Oman,Sugar,1.57595143797053,0.0394119076430516
 1997,Oman,Ruminants,1.62247257656204,0.795413507794783
 1997,Oman,Cereals,1.62247257656204,0.153083517567914
 1997,Oman,Monogastrics,1.62247257656204,0.153689771897031
-1997,Oman,Oilcrops,1.62247257656204,0.0122502158628346
-1997,Oman,Pulses,1.62247257656204,0.00817017107722671
+1997,Oman,FruitVeg,1.62247257656204,0.295661512842653
+1997,Oman,OilcropsPulses,1.62247257656204,0.0204203869400613
 1997,Oman,Starchy Roots,1.62247257656204,0.0319482925486996
+1997,Oman,Sugar,1.62247257656204,0.0408769486958089
 1998,Oman,Ruminants,1.69943787950049,0.777656749027741
 1998,Oman,Cereals,1.69943787950049,0.160319592899521
 1998,Oman,Monogastrics,1.69943787950049,0.154224126070702
-1998,Oman,Oilcrops,1.69943787950049,0.00961473678370013
-1998,Oman,Pulses,1.69943787950049,0.00785111029204862
+1998,Oman,FruitVeg,1.69943787950049,0.316108675626908
+1998,Oman,OilcropsPulses,1.69943787950049,0.0174658470757488
 1998,Oman,Starchy Roots,1.69943787950049,0.0272996925118627
+1998,Oman,Sugar,1.69943787950049,0.0413656753557119
 1999,Oman,Ruminants,1.7830556571488,0.705634616048765
 1999,Oman,Cereals,1.7830556571488,0.170813835022707
 1999,Oman,Monogastrics,1.7830556571488,0.158417118509437
-1999,Oman,Oilcrops,1.7830556571488,0.00920647631710729
-1999,Oman,Pulses,1.7830556571488,0.00764481272987861
+1999,Oman,FruitVeg,1.7830556571488,0.306823725199012
+1999,Oman,OilcropsPulses,1.7830556571488,0.0168512890469859
 1999,Oman,Starchy Roots,1.7830556571488,0.0291470964065549
+1999,Oman,Sugar,1.7830556571488,0.0399492324428865
 2000,Oman,Ruminants,1.85648689303354,0.694959185683115
 2000,Oman,Cereals,1.85648689303354,0.169568327053543
 2000,Oman,Monogastrics,1.85648689303354,0.192440929374388
-2000,Oman,Oilcrops,1.85648689303354,0.00834892483428092
-2000,Oman,Pulses,1.85648689303354,0.008844915961378
+2000,Oman,FruitVeg,1.85648689303354,0.309397399285814
+2000,Oman,OilcropsPulses,1.85648689303354,0.0171938407956589
 2000,Oman,Starchy Roots,1.85648689303354,0.0369904688852379
+2000,Oman,Sugar,1.85648689303354,0.0394885642171166
 2001,Oman,Ruminants,1.91474848525677,0.654332012409913
 2001,Oman,Cereals,1.91474848525677,0.174300585621667
 2001,Oman,Monogastrics,1.91474848525677,0.219255767021671
-2001,Oman,Oilcrops,1.91474848525677,0.00851045867834627
-2001,Oman,Pulses,1.91474848525677,0.00735469256118777
+2001,Oman,FruitVeg,1.91474848525677,0.301304206687162
+2001,Oman,OilcropsPulses,1.91474848525677,0.015865151239534
 2001,Oman,Starchy Roots,1.91474848525677,0.0441874511940069
+2001,Oman,Sugar,1.91474848525677,0.0360543752782633
 2002,Oman,Ruminants,1.96496726057233,0.665689508695216
 2002,Oman,Cereals,1.96496726057233,0.190998499178588
 2002,Oman,Monogastrics,1.96496726057233,0.170039344535223
-2002,Oman,Oilcrops,1.96496726057233,0.0102545520427575
-2002,Oman,Pulses,1.96496726057233,0.006940013661637
+2002,Oman,FruitVeg,1.96496726057233,0.230738193579031
+2002,Oman,OilcropsPulses,1.96496726057233,0.0171945657043945
 2002,Oman,Starchy Roots,1.96496726057233,0.014496025149164
+2002,Oman,Sugar,1.96496726057233,0.0432065184126059
 2003,Oman,Ruminants,2.01671108252009,0.787208974457453
 2003,Oman,Cereals,2.01671108252009,0.189189086032253
 2003,Oman,Monogastrics,2.01671108252009,0.210096026084057
-2003,Oman,Oilcrops,2.01671108252009,0.00856586830204108
-2003,Oman,Pulses,2.01671108252009,0.00886882732909891
+2003,Oman,FruitVeg,2.01671108252009,0.222518872916083
+2003,Oman,OilcropsPulses,2.01671108252009,0.01743469563114
 2003,Oman,Starchy Roots,2.01671108252009,0.0213917699152621
+2003,Oman,Sugar,2.01671108252009,0.0463875595004373
 2004,Oman,Ruminants,2.08440102297618,0.723540305694756
 2004,Oman,Cereals,2.08440102297618,0.194907641630323
 2004,Oman,Monogastrics,2.08440102297618,0.271261674046227
-2004,Oman,Oilcrops,2.08440102297618,0.00915090124190802
-2004,Oman,Pulses,2.08440102297618,0.0082092225426802
+2004,Oman,FruitVeg,2.08440102297618,0.238897423493222
+2004,Oman,OilcropsPulses,2.08440102297618,0.0173601237845882
 2004,Oman,Starchy Roots,2.08440102297618,0.0253897811243274
+2004,Oman,Sugar,2.08440102297618,0.043275213908779
 2005,Oman,Ruminants,2.17798211789678,0.818466127467525
 2005,Oman,Cereals,2.17798211789678,0.192093670094239
 2005,Oman,Monogastrics,2.17798211789678,0.318398977913098
-2005,Oman,Oilcrops,2.17798211789678,0.0100110266636744
-2005,Oman,Pulses,2.17798211789678,0.00752340073617117
+2005,Oman,FruitVeg,2.17798211789678,0.237314477267225
+2005,Oman,OilcropsPulses,2.17798211789678,0.0175344273998456
 2005,Oman,Starchy Roots,2.17798211789678,0.015744361646295
+2005,Oman,Sugar,2.17798211789678,0.0413455710451121
 2006,Oman,Ruminants,2.29911411834849,0.749734128256228
 2006,Oman,Cereals,2.29911411834849,0.186932569100288
 2006,Oman,Monogastrics,2.29911411834849,0.23567251364094
-2006,Oman,Oilcrops,2.29911411834849,0.0104657965815414
-2006,Oman,Pulses,2.29911411834849,0.00827579684101012
+2006,Oman,FruitVeg,2.29911411834849,0.321209726896612
+2006,Oman,OilcropsPulses,2.29911411834849,0.0187415934225515
 2006,Oman,Starchy Roots,2.29911411834849,0.0263038512691787
+2006,Oman,Sugar,2.29911411834849,0.0398979199815191
 2007,Oman,Ruminants,2.44256760575334,0.73672052725311
 2007,Oman,Cereals,2.44256760575334,0.185183434432723
 2007,Oman,Monogastrics,2.44256760575334,0.273576405179093
-2007,Oman,Oilcrops,2.44256760575334,0.011877848775167
-2007,Oman,Pulses,2.44256760575334,0.00894866483021487
+2007,Oman,FruitVeg,2.44256760575334,0.281520339432386
+2007,Oman,OilcropsPulses,2.44256760575334,0.0208265136053819
 2007,Oman,Starchy Roots,2.44256760575334,0.0280872342177216
+2007,Oman,Sugar,2.44256760575334,0.0404645726704302
 2008,Oman,Ruminants,2.60296113795742,0.677614082039264
 2008,Oman,Cereals,2.60296113795742,0.183473860473369
 2008,Oman,Monogastrics,2.60296113795742,0.271449641258423
-2008,Oman,Oilcrops,2.60296113795742,0.00988064126211977
-2008,Oman,Pulses,2.60296113795742,0.00723138739284883
+2008,Oman,FruitVeg,2.60296113795742,0.225355507172983
+2008,Oman,OilcropsPulses,2.60296113795742,0.0171120286549686
 2008,Oman,Starchy Roots,2.60296113795742,0.0203870934354542
+2008,Oman,Sugar,2.60296113795742,0.0388475912009433
 2009,Oman,Ruminants,2.77225863327475,0.658331838029628
 2009,Oman,Cereals,2.77225863327475,0.179656141463945
 2009,Oman,Monogastrics,2.77225863327475,0.312691779207793
-2009,Oman,Oilcrops,2.77225863327475,0.0103750360521483
-2009,Oman,Pulses,2.77225863327475,0.00666726131742446
+2009,Oman,FruitVeg,2.77225863327475,0.243822544644794
+2009,Oman,OilcropsPulses,2.77225863327475,0.0170422973695728
 2009,Oman,Starchy Roots,2.77225863327475,0.0204092469812508
+2009,Oman,Sugar,2.77225863327475,0.0381279885105144
 2010,Oman,Ruminants,2.943747,0.580729655074583
 2010,Oman,Cereals,2.943747,0.186236649252992
 2010,Oman,Monogastrics,2.943747,0.270074061774691
-2010,Oman,Oilcrops,2.943747,0.0111898356350914
-2010,Oman,Pulses,2.943747,0.00612425734758895
+2010,Oman,FruitVeg,2.943747,0.206287488073926
+2010,Oman,OilcropsPulses,2.943747,0.0173140929826803
 2010,Oman,Starchy Roots,2.943747,0.020636560610275
+2010,Oman,Sugar,2.943747,0.0348089360487901
 2011,Oman,Ruminants,3.11665746068261,0.522929839363716
 2011,Oman,Cereals,3.11665746068261,0.193669016952125
 2011,Oman,Monogastrics,3.11665746068261,0.227851916888868
-2011,Oman,Oilcrops,3.11665746068261,0.0109743790174121
-2011,Oman,Pulses,3.11665746068261,0.00522323389770439
+2011,Oman,FruitVeg,3.11665746068261,0.228585867847459
+2011,Oman,OilcropsPulses,3.11665746068261,0.0161976129151165
 2011,Oman,Starchy Roots,3.11665746068261,0.0232095705673749
+2011,Oman,Sugar,3.11665746068261,0.0338014454888442
 1961,Democratic Republic of the Congo,Ruminants,16.5185044258305,0.0442079149585733
 1961,Democratic Republic of the Congo,Cereals,16.5185044258305,0.155710274938163
 1961,Democratic Republic of the Congo,Monogastrics,16.5185044258305,0.0109312027571653
-1961,Democratic Republic of the Congo,Oilcrops,16.5185044258305,0.0201330691194022
-1961,Democratic Republic of the Congo,Pulses,16.5185044258305,0.0163795880684275
+1961,Democratic Republic of the Congo,FruitVeg,16.5185044258305,0.0814095661875357
+1961,Democratic Republic of the Congo,OilcropsPulses,16.5185044258305,0.0365126571878297
 1961,Democratic Republic of the Congo,Starchy Roots,16.5185044258305,0.0376699444761559
+1961,Democratic Republic of the Congo,Sugar,16.5185044258305,0.00257511286388874
 1962,Democratic Republic of the Congo,Ruminants,16.8953552194434,0.0486757632032605
 1962,Democratic Republic of the Congo,Cereals,16.8953552194434,0.15752459278034
 1962,Democratic Republic of the Congo,Monogastrics,16.8953552194434,0.011262526278629
-1962,Democratic Republic of the Congo,Oilcrops,16.8953552194434,0.018639197726271
-1962,Democratic Republic of the Congo,Pulses,16.8953552194434,0.0167435427766932
+1962,Democratic Republic of the Congo,FruitVeg,16.8953552194434,0.0813086413750606
+1962,Democratic Republic of the Congo,OilcropsPulses,16.8953552194434,0.0353827405029642
 1962,Democratic Republic of the Congo,Starchy Roots,16.8953552194434,0.0362483894595877
+1962,Democratic Republic of the Congo,Sugar,16.8953552194434,0.00273038787203616
 1963,Democratic Republic of the Congo,Ruminants,17.2867957442975,0.0510060369967491
 1963,Democratic Republic of the Congo,Cereals,17.2867957442975,0.170306012927272
 1963,Democratic Republic of the Congo,Monogastrics,17.2867957442975,0.0127679278866069
-1963,Democratic Republic of the Congo,Oilcrops,17.2867957442975,0.0172158742850177
-1963,Democratic Republic of the Congo,Pulses,17.2867957442975,0.0164909491534879
+1963,Democratic Republic of the Congo,FruitVeg,17.2867957442975,0.0807032522718797
+1963,Democratic Republic of the Congo,OilcropsPulses,17.2867957442975,0.0337068234385056
 1963,Democratic Republic of the Congo,Starchy Roots,17.2867957442975,0.0318119977562702
+1963,Democratic Republic of the Congo,Sugar,17.2867957442975,0.00265719796163553
 1964,Democratic Republic of the Congo,Ruminants,17.6943974769523,0.0483425694550974
 1964,Democratic Republic of the Congo,Cereals,17.6943974769523,0.182643088400333
 1964,Democratic Republic of the Congo,Monogastrics,17.6943974769523,0.0129297294460547
-1964,Democratic Republic of the Congo,Oilcrops,17.6943974769523,0.0192207545798784
-1964,Democratic Republic of the Congo,Pulses,17.6943974769523,0.0155935877665372
+1964,Democratic Republic of the Congo,FruitVeg,17.6943974769523,0.0804887390296875
+1964,Democratic Republic of the Congo,OilcropsPulses,17.6943974769523,0.0348143423464156
 1964,Democratic Republic of the Congo,Starchy Roots,17.6943974769523,0.0286509846032118
+1964,Democratic Republic of the Congo,Sugar,17.6943974769523,0.00358225615023777
 1965,Democratic Republic of the Congo,Ruminants,18.1196604632149,0.0568328865542492
 1965,Democratic Republic of the Congo,Cereals,18.1196604632149,0.184556062562212
 1965,Democratic Republic of the Congo,Monogastrics,18.1196604632149,0.0125116786738546
-1965,Democratic Republic of the Congo,Oilcrops,18.1196604632149,0.0208952171642012
-1965,Democratic Republic of the Congo,Pulses,18.1196604632149,0.0156331615204943
+1965,Democratic Republic of the Congo,FruitVeg,18.1196604632149,0.079973538194684
+1965,Democratic Republic of the Congo,OilcropsPulses,18.1196604632149,0.0365283786846955
 1965,Democratic Republic of the Congo,Starchy Roots,18.1196604632149,0.0218356707106744
+1965,Democratic Republic of the Congo,Sugar,18.1196604632149,0.0034937467353918
 1966,Democratic Republic of the Congo,Ruminants,18.5636561643757,0.0528470957631937
 1966,Democratic Republic of the Congo,Cereals,18.5636561643757,0.182059636394419
 1966,Democratic Republic of the Congo,Monogastrics,18.5636561643757,0.012292034019122
-1966,Democratic Republic of the Congo,Oilcrops,18.5636561643757,0.0204411500164016
-1966,Democratic Republic of the Congo,Pulses,18.5636561643757,0.0167666634921643
+1966,Democratic Republic of the Congo,FruitVeg,18.5636561643757,0.0802699385204702
+1966,Democratic Republic of the Congo,OilcropsPulses,18.5636561643757,0.0372078135085659
 1966,Democratic Republic of the Congo,Starchy Roots,18.5636561643757,0.0197235200806516
+1966,Democratic Republic of the Congo,Sugar,18.5636561643757,0.00375240612852117
 1967,Democratic Republic of the Congo,Ruminants,19.0274247907713,0.0614337403475775
 1967,Democratic Republic of the Congo,Cereals,19.0274247907713,0.185131767547401
 1967,Democratic Republic of the Congo,Monogastrics,19.0274247907713,0.0133622774027203
-1967,Democratic Republic of the Congo,Oilcrops,19.0274247907713,0.0153584702815313
-1967,Democratic Republic of the Congo,Pulses,19.0274247907713,0.0163371158182765
+1967,Democratic Republic of the Congo,FruitVeg,19.0274247907713,0.0808807950609254
+1967,Democratic Republic of the Congo,OilcropsPulses,19.0274247907713,0.0316955860998078
 1967,Democratic Republic of the Congo,Starchy Roots,19.0274247907713,0.0191177267643247
+1967,Democratic Republic of the Congo,Sugar,19.0274247907713,0.00430336556927443
 1968,Democratic Republic of the Congo,Ruminants,19.5124887103187,0.0657357783622809
 1968,Democratic Republic of the Congo,Cereals,19.5124887103187,0.185505909399579
 1968,Democratic Republic of the Congo,Monogastrics,19.5124887103187,0.0134520063770631
-1968,Democratic Republic of the Congo,Oilcrops,19.5124887103187,0.0171113588232818
-1968,Democratic Republic of the Congo,Pulses,19.5124887103187,0.0196075470454832
+1968,Democratic Republic of the Congo,FruitVeg,19.5124887103187,0.081069604069313
+1968,Democratic Republic of the Congo,OilcropsPulses,19.5124887103187,0.036718905868765
 1968,Democratic Republic of the Congo,Starchy Roots,19.5124887103187,0.019001460647627
+1968,Democratic Republic of the Congo,Sugar,19.5124887103187,0.00466931340409604
 1969,Democratic Republic of the Congo,Ruminants,20.0205042235965,0.0669129544363909
 1969,Democratic Republic of the Congo,Cereals,20.0205042235965,0.185809159461036
 1969,Democratic Republic of the Congo,Monogastrics,20.0205042235965,0.0180038782853483
-1969,Democratic Republic of the Congo,Oilcrops,20.0205042235965,0.0158126203044472
-1969,Democratic Republic of the Congo,Pulses,20.0205042235965,0.0182492592189554
+1969,Democratic Republic of the Congo,FruitVeg,20.0205042235965,0.0808588600267234
+1969,Democratic Republic of the Congo,OilcropsPulses,20.0205042235965,0.0340618795234026
 1969,Democratic Republic of the Congo,Starchy Roots,20.0205042235965,0.0193546329811241
+1969,Democratic Republic of the Congo,Sugar,20.0205042235965,0.00506973421079391
 1970,Democratic Republic of the Congo,Ruminants,20.5530338783201,0.0658191309281434
 1970,Democratic Republic of the Congo,Cereals,20.5530338783201,0.196000902744487
 1970,Democratic Republic of the Congo,Monogastrics,20.5530338783201,0.0164696565118049
-1970,Democratic Republic of the Congo,Oilcrops,20.5530338783201,0.0167552939034989
-1970,Democratic Republic of the Congo,Pulses,20.5530338783201,0.0198473458204299
+1970,Democratic Republic of the Congo,FruitVeg,20.5530338783201,0.0778934253223304
+1970,Democratic Republic of the Congo,OilcropsPulses,20.5530338783201,0.0366026397239287
 1970,Democratic Republic of the Congo,Starchy Roots,20.5530338783201,0.0154893663606907
+1970,Democratic Republic of the Congo,Sugar,20.5530338783201,0.0058826097656709
 1971,Democratic Republic of the Congo,Ruminants,21.1108812704576,0.0654507281398898
 1971,Democratic Republic of the Congo,Cereals,21.1108812704576,0.194585903546709
 1971,Democratic Republic of the Congo,Monogastrics,21.1108812704576,0.0153771665870464
-1971,Democratic Republic of the Congo,Oilcrops,21.1108812704576,0.0208992209898168
-1971,Democratic Republic of the Congo,Pulses,21.1108812704576,0.0202633158887667
+1971,Democratic Republic of the Congo,FruitVeg,21.1108812704576,0.0828137923100527
+1971,Democratic Republic of the Congo,OilcropsPulses,21.1108812704576,0.0411625368785836
 1971,Democratic Republic of the Congo,Starchy Roots,21.1108812704576,0.0128473132004975
+1971,Democratic Republic of the Congo,Sugar,21.1108812704576,0.0070505740169641
 1972,Democratic Republic of the Congo,Ruminants,21.6951669699421,0.062406789573314
 1972,Democratic Republic of the Congo,Cereals,21.6951669699421,0.195717768386456
 1972,Democratic Republic of the Congo,Monogastrics,21.6951669699421,0.0166636176994297
-1972,Democratic Republic of the Congo,Oilcrops,21.6951669699421,0.0194906173777963
-1972,Democratic Republic of the Congo,Pulses,21.6951669699421,0.0186232565069042
+1972,Democratic Republic of the Congo,FruitVeg,21.6951669699421,0.0836080319057102
+1972,Democratic Republic of the Congo,OilcropsPulses,21.6951669699421,0.0381138738847005
 1972,Democratic Republic of the Congo,Starchy Roots,21.6951669699421,0.0175501160699642
+1972,Democratic Republic of the Congo,Sugar,21.6951669699421,0.00635735391348492
 1973,Democratic Republic of the Congo,Ruminants,22.3080964012635,0.0634057261148549
 1973,Democratic Republic of the Congo,Cereals,22.3080964012635,0.195616207855292
 1973,Democratic Republic of the Congo,Monogastrics,22.3080964012635,0.0165743253614619
-1973,Democratic Republic of the Congo,Oilcrops,22.3080964012635,0.0165461876966359
-1973,Democratic Republic of the Congo,Pulses,22.3080964012635,0.0205404953229638
+1973,Democratic Republic of the Congo,FruitVeg,22.3080964012635,0.0834657998291327
+1973,Democratic Republic of the Congo,OilcropsPulses,22.3080964012635,0.0370866830195997
 1973,Democratic Republic of the Congo,Starchy Roots,22.3080964012635,0.0580006127847062
+1973,Democratic Republic of the Congo,Sugar,22.3080964012635,0.00651509017361099
 1974,Democratic Republic of the Congo,Ruminants,22.9522098205652,0.0674444646302044
 1974,Democratic Republic of the Congo,Cereals,22.9522098205652,0.192931020330518
 1974,Democratic Republic of the Congo,Monogastrics,22.9522098205652,0.0166214561834364
-1974,Democratic Republic of the Congo,Oilcrops,22.9522098205652,0.0166842438386209
-1974,Democratic Republic of the Congo,Pulses,22.9522098205652,0.0210591507172147
+1974,Democratic Republic of the Congo,FruitVeg,22.9522098205652,0.0847088718489953
+1974,Democratic Republic of the Congo,OilcropsPulses,22.9522098205652,0.0377433945558357
 1974,Democratic Republic of the Congo,Starchy Roots,22.9522098205652,0.0711245253482789
+1974,Democratic Republic of the Congo,Sugar,22.9522098205652,0.00605624669090773
 1975,Democratic Republic of the Congo,Ruminants,23.6293644274175,0.065156355331453
 1975,Democratic Republic of the Congo,Cereals,23.6293644274175,0.1926926989338
 1975,Democratic Republic of the Congo,Monogastrics,23.6293644274175,0.0153981358883437
-1975,Democratic Republic of the Congo,Oilcrops,23.6293644274175,0.0159688150882252
-1975,Democratic Republic of the Congo,Pulses,23.6293644274175,0.0202175930544345
+1975,Democratic Republic of the Congo,FruitVeg,23.6293644274175,0.0865531694281456
+1975,Democratic Republic of the Congo,OilcropsPulses,23.6293644274175,0.0361864081426598
 1975,Democratic Republic of the Congo,Starchy Roots,23.6293644274175,0.078895997896016
+1975,Democratic Republic of the Congo,Sugar,23.6293644274175,0.0059403160812694
 1976,Democratic Republic of the Congo,Ruminants,24.3527034803193,0.0630066075277382
 1976,Democratic Republic of the Congo,Cereals,24.3527034803193,0.192773608900281
 1976,Democratic Republic of the Congo,Monogastrics,24.3527034803193,0.016929298921563
-1976,Democratic Republic of the Congo,Oilcrops,24.3527034803193,0.0155971606128064
-1976,Democratic Republic of the Congo,Pulses,24.3527034803193,0.0202603596549779
+1976,Democratic Republic of the Congo,FruitVeg,24.3527034803193,0.0875600544764016
+1976,Democratic Republic of the Congo,OilcropsPulses,24.3527034803193,0.0358575202677843
 1976,Democratic Republic of the Congo,Starchy Roots,24.3527034803193,0.0777377664125376
+1976,Democratic Republic of the Congo,Sugar,24.3527034803193,0.00667994050786833
 1977,Democratic Republic of the Congo,Ruminants,25.1248208084784,0.0676438593635723
 1977,Democratic Republic of the Congo,Cereals,25.1248208084784,0.190147176830399
 1977,Democratic Republic of the Congo,Monogastrics,25.1248208084784,0.0163136031421226
-1977,Democratic Republic of the Congo,Oilcrops,25.1248208084784,0.0178039755584254
-1977,Democratic Republic of the Congo,Pulses,25.1248208084784,0.0191581488144187
+1977,Democratic Republic of the Congo,FruitVeg,25.1248208084784,0.0865926363963959
+1977,Democratic Republic of the Congo,OilcropsPulses,25.1248208084784,0.0369621243728442
 1977,Democratic Republic of the Congo,Starchy Roots,25.1248208084784,0.0760025075571432
+1977,Democratic Republic of the Congo,Sugar,25.1248208084784,0.00640056093086662
 1978,Democratic Republic of the Congo,Ruminants,25.9256577636491,0.0671132410451218
 1978,Democratic Republic of the Congo,Cereals,25.9256577636491,0.18335540375088
 1978,Democratic Republic of the Congo,Monogastrics,25.9256577636491,0.0172465073348981
-1978,Democratic Republic of the Congo,Oilcrops,25.9256577636491,0.01878901427029
-1978,Democratic Republic of the Congo,Pulses,25.9256577636491,0.0195408434745323
+1978,Democratic Republic of the Congo,FruitVeg,25.9256577636491,0.0866447856701285
+1978,Democratic Republic of the Congo,OilcropsPulses,25.9256577636491,0.0383298577448223
 1978,Democratic Republic of the Congo,Starchy Roots,25.9256577636491,0.0734430023574306
+1978,Democratic Republic of the Congo,Sugar,25.9256577636491,0.00655000628533348
 1979,Democratic Republic of the Congo,Ruminants,26.7268831235377,0.0715505478115517
 1979,Democratic Republic of the Congo,Cereals,26.7268831235377,0.177855554677675
 1979,Democratic Republic of the Congo,Monogastrics,26.7268831235377,0.0158506300446711
-1979,Democratic Republic of the Congo,Oilcrops,26.7268831235377,0.0173928977511422
-1979,Democratic Republic of the Congo,Pulses,26.7268831235377,0.0178756394030106
+1979,Democratic Republic of the Congo,FruitVeg,26.7268831235377,0.0861857546446345
+1979,Democratic Republic of the Congo,OilcropsPulses,26.7268831235377,0.0352685371541528
 1979,Democratic Republic of the Congo,Starchy Roots,26.7268831235377,0.0733984461064046
+1979,Democratic Republic of the Congo,Sugar,26.7268831235377,0.00696835068892579
 1980,Democratic Republic of the Congo,Ruminants,27.5152375546723,0.0736709109273148
 1980,Democratic Republic of the Congo,Cereals,27.5152375546723,0.175698274847989
 1980,Democratic Republic of the Congo,Monogastrics,27.5152375546723,0.016524627934239
-1980,Democratic Republic of the Congo,Oilcrops,27.5152375546723,0.0138401567361244
-1980,Democratic Republic of the Congo,Pulses,27.5152375546723,0.018272576451452
+1980,Democratic Republic of the Congo,FruitVeg,27.5152375546723,0.0859807973909763
+1980,Democratic Republic of the Congo,OilcropsPulses,27.5152375546723,0.0321127331875763
 1980,Democratic Republic of the Congo,Starchy Roots,27.5152375546723,0.0723290160589626
+1980,Democratic Republic of the Congo,Sugar,27.5152375546723,0.00804270491504042
 1981,Democratic Republic of the Congo,Ruminants,28.2479340361792,0.0925255367813098
 1981,Democratic Republic of the Congo,Cereals,28.2479340361792,0.174944336833907
 1981,Democratic Republic of the Congo,Monogastrics,28.2479340361792,0.0165662717247553
-1981,Democratic Republic of the Congo,Oilcrops,28.2479340361792,0.0177287658139023
-1981,Democratic Republic of the Congo,Pulses,28.2479340361792,0.0181520081727815
+1981,Democratic Republic of the Congo,FruitVeg,28.2479340361792,0.0861190730265337
+1981,Democratic Republic of the Congo,OilcropsPulses,28.2479340361792,0.0358807739866838
 1981,Democratic Republic of the Congo,Starchy Roots,28.2479340361792,0.0740353298319168
+1981,Democratic Republic of the Congo,Sugar,28.2479340361792,0.00842138502347905
 1982,Democratic Republic of the Congo,Ruminants,28.9453972989116,0.0916844128027595
 1982,Democratic Republic of the Congo,Cereals,28.9453972989116,0.17680457266528
 1982,Democratic Republic of the Congo,Monogastrics,28.9453972989116,0.0160306102917667
-1982,Democratic Republic of the Congo,Oilcrops,28.9453972989116,0.0167318288023683
-1982,Democratic Republic of the Congo,Pulses,28.9453972989116,0.0179465914694233
+1982,Democratic Republic of the Congo,FruitVeg,28.9453972989116,0.0866938913756015
+1982,Democratic Republic of the Congo,OilcropsPulses,28.9453972989116,0.0346784202717916
 1982,Democratic Republic of the Congo,Starchy Roots,28.9453972989116,0.0736083556422842
+1982,Democratic Republic of the Congo,Sugar,28.9453972989116,0.00800022086593946
 1983,Democratic Republic of the Congo,Ruminants,29.7306087769269,0.081606056833797
 1983,Democratic Republic of the Congo,Cereals,29.7306087769269,0.177755290111665
 1983,Democratic Republic of the Congo,Monogastrics,29.7306087769269,0.0163069849730901
-1983,Democratic Republic of the Congo,Oilcrops,29.7306087769269,0.00937569497074309
-1983,Democratic Republic of the Congo,Pulses,29.7306087769269,0.0168769116622642
+1983,Democratic Republic of the Congo,FruitVeg,29.7306087769269,0.0864510944067028
+1983,Democratic Republic of the Congo,OilcropsPulses,29.7306087769269,0.0262526066330072
 1983,Democratic Republic of the Congo,Starchy Roots,29.7306087769269,0.0509405201898714
+1983,Democratic Republic of the Congo,Sugar,29.7306087769269,0.00823175717284888
 1984,Democratic Republic of the Congo,Ruminants,30.7711494805062,0.0710330623296797
 1984,Democratic Republic of the Congo,Cereals,30.7711494805062,0.169040179313044
 1984,Democratic Republic of the Congo,Monogastrics,30.7711494805062,0.0149318239885023
-1984,Democratic Republic of the Congo,Oilcrops,30.7711494805062,0.0115604915294492
-1984,Democratic Republic of the Congo,Pulses,30.7711494805062,0.0156901815546025
+1984,Democratic Republic of the Congo,FruitVeg,30.7711494805062,0.0842644504693271
+1984,Democratic Republic of the Congo,OilcropsPulses,30.7711494805062,0.0272506730840518
 1984,Democratic Republic of the Congo,Starchy Roots,30.7711494805062,0.052707519317661
+1984,Democratic Republic of the Congo,Sugar,30.7711494805062,0.00872553709256416
 1985,Democratic Republic of the Congo,Ruminants,32.168995737988,0.052191319710199
 1985,Democratic Republic of the Congo,Cereals,32.168995737988,0.172446286829683
 1985,Democratic Republic of the Congo,Monogastrics,32.168995737988,0.014423059175215
-1985,Democratic Republic of the Congo,Oilcrops,32.168995737988,0.0122415304133501
-1985,Democratic Republic of the Congo,Pulses,32.168995737988,0.015274850863248
+1985,Democratic Republic of the Congo,FruitVeg,32.168995737988,0.08234610828886
+1985,Democratic Republic of the Congo,OilcropsPulses,32.168995737988,0.0275163812765981
 1985,Democratic Republic of the Congo,Starchy Roots,32.168995737988,0.0513754859911722
+1985,Democratic Republic of the Congo,Sugar,32.168995737988,0.00885223856051548
 1986,Democratic Republic of the Congo,Ruminants,34.0061143381077,0.0678975053225379
 1986,Democratic Republic of the Congo,Cereals,34.0061143381077,0.163352976321681
 1986,Democratic Republic of the Congo,Monogastrics,34.0061143381077,0.0170668060716251
-1986,Democratic Republic of the Congo,Oilcrops,34.0061143381077,0.0130852313671134
-1986,Democratic Republic of the Congo,Pulses,34.0061143381077,0.0134414019335611
+1986,Democratic Republic of the Congo,FruitVeg,34.0061143381077,0.0798143712000979
+1986,Democratic Republic of the Congo,OilcropsPulses,34.0061143381077,0.0265266333006745
 1986,Democratic Republic of the Congo,Starchy Roots,34.0061143381077,0.0521214204234478
+1986,Democratic Republic of the Congo,Sugar,34.0061143381077,0.00954899458943695
 1987,Democratic Republic of the Congo,Ruminants,36.1996947163635,0.0606046210364354
 1987,Democratic Republic of the Congo,Cereals,36.1996947163635,0.16201314573723
 1987,Democratic Republic of the Congo,Monogastrics,36.1996947163635,0.0171029504405509
-1987,Democratic Republic of the Congo,Oilcrops,36.1996947163635,0.0109390361996151
-1987,Democratic Republic of the Congo,Pulses,36.1996947163635,0.0124653387735611
+1987,Democratic Republic of the Congo,FruitVeg,36.1996947163635,0.07629157312267
+1987,Democratic Republic of the Congo,OilcropsPulses,36.1996947163635,0.0234043749731762
 1987,Democratic Republic of the Congo,Starchy Roots,36.1996947163635,0.0498368128986873
+1987,Democratic Republic of the Congo,Sugar,36.1996947163635,0.0104644715337664
 1988,Democratic Republic of the Congo,Ruminants,38.4875235083989,0.0589826262605641
 1988,Democratic Republic of the Congo,Cereals,38.4875235083989,0.164818763425157
 1988,Democratic Republic of the Congo,Monogastrics,38.4875235083989,0.0145496629022675
-1988,Democratic Republic of the Congo,Oilcrops,38.4875235083989,0.0078426464300537
-1988,Democratic Republic of the Congo,Pulses,38.4875235083989,0.0154367121365623
+1988,Democratic Republic of the Congo,FruitVeg,38.4875235083989,0.073443018175972
+1988,Democratic Republic of the Congo,OilcropsPulses,38.4875235083989,0.023279358566616
 1988,Democratic Republic of the Congo,Starchy Roots,38.4875235083989,0.0430077130782228
+1988,Democratic Republic of the Congo,Sugar,38.4875235083989,0.0121462364553665
 1989,Democratic Republic of the Congo,Ruminants,40.5060940780917,0.055134778809596
 1989,Democratic Republic of the Congo,Cereals,40.5060940780917,0.163579588338612
 1989,Democratic Republic of the Congo,Monogastrics,40.5060940780917,0.0143551126143602
-1989,Democratic Republic of the Congo,Oilcrops,40.5060940780917,0.00697513349369035
-1989,Democratic Republic of the Congo,Pulses,40.5060940780917,0.0128598995182236
+1989,Democratic Republic of the Congo,FruitVeg,40.5060940780917,0.0718003616850184
+1989,Democratic Republic of the Congo,OilcropsPulses,40.5060940780917,0.0198350330119139
 1989,Democratic Republic of the Congo,Starchy Roots,40.5060940780917,0.0449914075560603
+1989,Democratic Republic of the Congo,Sugar,40.5060940780917,0.0117646825424817
 1990,Democratic Republic of the Congo,Ruminants,42.0057380870302,0.0558030408764036
 1990,Democratic Republic of the Congo,Cereals,42.0057380870302,0.157153184643041
 1990,Democratic Republic of the Congo,Monogastrics,42.0057380870302,0.0140765467268672
-1990,Democratic Republic of the Congo,Oilcrops,42.0057380870302,0.00538388891144413
-1990,Democratic Republic of the Congo,Pulses,42.0057380870302,0.0145391677200909
+1990,Democratic Republic of the Congo,FruitVeg,42.0057380870302,0.0710122374348469
+1990,Democratic Republic of the Congo,OilcropsPulses,42.0057380870302,0.019923056631535
 1990,Democratic Republic of the Congo,Starchy Roots,42.0057380870302,0.0408813988482089
+1990,Democratic Republic of the Congo,Sugar,42.0057380870302,0.0133257547721872
 1991,Democratic Republic of the Congo,Ruminants,42.8771977345215,0.0560617184212864
 1991,Democratic Republic of the Congo,Cereals,42.8771977345215,0.154225875577963
 1991,Democratic Republic of the Congo,Monogastrics,42.8771977345215,0.0150098201838592
-1991,Democratic Republic of the Congo,Oilcrops,42.8771977345215,0.00584535993058869
-1991,Democratic Republic of the Congo,Pulses,42.8771977345215,0.0138450900486339
+1991,Democratic Republic of the Congo,FruitVeg,42.8771977345215,0.0708351628282588
+1991,Democratic Republic of the Congo,OilcropsPulses,42.8771977345215,0.0196904499792226
 1991,Democratic Republic of the Congo,Starchy Roots,42.8771977345215,0.0449559614497784
+1991,Democratic Republic of the Congo,Sugar,42.8771977345215,0.0150654937491403
 1992,Democratic Republic of the Congo,Ruminants,43.2286325734356,0.0559195482188324
 1992,Democratic Republic of the Congo,Cereals,43.2286325734356,0.144819464545708
 1992,Democratic Republic of the Congo,Monogastrics,43.2286325734356,0.0158784159898907
-1992,Democratic Republic of the Congo,Oilcrops,43.2286325734356,0.0039007869322037
-1992,Democratic Republic of the Congo,Pulses,43.2286325734356,0.0139790505300158
+1992,Democratic Republic of the Congo,FruitVeg,43.2286325734356,0.0670775070077016
+1992,Democratic Republic of the Congo,OilcropsPulses,43.2286325734356,0.0178798374622195
 1992,Democratic Republic of the Congo,Starchy Roots,43.2286325734356,0.0392192725374727
+1992,Democratic Republic of the Congo,Sugar,43.2286325734356,0.0149182302277062
 1993,Democratic Republic of the Congo,Ruminants,43.2943354726632,0.0570431553672622
 1993,Democratic Republic of the Congo,Cereals,43.2943354726632,0.154353922373857
 1993,Democratic Republic of the Congo,Monogastrics,43.2943354726632,0.014994707472492
-1993,Democratic Republic of the Congo,Oilcrops,43.2943354726632,0.00595866930442319
-1993,Democratic Republic of the Congo,Pulses,43.2943354726632,0.0137151996337251
+1993,Democratic Republic of the Congo,FruitVeg,43.2943354726632,0.0708914080598001
+1993,Democratic Republic of the Congo,OilcropsPulses,43.2943354726632,0.0196738689381483
 1993,Democratic Republic of the Congo,Starchy Roots,43.2943354726632,0.0491257920101138
+1993,Democratic Republic of the Congo,Sugar,43.2943354726632,0.0134585391180427
 1994,Democratic Republic of the Congo,Ruminants,43.4192366081997,0.0490149822962298
 1994,Democratic Republic of the Congo,Cereals,43.4192366081997,0.154671294721607
 1994,Democratic Republic of the Congo,Monogastrics,43.4192366081997,0.0155930855559527
-1994,Democratic Republic of the Congo,Oilcrops,43.4192366081997,0.00400910503112812
-1994,Democratic Republic of the Congo,Pulses,43.4192366081997,0.0126705651017129
+1994,Democratic Republic of the Congo,FruitVeg,43.4192366081997,0.0695608667094677
+1994,Democratic Republic of the Congo,OilcropsPulses,43.4192366081997,0.016679670132841
 1994,Democratic Republic of the Congo,Starchy Roots,43.4192366081997,0.0482665769516612
+1994,Democratic Republic of the Congo,Sugar,43.4192366081997,0.0153146146484149
 1995,Democratic Republic of the Congo,Ruminants,43.8531784309166,0.0475744114821703
 1995,Democratic Republic of the Congo,Cereals,43.8531784309166,0.159118692284857
 1995,Democratic Republic of the Congo,Monogastrics,43.8531784309166,0.018345999088652
-1995,Democratic Republic of the Congo,Oilcrops,43.8531784309166,0.00748207336147734
-1995,Democratic Republic of the Congo,Pulses,43.8531784309166,0.012939370111125
+1995,Democratic Republic of the Congo,FruitVeg,43.8531784309166,0.0694217704665426
+1995,Democratic Republic of the Congo,OilcropsPulses,43.8531784309166,0.0204214434726023
 1995,Democratic Republic of the Congo,Starchy Roots,43.8531784309166,0.0775744257347081
+1995,Democratic Republic of the Congo,Sugar,43.8531784309166,0.0165859837284883
 1996,Democratic Republic of the Congo,Ruminants,44.6744311880964,0.0680621223617978
 1996,Democratic Republic of the Congo,Cereals,44.6744311880964,0.157182334714099
 1996,Democratic Republic of the Congo,Monogastrics,44.6744311880964,0.017666105346512
-1996,Democratic Republic of the Congo,Oilcrops,44.6744311880964,0.00819275596204049
-1996,Democratic Republic of the Congo,Pulses,44.6744311880964,0.0143718745524903
+1996,Democratic Republic of the Congo,FruitVeg,44.6744311880964,0.0700283118413769
+1996,Democratic Republic of the Congo,OilcropsPulses,44.6744311880964,0.0225646305145308
 1996,Democratic Republic of the Congo,Starchy Roots,44.6744311880964,0.0978094123706488
+1996,Democratic Republic of the Congo,Sugar,44.6744311880964,0.0156305228252042
 1997,Democratic Republic of the Congo,Ruminants,45.8068496973497,0.0428237106450115
 1997,Democratic Republic of the Congo,Cereals,45.8068496973497,0.154832925471577
 1997,Democratic Republic of the Congo,Monogastrics,45.8068496973497,0.0206968895330903
-1997,Democratic Republic of the Congo,Oilcrops,45.8068496973497,0.00707202950054389
-1997,Democratic Republic of the Congo,Pulses,45.8068496973497,0.0135678643205771
+1997,Democratic Republic of the Congo,FruitVeg,45.8068496973497,0.0660072330365392
+1997,Democratic Republic of the Congo,OilcropsPulses,45.8068496973497,0.020639893821121
 1997,Democratic Republic of the Congo,Starchy Roots,45.8068496973497,0.13153222465238
+1997,Democratic Republic of the Congo,Sugar,45.8068496973497,0.0158221577847537
 1998,Democratic Republic of the Congo,Ruminants,47.1601633449385,0.0470768550054272
 1998,Democratic Republic of the Congo,Cereals,47.1601633449385,0.156544000248401
 1998,Democratic Republic of the Congo,Monogastrics,47.1601633449385,0.0203063287223221
-1998,Democratic Republic of the Congo,Oilcrops,47.1601633449385,0.00783902841789799
-1998,Democratic Republic of the Congo,Pulses,47.1601633449385,0.0120467032212833
+1998,Democratic Republic of the Congo,FruitVeg,47.1601633449385,0.0655487726952501
+1998,Democratic Republic of the Congo,OilcropsPulses,47.1601633449385,0.0198857316391813
 1998,Democratic Republic of the Congo,Starchy Roots,47.1601633449385,0.171860625694724
+1998,Democratic Republic of the Congo,Sugar,47.1601633449385,0.0138051076370699
 1999,Democratic Republic of the Congo,Ruminants,48.5842648684635,0.0468270054159216
 1999,Democratic Republic of the Congo,Cereals,48.5842648684635,0.157955544030472
 1999,Democratic Republic of the Congo,Monogastrics,48.5842648684635,0.0206605753820591
-1999,Democratic Republic of the Congo,Oilcrops,48.5842648684635,0.00923653598244454
-1999,Democratic Republic of the Congo,Pulses,48.5842648684635,0.0132412984722413
+1999,Democratic Republic of the Congo,FruitVeg,48.5842648684635,0.0822312395181898
+1999,Democratic Republic of the Congo,OilcropsPulses,48.5842648684635,0.0224778344546858
 1999,Democratic Republic of the Congo,Starchy Roots,48.5842648684635,0.183678483971991
+1999,Democratic Republic of the Congo,Sugar,48.5842648684635,0.0125550618086232
 2000,Democratic Republic of the Congo,Ruminants,49.9713027601758,0.0552078086486206
 2000,Democratic Republic of the Congo,Cereals,49.9713027601758,0.159047656485215
 2000,Democratic Republic of the Congo,Monogastrics,49.9713027601758,0.0200537289057761
-2000,Democratic Republic of the Congo,Oilcrops,49.9713027601758,0.00920261622427128
-2000,Democratic Republic of the Congo,Pulses,49.9713027601758,0.0132865133656684
+2000,Democratic Republic of the Congo,FruitVeg,49.9713027601758,0.0830489501243162
+2000,Democratic Republic of the Congo,OilcropsPulses,49.9713027601758,0.0224891295899396
 2000,Democratic Republic of the Congo,Starchy Roots,49.9713027601758,0.190405986475754
+2000,Democratic Republic of the Congo,Sugar,49.9713027601758,0.0114908743946117
 2001,Democratic Republic of the Congo,Ruminants,51.304352396105,0.0615497069916838
 2001,Democratic Republic of the Congo,Cereals,51.304352396105,0.155514738130344
 2001,Democratic Republic of the Congo,Monogastrics,51.304352396105,0.0194045088055647
-2001,Democratic Republic of the Congo,Oilcrops,51.304352396105,0.0101461700074766
-2001,Democratic Republic of the Congo,Pulses,51.304352396105,0.0144126815725685
+2001,Democratic Republic of the Congo,FruitVeg,51.304352396105,0.0824527072464737
+2001,Democratic Republic of the Congo,OilcropsPulses,51.304352396105,0.0245588515800451
 2001,Democratic Republic of the Congo,Starchy Roots,51.304352396105,0.198222231736233
+2001,Democratic Republic of the Congo,Sugar,51.304352396105,0.0122826454703796
 2002,Democratic Republic of the Congo,Ruminants,52.6298705520453,0.0646550591408015
 2002,Democratic Republic of the Congo,Cereals,52.6298705520453,0.15345315793532
 2002,Democratic Republic of the Congo,Monogastrics,52.6298705520453,0.0134278405368652
-2002,Democratic Republic of the Congo,Oilcrops,52.6298705520453,0.0115732558491665
-2002,Democratic Republic of the Congo,Pulses,52.6298705520453,0.0145515238238959
+2002,Democratic Republic of the Congo,FruitVeg,52.6298705520453,0.0860169767212434
+2002,Democratic Republic of the Congo,OilcropsPulses,52.6298705520453,0.0261247796730623
 2002,Democratic Republic of the Congo,Starchy Roots,52.6298705520453,0.167238696005533
+2002,Democratic Republic of the Congo,Sugar,52.6298705520453,0.012429921422416
 2003,Democratic Republic of the Congo,Ruminants,53.9769875818365,0.0645070136196457
 2003,Democratic Republic of the Congo,Cereals,53.9769875818365,0.151018289106235
 2003,Democratic Republic of the Congo,Monogastrics,53.9769875818365,0.0135606819781124
-2003,Democratic Republic of the Congo,Oilcrops,53.9769875818365,0.0103703113094968
-2003,Democratic Republic of the Congo,Pulses,53.9769875818365,0.0149242263083769
+2003,Democratic Republic of the Congo,FruitVeg,53.9769875818365,0.0892115413818281
+2003,Democratic Republic of the Congo,OilcropsPulses,53.9769875818365,0.0252945376178738
 2003,Democratic Republic of the Congo,Starchy Roots,53.9769875818365,0.163723247951528
+2003,Democratic Republic of the Congo,Sugar,53.9769875818365,0.0125829619942176
 2004,Democratic Republic of the Congo,Ruminants,55.3928433178454,0.06597445214706
 2004,Democratic Republic of the Congo,Cereals,55.3928433178454,0.154254023616781
 2004,Democratic Republic of the Congo,Monogastrics,55.3928433178454,0.0136411598100457
-2004,Democratic Republic of the Congo,Oilcrops,55.3928433178454,0.0105257914935808
-2004,Democratic Republic of the Congo,Pulses,55.3928433178454,0.0133048905922152
+2004,Democratic Republic of the Congo,FruitVeg,55.3928433178454,0.091553672912883
+2004,Democratic Republic of the Congo,OilcropsPulses,55.3928433178454,0.023830682085796
 2004,Democratic Republic of the Congo,Starchy Roots,55.3928433178454,0.163088031884927
+2004,Democratic Republic of the Congo,Sugar,55.3928433178454,0.0126623820946132
 2005,Democratic Republic of the Congo,Ruminants,56.9117647011717,0.0617046754408549
 2005,Democratic Republic of the Congo,Cereals,56.9117647011717,0.156404148591064
 2005,Democratic Republic of the Congo,Monogastrics,56.9117647011717,0.0133976516503259
-2005,Democratic Republic of the Congo,Oilcrops,56.9117647011717,0.00994983780004873
-2005,Democratic Republic of the Congo,Pulses,56.9117647011717,0.0131246486661354
+2005,Democratic Republic of the Congo,FruitVeg,56.9117647011717,0.0902042588214511
+2005,Democratic Republic of the Congo,OilcropsPulses,56.9117647011717,0.0230744864661842
 2005,Democratic Republic of the Congo,Starchy Roots,56.9117647011717,0.169294718495972
+2005,Democratic Republic of the Congo,Sugar,56.9117647011717,0.0126357817626601
 2006,Democratic Republic of the Congo,Ruminants,58.5392117199756,0.069092155102547
 2006,Democratic Republic of the Congo,Cereals,58.5392117199756,0.159769128159237
 2006,Democratic Republic of the Congo,Monogastrics,58.5392117199756,0.0141184176819728
-2006,Democratic Republic of the Congo,Oilcrops,58.5392117199756,0.0117268539212133
-2006,Democratic Republic of the Congo,Pulses,58.5392117199756,0.01393781740512
+2006,Democratic Republic of the Congo,FruitVeg,58.5392117199756,0.0913485367228825
+2006,Democratic Republic of the Congo,OilcropsPulses,58.5392117199756,0.0256646713263333
 2006,Democratic Republic of the Congo,Starchy Roots,58.5392117199756,0.186394875744554
+2006,Democratic Republic of the Congo,Sugar,58.5392117199756,0.0127506190141029
 2007,Democratic Republic of the Congo,Ruminants,60.2624518425864,0.0770316386925628
 2007,Democratic Republic of the Congo,Cereals,60.2624518425864,0.157376697954132
 2007,Democratic Republic of the Congo,Monogastrics,60.2624518425864,0.0180785660379763
-2007,Democratic Republic of the Congo,Oilcrops,60.2624518425864,0.0135146617997112
-2007,Democratic Republic of the Congo,Pulses,60.2624518425864,0.0150269176805478
+2007,Democratic Republic of the Congo,FruitVeg,60.2624518425864,0.0904217595937645
+2007,Democratic Republic of the Congo,OilcropsPulses,60.2624518425864,0.028541579480259
 2007,Democratic Republic of the Congo,Starchy Roots,60.2624518425864,0.193101659555071
+2007,Democratic Republic of the Congo,Sugar,60.2624518425864,0.0127856111886636
 2008,Democratic Republic of the Congo,Ruminants,62.0763197326988,0.0827930268900285
 2008,Democratic Republic of the Congo,Cereals,62.0763197326988,0.15762400994601
 2008,Democratic Republic of the Congo,Monogastrics,62.0763197326988,0.0228593973924302
-2008,Democratic Republic of the Congo,Oilcrops,62.0763197326988,0.0161752119126012
-2008,Democratic Republic of the Congo,Pulses,62.0763197326988,0.0148842788153708
+2008,Democratic Republic of the Congo,FruitVeg,62.0763197326988,0.0842844825310861
+2008,Democratic Republic of the Congo,OilcropsPulses,62.0763197326988,0.0310594907279719
 2008,Democratic Republic of the Congo,Starchy Roots,62.0763197326988,0.188271768530158
+2008,Democratic Republic of the Congo,Sugar,62.0763197326988,0.0136898600477494
 2009,Democratic Republic of the Congo,Ruminants,63.9709534820167,0.0861012407237434
 2009,Democratic Republic of the Congo,Cereals,63.9709534820167,0.157033722249393
 2009,Democratic Republic of the Congo,Monogastrics,63.9709534820167,0.0263948232179426
-2009,Democratic Republic of the Congo,Oilcrops,63.9709534820167,0.0171206672651709
-2009,Democratic Republic of the Congo,Pulses,63.9709534820167,0.0123643176493971
+2009,Democratic Republic of the Congo,FruitVeg,63.9709534820167,0.0872987725081122
+2009,Democratic Republic of the Congo,OilcropsPulses,63.9709534820167,0.029484984914568
 2009,Democratic Republic of the Congo,Starchy Roots,63.9709534820167,0.195530117266622
+2009,Democratic Republic of the Congo,Sugar,63.9709534820167,0.0120141899089514
 2010,Democratic Republic of the Congo,Ruminants,65.9387278576882,0.090733112324155
 2010,Democratic Republic of the Congo,Cereals,65.9387278576882,0.156708367005592
 2010,Democratic Republic of the Congo,Monogastrics,65.9387278576882,0.0212904838947302
-2010,Democratic Republic of the Congo,Oilcrops,65.9387278576882,0.0150129751038333
-2010,Democratic Republic of the Congo,Pulses,65.9387278576882,0.0170308732182591
+2010,Democratic Republic of the Congo,FruitVeg,65.9387278576882,0.0876748429771404
+2010,Democratic Republic of the Congo,OilcropsPulses,65.9387278576882,0.0320438483220924
 2010,Democratic Republic of the Congo,Starchy Roots,65.9387278576882,0.193954985516415
+2010,Democratic Republic of the Congo,Sugar,65.9387278576882,0.0125503865178082
 2011,Democratic Republic of the Congo,Ruminants,67.9789196233421,0.0958156444162019
 2011,Democratic Republic of the Congo,Cereals,67.9789196233421,0.158945867398516
 2011,Democratic Republic of the Congo,Monogastrics,67.9789196233421,0.0260716408614199
-2011,Democratic Republic of the Congo,Oilcrops,67.9789196233421,0.0153220506484187
-2011,Democratic Republic of the Congo,Pulses,67.9789196233421,0.0187421359939207
+2011,Democratic Republic of the Congo,FruitVeg,67.9789196233421,0.0852916496708799
+2011,Democratic Republic of the Congo,OilcropsPulses,67.9789196233421,0.0340641866423394
 2011,Democratic Republic of the Congo,Starchy Roots,67.9789196233421,0.19111563266719
+2011,Democratic Republic of the Congo,Sugar,67.9789196233421,0.00924113273079534
diff --git a/src/ac/ed/lurg/InternationalMarket.java b/src/ac/ed/lurg/InternationalMarket.java
index 8e5a01a5c9c1455c5db2103dfd3a1003e7aebdb9..4504439ac1a2e82c288a9b13fc1340291c5b5839 100644
--- a/src/ac/ed/lurg/InternationalMarket.java
+++ b/src/ac/ed/lurg/InternationalMarket.java
@@ -17,23 +17,13 @@ import ac.ed.lurg.utils.LogWriter;
 
 public class InternationalMarket {
 
-	private Map<CropType, GlobalPrice> worldPrices;
+	private Map<CropType, GlobalPrice> worldPrices = new HashMap<CropType, GlobalPrice>();
 	private Map<CropType, Double> stockLevel;
 
 	public InternationalMarket() {
-		// in first timestep we don't have this info, but ok as constrained to
-		// import/export specified amount, values based on
-		// http://www.indexmundi.com/commodities/ for Jun 2010
-		worldPrices = new HashMap<CropType, GlobalPrice>();
-		worldPrices.put(CropType.WHEAT, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_WHEAT));
-		worldPrices.put(CropType.MAIZE, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_MAIZE));
-		worldPrices.put(CropType.RICE, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_RICE));
-		worldPrices.put(CropType.OILCROPS, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_OILCROPS));
-		worldPrices.put(CropType.PULSES, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_PULSES));
-		worldPrices.put(CropType.STARCHY_ROOTS, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_STARCHYROOTS));
-		worldPrices.put(CropType.MONOGASTRICS, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_MONOGASTRICS)); // quantities is in feed equivalent term (0.4 is weighted average price per feed, and 0.5 accounts for mark-up for additional processing)
-		worldPrices.put(CropType.RUMINANTS, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_RUMINANTS)); // quantities is in feed equivalent term
-		worldPrices.put(CropType.ENERGY_CROPS, GlobalPrice.createInitial(ModelConfig.INITAL_PRICE_ENERGYCROPS));
+		for (CropType crop : CropType.getImportedTypes())
+			worldPrices.put(crop, GlobalPrice.createInitial(crop.getInitialPrice()));
+		
 		stockLevel = getInitialStockLevels();
 	}
 	
diff --git a/src/ac/ed/lurg/ModelConfig.java b/src/ac/ed/lurg/ModelConfig.java
old mode 100644
new mode 100755
index 2da5f1cfef5e0b2b864595ae73cedb58e6179c12..9dbca5cd8f988a925a1262bdde9f60fd8319b7f4
--- a/src/ac/ed/lurg/ModelConfig.java
+++ b/src/ac/ed/lurg/ModelConfig.java
@@ -146,9 +146,13 @@ public class ModelConfig {
 	public static final boolean ORIG_LEAST_COST_MIN = getBooleanProperty("ORIG_LEAST_COST_MIN", true);
 	public static final String GAMS_MODEL_NAME = ORIG_LEAST_COST_MIN==true ? "IntExtOpt.gms" : "LUOpt.gms";
 	public static final String GAMS_MODEL = getProperty("GAMS_MODEL", GAMS_DIR + File.separator + GAMS_MODEL_NAME);
+	public static final String DEMAND_GAMS_MODEL = getProperty("DEMAND_GAMS_MODEL", GAMS_DIR + File.separator + "elasticDemand.gms");
+	public static final String DEMAND_PARAM_FILE = getProperty("DEMAND_PARAM_FILE", DATA_DIR + File.separator + "DemandParamConv.gdx");
 
 	// Country (non-gridded) data
 	public static final boolean DEMAND_FROM_FILE = getBooleanProperty("DEMAND_FROM_FILE", false); // used in hindcasting
+	public static final boolean PRICE_ELASTIC_DEMAND = getBooleanProperty("PRICE_ELASTIC_DEMAND", false);
+	public static final boolean DONT_REBASE_DEMAND = getBooleanProperty("DONT_REBASE_DEMAND", false);;
 	public static final String DEMAND_CURVES_FILE = getProperty("DEMAND_CURVES_FILE", DATA_DIR + File.separator + "com_curves.csv");  // either DEMAND_CURVES_FILE or DEMAND_CONSUMPTION_FILE is used, but not both
 	public static final String DEMAND_CONSUMPTION_FILE = getProperty("DEMAND_CONSUMPTION_FILE", DATA_DIR + File.separator + "hist_comsump.csv");
 	public static final String SSP_FILE = DATA_DIR + File.separator + "ssp.csv";	
@@ -165,7 +169,7 @@ public class ModelConfig {
 	public static final String FAO_CONSUMPTION_FILE = DATA_DIR + File.separator + "fao_consump.csv";
 	public static final String COUNTRY_GROUPING_FILE = DATA_DIR + File.separator + "country_groups.csv";
 	public static final String OTHER_WATER_USES_FILE = DATA_DIR + File.separator + "other_water_uses.csv";
-	public static final String BASE_CEREAL_DEMAND_FILE = DATA_DIR + File.separator + "base_cereal_demand.csv";
+	public static final String BASE_DEMAND_FRACT_FILE = DATA_DIR + File.separator + "base_demand_fracts.csv";
 	public static final String SHOCKS_PARAMETER_FILE = OUTPUT_DIR + File.separator+ "shocks.csv";
 	public static final String SUBSIDY_RATE_FILENAME = getProperty("SUBSIDY_RATE_FILENAME", "subsidyrates.csv");
 	public static final String SUBSIDY_RATE_FILE = getProperty("SUBSIDY_RATE_FILE", DATA_DIR + File.separator + SUBSIDY_RATE_FILENAME);
@@ -180,16 +184,17 @@ public class ModelConfig {
 	public static final String YIELD_FILENAME = getProperty("YIELD_FILENAME", "yieldPH.out");
 	public static final boolean PASTURE_FERT_RESPONSE_FROM_LPJ = getBooleanProperty("PASTURE_FERT_RESPONSE_FROM_LPJ", false);;
 
-	public static final double CALIB_FACTOR_CEREAL_C3 = getDoubleProperty("CALIB_FACTOR_CEREAL_C3", 1.077);
-	public static final double CALIB_FACTOR_CEREAL_C4 = getDoubleProperty("CALIB_FACTOR_CEREAL_C4", 0.685);
+	public static final double CALIB_FACTOR_CEREAL_C3 = getDoubleProperty("CALIB_FACTOR_CEREAL_C3", 1.046);
+	public static final double CALIB_FACTOR_CEREAL_C4 = getDoubleProperty("CALIB_FACTOR_CEREAL_C4", 0.654);
 	public static final double CALIB_FACTOR_MISCANTHUS = getDoubleProperty("CALIB_FACTOR_MISCANTHUS", 2.148);
-	public static final double CALIB_FACTOR_RICE = getDoubleProperty("CALIB_FACTOR_RICE", 0.991);
-	public static final double CALIB_FACTOR_OILCROPS = getDoubleProperty("CALIB_FACTOR_OILCROPS", 0.608);
-	public static final double CALIB_FACTOR_PULSES = getDoubleProperty("CALIB_FACTOR_PULSES", 0.865);
-	public static final double CALIB_FACTOR_STARCHY_ROOTS = getDoubleProperty("CALIB_FACTOR_STARCHY_ROOTS", 4.856);
-	
-	public static final double CALIB_FACTOR_SRC = getDoubleProperty("CALIB_FACTOR_SRC", Double.NaN);
-
+	public static final double CALIB_FACTOR_RICE = getDoubleProperty("CALIB_FACTOR_RICE", 0.972);
+	public static final double CALIB_FACTOR_OILCROPS = getDoubleProperty("CALIB_FACTOR_OILCROPS", 0.578);
+	public static final double CALIB_FACTOR_PULSES = getDoubleProperty("CALIB_FACTOR_PULSES", 0.686);
+	public static final double CALIB_FACTOR_STARCHY_ROOTS = getDoubleProperty("CALIB_FACTOR_STARCHY_ROOTS",4.560);
+	public static final double CALIB_FACTOR_FRUITVEG = getDoubleProperty("CALIB_FACTOR_FRUITVEG",3.526);
+	public static final double CALIB_FACTOR_SUGAR = getDoubleProperty("CALIB_FACTOR_SUGAR", 11.909);
+
+	// These are production prices in PLUM style feed equivalent terms
 	public static final double INITIAL_PRICE_SHIFT = getDoubleProperty("INITIAL_PRICE_SHIFT", 1.0);
 	public static final double INITAL_PRICE_WHEAT = getDoubleProperty("INITAL_PRICE_WHEAT", 0.157 * ModelConfig.INITIAL_PRICE_SHIFT);
 	public static final double INITAL_PRICE_MAIZE = getDoubleProperty("INITAL_PRICE_MAIZE", 0.152 * ModelConfig.INITIAL_PRICE_SHIFT);
@@ -200,8 +205,18 @@ public class ModelConfig {
 	public static final double INITAL_PRICE_MONOGASTRICS = getDoubleProperty("INITAL_PRICE_MONOGASTRICS", 0.4 * 0.5 * ModelConfig.INITIAL_PRICE_SHIFT); // quantities is in feed equivalent term (0.4 is weighted average price per feed, and 0.5 accounts for mark-up for additional processing)
 	public static final double INITAL_PRICE_RUMINANTS = getDoubleProperty("INITAL_PRICE_RUMINANTS", 0.1 * 0.6 * ModelConfig.INITIAL_PRICE_SHIFT); // quantities is in feed equivalent term
 	public static final double INITAL_PRICE_ENERGYCROPS = getDoubleProperty("INITAL_PRICE_ENERGYCROPS", 0.04 * ModelConfig.INITIAL_PRICE_SHIFT);
+	public static final double INITAL_PRICE_FRUITVEG = getDoubleProperty("INITAL_PRICE_FRUITVEG", 0.3 * ModelConfig.INITIAL_PRICE_SHIFT);
+	public static final double INITAL_PRICE_SUGAR = getDoubleProperty("INITAL_PRICE_SUGAR", 0.1 * ModelConfig.INITIAL_PRICE_SHIFT);
+
+	// These are initial demand system prices in 2000 kcal terms
+	public static final double INITAL_DEMAND_PRICE_CEREALS = getDoubleProperty("INITAL_DEMAND_PRICE_CEREALS", 120.2364695);
+	public static final double INITAL_DEMAND_PRICE_OILCROPS_PULSES = getDoubleProperty("INITAL_DEMAND_PRICE_OILCROPS_PULSES", 147.4032429);
+	public static final double INITAL_DEMAND_PRICE_STARCHYROOTS = getDoubleProperty("INITAL_DEMAND_PRICE_STARCHYROOTS", 543.5511587);
+	public static final double INITAL_DEMAND_PRICE_MONOGASTRICS = getDoubleProperty("INITAL_DEMAND_PRICE_MONOGASTRICS", 1243.899285);
+	public static final double INITAL_DEMAND_PRICE_RUMINANTS = getDoubleProperty("INITAL_DEMAND_PRICE_RUMINANTS", 1043.900533);
+	public static final double INITAL_DEMAND_PRICE_FRUITVEG = getDoubleProperty("INITAL_DEMAND_PRICE_FRUITVEG", 3381.17766);
+	public static final double INITAL_DEMAND_PRICE_SUGAR = getDoubleProperty("INITAL_DEMAND_PRICE_SUGAR", 168.9246538);
 
-	
 	// Spatial (gridded) data
 	public static final double CELL_SIZE_X = getDoubleProperty("CELL_SIZE_X", 0.5);
 	public static final double CELL_SIZE_Y = getDoubleProperty("CELL_SIZE_Y", CELL_SIZE_X);
@@ -227,8 +242,8 @@ public class ModelConfig {
 	public static final String DEMAND_OUTPUT_FILE = OUTPUT_DIR + File.separator + "demand.txt";
 	public static final String DOMESTIC_OUTPUT_FILE = OUTPUT_DIR + File.separator + "domestic.txt";
 	public static final String COUNTRY_DEMAND_FILE = OUTPUT_DIR + File.separator + "countryDemand.txt";
+	public static final String DEMAND_OPTIMISATION_OUTPUT_FILE = OUTPUT_DIR + File.separator + "countryDemandOpt.txt";
 	public static final String FOOD_BALANCE_SHEET_FILE = OUTPUT_DIR + File.separator + "fbs.txt";
-	public static final String UK_LAND_COVER_OUTPUT_FILE = OUTPUT_DIR + File.separator + "ukLC.txt";
 	public static final String ANIMAL_NUMBERS_OUTPUT_FILE = OUTPUT_DIR + File.separator + "animals.txt";;
 
 	public static final boolean OUTPUT_FOR_LPJG = getBooleanProperty("OUTPUT_FOR_LPJG", true);
@@ -264,16 +279,17 @@ public class ModelConfig {
 
 	// Other model parameters
 	public static final boolean CHANGE_DEMAND_YEAR = IS_CALIBRATION_RUN ? false : getBooleanProperty("CHANGE_DEMAND_YEAR", true);
-	public static final double DIETARY_CLOSURE = getDoubleProperty("DIETARY_CLOSURE", 0.0); // Amount diet converges in DIETARY_CLOSURE_GDP_CHANGE rate of GDP shift
+	public static final double DIETARY_CLOSURE = getDoubleProperty("DIETARY_CLOSURE", 0.5); // Amount diet converges in DIETARY_CLOSURE_GDP_CHANGE rate of GDP shift
 	public static final double DIETARY_CLOSURE_GDP_CHANGE = getDoubleProperty("DIETARY_CLOSURE_GDP_CHANGE", 2.0); // 2 is double of GDP
 	public static final double DIETARY_CLOSURE_PARAM = getDoubleProperty("DIETARY_CLOSURE_PARAM", Math.log((1-DIETARY_CLOSURE))/DIETARY_CLOSURE_GDP_CHANGE); // Zero is no dietary closure, number specifies closure rate for changes in GDP per capita, e.g. Math.log(0.5)/2
 	public static final String SSP_SCENARIO = getProperty("SSP_SCENARIO", "SSP1_v9_130325");
 	public static final ModelFitType DEMAND_ANIMAL_PROD_FIT = ModelFitType.findByName(getProperty("DEMAND_ANIMAL_PROD_FIT", "loglinear"));
 	public static final ModelFitType DEMAND_NON_ANIMAL_PROD_FIT = ModelFitType.findByName(getProperty("DEMAND_NON_ANIMAL_PROD_FIT", "loglinear"));
-	public static final double TOTAL_MAX_CEREAL_CHANGE = getDoubleProperty("TOTAL_MAX_CEREAL_CHANGE", 0.5);
-	public static final double ANNUAL_MAX_CEREAL_CHANGE = getDoubleProperty("ANNUAL_MAX_CEREAL_CHANGE", 0.0);
-	public static final boolean LIMIT_CEREAL_FRACTION = getBooleanProperty("LIMIT_CEREAL_FRACTION", true);
-	public static final int CEREAL_CHANGE_START_STEP = getIntProperty("CEREAL_CHANGE_START_STEP", 0);
+	public static final double TOTAL_MAX_DEMAND_FRACT_CHANGE = getDoubleProperty("TOTAL_MAX_DEMAND_FRACT_CHANGE", 0.5);
+	public static final double ANNUAL_MAX_DEMAND_FRACT_CHANGE = getDoubleProperty("ANNUAL_MAX_DEMAND_FRACT_CHANGE", 0.0);
+	public static final boolean LIMIT_DEMAND_FRACTION = getBooleanProperty("LIMIT_DEMAND_FRACTION", true);
+	public static final int DEMAND_FRACT_CHANGE_START_STEP = getIntProperty("DEMAND_FRACT_CHANGE_START_STEP", 0);
+	public static final double MAX_INCOME_PROPORTION_FOOD_SPEND = getDoubleProperty("MAX_INCOME_PROPORTION_FOOD_SPEND", 0.7);
 	
 	public static final double PASTURE_HARVEST_FRACTION = getDoubleProperty("PASTURE_HARVEST_FRACTION", 0.5);
 	public static final double ANIMAL_FEED_FROM_OTHER_SOURCES_RATE = getDoubleProperty("ANIMAL_FEED_FROM_OTHER_SOURCES_RATE", 0.127);  // animal nutrition coming from sources other crops modelled
@@ -316,9 +332,10 @@ public class ModelConfig {
 	public static final boolean CONSTANT_DIET_HIGH_INCOME  = getBooleanProperty("CONSTANT_DIET_HIGH_INCOME", false);
 	//below should all sum to zero
 	public static final double CEREALS_SUB_PROPORTION  = getDoubleProperty("CEREALS_SUB_PROPORTION", 0.3);
-	public static final double PULSES_SUB_PROPORTION  = getDoubleProperty("PULSES_SUB_PROPORTION", 0.35);
-	public static final double OILCROPS_SUB_PROPORTION  = getDoubleProperty("OILCROPS_SUB_PROPORTION", 0.05);
-	public static final double STARCHY_ROOTS_SUB_PROPORTION  = getDoubleProperty("STARCHY_ROOTS_SUB_PROPORTION", 0.3);
+	public static final double OILCROPSPULSES_SUB_PROPORTION  = getDoubleProperty("OILCROPSPULSES_SUB_PROPORTION", 0.25);
+	public static final double STARCHY_ROOTS_SUB_PROPORTION  = getDoubleProperty("STARCHY_ROOTS_SUB_PROPORTION", 0.25);
+	public static final double FRUITVEG_SUB_PROPORTION  = getDoubleProperty("FRUITVEG_SUB_PROPORTION", 0.1);
+	public static final double SUGAR_SUB_PROPORTION  = getDoubleProperty("SUGAR_SUB_PROPORTION", 0.1);
 
 	public static final double MARKET_LAMBA = getDoubleProperty("MARKET_LAMBA", 0.4); // controls international market price adjustment rate
 
diff --git a/src/ac/ed/lurg/ModelMain.java b/src/ac/ed/lurg/ModelMain.java
index ceb4c58d404b4c858bd4f8b4ac5801797273572e..929070b8d903c82a007bdf1fd1a417f59ca5531d 100644
--- a/src/ac/ed/lurg/ModelMain.java
+++ b/src/ac/ed/lurg/ModelMain.java
@@ -4,7 +4,6 @@ import java.io.BufferedWriter;
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileOutputStream;
-import java.io.FileWriter;
 import java.io.IOException;
 import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
@@ -25,6 +24,7 @@ import ac.ed.lurg.demand.AbstractDemandManager;
 import ac.ed.lurg.demand.BaseConsumpManager;
 import ac.ed.lurg.demand.DemandManagerFromFile;
 import ac.ed.lurg.demand.DemandManagerSSP;
+import ac.ed.lurg.demand.ElasticDemandManager;
 import ac.ed.lurg.landuse.CropUsageData;
 import ac.ed.lurg.landuse.CropUsageReader;
 import ac.ed.lurg.landuse.FPUManager;
@@ -44,6 +44,7 @@ import ac.ed.lurg.output.LpjgOutputer;
 import ac.ed.lurg.types.CommodityType;
 import ac.ed.lurg.types.CropType;
 import ac.ed.lurg.types.LandCoverType;
+import ac.ed.lurg.utils.FileWriterHelper;
 import ac.ed.lurg.utils.LogWriter;
 import ac.ed.lurg.yield.LPJYieldResponseMapReader;
 import ac.ed.lurg.yield.YieldRaster;
@@ -88,6 +89,8 @@ public class ModelMain {
 		
 		if (ModelConfig.DEMAND_FROM_FILE)
 			demandManager = new DemandManagerFromFile(compositeCountryManager);
+		else if (ModelConfig.PRICE_ELASTIC_DEMAND)
+			demandManager = new ElasticDemandManager(ModelConfig.SSP_SCENARIO, baseConsumpManager, compositeCountryManager);
 		else
 			demandManager = new DemandManagerSSP(ModelConfig.SSP_SCENARIO, baseConsumpManager, compositeCountryManager);
 		
@@ -133,23 +136,10 @@ public class ModelMain {
 		outputTimestepResults(timestep, globalLandUseRaster);
 	}
 
-	private BufferedWriter getFileWriter(Timestep timestep, String file, String columnHeadings) throws IOException {
-		if (timestep.isInitialTimestep()) {
-			FileWriter fstream = new FileWriter(file, false);
-			BufferedWriter outputFile = new BufferedWriter(fstream);
-			outputFile.write(columnHeadings);
-			outputFile.newLine();
-			return outputFile;
-		} else {
-			FileWriter fstream = new FileWriter(file, true);
-			return new BufferedWriter(fstream);
-		}
-	}
-
 	private void writeLandCoverFile(Timestep timestep, RasterSet<LandUseItem> landUseRaster) {
 		try {
 			StringBuffer sbHeadings = new StringBuffer("Year,Cropland,Pasture,ManForest,UnmanForest,Natural,AbPasture,EnergyCrop,FertCrop,IrrigCrop");
-			BufferedWriter outputFile = getFileWriter(timestep, ModelConfig.LAND_COVER_OUTPUT_FILE, sbHeadings.toString());
+			BufferedWriter outputFile = FileWriterHelper.getFileWriter(timestep, ModelConfig.LAND_COVER_OUTPUT_FILE, sbHeadings.toString());
 
 			StringBuffer sbData = new StringBuffer();
 			sbData.append(String.format("%d,%.1f,%.1f,%.1f,%.1f,%.1f,%.1f", timestep.getYear(),
@@ -175,7 +165,7 @@ public class ModelMain {
 
 	private void writeGlobalMarketFile(Timestep timestep) {
 		try {
-			BufferedWriter outputFile = getFileWriter(timestep, ModelConfig.PRICES_OUTPUT_FILE, "Year,Crop,Imports (Mt),Exports (Mt),New export price, Stock Levels (Mt)");
+			BufferedWriter outputFile = FileWriterHelper.getFileWriter(timestep, ModelConfig.PRICES_OUTPUT_FILE, "Year,Crop,Imports (Mt),Exports (Mt),New export price, Stock Levels (Mt)");
 			internationalMarket.writeGlobalMarketFile(timestep, outputFile);
 			outputFile.close();
 		} catch (IOException e) {
@@ -185,7 +175,7 @@ public class ModelMain {
 	
 	private void writeGlobalFoodBalanceSheet(Timestep timestep, RasterSet<LandUseItem> landUseRaster) {
 		try {
-			BufferedWriter outputFile = getFileWriter(timestep, ModelConfig.FOOD_BALANCE_SHEET_FILE, "Year,Crop,Production,Imports,Export,TransportLosses,StockVar,Supply,MonogastricsFeed,RuminantsFeed,SeedAndOtherLosses,FoodAnd1stGen,ProdArea");
+			BufferedWriter outputFile = FileWriterHelper.getFileWriter(timestep, ModelConfig.FOOD_BALANCE_SHEET_FILE, "Year,Crop,Production,Imports,Export,TransportLosses,StockVar,Supply,MonogastricsFeed,RuminantsFeed,SeedAndOtherLosses,FoodAnd1stGen,ProdArea");
 			Map<CropType, GlobalPrice> worldPrices = internationalMarket.getWorldPrices();
 			double harvestedAndFallowArea = 0;
 			
@@ -245,9 +235,9 @@ public class ModelMain {
 
 	private void writeDemandFile(Timestep timestep) {
 		try {
-			BufferedWriter outputFile = getFileWriter(timestep, ModelConfig.DEMAND_OUTPUT_FILE, "Year,Commodity,Amount (Mt)");
+			BufferedWriter outputFile = FileWriterHelper.getFileWriter(timestep, ModelConfig.DEMAND_OUTPUT_FILE, "Year,Commodity,Amount (Mt)");
 
-			for (CommodityType comm : CommodityType.getAllItems()) {
+			for (CommodityType comm : CommodityType.getAllFoodItems()) {
 				double demandAmount = 0;
 
 				for (AbstractCountryAgent country : countryAgents.getAll()) {
@@ -274,7 +264,7 @@ public class ModelMain {
 	private void writeDomesticProductionFile(Timestep timestep) {
 		try {
 			StringBuffer sbHeadings = new StringBuffer("Year, Country, Crop, Area, Production, Production_cost, Import_price, Export_price, Net_imports, Net_import_cost, Rum_feed_amount, Mon_feed_amount");
-			BufferedWriter outputFile = getFileWriter(timestep, ModelConfig.DOMESTIC_OUTPUT_FILE, sbHeadings.toString());
+			BufferedWriter outputFile = FileWriterHelper.getFileWriter(timestep, ModelConfig.DOMESTIC_OUTPUT_FILE, sbHeadings.toString());
 
 			for (CropType crop : CropType.getAllItems()) {
 				for (AbstractCountryAgent country : countryAgents.getAll()) {
@@ -322,17 +312,17 @@ public class ModelMain {
 	private void writeCountryDemandFile(Timestep timestep){
 
 		try {
-			StringBuffer sbHeadings = new StringBuffer("Year, Country, Commodity, Demand");
-			BufferedWriter outputFile = getFileWriter(timestep, ModelConfig.COUNTRY_DEMAND_FILE, sbHeadings.toString());
+			StringBuffer sbHeadings = new StringBuffer("Year, Country, Commodity, Demand, BioenergyDemand");
+			BufferedWriter outputFile = FileWriterHelper.getFileWriter(timestep, ModelConfig.COUNTRY_DEMAND_FILE, sbHeadings.toString());
 
 			for (AbstractCountryAgent country : countryAgents.getAll()) {
-				for (CommodityType commodity : CommodityType.getAllItems()) {
-
+				for (CommodityType commodity : CommodityType.getAllFoodItems()) {
+					double bioenergyDemand = demandManager.getFirstGenBioenergyDemand(country.getCountry(), timestep.getYear(), commodity);
 					double  demand =  country.getCurrentProjectedDemand().get(commodity);
 
 					StringBuffer sbData = new StringBuffer();
 					sbData.append(String.format("%d,%s,%s", timestep.getYear(), country.getCountry(), commodity.getGamsName()));
-					sbData.append(String.format(",%.3f", demand));
+					sbData.append(String.format(",%.3f,%.3f", demand, bioenergyDemand));
 
 					outputFile.write(sbData.toString());
 					outputFile.newLine();
@@ -348,7 +338,7 @@ public class ModelMain {
 	private void writeAnimalNumber(Timestep timestep) {
 		try {
 			StringBuffer sbHeadings = new StringBuffer("Year,Country,FAOItem,Heads(M)");
-			BufferedWriter outputFile = getFileWriter(timestep, ModelConfig.ANIMAL_NUMBERS_OUTPUT_FILE, sbHeadings.toString());
+			BufferedWriter outputFile = FileWriterHelper.getFileWriter(timestep, ModelConfig.ANIMAL_NUMBERS_OUTPUT_FILE, sbHeadings.toString());
 		
 			for (AbstractCountryAgent country : countryAgents.getAll()) {
 				Map<CropType, CropUsageData> cropUsageAllCrops = country.getCropUsageData();
diff --git a/src/ac/ed/lurg/country/AbstractCountryAgent.java b/src/ac/ed/lurg/country/AbstractCountryAgent.java
index c6480482084527222d5967d56418deb6d522962d..0f2bb225e43aabdbd91c4ac22f0bc834a1cc29fd 100644
--- a/src/ac/ed/lurg/country/AbstractCountryAgent.java
+++ b/src/ac/ed/lurg/country/AbstractCountryAgent.java
@@ -18,12 +18,14 @@ public abstract class AbstractCountryAgent {
 	protected Map<CropType, Double> tradeBarriers;
 	protected Map<CommodityType, Double> currentProjectedDemand;
 	private Map<CropType, CountryPrice> currentCountryPrices;
+	private Map<CommodityType, Map<CropType, Double>> baseDemandFact;
 
 	public AbstractCountryAgent(AbstractDemandManager demandManager,CompositeCountry country, Map<CropType, Double> tradeBarriers) {
 
 		this.demandManager = demandManager;
 		this.country = country;
 		this.tradeBarriers = tradeBarriers;
+		baseDemandFact = demandManager.getBaseDemandFracts(country);
 	}
 
 	public CompositeCountry getCountry() {
@@ -35,7 +37,9 @@ public abstract class AbstractCountryAgent {
 
 		for (CropType c : CropType.getImportedTypes()) {
 			GlobalPrice worldPrice = worldPrices.get(c);
-			CountryPrice prices = new CountryPrice(worldPrice.getCountryImportPrice(tradeBarriers.get(c), timestep), worldPrice.getExportPrice());
+			Double tb = tradeBarriers.get(c);
+			LogWriter.println(worldPrice + " " + c);
+			CountryPrice prices = new CountryPrice(worldPrice.getCountryImportPrice(tb==null ? 0 : tb, timestep), worldPrice.getExportPrice());
 			countryPrices.put(c, prices);
 		}
 
@@ -44,10 +48,40 @@ public abstract class AbstractCountryAgent {
 	}
 	
 	protected Map<CommodityType, Double> calculateDemand(Timestep timestep) {
-		currentProjectedDemand = demandManager.getDemand(country, timestep.getYear());
+		Map<CommodityType, Double> prices = getCommodityPrices(timestep);
+		
+		currentProjectedDemand = demandManager.getDemand(country, timestep.getYear(), prices);
 		return currentProjectedDemand;
 	}
 	
+	public Map<CommodityType, Double> getCommodityPrices(Timestep timestep) {
+		if (!ModelConfig.PRICE_ELASTIC_DEMAND)
+			return null;
+						
+		Map<CommodityType, Double> prices = new HashMap<CommodityType, Double>();
+		
+		for (CommodityType commodity : CommodityType.getAllFoodItems()) {
+			double commPricePlum = getCommPriceFromCropPrice(commodity);
+			double commPrice = commPricePlum * commodity.getPlumPriceToKcalPriceConversion();  //price per person per year commodity x per year assuming 2000 kcal a day
+			commPrice *= commodity.getPriceMarkupFactor(); // * priceMarkupFactor to rebase prices to those provide by G&G
+			
+			prices.put(commodity, commPrice);
+			LogWriter.println("Price for " + commodity.getGamsName() + " is " + commPrice);
+		}
+		
+		return prices;
+	}
+	
+	private double getCommPriceFromCropPrice(CommodityType commodity) {
+		double commPricePlum = 0;
+		Map<CropType, Double> demandFract = baseDemandFact.get(commodity);
+		
+		for (CropType crop : commodity.getCropTypes()) {
+			commPricePlum += currentCountryPrices.get(crop).getImportPrice() * demandFract.get(crop);  // weight price by base demand of each cereal crop
+		}
+		return commPricePlum;
+	}
+
 	public Map<CommodityType, Double> getCurrentProjectedDemand() {
 		return currentProjectedDemand;
 	}
@@ -56,25 +90,35 @@ public abstract class AbstractCountryAgent {
 		return currentCountryPrices;
 	}
 	
-	protected Map<CropType, Double> getMinCerealFraction(Timestep timestep) {
-		Map<CropType, Double> minCerealFraction = new HashMap<CropType, Double>();
-
-		int yearsOfChange = ModelConfig.IS_CALIBRATION_RUN ? 0 : (timestep.getTimestep() - ModelConfig.CEREAL_CHANGE_START_STEP) * ModelConfig.TIMESTEP_SIZE;
-
-		for (Map.Entry<CropType, Double> entry : demandManager.getBaseCerealFraction(country).entrySet()) {
-			minCerealFraction.put(entry.getKey(), entry.getValue() * Math.max(ModelConfig.TOTAL_MAX_CEREAL_CHANGE, (1- ModelConfig.ANNUAL_MAX_CEREAL_CHANGE * yearsOfChange)));
+	protected Map<CommodityType, Map<CropType, Double>> getMinDemandFraction(Timestep timestep) {
+		Map<CommodityType, Map<CropType, Double>> minDemandFraction = new HashMap<CommodityType, Map<CropType, Double>>();
+
+		int yearsOfChange = ModelConfig.IS_CALIBRATION_RUN ? 0
+				: (timestep.getTimestep() - ModelConfig.DEMAND_FRACT_CHANGE_START_STEP) * ModelConfig.TIMESTEP_SIZE;
+
+		for (CommodityType comm : baseDemandFact.keySet()) {
+			if (comm == CommodityType.CEREALS || comm == CommodityType.OILCROPSPULSES) {
+				Map<CropType, Double> cropFracts = new HashMap<CropType, Double>();
+				for (Map.Entry<CropType, Double> crop : baseDemandFact.get(comm).entrySet()) {
+					cropFracts.put(crop.getKey(), crop.getValue() * Math.max(ModelConfig.TOTAL_MAX_DEMAND_FRACT_CHANGE,
+							(1 - ModelConfig.ANNUAL_MAX_DEMAND_FRACT_CHANGE * yearsOfChange)));
+				}
+				minDemandFraction.put(comm, cropFracts);
+			}
 		}
-		return minCerealFraction;
+
+		return minDemandFraction;
 	}
 
-	protected void updateNetImportsFromProdAndDemand(Map<CommodityType, Double> demands, Map<CropType, Double> minCerealFracts, Map<CropType, CropUsageData> cropUsages) {
+	protected void updateNetImportsFromProdAndDemand(Map<CommodityType, Double> demands, Map<CommodityType, Map<CropType, Double>>  minDemandFracts, Map<CropType, CropUsageData> cropUsages) {
 
-		for (CommodityType commodity : CommodityType.getAllItems()) {
-			if (commodity != CommodityType.CEREALS && commodity.getCropTypes().size() != 1)
-				throw new RuntimeException("Not cereal and not 1 to 1 mapping for commodity to crop: " + commodity);  // skips cereals which is a special case and handled separately below
+		for (CommodityType commodity : CommodityType.getAllFoodItems()) {
+				
+			if (commodity != CommodityType.CEREALS && commodity != CommodityType.OILCROPSPULSES && commodity.getCropTypes().size() != 1)
+				throw new RuntimeException("Not cereal or oilcropspulses and not 1 to 1 mapping for commodity to crop: " + commodity);  // skips cereals which is a special case and handled separately below
 
 			double demand = demands.get(commodity);
-			if (commodity == CommodityType.CEREALS) {
+			if (commodity == CommodityType.CEREALS || commodity == CommodityType.OILCROPSPULSES) {
 				Map<CropType, Double> netImportsFromMinDemands = new HashMap<CropType, Double>();
 				double totalProd = 0, totalmportFromMD = 0, totalExcessProd = 0;
 
@@ -82,9 +126,8 @@ public abstract class AbstractCountryAgent {
 					CropUsageData cropUsage = cropUsages.get(crop);
 					double prod = cropUsage.getProduction() *(1-crop.getSeedAndWasteRate()) - cropUsage.getMonogastricFeed() - cropUsage.getRuminantFeed();
 					totalProd += prod;
-					double minFract = minCerealFracts.containsKey(crop) ? minCerealFracts.get(crop) : 0.0;
+					double minFract = minDemandFracts.get(commodity).containsKey(crop) ? minDemandFracts.get(commodity).get(crop) : 0.0;
 					double netImportsFromMinDemand = minFract * demand - prod;
-					LogWriter.println("netImportsFromMinDemand " + crop + " to " + netImportsFromMinDemand);
 					netImportsFromMinDemands.put(crop, netImportsFromMinDemand);
 					
 					if (netImportsFromMinDemand > 0)
@@ -99,8 +142,8 @@ public abstract class AbstractCountryAgent {
 					double netImportsMD = netImportsFromMinDemands.get(crop);
 					double netImports=0;
 					if (additionalNetImportsRequired > 0) { // overall need to import more
-						if (minCerealFracts.containsKey(crop))
-							netImports = netImportsMD + minCerealFracts.get(crop) * additionalNetImportsRequired; // divide required additional imports by minCerealFracts		
+						if (minDemandFracts.get(commodity).containsKey(crop))
+							netImports = netImportsMD + minDemandFracts.get(commodity).get(crop) * additionalNetImportsRequired; // divide required additional imports by minCerealFracts		
 					}
 					else {  // overall need to export more
 						if (netImportsMD > 0)
@@ -110,7 +153,7 @@ public abstract class AbstractCountryAgent {
 					}
 					
 					CropUsageData cropUsage = cropUsages.get(crop);	
-					LogWriter.println("Updating cereal net imports " + crop + " to " + netImports);
+					LogWriter.println("Updating " + commodity + " net imports " + crop + " to " + netImports);
 					cropUsage.updateNetImports(netImports);
 				}
 			}
@@ -128,4 +171,4 @@ public abstract class AbstractCountryAgent {
 	}
 	
 	abstract public Map<CropType, CropUsageData> getCropUsageData();
-}
+}
\ No newline at end of file
diff --git a/src/ac/ed/lurg/country/CountryAgent.java b/src/ac/ed/lurg/country/CountryAgent.java
index 7d044667f3f513668b785aa3b7c65502081e642b..587af6b6e4d7813947073a7b6ebc7fe7af60f740 100644
--- a/src/ac/ed/lurg/country/CountryAgent.java
+++ b/src/ac/ed/lurg/country/CountryAgent.java
@@ -105,15 +105,19 @@ public class CountryAgent extends AbstractCountryAgent {
 			Map<CropType, GlobalPrice> worldPrices, double globalGen2EcIncrease) {
 		currentTimestep = timestep;
 
+		calculateCountryPrices(worldPrices, currentTimestep);
+
 		// get projected demand
 		Map<CommodityType, Double> projectedDemand = calculateDemand(timestep);
+		
+		if (saveGamsGdxFiles && ModelConfig.PRICE_ELASTIC_DEMAND)
+			saveGDXFile("demand");
+		
 		if (currentTimestep.isInitialTimestep()) {
 			double totalAnimalProductDemand = projectedDemand.get(CommodityType.MONOGASTRICS) + projectedDemand.get(CommodityType.RUMINANTS);
 			animalFeedFromOtherSources = totalAnimalProductDemand * ModelConfig.ANIMAL_FEED_FROM_OTHER_SOURCES_RATE;
 		}
-			
-		calculateCountryPrices(worldPrices, currentTimestep);
-			
+						
 		if (projectedDemand.size() == 0) {
 			LogWriter.printlnError("No demand for country " + country + " so skipping it");
 		}
@@ -135,10 +139,11 @@ public class CountryAgent extends AbstractCountryAgent {
 
 			if (!ModelConfig.ORIG_LEAST_COST_MIN) {
 				GamsCountryInput countryInput = input.getCountryInput();
-				updateNetImportsFromProdAndDemand(countryInput.getProjectedDemand(), countryInput.getMinCerealFraction(), result.getCropUsageData());
+				updateNetImportsFromProdAndDemand(countryInput.getProjectedDemand(), countryInput.getMinDemandFractions(), result.getCropUsageData());
 			}
 			
-			if (saveGamsGdxFiles) saveGDXFile();
+			if (saveGamsGdxFiles)
+				saveGDXFile("landuse");
 			
 			previousGamsRasterOutput = result;
 			return result;
@@ -147,12 +152,12 @@ public class CountryAgent extends AbstractCountryAgent {
 		throw new RuntimeException("Skipping optimisation of country " + country);
 	}
 	
-	private void saveGDXFile() {
+	private void saveGDXFile(String ext) {
 		// some hacky code for debug purposes that keeps each gams gdx file
 		try {
 			Files.copy(
 					FileSystems.getDefault().getPath(ModelConfig.TEMP_DIR + File.separator + "_gams_java_gdb1.gdx"),
-					FileSystems.getDefault().getPath(ModelConfig.TEMP_DIR + File.separator + ModelConfig.GAMS_COUNTRY_TO_SAVE + currentTimestep.getYear() + ".gdx"),
+					FileSystems.getDefault().getPath(ModelConfig.TEMP_DIR + File.separator + country.getName().replaceAll("\\s+","") + currentTimestep.getYear() + ext + ".gdx"),
 					StandardCopyOption.REPLACE_EXISTING);
 		} catch (IOException e) {
 			LogWriter.print(e);
@@ -209,10 +214,10 @@ public class CountryAgent extends AbstractCountryAgent {
 			importConstraints.put(crop, new TradeOrProductionConstraint(baseTradeOrProd - changeDown, baseTradeOrProd + changeUp, ModelConfig.ORIG_LEAST_COST_MIN));
 		}
 
-		Map<CropType, Double> minCerealFract = getMinCerealFraction(currentTimestep);
+		Map<CommodityType, Map<CropType, Double>> minDemandFract =  getMinDemandFraction(currentTimestep);
 
 		GamsCountryInput countryLevelInputs = new GamsCountryInput(country, getCurrentProjectedDemand(), getCurrentCountryPrices(), importConstraints, 
-				previousGamsRasterOutput.getCropUsageData(), minCerealFract, animalFeedFromOtherSources, subsidyRates);	
+				previousGamsRasterOutput.getCropUsageData(), minDemandFract, animalFeedFromOtherSources, subsidyRates);	
 		GamsRasterInput input = new GamsRasterInput(currentTimestep, countryYieldSurfaces, previousGamsRasterOutput.getLandUses(), irrigData, countryLevelInputs);
 
 		return input;
diff --git a/src/ac/ed/lurg/country/CountryPrice.java b/src/ac/ed/lurg/country/CountryPrice.java
index 459ea3924f1b9c9a298803880c3b1c566aac94e7..7639ff30288cd4a96d16bbd185365076a99ca639 100644
--- a/src/ac/ed/lurg/country/CountryPrice.java
+++ b/src/ac/ed/lurg/country/CountryPrice.java
@@ -18,4 +18,10 @@ public class CountryPrice {
 	public double getExportPrice() {
 		return exportPrice;
 	}
+	
+
+	@Override
+	public String toString() {
+		return "CountryPrice [importPrice=" + importPrice + ", exportPrice=" + exportPrice + "]";
+	}
 }
diff --git a/src/ac/ed/lurg/country/crafty/CraftyCountryAgent.java b/src/ac/ed/lurg/country/crafty/CraftyCountryAgent.java
index 24a99c2b750abc2debc6bb110c3d3d3032cc53c9..66c0881b54ca9c1326795be803e64cf0557238a7 100644
--- a/src/ac/ed/lurg/country/crafty/CraftyCountryAgent.java
+++ b/src/ac/ed/lurg/country/crafty/CraftyCountryAgent.java
@@ -38,6 +38,6 @@ public class CraftyCountryAgent extends AbstractCountryAgent {
 			cropUsageData.put(entry.getKey(), cropusage);
 		}
 		
-		updateNetImportsFromProdAndDemand(currentProjectedDemand, getMinCerealFraction(timestep), cropUsageData);
+		updateNetImportsFromProdAndDemand(currentProjectedDemand, getMinDemandFraction(timestep), cropUsageData);
 	}
 }
\ No newline at end of file
diff --git a/src/ac/ed/lurg/country/gams/GamsCommodityDemand.java b/src/ac/ed/lurg/country/gams/GamsCommodityDemand.java
new file mode 100644
index 0000000000000000000000000000000000000000..2b3d8195b4a844b2b9a957507ab425657177e862
--- /dev/null
+++ b/src/ac/ed/lurg/country/gams/GamsCommodityDemand.java
@@ -0,0 +1,41 @@
+package ac.ed.lurg.country.gams;
+
+import ac.ed.lurg.types.CommodityType;
+
+public class GamsCommodityDemand {
+
+	private CommodityType commodity;
+	private double subsistence;
+	private double discretionary;
+
+	public GamsCommodityDemand(CommodityType commodity, double subsistence, double discretionary) {
+		this.commodity = commodity;
+		this.subsistence = subsistence;
+		this.discretionary = discretionary;
+	}
+
+	public double getSubsistence() {
+		return subsistence;
+	}
+
+	public double getDiscretionary() {
+		return discretionary;
+	}
+
+	public double getKcalTotal() {
+		return (subsistence+ discretionary) * 2000;
+	}
+
+	public double getPlumDemand() {
+		return getKcalTotal()*365/commodity.getkcalPerT();
+	}
+
+	public CommodityType getCommodity() {
+		return commodity;
+	}
+
+	@Override
+	public String toString() {
+		return String.format("%14s:  subs=%.3f,\tdisc=%.3f,\tdemand(kcal)=%.1f,\tdemand(plum)= %.3f", commodity, subsistence, discretionary, getKcalTotal(), getPlumDemand()); 
+	}
+}
\ No newline at end of file
diff --git a/src/ac/ed/lurg/country/gams/GamsCountryInput.java b/src/ac/ed/lurg/country/gams/GamsCountryInput.java
index f53bfa144479965c57083b730dd84508a1c23bff..ef00c0918388a3cddcdb570dc2226b5b5d976f12 100644
--- a/src/ac/ed/lurg/country/gams/GamsCountryInput.java
+++ b/src/ac/ed/lurg/country/gams/GamsCountryInput.java
@@ -18,20 +18,20 @@ public class GamsCountryInput {
 	private Map<CropType, TradeOrProductionConstraint> tradeOrProdConstraints;
 	private Map<CropType, CountryPrice> countryPrices;
 	private Map<CropType, CropUsageData> previousCropUsageData;
-	private Map<CropType, Double> minCerealFraction;
+	private Map<CommodityType, Map<CropType, Double>> minDemandFractions;
 	private double animalFeedFromOtherSources;
 	private Map<CropType, Double> subsidyRates;
 
 	public GamsCountryInput(CompositeCountry country, Map<CommodityType, Double> projectedDemand, Map<CropType, CountryPrice> countryPrices, 
-			Map<CropType, TradeOrProductionConstraint> importConstraints, Map<CropType, CropUsageData> previousCropUsageData, Map<CropType, Double> minCerealFraction,
-			double animalFeedFromOtherSources, Map<CropType, Double> subsidyRates) {
+			Map<CropType, TradeOrProductionConstraint> importConstraints, Map<CropType, CropUsageData> previousCropUsageData, 
+			Map<CommodityType, Map<CropType, Double>> minDemandFracts, double animalFeedFromOtherSources, Map<CropType, Double> subsidyRates) {
 		super();
 		this.country = country;
 		this.projectedDemand = projectedDemand;
 		this.tradeOrProdConstraints = importConstraints;
 		this.countryPrices = countryPrices;
 		this.previousCropUsageData = previousCropUsageData;
-		this.minCerealFraction = minCerealFraction;
+		this.minDemandFractions = minDemandFracts;
 		this.animalFeedFromOtherSources = animalFeedFromOtherSources;
 		this.subsidyRates = subsidyRates;
 	}
@@ -78,8 +78,8 @@ public class GamsCountryInput {
 		return netImport;
 	}
 	
-	public Map<CropType, Double> getMinCerealFraction() {
-		return minCerealFraction;
+	public Map<CommodityType, Map<CropType, Double>> getMinDemandFractions() {
+		return minDemandFractions;
 	}
 	
 	public double getAnimalFeedFromOtherSources() {
diff --git a/src/ac/ed/lurg/country/gams/GamsDemandInput.java b/src/ac/ed/lurg/country/gams/GamsDemandInput.java
new file mode 100644
index 0000000000000000000000000000000000000000..70979aeebd9fe8c4ac18321a0117ba657d798337
--- /dev/null
+++ b/src/ac/ed/lurg/country/gams/GamsDemandInput.java
@@ -0,0 +1,44 @@
+package ac.ed.lurg.country.gams;
+
+import java.util.Map;
+
+import ac.ed.lurg.country.SingleCountry;
+import ac.ed.lurg.types.CommodityType;
+
+public class GamsDemandInput {
+	private SingleCountry country;
+	private int year;
+	private double gdpPc;
+	private Map<CommodityType, Double> prices;
+	private double usaGdpPc;
+	private GamsDemandOutput previousGamsDemands;
+	
+	public GamsDemandInput(SingleCountry country, int year, double gdpPc, Map<CommodityType, Double> prices, double usaGdpPc, GamsDemandOutput previousGamsDemands) {
+		super();
+		this.country = country;
+		this.year = year;
+		this.gdpPc = gdpPc;
+		this.prices = prices;
+		this.usaGdpPc = usaGdpPc;
+		this.previousGamsDemands = previousGamsDemands;
+	}
+	
+	public SingleCountry getCountry() {
+		return country;
+	}
+	public int getYear() {
+		return year;
+	}
+	public double getGdpPc() {
+		return gdpPc;
+	}
+	public Map<CommodityType, Double> getPrices() {
+		return prices;
+	}
+	public double getUsaGdpPc() {
+		return usaGdpPc;
+	}
+	public GamsDemandOutput getPreviousDemands() {
+		return previousGamsDemands;
+	}
+}
\ No newline at end of file
diff --git a/src/ac/ed/lurg/country/gams/GamsDemandOptimiser.java b/src/ac/ed/lurg/country/gams/GamsDemandOptimiser.java
old mode 100644
new mode 100755
index 967b3ecf6913cb3940f448b332afea9a8284119f..0ee9ca27fc7fefe2844467e4b1aa83d174851c41
--- a/src/ac/ed/lurg/country/gams/GamsDemandOptimiser.java
+++ b/src/ac/ed/lurg/country/gams/GamsDemandOptimiser.java
@@ -1,11 +1,11 @@
 package ac.ed.lurg.country.gams;
 
-import java.io.BufferedWriter;
 import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.util.HashMap;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.HashSet;
 import java.util.Map;
+import java.util.Vector;
 
 import com.gams.api.GAMSDatabase;
 import com.gams.api.GAMSGlobals;
@@ -19,125 +19,134 @@ import com.gams.api.GAMSWorkspace;
 import com.gams.api.GAMSWorkspaceInfo;
 
 import ac.ed.lurg.ModelConfig;
-import ac.ed.lurg.types.CropType;
+import ac.ed.lurg.types.CommodityType;
 import ac.ed.lurg.utils.LogWriter;
 
 public class GamsDemandOptimiser {
-	private static final boolean DEBUG = true;
 
-	private double income;
+	private GamsDemandInput inputData;
 
-
-	public static void main(String[] args)  {
-		BufferedWriter demandWriter = null;
-
-		try {
-			demandWriter = new BufferedWriter(new FileWriter(ModelConfig.OUTPUT_DIR + "/demand.out", false));
-
-			StringBuffer sbHeader = new StringBuffer("income");
-			for (CropType crop : CropType.getImportedTypes())
-				sbHeader.append("," + crop.getGamsName());
-
-			demandWriter.write(sbHeader.toString());
-			demandWriter.newLine();
-
-			for (int i=0; i<50; i++) {
-				double income = 20.0 + i * 2.0;
-				GamsDemandOptimiser theModel = new GamsDemandOptimiser(income);
-				Map<CropType, Double> results = theModel.run();
-
-				StringBuffer sbData = new StringBuffer(String.format("%.6f", income));
-				for (CropType crop : CropType.getImportedTypes()) {
-					Double d = results.get(crop);
-					sbData.append(String.format(",%.6f", d));
-				}
-
-				demandWriter.write(sbData.toString());
-				demandWriter.newLine();
-			}
-		}
-		catch (IOException e) {
-			LogWriter.print(e);
-		}
-		finally {
-			if (demandWriter != null) {
-				try {
-					demandWriter.close();
-				} 
-				catch (IOException e) {
-					LogWriter.print(e);
-				}
-			}
-
-		}
-	}
-
-
-	public GamsDemandOptimiser(double income) {
-		this.income = income;
+	public GamsDemandOptimiser(GamsDemandInput inputData) {
+		this.inputData = inputData;
 	}
-
-	public Map<CropType, Double> run() {
-		File workingDirectory = new File(ModelConfig.TEMP_DIR, "GamsTmp");
+	
+	public GamsDemandOutput getDemandPc() {
+		File workingDirectory = new File(ModelConfig.TEMP_DIR);
 		workingDirectory.mkdir();
-
 		GAMSWorkspaceInfo  wsInfo  = new GAMSWorkspaceInfo();
 		wsInfo.setWorkingDirectory(workingDirectory.getAbsolutePath());
-		//	wsInfo.setDebugLevel(DebugLevel.VERBOSE);
 
 		GAMSWorkspace ws = new GAMSWorkspace(wsInfo);
 		GAMSDatabase inDB = ws.addDatabase();
-
 		setupInDB(inDB);
 
-		GAMSJob gamsJob = ws.addJobFromFile(ModelConfig.BASE_DIR + File.separator + "GAMS/demand.gms");
+		GAMSJob gamsJob = ws.addJobFromFile(ModelConfig.DEMAND_GAMS_MODEL);
 		GAMSOptions opt = ws.addOptions();
-		//		opt.setAllModelTypes("conopt");
-		opt.defines("demandgdx", inDB.getName());
+
+		opt.defines("gdx_parameters", new File(ModelConfig.DEMAND_PARAM_FILE).getAbsolutePath());
+		opt.defines("gdx_prices_and_gdp", inDB.getName());
 
 		long startTime = System.currentTimeMillis();
-		gamsJob.run(opt, inDB);		
+		gamsJob.run(opt, inDB);
+		
 		LogWriter.println("Took " + (System.currentTimeMillis() - startTime) + " ms to run");
-
 		return handleResults(gamsJob.OutDB());
 	}
 
 	private void setupInDB(GAMSDatabase inDB) {
-		addScalar(inDB, "income", income, 3);
+		GAMSParameter gdpPcP = inDB.addParameter("gdp_pc", 0);
+		double gdpPc = inputData.getGdpPc();
+		LogWriter.println(String.format("gdp_pc = %.5f", gdpPc)); 
+		setGamsParamValue(gdpPcP.addRecord(), gdpPc, 5);
+		GamsDemandOutput previousGamsDemands = inputData.getPreviousDemands();
+		
+		GAMSParameter prevUP = inDB.addParameter("previousU", 0);
+		double previousUtility = previousGamsDemands == null ? 0 : previousGamsDemands.getUtility();//-16.3829624069452 + 4.3659621833299 * Math.log10(gdpPc);
+		LogWriter.println(String.format("previousU = %.5f, estimated = %.5f", previousUtility, -16.3829624069452 + 4.3659621833299 * Math.log10(gdpPc))); 
+		setGamsParamValue(prevUP.addRecord(), previousUtility, 5);
+		
+		GAMSParameter maxIncomePropFoodSpendP = inDB.addParameter("maxIncomePropFoodSpend", 0);
+		setGamsParamValue(maxIncomePropFoodSpendP.addRecord(), ModelConfig.MAX_INCOME_PROPORTION_FOOD_SPEND, 4);
+
+		LogWriter.println("\nPrice");	
+		GAMSParameter priceP = inDB.addParameter("price", 1);	
+		GAMSParameter prevSubsP = inDB.addParameter("previousSubs", 1);
+		GAMSParameter prevDiscP = inDB.addParameter("previousDisc", 1);
+
+		for (Map.Entry<CommodityType, Double> entry : inputData.getPrices().entrySet()) {
+			CommodityType comm = entry.getKey();
+			double priceComm = entry.getValue();
+			doCommodity(inDB, priceP, prevSubsP, prevDiscP, gdpPc, previousGamsDemands, comm, priceComm, 
+					comm==CommodityType.NONFOOD ? 5 : 0.05, comm==CommodityType.NONFOOD ? 0.5 : 0.05);
+		}
 	}
 
-	private void addScalar(GAMSDatabase gamsDb, String recordName, double val, int places) {
-		GAMSParameter param = gamsDb.addParameter(recordName, 0);
-		setGamsParamValue(param.addRecord(), val, places);
-		if (DEBUG) LogWriter.println(recordName + ": " + val);
+	private void doCommodity(GAMSDatabase inDB, GAMSParameter priceP, GAMSParameter prevSubsP, GAMSParameter prevDiscP, double gdpPc, 
+			GamsDemandOutput previousGamsDemands, CommodityType comm, double price, double defaultSubs, double defaultDisc) {
+		
+		Vector<String> v = new Vector<String>();
+		v.add(comm.getGamsName());
+		double prevSubs = defaultSubs, prevDisc = defaultDisc;
+		
+		if (previousGamsDemands != null) {
+			GamsCommodityDemand demand = previousGamsDemands.getGamsDemands(comm);
+			prevSubs = demand.getSubsistence();
+			prevDisc = demand.getDiscretionary();
+		}
+		
+		LogWriter.println(String.format("%14s:  price=%.4f, previousSubs=%.4f, previousDisc=%.4f", comm.getGamsName(), price, prevSubs, prevDisc));
+		setGamsParamValue(priceP.addRecord(v), price, 4);
+		setGamsParamValue(prevSubsP.addRecord(v), prevSubs, 4);
+		setGamsParamValue(prevDiscP.addRecord(v), prevDisc, 4);
 	}
 
-	private void setGamsParamValue(GAMSParameterRecord param, double val, int places) {
+	private double setGamsParamValue(GAMSParameterRecord param, double val, int places) {
 		double dOut = Math.round(val * Math.pow(10,places)) / Math.pow(10,places);
 		param.setValue(dOut);
+		return dOut;
 	}
-
-	private Map<CropType, Double> handleResults(GAMSDatabase outDB) {
+		
+	private GamsDemandOutput handleResults(GAMSDatabase outDB) {
 		int modelStatus = (int) outDB.getParameter("ms").findRecord().getValue();
-		LogWriter.println(String.format("\nModelstatus %s, Solvestatus %s", 
-				GAMSGlobals.ModelStat.lookup( modelStatus ),
-				GAMSGlobals.SolveStat.lookup((int) outDB.getParameter("ss").findRecord().getValue()) ));
-
-		GAMSVariable varConsump = outDB.getVariable("consumption");
-
-		double consumpValue;
-		Map<CropType, Double> consumptionData = new HashMap<CropType, Double>();
-
-		for (GAMSVariableRecord rec : varConsump) {
-			String itemName = rec.getKeys()[0];
-			consumpValue = rec.getLevel();
-
-			CropType cropType = CropType.getForGamsName(itemName);
-
-			consumptionData.put(cropType, consumpValue);
-			if (DEBUG) LogWriter.println(String.format("\n%s:\tconsumption= %.3f", itemName, consumpValue)); 
+		String status = GAMSGlobals.ModelStat.lookup(modelStatus).toString();
+		LogWriter.println(String.format("\nDemamd %s: Modelstatus (%d) %s, Solvestatus %s", inputData.getCountry(),
+				modelStatus, status, GAMSGlobals.SolveStat.lookup((int) outDB.getParameter("ss").findRecord().getValue()) ));
+		
+		GAMSVariable varU = outDB.getVariable("u");
+		double utility = varU.getFirstRecord().getLevel();
+		LogWriter.println(String.format("u = %.4f", utility)); 
+		
+		GAMSVariable varSubs = outDB.getVariable("SubsistenceC");
+		GAMSVariable varDisc = outDB.getVariable("DiscretionaryC");
+
+		HashSet<GamsCommodityDemand> demandMap = new HashSet<GamsCommodityDemand>();
+		Collection<CommodityType> unhandledComms = new ArrayList<CommodityType>(CommodityType.getAllFoodItems());
+		
+		for (GAMSVariableRecord rec : varSubs) {
+			String commodityName = rec.getKeys()[0];
+			CommodityType commodity = CommodityType.getForGamsName(commodityName, true);
+			
+			if (commodity == null)
+				LogWriter.println(String.format("Can't find commodity from Gams demand, so ignoring: " + commodityName)); 
+			else {
+				double subsGams = rec.getLevel();
+				double discGams = modelStatus==0 ? 0 : varDisc.findRecord(commodityName).getLevel();  //modelStatus==0 is optimiser not run, i.e. too low GDP
+				GamsCommodityDemand demand = new GamsCommodityDemand(commodity, subsGams, discGams);
+				LogWriter.println(demand.toString());
+				demandMap.add(demand);
+				unhandledComms.remove(commodity);
+			}
 		}
-
-		return consumptionData;
+		
+		for (CommodityType commodity : unhandledComms) {
+			LogWriter.println(commodity + " not found in Gams output so adding with zero demand"); 
+			demandMap.add(new GamsCommodityDemand(commodity, 0, 0));
+		}
+		
+		GAMSParameter parConsumpFact = outDB.getParameter("desiredConsumpFactor");
+		double desiredConsumpFactor = parConsumpFact.getFirstRecord().getValue();
+		LogWriter.println(String.format("desiredConsumpFactor=%.4f", desiredConsumpFactor));
+		
+		return new GamsDemandOutput(status, demandMap, utility, desiredConsumpFactor);
 	}
 }
diff --git a/src/ac/ed/lurg/country/gams/GamsDemandOutput.java b/src/ac/ed/lurg/country/gams/GamsDemandOutput.java
new file mode 100644
index 0000000000000000000000000000000000000000..450e9866c8f926fe5b08d5c04888561e6bd1664c
--- /dev/null
+++ b/src/ac/ed/lurg/country/gams/GamsDemandOutput.java
@@ -0,0 +1,53 @@
+package ac.ed.lurg.country.gams;
+
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.Map;
+
+import ac.ed.lurg.types.CommodityType;
+
+public class GamsDemandOutput {
+	private String status;
+	
+	private Collection<GamsCommodityDemand> demands;
+	private double utility;
+	private double desiredConsumpFactor;
+
+	public GamsDemandOutput(String status, Collection<GamsCommodityDemand> demands, double utility, double desiredConsumpFactor) {
+		this.status = status;
+		this.demands = demands;
+		this.utility = utility;
+		this.desiredConsumpFactor = desiredConsumpFactor;
+	}
+
+	public Map<CommodityType, Double> getPlumDemands() {
+		Map<CommodityType, Double> plumDemands = new HashMap<CommodityType, Double>();
+		
+		for (GamsCommodityDemand demand : demands)
+			plumDemands.put(demand.getCommodity(), demand.getPlumDemand());
+		
+		return plumDemands;
+	}
+	
+	public GamsCommodityDemand getGamsDemands(CommodityType comm) {
+		for (GamsCommodityDemand demand : demands)
+			if (demand.getCommodity() == comm)
+				return demand;
+		
+		return null;
+	}
+
+	public double getUtility() {
+		return utility;
+	}
+	public double getHungerFactor() {
+		return 1-desiredConsumpFactor;
+	}
+	public String getStatus() {
+		return status;
+	}
+
+	public void resetForNewAttempt() {
+		utility = (Math.random()-0.5) * 40;
+	}
+}
diff --git a/src/ac/ed/lurg/country/gams/GamsLocationOptimiser.java b/src/ac/ed/lurg/country/gams/GamsLocationOptimiser.java
index d5b7b05a871bdf06e44775d6354986282ee932fe..18e1462788c5196a537c73304bddb680fcecfe61 100644
--- a/src/ac/ed/lurg/country/gams/GamsLocationOptimiser.java
+++ b/src/ac/ed/lurg/country/gams/GamsLocationOptimiser.java
@@ -183,16 +183,31 @@ public class GamsLocationOptimiser {
 		addCommodityMapParm(inDB.addParameter("demand", 1), countryInput.getProjectedDemand(), 4);
 
 		GAMSParameter minCerealFracP = inDB.addParameter("minDemandPerCereal", 1);
-		
-		if (DEBUG) LogWriter.println("\nCereal crop: min fraction of cereals");
-		for (Map.Entry<CropType, Double> entry : countryInput.getMinCerealFraction().entrySet()) {
-			double minCerealFract = ModelConfig.LIMIT_CEREAL_FRACTION ? entry.getValue() : 0.0;
-			if (!Double.isNaN(minCerealFract)) {
-				double dOut = setGamsParamValueTruncate(minCerealFracP.addRecord(entry.getKey().getGamsName()), minCerealFract, 4);
-				if (DEBUG) LogWriter.println(String.format("     %15s,\t %.4f", entry.getKey().getGamsName(), dOut));
+		GAMSParameter minOilcropsFracP = inDB.addParameter("minDemandPerOilcrop", 1);
+
+		for (Entry<CommodityType, Map<CropType, Double>> comm : countryInput.getMinDemandFractions().entrySet()) {
+			for (Map.Entry<CropType, Double> crop : comm.getValue().entrySet()) {
+				LogWriter.println("commodity " + comm + " crop " + crop + " value" + crop.getValue());
+				double minCommFract = ModelConfig.LIMIT_DEMAND_FRACTION ? crop.getValue() : 0.0;
+				if (!Double.isNaN(minCommFract)) {
+					double dOut;
+					if (comm.getKey() == CommodityType.CEREALS){
+						LogWriter.println("crop name " + crop.getKey().getGamsName()+ " minCommFract " + minCommFract);
+						dOut = setGamsParamValueTruncate(minCerealFracP.addRecord(crop.getKey().getGamsName()),
+								minCommFract, 4);
+						LogWriter.println("dOut "  + dOut);
+					}else{
+						LogWriter.println("crop name " + crop.getKey().getGamsName()+ " minCommFract " + minCommFract);
+						dOut = setGamsParamValueTruncate(minOilcropsFracP.addRecord(crop.getKey().getGamsName()),
+								minCommFract, 4);
+						LogWriter.println("dOut "  + dOut);
+					}
+					if (DEBUG)LogWriter.println(String.format("     %15s,\t %.4f", crop.getKey().getGamsName(), dOut));
+				}
+
 			}
 		}
-		
+
 		if (DEBUG) LogWriter.println("\nYield (fert/irrig) None/None, Max/None, None/Max, Max/Max,\t [fert p],\t [irrig p],\t {max irrig}");
 		GAMSParameter yNoneP = inDB.addParameter("yieldNone", 2);
 		GAMSParameter y_fert = inDB.addParameter("yieldFertOnly", 2);
diff --git a/src/ac/ed/lurg/demand/AbstractDemandManager.java b/src/ac/ed/lurg/demand/AbstractDemandManager.java
index 4c09221127043fbaa591e41ebab382456138bb15..a526a90e16219338751da730a5cb2e4df3cb7dfc 100644
--- a/src/ac/ed/lurg/demand/AbstractDemandManager.java
+++ b/src/ac/ed/lurg/demand/AbstractDemandManager.java
@@ -25,7 +25,7 @@ public abstract class AbstractDemandManager {
 		cerealFractionsManager = new CerealFractionsManager(compositeCountryManager);
 	}
 
-	public Map<CommodityType, Double> getDemand(CompositeCountry cc, int year) {
+	public Map<CommodityType, Double> getDemand(CompositeCountry cc, int year, Map<CommodityType, Double> prices) {
 
 		if (!ModelConfig.CHANGE_DEMAND_YEAR)
 			year = ModelConfig.BASE_YEAR;
@@ -35,9 +35,9 @@ public abstract class AbstractDemandManager {
 
 		for (SingleCountry c : compositeCountryManager.getAllForCompositeCountry(cc)) {
 
-			foodDemandMap = getFoodDemand(c, year);
+			foodDemandMap = getFoodDemand(c, year, prices);
 
-			for (CommodityType commodity : CommodityType.getAllItems()) {
+			for (CommodityType commodity : CommodityType.getAllFoodItems()) {
 
 				Double food = foodDemandMap.get(commodity);
 				double bioenergy = bioenergyDemandManager.getFirstGenBioenergyDemand(c, year, commodity);
@@ -58,7 +58,7 @@ public abstract class AbstractDemandManager {
 		return demandMap;
 	}
 
-	abstract Map<CommodityType, Double> getFoodDemand(SingleCountry c, int year);
+	abstract Map<CommodityType, Double> getFoodDemand(SingleCountry c, int year, Map<CommodityType, Double> prices);
 
 	public double getSecondGenBioenergyDemand(Timestep timestep) {
 		int year = ModelConfig.CHANGE_DEMAND_YEAR ? timestep.getYear() : ModelConfig.BASE_YEAR;
@@ -67,8 +67,22 @@ public abstract class AbstractDemandManager {
 		return d;
 	}
 	
-	public Map<CropType, Double> getBaseCerealFraction(CompositeCountry cc) {
-		return cerealFractionsManager.getBaseCerealFraction(cc);
+	public double getFirstGenBioenergyDemand(CompositeCountry cc, int year, CommodityType commodity) {
+
+		if (!ModelConfig.CHANGE_DEMAND_YEAR)
+			year = ModelConfig.BASE_YEAR;
+
+		double bioenergyDemand = 0.0;
+		for (SingleCountry c : compositeCountryManager.getAllForCompositeCountry(cc)) {
+			
+				double newDemand = bioenergyDemandManager.getFirstGenBioenergyDemand(c, year, commodity);
+				bioenergyDemand += newDemand; // aggregate if composite country
+		}
+		return bioenergyDemand;
+	}
+	
+	public Map<CommodityType, Map<CropType, Double>> getBaseDemandFracts(CompositeCountry cc) {
+		return cerealFractionsManager.getBaseDemandFracts(cc);
 	}
 
 	public Map<CommodityType, Double> dietaryAdjustment(Map<CommodityType, Double> originalFoodDemandMap, int year) {
@@ -78,15 +92,15 @@ public abstract class AbstractDemandManager {
 		
 		Double monogastricDemand = originalFoodDemandMap.get(CommodityType.MONOGASTRICS);
 		double monogastricEnergyShortfall = (monogastricDemand != null)
-				? monogastricDemand * monoDemandAdj * CommodityType.MONOGASTRICS.getEJPerMT() : 0.0;
+				? monogastricDemand * monoDemandAdj * CommodityType.MONOGASTRICS.getkcalPerT() : 0.0;
 
 		Double ruminantDemand = originalFoodDemandMap.get(CommodityType.RUMINANTS);
 		double ruminantsEnergyShortfall = (ruminantDemand != null)
-				? ruminantDemand * rumDemandAdj * CommodityType.RUMINANTS.getEJPerMT() : 0.0;
+				? ruminantDemand * rumDemandAdj * CommodityType.RUMINANTS.getkcalPerT() : 0.0;
 
 		Map<CommodityType, Double> updatedFoodDemandMap = new HashMap<CommodityType, Double>();
 
-		for (CommodityType commodity : CommodityType.getAllItems()) {
+		for (CommodityType commodity : CommodityType.getAllFoodItems()) {
 			Double originalCommodityDemand = originalFoodDemandMap.get(commodity);
 
 			if (originalCommodityDemand != null) {
@@ -98,9 +112,9 @@ public abstract class AbstractDemandManager {
 					updatedFoodDemandMap.put(commodity,
 							originalCommodityDemand
 									+ commodity.getMeatSubstitutionProportion() * ruminantsEnergyShortfall
-											/ commodity.getEJPerMT()
+											/ commodity.getkcalPerT()
 									+ commodity.getMeatSubstitutionProportion() * monogastricEnergyShortfall
-											/ commodity.getEJPerMT());
+											/ commodity.getkcalPerT());
 
 				}
 			}
diff --git a/src/ac/ed/lurg/demand/AbstractSSPDemandManager.java b/src/ac/ed/lurg/demand/AbstractSSPDemandManager.java
new file mode 100644
index 0000000000000000000000000000000000000000..5d6cb818d0eac561b7aae4a32e4dd81007b69c23
--- /dev/null
+++ b/src/ac/ed/lurg/demand/AbstractSSPDemandManager.java
@@ -0,0 +1,67 @@
+package ac.ed.lurg.demand;
+
+import java.util.HashMap;
+import java.util.Map;
+
+import ac.ed.lurg.ModelConfig;
+import ac.ed.lurg.country.CompositeCountryManager;
+import ac.ed.lurg.country.CountryManager;
+import ac.ed.lurg.country.SingleCountry;
+import ac.ed.lurg.types.CommodityType;
+import ac.ed.lurg.utils.LogWriter;
+
+public abstract class AbstractSSPDemandManager extends AbstractDemandManager {
+
+	protected SspManager sspManager;
+	protected String ssp_scenario;
+	protected BaseConsumpManager baseConsumpManager;
+	private SingleCountry usa;
+
+	public AbstractSSPDemandManager(String ssp_scenario, BaseConsumpManager baseConsumpManager, CompositeCountryManager compositeCountryManager) {
+		super(compositeCountryManager);
+		this.ssp_scenario = ssp_scenario;
+		this.baseConsumpManager = baseConsumpManager;
+		sspManager = new SspManager();
+		usa = CountryManager.getForName("United States of America");
+	}
+
+	@Override
+	Map<CommodityType, Double> getFoodDemand(SingleCountry c, int year, Map<CommodityType, Double> prices) {
+		SspData sd = sspManager.get(ssp_scenario, year, c);
+		Map<CommodityType, Double> foodDemandMap = new HashMap<CommodityType, Double>();
+
+		if (sd == null) {
+			LogWriter.printlnWarning(String.format("No ssp for %s, baseYr:%d, year:%d, %s, sd:%s. Skipping", ssp_scenario, ModelConfig.BASE_YEAR, year, c.getCountryName(), sd));
+			return foodDemandMap;
+		}
+		
+		double gdpPcYear;
+		if((ModelConfig.CONSTANT_DIET_HIGH_INCOME & c.getIncomeGroup().toLowerCase().contains("high")) || 
+				(ModelConfig.CONSTANT_DIET_LOW_INCOME & !c.getIncomeGroup().toLowerCase().contains("high")))
+			gdpPcYear = sspManager.get(ssp_scenario, ModelConfig.BASE_YEAR, c).getGdpPc();
+
+		else gdpPcYear= sd.getGdpPc();
+	
+		SspData usaSd = sspManager.get(ssp_scenario, year, usa);
+		
+		LogWriter.println("Got ssp data for " + c.getCountryName() + " of " + sd);
+		foodDemandMap = getFoodDemandMap(c, year, gdpPcYear * ModelConfig.SSP_GDP_PC_FACTOR, sd.getPopulation() * ModelConfig.SSP_POPULATION_FACTOR, prices, usaSd.getGdpPc());
+		
+		if(!ModelConfig.SHOCKS_POSSIBLE){
+			return foodDemandMap;
+		}
+		return dietaryAdjustment(foodDemandMap, year);
+	}
+	
+	protected double rebaseConsumption(double baseGdpPc, double baseCpc, double baseExpCpc, double gdpPc, double newExpCpc) {
+		double gapRatio = Math.exp((gdpPc-baseGdpPc)/baseGdpPc * ModelConfig.DIETARY_CLOSURE_PARAM);
+		if (gapRatio>1) gapRatio = 1;
+		
+		double adjFactor = (baseExpCpc==0 || ModelConfig.DONT_REBASE_DEMAND) ? 1.0 : (baseCpc*gapRatio+baseExpCpc*(1-gapRatio))/baseExpCpc;  // if baseExpCpc is zero no adjustment
+		double projectedCpc = newExpCpc*adjFactor;
+		
+		return projectedCpc;
+	}
+
+	abstract Map<CommodityType, Double> getFoodDemandMap(SingleCountry c, int year, double gdpPc, double population, Map<CommodityType, Double> prices, double usaGdpPc);
+}
diff --git a/src/ac/ed/lurg/demand/BaseConsumpManager.java b/src/ac/ed/lurg/demand/BaseConsumpManager.java
index 35b3f678d2093acb99832df759857dad87e24bc6..b768c74114f7fc4e88b3daf2b82b12e8b028aa39 100644
--- a/src/ac/ed/lurg/demand/BaseConsumpManager.java
+++ b/src/ac/ed/lurg/demand/BaseConsumpManager.java
@@ -79,7 +79,8 @@ public class BaseConsumpManager {
 		Map<CommodityType, Double> commodityMap = baseConsumpMap.get(country);
 
 		if (commodityMap == null || !commodityMap.containsKey(commodity)) {
-			LogWriter.printlnError("BaseConsumpManager: can't get value for " + commodity + ", " + country);
+			if (commodity != CommodityType.NONFOOD)  // don't report this, as expected for nonfood
+				LogWriter.printlnError("BaseConsumpManager: can't get value for " + commodity + ", " + country);
 			return 0.0;
 		}
 		
diff --git a/src/ac/ed/lurg/demand/CerealFractionsManager.java b/src/ac/ed/lurg/demand/CerealFractionsManager.java
index b278162b5cef637105c8423c94ecca5ecc5d2846..0f1496cf53070b74659645dacaea36a612fcd610 100644
--- a/src/ac/ed/lurg/demand/CerealFractionsManager.java
+++ b/src/ac/ed/lurg/demand/CerealFractionsManager.java
@@ -1,5 +1,6 @@
 package ac.ed.lurg.demand;
 
+import java.util.Collection;
 import java.util.HashMap;
 import java.util.Map;
 import java.util.Map.Entry;
@@ -19,56 +20,79 @@ public class CerealFractionsManager {
 
 	public CerealFractionsManager(CompositeCountryManager compositeCountryManager) {
 		this.compositeCountryManager = compositeCountryManager;
-		cerealFractionReader = new StringTabularReader(",", new String[]{"Country", "Item", "food"});
-		cerealFractionReader.read(ModelConfig.BASE_CEREAL_DEMAND_FILE);
+		cerealFractionReader = new StringTabularReader(",", new String[]{"Country", "plumDemandItem", "Item", "food"});
+		cerealFractionReader.read(ModelConfig.BASE_DEMAND_FRACT_FILE);
 	}
 
-	public Map<CropType, Double> getBaseCerealFraction(CompositeCountry cc) {
+	public Map<CommodityType, Map<CropType, Double>> getBaseDemandFracts(CompositeCountry cc) {
+		Map<CommodityType, Map<CropType, Double>> fracts = new HashMap<CommodityType, Map<CropType, Double>>();
+		
+		for (CommodityType commodity : CommodityType.getAllFoodItems()) {
+			Collection<CropType> crops = commodity.getCropTypes();
+			Map<CropType, Double> fractsCrops;
+			
+			if (crops.size() == 1) {
+				fractsCrops = new HashMap<CropType, Double>();
+				fractsCrops.put(crops.iterator().next(), 1.0);
+			}
+			else {
+				fractsCrops = getBaseDemandFracts(cc, commodity);
+			}
+			
+			fracts.put(commodity, fractsCrops);
+		}
+		
+		return fracts;
+	}
+	
+	private Map<CropType, Double> getBaseDemandFracts(CompositeCountry cc, CommodityType commodity) {
 
-		Map<CropType, Double> cerealDemandMap = new HashMap<CropType, Double>();
+		Map<CropType, Double> commodityDemandMap = new HashMap<CropType, Double>();
 		for (SingleCountry c : compositeCountryManager.getAllForCompositeCountry(cc)) {
-			Map<CropType, Double> singleCMap = getCerealFraction(c);
+			Map<CropType, Double> singleCMap = getCommodityFraction(c, commodity);
 
-			for (CropType crop : CropType.getAllItems()) {
+			for (CropType crop : commodity.getCropTypes()) {
 				Double newDemandD = singleCMap.get(crop);
-				Double prevDemandD = cerealDemandMap.get(crop);
-				
+				Double prevDemandD = commodityDemandMap.get(crop);
 				double newDemand = getDoubleOrZero(newDemandD) + getDoubleOrZero(prevDemandD);
-				if (newDemand> 0) cerealDemandMap.put(crop, newDemand);
+				
+				commodityDemandMap.put(crop, newDemand);
 			}
 		}
 		
-		double totalCerealDemand = 0;
-		for (Double d : cerealDemandMap.values())
-			totalCerealDemand += getDoubleOrZero(d);
+		double totalCommodityDemand = 0;
+		for (Double d : commodityDemandMap.values())
+			totalCommodityDemand += getDoubleOrZero(d);
 
-		Map<CropType, Double> cerealFractionMap = new HashMap<CropType, Double>();
-		for (Entry<CropType, Double> entry : cerealDemandMap.entrySet()) {
-			cerealFractionMap.put(entry.getKey(), getDoubleOrZero(entry.getValue())/totalCerealDemand);
+		Map<CropType, Double> commodityFractionMap = new HashMap<CropType, Double>();
+		for (Entry<CropType, Double> entry : commodityDemandMap.entrySet()) {
+			commodityFractionMap.put(entry.getKey(), getDoubleOrZero(entry.getValue())/totalCommodityDemand);
 		}
 
-		return cerealFractionMap;
+		return commodityFractionMap;
 	}
 
 	private double getDoubleOrZero(Double d) {
 		return (d==null ? 0.0 : d.doubleValue());
 	}
 	
-	private Map<CropType, Double> getCerealFraction(SingleCountry c) {
+	private Map<CropType, Double> getCommodityFraction(SingleCountry c, CommodityType commodity) {
 		Map<CropType, Double> foodDemandMap = new HashMap<CropType, Double>();
 
-		for (CropType crop : CommodityType.CEREALS.getCropTypes()) {
+		for (CropType crop : commodity.getCropTypes()) {
 			Map<String, String> queryMap = new HashMap<String, String>();
 			queryMap.put("Country", c.getCountryName());
 			queryMap.put("Item", crop.getFaoName());
+			queryMap.put("plumDemandItem", commodity.getFaoName());
+
 			try {
 				Map<String, String> row = cerealFractionReader.querySingle(queryMap);
-				String cerealS = row.get("food");
-				Double cerealAmt = Double.valueOf(cerealS);
-				foodDemandMap.put(crop, cerealAmt);
-			}
-			catch (Exception e) {
-				LogWriter.println("Problem finding cereal demand: " + crop.getFaoName() + ", " + c.getCountryName());
+				String commodityS = row.get("food");
+				Double commodityAmt = Double.valueOf(commodityS);
+				foodDemandMap.put(crop, commodityAmt);
+			} catch (Exception e) {
+				LogWriter.println("Problem finding " + commodity.getGamsName() + " demand: " + crop.getFaoName() + ", "
+						+ c.getCountryName());
 			}
 		}
 		return foodDemandMap;
diff --git a/src/ac/ed/lurg/demand/DemandCurve.java b/src/ac/ed/lurg/demand/DemandCurve.java
index aa1d5ee64aaa3497688a40f72f54db11cf6f8fc6..4317adbeddef41b58ab184ac73036eb4caa8bb8f 100644
--- a/src/ac/ed/lurg/demand/DemandCurve.java
+++ b/src/ac/ed/lurg/demand/DemandCurve.java
@@ -1,6 +1,5 @@
 package ac.ed.lurg.demand;
 
-import ac.ed.lurg.ModelConfig;
 import ac.ed.lurg.types.CommodityType;
 import ac.ed.lurg.types.ModelFitType;
 
@@ -72,24 +71,8 @@ public class DemandCurve {
 			return false;
 		return true;
 	}
-	
-	private final static double Z = ModelConfig.DIETARY_CLOSURE_PARAM;
-			
-	public double getConsumptionPc(double baseGdpPc, double baseCpc, double gdpPc) {
-		double baseExpCpc = getProjectConsumptionPc(baseGdpPc);
-		double newExpCpc = getProjectConsumptionPc(gdpPc);
-		double gapRatio = Math.exp((gdpPc-baseGdpPc)/baseGdpPc * Z);
-		if (gapRatio>1) gapRatio = 1;
-		
-		double adjFactor = baseExpCpc==0 ? 1.0 : (baseCpc*gapRatio+baseExpCpc*(1-gapRatio))/baseExpCpc;  // if baseExpCpc is zero no adjustment
-//		if (adjFactor > 4) adjFactor = 4;
-//		if (adjFactor < 0.25) adjFactor = 0.25;
-		double projectedCpc = newExpCpc*adjFactor; //(newExpCpc+(baseCpc-baseExpCpc)*gapRatio); 
 		
-		return projectedCpc;
-	}
-	
-	private double getProjectConsumptionPc(double gdpPc) {
+	double getProjectConsumptionPc(double gdpPc) {
 		double cpc;
 		if (fitType == ModelFitType.LOGISTIC)
 			cpc = a/(1+Math.exp((b-gdpPc)/c));
diff --git a/src/ac/ed/lurg/demand/DemandManagerFromFile.java b/src/ac/ed/lurg/demand/DemandManagerFromFile.java
index 5c336dcaef87b7e559ee7960ce7e0f5326234ff7..7a761f38612303224823ca5b4c412ab6edd690bf 100644
--- a/src/ac/ed/lurg/demand/DemandManagerFromFile.java
+++ b/src/ac/ed/lurg/demand/DemandManagerFromFile.java
@@ -21,10 +21,10 @@ public class DemandManagerFromFile extends AbstractDemandManager {
 	}
 
 	@Override
-	Map<CommodityType, Double> getFoodDemand(SingleCountry c, int year) {
+	Map<CommodityType, Double> getFoodDemand(SingleCountry c, int year, Map<CommodityType, Double> prices) {
 		Map<CommodityType, Double> foodDemandMap = new HashMap<CommodityType, Double>();
 
-		for (CommodityType commodity : CommodityType.getAllItems()) {
+		for (CommodityType commodity : CommodityType.getAllFoodItems()) {
 			Map<String, String> queryMap = new HashMap<String, String>();
 			queryMap.put("Year", Integer.toString(year));
 			queryMap.put("Country", c.getCountryName());
diff --git a/src/ac/ed/lurg/demand/DemandManagerSSP.java b/src/ac/ed/lurg/demand/DemandManagerSSP.java
index 369172606dcd5839ddfaa719396cdf5af07117b5..3973e73be15ab593fafef4070c23d0c9d05301dd 100644
--- a/src/ac/ed/lurg/demand/DemandManagerSSP.java
+++ b/src/ac/ed/lurg/demand/DemandManagerSSP.java
@@ -8,54 +8,34 @@ import ac.ed.lurg.country.CompositeCountryManager;
 import ac.ed.lurg.country.SingleCountry;
 import ac.ed.lurg.types.CommodityType;
 import ac.ed.lurg.types.ModelFitType;
-import ac.ed.lurg.utils.LogWriter;
 
-public class DemandManagerSSP extends AbstractDemandManager {
+public class DemandManagerSSP extends AbstractSSPDemandManager {
 
 	private DemandCurveManager demandCurveManager;
-	private SspManager sspManager;
-	private BaseConsumpManager baseConsumpManager;
-	private String ssp_scenario;
 
 	public DemandManagerSSP(String ssp_scenario, BaseConsumpManager baseConsumpManager, CompositeCountryManager compositeCountryManager) {
-		super(compositeCountryManager);
-		this.ssp_scenario = ssp_scenario;
-		this.baseConsumpManager = baseConsumpManager;
+		super(ssp_scenario, baseConsumpManager, compositeCountryManager);
 		demandCurveManager = new DemandCurveManager();		
-		sspManager = new SspManager();
 	}
 
 	@Override
-	Map<CommodityType, Double> getFoodDemand(SingleCountry c, int year) {
+	Map<CommodityType, Double> getFoodDemandMap(SingleCountry c, int year, double gdpPc, double population, Map<CommodityType, Double> prices, double usaGdpPc) {
+		Map<CommodityType, Double> aFoodDemandMap = new HashMap<CommodityType, Double>();
 		SspData baseSspData = sspManager.get(ssp_scenario, ModelConfig.BASE_YEAR, c);
-		SspData sd = sspManager.get(ssp_scenario, year, c);
-		Map<CommodityType, Double> foodDemandMap = new HashMap<CommodityType, Double>();
+		double baseGdpPc = baseSspData.getGdpPc();
 
-		if (baseSspData == null || sd == null) {
-			LogWriter.printlnWarning(String.format("No baseSspData or ssp for %s, baseYr:%d, year:%d, %s, base:%s, sd:%s. Skipping", ssp_scenario, ModelConfig.BASE_YEAR, year, c.getCountryName(), baseSspData, sd));
-			return foodDemandMap;
-		}
-		
-		double gdpPcYear;
-		if((ModelConfig.CONSTANT_DIET_HIGH_INCOME & c.getIncomeGroup().toLowerCase().contains("high")) || 
-				(ModelConfig.CONSTANT_DIET_LOW_INCOME & !c.getIncomeGroup().toLowerCase().contains("high")))
-			gdpPcYear = baseSspData.getGdpPc();
-
-		else gdpPcYear= sd.getGdpPc();
-	
-		LogWriter.println("Got ssp data for " + c.getCountryName() + " of " + sd);
-
-		for (CommodityType commodity : CommodityType.getAllItems()) {
+		for (CommodityType commodity : CommodityType.getAllFoodItems()) {
 			ModelFitType fitType = commodity.isAnimalProduct() ? ModelConfig.DEMAND_ANIMAL_PROD_FIT : ModelConfig.DEMAND_NON_ANIMAL_PROD_FIT;
 			DemandCurve dc = demandCurveManager.get(commodity, fitType);
-			double cpc = dc.getConsumptionPc(baseSspData.getGdpPc(), baseConsumpManager.get(c, commodity), gdpPcYear * ModelConfig.SSP_GDP_PC_FACTOR);
-			double d = cpc * sd.getPopulation() * ModelConfig.SSP_POPULATION_FACTOR;
-			foodDemandMap.put(commodity, d);
+			double baseExpCpc = dc.getProjectConsumptionPc(baseGdpPc);
+			double newExpCpc = dc.getProjectConsumptionPc(gdpPc);
+			double baseCpc = baseConsumpManager.get(c, commodity);
+			
+			double cpc = rebaseConsumption(baseGdpPc, baseCpc, baseExpCpc, gdpPc, newExpCpc);					
+			double d = cpc * population;
+			aFoodDemandMap.put(commodity, d);
 		}
-
-		if(!ModelConfig.SHOCKS_POSSIBLE){
-			return foodDemandMap;
-		}
-		return dietaryAdjustment(foodDemandMap, year);
-	}
+		
+		return aFoodDemandMap;
+	}	
 }
\ No newline at end of file
diff --git a/src/ac/ed/lurg/demand/ElasticDemandManager.java b/src/ac/ed/lurg/demand/ElasticDemandManager.java
new file mode 100755
index 0000000000000000000000000000000000000000..7e93525e59bce3255554dacaa2a6019bddf2e393
--- /dev/null
+++ b/src/ac/ed/lurg/demand/ElasticDemandManager.java
@@ -0,0 +1,111 @@
+package ac.ed.lurg.demand;
+
+import java.io.BufferedWriter;
+import java.io.IOException;
+import java.util.HashMap;
+import java.util.Map;
+
+import ac.ed.lurg.ModelConfig;
+import ac.ed.lurg.country.CompositeCountryManager;
+import ac.ed.lurg.country.SingleCountry;
+import ac.ed.lurg.country.gams.GamsCommodityDemand;
+import ac.ed.lurg.country.gams.GamsDemandInput;
+import ac.ed.lurg.country.gams.GamsDemandOptimiser;
+import ac.ed.lurg.country.gams.GamsDemandOutput;
+import ac.ed.lurg.types.CommodityType;
+import ac.ed.lurg.utils.FileWriterHelper;
+import ac.ed.lurg.utils.LogWriter;
+
+public class ElasticDemandManager extends AbstractSSPDemandManager {
+
+	private Map<SingleCountry, Map<CommodityType, Double>> baseCpcCache = new HashMap<SingleCountry, Map<CommodityType, Double>>();
+	private Map<SingleCountry, GamsDemandOutput> previousGamsDemands = new HashMap<SingleCountry, GamsDemandOutput>();
+	private BufferedWriter outputFile;
+
+
+	public ElasticDemandManager(String ssp_scenario, BaseConsumpManager baseConsumpManager, CompositeCountryManager compositeCountryManager) {
+		super(ssp_scenario, baseConsumpManager, compositeCountryManager);
+
+		try {
+			outputFile = FileWriterHelper.getFileWriter(true, true, ModelConfig.DEMAND_OPTIMISATION_OUTPUT_FILE, getDamsDemandOutputsHeader());
+		} catch (IOException e) {
+			LogWriter.print(e);
+		}
+	}
+
+	@Override
+	Map<CommodityType, Double> getFoodDemandMap(SingleCountry c, int year, double gdpPc, double population, Map<CommodityType, Double> prices, double usaGdpPc) {
+
+		double nonfoodPrice = 45.376+53.036*gdpPc/usaGdpPc;
+		prices.put(CommodityType.NONFOOD, nonfoodPrice);
+		
+		GamsDemandInput inputData = new GamsDemandInput(c, year, gdpPc, prices, usaGdpPc, previousGamsDemands.get(c));
+
+		// Do the projection
+		GamsDemandOutput gamsOutput = null;
+		for (int i = 1; i < 50; ++i) {
+			gamsOutput = new GamsDemandOptimiser(inputData).getDemandPc();
+			if (gamsOutput.getStatus().equals("SOLVED") || gamsOutput.getStatus().equals("UNDEFINED_STAT"))
+				break;
+			else {
+				LogWriter.printlnError(i + ": Problem solving " + c + ", " + year + " got " + gamsOutput.getStatus());
+				gamsOutput.resetForNewAttempt();
+				inputData = new GamsDemandInput(c, year, gdpPc, prices, usaGdpPc, gamsOutput);
+			}
+		}
+		
+		previousGamsDemands.put(c, gamsOutput);
+		Map<CommodityType, Double> foodPc = gamsOutput.getPlumDemands();
+
+		Map<CommodityType, Double> foodDemands = new HashMap<CommodityType, Double>();
+		SspData baseSspData = sspManager.get(ssp_scenario, ModelConfig.BASE_YEAR, c);
+		double baseGdpPc = baseSspData.getGdp();
+
+		Map<CommodityType, Double> baseExpCpcMap = baseCpcCache.get(c);
+		if (baseExpCpcMap == null) {  // we should only do this in the first year
+			baseCpcCache.put(c, foodPc);
+			baseExpCpcMap = foodPc;
+		}
+
+		for (Map.Entry<CommodityType, Double> entry : foodPc.entrySet()) {
+			CommodityType commodity = entry.getKey();
+			double newExpCpc = entry.getValue();
+			double baseExpCpc = baseExpCpcMap.get(commodity);
+			double baseCpc = baseConsumpManager.get(c, commodity);
+
+			double cpc = rebaseConsumption(baseGdpPc, baseCpc, baseExpCpc, gdpPc, newExpCpc);					
+			double d = cpc * population;
+			foodDemands.put(commodity, d);
+		}
+
+		writeGamsDemandOutputs(inputData, gamsOutput, foodDemands, population);
+
+		return foodDemands;
+	}
+
+	private String getDamsDemandOutputsHeader() {
+		return "country,year,gdpPc,population,status,utility,hungerFactor,commodity,price,subsistence,discretionary,plumNotRebase,plumRebased";
+	}
+
+	private void writeGamsDemandOutputs(GamsDemandInput inputData, GamsDemandOutput gamsOutput, Map<CommodityType, Double> foodDemands, double population) {
+		try {
+			Map<CommodityType, Double> plumDemands = gamsOutput.getPlumDemands();
+			String initialData = String.format("%s,%d,%.2f,%.6f,%s,%.6f,%.6f", 
+					inputData.getCountry(), inputData.getYear(),inputData.getGdpPc(), population, 
+					gamsOutput.getStatus(), gamsOutput.getUtility(), gamsOutput.getHungerFactor());
+			
+			for (CommodityType commodity : CommodityType.values()) {
+				StringBuffer sbData = new StringBuffer(initialData);
+				GamsCommodityDemand gamsDemand = gamsOutput.getGamsDemands(commodity);
+				sbData.append(String.format(",%s,%.4f", commodity.getGamsName(), inputData.getPrices().get(commodity)));
+				sbData.append(String.format(",%.4f,%.4f", gamsDemand.getSubsistence(), gamsDemand.getDiscretionary()));
+				sbData.append(String.format(",%.4f,%.4f", plumDemands.get(commodity), foodDemands.get(commodity)/population));
+				outputFile.write(sbData.toString());
+				outputFile.newLine();
+			}
+		}
+		catch (IOException e) {
+			LogWriter.print(e);
+		}
+	}
+}
\ No newline at end of file
diff --git a/src/ac/ed/lurg/types/CommodityType.java b/src/ac/ed/lurg/types/CommodityType.java
index 3f2a843b183c285211fea86be6999a045b2ec535..c2f19bcec56b19248f32e264a62e2b0fc2330a2a 100644
--- a/src/ac/ed/lurg/types/CommodityType.java
+++ b/src/ac/ed/lurg/types/CommodityType.java
@@ -1,43 +1,62 @@
 package ac.ed.lurg.types;
 
+import java.util.Arrays;
 import java.util.Collection;
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.Map;
 
 import ac.ed.lurg.ModelConfig;
+import ac.ed.lurg.utils.LogWriter;
 
 public enum CommodityType {
 
-	CEREALS("Cereals", "cereals", false, null, 0.0115335812,ModelConfig.CEREALS_SUB_PROPORTION),
-	OILCROPS("Oilcrops", "oilcrops", false, CropType.OILCROPS, 0.0243500061,ModelConfig.OILCROPS_SUB_PROPORTION),
-	PULSES("Pulses", "pulses", false, CropType.PULSES, 0.0146872440,ModelConfig.PULSES_SUB_PROPORTION),
-	STARCHY_ROOTS("Starchy Roots", "starchyRoots", false, CropType.STARCHY_ROOTS, 0.0034561229,ModelConfig.STARCHY_ROOTS_SUB_PROPORTION),
-	MONOGASTRICS("Monogastrics", "monogastrics", true, CropType.MONOGASTRICS, 0.0019100435, Double.NaN),
-	RUMINANTS("Ruminants", "ruminants", true, CropType.RUMINANTS, 0.0009951162, Double.NaN);
+	CEREALS("Cereals", "cereals", false, new CropType[]{CropType.WHEAT, CropType.MAIZE, CropType.RICE}, new Double[]{0.385, 0.171, 0.444}, 2741847.3, ModelConfig.CEREALS_SUB_PROPORTION, ModelConfig.INITAL_DEMAND_PRICE_CEREALS),
+	OILCROPSPULSES("OilcropsPulses", "oilcropspulses", false, new CropType[]{CropType.OILCROPS, CropType.PULSES}, new Double[]{0.815, 0.185}, 1864622.3, ModelConfig.OILCROPSPULSES_SUB_PROPORTION, ModelConfig.INITAL_DEMAND_PRICE_OILCROPS_PULSES),
+	STARCHY_ROOTS("Starchy Roots", "starchyRoots", false, new CropType[]{CropType.STARCHY_ROOTS}, new Double[]{1.0}, 819065.4, ModelConfig.STARCHY_ROOTS_SUB_PROPORTION, ModelConfig.INITAL_DEMAND_PRICE_STARCHYROOTS),
+	MONOGASTRICS("Monogastrics", "monogastrics", true, new CropType[]{CropType.MONOGASTRICS}, new Double[]{1.0}, 455874.3, Double.NaN, ModelConfig.INITAL_DEMAND_PRICE_MONOGASTRICS),
+	RUMINANTS("Ruminants", "ruminants", true, new CropType[]{CropType.RUMINANTS}, new Double[]{1.0}, 236969.8, Double.NaN, ModelConfig.INITAL_DEMAND_PRICE_RUMINANTS),
+	FRUITVEG("FruitVeg", "fruitveg", false, new CropType[]{CropType.FRUITVEG}, new Double[]{1.0}, 334355.8, ModelConfig.FRUITVEG_SUB_PROPORTION, ModelConfig.INITAL_DEMAND_PRICE_FRUITVEG),
+	SUGAR("Sugar", "sugar", false, new CropType[]{CropType.SUGAR}, new Double[]{1.0}, 3417804.4, ModelConfig.SUGAR_SUB_PROPORTION, ModelConfig.INITAL_DEMAND_PRICE_SUGAR),
+	NONFOOD("Nonfood", "nonfood", false, new CropType[]{}, new Double[]{}, Double.NaN, Double.NaN, Double.NaN);
 
 	private String faoName;
 	private String gamsName;
 	private boolean isAnimalProduct;
-	private CropType cropTypeMapping;
-	private double ejPerMt;
+	private Collection<CropType> cropTypes;
+	private double kcalPerT; //in feed equivalent for animal types
 	private double meatSubstitutionProportion;
+	private double priceMarkupFactor;
 	
-	CommodityType (String faoName, String gamsName, boolean isAnimalProduct, CropType cropTypeMapping, double energyPerTon, double meatSubstitutionProportion) {
+	CommodityType (String faoName, String gamsName, boolean isAnimalProduct, CropType[] cropTypeMapping, Double[] defaultDemandFract, double energyPerTon, 
+			double meatSubstitutionProportion, double initialPrice) {
 		this.faoName = faoName;
 		this.gamsName = gamsName;
 		this.isAnimalProduct = isAnimalProduct;
-		this.cropTypeMapping = cropTypeMapping;
-		this.ejPerMt = energyPerTon; //energy EJ per Mt
+		this.cropTypes = Arrays.asList(cropTypeMapping);
+		this.kcalPerT = energyPerTon; 
 		this.meatSubstitutionProportion = meatSubstitutionProportion;
+		
+		double prodPrice = 0;
+		for (int i=0; i<cropTypeMapping.length; i++)
+			prodPrice += cropTypeMapping[i].getInitialPrice() * defaultDemandFract[i];
+
+		priceMarkupFactor = initialPrice * 0.6 / (prodPrice * getPlumPriceToKcalPriceConversion());  // the 0.6 is a temporary hack until we have updated tariff free prices for commodities
+		LogWriter.println("priceMarkupFactor for " + gamsName + " is " + priceMarkupFactor);
 	}
 	
 	private static final Map<String, CommodityType> faoNameCache = new HashMap<String, CommodityType>();
-    static {
-        for (CommodityType c : values()) {
-        	faoNameCache.put(c.getFaoName(), c);
-       }
-    }
+	private static final Map<String, CommodityType> gamsNameCache = new HashMap<String, CommodityType>();
+	private static final Collection<CommodityType> foodsToConsider = new HashSet<CommodityType>();
+	static {
+		for (CommodityType c : values()) {
+			faoNameCache.put(c.getFaoName(), c);
+			gamsNameCache.put(c.getGamsName(), c);
+			
+			if (!c.equals(NONFOOD))
+				foodsToConsider.add(c);
+		}
+	}
 
 	public static CommodityType getForFaoName(String faoName) {
 		CommodityType commodity = faoNameCache.get(faoName);
@@ -48,8 +67,17 @@ public enum CommodityType {
 		return commodity;
 	}
 	
-	public static Collection<CommodityType> getAllItems() {
-		return faoNameCache.values();
+	public static CommodityType getForGamsName(String gamsName, boolean allowNulls) {
+		CommodityType commodity = gamsNameCache.get(gamsName);
+
+		if (commodity == null & !allowNulls) 
+			throw new RuntimeException("Can't find CommodityType for gamsName: " + gamsName);
+		
+		return commodity;
+	}
+	
+	public static Collection<CommodityType> getAllFoodItems() {
+		return foodsToConsider;
 	}
 
 	public String getFaoName() {
@@ -64,8 +92,8 @@ public enum CommodityType {
 		return isAnimalProduct;
 	}
 	
-	public double getEJPerMT(){
-		return ejPerMt;
+	public double getkcalPerT(){
+		return kcalPerT;
 	}
 	
 	public double getMeatSubstitutionProportion(){
@@ -73,15 +101,14 @@ public enum CommodityType {
 	}
 	
 	public Collection<CropType> getCropTypes(){
-		Collection<CropType> comms = new HashSet<CropType>();
-		if (this == CEREALS)  {
-			comms.add(CropType.WHEAT);
-			comms.add(CropType.MAIZE);
-			comms.add(CropType.RICE);
-		}
-		else
-			comms.add(cropTypeMapping);
+		return cropTypes;
+	}
 
-		return comms;
+	public double getPriceMarkupFactor() {
+		return priceMarkupFactor;
+	}
+	
+	public double getPlumPriceToKcalPriceConversion() {
+		return 1000 / getkcalPerT() * 2000 * 365;
 	}
 }
\ No newline at end of file
diff --git a/src/ac/ed/lurg/types/CropType.java b/src/ac/ed/lurg/types/CropType.java
index 9277a7ae29f7c092959d87c22bd81a17de3e9e2d..ec0241d712c259635de21f66c1e0ddfab6555101 100644
--- a/src/ac/ed/lurg/types/CropType.java
+++ b/src/ac/ed/lurg/types/CropType.java
@@ -6,36 +6,41 @@ import java.util.HashSet;
 import java.util.LinkedList;
 import java.util.Map;
 
+import ac.ed.lurg.ModelConfig;
 import ac.ed.lurg.utils.LogWriter;
 
 public enum CropType {
 
-	WHEAT("WheatBarleyOats", "wheat", true, false, 9.4),
-	MAIZE("MaizeMilletSorghum", "maize", true, false, 5.1),
-	RICE("Rice (Paddy Equivalent)", "rice", true, false, 8.4),
-	OILCROPS("Oilcrops", "oilcrops", true, false, 4.4),
-	PULSES("Pulses", "pulses", true, false, 11.2),
-	STARCHY_ROOTS("Starchy Roots", "starchyRoots", true, false, 14.2),
-	ENERGY_CROPS("Energy crops", "energycrops", true, false, 5),
-	SETASIDE("setaside", "setaside", false, false, 0),
-	MONOGASTRICS("Monogastrics", "monogastrics", true, true, 3.1),
-	RUMINANTS("Ruminants", "ruminants", true, true, 2.2),
-	PASTURE("pasture", "pasture", false, false, 0);  // confusing having a land cover and a crop type.  Needed here for yields (but not used for cropland area fractions).
+	WHEAT("WheatBarleyOats", "wheat", true, false, 9.4, ModelConfig.INITAL_PRICE_WHEAT),
+	MAIZE("MaizeMilletSorghum", "maize", true, false, 5.1, ModelConfig.INITAL_PRICE_MAIZE),
+	RICE("Rice (Paddy Equivalent)", "rice", true, false, 8.4, ModelConfig.INITAL_PRICE_RICE),
+	OILCROPS("Oilcrops", "oilcrops", true, false, 4.4, ModelConfig.INITAL_PRICE_OILCROPS),
+	PULSES("Pulses", "pulses", true, false, 11.2, ModelConfig.INITAL_PRICE_PULSES),
+	STARCHY_ROOTS("Starchy Roots", "starchyRoots", true, false, 14.2, ModelConfig.INITAL_PRICE_STARCHYROOTS),
+	ENERGY_CROPS("Energy crops", "energycrops", true, false, 5, ModelConfig.INITAL_PRICE_ENERGYCROPS),
+	SETASIDE("setaside", "setaside", false, false, 0, 0),
+	MONOGASTRICS("Monogastrics", "monogastrics", true, true, 3.1, ModelConfig.INITAL_PRICE_MONOGASTRICS),
+	RUMINANTS("Ruminants", "ruminants", true, true, 2.2, ModelConfig.INITAL_PRICE_RUMINANTS),
+	FRUITVEG("FruitVeg", "fruitveg", true, false, 8.8, ModelConfig.INITAL_PRICE_FRUITVEG),
+	SUGAR("Sugar", "sugar", true, false, 0.1, ModelConfig.INITAL_PRICE_SUGAR),
+	PASTURE("pasture", "pasture", false, false, 0, 0);  // confusing having a land cover and a crop type.  Needed here for yields (but not used for cropland area fractions).
 
 	private String faoName;
 	private String gamsName;
 	private boolean importedCrop;
 	private boolean isMeat;
 	private double seedAndWasteRate;
+	private double initialPrice;
 	
 	private static Collection<CropType> importedCrops;
 
-	private CropType (String faoName, String gamsName, boolean importedCrop, boolean isMeat, double seedAndWastePercent) {
+	private CropType (String faoName, String gamsName, boolean importedCrop, boolean isMeat, double seedAndWastePercent, double initialPrice) {
 		this.faoName = faoName;
 		this.gamsName = gamsName;
 		this.importedCrop = importedCrop;
 		this.isMeat = isMeat;
 		this.seedAndWasteRate = seedAndWastePercent/100;
+		this.initialPrice = initialPrice;
 	}
 	
 	public static Collection<CropType> getCropsLessPasture() {
@@ -131,4 +136,7 @@ public enum CropType {
 		return seedAndWasteRate;
 	}
 
+	public double getInitialPrice() {
+		return initialPrice;
+	}
 }
diff --git a/src/ac/ed/lurg/utils/FileWriterHelper.java b/src/ac/ed/lurg/utils/FileWriterHelper.java
new file mode 100644
index 0000000000000000000000000000000000000000..2da080a64e951ac958abae52db5fb4235f7ceee8
--- /dev/null
+++ b/src/ac/ed/lurg/utils/FileWriterHelper.java
@@ -0,0 +1,39 @@
+package ac.ed.lurg.utils;
+
+import java.io.BufferedWriter;
+import java.io.FileWriter;
+import java.io.IOException;
+
+import ac.ed.lurg.Timestep;
+
+public class FileWriterHelper {
+
+	static public BufferedWriter getFileWriter(Timestep timestep, String file, String columnHeadings) throws IOException {
+		return getFileWriter(timestep.isInitialTimestep(), false, file, columnHeadings);
+	}
+	
+	static public BufferedWriter getFileWriter(boolean initialise, boolean addShutdownHook, String file, String columnHeadings) throws IOException {
+		BufferedWriter outputFile;
+		FileWriter fstream = new FileWriter(file, !initialise);
+		outputFile = new BufferedWriter(fstream);
+		
+		if (initialise) {
+			outputFile.write(columnHeadings);
+			outputFile.newLine();
+		
+			if (addShutdownHook) {
+		 		Runtime.getRuntime().addShutdownHook(new Thread(new Runnable() {
+					public void run() {
+						try {
+							outputFile.close();
+						} catch (IOException e) {
+							LogWriter.print(e);
+						}
+					}
+				}));
+			}
+		}
+		
+		return outputFile;
+	}
+}
diff --git a/src/ac/ed/lurg/yield/LPJCropTypes.java b/src/ac/ed/lurg/yield/LPJCropTypes.java
index b97269c228b0eb038e09724c74d94c47bfbeaee8..d5a2ade18dc48b2ae4bf4f89a3277ff607118ff2 100644
--- a/src/ac/ed/lurg/yield/LPJCropTypes.java
+++ b/src/ac/ed/lurg/yield/LPJCropTypes.java
@@ -9,6 +9,8 @@ public enum LPJCropTypes {
 	PULSES("Pulses"),
 	OILCROPS("Oilcrops"),
 	STARCHY_ROOTS("StarchyRoots"),
+	FRUITVEG("Oilcrops"),
+	SUGAR("Oilcrops"),
 	PASTURE_C3("PC3G"),
 	PASTURE_C4("PC4G");
 	
diff --git a/src/ac/ed/lurg/yield/LPJYieldResponseMapReader.java b/src/ac/ed/lurg/yield/LPJYieldResponseMapReader.java
index 095fe813d1bd226abf836e393963d8d6f0a28913..ed9832d766114f3bc0a4164fba3c0d8a839ad94e 100644
--- a/src/ac/ed/lurg/yield/LPJYieldResponseMapReader.java
+++ b/src/ac/ed/lurg/yield/LPJYieldResponseMapReader.java
@@ -107,6 +107,8 @@ public class LPJYieldResponseMapReader {
 						getAndSetCalibratedYield(item, yieldType, rowValues, CropType.OILCROPS, LPJCropTypes.OILCROPS, fertIrrigString, ModelConfig.CALIB_FACTOR_OILCROPS);
 						getAndSetCalibratedYield(item, yieldType, rowValues, CropType.PULSES, LPJCropTypes.PULSES, fertIrrigString, ModelConfig.CALIB_FACTOR_PULSES);
 						getAndSetCalibratedYield(item, yieldType, rowValues, CropType.STARCHY_ROOTS, LPJCropTypes.STARCHY_ROOTS, fertIrrigString, ModelConfig.CALIB_FACTOR_STARCHY_ROOTS);
+						getAndSetCalibratedYield(item, yieldType, rowValues, CropType.FRUITVEG, LPJCropTypes.FRUITVEG, fertIrrigString, ModelConfig.CALIB_FACTOR_FRUITVEG);
+						getAndSetCalibratedYield(item, yieldType, rowValues, CropType.SUGAR, LPJCropTypes.SUGAR, fertIrrigString, ModelConfig.CALIB_FACTOR_SUGAR);
 					}
 				}
 			}